[JBoss JIRA] (JBIDE-17979) Content Assist in Angular Expressions in JBoss Tools HTML Editor
by Victor Rubezhny (JIRA)
Victor Rubezhny created JBIDE-17979:
---------------------------------------
Summary: Content Assist in Angular Expressions in JBoss Tools HTML Editor
Key: JBIDE-17979
URL: https://issues.jboss.org/browse/JBIDE-17979
Project: Tools (JBoss Tools)
Issue Type: Feature Request
Components: jsp/jsf/xml/html source editing
Affects Versions: 4.2.0.Beta3
Reporter: Victor Rubezhny
AngularJS Editor shows content Assist in Angular expressoins, while JBoss Tools HTML Editor doesn't:
We have to add such a feature into JBoss Tools HTML Editor.
--
This message was sent by Atlassian JIRA
(v6.2.6#6264)
11 years, 8 months
[JBoss JIRA] (JBIDE-17676) Angular Code Assist doesn't work for angular phonecat app
by Victor Rubezhny (JIRA)
[ https://issues.jboss.org/browse/JBIDE-17676?page=com.atlassian.jira.plugi... ]
Victor Rubezhny edited comment on JBIDE-17676 at 7/25/14 3:22 PM:
------------------------------------------------------------------
*What we have for Angular.js and how to test*
_Required settings and project properties_
1. Follow steps from JBIDE-16544 to import angular phonecat project, Do not copy the project files when importing (You should be able to pick up the changes made in #2 in your JBT)
2. In git switch your angular phonecat project to branch 'step-5'
{code}
$ cd angular-phonecat
$ git checkout step-5
{code}
... and then refresh the project in JBT due to pick up the changes.
In following 'steps' the pages are splitter into templates, so editors may not to work on them.
3. Convert the project to JavaScript Project (Project Properties -> Configure -> Convert to JavaScript Project
4. Add 'AngularJS module to Tern in order to make anguler-related stuff enabled on the project. In order to do that you should enable 'JBoss Experimental configuration' in Window -> Preferences -> General -> Capabilities first, then enable 'angilar' module in Project properties -> Tern -> Modules. (JBIDE-17978 is created in order to automate this process)
OK. Your test project should be configured now.
_How to test and what editors can do_
_1. Highlighting_
AngularJS Editor highlights Angular-related attributes and Angular Expressions, while JBoss Tools HTML Editor doesn't:
!angularjs-highlighting.png|thumbnail!
_2. Content Assist in Angular Attribute values_
Both, AngularJS and JBoss Tools HTML Editors show content Assist in Angular attribute values.
So, you can use it in AngularJS Editor:
!angularjs-ca-in-attributes.png|thumbnail!
... as well as in JBoss Tools HTML Editor:
!jbt-html-ca-in-attributes.png|thumbnail!
_3. Content Assist in Angular Expressions_
AngularJS Editor shows content Assist in Angular expressoins, while JBoss Tools HTML Editor doesn't:
!angularjs-ca-in-expressions.png|thumbnail!
_4. Hyperlinks in Angular Attrubute values_
Hyperlinking works for Angular Attribute values (where it's possible) in both, AngularJS and JBoss Tools HTML Editors.
So, you can do hyperlink in AngularJS Editor:
!angularjs-hyperlink.png|thumbnail!
... as well as in JBoss Tools HTML Editor:
!jbt-html-hyperlink.png|thumbnail!
was (Author: vrubezhny):
*What we have for Angular.js and how to test*
_Required settings and project properties_
1. Follow steps from JBIDE-16544 to import angular phonecat project, Do not copy the project files when importing (You should be able to pick up the changes made in #2 in your JBT)
2. In git switch your angular phonecat project to branch 'step-5'
{code}
$ cd angular-phonecat
$ git checkout step-5
{code}
... and then refresh the project in JBT due to pick up the changes.
In following 'steps' the pages are splitter into templates, so editors may not to work on them.
3. Convert the project to JavaScript Project (Project Properties -> Configure -> Convert to JavaScript Project
4. Add 'AngularJS module to Tern in order to make anguler-related stuff enabled on the project. In order to do that you should enable 'JBoss Experimental configuration' in Window -> Preferences -> General -> Capabilities first, then enable 'angilar' module in Project properties -> Tern -> Modules.
OK. Your test project should be configured now.
_How to test and what editors can do_
_1. Highlighting_
AngularJS Editor highlights Angular-related attributes and Angular Expressions, while JBoss Tools HTML Editor doesn't:
!angularjs-highlighting.png|thumbnail!
_2. Content Assist in Angular Attribute values_
Both, AngularJS and JBoss Tools HTML Editors show content Assist in Angular attribute values.
So, you can use it in AngularJS Editor:
!angularjs-ca-in-attributes.png|thumbnail!
... as well as in JBoss Tools HTML Editor:
!jbt-html-ca-in-attributes.png|thumbnail!
_3. Content Assist in Angular Expressions_
AngularJS Editor shows content Assist in Angular expressoins, while JBoss Tools HTML Editor doesn't:
!angularjs-ca-in-expressions.png|thumbnail!
_4. Hyperlinks in Angular Attrubute values_
Hyperlinking works for Angular Attribute values (where it's possible) in both, AngularJS and JBoss Tools HTML Editors.
So, you can do hyperlink in AngularJS Editor:
!angularjs-hyperlink.png|thumbnail!
... as well as in JBoss Tools HTML Editor:
!jbt-html-hyperlink.png|thumbnail!
> Angular Code Assist doesn't work for angular phonecat app
> ---------------------------------------------------------
>
> Key: JBIDE-17676
> URL: https://issues.jboss.org/browse/JBIDE-17676
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: jsp/jsf/xml/html source editing
> Affects Versions: 4.2.0.Beta2
> Environment: JBT 4.2.0.Beta2, Linux, AngulaJS for Eclipse installed from JBoss Central Early access
> Reporter: Vlado Pakan
> Assignee: Victor Rubezhny
> Fix For: 4.2.0.CR1
>
> Attachments: angular.png, angularjs-ca-in-attributes.png, angularjs-ca-in-expressions.png, angularjs-highlighting.png, angularjs-hyperlink.png, jbt-html-ca-in-attributes.png, jbt-html-hyperlink.png, phonecatControllers.png
>
>
> 1. Follow steps from JBIDE-16544 to import angular phonecat project
> 2. Open controllers.js in Java Script editor
> ERROR: There is no code assist for angular.| or phonecatControllers.|
> 3. Open phone-detail.html
> ERROR: There is no code assist for {{|}} or {{phone.|}}
> Is it not supported scenario?
--
This message was sent by Atlassian JIRA
(v6.2.6#6264)
11 years, 8 months
[JBoss JIRA] (JBIDE-17978) Need to turn on 'angular'-Tern Module automatically in case of AngularJS is detected on a project
by Victor Rubezhny (JIRA)
Victor Rubezhny created JBIDE-17978:
---------------------------------------
Summary: Need to turn on 'angular'-Tern Module automatically in case of AngularJS is detected on a project
Key: JBIDE-17978
URL: https://issues.jboss.org/browse/JBIDE-17978
Project: Tools (JBoss Tools)
Issue Type: Feature Request
Components: jsp/jsf/xml/html source editing
Affects Versions: 4.2.0.Beta3
Reporter: Victor Rubezhny
At the moment, a user cannot use Content Assist for Angular.js by default, because the according Tern module isn't turned on by default.
So, users have to do the following set up in order to use it:
Add 'AngularJS module to Tern in order to make anguler-related stuff enabled on the project. In order to do that you should enable 'JBoss Experimental configuration' in Window -> Preferences -> General -> Capabilities first, then enable 'angilar' module in Project properties -> Tern -> Modules.
We shall detect the angular usage on a project and turn that module on automatically.
--
This message was sent by Atlassian JIRA
(v6.2.6#6264)
11 years, 8 months
[JBoss JIRA] (JBIDE-17978) Need to turn on 'angular'-Tern Module automatically in case of AngularJS is detected on a project
by Victor Rubezhny (JIRA)
[ https://issues.jboss.org/browse/JBIDE-17978?page=com.atlassian.jira.plugi... ]
Victor Rubezhny reassigned JBIDE-17978:
---------------------------------------
Assignee: Victor Rubezhny
> Need to turn on 'angular'-Tern Module automatically in case of AngularJS is detected on a project
> -------------------------------------------------------------------------------------------------
>
> Key: JBIDE-17978
> URL: https://issues.jboss.org/browse/JBIDE-17978
> Project: Tools (JBoss Tools)
> Issue Type: Feature Request
> Components: jsp/jsf/xml/html source editing
> Affects Versions: 4.2.0.Beta3
> Reporter: Victor Rubezhny
> Assignee: Victor Rubezhny
>
> At the moment, a user cannot use Content Assist for Angular.js by default, because the according Tern module isn't turned on by default.
> So, users have to do the following set up in order to use it:
> Add 'AngularJS module to Tern in order to make anguler-related stuff enabled on the project. In order to do that you should enable 'JBoss Experimental configuration' in Window -> Preferences -> General -> Capabilities first, then enable 'angilar' module in Project properties -> Tern -> Modules.
> We shall detect the angular usage on a project and turn that module on automatically.
--
This message was sent by Atlassian JIRA
(v6.2.6#6264)
11 years, 8 months
[JBoss JIRA] (JBIDE-15929) Explorer: Should be able to delete application, domain, etc. via key (shortcut)
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-15929?page=com.atlassian.jira.plugi... ]
Andre Dietisheim commented on JBIDE-15929:
------------------------------------------
merged and pushed to upstream/master
> Explorer: Should be able to delete application, domain, etc. via key (shortcut)
> -------------------------------------------------------------------------------
>
> Key: JBIDE-15929
> URL: https://issues.jboss.org/browse/JBIDE-15929
> Project: Tools (JBoss Tools)
> Issue Type: Enhancement
> Components: openshift
> Affects Versions: 4.1.1.Beta1
> Reporter: Marián Labuda
> Assignee: Andre Dietisheim
> Priority: Minor
> Labels: explorer
> Fix For: 4.2.0.CR1
>
> Attachments: DelOpenshift.png
>
>
> I find it useful when I can delete app with some hotkey - as it is implemented in e.g. Project Explorer - you can choose one (or more) application and by press Delete key you are prompted to delete it (otherwise open context menu and delete). It would be nice enhancement to have this.
--
This message was sent by Atlassian JIRA
(v6.2.6#6264)
11 years, 8 months
[JBoss JIRA] (JBIDE-15929) Explorer: Should be able to delete application, domain, etc. via key (shortcut)
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-15929?page=com.atlassian.jira.plugi... ]
Andre Dietisheim edited comment on JBIDE-15929 at 7/25/14 12:09 PM:
--------------------------------------------------------------------
[~dazarov] thanks! didnt know about contexts so far, interesting approach.
I added removal of connections and fixed a bug: it didnt work any more once you selected a few different items in a row: you need to deactivate contexts manually.
https://github.com/jbosstools/jbosstools-openshift/pull/455
was (Author: adietish):
[~dazarov] thanks! didnt know about contexts so far, interesting approach.
I added removal of connections and fixed a bug: it didnt work any more once you selected a few different items in a row: you need to deactivate contexts manually.
> Explorer: Should be able to delete application, domain, etc. via key (shortcut)
> -------------------------------------------------------------------------------
>
> Key: JBIDE-15929
> URL: https://issues.jboss.org/browse/JBIDE-15929
> Project: Tools (JBoss Tools)
> Issue Type: Enhancement
> Components: openshift
> Affects Versions: 4.1.1.Beta1
> Reporter: Marián Labuda
> Assignee: Andre Dietisheim
> Priority: Minor
> Labels: explorer
> Fix For: 4.2.0.CR1
>
> Attachments: DelOpenshift.png
>
>
> I find it useful when I can delete app with some hotkey - as it is implemented in e.g. Project Explorer - you can choose one (or more) application and by press Delete key you are prompted to delete it (otherwise open context menu and delete). It would be nice enhancement to have this.
--
This message was sent by Atlassian JIRA
(v6.2.6#6264)
11 years, 8 months
[JBoss JIRA] (JBIDE-15929) Explorer: Should be able to delete application, domain, etc. via key (shortcut)
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-15929?page=com.atlassian.jira.plugi... ]
Andre Dietisheim commented on JBIDE-15929:
------------------------------------------
[~dazarov] thanks! didnt know about contexts so far, interesting approach.
I added removal of connections and fixed a bug: it didnt work any more once you selected a few different items in a row: you need to deactivate contexts manually.
> Explorer: Should be able to delete application, domain, etc. via key (shortcut)
> -------------------------------------------------------------------------------
>
> Key: JBIDE-15929
> URL: https://issues.jboss.org/browse/JBIDE-15929
> Project: Tools (JBoss Tools)
> Issue Type: Enhancement
> Components: openshift
> Affects Versions: 4.1.1.Beta1
> Reporter: Marián Labuda
> Assignee: Andre Dietisheim
> Priority: Minor
> Labels: explorer
> Fix For: 4.2.0.CR1
>
> Attachments: DelOpenshift.png
>
>
> I find it useful when I can delete app with some hotkey - as it is implemented in e.g. Project Explorer - you can choose one (or more) application and by press Delete key you are prompted to delete it (otherwise open context menu and delete). It would be nice enhancement to have this.
--
This message was sent by Atlassian JIRA
(v6.2.6#6264)
11 years, 8 months
[JBoss JIRA] (JBIDE-15929) Explorer: Should be able to delete application, domain, etc. via key (shortcut)
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-15929?page=com.atlassian.jira.plugi... ]
Andre Dietisheim updated JBIDE-15929:
-------------------------------------
Fix Version/s: 4.2.0.CR1
(was: 4.2.x)
> Explorer: Should be able to delete application, domain, etc. via key (shortcut)
> -------------------------------------------------------------------------------
>
> Key: JBIDE-15929
> URL: https://issues.jboss.org/browse/JBIDE-15929
> Project: Tools (JBoss Tools)
> Issue Type: Enhancement
> Components: openshift
> Affects Versions: 4.1.1.Beta1
> Reporter: Marián Labuda
> Assignee: Andre Dietisheim
> Priority: Minor
> Labels: explorer
> Fix For: 4.2.0.CR1
>
> Attachments: DelOpenshift.png
>
>
> I find it useful when I can delete app with some hotkey - as it is implemented in e.g. Project Explorer - you can choose one (or more) application and by press Delete key you are prompted to delete it (otherwise open context menu and delete). It would be nice enhancement to have this.
--
This message was sent by Atlassian JIRA
(v6.2.6#6264)
11 years, 8 months
[JBoss JIRA] (JBDS-3026) Provide better default JRE path in universal installer on Mac OS X
by Denis Golovin (JIRA)
[ https://issues.jboss.org/browse/JBDS-3026?page=com.atlassian.jira.plugin.... ]
Denis Golovin updated JBDS-3026:
--------------------------------
Summary: Provide better default JRE path in universal installer on Mac OS X (was: Provide better default JRE path in univeral installer on Mac OS X)
> Provide better default JRE path in universal installer on Mac OS X
> ------------------------------------------------------------------
>
> Key: JBDS-3026
> URL: https://issues.jboss.org/browse/JBDS-3026
> Project: Developer Studio (JBoss Developer Studio)
> Issue Type: Enhancement
> Security Level: Public(Everyone can see)
> Components: installer
> Affects Versions: 8.0.0.Beta1
> Reporter: Michelle Murray
> Assignee: Denis Golovin
> Fix For: 8.0.0.CR1
>
>
> Max OS X, universal installer, step 4 - choose JVM
> When installer is launched from command line, the Default JVM path is correct - /Library/Java/JavaVirtualMachines/jdk1.7.0_55.jdk/Contents/Home
> ^ great :D
> When installer is launched by double-clicking .jar file, the Default JVM path is not right - /Library/Internet Plug-Ins/JavaAppletPlugin.plugin/Contents/Home
> ^ can we provide a better default value when installer is launched by this method?
--
This message was sent by Atlassian JIRA
(v6.2.6#6264)
11 years, 8 months