The plugin seems to not collapse the directory containing the active document, but it collapses others in the tree view when reloading. It would be cool if it kept all directories that are expanded before the reload, expanded after, provided they still exist.
---
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/415
I have configured some build commands for my project:

In Commander, I can invoke independent commands (such as “Run tests”) and execute commands (such as “Run on test input”), but not filetype-specific commands (such as “Pylint”). It seems like Commander just doesn’t see their labels:

---
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/462
A very useful feature I'm missing. You do something, then scroll somewhere to check something else and want to return to your original location, but can't find it easily. Currently it is solvable by setting a marker beforehand, but it's less convenient than automatic tracking and requires more actions and things to remember (don't forget to set the marker, don't forget to remove the marker) and doesn't allow you to move farther back than to the latest position.
--
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/1359

The same happens in the search window, and the window itself enlarges too. Font adjustment in the settings doesn't make a difference. Windows.
--
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/1384
For the line:
```
ME = $(abspath $(lastname ($MAKE_LIST)))
```
the outer parentheses don't highlight, irrespective of where the cursor is placed.
The same line in another filetype (say C++) the outer parentheses highlight with the cursor either side of the first `(` and after the last `)`
--
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/1207
Please provide a way to create new projects in existing folder rather than forcing users to code in a projects directory
--
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/1311
I do not see support for Go language. I can help in adding support for the same. Please let me know
--
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/1312
A version of pull request #1377 that uses the GTK theme instead of the geany colorschemes to customize the colors of the compiler output in the message window.
You can view, comment on, or merge this pull request online at:
https://github.com/geany/geany/pull/1381
-- Commit Summary --
* make message window themable
* added documentation for message window theme options
* Make compiler messages use GTK+ theme
-- File Changes --
M data/geany.css (11)
M data/geany.gtkrc (17)
M doc/geany.txt (27)
M src/msgwindow.c (53)
-- Patch Links --
https://github.com/geany/geany/pull/1381.patchhttps://github.com/geany/geany/pull/1381.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/1381
I have a file with 1.5 million rows. Geany 1.27 on Lubuntu (Ubuntu Xenial 16.04.1 LTS). Scrolling down with the down arrow key stops at line 1,118,483. I can go further down with page down or the scroll bar and reposition the cursor there, but the down arrow key stops again after a few lines down. No such behaviour in SciTe. Arrow up key keeps working fine all the time.
File stats (with wc):
1514885 (lines) 50686174 (chars).
--
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/1378
Adds four new styling options to customize the colors in the compiler tab to address issue #1376. When the values are not set by a colorscheme the previously hardcoded colors will be used.
A minor drawback is that the few lines in the compiler tab that were using the GTK default foreground color don't do that anymore and are by default black now (but also themable).
You can view, comment on, or merge this pull request online at:
https://github.com/geany/geany/pull/1377
-- Commit Summary --
* make message window themable
* added documentation for message window theme options
-- File Changes --
M doc/geany.txt (27)
M src/highlighting.c (28)
M src/highlighting.h (4)
M src/msgwindow.c (43)
-- Patch Links --
https://github.com/geany/geany/pull/1377.patchhttps://github.com/geany/geany/pull/1377.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/1377