- AuthorPosts
- December 14, 2007 at 3:58 am #5160chjfthMember
When I upgrade EmEditor from 6.00.4 to 7.00.RC6, I found matching brackets in single or double brackets “() {}” can not be highlighted any more. I check that “Highlight Matching Parentheses/Brackets” has been checked, and the highlight color has been configured(actually the same as they are in EmEditor v6).
I want the highlight back please.
December 14, 2007 at 4:42 am #5161Yutaka EmuraKeymasterchjfth wrote:
When I upgrade EmEditor from 6.00.4 to 7.00.RC6, I found matching brackets in single or double brackets “() {}” can not be highlighted any more. I check that “Highlight Matching Parentheses/Brackets” has been checked, and the highlight color has been configured(actually the same as they are in EmEditor v6).I want the highlight back please.
Are you working on a huge file? Please create a small sample file to reproduce the issue. If you believe this was a bug, please send me the sample file after zipped and write detailed procedure how to reproduce the issue. My email is [email protected]
December 15, 2007 at 4:25 pm #5166chjfthMemberI can’t believe you said that. I’ve tried it on at least three Windows machines(WinXP SP2 & Win2000 SP4 both involved), and they all exhibit what I’ve said. Just create an empty file, press F11 and select “C++”, then key in () “()”, — quotes should be keyed in. You see yourself whether the round brackets in the quotes are highlighted. In case yourself are cofused by what you will be seeing, please install EmEditor v6 and compare to it.
If you demand a real Windows environment, please download this VMware virtual machine(brand new Win2000 Simplified Chinese version) and install EmEditor v7 RC6 in it and see. http://down.nlscan.com/Misc/Internet-Keep-Ref/_vmware-5-Win2kchs-nsExec-bug.7z
December 15, 2007 at 5:18 pm #5167Yutaka EmuraKeymasterI use Virtual PC 2007 for Windows 2000 environment. I press F11 and select “C++”, and then type “()”. Now “()” are highlighted. It seems all right to me. Do I need to type something else after “()”? If you installed any plug-ins, can you try uninstalling or disabling all extra plug-ins?
December 16, 2007 at 12:52 am #5168chjfthMemberFor EmEditor v7 RC6, whether something is typed after “()”, the brackets never highlight up to now.
I install EmEditor v7 RC6 on a machine(that vmware machine I posted above) that EmEditor has never been installed and only install the default plugins bundled.
See the screen shot please:
Brackets highlighted:
Brackets NOT highlighted in quotes:
December 16, 2007 at 1:31 am #5170Yutaka EmuraKeymasterI am sorry for misunderstanding. You should have first showed me your screenshots. ( ) inside single or double quotes do not work any more. This is the specification of the new version. Most people want to jump to matching bracket (in programs), and want to ignore those inside single or double quotes.
December 16, 2007 at 2:48 am #5172chjfthMemberYup! That’s a useful feature anyway, can you tell me what the keyboard shortcut is for “jump to matching bracket”.
However, I use EmEditor as my favorite editor for writing makefiles, and there are lots and lots of cases where brackets are inside double quotes. So, please give user a choice instead of dropping the old good feature. EmEditor has done a great job of providing options to various user preferences, so why not adhere to that good tradition.
See my complex makefile here: http://gnumakeuniproc.svn.sourceforge.net/viewvc/gnumakeuniproc/GMU-main/trunk/GnumakeUniproc/GnumakeUniproc.mki?revision=413&view=markup
December 16, 2007 at 4:52 am #5173Yutaka EmuraKeymasterchjfth wrote:
Yup! That’s a useful feature anyway, can you tell me what the keyboard shortcut is for “jump to matching bracket”.However, I use EmEditor as my favorite editor for writing makefiles, and there are lots and lots of cases where brackets are inside double quotes. So, please give user a choice instead of dropping the old good feature. EmEditor has done a great job of providing options to various user preferences, so why not adhere to that good tradition.
See my complex makefile here: http://gnumakeuniproc.svn.sourceforge.net/viewvc/gnumakeuniproc/GMU-main/trunk/GnumakeUniproc/GnumakeUniproc.mki?revision=413&view=markup
CTRL + ] to jump to the matching bracket.
If you can disable single/double quotation marks in the Highlight (2) tab of Properties, and then all matching brackets will be highlighted.
December 16, 2007 at 5:37 am #5174chjfthMemberWell, I know what you mean. But that’s not a decent solution. Looking forward to your fix on this issue. Thank you in advance.
- AuthorPosts
- You must be logged in to reply to this topic.