
WEDIT QUICKSTART
~~~~~~~~~~~~~~~~
Welcome to Wedit, the complete IDE solution for Linux. This
document will guide you through the basic features of Wedit
to help you get started quickly.

WORKSPACE
~~~~~~~~~
To the left, you can see 'Opened Files' pane. You can resize
the pane horizontally by dragging the vertical bar on the
right side of the pane.
In the lower part of the bar, you can see small button with
left-pointing arrow. Click this button to hide the pane and
to show it again.

At the bottom of main window is the status pane which features
similar handling to 'Opened files' pane.

On the top-right of the main window, there are four 'Viewport
Arrange' icons. The main workspace of Wedit consists of 4
viewports. Each of them can contain several open files (see
tabs on the top of the viewport). Right now, only top-left
view is visible.

Click on the bottom 'Viewport Arrange' icon (the one that
resembles cross). Now, you see all four views at once. Try
other icons to see what they do.

You can easily move files from one view to another. Click on
the tab with name of the file and drag it to another view.


EDITOR
~~~~~~
Wedit editor works like other programming text editors. It is
aware of C, Pascal, Fortran, and Eiffel syntax. It also
features extensive editing and navigating capabilities.

Look at the example.c program and try right clicking at
different places. Wedit editor also features auto-completion
of symbol names. Type first couple of letters of known symbol
(ie function name) and hit Escape.


COMPILING & BUILDING
~~~~~~~~~~~~~~~~~~~~
To develop a program in Wedit, you need to create a project;
see 'Project' menu. Project consists of all source files that
are neccesary to build your program.

Right now, a project named 'Example' is opened. This project
consists of one source file - example.c

Select 'Make' from the 'Compiler' menu. The 'example.c' file
will get compiled and linked.

Then select 'Execute example' to start the application.


MORE INFORMATION
~~~~~~~~~~~~~~~~
For more information, please consult the online help.
