Page 1 of 1

Search a string pattern in all javascript source file within the IDE

Posted: Fri Jun 01, 2012 3:50 pm
by Claudio

Hi,
I need to perform a search thorugh my javascript files because I don't remember where I wrote a particular snippet of code.

In fact I have some js script I made and other js source code written within the "Add Javascript" feature in the response service mapping tool.

Moreover when I use console.log in a procedure written in the mapping tool, when I am debugging from my device, in the logviewer window appears the name of the js file, but it is not accessible from the IDE.

So if I have a screen named mobilescreen1, the associated file is mobilescreen1.js that is not available to edit.

Maybe it would be useful to separate the auto-generated js code for the screen from the code written by us to manage events and/or mapping.


Search a string pattern in all javascript source file within the IDE

Posted: Fri Jun 01, 2012 4:38 pm
by maxkatz

[quote:]
So if I have a screen named mobilescreen1, the associated file is mobilescreen1.js that is not available to edit.
[/quote]
Where do you want to edit the file..?