Currently one has to go to `Tools > Word Count` in order to get access to word/character count statistics. Having to do this repeatedly gets tedious very quickly. Can these statistics be (also/instead) displayed in the status bar?
![-untitled - Geany_448](https://github.com/geany/geany/assets/13626025/a35016e9-3343-42d…
--
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/3544
You are receiving this because you are subscribed to this thread.
Message ID: <geany/geany/issues/3544(a)github.com>
You can view, comment on, or merge this pull request online at:
https://github.com/geany/geany-themes/pull/63
-- Commit Summary --
* Added grey8 config and screenshot
* Merge pull request #56 from CollinseyNyaga/grey8-new-theme
* Added new color theme evg-ega-dark, tested as per the Geany maintainers requirements.
* Ran 'make index' as per requirements to update meta data for new color theme. However also fixed mkindex.py to work with Python 3.10
* Merge pull request #57 from StrayFeral/evg-ega-dark
* Fix mkindex.py to work with Python3 and regenerate index.json
* Fix duplicate key in "retro" theme
* Fix screenshot filename for "kary-pro-colors-light" theme
* Merge pull request #58 from eht16/fix_broken_theme_index
* Fixed markup colors. Final fix.
* Merge pull request #60 from StrayFeral/evg-ega-dark_markupfix
* Add new themes via upload
* Add new screenshot for theme via upload
* Add files via upload
* Update theme
-- File Changes --
A colorschemes/dark-abc.conf (107)
A colorschemes/evg-ega-dark.conf (148)
A colorschemes/grey8.conf (116)
A colorschemes/light-abc.conf (114)
M colorschemes/retro.conf (1)
M index/index.json (111)
M index/index.json.md5 (2)
A screenshots/dark-abc.png (0)
A screenshots/evg-ega-dark.png (0)
A screenshots/grey8.png (0)
R screenshots/kary-pro-colors-light.png (0)
A screenshots/light-abc.png (0)
M scripts/mkindex.py (26)
-- Patch Links --
https://github.com/geany/geany-themes/pull/63.patchhttps://github.com/geany/geany-themes/pull/63.diff
--
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany-themes/pull/63
You are receiving this because you are subscribed to this thread.
Message ID: <geany/geany-themes/pull/63(a)github.com>
Currently the markdown preview always resets the scroll position of the preview on any modification of the markdown text.
I would be nice if the preview can remember the scroll 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-plugins/issues/1055
(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>