Added a feature 'Autosize columns' in [Database Dataview]: Any chances, this will make it into the main release
"molzb" <[email protected]>
| Newsgroups | gmane.comp.java.netbeans.devel |
|---|---|
| Message-ID | <[email protected]> |
Hi, when you use the database view for a SQL 'SELECT ...', the resulting table will look like that: [Image: http://h1881812.stratoserver.net:8080/temp/autosizeColumnsBefore.png ] The columns will be evenly aligned, wasting quite some space. Which I didn't like. So I grabbed the Netbeans sources and added an 'Autosize columns' feature. When you click on the 'Autosize' icon, the columns of the resulting table will be optimized for the best column width, wasting no space. Screenshot: [Image: http://h1881812.stratoserver.net:8080/temp/autosizeColumns.png ] Here come my questions: Does this feature has a chance, that it will make it into the next Netbeans release (9.0 / 8.1.1)? Who can decide that? Does that feature make sense to you? Thanks, Bernhard Molz