[Eap-features] Pb with { character

2002-06-10 Thread Rano, Didier
Hello, I am using idea on MacOs X, but I have a problem to access { character. Someone knows how solve this problem ? Didier Rano Serv'N Data ___ Eap-features mailing list [EMAIL PROTECTED] http://lists.jetbrains.com/mailman/listinfo/eap-features

Re: [Eap-features] Re: Sort File Tabs

2002-06-10 Thread David Mankin
+1 to an Alphabetical sorting option +1 to an MRU sorting option +1 to a drag-(or click)-to-rearrange tabs ability +1 to a don't-ever-have-more-than-one-row-of-tabs option! (just make the tabs skinnier and truncate filenames.) +1 to a place tabs on left or right side of window option (like, eh

[Eap-features] Re: Sort File Tabs

2002-06-10 Thread Travis Reeder
+1 Should sort maybe from Left to Right in order of last usage or something, so the last used ones are easily accessible. Travis "Adam Goldband" <[EMAIL PROTECTED]> wrote in message ae405e$vam$[EMAIL PROTECTED]">news:ae405e$vam$[EMAIL PROTECTED]... > +1 > > "Mark Chandler" <[EMAIL PROTECTED]> w

[Eap-features] Re: time frame for input on open api (aspect J)

2002-06-10 Thread Peter Morelli
Not that I know of. Last I heard, the Aspect people were working on finishing up the Eclipse integration. The Aspect people were interested in doing an Intellij integration, prob contingent on the OpenAPI. Apparently, Intellij users are pretty vocal. ;o) --pete Aiko Mastboom wrote: > Hi, > >

[Eap-features] Re: Sort File Tabs

2002-06-10 Thread Adam Goldband
+1 "Mark Chandler" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > It would be great if the file tabs would or could be sorted. I find I > have to constantly scan the list of file tabs looking for the file I > wish to edit. > > -markc > > -- > Mark Chandler > [

[Eap-features] Re: Split editor(s)? || Undocking windows??

2002-06-10 Thread Adam Goldband
Myself and several people I work with have expressed a desire to be able to undock the windows... That would then give us the ability to resize them and be able to see as many as your screen will allow... Given the undockability of other kinds of windows, would this be a hard feature to add? tha

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

2002-06-10 Thread Kevin Henrikson
Ok yeah cool that's a little better. I'm fine with horizontal split. Better than nothing. I agree the biggest benefit would be to have different files in each editor. I'm sure many have seen the splitting abilities of http://www.jedit.org I think they've got the best splitting

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

2002-06-10 Thread Alex McColgan
you can do a horizontal split of the editor (not side by side, but top & bottom). If you have 629, look at the very top of the editor panel where you should see a splitter with three arrows (down, centre & up). Requests have been made to have vertical split, and the ability to have different fi

[Eap-features] Re: Ctrl+N refinement

2002-06-10 Thread Jon Steelman
Sorry, I didn't communicate well. If the highlight bar is on the 1st class in the list, then an up arrow should cycle the highlight bar to the last class in the list. Also, if none of the classes are highlighted, then an up arrow should place the highlight bar on the last class in the list. Th

[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

[Eap-features] Sort File Tabs

2002-06-10 Thread Mark Chandler
It would be great if the file tabs would or could be sorted. I find I have to constantly scan the list of file tabs looking for the file I wish to edit. -markc -- Mark Chandler [EMAIL PROTECTED] ASIX Inc. 10900 NE 8th Street, Suite 700 Bellevue, WA 98004-4447 425-635-0709 www.asix.com ___

[Eap-features] Incremental Search: Beep on failure

2002-06-10 Thread Ted M. Young
I love the incremental search feature (loved it in EMACS, too). What I miss from EMACS is where as soon as I typed a character that caused the incremental search to fail, it would beep. In IDEA, I have to look all the way at the top and then notice that the text has turned red, indicating a sear

[Eap-features] Re: Narrowing TODO list

2002-06-10 Thread Paul Bradshaw
+1 I only work on a single package, not on all 400 packages in the huge project. I'd like to be able to filter the TODO list to only specific packages, or even the specific file. I'd like to see a button on the screen that lets me control the scope (project / package / class). That would be co

[Eap-features] Re: Need new Line Separator type

2002-06-10 Thread David Smiley
Neil Galarneau wrote: > It would be very helpful to have a new Line Separator type: File Dependent. This >type > would look inside the file and use the Line Separator type that was already there. > > When you have access to both a unix file system & a windows file system at the same >time, > t

[Eap-features] Find Dependancies

2002-06-10 Thread Adam Goldband
For a while now I have been wanting this feature: Find all classes that this class depends on. My reason is that my company runs a process that recompiles the entire tree and runs all test cases every time someone checks something into cvs. If I have missed committing some change to some class

[Eap-features] Narrowing TODO list

2002-06-10 Thread Pete Hendry
Is there a way that I can just get the TODOs of the current class, or its package, instead of having all TODOs from all sources? With so many TODOs it makes it difficult to find the relevant ones for the module you are currently writing. Pete ___ Ea

[Eap-features] Re: Create concrete class from interface/abstract

2002-06-10 Thread Pete Hendry
+1 Nathan Brown wrote: > +1 > Paul Bradshaw wrote: > >>I've asked for this before... an "Implement Interface" selection when >>right clicking an interface in the project view. It would >>automatically create a new class (with the proper "extends" class >>written in) and immediately jump you in

[Eap-features] Re: = new ... : place intended class on top of list

2002-06-10 Thread Alain Ravet
Alex Dommasch wrote: > A way I do it is: > * type "new TicketServer()", > * Alt-Enter [create the class by intention] > * Ctrl-Alt-Left [go back to use point] > * Ctrl-Alt-V [introduce variable from expression] I use that way most of the time, but sometimes, I revert to writing the

[Eap-features] Re: = new ... : place intended class on top of list

2002-06-10 Thread Alex Dommasch
A way I do it is: * type "new TicketServer()", * Alt-Enter [create the class by intention] * Ctrl-Alt-Left [go back to use point] * Ctrl-Alt-V [introduce variable from expression] The nice thing about IntroduceVariable and other refactorings is that they automatically select the current line if

[Eap-features] Need new Line Separator type

2002-06-10 Thread Neil Galarneau
It would be very helpful to have a new Line Separator type: File Dependent. This type would look inside the file and use the Line Separator type that was already there. When you have access to both a unix file system & a windows file system at the same time, there doesn't appear to be any setti

[Eap-features] Re: JDO Support

2002-06-10 Thread Travis Reeder
I mean to create PersistenceCapable classes with an enhancer. This should be invisible to the programmer so it would be nice to say, "Compile and Enhance" or something like that. And in response to Mike's comment, the ant task works obviously, but having to setup a new ant task for each class an

[Eap-features] Re: Ctrl+N refinement

2002-06-10 Thread Gordon Tyler
I don't see this behaviour. The keyboard focus is always in the textbox no matter what you do with the arrow keys. "Jon Steelman" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > For Ctrl+N, I have found myself wanting this refinement: > If an up arrow is typed

[Eap-features] Re: time frame for input on open api (aspect J)

2002-06-10 Thread Aiko Mastboom
Hi, Just wondering if there is any news from the AspectJ front... I've been reading the articles on JavaWorld, the Programing Guide. It appears to be quite promissing and I can't wait to start with it. If only my favorite IDE would have support for it... Aiko http://www.javaworld.com/javaworld

[Eap-features] Re: Create concrete class from interface/abstract

2002-06-10 Thread Nathan Brown
+1 Paul Bradshaw wrote: > I've asked for this before... an "Implement Interface" selection when > right clicking an interface in the project view. It would > automatically create a new class (with the proper "extends" class > written in) and immediately jump you into the Ctrl-I dialog for > selec

Re: [Eap-features] Re: Plugins should have a separate classloader

2002-06-10 Thread Fredrik Lindgren
As far as I could see, the only external dependency in the API at this moment is on org.jdom.Element. Please correct me if I'm wrong. Wouldn't it make sense to change the API to use org.w3c.dom.Element instead? This would remove the dependency on third party libraries altogether since J2SE 1.4

[Eap-features] Promote to Parameter? (was Re: Introduce Parameter)

2002-06-10 Thread Roger Dubbs
When I've used it, I find that I've frequently made a local variable already to hold the new parameter. It would be nice if I could promote a local variable to be a parameter. Now I have to make a new parameter from the initialization statement of the local, inline the local and then rename the

RE: [Eap-features] Re: Create concrete class from interface/abstract

2002-06-10 Thread Nicholas Leon
+1 -Original Message- From: Paul Bradshaw [mailto:[EMAIL PROTECTED]] Sent: Monday, June 10, 2002 12:40 PM To: [EMAIL PROTECTED] Subject: [Eap-features] Re: Create concrete class from interface/abstract I've asked for this before... an "Implement Interface" selection when right clicking

[Eap-features] Re: Create concrete class from interface/abstract

2002-06-10 Thread Paul Bradshaw
I've asked for this before... an "Implement Interface" selection when right clicking an interface in the project view. It would automatically create a new class (with the proper "extends" class written in) and immediately jump you into the Ctrl-I dialog for selecting the methods to implement. Su

Re: [Eap-features] Re: Plugins should have a separate classloader

2002-06-10 Thread Mike Aizatsky
Hendrik, I think that org.jdom.Element with all references from it gives enough troubles. -- Best regards, Mike Aizatsky. -- JetBrains, Inc / IntelliJ Software http://www.intellij.com "Develop with pleasure!" ___ Eap-featu

[Eap-features] Ctrl+N refinement

2002-06-10 Thread Jon Steelman
For Ctrl+N, I have found myself wanting this refinement: If an up arrow is typed when focus is in the textbox, focus moves to the end of the match list. As it should, a down arrow typed when at the bottom of the list move focus back to the textbox. Thanks, Jon _

[Eap-features] Create concrete class from interface/abstract

2002-06-10 Thread Josh Knowles
The extract interface refractor is great but I would like a reverse of this, i.e. being able to select an interface and say create class. Thanks, Josh ___ Eap-features mailing list [EMAIL PROTECTED] http://lists.jetbrains.com/mailman/listinfo/eap-fea

[Eap-features] Re: Code folding

2002-06-10 Thread Andrey Tcherepanov
+1 "Alexander Evsukov" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Paul Ruane wrote: > > +1 > > S. > > > Would it be possible to have a switch to choose how code folding works, or else I propose this as a replacement to the current code folding method. > >

AW: [Eap-features] Re: Plugins should have a separate classloader

2002-06-10 Thread Hendrik Schreiber
Mike, Does the open API expose many third party types? If there are only few, you could try exposing adapters, which are loaded by a common classloader, instead of the real interfaces/classes. But this becomes a hassle once you have more than a few. Please take a look at http://jakarta.apache.o

Re: [Eap-features] Re: Plugins should have a separate classloader

2002-06-10 Thread Mike Aizatsky
Hendrik, > In our product we used an older (incompatible) version of JDom As I said earlier it's not possible to separate JDom IDEA uses from plugin. Just because of the fact IDEA API defines parameters of such a type. Or am I not aware of some useful classloader technique? -- Best regards, Mik

Re: AW: [Eap-features] Re: Plugins should have a separate classloader

2002-06-10 Thread Edoardo Comar
My vote is for each plugin having a separate CL. Now that idea runs customer plugins, it must be thought of having potentially the same issues as any application servers! There can be versioning clashes between the plugins' and idea libraries' but also clashes are possible among different plug

AW: [Eap-features] Re: Plugins should have a separate classloader

2002-06-10 Thread Hendrik Schreiber
Mike, it's a maintainability issue. In our product we used an older (incompatible) version of JDom. In order to make our plugin work for IDEA, we are forced to upgrade and therefore forced to use the JDom version IDEA uses. JDom is currently beta (OK - a pretty stable beta), so the probability is

[Eap-features] Re: Plugins should have a separate classloader

2002-06-10 Thread Mike Aizatsky
Hendrik, Which classes from IDEA lead to conflict? Is it really a pain? In fact, the separate plugin classloader might be created. But with the following consideration: all plugins should access IDEA classes. So, idea.jar will be in that classloader. Since JDOM classes are used in IDEA API it wi

[Eap-features] Re: Attribute type check in DTD

2002-06-10 Thread Vladimir Korenev
"Mike Aizatsky" <[EMAIL PROTECTED]> wrote in message ae1rho$21l$[EMAIL PROTECTED]">news:ae1rho$21l$[EMAIL PROTECTED]... > >IMHO it would be better to highlight invalid attribute types in DTD as > errors. > > What do you mean? Isn't IDEA highlighting them now? I wrote: IDEA doesn't find anything

[Eap-features] Plugins should have a separate classloader

2002-06-10 Thread Hendrik Schreiber
Hi, we are currently developing a plugin for out favourite IDE and discovered that plugins are not executed with their own classloader. I.e. they can see classes loaded by the main application. If those classes were only intellij classes that would not be a problem. But also visible to plugins ar

[Eap-features] Re: Code complition: Case

2002-06-10 Thread Eugene Belyaev
It's possible already. Please check the case checking options in IDE | CodeCompletion. Eugene "Johannes Schneider" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Hi, > > if you open the code complition and continue typing the methodname, idea > "optimizes"

[Eap-features] Re: JDO Support

2002-06-10 Thread Alexey Efimov
What does you mean for JDO support? Autogeneration mapping's files? Or authogeneration simple beans? :) I work with JDO and intelliJ and does not needed for more JDO support. What your idea is? "Travis Reeder" <[EMAIL PROTECTED]> wrote in message ae1f0e$nl7$[EMAIL PROTECTED]">news:ae1f0e$nl7$[EM

[Eap-features] Re: Attribute type check in DTD

2002-06-10 Thread Mike Aizatsky
Vladimir, >IMHO it would be better to highlight invalid attribute types in DTD as errors. What do you mean? Isn't IDEA highlighting them now? > Other checks, such as uniqueness of attribute with "ID" type, would be good too. Can you give an example of what would you like to check? -- Best re

[Eap-features] Code complition: Case

2002-06-10 Thread Johannes Schneider
Hi, if you open the code complition and continue typing the methodname, idea "optimizes" the methods, that can be choosen. That´s really nice feature, but could be better. If I type the wrong case, IDEA still finds the right method, but it would be nice, if IDEA corrects the case automatically

[Eap-features] Attribute type check in DTD

2002-06-10 Thread Vladimir Korenev
IMHO it would be better to highlight invalid attribute types in DTD as errors. Other checks, such as uniqueness of attribute with "ID" type, would be good too. Thanks. ___ Eap-features mailing list [EMAIL PROTECTED] http://lists.jetbrains.com/mailman/

[Eap-features] Re: JDO Support

2002-06-10 Thread Mike Aizatsky
Hi, Why don't you use the ant task after compilation? -- Best regards, Mike Aizatsky. -- JetBrains, Inc / IntelliJ Software http://www.intellij.com "Develop with pleasure!" ___ Eap-features mailing list [EMAIL PROTECTED]

[Eap-features] Re: JDO Support

2002-06-10 Thread Guillaume Laforge
It's definetely a good idea :o) Guillaume > Any plans for this? Like to enhance classes for JDO to make them > PersistenceCapable.. ___ Eap-features mailing list [EMAIL PROTECTED] http://lists.jetbrains.com/mailman/listinfo/eap-features

[Eap-features] Re: Code folding

2002-06-10 Thread Vince O'Sullivan
Yes, indeed. Javadoc comments should be foldable with the things they describe. "Paul Ruane" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED]... > > Would it be possible to have a switch to choose how code folding works, or else I propose this as a replacement to the current code fold