PriyaranjanMohapatra / rest-client

Automatically exported from code.google.com/p/rest-client
Apache License 2.0
0 stars 0 forks source link

PUT/POST body and cursor problem (XML "beautification") #86

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
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 1 May 2009 at 12:15

GoogleCodeExporter commented 8 years ago
This is a bug in JSyntaxPane (which is used in RESTClient).

Original comment by subwiz on 2 May 2009 at 5:12

GoogleCodeExporter commented 8 years ago
Observed this bug not only while copy pasting the XML, but also while typing 
the XML 
request under the Body tab.The Cursor is placed one word behind each typed 
word/tag 
which is weird while editing or adding any XML request each time.

Original comment by test....@gmail.com on 9 Dec 2009 at 7:55

GoogleCodeExporter commented 8 years ago
I built the trunk code with version 0.9.5 of jsyntaxpane and it resolves the 
problem. 

Original comment by pmarchw...@gmail.com on 30 Apr 2012 at 4:14

GoogleCodeExporter commented 8 years ago
@pmarchwiak can you please do a preliminary test of 0.9.5v of jsyntaxpane to 
verify that this new version does not break anything else in RESTClient? Thanks!

Original comment by subwiz on 1 May 2012 at 5:55

GoogleCodeExporter commented 8 years ago
I am also facing this issue on wiztools 2.4. Coudl you please help me how to 
get rid of this problem?

Original comment by nyda...@gmail.com on 13 Jun 2012 at 11:06

GoogleCodeExporter commented 8 years ago
Thanks @nydalal for reporting this. Let me verify.

Original comment by subwiz on 14 Jun 2012 at 2:45

GoogleCodeExporter commented 8 years ago
I haven't done extensive testing but as far as I can tell jsyntaxpane 0.9.5 
works fine.

Original comment by pmarchw...@gmail.com on 18 Jun 2012 at 4:36

GoogleCodeExporter commented 8 years ago
r544 has the upgraded jsyntaxpane as dependency.

Original comment by subwiz on 1 Jul 2012 at 5:14