[JBoss JIRA] Created: (JBIDE-5979) CSS Properties view does not update values immediately
by Libor Zoubek (JIRA)
CSS Properties view does not update values immediately
------------------------------------------------------
Key: JBIDE-5979
URL: https://jira.jboss.org/jira/browse/JBIDE-5979
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: Visual Page Editor core
Affects Versions: 3.1.0.CR2
Reporter: Libor Zoubek
Priority: Minor
'CSS Properties' view should update values of properties immediately as they are typed.
When I type property value in CSS editor, everyting works. When I type in 'Properties View' updating is not working when I change value to empty string or when changing property which is yet not declared in css file.
1.Open any CSS file with CSS style class defined
2.Choose Window -> Show View -> Other -> CSS Properties. Press OK.
3.Mouse click or set cursor on any CSS Style
4.Go to CSS Properties View, select and change some properties, for example, Text color, background-color, font and so on...
5.Open standard Properties view (Window -> Show View -> Other -> General -> Properties View).
6.Edit some properties in standart Properties view and click on CSS Properties view.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
15 years, 8 months
[JBoss JIRA] Created: (JBIDE-6236) Provide hints/suggestions/tips in the editor
by Lukas Jungmann (JIRA)
Provide hints/suggestions/tips in the editor
--------------------------------------------
Key: JBIDE-6236
URL: https://jira.jboss.org/jira/browse/JBIDE-6236
Project: Tools (JBoss Tools)
Issue Type: Feature Request
Components: Webservices
Reporter: Lukas Jungmann
Assignee: Brian Fitzpatrick
For most developers the editor is the place where he is spending most of his working time, therefore we could try to make his life easier by providing web services related editor improvements.
These improvements can be made in following categories:
-context sensitive code completion/proposals
example: user types '@WebService(endpointInterface="|")', invokes code completion at '|' and completion will offer him list of applicable interfaces available in current project/workspace
-error checking
example: user has an empty class annotated with @WebService - this class compiles fine but is not valid web service due to missing web service operation hence the editor should show some kind of error and provide some hint/proposal so the user can easily fix it; hints could be ie Add ws operation, remove Web Service annotation
All these improvements should be based on rules defined in JSR-181 (eventually JSR-224). I don't think all of them should be implemented but having at least some of them can be pretty useful.
To start a discussion about what to eventually implement, here is a kind of a spec we could reuse: http://wiki.netbeans.org/SpecWsEditorUI and an umbrella issue[1] in NetBeans bugzilla covering few other related items which might not be in the spec itself
[1]: http://netbeans.org/bugzilla/show_bug.cgi?id=78758
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
15 years, 8 months
[JBoss JIRA] Created: (JBDS-1109) Recognize/Set a SOA-P Server Runtime
by Stelios Koussouris (JIRA)
Recognize/Set a SOA-P Server Runtime
------------------------------------
Key: JBDS-1109
URL: https://jira.jboss.org/jira/browse/JBDS-1109
Project: Developer Studio (JBoss Developer Studio)
Issue Type: Feature Request
Affects Versions: 2.1.1
Reporter: Stelios Koussouris
[Stelios]
I have one more question. Why when you create a JBoss ESB Project it ONLY offers you the chance to create an EAP Runtime and NOT and ESB Runtime? I create the ESB project and I go to "Add Runtime" but it is an EAP Runtime "Type" that I end up with (although I am pointing it to an
ESB Runtime).
[Max]
When you create an ESB project it needs an EAP runtime (SOA-P is an EAP) and the type if we had one would be SOA-P (not just ESB).
The "runtime" you point to here is the complete server runtime (i.e. EAP), not just ESB. Right now we unfortunately don't have a good check
if the underlying EAP includes an ESB runtime or not (like we i.e. have for Portal) this is something we will need to work on going forward. The notion of ESB Runtime is something we have for *standalone* ESB, not full platforms (like EAP and SOA-P).
To solve/align it better it would be major new functionality that would go into a JBDS 3.1 or even JBDS 4.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
15 years, 8 months