|
|
|
|
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Hey,
Did you know that you can highlight some text and indent it all by pressing
the TAB key? (that is, for the windows version at least) and do the reverse
by pressing shift at the same time!!!
I just found out, and I find it VERY useful!
What? You already knew? Why didn't anybody tell me! ;-)
Greetings,
Rune S. Johansen
---
My POV-Ray 3D Gallery, the POV Desktop Theme,
and the with your help complete list of quotes
"you know you have been raytracing too long when..."
at http://welcome.to/rsj
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Rune S. Johansen wrote in message <37531297.0@news.povray.org>...
>
>What? You already knew? Why didn't anybody tell me! ;-)
>
Simple. You didn't ask.
Margus
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
"Rune S. Johansen" wrote:
> Hey,
>
> Did you know that you can highlight some text and indent it all by pressing
> the TAB key? (that is, for the windows version at least) and do the reverse
> by pressing shift at the same time!!!
Hehe....block identing (that's what you just described) is one of the reasons
why I use the POV-editor to code both HTML and SIMULA (turning language mode to
'Pascal' as SIMULA syntax is similar to Pascal in many ways)
I love the (Codemax) editor. (Only wish POV didn't add .pov to all filenames
when saving other type of files)
-----------------------------------------------------------------
Mikael Carneholm
Dep. of Computer Science
http://www.studenter.hb.se/~arch
E-mail: sa9### [at] idautbhbse
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Mikael Carneholm wrote:
>"Rune S. Johansen" wrote:
>
>> Hey,
>>
>> Did you know that you can highlight some text and indent it all by
pressing
>> the TAB key? (that is, for the windows version at least) and do the
reverse
>> by pressing shift at the same time!!!
>
>Hehe....block identing (that's what you just described) is one of the
reasons
>why I use the POV-editor to code both HTML and SIMULA (turning language
mode to
>'Pascal' as SIMULA syntax is similar to Pascal in many ways)
>
>I love the (Codemax) editor. (Only wish POV didn't add .pov to all
filenames
>when saving other type of files)
>
>-----------------------------------------------------------------
>Mikael Carneholm
>Dep. of Computer Science
>
>http://www.studenter.hb.se/~arch
>E-mail: sa9### [at] idautbhbse
>
I knew it!!!
Everyone else have always known, and here I come announcing it in the big
newsgroup... I couldn't find anything about it in the docs, so how did you
originally find out?
Hmm, there must be SOMEONE else somewhere in this group who didn't know it
before... So the previous post was meant for that person.......
Rune S. Johansen
---
My POV-Ray 3D Gallery, the POV Desktop Theme,
and the with your help complete list of quotes
"you know you have been raytracing too long when..."
at http://welcome.to/rsj
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
"Rune S. Johansen" wrote:
> newsgroup... I couldn't find anything about it in the docs, so how did you
> originally find out?
By thinking: "-Hmmm, wonder if it can do block indenting? Let's see, I use
[TAB] to indent just one line, wonder if it works the same way if I select a
whole block first?"
:)
> Hmm, there must be SOMEONE else somewhere in this group who didn't know it
> before... So the previous post was meant for that person.......
I'm sure there's someone out there who wasn't aware of this previous to your
posting. So, you surely made someones life easier. And it's better to know it
twice than not at all!
- Mikael.
-----------------------------------------------------------------
Mikael Carneholm
Dep. of Computer Science
http://www.studenter.hb.se/~arch
E-mail: sa9### [at] idautbhbse
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
"Rune S. Johansen" <run### [at] get2netdk> wrote:
>
> Hmm, there must be SOMEONE else somewhere in this group who didn't know it
> before... So the previous post was meant for that person.......
Well, I didn't know it -- but I use an unofficial compile for OS/2,
which just has a command-line interface. :-)
--
Jeff Lee shi### [at] gatenet http://www.gate.net/~shipbrk/
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
"Rune S. Johansen" wrote:
>
>
> Everyone else have always known, and here I come announcing it in the big
> newsgroup... I couldn't find anything about it in the docs, so how did you
> originally find out?
Marked a few lines of commented code, Time to squash this, My current
code is better, presses tab and hopes for a indentiong so I can start
with the next code, but nooo... The damned code is still there, but has
some new indenting.. *doh* *hehe*
What I really miss in The codemax editor is some of the features that
textpad has. ( http://www.textpad.com/ ) like block select, and a clip
library (love it) There are more things there, but I cannnn't tell the
names. Strange, the only thing that prog doesn't have is a good colour
coding for programming languages and code-completion. (the only prog
that I know that has this is the Delphi 3+ editors)
//Spider
--Time has passed, nothing chenges, yet nothing is the same...
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
On Wed, 02 Jun 1999 20:33:01 +0200, Spider wrote:
>What I really miss in The codemax editor is some of the features that
>textpad has. ( http://www.textpad.com/ ) like block select [...]
Is block select like what happens when you hold down the alt key while
you click and drag the mouse?
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Ron Parker wrote:
>
> On Wed, 02 Jun 1999 20:33:01 +0200, Spider wrote:
> >What I really miss in The codemax editor is some of the features that
> >textpad has. ( http://www.textpad.com/ ) like block select [...]
>
> Is block select like what happens when you hold down the alt key while
> you click and drag the mouse?
wich is ?? (haven't tested, am in linux now)
block select is doable both with the keyboard and the mouse... it's a
toggle thing(ctrl+b,q or the popup.)
12345
12345
12345
12345
12345
seeing those lines, with the block select you can mark 234 from some
lines, and replace those with a bcd instead (crtl+insert) or a single
char/line (press a key)
//Spider
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Ron Parker wrote in message <37557c78.0@news.povray.org>...
>
>Is block select like what happens when you hold down the alt key while
>you click and drag the mouse?
clik... drag... ah!
well well well, one lives and learns...
Margus
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |