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

From Free Pascal wiki
Jump to navigationJump to search
Line 1: Line 1:
 
= Introduction =
 
= Introduction =
 
Editor Window Manager lets you select, reorder and close source file windows that are open in editor.
 
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 most of them and close them.
+
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 =

Revision as of 23:13, 17 May 2012

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

A CheckListBox with all the filenames. In future this may be changed to a ListView which allows for columns and more info.

Filter

ToDo...

Check All / Uncheck All

ToDo...

Save All Checked

ToDo...

Close All Checked

ToDo...

Up / Down buttons

ToDo...