Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
bonita
bonita-studio
Commits
665b1d7c
Commit
665b1d7c
authored
Jan 15, 2015
by
Romain Bioteau
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Maximized shell at stratu
(fix TestWebPurchase)
parent
ab16d429
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
11 deletions
+12
-11
bundles/plugins/org.bonitasoft.studio.application/src/org/bonitasoft/studio/application/BonitaStudioWorkbenchWindowAdvisor.java
...tudio/application/BonitaStudioWorkbenchWindowAdvisor.java
+12
-11
No files found.
bundles/plugins/org.bonitasoft.studio.application/src/org/bonitasoft/studio/application/BonitaStudioWorkbenchWindowAdvisor.java
View file @
665b1d7c
...
...
@@ -79,21 +79,22 @@ public class BonitaStudioWorkbenchWindowAdvisor extends WorkbenchWindowAdvisor {
if
(
statusBar
!=
null
){
statusBar
.
setVisible
(
false
);
}
window
.
getShell
().
setMaximized
(
true
);
}
@Override
public
void
openIntro
()
{
PrefUtil
.
getAPIPreferenceStore
().
setValue
(
IWorkbenchPreferenceConstants
.
SHOW_INTRO
,
true
);
PrefUtil
.
saveAPIPrefs
();
PlatformUI
.
getWorkbench
().
getDisplay
().
asyncExec
(
new
Runnable
()
{
@Override
public
void
run
()
{
if
(!
PlatformUtil
.
isIntroOpen
()){
PlatformUtil
.
openIntro
();
}
}
});
PrefUtil
.
getAPIPreferenceStore
().
setValue
(
IWorkbenchPreferenceConstants
.
SHOW_INTRO
,
true
);
PrefUtil
.
saveAPIPrefs
();
PlatformUI
.
getWorkbench
().
getDisplay
().
asyncExec
(
new
Runnable
()
{
@Override
public
void
run
()
{
if
(!
PlatformUtil
.
isIntroOpen
())
{
PlatformUtil
.
openIntro
();
}
}
});
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment