Re: [python-win32] Scintilla Code Folding

2007-03-14 Thread Mark Hammond
nswer. Mark -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Nawal Sent: Thursday, 15 March 2007 4:23 PM To: Mark Hammond Cc: Python-win32@python.org Subject: Re: [python-win32] Scintilla Code Folding Dear Mark, Thank you for the reply.

Re: [python-win32] Scintilla Code Folding

2007-03-14 Thread Nawal
Dear Mark, Thank you  for the reply. Is Pyhone win editor is linked with SCILex_PYTHON? Is it using "FoldPyDoc" in LexPython.cxx As far I can understand from the code is  Python win is using SCILex_CUSTOM so that in python level colorise code is implemented. But how is it enabled the fold l

Re: [python-win32] Scintilla Code Folding

2007-03-14 Thread Mark Hammond
> Hi all, > > How is the code folding implemented in Python Win IDE? It uses the > custom lexer for colorize but I can't see any code where the code > folding logic is implemented. > > Is ii using the inbuilt SCILex_PYTHON for code folding? IIRC, the folding code is in C++ in the scintilla wid

[python-win32] Scintilla Code Folding

2007-03-14 Thread Nawal
Hi all, How is the code folding implemented in Python Win IDE? It uses the custom lexer for colorize but I can't see any code where the code folding logic is implemented. Is ii using the inbuilt SCILex_PYTHON for code folding? Regards, Nawal ___ P