Community
Participate
Working Groups
1) Open a context file in the Context Help Editor 2) Create or edit an existing context in the editor view (not source) and add <b> </b> tags around some content. Current behaviour: When looking at the source code the <b> </b> tags are transformed to HTML equivalents <b> </b> which are not parsed properly by the help system (they show up as <b> </b>). Desired behaviour: Don't change the tags, add them to the source code as is.
Created attachment 122348 [details] patch The way 'collapsed' nodes are handled has been refactored (was addressed in SimpleCSDocumentHandler scope only, now pulled up into NodeDocumentHandler) in order to allow unescaped content to be added under CtxHelpDescription nodes
Created attachment 122349 [details] mylyn/context/zip
Thanks Benjamin.
Looks good. I removed a stray System.out