Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
bonita
bonita-studio
Commits
b19d1c0a
Commit
b19d1c0a
authored
Nov 03, 2014
by
Romain Bioteau
Browse files
fix builder exception
parent
5c256f2b
Changes
1
Hide whitespace changes
Inline
Side-by-side
bundles/plugins/org.bonitasoft.studio.condition.ui/src/org/bonitasoft/studio/condition/ui/expression/ComparisonExpressionEditor.java
View file @
b19d1c0a
...
...
@@ -191,6 +191,7 @@ public class ComparisonExpressionEditor extends SelectionAwareExpressionEditor i
final
Builder
buildEditor
=
factory
.
newEditor
(
resourceProvider
);
comparisonEditor
=
buildEditor
.
withParent
(
parent
);
comparisonEditor
.
createPartialEditor
(
true
);
comparisonEditor
.
getDocument
().
set
(
""
);
comparisonEditor
.
getViewer
().
getControl
().
setLayoutData
(
GridDataFactory
.
fillDefaults
().
grab
(
true
,
true
).
create
());
comparisonEditor
.
getViewer
().
addTextListener
(
new
ITextListener
()
{
...
...
Write
Preview
Supports
Markdown
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