|
|
|
|
|
|
| |
| |
|
|
|
|
| |
| |
|
|
If you have to comment/uncomment a large block of code, it can be tedious to
keep entering "//" all the time. It would be nice if comment/uncomment
options were available on the Right-Click/Text menus, much in the same way
that indent/undent are available. I already know about '/*...*/', but this
would be be more selective, and easier to understand for newer users.
Also, this could be implemented on other platforms as well.
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
in news:web.418cf108ec92fcd97d1f61010@news.povray.org Ghost2 wrote:
> If you have to comment/uncomment a large block of code, it can be
> tedious to keep entering "//" all the time.
Are you aware of the possiblity to use CTRL+click and drag to select a
block. Select a minimal 'width-block' just in front of the text, then type
'//'. It's not exactly what you ask but it works fine.
Ingo
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Ghost2 <nomail@nomail> wrote:
> I already know about '/*...*/', but this
> would be be more selective, and easier to understand for newer users.
Sorry, could you profundize on this? I don't understand why.
--
plane{-x+y,-1pigment{bozo color_map{[0rgb x][1rgb x+y]}turbulence 1}}
sphere{0,2pigment{rgbt 1}interior{media{emission 1density{spherical
density_map{[0rgb 0][.5rgb<1,.5>][1rgb 1]}turbulence.9}}}scale
<1,1,3>hollow}text{ttf"timrom""Warp".1,0translate<-1,-.1,2>}// - Warp -
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
ingo <ing### [at] tagpovrayorg> wrote:
> in news:web.418cf108ec92fcd97d1f61010@news.povray.org Ghost2 wrote:
>
> > If you have to comment/uncomment a large block of code, it can be
> > tedious to keep entering "//" all the time.
>
> Are you aware of the possiblity to use CTRL+click and drag to select a
> block. Select a minimal 'width-block' just in front of the text, then type
> '//'. It's not exactly what you ask but it works fine.
As a matter of fact, I was just about to log in here and request a feature
like this. Perhaps a little note about this very helpful feature could be
included in the documentation at the next release (I don't believe it is
included at the moment)?
-Mike
Knights Of Today
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
in news:web.418f6e79550724c549700cac0@news.povray.org Mike Thorn wrote:
> Perhaps a little note about this very helpful feature could be
> included in the documentation at the next release (I don't believe it is
> included at the moment)?
>
1.2.6.1 The Editor Feature Set
- Column Selection and Manipulation
and
1.2.6.6.5 Using the Mouse
Ingo
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
ingo wrote:
> 1.2.6.1 The Editor Feature Set
> - Column Selection and Manipulation
> and
> 1.2.6.6.5 Using the Mouse
Ah, must have missed those. Thanks. :)
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Thanks. I didn't know about the block selection trick. But It would still be
useful to have it as a right-click option; after all if you can
indent/undent, change the case, and convert between tabs and spaces, why
not comment/uncomment too?
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |