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 175157 - Add space after SQL CC value
Summary: Add space after SQL CC value
Status: VERIFIED WONTFIX
Alias: None
Product: db
Classification: Unclassified
Component: SQL Editor (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Jiri Skrivanek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-10-21 23:51 UTC by Antonin Nebuzelsky
Modified: 2009-10-22 12:50 UTC (History)
0 users

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 Antonin Nebuzelsky 2009-10-21 23:51:12 UTC
When using SQL CC, I have to add a space character each time a value is added for me by the code completion. A space
should be added automatically at least if I am at the end of the edited line IMO.
Comment 1 Jiri Skrivanek 2009-10-22 09:35:33 UTC
It is common behavior for code completion (e.g. java). We don't know whether user wants to continue in compound
statement after space or wants to end statement with ; or add a table after schema (sch1.tab1) or end brackets or ...
Comment 2 Antonin Nebuzelsky 2009-10-22 12:50:50 UTC
OK, fair enough