Changes in build 807 from 804: - Structure view. Added "Hide non-public members" button.
kool, please please add visibility sorting as an alternative to the useless (for me) alpha sorting (but with the same criteria of separating fields from methods). It was in JBuilder from version 1.0!!
It's sooo old a request and keeps 50% of my votes frozen on it ;)
This was a mistake to put this feature in 807 build comments. This update will be available in the next build (808) and include the following functionality (copy&paste from RFE# 9339):
1) throw new |
for normal completion: all throwables for smart : all in throws list (it's not reasonable to include RuntimeException here since in this case we also need to include its inheritors like OutOfBounds etc.)
2) throw |
normal : everything smart : returns something in throws list
3) catch(|)
normal : only Throwables smart : only thrown inside try/catch
Also there is a filter in normal/smart completion after "throws" so that only Throwables are listed.
These changes are relevant only for smart and normal completion in builds 808+. Update for class-name completion will be available in later versions of Aurora.
This was a mistake to put this feature in 807 build comments. This update will be available in the next build (808) and include the following functionality (copy&paste from RFE# 9339):
>
1) throw new |
>
for normal completion: all throwables for smart : all in throws list (it's not reasonable to include RuntimeException here since in this case we also need to include its inheritors like OutOfBounds etc.)
>
2) throw |
>
normal : everything smart : returns something in throws list
>
3) catch(|)
>
normal : only Throwables smart : only thrown inside try/catch
> >
Also there is a filter in normal/smart completion after "throws" so that only Throwables are listed.
>
These changes are relevant only for smart and normal completion in builds 808+. Update for class-name completion will be available in later versions of Aurora.
Eugene Zhuravlev wrote:
kool, please please add visibility sorting as an alternative to the
useless (for me) alpha sorting (but with the same criteria of separating
fields from methods). It was in JBuilder from version 1.0!!
It's sooo old a request and keeps 50% of my votes frozen on it ;)
http://www.intellij.net/tracker/idea/viewSCR?publicId=2513
Edo
>- Smart completion after "throws new"
Does it works after throws or after throw new? How it is intented to
work (I don't see a difference to previous builds)?
Tom
Neither do I.
/kesha
"Thomas Singer" <idea@regnis.de> wrote in message
news:um5u7vglunjt7qi4g4vadbjc900qn2lann@4ax.com...
>
>
Hi All!
On Mon, 24 Mar 2003, Thomas Singer wrote:
This was a mistake to put this feature in 807 build comments. This
update will be available in the next build (808) and include the following
functionality (copy&paste from RFE# 9339):
1) throw new |
for normal completion: all throwables
for smart : all in throws list (it's not reasonable to
include RuntimeException here since in this case we also
need to include its inheritors like OutOfBounds etc.)
2) throw |
normal : everything
smart : returns something in throws list
3) catch(|)
normal : only Throwables
smart : only thrown inside try/catch
Also there is a filter in normal/smart completion after "throws" so
that only Throwables are listed.
These changes are relevant only for smart and normal completion in builds
808+. Update for class-name completion will be available in later
versions of Aurora.
Thanks,
IK
awesome!
"Igor Kuralenok" <ik@intellij.com> wrote in message
news:Pine.LNX.4.50.0303251616120.20749-100000@solar.labs.intellij.net...
>
>
>
>
>
>
>
>
>
>
>
>