Mon, 03 Mar 2014 19:22:19 +0100
Updated the source docu.
--- a/APIs/Python3/eric5.api Mon Mar 03 19:21:23 2014 +0100 +++ b/APIs/Python3/eric5.api Mon Mar 03 19:22:19 2014 +0100 @@ -4555,7 +4555,10 @@ eric5.Plugins.VcsPlugins.vcsMercurial.HgLogBrowserDialog.HgLogBrowserDialog.BranchColumn?7 eric5.Plugins.VcsPlugins.vcsMercurial.HgLogBrowserDialog.HgLogBrowserDialog.DateColumn?7 eric5.Plugins.VcsPlugins.vcsMercurial.HgLogBrowserDialog.HgLogBrowserDialog.IconColumn?7 +eric5.Plugins.VcsPlugins.vcsMercurial.HgLogBrowserDialog.HgLogBrowserDialog.LargefilesCacheL?7 +eric5.Plugins.VcsPlugins.vcsMercurial.HgLogBrowserDialog.HgLogBrowserDialog.LargefilesCacheW?7 eric5.Plugins.VcsPlugins.vcsMercurial.HgLogBrowserDialog.HgLogBrowserDialog.MessageColumn?7 +eric5.Plugins.VcsPlugins.vcsMercurial.HgLogBrowserDialog.HgLogBrowserDialog.PathSeparatorRe?7 eric5.Plugins.VcsPlugins.vcsMercurial.HgLogBrowserDialog.HgLogBrowserDialog.PhaseColumn?7 eric5.Plugins.VcsPlugins.vcsMercurial.HgLogBrowserDialog.HgLogBrowserDialog.RevisionColumn?7 eric5.Plugins.VcsPlugins.vcsMercurial.HgLogBrowserDialog.HgLogBrowserDialog.TagsColumn?7
--- a/Documentation/Help/source.qhp Mon Mar 03 19:21:23 2014 +0100 +++ b/Documentation/Help/source.qhp Mon Mar 03 19:22:19 2014 +0100 @@ -6144,6 +6144,7 @@ <keyword name="HgLogBrowserDialog.__identifyProject" id="HgLogBrowserDialog.__identifyProject" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgLogBrowserDialog.html#HgLogBrowserDialog.__identifyProject" /> <keyword name="HgLogBrowserDialog.__initData" id="HgLogBrowserDialog.__initData" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgLogBrowserDialog.html#HgLogBrowserDialog.__initData" /> <keyword name="HgLogBrowserDialog.__lfPullActTriggered" id="HgLogBrowserDialog.__lfPullActTriggered" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgLogBrowserDialog.html#HgLogBrowserDialog.__lfPullActTriggered" /> + <keyword name="HgLogBrowserDialog.__modifyForLargeFiles" id="HgLogBrowserDialog.__modifyForLargeFiles" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgLogBrowserDialog.html#HgLogBrowserDialog.__modifyForLargeFiles" /> <keyword name="HgLogBrowserDialog.__phaseActTriggered" id="HgLogBrowserDialog.__phaseActTriggered" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgLogBrowserDialog.html#HgLogBrowserDialog.__phaseActTriggered" /> <keyword name="HgLogBrowserDialog.__procFinished" id="HgLogBrowserDialog.__procFinished" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgLogBrowserDialog.html#HgLogBrowserDialog.__procFinished" /> <keyword name="HgLogBrowserDialog.__processBuffer" id="HgLogBrowserDialog.__processBuffer" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgLogBrowserDialog.html#HgLogBrowserDialog.__processBuffer" /> @@ -12603,7 +12604,10 @@ <keyword name="ViewManager.__showBookmarkedMenu" id="ViewManager.__showBookmarkedMenu" ref="eric5.ViewManager.ViewManager.html#ViewManager.__showBookmarkedMenu" /> <keyword name="ViewManager.__showBookmarksMenu" id="ViewManager.__showBookmarksMenu" ref="eric5.ViewManager.ViewManager.html#ViewManager.__showBookmarksMenu" /> <keyword name="ViewManager.__showEditSpellingMenu" id="ViewManager.__showEditSpellingMenu" ref="eric5.ViewManager.ViewManager.html#ViewManager.__showEditSpellingMenu" /> + <keyword name="ViewManager.__showEncodingsMenu" id="ViewManager.__showEncodingsMenu" ref="eric5.ViewManager.ViewManager.html#ViewManager.__showEncodingsMenu" /> + <keyword name="ViewManager.__showEolMenu" id="ViewManager.__showEolMenu" ref="eric5.ViewManager.ViewManager.html#ViewManager.__showEolMenu" /> <keyword name="ViewManager.__showFileMenu" id="ViewManager.__showFileMenu" ref="eric5.ViewManager.ViewManager.html#ViewManager.__showFileMenu" /> + <keyword name="ViewManager.__showLanguagesMenu" id="ViewManager.__showLanguagesMenu" ref="eric5.ViewManager.ViewManager.html#ViewManager.__showLanguagesMenu" /> <keyword name="ViewManager.__showRecentMenu" id="ViewManager.__showRecentMenu" ref="eric5.ViewManager.ViewManager.html#ViewManager.__showRecentMenu" /> <keyword name="ViewManager.__spellCheck" id="ViewManager.__spellCheck" ref="eric5.ViewManager.ViewManager.html#ViewManager.__spellCheck" /> <keyword name="ViewManager.__splitOrientation" id="ViewManager.__splitOrientation" ref="eric5.ViewManager.ViewManager.html#ViewManager.__splitOrientation" />
--- a/Documentation/Source/eric5.Plugins.VcsPlugins.vcsMercurial.HgLogBrowserDialog.html Mon Mar 03 19:21:23 2014 +0100 +++ b/Documentation/Source/eric5.Plugins.VcsPlugins.vcsMercurial.HgLogBrowserDialog.html Mon Mar 03 19:22:19 2014 +0100 @@ -48,7 +48,7 @@ QWidget, Ui_HgLogBrowserDialog <h3>Class Attributes</h3> <table> -<tr><td>AuthorColumn</td></tr><tr><td>BranchColumn</td></tr><tr><td>DateColumn</td></tr><tr><td>IconColumn</td></tr><tr><td>MessageColumn</td></tr><tr><td>PhaseColumn</td></tr><tr><td>RevisionColumn</td></tr><tr><td>TagsColumn</td></tr> +<tr><td>AuthorColumn</td></tr><tr><td>BranchColumn</td></tr><tr><td>DateColumn</td></tr><tr><td>IconColumn</td></tr><tr><td>LargefilesCacheL</td></tr><tr><td>LargefilesCacheW</td></tr><tr><td>MessageColumn</td></tr><tr><td>PathSeparatorRe</td></tr><tr><td>PhaseColumn</td></tr><tr><td>RevisionColumn</td></tr><tr><td>TagsColumn</td></tr> </table> <h3>Class Methods</h3> <table> @@ -108,6 +108,9 @@ <td><a href="#HgLogBrowserDialog.__lfPullActTriggered">__lfPullActTriggered</a></td> <td>Private slot to pull large files of selected revisions.</td> </tr><tr> +<td><a href="#HgLogBrowserDialog.__modifyForLargeFiles">__modifyForLargeFiles</a></td> +<td>Private method to convert the displayed file name for a large file.</td> +</tr><tr> <td><a href="#HgLogBrowserDialog.__phaseActTriggered">__phaseActTriggered</a></td> <td>Private slot to handle the Change Phase action.</td> </tr><tr> @@ -468,7 +471,22 @@ <b>__lfPullActTriggered</b>(<i></i>) <p> Private slot to pull large files of selected revisions. -</p><a NAME="HgLogBrowserDialog.__phaseActTriggered" ID="HgLogBrowserDialog.__phaseActTriggered"></a> +</p><a NAME="HgLogBrowserDialog.__modifyForLargeFiles" ID="HgLogBrowserDialog.__modifyForLargeFiles"></a> +<h4>HgLogBrowserDialog.__modifyForLargeFiles</h4> +<b>__modifyForLargeFiles</b>(<i>filename</i>) +<p> + Private method to convert the displayed file name for a large file. +</p><dl> +<dt><i>filename</i></dt> +<dd> +file name to be processed (string) +</dd> +</dl><dl> +<dt>Returns:</dt> +<dd> +processed file name (string) +</dd> +</dl><a NAME="HgLogBrowserDialog.__phaseActTriggered" ID="HgLogBrowserDialog.__phaseActTriggered"></a> <h4>HgLogBrowserDialog.__phaseActTriggered</h4> <b>__phaseActTriggered</b>(<i></i>) <p>
--- a/Documentation/Source/eric5.ViewManager.ViewManager.html Mon Mar 03 19:21:23 2014 +0100 +++ b/Documentation/Source/eric5.ViewManager.ViewManager.html Mon Mar 03 19:22:19 2014 +0100 @@ -570,9 +570,18 @@ <td><a href="#ViewManager.__showEditSpellingMenu">__showEditSpellingMenu</a></td> <td>Private method to set up the edit dictionaries menu.</td> </tr><tr> +<td><a href="#ViewManager.__showEncodingsMenu">__showEncodingsMenu</a></td> +<td>Private slot to show the Encodings menu of the current editor.</td> +</tr><tr> +<td><a href="#ViewManager.__showEolMenu">__showEolMenu</a></td> +<td>Private slot to show the EOL menu of the current editor.</td> +</tr><tr> <td><a href="#ViewManager.__showFileMenu">__showFileMenu</a></td> <td>Private method to set up the file menu.</td> </tr><tr> +<td><a href="#ViewManager.__showLanguagesMenu">__showLanguagesMenu</a></td> +<td>Private slot to show the Languages menu of the current editor.</td> +</tr><tr> <td><a href="#ViewManager.__showRecentMenu">__showRecentMenu</a></td> <td>Private method to set up recent files menu.</td> </tr><tr> @@ -1694,12 +1703,42 @@ <b>__showEditSpellingMenu</b>(<i></i>) <p> Private method to set up the edit dictionaries menu. -</p><a NAME="ViewManager.__showFileMenu" ID="ViewManager.__showFileMenu"></a> +</p><a NAME="ViewManager.__showEncodingsMenu" ID="ViewManager.__showEncodingsMenu"></a> +<h4>ViewManager.__showEncodingsMenu</h4> +<b>__showEncodingsMenu</b>(<i>pos</i>) +<p> + Private slot to show the Encodings menu of the current editor. +</p><dl> +<dt><i>pos</i></dt> +<dd> +position the menu should be shown at (QPoint) +</dd> +</dl><a NAME="ViewManager.__showEolMenu" ID="ViewManager.__showEolMenu"></a> +<h4>ViewManager.__showEolMenu</h4> +<b>__showEolMenu</b>(<i>pos</i>) +<p> + Private slot to show the EOL menu of the current editor. +</p><dl> +<dt><i>pos</i></dt> +<dd> +position the menu should be shown at (QPoint) +</dd> +</dl><a NAME="ViewManager.__showFileMenu" ID="ViewManager.__showFileMenu"></a> <h4>ViewManager.__showFileMenu</h4> <b>__showFileMenu</b>(<i></i>) <p> Private method to set up the file menu. -</p><a NAME="ViewManager.__showRecentMenu" ID="ViewManager.__showRecentMenu"></a> +</p><a NAME="ViewManager.__showLanguagesMenu" ID="ViewManager.__showLanguagesMenu"></a> +<h4>ViewManager.__showLanguagesMenu</h4> +<b>__showLanguagesMenu</b>(<i>pos</i>) +<p> + Private slot to show the Languages menu of the current editor. +</p><dl> +<dt><i>pos</i></dt> +<dd> +position the menu should be shown at (QPoint) +</dd> +</dl><a NAME="ViewManager.__showRecentMenu" ID="ViewManager.__showRecentMenu"></a> <h4>ViewManager.__showRecentMenu</h4> <b>__showRecentMenu</b>(<i></i>) <p>