History | Log In     View a printable version of the current page. Get help!  
Issue Details (XML | Word)

Key: HJMS-83
Type: Improvement Improvement
Status: Closed Closed
Resolution: Fixed
Priority: Minor Minor
Assignee: Colin Crist
Reporter: Joris
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
HermesJMS

XML view with syntax

Created: 10/Oct/08 08:51 AM   Updated: 14/Dec/09 07:26 AM
Component/s: GUI
Affects Version/s: Future , 1.14
Fix Version/s: 1.14

Environment: All environments.


 Description  « Hide
The current xml view is all black text on white background. For a number of reasons I would like to see xml syntax marking. (see http://en.wikipedia.org/wiki/Syntax_highlighting for more info and reasons)

- Easy to scan the message for tags, parameters and values.
- Escaped messages (<message>) can be quickly distinguished.
- Als the pwetty colors!

In my opinion it doesn't really matter what colors Hermes should use or even if users can change the colors. That would only mean more non-functional options. (I like Notepad++'s colors though)

Because HermesJMS is built on Java, maybe this link could be helpful: http://ostermiller.org/syntax/

 All   Comments   Change History      Sort Order:
Colin Crist [10/Oct/08 12:39 PM]
I've integrated http://code.google.com/p/jsyntaxpane/ - it took all of 5 minutes.

It has the benefit of being able to change the colours via a set of property files. I've not tested with escaped messages yet but it looks pwretty good so far.