Note that External Tools currently provides only a very limited perforce 'support' when it comes to refactoring that change class names. For example, renaming a class, currently there is no easy way to do a 'p4 integrate oldname newname ; p4 delete oldname' using external tools.
Looking forward for a real Perforce support (or an open API). Tal > -----Original Message----- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On > Behalf Of Kevin O'Regan > Sent: Thursday, November 15, 2001 4:51 PM > To: '[EMAIL PROTECTED]' > Subject: RE: [Eap-list] 517 issues > > > Hi Glenn, > > Perforce is not actually integrated into IDEA, but instead is added as an > external tool. > > You can configure it from Tools | IDE Options | External Tools > > Another Perforce command that I find useful is p4 filelog which shows the > revision history > > <tool name="History" description="Displays the revision history in the > console" showInMainMenu="true" showInEditor="true" showInProject="true" > showInSearchPopup="true" disabled="false" useConsole="true" > synchronizeAfterRun="false"> > <exec> > <option name="COMMAND" value="p4.exe" /> > <option name="PARAMETERS" value="filelog -i -l $FilePath$" /> > <option name="WORKING_DIRECTORY" value="C:/Program > Files/Perforce" /> > </exec> > </tool> > > regards > > kevin > > Kevin O'Regan > Java Development > Baltimore Technologies ltd. > > -----Original Message----- > From: Glenn McGregor [mailto:[EMAIL PROTECTED]] > Sent: 15 November 2001 23:35 > To: [EMAIL PROTECTED] > Subject: [Eap-list] 517 issues > > > Build 517 > Windows 2K sp2 > JDK 1.3.1 > > > 1. I get a 'perforce' item on my tools list, even though I haven't enabled > it > in my project. > > 2. When performing a CVS diff with the '-w' option enabled -- I get huge > blocks > of text colored purple, even though they are identical except for > trailing spaces. > The CVS 'console' tab shows only a few lines changed (the ones > I actually > did work on). > Perhaps there should be a way to specify '-b'? > > Glenn > > > _______________________________________________ > Eap-list mailing list > [EMAIL PROTECTED] > http://www.intellij.com/mailman/listinfo/eap-list > > > This footnote confirms that this email message has been swept by > MIMEsweeper for the presence of computer viruses. > > > ------------------------------------------------------------------ > ----------- > Baltimore Technologies plc will not be liable for direct, > special, indirect > or consequential damages arising from alteration of the > contents of this > message by a third party or as a result of any virus being passed on. > > In addition, certain Marketing collateral may be added from time > to time to > promote Baltimore Technologies products, services, Global e-Security or > appearance at trade shows and conferences. > > This footnote confirms that this email message has been swept by > Baltimore MIMEsweeper for Content Security threats, including > computer viruses. > http://www.baltimore.com > > > _______________________________________________ > Eap-list mailing list > [EMAIL PROTECTED] > http://www.intellij.com/mailman/listinfo/eap-list _______________________________________________ Eap-list mailing list [EMAIL PROTECTED] http://www.intellij.com/mailman/listinfo/eap-list
