[JBoss JIRA] (JBIDE-19795) Bower support
by Ilya Buziuk (JIRA)
[ https://issues.jboss.org/browse/JBIDE-19795?page=com.atlassian.jira.plugi... ]
Ilya Buziuk commented on JBIDE-19795:
-------------------------------------
[~maxandersen], on Mac Os I have faced the following issue with running bower from eclipse
{code}
env: node: No such file or directory
{code}
Basically, everything works fine when eclipse is running from console. Breakage happens when eclipse is run from desktop. Also, on both windows and ubuntu everything worked just fine even for desktop runs.
Any ideas how this can be handled ?
> Bower support
> -------------
>
> Key: JBIDE-19795
> URL: https://issues.jboss.org/browse/JBIDE-19795
> Project: Tools (JBoss Tools)
> Issue Type: Feature Request
> Components: javascript
> Affects Versions: 4.3.0.Alpha2
> Reporter: Ilya Buziuk
> Assignee: Ilya Buziuk
> Labels: new_and_noteworthy
> Fix For: 4.3.0.Final
>
>
> Need to have initial [Bower|http://bower.io/] tools support:
> *The gist*
> Bower tooling should initially support several bower API commands :
> |Command||Description|
> | *bower init* |creates a *bower.json* file|
> |*bower install <package>*|installs packages to *bower_components* folder|
> |*bower uninstall <package>*|uninstalls a package locally from *bower_components* directory|
> |*bower update* |updates installed packages to their newest version according to *bower.json*|
> Basically, the main idea of the implementation is the following:
> Eclipse plugin that will execute *external* bower commands - implementation will fall back on *native* bower installation via *ILaunchConfiguration*
> Native bower tools must be preinstalled
> *The main questions & proposals:*
> 1. https://github.com/jbosstools/jbosstools-playground is probably the best place for initial implementation of bower stuff (infrastructure / build etc.)
> 2. UI. should it be ILaunchShortcuts ("bower init" / "bower update" etc.) + launch configuration enabled for projects with js nature?
> 3. Implementation details:
> - the way of detecting bower? Should user point to it's installation dir and this location will be used for IExternalToolConstants.ATTR_LOCATION (windows case: *\user\AppData\Roaming\npm\node_modules\bower* )
> - if bower was not detected / installed - "Error message with a link to the bower website with installation details depending on the platform"
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
10 years, 4 months
[JBoss JIRA] (JBIDE-19891) Replace OK/Cancel button with close
by Jeff Cantrill (JIRA)
Jeff Cantrill created JBIDE-19891:
-------------------------------------
Summary: Replace OK/Cancel button with close
Key: JBIDE-19891
URL: https://issues.jboss.org/browse/JBIDE-19891
Project: Tools (JBoss Tools)
Issue Type: Feature Request
Components: openshift
Affects Versions: 4.3.0.Beta2
Reporter: Jeff Cantrill
Assignee: Jeff Cantrill
Attachments: check-server-type-disabled.png, enlessly-loading.png, ok-enabled.png, Proposed Connection Wizard Chages.png, retrieve-error.png
Modify the connection wizard so the v3 server can auto-detect the auth type and support OAuth
* Remove server type verify button
* Add v3 auth box (Auto/OAuth/Basic)
* Optional...
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
10 years, 4 months
[JBoss JIRA] (JBIDE-19853) GTK3 (only): Erroneous labels in application wizard tree
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-19853?page=com.atlassian.jira.plugi... ]
Andre Dietisheim commented on JBIDE-19853:
------------------------------------------
[~snjeza] [~maxandersen] looks like we have a problem with this issue since it looks as if [~snjeza] fix wont make it to Mars final. I chatted with Alexander Kurtakov and he didnt know of a workaround.
{quote}
(03:59:43 PM) adietish: akurtakov: any chance that https://bugs.eclipse.org/bugs/show_bug.cgi?id=466499 makes it to mars? it's pretty critical to JBoss Tools OpenShift tooling
(04:24:36 PM) akurtakov: adietish: Mars is done deal now
(04:25:49 PM) akurtakov: even more critical fixes were postponed for SR1
(04:26:33 PM) akurtakov: adietish: e.g. https://bugs.eclipse.org/bugs/show_bug.cgi?id=457476
(04:28:15 PM) akurtakov: adietish: to get a change now is kind of impossible
(04:29:11 PM) akurtakov: adietish: any change will need 2 committers + 2 component leads to test/approve it
(04:29:31 PM) akurtakov: and no component lead to veto it (which I haven't seen happening)
(04:29:57 PM) akurtakov: https://www.eclipse.org/eclipse/development/plans/freeze_plan_4_5.php#Fix...
(04:37:11 PM) akurtakov: adietish: sorry, I wish I had the power to push stuff now but the freeze plan is really hard
(04:37:25 PM) akurtakov: I tried to soften it last year with no success
(04:37:37 PM) adietish: akurtakov: fully understand. Now I try to figure out what our plan B would then look like
(04:41:59 PM) adietish: akurtakov: is there any way we could work around it?
(04:42:57 PM) akurtakov: I can't think of one
{quote}
This is critical since v2 application wizard wont work properly with GTK3 then. Any idea?
> GTK3 (only): Erroneous labels in application wizard tree
> --------------------------------------------------------
>
> Key: JBIDE-19853
> URL: https://issues.jboss.org/browse/JBIDE-19853
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift, upstream
> Affects Versions: 4.3.0.Beta1
> Reporter: Andre Dietisheim
> Assignee: Snjezana Peco
> Priority: Blocker
> Labels: application_wizard
> Attachments: gtk2-new-app-wizard-1.png, gtk2-new-app-wizard-2.png, gtk3-new-app-wizard-1.png, gtk3-new-app-wizard-2.png
>
>
> When run in GTK3 the tree in the v2 application wizard is showing completely erroneous labels. The labels even switch content when the tree items are unfolded.
> When running Eclipse using (export SWT_GTK3=0) the tree in the application wizard looks in the following correct way:
> !gtk2-new-app-wizard-1.png!
> unfolding the "Basic Cartridges" produces the following:
> !gtk2-new-app-wizard-2.png!
> Without the above env variable, which makes Eclipse use GTK3, the application wizard looks as follows:
> !gtk3-new-app-wizard-1.png!
> ... and when unfolding "Basic Cartridges" the labels for the 3 main cathegories and all the children change to display the same:
> !gtk3-new-app-wizard-2.png!
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
10 years, 4 months
[JBoss JIRA] (JBIDE-19853) GTK3 (only): Erroneous labels in application wizard tree
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-19853?page=com.atlassian.jira.plugi... ]
Andre Dietisheim reassigned JBIDE-19853:
----------------------------------------
Assignee: Max Rydahl Andersen (was: Snjezana Peco)
> GTK3 (only): Erroneous labels in application wizard tree
> --------------------------------------------------------
>
> Key: JBIDE-19853
> URL: https://issues.jboss.org/browse/JBIDE-19853
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift, upstream
> Affects Versions: 4.3.0.Beta1
> Reporter: Andre Dietisheim
> Assignee: Max Rydahl Andersen
> Priority: Blocker
> Labels: application_wizard
> Attachments: gtk2-new-app-wizard-1.png, gtk2-new-app-wizard-2.png, gtk3-new-app-wizard-1.png, gtk3-new-app-wizard-2.png
>
>
> When run in GTK3 the tree in the v2 application wizard is showing completely erroneous labels. The labels even switch content when the tree items are unfolded.
> When running Eclipse using (export SWT_GTK3=0) the tree in the application wizard looks in the following correct way:
> !gtk2-new-app-wizard-1.png!
> unfolding the "Basic Cartridges" produces the following:
> !gtk2-new-app-wizard-2.png!
> Without the above env variable, which makes Eclipse use GTK3, the application wizard looks as follows:
> !gtk3-new-app-wizard-1.png!
> ... and when unfolding "Basic Cartridges" the labels for the 3 main cathegories and all the children change to display the same:
> !gtk3-new-app-wizard-2.png!
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
10 years, 4 months
[JBoss JIRA] (JBIDE-19796) Forge editor changes are not applied after changing font preferences
by George Gastaldi (JIRA)
[ https://issues.jboss.org/browse/JBIDE-19796?page=com.atlassian.jira.plugi... ]
George Gastaldi updated JBIDE-19796:
------------------------------------
Description:
1. Start the Forge console
2. Go to Eclipse Settings -> General -> Appearance -> Colors and Fonts
3. Choose the _Forge Console Font_ under the Forge category
4. Apply changes
5. Forge console editor should have been changed to match your settings, but it does not.
was:
1. Start the Forge console
2. Go to Eclipse Settings -> General -> Appearance -> Colors and Fonts
3. Choose the _Forge Console Font_ under the Forge category
4. Apply changes
5. Forge console editor should have changed to match your settings, but it does not.
> Forge editor changes are not applied after changing font preferences
> --------------------------------------------------------------------
>
> Key: JBIDE-19796
> URL: https://issues.jboss.org/browse/JBIDE-19796
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: forge
> Affects Versions: 4.3.0.Alpha2
> Reporter: George Gastaldi
> Assignee: Koen Aers
> Fix For: 4.3.x
>
>
> 1. Start the Forge console
> 2. Go to Eclipse Settings -> General -> Appearance -> Colors and Fonts
> 3. Choose the _Forge Console Font_ under the Forge category
> 4. Apply changes
> 5. Forge console editor should have been changed to match your settings, but it does not.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
10 years, 4 months