Post Suggestion: Linux GUI Editors for 32 bits

On Debian 12 KDE in its current state it wroks.
Select text somewhere, middle-button in terminal pastes that.

2 Likes

As usual, Arch seems to describe it well
https://wiki.archlinux.org/title/clipboard

2 Likes

Phew! Thatā€™s a relief!

Like @nevj - I couldnā€™t live without that feature!

Still not ready to make the switch to Wayland quite yet - Iā€™ll wait till Synergy 3 is no longer in RC (release candidate - itā€™s currently at RC3) and announce 100% Wayland supportā€¦ Meanwhile I plod on with X11 and Synergy 1.14.6-stableā€¦

Iā€™m looking forward to it - Synergy reckon theyā€™re going to support MacOS ā€œgesturesā€ - the main one I would use is three finger swipe sideways (virtual desktops) - I donā€™t currently use it 'cause Synergy 1.x doesnā€™t support them (I have a 2.4 Ghz logitech wireless trackpad - but donā€™t use it - cause Synergy doesnā€™t send swipes or gestures to clients).

Sorry to the OP for hijacking this thread ā€¦ Oops I did it again :

2 Likes

I use nano on most systems if thereā€™s no GUI support. If Iā€™m doing any serious programming development, I prefer a customizable GUI editor that will easily let me access multiple files at once. If youā€™re interested, I can share a link to an article on customizing SciTE.

1 Like

Let me get an install first. I have been busy with S6.

I usually just use multiple terminal windows to access multiple files. You need at least a Window Manager for that of course.

I had a preliminary try
Installed scite-5.5.0 in Void/Xfce
It dragged in lua53-5.3.6
Download size 2340Kb, Disk used 7671Kbā€¦ so it is small
No menu entry or icon.
Started from command line it looks like this


That is a Latex fileā€¦ it greens the commands and reds the braces.
It does not have Latex as a language, but it has Tex.

Early days, all I can do is use it like nano
I can start it with file
scite <filename>
or without.
Scite does not seem to be available in R. R uses editors internally as a function
z <- vi(z)
read as ā€˜z becomes vi of zā€™
R only has functions or vi, pico, emacs, xemacs, xedit.
It would probably not be difficult to write a function for scite.
system("scite") from within R will start it but it sees files, not objects in the R workspace.
I guess that is why it does not list R as a supported language

SciTE needs customization to really shine. You can add highlight properties to just about any kind of file type. You can also modify the code highlighting SciTE uses by default. If youā€™re interested in more information on customization, see the SciTEDoc.html file. Also, I have an article on how to do some things that might be evident from that file. Thereā€™s a SciTE Lua script web site with lots of scripts to add features as well. I like the customization ability of SciTE and have found few editors that give that much control over settings.

2 Likes