[JBoss JIRA] (JBIDE-13431) BrowserSim: remake galaxy S III skin
by Daniel Azarov (JIRA)
[ https://issues.jboss.org/browse/JBIDE-13431?page=com.atlassian.jira.plugi... ]
Daniel Azarov updated JBIDE-13431:
----------------------------------
Attachment: Buttons.png
Clear skin.png
> BrowserSim: remake galaxy S III skin
> ------------------------------------
>
> Key: JBIDE-13431
> URL: https://issues.jboss.org/browse/JBIDE-13431
> Project: Tools (JBoss Tools)
> Issue Type: Feature Request
> Components: Visual Page Editor core
> Reporter: Ilya Buziuk
> Assignee: Daniel Azarov
> Attachments: attributes.png, Buttons.png, buttons.png, Clear skin.png, forward-disabled.png, forward-selected.png, forward.png, refresh.png, refresh_replacement.png, screen_size.png, uneven_edge.png, uneven_edge_max.png
>
>
> Need to remake galaxy S III skin, which is generated by Android Asset Studio: [http://android-ui-utils.googlecode.com/hg/asset-studio/dist/device-frames...]
> * while compressing the mockup the edge of the device is becoming uneven: !uneven_edge.png|thumbnail! , !uneven_edge_max.png|thumbnail! - the edges should be even;
> * the mockup should be vertically compressed until the screen size of the device will be no more than 800px - !screen_size.png|thumbnail!;
> * mikrofon, 3 cameras, "sumsung" symbolism, *side buttons*: every item should be settled on the new layer: !attributes.png|thumbnail!;
> * "menu" button should be replaced with the "refresh" !refresh.png|thumbnail! button: !refresh_replacement.png|thumbnail!;
> * 3 buttons at the bottom of the device !refresh_replacement.png|thumbnail! should have 3 states: enable !forward.png|thumbnail!, disable !forward-disabled.png|thumbnail!, selected !forward-selected.png|thumbnail! - each item on the new layer;
> Link to the source images: [http://code.google.com/p/android-ui-utils/source/browse/#hg%2Fasset-studi...]
--
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, 11 months
[JBoss JIRA] (JBIDE-13413) jQuery Mobile Widget Palette
by Max Rydahl Andersen (JIRA)
[ https://issues.jboss.org/browse/JBIDE-13413?page=com.atlassian.jira.plugi... ]
Max Rydahl Andersen commented on JBIDE-13413:
---------------------------------------------
The CSS editing dialogs have a swtbrowser widget afaik. [~yradtsevich] should know the details.
> jQuery Mobile Widget Palette
> ----------------------------
>
> Key: JBIDE-13413
> URL: https://issues.jboss.org/browse/JBIDE-13413
> Project: Tools (JBoss Tools)
> Issue Type: Feature Request
> Components: jsp/jsf/xml/html source editing
> Reporter: Alexey Kazakov
> Assignee: Alexey Kazakov
> Fix For: 4.1.x
>
> Attachments: NewBlock.bmml, NewBlock.bmml, NewBlock.png, NewButton.bmml, NewButton.png, NewCheckBox.bmml, NewCheckBox.png, NewDialog.bmml, NewDialog.bmml, NewDialog.png, NewFlip.bmml, NewFlip.png, NewGrid.bmml, NewGrid.png, NewGroupedCheckBoxes.bmml, NewGroupedCheckBoxes.png, NewHeaderBar.bmml, NewHeaderBar.png, NewListview.bmml, NewListview.png, NewNavbar.bmml, NewNavbar.png, NewPage.bmml, NewPage.png, NewPopup.bmml, NewPopup.png, NewRadioButton.bmml, NewRadioButton.png, withwithoutpreview.bmml, withwithoutpreview.png
>
>
> http://jquerymobile.com/test/
> See my proposal regarding the content of jQuery Mobile palette below.
> Also I have an idea to add a live preview into each wizard.
> We could try to add a browser to the wizard which will show how the widget is going to look.
--
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, 11 months
[JBoss JIRA] (JBIDE-13455) Code completion for tag names throws NPE
by Alexey Kazakov (JIRA)
Alexey Kazakov created JBIDE-13455:
--------------------------------------
Summary: Code completion for tag names throws NPE
Key: JBIDE-13455
URL: https://issues.jboss.org/browse/JBIDE-13455
Project: Tools (JBoss Tools)
Issue Type: Feature Request
Components: jsp/jsf/xml/html source editing
Affects Versions: 4.1.0.Alpha1
Reporter: Alexey Kazakov
Assignee: Victor Rubezhny
Priority: Blocker
Fix For: 4.1.0.Alpha1
1. Create s JSF2 KickStart project.
2. Open inputname.xhtml
3. Ctrl+Space in the page (for the list of available tags)
4. The list of proposals appears. Continue to type: <h:
5. Select h:body. Press enter:
{code}
java.lang.NullPointerException
at java.util.Hashtable.put(Hashtable.java:542)
at org.jboss.tools.jst.jsp.contentassist.computers.XmlTagCompletionProposalComputer$NameSpaceInserter.run(XmlTagCompletionProposalComputer.java:720)
at org.jboss.tools.jst.jsp.contentassist.AutoContentAssistantProposal.apply(AutoContentAssistantProposal.java:79)
at org.eclipse.jface.text.contentassist.CompletionProposalPopup.insertProposal(CompletionProposalPopup.java:940)
at org.eclipse.jface.text.contentassist.CompletionProposalPopup.insertSelectedProposalWithMask(CompletionProposalPopup.java:891)
at org.eclipse.jface.text.contentassist.CompletionProposalPopup.verifyKey(CompletionProposalPopup.java:1323)
at org.eclipse.jface.text.contentassist.ContentAssistant$InternalListener.verifyKey(ContentAssistant.java:808)
at org.eclipse.jface.text.TextViewer$VerifyKeyListenersManager.verifyKey(TextViewer.java:491)
at org.eclipse.swt.custom.StyledTextListener.handleEvent(StyledTextListener.java:65)
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.Widget.sendEvent(Widget.java:1416)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1401)
at org.eclipse.swt.widgets.Widget.notifyListeners(Widget.java:1187)
at org.eclipse.swt.custom.StyledText.handleKeyDown(StyledText.java:5942)
at org.eclipse.swt.custom.StyledText$7.handleEvent(StyledText.java:5639)
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.Widget.sendEvent(Widget.java:1416)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1401)
at org.eclipse.swt.widgets.Widget.sendKeyEvent(Widget.java:1428)
at org.eclipse.swt.widgets.Widget.gtk_key_press_event(Widget.java:829)
at org.eclipse.swt.widgets.Control.gtk_key_press_event(Control.java:3180)
at org.eclipse.swt.widgets.Composite.gtk_key_press_event(Composite.java:758)
at org.eclipse.swt.widgets.Widget.windowProc(Widget.java:2092)
at org.eclipse.swt.widgets.Control.windowProc(Control.java:5334)
at org.eclipse.swt.widgets.Display.windowProc(Display.java:4532)
at org.eclipse.swt.internal.gtk.OS._gtk_main_do_event(Native Method)
at org.eclipse.swt.internal.gtk.OS.gtk_main_do_event(OS.java:8549)
at org.eclipse.swt.widgets.Display.eventProc(Display.java:1241)
at org.eclipse.swt.internal.gtk.OS._g_main_context_iteration(Native Method)
at org.eclipse.swt.internal.gtk.OS.g_main_context_iteration(OS.java:2281)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3324)
at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$9.run(PartRenderingEngine.java:1049)
at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:939)
at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:79)
at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:587)
at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:542)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
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:353)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:180)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:601)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:629)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:584)
at org.eclipse.equinox.launcher.Main.run(Main.java:1443)
at org.eclipse.equinox.launcher.Main.main(Main.java:1419)
{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, 11 months
[JBoss JIRA] (JBIDE-13455) Code completion for tag names throws NPE
by Alexey Kazakov (JIRA)
[ https://issues.jboss.org/browse/JBIDE-13455?page=com.atlassian.jira.plugi... ]
Alexey Kazakov updated JBIDE-13455:
-----------------------------------
Environment: Eclipse 4.3.0.M4
> Code completion for tag names throws NPE
> ----------------------------------------
>
> Key: JBIDE-13455
> URL: https://issues.jboss.org/browse/JBIDE-13455
> Project: Tools (JBoss Tools)
> Issue Type: Feature Request
> Components: jsp/jsf/xml/html source editing
> Affects Versions: 4.1.0.Alpha1
> Environment: Eclipse 4.3.0.M4
> Reporter: Alexey Kazakov
> Assignee: Victor Rubezhny
> Priority: Blocker
> Fix For: 4.1.0.Alpha1
>
>
> 1. Create s JSF2 KickStart project.
> 2. Open inputname.xhtml
> 3. Ctrl+Space in the page (for the list of available tags)
> 4. The list of proposals appears. Continue to type: <h:
> 5. Select h:body. Press enter:
> {code}
> java.lang.NullPointerException
> at java.util.Hashtable.put(Hashtable.java:542)
> at org.jboss.tools.jst.jsp.contentassist.computers.XmlTagCompletionProposalComputer$NameSpaceInserter.run(XmlTagCompletionProposalComputer.java:720)
> at org.jboss.tools.jst.jsp.contentassist.AutoContentAssistantProposal.apply(AutoContentAssistantProposal.java:79)
> at org.eclipse.jface.text.contentassist.CompletionProposalPopup.insertProposal(CompletionProposalPopup.java:940)
> at org.eclipse.jface.text.contentassist.CompletionProposalPopup.insertSelectedProposalWithMask(CompletionProposalPopup.java:891)
> at org.eclipse.jface.text.contentassist.CompletionProposalPopup.verifyKey(CompletionProposalPopup.java:1323)
> at org.eclipse.jface.text.contentassist.ContentAssistant$InternalListener.verifyKey(ContentAssistant.java:808)
> at org.eclipse.jface.text.TextViewer$VerifyKeyListenersManager.verifyKey(TextViewer.java:491)
> at org.eclipse.swt.custom.StyledTextListener.handleEvent(StyledTextListener.java:65)
> 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.Widget.sendEvent(Widget.java:1416)
> at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1401)
> at org.eclipse.swt.widgets.Widget.notifyListeners(Widget.java:1187)
> at org.eclipse.swt.custom.StyledText.handleKeyDown(StyledText.java:5942)
> at org.eclipse.swt.custom.StyledText$7.handleEvent(StyledText.java:5639)
> 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.Widget.sendEvent(Widget.java:1416)
> at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1401)
> at org.eclipse.swt.widgets.Widget.sendKeyEvent(Widget.java:1428)
> at org.eclipse.swt.widgets.Widget.gtk_key_press_event(Widget.java:829)
> at org.eclipse.swt.widgets.Control.gtk_key_press_event(Control.java:3180)
> at org.eclipse.swt.widgets.Composite.gtk_key_press_event(Composite.java:758)
> at org.eclipse.swt.widgets.Widget.windowProc(Widget.java:2092)
> at org.eclipse.swt.widgets.Control.windowProc(Control.java:5334)
> at org.eclipse.swt.widgets.Display.windowProc(Display.java:4532)
> at org.eclipse.swt.internal.gtk.OS._gtk_main_do_event(Native Method)
> at org.eclipse.swt.internal.gtk.OS.gtk_main_do_event(OS.java:8549)
> at org.eclipse.swt.widgets.Display.eventProc(Display.java:1241)
> at org.eclipse.swt.internal.gtk.OS._g_main_context_iteration(Native Method)
> at org.eclipse.swt.internal.gtk.OS.g_main_context_iteration(OS.java:2281)
> at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3324)
> at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$9.run(PartRenderingEngine.java:1049)
> at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
> at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:939)
> at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:79)
> at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:587)
> at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
> at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:542)
> at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
> 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:353)
> at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:180)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> at java.lang.reflect.Method.invoke(Method.java:601)
> at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:629)
> at org.eclipse.equinox.launcher.Main.basicRun(Main.java:584)
> at org.eclipse.equinox.launcher.Main.run(Main.java:1443)
> at org.eclipse.equinox.launcher.Main.main(Main.java:1419)
> {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, 11 months
[JBoss JIRA] (JBIDE-13451) Too many "xmlns:"-proposals when requesting content assist for tag attribute name
by Alexey Kazakov (JIRA)
[ https://issues.jboss.org/browse/JBIDE-13451?page=com.atlassian.jira.plugi... ]
Alexey Kazakov commented on JBIDE-13451:
----------------------------------------
Try the following:
1. Create a JSF 2 KickStart project.
2. Open inputname.xhtml
3. Ctrl+Space in <ui:composition |
4. FAILURE: There are two xhtml and xhtml* proposals.
5. Select xhtml proposal.
6. xhtml="" inserted and code assist for its value invoked.
7. FAILURE: There is no icon for the proposals in this list of URIs (default red square is used instead).
> Too many "xmlns:"-proposals when requesting content assist for tag attribute name
> ---------------------------------------------------------------------------------
>
> Key: JBIDE-13451
> URL: https://issues.jboss.org/browse/JBIDE-13451
> Project: Tools (JBoss Tools)
> Issue Type: Enhancement
> Components: jsp/jsf/xml/html source editing
> Affects Versions: 4.1.0.Alpha1
> Reporter: Victor Rubezhny
> Assignee: Alexey Kazakov
> Fix For: 4.1.0.Alpha1
>
>
> When requesting the Content Assist for a tag attribute name there are too many "xmlns:" proposals in the proposal list.
> Need to hide these proposals for all the tags other that a page root element by showing those namespace proposals only if the entered text matches the "xmlns:" string.
--
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, 11 months