Sophie

Sophie

distrib > Mandriva > 9.0 > x86_64 > media > main > by-pkgid > fe7e2bb0b510df2f72f63a7474f5971f > files > 9

glimmer-1.2.1-1mdk.x86_64.rpm

Glimmer (formerly CodeCommander and LATTE) by Chris Phelps, chicane@reninet.com

Glimmer is a simple code editor for use with just about any programming
language. It is still in the development stages, but is fairly useful
as a C/C++ editor with all the frills. This program is meant as a learning
experience for me, as well as a project which I thought that GNOME was lacking.
My number one goal in all of my programming is stability. What good does a
program do you if it crashes all the time?

Thats all for now...
-Chicane

:Help File Starts Here:

Beginning Notes:

Command line options:
-s, --session= Open a specific session file
-f, --file= Open a specific file
-l, --line= Jump to a specific line in the file specified by -f
Anything else will be interpreted as a filename.

Drag N Drop:
Drop a GMC file onto the Glimmer window, and voila, it's opened.

Python Scripting:
Glimmer is completely scriptable with python. Read the 
bindings-python.doc file in the source directory for more information 
on the different functions that can be called. Remember to prepend all
function calls with glimmer!

Glimmer requires Python:
www.python.org