5 <link rel="stylesheet" href="styles.css"> |
5 <link rel="stylesheet" href="styles.css"> |
6 </head> |
6 </head> |
7 <body> |
7 <body> |
8 <a NAME="top" ID="top"></a> |
8 <a NAME="top" ID="top"></a> |
9 <h1>eric7.Preferences.ConfigurationPages.EditorHighlightingStylesPage</h1> |
9 <h1>eric7.Preferences.ConfigurationPages.EditorHighlightingStylesPage</h1> |
10 |
|
11 <p> |
10 <p> |
12 Module implementing the Editor Highlighting Styles configuration page. |
11 Module implementing the Editor Highlighting Styles configuration page. |
13 </p> |
12 </p> |
|
13 |
14 <h3>Global Attributes</h3> |
14 <h3>Global Attributes</h3> |
15 |
|
16 <table> |
15 <table> |
17 <tr><td>None</td></tr> |
16 <tr><td>None</td></tr> |
18 </table> |
17 </table> |
|
18 |
19 <h3>Classes</h3> |
19 <h3>Classes</h3> |
20 |
|
21 <table> |
20 <table> |
22 |
|
23 <tr> |
21 <tr> |
24 <td><a href="#EditorHighlightingStylesPage">EditorHighlightingStylesPage</a></td> |
22 <td><a href="#EditorHighlightingStylesPage">EditorHighlightingStylesPage</a></td> |
25 <td>Class implementing the Editor Highlighting Styles configuration page.</td> |
23 <td>Class implementing the Editor Highlighting Styles configuration page.</td> |
26 </tr> |
24 </tr> |
27 </table> |
25 </table> |
|
26 |
28 <h3>Functions</h3> |
27 <h3>Functions</h3> |
29 |
|
30 <table> |
28 <table> |
31 |
|
32 <tr> |
29 <tr> |
33 <td><a href="#create">create</a></td> |
30 <td><a href="#create">create</a></td> |
34 <td>Module function to create the configuration page.</td> |
31 <td>Module function to create the configuration page.</td> |
35 </tr> |
32 </tr> |
36 </table> |
33 </table> |
|
34 |
37 <hr /> |
35 <hr /> |
38 <hr /> |
36 <hr /> |
39 <a NAME="EditorHighlightingStylesPage" ID="EditorHighlightingStylesPage"></a> |
37 <a NAME="EditorHighlightingStylesPage" ID="EditorHighlightingStylesPage"></a> |
40 <h2>EditorHighlightingStylesPage</h2> |
38 <h2>EditorHighlightingStylesPage</h2> |
41 |
|
42 <p> |
39 <p> |
43 Class implementing the Editor Highlighting Styles configuration page. |
40 Class implementing the Editor Highlighting Styles configuration page. |
44 </p> |
41 </p> |
|
42 |
45 <h3>Derived from</h3> |
43 <h3>Derived from</h3> |
46 ConfigurationPageBase, Ui_EditorHighlightingStylesPage |
44 ConfigurationPageBase, Ui_EditorHighlightingStylesPage |
47 <h3>Class Attributes</h3> |
45 <h3>Class Attributes</h3> |
48 |
|
49 <table> |
46 <table> |
50 <tr><td>FAMILYANDSIZE</td></tr><tr><td>FAMILYONLY</td></tr><tr><td>FONT</td></tr><tr><td>SIZEONLY</td></tr><tr><td>StyleRole</td></tr><tr><td>SubstyleRole</td></tr> |
47 <tr><td>FAMILYANDSIZE</td></tr> |
|
48 <tr><td>FAMILYONLY</td></tr> |
|
49 <tr><td>FONT</td></tr> |
|
50 <tr><td>SIZEONLY</td></tr> |
|
51 <tr><td>StyleRole</td></tr> |
|
52 <tr><td>SubstyleRole</td></tr> |
51 </table> |
53 </table> |
|
54 |
52 <h3>Class Methods</h3> |
55 <h3>Class Methods</h3> |
53 |
|
54 <table> |
56 <table> |
55 <tr><td>None</td></tr> |
57 <tr><td>None</td></tr> |
56 </table> |
58 </table> |
|
59 |
57 <h3>Methods</h3> |
60 <h3>Methods</h3> |
58 |
|
59 <table> |
61 <table> |
60 |
|
61 <tr> |
62 <tr> |
62 <td><a href="#EditorHighlightingStylesPage.__init__">EditorHighlightingStylesPage</a></td> |
63 <td><a href="#EditorHighlightingStylesPage.__init__">EditorHighlightingStylesPage</a></td> |
63 <td>Constructor</td> |
64 <td>Constructor</td> |
64 </tr> |
65 </tr> |
65 <tr> |
66 <tr> |
209 <tr> |
210 <tr> |
210 <td><a href="#EditorHighlightingStylesPage.setState">setState</a></td> |
211 <td><a href="#EditorHighlightingStylesPage.setState">setState</a></td> |
211 <td>Public method to set the state of the widget.</td> |
212 <td>Public method to set the state of the widget.</td> |
212 </tr> |
213 </tr> |
213 </table> |
214 </table> |
|
215 |
214 <h3>Static Methods</h3> |
216 <h3>Static Methods</h3> |
215 |
|
216 <table> |
217 <table> |
217 <tr><td>None</td></tr> |
218 <tr><td>None</td></tr> |
218 </table> |
219 </table> |
219 |
220 |
|
221 |
220 <a NAME="EditorHighlightingStylesPage.__init__" ID="EditorHighlightingStylesPage.__init__"></a> |
222 <a NAME="EditorHighlightingStylesPage.__init__" ID="EditorHighlightingStylesPage.__init__"></a> |
221 <h4>EditorHighlightingStylesPage (Constructor)</h4> |
223 <h4>EditorHighlightingStylesPage (Constructor)</h4> |
222 <b>EditorHighlightingStylesPage</b>(<i>lexers</i>) |
224 <b>EditorHighlightingStylesPage</b>(<i>lexers</i>) |
223 |
|
224 <p> |
225 <p> |
225 Constructor |
226 Constructor |
226 </p> |
227 </p> |
|
228 |
227 <dl> |
229 <dl> |
228 |
230 |
229 <dt><i>lexers</i> (dict)</dt> |
231 <dt><i>lexers</i> (dict)</dt> |
230 <dd> |
232 <dd> |
231 reference to the lexers dictionary |
233 reference to the lexers dictionary |
232 </dd> |
234 </dd> |
233 </dl> |
235 </dl> |
234 <a NAME="EditorHighlightingStylesPage.__allFontsButtonMenuTriggered" ID="EditorHighlightingStylesPage.__allFontsButtonMenuTriggered"></a> |
236 <a NAME="EditorHighlightingStylesPage.__allFontsButtonMenuTriggered" ID="EditorHighlightingStylesPage.__allFontsButtonMenuTriggered"></a> |
235 <h4>EditorHighlightingStylesPage.__allFontsButtonMenuTriggered</h4> |
237 <h4>EditorHighlightingStylesPage.__allFontsButtonMenuTriggered</h4> |
236 <b>__allFontsButtonMenuTriggered</b>(<i>act</i>) |
238 <b>__allFontsButtonMenuTriggered</b>(<i>act</i>) |
237 |
|
238 <p> |
239 <p> |
239 Private slot used to change the font of all styles of a selected lexer. |
240 Private slot used to change the font of all styles of a selected lexer. |
240 </p> |
241 </p> |
|
242 |
241 <dl> |
243 <dl> |
242 |
244 |
243 <dt><i>act</i> (QAction)</dt> |
245 <dt><i>act</i> (QAction)</dt> |
244 <dd> |
246 <dd> |
245 reference to the triggering action |
247 reference to the triggering action |
246 </dd> |
248 </dd> |
247 </dl> |
249 </dl> |
248 <a NAME="EditorHighlightingStylesPage.__applyStyles" ID="EditorHighlightingStylesPage.__applyStyles"></a> |
250 <a NAME="EditorHighlightingStylesPage.__applyStyles" ID="EditorHighlightingStylesPage.__applyStyles"></a> |
249 <h4>EditorHighlightingStylesPage.__applyStyles</h4> |
251 <h4>EditorHighlightingStylesPage.__applyStyles</h4> |
250 <b>__applyStyles</b>(<i>stylesList, importAll=False</i>) |
252 <b>__applyStyles</b>(<i>stylesList, importAll=False</i>) |
251 |
|
252 <p> |
253 <p> |
253 Private method to apply the imported styles to this dialog. |
254 Private method to apply the imported styles to this dialog. |
254 </p> |
255 </p> |
|
256 |
255 <dl> |
257 <dl> |
256 |
258 |
257 <dt><i>stylesList</i> (list of dict)</dt> |
259 <dt><i>stylesList</i> (list of dict)</dt> |
258 <dd> |
260 <dd> |
259 list of imported lexer styles |
261 list of imported lexer styles |
459 </dd> |
461 </dd> |
460 </dl> |
462 </dl> |
461 <a NAME="EditorHighlightingStylesPage.on_addSubstyleButton_clicked" ID="EditorHighlightingStylesPage.on_addSubstyleButton_clicked"></a> |
463 <a NAME="EditorHighlightingStylesPage.on_addSubstyleButton_clicked" ID="EditorHighlightingStylesPage.on_addSubstyleButton_clicked"></a> |
462 <h4>EditorHighlightingStylesPage.on_addSubstyleButton_clicked</h4> |
464 <h4>EditorHighlightingStylesPage.on_addSubstyleButton_clicked</h4> |
463 <b>on_addSubstyleButton_clicked</b>(<i></i>) |
465 <b>on_addSubstyleButton_clicked</b>(<i></i>) |
464 |
|
465 <p> |
466 <p> |
466 Private slot to add a new sub-style. |
467 Private slot to add a new sub-style. |
467 </p> |
468 </p> |
|
469 |
468 <a NAME="EditorHighlightingStylesPage.on_allBackgroundColoursButton_clicked" ID="EditorHighlightingStylesPage.on_allBackgroundColoursButton_clicked"></a> |
470 <a NAME="EditorHighlightingStylesPage.on_allBackgroundColoursButton_clicked" ID="EditorHighlightingStylesPage.on_allBackgroundColoursButton_clicked"></a> |
469 <h4>EditorHighlightingStylesPage.on_allBackgroundColoursButton_clicked</h4> |
471 <h4>EditorHighlightingStylesPage.on_allBackgroundColoursButton_clicked</h4> |
470 <b>on_allBackgroundColoursButton_clicked</b>(<i></i>) |
472 <b>on_allBackgroundColoursButton_clicked</b>(<i></i>) |
471 |
|
472 <p> |
473 <p> |
473 Private method used to select the background colour of all styles of a |
474 Private method used to select the background colour of all styles of a |
474 selected lexer. |
475 selected lexer. |
475 </p> |
476 </p> |
|
477 |
476 <a NAME="EditorHighlightingStylesPage.on_allDefaultButton_clicked" ID="EditorHighlightingStylesPage.on_allDefaultButton_clicked"></a> |
478 <a NAME="EditorHighlightingStylesPage.on_allDefaultButton_clicked" ID="EditorHighlightingStylesPage.on_allDefaultButton_clicked"></a> |
477 <h4>EditorHighlightingStylesPage.on_allDefaultButton_clicked</h4> |
479 <h4>EditorHighlightingStylesPage.on_allDefaultButton_clicked</h4> |
478 <b>on_allDefaultButton_clicked</b>(<i></i>) |
480 <b>on_allDefaultButton_clicked</b>(<i></i>) |
479 |
|
480 <p> |
481 <p> |
481 Private method to set all styles to their default values. |
482 Private method to set all styles to their default values. |
482 </p> |
483 </p> |
|
484 |
483 <a NAME="EditorHighlightingStylesPage.on_allEolFillButton_clicked" ID="EditorHighlightingStylesPage.on_allEolFillButton_clicked"></a> |
485 <a NAME="EditorHighlightingStylesPage.on_allEolFillButton_clicked" ID="EditorHighlightingStylesPage.on_allEolFillButton_clicked"></a> |
484 <h4>EditorHighlightingStylesPage.on_allEolFillButton_clicked</h4> |
486 <h4>EditorHighlightingStylesPage.on_allEolFillButton_clicked</h4> |
485 <b>on_allEolFillButton_clicked</b>(<i></i>) |
487 <b>on_allEolFillButton_clicked</b>(<i></i>) |
486 |
|
487 <p> |
488 <p> |
488 Private method used to set the eolfill for all styles of a selected |
489 Private method used to set the eolfill for all styles of a selected |
489 lexer. |
490 lexer. |
490 </p> |
491 </p> |
|
492 |
491 <a NAME="EditorHighlightingStylesPage.on_backgroundButton_clicked" ID="EditorHighlightingStylesPage.on_backgroundButton_clicked"></a> |
493 <a NAME="EditorHighlightingStylesPage.on_backgroundButton_clicked" ID="EditorHighlightingStylesPage.on_backgroundButton_clicked"></a> |
492 <h4>EditorHighlightingStylesPage.on_backgroundButton_clicked</h4> |
494 <h4>EditorHighlightingStylesPage.on_backgroundButton_clicked</h4> |
493 <b>on_backgroundButton_clicked</b>(<i></i>) |
495 <b>on_backgroundButton_clicked</b>(<i></i>) |
494 |
|
495 <p> |
496 <p> |
496 Private method used to select the background colour of the selected |
497 Private method used to select the background colour of the selected |
497 style and lexer. |
498 style and lexer. |
498 </p> |
499 </p> |
|
500 |
499 <a NAME="EditorHighlightingStylesPage.on_copySubstyleButton_clicked" ID="EditorHighlightingStylesPage.on_copySubstyleButton_clicked"></a> |
501 <a NAME="EditorHighlightingStylesPage.on_copySubstyleButton_clicked" ID="EditorHighlightingStylesPage.on_copySubstyleButton_clicked"></a> |
500 <h4>EditorHighlightingStylesPage.on_copySubstyleButton_clicked</h4> |
502 <h4>EditorHighlightingStylesPage.on_copySubstyleButton_clicked</h4> |
501 <b>on_copySubstyleButton_clicked</b>(<i></i>) |
503 <b>on_copySubstyleButton_clicked</b>(<i></i>) |
502 |
|
503 <p> |
504 <p> |
504 Private slot to copy the selected sub-style. |
505 Private slot to copy the selected sub-style. |
505 </p> |
506 </p> |
|
507 |
506 <a NAME="EditorHighlightingStylesPage.on_defaultButton_clicked" ID="EditorHighlightingStylesPage.on_defaultButton_clicked"></a> |
508 <a NAME="EditorHighlightingStylesPage.on_defaultButton_clicked" ID="EditorHighlightingStylesPage.on_defaultButton_clicked"></a> |
507 <h4>EditorHighlightingStylesPage.on_defaultButton_clicked</h4> |
509 <h4>EditorHighlightingStylesPage.on_defaultButton_clicked</h4> |
508 <b>on_defaultButton_clicked</b>(<i></i>) |
510 <b>on_defaultButton_clicked</b>(<i></i>) |
509 |
|
510 <p> |
511 <p> |
511 Private method to set the current style to its default values. |
512 Private method to set the current style to its default values. |
512 </p> |
513 </p> |
|
514 |
513 <a NAME="EditorHighlightingStylesPage.on_defaultSubstylesButton_clicked" ID="EditorHighlightingStylesPage.on_defaultSubstylesButton_clicked"></a> |
515 <a NAME="EditorHighlightingStylesPage.on_defaultSubstylesButton_clicked" ID="EditorHighlightingStylesPage.on_defaultSubstylesButton_clicked"></a> |
514 <h4>EditorHighlightingStylesPage.on_defaultSubstylesButton_clicked</h4> |
516 <h4>EditorHighlightingStylesPage.on_defaultSubstylesButton_clicked</h4> |
515 <b>on_defaultSubstylesButton_clicked</b>(<i></i>) |
517 <b>on_defaultSubstylesButton_clicked</b>(<i></i>) |
516 |
|
517 <p> |
518 <p> |
518 Private slot to reset all substyles to default values. |
519 Private slot to reset all substyles to default values. |
519 </p> |
520 </p> |
|
521 |
520 <a NAME="EditorHighlightingStylesPage.on_deleteSubstyleButton_clicked" ID="EditorHighlightingStylesPage.on_deleteSubstyleButton_clicked"></a> |
522 <a NAME="EditorHighlightingStylesPage.on_deleteSubstyleButton_clicked" ID="EditorHighlightingStylesPage.on_deleteSubstyleButton_clicked"></a> |
521 <h4>EditorHighlightingStylesPage.on_deleteSubstyleButton_clicked</h4> |
523 <h4>EditorHighlightingStylesPage.on_deleteSubstyleButton_clicked</h4> |
522 <b>on_deleteSubstyleButton_clicked</b>(<i></i>) |
524 <b>on_deleteSubstyleButton_clicked</b>(<i></i>) |
523 |
|
524 <p> |
525 <p> |
525 Private slot to delete the selected sub-style. |
526 Private slot to delete the selected sub-style. |
526 </p> |
527 </p> |
|
528 |
527 <a NAME="EditorHighlightingStylesPage.on_editSubstyleButton_clicked" ID="EditorHighlightingStylesPage.on_editSubstyleButton_clicked"></a> |
529 <a NAME="EditorHighlightingStylesPage.on_editSubstyleButton_clicked" ID="EditorHighlightingStylesPage.on_editSubstyleButton_clicked"></a> |
528 <h4>EditorHighlightingStylesPage.on_editSubstyleButton_clicked</h4> |
530 <h4>EditorHighlightingStylesPage.on_editSubstyleButton_clicked</h4> |
529 <b>on_editSubstyleButton_clicked</b>(<i></i>) |
531 <b>on_editSubstyleButton_clicked</b>(<i></i>) |
530 |
|
531 <p> |
532 <p> |
532 Private slot to edit the selected sub-style entry. |
533 Private slot to edit the selected sub-style entry. |
533 </p> |
534 </p> |
|
535 |
534 <a NAME="EditorHighlightingStylesPage.on_eolfillCheckBox_clicked" ID="EditorHighlightingStylesPage.on_eolfillCheckBox_clicked"></a> |
536 <a NAME="EditorHighlightingStylesPage.on_eolfillCheckBox_clicked" ID="EditorHighlightingStylesPage.on_eolfillCheckBox_clicked"></a> |
535 <h4>EditorHighlightingStylesPage.on_eolfillCheckBox_clicked</h4> |
537 <h4>EditorHighlightingStylesPage.on_eolfillCheckBox_clicked</h4> |
536 <b>on_eolfillCheckBox_clicked</b>(<i>on</i>) |
538 <b>on_eolfillCheckBox_clicked</b>(<i>on</i>) |
537 |
|
538 <p> |
539 <p> |
539 Private method used to set the eolfill for the selected style and |
540 Private method used to set the eolfill for the selected style and |
540 lexer. |
541 lexer. |
541 </p> |
542 </p> |
|
543 |
542 <dl> |
544 <dl> |
543 |
545 |
544 <dt><i>on</i> (bool)</dt> |
546 <dt><i>on</i> (bool)</dt> |
545 <dd> |
547 <dd> |
546 flag indicating enabled or disabled state |
548 flag indicating enabled or disabled state |
547 </dd> |
549 </dd> |
548 </dl> |
550 </dl> |
549 <a NAME="EditorHighlightingStylesPage.on_exportAllButton_clicked" ID="EditorHighlightingStylesPage.on_exportAllButton_clicked"></a> |
551 <a NAME="EditorHighlightingStylesPage.on_exportAllButton_clicked" ID="EditorHighlightingStylesPage.on_exportAllButton_clicked"></a> |
550 <h4>EditorHighlightingStylesPage.on_exportAllButton_clicked</h4> |
552 <h4>EditorHighlightingStylesPage.on_exportAllButton_clicked</h4> |
551 <b>on_exportAllButton_clicked</b>(<i></i>) |
553 <b>on_exportAllButton_clicked</b>(<i></i>) |
552 |
|
553 <p> |
554 <p> |
554 Private slot to export the styles of all lexers. |
555 Private slot to export the styles of all lexers. |
555 </p> |
556 </p> |
|
557 |
556 <a NAME="EditorHighlightingStylesPage.on_exportButton_clicked" ID="EditorHighlightingStylesPage.on_exportButton_clicked"></a> |
558 <a NAME="EditorHighlightingStylesPage.on_exportButton_clicked" ID="EditorHighlightingStylesPage.on_exportButton_clicked"></a> |
557 <h4>EditorHighlightingStylesPage.on_exportButton_clicked</h4> |
559 <h4>EditorHighlightingStylesPage.on_exportButton_clicked</h4> |
558 <b>on_exportButton_clicked</b>(<i></i>) |
560 <b>on_exportButton_clicked</b>(<i></i>) |
559 |
|
560 <p> |
561 <p> |
561 Private slot to export styles to be selected. |
562 Private slot to export styles to be selected. |
562 </p> |
563 </p> |
|
564 |
563 <a NAME="EditorHighlightingStylesPage.on_foregroundButton_clicked" ID="EditorHighlightingStylesPage.on_foregroundButton_clicked"></a> |
565 <a NAME="EditorHighlightingStylesPage.on_foregroundButton_clicked" ID="EditorHighlightingStylesPage.on_foregroundButton_clicked"></a> |
564 <h4>EditorHighlightingStylesPage.on_foregroundButton_clicked</h4> |
566 <h4>EditorHighlightingStylesPage.on_foregroundButton_clicked</h4> |
565 <b>on_foregroundButton_clicked</b>(<i></i>) |
567 <b>on_foregroundButton_clicked</b>(<i></i>) |
566 |
|
567 <p> |
568 <p> |
568 Private method used to select the foreground colour of the selected |
569 Private method used to select the foreground colour of the selected |
569 style and lexer. |
570 style and lexer. |
570 </p> |
571 </p> |
|
572 |
571 <a NAME="EditorHighlightingStylesPage.on_importAllButton_clicked" ID="EditorHighlightingStylesPage.on_importAllButton_clicked"></a> |
573 <a NAME="EditorHighlightingStylesPage.on_importAllButton_clicked" ID="EditorHighlightingStylesPage.on_importAllButton_clicked"></a> |
572 <h4>EditorHighlightingStylesPage.on_importAllButton_clicked</h4> |
574 <h4>EditorHighlightingStylesPage.on_importAllButton_clicked</h4> |
573 <b>on_importAllButton_clicked</b>(<i></i>) |
575 <b>on_importAllButton_clicked</b>(<i></i>) |
574 |
|
575 <p> |
576 <p> |
576 Private slot to import the styles of all lexers. |
577 Private slot to import the styles of all lexers. |
577 </p> |
578 </p> |
|
579 |
578 <a NAME="EditorHighlightingStylesPage.on_importButton_clicked" ID="EditorHighlightingStylesPage.on_importButton_clicked"></a> |
580 <a NAME="EditorHighlightingStylesPage.on_importButton_clicked" ID="EditorHighlightingStylesPage.on_importButton_clicked"></a> |
579 <h4>EditorHighlightingStylesPage.on_importButton_clicked</h4> |
581 <h4>EditorHighlightingStylesPage.on_importButton_clicked</h4> |
580 <b>on_importButton_clicked</b>(<i></i>) |
582 <b>on_importButton_clicked</b>(<i></i>) |
581 |
|
582 <p> |
583 <p> |
583 Private slot to import styles to be selected. |
584 Private slot to import styles to be selected. |
584 </p> |
585 </p> |
|
586 |
585 <a NAME="EditorHighlightingStylesPage.on_lexerLanguageComboBox_activated" ID="EditorHighlightingStylesPage.on_lexerLanguageComboBox_activated"></a> |
587 <a NAME="EditorHighlightingStylesPage.on_lexerLanguageComboBox_activated" ID="EditorHighlightingStylesPage.on_lexerLanguageComboBox_activated"></a> |
586 <h4>EditorHighlightingStylesPage.on_lexerLanguageComboBox_activated</h4> |
588 <h4>EditorHighlightingStylesPage.on_lexerLanguageComboBox_activated</h4> |
587 <b>on_lexerLanguageComboBox_activated</b>(<i>index</i>) |
589 <b>on_lexerLanguageComboBox_activated</b>(<i>index</i>) |
588 |
|
589 <p> |
590 <p> |
590 Private slot to fill the style combo of the source page. |
591 Private slot to fill the style combo of the source page. |
591 </p> |
592 </p> |
|
593 |
592 <dl> |
594 <dl> |
593 |
595 |
594 <dt><i>index</i> (int)</dt> |
596 <dt><i>index</i> (int)</dt> |
595 <dd> |
597 <dd> |
596 index of the selected entry |
598 index of the selected entry |
597 </dd> |
599 </dd> |
598 </dl> |
600 </dl> |
599 <a NAME="EditorHighlightingStylesPage.on_styleElementList_currentItemChanged" ID="EditorHighlightingStylesPage.on_styleElementList_currentItemChanged"></a> |
601 <a NAME="EditorHighlightingStylesPage.on_styleElementList_currentItemChanged" ID="EditorHighlightingStylesPage.on_styleElementList_currentItemChanged"></a> |
600 <h4>EditorHighlightingStylesPage.on_styleElementList_currentItemChanged</h4> |
602 <h4>EditorHighlightingStylesPage.on_styleElementList_currentItemChanged</h4> |
601 <b>on_styleElementList_currentItemChanged</b>(<i>current, previous</i>) |
603 <b>on_styleElementList_currentItemChanged</b>(<i>current, previous</i>) |
602 |
|
603 <p> |
604 <p> |
604 Private method to handle a change of the current row. |
605 Private method to handle a change of the current row. |
605 </p> |
606 </p> |
|
607 |
606 <dl> |
608 <dl> |
607 |
609 |
608 <dt><i>current</i> (QTreeWidgetItem)</dt> |
610 <dt><i>current</i> (QTreeWidgetItem)</dt> |
609 <dd> |
611 <dd> |
610 reference to the current item |
612 reference to the current item |