Hi, while debugging some low level functions I found that the display of primitives could be better.
1. When displaying bytes in hex, there should be only 2 hex-digits, even when the value is "negative". ( instead of 0xFFFFFF88 --> 0x88 ) 2. There should be a option to switch display mode for a whole array, not only for individual members. 3. There should be another option to display values as characters for single-byte character arrays ( byte[] ). Sincerely, Dirk Zottl ____________________________________________________________ -----Original Message----- From: Anton Katilin [mailto:[EMAIL PROTECTED]] Sent: Donnerstag, 25. Oktober 2001 10:43 To: [EMAIL PROTECTED] Subject: Re: [Eap-list] strange compile error Thomas, > Another one of those source path/project path things. > If c:\jdk1.3.1\src.jar!\src is in the source path only, it will not > compiled. > If you add it to the project path and the source path, it will be compiled. Sourcepath entry will be compiled via Ctrl-Shift-F9 whenever it is project paths or not. In 510 we added a message shown when user tries to perform this operation to JAR content. Best regards, Anton Katilin ----------------------------------------------------------- IntelliJ Software, "Develop with pleasure" http://www.intellij.com/ ----------------------------------------------------------- ----- Original Message ----- From: "Vollmer, Thomas - CannonSA" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, October 25, 2001 3:20 AM Subject: RE: [Eap-list] strange compile error > Another one of those source path/project path things. > If c:\jdk1.3.1\src.jar!\src is in the source path only, it will not > compiled. > If you add it to the project path and the source path, it will be compiled. > > If you want to step through Java classes, doesn't unchecking "java.*" in > "Do not step into these classes" (Project Properties | Debugger) do it? > > -Thomas > > > -----Original Message----- > > From: Scott Sirovy [mailto:[EMAIL PROTECTED]] > > Sent: Wednesday, October 24, 2001 1:05 PM > > To: '[EMAIL PROTECTED]' > > Subject: RE: [Eap-list] strange compile error > > > > > > I added it to the project tab, not the source tab (as you > > said, IDEA does > > that for me). > > > > -sms > > > > -----Original Message----- > > From: Erb [mailto:[EMAIL PROTECTED]] > > Sent: Wednesday, October 24, 2001 2:44 PM > > To: [EMAIL PROTECTED] > > Subject: Re: [Eap-list] strange compile error > > > > > > IDEA adds c:\jdk1.3.1\src.jar!\src > > to the source path automatically. > > You are not adding it by hand, are you? > > > > Anton Katilin wrote: > > > > > Scott, > > > > > > Looks like you tried to compile the file > > > > > c:/jdk1.3.1/src.jar!/src/com/sun/image/codec/jpeg/ImageFormatE > > xception.java, > > > which is in jar. > > > We will fix this, so IDEA will not pass sources in jars to compiler. > > > Thank you! > > > > > > Best regards, > > > Anton Katilin > > > ----------------------------------------------------------- > > > IntelliJ Software, "Develop with pleasure" > > > http://www.intellij.com/ > > > ----------------------------------------------------------- > > > > > > > > > ----- Original Message ----- > > > From: "Scott Sirovy" <[EMAIL PROTECTED]> > > > To: "IDEA List (E-mail)" <[EMAIL PROTECTED]> > > > Sent: Wednesday, October 24, 2001 7:45 PM > > > Subject: [Eap-list] strange compile error > > > > > > > > > > > >>I see this during compiles: > > >> > > >>Information: 1 error > > >>Error: : cannot read: > > >> > > >> > > > > > c:/jdk1.3.1/src.jar!/src/com/sun/image/codec/jpeg/ImageFormatE > > xception.java > > > > > >>It used to happen only when there were other errors, but > > now I see it even > > >>with an otherwise clean compile. > > >> > > >> > > >>509 on JDK 1.3.1, win2k sp2 > > >> > > >>In my project, I include: c:\jdk1.3.1\src.jar!\src (so I can step > > >> > > > through > > > > > >>some Java code during debugs, etc.). > > >> > > >> > > >>-sms > > >> > > >>-- > > >>Scott Sirovy > > > > -------------------------------------------------- > > DISCLAIMER > > This e-mail, and any attachments thereto, is intended only > > for use by the > > addressee(s) named herein and may contain legally privileged and/or > > confidential information. If you are not the intended > > recipient of this > > e-mail, you are hereby notified that any dissemination, > > distribution or > > copying of this e-mail, and any attachments thereto, is > > strictly prohibited. > > If you have received this e-mail in error, please immediately > > notify me and > > permanently delete the original and any copy of any e-mail > > and any printout > > thereof. > > > > E-mail transmission cannot be guaranteed to be secure or > > error-free. The > > sender therefore does not accept liability for any errors or > > omissions in > > the contents of this message which arise as a result of > > e-mail transmission. > > > > NOTICE REGARDING PRIVACY AND CONFIDENTIALITY > > > > Knight Trading Group may, at its discretion, monitor and > > review the content > > of all e-mail communications. > > > > > > _______________________________________________ > > Eap-list mailing list > > [EMAIL PROTECTED] > > http://www.intellij.com/mailman/listinfo/eap-list > > > > ************************************ > If this email is not intended for you, or you are not responsible for the > delivery of this message to the addressee, please note that this message may > contain ITT Privileged/Proprietary Information. In such a case, you may not > copy or deliver this message to anyone. You should destroy this message and > kindly notify the sender by reply email. Information contained in this > message that does not relate to the business of ITT is neither endorsed by > nor attributable to ITT. > ************************************ > > > _______________________________________________ > 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 _______________________________________________ Eap-list mailing list [EMAIL PROTECTED] http://www.intellij.com/mailman/listinfo/eap-list
