[JBoss JIRA] (JBIDE-19367) CLONE: JSF or HTML5 Support: preferences enhancements
by Vlado Pakan (JIRA)
[ https://issues.jboss.org/browse/JBIDE-19367?page=com.atlassian.jira.plugi... ]
Vlado Pakan closed JBIDE-19367.
-------------------------------
Verified with JBDS 8.1.0.Beta1-v20150301-1950-B438
> CLONE: JSF or HTML5 Support: preferences enhancements
> -----------------------------------------------------
>
> Key: JBIDE-19367
> URL: https://issues.jboss.org/browse/JBIDE-19367
> Project: Tools (JBoss Tools)
> Issue Type: Sub-task
> Components: visual-page-editor-core
> Affects Versions: 4.3.0.Alpha1
> Reporter: Konstantin Marmalyukov
> Assignee: Konstantin Marmalyukov
> Fix For: 4.2.3.Beta1
>
>
> 2. VPE Preference page should contain checkbox with choice: "Always ask" otherwise user will never be able to get dialog asking to choose between JSF and HTML5 support once he will check check box "Do not show this message again"
> 4. With GTK3 "Visual Editor Browser Engine" group within VPE prefrences page is hidden it would be more user friendly just disable it and add some label why it's disabled?.The same way as selecting of GTK for BrowserSim/CordovaSim works.
--
This message was sent by Atlassian JIRA
(v6.3.11#6341)
11 years, 1 month
[JBoss JIRA] (JBIDE-19222) Request at first start what is more important JSF or HTML5 support and enable/disable XULRunner
by Vlado Pakan (JIRA)
[ https://issues.jboss.org/browse/JBIDE-19222?page=com.atlassian.jira.plugi... ]
Vlado Pakan closed JBIDE-19222.
-------------------------------
Verified with JBDS 8.1.0.Beta1-v20150301-1950-B438
> Request at first start what is more important JSF or HTML5 support and enable/disable XULRunner
> -----------------------------------------------------------------------------------------------
>
> Key: JBIDE-19222
> URL: https://issues.jboss.org/browse/JBIDE-19222
> Project: Tools (JBoss Tools)
> Issue Type: Feature Request
> Components: visual-page-editor-core, xulrunner
> Affects Versions: 4.2.0.CR1
> Reporter: Konstantin Marmalyukov
> Assignee: Konstantin Marmalyukov
> Priority: Critical
> Labels: f2f2014, new_and_noteworthy, requirements
> Fix For: 4.2.3.Beta1
>
>
> Imagine that one first clean workspace startup on opening vpe on systems where xulrunner / webkit can't run at the same time we will ask if he prefers to have good JSF support (use xulrunner) or HTML5 support (disable xulrunner)
> if he says okey - we set a flag somewhere to not start xulrunner.
> user restart - user is happy.
--
This message was sent by Atlassian JIRA
(v6.3.11#6341)
11 years, 1 month
[JBoss JIRA] (TOOLSDOC-596) Hibernate Tools Ref Guide: Fix minor typos and wording issues
by Misha Ali (JIRA)
Misha Ali created TOOLSDOC-596:
----------------------------------
Summary: Hibernate Tools Ref Guide: Fix minor typos and wording issues
Key: TOOLSDOC-596
URL: https://issues.jboss.org/browse/TOOLSDOC-596
Project: Documentation for JBoss Tools and Developer Studio
Issue Type: Bug
Components: General documentation issues
Affects Versions: 4.1.1
Reporter: Misha Ali
Assignee: Misha Ali
Priority: Optional
Fix For: 4.1.1
Fix minor typo and awkward wording issues in the Hibernate Tools Reference Guide as suggested by Stephen Fikes from GSS. The proposed changes are in a PDF document.
--
This message was sent by Atlassian JIRA
(v6.3.11#6341)
11 years, 1 month
[JBoss JIRA] (JBIDE-18724) HTML Validation: Ability to ignore custom htm tags (e.g. <ion-*>)
by Vlado Pakan (JIRA)
[ https://issues.jboss.org/browse/JBIDE-18724?page=com.atlassian.jira.plugi... ]
Vlado Pakan closed JBIDE-18724.
-------------------------------
Verified with JBDS 8.1.0.Beta1-v20150301-1950-B438
> HTML Validation: Ability to ignore custom htm tags (e.g. <ion-*>)
> -----------------------------------------------------------------
>
> Key: JBIDE-18724
> URL: https://issues.jboss.org/browse/JBIDE-18724
> Project: Tools (JBoss Tools)
> Issue Type: Feature Request
> Components: jsp/jsf/xml/html source editing, upstream
> Reporter: Victor Rubezhny
> Assignee: Victor Rubezhny
> Labels: new_and_noteworthy
> Fix For: 4.2.3.Beta1
>
> Attachments: validation.png
>
>
> WTP HTML validator marks any custom html tags as unknown. It's possible to disable this validation at all: Window->Preferences->Web->HTML Files->Validation ==> Set Elements -> Unknown tag name severity to "Ignore":
> !00001262.png!
> But it would be useful to have ability to make HTML validator ignore some particular tags only.
> I suggest to contribute a patch to WTP to fix it.
> We have already did it for attributes, so lets do it for tags too:
> - New preferences with a list of ignored tags (a mask can be used)
> - A new preference page to set these preferences
> - QuickFix for validation problem which will add the tag name/mask to this list/preferences
> - Extension in our angular/ionic plugin which will disable validation for <ion-*> tags.
> I've filed it to bugzilla - https://bugs.eclipse.org/bugs/show_bug.cgi?id=444545 but we have to provide a patch for it if we want to have it done ;)
--
This message was sent by Atlassian JIRA
(v6.3.11#6341)
11 years, 1 month
[JBoss JIRA] (JBIDE-18834) Exception thrown when external HTML opened in VPE
by Vlado Pakan (JIRA)
[ https://issues.jboss.org/browse/JBIDE-18834?page=com.atlassian.jira.plugi... ]
Vlado Pakan closed JBIDE-18834.
-------------------------------
Verified with JBDS 8.1.0.Beta1-v20150301-1950-B438
> Exception thrown when external HTML opened in VPE
> -------------------------------------------------
>
> Key: JBIDE-18834
> URL: https://issues.jboss.org/browse/JBIDE-18834
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: jsp/jsf/xml/html source editing, upstream
> Affects Versions: 4.2.1.CR1
> Environment: JBDS 8.0.1.CR1-v20141124-0632-B333 Linux 64bit
> Reporter: Vlado Pakan
> Assignee: Victor Rubezhny
> Fix For: 4.2.3.Beta1
>
>
> 1. Install AngulaJS for Eclipse from JBoss Central
> 2. Open external HTML file in VPE
> ERROR:
> {noformat}
> IFile parameter can not be null
> org.eclipse.wst.sse.core.internal.util.Assert$AssertionFailedException: IFile parameter can not be null
> at org.eclipse.wst.sse.core.internal.util.Assert.isNotNull(Assert.java:124)
> at org.eclipse.wst.sse.core.internal.model.ModelManagerImpl.getExistingModelForRead(ModelManagerImpl.java:1272)
> at org.eclipse.angularjs.internal.ui.validation.AbstractValidator.validate(AbstractValidator.java:126)
> at org.eclipse.angularjs.internal.ui.validation.AbstractValidator.validate(AbstractValidator.java:118)
> at org.eclipse.wst.sse.ui.internal.reconcile.validator.ReconcileStepForValidator.validate(ReconcileStepForValidator.java:381)
> at org.eclipse.wst.sse.ui.internal.reconcile.validator.ReconcileStepForValidator.reconcileModel(ReconcileStepForValidator.java:259)
> at org.eclipse.jface.text.reconciler.AbstractReconcileStep.reconcile(AbstractReconcileStep.java:95)
> at org.eclipse.wst.sse.ui.internal.reconcile.validator.ValidatorStrategy.reconcile(ValidatorStrategy.java:269)
> at org.eclipse.wst.sse.ui.internal.reconcile.DocumentRegionProcessor.process(DocumentRegionProcessor.java:321)
> at org.eclipse.wst.sse.ui.internal.reconcile.StructuredRegionProcessor.process(StructuredRegionProcessor.java:258)
> at org.eclipse.wst.sse.ui.internal.reconcile.DirtyRegionProcessor$BackgroundThread.run(DirtyRegionProcessor.java:691)
> {noformat}
--
This message was sent by Atlassian JIRA
(v6.3.11#6341)
11 years, 1 month
[JBoss JIRA] (JBIDE-19317) NPE in jQuery Hyperlink
by Vlado Pakan (JIRA)
[ https://issues.jboss.org/browse/JBIDE-19317?page=com.atlassian.jira.plugi... ]
Vlado Pakan closed JBIDE-19317.
-------------------------------
Verified with JBDS 8.1.0.Beta1-v20150301-1950-B438
> NPE in jQuery Hyperlink
> -----------------------
>
> Key: JBIDE-19317
> URL: https://issues.jboss.org/browse/JBIDE-19317
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: jsp/jsf/xml/html source editing
> Affects Versions: 4.2.3.Beta1
> Reporter: Alexey Kazakov
> Assignee: Alexey Kazakov
> Fix For: 4.2.3.Beta1
>
>
> 1. Create an htim file
> 2. Add the following code there:
> {code}
> <!DOCTYPE html>
> <html>
> </body>
> </html>
> {code}
> 3. Press Ctrl and move the mouse over the </body>
> See Eclipe log:
> {code}
> java.lang.NullPointerException
> at org.jboss.tools.jst.web.ui.internal.text.ext.hyperlink.JQueryMobileHyperlinkDetector.detectHyperlinks(JQueryMobileHyperlinkDetector.java:59)
> at org.eclipse.ui.texteditor.HyperlinkDetectorRegistry$HyperlinkDetectorDelegate.detectHyperlinks(HyperlinkDetectorRegistry.java:80)
> at org.eclipse.jface.text.hyperlink.HyperlinkManager.findHyperlinks(HyperlinkManager.java:289)
> at org.eclipse.jface.text.hyperlink.HyperlinkManager.findHyperlinks(HyperlinkManager.java:261)
> at org.eclipse.jface.text.hyperlink.HyperlinkManager.mouseMove(HyperlinkManager.java:469)
> at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:212)
> at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
> at org.eclipse.swt.widgets.Display.sendEvent(Display.java:4454)
> at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1388)
> at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3799)
> at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3409)
> at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$9.run(PartRenderingEngine.java:1151)
> at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
> at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:1032)
> at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:148)
> at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:636)
> at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
> at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:579)
> at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:150)
> at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:135)
> at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)
> at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:134)
> at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104)
> at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:380)
> at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:235)
> 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:606)
> at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:648)
> at org.eclipse.equinox.launcher.Main.basicRun(Main.java:603)
> at org.eclipse.equinox.launcher.Main.run(Main.java:1465)
> at org.eclipse.equinox.launcher.Main.main(Main.java:1438)
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.11#6341)
11 years, 1 month
[JBoss JIRA] (JBIDE-19159) HTML5 Palette is not active for *.htm files without <!DOCTYPE HTML>
by Vlado Pakan (JIRA)
[ https://issues.jboss.org/browse/JBIDE-19159?page=com.atlassian.jira.plugi... ]
Vlado Pakan closed JBIDE-19159.
-------------------------------
Verified with JBDS 8.1.0.Beta1-v20150301-1950-B438
> HTML5 Palette is not active for *.htm files without <!DOCTYPE HTML>
> -------------------------------------------------------------------
>
> Key: JBIDE-19159
> URL: https://issues.jboss.org/browse/JBIDE-19159
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: jsp/jsf/xml/html source editing
> Affects Versions: 4.2.3.Beta1
> Environment: Ubuntu, Eclipse 4.5 M4 Mars
> Reporter: Alexey Kazakov
> Assignee: Viacheslav Kabanovich
> Fix For: 4.2.3.Beta1
>
> Attachments: HTML5PaletteNoDoctype.png
>
>
> Test case:
> EXECUTE:
> 1. Create project
> 2. Create empty file a.htm
> 3. Open a.htm file in Visual Page Editor
> ASSERT: HTML5 Palette should be active
> FAIL:
> !HTML5PaletteNoDoctype.png!
--
This message was sent by Atlassian JIRA
(v6.3.11#6341)
11 years, 1 month