Forum Replies Created
- AuthorPosts
- JibzMember
I know this is not what you were asking for, but if it’s important to you to have the end of the file at the center of the screen, perhaps a crude workaround would be to resize the EmEditor window to only extend to the middle of the screen?
September 14, 2010 at 6:26 am in reply to: Syntax Coloring Does Not Correctly Handle Strings On Multiple Lines #8967JibzMemberTry going into the properties for the EmEditor SQL configuration (Alt-Enter if you’re looking at the example at the moment), and on the Highlight (2) tab, under “String Enclosed by Quotation Marks”, check “Continue to Next Line”.
Seems to do the trick here.
JibzMemberGlad to hear it worked :-).
JibzMemberTry searching for
=(w)((w)3)
and replace with
=21
JibzMemberYutaka wrote:
Also, you can see the list of newest messages in the bottom of the home page when you are logged in.
Thanks, that’s helpful.
August 26, 2010 at 6:31 pm in reply to: RegExp highlighting sometimes matches inside strings and comments #8885JibzMemberYes, I added it last with only Regular Expression ticked.
I had added it with color number 8 to make it easy to spot, and now that I try again I can see it only does it when I select one of the colors with a background color in it (1, 8, 9 or 10).
JibzMemberI quite like the way Notepad++ does this particular feature. As soon as you select a piece of text that could be an identifier, it will highlight all nearby matches, and when you deselect again the highlight is removed.
It is quite convenient for quickly seeing places a variable is referenced in a source file.
- AuthorPosts