Search found 3 matches

by Lively
05 Oct 2011 09:30
Forum: Scripts
Topic: Setting bookmarks via scripts
Replies: 2
Views: 9717

Re: Setting bookmarks via scripts

Thank you for your answer Jeff.
I would like to us them in interaction with the user, a script that puts bookmarks which can be deleted by the user.
by Lively
13 Sep 2011 13:18
Forum: Scripts
Topic: Setting bookmarks via scripts
Replies: 2
Views: 9717

Setting bookmarks via scripts

Hi,

Is there a way to add bookmarks, and using them later please?
It would be a kind of "MainApp.Addbookmark(lineNumber);" and "MainApp.Gotobookmark(bookmarkNumber);"


Thank you.
by Lively
13 Sep 2011 13:10
Forum: Scripts
Topic: Inner language classes
Replies: 0
Views: 6273

Inner language classes

Hi, I've started using RJ TextEd a month ago and creating my own scripts. The problem I've been dealing with is using inner classes of languages like JavaScript. For example, the RegExp class is not known by RJ TextEd "compiler" and I got the error message "Class type required". ...