Search found 4 matches

by yniq
23 Aug 2011 00:54
Forum: Syntax files
Topic: python syntax - get it now! ...and a question
Replies: 5
Views: 21373

Re: python syntax - get it now! ...and a question

Hey,

I've modified the syntax file a bit, and exported the ssx file. I've also attached the [Python] section in my TextEd.ini file in case you need it.
by yniq
19 Aug 2011 06:13
Forum: Syntax files
Topic: python syntax - get it now! ...and a question
Replies: 5
Views: 21373

Re: python syntax - get it now! ...and a question

Thanks! It does solve all the problems except for
"- when I use Alt+down to get to def 2, the last two lines are highlighted ('def 2' and 'pass') instead of just the def 2 line"
which is very minor anyway.

Maybe you can include the python syntax file with your releases? (probably needs some more ...
by yniq
16 Aug 2011 06:42
Forum: Syntax files
Topic: python syntax - get it now! ...and a question
Replies: 5
Views: 21373

Re: python syntax - get it now! ...and a question

Attached python syntax file
by yniq
16 Aug 2011 01:37
Forum: Syntax files
Topic: python syntax - get it now! ...and a question
Replies: 5
Views: 21373

python syntax - get it now! ...and a question

I've created a python syntax file by converting an ultraedit one and some additional modifications.
It is probably not complete and can be improved a lot.

There is however a problem with wither RJ TextEd or with my syntax file. When I use the following python file:

def 0:
pass

def 1:
pass ...