Difference between revisions of "RobSciTE"

From Ghoulwiki
Jump to: navigation, search
 
(5 intermediate revisions by the same user not shown)
Line 2: Line 2:
 
I extended it a bit to allow some nice functions and more lua scripting.
 
I extended it a bit to allow some nice functions and more lua scripting.
  
 +
* note : this is not exactly install friendly, lots of paths will have to be adjusted, but i thought i'd share the code anyway ;)
 
* you can find the current sourcecode of my version at
 
* you can find the current sourcecode of my version at
** svn co svn://zwischenwelt.org/robscite/trunk
+
** svn co svn://zwischenwelt.org/robscite/trunk robscite
 
* most of the new features will not work on win, i had to extend a few things in the gtk part
 
* most of the new features will not work on win, i had to extend a few things in the gtk part
 +
* you'll need my find script >>[[f]]<<
 +
 +
 +
== dependencies ==
 +
 +
* libgtk2.0-dev
 +
* libglib-dev
  
 
== devblog ==
 
== devblog ==
 +
 +
[[User:Ghoulsblade|Ghoulsblade]] 23:48, 20 September 2007 (CEST) : contextmenu commands now search for the word under the mouse, improved goto definition
  
 
[[User:Ghoulsblade|Ghoulsblade]] 21:46, 20 September 2007 (CEST) : added GoToDefinition for lua , quickfile now opens a nice little input text, so you don't have to mess with selection anymore
 
[[User:Ghoulsblade|Ghoulsblade]] 21:46, 20 September 2007 (CEST) : added GoToDefinition for lua , quickfile now opens a nice little input text, so you don't have to mess with selection anymore

Latest revision as of 18:26, 23 November 2007

I use a modified version of the SciTE sourcecode editor for coding.
I extended it a bit to allow some nice functions and more lua scripting.

  • note : this is not exactly install friendly, lots of paths will have to be adjusted, but i thought i'd share the code anyway ;)
  • you can find the current sourcecode of my version at
  • most of the new features will not work on win, i had to extend a few things in the gtk part
  • you'll need my find script >>f<<


dependencies

  • libgtk2.0-dev
  • libglib-dev

devblog

Ghoulsblade 23:48, 20 September 2007 (CEST) : contextmenu commands now search for the word under the mouse, improved goto definition

Ghoulsblade 21:46, 20 September 2007 (CEST) : added GoToDefinition for lua , quickfile now opens a nice little input text, so you don't have to mess with selection anymore

Ghoulsblade 15:00, 20 September 2007 (CEST) : quickfile browsing now available if you select a word and hit f4, it lists all files containing the word in their filename, it searches all dirs under the projectbase dirs registered at the beginning of the lua startup script.

Ghoulsblade 16:38, 19 September 2007 (CEST) i just got a fresh scite 1.74 source zip

see also