Explorer Tab
The buttons at the top of the explorer view are:
Explorer
Open windows explorer using the current path.
Current document folder
Browse to the current document folder.
Views
Select how files and folder are displayed in the list view.
Up
Browse to the parent folder.
Explorer options
There are several options available to change the behavior and display of the explorer tree
and the explorer list view.
Shell combo box
Select a drive or path to be displayed in the lists below.
Splitter/snap button
Click on the button to hide/view the shell tree.
Filter
Use to filter the display in the shell list box.
+ Enter a new filter (e.g. *.aspx;*.cs) and press the plus button.
- Select a filter and press the minus button to remove the filter.
Text clips Tab
The buttons at the top of the text clips tab are from left to right:
Add
Add a text clip sub folder. Simply enter a name.
Rename
Rename the sub folder.
Remove
Remove the sub folder and all the clips.
Main folder list
You can save clips in different main folders. The drop down menu have items to create,
delete or rename folders.
Text clips Tab (center)
The buttons at the center of the text clips tab are from left to right:
Add
Add a text clip item. In the opened dialog enter a name for the item, select an icon and enter
some code.
Edit
Edit an item. You can change anything you want in the opened dialog.
Remove
Remove the selected text clip item.
FTP Tab
The buttons at the top of the FTP tab are from left to right:
Connect/Disconnect
Opens the profiles (address book) where you select which FTP site to connect to. You can
also add to or edit the address book.
Root
Browse to the root folder.
Up
Browse to the parent folder.
New Folder
Add a new folder.
Delete
Remove a file or a folder.
FTP profiles
Open the profile (address book) dialog.
Address bar
Displays the address. You can enter a path manually and press enter to browse the remote
directory.
Project toolbar
New project
Start the wizard to create a new project.
Open project
Open an existing project file.
Add files to the project
Add files using the standard open file(s) dialog.
Add the active document
Add the current document to the project.
Remove from project
Remove the selected files from the project.
Favorites
Add your favorite projects.
Project toolbar (bottom)
Compile
Compile the project. Use the drop down menu below to select profile.
Build
Build the project. Use the drop down menu below to select profile.
Run
Build and run in one step. In the drop down menu you can select to run without build.
Project settings
Set the tool used to compile/build/run and how to view the result. You must also set the files
to be compiled.
User commands
You can have 3 user commands. Use the project settings dialog to configure the commands.
IE Favorites
This tab can be used to browse the internet using the "Home" tab as a web browser.
Add to favorites
Add the current URL to Internet Explorer favorites.
Organize favorites
Organize Internet Explorer favorites.
Code Explorer
The code explorer tab display objects in your source code. It can be classes, functions,
properties, tags or something else. This can be very helpful when you want to navigate your
code. Just click on an item and the text cursor is placed at the selected object.
Structure (record)
Check button. Check this if you want structures and records to be displayed.
Classes
Check button. Check this if you want classes to be displayed.
Method class names
Check button. Check this if you want method class names to be displayed. In some
programming languages the class declaration and the methods are separated in two different
files. If a class declaration is not found, the class name is extracted from the method name.
When a class name is selected, all methods found in that file are listed.
Options
Open a simple option dialog.
Refresh
Update the list.
Methods (procedures, functions)
Check button. Check this if you want functions to be displayed.
Properties
Check button. Check this if you want properties to be displayed.
Local Methods
Check button. Check this if you want local methods to be displayed. In some programming
languages it is possible to declare a function inside a function (local function).
Enumerations
Check button. Check this if you want enumerations to be displayed.
Unknown objects
Check button. Check this if you want unknown objects to be displayed.
Refresh
Update the list.