- Posted by
- Why do you not use UltraEdit.activeDocument.bottom(); ? Do you want to count the lines? I want to go line by line towards the end of file, and I do several manipulations on each line. I did not want to tell it in detail, because this is not relevant. Relevant is, what I have written. Why is this sc...Posted in Scripts
-   Topics
-   Views
- moneo
Mar 24, 2007
- I have opened a 500 lines long textDocument. Then I start the following simple Javascript i=1; UltraEdit.activeDocument.top(); while (!UltraEdit.activeDocument.isEof()) { UltraEdit.activeDocument.gotoLine(i,1); i++; } This script moves the cursor beginning from the 1st line till the last line (in th...Posted in Scripts
-   Topics
-   Views
- moneo
Mar 23, 2007