This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 175536 - Camel case completion support
Summary: Camel case completion support
Status: RESOLVED INVALID
Alias: None
Product: javafx
Classification: Unclassified
Component: Editor (show other bugs)
Version: 6.x
Hardware: Macintosh All
: P2 blocker (vote)
Assignee: Anton Chechel
URL:
Keywords:
Depends on:
Blocks: 154422
  Show dependency tree
 
Reported: 2009-10-27 18:03 UTC by Rohan Ranade
Modified: 2011-04-11 09:15 UTC (History)
0 users

See Also:
Issue Type: TASK
Exception Reporter:


Attachments
attachment 1 (36.21 KB, image/png)
2009-10-27 18:07 UTC, Rohan Ranade
Details
attachment 2 (27.56 KB, image/png)
2009-10-27 18:08 UTC, Rohan Ranade
Details
attachment 3 (8.67 KB, image/png)
2009-10-27 18:10 UTC, Rohan Ranade
Details
attachment 4 (46.84 KB, image/png)
2009-10-27 18:11 UTC, Rohan Ranade
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Rohan Ranade 2009-10-27 18:03:14 UTC
1. Type the following in a .fx file and invoke code completion (| denotes the cursor position where code completion was
invoked)
var os:Ou|
(Shown in attachment-1)
2. Type more characters to narrow the list of suggestions in the completion popup (attachment-2). The text is now:
var os:Outp|
3. Type 'S':
var os:OutpS|
The list of completion proposals disappears (attachment-3). The same scenario in java editor is shown in attachment-4.

This feature is a huge time saver since it reduces the amount of keystrokes significantly.
Comment 1 Rohan Ranade 2009-10-27 18:07:11 UTC
Created attachment 90144 [details]
attachment 1 [details]
Comment 2 Rohan Ranade 2009-10-27 18:08:57 UTC
Created attachment 90145 [details]
attachment 2 [details]
Comment 3 Rohan Ranade 2009-10-27 18:10:16 UTC
Created attachment 90146 [details]
attachment 3 [details]
Comment 4 Rohan Ranade 2009-10-27 18:11:27 UTC
Created attachment 90147 [details]
attachment 4 [details]
Comment 5 Anton Chechel 2009-10-27 18:15:37 UTC
I agree. Adding to code completion umbrella and reassigning to Petr.
Comment 6 Anton Chechel 2011-04-11 09:15:42 UTC
Since Oracle has discontinued further development of JavaFX Script, JavaFX
support has been temporarily removed from NetBeans 7.0.

http://wiki.netbeans.org/NewAndNoteworthyNB70#JavaFX