1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-27 10:03:20 +00:00

editors/jucipp: Update to 1.6.0

From ChangeLog: https://gitlab.com/cppit/jucipp/-/releases/v1.6.0

New features:

 * Added Go To Method for file types supported by (Universal) ctags
 * Added Find Pattern that uses grep to find given patterns
 * Added markdown parsing for tooltips

Cleanups, bugfixes and other improvements:

 * Replaced some deprecated gtkmm functions
 * Corrected bold markings for ctags results
 * Made improvements to finding C/C++ system header paths
 * Removed deprecated --harmony flag when running standalone JavaScript files
 * Prettier is now used to style format markdown and YAML files
 * Various fixes for FreeBSD
 * Structured bindings in C++ are now supported
 * Improved C/C++ tooltips, for instance showing correct const qualifier
 * Language client: fixed didChange notification when test document sync is full
 * Fixed crash on MacOS due to buggy boost::filesystem::canonical
 * Symbols and emojis no longer considered word characters when spellchecking

PR:	246347
Submitted by:	info@babaei.net (maintainer)
This commit is contained in:
Fernando Apesteguía 2020-05-13 09:15:02 +00:00
parent 38d7f86553
commit 313c099ad9
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=535099

View File

@ -3,8 +3,7 @@
PORTNAME= jucipp
DISTVERSIONPREFIX= v
DISTVERSION= 1.5.1
PORTREVISION= 2
DISTVERSION= 1.6.0
CATEGORIES= editors
MAINTAINER= info@babaei.net