[jira] [Commented] (NETBEANS-168) Background scanning process needs a rethink

2018-12-13 Thread Varun Agrawal (JIRA)


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

Varun Agrawal commented on NETBEANS-168:


I face the same issue everyday (even when I just mvn compile using 
commandline). It makes my IDE hostage. I am on NetBeans 10 if that matters.

> Background scanning process needs a rethink
> ---
>
> Key: NETBEANS-168
> URL: https://issues.apache.org/jira/browse/NETBEANS-168
> Project: NetBeans
>  Issue Type: Bug
>  Components: ide - Performance, java - Platform, platform - Execution
>Affects Versions: 8.2, 9.0, 10.0
> Environment: NetBeans 8.2, Windows 10 x64
>Reporter: Christian Lenz
>Priority: Critical
>  Labels: ca_survey
> Attachments: go-to-file.gif, messages - 10.0 vc3.log, messages 10.0 
> vc2.log, messages.log, puls.7z, ui.log, uigestures 10.0 vc, wp-dms.7z
>
>
> Often, while cloning, switching branch, merging, opening etc. etc. NetBeans 
> starts Background scanning for changes, but it is not real background, 
> because everything what you want to do then, like changing the branch, 
> commit, push, pull, open project, delete or whatever, is blocking by this 
> task and you can't cancel it, because it is essential.
> Either we need to rethink about this process like to make everything or most 
> of the stuff doing things in parallel or the task should really be 
> cancelable. It is a pain in the ass for big projects when they start to scan 
> for changes. 
> It is a real world case because you acan see it when you work on NetBeans 
> modules.
> Cheers
> Chris



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
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] [Updated] (NETBEANS-499) Create persisting tabs for folders (per project) in left sidebar

2018-03-22 Thread Varun Agrawal (JIRA)

 [ 
https://issues.apache.org/jira/browse/NETBEANS-499?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Varun Agrawal updated NETBEANS-499:
---
Description: 
I use NetBeans PHP with MVC applications with dozens of Controller, Model,..

I find vertical scrolling too painful and it would be awesome if I create a tab 
for each folder in left sidebar. (along with Project, Files, Services)..

 

I found a way to do it by dropping folders in the text editor. But it doesn't 
persist across session. It should ideally persist across sessions for each 
project.

 

There can also be a dropdown in favorite tab (with bookmark to folders). It is 
also much easier than vertical scrolling

  was:
I use NetBeans PHP with MVC applications with dozens of Controller, Model,..

I find vertical scrolling too painful and it would be awesome if I create a tab 
for each folder in left sidebar. (along with Project, Files, Services)..

 

I found a way to do it by dropping folders in the text editor. But it doesn't 
persist across session. It should ideally persist across sessions for each 
project.


> Create persisting tabs for folders (per project) in left sidebar
> 
>
> Key: NETBEANS-499
> URL: https://issues.apache.org/jira/browse/NETBEANS-499
> Project: NetBeans
>  Issue Type: New Feature
>Reporter: Varun Agrawal
>Priority: Minor
>
> I use NetBeans PHP with MVC applications with dozens of Controller, Model,..
> I find vertical scrolling too painful and it would be awesome if I create a 
> tab for each folder in left sidebar. (along with Project, Files, Services)..
>  
> I found a way to do it by dropping folders in the text editor. But it doesn't 
> persist across session. It should ideally persist across sessions for each 
> project.
>  
> There can also be a dropdown in favorite tab (with bookmark to folders). It 
> is also much easier than vertical scrolling



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
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] [Created] (NETBEANS-501) Support (clone $object)->method() in PHP

2018-03-22 Thread Varun Agrawal (JIRA)
Varun Agrawal created NETBEANS-501:
--

 Summary: Support (clone $object)->method() in PHP
 Key: NETBEANS-501
 URL: https://issues.apache.org/jira/browse/NETBEANS-501
 Project: NetBeans
  Issue Type: Bug
Reporter: Varun Agrawal


PHP supports this. While NetBeans support (new $object)->method(), it doesn't 
support clone keyboard here.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
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] [Created] (NETBEANS-500) Use Shift+Enter to enter new line without indentation

2018-03-22 Thread Varun Agrawal (JIRA)
Varun Agrawal created NETBEANS-500:
--

 Summary: Use Shift+Enter to enter new line without indentation
 Key: NETBEANS-500
 URL: https://issues.apache.org/jira/browse/NETBEANS-500
 Project: NetBeans
  Issue Type: New Feature
Reporter: Varun Agrawal


In many editors, if you press Shift+Enter, it moves to new lines positioning 
cursor at beginning without any spacing whatsoever. It would be awesome if 
NetBeans support it too.

 

Example:

   abc\{enter}

   \{cursor_here_now}

 

   abc\{shift_enter}

{cursor_should_be_here_now}

 

   abc\{shift_enter}

   \{netbeans_put_cursor_here}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
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] [Updated] (NETBEANS-499) Create persisting multiple tab for folders (per project) in left sidebar

2018-03-22 Thread Varun Agrawal (JIRA)

 [ 
https://issues.apache.org/jira/browse/NETBEANS-499?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Varun Agrawal updated NETBEANS-499:
---
Summary: Create persisting multiple tab for folders (per project) in left 
sidebar  (was: Create multiple windows for project (for folders))

> Create persisting multiple tab for folders (per project) in left sidebar
> 
>
> Key: NETBEANS-499
> URL: https://issues.apache.org/jira/browse/NETBEANS-499
> Project: NetBeans
>  Issue Type: New Feature
>Reporter: Varun Agrawal
>Priority: Minor
>
> I use NetBeans PHP with MVC applications with dozens of Controller, Model,..
> I find vertical scrolling too painful and it would be awesome if I create a 
> tab for each folder in left sidebar. (along with Project, Files, Services)..
>  
> I found a way to do it by dropping folders in the text editor. But it doesn't 
> persist across session. It should ideally persist across sessions for each 
> project.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
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] [Updated] (NETBEANS-499) Create persisting tabs for folders (per project) in left sidebar

2018-03-22 Thread Varun Agrawal (JIRA)

 [ 
https://issues.apache.org/jira/browse/NETBEANS-499?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Varun Agrawal updated NETBEANS-499:
---
Summary: Create persisting tabs for folders (per project) in left sidebar  
(was: Create persisting multiple tab for folders (per project) in left sidebar)

> Create persisting tabs for folders (per project) in left sidebar
> 
>
> Key: NETBEANS-499
> URL: https://issues.apache.org/jira/browse/NETBEANS-499
> Project: NetBeans
>  Issue Type: New Feature
>Reporter: Varun Agrawal
>Priority: Minor
>
> I use NetBeans PHP with MVC applications with dozens of Controller, Model,..
> I find vertical scrolling too painful and it would be awesome if I create a 
> tab for each folder in left sidebar. (along with Project, Files, Services)..
>  
> I found a way to do it by dropping folders in the text editor. But it doesn't 
> persist across session. It should ideally persist across sessions for each 
> project.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
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] [Created] (NETBEANS-499) Create multiple windows for project (for folders)

2018-03-22 Thread Varun Agrawal (JIRA)
Varun Agrawal created NETBEANS-499:
--

 Summary: Create multiple windows for project (for folders)
 Key: NETBEANS-499
 URL: https://issues.apache.org/jira/browse/NETBEANS-499
 Project: NetBeans
  Issue Type: New Feature
Reporter: Varun Agrawal


I use NetBeans PHP with MVC applications with dozens of Controller, Model,..

I find vertical scrolling too painful and it would be awesome if I create a tab 
for each folder in left sidebar. (along with Project, Files, Services)..

 

I found a way to do it by dropping folders in the text editor. But it doesn't 
persist across session. It should ideally persist across sessions for each 
project.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
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