mmclark / django-editor

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

Eclipse hang with form-action tag #12

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Create a new html file
2. type <form action="{}">
3. go into {} and type %

What is the expected output? What do you see instead?
Eclipse not to hang

What version of the product are you using? On what operating system?
- Windows XP 32bit
- Eclipse Kepler Build id: 20130614-0229
- PyDev for Eclipse 2.8.1
- Django-editor 1.3.0.201308181341

Please provide any additional information below.
Some issue if you type <form action="{%%}" and then type > at the end of the 
row, or if you use an existing html file.
I saw there are two issue, already closed, with a similar problem, but they 
refer to previous version of the product.

Thanks a lot.

Original issue reported on code.google.com by migliori...@gmail.com on 7 Sep 2013 at 1:21

GoogleCodeExporter commented 9 years ago
Same issue seems to be occuring whenever I start to type {%. Also reported on 
stack overflow here 
http://stackoverflow.com/questions/18478648/pydev-django-template-editor-keeps-f
reezing-eclipse

Original comment by john.obr...@gmail.com on 27 Sep 2013 at 12:53

GoogleCodeExporter commented 9 years ago
Same issue here.  Makes this otherwise great editor fairly unusable!

Original comment by jpe...@izotope.com on 10 Oct 2013 at 7:24

GoogleCodeExporter commented 9 years ago
Yes, I still have this problem with 1.3.0 version installed

What version of the product are you using? On what operating system?
- Eclipse 4.3.0
- PyDev 2.8.2
- Ubuntu desktop 12.04, amd64
- django-editor 1.3.0

I type <form action="{}">, then move cursor to put between braces, and type % - 
percent symbol, after pressing its eclipse have become not responding, and i 
only can kill its process.

Original comment by impossib...@gmail.com on 11 Oct 2013 at 10:10

GoogleCodeExporter commented 9 years ago
Same issue. The last 1.2 is good. 

However, all 1.3.X fails:
- PyDev 2.7.5
- Eclipse 4.2.2
- W7
- django-editor 1.3.X

Original comment by jesusr...@gmail.com on 13 Oct 2013 at 11:23

GoogleCodeExporter commented 9 years ago
*BUMP* This bug should be marked as highest priority since the plugin is 
unusable whilst it persists. 

Original comment by d...@chonk.co.uk on 17 Nov 2013 at 3:33

GoogleCodeExporter commented 9 years ago
Same issue. Thanks in advance.

My system:

Eclipse - 4.3.1
PyDev - 2.8.2
OS - OS X 10.9
Template Editor- 1.3.0

Original comment by shahrier...@gmail.com on 18 Nov 2013 at 5:44

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
I get this when using the code tag. "{% " - crashes :(

Eclipse - 4.3.1
PyDev - 3.0.0
OS - Win7 64 bit
Django-Editor - 1.3.0

Can't use the editor like this. Otherwise, it's awesome!

Original comment by yaako...@gmail.com on 19 Nov 2013 at 3:09

GoogleCodeExporter commented 9 years ago
Same issue. 

Eclipse - 3.6.2
PyDev - 2.8.2
OS - OSX 10.6.8
Java - 1.6.0_65
Django Templates Editor 1.3.3.201312150205

Original comment by lazyko...@gmail.com on 24 Dec 2013 at 10:54

GoogleCodeExporter commented 9 years ago
Same here

Eclipse 4.3.0
PyDev 3.0.0
OSX 10.8.5
Java 1.6.0_65
Django Templates Editor 1.3.3.201312150205

Original comment by dmitr...@shopfeed.net on 25 Dec 2013 at 5:50

GoogleCodeExporter commented 9 years ago
Got the same issue on:
Kepler Service Release 1, Build id: 20130919-0819
PyDev for Eclipse   3.1.0.201312121632
Windows XP Pro SP3
Java 1.7.0_51
Django Templates Editor 1.3.3.201312150205

Original comment by marcs.po...@gmail.com on 25 Jan 2014 at 11:08

GoogleCodeExporter commented 9 years ago
Oh and 1.2.1 is working fine instead.

Original comment by marcs.po...@gmail.com on 25 Jan 2014 at 11:10

GoogleCodeExporter commented 9 years ago
Same issue here when typing {% inside quotes in any tag - not just <form>. For 
example, when attempting to change the following:
  <a href="product/{{ product.id }}"
to the following:
  <a href="{% url 'product' product.id %}">
The editor will hang after replacing "product/{{" with "{%"

Environment:
Eclipse 4.3.1
PyDev 3.2.0
Solaris 11
Java 1.7.0_51
Django Templates Editor 1.3.3

Installing version 1.2.1 fixes the issue, as previously reported.

Original comment by lam...@gmail.com on 4 Feb 2014 at 3:15

GoogleCodeExporter commented 9 years ago
Cannot reproduce for now... :(
Working on it.

Original comment by zbik...@gmail.com on 11 Feb 2014 at 4:47

GoogleCodeExporter commented 9 years ago
Same issue here:
Eclipse 4.3.1
PyDev 3.3.3
OS X 10.9.1 (Mavericks)
Java 1.7.0_45
Django Templates Editor 1.3.3.201312150205

Original comment by mieuxvot...@gmail.com on 16 Feb 2014 at 1:00

GoogleCodeExporter commented 9 years ago
I fixed this issue, see version 1.3.4

Original comment by zbik...@gmail.com on 17 Feb 2014 at 10:32

GoogleCodeExporter commented 9 years ago
Awesome, now it works.
Thanks!!

Original comment by marcs.po...@gmail.com on 18 Feb 2014 at 10:12

GoogleCodeExporter commented 9 years ago
Confirmed, 1.3.4 fixes the issue with environment as per #13. Many thanks :-)

Original comment by lam...@gmail.com on 18 Feb 2014 at 10:43