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

changeset 7989
a21d673a8f99
parent 7776
4a8edf69dd64
child 8000
47b15df088e4
equal deleted inserted replaced
7988:c4c17121eff8 7989:a21d673a8f99
1956 <dd> 1956 <dd>
1957 eol indicator string (string) 1957 eol indicator string (string)
1958 </dd> 1958 </dd>
1959 </dl> 1959 </dl>
1960 <dl> 1960 <dl>
1961 <dt>Returns:</dt> 1961 <dt>Return:</dt>
1962 <dd> 1962 <dd>
1963 pixmap for the eol indicator (QPixmap) 1963 pixmap for the eol indicator (QPixmap)
1964 </dd> 1964 </dd>
1965 </dl> 1965 </dl>
1966 <a NAME="ViewManager.__exportMenuTriggered" ID="ViewManager.__exportMenuTriggered"></a> 1966 <a NAME="ViewManager.__exportMenuTriggered" ID="ViewManager.__exportMenuTriggered"></a>
2057 2057
2058 <p> 2058 <p>
2059 Private method used to setup the Exporters sub menu. 2059 Private method used to setup the Exporters sub menu.
2060 </p> 2060 </p>
2061 <dl> 2061 <dl>
2062 <dt>Returns:</dt> 2062 <dt>Return:</dt>
2063 <dd> 2063 <dd>
2064 reference to the generated menu (QMenu) 2064 reference to the generated menu (QMenu)
2065 </dd> 2065 </dd>
2066 </dl> 2066 </dl>
2067 <a NAME="ViewManager.__initEditActions" ID="ViewManager.__initEditActions"></a> 2067 <a NAME="ViewManager.__initEditActions" ID="ViewManager.__initEditActions"></a>
2124 <dd> 2124 <dd>
2125 reference to the editor to check for 2125 reference to the editor to check for
2126 </dd> 2126 </dd>
2127 </dl> 2127 </dl>
2128 <dl> 2128 <dl>
2129 <dt>Returns:</dt> 2129 <dt>Return:</dt>
2130 <dd> 2130 <dd>
2131 flag indicating the support status 2131 flag indicating the support status
2132 </dd> 2132 </dd>
2133 </dl> 2133 </dl>
2134 <dl> 2134 <dl>
2808 <p> 2808 <p>
2809 The appropriate filename filter is determined by file extension of 2809 The appropriate filename filter is determined by file extension of
2810 the currently active editor. 2810 the currently active editor.
2811 </p> 2811 </p>
2812 <dl> 2812 <dl>
2813 <dt>Returns:</dt> 2813 <dt>Return:</dt>
2814 <dd> 2814 <dd>
2815 name of the filename filter (string) or None 2815 name of the filename filter (string) or None
2816 </dd> 2816 </dd>
2817 </dl> 2817 </dl>
2818 <a NAME="ViewManager._getOpenStartDir" ID="ViewManager._getOpenStartDir"></a> 2818 <a NAME="ViewManager._getOpenStartDir" ID="ViewManager._getOpenStartDir"></a>
2829 1: Directory of currently active editor<br /> 2829 1: Directory of currently active editor<br />
2830 2: Directory of currently active Project<br /> 2830 2: Directory of currently active Project<br />
2831 3: CWD 2831 3: CWD
2832 </p> 2832 </p>
2833 <dl> 2833 <dl>
2834 <dt>Returns:</dt> 2834 <dt>Return:</dt>
2835 <dd> 2835 <dd>
2836 name of directory to start (string) 2836 name of directory to start (string)
2837 </dd> 2837 </dd>
2838 </dl> 2838 </dl>
2839 <a NAME="ViewManager._initWindowActions" ID="ViewManager._initWindowActions"></a> 2839 <a NAME="ViewManager._initWindowActions" ID="ViewManager._initWindowActions"></a>
2959 2959
2960 <p> 2960 <p>
2961 Public method to return the active (i.e. current) window. 2961 Public method to return the active (i.e. current) window.
2962 </p> 2962 </p>
2963 <dl> 2963 <dl>
2964 <dt>Returns:</dt> 2964 <dt>Return:</dt>
2965 <dd> 2965 <dd>
2966 reference to the active editor 2966 reference to the active editor
2967 </dd> 2967 </dd>
2968 </dl> 2968 </dl>
2969 <dl> 2969 <dl>
3032 3032
3033 <p> 3033 <p>
3034 Public method to signal if cascading of managed windows is available. 3034 Public method to signal if cascading of managed windows is available.
3035 </p> 3035 </p>
3036 <dl> 3036 <dl>
3037 <dt>Returns:</dt> 3037 <dt>Return:</dt>
3038 <dd> 3038 <dd>
3039 flag indicating cascading of windows is available 3039 flag indicating cascading of windows is available
3040 </dd> 3040 </dd>
3041 </dl> 3041 </dl>
3042 <dl> 3042 <dl>
3052 3052
3053 <p> 3053 <p>
3054 Public method to signal if splitting of the view is available. 3054 Public method to signal if splitting of the view is available.
3055 </p> 3055 </p>
3056 <dl> 3056 <dl>
3057 <dt>Returns:</dt> 3057 <dt>Return:</dt>
3058 <dd> 3058 <dd>
3059 flag indicating splitting of the view is available. 3059 flag indicating splitting of the view is available.
3060 </dd> 3060 </dd>
3061 </dl> 3061 </dl>
3062 <a NAME="ViewManager.canTile" ID="ViewManager.canTile"></a> 3062 <a NAME="ViewManager.canTile" ID="ViewManager.canTile"></a>
3065 3065
3066 <p> 3066 <p>
3067 Public method to signal if tiling of managed windows is available. 3067 Public method to signal if tiling of managed windows is available.
3068 </p> 3068 </p>
3069 <dl> 3069 <dl>
3070 <dt>Returns:</dt> 3070 <dt>Return:</dt>
3071 <dd> 3071 <dd>
3072 flag indicating tiling of windows is available 3072 flag indicating tiling of windows is available
3073 </dd> 3073 </dd>
3074 </dl> 3074 </dl>
3075 <dl> 3075 <dl>
3106 3106
3107 <p> 3107 <p>
3108 Public method to check the dirty status of all editors. 3108 Public method to check the dirty status of all editors.
3109 </p> 3109 </p>
3110 <dl> 3110 <dl>
3111 <dt>Returns:</dt> 3111 <dt>Return:</dt>
3112 <dd> 3112 <dd>
3113 flag indicating successful reset of all dirty flags 3113 flag indicating successful reset of all dirty flags
3114 </dd> 3114 </dd>
3115 </dl> 3115 </dl>
3116 <dl> 3116 <dl>
3137 flag indicating that the file should be saved 3137 flag indicating that the file should be saved
3138 automatically 3138 automatically
3139 </dd> 3139 </dd>
3140 </dl> 3140 </dl>
3141 <dl> 3141 <dl>
3142 <dt>Returns:</dt> 3142 <dt>Return:</dt>
3143 <dd> 3143 <dd>
3144 flag indicating successful reset of the dirty flag 3144 flag indicating successful reset of the dirty flag
3145 </dd> 3145 </dd>
3146 </dl> 3146 </dl>
3147 <dl> 3147 <dl>
3164 <dd> 3164 <dd>
3165 file name of editor to be checked 3165 file name of editor to be checked
3166 </dd> 3166 </dd>
3167 </dl> 3167 </dl>
3168 <dl> 3168 <dl>
3169 <dt>Returns:</dt> 3169 <dt>Return:</dt>
3170 <dd> 3170 <dd>
3171 flag indicating successful reset of the dirty flag 3171 flag indicating successful reset of the dirty flag
3172 </dd> 3172 </dd>
3173 </dl> 3173 </dl>
3174 <dl> 3174 <dl>
3205 <dd> 3205 <dd>
3206 filename of this view 3206 filename of this view
3207 </dd> 3207 </dd>
3208 </dl> 3208 </dl>
3209 <dl> 3209 <dl>
3210 <dt>Returns:</dt> 3210 <dt>Return:</dt>
3211 <dd> 3211 <dd>
3212 reference to the new editor object (Editor.Editor) and the new 3212 reference to the new editor object (Editor.Editor) and the new
3213 editor assembly object (EditorAssembly.EditorAssembly) 3213 editor assembly object (EditorAssembly.EditorAssembly)
3214 </dd> 3214 </dd>
3215 </dl> 3215 </dl>
3226 3226
3227 <p> 3227 <p>
3228 Public method to close the current window. 3228 Public method to close the current window.
3229 </p> 3229 </p>
3230 <dl> 3230 <dl>
3231 <dt>Returns:</dt> 3231 <dt>Return:</dt>
3232 <dd> 3232 <dd>
3233 flag indicating success (boolean) 3233 flag indicating success (boolean)
3234 </dd> 3234 </dd>
3235 </dl> 3235 </dl>
3236 <a NAME="ViewManager.closeEditor" ID="ViewManager.closeEditor"></a> 3236 <a NAME="ViewManager.closeEditor" ID="ViewManager.closeEditor"></a>
3250 <dd> 3250 <dd>
3251 flag indicating to ignore the 'dirty' status 3251 flag indicating to ignore the 'dirty' status
3252 </dd> 3252 </dd>
3253 </dl> 3253 </dl>
3254 <dl> 3254 <dl>
3255 <dt>Returns:</dt> 3255 <dt>Return:</dt>
3256 <dd> 3256 <dd>
3257 flag indicating success 3257 flag indicating success
3258 </dd> 3258 </dd>
3259 </dl> 3259 </dl>
3260 <dl> 3260 <dl>
3286 </p> 3286 </p>
3287 <p> 3287 <p>
3288 If it cannot close all editor windows, it aborts the shutdown process. 3288 If it cannot close all editor windows, it aborts the shutdown process.
3289 </p> 3289 </p>
3290 <dl> 3290 <dl>
3291 <dt>Returns:</dt> 3291 <dt>Return:</dt>
3292 <dd> 3292 <dd>
3293 flag indicating success (boolean) 3293 flag indicating success (boolean)
3294 </dd> 3294 </dd>
3295 </dl> 3295 </dl>
3296 <a NAME="ViewManager.closeWindow" ID="ViewManager.closeWindow"></a> 3296 <a NAME="ViewManager.closeWindow" ID="ViewManager.closeWindow"></a>
3310 <dd> 3310 <dd>
3311 flag indicating to ignore the 'dirty' status 3311 flag indicating to ignore the 'dirty' status
3312 </dd> 3312 </dd>
3313 </dl> 3313 </dl>
3314 <dl> 3314 <dl>
3315 <dt>Returns:</dt> 3315 <dt>Return:</dt>
3316 <dd> 3316 <dd>
3317 flag indicating success 3317 flag indicating success
3318 </dd> 3318 </dd>
3319 </dl> 3319 </dl>
3320 <dl> 3320 <dl>
3330 <p> 3330 <p>
3331 Public method returning the flag indicating editors should perform 3331 Public method returning the flag indicating editors should perform
3332 focus in checks. 3332 focus in checks.
3333 </p> 3333 </p>
3334 <dl> 3334 <dl>
3335 <dt>Returns:</dt> 3335 <dt>Return:</dt>
3336 <dd> 3336 <dd>
3337 flag indicating focus in checks should be performed (boolean) 3337 flag indicating focus in checks should be performed (boolean)
3338 </dd> 3338 </dd>
3339 </dl> 3339 </dl>
3340 <a NAME="ViewManager.enableEditorsCheckFocusIn" ID="ViewManager.enableEditorsCheckFocusIn"></a> 3340 <a NAME="ViewManager.enableEditorsCheckFocusIn" ID="ViewManager.enableEditorsCheckFocusIn"></a>
3370 <dd> 3370 <dd>
3371 the event, that was generated by object (QEvent) 3371 the event, that was generated by object (QEvent)
3372 </dd> 3372 </dd>
3373 </dl> 3373 </dl>
3374 <dl> 3374 <dl>
3375 <dt>Returns:</dt> 3375 <dt>Return:</dt>
3376 <dd> 3376 <dd>
3377 flag indicating if event was filtered out 3377 flag indicating if event was filtered out
3378 </dd> 3378 </dd>
3379 </dl> 3379 </dl>
3380 <a NAME="ViewManager.exit" ID="ViewManager.exit"></a> 3380 <a NAME="ViewManager.exit" ID="ViewManager.exit"></a>
3390 3390
3391 <p> 3391 <p>
3392 Public method to get a reference to the APIs manager. 3392 Public method to get a reference to the APIs manager.
3393 </p> 3393 </p>
3394 <dl> 3394 <dl>
3395 <dt>Returns:</dt> 3395 <dt>Return:</dt>
3396 <dd> 3396 <dd>
3397 the APIs manager object (eric6.QScintilla.APIsManager) 3397 the APIs manager object (eric6.QScintilla.APIsManager)
3398 </dd> 3398 </dd>
3399 </dl> 3399 </dl>
3400 <a NAME="ViewManager.getActions" ID="ViewManager.getActions"></a> 3400 <a NAME="ViewManager.getActions" ID="ViewManager.getActions"></a>
3412 It must be one of "edit", "file", "search", "view", "window", 3412 It must be one of "edit", "file", "search", "view", "window",
3413 "macro", "bookmark" or "spelling". 3413 "macro", "bookmark" or "spelling".
3414 </dd> 3414 </dd>
3415 </dl> 3415 </dl>
3416 <dl> 3416 <dl>
3417 <dt>Returns:</dt> 3417 <dt>Return:</dt>
3418 <dd> 3418 <dd>
3419 list of all actions (list of E5Action) 3419 list of all actions (list of E5Action)
3420 </dd> 3420 </dd>
3421 </dl> 3421 </dl>
3422 <a NAME="ViewManager.getActiveName" ID="ViewManager.getActiveName"></a> 3422 <a NAME="ViewManager.getActiveName" ID="ViewManager.getActiveName"></a>
3425 3425
3426 <p> 3426 <p>
3427 Public method to retrieve the filename of the active window. 3427 Public method to retrieve the filename of the active window.
3428 </p> 3428 </p>
3429 <dl> 3429 <dl>
3430 <dt>Returns:</dt> 3430 <dt>Return:</dt>
3431 <dd> 3431 <dd>
3432 filename of active window (string) 3432 filename of active window (string)
3433 </dd> 3433 </dd>
3434 </dl> 3434 </dl>
3435 <a NAME="ViewManager.getEditor" ID="ViewManager.getEditor"></a> 3435 <a NAME="ViewManager.getEditor" ID="ViewManager.getEditor"></a>
3463 of the editor, first the split view index, second the 3463 of the editor, first the split view index, second the
3464 index within the view 3464 index within the view
3465 </dd> 3465 </dd>
3466 </dl> 3466 </dl>
3467 <dl> 3467 <dl>
3468 <dt>Returns:</dt> 3468 <dt>Return:</dt>
3469 <dd> 3469 <dd>
3470 tuple of two values giving a flag indicating a new window 3470 tuple of two values giving a flag indicating a new window
3471 creation and a reference to the editor displaying this file 3471 creation and a reference to the editor displaying this file
3472 </dd> 3472 </dd>
3473 </dl> 3473 </dl>
3483 3483
3484 <p> 3484 <p>
3485 Public method to get the most recently opened file. 3485 Public method to get the most recently opened file.
3486 </p> 3486 </p>
3487 <dl> 3487 <dl>
3488 <dt>Returns:</dt> 3488 <dt>Return:</dt>
3489 <dd> 3489 <dd>
3490 path of the most recently opened file (string) 3490 path of the most recently opened file (string)
3491 </dd> 3491 </dd>
3492 </dl> 3492 </dl>
3493 <a NAME="ViewManager.getNumber" ID="ViewManager.getNumber"></a> 3493 <a NAME="ViewManager.getNumber" ID="ViewManager.getNumber"></a>
3496 3496
3497 <p> 3497 <p>
3498 Public method to get a number from the active window. 3498 Public method to get a number from the active window.
3499 </p> 3499 </p>
3500 <dl> 3500 <dl>
3501 <dt>Returns:</dt> 3501 <dt>Return:</dt>
3502 <dd> 3502 <dd>
3503 selected text of the active window (string) 3503 selected text of the active window (string)
3504 </dd> 3504 </dd>
3505 </dl> 3505 </dl>
3506 <a NAME="ViewManager.getOpenEditor" ID="ViewManager.getOpenEditor"></a> 3506 <a NAME="ViewManager.getOpenEditor" ID="ViewManager.getOpenEditor"></a>
3516 <dd> 3516 <dd>
3517 filename to look for 3517 filename to look for
3518 </dd> 3518 </dd>
3519 </dl> 3519 </dl>
3520 <dl> 3520 <dl>
3521 <dt>Returns:</dt> 3521 <dt>Return:</dt>
3522 <dd> 3522 <dd>
3523 a reference to the editor displaying this file or None, if 3523 a reference to the editor displaying this file or None, if
3524 no editor was found 3524 no editor was found
3525 </dd> 3525 </dd>
3526 </dl> 3526 </dl>
3537 <dd> 3537 <dd>
3538 filename to look for 3538 filename to look for
3539 </dd> 3539 </dd>
3540 </dl> 3540 </dl>
3541 <dl> 3541 <dl>
3542 <dt>Returns:</dt> 3542 <dt>Return:</dt>
3543 <dd> 3543 <dd>
3544 count of editors displaying this file (integer) 3544 count of editors displaying this file (integer)
3545 </dd> 3545 </dd>
3546 </dl> 3546 </dl>
3547 <a NAME="ViewManager.getOpenEditors" ID="ViewManager.getOpenEditors"></a> 3547 <a NAME="ViewManager.getOpenEditors" ID="ViewManager.getOpenEditors"></a>
3550 3550
3551 <p> 3551 <p>
3552 Public method to get references to all open editors. 3552 Public method to get references to all open editors.
3553 </p> 3553 </p>
3554 <dl> 3554 <dl>
3555 <dt>Returns:</dt> 3555 <dt>Return:</dt>
3556 <dd> 3556 <dd>
3557 list of references to all open editors (list of 3557 list of references to all open editors (list of
3558 QScintilla.editor) 3558 QScintilla.editor)
3559 </dd> 3559 </dd>
3560 </dl> 3560 </dl>
3564 3564
3565 <p> 3565 <p>
3566 Public method to get the number of open editors. 3566 Public method to get the number of open editors.
3567 </p> 3567 </p>
3568 <dl> 3568 <dl>
3569 <dt>Returns:</dt> 3569 <dt>Return:</dt>
3570 <dd> 3570 <dd>
3571 number of open editors (integer) 3571 number of open editors (integer)
3572 </dd> 3572 </dd>
3573 </dl> 3573 </dl>
3574 <a NAME="ViewManager.getOpenEditorsForSession" ID="ViewManager.getOpenEditorsForSession"></a> 3574 <a NAME="ViewManager.getOpenEditorsForSession" ID="ViewManager.getOpenEditorsForSession"></a>
3584 </p> 3584 </p>
3585 <p> 3585 <p>
3586 Note: This method should be implemented by subclasses. 3586 Note: This method should be implemented by subclasses.
3587 </p> 3587 </p>
3588 <dl> 3588 <dl>
3589 <dt>Returns:</dt> 3589 <dt>Return:</dt>
3590 <dd> 3590 <dd>
3591 list of list of editor references 3591 list of list of editor references
3592 </dd> 3592 </dd>
3593 </dl> 3593 </dl>
3594 <dl> 3594 <dl>
3603 3603
3604 <p> 3604 <p>
3605 Public method returning a list of the filenames of all editors. 3605 Public method returning a list of the filenames of all editors.
3606 </p> 3606 </p>
3607 <dl> 3607 <dl>
3608 <dt>Returns:</dt> 3608 <dt>Return:</dt>
3609 <dd> 3609 <dd>
3610 list of all opened filenames (list of strings) 3610 list of all opened filenames (list of strings)
3611 </dd> 3611 </dd>
3612 </dl> 3612 </dl>
3613 <a NAME="ViewManager.getSRHistory" ID="ViewManager.getSRHistory"></a> 3613 <a NAME="ViewManager.getSRHistory" ID="ViewManager.getSRHistory"></a>
3623 <dd> 3623 <dd>
3624 list to return (must be 'search' or 'replace') 3624 list to return (must be 'search' or 'replace')
3625 </dd> 3625 </dd>
3626 </dl> 3626 </dl>
3627 <dl> 3627 <dl>
3628 <dt>Returns:</dt> 3628 <dt>Return:</dt>
3629 <dd> 3629 <dd>
3630 the requested history list (list of strings) 3630 the requested history list (list of strings)
3631 </dd> 3631 </dd>
3632 </dl> 3632 </dl>
3633 <a NAME="ViewManager.getSplitOrientation" ID="ViewManager.getSplitOrientation"></a> 3633 <a NAME="ViewManager.getSplitOrientation" ID="ViewManager.getSplitOrientation"></a>
3636 3636
3637 <p> 3637 <p>
3638 Public method to get the orientation of the split view. 3638 Public method to get the orientation of the split view.
3639 </p> 3639 </p>
3640 <dl> 3640 <dl>
3641 <dt>Returns:</dt> 3641 <dt>Return:</dt>
3642 <dd> 3642 <dd>
3643 orientation of the split (Qt.Horizontal or Qt.Vertical) 3643 orientation of the split (Qt.Horizontal or Qt.Vertical)
3644 </dd> 3644 </dd>
3645 </dl> 3645 </dl>
3646 <a NAME="ViewManager.handleResetUI" ID="ViewManager.handleResetUI"></a> 3646 <a NAME="ViewManager.handleResetUI" ID="ViewManager.handleResetUI"></a>
3663 3663
3664 <p> 3664 <p>
3665 Public method to create the Bookmark menu. 3665 Public method to create the Bookmark menu.
3666 </p> 3666 </p>
3667 <dl> 3667 <dl>
3668 <dt>Returns:</dt> 3668 <dt>Return:</dt>
3669 <dd> 3669 <dd>
3670 the generated menu 3670 the generated menu
3671 </dd> 3671 </dd>
3672 </dl> 3672 </dl>
3673 <a NAME="ViewManager.initBookmarkToolbar" ID="ViewManager.initBookmarkToolbar"></a> 3673 <a NAME="ViewManager.initBookmarkToolbar" ID="ViewManager.initBookmarkToolbar"></a>
3684 reference to a toolbar manager object 3684 reference to a toolbar manager object
3685 (E5ToolBarManager) 3685 (E5ToolBarManager)
3686 </dd> 3686 </dd>
3687 </dl> 3687 </dl>
3688 <dl> 3688 <dl>
3689 <dt>Returns:</dt> 3689 <dt>Return:</dt>
3690 <dd> 3690 <dd>
3691 the generated toolbar 3691 the generated toolbar
3692 </dd> 3692 </dd>
3693 </dl> 3693 </dl>
3694 <a NAME="ViewManager.initEditMenu" ID="ViewManager.initEditMenu"></a> 3694 <a NAME="ViewManager.initEditMenu" ID="ViewManager.initEditMenu"></a>
3697 3697
3698 <p> 3698 <p>
3699 Public method to create the Edit menu. 3699 Public method to create the Edit menu.
3700 </p> 3700 </p>
3701 <dl> 3701 <dl>
3702 <dt>Returns:</dt> 3702 <dt>Return:</dt>
3703 <dd> 3703 <dd>
3704 the generated menu 3704 the generated menu
3705 </dd> 3705 </dd>
3706 </dl> 3706 </dl>
3707 <a NAME="ViewManager.initEditToolbar" ID="ViewManager.initEditToolbar"></a> 3707 <a NAME="ViewManager.initEditToolbar" ID="ViewManager.initEditToolbar"></a>
3718 reference to a toolbar manager object 3718 reference to a toolbar manager object
3719 (E5ToolBarManager) 3719 (E5ToolBarManager)
3720 </dd> 3720 </dd>
3721 </dl> 3721 </dl>
3722 <dl> 3722 <dl>
3723 <dt>Returns:</dt> 3723 <dt>Return:</dt>
3724 <dd> 3724 <dd>
3725 the generated toolbar 3725 the generated toolbar
3726 </dd> 3726 </dd>
3727 </dl> 3727 </dl>
3728 <a NAME="ViewManager.initFileMenu" ID="ViewManager.initFileMenu"></a> 3728 <a NAME="ViewManager.initFileMenu" ID="ViewManager.initFileMenu"></a>
3731 3731
3732 <p> 3732 <p>
3733 Public method to create the File menu. 3733 Public method to create the File menu.
3734 </p> 3734 </p>
3735 <dl> 3735 <dl>
3736 <dt>Returns:</dt> 3736 <dt>Return:</dt>
3737 <dd> 3737 <dd>
3738 the generated menu 3738 the generated menu
3739 </dd> 3739 </dd>
3740 </dl> 3740 </dl>
3741 <a NAME="ViewManager.initFileToolbar" ID="ViewManager.initFileToolbar"></a> 3741 <a NAME="ViewManager.initFileToolbar" ID="ViewManager.initFileToolbar"></a>
3752 reference to a toolbar manager object 3752 reference to a toolbar manager object
3753 (E5ToolBarManager) 3753 (E5ToolBarManager)
3754 </dd> 3754 </dd>
3755 </dl> 3755 </dl>
3756 <dl> 3756 <dl>
3757 <dt>Returns:</dt> 3757 <dt>Return:</dt>
3758 <dd> 3758 <dd>
3759 the generated toolbar 3759 the generated toolbar
3760 </dd> 3760 </dd>
3761 </dl> 3761 </dl>
3762 <a NAME="ViewManager.initMacroMenu" ID="ViewManager.initMacroMenu"></a> 3762 <a NAME="ViewManager.initMacroMenu" ID="ViewManager.initMacroMenu"></a>
3765 3765
3766 <p> 3766 <p>
3767 Public method to create the Macro menu. 3767 Public method to create the Macro menu.
3768 </p> 3768 </p>
3769 <dl> 3769 <dl>
3770 <dt>Returns:</dt> 3770 <dt>Return:</dt>
3771 <dd> 3771 <dd>
3772 the generated menu 3772 the generated menu
3773 </dd> 3773 </dd>
3774 </dl> 3774 </dl>
3775 <a NAME="ViewManager.initSearchMenu" ID="ViewManager.initSearchMenu"></a> 3775 <a NAME="ViewManager.initSearchMenu" ID="ViewManager.initSearchMenu"></a>
3778 3778
3779 <p> 3779 <p>
3780 Public method to create the Search menu. 3780 Public method to create the Search menu.
3781 </p> 3781 </p>
3782 <dl> 3782 <dl>
3783 <dt>Returns:</dt> 3783 <dt>Return:</dt>
3784 <dd> 3784 <dd>
3785 the generated menu 3785 the generated menu
3786 </dd> 3786 </dd>
3787 </dl> 3787 </dl>
3788 <dl> 3788 <dl>
3805 reference to a toolbar manager object 3805 reference to a toolbar manager object
3806 (E5ToolBarManager) 3806 (E5ToolBarManager)
3807 </dd> 3807 </dd>
3808 </dl> 3808 </dl>
3809 <dl> 3809 <dl>
3810 <dt>Returns:</dt> 3810 <dt>Return:</dt>
3811 <dd> 3811 <dd>
3812 a tuple of the generated toolbar (search, quicksearch) 3812 a tuple of the generated toolbar (search, quicksearch)
3813 </dd> 3813 </dd>
3814 </dl> 3814 </dl>
3815 <a NAME="ViewManager.initSpellingToolbar" ID="ViewManager.initSpellingToolbar"></a> 3815 <a NAME="ViewManager.initSpellingToolbar" ID="ViewManager.initSpellingToolbar"></a>
3826 reference to a toolbar manager object 3826 reference to a toolbar manager object
3827 (E5ToolBarManager) 3827 (E5ToolBarManager)
3828 </dd> 3828 </dd>
3829 </dl> 3829 </dl>
3830 <dl> 3830 <dl>
3831 <dt>Returns:</dt> 3831 <dt>Return:</dt>
3832 <dd> 3832 <dd>
3833 the generated toolbar 3833 the generated toolbar
3834 </dd> 3834 </dd>
3835 </dl> 3835 </dl>
3836 <a NAME="ViewManager.initViewMenu" ID="ViewManager.initViewMenu"></a> 3836 <a NAME="ViewManager.initViewMenu" ID="ViewManager.initViewMenu"></a>
3839 3839
3840 <p> 3840 <p>
3841 Public method to create the View menu. 3841 Public method to create the View menu.
3842 </p> 3842 </p>
3843 <dl> 3843 <dl>
3844 <dt>Returns:</dt> 3844 <dt>Return:</dt>
3845 <dd> 3845 <dd>
3846 the generated menu 3846 the generated menu
3847 </dd> 3847 </dd>
3848 </dl> 3848 </dl>
3849 <a NAME="ViewManager.initViewToolbar" ID="ViewManager.initViewToolbar"></a> 3849 <a NAME="ViewManager.initViewToolbar" ID="ViewManager.initViewToolbar"></a>
3860 reference to a toolbar manager object 3860 reference to a toolbar manager object
3861 (E5ToolBarManager) 3861 (E5ToolBarManager)
3862 </dd> 3862 </dd>
3863 </dl> 3863 </dl>
3864 <dl> 3864 <dl>
3865 <dt>Returns:</dt> 3865 <dt>Return:</dt>
3866 <dd> 3866 <dd>
3867 the generated toolbar 3867 the generated toolbar
3868 </dd> 3868 </dd>
3869 </dl> 3869 </dl>
3870 <a NAME="ViewManager.insertNumber" ID="ViewManager.insertNumber"></a> 3870 <a NAME="ViewManager.insertNumber" ID="ViewManager.insertNumber"></a>
3901 3901
3902 <p> 3902 <p>
3903 Public method to check the connection status of the IDE. 3903 Public method to check the connection status of the IDE.
3904 </p> 3904 </p>
3905 <dl> 3905 <dl>
3906 <dt>Returns:</dt> 3906 <dt>Return:</dt>
3907 <dd> 3907 <dd>
3908 flag indicating the connection status (boolean) 3908 flag indicating the connection status (boolean)
3909 </dd> 3909 </dd>
3910 </dl> 3910 </dl>
3911 <a NAME="ViewManager.isEditorInfoSupported" ID="ViewManager.isEditorInfoSupported"></a> 3911 <a NAME="ViewManager.isEditorInfoSupported" ID="ViewManager.isEditorInfoSupported"></a>
3922 <dd> 3922 <dd>
3923 editor programming language to check 3923 editor programming language to check
3924 </dd> 3924 </dd>
3925 </dl> 3925 </dl>
3926 <dl> 3926 <dl>
3927 <dt>Returns:</dt> 3927 <dt>Return:</dt>
3928 <dd> 3928 <dd>
3929 flag indicating the support status 3929 flag indicating the support status
3930 </dd> 3930 </dd>
3931 </dl> 3931 </dl>
3932 <dl> 3932 <dl>
3983 of the editor, first the split view index, second the 3983 of the editor, first the split view index, second the
3984 index within the view 3984 index within the view
3985 </dd> 3985 </dd>
3986 </dl> 3986 </dl>
3987 <dl> 3987 <dl>
3988 <dt>Returns:</dt> 3988 <dt>Return:</dt>
3989 <dd> 3989 <dd>
3990 reference to the new editor object 3990 reference to the new editor object
3991 </dd> 3991 </dd>
3992 </dl> 3992 </dl>
3993 <dl> 3993 <dl>
4062 of the editor, first the split view index, second the 4062 of the editor, first the split view index, second the
4063 index within the view 4063 index within the view
4064 </dd> 4064 </dd>
4065 </dl> 4065 </dl>
4066 <dl> 4066 <dl>
4067 <dt>Returns:</dt> 4067 <dt>Return:</dt>
4068 <dd> 4068 <dd>
4069 reference to the opened editor 4069 reference to the opened editor
4070 </dd> 4070 </dd>
4071 </dl> 4071 </dl>
4072 <dl> 4072 <dl>
4203 index of the split to be removed (-1 means to 4203 index of the split to be removed (-1 means to
4204 delete the current split) 4204 delete the current split)
4205 </dd> 4205 </dd>
4206 </dl> 4206 </dl>
4207 <dl> 4207 <dl>
4208 <dt>Returns:</dt> 4208 <dt>Return:</dt>
4209 <dd> 4209 <dd>
4210 flag indicating successful deletion 4210 flag indicating successful deletion
4211 </dd> 4211 </dd>
4212 </dl> 4212 </dl>
4213 <dl> 4213 <dl>
4222 4222
4223 <p> 4223 <p>
4224 Public method to get a reference to the replace widget. 4224 Public method to get a reference to the replace widget.
4225 </p> 4225 </p>
4226 <dl> 4226 <dl>
4227 <dt>Returns:</dt> 4227 <dt>Return:</dt>
4228 <dd> 4228 <dd>
4229 reference to the replace widget (SearchReplaceSlidingWidget) 4229 reference to the replace widget (SearchReplaceSlidingWidget)
4230 </dd> 4230 </dd>
4231 </dl> 4231 </dl>
4232 <a NAME="ViewManager.saveAllEditors" ID="ViewManager.saveAllEditors"></a> 4232 <a NAME="ViewManager.saveAllEditors" ID="ViewManager.saveAllEditors"></a>
4300 <dd> 4300 <dd>
4301 filename of editor to be saved (string) 4301 filename of editor to be saved (string)
4302 </dd> 4302 </dd>
4303 </dl> 4303 </dl>
4304 <dl> 4304 <dl>
4305 <dt>Returns:</dt> 4305 <dt>Return:</dt>
4306 <dd> 4306 <dd>
4307 flag indicating success (boolean) 4307 flag indicating success (boolean)
4308 </dd> 4308 </dd>
4309 </dl> 4309 </dl>
4310 <a NAME="ViewManager.saveEditorEd" ID="ViewManager.saveEditorEd"></a> 4310 <a NAME="ViewManager.saveEditorEd" ID="ViewManager.saveEditorEd"></a>
4320 <dd> 4320 <dd>
4321 editor to be saved 4321 editor to be saved
4322 </dd> 4322 </dd>
4323 </dl> 4323 </dl>
4324 <dl> 4324 <dl>
4325 <dt>Returns:</dt> 4325 <dt>Return:</dt>
4326 <dd> 4326 <dd>
4327 flag indicating success (boolean) 4327 flag indicating success (boolean)
4328 </dd> 4328 </dd>
4329 </dl> 4329 </dl>
4330 <a NAME="ViewManager.saveEditorsList" ID="ViewManager.saveEditorsList"></a> 4330 <a NAME="ViewManager.saveEditorsList" ID="ViewManager.saveEditorsList"></a>
4347 4347
4348 <p> 4348 <p>
4349 Public method to get a reference to the search widget. 4349 Public method to get a reference to the search widget.
4350 </p> 4350 </p>
4351 <dl> 4351 <dl>
4352 <dt>Returns:</dt> 4352 <dt>Return:</dt>
4353 <dd> 4353 <dd>
4354 reference to the search widget (SearchReplaceSlidingWidget) 4354 reference to the search widget (SearchReplaceSlidingWidget)
4355 </dd> 4355 </dd>
4356 </dl> 4356 </dl>
4357 <a NAME="ViewManager.send" ID="ViewManager.send"></a> 4357 <a NAME="ViewManager.send" ID="ViewManager.send"></a>
4640 4640
4641 <p> 4641 <p>
4642 Public method to get the number of split views. 4642 Public method to get the number of split views.
4643 </p> 4643 </p>
4644 <dl> 4644 <dl>
4645 <dt>Returns:</dt> 4645 <dt>Return:</dt>
4646 <dd> 4646 <dd>
4647 number of split views 4647 number of split views
4648 </dd> 4648 </dd>
4649 </dl> 4649 </dl>
4650 <dl> 4650 <dl>
4675 flag indicating to return the current word, if 4675 flag indicating to return the current word, if
4676 no selected text was found (boolean) 4676 no selected text was found (boolean)
4677 </dd> 4677 </dd>
4678 </dl> 4678 </dl>
4679 <dl> 4679 <dl>
4680 <dt>Returns:</dt> 4680 <dt>Return:</dt>
4681 <dd> 4681 <dd>
4682 selection or current word (string) 4682 selection or current word (string)
4683 </dd> 4683 </dd>
4684 </dl> 4684 </dl>
4685 <a NAME="ViewManager.tile" ID="ViewManager.tile"></a> 4685 <a NAME="ViewManager.tile" ID="ViewManager.tile"></a>

eric ide

mercurial