Geany vs Eclipse Che
When comparing Geany vs Eclipse Che, the Slant community recommends Geany for most people. In the question“What are the best open-source text editors for programming?” Geany is ranked 6th while Eclipse Che is ranked 20th. The most important reason people chose Geany is:
Geany is very lightweight thanks to the smaller offering of features.
Specs
Ranked in these QuestionsQuestion Ranking
Pros
Pro Light and fast
Geany is very lightweight thanks to the smaller offering of features.
Pro Built-in plugin manager
Geany has a built-in plugin manager which can be used to install plugins and add new powerful features to the editor.
Pro Quick search on large files
In Geany you technically search once for a whole search query, unlike Gedit, where once you start typing, the file is searched for in accordance with each substring of what you're typing, all the while leading to terribly annoying lag.
Pro Cross platform
Geany is a cross platform editor, very similar to Notepad++ in Windows.
Pro Build in terminal
Press F5 and code will run without the need to switch between windows.
Pro Actively developed Free (as in freedom) Software
This software respects your freedom.
Pro Real syntax parsing (not just coloring)
Hence it is capable of showing the methods and inner classes of, e.g., a Java source file.
Pro Simple project management
Pro Native
It is a real app and not another frankenstein web/electron app. This means it runs great and doesn't extraordinary amounts of RAM.
Pro Options in the menu are easy to find
For example, there is an easy way to change the font and theme in the View menu. No need to search through several syntax styles like in Notepad++ just to be able to change the used font.
Pro SSH + terminal
Built-in terminal with root access so you can make changes to your running machines. Being able to SSH into the workspace so you can use a desktop IDE is handy.
Pro Custom commands
You can package up custom commands with your workspace and then use them (or share them) with everyone else.
Pro Docker runtimes
You can choose from pre-configured environments for Java, Javascript, C++, PHP, C#, etc., or you can define your own by dropping in a Dockerfile - makes it easy for simple and complex projects.
Pro GIT and SVN VCS support
Projects can be easily imported from any Git or Svn repository hosting service.
Pro Reproducible environment
Pro Portable workspaces
The workspace in Che includes project sources, IDE and the runtime. So if you hand your Che workspace definition to another user and they execute it they will get everything they need to build, run and debug the project.
Also the runtime is in a Docker container so it will work even if the second user is on a different OS than the original user who shared their workspace with them.
Pro Previews
Che does a nice job to automatically map the service:port running in the Docker container (e.g. tomcat on 8080) to the Docker port it actually uses (something in the ephemeral range). You never need to figure that out - it's just made available when you run your server.
Pro Merge tool for VCS
Pro Open-source
Cons
Con Not very advanced
Although it has some IDE features, it is not as advanced as some other text editors that can be extended to contain IDE functionality.
Con Windows installer not digitally signed
Con Not many third-party plugins
Geany is not as popular as some other text editors with plugin support. As such it's understandable that it's missing lots of powerful plugins available in other editors.
Con Slow runtime
Online IDE is much slower than desktop one.