ivanllc / django-editor

Automatically exported from code.google.com/p/django-editor
0 stars 0 forks source link

Causing Eclipse to crash when typing doublequote (shift + singlequote) #11

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. open django template using django-editor
2. type doublequote with django-editor
3. Eclipse CRASH

What is the expected output? What do you see instead?
expected doublequote, instead crash on eclipse

What version of the product are you using? On what operating system?
The version is 1.1.0.201211221652, and my operating system is Ubuntu Linux 
12.04 with kernel 3.5, and Xfce4 desktop environment.

Please provide any additional information below.
My Eclipse version is Eclipse 3.8.1.
It's just crash my Eclipse when i type doublequote. It happen everytime i 
repeat it. But when i edit the same file with web page editor from Eclipse, 
it's fine, nothing bad happen.

Original issue reported on code.google.com by jakethit...@gmail.com on 31 Jan 2013 at 1:25

Attachments:

GoogleCodeExporter commented 9 years ago
forgot to add, i am using 64bit operating system.

Original comment by jakethit...@gmail.com on 31 Jan 2013 at 1:27

GoogleCodeExporter commented 9 years ago
I'm also  having the same issue.  Ubuntu 12.04LTS on a Dell XPS 13 Developer 
editor.

Original comment by mcbailey...@gmail.com on 21 Feb 2013 at 9:22

GoogleCodeExporter commented 9 years ago
I am also having the same issue, I've reproduced it several times by opening an 
html file with the Django Editor and then typing 

<a href="

It dies on the quotes, double or single doesn't matter. 

Running Ubuntu 11.10 x86_64 Eclipse 4.2: PyDev 2.7.1 Django Template Ed 1.1.0

Attached is my configuration. I hope this helps track down the problem. 

Original comment by patgmil...@gmail.com on 12 Mar 2013 at 5:47

Attachments:

GoogleCodeExporter commented 9 years ago
I am also having this issue. Please let me know if you need help replicating. I 
have had this happen when typing the following. The quote never gets displayed:
<div ="
<div "

Original comment by kryst...@koliber.com on 4 Apr 2013 at 3:55

GoogleCodeExporter commented 9 years ago
Just some followup info. It seems that it crashes when you are typing an html 
tag ref and are trying to add a double-quote without having the and >.

For example, if I first type
<div>
and then make it
<div class="soAndSo"> 
all works well.

However, if I start typing
<div 
and then type
<div class=
and then enter a double quote, it crashes.

It also crashes if the end > exists but is on a different line.

Original comment by kryst...@koliber.com on 8 Apr 2013 at 3:39

GoogleCodeExporter commented 9 years ago

Original comment by zbik...@gmail.com on 13 May 2013 at 10:38

GoogleCodeExporter commented 9 years ago
Same problem on Billy's OS, guys.

Original comment by braw...@gmail.com on 10 Sep 2013 at 2:36