when executing the command select line, Geany still remembers the last X incorrectly, so `Shift-Down` and other keys don't work well. this PR sets the last X correctly for this case and many other cases.
You can view, comment on, or merge this pull request online at:
https://github.com/geany/geany/pull/4083
-- Commit Summary --
* fix select all to use a forward selection
* set last X properly on various selection changes
-- File Changes --
M scintilla/src/Editor.cxx (7)
-- Patch Links --
https://github.com/geany/geany/pull/4083.patchhttps://github.com/geany/geany/pull/4083.diff
--
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/pull/4083
You are receiving this because you are subscribed to this thread.
Message ID: <geany/geany/pull/4083(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>
Reminder needs to be done by @eht16 ;-) to doc #3911 which which was added without any manual document.
--
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/4033
You are receiving this because you are subscribed to this thread.
Message ID: <geany/geany/issues/4033(a)github.com>
I use a Mac laptop built-in keyboard which does not have an Insert key. I've found no way of toggling INSert/OVRtype mode using this keyboard, nor has anyoen else when I asked on the mailing list. Would it be feasible to add the option to create a keybinding for toggling INS/OVR, or even a menu option or click on the INS/OVR marker in the status bar?
--
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/discussions/4090
You are receiving this because you are subscribed to this thread.
Message ID: <geany/geany/repo-discussions/4090(a)github.com>
And maybe for official release, too. I'm using Debian but I don't want to install the .deb packages. They will mess up with the Geany version I installed from Debian's repository. Providing .tar.xz will also benefit other Linux distros.
--
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/4087
You are receiving this because you are subscribed to this thread.
Message ID: <geany/geany/issues/4087(a)github.com>