|
From: Mike B. <mb...@te...> - 2001-04-12 13:37:14
|
Hello: First off, I have to say how much I enjoy using jEdit. This has to be the best file editor I have ever used -- Open Source and Java-based to boot!!! Now for my problem: When in edit modes based on "EOL equals end-of-expression" programming languages (i.e. VBScript), as oppossed to character-based programming languages (i.e. C++, Java), where a semi-colon determines the end-of-expression, I would like to have the editor insert the correct line-continuation-character to the end of the line being wrapped. The only time this would not be appropriate is in the middle of a string. I know jEdit currently recognizes when I am in the middle of a string. Is there any way to have the string terminated (with a double quote), have the line continuation added, and then have the rest of the string follow on the new line? I hope my explanation was easy to understand. I know what I want to do, I'm just not sure how to implement it. Thanks, -- Mike ______________________________________________ FREE Personalized Email at Mail.com Sign up at http://www.mail.com/?sr=signup |