kamalchopra / jsyntaxpane

Automatically exported from code.google.com/p/jsyntaxpane
0 stars 0 forks source link

Request: Change Layout (Size) auf abbreviations dialog #105

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Is it possible to change the layout auf the abbreviations dialog (F8)?
I have to change the default size and position of that horizontal seperator.

thanks,
Lukas

Original issue reported on code.google.com by lmaer...@gmail.com on 28 Jul 2009 at 11:19

GoogleCodeExporter commented 9 years ago
Not at the current implementation.  That is coded in the Form (generated by 
NetBeans).

What kind of changes do you suggest?  It may be useful to others too?

Original comment by ayman.al...@gmail.com on 29 Jul 2009 at 5:50

GoogleCodeExporter commented 9 years ago
"What kind of changes do you suggest?  It may be useful to others too?"

My theory:
The form contains a JSplitpane. In that Splitpane is a large JComboBox and a 
JPanel.
Between of the Combobox and the JPanel is a fixed divider.

I would be nice, if this divider is moveable.

Original comment by lmaer...@gmail.com on 29 Jul 2009 at 6:34

GoogleCodeExporter commented 9 years ago
In which class the form is described?

Original comment by lmaer...@gmail.com on 29 Jul 2009 at 6:35

GoogleCodeExporter commented 9 years ago
NOT JComboBox, but JList could be the used component.

Original comment by lmaer...@gmail.com on 29 Jul 2009 at 6:41

GoogleCodeExporter commented 9 years ago
Ok, i found that class...
http://code.google.com/p/jsyntaxpane/source/browse/branches/r095-jdk5/jsyntaxpan
e/src/main/java/jsyntaxpane/actions/gui/ComboCompletionDialog.java?spec=svn87&r=
87

thanks anyway

Original comment by lmaer...@gmail.com on 29 Jul 2009 at 6:42

GoogleCodeExporter commented 9 years ago
Hm, got problems with rebuild.
No time for that now, i have to write the master thesis.
Maybe I'll provide a solution for that later...

Original comment by lmaer...@gmail.com on 29 Jul 2009 at 7:14

GoogleCodeExporter commented 9 years ago
Fixed in r114.

Original comment by ayman.al...@gmail.com on 18 Aug 2009 at 1:31