reproduction:
1) create folder c:\666
`mkdir "c:\666"`
2) create folder c:\777
`mkdir "c:\777"`
3) Create example file file with text for search c:\666\example.txt
`echo "Text for Search" > "c:\666\example.txt"`
4) Copy c:\666\example.txt to c:\777\example.txt
`copy "c:\666\example.txt" "c:\777\example.txt"`
5) Create symlink c:\777 -> c:\666\777
`mklink /D "c:\666\777" "c:\777"`
6) Try search `Text for Search` with Geany
![13 01 2017 16-43-57-705](https://cloud.githubusercontent.com/assets/200750/21928939/9a…
File with symlink is not founded `c:\666\777\example.txt`
Screencast: https://youtu.be/lzWsqX4xJm0
--
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/1364
It's implemented even in the Windows Notepad.
Consider use cases:
- you've cut something, but missed a character or a line - you're undoing, adjusting your selection, cutting again
- you've replaced all in selection using a regex, and now notice that you've missed some cases, you're undoing, editing regex, replacing again
Currently the selection is gone after undo, you have to select again. Counterproductive.
--
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/1367
Not sure whether this is a Geany or Scintilla issue: would it be possible to implement auto-indent for Matlab, based in keywords (if .. end, etc.). As I understand it, auto-indent is currently based only on open/close braces.
--
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/1365
If a document has line breaking set then changing the line breaking column (edit->preferences->editor->Features->Line breaking column) won't apply to a reflow in the document, but if the document has line breaking off the new settings will apply to a reflow.
I tried to trace the path for reflow to get the setting but got lost among multiple function local static copies of GeanyEditorPrefs :(
--
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/1358
Fix signature of the snippets keybindings callback, properly blocking further propagation of handled events thus avoiding possibly activating another action (like a builtin Scintilla keybinding).
Fixes #1354.
You can view, comment on, or merge this pull request online at:
https://github.com/geany/geany/pull/1356
-- Commit Summary --
* Fix snippets keybindings not blocking handled events
-- File Changes --
M src/editor.c (8)
-- Patch Links --
https://github.com/geany/geany/pull/1356.patchhttps://github.com/geany/geany/pull/1356.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/1356
This is an online documentation issue. Due to the text you write to reference issue numbers in your release page, all the resulting HTML links are broken (404). You write `Issue#NN` and Github translates that into a link to URL `.../issue/NN`, but the correct URL is `.../issues/NN`. For instance, look at https://github.com/geany/geany/releases/tag/1.29.0
--
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/1360
Geanypy is a proxy plugin these days. These cannot be deactivated (through the GUI) without deactivating each and every subplugin. This can be closed, thanks for the reminder.
--
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/270#issuecomment-271814517