This fixes following the current document path.
As mentioned in #737 this was broken on Windows but actually it was broken on non-Windows as well if the start directory (Geany's default open directory or the project base directory) has no common parts with the current document's file path.
For Windows, there was an additional hack necessary: ignoring the drive letter completely in all checks.
This made it working for the moment but obviously breaks a lot of the plugin's functionality if files …
[View More]on another drive than the current are handled.
This should be fixed properly but since the fact that I don't use the plugin and my available time is limited, I won't do myself.
You can view, comment on, or merge this pull request online at:
https://github.com/geany/geany-plugins/pull/796
-- Commit Summary --
* TreeBrowser: Fix wording
* TreeBrowser: Fix memory leaks
* TreeBrowser: Always search the whole path when trying to find current file in tree
* TreeBrowser: Unify plugin signal connect methods
* TreeBrowser: Strip drive letter on Windows
-- File Changes --
M treebrowser/src/treebrowser.c (98)
-- Patch Links --
https://github.com/geany/geany-plugins/pull/796.patchhttps://github.com/geany/geany-plugins/pull/796.diff
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany-plugins/pull/796
[View Less]
AppleLanguages differs based on OS X version - newer versions
return values like cs_CZ, older OS X versions return only cs. This
leads to problems in scripts executed in VTE. It seems that
AppleLocale always returns the complete value so test it first when
setting LANG to mitigate this problem.
In addition, move adding the suffix "UTF-8" to the very end of the
script because some parts of the script depend on the value
without this suffix.
You can view, comment on, or merge this pull request …
[View More]online at:
https://github.com/geany/geany-osx/pull/9
-- Commit Summary --
* Check AppleLocale before AppleLanguages when setting LANG
-- File Changes --
M launcher-gtk2.sh (87)
M launcher-gtk3.sh (87)
-- Patch Links --
https://github.com/geany/geany-osx/pull/9.patchhttps://github.com/geany/geany-osx/pull/9.diff
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany-osx/pull/9
[View Less]
On startup, in Status window:
Unable to perform version check.
Error code: 6
Error message: Unacceptable TLS certificate
Pretty sure it happened with earlier versions, definitely didn't work on 1.32 as I didn't get notified of 1.33, but definitely happens on startup for 1.33.
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany-plugins/issues/752
Geany version: 1.33
[gist: geany-bugs.txt ](https://gist.github.com/Tzqt/c5b34569bfb65aafeb5a8ade6bd1b7cd)
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/1876
Addresses relevant issues mentioned in #1876. I didn't care about several "dead assignments", because they are initial values for variables, or make mirrors similar logic in the same function (like successive calls moving a pointer, I left the last one storing the move even if it's not (currently) used afterward), etc.
**:warning: WARNING :warning:** The Perl change should be checked by a Perl person, I don't really know if it actually makes sense to report this differently. Also, should be …
[View More]upstreamed if relevant. BTW, I can move this out of this PR.
You can view, comment on, or merge this pull request online at:
https://github.com/geany/geany/pull/1878
-- Commit Summary --
* Report subroutine declarations as such
* Add a sanity check on the Save As callback
* Remove an unnecessary local variable
* Remove unused parameter
-- File Changes --
M ctags/parsers/perl.c (1)
M src/dialogs.c (1)
M src/editor.c (15)
M src/editor.h (2)
M src/keybindings.c (2)
-- Patch Links --
https://github.com/geany/geany/pull/1878.patchhttps://github.com/geany/geany/pull/1878.diff
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/pull/1878
[View Less]
## General:
* New plugin: vimode: A Vim Mode for Geany (PR #735)
* Improve Travis testsuite to run also "make distcheck"
## Geanyctags:
* Use base path as relative to the project file path (#698, PR #755)
* Add apostrophes around generated tags file (PR #739)
## GeanyLua:
* Update Scintilla symbols for Geany 1.34 (PR #776)
* Update glspi_keycmd.h from geany-master (PR #759)
## Markdown:
* Port plugin to Webkit2GTK (PR #746)
## PoHelper:
* Consider dash a separator when rewrapping messages (…
[View More]PR #696)
* Do not leave spaces at the start of a line when rewrapping (PR #696)
* Make sure to only replace header fields in the actual header (PR #696)
* Update X-Generator header if present (PR #696)
* Use Geany-Plugins version for the plugin (PR #696)
* Fix: for locating line breaks (PR #696)
* Fix: Properly break all multiline strings on multiple lines (PR #696)
* Fix: regular expression replacement when no matches are found
## Scope:
* Add GTK3 support (#PR #750)
## Updatechecker:
* On Windows, the common ca-certificates bundle is included in
the installer for proper SSL certificate verification (PR #768)
## Workbench:
* Add option "Expand on hover" (PR #727)
* Import base path on "Add project..."
* Allow to remove files or directories
* Support live update (PR #695, #659)
## Internationalization:
* Updated translations: de, es, pt
--
You are receiving this because you are subscribed to this thread.
View it on GitHub:
https://github.com/geany/geany-plugins/releases/tag/1.34.0
[View Less]
Arrows icons to go top and go back in message windows are wrong. When you click to go bottom, you go top and when you click to go top, you go bottom.
![image](https://user-images.githubusercontent.com/9423551/49998174-df834e80-ff93-11e8-843d-5c9fc97d9dd6.png)
Geany Verision: 1.32
OS: Ubuntu 18.04.1 LTS
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/2016