
eggy
Source (link to git-repo or to original if based on someone elses unmodified work):
Eggy support a bunch of languages including C++, python, java, perl, ruby, shell scripting and others. More information is available on the eggy website:
http://eggy.student.utwente.nl
Version 0.1.1:
- fixed a bug of the Project Settings dialog raising an exception when
closing while having no projects created
- fixed a bug when there appeared lots of exceptions when using characters
outside the ascii range
Version 0.1.2:
- prevented a segfault when refreshing the project tree when choosing an
already populated directory on the first start as a project dir
- prevented the user from typing characters outside the ascii range in the
editor
- use of a monospace font for the compile widget (this is better readable
when debugging)
- the enabling and disabling of some actions in the proper context (e.g.
"File -> Save")
- java, C++, D, CSharp, etc now have autocompletion for comments (/* and /**)
and for the switch statement
- disabled many popups when the user removed the project files
(.project.pk in a project directory)
- verification of file extensions on file creation
- removal of open files on package removal
Version 0.2:
- added a plugin mechanism
- added a minimalistic shell
- added a system tray icon
- added a fullscreen option
- added a context menu for the editor
- added a find widget in the project tree for finding files
- added an update checker
- added an option for finding strings using a regex
- added icons
- added configurable eggy image in some toolbox widgets
- added a grep-like plugin
- added conversion of tabs of pasted text
- added a widget in the statusbar displaying line and character numbers
- changed the find widget
- show tooltips for buttons
- compile text browser now scrolls along with the output
- projects are now listed in alphabetical order
- disabled annoying popup when ommiting a project password
- show tooltips for buttons
- fixed misbehaviour of file save action disabling
- fixed a freeze when backgrounding eggy and running a program asking for
stdin. It's now save to background eggy
- fixed removing selected text when pasting on a single line
- not inserting some character when pressing C-s when the action is
disabled
Ratings & Comments
0 Comments