[Eap-features] Re: Stringify

2002-09-06 Thread Chris Bartley
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

[Eap-features] Re: Stringify

2002-09-06 Thread Jon Steelman
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

[Eap-features] Re: Stringify

2002-09-06 Thread Chris Bartley
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

[Eap-features] Re: Stringify

2002-09-06 Thread Jon Steelman
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

[Eap-features] Stringify

2002-09-06 Thread Jon Steelman
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

[Eap-features] Re: ? symetrical of Make static ?

2002-09-06 Thread Alain Ravet
Thomas Singer wrote: > See issue 2615. Thanks. ___ Eap-features mailing list [EMAIL PROTECTED] http://lists.jetbrains.com/mailman/listinfo/eap-features

[Eap-features] Re: ? symetrical of Make static ?

2002-09-06 Thread Thomas Singer
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 >

[Eap-features] ? symetrical of Make static ?

2002-09-06 Thread 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