This is a set of plugin to use gedit as a very powerfull IDE for Drupal developer. This is developed FROM Drupal developer FOR, and have a lot of feature required for improve working performance.
If you have suggestion or find a bug please please contact developer or submit a patch on public repository.
Do you link this? Please support us with Paypal
You found some doc about a function into code? Ok, you can copy and paste it into API Docs, or.. just press key combiantion (or triple click with mouse) on it and automatically docs are load into bottom panel, usefull to have into same windows code and documentation! This feature recognise if current function is a module hook and automatically open hook docs.
Fast recognize drupal files by using custom icons, create a new mymetype for Drupal modules files to add custom language definition files (work on gnome)
What's snippet is? Is a peice of code you can use into your module to automatize noise cut&past fro other module (or Drupal API docs). This snippet are very simple to use, you should only print a simple text and it automatically insert code with some text replacement (for example hook_nodeapi replace hook with current module name), and some placeholder into code. You can jump into code from placeolder only by press TAB key.
Build module structure is a lot of noise, create folder, add info, module, install files, README and traslation directory, open this files into gedit (of curse) and after write code on it... forget it! Just a simple line ok shell and you can write code!
Find function aviable into current file and/or functiona aviable into all open files, also for variable. On click jump to function declaration!