|
|
|
|
|
|
| |
| |
|
|
|
|
| |
| |
|
|
using POV-Ray 3.7 RC6 64bit for Windows
I have problems in the POV-Ray editor with 'backspace':
When using backspace at the beginning of a line
it does not only kill the return/line feed but also
everything of the line what's beneath the upper line.
Sample: (here '|' is used for the current cursor position!)
//--------------------------------------
texture { pigment{ Red }
| normal { bumps 0.5 scale 0.1 }
//--------------------------------------
hitting backspace results in:
//--------------------------------------
texture { pigment{ Red }| 0.5 scale 0.1 }
//--------------------------------------
and not as expected:
//--------------------------------------
texture { pigment{ Red }| normal { bumps 0.5 scale 0.1 }
//--------------------------------------
with 3.6.2 and with RC3 (latest old beta I found on my computers)
this was no problem!
Can anybody confirm this strange behavior or
help me, if I'm too stupid for resolving this problem?
Friedrich
//-----------------------------------------
homepage: http://www.f-lohmueller.de/
//-----------------------------------------
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
I confirm this, but only when line above contains text. If the line
above is an empty line, backspace seems to work correctly.
Thomas
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Am 17.09.2012 13:23, schrieb Thomas de Groot:
> I confirm this, but only when line above contains text. If the line
> above is an empty line, backspace seems to work correctly.
Can't confirm this here; can you two please post your editor preferences
settings?
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Am 17.09.2012 14:00, schrieb clipka:
> Am 17.09.2012 13:23, schrieb Thomas de Groot:
>> I confirm this, but only when line above contains text. If the line
>> above is an empty line, backspace seems to work correctly.
>
> Can't confirm this here; can you two please post your editor preferences
> settings?
>
Note: behavior does not change by reinstalling the program.
My settings from
Options->Editor window->editor preferences settings:
>Language/Tabs_:
auto indent: Off,
tabs: 4, convert to spaces,
language,: POV-Ray
>Keybord:
all key assignments are
unchanged since installation!
The only items containing 'Backspace' are:
DeletBack Backspace
Shift Backspace
Undo Alt + Backspace
Ctrl + Z
WordDeleteToStart Ctrl + Backspace
>Misc: off: 1. Smooth scrolling
off: 6. Confine caret to text
on: all others.
Friedrich
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
On 17/09/2012 10:58 AM, Friedrich Lohmueller wrote:
> using POV-Ray 3.7 RC6 64bit for Windows
> I have problems in the POV-Ray editor with 'backspace':
>
> When using backspace at the beginning of a line
> it does not only kill the return/line feed but also
> everything of the line what's beneath the upper line.
>
> Sample: (here '|' is used for the current cursor position!)
>
> //--------------------------------------
> texture { pigment{ Red }
> | normal { bumps 0.5 scale 0.1 }
> //--------------------------------------
>
> hitting backspace results in:
> //--------------------------------------
> texture { pigment{ Red }| 0.5 scale 0.1 }
> //--------------------------------------
>
> and not as expected:
> //--------------------------------------
> texture { pigment{ Red }| normal { bumps 0.5 scale 0.1 }
> //--------------------------------------
>
> with 3.6.2 and with RC3 (latest old beta I found on my computers)
> this was no problem!
>
> Can anybody confirm this strange behavior or
> help me, if I'm too stupid for resolving this problem?
>
> Friedrich
>
I do *not* confirm this.
What I get when I follow Friedrich's instructions is:
//--------------------------------------
texture { pigment{ Red }0.5 scale 0.1 }
//--------------------------------------
My editor preferences setting are virginal, untouched from installation
of 3.6 maybe 3.5.
--
Regards
Stephen
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Le 17/09/2012 19:45, Stephen nous fit lire :
>
> What I get when I follow Friedrich's instructions is:
>
> //--------------------------------------
> texture { pigment{ Red }0.5 scale 0.1 }
> //--------------------------------------
>
> My editor preferences setting are virginal, untouched from installation
> of 3.6 maybe 3.5.
>
Please remember the "|" was used as the "flashing cursor" (well, the
editing cursor)
So, it seems that the problem is at least real for you too, Stephen.
(the catch is "normal { bumps" get deleted )
Could you please also states your Windows version ?
(32/64 bits, XP/2008/Vista/7/8, or other)
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Le 17/09/2012 20:22, Le_Forgeron nous fit lire :
> Could you please also states your Windows version ?
> (32/64 bits, XP/2008/Vista/7/8, or other)
I can even confirm it under Wine (Ubuntu 12.04, fresh povray-for-windows
install, in a new document)
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
On 17/09/2012 7:22 PM, Le_Forgeron wrote:
> Please remember the "|" was used as the "flashing cursor" (well, the
> editing cursor)
>
> So, it seems that the problem is at least real for you too, Stephen.
> (the catch is "normal { bumps" get deleted )
>
Indeed, you are right. It has been a long day. I misread the text.
> Could you please also states your Windows version ?
> (32/64 bits, XP/2008/Vista/7/8, or other)
Win 7 home premium 64 bit PovRay RC6 32 bit
--
Regards
Stephen
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Am 17.09.2012 14:00, schrieb clipka:
> Am 17.09.2012 13:23, schrieb Thomas de Groot:
>> I confirm this, but only when line above contains text. If the line
>> above is an empty line, backspace seems to work correctly.
>
> Can't confirm this here; can you two please post your editor preferences
> settings?
Confirmed here, too; I hadn't actually run the official POV-Ray 3.7 RC6
binary, but my own compile, and apparently hadn't re-built the editor
DLL for quite a while.
I'm investigating.
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
On 17-9-2012 14:00, clipka wrote:
> Can't confirm this here; can you two please post your editor preferences
> settings?
>
Identical to Friedrich, with the exception that auto indent is set to
copy from previous line.
Thomas
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |