Also move Mark All button to bottom row to avoid making the dialog wider.
No new translated strings.
This is handy when there are a lot of results and I'm only interested in a particular line range.
You can view, comment on, or merge this pull request online at:
https://github.com/geany/geany/pull/3819
-- Commit Summary --
* Add Find in Selection dialog button
-- File Changes --
M doc/geany.txt (10)
M src/callbacks.c (8)
M src/search.c (69)
M src/search.h (20)
M src/symbols.c (3)
-- Patch Links --
https://github.com/geany/geany/pull/3819.patchhttps://github.com/geany/geany/pull/3819.diff
--
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/pull/3819
You are receiving this because you are subscribed to this thread.
Message ID: <geany/geany/pull/3819(a)github.com>
Hi,
this might sound dumb, but geanyplugin.h seems to not be found ?
I followed (or well am trying to lol) [this howto](https://www.geany.org/manual/reference/howto.html)
I ran the installation command, copied the example hellow world and tried to compile :
(default geany commands, `gcc -Wall -c "file.c"`, which is promptly answered by `fatal error: geanyplugin.h: No such file or directory`
Directed by a note on the howto, i also tried adding `#include <config.h>` on line 1, but then it's it that isn't found.
I have installed geany through `apt` with no added configuration, am under Ubuntu 23.10. Thanks in advance !
--
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/3814
You are receiving this because you are subscribed to this thread.
Message ID: <geany/geany/issues/3814(a)github.com>
Hi, I've made changes that allow for keeping the fold margin non-visible, but still be able to fold code (eg. via the shortcuts).
UI Additions:
- "Show fold margin" in Preferences > Editor > Display.
- "Show fold margin" in the View menu.
If code folding is disabled:
- The 1st UI addition becomes greyed out, similarly to "Fold/unfold all children of a fold point"
- The 2nd UI addition disappears, similarly to "Fold/Unfold All" in the Document menu.
Furthermore, if the code folding option is disabled and it becomes enabled, "Show fold margin" is automatically enabled. The rationale is to avoid confusing someone that enabled folding, but is not seeing any fold margin.
Finally, in the 2nd commit, which is actually not directly related to the above additions, I've added some logic to automatically unfold all code when switching off folding. Without it, already folded code will remain in the folded state with no option to unfold it without re-enabling the option. Should I make a different PR for this? (asusming it even is desired!)
Also, should I or would you suggest that I also modify the manual to document the additions?
Should I add something about the new UI options in the language/translation files?
You can view, comment on, or merge this pull request online at:
https://github.com/geany/geany/pull/2927
-- Commit Summary --
* <a href="https://github.com/geany/geany/pull/2927/commits/3493f32c921218ae8512537898…">Add UI option to hide the fold margin, while keeping code folding</a>
* <a href="https://github.com/geany/geany/pull/2927/commits/3ff536201efb74307c837f7585…">Automatically unfold all code when folding is switched off in preferences</a>
-- File Changes --
M data/geany.glade (30)
M src/callbacks.c (10)
M src/editor.c (6)
M src/editor.h (1)
M src/keyfile.c (2)
M src/prefs.c (17)
M src/ui_utils.c (5)
M src/ui_utils.h (1)
-- Patch Links --
https://github.com/geany/geany/pull/2927.patchhttps://github.com/geany/geany/pull/2927.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/2927
At present, editor and preview windows do move independently.
This may be desired in certain contexts, but in vanilla text editing, synchronized scrolling between editor and preview windows is more convenient. So a switch to toggle between both behaviours would be great.
Cheers,
Wolf
--
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany-plugins/issues/1267
You are receiving this because you are subscribed to this thread.
Message ID: <geany/geany-plugins/issues/1267(a)github.com>
Hi,
I could not find documentation on how to change the blinking rate of the cursor, in what configuration file would that be or is this something to submit as a feature?
--
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/3410
You are receiving this because you are subscribed to this thread.
Message ID: <geany/geany/issues/3410(a)github.com>