(Shown when there is more than one matching symbol).
For variables, show type.
For callables, show signature.
Show non-first item using italic `file:line:`.
You can view, comment on, or merge this pull request online at:
https://github.com/geany/geany/pull/3475
-- Commit Summary --
* Make Go to Symbol commands show signature list
-- File Changes --
M src/symbols.c (9)
-- Patch Links --
https://github.com/geany/geany/pull/3475.patchhttps://github.com/geany/geany/pull/3475.diff
--
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/pull/3475
You are receiving this because you are subscribed to this thread.
Message ID: <geany/geany/pull/3475(a)github.com>
Note that "local" variables seem to be local for the given file and not local within a certain function so mapping them to `tm_tag_local_var_t` isn't appropriate.
At the moment autocompletion doesn't work - this is caused by
https://github.com/universal-ctags/ctags/pull/3697
which I add to this PR if it gets merged upstream.
You can view, comment on, or merge this pull request online at:
https://github.com/geany/geany/pull/3460
-- Commit Summary --
* autoit: use local/global variable tags
-- File Changes --
M src/tagmanager/tm_parser.c (5)
M tests/ctags/simple.au3.tags (6)
-- Patch Links --
https://github.com/geany/geany/pull/3460.patchhttps://github.com/geany/geany/pull/3460.diff
--
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/pull/3460
You are receiving this because you are subscribed to this thread.
Message ID: <geany/geany/pull/3460(a)github.com>
It should be great to have into Geany the a better support for the following file types:
* HTA (html applications with Javascript and VBScript)
* Javascript
* VBScript
* C#
increasing the capabilities of Geany in:
* Create
* Edit
* Debug
* Compile to *.exe
for all the above file types
Also should be great to have a GUI editor for Winforms or wxwidgets or gtk or even for both. Something similar to SharpDevelop should be great.
Please notice that some .Net SDKs packages already provide compilers (for example for js files and more) that could be used by Jeany, without the need to reinvent the wheel. The optimum would be that Geany should be able to automatically recognize their presence into the System and **easily** configure them at installation time or at first run, to be used right out of the box. Alternatively it should have a package manager integrated to allow the user to download the external supported packages by choosing them from a list integrated into Geany, as for plugins. After installation, Geany has to configure it self to work in symbiosis with these external packages as if it were natively built in.
--
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/3540
You are receiving this because you are subscribed to this thread.
Message ID: <geany/geany/issues/3540(a)github.com>
When I initiate rectangular selection mode by shift + alt + numpad_arrow_key,
geany puts some garbage characters into selected positions. This happens only
with numpad arrow keys (with num lock off), not with ordinary arrow keys.
This affect version 1.38. In geany 1.36 everything was ok.
--
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/3539
You are receiving this because you are subscribed to this thread.
Message ID: <geany/geany/issues/3539(a)github.com>
Geany's markdown syntax highlighting (without the markdown plugin) is confused, when code block is indented.
All the text after code block end is blue and ignores *all following* markdown syntax highlighting .
![md_indented_code_block](https://user-images.githubusercontent.com/1393254/114905882-c0be4c80-9e19-11eb-8ebe-3d5bfc41b439.png)
When code block is *not* indented, everything is ok.
--
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/2797
I get `Error opening file /<path>/index.html: No such file or directory`
<path> is the path to the directory that contains the markdown file I'm trying to load.
If I open the plugin preferences and change the template to "template.html" I get a different error:
```[general] template=/home/ventsyvelev/.config/geany/plugins/markdown/markdown.conf [view] position=0 font_name=Serif code_font_name=Mono font_point_size=12 code_font_point_size=12 bg_color=#ffffff fg_color=#000000```
Geany 1.38
Ubuntu 22
--
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany-plugins/issues/1247
You are receiving this because you are subscribed to this thread.
Message ID: <geany/geany-plugins/issues/1247(a)github.com>