This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 228510 - Possibility to set auto/manual local synchronization
Summary: Possibility to set auto/manual local synchronization
Status: NEW
Alias: None
Product: php
Classification: Unclassified
Component: Project (show other bugs)
Version: 7.3.1
Hardware: All All
: P3 normal (vote)
Assignee: Tomas Mysik
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-04-12 11:27 UTC by icaine
Modified: 2013-05-28 11:12 UTC (History)
2 users (show)

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description icaine 2013-04-12 11:27:12 UTC
Its not always desirable to automatically synchronize all files between source files and other location. It would be the best to have options for that (none, auto, manually).
Comment 1 Tomas Mysik 2013-04-12 12:24:27 UTC
What UI could be the best for it, what do you think? Some action on project node?

Thanks.
Comment 2 icaine 2013-04-12 13:08:39 UTC
I think in project properties should be options "auto", "none" (and maybe i would add "on project opened") somewhere near copy source files option while manual synchronization could be in project/source files context menu.
Comment 3 Tomas Mysik 2013-04-12 13:17:01 UTC
The problem is that there already is "Synchronize..." action on the Source Files node - but for remote synchronization... I will try to discuss it with NB UI expert.

Thanks.
Comment 4 icaine 2013-04-12 13:26:24 UTC
I know, maybe like this

...
-----------------
Download...
Upload...
Synchronize...
-----------------
Update Copy
-----------------
...
Comment 5 Tomas Mysik 2013-04-17 09:51:42 UTC
Adding Petr to CC, we have discussed it a bit offline.

Dane, please perhaps provide a list of features that could be usable for NetBeans users (copy suspending, manual copy invoking etc.).

Thanks.
Comment 6 icaine 2013-04-17 10:39:41 UTC
Like this?

- have options to set local sync mod (none, auto, on project opened) in project properties

- adding "update copy" to source files|folder|file context menu so when "none" or "on project opened" local sync mod is set i can manually invoke the action

- fixing the bug causing local sync to be super slow ;D