Deditor 0.2.2

K

Kruptein

Hey,

I released version 0.2.2 of my pythonic text-editor Deditor.
It adds the use of projects, a project is a set of files which you can
open all at once to make development much faster and easier.

For more information visit launchpad: http://launchpad.net/deditor

I also uploaded a video to introduce you to deditor:
(note: youtube is still processing the file so you might have to wait
a bit to see it)
 
K

Kruptein

I also uploaded a video with sound because there were a lot of people
that asked that.

link:
 
T

TheSeeker

Hey,

I released version 0.2.2 of my pythonic text-editor  Deditor.
It adds the use of projects, a project is a set of files which you can
open all at once to make development much faster and easier.

For more information visit launchpad:http://launchpad.net/deditor

I also uploaded a video to introduce you to deditor:
(note: youtube is still processing the file so you might have to wait
a bit to see it)

Hi,
I might have missed this, but it seems deditor requires Python above
2.5?

It would be nice to mention the requirements on the home page
somewhere.

Thanks,
Duane
 
J

Jean-Michel Pichavant

TheSeeker said:
Hi,
I might have missed this, but it seems deditor requires Python above
2.5?

It would be nice to mention the requirements on the home page
somewhere.

Thanks,
Duane
I already point that on the last release. You should really just
consider writing the requirements (python & wx).

JM
 
K

Kruptein

I already point that on the last release. You should really just
consider writing the requirements (python & wx).

JM

I'm going todo that right now! I alswyas forget it :p
 
T

TheSeeker

I'm going todo that right now! I alswyas forget it :p

Hi,

I was wondering if there was any reason deditor will not work under
Windows? I tried to run it and got the following (Python 2.6, wxPython
2.8):

Traceback (most recent call last):
File "C:\junk\deditor-0.2.2\deditor.py", line 910, in <module>
deditor = DEDITOR(None, -1, "")
File "C:\junk\deditor-0.2.2\deditor.py", line 101, in __init__
self.initialize()
File "C:\junk\deditor-0.2.2\deditor.py", line 342, in initialize
self.menu.SetLabel(4,self.menu.GetLabel(4).strip("_")
+"\t"+"+".join(self.get
_base_config("keys", "ctab").split(",")))
File "C:\Python26\lib\site-packages\wx-2.8-msw-unicode\wx\_core.py",
line 1136
6, in GetLabel
return _core_.MenuBar_GetLabel(*args, **kwargs)
wx._core.PyAssertionError: C++ assertion "item" failed at ..\..\src
\common\menuc
mn.cpp(1125) in wxMenuBarBase::GetLabel(): wxMenuBar::GetLabel(): no
such item


Thanks,
Duane
 
T

TheSeeker

I'm going todo that right now! I alswyas forget it :p

Hi,

In addition, on Debian Lenny, with Python 2.5:


deditor.py:429: Warning: 'with' will become a reserved keyword in
Python 2.6
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "deditor.py", line 429
with open(cf,"wb") as configf:
^
SyntaxError: invalid syntax

So I don't think Python 2.5 works .

Thanks,
Duane
 
K

Kruptein

Hi,

In addition, on Debian Lenny, with Python 2.5:

deditor.py:429: Warning: 'with' will become a reserved keyword in
Python 2.6
Traceback (most recent call last):
  File "<string>", line 1, in <module>
  File "deditor.py", line 429
    with open(cf,"wb") as configf:
            ^
SyntaxError: invalid syntax

So I don't think Python 2.5 works .

Thanks,
Duane

that's possible, I was only able to test it with version 2.7, I'm
going to change the dependencies then. thanks to point that out, 2.6
should work though?

and the windows wxpython version and the linux version are different
which causes some stupid bugs... :s
 
T

TheSeeker

that's possible, I was only able to test it with version 2.7, I'm
going to change the dependencies then. thanks to point that out, 2.6
should work though?

and the windows wxpython version and the linux version are different
which causes some stupid bugs... :s

Hi,

Unfortunately, the wxPython bug precludes me seeing if Python 2.6
works (in Windows, at least).

Maybe someone else can answer whether Python 2.6 works.

Duane
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Deditor 0.3.1 0
Deditor 0.3.0 1
Deditor 17
Deditor 0.4.0 6
Deditor -- pythonic text-editor 6
Deditor:Pythonic text editor 1
ANN: Oktest-0.2.2 - a new-style testing library 0
[ANN] pik 0.2.2 Released 0

Members online

Forum statistics

Threads
473,756
Messages
2,569,533
Members
45,007
Latest member
OrderFitnessKetoCapsules

Latest Threads

Top