You are here: PSPad forum > Bug report / Hlášení chyb > JavaScript Code Explorer
Posted by: ugc | Date: 2017-03-09 09:03 | IP: IP Logged
When I type following JavaScript code in editor window:
function f1(a, b) {
// ...
}
f2 = function (a, b) {
// ...
};
var f3 = function (a, b) {
// ...
};
var f4 = function (a, b) {
// ...
},
f5 = function (a, b) {
// ...
};
in Code Explorer there are visible only following functions: f1(a, b), f2(a, b), f5(a, b). f3 and f4 are visible only as variables. I think that function is more specific than general variables so they should be displayed as functions always when possible. This is especially important in JavaScript where pure functions is so wide used.
Posted by: pspad | Date: 2017-03-09 09:44 | IP: IP Logged
Fixed. Will be available in the next build
Posted by: ugc | Date: 2017-03-09 10:03 | IP: IP Logged
Thank you. Code Explorer in JavaScript will be finally useful
Editor PSPad - freeware editor, © 2001 - 2024 Jan Fiala, Hosted by Webhosting TOJEONO.CZ, design by WebDesign PAY & SOFT, code Petr Dvořák, Privacy policy and GDPR