Skip to main content



      Home
Home » Language IDEs » Java Development Tools (JDT) » Eclipse and arrays
Eclipse and arrays [message #224990] Wed, 01 March 2006 02:33 Go to next message
Eclipse UserFriend
Originally posted by: Alexander.Mitin.gmail.com

Hello.

1. Assume that we type class instance creation like that:
"MyCoolClass coolClass = new ", then we press Ctrl+Space and Eclipse
gives us a proposal "MyCoolClass", so we have complete statement and
happy. :) Now let's create int array: we type "int[] ints = " but
pressing Ctrl+Space now gives us no proposals. It would be nice to have
a default proposal "int[] {}" with cursor placed in curly brackets.

2. It would be also nice to have a quickassist assigning array element
to new field/local variable, e.g. pressing Ctrl+1 on "int[i];" and
selecting "assign to local variable" should give "int int1 = int[i];"

--
Alexander Mitin
Re: Eclipse and arrays [message #225013 is a reply to message #224990] Wed, 01 March 2006 04:20 Go to previous message
Eclipse UserFriend
Originally posted by: daniel.megert.eclipse.org

Alexander Mitin wrote:

> Hello.
>
> 1. Assume that we type class instance creation like that:
> "MyCoolClass coolClass = new ", then we press Ctrl+Space and Eclipse
> gives us a proposal "MyCoolClass", so we have complete statement and
> happy. :) Now let's create int array: we type "int[] ints = " but
> pressing Ctrl+Space now gives us no proposals. It would be nice to have
> a default proposal "int[] {}" with cursor placed in curly brackets.
>
> 2. It would be also nice to have a quickassist assigning array element
> to new field/local variable, e.g. pressing Ctrl+1 on "int[i];" and
> selecting "assign to local variable" should give "int int1 = int[i];"
>
This is not the right forum to place enhancement requests. Use bugzilla
instead. This will allow you to track the progress on your item(s).

Dani
Previous Topic:managing source paths
Next Topic:administrating eclipse: how to bundle custom code formatting/code templates?
Goto Forum:
  


Current Time: Mon Jul 21 21:59:24 EDT 2025

Powered by FUDForum. Page generated in 0.04004 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top