Re: Disable "Checking for external changes" in an RCP application

2018-02-15 Thread Humphrey Clerx
ng, define the system property netbeans.indexing. > > noFileRefresh=false > > > as shown here https://github.com/apache/incubator-netbeans/blob/ > > > 91ba983d23e837d0f3fab8959b451d86e7e7cd7f/core.ui/src/org/ > > > netbeans/core/ui/warmup/MenuWarmUpTask.java#L166 > &

Re: Disable "Checking for external changes" in an RCP application

2018-02-13 Thread Humphrey Clerx
-- Original Message ---- > On 9 February 2018 8:12 AM, Humphrey Clerx <hcl...@gmail.com> wrote: > > >Hello, > > > > Yes, I know this works in NetBeans itself. But it appears in my RCP > > application that we develop using the NetBeans platform. How can I

Re: Disable "Checking for external changes" in an RCP application

2018-02-08 Thread Humphrey Clerx
y > > try > > Tools/Options/Miscellaneous/Files => ❑ Enable auto-scanning of sources > > cheers > > > On 08/02/2018 11:46, Humphrey Clerx wrote: > >> Hello, >> >> Recently we switched from NetBeans 7.4 to NetBeans 8.2 and all of a sudden >> our

Disable "Checking for external changes" in an RCP application

2018-02-08 Thread Humphrey Clerx
Hello, Recently we switched from NetBeans 7.4 to NetBeans 8.2 and all of a sudden our RCP application occasionally hangs while displaying the "Checking for external changes" progress bar. How can I disable this functionality in my RCP application? Thanks in advance, Humphrey. -- In the