Topic: word wrap and strange characters (1 of 9), Read 35 times
Conf: Converting, Translating
From: Paul Breen
Date: Thursday, November 03, 2005 03:53 PM

When a file is loaded into Vedit the lines exceeding the window are wrapped even if word wrap is turned off. The first character of the wrapped lines is a white square with a hyphen in the middle. If I then turn word wrap on the white blocks with the hyphen in it are replaced by the first character of the wrapped line. If I then turn word wrap off the text appears normally with word wrap off. The question is how can I load a file without having to turn word wrap on then off again so the file appears normal upon loading the file?

 


Topic: Re: word wrap and strange characters (2 of 9), Read 28 times
Conf: Converting, Translating
From: Ted Green
Date: Thursday, November 03, 2005 04:17 PM

At 10:55 AM 11/3/2005, you wrote:
>From: "Paul Breen"
>
>When a file is loaded into Vedit the lines exceeding the window are wrapped even if word wrap is turned off. The first character of the wrapped lines is a white square with a hyphen in the middle.

You have an unusual config setting - most likely {CONFIG, Display options, Horizontal scroll margin} is enabled. Set it back to "0", save the config and you should be all set.

Ted.

 


Topic: Re: word wrap and strange characters (3 of 9), Read 29 times
Conf: Converting, Translating
From: Christian Ziemski
Date: Thursday, November 03, 2005 04:30 PM

On Thu, 03 Nov 2005 16:17:00 -0500, Ted Green wrote:

>>From: "Paul Breen"
>>
>>When a file is loaded into Vedit the lines exceeding the window are
>>wrapped even if word wrap is turned off.
>
>You have an unusual config setting - most likely {CONFIG,
>Display options, Horizontal scroll margin} is enabled. Set it back to
>"0", save the config and you should be all set.

While trying to replicate Paul's problem I (re-)learned much about
wrapping in VEDIT :-) (usually I have it disabled)

And I found a little issue:

The toolbar icon "toggle word wrap" enables/disables the display of
the newline character, what is o.k.

But toggling word wrap via menu
{Config, Word processing, Display lines with word wrap}
does not change the display of the newline character.

So it's display can get out of sync.


Christian

 


Topic: Re: word wrap and strange characters (4 of 9), Read 30 times
Conf: Converting, Translating
From: Ted Green
Date: Thursday, November 03, 2005 06:39 PM

At 11:31 AM 11/3/2005, you wrote:
>The toolbar icon "toggle word wrap" enables/disables the display of
>the newline character, what is o.k.
>
>But toggling word wrap via menu
>{Config, Word processing, Display lines with word wrap}
>does not change the display of the newline character.
>
>So it's display can get out of sync.

I did that on purpose. Maybe not a good idea, but I figured the {CONFIG} menu should set each option independently, while the toolbar can toggle several options at once.

Ted.

 


Topic: Re: word wrap and strange characters (5 of 9), Read 31 times
Conf: Converting, Translating
From: Ian Binnie
Date: Thursday, November 03, 2005 07:00 PM

On 11/3/2005 6:39:03 PM, Ted Green wrote:

>I did that on purpose. Maybe
>not a good idea, but I figured
>the {CONFIG} menu should set
>each option independently,
>while the toolbar can toggle
>several options at once.
>
>Ted.
>
I like it that way - don't change.

 


Topic: Re: word wrap and strange characters (6 of 9), Read 34 times
Conf: Converting, Translating
From: Paul Breen
Date: Thursday, November 03, 2005 09:32 PM

OK guys you have got me on track but still...
I've set the config save to auto (checked box).
I have closed the project after setting horiz scroll to zero.
I then re-opened the project but only the files that I individually set the horiz scroll to zero are displayed
properly. The others still have the 1 setting. I've got 66 files in these projects. How can I do this a little more efficiently?
Later...Eureka!! I found another checkbox for ALL BUFFERS.
so I set the auto save box and the config all buffers box and everything is kopesetic.
Are there any project settings that will not affect a currently open file?

 


Topic: Re: word wrap and strange characters (7 of 9), Read 32 times
Conf: Converting, Translating
From: Ted Green
Date: Thursday, November 03, 2005 11:17 PM

At 04:19 PM 11/3/2005, you wrote:
>OK guys you have got me on track but still...
>I've set the config save to auto (checked box).
>I have closed the project after setting horiz scroll to zero.
>I then re-opened the project but only the files that I individually set the horiz scroll to zero are displayed
>properly. The others still have the 1 setting. I've got 66 files in these projects. How can I do this a little more efficiently?

In the Config dialog box, check the "[x] Config all buffers" box.
Then save the config.

Ted.

 


Topic: Re: word wrap and strange characters (9 of 9), Read 30 times
Conf: Converting, Translating
From: Pauli Lindgren
Date: Monday, November 07, 2005 09:45 AM

On 11/3/2005 9:32:06 PM, Paul Breen wrote:
>I've set the config save
>to auto (checked box).

Do you mean "Auto save config" or "Auto save project"?

I don't think it is a good idea to have "Auto save config" enabled. If you enable it, then whatever configuration changes you happen to make (perhaps accidentally) will be saved as default configuration. It is very likely that sooner or later your configuration will become so messed that nothing works as expected. It is safer to manually save configuration when you really want that happen.

Especially now that there are projects and file type specific configuration, there is no reason to save all configuration changes as default.

It is better to have a simple general purpose configuration as default, and save all the other configurations in file type specific configurations.


>I then re-opened the project but only the files that I
>individually set the horiz scroll to zero are displayed
>properly. The others still have the 1 setting. I've got
>66 files in these projects. How can I do this a little
>more efficiently?

How many files you have in the project does not have significance. If you change setting of one file, then only that one file is changed. If you have the "Config all buffers" checked, then the setting you change affects all the open files (but not other files in the project).

When you open another file in the project, the settings depend on the default settings and on the file type specific settings.


>Later...Eureka!! I found another
> checkbox for ALL BUFFERS.
>so I set the auto save box and
>the config all buffers box and
>everything is kopesetic.

I think it is best to only change the default configuration in clean state, without any projects or any files open, as follows:

1. Start Vedit. Do not open any files or any project.
2. Change configuration settings as needed.
3. Ensure that "config all buffers" is *not* checked.
4. Save the configuration.

--
Pauli

 


Topic: Re: word wrap and strange characters (8 of 9), Read 32 times
Conf: Converting, Translating
From: Christian Ziemski
Date: Friday, November 04, 2005 02:57 AM

On 11/3/2005 6:39:03 PM, Ted Green wrote:
>At 11:31 AM 11/3/2005, you wrote:
>>The toolbar icon "toggle word wrap" enables/disables the display of
>>the newline character, what is o.k.
>>
>>But toggling word wrap via menu
>>{Config, Word processing, Display lines with word wrap}
>>does not change the display of the newline character.
>
>I did that on purpose. Maybe not a good idea, but I figured
>the {CONFIG} menu should set each option independently,
>while the toolbar can toggle several options at once.

Ah, I understand. It's o.k. if one knows the reason ;-)

Christian