Replies: 4 comments 8 replies
-
Admitted, I'm not into Linux app development but use vsCode almost daily. Geany is, as far as I can remember a very old app, so I'm wondering why people sticks to these oldies instead to switch to much better tools like the latest and much better Vscode? Anyway I agree, Geany would be a better app than xEd. Probably xed is the default, because it's so generic and ideal for simple and very quick edits or previews of text files or similar. I answered more for curiously than to give an answer. Still, vsCode is great. |
Beta Was this translation helpful? Give feedback.
-
It will be a cold day in hell before we replace any default app with something that uses Electron. I think we looked at Geany years ago and found it difficult to turn off enough of the UI to have it default as a simple editor. I haven't tried it lately, however. |
Beta Was this translation helpful? Give feedback.
-
@mtwebster For details, see https://geany.org/manual/#global-configuration-file. An example file to hide the sidbar, toolbar and messages window looks like: [geany]
sidebar_visible=false
msgwindow_visible=false
pref_toolbar_show=false
color_scheme=darcula.conf The Linux Mint Geany package could create this file upon installation and new users will be greeted with a very clean interface. Maybe this is already enough? P.S.: I personally find it a bit sad to hide so much of Geany's functionality and some users might never find the potential Geany has. But this is just my personal opinion (I'm heavily biased here :D). I do see your intention. |
Beta Was this translation helpful? Give feedback.
-
Geany can open very very big files, Kate can't. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Why not replacing xed by Geany and contributing to Geany? It would be better than continuing to waste time on xed. Geany is installed by default in Raspberry Pi OS. It’s a very more performant text editor than xed and can be used as easily as xed if you parameter it with minimalist menus.
Beta Was this translation helpful? Give feedback.
All reactions