View full filenames of opened java files [message #22017] |
Tue, 29 April 2003 08:47  |
Eclipse User |
|
|
|
Originally posted by: bewalther.tiscalinet.ch
Hi,
When having multiple java source files opened in the java editor, the
filenames get cuttet(diplaying e.g. MyN.... instead MyNewHouse.java), and
it gets quite difficult to navigate between them. Can you configure this
view to see the full file names?
Thanks a lot
|
|
|
Re: View full filenames of opened java files [message #22279 is a reply to message #22017] |
Tue, 29 April 2003 10:16  |
Eclipse User |
|
|
|
Originally posted by: bdeweese.yahoo.com
Hey, finally one I can answer. Edit the
ECLIPSE_DIR\plugins\org.eclipse.platform_2.1.0\plugin_custom ization.ini
file and add the following lines. These options were in some 2.1 beta
releases but weren't considered ready for prime time for 2.1 so were
removed.
# EditorList Pulldown - activate by setting to true.
org.eclipse.ui.workbench/EDITORLIST_PULLDOWN_ACTIVE=true
# TabCompression - specify the amount of compression to use on the
# editor tabs. The value is multiplied by the font height and used as
# the maximum width of the tab. So a smaller number will compress more.
# Use a large number, such as 30, to turn off tab compression.
# Typical values are: high=3, medium=6, low=9, none=30
org.eclipse.ui.workbench/EDITOR_TAB_WIDTH=8
Ben wrote:
> Hi,
>
> When having multiple java source files opened in the java editor, the
> filenames get cuttet(diplaying e.g. MyN.... instead MyNewHouse.java), and
> it gets quite difficult to navigate between them. Can you configure this
> view to see the full file names?
>
>
> Thanks a lot
>
|
|
|
Powered by
FUDForum. Page generated in 0.04579 seconds