Re: [SE|PY-macdev] Latest cvs changes
Brought to you by:
sephiroth_tmm
|
From: valley <va...@ic...> - 2004-09-02 17:44:19
|
> > now SEPY comes up with any error at all!!
> > What doesn't work now (and I guess this also didn't work in the near
> > past) is the possibility to enter for instance the following characters
> > in the opened untitled document:
> > { --> would be 'alt+8' in a shell
> > } --> would be 'alt+9'
> > [ --> would be 'alt+5'
> > ] --> would be 'alt+6'
>
> Cannot write } at all? but in a snippet textarea can you do that for
example?
>
In a snippet textarea (e.g. SNIPPETS->Classes->os->Path) it writes these
characters
correctly and I can copy/paste them. It seems that when I want to write
these chars
myself it doesn't accept/recognize the 'alt' key...
> >
> >
> > Another thing that is a little bit surprising is when trying to create a
> > new project. When doing this directly SEPY crashes with a bus error. But
> > when I first choose 'Open Project', then close the just opened Window
> > for selecting a project and then choose 'New Project' then the correct
> > dialog 'Save file as...' opens. When typing a project file name and then
> > pressing 'Save' the file is created in the chosen folder but whatever
> > filename
> > i entered a wxPython Error Window pops up (Main Error: File name
> > contains illegal characters), also when i just typed 'Test'....
>
> This happens also on .as files while saving or only with probjects?
>
Saving files works fine, it's really just trying to create a new project
directly.
>
> P.S. Can you put some print statement in order to check wherever the
> method which checks for xml languages files fails?
> the method is into the common.py file and it's 'getAvailLanguageFile'
>
When opening "Preferences" this method is called in WindowsPrefs.py (line
129).
variable 'lang' has the value 'English-en-US'. So lang is in
avail_languages.
There is no error, but the combobox doesn't show any input. Strange...
valley
|