src/eric7/Documentation/Source/eric7.Preferences.ConfigurationPages.EditorHighlightingStylesPage.html

branch
eric7
changeset 10428
a071d4065202
parent 10135
36839e2c6945
child 10479
856476537696
equal deleted inserted replaced
10427:3733e2b23cf7 10428:a071d4065202
224 <p> 224 <p>
225 Constructor 225 Constructor
226 </p> 226 </p>
227 <dl> 227 <dl>
228 228
229 <dt><i>lexers</i></dt> 229 <dt><i>lexers</i> (dict)</dt>
230 <dd> 230 <dd>
231 reference to the lexers dictionary 231 reference to the lexers dictionary
232 </dd> 232 </dd>
233 </dl> 233 </dl>
234 <a NAME="EditorHighlightingStylesPage.__allFontsButtonMenuTriggered" ID="EditorHighlightingStylesPage.__allFontsButtonMenuTriggered"></a> 234 <a NAME="EditorHighlightingStylesPage.__allFontsButtonMenuTriggered" ID="EditorHighlightingStylesPage.__allFontsButtonMenuTriggered"></a>
238 <p> 238 <p>
239 Private slot used to change the font of all styles of a selected lexer. 239 Private slot used to change the font of all styles of a selected lexer.
240 </p> 240 </p>
241 <dl> 241 <dl>
242 242
243 <dt><i>act</i></dt> 243 <dt><i>act</i> (QAction)</dt>
244 <dd> 244 <dd>
245 reference to the triggering action (QAction) 245 reference to the triggering action
246 </dd> 246 </dd>
247 </dl> 247 </dl>
248 <a NAME="EditorHighlightingStylesPage.__applyStyles" ID="EditorHighlightingStylesPage.__applyStyles"></a> 248 <a NAME="EditorHighlightingStylesPage.__applyStyles" ID="EditorHighlightingStylesPage.__applyStyles"></a>
249 <h4>EditorHighlightingStylesPage.__applyStyles</h4> 249 <h4>EditorHighlightingStylesPage.__applyStyles</h4>
250 <b>__applyStyles</b>(<i>stylesList, importAll=False</i>) 250 <b>__applyStyles</b>(<i>stylesList, importAll=False</i>)
271 <p> 271 <p>
272 Private slot to change the highlighter font. 272 Private slot to change the highlighter font.
273 </p> 273 </p>
274 <dl> 274 <dl>
275 275
276 <dt><i>doAll</i></dt> 276 <dt><i>doAll</i> (bool)</dt>
277 <dd> 277 <dd>
278 flag indicating to change the font for all styles 278 flag indicating to change the font for all styles
279 (boolean) 279 </dd>
280 </dd> 280 <dt><i>familyOnly</i> (bool)</dt>
281 <dt><i>familyOnly</i></dt> 281 <dd>
282 <dd> 282 flag indicating to set the font family only
283 flag indicating to set the font family only (boolean) 283 </dd>
284 </dd> 284 <dt><i>sizeOnly</i> (bool)</dt>
285 <dt><i>sizeOnly</i></dt> 285 <dd>
286 <dd> 286 flag indicating to set the font size only
287 flag indicating to set the font size only (boolean
288 </dd> 287 </dd>
289 </dl> 288 </dl>
290 <a NAME="EditorHighlightingStylesPage.__currentStyles" ID="EditorHighlightingStylesPage.__currentStyles"></a> 289 <a NAME="EditorHighlightingStylesPage.__currentStyles" ID="EditorHighlightingStylesPage.__currentStyles"></a>
291 <h4>EditorHighlightingStylesPage.__currentStyles</h4> 290 <h4>EditorHighlightingStylesPage.__currentStyles</h4>
292 <b>__currentStyles</b>(<i></i>) 291 <b>__currentStyles</b>(<i></i>)
328 <p> 327 <p>
329 Private slot used to select the font of the selected style and lexer. 328 Private slot used to select the font of the selected style and lexer.
330 </p> 329 </p>
331 <dl> 330 <dl>
332 331
333 <dt><i>act</i></dt> 332 <dt><i>act</i> (QAction)</dt>
334 <dd> 333 <dd>
335 reference to the triggering action (QAction) 334 reference to the triggering action
336 </dd> 335 </dd>
337 </dl> 336 </dl>
338 <a NAME="EditorHighlightingStylesPage.__importStyles" ID="EditorHighlightingStylesPage.__importStyles"></a> 337 <a NAME="EditorHighlightingStylesPage.__importStyles" ID="EditorHighlightingStylesPage.__importStyles"></a>
339 <h4>EditorHighlightingStylesPage.__importStyles</h4> 338 <h4>EditorHighlightingStylesPage.__importStyles</h4>
340 <b>__importStyles</b>(<i>importAll=False</i>) 339 <b>__importStyles</b>(<i>importAll=False</i>)
540 Private method used to set the eolfill for the selected style and 539 Private method used to set the eolfill for the selected style and
541 lexer. 540 lexer.
542 </p> 541 </p>
543 <dl> 542 <dl>
544 543
545 <dt><i>on</i></dt> 544 <dt><i>on</i> (bool)</dt>
546 <dd> 545 <dd>
547 flag indicating enabled or disabled state (boolean) 546 flag indicating enabled or disabled state
548 </dd> 547 </dd>
549 </dl> 548 </dl>
550 <a NAME="EditorHighlightingStylesPage.on_exportAllButton_clicked" ID="EditorHighlightingStylesPage.on_exportAllButton_clicked"></a> 549 <a NAME="EditorHighlightingStylesPage.on_exportAllButton_clicked" ID="EditorHighlightingStylesPage.on_exportAllButton_clicked"></a>
551 <h4>EditorHighlightingStylesPage.on_exportAllButton_clicked</h4> 550 <h4>EditorHighlightingStylesPage.on_exportAllButton_clicked</h4>
552 <b>on_exportAllButton_clicked</b>(<i></i>) 551 <b>on_exportAllButton_clicked</b>(<i></i>)
638 </dd> 637 </dd>
639 </dl> 638 </dl>
640 <dl> 639 <dl>
641 <dt>Return Type:</dt> 640 <dt>Return Type:</dt>
642 <dd> 641 <dd>
643 list of int and tuple of (int, int) 642 list of [int, tuple of (int, int)]
644 </dd> 643 </dd>
645 </dl> 644 </dl>
646 <a NAME="EditorHighlightingStylesPage.setFont" ID="EditorHighlightingStylesPage.setFont"></a> 645 <a NAME="EditorHighlightingStylesPage.setFont" ID="EditorHighlightingStylesPage.setFont"></a>
647 <h4>EditorHighlightingStylesPage.setFont</h4> 646 <h4>EditorHighlightingStylesPage.setFont</h4>
648 <b>setFont</b>(<i>style, substyle, familyOnly, sizeOnly</i>) 647 <b>setFont</b>(<i>style, substyle, familyOnly, sizeOnly</i>)
717 <p> 716 <p>
718 Public method to set the state of the widget. 717 Public method to set the state of the widget.
719 </p> 718 </p>
720 <dl> 719 <dl>
721 720
722 <dt><i>state</i></dt> 721 <dt><i>state</i> (list of [int, tuple of (int, int)])</dt>
723 <dd> 722 <dd>
724 state data generated by saveState 723 state data generated by saveState
725 </dd> 724 </dd>
726 </dl> 725 </dl>
727 <div align="right"><a href="#top">Up</a></div> 726 <div align="right"><a href="#top">Up</a></div>
734 <p> 733 <p>
735 Module function to create the configuration page. 734 Module function to create the configuration page.
736 </p> 735 </p>
737 <dl> 736 <dl>
738 737
739 <dt><i>dlg</i></dt> 738 <dt><i>dlg</i> (ConfigurationDialog)</dt>
740 <dd> 739 <dd>
741 reference to the configuration dialog 740 reference to the configuration dialog
742 </dd> 741 </dd>
743 </dl> 742 </dl>
744 <dl> 743 <dl>
745 <dt>Return:</dt> 744 <dt>Return:</dt>
746 <dd> 745 <dd>
747 reference to the instantiated page (ConfigurationPageBase) 746 reference to the instantiated page
747 </dd>
748 </dl>
749 <dl>
750 <dt>Return Type:</dt>
751 <dd>
752 ConfigurationPageBase
748 </dd> 753 </dd>
749 </dl> 754 </dl>
750 <div align="right"><a href="#top">Up</a></div> 755 <div align="right"><a href="#top">Up</a></div>
751 <hr /> 756 <hr />
752 </body></html> 757 </body></html>

eric ide

mercurial