padfox: -------------------------------------------------------------------------------- Hello, is there any way to use yellow bookmark in scripts, e. g. get the bookmark list, get the index of an certain entry and move the cursor to that entry? Thanks and greetings padfox --------------------------------------------------------------------------------
Hi, I haven't used it myself sofar, but it seems, this might be available as PSPad actions using runPSPadAction(...) the actions available are: aDelMark Delete Bookmark aDelMarks Delete all Bookmarks aMarkDown Next Bookmark aMarkList Bookmark List aMarkUp Previous Bookmark aSetMark Set Bookmark (the numbered bookmark are accessible via command(...) ecGotoMarker0 goto marker ... ecGotoMarker9 goto marker ecSetMarker0 set marker ... ecSetMarker9 set marker ) see the documentation in ... \PSPad\Script\readme.rtf hth, vbr -- <http://forum.pspad.com/read.php?2,56135,56136> PSPad freeware editor http://www.pspad.com
