 |
 |
|
 |
|
 |
|  |
|  |
|
 |
|
 |
|  |
|  |
|
 |
I just had a feature request that I don't know if there is a better way to
do already
When documenting, I like to establish a tab space and some sort of orderly
demarcation of the comments. What would help is a Super Tab where general
typing word wrapped at some point, but that by Super Tabbing, you would get
a couple dozen columns over on the right to type comments in.
Does that make sense.
--
including a fourth of Al Gore supporters
in a new poll, say it is time for the
vice president to concede now that
George W. Bush has been certified as
the winner of Florida's 25 electoral votes.
Post a reply to this message
|
 |
|  |
|  |
|
 |
|
 |
|  |
|  |
|
 |
Hi Bill!
Is it Windows specific? If yes I would recommend the povray.windows group
for this.
For the windows version this would be something useful to make the code more
readable. I'm still trying to find a good way to layout my code to make it
easier to read.
Marc
Bill DeWitt wrote:
> I just had a feature request that I don't know if there is a better way to
> do already
>
> When documenting, I like to establish a tab space and some sort of orderly
> demarcation of the comments. What would help is a Super Tab where general
> typing word wrapped at some point, but that by Super Tabbing, you would
get
> a couple dozen columns over on the right to type comments in.
>
> Does that make sense.
>
> --
> WASHINGTON (AP) - Six in 10 Americans,
> including a fourth of Al Gore supporters
> in a new poll, say it is time for the
> vice president to concede now that
> George W. Bush has been certified as
> the winner of Florida's 25 electoral votes.
>
>
>
Post a reply to this message
|
 |
|  |
|  |
|
 |
|
 |
|  |
|  |
|
 |
"Marc Schimmler" <mar### [at] web de> wrote in message
news:3a2abb2e@news.povray.org...
> Hi Bill!
>
> Is it Windows specific? If yes I would recommend the povray.windows group
> for this.
Well, I don't know if the non-windows versions have an included text
editor. Thinking about it further, I think I am asking for a sort of column
making feature like in Word and that level word processor.
Post a reply to this message
|
 |
|  |
|  |
|
 |
|
 |
|  |
|  |
|
 |
Bill DeWitt wrote:
>
> I just had a feature request that I don't know if there is a better way to
> do already
[snip]
I'm not sure I understand what you're saying. But anyway, you have to keep in
mind that POVWin uses the CodeMax editor from WinMain Software
(http://www.winmain.com), and I don't know how much leeway the POV Team has in
customizing its functionality... Might be possible, of course.
Then again, you can always use MS Word to write your code :)
--
Margus Ramst
Personal e-mail: mar### [at] peak edu ee
TAG (Team Assistance Group) e-mail: mar### [at] tag povray org
Home page http://www.hot.ee/margusrt
Post a reply to this message
|
 |
|  |
|  |
|
 |
|
 |
|  |
|  |
|
 |
"Margus Ramst" <mar### [at] peak edu ee> wrote in message
news:3A2AEB58.B13F55D7@peak.edu.ee...
> Bill DeWitt wrote:
> >
> > I just had a feature request that I don't know if there is a better way
to
> > do already
> [snip]
>
> I'm not sure I understand what you're saying.
This is pov code, it should wrap at some // This is comments and it
point but leave room for comments. // should put in the "//" and
// word wrap like this.
>But anyway, you have to keep in
> mind that POVWin uses the CodeMax editor
Ah, I actually knew this and had forgotten.
Post a reply to this message
|
 |
|  |
|  |
|
 |
|
 |
|  |
|  |
|
 |
> This is pov code, it should wrap at some // This is comments and it
> point but leave room for comments. // should put in the "//" and
>
//word
> wrap like this.
Well, I guess I am not going to get it to work well... I have cancelled
the other messages.
Post a reply to this message
|
 |
|  |
|  |
|
 |
|
 |
|  |
|  |
|
 |
On Mon, 4 Dec 2000 08:16:22 -0500, "Bill DeWitt" <bde### [at] cfl rr com>
wrote:
>This is pov code, it should wrap at some // This is comments and it
>point but leave room for comments. // should put in the "//" and
>
>// word wrap like this.
In POV for Windows you can do it like this:
1. Write your code, in this case
This is pov code, it should wrap at some
point but leave room for comments.
2. Alt-click where you want your comments to start and drag straight
down to where you want them to end. Be careful not to select a column,
just make a vertical cursor.
3. Type in '// '
4. Go to the beginning of your comments and start typing. Instead of
the Enter key, go to a new line by the down arrow and then the End
key. You might even want to set up a keyboard macro for this. I have
assigned it to Alt-Down and its twin to Alt-Up.
Hope it helps.
Peter Popov ICQ : 15002700
Personal e-mail : pet### [at] vip bg
TAG e-mail : pet### [at] tag povray org
Post a reply to this message
|
 |
|  |
|  |
|
 |
|
 |
|  |
|  |
|
 |
"Peter Popov" <pet### [at] vip bg> wrote :
>
> 2. Alt-click where you want your comments to start and drag straight
> down to where you want them to end. Be careful not to select a column,
> just make a vertical cursor.
>
> 3. Type in '// '
>
> 4. Go to the beginning of your comments and start typing. Instead of
> the Enter key, go to a new line by the down arrow and then the End
> key. You might even want to set up a keyboard macro for this. I have
> assigned it to Alt-Down and its twin to Alt-Up.
Control click, but otherwise it // This is a test
works OK. Not as handy as what I // so is this
was thinking about, but almost.. // end test
Post a reply to this message
|
 |
|  |
|  |
|
 |
|
 |
|  |