GoogleCodeArchives / editra

Automatically exported from code.google.com/p/editra
Other
0 stars 0 forks source link

Add cython support #423

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Open a cython file with the extension .pyx
2.
3.

What is the expected output? What do you see instead?

Some of the widgets dissapear.

IMPORTANT!!! Please answer these questions for any and ALL bug reports

What version of the product are you using? On what operating system?

Editra 0.5.15

Ubuntu 8.10 64bit

What method of install was your version installed with (Binary/Source)?

Source

If from source: What version of python and wxPython are you using?

python 2.5.2
wx 2.8.8

Please provide any additional information below.

I modified the source somewhat to include rudimentary support for cython
files. I attach the patch.

Original issue reported on code.google.com by ewald.zi...@gmail.com on 1 Nov 2009 at 10:21

Attachments:

GoogleCodeExporter commented 9 years ago
Hi, 

Title Updated: it was crashing due to you having an older unapplied patch in 
your
local view not because of Editra not being able to open cython files.

The patch should also be updated to rename the cython.py file to _cython.py as 
the
syntax mode modules should not be exposed outside the syntax package.

Waiting for new scintilla till then the attached edxml file can also be used to 
get
some cython support.

Thanks,

Cody

Original comment by CodyPrec...@gmail.com on 2 Nov 2009 at 1:24

Attachments: