google-code-export / django-editor

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

Make editor usable for html files in interpreter System Libs #23

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Install clean Eclipse Luna + PyDev
2. Setup virtualenv with python 3.x and install to it django
3. Add interpreter in PyDev for this virtualenv
4. Create new project that use this new interpreter setup
5. Navigate in Package Explorer to Interpreter System Libs to the site-packages 
> django > contrib > admin > templates. Select any html file.
6. The editor should display contents but the Error is showing.

When copying html file from Interpreter System Libs to the working directory 
editor seems to bevave correctly.

What is the expected output? What do you see instead?
Opened html file with syntax colored but with save option disabled because this 
is only for viewing purposes.

What version of the product are you using? On what operating system?
OS X Mavericks 10.9.5
Eclipse Luna 4.4.1
PyDev 3.9.1
Django Templates Editor 1.4.1

Please provide any additional information below.

Original issue reported on code.google.com by Kapusta....@gmail.com on 29 Jan 2015 at 10:36

Attachments: