Might as well be a Gtk bug, and that would be more serious. I've opened a Geany and a Gedit window, and the text I typed on Gedit isn't in the clipboard anymore after closing that window... Thanks!
https://imgur.com/a/UyJukr3
--
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/1956
Currently, with line-wrap disabled, when the typed characters reach the right-hand-side margin of the window, the window view jumps / scrolls to a position a bit more than half the width of the window.
(What character was previously seen at about half window position in the line, now gets moved left to begin of window view).
That is too much of a jump; would it be possible to make it smaller, ideally the size of the set indentation, or just the (average) width of a character? Maybe as an option for the user to set (though I don't see how it would harm others).
Notepad++, for example, sets the auto-scroll to 4 char-widths (at least when using monospaced); which is better, although no option to change that.
Looking at https://www.scintilla.org/ScintillaDoc.html#ScrollingAndAutomaticScrolling , it seems it would be possible?... Particularly `SCI_GETXOFFSET` and/or `SCI_LINESCROLL(int columns, int lines)`.
I will illustrate why this is desirable; bellow `|` represents window margins
Say you type one line, press "enter", then type a second after an indentation:
|Aaaaaaaaaaaaaaaaaaaaaabaaaaaaaaaaaaaaaaaaaa |
| Caaaaaaaaaaaaadaaaaaaaaaaaaaaaaaaaaa|
Now when I type one more character... whoa Nelly, too big jump!
I see this (too bad font here is not monospaced, at least in code blocks)
|baaaaaaaaaaaaaaaaaaaa |
|daaaaaaaaaaaaaaaaaaaaa |
If it were to jump by at most an indentation size, you would see this:
|aaaaaaaaaaaaaaaaaabaaaaaaaaaaaaaaaaaaaa |
|Caaaaaaaaaaaaadaaaaaaaaaaaaaaaaaaaaa |
which is better, as you still see the whole line you are editing.
--
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/1952
I know, that there are separate commands available for cut/copy lines, but because of IntelliJ IDEA I'm used to just cut/copy the line using the same shortcut as for cut/copy selection.
Would this be possible to implement without the need to modify Scintilla?
--
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/1953
I use a [Autoclose](https://plugins.geany.org/autoclose.html) plugin and i set for close `< >`. Apart from that, i have active the option `XML/HTML tag auto-closing` (Preferences > Editor > Completions).
The issue is that when i write `<` the autoclose plugin works and type ` >`, and i expect that the html tag autoclose but nothing happens. When i deactivate in autoclose plugin the signs `<>` and i write each one characters geany autocomplete the html tag.
This situation is so frustrating when i edit a lot of html files, ¿Is possible fix this behavior?
--
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/773
I use a [Autoclose](https://plugins.geany.org/autoclose.html) plugin and i set for close `< >`. Apart from that, i have active the option `Automatic close XML/HTML tags` (Preferences > Editor > Complet...).
The issue is that when i write `<` the autoclose plugin works and type ` >`, and i expect that the html tag autoclose but nothing happens. When i deactivate in autoclose plugin the signs `<>` and i write each one characters geany autocomplete the html tag.
This situation is so frustrating when i edit a lot of html files, ¿Is possible fix this behavior?
--
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/1954
Dear developers and creators of Geany!
For GitHub, its darkest hour has come. It has been bought by the company
that has stained reputation within the open-source community - Microsoft
(https://blogs.microsoft.com/blog/2018/06/04/microsoft-github-empowering-dev…).
Yes, now this company spreads its motto "Microsoft Loves Open Source!"
(https://open.microsoft.com/), but its words have nothing to do with
their deeds and has to be red as "Embrace, Extend and Extinguish"
(https://en.wikipedia.org/wiki/Embrace,_extend,_and_extinguish).
It uses its software patents to push free software developers
(http://techrights.org/2016/03/10/charm-offensives-distract/). Many
projects that was involved to any collaboration with them, have been
discontinued or brought to the state of unusability (Skype, Nokia,
Linkedin etc). And Microsoft has already had its own code hosting -
Codeplex (https://en.wikipedia.org/wiki/CodePlex), that is the irony.
It's not so difficult to assume that Github will share its fate. You can
not reason with a tiger when your head is in his mouth.
So, the best way now is not to wait of worsening situation, find an
alternative (GitLab, BitBucket etc) and move this project to it. It's
easier to avoid the problem than to solve it.
This text can be changed, used and distrubited without any restriction
and the authorship.
--
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/1870
Hello,
Running 1.33 under Windows 10.
I notice the following behavior:
* select text in Geany
* hit Ctrl +C: it seems that the text is copied to some internal clipboard of Geany. Meaning I can paste in Geany, but in other apps (Firefox, Outlook, notepad), I get nothing out of a paste
* if I do the copy using right click and copy, everything works as expected, I can paste in Geany or outside
thanks for your help
--
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/1945
Unable to perform version check.
Error code: 6
Error message: »Unacceptable TLS certificate«
Here's the debug:
19:57:29: Updatechecker MESSAGE : Checking for updates (querying URL "http://geany.org/service/version.php")
19:57:30: Updatechecker WARNING : Connection error: Code: 6; Message: Unacceptable TLS certificate
--
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/761