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 75999 - Abbreviations not working in BlueJ build
Summary: Abbreviations not working in BlueJ build
Status: CLOSED WONTFIX
Alias: None
Product: ide
Classification: Unclassified
Component: BlueJ (show other bugs)
Version: 5.x
Hardware: All All
: P2 blocker (vote)
Assignee: Milos Kleint
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-05-05 15:39 UTC by Jaromir Uhrik
Modified: 2007-02-22 10:58 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jaromir Uhrik 2006-05-05 15:39:59 UTC
[BlueJ build #2006001251500]
Abbreviations are not working in BlueJ in general no matter whether I have java
class belonging to BlueJ or J2SE project. Simple steps to reproduce:
1.Create BlueJ project
2.Create new Java Class
3.Type sout and then push Enter
The abbreviation should expand to System.out.println(""); but it doesn't.
Comment 1 Milos Kleint 2006-05-05 16:45:05 UTC
this is actually on purpose.
the idea is that some features are supressed in the default installation to
prevent user surprises.
1. abbreviations have a different shortcut - not space but <something>-space (I
don't remember now
2. javadoc and code completion don't show up automatically but on request.

are there more such things, Tondo? I cannot think of more right now..

a wontfix issue, should be however documented somewhere.
Comment 2 Antonin Nebuzelsky 2006-05-12 11:41:52 UTC
Besides several modules being disabled, the following options have their
defaults changed:
    * Editor/General/Auto Popup Completion Window disabled
    * Editor/General/Insert Single Proposals Automatically disabled
    * Editor/Code Templates/Expand Template changed to Shift+SPACE

We will have to document these changes for the NB/BJ product, so there is no
confusion.
Comment 3 Jaromir Uhrik 2006-08-25 12:01:15 UTC
It is true that BlueJ users will not expect features as I expect. I am going to
change the status to CLOSED...