eric6/Documentation/Source/eric6.ViewManager.ViewManager.html

branch
maintenance
changeset 8043
0acf98cd089a
parent 8039
13fed1ed06e8
child 8129
52c76e6cb35b
equal deleted inserted replaced
7991:866adc8c315b 8043:0acf98cd089a
408 <tr> 408 <tr>
409 <td><a href="#ViewManager.__editIndent">__editIndent</a></td> 409 <td><a href="#ViewManager.__editIndent">__editIndent</a></td>
410 <td>Private method to handle the indent action.</td> 410 <td>Private method to handle the indent action.</td>
411 </tr> 411 </tr>
412 <tr> 412 <tr>
413 <td><a href="#ViewManager.__editInsertDocstring">__editInsertDocstring</a></td>
414 <td>Private method to insert a docstring.</td>
415 </tr>
416 <tr>
413 <td><a href="#ViewManager.__editJoin">__editJoin</a></td> 417 <td><a href="#ViewManager.__editJoin">__editJoin</a></td>
414 <td>Private method to handle the join action.</td> 418 <td>Private method to handle the join action.</td>
415 </tr> 419 </tr>
416 <tr> 420 <tr>
417 <td><a href="#ViewManager.__editPaste">__editPaste</a></td> 421 <td><a href="#ViewManager.__editPaste">__editPaste</a></td>
1651 <b>__editIndent</b>(<i></i>) 1655 <b>__editIndent</b>(<i></i>)
1652 1656
1653 <p> 1657 <p>
1654 Private method to handle the indent action. 1658 Private method to handle the indent action.
1655 </p> 1659 </p>
1660 <a NAME="ViewManager.__editInsertDocstring" ID="ViewManager.__editInsertDocstring"></a>
1661 <h4>ViewManager.__editInsertDocstring</h4>
1662 <b>__editInsertDocstring</b>(<i></i>)
1663
1664 <p>
1665 Private method to insert a docstring.
1666 </p>
1656 <a NAME="ViewManager.__editJoin" ID="ViewManager.__editJoin"></a> 1667 <a NAME="ViewManager.__editJoin" ID="ViewManager.__editJoin"></a>
1657 <h4>ViewManager.__editJoin</h4> 1668 <h4>ViewManager.__editJoin</h4>
1658 <b>__editJoin</b>(<i></i>) 1669 <b>__editJoin</b>(<i></i>)
1659 1670
1660 <p> 1671 <p>
1956 <dd> 1967 <dd>
1957 eol indicator string (string) 1968 eol indicator string (string)
1958 </dd> 1969 </dd>
1959 </dl> 1970 </dl>
1960 <dl> 1971 <dl>
1961 <dt>Returns:</dt> 1972 <dt>Return:</dt>
1962 <dd> 1973 <dd>
1963 pixmap for the eol indicator (QPixmap) 1974 pixmap for the eol indicator (QPixmap)
1964 </dd> 1975 </dd>
1965 </dl> 1976 </dl>
1966 <a NAME="ViewManager.__exportMenuTriggered" ID="ViewManager.__exportMenuTriggered"></a> 1977 <a NAME="ViewManager.__exportMenuTriggered" ID="ViewManager.__exportMenuTriggered"></a>
2057 2068
2058 <p> 2069 <p>
2059 Private method used to setup the Exporters sub menu. 2070 Private method used to setup the Exporters sub menu.
2060 </p> 2071 </p>
2061 <dl> 2072 <dl>
2062 <dt>Returns:</dt> 2073 <dt>Return:</dt>
2063 <dd> 2074 <dd>
2064 reference to the generated menu (QMenu) 2075 reference to the generated menu (QMenu)
2065 </dd> 2076 </dd>
2066 </dl> 2077 </dl>
2067 <a NAME="ViewManager.__initEditActions" ID="ViewManager.__initEditActions"></a> 2078 <a NAME="ViewManager.__initEditActions" ID="ViewManager.__initEditActions"></a>
2124 <dd> 2135 <dd>
2125 reference to the editor to check for 2136 reference to the editor to check for
2126 </dd> 2137 </dd>
2127 </dl> 2138 </dl>
2128 <dl> 2139 <dl>
2129 <dt>Returns:</dt> 2140 <dt>Return:</dt>
2130 <dd> 2141 <dd>
2131 flag indicating the support status 2142 flag indicating the support status
2132 </dd> 2143 </dd>
2133 </dl> 2144 </dl>
2134 <dl> 2145 <dl>
2808 <p> 2819 <p>
2809 The appropriate filename filter is determined by file extension of 2820 The appropriate filename filter is determined by file extension of
2810 the currently active editor. 2821 the currently active editor.
2811 </p> 2822 </p>
2812 <dl> 2823 <dl>
2813 <dt>Returns:</dt> 2824 <dt>Return:</dt>
2814 <dd> 2825 <dd>
2815 name of the filename filter (string) or None 2826 name of the filename filter (string) or None
2816 </dd> 2827 </dd>
2817 </dl> 2828 </dl>
2818 <a NAME="ViewManager._getOpenStartDir" ID="ViewManager._getOpenStartDir"></a> 2829 <a NAME="ViewManager._getOpenStartDir" ID="ViewManager._getOpenStartDir"></a>
2829 1: Directory of currently active editor<br /> 2840 1: Directory of currently active editor<br />
2830 2: Directory of currently active Project<br /> 2841 2: Directory of currently active Project<br />
2831 3: CWD 2842 3: CWD
2832 </p> 2843 </p>
2833 <dl> 2844 <dl>
2834 <dt>Returns:</dt> 2845 <dt>Return:</dt>
2835 <dd> 2846 <dd>
2836 name of directory to start (string) 2847 name of directory to start (string)
2837 </dd> 2848 </dd>
2838 </dl> 2849 </dl>
2839 <a NAME="ViewManager._initWindowActions" ID="ViewManager._initWindowActions"></a> 2850 <a NAME="ViewManager._initWindowActions" ID="ViewManager._initWindowActions"></a>
2959 2970
2960 <p> 2971 <p>
2961 Public method to return the active (i.e. current) window. 2972 Public method to return the active (i.e. current) window.
2962 </p> 2973 </p>
2963 <dl> 2974 <dl>
2964 <dt>Returns:</dt> 2975 <dt>Return:</dt>
2965 <dd> 2976 <dd>
2966 reference to the active editor 2977 reference to the active editor
2967 </dd> 2978 </dd>
2968 </dl> 2979 </dl>
2969 <dl> 2980 <dl>
3032 3043
3033 <p> 3044 <p>
3034 Public method to signal if cascading of managed windows is available. 3045 Public method to signal if cascading of managed windows is available.
3035 </p> 3046 </p>
3036 <dl> 3047 <dl>
3037 <dt>Returns:</dt> 3048 <dt>Return:</dt>
3038 <dd> 3049 <dd>
3039 flag indicating cascading of windows is available 3050 flag indicating cascading of windows is available
3040 </dd> 3051 </dd>
3041 </dl> 3052 </dl>
3042 <dl> 3053 <dl>
3052 3063
3053 <p> 3064 <p>
3054 Public method to signal if splitting of the view is available. 3065 Public method to signal if splitting of the view is available.
3055 </p> 3066 </p>
3056 <dl> 3067 <dl>
3057 <dt>Returns:</dt> 3068 <dt>Return:</dt>
3058 <dd> 3069 <dd>
3059 flag indicating splitting of the view is available. 3070 flag indicating splitting of the view is available.
3060 </dd> 3071 </dd>
3061 </dl> 3072 </dl>
3062 <a NAME="ViewManager.canTile" ID="ViewManager.canTile"></a> 3073 <a NAME="ViewManager.canTile" ID="ViewManager.canTile"></a>
3065 3076
3066 <p> 3077 <p>
3067 Public method to signal if tiling of managed windows is available. 3078 Public method to signal if tiling of managed windows is available.
3068 </p> 3079 </p>
3069 <dl> 3080 <dl>
3070 <dt>Returns:</dt> 3081 <dt>Return:</dt>
3071 <dd> 3082 <dd>
3072 flag indicating tiling of windows is available 3083 flag indicating tiling of windows is available
3073 </dd> 3084 </dd>
3074 </dl> 3085 </dl>
3075 <dl> 3086 <dl>
3106 3117
3107 <p> 3118 <p>
3108 Public method to check the dirty status of all editors. 3119 Public method to check the dirty status of all editors.
3109 </p> 3120 </p>
3110 <dl> 3121 <dl>
3111 <dt>Returns:</dt> 3122 <dt>Return:</dt>
3112 <dd> 3123 <dd>
3113 flag indicating successful reset of all dirty flags 3124 flag indicating successful reset of all dirty flags
3114 </dd> 3125 </dd>
3115 </dl> 3126 </dl>
3116 <dl> 3127 <dl>
3137 flag indicating that the file should be saved 3148 flag indicating that the file should be saved
3138 automatically 3149 automatically
3139 </dd> 3150 </dd>
3140 </dl> 3151 </dl>
3141 <dl> 3152 <dl>
3142 <dt>Returns:</dt> 3153 <dt>Return:</dt>
3143 <dd> 3154 <dd>
3144 flag indicating successful reset of the dirty flag 3155 flag indicating successful reset of the dirty flag
3145 </dd> 3156 </dd>
3146 </dl> 3157 </dl>
3147 <dl> 3158 <dl>
3164 <dd> 3175 <dd>
3165 file name of editor to be checked 3176 file name of editor to be checked
3166 </dd> 3177 </dd>
3167 </dl> 3178 </dl>
3168 <dl> 3179 <dl>
3169 <dt>Returns:</dt> 3180 <dt>Return:</dt>
3170 <dd> 3181 <dd>
3171 flag indicating successful reset of the dirty flag 3182 flag indicating successful reset of the dirty flag
3172 </dd> 3183 </dd>
3173 </dl> 3184 </dl>
3174 <dl> 3185 <dl>
3205 <dd> 3216 <dd>
3206 filename of this view 3217 filename of this view
3207 </dd> 3218 </dd>
3208 </dl> 3219 </dl>
3209 <dl> 3220 <dl>
3210 <dt>Returns:</dt> 3221 <dt>Return:</dt>
3211 <dd> 3222 <dd>
3212 reference to the new editor object (Editor.Editor) and the new 3223 reference to the new editor object (Editor.Editor) and the new
3213 editor assembly object (EditorAssembly.EditorAssembly) 3224 editor assembly object (EditorAssembly.EditorAssembly)
3214 </dd> 3225 </dd>
3215 </dl> 3226 </dl>
3226 3237
3227 <p> 3238 <p>
3228 Public method to close the current window. 3239 Public method to close the current window.
3229 </p> 3240 </p>
3230 <dl> 3241 <dl>
3231 <dt>Returns:</dt> 3242 <dt>Return:</dt>
3232 <dd> 3243 <dd>
3233 flag indicating success (boolean) 3244 flag indicating success (boolean)
3234 </dd> 3245 </dd>
3235 </dl> 3246 </dl>
3236 <a NAME="ViewManager.closeEditor" ID="ViewManager.closeEditor"></a> 3247 <a NAME="ViewManager.closeEditor" ID="ViewManager.closeEditor"></a>
3250 <dd> 3261 <dd>
3251 flag indicating to ignore the 'dirty' status 3262 flag indicating to ignore the 'dirty' status
3252 </dd> 3263 </dd>
3253 </dl> 3264 </dl>
3254 <dl> 3265 <dl>
3255 <dt>Returns:</dt> 3266 <dt>Return:</dt>
3256 <dd> 3267 <dd>
3257 flag indicating success 3268 flag indicating success
3258 </dd> 3269 </dd>
3259 </dl> 3270 </dl>
3260 <dl> 3271 <dl>
3286 </p> 3297 </p>
3287 <p> 3298 <p>
3288 If it cannot close all editor windows, it aborts the shutdown process. 3299 If it cannot close all editor windows, it aborts the shutdown process.
3289 </p> 3300 </p>
3290 <dl> 3301 <dl>
3291 <dt>Returns:</dt> 3302 <dt>Return:</dt>
3292 <dd> 3303 <dd>
3293 flag indicating success (boolean) 3304 flag indicating success (boolean)
3294 </dd> 3305 </dd>
3295 </dl> 3306 </dl>
3296 <a NAME="ViewManager.closeWindow" ID="ViewManager.closeWindow"></a> 3307 <a NAME="ViewManager.closeWindow" ID="ViewManager.closeWindow"></a>
3310 <dd> 3321 <dd>
3311 flag indicating to ignore the 'dirty' status 3322 flag indicating to ignore the 'dirty' status
3312 </dd> 3323 </dd>
3313 </dl> 3324 </dl>
3314 <dl> 3325 <dl>
3315 <dt>Returns:</dt> 3326 <dt>Return:</dt>
3316 <dd> 3327 <dd>
3317 flag indicating success 3328 flag indicating success
3318 </dd> 3329 </dd>
3319 </dl> 3330 </dl>
3320 <dl> 3331 <dl>
3330 <p> 3341 <p>
3331 Public method returning the flag indicating editors should perform 3342 Public method returning the flag indicating editors should perform
3332 focus in checks. 3343 focus in checks.
3333 </p> 3344 </p>
3334 <dl> 3345 <dl>
3335 <dt>Returns:</dt> 3346 <dt>Return:</dt>
3336 <dd> 3347 <dd>
3337 flag indicating focus in checks should be performed (boolean) 3348 flag indicating focus in checks should be performed (boolean)
3338 </dd> 3349 </dd>
3339 </dl> 3350 </dl>
3340 <a NAME="ViewManager.enableEditorsCheckFocusIn" ID="ViewManager.enableEditorsCheckFocusIn"></a> 3351 <a NAME="ViewManager.enableEditorsCheckFocusIn" ID="ViewManager.enableEditorsCheckFocusIn"></a>
3370 <dd> 3381 <dd>
3371 the event, that was generated by object (QEvent) 3382 the event, that was generated by object (QEvent)
3372 </dd> 3383 </dd>
3373 </dl> 3384 </dl>
3374 <dl> 3385 <dl>
3375 <dt>Returns:</dt> 3386 <dt>Return:</dt>
3376 <dd> 3387 <dd>
3377 flag indicating if event was filtered out 3388 flag indicating if event was filtered out
3378 </dd> 3389 </dd>
3379 </dl> 3390 </dl>
3380 <a NAME="ViewManager.exit" ID="ViewManager.exit"></a> 3391 <a NAME="ViewManager.exit" ID="ViewManager.exit"></a>
3390 3401
3391 <p> 3402 <p>
3392 Public method to get a reference to the APIs manager. 3403 Public method to get a reference to the APIs manager.
3393 </p> 3404 </p>
3394 <dl> 3405 <dl>
3395 <dt>Returns:</dt> 3406 <dt>Return:</dt>
3396 <dd> 3407 <dd>
3397 the APIs manager object (eric6.QScintilla.APIsManager) 3408 the APIs manager object (eric6.QScintilla.APIsManager)
3398 </dd> 3409 </dd>
3399 </dl> 3410 </dl>
3400 <a NAME="ViewManager.getActions" ID="ViewManager.getActions"></a> 3411 <a NAME="ViewManager.getActions" ID="ViewManager.getActions"></a>
3412 It must be one of "edit", "file", "search", "view", "window", 3423 It must be one of "edit", "file", "search", "view", "window",
3413 "macro", "bookmark" or "spelling". 3424 "macro", "bookmark" or "spelling".
3414 </dd> 3425 </dd>
3415 </dl> 3426 </dl>
3416 <dl> 3427 <dl>
3417 <dt>Returns:</dt> 3428 <dt>Return:</dt>
3418 <dd> 3429 <dd>
3419 list of all actions (list of E5Action) 3430 list of all actions (list of E5Action)
3420 </dd> 3431 </dd>
3421 </dl> 3432 </dl>
3422 <a NAME="ViewManager.getActiveName" ID="ViewManager.getActiveName"></a> 3433 <a NAME="ViewManager.getActiveName" ID="ViewManager.getActiveName"></a>
3425 3436
3426 <p> 3437 <p>
3427 Public method to retrieve the filename of the active window. 3438 Public method to retrieve the filename of the active window.
3428 </p> 3439 </p>
3429 <dl> 3440 <dl>
3430 <dt>Returns:</dt> 3441 <dt>Return:</dt>
3431 <dd> 3442 <dd>
3432 filename of active window (string) 3443 filename of active window (string)
3433 </dd> 3444 </dd>
3434 </dl> 3445 </dl>
3435 <a NAME="ViewManager.getEditor" ID="ViewManager.getEditor"></a> 3446 <a NAME="ViewManager.getEditor" ID="ViewManager.getEditor"></a>
3463 of the editor, first the split view index, second the 3474 of the editor, first the split view index, second the
3464 index within the view 3475 index within the view
3465 </dd> 3476 </dd>
3466 </dl> 3477 </dl>
3467 <dl> 3478 <dl>
3468 <dt>Returns:</dt> 3479 <dt>Return:</dt>
3469 <dd> 3480 <dd>
3470 tuple of two values giving a flag indicating a new window 3481 tuple of two values giving a flag indicating a new window
3471 creation and a reference to the editor displaying this file 3482 creation and a reference to the editor displaying this file
3472 </dd> 3483 </dd>
3473 </dl> 3484 </dl>
3483 3494
3484 <p> 3495 <p>
3485 Public method to get the most recently opened file. 3496 Public method to get the most recently opened file.
3486 </p> 3497 </p>
3487 <dl> 3498 <dl>
3488 <dt>Returns:</dt> 3499 <dt>Return:</dt>
3489 <dd> 3500 <dd>
3490 path of the most recently opened file (string) 3501 path of the most recently opened file (string)
3491 </dd> 3502 </dd>
3492 </dl> 3503 </dl>
3493 <a NAME="ViewManager.getNumber" ID="ViewManager.getNumber"></a> 3504 <a NAME="ViewManager.getNumber" ID="ViewManager.getNumber"></a>
3496 3507
3497 <p> 3508 <p>
3498 Public method to get a number from the active window. 3509 Public method to get a number from the active window.
3499 </p> 3510 </p>
3500 <dl> 3511 <dl>
3501 <dt>Returns:</dt> 3512 <dt>Return:</dt>
3502 <dd> 3513 <dd>
3503 selected text of the active window (string) 3514 selected text of the active window (string)
3504 </dd> 3515 </dd>
3505 </dl> 3516 </dl>
3506 <a NAME="ViewManager.getOpenEditor" ID="ViewManager.getOpenEditor"></a> 3517 <a NAME="ViewManager.getOpenEditor" ID="ViewManager.getOpenEditor"></a>
3516 <dd> 3527 <dd>
3517 filename to look for 3528 filename to look for
3518 </dd> 3529 </dd>
3519 </dl> 3530 </dl>
3520 <dl> 3531 <dl>
3521 <dt>Returns:</dt> 3532 <dt>Return:</dt>
3522 <dd> 3533 <dd>
3523 a reference to the editor displaying this file or None, if 3534 a reference to the editor displaying this file or None, if
3524 no editor was found 3535 no editor was found
3525 </dd> 3536 </dd>
3526 </dl> 3537 </dl>
3537 <dd> 3548 <dd>
3538 filename to look for 3549 filename to look for
3539 </dd> 3550 </dd>
3540 </dl> 3551 </dl>
3541 <dl> 3552 <dl>
3542 <dt>Returns:</dt> 3553 <dt>Return:</dt>
3543 <dd> 3554 <dd>
3544 count of editors displaying this file (integer) 3555 count of editors displaying this file (integer)
3545 </dd> 3556 </dd>
3546 </dl> 3557 </dl>
3547 <a NAME="ViewManager.getOpenEditors" ID="ViewManager.getOpenEditors"></a> 3558 <a NAME="ViewManager.getOpenEditors" ID="ViewManager.getOpenEditors"></a>
3550 3561
3551 <p> 3562 <p>
3552 Public method to get references to all open editors. 3563 Public method to get references to all open editors.
3553 </p> 3564 </p>
3554 <dl> 3565 <dl>
3555 <dt>Returns:</dt> 3566 <dt>Return:</dt>
3556 <dd> 3567 <dd>
3557 list of references to all open editors (list of 3568 list of references to all open editors (list of
3558 QScintilla.editor) 3569 QScintilla.editor)
3559 </dd> 3570 </dd>
3560 </dl> 3571 </dl>
3564 3575
3565 <p> 3576 <p>
3566 Public method to get the number of open editors. 3577 Public method to get the number of open editors.
3567 </p> 3578 </p>
3568 <dl> 3579 <dl>
3569 <dt>Returns:</dt> 3580 <dt>Return:</dt>
3570 <dd> 3581 <dd>
3571 number of open editors (integer) 3582 number of open editors (integer)
3572 </dd> 3583 </dd>
3573 </dl> 3584 </dl>
3574 <a NAME="ViewManager.getOpenEditorsForSession" ID="ViewManager.getOpenEditorsForSession"></a> 3585 <a NAME="ViewManager.getOpenEditorsForSession" ID="ViewManager.getOpenEditorsForSession"></a>
3584 </p> 3595 </p>
3585 <p> 3596 <p>
3586 Note: This method should be implemented by subclasses. 3597 Note: This method should be implemented by subclasses.
3587 </p> 3598 </p>
3588 <dl> 3599 <dl>
3589 <dt>Returns:</dt> 3600 <dt>Return:</dt>
3590 <dd> 3601 <dd>
3591 list of list of editor references 3602 list of list of editor references
3592 </dd> 3603 </dd>
3593 </dl> 3604 </dl>
3594 <dl> 3605 <dl>
3603 3614
3604 <p> 3615 <p>
3605 Public method returning a list of the filenames of all editors. 3616 Public method returning a list of the filenames of all editors.
3606 </p> 3617 </p>
3607 <dl> 3618 <dl>
3608 <dt>Returns:</dt> 3619 <dt>Return:</dt>
3609 <dd> 3620 <dd>
3610 list of all opened filenames (list of strings) 3621 list of all opened filenames (list of strings)
3611 </dd> 3622 </dd>
3612 </dl> 3623 </dl>
3613 <a NAME="ViewManager.getSRHistory" ID="ViewManager.getSRHistory"></a> 3624 <a NAME="ViewManager.getSRHistory" ID="ViewManager.getSRHistory"></a>
3623 <dd> 3634 <dd>
3624 list to return (must be 'search' or 'replace') 3635 list to return (must be 'search' or 'replace')
3625 </dd> 3636 </dd>
3626 </dl> 3637 </dl>
3627 <dl> 3638 <dl>
3628 <dt>Returns:</dt> 3639 <dt>Return:</dt>
3629 <dd> 3640 <dd>
3630 the requested history list (list of strings) 3641 the requested history list (list of strings)
3631 </dd> 3642 </dd>
3632 </dl> 3643 </dl>
3633 <a NAME="ViewManager.getSplitOrientation" ID="ViewManager.getSplitOrientation"></a> 3644 <a NAME="ViewManager.getSplitOrientation" ID="ViewManager.getSplitOrientation"></a>
3636 3647
3637 <p> 3648 <p>
3638 Public method to get the orientation of the split view. 3649 Public method to get the orientation of the split view.
3639 </p> 3650 </p>
3640 <dl> 3651 <dl>
3641 <dt>Returns:</dt> 3652 <dt>Return:</dt>
3642 <dd> 3653 <dd>
3643 orientation of the split (Qt.Horizontal or Qt.Vertical) 3654 orientation of the split (Qt.Horizontal or Qt.Vertical)
3644 </dd> 3655 </dd>
3645 </dl> 3656 </dl>
3646 <a NAME="ViewManager.handleResetUI" ID="ViewManager.handleResetUI"></a> 3657 <a NAME="ViewManager.handleResetUI" ID="ViewManager.handleResetUI"></a>
3663 3674
3664 <p> 3675 <p>
3665 Public method to create the Bookmark menu. 3676 Public method to create the Bookmark menu.
3666 </p> 3677 </p>
3667 <dl> 3678 <dl>
3668 <dt>Returns:</dt> 3679 <dt>Return:</dt>
3669 <dd> 3680 <dd>
3670 the generated menu 3681 the generated menu
3671 </dd> 3682 </dd>
3672 </dl> 3683 </dl>
3673 <a NAME="ViewManager.initBookmarkToolbar" ID="ViewManager.initBookmarkToolbar"></a> 3684 <a NAME="ViewManager.initBookmarkToolbar" ID="ViewManager.initBookmarkToolbar"></a>
3684 reference to a toolbar manager object 3695 reference to a toolbar manager object
3685 (E5ToolBarManager) 3696 (E5ToolBarManager)
3686 </dd> 3697 </dd>
3687 </dl> 3698 </dl>
3688 <dl> 3699 <dl>
3689 <dt>Returns:</dt> 3700 <dt>Return:</dt>
3690 <dd> 3701 <dd>
3691 the generated toolbar 3702 the generated toolbar
3692 </dd> 3703 </dd>
3693 </dl> 3704 </dl>
3694 <a NAME="ViewManager.initEditMenu" ID="ViewManager.initEditMenu"></a> 3705 <a NAME="ViewManager.initEditMenu" ID="ViewManager.initEditMenu"></a>
3697 3708
3698 <p> 3709 <p>
3699 Public method to create the Edit menu. 3710 Public method to create the Edit menu.
3700 </p> 3711 </p>
3701 <dl> 3712 <dl>
3702 <dt>Returns:</dt> 3713 <dt>Return:</dt>
3703 <dd> 3714 <dd>
3704 the generated menu 3715 the generated menu
3705 </dd> 3716 </dd>
3706 </dl> 3717 </dl>
3707 <a NAME="ViewManager.initEditToolbar" ID="ViewManager.initEditToolbar"></a> 3718 <a NAME="ViewManager.initEditToolbar" ID="ViewManager.initEditToolbar"></a>
3718 reference to a toolbar manager object 3729 reference to a toolbar manager object
3719 (E5ToolBarManager) 3730 (E5ToolBarManager)
3720 </dd> 3731 </dd>
3721 </dl> 3732 </dl>
3722 <dl> 3733 <dl>
3723 <dt>Returns:</dt> 3734 <dt>Return:</dt>
3724 <dd> 3735 <dd>
3725 the generated toolbar 3736 the generated toolbar
3726 </dd> 3737 </dd>
3727 </dl> 3738 </dl>
3728 <a NAME="ViewManager.initFileMenu" ID="ViewManager.initFileMenu"></a> 3739 <a NAME="ViewManager.initFileMenu" ID="ViewManager.initFileMenu"></a>
3731 3742
3732 <p> 3743 <p>
3733 Public method to create the File menu. 3744 Public method to create the File menu.
3734 </p> 3745 </p>
3735 <dl> 3746 <dl>
3736 <dt>Returns:</dt> 3747 <dt>Return:</dt>
3737 <dd> 3748 <dd>
3738 the generated menu 3749 the generated menu
3739 </dd> 3750 </dd>
3740 </dl> 3751 </dl>
3741 <a NAME="ViewManager.initFileToolbar" ID="ViewManager.initFileToolbar"></a> 3752 <a NAME="ViewManager.initFileToolbar" ID="ViewManager.initFileToolbar"></a>
3752 reference to a toolbar manager object 3763 reference to a toolbar manager object
3753 (E5ToolBarManager) 3764 (E5ToolBarManager)
3754 </dd> 3765 </dd>
3755 </dl> 3766 </dl>
3756 <dl> 3767 <dl>
3757 <dt>Returns:</dt> 3768 <dt>Return:</dt>
3758 <dd> 3769 <dd>
3759 the generated toolbar 3770 the generated toolbar
3760 </dd> 3771 </dd>
3761 </dl> 3772 </dl>
3762 <a NAME="ViewManager.initMacroMenu" ID="ViewManager.initMacroMenu"></a> 3773 <a NAME="ViewManager.initMacroMenu" ID="ViewManager.initMacroMenu"></a>
3765 3776
3766 <p> 3777 <p>
3767 Public method to create the Macro menu. 3778 Public method to create the Macro menu.
3768 </p> 3779 </p>
3769 <dl> 3780 <dl>
3770 <dt>Returns:</dt> 3781 <dt>Return:</dt>
3771 <dd> 3782 <dd>
3772 the generated menu 3783 the generated menu
3773 </dd> 3784 </dd>
3774 </dl> 3785 </dl>
3775 <a NAME="ViewManager.initSearchMenu" ID="ViewManager.initSearchMenu"></a> 3786 <a NAME="ViewManager.initSearchMenu" ID="ViewManager.initSearchMenu"></a>
3778 3789
3779 <p> 3790 <p>
3780 Public method to create the Search menu. 3791 Public method to create the Search menu.
3781 </p> 3792 </p>
3782 <dl> 3793 <dl>
3783 <dt>Returns:</dt> 3794 <dt>Return:</dt>
3784 <dd> 3795 <dd>
3785 the generated menu 3796 the generated menu
3786 </dd> 3797 </dd>
3787 </dl> 3798 </dl>
3788 <dl> 3799 <dl>
3805 reference to a toolbar manager object 3816 reference to a toolbar manager object
3806 (E5ToolBarManager) 3817 (E5ToolBarManager)
3807 </dd> 3818 </dd>
3808 </dl> 3819 </dl>
3809 <dl> 3820 <dl>
3810 <dt>Returns:</dt> 3821 <dt>Return:</dt>
3811 <dd> 3822 <dd>
3812 a tuple of the generated toolbar (search, quicksearch) 3823 a tuple of the generated toolbar (search, quicksearch)
3813 </dd> 3824 </dd>
3814 </dl> 3825 </dl>
3815 <a NAME="ViewManager.initSpellingToolbar" ID="ViewManager.initSpellingToolbar"></a> 3826 <a NAME="ViewManager.initSpellingToolbar" ID="ViewManager.initSpellingToolbar"></a>
3826 reference to a toolbar manager object 3837 reference to a toolbar manager object
3827 (E5ToolBarManager) 3838 (E5ToolBarManager)
3828 </dd> 3839 </dd>
3829 </dl> 3840 </dl>
3830 <dl> 3841 <dl>
3831 <dt>Returns:</dt> 3842 <dt>Return:</dt>
3832 <dd> 3843 <dd>
3833 the generated toolbar 3844 the generated toolbar
3834 </dd> 3845 </dd>
3835 </dl> 3846 </dl>
3836 <a NAME="ViewManager.initViewMenu" ID="ViewManager.initViewMenu"></a> 3847 <a NAME="ViewManager.initViewMenu" ID="ViewManager.initViewMenu"></a>
3839 3850
3840 <p> 3851 <p>
3841 Public method to create the View menu. 3852 Public method to create the View menu.
3842 </p> 3853 </p>
3843 <dl> 3854 <dl>
3844 <dt>Returns:</dt> 3855 <dt>Return:</dt>
3845 <dd> 3856 <dd>
3846 the generated menu 3857 the generated menu
3847 </dd> 3858 </dd>
3848 </dl> 3859 </dl>
3849 <a NAME="ViewManager.initViewToolbar" ID="ViewManager.initViewToolbar"></a> 3860 <a NAME="ViewManager.initViewToolbar" ID="ViewManager.initViewToolbar"></a>
3860 reference to a toolbar manager object 3871 reference to a toolbar manager object
3861 (E5ToolBarManager) 3872 (E5ToolBarManager)
3862 </dd> 3873 </dd>
3863 </dl> 3874 </dl>
3864 <dl> 3875 <dl>
3865 <dt>Returns:</dt> 3876 <dt>Return:</dt>
3866 <dd> 3877 <dd>
3867 the generated toolbar 3878 the generated toolbar
3868 </dd> 3879 </dd>
3869 </dl> 3880 </dl>
3870 <a NAME="ViewManager.insertNumber" ID="ViewManager.insertNumber"></a> 3881 <a NAME="ViewManager.insertNumber" ID="ViewManager.insertNumber"></a>
3901 3912
3902 <p> 3913 <p>
3903 Public method to check the connection status of the IDE. 3914 Public method to check the connection status of the IDE.
3904 </p> 3915 </p>
3905 <dl> 3916 <dl>
3906 <dt>Returns:</dt> 3917 <dt>Return:</dt>
3907 <dd> 3918 <dd>
3908 flag indicating the connection status (boolean) 3919 flag indicating the connection status (boolean)
3909 </dd> 3920 </dd>
3910 </dl> 3921 </dl>
3911 <a NAME="ViewManager.isEditorInfoSupported" ID="ViewManager.isEditorInfoSupported"></a> 3922 <a NAME="ViewManager.isEditorInfoSupported" ID="ViewManager.isEditorInfoSupported"></a>
3922 <dd> 3933 <dd>
3923 editor programming language to check 3934 editor programming language to check
3924 </dd> 3935 </dd>
3925 </dl> 3936 </dl>
3926 <dl> 3937 <dl>
3927 <dt>Returns:</dt> 3938 <dt>Return:</dt>
3928 <dd> 3939 <dd>
3929 flag indicating the support status 3940 flag indicating the support status
3930 </dd> 3941 </dd>
3931 </dl> 3942 </dl>
3932 <dl> 3943 <dl>
3983 of the editor, first the split view index, second the 3994 of the editor, first the split view index, second the
3984 index within the view 3995 index within the view
3985 </dd> 3996 </dd>
3986 </dl> 3997 </dl>
3987 <dl> 3998 <dl>
3988 <dt>Returns:</dt> 3999 <dt>Return:</dt>
3989 <dd> 4000 <dd>
3990 reference to the new editor object 4001 reference to the new editor object
3991 </dd> 4002 </dd>
3992 </dl> 4003 </dl>
3993 <dl> 4004 <dl>
4062 of the editor, first the split view index, second the 4073 of the editor, first the split view index, second the
4063 index within the view 4074 index within the view
4064 </dd> 4075 </dd>
4065 </dl> 4076 </dl>
4066 <dl> 4077 <dl>
4067 <dt>Returns:</dt> 4078 <dt>Return:</dt>
4068 <dd> 4079 <dd>
4069 reference to the opened editor 4080 reference to the opened editor
4070 </dd> 4081 </dd>
4071 </dl> 4082 </dl>
4072 <dl> 4083 <dl>
4203 index of the split to be removed (-1 means to 4214 index of the split to be removed (-1 means to
4204 delete the current split) 4215 delete the current split)
4205 </dd> 4216 </dd>
4206 </dl> 4217 </dl>
4207 <dl> 4218 <dl>
4208 <dt>Returns:</dt> 4219 <dt>Return:</dt>
4209 <dd> 4220 <dd>
4210 flag indicating successful deletion 4221 flag indicating successful deletion
4211 </dd> 4222 </dd>
4212 </dl> 4223 </dl>
4213 <dl> 4224 <dl>
4222 4233
4223 <p> 4234 <p>
4224 Public method to get a reference to the replace widget. 4235 Public method to get a reference to the replace widget.
4225 </p> 4236 </p>
4226 <dl> 4237 <dl>
4227 <dt>Returns:</dt> 4238 <dt>Return:</dt>
4228 <dd> 4239 <dd>
4229 reference to the replace widget (SearchReplaceSlidingWidget) 4240 reference to the replace widget (SearchReplaceSlidingWidget)
4230 </dd> 4241 </dd>
4231 </dl> 4242 </dl>
4232 <a NAME="ViewManager.saveAllEditors" ID="ViewManager.saveAllEditors"></a> 4243 <a NAME="ViewManager.saveAllEditors" ID="ViewManager.saveAllEditors"></a>
4300 <dd> 4311 <dd>
4301 filename of editor to be saved (string) 4312 filename of editor to be saved (string)
4302 </dd> 4313 </dd>
4303 </dl> 4314 </dl>
4304 <dl> 4315 <dl>
4305 <dt>Returns:</dt> 4316 <dt>Return:</dt>
4306 <dd> 4317 <dd>
4307 flag indicating success (boolean) 4318 flag indicating success (boolean)
4308 </dd> 4319 </dd>
4309 </dl> 4320 </dl>
4310 <a NAME="ViewManager.saveEditorEd" ID="ViewManager.saveEditorEd"></a> 4321 <a NAME="ViewManager.saveEditorEd" ID="ViewManager.saveEditorEd"></a>
4320 <dd> 4331 <dd>
4321 editor to be saved 4332 editor to be saved
4322 </dd> 4333 </dd>
4323 </dl> 4334 </dl>
4324 <dl> 4335 <dl>
4325 <dt>Returns:</dt> 4336 <dt>Return:</dt>
4326 <dd> 4337 <dd>
4327 flag indicating success (boolean) 4338 flag indicating success (boolean)
4328 </dd> 4339 </dd>
4329 </dl> 4340 </dl>
4330 <a NAME="ViewManager.saveEditorsList" ID="ViewManager.saveEditorsList"></a> 4341 <a NAME="ViewManager.saveEditorsList" ID="ViewManager.saveEditorsList"></a>
4347 4358
4348 <p> 4359 <p>
4349 Public method to get a reference to the search widget. 4360 Public method to get a reference to the search widget.
4350 </p> 4361 </p>
4351 <dl> 4362 <dl>
4352 <dt>Returns:</dt> 4363 <dt>Return:</dt>
4353 <dd> 4364 <dd>
4354 reference to the search widget (SearchReplaceSlidingWidget) 4365 reference to the search widget (SearchReplaceSlidingWidget)
4355 </dd> 4366 </dd>
4356 </dl> 4367 </dl>
4357 <a NAME="ViewManager.send" ID="ViewManager.send"></a> 4368 <a NAME="ViewManager.send" ID="ViewManager.send"></a>
4640 4651
4641 <p> 4652 <p>
4642 Public method to get the number of split views. 4653 Public method to get the number of split views.
4643 </p> 4654 </p>
4644 <dl> 4655 <dl>
4645 <dt>Returns:</dt> 4656 <dt>Return:</dt>
4646 <dd> 4657 <dd>
4647 number of split views 4658 number of split views
4648 </dd> 4659 </dd>
4649 </dl> 4660 </dl>
4650 <dl> 4661 <dl>
4675 flag indicating to return the current word, if 4686 flag indicating to return the current word, if
4676 no selected text was found (boolean) 4687 no selected text was found (boolean)
4677 </dd> 4688 </dd>
4678 </dl> 4689 </dl>
4679 <dl> 4690 <dl>
4680 <dt>Returns:</dt> 4691 <dt>Return:</dt>
4681 <dd> 4692 <dd>
4682 selection or current word (string) 4693 selection or current word (string)
4683 </dd> 4694 </dd>
4684 </dl> 4695 </dl>
4685 <a NAME="ViewManager.tile" ID="ViewManager.tile"></a> 4696 <a NAME="ViewManager.tile" ID="ViewManager.tile"></a>

eric ide

mercurial