[JBoss JIRA] (JBIDE-15823) jQueryMobile Properties Tab
by Alexey Kazakov (JIRA)
[ https://issues.jboss.org/browse/JBIDE-15823?page=com.atlassian.jira.plugi... ]
Alexey Kazakov commented on JBIDE-15823:
----------------------------------------
Prototype demo - http://www.screenr.com/BHbH
> jQueryMobile Properties Tab
> ---------------------------
>
> Key: JBIDE-15823
> URL: https://issues.jboss.org/browse/JBIDE-15823
> Project: Tools (JBoss Tools)
> Issue Type: Sub-task
> Components: jsp/jsf/xml/html source editing
> Reporter: Alexey Kazakov
> Assignee: Viacheslav Kabanovich
> Labels: new_and_noteworthy
> Fix For: 4.2.x
>
>
> *Proposed property forms in "jQuery" tab:*
> <a> data-role="button" (data-role, rel, transition, direction, position to, prefetch, corners, icon, icon position, icon shadow, inline, mini, shadow, theme, dom cache, ajax)
> <div> data-role not set (data-role, ajax, enhance)
> <div> data-role="collapsible" (data-role, collapsed, mini, inset, collapsed icon, expanded icon, icon position, theme, content theme, ajax, enhance)
> <div> data-role="collapsible-set" (data-role, mini, inset, collapsed icon, expanded icon, icon position, theme, content theme, ajax, enhance)
> <div> data-role="content" (data-role, ajax, enhance)
> <div> data-role="controlgroup" (data-role, mini, horizontile/vertical, ajax, enhance)
> <div> data-role="dialog" (data-role, title, corners, close button, close button text, theme, overlay theme, dom cache, ajax, enhance)
> <div> data-role="fieldcontain" (data-role, ajax, enhance)
> <div> data-role="footer" (data-role, fullscreen, position, theme, data id, ajax, enhance)
> <div> data-role="header" (data-role, fullscreen, position, theme, data id, ajax, enhance)
> <div> data-role="navbar" (data-role, icon position, ajax, enhance)
> <div> data-role="page" (data-role, title, url, back button, back button text, theme, overlay theme, back button theme, dom-cache, ajax)
> <div> data-role="panel" (data-role, dismissible, display, position, position fixed, swipe close, theme, enhance, ajax)
> <div> data-role="popup" (data-role, corners, dismissible, tolerance, shadow, theme, overlay theme, enhance, ajax)
> <fieldset> data-role="collapsible" (same as <div> data-role="collapsible")
> <input> type="button | reset | submit" (corners, icon, icon position, icon shadow, inline, mini, shadow, theme)
> <input> type="checkbox" (mini, theme)
> <input> type="file | image | password | text" (clear button, clear button text, mini, role, theme)
> <input> type="radio" (mini, theme)
> <button> (same as <input> type="button)
> <textarea> (same as <input> type="text")
> <ul | ol> data-role="listview" (data-role, filter, filter placeholder, inset, autodividers, icon, split icon, count theme, divider theme, header theme, split theme, filter theme)
> <table> data-role="table" (data-role, mode, responsible, stripes, theme)
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 5 months
[JBoss JIRA] (JBIDE-15713) Advanced HTML5 Properties view
by Viacheslav Kabanovich (JIRA)
[ https://issues.jboss.org/browse/JBIDE-15713?page=com.atlassian.jira.plugi... ]
Viacheslav Kabanovich updated JBIDE-15713:
------------------------------------------
Comment: was deleted
(was: *Proposed property forms in "jQuery" tab:*
<a> data-role="button" (data-role, rel, transition, direction, position to, prefetch, corners, icon, icon position, icon shadow, inline, mini, shadow, theme, dom cache, ajax)
<div> data-role not set (data-role, ajax, enhance)
<div> data-role="collapsible" (data-role, collapsed, mini, inset, collapsed icon, expanded icon, icon position, theme, content theme, ajax, enhance)
<div> data-role="collapsible-set" (data-role, mini, inset, collapsed icon, expanded icon, icon position, theme, content theme, ajax, enhance)
<div> data-role="content" (data-role, ajax, enhance)
<div> data-role="controlgroup" (data-role, mini, horizontile/vertical, ajax, enhance)
<div> data-role="dialog" (data-role, title, corners, close button, close button text, theme, overlay theme, dom cache, ajax, enhance)
<div> data-role="fieldcontain" (data-role, ajax, enhance)
<div> data-role="footer" (data-role, fullscreen, position, theme, data id, ajax, enhance)
<div> data-role="header" (data-role, fullscreen, position, theme, data id, ajax, enhance)
<div> data-role="navbar" (data-role, icon position, ajax, enhance)
<div> data-role="page" (data-role, title, url, back button, back button text, theme, overlay theme, back button theme, dom-cache, ajax)
<div> data-role="panel" (data-role, dismissible, display, position, position fixed, swipe close, theme, enhance, ajax)
<div> data-role="popup" (data-role, corners, dismissible, tolerance, shadow, theme, overlay theme, enhance, ajax)
<fieldset> data-role="collapsible" (same as <div> data-role="collapsible")
<input> type="button | reset | submit" (corners, icon, icon position, icon shadow, inline, mini, shadow, theme)
<input> type="checkbox" (mini, theme)
<input> type="file | image | password | text" (clear button, clear button text, mini, role, theme)
<input> type="radio" (mini, theme)
<button> (same as <input> type="button)
<textarea> (same as <input> type="text")
<ul | ol> data-role="listview" (data-role, filter, filter placeholder, inset, autodividers, icon, split icon, count theme, divider theme, header theme, split theme, filter theme)
<table> data-role="table" (data-role, mode, responsible, stripes, theme)
*Proposed property forms in "HTML" tab:*
Any tag (id)
<a> (url)
<input> type="button" (type, value, disabled, autofocus)
<input> type="text | password | search | file url" (type, value, pattern, placeholder, required, max length, disabled, autofocus)
<input> type="number" (same as others + min, max, step)
<form> (name, action, method, novalidate, autocomplete)
<img> (url, alt, width, height, is map, use map, crossorigin)
<video> (url, poster, width, height, autoplay, controls, loop, muted, preload)
<audio> (url, poster, width, height, autoplay, controls, loop, muted, preload)
<source> (url, type)
<link> (href, rel)
<meta> (name, content)
<script> (src, type)
<style> (type)
<body> (background, bgcolor, ...))
> Advanced HTML5 Properties view
> ------------------------------
>
> Key: JBIDE-15713
> URL: https://issues.jboss.org/browse/JBIDE-15713
> Project: Tools (JBoss Tools)
> Issue Type: Feature Request
> Components: jsp/jsf/xml/html source editing
> Reporter: Alexey Kazakov
> Assignee: Viacheslav Kabanovich
> Labels: new_and_noteworthy
> Fix For: 4.2.x
>
>
> *Proposed property forms in "HTML" tab:*
> Any tag (id)
> <a> (url)
> <input> type="button" (type, value, disabled, autofocus)
> <input> type="text | password | search | file url" (type, value, pattern, placeholder, required, max length, disabled, autofocus)
> <input> type="number" (same as others + min, max, step)
> <form> (name, action, method, novalidate, autocomplete)
> <img> (url, alt, width, height, is map, use map, crossorigin)
> <video> (url, poster, width, height, autoplay, controls, loop, muted, preload)
> <audio> (url, poster, width, height, autoplay, controls, loop, muted, preload)
> <source> (url, type)
> <link> (href, rel)
> <meta> (name, content)
> <script> (src, type)
> <style> (type)
> <body> (background, bgcolor, ...)
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 5 months
[JBoss JIRA] (JBIDE-15713) Advanced HTML5 Properties view
by Alexey Kazakov (JIRA)
[ https://issues.jboss.org/browse/JBIDE-15713?page=com.atlassian.jira.plugi... ]
Alexey Kazakov updated JBIDE-15713:
-----------------------------------
Description:
*Proposed property forms in "HTML" tab:*
Any tag (id)
<a> (url)
<input> type="button" (type, value, disabled, autofocus)
<input> type="text | password | search | file url" (type, value, pattern, placeholder, required, max length, disabled, autofocus)
<input> type="number" (same as others + min, max, step)
<form> (name, action, method, novalidate, autocomplete)
<img> (url, alt, width, height, is map, use map, crossorigin)
<video> (url, poster, width, height, autoplay, controls, loop, muted, preload)
<audio> (url, poster, width, height, autoplay, controls, loop, muted, preload)
<source> (url, type)
<link> (href, rel)
<meta> (name, content)
<script> (src, type)
<style> (type)
<body> (background, bgcolor, ...)
> Advanced HTML5 Properties view
> ------------------------------
>
> Key: JBIDE-15713
> URL: https://issues.jboss.org/browse/JBIDE-15713
> Project: Tools (JBoss Tools)
> Issue Type: Feature Request
> Components: jsp/jsf/xml/html source editing
> Reporter: Alexey Kazakov
> Assignee: Viacheslav Kabanovich
> Labels: new_and_noteworthy
> Fix For: 4.2.x
>
>
> *Proposed property forms in "HTML" tab:*
> Any tag (id)
> <a> (url)
> <input> type="button" (type, value, disabled, autofocus)
> <input> type="text | password | search | file url" (type, value, pattern, placeholder, required, max length, disabled, autofocus)
> <input> type="number" (same as others + min, max, step)
> <form> (name, action, method, novalidate, autocomplete)
> <img> (url, alt, width, height, is map, use map, crossorigin)
> <video> (url, poster, width, height, autoplay, controls, loop, muted, preload)
> <audio> (url, poster, width, height, autoplay, controls, loop, muted, preload)
> <source> (url, type)
> <link> (href, rel)
> <meta> (name, content)
> <script> (src, type)
> <style> (type)
> <body> (background, bgcolor, ...)
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 5 months
[JBoss JIRA] (JBIDE-15823) jQueryMobile Properties Tab
by Alexey Kazakov (JIRA)
[ https://issues.jboss.org/browse/JBIDE-15823?page=com.atlassian.jira.plugi... ]
Alexey Kazakov updated JBIDE-15823:
-----------------------------------
Description:
*Proposed property forms in "jQuery" tab:*
<a> data-role="button" (data-role, rel, transition, direction, position to, prefetch, corners, icon, icon position, icon shadow, inline, mini, shadow, theme, dom cache, ajax)
<div> data-role not set (data-role, ajax, enhance)
<div> data-role="collapsible" (data-role, collapsed, mini, inset, collapsed icon, expanded icon, icon position, theme, content theme, ajax, enhance)
<div> data-role="collapsible-set" (data-role, mini, inset, collapsed icon, expanded icon, icon position, theme, content theme, ajax, enhance)
<div> data-role="content" (data-role, ajax, enhance)
<div> data-role="controlgroup" (data-role, mini, horizontile/vertical, ajax, enhance)
<div> data-role="dialog" (data-role, title, corners, close button, close button text, theme, overlay theme, dom cache, ajax, enhance)
<div> data-role="fieldcontain" (data-role, ajax, enhance)
<div> data-role="footer" (data-role, fullscreen, position, theme, data id, ajax, enhance)
<div> data-role="header" (data-role, fullscreen, position, theme, data id, ajax, enhance)
<div> data-role="navbar" (data-role, icon position, ajax, enhance)
<div> data-role="page" (data-role, title, url, back button, back button text, theme, overlay theme, back button theme, dom-cache, ajax)
<div> data-role="panel" (data-role, dismissible, display, position, position fixed, swipe close, theme, enhance, ajax)
<div> data-role="popup" (data-role, corners, dismissible, tolerance, shadow, theme, overlay theme, enhance, ajax)
<fieldset> data-role="collapsible" (same as <div> data-role="collapsible")
<input> type="button | reset | submit" (corners, icon, icon position, icon shadow, inline, mini, shadow, theme)
<input> type="checkbox" (mini, theme)
<input> type="file | image | password | text" (clear button, clear button text, mini, role, theme)
<input> type="radio" (mini, theme)
<button> (same as <input> type="button)
<textarea> (same as <input> type="text")
<ul | ol> data-role="listview" (data-role, filter, filter placeholder, inset, autodividers, icon, split icon, count theme, divider theme, header theme, split theme, filter theme)
<table> data-role="table" (data-role, mode, responsible, stripes, theme)
> jQueryMobile Properties Tab
> ---------------------------
>
> Key: JBIDE-15823
> URL: https://issues.jboss.org/browse/JBIDE-15823
> Project: Tools (JBoss Tools)
> Issue Type: Sub-task
> Components: jsp/jsf/xml/html source editing
> Reporter: Alexey Kazakov
> Assignee: Viacheslav Kabanovich
> Labels: new_and_noteworthy
> Fix For: 4.2.x
>
>
> *Proposed property forms in "jQuery" tab:*
> <a> data-role="button" (data-role, rel, transition, direction, position to, prefetch, corners, icon, icon position, icon shadow, inline, mini, shadow, theme, dom cache, ajax)
> <div> data-role not set (data-role, ajax, enhance)
> <div> data-role="collapsible" (data-role, collapsed, mini, inset, collapsed icon, expanded icon, icon position, theme, content theme, ajax, enhance)
> <div> data-role="collapsible-set" (data-role, mini, inset, collapsed icon, expanded icon, icon position, theme, content theme, ajax, enhance)
> <div> data-role="content" (data-role, ajax, enhance)
> <div> data-role="controlgroup" (data-role, mini, horizontile/vertical, ajax, enhance)
> <div> data-role="dialog" (data-role, title, corners, close button, close button text, theme, overlay theme, dom cache, ajax, enhance)
> <div> data-role="fieldcontain" (data-role, ajax, enhance)
> <div> data-role="footer" (data-role, fullscreen, position, theme, data id, ajax, enhance)
> <div> data-role="header" (data-role, fullscreen, position, theme, data id, ajax, enhance)
> <div> data-role="navbar" (data-role, icon position, ajax, enhance)
> <div> data-role="page" (data-role, title, url, back button, back button text, theme, overlay theme, back button theme, dom-cache, ajax)
> <div> data-role="panel" (data-role, dismissible, display, position, position fixed, swipe close, theme, enhance, ajax)
> <div> data-role="popup" (data-role, corners, dismissible, tolerance, shadow, theme, overlay theme, enhance, ajax)
> <fieldset> data-role="collapsible" (same as <div> data-role="collapsible")
> <input> type="button | reset | submit" (corners, icon, icon position, icon shadow, inline, mini, shadow, theme)
> <input> type="checkbox" (mini, theme)
> <input> type="file | image | password | text" (clear button, clear button text, mini, role, theme)
> <input> type="radio" (mini, theme)
> <button> (same as <input> type="button)
> <textarea> (same as <input> type="text")
> <ul | ol> data-role="listview" (data-role, filter, filter placeholder, inset, autodividers, icon, split icon, count theme, divider theme, header theme, split theme, filter theme)
> <table> data-role="table" (data-role, mode, responsible, stripes, theme)
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 5 months
[JBoss JIRA] (JBIDE-15713) Advanced HTML5 Properties view
by Alexey Kazakov (JIRA)
[ https://issues.jboss.org/browse/JBIDE-15713?page=com.atlassian.jira.plugi... ]
Alexey Kazakov updated JBIDE-15713:
-----------------------------------
Description:
*Proposed property forms in "HTML" tab:*
Any tag (id)
<a> (url)
<input> type="button" (type, value, disabled, autofocus)
<input> type="text | password | search | file url" (type, value, pattern, placeholder, required, max length, disabled, autofocus)
<input> type="number" (same as others + min, max, step)
<form> (name, action, method, novalidate, autocomplete)
<img> (url, alt, width, height, is map, use map, crossorigin)
<video> (url, poster, width, height, autoplay, controls, loop, muted, preload)
<audio> (url, poster, width, height, autoplay, controls, loop, muted, preload)
<source> (url, type)
<link> (href, rel)
<meta> (name, content)
<script> (src, type)
<style> (type)
<body> (background, bgcolor, ...)
was:
*Proposed property forms in "HTML" tab:*
Any tag (id)
<a> (url)
<input> type="button" (type, value, disabled, autofocus)
<input> type="text | password | search | file url" (type, value, pattern, placeholder, required, max length, disabled, autofocus)
<input> type="number" (same as others + min, max, step)
<form> (name, action, method, novalidate, autocomplete)
<img> (url, alt, width, height, is map, use map, crossorigin)
<video> (url, poster, width, height, autoplay, controls, loop, muted, preload)
<audio> (url, poster, width, height, autoplay, controls, loop, muted, preload)
<source> (url, type)
<link> (href, rel)
<meta> (name, content)
<script> (src, type)
<style> (type)
<body> (background, bgcolor, ...)
> Advanced HTML5 Properties view
> ------------------------------
>
> Key: JBIDE-15713
> URL: https://issues.jboss.org/browse/JBIDE-15713
> Project: Tools (JBoss Tools)
> Issue Type: Feature Request
> Components: jsp/jsf/xml/html source editing
> Reporter: Alexey Kazakov
> Assignee: Viacheslav Kabanovich
> Labels: new_and_noteworthy
> Fix For: 4.2.x
>
>
> *Proposed property forms in "HTML" tab:*
> Any tag (id)
> <a> (url)
> <input> type="button" (type, value, disabled, autofocus)
> <input> type="text | password | search | file url" (type, value, pattern, placeholder, required, max length, disabled, autofocus)
> <input> type="number" (same as others + min, max, step)
> <form> (name, action, method, novalidate, autocomplete)
> <img> (url, alt, width, height, is map, use map, crossorigin)
> <video> (url, poster, width, height, autoplay, controls, loop, muted, preload)
> <audio> (url, poster, width, height, autoplay, controls, loop, muted, preload)
> <source> (url, type)
> <link> (href, rel)
> <meta> (name, content)
> <script> (src, type)
> <style> (type)
> <body> (background, bgcolor, ...)
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 5 months
[JBoss JIRA] (JBIDE-15821) rework page/model setup in ApplicationConfigurationWizardPage
by Andre Dietisheim (JIRA)
Andre Dietisheim created JBIDE-15821:
----------------------------------------
Summary: rework page/model setup in ApplicationConfigurationWizardPage
Key: JBIDE-15821
URL: https://issues.jboss.org/browse/JBIDE-15821
Project: Tools (JBoss Tools)
Issue Type: Sub-task
Components: openshift
Affects Versions: 4.2.0.Alpha1
Reporter: Andre Dietisheim
Assignee: Andre Dietisheim
Fix For: 4.2.0.Alpha1
The page/model setup in ApplicationConfigurationWizardPage is messy.
#onPageActivated is called when the page is activated as 1st page of the wizard, but also when we switch from page2 back to this page. This causes resources to get loaded even if we switch from page2 to page1.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 5 months
[JBoss JIRA] (JBIDE-15820) CLONE - Unselecting embedded cartridge causes NPE after first try to create app failed.
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-15820?page=com.atlassian.jira.plugi... ]
Andre Dietisheim updated JBIDE-15820:
-------------------------------------
Fix Version/s: 4.2.0.Alpha1
(was: 4.1.1.CR1)
> CLONE - Unselecting embedded cartridge causes NPE after first try to create app failed.
> ---------------------------------------------------------------------------------------
>
> Key: JBIDE-15820
> URL: https://issues.jboss.org/browse/JBIDE-15820
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift
> Affects Versions: 4.1.1.Beta1
> Reporter: Andre Dietisheim
> Assignee: Andre Dietisheim
> Fix For: 4.2.0.Alpha1
>
>
> After attempt to create scalable app with php my admin cartridge (which should not be possible - I miss some dialog about it) and then try to modify cartridges before new attempt to create, NPE is thrown.
> 1. EXEC: create new openshift app
> 2. EXEC: type app name, confirm checkbox for php my admin and my sql, confirm checkbox for scalable app (IMPORTANT: check "Enable scaling" AFTER you added the cartridges)
> 3. EXEC: click next
> 4. EXEC: click Finish
> 5. ASSERT: Error dialog is shown - cannot create such app.
> 6. EXEC: click back
> 7. EXEC: try to clear checkbox for any of choosen cartridges
> 8. ASSERT: NPE dialog is show (check .log)
> !uncheck-and-npe.png!
> In the Eclipse log you'll spot the following:
> {code}
> java.lang.NullPointerException
> at org.jboss.tools.openshift.express.internal.ui.wizard.embed.EmbedCartridgeStrategyAdapter.getEmbedCartridgeStrategy(EmbedCartridgeStrategyAdapter.java:159)
> at org.jboss.tools.openshift.express.internal.ui.wizard.embed.EmbedCartridgeStrategyAdapter.checkStateChanged(EmbedCartridgeStrategyAdapter.java:83)
> at org.eclipse.jface.viewers.CheckboxTableViewer$1.run(CheckboxTableViewer.java:212)
> at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42)
> at org.eclipse.ui.internal.JFaceUtil$1.run(JFaceUtil.java:49)
> at org.eclipse.jface.util.SafeRunnable.run(SafeRunnable.java:175)
> at org.eclipse.jface.viewers.CheckboxTableViewer.fireCheckStateChanged(CheckboxTableViewer.java:210)
> at org.eclipse.jface.viewers.CheckboxTableViewer.handleSelect(CheckboxTableViewer.java:306)
> at org.eclipse.jface.viewers.StructuredViewer$4.widgetSelected(StructuredViewer.java:1241)
> at org.eclipse.jface.util.OpenStrategy.fireSelectionEvent(OpenStrategy.java:239)
> at org.eclipse.jface.util.OpenStrategy.access$4(OpenStrategy.java:233)
> at org.eclipse.jface.util.OpenStrategy$1.handleEvent(OpenStrategy.java:403)
> at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
> at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1392)
> at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3742)
> at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3363)
> at org.eclipse.jface.window.Window.runEventLoop(Window.java:826)
> at org.eclipse.jface.window.Window.open(Window.java:802)
> at org.jboss.tools.openshift.express.internal.ui.utils.WizardUtils.openWizard(WizardUtils.java:59)
> at org.jboss.tools.openshift.express.internal.ui.utils.WizardUtils.openWizard(WizardUtils.java:49)
> at org.jboss.tools.openshift.express.internal.ui.command.NewApplicationHandler.open(NewApplicationHandler.java:46)
> at org.jboss.tools.openshift.express.internal.ui.command.NewApplicationHandler.execute(NewApplicationHandler.java:35)
> at org.eclipse.ui.internal.handlers.HandlerProxy.execute(HandlerProxy.java:290)
> at org.eclipse.ui.internal.handlers.E4HandlerProxy.execute(E4HandlerProxy.java:90)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
> at java.lang.reflect.Method.invoke(Method.java:597)
> at org.eclipse.e4.core.internal.di.MethodRequestor.execute(MethodRequestor.java:56)
> at org.eclipse.e4.core.internal.di.InjectorImpl.invokeUsingClass(InjectorImpl.java:243)
> at org.eclipse.e4.core.internal.di.InjectorImpl.invoke(InjectorImpl.java:224)
> at org.eclipse.e4.core.contexts.ContextInjectionFactory.invoke(ContextInjectionFactory.java:132)
> at org.eclipse.e4.core.commands.internal.HandlerServiceHandler.execute(HandlerServiceHandler.java:167)
> at org.eclipse.core.commands.Command.executeWithChecks(Command.java:499)
> at org.eclipse.core.commands.ParameterizedCommand.executeWithChecks(ParameterizedCommand.java:508)
> at org.eclipse.e4.core.commands.internal.HandlerServiceImpl.executeHandler(HandlerServiceImpl.java:213)
> at org.eclipse.e4.ui.workbench.renderers.swt.HandledContributionItem.executeItem(HandledContributionItem.java:850)
> at org.eclipse.e4.ui.workbench.renderers.swt.HandledContributionItem.handleWidgetSelection(HandledContributionItem.java:743)
> at org.eclipse.e4.ui.workbench.renderers.swt.HandledContributionItem.access$7(HandledContributionItem.java:727)
> at org.eclipse.e4.ui.workbench.renderers.swt.HandledContributionItem$4.handleEvent(HandledContributionItem.java:662)
> at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
> at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1392)
> at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3742)
> at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3363)
> at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$9.run(PartRenderingEngine.java:1113)
> at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
> at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:997)
> at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:138)
> at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:610)
> at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
> at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:567)
> at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:150)
> at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:124)
> at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)
> at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
> at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
> at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:354)
> at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:181)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
> at java.lang.reflect.Method.invoke(Method.java:597)
> at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:636)
> at org.eclipse.equinox.launcher.Main.basicRun(Main.java:591)
> at org.eclipse.equinox.launcher.Main.run(Main.java:1450)
> at org.eclipse.equinox.launcher.Main.main(Main.java:1426)
> {code}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 5 months