[jira] [Commented] (NETBEANS-4871) Cannot (un)comment lines in Gradle Build Files using keyboard shortcut

2020-11-10 Thread Laszlo Kishalmi (Jira)


[ 
https://issues.apache.org/jira/browse/NETBEANS-4871?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17229611#comment-17229611
 ] 

Laszlo Kishalmi commented on NETBEANS-4871:
---

This is still open.

> Cannot (un)comment lines in Gradle Build Files using keyboard shortcut
> --
>
> Key: NETBEANS-4871
> URL: https://issues.apache.org/jira/browse/NETBEANS-4871
> Project: NetBeans
>  Issue Type: Bug
>  Components: projects - Gradle
>Affects Versions: 12.1
>Reporter: Alex lewis
>Assignee: Laszlo Kishalmi
>Priority: Major
>
> Steps:
>  # Open a \{build.gradle} from within a loaded Gradle project.
>  # Move cursor to a line in the file.
>  # Use the "toggle comment" shortcut (both variations) keyboard shortcut.
> Expected:
> Line comment is toggled.
> Actual:
> Nothing happens.
>  
> The same is true for multi-line select.
>  
> I've marked this as Major as this is a frustrating loss of functionality from 
> a developer/productivity/ease-of-use standpoint; however, I understand if it 
> is downgraded to Minor as there is a workaround of manually (un)commenting a 
> line. 



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



[jira] [Commented] (NETBEANS-4871) Cannot (un)comment lines in Gradle Build Files using keyboard shortcut

2020-10-15 Thread Alex lewis (Jira)


[ 
https://issues.apache.org/jira/browse/NETBEANS-4871?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17214741#comment-17214741
 ] 

Alex lewis commented on NETBEANS-4871:
--

Thanks [~lkishalmi]. Just to confirm, does that mean this is a bug to be fixed 
or is there something I'm meant to do?

> Cannot (un)comment lines in Gradle Build Files using keyboard shortcut
> --
>
> Key: NETBEANS-4871
> URL: https://issues.apache.org/jira/browse/NETBEANS-4871
> Project: NetBeans
>  Issue Type: Bug
>  Components: projects - Gradle
>Affects Versions: 12.1
>Reporter: Alex lewis
>Assignee: Laszlo Kishalmi
>Priority: Major
>
> Steps:
>  # Open a \{build.gradle} from within a loaded Gradle project.
>  # Move cursor to a line in the file.
>  # Use the "toggle comment" shortcut (both variations) keyboard shortcut.
> Expected:
> Line comment is toggled.
> Actual:
> Nothing happens.
>  
> The same is true for multi-line select.
>  
> I've marked this as Major as this is a frustrating loss of functionality from 
> a developer/productivity/ease-of-use standpoint; however, I understand if it 
> is downgraded to Minor as there is a workaround of manually (un)commenting a 
> line. 



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



[jira] [Commented] (NETBEANS-4871) Cannot (un)comment lines in Gradle Build Files using keyboard shortcut

2020-10-06 Thread Laszlo Kishalmi (Jira)


[ 
https://issues.apache.org/jira/browse/NETBEANS-4871?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17208831#comment-17208831
 ] 

Laszlo Kishalmi commented on NETBEANS-4871:
---

That's confirmed. The issue is that there is no language support registered for 
Gradle, juts the Groovy lexer which provides some syntax highlite stuff. And 
even that is only available when the Groovy features are enabled.

> Cannot (un)comment lines in Gradle Build Files using keyboard shortcut
> --
>
> Key: NETBEANS-4871
> URL: https://issues.apache.org/jira/browse/NETBEANS-4871
> Project: NetBeans
>  Issue Type: Bug
>  Components: projects - Gradle
>Affects Versions: 12.1
>Reporter: Alex lewis
>Assignee: Laszlo Kishalmi
>Priority: Major
>
> Steps:
>  # Open a \{build.gradle} from within a loaded Gradle project.
>  # Move cursor to a line in the file.
>  # Use the "toggle comment" shortcut (both variations) keyboard shortcut.
> Expected:
> Line comment is toggled.
> Actual:
> Nothing happens.
>  
> The same is true for multi-line select.
>  
> I've marked this as Major as this is a frustrating loss of functionality from 
> a developer/productivity/ease-of-use standpoint; however, I understand if it 
> is downgraded to Minor as there is a workaround of manually (un)commenting a 
> line. 



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



[jira] [Commented] (NETBEANS-4871) Cannot (un)comment lines in Gradle Build Files using keyboard shortcut

2020-10-06 Thread Alex lewis (Jira)


[ 
https://issues.apache.org/jira/browse/NETBEANS-4871?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17208698#comment-17208698
 ] 

Alex lewis commented on NETBEANS-4871:
--

I should add that the Comment/Uncomment buttons at the top of the editor do not 
work either.

> Cannot (un)comment lines in Gradle Build Files using keyboard shortcut
> --
>
> Key: NETBEANS-4871
> URL: https://issues.apache.org/jira/browse/NETBEANS-4871
> Project: NetBeans
>  Issue Type: Bug
>  Components: projects - Gradle
>Affects Versions: 12.1
>Reporter: Alex lewis
>Assignee: Laszlo Kishalmi
>Priority: Major
>
> Steps:
>  # Open a \{build.gradle} from within a loaded Gradle project.
>  # Move cursor to a line in the file.
>  # Use the "toggle comment" shortcut (both variations) keyboard shortcut.
> Expected:
> Line comment is toggled.
> Actual:
> Nothing happens.
>  
> The same is true for multi-line select.
>  
> I've marked this as Major as this is a frustrating loss of functionality from 
> a developer/productivity/ease-of-use standpoint; however, I understand if it 
> is downgraded to Minor as there is a workaround of manually (un)commenting a 
> line. 



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists