Use an external text editor with the proper color code for Igor syntax

Hi,
I still do not have Igor 7 :( but I run 6.37 wish is still very nice for me.
Though, my procedure window is very messy, with a lot of functions coded in it. And I believe I can't open an additional procedure window, right?

Therefore I would like to use another text editor, such as SublimeText to code in Igor and the just copy-paste it to my Igor Procedure window.

Would you be so kind as to tell me which color syntax would fit better Igor coding?
I tried C and Matlab up to now...

Thank you for your help and very nice support
tijead wrote:
Hi,
I still do not have Igor 7 :( but I run 6.37 wish is still very nice for me.
Though, my procedure window is very messy, with a lot of functions coded in it. And I believe I can't open an additional procedure window, right?

Therefore I would like to use another text editor, such as SublimeText to code in Igor and the just copy-paste it to my Igor Procedure window.

Would you be so kind as to tell me which color syntax would fit better Igor coding?
I tried C and Matlab up to now...

Thank you for your help and very nice support

PS: I found this http://www.igorexchange.com/node/7237
but did not find any answer to by issue...
Igor 7 explicitly supports editing procedure files in external editors. You must be careful doing this in Igor 6 or you can sometimes get a crash. I strongly recommend IP7 if you want to use an external editor.

As for which editor to use, that's your choice. We don't have any recommendations for external editors. Some users have written syntax definition files for various editors, some of which you can find on IgorExchange. I don't think you'll get very good results using a syntax definition file for another language though. If you want to write your own syntax definition for Igor, the FunctionList and OperationList functions in Igor will come in very useful.
Quote:
Though, my procedure window is very messy, with a lot of functions coded in it. And I believe I can't open an additional procedure window, right?

Windows->New->Procedure Window

You will also want to read:
DisplayHelpTopic "Organizing Procedures"

That help topic is pretty near the top of the Programming help file, which you may wish to read.

John Weeks
WaveMetrics, Inc.
support@wavemetrics.com