The tool to comment/uncomment Lines could be more elegant, adding all the # to the BEGINNING of lines!
And I saw a bug, it failing today, couldn't uncomment had to use REPLACE tool.
Works well to comment, but to uncomment, FAILED.
My suggestion is like this:
Nowadays | Desired
----------------------------------------------------
# code # code
#code # code
#code # code
--
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/3554
You are receiving this because you are subscribed to this thread.
Message ID: <geany/geany/issues/3554(a)github.com>
Thanks to the geanylua-script https://github.com/xiota/geanylua-scripts/tree/main/toggle-menu-bar I wrote a step-by-step-description how to toggle menu bar: https://github.com/geany/geany/issues/633#issuecomment-1030634638. The problem is that it takes about 10 minutes to build the feature. For users it would be better to have a plugin like `Toggle menu bar` in the plugin manager. Then users could activate the checkbox next to the plugin `Toggle menu bar` in the plugin manager and could set a shortcut.
**Forgot the shortcut?**
- If users forget the shortcut, there is the possibility to press Ctrl+Alt+P to open the preferences to look for the according shortcut in keybindings.
- If the plugin would exist and if users forget the shortcut and don't know where to set shortcuts, I think that in short time search engines will give the solution, namely Ctrl+Alt+P to open the preferences to look for the according shortcut in keybindings.
**Options**
There are no options planed for this plugin.
**Behavior**
Once the menu bar is disabled by pressing the shortcut, the menu bar stays disabled even after a restart of Geany. The menu bar will appear again only if the shortcut will be pressed again.
**History**
2972 at geany and 1138 at geany-plugins were both closed but not fixed.
**Official plugin**
If this plugin is part of the official plugins, then issue number 633 at geany could be closed.
**Remark**
The toggle menu bar works absolutely perfect for me for years. I use the key F12 as shortcut to toggle the menu bar.
--
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany-plugins/issues/1380
You are receiving this because you are subscribed to this thread.
Message ID: <geany/geany-plugins/issues/1380(a)github.com>
**New extensions:**
- *.vue - this actually like regular HTML file: https://vuejs.org/guide/scaling-up/sfc.html
- *.cjs - used for JS in the commonjs module format
- *.mjs - used for JS in the ESM module format
- *.tmpl - commonly used as HTML templates, like an *.tpl
**New JS keywords:**
- `from`
- `as`
Example:
```js
import { A as B } from 'moduleName';
```
You can view, comment on, or merge this pull request online at:
https://github.com/geany/geany/pull/3440
-- Commit Summary --
* update JS keywords and extensions
-- File Changes --
M data/filedefs/filetypes.javascript (2)
M data/filetype_extensions.conf (4)
-- Patch Links --
https://github.com/geany/geany/pull/3440.patchhttps://github.com/geany/geany/pull/3440.diff
--
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/pull/3440
You are receiving this because you are subscribed to this thread.
Message ID: <geany/geany/pull/3440(a)github.com>
On my long-running Geany session, now searching using <kbd>Return</kbd>/<kbd>Shift+Return</kbd> skips over every other match, making it basically unusable. Clicking the search button works.
This does *not* reproduce if I start a new instance with the same config, so it ought to be something I did in this session, but I can't see what it is for now. I also tried modifying the toolbar, no issue there either. I hate this kind of report, but I'm still making one myself -- any ideas welcome. I didn't dig very very deep to find what could be the cause yet though, maybe something can come up in that front.
This looks like a revamp of b0b0ebb469a6b7eb74d321e6f5d7fe6f0bfcf6ba and probably related to #3838 somehow.
--
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/4012
You are receiving this because you are subscribed to this thread.
Message ID: <geany/geany/issues/4012(a)github.com>
This is nice for when the application / the system is crashing, or there is a power outage.
---
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/905
This commit adds TOML configuration language support to Geany. It uses the recently merged Scintilla TOML lexer; for ctags parsing it uses the conf file parser which works reasonably well for TOML as well.
See https://github.com/ScintillaOrg/lexilla/pull/261
Fixes #1268
You can view, comment on, or merge this pull request online at:
https://github.com/geany/geany/pull/3934
-- Commit Summary --
* Add TOML support
-- File Changes --
M data/Makefile.am (1)
A data/filedefs/filetypes.toml (57)
M data/filetype_extensions.conf (1)
M meson.build (1)
M scintilla/Makefile.am (1)
M scintilla/lexilla/include/SciLexer.h (16)
A scintilla/lexilla/lexers/LexTOML.cxx (486)
M scintilla/lexilla/src/Lexilla.cxx (2)
M scintilla/scintilla_changes.patch (1)
M src/filetypes.c (1)
M src/filetypes.h (1)
M src/highlighting.c (11)
M src/highlightingmappings.h (27)
-- Patch Links --
https://github.com/geany/geany/pull/3934.patchhttps://github.com/geany/geany/pull/3934.diff
--
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/pull/3934
You are receiving this because you are subscribed to this thread.
Message ID: <geany/geany/pull/3934(a)github.com>