[jbosstools-issues] [JBoss JIRA] (JBDS-1935) JBoss Central can't be resized / doesn't auto-resize to fill editor pane

Nick Boldt (Commented) (JIRA) jira-events at lists.jboss.org
Tue Dec 6 15:43:41 EST 2011


    [ https://issues.jboss.org/browse/JBDS-1935?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12648612#comment-12648612 ] 

Nick Boldt commented on JBDS-1935:
----------------------------------

Maybe it's my runner script?

{code}
#!/bin/bash

workspace=/home/nboldt/eclipse/workspace-clean37
target=/home/nboldt/eclipse/37clean

eclipse=/home/nboldt/tmp/Eclipse_Bundles/eclipse-jee-indigo-SR1-linux-gtk-x86_64.tar.gz

if [[ $1 ]]; then
  echo "Wipe $target/eclipse and $workspace ..."
  rm -fr $target/eclipse $workspace
  echo "Unpack $eclipse ..."
  tar xzf $eclipse
fi

export GDK_NATIVE_WINDOWS=true
./eclipse/eclipse -clean -showLocation -data $workspace -consolelog -console -vm /opt/sun-java2-6.0/bin/java -vmargs -Xms128M -Xmx256M -XX:PermSize=128M -XX:MaxPermSize=256M 2>&1 | tee "logs/eclipse.log.`date`.txt"
{code}

Could be memory settings? Or the GDK_NATIVE_WINDOWS thing? Or my flavour of KDE which is wonky? *shrug*


                
> JBoss Central can't be resized / doesn't auto-resize to fill editor pane
> ------------------------------------------------------------------------
>
>                 Key: JBDS-1935
>                 URL: https://issues.jboss.org/browse/JBDS-1935
>             Project: Developer Studio (JBoss Developer Studio)
>          Issue Type: Bug
>      Security Level: Public(Everyone can see) 
>          Components: central
>    Affects Versions: 5.0.0.M5
>            Reporter: Nick Boldt
>            Assignee: Snjezana Peco
>            Priority: Blocker
>             Fix For: 5.0.0.M5
>
>         Attachments: jboss-central-squished-on-restart-again.png, resizing-fine-after-restart.png
>
>
> Can't resize Central view, and view won't expand to fill the available editor space. Kinda ugly.
> Does this require some new com.jboss.jbds.central plugin to allow JBoss Central in JBDS to behave differently than JBoss Central (as part of Tools) ?
> Screenshot (from JBDS 5.0.0.v201111221530N-H834-M5 on linux 64-bit):
> !https://issues.jboss.org/secure/attachment/12349274/central-in-jbds-5.0.0.v201111221530N-H834-M5.png!

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the jbosstools-issues mailing list