aymanhs / jsyntaxpane

Automatically exported from code.google.com/p/jsyntaxpane
4 stars 1 forks source link

Cursor problem (XML "beautification") #100

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
This is actually a problem I have with RESTClient, which uses JSyntaxPane:

http://code.google.com/p/rest-client/issues/detail?id=86

In RESTClient, this is what I do to reproduce the problem:

1. Select PUT or POST as the HTTP method
2. Under the Body tab, copy/paste some XML as the body of the request,
RestClient will display the XML elements in bold
3. Click anywhere on a line with bold and non-bold text
4. Type something, the text will not appear where the cursor was placed

Using RestClient 2.3 on Mac OS X 10.5.6.

Original issue reported on code.google.com by olivier....@gmail.com on 27 May 2009 at 2:32