fciubotaru (SVN) wrote:
Author: fciubotaru Date: 2009-04-14 19:28:28 +0200 (Tue, 14 Apr 2009) New Revision: 18649
Modified: xoffice/trunk/xword/XWikiLib/XWikiLib.csproj xoffice/trunk/xword/XWord/AddinActions.cs xoffice/trunk/xword/XWord/XWikiAddIn.cs Log: XOFFICE-74 Navigation Pane does not auto-refresh the tree view when creating a new page Patch submited by Teofil Achirei, reviewed by Florin Ciubotaru
public string currentPageFullName = ""; + /// <summary> + /// Specifies if the current page was published on the server. + /// It does not specify if the last modifications were saved, but + /// if the local document has a coresponding wiki page. It's FALSE + /// until first saving to wiki. + /// </summary>
Shouldn't properties start with uppercase? I thought that's the convention.
+ public bool currentPagePublished = false; + /// <summary>
-- Sergiu Dumitriu http://purl.org/net/sergiu/