Difference between revisions of "Snafuide"

From Ghoulwiki
Jump to: navigation, search
Line 16: Line 16:
  
 
* maybe use code from http://geany.uvena.de/  ide ?  (terminal, symbol-list...)
 
* maybe use code from http://geany.uvena.de/  ide ?  (terminal, symbol-list...)
 +
 +
 +
* svn path :  svn co http://zwischenwelt.org/svn/snafuide/trunk

Revision as of 14:40, 28 July 2007

currently in planning, not yet started.

the idea is to create a lightweight ide/code-editor using scintilla, gtk and lua.

the core should be fully scripted in lua with the c++ part only used as a lib providing functions for use by lua, similar as in wmluabutton

planned features

  • syntax analysis to provide code browsing (jump to definition) without requiring compiler output (mainly for c++,lua,php...)
  • refactoring tools
  • syntax options in project wide search (search all calls of functions with names including foobar)
  • vertical selection
  • tabs (multiline)
  • lightweight : no compiler/debugger included
  • syntax coloring using scintilla