-
Hello Developers,
in recognition of your design preferences to create a single window editor, I would like to make the following request.
Is it possible to support the split-view feature of Scin…
-
I added small script:
```lua
--[[
Copy selected text to new tab
2017.11.18
--]]
local s = geany.selection();
if (s == "") then
geany.message("No text is selected!");
elseif (s == ni…
-
Sorry about this weird way of contacting you but SourceForge doesn't seem to support sending messages any more. The ECL lexer contributed to Scintilla generates warnings from code checkers.
See
https…
-
Hi everyone,
In regard to the following [[Geany-Users] mail list's email](https://www.mail-archive.com/users@lists.geany.org/msg03026.html), I think it might be useful for Geany to have an option t…
-
I was wondering if anyone would be interested in creating / adding on to an existing plugin.
I see there is an existing plugin called “Addons” which is for various small features added to Geany, mayb…
-
After starting a Form with one or more Scintilla controls, the Scintilla control causes the caret of other controls to jump.
![ScintillaNet_CaretIssue](https://user-images.githubusercontent.com/50140…
-
Windows clipboard will truncate text at `NUL` character, Scintilla will replace `NUL` with space on copy (see `SelectionText::FixSelectionForClipboard()`), thus copy text with embedded `NUL` is imposs…
-
It looks like it is not possible anymore to use setLexer to set a language in Notepad++. Scintilla 5 has moved the lexers from Scintilla into a new [Lexilla](https://www.scintilla.org/Lexilla.html) pr…
-
Hello. I'm getting error "IndexError: list index out of range"
```
$ playlistfromsong -s 'Kalya Scintilla'
PLAYLIST:
Desert Dwellers - Lotus Heart - (Kalya Scintilla Remix)
Kalya Scintilla -…
-
In Line .cs line 285 (clearing annotation)
scintilla.DirectMessage(NativeMethods.SCI_ANNOTATIONGETTEXT, new IntPtr(Index), IntPtr.Zero);
should be
scintilla.DirectMessage(NativeMethods.SCI_ANNOTAT…