[Eap-features] Re: Suggested variable names

2002-07-25 Thread Jacques Morel
Very good! +1 "Thomas Singer" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > +1 > > I even would go further: > > JFrame main| > > Pressing now Ctrl-Space, IDEA should suggest "mainFrame". > > Tom > > > On Wed, 24 Jul 2002 10:13:13 -0700, "Erik Hanson" <[EMAIL

[Eap-features] Re: Feature request: Code Style

2002-07-25 Thread Jacques Morel
+1 Almost all java editors I know can constrain the width of a file. It is even in Sun java coding standard! I still don't know the reason behind not providing it. Maybe one day I will understand. Jacques "Igor Karpov" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED]... > +1 > Will id

[Eap-features] Re: Comments and custom files

2002-07-25 Thread Barry Kaplan
> Please make commenting (control-/ and control-shift-/) be made to work in > custom file types. +1 please ___ Eap-features mailing list [EMAIL PROTECTED] http://lists.jetbrains.com/mailman/listinfo/eap-features

[Eap-features] Comments and custom files

2002-07-25 Thread Carlos Costa e Silva
Please make commenting (control-/ and control-shift-/) be made to work in custom file types. Thanks Carlos -- Carlos Costa e Silva <[EMAIL PROTECTED]> ___ Eap-features mailing list [EMAIL PROTECTED] http://lists.jetbrains.com/mailman/listinfo/eap-f

[Eap-features] Re: #637 escaped characters in custom file types

2002-07-25 Thread Carlos Costa e Silva
"Carlos Costa e Silva" <[EMAIL PROTECTED]> wrote in message ahq21h$dar$[EMAIL PROTECTED]">news:ahq21h$dar$[EMAIL PROTECTED]... > Win2k sp2, jdk1.4.0_01, idea #637. > > Is it possible for the custom file types to have a checkbox to disable > escape sequence handling? Or maybe a text field to spe

[Eap-features] #637 escaped characters in custom file types

2002-07-25 Thread Carlos Costa e Silva
Win2k sp2, jdk1.4.0_01, idea #637. I'm working with a gramar that doesn't have escape sequences. In this grammar, Idea highlights "whatever" as being part of a string literal: sometext = '\' + whatever; Is it possible for the custom file types to have a checkbox to disable escape sequence ha

[Eap-features] Re: Rename refactoring

2002-07-25 Thread Nathan Brown
+1 and as a further enhancement, the selection could also be transferred. Erik Hanson wrote: > It would be nice if the rename dialog box would remember the position of the > text cursor from the edit window. > > That is, if I was renaming "AbcDef" and the text cursor was between the "c" > and th

[Eap-features] Print a list of Keymaps

2002-07-25 Thread Sergey Lavrenkin
Please, insert print or Save as Text/Html button in keymaps window. There is no help where I can print and if it was, I would every time find the place or expand folders, I would like to get complite list before my eyes. Sergey Lavrenkin. ___ Eap-feat

[Eap-features] Rename refactoring

2002-07-25 Thread Erik Hanson
It would be nice if the rename dialog box would remember the position of the text cursor from the edit window. That is, if I was renaming "AbcDef" and the text cursor was between the "c" and the "D", then when the rename dialog box opens, the text cursor would automatically be put between the "c"

Re: [Eap-features] Re: ant view...

2002-07-25 Thread Igor Karpov
Sure, but this is tedious. I have lots of ant targets (100?) It's easier to type -Original Message- From: Gael Billard <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Date: Thu, 25 Jul 2002 19:05:19 +0200 Subject: [Eap-features] Re: ant view... > > It is already possible to call multiple targ

Re: [Eap-features] Re: ant view...

2002-07-25 Thread Igor Karpov
Sure, but this is tedious. I have lots of ant targets (100?) It's easier to type -Original Message- From: Gael Billard <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Date: Thu, 25 Jul 2002 19:05:19 +0200 Subject: [Eap-features] Re: ant view... > > It is already possible to call multiple targ

[Eap-features] Re: Twiddle

2002-07-25 Thread Guillaume Laforge
"Erik Hanson" <[EMAIL PROTECTED]> a écrit dans le message de news: ahp94c$nra$[EMAIL PROTECTED] > I would like a feature that reverses the two "things" in a selection. The > "things" can be characters, words, lines, arguments, etc. (and IDEA would > have to figure out what "things" I've selected

[Eap-features] Re: more comment handling

2002-07-25 Thread Guillaume Laforge
Really nice behaviour for // comments. I agree with you. +1 Guillaume "Christopher Cobb" <[EMAIL PROTECTED]> a écrit dans le message de news: [EMAIL PROTECTED] > OK, how about this: > > // one two |three > > If you press return, you should get: > > // one two > // |three > > Right no

[Eap-features] Re: ant view...

2002-07-25 Thread Gael Billard
It is already possible to call multiple target at once. Just select them with the shift-key pressed. Igor Karpov wrote: > I've posted smth on this before - just want to bring up (autocompleted) Ant > command line to pass parameters, call two targets at one, etc.. > Command line is not dead, even

[Eap-features] Insert call to super method

2002-07-25 Thread Nathan Brown
Is there any smart way to insert a call to super. into an *existing* method, passing in all the parameters declared in the overriding method? (without cutting the contents, deleting the method and invoking override method). If not, can we have one? It's kind of tedious... ;) Cheers, N.

[Eap-features] Re: Twiddle

2002-07-25 Thread Chris Bartley
+1 "Erik Hanson" <[EMAIL PROTECTED]> wrote in message ahp94c$nra$[EMAIL PROTECTED]">news:ahp94c$nra$[EMAIL PROTECTED]... > I would like a feature that reverses the two "things" in a selection. The > "things" can be characters, words, lines, arguments, etc. (and IDEA would > have to figure out wha

[Eap-features] Re: File tab drag'n drop

2002-07-25 Thread Jon Steelman
+1 Guillaume Laforge wrote: > Well, I know it's been already requested several times before... but I would > really love to be able to drag'n drop file tabs, so that I may reorder them. > Is it feasable ? Or should one develop a plugin ? (a plugin, though, would > not be as convenient as drag'n d

[Eap-features] Twiddle

2002-07-25 Thread Erik Hanson
I would like a feature that reverses the two "things" in a selection. The "things" can be characters, words, lines, arguments, etc. (and IDEA would have to figure out what "things" I've selected so it knows how to reverse them). Some examples: 1. Characters: ab --> ba 2. Words: hello there

[Eap-features] Re: JSP debugging

2002-07-25 Thread Ian Zabel
1. It's implemented, but according to the jetbrains.intellij.eap.j2ee group, was accidentally disabled in 637, and will be enabled in 638. 2. No documentation yet, but in the same thread in eap.j2ee, it's mentioned that you should set the Context Path in the WebApp setup. This might have somethin

[Eap-features] Take existing comments into account when creating block comments

2002-07-25 Thread Erik Hanson
If I have: foo(); /* bar(); baz(); */ buz(); and select the whole block and choose "Comment with Block Comment", I get this: /* foo(); /* bar(); baz(); */ buz(); */ which is not a valid comment block. It would be nice if IDEA did something with the intern

[Eap-features] JSP debugging

2002-07-25 Thread DZIEMBOWSKI,KINGA (HP-NewJersey,ex2)
Hi, I am looking for the development tool allowing JSP debugging. The Ariadna list of capabilities http://www.intellij.com/eap/products/idea/ariadna.jsp lists this as "in progress". I have IntelliJ build 637. I can set the breakpoint but the debugger do not stop. It can be because I do not know ho

[Eap-features] Close All Unmodified option

2002-07-25 Thread John Murph
When right clicking on a file tab, I would like a "Close All Unmodified" choice. I think that information is readily available given the "close unmodified files first" option associated with the tab limits. ___ Eap-features mailing list [EMAIL PROTECT

[Eap-features] more comment handling

2002-07-25 Thread Christopher Cobb
OK, how about this: // one two |three If you press return, you should get: // one two // |three Right now you get: // one two |three Of course, full word-wrapping support for both single- and multi-line comments would be great. There is still the issue of what to do with:

[Eap-features] Re: File tab drag'n drop

2002-07-25 Thread John Murph
+1 "Guillaume Laforge" <[EMAIL PROTECTED]> wrote in message ahp5sf$ioe$[EMAIL PROTECTED]">news:ahp5sf$ioe$[EMAIL PROTECTED]... > Well, I know it's been already requested several times before... but I would > really love to be able to drag'n drop file tabs, so that I may reorder them. > Is it feas

[Eap-features] Smart Quotes (and others?)

2002-07-25 Thread John Murph
When I delete the beginning " of a smart quote, I would like the other to be deleted as well. Maybe only if the quoted string was empty...I sometimes type ' instead of ", hit backspace and keep typing. This then causes the editor to have "foo"' (that's hard to see in my font, but there is a sing

[Eap-features] Re: File tab drag'n drop

2002-07-25 Thread Sergey Lavrenkin
Agree with you, I always use Alt + <- or -> to go to needed file and if many files are opened I should do many steps, If I can reorder tags, I will be cool. +1 Sergey Lavrenkin. "Guillaume Laforge" <[EMAIL PROTECTED]> wrote in message ahp5sf$ioe$[EMAIL PROTECTED]">news:ahp5sf$ioe$[EMAIL PROTECT

[Eap-features] Open File drag'n drop

2002-07-25 Thread John Murph
I find myself frequently opening a zip file in a tool like WinZip and dragging it to an editor. But IDEA is not a drop target for this. ___ Eap-features mailing list [EMAIL PROTECTED] http://lists.jetbrains.com/mailman/listinfo/eap-features

[Eap-features] Re: Tighter Ant integration with Ant 1.5

2002-07-25 Thread John Murph
+100 "Chris Miller" <[EMAIL PROTECTED]> wrote in message ahoda3$avh$[EMAIL PROTECTED]">news:ahoda3$avh$[EMAIL PROTECTED]... > Looks like it is now possible (with Ant 1.5) to run Ant directly from an > application, and specify listeners and input handlers for the build process. > This should open

[Eap-features] Re: Xml code completion.

2002-07-25 Thread Scott Hrehirchuk
Agreed, fundamentally it is bad practice, but I would take the bad practice over what we have now, which is essentially random order. Scott Fredrik Lindgren wrote: > Attributes are specified as a set rather than a list in the XML > Recommendation and the order can not be governed by a DTD. It i

[Eap-features] Re: Is there any GUI editor planned in future?

2002-07-25 Thread dimiter
I like very mach the Thinlet (http://www.thinlet.com/) It looks really useful (though I haven't used it for real life applications yet) "Erik Hanson" <[EMAIL PROTECTED]> wrote in message ahp1k3$33p$[EMAIL PROTECTED]">news:ahp1k3$33p$[EMAIL PROTECTED]... > "Thomas Singer" <[EMAIL PROTECTED]> wrot

[Eap-features] File tab drag'n drop

2002-07-25 Thread Guillaume Laforge
Well, I know it's been already requested several times before... but I would really love to be able to drag'n drop file tabs, so that I may reorder them. Is it feasable ? Or should one develop a plugin ? (a plugin, though, would not be as convenient as drag'n dropping the tab...) Guillaume

Re: [Eap-features] Re: Suggested variable names

2002-07-25 Thread Igor Karpov
+2 -Original Message- From: [EMAIL PROTECTED] (Thomas Singer) To: [EMAIL PROTECTED] Date: Thu, 25 Jul 2002 07:20:52 GMT Subject: [Eap-features] Re: Suggested variable names > > +1 > > I even would go further: > > JFrame main| > > Pressing now Ctrl-Space, IDEA should suggest "mainFr

Re: [Eap-features] "assert" feature request.

2002-07-25 Thread Igor Karpov
Just go to log.xml and turn it off... (DialogAppender?) -Original Message- From: Debabrata Dash <[EMAIL PROTECTED]> To: "'[EMAIL PROTECTED]'"<[EMAIL PROTECTED]> Date: Wed, 24 Jul 2002 15:29:29 -0700 Subject: [Eap-features] "assert" feature request. > > Since there are so many as

Re: [Eap-features] Minor change to remote debugging message

2002-07-25 Thread Igor Karpov
+1 just used it and had to carefully read it... -Original Message- From: "Erik Hanson" <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Date: Wed, 24 Jul 2002 09:56:13 -0700 Subject: [Eap-features] Minor change to remote debugging message > > I would find it helpful if the message "Connect*ing

Re: [Eap-features] ant view...

2002-07-25 Thread Igor Karpov
I've posted smth on this before - just want to bring up (autocompleted) Ant command line to pass parameters, call two targets at one, etc.. Command line is not dead, even with good IDEs :-) -Original Message- From: Gael Billard <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Date: Wed, 24 Jul 2

[Eap-features] Re: Is there any GUI editor planned in future?

2002-07-25 Thread Erik Hanson
"Thomas Singer" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > -10! > Don't spend any time on a gui editor, it's wasted time, because the > code often looks terrible, is hard to maintain and does not allow to > change the ui fast if you need it. GUI editor !=

[Eap-features] Finding unused classes & packages

2002-07-25 Thread Richard Osbaldeston
The ability to find unused methods and fields is good (I really liked the idea below about highlighting deprecated methods too) ..but also it'd be extremely useful to extend this functionality upwards to help find unused classes and even packages. I often get codedrops from third parties that nee

RE: [Eap-features] searching within strings

2002-07-25 Thread Paul Ruane
It's okay, I enjoy reading your extensive legal disclaimer ;) Paul. [EMAIL PROTECTED]

RE: [Eap-features] searching within strings

2002-07-25 Thread Florian . Hehlen
hi sorry everyone, I just realised that I have already submitted this request yesterday. OOPS! Florian Hehlen -Original Message- From: Hehlen, Florian Sent: 25 July 2002 15:28 To: [EMAIL PROTECTED] Subject: [Eap-features] searching within strings hi all. I often find myself wis

Re: [Eap-features] Feature request: Code Style

2002-07-25 Thread Igor Karpov
+1 Will idea break long lines on right margin sometimes? E.g. throws could go to the nex line in that case. More code style settings - set once and enjoy -Original Message- From: Danny Burkes <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Date: Wed, 24 Jul 2002 08:58:25 -0700 Subject: [Eap-fea

Re: [Eap-features] Addition to the multiple code styles feature suggestion

2002-07-25 Thread Igor Karpov
+1 -Original Message- From: "Marc Stogner" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Date: Wed, 24 Jul 2002 11:53:45 -0400 Subject: [Eap-features] Addition to the multiple code styles feature suggestion > It would be great if we code select the code style on the Tools\Layout > Code men

[Eap-features] searching within strings

2002-07-25 Thread Florian . Hehlen
hi all. I often find myself wishing I could search through strings and only strings. In other words exclude any usages and only report what is in the strings possibly even do string only replaces would be nice. times I have wanted this: -searching through huge project for stupidly hardcode

[Eap-features] Re: full screen source editor window.

2002-07-25 Thread Vladimir Kondratyev
Yep! JDK 1.4 allows to set screen mode for window, but it's quite buggy :( Perhaps, we'll implement a la full screen mode: undecorated (and maximized) main frame. Regards, Vladimir Kondratyev _ JetBrains Carlos Costa e Silva wrote: > "dimiter" <[EMAIL PROTECTED]> wrote in

[Eap-features] delegate refactoring

2002-07-25 Thread Florian . Hehlen
it would be nice if we could transfer javadocs when doing the Delegate refactoring Florian Hehlen Visit our website at http://www.ubswarburg.com This message contains confidential information and is intended only for the individual named. If you are not the named addressee you should not diss

[Eap-features] Re: CVS revision explorer.

2002-07-25 Thread Christopher Cobb
+5 As an intermediate step, the ability to diff two versions of a file would be nice. cc "Clearwater, Pete" wrote: > Hi. > > quickly first, bravo on a first rate "best of breed" IDE. > > I've recently switched from NetBeans to IDEA and only miss one thing: the NetBeans >"CVS Revisioning Explo

[Eap-features] Re: drag & drop text in the editor

2002-07-25 Thread Ilya Kharmatsky
+1 "Victor Spivak" <[EMAIL PROTECTED]> wrote in message afufqs$glu$[EMAIL PROTECTED]">news:afufqs$glu$[EMAIL PROTECTED]... > It is nice that you have added this feature, but the current implementation > supports only move of the selected text. It will be useful to add copy as > well -- for instan

[Eap-features] New expression request for live template

2002-07-25 Thread Nathan Brown
classOfType() which allows the user to select one out of a list containing the specified class and it's descendants. N. ___ Eap-features mailing list [EMAIL PROTECTED] http://lists.jetbrains.com/mailman/listinfo/eap-features

[Eap-features] JetBrains servers will be down at Friday 26-July-2002 5:00 GMT

2002-07-25 Thread Sergey Zhukov
Hello, Everybody! JetBrains servers will be down at Friday 26-July-2002 5:00 GMT for technical maintenance. Operation should take 1.5 hour. So http://lists.jetbrains.com , http://www.intellij.org and news://news.jetbrains.com will be inaccessible in this time. --- Sergey Zhukov System Admini

[Eap-features] Re: position of the folding menu

2002-07-25 Thread Bas Leijdekkers
Paul Ruane wrote: > Hmm, I agree with 'view': it's the view of the code that's changing, > not the code itself. Guillaume Laforge wrote: > Nope. It's a way of viewing the code. > The fact of changing the view on this code does not change the code > itself. So I think that code folding is in the r

[Eap-features] Re: Is there any GUI editor planned in future?

2002-07-25 Thread Stefan Freyr Stefansson
I agree that the GUI editor should be left out of IntelliJ. For those who need a GUI editor, try Netbeans (http://www.netbeans.org). It seems to me that it generates "reasonable" code... at least much better than JBuilder. Now, I want to stress that I haven't tested it much myself... this is ju

[Eap-features] Re: missing key combination

2002-07-25 Thread Pavel Bernshtam
And I would like to see key combination for New class, whioch will work in Editor window (now I should make Project window active and then press Alt-Ins). BTW I failed to find this command in Menu and in Key Mapping options "Per Olesen" <[EMAIL PROTECTED]> wrote in message ahoc1k$957$[EMAIL

[Eap-features] Re: Associate editor's right margin with code style

2002-07-25 Thread Jonas Kvarnström
Chris Bartley wrote: > It might be handy to associate the right margin width (# of columns) with > code styles--that is, instead of having it global to all code styles, allow > different code styles to have different values for it. +1 ___ Eap-features

[Eap-features] Re: Tighter Ant integration with Ant 1.5

2002-07-25 Thread dimiter
+1000 I would move all my votes to this one :) "Chris Miller" <[EMAIL PROTECTED]> wrote in message ahoda3$avh$[EMAIL PROTECTED]">news:ahoda3$avh$[EMAIL PROTECTED]... > Looks like it is now possible (with Ant 1.5) to run Ant directly from an > application, and specify listeners and input handlers

[Eap-features] Re: search content of strings

2002-07-25 Thread Jonas Kvarnström
[EMAIL PROTECTED] wrote: > is there an other way? Anyway, it would be great to be able to search only within >strings. +1 Maybe a set of checkboxes for searching in strings, comments, and code? ___ Eap-features mailing list [EMAIL PROTECTED] http:/

[Eap-features] Re: full screen source editor window.

2002-07-25 Thread dimiter
Thank you Guillaume, it saved me a very ugly hack (I was positioning a JFrame out of the screen just to hide the title bar :) -- dimiter "Guillaume Laforge" <[EMAIL PROTECTED]> wrote in message ahn1b1$dmj$[EMAIL PROTECTED]">news:ahn1b1$dmj$[EMAIL PROTECTED]... > > "dimiter" <[EMAIL PROTECTED]>

[Eap-features] Tighter Ant integration with Ant 1.5

2002-07-25 Thread Chris Miller
Looks like it is now possible (with Ant 1.5) to run Ant directly from an application, and specify listeners and input handlers for the build process. This should open up quite a few interesting possibilities for tighter IDEA integration, not to mention help performance. For example, the task coul

[Eap-features] Re: position of the folding menu

2002-07-25 Thread Guillaume Laforge
"Bas Leijdekkers" <[EMAIL PROTECTED]> a écrit dans le message news: ahmucv$aa1$[EMAIL PROTECTED] > Does anybody else find it strange that the Folding menu is a submenu of the > View menu? The code menu seems a more logical place. It's just a minor > thing, I just thought I'd mention it. Nope. It

[Eap-features] autofix option for compiler messages

2002-07-25 Thread Michael Damberger
request: offer operations for compiler messages example: I performed some move class refactorings so that the package was empty afterwards, so I deleted the package. then I got compiler erros saying package a.b.c does not exist, everywhere where there was the statement import a.b.c -> a context

Re: [Eap-features] position of the folding menu

2002-07-25 Thread Paul Ruane
Hmm, I agree with 'view': it's the view of the code that's changing, not the code itself. Paul.

[Eap-features] Re: missing key combination

2002-07-25 Thread Guillaume Laforge
> But what is the key-combination to choose in this drop-down, when this pane > is active ? ALT-F1. Guillaume ___ Eap-features mailing list [EMAIL PROTECTED] http://lists.jetbrains.com/mailman/listinfo/eap-features

[Eap-features] missing key combination

2002-07-25 Thread Per Olesen
Hi, What I've always liked about IDEA is that most options can be reached by key-combinations to avoid mouse use. One key combination I can't find though: In the new IDEA3.0, the "Classpath" pane, "Source" pane and "Project" pane has been combined into one pane "Project". In this pane, there

[Eap-features] Re: Please move these configuration settings to the project level

2002-07-25 Thread Christian Sell
+1, yes Gert Driesen wrote: > Hi, > > Wouldn't it be better to move the following configuration sections in the > IDE options dialog box to the project level : > > - Editor -> Error Highlighting > - Code Style > - External Resources > - File Types (not sure about this one) > - ToDo Patterns >

[Eap-features] Re: Export to HTML or text file feature.

2002-07-25 Thread Thomas Singer
If some one needs it, than it is worth the effort. But to implement it for the sake of uniformity is wasted time. Time, that could be spend on much more useful features, like refactorings. Tom On Wed, 24 Jul 2002 21:32:40 +0300, "Sergey Lavrenkin" <[EMAIL PROTECTED]> wrote: > I think, export t

[Eap-features] Re: full screen source editor window.

2002-07-25 Thread Thomas Singer
Yes, but this will not solve Sergey's issue. Tom On Wed, 24 Jul 2002 21:16:48 +0100, "Carlos Costa e Silva" <[EMAIL PROTECTED]> wrote: > "dimiter" <[EMAIL PROTECTED]> wrote in message > ahmrsd$7s1$[EMAIL PROTECTED]">news:ahmrsd$7s1$[EMAIL PROTECTED]... > > How do you suggest to remove the titl

[Eap-features] Re: full screen source editor window.

2002-07-25 Thread Thomas Singer
Just undock the Project view and you'll see. Tom On Wed, 24 Jul 2002 21:32:45 +0300, "dimiter" <[EMAIL PROTECTED]> wrote: > How do you suggest to remove the title bar in java? > Just curious.. > > > "Sergey Lavrenkin" <[EMAIL PROTECTED]> wrote in message > ahmr8t$7ab$[EMAIL PROTECTED]">news:

[Eap-features] Re: Is there any GUI editor planned in future?

2002-07-25 Thread Thomas Singer
> the only case to get uniformity and allow using our private GUI components > to use GUI editor. Wrong. With a better framework you would have much better uniformity and can use private (do you mean in it the manner of "custom") GUI components. -10! Don't spend any time on a gui editor, it's wa

[Eap-features] Re: Suggested variable names

2002-07-25 Thread Thomas Singer
+1 I even would go further: JFrame main| Pressing now Ctrl-Space, IDEA should suggest "mainFrame". Tom On Wed, 24 Jul 2002 10:13:13 -0700, "Erik Hanson" <[EMAIL PROTECTED]> wrote: > When I perform the "introduce variable" refactoring, IDEA suggests a few > variable names for me. If I'm re