Introduction

An Extensible Text Browser

What is WebEdit.NET? It is a tool for people who like to work with text documents of all kinds stored in various locations. It's made for folks who focus on text, not graphics, and to whom the content matters.

WebEdit.NET is also about integrating diverse application types (editor, browser, file manager) and interaction strategies (like GUI, console, automation). WebEdit.NET evolves, because it is extensible from the ground up.

WebEdit.NET is:

Interacting with WebEdit.NET

There are several ways to use WebEdit.NET, depending on your preferences. WebEdit.NET can be anything from a simple source code browser to an editor for complex projects. WebEdit.NET supports deep customization, and exposes much of its internal capabilities to the end user.

Here's an overview of some popular operation strategies:

Graphical User Interface

WebEdit.NET can operate like a web browser, with bookmarks, history, address bar, and hyperlinks, and like a classic editor at the same time. Both MDI and SDI mode are available. Use the edit pane for viewing and editing documents, set up your work space with tool windows, and customize the toolbars to your needs.

Command Model

The command model is a character based interface that supports a variety of tasks. See Command Model.

WebEdit.NET API

WebEdit.NET exposes its programming interfaces directly to the user. There are two principal ways to access the API:

Technology Base

WebEdit.NET is based on the Microsoft .NET platform. It is written in Visual Basic .NET, C#, and C++. WebEdit.NET's code base is largely the Gregor.NET application framework. The application builds on several years' worth of preceding versions, and it's written with Windows in mind. It is an editor with a history and an attitude.


See Also: Glossary | Command Model | WebEdit.NET API | WebEdit.NET On The Web