All scripts
-
Drupal: New Form
First script of a probably bigger set of Drupal helper scripts.
Tags: Drupal PHP form | 2010-01-03 -
HTML - Wrap each line between <li> tag
My first monkey script. Hope usefull, christo_ ps: to the website admin, i had to use entities in title for "greater/less than" symbols, escape entities?
Tags: HTML line web list | 2008-07-09 -
create cpp skeleton from header source
this script create from .h file
Tags: c++ eclipse monkey cdt | 2008-05-09
class test {
public:
void method1(); //press here F2
}
this at .cpp file
void test::method1(){
//todo
return;
}
-
Order Eclipse to open file and jump to given line with your browser
Script runs as eclipse starts. It sets up TCP/IP socket (default port 1305).
By going with any browser to url http://localhost:1305/project/path/to/file.ext:line you are ordering eclipse to open file "file.ext" from project named "project" lying on path "path/to/". After opening file eclipse will move cursor to line numbered "line" (counting from 1)
You may use regular expressions in project name, file path and file name. Tags: pdt line webdevelopment goto phpeclipse jumpto remote file open | 2008-05-09 -
create constant
example: REQUEST_DATA >> public static const REQUEST_DATA:String = "request_data";
Tags: actionscript constant selection convert | 2008-02-19 -
lowercase
convert selection to lowercase
Tags: selection lowercase | 2008-02-19 -
Custom method
prompts a window with the method's scope options u can add more to the script
Tags: method, actionscript, selection create | 2008-02-11 -
Generate Properties with Comments
extended from the script at: http://eokyere.blogspot.com/2007/09/productivity-with-dash-in-eclipse.html
Tags: setter, actionscript, method getter, | 2008-02-11 -
Grep and paste
Find expression and copy to new editor.
Tags: selection expression editor find copy | 2007-08-21 -
Search for code example
Search the Koders website for selected phrase.
Tags: search examples selection website find web | 2007-08-21