You should implement the basic x command. I miss it a lot. E.g. 5x deletes 5 chars to the right, included the character under the cursor. If there are less than 5 chars from the current current position to the end of line, only that much chars are deleted.
--
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/818
in some cases, Geany doesn't detect file has been overwritten. If a file with the same name is (intentionally) copied from a different directory, Geany doesn't detect the file has changed.
This does not reproduce when the file is copied using `cp`. I've only tested with the 2 file managers listed below.
* To reproduce
Reproduces every time using Thunar 1.8.4 and PCMan 1.3.1
echo file1 > ./file1
mkdir tempdir
echo file2 > tempdir/file1
Open ./file1 in Geany
Use Thunar or PCMan to copy tempdir/file1 to ./file1
Switch back to Geany (note there will be no reload option).
```
16:56:32: Geany INFO : Geany 1.35 (git >= b8cdfddf), en_US.utf8
16:56:32: Geany INFO : GTK 3.24.5, GLib 2.58.3
16:56:32: Geany INFO : System data dir: /home/andy/local/share/geany
16:56:32: Geany INFO : User config dir: /home/andy/.config/geany
16:56:32: Geany INFO : Loaded GTK+ CSS theme '/home/andy/local/share/geany/geany.css'
16:56:32: Geany INFO : Loaded GTK+ CSS theme '/home/andy/local/share/geany/geany-3.20.css'
16:56:32: Geany INFO : System plugin path: /home/andy/local/lib/geany
16:56:32: Geany INFO : Added filetype Clojure (61).
16:56:32: Geany INFO : Added filetype Graphviz (62).
16:56:32: Geany INFO : Added filetype CUDA (63).
16:56:32: Geany INFO : Added filetype JSON (64).
16:56:32: Geany INFO : Added filetype Arduino (65).
16:56:32: Geany INFO : Added filetype Scala (66).
16:56:32: Geany INFO : Added filetype Genie (67).
16:56:32: Geany INFO : Added filetype Cython (68).
16:56:32: Geany INFO : Loaded libvte from libvte-2.91.so
16:56:32: Geany INFO : /home/andy/temp : None (UTF-8)
16:56:32: Geany INFO : /home/andy/file1 : None (UTF-8)
```
--
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/issues/2133
You can view, comment on, or merge this pull request online at:
https://github.com/geany/geany/pull/2138
-- Commit Summary --
* Update Scintilla to version 3.10.4
-- File Changes --
M scintilla/Makefile.am (1)
M scintilla/gtk/Converter.h (14)
M scintilla/gtk/PlatGTK.cxx (393)
M scintilla/gtk/ScintillaGTK.cxx (773)
M scintilla/gtk/ScintillaGTK.h (49)
M scintilla/gtk/ScintillaGTKAccessible.cxx (100)
M scintilla/include/Platform.h (12)
M scintilla/include/SciLexer.h (12)
M scintilla/include/Scintilla.h (9)
M scintilla/include/Scintilla.iface (35)
M scintilla/lexers/LexCPP.cxx (163)
M scintilla/lexers/LexHaskell.cxx (1)
M scintilla/lexers/LexTCL.cxx (4)
M scintilla/lexlib/CharacterCategory.cxx (33)
M scintilla/lexlib/CharacterCategory.h (17)
M scintilla/lexlib/CharacterSet.h (12)
M scintilla/lexlib/StyleContext.cxx (1)
M scintilla/scintilla_changes.patch (7)
M scintilla/src/CallTip.cxx (2)
M scintilla/src/CaseConvert.cxx (8)
M scintilla/src/CaseFolder.cxx (2)
M scintilla/src/CaseFolder.h (2)
M scintilla/src/CharClassify.cxx (5)
M scintilla/src/ContractionState.cxx (8)
M scintilla/src/ContractionState.h (1)
M scintilla/src/DBCS.h (8)
M scintilla/src/Document.cxx (29)
M scintilla/src/Document.h (20)
M scintilla/src/EditModel.cxx (20)
M scintilla/src/EditModel.h (6)
M scintilla/src/EditView.cxx (51)
M scintilla/src/EditView.h (16)
M scintilla/src/Editor.cxx (137)
M scintilla/src/Editor.h (81)
M scintilla/src/ElapsedPeriod.h (2)
M scintilla/src/Indicator.cxx (8)
M scintilla/src/Indicator.h (8)
M scintilla/src/KeyMap.h (2)
M scintilla/src/LineMarker.cxx (68)
M scintilla/src/LineMarker.h (24)
M scintilla/src/MarginView.cxx (4)
M scintilla/src/MarginView.h (2)
M scintilla/src/PerLine.h (2)
M scintilla/src/PositionCache.cxx (25)
M scintilla/src/PositionCache.h (28)
M scintilla/src/RESearch.h (17)
M scintilla/src/ScintillaBase.cxx (9)
M scintilla/src/ScintillaBase.h (4)
M scintilla/src/Selection.cxx (2)
M scintilla/src/Selection.h (14)
M scintilla/src/Style.cxx (20)
M scintilla/src/Style.h (20)
M scintilla/src/UniConversion.cxx (31)
M scintilla/src/UniConversion.h (10)
A scintilla/src/UniqueString.cxx (55)
M scintilla/src/UniqueString.h (34)
M scintilla/src/ViewStyle.cxx (72)
M scintilla/src/ViewStyle.h (61)
M scintilla/src/XPM.h (17)
M scintilla/version.txt (2)
-- Patch Links --
https://github.com/geany/geany/pull/2138.patchhttps://github.com/geany/geany/pull/2138.diff
--
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/pull/2138
GeanyHighlightSelectedWord adds a feature which is quite common for editors/ide's.
Could you add it to this plugin package?
It currently works fine with Geany-1.35.
--
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/845
This fixes support for COBOL symbols after the recent breakage of regex
parsers, as well as introducing additional features and bug fixes.
Also import some of the tests.
https://github.com/universal-ctags/ctags/pull/2076
Part of #2119.
You can view, comment on, or merge this pull request online at:
https://github.com/geany/geany/pull/2128
-- Commit Summary --
* COBOL: Import new upstream candidate parser
-- File Changes --
M ctags/parsers/cobol.c (520)
M src/symbols.c (2)
M src/tagmanager/tm_parser.c (3)
M tests/ctags/Makefile.am (8)
A tests/ctags/cobol/helloworld.cbl (14)
A tests/ctags/cobol/helloworld.cbl.tags (11)
A tests/ctags/cobol/helloworld2.cbl (19)
A tests/ctags/cobol/helloworld2.cbl.tags (11)
A tests/ctags/cobol/levels.cbl (27)
A tests/ctags/cobol/levels.cbl.tags (22)
A tests/ctags/cobol/quoted-program-id.cbl (7)
A tests/ctags/cobol/quoted-program-id.cbl.tags (5)
R tests/ctags/cobol/simple.cbl (0)
A tests/ctags/cobol/simple.cbl.tags (22)
D tests/ctags/simple.cbl.tags (19)
-- Patch Links --
https://github.com/geany/geany/pull/2128.patchhttps://github.com/geany/geany/pull/2128.diff
--
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/pull/2128
When I saw the announcement for Geany 1.35, I uninstalled 1.34 plugins and 1.34. I found a user only install and also uninstalled it. Then I installed Geany 1.35 and plugins on Win10 as administrator.
I used plugin manager to enable the updatechecker plugin.
I clicked on the check for updates menu item.
Geany closed immediately. On restarting, Geany closed again. And same again. I uninstalled and reinstalled the plugins, this time not enabling the updatechecker plugin, to restore normal operations.
The Windows event viewer shows an error and an information message. The error text is:
```
Faulting application name: Geany.exe, version: 1.35.0.0, time stamp: 0x00000000
Faulting module name: KERNELBASE.dll, version: 10.0.17763.404, time stamp: 0x3424aead
Exception code: 0x80000003
Fault offset: 0x001502d2
Faulting process id: 0x1cd8
Faulting application start time: 0x01d4fde9f8497578
Faulting application path: C:\Program Files (x86)\Geany\bin\Geany.exe
Faulting module path: C:\WINDOWS\System32\KERNELBASE.dll
Report Id: 4e431283-3912-4af8-a9b7-29fe7840618d
Faulting package full name:
Faulting package-relative application ID:
```
I can't seem to attach the WER report. But it may not be useful to anyone outside Microsoft.
My WAG is that geany or the plugin is making a bad windows API call.
Any advice on how to help solve this problem is welcome.
THX
Doug
--
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/issues/2137
When I saw the announcement for Geany 1.35, I uninstalled 1.34 plugins and 1.34. I found a user only install and also uninstalled it. Then I installed Geany 1.35 and plugins on Win10. The debug log contains the following messages:
`11:51:36: (NULL) WARNING : Error loading plugin: 'C:\Program Files (x86)\Geany/lib/enchant-2\enchant_aspell.dll': The specified module could not be found.`
`11:51:36: (NULL) WARNING : Error loading plugin: 'C:\Program Files (x86)\Geany/lib/enchant-2\enchant_voikko.dll': The specified module could not be found.`
I have had the latest version of Geany currently available (which has both Geany and plugins for Win10) installed on this machine since Aug 2017. The named DLL does not appear to belong to any of the plugins currently available through the plugin manager. I do not recall installing a spell checker to Geany, and I would not typically install it to my programming editor as a matter of principle.
Any suggestions on how to get rid of these messages?
TIA
Doug
--
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/issues/2136