| View previous topic :: View next topic |
| Author |
Message |
tony Guest
|
Posted: Thu Aug 25, 2005 5:47 pm Post subject: Delphi IDE editor question |
|
|
Hi,
I noticed that in Visual Studio, notepad, wordpad etc, that when you
cursor up from a long line to a short line, the cursor moves to the end
of the shorter line automaticly.
Is there a way to get this behavior in the Delphi 7 or 2005 code editor?
I checked the editor options but didn't see anything that would work.
Thanks,
Tony
|
|
| Back to top |
|
 |
Andreas Hausladen Guest
|
Posted: Thu Aug 25, 2005 7:56 pm Post subject: Re: Delphi IDE editor question |
|
|
tony wrote:
| Quote: | I noticed that in Visual Studio, notepad, wordpad etc, that when you
cursor up from a long line to a short line
|
That's something I hate. They jump to the short line because the line ends
exactly where the last letter is. Delphi's editor does not have this
"limitation". You can place the caret where you want.
No there is no option to deactivate this behaviour because for this the
complete editor kernel meight have to be rewritten.
--
Regards,
Andreas Hausladen
|
|
| Back to top |
|
 |
Leonel Guest
|
Posted: Thu Aug 25, 2005 8:11 pm Post subject: Re: Delphi IDE editor question |
|
|
Andreas Hausladen wrote:
| Quote: | That's something I hate.
|
Oh, I thought it was just me. I always hate that behaviour anywhere.
--
Leonel
|
|
| Back to top |
|
 |
Dejan Stanic Guest
|
Posted: Thu Aug 25, 2005 8:47 pm Post subject: Re: Delphi IDE editor question |
|
|
Leonel wrote:
| Quote: | Oh, I thought it was just me. I always hate that behaviour anywhere.
|
Same here.
LP,
Dejan
|
|
| Back to top |
|
 |
Dave Nottage [TeamB] Guest
|
Posted: Thu Aug 25, 2005 8:52 pm Post subject: Re: Delphi IDE editor question |
|
|
tony wrote:
| Quote: | I noticed that in Visual Studio, notepad, wordpad etc, that when you
cursor up from a long line to a short line, the cursor moves to the
end of the shorter line automaticly.
|
I expect you would know by now to ask questions about the IDE in the
..ide.general group.
Any reason why you didn't?
--
Dave Nottage [TeamB]
|
|
| Back to top |
|
 |
Stefan Ascher Guest
|
Posted: Thu Aug 25, 2005 9:29 pm Post subject: Re: Delphi IDE editor question |
|
|
In article <430e044e$1 (AT) newsgroups (DOT) borland.com>, tony wrote...
| Quote: | I noticed that in Visual Studio, notepad, wordpad etc, that when you
|
You can activate this *feature* in VS Options -> Compatibility -> Virtual
Spaces.
--
stefan
|
|
| Back to top |
|
 |
Ingvar Nilsen Guest
|
Posted: Thu Aug 25, 2005 10:48 pm Post subject: Re: Delphi IDE editor question |
|
|
tony wrote:
| Quote: | Hi, I noticed that in Visual Studio, notepad, wordpad etc, that when
you cursor up from a long line to a short line, the cursor moves to
the end of the shorter line automaticly.
|
This is called "virtual white space" or "virtual space".
I like it always turned on, if it is turned off, the editor behaves like
Notepad.
--
Ingvar Nilsen
http://www.ingvarius.com
|
|
| Back to top |
|
 |
Tony Caduto Guest
|
Posted: Fri Aug 26, 2005 1:49 am Post subject: Re: Delphi IDE editor question |
|
|
Because I didn't think it was a "Technical" question. I think I still
have the right to decide if something is non technical don't I?
Is it really that big of a deal?
| Quote: | I expect you would know by now to ask questions about the IDE in the
.ide.general group.
Any reason why you didn't?
|
--
Tony Caduto
http://www.amsoftwaredesign.com
Home of PG Lightning Admin for Postgresql 8.x
|
|
| Back to top |
|
 |
Tony Caduto Guest
|
Posted: Fri Aug 26, 2005 1:51 am Post subject: Re: Delphi IDE editor question |
|
|
Thanks, and I now know what it is called
I really had no idea what the name of that feature was.
| Quote: | This is called "virtual white space" or "virtual space".
I like it always turned on, if it is turned off, the editor behaves like
Notepad.
|
--
Tony Caduto
http://www.amsoftwaredesign.com
Home of PG Lightning Admin for Postgresql 8.x
|
|
| Back to top |
|
 |
Dave Nottage [TeamB] Guest
|
Posted: Fri Aug 26, 2005 2:34 am Post subject: Re: Delphi IDE editor question |
|
|
Tony Caduto wrote:
| Quote: | Because I didn't think it was a "Technical" question.
|
I don't know why you didn't think that.
| Quote: | Is it really that big of a deal?
|
The IDE groups are there for that purpose: questions about the IDE.
--
Dave Nottage [TeamB]
|
|
| Back to top |
|
 |
Matt Jacobs Guest
|
Posted: Fri Aug 26, 2005 10:35 am Post subject: Re: Delphi IDE editor question |
|
|
"tony" <tony (AT) yahoo (DOT) com> wrote:
| Quote: | Hi,
I noticed that in Visual Studio, notepad, wordpad etc, that when you
cursor up from a long line to a short line, the cursor moves to the end
of the shorter line automaticly.
Is there a way to get this behavior in the Delphi 7 or 2005 code editor?
|
You actually like that? It drives me nuts! ;-)
|
|
| Back to top |
|
 |
Rudy Velthuis [TeamB] Guest
|
Posted: Fri Aug 26, 2005 8:17 pm Post subject: Re: Delphi IDE editor question |
|
|
tony wrote:
| Quote: | Is there a way to get this behavior in the Delphi 7 or 2005 code
editor?
|
I guess not. And I personally like it the way it is.
--
Rudy Velthuis [TeamB] http://velthuis.homepage.t-online.de
"The fear of death is the most unjustified of all fears, for there's
no risk of accident for someone who's dead." -- Albert Einstein.
|
|
| Back to top |
|
 |
tony Guest
|
Posted: Fri Aug 26, 2005 9:44 pm Post subject: Re: Delphi IDE editor question |
|
|
Well, I guess there is a fine line here.
I guess I will just have to get used to being admonished for thinking
different than you :-)
Later,
Tony
| Quote: | The IDE groups are there for that purpose: questions about the IDE.
|
|
|
| Back to top |
|
 |
tony Guest
|
Posted: Fri Aug 26, 2005 9:45 pm Post subject: Re: Delphi IDE editor question |
|
|
No, I don't like it either, I was asking for a Visual Studio convert
who does not like newsgroups :-)
| Quote: |
You actually like that? It drives me nuts!
|
|
|
| Back to top |
|
 |
Bryce K. Nielsen Guest
|
Posted: Sat Aug 27, 2005 11:30 pm Post subject: Re: Delphi IDE editor question |
|
|
Agreed, I *love* Delphi's editor. A couple other VS annoyances:
- Home key doesn't go to "home" (the beginning of the line), rather it goes
to the first character
- Tab key's aren't "smart" like Delphi's (I have to enter multiple tabs)
- No Column-Block select (*love* that in Delphi)
There are more, but that's just off the top of my head.
-BKN
|
|
| Back to top |
|
 |
|