[JBoss JIRA] Created: (JBIDE-7535) Make unknown outer tags transparent
by Yahor Radtsevich (JIRA)
Make unknown outer tags transparent
-----------------------------------
Key: JBIDE-7535
URL: https://jira.jboss.org/browse/JBIDE-7535
Project: Tools (JBoss Tools)
Issue Type: Feature Request
Reporter: Yahor Radtsevich
Assignee: Denis Maliarevich
Fix For: 3.2.0.Beta2
Attachments: current-vs-desired.png
Our current approach is to render unknown tags in the following way:
<DIV CLASS="__any__tag__caption" STYLE="border: 1px solid green">
unknown-tag
CHILDREN ARE RENDERED HERE
</DIV>
This makes all children of an unknown tag to be rendered in green. This is bad. A better way to render these tags may be something like this:
<DIV STYLE="border: 1px solid green">
<DIV CLASS="__any__tag__caption">unknown-tag</DIV>
CHILDREN ARE RENDERED HERE
</DIV>
See current-vs-desired.png.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
15 years, 4 months
[JBoss JIRA] Created: (JBIDE-7584) VPE Preferences shows up on *all* context menus when vpe editor open
by Max Andersen (JIRA)
VPE Preferences shows up on *all* context menus when vpe editor open
--------------------------------------------------------------------
Key: JBIDE-7584
URL: https://jira.jboss.org/browse/JBIDE-7584
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: Visual Page Editor core
Affects Versions: 3.2.0.Beta1
Reporter: Max Andersen
Assignee: Maxim Areshkau
Priority: Blocker
Fix For: 3.2.0.Beta2
Menu named "Vpe Preferences" shows up on all context menus of all types of things (i.e. projects, folders,servers, tree elements in outline). That should not happen.
Furthermore:
- There is nothing in JBoss Tools called "Vpe" it's Visual Page Editor if anything.
- There is a ton of shortcuts associated ctrl+shift 1-6 for no good reason. Why does all these have to be using such keys ? Why do they need shortcuts ?
- Why is this not just the standard "Preferences..." menu in the context menu of editors ?
--
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
15 years, 4 months
[JBoss JIRA] Created: (JBIDE-7752) Usage reporting broken
by Libor Zoubek (JIRA)
Usage reporting broken
----------------------
Key: JBIDE-7752
URL: https://jira.jboss.org/browse/JBIDE-7752
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: usage
Affects Versions: 3.2.0.Beta2
Environment: JBossTools 3.2.0.v20101129-0508-H12-Beta2
Reporter: Libor Zoubek
Assignee: Max Andersen
Priority: Blocker
Usage plugin does not seem to report usage.
I have enabled reporting in preferences, then restarted eclipse.
My org.jboss.tools.usage.prefs
#Mon Nov 29 17:01:08 CET 2010
first_visit=1291046435955
eclipse.preferences.version=1
allow_usage_report_preference=true
but this should contain hit_cound and last_visit properties. I'll recheck tomorrow google stats for sure.
--
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
15 years, 4 months