Re: Deditor:Pythonic text editor

2010-10-04 Thread Diez B. Roggisch
Kruptein darragh@gmail.com writes: Hey, I released the 0.2.1 version of my text-editor written for linux in python using the wxPython toolkit. I would like to know whether it is good/bad and what could be changed/ added this version added -syntax-highlighting for 78 languages -Tab

Deditor:Pythonic text editor

2010-10-02 Thread Kruptein
Hey, I released the 0.2.1 version of my text-editor written for linux in python using the wxPython toolkit. I would like to know whether it is good/bad and what could be changed/ added this version added -syntax-highlighting for 78 languages -Tab completion in the filepath bar -Shortcut

Re: Deditor:Pythonic text editor

2010-10-02 Thread aug dawg
I think there is a bad import in /deditor/deditor.py. It says import wx.aui and this makes the program fail. At least for me, anyway. Something might be messed up with my computer. On Sat, Oct 2, 2010 at 12:56 PM, Kruptein darragh@gmail.com wrote: Hey, I released the 0.2.1 version of my