|
Project Information
Featured
Links
|
Nocs - a notepad for Google DocsNocs is a C#/Windows Forms project that utilizes the Google Document List API for synchronizing text documents with Google Docs.
Nocs 2.3- Fixed the bug where entries were failing to load due to SSL issues.
Download here: http://nocs.googlecode.com/files/Nocs.2.3.msi
Nocs 2.2 betaChanges: - Added experimental support for both new and old style Google Docs documents
- Added the ability to pin documents to auto-load them when starting Nocs
- Text files can be used as parameters so they can be loaded immediately
- Bugfixes here and there
Nocs 2.1Features: - added folder support
- while browsing: create, delete or rename folders and drag & drop documents to/from folders (use right-click on a selected item to drag) - in preferences: default save folder - while saving: save to any folder - added proxy support
- improved sync by implementing Google's diff-match-patch library:
http://code.google.com/p/google-diff-match-patch/ - both Google and proxy passwords now encrypted when saved in isolated storage
- insert mode now tracked with a block-caret
- added context menu for the text editor area
Fixes: - improved saving in general; Nocs should now handle even the known issues with the Docs API in case they appear
- when Browse was open and a document was renamed/deleted, listBox wouldn't refresh correctly
- fixed an invoke error that occurred after long uptimes
- ctrl + arrow keys weren't the best choice of shortcuts for switching between tabs, now alt + tab (later bindable)
- bunch of UI tweaks + minor bug fixes
Follow me at http://twitter.com/mikkoj for updates, and please feel free to send suggestions/bugs!
Nocs 2.0- Full synchronization with multiple documents open at the same time (tabs)
- Documents are now saved as actual Google Docs documents, no more Spreadsheet!
- Because documents can be shared through Google Docs, you can collaborate with others through Nocs as well.
Just share a document with a friend and it should show up on his/her list after a restart or in a few minutes. - You can now sort documents by title or by time updated.
- Added three options for the status bar: Text with color, black & white and minimal.
- Improved regular expression search/replace.
- Tip: You can close tabs with mouse3 (usually the scroll-button).
|