[Eap-features] Re: Support for Ant commandline options (eg. -quiet)

2002-09-25 Thread Kevin Henrikson
Yes this should also speed up the ant work a bit since all the output doesn't not need to be copied into IDEA. Did you file an feature request? ___ Eap-features mailing list [EMAIL PROTECTED] http://lists.jetbrains.com/mailman/listinfo/eap-features

[Eap-features] Re: Diff generator

2002-09-25 Thread Kevin Henrikson
Yeah it'd be a nice feature to include. I do this now by creating an external tool to call cvs -diff which will generate a unified patch format of all the changes. Then just submit that. I'm not sure what you do with a tar ball. Usally patches are just a single patch file in csv -diff forma

[Eap-features] Re: Support for JSTL expression language

2002-08-01 Thread Kevin Henrikson
+1, We've started to use quite a bit of JSTL so this would be helpful. -kevin "Liam Magee" <[EMAIL PROTECTED]> wrote in message aicjs6$lpb$[EMAIL PROTECTED]">news:aicjs6$lpb$[EMAIL PROTECTED]... > It would be nice for IntelliJ to provide auto-popup support for the JSTL > expression language when

[Eap-features] Re: Support for tag libraries

2002-08-01 Thread Kevin Henrikson
his had no effect. > I've successfully manually mapped URIs for DTD files. Has anyone > successfullly mapped URIs for TLD files? > > Can you say more about the other approach (setting up a web application). > We have a web application and a web.xml. How to I make IdeaJ aware of it?

[Eap-features] Re: Support for tag libraries

2002-08-01 Thread Kevin Henrikson
If we set up a web application it will resolve directly from your WEB-INF , or from web.xml. You can also put the URI in Options -> External Resources to manually map this your self -kevin "Dave Weber" <[EMAIL PROTECTED]> wrote in message aibe5f$njb$[EMAIL PROTECTED]">news:aibe5f$njb$[EMAIL PROT

[Eap-features] JSP: Unused taglibs and import should be highlighted

2002-07-31 Thread Kevin Henrikson
. -kevin -- Kevin Henrikson Openwave Systems, Inc. ___ Eap-features mailing list [EMAIL PROTECTED] http://lists.jetbrains.com/mailman/listinfo/eap-features

[Eap-features] Re: Splitted Reformat Code/Optimize Imports :(

2002-07-26 Thread Kevin Henrikson
Yeah +1 on that. I'd like to see the two recombined with a single hot-key that doesn't prompt. I think it's best to have the two separated with no prompting as well but forcing us to have the prompt and two hot keys is less useful. -kevin "Oliver Pfeiffer" <[EMAIL PROTECTED]> wrote in message

[Eap-features] Re: Terminate Process dialog

2002-07-12 Thread Kevin Henrikson
+1 it's annoying when I hit cancel now and it still closes IDEA. Just not expected behavior -kevin "Walter Mundt" <[EMAIL PROTECTED]> wrote in message agnb1q$j5f$[EMAIL PROTECTED]">news:agnb1q$j5f$[EMAIL PROTECTED]... > If an external tool is running and IDEA is closed, it presents an OK/Cancel

[Eap-features] Re: Surround with System.out.println(..)

2002-07-11 Thread Kevin Henrikson
+1... I copy over those files with mine since they will conflict. Although I must admit having them their the first made it much easier to create all mine. If they are removed I think adding a help file of a readme in the directory that documented all the variables allowed would be a big help. S

[Eap-features] Re: Suggested Feature: Break String

2002-07-10 Thread Kevin Henrikson
+1 Nice, I'd like that. -kevin "Donald F. McLean" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Say you have: > > "ab|cd" > > (where | is the cursor location) > > Invoke break string function and get: > > "ab" + | + "cd" > > Donald > __

[Eap-features] External Resources and ToDo changes could be stored in ipr file.

2002-07-08 Thread Kevin Henrikson
in separate XML file it would make the migration from build to build much easier. -kevin -- Kevin Henrikson Openwave Systems, Inc. ___ Eap-features mailing list [EMAIL PROTECTED] http://lists.jetbrains.com/mailman/listinfo/eap-features

RE: [Eap-features] Re: Tag Code Completion

2002-07-03 Thread Kevin Henrikson
+1 For an option to enable auto-pop on < for list of taglibs and -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]On Behalf Of Joe Pardi > Sent: Wednesday, July 03, 2002 8:34 PM > To: [EMAIL PROTECTED] > Subject: [Eap-features] Re: Tag Code Completion > > > Wow! T

RE: [Eap-features] IDEA internal JavaDoc Browser wanted

2002-07-03 Thread Kevin Henrikson
-1 If you want a browser then get one. They already pull javadoc for code you have in the source.. If you need more just open your favorite browser. Let's not bloat IDEA with this. -kevin > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]On Behalf Of Oliver > P

RE: [Eap-features] Tag Code Completion

2002-07-02 Thread Kevin Henrikson
This is already there. (I use it everyday) Just configure webapp support. Then open the files form the web tab that will appear. Then CTRL-Space after a < will give you a list of tag prefixes available on the page (looks for taglib directives) and -Original Message- > From: [EMA

RE: [Eap-features] files in split windows

2002-07-02 Thread Kevin Henrikson
+1 (It's already been requested by several of us.) -kevin > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]On Behalf Of Samanth > Athrey > Sent: Tuesday, July 02, 2002 2:42 AM > To: [EMAIL PROTECTED] > Subject: [Eap-features] files in split windows > > > would

RE: [Eap-features] limit the no of columns in layout code

2002-06-27 Thread Kevin Henrikson
+5 This would be very nice. I like to use the beautifier routinely but it's annoying when long method defs get push up to one line and scroll off the screen. -kevin > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]On Behalf Of Bogdan > Ghidireac > Sent: Thursda

[Eap-features] External Resources should look in the file to *detect* the URI when possible.

2002-06-26 Thread Kevin Henrikson
URI defined in the file. -kevin -- Kevin Henrikson Openwave Systems, Inc. ___ Eap-features mailing list [EMAIL PROTECTED] http://lists.jetbrains.com/mailman/listinfo/eap-features

[Eap-features] Delete Project

2002-06-26 Thread Kevin Henrikson
options to remove local VCS data, delete project definition files and also optionally delete all the files in the project and/or source dir. -kevin -- Kevin Henrikson Openwave Systems, Inc. ___ Eap-features mailing list

RE: [Eap-features] Re: Eap-features digest, Vol 1 #142 - 47 msgs

2002-06-26 Thread Kevin Henrikson
JSP Debugging has came up several times before. It's listed on the EAP website in the list of features (currently not done but planed). Eugene has also said that JSP source-level debugging is in the works. I too would like to see this in IDEA. My hope is that it will provide the

RE: [Eap-features] Re: ANT editor

2002-06-25 Thread Kevin Henrikson
+1 Yeah IDEA reading/reacting to ANT files would be a big plus! We need to maintain ANT files since they are used in all our automated nightly and release builds. This might be a bit tricky to implement since ANT is so flexible with target naming and such. I think it'd be fair if I told IDEA wh

RE: [Eap-features] Re: Override/implement behavior

2002-06-20 Thread Kevin Henrikson
> Also, I'd love to see a blue line on the right "error bar" for all TODOs (an > option to have such things displayed), so I could quickly jump to them > without bringing up the TODO pane. > +1 Very Nice! Yeah be able to quickly jump to TODO's in a file would very cool. -kevin ___

[Eap-features] Intelli-Sense for imports should allow *

2002-06-18 Thread Kevin Henrikson
shift key makes IDEA think I'm selecting so it will auto-complete with the current selection as I hit the '8'. Seems we just need IDEA to ignore the SHIFT-8 as a selection and take it as the literal so it will auto-complete with *. -kevin -- Kevin Henrikson

RE: [Eap-features] Re: Split editor(s)? A GUI suggestion

2002-06-11 Thread Kevin Henrikson
lit > area)? > > Tom > > > On Tue, 11 Jun 2002 06:09:51 -0700, "Kevin Henrikson" > <[EMAIL PROTECTED]> wrote: > > > Big +1 > > > > Nice graphic. I think it's very possible to still keep the tabs and allow > > editor splitting, (

RE: [Eap-features] Split editor(s)? A GUI suggestion

2002-06-11 Thread Kevin Henrikson
Big +1 Nice graphic. I think it's very possible to still keep the tabs and allow editor splitting, (and multiple-splits). -kevin > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]On Behalf Of Christian > Andersson > Sent: Tuesday, June 11, 2002 2:19 AM > To: '[

RE: [Eap-features] Split editor(s)?

2002-06-10 Thread Kevin Henrikson
to IntelliJ people), I don't know if it > is still being > requested, or if a decision has been made or what the result is. > > hth > Alex > > Kevin Henrikson wrote: > > > Is it possible to split the editors. Seems like a very > basic editor feature, &g

[Eap-features] Split editor(s)?

2002-06-10 Thread Kevin Henrikson
Is it possible to split the editors. Seems like a very basic editor feature, so you can look at the same source in two different places or two files side by side. Is this possible with IDEA? I can't seem to find out how to do it. thanks -kevin