You can view, comment on, or merge this pull request online at:
https://github.com/geany/geany-plugins/pull/1315
-- Commit Summary --
* projectorganizer: fix invalid string comparison
* projectorganizer: Add missing includes to header files
* projectorganizer: fix various warnings
* projectorganizer: eliminate some depreciation warnings
-- File Changes --
M projectorganizer/src/prjorg-menu.h (2)
M projectorganizer/src/prjorg-project.c (77)
M projectorganizer/src/prjorg-project.h (2)
M projectorganizer/src/prjorg-sidebar.c (50)
M projectorganizer/src/prjorg-sidebar.h (1)
M projectorganizer/src/prjorg-utils.h (3)
-- Patch Links --
https://github.com/geany/geany-plugins/pull/1315.patchhttps://github.com/geany/geany-plugins/pull/1315.diff
--
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany-plugins/pull/1315
You are receiving this because you are subscribed to this thread.
Message ID: <geany/geany-plugins/pull/1315(a)github.com>
For languages like Markdown tag manager is used to display an outline of the document in the sidebar but the generated tags aren't really meant for autocompletion where they don't make much sense. Without this patch typing a word from e.g. a heading of markdown invokes the autocompletion popup anywhere in the edited text which is quite annoying.
Apart from languages that use tags for the sidebar outline (ABC, asciidoc, bibtex, ini/conf, diff, docbook, latex, markdown, rest, txt2tags, HTML), there's also JSON where autocompletion doesn't really work because tags are generated for json strings such as keys but autocompletion doesn't work inside strings currently so when one types ", the following string doesn't get autocompleted.
This is how the current behavior looks like for LaTeX:
<img width="565" alt="Screenshot 2023-10-04 at 23 17 44" src="https://github.com/geany/geany/assets/713965/2c023c53-9f6c-4448-8…
and this is for Markdown:
<img width="601" alt="Screenshot 2023-10-04 at 23 13 55" src="https://github.com/geany/geany/assets/713965/c24056e5-fa59-444d-b…
I'm not sure if it's related to the changes made in this release or if it behaved this way before too but since it's quite annoying and the patch is hopefully a low-risk one, it could be worth considering for Geany 2.0.
You can view, comment on, or merge this pull request online at:
https://github.com/geany/geany/pull/3575
-- Commit Summary --
* Disable autocompletion for most non-programming/non-scripting languages
-- File Changes --
M src/editor.c (5)
M src/tagmanager/tm_parser.c (23)
M src/tagmanager/tm_parser.h (2)
-- Patch Links --
https://github.com/geany/geany/pull/3575.patchhttps://github.com/geany/geany/pull/3575.diff
--
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/pull/3575
You are receiving this because you are subscribed to this thread.
Message ID: <geany/geany/pull/3575(a)github.com>
The latest version (1.30) in PHP don't autocomplete **require**.
--
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/1436
This PR adds an option to hide the menubar at startup and a keybinding to toggle menubar visibility. Addresses #633.
Currently, there is no default keybinding set to toggle the menubar. This complicates reshowing the menubar if it is hidden at startup. A common key combination to toggle menubar visibility is `<Primary>m`, but that is already being used to toggle markers. Should the keybinding be reassigned? If not, what other keybinding should be used?
You can view, comment on, or merge this pull request online at:
https://github.com/geany/geany/pull/2972
-- Commit Summary --
* <a href="https://github.com/geany/geany/pull/2972/commits/c2076abb31c4ffd44dbad845d3…">Add option to hide menubar on startup</a>
-- File Changes --
M doc/geany.txt (1)
M src/keybindings.c (11)
M src/keybindings.h (2)
M src/libmain.c (5)
M src/plugindata.h (2)
M src/ui_utils.c (2)
M src/ui_utils.h (1)
-- Patch Links --
https://github.com/geany/geany/pull/2972.patchhttps://github.com/geany/geany/pull/2972.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/2972
When working with Python file Geany ignores indentation settings and sometimes inserts tabs even when configured with the saner spaces choie (which should be default anyway) particularly after pressing enter after any ":" like after if and while constructs in Python.
This makes it essentially not very useful for such programming tasks as the indentation will constantly be messed up.
I recall this setting was always a bit of a pain in Geany and needed program restarts to be applied, but previously at least it worked after restart, now its behavior is inconsistent.
Version used: [geany-2.0_osx_arm64.dmg](https://download.geany.org/geany-2.0_osx_arm64.dmg)
--
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/3721
You are receiving this because you are subscribed to this thread.
Message ID: <geany/geany/issues/3721(a)github.com>
Turn on the dark variant: create the file `settings.ini` in `C:\Users\[username]\AppData\Local\gtk-3.0` (create the folder `gtk-3.0` if it doesn't exist) with the content:
```
[Settings]
gtk-application-prefer-dark-theme = true
```
Well, now you can try the Geany's default dark UI theme. The only problem is, it sucks. But it's the only thing we have out of the box. GTK experts and Geany experts, please chime in and tweak it. I'm very willing to test. Thank you.
--
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/3783
You are receiving this because you are subscribed to this thread.
Message ID: <geany/geany/issues/3783(a)github.com>
Things are more complicated on Windows. It's not as simple as just copying the themes and icons into Geany's installation directory and modifying `gtk-3.0/settings.ini`.
--
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/3789
You are receiving this because you are subscribed to this thread.
Message ID: <geany/geany/issues/3789(a)github.com>
Since version 2.0, if I paste a large chunk of text (more than 1 screen
--
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/3666
You are receiving this because you are subscribed to this thread.
Message ID: <geany/geany/issues/3666(a)github.com>