Perhaps Duane Fields could answer some of the "is it possible?"
questions...he has a Text Tools plugin that i imagine does similar stuff
(http://www.deepmagic.com/software/idea.html).
If only he'd share the source code... ;-)
chris
"Jon Steelman" <[EMAIL PROTECTED]> wrote in message
alb4vm$qta
Good. The "Paste as Java String" mentioned would be another possible
solution. Someone also brought up reversing the process that would strip
Java String expressions. I suppose I'll take a peak at the OpenAPI to
see what can be accomplished.
Thanks,
Jon
Chris Bartley wrote:
> This idea was di
This idea was discussed a little bit back in May:
http://lists.jetbrains.com/pipermail/eap-features/2002-May/000883.html
http://lists.jetbrains.com/pipermail/eap-features/2002-May/000897.html
http://lists.jetbrains.com/pipermail/eap-features/2002-May/000902.html
http://lists.jetbrains
It doesn't look like live templates give the power to take $SELECTION$
and parse the selection for linebreaks so that you can go from selecting
the following:
select * from customer
where customer_id > 1
and deleted = 0
and transforming to the following:
"selec
I don't see a way to take a pasted in series of unquoted lines and make
them a String expression-- to Stringify the text. Did I overlook this
feature in IDEA? An example is after you work up a piece of SQL that you
finish testing with direct execution (such as with SQLViewer!), and then
you ha
Thomas Singer wrote:
> See issue 2615.
Thanks.
___
Eap-features mailing list
[EMAIL PROTECTED]
http://lists.jetbrains.com/mailman/listinfo/eap-features
See issue 2615.
Tom
On Fri, 06 Sep 2002 10:24:58 -0100, Alain Ravet
<[EMAIL PROTECTED]> wrote:
> Is there currently a way to refactor :
>
> String report = CardsHolder.planReport( aCardsHolder ) ;
>
> into
>
> String report = aCardsHolder.planReport( ) ;
>
> ?
>
> Alain Ravet
>
Is there currently a way to refactor :
String report = CardsHolder.planReport( aCardsHolder ) ;
into
String report = aCardsHolder.planReport( ) ;
?
Alain Ravet
___
Eap-features mailing list
[EMAIL PROTECTED]
http://lists.jetbrains.com/mai