 |
 |
| Version 0.7.1.6 |
 |
 |
License: Freeware
Updated: February 28, 2001
Source: Source Not Available
|
 |
 |
Features
- international encodings are now supported
- the document-encoding is automatically detected if possible (see below)
- no more hassle with &entities; just to represent accented characters, Umlaute,...
- document-encoding can be manually selected and does not have to match the encoding in the META-tag (important for Russian users, IIRC:)
- faster file-loading (larger buffer used)
- default-encoding can be specified
Bugfixes
- Preview
- preview-file is now only written when first preview-command is issued, instead of immediately after opening a file
- rewrote the code to be more straightforward and logical (easier maintenance;)
- fixed keyboard-scrolling (could not go to bottom of page with Option+PgDwn) - reported by Oleg "2sheds" Kourapov
- Syntax-Styling is now single-threaded, this reduces overhead needed for synchronisation and makes it more responsible and lively
- after saving a new file, mime-info is now updated to show correct icon and type (only default-icon was shown before)
- files with zero length are handled properly now (e.g. necessary for Tracker-templates) - reported by Gianpaolo IIRC
- Prefs/SyntaxStyling: comments were ignored :-( - reported by Michael Koenig
- Untitled-count was raised when a file was opened
- various internal source-cleanup and small fixes/enhancements
|
|
|
Intel Version - requires R5 (124 KB) |
4,626 downloads |
|
 |
 |
|
|
 |
|
PowerPC Version - requires R5 (64 KB) |
284 downloads |
|
 |
 |
|
|
 |
 |
| Version 0.6.9.13 |
 |
 |
License: Freeware
Updated: January 10, 2001
Source: Source Not Available
|
 |
 |
This is a bugfix-release, new features will come in 0.6.10, and some more interesting things in 0.7...
- B navigation: fixed some small quirks in the navigation/selection-handling
- to be resolved: proper PgUp/PgDown selection (growing+shrinking)
- B Find-Panel: sometimes crashed when being opened - fixed.
- B offset was not updated on Paste
|
|
|
Intel Version - requires R5 (110 KB) |
834 downloads |
|
 |
 |
|
|
 |
|
PowerPC Version - requires R5 (56 KB) |
81 downloads |
|
 |
 |
|
|
 |
 |
| Version 0.6.9.12 |
 |
 |
License: Freeware
Updated: November 27, 2000
Source: Source Not Available
|
 |
 |
- * CRs (Carriage Returns) are always converted to LFs (Linefeeds) now (not just at the end of a line) - no more black boxes!
- * paste now also filtered correctly!
- B horizontal navigation: forgot to update on MouseDown()
- * "Save As"-dialog now opens in file's path if available
- B fixes a crash in the "Open..."-menu (non-existant recent documents caused trouble...)
|
|
|
Intel Version - requires R5 (110 KB) |
704 downloads |
|
 |
 |
|
|
 |
|
PowerPC Version - requires R5 (56 KB) |
91 downloads |
|
 |
 |
|
|
 |
 |
| Version 0.6.9.8 |
 |
 |
License: Freeware
Updated: October 28, 2000
Source: Source Not Available
|
 |
 |
This update fixes some issues and brings you minor improvements:
- File-Handling
- file-handling is now fully buffered
- fixed a serious bug when handling very large files (original file was not restored!)
- window is now closed when an error occours
- forgot to use a dynamic array in a file-routine (unnecessary mem-consumption on PPC)
- window is now immediately opened when opening a file and the progress is displayed
- small optimisation when checking for the default browser
- offset was not always updated (after Search, changing selection with cursor highlighted incorrect range)
- Auto-Conversion from CR+LFs (Windows) to LFs (Be et al)
- fixed the signature (I was locked up by the MIME-police!;)
|
|
|
Intel Version - requires R5 (112 KB) |
431 downloads |
|
 |
 |
|
|
 |
|
PowerPC Version - requires R5 (55 KB) |
78 downloads |
|
 |
 |
|
|
 |
 |
| Version 0.6.6.9 |
 |
 |
License: Freeware
Updated: July 25, 2000
Source: Source Not Available
|
 |
 |
- PPC-version!
- fixed some issues in the Syntax-Preview:
- unnecessary slowdown when clicking in the preview to select a mode
- inserted some space after "Style" sothat it's always visible
- clicking on a comment was not handled properly
- "Normal text" was invisible (at the end of the line) - placed in new line and indented properly when AutoIndent is on
- fixed a bug that caused DarkSite to preview&reload the page over and over if preview was turned off, but an interval was specified
|
|
|
Intel Version - requires R5 (97 KB) |
1,595 downloads |
|
 |
 |
|
|
 |
|
PowerPC Version - requires R5 (49 KB) |
164 downloads |
|
 |
 |
|
|
 |
 |
| Version 0.6.6.8 |
 |
 |
License: Freeware
Updated: April 25, 2000
Source: Source Not Available
|
 |
 |
The highlight of this version is certainly the new Search and Replace.
It is specially designed for HTML/XML-documents and offers:
- selective search (for TAGs, Values, Comment,...)
- Multi-Line Search&Replace
- Search for Entire Word, Wrap Search
- accoustic notification when top of the document is reached (like in NetPositive)
Other changes include:
- * implemented XML-support for single quotes (') and nested quotes
- * quotes can now contain and
- * "Save" is now disabled when not necessary (no changes)
- i Code-cleanup, switched to R5 (the new compiler is a bit more picky..;)
Bugfixes since the last release:
- B fixed the infamous "crazy-block-selection-bug", mostly found when hitting 'Undo' - yeah!
NOTE: Selection still flickers when searching while the text is being styled!
- B Cutting and Copying an empty selection no longer erases the clipboard
- i removed unnecessary Lock() in Line-View
- O This triggered some optimisation and cleanup in the Text-insertion-function.
- B Proper Default-Settings are now created when DarkSite is used for the first time (checks preferred browser etc.) - this bug caused Preview not to work the first time
- B Syntax-Preview in Settings set the wrong font when user clicked in the code-preview
|
|
|
Intel Version - requires R5 (98 KB) |
2,558 downloads |
|
 |
 |
|
|
 |
 |
| Version 0.6.3.6 |
 |
 |
License: Freeware
Updated: March 6, 2000
Source: Source Not Available
|
 |
 |
Two Words: Powerful Browser-Preview!! (ok, three words;)
Intelligent, highly configurable Browser-Preview:
* Opera and Netpositive supported
* automatic update in the background upon save, a time-interval and/or changes in the document
* preview **in as many workspaces** as you like _at the same time_
* no need to save the document to preview it!
* Many fixes and small improvements
|
|
|
Intel Version - requires R4.5 (75 KB) |
1,139 downloads |
|
 |
 |
|
|
 |
|
Intel Version - requires R4 (75 KB) |
308 downloads |
|
 |
 |
|
|
 |
 |
| Version 0.5.7.1a |
 |
 |
License: Freeware
Updated: February 18, 2000
Source: Source Not Available
|
 |
 |
Fixed a stupid bug that crashed the app when launching and no settings were found (it was a bit more complicated than it sounds;)
Please re-Rate the programm if you were unhappy with this bug...
|
|
|
Intel Version - requires R4.5 (64 KB) |
320 downloads |
|
 |
 |
|
|
 |
|
Intel Version - requires R4 (64 KB) |
205 downloads |
|
 |
 |
|
|
 |
 |
| Version 0.5.7a |
 |
 |
License: Freeware
Updated: February 17, 2000
Source: Source Not Available
|
 |
 |
This version finally
+ adds full comment-support,
+ an optimised styler (up to 20% faster and more responsive)
+ and remembers the file's window-dimensions saved on a BeOS-partition
Everything else I forgot is in the lovely HTML-documentation enclo
|
|
|
Intel Version - requires R4.5 (65 KB) |
244 downloads |
|
 |
 |
|
|
 |
 |
| Version 0.5.4.1a |
 |
 |
License: Freeware
Updated: January 16, 2000
Source: Source Not Available
|
 |
 |
implemented the core editor - much work ahead...
WRONG archive uploaded -> fixed!
|
|
|
Intel Version - requires R4.5 (56 KB) |
469 downloads |
|
 |
 |
|
|
 |
|
Intel Version - requires R4 (56 KB) |
298 downloads |
|
 |
 |
| |
 |
Download |
 |
Primary download location [broken link] |
|
 |
 |
|
|
|