Some short questions
Printed From: Codejock Forums
Category: Codejock Products
Forum Name: Syntax Edit
Forum Description: Topics Related to Codejock Syntax Edit
URL: http://forum.codejock.com/forum_posts.asp?TID=13853
Printed Date: 24 November 2024 at 10:08pm Software Version: Web Wiz Forums 12.04 - http://www.webwizforums.com
Topic: Some short questions
Posted By: Jebo
Subject: Some short questions
Date Posted: 30 March 2009 at 8:52am
1.) Is it possible/planned that I can save the code incl. colors (as RTF- or html-File)
2.) Is it possible/planned that I can save/restore text (or as additional config-data!) incl. Breakpoints, Bookmarks and collapsed Nodes?
3.) Is it possible/planned that I can get all Breakpoints/Bookmarks from a Text? OK, I've already methods like "NextBookmark" - but it will return also Row #1 if there is no bookmark in source. So how can I be sure, that here is realy no Breakpoints/Bookmarks in the text?
4.) Is it possible/planned that I can get all collapsed Nodes from a Text and how can I save (and later load) the text incl. collapsed Nodes? - How can I collapse/expand this nodes by code?
5.) If I load a new sourcetext into this control, all breakpoints and bookmarks are still visible (from the last text!). How can I reset it to clear all breakpoints and bookmarks?
In Helpfile I can read...
Visual Studio style breakpoints allow you to place a "breakpoint" at any
position in your text document. This can be used for many different reasons, for
example, if you have a code compiler you could use these breakpoints to indicate
where code execution will "break" and wait for user interaction. |
That sounds realy good. But how can I detect, that a row has a breakpoint? There is also no NextBreakpoint/PrevBreakpoint method available.
6.) Loading of some schemes (like sql or html) is realy slowly. Is there a better perfomance planned for next release?
***to points 2 and 4: e.g. in Visual Studio all SourceCode will be saved inkl. Breakpoints, Bookmarks and collapsed Nodes.
|
Replies:
Posted By: mdoubson
Date Posted: 30 March 2009 at 7:00pm
We can consider your post as wish list for syntax edit but can't promice to have it in all next release - may be later.
------------- Mark Doubson, Ph.D.
|
Posted By: Jebo
Date Posted: 30 March 2009 at 7:04pm
mdoubson wrote:
We can consider your post as wish list for syntax edit but can't promice to have it in all next release - may be later. |
OK, thx.
Is there no one of my points already possible at this time?
|
Posted By: mdoubson
Date Posted: 02 April 2009 at 12:01pm
You can do RTF output yourself e.g. print from SyntaxEdit to PostScript printer in file mode. Now you can convert PS to RTF - e.g. see http://www.experts-exchange.com/Hardware/New_Users/Q_10015934.html - http://www.experts-exchange.com/Hardware/New_Users/Q_10015934.html
------------- Mark Doubson, Ph.D.
|
|