In the TSWebEditor you have the possibility to declare a variable as a class and
with that, you´re able to load functions from this class. Would it be possible
to build anything like that in PSPad?
<?php
class ExampleClass { (1)
function ExampleFunction($arg1, $arg2) {}
}
/*% ExampleClass */ (2) $myclass = new ExampleClass()
$myclass-> (3)
?>
(1)Define somewhere the class. This can be also done in an include file.
(2)Add the special command before the variable. Simply enter the class name as
command.
(3)After you have typed > the code completion list is shown with the class
members and functions.
http://freehost20.websamba.com/tswebeditor/doc/editor_cc.html#d0e2213
By the way, PSPad is my favorite Editor. Because it´s light fast and gives me
evrything I need @home and @work.
--
<http://forum.pspad.com/read.php?2,35565,35565>
PSPad freeware editor http://www.pspad.com