cloudgoon / gdbe

Automatically exported from code.google.com/p/gdbe

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

document serialUid for existing Commands

GoogleCodeExporter opened this issue · comments

I couldn't find any documentation for the currently used serialUid.

Here are the ones I extracted from v1.3:


0 Command
2 CurrentDocumentCopyCommand
3 CurrentDocumentDeleteCommand
4 CurrentDocumentLoadContentsCommand
5 CurrentDocumentRenameCommand
6 CurrentDocumentSaveAndCloseCommand
7 CurrentDocumentSaveCommand
8 CurrentDocumentRefreshCommand
10 SystemToggleFullScreenCommand
11 CurrentDocumentRevisionHistoryCommand
12 SystemAboutCommand
15 ExistingDocumentLoadCommand
16 ExistingDocumentOpenCommand
22 NewDocumentLoadCommand
23 NewDocumentStartCommand
24 SystemSignOutCommand
31 FileDialogUnstarDocumentCommand
32 FileDialogStarDocumentCommand
34 FileDialogListDocumentsCommand
35 FileDialogOpenDocumentCommand
35 FileDialogOpenFolderCommand
86 SystemRedoCommand
87 SystemUndoCommand
97 SystemUploadDocumentsCommand
100 SystemToggleWrapTextCommand
101 SystemToggleLineNumbersCommand
105 SystemOpenPageCommand
111 SystemToggleSpellcheckCommand

Original issue reported on code.google.com by mabrowningrr on 4 Jun 2010 at 3:39

These are not final and will actually be removed in a future version - we'll 
use the instanceof operator instead and let GWT worry about the switching.

Original comment by bobbysoa...@gmail.com on 5 Aug 2010 at 12:24

  • Changed state: Done