Re: Ticket #9376: Limit text width in the editor window (non-fullscreen mode)

2020-08-01 Thread Daniel
On 2020-08-01 14:04, racoon wrote: On 2020-08-01 13:42, Stephan Witt wrote: Am 01.08.2020 um 12:50 schrieb racoon : On 2020-08-01 12:43, Stephan Witt wrote: Am 01.08.2020 um 09:48 schrieb Daniel : I am trying to fix Ticket #9376. My attempt so far is attached. However, I have hit a little

Re: Ticket #9376: Limit text width in the editor window (non-fullscreen mode)

2020-08-01 Thread racoon
On 2020-08-01 13:42, Stephan Witt wrote: Am 01.08.2020 um 12:50 schrieb racoon : On 2020-08-01 12:43, Stephan Witt wrote: Am 01.08.2020 um 09:48 schrieb Daniel : I am trying to fix Ticket #9376. My attempt so far is attached. However, I have hit a little road block in that the clang compile

Re: Ticket #9376: Limit text width in the editor window (non-fullscreen mode)

2020-08-01 Thread Stephan Witt
Am 01.08.2020 um 12:50 schrieb racoon : > > On 2020-08-01 12:43, Stephan Witt wrote: >> Am 01.08.2020 um 09:48 schrieb Daniel : >>> >>> I am trying to fix Ticket #9376. My attempt so far is attached. However, I >>> have hit a little road block in that the clang compiler does not give me >>> use

Re: Ticket #9376: Limit text width in the editor window (non-fullscreen mode)

2020-08-01 Thread racoon
On 2020-08-01 12:43, Stephan Witt wrote: Am 01.08.2020 um 09:48 schrieb Daniel : I am trying to fix Ticket #9376. My attempt so far is attached. However, I have hit a little road block in that the clang compiler does not give me useful information (for me at least): CXXLDlyx Undefined sy

Re: Ticket #9376: Limit text width in the editor window (non-fullscreen mode)

2020-08-01 Thread Stephan Witt
Am 01.08.2020 um 09:48 schrieb Daniel : > > I am trying to fix Ticket #9376. My attempt so far is attached. However, I > have hit a little road block in that the clang compiler does not give me > useful information (for me at least): > > CXXLDlyx > Undefined symbols for architecture x86_64:

Re: Ticket #9376: Limit text width in the editor window (non-fullscreen mode)

2020-08-01 Thread Daniel
On 2020-08-01 09:56, Richard Kimberly Heck wrote: On 8/1/20 3:48 AM, Daniel wrote: I am trying to fix Ticket #9376. My attempt so far is attached. However, I have hit a little road block in that the clang compiler does not give me useful information (for me at least): CXXLD    lyx Undefined sym

Re: Ticket #9376: Limit text width in the editor window (non-fullscreen mode)

2020-08-01 Thread Richard Kimberly Heck
On 8/1/20 3:48 AM, Daniel wrote: > I am trying to fix Ticket #9376. My attempt so far is attached. > However, I have hit a little road block in that the clang compiler > does not give me useful information (for me at least): > > CXXLD    lyx > Undefined symbols for architecture x86_64: >   "std::__

Ticket #9376: Limit text width in the editor window (non-fullscreen mode)

2020-08-01 Thread Daniel
I am trying to fix Ticket #9376. My attempt so far is attached. However, I have hit a little road block in that the clang compiler does not give me useful information (for me at least): CXXLDlyx Undefined symbols for architecture x86_64: "std::__1::basic_string, std::__1::allocator > lyx

Re: Ticket #9376: Limit text width in the editor window (non-fullscreen mode)

2017-04-28 Thread Jean-Marc Lasgouttes
Le 26/04/2017 à 23:33, racoon a écrit : Hi! I think this patch went under the radar: http://www.lyx.org/trac/ticket/9376 It would be great to have a way to set a fixed maximum line width in LyX. I posted some ideas there. No please have a look at #10616 please ;) http://www.lyx.org/trac/tick

Ticket #9376: Limit text width in the editor window (non-fullscreen mode)

2017-04-26 Thread racoon
Hi! I think this patch went under the radar: http://www.lyx.org/trac/ticket/9376 It would be great to have a way to set a fixed maximum line width in LyX. Daniel