[Eap-features] Re: CVS revision explorer.

2002-07-23 Thread Michael Descher
If you mean something like the graph view in wincvs, then a big +1 from me! This is something I really miss sometimes as well. Maybe someone likes to implement this as a plugin or maybe some small standalone tool which could be integrated as an external tool is available somewhere, but I didn't fi

[Eap-features] reorder paths in a library

2002-07-23 Thread Zohar
I'd like to be able to reorder the paths in a library I've constructed. The only way I can do that is remove all paths and then add them according to the required order. ___ Eap-features mailing list [EMAIL PROTECTED] http://lists.jetbrains.com/mailman

[Eap-features] Inspection: Add identity equality checks

2002-07-23 Thread Carlos Costa e Silva
In inspection add checks for identity equalitys: if ( a op a) ... if (a.equals(a))... Carlos -- Carlos Costa e Silva <[EMAIL PROTECTED]> ___ Eap-features mailing list [EMAIL PROTECTED] http://lists.jetbrains.com/mailman/listinfo/eap-features

[Eap-features] Re: Re: Real-time diff editting

2002-07-23 Thread Chris Miller
If IDEA could just integrate with 3rd party merge tools I'd be very happy (or can it already?). One of the best merge tools I've seen is Araxis Merge (http://www.araxis.com/merge/index.html). "Paul Ruane" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED]... > > I'm not talking about a

[Eap-features] CVS revision explorer.

2002-07-23 Thread Clearwater, Pete
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 Explorer" was fantastic. It is essentially a dialogue which has a tree list of the CVS project. Each file can also be "opened" to

[Eap-features] Keyboard macros

2002-07-23 Thread Jon Steelman
Hi, A friend of mine is trying out IDEA and wants to know about support for Keyboard Macros where you can record sequences of keystrokes for playing them back later. Does anybody remember those? Seems like some editors I used many years ago supported them... I think the Brief did. Well, I tol

[Eap-features] Javadoc errors-- option to turn Warnings/Errors

2002-07-23 Thread Jon Steelman
Hi, Can IDEA add another option to set Javadoc errors so that they are neither errors nor warnings? Some people inheriting a ton of legacy code with loads of javadoc errors were asking about it. They intend to get to those after dealing with code problems and warnings, but the javadoc errors

[Eap-features] CVS Update Dialog: checkbox to get a clean copy from the repository.

2002-07-23 Thread Vilya Harvey
Hi there. When using CVS, I often find myself having to type '-C' in the additional options field of the Update dialog. It's a small thing, but it would be nice to have a checkbox for a reasonably common option like this. Thanks for a great IDE! Vil. -- Vilya Harvey, Consultant [EMAIL PROTECTED

[Eap-features] Re: Syntax Highlighting for Deprecations?

2002-07-23 Thread Bryan Young
So how does this work? If someone from IntelliJ likes the idea and plans on putting it in, will we see something on this group? "Bryan Young" <[EMAIL PROTECTED]> wrote in message news:ah9u8m$jkl$[EMAIL PROTECTED]... > We have issues with many of our programmers using deprecated methods. It > wo

[Eap-features] Re: Real-time diff editting

2002-07-23 Thread Mike Aizatsky
Paul, This feature is already implemented and will be present in build #637. However you should have any VCS-API-based integration turned on (currently there's only StarTeam integration available) to get this feature working. -- Best regards, Mike Aizatsky. -- JetBrai

Re: [Eap-features] code layout for JSP and HTML files

2002-07-23 Thread Igor Karpov
+1 Some simple rules for laying out JSP/HTML could be defined. Plus, it would be helpful to convert legacy-style html to something more xhtml-compatible ( -> , tag=value -> tag="value", etc.) -Original Message- From: £ulasz Rauer <[EMAIL PROTECTED]> To: Paul Ruane <[EMAIL PROTECTED]> Date

[Eap-features] Re: Copying (cutting) and pasting files in the project tree?

2002-07-23 Thread Daniel Hoppe
Hi, our developers miss such a feature as well. Something like Refactor->Copy File with CVS integration would be a really great convenience feature. Any plans for that? Daniel > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]On Behalf Of > Ramy Mamdouh > Poste

[Eap-features] code layout for JSP and HTML files

2002-07-23 Thread Łulasz Rauer
It would be nice, to have "layout code" tool also for JSP and HTML files. Is that possible? Or maybe it's already there and I just don't know. regards Lukasz -- Zanim zaczniesz swoj dzien... >>> http://link.interia.pl/f1628 _

[Eap-features] I'd like to be able to open a file from within a zip/jar

2002-07-23 Thread Stefan Freyr Stefansson
Hello. I would very much like to have the ability to open up files from that are contained within zip files. When choosing Open File... from the File menu, I'd see zip and jar files (and possibly other compression type files) as folders and I'd be able to browse through their file structure and

[Eap-features] Re: autocompletion enhancement

2002-07-23 Thread Willem Salembier
As stated before, it is just an example. But simular cases occur frequently. "Thomas Singer" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED]... > > Suppose, (the class is totally irrelevant) > > > > List list = > > > > and I want to change List to ArrayList, I usually type > > >

[Eap-features] Re: autocompletion enhancement

2002-07-23 Thread Willem Salembier
Thanks, I wasn't aware it was already there. Which proofs again how excellent IDEA is ;-) Willem "Nathan Brown" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED]... > Try using TAB to select the option rather than space. > N. > > Willem Salembier wrote: > > Hi, > > > > Maybe it's bec

Re: [Eap-features] Re: Real-time diff editting

2002-07-23 Thread Paul Ruane
I'm not talking about a diff tool, though it is similar. I'm suggesting the ability to show how the edit bears relation to the previous version whist editting in the normal editor. This would be similar to how Word can show revisions in a versioned docmument, though I'm suggesting only showi

[Eap-features] Re: Resource Directories

2002-07-23 Thread Simon Rowe
Mine do change (or at least get added to) periodically as different datafiles get added as program defaults etc. However since they are all together in a nice Resources directory hierachy, I thought it would be nice to be able to specify that everything in the directory should be treated as a re

[Eap-features] Re: name completion in build.xml

2002-07-23 Thread dimiter
Use AntStructure task to dump DTD and include it in your build.xml file. BTW I have problems with this approach - the idea becomes very slow while validating file against that big DTD... any other suggestions? regards, dimiter "Pavel Bernshtam" <[EMAIL PROTECTED]> wrote in message ahj00o$qji$[EM

[Eap-features] name completion in build.xml

2002-07-23 Thread Pavel Bernshtam
Is it possible to implement name completion for properties names in ant build files? ___ Eap-features mailing list [EMAIL PROTECTED] http://lists.jetbrains.com/mailman/listinfo/eap-features