[JBoss JIRA] (JBIDE-7007) An image previewer
by Konstantin Marmalyukov (JIRA)
[ https://issues.jboss.org/browse/JBIDE-7007?page=com.atlassian.jira.plugin... ]
Konstantin Marmalyukov resolved JBIDE-7007.
-------------------------------------------
Resolution: Won't Fix
> An image previewer
> -------------------
>
> Key: JBIDE-7007
> URL: https://issues.jboss.org/browse/JBIDE-7007
> Project: Tools (JBoss Tools)
> Issue Type: Feature Request
> Components: visual-page-editor-core
> Reporter: Maxim Areshkau
> Assignee: Konstantin Marmalyukov
> Fix For: LATER
>
>
> Eclipse hasn't any build-in image pre-viewer. The image preview is possible using internal web browser or some external program. Its useful during web development have possibility to preview an image. So will be good to create an image pre-viewer using internal web browser(or smth. another technology) with following functionality: zooming, rotate left, rotate right.
> QuichImage Plugin is here http://psnet.nu/eclipse/
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years, 3 months
[JBoss JIRA] (JBIDE-5969) Add Action Binding feature to VPE
by Konstantin Marmalyukov (JIRA)
[ https://issues.jboss.org/browse/JBIDE-5969?page=com.atlassian.jira.plugin... ]
Konstantin Marmalyukov reassigned JBIDE-5969:
---------------------------------------------
Assignee: Ilya Buziuk (was: Konstantin Marmalyukov)
> Add Action Binding feature to VPE
> ---------------------------------
>
> Key: JBIDE-5969
> URL: https://issues.jboss.org/browse/JBIDE-5969
> Project: Tools (JBoss Tools)
> Issue Type: Feature Request
> Components: visual-page-editor-core
> Affects Versions: 3.1.0.CR2
> Reporter: Yahor Radtsevich
> Assignee: Ilya Buziuk
> Fix For: LATER
>
> Attachments: image1.png
>
>
> A way to bind JSF widgets to actions is needed.
> The binding could be implemented as 'Action Binding' dialog, which would be invoked by double-click on a widget or by content menu (see image1.png).
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years, 3 months
[JBoss JIRA] (JBIDE-6229) Implement DnD support for selected text in VPE
by Konstantin Marmalyukov (JIRA)
[ https://issues.jboss.org/browse/JBIDE-6229?page=com.atlassian.jira.plugin... ]
Konstantin Marmalyukov reassigned JBIDE-6229:
---------------------------------------------
Assignee: Ilya Buziuk (was: Konstantin Marmalyukov)
> Implement DnD support for selected text in VPE
> ----------------------------------------------
>
> Key: JBIDE-6229
> URL: https://issues.jboss.org/browse/JBIDE-6229
> Project: Tools (JBoss Tools)
> Issue Type: Feature Request
> Components: visual-page-editor-core
> Affects Versions: 3.1.0.GA
> Reporter: Yahor Radtsevich
> Assignee: Ilya Buziuk
> Labels: dnd, new_and_noteworthy
> Fix For: LATER
>
> Attachments: JBIDE-6229-demo-2.swf, JBIDE-6229-demo.swf, Text-Drag&Drop-Demo-1.png, Text-Drag&Drop-Demo-2.png, Text-Drag&Drop-Demo-2.png
>
>
> See the summary.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years, 3 months
[JBoss JIRA] (JBIDE-4710) Try to use mock objects for using jsf renders in our templates
by Konstantin Marmalyukov (JIRA)
[ https://issues.jboss.org/browse/JBIDE-4710?page=com.atlassian.jira.plugin... ]
Konstantin Marmalyukov reassigned JBIDE-4710:
---------------------------------------------
Assignee: Ilya Buziuk (was: Konstantin Marmalyukov)
> Try to use mock objects for using jsf renders in our templates
> --------------------------------------------------------------
>
> Key: JBIDE-4710
> URL: https://issues.jboss.org/browse/JBIDE-4710
> Project: Tools (JBoss Tools)
> Issue Type: Feature Request
> Components: visual-page-editor-core
> Reporter: Maxim Areshkau
> Assignee: Ilya Buziuk
> Fix For: LATER
>
> Attachments: iceOutputTextUsingMockObjects, iceOutputTextUsingMockObjects.png
>
>
> This is research FR, try to use some light server for generating preview instead of using templates.
> See diagram of possible variant of work here http://www.jboss.org/community/wiki/VPEcurrentstateandpossibleideastomovi...
> I have looked into possibility to use light server and have found following problems:
> #1 JS execution
> Problem: Many of ui components use js for creating it's DOM, in our visual part js is deprecated, so components hasn't be built.
> Answer: JS execution not very important, I have disabled it in browser and looks on richfaces demo and icefaces demo sites. UI components renders prety well even without js.
> #2 not valid source page
> Problem: If source page not valid, it's displays error log, but no one components is displayed. In vpe now displayed even not valid components or components which not completed. So how to rended not valid jsf page on server?
> A:?
> #3 navigation
> Problem: if we will send page to server and get from it resulting html, how to map visual and source nodes?
> A: Possibly to set id for source elements.
> #4 integration with our current vpe
> Problem: it's hard to integrate light server with our current templates.
> So I think to use light server for generation not good idea.
> Also was an idea to setup a servlet on server and send to servlet a some code and in response gets resulting.
> But this works only for components which haven't child, because when component have children it's hard to map source and visual nodes.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years, 3 months
[JBoss JIRA] (JBIDE-4936) Support for static navigation.
by Konstantin Marmalyukov (JIRA)
[ https://issues.jboss.org/browse/JBIDE-4936?page=com.atlassian.jira.plugin... ]
Konstantin Marmalyukov reassigned JBIDE-4936:
---------------------------------------------
Assignee: Ilya Buziuk (was: Konstantin Marmalyukov)
> Support for static navigation.
> ------------------------------
>
> Key: JBIDE-4936
> URL: https://issues.jboss.org/browse/JBIDE-4936
> Project: Tools (JBoss Tools)
> Issue Type: Feature Request
> Components: visual-page-editor-core
> Affects Versions: 3.1.0.M4
> Reporter: Yura Zhishko
> Assignee: Ilya Buziuk
> Fix For: LATER
>
>
> As a new Feature for VPE I propose to make a support for static navigation. A simple example can be founded in JSF 1.2 Kick Start project.
> 1) Open inputUserName.jsp
> 2) One click on button Say Hello on the visual pane
> Static navigation assumes, when we make a click on this button, hello.jsp page should be opened with JBT editor, as the navigation-rule describes this in faces-config.xml:
> <navigation-rule>
> <from-view-id>/pages/inputUserName.jsp</from-view-id>
> <navigation-case>
> <from-outcome>hello</from-outcome>
> <to-view-id>/pages/hello.jsp</to-view-id>
> </navigation-case>
> </navigation-rule>
> The utility of this feature is that the user can see the result of clicking on this button is some cases (the page that will be opened, when he(she) clicks on button). Plus, there is faster navigation.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years, 3 months
[JBoss JIRA] (JBIDE-4523) Visual Page Editor for JSF doesn't work with Eclipse with OSX Cocoa 64-bit (32-bit already fixed)
by Konstantin Marmalyukov (JIRA)
[ https://issues.jboss.org/browse/JBIDE-4523?page=com.atlassian.jira.plugin... ]
Konstantin Marmalyukov reassigned JBIDE-4523:
---------------------------------------------
Assignee: Ilya Buziuk (was: Konstantin Marmalyukov)
> Visual Page Editor for JSF doesn't work with Eclipse with OSX Cocoa 64-bit (32-bit already fixed)
> -------------------------------------------------------------------------------------------------
>
> Key: JBIDE-4523
> URL: https://issues.jboss.org/browse/JBIDE-4523
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: visual-page-editor-core
> Affects Versions: 3.1.0.M1
> Environment: Mac OSX 10.5.7, Eclipse 3.5 JEE Cocoa, JBoss Tools 3.1.0.M1
> Reporter: César Pérez
> Assignee: Ilya Buziuk
> Labels: cocoa, new_and_noteworthy, osx, vpe
> Fix For: LATER
>
>
> The Visual Page Editor does not work under the final version of Eclipse 3.5 JEE Cocoa for Mac OSX and JBoss Tools 3.1.0.M1, the error is due to a missing cocoa version of XUL runner as you can see in the following stacktrace:
> org.jboss.tools.vpe.xulrunner.XulRunnerException: Bundle org.mozilla.xulrunner.cocoa.macosx is not found.
> at org.jboss.tools.vpe.xulrunner.browser.XulRunnerBrowser.getXulRunnerPath(XulRunnerBrowser.java:219)
> at org.jboss.tools.vpe.xulrunner.browser.XulRunnerBrowser.initXulRunner(XulRunnerBrowser.java:114)
> at org.jboss.tools.vpe.xulrunner.browser.XulRunnerBrowser.<init>(XulRunnerBrowser.java:85)
> at org.jboss.tools.vpe.xulrunner.editor.XulRunnerEditor.<init>(XulRunnerEditor.java:135)
> at org.jboss.tools.vpe.editor.mozilla.MozillaPreview$1.<init>(MozillaPreview.java:59)
> at org.jboss.tools.vpe.editor.mozilla.MozillaPreview.createPartControl(MozillaPreview.java:59)
> at org.jboss.tools.vpe.editor.VpeEditorPart.createPreviewBrowser(VpeEditorPart.java:921)
> at org.jboss.tools.jst.jsp.jspeditor.JSPMultiPageEditor.pageChange(JSPMultiPageEditor.java:248)
> at org.jboss.tools.jst.jsp.jspeditor.JSPMultiPageEditorPart$2.widgetSelected(JSPMultiPageEditorPart.java:106)
> at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:228)
> at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
> at org.eclipse.swt.widgets.Display.sendEvent(Display.java:3542)
> at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1247)
> at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1270)
> at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1255)
> at org.eclipse.swt.widgets.Widget.notifyListeners(Widget.java:1076)
> at org.eclipse.swt.custom.CTabFolder.setSelection(CTabFolder.java:3256)
> at org.eclipse.swt.custom.CTabFolder.onMouse(CTabFolder.java:2045)
> at org.eclipse.swt.custom.CTabFolder$1.handleEvent(CTabFolder.java:323)
> at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
> at org.eclipse.swt.widgets.Display.sendEvent(Display.java:3542)
> at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1247)
> at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1270)
> at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1255)
> at org.eclipse.swt.widgets.Widget.notifyListeners(Widget.java:1076)
> at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3440)
> at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3099)
> at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2405)
> at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2369)
> at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2221)
> at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:500)
> at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
> at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:493)
> at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
> at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:113)
> at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:194)
> 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:368)
> at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)
> 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:585)
> at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:559)
> at org.eclipse.equinox.launcher.Main.basicRun(Main.java:514)
> at org.eclipse.equinox.launcher.Main.run(Main.java:1311)
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years, 3 months