[Github-comments] Re: [geany/geany-osx] Block pasting/Column mode editing doesnt work properly (Issue #40)

2022-10-04 Thread elextr
> How this is simulated on top of the platform clipboards for Windows and Macos > I am not sure since I don't know how they work. Well whatdya know ... https://github.com/mirror/scintilla/blob/a6d738543a0efd2d2ee3e985ab26c83eecbbd1a0/win32/ScintillaWin.cxx#L467 -- Reply to this email directly

[Github-comments] Re: [geany/geany-osx] Block pasting/Column mode editing doesnt work properly (Issue #40)

2022-10-04 Thread elextr
I'm not aware of any clean description, but better googlers may prove me wrong. Its all based around the way X11 did "clipboards" (without ever actually having such a thing): 1. user selects in app1 which tells X11 'I got a selection and can provide it in "foo", "bar", and "bletch" formats' 2.

[Github-comments] Re: [geany/geany-osx] Block pasting/Column mode editing doesnt work properly (Issue #40)

2022-10-04 Thread Jiří Techet
> No it won't, the other application advertising new clipboard contents won't > offer the "SCINTILLARECTANGLE" target (unless its another Scintilla which > copied in rectangle mode), so Scintilla won't paste as a rectangle. OK, I didn't know this "target" thing. > PS "target" is a GTK name for

[Github-comments] Re: [geany/geany-osx] Block pasting/Column mode editing doesnt work properly (Issue #40)

2022-10-04 Thread elextr
> User switches to another (non-Scintilla) application and copies some other > text from it > User returns back to Geany and performs a paste. Scintilla remembers it did a > block copy in (1) and will paste this text in the block mode even though the > clipboard contains something else now No

[Github-comments] Re: [geany/geany] New UI on windows is bloated and scaled up (Issue #3063)

2022-10-04 Thread Jiří Techet
Also I suggest you try the changes from this PR https://github.com/geany/geany-osx/pull/35 which makes some Windows-specific changes to the theme. -- Reply to this email directly or view it on GitHub: https://github.com/geany/geany/issues/3063#issuecomment-1267558554 You are receiving this

[Github-comments] Re: [geany/geany] New UI on windows is bloated and scaled up (Issue #3063)

2022-10-04 Thread Jiří Techet
> I reinstalled the build from February 20, 2022, and modified slightly > Prof-Gnome - redefined only base_bg_color theme_base_color menu_bg_color > sidebar_bg_color to white and is much more bearable. I never noticed this myself but yes, `base_bg_color` and `theme_base_color` should be white.

[Github-comments] Re: [geany/geany] New UI on windows is bloated and scaled up (Issue #3063)

2022-10-04 Thread nrikonomov
I reinstalled the build from February 20, 2022, and modified slightly Prof-Gnome - redefined only base_bg_color theme_base_color menu_bg_color sidebar_bg_color to white and is much more bearable. Even acceptable. This is getting annoying - there is a difference in the theme depending on whether

[Github-comments] Re: [geany/geany-osx] Block pasting/Column mode editing doesnt work properly (Issue #40)

2022-10-04 Thread Jiří Techet
Well, I'm not sure if I understand correctly but the block-copy information should be stored together with the copied text to the clipboard and not just be remembered by Scintilla. Imagine this situation: 1. User block-copies text in Geany (and Scintilla remembers it did a block copy) 2. User

[Github-comments] Re: [geany/geany] lines appear sometimes 2x or 4x in the editor (Issue #3271)

2022-10-04 Thread ralf3u
The bug was fixed today at Scintilla (https://sourceforge.net/p/scintilla/bugs/2349/?page=1#e800). -- Reply to this email directly or view it on GitHub: https://github.com/geany/geany/issues/3271#issuecomment-1266878779 You are receiving this because you are subscribed to this thread. Message

[Github-comments] Re: [geany/geany] lines appear sometimes 2x or 4x in the editor (Issue #3271)

2022-10-04 Thread ralf3u
Closed #3271 as completed. -- Reply to this email directly or view it on GitHub: https://github.com/geany/geany/issues/3271#event-7515765422 You are receiving this because you are subscribed to this thread. Message ID:

[Github-comments] Re: [geany/geany-osx] Block pasting/Column mode editing doesnt work properly (Issue #40)

2022-10-04 Thread elextr
Possibly Scintilla should define a new clipboard target type (eg "SCINTILLARECTANGLE") and advertise that as being available when a rectangular selection is made as well as the normal "TEXT", then when pasting, Scintilla can accept that target preferentially if its available, so Scintilla will

[Github-comments] Re: [geany/geany-osx] Block pasting/Column mode editing doesnt work properly (Issue #40)

2022-10-04 Thread Jiří Techet
This is a duplicate of https://github.com/geany/geany/issues/2685. Unfortunately I don't know how this could be fixed so the paste works also outside Geany. -- Reply to this email directly or view it on GitHub: https://github.com/geany/geany-osx/issues/40#issuecomment-1266787920 You are

[Github-comments] [geany/geany] Feature request: Hilighting, run external app options (Issue #3307)

2022-10-04 Thread abdulbadii
Can we have feature: Hilighting all matches a selected word/part run external application all could be binded to a shorcut -- Reply to this email directly or view it on GitHub: https://github.com/geany/geany/issues/3307 You are receiving this because you are subscribed to this thread.

[Github-comments] [geany/geany-osx] Block pasting/Column mode editing doesnt work properly (Issue #40)

2022-10-04 Thread Matusus
Hello, I have macOS 12.6 and geany "installed" in version 1.38. Plugins enabled Auto-mark, Extra selection, Macros. Copying of selected blocks in the text seems to be working fine, but I'm facing issues during pasting of selected block into/behind the text. I used to per my windows and Linux