-
Notifications
You must be signed in to change notification settings - Fork 270
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Pair Tag Highlighter - Added a color preferences dialog (Issue #545) #940
base: master
Are you sure you want to change the base?
Pair Tag Highlighter - Added a color preferences dialog (Issue #545) #940
Conversation
…gurable When file operations were added to project organizer, the plugin started showing empty directories in the sidebar because they are useful e.g. for creating new files inside them. This may be unwanted e.g. in projects with many directories which are irrelevant to the code. This patch makes this configurable on a per-project basis. Fixes geany#881
There is more choice when using icons based on freedesktop icon name so we can use better icons.
This makes the icons more consistent with the treebrowser plugin. For expanding/collapsing use go-down/go-up icons which should look similar to each other (using list-add/list-remove is usually shown as +/- but with some themes the remove action is shown as a red cross)
overall color alpha to be changed (geany#545) * Settings are kept in a .conf file * Tested on linux mint 19.1 cinnamon, geany 1.35 with gtk2 v2.24 and gtk3 v3.22
Afraid the CI fail is pair tag highligher. Also probably good to follow the style of the original code eg |
|
… calls and definitions, remove spaces after type casts
projectorganizer: don't use stock icons
Utilities for Pair Tag Highlighter
This fixes build with recent versions of cppcheck with some plugins using PLUGIN_VERSION_CHECK() macro, like the latex plugin.
Implementation shamelessly copied over from pkg-config's pkg.m4, GPLv2+.
Implementation shamelessly copied over from Autoconf's m4sh.m4, GPLv3+.
cppcheck: Set Geany include path for it to find header files
…2-0.99 LIBGIT2_SOVERSION is defined as string literal, e.g. "0.99", from libgit2-0.99 and beyond. Arithmetic checks against this variable whill hence fail. This patch switches the checks to compare against the LIBGIT2_VER_* family, which should be more stable.
Make libgit2 version preprocessor conditionals compatible with libgit…
latex: added feature: indent line in new environment (fixes geany#950)
projectorganizer: Make showing empty directories in the sidebar configurable
Update nl.po
This fixes a cppcheck 2.2+ confusion about uninitialized widgets array and also makes the code a bit more readable. Closes geany#1014.
Not working anymore and statistics are available via https://i18n.geany.org/plugins/ anyway
The ChangeLog is outdated and wasn't updated for years. Translations updates are avaialble via NEWS anyway
…tions geany#981: ReadMe install instructions
…mpiler-warning PrettyPrinter: Don't try to free const gchar* input_buffer
GeanyVC: Show ellipsis in menu items requiring further user input
…ny_patch_level Windows installer: ignore patch level version when checking for Geany
GeanyVC: Show ellipsis in menu items requiring further user input (po update)
GeanyVC: Correct the displaying of tooltip for the attach to menubar action
PO: Add Ukrainian translation
TreeBrowser: Avoid double node clear
Redefining bool causes errors when used together with ie. GCC 10.2.0
Use stdbool.h istead of redefining bool
I see this is pending fixes. Can someone let me know what fixes I need to perform? |
@PatrickGMM as a minimum the PR has conflicts and is not mergable as is, not sure what other fixes, but I guess the plugin maintainer should comment too. |
Added a preferences dialog that allows the highlight colors and overall color alpha to be changed.