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>
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>
Should there be one? A Checkbutton for "Line breaking" in Preferences/ Editor / Features , besides "Line breaking column" or besides "Line wrapping" ?
It's tedious to remember and toggle that per document every time.
Or maybe there is a way, unknown to me, to modify some start-up file to tell Geany to open with Line breaking on in menu/Document ?
--
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/1946
MacOS 12.7.3 with Geany 1.38
I'm using the colour scheme called "Metallic Bottle" to edit Ruby programs. The thema is very pleasant to use, but has one problem: It colours Ruby symbols in the same colour, which is also used as the background for highlighting. This means that if I have a statement
`attr_reader :abcd`
and select the :abcd with the mouse, I can't read anything, because foreground and background are the same colour.
I wanted to fix it locally, but can't find the definition file for this thema. BTW, my `.config/geany/colorschemes` directory is empty; I don't know where the Geany installer put its theme files.
--
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany-osx/issues/54
You are receiving this because you are subscribed to this thread.
Message ID: <geany/geany-osx/issues/54(a)github.com>
In Preferences/Editor/Features, the line wrapping checkbox is checked, but when opening a file or creating a new one, it is disabled and needs to be manually enabled in the top menu of the document.
I installed Geany 2.0 using the official DMG on a Macbook Pro 13" M1 2020 running MacOS 14.1.1.
The problem is present since at least MacOS 13.
When installed via NIX, the setting works correctly, so I think it might just be a problem with the DMG version.
--
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany-osx/issues/51
You are receiving this because you are subscribed to this thread.
Message ID: <geany/geany-osx/issues/51(a)github.com>
MacOS Monterey, running Geany 2.0
After updating from Geany 1.38 to Geany 2.0, the vertical scrollbar became so narrow, that I find it nearly impossible to grab it with the mouse. In 1.38, its width was pretty much the same than other Apple application (scrollbar width seems to be kind of an Apple GUI standard).
This screenshot shows how the scrollbar looks like in the new version:
<img width="1706" alt="Screenshot 2024-02-26 at 03 27 55 PM" src="https://github.com/geany/geany-osx/assets/6795665/7bb0373f-97fc-463d-859a-7…">
I don't have Geany 1.38 installed anymore, but here is for comparision another text editor, showing a scrollbar with a "typical" width:
<img width="1012" alt="Screenshot 2024-02-26 at 03 30 01 PM" src="https://github.com/geany/geany-osx/assets/6795665/254a98ae-9383-49c7-99f5-4…">
If Geany decides to draw its scrollbar manually, I suggest that you offer in the preferences the possibility to define the scrollbar width.
--
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany-osx/issues/55
You are receiving this because you are subscribed to this thread.
Message ID: <geany/geany-osx/issues/55(a)github.com>
Environment:
MacOS 12.7.3
Geany 1.38
Color Schema: Metallic Bottle
When I use View/ChangeFont and select a different font, not actual font change happens - neither in the user interface nor in the edit pane. I wonder what the "Change Font" function is actually supposed to be for?
--
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany-osx/issues/53
You are receiving this because you are subscribed to this thread.
Message ID: <geany/geany-osx/issues/53(a)github.com>