EmEditor (text editor) Forum Index EmEditor Core Bug Reports
Bug with show marks | Register To Post |
| Threaded | Newest First | Previous Topic | Next Topic | Bottom |
| Poster | Thread |
|---|---|
| owilsky | Posted on: 8/26/2010 11:04 pm |
Just can't stay away ![]() ![]() Joined: 2/12/2008 From: Posts: 76 |
Bug with show marks Hi,
I have a bug in 10.0.1. Steps to reproduce: 1. customize toolbar to include "Marks" 2. customize marks properties for current configuration: - check Show Returns - check Show End of File - check Show Tabs - check Show Spaces - (so check first four checkboxes, leave rest unchecked) 3. Click on marks button on toolbar to enable marks. You see the desired marks. All is fine. 4. Click on marks button on toolbar to disable marks. You still see small dots for spaces. I think these should also disappear. |
| Yutaka | Posted on: 8/26/2010 11:09 pm |
Webmaster ![]() ![]() Joined: 9/28/2006 From: Redmond Posts: 2423 |
Re: Bug with show marks Hi owilsky,
The Marks command toggles only new line, EOF and tab marks, and does not include spaces. This is the specification. On v10, you can use independent commands on the View menu to toggle each mark.
|
| owilsky | Posted on: 8/26/2010 11:23 pm |
Just can't stay away ![]() ![]() Joined: 2/12/2008 From: Posts: 76 |
Re: Bug with show marks Oh.. I see. What a pity... would be nice to have a one click solution to show or hide all desired marks.
|
| zhouzh2 | Posted on: 8/29/2010 4:44 am |
Just can't stay away ![]() ![]() Joined: 7/27/2008 From: Posts: 90 |
Re: Bug with show marks Hi owilsky,
you can use a macro to toggle marks. There is a simple marco somewhere in the forum, I couldn't find it though, I just post it here again. You can comment the marks you don't want to make the macro suitable to your needs. |
| owilsky | Posted on: 8/30/2010 12:28 am |
Just can't stay away ![]() ![]() Joined: 2/12/2008 From: Posts: 76 |
Re: Bug with show marks Hi tried this which should do what I want.
Unfortunately document.Config.Mark.ShowSpaces = true does not do anything for me. What do I do wrong? Oliver |
| Yutaka | Posted on: 8/30/2010 12:40 pm |
Webmaster ![]() ![]() Joined: 9/28/2006 From: Redmond Posts: 2423 |
Re: Bug with show marks Hello owilsky,
You will need to load the Config object into the memory before you can modify and save it. Please rewrite like this:
|
| owilsky | Posted on: 8/30/2010 11:03 pm |
Just can't stay away ![]() ![]() Joined: 2/12/2008 From: Posts: 76 |
Re: Bug with show marks OK, works now. Thanks.
|
| Threaded | Newest First | Previous Topic | Next Topic | Top |
| Register To Post | |




