carbonize:
--------------------------------------------------------------------------------
It is missing some parameters. If memory serves I had to add the following
after the first comment block

var module_name='php_beautifier';
var module_ver='1.0';
--------------------------------------------------------------------------------


carbonize:
--------------------------------------------------------------------------------
It is missing some parameters. If memory serves I had to add the following
after the first comment block

var module_name='php_beautifier';
var module_ver='1.0';
--------------------------------------------------------------------------------


8( no, i do this previously too...

I add to the top:

var module_name = "phpstylist";
var module_ver = "1.0"; 
var module_title = "phpstylist";


function Init() { 
 addMenuItem (module_title, "", module_name, ""); 
 }


and still nothing

So what problem?

-- 
<http://forum.pspad.com/read.php?2,56459,58615>
PSPad freeware editor http://www.pspad.com

Odpovedet emailem