The making of TSW WebCoder 2013 part 1 – Projects
January 24, 2012
One of the most important functionalities of WebCoder, if you ask me, is the project management. Ever since this feature was first implemented, which was many, many versions ago, files were manually added to the project, either by the user clicking the "Add" button, or when the users chose to synchronize the project. This worked pretty well if you only added, moved and removed files from within WebCoder, but in the end, it did feel a bit old-school. In WebCoder 2012, I have turned this concept completely around. WebCoder 2012 will monitor your project root for any file related changes and then instantly update the project structure accordingly. This means that if you save a file, move a file, delete a file or rename a file, WebCoder automatically detects this and updates the project structure. No need to do manual synchronizations, and when you create a new file and save it within the project root, WebCoder won't bother you with a question on whether to add it or not.
But what if you don't want a specific file or directory within your WebCoder project structure? For this, we have exclusion filters, allowing you to exclude specific files or directories or several files/directories using wildcards and even Regular expressions to specify rules. For instance, you can exclude all *.gif files or all directories which starts with a . (dot) very easily. Excluding a single file or directory can be done with two mouse-clicks.
There are more changes in project management than this, but you will have to see them for your self, once the first beta version hits the page. It will be a while though, but stay tuned for more information about WebCoder 2012 :)
Disclaimer: WebCoder 2012 is still far from being done. These blog posts are merely to show you what this new version will be like and to give you an impression of the development process. I hope to have the final version of WebCoder 2012 ready in the third quarter of 2012, but nothing is certain yet!
Nice one… I often add/remove files outside of WC and have to do the ‘resync’ of the project, but it worked fine so it never crossed my mind to ask for it to be change, but reading how it will work in 2012 I can’t wait to start using it :-)
So, when I output image slices from my design software and then move over to Webcoder to start coding them in they’re already there in the project listing… I love it!
One thing that I love about SiteSync is how it can monitor your project folders for file changes and uploads them instantly. It makes it so much easier when your making little changes that need to go live once you’ve tested them locally. Perhaps you could tie this in with this new feature in WebCoder?
Hi Duncan,
Yes that’s exactly how it’s supposed to work :)
How would you like the two things tied together?