Error in paste command
Reported by agmcleod | August 19th, 2010 @ 02:58 AM
- Open redcar and create a new document.
- Type in an opening and closing div tag. Put your caret in between the tags and hit enter. Type in some text, such as below:
<div>
asd</div>
- Save the file as .html
- Select the text "asd" in this case
- Paste a line of text in its place. For example: lorem psims
The result will be:
<div>
</lorem ipsumdiv>
It seems to take your string and place it immediately after the /
of the closing tag.If there's a space between the selected text and the closing tag, it appears to be fine.
Comments and changes to this ticket
-
agmcleod August 19th, 2010 @ 03:03 AM
If someone can point me in the right direction for how to fix this, that would be great. Do we use the textmate bundles for color coding and formatting? (note the bug only occurs in an html file, when the code colouring comes into play).
-
Daniel Lucraft September 4th, 2010 @ 01:07 PM
- Title changed from HTML Formatting bug to Error in paste command
-
Daniel Lucraft September 4th, 2010 @ 01:18 PM
- State changed from new to resolved
This is fixed in 0.5dev. Thanks for the detailed report.
Please Sign in or create a free account to add a new ticket.
With your very own profile, you can contribute to projects, track your activity, watch tickets, receive and update tickets through your email and much more.
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป
A programmer's text editor for Gnome.