1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48
|
<head>
<meta name="description" content="A powerful but easy to use and small-footprint text mode editor with extensive Unicode and CJK encoding support.">
<meta name="keywords" content="editor, text mode editor, programmers editor, programming editor, Unicode editor, UTF-8 editor, Unicode text editor, UTF-8 text editor, Unicode text mode editor, UTF-8 text mode editor, text mode Unicode editor, text mode UTF-8 editor, text mode HTML editor, CJK editor">
<meta name="robots" content="index">
<title>mined 2000</title>
<script>
top.select ("design");
</script>
</head>
<dl>
<dd>
<h3>Mined Design Principles</h3>
<h4>Simplicity and usefulness</h4>
Mined follows the design philosophy of being simple and intuitive
(just like Mozilla Firefox).
That means, users should be enabled to perform the most frequent editing
tasks without having to study and learn a peculiar interface first.
<br>
This basic approach is supplemented by a good range of text editing
capabilities including dedicated navigation support as well as
layout support for plain text and program files.
<h4>Usability</h4>
Unlike other editors that support plain text mode, mined is affirmative
toward the conveniences of modern user interface paradigms, like
comprehensive menus, mouse control including mouse wheel scrolling,
scrollbar navigation.
It does not impose on you the restrictive paradigms and weird
interactive hassles of editors that evolved from line-oriented legacy
tools.
<h4>Internationalisation</h4>
For character encoding support, mined has the design philosophy of
having everything on board so that e.g. CJK display and input methods
run "out of the box" without any extra configuration and without
depending on the operating system environment.
<h4>Editing tool</h4>
Mined design claims that an editor should be a tool providing the
best usage value for daily editing tasks. It should not be
an editing system that defines a "way of life" with peculiarities and
setup hassles.
|