[JBoss JIRA] (JBIDE-26803) provide content assist (code completion) for ui:params defined properties
by nimo stephan (Jira)
[ https://issues.jboss.org/browse/JBIDE-26803?page=com.atlassian.jira.plugi... ]
nimo stephan updated JBIDE-26803:
---------------------------------
Description:
When using this:
{code:java}
<ui:param name="user" value="#{client.user}" />
{code}
and typing
{code:java}
#{user.username}
{code}
then code completion does not work, because *jboss tools* cannot handle code completion from _ui:param_ defined names.
Content assist does also not work when using something like this:
{code:java}
<ui:include src="WEB-INF/tpl/task.xhtml">
<ui:param name="tasks" value="#{all.tasks}" />
</ui:include>
{code}
when using #{tasks.?} in task.xhtml, then code completion does also not work.
*Please provide code completion for such cases.*
was:
When using this:
{code:java}
<ui:param name="user" value="#{client.user}" />
{code}
and typing
{code:java}
#{user.username}
{code}
then code completion does not work, because *jboss tools* cannot handle code completion from _ui:param_ defined names.
*Please provide code completion for such cases.*
> provide content assist (code completion) for ui:params defined properties
> -------------------------------------------------------------------------
>
> Key: JBIDE-26803
> URL: https://issues.jboss.org/browse/JBIDE-26803
> Project: Tools (JBoss Tools)
> Issue Type: Feature Request
> Reporter: nimo stephan
> Priority: Major
>
> When using this:
> {code:java}
> <ui:param name="user" value="#{client.user}" />
> {code}
> and typing
> {code:java}
> #{user.username}
> {code}
> then code completion does not work, because *jboss tools* cannot handle code completion from _ui:param_ defined names.
> Content assist does also not work when using something like this:
> {code:java}
> <ui:include src="WEB-INF/tpl/task.xhtml">
> <ui:param name="tasks" value="#{all.tasks}" />
> </ui:include>
> {code}
> when using #{tasks.?} in task.xhtml, then code completion does also not work.
> *Please provide code completion for such cases.*
--
This message was sent by Atlassian Jira
(v7.13.5#713005)
5 years, 3 months
[JBoss JIRA] (JBIDE-26803) provide content assist (code completion) for ui:params defined properties
by nimo stephan (Jira)
[ https://issues.jboss.org/browse/JBIDE-26803?page=com.atlassian.jira.plugi... ]
nimo stephan updated JBIDE-26803:
---------------------------------
Description:
When using this:
{code:java}
<ui:param name="user" value="#{client.user}" />
{code}
and typing
{code:java}
#{user.username}
{code}
then code completion does not work, because *jboss tools* cannot handle code completion from _ui:param_ defined names.
Content assist does also not work when using something like this:
{code:java}
<ui:include src="WEB-INF/tpl/task.xhtml">
<ui:param name="tasks" value="#{all.tasks}" />
</ui:include>
{code}
when using
{code:java}
#{tasks.?}
{code}
in task.xhtml, then code completion does also not work.
*Please provide code completion for such cases.*
was:
When using this:
{code:java}
<ui:param name="user" value="#{client.user}" />
{code}
and typing
{code:java}
#{user.username}
{code}
then code completion does not work, because *jboss tools* cannot handle code completion from _ui:param_ defined names.
Content assist does also not work when using something like this:
{code:java}
<ui:include src="WEB-INF/tpl/task.xhtml">
<ui:param name="tasks" value="#{all.tasks}" />
</ui:include>
{code}
when using #{tasks.?} in task.xhtml, then code completion does also not work.
*Please provide code completion for such cases.*
> provide content assist (code completion) for ui:params defined properties
> -------------------------------------------------------------------------
>
> Key: JBIDE-26803
> URL: https://issues.jboss.org/browse/JBIDE-26803
> Project: Tools (JBoss Tools)
> Issue Type: Feature Request
> Reporter: nimo stephan
> Priority: Major
>
> When using this:
> {code:java}
> <ui:param name="user" value="#{client.user}" />
> {code}
> and typing
> {code:java}
> #{user.username}
> {code}
> then code completion does not work, because *jboss tools* cannot handle code completion from _ui:param_ defined names.
> Content assist does also not work when using something like this:
> {code:java}
> <ui:include src="WEB-INF/tpl/task.xhtml">
> <ui:param name="tasks" value="#{all.tasks}" />
> </ui:include>
> {code}
> when using
> {code:java}
> #{tasks.?}
> {code}
> in task.xhtml, then code completion does also not work.
> *Please provide code completion for such cases.*
--
This message was sent by Atlassian Jira
(v7.13.5#713005)
5 years, 3 months
[JBoss JIRA] (JBIDE-26803) provide content assist (code completion) for ui:params defined properties
by nimo stephan (Jira)
nimo stephan created JBIDE-26803:
------------------------------------
Summary: provide content assist (code completion) for ui:params defined properties
Key: JBIDE-26803
URL: https://issues.jboss.org/browse/JBIDE-26803
Project: Tools (JBoss Tools)
Issue Type: Feature Request
Reporter: nimo stephan
When using this:
{code:java}
<ui:param name="user" value="#{client.user}" />
{code}
and typing
{code:java}
#{user.username}
{code}
then code completion does not work, because *jboss tools* cannot handle code completion from _ui:param_ defined names.
*Please provide code completion for such cases.*
--
This message was sent by Atlassian Jira
(v7.13.5#713005)
5 years, 3 months
[JBoss JIRA] (JBIDE-26794) OpenShift: Remote debugging is very slow
by André Dietisheim (Jira)
[ https://issues.jboss.org/browse/JBIDE-26794?page=com.atlassian.jira.plugi... ]
André Dietisheim commented on JBIDE-26794:
------------------------------------------
for JBIDE I'll display a warning when launching the server adapter while the prefs value is turned on: JBIDE-26802
> OpenShift: Remote debugging is very slow
> ----------------------------------------
>
> Key: JBIDE-26794
> URL: https://issues.jboss.org/browse/JBIDE-26794
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift
> Affects Versions: 4.11.0.Final
> Environment: Version: 12.11.0.GA
> Build id: GA-v20190329-0120-B4247
> Build date: 20190329-0120
> RHPDS
> Reporter: Josef Kopriva
> Assignee: André Dietisheim
> Priority: Major
> Labels: debugging
> Fix For: 4.13.0.AM1
>
> Attachments: disable-show-method-result.png
>
>
> From Email on devtools-team from [~jgammonred612]:
> {code:java}
> Hi Folks:
> Using this version of Code Ready Studio
> Version: 12.11.0.GA
> Build id: GA-v20190329-0120-B4247
> Build date: 20190329-0120
> I recently ran an Openshift Starter Workshop lab and witnessed a clear
> issue with Code Ready Studio and INtelliJ
> Workshop Starter Lab
> (http://starter-guides-labs.b9ad.pro-us-east-1.openshiftapps.com/workshop/...)
> Lab 19 has a remote debugging setup. The remote debugger in Code Ready
> connected very very slowly and would not step over or step out making
> using it as a debugger virtually impossible.
> One of the lab participants had IntelliJ and it connected immediately
> and worked just fine.
> Clearly, something is broken in CRS. Maybe someone would want to test
> this out and fix?
> You can find this lab on RHPDS.
> Just FYI to the PM's.
> {code}
--
This message was sent by Atlassian Jira
(v7.13.5#713005)
5 years, 3 months
[JBoss JIRA] (JBIDE-26802) Warn users of the server adapter if "show method result" pref is enabled
by André Dietisheim (Jira)
[ https://issues.jboss.org/browse/JBIDE-26802?page=com.atlassian.jira.plugi... ]
André Dietisheim updated JBIDE-26802:
-------------------------------------
Description:
In JBIDE-26794 it turned out that when the preference value "show method result" is turned on, stepping over code that runs in OpenShift is slow to the point of being unusable.
!show-method-result-after-step-operation.png!
The cause for this slowness - the pref value mentioned above - is completely non-obvious to non-savvy users. We thus should warn users and allow them to disable it if the detect it.
was:
In JBIDE-26794 it turned out that when the preference value "show method result" is turned on, stepping over code that runs in OpenShift is slow to the point of being unusable.
!show-method-result-after-step-operation.png!
The cause for this slowness - the pref value mentioned above - is completely non-obvious to non-savvy users. We thus should warn users and allow them to disable it if the detect it.
> Warn users of the server adapter if "show method result" pref is enabled
> ------------------------------------------------------------------------
>
> Key: JBIDE-26802
> URL: https://issues.jboss.org/browse/JBIDE-26802
> Project: Tools (JBoss Tools)
> Issue Type: Enhancement
> Components: openshift
> Affects Versions: 4.13.0.AM1
> Reporter: André Dietisheim
> Assignee: André Dietisheim
> Priority: Major
> Labels: debug-options, server_adapter
> Fix For: 4.13.0.AM1
>
> Attachments: show-method-result-after-step-operation.png
>
>
> In JBIDE-26794 it turned out that when the preference value "show method result" is turned on, stepping over code that runs in OpenShift is slow to the point of being unusable.
> !show-method-result-after-step-operation.png!
> The cause for this slowness - the pref value mentioned above - is completely non-obvious to non-savvy users. We thus should warn users and allow them to disable it if the detect it.
--
This message was sent by Atlassian Jira
(v7.13.5#713005)
5 years, 3 months
[JBoss JIRA] (JBIDE-26802) Warn users of the server adapter if "show method result" pref is enabled
by André Dietisheim (Jira)
[ https://issues.jboss.org/browse/JBIDE-26802?page=com.atlassian.jira.plugi... ]
André Dietisheim updated JBIDE-26802:
-------------------------------------
Labels: debug-options server_adapter (was: )
> Warn users of the server adapter if "show method result" pref is enabled
> ------------------------------------------------------------------------
>
> Key: JBIDE-26802
> URL: https://issues.jboss.org/browse/JBIDE-26802
> Project: Tools (JBoss Tools)
> Issue Type: Enhancement
> Components: openshift
> Affects Versions: 4.13.0.AM1
> Reporter: André Dietisheim
> Assignee: André Dietisheim
> Priority: Major
> Labels: debug-options, server_adapter
> Fix For: 4.13.0.AM1
>
> Attachments: show-method-result-after-step-operation.png
>
>
> In JBIDE-26794 it turned out that when the preference value "show method result" is turned on, stepping over code that runs in OpenShift is slow to the point of being unusable.
> !show-method-result-after-step-operation.png!
> The cause for this slowness - the pref value mentioned above - is completely non-obvious to non-savvy users. We thus should warn users and allow them to disable it if the detect it.
--
This message was sent by Atlassian Jira
(v7.13.5#713005)
5 years, 3 months
[JBoss JIRA] (JBIDE-26802) Warn users of the server adapter if "show method result" pref is enabled
by André Dietisheim (Jira)
[ https://issues.jboss.org/browse/JBIDE-26802?page=com.atlassian.jira.plugi... ]
André Dietisheim updated JBIDE-26802:
-------------------------------------
Description:
In JBIDE-26794 it turned out that when the preference value "show method result" is turned on, stepping over code that runs in OpenShift is slow to the point of being unusable.
!show-method-result-after-step-operation.png!
The cause for this slowness - the pref value mentioned above - is completely non-obvious to non-savvy users. We thus should warn users and allow them to disable it if the detect it.
was:
In JBIDE-26794 it turned out that when the preference value "show method result" is turned on, stepping over code that runs in OpenShift is slow to the point of being unusable.
The cause for this - the pref value mentioned above - is completely non-obvious. We thus should warn users and allow them to disable it if the detect it.
> Warn users of the server adapter if "show method result" pref is enabled
> ------------------------------------------------------------------------
>
> Key: JBIDE-26802
> URL: https://issues.jboss.org/browse/JBIDE-26802
> Project: Tools (JBoss Tools)
> Issue Type: Enhancement
> Components: openshift
> Affects Versions: 4.13.0.AM1
> Reporter: André Dietisheim
> Priority: Major
> Fix For: 4.13.0.AM1
>
> Attachments: show-method-result-after-step-operation.png
>
>
> In JBIDE-26794 it turned out that when the preference value "show method result" is turned on, stepping over code that runs in OpenShift is slow to the point of being unusable.
> !show-method-result-after-step-operation.png!
> The cause for this slowness - the pref value mentioned above - is completely non-obvious to non-savvy users. We thus should warn users and allow them to disable it if the detect it.
--
This message was sent by Atlassian Jira
(v7.13.5#713005)
5 years, 3 months
[JBoss JIRA] (JBIDE-26802) Warn users of the server adapter if "show method result" pref is enabled
by André Dietisheim (Jira)
[ https://issues.jboss.org/browse/JBIDE-26802?page=com.atlassian.jira.plugi... ]
André Dietisheim reassigned JBIDE-26802:
----------------------------------------
Assignee: André Dietisheim
> Warn users of the server adapter if "show method result" pref is enabled
> ------------------------------------------------------------------------
>
> Key: JBIDE-26802
> URL: https://issues.jboss.org/browse/JBIDE-26802
> Project: Tools (JBoss Tools)
> Issue Type: Enhancement
> Components: openshift
> Affects Versions: 4.13.0.AM1
> Reporter: André Dietisheim
> Assignee: André Dietisheim
> Priority: Major
> Fix For: 4.13.0.AM1
>
> Attachments: show-method-result-after-step-operation.png
>
>
> In JBIDE-26794 it turned out that when the preference value "show method result" is turned on, stepping over code that runs in OpenShift is slow to the point of being unusable.
> !show-method-result-after-step-operation.png!
> The cause for this slowness - the pref value mentioned above - is completely non-obvious to non-savvy users. We thus should warn users and allow them to disable it if the detect it.
--
This message was sent by Atlassian Jira
(v7.13.5#713005)
5 years, 3 months
[JBoss JIRA] (JBIDE-26802) Warn users of the server adapter if "show method result" pref is enabled
by André Dietisheim (Jira)
[ https://issues.jboss.org/browse/JBIDE-26802?page=com.atlassian.jira.plugi... ]
André Dietisheim updated JBIDE-26802:
-------------------------------------
Fix Version/s: 4.13.0.AM1
> Warn users of the server adapter if "show method result" pref is enabled
> ------------------------------------------------------------------------
>
> Key: JBIDE-26802
> URL: https://issues.jboss.org/browse/JBIDE-26802
> Project: Tools (JBoss Tools)
> Issue Type: Enhancement
> Components: openshift
> Affects Versions: 4.13.0.AM1
> Reporter: André Dietisheim
> Assignee: André Dietisheim
> Priority: Major
> Fix For: 4.13.0.AM1
>
> Attachments: show-method-result-after-step-operation.png
>
>
> In JBIDE-26794 it turned out that when the preference value "show method result" is turned on, stepping over code that runs in OpenShift is slow to the point of being unusable.
> !show-method-result-after-step-operation.png!
> The cause for this slowness - the pref value mentioned above - is completely non-obvious to non-savvy users. We thus should warn users and allow them to disable it if the detect it.
--
This message was sent by Atlassian Jira
(v7.13.5#713005)
5 years, 3 months
[JBoss JIRA] (JBIDE-26802) Warn users of the server adapter if "show method result" pref is enabled
by André Dietisheim (Jira)
[ https://issues.jboss.org/browse/JBIDE-26802?page=com.atlassian.jira.plugi... ]
André Dietisheim updated JBIDE-26802:
-------------------------------------
Sprint: devex #171 Aug 2019
> Warn users of the server adapter if "show method result" pref is enabled
> ------------------------------------------------------------------------
>
> Key: JBIDE-26802
> URL: https://issues.jboss.org/browse/JBIDE-26802
> Project: Tools (JBoss Tools)
> Issue Type: Enhancement
> Components: openshift
> Affects Versions: 4.13.0.AM1
> Reporter: André Dietisheim
> Assignee: André Dietisheim
> Priority: Major
> Fix For: 4.13.0.AM1
>
> Attachments: show-method-result-after-step-operation.png
>
>
> In JBIDE-26794 it turned out that when the preference value "show method result" is turned on, stepping over code that runs in OpenShift is slow to the point of being unusable.
> !show-method-result-after-step-operation.png!
> The cause for this slowness - the pref value mentioned above - is completely non-obvious to non-savvy users. We thus should warn users and allow them to disable it if the detect it.
--
This message was sent by Atlassian Jira
(v7.13.5#713005)
5 years, 3 months