CodeInsight
- From: "Peter Morris" <support@xxxxxxxxxxxxxxxxxxxx>
- Date: Sat, 29 Sep 2007 12:37:10 +0100
Okay, I have a new idea for CodeInsight
When invoking CodeInsight some people would like the current symbol replaced
with the selected value (A), some would like the selected symbol placed
before it (B).
A
=
Before:
if <code insight here>Something then
After:
if SelectedSymbol then
B
=
Before:
if <code insight here>Something then
After:
if SelectedSymbolSomething then
I have another suggestion
How about the current symbol is *only* replaced if its text exists in the
selected symbol?
Scenario 1 (Select "SomeOtherThing")
========
Before:
if <code insight here>Something then
After:
if SomeOtherThingSomething then
Scenario 2 (Select "SomethingElse")
========
Before:
if <code insight here>Something then
After:
if SomethingElse then
Pete
.
- Follow-Ups:
- Re: CodeInsight
- From: Kevin B
- Re: CodeInsight
- From: Erick Sasse
- Re: CodeInsight
- Prev by Date: Re: Large files and D2007
- Next by Date: Re: Delphi 2007 activation
- Previous by thread: Error Code 32
- Next by thread: Re: CodeInsight
- Index(es):