Difference between revisions of "IDE Window: Editor Window Manager"

From Free Pascal wiki
Jump to navigationJump to search
 
(6 intermediate revisions by 4 users not shown)
Line 1: Line 1:
= Introduction
+
<noinclude>{{IDE Window: Editor Window Manager}}</noinclude>
  
Editor Window Manager lets you select, reorder and close source files that are open in editor.
+
= Introduction =
It is especially useful when there are many windows open. Then you can for example select most of them and close them.
+
Editor Window Manager lets you select, reorder and close source file windows that are open in editor.
 +
It is especially useful when there are many of them open. Then you can for example select and close most of them.
  
= User Interface
+
= User Interface =
  
* List of editor files
+
== List of editor files ==
 +
Listbox with all the filenames. (In the future CheckListBox may be changed to a ListView which allows columns and more info.)
 +
Checked items are affected by buttons "Save all checked", "Close all checked".
  
* Filter
+
== Filter ==
 +
Enter here part of filename to show only such filenames in listbox.
 +
 
 +
== Check All ==
 +
Checks all items in the listbox.
 +
 
 +
== Save All Checked ==
 +
Saves all files which have items checked in the listbox.
 +
 
 +
== Close All Checked ==
 +
Closes all tabs which have items checked in the listbox.
 +
 
 +
== Up/Down buttons ==
 +
Move selected listbox item upper or lower in the listbox. This has little sense, only to change tabs order in IDE.
 +
 
 +
 
 +
[[Category:Stubs]]

Latest revision as of 18:56, 17 September 2015

English (en)

Introduction

Editor Window Manager lets you select, reorder and close source file windows that are open in editor. It is especially useful when there are many of them open. Then you can for example select and close most of them.

User Interface

List of editor files

Listbox with all the filenames. (In the future CheckListBox may be changed to a ListView which allows columns and more info.) Checked items are affected by buttons "Save all checked", "Close all checked".

Filter

Enter here part of filename to show only such filenames in listbox.

Check All

Checks all items in the listbox.

Save All Checked

Saves all files which have items checked in the listbox.

Close All Checked

Closes all tabs which have items checked in the listbox.

Up/Down buttons

Move selected listbox item upper or lower in the listbox. This has little sense, only to change tabs order in IDE.