I created this text file last night within Geany, edited it without any issues. Closed it. This morning when I try to open it from within Dolphin File Manager it opens Geany but there is just a blank tab on Geany. The file is 6.8KiB. I can right-click (within Dolphin File Manager) the file and 'open with' using mousepad text editor and it opens fine. Can see all the text.
The error reported within the 'status' area of Geany is:
`10:35:56: Could not open file /home/user1/Documents/forums/yyy/test/test file incorrect (Error when getting information for file “/home/user1/Documents/forums/yyy/test/test file incorrect”: No such file or directory)`
--
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/3245
You are receiving this because you are subscribed to this thread.
Message ID: <geany/geany/issues/3245(a)github.com>
Ubuntu 22.04
Geany 1.38
everything up to date as of August 8th 2022
To reproduce:
(initial state) clibpoard may have some content
open geany
create a new document
open a terminal
type "hello world" in geany
select it in geany
Crtl-C (supposeldy puts text "hello world" in clipboard)
(optionally) left-click in geany to empty the selection
set focus on terminal window by either crtl-tab or left-clicking the terminal window
Shift-Insert (supposedly paste clipboard into terminal).
Expected behaviour: "hello world" appears in terminal
Acutal behaviour: you will see whatever was in the clipboard at (initial state), and this is true also if (optionnally) was done
--
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/3244
You are receiving this because you are subscribed to this thread.
Message ID: <geany/geany/issues/3244(a)github.com>
resolves #434
You can view, comment on, or merge this pull request online at:
https://github.com/geany/geany/pull/2584
-- Commit Summary --
* Create julia lexer, no ctags
-- File Changes --
M data/Makefile.am (1)
M data/filedefs/filetypes.common (4)
A data/filedefs/filetypes.julia (62)
M scintilla/Makefile.am (1)
M scintilla/include/SciLexer.h (14)
M scintilla/include/Scintilla.iface (16)
A scintilla/lexers/LexJulia.cxx (536)
M scintilla/src/Catalogue.cxx (1)
M src/filetypes.c (1)
M src/filetypes.h (1)
M src/highlighting.c (10)
M src/highlightingmappings.h (32)
-- Patch Links --
https://github.com/geany/geany/pull/2584.patchhttps://github.com/geany/geany/pull/2584.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/2584