Norwegian has two locales:
* `nb_NO`: Norwegian Bokmål, most used.
* `nn_NO`: Norwegian Nynorsk, least used.
Currently Geany has `nn` for norwegian nynorsk (`nn_NO`). We also have `nb`, norwegian bokmål (`nb_NO`).
Please add `nb_NO`, rename `nn` to `nn_NO`, and don't choose `nn_NO` in Geany if OS system language is set to `nb_NO`.
--
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/3638
You are receiving this because you are subscribed to this thread.
Message ID: <geany/geany/issues/3638(a)github.com>
You can view, comment on, or merge this pull request online at:
https://github.com/geany/geany/pull/3441
-- Commit Summary --
* update lexilla to 5.2.4
-- File Changes --
M data/filedefs/filetypes.gdscript (1)
M data/filedefs/filetypes.python.in (1)
M data/filedefs/filetypes.r (4)
M data/filedefs/filetypes.ruby (4)
M scintilla/lexilla/include/Lexilla.h (16)
M scintilla/lexilla/include/SciLexer.h (12)
M scintilla/lexilla/lexers/LexBash.cxx (8)
M scintilla/lexilla/lexers/LexBatch.cxx (31)
M scintilla/lexilla/lexers/LexCPP.cxx (198)
M scintilla/lexilla/lexers/LexCmake.cxx (2)
M scintilla/lexilla/lexers/LexCoffeeScript.cxx (7)
M scintilla/lexilla/lexers/LexDiff.cxx (57)
M scintilla/lexilla/lexers/LexGDScript.cxx (43)
M scintilla/lexilla/lexers/LexHTML.cxx (64)
M scintilla/lexilla/lexers/LexJulia.cxx (4)
M scintilla/lexilla/lexers/LexMake.cxx (36)
M scintilla/lexilla/lexers/LexMarkdown.cxx (123)
M scintilla/lexilla/lexers/LexMatlab.cxx (182)
M scintilla/lexilla/lexers/LexPowerShell.cxx (83)
M scintilla/lexilla/lexers/LexProps.cxx (39)
M scintilla/lexilla/lexers/LexPython.cxx (103)
M scintilla/lexilla/lexers/LexR.cxx (252)
M scintilla/lexilla/lexers/LexRuby.cxx (778)
M scintilla/lexilla/lexers/LexVHDL.cxx (18)
M scintilla/lexilla/lexers/LexYAML.cxx (84)
M scintilla/lexilla/lexlib/CharacterCategory.cxx (190)
M scintilla/lexilla/lexlib/CharacterSet.h (10)
M scintilla/lexilla/lexlib/LexAccessor.cxx (9)
M scintilla/lexilla/lexlib/LexAccessor.h (30)
M scintilla/lexilla/lexlib/LexerModule.h (2)
M scintilla/lexilla/lexlib/OptionSet.h (2)
M scintilla/lexilla/lexlib/PropSetSimple.cxx (2)
M scintilla/lexilla/lexlib/StyleContext.cxx (39)
M scintilla/lexilla/lexlib/StyleContext.h (104)
M scintilla/lexilla/lexlib/WordList.cxx (23)
M scintilla/lexilla/lexlib/WordList.h (1)
M scintilla/lexilla/src/Lexilla.cxx (2)
M scintilla/lexilla/version.txt (2)
M src/highlightingmappings.h (38)
-- Patch Links --
https://github.com/geany/geany/pull/3441.patchhttps://github.com/geany/geany/pull/3441.diff
--
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/pull/3441
You are receiving this because you are subscribed to this thread.
Message ID: <geany/geany/pull/3441(a)github.com>
The mentioned file `scintilla/src/Catalogue.cxx` was removed in Scintilla/Lexilla v5 (7694aa5acb730fb7d0bbd1b4212140e63d315215) – maybe it's time to update the documentation? 😳
You can view, comment on, or merge this pull request online at:
https://github.com/geany/geany/pull/3481
-- Commit Summary --
* HACKING: Update instructions for new lexer modules
-- File Changes --
M HACKING (2)
-- Patch Links --
https://github.com/geany/geany/pull/3481.patchhttps://github.com/geany/geany/pull/3481.diff
--
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/pull/3481
You are receiving this because you are subscribed to this thread.
Message ID: <geany/geany/pull/3481(a)github.com>
The string "_Join Lines" doesn't explain the sequence of how the lines are joined. A description like "Concatenate Lines" would fit better I think. The strings are located at:
- data/geany.glade:6938
- src/keybindings.c:508
--
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/3590
You are receiving this because you are subscribed to this thread.
Message ID: <geany/geany/issues/3590(a)github.com>
On MacOS 14 locking the screen via shortcut (cmd ctrl q) is prevented if the cursor is in the text/edit field of an open file.
Locking via Touch ID button is still working.
--
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/3646
You are receiving this because you are subscribed to this thread.
Message ID: <geany/geany/issues/3646(a)github.com>