This is a repost of http://forum.pspad.com/read.php?2,48080 as it might fit
better here.
First of all thanks for creating PSPad. I have been using it for several years
now just about every day. I really appreciate this editor.
I tried searching the forum but couldn't find exactly what I was after so here
it goes.
_1. Lambda functions in Code Explorer for JavaScript_
This one I really miss. Most of the times when defining functions in JavaScript
they are stored as variables of objects. Right now the Code Explorer only
recognises functions defined by
function funcName() {}
In OOP in JavaScript one defines methods as
Object.prototype.methodName = function() {};
I would like to see support for the general syntax
f = function() {};
Anther variant of this is functions defined as object properties when using the
literal syntax for instantiating objects.
var myObject = {p:'A string property',m:(function () {})};
A variant of the later syntax is
var myObject =
{
p:'A string property',
m: function() {}
};
As of now the code explorer is rather useless when editing JavaScript files
because of this.
[b]
2. Multiple projects in same window[/b]
Could this be possible? I often work on 2 or 3 different projects at any one
time. I would love to have tabbed projects.
If this is not possible can I have sevaral instances of PSPad running each with
its own project?
_3. Support for SFTP_
Standalone or bridged to programs like WinSCP. I can tell a lot of people would
like this from reading the forum...I'm joining the club
[b]
4. Code folding[/b]
Also joining this club
_5. Support for regex in search/replace multiple files_
Would just be a nice feature to have.
Of these 5 request number 1 is definitely the one I miss the most. I would even
be willing to do the work for you if I knew how...
Thanks again for a wonderful program.:)
--
<http://forum.pspad.com/read.php?2,47204,48100>
PSPad freeware editor http://www.pspad.com