Task Manager Pane

The task manager pane is situated on the left side of the main window and contains the following functions:
- Code window
- Site Project window
- Document Structure window
- Local File Selection window
Document Structure Window
The document structure window is part of the Task Manager Pane and provides an overview of the open document’s HTML code layout.
Clicking on a structure’s name selects the corresponding element in the document.
Code Window
The code window is part of the Task Manager Pane and provides a structured list of syntaxes from various website development languages. It is useful for reference purposes as it displays the layout of the languages. Code can be inserted by either selecting and double-clicking it or pressing the enter key on the keyboard.
When code is inserted from the code window, the BestAddress HTML Editor automatically performs the following functions:
- HTML elements are inserted along with the opening bracket. No spacing is added before an element irrespective of whether or not one is required.
- Spaces are added before HTML attributes if required.
- If a Cascading Style Sheet property is added to the beginning of a new line, no leading space is added.
- In all other cases, a leading space is inserted if one does not exist.
Site Projects
Site Projects make it easy to develop and manage your websites. A Site Project contains a list of all files that make up your website. The Site Project can be managed on the Task Manager Pane by clicking the project tab.
You can quickly open all files that make up your website, by double-clicking on its name in the project file lists.
An unlimited number of files can be added to projects, and can be easily removed when they are no longer required.
The files that make up Site Projects are sorted into two categories - Editor Files and Other Files. The Editor File list displays those documents that can be edited through BestAddress while the Other File list contains supporting files that make up a website such as images, sound, video and controls. These files can not be edited, but double clicking them will activate the appropriate function in BestAddress for inserting into the currently open document.
|