DVB-Cube <<< Das deutsche PC und DVB-Forum >>>

PC-Ecke => # Hard-und Software Allgemein => Thema gestartet von: SiLæncer am 06 September, 2005, 17:45

Titel: Editoren diverses ...
Beitrag von: SiLæncer am 06 September, 2005, 17:45
Der Open-Source-Editor Notepad++ ist in einer neuen Version erschienen. Im Vergleich zu dem im Juli erschienenen Vorgänger wurden in der neuen Version 3.2 diverse Bugs behoben und kleinere Änderungen durchgeführt. Hinzugekommen ist die Unterstützung von visuellen Stilen von Windows XP.

Die Bedienerführung des "Stil-Konfigurator" (im Menü "Sprache") wurde überarbeitet, so dass es sich jetzt leichter nutzen lässt. Hauptsächlich wurden allerdings Bugs behoben. Einer führte beispielsweise dazu, dass sich Dateien mit speziellen Zeichen im Dateinamen nicht öffnen ließen. Ein weiterer, nunmehr behobener, Fehler, sorgte beim Öffnen mehrerer Dateien auch für den Aufruf mehrerer Instanzen von Notepad++.

Notepad++ ist eine Alternative zu dem mit Windows mitgelieferten und funktionsarmen Notepad. Das Projekt basiert auf der Editorkomponente Scintilla und ist in C++ programmiert. Es ist unter der GPL lizenziert.

Notepad++ bietet diverse Funktionen, die das Arbeiten mit einem Editor erleichtern. Die Syntax-Hervorhebung und Syntax-Gliederung sorgen bei Entwicklern für ein bequemeres Arbeiten.

Der Download von Notepad++ 3.2 beträgt 580 KB (ohne Installer) bzw. 800 KB (mit Installer). Die Software ist multlingual und enthält unter anderem auch eine deutsche Sprachunterstützung.

Quelle und Links : http://www.pcwelt.de/news/software/119341/index.html (http://www.pcwelt.de/news/software/119341/index.html)
Titel: Editor Vim 7.0 erschienen
Beitrag von: SiLæncer am 08 Mai, 2006, 12:40
Unterstützung für Tabs und Rechtschreibprüfung während der Eingabe

Nach etwa vier Jahren Entwicklungszeit hat Bram Moolenaar nun die Version 7.0 des kostenlosen Editors Vim veröffentlicht. Vim ist voll kompatibel zum Unix-Editor Vi, bietet aber zahlreiche Erweiterungen. In der neuen Version sind dies beispielsweise Tabs, Vim-Script in Wörterbüchern und ein überarbeitetes System, um Änderungen rückgängig zu machen.

Vim ist eine Weiterentwicklung des Unix-Texteditors Vi, die gegenüber dem Original viele zusätzliche Funktionen bietet. Dabei ist Vim besonders auf die Bedürfnisse von Programmierern zugeschnitten. Die nun erschienene Version 7.0 unterstützt die Python-ähnliche Skripstprache Vim-Script beispielsweise auch in Listen und Wörterbüchern. Neben einer verbesserten Unicode-Unterstützung bietet die neue Version außerdem Tabs. Das System, um Änderungen rückgängig zu machen, wurde überarbeitet, so dass Text nicht versehentlich verloren gehen soll. In 50 Sprachen prüft der Editor die Rechtschreibung bereits während der Eingabe.

Zudem wurde zur Suche in Dateien eine Version von "grep" integriert, die auch mit komprimierten Dateien funktioniert. Auch Verzeichnisse auf anderen Computern, Zip- und Tar-Archive lassen sich in Vim nun durchsuchen. Dabei erkennen die Tar- und Zip-Plug-Ins fehlerhafte Archive und versuchen, die lesbaren Dateien zu entpacken. Besonders nützlich für Programmierer soll eine automatische Vervollständigung von Eingaben sein.

Vim läuft auf nahezu allen Unix-Derivaten, DOS, Windows, OS/2, Atari MiNT, BeOS, VMS, RISC OS, MacOS und Amiga. Die Software wird unter einer GPL-kompatiblen Lizenz veröffentlicht und kann kostenlos unter vim.org heruntergeladen werden.

Quelle und Links : http://www.golem.de/0605/45163.html
Titel: Notepad++ 5.3 erschienen
Beitrag von: SiLæncer am 21 März, 2009, 08:01
Changelog:

    * Add Line change state vertical bar.
    * Drop (or open in dos command line) a directory in Notepad++ to open all files in the directory recursively.
    * Add "Find all in current file" feature.
    * (Most of) Find/replace dialog settings are remembered.
    * Add a hidden setting (dlgAlwaysVisible in config.xml) to allow user set it manually to not hide the Find/Replace dialog if any result found.
    * Fix uncomment block erasing first character bug.
    * Enlarge some strings displayed zone for the translation.
    * Fix ESC key for column mode behaviour.
    * Fix read only file SaveAs bug.
    * Change behaviour : no popup dialog while closing an unsaved empty untitled document.
    * Changing "Search result" stylers via Styler Configurator takes visual effect on the fly now.
    * Fix for L_EXTERNAL in loadSession.
    * Variable $(CURRENT_WORD) is enlarged to 2039 charraters.
    * Fix the bug the Notepad++ is launched several instances but show nothing.
    * Fix Find in files regression : The result panel doesn't show Unicode characters correctly.

Website: http://notepad-plus.sourceforge.net/de/site.htm

Lizenztyp: GPL/Kostenlos
Download: Notepad++ 5.3 (http://winfuture.de/downloadvorschalt,1655.html) (2,5 Mb; deutsch)

Quelle : http://winfuture.de
Titel: Notepad++ 5.3.1 erschienen
Beitrag von: SiLæncer am 30 März, 2009, 07:41
In Version 5.3.1 haben die Entwickler vor allem kleinere Fehler behoben. So funktionierte die Textersetzung unter Umständen nicht richtig. Zugleich wurde die maximale Zeichenanzahl für diese Funktion auf 2047 erhöht.

Changelog:

    * Fix inaccurate replace bug.
    * Increase "Find what" and "replace with" fields to 2047 characters in Find/Replace dialog.
    * Stop the indicator highlighting while the line change marker margin is hidden.
    * SConstruct and SConscript are recognized as python file.

http://notepad-plus.sourceforge.net/de/site.htm
Titel: SciTE 1.78 erschienen
Beitrag von: SiLæncer am 12 Mai, 2009, 08:14
Auch im Zeitalter visueller Entwicklungswerkzeuge bleibt es Softwarebastlern nicht erspart, Quellcode von Hand einzugeben. Weniger Overkill als Emacs und Konsorten, aber weitaus mehr Komfort als vi oder Notepad bietet dabei der kostenlose Programmtexteditor SciTE (http://www.scintilla.org/SciTE.html).

(http://img151.imageshack.us/img151/162/demo.png)

Gerade wer Programme von einer Systemplattform auf eine andere portiert, wünscht sich eine einheitliche Entwicklungsumgebung auf beiden Seiten. Unter Windows und Linux bietet sich Neil Hodgsons Scintilla Text Editor an, abgekürzt SciTE.

Den Kern des syntaxsensitiven Werkzeugs bildet die Open-Source-Komponente Scintilla, die sich auch in eigenen Projekten verbauen lässt und diese mit Editorfunktionen versorgt. Da auch SciTE als Ganzes quelloffen unter einer simplen, freizügigen Eigenlizenz verbreitet wird, kursieren zusätzlich zur offiziellen Programmfassung bereits etliche modifizierte Versionen.

Über ASCII-Konfigurationsdateien lässt der Editor sich sehr weitgehend auf den individuellen Bedarf zuschneiden. Das beginnt bei Einstellungen für Farben und Fenster mit Hilfe von Systemvariablen und endet noch nicht bei der Anpassung der Suchfunktion. Auf die gleiche Weise verknüpft man auch Compiler oder Interpreter mit dem Editor.

Ein Extension Interface erlaubt es, Erweiterungen mit allerlei zusätzlichen Leistungsmerkmalen anzubinden. So ermöglicht das „SciTE Director Interface“ die Steuerung des Editors über Fremdapplikationen. Durch eigene locale.properties-Files haben Nutzer in aller Welt zudem für derzeit 21 lokalisierte Versionen der Menütexte gesorgt.

Bis zu zehn Dateien kann der Editor parallel bearbeiten. Syntax-Highlighting und Einrückungen lassen sich passend zu insgesamt 36 Programmiersprachen beziehungsweise Codeformaten einsetzen. Nicht unterstützte Sprachen wie etwa CFML kann man über Definitions- und Regeldateien individuell ergänzen. API-Dateien lassen SciTE zum mächtigen Kodierhelfer werden, der Schlüsselwörter bei Bedarf ergänzt und passende Parameter zu Funktionen vorschlägt. Über ein Dutzend solcher Dateien findet sich auf der Scintilla-Site zum Herunterladen - etwa für C++ zu Windows und OpenGL, für Perl oder auch für PHP.

Beim Bearbeiten länglicherer Quellcodes erfreut SciTE mit einem Merkmal, das man ansonsten beispielsweise von Homesite Plus oder dem ColdFusion Studio kennt: Funktionen oder Tags lassen sich blitzschnell „zusammenklappen“ und wieder „auseinanderfalten“, was die Übersicht stark erleichtert.

Das originelle Werkzeug, das mitsamt einer großen Portion Extensions auf einer Diskette unterzubringen ist, gibt sich in mancher Hinsicht als Grenzgänger zu erkennen. Manche nützliche Fähigkeit wie das Umwandeln von Zeilenendekennungen (CR/LF in LF) findet man bei Windows-Werkzeugen eher selten; SciTE profitiert hier offensichtlich von den Erfahrungen der Open-Source-Portierer. Die Version 1.52 bringt gegenüber älteren Fassungen eine automatische Erkennung von Unicode-Dateien mit, unterstützt nun auch die Syntax von Fortran und Assembler und ist zu GTK+ 2 voll kompatibel.

Dieser Editor sitzt gewissermaßen zwischen den Stühlen: Um ihn mit Gewinn einzusetzen, braucht man etwas Einarbeitungszeit - worüber Gelegenheitsprogrammierer die Nase rümpfen. Andererseits findet man nicht die ungeheure Funktionsfülle großer kostenpflichtiger Werkzeuge. Für viele Projekte überschaubarer Größe stellt SciTE aber genau das richtige Maß an Komfort bereit und glänzt dabei durch Anpassungsfähigkeit.

Quelle : www.heise.de
Titel: Notepad++ 5.4 RC2 erschienen
Beitrag von: SiLæncer am 14 Mai, 2009, 07:18
Notepad++ 5.4 bietet ein verbessertes Hauptmenü, weitere Kommandozeilenparameter sowie eine neue Theme-Auswahl. Zudem wurden viele Fehler beseitigt. Detaillierte Informationen finden Sie auf SourceForge.net (http://sourceforge.net/forum/message.php?msg_id=7333930).

Website: http://notepad-plus.sourceforge.net/de/site.htm

Lizenztyp: GPL/Kostenlos
Download: Notepad++ 5.4 RC2 für Windows (http://winfuture.de/downloadvorschalt,1655.html) (3,7 Mb; deutsch)

Quelle : http://winfuture.de
Titel: Notepad++ 5.4.1 erschienen
Beitrag von: SiLæncer am 28 Mai, 2009, 15:05
Notepad++ v5.4.1 new features and fixed bugs (from v5.4) :
 
1. Add ChangeMarkers plugin in installer. 
2. Add theme description in installer.
3. Make installer update contextMenu.xml (backup the old one then override it with the new one).
4. Fix lastRecentFileList localization issue.
5. Add readonly change status notification for plugin system.
6. Fix Styler Configurator user extension handler.

http://notepad-plus.sourceforge.net/de/site.htm
Titel: Neu : DFM2HTML 3.4
Beitrag von: SiLæncer am 30 Mai, 2009, 21:51
DFM2HTML ist ein WYSIWYG HTML-Editor, mit dem man per Drag&Drop Webseiten ohne Kenntnisse von HTML professionell erstellen kann.
Effekte wie Schatten/Rotation/Anti-Aliasing/Runde Ecken machen Bildbearbeitungsprogramme überflüssig.

(http://download.winboard.org/uploads/Image/dfm2html.jpg)


    * WYSIWYG in Kombination mit Stylesheet-basiertem Design
    * Mehrere HTML-Seiten können in einem Dokument verwaltet werden
    * Graphische Effekte (z.B. Anti-Aliasing, Schatten, Runde Ecken)
    * HTML-Formulare
    * kompakte HTML-Code-Generierung
    * Unicode
    * PHP
    * DHTML-Menüs

Unterstützt wird WIN95-Vista

http://www.dfm2html.de/
Titel: Notepad++ 5.4.2 erschienen
Beitrag von: SiLæncer am 01 Juni, 2009, 15:27
Hiere are v5.4.2 fixed bugs (from v5.4.1) :
 
1. Fix the localization switcher bug while w/o doLocalConf.xml (Menu items translation problem).
2. Fix only one document "Move to other view" close Notepad++ instance issue.
3. Fix plugin menu boolean check box bug.

http://notepad-plus.sourceforge.net/de/site.htm
Titel: Notepad++ 5.4.3 erschienen
Beitrag von: SiLæncer am 08 Juni, 2009, 05:56
Version 5.4.3 des beliebten Editors behebt zwei kleinere Bugs, die in der letzten Version entstanden sind. Unter Umständen wurde beim Klick auf einen Tab eine neue Programminstanz gestartet.

Changelog:

    * Fix clickable link styling bug.
    * Fix document tab click launching a new instance bug.


Website: http://notepad-plus.sourceforge.net/de/site.htm

Lizenztyp: GPL/Kostenlos
Download: Notepad++ 5.4.3 für Windows (http://winfuture.de/downloadvorschalt,1655.html) (2,8 Mb; deutsch)

Quelle : http://winfuture.de
Titel: Notepad2 4.0.22 Beta 1 erschienen
Beitrag von: SiLæncer am 26 Juni, 2009, 07:02
Notepad2 ist ein schlanker Texteditor, der auf den ersten Blick zwar an den aus Windows bekannten "Editor" erinnert, tatsächlich aber eine Vielzahl zusätzlicher Funktionen bietet. Er ist kostenlos und benötigt keine Installation.

Zu seinen Stärken gehört das Syntax-Highlighting, das für zahlreiche Programmier- und Scriptsprachen zur Verfügung steht, darunter C, C#, VB, Java, JavaScript, Perl und PHP. Notepad2 bietet zudem eine automatische Einrückungsfunktion sowie eine Textersetzung, die mit regulären Ausdrücken arbeiten kann.

(http://screenshots.winfuture.de/Kostenloser-Editor-Notepad2-1245606906.jpg)

In dieser ersten Beta-Version von Notepad2 4.0.22 gab es vor allem Verbesserungen bei den Kodierungseinstellungen. Neben einigen neu hinzugekommenen Zeichenkodierungen gibt es jetzt auch eine so genannte "Recode"-Funktion, die eine bereits geöffnete Datei mit wenigen Klicks in einer anderen Kodierung darstellen kann. Darüber hinaus wurde die Scintilla-Bibliothek auf Version 1.78 aktualisiert.

Changelog:

    * Enhanced support for numerous Windows, DOS, ISO and Mac encodings
    * Enhanced encoding selection dialog (F9)
    * "Recode" (F8) to reload file with different source encoding
    * "Recode file as system default ANSI" (Ctrl+Shift+A)
    * "Recode file as system default OEM" (Ctrl+Shift+O)
    * "Recode 7-bit ASCII file as UTF-8" (Shift+F8)
    * Option to load 7-bit ASCII files as UTF-8 (File, Encoding, Default)
    * Option to disable encoding tag parsing (File, Encoding, Default)
    * Issue warning if data can't be converted to selected file encoding
    * Fix loading of (invalid) Unicode files with embedded null bytes
    * /e command line switch to specify file source encoding
    * "Insert Encoding Identifier" (Ctrl+F8)
    * "Tabify Indent" (Ctrl+Alt+T) and "Untabify Indent" (Ctrl+Alt+S)
    * "Increase Number" (Ctrl+Alt++) and "Decrease Number" (Ctrl+Alt+-)
    * Option to auto-reload unmodified files changed by external programs
    * Scroll find matches and jump positions away from bottom border
    * Allow bigger tab-/indent-widths (256) and long line limit (4096)
    * Dropping directories displays file open dialog
    * Enabled improved Scintilla Pascal lexeing module (patch by Kai Liu)
    * Remapped "Manage Favorites" hotkey to Alt+F9
    * Remapped "Invert Case" hotkey to Ctrl+Alt+U
    * Remapped "Title Case" hotkey to Ctrl+Alt+I
    * Remapped "Sentence Case" hotkey to Ctrl+Alt+O
    * Fixed various minor bugs
    * Updated Scintilla library to 1.78


Standardmäßig wird Notepad2 nur in englischer Sprache angeboten. Die Community rund um das bekannte Programm bietet aber inzwischen auch eine deutsche Version (http://notepad2.6x.to/) an (möglicherweise noch nicht aktualisiert).

Website: http://www.flos-freeware.ch/notepad2.html (http://www.flos-freeware.ch/notepad2.html)

Lizenztyp: GPL/Kostenlos
Download: Notepad2 4.0.22 Beta 1 für Windows (http://winfuture.de/downloadvorschalt,1089.html) (246 Kb; englisch)

Quelle : http://winfuture.de (http://winfuture.de)
Titel: Notepad2 4.0.22 Beta 2 erschienen
Beitrag von: SiLæncer am 04 Juli, 2009, 07:23
Notepad2 4.0.22 enthält unter anderem verbesserte Kodierungseinstellungen. Neben einigen neu hinzugekommenen Zeichenkodierungen gibt es jetzt auch eine so genannte "Recode"-Funktion, die eine bereits geöffnete Datei mit wenigen Klicks in einer anderen Kodierung darstellen kann. Darüber hinaus wurde die Scintilla-Bibliothek auf Version 1.79 aktualisiert.

Die Änderungen gegenüber der ersten Beta-Version haben wir im nachfolgenden Changelog für Sie hervorgehoben.

Changelog:

    * Enhanced support for numerous Windows, DOS, ISO and Mac encodings
    * Enhanced encoding selection dialog (F9)
    * "Recode" (F8) to reload file with different source encoding
    * "Recode file as system default ANSI" (Ctrl+Shift+A)
    * "Recode file as system default OEM" (Ctrl+Shift+O)
    * "Recode 7-bit ASCII file as UTF-8" (Shift+F8)
    * Option to load 7-bit ASCII files as UTF-8 (File, Encoding, Default)
    * Option to disable encoding tag parsing (File, Encoding, Default)
    * Issue warning if data can't be converted to selected file encoding
    * Fix loading of (invalid) Unicode files with embedded null bytes
    * /e command line switch to specify file source encoding
    * "Insert Encoding Identifier" (Ctrl+F8)
    * "Tabify Indent" (Ctrl+Alt+T) and "Untabify Indent" (Ctrl+Alt+S)
    * "Increase Number" (Ctrl+Alt++) and "Decrease Number" (Ctrl+Alt+-)
    * Option to auto-reload unmodified files changed by external programs
    * Hotkey (Alt+F5) and auto-reset option for file change notification
    * Scroll find matches and jump positions away from bottom border
    * Enabled new Scintilla indent modes for wrapped lines
    * Option to set any characters as boundaries for word wrap
    * Allow bigger tab-/indent-widths (256) and long line limit (4096)
    * Dropping directories displays file open dialog
    * Enabled improved Scintilla Pascal lexing module (patch by Kai Liu)
    * Remapped "Manage Favorites" hotkey to Alt+F9
    * Remapped "Invert Case" hotkey to Ctrl+Alt+U
    * Remapped "Title Case" hotkey to Ctrl+Alt+I
    * Remapped "Sentence Case" hotkey to Ctrl+Alt+O
    * Fixed various minor bugs
    * Updated Scintilla library to 1.79


Standardmäßig wird Notepad2 nur in englischer Sprache angeboten. Die Community rund um das bekannte Programm bietet aber inzwischen auch eine deutsche Version (http://notepad2.6x.to/) an (möglicherweise noch nicht aktualisiert).

Website: http://www.flos-freeware.ch/notepad2.html (http://www.flos-freeware.ch/notepad2.html)

Lizenztyp: GPL/Kostenlos
Download: Notepad2 4.0.22 Beta 2 für Windows (http://winfuture.de/downloadvorschalt,1089.html) (246 Kb; englisch)

Quelle : http://winfuture.de (http://winfuture.de)
Titel: SciTE 1.79 erschienen
Beitrag von: SiLæncer am 04 Juli, 2009, 18:56
Editor mit Syntax-Highlighting, Auto-Completion, Folding und vielem mehr

Weniger Overkill als Emacs und Konsorten, aber weitaus mehr Komfort als vi oder Notepad bietet dabei der kostenlose Programmtexteditor SciTE. Gerade wer Programme von einer Systemplattform auf eine andere portiert, wünscht sich eine einheitliche Entwicklungsumgebung auf beiden Seiten. Unter Windows und Linux bietet sich Neil Hodgsons Scintilla Text Editor an, abgekürzt SciTE. Den Kern des syntaxsensitiven Werkzeugs bildet die Open-Source-Komponente Scintilla, die sich auch in eigenen Projekten verbauen lässt und diese mit Editorfunktionen versorgt. Da auch SciTE als Ganzes quelloffen unter einer simplen, freizügigen Eigenlizenz verbreitet wird, kursieren zusätzlich zur offiziellen Programmfassung bereits etliche modifizierte Versionen.

(http://www.scintilla.org/demo.png)

Version 1.79 :
Allows wrapped lines to be indented to match the initial line.
The tab bar is improved: on GTK+ it can be scrolled when there are many tabs and on Windows tabs can be reordered by drag and drop.

http://www.scintilla.org/SciTE.html (http://www.scintilla.org/SciTE.html)
Titel: Notepad++ 5.4.4 erschienen
Beitrag von: SiLæncer am 06 Juli, 2009, 00:17
Notepad   v5.4.4 fixed bugs (from v5.4.3) :

1.  Upgrade Scintilla from 1.77 to 1.78.
2.  Fix XML syntax highlighting bug while presence of the tag "<script/>" (Yes, finally).
3.  Fix Find in files/Find in all open files bug in non western languages (ie. Russian, Chinese, Hebrew...).
4.  Fix the find in files crash issue if find what field contains 0x0A or 0xD.
5.  Fix Window7 SetWindowsHookEx() failed issue for the dockable windows. (by recognizing windows7 environment)
6.  Fix no tool bar bug under w2k.
7.  Fix Incremental search bug while clicking on text zone after some searches.
8.  Fix Matlab script making Notepad   crash under Chinese windows issue.
9.  Make NpWiki   link available as on line help.
10. Add lines count on status bar.
11. Fix "In selection" bug in Find Replace features.
12. Fix the clickable link issue for some links (add '~' in RegExp).
13. Fix the bug that Notepad   does not show on while it is minimized and its file is modified from outside.

http://notepad-plus.sourceforge.net/de/site.htm (http://notepad-plus.sourceforge.net/de/site.htm)
Titel: Notepad2 4.0.22 Beta 3 erschienen
Beitrag von: SiLæncer am 12 Juli, 2009, 06:48
New in Version 4.0.22-beta3 (released July 11, 2009)

  - Support for numerous Windows, DOS, ISO, Mac and EBCDIC encodings
  - Enhanced encoding selection dialog (F9)
  - "Recode" (F8) to reload file with different source encoding
  - "Recode file as system default ANSI" (Ctrl+Shift+A)
  - "Recode file as system default OEM" (Ctrl+Shift+O)
  - "Recode 7-bit ASCII file as UTF-8" (Shift+F8)
  - Option to load 7-bit ASCII files as UTF-8 (File, Encoding, Default)
  - Option to disable encoding tag parsing (File, Encoding, Default)
  - Issue warning if data can't be converted to selected file encoding
  - Fix loading of (invalid) Unicode files with embedded null bytes
  - /e command line switch to specify file source encoding
  - "Insert Encoding Identifier" (Ctrl+F8)
  - "Tabify Indent" (Ctrl+Alt+T) and "Untabify Indent" (Ctrl+Alt+S)
  - "Increase Number" (Ctrl+Alt++) and "Decrease Number" (Ctrl+Alt+-)
  - Option to auto-reload unmodified files changed by external programs
  - Hotkey (Alt+F5) and auto-reset option for file change notification
  - Scroll find matches and jump positions away from bottom border
  - Enabled new Scintilla indent modes for wrapped lines
  - Option to set any characters as boundaries for word wrap
  - Allow bigger tab-/indent-widths (256) and long line limit (4096)
  - Allow setting extra line spacing (through "Default Text" scheme)
  - Dropping directories displays file open dialog
  - Enabled improved Scintilla Pascal lexing module (patch by Kai Liu)
  - Remapped "Manage Favorites" hotkey to Alt+F9
  - Remapped "Invert Case" hotkey to Ctrl+Alt+U
  - Remapped "Title Case" hotkey to Ctrl+Alt+I
  - Remapped "Sentence Case" hotkey to Ctrl+Alt+O
  - Fixed various minor bugs
  - Updated Scintilla library to 1.79

http://www.flos-freeware.ch/notepad2.html (http://www.flos-freeware.ch/notepad2.html)
Titel: PSPad 4.5.4 (2356) erschienen
Beitrag von: SiLæncer am 14 Juli, 2009, 23:48
Warum PSPad ?

    * Arbeiten Sie mit verschiedenen Entwicklungsumgebungen?
    * Mögen Sie farbig hervorgehobene Syntax in Ihrem Code?
    * Brauchen Sie ein Werkzeug mit der Größe eines Notepades und Mächtigkeit eines profesionellen Editors?
    * Suchen Sie ein Tool, daß Ihnen die Arbeit mit Texten vereinfacht?
    * Wollen Sie Geld sparen und trotzdem die Funktionalität eines professionellen Produktes haben?

(http://download.winboard.org/uploads/Image/pspad.jpg)

Freeware

Windows 98/ME/2000/XP

Quelle und Download : http://download.winboard.org/details.php?file=794 (http://download.winboard.org/details.php?file=794)
Titel: Notepad++ 5.4.5 erschienen
Beitrag von: SiLæncer am 15 Juli, 2009, 16:32
Version 5.4.5 is just released on sourceforge.
The major issue fixed in this release is the problem of plugins' shortcuts. Several crash issues are also fixed in this release.
 
v5.4.5 fixed bugs (from v5.4.4) :
 
1. Fix plugins shortcuts not working bug.
2. Fix the tooltip on toolbar display bug for the plugins icons.
3. Fix a crash that was occurring when searching in files from a deep path.
4. Fix a crash issue (Unicode binary) while close Notepad++ with an RC file opened under Chinese Xp.
5. Fix Pascal and Scheme syntax highlighting problem (fixes in styles.xml).
6. Add SQL folding capacity.

http://notepad-plus.sourceforge.net/de/site.htm (http://notepad-plus.sourceforge.net/de/site.htm)
Titel: Notepad2 4.0.22 erschienen
Beitrag von: SiLæncer am 29 Juli, 2009, 07:07
Notepad2 4.0.22 enthält unter anderem verbesserte Kodierungseinstellungen. Neben einigen neu hinzugekommenen Zeichenkodierungen gibt es jetzt auch eine so genannte "Recode"-Funktion, die eine bereits geöffnete Datei mit wenigen Klicks in einer anderen Kodierung darstellen kann. Darüber hinaus wurde die Scintilla-Bibliothek auf Version 1.79 aktualisiert.

Changelog:

    * Support for numerous Windows, DOS, ISO, Mac and EBCDIC encodings
    * Enhanced encoding selection dialog (F9)
    * "Recode" (F8) to reload file with different source encoding
    * "Recode file as system default ANSI" (Ctrl+Shift+A)
    * "Recode file as system default OEM" (Ctrl+Shift+O)
    * "Recode 7-bit ASCII file as UTF-8" (Shift+F8)
    * Option to load 7-bit ASCII files as UTF-8 (File, Encoding, Default)
    * Option to disable encoding tag parsing (File, Encoding, Default)
    * Issue warning if data can't be converted to selected file encoding
    * Fix loading of (invalid) Unicode files with embedded null bytes
    * /e command line switch to specify file source encoding
    * "Insert Encoding Identifier" (Ctrl+F8)
    * "Tabify Indent" (Ctrl+Alt+T) and "Untabify Indent" (Ctrl+Alt+S)
    * "Increase Number" (Ctrl+Alt++) and "Decrease Number" (Ctrl+Alt+-)
    * Option to auto-reload unmodified files changed by external programs
    * Hotkey (Alt+F5) and auto-reset option for file change notification
    * Manual and automatic reloading of files keeps current encoding
    * Scroll find matches and jump positions away from bottom border
    * Enabled new Scintilla indent modes for wrapped lines
    * Option to set any characters as boundaries for word wrap
    * Allow bigger tab-/indent-widths (256) and long line limit (4096)
    * Allow setting extra line spacing (through "Default Text" scheme)
    * Dropping directories displays file open dialog
    * Consolidated styles to simplify configuration (patch by Kai Liu)
    * Ensure cursor visibility on any background color (patch by Kai Liu)
    * Enabled improved Scintilla Pascal lexing module (patch by Kai Liu)
    * Updated HTML keywords to version 5.0
    * Remapped "Manage Favorites" hotkey to Alt+F9
    * Remapped "Invert Case" hotkey to Ctrl+Alt+U
    * Remapped "Title Case" hotkey to Ctrl+Alt+I
    * Remapped "Sentence Case" hotkey to Ctrl+Alt+O
    * Fixed various minor bugs
    * Notepad2.exe program file no longer compressed with UPX
    * Updated Scintilla library to 1.79


Standardmäßig wird Notepad2 nur in englischer Sprache angeboten. Die Community rund um das bekannte Programm bietet aber inzwischen auch eine deutsche Version (http://notepad2.6x.to/) an (möglicherweise noch nicht aktualisiert).

Website: http://www.flos-freeware.ch/notepad2.html (http://www.flos-freeware.ch/notepad2.html)

Lizenztyp: GPL/Kostenlos
Download: Notepad2 4.0.22 für Windows (http://winfuture.de/downloadvorschalt,1089.html) (251 Kb; englisch)

Quelle : http://winfuture.de (http://winfuture.de)
Titel: Emacs 23.1 erschienen
Beitrag von: SiLæncer am 06 August, 2009, 18:08
Die neue Version 23.1 des Texteditors GNU Emacs bringt neben vielen internen Veränderungen eine bessere Darstellungen von Schriftarten, verkürzte Startzeiten und bessere Handhabung von Unicode.

Der erstmalig 1985 vom GNU Project veröffentlichte Texteditor GNU Emacs ist berühmt-berüchtigt für seine Konfigurationsmöglichkeiten, Erweiterbarkeit und umfassende Unterstützung von Programmiersprachen. Mit der vor wenigen Tagen erschienenen Version 23.1 veröffentlicht das Projekt nach mehr als 20 Jahren das zehnte frei verfügbare Major-Release.

Die wichtigsten Änderungen an GNU Emacs 23.1 wurden im Inneren des Editors vorgenommen: Während bereits der Vorgänger mit Unicode umgehen konnte, diesen intern aber anders darstellen musste, ist die Unicode-Unterstützung nun konsequent umgesetzt worden, was insbesondere das Arbeiten mit mehrsprachigen Texten erleichtert. Die Engine zur Darstellung von Schriftarten wurde runderneuert und unterstützt durch Einbindung von Xft unter X nun Antialiasing.

(http://scr3.golem.de/screenshots/0908/GNU-Emacs/thumb480/code.png)

Der optionale Daemon-Modus ermöglicht es, Emacs im Hintergrund zu starten und per Aufruf von emacsclient in den Vordergrund zu holen. Dies bedeutet kurze Ladezeiten beim Start des Clients, da die oft langwierige Initialisierung nicht wie beim normalen Emacs-Start jedes Mal durchgeführt werden muss. Zugleich wurde die Funktion der multi-tty-Erweiterung aufgenommen, die es erlaubt, Emacs beliebig oft unter X und in Terminalfenstern darzustellen.

Umstritten ist der Fortschritt von GNU Emacs unter MacOS X. Nach internen Zerwürfnissen in Zusammenhang mit multi-tty wurde der als recht stabil geltende Carbon-Port verworfen und die noch eher experimentelle Emacs.app zum Standard erhoben. Die zu erwartenden Probleme sollen mit der nächsten Version 23.2 behoben werden. MacOS X wird vom GNU Project als nichtfreie Plattform eingestuft und nicht offiziell unterstützt.

Nur zwei Jahre hat es gedauert, bis die neue Version des Texteditor-Urgesteins GNU Emacs in der neuen Version 23.1 erschienen ist. Zwar wirkt dieser Zeitraum bei den kurzen Releasezyklen anderer freier Projekte lang - verglichen mit Entwicklungszeit von fünf Jahren an der Version 22.1 jedoch hat sich die Dauer spürbar verkürzt.

Dies ist sicher nicht zuletzt den personellen Umstellungen am Projekt geschuldet. Erst im Februar 2009 trat Richard Stallman, Initiator des GNU Projektes und erster Entwickler von GNU Emacs, seine temporäre Rolle als Maintainer an das Entwicklerteam Stefan Monnier und Yong Chidong ab.

Es wird sich mit den nächsten Releases zeigen, wie gut die neue Doppelspitze die Entwicklungszyklen koordinieren kann. Es ist immerhin das vierte Mal, dass Stallman diese Aufgabe anderen überträgt.

http://www.gnu.org/software/emacs/ (http://www.gnu.org/software/emacs/)

Quelle : www.golem.de (http://www.golem.de)
Titel: HTML Editor Phase 5.6.2.3 erschienen
Beitrag von: SiLæncer am 09 August, 2009, 21:33
Die Freeware Phase 5 ist ein sehr übersichtlich gestalteter HTML-Editor, dem es an keiner Funktion fehlt.

Den Vergleich zu kommerzieller Software braucht das Programm nicht zu scheuen; die Benutzerführung ist sinnvoller und logischer als in manch anderer Software.Ein interner Bildbetrachtungsmodus, ein integrierter Browser sowie die Möglichkeit, viele Funktionen per Maus- oder Tastendruck individuell einzustellen, runden das positive Gesamtbild des HTML-Editors ab.

(http://download.winboard.org/uploads/Image/phase5.gif)

Einige Features des html Editors sind:
Projektverwaltung, Cascaded Style Sheets, Java(Script), VBScript, html Formulare, integrierter Bildbetrachter, Syntax Debugger, Umlaut-konvertierung, Einrückassistent, Verschlüsselungs-funktionen, projektweites Ersetzen von Text, benutzerdefinierte Menüs und Vorlagen, Dateimanagerpanel zum schnellen Wechsel zwischen den einzelnen Dokumenten, mehrere Dokumente gleichzeitig editieren, Tabellenassistent u.v.m.

Kostenlose Nutzung für Privatanwender und Schulen.

Unterstützt wird WIN NT - WIN 7

Hersteller : http://www.phase5.info/index.php (http://www.phase5.info/index.php)
Titel: WYSIWYG-HTML-Editor für eigene Webapplikationen
Beitrag von: SiLæncer am 25 August, 2009, 09:17
Der freie WYSIWYG-HTML-Editor FCKeditor hat einen neuen Namen bekommen und ist in Version 3.0 erschienen. Die neue Version des CKeditors ist schneller geworden und nun barrierefrei nutzbar.

Der CKEditor wird vor allem von Webentwicklern eingesetzt, die komplexe Texteingabefelder nutzen. Für die Dokumentation wurde eine eigene Website geschaffen.

(http://scr3.golem.de/screenshots/0908/ckeditor/thumb480/screenshot_01.png)

Beim Einsatz eines WYSIWYG-HTML-Editors können die Benutzer ähnlich wie in Word schreiben und Formatierungen, Tabellen, Bilder und Farben verwenden. Das Ergebnis ist im Hintergrund zwar HTML-Code, doch davon sieht der Anwender nichts. Für ihn sieht die Oberfläche wie ein Texteditor mit WYSIWYG-Ansicht aus.

Der CKeditor ist kompatibel mit dem Internet Explorer, Mozilla Firefox, Google Chrome, Safari und Opera. Die Entwickler hoben hervor, dass die Javascript-Anwendung auch noch mit dem alten Internet Explorer 6 läuft. Der Code soll gegenüber der Vorversion komplett neu geschrieben worden sein.

Der CKEditor (http://ckeditor.com/download) lässt sich komplett über die Tastatur steuern und ist nach Herstellerangaben barrierefrei nach W3C WCAG und dem US-Richtliniensatz 508. Die Interface-Farben können vom Entwickler angepasst werden. Außerdem sind Skins und mehrere Benutzersprachen, darunter Deutsch, verfügbar.

Der CKeditor wird unter der GPL, LGPL und MPL lizenziert und kostenlos abgegeben. Für kommerzielle Projekte, die mit diesen Lizenzen nicht arbeiten können, wurde noch eine CKSource Closed Distribution License entwickelt. Wird der CKEditor darüber lizenziert, kostet er je nach Anwendungszweck eine Gebühr. Dafür wird auch Support geleistet.

Der Name "FCKeditor" wurde aufgrund sprachlicher Verwirrungen vor allem in englischsprachigen Ländern geändert, obwohl er die Initialen des Programmierers Frederico Caldeira Knabben beinhaltete. Gleichzeitig erinnert der Programmname aber an eines der am häufigsten im Englischen verwendeten Schimpfwörter.

Quelle : www.golem.de
Titel: RJ TextEd 5.60 Beta 1 erschienen
Beitrag von: SiLæncer am 26 August, 2009, 21:47
RJ TextEd is a web development tool and a Unicode text editor with features like syntax highlighting, advanced column mode and code folding. Below is a small list of features available.

(http://images.betanews.com/screenshots/1187014627-1.png)

Features

Below is a small list of features available in the program.

    * Auto completion.
    * Code folding.
    * Column mode.
    * Handles both ASCII and binary files.
    * Html wizards.
    * Use TopStyle Lite as your CSS editor if installed.
    * FTP client with synchronization.
    * File explorer, text clips, code explorer, project manager...
    * Convert between code pages, Unicode formats and text formats.
    * Unicode and ANSI code page detection.
    * Open/Save UTF-8 encoded files without a signature (BOM).
    * Unicode file paths and file names.
    * Html validation, format and repair.
    * Tools available like syntax editor, color picker, charmap...

http://www.rj-texted.se/
Titel: AkelPad 4.3.0 erschienen
Beitrag von: SiLæncer am 29 August, 2009, 20:02
AkelPad - is an open source editor for plain text. It is designed to be a small and fast.

(http://akelpad.sourceforge.net/files/screen_plugins.png)

Features

    * Single window mode (SDI), multi window mode (MDI);
    * Editing of files, which size is more than 64K (generally speaking, size isn't theoretically limited);
    * Full support of Unicode strings on Unicode systems (NT/2000/XP/2003);
    * Support of Unicode codepages (UTF-16 little endian, UTF-16 big endian, UTF-8);
    * Support of any codepage installed in the system;
    * Support of DOS/Windows, Unix and Mac newline formats;
    * Preview file open;
    * Correct pseudographics displaying;
    * Column text selection;
    * Multi-level undo;
    * Fast search/replace text strings;
    * Remember file codepage and caret position;
    * Printing of a document;
    * Support of language modules;
    * Plugins support (syntax highlighting, auto-completion, scripts execution, keyboard macros and much more).


Changed: plugin architecture. Update plugins.
Changed: syntax highlighting improved.

Added: internal Alt+NumPad processing.

Fixed: "Replace all".
Fixed: selection by pressing on left mouse button in left margin.
Fixed: out of the text area didn't redraw after computer unlocking.
Fixed: management didn't come back to the user, after message appearance at text dragging in next tab window (MDI).
Fixed: if unsaved character appears on the last line, incorrect line number reported.

http://akelpad.sourceforge.net/en/index.php
Titel: RJ TextEd 5.60 erschienen
Beitrag von: SiLæncer am 30 August, 2009, 16:26
RJ TextEd v5.60 has been released and is available in the download section. Several improvements have been made and several issues fixed.

Check out the download section (http://www.rj-texted.se/download.htm) for more details.

http://www.rj-texted.se/
Titel: EditPad Lite 6.5.1 erschienen
Beitrag von: SiLæncer am 06 September, 2009, 11:24
EditPad Lite is a general-purpose text editor, designed to be small and compact, yet offer all the functionality you expect from a basic text editor. EditPad Lite works with Windows NT4, 98, 2000, ME, XP and Vista.

(http://www.editpadpro.com/screens/editpadlite.png)

http://www.editpadpro.com/editpadlite.html
Titel: Fresh HTML 3.30 erschienen
Beitrag von: SiLæncer am 15 September, 2009, 16:53
Fresh HTML is a software to create and edit pages for the world wide web. Its “WYSIWYG” (what you see is what you get) interface makes editing HTML pages as easy as using your favorite word processor. Its built-in editor allows advanced users to fine-tune HTML codes to fit their needs. This software is 100% free, no spyware, and updated regularly.

Licence: Freeware.

http://www.freshwebmaster.com/freshhtml.html
Titel: AkelPad 4.3.1 erschienen
Beitrag von: SiLæncer am 15 September, 2009, 17:46
Changed: syntax highlighting improved.
Changed: internal Alt+NumPad processing, now started after two Num 0.

Added: manifest in program resources.
Added: installation with notepad replacement under WinVista and Win7.
Added: "Colors..." and "Plugins..." dialogs now resizable.

Fixed: hiding horizontal scrollbar (Win7).

http://akelpad.sourceforge.net/en/index.php
Titel: Notepad++ 5.5 erschienen
Beitrag von: SiLæncer am 21 September, 2009, 11:11
Notepad++ v5.5 fixed bugs (from v5.4.5) :

   1. Update : upgrade Scintilla from v1.78 to v2.01.
   2. New feature : virtual space for column mode.
   3. New feature : multi-editing / selection.
   4. New feature : tab settings for per language.
   5. New feature : selected lines moving up/down capacity.
   6. New feature : incremental Search shows pink background when text not found (like Firefox).
   7. New feature : rational number is recognized in User Defined Language System.
   8. New feature : escape character capacity for the delimiter in User Defined Language System.
   9. Bug fixed : tool bar tip crash issue.
  10. Bug fixed : column editor inserting octal number broken issue.
  11. Changed behaviour : "-nosession" parameter's not only none of session is loaded, but also none of session is saved.
  12. Bug fixed : docking feature crash issue.
  13. New feature : the ability to not launch Auto-updater during a period (15 days by default).
  14. New feature : import plugins feature (load on the fly).
  15. New feature : import theme (stylers.xml) feature.
  16. Bug fixed : a crash issue while launch Fin in file (regression since v5.4.5).
  17. Bug fixed : a crash issue while deleting the last line.
  18. Bug fixed : a bug of plugin message NPPM_GETPLUGINSCONFIGDIR (regression since v5.4.5).
  19. New feature : new plugin notification NPPN_DOCORDERCHANGED to notify plugins that document order is changed.
  20. Bug fixed : tool bar chevron disappeared bug (regression since previous versions).
  21. Bug fixed : a crash bug due to instability of FTP_synchronize plugin (enhance Docking feature).

http://notepad-plus.sourceforge.net/de/site.htm
Titel: AkelPad 4.3.2 erschienen
Beitrag von: SiLæncer am 21 September, 2009, 22:58

Added: "Whole word" in find/replace dialog.
Added: possibility to set left and right URL delimiters.
Added: left mouse button scrolling in print preview dialog.
Added: possibility to use text selection together with middle mouse button scrolling.

Fixed: codepage recognition in 4.3.1.
Fixed: text search with flag AEFR_WHOLEWORD.
Fixed: print of a text containing surrogate pairs.

http://akelpad.sourceforge.net/en/index.php
Titel: EditPad Lite 6.5.2 erschienen
Beitrag von: SiLæncer am 25 September, 2009, 12:23
Ein aktuelles Changelog ist z.Z. nicht verfügbar ...

http://www.editpadpro.com/editpadlite.html
Titel: Fresh HTML 3.32 erschienen
Beitrag von: SiLæncer am 28 September, 2009, 17:19
Fresh HTML is a software to create and edit pages for the world wide web. Its “WYSIWYG” (what you see is what you get) interface makes editing HTML pages as easy as using your favorite word processor. Its built-in editor allows advanced users to fine-tune HTML codes to fit their needs. This software is 100% free, no spyware, and updated regularly.

Licence: Freeware.

http://www.freshwebmaster.com/freshhtml.html
Titel: PSPad editor 4.5.5.2370 Beta
Beitrag von: SiLæncer am 28 September, 2009, 22:42
PSPad is a universal freeware editor. There is no complex install process; the program is ready to work immediately, without requiring customization. It supports many file types and languages, with syntax highlighting. There are macros, clip files and templates to automate repetitive activities. An integrated HEX Editor, Project support, FTP Client, Macro Recorder, File Search/Replace, Code Explorer, code page conversion, are just some of the many possibilities that PSPad can offer you.

(http://images.betanews.com/screenshots/1076948037-1.png)

http://www.pspad.com/
Titel: RJ TextEd 5.70 Beta 1 erschienen
Beitrag von: SiLæncer am 30 September, 2009, 14:02
Zitat
In this beta I've added and changed:

SFTP (SSH File Transfer Protocol)
Added real SFTP support. Just select SFTP/SSH as your server type, user name and password and connect. That's it.

The SFTP client has:

· Full support for the SSH2 protocol

· Support for most SSH2-compatible clients and servers including OpenSSH

· Can create a private/public key pair to be used with an SSH server.

· Authentication by password or by public key

· Full support for the SFTP protocols versions from 1 to 6

New text editing functions
Added several new text editing functions.

* Move lines Up/Down
* Split lines
* Join lines
* Duplicate lines N times
* Delete blank lines in selection

I also made some changes in the edit menu.

New Script functions
Added script functions for the new edit functions above.

Document tabs
Added a tab list menu to the right of the document tabs (like in Firefox). Click on the "down" arrow to get a list of all open documents. Select one to navigate.

The tab list is visible when using multiple tab rows as well, but multiple tab rows may not be necessary anymore...

It is now possible to set a max tab width in options (Style and fonts).

Page controls and tabs
Changed the look on the left/right arrows that are displayed when the tabs doesn't fit the display anymore.

Also fix some flicker issues.

Paste RTF as HTML
Paste RTF data from the clipboard and convert the data to HTML. It's a very simple implementation so you may still have to do some manual editing.

Change document encodings to
Renamed the menu item "Convert codepage to" in the format menu.

Added a More... dialog to select any encoding the system supports.

Menu bar (main menu)
There were some issues with key navigation that has been fixed. Using "Alt" and the arrows to navigate should work properly now. Also fixed a focus issue (some functions became disabled when using key navigation).

New syntax fold option \ef (INI files and folding)
This new option is used in the INI syntax file. It tells the editor to fold at end of line if no new section is found.

Drag file(s) to insert file path(s) in document
Changed the qualifier key to "Alt". Press "Alt" and drag the files to the document.

FIXED:

* Issue with the folder dialog in extended search.
* Sort didn't work in the syntax editor for "UserMenu" items.
* Some scroll issues in the "Home" page.
* Code explorer issues with e.g. Java files.
* Function keys issue (F1 or F3 didn't always work).
* Filter index issue with the open file dialog in Vista.
* Alt Gr characters didn't always work in Windows 7.
* Undo/Redo issues in word wrap mode.

I've fixed several other small issues as well, but I don't remember them all. Some are very minor.

http://www.rj-texted.se/
Titel: UltraEdit 15.20
Beitrag von: SiLæncer am 02 Oktober, 2009, 23:38
UltraEdit v15.20 Changes (2009-10-02)

    * Significant Undo enhancements
          o Users can undo much larger segments per undo operation
    * Expanded Undo Support for the following:
          o Wrap after column #, insert CR/LF
          o Convert to Fixed Columns
          o Convert to Character Delimited
          o Insert String at Every Increment
          o Sort
          o Convert CRLFs to Wrap
          o Convert Wrap to CRLF
          o Tabs To Spaces
          o Spaces To Tabs (all)
          o Spaces To Tabs (leading)
          o XML Convert To CRLFs
          o Artistic Styler
          o Tabs to Spaces / Spaces to Tabs
    * Major performance improvements for multi-file open
    * New setting to ignore tabs in string literals in Syntax Highlighted Files in Advanced -> Configuration -> Editor Display -> Formatting "Do not convert spaces and tabs inside comments and strings"
    * List Lines Containing String dialog now uses edit font
    * Base 64 encoding and decoding (in Edit menu)
          o Key mapping support
          o Macro support
          o Scripting support (activeDocument object): encodeBase64() and decodeBase64()
    * XML Manager window colors now match application colors
    * Child window positions now remembered separately for each separate instance

Licence: Trial.

http://ultraedit.com/
Titel: HTMLPad 2010 Pro 10.0.0.117
Beitrag von: SiLæncer am 02 Oktober, 2009, 23:40
Key Features

    * The most complete HTML and XHTML editor available today
    * Advanced, fully customizable and familiar text editor
    * Syntax highlighting for HTML, CSS, JavaScript, VBScript, PHP, ASP, WML, XML, Perl
    * Compliance with HTML, XHTML and various CSS standards
    * UTF-8 and UTF-16 Unicode support
    * Advanced CSS editing with built-in CSS editor More info
    * Advanced JavaScript editing with built-in JavaScript editor More info
    * Code Auto Complete for HTML tags More info
    * Code Auto Complete for CSS More info
    * Code Inspector for HTML tags More info
    * Code Inspector for CSS More info
    * Instant preview for HTML and CSS
    * Code generators and helpers
    * Matching and missing HTML tag highlighting
    * Code Library More info
    * Project management and publishing to FTP
    * FTP and SFTP connectivity More info
    * Spell Checker More info
    * Ready to use Code Templates
    * Search and Replace with Regular Expression Support
    * Find and Replace in files More info
    * Integration with CSE HTML Validator
    * Code collapse
    * Multi Item Clipboard More info
    * Countless goodie features (bracket matching, line highlighting, text indentation...)

Licence: Shareware.


http://www.blumentals.net/htmlpad/
Titel: Notepad2 4.0.23
Beitrag von: SiLæncer am 06 Oktober, 2009, 20:35
New in Version 4.0.23 (released October 06, 2009)

  - Added PowerShell Script syntax highlighting
  - Added missing keywords to JavaScript schemes
  - Further simplified syntax schemes by consolidating certain styles
  - More accurate "mode" file variable matching with tightened rules
  - Avoid repetitive zone checks when running Notepad2.exe internally
  - Fixed choice of encoding conversion prompt being ignored
  - Fixed recent file dialog hang with inaccessible UNC paths
  - Internal changes to allow complete internationalization (future)

http://www.flos-freeware.ch/notepad2.html
Titel: Notepad++ 5.5.1 erschienen
Beitrag von: SiLæncer am 09 Oktober, 2009, 11:02
Notepad++ v5.5.1 new features and fixed bugs (from v5.5) :

   1. Old icon is back.
   2. Set ".txt" extension automatically while saving a document text.
   3. Real characters count is added in status bar.
   4. Fix some memory leaks.
   5. Add "open all" capacity in finder (for find in files).
   6. Replaced nppcm with NppShell (in installer). ** Dialog to allow change of various settings (cmd : regsvr32 /s /i NppShell.dll) ** Context menu icon properly rendered ** Incorporate dynamic icon for registered filetypes

Included plugins (Unicode):

   1. TextFX v0.26
   2. NppExec v0.3.2
   3. Spell Checker v1.3.3
   4. MIME Tools v1.6
   5. NppExport v0.2.8
   6. Doc Monitor v2.2
   7. NppNetNote v0.1
   8. Compare Plugin 1.5.5
   9. Plugin Manager 0.9.3.0

Included plugins (ANSI):

   1. TextFX v0.25
   2. NppExec v0.3.2
   3. Spell Checker v1.3.3
   4. MIME Tools v1.6
   5. NppExport v0.2.8
   6. Light Explorer v1.5
   7. Doc Monitor v2.2
   8. NppNetNote v0.1
   9. Compare Plugin 1.5.5
  10. Plugin Manager 0.9.3.0

http://notepad-plus.sourceforge.net/
Titel: RJ TextEd 5.70
Beitrag von: SiLæncer am 09 Oktober, 2009, 23:21
Version 5.70
Okt 9, 2009
SFTP (SSH File Transfer Protocol)

Added real SFTP support. Just select SFTP/SSH as your server type, user name and password and connect. That's it.

    * Full support for the SSH2 protocol
    * Support for most SSH2-compatible clients and servers including OpenSSH
    * Can create a private/public key pair to be used with an SSH server.
    * Authentication by password or by public key
    * Full support for the SFTP protocols versions from 1 to 6

New text editing functions

Added several new text editing functions. I also made some changes in the edit menu. New text editing functions are:

    * Move lines Up/Down
    * Split lines
    * Join lines
    * Duplicate lines N times
    * Delete blank lines in selection

New Script functions

Added script functions for the new edit functions above.
Document tabs (tab list and max tab width)

Added a tab list menu to the right of the document tabs (like in Firefox). Click on the "down" arrow to get a list of all open documents. Select one to navigate.

The tab list is visible when using multiple tab rows as well, but multiple tab rows may not be necessary anymore...

It is now possible to set a max tab width in options (Style and fonts).
Page controls and tabs

Changed the look of the left/right arrows that are displayed when the tabs doesn't fit the display anymore.

Also fix some flicker issues.
Paste RTF as HTML

Paste RTF data from the clipboard and convert the data to HTML. It's a very simple implementation so you may still have to do some manual editing.
Change document encodings to

Renamed the menu item "Convert codepage to" in the format menu into "Change document encodings to".

Added a More... dialog to select any encoding the system supports.
Menu bar (main menu)

Fixed some issues with key navigation using the "Alt" key. Using "Alt" and the arrows to navigate should work properly now. Also fixed a focus issue (some functions became disabled when using key navigation).
New syntax fold option \ef (INI files and folding)

This new option is used in the INI syntax file. It tells the editor to fold at end of line if no new section is found.
Drag file(s) to insert file path(s) in document

Changed the qualifier key to "Alt". Press "Alt" and drag the files to the document.
FIXED:

    * PHP preview issue with "Toggle browser view" and preview windows.
    * Issue with the folder dialog in extended search.
    * Sort didn't work in the syntax editor for "UserMenu" items.
    * Some scroll issues in the "Home" page.
    * Code explorer issues with e.g. Java files.
    * Function keys issue (F1 or F3 didn't always work).
    * Filter index issue with the open file dialog in Vista.
    * Alt Gr characters didn't always work in Windows 7.
    * Undo/Redo issues in word wrap mode.
    * I've fixed several other small issues as well, but I don't remember them all. Some are very minor.

http://www.rj-texted.se/
Titel: Izispot 4.31
Beitrag von: SiLæncer am 14 Oktober, 2009, 22:03
Ein Webseiten-Editor, der sich an unerfahrene User richtet

In Izispot sind als Funktionen z.B. ein Grafikvorlageneditor sowie eine Webbibliothek, die das Runterladen von neuen Grafiken und Flash-Animationen ermöglicht.

(http://download.winboard.org/uploads/Image/bild3(1).png)

Mit Izispot können allerdings nicht nur Standard-Homepages erstellt werden, sondern es bietet auch Module für:
- die Verwaltung von Produktkatalogen
- die Erstellung von Formularen
- die Erstellung einer Fotogalerie
- Erstellung von Seiten, auf die Dateien zum Download gestellt werden können.

Freeware für Windows 98/Me/2000/XP/Vista

http://www.izispot.com/de/index.asp?num_langue=3
Titel: AkelPad 4.3.3
Beitrag von: SiLæncer am 17 Oktober, 2009, 19:55
Changed: redesigned program icon. Added 16x16, 48x48 dimensions.
Changed: speed of large text block selection is increased.
Changed: navigation through the Ctrl+Down/Ctrl+Up is now identical to RichEdit.

Added: now possible to assign hotkeys in plugins dialog: (Ctrl|Alt|Shift)+Delete, (Ctrl|Alt|Shift)+Backspace, Ctrl+Tab, Ctrl+Shift+Tab.

http://akelpad.sourceforge.net/en/index.php
Titel: Fresh HTML 3.34
Beitrag von: SiLæncer am 18 Oktober, 2009, 18:01
Fresh HTML is a software to create and edit pages for the world wide web. Its “WYSIWYG” (what you see is what you get) interface makes editing HTML pages as easy as using your favorite word processor. Its built-in editor allows advanced users to fine-tune HTML codes to fit their needs. This software is 100% free, no spyware, and updated regularly.

Licence: Freeware

http://www.freshwebmaster.com/freshhtml.html
Titel: RJ TextEd 5.71
Beitrag von: SiLæncer am 18 Oktober, 2009, 18:05
Version 5.71 Oct 18, 2009

New dll to handle explorer context menu item

There were some issues with the old dll so I made a new one. Two dll files included are rjshell.dll and rjshell64.dll.

Faster startup

Found a few bottlenecks and changed the compression of the exe file. It should start a little faster.

Macro shortcuts

You can now use Atl+0 .. Alt+9 as macro shortcuts.

Copy line if no selection

If no selection is made, the whole line is copied to the clipboard when using "copy to clipboard" (Ctrl+C).

Drag n drop

When using drag n drop, in the editor, the text selection is preserved. This makes it easier to copy text to multiple destinations using drag n drop.

Script function

Added "GetCurrentLanguageFileName()" to the MainApp object.

Html entities

Enteties are now highlighted in the text. You may have to change the color though.

Fold highlighting in Html

Enabled fold highlighting in Html code. It looks good with proper formatting.

Fixed

Fixed several issues in this release including a serious SFTP issue. Please check the forum for more information about fixed issues and changes.

http://www.rj-texted.se/
Titel: AkelPad 4.3.4 erschienen
Beitrag von: SiLæncer am 31 Oktober, 2009, 10:59
Changed: reduced resource consumption when opening large number of files.

Added: in the "Select Window" dialog (MDI):
- tab search;
- arrange horizontally/vertically selected tabs;
- sorting, reordering tabs;
- save, closing selected tabs;
- opportunity to show only modified files;
- dialog size is remembered;
- F10 hotkey to open dialog.
Added: if marker and/or wrap limit equal to -1, then they distance is equal to printer page width (use monospaced fonts).
Added: local remembering size and zoom of the print preview dialog.
Added: page that has caret is activated when print preview open.

Fixed: after all text replacing in 4.3.3, scrolling position did not recover.
Fixed: replacement on "\n".
Fixed: WordBreak parameter.
Fixed: opening link that contain another link.
Fixed: single URL click.

http://akelpad.sourceforge.net/en/index.php
Titel: AkelPad 4.3.5 erschienen
Beitrag von: SiLæncer am 31 Oktober, 2009, 22:59
Changed: set a single-thread model for allocating chunks of memory, as a consequence speed of text replace, delete, insert is increased.

Fixed: possible program error on selection change (appeared in 4.3.3).

http://akelpad.sourceforge.net/en/index.php
Titel: RText 0.9.9.9
Beitrag von: SiLæncer am 01 November, 2009, 10:44
RText 0.9.9.9 has been released! Here's what's new:

    * Auto-detection of file content type for files with no extension
    * Content assist for regex file/replace in the search dialogs
    * Lisp support
    * Improved RTL support and translations

http://fifesoft.com/rtext/index.php
Titel: DFM2HTML 4.0
Beitrag von: SiLæncer am 01 November, 2009, 10:59
Neu in version 4.0:

* Alpha-Channel-Support durch neuen Farbdialog (http://www.eltima.com/products/color-picker/)

* Mit der CSS3-Checkbox in den Optionen kann man RGBA/RundeEcken direkt in CSS3-fähigen Browsern begutachten

* Französische Sprache hinzugefügt (dank Fernando Deambrosio!)

* Der "Ressource-Explorer" listet alle Ressource-Abhängigkeiten auf

http://www.dfm2html.de/
Titel: RJ TextEd 5.74
Beitrag von: SiLæncer am 02 November, 2009, 17:14
Version 5.74 Nov 2, 2009


Memory usage

The editor does now free up some memory when you first start the editor and when you close documents.
Also, a memory address space greater than 2GB (up to 4GB) is now supported. This is supported on Windows x64 or Windows 32-bit (with the /3GB option set).

Startup speed

Made some changes that should improve the upstart speed a little. Don't expect too much though...

Command line parameter

Added a new command line parameter to use a different settings file than the default one.

E.g. TextEd.exe /settings "<path>\TextEd.ini"

Verbatim strings in C#

Verbatim strings in C# are now supported. Also added a new option to syntax files called "VerbatimStringStart=".

Enter and horizontal scrolling

Changed the behavior when you hit the enter key. Before, this always made the editor scroll to the left most position. Now, the editor will only scroll the display when necessary.

Syntax Editor

Made some changes to the syntax editor. Changed the file dialogs to standard dialogs. And added a new option "VerbatimStringStart=".

Column mode and word wrap

You can now activate column mode when using word wrap. Word wrap will be turn off and you can start making a selection or start editing.

Fixed

    * Improved delete selection speed. This may speed up several functions in the editor.
    * Fixed an issue with the tab list position on some systems.
    * Fixed several replace and replace all issues.
    * Fixed some dialog position issues on Windows 7 and Windows Vista.
    * Fixed several issues reported in the forum. Please check the forum for more details.

http://www.rj-texted.se/
Titel: Fresh HTML 3.36
Beitrag von: SiLæncer am 04 November, 2009, 11:32
Fresh HTML is a software to create and edit pages for the world wide web. Its “WYSIWYG” (what you see is what you get) interface makes editing HTML pages as easy as using your favorite word processor. Its built-in editor allows advanced users to fine-tune HTML codes to fit their needs. This software is 100% free, no spyware, and updated regularly.

Licence: Freeware

http://www.freshwebmaster.com/freshhtml.html
Titel: Fresh HTML 3.38
Beitrag von: SiLæncer am 15 November, 2009, 18:34
kein Changelog verfügbar ...

http://www.freshwebmaster.com/freshhtml.html
Titel: Amaya 11.3 pre1
Beitrag von: SiLæncer am 17 November, 2009, 17:29
Amaya is a Web editor, i.e. a tool used to create and update documents directly on the Web. Browsing features are seamlessly integrated with the editing and remote access features in a uniform environment.

(http://www.w3.org/Amaya/screenshots/screen1.png)

Amaya started as an HTML + CSS style sheets editor. Since that time it was extended to support XML and an increasing number of XML applications such as the XHTML family, MathML, and SVG. It allows all those vocabularies to be edited simultaneously in compound documents.

Licence: Open-source

http://www.w3.org/Amaya/
Titel: RJ TextEd 5.75
Beitrag von: SiLæncer am 23 November, 2009, 20:37
Version 5.75 , Nov 23, 2009

Project manager

Made several changes to the project manager.

    * Added multiple selection. Can be used with "Open selected files".
    * Hints for all project files, showing the full path to the file.
    * Sorting by file extension and name. This will group files by extension.
    * Added a context menu item to set the maximum sub folder level. Default is one.
    * Relative parent folder items (..) are now skipped.

Explorer Options

Added several option to the explorer tabs.

    * Tree list Display Buttons
    * Display Icons
    * Display Tree Lines

    * File list Display Icons
    * Display Folders
    * Highlight open Files
    * Use colors for added extensions

Highlight

Made some changes to the highlight text feature and fixed some issues.

    * Added "Unhighlight All".
    * Highlight Words should automatically select the nearest word(s). Even when using selection.
    * Fixed some menu issues.

Printing

Made some internal changes to the print routines. They should be slightly faster and work better with word wrap.

Save as Html/RTF

Made some internal changes to the conversion routines. They should work better with word wrap turn on.

Search

Fixed several issues with highlight found items.

    * Highlight found items should work now with regular expressions.
    * Fixed issues with word wrap and highlighting.
    * Highlighting should work when doing a multiple line search.
    * Fixed an issue where the extended file search could be interrupted if a file could not be opened.

Misc

    * Fixed several undo issues in word wrap mode.
    * Fixed several minor issues and made some small improvements.
    * The MRU list is updated when closing a document.
    * Added an error message when "Goto line" is out of scope.
    * Fixed some auto completion issues in projects.
    * Fixed several bugs reported in the forum.

http://www.rj-texted.se/
Titel: Notepad++ 5.6 RC erschienen
Beitrag von: SiLæncer am 25 November, 2009, 09:31
Notepad++ 5.6, das der Entwickler am kommenden Wochenende als finale Version veröffentlichen will, beherrscht einige neue Zeichenkodierungen und bringt ein Kontextmenü für das Icon in der Taskbar mit. Außerdem enthalten sind zahlreiche Bugfixes, die Sie dem unten stehenden Changelog entnehmen.

Changelog:

    * Add languages encoding - Chinese traditional (BIG5), Chinese Simplified (GB2312), Japanese (Shift JIS), Korean (EUC), Thai (TIS-620), Hebrew (iso-8859-8), Hebrew (1255), Central European (1250), Cyrillic (1251), Cyrillic (KOI8-U), Cyrillic (KOI8-R), Cyrillic (Mac), Western European(1252), Greek (1253), Turkish(1254), Arabic (1256), Baltic (1257) and Vietnamese (1258).
    * Add COBOL, D, Gui4Cli, PowerShell and R language support.
    * Add Marker Jumper feature (Jump down/up : Ctrl+Num/Ctrl+Shift+Num).
    * Add indent guide line highlighting for html/xml tags.
    * Add system tray context menu and new command argument "-systemtray".
    * Add new command argument "--help".
    * Fix Calltip hint bug and add a new capacity in it.
    * Add the ability to add the second keyword group for user in both LISP and Scheme languages.
    * Fix the wrap symbol display problem.
    * Add SQL ESC symbol '\'.
    * Fix column editor insert number bug in virtual space mode.
    * Fix status bar displaying "-2 char" issue for a empty document.
    * Fix installation of NppShell64 failed issue in installer.


Website: http://notepad-plus.sourceforge.net/de/site.htm

Lizenztyp: GPL/Kostenlos
Download: Notepad++ 5.6 RC für Windows (http://winfuture.de/downloadvorschalt,1655.html) (4,8 Mb; deutsch)

Quelle : http://winfuture.de
Titel: AkelPad 4.3.6 erschienen
Beitrag von: SiLæncer am 27 November, 2009, 00:14
Changed: syntax highlighting improved.

Added: check for language modules and program compatibility. Now the language module version must be equal to version of the program.
Added: "RichEditClass" parameter - defines edit control class name:
- 0 "AkelEdit" (by default)
- 1 "RichEdit20"
Added: option to turn off the selection by pressing on left mouse button in left margin.

Fixed: work with Input Method Editors (IME).

http://akelpad.sourceforge.net/en/index.php
Titel: Notepad++ 5.6 Final
Beitrag von: SiLæncer am 30 November, 2009, 09:40
Changelog:

    * Add languages encoding - Chinese traditional (BIG5), Chinese Simplified (GB2312), Japanese (Shift JIS), Korean (EUC), Thai (TIS-620), Hebrew (iso-8859-8), Hebrew (1255), Central European (1250), Cyrillic (1251), Cyrillic (KOI8-U), Cyrillic (KOI8-R), Cyrillic (Mac), Western European(1252), Greek (1253), Turkish(1254), Arabic (1256), Baltic (1257), Vietnamese (1258), ISO_8859-1 to ISO_8859-16 and a lot of more.
    * Add auto-detection of HTML and XML files encodings.
    * Add COBOL, D, Gui4Cli, PowerShell and R language support.
    * Add Marker Jumper feature (Jump down/up : Ctrl+Num/Ctrl+Shift+Num).
    * Add indent guide line highlighting for html/xml tags.
    * Add system tray context menu and new command argument "-systemtray".
    * Fix Unicode to ANSI encoding bug.
    * Fix last recent file list menu items localization encoding bug.
    * Fix last recent file number goes to zero issue.
    * Add new command argument "--help".
    * Fix Calltip hint bug and add a new capacity in it.
    * Add the ability to add the second keyword group for user in both LISP and Scheme languages.
    * Fix the wrap symbol display problem.
    * Add SQL ESC symbol '\'.
    * Fix column editor insert number bug in virtual space mode.
    * Fix status bar displaying "-2 char" issue for a empty document.
    * Fix installation of NppShell64 failed issue in installer.


Website: http://notepad-plus.sourceforge.net/de/site.htm
Titel: Amaya 11.3
Beitrag von: SiLæncer am 02 Dezember, 2009, 17:32
New Features

    * The https protocol is now supported
    * New version of the template editor: creation of XTiger libraries, components, imports, etc.
    * Automatic opening of the Structure view for template instances
    * The vertical split opens the Structure view and the horizontal split opens the Source view
    * A double click on an item of the List of style sheets tool opens the style sheet
    * A new set of Amaya profiles: "Lite", "Lite+Web", "Lite+Web+CSS", "Lite+Web+CSS+Math_Graphics", "Advanced"
    * The Insert entity command now allows one to insert a unicode character into a HTML document
    * A new command Undo close Tab in the Tab contextual menu
    * The Tab and Shift Tab commands allow one to move down/up list items

Bug fixes

    * The link dialogue didn't allow one to insert relative links into a remote document
    * Sometimes the focus in the link dialogue was lost
    * Fix some rendering bugs and improve the CSS support
    * Improve the edit of template instances: management of options and attributes and fix bugs
    * The refresh of tool panels was too slow
    * PNG images were not displayed on 64-bit platforms
    * On Mac OSX, the ^ dead key behaved like if "enter" was pressed
    * On Mac OSX 10.5, sometimes cached files of the libwww were stored into the "/" directory
    * On Mac OS X platforms when scrolling, svg drawing moved up on the text
    * The table of contents was not generated when the selection is not empty
    * When the loaded file is ReadOnly, the Save As to another location didn't work

http://www.w3.org/Amaya/
Titel: RText 1.0.0.0
Beitrag von: SiLæncer am 04 Dezember, 2009, 21:05
RText is a fully customizable programmer's text editor. Some of its features include syntax highlighting, editing multiple documents at once, printing and print preview, find/replace/find in files dialogs, undo/redo, and online help.

(http://fifesoft.com/rtext/images/Windows/rtext_win_3.jpg)

Licence: Freeware (GPL)

http://fifesoft.com/rtext/index.php
Titel: Notepad++ 5.6.1
Beitrag von: SiLæncer am 05 Dezember, 2009, 09:44
Here are Notepad++ v5.6.1 new features and fixed bugs (from v5.6) :

   1. Fix brace highlighting breaking issue and related performance problem.
   2. Add new encodings in the shortcuts map.
   3. Remove annoying encoding issue warning dialogs.
   4. Enhance Html encoding auto-detection.
   5. Fix case-insensitive searching bug for non-ascii characters (for example some characters in French and Cyrillic letters).
   6. Add find result commands in the menu.
   7. Add DOS CodePage : CP437, CP737, CP850, CP852, CP855, CP857, CP858, CP860, CP861, CP863, CP865, CP866 and CP869.
   8. Fix localization combo box unselected in preference dialog bug after startup (when a localization file is in use).

http://notepad-plus.sourceforge.net/
Titel: Text Viewer 0.9 Alpha 1
Beitrag von: SiLæncer am 07 Dezember, 2009, 18:36
Text Viewer is a multitab text editor for Windows. It includes plain and rich text format support, multi tab interface so you can edit multiple documents in a session, compact application size, and multiple commands.

(http://images.betanews.com/screenshots/1221016805-1.png)

Licence: Freeware

http://semagsoft.tk/
Titel: EditPad Lite 6.6.0
Beitrag von: SiLæncer am 09 Dezember, 2009, 09:38
Improvements:

    * Windows 7: Disable EditPad's icon next to the system clock by default, as Windows 7 hides all notification icons by default.
    * Windows Vista & 7: Running EditPad as administrator no longer reuses the existing EditPad window, if any. This makes sure that the instance with elevated rights will actually run rather than bring a previous instance with normal rights to front again.
    * Windows Vista & 7: Running EditPad as administrator now shows (as administrator) in the caption bar, so you can easily distinguish between EditPad instances running with elevated rights from those running with normal rights.
    * Windows Vista & 7: Vista-style open and save dialog boxes.

Bug fixes:

    * Deleting a rectangular selection of which the first line was totally blank moved the cursor down one line.
    * EditPad needlessly checked at regular intervals whether the current file still exists on disk.
    * Searching reloads the file after the search instead of before the search if it was modified on disk, causing incorrect search matches and other trouble.

http://www.editpadpro.com/editpadlite.html
Titel: Amaya 11.3.1
Beitrag von: SiLæncer am 09 Dezember, 2009, 19:27
Amaya 11.3.1

9 December 2009

    * Amaya merged paragraphs when several paragraphs are selected and the user applies to it Strong, Emphasis or Code
    * Sometimes after a
 element is inserted the selection was misplaced
    * The caret at the end of a line is sometimes not displayed
    * The markup within <script> elements is now preserved
    * Bold Italic fonts were not available on Windows platforms
    * The $HOME variable in now ignored on Windows platforms

http://www.w3.org/Amaya/
Titel: Notepad++ 5.6.2 erschienen
Beitrag von: SiLæncer am 11 Dezember, 2009, 08:38
Here is the change log :

   1. Fix the Unicode localization file display problem.
   2. Update templat localization file (english.xml) to v5.6.1.
   3. Fix tag highlighting bug while disabling indent guide lines.
   4. Fix the translated sub menu entries applying on the menu item.
   5. Display more information while catching of plugins crash.

http://notepad-plus.sourceforge.net/
Titel: TEA 26.0.1
Beitrag von: SiLæncer am 15 Dezember, 2009, 17:39
Texteditor mit eingebautem Dateimanager und Bildbetrachter; hat ein Tabbed Interface, frei zu vergebende Hotkeys, ist skriptfähig und unterstützt Syntax Highlighting; bearbeitet neben einfachen Textdateien auch die Formate ODT, SWX und KWD

http://tea-editor.sourceforge.net/
Titel: RJ TextEd 5.80 Beta 1
Beitrag von: SiLæncer am 16 Dezember, 2009, 17:07
Changes in this version:

Project file navigation and auto completion
Made some changes in the source code parsers to include more information about the code. This information is used with auto completion and to navigate in the code.

* Auto completion ( Ctrl + J ) now includes all functions (not class members) available in your project files, as well as all class members. To display functions just press Ctrl+J at an empty spot.

* Go to Declaration. Added as an context menu item. Position the text cursor over a function, class object or a class member and select the context menu item. The correct file will open and the text cursor will be positioned at the function or class member declaration.

* Go to Implementation. Added as an context menu item. This is used with C/C++ and Delphi/Pascal files. Class members are, in these languages, divided into a declaration and an implementation part. You can e.g. use the context menu item "Go to Implementation" when the text cursor is over the class member declaration in header file e.g. Test.h, and "Go to Declaration" from the Test.cpp file to navigate back to the declaration.

* Also fixed a few issues with projects and parsing.

Fold selected text
This feature can be used to make selected text foldable.

* Create selection fold: Select text and use the context menu item or editor tool bar item to make the selection foldable. A normal

* Remove selection fold: Position the text cursor inside the fold and select this feature to remove the selection fold.

New syntax file fold option
Added a new fold option to handle "If" statements in Visual Basic that doesn't have an "End If" at the end.

NotAlwaysEnded = <Yes|No>

Insert line breaks
Rewrote the feature. It should work properly in word wrap mode and with undo/redo.

Remove line breaks
Rewrote the feature. It should work properly in word wrap mode and with undo/redo.

http://www.rj-texted.se/
Titel: Notepad2 4.0.24 RC1
Beitrag von: SiLæncer am 16 Dezember, 2009, 17:26
New in Version 4.0.24-rc1 (released December 16, 2009)

  - /z command line switch (support registry-based Notepad replacement)
  - Fixed some /p command line switch options not working properly
  - New style setting to control font smoothing (see FAQ on my website)
  - Hotkey to copy pathname of current file to clipboard (Shift+F9)
  - Updated Scintilla library to 2.01-cvs

http://www.flos-freeware.ch/notepad2.html
Titel: Ommwriter Beta 2.1
Beitrag von: SiLæncer am 17 Dezember, 2009, 19:02
Ommwriter is a simple text processor that firmly believes in making writing a pleasure once again, reinvindicating the close relationship between writer and paper. The more intimate the relation, the smoother the flow of inspiration. If you are a scriptwriter, blogger, journalist, copywriter, poet or just someone who enjoys writing, welcome back to concentrating.

Latest Changes

- Word Count: For all of you bloggers, journalists, for whom every word counts
- Auto-save. For all those undesirable moments, when Murphy's Law kicks in. In those desperate circumstances you can now recover most of your lost work (backed up every 3 minutes). In times of need, you will find this file in "Library/OmmWriter/OmmWriterBac

- 1. Fixed bug with core i7 machines (newest iMacs) where "ffil" font (char counter) fails to load and makes OmmWriter crash at startup
- 2. Opening a file would not ask to save currently opened file before replacing textview contents. Fixed
- 3. Error/confusion prone keyboard shortucts (like ? + p) removed
- 4. Removed 10.5.5 limitation, will now launch on Mac OS X 10.5.0 and beyond
- 5. Script font missing a few animations at different sizes (x, r, etc.). Fixed
- 6. Script font missing some characters (any two-step input char, like accented chars) when typed in between other chars. Fixed
- 7. OmmWriter will now save all files as UTF-8, and will do its best to open/import files with other encodings
- 8. Pressing minimize button twice could cause app to disappear and become unreachable. Fixed
- 9. Save panel appears twice. Fixed
- 10. More detailed "Save before exit" / "Open file and lose changes?" alert panels
- 11. Disappearing "Save before quit?" / "Open file and lose changes?" panels when switching to another app without answering to panel question. Fixed
- 12. Document scrolls back to top when opening a file
- 13. Scrollbar redraw/recalc when deleting text by selection
- 14. Scrollbar redraw/recalc when loading a file
- 15. Tweaked insertion point to be more precise on different fonts/sizes combinations. Much better
- 16. Minimized "CharAnimationLayer transparency ignored" bug on Mac OS X 10.5 by making the CALayer disappear when not in use
- 17. Much better user experience when dragging the text box around the edges of the screen. Won't get trapped as much
- 18. Improved typing speed for handwritten/script font. Won't lag behind as much
- 19. "? + TAB" and then "? + Q" when OmmWriter is not in focus on an unsaved document could cause the UI to stay transparent or somewhere inbetween transitions. Fixed
- 20. Fixed bug where name cropping (file extension) could occur on the "Save As..." panel
- 21. Changed misspelled words attributes (greyed out words instead of red underline)

http://www.ommwriter.com/
Titel: Notepad++ 5.6.3 erschienen
Beitrag von: SiLæncer am 18 Dezember, 2009, 09:08
Zitat
There is no big difference between v5.6.2 and v5.6.3. The reason of this update is to fix the error of internal version for the auto-update detection. One nice handy restore button is added for full screen mode and post-it feature.

Auto-updating to v5.6.3 will be triggered this weekend.

http://notepad-plus.sourceforge.net/de/site.htm
Titel: Fresh HTML 3.39
Beitrag von: SiLæncer am 20 Dezember, 2009, 11:14
Fresh HTML is a software to create and edit pages for the world wide web. Its “WYSIWYG” (what you see is what you get) interface makes editing HTML pages as easy as using your favorite word processor. Its built-in editor allows advanced users to fine-tune HTML codes to fit their needs. This software is 100% free, no spyware, and updated regularly.

Licence: Freeware

http://www.freshwebmaster.com/freshhtml.html
Titel: Mehrbenutzereditor Etherpad ist Open Source
Beitrag von: SiLæncer am 21 Dezember, 2009, 08:58
Nach der Übernahme durch Google hat Etherpad seinen Mehrbenutzereditor als Open Source freigegeben. Die im Browser laufende Software erlaubt es mehreren Nutzern gleichzeitig, an einem Dokument zu arbeiten.
Eigentlich sollte Etherpad eingestellt werden und die Entwickler künftig an Google Wave arbeiten. Doch die Reaktionen der Nutzer bewegten Google dazu, den Dienst vorübergehend wieder zu aktivieren und die Software als Open Source freizugeben.

Das ist nun geschehen: Etherpad steht ab sofort unter code.google.com im Quelltext zum Download unter der Apache License 2.0 bereit.

Die Etherpad-Entwickler hoffen, dass andere den Code aufgreifen, um eigene Etherpad-Server aufzusetzen, denn ihre eigenen Server wollen sie Ende März 2010 abschalten. Derzeit sind die Server teilweise überlastet, denn die Übernahme durch Google sorgte für einen Ansturm neuer Nutzer.

Ab Februar 2010 werden die Etherpad-Entwickler Vollzeit an Google Wave arbeiten.

Quelle : www.golem.de
Titel: RJ TextEd 5.80
Beitrag von: SiLæncer am 21 Dezember, 2009, 18:15
Version 5.80 , Dec 21, 2009

Project file navigation and auto completion

Made some changes in the source code parsers to include more information about the code. This information is used with auto completion and to navigate in the code.

    * Auto completion ( Ctrl + J ) now includes all functions (not class members) available in your project files, as well as all class members. To display functions just press Ctrl+J at an empty spot.
    * Go to Declaration. Added as an context menu item. Position the text cursor over a function, class object or a class member and select the context menu item. The correct file will open and the text cursor will be positioned at the function or class member declaration.
    * Go to Implementation. Added as an context menu item. This is used with C/C++ and Delphi/Pascal files. Class members are, in these languages, divided into a declaration and an implementation part. You can e.g. use the context menu item "Go to Implementation" when the text cursor is over the class member declaration in header file e.g. Test.h, and "Go to Declaration" from the Test.cpp file to navigate back to the declaration.
    * Also fixed a few issues with projects and parsing.

Fold selected text

This feature can be used to make selected text fold able.

    * Create selection fold: Select text and use the context menu item or editor tool bar item to make the selection fold able. A normal
    * Remove selection fold: Position the text cursor inside the fold and select this feature to remove the selection fold.

New syntax file fold option

Added a new fold option to handle "If" statements in Visual Basic that doesn't have an "End If" at the end.

NotAlwaysEnded =

Insert line breaks

Rewrote the feature. It should work properly in word wrap mode and with undo/redo.

Remove line breaks

Rewrote the feature. It should work properly in word wrap mode and with undo/redo.

Open selected files (in the project tab)

Can also be used to open a folder. Just select a folder and use "Open selected files".

Fixed

Fixed several bugs reported in the forum, or sent by email. See the forum for more information.

http://www.rj-texted.se/
Titel: jEdit 4.3
Beitrag von: SiLæncer am 23 Dezember, 2009, 21:00
Grafische Hilfestellungen bietet der Programmiereditor jEdit zwar nicht, aber mit Syntax-Hervorhebung für HTML, CSS, JavaScript, PHP und vielen anderen Sprachen sowie zahlreichen Komfortfunktionen empfiehlt sich der Editor für fortgeschrittene Anwender.

(http://www.heise.de/software/screenshots/1171.jpg)

Eine deutsche Sprachdatei zum Programm ist hier (http://community.jedit.org/?q=filestore/browse/81) zu finden.

http://www.jedit.org/
Titel: Editra 0.5.30
Beitrag von: SiLæncer am 23 Dezember, 2009, 21:12
Kleiner Texteditor für verschiedene Betriebssysteme, der den Fokus auf das Schreiben von Quellcode setzt; beherrscht das Hervorheben von Syntax-Fragmenten sowie eine Vielzahl an nützlichen Funktionen für über 60 Programmiersprachen

(http://www.heise.de/software/screenshots/49339.jpg)

http://editra.org/
Titel: Notepad++ 5.6.4
Beitrag von: SiLæncer am 28 Dezember, 2009, 11:06
Notepad++ v5.6.4 new features and fixed bugs (from v5.6.3) :

1.  Add feature of conversion from a localization encoding to UNICODE.
2.  Fix status bar display bug that xml/html utf8 indicator makes status bar display ANSI instead of ANSI as UTF-8.

http://notepad-plus.sourceforge.net/
Titel: Editra 0.5.32
Beitrag von: SiLæncer am 29 Dezember, 2009, 17:44
Another quick bug fix release to address some critical issues that were still present after the last release.

BUG FIXES:


    * +Fix error introduced into extended autocomp in previous release.
    * +Handle win32api errors from calls to GetLongPathName.
    * +Restore html/xml autocomp behavior to put cursor between tags that are inserted.
    * +Fix issue with custom key profiles being saved to system directory instead of
      user config directory.

http://editra.org/
Titel: WinShell 3.3.1.3 Beta
Beitrag von: SiLæncer am 30 Dezember, 2009, 07:20
WinShell is a free multilingual integrated development environment (IDE) for LaTeX and TeX. The program includes a text editor, syntax highlighting, project management, spell checking, a table wizard, BibTeX support, Unicode support, different toolbars and user configuration options. It is not a LaTeX system; an additional LaTeX package is required.

(http://images.betanews.com/screenshots/1158349133-1.png)

Fixes and improvements to version 3.30 are:

    * Update to Scintilla 2.01
    * Improved BibTeX Project Window: toggle author/label view, show all entries
    * New feature: Autocompletion for LaTeX commands and BibTeX labels
    * New feature: Update checker
    * New option: BibTeX front-end: disable/enable
    * New option: Reload open files at startup

http://www.winshell.de/
Titel: Fresh HTML 3.40
Beitrag von: SiLæncer am 30 Dezember, 2009, 18:51
Fresh HTML is a software to create and edit pages for the world wide web. Its “WYSIWYG” (what you see is what you get) interface makes editing HTML pages as easy as using your favorite word processor. Its built-in editor allows advanced users to fine-tune HTML codes to fit their needs. This software is 100% free, no spyware, and updated regularly.

Licence: Freeware

http://www.freshwebmaster.com/freshhtml.html
Titel: SavageEd V1.4.1
Beitrag von: SiLæncer am 04 Januar, 2010, 18:59
SavageEd is a freeware, open source notepad replacement project designed to offer smoother and faster operation with comparable or more features at a file size of 32k or less.

Overview of features:

    * Written in an x86 assembly language (HLA)
    * No installation, uncompress and run
    * Open large files limited by memory
    * Optionally use menus to save settings/font choice in either system registry, or in a private initialization file.
    * In-menu uninstall from registry (if installed by user).
    * Improved find/replace dialog -quick find: double click to highlight word, Find Next (F3) to find next instance.  Multi-line find/replace
    * Dual direction LOG files (append updates to 'end of file' or 'top of file'.
    * Read Only mode
    * Saves up to 10 recent files, option to clear list on exit, open most recent on startup

Recent Change Log:
v1.41 -reverted to single line search/replace.  if old version is
          desirable, it is available in the downloads section as
          SavageEd_ENv1.37.zip

License:  Freeware/Open Source

http://sites.google.com/site/highlevelassembly/downloads/savageed
Titel: Notepad2 4.0.24 RC2
Beitrag von: SiLæncer am 05 Januar, 2010, 13:20
New in Version 4.0.24-rc2 (released January 05, 2010)

  - /z command line switch (support registry-based Notepad replacement)
  - Ini-options to control system MRU, taskbar and jump list behaviour
  - Hotkey to copy pathname of current file to clipboard (Shift+F9)
  - New style setting to control font smoothing (see FAQ on my website)
  - Updated PowerShell keywords to version 2.0
  - Fixed some /p command line switch options not working properly
  - Updated Scintilla library to 2.01-cvs $Date: 2010/01/05 $

http://www.flos-freeware.ch/notepad2.html
Titel: Fresh HTML 3.41
Beitrag von: SiLæncer am 06 Januar, 2010, 10:07
Fresh HTML is a software to create and edit pages for the world wide web. Its “WYSIWYG” (what you see is what you get) interface makes editing HTML pages as easy as using your favorite word processor. Its built-in editor allows advanced users to fine-tune HTML codes to fit their needs. This software is 100% free, no spyware, and updated regularly.

Licence: Freeware

http://www.freshwebmaster.com/freshhtml.html
Titel: Text Viewer 0.8.2.0
Beitrag von: SiLæncer am 06 Januar, 2010, 19:51
Text Viewer is a multitab text editor for Windows. It includes plain and rich text format support, multi tab interface so you can edit multiple documents in a session, compact application size, and multiple commands.

(http://images.betanews.com/screenshots/1221016805-1.png)

What’s New for Text Viewer 0.8.2

    * Text to Speech
    * Bug Fix’s


Windows 7/2000/2003/2008/Vista/XP

Freeware

http://semagsoft.tk/
Titel: RJ TextEd 5.90 Beta 2
Beitrag von: SiLæncer am 17 Januar, 2010, 13:37
Zitat
There were several issues with Multi select and multi edit in the beta 1 release.

I think I've fixed most of them.

The fixes include:

- Copy and paste.

- The first selection disappear when making a second selection.

- Selection can overwrite the left margin.

- When you select all but the last character of a line and type, you will loose the last character.

- Undo after a selection and typing a character can write to the wrong line.

http://www.rj-texted.se/
Titel: RJ TextEd 5.90 Final
Beitrag von: SiLæncer am 24 Januar, 2010, 16:52
Version 5.90
Jan 24, 2010
Multi Edit and multi select

Multi edit and multi select let you select or position a text cursor in several places at ones, by holding the CTRL key. Ones you've made your selections or cursor placements you can start editing. All instances at the same time.

Please check out the "Multi Edit and Multi Select" topic in the help file for more information.

You can use most normal functions like typing, backspace, delete and cut/copy/paste. You can also use the case functions for selections.

Some restrictions though when editing two, or more, instances at ones.

    * You can only delete till the end of line. If you reach EOL on one line, nothing will happen in that place when you hit the "Del" key.
    * You can only backspace till the beginning of line.
    * Some keys like "Enter" or the arrow keys will bring you out of multi edit mode.

User Clipboards

Added 5 user clipboards. You can switch between "Windows Clipboard" and the user clipboards with the "Shift+Alt+0..5" shortcuts or in the "Edit" menu. After switching you use the normal cut/copy/paste functions.

Please check out the "User Clipboards" topic in the help file for more information.
Project Manager

Added some new features and fixed some issues.

    * Project name is displayed in the title.
    * Last opened files are remembered.
    * You are asked if you want to close open project files when you close the project, open a new one or create a new project.
    * The project tree state is remembered.
    * You can now filter out files when adding a folder to the project.
    * Fixed several issues.

New options

I'll added some new options:

    * Minimize on Close (will close all open files before minimize)
    * Vertical scroll distance

The Help

I've added a few topics in the help (Function Tutorials Chapter).
Fixed

I've fixed several issues in this version. Some were reported in the forum. I also fixed several other minor issues in this version.

http://www.rj-texted.se/
Titel: Notepad++ 5.6.5
Beitrag von: SiLæncer am 25 Januar, 2010, 08:56
Notepad++ v5.6.5 new features and fixed bugs (from v5.6.4) :

1.  Fix loading encoding file making file corrupted (after saving).
2.  Fix xml/html encoding overrides BOM if present.
3.  Fixed Chinese/Japanese/Korean characters display problem after "find in the current document".
4.  Add "set find text and find next" feature.
5.  Add JSP.
6.  Recover langs.xml while its length is zero.
7.  Fix "Close Window(s)" in Window dialog bug (if file is dirty and cancel to close).
8.  Fix finding "\0" or "\x00" issue in find extened mode.
9.  Add "\u" in find extened mode to find Unicode encoding character(ex. "\u00e9" find 'é').

http://notepad-plus.sourceforge.net/
Titel: Fresh HTML 3.42
Beitrag von: SiLæncer am 25 Januar, 2010, 11:20
Fresh HTML is a software to create and edit pages for the world wide web. Its “WYSIWYG” (what you see is what you get) interface makes editing HTML pages as easy as using your favorite word processor. Its built-in editor allows advanced users to fine-tune HTML codes to fit their needs. This software is 100% free, no spyware, and updated regularly.

Licence: Freeware

http://www.freshwebmaster.com/freshhtml.html
Titel: NoteTab Light 6.2
Beitrag von: SiLæncer am 25 Januar, 2010, 16:19
NoteTab Light is the free Notepad replacement and a handy HTML editor. It is user friendly and feature rich with many innovative productivity tools. Whether you create web pages, write source code, send e-mail, take notes, analyze text, read files, or do anything related to text, you will certainly find it a worthy tool and a great time saver.

Licence: Freeware

http://www.notetab.com/
Titel: TinyMCE 3.3b1
Beitrag von: SiLæncer am 25 Januar, 2010, 19:56
Auf Javascript basierender WYSIWYG-Editor, der sich in die Textfelder bestehender Webseiten einbinden lässt; auch als Plug-in für Mambo Server, Drupal, Plone, Typo3 und andere CMS verfügbar; unterstützt alle gängigen Browser.

(http://www.heise.de/software/screenshots/23935.jpg)

Lizenz: Open Source

http://tinymce.moxiecode.com/
Titel: Notepad++ 5.6.6
Beitrag von: SiLæncer am 26 Januar, 2010, 09:06
Notepad++ v5.6.6 new features and fixed bugs (from v5.6.5) :

1.  Fixed Search bug with Chinese/Japanese/Korean characters.


http://notepad-plus.sourceforge.net/
Titel: SciTE 2.02
Beitrag von: SiLæncer am 26 Januar, 2010, 09:34
Version 2.02 fixes some problems with rectangular selection.

Version 2.01 fixes some problems with multiple selection.

Version 2.0 supports multiple selection and virtual space.

http://www.scintilla.org/SciTE.html
Titel: Java-Editor 9.14h
Beitrag von: SiLæncer am 26 Januar, 2010, 09:36
Einfacher Java-Editor mit allen grundlegenden Funktionen, aber niedrigen Systemanforderungen, insbesondere für den Einsatz im Lehrbereich; mit Editor zum Modellieren von Klassen, UML-Fenster zum interaktiven Testen der Klassen und Erzeugung von Objekten sowie Designer zur Gestaltung von GUI-Oberflächen.

(http://www.heise.de/software/screenshots/50464.jpg)

Version 9.14h, 2010.01.25

    improved support for Windows Vista and Windows 7
    easier update

http://javaeditor.org/wiki/index.php/Java-Editor
Titel: PSPad editor 4.5.5.2383 Beta
Beitrag von: SiLæncer am 01 Februar, 2010, 17:58
PSPad is a universal freeware editor. There is no complex install process; the program is ready to work immediately, without requiring customization. It supports many file types and languages, with syntax highlighting. There are macros, clip files and templates to automate repetitive activities. An integrated HEX Editor, Project support, FTP Client, Macro Recorder, File Search/Replace, Code Explorer, code page conversion, are just some of the many possibilities that PSPad can offer you.

(http://images.betanews.com/screenshots/1076948037-1.png)

Latest Changes

- New Project synchronization with disk include file extensions specification in Project settings. It's first version, modification of Project from folder dialog will follow
- Variable OldWhitespaceChar is back in program settings / Direct edit
- XProfan 11 - new user highlighter from Stephan Sonneborn
- Falcon 11 - new user highlighter from GRAWeeLD
- Possibility to sort file tabs alphabetically - menu Windows or file tabs context menu
- For new file extension TXT is set when Highlighter is switched off in Syntax change dialog
- Corrected exception after paste text into incremental search
- Fixed new comment style for C++ highlighter
- Fixed undo problems with active Autoindent mode

http://www.pspad.com/
Titel: Notepad2 4.1.24 RC3
Beitrag von: SiLæncer am 07 Februar, 2010, 11:13
New in Version 4.1.24-rc3 (released February 07, 2010)

  - /z command line switch (support registry-based Notepad replacement)
  - /u command line switch (launch Notepad2 with elevated privileges)
  - Fixed some /p command line switch options not working properly
  - Display more informative error messages for file operation failures
  - Hotkey to copy pathname of current file to clipboard (Shift+F9)
  - Window title indicator when running with elevated privileges
  - Ini-options to control system MRU, taskbar and jump list behaviour
  - Revised word wrap settings dialog and added more detailed options
  - New style setting to control font smoothing (see FAQ on my website)
  - New style setting to control size of visible white space dots
  - Added new "HTML Element Text" and "XML Element Text" styles
  - Improved default style utilization for HTML-embedded schemes
  - Updated PowerShell keywords to version 2.0
  - Updated Scintilla library to 2.02

http://www.flos-freeware.ch/notepad2.html
Titel: Fresh HTML 3.43
Beitrag von: SiLæncer am 08 Februar, 2010, 08:51
February 8, 2010: Fresh HTML 3.43.

What's new: add icon pack.

http://www.freshwebmaster.com/freshhtml.html
Titel: AkelPad 4.4.0
Beitrag von: SiLæncer am 10 Februar, 2010, 19:53
AkelPad 4.4.0 (Feb 10, 2010)
----------------------------
Changed: plugin architecture. Update plugins.
Changed: mouse selection is now more closer to RichEdit.
Changed: now "ShowModify" parameter by default is equal to 1+8=9.
Changed: file reopening if user saved a file in spite of prevention that symbols will be lost.

Added: messages for text folding in AkelEdit.
Added: ability to assign Tab, Shift+Tab in plugins dialog, on condition that the hotkey
       input box was activated using the mouse.

http://akelpad.sourceforge.net/en/index.php
Titel: Texmaker 1.9.9 erschienen
Beitrag von: SiLæncer am 11 Februar, 2010, 19:41
Umfangreicher LaTeX-Editor mit integrierten Tools und Funktionen wie Syntax-Highlighting, 370 mathematischen Symbolen und Ausdrücken, Suchen und Ersetzen oder Rechtschreibprüfung; konvertiert zudem LaTeX ins HTML-Format.

(http://www.heise.de/software/screenshots/31402.jpg)

Changelog:

- while inserting a latex structure (via the code completion or a texmaker command), the fields of the structure are marked with a special character ("•") and users can directly jump to the next field with the "Tab" key.
- verbatim support has been added in the syntax highlighting.
- shortcuts has been added for the "next/previous latex error" commands.
- "escape" shortcut is now udes to close the "find" panel.
- a new option has been added for the user tags : "@" will be replaced by "•" fields (the first "•" field will be replaced by the selected text)
- shortcuts can now be changed by pressing directly the key sequence.
- the blocks of a "beamer" document are now included in the "structure view".

http://www.xm1math.net/texmaker/download.html
Titel: RJ TextEd 6.0 Final
Beitrag von: SiLæncer am 12 Februar, 2010, 16:59
Version 6.0

Feb 12, 2010

Multi Paste

As with all other multi-edit features you position multiple text cursors or make several selections using Ctrl+LeftMouseButton. Then simply use "Paste" (Ctrl+V) to insert text, from the clipboard, in all instances at once.

This feature works with text clips that contain several lines, but there is one limitation. You can only insert one multiple line clip per line. If you have two selections on the same line, only the first selection is replace when you paste. You can insert as many one line clips as you want though, even on the same line.

Syntax Files

    * I've added a JSP syntax file in this version.
    * You can now use [] arrays with auto completion, e.g. List[index].<members>

Text Clip Manager

Added buttons to sort or position your clips as you like in the lower list. You can also insert separators by adding an item called "-".
Misc

    * Updated the help on syntax files.
    * Double click on document tab bar will open a new document.
    * Added option to assign files without an extension to a highlighter. (Preferences -> Editor - File).
    * Added a button for RegEx help in all search dialogs.
    * May have fixed some Unicode path issues.
    * Illegal control characters are now removed when you open the file. A message is displayed to inform the user when this happens.
    * Added a silent option to the "Document.ReplaceAll" script function.
    * Updated the regex dll to a newer version.

http://www.rj-texted.se/
Titel: SciTE 2.03
Beitrag von: SiLæncer am 14 Februar, 2010, 10:34
Editor mit Syntax-Highlighting, Auto-Completion, Folding und vielem mehr...

(http://www.heise.de/software/screenshots/1206.jpg)

Version 2.03 fixed non-responsive UI while running tools on GTK+ and autocompletion lists appearing as a single line.

Lizenz: Open Source

http://www.scintilla.org/SciTE.html
Titel: AkelPad 4.4.1
Beitrag von: SiLæncer am 14 Februar, 2010, 17:34
AkelPad 4.4.1 (Feb 14, 2010)
----------------------------
Changed: improved file icon detection (MDI).

Added: option for turn off RichEdit mouse selection type.

Fixed: program error when word wrapping in split windows.
Fixed: out of the text area didn't redraw after computer unlocking.

http://akelpad.sourceforge.net/en/index.php
Titel: Bluefish 2.0.0 ist fertig
Beitrag von: SiLæncer am 17 Februar, 2010, 11:31
Bluefish, ein Editor für Quelltexte und Webseiten, ist in Version 2.0.0 freigegeben worden. Während des Entwicklungsprozesses veröffentlichte das Bluefish-Projekt 16 Entwicklerversionen und drei Veröffentlichungskandidaten.

Zu den Neuerungen in Bluefish 2.0 zählen die automatische Vervollständigung für HTML, CSS und einen Großteil der anderen unterstützten Sprachen, etwa PHP. Eine kontextsensitive Hilfe beschreibt jedes der zu Auswahl angebotenen Elemente, wird der Mauszeiger über einem Tag im Dokument platziert, wird die Beschreibung ebenfalls eingeblendet. Eine Inline-Rechtschreibprüfung macht schon bei der Entstehung der Dokumente Jagd auf Fehler und dank einer Lesezeichenfunktion können Anwender schnell zu ausgewählten Dokumenten springen. Mittels Snippets soll sich der Entwicklungsprozess erheblich beschleunigen lassen, denn mit dieser Funktion lassen sich häufig benötigte Codeschnippsel an frei definierbare Tastenkombinationen binden und so rasch einfügen.

Ein weiteres neu hinzugekommenes Feauture ist die »Character Map«, mit welcher sich Sonderzeichen per Mausklick einfügen lassen, was vor allem dann hilft, wenn beispielsweise der HTML-Code eines selten benutzten Zeichens gesucht wird. Die Synchronisation von Up- und Downloads hilft vor allem bei großen Webseiten, die lokal entwickelt und dann direkt aus dem Editor auf den Webspace geschickt werden können. Eine Dokumentwiederherstellung, eine Art automatisches Speichern, soll verhindern, dass getätigte Änderungen bei einem Programm- oder Rechnerabsturz verloren gehen. Die Entwickler erweiterten die Palette der in Bluefish integrierten Werkzeuge und auch die Menüpunkte für Projekte und Dokumente wurden um etliche Optionen ergänzt.

Auf der Projektwebseite ist der Funktionsumfang (http://bluefish.openoffice.nl/features.html) des Entwicklerwerkzeuges zu einem großen Teil aufgelistet. Momentan ist Bluefish 2.0 nur als Quelltext (http://www.bennewitz.com/bluefish/stable/source/) verfügbar, Binärpakete für die einzelnen Distributionen dürften in Kürze bereitstehen.

Quelle : www.pro-linux.de
Titel: RecordEditor 0.69a
Beitrag von: SiLæncer am 17 Februar, 2010, 17:21
RecordEditor is a datafile editor, similar to File-Aid or Net-Cobols Cobol-Editor. It uses a record layout to format the data in the file in to a human readable format. Because it knows the format of fields, it can format binary fields as normal numbers rather than displaying hex equivalent as most hex editors do. The file can be editted in a table (spreadsheet-like format) or in a single record format with fields going down the page.

(http://images.betanews.com/screenshots/1134440786-1.gif)

Licence: Freeware

http://record-editor.sourceforge.net/
Titel: CSVed V2.0.1
Beitrag von: SiLæncer am 17 Februar, 2010, 19:30
CSVed is a basic spreadsheet file editor which can be used to create and manipulate CSV files. You can add/delete columns, rearrange column order, change separator, filter items, remove duplicates, split/join columns etc.

new in version (2.0.1)

   1. cell edit has problems, disabled in Vista and 7

License:  Cardware

http://csved.sjfrancke.nl/index.html
Titel: Fresh HTML 3.44
Beitrag von: SiLæncer am 19 Februar, 2010, 12:24
February 20, 2010: Fresh HTML 3.44.

 What's new: more template pack.

http://www.freshwebmaster.com/freshhtml.html
Titel: Win32Pad V1.5.10.4
Beitrag von: SiLæncer am 21 Februar, 2010, 05:18
Win32Pad is a small Notepad replacement with a number of additional features, such as recent file list, line numbering, auto indent etc. It can deal with both Windows and Unix text file formats, and file size is limited only by the available memory. It can also be minimized to the system tray.

(http://www.gena01.com/win32pad/screenshots/win32pad.gif)

License:  Freeware

http://www.gena01.com/win32pad/
Titel: Notepad++ 5.6.7
Beitrag von: SiLæncer am 21 Februar, 2010, 21:35
Here's the change log :

1. Fix "Find in files" crash bug.
2. Focus (switch to) the dirty document while asking to save unsaved document when user close Notepad++.
3. Fix the bug while giving command C:\NppDir>notepad++ (w/o quote), npp try to open file "notepad++".
4. Enlarge regconition of clickable link from "http://" to any URI.
5. Fix the bug while changing the language list in Style Configurator, the "Save and close" button is enabled.

http://notepad-plus.sourceforge.net/
Titel: PSPad editor 4.5.5.2384 Beta
Beitrag von: SiLæncer am 23 Februar, 2010, 22:54
PSPad is a universal freeware editor. There is no complex install process; the program is ready to work immediately, without requiring customization. It supports many file types and languages, with syntax highlighting. There are macros, clip files and templates to automate repetitive activities. An integrated HEX Editor, Project support, FTP Client, Macro Recorder, File Search/Replace, Code Explorer, code page conversion, are just some of the many possibilities that PSPad can offer you.

(http://images.betanews.com/screenshots/1076948037-1.png)

http://www.pspad.com/
Titel: Editor TEA 27.0.0 mit deutscher Oberfläche
Beitrag von: SiLæncer am 26 Februar, 2010, 12:53
TEA, ein freier Editor für HTML, Docbook, und Latex, ist in Version 27.0.0 erhältlich. Erstmals gibt es eine deutsche Lokalisierung.

Daneben hat der ukrainische Entwickler Peter Semiletov die Anzeige von Zeilennummern eingeführt und einige Bugs behoben. Zu den neuen Features gehört auch die rekursive Suche in mehreren Dateien. Außerdem lässt sich der Editor nun besser skripten. Mit der Methode "app.call_menuitem()" lassen sich alle Menüeinträge ansprechen.

TEA 27.0.0 setzt das Qt-Toolkit in Version 4.4 oder neuer voraus. Der Editor ist unter GPL lizenziert und steht im Quelltext sowie in Binärversionen für Linux und Windows zum Download auf der TEA-Projektseite (http://tea-editor.sourceforge.net/) bereit.

Quelle : www.linux-magazin.de
Titel: EditPad Lite 6.6.2
Beitrag von: SiLæncer am 01 März, 2010, 10:47
EditPad Lite is a general-purpose text editor, designed to be small and compact, yet offer all the functionality you expect from a basic text editor. EditPad Lite works with Windows NT4, 98, 2000, ME, XP and Vista.

(http://www.editpadpro.com/screens/editpadlite.png)

http://www.editpadpro.com/editpadlite.html
Titel: Notepad2 4.1.24
Beitrag von: SiLæncer am 02 März, 2010, 09:19
New in Version 4.1.24 (released March 02, 2010)

  - /z command line switch (support registry-based Notepad replacement)
  - /u command line switch (launch Notepad2 with elevated privileges)
  - Fixed some /p command line switch options not working properly
  - Display more informative error messages for file operation failures
  - Hotkey to copy pathname of current file to clipboard (Shift+F9)
  - Window title indicator when running with elevated privileges
  - Ini-options to control system MRU, taskbar and jump list behaviour
  - Enhanced portability for directory settings inside My Documents
  - Configure whether tab key always modifies indenting whitespace
  - Revised word wrap settings dialog and added more detailed options
  - New style setting to control font smoothing (see FAQ on my website)
  - New style setting to control size of visible white space dots
  - Improved cursor visibility on any background color
  - Added new "HTML Element Text" and "XML Element Text" styles
  - Improved default style utilization for HTML-embedded schemes
  - Updated PowerShell keywords to version 2.0
  - Added missing keywords to VBScript scheme
  - Fixed deleted files reappearing in MRU lists
  - Updated Scintilla library to 2.03

http://www.flos-freeware.ch/notepad2.html
Titel: Fresh HTML 3.45
Beitrag von: SiLæncer am 04 März, 2010, 11:07
Fresh HTML is a software to create and edit pages for the world wide web. Its “WYSIWYG” (what you see is what you get) interface makes editing HTML pages as easy as using your favorite word processor. Its built-in editor allows advanced users to fine-tune HTML codes to fit their needs. This software is 100% free, no spyware, and updated regularly.

What's new: more template pack.

Licence: Freeware

http://www.freshwebmaster.com/freshhtml.html
Titel: Notepad++ 5.6.8
Beitrag von: SiLæncer am 05 März, 2010, 08:30
Notepad++ v5.6.8 new features and fixed bugs (from v5.6.7) :

1.  Fix comment stream without selection bug.
2.  Fix Find in files results highlighting regression bug.
3.  Fix regression bug (include the correct SciLexer.dll) about insensible case search mode.

http://notepad-plus.sourceforge.net/
Titel: RJ TextEd 6.10 Beta 1
Beitrag von: SiLæncer am 06 März, 2010, 13:34
kein Changelog verfügbar ...

http://www.rj-texted.se/
Titel: RJ TextEd 6.10 Final
Beitrag von: SiLæncer am 16 März, 2010, 13:01
Version 6.10
Mars 15, 2010

New features in this version:

Alternative Font

An alternative font is a second font you can switch to, e.g. if you want to display the text using a fixed or proportional font.

* Set an alternative font for all file types in options.

* Select an alternative font in the view menu.

* Switch between fonts in view menu (or using keyboard shortcut).
TODO list

Added a TODO list to the code explorer tab. It will find comments like

// TODO

// NOTE

/* TODO ... */

Please note that TODO or NOTE must be on the same line as the comment identifier and the letters must be capitalized.
Search result context menu

Added a context menu in the search result view. It contains items to:

Load from file... (load a previously saved file)
Save to file... (save the result to an XML file)
Export to text file... (save the results to a plain text file)
Clear (clear the view)
Replace All Undo/Redo

Rewrote the functions to use much less memory. If you use replace all repeatedly, you may end up with a very large undo buffer in previous versions.

The difference with this new code is huge.
Select/Delete functions

Added several new select and delete functions.

Select:
- Sentence
- to begin of sentence
- to end of sentence

Delete:
- Sentence
- to begin of sentence
- to end of sentence

Also fixed select/delete to begin/end of line when using word wrap.
Nested comments

Fixed some issues with nested comments and made sure you can use comment identifiers that contain a line comment identifier.

E.g.

LineComment = '
CommentStart = '*
CommentEnd = *'

Auto Complete and Tag Complete Variables
You can now define variables when creating completion items in a syntax file.

E.g.
In the syntax editor we can add the following items to the auto complete section:

@myVar1
- Item 1
- Item 2
- Item 3

@myVar2
- Item 1
- Item 2

MyClass1.
- @myVar1
- @myVar2
- Item 6
- Item 7
Spell check dialog

Tags are now ignored when using the spell check dialog. attributes in XML tags are still checked.
New script object (WStrings)

This object can be used to store WideStrings (Unicode). It's basically a normal string list but uses WideStrings instead of ANSI strings.
Misc

I've fixed several issues and made several small improvements. Most changes should be listed in the forum.

http://www.rj-texted.se/
Titel: AkelPad 4.4.2
Beitrag von: SiLæncer am 16 März, 2010, 18:42
Added: color printing.
Added: Polish language module (Krzysztof Janicki).
Added: check main window visibility on startup.

Fixed: possible crash after I/O error.
Fixed: text folding.
Fixed: vertical selection.
Fixed: closing the plugin dockable window through the Esc key, could send a program exit signal.

http://akelpad.sourceforge.net/en/index.php
Titel: DocPad 8.2
Beitrag von: SiLæncer am 17 März, 2010, 09:16
Erweiterter Text-Editor als Alternativer zu Notepad; bietet unter anderem eine Rechtschreibprüfung, eine anpassbare Toolbar sowie die Möglichkeit, Makros zu verwenden.

(http://www.gammadyne.com/images/dp-ss-1.gif)

http://www.gammadyne.com/docpad.htm
Titel: RText 1.1.0.0
Beitrag von: SiLæncer am 17 März, 2010, 18:09
RText is a fully customizable programmer's text editor. Some of its features include syntax highlighting, editing multiple documents at once, printing and print preview, find/replace/find in files dialogs, undo/redo, and online help.

(http://fifesoft.com/rtext/images/Windows/rtext_win_2.jpg)

Licence: Freeware (GPL)

http://fifesoft.com/rtext/index.php
Titel: EditPad Lite 6.6.3
Beitrag von: SiLæncer am 21 März, 2010, 08:23
EditPad Lite is a general-purpose text editor, designed to be small and compact, yet offer all the functionality you expect from a basic text editor. EditPad Lite works with Windows NT4, 98, 2000, ME, XP and Vista.

(http://www.editpadpro.com/screens/editpadlite.png)

http://www.editpadpro.com/editpadlite.html
Titel: CKEditor 3.2
Beitrag von: SiLæncer am 24 März, 2010, 16:30
WYSIWYG-Editor für eigene Webseiten, der sich in diverse Skriptsprachen integrieren lässt; unterstützt die meisten gängigen Browser; auch mit kommerzieller Lizenz erhältlich

(http://www.heise.de/software/screenshots/64589.jpg)

New features:

    * Several accessibility enhancements:
          o #4502 : The editor accessibility is now totally based on WAI-ARIA.
          o #5015 : Adding accessibility help dialog plugin.
          o #5014 : Keyboard navigation compliance with screen reader suggested keys.
          o #4595 : Better accessibility in the Templates dialog.
          o #3389 : Esc/Arrow Key now works for closing sub menu.
    * #4973 : The Style field in the Div Container dialog is now loading the styles defined in the default styleset used by the Styles toolbar combo.

Fixed issues:

    * #5049 : Form Field list command in JAWS incorrectly lists extra fields.
    * #5008 : Lock/Unlock ratio buttons in the Image dialog was poorly designed in High Contrast mode.
    * #3980 : All labels in dialogs now use <label> instead of <div>.
    * #5213 : Reorganization of some entries in the language files to make it more consistent.
    * #5199 : In IE, single row toolbars didn't have the bottom padding.



Lizenz: Open Source

http://ckeditor.com/
Titel: Semagsoft Document.Editor 0.8.8
Beitrag von: SiLæncer am 26 März, 2010, 23:47
Document.Editor is a multitab text editor for Windows. It includes plain and rich text format support, multi tab interface so you can edit multiple documents in a session, compact application size, and multiple commands.

(http://images.betanews.com/screenshots/1221016805-1.png)

Latest Changes

- Updated UI
- Updated Options dialog
- You can now hide the statusbar

Freeware

Download (http://fileforum.betanews.com/download/Semagsoft-DocumentEditor/1221016805/1)

http://semagsoft.com
Titel: Jarte V4.1
Beitrag von: SiLæncer am 30 März, 2010, 23:06
Jarte is a word processor that uses Window's built-in word processing engine while adding many features missing in WordPad. It supports text files, RTF, DOC and DOCX file formats. Features include tabbed document interface, spell check, clipboard manager, bookmark support, visual header/footer designer, multi-level undo/redo etc.

License:  Freeware

http://www.jarte.com/index.html
Titel: Akelpad V4.4.3 erschienen
Beitrag von: SiLæncer am 31 März, 2010, 17:27

Changed: released Ctrl+E hotkey, which used for "Read only" mode.
Changed: integrated settings "TabViewMDI", "TabTypeMDI", "TabSwitchMDI" in "TabOptionsMDI", "CaretOutEdge", "CaretVertLine" in "CaretOptions".

Added: option for turn off mouse text dragging.

Fixed: probability of incorrect file reading in DBCS codepage (WinVista/7).
Fixed: color printing.
Fixed: check main window visibility on startup.
Fixed: after changing new line format, selection didn't updated.

http://akelpad.sourceforge.net/en/index.php
Titel: Firstobject XML Editor 2.4
Beitrag von: SiLæncer am 02 April, 2010, 14:56
Firstobject XML editor for Windows is called foxe. It loads big files (multi-megabyte) fast and lets you format XML and edit HTML and any loosely formed XML or other markup. The tree view is customizable for useful navigation.

(http://www.firstobject.com/foxe-rss.jpg)

Other features include syntax coloring, word wrap, Go To Line, show XML path, Microsoft global IME, MSXML based DTD validation. It does not depend on MSXML.

License:  Freeware/Open Source

http://www.firstobject.com/dn_editor.htm
Titel: RJ TextEd 6.20 Beta 1
Beitrag von: SiLæncer am 02 April, 2010, 19:10
In this version I've added:

Project Class View

* List all classes, class members and functions in your project files.

* A project wide TODO list. NOTE's and TODO's are listed per file and there are 3 priorities, indicated by 3 different icons. To add a priority in your code you should enter something like below:

// TODO,2 This todo has the priority 2

// TODO This todo has the priority 1. You can also enter // TODO,1

Code Explorer (TODO list)
Made some changes to the TODO list.

NOTE's and TODO's can have 3 priorities, indicated by 3 different icons. To add a priority in your code you should enter something like below:

// TODO,2 This todo has the priority 2

// TODO This todo has the priority 1. You can also enter // TODO,1

Select to begin/end of screen line
Added menu items to select to begin or end of screen line. In word wrap mode this function only select on the visible line. When word wrap is turned off this function work exactly the same as "Select to begin/end of line".

Delete to begin/end of screen line
Added menu items to delete to begin or end of screen line. In word wrap mode this function only delete on the visible line. When word wrap is turned off this function work exactly the same as "Delete to begin/end of line".

Word Count
Added a word count function. Listed items in the result window are:

Words:
Characters:
Spaces:
Tabs:
Lines:
Blank lines:
Largest line:

The result is displayed in 2 columns.

"Total" for the entire document and
"Selection" for inside the selected text.

Delimiter Option with double click selection
Added an option to change the characters limiting the selection made with a double mouse click.

I've also added an option for Alt+Double click.

Space and tab characters are always added automatically to the delimiter string.

Alt+Double click
You can now use Alt+Double mouse click to select text. You can set which symbols to limit the selection in options.


Also fixed some issues like:

* Undo/Redo in word wrap.
* Random exception errors at close down.
* Closing files was sometimes slow.
* Closing program was sometimes slow.

Plus a few issues reported in the forum.

http://www.rj-texted.se/
Titel: DFM2HTML 4.1
Beitrag von: SiLæncer am 04 April, 2010, 16:46
DFM2HTML ist ein WYSIWYG HTML-Editor, mit dem man per Drag&Drop Webseiten ohne Kenntnisse von HTML professionell erstellen kann.
Effekte wie Schatten/Rotation/Anti-Aliasing/Runde Ecken machen Bildbearbeitungsprogramme überflüssig.

(http://download.winboard.org/uploads/Image/dfm2html.jpg)


    * WYSIWYG in Kombination mit Stylesheet-basiertem Design
    * Mehrere HTML-Seiten können in einem Dokument verwaltet werden
    * Graphische Effekte (z.B. Anti-Aliasing, Schatten, Runde Ecken)
    * HTML-Formulare
    * kompakte HTML-Code-Generierung
    * Unicode
    * PHP
    * DHTML-Menüs

Unterstützt wird WIN95-7
Herstellerseite: http://www.dfm2html.de/
Titel: RJ TextEd 6.20 Beta 2
Beitrag von: SiLæncer am 04 April, 2010, 17:49
Fixed in this version:

* An error could occur when closing all files one by one.
* An error could occur when closing all files and then opening a new one.
* Program could sometimes freeze when behind other windows.
* Program could sometimes freeze when opening a file and using dual document view.
* Increased close file speed.
* Fixed a menu language problem.
* Fixed a small issue with parameter hints.

http://www.rj-texted.se/
Titel: SciTE 2.10
Beitrag von: SiLæncer am 05 April, 2010, 13:31
Editor mit Syntax-Highlighting, Auto-Completion, Folding und vielem mehr...

(http://www.heise.de/software/screenshots/1206.jpg)

Version 2.10 can access files on Windows with names outsides the user's preferred character encoding. Case insensitive search and the upper and lower case commands work on non-ASCII characters. SciTE will no longer run on Windows 95, 98 or ME.

Lizenz: Open Source

http://www.scintilla.org/SciTE.html
Titel: Leafpad 0.8.17 (Linux)
Beitrag von: SiLæncer am 09 April, 2010, 21:41
Leafpad is a simple GTK+ text editor that emphasizes simplicity. As development focuses on keeping weight down to a minimum, only the most essential features are implemented in the editor. Leafpad is simple to use, is easily compiled, requires few libraries, and starts up quickly.

(http://images.betanews.com/screenshots/1270836681-1.png)

Lizenz: Open Source

http://tarot.freeshell.org/leafpad
Titel: RJ TextEd 6.20 Final
Beitrag von: SiLæncer am 09 April, 2010, 22:53
Version 6.20
April 9, 2010
Project Class View

The project class view can list all classes, class members and functions in your project. It also includes a project wide TODO list. NOTE's and TODO's are listed per file and can have one of three priorities. 1, 2 or 3. Each item in the list has an icon to indicated the priority.

To add a priority in your code you should enter something like below:

// TODO,2 This todo has the priority 2 // TODO This todo has the priority 1.
Code Explorer (TODO list)

Made some changes to the TODO list. NOTE's and TODO's can have 3 priorities, indicated by 3 different icons. To add a priority in your code you should enter something like below:

// TODO,3 This todo has the priority 3 // TODO,1 This todo has the priority 1.
Select to begin/end of screen line

Added menu items to select to begin or end of row. In word wrap mode this function only select on the visible line (row). When word wrap is turned off this function work exactly the same as "Select to begin/end of line".
Delete to begin/end of screen line

Added menu items to delete to begin or end of row. In word wrap mode this function only delete on the visible line. When word wrap is turned off this function work exactly the same as "Delete to begin/end of line".
Selection

Changed selection to include linefeed/carriage returns. When more than one line is selected you can see an extra invisible character selected with each line. This includes blank lines as well, making the selection easier to see.
ASP/PHP tag color

It is possible to set the font style and color for ASP and PHP tags in options (highlighter section).
Word Count

Added a word count function. Listed items in the result window are:

Words:
Characters:
Spaces:
Tabs:
Lines:
Blank lines:
Largest line:

The result is displayed in 2 columns.

"Total" for the entire document and
"Selection" for inside the selected text.
Delimiter Option with double click selection

Added an option to change the characters limiting the selection made with a double mouse click.

I've also added an option for Alt+Double click.

Space and tab characters are always added automatically to the delimiter string.
Alt+Double click

You can now use Alt+Double mouse click to select text. You can set which symbols to limit the selection in options.
Optimized window painting and code

Made some changes to speed up painting of the main window. Also made several optimizations in code to speed up text drawing, scrolling, open/close of files and start/close of program.

    * Also fixed some issues like:Undo/Redo in word wrap.
    * Random exception errors at close down.
    * Closing files was sometimes slow.
    * Closing program was sometimes slow.
    * An error could occur when closing all files one by one.
    * An error could occur when closing all files and then opening a new one.
    * Program could sometimes freeze when behind other windows.
    * Program could sometimes freeze when opening a file and using dual document view.
    * Fixed a small issue with parameter hints.
    * Html highlighting issue with line comments in text.

Plus a few issues reported in the forum.

http://www.rj-texted.se/
Titel: SciTE 2.11
Beitrag von: SiLæncer am 10 April, 2010, 19:28
Zitat
Version 2.11 is just to match a Scintilla compatibility fix release.

http://www.scintilla.org/SciTE.html
Titel: GetDiz V4.5
Beitrag von: SiLæncer am 12 April, 2010, 16:33
GetDiz is a fully featured text editor which can replace Notepad while maintaining an incredible speed, ease of use and small size. You can display and edit any text files with GetDiz. Additionally it offers enhanced functionality with DIZ and NFO files, which are often included in ZIP archives. GetDiz is able to display ASCII art correctly and save text, nfo and diz files as GIF images.

License:  Freeware

http://www.outertech.com/index.php?_charisma_page=product&id=4
Titel: Extreme Editor V7.0.8.2
Beitrag von: SiLæncer am 13 April, 2010, 08:42
Extreme Editor is a an ascii / text editor with several features oriented towards programming. It has a clean interface: no eye candy or color buttons. Simple, minimalistic and easy to use.

(http://ufridman.org/images/eedit.png)
Features:

• A tabbed interface with no toolbars or colorful distractions.
• Supports full-screen mode.
• Syntax highlighting for several languages: C, C++, Assembler, Pascal, • Python, Perl, Ruby, XML, CSS and many more.
• Text formatting tools.
• A simple Hex viewer.

License:  BSD

http://ufridman.org/extremeeditor.html
Titel: ResEdit Resource Editor 32/64 bit 1.4.13
Beitrag von: SiLæncer am 21 April, 2010, 19:03
ResEdit is a free Resource Editor for Win32 programs. You can use it if you want to use dialogs, icon, version information or other types of resources. Output files can be compiled by any Win32 compiler, like MinGW and Microsoft Visual C++. To open a file which uses Win32 API symbolic constants, you will also need Win32 header files (usually coming with you compiler).

(http://images.betanews.com/screenshots/1271671092-1.png)

Latest Changes

- Added : Open/Save x64 PE files
- Fixed : Bug while saving version info resources

Freeware

http://www.resedit.net/
Titel: Scriptly 0.8.95.5
Beitrag von: SiLæncer am 23 April, 2010, 17:00
Freeware-HTLM-Editor, der auf das Schreiben von HTML und PHP-Quelltext ausgelegt ist.

(http://download.winboard.org/uploads/Image/scriptly.png)

Einige Funktionen sind:
- Unterstützung von Syntaxhervorherung für HTLM, PHP, CSS, java script, Smarty, SQL, XML und INI
- Dateibrowser mit FTP-Client
- Links, Hexadezimale Farbdefinition, Uhrzeit, MD5 sowie komplette HTML-Tabellen und Kommentare per Klick einfügbar
- Projekt-Verwaltung mit Include-System, Todo-Liste und weiteren nützlichen Features
- Parameter-Einblendung für PHP-Funktionen
Eine komplette Übersicht der Funktionen findet man auf dieser Seite (http://scriptly.webocton.de/10/48/informationen/features.de.html).

Außerdem gibt es eine Online-Hilfe auf dieser Seite (http://scriptly.webocton.de/help/de/index.html).

Unterstützt wird WIN 98 bis Seven

http://webocton.de/
Titel: DFM2HTML 4.2
Beitrag von: SiLæncer am 23 April, 2010, 18:22
DFM2HTML ist ein WYSIWYG HTML-Editor, mit dem man per Drag&Drop Webseiten ohne Kenntnisse von HTML professionell erstellen kann.
Effekte wie Schatten/Rotation/Anti-Aliasing/Runde Ecken machen Bildbearbeitungsprogramme überflüssig.

(http://download.winboard.org/uploads/Image/dfm2html.jpg)


    * WYSIWYG in Kombination mit Stylesheet-basiertem Design
    * Mehrere HTML-Seiten können in einem Dokument verwaltet werden
    * Graphische Effekte (z.B. Anti-Aliasing, Schatten, Runde Ecken)
    * HTML-Formulare
    * kompakte HTML-Code-Generierung
    * Unicode
    * PHP
    * DHTML-Menüs

Unterstützt wird WIN95-7
Herstellerseite: http://www.dfm2html.de/
Titel: Fresh HTML 3.46
Beitrag von: SiLæncer am 24 April, 2010, 18:41
Zitat
April 25, 2010: Fresh HTML 3.46. What's new: more template pack.

http://www.freshwebmaster.com/freshhtml.html
Titel: QuickEditor 4.0.3702.19745
Beitrag von: SiLæncer am 25 April, 2010, 09:58
Tab-basierter Text-Editor für kurze Notizen; öffnet sich automatisch, sobald der Nutzer mit der Maus den linken Bildschirmrand berührt.

(http://www.heise.de/software/screenshots/66059.jpg)

http://quickeditor.ranger81.de/
Titel: BBCode-Formatierer 1.2
Beitrag von: SiLæncer am 26 April, 2010, 08:54
Ermöglicht es, Forenbeiträge vorzubereiten und mit Textformatierungen per BBCode zu versehen; verfügt über eine Rechtschreibprüfung, einen Thesaurus und einer automatischen Wortvervollständigung.

(http://maik-nebendahl.de/media/BBCodes_Formatierer/Bilder/Haupt.png)

http://maik-nebendahl.de/pages/bbcodes-formatierer.php
Titel: Semagsoft Document.Editor 0.9.0
Beitrag von: SiLæncer am 28 April, 2010, 17:29
Document.Editor is a multitab text editor for Windows. It includes plain and rich text format support, multi tab interface so you can edit multiple documents in a session, compact application size, and multiple commands.

(http://images.betanews.com/screenshots/1221016805-1.png)

Latest Changes

- New icon set
- Bug fix's

Freeware

Download (http://fileforum.betanews.com/download/Semagsoft-DocumentEditor/1221016805/1)

http://semagsoft.com
Titel: Fresh HTML 3.47
Beitrag von: SiLæncer am 30 April, 2010, 23:09
Fresh HTML 3.47.

What's new: more template pack.


http://www.freshwebmaster.com/freshhtml.html
Titel: RJ TextEd 6.30 Final
Beitrag von: SiLæncer am 04 Mai, 2010, 21:06
Version 6.30
May 5, 2010
Tools (in menus)

All tools will be displayed with icons, if selected in options.
Tools (in toolbars)

    * Tools can now be added to all "Quickbar" toolbars and the editor toolbar.
    * Sub menus can be added to toolbars. The tool button will have an drop down arrow and when clicked, will display the sub menu.
    * Made some changes in options to enable sub menus in toolbars.

Bookmarks

Bookmarks are no longer displayed using small icons in the left margin. Instead a filled rectangle is used around the line number with its own background color. The upper right corner is used to indicate a normal bookmark (*) and a numbered bookmark (0-9).
The bookmark menu now looks like below: Toggle Bookmark (Ctrl+F2) Previous Bookmark (Alt+F2) Next Bookmark (F2) Clear all Bookmarks Delete bookmarked lines - Numbered Bookmarks -- Set Bookmark -- Goto Bookmark

You can use Alt+LeftMouseButton to toggle bookmarks. Just click in the left margin to toggle them on or off.

The bookmark color can be changed in options (Preferences->Left Margin).
Goto line #

You can now go to a column using this function.
Ex. 123:14 will take you to line 123 and column 14. Ex. :23 will take you to column 23 on the current line. Ex. 123 will take you to line 123.
Fixed

    * Made the options dialog wider.
    * Fixed some display issues in the left margin.
    * Fixed some minor display issues in the options dialog with themes.
    * Solved some resize issues.
    * Fixed several minor issues.
    * Fixed several issues listed in the forum.


http://www.rj-texted.se/
Titel: RJ TextEd 6.31 Final
Beitrag von: SiLæncer am 05 Mai, 2010, 15:14
Version 6.31
May 5, 2010
Fixed

Because of a build problem not all updated components where included in the latest build (version 6.30). It's been fixed and to avoid confusement I've updated the version to 6.31.

http://www.rj-texted.se/
Titel: GNU Emacs 23.2
Beitrag von: SiLæncer am 09 Mai, 2010, 09:19
Erweiterbarer Texteditor, der sich vom Benutzer anpassen lässt; erleichtert das Schreiben von Quelltext durch Syntax-Hervorhebung, enthält eine Hilfe und unterstützt mehrere Sprachen.

(http://www.heise.de/software/screenshots/41375.jpg)

Lizenz: Open Source

http://www.gnu.org/software/emacs/
Titel: Open XML Editor 1.6.1
Beitrag von: SiLæncer am 12 Mai, 2010, 18:50
XML-Editor für XML 1.0, der die XML-Prüfung und DTD-Validierung beherrscht; hebt Wörter im Quellcode farbig hervor und speichert Dateien in UTF-8; unterstützt Saxon XSLT-Prozessor.

(http://www.heise.de/software/screenshots/33542.jpg)

kostenlos

http://www.philo.de/xmledit/
Titel: RJ TextEd v6.40 beta 2
Beitrag von: SiLæncer am 16 Mai, 2010, 20:17
Beta 2

Word wrap
Fixed an issue that sometimes messed up undo/redo. This issue may have affected normal editing as well with some very random behavior.

I also fixed some minor editing issues when using "Wrap at window edge".

Replace All
You can now use \r, \n or \r\n with regular expressions. They are all treated as "\r\n" (new line). This was done to avoid document corruption and avoid situations the editor could not handle.

Undo/Redo
Fixed an issue with undo/redo after a "Replace All".

Beta 1

Color dialog
Created a new color dialog that includes:

* Web safe colors with preview when hovering over the color palette.

* Color picker. Click on button and select a color from anyware on the screen.

* Standard color dialog button.

* Edit the color in hex form.

* The color under the text cursor is used when opening the color dialog.

Close dual document view
A dialog is displayed when you close the dual document view with files still in the right view. The dialog gives you three options:

* Close the files
* Move the files to the left view
* Hide the files

The last selected option is always remembered. You can also select to never display this dialog again. To display the message again you can change an option in the options dialog.

* I've also added a tab menu item to move all files to the left view.

Synchronized editing
You can now set the background color in options - Highlighters section.

Wordwrap
Moved the menu item to the "View" menu.

Fixed an issue when typing a character and you have selected text.

SFTP
The password dialog should now be displayed properly when you haven't saved a password, for you profile.

Error messages when the connection fails should now be displayed properly.

Misc changes

* Added a new block option to syntax files (FirstOnLine=<Yes|No>).

* Made some small changes in the file association dialog.

* Fixed a small issue when using IE8 as an external browser.

* Activating new highlighters should import the correct colors now.

* Fixed some minor issues when using the "Windows XP" menu style.

* The context menu item "Open file at cursor" can now use a selection.

http://www.rj-texted.se/
Titel: RJ TextEd 6.40 Final
Beitrag von: SiLæncer am 19 Mai, 2010, 15:18
Version 6.40
May 19, 2010
Color dialog

Created a new color dialog that includes:

    * Web safe colors with preview when hovering over the color palette.
    * Color picker. Click on button and select a color from anywhere on the screen.
    * Standard color dialog button.
    * Edit the color in hex form.
    * The color under the text cursor is used when opening the color dialog.

Close dual document view

A dialog is displayed when you close the dual document view with files still in the right view. The dialog gives you three options:

    * Close the files
    * Move the files to the left view
    * Hide the files

The last selected option is always remembered. You can also select to never display this dialog again. To display the message again you can change an option in the options dialog.

I've also added a tab menu item to move all files to the left view.
Synchronized editing

You can now set the background color in options - Highlighters section.
Word wrap

    * Moved the menu item to the "View" menu.
    * Fixed an issue when typing a character and you have selected text.
    * Fixed an issue that sometimes messed up undo/redo. This issue may have affected normal editing as well with some very random behavior.
    * Fixed some minor editing issues when using "Wrap at window edge".
    * Fixed some word wrapping issues when using "Wrap at window edge".

SFTP

    * The password dialog should now be displayed properly when you haven't saved a password for you profile.
    * Error messages when the connection fails should now be displayed properly.

Replace All

You can now use \r, \n or \r\n with regular expressions. They are all treated as "\r\n" (new line). This was done to avoid document corruption and avoid situations the editor could not handle.
Undo/Redo

Fixed several issues with undo/redo.
Misc changes

    * Added a new block option to syntax files (FirstOnLine=).
    * Made some small changes in the file association dialog.
    * Fixed a small issue when using IE8 as an external browser.
    * Activating new highlighters should import the correct colors now.
    * Fixed some minor issues when using the "Windows XP" menu style.
    * The context menu item "Open file at cursor" can now use a selection.

I've also fixed some issues reported in the forum.


http://www.rj-texted.se/
Titel: PSPad editor 4.5.5.2388 Beta
Beitrag von: SiLæncer am 21 Mai, 2010, 19:32
PSPad is a universal freeware editor. There is no complex install process; the program is ready to work immediately, without requiring customization. It supports many file types and languages, with syntax highlighting. There are macros, clip files and templates to automate repetitive activities. An integrated HEX Editor, Project support, FTP Client, Macro Recorder, File Search/Replace, Code Explorer, code page conversion, are just some of the many possibilities that PSPad can offer you.

(http://images.betanews.com/screenshots/1076948037-1.png)

Freeware

http://www.pspad.com/
Titel: Fresh HTML 3.48
Beitrag von: SiLæncer am 26 Mai, 2010, 12:56
Fresh HTML 3.48. What's new: more template pack.

http://www.freshwebmaster.com/freshhtml.html
Titel: SavageEd V1.4.3
Beitrag von: SiLæncer am 28 Mai, 2010, 07:24
SavageEd is a very small Windows notepad replacement written in assembly language. It can edit files of any size, limited only by memory.

(http://sites.google.com/site/highlevelassembly/_/rsrc/1262582165613/downloads/savageed/savageed_sc02.jpg)

License:  Freeware/Open Source

http://sites.google.com/site/highlevelassembly/downloads/savageed
Titel: CKEditor 3.3
Beitrag von: SiLæncer am 29 Mai, 2010, 09:55
WYSIWYG-Editor für eigene Webseiten, der sich in diverse Skriptsprachen integrieren lässt; unterstützt die meisten gängigen Browser; auch mit kommerzieller Lizenz erhältlich

(http://www.heise.de/software/screenshots/64589.jpg)

New features:

    * #635 : The properties dialog will now open when double clicking on objects.
    * #3893 : It's now possible to indent/outdent lists when selecting the first list item.
    * #4968 : The contentsLangDirection setting now has a default value 'ui' which inherit language direction from the editor UI language.
    * #4649 : The color picker dialog is now accessible.
    * #3593 : The editing area is now enabled by contentEditable="true" instead of designMode="on" to allow creating uneditable content elements in all browsers.
    * #4056 : Hidden fields will now be displayed as fake element just like in FCKeditor 2.

Lizenz: Open Source

http://ckeditor.com/
Titel: Editor.jar 1.3
Beitrag von: SiLæncer am 01 Juni, 2010, 09:25
Javabasierter Texteditor mit Verschlüsselungsfunktion und Passwortverwaltung; speichert verschlüsselte Texte als HTML-Datei und ermöglicht den Versand als Anhang via E-Mail.

(http://www.heise.de/software/screenshots/69192.jpg)

kostenlos

http://www.7th-stone.com/
Titel: SciTE 2.12
Beitrag von: SiLæncer am 01 Juni, 2010, 10:26
Editor mit Syntax-Highlighting, Auto-Completion, Folding und vielem mehr...

(http://www.heise.de/software/screenshots/1206.jpg)

Version 2.10 can access files on Windows with names outsides the user's preferred character encoding. Case insensitive search and the upper and lower case commands work on non-ASCII characters. SciTE will no longer run on Windows 95, 98 or ME.

Zitat
Version 2.12 added a Copy Path command and fixed minor bugs.

Lizenz: Open Source

http://www.scintilla.org/SciTE.html
Titel: TexMakerX 1.9.9
Beitrag von: SiLæncer am 02 Juni, 2010, 08:24
GPL-LaTeX-Editor, der das Erstellen von LaTex-Dokumenten in Unicode vereinfacht; unterstützt den Nutzer beim Schreiben mittels interaktiver Rechtschreibprüfung, Syntax-Highlighting, Code-Folding und automatischer Code-Vervollständigung.

(http://www.heise.de/software/screenshots/53117.jpg)

Lizenz: Open Source

http://texmakerx.sourceforge.net/
Titel: Fresh HTML 3.49
Beitrag von: SiLæncer am 04 Juni, 2010, 22:27
Fresh HTML 3.49. What's new: button generator wizard.
http://www.freshwebmaster.com/freshhtml.html
Titel: CKEditor 3.3.1
Beitrag von: SiLæncer am 10 Juni, 2010, 20:53
WYSIWYG-Editor für eigene Webseiten, der sich in diverse Skriptsprachen integrieren lässt; unterstützt die meisten gängigen Browser; auch mit kommerzieller Lizenz erhältlich

(http://www.heise.de/software/screenshots/64589.jpg)

Fixed issues:

    * #5780 : Text selection lost when opening some of the dialogs.
    * #5787 : Liststyle plugin wasn't packaged into the core (CKEDITOR.resourceManager.load exception).
    * #5637 : Fix wrong nesting that generated "<head> must be a child of <html>" warning in Webkit.
    * #5790 : Internal only attributes output on fullpage <html> tag.
    * #5761 : [IE] Color dialog matrix buttons are barely clickable in quirks mode.
    * #5759 : [IE] Clicking on the scrollbar and then on the host page causes error.
    * #5772 : List style dialog is missing tab page ids.
    * #5782 : [FF] Wysiwyg mode is broken by 'display' style changes on editor's parent DOM tree.
    * #5801 : [IE] contentEditable="false" doesn't apply in effect on inline-elements.
    * #5794 : Empty find matching twice results in JavaScript error.
    * #5732 : If it isn't possible to connect to the SCAYT servers the dialogs might hang in Firefox. Fix for Firefox>=3.6.
    * #5807 : [FF2] New page command results in uneditable document.
    * #5807 : [FF2] SCAYT plugin is disabled in Firefox2 due to selection interference.
    * #5772 : [IE] Some numbered list style types are not supported by IE6/7 and causes JavaScript error.


Lizenz: Open Source

http://ckeditor.com/
Titel: Fresh HTML 3.50
Beitrag von: SiLæncer am 13 Juni, 2010, 08:40
Fresh HTML 3.50. What's new: button generator wizard enhancements.
http://www.freshwebmaster.com/freshhtml.html
Titel: Firstobject XML Editor V2.4.1
Beitrag von: SiLæncer am 13 Juni, 2010, 11:31
Firstobject XML editor for Windows is called foxe. It loads big files (multi-megabyte) fast and lets you format XML and edit HTML and any loosely formed XML or other markup. The tree view is customizable for useful navigation.Other features include syntax coloring, word wrap, Go To Line, show XML path, Microsoft global IME, MSXML based DTD validation. It does not depend on MSXML.

(http://www.firstobject.com/foxe-rss.jpg)

License:  Freeware/Open Source

http://www.firstobject.com/dn_editor.htm
Titel: EditPad Lite 6.6.4
Beitrag von: SiLæncer am 17 Juni, 2010, 11:46
EditPad Lite is a general-purpose text editor, designed to be small and compact, yet offer all the functionality you expect from a basic text editor. EditPad Lite works with Windows NT4, 98, 2000, ME, XP and Vista.

(http://www.editpadpro.com/screens/editpadlite.png)

EditPad Lite 6.6.4 - 17 June 2010

Improvements:

    * EditPad now cleans up obsolete history item registry keys or ini sections when saving its state.
    * EditPad now retries opening the clipboard several times instead of immediately showing a "cannot open clipboard" error if another application such as a clipboard monitor is interfering with EditPad's ability to access the clipboard.

Bug fixes:

    * Double-clicking URLs such as file://\\server\share\file.txt did nothing.
    * Search: If a file other than the active file needed to be reloaded from disk while searching through all files, an access violation occurred if the file is larger than 64K.

Freeware

http://www.editpadpro.com/editpadlite.html
Titel: DFM2HTML 4.3
Beitrag von: SiLæncer am 18 Juni, 2010, 13:53
DFM2HTML ist ein WYSIWYG HTML-Editor, mit dem man per Drag&Drop Webseiten ohne Kenntnisse von HTML professionell erstellen kann.
Effekte wie Schatten/Rotation/Anti-Aliasing/Runde Ecken machen Bildbearbeitungsprogramme überflüssig.

(http://download.winboard.org/uploads/Image/dfm2html.jpg)


    * WYSIWYG in Kombination mit Stylesheet-basiertem Design
    * Mehrere HTML-Seiten können in einem Dokument verwaltet werden
    * Graphische Effekte (z.B. Anti-Aliasing, Schatten, Runde Ecken)
    * HTML-Formulare
    * kompakte HTML-Code-Generierung
    * Unicode
    * PHP
    * DHTML-Menüs

Neu in version 4.3: * Bugs mit der FTP-Komponente gefixt * Spanische und französische Sprache geupdated
Unterstützt wird WIN95-7
Herstellerseite: http://www.dfm2html.de/
Titel: Akelpad V4.4.4
Beitrag von: SiLæncer am 19 Juni, 2010, 08:14
Akelpad is a plain text editor designed to be small and fast. Unicode support, both single-document and tabbed interfaces, unlimited file size and multi-level undo are just a few of the many features this editor offers.

(http://akelpad.sourceforge.net/files/screen_basic.png)

AkelPad 4.4.4 (Jun 19, 2010)
----------------------------
Changed: clean program installation recommended.
         Plugins merged:
           HighLight + CodeFold + AutoComplete -> Coder
           CaptureClipboard + PasteSerial + SelAutoCopy -> Clipboard
           AutoSave + NoBOM -> SaveFile
           Lines + Crypt + LinkExtract -> Format
           NoSelEOL + SmartHome -> SmartSel
         Plugins renamed:
            AutoScroll -> Scroll
         Plugins integrated in program:
           SaveAllAs, LogDate, KeybLayout
Changed: greatly reduced the number of lines in program code by optimizing Win95/98/Me support.
Changed: now libc.lib not used, which allow to compile the program on the latest MS VS without
         errors.
Changed: program settings saved only if any changes were made. Now it is possible to edit
         AkelPad.ini from the program.
Changed: at program exit, settings saved of the active tab, not of the last closed (MDI).
Changed: sorted non-menu commands.
Changed: read-only mode is not inherited and not saved now. Item from the menu "Options"
         moved to "View" menu. Read-only mode command is now 4216.
Changed: more soft work with text Drag'n'Drop.
Changed: before file opening controls are updated if the main window was minimized (MDI).

Added: pseudo multi-window (PMDI), which allows you to open an unlimited number of files.
       In contrast to the MDI mode, opening a new tab does not lead creation of new graphical
       objects, thus avoid GDI buffer overflow. For SDI/MDI/PMDI modes now used commands
       4261/4262/4263 respectively.
Added: possibility to use /OpenFile(), /SaveFile(), /Command(), /Call(), /Exec(), /Font(),
       /Recode(), /Insert() methods in command line. And also added parameters /L+ and /L- for
       silent answer on symbols loss warning.
Added: UTF32-LE and UTF32-BE codepage support.
Added: dialog "Save all as" that allows you to save all open documents in a particular encoding
       and new line format (MDI).
Added: option for remember keyboard layout of each tab (MDI).
Added: option for insert current date and time to the end of opened file, if it has ".LOG"
       at the beginning.
Added: manual parameter "DateInsertFormat" - defines insert date and time format.
Added: manual parameter "DateLogFormat" - defines date and time format for files containing
       ".LOG" at the beginning. Works only if enabled "Insert date if file has .LOG at the
       beginning" in settings (DateLog=1).
Added: manual parameter "PaintOptions" - defines, some text draw settings. Sets by the sum of
       members:
          1  Paint text by group of characters (default is character by character).
             With this flag some text recognition programs could start to work, printer
             could print faster, but highlighted symbols and combined unicode symbols can be
             drawn differently and editing of whose characters may become uncomfortable.
          2  Disable drawing new line selection as space character.
          4  Draw new line selection to the right edge.
          8  Hides the selection when the control loses the input focus.
        256  Hides scroll bars instead of disabling them.
        512  Draw thin edit window border.
       By default: 0.
Added: possibility in "Go to line..." dialog to go to a specified column in line.
Added: possibility to set default file save extention.
Added: "Close",  "Close all", "Close all but active" in "Window" menu.
Added: option to display only file names in the "Select window" dialog (MDI).
Added: now storing/restoring last visited directory managed by the program.
Added: fast saving or reopening of the new, not saved document in different encoding now
       leads to a current encoding change.
Added: parameter %d in the page settings for print directory of a file.
Added: "Columnar paste" in "Edit" menu.
Added: Ctrl+5 - change case in loop.
Added: locally remembers the last open tab in the preferences dialog.

Fixed: saving non-active document.
Fixed: selection didn't updated during switching panes (split window).
Fixed: folding in split window.
Fixed: case insensitive search.

License:  BSD

http://akelpad.sourceforge.net/en/index.php
Titel: RJ TextEd 6.50 Final
Beitrag von: SiLæncer am 19 Juni, 2010, 11:01
Version 6.50
June 19, 2010
Microsoft Input Method Editor (IME)

Better Microsoft IME support. The editing will take place in the text and not in an external window.
Synchronized scroll in dual document view

Added synchronized scrolling of the two active documents in dual document view. The feature is available in the "Windows" menu or by using a toolbar button. The current scroll position in the two views are not changed when activating this feature.
Project Manager

Several changes have been made to the project manager in this version.

    * You can now create new virtual folders in the project tree.
    * Rename folders by a (slow) double click on the folder name.
    * Enabled drag n drop of files and folders. Files and folders can now be moved in the project tree.
    * You can now add remote files (FTP/SFTP) to the project.
    * Double click on a remote project file will download it in the background.
    * Upload and download of remote files are independent of the built in (S)FTP client. You don't have to be connected to open/save a remote file.
    * Fixed many issues when using projects.
    * Fixed many issues when saving remote files.
    * Option to set the default project file folder. This is the location used with the "Save As..." dialog.
    * Option to add new (created) document to the project automatically.

Added an "Add to project options" menu item in the project menu with 2 options:

    * Add to selected tree branch
    * Add using a relative file path

Fixed several issues

    * Create new project issues
    * Add folder and duplicate files issues
    * Delete issues
    * Sort issues

Highlight colors

You can now set the highlight colors used with the search "highlight" feature.
Improved color dialog

Added a color wheel and made several improvements to the color dialog.
(S)FTP favorites

You can now add remote directories as favorites. The stored favorites are unique for each connected server.
Macros

You can now set any available shortcut to your macro.

Goto next/previous or numbered bookmark should now work in a macro.
Misc

    * Find results can now be exported to the clipboard.
    * Program should now handle large DPI system settings.
    * Added extended search option to follow active document folder.
    * Fixed a syntax highlight issue with blocks.
    * Fixed some reported issues in the forum.


http://www.rj-texted.se/
Titel: CSVed 2.1.0
Beitrag von: SiLæncer am 21 Juni, 2010, 11:53
Editor zum Bearbeiten von CSV-Dateien; erlaubt das Editieren der Feldinhalte sowie das Bearbeiten der Tabellenstruktur; kann unter anderem Zeilen, Spalten und Dateien verbinden, Doppeleinträge entfernen und markierte Felder in eine eigenständige CSV-Datei exportieren; exportiert in die Formate HTML, XML, XLS und DOC

(http://www.heise.de/software/screenshots/47155.jpg)

CSVed hilft, strukturierte Daten komfortabler als in einem üblichen Editor zu bearbeiten. Textdateien im CSV-Format sind der kleinste gemeinsame Nenner, um reine Daten zwischen Anwendungen wie Tabellenkalkulation und Datenbank auszutauschen. Doch manche Programme interpretieren die Inhalte unterschiedlich, sodass sie sich erst nach manuellen Eingriffen importieren lassen. In solchen Fällen springt der kostenlose CSVed in die Bresche. Auf der etwas unübersichtlichen Oberfläche ordnet er die Daten anhand eines wählbaren Separators in Spalten ein und kommt dabei auch mit eigenwilligen Trennzeichen zurecht, die sich mit zwei Mausklicks global ersetzen lassen.

kostenlos

http://csved.sjfrancke.nl/index.html
Titel: Editra 0.5.72
Beitrag von: SiLæncer am 26 Juni, 2010, 05:04
NEWS:

This release addresses a critical bug in the handling of HTML/XML files.

BUG FIXES:

    * +Fix error in HTML autocompletion.
    * +Fix application icon not showing up on Windows Vista and 7.
    * +Fix spellchecker dependencies missing in Windows binary builds.

http://editra.org/
Titel: Notepad++ 5.7 RC
Beitrag von: SiLæncer am 27 Juni, 2010, 08:49
Notepad++ v5.7 new features and fixed bugs (from v5.6.8) :

1. Upgrade Scintilla to version 2.12.
2. Add "Inverse bookmark" feature.
3. Add NPPM_SAVECURRENTFILEAS message.
4. Fix premature deallocation bug for import UDL.
5. Add import/export User Defined Language features.
6. File detection : Switch to modified or deleted file while user is asked to reload or keep the file.
7. Fix closing several detected non-existing files bug.
8. Fix language switching to English not working bug.
9. Reduce PostIt/FullScreen restore button size.
10. Fix PostIt wrong restore button position after toggling off fullScreen mode.

http://notepad-plus-plus.org/
Titel: RJ TextEd 6.51 Final
Beitrag von: SiLæncer am 04 Juli, 2010, 17:10
Version 6.51
July 4, 2010
Status bar option

Added an option to enable/disable the display of text selection length in the status bar. Displaying the selection length in the status bar can sometimes slow down editing in very large files.
Open files

Files are opened a bit faster.

Also fixed an issue with multiple document rows.
Word wrap

Fixed some issues in word wrap mode with delete and undo/redo.
Column mode

Fixed issues with tab characters and undo/redo.
Reload current document

Added as a new menu item in the "File" menu. You can also set a keyboard shortcut for this action.
Project Manager

Made some minor changes that may fix issues some people have with the project manager.


http://www.rj-texted.se/
Titel: Notepad++ 5.7 Final
Beitrag von: SiLæncer am 05 Juli, 2010, 08:39
Notepad++ v5.7 new features and fixed bugs (from v5.6.8) :

   1. Upgrade Scintilla to version 2.12.
   2. Add "Inverse bookmark" feature.
   3. Add NPPM_SAVECURRENTFILEAS message.
   4. Fix premature deallocation bug for import UDL.
   5. Add import/export User Defined Language features.
   6. File detection : Switch to modified or deleted file while user is asked to reload or keep the file.
   7. Fix closing several detected non-existing files bug. 
   8. Fix language switching to English not working bug.
   9. Reduce PostIt/FullScreen restore button size.
  10. Fix PostIt wrong restore button position after toggling off fullScreen mode.
  11. Fix crashes on new 11 character long UDL names bug.
  12. Fix "Save all" inconsistent icon state on toolbar.
  13. Add new keywords of HTML 5 and css.

Included plugins (Unicode):

   1. TextFX v0.26
   2. Spell Checker v1.3.3
   3. MIME Tools v1.6
   4. NppExport v0.2.8
   5. Compare Plugin 1.5.6
   6. Plugin Manager 0.9.3.1
   7. NppFTP 0.1.3.0
   8. Select 'N' Launch 1.0

Included plugins (ANSI):

   1. TextFX v0.25
   2. NppExec v0.3.2
   3. Spell Checker v1.3.3
   4. MIME Tools v1.6
   5. NppExport v0.2.8
   6. Light Explorer v1.6
   7. Compare Plugin 1.5.5
   8. Plugin Manager 0.9.3.0

http://notepad-plus-plus.org/
Titel: Fresh HTML 3.51
Beitrag von: SiLæncer am 06 Juli, 2010, 12:00
Fresh HTML 3.51. What's new: more button generator wizard enhancements.
http://www.freshwebmaster.com/freshhtml.html
Titel: Bluefish 2.0.1
Beitrag von: SiLæncer am 07 Juli, 2010, 00:06
GTK-HTML-Editor für erfahrene Web-Designer und Programmierer...

(http://www.heise.de/software/screenshots/17257.jpg)

Lizenz: Open Source

http://bluefish.openoffice.nl/
Titel: AkelPad 4.4.5
Beitrag von: SiLæncer am 08 Juli, 2010, 07:20
Akelpad is a plain text editor designed to be small and fast. Unicode support, both single-document and tabbed interfaces, unlimited file size and multi-level undo are just a few of the many features this editor offers.

(http://akelpad.sourceforge.net/files/screen_basic.png)

Changed: context menu of tabs uses the items of menu "Window" (PMDI).

Added: support for clipboard containing NULL symbol (between AkelEdit windows).

Fixed: command line processing and working directory.
Fixed: saving in UTF32-LE and UTF32-BE codepages.
Fixed: program may hang when switching between tabs that use word wrap (MDI).
Fixed: access order of tabs (MDI/PMDI).
Fixed: when printing a range of pages, only first page printed.
Fixed: hotkey F12 for showing codepages menu didn't work.
Fixed: insert space, tab into the empty vertical selection.

License:  BSD

http://akelpad.sourceforge.net/en/index.php
Titel: RJ TextEd 6.52 Final
Beitrag von: SiLæncer am 12 Juli, 2010, 15:49
Version 6.52
July 12, 2010
Project Manager

Fixed several issues in the project manager.

    * Missing files when reopen the project.
    * Add/Delete (and possibly move) issues.
    * Sorting issues.

Macro recording

"Select All" and "Goto Line #" are now recorded properly.
Column mode

Fixed several undo/redo issues. Also fixed flickering with undo/redo.
Vertical/Horizontal Split

Fixed a cut/copy/paste/delete issue with operations in the split view. Also fixed undo/redo issues.
Selection length in status bar

The selection length should now be correct for Unix/Mac files as well.
Add-ons download dialog

Fixed a sorting issue in the list view.

http://www.rj-texted.se/
Titel: RJ TextEd 6.53 Final
Beitrag von: SiLæncer am 13 Juli, 2010, 14:31
Version 6.53
July 13, 2010
Project

You are now only prompted to save modified project files when a project is closed. All other files are ignored.
Open File at Cursor

If a project is open, all project file paths are searched to find the file under the text cursor.
Reopen last opened files

Stopped working in v6.52. It's been fixed.
RegEx help issues in search dialog

The regex help menu inserted some wrong values. It's been fixed

http://www.rj-texted.se/
Titel: BDV Notepad V5.2
Beitrag von: SiLæncer am 13 Juli, 2010, 17:05
BDV Notepad is a Windows Notepad replacement with support for unlimited file size. Features include multi-level undo/redo, autosaving, URL-autodetection, lines sorting, case changes, extended find-and-replace options etc.

(http://www.bdvnotepad.com/images/bdvnotepad_big.jpg)

License:  Freeware

http://www.bdvnotepad.com/bdvnotepad_en.htm
Titel: LyX 1.6.7
Beitrag von: SiLæncer am 15 Juli, 2010, 15:18
Frontend für LaTeX, das sich ähnlich wie ein herkömmliches Textverarbeitungsprogramm bedienen lässt.

(http://www.heise.de/software/screenshots/28564.jpg)

Freeware

http://www.lyx.org/
Titel: DFM2HTML 4.4
Beitrag von: SiLæncer am 15 Juli, 2010, 20:15
DFM2HTML ist ein WYSIWYG HTML-Editor, mit dem man per Drag&Drop Webseiten ohne Kenntnisse von HTML professionell erstellen kann.
Effekte wie Schatten/Rotation/Anti-Aliasing/Runde Ecken machen Bildbearbeitungsprogramme überflüssig.

(http://download.winboard.org/uploads/Image/dfm2html.jpg)


    * WYSIWYG in Kombination mit Stylesheet-basiertem Design
    * Mehrere HTML-Seiten können in einem Dokument verwaltet werden
    * Graphische Effekte (z.B. Anti-Aliasing, Schatten, Runde Ecken)
    * HTML-Formulare
    * kompakte HTML-Code-Generierung
    * Unicode
    * PHP
    * DHTML-Menüs

Neu in version 4.4:

* Performance-Fix für die HTML-Dateigenerierung
* Dateigenerierung wird beim Upload gelogged
* enthält neuen Farbdialog

Unterstützt wird WIN95-7
Herstellerseite: http://www.dfm2html.de/
Titel: TexMakerX 1.9.9a
Beitrag von: SiLæncer am 20 Juli, 2010, 17:27
GPL-LaTeX-Editor, der das Erstellen von LaTex-Dokumenten in Unicode vereinfacht; unterstützt den Nutzer beim Schreiben mittels interaktiver Rechtschreibprüfung, Syntax-Highlighting, Code-Folding und automatischer Code-Vervollständigung.

(http://www.heise.de/software/screenshots/53117.jpg)

Lizenz: Open Source

http://texmakerx.sourceforge.net/
Titel: RJ TextEd 6.54 Final
Beitrag von: SiLæncer am 22 Juli, 2010, 19:34
Version 6.54
July 22, 2010
Cut/Copy with no selection

Cut/Copy will now copy the current line + linefeed to the clipboard, if no selection is made. Cut will also delete the current line.

Paste will insert the line above the current line. This can be used to duplicate lines and is a feature found in Visual Studio.
Clipboard functions (Cut/Copy/Paste)

Made some internal changes in the clipboard functions. This should make them more reliable and maybe fix some issues.
Cut/Delete with multiple selections

Fixed an issue when having multiple selections and multiple text cursors and using cut or delete. Only the selections should be deleted.
Ctrl + LeftMouseClick to follow a link

This should work properly again.
Print selection

Should now work properly no matter in which direction the selection was made.

http://www.rj-texted.se/
Titel: ResEdit V1.5.4
Beitrag von: SiLæncer am 24 Juli, 2010, 11:09
ResEdit is a free Resource Editor for Win32 programs. You can use it if you want to use dialogs, icon, version information or other types of resources. Output files can be compiled by any Win32 compiler, like MinGW and Microsoft Visual C++.

(http://www.resedit.net/images/dialog_editor.png)

What's new: >>

    * Fixed : Bug with scrollbars in dialog editor
    * Fixed : Code generation for Dialog/control styles
    * Fixed : Bug with the size of dialogs with no title bar

License:  Freeware

http://www.resedit.net/
Titel: Fresh HTML 3.52
Beitrag von: SiLæncer am 24 Juli, 2010, 17:09
Zitat
July 24, 2010: Fresh HTML 3.52. What's new: add Tag Attributes inspector.

http://www.freshwebmaster.com/freshhtml.html
Titel: AkelPad 4.4.6
Beitrag von: SiLæncer am 27 Juli, 2010, 19:15
Changed: integrated parameter "ReplaceAllAndClose" in "SearchOptions".

Added: search option for automatically check "In selection" if selection not empty.
Added: on logout the user prompted to save unsaved documents.
Added: /SaveFile() command line method now can accept -1 as the encoding and BOM, which means using the current values of the document.

Fixed: possible program crash when resizing edit window that use word wrap.
Fixed: command line processing and "Watch file change".
Fixed: encoding redetect of the empty document led to the encoding nullification.
Fixed: method /SaveFile() ignore first parameter.
Fixed: parameter "ShowModify" in PMDI mode.
Fixed: tabulation in print.
Fixed: selection after split window off.
Fixed: window flashing during first split window (PMDI).
Fixed: "Word delimiters" uncheck did not set the default delimiters.
Fixed: command 4196 ignore read-only mode.

http://akelpad.sourceforge.net/en/index.php
Titel: XMLFox 3.0
Beitrag von: SiLæncer am 28 Juli, 2010, 22:27
XMLFox is a free XML editing and validation tool for creating valid well-formed XML documents and/or XSD Schema. Robust XML editing and validation tool XMLFox is a freeware editor for creating valid well-formed XML documents and/or XSD Schema. XMLFox schema editor enables you to easily develop advanced data models expressed in XSD Schema.

(http://images.betanews.com/screenshots/1175175006-1.gif)

Freeware

http://www.xmlfox.com/
Titel: Java-Editor 9.14r
Beitrag von: SiLæncer am 30 Juli, 2010, 18:57
Einfacher Java-Editor mit allen grundlegenden Funktionen, aber niedrigen Systemanforderungen, insbesondere für den Einsatz im Lehrbereich; mit Editor zum Modellieren von Klassen, UML-Fenster zum interaktiven Testen der Klassen und Erzeugung von Objekten sowie Designer zur Gestaltung von GUI-Oberflächen.

(http://www.heise.de/software/screenshots/50464.jpg)

Freeware

http://javaeditor.org/wiki/index.php/Java-Editor
Titel: SciTE 2.20
Beitrag von: SiLæncer am 30 Juli, 2010, 18:59
Editor mit Syntax-Highlighting, Auto-Completion, Folding und vielem mehr...

(http://www.heise.de/software/screenshots/1206.jpg)

Version 2.10 can access files on Windows with names outsides the user's preferred character encoding. Case insensitive search and the upper and lower case commands work on non-ASCII characters. SciTE will no longer run on Windows 95, 98 or ME.

Zitat
Version 2.20 can use strips within the main window for find and replace rather than dialogs.

Lizenz: Open Source

http://www.scintilla.org/SciTE.html
Titel: Gwennel V0.7
Beitrag von: SiLæncer am 01 August, 2010, 09:48
Gwennel is a lightweight word processor that takes an innovative approach to formatting options by separating them into a tree-like structure. This is useful for handling long documents with clear, organized formatting tools or for users who wish to focus on the text first and formatting second. Any style changes (such as headings, lists, or colors) are propagated throughout the entire document and, although only able to open and save OpenDocument (.odt) files, this makes the program a capable WYSIWYG editor. Additionally, users can open existing files and make rapid changes to the entire document.

(http://gwennel.org/images/gwennel.png)

License:  Freeware

http://gwennel.org/
Titel: RJ TextEd 6.60 Beta 1
Beitrag von: SiLæncer am 03 August, 2010, 07:46
In this version I've added (or plan to add):

Project Manager
I've added several new features, two new settings and fixed some minor issues.

* Files are opened faster.

* Cursor positions are now remembered properly when the file is reopened.

* <Enter> can now be used to open the focused file in the project list.

* <Enter> and DoubleMouseClick will open all selected files.

* Alt+Up/Down/Right can be used to activate the focused document in the project list.

* The last active tab is saved and will be activated when you reopen the project.

* OPTION: Add opened documents to project.

* OPTION: Ask to remove document from project when closed.

Document tab list
Added a shortcut to open the document tab list. The default shortcut is F4.

Last opened files

* Fixed several issues.

* Improved speed. Files are opened faster.

* You can store status data (e.g. cursor positions...) for up to 10000 files. It's not limited to 99 anymore.

Natural sorting
Natural sorting have been added to the project view and the FTP views.

Word Wrap

* Horizontal scroll bar is now hidden when using word wrap at window edge.

* Fixed issues with wrap using non-fixed font.

If .. End If statements in VB, ASP
Made some changes in the syntax files and in the editor to solve fold issues when using If statements.

Misc
Fixed some issues mentioned in the forum.

http://www.rj-texted.se/
Titel: Extreme Editor V7.1.0.6
Beitrag von: SiLæncer am 03 August, 2010, 07:50
Extreme Editor is a an ascii / text editor with several features oriented towards programming. It has a clean interface: no eye candy or color buttons. Simple, minimalistic and easy to use.

(http://www.portablefreeware.com/screenshots/scr07ipDu.gif)

Features include a full-screen mode, syntax highlighting for many different languages, text formatting, and a simple hex viewer.

License:  BSD

Download (http://www.portablefreeware.com/download.php?dd=996)

http://ufridman.org/extremeeditor.html
Titel: Zoundry Raven V1.0.375
Beitrag von: SiLæncer am 03 August, 2010, 15:18
Zoundry Raven is a tabbed WYSIWYG blog editor. It's as easy to use as a word processor, and includes simple tools to add links, tags, photos, music and video files, and more. The indexer allows you to browse all of your previous posts across all of your blogs by tags, links, or images.

(http://www.zoundryraven.com/images/screenshots/puboptions.png)

License:  Freeware/Open Source

http://www.zoundryraven.com/
Titel: CKEditor 3.3.2
Beitrag von: SiLæncer am 05 August, 2010, 07:49
WYSIWYG-Editor für eigene Webseiten, der sich in diverse Skriptsprachen integrieren lässt; unterstützt die meisten gängigen Browser; auch mit kommerzieller Lizenz erhältlich

(http://www.heise.de/software/screenshots/64589.jpg)

New features:

    * #5909 : New BiDi feature, making it possible to switch the base language direction of block elements.
    * #5268 : Introducing the "tableresize" plugin, which makes it possible to resize tables columns by mouse drag. It's not enabled by default, so it must be enabled in the configurations file.
    * #979 : New enableTabKeyTools configuration to allow using the TAB key to navigate through table cells.
    * #4606 : Introduce the "autogrow" plugin, which makes the editor resize automatically, based on the contents size.
    * #5737 : Added support for the HTML5 contenteditable attribute, making it possible to define read only regions into the editor contents.
    * #5418 : New "Advanced" tab introduced on the Table Properties dialog. It's based on the new dialogadvtab plugin.
    * #6082 : Introduced the useComputedState setting, making it possible to control whether toolbar features, like alignment and direction, should reflect the "computed" selection states, even when the effective feature value is not applied.

Fixed issues:

    * #5911 : BiDi: List items should support and retain correct base language direction
    * #5689 : Make it possible to run CKEditor inside of Firefox chrome.
    * #6042 : It wasn't possible to align a paragraph with the dir attribute to the opposite direction.
    * #6058 : Fixed a small style glitch with file upload fields in IE+Quirks.


Lizenz: Open Source

http://ckeditor.com/
Titel: RJ TextEd 6.60 Beta 2
Beitrag von: SiLæncer am 05 August, 2010, 21:52
Apart from the changes in beta 1, I've done the following:

* Made some changes on how blank documents at startup is handled.
* Fixed an issue with recent projects.
* Fixed several code fold issues in VB, VBScript, ASP, Pascal, C++, C#, PHP...
* Fixed some project manager issues.
A few other issues were found and fixed during the work on this version. Some very minor, others may have resulted in an error message being displayed.

http://www.rj-texted.se/
Titel: ShadyTXT 1.90
Beitrag von: SiLæncer am 05 August, 2010, 23:01
ShadyTXT has been designed as a vastly superior alternative to Microsoft Notepad. ShadyTXT has all of the features you want, and none of the features you don't want.

(http://images.betanews.com/screenshots/1179253811-1.gif)

Freeware

http://shadycrew.org/software/
Titel: Texmaker 2.0
Beitrag von: SiLæncer am 06 August, 2010, 08:32
Umfangreicher LaTeX-Editor mit integrierten Tools und Funktionen wie Syntax-Highlighting, 370 mathematischen Symbolen und Ausdrücken, Suchen und Ersetzen oder Rechtschreibprüfung; konvertiert zudem LaTeX ins HTML-Format.

(http://www.heise.de/software/screenshots/31402.jpg)

version 1.9.9 -> 2.0 :
- a built-in pdf viewer has been added : the pdf preview is automatically refreshed after a "quick compilation";
- a new option to the quick build command has been added : with this option, texmaker doesn't launch a new instance of the dvi/ps/pdf viewer if the file is already opened.
- the "tabular" assistant has been completed :
* option to add a vertical margin after a \hline (for big math formulae)
* new options for the "p{}" column alignment (center and left alignment : \usepackage{array} is required)
- the required blank space at the end of the metapost command is verified if the user changed manually this command
- user can now directly create a new document by copying an existing one.
- a new wizard to set the "user quick build command" has been added.
- the "AMS align" tag has been added to the "Math" menu.
- the trouble about the compilation of the hunspell code with gcc 4.5 has been fixed.

http://www.xm1math.net/texmaker/download.html
Titel: Fresh HTML 3.53
Beitrag von: SiLæncer am 06 August, 2010, 20:04
Fresh HTML 3.53. What's new: CSS Styles inspector.
http://www.freshwebmaster.com/freshhtml.html
Titel: CSVed 2.1.1
Beitrag von: SiLæncer am 10 August, 2010, 15:17
Editor zum Bearbeiten von CSV-Dateien; erlaubt das Editieren der Feldinhalte sowie das Bearbeiten der Tabellenstruktur; kann unter anderem Zeilen, Spalten und Dateien verbinden, Doppeleinträge entfernen und markierte Felder in eine eigenständige CSV-Datei exportieren; exportiert in die Formate HTML, XML, XLS und DOC

(http://www.heise.de/software/screenshots/47155.jpg)

CSVed hilft, strukturierte Daten komfortabler als in einem üblichen Editor zu bearbeiten. Textdateien im CSV-Format sind der kleinste gemeinsame Nenner, um reine Daten zwischen Anwendungen wie Tabellenkalkulation und Datenbank auszutauschen. Doch manche Programme interpretieren die Inhalte unterschiedlich, sodass sie sich erst nach manuellen Eingriffen importieren lassen. In solchen Fällen springt der kostenlose CSVed in die Bresche. Auf der etwas unübersichtlichen Oberfläche ordnet er die Daten anhand eines wählbaren Separators in Spalten ein und kommt dabei auch mit eigenwilligen Trennzeichen zurecht, die sich mit zwei Mausklicks global ersetzen lassen.

kostenlos

http://csved.sjfrancke.nl/index.html
Titel: RJ TextEd 6.60 Final
Beitrag von: SiLæncer am 11 August, 2010, 16:44
Version 6.60
Aug 11, 2010
Project Manager

I've added several new features, two new settings and fixed some minor issues.

    * You can drag a document tab to the project list to add the file to the project.
    * You can use drag n drop to add files to the project from e.g. Windows Explorer.
    * Files are opened faster.
    * Cursor positions are now remembered properly when the file is reopened.
    * <Enter> can now be used to open the focused file in the project list.
    * <Enter> or DoubleMouseClick will open all selected files.
    * Alt+Up/Down/Right can be used to activate the focused document in the project list.
    * The last active tab is saved and will be activated when you reopen the project.
    * OPTION: Add opened documents to project.
    * OPTION: Ask to remove document from project when closed.

Document tab list

Added a shortcut to open the document tab list. The default shortcut is F4.
Last opened files

    * Fixed several issues.
    * Improved speed. Files are opened faster.
    * You can store status data (e.g. cursor positions...) for up to 10000 files. It's not limited to 99 anymore.

Natural sorting

Natural sorting have been added to the project view and the FTP views.
Word Wrap

    * Horizontal scroll bar is now hidden when using word wrap at window edge.
    * Fixed issues with wrap using non-fixed font.

Code Folding

Made some changes in the syntax files and in the editor to solve fold issues. Several improvements were made and many issues were fixed.
Misc

    * Made some changes on how blank documents at startup is handled.
    * Fixed an issue with recent projects.
    * Fixed some project manager issues.
    * Also fixed some issues mentioned in the forum.


http://www.rj-texted.se/
Titel: fausterize 0.9.0 beta
Beitrag von: SiLæncer am 12 August, 2010, 09:07
Minimalistischer Texteditor mit Verschlüsselungsfunktion zum Schützen des Dokuments.

(http://stroy.wikidot.com/local--files/screenshots/fausterize-0.6.png)

Lizenz: Open Source

http://stroy.wikidot.com/fausterize
Titel: Vim (gvim) 7.3
Beitrag von: SiLæncer am 16 August, 2010, 15:40
Erweiterte Version des Unix-Texteditors vi mit Syntax-Highlighting, Copy & Paste, regulären Ausdrücken und mehrstufigem Undo.

(http://www.heise.de/software/screenshots/538.jpg)

This is a minor release of Vim.  It consists of Vim 7.2 plus all
patches, updated runtime files and some more, see below.  It has been
two years since the 7.2 release, thus it's not that "minor".  But not
"major" either.  Something in between, don't know how to call that.

The most notable additions since 7.2:
- Persistent undo and undo for reload
- Blowfish encryption, encryption of the swap file
- Conceal text
- Lua interface
- Python 3 interface

Once you have installed Vim 7.3 you can find all the details about the
changes since Vim 7.2 with:
        :help version-7.3

Lizenz: Open Source

http://www.vim.org/
Titel: CKEditor 3.4
Beitrag von: SiLæncer am 18 August, 2010, 16:43
WYSIWYG-Editor für eigene Webseiten, der sich in diverse Skriptsprachen integrieren lässt; unterstützt die meisten gängigen Browser; auch mit kommerzieller Lizenz erhältlich

(http://www.heise.de/software/screenshots/64589.jpg)


CKEditor 3.4

Fixed issues:

    * #6118 : Initial focus is now set to the tabs in the table properties dialog.
    * #6135 : The dialogadvtab plugin now uses the correct label.
    * #6125 : Focus was lost after applying commands in Opera.
    * #6137 : The table dialog was missing the default width value on second opening.




Lizenz: Open Source

http://ckeditor.com/
Titel: Rapid Environment Editor V3.2.0 build 565
Beitrag von: SiLæncer am 19 August, 2010, 09:01
Rapid Environment Editor (RapidEE) is an environment variables editor. It includes an easy to use GUI and replaces the small and inconvenient Windows edit box, located in the System Information section.

(http://www.rapidee.com/images/rapidee.png)

"Environment variables are specially named string aliases for basic system properties. They contain information such as drive, path, or file name. They control the behavior of various programs. For example, the TEMP environment variable specifies the location in which programs place temporary files."

What's new: >>

· fixed: tree scrolling with keyboard doesn't work

License:  Freeware

http://www.rapidee.com/en/about
Titel: jEdit 4.3.2
Beitrag von: SiLæncer am 20 August, 2010, 18:08
Grafische Hilfestellungen bietet der Programmiereditor jEdit zwar nicht, aber mit Syntax-Hervorhebung für HTML, CSS, JavaScript, PHP und vielen anderen Sprachen sowie zahlreichen Komfortfunktionen empfiehlt sich der Editor für fortgeschrittene Anwender. Eine deutsche Sprachdatei zum Programm ist hier (http://community.jedit.org/?q=filestore/browse/81) zu finden.

(http://www.heise.de/software/screenshots/1171.jpg)

Lizenz: Open Source

http://www.jedit.org/
Titel: RJ TextEd 6.70 Beta 1
Beitrag von: SiLæncer am 25 August, 2010, 18:22
New in this version:

Project Manager
* Added a new option "Default project tree path". This path is used to create a relative path. When you add files to the project, this relative path is used to create folders in the project tree (when using the option to use a relative path).

* Drag n drop inside the project tree should work properly now.

* Files and folders can now be dragged from e.g. Windows Explorer to the project tree.

Search -> Highlight
Added a new option in the menu to allow highlighting of words during normal selection.

Allow text cursor beyond end of line
Made some changes in behaviour and added a new option.

* Trailing blanks are removed from modified lines only. To keep the trailing blanks save the file or use the new option to "Keep trailing blanks".

* Added a new option to "Keep trailing blanks".

* Fixed some issues with undo/redo.

Remote Files (FTP/SFTP)
Made several improvements.

* Document status (cursor pos, fold state...) are now saved for remote files.

* Remote files are added to the "Recent files" list and are opened the same way normal files are.

* Save options can now be remembered (local/remote or both) between sessions.

* Added a menu item to save all files to the connected site.

Syntax Options
Added and changed some options.

* OnlyLineCommentIfFirstChar has been changed and are now connected to LineCommentA or LineCommentB. The two new options are:

OnlyLineCommentIfFirstCharA
OnlyLineCommentIfFirstCharB

* A new block option was added:

OnlyAfter=<string>

Use this to enable block highlighting only after certain characters entered in the new option.

This is used in the JavaScript syntax with RegEx patterns.

Html 5
I'll add some Html 5 tags and attributes to the syntax file.

Misc

* Tab after keyword could sometimes disable folding.

* Fixed some issues reported in the forum.

http://www.rj-texted.se/
Titel: Fresh HTML 3.54
Beitrag von: SiLæncer am 29 August, 2010, 09:03
Zitat
Fresh HTML 3.54. What's new: add grouped css styles inspector.

http://www.freshwebmaster.com/freshhtml.html
Titel: Notepad++ 5.7.1 RC
Beitrag von: SiLæncer am 29 August, 2010, 10:44
Zitat
This version contains few majors fixes such as unicode file corrupted on saving bug, php syntax highlighting bug and some performance issues on Unicode files.
Some new features are added: "search and replace action macro recording", "Modify Shortcut/Delete Macro" and  "Modify Shortcut/Delete Command".
Scintilla component is update to 2.20 in this version.

Here are Notepad++ v5.7.1 new features and fixed bugs (from v5.7) :

   1. Upgrade Scintilla to version 2.20.
   2. Fix Unicode file corrupted on saving bug (the buffer alignment issue).
   3. Fix DBCS encodings file saving corruption bug.
   4. Fix file containing NULL character loading bug.
   5. Fix php syntax highlighting bug.
   6. Fix Shortcut Mapper inconsistence issue after deleting a macro or an user command.
   7. Add 2 line wrap methods (default plus aligned and indent).
   8. Add 2 menu commands : "Modify Shortcut/Delete Macro" and  "Modify Shortcut/Delete Command".
   9. Add "Modify" and "Delete" buttons on Shortcut mapper dialog.
  10. Add macro new ability to record search and replace actions.
  11. Fix SaveSession bug.
  12. Remove characters count feature from the status bar due to its performance issue with UTF8 file.
  13. Fix crash issue due to themes switching.
  14. Make folding margin hidable.
  15. Add NPPM_GETCURRENTNATIVELANGENCODING message (to get the current native language enconding).
  16. Change editing settings saving behaviour : one set of settings are applied in 2 scintilla controls (except zoom).

http://notepad-plus-plus.org/
Titel: AkelPad 4.4.7
Beitrag von: SiLæncer am 30 August, 2010, 16:30
Added: option in "Select Window" dialog to invert the selection, and also the ability to display only unmodified files (PMDI/MDI).
Added: opportunity to rewrite color theme.
Added: close button to print preview.

Fixed: file preview window didn't use edit window font.
Fixed: in split windows text margings didn't match.
Fixed: closing selected tabs in "Select Window" dialog (PMDI/MDI).
Fixed: rudiments after changing side of a dockable window (PMDI).

http://akelpad.sourceforge.net/en/index.php
Titel: DFM2HTML 4.5
Beitrag von: SiLæncer am 31 August, 2010, 19:46
DFM2HTML ist ein WYSIWYG HTML-Editor, mit dem man per Drag&Drop Webseiten ohne Kenntnisse von HTML professionell erstellen kann.Effekte wie Schatten/Rotation/Anti-Aliasing/Runde Ecken machen Bildbearbeitungsprogramme überflüssig.

(http://download.winboard.org/uploads/Image/dfm2html.jpg)


    * WYSIWYG in Kombination mit Stylesheet-basiertem Design
    * Mehrere HTML-Seiten können in einem Dokument verwaltet werden
    * Graphische Effekte (z.B. Anti-Aliasing, Schatten, Runde Ecken)
    * HTML-Formulare
    * kompakte HTML-Code-Generierung
    * Unicode
    * PHP
    * DHTML-Menüs

New in version 4.5:
* Syntax highlighting for HTML codes
* Added Forum menu item

Unterstützt wird WIN95-7
Herstellerseite: http://www.dfm2html.de/
Titel: NoteTab Light V6.2
Beitrag von: SiLæncer am 01 September, 2010, 21:32
NoteTab Light is a free Notepad replacement as well as a capable HTML editor. It is able to multiple files using a tabbed interface with no size limit, and has built-in macro and clipboard support.

(http://www.notetab.com/includes_notetab/screenshot_anim.gif)

What's new: >>

Version 6.2:
Updated the regular expressions engine to the latest release, which is based on PCRE 8.01 (Perl 5.10).
Now uses the Windows user-interface default font instead of MS Sans Serif.
Fixed an issue when saving Web pages that have a mismatch between their charset declaration (Unicode) and the actual file format (not Unicode).

License:  Freeware

http://www.notetab.com/features.php
Titel: SciTE 2.21
Beitrag von: SiLæncer am 02 September, 2010, 16:06
Editor mit Syntax-Highlighting, Auto-Completion, Folding und vielem mehr...

(http://www.heise.de/software/screenshots/1206.jpg)

Version 2.10 can access files on Windows with names outsides the user's preferred character encoding. Case insensitive search and the upper and lower case commands work on non-ASCII characters. SciTE will no longer run on Windows 95, 98 or ME.

Zitat
Version 2.21 performs much faster for Asian Double Byte Character Sets.

Lizenz: Open Source

http://www.scintilla.org/SciTE.html
Titel: RJ TextEd 6.70 Final
Beitrag von: SiLæncer am 02 September, 2010, 19:06
Version 6.70
Sept 2, 2010
Html 5

The editor now support Html 5. The syntax file has been rewritten. Tag and attribute icons are color coded which enables the user to see which tags and attributes can be used in Html 4, Html 5 or both.

Tags: Green = Html 5, Yellow = Html 4/5, Red = Html 4 only.

Attributes: Blue/Blue = Html 5, Red/Blue = Html 4/5, Red/Red = Html 4 only.

Events: Green = Html 5, Yellow = Html 4/5.
Project Manager

    * Added a new option "Default project tree path". This path is used to create a relative path. When you add files to the project, this relative path is used to create folders in the project tree (when using the option to use a relative path).
    * Drag n drop inside the project tree should work properly now.
    * Files and folders can now be dragged from e.g. Windows Explorer to the project tree.

Search -> Highlight

Added a new option in the menu to allow highlighting of words during normal selection.
Allow text cursor beyond end of line

Made some changes in behavior and added a new option.

    * Trailing blanks are removed from modified lines only. To keep the trailing blanks save the file or use the new option to "Keep trailing blanks".
    * Added a new option to "Keep trailing blanks".
    * Fixed some issues with undo/redo.

Remote Files (FTP/SFTP)

Made several improvements.

    * Document status (cursor pos, fold state...) are now saved for remote files.
    * Remote files are added to the "Recent files" list and are opened the same way normal files are.
    * Save options can now be remembered (local/remote or both) between sessions.
    * Added a menu item to save all files to the connected site.

Syntax Editor

Fixed some minor issues and made several improvements.
Syntax Options

Added and changed some options.

OnlyLineCommentIfFirstChar has been changed and are now connected to LineCommentA or LineCommentB. The two new options are:

OnlyLineCommentIfFirstCharA
OnlyLineCommentIfFirstCharB

A new block option was added:

OnlyAfter=<string>

Use this to enable block highlighting only after certain characters entered in the new option.

This is used in the JavaScript syntax with RegEx patterns.
Misc

    * Tab after keyword could sometimes disable folding.
    * Fixed some issues reported in the forum.



http://www.rj-texted.se/
Titel: RText 1.2.0.0
Beitrag von: SiLæncer am 09 September, 2010, 16:04
RText is a fully customizable programmer's text editor. Some of its features include syntax highlighting, editing multiple documents at once, printing and print preview, find/replace/find in files dialogs, undo/redo, and online help.

(http://fifesoft.com/rtext/images/Windows/rtext_win_2.jpg)

Licence: Freeware (GPL)

http://fifesoft.com/rtext/index.php
Titel: TinyMCE 3.3.9
Beitrag von: SiLæncer am 09 September, 2010, 18:15
Auf Javascript basierender WYSIWYG-Editor, der sich in die Textfelder bestehender Webseiten einbinden lässt; auch als Plug-in für Mambo Server, Drupal, Plone, Typo3 und andere CMS verfügbar; unterstützt alle gängigen Browser.

(http://www.heise.de/software/screenshots/23935.jpg)

Changelog:
Fixed bug where inserting table rows into a table with subtable would produce an incorrect column count.
Fixed bug where the selection of cells in a table with subtables could produce invalid selections.
Fixed bug where the table plugin would produce a script error if you tried to move the caret before a first child table.
Fixed bug where the keep_styles feature on IE would move the caret to an incorrect location at the end of list blocks.
Fixed so attributes from legacy elements such as font gets retained when they get converted to spans.
Fixed minor issue where the select boxes wouldn't be set the not set by default in the table dialog.

Lizenz: Open Source

http://tinymce.moxiecode.com/
Titel: Notepad++ 5.7.1 RC2
Beitrag von: SiLæncer am 10 September, 2010, 21:24
Enhancement and bug fixed (from v5.7):
1. Update Scintilla to v2.21.
2. Fix a vulnerability issue: Load ScinLexer.dll with its full path to avoid hijack.
3. Fix dragging undocked window performance issue while using Vista Aero UI style.
4. Fix large file truncated after loading problem.
5. Improve file loading performance.
 
Regressions fixed (from v5.7.1 RC):
1. Fix "Select and Find Next" and "Count" regressions.
2. Fix the menu items settings non-memorized regression.
3. Fix Lexer SearchResult syntax highlighting bug.
4. Fix macro recoding for find in files regression.
5. Fix html/xml/php folding disappeared problem.
6. Fix "#if 1 //" making Notepad++ crash issue.

http://notepad-plus.sourceforge.net/
Titel: DFM2HTML 4.5.1
Beitrag von: SiLæncer am 11 September, 2010, 22:29
DFM2HTML ist ein WYSIWYG HTML-Editor, mit dem man per Drag&Drop Webseiten ohne Kenntnisse von HTML professionell erstellen kann.Effekte wie Schatten/Rotation/Anti-Aliasing/Runde Ecken machen Bildbearbeitungsprogramme überflüssig.

(http://download.winboard.org/uploads/Image/dfm2html.jpg)


    * WYSIWYG in Kombination mit Stylesheet-basiertem Design
    * Mehrere HTML-Seiten können in einem Dokument verwaltet werden
    * Graphische Effekte (z.B. Anti-Aliasing, Schatten, Runde Ecken)
    * HTML-Formulare
    * kompakte HTML-Code-Generierung
    * Unicode
    * PHP
    * DHTML-Menüs


New in version 4.5.1 * Fixed bug with insert/delete in new editors

Unterstützt wird WIN95-7
Herstellerseite: http://www.dfm2html.de/
Titel: Resource Hacker 3.5.2 Beta
Beitrag von: SiLæncer am 13 September, 2010, 22:59
Resource Hacker is a utility to view, modify, add, delete, and extract resources in Windows executables. It incorporates an internal resource script compiler and decompiler.

(http://images.betanews.com/screenshots/978208949-1.gif)

Freeware

http://www.angusj.com/resourcehacker/
Titel: AkelPad V4.4.8
Beitrag von: SiLæncer am 15 September, 2010, 21:01
What's new: >>

    * Changed: syntax highlighting messages. Update Coder plugin.
    * Changed: now in find/replace dialog after changing "What:" field, item "Beginning" is restored. And also "Beginning" item darkening does not affect on behavior of the "Replace All".
    * Changed: optimized some conditions of "Replace all".
    * Changed: during codepage recognition the character "\xCD" now refers not only to 1251, but also to 866.
    * Added: manual parameter "StatusUserFormat" - defines user status bar format.
    * Added: displaying read-only mode in the status bar.
      Added: support for environment strings in "Execute" option - "%WinDir%\notepad.exe".
    * Added: menu at the borders of split windows.
    * Added: now every drag'n'drop operation, can be stopped by pressing Esc.
    * Fixed: selection restoring after "Replace all".
    * Fixed: usage of "tt" in DateInsertFormat and DateLogFormat manual parameters.

http://akelpad.sourceforge.net/en/index.php
Titel: AkelPad 4.4.9
Beitrag von: SiLæncer am 16 September, 2010, 18:41
Changed: "Changed" and "Read only" aligns to center in the status bar.

Fixed: program error when there are no changes after "Replace All" (appeared in 4.4.8 ).

http://akelpad.sourceforge.net/en/index.php
Titel: Bluefish 2.0.2
Beitrag von: SiLæncer am 17 September, 2010, 11:14
GTK-HTML-Editor für erfahrene Web-Designer und Programmierer...

(http://www.heise.de/software/screenshots/17257.jpg)

Zitat
Bluefish 2.0.2 is a minor bugfix and minor feature enhancement release. Most notably two crashes have been resolved, and a "jump to reference" feature has been added to quickly open a referenced filename. Next to the code the translations have been improved, the Danish and Russian translations are fully up to date now.

Lizenz: Open Source

http://bluefish.openoffice.nl/
Titel: CKEditor 3.4.1
Beitrag von: SiLæncer am 21 September, 2010, 20:52
WYSIWYG-Editor für eigene Webseiten, der sich in diverse Skriptsprachen integrieren lässt; unterstützt die meisten gängigen Browser; auch mit kommerzieller Lizenz erhältlich

(http://www.heise.de/software/screenshots/64589.jpg)

  New features:

    * #5308 : Introduced the filebrowserWindowFeatures setting, making it possible to have custom window features in the file browser window.

Fixed issues:

    * #6027 : Modifying Table Properties by selecting more than one cell caused issues.
    * #6146 : IE: Floating panels were being opened in the wrong place in RTL pages with horizontal scrollbars.
    * #6055 : The timestamp is now added only once to each loaded file.
    * #6097 : The bookmarks now use the right name.
    * #5717 : Removed the scayt_contextMenuOntop setting and the SCAYT context menu options are always on top.
    * #5956 : [FF] It was impossible to create an editor inside an hidden container.
    * #5753 : It was impossible to have a default value for the name field in the select dialog.
    * #6041 : BIDI: Direction of Increase Indent & Decrease Indent icons are not reversed after changing Lang direction to RTL.
    * #6138 : List indentation is not working.
    * #5649 : Image dialog too wide when many styles are set.
    * #5715 : Cell color picker dialog returns focus to document.
    * #6108 : Fixed div style.
    * #5336 : Remove object style.
    * #6155 : [[FF]] Modifying Table Header Properties by selecting first Row, causing several issues.
    * #6163 : Focus not going to Tabs in Image dialog when we went to Edit the Image.
    * #6177 : IE we can't start Numbered/Bulleted list on a Empty page.
    * #5413 : Browser error after pasting html table in CKEditor.
    * #6034 : Horizontal Alignment applied to Table cell is not updated correctly in the Toolbar.
    * #6112 : BIDI: Alignment set to text in Table cell is not shown in the Tool bar when we press Enter to start a new Paragraph.
    * #6117 : BIDI: Language direction is changing when we come out of Numbered/Bulleted list.
    * #6182 : Language Direction field on the Advanced tab of Table Properties dialog has a fixed pixel width.
    * #5487 : Fullpage writer problem with line-break.
    * #6197 : The CKEDITOR.loader base path auto-detection was not working with the _source folder.
    * #6240 : Font Names & Font Sizes should be shown Left Align even for RTL Languages.
    * #5975 : Page-break should have proper Alt Text instead of Unknown object. so that JAWS reads it properly.
    * #6255 : Inserting a page break as the first node triggered an error.
    * #6188 : [IE7] Automatic color button had the wrong cursor.
    * #6129 : The show blocks' labels are now shown in the right for RTL languages.
    * #5421 : &shy; entity not converted when config.entities=false.
    * #5769 : xhtml code generation problem &nbsp; instead of &#160; (htmlentities, entities,entities_additional,..., configuration).
    * #4472 : [FF3] Browser window scrolls to loaded CKEditor.
    * #6230 : Fixed invalid parameter count for setTimeout function call.
    * #5335 : Several lines' formatted data will be merged to one line when we apply Numbers/Bullets.
    * #5353 : wrong width of editor after resize() called in Firefox 3.6.
    * #5778 : [IE] Unwanted scroll on first mouse right-click.
    * #5218 : [FF] Copy/paste of an image from same domain changed URL to relative URL.
    * #6265 : Popup window properties were visible in the link dialog's target tab when nothing was selected.
    * #6075 : [FF] Newly created links didn't fill in information on edit.
    * #6183 : The toolbar panels options sometimes had the contents' link color.
    * #6192 : [WebKit] Inserting smileys was not working because of editor focus issues.
    * #6178 : [WebKit] Inserting elements by code was failing if the editor didn't receive the focus first.
    * #6179 : [WebKit] The Image dialog was not working if the editor didn't receive the focus first.
    * #4657 : [Opera] Styles where not working with collapsed selections.
    * #5839 : "Insert row after" was removing the ids of the elements from the clicked row.
    * #6315 : DIV plugin TT #2885 regression.
    * Updated the following language files:
          o #6246 : Chinese Simplified;
          o #6256 : Dutch;
          o #6271 : English;




Lizenz: Open Source

http://ckeditor.com/
Titel: Notepad++ 5.8 Final
Beitrag von: SiLæncer am 22 September, 2010, 09:57
Notepad++ v5.8 new features and fixed bugs (from v5.7) :
 

   1. Upgrade Scintilla to version 2.21.
   2. Fix a vulnerability issue: Load ScinLexer.dll with its full path to avoid hijack.
   3. Fix Unicode file corrupted on saving bug (the buffer alignment issue).
   4. Fix DBCS encodings file saving corruption bug.
   5. Fix file containing NULL character loading bug.
   6. Fix php syntax highlighting bug.
   7. Fix dragging undocked window performance issue while using Vista Aero UI style.
   8. Fix dragging undocked window performance issue while using Vista/Windows7 Aero UI style.
   9. Fix large file truncated after loading problem.
  10. Improve file loading performance.
  11. Fix Shortcut Mapper inconsistence issue after deleting a macro or an user command.
  12. Add 2 line wrap methods (default plus aligned and indent).
  13. Add 2 menu commands : "Modify Shortcut/Delete Macro" and  "Modify Shortcut/Delete Command".
  14. Add "Modify" and "Delete" buttons on Shortcut mapper dialog.
  15. Add macro new ability to record search and replace actions.
  16. Fix SaveSession bug.
  17. Remove characters count feature from the status bar due to its performance issue with UTF8 file.
  18. Fix crash issue due to themes switching.
  19. Make folding margin hidable.
  20. Add NPPM_GETCURRENTNATIVELANGENCODING, NPPM_ALLOCATECMDID and NPPM_ALLOCATEMARKER message (to get the current native language enconding).
  21. Change editing settings saving behaviour : one set of settings are applied in 2 scintilla controls (except zoom).
  22. Add Statistics feature which is accessible from the menu command "Summary..." (under menu "View") and the 2nd zone of statusbar (double click).

 
 
 
Included plugins (Unicode):
 

   1. TextFX v0.26
   2. Spell Checker v1.3.3
   3. MIME Tools v1.6
   4. NppExport v0.2.8
   5. Compare Plugin 1.5.6.1
   6. Plugin Manager 0.9.3.1
   7. NppFTP 0.23
   8. Select 'N' Launch 1.0

 
 
Included plugins (ANSI):
 

   1. TextFX v0.25
   2. NppExec v0.4.1
   3. Spell Checker v1.3.3
   4. MIME Tools v1.6
   5. NppExport v0.2.8
   6. Light Explorer v1.6
   7. Compare Plugin 1.5.5
   8. Plugin Manager 0.9.3.1

http://notepad-plus-plus.org/
Titel: TinyMCE 3.3.9.1
Beitrag von: SiLæncer am 24 September, 2010, 08:55
Auf Javascript basierender WYSIWYG-Editor, der sich in die Textfelder bestehender Webseiten einbinden lässt; auch als Plug-in für Mambo Server, Drupal, Plone, Typo3 und andere CMS verfügbar; unterstützt alle gängigen Browser.

(http://www.heise.de/software/screenshots/23935.jpg)

Version 3.3.9.1

Fixed bug where WebKit browsers wouldn't activate the image button when images where selected.
Fixed bug where Opera Presto 10.60 deletes elements when restoring bookmarks.
Fixed bug where IE9 beta1 doesn't handle regexp replacement values correctly.
Fixed bug where IE9 beta1 didn't render the inline dialogs correctly due to a bug with CSS clip.
Fixed bug where IE9 beta1 would produce error messages on load since they removed the document.recalc method.
Fixed bug where IE9 beta1 would produce <html xmlns=""> since they haven't implemented document.implementation.createDocument correctly.
Fixed bug where IE9 beta1 would searchreplace doesn't work since their native DOM Range doesn't have a find method.
Fixed bug where IE9 beta1 would render the source view incorrectly due to incorrect viewport size measurements.
Fixed bug where IE9 beta1 would crash when running the basic functionality unit tests.
Fixed bug where IE9 beta1 would wrap elements in blocks correctly due to changes to the selection object.
Fixed bug where IE9 beta1 would fail to insert contents since they havn't implemented the createContextualFragment method in their DOM Range.
Fixed bug where IE9 beta1 would fail to handle image selection since they currently doesn't support control selections in their DOM Range.
Fixed bug where IE9 beta1 would fail to load scripts since they fire the onload event before the scripts are parsed and executed.

Lizenz: Open Source

http://tinymce.moxiecode.com/
Titel: RJ TextEd 6.80 Beta 1
Beitrag von: SiLæncer am 27 September, 2010, 15:36
In this version I've made the following changes:

XML and Html Code Explorer Tree
I've added a new tab on the code explorer page with a tree view for XML and Html tags.

* The tree have the same functionality as the class method lists. Tags are updated as you type, the current tag is selected in the tree and you can click on an item to navigate to that tag.

* The correct tab should be opened automatically, in most cases. Tree view for XML and Html files + script files containing Html tags (PHP,ASP...). Otherwise the class/method/function view is opened.

* The current tab view is remembered for each document throughout a session.

* Added some options for the tree view behavior.

Project Manager
Replaced the tree view with a faster one. Projects are opened about 20 times faster.

Search result view
Replaced the search result tree for a faster one. Adding search results to the new tree is about 20 times faster than before.

Text sorting
Made a small change to the sorting function to use natural sorting order.

View/Hide Main Toolbar
Added a menu item to view or hide the main toolbar.

http://www.rj-texted.se/
Titel: Notepad++ V5.8.1
Beitrag von: SiLæncer am 29 September, 2010, 08:58
What's new: >>

· Fix Actionscript lexer crash problem.
· Fix saving UCS-2 text file corrupted bug.
· Add word count in Summary feature.
· Fix hidding/showing status bar bug.

Included plugins (Unicode):
· TextFX v0.26
· Spell Checker v1.3.3
· NppFTP 0.23
· NppExport v0.2.8
· Compare Plugin 1.5.6.1
· Plugin Manager 0.9.3.1

Included plugins (ANSI):
· TextFX v0.25
· NppExec v0.4.1
· Spell Checker v1.3.3
· MIME Tools v1.6
· NppExport v0.2.8
· Light Explorer v1.6
· Compare Plugin 1.5.5
· Plugin Manager 0.9.3.1

http://notepad-plus-plus.org/
Titel: TinyMCE 3.3.9.2
Beitrag von: SiLæncer am 30 September, 2010, 16:10
Auf Javascript basierender WYSIWYG-Editor, der sich in die Textfelder bestehender Webseiten einbinden lässt; auch als Plug-in für Mambo Server, Drupal, Plone, Typo3 und andere CMS verfügbar; unterstützt alle gängigen Browser.

(http://www.heise.de/software/screenshots/23935.jpg)

Version 3.3.9.2

Fixed bug where placing the caret in IE 9 beta 1 would not work correctly if you clicked out side the document body element.
Fixed bug where IE 9 beta 1 wouldn't resize the editor correctly since the events didn't fire as previous versions did.
Fixed bug where FF would produce an error message when being rendered inside a hidden div element.
Fixed bug where resize logic could produce a cookie with a width/height less than the size of the container.
Fixed bug where content_css wouldn't populate the styles dropdown correctly.

Lizenz: Open Source

http://tinymce.moxiecode.com/
Titel: RJ TextEd 6.80 Beta 2
Beitrag von: SiLæncer am 04 Oktober, 2010, 19:01
Zitat
Changes since beta 1:

Quickbar trees
Updated the HTML tree in the quickbar to include HTML 5 tags. All tree data are now loaded from XML files in the "<AppData>\Data" folder.

Misc

* Fixed flickering with auto close braces/blocks.

* Made some minor changes to the clipboard functions that may solve some issues.

* Fixed several code explorer issues with HTML, ASP and PHP files.

* fixed several issues reported in the forum.

I'll release the final version in a few days, but I would appreciate it if you could test this version before the final release.
Download

With installer: http://privat.bahnhof.se/wb588640/downloads/Beta/RJ_TextEd.zip

Without installer: http://privat.bahnhof.se/wb588640/downloads/Beta/RJ_TextEd_NoInstall.zip

http://www.rj-texted.se/
Titel: Rapid Environment Editor V3.3 build 580
Beitrag von: SiLæncer am 04 Oktober, 2010, 19:05
Rapid Environment Editor (RapidEE) is an environment variables editor. It includes an easy to use GUI and replaces the small and inconvenient Windows edit box, located in the System Information section.

(http://www.rapidee.com/images/rapidee.png)

"Environment variables are specially named string aliases for basic system properties. They contain information such as drive, path, or file name. They control the behavior of various programs. For example, the TEMP environment variable specifies the location in which programs place temporary files."

License:  Freeware

What's new: >>

    * fixed: hotkeys (F6, F7, etc) should be available in the Edit mode
    * added: auto-complete path/filename feature (Ctrl-Space)
    * added: esc after 'insert value' removes an empty value
    * fixed: drawing artefacts when one press esc in the 'edit variable name' mode
    * fixed: wrong icons in the tree
    * added: 'restart as administrator' button
    * fixed: auto-complete list contains dups if variable exists in both the system and user list.

http://www.rapidee.com/en/about
Titel: Java-Editor 9.15d
Beitrag von: SiLæncer am 05 Oktober, 2010, 08:20
Einfacher Java-Editor mit allen grundlegenden Funktionen, aber niedrigen Systemanforderungen, insbesondere für den Einsatz im Lehrbereich; mit Editor zum Modellieren von Klassen, UML-Fenster zum interaktiven Testen der Klassen und Erzeugung von Objekten sowie Designer zur Gestaltung von GUI-Oberflächen.

(http://www.heise.de/software/screenshots/50464.jpg)

Freeware

Version 9.15d, 2010.09.28

    bugfix for UML-Window
    improved settings for Label-components

http://javaeditor.org/wiki/index.php/Java-Editor
Titel: RJ TextEd 6.80
Beitrag von: SiLæncer am 05 Oktober, 2010, 17:48
Zitat
In this version I've made the following changes:
XML and HTML Code Explorer Tree

I've added a new tab on the code explorer page with a tree view for XML and HTML tags.

    * The tree have the same functionality as the class method lists. Tags are updated as you type, the current tag is selected in the tree and you can click on an item to navigate to that tag.
    * The correct tab should be opened automatically, in most cases. Tree view for XML and HTML files + script files containing HTML tags (PHP,ASP...). Otherwise the class/method/function view is opened.
    * The current tab view is remembered for each document throughout a session.
    * Added some options for the tree view behavior.

CSS and the Code Explorer

CSS properties are now displayed properly in the code explorer.
Project Manager

Replaced the tree view with a faster one. Projects are opened about 20 times faster. Also fixed some issues.
Search result view

Replaced the search result tree for a faster one. Adding search results to the new tree is about 20 times faster than before.
Text sorting

Made a small change to the sorting function to use natural sorting order.
View/Hide Main Toolbar

Added a menu item to view or hide the main toolbar.
Quickbar trees

Updated the HTML tree in the quickbar to include HTML 5 tags. All tree data are now loaded from XML files in the "<AppData>\Data" folder.
Misc

    * Fixed flickering with auto close braces/blocks.
    * Made some minor changes to the clipboard functions that may solve some issues.
    * Fixed several code explorer issues with HTML, ASP and PHP files.
    * Fixed some issues in the class view.
    * Added a standard scrollbar context menu.
    * fixed several issues reported in the forum.

http://www.rj-texted.se/
Titel: Rapid Environment Editor V3.3 build 581
Beitrag von: SiLæncer am 05 Oktober, 2010, 20:13
Rapid Environment Editor (RapidEE) is an environment variables editor. It includes an easy to use GUI and replaces the small and inconvenient Windows edit box, located in the System Information section.

(http://www.rapidee.com/images/rapidee.png)

"Environment variables are specially named string aliases for basic system properties. They contain information such as drive, path, or file name. They control the behavior of various programs. For example, the TEMP environment variable specifies the location in which programs place temporary files."

License:  Freeware

What's new: >>

    * fixed: removed reference to the FastMM_FullDebugMode.dll

http://www.rapidee.com/en/about
Titel: Rapid Environment Editor V3.3 build 582
Beitrag von: SiLæncer am 06 Oktober, 2010, 18:35
What's new: >>

    * fixed: restored missed translations

http://www.rapidee.com/en/about
Titel: Komodo Edit 6.0.0
Beitrag von: SiLæncer am 07 Oktober, 2010, 14:35
Texteditor, der mehrere Programmier- und Auszeichnungssprachen wie Perl, PHP, Python, Ruby und Tcl, CSS, HTML und XML beherrscht; mit Syntaxhervorhebung, Auto-Vervollständigung und einem Projektmanager; über eigene XPI-Extension erweiterbar.

(http://www.heise.de/software/screenshots/21353.jpg)

kostenlos

http://www.activestate.com/komodo_edit/
Titel: Fresh HTML 3.55
Beitrag von: SiLæncer am 11 Oktober, 2010, 15:44
Fresh HTML is a software to create and edit pages for the world wide web. Its “WYSIWYG” (what you see is what you get) interface makes editing HTML pages as easy as using your favorite word processor. Its built-in editor allows advanced users to fine-tune HTML codes to fit their needs. This software is 100% free, no spyware, and updated regularly.

Fresh HTML 3.55. What's new: add grouped tag attributes inspector.

Licence: Freeware

http://www.freshwebmaster.com/freshhtml.html
Titel: Notepad++ 5.8.2 Final
Beitrag von: SiLæncer am 12 Oktober, 2010, 08:47
Zitat
This version contains one crash fix and some bug fixes. The installer is improved in some points as well in this release.

http://notepad-plus.sourceforge.net/
Titel: RJ TextEd 6.81 Final
Beitrag von: SiLæncer am 12 Oktober, 2010, 16:57
Zitat
Version 6.81
Oct 12, 2010

Changes:
Project Class View

    * The background scanner should now detect UTF-8 project files without a BOM properly.
    * # TODO items are now detected properly in PHP files.
    * Project files can now be scanned using a *.* mask and should now work for all supported source languages.
    * Fixed a navigation issue when selecting a class method.

Syntax Highlighters

    * Syntax highlighter names are now displayed properly in "New" lists and in the tool bar. Added a "Name" property in the _list.ini found in the syntax files folder.
    * Fixed some highlighter issues in ASP and PHP when using line comments before an end tag.

Header column state in File Commander

The header column state is now remembered, even between sessions. The stored state include selected column and column widths.
Translation issues

Several items were not translated properly. It's been fixed in this version.
Misc

Fixed some other issues reported in the forum and maybe others that are difficult to verify (or duplicate).

http://www.rj-texted.se/
Titel: RJ TextEd 6.82 Final
Beitrag von: SiLæncer am 13 Oktober, 2010, 16:44
Fixed in this version

    * Focus error when opening, an already open file, from the recent files list.
    * TODO issue with project files that may list an item several times.
    * Swapped color of TODO icons. Now TODO,1 = Red and TODO,3 = Yellow.
    * Brace match issue with strings.
    * "Open file at cursor" could create a file with an invalid file name.
    * HTML tree errors in Quick bar.


http://www.rj-texted.se/
Titel: CodeLobster PHP Edition 3.6.1
Beitrag von: SiLæncer am 15 Oktober, 2010, 18:03
CodeLobster PHP Edition is a handy and easy-in-use editor that is primarily intended for quick and easy creation and editing of PHP files. It includes debugger, dynamic help, built-in parser, autocomplete and Class View window for comfortable work with PHP code. CodeLobster PHP Edition also supports such file formats as Text, HTML, XML.

(http://images.betanews.com/screenshots/1186155456-1.gif)

Freeware

http://www.codelobster.com/
Titel: Rapid Environment Editor V3.3 build 591
Beitrag von: SiLæncer am 16 Oktober, 2010, 14:04
Rapid Environment Editor (RapidEE) is an environment variables editor. It includes an easy to use GUI and replaces the small and inconvenient Windows edit box, located in the System Information section.

(http://www.rapidee.com/images/rapidee.png)

"Environment variables are specially named string aliases for basic system properties. They contain information such as drive, path, or file name. They control the behavior of various programs. For example, the TEMP environment variable specifies the location in which programs place temporary files."

License:  Freeware

What's new: >>

    * added: icons into the auto-complete menu
    * fixed: crash on exist if auto-complete menu is opened
    * fixed: read-only variables are supported in all modern OSes including x64

http://www.rapidee.com/en/about
Titel: Rapid Environment Editor V3.3 build 600
Beitrag von: SiLæncer am 18 Oktober, 2010, 15:21
What's new: >>

    * fixed: UAC issue with autoupdate

http://www.rapidee.com/en/about
Titel: Komodo Edit 6.0.1
Beitrag von: SiLæncer am 26 Oktober, 2010, 09:11
Texteditor, der mehrere Programmier- und Auszeichnungssprachen wie Perl, PHP, Python, Ruby und Tcl, CSS, HTML und XML beherrscht; mit Syntaxhervorhebung, Auto-Vervollständigung und einem Projektmanager; über eigene XPI-Extension erweiterbar.

(http://www.heise.de/software/screenshots/21353.jpg)

Freeware

http://www.activestate.com/komodo_edit/
Titel: SciTE 2.22
Beitrag von: SiLæncer am 27 Oktober, 2010, 15:10
Editor mit Syntax-Highlighting, Auto-Completion, Folding und vielem mehr...

(http://www.heise.de/software/screenshots/1206.jpg)

Zitat
Version 2.22 supports Scintillua which can define lexers as Parsing Expression Grammars.

Lizenz: Open Source

http://www.scintilla.org/SciTE.html
Titel: AkelPad 4.5.0
Beitrag von: SiLæncer am 28 Oktober, 2010, 08:45
Akelpad is a plain text editor designed to be small and fast. Unicode support, both single-document and tabbed interfaces, unlimited file size and multi-level undo are just a few of the many features this editor offers.

(http://akelpad.sourceforge.net/files/screen_basic.png)

Changed: plugin architecture. Update plugins.
Changed: improved many files opening (MDI/PMDI).
- Successfully tested working with 100 thousands files in PMDI mode.
- Maximum number of documents in MDI mode is 700. When one try to exceed this number, message appeared that indicates PMDI mode requirement.
Changed: restructured, optimized mechanism of work with code folding.
Changed: multi-line columnar paste.
Changed: "Save All" menu item is deactivated if no files are changed.
Changed: if automatically check "In selection" is enabled and selection is empty, previous direction is restored.
Changed: return alignment to left in the status bar.

Added: ability to set color and font style for the text inside fold. This means that multi-line comments now highlighted (Coder::CodeFold must be enabled).
Added: Czech language module (Frantisek Bartos).
Added: Hungarian language module (ZityiSoft).
Added: variables for "StatusUserFormat":
"%dc" - count of all documents (MDI/PMDI);
"%dm" - count of modified documents (MDI/PMDI);
"%ds" - count of unmodified documents (MDI/PMDI);
"%di" - active document index (MDI/PMDI);
"%cl" - current character letter.

Fixed: reopening a file in split windows.
Fixed: reopening group of files with option "Don't open a file twice".
Fixed: after opening main menu with mnemonic key next input character was ignored.
Fixed: when replacing with multi-line text, inserted new lines are not set to the current document value.
Fixed: activating program with mouse and "Watch file change".
Fixed: tabulation printed in color with color printing off.
Fixed: tabulation and wrap by symbols.
Fixed: position recovery of the first visible line if collapsed folds presented.

License:  BSD

http://akelpad.sourceforge.net/en/index.php
Titel: Mini Edit 2.0
Beitrag von: SiLæncer am 28 Oktober, 2010, 19:20
Mini Edit is a great Distraction Free Editor which will allow you to write peacefully without any distractions. If you get distracted easily and wonders off to check your e-mail, chat with your friends and surf the web while writing a blog post, an essay, a letter or anything.. then this is the best answer for you.

(http://images.betanews.com/screenshots/1288110891-1.jpg)

Freeware

Latest Changes

- Fixed the issue with font colors
- Now you can change the color of the editor as you want
- Updated the setup packages

http://www.techhamlet.com/downloads
Titel: DFM2HTML 4.5.2
Beitrag von: SiLæncer am 29 Oktober, 2010, 15:39
DFM2HTML ist ein WYSIWYG HTML-Editor, mit dem man per Drag&Drop Webseiten ohne Kenntnisse von HTML professionell erstellen kann.Effekte wie Schatten/Rotation/Anti-Aliasing/Runde Ecken machen Bildbearbeitungsprogramme überflüssig.

(http://download.winboard.org/uploads/Image/dfm2html.jpg)


    * WYSIWYG in Kombination mit Stylesheet-basiertem Design
    * Mehrere HTML-Seiten können in einem Dokument verwaltet werden
    * Graphische Effekte (z.B. Anti-Aliasing, Schatten, Runde Ecken)
    * HTML-Formulare
    * kompakte HTML-Code-Generierung
    * Unicode
    * PHP
    * DHTML-Menüs

New in version 4.5.2 * Menu items Copy/Paste/Delete can now be used in the text editors

Unterstützt wird WIN95-7
Herstellerseite: http://www.dfm2html.de/
Titel: Notepad++ 5.8.3 Final
Beitrag von: SiLæncer am 02 November, 2010, 08:21
Notepad++ v5.8.3 new features and fixed bugs (from v5.8.2):

   1. A new application icon.
   2. Add the capacity to open x64 system files.
   3. Add Edit context menu command.
   4. Add a new ability: sub-menus commands can be in the context menu.
   5. Fix context menu reload problem (plugin commands reload fails).
   6. Fix searching up fails while code page is set to Chinese/Japnese/Korean bug.
   7. Remove unsupported encodings by Microsoft Windows : ISO-8859-10, ISO-8859-11, ISO-8859-16.
   8. Fix move down current lines bug while moving down on the last line.
   9. Fix crash issue : crash in the next launch after setting MS-DOS-Style as default language.
  10. Fix zoom bug on the second view.
  11. Fix a heap corruption of ColourPicker.
  12. Due to UAC issue, doLocalConf.xml is ignored under vista and windows 7, if Notepad++ is installed in "Program files" directory.


http://notepad-plus-plus.org/
Titel: Extreme Editor V7.1.1.2
Beitrag von: SiLæncer am 02 November, 2010, 10:57
Extreme Editor is a an ascii / text editor with several features oriented towards programming. It has a clean interface: no eye candy or color buttons. Simple, minimalistic and easy to use.

(http://www.portablefreeware.com/screenshots/scr07ipDu.gif)

Features include a full-screen mode, syntax highlighting for many different languages, text formatting, and a simple hex viewer.

License: BSD

What's new: >>

    * Changed some of the highlighters so they better reflect the source
    * File->Open will now try to open the Open Dialog on the same directory of the current file being edited

http://ufridman.org/extremeeditor.html
Titel: GVim 7.3.46 ist verfügbar
Beitrag von: SiLæncer am 02 November, 2010, 11:33
Die Entwickler von GVim haben eine fehlerbereinigte Ausgabe zur Verfügung gestellt.

Die in GVim gefundene Sicherheitslücke lässt sich ausnutzen, um ein betroffenes System zu kompromittieren. Auslöser der Sicherheitslücke ist, wie GVim Bibliotheken, wie zum Beispiel python27.dll, lädt. Mit speziell manipulierten Dateien lassen sich Bibliotheken von WebDAV-Orten oder SMB-Shares laden.

Die Schwachstelle ist für Version 7.3 bestätigt. Andere Ausgaben könnten ebenfalls betroffen sein. Anwender sollte so schnell wie möglich Variante 7.3.46 einspielen. GVim (http://www.vim.org/) ist die GUI-Variante des mächtigen Text-Editors VI Improved.

www.tecchannel.de
Titel: CKEditor 3.4.2
Beitrag von: SiLæncer am 04 November, 2010, 19:44
WYSIWYG-Editor für eigene Webseiten, der sich in diverse Skriptsprachen integrieren lässt; unterstützt die meisten gängigen Browser; auch mit kommerzieller Lizenz erhältlich

(http://www.heise.de/software/screenshots/64589.jpg)

New features:

    * #5024 : Added a sample that shows how to output HTML that is valid for Flash.

Fixed issues:

    * #5237 : English text in dialogs' title was flipped when using RTL language (office2003 and v2 skins).
    * #6289 : Deleting nested table removed the parent cell.
    * #6341 : The editor contents now have the text cursor.
    * #6153 : Chrome: tab focus is wrong.
    * #6261 : Focus and infinite loop between multiple editors.
    * #6170 : Dedicated class names are removed from floating panels when opening another panel.
    * #6339 : Autogrow plugin now doesn't work on maximized editors.
    * #6237 : BIDI: Applying same language direction to all paragraphs not working.
    * #6353 : [IE] Resize was broken with office2003 and v2 skins.
    * #6375 : Avoiding errors when hiding the editor after the blur event.
    * #6133 : Styled paragraphs result on buggy list creation.
    * #5074 : Link target is not removed when changing to popup.
    * #6408 : [IE] Autogrow now works correctly on Quirks.
    * #6420 : [IE] The table properties dialog now correctly retrieves the caption text.
    * #6141 : It was impossible to outdent a list when indentOffset was set to 0.
    * #6377 : FF width and height are not shown for smiley in Image properties dialog.
    * #5399 : Lists pasted from Word do not maintain their nesting.
    * #6225 : [FF] Cannot transform several lines to list with enterMode BR.
    * #6467 : [FF] It is now possible to disable the plugin command on "mode" event.
    * #6461 : Attributes are now being kept when changing block formatting.
    * #6226 : BIDI: Language direction applied to a Paragraph is removed when we apply one of Paragraph formatting options.
    * #5395 : [Opera] Native context menu incorrectly opened after Opera 10.2.
    * #6444 : [Opera] Close panels and dialogs don't return focus to wysiwyg frame.
    * #6332 : IE: V2 skin bottom dialog's border broken.
    * #5646 : Parser incorrectly removes inline element when there's only one comment node enclosed.
    * #6189 : Minor code size reduction.
    * #5045 : uiColor behaved wrong if multiple editors were used with period in their names.
    * #5766 : Config entry "ignoreEmptyParagraph" should only remove one single empty paragraph in document.
    * #5931 : Unable to apply inline style because of nested elements with same style name.
    * #6083 : Dialog close sometimes cause collapsed editor selection before the insertion.
    * #6253 : BIDI: creating a Numbered/Bulleted list causing improper behavior on bidi.
    * #4023 : [Opera] Maximize plugin.
    * #6403 : [Opera] Font name options are not correctly marked in dropdown list.
    * #4534 : [Opera] Arrow key to navigate through combo list has side effects of window scrolling.
    * #6534 : [Opera] Menu key brings up both CKEditor and browser context menu.
    * #6534 : [Opera] Menu key brings up both CKEditor and browser context menu.
    * #6416 : [IE9] Unable to make text selection with mouse in source area.
    * #6417 : [IE9] Context menu opens at the upper-left corner always.
    * #6501 : [IE9] Context menu item layout is broken.
    * #6099 : BIDI: when we apply explicit language direction to Numbered/Bulleted List the corresponding BIDI Tool bar icon is not highlighted in the Toolbar.
    * #6100 : BIDI: when we change Table language direction indentation of text in Table cells is not applied correctly.
    * #6376 : BIDI: buttons should not toggle the base language direction.
    * #6235 : BIDI: Applying direction to multi-paragraph selection within a div.
    * #6187 : [IE6] Multi-instance loading produces 404s on background images.
    * #5446 : Setting config.filebrowserImageBrowseUrl results in displaying also Browser Server on links.
    * #5626 : CKeditor 3.2.1 : html content attached makes ckeditor crash the browser FF/IE.
    * #6508 : BiDi: Margin mirroring logic doesn't honor CSS direction.
    * #6043 : BIDI: When we apply RTL direction to a right aligned Paragraph, Paragraph is not moved to the left & Alignment of Paragraph is not changed.
    * #6485 : BIDI: When direction is applied on partial selected list, the style is been incorrectly applied to the entire list.
    * #6087 : Cursor of input fields in dialog isn't visible in RTL.
    * #5595 : Extra leading spaces added in preformatted block.
    * #6094 : Match full word option doesn't stop on block boundaries.
    * #5730 : [Safari] Continual pastes (holding paste key) breaks document contents.
    * #5850 : [IE] Inline style misbehaviors at the beginning of numbered/bulleted list.
    * Updated the following language files:
          o #6427 : Ukrainian;
          o #6464 : Finnish;
          o Hebrew;


Lizenz: Open Source

http://ckeditor.com/
Titel: Rapid Environment Editor V3.3 build 601
Beitrag von: SiLæncer am 04 November, 2010, 20:31
Rapid Environment Editor (RapidEE) is an environment variables editor. It includes an easy to use GUI and replaces the small and inconvenient Windows edit box, located in the System Information section.

(http://www.rapidee.com/images/rapidee.png)

"Environment variables are specially named string aliases for basic system properties. They contain information such as drive, path, or file name. They control the behavior of various programs. For example, the TEMP environment variable specifies the location in which programs place temporary files."

License:  Freeware

What's new: >>

    * fixed: Chinese translation

http://www.rapidee.com/en/about
Titel: TeXEdit 1.0.5.27
Beitrag von: SiLæncer am 06 November, 2010, 08:14
Entwicklungsumgebung für LaTeX mit Auto-Vervollständigung von Referenzen, Dateien und (benutzerdefinierten) Befehlen; unterstützt Rechtschreibprüfung, interaktive Fehleranzeige sowie Wortzählung und zeigt Dokumentstruktur, eingebundene Dateien und Labels im Seitenfenster an; erlaubt zudem das Definieren von TeX-Shortcuts sowie das Einfügen von Tabellen, etwa aus Excel.

(http://www.heise.de/software/screenshots/76837.jpg)

Freeware

http://www.steingrube-home.de/software_TeXEdit.html
Titel: CSVed V2.1.3
Beitrag von: SiLæncer am 08 November, 2010, 18:52
CSVed is a basic spreadsheet file editor which can be used to create and manipulate CSV files. You can add/delete columns, rearrange column order, change separator, filter items, remove duplicates, split/join columns etc.

(http://www.portablefreeware.com/screenshots/scrKFe3Sx.gif)

License:  Cardware

What's new: >>

    * fixed some bugs

http://csved.sjfrancke.nl/index.html
Titel: Rapid Environment Editor V3.3 build 602
Beitrag von: SiLæncer am 12 November, 2010, 12:27
Rapid Environment Editor (RapidEE) is an environment variables editor. It includes an easy to use GUI and replaces the small and inconvenient Windows edit box, located in the System Information section.

(http://www.rapidee.com/images/rapidee.png)

"Environment variables are specially named string aliases for basic system properties. They contain information such as drive, path, or file name. They control the behavior of various programs. For example, the TEMP environment variable specifies the location in which programs place temporary files."

License:  Freeware

What's new: >>

    * fixed: %ProgramFiles% -> %ProgramFiles(x86)% conversion issue on 64-bit OS

http://www.rapidee.com/en/about
Titel: Notepad++ 5.8.4 Released
Beitrag von: SiLæncer am 14 November, 2010, 21:01
What's new?

User can set supported encoding charsets in "New Document Settings".

All the item in context menu can be renamed. Make your contextMenu.xml in "UTF8 as ANSI" if you want to modify the menu items in your language.

And bugs fixes...

For those who don't like the new application icon, a binary (Unicode version) contains the old icon is available.

http://notepad-plus-plus.org/
Titel: Rapid Environment Editor V3.3 build 605
Beitrag von: SiLæncer am 15 November, 2010, 13:22
Rapid Environment Editor (RapidEE) is an environment variables editor. It includes an easy to use GUI and replaces the small and inconvenient Windows edit box, located in the System Information section.

(http://www.rapidee.com/images/rapidee.png)

"Environment variables are specially named string aliases for basic system properties. They contain information such as drive, path, or file name. They control the behavior of various programs. For example, the TEMP environment variable specifies the location in which programs place temporary files."

License:  Freeware

What's new: >>

    * added: uninstall icon & version number in the Control Panel
    * added: check for updates shows detailed changes
    * fixed: 'Refresh' doesn't not work if user has no administrator rights
    * changed: do not hide 'Users' combo if user has no administrator rights, just disable it

http://www.rapidee.com/en/about
Titel: LyX 1.6.8
Beitrag von: SiLæncer am 15 November, 2010, 19:08
Frontend für LaTeX, das sich ähnlich wie ein herkömmliches Textverarbeitungsprogramm bedienen lässt.

(http://www.heise.de/software/screenshots/28564.jpg)

Freeware

http://www.lyx.org/
Titel: Syn2 2.3.720
Beitrag von: SiLæncer am 17 November, 2010, 17:45
Syn2 is fully unicode based and supports many file encodings. User interface is Multi-Language. Syntax highlighting is managed by a rich library of so called "lexers" and supports almost all types of programming languages.

(http://images.betanews.com/screenshots/1289816929-1.jpg)

Freeware

Latest Changes

- Support of multi-document interface (Tabs)
- Many more autocomplete lists and code templates
- Lexer for AutoIt / Linux Shell Scripts
- Quicksearch Bar

http://atorg.net.ru/
Titel: RText 1.3.0.0
Beitrag von: SiLæncer am 19 November, 2010, 16:30
RText is a fully customizable programmer's text editor. Some of its features include syntax highlighting, editing multiple documents at once, printing and print preview, find/replace/find in files dialogs, undo/redo, and online help.

(http://fifesoft.com/rtext/images/Windows/rtext_win_2.jpg)

Licence: Freeware (GPL)

RText 1.3.0 was just released! Here's what's new:

    * Adding drop shadows to menus .
    * Revamped external LookAndFeel support. Several Substance 6.1 skins are now selectable by default in RText.
    * Text matches in the "Find in Files" dialog are now syntax highlighted.
    * Translucent search windows now work on Java 7+, not just Java 6.
    * Added Copy, Paste, and Delete popup menu items on the File System Tree.
    * Added PERL5LIB modification support to the Perl parser - see the Perl options panel in the Options dialog.
    * Fixed a bug with "variables" not working for tool directories (i.e. ${file_dir}).
    * Fixed several bugs in Java code completion.
    * The relevant Throwable is now included in completion choices when inside of a catch block when editing Java.
    * Logging any uncaught EDT throwables to a log file in user's home directory (AWTExceptionHandler).
    * Fixed NPE in FindInFilesTable when user switches from WinLAF to another one (workaround for JRE bug 6429812).
    * Added a "Libraries" tab to the About dialog listing all external libraries RText uses.
    * The order you put file chooser favorite directories in is now remembered.
    * Updated Spanish translation (thanks phrodo!).

http://fifesoft.com/rtext/index.php
Titel: Komodo Edit 6.0.2
Beitrag von: SiLæncer am 24 November, 2010, 07:26
Texteditor, der mehrere Programmier- und Auszeichnungssprachen wie Perl, PHP, Python, Ruby und Tcl, CSS, HTML und XML beherrscht; mit Syntaxhervorhebung, Auto-Vervollständigung und einem Projektmanager; über eigene XPI-Extension erweiterbar.

(http://www.heise.de/software/screenshots/21353.jpg)

Freeware

http://www.activestate.com/komodo_edit/
Titel: Notepad++ 5.8.5 erschienen
Beitrag von: SiLæncer am 24 November, 2010, 07:46
Changelog:

    * Fix Shell Extension (32 bits) icon absent issue.
    * Fix the crash problem if config.xml is not present.
    * Fix tab settings not saved under Windows 7 problem.
    * Fix localization switching under Windows 7 problem.
    * Fix x64 system files problems : not included in recent file history list while closing a file.
    * Fix x64 system files problems : not remembered in the next session problem.
    * Fix the search direction not being memorized problem.
    * Modify File Association dialog UI.
    * Fix the initial document encoding is not set by "New Document Settings".

http://notepad-plus-plus.org/
Titel: RText 1.3.1
Beitrag von: SiLæncer am 25 November, 2010, 10:52
(http://www.kaldata.net/images/news/logos/rtext.jpg)
RText is a fully customizable programmer's text editor. Some of its features include syntax highlighting, editing multiple documents at once, printing and print preview, find/replace/find in files dialogs, undo/redo, and online help.

Licence: Freeware (GPL)

Zitat
RText 1.3.1 was just released! This was a quick maintenance release to fix a major issue with RText 1.3.0: If a user didn't have Perl installed, the Options dialog wouldn't open! You'd also get no error message, you'd have to look in ~/uncaughtRTextAwtExceptions.log to see that an uncaught NPE was being thrown. Apologies if this happened to anybody. You should be able to grab 1.3.1, install over the top of your old 1.3.0 install, and the issue will be fixed.

http://fifesoft.com/rtext/index.php
Titel: Scriptly 0.8.95.6
Beitrag von: SiLæncer am 26 November, 2010, 19:03
Freeware-HTLM-Editor, der auf das Schreiben von HTML und PHP-Quelltext ausgelegt ist.

(http://download.winboard.org/uploads/Image/scriptly.png)

Einige Funktionen sind:

- Unterstützung von Syntaxhervorherung für HTLM, PHP, CSS, java script, Smarty, SQL, XML und INI
- Dateibrowser mit FTP-Client
- Links, Hexadezimale Farbdefinition, Uhrzeit, MD5 sowie komplette HTML-Tabellen und Kommentare per Klick einfügbar
- Projekt-Verwaltung mit Include-System, Todo-Liste und weiteren nützlichen Features
- Parameter-Einblendung für PHP-Funktionen

Eine komplette Übersicht der Funktionen findet man auf dieser Seite (http://scriptly.webocton.de/10/48/informationen/features.de.html).

Außerdem gibt es eine Online-Hilfe auf dieser Seite (http://scriptly.webocton.de/help/de/index.html).

Unterstützt wird WIN 98 bis Seven

http://webocton.de/
Titel: Syn2 2.4.760
Beitrag von: SiLæncer am 27 November, 2010, 11:02
Syn2 is fully unicode based and supports many file encodings. User interface is Multi-Language. Syntax highlighting is managed by a rich library of so called "lexers" and supports almost all types of programming languages.

(http://images.betanews.com/screenshots/1289816929-1.jpg)

Freeware

kein Changelog verfügbar ...

http://atorg.net.ru/
Titel: Java-Editor 9.15f
Beitrag von: SiLæncer am 28 November, 2010, 19:14
Einfacher Java-Editor mit allen grundlegenden Funktionen, aber niedrigen Systemanforderungen, insbesondere für den Einsatz im Lehrbereich; mit Editor zum Modellieren von Klassen, UML-Fenster zum interaktiven Testen der Klassen und Erzeugung von Objekten sowie Designer zur Gestaltung von GUI-Oberflächen.

(http://www.heise.de/software/screenshots/50464.jpg)

Freeware

http://javaeditor.org/wiki/index.php/Java-Editor
Titel: Frhed 1.7.1
Beitrag von: SiLæncer am 29 November, 2010, 20:07
Einfacher Hex-Editor zum Bearbeiten von binären Dateien unter Windows; besonders große Dateien können in Teilen geladen werden.

(http://www.heise.de/software/screenshots/52450.jpg)

Lizenz: Open Source

http://frhed.sourceforge.net/
Titel: Rapid Environment Editor V3.3 build 606
Beitrag von: SiLæncer am 30 November, 2010, 10:58
Rapid Environment Editor (RapidEE) is an environment variables editor. It includes an easy to use GUI and replaces the small and inconvenient Windows edit box, located in the System Information section.

(http://www.rapidee.com/images/rapidee.png)

"Environment variables are specially named string aliases for basic system properties. They contain information such as drive, path, or file name. They control the behavior of various programs. For example, the TEMP environment variable specifies the location in which programs place temporary files."

License:  Freeware

What's new: >>

    * fixed: sometimes auto-completition popup was not closing

http://www.rapidee.com/en/about
Titel: RJ TextEd 7.0 Final
Beitrag von: SiLæncer am 01 Dezember, 2010, 18:44
(http://www.kaldata.net/images/news/logos/rj_texted.jpg)
RJ TextEd - A Unicode source and text editor. RJ TextEd is a full featured text and source editor with Unicode support, syntax highlighting and code folding. The functionality extends beyond text files and includes support for HTML editing with integrated preview, spell checking, auto completion, HTML validation, templates and more. The program also include support for Topstyle Lite CSS editor, has a dual pane file commander, as well as a FTP client to upload your files. The editor uses language files to display menus and dialogs in different languages. There are several included languages. New language files can easily be created in the editor. RJ TextEd is also a simple web development tool. The editor can use auto completion and hints to assist you in editing your source code. You can preview HTML/ASP/PHP... code using one of the preview tabs or open a document in a browser. The editor does not only handle source code. It also handles true ASCII files, binary files and of course plain text files.

The program is absolutely free. There are a many features not listed below. Including spell checking, e-mail support, advanced search with regular expressions. For a full list check out the features section.

To learn more about the program you could check out the screenshots, or just try it out. RJ TextEd is developed in Delphi 2007 from Codegear and is released as Freeware. The program has been tested in windows 98/Me/2000/XP/2003/Vista/2008/Windows 7.

Licence: Freeware

Version 7.0
Dec 1, 2010
Text Clips/Clipboard history

Text clips are now stored in an XML file and are displayed in a tree view, instead of lists. You can move around clips anywhere in the tree and add any number of folders.

The tab can also display a clipboard history list. You can paste from any selected item in the list and you can copy back an old item to the clipboard.
Capture Clipboard

Added a menu item (in "Edit" menu) to capture the clipboard. The current document tab color will change and all text added to the clipboard will be pasted to this document. The tab color can be changed in options.

A simple sound is played when activated and when clipboard content is pasted. A line break is added after each pasted clipboard content.
Project Todo List

Moved the project todo list to its own tab after the "Project Class View" tab. Also added a menu item in the "View" menu to allow users to view/hide the tab. Also added an options dialog with some options.
CSS dialogs

Added some CSS dialogs that can be opened from the "UserMenu" (Ctrl+Space) or in the auto completion list. The dialogs are available for properties like border, background, list-style, outline...
Column statistics

Added a function to get some numeric statistics of selected text. The function will give you the sum, min, max and average of the selected numbers. This will only work in column mode and the menu item is located in the "Edit - Column" menu.
Drag and drop to/from project tab

Project files can now be opened by dragging the files to the editor space. If you drag a folder, all files in that folder will be opened.

http://www.rj-texted.se/
Titel: AkelPad 4.5.1
Beitrag von: SiLæncer am 02 Dezember, 2010, 08:42
(http://akelpad.sourceforge.net/files/screen_basic.png)
AkelPad is an open source editor for plain text. It is designed to be a small and fast. Includes the ability to load text documents that are larger than 64 Kilobytes, document previews before opening them, editing of read only files and more. Plugins add a number of additional features to Akelpad like syntax highlighting, auto completion, sessions, macros and scripts and auto saving.

Licence: Open Source

Changed: speed of work with code folding is increased.
Changed: improved work with Input Method Editors (IME).
Changed: default font is now "Courier New" with size 10.
Changed: tabs drawing with using visual styles on windows and buttons in Windows XP (MDI/PMDI).
Changed: now by default uses system color for hyperlinks.
Changed: now uses system cursor for hyperlinks, if possible.

Fixed: replacement with multi-line text.
Fixed: no message if error appears during opening/saving files.
Fixed: URL in comment fold didn't highlighted.
Fixed: selection after split window off (MDI).
Fixed: double/triple mouse click in split windows.
Fixed: scrolling to founded text.
Fixed: variable "%dm" for "StatusUserFormat".
Fixed: left button click in Windows 95.

http://akelpad.sourceforge.net/en/index.php
Titel: Rapid Environment Editor V3.3 build 607
Beitrag von: SiLæncer am 03 Dezember, 2010, 12:27
Rapid Environment Editor (RapidEE) is an environment variables editor. It includes an easy to use GUI and replaces the small and inconvenient Windows edit box, located in the System Information section.

(http://www.rapidee.com/images/rapidee.png)

"Environment variables are specially named string aliases for basic system properties. They contain information such as drive, path, or file name. They control the behavior of various programs. For example, the TEMP environment variable specifies the location in which programs place temporary files."

License:  Freeware

What's new: >>

    * fixed: restore position should respect taskbar placed on the left side of the screen
    * fixed: support recursion in the expandable variables

http://www.rapidee.com/en/about
Titel: TexMakerX 2.0.0
Beitrag von: SiLæncer am 03 Dezember, 2010, 18:43
GPL-LaTeX-Editor, der das Erstellen von LaTex-Dokumenten in Unicode vereinfacht; unterstützt den Nutzer beim Schreiben mittels interaktiver Rechtschreibprüfung, Syntax-Highlighting, Code-Folding und automatischer Code-Vervollständigung.

(http://www.heise.de/software/screenshots/53117.jpg)

Lizenz: Open Source

http://texmakerx.sourceforge.net/
Titel: Serna Free 4.3.0
Beitrag von: SiLæncer am 04 Dezember, 2010, 15:54
Freier XML-Editor nach dem What-You-See-Is-What-You-Get-Prinzip (WYSIWYG); unterstützt gängige Dokumententypen wie DITA, Docbook und XHTML, rendert die Dokumente mit XSLT/XSL-FO-Stylesheets und validiert in Echtzeit mit XML-Schema; bietet UNICODE-Support und enthält eine Rechtschreibprüfung für über 30 Sprachen.

(http://www.heise.de/software/screenshots/62988.jpg)

Lizenz: Open Source

http://www.syntext.com/products/serna-free/
Titel: RJ TextEd 7.01 Final
Beitrag von: SiLæncer am 05 Dezember, 2010, 14:55
(http://www.kaldata.net/images/news/logos/rj_texted.jpg)
RJ TextEd - A Unicode source and text editor. RJ TextEd is a full featured text and source editor with Unicode support, syntax highlighting and code folding. The functionality extends beyond text files and includes support for HTML editing with integrated preview, spell checking, auto completion, HTML validation, templates and more. The program also include support for Topstyle Lite CSS editor, has a dual pane file commander, as well as a FTP client to upload your files. The editor uses language files to display menus and dialogs in different languages. There are several included languages. New language files can easily be created in the editor. RJ TextEd is also a simple web development tool. The editor can use auto completion and hints to assist you in editing your source code. You can preview HTML/ASP/PHP... code using one of the preview tabs or open a document in a browser. The editor does not only handle source code. It also handles true ASCII files, binary files and of course plain text files.

The program is absolutely free. There are a many features not listed below. Including spell checking, e-mail support, advanced search with regular expressions. For a full list check out the features section.

To learn more about the program you could check out the screenshots, or just try it out. RJ TextEd is developed in Delphi 2007 from Codegear and is released as Freeware. The program has been tested in windows 98/Me/2000/XP/2003/Vista/2008/Windows 7.

Licence: Freeware

This is a minor update to address some reported issues.
Fixed

    * Projects were not reopened at startup even though the correct option was used.
    * The highlight feature shouldn't highlight white spaces when using the option to always highlight during selection.
    * Solved some issues when opening a remote files from a project.

Text Clips context menu

Added a simple context menu with items to open/close all nodes and a sort option. Sorting is done by default but can now be disabled. Also made some changes to improve drag and drop. If an item is dragged to the left of a folder text, the item is inserted above the folder at the same level. Otherwise it's added as a child.

http://www.rj-texted.se/
Titel: SynWrite 2.5.800
Beitrag von: SiLæncer am 06 Dezember, 2010, 19:00
SynWrite is an extended text editor. Syntax highlighting is managed by a rich library of so called "lexers" and supports almost all types of programming languages. User interface is Multi-Language. Other main features are code folding, tree structure, auto-completion and code templates. Program is small in size and also works as portable app or as lister plugin for file manager "Total Commander".

(http://images.betanews.com/screenshots/1289816929-1.jpg)

Freeware

Latest Changes

- Optimized work without administrative rights
- Rework of find / replace dialog

http://atorg.net.ru/
Titel: SciTE 2.23
Beitrag von: SiLæncer am 08 Dezember, 2010, 08:29
Editor mit Syntax-Highlighting, Auto-Completion, Folding und vielem mehr...

(http://www.heise.de/software/screenshots/1206.jpg)

Version 2.23 fixes some bugs and includes minor improvements.

Lizenz: Open Source

http://www.scintilla.org/SciTE.html
Titel: Komodo Edit 6.0.3
Beitrag von: SiLæncer am 09 Dezember, 2010, 12:28
Texteditor, der mehrere Programmier- und Auszeichnungssprachen wie Perl, PHP, Python, Ruby und Tcl, CSS, HTML und XML beherrscht; mit Syntaxhervorhebung, Auto-Vervollständigung und einem Projektmanager; über eigene XPI-Extension erweiterbar.

(http://www.heise.de/software/screenshots/21353.jpg)

Freeware

http://www.activestate.com/komodo_edit/
Titel: Rapid Environment Editor V3.3 build 608
Beitrag von: SiLæncer am 09 Dezember, 2010, 22:00
Rapid Environment Editor (RapidEE) is an environment variables editor. It includes an easy to use GUI and replaces the small and inconvenient Windows edit box, located in the System Information section.

(http://www.rapidee.com/images/rapidee.png)

"Environment variables are specially named string aliases for basic system properties. They contain information such as drive, path, or file name. They control the behavior of various programs. For example, the TEMP environment variable specifies the location in which programs place temporary files."

License:  Freeware

What's new: >>

    * fixed: Chinese translation

http://www.rapidee.com/en/about
Titel: RJ TextEd 7.02 Final
Beitrag von: SiLæncer am 14 Dezember, 2010, 16:51
This is a minor update to address some reported issues.
New auto complete option

Added an option to "Close HTML tags".
Fixed

    * Several issues with the auto completion list.
    * Auto completion delay can now be set to any value.
    * Close block issues e.g. { ... } block auto close in PHP documents.
    * Editor disappears (crashes without any messages and without saving changed files). I've only seen it once and never been able to reproduce it, but I've made some changes that should prevent this from happening by synchronizing some background thread function calls with the main thread.

http://www.rj-texted.se/
Titel: RJ TextEd 7.03 Final
Beitrag von: SiLæncer am 16 Dezember, 2010, 16:56
Zitat
Fixed editor disappears issue

I finally managed to reproduce the issue. It's a synchronize issue between the background thread, that updates code folding, and the main thread. I have only been able to reproduce it on Intel Core i7 (8 cores with hyper threading), but it may occur on other systems as well. I actually haven't received a single bug report on the issue, so it may not occur very often. But it is a serious bug, hence the update.

http://www.rj-texted.se/
Titel: Notepad++ 5.8.6
Beitrag von: SiLæncer am 19 Dezember, 2010, 16:06
Zitat
In this new release, a minimalist package is added.
It contains only the files needed to run Notepad++ with no plugins, no themes, no autocompletion API files, no updaters and no localization files.
The package is much smaller and Notepad++ should run faster.

http://notepad-plus-plus.org/
Titel: TinyMCE 3.3.9.3
Beitrag von: SiLæncer am 21 Dezember, 2010, 16:35
Auf Javascript basierender WYSIWYG-Editor, der sich in die Textfelder bestehender Webseiten einbinden lässt; auch als Plug-in für Mambo Server, Drupal, Plone, Typo3 und andere CMS verfügbar; unterstützt alle gängigen Browser.

(http://www.heise.de/software/screenshots/23935.jpg)

Version 3.3.9.3 (2010-12-20)
Fixed issue where WebKit wouldn't correctly apply ins/del in xhtmlxtras plugin.
Fixed bug where paste as plaintext on WebKit wouldn't produce br and p elements correctly.
Fixed bug where the confirm dialog texts would be incorrectly placed due to recent IE 9 workarounds in the window.css.
Fixed bug where applying text color would not add spans inside link elements. This is needed due to CSS style inheritance.

Lizenz: Open Source

http://tinymce.moxiecode.com/
Titel: DFM2HTML 4.5.3
Beitrag von: SiLæncer am 29 Dezember, 2010, 18:17
DFM2HTML ist ein WYSIWYG HTML-Editor, mit dem man per Drag&Drop Webseiten ohne Kenntnisse von HTML professionell erstellen kann.Effekte wie Schatten/Rotation/Anti-Aliasing/Runde Ecken machen Bildbearbeitungsprogramme überflüssig.

(http://download.winboard.org/uploads/Image/dfm2html.jpg)


    * WYSIWYG in Kombination mit Stylesheet-basiertem Design
    * Mehrere HTML-Seiten können in einem Dokument verwaltet werden
    * Graphische Effekte (z.B. Anti-Aliasing, Schatten, Runde Ecken)
    * HTML-Formulare
    * kompakte HTML-Code-Generierung
    * Unicode
    * PHP
    * DHTML-Menüs

Zitat
Neu in version 4.5.3: * Neue Editoren haben nun Kontextmenüs

Unterstützt wird WIN95-7
Herstellerseite: http://www.dfm2html.de/
Titel: Java-Editor 9.16
Beitrag von: SiLæncer am 01 Januar, 2011, 16:09
Einfacher Java-Editor mit allen grundlegenden Funktionen, aber niedrigen Systemanforderungen, insbesondere für den Einsatz im Lehrbereich; mit Editor zum Modellieren von Klassen, UML-Fenster zum interaktiven Testen der Klassen und Erzeugung von Objekten sowie Designer zur Gestaltung von GUI-Oberflächen.

(http://www.heise.de/software/screenshots/50464.jpg)

Freeware

Zitat
Version 9.16, 2010.12.31

    Compilation of classes with existing objects in an UML-window no longer needs
    a restart. Some small improvements and bug fixes make a more stable version.

http://javaeditor.org/wiki/index.php/Java-Editor
Titel: AkelPad 4.5.2
Beitrag von: SiLæncer am 03 Januar, 2011, 18:35
(http://akelpad.sourceforge.net/files/screen_basic.png)
AkelPad is an open source editor for plain text. It is designed to be a small and fast. Includes the ability to load text documents that are larger than 64 Kilobytes, document previews before opening them, editing of read only files and more. Plugins add a number of additional features to Akelpad like syntax highlighting, auto completion, sessions, macros and scripts and auto saving.

Licence: Open Source

Added: 64-bit program version.

Fixed: file didn't open with modal dialog actived.
Fixed: AkelPad.ini overwritten when there were no changes in settings. 

http://akelpad.sourceforge.net/en/index.php
Titel: metapad 3.6 Beta 1
Beitrag von: SiLæncer am 04 Januar, 2011, 20:31
metapad is a small, fast text editor with similar features to Microsoft Notepad but with many extra features. It was designed to completely replace Notepad since it includes all of Notepad's features, and much more.

(http://images.betanews.com/screenshots/985015307-1.gif)

Freeware

http://www.liquidninja.com/metapad
Titel: Wikidpad 2.0 rc 10
Beitrag von: SiLæncer am 05 Januar, 2011, 15:55
Mix aus Notepad, Outliner und Wiki, mit dem sich Informationen und Notizen strukturieren lassen; verlinkt erstellte Texte automatisch untereinander (Crosslinking), ähnlich der Struktur in Wikipedia.

(http://www.heise.de/software/screenshots/26396.jpg)

Lizenz: Open Source

http://wikidpad.sourceforge.net/
Titel: Rapid Environment Editor V3.3 build 609
Beitrag von: SiLæncer am 10 Januar, 2011, 08:44
Rapid Environment Editor (RapidEE) is an environment variables editor. It includes an easy to use GUI and replaces the small and inconvenient Windows edit box, located in the System Information section.

(http://www.rapidee.com/images/rapidee.png)

"Environment variables are specially named string aliases for basic system properties. They contain information such as drive, path, or file name. They control the behavior of various programs. For example, the TEMP environment variable specifies the location in which programs place temporary files."

License:  Freeware

What's new: >>

    * memory usage optimization

http://www.rapidee.com/en/about
Titel: Rapid Environment Editor V3.3 build 610
Beitrag von: SiLæncer am 11 Januar, 2011, 11:09
What's new: >>

    * fixed: Swedish translation

http://www.rapidee.com/en/about
Titel: AkelPad 4.5.3
Beitrag von: SiLæncer am 12 Januar, 2011, 18:36
(http://akelpad.sourceforge.net/files/screen_basic.png)
AkelPad is an open source editor for plain text. It is designed to be a small and fast. Includes the ability to load text documents that are larger than 64 Kilobytes, document previews before opening them, editing of read only files and more. Plugins add a number of additional features to Akelpad like syntax highlighting, auto completion, sessions, macros and scripts and auto saving.

Licence: Open Source

Added: command line parameters /C, /B, /L for return to the ask mode.

Fixed: out of the text area didn't redraw under some conditions.
Fixed: saving settings in SDI mode.
Fixed: AkelPad.ini overwritten when there were no changes in settings.

http://akelpad.sourceforge.net/en/index.php
Titel: Kudaz MDI V2.2.0.1
Beitrag von: SiLæncer am 15 Januar, 2011, 10:38
Kudaz is a user-friendly programmer's editor with selective syntax-highlighting capabilities that currently supports 53 languages/scripts. Among the many features: advanced "Find In Files"; fully user-configurable automatic word correction, code-completion and source template support; support for Unix/Macintosh/Windows line formats; detection of current file change by other applications.

(http://www.portablefreeware.com/screenshots/scrby0JCH.gif)

License: Freeware

http://www.geocities.jp/keynes77jp/kudaz.htm
Titel: Fresh HTML 3.56
Beitrag von: SiLæncer am 15 Januar, 2011, 22:29
(http://www.kaldata.net/images/news/logos/freshhtml.gif)
Fresh HTML is a software to create and edit pages for the world wide web. Its “WYSIWYG” (what you see is what you get) interface makes editing HTML pages as easy as using your favorite word processor. Its built-in editor allows advanced users to fine-tune HTML codes to fit their needs. This software is 100% free, no spyware, and updated regularly.

Fresh HTML 3.55. What's new: add grouped tag attributes inspector.

Licence: Freeware

What's new: more web templates.

http://www.freshwebmaster.com/freshhtml.html
Titel: Writemonkey 2: Ablenkungsfreies Schreiben mit Syntax-Hervorhebung
Beitrag von: SiLæncer am 18 Januar, 2011, 11:37
Die Entwickler der minimalistischen Textverarbeitung Writemonkey haben Version 2.0 des Programms vorgestellt. Es blendet die restliche Windows-Oberfläche komplett aus und verhält sich nun wie eine Schreibmaschine mit festem Anschlagspunkt in der Bildschirmmitte.

Die Programmoberfläche besteht aus nichts als einem schwarzen Bildschirm und einem blinkenden Cursor. Im neuen Schreibmaschinenmodus kann dieser unbeweglich in die Bildschirmmitte gesetzt werden. Der eingegebene Text wird nach links verschoben. Dieses Verhalten muss ausdrücklich aktiviert werden.

(http://scr3.golem.de/screenshots/1101/Writemonkey/thumb480/ee2a5b893abb542f5017836eaf91c669.png)

Version 2.0 von Writemonkey (http://writemonkey.com/) kann zudem Kommentarfelder aufnehmen, die nicht ins endgültige Dokument einfließen. Kommentare werden mit zwei Querstrichen markiert. Die Statistikfunktion zeigt nun außer der Zeichen- und Wortanzahl zusätzliche Daten zu Wort- und Satzlängen an. Sogar die Worthäufigkeit kann Writemonkey ausgeben.

Zudem hebt das Programm die Syntax diverser Datenformate farbig hervor, damit sie besser überblickt werden können. Einen vollständigen Überblick über die Änderungen ermöglichen die Veröffentlichungsnotizen (http://writemonkey.com/new.php) der Entwickler.

Nach wie vor beherrscht Writemonkey die üblichen Textbearbeitungsfunktionen wie Suchen und Ersetzen sowie diverse Textauszeichnungen. Die eingebaute Textbausteinverwaltung erspart Tipparbeit und erzeugt zum Beispiel aus der Buchstabenfolge MFG die bekannte Grußformel. Eine deutsche Rechtschreibkorrektur kann nachgeladen werden. Derzeit steht allerdings noch keine deutschsprachige Programmoberfläche zur Verfügung.

Die mit Writemonkey erstellten Texte können zu Word exportiert oder als TXT-Datei gespeichert werden. Das Windows-Programm ist kostenlos und läuft ohne Installation auch von Wechseldatenträgern aus.

Quelle : www.golem.de
Titel: Jarte V4.2
Beitrag von: SiLæncer am 18 Januar, 2011, 19:57
Jarte is a word processor that uses Window's built-in word processing engine while adding many features missing in WordPad. It supports text files, RTF, DOC and DOCX file formats. Features include tabbed document interface, spell check, clipboard manager, bookmark support, visual header/footer designer, multi-level undo/redo etc.

(http://www.portablefreeware.com/screenshots/scrpOKzoC.gif)

License:  Freeware

What's new: >>

Enhancements:

    * Jarte's backup folder location can now be customized via advanced setting Backup Folder Path.
    * Command New Plain Text is added which is the same as New except it creates a plain text document rather than a rich text document. New Plain Text is not accessible through Jarte's interface, but it can be assigned a shortcut key in Jarte Plus. New Plain Text is a slightly more efficient way of creating a plain text document than using New and then converting the new document to plain text.
    * Jarte can now be run as a portable app directly from a CD (of course, Jarte can already be run from a USB flash drive).
    * Jarte will automatically run as a portable app when installed to a DropBox folder. More information here.
    * It is now possible to assign a negative number to the Start Page Number setting in Jarte's header and footer designer. This can be used to cause a page other than the first page to be numbered "Page 1" (preceeding pages are left unnumbered).
    * New advanced setting Add to Bottom is now available for the Paste Board feature. The new setting is used to reverse the order of clips in the Paste Board (i.e., first clip first instead of first clip last).
    * The Find Bar has new indicators "cs" and "ww" to remind the user when the "case sensitive" and "whole word" search options are enabled.
    * Special text sequences {cr} and {tab} can now be used in the Jump to field of the Insert Hyperlink window. This allows carriage returns and tabs to be specified in the Jump to text. Note that {cr} and {tab} are already available for the Find Bar.
    * Other smaller enhancements were also added.

Bug Fixes:

    * There were some instances of Jarte starting in screen reader mode when a real screen reader program was not present.
    * Portions of Jarte's Clip List feature have been recoded to make it more robust. There had been occasional reports of Jarte crashing that were traced back to the Clip List feature even though users were not actively using the Clip List when the crashes occurred.
    * If two "Replace All"s were performed on the same text selection then the second Replace All was applied to the entire document rather than just the text selection.
    * Jarte Plus' split view display became distorted if the user tried to move the pane divider while the Jarte ruler was displayed.
    * Jarte Plus would visibly scroll down through a project file looking for hyperlinks when a project file was opened. This was generally only noticeable for large project files, but is now cleaned up.
    * The units of measure in the Tab Stops window did not reflect the correct units of measure if the user chosen units of measure was different than the default for the user's locale.
    * The header/footer divider line, when specified, was not being printed on all pages.
    * The "C" command line parameter did not work if Jarte was already running.
    * The Go to Page and Go to Line features did not work properly when Jarte was running in screen reader mode.
    * Printing a document whose left and right page margins were not equal on a duplex printer resulted in the left margin being too large on the even pages of the printout.
    * There were situations where a file that was a copy of another file could still show the original file's name in the page header/footer line.
    * If custom short keys Ctrl+D or Ctrl+T were assigned to features other than the dictionary feature and thesaurus features, respectively, then the assignments would revert back to the dictionary and thesaurus the next time Jarte Plus was started.
    * There were cases where certain user defined buttons in the Quick Bar were disabled in situations where they should not have been.
    * Spell checking for Dutch has been changed to allow the use of compound words as correct spellings.
    * The incorrect URL was sometimes displayed when moving the mouse over a hyperlink that was immediately above, or immediately below, another hyperlink.
    * If Save As was used to save a document created from a read-only template then the document continued to be treated as read-only until it was closed and reopened.
    * The Jarte Plus PDF manual was formatted with too much white space unnecessarily increasing its size.
    * Other minor bugs were also fixed.

http://www.jarte.com/index.html
Titel: CSVed V2.1.4
Beitrag von: SiLæncer am 22 Januar, 2011, 22:00
CSVed is a basic spreadsheet file editor which can be used to create and manipulate CSV files. You can add/delete columns, rearrange column order, change separator, filter items, remove duplicates, split/join columns etc.

(http://www.portablefreeware.com/screenshots/scrKFe3Sx.gif)

License:  Cardware

What's new: >>

    * added: random numbered column
    * number before column headers
    * how to convert an unicode file to an ANSI file
    * fixed some bugs

http://csved.sjfrancke.nl/index.html
Titel: Java-Editor 9.19a
Beitrag von: SiLæncer am 23 Januar, 2011, 13:42
Einfacher Java-Editor mit allen grundlegenden Funktionen, aber niedrigen Systemanforderungen, insbesondere für den Einsatz im Lehrbereich; mit Editor zum Modellieren von Klassen, UML-Fenster zum interaktiven Testen der Klassen und Erzeugung von Objekten sowie Designer zur Gestaltung von GUI-Oberflächen.

(http://www.heise.de/software/screenshots/50464.jpg)

Freeware

Zitat
Version 9.19a, 2011.01.22

    some smaller bugfixes for version 9.19

Version 9.19, 2011.01.19

    improved support for mindstorms-programming

Version 9.18, 2011.01.14

    Till version 9.17a is was only possible to show manually created objects in the UML-window.
    Now objects which are created by a method can be displayed too.

    Doubleclick on a java-file in the windows-explorer opens it in the Java-Editor :again properly.

Version 9.17a, 2011.01.10

    some smaller bugfixes

Version 9.17, 2011.01.06

    definition of multiplicities and name of class-relations in the UML-window
    configurable recursiv class-relations 

http://javaeditor.org/wiki/index.php/Java-Editor
Titel: Jarte V4.3
Beitrag von: SiLæncer am 26 Januar, 2011, 20:50
Jarte is a word processor that uses Window's built-in word processing engine while adding many features missing in WordPad. It supports text files, RTF, DOC and DOCX file formats. Features include tabbed document interface, spell check, clipboard manager, bookmark support, visual header/footer designer, multi-level undo/redo etc.

(http://www.portablefreeware.com/screenshots/scrpOKzoC.gif)

License:  Freeware

What's new: >>

    * A bug introduced in version 4.2 prevented DOC files created with Word from opening properly in many instances.
    * A bug introduced in version 4.2 caused the mouse cursor appearance to change to a busy cursor whenever the mouse was positioned over items in a menu. This occurred only in Jarte Plus and only when the Quick Bar was displayed.

http://www.jarte.com/index.html
Titel: SynWrite 2.5.815
Beitrag von: SiLæncer am 28 Januar, 2011, 17:57
SynWrite is an extended text editor. Syntax highlighting is managed by a rich library of so called "lexers" and supports almost all types of programming languages. User interface is Multi-Language. Other main features are code folding, tree structure, auto-completion and code templates. Program is small in size and also works as portable app or as lister plugin for file manager "Total Commander".

(http://images.betanews.com/screenshots/1289816929-1.jpg)

Freeware

http://atorg.net.ru/
Titel: DFM2HTML 5
Beitrag von: SiLæncer am 30 Januar, 2011, 20:34
DFM2HTML ist ein WYSIWYG HTML-Editor, mit dem man per Drag&Drop Webseiten ohne Kenntnisse von HTML professionell erstellen kann.Effekte wie Schatten/Rotation/Anti-Aliasing/Runde Ecken machen Bildbearbeitungsprogramme überflüssig.

(http://download.winboard.org/uploads/Image/dfm2html.jpg)


    * WYSIWYG in Kombination mit Stylesheet-basiertem Design
    * Mehrere HTML-Seiten können in einem Dokument verwaltet werden
    * Graphische Effekte (z.B. Anti-Aliasing, Schatten, Runde Ecken)
    * HTML-Formulare
    * kompakte HTML-Code-Generierung
    * Unicode
    * PHP
    * DHTML-Menüs

Zitat
Neu in version 5: * Text-Objekte können nun direkt editiert werden

Unterstützt wird WIN95-7
Herstellerseite: http://www.dfm2html.de/
Titel: Rapid Environment Editor V3.3 build 611
Beitrag von: SiLæncer am 31 Januar, 2011, 07:20
Rapid Environment Editor (RapidEE) is an environment variables editor. It includes an easy to use GUI and replaces the small and inconvenient Windows edit box, located in the System Information section.

(http://www.rapidee.com/images/rapidee.png)

"Environment variables are specially named string aliases for basic system properties. They contain information such as drive, path, or file name. They control the behavior of various programs. For example, the TEMP environment variable specifies the location in which programs place temporary files."

License:  Freeware

What's new: >>

    * fixed: typos, small optimizations

http://www.rapidee.com/en/about
Titel: CKEditor 3.5.1
Beitrag von: SiLæncer am 01 Februar, 2011, 07:03
WYSIWYG-Editor für eigene Webseiten, der sich in diverse Skriptsprachen integrieren lässt; unterstützt die meisten gängigen Browser; auch mit kommerzieller Lizenz erhältlich

(http://www.heise.de/software/screenshots/64589.jpg)

New features:

    * #6107 : It is now possible to remove block styles using Styles and Paragraph Format drop-down lists.
    * #5590 : Remove Format command works in collapsed selections.
    * #5755 : The dialog_buttonsOrder option now works in Internet Explorer.
    * #6869 : The data-cke-nostyle attribute (which was introduced for escaping the element from been influenced by the style system since 3.5) is deprecated in favor of the new data-nostyle attribute.
    * Revised sample pages with code examples and clarifications.

Fixed issues:

    * #5855 : Updating a link multiple times generates wrong href attribute.
    * #6166 : Error on Maximize command, when the toolbar button is not shown.
    * #6607 : Table cell "merge down" and "merge right" commands work only once.
    * #6228 : Merge down does not work, throwing a JavasSript error.
    * #6625 : BIDI: Mixed LTR/RTL direction causes incorrect behavior.
    * #6881 : IFrame capitalization is now consistent throughout labels.
    * #6686 : BIDI: [FF] When we apply explicit language direction to a numbered/bulleted list, the corresponding language direction toolbar icon is not highlighted.
    * #6566 : It is now possible to exit a blockquote using ENTER_BR.
    * #6868 : Partial (invalid) list structure crashes the editor on load.
    * #6804 : Buggy behavior when editing the legend element inside a fieldset.
    * #6724 : [IE7] Nested list display bug on empty list item.
    * #6715 : List items do not create paragraphs after the list placed in a table cell is removed.
    * #6695 : [Webkit] Display bug after the editor is restored from the full screen mode.
    * #6661 : [IE] Pre-formatted style does not preserve applied text direction.
    * #6655 : Using the editor resize grip causes small visual offsets.
    * #6604 : The div element should be used as a formatting block in ENTER_BR.
    * #6249 : BIDI: List item bullets are off viewport with RTL text direction.
    * #6610 : BIDI: ENTER_BR change direction in one line out of multiple.
    * #6872 : [IE] Link target field is not populated properly when no target is set.
    * #6880 : Samples: Added a user-friendly message for users on servers without PHP support.
    * #6628 : Setting config.enterMode from PHP fails.
    * #6278 : Comments were moved above the br tags.
    * #6687 : Empty tag should be removed in inline-style format.
    * #6645 : Allow to configure whether " (double quotes) characters should be encoded in the contents.
    * #6336 : IE: (double)clicking an input type="submit" button submitted the form.
    * #6646 : Context menu was not working for text inputs present in the initial content.
    * #6641 : Copying and pasting links inside the editor was not working.
    * #4208 : The disableObjectResizing setting now works in IE.
    * #6242 : [IE] Editing existing links with href of a relative path mangles containing text.
    * #5930 : [IE] Style definitions are no longer lowercased.
    * #5361 : Preview window's title should reflect the title tag in full page mode.
    * #5522 : [IE] In versions < 8 or compatibility mode, type="text" was missing in text fields.
    * #6126 : [IE] Avoid problems if there are two buttons named "submit".
    * #6791 : [IE7] Editor did not show up when the name of a replaced textarea matched the name of a meta tag in the page.
    * #5684 : [FF] When forcePasteAsPlainText is used, the cursor disappears after paste.
    * #6390 : Prevent toolbar dialog window buttons from being clicked twice.
    * #6684 : [Webkit] Toolbar buttons are not wrapping correctly when the editor is displayed inside a table.
    * #6703 : [IE] editor focus event not fired in an instance, when a dialog window closes.
    * #6873 : Difficult to drag the resize grip of the spell checker dialog window.
    * #6896 : [Webkit] Unable to paste into source area when the editor is maximized.
    * #6020 : The state of the Cut, Copy, and Paste toolbar now matches the state of the context menu buttons.
    * #5256 : JavaScript error thrown when percent (%) sign is used in image URL.
    * #6577 : [FF] Selection error when an element containing the editor instance is hidden.
    * #5500 : [IE] value attribute of text input dialog window field was missing.
    * #6665 : [IE] name field of Link dialog window was missing.
    * #6639 : Line-breaks inside pasted list item from Microsoft Word break the list structure.
    * #6909 : [IE] GIF icons of toolbar button from custom plugins are not diplayed in zoom level 100%.
    * #6860 : [FF] Double-clicking the placeholder element in order to open a Placeholder dialog window throws a JavaScript error.
    * #6630 : Empty pre elements are output differently in various browsers.
    * #6568 : Insert table row/column does not work with spanning.
    * #6735 : Inaccurate read-only selection detection.
    * #6728 : BIDI: Change direction does not work with list nested inside a blockquote.
    * #6432 : Inserting a table in place of a fully selected list results in a JavaScript error.
    * #6438 : [IE] Performance enhancement when typing inside an element with many child nodes.
    * #6970 : [IE] Dialog window shadows were presented inaccurately.
    * #6672 : [IE] Unnecessary br element is no longer inserted after a form.
    * #7087 : [FF] Sometimes it was not possible to move cursor out of link at the end of block.
    * Updated the following language files:
          o #6981 : English (GB);
          o #6991 : Finnish;
          o #6357 : French;
          o #7055 : Polish;
          o #7068 : German;


Lizenz: Open Source

http://ckeditor.com/
Titel: Notepad++ 5.8.7
Beitrag von: SiLæncer am 01 Februar, 2011, 07:07
Notepad++ v5.8.7 new features and fixed bug (from v5.8.6)

   1. Fix a regression bug: the notification message boxes were not modal. It can be ignored by user then cause wrong input characters.
   2. In order to reduce the confusion, new "Mark" tab for "Mark all" feature is made in Find/Replace dialog.
   3. Make "Fide what" and "Replace with" fields larger in Find/Replace dialog.
   4. Make message dialogs in Notepad++ translatable (in progress).
   5. Change user manual format from chm to html.
   6. Make minimalist installation available in installer.

http://notepad-plus-plus.org/
Titel: Fresh HTML 3.57
Beitrag von: SiLæncer am 01 Februar, 2011, 10:55
(http://www.kaldata.net/images/news/logos/freshhtml.gif)
Fresh HTML is a software to create and edit pages for the world wide web. Its “WYSIWYG” (what you see is what you get) interface makes editing HTML pages as easy as using your favorite word processor. Its built-in editor allows advanced users to fine-tune HTML codes to fit their needs. This software is 100% free, no spyware, and updated regularly.

Fresh HTML 3.55. What's new: add grouped tag attributes inspector.

Licence: Freeware

Fresh HTML 3.57. What's new: more web site templates.

http://www.freshwebmaster.com/freshhtml.html
Titel: RJ TextEd 7.10 Final
Beitrag von: SiLæncer am 01 Februar, 2011, 16:53
Version 7.10
Feb 1, 2011
CSS and HTML preview to the bottom bar field.

A HTML/CSS preview tab was added to the bottom bar. The display is automatically updated after the text cursor has moved to a different line. The HTML/CSS preview can:

    * Preview CSS files by creating its own HTML preview file from the currently open style sheet.
    * Preview CSS files using a selected HTML file.
    * Handle as many HTML files as you need, for CSS previewing.
    * Preview HTML, PHP, ASP... Including mapping support.
    * Update automatically or manually (set by option).
    * Display optional rulers.

Optional rulers

Added optional rulers to all preview windows.
Auto complete and user menu (Ctrl+Space) in CSS and HTML files

The auto complete list should now work with several values for CSS properties.
The user menu is now context sensitive in HTML tags and in CSS properties. In plain text files a word completion list is shown.
Project Class View

    * Nested classes in VB .NET and C# is now supported.
    * Methods not part of a class can now be displayed by selecting "Module" in the class list.
    * The todo list can either have its own tab or be positioned in the class view at the bottom.
    * Fixed some update issues when creating new projects.

Comment/uncomment code

This feature can now handle comments in HTML, XML and CSS. If a selection is made, the selection is enclosed by comment start/end strings. E.g. <-- Added comment in HTML code -->. Otherwise the current line is enclosed.
Code Explorer

Added option to "show/hide parameters". Also fixed some minor issues.
System Proxy Server Settings

System proxy server settings can now be used with the add-ons dialog and SFTP/FTP client.
Load/Save layouts

Added the ability to save layouts to file. Only tab and bar settings are saved. The layout feature is available in the "Environment" menu.
Create aligned columns

Added a new function in the "Format" menu to create aligned text columns from selected text or the entire document. A dialog with some options is displayed. If the text does not use fixed font widths, tabs are used to separate the columns.
Left/right arrow moves caret to start/end of selection

Added this as an option. Normally, the text caret is moved one step when you hit the left/right arrows and any selection is cleared. With this option set, the caret will move to the beginning or end of the current selection (and clear the selection...).
Fixed

As always, several issues where fixed and minor improvement made. For more details see the forum.

http://www.rj-texted.se/
Titel: RJ TextEd 7.11 Final
Beitrag von: SiLæncer am 02 Februar, 2011, 09:09
Version 7.11
Feb 2, 2011
Fixed

    * Word completion list added the current word to the list.
    * Word completion inserted selected word in the wrong position in the text.
    * Theme issue with the project todo list.

http://www.rj-texted.se/
Titel: Komodo Edit 6.1.0
Beitrag von: SiLæncer am 03 Februar, 2011, 08:38
Texteditor, der mehrere Programmier- und Auszeichnungssprachen wie Perl, PHP, Python, Ruby und Tcl, CSS, HTML und XML beherrscht; mit Syntaxhervorhebung, Auto-Vervollständigung und einem Projektmanager; über eigene XPI-Extension erweiterbar.

(http://www.heise.de/software/screenshots/21353.jpg)

Freeware

http://www.activestate.com/komodo_edit/
Titel: Rapid Environment Editor V3.3 build 612
Beitrag von: SiLæncer am 03 Februar, 2011, 12:45
Rapid Environment Editor (RapidEE) is an environment variables editor. It includes an easy to use GUI and replaces the small and inconvenient Windows edit box, located in the System Information section.

(http://www.rapidee.com/images/rapidee.png)

"Environment variables are specially named string aliases for basic system properties. They contain information such as drive, path, or file name. They control the behavior of various programs. For example, the TEMP environment variable specifies the location in which programs place temporary files."

License:  Freeware

What's new: >>

    * added: Korean translation

http://www.rapidee.com/en/about
Titel: SciTE 2.24
Beitrag von: SiLæncer am 03 Februar, 2011, 16:47
Editor mit Syntax-Highlighting, Auto-Completion, Folding und vielem mehr...

(http://www.heise.de/software/screenshots/1206.jpg)

Version 2.24 fixes a memory leak on GTK+.

Lizenz: Open Source

http://www.scintilla.org/SciTE.html
Titel: Notepad2 4.2.25 RC2
Beitrag von: SiLæncer am 04 Februar, 2011, 00:02
New in Version 4.2.25-rc2 (released February 03, 2011)

  - "Align Lines" with several options (Alt+J)
  - "Modify Lines" supports several variables to insert numbers (Alt+M)
  - "Shuffle Lines" is available through "Sort Lines" (Alt+O)
  - Use built-in Windows functionality for "Title Case" on Windows 7
  - "Recode file as default encoding" (Ctrl+Shift+F)
  - UTF-16 and UTF-16 BE formats are valid recoding options
  - Enable case-insensitive searching for non-ASCII text
  - Regex quantifier ? to match 0 or 1 times
  - Regex quantifiers * and + available as non-greedy forms *? and +?
  - Regex syntax for tagged regions simplified from \(...\) to (...)
  - Updated Assembly scheme with x64 and SSE4 instructions
  - Several minor updates to syntax schemes and keywords
  - /l command line switch to auto-reload modified files
  - /l- command line switch to disable file change notification
  - Ini-option to specify auto-reload timeout (see FAQ on my website)
  - Support combination of /g and /m command line switches
  - Copy window position to clipboard as cmd line switch (Ctrl+Shift+P)
  - Fixed Notepad .LOG feature (broken since 4.1.24)
  - Launch command uses current file directory as working directory
  - Don't lock any directories except the one containing Notepad2.exe
  - Forward system MRU, taskbar and jump list behaviour to new windows
  - Always show file name extensions (ignore Windows Explorer setting)
  - Check availability of "Consolas" when set as default font
  - Support a few more file variables (see FAQ on my website)
  - Configure whether backspace should reformat indenting whitespace
  - Hotkeys (Shift+)F3, Alt+F3 and F4 work in find and replace dialogs
  - Ini-options to block suppression of notification messages
  - Simplified appearance of word wrap settings dialog
  - Muted a few unused hotkeys that inserted control characters
  - Dropped "Select To Next" (F2) and "Select To Previous" (Shift+F2)
  - Various internal optimizations and fixes
  - Improved look of disabled toolbar buttons on Windows XP and above
  - Improved overall look of toolbar buttons on Windows 2k
  - Lower frequency of NFS access delays by caching file display names
  - Improved compatibility with Windows 7
  - Released x64 build of Notepad2.exe
  - Updated Scintilla library to 2.24

http://www.flos-freeware.ch/notepad2.html
Titel: LyX 1.6.9
Beitrag von: SiLæncer am 07 Februar, 2011, 06:00
Frontend für LaTeX, das sich ähnlich wie ein herkömmliches Textverarbeitungsprogramm bedienen lässt.

(http://www.heise.de/software/screenshots/28564.jpg)

Freeware

http://www.lyx.org/
Titel: Rapid Environment Editor V3.3 build 613
Beitrag von: SiLæncer am 13 Februar, 2011, 08:27
Da ja hier sonst kaum wer was macht ... 

Rapid Environment Editor (RapidEE) is an environment variables editor. It includes an easy to use GUI and replaces the small and inconvenient Windows edit box, located in the System Information section.

(http://www.rapidee.com/images/rapidee.png)

What's new: >>

    * updated: small fixes & optimizations

License: Freeware

http://www.rapidee.com/en/about
Titel: Notepad2 4.2.25 RC3
Beitrag von: SiLæncer am 13 Februar, 2011, 21:39
Notepad2 ist ein schlanker Texteditor, der auf den ersten Blick zwar an den aus Windows bekannten "Editor" erinnert, tatsächlich aber eine Vielzahl zusätzlicher Funktionen bietet. Er ist kostenlos und benötigt keine Installation.

Zu seinen Stärken gehört das Syntax-Highlighting, das für zahlreiche Programmier- und Scriptsprachen zur Verfügung steht, darunter C, C#, VB, Java, JavaScript, Perl und PHP. Notepad2 bietet zudem eine automatische Einrückungsfunktion sowie eine Textersetzung, die mit regulären Ausdrücken arbeiten kann.

(http://screenshots.winfuture.de/Kostenloser-Editor-Notepad2-1245606906.jpg)

Changelog:

New in Version 4.2.25-rc3 (released February 13, 2011)

  - "Align Lines" with several options (Alt+J)
  - "Modify Lines" supports several variables to insert numbers (Alt+M)
  - "Shuffle Lines" is available through "Sort Lines" (Alt+O)
  - Use built-in Windows functionality for "Title Case" on Windows 7
  - "Recode file as default encoding" (Ctrl+Shift+F)
  - UTF-16 and UTF-16 BE formats are valid recoding options
  - Enable case-insensitive searching for non-ASCII text
  - Regex quantifier ? to match 0 or 1 times
  - Regex quantifiers * and + available as non-greedy forms *? and +?
  - Regex syntax for tagged regions simplified from \(...\) to (...)
  - Updated Assembly scheme with x64 and SSE4 instructions
  - Several minor updates to syntax schemes and keywords
  - Merged caret styles into a single item and added "noblink" option
  - /l command line switch to auto-reload modified files
  - /l- command line switch to disable file change notification
  - Ini-option to specify auto-reload timeout (see FAQ on my website)
  - Support combination of /g and /m command line switches
  - Copy window position to clipboard as cmd line switch (Ctrl+Shift+P)
  - Fixed Notepad .LOG feature (broken since 4.1.24)
  - Launch command uses current file directory as working directory
  - Don't lock any directories except the one containing Notepad2.exe
  - Forward system MRU, taskbar and jump list behaviour to new windows
  - Always show file name extensions (ignore Windows Explorer setting)
  - Check availability of "Consolas" when set as default font
  - Support a few more file variables (see FAQ on my website)
  - Configure whether backspace should reformat indenting whitespace
  - Hotkeys (Shift+)F3, Alt+F3 and F4 work in find and replace dialogs
  - Ini-options to block suppression of notification messages
  - Simplified appearance of word wrap settings dialog
  - Muted a few unused hotkeys that inserted control characters
  - Dropped "Select To Next" (F2) and "Select To Previous" (Shift+F2)
  - Various internal optimizations and fixes
  - Improved look of disabled toolbar buttons on Windows XP and above
  - Improved overall look of toolbar buttons on Windows 2k
  - Lower frequency of NFS access delays by caching file display names
  - Improved compatibility with Windows 7
  - Released x64 build of Notepad2.exe
  - Updated Scintilla library to 2.24


Standardmäßig wird Notepad2 nur in englischer Sprache angeboten. Die Community rund um das bekannte Programm bietet aber inzwischen auch eine deutsche Version (http://notepad2.6x.to/) an (möglicherweise noch nicht aktualisiert).

Lizenztyp: GPL/Kostenlos

http://www.flos-freeware.ch/notepad2.html
Titel: Notepad2 4.2.25 RC4
Beitrag von: SiLæncer am 15 Februar, 2011, 06:15
New in Version 4.2.25-rc4 (released February 14, 2011)

  - "Align Lines" with several options (Alt+J)
  - "Modify Lines" supports several variables to insert numbers (Alt+M)
  - "Shuffle Lines" is available through "Sort Lines" (Alt+O)
  - Use built-in Windows functionality for "Title Case" on Windows 7
  - "Recode file as default encoding" (Ctrl+Shift+F)
  - UTF-16 and UTF-16 BE formats are valid recoding options
  - Enable case-insensitive searching for non-ASCII text
  - Regex quantifier ? to match 0 or 1 times
  - Regex quantifiers * and + available as non-greedy forms *? and +?
  - Regex syntax for tagged regions simplified from \(...\) to (...)
  - Updated Assembly scheme with x64 and SSE4 instructions
  - Several minor updates to syntax schemes and keywords
  - Merged caret styles into a single item and added "noblink" option
  - /l command line switch to auto-reload modified files
  - /l- command line switch to disable file change notification
  - Ini-option to specify auto-reload timeout (see FAQ on my website)
  - Support combination of /g and /m command line switches
  - Copy window position to clipboard as cmd line switch (Ctrl+Shift+P)
  - Fixed Notepad .LOG feature (broken since 4.1.24)
  - Launch command uses current file directory as working directory
  - Don't lock any directories except the one containing Notepad2.exe
  - Forward system MRU, taskbar and jump list behaviour to new windows
  - Always show file name extensions (ignore Windows Explorer setting)
  - Check availability of "Consolas" when set as default font
  - Support a few more file variables (see FAQ on my website)
  - Configure whether backspace should reformat indenting whitespace
  - Hotkeys (Shift+)F3, Alt+F3 and F4 work in find and replace dialogs
  - Ini-options to block suppression of notification messages
  - Simplified appearance of word wrap settings dialog
  - Muted a few unused hotkeys that inserted control characters
  - Remapped "Unescape C Special Chars" to Ctrl+Alt+R (fix duplicate)
  - Dropped "Select To Next" (F2) and "Select To Previous" (Shift+F2)
  - Various internal optimizations and fixes
  - Improved look of disabled toolbar buttons on Windows XP and above
  - Improved overall look of toolbar buttons on Windows 2k
  - Lower frequency of NFS access delays by caching file display names
  - Improved compatibility with Windows 7
  - Released x64 build of Notepad2.exe
  - Updated Scintilla library to 2.24

http://www.flos-freeware.ch/notepad2.html
Titel: AkelPad V4.5.4
Beitrag von: SiLæncer am 15 Februar, 2011, 19:34
(http://akelpad.sourceforge.net/files/screen_basic.png)
AkelPad is an open source editor for plain text. It is designed to be a small and fast. Includes the ability to load text documents that are larger than 64 Kilobytes, document previews before opening them, editing of read only files and more. Plugins add a number of additional features to Akelpad like syntax highlighting, auto completion, sessions, macros and scripts and auto saving.

Licence: Open Source

What's new: >>

    * Added: option for moving caret at right mouse click.
    * Added: option for silently closing unsaved empty tab (MDI/PMDI).
    * Added: at program close, in saving document message added option "None for All".
    * Added: ability to move to a problem location, in message about the loss of characters in the specified encoding.
    * Added: Eastern European recognition (1250, OEM, UTF-8).
    * Added: Western European recognition (1252, OEM, UTF-8).
    * Added: command 4321 - close all unmodified tabs (MDI/PMDI).
    * Added: "\|" in /Insert() command line method - sets the caret position after text insertion.
    * Added: locally remembers last call plugin.
    * Fixed: UTF-8 recoding.
    * Fixed: copy/paste text from the clipboard between AkelEdit windows with different bits (Windows x64).
    * Fixed: in italic font styles tabulation could overlap the preceding symbol.

http://akelpad.sourceforge.net/en/index.php
Titel: CKEditor 3.5.2
Beitrag von: SiLæncer am 17 Februar, 2011, 06:18
WYSIWYG-Editor für eigene Webseiten, der sich in diverse Skriptsprachen integrieren lässt; unterstützt die meisten gängigen Browser; auch mit kommerzieller Lizenz erhältlich

(http://www.heise.de/software/screenshots/64589.jpg)

Fixed issues:

    * #7168 : [IE9] Destroying an editor instance throws an error.
    * #7169 : [IE9] Menu item has incorrect height.
    * #7178 : [IE9] Read-only attributes do not work in IE9.
    * #7181 : [IE9] Toolbar items are not aligned in v2 and Office2003 skins.
    * #7174 : [IE9] Elements path does not load correctly when the editor is switched back from Source to WYSIWYG.


Lizenz: Open Source

http://ckeditor.com/
Titel: EditPad Lite 6.7.0
Beitrag von: SiLæncer am 17 Februar, 2011, 12:52
EditPad Lite is a general-purpose text editor, designed to be small and compact, yet offer all the functionality you expect from a basic text editor. EditPad Lite works with Windows NT4, 98, 2000, ME, XP and Vista.

(http://www.editpadpro.com/screens/editpadlite.png)

EditPad Lite 6.7.0 - 17 February 2011

Bug fixes:

    * Drag and drop: Dropping large amounts of text on EditPad sometimes caused EditPad to crash.
    * Print: Printouts were truncated if the file was edited without word wrapping and the printout required lines to be wrapped and nothing was changed in the print preview that triggered a refresh of the page count.
    * Search: Replace & Find Next resets the search range to the match that was replaced if it occurred right at the start of the search range (i.e. the selection being seached through with the "selection only" option).
    * Tabs: Opening and closing a file with a name longer than fits on the tabs could cause the tabs to become invisible.

Freeware

http://www.editpadpro.com/editpadlite.html
Titel: Rapid Environment Editor V3.3 build 614
Beitrag von: SiLæncer am 17 Februar, 2011, 16:08
Rapid Environment Editor (RapidEE) is an environment variables editor. It includes an easy to use GUI and replaces the small and inconvenient Windows edit box, located in the System Information section.

(http://www.rapidee.com/images/rapidee.png)

What's new: >>

    * fixed: French translation

License: Freeware

http://www.rapidee.com/en/about
Titel: Rapid Environment Editor V3.3 build 615
Beitrag von: SiLæncer am 23 Februar, 2011, 13:00
Rapid Environment Editor (RapidEE) is an environment variables editor. It includes an easy to use GUI and replaces the small and inconvenient Windows edit box, located in the System Information section.

(http://www.rapidee.com/images/rapidee.png)

What's new: >>

    * added: edit mode on double-click

License: Freeware

http://www.rapidee.com/en/about
Titel: Komodo Edit 6.1.1
Beitrag von: SiLæncer am 24 Februar, 2011, 09:44
Texteditor, der mehrere Programmier- und Auszeichnungssprachen wie Perl, PHP, Python, Ruby und Tcl, CSS, HTML und XML beherrscht; mit Syntaxhervorhebung, Auto-Vervollständigung und einem Projektmanager; über eigene XPI-Extension erweiterbar.

(http://www.heise.de/software/screenshots/21353.jpg)

Freeware

http://www.activestate.com/komodo_edit/
Titel: AkelPad V4.5.5
Beitrag von: SiLæncer am 26 Februar, 2011, 08:00
(http://akelpad.sourceforge.net/files/screen_basic.png)
AkelPad is an open source editor for plain text. It is designed to be a small and fast. Includes the ability to load text documents that are larger than 64 Kilobytes, document previews before opening them, editing of read only files and more. Plugins add a number of additional features to Akelpad like syntax highlighting, auto completion, sessions, macros and scripts and auto saving.

Licence: Open Source

What's new: >>

Added: flag 1024 in the manual parameter "PaintOptions" - draw no edit window border.
Added: switching between any modeless dialogs of the program with F6 hotkey.

Fixed: windows zooming when using the scale other than 96 dpi.
Fixed: using flag 256 in the manual parameter "PaintOptions" and undo after "Replace all" with word wrap on.

http://akelpad.sourceforge.net/en/index.php
Titel: Fresh HTML 3.58
Beitrag von: SiLæncer am 06 März, 2011, 22:08
(http://www.kaldata.net/images/news/logos/freshhtml.gif)
Fresh HTML is a software to create and edit pages for the world wide web. Its “WYSIWYG” (what you see is what you get) interface makes editing HTML pages as easy as using your favorite word processor. Its built-in editor allows advanced users to fine-tune HTML codes to fit their needs. This software is 100% free, no spyware, and updated regularly.

Fresh HTML 3.55. What's new: add grouped tag attributes inspector.

Licence: Freeware

Fresh HTML 3.58. What's new: more web site templates.

http://www.freshwebmaster.com/freshhtml.html
Titel: Gwennel Doc V0.12
Beitrag von: SiLæncer am 07 März, 2011, 16:12
Gwennel is a lightweight word processor that takes an innovative approach to formatting options by separating them into a tree-like structure. This is useful for handling long documents with clear, organized formatting tools or for users who wish to focus on the text first and formatting second. Any style changes (such as headings, lists, or colors) are propagated throughout the entire document and, although only able to open and save OpenDocument (.odt) files, this makes the program a capable WYSIWYG editor. Additionally, users can open existing files and make rapid changes to the entire document.

(http://www.portablefreeware.com/screenshots/scr7HUW3T.gif)

License:  Freeware

What's new: >>

Version 0.12 - 2010-12-11

    * Default formating now works like in Open Office
    * Bug fix: undo did not always restore bullet or paragraph style
    * Bug fix: undo cancels multiple changes in one steps

http://gwennel.org/
Titel: GetDiz V4.6
Beitrag von: SiLæncer am 07 März, 2011, 20:28
GetDiz is a fast, easy to use, and small in size text editor that can replace Notepad. It has enhanced functionality with DIZ and NFO files, and can display ASCII art correctly and save as GIF images.

(http://www.portablefreeware.com/screenshots/scrixLNVv.gif)

License: Freeware

What's new: >>

* Improved Multi Monitor support
* Unobtrusive line and column position display
* New Hotkeys (e.g. ESC closes main window)
* Faster file loading
* Updated translations

http://www.outertech.com/en/getdiz
Titel: GNU Emacs 23.3
Beitrag von: SiLæncer am 11 März, 2011, 10:46
Erweiterbarer Texteditor, der sich vom Benutzer anpassen lässt; erleichtert das Schreiben von Quelltext durch Syntax-Hervorhebung, enthält eine Hilfe und unterstützt mehrere Sprachen.

(http://www.heise.de/software/screenshots/41375.jpg)

Lizenz: Open Source

Emacs 23.3 is primarily a bugfix release.  Also included are a number of
enhancements to VC and Rmail, and a new indentation library, smie.el.

http://www.gnu.org/software/emacs/
Titel: Zeta Resource Editor 2.1.0.88
Beitrag von: SiLæncer am 12 März, 2011, 22:05
Bearbeitet Standard-Microsoft-.NET-String-Ressourcen aus mehreren unterschiedlichen Ressourcen-Dateien im RESX-Format zusammen in einem einzelnen Grid; dadurch sind .NET-Entwickler beispielsweise in der Lage, mehrsprachige Anwendungen zu erstellen.

(http://www.heise.de/software/screenshots/50105.jpg)

Freeware

http://www.zeta-resource-editor.com/
Titel: Zeta Resource Editor 2.1.0.89
Beitrag von: SiLæncer am 14 März, 2011, 06:05
kein aktuelles Changelog verfügbar ...

http://www.zeta-resource-editor.com/
Titel: Texmaker 2.3
Beitrag von: SiLæncer am 14 März, 2011, 06:13
Umfangreicher LaTeX-Editor mit integrierten Tools und Funktionen wie Syntax-Highlighting, 370 mathematischen Symbolen und Ausdrücken, Suchen und Ersetzen oder Rechtschreibprüfung; konvertiert zudem LaTeX ins HTML-Format.

(http://www.heise.de/software/screenshots/31402.jpg)

- \part, \chapter, \section,.., \begin{foo} \end{foo} blocks can now be collapsed (contextual code folding : the folding marks are only displayed when the cursor is on the first line of a block)
- the structure view is now updated dynamically while typing
- while opening a file, users are warned if the document can't be decoded correctly with the default encoding and they can choose an other encoding.
- in the pdf viewer, the zoom is now centered on the center of the current view
- a new button allows to toggle in one click between the master document and the current document
- latexmk can now be chosen for the "Quick build" command
- relative paths for the \include like latex tags are now supported
- before saving a file, users are warned if the document has been changed outside texmaker
- bibliography items are now added to the auto-completion for the \cite command (the .bib files are now parsed while opening a .tex document)
- the spell checker has been modified to take more care of the apostrophes
- users can now move the editor tabs (thanks to Tim Hoffmann)  

http://www.xm1math.net/texmaker/download.html
Titel: Notepad2 4.2.25 RC6
Beitrag von: SiLæncer am 14 März, 2011, 20:30
Notepad2 ist ein schlanker Texteditor, der auf den ersten Blick zwar an den aus Windows bekannten "Editor" erinnert, tatsächlich aber eine Vielzahl zusätzlicher Funktionen bietet. Er ist kostenlos und benötigt keine Installation.

Zu seinen Stärken gehört das Syntax-Highlighting, das für zahlreiche Programmier- und Scriptsprachen zur Verfügung steht, darunter C, C#, VB, Java, JavaScript, Perl und PHP. Notepad2 bietet zudem eine automatische Einrückungsfunktion sowie eine Textersetzung, die mit regulären Ausdrücken arbeiten kann.

(http://screenshots.winfuture.de/Kostenloser-Editor-Notepad2-1245606906.jpg)

Changelog:

New in Version 4.2.25-rc6 (released March 14, 2011)

  - "Align Lines" with several options (Alt+J)
  - "Modify Lines" supports several variables to insert numbers (Alt+M)
  - "Shuffle Lines" is available through "Sort Lines" (Alt+O)
  - Use built-in Windows functionality for "Title Case" on Windows 7
  - "Recode file as default encoding" (Ctrl+Shift+F)
  - UTF-16 and UTF-16 BE formats are valid recoding options
  - Enable case-insensitive searching for non-ASCII text
  - Regex quantifier ? to match 0 or 1 times
  - Regex quantifiers * and + available as non-greedy forms *? and +?
  - Regex syntax for tagged regions simplified from \(...\) to (...)
  - Updated Assembly scheme with x64 and SSE4 instructions
  - Several minor updates to syntax schemes and keywords
  - Merged caret styles into a single item and added "noblink" option
  - /l and /l- cmd switches to control auto-reloading of modified files
  - Ini-option to specify auto-reload timeout (see FAQ on my website)
  - Support combination of /g and /m command line switches
  - /o and /o- cmd switches to control "Always on top" option
  - Copy window position to clipboard as cmd line switch (Ctrl+Shift+K)
  - Move window to default position on current screen (Ctrl+Shift+P)
  - Fixed Notepad .LOG feature (broken since 4.1.24)
  - Launch command uses current file directory as working directory
  - Don't lock any directories except the one containing Notepad2.exe
  - Forward system MRU, taskbar and jump list behaviour to new windows
  - Always show file name extensions (ignore Windows Explorer setting)
  - Check availability of "Consolas" when set as default font
  - Support a few more file variables (see FAQ on my website)
  - Configure whether backspace should reformat indenting whitespace
  - Several F2, F3 and F4 hotkeys work in find and replace dialogs
  - Removed "Select Up" and "Select Down" buttons from find dialog
  - Ini-options to block suppression of notification messages
  - Simplified appearance of word wrap settings dialog
  - Remapped "Unescape C Special Chars" to Ctrl+Alt+R (fix duplicate)
  - Various internal optimizations and fixes
  - Improved look of disabled toolbar buttons on Windows XP and above
  - Improved overall look of toolbar buttons on Windows 2k
  - Lower frequency of NFS access delays by caching file display names
  - Improved compatibility with Windows 7
  - Released x64 build of Notepad2.exe
  - Updated Scintilla library to 2.24



Standardmäßig wird Notepad2 nur in englischer Sprache angeboten. Die Community rund um das bekannte Programm bietet aber inzwischen auch eine deutsche Version (http://notepad2.6x.to/) an (möglicherweise noch nicht aktualisiert).

Lizenztyp: GPL/Kostenlos

http://www.flos-freeware.ch/notepad2.html
Titel: RJ TextEd 7.21 Final
Beitrag von: SiLæncer am 15 März, 2011, 16:19
Version 7.21
Mar 15, 2011

Fixed

    * Sometimes when closing a project an error occur. It's very random and may only have happened in beta releases and in my development environment. Still, it is a serious bug so you probably should update even if you haven't encountered it yet in v7.20.
    * Project file scan should now exclude several more binary files.
    * More binary files are excluded when adding a folder to a project.
    * The project *.data file is only modified once when removing several files or folder.

http://www.rj-texted.se/

Titel: AkelPad V4.5.6
Beitrag von: SiLæncer am 16 März, 2011, 17:32
(http://akelpad.sourceforge.net/files/screen_basic.png)
AkelPad is an open source editor for plain text. It is designed to be a small and fast. Includes the ability to load text documents that are larger than 64 Kilobytes, document previews before opening them, editing of read only files and more. Plugins add a number of additional features to Akelpad like syntax highlighting, auto completion, sessions, macros and scripts and auto saving.

Licence: Open Source

What's new: >>

Changed: recent files information is now stored in the "file*" key instead of "nm*", "cp*", "ps*". Update ContextMenu and RecentFiles plugins.
Changed: command with code 4501 is now 4140.
Changed: uses system message box for save file prompt, if possible.

Added: selection remembering in the recent files.
Added: button "No to all" is also available when using items from "Window" menu - "Close all" and "Close all but active" (PMDI/MDI).
Added: command 4206 - restore font size that was at the program start.

Fixed: restore the size of the main window, that was out of sight.
Fixed: caret placement after text deletion.

http://akelpad.sourceforge.net/en/index.php
Titel: RJ TextEd 7.23 Final
Beitrag von: SiLæncer am 19 März, 2011, 08:12
Version 7.23
Mar 18, 2011
Fixed

    * Default tool icons are now included in the installation.
    * A few issues with assigning tool icons.
    * Several CSS highlighting issues like highlighting of properties and numbers.
    * CSS comment issue.
    * Added some CSS 3 properties to the CSS syntax files.
    * Auto completion list display issues. E.g. scrolling...
    * Auto completion list deactivation issues.
    * Auto completion (Ctrl+space) issues.
    * Automatic saving should only save when file is modified.
    * Changed font in search result window for better Unicode support.
    * A highlighting issue with links in text.

http://www.rj-texted.se
Titel: SciTE 2.25
Beitrag von: SiLæncer am 22 März, 2011, 06:21
Editor mit Syntax-Highlighting, Auto-Completion, Folding und vielem mehr...

(http://www.heise.de/software/screenshots/1206.jpg)

Version 2.25 is a minor bug fix and improvement release.

Lizenz: Open Source

http://www.scintilla.org/SciTE.html
Titel: SavageEd V1.4.6
Beitrag von: SiLæncer am 24 März, 2011, 18:24
SavageEd is a very small Windows notepad replacement written in assembly language. It can edit files of any size, limited only by memory.

(http://sites.google.com/site/highlevelassembly/_/rsrc/1262582165613/downloads/savageed/savageed_sc02.jpg)

License:  Freeware/Open Source

Recent Change Log:

v1.4.6
        -streamlined it a bit
v1.4.5
        -changed alignment to work with 32bit emulation on 64bit OS.

http://sites.google.com/site/highlevelassembly/downloads/savageed
Titel: Notepad++ 5.9 RC
Beitrag von: SiLæncer am 26 März, 2011, 13:30
Here are the change log:

1.  Update Scintilla from 2.21 to 2.25
2.  New feature: Non-greedy regular expression (Scintilla).
3.  Add Copy/Cut/Paste Binary Content feature.
4.  Add "paste HTML content" and "paste RTF content" commands.
5.  Fix the inverse of title and message for some MessageBox.
6.  Add "Remove Unmarked Lines" command.
7.  Add "Column Mode Tip" to notice users the usage of column mode in Notepad++.

http://notepad-plus-plus.org/
Titel: Notepad++ v5.9 Final
Beitrag von: SiLæncer am 31 März, 2011, 06:37
Zitat
In this release, Scintilla component is updated to v2.25.

TextFX plugin is excluded due to an annoying bug (Unicode path displaying problem on Notepad++ caption bar). Users can always install it by using Plugins Manager within 3 clicks.

An handy plugin NppConverter is included in the official release. It converts between ASCII text/binary data and Hex string. It translates also a value to ASCII, decimal, hexadecimal, binary and octadecimal.

http://notepad-plus-plus.org/
Titel: Notepad2 4.2.25 RC7
Beitrag von: SiLæncer am 03 April, 2011, 07:21
Notepad2 ist ein schlanker Texteditor, der auf den ersten Blick zwar an den aus Windows bekannten "Editor" erinnert, tatsächlich aber eine Vielzahl zusätzlicher Funktionen bietet. Er ist kostenlos und benötigt keine Installation.

Zu seinen Stärken gehört das Syntax-Highlighting, das für zahlreiche Programmier- und Scriptsprachen zur Verfügung steht, darunter C, C#, VB, Java, JavaScript, Perl und PHP. Notepad2 bietet zudem eine automatische Einrückungsfunktion sowie eine Textersetzung, die mit regulären Ausdrücken arbeiten kann.

(http://screenshots.winfuture.de/Kostenloser-Editor-Notepad2-1245606906.jpg)

Changelog:

New in Version 4.2.25-rc7 (released April 02, 2011)

  - "Align Lines" with several options (Alt+J)
  - "Modify Lines" supports several variables to insert numbers (Alt+M)
  - "Sort Lines" (Alt+O) handles column sort (rectangular selection)
  - "Sort Lines" als handles shuffle, remove duplicate and unique lines
  - Use built-in Windows functionality for "Title Case" on Windows 7
  - Convert between characters and hex codes (Ctrl+Alt+X, Ctrl+Alt+C)
  - "Recode file as default encoding" (Ctrl+Shift+F)
  - UTF-16 and UTF-16 BE formats are valid recoding options
  - Enable case-insensitive searching for non-ASCII text
  - Regex quantifier ? to match 0 or 1 times
  - Regex quantifiers * and + available as non-greedy forms *? and +?
  - Regex syntax for tagged regions simplified from \(...\) to (...)
  - Updated HTML5 and CSS3 schemes according to current working drafts
  - Updated Assembly scheme with x64 and SSE4 instructions
  - Several minor updates to syntax schemes and keywords
  - Merged caret styles into a single item and added "noblink" option
  - /l and /l- cmd switches to control auto-reloading of modified files
  - Ini-option to specify auto-reload timeout (see FAQ on my website)
  - Support combination of /g and /m command line switches
  - /o and /o- cmd switches to control "Always on top" option
  - Copy window position to clipboard as cmd line switch (Ctrl+Shift+K)
  - Move window to default position on current screen (Ctrl+Shift+P)
  - Fixed Notepad .LOG feature (broken since 4.1.24)
  - Launch command uses current file directory as working directory
  - Don't lock any directories except the one containing Notepad2.exe
  - Forward system MRU, taskbar and jump list behaviour to new windows
  - Always show file name extensions (ignore Windows Explorer setting)
  - Check availability of "Consolas" when set as default font
  - Support a few more file variables (see FAQ on my website)
  - Configure whether backspace should reformat indenting whitespace
  - Transform backslashes function understands \u#### hex codes
  - Several F2, F3 and F4 hotkeys work in find and replace dialogs
  - Removed "Select Up" and "Select Down" buttons from find dialog
  - Ini-options to block suppression of notification messages
  - Simplified appearance of word wrap settings dialog
  - Remapped "Unescape C Special Chars" to Ctrl+Alt+R (fix duplicate)
  - Various internal optimizations and fixes
  - Improved look of disabled toolbar buttons on Windows XP and above
  - Improved overall look of toolbar buttons on Windows 2k
  - Lower frequency of NFS access delays by caching file display names
  - Improved compatibility with Windows 7
  - Released x64 build of Notepad2.exe
  - Updated Scintilla library to 2.24


Standardmäßig wird Notepad2 nur in englischer Sprache angeboten. Die Community rund um das bekannte Programm bietet aber inzwischen auch eine deutsche Version (http://notepad2.6x.to/) an (möglicherweise noch nicht aktualisiert).

Lizenztyp: GPL/Kostenlos

http://www.flos-freeware.ch/notepad2.html
Titel: Rapid Environment Editor V4.0 build 707
Beitrag von: SiLæncer am 03 April, 2011, 20:39
Rapid Environment Editor (RapidEE) is an environment variables editor. It includes an easy to use GUI and replaces the small and inconvenient Windows edit box, located in the System Information section.

(http://www.rapidee.com/images/rapidee.png)

What's new: >>

    added: support for domain users
    updated: Japanese translation

License: Freeware

http://www.rapidee.com/en/about
Titel: MultiCode 1.0.12.0
Beitrag von: SiLæncer am 04 April, 2011, 12:55
Kostenloser Editor mit Syntaxhervorhebung und Zeilennummerierung; bietet Codevorschläge für diverse Programmiersprachen.

(http://www.heise.de/software/screenshots/81514.jpg)

Freeware

http://www.automobilkosten.de/
Titel: Texmaker 3.0
Beitrag von: SiLæncer am 04 April, 2011, 22:23
Umfangreicher LaTeX-Editor mit integrierten Tools und Funktionen wie Syntax-Highlighting, 370 mathematischen Symbolen und Ausdrücken, Suchen und Ersetzen oder Rechtschreibprüfung; konvertiert zudem LaTeX ins HTML-Format.

(http://www.heise.de/software/screenshots/31402.jpg)

- The GUI has been extensively modified : tabs are no more used for the editor and the pdf viewer is now fully embedded in the main window (for screen with a resolution greater than 1400 px)
- a critical bug has been fixed in the editor
- the bug about the "latex+asymptote+latex+dvips+viewps" mode for the "quick build" command has been fixed
- the preamble can now be collapsed (from the first line to the \begin{document} command)
- users can now add items to the auto-complete commands list
- labels are now checked in the "childs" documents while using the "master mode" (for one level only)
- a "full screen" mode has been added
- the \addbibresource{} command is now detected like \bibliography{}
- the code of the mathematicals symbols are displayed in a "tooltip" while moving mouse in the "symbols panels"
- some new keyboard shortcuts has been added : ctrl+space for switching between the editor and the embedded pdf viewer and ctrl+>/ctrl+< for indenting/unindenting the selected text.
- the obsolete "export to html" command has been removed (for packagers : the files "next.gif", "next_d.gif", "prev.gif", "prev_d.gif", "psheader.txt", "style.css", "up.gif" and "up_d.gif" in the "utilities/" directory have been deleted and don't have anymore to be installed)

NOTE for debian packagers :
* by uncommenting the line "DEFINES += DEBIAN_SPELLDIR" in the texmaker.pro file (line 256), the spelldir will be automtically set to "PREFIX"/share/myspell/dicts" in the configdialog.cpp file (spelling_dict.patch)
* the spelling-error-in-binary.patch is now useless (the spelling errors has been fixed in the texmaker.cpp file) 

http://www.xm1math.net/texmaker/download.html
Titel: Fresh HTML 3.59
Beitrag von: SiLæncer am 05 April, 2011, 16:00
(http://www.kaldata.net/images/news/logos/freshhtml.gif)
Fresh HTML is a software to create and edit pages for the world wide web. Its “WYSIWYG” (what you see is what you get) interface makes editing HTML pages as easy as using your favorite word processor. Its built-in editor allows advanced users to fine-tune HTML codes to fit their needs. This software is 100% free, no spyware, and updated regularly.

Fresh HTML 3.55. What's new: add grouped tag attributes inspector.

Licence: Freeware

What's new: more web site templates.

http://www.freshwebmaster.com/freshhtml.html
Titel: SynWrite 2.5.820
Beitrag von: SiLæncer am 05 April, 2011, 17:13
SynWrite is an extended text editor. Syntax highlighting is managed by a rich library of so called "lexers" and supports almost all types of programming languages. User interface is Multi-Language. Other main features are code folding, tree structure, auto-completion and code templates. Program is small in size and also works as portable app or as lister plugin for file manager "Total Commander".

(http://images.betanews.com/screenshots/1289816929-1.jpg)

Freeware

http://atorg.net.ru/
Titel: RJ TextEd 7.30 Beta 1
Beitrag von: SiLæncer am 06 April, 2011, 06:00
added:
Google Chrome preview
Added Google Chrome CSS/HTML preview. Note that it only works in Windows XP/Vista/7 and in Windows 2003 or above.

* Added a new preview tab for Chrome.

* Added an internal browser that use Chrome.

* Added the option to use Chrome in the bottom preview field.

* Added the options to use Chrome with "Toggle browser view".

Firefox 4 preview
I've removed the Firefox 3 (mozilla ActiveX component preview) and replaced it with a new Firefox 4 preview.

Note that you need to have Firefox 4 installed. The Firefox preview will not work with Firefox 3.

Highlight element background
The editor can now have different background for different elements like strings, keywords, numbers...

Document tab colors
Added the ability to use different tab colors based on file extension.

Project todo list
Added some new options to:

* Highlight current file.
* Open current file node.
* Close file node when not highlighted.

Project options
Added options to warn if files differ from entered encoding or newline settings.

Search result window
Added an option to set the font for the result window (in the context menu).

Auto completion
Made some minor changes to reduce flicker when scrolling and fixed several issues. Ctrl+Space should work better in HTML.

Fixed several issues.

Download

With installer: http://privat.bahnhof.se/wb588640/downloads/Beta/RJ_TextEd.zip

Without installer: http://privat.bahnhof.se/wb588640/downloads/Beta/RJ_TextEd_NoInstall.zip

http://www.rj-texted.se/
Titel: RJ TextEd 7.30 Beta 2
Beitrag von: SiLæncer am 06 April, 2011, 14:29
Zitat
I've fixed a few reported issues. Hopefully the Firefox preview is available now for everyone with Firefox 4 installed.

Download

With installer: http://privat.bahnhof.se/wb588640/downloads/Beta/RJ_TextEd.zip

Without installer: http://privat.bahnhof.se/wb588640/downloads/Beta/RJ_TextEd_NoInstall.zip

http://www.rj-texted.se/
Titel: CKEditor 3.5.3
Beitrag von: SiLæncer am 08 April, 2011, 20:14
WYSIWYG-Editor für eigene Webseiten, der sich in diverse Skriptsprachen integrieren lässt; unterstützt die meisten gängigen Browser; auch mit kommerzieller Lizenz erhältlich

(http://www.heise.de/software/screenshots/64589.jpg)

New features:

    #4890 : Added the possibility to edit the rel attribute for links.
    #7004 : Allow loading plugin translations even if they are not present in the plugin definition.
    #7315 : Firing the resize event on dialog window instances is now possible.
    #7259 : Dialog window definition allows to specify initial width and height values.
    #7131 : List item numbering is now supported on pasting from Microsoft Word.

Fixed issues:

    #1272 : [WebKit] It is now possible to apply styles to collapsed selections in Safari and Chrome.
    #7054 : The tooltips for special characters are now lowercased, making them more readable.
    #7102 : "Replace DIV" sample did not work when double-clicking inside the formatted text.
    #7088 : Loading of plugins failed on new instances of the editor after the Insert Special Character dialog window was used.
    #6215 : Removal of inline styles now also removes overrides.
    #6144 : Rich text drop-down lists have wrong height when toolbar is wrapped.
    #6387 : AutoGrow may cause an error when editor instance is destroyed too quickly after a height change.
    #6901 : Mixed direction content was not properly respected in a shared toolbar setting.
    #4809 : Table-related tags are output in wrong order.
    #7092 : Corrupted toolbar button state for inline style after switching to Source.
    #6921 : Pasted text marked by SCAYT in one language is not re-checked if another spellchecking language is selected in the editor.
    #6614 : Enhancement of the resize handle in RTL.
    #5924 : Flash plugin now recognizes Flash content without an embed tag.
    #4475 : Protected source in attributes and inline CSS text is not handled correctly.
    #6984 : [FF] Trailing line breaks are lost in ENTER_BR.
    #6987 : [IE] Text selection lost when calling editor::insertHtml from a dialog window in some situations.
    #6865 : BiDi mirroring does not work when a text direction change is done through a dialog window.
    #6966 : [IE] Unintended paragraph is created in an empty document in enterMode set for BR and DIV.
    #7084 : SCAYT dialog window is now working properly with more than one editor instance in a page.
    #6662 : [FF] List structure pasting error caused by a regression from FF3.5.x is now fixed.
    #7300 : Link dialog window now loads numeric values correctly.
    #7330 : New list items no longer inherit the value attribute from their sibling.
    #7293 : The "Automatic" color button is now presented correctly without focus inside the editor.
    #7018 : [IE] Toolbar drop-down lists did not have a border around them.
    #7073 : Image dialog window no longer allows zero height and width value to be entered.
    #7316 : [FF] Clicking on "Paste" button incorrectly breaks the line at the cursor position.
    #6751 : Inline whitespaces are incorrectly stripped when pasting from Word.
    #6236 : [IE] Fixing malformed nested list structure which was introduced by the Backspace key.
    #6649 : [IE] Selection of the full table sometimes does not work.
    #6946 : HTML parser is now able to fix orphan list items.
    #6861 : Indenting a list item should retain the text direction.
    #6938 : Outdenting a list item should retain the text direction.
    #6849 : Correct Enter key behavior on list item.
    #7113 : [WebKit] Undesired document scroll on click after scrolling.
    #6491 : Undesired Image dialog window dimension lock reset on URL change.
    #7284 : [FF Quirks] Maximize now works correctly.
    #6609 : [IE9] Browser in high contrast mode is not properly detected.
    #7222 : [WebKit] Impossible to apply a single style to a collapsed selection without giving the editor focus.
    #7180 : [IE9] When using Kama skin and RTL layout dialog window buttons were not being displayed correctly.
    #7182 : [IE9] When using Office2003/v2 skin and RTL layout dialog window shadows were corrupted.
    #6913 : Invalid escape sequence (\b) was used in the PHP integration.
    #5757 : [IE6] Text was not wrapping in the accessibility instructions dialog window.
    [6604] : Xml.js and Ajax.js are now available as plugins ('xml' and 'ajax').
    #7304 : Microsoft Word cleanup function is not always invoked when clicking on the "Paste From Word" button.
    #6658 : [IE] Pasting text from Microsoft Word with one or more tabs between list items was failing.
    #7433 : [IE9] ENTER_BR at the end of a block breaks due to an IE9 regression.
    #7432 : [WebKit] Unable to create a new list in an empty document.
    #4880 : CKEditor changes tag style inside HTML comment with cke_protected.
    #7023 : [IE] JavaScript error when a Selection Field is inserted into a page.
    #7034 : Inserting special characters into styled text.
    #7132 : Paste toolbar buttons are becoming disabled.
    #7138 : The api.html sample in Opera does not work as expected.
    #7160 : Cannot paste the form element on top of the page.
    #7171 : Double-clicking an image in non-editable content opens the editing dialog window.
    #7455 : Extra line break is added automatically to the preformatted element.
    #7467 : [Firefox] Extra br element is added in a nested list.
    Updated the following language files:
        #7124 : Czech;
        #7126 : French;
        #7140 : Catalan;
        #7215 : Faroese;
        #7177 : Finnish;
        #7163 : Norwegian (no and nb);
        #7219 : Swedish;
        #7183 : Afrikaans;
        Hebrew;
        Spanish;
        Polish;
        German;



Lizenz: Open Source

http://ckeditor.com/
Titel: RJ TextEd 7.30 Beta 3
Beitrag von: SiLæncer am 09 April, 2011, 18:30
What's new: >>

* ALT codes should work now, e.g. ALT + 178 = ². Should work with all Unicode values (decimal).
* I've also fixed several reported issues in this version.

Download:

With installer: http://privat.bahnhof.se/wb588640/downloads/Beta/RJ_TextEd.zip

Without installer: http://privat.bahnhof.se/wb588640/downloads/Beta/RJ_TextEd_NoInstall.zip

http://www.rj-texted.se/
Titel: RJ TextEd 7.30 Beta 4
Beitrag von: SiLæncer am 11 April, 2011, 17:25
Zitat
I've made extensive changes to the text draw functions to speed up scrolling and reduce CPU usage. I've also fixed several issues.

Download

With installer: http://privat.bahnhof.se/wb588640/downloads/Beta/RJ_TextEd.zip

Without installer: http://privat.bahnhof.se/wb588640/downloads/Beta/RJ_TextEd_NoInstall.zip
Titel: RJ TextEd 7.30 Beta 5
Beitrag von: SiLæncer am 12 April, 2011, 20:08
Zitat
I've fixed several issues in this release. E.g. text drawing, selection, brace highlight, tag highlight, indent lines, preview mappings and more.

Download

With installer: http://privat.bahnhof.se/wb588640/downloads/Beta/RJ_TextEd.zip

Without installer: http://privat.bahnhof.se/wb588640/downloads/Beta/RJ_TextEd_NoInstall.zip

http://www.rj-texted.se/
Titel: Texmaker 3.0.1
Beitrag von: SiLæncer am 17 April, 2011, 13:11
Umfangreicher LaTeX-Editor mit integrierten Tools und Funktionen wie Syntax-Highlighting, 370 mathematischen Symbolen und Ausdrücken, Suchen und Ersetzen oder Rechtschreibprüfung; konvertiert zudem LaTeX ins HTML-Format.

(http://www.heise.de/software/screenshots/31402.jpg)

- The internal pdf viewer can now be embedded in the main window whatever the screen width
- \eqref and \autoref has been added to the auto-completion
- an external pdf viewer can be launched via a button included in the tool bar of the embedded pdf viewer
Various bugs has been fixed :
* memory leak about the syntax highlighting for .bib files has been fixed
* no more extra closing bracket with the auto-completion of \begin{} environments
* Alt+PgUp end Alt+PgDown keyboard shortcuts work again
* the bug about the "jump to next error" command has been fixed
* the columns in the "Log" panel are resizable again
* multiline "user tags" respect now the indentation of the current line
* the "check spelling selection" option is no more displayed in the contextual menu if there is no selection
* the bug about the "latexmk+view pdf" option for the "Quick build" command has been fixed

Lizenz: Open Source

http://www.xm1math.net/texmaker/download.html
Titel: RJ TextEd 7.30 Final
Beitrag von: SiLæncer am 17 April, 2011, 15:47
Google Chrome preview

Added Google Chrome CSS/HTML preview. Note that it only works in Windows XP/Vista/7 and in Windows 2003 or above.

    Added a new preview tab for Chrome.
    Added an internal browser that use Chrome.
    Added the option to use Chrome in the bottom preview field.
    Added the options to use Chrome with "Toggle browser view".

Firefox 4 preview

I've removed the Firefox 3 (mozilla ActiveX component preview) and replaced it with a new Firefox 4 preview.

Note that you need to have Firefox 4 installed. The Firefox preview will not work with Firefox 3.
Highlight element background

The editor can now have different background for different elements like strings, keywords, numbers...
Document tab colors

Added the ability to use different tab colors based on file extension.
Project todo list

Added some new options to:

    Highlight current file.
    Open current file node.
    Close file node when not highlighted.

Project options

Added options to warn if files differ from entered encoding or newline settings.
Search result window

Added an option to set the font for the result window (in the context menu).
Auto completion

Made some minor changes to reduce flicker when scrolling and fixed several issues. Ctrl+Space should work better in HTML.
Scrolling, text draw and cursor movement.

Made some optimizations to speed up text drawing and cursor movements and to reduce CPU usage.
ALT + code

You can now insert any Unicode character by pressing the ALT key while entering the decimal code on the number pad. E.g. ALT + 169 will insert ©.
Fixed

I've fixed several issues in this version. More details are available in the forum.

http://www.rj-texted.se/
Titel: Rapid Environment Editor V4.0 build 719
Beitrag von: SiLæncer am 19 April, 2011, 17:49
Rapid Environment Editor (RapidEE) is an environment variables editor. It includes an easy to use GUI and replaces the small and inconvenient Windows edit box, located in the System Information section.

(http://www.rapidee.com/images/rapidee.png)

What's new: >>

    fixed: user names are sorted alphabetically

License: Freeware

http://www.rapidee.com/en/about
Titel: Notepad2 4.2.25 RC8
Beitrag von: SiLæncer am 19 April, 2011, 22:38
Notepad2 ist ein schlanker Texteditor, der auf den ersten Blick zwar an den aus Windows bekannten "Editor" erinnert, tatsächlich aber eine Vielzahl zusätzlicher Funktionen bietet. Er ist kostenlos und benötigt keine Installation.

Zu seinen Stärken gehört das Syntax-Highlighting, das für zahlreiche Programmier- und Scriptsprachen zur Verfügung steht, darunter C, C#, VB, Java, JavaScript, Perl und PHP. Notepad2 bietet zudem eine automatische Einrückungsfunktion sowie eine Textersetzung, die mit regulären Ausdrücken arbeiten kann.

(http://screenshots.winfuture.de/Kostenloser-Editor-Notepad2-1245606906.jpg)

Changelog:

New in Version 4.2.25-rc8 (released April 19, 2011)

  - "Align Lines" with several options (Alt+J)
  - "Modify Lines" supports several variables to insert numbers (Alt+M)
  - "Sort Lines" (Alt+O) handles column sort (rectangular selection)
  - "Sort Lines" als handles shuffle, remove duplicate and unique lines
  - Use built-in Windows functionality for "Title Case" on Windows 7
  - Convert between characters and hex codes (Ctrl+Alt+X, Ctrl+Alt+C)
  - "Recode file as default encoding" (Ctrl+Shift+F)
  - UTF-16 and UTF-16 BE formats are valid recoding options
  - Enable case-insensitive searching for non-ASCII text
  - Regex quantifier ? to match 0 or 1 times
  - Regex quantifiers * and + available as non-greedy forms *? and +?
  - Regex syntax for tagged regions simplified from \(...\) to (...)
  - Updated HTML5 and CSS3 schemes according to current working drafts
  - Updated Assembly scheme with x64 and SSE4 instructions
  - Several minor updates to syntax schemes and keywords
  - Merged caret styles into a single item and added "noblink" option
  - /l and /l- cmd switches to control auto-reloading of modified files
  - Ini-option to specify auto-reload timeout (see FAQ on my website)
  - Support combination of /g and /m command line switches
  - /o and /o- cmd switches to control "Always on top" option
  - Copy window position to clipboard as cmd line switch (Ctrl+Shift+K)
  - Move window to default position on current screen (Ctrl+Shift+P)
  - Fixed Notepad .LOG feature (broken since 4.1.24)
  - Launch command uses current file directory as working directory
  - Don't lock any directories except the one containing Notepad2.exe
  - Forward system MRU, taskbar and jump list behaviour to new windows
  - Always show file name extensions (ignore Windows Explorer setting)
  - Check availability of "Consolas" when set as default font
  - Support a few more file variables (see FAQ on my website)
  - Configure whether backspace should reformat indenting whitespace
  - Transform backslashes function understands \u#### hex codes
  - Several F2, F3 and F4 hotkeys work in find and replace dialogs
  - Removed "Select Up" and "Select Down" buttons from find dialog
  - Ini-options to block suppression of notification messages
  - Simplified appearance of word wrap settings dialog
  - Remapped "Unescape C Special Chars" to Ctrl+Alt+R (fix duplicate)
  - Various internal optimizations and fixes
  - Improved look of disabled toolbar buttons on Windows XP and above
  - Improved overall look of toolbar buttons on Windows 2k
  - Lower frequency of NFS access delays by caching file display names
  - Improved compatibility with Windows 7
  - Released x64 build of Notepad2.exe
  - Updated Scintilla library to 2.24



Standardmäßig wird Notepad2 nur in englischer Sprache angeboten. Die Community rund um das bekannte Programm bietet aber inzwischen auch eine deutsche Version (http://notepad2.6x.to/) an (möglicherweise noch nicht aktualisiert).

Lizenztyp: GPL/Kostenlos

http://www.flos-freeware.ch/notepad2.html
Titel: Rapid Environment Editor 4.0 Build 720
Beitrag von: SiLæncer am 21 April, 2011, 19:27
Rapid Environment Editor (RapidEE) is an environment variables editor. It includes an easy to use GUI and replaces the small and inconvenient Windows edit box, located in the System Information section.

(http://www.rapidee.com/images/rapidee.png)

What's new: >>

- Fixed: issue with empty Username combobox
- Fixed: user names are sorted alphabetically

License: Freeware

http://www.rapidee.com/en/about
Titel: Semagsoft Document.Editor 2011.16
Beitrag von: SiLæncer am 22 April, 2011, 19:20
Document.Editor is a multitab text editor for Windows. It includes plain and rich text format support, multi tab interface so you can edit multiple documents in a session, compact application size, and multiple commands.

(http://images.betanews.com/screenshots/1221016805-1.png)

Freeware

Latest Changes

- New word definitions
- Improved QAToolbar
- Improved export to Wordpress
- Minor Bug Fix's, improvements and speed ups

http://documenteditor.semagsoft.com/
Titel: Firstobject XML Editor V2.4.2
Beitrag von: SiLæncer am 24 April, 2011, 08:16
Firstobject XML editor for Windows is called foxe. It loads big files (multi-megabyte) fast and lets you format XML and edit HTML and any loosely formed XML or other markup. The tree view is customizable for useful navigation.Other features include syntax coloring, word wrap, Go To Line, show XML path, Microsoft global IME, MSXML based DTD validation. It does not depend on MSXML.

(http://www.firstobject.com/foxe-rss.jpg)

License:  Freeware/Open Source

What's new: >>

    filename first in foxe title bar
    -run on command line arguments
    period for data value in tree customization
    foal: increased the size limit on num
    foal: CMarkup updates
    foal: fix for file read mode *Thank you Aditya Raut!
    foal: StrTrim with optional flag 1=left, 2=right
    Watch mode in the View menu
    Watch file extensions in Preferences

http://www.firstobject.com/dn_editor.htm
Titel: FTLEdit 0.1
Beitrag von: SiLæncer am 24 April, 2011, 09:15
Quelltext-Editor für HTML-Dateien mit Syntax-Hervorhebung und integrierter Vorschau im jeweiligen Standardbrowser.

(http://www.heise.de/software/screenshots/82120.jpg)

Lizenz: Open Source

http://software.mortaxx.net/
Titel: Texmaker 3.0.2
Beitrag von: SiLæncer am 27 April, 2011, 06:30
Umfangreicher LaTeX-Editor mit integrierten Tools und Funktionen wie Syntax-Highlighting, 370 mathematischen Symbolen und Ausdrücken, Suchen und Ersetzen oder Rechtschreibprüfung; konvertiert zudem LaTeX ins HTML-Format.

(http://www.heise.de/software/screenshots/31402.jpg)

- the critical bug about the detection of the encoding while loading non unicode/latin1 files in some rare cases has been fixed
- the bug about the wrong detection of some filenames in the log file has been fixed
- if the printer name contains space on macosx, the default printer is used
- the bad layout of the "inputgraphics dialog" has been fixed

Lizenz: Open Source

http://www.xm1math.net/texmaker/download.html
Titel: SynWrite 2.5.835
Beitrag von: SiLæncer am 01 Mai, 2011, 08:45
SynWrite is an extended text editor. Syntax highlighting is managed by a rich library of so called "lexers" and supports almost all types of programming languages. User interface is Multi-Language. Other main features are code folding, tree structure, auto-completion and code templates. Program is small in size and also works as portable app or as lister plugin for file manager "Total Commander".

(http://images.betanews.com/screenshots/1289816929-1.jpg)

Freeware

http://atorg.net.ru/
Titel: Semagsoft Document.Editor 2011.17
Beitrag von: SiLæncer am 02 Mai, 2011, 06:30
Document.Editor is a multitab text editor for Windows. It includes plain and rich text format support, multi tab interface so you can edit multiple documents in a session, compact application size, and multiple commands.

(http://images.betanews.com/screenshots/1221016805-1.png)

Freeware

Latest Changes

- New Time dialog
- New Select Paragraph support
- Improved Tab Headers
- Minor Bug Fix's, improvements and speed ups

http://documenteditor.semagsoft.com/
Titel: Rapid Environment Editor 4.0 Build 723
Beitrag von: SiLæncer am 02 Mai, 2011, 20:59
Rapid Environment Editor (RapidEE) is an environment variables editor. It includes an easy to use GUI and replaces the small and inconvenient Windows edit box, located in the System Information section.

(http://www.rapidee.com/images/rapidee.png)

What's new: >>

4.0 build 723 (May 2, 2011)

    fixed: show error message if registry key is locked

License: Freeware

http://www.rapidee.com/en/about
Titel: Rapid Environment Editor V4.0 build 724
Beitrag von: SiLæncer am 03 Mai, 2011, 21:06
Rapid Environment Editor (RapidEE) is an environment variables editor. It includes an easy to use GUI and replaces the small and inconvenient Windows edit box, located in the System Information section.

(http://www.rapidee.com/images/rapidee.png)

What's new: >>

    fixed: Chinese translation

License: Freeware

http://www.rapidee.com/en/about
Titel: MyTXT 1.1
Beitrag von: SiLæncer am 05 Mai, 2011, 08:55
Texteditor mit Syntax-Highlighting für verschiedene Programmiersprachen; erlaubt unbegrenzte Undo-/Redo-Schritte und beinhaltet einen Debugger für Batch, VBS und JavaScript sowie einen Compiler für Visual Basic.NET und C#.NET; unterstützt Dokumenten- und Textverschlüsselung und ist auch als portable Version erhältlich.

(http://www.heise.de/software/screenshots/82720.jpg)

Freeware

http://www.enproduction.de.vu/mytxt.html
Titel: Notepad2 4.2.25 RC9
Beitrag von: SiLæncer am 05 Mai, 2011, 16:18
(http://www.kaldata.net/images/news/logos/notepad2.gif)
Notepad2 is a small, light-weight, fast, free and open source Notepad-like text editor with syntax highlighting for HTML and other common languages and many other useful features, including drag and drop, regular expression search and replace, brace matching, line numbers, keyboard shortcuts, whitespace display, zooming and more. Notepad2 offers support for Unicode, UTF-8, Unix and Mac text files. It's based on the Scintilla source code editing component and works on NT-based versions of Windows. This program can be run out of the box without installation, and does not touch your system's registry.
• Syntax highlighting: HTML, XML, PHP, ASP (JS, VBS), CSS, javascript, VBScript, C/C++, C#, Resource Script, Makefiles, Java, Visual Basic, Pascal, Assembly, SQL, Perl, Python, Configuration Files, Apache Config Files, Batch Files, Diff Files
• Drag & drop text editing inside and outside Notepad2
• Basic regular expression search and replace
• Useful word, line and block editing shortcuts
• Rectangular selection (Alt+Mouse)
• Brace matching, auto indent, long line marker, zoom functions
• Support for Unicode, UTF-8, Unix and Mac text files
• Open shell links
• Mostly adjustable

Licence: Freeware

New in Version 4.2.25-rc9 (released May 05, 2011)

  - "Align Lines" with several options (Alt+J)
  - "Modify Lines" supports several variables to insert numbers (Alt+M)
  - "Sort Lines" (Alt+O) handles column sort (rectangular selection)
  - "Sort Lines" also handles shuffle, remove duplicates and uniques
  - "Merge Blank Lines" (Alt+Y)
  - Use built-in Windows functionality for "Title Case" on Windows 7
  - Convert between characters and hex codes (Ctrl+Alt+X, Ctrl+Alt+C)
  - "Recode file as default encoding" (Ctrl+Shift+F)
  - UTF-16 and UTF-16 BE formats are valid recoding options
  - Enable case-insensitive searching for non-ASCII text
  - Regex quantifier ? to match 0 or 1 times
  - Regex quantifiers * and + available as non-greedy forms *? and +?
  - Regex syntax for tagged regions simplified from \(...\) to (...)
  - Updated HTML5 and CSS3 schemes according to current working drafts
  - Updated Assembly scheme with x64 and SSE4 instructions
  - Several minor updates to syntax schemes and keywords
  - Merged caret styles into a single item and added "noblink" option
  - /l and /l- cmd switches to control auto-reloading of modified files
  - Ini-option to specify auto-reload timeout (see FAQ on my website)
  - Support combination of /g and /m command line switches
  - /o and /o- cmd switches to control "Always on top" option
  - Copy window position to clipboard as cmd line switch (Ctrl+Shift+K)
  - Move window to default position on current screen (Ctrl+Shift+P)
  - Fixed Notepad .LOG feature (broken since 4.1.24)
  - Launch command uses current file directory as working directory
  - Don't lock any directories except the one containing Notepad2.exe
  - Forward system MRU, taskbar and jump list behaviour to new windows
  - Always show file name extensions (ignore Windows Explorer setting)
  - Check availability of "Consolas" when set as default font
  - Support a few more file variables (see FAQ on my website)
  - Configure whether backspace should reformat indenting whitespace
  - Transform backslashes function understands \u#### hex codes
  - Several F2, F3 and F4 hotkeys work in find and replace dialogs
  - Removed "Select Up" and "Select Down" buttons from find dialog
  - Ini-options to block suppression of notification messages
  - Simplified appearance of word wrap settings dialog
  - Remapped "Unescape C Special Chars" to Ctrl+Alt+R (fix duplicate)
  - Reloading keeps scrolling position more unerringly with word wrap
  - Jumps with /g switch locate position more accurately with word wrap
  - Various internal optimizations and fixes
  - Improved look of disabled toolbar buttons on Windows XP and above
  - Improved overall look of toolbar buttons on Windows 2k
  - Lower frequency of NFS access delays by caching file display names
  - Improved compatibility with Windows 7
  - Released x64 build of Notepad2.exe
  - Updated Scintilla library to 2.24

http://www.flos-freeware.ch/notepad2.html
Titel: Notepad2 4.2.25 Final
Beitrag von: SiLæncer am 06 Mai, 2011, 12:42
New in Version 4.2.25 (released May 06, 2011)

  - "Align Lines" with several options (Alt+J)
  - "Modify Lines" supports several variables to insert numbers (Alt+M)
  - "Sort Lines" (Alt+O) handles column sort (rectangular selection)
  - "Sort Lines" also handles shuffle, remove duplicates and uniques
  - "Merge Blank Lines" block command (Alt+Y)
  - Use built-in Windows functionality for "Title Case" on Windows 7
  - Convert between characters and hex codes (Ctrl+Alt+X, Ctrl+Alt+C)
  - "Recode file as default encoding" (Ctrl+Shift+F)
  - UTF-16 and UTF-16 BE formats are valid recoding options
  - Enable case-insensitive searching for non-ASCII text
  - Regex quantifier ? to match 0 or 1 times
  - Regex quantifiers * and + available as non-greedy forms *? and +?
  - Regex syntax for tagged regions simplified from \(...\) to (...)
  - Updated HTML5 and CSS3 schemes according to current working drafts
  - Updated Assembly scheme with x64 and SSE4 instructions
  - Several minor updates to syntax schemes and keywords
  - Merged caret styles into a single item and added "noblink" option
  - /l and /l- cmd switches to control auto-reloading of modified files
  - Ini-option to specify auto-reload timeout (see FAQ on my website)
  - Support combination of /g and /m command line switches
  - /o and /o- cmd switches to control "Always on top" option
  - Copy window position to clipboard as cmd line switch (Ctrl+Shift+K)
  - Move window to default position on current screen (Ctrl+Shift+P)
  - Fixed Notepad .LOG feature (broken since 4.1.24)
  - Launch command uses current file directory as working directory
  - Don't lock any directories except the one containing Notepad2.exe
  - Forward system MRU, taskbar and jump list behaviour to new windows
  - Always show file name extensions (ignore Windows Explorer setting)
  - Check availability of "Consolas" when set as default font
  - Support a few more file variables (see FAQ on my website)
  - Configure whether backspace should reformat indenting whitespace
  - Transform backslashes function understands \u#### hex codes
  - Several F2, F3 and F4 hotkeys work in find and replace dialogs
  - Removed "Select Up" and "Select Down" buttons from find dialog
  - Ini-options to block suppression of notification messages
  - Simplified appearance of word wrap settings dialog
  - Remapped "Unescape C Special Chars" to Ctrl+Alt+R (fix duplicate)
  - Reloading keeps scrolling position more unerringly with word wrap
  - Jumps with /g switch locate position more accurately with word wrap
  - Various internal optimizations and fixes
  - Improved look of disabled toolbar buttons on Windows XP and above
  - Improved overall look of toolbar buttons on Windows 2k
  - Lower frequency of NFS access delays by caching file display names
  - Improved compatibility with Windows 7
  - Released x64 build of Notepad2.exe
  - Updated Scintilla library to 2.24

http://www.flos-freeware.ch/notepad2.html
Titel: LyX 2.0 veröffentlicht
Beitrag von: SiLæncer am 09 Mai, 2011, 12:45
Einen Monat, nachdem die LyX-Entwickler eine Betaversion der Textverarbeitung veröffentlichten, haben sie nun die Version 2.0 zum Download freigegeben. Da LyX Anwendern die typografischen Aufgaben weitestgehend abnimmt, können sie sich auf die Struktur ihrer Dokumente und das Schreiben konzentrieren.

(http://www.pro-linux.de/images/NB3/imgdb/o_lyx-20.jpg)
LyX existiert seit über fünfzehn Jahren. Die aktuelle Version enthält viele Neuerungen. Dazu zählen erweiterte Suchmöglichkeiten, die es Anwendern erlauben, auch nach Formatierungen und Formeln innerhalb ihrer Dokumente zu suchen. Die Rechtschreibprüfung kann so konfiguriert werden, das Fehler bzw. unbekannte Wörter bereits während des Schreibens markiert werden, eine neue Vergleichsfunktion kann Unterschiede in Dokumenten aufspüren und übersichtlich ausgeben.

Das Thesaurus in LyX 2.0 spricht jetzt neben Englisch auch eine Vielzahl anderer Sprachen. Es setzt auf den MyThes-Bibliotheken auf, die auch in Open- und LibreOffice verwendet werden. Für Querverweise lässt sich jetzt neben Prettyref auch das Refstyle-Paket einsetzen, das ebenfalls andere Sprachen neben Englisch unterstützt. Anwender können dank des Splitindex-Pakets in Dokumenten eine unbegrenzte Anzahl Indexe anlegen und für Verweise heranziehen.

Mit XeTeX, LuaTeX und XHTML unterstützt die neue LyX-Version deutlich mehr Backends als die Vorgänger. Ausgabe-Dokumente lassen sich leichter anpassen. Anwender können nicht nur das Dokumentformat (pdf, dvi, html, OpenDocument, PostScript) in einem Dialog wählen, sondern auch die Bibliografie-Stile, Schriftart und Sprachpakete. Wird ein Dokument aus mehreren Dateien zusammengesetzt, lassen sich nun via \includeonly auf Wunsch nur bestimmte Dateien in ein TeX-Dokument einbetten. Die Anzahl der unterstützten LaTeX-Befehle wurde erweitert, wodurch Autoren unter anderem Textstellen besser auszeichnen können.

Die Nutzung von Tabellen in LyX-Dokumenten haben die Entwickler ebenfalls verbessert. LyX 2.0 erlaubt es, die vertikale Position von Tabellen ebenso anzugeben wie die horizontale Ausrichung in Tabellenzellen. Eine Zelle darf nun aus mehreren Zeilen bestehen und Spalten lassen sich anhand bestimmter Zeichen ausrichten. Eine Vorschaufunktion ermöglicht es, dass Anwender mit wenigen Klicks aus LyX heraus testen können, wie ihre Dokumente später aussehen werden. Dank einer Vorwärts-Suche können aus Textstellen aus PDF- und DVI-Dokumenten in der lyx-Datei angesteuert werden.

LyX 2.0 kann mit SVN zusammenspielen und erleichtert so die Versionsverwaltung. In Vorgängerversionen getätigte Einstellungen können mit dem Werkzeug prefs2prefs an LyX 2.0 angepasst werden, was Anwendern bei einem Upgrade einige Arbeit erspart. Vorlagen für Bachelor-, Master- und Promotionsarbeiten unterstützen Studenten und Wissenschaftler. Neben den Neuerungen flossen viele Korrekturen in LyX 2.0 ein, die in der Feature-Liste aufgeführt werden.

Die Entwicklung von LyX begann 1995 auf Initiative des Studenten Matthias Ettrich, der ein einfach zu bedienendes Frontend für LaTeX vermisste. Zu Beginn hieß LyX noch Lyrix, dieser Name wurde aber relativ schnell verworfen. Anders als Textverarbeitungen oder viele grafische Layout-Programme folgt LyX dem Prinzip »What You See Is What You Mean« (WYSIWYM). Die Software steht unter der GPLv2. Die aktuelle LyX-Version kann als Quelltext heruntergeladen werden. Zum aktuellen Zeit ist LyX 2.0 nur im Repositorium von Fedora und den Entwicklerversionen von Ubuntu und Debian zu finden. Neben LyX 2.0 veröffentlichten die Entwickler auch eine Aktualisierung für LyX 1.6.

Quelle und Links : http://www.pro-linux.de/news/1/17026/lyx-20-veroeffentlicht.html
Titel: CKEditor 3.6
Beitrag von: SiLæncer am 09 Mai, 2011, 21:57
WYSIWYG-Editor für eigene Webseiten, der sich in diverse Skriptsprachen integrieren lässt; unterstützt die meisten gängigen Browser; auch mit kommerzieller Lizenz erhältlich

(http://www.heise.de/software/screenshots/64589.jpg)

New features:

    #7044 : New BBCode sample plugin that makes the editor output (one dialect of) BBCode format.
    #5647 : Accessibility enhancements to the structure of the toolbar.
    #5647 : The Kama skin now presents separators for the toolbar items, making it easier to group buttons and have a cleaner layout.
    #5647 : Usability enhancements to keyboard navigation on the toolbar. The Tab key is now used to jump between toolbar groups, while the Arrow keys can be used to cycle within the group. The new toolbarGroupCycling setting can be used to change the Arrow keys behavior.
    #1376 : It is now possible to put the editor in the "read-only" state, so that the users would not be able to introduce changes to the contents. Check out the new CKEDITOR.editor::setReadOnly method, the CKEDITOR.editor::readOnly property, the CKEDITOR.editor::readOnly event, and the readOnly setting.
    #3582 : New presentation of anchor elements in the WYSIWYG mode.
    #6737 : The Format drop-down list will now display the preview of its contents exactly as defined in their style configurations.
    #6654 : A new autoParagraph configuration setting is added to disable the auto paragraphing feature.
    #901 : New Stylesheet Parser (stylesheetparser) plugin that fills the Styles drop-down list based on the CSS classes available for the content. Check the new sample to learn how to use it.
    #2988 : New Document Properties (docprops) plugin that sets the metadata of the page in the Full Page mode.
    #7240 : New Developer Tools (devtools) plugin that shows information about dialog window UI elements to allow for easier customization.
    #6841 : Pressing the Enter key at the end of a pre-formatted block will now exit from it.
    #6850 : The About CKEditor dialog window now contains a link to CKEditor User's Guide.
    #5745 : Extra configuration options for the iframeDialog can now be passed.
    #6589 : The onDialogEvent function will now be used automatically in the iframeDialog contents if no callback is used on creation.
    #7757 : Georgian localization added.

Fixed issues:

    #6774 : Internal styles are not included in the contents.css sample.
    #6521 : Added sample for the TableResize plugin.
    #6664 : Page break is sometimes merged into block-level elements.
    #7594 : Toolbar keyboard navigation is not possible after recreating the editor.
    #6657 : Allow to style the entire dialog window field when the input element is disabled.
    Updated the following language files:
        Hebrew;
        Polish;



Lizenz: Open Source

http://ckeditor.com/
Titel: Vectorian Giotto 3.0
Beitrag von: SiLæncer am 10 Mai, 2011, 18:32
Vectorian Giotto lets you quickly and easily create professional Flash animations for websites, absolutely Free. It has a powerful, yet very simple user interface. It has total of 15 vector drawing tools. In addition, it supports layers and gradient fills as well as intersection, union and difference operations on objects. Combine and manipulate text, images and shapes to create Flash movies. You can set key animation parameters as dimensions, background color and frame rate. Animation is based on simple motion tween concept: set-up the start and end look of objects and Giotto does the rest by itself.

(http://images.betanews.com/screenshots/1144253939-1.jpg)

You can preview your animation inside Vectorian Giotto without launching a browser or external player. Giotto comes bundled with more than 50 great effects that can be applied to both shapes and text. You can very effortlessly add amazing effects to your animations - objects can translate, rotate, change size, change color or gradient fill, stretch, skew - or do at the same time any combination of those effects - all with minimal effort from user and using the same motion tween concept. It comes with over 50 Flash banner templates which gives you opportunity to quickly make eye-catching banners by customizing these predefined options. Creating animations with Vectorian Giotto requires absolutely no knowledge of programming or scripting.

Freeware

http://www.vectorian.com/
Titel: MyTXT 1.2.1.0
Beitrag von: SiLæncer am 11 Mai, 2011, 13:08
Texteditor mit Syntax-Highlighting für verschiedene Programmiersprachen; erlaubt unbegrenzte Undo-/Redo-Schritte und beinhaltet einen Debugger für Batch, VBS und JavaScript sowie einen Compiler für Visual Basic.NET und C#.NET; unterstützt Dokumenten- und Textverschlüsselung und ist auch als portable Version erhältlich.

(http://www.heise.de/software/screenshots/82720.jpg)

Freeware

http://www.enproduction.de.vu/mytxt.html
Titel: AkelPad 4.6.0
Beitrag von: SiLæncer am 11 Mai, 2011, 21:26
(http://akelpad.sourceforge.net/files/screen_basic.png)
AkelPad is an open source editor for plain text. It is designed to be a small and fast. Includes the ability to load text documents that are larger than 64 Kilobytes, document previews before opening them, editing of read only files and more. Plugins add a number of additional features to Akelpad like syntax highlighting, auto completion, sessions, macros and scripts and auto saving.

Licence: Open Source

Changed: plugin architecture. Update plugins.
Changed: improved compatibility with RichEdit on x64.
Changed: improved UTF-16LE/UTF-16BE detection without BOM.
Changed: improved internal work with recent files.
Changed: closing tab with middle mouse click without activation, if possible (MDI/PMDI).
Changed: column marker flashing minimized.
Changed: TextLayout plugin integrated in program. Switching keyboard layout according to text under caret. Requires two or more layouts, one of which must be English.
Changed: renamed parameter "KeybLayoutMDI" in "KeybLayoutOptions".

Added: possibility to show places bar in open/save dialog.
Added: applying a common algorithm for recognizing the UTF-8, if for the specified language ("Settings...->Codepage recognition") recognition of UTF-8 unsuccessful.
Added: column marker movement with mouse and Shift key and also moves wrap limit if their values are equal.
Added: option for cycle search.
Added: second find/replace dialog call activates it and picks up the selected text.
Added: manual parameters "CmdLineBegin" and "CmdLineEnd" - specifies code to be added to the beginning and end of the command line before processing it.
Added: variables for "StatusUserFormat":
"%al" - count of lines in document;
"%ar" - count of symbols in document (RichEdit);
"%se[text]" - text to appear when end of the document reached during search.
Added: flag 16 in the manual parameter "PaintOptions" - disable marker painting after last line.
Added: undo buffer remember the caret position.
Added: parameter for waiting until the program finishes in command line method /Exec().
Added: menu item to open help.
Added: Ctrl+Num/ hotkey to restore font size that was at the program start.

Fixed: edit window updating after text deletion.
Fixed: ignoring left mouse button click.
Fixed: WordBreak parameter.
Fixed: scroll position after restoring minimized window with word wrap on (MDI).
Fixed: "\|" in /Insert() command line method.

http://akelpad.sourceforge.net/en/index.php
Titel: EditPad Lite 7.0.0
Beitrag von: SiLæncer am 16 Mai, 2011, 13:06
EditPad Lite is a general-purpose text editor, designed to be small and compact, yet offer all the functionality you expect from a basic text editor. EditPad Lite works with Windows NT4, 98, 2000, ME, XP and Vista.

(http://www.editpadpro.com/screens/editpadlite.png)

Freeware

EditPad Pro features now available in EditPad Lite:

    Character map.
    Clip collection.
    Command line parameters for opening the file at a particular line or character. This will allow the next free minor updates of RegexBuddy, RegexMagic, and PowerGREP to select search matches in EditPad Lite 7, like they already can with EditPad Pro 6.
    Extra, Sort.
    Extra, Trim Whitespace.
    Preferences, Keyboard: Configure keyboard shortcuts.
    Preferences, Save Files: Auto-save and backup options.
    Preferences, Shortcuts: Create "Open with EditPad" context menu item.
    Search: Regular expression support.
    Search: Highlight search matches.
    Search: Incremental search.
    Large toolbar icons.

New features:

    Automatic ASCII->Unicode interpretation for encodings that use sequences of ASCII characters to encode Unicode characters. This works with files encoded in VIQR, ASCII+\uFFFF, ASCII+&#xFFFF, ASCII+&#65535; and ASCII+&html;. E.g. for ASCII+&html; typing &eacute; inserts those 8 ASCII characters into the file. When you type the ; the whole sequence will appear as é in EditPad. For VIQR, typing e' inserts those two ASCII characters, and EditPad will show é. If you want the ASCII codes to appear literally, you have to escape them yourself. EditPad does not automatically encode & as &amp; for ASCII+&html; or ' as \' for VIQR. If you type in é with one of these encodings, EditPad will display the é and insert &eacute; or e' into the file.
    Character Map: Buttons to insert the character, its code page index in dec/hex, its Unicode code point in dec/hex or its XML entity.
    Character Map: Filter map on Unicode blocks and scripts in addition to or instead of Unicode properties.
    Character Map: Look up characters by typing in their code points.
    Context menu item on file tabs to copy the file's path to the clipboard.
    Convert|Text Encoding: ArmSCII (Armenian).
    Convert|Text Encoding: ASCII+\uFFFF ASCII+&#xFFFF ASCII+&#65535; ASCII+&html;
    Convert|Text Encoding: EUC-CN (Simplified Chinese).
    Convert|Text Encoding: EUC-JP (Japanese).
    Convert|Text Encoding: EUC-KR (Korean).
    Convert|Text Encoding: EUC-TW (Traditional Chinese).
    Convert|Text Encoding: GEOSTD8 (Georgian).
    Convert|Text Encoding: HZ (Simplified Chinese) (conversion only; no direct editing).
    Convert|Text Encoding: ISCII (Indic).
    Convert|Text Encoding: ISIRI-3342 (Persian).
    Convert|Text Encoding: ISO-2022-CN (RFC 1922) (conversion only; no direct editing).
    Convert|Text Encoding: ISO-2022-JP (RFC 1468), ISO-2022-JP-1 (RFC 2237), ISO-2022-JP-2 (RFC1554) (conversion only; no direct editing). Also known as "JIS".
    Convert|Text Encoding: ISO-2022-KR (RFC 1557) (conversion only; no direct editing).
    Convert|Text Encoding: Kamenický (Czech and Slovak).
    Convert|Text Encoding: KZ-1048 (Kazach).
    Convert|Text Encoding: Macintosh character sets.
    Convert|Text Encoding: Mazovia (Polish).
    Convert|Text Encoding: MIK (Bulgarian).
    Convert|Text Encoding: PTCP154 (Cyrillic Asian).
    Convert|Text Encoding: TSCII (Tamil; conversion only; no direct editing).
    Convert|Text Encoding: US-ASCII (7-bit).
    Convert|Text Encoding: UTF-7 (conversion only; no direct editing).
    Convert|Text Encoding: Vietnamese code pages: VISCII, VIQR/Vietnet, VNI, VPS, TCVN
    Convert|Text Encoding: YUSCII.
    Edit, Insert Date and Time, Other Date and Time: Screen that list all available date and time placeholders to easily build up a date and time format.
    Edit, Insert Date and Time: History menu with recently used date/time formats instead of a single fixed date/time format configured in the preferences.
    EditPad Lite can now be licensed (purchased) for business and government use. It is still free for personal use.
    Extra, Consolidate blank lines: multiple blank lines are replaced by a single blank line.
    Extra, Remove blank lines.
    File Types, Colors: Ability to create multiple user-defined presets.
    File Types, Colors: Ability to select a color preset for each file type, to allow different file types to use different color combinations.
    File Types, Colors: Color buttons show a color wheel to select any color instead of boxes for entering R,G,B numbers.
    File Types, Editor: Font and text layout can now be configured per file type.
    File Types, Encoding: Option to auto-detect ASCII+UCN and ASCII+XML entities.
    File Types: Choose the default file type for new files.
    File Types: Multiple file types can now be selected at the same time in the file type configuration screen and any changes made in the file type configuration screen are applied to all selected file types.
    File, Save Copy As: Checkbox on the Save dialog to open the copy of the file in EditPad right after saving the copy (Windows Vista and 7 only).
    Go|Next Editing Position: Move in the opposite way from Go|Previous Editing Position. EditPad now remembers 16 editing positions per file instead of just 4.
    Keyboard: Ctrl+punctuation key combinations for typing of accented characters on a keyboard that does not support them.
    Keyboard: Key 5 on the numeric keypad scrolls the view to center the cursor in the screen when Num Lock is off.
    Options, Right-to-Left: Toggle between left-to-right and right-to-left writing.
    Options, Text Layout: Increase or reduce the line height and character width by one or more pixels, for a tighter or roomier display. Add one or more pixels of extra line spacing to make lines easier to distinguish. Set everything to zero to emulate EditPad 5 and 6. Set font size adjustment to zero, and extra line spacing to 1 pixel to emulate EditPad 4.
    Options, Text Layout: Option to display ASCII characters using full-width characters when a file is detected to contain ideographs, so columns made with spaces and tabs line up nicely when ASCII and ideographs are mixed.
    Options, Text Layout: Option to force the editor to be monospaced, even when a proportionally spaced font is used.
    Options, Text Layout: Option to toggle Ctrl+Left/Right between always going to the start of the next word (like programming editors) instead select the next word (EditPad style).
    Options, Text Layout: Option to treat all non-whitespace non-word characters as word characters, as whitespace characters (as in EPP 6), or to ignore them when double-clicking on a word to select it, or when using Ctrl+Del etc.
    Options, Text Layout: Presets and custom selections with combination of font, reading order, cursor movement, cursor appearance, and character spacing.
    Preferences, Cursors: Backspace unindents when Auto Indent is turned on in the Options menu. In EditPad 6 pressing backspace when there is only whitespace to the left of the cursor unindents the line when auto indent is on. Turning off this option restores the EditPad Pro 5 behavior, where backspace always deletes one character to the left of the text cursor.
    Preferences, Cursors: Option to make arrow left and right move the cursor at the left/right edge of the selection and clear the selection (like Notepad does) instead of moving the cursor left/right one character and clearing the selection (like Wordpad does).
    Preferences, Cursors: Smart End key.
    Preferences, Editor: Automatically turning on "selection only" when pressing Ctrl+F with a selection that spans multiple lines is now an option.
    Preferences, Editor: Double-clicking a word instantly highlights all occurrences of that word.
    Preferences, Editor: Option to always highlight the active line, even when the editor does not have keyboard focus.
    Preferences, Editor: Option to disable drag-and-drop editing as some people find it a little to easy to made inadvertant changes while clicking about with the mouse.
    Preferences, Editor: Option to make Ctrl+Wheel change the font size (zoom) instead of scroll one page. Zooms individual edit boxes without changing the font in the text layout configuration.
    Preferences, Open Files: Option to automatically reload all modified files when switching from another application to EditPad, instead of just the active file.
    Preferences, Open Files: Option to automatically reload local files, but not network files.
    Preferences, Panels: Change the font and colors used by the side panels.
    Preferences, Save Files: Backup option to add the date and time as an extension.
    Preferences, Save Files: Option to specify a specific folder to create all backup files in.
    Preferences, Save Files: Quick backup option that moves files and saves a new file (like EditPad Pro 6), vs. an overwrite option that makes a backup copy and overwrites the original file (like EditPad Pro 4 and 5). The key difference is that while the former option is faster, only the latter will guarantee that the file saved keeps all of its file attributes. Particularly if the file is on a non-Windows system this will make a difference, as EditPad cannot control the file attributes like UNIX file ownership that Windows does not control.
    Preferences, Save Files: Single backup appending ~.
    Preferences, Tabs: Font.
    Preferences, Tabs: Option to add new tabs at the end instead of to the right of the active tab.
    Preferences, Tabs: Option to have an X button directly on each tab.
    Preferences, Tabs: Use most recent order when switching tabs with Ctrl+Tab.
    Print preview: Select any of the color schemes defined in the Color Preferences, and remember the selected scheme in relation to the one used for the editor.
    Read Only: Toggle read only status via an item in the context menu of a file's tab.
    Search, Instant Highlight: Automatically highlight all occurrences of the selected text.
    Search, Inverted Line by Line: Match lines that do not contain the search term.
    Search, Line by Line: Search each line separately, and select the entire line if it contains the search term.
    Search, Toggle Search Panel: Toggles the visibility of the search panel, without changing the search text.
    Search: A progress bar now appears for long searches, allowing the search to be aborted.
    Search: Cut or copy all search matches to the clipboard.
    Search: Placeholders %MATCH%, %MATCHN%, %LINE%, %LINEN%, and %FILE% with padding and arithmetic options.
    Search: Search toolbar can now be used shown with or without the full search panel with multi-line search and replace edit controls. Small search and replace boxes appear on the toolbar when the search panel is hidden.
    Side panels can now be docked anywhere and made to float.
    Tabs: Holding down the Control button on the keyboard while clicking the X button on the tabs or pressing down the mouse wheel closes the tab without saving the file.
    Tip of the day: Previous Tip button.
    Toolbar and Menus: Side panel commands can now be added to context menus and the main toolbar.
    Toolbar and Menus: The main menu, all the toolbars and most of the context menus can now be configured by right-clicking and selecting Configure, allowing all items to be rearranged and unused items to be removed.
    Toolbar and Menus: Toolbars can now be docked anywhere or made to float.
    Unicode file name support.
    Unicode signature (BOM) status bar indicator, and an easy way to toggle writing the BOM for individual files.

Improvements:

    Block|Write and Block|Append have been renamed to Block|Write to File and Block|Append to File for clarity.
    Convert|Text Encoding: Converting from Unicode or any of the other legacy Vietnamese encodings to Windows 1258 now decomposes characters so that Vietnamese characters that are represented with combining marks in Windows 1258 are properly converted.
    Create Portable Installation: If a PortableApps folder exists, install into a subfolder of that folder instead of into a subfolder in the root of the drive.
    Drag and drop: Bring EditPad to front when dropping a file or text onto it.
    Drag and drop: Drag URLs as URLs rather than as text, so they can be dropped on a web browser to open them.
    Drag and drop: Dragging a tab now shows an image of the tab while dragging.
    Drag and drop: Dragging and dropping text onto the selected text (e.g. from the main editor onto the selected search term after opening the search panel) now replaces the selected text rather than inserting the dropped text in the middle of it when not using persistent selections.
    Edit|Delete Line: Do not move the cursor to the start of the line.
    Edit|Redo: The keyboard shortcut for Redo was changed to Ctrl+Y to be more in line with other Windows applications. You can change it back to Ctrl+R via Options, Preferences, Keyboard.
    Editor: Moving the cursor up and down when using a proportionally spaced font now maintains the horizontal pixel position instead of the column position of the cursor.
    Editor: Tabs now line up correctly when using a proportionally spaced font.
    Editor: The mouse pointer is now updated when the text scrolls underneath it (e.g. to change to a hand pointing at a link).
    EditPad 7 runs side by side with EditPad 4, 5, and 6 instead of reactivating a running instance of EditPad 4, 5, or 6 like those versions do. EditPad 7 only reactivates EditPad 7 instances.
    Eliminated 3d sunken border as to put the scroll bar against the edge of the screen if EditPad is maximized, making it very easy to hit with the mouse.
    Exit item is now at the bottom of the right-click menu of EditPad's icon next to the system clock for consistency with other Windows applications.
    Extra|Delete Duplicate Lines: Options what to delete: 1st occurrence of duplicate lines, 2nd and following occurrences of duplicate lines, and/or non-duplicated lines.
    File Types, Colors: Make the color for links configurable.
    File Types, Colors: The bold, italic, and underline checkboxes are now hidden for items on which they have no effect.
    File Types: Eliminated the distinction between core file types and other file types, so all file types can be reordered or deleted.
    File Types: Exporting file types saves all selected file types into a single .ini file.
    File Types: Importing file types now asks if file types that are already in the list should be replaced or not if some are determined to be duplicates (only works with file types exported from EditPad 7).
    File, New: Automatically number untitled files.
    File|Reload from disk: Auto-detect the file type based on the contents of the reloaded file if the file is using the "any file" file type.
    File|Reopen: Add files when closing them, and remove them when opening them, to make the Reopen menu an easy way to retrieve accidentally closed files instead of a list of recently opened files that mostly shows files you have already open at the top.
    Go, Back and Go, Forward move back and forward between files in the order they were last edited. These replace View, Previously Edited File which rotated through the last 5 files.
    HTML meta tag check for determining the file's encoding now supports the new HTML5 charset meta tag. <meta charset="iso-8859-15"> must be in the first 512 bytes of the document.
    Keyboard: Do not use default keyboard shortcuts with Ctrl+Alt+letter if a keyboard layout is installed that uses AltGr, to prevent conflicts between Ctrl+Alt+letter and AltGr+letter.
    Keyboard: Tab key respects overwrite mode and replaces the next character(s) with the tab or its equivalent in spaces.
    Keyboard: When expanding a selection with Shift+Up/Down, select everything to the start/end of the file when up/down is pressed with the cursor already on the first/last line. Moving the cursor away again from the first or last line restores the cursor's previous column position.
    Mouse: Double-click on spaces to select a run of spaces, just like double-clicking on a letter selects words.
    Opening a file via Windows Explorer (or any other application) should place the tab for the new file after the tab for the current file, instead of at the end. The File|Open menu item in EditPad does the same. Closing the new file then reactivates the previously edited file.
    Paste: In Overwrite mode, pasting text should overwrite just like typing text does.
    Preferences, Import: Preferences exported by previous versions of EditPad can be imported.
    Preferences, Save Files: Turning on the option to automatically save working copies every few minutes now causes EditPad Pro to save working copies and leave them behind instead of prompting to save when you shut down Windows while EditPad has unsaved files open.
    Preferences, System: The option to save settings into an .ini file instead of the registry has been removed. EditPad now always uses an .ini file. On some systems, EditPad took a long time to close, possibly due to anti-spyware software checking registry writes, making them very slow.
    Read Only: Files forced to be read-only via the status bar indicator or the Open File dialog checkbox do not lose their read-only status when reloading from disk.
    Reload from disk prompt now has a button for closing the file.
    Search, Highlight: Highlighting multi-line search matches (which require the whole file to be scanned from the top rather than just the visible part) is now done in a background thread. If match highlighting hasn't reached the visible part of the file yet, it is displayed immediately without search matches until highlighting catches up, rather than waiting for all the matches to be found.
    Search, Highlight: Highlighting of search matches is now updated instantly as you type in the search match instead of after a fixed 2-second delay.
    Search: Alt+Letter mnemonics for search options that take priority over main menu items when the search panel has keyboard focus.
    Search: Ctrl+F starts the search if the search box already has keyboard focus.
    Search: Option checkboxes have been replaced with toolbar buttons.
    Search: Remember the visibility of the search panel and its size between EditPad sessions.
    Search: Selecting Remove All in one of the history menus now clears all 3.
    Spell check: The replacements added to the user word list now take precedence over the main dictionary. This allows you to delete words from the dictionary by adding an automatic replacement for that word.
    Undo: Changes made before and after saving a file now always result in separate items in the undo history, so there is always a way to undo to the point of each save. E.g. type "foo", save, type "bar", undo removes "bar" instead of "foobar".
    View, New Editor: How the new editor is opened can now be configured in a submenu of the View, New Editor command rather than via the Preferences screen.
    View, New Editor: Starting a new editor that splits the current editor now resets the size of the original editor when the new editor is closed and the original editor was not resized after the new editor was started.
    Vista & 7: EditPad now scales itself instead of letting Windows handle the scaling when the font size in Windows has been increased by more than 125% (i.e. the display resolution is more than 120 DPI) resulting in a much crisper appearance of EditPad.
    When EditPad is closed while maximized on a multi-monitor system, it now remembers which monitor it was maximized on in addition to being maximized.
    Windows 7: Long operations that show a popup window with a progress meter now also indicate the progress on the taskbar button.

http://www.editpadpro.com/editpadlite.html
Titel: RJ TextEd 7.40 Beta 5
Beitrag von: SiLæncer am 21 Mai, 2011, 19:29
(http://www.kaldata.net/images/news/logos/rj_texted.jpg)
RJ TextEd - A Unicode source and text editor. RJ TextEd is a full featured text and source editor with Unicode support, syntax highlighting and code folding. The functionality extends beyond text files and includes support for HTML editing with integrated preview, spell checking, auto completion, HTML validation, templates and more. The program also include support for Topstyle Lite CSS editor, has a dual pane file commander, as well as a FTP client to upload your files. The editor uses language files to display menus and dialogs in different languages. There are several included languages. New language files can easily be created in the editor. RJ TextEd is also a simple web development tool. The editor can use auto completion and hints to assist you in editing your source code. You can preview HTML/ASP/PHP... code using one of the preview tabs or open a document in a browser. The editor does not only handle source code. It also handles true ASCII files, binary files and of course plain text files.

The program is absolutely free. There are a many features not listed below. Including spell checking, e-mail support, advanced search with regular expressions. For a full list check out the features section.

To learn more about the program you could check out the screenshots, or just try it out. RJ TextEd is developed in Delphi 2007 from Codegear and is released as Freeware. The program has been tested in windows 98/Me/2000/XP/2003/Vista/2008/Windows 7.

Licence: Freeware

Fixed several issues reported on previous beta versions.

Download:

With installer: http://privat.bahnhof.se/wb588640/downloads/Beta/RJ_TextEd.zip

Without installer: http://privat.bahnhof.se/wb588640/downloads/Beta/RJ_TextEd_NoInstall.zip

http://www.rj-texted.se/
Titel: Rapid Environment Editor V4.0 build 725
Beitrag von: SiLæncer am 23 Mai, 2011, 13:03
Rapid Environment Editor (RapidEE) is an environment variables editor. It includes an easy to use GUI and replaces the small and inconvenient Windows edit box, located in the System Information section.

(http://www.rapidee.com/images/rapidee.png)

What's new: >>

fixed: Russian translation

License: Freeware

http://www.rapidee.com/en/about
Titel: RJ TextEd 7.40 Final
Beitrag von: SiLæncer am 23 Mai, 2011, 16:20
Version 7.40
May 23, 2011
XML/HTML tag highlighting

I've improved the tag highlighting in this version. All tag elements are highlighted. Tag attributes and values are also highlighted using a different color.

Both colors can be set in options.
Search results

Redesigned the search result layout.

You can now:

    Keep old search result.
    Restore the search results at program startup.
    Export search results to a new document.
    Delete a search result from the list.

Search Count

Added a count button to the search dialogs. It will simply count the number of hits in the current file.
Word wrap

Wrapped lines are now indented by default. The indention is the same as for the start of the line. The entire line will have the same indention which should make the code or text easier to read.

Changed the word wrap marker in the left margin.

This option can be turned off in options.
Line operations

    Join lines should now preserve paragraphs when run on selected text.
    Added "Join lines (without adding spaces)".
    Added "Compress lines". This function will remove some blank lines to make the document more compressed.

Auto highlight selected words

Auto highlighted words now have there own highlight color. (When "Auto highlight selected words" is turned on - similar words are automatically highlighted throughout the document).
Context menu in document tab bar

Added a context menu in the document tab bar (right click on the bar, not the tab) with the items:

    New file
    Close all project files
    Close all none-project files
    Add all files to project

Compare

Added some more compare items to the document tab context menu.

    Compare with open document... (displays a list of open documents to compare with).
    Compare with right (compare with right document in dual document view).

Large files

Large files are now opened in smaller pieces. This should prevent memory issues.
Rename and delete file

Added items in the document tab context menu to rename or delete the file.
I've fixed a few issues as usual.

For more details - see the forum.


http://www.rj-texted.se/
Titel: SciTE 2.26
Beitrag von: SiLæncer am 25 Mai, 2011, 15:46
Editor mit Syntax-Highlighting, Auto-Completion, Folding und vielem mehr...

(http://www.heise.de/software/screenshots/1206.jpg)

Version 2.26 can highlight all occurrences of the current word or selected text.

Lizenz: Open Source

http://www.scintilla.org/SciTE.html
Titel: EditPad Lite 7.0.1
Beitrag von: SiLæncer am 30 Mai, 2011, 13:21
EditPad Lite is a general-purpose text editor, designed to be small and compact, yet offer all the functionality you expect from a basic text editor. EditPad Lite works with Windows NT4, 98, 2000, ME, XP and Vista.

(http://www.editpadpro.com/screens/editpadlite.png)

Freeware

New features:

    Forum: Attach file being edited.
    Forum: Attach search panel settings.

Improvements:

    File Types: Ignore unquoted spaces before and after each file mask in the list of file masks.
    Forum: Forum window stays enabled when EditPad's main window is showing a modal dialog box.
    Search: Preserve state of the Highlight option when restarting EditPad.
    Search: Take the whole search match (selection) into account rather than just the end of the search match (cursor position) when scrolling the text to put the search match into view.

Bug fixes:

    Double-clicking on whitespace at the start or end of a line should not select the line break and any whitespace on the previous or next line.
    Extra|Delete Duplicate Lines failed with an access violation in EditPad Lite. The file being edited was unaffected by this.
    Open and save dialog boxes did not appear when "disable visual themes" was turned on in the compatibility settings for EditPad. Since EditPad is fully compatible with Windows XP, Vista, and 7, you should not turn on any of the compatibility settings.
    Options|Font: If only one file is open, changing that file's font and then closing it does not use the default font for the new blank Untitled 1 file, even though it uses all other default settings for that file.
    Proxy settings were not saved unless you changed other preferences too.
    Search: Hiding the search toolbar, using the full search panel, closing the full search panel, and showing the search toolbar again did not update the search toolbar with the search term last used on the full search panel.
    Search: Line by line searches using regular expressions did not restrict the full regex match to a single line.
    Search: Pasting into the search and replace drop-down lists failed with a beep if the text on the clipboard included a line break; now it will paste the first line.
    Search: Pressing Enter in the Search drop-down list on the search toolbar (when not using the full search panel) always moved keyboard focus to the main editor, even when that option was disabled in the Search Preferences.
    Text Layout Configuration window now has scroll bars when the whole window doesn't fit on the screen.


http://www.editpadpro.com/editpadlite.html
Titel: Notepad++ V5.9.1
Beitrag von: SiLæncer am 01 Juni, 2011, 13:18
What's new: >>

    Add Character Insertion Panel.
    Add Clipboard History feature.
    Add find characters in range feature.

http://notepad-plus-plus.org/
Titel: Rapid Environment Editor V5.0 build 733
Beitrag von: SiLæncer am 01 Juni, 2011, 21:38
Rapid Environment Editor (RapidEE) is an environment variables editor. It includes an easy to use GUI and replaces the small and inconvenient Windows edit box, located in the System Information section.

(http://www.rapidee.com/images/rapidee.png)

What's new: >>

changed: removed /cd & /usb parameter (as well as corresponding batch files). To enable "portable mode" just create empty rapidee.ini file
added: command line parameters to set, remove & change variables

License: Freeware

http://www.rapidee.com/en/about
Titel: Rapid Environment Editor V5.0 build 734
Beitrag von: SiLæncer am 03 Juni, 2011, 22:22
What's new: >>

    fixed: Chinese translation
    fixed: backup doesn't work if RapidEE is not started with administrative privileges

http://www.rapidee.com/en/about
Titel: RJ TextEd 7.41 Final
Beitrag von: SiLæncer am 04 Juni, 2011, 18:04
(http://www.kaldata.net/images/news/logos/rj_texted.jpg)
RJ TextEd - A Unicode source and text editor. RJ TextEd is a full featured text and source editor with Unicode support, syntax highlighting and code folding. The functionality extends beyond text files and includes support for HTML editing with integrated preview, spell checking, auto completion, HTML validation, templates and more. The program also include support for Topstyle Lite CSS editor, has a dual pane file commander, as well as a FTP client to upload your files. The editor uses language files to display menus and dialogs in different languages. There are several included languages. New language files can easily be created in the editor. RJ TextEd is also a simple web development tool. The editor can use auto completion and hints to assist you in editing your source code. You can preview HTML/ASP/PHP... code using one of the preview tabs or open a document in a browser. The editor does not only handle source code. It also handles true ASCII files, binary files and of course plain text files.

The program is absolutely free. There are a many features not listed below. Including spell checking, e-mail support, advanced search with regular expressions. For a full list check out the features section.

To learn more about the program you could check out the screenshots, or just try it out. RJ TextEd is developed in Delphi 2007 from Codegear and is released as Freeware. The program has been tested in windows 98/Me/2000/XP/2003/Vista/2008/Windows 7.

Licence: Freeware

Version 7.41
June 4, 2011
Keyboard shortcuts for text clips

It is now possible to assign any keyboard shortcut to a text clip. So, you're not limited to the Ctrl+Alt+num shortcuts anymore.
User clipboard indicator

Added a user clipboard indicator in the status bar. Nothing is shown when the standard Windows clipboard is used.
Mouse wheel behavior

Changed mouse wheel behavior. The focused text memo will always be scrollable by the mouse wheel except when over another scrollable list, e.g. explorer or search result lists.
Open/Save CSV/PSV/TSV files

CSV files should now be opened properly even if the strings contains newline characters.
Delete blank lines

    Move the menu item to "More line operations".
    Line changes should now be indicated properly.
    If nothing is changed, nothing is added to undo history.

Search results

Added context menu items to open or close all tree nodes.
Fixed

Fixed a great number of reported (and unreported) issues.


http://www.rj-texted.se/
Titel: Notepad++ 5.9.2 Final
Beitrag von: SiLæncer am 05 Juni, 2011, 22:00
What's new: >>

A crash issue (under XP) of the clipboard history feature due to no data in clipboard is fixed in this version.
Some installer issues have been improved and fixed.

http://notepad-plus-plus.org/
Titel: RJ TextEd 7.42 Final
Beitrag von: SiLæncer am 06 Juni, 2011, 06:30
Version 7.42
June 5, 2011
Auto completion

Fixed an issue where line numbers were sometimes displayed in the auto completion list. The line numbers where also inserted if the item was selected.
"Window" menu items (Home,Editor,Previews and File Commander)

The main tab items in the "Windows" menu are not grayed out anymore if the tab is hidden. If you select a hidden item, it is automatically enabled and displayed.

http://www.rj-texted.se/
Titel: EditPad Lite 7.0.2
Beitrag von: SiLæncer am 08 Juni, 2011, 13:25
EditPad Lite is a general-purpose text editor, designed to be small and compact, yet offer all the functionality you expect from a basic text editor. EditPad Lite works with Windows NT4, 98, 2000, ME, XP and Vista.

(http://www.editpadpro.com/screens/editpadlite.png)

Freeware

Zitat
EditPad Lite 7.0.2 brings several fixes and improvements.  Changes made to the text layout configuration via Options|Text Layout|Configure Text Layouts are now automatically saved, just like changes you make via Options|Configure File Types|Editor Options|Text Layout.  The right-to-left text layout now correctly spaces and displays tabs.  The monospaced left-to-right only now spaces ideographs exactly twice as wide as all other characters (instead of squeezing them into the same width as Latin letters), counting each ideograph as two columns, as long as "ASCII characters with full ideographic width" is turned off.  If "ASCII characters with full ideographic width" is turned on, then the monospaced left-to-right text layout spaces all characters as wide as ideographs.

http://www.editpadpro.com/editpadlite.html
Titel: AkelPad V4.6.1
Beitrag von: SiLæncer am 12 Juni, 2011, 17:08
(http://akelpad.sourceforge.net/files/screen_basic.png)
AkelPad is an open source editor for plain text. It is designed to be a small and fast. Includes the ability to load text documents that are larger than 64 Kilobytes, document previews before opening them, editing of read only files and more. Plugins add a number of additional features to Akelpad like syntax highlighting, auto completion, sessions, macros and scripts and auto saving.

Licence: Open Source

What's new: >>

    Added: in dialog "Recode...":
    - automatic recognition of incoming and outgoing encodings;
    - preview;
    - change dialog sizes and save them.
    Added: command line option /Z to ignore the next command line parameter. Can be used foralternative way to replace MS Notepad.
    Fixed: edit window updating when appear message about file changing (MDI).
    Fixed: edit window updating after text deletion with word wrap on.
    Fixed: status bar update if in manual parameter "StatusUserFormat" only "%se[text]" specified.

http://akelpad.sourceforge.net/en/index.php
Titel: Rapid Environment Editor 5.0 Build 737
Beitrag von: SiLæncer am 13 Juni, 2011, 17:42
Rapid Environment Editor (RapidEE) is an environment variables editor. It includes an easy to use GUI and replaces the small and inconvenient Windows edit box, located in the System Information section.

(http://www.rapidee.com/images/rapidee.png)

What's new: >>

- Fixed: show tooltip when the whole text doesn't fit the screen
- Fixed: Korean translation (Changwoo Nam)
- Fixed: Chinese translation (Ji Liu)
- Fixed: backup doesn't work if RapidEE is not stared with administrative privileges

- Changed: removed /cd & /usb parameter (as well as corresponding batch files). To enable "portable mode" just create empty rapidee.ini file

- Added: command line parameters to set, remove & change variables

License: Freeware

http://www.rapidee.com/en/about
Titel: RText 1.4.0
Beitrag von: SiLæncer am 14 Juni, 2011, 13:21
(http://www.kaldata.net/images/news/logos/rtext.jpg)
RText is a fully customizable programmer's text editor. Some of its features include syntax highlighting, editing multiple documents at once, printing and print preview, find/replace/find in files dialogs, undo/redo, and online help.

Licence: Freeware (GPL)

Here's what's new:

    Added Flex (MXML) syntax highlighting and source browser support.
    Added Clojure syntax highlighting.
    Fixed bug: the default directory for new files wasn't persisted when modified in the Options dialog. Thanks pmsl in the forums!
    Added a Console plugin. This allows you to run system commands (like a shell), as well as interact directly with the RText UI using its API via JavaScript (Rhino).
    Improved Java code completion.
    Updated Dutch translation (thanks Rogier), Korean translation (Kwangsub), and Traditional Chinese translation (kp200906).


http://fifesoft.com/rtext/index.php
Titel: Metapad V3.6
Beitrag von: SiLæncer am 15 Juni, 2011, 15:57
metapad is a small, fast text editor with similar features to Microsoft Notepad but with many extra features. It was designed to completely replace Notepad since it includes all of Notepad's features, and much more.

(http://images.betanews.com/screenshots/985015307-1.gif)

Freeware

Infos zu dieser Version : http://liquidninja.com/announcing-metapad-3-6/

http://www.liquidninja.com/metapad
Titel: RJ TextEd 7.43 Beta 1
Beitrag von: SiLæncer am 15 Juni, 2011, 16:36
(http://www.kaldata.net/images/news/logos/rj_texted.jpg)
RJ TextEd - A Unicode source and text editor. RJ TextEd is a full featured text and source editor with Unicode support, syntax highlighting and code folding. The functionality extends beyond text files and includes support for HTML editing with integrated preview, spell checking, auto completion, HTML validation, templates and more. The program also include support for Topstyle Lite CSS editor, has a dual pane file commander, as well as a FTP client to upload your files. The editor uses language files to display menus and dialogs in different languages. There are several included languages. New language files can easily be created in the editor. RJ TextEd is also a simple web development tool. The editor can use auto completion and hints to assist you in editing your source code. You can preview HTML/ASP/PHP... code using one of the preview tabs or open a document in a browser. The editor does not only handle source code. It also handles true ASCII files, binary files and of course plain text files.

The program is absolutely free. There are a many features not listed below. Including spell checking, e-mail support, advanced search with regular expressions. For a full list check out the features section.

To learn more about the program you could check out the screenshots, or just try it out. RJ TextEd is developed in Delphi 2007 from Codegear and is released as Freeware. The program has been tested in windows 98/Me/2000/XP/2003/Vista/2008/Windows 7.

Licence: Freeware

Added to v7.43:

Keyboard and text input
Made some changes to how text input is handled.

* This should solve issues with some keyboards (Unicode).

* Some IME issues are fixed.

* External tools trying to insert text should work better now.

Search

* Added an context menu item, in the search result view, to open all files in the current search.

* The replace confirmation dialog is now soundless.

* The "search from" option is now saved between sessions.

* Made some minor changes to where a replace (all) starts if an expression is already selected.

Close documents

* Added two new context menu items to the document tab. "Close all tabs before/after this document".

* Tabs are organized better if the tab row is scrollable and a tab is closed.

Customize shortcuts
Some more information is displayed if the key is already assigned. This makes it easier to find the action the shortcut is assigned too.

Fixed:

* CPU issue with read-only files.
* User clipboard issues.
* And some more listed in the forum.


http://www.rj-texted.se/
Titel: CKEditor 3.6.1
Beitrag von: SiLæncer am 19 Juni, 2011, 06:22
WYSIWYG-Editor für eigene Webseiten, der sich in diverse Skriptsprachen integrieren lässt; unterstützt die meisten gängigen Browser; auch mit kommerzieller Lizenz erhältlich

(http://www.heise.de/software/screenshots/64589.jpg)

New features:

    #4556 : Initial support for HTML5 elements.
    #6492 : The Find/Replace dialog window will now be populated with text selected in the editor.
    #7323 : New align property in dialog window UI elements for field alignment.
    #6462 : A wider range of CSS length units (like pt and percentage) are now supported in related dialog window fields.
    #7911 : New Remove Anchor option is now available in the context menu.
    #7387 : Allow styleDefinition to be applied to a set of elements.
    #4345 : A new langLoaded event added to CKEDITOR.editor in order to make it possible to perform "by code" language updates.
    #7959 : The cursor will now blink in the first cell after a table is inserted.
    #7885 : New editor::removeMenuItem API for removing plugin context menu items introduced.
    #7991 : Introduce the controlStyle and inputStyle definitions to allow fine-grained controlling of dialog window element styles.

Fixed issues:

    #7914 : ATTENTION! The signature for the setReadOnly() function has been changed, reversing the meaning of the parameter to be passed to it. Please make sure to update your code when upgrading.
    #7657 : Wrong margin mirroring when creating a list from RTL paragraphs.
    #7620 : A glitch in list pasting from Microsoft Word caused by broken child references when filtering.
    #7811 : [IE] Deleting table row throws a JavaScript error.
    #6962 : Changed the CKEDITOR.CTRL, CKEDITOR.SHIFT and CKEDITOR.ALT constant values to avoid collision with any possible Unicode character.
    #6263 : Some table cell context menu options may be incorrectly disabled.
    #6247 : Focus is not restored properly after a drop-down menu is closed.
    #7334 : [IE7] Indentation style does not apply to RTL lists.
    #6845 : Spaces inside the URL field in the Link dialog window will now be removed.
    #7840 : [IE] Opening the Table Properties dialog window via the context menu causes a JavaScript error.
    #7733 : Flash movies inserted with the Flash Properties dialog window are not displaying properly when injected into the page.
    #7837 : [IE<8] Inserting a page break results in an error.
    #7804 : The HTML5 wbr tag is now recognized by the editor.
    #7867 : The file browser for the background image in the Document Properties plugin dialog window does not work.
    #7130 : The column resizer gripping area is invading adjacent table cells.
    #7844 : [FF] Calling setData() on a hidden editor caused editor not to display.
    #7860 : The BBCode plugin was stripping BBCode tags that were not implemented in the plugin, but from now on they will be handled as simple text.
    #7321 : [IE6] Contents inside the RTL fields in dialog windows are overflowing.
    #7323 : [IE Quirks] Some fields are not centered in the dialog window.
    #5955 : Editor accessibility issue with JAWS when a drop-down menu is placed as the first item in the toolbar.
    #6671 : [FF] Selection of an item from the Styles drop-down list is not refreshed after the style is removed.
    #7879 : The Style and Height/Width fields of the Table Properties dialog window are not synchronized.
    #7581 : [IE] The Enter key pressed at the end of a list item containing the start attribute crashes the browser.
    #7266 : Dialog window fields that did not pass validation are now ARIA-compatible with aria-invalid.
    #7742 : [WebKit] Indentation, alignment, and language direction are not applied on an empty document without the editor being in focus.
    #7801 : [Opera] Pasted paragraphs now split partially selected blocks.
    #6663 : Table caption that contains rich text is corrupted after an edit done with the Table Properties dialog window.
    #7893 : [WebKit, Opera, IE<8] It is impossible to link to anchors in the document.
    #7637 : Cursor position might in some cases cause problems after inserting a page break.
    #5314 : The aria-selected attribute is not removed when toolbar drop-down menu items are deselected.
    #7749 : Small check introduced to avoid issues with custom data processors and the insertHtml function.
    #7269 : [WebKit] Paste from Word is including the full file:// URL path for anchor links.
    #7584 : Start number of the List dialog window now works with numbered list items.
    #6975 : [IE6, IE7] A definition list crashes Internet Explorer on HTML output.
    #7841 : Deleting a column with a cell deleted in one of the rows does not work.
    #7944 : The Enter key should not split or create new paragraphs inside caption elements.
    #7639 : [IE9] Browser might crash when an object is selected in the document.
    #7847 : [IE8] Inserting an image with non-secure source in a HTTPS page breaks the dialog window.
    #7953 : [IE] Text selection lost after the browser context menu is opened.
    #5239 : Inconsistent focus behavior after closing a toolbar drop-down menu.
    #6470 : The Start attribute of a Numbered List is rendered incorrectly if the field is left empty.
    #7324 : [IE6 Quirks] Context menus are not displayed correctly.
    #7566 : BiDi: Increasing indentation of a list item changes the language direction.
    #7839 : [IE] Pasting multi-level numbered lists from Microsoft Word does not work properly.
    #188 : [IE] Object selection was making the toolbar inactive in some situations.
    Updated the following language files:
        #7834 : Dutch;
        #7869, #7999 : Welsh;
        Polish;
        Hebrew;
        German


Lizenz: Open Source

http://ckeditor.com/
Titel: Fresh HTML 3.60
Beitrag von: SiLæncer am 19 Juni, 2011, 12:22
(http://www.kaldata.net/images/news/logos/freshhtml.gif)
Fresh HTML is a software to create and edit pages for the world wide web. Its “WYSIWYG” (what you see is what you get) interface makes editing HTML pages as easy as using your favorite word processor. Its built-in editor allows advanced users to fine-tune HTML codes to fit their needs. This software is 100% free, no spyware, and updated regularly.

Fresh HTML 3.55. What's new: add grouped tag attributes inspector.

Licence: Freeware

What's new: more web site templates.

http://www.freshwebmaster.com/freshhtml.html
Titel: SciTE 2.27
Beitrag von: SiLæncer am 20 Juni, 2011, 12:49
Editor mit Syntax-Highlighting, Auto-Completion, Folding und vielem mehr...

(http://www.heise.de/software/screenshots/1206.jpg)

Version 2.27 fixes a performance problem on GTK+.

Lizenz: Open Source

http://www.scintilla.org/SciTE.html
Titel: RJ TextEd 7.43 Final
Beitrag von: SiLæncer am 23 Juni, 2011, 17:09
(http://www.kaldata.net/images/news/logos/rj_texted.jpg)
RJ TextEd - A Unicode source and text editor. RJ TextEd is a full featured text and source editor with Unicode support, syntax highlighting and code folding. The functionality extends beyond text files and includes support for HTML editing with integrated preview, spell checking, auto completion, HTML validation, templates and more. The program also include support for Topstyle Lite CSS editor, has a dual pane file commander, as well as a FTP client to upload your files. The editor uses language files to display menus and dialogs in different languages. There are several included languages. New language files can easily be created in the editor. RJ TextEd is also a simple web development tool. The editor can use auto completion and hints to assist you in editing your source code. You can preview HTML/ASP/PHP... code using one of the preview tabs or open a document in a browser. The editor does not only handle source code. It also handles true ASCII files, binary files and of course plain text files.

The program is absolutely free. There are a many features not listed below. Including spell checking, e-mail support, advanced search with regular expressions. For a full list check out the features section.

To learn more about the program you could check out the screenshots, or just try it out. RJ TextEd is developed in Delphi 2007 from Codegear and is released as Freeware. The program has been tested in windows 98/Me/2000/XP/2003/Vista/2008/Windows 7.

Licence: Freeware

Version 7.43
June 23, 2011
Keyboard and text input

Made some changes to how text input is handled.

    This should solve issues with some keyboards (Unicode).
    Some IME issues are fixed.
    External tools trying to insert text should work better now.

Search

    Added an context menu item, in the search result view, to open all files in the current search.
    The replace confirmation dialog is now soundless.
    The "search from" option is now saved between sessions.
    Made some minor changes to where a replace (all) starts if an expression is already selected.
    Changed where "Find All" start if a text is selected and you search from "Cursor".
    Fixed an "continue search" issue when nothing is found.

Close documents

    Added two new context menu items to the document tab. "Close all tabs before/after this document".
    Tabs are organized better if the tab row is scrollable and a tab is closed.

Customize shortcuts

Some more information is displayed if the key is already assigned. This makes it easier to find the action the shortcut is assigned too.
Fixed

    CPU issue with read-only files.
    User clipboard issues.
    Auto save should only save modified files.
    Chrome preview of php files using mappings.
    Sort would include a line if the cursor was on it at position 0, but not selected.
    The number of files you can execute from Explorer context menu should have increased now.
    Fixed several issues mentioned in the forum.
    Many other small issues where fixed as well.



http://www.rj-texted.se/
Titel: AkelPad 4.6.2
Beitrag von: SiLæncer am 25 Juni, 2011, 16:21
(http://akelpad.sourceforge.net/files/screen_basic.png)
AkelPad is an open source editor for plain text. It is designed to be a small and fast. Includes the ability to load text documents that are larger than 64 Kilobytes, document previews before opening them, editing of read only files and more. Plugins add a number of additional features to Akelpad like syntax highlighting, auto completion, sessions, macros and scripts and auto saving.

Licence: Open Source

What's new: >>

Changed: file reopening if user saved a file in different new line format.
Changed: movement to the next line with right arrow key when wrap mode is on.

http://akelpad.sourceforge.net/en/index.php
Titel: EditPad Lite 7.0.3
Beitrag von: SiLæncer am 27 Juni, 2011, 13:01
EditPad Lite is a general-purpose text editor, designed to be small and compact, yet offer all the functionality you expect from a basic text editor. EditPad Lite works with Windows NT4, 98, 2000, ME, XP and Vista.

(http://www.editpadpro.com/screens/editpadlite.png)

Freeware

Zitat
Improvement:

    Editor: Full double-buffering of all edit controls to eliminate flicker.

Bug fixes:

    Editor: Changing the font size with Ctrl+wheel, switching to another file, and then switching back displayed the file with the original font but spaced as if it was still using the changed font size.
    Editor: Lines containing tabs were not displayed correctly when using a right-to-left text layout.
    Editor: The text cursor was positioned incorrectly on lines containing both tabs and ideographs when using the "monospaced left-to-right" text layout.
    Editor: Typing or pasting into an empty file and then Shift+Clicking somewhere selected the text from the start of the file until the click instead of from the end of the file (where the text cursor is) until the click.
    Options|Stay On Top causes EditPad to stay on top of some of its own dialog boxes.
    Search: Incremental search was not reset when you moved the cursor, causing incorrect incremental search results, or errors if you closed the file and then changed the search term (Lite only).
    Tabs: Right-clicking on the tabs now shows the context menu when the mouse button is released rather than when it is pressed.
    Windows 7: If the icon next to the system clock was enabled, maximizing EditPad, minimizing or closing it, and clicking on the icon next to the system clock restored EditPad but did not maximize it.
    Windows 7: If the icon next to the system clock was enabled, restoring EditPad (so it's not maximized), closing EditPad with the X button, then right-clicking the icon next to the clock and selecting Exit caused EditPad to pop up briefly before closing, instead of closing without showing itself.

http://www.editpadpro.com/editpadlite.html
Titel: Programmer's Notepad V2.2
Beitrag von: SiLæncer am 27 Juni, 2011, 22:08
Programmer's Notepad is a powerful text editor (expandable through the use of addons) targeted at users who work with source code, offering a versatile programming environment and featuring syntax highlighting for many programming languages (through plugins called "schemes"), project management, a great user interface and much more.

(http://www.pnotepad.org/wp-content/uploads/2006/12/pnvista.png)

License: FreeBSD

http://www.pnotepad.org/
Titel: EditPad Lite 7.0.4
Beitrag von: SiLæncer am 28 Juni, 2011, 13:39
What's new: >>

Zitat
On Windows 7, Options|Stay on Top caused EditPad 7 to stay on top of its own dialog boxes. This was fixed in EditPad Pro 7.0.3 but not in EditPad Lite 7.0.3. It is now fixed in EditPad Lite 7.0.4 too. When Options|Stay On Top is active, dialog boxes will stay on top of EditPad, and EditPad will still stay on top of all other applications.

http://www.editpadpro.com/editpadlite.html
Titel: Extreme Editor V7.1.2.5
Beitrag von: SiLæncer am 28 Juni, 2011, 22:46
Extreme Editor is a an ascii / text editor with several features oriented towards programming. It has a clean interface: no eye candy or color buttons. Simple, minimalistic and easy to use.

(http://www.portablefreeware.com/screenshots/scr07ipDu.gif)

License: BSD

What's new: >>

    Added a new menu to File menu: Exit On Last Tab. If this is checked then Extreme Editor will close the program when the last tab is closed. If this is not checked then a new blank file will be created.

http://ufridman.org/extremeeditor.html
Titel: RJ TextEd 7.50 Final
Beitrag von: SiLæncer am 12 Juli, 2011, 14:04
(http://www.kaldata.net/images/news/logos/rj_texted.jpg)
RJ TextEd - A Unicode source and text editor. RJ TextEd is a full featured text and source editor with Unicode support, syntax highlighting and code folding. The functionality extends beyond text files and includes support for HTML editing with integrated preview, spell checking, auto completion, HTML validation, templates and more. The program also include support for Topstyle Lite CSS editor, has a dual pane file commander, as well as a FTP client to upload your files. The editor uses language files to display menus and dialogs in different languages. There are several included languages. New language files can easily be created in the editor. RJ TextEd is also a simple web development tool. The editor can use auto completion and hints to assist you in editing your source code. You can preview HTML/ASP/PHP... code using one of the preview tabs or open a document in a browser. The editor does not only handle source code. It also handles true ASCII files, binary files and of course plain text files.

The program is absolutely free. There are a many features not listed below. Including spell checking, e-mail support, advanced search with regular expressions. For a full list check out the features section.

To learn more about the program you could check out the screenshots, or just try it out. RJ TextEd is developed in Delphi 2007 from Codegear and is released as Freeware. The program has been tested in windows 98/Me/2000/XP/2003/Vista/2008/Windows 7.

Licence: Freeware

Version 7.50
July 12, 2011
Zen-coding

Added native support for expand abbreviation and wrap with abbreviation.

    To expand abbreviation press a keyboard shortcut (Ctrl+,) to open a zen-coding window. Type the abbreviation (with full preview) and hit to insert the result.
    Wrap with abbreviation by selecting a text and press a keyboard shortcut (Shift+Ctrl+,). Enter an abbreviation and press to insert.
    The zen-coding window have live preview (you can preview the result as you type).
    Should work with (x)HTML, CSS and XML.

Customize keyboard

Redesigned the window and only use 1 list. It features incremental search of any text or keyboard shortcut. You can also assign already assigned keys (Moves the assigned shortcut). Numpad keys can now be used in shortcuts, e.g. Ctrl+Num 9.
Macro recording

Find All and Replace All can now be recorded in a macro. Search options are included in the macro.
CSS highlighter

Should now handle "all" CSS 3 properties including auto completion.
Save option: Remove trailing blank lines

Added a sub-option to "Allow one trailing blank line". This will only have an effect when you save the file or if auto save is enabled.
Evaluate expression

The evaluate expression window can now handle newline characters and "=" signs. You also have the option to insert the result after the selected text.

Added a new menu item (and action) to "Paste expression result after selection". This feature will not open a window. The selected expression is calculated and the result is inserted after the selection.
Brace highlight

You can now set the color for unmatched braces. Usually it's a reddish color, but can now be changed in options.
Misc

Made some other minor changes and fixed several issues. See forum for more information.


http://www.rj-texted.se/
Titel: AkelPad V4.6.3
Beitrag von: SiLæncer am 13 Juli, 2011, 21:53
(http://akelpad.sourceforge.net/files/screen_basic.png)
AkelPad is an open source editor for plain text. It is designed to be a small and fast. Includes the ability to load text documents that are larger than 64 Kilobytes, document previews before opening them, editing of read only files and more. Plugins add a number of additional features to Akelpad like syntax highlighting, auto completion, sessions, macros and scripts and auto saving.

Licence: Open Source

What's new: >>

Changed: for unsaved document command 4121 opens "Recode..." dialog.

Fixed: ignore of symbol deletion if caret was located at the end of wrapped line.
Fixed: printing font setting ignored.
Fixed: scroll position after restoring from minimized state.
Fixed: frame settings aren't inherited, in case of closing the last frame and then creating a new one (MDI).

http://akelpad.sourceforge.net/en/index.php
Titel: Notepad++ 5.9.3 RC
Beitrag von: SiLæncer am 19 Juli, 2011, 06:35
The Change log of this version:

1. Update Scintilla to 2.27.
2. Make Recent File List totally customizable.
3. Add Vertical File Switcher feature.
4. Add active folding area highlighting feature (only for box and circle mode).
5. Detect the absence of Scintilla.
6. Add 2 plugins messages NPPM_GETLANGUAGENAME & NPPM_GETLANGUAGEDESC.
7. Fix wrong result returned by NPPM_GETLANGUAGENAME.

http://notepad-plus-plus.org/
Titel: DFM2HTML 5.1
Beitrag von: SiLæncer am 22 Juli, 2011, 20:31
DFM2HTML ist ein WYSIWYG HTML-Editor, mit dem man per Drag&Drop Webseiten ohne Kenntnisse von HTML professionell erstellen kann.Effekte wie Schatten/Rotation/Anti-Aliasing/Runde Ecken machen Bildbearbeitungsprogramme überflüssig.

(http://download.winboard.org/uploads/Image/dfm2html.jpg)


    * WYSIWYG in Kombination mit Stylesheet-basiertem Design
    * Mehrere HTML-Seiten können in einem Dokument verwaltet werden
    * Graphische Effekte (z.B. Anti-Aliasing, Schatten, Runde Ecken)
    * HTML-Formulare
    * kompakte HTML-Code-Generierung
    * Unicode
    * PHP
    * DHTML-Menüs

Neu in version 5.1: * Anzahl der rückgängig zu machenden Schritte einstellbar im Optionen-Dialog

Unterstützt wird WIN95-7
Herstellerseite: http://www.dfm2html.de/
Titel: Notepad++ 5.9.3
Beitrag von: SiLæncer am 24 Juli, 2011, 07:45
Notepad++ v5.9.3 new features and fixed bugs:

1.  Update Scintilla to 2.27.
2.  Make Recent File List totally customizable.
3.  Add Vertical File Switcher feature.
4.  Add active folding area highlighting feature (only for box and circle mode).
5.  Detect the absence of Scintilla.
6.  Add 2 plugins messages NPPM_GETLANGUAGENAME & NPPM_GETLANGUAGEDESC.
7.  Fix "Replace all" feature hangs on the Regular Expression '$'.
8.  Fix wrong result returned by NPPM_GETLANGUAGENAME.

Download : http://download.tuxfamily.org/notepadplus/5.9.3/

http://notepad-plus-plus.org/
Titel: Texmaker 3.1
Beitrag von: SiLæncer am 24 Juli, 2011, 11:16
Umfangreicher LaTeX-Editor mit integrierten Tools und Funktionen wie Syntax-Highlighting, 370 mathematischen Symbolen und Ausdrücken, Suchen und Ersetzen oder Rechtschreibprüfung; konvertiert zudem LaTeX ins HTML-Format.

(http://www.heise.de/software/screenshots/31402.jpg)

- the "tabular" wizard has been completed and improved
- a document can now be opened (in read-only mode) beside the editor to make easy copy and paste operations between files ("source viewer" panel)
- the "R Sweave" command has been added to the predefined commands
- a wizard has been added to set the "user commands" (same wizard used for the user "quick build" command)
- an option to replace tab with spaces has been added to the "configure" dialog
- current column position is now displayed
- the "replace" and "goto line" forms are now embedded in the editor (like the "find" form)
- the "quick document" wizard has been completed
- users can now search for words in the help browser
- polish and hungarian translation have been added (thanks to Jan Jełowicki and Tamas Orosz)
- watching for external changes is now optionnal (disabled by default)
- an option to backup opened documents every 10 min has been added (disabled by default - copy of the documents are saved with the .bak extension)
- a new document is now created automatically while using the "Quick start" wizard if a file is not already open
- the regression about the performance of the syntax highlighting for math environment has been fixed
- completion doesn't stop anymore on colons (:), but will continue to stop on other words separators (,.)
- no more crash while refreshing the structure without opening a document
- the bug about collapsed block has been fixed
- multiple .bib files (absolute or relative) are now detected in the \bibliography{} command
- included files with absolute path are now detected correctly
- the trouble with the path to ghostscript on windows has been fixed
- the texmaker.desktop file is now compatible with gnome 3

Lizenz: Open Source

http://www.xm1math.net/texmaker/download.html
Titel: Fresh HTML 3.61
Beitrag von: SiLæncer am 25 Juli, 2011, 12:49
(http://www.kaldata.net/images/news/logos/freshhtml.gif)
Fresh HTML is a software to create and edit pages for the world wide web. Its “WYSIWYG” (what you see is what you get) interface makes editing HTML pages as easy as using your favorite word processor. Its built-in editor allows advanced users to fine-tune HTML codes to fit their needs. This software is 100% free, no spyware, and updated regularly.

What's new: more web site templates.

Licence: Freeware

What's new: more web site templates.

http://www.freshwebmaster.com/freshhtml.html
Titel: Rapid Environment Editor V5.0 build 743
Beitrag von: SiLæncer am 25 Juli, 2011, 15:00
Rapid Environment Editor (RapidEE) is an environment variables editor. It includes an easy to use GUI and replaces the small and inconvenient Windows edit box, located in the System Information section.

(http://www.rapidee.com/images/rapidee.png)

What's new: >>

    added: Croatian translation
    added: "Cleanup paths" feature to remove empty values and duplicates
    added: hints into the main menu & context menu
    fixed: use HOMEDRIVE value when checking directory for HOMEPATH (make sense if RapidEE has been started from the USB drive or non-system drive)

License: Freeware

http://www.rapidee.com/en/about
Titel: Jarte V4.4
Beitrag von: SiLæncer am 27 Juli, 2011, 08:08
Jarte is a word processor that uses Window's built-in word processing engine while adding many features missing in WordPad. It supports text files, RTF, DOC and DOCX file formats. Features include tabbed document interface, spell check, clipboard manager, bookmark support, visual header/footer designer, multi-level undo/redo etc.

(http://www.portablefreeware.com/screenshots/scrpOKzoC.gif)

License:  Freeware

What's new: >>

Enhancements:
The default initial folder used for Open/Save can now be set by going to File > File Options > Set Default Folder. The default initial folder could already be specified by existing advanced option Default Initial Folder, but the new file option makes the ability to change the setting more obvious and convenient.
For Jarte Plus users, custom shortcut keys (or custom Quick Bar buttons) can now be assigned to new commands Select About Panel, Select File Panel, Select Font Panel, Select Paragraph Panel, and Select Spell Panel. This allows custom shortcut keys to be used to switch between the side tool panels. Note that command Hide Tool Panel already exists (toggles between showing and hiding tool panel).
Closing a document no longer causes Jarte Plus to exit split view mode at the same time. Exiting split view mode is still accomplished by selecting Split View Off.
When the text based status bar is displayed, the word count field is now the first field rather than the last field, assuming word counting in the status bar is enabled.
Pressing the Escape key while keyboard focus is in the Find Bar or Reference Bar now closes the Find Bar or Reference Bar.
New advanced setting Default to Plain Text can be used to direct the New command to create a plain text document, rather than a rich text document.
Jarte now recognizes when it is running under the PortableApps.com platform and conforms accordingly.

Bug Fixes:
Clicking one of two buttons on the line guide while in split view mode did not cause the document with the line guide to become the active document if it was not already active.
If the Swap Views command was invoked while split view mode was being used and the line guide feature was being used, the line guide did not swap with its associated editing pane.
Jarte could not save changes made to a file marked as "Hidden" in Windows Explorer.
The Starting page number field in the Print dialog did not allow negative numbers to typed in (i.e., the up/down was needed to enter negative numbers).
If Jarte was configured to minimize to the system tray on the taskbar, and was minimized, then Jarte did not come to the top of other windows if the user double clicked a document in Windows Explorer.
Text could not be dragged-and-dropped into Jarte from another program.
A couple of bugs with Jarte's tabs bar were fixed. The bugs only occurred in certain scenarios when there were enough tabs present to cause the special navigation tab to appear.
If default left and right page margins are different than the factory default then text wrapping in the editing pane was based on the factory default page margins until the Print dialog was used.
The default page header did not get printed for a document if Quick Print was used before the Print dialog was displayed.
Spell check was not always ignoring HTML tags during the first spell check when option Ignore HTML Tags was enabled.
The Insert/Overwrite indicator in the status bar was not updated if the Insert key on the keyboard's number pad was used to toggle the insert/overwrite state, rather than the normal Insert key.
The Open and Save dialogs could appear off screen if Jarte was run from a flash drive on a computer with a high resolution screen and then Jarte was subsequently run from the flash drive when the drive was plugged into a computer with a lower resolution screen.
There was a scenario in which Jarte would bypass the "Do you want to save?" prompt when closing a new document and would present the Save dialog. The scenario only happened when AutoSave was enabled but when it occurred it was difficult to close the tab, and difficult to exit Jarte while the tab was present.
The first command in the Customize Shortcut Keys dialog was not in alphabetical order.
The Delete Paragraph command (i.e., Ctrl+Y) was missing from the list of available commands in the Customize Shortcut Keys dialog.
The Delete Paragraph command (i.e., Ctrl+Y) would delete more than one paragraph in the case of paragraphs separated by a page break rather than a carriage return.
The Reopen Last Session feature did not reopen a file that was first created while closing Jarte's previous session.
The page header/footer Default button was disabled whenever the Print header and footer check box was unchecked, which made it inconvenient to set a default of no header/footer after one had been defined.
A search for text that included a curly quote would not succeed if the curly quote had been pasted into the Find Bar.
The commands for changing the style of numbered lists were missing from the Customize Shortcut Keys dialog.
If the Screen Capture feature was selected after pressing the Clip List global hot key then Jarte would come to the foreground when the screen capture was complete. That was undesirable if Jarte was not the active program at the time the global hot key was used.
The Ctrl+W shortcut key did not close the active document (Ctrl+W is an alternate of the Ctrl+F4 shortcut).
If the text cursor was positioned at the very end of a plain text document, and the document ended with a hyperlink, and the Auto Hyperlink Detect feature was enabled, then pressing the Enter key caused the hyperlink to be opened in the a web browser rather entering a carriage return for a new line.
An innocuous error message sometimes appeared after dismissing the Windows' screen saver if Jarte's background spell checking was enabled.

http://www.jarte.com/index.html
Titel: Java-Editor 10.3a
Beitrag von: SiLæncer am 01 August, 2011, 06:00
Einfacher Java-Editor mit allen grundlegenden Funktionen, aber niedrigen Systemanforderungen, insbesondere für den Einsatz im Lehrbereich; mit Editor zum Modellieren von Klassen, UML-Fenster zum interaktiven Testen der Klassen und Erzeugung von Objekten sowie Designer zur Gestaltung von GUI-Oberflächen.

(http://www.heise.de/software/screenshots/50464.jpg)

Freeware

http://javaeditor.org/index.php?title=Main_Page
Titel: ResEdit V1.5.5
Beitrag von: SiLæncer am 01 August, 2011, 13:07
ResEdit is a free Resource Editor for Win32 programs. You can use it if you want to use dialogs, icon, version information or other types of resources. Output files can be compiled by any Win32 compiler, like MinGW and Microsoft Visual C++.

(http://www.resedit.net/images/dialog_editor.png)

License:  Freeware

http://www.resedit.net/
Titel: SciTE 2.28
Beitrag von: SiLæncer am 01 August, 2011, 17:28
Editor mit Syntax-Highlighting, Auto-Completion, Folding und vielem mehr...

(http://www.heise.de/software/screenshots/1206.jpg)

Version 2.27 fixes a performance problem on GTK+.

Lizenz: Open Source

Version 2.28 makes Asian language input through an IME work on GTK+ 3.x.

http://www.scintilla.org/SciTE.html
Titel: AkelPad 4.6.4
Beitrag von: SiLæncer am 01 August, 2011, 20:15
(http://akelpad.sourceforge.net/files/screen_basic.png)
AkelPad is an open source editor for plain text. It is designed to be a small and fast. Includes the ability to load text documents that are larger than 64 Kilobytes, document previews before opening them, editing of read only files and more. Plugins add a number of additional features to Akelpad like syntax highlighting, auto completion, sessions, macros and scripts and auto saving.

Licence: Open Source

What's new: >>

Added: support of mouse with horizontal scrolling (WinVista/7).
Added: manual parameter for "MouseOptions" with a value of 16 - triple click and left margin click selects only line contents without new line.

Fixed: letters case are not changed in the recent files list.

http://akelpad.sourceforge.net/en/index.php
Titel: Rapid Environment Editor V5.0 build 747
Beitrag von: SiLæncer am 04 August, 2011, 13:43
Rapid Environment Editor (RapidEE) is an environment variables editor. It includes an easy to use GUI and replaces the small and inconvenient Windows edit box, located in the System Information section.

(http://www.rapidee.com/images/rapidee.png)

What's new: >>

fixed: broken filename/path validation in the 'User Variables' panel
added: wildcards support for the filename/path validation
changed: annoying behavior of the auto-completition popup. Now, by default, the first item is not selected making the behavior of pressing Enter more predictable

License: Freeware

http://www.rapidee.com/en/about
Titel: ResEdit V1.5.6
Beitrag von: SiLæncer am 04 August, 2011, 23:06
ResEdit is a free Resource Editor for Win32 programs. You can use it if you want to use dialogs, icon, version information or other types of resources. Output files can be compiled by any Win32 compiler, like MinGW and Microsoft Visual C++.

(http://www.resedit.net/images/dialog_editor.png)

License:  Freeware

What's new: >>

    Added : Prossibility to choose default menu style (MENU or MENUEX) in application preferences.
    Added : "Do not ask again" on initial includes prompt.

http://www.resedit.net/
Titel: SynWrite 2.6.870
Beitrag von: SiLæncer am 06 August, 2011, 13:30
SynWrite is an extended text editor. Syntax highlighting is managed by a rich library of so called "lexers" and supports almost all types of programming languages. User interface is Multi-Language. Other main features are code folding, tree structure, auto-completion and code templates. Program is small in size and also works as portable app or as lister plugin for file manager "Total Commander".

(http://images.betanews.com/screenshots/1289816929-1.jpg)

Freeware

Latest Changes

- Added: Find-Menu - Replace in Files

http://atorg.net.ru/
Titel: Rapid Environment Editor V5.0 build 748
Beitrag von: SiLæncer am 06 August, 2011, 15:50
Rapid Environment Editor (RapidEE) is an environment variables editor. It includes an easy to use GUI and replaces the small and inconvenient Windows edit box, located in the System Information section.

(http://www.rapidee.com/images/rapidee.png)

What's new: >>

fixed: copy/paste adds extra characters to the end
added: "Open Folder" feature allowing to open selected folder in Windows Explorer

License: Freeware

http://www.rapidee.com/en/about
Titel: RJ TextEd 7.60 Beta 3
Beitrag von: SiLæncer am 06 August, 2011, 20:30
(http://www.kaldata.net/images/news/logos/rj_texted.jpg)
RJ TextEd - A Unicode source and text editor. RJ TextEd is a full featured text and source editor with Unicode support, syntax highlighting and code folding. The functionality extends beyond text files and includes support for HTML editing with integrated preview, spell checking, auto completion, HTML validation, templates and more. The program also include support for Topstyle Lite CSS editor, has a dual pane file commander, as well as a FTP client to upload your files. The editor uses language files to display menus and dialogs in different languages. There are several included languages. New language files can easily be created in the editor. RJ TextEd is also a simple web development tool. The editor can use auto completion and hints to assist you in editing your source code. You can preview HTML/ASP/PHP... code using one of the preview tabs or open a document in a browser. The editor does not only handle source code. It also handles true ASCII files, binary files and of course plain text files.

The program is absolutely free. There are a many features not listed below. Including spell checking, e-mail support, advanced search with regular expressions. For a full list check out the features section.

To learn more about the program you could check out the screenshots, or just try it out. RJ TextEd is developed in Delphi 2007 from Codegear and is released as Freeware. The program has been tested in windows 98/Me/2000/XP/2003/Vista/2008/Windows 7.

Licence: Freeware

Changes:

In v7.60 beta 3

Auto complete
Space will now close the list and insert a space character. To select an item use <enter>.

Macros
Fixed issues in the macro manager.
You can now record a macro over an old one. Select the macro name in the macro window and record.

Word count/frequency
Made it a little bit faster. Also added a column to display the number of finds of each word.

Left margin settings
You can now set individual settings for different file types. E.g. you could create these settings for .hla files

Also fixed some issues.

Chrome preview
Updated the embedding libraries.

Fixed
* Issues with remote file handling.
* Open file issue with large files.
* Some search issues.

In v7.60 beta 2
* Fixed a word count/frequency issue.
* Fixed a duplicate line issue with selected text.
* Fixed a code explorer issue.

In v7.60 beta 1
Word count/frequency
Redesigned the word count window and added a word frequency list.

Rename file... (File - Disk operations menu/Document tab context menu)
Added a new item to just rename the file. The old item has been renamed and still rename and moves the file using a save dialog.

File Commander
The tab key can now be used to switch focus between left and right file list.
Files can now be selected using Ctrl+Space.

Firefox preview
The Firefox embedding libraries are now included with the program. This should solve all problems with preview of pages containing embedded objects like videos or PDF documents. Also, you don't need to have Firefox installed anymore.

Duplicate line
Selected text is now duplicated as well. If no selection is made, only the current line is duplicated.

Mouse scroll option
Added an option to always scroll document text if the mouse cursor is hovering the document. The document doesn't need to have focus.

Play macro N times
Added a new macro menu item to play a macro several times. When executed you are asked to enter how many times the macro should be played.

Replace "Once"
Added a button to the replace dialog to only replace once. This can be useful if you only want to replace one more string and then stop. The replace confirmation dialog is the window you see when starting a normal replace, asking you to replace the text or not.

Symbol words in syntax files
Added a new option to syntax files i.e. "SymbolWordsA ... SymbolWordsC".

You can think of symbol words as arrays with values separated by spaces. Each value has to have the same width. You can use up to 3 symbol word arrays with different value sizes. All symbols used must also exist in the "Symbols=" string. The larger width values should be declared first.

Example
If you add the following in a syntax file:

Symbols={}\*?
SymbolWordsA=\* \? \\
SymbolWordsB=\ { }

"\*", "\?" and "\\" will be highlighted with its own color. "\", "{" and "}" with another color and the rest of the symbols will be colored using the symbol color.

Misc

* New document name is now translated properly.
* Ctrl+Up/Down scrolling will now keep the text cursor visible.
* Fixed smart paste in column mode.
* Find should now work in word wrap mode.
* Fixed several other issues reported in the forum.

Download

With installer: http://privat.bahnhof.se/wb588640/downloads/Beta/RJ_TextEd.zip

Without installer: http://privat.bahnhof.se/wb588640/downloads/Beta/RJ_TextEd_NoInstall.zip

http://www.rj-texted.se/
Titel: ResEdit V1.5.7
Beitrag von: SiLæncer am 09 August, 2011, 12:56
ResEdit is a free Resource Editor for Win32 programs. You can use it if you want to use dialogs, icon, version information or other types of resources. Output files can be compiled by any Win32 compiler, like MinGW and Microsoft Visual C++.

(http://www.resedit.net/images/dialog_editor.png)

License:  Freeware

What's new: >>

    Added : File source in the open error window
    Added : Possibility to choose a cursor resource as icon in a picture control
    Fixed : Vertical alignment code generation bug for checkboxes
    Fixed : Duplicate WS_TABSTOP in combobox code generation

http://www.resedit.net/
Titel: RJ TextEd 7.60 Final
Beitrag von: SiLæncer am 09 August, 2011, 16:12
Version 7.60
Aug 9, 2011
Auto complete

Space will now close the list and insert a space character. To select an item use <enter>.
Macros

Fixed issues in the macro manager. You can now record a macro over an old one. Select the macro name in the macro window and record.
Word count/frequency

Redesigned the word count window and added a word frequency list. Also added a column to display the number of finds of each word.
Left margin settings

You can now set individual settings for different file types.
Rename file... (File - Disk operations menu/Document tab context menu)

Added a new item to just rename the file. The old item has been renamed and still rename and moves the file using a save file dialog.
File Commander

The tab key can now be used to switch focus between left and right file list. Files can now be selected using Ctrl+Space.
Firefox preview

The Firefox embedding libraries are now included with the program. This should solve all problems with preview of pages containing embedded objects like videos or PDF documents. Also, you don't need to have Firefox installed anymore.
Chrome preview

Updated the embedding libraries. If Google Chrome is installed - its own flash player is used. This will prevent the program from crashing if you preview flash content in both Firefox and Chrome preview.
Duplicate line

Selected text is now duplicated as well. If no selection is made, only the current line is duplicated.
Mouse scroll option

Added an option to always scroll document text if the mouse cursor is hovering the document. The document doesn't need to have focus.
Play macro N times

Added a new macro menu item to play a macro several times. When executed you are asked to enter how many times the macro should be played.
Replace "Once"

Added a button to the replace dialog to only replace once. This can be useful if you only want to replace one more string and then stop. The replace confirmation dialog is the window you see when starting a normal replace, asking you to replace the text.
Symbol words in syntax files

Added a new option to syntax files i.e. "SymbolWordsA ... SymbolWordsC".

You can think of symbol words as arrays with values separated by spaces. Each value has to have the same width. You can use up to 3 symbol word arrays with different value sizes. All symbols used must also exist in the "Symbols=" string. The larger width values should be declared first.

Example
If you add the following in a syntax file:

Symbols={}\*?
SymbolWordsA=\* \? \\
SymbolWordsB=\ { }

"\*", "\?" and "\\" will be highlighted with its own color. "\", "{" and "}" with another color and the rest of the symbols will be colored using the symbol color.
Misc

    New document name is now translated properly.
    Ctrl+Up/Down scrolling will now keep the text cursor visible.
    Fixed smart paste in column mode.
    Find should now work in word wrap mode.
    Issues with remote file handling.
    Open file issue with large files.
    Some search issues.
    Fixed a word count/frequency issue.
    Fixed a duplicate line issue with selected text.
    Fixed a code explorer issue.
    Fixed several other issues reported in the forum.


http://www.rj-texted.se/
Titel: Rapid Environment Editor V5.1 build 750
Beitrag von: SiLæncer am 13 August, 2011, 14:00
Rapid Environment Editor (RapidEE) is an environment variables editor. It includes an easy to use GUI and replaces the small and inconvenient Windows edit box, located in the System Information section.

(http://www.rapidee.com/images/rapidee.png)

What's new: >>

added: installer supports "for all users" and "for the current user" modes

License: Freeware

http://www.rapidee.com/en/about
Titel: EditPad Lite V7.0.5
Beitrag von: SiLæncer am 15 August, 2011, 13:47
EditPad Lite is a general-purpose text editor, designed to be small and compact, yet offer all the functionality you expect from a basic text editor. EditPad Lite works with Windows NT4, 98, 2000, ME, XP and Vista.

(http://www.editpadpro.com/screens/editpadlite.png)

Freeware

Zitat
New feature:

    Editor: Ctrl+Left Shift and Ctrl+Right Shift toggle the direction of the text to left-to-right or right-to-left when a keyboard for a right-to-left language is installed (though not necessarily active).

Improvements:

    Search: Auto-completion of the Search drop-down list on the search toolbar (when using it without the full search panel) is now case sensitive when the Case Sensitive search option is turned on; the Replace drop-down list is now always case sensitive.
    Search: Pressing Esc while the search or replace drop-down list has keyboard focus (while using the search toolbar without the full search panel) moves keyboard focus back to the main editor.
    Text Layout|Cursors: Cursor shape now has two flag options. One makes the flag indicate the direction of the input language (as in Notepad), the other the direction of the text the cursor is at (as EditPad 7 did previously).

Bug fixes:

    Convert: Convert menu commands inserted an extraneous space when converting a rectangular selection that spans only a single line.
    Editor: Characters were squished together when using a bold proportionally spaced font and the first file you opened with that font had word wrapping set to a specific line length.
    Editor: Pasting while a rectangular block is selected does not correctly replace the selection unless the cursor is in the upper left corner.
    Editor: When line numbers are being shown and word wrap is off, the left hand gutter does not expand to accommodate line numbers beyond 9,999 when adding lines to the file if it previously had fewer than 10,000 lines.
    Forum: Editing a message and then deleting the edits instead of sending them incorrectly decremented the message count for the conversation.
    Help|Create Portable Installation did not copy over the layouts of the toolbars and side panels.
    Keyboard: Pressing F10 activated the main menu instead of invoking the command it was assigned to (View|Files Panel by default).
    Options|Text Layout: Pressing F1 or clicking the Help button on the text layout configuration window did nothing.
    Preferences|Save Files: Saving backups in a specific folder should be disabled when the "hidden history folder" option is selected.
    Search: Alt+Letter keyboard shortcuts that aren't used on the search toolbar but are used by main menu items don't work when the search or replace drop-down list has keyboard focus.
    Search: Replacing with the %MATCH% placeholder triggered an access violation when a regular expression found a zero-length match.
    Tabs: Right-clicking on the X when close buttons are shown directly on tabs caused a "list index out of bounds" error.
    Text Layout: The strictly monospaced left-to-right layout now correctly spaces the full-width variants of ASCII characters as ideographs even when the option to space all ASCII characters as ideographs is off.
    Toolbars: The Large Icons item in the right-click menu for toolbars did not change its checked state when changing the same option via the Customize item in the right-click menu.
    Undo and redo should not work on files that have been marked as read-only after saving the changes.
    View: Switching between custom layouts or restoring the default layout sometimes failed with a "cannot focus disabled or invisible window" error, causing further errors when trying to interact with the toolbars and/or side panels.
    Windows 7: Maximizing EditPad, then minimizing it, and then double-clicking a file in Windows Explorer brought up EditPad's window in its restored size (not maximized).

http://www.editpadpro.com/editpadlite.html
Titel: Rapid Environment Editor V5.1 build 751
Beitrag von: SiLæncer am 17 August, 2011, 07:30
Rapid Environment Editor (RapidEE) is an environment variables editor. It includes an easy to use GUI and replaces the small and inconvenient Windows edit box, located in the System Information section.

(http://www.rapidee.com/images/rapidee.png)

What's new: >>

fixed: Slovak translation

License: Freeware

http://www.rapidee.com/en/about
Titel: RJ TextEd 7.61 Beta 2
Beitrag von: SiLæncer am 18 August, 2011, 06:37
(http://www.kaldata.net/images/news/logos/rj_texted.jpg)
RJ TextEd - A Unicode source and text editor. RJ TextEd is a full featured text and source editor with Unicode support, syntax highlighting and code folding. The functionality extends beyond text files and includes support for HTML editing with integrated preview, spell checking, auto completion, HTML validation, templates and more. The program also include support for Topstyle Lite CSS editor, has a dual pane file commander, as well as a FTP client to upload your files. The editor uses language files to display menus and dialogs in different languages. There are several included languages. New language files can easily be created in the editor. RJ TextEd is also a simple web development tool. The editor can use auto completion and hints to assist you in editing your source code. You can preview HTML/ASP/PHP... code using one of the preview tabs or open a document in a browser. The editor does not only handle source code. It also handles true ASCII files, binary files and of course plain text files.

The program is absolutely free. There are a many features not listed below. Including spell checking, e-mail support, advanced search with regular expressions. For a full list check out the features section.

To learn more about the program you could check out the screenshots, or just try it out. RJ TextEd is developed in Delphi 2007 from Codegear and is released as Freeware. The program has been tested in windows 98/Me/2000/XP/2003/Vista/2008/Windows 7.

Licence: Freeware

Changes:

Document list in side-bar
Added a document (file) list in the side-bar. For now you can create new documents, close selected documents or move selected documents to the left or right view when "Dual document view" is used.

Show document tabs (option)
Added an option in the view menu to display or hide document tabs.

Fixed several issues reported in the forum

In v7.61 beta 1

Word Count/Frequency
The word frequency items can now be copied to the clipboard using Ctrl+C.

Left margin
Fixed several option issues and display issues in the options dialog. The two buttons "Add" and "Delete" were not translated in options.

Printing
Fixed some header and footer issues. Printing the current date or time in a header or footer should work properly now. Some option issues were fixed as well.

Tabs are now printed properly when printing with syntax highlighting turned off.

Auto Complete
Made some changes in code and fixed several issues in both CSS and HTML files.

HTML highlighting
PHP code inside HTML tags should now be highlighted properly. Also fixed some issues with script and style tags and auto complete.

Other issues
Several issues has been fixed and most of them are listed in the forum.

Download

With installer: http://privat.bahnhof.se/wb588640/downloads/Beta/RJ_TextEd.zip

Without installer: http://privat.bahnhof.se/wb588640/downloads/Beta/RJ_TextEd_NoInstall.zip

http://www.rj-texted.se/
Titel: RJ TextEd 7.61 Beta 3
Beitrag von: SiLæncer am 18 August, 2011, 19:05
Changes:

Fixed several issues reported in the forum.

Download

With installer: http://privat.bahnhof.se/wb588640/downloads/Beta/RJ_TextEd.zip

Without installer: http://privat.bahnhof.se/wb588640/downloads/Beta/RJ_TextEd_NoInstall.zip

http://www.rj-texted.se/
Titel: EditPad Lite V7.0.6
Beitrag von: SiLæncer am 19 August, 2011, 13:14
EditPad Lite is a general-purpose text editor, designed to be small and compact, yet offer all the functionality you expect from a basic text editor. EditPad Lite works with Windows NT4, 98, 2000, ME, XP and Vista.

(http://www.editpadpro.com/screens/editpadlite.png)

Freeware

What's new: >>

    Opening files on UNC paths via the command line or via Windows Explorer failed in version 7.0.5 because EditPad 7.0.5 interpreted UNC paths incorrectly.
    View|Browser: If the default browser did not use DDE, the View|Browser command executed the file to be viewed rather than executing the browser and passing it the file to be viewe

http://www.editpadpro.com/editpadlite.html
Titel: Rapid Environment Editor V5.1 build 752
Beitrag von: SiLæncer am 23 August, 2011, 06:10
Rapid Environment Editor (RapidEE) is an environment variables editor. It includes an easy to use GUI and replaces the small and inconvenient Windows edit box, located in the System Information section.

(http://www.rapidee.com/images/rapidee.png)

What's new: >>

fixed: increased size of the auto-completition popup
fixed: show hints for long items, which are getting beyond the right edge of the popup

License: Freeware

http://www.rapidee.com/en/about
Titel: RJ TextEd 7.62 Final
Beitrag von: SiLæncer am 23 August, 2011, 06:20
(http://www.kaldata.net/images/news/logos/rj_texted.jpg)
RJ TextEd - A Unicode source and text editor. RJ TextEd is a full featured text and source editor with Unicode support, syntax highlighting and code folding. The functionality extends beyond text files and includes support for HTML editing with integrated preview, spell checking, auto completion, HTML validation, templates and more. The program also include support for Topstyle Lite CSS editor, has a dual pane file commander, as well as a FTP client to upload your files. The editor uses language files to display menus and dialogs in different languages. There are several included languages. New language files can easily be created in the editor. RJ TextEd is also a simple web development tool. The editor can use auto completion and hints to assist you in editing your source code. You can preview HTML/ASP/PHP... code using one of the preview tabs or open a document in a browser. The editor does not only handle source code. It also handles true ASCII files, binary files and of course plain text files.

The program is absolutely free. There are a many features not listed below. Including spell checking, e-mail support, advanced search with regular expressions. For a full list check out the features section.

To learn more about the program you could check out the screenshots, or just try it out. RJ TextEd is developed in Delphi 2007 from Codegear and is released as Freeware. The program has been tested in windows 98/Me/2000/XP/2003/Vista/2008/Windows 7.

Licence: Freeware

Version 7.62
Aug 22, 2011
Document list in side-bar

Added a document (file) list in the side-bar. For now you can create new documents, close selected documents or move selected documents to the left or right view when "Dual document view" is active.
Show document tabs (option)

Added an option in the view menu to display or hide document tabs.
Updated the SFTP (SSH) components

Updated the components to the newest version. Hopefully this will solve some issues.
Word Count/Frequency

The word frequency items can now be copied to the clipboard using Ctrl+C.
Left margin

Line numbers are now right aligned. I also made the left margin narrower.

Fixed several left margin issues and display issues in the options dialog. The two buttons "Add" and "Delete" were not translated in options.
Printing

Fixed some header and footer issues. Printing the current date or time in a header or footer should work properly now. Some option issues were fixed as well.

Tabs are now printed properly when printing with syntax highlighting turned off.
Auto Complete

Made some changes in code and fixed several issues in both CSS and HTML files.
HTML highlighting

    Tag highlighting is updated better now when editing.
    PHP code inside HTML tags should now be highlighted properly.
    Also fixed some issues with script and style tags and auto complete.

Other issues

Several issues has been fixed and most of them are listed in the forum.


http://www.rj-texted.se/
Titel: Fresh HTML 3.62
Beitrag von: SiLæncer am 23 August, 2011, 14:35
(http://www.kaldata.net/images/news/logos/freshhtml.gif)
Fresh HTML is a software to create and edit pages for the world wide web. Its “WYSIWYG” (what you see is what you get) interface makes editing HTML pages as easy as using your favorite word processor. Its built-in editor allows advanced users to fine-tune HTML codes to fit their needs. This software is 100% free, no spyware, and updated regularly.

What's new: more web site templates.

Licence: Freeware

What's new: more web site templates.

http://www.freshwebmaster.com/freshhtml.html
Titel: BlueGriffon 1.1.1
Beitrag von: SiLæncer am 28 August, 2011, 17:35
BlueGriffon hält sich an den aktuellen W3C-Standard. Unterstützt wird HTML 4.01, XHTML, HTML5, CSS 3, Java, java script.
Der Normalmodus (WYSIWYG) eignet sich besonders für Einsteiger, da man sich hier nicht um den Quelltext kümmern muss.
Ebenfalls dabei ist ein CSS-Editor, der das Entwerfen von Cascading Style Sheets erleichtert und ein Editor zum erstellen von SVG-Grafiken )skalierbare Vektorgrafiken).

(http://download.winboard.org/uploads/Image/2011-08-28%2015%2053%2030.png)

Neben dem deutschen Wörterbuch gibt es noch einige Erweiterungen für BlueGriffon auf der Herstellerseite, welche allerdings nicht kostenlos sind. Eine Ausnahme wäre FireFTP (http://www.bluegriffon.com/index.php?pages/FireFTP).

Voraussetzung ist ein installiertes Microsoft Visual C++2008 Redistributable Package (http://www.microsoft.com/downloads/de-de/details.aspx?familyid=a5c84275-3b97-4ab7-a40d-3802b2af5fc2&displaylang=de).

Freeware

http://bluegriffon.org/
Titel: Etherpad Lite: Das Ergebnis von 2 Jahren Experimentieren und Entschlackung
Beitrag von: SiLæncer am 29 August, 2011, 15:30
(http://static.gulli.com/media/2011/08/thumbs/370/chat-popup.jpg)
Nach über zwei Jahren Experimentieren und Code-Optimierung geht nun mit Etherpad Lite 1.0 eine neue, schlankere und schnellere Version des Echtzeit-Kollaborations-Tools an den Start. Das gemeinsame Erarbeiten von Texten wird nun noch einfacher. Dies dürfte nicht nur den wohl fleißigsten Nutzer, die Piratenpartei, freuen.

Zwei Jahre ist es bereits her, dass Google das etherpad, ein kollaboratives Echtzeit-Protokoll-Tool, aufkaufte. In der Community wurde darüber diskutiert, ob man sich einen möglichen Konkurrenten für Google Wave vom Hals halten wollte, doch kurz nach dem Kauf wurde der Source Code offen gelegt. Nicht als übliche, gut dokumentierte Open Source allerdings, sondern als “Closed Open Source”, wie der Entwickler von Etherpad LIte, Peter Martischka, in seinem Blog beschreibt. "Der Code war offen, doch niemand verstand ihn. Es war nie geplant, dass die Öffentlichkeit den Code zu Gesicht bekommt. Die Software wurde komplett undokumentiert über Nacht veröffentlicht. Es gab nicht einmal eine interne Dokumentation."

Zwar wurde die Software fleißig genutzt - neben der Piratenpartei haben auch verschiedene andere Organisationen und Unternehmen davon Gebrauch gemacht - einfach war dies jedoch nie. Vor allem nicht, wenn viele Nutzer gleichzeitig auf die "Pads" zugriffen und fleißig mit editierten. Die Server der Piratenpartei, die Martischka mit verwaltet, wurden mit extra viel RAM ausgestattet, die Erreichbarkeit ständig überwacht. Das Piratenpad-Team besteht mittlerweile aus 3 Personen – sodass immer jemand da ist, der bei Problemen eingreifen kann, "ein recht anstrengender und nervenraubender Job", wie Martischka schreibt. Klar, dass man sich immer einen komplett neuen Code oder zumindest eine Verbesserung der Software wünschte.

Sein neuer Arbeitgeber - die Firma Primary Technologies - gab Martischka die Möglichkeit, den Code, den Google aufgekauft und veröffentlicht hatte, in Vollzeit zu entschlacken. Zusammen mit dem Designer Robin Buse erstellte er mit Etherpad Lite 1.0 eine komplett neue Etherpad-Version mit zahlreichen neuen Features, wie aufpoppende Chatfenstern (siehe Bild). Außerdem kann man die Software nun auch von vielen verschiedenen Betriebsystemen aus aufsetzen, darunter Windows, MacOS und verschiedenen Unix-Versionen, darunter Linux. Das wichtigste ist aber wohl das, wofür das "lite" im Namen steht: Statt wie bisher mehr als 2GB RAM-Speicher, sind nun nur noch 20 MB notwendig. Von den ursprünglichen 20.000 Zeilen Code blieben nur noch 5.000 Zeilen übrig.

Auf Etherpad.org gibt es die Dateien zum Aufsetzen auf dem eigenen Server sowie ein Erklärungsvideo und Anleitungen zum Installieren.

Quelle : www.gulli.com
Titel: SynWrite 2.6.900
Beitrag von: SiLæncer am 30 August, 2011, 23:42
SynWrite is an extended text editor. Syntax highlighting is managed by a rich library of so called "lexers" and supports almost all types of programming languages. User interface is Multi-Language. Other main features are code folding, tree structure, auto-completion and code templates. Program is small in size and also works as portable app or as lister plugin for file manager "Total Commander".

(http://images.betanews.com/screenshots/1289816929-1.jpg)

Freeware

Latest Changes

· popup menu: Copy-Append, Cut-Append, Copy as HTML, Copy as RTF items
· Goto dlg: Column field
· Office2003 theme
· 12 ext. tools allowed
· closing speedup
· "Run" menu submenus
· gutter collapse icons

http://www.uvviewsoft.com/
Titel: Java-Editor 10.4
Beitrag von: SiLæncer am 31 August, 2011, 06:30
Einfacher Java-Editor mit allen grundlegenden Funktionen, aber niedrigen Systemanforderungen, insbesondere für den Einsatz im Lehrbereich; mit Editor zum Modellieren von Klassen, UML-Fenster zum interaktiven Testen der Klassen und Erzeugung von Objekten sowie Designer zur Gestaltung von GUI-Oberflächen.

(http://www.heise.de/software/screenshots/50464.jpg)

Freeware

http://javaeditor.org/index.php?title=Main_Page
Titel: AkelPad V4.6.5
Beitrag von: SiLæncer am 31 August, 2011, 17:31
(http://akelpad.sourceforge.net/files/screen_basic.png)
AkelPad is an open source editor for plain text. It is designed to be a small and fast. Includes the ability to load text documents that are larger than 64 Kilobytes, document previews before opening them, editing of read only files and more. Plugins add a number of additional features to Akelpad like syntax highlighting, auto completion, sessions, macros and scripts and auto saving.

Licence: Open Source

What's new: >>

Added: support for "AkelAdmin.exe" tool, which provides the ability to save changes to a protected file (UAC).
Added: ability to set hyperlink text color under cursor.

Fixed: letters case are not changed in the recent files list.

http://akelpad.sourceforge.net/en/index.php
Titel: Java-Editor 10.4c
Beitrag von: SiLæncer am 04 September, 2011, 08:40
Einfacher Java-Editor mit allen grundlegenden Funktionen, aber niedrigen Systemanforderungen, insbesondere für den Einsatz im Lehrbereich; mit Editor zum Modellieren von Klassen, UML-Fenster zum interaktiven Testen der Klassen und Erzeugung von Objekten sowie Designer zur Gestaltung von GUI-Oberflächen.

(http://www.heise.de/software/screenshots/50464.jpg)

Freeware

Version 10.4c, 2011.09.03

    Problem with internal usage of the Java-Compiler fixed.

http://javaeditor.org/index.php?title=Main_Page
Titel: Rapid Environment Editor 5.1 Build 754
Beitrag von: SiLæncer am 06 September, 2011, 06:20
Rapid Environment Editor (RapidEE) is an environment variables editor. It includes an easy to use GUI and replaces the small and inconvenient Windows edit box, located in the System Information section.

(http://www.rapidee.com/images/rapidee.png)

What's new: >>

fixed: Chinese translation (Ji Liu)

License: Freeware

http://www.rapidee.com/en/about
Titel: Java-Editor 10.4d
Beitrag von: SiLæncer am 08 September, 2011, 07:12
Einfacher Java-Editor mit allen grundlegenden Funktionen, aber niedrigen Systemanforderungen, insbesondere für den Einsatz im Lehrbereich; mit Editor zum Modellieren von Klassen, UML-Fenster zum interaktiven Testen der Klassen und Erzeugung von Objekten sowie Designer zur Gestaltung von GUI-Oberflächen.

(http://www.heise.de/software/screenshots/50464.jpg)

Freeware

Bugfix for version 10.4c

http://javaeditor.org/index.php?title=Main_Page
Titel: Programmer's Notepad V2.3
Beitrag von: SiLæncer am 08 September, 2011, 16:30
Programmer's Notepad is a powerful text editor (expandable through the use of addons) targeted at users who work with source code, offering a versatile programming environment and featuring syntax highlighting for many programming languages (through plugins called "schemes"), project management, a great user interface and much more.

(http://www.pnotepad.org/wp-content/uploads/2006/12/pnvista.png)

License: FreeBSD

What's new: >>

    Jump dialog now filters results as you type.
    Custom scheme is now implemented as a PN extension, and adds extra identifier block comment types
    Double-click on tab bar (not on tab) starts a new doc.
    Miscellaneous updates to schemes to improve highlighting (including HTML5 elements and attributes).
    RTF export reworked, background colours now working better.
    Properties scheme folding.
    Select a URL and right-click to go to it.
    New German and Russian translations.
    Scheme Presets: Solarized (Light), improved Obsidian, thanks to contributors.

http://www.pnotepad.org/
Titel: DFM2HTML 6
Beitrag von: SiLæncer am 09 September, 2011, 17:15
DFM2HTML ist ein WYSIWYG HTML-Editor, mit dem man per Drag&Drop Webseiten ohne Kenntnisse von HTML professionell erstellen kann.Effekte wie Schatten/Rotation/Anti-Aliasing/Runde Ecken machen Bildbearbeitungsprogramme überflüssig.

(http://download.winboard.org/uploads/Image/dfm2html.jpg)


    * WYSIWYG in Kombination mit Stylesheet-basiertem Design
    * Mehrere HTML-Seiten können in einem Dokument verwaltet werden
    * Graphische Effekte (z.B. Anti-Aliasing, Schatten, Runde Ecken)
    * HTML-Formulare
    * kompakte HTML-Code-Generierung
    * Unicode
    * PHP
    * DHTML-Menüs

Neu in Version 6:

Import von Stylesheet-Dateien (Kontextmenü des Stylesheetobjects)

Unterstützt wird WIN95-7
Herstellerseite: http://www.dfm2html.de/
Titel: ATPad V2.0.100
Beitrag von: SiLæncer am 10 September, 2011, 14:00
ATPad is a simple Notepad replacement written in pure C and Windows API. Even though it maintains the simplicity of Notepad, ATPad provides many additional features, such as tabbed environment, list of recently open documents, bookmarks, reload of documents "on-demand" and in specified interval, outer changes tracking, snippets system, unlimited find/replace and undo/redo, menu accelerators (hotkeys), auto URL detection and much more.

(http://www.portablefreeware.com/screenshots/scr5LKhNG.gif)

License: GPL

http://atpad.sourceforge.net/
Titel: Java-Editor 10.4e
Beitrag von: SiLæncer am 12 September, 2011, 06:15
Einfacher Java-Editor mit allen grundlegenden Funktionen, aber niedrigen Systemanforderungen, insbesondere für den Einsatz im Lehrbereich; mit Editor zum Modellieren von Klassen, UML-Fenster zum interaktiven Testen der Klassen und Erzeugung von Objekten sowie Designer zur Gestaltung von GUI-Oberflächen.

(http://www.heise.de/software/screenshots/50464.jpg)

Freeware

Windows XP users should update two times for correct updating of je2java.exe.

http://javaeditor.org/index.php?title=Main_Page
Titel: RText 1.5.0
Beitrag von: SiLæncer am 12 September, 2011, 16:16
(http://www.kaldata.net/images/news/logos/rtext.jpg)
RText is a fully customizable programmer's text editor. Some of its features include syntax highlighting, editing multiple documents at once, printing and print preview, find/replace/find in files dialogs, undo/redo, and online help.

Licence: Freeware (GPL)

Here's what's new:

    Added scripted macro support. You can now write macros in either JavaScript or Groovy and assign them shortcuts, essentially creating your own custom menu item actions.
    Added very basic JSP code completion.
    Add "stop" button to tool console like Console console.
    Updated to RSyntaxTextArea/AutoComplete 1.5.2. Improves anti-aliasing in the editor, and adds options to auto-insert closing curly braces, clear whitespace-only lines on Enter presses, and painting indent/tab lines.
    Added "Check for Updates" menu item to Help menu.
    Made opening a file via Find in Files dialog center the matched line vertically in the editor.

http://fifesoft.com/rtext/index.php
Titel: Resource Hacker 3.6.0
Beitrag von: SiLæncer am 16 September, 2011, 11:13
Resource Hacker is a utility to view, modify, add, delete, and extract resources in Windows executables. It incorporates an internal resource script compiler and decompiler.

(http://images.betanews.com/screenshots/978208949-1.gif)

Freeware

Whats new: >>

PNG icons support added.

http://www.angusj.com/resourcehacker/
Titel: SciTE 2.29
Beitrag von: SiLæncer am 16 September, 2011, 16:30
Editor mit Syntax-Highlighting, Auto-Completion, Folding und vielem mehr...

(http://www.heise.de/software/screenshots/1206.jpg)

Lizenz: Open Source

Version 2.29 can automatically run a program to determine file encoding.

http://www.scintilla.org/SciTE.html
Titel: Fresh HTML 3.63
Beitrag von: SiLæncer am 17 September, 2011, 23:13
(http://www.kaldata.net/images/news/logos/freshhtml.gif)
Fresh HTML is a software to create and edit pages for the world wide web. Its “WYSIWYG” (what you see is what you get) interface makes editing HTML pages as easy as using your favorite word processor. Its built-in editor allows advanced users to fine-tune HTML codes to fit their needs. This software is 100% free, no spyware, and updated regularly.

What's new: more web site templates.

Licence: Freeware

What's new: more web site templates.

http://www.freshwebmaster.com/freshhtml.html
Titel: Java-Editor 10.4f
Beitrag von: SiLæncer am 19 September, 2011, 06:15
Einfacher Java-Editor mit allen grundlegenden Funktionen, aber niedrigen Systemanforderungen, insbesondere für den Einsatz im Lehrbereich; mit Editor zum Modellieren von Klassen, UML-Fenster zum interaktiven Testen der Klassen und Erzeugung von Objekten sowie Designer zur Gestaltung von GUI-Oberflächen.

(http://www.heise.de/software/screenshots/50464.jpg)

Freeware

Whats new: >>

Some important bugfixes for version 10.4e.

http://javaeditor.org/index.php?title=Main_Page
Titel: Rapid Environment Editor V6.0 build 777
Beitrag von: SiLæncer am 20 September, 2011, 21:32
Rapid Environment Editor (RapidEE) is an environment variables editor. It includes an easy to use GUI and replaces the small and inconvenient Windows edit box, located in the System Information section.

(http://www.rapidee.com/images/rapidee.png)

What's new: >>

added: Variables exclude list (see 'Options')
fixed: memory usage optimizations
changed: icons

License: Freeware

http://www.rapidee.com/en/about
Titel: Rapid Environment Editor V6.0 build 778
Beitrag von: SiLæncer am 21 September, 2011, 19:27
What's new: >>

    fixed: Swedish translation

http://www.rapidee.com/en/about
Titel: SynWrite 2.7.015
Beitrag von: SiLæncer am 22 September, 2011, 07:16
SynWrite is an extended text editor. Syntax highlighting is managed by a rich library of so called "lexers" and supports almost all types of programming languages. User interface is Multi-Language. Other main features are code folding, tree structure, auto-completion and code templates. Program is small in size and also works as portable app or as lister plugin for file manager "Total Commander".

(http://images.betanews.com/screenshots/1289816929-1.jpg)

Freeware

Latest Changes

· "External tools" feature redone. Dialog redone.
· Console compilers' output can be caught and shown in Output panel.
· Compilers output errors highlighted, navigable.
· "Find in files" cmd.

http://www.uvviewsoft.com/
Titel: Rapid Environment Editor V6.0 build 781
Beitrag von: SiLæncer am 22 September, 2011, 23:47
Rapid Environment Editor (RapidEE) is an environment variables editor. It includes an easy to use GUI and replaces the small and inconvenient Windows edit box, located in the System Information section.

(http://www.rapidee.com/images/rapidee.png)

What's new: >>

fixed: error if element value includes ';' character
fixed: write variables in alphabetical order (an attempt to workaround 'nested expansion' bug in Windows

License: Freeware

http://www.rapidee.com/en/about
Titel: CSVed V2.1.5
Beitrag von: SiLæncer am 23 September, 2011, 08:20
CSVed is a basic spreadsheet file editor which can be used to create and manipulate CSV files. You can add/delete columns, rearrange column order, change separator, filter items, remove duplicates, split/join columns etc.

(http://www.portablefreeware.com/screenshots/scrKFe3Sx.gif)

License:  Cardware

What's new: >>

fixed some bugs in the interface

http://csved.sjfrancke.nl/index.html
Titel: RJ TextEd 7.63 Final
Beitrag von: SiLæncer am 23 September, 2011, 17:51
(http://www.kaldata.net/images/news/logos/rj_texted.jpg)
RJ TextEd - A Unicode source and text editor. RJ TextEd is a full featured text and source editor with Unicode support, syntax highlighting and code folding. The functionality extends beyond text files and includes support for HTML editing with integrated preview, spell checking, auto completion, HTML validation, templates and more. The program also include support for Topstyle Lite CSS editor, has a dual pane file commander, as well as a FTP client to upload your files. The editor uses language files to display menus and dialogs in different languages. There are several included languages. New language files can easily be created in the editor. RJ TextEd is also a simple web development tool. The editor can use auto completion and hints to assist you in editing your source code. You can preview HTML/ASP/PHP... code using one of the preview tabs or open a document in a browser. The editor does not only handle source code. It also handles true ASCII files, binary files and of course plain text files.

The program is absolutely free. There are a many features not listed below. Including spell checking, e-mail support, advanced search with regular expressions. For a full list check out the features section.

To learn more about the program you could check out the screenshots, or just try it out. RJ TextEd is developed in Delphi 2007 from Codegear and is released as Freeware. The program has been tested in windows 98/Me/2000/XP/2003/Vista/2008/Windows 7.

Licence: Freeware

Version 7.63
Sept 23, 2011
Control characters

Control characters are now drawn using a filled square. You can identify the character by moving the text cursor to its position and read the character information displayed in the status bar.
Character information in status bar

Information about the current character is now displayed in the status bar. It should display the current character itself and the numeric value in both decimal and hexadecimal.
Open/Close all folds

Made the functions faster. The fold state is also updated faster when opening a file.
Message view font

You can now set the font to be used in the message view. The option is available in the (right mouse click) context menu.
Find next/previous occurrence of current word

The search can now continue beyond end of file. A dialog will prompt the user for confirmation.
Block selection

Select a rectangular block of text while holding down the Shift+Alt keys. You can select the text using the mouse or arrow keys.
Script functions

Added 6 new functions to the "Document" object.

Three of them are clipboard functions:
CutToClipboard()/CopyToClipboard()/PasteFromClipboard().

Also added:
SetSelection()
SetColumnMode()
IsColumnModeActive()
Syntax files

Changed some options to be used in syntax files.
"OnlyLineCommentIfFirstCharA, OnlyLineCommentIfFirstCharB" kan now have 3 values. 0, 1 and 2. 0 = Not used. 1 = First non-white space character on the line. 2 = First character on the line.
Keywords

Keywords can now be identified with regular expressions. You can only define 1 regular expression to each keyword group.
Code folding

The identifier "Fold_Begin" can now have an option @ to indicate that the fold begin character has to be the last character on the line.
E.g. Fold_Begin=@{ tells the editor that a fold start at the { character if it is the last character on the line. Otherwise it is ignored. NOTE that it only works with a character and not with a string.
FTP

Updated the FTP components to the latest version.
Fixed

Fixed a ton of reported issues. Most can be reviewed in the forum.


http://www.rj-texted.se/
Titel: Rapid Environment Editor V6.1 build 785
Beitrag von: SiLæncer am 25 September, 2011, 22:50
Rapid Environment Editor (RapidEE) is an environment variables editor. It includes an easy to use GUI and replaces the small and inconvenient Windows edit box, located in the System Information section.

(http://www.rapidee.com/images/rapidee.png)

What's new: >>

added: shortcut (Ctrl-H) to show/hide read-only variables

License: Freeware

http://www.rapidee.com/en/about
Titel: Java-Editor 10.4g
Beitrag von: SiLæncer am 27 September, 2011, 16:40
Einfacher Java-Editor mit allen grundlegenden Funktionen, aber niedrigen Systemanforderungen, insbesondere für den Einsatz im Lehrbereich; mit Editor zum Modellieren von Klassen, UML-Fenster zum interaktiven Testen der Klassen und Erzeugung von Objekten sowie Designer zur Gestaltung von GUI-Oberflächen.

(http://www.heise.de/software/screenshots/50464.jpg)

Freeware

Whats new: >>

Bugfix for Turtle in applets.

http://javaeditor.org/index.php?title=Main_Page
Titel: Notepad++ 5.9.4 RC
Beitrag von: SiLæncer am 29 September, 2011, 11:18
Whats new: >>

Add 3 Project Panels for the management of projects
Doc Switcher can be sorted now.
Fix crash issue while printing for some printers.
Fix ANSI version Clipboard history entries display bug.
Fix wrong display of tab number setting dialog in Lang Menu/Tab settings of Preferences dialog.

Download : http://download.tuxfamily.org/notepadplus/5.9.4/npp.5.9.4.RC.zip

http://notepad-plus.sourceforge.net/
Titel: NFOPad V1.6.1
Beitrag von: SiLæncer am 03 Oktober, 2011, 07:00
NFOPad is a small, fast and flexible combined nfo viewer and text editor. It is a clone of Microsoft's Notepad but much more customizable and with some additional features. Of course NFOPad also supports nfo files with ASCII art. The file extension is used to determine whether to use an ANSI or ASCII font.

(http://www.portablefreeware.com/screenshots/scra4JZtx.gif)

License: Freeware

http://thd.dyndns.org/s_nfopad.php
Titel: SynWrite 2.7.020
Beitrag von: SiLæncer am 03 Oktober, 2011, 17:06
Erweiterter Text-Editor mit Unterstützung vieler Dateiformate, Programmiersprachen und Zeichenkodierungen; enthält verschiedene Code-Vorlagen und unterstützt unter anderem Syntax-Hervorhebung, Codefaltung und Auto-Vervollständigung; auch als Lister-Plug-in für Total Commander einsetzbar.

(http://images.betanews.com/screenshots/1289816929-1.jpg)

Freeware

Latest Changes

+ Ruby lexer.

http://www.uvviewsoft.com/
Titel: CSVed V2.2.0
Beitrag von: SiLæncer am 03 Oktober, 2011, 20:54
CSVed is a basic spreadsheet file editor which can be used to create and manipulate CSV files. You can add/delete columns, rearrange column order, change separator, filter items, remove duplicates, split/join columns etc.

(http://www.portablefreeware.com/screenshots/scrKFe3Sx.gif)

License:  Cardware

What's new: >>

added: column import from clipboard or file
added: add empty rows to current open file

http://csved.sjfrancke.nl/index.html
Titel: EditPad Lite 7.0.7
Beitrag von: SiLæncer am 04 Oktober, 2011, 13:15
EditPad Lite is a general-purpose text editor, designed to be small and compact, yet offer all the functionality you expect from a basic text editor. EditPad Lite works with Windows NT4, 98, 2000, ME, XP and Vista.

(http://www.editpadpro.com/screens/editpadlite.png)

Freeware

What's new: >>

New features:

    Forum: Attach the clip selected in the Clip Collection panel and add attached clips to the Clip Collection panel.
    Forum: Attach the collection from the Clip Collection panel and load attached clip collections into the Clip Collection panel.

Improvements:

    Forum: Change cursor when toggling between insert and overwrite mode if the text layout for the default file type uses different cursors for insert and overwrite mode.
    Search: If the Search drop-down list is already visible (on a custom toolbar) even when the Search toolbar is not, focus the Search drop-down list rather than showing the full Search panel.

Bug fixes:

    Editor: Backspace moved the cursor without actually deleting any characters when the cursor was positioned after the indentation spaces on a line and all preceding lines in the file have equal or more indentation and "backspace unindents" was enabled in Options|Preferences|Cursors and "auto indent" was enabled in the Options menu.
    Editor: Pressing the arrow right key while the cursor was at the end of the line did not move the active line highlighting to the next line if the cursor was invisible (blinking on/off) at the moment it was moved.
    File Types, Colors: Apply button did nothing.
    File|Print: Printing the second time failed if the file was larger than 64K and part of it was selected.
    Forum: Pressing Ctrl+C when the list of conversations or messages had keyboard focus copied an URL using the editpadlite: protocol instead of the editpad: protocol that EditPad actually responds to.
    Preferences, Panels: Font setting for side panels is now also applied to the spell checker.
    Preferences, Save Files: Specifying a specific folder for backups with a trailing backslash no longer causes errors when saving backups.
    Search: Padding was not applied to placeholders for capturing groups such as %GROUP1:6L%.
    Search: Replace All using a regular expression sometimes results in incorrect line breaks.
    Statusbar: Keyboard indicator did not correctly indicate the first key of a two-stage key combination.
    Toolbars: Main menu is missing the Go and Extra menus when adding it as a toolbar button.
    View|Browser: If the default browser did not use DDE, the View|Browser launched the browser but did not pass it it the file to be viewed.


http://www.editpadpro.com/editpadlite.html
Titel: Komodo Edit 6.1.3
Beitrag von: SiLæncer am 04 Oktober, 2011, 21:12
Komodo Edit ist ein Editor, der folgende Sprachen unterstützt: PHP, Python, Ruby, java script, Perl, Tcl, XML, HTML 5, CSS 3. Weiterhin bietet das Programm eine Projektverwaltung, Sweet-Editor und kann mittels Erweiterungen ausgebaut werden.

(http://download.winboard.org/uploads/Image/2010-12-22%2009%2024%2056.png)

Unterstützt wird WIN XP - Seven

Freeware

http://www.activestate.com/komodo-edit/downloads
Titel: Java-Editor 10.4h
Beitrag von: SiLæncer am 05 Oktober, 2011, 13:23
Einfacher Java-Editor mit allen grundlegenden Funktionen, aber niedrigen Systemanforderungen, insbesondere für den Einsatz im Lehrbereich; mit Editor zum Modellieren von Klassen, UML-Fenster zum interaktiven Testen der Klassen und Erzeugung von Objekten sowie Designer zur Gestaltung von GUI-Oberflächen.

(http://www.heise.de/software/screenshots/50464.jpg)

Freeware

Whats new: >>

    Enhanced stability
    In case of problems with compiling deactivate option "use compiler internally"

http://javaeditor.org/index.php?title=Main_Page
Titel: Notepad++ 5.9.4
Beitrag von: SiLæncer am 11 Oktober, 2011, 16:10
Whats new: >>

Add 3 Project Panels for the management of projects
Doc Switcher can be sorted now.
Fix a crash bug - crash on launch time if default User defined language was set on the previous session.
Fix crash issue while printing for some printers.
Fix ANSI version Clipboard history entries display bug.
Fix wrong display of tab number setting dialog in Lang Menu/Tab settings of Preferences dialog.

Download (http://download.tuxfamily.org/notepadplus/5.9.4/npp.5.9.4.Installer.exe)

http://notepad-plus-plus.org/
Titel: Rapid Environment Editor V6.1 build 786
Beitrag von: SiLæncer am 13 Oktober, 2011, 19:22
Rapid Environment Editor (RapidEE) is an environment variables editor. It includes an easy to use GUI and replaces the small and inconvenient Windows edit box, located in the System Information section.

(http://www.rapidee.com/images/rapidee.png)

What's new: >>

added: Danish translation

License: Freeware

http://www.rapidee.com/en/about
Titel: Fresh HTML 3.64
Beitrag von: SiLæncer am 17 Oktober, 2011, 12:47
(http://www.kaldata.net/images/news/logos/freshhtml.gif)
Fresh HTML is a software to create and edit pages for the world wide web. Its “WYSIWYG” (what you see is what you get) interface makes editing HTML pages as easy as using your favorite word processor. Its built-in editor allows advanced users to fine-tune HTML codes to fit their needs. This software is 100% free, no spyware, and updated regularly.

What's new: more web site templates.

Licence: Freeware

What's new: more web site templates.

http://www.freshwebmaster.com/freshhtml.html
Titel: Free Hex Editor Neo 4.97.02.3667
Beitrag von: SiLæncer am 18 Oktober, 2011, 17:32
Free Hex Editor Neo is a large files optimized freeware editor for everyone who works with ASCII, hex, decimal, float, double and binary data. Make patches with just two mouse clicks, manipulate your EXE, DLL, DAT, AVI, MP3, JPG files with unlimited undo/redo. Taste the visual operation history with branching. Changes history can be saved, loaded and modified later.

(http://images.six.betanews.com/screenshots/1207066188-1.png)

Freeware

Latest Changes

- Free hex editor now supports using regular expressions in replace patterns

http://www.free-hex-editor.com/free-hex-editor-product-details.html
Titel: Network Notepad 4.6.9
Beitrag von: SiLæncer am 20 Oktober, 2011, 10:13
Erstellt interaktive Netzwerk-Diagramme mit Verlinkungen zum grafischen Darstellen wichtiger Parameter des Netzwerks sowie des gesamten Netzwerks überhaupt.

(http://www.heise.de/software/screenshots/40129.jpg)

Freeware

Whats new: >>

'Bug fix. Clicking background to form elbows and bends in links was broken.

http://www.networknotepad.com/index.htm
Titel: EditPad Lite 7.0.8
Beitrag von: SiLæncer am 20 Oktober, 2011, 12:39
EditPad Lite is a general-purpose text editor, designed to be small and compact, yet offer all the functionality you expect from a basic text editor. EditPad Lite works with Windows NT4, 98, 2000, ME, XP and Vista.

(http://www.editpadpro.com/screens/editpadlite.png)

Freeware

What's new: >>

Bug fixes:

    Editor: Adding lines to or deleting lines from a file that was still being word wrapped in the background caused the file to be wrapped incorrectly, possibly resulting in errors when trying to edit the incorrectly wrapped lines.
    Preferences|Keyboard: Changes in key combinations were not actually applied to the menu items.
    Search|Prepare to Search did not show the full search panel when both the search toolbar and search panel were invisible (7.0.7 only).
    View|Browser showed an error code 42 even though the file was correctly opened in the browser (7.0.7 only).
    Windows 7: If you minimized EditPad, restored it and moved it to a different monitor, then some commands such as File|Open moved EditPad's window back to the position it was previously restored to.
    Windows 7: If you placed EditPad on a monitor that has the taskbar at the left or at the top, minimized EditPad, and then restored it, EditPad's position would be shifted by the width or height of the taskbar.


http://www.editpadpro.com/editpadlite.html
Titel: SynWrite 2.7.040
Beitrag von: SiLæncer am 20 Oktober, 2011, 23:56
Erweiterter Text-Editor mit Unterstützung vieler Dateiformate, Programmiersprachen und Zeichenkodierungen; enthält verschiedene Code-Vorlagen und unterstützt unter anderem Syntax-Hervorhebung, Codefaltung und Auto-Vervollständigung; auch als Lister-Plug-in für Total Commander einsetzbar.

(http://images.betanews.com/screenshots/1289816929-1.jpg)

Freeware

http://www.uvviewsoft.com/
Titel: Rapid Environment Editor V6.1 build 787
Beitrag von: SiLæncer am 22 Oktober, 2011, 16:47
Rapid Environment Editor (RapidEE) is an environment variables editor. It includes an easy to use GUI and replaces the small and inconvenient Windows edit box, located in the System Information section.

(http://www.rapidee.com/images/rapidee.png)

What's new: >>

fixed: set focus to the User Variables tree after startup

License: Freeware

http://www.rapidee.com/en/about
Titel: Notepad++ 5.9.5 Final
Beitrag von: SiLæncer am 23 Oktober, 2011, 10:09
Whats new: >>

1.  Fix Project Panel loading non-project file bug.
2.  Fix saving project file bug while saving it on the root.
3.  Fix adding/hidding Language Menue item problem in Preference dialog.
4.  Make Project Panel translatable.

http://download.tuxfamily.org/notepadplus/5.9.5/npp.5.9.5.Installer.exe
Titel: NFOPad V1.62
Beitrag von: SiLæncer am 23 Oktober, 2011, 12:15
NFOPad is a small, fast and flexible combined nfo viewer and text editor. It is a clone of Microsoft's Notepad but much more customizable and with some additional features. Of course NFOPad also supports nfo files with ASCII art. The file extension is used to determine whether to use an ANSI or ASCII font.

(http://www.portablefreeware.com/screenshots/scra4JZtx.gif)

License: Freeware

What's new: >>

    Russian localization added
    URL detection now also detects URLs starting with www (without http://)
    Pressing insert will switch input mode (overwrite/insert)
    Input mode indicator on the status bar and a setting to turn it off
    Potential fix for NFOPad requesting administrator rights every time it starts
    Bugfix: title of the document was never sent to the printer when printing
    Bugfix: "View with NFOPad" was not removed properly from the context menu
    Bugfix: scrolled position and selection could be reset for some rare cases

http://thd.dyndns.org/s_nfopad.php
Titel: ResEdit V1.5.8
Beitrag von: SiLæncer am 24 Oktober, 2011, 05:30
ResEdit is a resource editor for 32-bit programs. You can use it if you want to use dialogs, icon, version information or other types of resources. Output files can be compiled by any Win32 compiler, like MinGW and Microsoft Visual C++.

(http://www.portablefreeware.com/screenshots/scrq20Rfs.gif)

License: Freeware

What's new: >>

    Added : Single tab mode
    Fixed : Wrong display in dialog property combobox
    Fixed : Manifest not saved in PE files
    Fixed : Some exe were corrupted after modification

http://www.resedit.net/
Titel: Rapid Environment Editor V6.1 build 788
Beitrag von: SiLæncer am 24 Oktober, 2011, 12:50
Rapid Environment Editor (RapidEE) is an environment variables editor. It includes an easy to use GUI and replaces the small and inconvenient Windows edit box, located in the System Information section.

(http://www.rapidee.com/images/rapidee.png)

What's new: >>

updated: Chinese translation

License: Freeware

http://www.rapidee.com/en/about
Titel: DMcsvEditor V2.5
Beitrag von: SiLæncer am 24 Oktober, 2011, 19:37
DMcsvEditor is a simple CSV editor that helps you edit, delete, add and modify records.
Comma, colon, semicolon, pipe, asterisk, dollar sign ($) and Tab (open/save *.tab file) separators are supported, as well as the export to HTML5, XML and Excel XLS formats.

(http://www.portablefreeware.com/screenshots/scrxt6R6A.gif)

License: Freeware

http://www.tivadar.tk/
Titel: Rapid Environment Editor V6.1 build 789
Beitrag von: SiLæncer am 25 Oktober, 2011, 05:45
What's new: >>

    updated: Dutch translation

http://www.rapidee.com/en/about
Titel: RJ TextEd 7.70 Beta 3
Beitrag von: SiLæncer am 25 Oktober, 2011, 06:10
(http://www.kaldata.net/images/news/logos/rj_texted.jpg)
RJ TextEd - A Unicode source and text editor. RJ TextEd is a full featured text and source editor with Unicode support, syntax highlighting and code folding. The functionality extends beyond text files and includes support for HTML editing with integrated preview, spell checking, auto completion, HTML validation, templates and more. The program also include support for Topstyle Lite CSS editor, has a dual pane file commander, as well as a FTP client to upload your files. The editor uses language files to display menus and dialogs in different languages. There are several included languages. New language files can easily be created in the editor. RJ TextEd is also a simple web development tool. The editor can use auto completion and hints to assist you in editing your source code. You can preview HTML/ASP/PHP... code using one of the preview tabs or open a document in a browser. The editor does not only handle source code. It also handles true ASCII files, binary files and of course plain text files.

The program is absolutely free. There are a many features not listed below. Including spell checking, e-mail support, advanced search with regular expressions. For a full list check out the features section.

To learn more about the program you could check out the screenshots, or just try it out. RJ TextEd is developed in Delphi 2007 from Codegear and is released as Freeware. The program has been tested in windows 98/Me/2000/XP/2003/Vista/2008/Windows 7.

Licence: Freeware

Whats new: >>

- Replace preview issues with several sub folders (recursion issue)
- Highlight words issue when scrolling horizontally. The highlighting sometimes disappears
- Some issues in "Customize keyboard" when removing shortcut 1 and you still have a shortcut 2
- Text cursor position issue when using variable width fonts
- Undo issue in column mode

http://www.rj-texted.se/
Titel: medit 1.0.93 Unstable
Beitrag von: SiLæncer am 25 Oktober, 2011, 19:15
medit is a programming and around-programming text editor. Started originally as a simple built-in editor component in GGAP, it grew up to a real text editor.

(http://images.six.betanews.com/screenshots/1319560039-1.png)

Licence: Open Source

http://mooedit.sourceforge.net/
Titel: NeechPad 0.7
Beitrag von: SiLæncer am 25 Oktober, 2011, 20:30
NeechPad is for quick note taking in a tabbed environment. Because the white space within the tab is a rich text box, the user can copy in links, word text, excel tables, and photographs. Application settings include a "save all tabs on exit" feature.

(http://images.six.betanews.com/screenshots/1319565417-1.jpg)

Licence: Open Source

http://sourceforge.net/projects/neechpad/
Titel: XVI32 V2.53
Beitrag von: SiLæncer am 27 Oktober, 2011, 06:40
XVI32 is a hex editor with large file capability, built-in scripting, data inspector, fast search-and-replace function and many other features specific to manipulating files in hex mode.

(http://www.portablefreeware.com/screenshots/scrKlQl1V.gif)

License: Freeware

What's new: >>

    When trying to open a file over the network that is already openend, opening in read only mode is now offered.
    Clicking Help -> Donate after having opened Help -> About causes no longer "abstract error".
    Focus no longer lost when clicking "Syntax Check" in script editor.

http://www.chmaas.handshake.de/delphi/freeware/xvi32/xvi32.htm#download
Titel: PlainEdit.NET 1.3.91
Beitrag von: SiLæncer am 29 Oktober, 2011, 19:48
PlainEdit.NET ist ein Editor für Textdateien (ANSI, UTF-8 und Unicode) mit Syntaxhervorhebung für die gängigsten Web-, Script- und Programmiersprachen. Umfangreiche Konvertierungsfunktionen erleichtern das Umwandeln, Formatieren, Kodieren und Dekodieren von Texten.

(http://www.gaijin.at/images/scr_plaineditnet.png)

Die wichtigsten Features:

    PlainEdit.NET kann mehrere Dateien gleichzeitig öffnen (Tabbed-Interface)
    Verschiedene Funktionen zur Textkonvertierung
    Syntaxhervorhebung für die gängigsten Web-, Script- und Programmiersprachen
    Laden und Speichern von ANSI, UTF-8, Unicode und Unicode Big-Endian Dateien
    Dateien mit Windows-, MacIntosh- und Unix-Zeilenumbrüchen werden unterstützt
    Automatisches Ersetzen von Sonderzeichen in die entsprechenden HTML-Kodierungen
    Dokument- und Textvorlagen ermöglichen das schnelle Erstellen von Dokumenten und das Einfügen von vorgefertigten Texten
    Seiteneinrichtung (Ränder, Kopf- und Fußzeilen), sowie eine Druckvorschau
    Über eine Seitenleiste können Snippets (Vorlagen, Codeteile oder sonstige Texte) schnell und einfach eingefügt werden
    Inkrementelles Suchen eines Textes (vorwärts und rückwärts)
    Suchen und Ersetzen von Texten mit regulären Ausdrücken - auch in nicht geöffneten Dateien

PlainEdit.NET kann sowohl in Mehrbenutzersystemen, als auch auf einem USB-Stick betrieben werden.

Freeware

http://www.gaijin.at/dlplaineditnet.php
Titel: Text Editor Anywhere V2.01
Beitrag von: SiLæncer am 30 Oktober, 2011, 14:17
Text Editor Anywhere is a small tool that allows you to edit text anywhere with your favorite text editor. It provides a means of taking advantages of some advanced features (like auto-completing, spell checking and syntax highlighting) that are only available in an external text editor.

(http://www.portablefreeware.com/screenshots/scrt5jDiE.gif)

License: Freeware

http://www.listary.com/text-editor-anywhere
Titel: RJ TextEd 7.70 Final
Beitrag von: SiLæncer am 30 Oktober, 2011, 16:25
(http://www.kaldata.net/images/news/logos/rj_texted.jpg)
RJ TextEd - A Unicode source and text editor. RJ TextEd is a full featured text and source editor with Unicode support, syntax highlighting and code folding. The functionality extends beyond text files and includes support for HTML editing with integrated preview, spell checking, auto completion, HTML validation, templates and more. The program also include support for Topstyle Lite CSS editor, has a dual pane file commander, as well as a FTP client to upload your files. The editor uses language files to display menus and dialogs in different languages. There are several included languages. New language files can easily be created in the editor. RJ TextEd is also a simple web development tool. The editor can use auto completion and hints to assist you in editing your source code. You can preview HTML/ASP/PHP... code using one of the preview tabs or open a document in a browser. The editor does not only handle source code. It also handles true ASCII files, binary files and of course plain text files.

The program is absolutely free. There are a many features not listed below. Including spell checking, e-mail support, advanced search with regular expressions. For a full list check out the features section.

To learn more about the program you could check out the screenshots, or just try it out. RJ TextEd is developed in Delphi 2007 from Codegear and is released as Freeware. The program has been tested in windows 98/Me/2000/XP/2003/Vista/2008/Windows 7.

Licence: Freeware

Whats new: >>

Replace preview in extended search

Added an option in the extended search window to enable replace preview. When executing the replace, a preview window is displayed showing all changes in all files. Next to each file and text change is a checkbox allowing you to only select those changes you want to make in each file. Or you can exclude some files entirely. The preview window only have two buttons: "OK" and "Cancel". OK will commit all the selected changes.

This feature is actually pretty amazing and I don't know how we ever managed without it.
Document switcher

The document switcher window is displayed when you press "Ctrl+Tab" or "Shift+Ctrl+Tab". It is closed when the Ctrl button is released. You can switch document tab as usual by hitting (Shift+)Ctrl+Tab, use up/down arrows or Home/End buttons.

The list can be unsorted or sorted. The sort can be ascending or in MRU order. It can also be turned off.
Document list (left sidebar)

Added a context menu like the document tab context menu already available. It also contain a few options to sort the list or display full path names.
View space, tab and "end of line" characters

You can now set the color for displayed spaces, tabs and "end of line" characters in options.

I also added an option to only use the color in plain text files. If set, the current colors are used instead in source code. E.g. string color is used in strings...
(S)FTP: Open from remote server

Added a menu item to open a single file from a remote server. In the opened window you enter a remote path and FTP profile.
Left margin select

Selection with the mouse positioned in the left margin should now behave as in Visual Studio.
Customize Keyboard (shortcuts)

You can now assign 2 shortcuts to each action.
Align columns

Made some changes to the option window and added the option to set a tab size (if columns are separated by spaces).
Replace and replace all result notification

It is now possible to turn off the result notification window for "Replace". This is done in options.

It can also be turned off with "Replace All". Set the result option, in the search dialog, to "None".
PHP highlighter

Updated the PHP syntax files with some new constants.
Tool item parameter preview

Added a preview for parameters when using the "Run as DOS command and capture output" option. Parameter variables are expanded (if possible).
Search results in bottom bar

    The bottom bar view can now be toggled on/off with "Shift+Alt+F10".
    It is now possible to delete individual search results from the list.

Fixed

I've made several changes suggested in the forum "Feature" section and fixed several issues.

http://www.rj-texted.se/
Titel: DMcsvEditor V2.6
Beitrag von: SiLæncer am 31 Oktober, 2011, 07:15
DMcsvEditor is a simple CSV editor that helps you edit, delete, add and modify records. Comma, colon, semicolon, pipe, asterisk, dollar sign ($) and Tab (open/save *.tab file) separators are supported, as well as the export to HTML5, XML and Excel XLS formats.

(http://www.portablefreeware.com/screenshots/scrxt6R6A.gif)

License: Freeware

What's new: >>

    Japanese language file updated to the 2.5 (Thx Tilt.)
    added Russian language file (Thx Valerij Romanovskij)
    added .tsv, .txt file support (.tsv open/save/drag&drop | .txt open/drag&drop)
    added translators window (about->translators)
    remove donate button on toolbar
    added Flattr to donate menu.

http://www.tivadar.tk/
Titel: Notepad++ 5.9.6
Beitrag von: SiLæncer am 31 Oktober, 2011, 19:15
Whats new: >>

Add a new feature "Adding files recursively from a floder" in Project Manager.
Fix Project Panel open and reloading project file bug.

Download (http://download.tuxfamily.org/notepadplus/5.9.6/npp.5.9.6.Installer.exe)
Titel: SynWrite 2.7.080
Beitrag von: SiLæncer am 01 November, 2011, 06:15
SynWrite is an extended text editor. Syntax highlighting is managed by a rich library of so called "lexers" and supports almost all types of programming languages. User interface is Multi-Language. Other main features are code folding, tree structure, auto-completion and code templates. Program is small in size and also works as portable app or as lister plugin for file manager "Total Commander".

(http://images.betanews.com/screenshots/1289816929-1.jpg)

Freeware

http://www.uvviewsoft.com/
Titel: SciTE 3.0.0
Beitrag von: SiLæncer am 01 November, 2011, 13:06
Editor mit Syntax-Highlighting, Auto-Completion, Folding und vielem mehr...

(http://www.heise.de/software/screenshots/1206.jpg)

Lizenz: Open Source

Version 3.0.0 loads files in the background without blocking the user interface.

http://www.scintilla.org/SciTE.html
Titel: TED Notepad 6.0.1 Beta
Beitrag von: SiLæncer am 02 November, 2011, 05:53
TED Notepad is a growing freeware text editor, fertile in innovative features, text-processing functions and other advanced tools. All of them on hotkeys; all designed for quick advanced editing and text cold-working. This light-weight portable notepad replacement fits on any USB flash disk and loads instantly with no installation required. Daily writing of notes, lists, scripts or even code can get even easier than you thought.

(http://images.six.betanews.com/screenshots/1140206045-1.png)

Freeware

Latest Changes:

- Search and Replace dialog replaced by Search Bar
- Added: Support for Escapes and Regular Expressions in search/replace patterns
- Added: Experimental Search and Last Tool concept. Similar to Search and Replace
- Added: Long searches automatically display an abort dialog
- Added: Option to Mimic Case upon Search and Replace
- Added: Auto-search for current word upon no selection in Find Selected
- Added: Extended Replace also supports Escapes, RegExps and Mimic Case
- Added: Support for user-defined color of text and background
- Added: Random Color Scheme generator in Settings dialog
- Added: Display Line Numbers, Newlines and Line Lengths
- Added: ZoomIn, ZoomOut, ZoomReset
- Added: Auto-recognition of UTF-8 files without BOM
- Added: Import/Export/Reopen file in chosen encoding or codepage
- Added: Full transparent support for binary files (load+edit+save)
- Added: Full transparent support for mixed newlines (load+edit+save)
- Added: Command line parameter: /b Skips the "Create new file" question
- Added: Option to auto-save documents directly to their original files
- Added: Option to create recovery auto-save files with hidden attribute
- Added: Question, whether to auto-load a lost auto-save version of a file
- Added: Question about saving before closing is skipped for empty Untitled documents
- Added: Favourite files now support relative paths
- Added: Template file for new documents
- Added: Shuffle Lines tool
- Added: First Capital, Random Case and Fun Case tools
- Added: Unclose Lines, Trim Empty Lines and Shift Lines Right tool
- Added: Collapse Empty Lines tool
- Added: Unwrap Lines tool
- Added: Extract Words tool
- Added: Most tools are now showing their progress and support cancel
- Added: Classic old system edit control replaced by new improved editbox
- Added: Text storage engine with improved support for working with huge files
- Added: Support for very long lines (current limit is set to 1 MiB)
- Added: Multi-level Undo and Redo. Better Undo granularity
- Added: Legacy single-level Undo still available through Alt+BkSpace
- Added: More sensitive navigation through entire words
- Added: Support for Triple/Quadruple/Quintuple-click and mouse selecting
- Added: Option to auto-Copy to clipboard upon mouse selection
- Added: Paste/Swap from clipboard upon mouse Ctrl-Right-click
- Added: Option to Mimic Case upon Paste from clipboard
- Added: Option to auto-select current word/line/paragraph/document upon empty Copy/Cut
- Added: Insert Recently Inserted and Recently Deleted text
- Added: Support for Smart Home and End keys, working with indentation
- Added: Support for moving/selecting by entire paragraphs
- Added: Option to keep distance between the Caret and window borders
- Added: Improved and enriched Right-click menu
- Added: Support for Insert/Overwrite mode
- Added: Horizontal mouse-wheel scrolling
- Added: Improved INI files for saving settings into Config
- Added: Support for hierarchical INI file loading
- Added: Command line parameter: /i Load specified INI file
- Added: Location of current INI file added to Settings dialog
- Added: Printing font
- Added: Page Setup for printing
- Added: Check Updates shortcut
- Added: Sort tool: Upto five independent sorting keys available
- Added: Sort tool: Range of columns can be specified in each sorting key
- Added: Sort tool: Option to ignore white-spaces and/or punctuation while sorting
- Added: Sort tool: Option to ignore all but alpha-numeric characters while sorting
- Added: Sort tool: Option to ignore blank and/or control characters while sorting
- Added: Sort tool: Options to ignore characters supported even while sorting as numbers
- Added: Sort tool: Uses current user locale settings while sorting as numbers
- Added: Sort tool: Support for positive signs while sorting as numbers
- Modif: Sort tool: Sorting keys no longer depend on previous keys
- Added: Columns and Sort tools: Option to "delimit by entire phrase" rather than "separate characters"
- Added: Columns and Sort tools: Options for saving info from tool dialogs into the Config
- Modif: Columns and Sort tools: Tool dialogs accept ranges and columns inverted
- Added: Columns tool: Random number insertion point (%r)
- Modif: Columns tool: Center alignment modifier changed from ^ to
- Added: Translate Charaters tool: Supports escapes and ranges
- Added: XmlTag tool: Works more carefully with singleline/multiline selections
- Modif: XmlTag tool: Reselects the original selection after enclosing it
- Added: XmlTag tool: Option to keep or reset fields "Attributes" and "Empty"
- Added: Compare tool: State of checkboxes from tool dialog are saved into Config
- Added: Compare tool: Option for saving the compared strings into Config as well
- Added: Filters: New variable %S, which expands with current selection
- Added: Filters: Option to convert all text to/from UTF-8
- Added: Filters: Option to push no input (stdin) into filter
- Added: Filters: Option to ignore output (stdout/stderr) from filter
- Added: Filters: Option to mix output (stdout/stderr) from filter together
- Added: Filters: Option to display filter output as message instead of replacing
- Added: Filters: Option to auto-exit when filter is finished
- Added: Filters: Option to skip saving upon auto-exit when filter is finished
- Added: Filters: Option to ignore filter's return value
- Added: Filters: Option to wait for filter to finish
- Added: Filters: Option to skip the launch dialog
- Added: Filters: Quoting variable modifiers, which escape all double-quotes while expanding
- Added: Search and Replace All feature groups Undo steps into one Undo step
- Added: Search and Replace All feature shows total count of replacements in the Status Bar
- Added: Progress and info messages displayed in the Status Bar during most operations
- Added: Undo feature can now remember the last document save-point
- Added: Double-clicks on the Status Bar supported (as shortcuts to anticipated actions)
- Added: Word Wrap indicator in the Status Bar
- Added: Current character value in the Status Bar
- Added: Suggest filename from first line supports longer filenames
- Added: Suggest filename from first line now works also in Exclude File feature
- Added: Option to confirm with user whether to exit by Esc key
- Added: Option to prevent insertion of control characters
- Added: Option to show bold Caret upon Overwrite mode
- Added: Option to improve definition of what a word consists of
- Added: Option to Indent selection (of multiple lines) with simple Tab key
- Added: Option to reduce Undo steps to the last single step upon Save
- Added: Option to persist current scrolling during tools
- Added: Option to auto-hide the Search Bar after it has been used
- Added: Option to auto-hide the Search Bar only after a successful use
- Added: Options to reset/keep specific search attributes in the Search Bar
- Added: Option to execute search as non-abortable (for compatibility)
- Added: Option to execute all tools as non-abortable (for compatibility)
- Added: Option to warn, when a file being loaded is bigger than a specific value
- Added: Support for overriding user locale settings (number formats, date/time formats)
- Added: Many more settings and options to subtly adjust behaviour of features
- Fixed: Malformed UTF-8 files could cause loading troubles
- Fixed: Save As dialog allows read-only files when read-only files can be forced
- Fixed: Save As dialog no longer changes current working directory on the way
- Fixed: Switch to already opened document, while the other document's window is in tray
- Fixed: Troubles with changing the opened-and-watched-for-modifications file too rapidly
- Fixed: The opened-and-watched-for-modifications file no longer share-locked unnecessarily
- Fixed: Statistics tool: Average line length computed over non-empty lines only
- Fixed: Statistics tool: Line lengths (avg/min/max) ignore tail white-spaces
- Fixed: Unique Lines tool: Duplicates of empty lines not counted upon Leave empty lines
- Fixed: Unique Lines tool: Improved algorithm used in the tool (bug with quadratic impact)
- Fixed: SysTray icon reappears after explorer/taskbar crash and recreation
- Improved and more user-friendly Goto dialog
- Statistics tool dialog supports copying of the values into clipboard
- Settings dialog now remembers the last active tab for convenience
- All tools working with selection can now auto-select word/line/paragraph/document
- Changing document Encoding or Newlines makes the document modified
- Old Margin Bar renamed to Wrap Margin. It soft-wraps lines upon Word Wrap
- Message "Search pattern not found!" now includes the search pattern
- Current selection and scrolling try to persist Search and Replace All operation
- Search and Replace All draws all changes at once if there is no idle CPU
- Undo is available in the Search Bar, when selection is pre-filled as new pattern
- Ability to define and use the Second Search through the Search Bar
- Longer patterns (upto 8 KiB) allowed in the Search Bar
- The selection is reversed upon searching upwards
- Word Wrap rewraps the line being edited correctly, including previous word
- Better maintenance of current scrolling and selection upon reverting the document
- Better maintenance of current scrolling upon rewrapping lines of the document
- Horizontal Scroll Bar tries to be a bit smarter and less resource consuming
- Quote Mail tool removed
- Few hotkeys modified or switched between functions
- Tools sub-menu and Edit sub-menu rearranged a bit. All dialogs improved
- Defaults for some of the settings modified to fit the new capabilities
- Few config names changed or moved to prevent sharing with old versions
- Core memory-handling and text-processing routines improved
- Non-linear generator of pseudo-random numbers used in tools
- Default fonts changed to Courier New and Arial
- New application icon introduced

http://jsimlo.sk/notepad
Titel: RJ TextEd 7.71 Final
Beitrag von: SiLæncer am 02 November, 2011, 16:51
(http://www.kaldata.net/images/news/logos/rj_texted.jpg)
RJ TextEd - A Unicode source and text editor. RJ TextEd is a full featured text and source editor with Unicode support, syntax highlighting and code folding. The functionality extends beyond text files and includes support for HTML editing with integrated preview, spell checking, auto completion, HTML validation, templates and more. The program also include support for Topstyle Lite CSS editor, has a dual pane file commander, as well as a FTP client to upload your files. The editor uses language files to display menus and dialogs in different languages. There are several included languages. New language files can easily be created in the editor. RJ TextEd is also a simple web development tool. The editor can use auto completion and hints to assist you in editing your source code. You can preview HTML/ASP/PHP... code using one of the preview tabs or open a document in a browser. The editor does not only handle source code. It also handles true ASCII files, binary files and of course plain text files.

The program is absolutely free. There are a many features not listed below. Including spell checking, e-mail support, advanced search with regular expressions. For a full list check out the features section.

To learn more about the program you could check out the screenshots, or just try it out. RJ TextEd is developed in Delphi 2007 from Codegear and is released as Freeware. The program has been tested in windows 98/Me/2000/XP/2003/Vista/2008/Windows 7.

Licence: Freeware

Whats new: >>

Fixed

    An issue with tool parameters
    Column display issue in status-bar
    Column mode issue when using tabs
    Show/Hide bottom-bar button state issue in the editor toolbar

http://www.rj-texted.se/
Titel: Rapid Environment Editor V6.1 build 790
Beitrag von: SiLæncer am 04 November, 2011, 06:30
Rapid Environment Editor (RapidEE) is an environment variables editor. It includes an easy to use GUI and replaces the small and inconvenient Windows edit box, located in the System Information section.

(http://www.rapidee.com/images/rapidee.png)

What's new: >>

updated: Polish translation

License: Freeware

http://www.rapidee.com/en/about
Titel: Rapid Environment Editor V6.1 build 791
Beitrag von: SiLæncer am 04 November, 2011, 16:11
What's new: >>

    updated: Croatian translation
    fixed: Variables Exclude List is not refreshing if one clicks "Edit" and changes options
    fixed: "Split variable" option changes don't apply to the system variables until restart
    fixed: OK button flickers on mouse over & out action (About dialog)

http://www.rapidee.com/en/about
Titel: PSPad editor 4.5.6.2426 Beta
Beitrag von: SiLæncer am 04 November, 2011, 22:30
PSPad is a universal freeware editor. There is no complex install process; the program is ready to work immediately, without requiring customization. It supports many file types and languages, with syntax highlighting. There are macros, clip files and templates to automate repetitive activities. An integrated HEX Editor, Project support, FTP Client, Macro Recorder, File Search/Replace, Code Explorer, code page conversion, are just some of the many possibilities that PSPad can offer you.

(http://images.six.betanews.com/screenshots/1076948037-1.png)

Freeware

Latest Changes

- Backup/Restore PSpad configuration in program settings / Backup
- Added user highlighter for DART
- Modified file change detection

http://www.pspad.com/
Titel: Notepad++ 5.9.6.1
Beitrag von: SiLæncer am 05 November, 2011, 10:00
Whats new: >>

1.  Fix the crash issue while execute "Add Files from Directory" command (Project Manager).
2.  Enhance "Add files from Directory" command in Project Manager - sorted result: first all folders, then all files, both of them alphabetically.

Download (http://download.tuxfamily.org/notepadplus/5.9.6.1/npp.5.9.6.1.Installer.exe)

http://notepad-plus.sourceforge.net/
Titel: RJ TextEd 7.72 Final
Beitrag von: SiLæncer am 05 November, 2011, 19:29
(http://www.kaldata.net/images/news/logos/rj_texted.jpg)
RJ TextEd - A Unicode source and text editor. RJ TextEd is a full featured text and source editor with Unicode support, syntax highlighting and code folding. The functionality extends beyond text files and includes support for HTML editing with integrated preview, spell checking, auto completion, HTML validation, templates and more. The program also include support for Topstyle Lite CSS editor, has a dual pane file commander, as well as a FTP client to upload your files. The editor uses language files to display menus and dialogs in different languages. There are several included languages. New language files can easily be created in the editor. RJ TextEd is also a simple web development tool. The editor can use auto completion and hints to assist you in editing your source code. You can preview HTML/ASP/PHP... code using one of the preview tabs or open a document in a browser. The editor does not only handle source code. It also handles true ASCII files, binary files and of course plain text files.

The program is absolutely free. There are a many features not listed below. Including spell checking, e-mail support, advanced search with regular expressions. For a full list check out the features section.

To learn more about the program you could check out the screenshots, or just try it out. RJ TextEd is developed in Delphi 2007 from Codegear and is released as Freeware. The program has been tested in windows 98/Me/2000/XP/2003/Vista/2008/Windows 7.

Licence: Freeware

Whats new: >>

Version 7.72
Nov 5, 2011
Firefox preview

Updated the Firefox preview code to use Gecko 7 (Firefox 7, XULRunner 7.0...).
ALT+{num code}

You can now type numeric codes from 128 to 159. The correct Unicode character is inserted to the text.

E.g.

ALT+153 (type 153 on the numeric pad while holding the ALT key - and release ALT to insert character) will now insert ™ (= U+2122).
Text comparison

Added text comparison items to the document tab context menu on the right pane, when using "Dual document view". If no comparison software is set in options - all text compare menu items should be grayed out.
Find All (with highlighted search results)

A search using a string containing two, or more, lines should be highlighted properly now. Also fixed several issues e.g. scrollbar in the wrong position after the search.
Fixed

    Column editing issues when text contain tabs.
    Several undo/redo issues.
    Some other minor issues reported in the forum.


http://www.rj-texted.se/
Titel: DMcsvEditor V2.7
Beitrag von: SiLæncer am 08 November, 2011, 12:50
DMcsvEditor is a simple CSV editor that helps you edit, delete, add and modify records. Comma, colon, semicolon, pipe, asterisk, dollar sign ($) and Tab (open/save *.tab file) separators are supported, as well as the export to HTML5, XML and Excel XLS formats.

(http://www.portablefreeware.com/screenshots/scrxt6R6A.gif)

License: Freeware

What's new: >>

    fixed startup crash (not a valid floating..., Thx bug report to CrazyChop)
    added Italiano language file (Thx to Grazia Messineo)

http://www.tivadar.tk/
Titel: Rapid Environment Editor V6.1 build 792
Beitrag von: SiLæncer am 08 November, 2011, 13:18
Rapid Environment Editor (RapidEE) is an environment variables editor. It includes an easy to use GUI and replaces the small and inconvenient Windows edit box, located in the System Information section.

(http://www.rapidee.com/images/rapidee.png)

What's new: >>

updated: German translation

License: Freeware

http://www.rapidee.com/en/about
Titel: CodeLobster PHP Edition 3.10
Beitrag von: SiLæncer am 08 November, 2011, 22:27
CodeLobster PHP Edition is a handy and easy-in-use editor that is primarily intended for quick and easy creation and editing of PHP files. It includes debugger, dynamic help, built-in parser, autocomplete and Class View window for comfortable work with PHP code. CodeLobster PHP Edition also supports such file formats as Text, HTML, XML.

(http://images.six.betanews.com/screenshots/1186155456-1.gif)

Freeware

Latest Changes

- Plug-ins have decreased in price
- Support of multi-language interface
- (Russian language was added)
- PHP debugger for 64-bit servers
- Speed up for parsing PHP files
- Tooltips for CSS about supported browsers
- Support of Mercurial and Tortoise SVN
- Correct preview of multi-lines variables in the debugger
- FTP dialog improvement
- Joomla plug-in:
- Update to support the latest version 1.7
- Smarty plug-in:
- Update to support the latest version 3.1
- Bugs fixed:
- Crash in preview mode while searching
- Problem with FTP/SFTP progress bar

http://www.codelobster.com/
Titel: jEdit 4.4.2
Beitrag von: SiLæncer am 09 November, 2011, 13:20
Grafische Hilfestellungen bietet der Programmiereditor jEdit zwar nicht, aber mit Syntax-Hervorhebung für HTML, CSS, JavaScript, PHP und viele andere Sprachen sowie zahlreichen Komfortfunktionen empfiehlt sich der Editor für fortgeschrittene Anwender. Eine deutsche Sprachdatei zum Programm ist hier (http://community.jedit.org/?q=node/view/2462) zu finden.

(http://www.heise.de/software/screenshots/1171.jpg)

Lizenz:  Open Source

http://www.jedit.org/
Titel: SynWrite 2.7.120
Beitrag von: SiLæncer am 09 November, 2011, 16:08
SynWrite is an extended text editor. Syntax highlighting is managed by a rich library of so called "lexers" and supports almost all types of programming languages. User interface is Multi-Language. Other main features are code folding, tree structure, auto-completion and code templates. Program is small in size and also works as portable app or as lister plugin for file manager "Total Commander".

(http://images.betanews.com/screenshots/1289816929-1.jpg)

Freeware

What's new: >>

· "Clipboard history" panel
· options dlg: "Load color preset", "Save color preset" btns; some color presets
· cmd "Sentence case"
· status indicator "Zoom"
· codepage RUSCII
· inf. loop on replacing regex "$"

http://www.uvviewsoft.com/
Titel: Adobe Muse 0.8 Build 725 Beta 4
Beitrag von: SiLæncer am 09 November, 2011, 21:30
Adobe Muse will create websites as easily as you create layouts for print. You can design and publish original HTML pages to the latest web standards without writing code. Now in beta, Muse makes it a snap to produce unique, professional websites.

(http://images.six.betanews.com/screenshots/1313507427-1.jpg)

Freeware

Latest Changes

- 40+ new enhancements
- Available in 5 additional languages: French, German, Spanish, Swedish, and Dutch

http://muse.adobe.com/
Titel: Java-Editor 10.4k
Beitrag von: SiLæncer am 10 November, 2011, 13:08
Einfacher Java-Editor mit allen grundlegenden Funktionen, aber niedrigen Systemanforderungen, insbesondere für den Einsatz im Lehrbereich; mit Editor zum Modellieren von Klassen, UML-Fenster zum interaktiven Testen der Klassen und Erzeugung von Objekten sowie Designer zur Gestaltung von GUI-Oberflächen.

(http://www.heise.de/software/screenshots/50464.jpg)

Freeware

Whats new: >>

support for JDK 7 documentation

http://javaeditor.org/index.php?title=Main_Page
Titel: PSPad editor 4.5.6.2427
Beitrag von: SiLæncer am 11 November, 2011, 20:16
PSPad is a universal freeware editor. There is no complex install process; the program is ready to work immediately, without requiring customization. It supports many file types and languages, with syntax highlighting. There are macros, clip files and templates to automate repetitive activities. An integrated HEX Editor, Project support, FTP Client, Macro Recorder, File Search/Replace, Code Explorer, code page conversion, are just some of the many possibilities that PSPad can offer you.

(http://images.six.betanews.com/screenshots/1076948037-1.png)

Freeware

Latest Changes

- Backup/Restore PSpad configuration in program settings / Backup
- Added user highlighter for DART
- Modified file change detection
- Autocomplete - now is possible to confirm it with TAB key
- Open system files funstion opens HOSTS file too
- Code explorer for ADA - improoved
- User highlighter - added backslash comment possibility (4680 Basic)
- Interactive code clips - you can set date format in menu Settings / Program variables in %date% variable
- Python highlighter - added With keyword
- Open and Close dialogs uses new Windows 7 style
- New version of unicode library TNTUnicode controls
- New version of JCL library
- FoxPro - new code explorer
- File backup into designated folde includes drive letter
- Code explorer trims redundant spaces
- Autocomplete is case sensitive now
- HTML5 support - added missing tags
- Menu Edit / Conversion - items was changed to actions. You can assign shortcuts, use conversion in scripts
- Highlighter settings - you can set color for file tab
- Current File tab is highlighted
- HTML and CSS highlighter - # is included in select word
- COBOL Code explorer - added COPY section
- REX Code explorer - added support as ftREX in user highlighter
- HTML highlighter - double click selects color include # char
- Code explorerer - new support for Macomy Script (ftMScript)
- New dialog - speed optimalization
- File change detection
- Cobol highlighter (new keywords, inline comment)
- HTML5 tags support
- System variables support in external commands and compiler
- Search/Replace - PSPad will keep position when nothing is found
- Search file from log priority change - PSpad search in compiler folder first, then in project and open files
- File detection mechanism was rewriten
- Autocomplete appears automatically. You can set delay in Program settings / Editor2
- Log parser extended capabilities (Highlighter settings / Compiler)
- Added -i /i switch what allows you use alternative config file for PSPad
- Load file using plugin autodetects UTF-8 encoding
- User highlighter - new multiline comment style * …
- Program settings / System - new option allows you minimize program instead close it
- MS SQL highlighter extended (try - catch)
- User highlighter extended - comments start with slash (MEGA)
- User highlighter extended - escaped strings
- Code explorer - modification for AutoMod (ftAUM)
- Added FTP support for z/VM - vm/cms
- New option for detection deleted files in [Special settings section]: CheckDeleted. Default is off
- TextDiff is scrolling with window above
- Code explorer for AutoMod (ftAUM) was extended
- Code explorer for CSS shows used colors
- Cobol highlighter - words pair highlighting
- Color select - dblclick on stored color adds color into editor
- Color translator - stored colors was added
- Code explorer for UnIcon
- New command line parameter -N or /N runs new PSPad instance
- Search/replace in files now works with R/O files too
- In Highlighter settings / HTML is possible to activate/deactivate template support
- Added File Remove/Delete on the background detection
- Libraries update: JCL, TextDiff
- Project synchronize uses ignore masks list (Program settings / Files) for folders too
- Code format function remebers settings for individual highlighters between sessions
- Project from folder dialog
- New multiline comment style for PowerShell <#..#> in User highlighter definition
- Wordstar Layout support for editor shortcuts (you can define it)
- New Project synchronization with disk include file extensions specification in Project settings. It's first version, modification of Project rom folder dialog will follow
- Variable OldWhitespaceChar is back in program settings / Direct edit
- XProfan 11 - new user highlighter from Stephan Sonneborn
- Falcon 11 - new user highlighter from GRAWeeLD
- Possibility to sort file tabs alphabetically - menu Windows or file tabs context menu
- Drag/Drop image to HTML file with CTRL key inserts Base64 image form direct into code
- LOG parser - added %S what means any count of spaces/tabs
- Direct HEX editor works with code switching in menu format (right column)
- New script command: highlighter([s: string]): string sets/returns editor highlighter. You can enter start of the highlighter name only
- Show nonprintable chars - small dot for spaces
- Editor Command ecInsert inserts new line before current line and place cursor to start of the line
- PSPadShell extension first looks for PSpad in current folder then from registry - has meaning for multiuser environment
- Included manifest - requestedExecutionLevel is set to asInvoker
- JScript highlighter allows you highlight words begining of underscore with different color
- Syntax change - new button to set TXT - remove highlighter from file
- Manifest file was moved out of PSPad.exe. In default is set "asInvoker"
- Fortran Code explorer shows CALL in procedure body
- New commend line option /Snnn or -Snnn forced highlighter given by nnn. You can use start of highliter name only. Highlighter is sed for all files in command line
- In manifest was requesteExecutionLevel set to "highestAvailable" value
- FTP client - '..' is available always
- HTML preview - refresh after file save
- Progress code explorer - added Temp table structure support
- ABB rapid Code explorer - addedd Traps support
- Updated JCL library - processor and OS detection e.t.c
- Progress highlighter - addedd new keywords
- Programm remembers Code clips window size during sessions
- Remove file from project (Shift+Ctrl+Del) is available only if project Window is focused
- InnoSetup highlighter update - new keywords and flags
- New function - Detach file from FPT - if you open file from FTP, you can edit it locally only without automatically save it to FTP
- New option if FTP settings allows you keep connection with random commands
- New user highlighter for SIEMENS STEP7 industrial automation controller language (Wolfgang T. Url, DynaByte Engineering Url)
- XML Code explorer - some XML form (one line XML) freezes PSPad
- FTP log doesn't scroll to last line automatically
- Main form position after start
- Active tab setting after close files right or left
- FTP icon on the file tab after file was saved to FTP
- Multiline file tabs was displayed incorrectly in some cases
- Removing unnumbered bookmark doesn't have influence to bookmarks list
- Autorefres for new files
- Import FTP settings from FileZilla with FTP servers groups
- PSPad start with dots in path
- Open files from internet history wasn't stored
- Hanlded exception is file was closed on background
- FTP client - movement using arrows
- Switch to HEX when whole text was selected and file type was different from DOS
- Open Text files from project with double click
- File change detection
- FTP - random command can't be switched off
- Main window and more desktops
- Icon was lost when you go to settings and files with iconsets was missing
- Autoindent behavior corection
- Code explorer for Cobol
- Bracket highlighting in C++ and JScript
- String highlighting in JScript
- Fortran line comment in user highlighter takes 'C' only when on the first position in line
- Exception after binary file reload
- Reformat XML code - handled CDATA section
- PSpad doesn't take ShowHint settings (Program settings/Direct edit) after start
- FTP keep connection keeps current folder and keeps FTP client connected
- For new file extension TXT is set when Highlighter is switched off in Syntax change dialog
- Corrected exception after paste text into incremental search
- Fixed new comment style for C++ highlighter
- Fixed undo problems with active Autoindent mode
- Open file from internet - problem in case of UTF-8 page encoding
- File change detection
- Fixed ECHO highlighting for MSDos BAT highlighter
- Perl highlighter - string \# was highlighted as comment
- Fixed save ANSI file on VirtualBox shared folder
- Remove additional spaces with active WordWrap
- JScript - escaped comment problem
- FTP client - fixed problem with slow SSL/TLS communication
- JScript comment
- Drag/Drop from internal file explorer into HEX editor and TextDiff
- Statusbar supports unicode chars
- Statusbar - char update after delete char
- Statusbar - cursor position shows number of char before cursor
- Project synchronization wasn't available is no file was open
- CSS highlighter - highlight of the matching bracked fix
- Project doesn't store extensions for synchronization
- Search/replace - replace include new line
- Deleted file info was incorrect for new file
- CSS highlighter fix for matching bracket
- File save with keep date time info
- Paste from clipboard, real tabs and enabled EOL
- Fixed CSS highlighter
- File change detection using GetFileInformationByHandle() API function
- All window redraw during open files from outside editor
- Save main window position in menu Settings was disabled if no file was open
- File change detection stops work if file was closed using file tab
- Code explorer fo C++ and splitted strings
- Scripting - function highlighter() doesn't return highlighter name for user highlighters
- LOG resize with filetabs on the bottom
- User highlighter - string highlighting
- Favourite panel - copy link doesn't copy log parser string
- Program title - fixed display of the file name
- Toolbar - fixed problem with nondefault font size after start
- LOG parser debuger
- C++ code explorer
- C++ code explorer
- AutoCompletion behavior
- Problems when PSpad was started with -N
- File explorer allows you delete folder .
- C++ code explorer
- AutoCompletion behavior
- C++ Code explorer
- Autocomplete - behavior fixes
- COBOL code explorer - fixes
- COBOL - add/remove comments is driven by AreaA settings
- Project - fixed file type filter in File dialog when project file doesn't exist
- Handled exception in Highlighter settings
- Fixed Tcl/Tk variable highlight
- Fixed File tabs draw
- Autocomplete works only if PSPad is active
- Work directory release when PSpad is minimized to tray
- Sort dialog with remove duplicities works with unicode files now
- VBScript code explorer - procedures and functions
- Search/Replace dialog - problems with unicode strings
- HTML to plain text convertor (remove tags in menu HTML)
- Fixed buttons and checkboxes draw on Windows 7 with Alt key
- Cobol highlighter - foxed draw od * char if the last position
- Dialogs will show in the screen center if main PSPad window is partially behind the screen
- File save dialog for TXT files doesn't contain TXT extension when URL highlight was active
- Code explorer for C++ doesn't recognize "interrupt void ..."
- Dialogs - the caption wasn't transparent
- MS SQL 7 highlighter - AND was moved to keywords
- Remove redundant spaces - problem with unicode chars
- Highlighter settings / compiler tab - exception when there was no content and button INF was pressed

http://www.pspad.com/
Titel: Notepad++ 5.9.6.2
Beitrag von: SiLæncer am 13 November, 2011, 11:43
Whats new: >>

1.  Fix a crash issue while right-clicking on the doc switcher's column control ("Name" and "Ext.").
2.  Reduce the margin of edit zone.

Included plugins (Unicode):

1.  Spell Checker v1.3.3
2.  NppFTP 0.24.1
3.  NppExport v0.2.8
4.  Plugin Manager 0.9.3.1
5.  Converter 3.0

Included plugins (ANSI):

1.  TextFX v0.25
2.  NppExec v0.4.1
3.  Spell Checker v1.3.3
4.  NppExport v0.2.8
5.  Light Explorer v1.6
6.  Compare Plugin 1.5.5
7.  Plugin Manager 0.9.3.1

Download (http://download.tuxfamily.org/notepadplus/5.9.6.2/npp.5.9.6.2.Installer.exe)

http://notepad-plus.sourceforge.net/
Titel: Adobe Muse 0.8 Build 726 Beta 4.1
Beitrag von: SiLæncer am 14 November, 2011, 21:00
Adobe Muse will create websites as easily as you create layouts for print. You can design and publish original HTML pages to the latest web standards without writing code. Now in beta, Muse makes it a snap to produce unique, professional websites.

(http://images.six.betanews.com/screenshots/1313507427-1.jpg)

Freeware

Latest Changes

Fixed a problem changing widget options for Menu and Tab Panel widgets when using a non-English UI.
Fixed a crash that occurred on Preview, Export or Publish when a Composition widget was is a specific state.
Fixed a crash during Export or Publish: "Link should have the dimension of all referred images."
Fixed a crash that occurred when first drawing a page if negative paragraph space before/after existed on a paragraph.

http://muse.adobe.com/
Titel: AkelPad V4.7.0
Beitrag von: SiLæncer am 15 November, 2011, 19:15
(http://akelpad.sourceforge.net/files/screen_basic.png)
AkelPad is an open source editor for plain text. It is designed to be a small and fast. Includes the ability to load text documents that are larger than 64 Kilobytes, document previews before opening them, editing of read only files and more. Plugins add a number of additional features to Akelpad like syntax highlighting, auto completion, sessions, macros and scripts and auto saving.

Licence: Open Source

What's new: >>

Changed: plugin architecture. Update plugins.
Changed: active column flashing minimized.
Changed: switch between commands 4212, 4213, 4214 without window split off.
Changed: command line parameter /quit terminates only own process.

Added: ability to display alternating lines in different colors.
Added: local storage of open links in a document and marking them with selected color.
Added: border draw of active line.
Added: ability to turn off active line painting without color change.
Added: now "AkelAdmin.exe" works until AkelPad process ends (UAC).
Added: now "AkelAdmin.exe" provides the ability to open protected file (UAC).
Added: settings for top and bottom edit window margins.
Added: command line method /Show() to show main window in specified style.

Fixed: text replacement in columnar selection.
Fixed: turn on word wrap when collapsed folds exist.
Fixed: highlight link under cursor.
Fixed: file could be saved in virtual store (UAC).
Fixed: opening a system file under a limited user using the x86 version of program (Windows x64).
Fixed: error in the program when exiting, if the last closed document has split windows, which was switched off earlier in this document, and the caret is not in the first window (PMDI).
Fixed: scrolling after window resplit (PMDI).
Fixed: on windows split enabled error may appear at program exit, if flag 256 of manual parameter "PaintOptions" is used.
Fixed: caret updating with using flag 256 of manual parameter "PaintOptions".

http://akelpad.sourceforge.net/en/index.php
Titel: SciTE 3.0.1
Beitrag von: SiLæncer am 17 November, 2011, 07:40
Editor mit Syntax-Highlighting, Auto-Completion, Folding und vielem mehr...

(http://www.heise.de/software/screenshots/1206.jpg)

Lizenz: Open Source

Version 3.0.1 fixes bugs, most notably display bugs on Windows.

http://www.scintilla.org/SciTE.html
Titel: Zeta Resource Editor 2.2.0.6
Beitrag von: SiLæncer am 17 November, 2011, 12:20
Bearbeitet Standard-Microsoft-.NET-String-Ressourcen aus mehreren unterschiedlichen Ressourcen-Dateien im RESX-Format zusammen in einem einzelnen Grid; dadurch sind .NET-Entwickler beispielsweise in der Lage, mehrsprachige Anwendungen zu erstellen.

(http://www.heise.de/software/screenshots/50105.jpg)

Freeware

http://www.zeta-resource-editor.com/
Titel: NFOPad V1.63
Beitrag von: SiLæncer am 20 November, 2011, 18:25
NFOPad is a small, fast and flexible combined nfo viewer and text editor. It is a clone of Microsoft's Notepad but much more customizable and with some additional features. Of course NFOPad also supports nfo files with ASCII art. The file extension is used to determine whether to use an ANSI or ASCII font.

(http://www.portablefreeware.com/screenshots/scra4JZtx.gif)

License: Freeware

What's new: >>

+ Korean localization added
+ Tweaked some default values

http://thd.dyndns.org/s_nfopad.php
Titel: BlueGriffon 1.3
Beitrag von: SiLæncer am 21 November, 2011, 22:00
BlueGriffon hält sich an den aktuellen W3C-Standard. Unterstützt wird HTML 4.01, XHTML, HTML5, CSS 3, Java, java script.
Der Normalmodus (WYSIWYG) eignet sich besonders für Einsteiger, da man sich hier nicht um den Quelltext kümmern muss.
Ebenfalls dabei ist ein CSS-Editor, der das Entwerfen von Cascading Style Sheets erleichtert und ein Editor zum erstellen von SVG-Grafiken )skalierbare Vektorgrafiken).

(http://download.winboard.org/uploads/Image/2011-08-28%2015%2053%2030.png)

Neben dem deutschen Wörterbuch gibt es noch einige Erweiterungen für BlueGriffon auf der Herstellerseite, welche allerdings nicht kostenlos sind. Eine Ausnahme wäre FireFTP (http://www.bluegriffon.com/index.php?pages/FireFTP).

Voraussetzung ist ein installiertes Microsoft Visual C++2008 Redistributable Package (http://www.microsoft.com/downloads/de-de/details.aspx?familyid=a5c84275-3b97-4ab7-a40d-3802b2af5fc2&displaylang=de).

Freeware

Whats new: >>

    no more loads of empty lines in the source view
    customizable shortcuts (in Preferences window)
    nicer structure bar
    Paste in source view was partially horked and is now fixed
    preference to disable line wrapping (important for Asian languages)
    skew and scale CSS 2D Transforms were partially horked


http://bluegriffon.org/
Titel: BlueGriffon 1.3.1
Beitrag von: SiLæncer am 25 November, 2011, 18:08
BlueGriffon hält sich an den aktuellen W3C-Standard. Unterstützt wird HTML 4.01, XHTML, HTML5, CSS 3, Java, java script.
Der Normalmodus (WYSIWYG) eignet sich besonders für Einsteiger, da man sich hier nicht um den Quelltext kümmern muss.
Ebenfalls dabei ist ein CSS-Editor, der das Entwerfen von Cascading Style Sheets erleichtert und ein Editor zum erstellen von SVG-Grafiken )skalierbare Vektorgrafiken).

(http://download.winboard.org/uploads/Image/2011-08-28%2015%2053%2030.png)

Neben dem deutschen Wörterbuch gibt es noch einige Erweiterungen für BlueGriffon auf der Herstellerseite, welche allerdings nicht kostenlos sind. Eine Ausnahme wäre FireFTP (http://www.bluegriffon.com/index.php?pages/FireFTP).

Voraussetzung ist ein installiertes Microsoft Visual C++2008 Redistributable Package (http://www.microsoft.com/downloads/de-de/details.aspx?familyid=a5c84275-3b97-4ab7-a40d-3802b2af5fc2&displaylang=de).

Freeware

Whats new: >>

The text-align buttons of the format toolbar in v1.3 were horked, and that was a big enough regression to make me release a fix as soon as possible.


http://bluegriffon.org/
Titel: Quelltexteditor Bluefish 2.2 veröffentlicht
Beitrag von: SiLæncer am 27 November, 2011, 11:29
Der Quelltexteditor Bluefish ist in der Version 2.2 veröffentlicht worden. Der Editor wurde mit vielen Neuerungen versehen, die sich jedoch erst bei der Arbeit mit der Anwendung zeigen.

Auch wenn es auf den ersten Blick nicht zu sehen ist, haben die Entwickler in Bluefish 2.2 viele Änderungen vorgenommen. So arbeitet der Editor nun mit Gtk 3, Gtk 2 wird aber weiterhin unterstützt. Viele existierende Funktionalitäten wurden überarbeitet. Die Arbeit mit großen Dateien läuft schneller ab und es werden mehr Programmiersprachen unterstützt, beispielsweise Ada, Vala, Google Go und D.

Der Sprachensyntaxscanner wurde um neue Funktionen erweitert. Dank Toggle-Comment wählt Bluefish nun abhängig von dem zugrundeliegenden Codeblock automatisch die richtigen Kommentarzeichen aus. Mit der Blockselektierungsfunktion lassen sich Programmblöcke schnell markieren. Bluefish kann Identifikatoren wie selbstdefinierte Funktionenbezeichnungen erkennen und von einem Funktionsaufruf direkt zur Funktionsdefinition springen. Die Suche wurde komplett neu geschrieben. Für die einfache Suche integrierten die Entwickler ein Eingabefeld in die Toolbar. Suchtreffer werden im gesamten Dokument hervorgehoben. Die erweiterte Suche unterstützt reguläre Ausdrücke, ersetzt gegebenenfalls gefundene Texte und durchsucht auch Dateien auf der Festplatte.

Bluefish 2.2 erfordert mindestens gtk-2 2.12 oder gtk-3. Der Quellcodeeditor steht unter der GPL und ist für Linux, FreeBSD, Mac OS X, OpenBSD, Solaris und Windows erhältlich. Bluefish 2.2 kann von mehreren Spiegelservern und Sourceforge.net heruntergeladen (http://bluefish.openoffice.nl/download.html) werden.

Quelle : www.pro-linux.de
Titel: SynWrite 2.7.150
Beitrag von: SiLæncer am 28 November, 2011, 06:00
SynWrite is an extended text editor. Syntax highlighting is managed by a rich library of so called "lexers" and supports almost all types of programming languages. User interface is Multi-Language. Other main features are code folding, tree structure, auto-completion and code templates. Program is small in size and also works as portable app or as lister plugin for file manager "Total Commander".

(http://images.betanews.com/screenshots/1289816929-1.jpg)

Freeware

What's new: >>

kein Changelog verfügbar ...

http://www.uvviewsoft.com/
Titel: medit 1.0.95 Unstable
Beitrag von: SiLæncer am 29 November, 2011, 05:30
medit is a programming and around-programming text editor. Started originally as a simple built-in editor component in GGAP, it grew up to a real text editor.

(http://images.six.betanews.com/screenshots/1319560039-1.png)

Lizenz: Open Source

http://mooedit.sourceforge.net/
Titel: Fresh HTML 3.65
Beitrag von: SiLæncer am 29 November, 2011, 13:25
(http://www.kaldata.net/images/news/logos/freshhtml.gif)
Fresh HTML is a software to create and edit pages for the world wide web. Its “WYSIWYG” (what you see is what you get) interface makes editing HTML pages as easy as using your favorite word processor. Its built-in editor allows advanced users to fine-tune HTML codes to fit their needs. This software is 100% free, no spyware, and updated regularly.

What's new: more web site templates.

Licence: Freeware

What's new: more web site templates.

http://www.freshwebmaster.com/freshhtml.html
Titel: CSVed V2.2.1
Beitrag von: SiLæncer am 30 November, 2011, 05:26
CSVed is a basic spreadsheet file editor which can be used to create and manipulate CSV files. You can add/delete columns, rearrange column order, change separator, filter items, remove duplicates, split/join columns etc.

(http://www.portablefreeware.com/screenshots/scrKFe3Sx.gif)

License:  Cardware

What's new: >>

added: split TAB Colum Edit in two TABs
added: remove white space
added: in create new file add empty rows
added: split current file in two or more small files
added: remove obsolete items in MRU at startup

http://csved.sjfrancke.nl/index.html
Titel: Java-Editor 10.4o
Beitrag von: SiLæncer am 30 November, 2011, 13:34
Einfacher Java-Editor mit allen grundlegenden Funktionen, aber niedrigen Systemanforderungen, insbesondere für den Einsatz im Lehrbereich; mit Editor zum Modellieren von Klassen, UML-Fenster zum interaktiven Testen der Klassen und Erzeugung von Objekten sowie Designer zur Gestaltung von GUI-Oberflächen.

(http://www.heise.de/software/screenshots/50464.jpg)

Freeware

Whats new: >>

bugfix for version 10.4n

http://javaeditor.org/index.php?title=Main_Page
Titel: TED Notepad V6.0.2
Beitrag von: SiLæncer am 01 Dezember, 2011, 05:30
TED Notepad is a growing freeware text editor, fertile in innovative features, text-processing functions and other advanced tools. All of them on hotkeys; all designed for quick advanced editing and text cold-working. This light-weight portable notepad replacement fits on any USB flash disk and loads instantly with no installation required. Daily writing of notes, lists, scripts or even code can get even easier than you thought.

(http://images.six.betanews.com/screenshots/1140206045-1.png)

Freeware

Latest Changes:

Version 6.0.2 (Nov 30, 2011)
    - Fixed: Initialization of Random number generator in multi-threaded tools.
    Changes against version 6.0.1.

Version 6.0.1 (Nov 2, 2011)
    This version is a complete rewrite of the entire project. Small changes might be left out by omission.
    + Search and Replace dialog replaced by Search Bar.
    + Added: Support for Escapes and Regular Expressions in search/replace patterns.
    + Added: Experimental Search and Last Tool concept. Similar to Search and Replace.
    + Added: Long searches automatically display an abort dialog.
    + Added: Option to Mimic Case upon Search and Replace.
    + Added: Auto-search for current word upon no selection in Find Selected.
    + Added: Extended Replace also supports Escapes, RegExps and Mimic Case.
    + Added: Support for user-defined color of text and background.
    + Added: Random Color Scheme generator in Settings dialog.
    + Added: Display Line Numbers, Newlines and Line Lengths.
    + Added: ZoomIn, ZoomOut, ZoomReset.
    + Added: Auto-recognition of UTF-8 files without BOM.
    + Added: Import/Export/Reopen file in chosen encoding or codepage.
    + Added: Full transparent support for binary files (load+edit+save).
    + Added: Full transparent support for mixed newlines (load+edit+save).
    + Added: Command line parameter: /b Skips the "Create new file" question.
    + Added: Option to auto-save documents directly to their original files.
    + Added: Option to create recovery auto-save files with hidden attribute.
    + Added: Question, whether to auto-load a lost auto-save version of a file.
    + Added: Question about saving before closing is skipped for empty Untitled documents.
    + Added: Favourite files now support relative paths.
    + Added: Template file for new documents.
    + Added: Shuffle Lines tool.
    + Added: First Capital, Random Case and Fun Case tools.
    + Added: Unclose Lines, Trim Empty Lines and Shift Lines Right tool.
    + Added: Collapse Empty Lines tool.
    + Added: Unwrap Lines tool.
    + Added: Extract Words tool.
    + Added: Most tools are now showing their progress and support cancel.
    + Added: Classic old system edit control replaced by new improved editbox.
    + Added: Text storage engine with improved support for working with huge files.
    + Added: Support for very long lines (current limit is set to 1 MiB).
    + Added: Multi-level Undo and Redo. Better Undo granularity.
    + Added: Legacy single-level Undo still available through Alt+BkSpace.
    + Added: More sensitive navigation through entire words.
    + Added: Support for Triple/Quadruple/Quintuple-click and mouse selecting.
    + Added: Option to auto-Copy to clipboard upon mouse selection.
    + Added: Paste/Swap from clipboard upon mouse Ctrl-Right-click.
    + Added: Option to Mimic Case upon Paste from clipboard.
    + Added: Option to auto-select current word/line/paragraph/document upon empty Copy/Cut.
    + Added: Insert Recently Inserted and Recently Deleted text.
    + Added: Support for Smart Home and End keys, working with indentation
    + Added: Support for moving/selecting by entire paragraphs.
    + Added: Option to keep distance between the Caret and window borders.
    + Added: Improved and enriched Right-click menu.
    + Added: Support for Insert/Overwrite mode.
    + Added: Horizontal mouse-wheel scrolling.
    + Added: Improved INI files for saving settings into Config.
    + Added: Support for hierarchical INI file loading.
    + Added: Command line parameter: /i Load specified INI file
    + Added: Location of current INI file added to Settings dialog.
    + Added: Printing font.
    + Added: Page Setup for printing.
    + Added: Check Updates shortcut.
    + Added: Sort tool: Upto five independent sorting keys available.
    + Added: Sort tool: Range of columns can be specified in each sorting key.
    + Added: Sort tool: Option to ignore white-spaces and/or punctuation while sorting.
    + Added: Sort tool: Option to ignore all but alpha-numeric characters while sorting.
    + Added: Sort tool: Option to ignore blank and/or control characters while sorting.
    + Added: Sort tool: Options to ignore characters supported even while sorting as numbers.
    + Added: Sort tool: Uses current user locale settings while sorting as numbers.
    + Added: Sort tool: Support for positive signs while sorting as numbers.
    * Modif: Sort tool: Sorting keys no longer depend on previous keys.
    + Added: Columns and Sort tools: Option to "delimit by entire phrase" rather than "separate characters".
    + Added: Columns and Sort tools: Options for saving info from tool dialogs into the Config.
    * Modif: Columns and Sort tools: Tool dialogs accept ranges and columns inverted.
    + Added: Columns tool: Random number insertion point (%r).
    * Modif: Columns tool: Center alignment modifier changed from ^ to !.
    + Added: Translate Charaters tool: Supports escapes and ranges.
    + Added: XmlTag tool: Works more carefully with singleline/multiline selections.
    * Modif: XmlTag tool: Reselects the original selection after enclosing it.
    + Added: XmlTag tool: Option to keep or reset fields "Attributes" and "Empty".
    + Added: Compare tool: State of checkboxes from tool dialog are saved into Config.
    + Added: Compare tool: Option for saving the compared strings into Config as well.
    + Added: Filters: New variable %S, which expands with current selection.
    + Added: Filters: Option to convert all text to/from UTF-8.
    + Added: Filters: Option to push no input (stdin) into filter.
    + Added: Filters: Option to ignore output (stdout/stderr) from filter.
    + Added: Filters: Option to mix output (stdout/stderr) from filter together.
    + Added: Filters: Option to display filter output as message instead of replacing.
    + Added: Filters: Option to auto-exit when filter is finished.
    + Added: Filters: Option to skip saving upon auto-exit when filter is finished.
    + Added: Filters: Option to ignore filter's return value.
    + Added: Filters: Option to wait for filter to finish.
    + Added: Filters: Option to skip the launch dialog.
    + Added: Filters: Quoting variable modifiers, which escape all double-quotes while expanding.
    + Added: Search and Replace All feature groups Undo steps into one Undo step.
    + Added: Search and Replace All feature shows total count of replacements in the Status Bar.
    + Added: Progress and info messages displayed in the Status Bar during most operations.
    + Added: Undo feature can now remember the last document save-point.
    + Added: Double-clicks on the Status Bar supported (as shortcuts to anticipated actions).
    + Added: Word Wrap indicator in the Status Bar.
    + Added: Current character value in the Status Bar.
    + Added: Suggest filename from first line supports longer filenames.
    + Added: Suggest filename from first line now works also in Exclude File feature.
    + Added: Option to confirm with user whether to exit by Esc key.
    + Added: Option to prevent insertion of control characters.
    + Added: Option to show bold Caret upon Overwrite mode.
    + Added: Option to improve definition of what a word consists of.
    + Added: Option to Indent selection (of multiple lines) with simple Tab key.
    + Added: Option to reduce Undo steps to the last single step upon Save.
    + Added: Option to persist current scrolling during tools.
    + Added: Option to auto-hide the Search Bar after it has been used.
    + Added: Option to auto-hide the Search Bar only after a successful use.
    + Added: Options to reset/keep specific search attributes in the Search Bar.
    + Added: Option to execute search as non-abortable (for compatibility).
    + Added: Option to execute all tools as non-abortable (for compatibility).
    + Added: Option to warn, when a file being loaded is bigger than a specific value.
    + Added: Support for overriding user locale settings (number formats, date/time formats).
    + Added: Many more settings and options to subtly adjust behaviour of features.
    - Fixed: Malformed UTF-8 files could cause loading troubles.
    - Fixed: Save As dialog allows read-only files when read-only files can be forced.
    - Fixed: Save As dialog no longer changes current working directory on the way.
    - Fixed: Switch to already opened document, while the other document's window is in tray.
    - Fixed: Troubles with changing the opened-and-watched-for-modifications file too rapidly.
    - Fixed: The opened-and-watched-for-modifications file no longer share-locked unnecessarily.
    - Fixed: Statistics tool: Average line length computed over non-empty lines only.
    - Fixed: Statistics tool: Line lengths (avg/min/max) ignore tail white-spaces.
    - Fixed: Unique Lines tool: Duplicates of empty lines not counted upon Leave empty lines.
    - Fixed: Unique Lines tool: Improved algorithm used in the tool (bug with quadratic impact).
    - Fixed: SysTray icon reappears after explorer/taskbar crash and recreation.
    * Improved and more user-friendly Goto dialog.
    * Statistics tool dialog supports copying of the values into clipboard.
    * Settings dialog now remembers the last active tab for convenience.
    * All tools working with selection can now auto-select word/line/paragraph/document.
    * Changing document Encoding or Newlines makes the document modified.
    * Old Margin Bar renamed to Wrap Margin. It soft-wraps lines upon Word Wrap.
    * Message "Search pattern not found!" now includes the search pattern.
    * Current selection and scrolling try to persist Search and Replace All operation.
    * Search and Replace All draws all changes at once if there is no idle CPU.
    * Undo is available in the Search Bar, when selection is pre-filled as new pattern.
    * Ability to define and use the Second Search through the Search Bar.
    * Longer patterns (upto 8 KiB) allowed in the Search Bar.
    * The selection is reversed upon searching upwards.
    * Word Wrap rewraps the line being edited correctly, including previous word.
    * Better maintenance of current scrolling and selection upon reverting the document.
    * Better maintenance of current scrolling upon rewrapping lines of the document.
    * Horizontal Scroll Bar tries to be a bit smarter and less resource consuming.
    * Quote Mail tool removed.
    * Few hotkeys modified or switched between functions.
    * Tools sub-menu and Edit sub-menu rearranged a bit. All dialogs improved.
    * Defaults for some of the settings modified to fit the new capabilities.
    * Few config names changed or moved to prevent sharing with old versions.
    * Core memory-handling and text-processing routines improved.
    * Non-linear generator of pseudo-random numbers used in tools.
    * Default fonts changed to Courier New and Arial.
    * New application icon introduced.
    Changes against version 5.4.1.

http://jsimlo.sk/notepad
Titel: AkelPad V4.7.1
Beitrag von: SiLæncer am 04 Dezember, 2011, 16:36
(http://akelpad.sourceforge.net/files/screen_basic.png)
AkelPad is an open source editor for plain text. It is designed to be a small and fast. Includes the ability to load text documents that are larger than 64 Kilobytes, document previews before opening them, editing of read only files and more. Plugins add a number of additional features to Akelpad like syntax highlighting, auto completion, sessions, macros and scripts and auto saving.

Licence: Open Source

What's new: >>

Changed: line deletion command continues to work when end-of-file reached.

Added: now "AkelAdmin.exe" provides the ability to save to a protected folder (UAC).

Fixed: program execution from third-party applications.
Fixed: slow active column painting on Win7 with Aero.
Fixed: active line border didn't displayed on alternating lines without border.
Fixed: option "Mouse dragging" was set to the opposite meaning.
Fixed: focus loss in open file dialog.
Fixed: NTFS file stream didn't saved.
Fixed: command line parameters /reassoc and /deassoc processed only one group of three possible Open/Edit/Print.


http://akelpad.sourceforge.net/en/index.php
Titel: PSPad editor 4.5.7.2433 Beta
Beitrag von: SiLæncer am 06 Dezember, 2011, 20:46
PSPad is a universal freeware editor. There is no complex install process; the program is ready to work immediately, without requiring customization. It supports many file types and languages, with syntax highlighting. There are macros, clip files and templates to automate repetitive activities. An integrated HEX Editor, Project support, FTP Client, Macro Recorder, File Search/Replace, Code Explorer, code page conversion, are just some of the many possibilities that PSPad can offer you.

(http://images.six.betanews.com/screenshots/1076948037-1.png)

Freeware

Latest Changes

- Fixed file type assign in Windows 7
- C# highlighter - enum type

http://www.pspad.com/
Titel: medit 1.0.97 Unstable
Beitrag von: SiLæncer am 07 Dezember, 2011, 22:21
medit is a programming and around-programming text editor. Started originally as a simple built-in editor component in GGAP, it grew up to a real text editor.

(http://images.six.betanews.com/screenshots/1319560039-1.png)

Lizenz: Open Source

http://mooedit.sourceforge.net/
Titel: SavageEd2 V0.02.00
Beitrag von: SiLæncer am 08 Dezember, 2011, 05:45
SavageEd2 is a very small and fast Windows notepad replacement written in x86 assembly language (HLA). It can edit files of any size, limited only by memory. It can encrypt text files using AES encryption with 256 bit key (max 32 character password) in .enc format. It has Pattern searching features.

(http://www.portablefreeware.com/screenshots/scrXP5djd.gif)

License: Freeware

What's new: >>

-fixed SaveAs dialog not renaming properly
-added Set Tabs option - default Tab is now set to 4 chars

https://sites.google.com/site/highlevelassembly/downloads/savgeed2
Titel: SciTE 3.0.2
Beitrag von: SiLæncer am 09 Dezember, 2011, 06:16
Editor mit Syntax-Highlighting, Auto-Completion, Folding und vielem mehr...

(http://www.heise.de/software/screenshots/1206.jpg)

Lizenz: Open Source

Version 3.0.2 saves files in the background and can print on GTK+ 3.

http://www.scintilla.org/SciTE.html
Titel: EditPad Lite V7.0.9
Beitrag von: SiLæncer am 09 Dezember, 2011, 13:00
EditPad Lite is a general-purpose text editor, designed to be small and compact, yet offer all the functionality you expect from a basic text editor. EditPad Lite works with Windows NT4, 98, 2000, ME, XP and Vista.

(http://www.editpadpro.com/screens/editpadlite.png)

Freeware

What's new: >>

Improvements:

    Editor: Right-clicking on the blank space after the end of a selected line now shows the context menu for selected text.
    Installer: Create portable installation without admin rights.

Bug fixes:

    Editor: If a file had more than 9,999 lines then the width of the margin was sometimes inconsistent until you caused all visible lines to be repainted.
    Editor: Opening a file larger than 64K with line numbers turned on by default sometimes caused an access violation error.
    Editor: Right-clicking on blank space inside (rectangular) selections now shows the context menu for selected text.
    Portable: Do not prompt to be the default editor when running a portable installations as portable installs should not touch the host PC.
    Printing failed if the font was not a TrueType font.
    Search|Copy Search Matches: If searching for all the matches took long enough for a progress meter to appear, EditPad failed to close the progress meter after copying the search matches, making further interaction with EditPad impossible.

http://www.editpadpro.com/editpadlite.html
Titel: Rapid Environment Editor V6.1 build 793
Beitrag von: SiLæncer am 09 Dezember, 2011, 13:21
Rapid Environment Editor (RapidEE) is an environment variables editor. It includes an easy to use GUI and replaces the small and inconvenient Windows edit box, located in the System Information section.

(http://www.rapidee.com/images/rapidee.png)

What's new: >>

    updated: Slovak translations

License: Freeware

http://www.rapidee.com/en/about
Titel: BookME 4.6.0.6
Beitrag von: SiLæncer am 11 Dezember, 2011, 18:20
BookME bietet einem die Möglichkeit, Nachschlagewerke zu erstellen. Durch die Aufteilung in Kapitel und Unterkapitel hat man die Möglichkeit, sein Werk zu strukturieren. Grafiken und Tabellen können ebenso eingefügt werden, wie interne Hyperlinks auf andere Kapitel oder Dokumente sowie Hyperlinks für Dateien, Internet- und Mailadressen. Das Ergebnis lässt sich in verschiedene Formate exportieren (HTLM, MHT, CHM).

(http://members.chello.at/~dimega/Screen1-100.png)

Vorausgesetzt wird ein installierte .NET Framework 2

Unterstützt wird WIN XP bis Seven

Freeware (für den privaten Gebrauch)

Whats new: >>

    Erweiterung: Globale Suchfunktion auf maximal 4 UND-verknüpfte Suchbegriffe erweitert.
    Änderung: Massive Beschleunigung beim Öffnen von sehr großen BookME-Dateien (mehrere tausend Einträge).
    Erweiterung: Speichern des Pfades des Microsoft HTML-Help-Compilers in der BookME-Konfigurationsdatei, sofern dieser zuvor installiert wurde.
    Erweiterung: Speichern des letzten Programmstarts (Datum und Uhrzeit) in einer benutzerspezifischen Log-Datei, deren Bezeichnung keinen Rückschluss auf den Benutzername zulässt (MD5-Hash-codiert, daher datenschutzkonform). Nur für Firmen zwecks Überprüfung der Lizenzen von Bedeutung.
    Kleine Optimierungen

http://www.dimega.com/
Titel: Java-Editor 10.4q
Beitrag von: SiLæncer am 13 Dezember, 2011, 15:39
Einfacher Java-Editor mit allen grundlegenden Funktionen, aber niedrigen Systemanforderungen, insbesondere für den Einsatz im Lehrbereich; mit Editor zum Modellieren von Klassen, UML-Fenster zum interaktiven Testen der Klassen und Erzeugung von Objekten sowie Designer zur Gestaltung von GUI-Oberflächen.

(http://www.heise.de/software/screenshots/50464.jpg)

Freeware

Whats new: >>

Mit JDK 1.6.x compilierter InOut.java

http://javaeditor.org/index.php?title=Main_Page
Titel: AkelPad V4.7.2
Beitrag von: SiLæncer am 15 Dezember, 2011, 20:00
(http://akelpad.sourceforge.net/files/screen_basic.png)
AkelPad is an open source editor for plain text. It is designed to be a small and fast. Includes the ability to load text documents that are larger than 64 Kilobytes, document previews before opening them, editing of read only files and more. Plugins add a number of additional features to Akelpad like syntax highlighting, auto completion, sessions, macros and scripts and auto saving.

Licence: Open Source

What's new: >>

Added: now "AkelAdmin.exe" provides the ability to create file by opening in
  protected folder (UAC)
Added: manual parameter "AkelAdminResident" - defines residency of the AkelAdmin.exe
Fixed: saving tabulation settings
Fixed: saving alternating lines settings


http://akelpad.sourceforge.net/en/index.php
Titel: SynWrite 2.8.290
Beitrag von: SiLæncer am 18 Dezember, 2011, 20:20
SynWrite is an extended text editor. Syntax highlighting is managed by a rich library of so called "lexers" and supports almost all types of programming languages. User interface is Multi-Language. Other main features are code folding, tree structure, auto-completion and code templates. Program is small in size and also works as portable app or as lister plugin for file manager "Total Commander".

(http://images.betanews.com/screenshots/1289816929-1.jpg)

Freeware

What's new: >>

· tab popup menu: "Move to other view" cmd.
· Now 2 files can be splitted vertically.
· Many commands changed to work with 2 views (Close all, Save all, etc).
· tab popup menu: "Copy ... to clipboard" items.
· commands "Sync horizontal/vertical scrolling" for 2 views.
· dialog :Shell integration".
· Find in files: progress cancel btn.

http://www.uvviewsoft.com/
Titel: Free Webeditor 1.5.2
Beitrag von: SiLæncer am 21 Dezember, 2011, 05:43
Free Webeditor is a Freeware HTML editor application that has advanced features such as autocomplete for HTML and Javascript, syntax coloring, tag inspector and quick info. It also has many wizards such as framesets wizard, cascading style sheets (css) wizard ,tables wizard, forms wizard and dropdown menu wizard. While editing the html code the user is able to have a live preview of the webpage. Other important features are Thumbnail Image maker, FTP Client , Code Snippets and Clipboard manager. Full support for all HTML tags is provided.

(http://images.six.betanews.com/screenshots/1322741315-1.png)

Freeware

http://www.4dots-software.com/webeditor/
Titel: RJ TextEd 7.80 Beta 2
Beitrag von: SiLæncer am 21 Dezember, 2011, 23:41
(http://www.kaldata.net/images/news/logos/rj_texted.jpg)
RJ TextEd - A Unicode source and text editor. RJ TextEd is a full featured text and source editor with Unicode support, syntax highlighting and code folding. The functionality extends beyond text files and includes support for HTML editing with integrated preview, spell checking, auto completion, HTML validation, templates and more. The program also include support for Topstyle Lite CSS editor, has a dual pane file commander, as well as a FTP client to upload your files. The editor uses language files to display menus and dialogs in different languages. There are several included languages. New language files can easily be created in the editor. RJ TextEd is also a simple web development tool. The editor can use auto completion and hints to assist you in editing your source code. You can preview HTML/ASP/PHP... code using one of the preview tabs or open a document in a browser. The editor does not only handle source code. It also handles true ASCII files, binary files and of course plain text files.

The program is absolutely free. There are a many features not listed below. Including spell checking, e-mail support, advanced search with regular expressions. For a full list check out the features section.

To learn more about the program you could check out the screenshots, or just try it out. RJ TextEd is developed in Delphi 2007 from Codegear and is released as Freeware. The program has been tested in windows 98/Me/2000/XP/2003/Vista/2008/Windows 7.

Licence: Freeware

Whats new: >>

New in this version:

Find/Replace
Moved find and replace to a single dialog window. Also made some minor changes and fixed some issues.

Fixed
Fixed some issues reported in the forum.

Version 7.80 beta 1

Find and replace
Removed the "Extended search" dialog and created new find and replace dialogs. Both the find and replace dialog now contain options to search in all open files, project files and files in a folder. I also made several improvements e.g. replace preview now work in selections or from the current cursor position when making a replace in the current document. The same is true with the count feature.

The search pane in the bottom bar has also been redesigned and several improvements have been made.

Copy to clipboard option
Added an option to allow the current line to be copied to the clipboard if nothing is selected. This option is turned off by default.

Run script with an event
Added options to run a script when a certain event occur. The options currently are:

Run script
-only manually
-at startup
-at shutdown
-when file is opened
-when file is closing
-when project is opened
-when project is closing

Insert ascending numbers in column mode
Available in the edit menu and will insert ascending numbers in a selection. You can set the number to start from and how much the number should increment. You can also set the alignment (left or right).

XULRunner 8.0 (Firefox 8 preview) is included

Tools
Environment variables like %TEMP% can now be used in a path or initial dir when adding a user tool to the "Tools" menu.

Fixed

* Program freeze issue. The program could sometimes freeze when scrolling a document or changing focus.
* ASP file CPU issue.
* Auto close HTML tags should work now if option is set.
* Plus a lot more reported in the forum.



Download
Install version: https://www.sugarsync.com/pf/D6439876_1955549_654563
Portable version: https://www.sugarsync.com/pf/D6439876_1955549_654575

http://www.rj-texted.se/
Titel: TexMaker 3.2 veröffentlicht
Beitrag von: SiLæncer am 22 Dezember, 2011, 12:15
Umfangreicher LaTeX-Editor mit integrierten Tools und Funktionen wie Syntax-Highlighting, 370 mathematischen Symbolen und Ausdrücken, Suchen und Ersetzen oder Rechtschreibprüfung; konvertiert zudem LaTeX ins HTML-Format.

(http://www.heise.de/software/screenshots/31402.jpg)

ChangeLog
version 3.1 -> 3.2 :
New features :
- block selection mode has been added (alt+mouse)
- a "search in folders" dialog has been added
- the settings file can now be saved, deleted or loaded
- all the colors for the syntax highlighting can now be changed (a preconfigured dark theme is available)
- graphics environments and .asy files have their own syntax highlighting mode
- a selected piece of text can now be surrounded by french/german quotes (these quotes has been added to the "LaTeX" menu and to the completion)
- a panel can be added in the structure view to show the list of opened files ("View" menu)
- the Texdoc tool can be launched directly via the Help menu (users can select the name of the environment before calling Texdoc)
- the list of label and bibliography items can now be used to customize the completion
- the "recent files" list can now be cleaned
- the shortcuts of some commands can now be changed ("switching between the editor and the pdf viewer", "french/german quotes", "next/previous document",...)
- *.asy files can now be opened directly without using the "all files" filter
- *.jpeg has been added to the list of the "includegraphics wizard"
- .thm and .pre files are now deleted while using the "clean" command
- windows and mac versions are now compiled with Qt 4.8 and poppler 0.18.2
- a version compiled on macosx lion is now available
- the version number is now added to the info.plist file (macosx)

Bugs fixed :
- some syntax highlighting troubles has been fixed (\verb, \lstinline, lstlisting environment,..)
- the metapost command in the toolbar launches now really metapost (and not makeindex)
- extra bracket is no more inserted for the \label command in the completion
- the user commands list is now refreshed after using the "Edit user commands" dialog
- the line numbers are now refreshed while clicking in the "grey areas" of the scrollbar

French :
- l'éditeur inclut maintenant la sélection par bloc avec la combinaison souris+ touche Alt (permet de copier/coller/couper facilement des colonnes d'un tableau)
- possibilité de recherche récursive dans un dossier
- possibilité de sauver/charger/effacer le fichier de configuration
- possibilité d'appeler texdoc directement depuis texmaker (menu aide - on peut sélectionner le nom d'un environnement avant)
- possibilité d'encadrer par \og \fg{} tout texte sélectionné (raccourci-clavier paramétrable). La séquence \og \fg{} est maintenant incluse d'office dans l'auto-complétion
- possibilité de changer toutes les couleurs pour la coloration syntaxique
- légère coloration syntaxique des environnements graphiques (pstricks, tikz et asymptote) à l'intérieur d'un document latex et pour les fichiers .asy (que l'on peut maintenant ouvrir directement sans passer par "tous fichiers")
- possibilité d'afficher de façon permanente dans le panneau structure la liste des fichiers ouverts
- deux options permettent d'ajouter automatiquement la liste des labels et des items bibliographiques lorsqu'on ajoute des commandes à l'auto-complétion (menu "Utilisateur")
- possibilité d'effacer la liste des fichiers récents
- possibilité de changer les raccourcis claviers du menu "Affichage" (notamment pour passer d'un document à l'autre). Le raccourci clavier permettant de changer de focus entre l'éditeur et l'afficheur pdf est aussi dorénavant paramétrable.
- ajout des fichiers .jp(e)g à l'assistant "include{graphics}"
- ajout des fichiers .thm et .pre à la liste des fichiers supprimés par la commande "Nettoyer"
- ajout d'une version compilée sous macosx lion
- les versions windows et mac sont maintenant compilés avec les toutes dernières versions de Qt (4.8) et de poppler (0.18.2)

Lizenz: Open Source

http://www.xm1math.net/texmaker/download.html
Titel: DFM2HTML 6.1
Beitrag von: SiLæncer am 22 Dezember, 2011, 20:43
DFM2HTML ist ein WYSIWYG HTML-Editor, mit dem man per Drag&Drop Webseiten ohne Kenntnisse von HTML professionell erstellen kann.Effekte wie Schatten/Rotation/Anti-Aliasing/Runde Ecken machen Bildbearbeitungsprogramme überflüssig.

(http://download.winboard.org/uploads/Image/dfm2html.jpg)


    * WYSIWYG in Kombination mit Stylesheet-basiertem Design
    * Mehrere HTML-Seiten können in einem Dokument verwaltet werden
    * Graphische Effekte (z.B. Anti-Aliasing, Schatten, Runde Ecken)
    * HTML-Formulare
    * kompakte HTML-Code-Generierung
    * Unicode
    * PHP
    * DHTML-Menüs

Neu in version 6.1:

* HTML-Generierung beschleunigt um 10%
* Bessere RAM-Nutzung waehrend HTML-Generierung

Unterstützt wird WIN95-7
Herstellerseite: http://www.dfm2html.de/
Titel: RJ TextEd 7.80
Beitrag von: SiLæncer am 22 Dezember, 2011, 23:38
(http://www.kaldata.net/images/news/logos/rj_texted.jpg)
RJ TextEd - A Unicode source and text editor. RJ TextEd is a full featured text and source editor with Unicode support, syntax highlighting and code folding. The functionality extends beyond text files and includes support for HTML editing with integrated preview, spell checking, auto completion, HTML validation, templates and more. The program also include support for Topstyle Lite CSS editor, has a dual pane file commander, as well as a FTP client to upload your files. The editor uses language files to display menus and dialogs in different languages. There are several included languages. New language files can easily be created in the editor. RJ TextEd is also a simple web development tool. The editor can use auto completion and hints to assist you in editing your source code. You can preview HTML/ASP/PHP... code using one of the preview tabs or open a document in a browser. The editor does not only handle source code. It also handles true ASCII files, binary files and of course plain text files.

The program is absolutely free. There are a many features not listed below. Including spell checking, e-mail support, advanced search with regular expressions. For a full list check out the features section.

To learn more about the program you could check out the screenshots, or just try it out. RJ TextEd is developed in Delphi 2007 from Codegear and is released as Freeware. The program has been tested in windows 98/Me/2000/XP/2003/Vista/2008/Windows 7.

Licence: Freeware

Whats new: >>

Version 7.80
Dec 22, 2011
Find and replace

Removed the "Extended search" dialog and created a new find and replace dialog. Both the find and replace tab now contain options to search in all open files, project files and files in a folder. I also made several improvements e.g. replace preview now work in selections and from the current cursor position, when making a replace in the current document. The same is true for the count feature.

The search pane in the bottom bar has also been redesigned and several improvements have been made.

It is possible to set a keyboard shortcut to open the find or replace with the option "Find where" set to "Folder". The actions in "Customize keyboard" are "FindInFilesAction" and "ReplaceInFilesAction".
Copy to clipboard option

Added an option to allow the current line to be copied to the clipboard if nothing is selected. This option is turned off by default.
Run script with an event

Added options to run a script when a certain event occur. The options currently are:

Run script

    only manually
    at startup
    at shutdown
    when file is opened
    when file is closing
    when project is opened
    when project is closing

Insert ascending numbers in column mode

Available in the edit menu and will insert ascending numbers in a selection. You can set the number to start from and how much the number should increment. You can also set the alignment (left or right).
XULRunner 8.0 (Firefox 8 preview)

XULRunner 8.0 is included.
Tools

Environment variables like %TEMP% can now be used in a path, initial dir and argument when adding a user tool to the "Tools" menu.
Fixed

    Program freeze issue. The program could sometimes freeze when scrolling a document or changing focus.
    ASP file CPU issue.
    Auto close HTML tags should work now if option is set.
    Plus a lot more reported in the forum.



http://www.rj-texted.se/
Titel: Kudaz MDI V2.2.1.2
Beitrag von: SiLæncer am 25 Dezember, 2011, 09:46
Kudaz is a user-friendly programmer's editor with selective syntax-highlighting capabilities that currently supports 53 languages/scripts. Among the many features: advanced "Find In Files"; fully user-configurable automatic word correction, code-completion and source template support; support for Unix/Macintosh/Windows line formats; detection of current file change by other applications.

(http://www.portablefreeware.com/screenshots/scrby0JCH.gif)

License: Freeware

What's new: >>

· Fixed: Selection Mode was not retained.
· Fixed: A file without an extension was not detected or identified.
· Fixed: At times 'Open from Favorite' menu was not properly displayed.
· Fixed: [Options >> Edit >> Tab Size] was not stored and restored.
· Fixed: [View In Browser] didn't work fine.
· Fixed: Temporarily created files from via [View In Browser] was not
· deleted porperly.
· Fixed: [Options >> Edit >> Word Wrap on by Default] was not stored and
· restored.
· Fixed: [Options >> Edit >> Extended >> Enable Undo after Save] was not
· stored and restored.

http://www.geocities.jp/keynes77jp/kudaz.htm
Titel: TreeDBNotes V4.1 Build 5
Beitrag von: SiLæncer am 27 Dezember, 2011, 12:50
TreeDBNotes stores and represents your information in a tree-structured form. Each node in the tree represents an associated note where you can store text infomation with Wordpad-like formatting.

(http://www.portablefreeware.com/screenshots/scrNIRSCp.gif)

License: Freeware

What's new: >>

- Fix: Hyperlinks, incorrect prefix file://
- Fix: DEL key when rename folder
- Fix: Problem with sorting (trees and folders)

http://www.mytreedb.com/treedbnotes_free.html
Titel: ResEdit V1.5.9
Beitrag von: SiLæncer am 27 Dezember, 2011, 16:45
ResEdit is a resource editor for 32-bit programs. You can use it if you want to use dialogs, icon, version information or other types of resources. Output files can be compiled by any Win32 compiler, like MinGW and Microsoft Visual C++.

(http://www.portablefreeware.com/screenshots/scrq20Rfs.gif)

License: Freeware

What's new: >>

Fixed : Bug when saving PE file when .rsrc section is the first section of the file
Fixed : Preprocessor bug (was not able to parse 64-bit MinGW includes
Fixed : Bug when deleting A Rich Edit 2 control from a dialog resource
Fixed : Displayed icon sizes were sometimes wrong
Added : Case insensitive search in filters
Added : Notification when file has been modified by an external editor

http://www.resedit.net/
Titel: RJ TextEd V7.81
Beitrag von: SiLæncer am 28 Dezember, 2011, 06:30
(http://www.kaldata.net/images/news/logos/rj_texted.jpg)
RJ TextEd - A Unicode source and text editor. RJ TextEd is a full featured text and source editor with Unicode support, syntax highlighting and code folding. The functionality extends beyond text files and includes support for HTML editing with integrated preview, spell checking, auto completion, HTML validation, templates and more. The program also include support for Topstyle Lite CSS editor, has a dual pane file commander, as well as a FTP client to upload your files. The editor uses language files to display menus and dialogs in different languages. There are several included languages. New language files can easily be created in the editor. RJ TextEd is also a simple web development tool. The editor can use auto completion and hints to assist you in editing your source code. You can preview HTML/ASP/PHP... code using one of the preview tabs or open a document in a browser. The editor does not only handle source code. It also handles true ASCII files, binary files and of course plain text files.

The program is absolutely free. There are a many features not listed below. Including spell checking, e-mail support, advanced search with regular expressions. For a full list check out the features section.

To learn more about the program you could check out the screenshots, or just try it out. RJ TextEd is developed in Delphi 2007 from Codegear and is released as Freeware. The program has been tested in windows 98/Me/2000/XP/2003/Vista/2008/Windows 7.

Licence: Freeware

Whats new: >>

    Firefox preview could crash the program.
    Updated the Italian language file.

http://www.rj-texted.se/
Titel: SynWrite 2.8.304
Beitrag von: SiLæncer am 30 Dezember, 2011, 23:00
SynWrite is an extended text editor. Syntax highlighting is managed by a rich library of so called "lexers" and supports almost all types of programming languages. User interface is Multi-Language. Other main features are code folding, tree structure, auto-completion and code templates. Program is small in size and also works as portable app or as lister plugin for file manager "Total Commander".

(http://images.betanews.com/screenshots/1289816929-1.jpg)

Freeware

What's new: >>

· cmd "View -- Always on top"
· fixes
· Find dlg: Count result shown as red line
· removed: opt "Editor - Read-only"
· removed: opt "Read-only at startup: as set for previous session"

http://www.uvviewsoft.com/
Titel: Tomahawk PDF+ V3.1.0
Beitrag von: SiLæncer am 31 Dezember, 2011, 10:10
Tomahawk is a full-featured word processor for RTF, TXT and other file formats, with built-in PDF export capability. It is the freeware version of Tomahawk Gold, so it lacks some bells and whistles of the paid version.

(http://www.portablefreeware.com/screenshots/scrLUM5Au.gif)

License: Free for personal use

What's new: >>

    Fixed N-Up printing

http://www.nativewindsofmontana.com/software/tpdfplus.html
Titel: Texmaker 3.2.1
Beitrag von: SiLæncer am 02 Januar, 2012, 06:00
Umfangreicher LaTeX-Editor mit integrierten Tools und Funktionen wie Syntax-Highlighting, 370 mathematischen Symbolen und Ausdrücken, Suchen und Ersetzen oder Rechtschreibprüfung; konvertiert zudem LaTeX ins HTML-Format.

(http://www.heise.de/software/screenshots/31402.jpg)

Whats new: >>

Packages updated (Dec 28) because of Qt 4.8.0 bug

Lizenz: Open Source

http://www.xm1math.net/texmaker/download.html
Titel: Notepad++ 5.9.7
Beitrag von: SiLæncer am 02 Januar, 2012, 13:25
Notepad++ v5.9.7 new features and fixed bugs:

1. Add drag and drop capacity in Project Manager (only inside of Project Manager).
2. Add "Move Up" (Ctrl+Up) and "Move Down" (Ctrl+Down) commands in Project Panel.
3. Edit Zone border can be customizable via "Editing" tab of Preferences dialog.
4. Fix an aesthetic problem in incremental search bar.
5. Make plugins in "%APPDATA%\Notepad++\plugins\" override les plugins in Notepad++ installation directory. (Plugins loading from %APPDATA%\Notepad++\plugins\ is enabled only if "NPP_INSTALLED_DIR\Notepad++\allowAppDataPlugins.xml" is present)

Included plugins (Unicode):

1.  Spell Checker v1.3.3
2.  NppFTP 0.24.1
3.  NppExport v0.2.8
4.  Plugin Manager 1.0.7
5.  Converter 3.0

Included plugins (ANSI):

1.  TextFX v0.25
2.  NppExec v0.4.1
3.  Spell Checker v1.3.1
4.  NppExport v0.2.8
5.  Light Explorer v1.6
6.  Compare Plugin 1.5.6.1
7.  Plugin Manager 1.0.7

http://download.tuxfamily.org/notepadplus/5.9.7/
Titel: Java-Editor 10.4s
Beitrag von: SiLæncer am 05 Januar, 2012, 13:18
Einfacher Java-Editor mit allen grundlegenden Funktionen, aber niedrigen Systemanforderungen, insbesondere für den Einsatz im Lehrbereich; mit Editor zum Modellieren von Klassen, UML-Fenster zum interaktiven Testen der Klassen und Erzeugung von Objekten sowie Designer zur Gestaltung von GUI-Oberflächen.

(http://www.heise.de/software/screenshots/50464.jpg)

Freeware

Whats new: >>

bugfix for version 10.4r

http://javaeditor.org/index.php?title=Main_Page
Titel: Notepad++ V5.9.8
Beitrag von: SiLæncer am 05 Januar, 2012, 16:16
New futures and fixed bugs in Notepad++ v5.9.8 :

    Add drag and drop capacity in Project Manager (only inside of Project Manager).
    Add "Move Up" (Ctrl+Up) and "Move Down" (Ctrl+Down) commands in Project Panel.
    Edit Zone border can be customizable via "Editing" tab of Preferences dialog.
    Fix an aesthetic problem in incremental search bar.
    Fix "Save all" GUI bug.
    Make plugins in %APPDATA%\Notepad++\plugins\ override les plugins in Notepad++ installation directory. (Plugins loading from %APPDATA%\Notepad++\plugins\ is enabled only if NPP_INSTALLED_DIR\Notepad++\allowAppDataPlugins.xml is present)

Included plugins (Unicode):

    Spell Checker v1.3.3
    NppFTP 0.24.1
    NppExport v0.2.8
    Plugin Manager 1.0.8
    Converter 3.0

Included plugins (ANSI):

    TextFX v0.25
    NppExec v0.4.1
    Spell Checker v1.3.1
    NppExport v0.2.8
    Light Explorer v1.6
    Compare Plugin 1.5.6.1
    Plugin Manager 1.0.8

http://notepad-plus-plus.org/
Titel: Rapid Environment Editor V6.1 build 794
Beitrag von: SiLæncer am 07 Januar, 2012, 15:46
Rapid Environment Editor (RapidEE) is an environment variables editor. It includes an easy to use GUI and replaces the small and inconvenient Windows edit box, located in the System Information section.

(http://www.rapidee.com/images/rapidee.png)

What's new: >>

fixed: Korean translation

License: Freeware

http://www.rapidee.com/en/about
Titel: WikidPad V2.1
Beitrag von: SiLæncer am 08 Januar, 2012, 12:50
Mix aus Notepad, Outliner und Wiki, mit dem sich Informationen und Notizen strukturieren lassen; verlinkt erstellte Texte automatisch untereinander (Crosslinking), ähnlich der Struktur in Wikipedia.

(http://www.heise.de/software/screenshots/26396.jpg)

Lizenz: Open Source

What's new: >>

* Small changes in help wiki

http://wikidpad.sourceforge.net/
Titel: Flashnote 4.3
Beitrag von: SiLæncer am 09 Januar, 2012, 16:05
Elektronischer Notizzettel, nimmt kurze Texte oder Internet-Adressen auf, Drag&Drop-fähig, speichert die Texte für den nächsten Programmstart und stellt sie wieder zur Verfügung.

(http://www.heise.de/software/screenshots/7273.jpg)

kostenlos

http://softvoile.com/
Titel: TreeDBNotes V4.25 (Build 01)
Beitrag von: SiLæncer am 09 Januar, 2012, 20:45
TreeDBNotes stores and represents your information in a tree-structured form. Each node in the tree represents an associated note where you can store text infomation with Wordpad-like formatting.

(http://www.portablefreeware.com/screenshots/scrNIRSCp.gif)

License: Freeware

What's new: >>

    New: Notes History (Back [Alt+Left] and Forward [Alt+Right] commands)
    Fix: Resize table and ESC key
    Fix: Select font and Enter key
    Fix: Copy and Paste row and columns
    Fix: Ampersand symbol in the message caption
    Fix: Reset status bar text on close and TreeDB home
    Fix: Incorrect caption in the Icon Manager
    Fix: Trees statistics (total and selected folders)
    Fix: Some changes in the main menu and interface

http://www.mytreedb.com/treedbnotes_free.html
Titel: RJ TextEd 7.90 Beta 2
Beitrag von: SiLæncer am 11 Januar, 2012, 21:30
(http://www.kaldata.net/images/news/logos/rj_texted.jpg)
RJ TextEd - A Unicode source and text editor. RJ TextEd is a full featured text and source editor with Unicode support, syntax highlighting and code folding. The functionality extends beyond text files and includes support for HTML editing with integrated preview, spell checking, auto completion, HTML validation, templates and more. The program also include support for Topstyle Lite CSS editor, has a dual pane file commander, as well as a FTP client to upload your files. The editor uses language files to display menus and dialogs in different languages. There are several included languages. New language files can easily be created in the editor. RJ TextEd is also a simple web development tool. The editor can use auto completion and hints to assist you in editing your source code. You can preview HTML/ASP/PHP... code using one of the preview tabs or open a document in a browser. The editor does not only handle source code. It also handles true ASCII files, binary files and of course plain text files.

The program is absolutely free. There are a many features not listed below. Including spell checking, e-mail support, advanced search with regular expressions. For a full list check out the features section.

To learn more about the program you could check out the screenshots, or just try it out. RJ TextEd is developed in Delphi 2007 from Codegear and is released as Freeware. The program has been tested in windows 98/Me/2000/XP/2003/Vista/2008/Windows 7.

Licence: Freeware

Whats new: >>

Cut/Copy Special
Added a new menu item in the "Edit" menu with the sub menu items:

Cut and Append
Copy and Append
Copy and Paste

Misc find/replace changes
* If the find field has focus in "Incremental find" and you press Ctrl+F - the find text is transferred to the find/replace bar.
* If the find field has the focus in the "Find/replace bar" and you press Ctrl+E - the find text is transferred to the incremental find bar.
* Changed Alt acceleration letters in the find/replace bar.
* Esc should now close the find/replace bar.
* The current state of the find/replace bar is remembered between sessions.
* Changed positions and sizes of some find/replace bar components.
* The find/replace bar should display properly now when using large Windows fonts.
* Changed the position of some buttons in the find/replace bar and added some hints.


http://www.rj-texted.se/
Titel: EditPad Lite V7.1.0
Beitrag von: SiLæncer am 16 Januar, 2012, 13:04
EditPad Lite is a general-purpose text editor, designed to be small and compact, yet offer all the functionality you expect from a basic text editor. EditPad Lite works with Windows NT4, 98, 2000, ME, XP and Vista.

(http://www.editpadpro.com/screens/editpadlite.png)

Freeware

What's new: >>

New feature:

    64-bit: EditPad's installer now automatically installs a 64-bit version of EditPad on 64-bit Windows.

Improvements:

    Dockable panels: New mechanism for docking panels makes it easier to position panels exactly where you want. Instead of moving the mouse pointer to an invisible area next to the edge of another panel, you now move the mouse pointer to icons that appear in the center of the panel that you're dragging over.
    Extra|Delete Duplicate Lines now shows a progress meter.
    File|Open: Show a warning when opening a file causes a working copy of that file to be opened along with it.
    Forum: The button to delete messages is now labeled Cancel for messages that are being edited, to make it more obvious that this button deletes the edited message, but leaves the original message in place.
    Search: Selection as Search Text now escapes regex metacharacters if the Regular Expressions search option is active.

Bug fixes:

    Clip Collection: When not using AceText, the drop-down menu of the Open button on the Clip Collection panel did not always remember the collections that you opened previously.
    Editor: Home and End when Scroll Lock is active now scroll to the first and last column in the file instead of the first and last line; Ctrl+Home and Ctrl+End still scroll to the first and last line when Scroll Lock is active.
    Search: Pressing Ctrl+Z (Undo) while the large search box has keyboard focus after Ctrl+F (Prepare to Search) now correctly reverts the search term to what it was before Ctrl+F replaced it with the word selected in the main editor.
    Tabs: Double-clicking the tab background to add a blank tab immediately closes that tab when double-clicking at the spot where the new tab's X button appears.
    Tabs: Dropping a file onto the file tabs background should make it the last file in the project.
    Windows 7: Progress meter was sometimes shown on the taskbar button when there was no progress to indicate, and was sometimes not shown on the taskbar button when a progress meter was being shown.

http://www.editpadpro.com/editpadlite.html
Titel: RJ TextEd 7.90
Beitrag von: SiLæncer am 17 Januar, 2012, 22:20
(http://www.kaldata.net/images/news/logos/rj_texted.jpg)
RJ TextEd - A Unicode source and text editor. RJ TextEd is a full featured text and source editor with Unicode support, syntax highlighting and code folding. The functionality extends beyond text files and includes support for HTML editing with integrated preview, spell checking, auto completion, HTML validation, templates and more. The program also include support for Topstyle Lite CSS editor, has a dual pane file commander, as well as a FTP client to upload your files. The editor uses language files to display menus and dialogs in different languages. There are several included languages. New language files can easily be created in the editor. RJ TextEd is also a simple web development tool. The editor can use auto completion and hints to assist you in editing your source code. You can preview HTML/ASP/PHP... code using one of the preview tabs or open a document in a browser. The editor does not only handle source code. It also handles true ASCII files, binary files and of course plain text files.

The program is absolutely free. There are a many features not listed below. Including spell checking, e-mail support, advanced search with regular expressions. For a full list check out the features section.

To learn more about the program you could check out the screenshots, or just try it out. RJ TextEd is developed in Delphi 2007 from Codegear and is released as Freeware. The program has been tested in windows 98/Me/2000/XP/2003/Vista/2008/Windows 7.

Licence: Freeware

Whats new: >>

Cut/Copy Special

Added a new menu item in the "Edit" menu with the sub menu items:

Cut and Append
Copy and Append
Copy and Paste

Incremental Find...

Open a small find bar in the top right document area to make an incremental search. Some options are available e.g. highlight all items found.

Single line Find/Replace bar

Removed the search pane in the bottom bar and created a new single line find/replace bar. To use it - set the option "Open find/replace as a single line bar" in options. It is a bit higher when you do a replace though. If you select "Find" - only the find options and buttons are displayed.

Text clip variables

It is now possible to add variables to your text clips and also prompt for information. The variable definition block has to be enclosed by %%. Variables by %. The variable block has to be at the top of the start clip. Variables can then be inserted anywhere inside the text clip. Both in the start and end clip.

Zitat
E.g. ------------------------------------
%% %name
%=@i My name
%city%=New York
%date%=@d[yyyy.mm.dd]
%time%=@t[hh.nn] %%
This is a simple and silly text clip. My name is %name% and i work in %city%.
The current date is %date% and time %time%.
-----------------------------------

@i will prompt for a text to be used with the %name% variable. "My name" is just a label displayed in the prompt window. @d and @t will get the current date and time.

Goto line...

The goto line window is now part of the find/replace dialog window.

Bookmarks are now listed and you can select and go to any of them in the document.

Clipboard history

Made some changes to allow several selected items to be pasted, copied or removed. This means e.g. that you can combine several clips into one and paste them in one action.

XULRunner 9.0 (Firefox 9.0 preview) is included

FTP (OpenVMS)

FTP against a VMS OS should work properly now. It's been tested with OpenVMS.

Options

Made some minor changes in "Options - Search" tab and added an option to "Always use the current document text selection as the text to find" (this will include selections spanning several lines).

TODO and NOTE items with projects

Made some minor changes to find todo and note items in e.g. ini files.

http://www.rj-texted.se/
Titel: BlueGriffon V1.4
Beitrag von: SiLæncer am 18 Januar, 2012, 12:52
BlueGriffon hält sich an den aktuellen W3C-Standard. Unterstützt wird HTML 4.01, XHTML, HTML5, CSS 3, Java, java script.
Der Normalmodus (WYSIWYG) eignet sich besonders für Einsteiger, da man sich hier nicht um den Quelltext kümmern muss.
Ebenfalls dabei ist ein CSS-Editor, der das Entwerfen von Cascading Style Sheets erleichtert und ein Editor zum erstellen von SVG-Grafiken )skalierbare Vektorgrafiken).

(http://download.winboard.org/uploads/Image/2011-08-28%2015%2053%2030.png)

Neben dem deutschen Wörterbuch gibt es noch einige Erweiterungen für BlueGriffon auf der Herstellerseite, welche allerdings nicht kostenlos sind. Eine Ausnahme wäre FireFTP (http://www.bluegriffon.com/index.php?pages/FireFTP).

Voraussetzung ist ein installiertes Microsoft Visual C++2008 Redistributable Package (http://www.microsoft.com/downloads/de-de/details.aspx?familyid=a5c84275-3b97-4ab7-a40d-3802b2af5fc2&displaylang=de).

Freeware

Whats new: >>

    hidden preference bluegriffon.inContext.enabled
    better installers
    rulers not hidden in source view; b=345
    Switching back from Source to Wysig triggers a txn even if the source is inchanged; b=344
    highlighting the current line in source views
    scripteditor changes cursor position if Reflect replies a syntax error
    don't double load when a linked sheet is modified by BG itself
    highlight selected element in DOM Explorer
    tab title and position in DOM Explorer
    hidden preference bluegriffon.defaults.forceLF
    Tip of the Day (the tips themselves are not ready yet)
    use standard descriptors for ltr and rtl; b=287
    automatic detection of changes in external files linked into documents edited by BlueGriffon; b=325
    wrong mimetypes switching to source view
    get rid of duplicate anchors in Link Insertion dialog
    force reload stylesheets if they were edited
    no check if ID already given in CSS Properties panel; b=194
    Invalid class or ID in the CSS Properties panel freezes the app; b=167
    Table properties dialog controls can show NaN; b=336
    CSS Colors were always added as rgb() Values; b=97
    CSS 3 3D Transformations
    Don't remove empty divs switching back from source to wysiwyg view;b=261
    CodeMirror now used for all source views instead of Ace
    Script Editor was always displayed in en-US
    Insert > Stylesheets moved to Panels > Stylesheets.
    Panels > Stylesheets now offers to edit embedded and local stylesheets through CodeMirror
    folding and XML parsing error visibility added to Source View
    folding and JS syntax error added to Script Editor (uses Reflect)
    folding added to Stylesheets Editor
    new table cells should not get vertical-align:top; b=314
    class and aria role does not apply correctly to multiple td/thselection; b=329
    don't use the width attribute on tables in html5; b=313
    Format menu partially horked; b=312
    cannot select/copy/paste select elements; b=331
    Removing last class leaves an empty class attribute; b=320
    impossible to create an attributeless hr element; b=322
    a lot of minor fixes

http://bluegriffon.org/
Titel: Amaya 11.4.4
Beitrag von: SiLæncer am 19 Januar, 2012, 19:40
Mit Hilfe von Amaya können Sie Webseiten erstellen und auf Ihren Webserver hochladen. Autoren können eine Internetseite von Grund auf neu erstellen, sie können nach allen benötigten Informationen im Web suchen und diese per Copy'n'Paste in ihre Seiten einfügen und Verlinkungen zu anderen Seiten erstellen. All das kann auf einfache Weise in einer einzigen Arbeitsumgebung realisiert werden. Browsen und Editieren ist in einem Tool vollständig miteinander verknüpft. Hierbei können mehrere (X)HTML, native MathML (.mml) und SVG (.svg) Dokumente zur gleichen Zeit dargestellt und bearbeitet werden.

(http://download.winboard.org/uploads/Image/amaya.png)

Dieses OpenSource-Projekt startete 1996 als HTML + CSS-Editor. Mit der Zeit dazugekommen sind XML, XHTML, MathML und SVG.

Unterstützt wird Windows XP, Vista und Seven.

http://www.w3.org/Amaya/
Titel: Editra 0.6.89
Beitrag von: SiLæncer am 23 Januar, 2012, 22:00
Kleiner Texteditor für verschiedene Betriebssysteme, der den Fokus auf das Schreiben von Quellcode setzt; beherrscht das Hervorheben von Syntax-Fragmenten sowie eine Vielzahl an nützlichen Funktionen für über 60 Programmiersprachen

(http://www.heise.de/software/screenshots/49339.jpg)

Lizenz: Open Source

Changelog:

NEW: [features/improvements]

    +Improved Python auto-completion
    +Add ability to customize spelling dictionary and behavior. Can now Ignore spellings (per session) or Add words to the dictionary (permanent). Optional feature only available when pyenchant is installed.
    +Add partial support for CSS3 highlighting.
    +Add support for GLSL programming language (patch from Auria)
    +Auto-completion configuration (on/off) now only applies to completions that are provided automatically. Completions can always be requested with the auto-completion shortcut keys.
    +Add partial Catalan, Eseranto, Farsi, Georgian, and Maylay translations.

LIBRARY:

    +Add new themed art resource for New Folder
    +Minor extensions to file utility functions (AddFileExtension)
    +Add DirectoryMonitor class to ebmlib to provide notifications to changes to files in a directory.

BUG FIXES:

    +Fix middle mouse button not closing correct tab when notebook view has been split.
    +Fix some Unicode handling issues related to startup paths.
    +Fix error case in updating session storage schema from older versions of application.
    +Fix file filters not working with find in current directory option.
    +Fix text selection foreground color in OutputBuffer derived windows.
    +Fix issue with some style sheets not being able to be loaded in StyleEditor on case sensitive file systems.
    +Fix some minor cosmetic issues when running under GTK.
    +Fix crash that could occur during shutdown under some cases when a find dialog was open.

http://editra.org/
Titel: SuperHTML 9.5.7
Beitrag von: SiLæncer am 23 Januar, 2012, 22:20
Quellcode-basierter HTML-Editor mit integriertem WYSIWYG-Modus, unterstützt alle gängigen Sprachen aus dem Webumfeld wie HTML, XHTML, XML, CSS, JavaScript, PHP, Perl oder WML; Nachfolger ist das Tool Web Architect.

(http://www.heise.de/software/screenshots/237.jpg)

Freeware

http://www.superhtml.de/
Titel: Jane 1.65
Beitrag von: SiLæncer am 24 Januar, 2012, 06:10
Notepad-Alternative zum Editieren von ASCII-Dateien; unterstützt AutoCopy (markierter Text wird automatisch in die Zwischenablage kopiert), Hyperlinks sowie Drag & Drop; bietet auch ungewöhnliche Bearbeitungsfunktionen wie Textumkehrung oder das Ausfiltern bestimmter Vokale; für den privaten Gebrauch kostenlos.

(http://www.heise.de/software/screenshots/46778.jpg)

http://www.kifoth.de/jane/html/download.php
Titel: EditPad Lite V7.1.1
Beitrag von: SiLæncer am 24 Januar, 2012, 17:15
EditPad Lite is a general-purpose text editor, designed to be small and compact, yet offer all the functionality you expect from a basic text editor. EditPad Lite works with Windows NT4, 98, 2000, ME, XP and Vista.

(http://www.editpadpro.com/screens/editpadlite.png)

Freeware

What's new: >>

New feature:

    64-bit: EditPad's installer now automatically installs a 64-bit version of EditPad on 64-bit Windows.

Improvements:

Bug fixes:

    Clip Collection: When not using AceText, the drop-down menu of the Open button on the Clip Collection panel did not always remember the collections that you opened previously.
    WINE: EditPad 7.1.0 crashed upon startup when run on Linux using WINE.

http://www.editpadpro.com/editpadlite.html
Titel: FocusWriter V1.3.5.2
Beitrag von: SiLæncer am 27 Januar, 2012, 22:00
FocusWriter is a fullscreen, distraction-free word processor designed to immerse you as much as possible in your work. The program autosaves your progress, and reloads the last files you had open to make it easy to jump back in during your next writing session, and has many other features that make it such that only one thing matters: your writing.

(http://img94.imageshack.us/img94/6444/focuswriterportable.png)

Features

* Hide-away Interface
- The most important thing about writing is your words, and FocusWriter puts them front and center, without cluttering up your view with anything else. However, it's good to have quick and easy access to the features of any program, so FocusWriter utilizes a hide-away interface: simply throw your mouse to the top, bottom, or right side of the screen to gain access to a number of customizable options and useful information, then flick it aside when you're no longer interested.
   
* Themes - You can have multiple environments with different fonts, colors, and background images to create ambiance or inspiration as you type. Use an astronomy photo in the background to put you in the mood for writing science fiction, or a seaside bluff to inspire your summertime murder mystery novel set in Cape Cod.

* Live Statistics - Word count, paragraph count, page count, and character count; almost anything that you could want to know about your progress, updated live as you type. Fast and easy to check, so as not to wrench you out of your zone. Enable or disable any of them to customize what you want to track.

* Daily Goals- Sometimes the hardest part of writing is keeping yourself motivated, and having a daily goal can be a big help. To that end, FocusWriter has two types of optional daily goals: word count, and time spent typing. These are charted by day and not by session, so you can feel free to come back at tinker at it several times throughout the day to reach it if you need to. Additionally, FocusWriter doesn't stop the progress count at 100% so as to not cap your creativity; if you're having a really good day, why not challenge yourself to try for 200% or even beyond?

* Spell Checking - Let's face it, we all make mistakes; from typos to simple misspellings, they crop up in everyone's work. While some people find an automatic spell check distracting, others get thrown off-track to know that a word has been misspelled but can't remember exactly how it's supposed to be spelled. FocusWriter has an optional automatic spell check (on by default), as well as the good old standby spell check dialog that you can call upon only when you want it. Through the Spell Checking tab of the Preference dialog, you can enable or disable automatic spell checking, customize your own personal dictionary, and add new dictionaries for other languages (available from OpenOffice.org).

* Document Tabs - Sometimes it's useful to have multiple documents open at once, be it additional stories, notes, or reference material. Because FocusWriter is designed primarily to be run in its fullscreen state, your files appear as tabs located at the bottom of the program. All saved files that you have open at the end of your session reload the next time you launch the program, letting you jump right back in where you left off.

What's new: >>

    Hungarian translation added
    Improved Finnish and Spanish translations
    Bug fixes

http://gottcode.org/focuswriter/
Titel: SciTE 3.0.3
Beitrag von: SiLæncer am 28 Januar, 2012, 18:20
Editor mit Syntax-Highlighting, Auto-Completion, Folding und vielem mehr...

(http://www.heise.de/software/screenshots/1206.jpg)

Lizenz: Open Source

Version 3.0.3 supports printing on GTK+ 2.x and uses fractional positioning in more situations.

http://www.scintilla.org/SciTE.html
Titel: MultiCode 1.18.0.1
Beitrag von: SiLæncer am 28 Januar, 2012, 21:00
Editor für diverse Programmiersprachen; bietet unter anderem vom Nutzer definierbare, farbliche Syntaxhervorhebung, Zeilennummerierung sowie Codevorschläge bei der Eingabe (HTML, Javascript und Pascal enthalten); erlaubt zudem das direkte Ausführen des Codes direkt aus dem Editor heraus.

(http://www.heise.de/software/screenshots/81514.jpg)

Freeware

http://www.vormbaumedv.de/
Titel: SynWrite 3.0.520
Beitrag von: SiLæncer am 29 Januar, 2012, 10:48
SynWrite is an extended text editor. Syntax highlighting is managed by a rich library of so called "lexers" and supports almost all types of programming languages. User interface is Multi-Language. Other main features are code folding, tree structure, auto-completion and code templates. Program is small in size and also works as portable app or as lister plugin for file manager "Total Commander".

(http://images.betanews.com/screenshots/1289816929-1.jpg)

Freeware

What's new: >>

· UTF-8 content detection (code by C.Ghisler)
· CR/LF can be shown like in Scintilla (opt "Edit 2 -- Show CR/LF chars")

Zen Coding support:

· cmd "Edit -- Zen-Coding"
· cmd "Help -- Zen-abbreviations"
· opt "Misc -- Zen Coding line breaks"
· help topic "Zen Coding"

· Opt dlg: Keys tab - "Jump to category" edit
· Find dlg: edit color shows is it Regex
· Find dlg: "?" button
· help rearranged by Matthias030
· gutter column added, other columns shifted. You may need to reset columns colors (items 5, 8 in colors list).
· fix: Autocomplete not working in PHP's HTML or CSS part
· fix: JS, PHP (dev) lexer

http://www.uvviewsoft.com/
Titel: Komodo Edit 7.0.0
Beitrag von: SiLæncer am 01 Februar, 2012, 13:30
Komodo Edit ist ein Editor, der folgende Sprachen unterstützt: PHP, Python, Ruby, java script, Perl, Tcl, XML, HTML 5, CSS 3. Weiterhin bietet das Programm eine Projektverwaltung, Sweet-Editor und kann mittels Erweiterungen ausgebaut werden.

(http://download.winboard.org/uploads/Image/2010-12-22%2009%2024%2056.png)

Unterstützt wird WIN XP - Seven

Freeware

Whats new: >>

Komodo Edit 7 adds improved syntax checking, support for Node.js, CoffeeScript, LESS, SCSS, EJS and epMojo, smarter auto-complete, and is faster than ever.

http://www.activestate.com/komodo-edit/downloads
Titel: Quick 'n Easy Web Builder 1.0.0 RC
Beitrag von: SiLæncer am 01 Februar, 2012, 22:15
Quick 'n Easy Web Builder is a cross platform WYSIWYG site creation tool. Everything you would expect from a web editor is to be found here, and there is plenty that will appear familiar to anyone that has use Dreamweaver or similar programs. You can use one of the impressive templates to get you started or start from a blank slate.

(http://images.six.betanews.com/screenshots/1328112762-1.png)

Freeware

http://www.pablosoftwaresolutions.com/
Titel: jEdit 4.5.0
Beitrag von: SiLæncer am 02 Februar, 2012, 06:15
jEdit is a programmer's text editor written in Java.

(http://images.six.betanews.com/screenshots/1057305477-1.png)

Lizenz: Open Source

Latest Changes

- Performance improvements, as well as a "large file" mode for handling extra large files
- Edit using Elastic tabstops, set from Global Options - Editing, Buffer Options, or via buffer-local properties
- Lots of old deprecated APIs were removed. Some plugins may be broken as a result
- Choose color ordering for subpixel antialiasing (Global Options - Text Area - Anti-Aliased Smoothed Text) (Feature #2989209)
- Desktop System Tray icon to indicate when jEdit is running (Feature #1657143)
- It is now possible to switch look and feel without restarting jEdit
- It is possible to specify a FILE_NAME_GLOB for an edit mode based on the full path (see entry for apacheconf mode in modes/catalog for an example) (Feature #2557712)
- File System Browser can now open files in desktop, using desktop filename associations to launch another program
- Plugin Manager Enhancements, filter field, bugs fixed

http://www.jedit.org/
Titel: PSPad editor 4.5.7.2437 Beta
Beitrag von: SiLæncer am 03 Februar, 2012, 06:20
PSPad is a universal freeware editor. There is no complex install process; the program is ready to work immediately, without requiring customization. It supports many file types and languages, with syntax highlighting. There are macros, clip files and templates to automate repetitive activities. An integrated HEX Editor, Project support, FTP Client, Macro Recorder, File Search/Replace, Code Explorer, code page conversion, are just some of the many possibilities that PSPad can offer you.

(http://images.six.betanews.com/screenshots/1076948037-1.png)

Freeware

Latest Changes

- Program settings / System - new option Register as IE HTML viever. Files open from Temporary internet files witout extension will be open with HTML highlighter
- Program settings / System - new option Internal browser in IE9 mode
- In the menu File/Special added option Delete file history
- Search for current word/selection cycles in file same as F3/Shift+F3
- PHP highlighter - added keywords trait, insteadof
- Ruller font is same as font editor
- Into KeyMap was added command DeleteBOL (delete from cursor to begin of the line)
- Added new keywords into COBOL highlighter
- New user highlighter syntax definition for V+ include Code explorer
- Code clips - fixed problem when selected text contains char '|'
- Exception for Code format and user highlighter
- HTML multihighlighter - PHP variable is marked include $ using doubleclick
- File change detection was reverted into 4.5.4 version
- Code clips - checkbox @K control - fixed default checked state
- Fixed IE HTML viewer and Internal browser
- Fixed block copy

http://www.pspad.com/
Titel: AkelPad V4.7.3
Beitrag von: SiLæncer am 05 Februar, 2012, 21:45
(http://akelpad.sourceforge.net/files/screen_basic.png)
AkelPad is an open source editor for plain text. It is designed to be a small and fast. Includes the ability to load text documents that are larger than 64 Kilobytes, document previews before opening them, editing of read only files and more. Plugins add a number of additional features to Akelpad like syntax highlighting, auto completion, sessions, macros and scripts and auto saving.

Licence: Open Source

What's new: >>

    Changed: due to LogView plugin functionality expansion, its name changed to Log.
    Fixed: manual parameters "CmdLineBegin" and "CmdLineEnd" didn't work.
    Fixed: "AkelAdmin.exe" - set security options for file with different owner.

http://akelpad.sourceforge.net/en/index.php
Titel: Java-Editor 11.1
Beitrag von: SiLæncer am 10 Februar, 2012, 16:40
Einfacher Java-Editor mit allen grundlegenden Funktionen, aber niedrigen Systemanforderungen, insbesondere für den Einsatz im Lehrbereich; mit Editor zum Modellieren von Klassen, UML-Fenster zum interaktiven Testen der Klassen und Erzeugung von Objekten sowie Designer zur Gestaltung von GUI-Oberflächen.

(http://www.heise.de/software/screenshots/50464.jpg)

Freeware

Whats new: >>

 - toggle between text and names of gui-components
 - Interpreter mode for Java-Editor

http://javaeditor.org/index.php?title=Main_Page
Titel: Greenfish Icon Editor Pro V3.0
Beitrag von: SiLæncer am 11 Februar, 2012, 06:31
Greenfish Icon Editor Pro is a tool for creating icons, cursors, and other small images. It opens and saves in ICO, CUR, ANI, PNG, XPM, BMP and JPEG formats. It is able to create icons and cursors up to 256x256 @ 32-bit, which can also be PNG-compressed for use in Windows Vista. It is also able to create animated cursors, extract icons and cursors from executable files and icon libraries, batch convert image files to icons or other image formats, supports advanced selection handling (marquee, lasso and wand tools, saving/loading selections from files), offers various gradient styles for filling shapes, and includes many filters such as Remove matte, Drop shadow, Inner/Outer glow and Bevel etc.

(http://www.portablefreeware.com/screenshots/scr4HDUrj.gif)

License: Freeware

http://greenfish.tk/
Titel: SynWrite 3.1.620
Beitrag von: SiLæncer am 12 Februar, 2012, 16:20
Erweiterter Text-Editor mit Unterstützung von vielen Dateiformaten, Programmiersprachen und Zeichenkodierungen; bietet unter anderem Syntax-Hervorhebung, Auto-Vervollständigung und Code-Vorlagen; auch als Plug-in für Total Commander und als portable Version erhältlich.

(http://images.betanews.com/screenshots/1289816929-1.jpg)

Freeware

What's new: >>

unbekannt

http://www.uvviewsoft.com/synwrite/
Titel: Java-Editor 11.4
Beitrag von: SiLæncer am 20 Februar, 2012, 13:05
Einfacher Java-Editor mit allen grundlegenden Funktionen, aber niedrigen Systemanforderungen, insbesondere für den Einsatz im Lehrbereich; mit Editor zum Modellieren von Klassen, UML-Fenster zum interaktiven Testen der Klassen und Erzeugung von Objekten sowie Designer zur Gestaltung von GUI-Oberflächen.

(http://www.heise.de/software/screenshots/50464.jpg)

Freeware

Whats new: >>

Version 11.4, 2012.02.19

    Some smaller improvements and bugfixes.

Version 11.3, 2012.02.13

    closing brackets } ars commented by default (new editor option)
    changes in visibility, please check all your visibility settings of the tabs Program to Layout
    improved configuration dialog
    Due to changes in configuration and update, it's possible, that for some windows versions the integrated update function doesn't work. In this case download and install the current personal version.

Version 11.2, 2012.02.12

    execute selected lines in a java-program

http://javaeditor.org/index.php?title=Main_Page
Titel: RealWorld Cursor Editor V2012.1
Beitrag von: SiLæncer am 29 Februar, 2012, 17:38
RealWorld Cursor Editor can create and edit Windows cursors, both static and animated. You can draw your cursors pixel by pixel or make them from images using a simple wizard.

(http://www.portablefreeware.com/screenshots/scrMr4Hsj.gif)

Images in cursors can be modified by drawing tools such as Lines, Curves, Rectangles, or Ellipses. A drag-and-drop based interface allows users to easily reorder, duplicate, or append frames to animated cursors. Additionally, the program contains several predefined filters covering color corrections, softening, sharpening, motion blur and other effects. Selected filters (for example drop shadow) can be applied on multiple images at once.

Can import cursors from Linux XCursor format.

License: Freeware

What's new: >>

    Image editing tweaks - new stuff from RealWorld Paint including improved layer style user interface, image brush or downloadable media packs.
    Animation editor - instead of plain image editor, the application harbors an animation editor that allows you to prepare your images and animations before converting them to cursors.
    Improved image to cursor conversion - allows you to pick multiple images/animations to convert to (a single) cursor.
    Windows 7 multi-res cursors - open/edit/save animated cursors with multiple images comfortably.
    New wizards - a couple of wizards allows you to generate and customize animated cursors, add animated fire effect or spin your cursor.
    Animated GIF and PNG - import and export your animations in standard formats for web publishing.
    Simplified effect application - applying effects on multiple frames/images/layers in now possible for all effects in a consistent way.
    And more...

http://www.rw-designer.com/cursor-maker
Titel: DMcsvEditor V2.8
Beitrag von: SiLæncer am 03 März, 2012, 11:45
DMcsvEditor is a simple CSV editor that helps you edit, delete, add and modify records. Comma, colon, semicolon, pipe, asterisk, dollar sign ($) and Tab (open/save *.tab file) separators are supported, as well as the export to HTML5, XML and Excel XLS formats.

(http://www.portablefreeware.com/screenshots/scrxt6R6A.gif)

License: Freeware

What's new: >>

    fix toolbar bug (Thx bug report to Simionescu)
    added Simplified Chinese language file (Thx to jyokei)
    added Startup Update Check option to Settings menu (default enabled)

http://www.tivadar.tk/
Titel: RJ TextEd V8.01
Beitrag von: SiLæncer am 03 März, 2012, 12:20
(http://www.kaldata.net/images/news/logos/rj_texted.jpg)
RJ TextEd - A Unicode source and text editor. RJ TextEd is a full featured text and source editor with Unicode support, syntax highlighting and code folding. The functionality extends beyond text files and includes support for HTML editing with integrated preview, spell checking, auto completion, HTML validation, templates and more. The program also include support for Topstyle Lite CSS editor, has a dual pane file commander, as well as a FTP client to upload your files. The editor uses language files to display menus and dialogs in different languages. There are several included languages. New language files can easily be created in the editor. RJ TextEd is also a simple web development tool. The editor can use auto completion and hints to assist you in editing your source code. You can preview HTML/ASP/PHP... code using one of the preview tabs or open a document in a browser. The editor does not only handle source code. It also handles true ASCII files, binary files and of course plain text files.

The program is absolutely free. There are a many features not listed below. Including spell checking, e-mail support, advanced search with regular expressions. For a full list check out the features section.

To learn more about the program you could check out the screenshots, or just try it out. RJ TextEd is developed in Delphi 2007 from Codegear and is released as Freeware. The program has been tested in windows 98/Me/2000/XP/2003/Vista/2008/Windows 7.

Licence: Freeware

Whats new: >>

Find menu command... (Ctrl+H)

Open a list with search able menu commands. Items are listed as soon as you start typing a word. Some additional information is displayed for the selected item like full menu path, icon or check state. The displayed check box and radio buttons are clickable.

You can also list the most recent commands by pressing the "recent list" button or "F2". Press the customize keyboard button (or F3) to open the customize keyboard window with the current action selected.
Highlighting of braces

Changed the way braces are highlighted.
Insert text on each line...

"More line operations > Insert text on each line..." can be used to insert text on each selected line. Text can be inserted at the beginning or end of the lines. Incremental numbers can be inserted at the beginning of each line and may include text, e.g. "Pos 1: " or "Line 1. ". The number is incremented and the result may look like below:
Line 1. Some text...
Line 2. and some more text...
Line 3.

There are several options in the dialog window to trim text or skip blank lines.
Find/Replace bar

Made several changes in the find/replace bar.
Text clip macros

Added a few new macros and made some additions:
@f will get the current file name and path of the current document.
@i can now have a default input value.
@l will prompt the user using a list.
E.g.
%%
%file%=@f
%town%=@i[London] Your home town %country%=@l[Denmark|Germany|UK|Sweden] You home country
%%

IE preview

When the program is installed a registry key is added to allow the editor to use the latest IE version mode for previewing. The default is IE7, but if Internet Explorer 9 is installed, it is set to IE9. The registry key is set per application and doesn't effect any other programs.

It can also be set from options "Browser preview" section.
Firefox preview

Updated the component and XULRunner files to version 10.
Path variables

[EditorDrive] and [EditorDir] can now be used in all tool paths (Tools, External browser paths, Compare tools). This can be useful if you run the portable version from different systems.
Replace preview

Added a counter to display the number of items currently selected. Also fixed some issues.
Not found indication

Added a visual indication when an item is not found using incremental find or the find/replace bar.
Home key option

Added an option to allow the home key to move to the first nonwhite space position when first pressed.
Fixed

    Some minor changes in dialogs to give some text more space (some text field where to narrow when using some languages).
    Undo unindent issue.
    Display of some ASCII characters.
    Show file that confirmation form asks to save on close.
    I may have made some other minor changes...

http://www.rj-texted.se/
Titel: BlueGriffon V1.4.1
Beitrag von: SiLæncer am 04 März, 2012, 20:00
BlueGriffon hält sich an den aktuellen W3C-Standard. Unterstützt wird HTML 4.01, XHTML, HTML5, CSS 3, Java, java script.
Der Normalmodus (WYSIWYG) eignet sich besonders für Einsteiger, da man sich hier nicht um den Quelltext kümmern muss.
Ebenfalls dabei ist ein CSS-Editor, der das Entwerfen von Cascading Style Sheets erleichtert und ein Editor zum erstellen von SVG-Grafiken )skalierbare Vektorgrafiken).

(http://download.winboard.org/uploads/Image/2011-08-28%2015%2053%2030.png)

Neben dem deutschen Wörterbuch gibt es noch einige Erweiterungen für BlueGriffon auf der Herstellerseite, welche allerdings nicht kostenlos sind. Eine Ausnahme wäre FireFTP (http://www.bluegriffon.com/index.php?pages/FireFTP).

Voraussetzung ist ein installiertes Microsoft Visual C++2008 Redistributable Package (http://www.microsoft.com/downloads/de-de/details.aspx?familyid=a5c84275-3b97-4ab7-a40d-3802b2af5fc2&displaylang=de).

Freeware

Whats new: >>

    better OS X integration
    'none' was not accepted as a value of background-image in JSCSSP
    try to preserve scroll position enabling/disabling AllTags mode; b=379
    Deletion of a space deletes also the character next to it; b=360
    get rid of accesskeys in recent pages menu; b=347
    force editor to show caret after editor creation; b=351
    disable save button if nothing to save; b=356
    make prefs window resizable; b=375
    add advisory title management to Insert Link dialog; b=374
    don't output prefixed keyframes if user does not want them
    Don't allow animations and transitions to run inside the editor
    all png images now optimized for a better disk footprint

http://bluegriffon.org/
Titel: Java-Editor 11.6
Beitrag von: SiLæncer am 07 März, 2012, 17:30
Einfacher Java-Editor mit allen grundlegenden Funktionen, aber niedrigen Systemanforderungen, insbesondere für den Einsatz im Lehrbereich; mit Editor zum Modellieren von Klassen, UML-Fenster zum interaktiven Testen der Klassen und Erzeugung von Objekten sowie Designer zur Gestaltung von GUI-Oberflächen.

(http://www.heise.de/software/screenshots/50464.jpg)

Freeware

Whats new: >>

Version 11.6, 2012.03.04

    Some smaller bugfixes.

Version 11.5, 2012.02.27

    Some smaller improvements and bugfixes.

http://javaeditor.org/index.php?title=Main_Page
Titel: SciTE 3.0.4
Beitrag von: SiLæncer am 09 März, 2012, 13:05
Editor mit Syntax-Highlighting, Auto-Completion, Folding und vielem mehr...

(http://www.heise.de/software/screenshots/1206.jpg)

Lizenz: Open Source

Version 3.0.4 can save files automatically in the background and scripts can create user interfaces as strips.

http://www.scintilla.org/SciTE.html
Titel: Bluefish 2.2.2
Beitrag von: SiLæncer am 10 März, 2012, 13:12
GTK-HTML-Editor für erfahrene Web-Designer und Programmierer...

(http://www.heise.de/software/screenshots/17257.jpg)

Zitat
Bluefish 2.2.2 is largely a bug fix release with some very minor new features. A regression in the search functionality was fixed, that caused a segfault if a document with search results was closed. Multiple replace with search results directly next to each other corrupting the text was also fixed. The broken cursor positioning that ruined the Zencoding plugin was also fixed. On the multiplatform front: on Windows handling of the profile directory with non-ascii characters was fixed and on MacOSX image browsing in the image dialog was fixed. Two GTK-3 related bugs where fixed: the CSS dialog was unusable on GTK-3 and the right margin indicator was positioned wrong. Next to the major fixes several small memory leaks where fixed. Next to the bug fixes some small improvements where made. Startup is slightly faster using more threads during startup and improving the document recovery. The annoying scrolling of the side bar filebrowser in 'treeview' mode was fixed, descriptions of language options where fixed, and some menu strings, some HTML5 options where improved, accelerators and shortcut keys got improved and translations got better. The new features: duplicate line and delete line, and the Catalan translation.

Lizenz: Open Source

http://bluefish.openoffice.nl/
Titel: SynWrite 3.2.780
Beitrag von: SiLæncer am 11 März, 2012, 12:00
Erweiterter Text-Editor mit Unterstützung von vielen Dateiformaten, Programmiersprachen und Zeichenkodierungen; bietet unter anderem Syntax-Hervorhebung, Auto-Vervollständigung und Code-Vorlagen; auch als Plug-in für Total Commander und als portable Version erhältlich.

(http://images.betanews.com/screenshots/1289816929-1.jpg)

Freeware

What's new: >>

+ Macros menu - keyboard macros supported
+ command "Run -- Browsers -- Preview HTML code" (Alt+F6)
+ btn "Current file" in "Find/Replace in files" dlg
+ Factor lexer: tree added

http://www.uvviewsoft.com/synwrite/
Titel: ResEdit V1.5.10
Beitrag von: SiLæncer am 11 März, 2012, 12:30
ResEdit is a resource editor for 32-bit programs. You can use it if you want to use dialogs, icon, version information or other types of resources. Output files can be compiled by any Win32 compiler, like MinGW and Microsoft Visual C++.

(http://www.portablefreeware.com/screenshots/scrq20Rfs.gif)

License: Freeware

What's new: >>

Added : Support for PNG and GIF resources.
Added : "Open with" context menu on the resource tree
Fixed : Main Window size when exiting the preferences dialog box
Fixed : Refresh Dialog box editor properties combobox after changing a control caption.
Fixed : Listview "View" style was not correctly initialized when view was LVS_LIST
Fixed : Menu editor : the Accelerator is now Displayed in the caption property in the Properties panel.
Fixed : Version Information corrupted in PE files.

http://www.resedit.net/
Titel: RJ TextEd V8.02
Beitrag von: SiLæncer am 13 März, 2012, 13:21
(http://www.kaldata.net/images/news/logos/rj_texted.jpg)
RJ TextEd - A Unicode source and text editor. RJ TextEd is a full featured text and source editor with Unicode support, syntax highlighting and code folding. The functionality extends beyond text files and includes support for HTML editing with integrated preview, spell checking, auto completion, HTML validation, templates and more. The program also include support for Topstyle Lite CSS editor, has a dual pane file commander, as well as a FTP client to upload your files. The editor uses language files to display menus and dialogs in different languages. There are several included languages. New language files can easily be created in the editor. RJ TextEd is also a simple web development tool. The editor can use auto completion and hints to assist you in editing your source code. You can preview HTML/ASP/PHP... code using one of the preview tabs or open a document in a browser. The editor does not only handle source code. It also handles true ASCII files, binary files and of course plain text files.

The program is absolutely free. There are a many features not listed below. Including spell checking, e-mail support, advanced search with regular expressions. For a full list check out the features section.

To learn more about the program you could check out the screenshots, or just try it out. RJ TextEd is developed in Delphi 2007 from Codegear and is released as Freeware. The program has been tested in windows 98/Me/2000/XP/2003/Vista/2008/Windows 7.

Licence: Freeware

Whats new: >>

Firefox preview

Fixed a serious bug in the Firefox preview that could crash the program. Also updated XULRunner to v10.0.2.
Text files containing zero's

Text files containing zero's are now be opened as text files. Not as binary files.

Fixed

    FTP synchronize issue. Remote files where not deleted properly.
    Very long text lines were not properly displayed.
    Incremental find bar did not show in the bottom view when horizontal split was activated.
    Macro issues with find/replace all.
    Undo issue when the editor window did not have focus.

http://www.rj-texted.se/
Titel: PSPad editor 4.5.7.2441 Beta
Beitrag von: SiLæncer am 17 März, 2012, 11:15
PSPad is a universal freeware editor. There is no complex install process; the program is ready to work immediately, without requiring customization. It supports many file types and languages, with syntax highlighting. There are macros, clip files and templates to automate repetitive activities. An integrated HEX Editor, Project support, FTP Client, Macro Recorder, File Search/Replace, Code Explorer, code page conversion, are just some of the many possibilities that PSPad can offer you.

(http://images.six.betanews.com/screenshots/1076948037-1.png)

Freeware

Latest Changes

News

added Code explorer parser for Makefile (ftMakeFile file type in User highlighter)
added V+ syntax user highlighter definition including Code explorer
User highlighter - added possibility to switch off string escaping
Show color - added possibility to lock all sliders
Open file apointed by selection function works with relative paths
User convertors - extended for unicode replacing. In section [Description] added UTF8List=0/1 option. Strings are stored in UTF-8 encoding
Changed memory manager. I hope it won't cause problems. Reposrt me any unexpected behavior.
Scripting - new function reloadClips - reloads all code clips

Fixes:

Fixed PSpad settings as IE viewer and IE compatibility
Block copy - fixed
FTP - fixed remove file extension in FTP client settings
Code explorer for PHP - function starts on Includexxxx was taken as include directive
Search in files doesn't work correctly with ignored folders (program settings / Files and dirs)
Fixed doubled menu items in script menu - state when operating system returns 2 same scripting engines
Show color - click on stored color doesn't update HTML color code
File information display problem on system with changed font size

http://www.pspad.com/
Titel: WinVi 3.02
Beitrag von: SiLæncer am 18 März, 2012, 13:00
Dieser Editor ist speziell gedacht für Freunde des Vi, die aber trotzdem nicht auf Windows-Features verzichten wollen. Die Stärken des WinVi könnten einen Umstieg auf diesen Editor durchaus lohnenswert machen.

(http://www.heise.de/software/screenshots/1293.jpg)

Hier ist eine kleine Auswahl der angenehmen Seiten des WinVi:

    Bearbeitung und automatische Erkennung von Unicode-Dateien in den Codierungen UTF-8, UTF-16 Little Endian und UTF-16 Big Endian
    Unicode-Dateinamen
    Kompatibilität zum Windows-Notepad war mir am wichtigsten
    trotzdem weitgehend kompatibel zum Unix-Vi
    hexadezimaler Editiermodus für beliebige Binärdateien
    schneller Start, weil nur wenige System-DLLs verwendet werden
    große Dateien bis 2 Gigabyte
    frei wählbare Hintergrund-Bitmap
    beliebige Schrift (auch proportional, TrueType, usw.)
    Übersichtlichkeit durch Toolbar und Statuszeile
    Unterstützung des Unix-Textdateiformats
    schnelle Umschaltung des Zeichensatzes für DOS-Dateien
    automatische Wortergänzung in der Befehlszeile (Tab-Taste)
    Drucken mit auswählbarem Zeichensatz (auch zweispaltig)
    mehrsprachig, je nach Einstellung englisch, französisch, spanisch oder deutsch
    Unterstützung verschiedener Radmäuse
    Macros/Abbreviations sind auch verfügbar (momentan nur im Einstellungsdialog einstellbar)

Freeware

http://www.winvi.de/
Titel: Rapid Environment Editor V6.1 build 804
Beitrag von: SiLæncer am 20 März, 2012, 05:55
Rapid Environment Editor (RapidEE) is an environment variables editor. It includes an easy to use GUI and replaces the small and inconvenient Windows edit box, located in the System Information section.

(http://www.rapidee.com/images/rapidee.png)

What's new: >>

updated: hotkeys CtrlShift+ & CtrlShift- to Expand/Collapse All
fixed: Tab hotkey switches active tree instead of the walk through all controls on the form
fixed: set first visible variable selected by default
fixed: keep 'Show read-only variables' flag on Refresh/Switch user

License: Freeware

http://www.rapidee.com/en/about
Titel: Rapid Environment Editor V6.1 build 807
Beitrag von: SiLæncer am 21 März, 2012, 13:13
What's new: >>

    added: "Inline substitutions". See "Edit" menu & context menu

http://www.rapidee.com/en/about
Titel: PlainEdit.NET 1.4
Beitrag von: SiLæncer am 24 März, 2012, 14:00
(http://www.gaijin.at/images/scr_plaineditnet_1.png)
PlainEdit.NET ist ein Editor für Textdateien (ANSI, UTF-8 und Unicode) mit Syntaxhervorhebung für die gängigsten Web-, Script- und Programmiersprachen. Umfangreiche Konvertierungsfunktionen erleichtern das Umwandeln, Formatieren, Kodieren und Dekodieren von Texten.

Die wichtigsten Features:

    PlainEdit.NET kann mehrere Dateien gleichzeitig öffnen (Tabbed-Interface)
    Verschiedene Funktionen zur Textkonvertierung
    Syntaxhervorhebung für die gängigsten Web-, Script- und Programmiersprachen
    Laden und Speichern von ANSI, UTF-8, Unicode und Unicode Big-Endian Dateien
    Dateien mit Windows-, MacIntosh- und Unix-Zeilenumbrüchen werden unterstützt
    Automatisches Ersetzen von Sonderzeichen in die entsprechenden HTML-Kodierungen
    Dokument- und Textvorlagen ermöglichen das schnelle Erstellen von Dokumenten und das Einfügen von vorgefertigten Texten
    Seiteneinrichtung (Ränder, Kopf- und Fußzeilen), sowie eine Druckvorschau
    Über eine Seitenleiste können Snippets (Vorlagen, Codeteile oder sonstige Texte) schnell und einfach eingefügt werden
    Inkrementelles Suchen eines Textes (vorwärts und rückwärts)
    Suchen und Ersetzen von Texten mit regulären Ausdrücken - auch in nicht geöffneten Dateien

PlainEdit.NET kann sowohl in Mehrbenutzersystemen, als auch auf einem USB-Stick betrieben werden.

Freeware

Changelog
Version 1.4:
Titel: Notepad++ in Version 6.0 erschienen
Beitrag von: SiLæncer am 26 März, 2012, 13:05
Notepad++ (http://notepad-plus-plus.org/) ist in Version 6.0 erschienen. Trotz des Sprunges auf eine höhere Releasenummer sind die Änderungen nicht so weitreichend, wie man denken könnte. So finden Menschen, die PERL nutzen jetzt zum Beispiel kompatible reguläre Ausdrücke vor.

(http://img259.imageshack.us/img259/8085/notepad550x354.jpg)

Für Menschen, die mit großen Dateien arbeiten (Datenbanken zum Beispiel), ist die Performance beim Laden verbessert worden. Wer ihn noch nicht kennt, aber einen Editor für alles mögliche sucht: Notepad++ ist das Tool eurer Wahl. Alternativen? Notepad2 oder PSPad.
Titel: jEdit 4.5.1
Beitrag von: SiLæncer am 28 März, 2012, 18:02
jEdit is a programmer's text editor written in Java.

(http://images.six.betanews.com/screenshots/1057305477-1.png)

Lizenz: Open Source

http://www.jedit.org/
Titel: Rapid Environment Editor V6.1 build 808
Beitrag von: SiLæncer am 29 März, 2012, 20:50
Rapid Environment Editor (RapidEE) is an environment variables editor. It includes an easy to use GUI and replaces the small and inconvenient Windows edit box, located in the System Information section.

(http://www.rapidee.com/images/rapidee.png)

What's new: >>

fixed: Korean translation

License: Freeware

http://www.rapidee.com/en/about
Titel: Rapid Environment Editor V6.1 build 810
Beitrag von: SiLæncer am 31 März, 2012, 19:30
What's new: >>

    updated: Chinese translation

http://www.rapidee.com/en/about
Titel: Semagsoft Document.Editor 2012.2
Beitrag von: SiLæncer am 05 April, 2012, 06:00
(http://images.betanews.com/screenshots/1221016805-1.png)
Document.Editor is a multitab text editor for Windows. It includes plain and rich text format support, multi tab interface so you can edit multiple documents in a session, compact application size, and multiple commands.

Freeware

Latest Changes

New Save Copy support
New Page Setup support
Minor Bug Fix's, improvements and speed ups

http://documenteditor.semagsoft.com/
Titel: DMcsvEditor V2.9
Beitrag von: SiLæncer am 06 April, 2012, 20:40
(http://www.portablefreeware.com/screenshots/scrxt6R6A.gif)
DMcsvEditor is a simple CSV editor that helps you edit, delete, add and modify records. Comma, colon, semicolon, pipe, asterisk, dollar sign ($) and Tab (open/save *.tab file) separators are supported, as well as the export to HTML5, XML and Excel XLS formats.

License: Freeware

What's new: >>

    small code clear and modify
    added Swedish language file (Thx to Ake Engelbrektson)
    Japanese language file updated to the 2.8 (Thx to Tilt.)

http://www.tivadar.tk/
Titel: Texmaker 3.3.3
Beitrag von: SiLæncer am 08 April, 2012, 18:00
Umfangreicher LaTeX-Editor mit integrierten Tools und Funktionen wie Syntax-Highlighting, 370 mathematischen Symbolen und Ausdrücken, Suchen und Ersetzen oder Rechtschreibprüfung; konvertiert zudem LaTeX ins HTML-Format.

(http://www.heise.de/software/screenshots/31402.jpg)

Whats new: >>

Features :

- a light session management has been added (files, line, bookmarks and "quick compilation" mode are stored and can be restored via the new "session" menu)
- in the pdf viewer, the horizontal position is restored after a compilation (if the position is valid) and the zoom factor is restored after a restart of texmaker.
- it's now possible to modify a "user tag" (from the "user tags" panel in the "structure view")
- user tags (from the "user tags" panel in the "structure view") can now be reordered by dragging items
- poppler-data files and fontconfig configuration has been added for the windows version
- us english dictionary has been added
- @electronic has been added to the bibliography items detection

Bugs fixed :

- a bug about the bad detection of the path of a file displayed in the log panel has been fixed
- the # parameter is no more used if okular is used as pdf viewer
- shift(ctrl)+Ins doesn't anymore set the editor to overwrite mode
- the bug about the number of copies while printing a pdf has been fixed

Lizenz: Open Source

http://www.xm1math.net/texmaker/download.html
Titel: AkelPad V4.7.4
Beitrag von: SiLæncer am 09 April, 2012, 12:40
(http://akelpad.sourceforge.net/files/screen_basic.png)
AkelPad is an open source editor for plain text. It is designed to be a small and fast. Includes the ability to load text documents that are larger than 64 Kilobytes, document previews before opening them, editing of read only files and more. Plugins add a number of additional features to Akelpad like syntax highlighting, auto completion, sessions, macros and scripts and auto saving.

Licence: Open Source

What's new: >>

Changed: Unicode files without BOM now displayed as "without BOM" instead of "*BOM".
Added: support for regular expressions in find/replace dialog.
Added: possibility to add status bar delimiter with "StatusUserFormat".
Added: variables for "StatusUserFormat":
"%lb" - number of the first selected line;
"%le" - number of the last selected line;
  "%ls" - count of lines in selection.
Added: AkelUpdater in installer.
Added: menu item to open AkelUpdater.
Fixed: split window in SDI mode.

http://akelpad.sourceforge.net/en/index.php
Titel: XVI32 V2.54
Beitrag von: SiLæncer am 09 April, 2012, 13:40
(http://www.portablefreeware.com/screenshots/scrKlQl1V.gif)
XVI32 is a hex editor with large file capability, built-in scripting, data inspector, fast search-and-replace function and many other features specific to manipulating files in hex mode.

License: Freeware

What's new: >>

Bugfix: On systems with > 2 GB RAM "replace all" could not replace all occurences. Error message: "Occurences to replace: %n; memory sufficient for %n replacements. Replace them?" (Note: the partial replacement took place.)

http://www.chmaas.handshake.de/delphi/freeware/xvi32/xvi32.htm#download
Titel: Notepad++ V6.1
Beitrag von: SiLæncer am 10 April, 2012, 13:17
What's new: >>

As informed in the previous release, ANSI binary is not provided anymore.

    Fix search/replace bug while Document Map is opened.
    Fix User Defined Language syntax highlighting problem while Document Map is opened.
    Fix showing Chinese characters problem while Document Map is opened.
    The old behaviour of comment/uncomment without selection is restored.
    Fix selecting all the text in document map while clicking on its dialog caption.

Included plugins:

    Spell Checker v1.3.3
    NppFTP 0.24.1
    NppExport v0.2.8
    Plugin Manager 1.0.8
    Converter 3.0

http://notepad-plus-plus.org/
Titel: SynWrite 3.4.980
Beitrag von: SiLæncer am 12 April, 2012, 16:42
Erweiterter Text-Editor mit Unterstützung von vielen Dateiformaten, Programmiersprachen und Zeichenkodierungen; bietet unter anderem Syntax-Hervorhebung, Auto-Vervollständigung und Code-Vorlagen; auch als Plug-in für Total Commander und als portable Version erhältlich.

(http://images.betanews.com/screenshots/1289816929-1.jpg)

Freeware

What's new: >>

+ dynamic templates system: templates can be placed in folder Template\newdoc
  and are handled automatically by menu "File - Create". If a filename has
  "_UTF8" then "UTF-8 no BOM" is used for template. 10+ templates added.

+ named sessions system:
  + current session name is remembered/saved
  + session name is shown in the app caption: "{Session} file.ext - Synwrite"
  + cmd "File - Save session" renamed:"Save session as..."
  + cmd "File - Save session" added
  + cmd "File - Recent sessions"
  + cmd "File - Close session"

+ cmd "Find string from clipboard"
+ opt colors for gutter's "Line changed" indicator
+ drag&Drop for tabs (not between views)
+ commands "Edit - Blank operations - ......"
* Left/Right keys on selection: work like in other text-eds
+ Find in files: button "Browse for file"
+ Find in files: filemask containing space can be entered quoted
+ hotkeys "Tabs -- Activate tab #1...#10"
+ auto-complete files (HL\*.acp) may have "#chars" directive:
  it specifies word chars for ACP file (used in C#, Java, PHP, AHK)
+ Output pane can be docked to the right/left
+ status bar shows selected column count
+ Scheme lexer: tree, folding
+ ext. tool preset for C#
- fix: SynSpell.ini was in wrong folder
- fix: Find in files: root dir "N:" can be entered
- fix: Find dlg: Alt+Down, Ctrl+Z work now
- fix: horz-ruler for C/C++ lexers
- fix: FoxPro lexer tree
- fix: duplicates now removed from tool's output only for Pascal

http://www.uvviewsoft.com/synwrite/
Titel: NFOPad V1.64
Beitrag von: SiLæncer am 14 April, 2012, 23:37
(http://www.portablefreeware.com/screenshots/scra4JZtx.gif)
NFOPad is a small, fast and flexible combined nfo viewer and text editor. It is a clone of Microsoft's Notepad but much more customizable and with some additional features. Of course NFOPad also supports nfo files with ASCII art. The file extension is used to determine whether to use an ANSI or ASCII font.

License: Freeware

What's new: >>

Hungarian localization added
Direct scrolling (scroll the text using the arrow keys) and a bunch of options for when to enable it
Improved dialog shown when trying to save unicode characters with the wrong encoding.
Menu bar can be hidden (use ALT to show it again)
You can specify where on the screen to open NFOPad by sending in two extra command line arguments (nfopad.exe [file to open] [x coordinate] [y coordinate])
Specifying a shortcut as command line argument now opens the referenced file
Bugfix: opening files from network shares or really long paths could fail
Bugfix: error message for setting NFOPad language was sometimes incorrectly shown when pressing OK on the Options dialog

http://thd.dyndns.org/s_nfopad.php
Titel: ResEdit V1.5.11
Beitrag von: SiLæncer am 17 April, 2012, 16:45
(http://www.portablefreeware.com/screenshots/scrq20Rfs.gif)
ResEdit is a resource editor for 32-bit programs. You can use it if you want to use dialogs, icon, version information or other types of resources. Output files can be compiled by any Win32 compiler, like MinGW and Microsoft Visual C++.

License: Freeware

What's new: >>

    Added : Support for embedded resources in rc files
    Added : Recent files list
    Added : Support for negative positions in dialog box editor
    Added : Support for octal char in rc files
    Fixed : Menu font color is always black

http://www.resedit.net/
Titel: Notepad++ 6.1.1
Beitrag von: SiLæncer am 18 April, 2012, 13:06
(http://www.portablefreeware.com/screenshots/scrHPI5U2.gif)
Notepad++ is a tabbed source code editor and Notepad replacement with a customizable interface. It is one of the few few source code editors that supports "folding," allowing users to quickly reduce and expand sections of code to see the overall document. In addition, it features multi-language syntax highlighting, auto-completion, regular expression search/replace, macro recording and playback, etc. The program can access a long list of plug-ins via an easy-to-access menu with even more features and functions.

License: GPL

What's new: >>

    Enhance project's License (GPL) to avoid the other malicious websites bundle Notepad++ release with their parasite software.
    Fix selectAll-copy-paste on the same document crash bug while document map has been activated.
    Fix a regression about auto-completion feature.
    Fix focus on document map problem after its launch.

Included plugins:

    Spell Checker v1.3.3
    NppFTP 0.24.1
    NppExport v0.2.8
    Plugin Manager 1.0.8
    Converter 3.0

http://notepad-plus-plus.org/
Titel: DFM2HTML 6.2
Beitrag von: SiLæncer am 18 April, 2012, 21:45
(http://download.winboard.org/uploads/Image/dfm2html.jpg)
DFM2HTML ist ein WYSIWYG HTML-Editor, mit dem man per Drag&Drop Webseiten ohne Kenntnisse von HTML professionell erstellen kann.Effekte wie Schatten/Rotation/Anti-Aliasing/Runde Ecken machen Bildbearbeitungsprogramme überflüssig.

    * WYSIWYG in Kombination mit Stylesheet-basiertem Design
    * Mehrere HTML-Seiten können in einem Dokument verwaltet werden
    * Graphische Effekte (z.B. Anti-Aliasing, Schatten, Runde Ecken)
    * HTML-Formulare
    * kompakte HTML-Code-Generierung
    * Unicode
    * PHP
    * DHTML-Menüs

Neu in version 6.2:

* Seitendialog und Objekteigenschaften-Dialog groessenverstellbar, an das sich Editierfelder anpassen

Unterstützt wird WIN95-7
Herstellerseite: http://www.dfm2html.de/
Titel: SynWrite 3.4.1035
Beitrag von: SiLæncer am 20 April, 2012, 18:40
(http://images.betanews.com/screenshots/1289816929-1.jpg)
Erweiterter Text-Editor mit Unterstützung von vielen Dateiformaten, Programmiersprachen und Zeichenkodierungen; bietet unter anderem Syntax-Hervorhebung, Auto-Vervollständigung und Code-Vorlagen; auch als Plug-in für Total Commander und als portable Version erhältlich.

Freeware

What's new: >>

+ Find in files: list scrolled to end on update
+ File - New: templates grouped
* color templates format changed (*.colors updated)

http://www.uvviewsoft.com/synwrite/
Titel: Rapid Environment Editor V6.1 build 811
Beitrag von: SiLæncer am 20 April, 2012, 20:30
(http://www.rapidee.com/images/rapidee.png)
Rapid Environment Editor (RapidEE) is an environment variables editor. It includes an easy to use GUI and replaces the small and inconvenient Windows edit box, located in the System Information section.

What's new: >>

updated: French translation

License: Freeware

http://www.rapidee.com/en/about
Titel: SciTE 3.1.0
Beitrag von: SiLæncer am 20 April, 2012, 22:40
(http://www.heise.de/software/screenshots/1206.jpg)
Editor mit Syntax-Highlighting, Auto-Completion, Folding und vielem mehr...

Lizenz: Open Source

Version 3.1.0 can define a button as the default in strips.

http://www.scintilla.org/SciTE.html
Titel: Editra 0.7.0
Beitrag von: SiLæncer am 23 April, 2012, 14:00
(http://www.heise.de/software/screenshots/49339.jpg)
Kleiner Texteditor für verschiedene Betriebssysteme, der den Fokus auf das Schreiben von Quellcode setzt; beherrscht das Hervorheben von Syntax-Fragmenten sowie eine Vielzahl an nützlichen Funktionen für über 60 Programmiersprachen

Lizenz: Open Source

Changelog:

NEW: [features/enhancements]

    +New version of CodeBrowser plugin (bug fixes for Python, XML, HTML)
    +New version of Launch (configurable line buffering, bug fixes)
    +Update all translations with current launchpad.

BUG FIXES:

    +Fix error that could occur when selecting text in some environments under certain cases.
    +Fix crash that could occur during shutdown during page load.
    +Fix crash that could occur when trying to retrieve binary data from clipboard to update clipboard ring.
    +Fix crash that could happen when replace in selection action finds no matches.
    +Fix crash that could occur when starting Editra again immediately after closing another running instance due to zombie IPC thread.
    +Fix crash that could occur in vi emulation due to bad command mapping.
    +Fix crashes that could occur when loading plugins that throw errors during creation.
    +Fix crash when system fails to return control reference when print is requested.
    +Ensure requested locale is available prior to trying to create it.
    +Fix incorrect line getting deleted by line delete action with some encodings.


http://editra.org/
Titel: BookME 4.6.1.4
Beitrag von: SiLæncer am 25 April, 2012, 05:40
BookME bietet einem die Möglichkeit, Nachschlagewerke zu erstellen. Durch die Aufteilung in Kapitel und Unterkapitel hat man die Möglichkeit, sein Werk zu strukturieren. Grafiken und Tabellen können ebenso eingefügt werden, wie interne Hyperlinks auf andere Kapitel oder Dokumente sowie Hyperlinks für Dateien, Internet- und Mailadressen. Das Ergebnis lässt sich in verschiedene Formate exportieren (HTLM, MHT, CHM).

(http://members.chello.at/~dimega/Screen1-100.png)

Vorausgesetzt wird ein installierte .NET Framework 2

Unterstützt wird WIN XP bis Seven

Freeware (für den privaten Gebrauch)

Whats new: >>

    Erweiterung: Export als E-Book im ePUB-Format auf Basis einer definierten Vorlage (mit Anleitung), die über das Menü 'Datei - Neu...' bereitgestellt wird. Beachten Sie, dass bei der Erstellung von E-Books - im Gegensatz zur Standard-BookME-Datei - keine Hierarchien mit Kapiteln und Dokumenten möglich sind.
    Erweiterung: Bereitstellen einer 'Nur Lesen'-Option für alle Kapitel und Dokumente einer BookME-Datei über das Menü 'Datei - Berechtigung...' (inkl. der Möglichkeit zum Zurücksetzen).
    Änderung: Das Speichern von sehr großen BookME-Dateien wurde optimiert.
    Kleine Optimierungen

http://www.dimega.com/
Titel: Rapid Environment Editor V6.1 build 812
Beitrag von: SiLæncer am 26 April, 2012, 14:00
(http://www.rapidee.com/images/rapidee.png)
Rapid Environment Editor (RapidEE) is an environment variables editor. It includes an easy to use GUI and replaces the small and inconvenient Windows edit box, located in the System Information section.

What's new: >>

fixed: annoying 'There is no disk in the drive' error message if value points to the non-existing removable

License: Freeware

http://www.rapidee.com/en/about
Titel: Notepad++ 6.1.2
Beitrag von: SiLæncer am 27 April, 2012, 05:50
(http://www.portablefreeware.com/screenshots/scrHPI5U2.gif)
Notepad++ is a tabbed source code editor and Notepad replacement with a customizable interface. It is one of the few few source code editors that supports "folding," allowing users to quickly reduce and expand sections of code to see the overall document. In addition, it features multi-language syntax highlighting, auto-completion, regular expression search/replace, macro recording and playback, etc. The program can access a long list of plug-ins via an easy-to-access menu with even more features and functions.

License: GPL

What's new: >>

Fix Notepad++ hanging bug due to the opened file containing a half of UTF-8 double byte sequence at the end of the file.

Included plugins:

1.  Spell Checker v1.3.3
2.  NppFTP 0.24.1
3.  NppExport v0.2.8
4.  Plugin Manager 1.0.8
5.  Converter 3.0

http://notepad-plus-plus.org/
Titel: SynWrite 3.5.1122
Beitrag von: SiLæncer am 27 April, 2012, 22:40
(http://images.betanews.com/screenshots/1289816929-1.jpg)
Erweiterter Text-Editor mit Unterstützung von vielen Dateiformaten, Programmiersprachen und Zeichenkodierungen; bietet unter anderem Syntax-Hervorhebung, Auto-Vervollständigung und Code-Vorlagen; auch als Plug-in für Total Commander und als portable Version erhältlich.

Freeware

What's new: >>

3.5.1120
- fix: D lexer
- fixes

3.5.1100
+ Mini-map feature: Ctrl+F10. Map is configurable, see "Misc" tab in options.
+ Find/Replace: option "Wrap search"; dialog rearranged.
+ Search in Tree
+ option "Interface - Show tabs at bottom"
+ options "Editor 2 - Block staples: offset/ style"
+ keys list filtering
+ Windows menu: items for all panels
+ Eiffel lexer
+ LESS lexer
+ C# lexer: tree improved
+ help topic "Code templates"
* chged behaviour of "Replace next", "Replace all" hotkeys
* status shows caret column #, not string position
- fix: Default styles of all lexers cleared (to fix ruler bug)
- fixes

http://www.uvviewsoft.com/synwrite/
Titel: WriteMonkey 2.3.5
Beitrag von: SiLæncer am 28 April, 2012, 07:04
(http://www.heise.de/software/screenshots/o76064.jpg)
Tool zur Textbearbeitung, das ablenkende Bedienelemente ausblendet; enthält unter anderem Wörterbücher in verschiedenen Sprachen (auch in Deutsch).

Freeware (Spende erwünscht)

Whats new:>>

version 2.3.5.0, April 26th 2012
--------------------------------

    - added: New Jumps tool - simple but versatile project management, full keyboard navigation, better filtering & other improvements.

        ## Keyboard shortcuts - Jumps deployment

        CTRL + ENTER or
        ALT + LEFT / RIGHT or
        ALT + J (deprecated) or
        Middle click left or right of the text column

        If Jumps tool is not opened, the command will open it, otherwise it will focus existing window.

        ## Keyboard shortcuts - Jumps window

        * CTRL + ENTER --> Select next item on the list
        * UP / DOWN --> Next / previous item
        * CTRL + UP / DOWN --> Jump 10 items up or down (also PGUP / PGDOWN)
        * HOME, END --> Self explanatory
        * ENTER, ESC --> Close Jumps. In Files view it will open selected file. The Jumps will close if you hit Enter again. ESC will always close.
        * ALT + LEFT / RIGHT --> Focus main wm window
        * LEFT / RIGHT --> Toggle views
        * CTRL + LEFT / RIGHT --> Toggle recent folders in Files view; toggle jump masks in Custom view; no effect in Bookmarks view
        * BACKSPACE --> Close Jumps and restore original caret position
        * TAB --> Focus filter box
        * CTRL + 0 (zero) --> Clear filter box
        * CTRL + W --> Toggle compact / full view
        * CTRL + M --> Toggle mono space / proportional font
        * CTRL + N --> Show hide file numbers
        * CTRL + R --> Recount words in project / current view
        * CTRL + C --> Copy file
        * CTRL + X --> Cut file
        * CTRL + V --> Paste file
        * CTRL + F --> Open Containing Folder (will close Jumps window)
        * CTRL + P --> Browse projects / folders
        * CTRL + S --> Toggle Classic / WM color scheme
        * CTRL + I --> Insert new blank file (New.txt)
        * F2 --> Rename file
        * Del --> Delete file to Recycle Bin

        ## Directory = Project

        Each directory can be a wm project. You can start new project simply by opening an existing file. Parent directory of that file will be added to recent folders / projects list. Files in that folder are project files. Wm won't deal with sub folders; you can have them but Jumps won't show them. If you want to fiddle with folders, use CTRL + P.

        You can toggle projects from the recent folders list by hitting Ctrl + left/right or by clicking Folders button at the bottom. Ctrl+click will remove the item from the list. The same goes for recent files list.

        By default Jumps will only show .txt, .md, and .markdown files. You can change that in Options (lower left corner).

        ## File order

        By default files are ordered by file name. You can reorder them by drag&drop (drop file *on* another file to move it in front of it). Alternatively, you can use keyboard - Ctrl+X to cut source and Ctrl+V to paste it in front of target. You can't move files from repository to project section and vice versa. You must add or remove "draft" tag first. Custom file order is stored in _PROJECT.DAT file (project folder). (Sorry for that additional file, but there is no other viable way to store order data.)

        ## Tags

        You can mark each file with one or more tags. Tags are words (separated by space or by comma) that are marked as comment (//) and positioned at the top of the file. You can add all tags in a single line:

        // tag1 tag2 tag3
        or use:
        // tag1
        // tag2
        // tag3, tag4

        You can use any word as a tag.

        ## Special tags

        There are some special tags you can use in your document header:

        * Color name
        + Use valid color name (see: http://msdn.microsoft.com/en-us/library/aa358802%28v=vs.85%29.aspx) - using "red" will mark that item with red star. You can use more than one color tag - "// red, blue" or even "// red red red" if you want to use more than one star of the same color.

        * Draft / Repo tag
        + Tags "draft" or "repo" will move the file to the "repository section" - file will be presented with lighter color and excluded from total word count.

        * Percent tag
        + Use "10%" or "%75" ... to mark how far is this part/file from being perfect. The file progress is presented with dimmed percent bar.

        * Deadline tag
        + Use "2012-02-15" or just "02-15" to set deadline date for this file. The item will turn red as the deadline whooshes by :).

        * Rainbow tag
        + This is a funny one :) Use tag "rainbow" and it will mark the file with 7 stars - violet, indigo, blue, green, yellow, orange and red. Why? I don't know. Maybe you'll find a use for it :))

        ## Tags as Colors

        If you don't like to use generic color names for stars, you can assign colors to tags of your choice. Use Options in Jumps window to set appropriate pairs e.g. "todo:red, done:green, happy:gold". Using tag "todo" will mark the file with a red star.

        You can even set "rewrite:red red red" and you'll get three red stars for that tag. Again, use this as it fits you best.

        ## Filtering

        Filter box is case insensitive and will filter by item file name and by it's tags. Type "red" and only files marked with red color will be shown. It will also show file named rednecks.txt. Use "red|draft" to show all draft items marked with red. Filter box suports regular expressions.

        Sometimes you will want to filter by full text rather than just by tags and file name — in that case you can prepend search string with the character "&". Use "&michelle" to show all files that have "Michelle" anywhere in the document body.

        ## Total word count

        If filtering is off (empty filter box) only files that are not marked as draft will be included in the count. If filtering is on, total word count will include all shown files.

        ## Merging files

        Options / Merge files will put project parts into a single file named _MERGED.TXT. Repository parts and repository (draft) files will be omitted. You can export with or without inline comments.

        ***


    - added / changed: Writemonkey installation now includes RICHED20.DLL ver. 6.0 / 12.0.6606. This is to ensure that this library overrides other potentially older installed versions of rich edit control. It has many small improvements, for example: it now supports system block caret (Win7: Control Panel / Ease of Access Center / Make the computer easier to see). Also, the typewriter scrolling works better now and is out of experimental phase.

    - added: Quick mask in Custom mask view. If you prepend your filter string with a character "&" when in Custom mask view, the filter string itself will become a mask. If you use "&mike", you'll actually search for all occurrences of the string "mike". Quick jump mask is, like ordinary jump mask, regex enabled.

    - added: The writing column (text area) will automatically move left or right when Jumps window is opened and will recenter when closed. Only in full screen mode.

    - added: New marker in Bookmarks and Custom mask view - gray vertical stripe shows you item's relative position inside full text. You will also get the idea how far apart are individual items.

    - changed / fixed: Backup directories for individual files are now named "projectName_fileName" instead of only "fileName". That way backup will properly handle files with the same name but in different project folders. Also browsing backup files in file manager is easier that way - sorting by name will nicely put together all project files.

    - improved: Large markup documents will open up to 50 percent faster.

    - improved: Better responsiveness when working on very large documents.

    - fixed: Updated Markdowndeep (www.toptensoftware.com/markdowndeep/) library that fixes footnote issue.

    - fixed: Some inconsistencies with exported lists and comment (//) lines.

    - fixed, changed (version 2.3.5 preview #6): The _PROJECT.DAT file no longer holds complete file paths but only file names. The order is now preserved even if you move the project folder to some other location or use it inside DropBox folder on different machines.

    - changed: Jumps "Paragraphs" item is no longer available as a stand alone option. You can reproduce this functionality by creating new Jump mask (Preferences / Jumps). Use custom mask ".+" (without brackets) to achieve that.

    - fixed / improved: Lower memory consumption - improved stability and speed. Fixes: syntax highlighter memory leak -> potential stability issues; spell checker memory leak -> very high memory consumption when using multiple times; lower memory imprint for dialogs like Preferences and Jumps.

    - added / improved: Better Find&Replace tool - no more nagging message boxes, Undo for Replace All command and placeholders for paragraph and tabulator ([n] and [t]). You can now for example easily convert texts with double space after paragraphs to single and vice versa ... The tool will always search trough whole text. If you want to perform Find and Replace on a block of text, use Focus command first.

    - added: You can now set number of lines the text scrolls when you roll the mouse wheel (also when you use blind scrolling or keyboard scrolling). Default is 2, maximum is 5. Preferences / Misc / Scrolling.

    - added: Standard Open and Save As dialogs now include Markdown filter (for files with extensions .md and .markdown). For those who prefer naming markdown files that way. When saving new "scratch" file as Markdown file, WM will always use .md extension (most commonly used).

    - fixed / changed: Problems with decimal point when using math parser (ctrl+shift+R). You can now use a dot or a comma - depending on your local settings. The default is dot (en-US standard). WM is now using different math library - Parser .NET - which is also a bit faster (used to calculate page count and reading time info bar values). You can't use thousands separator (dot or comma) when doing math in WM. Parser will regard it as a decimal point and fail miserably!

http://writemonkey.com/
Titel: BlueGriffon V1.5.1
Beitrag von: SiLæncer am 01 Mai, 2012, 15:24
BlueGriffon hält sich an den aktuellen W3C-Standard. Unterstützt wird HTML 4.01, XHTML, HTML5, CSS 3, Java, java script.
Der Normalmodus (WYSIWYG) eignet sich besonders für Einsteiger, da man sich hier nicht um den Quelltext kümmern muss.
Ebenfalls dabei ist ein CSS-Editor, der das Entwerfen von Cascading Style Sheets erleichtert und ein Editor zum erstellen von SVG-Grafiken )skalierbare Vektorgrafiken).

(http://download.winboard.org/uploads/Image/2011-08-28%2015%2053%2030.png)

Neben dem deutschen Wörterbuch gibt es noch einige Erweiterungen für BlueGriffon auf der Herstellerseite, welche allerdings nicht kostenlos sind. Eine Ausnahme wäre FireFTP (http://www.bluegriffon.com/index.php?pages/FireFTP).

Voraussetzung ist ein installiertes Microsoft Visual C++2008 Redistributable Package (http://www.microsoft.com/downloads/de-de/details.aspx?familyid=a5c84275-3b97-4ab7-a40d-3802b2af5fc2&displaylang=de).

Freeware

Changelog

    complete refactoring of CSS Properties panel's code
    save in source view horks character set
    unprefixing box-shadow, border-radius and other updates
    allow BlueGriffon to open local *.php files; b=405
    allow changes of the document's charset
    floating toolbar was horked with the findbar
    Create backup before saving a html file; b=401
    copy/paste makes all URLs absolute; b=398
    activeview popup too transparent; b=372
    html4 and html5 source views can be close without prompt, switch to DOMParser with text/html type; b=392
    fixed floating toolbar on linux
    Serbian l10n added
    Link Insertion dialog adds a mailto: to mail links even if already present; b=394
    comments, PHP and PI support; b=384
    negative margins were not allowed; b=383
    refine background-repeat UI; b=382
    Revert, CloseTab and CloseOtherTabs as context menu on tabs; b=294
    floating toolbar now has a preference in Preferences panel
    formerly hidden pref forceLF now has a preference in Preferences panel
    better support for multiple charsets
    text-decoration:none option missing in CSS panel; b=381

http://bluegriffon.org/
Titel: AkelPad 4.7.5
Beitrag von: SiLæncer am 04 Mai, 2012, 23:00
(http://akelpad.sourceforge.net/files/screen_basic.png)
AkelPad is an open source editor for plain text. It is designed to be a small and fast. Includes the ability to load text documents that are larger than 64 Kilobytes, document previews before opening them, editing of read only files and more. Plugins add a number of additional features to Akelpad like syntax highlighting, auto completion, sessions, macros and scripts and auto saving.

Licence: Open Source

What's new: >>

Changed: plugin architecture. Update plugins.
Changed: "Replace all" with regular expressions works line by line.
Changed: replace with regular expressions uses \n and \nn instead of $n and $nn for backreferences.
Changed: processing capture after double mouse click.
Changed: automatic check "In selection" option works when multiple lines selected.

Added: option for prompting in text cycle search.
Added: possibility during replace with regular expressions to use escape characters: \r, \n, \t, \u0000, \x00 etc.
Added: manual parameter "AkelUpdaterOptions" - defines command line options for the AkelUpdater.exe.

Fixed: regular expressions support.
Fixed: active line on alternating line painting.

http://akelpad.sourceforge.net/en/index.php
Titel: Komodo Edit 7.0.2.70257
Beitrag von: SiLæncer am 05 Mai, 2012, 07:00
(http://download.winboard.org/uploads/Image/2010-12-22%2009%2024%2056.png)
Komodo Edit ist ein Editor, der folgende Sprachen unterstützt: PHP, Python, Ruby, java script, Perl, Tcl, XML, HTML 5, CSS 3. Weiterhin bietet das Programm eine Projektverwaltung, Sweet-Editor und kann mittels Erweiterungen ausgebaut werden.

Unterstützt wird WIN XP - Seven

Freeware

Whats new: >>

unbekannt

http://www.activestate.com/komodo-edit/downloads
Titel: RText 2.0.3 Final
Beitrag von: SiLæncer am 05 Mai, 2012, 23:45
(http://www.kaldata.net/images/news/logos/rtext.jpg)
RText is a fully customizable programmer's text editor. Some of its features include syntax highlighting, editing multiple documents at once, printing and print preview, find/replace/find in files dialogs, undo/redo, and online help.

Licence: Freeware (GPL)

Here's what's new:

•Added LaTeX syntax highlighting and code folding.
•Added DTD syntax highlighting.
•Fixed issue with RTextScrollPane, allowing it to be used in NetBeans' visual editor.
•Fixed bug in CurlyFoldParser.
•RSTA now has anti-aliasing enabled by default, no need to call setAntiAliasEnabled(boolean) manually.
•TextEditorPane now fires FULL_PATH_PROPERTY from its load() method like it does from saveAs().
•OS X bundles are not yet available due to my MacBook freaking out. I'll upload it as soon as I can. Sorry for the inconvenience.

http://fifesoft.com/rtext/index.php
Titel: Semagsoft Document.Editor 2012.4
Beitrag von: SiLæncer am 09 Mai, 2012, 20:15
(http://images.betanews.com/screenshots/1221016805-1.png)
Document.Editor is a multitab text editor for Windows. It includes plain and rich text format support, multi tab interface so you can edit multiple documents in a session, compact application size, and multiple commands.

Freeware

Latest Changes

Improved Template support
Improved Options Dialog
Minor Bug Fix's, improvements and speed ups

http://documenteditor.semagsoft.com/
Titel: HelpNDoc 3.5.0.284
Beitrag von: SiLæncer am 14 Mai, 2012, 12:46
(http://www.kaldata.com/images/news/logos/helpndoc.gif)
HelpNDoc provides all the tools necessary to write complete help files, manuals and documentations in a user friendly and very easy to use environment. HelpNDoc can generate standard Windows CHM help files, WEB based documentation, iPhone specific websites as well as printable PDF and Word documents.

HelpNDoc is completely free for personal use and evaluation purposes.

http://www.helpndoc.com/
Titel: HelpNDoc 3.5.1.288
Beitrag von: SiLæncer am 17 Mai, 2012, 20:10
Zitat
We are glad to announce a small fixed update for HelpNDoc 3.5 which corrects some small problems present in the latest update. Those fixes cover issues with the HTML and PDF documentation formats as well as with HelpNDoc's generation dialog behavior. Detailed description of bug fixed follows and an updated version can be downloaded for free.

http://www.helpndoc.com/
Titel: CSVed V2.2.2
Beitrag von: SiLæncer am 21 Mai, 2012, 22:15
(http://www.portablefreeware.com/screenshots/scrKFe3Sx.gif)
CSVed is a basic spreadsheet file editor which can be used to create and manipulate CSV files. You can add/delete columns, rearrange column order, change separator, filter items, remove duplicates, split/join columns etc.

License:  Cardware

What's new: >>

added: auto save file
added: change thousands and decimal separators
added: truncate data in save as fixed file
added: hide and unhide columns in list view
added: input Other sep limited to one char

http://csved.sjfrancke.nl/index.html
Titel: OEM Brander 1.7.0.0
Beitrag von: SiLæncer am 23 Mai, 2012, 23:30
(http://images.six.betanews.com/screenshots/scaled/1323565585-1.jpg)
OEM Brander is free portable application designed to allow you to edit OEM branding on a Windows PC. When you buy a PC from a manufacturer, they will usually have the Make, Model and Support information in the Systems Property window, as well as a company logo. OEM Brander enables you to edit this information and to use your own logo, which will be automatically resized and scaled to fit.

Freeware

http://www.stormpoopersmith.com/software/oem-brander/
Titel: CSVed V2.2.2a
Beitrag von: SiLæncer am 23 Mai, 2012, 23:42
(http://www.portablefreeware.com/screenshots/scrKFe3Sx.gif)
CSVed is a basic spreadsheet file editor which can be used to create and manipulate CSV files. You can add/delete columns, rearrange column order, change separator, filter items, remove duplicates, split/join columns etc.

License:  Cardware

What's new: >>

fixed: save file Refresh

http://csved.sjfrancke.nl/index.html
Titel: PageBreeze 4.0e
Beitrag von: SiLæncer am 24 Mai, 2012, 23:43
(http://images.six.betanews.com/screenshots/scaled/1337878753-1.jpg)
PageBreeze is an HTML Editor which has both visual (WYSIWYG) and HTML tag/source modes. PageBreeze Free HTML Editor's design emphasizes simplicity and ease-of-use. You'll find that you'll be creating great looking websites almost instantly--with virtually no learning curve.

Freeware

http://www.pagebreeze.com/
Titel: GetDiz V4.7
Beitrag von: SiLæncer am 25 Mai, 2012, 13:34
(http://www.portablefreeware.com/screenshots/scrixLNVv.gif)
GetDiz is a fast, easy to use, and small in size text editor that can replace Notepad. It has enhanced functionality with DIZ and NFO files, and can display ASCII art correctly and save as GIF images.

License: Freeware

What's new: >>

    Font and Text Color can be set individually for each file type (.txt, .diz etc)
    Fixed Autoheight problems with some fonts
    File exists checks are done only on demand, so GetDiz will not wake up secondary HDD

http://www.outertech.com/en/getdiz
Titel: wikidPad 2.3 Beta 04
Beitrag von: SiLæncer am 25 Mai, 2012, 19:40
(http://www.heise.de/software/screenshots/26396.jpg)
Mix aus Notepad, Outliner und Wiki, mit dem sich Informationen und Notizen strukturieren lassen; verlinkt erstellte Texte automatisch untereinander (Crosslinking), ähnlich der Struktur in Wikipedia.

Lizenz: Open Source

What's new: >>

Better support for transferring wikis between file systems.

http://wikidpad.sourceforge.net/
Titel: BlueGriffon 1.5.2
Beitrag von: SiLæncer am 25 Mai, 2012, 21:50
BlueGriffon hält sich an den aktuellen W3C-Standard. Unterstützt wird HTML 4.01, XHTML, HTML5, CSS 3, Java, java script.
Der Normalmodus (WYSIWYG) eignet sich besonders für Einsteiger, da man sich hier nicht um den Quelltext kümmern muss.
Ebenfalls dabei ist ein CSS-Editor, der das Entwerfen von Cascading Style Sheets erleichtert und ein Editor zum erstellen von SVG-Grafiken )skalierbare Vektorgrafiken).

(http://download.winboard.org/uploads/Image/2011-08-28%2015%2053%2030.png)

Neben dem deutschen Wörterbuch gibt es noch einige Erweiterungen für BlueGriffon auf der Herstellerseite, welche allerdings nicht kostenlos sind. Eine Ausnahme wäre FireFTP (http://www.bluegriffon.com/index.php?pages/FireFTP).

Voraussetzung ist ein installiertes Microsoft Visual C++2008 Redistributable Package (http://www.microsoft.com/downloads/de-de/details.aspx?familyid=a5c84275-3b97-4ab7-a40d-3802b2af5fc2&displaylang=de).

Freeware

Changelog

    fixed (regression from BMO bug 669026 handled in bug 757368): editor loses focus using arrow keys if a panel is opened and contains a focusable element
    L10N errors
    one minor error in the CSS Properties Panel

http://bluegriffon.org/
Titel: LyX 2.0.3
Beitrag von: SiLæncer am 27 Mai, 2012, 18:00
(http://www.heise.de/software/screenshots/28564.jpg)
Frontend für LaTeX, das sich ähnlich wie ein herkömmliches Textverarbeitungsprogramm bedienen lässt.

Freeware

Release Notes (http://www.lyx.org/announce/2_0_3.txt)

http://www.lyx.org/
Titel: Notepad++ 6.1.3
Beitrag von: SiLæncer am 28 Mai, 2012, 13:00
(http://www.portablefreeware.com/screenshots/scrHPI5U2.gif)
Notepad++ is a tabbed source code editor and Notepad replacement with a customizable interface. It is one of the few few source code editors that supports "folding," allowing users to quickly reduce and expand sections of code to see the overall document. In addition, it features multi-language syntax highlighting, auto-completion, regular expression search/replace, macro recording and playback, etc. The program can access a long list of plug-ins via an easy-to-access menu with even more features and functions.

License: GPL

What's new: >>

1.  Enhance the performance issue for xml matching tags highlighting and for displaying clickable links.
2.  While the amount of file to open is larger than 200, a dialog will be shown to warn user.
3.  Fix Notepad++ close bug while move one cloned new empty document into another view, in the destination contained only this new empty document.
4.  Fix hanging problem while double-click on a project folder then (immediately) drag it.
5.  Fix a bug while command argument contain an empty string ("").
6.  Fix mouse cursor disappearing bug on right click while a project item is dragging.


Included plugins:

1.  Spell Checker v1.3.3
2.  NppFTP 0.24.1
3.  NppExport v0.2.8
4.  Plugin Manager 1.0.8
5.  Converter 3.0

http://notepad-plus-plus.org/
Titel: EditPad Lite 7.1.2
Beitrag von: SiLæncer am 31 Mai, 2012, 12:36
EditPad Lite is a general-purpose text editor, designed to be small and compact, yet offer all the functionality you expect from a basic text editor. EditPad Lite works with Windows NT4, 98, 2000, ME, XP and Vista.

(http://www.editpadpro.com/screens/editpadlite.png)

Freeware

What's new: >>

Improvements:

    64-bit: Indicate x86, x64, or WOW64 in the About box to indicate whether you're running the 32-bit version on 32-bit Windows, the 64-bit version on 64-bit Windows, or the 32-bit version on 64-bit Windows.
    Extra|Delete Duplicate Lines now uses all CPU cores while comparing lines.
    Search|Toggle Search Panel has been renamed as Multi-Line Search Panel to make it clearer what this menu item does.
    Toolbars: If you have never customized the toolbars and haven't used an earlier version of EditPad 7.x.x then EditPad no longer saves the toolbar configuration, resulting in a noticeably faster shutdown of EditPad on slower computers. If you did customize the toolbars or use an earlier version, then you can use View|Restore Default Layout to tell EditPad to stop saving the toolbar configuration.

Bug fixes:

    64-bit: Handling of "multimedia" keyboard keys and user-configured mouse buttons was broken in the 64-bit version of EditPad.
    Clip Collection: Automatic save should not trigger errors when modifying clip collections stored in the Program Files folder.
    Context menu customizations did not stick in versions 7.1.x.
    Extra|Delete Duplicate Lines incorrectly treated lines with rare combinations of different text as duplicates.
    Installer: License key was not installed when installing EditPad 7.0.9, 7.1.0, or 7.1.1 silently.
    Mouse pointer did not snap to the default button when this option is turned on in the Control Panel.
    Preferences, Keyboard: Alt+letter combinations used as accelerators on the Preferences form could not be assigned as shortcuts to menu items. The same problem also existed in the Tools configuration and Macro properties.
    Preferences|Cursors: "Backspace unindents" does not correctly unindent when the preceding line it has to unindent to has only one non-whitespace character at the very end of the line.
    Preferences|Keyboard: Button to restore default keyboard shortcuts did not restore those of the side panels other than the Search panel.
    Preferences|Keyboard: Clip Collection commands were not listed.
    Preferences|Keyboard: Side panel shortcuts were not shown in the list of conflicting shortcuts.
    Preferences|Tabs: The option to show the close button only on the active tab allowed non-active tabs to be closed when clicking on the space reserved for the close button.
    Search: Blank files are no longer skipped when searching for a regular expression, so that regular expressions such as \A can find zero-length matches in blank files.
    Search: Line by Line mode found/highlighted lines in which a zero-length regex match could be found after the line break.
    Search: Regular expressions no longer fail to find zero-length matches at the start of the file when using a command to find the next match or all matches.
    Search|Cut Matches sometimes used the replacement text from a previous search-and-replace.
    Search|Replace All triggered an access violation if it found a match at the very end of the file and the replacement text was shorter than the search match.
    Search|Replace All with the "Line by Line" option no longer deletes the line break at the end of the line if the replacement text is not blank. This prevents the next line from being appended to the replaced line and prevents all lines after the first match from being deleted if the search term is part of the replacement text.
    Spell check panel did not scale properly on high DPI systems.
    Spell check: Double-clicking a misspelled word highlighted by live spelling while the spell check panel was still busy finding suggestions for a previously double-clicked word closed the spell checker instead of checking the new word.
    Spell check: Words that are the result of automatic replacements by the spell checker should not be marked as misspelled, even if the original dictionary does not contain them.
    UTF-8 auto-detection ignored an invalid UTF-8 sequence at the very end of the file.
    View|Browser started Firefox minimized if Firefox was not running and Firefox was the default browser and EditPad Pro was configured to use the default browser.
    View|Custom Layouts: If restoring a layout triggered any kind of error, the menu with the saved layouts became blank.
    View|Office 2003: Switching to or from the Office 2003 display style worked only once during each EditPad session (7.1.x only).
    View|Restore Default Layout now also restores the size and position of the main editor, in case it has become dislodged from its normally fixed location.
    View|Restore Default Layout squished toolbar icons together on PCs configured for 144 DPI (150%) or more.
    Windows 7: Options|Stay on Top causes the Options|Font window to appear behind EditPad, making it impossible to further interact with EditPad using the mouse; EditPad now works around this Windows 7 issue by temporarily disabling "stay on top" mode while showing the Font dialog.

http://www.editpadpro.com/editpadlite.html
Titel: RJ TextEd 8.10 Beta 2
Beitrag von: SiLæncer am 31 Mai, 2012, 23:39
(http://images.six.betanews.com/screenshots/scaled/1187014627-1.jpg)
RJ TextEd - A Unicode source and text editor. RJ TextEd is a full featured text and source editor with Unicode support, syntax highlighting and code folding. The functionality extends beyond text files and includes support for HTML editing with integrated preview, spell checking, auto completion, HTML validation, templates and more. The program also include support for Topstyle Lite CSS editor, has a dual pane file commander, as well as a FTP client to upload your files. The editor uses language files to display menus and dialogs in different languages. There are several included languages. New language files can easily be created in the editor. RJ TextEd is also a simple web development tool. The editor can use auto completion and hints to assist you in editing your source code. You can preview HTML/ASP/PHP... code using one of the preview tabs or open a document in a browser. The editor does not only handle source code. It also handles true ASCII files, binary files and of course plain text files.

The program is absolutely free. There are a many features not listed below. Including spell checking, e-mail support, advanced search with regular expressions. For a full list check out the features section.

To learn more about the program you could check out the screenshots, or just try it out. RJ TextEd is developed in Delphi 2007 from Codegear and is released as Freeware. The program has been tested in windows 98/Me/2000/XP/2003/Vista/2008/Windows 7.

Licence: Freeware

Whats new: >>

- Made some changes in the undo/redo history window
- Fixed an issue with sessions and projects
- Fixed a Firefox preview issue when using mappings
- Updated most of the language files

http://www.rj-texted.se/
Titel: SynWrite 3.6.1340
Beitrag von: SiLæncer am 01 Juni, 2012, 05:51
(http://images.betanews.com/screenshots/1289816929-1.jpg)
Erweiterter Text-Editor mit Unterstützung von vielen Dateiformaten, Programmiersprachen und Zeichenkodierungen; bietet unter anderem Syntax-Hervorhebung, Auto-Vervollständigung und Code-Vorlagen; auch als Plug-in für Total Commander und als portable Version erhältlich.

Freeware

What's new: >>

+ "Project options" dlg: hint about recursive folder search
+ FoxPro lexer auto-complete
+ fix: C# lexer tree

http://www.uvviewsoft.com/synwrite/
Titel: SciTE 3.2.0
Beitrag von: SiLæncer am 02 Juni, 2012, 07:00
(http://www.heise.de/software/screenshots/1206.jpg)
Editor mit Syntax-Highlighting, Auto-Completion, Folding und vielem mehr...

Lizenz: Open Source

Version 3.2.0 allows Ctrl to be used with mouse double and triple clicks to add words and lines to the selection.

http://www.scintilla.org/SciTE.html
Titel: AkelPad V4.7.6
Beitrag von: SiLæncer am 03 Juni, 2012, 16:30
(http://akelpad.sourceforge.net/files/screen_basic.png)
AkelPad is an open source editor for plain text. It is designed to be a small and fast. Includes the ability to load text documents that are larger than 64 Kilobytes, document previews before opening them, editing of read only files and more. Plugins add a number of additional features to Akelpad like syntax highlighting, auto completion, sessions, macros and scripts and auto saving.

Licence: Open Source

What's new: >>

Added: multiline search/replace with regular expressions.

Fixed: regular expressions support.
Fixed: cycle search with regular expressions didn't work.
Fixed: saving settings without open frames (MDI).
Fixed: applying delimiters settings.

http://akelpad.sourceforge.net/en/index.php
Titel: RJ TextEd 8.10 Final
Beitrag von: SiLæncer am 04 Juni, 2012, 13:17
(http://images.six.betanews.com/screenshots/scaled/1187014627-1.jpg)
RJ TextEd - A Unicode source and text editor. RJ TextEd is a full featured text and source editor with Unicode support, syntax highlighting and code folding. The functionality extends beyond text files and includes support for HTML editing with integrated preview, spell checking, auto completion, HTML validation, templates and more. The program also include support for Topstyle Lite CSS editor, has a dual pane file commander, as well as a FTP client to upload your files. The editor uses language files to display menus and dialogs in different languages. There are several included languages. New language files can easily be created in the editor. RJ TextEd is also a simple web development tool. The editor can use auto completion and hints to assist you in editing your source code. You can preview HTML/ASP/PHP... code using one of the preview tabs or open a document in a browser. The editor does not only handle source code. It also handles true ASCII files, binary files and of course plain text files.

The program is absolutely free. There are a many features not listed below. Including spell checking, e-mail support, advanced search with regular expressions. For a full list check out the features section.

To learn more about the program you could check out the screenshots, or just try it out. RJ TextEd is developed in Delphi 2007 from Codegear and is released as Freeware. The program has been tested in windows 98/Me/2000/XP/2003/Vista/2008/Windows 7.

Licence: Freeware

Whats new: >>

Version 8.10
June 4, 2012
Margin line

The right margin line is now drawn behind the text.
Toggle INS/OVR and ROW/COL

Made it possible to toggle the the modes above by a mouse click on the statusbar.
Compress lines

Changed the behavior so multiple blank lines are compressed into one line.
Delete redundant lines

Added a menu item to delete redundant lines (multiple lines are replaced by one line).
Panning or mouse coasting

You can now scroll by a single middle mouse click and moving the mouse.
Chrome preview

Updated the component and libraries.
Firefox preview

Updated the XULRunner libraries.
File/Folder information

File and folder information is displayed under each view in the file commander.
Open/Close nodes in project manager

Open/Close nodes only affect the subitems in the selected node.
Sessions and session manager

You can now open and save sessions. A session will store information about open files, which view they were open in (dual document view), open project and the dual document view state.
User script

The script editor has been removed. Scripts are now opened in the main program and user script functions are located in a quickbar tab, called "User Scripts".

If the script need a target document - you should open it in the right view using dual document view. The script itself should be in the left view.
FTP and FTP profiles

    Added a "Copy" button in the profile manager.
    When connecting to a remote site, the user name is displayed along with the password if prompted. This enables you to edit the user name.

Undo/Redo

Added menu item in the document tab menu to clear the undo/redo buffer.

Made some changes in the undo/redo history dialog. Recent non-saved items are displayed in yellow, saved in green.
Sidebar tab options

Added options in the "View -> Bars -> Sidebar" menu to enable text captions in tabs and to position the tabs.
Fixed

    Spellcheck "Add" now work with Unicode.
    Current macro was not updated properly if edited.
    .com files are opened as text files by default.
    Advanced sort didn't work properly with tab characters.
    Replace prompt is not re-positioned anymore.
    Rename file didn't update the current highlighter.
    Parenthesis highlight issue in PHP.
    Regular expression help didn't work properly in the find/replace bar.
    Text clip issue with % in the clip text.
    Find All didn't display anything if highlight was selected when searching in folders.
    "Format XML (Tidy)" was misspelled.
    Fixed a Firefox preview issue when using mappings.
    Fixed some undo/redo issues in column mode.


http://www.rj-texted.se/
Titel: RJ TextEd 8.11
Beitrag von: SiLæncer am 06 Juni, 2012, 12:37
Version 8.11
June 5, 2012

Toggle INS/OVR and ROW/COL

Made it possible to change the Insert/Overwrite and Row/Column modes by a single mouse click on the statusbar.

Fixed

    Text background draw issue
    Chrome browser preview issue with mappings
    May have fixed a hint issue when using multiple monitors

http://www.rj-texted.se/
Titel: Komodo Edit 7.0.2-9923
Beitrag von: SiLæncer am 08 Juni, 2012, 05:35
(http://download.winboard.org/uploads/Image/2010-12-22%2009%2024%2056.png)
Komodo Edit ist ein Editor, der folgende Sprachen unterstützt: PHP, Python, Ruby, java script, Perl, Tcl, XML, HTML 5, CSS 3. Weiterhin bietet das Programm eine Projektverwaltung, Sweet-Editor und kann mittels Erweiterungen ausgebaut werden.

Unterstützt wird WIN XP - Seven

Freeware

Whats new: >>

unbekannt

http://www.activestate.com/komodo-edit/downloads
Titel: CryptoTE V0.5.390
Beitrag von: SiLæncer am 11 Juni, 2012, 06:35
(https://idlebox.net/2009/cryptote/screenshots/winvista-quickfind-thumb.jpg)
CryptoTE is a feature-rich tabbed secure-notepad program that uses the powerful and easy to use Scintilla text editing widget, the same as used by Notepad++. Security features include integrated compression, automatic backup, auto-close after periods of inactivity, password generator, and the Serpent encryption algorithm. Notepad features include fast Find interface, multi-level undo, and insert date/time.

Linux version included. Container can include binary files as well as text.

License: GPL (v2)

https://idlebox.net/2009/cryptote/
Titel: jEdit 5.0pre1
Beitrag von: SiLæncer am 11 Juni, 2012, 22:20
(http://images.six.betanews.com/screenshots/1057305477-1.png)
jEdit is a programmer's text editor written in Java.

Lizenz: Open Source

http://www.jedit.org/
Titel: Neues Paketsystem in Emacs 24.1
Beitrag von: ritschibie am 12 Juni, 2012, 10:50
Die GNU-Emacs-Entwickler haben die Version 24.1 ihres programmierbaren Texteditors veröffentlicht. Das neue Major-Release führt ein in Lisp geschriebenes Paketsystem ein. Der Anwender kann sich Editor-Module aus dem von den Emacs-Entwicklern betriebenen Paket-Repository ELPA (Emacs Lisp Package Archive) anzeigen lassen und diese aus ELPA heraus installieren. M-x list-packages und M-x describe-package sind hierfür die zentralen Befehle. Hat ein Anwender Pakete aus dem Repository installiert, lädt der Emacs diese dann automatisch.

Überarbeitet haben die Entwickler auch das Theme-System. Die Themes für den Emacs lassen sich über den Befehl M-x customize-themes nun komfortabler als bisher installieren und anpassen. Außerdem kann der Emacs jetzt von rechts nach links zu lesende Sprachen wie Arabisch, Farsi und Hebräisch signifikant besser verarbeiten, da der Editor nun mit RTL-Skripten (Right to left) korrekt umgehen kann. In dem Zuge wurde auch die Dokumentation für diese Sprachen überarbeitet.

Eine weitere Neuerung für Entwickler ist lexikalisches Scoping für einzelne Emacs-Lisp-Dateien. Der GNU Emacs lässt sich darüber hinaus zur Kompilierzeit konfigurieren, sodass Bibliotheken wie GTK+ 3, ImageMagick, libxml2, SE Linux sowie GnuTLS zur SSL-Verschlüsselung unterstützt werden. Eine vollständige Liste der Änderungen ist wie immer in der NEWS-Datei nachzulesen.

Quelle: www.heise.de
Titel: SynWrite 3.7.1400
Beitrag von: SiLæncer am 13 Juni, 2012, 05:50
(http://images.betanews.com/screenshots/1289816929-1.jpg)
Erweiterter Text-Editor mit Unterstützung von vielen Dateiformaten, Programmiersprachen und Zeichenkodierungen; bietet unter anderem Syntax-Hervorhebung, Auto-Vervollständigung und Code-Vorlagen; auch als Plug-in für Total Commander und als portable Version erhältlich.

Freeware

What's new: >>

+ new cool SmartTagTabbing feature for HTML. Option added in "Auto-complete" tab. Added help topic about it.
+ command in popup menu "Find ID declaration"; currently for Pascal lexer.
+ hotkeys "Move caret left/right/up/down by <N> chars" + option for <N>
* changed ini section for Search options
* changed ini section for Auto-complete options
- fix: Find in files: progress window is shown only once, not multiple times (which is irritating)
- fix: FoxPro lexer
+ option "Misc - Show panels' tooltips"
+ "Insert text" dlg: added Counter option (active when no selection is made)
+ "Insert text" dlg: "Prefix" field added
+ "Insert text" dlg: entire operation undoes at 1 step
+ auto-reload: option "Misc - Follow tail on reload"
+ auto-reload: confirmation on modified file
+ Tab key works in Template popup
+ dbl-clicking Tree node: caret centered on screen (if needed)

http://www.uvviewsoft.com/synwrite/
Titel: SynWrite 3.7.1410
Beitrag von: SiLæncer am 16 Juni, 2012, 14:30
Whats new: >>

+ VHDL lexer (not finished)
+ hidden option: Syn.ini [Setup] Pascal=<..comma-separated list of Pascal lexers for Find ID feature...>
+ option "History - Save history for %Temp% files"
- fixes in CSS autocomplete

http://www.uvviewsoft.com/synwrite/
Titel: CodeLobster PHP Edition 4.2.1
Beitrag von: SiLæncer am 19 Juni, 2012, 06:25
(http://images.six.betanews.com/screenshots/1186155456-1.gif)
CodeLobster PHP Edition is a handy and easy-in-use editor that is primarily intended for quick and easy creation and editing of PHP files. It includes debugger, dynamic help, built-in parser, autocomplete and Class View window for comfortable work with PHP code. CodeLobster PHP Edition also supports such file formats as Text, HTML, XML.

Freeware

Latest Changes

    Bugs fixed:
        Crash while editing mixed PHP+HTML code

http://www.codelobster.com/
Titel: Jarte V4.5
Beitrag von: SiLæncer am 23 Juni, 2012, 23:51
(http://www.portablefreeware.com/screenshots/scrpOKzoC.gif)
Jarte is a word processor that uses Window's built-in word processing engine while adding many features missing in WordPad. It supports text files, RTF, DOC and DOCX file formats. Features include tabbed document interface, spell check, clipboard manager, bookmark support, visual header/footer designer, multi-level undo/redo etc.

License:  Freeware

What's new: >>

New Features:

    Jarte Plus now has an optional auto capitalization feature that automatically capitalizes the first word of each sentence, and each occurrence of the word "I", as you type.

Enhancements:

    The file hyperlinks feature now supports relative file paths.
    New advanced settings Suggestions Depth and More Suggestions Depth have been added to allow control over the number of spelling suggestions displayed in the spell check pop-up menu that appears when a misspelling is encountered.
    New advanced setting Auto Tabs allows the document tabs to be automatically hidden unless more than document is open in Jarte.
    New advanced setting Force Last Session ensures the previous session's files will be opened when Always Reopen Last Session is enabled, even in the case where Jarte is started by double clicking a file in Windows Explorer.
    The Paste Board's document tab is now dimmed to indicate when the Paste Board is suspended.
    The custom shortcuts window now displays any existing shortcut key assignment as soon as you enter a shortcut in the shortcut key field. Previously, you had to enter the shortcut key and then click the Assign button to display a warning message that the proposed key was already assigned.
    A new Save Other command has been added to the list of commands available to custom shortcuts and Quick Bar buttons. The Save Other command displays the File > Save Other pop-up menu.
    A new Background Color command has been added to the list of commands available to custom shortcuts and Quick Bar buttons. The Background Color command allows the background color of the editing pane to be modified (i.e., same as going to Options > Document Background Color).
    A new Zoom Default command has been added to the list of commands available to custom shortcuts and Quick Bar buttons. The Zoom Default command resets a document's zoom level back to the designated default zoom level.
    Jarte now recognizes the ZoomText as a screen reader.
    Various tweaks were made to allow Jarte to work smoothly on Windows 8.
    Other minor tweaks

Bug Fixes:

    There was a resource leak that sometimes led to a crash after long, intense editing sessions.
    There were still instances of the Clip List feature crashing Jarte due to the way other programs make data available on the Windows clipboard. The issue has been addressed by directing the Clip List to ignore unrecognized types of clipboard data.
    Advanced setting WordWeb Path did not work properly in some situations.
    The Delete Paragraph shortcut (Ctrl+Y) was broken in version 4.4.
    Plain text (TXT) project files appeared empty when opened in Jarte. A message is now displayed stating project files must be RTF or DOC.
    Jarte was no longer recognizing the presence of the Windows Eyes screen reader.
    The Font > Fonts Online > Free Fonts menu item no longer pointed to free fonts.
    There was a situation where an undocked Jarte control panel could end up positioned beyond the screen boundaries.
    The Hot Connect feature encountered an error in certain situations.
    Some toggleable features, such as bullets, could be toggled on but not toggled back off when the feature was toggled via a custom shortcut key.
    If a time change occurred while Jarte was open Jarte would display a message incorrectly stating the currently open files had been modified and needed to be reloaded.
    There were circumstances where it was possible for an Open or Save dialog to be displayed beyond the boundaries of the screen making Jarte appear to be frozen.
    The Jarte Plus upgrade file would freeze without completing the upgrade in a small number of cases.
    Other errors and minor bugs were fixed.

http://www.jarte.com/index.html
Titel: Notepad++ 6.1.4 Final
Beitrag von: SiLæncer am 25 Juni, 2012, 13:30
(http://www.portablefreeware.com/screenshots/scrHPI5U2.gif)
Notepad++ is a tabbed source code editor and Notepad replacement with a customizable interface. It is one of the few few source code editors that supports "folding," allowing users to quickly reduce and expand sections of code to see the overall document. In addition, it features multi-language syntax highlighting, auto-completion, regular expression search/replace, macro recording and playback, etc. The program can access a long list of plug-ins via an easy-to-access menu with even more features and functions.

License: GPL

What's new: >>

    Fix a crash issue of Windows 8's Computer Manager due to Notepad++'s Shell Extension (Explorer's context menu).
    Work around for a right click issue (crashing on right click) in Windows Explorer in all versions of Win 7 and Vista. Issue was caused by a conflict among Shell Extension (Explorer's context menu) of Symantec Antivirus, Net iD component and Notepad++.
    Fix a regression in clickable link feature.
    Add "reload from disk" command entry in tab context menu.

Included plugins (Unicode)

    Spell Checker v1.3.3
    NppFTP 0.24.1
    NppExport v0.2.8
    Plugin Manager 1.0.8
    Converter 3.0

http://notepad-plus-plus.org/
Titel: Adobe stellt quelloffenen Code-Editor für Webentwickler vor
Beitrag von: SiLæncer am 26 Juni, 2012, 17:40
Adobe hat mit Brackets (http://brackets.io/) einen neuen Code-Editor für die Webentwicklung mit HTML, CSS und JavaScript vorgestellt (http://blog.brackets.io/2012/06/25/brackets-open-source-code-editor/). Er wurde mit denselben Webtechniken erstellt und ist wie diese quelloffen verfügbar. Adobe hat ihn unter die MIT-Lizenz gestellt und die Entwickler-Community zur Mitentwicklung eingeladen.

Das Softwareunternehmen hatte den Editor schon des Öfteren auf Veranstaltungen vorgestellt, auch war sein Code schon geraume Zeit auf der Hosting-Plattform GitHub zu finden (https://github.com/adobe/brackets). Allerdings hatte das Unternehmen den Editor bislang nicht größer vermarktet. Jetzt scheint er die gewünschte Qualität zu haben, sodass der Softwarekonzern mit Brackets an die Öffentlichkeit geht, wenngleich die Entwicklung noch nicht abgeschlossen ist.

Brackets ist relativ klein (etwas mehr als 30 MByte) und startet schnell. Die Oberfläche ist schlicht gehalten. Bislang ermöglicht Brackets unter anderem Inline-Editing, das Setzen von Haltepunkten und die Live-Anbindung mit Chrome, wodurch Entwickler zum Beispiel die CSS-Änderungen einer Webanwendung schnell im Browser überprüfen können. Andere Browser sollen hier folgen.


Außerdem enthält der Editor eine Extension API, mit der Entwickler Brackets um weitere Funktionen ergänzen können. Beispielsweise ließen sich bei ersten Versuchen JSHint, CSSLint und eine Unterstützung für W3C Validation integrieren. Für die Zukunft ist auch eine Browserversion von Brackets geplant, wodurch Webentwickler ihre klassische Arbeitsumgebung nicht verlassen müssten.

Quelle : www.heise.de
Titel: XVI32 V2.55
Beitrag von: SiLæncer am 26 Juni, 2012, 22:41
(http://www.portablefreeware.com/screenshots/scrKlQl1V.gif)
XVI32 is a hex editor with large file capability, built-in scripting, data inspector, fast search-and-replace function and many other features specific to manipulating files in hex mode.

License: Freeware

What's new: >>

    When pasting hex strings from the clipboard, separation of hex chars with spaces is no longer mandatory, e.g. both 0D 0A as well as 0D0A is now valid. This refers to dialogs (search, replace and so on) and the menu item Edit | Clipboard | Paste from hex string. Note: the formats can't be mixed (e.g. 0D 0A00FF is not allowed, the format must be either 0D 0A 00 FF, either 0D0A00FF).
    Shortcuts for menu items File | Close (Ctrl+F4), File | Save As (F12), Address | Remember Address (Ctrl+Alt+R), Address | Goto Remembered (Ctrl+Alt+G), Tools | Options (Ctrl+Alt+O).
    Bugfix: Backspace now works within an hex input field when the whole hex string is selected.
    Bugfix: Invoking CHM help file now works when starting XVI32 outside its own directory.

http://www.chmaas.handshake.de/delphi/freeware/xvi32/xvi32.htm#download
Titel: SynWrite 3.7.1460
Beitrag von: SiLæncer am 27 Juni, 2012, 22:00
(http://images.betanews.com/screenshots/1289816929-1.jpg)
Erweiterter Text-Editor mit Unterstützung von vielen Dateiformaten, Programmiersprachen und Zeichenkodierungen; bietet unter anderem Syntax-Hervorhebung, Auto-Vervollständigung und Code-Vorlagen; auch als Plug-in für Total Commander und als portable Version erhältlich.

Freeware

What's new: >>

* Now portable mode is inited by presence of empty "Portable.ini" in the Synwrite folder. Settings tab about portability removed. Option "[Syn2] Ini" in lsplugin.ini is not used.
+ new tab switcher (Ctrl+Tab key): option "Interface - New tab switcher".
+ option "Auto-complete - Auto insert single matching item"
+ Find Results pane: popup menu item "Copy selected node". Ctrl+C assigned to it.
+ C# lexer: brace auto-closing
+ hotkey "Misc - Select current token", command in Search menu
+ hotkeys group "Syntax tree" with 3 new commands: go to parent/ next-brother/ prev-brother node.
+ hotkey "Markers - Go to last marker"
+ hotkey "Run - Open in default application"
+ selection is restored after command "Replace all in selection"

http://www.uvviewsoft.com/synwrite/
Titel: RJ TextEd 8.20 Beta 1
Beitrag von: SiLæncer am 27 Juni, 2012, 22:30
(http://images.six.betanews.com/screenshots/scaled/1187014627-1.jpg)
RJ TextEd - A Unicode source and text editor. RJ TextEd is a full featured text and source editor with Unicode support, syntax highlighting and code folding. The functionality extends beyond text files and includes support for HTML editing with integrated preview, spell checking, auto completion, HTML validation, templates and more. The program also include support for Topstyle Lite CSS editor, has a dual pane file commander, as well as a FTP client to upload your files. The editor uses language files to display menus and dialogs in different languages. There are several included languages. New language files can easily be created in the editor. RJ TextEd is also a simple web development tool. The editor can use auto completion and hints to assist you in editing your source code. You can preview HTML/ASP/PHP... code using one of the preview tabs or open a document in a browser. The editor does not only handle source code. It also handles true ASCII files, binary files and of course plain text files.

The program is absolutely free. There are a many features not listed below. Including spell checking, e-mail support, advanced search with regular expressions. For a full list check out the features section.

To learn more about the program you could check out the screenshots, or just try it out. RJ TextEd is developed in Delphi 2007 from Codegear and is released as Freeware. The program has been tested in windows 98/Me/2000/XP/2003/Vista/2008/Windows 7.

Licence: Freeware

Whats new: >>

Changes in this version:

Replace All
A warning message is displayed when a "Replace All" action is executed in a folder or project files. You can disable the warning by a click in the check box.

Play macro N times
Created a new dialog window with some information about cursor position, selection and total number of lines. You can now play the macro N number of times or play the macro until end of file (you can enter a max value here).

Double click and select words
To select words you can now double click the left mouse button and at the second click keep it pressed. Now you can start selecting words by moving the mouse.

Select brace enclosed (Shift+Alt+B)
Place the text cursor between braces, inside a single or double quoted string or between HTML/XML tags to select everything inside, with this function.

Stop a running script
A script can be stopped with the keyboard shortcut Shift+Esc or by pressing the stop button on the "User Script" tab in the quickbar.

Run script from "User Script" tab in Quickbar
Focus is always set to the target document.

Incremental Find...
Added the option "Find from cursor position".

Vertical scrolling in document
The text is now scrollable one page beyond the end of file.

Insert increasing numbers in column mode
Can now handle Roman and alphabetic numerals. Both upper- and lower case.

HTML to Text
Made some improvements in the conversion from HTML to plain text.

Document tab hint
Added additional information in the document tab hint. It now display the path, status, characters, lines, file size and last modified date and time.

Script function
Added a new function to the "Document" object called GetSelection.

delete line
Should now work with selected lines as well.

Fixed
* Column mode text cursor and selection issues.
* Issue with Ctrl+Up
* Firefox and IE preview scroll issue with mouse wheel.
* Move line up/down issues and issues with undo/redo.
* Delete line in word wrap mode.
* Mouse scroll wheel issue in the sidebar.
* Document tab file name should now be able to handle & in the name.

http://www.rj-texted.se/
Titel: SynWrite 3.7.1475
Beitrag von: SiLæncer am 03 Juli, 2012, 06:20
(http://images.betanews.com/screenshots/1289816929-1.jpg)
Erweiterter Text-Editor mit Unterstützung von vielen Dateiformaten, Programmiersprachen und Zeichenkodierungen; bietet unter anderem Syntax-Hervorhebung, Auto-Vervollständigung und Code-Vorlagen; auch als Plug-in für Total Commander und als portable Version erhältlich.

Freeware

What's new: >>

+ command "File - Properties"
+ shortcuts are shown in all context menus
* hovering over tab: filename is shown in statusbar intelligently-shortened
* Quick search: now always has "Wrap search" flag
- fix: 0-sized files now not backup'ed

http://www.uvviewsoft.com/synwrite/
Titel: NoteTab Light V7.0
Beitrag von: SiLæncer am 07 Juli, 2012, 13:46
(http://www.portablefreeware.com/screenshots/scrY2w1sq.gif)
NoteTab Light is a free Notepad replacement as well as a capable HTML editor. It is able to multiple files using a tabbed interface with no size limit, and has built-in macro and clipboard support.

License:  Freeware

Release Notes: http://www.notetab.com/version-history.php#v7000

http://www.notetab.com
Titel: Notepad++ 6.1.5 Final
Beitrag von: SiLæncer am 07 Juli, 2012, 18:00
(http://www.portablefreeware.com/screenshots/scrHPI5U2.gif)
Notepad++ is a tabbed source code editor and Notepad replacement with a customizable interface. It is one of the few few source code editors that supports "folding," allowing users to quickly reduce and expand sections of code to see the overall document. In addition, it features multi-language syntax highlighting, auto-completion, regular expression search/replace, macro recording and playback, etc. The program can access a long list of plug-ins via an easy-to-access menu with even more features and functions.

License: GPL

What's new: >>

1.  Fix a html tag match freezing issue.
2.  Fix the sidebar splitter failed in Windows 8 issue.
3.  Fix un regression: folding/unfolding performance issue.
4.  Fix tab context menu in the other localization regression due to adding new command "Reload".
5.  Fix lower/UPPER case on selected text which contains NULL characters.
6.  Fix wrap/unwrap line position not being kept bug.
7.  Fix xml syntax highlighting broken because of php preprocessor instruction inside.
8.  Fix a GUI bug which shows empty tab row while closing a last tab in a row (in the multi-line tab mode).


Included plugins:

1.  Spell Checker v1.3.3
2.  NppFTP 0.24.1
3.  NppExport v0.2.8
4.  Plugin Manager 1.0.8
5.  Converter 3.0

http://notepad-plus-plus.org/
Titel: RJ TextEd 8.20 Final
Beitrag von: SiLæncer am 10 Juli, 2012, 21:30
(http://images.six.betanews.com/screenshots/scaled/1187014627-1.jpg)
RJ TextEd - A Unicode source and text editor. RJ TextEd is a full featured text and source editor with Unicode support, syntax highlighting and code folding. The functionality extends beyond text files and includes support for HTML editing with integrated preview, spell checking, auto completion, HTML validation, templates and more. The program also include support for Topstyle Lite CSS editor, has a dual pane file commander, as well as a FTP client to upload your files. The editor uses language files to display menus and dialogs in different languages. There are several included languages. New language files can easily be created in the editor. RJ TextEd is also a simple web development tool. The editor can use auto completion and hints to assist you in editing your source code. You can preview HTML/ASP/PHP... code using one of the preview tabs or open a document in a browser. The editor does not only handle source code. It also handles true ASCII files, binary files and of course plain text files.

The program is absolutely free. There are a many features not listed below. Including spell checking, e-mail support, advanced search with regular expressions. For a full list check out the features section.

To learn more about the program you could check out the screenshots, or just try it out. RJ TextEd is developed in Delphi 2007 from Codegear and is released as Freeware. The program has been tested in windows 98/Me/2000/XP/2003/Vista/2008/Windows 7.

Licence: Freeware

Whats new: >>

Version 8.20
July 10, 2012
Replace All

A warning message is displayed when a "Replace All" action is executed in a folder or project files. You can disable the warning by a click in the check box.
Play macro N times

Created a new dialog window with some information about cursor position, selection and total number of lines. You can now play the macro N number of times or play the macro until end of file (you can enter a max value here).
Double click and select words

To select words you can now double click the left mouse button and at the second click keep it pressed. Now you can start selecting words by moving the mouse.
Select brace enclosed (Shift+Alt+B)

Place the text cursor between braces, inside a single or double quoted string or between HTML/XML tags to select everything inside, with this function.
Stop a running script

A script can be stopped with the keyboard shortcut Shift+Esc or by pressing the stop button on the "User Script" tab in the quickbar.
Run script from "User Script" tab in Quickbar

Focus is always set to the target document.
Incremental Find...

Added the option "Find from cursor position".
Vertical scrolling in document

The text is now scrollable one page beyond the end of file.
Insert increasing numbers in column mode

Can now handle Roman and alphabetic numerals. Both upper- and lower case.
HTML to Text

Made some improvements in the conversion from HTML to plain text.
Document tab hint

Added additional information in the document tab hint. It now display the path, status, characters, lines, file size and last modified date and time.
Script function

Added a new function to the "Document" object called GetSelection.
Delete line(s)

Should now work with selected lines as well.
Fixed

    Column mode text cursor and selection issues.
    Issue with Ctrl+Up
    Firefox and IE preview scroll issue with mouse wheel.
    Move line up/down issues and issues with undo/redo.
    Delete line in word wrap mode.
    Mouse scroll wheel issue in the sidebar.
    Document tab file name should now be able to handle & in the name.
    Out of memory errors should be handled properly when opening very large files.



http://www.rj-texted.se/
Titel: HelpNDoc 3.6.0.345
Beitrag von: SiLæncer am 11 Juli, 2012, 13:27
(http://www.kaldata.com/images/news/logos/helpndoc.gif)
HelpNDoc provides all the tools necessary to write complete help files, manuals and documentations in a user friendly and very easy to use environment. HelpNDoc can generate standard Windows CHM help files, WEB based documentation, iPhone specific websites as well as printable PDF and Word documents.

HelpNDoc is completely free for personal use and evaluation purposes.

Release Notes: http://www.helpndoc.com/news/2012-07-11-build-multiple-versions-your-help-and-manuals-helpndoc-36

http://www.helpndoc.com/
Titel: Greenfish Icon Editor Pro V3.1
Beitrag von: SiLæncer am 13 Juli, 2012, 21:15
(http://www.portablefreeware.com/screenshots/scr4HDUrj.gif)
Greenfish Icon Editor Pro is a tool for creating icons, cursors, and other small images. It opens and saves in ICO, CUR, ANI, PNG, XPM, BMP and JPEG formats. It is able to create icons and cursors up to 256x256 @ 32-bit, which can also be PNG-compressed for use in Windows Vista. It is also able to create animated cursors, extract icons and cursors from executable files and icon libraries, batch convert image files to icons or other image formats, supports advanced selection handling (marquee, lasso and wand tools, saving/loading selections from files), offers various gradient styles for filling shapes, and includes many filters such as Remove matte, Drop shadow, Inner/Outer glow and Bevel etc.

License: Freeware

http://greenfish.tk/
Titel: SciTE 3.2.1
Beitrag von: SiLæncer am 14 Juli, 2012, 20:46
(http://www.heise.de/software/screenshots/1206.jpg)
Editor mit Syntax-Highlighting, Auto-Completion, Folding und vielem mehr...

Lizenz: Open Source

Version 3.2.1 retrieves string properties from the Scintilla API using property notation in Lua scripts.

http://www.scintilla.org/SciTE.html
Titel: Editra 0.7.08
Beitrag von: SiLæncer am 16 Juli, 2012, 10:02
(http://www.heise.de/software/screenshots/49339.jpg)
Kleiner Texteditor für verschiedene Betriebssysteme, der den Fokus auf das Schreiben von Quellcode setzt; beherrscht das Hervorheben von Syntax-Fragmenten sowie eine Vielzahl an nützlichen Funktionen für über 60 Programmiersprachen

Lizenz: Open Source

Changelog:

NEW: [features/enhancements]

    +New version of FileBrowser Plugin version 2.0. Nearly a complete re-write of
    the main part of the plugin to use a new file view. Adds ability to turn editor
    tab synchronization on and off. Adds configuration for filtering files out of the
    view and new configuration for showing hidden files.
    +Choose directory dialog from Find Dialog will now automatically expand to the directory of the
    current file.
    +Update embedded aui

BUG FIXES:

    +Fix major and apparently very long standing issue on Windows systems where
    application profiles were not getting updated correctly and settings would get
    lost between updates.
    +Fix issues with sessions not getting updated properly under some use cases.
    +Fix crash condition that could occur when reload of file fails.
    +Fix file encoding detection issue that some systems experienced.
    +Fix UTF-16 decoding issues / regressions due to change in behavior between
    python2.6 and 2.7.
    +Fix error caused by empty file names getting into the file history which
    could cause startup failures.
    +Fix crash in Find in Directory that could occur due to threaded access to GetTranslation.

http://editra.org/
Titel: Semagsoft Document.Editor 2012.8
Beitrag von: SiLæncer am 16 Juli, 2012, 19:30
(http://images.betanews.com/screenshots/1221016805-1.png)
Document.Editor is a multitab text editor for Windows. It includes plain and rich text format support, multi tab interface so you can edit multiple documents in a session, compact application size, and multiple commands.

Freeware

Latest Changes

New Revert support
Improved Context Menu
Minor Bug Fix's, improvements and speed ups

http://documenteditor.semagsoft.com/
Titel: Komodo Edit 7.1.0
Beitrag von: SiLæncer am 17 Juli, 2012, 22:15
(http://download.winboard.org/uploads/Image/2010-12-22%2009%2024%2056.png)
Komodo Edit ist ein Editor, der folgende Sprachen unterstützt: PHP, Python, Ruby, java script, Perl, Tcl, XML, HTML 5, CSS 3. Weiterhin bietet das Programm eine Projektverwaltung, Sweet-Editor und kann mittels Erweiterungen ausgebaut werden.

Unterstützt wird WIN XP - Seven

Freeware

Whats new: >>

unbekannt

http://www.activestate.com/komodo-edit/downloads
Titel: SynWrite 3.7.1520
Beitrag von: SiLæncer am 17 Juli, 2012, 22:45
(http://images.betanews.com/screenshots/1289816929-1.jpg)
Erweiterter Text-Editor mit Unterstützung von vielen Dateiformaten, Programmiersprachen und Zeichenkodierungen; bietet unter anderem Syntax-Hervorhebung, Auto-Vervollständigung und Code-Vorlagen; auch als Plug-in für Total Commander und als portable Version erhältlich.

Freeware

What's new: >>

+ color picker: command "Edit - Select color"
+ color preview for HTML/CSS: see help topic "Color code preview"
+ code templates: option "Use Tab key to expand code templates" in "Auto-complete" group
+ code templates: auto-inserting of single matching item, opt in "Auto-complete" group
+ options - colors: color list reordered
+ option color "bookmarked line BG"
+ lexer "Text Russian detector", packed in "Readme\RarelyNeededLexers.rar"
- updated: "Find ID" add-on (Tools\FindID.exe)
* changed: options dlg tabs order
- fix: sessions with portable version

http://www.uvviewsoft.com/synwrite/
Titel: LaTeX-Editor TexMaker 3.4 veröffentlicht
Beitrag von: SiLæncer am 18 Juli, 2012, 15:00
(http://www.heise.de/software/screenshots/31402.jpg)
Umfangreicher LaTeX-Editor mit integrierten Tools und Funktionen wie Syntax-Highlighting, 370 mathematischen Symbolen und Ausdrücken, Suchen und Ersetzen oder Rechtschreibprüfung; konvertiert zudem LaTeX ins HTML-Format.

Whats new: >>

Enhancements :

- the option "Use a 'build' subdirectory for output files" has been added for the (pdf)latex command (the "--output-directory=build" parameter will be automatically added to the (pdf)latex command and texmaker will search the log and pdf files into this subdirectory - see the user manual for more details)
- a words counter has been added to the internal pdf viewer (contextual menu)
- an "Open Terminal" command has been added to the "Tool" menu
- regular expression support has been added in the "find/replace" dialogs
- a pdf page can now be exported to a png image in the internal pdf viewer (contextual menu)
- a "Save a copy" command has been added to the "File" menu
- the optionnals fields for the biblatex entries has been added ("Bibliography" menu)
- the labels list in the structure view stays opened or closed as the user sets it while saving the document or adding a new label item
- standard output is displayed only for the asymptote command
- the "sectioning", "size", "references" combo boxes (main toolbar) has been replaced by icons in the editor vertical toolbar.
- support for macosx lion fullscreen mode has been added

Bugs fixed :

- a critical bug while restoring a session with a file which has been deleted has been fixed
- the bug about double-indentation of user tags has been fixed

Lizenz: Open Source

http://www.xm1math.net/texmaker/download.html
Titel: FSHED 2.3
Beitrag von: SiLæncer am 19 Juli, 2012, 22:15
(http://www.heise.de/software/screenshots/t83800.jpg)
Kostenloser Hex-Editor zum Bearbeiten einer oder mehrerer binärer Dateien; der Hersteller weist darauf hin, dass das Programm nicht den Anspruch eines umfangreichen Editors mit allen Funktionen hat; bietet unter anderem Bookmarks, Suchen und Ersetzen, Rückgängig-Aktionen, Druckvorschau oder Formatierungsänderungen; Nachfolger des Tools HexView

Freeware

http://www.funduc.com/fshexedit.htm
Titel: HTML fix 1.0.5
Beitrag von: SiLæncer am 20 Juli, 2012, 10:31
(http://www.freeware.de/images/screenshots/52998/html-fix_medium_1.jpg)
HTML FIX greift auch Einsteigern beim Zusammenstellen eigener Webseiten unter die Arme. Der kostenlose Editor bearbeitet die Dokumente wie die meisten Vertreter seines Genres im Quellcode und hält zudem ein WYSIWYG-Preview bereit.

Freeware


+ Pro

    WYSIWYG-Preview im Browser
    Komfortables Tabellen-Werkzeug
    Meta-Tag & Seitentitel ohne großen Aufwand

- Contra

    Keine Profi-Funktionen

http://www.in-mediakg.de/

Titel: Rapid Environment Editor V7.0 build 815
Beitrag von: SiLæncer am 20 Juli, 2012, 17:30
(http://www.rapidee.com/images/rapidee.png)
Rapid Environment Editor (RapidEE) is an environment variables editor. It includes an easy to use GUI and replaces the small and inconvenient Windows edit box, located in the System Information section.

License: Freeware

What's new: >>

    fixed: improved detection of the wrong paths
    fixed: Ctrl-S ignores changes if editing is not completed (Enter is not pressed to commit changes)
    added: show F7/F8 hints on value insert
    fixed: delete empty variable and/or value if user press Esc right after insertion
    changed: support for Windows 2000 and older has been dropped.

http://www.rapidee.com/en/about
Titel: AkelPad 4.7.7
Beitrag von: SiLæncer am 22 Juli, 2012, 21:30
(http://akelpad.sourceforge.net/files/screen_basic.png)
AkelPad is an open source editor for plain text. It is designed to be a small and fast. Includes the ability to load text documents that are larger than 64 Kilobytes, document previews before opening them, editing of read only files and more. Plugins add a number of additional features to Akelpad like syntax highlighting, auto completion, sessions, macros and scripts and auto saving.

Licence: Open Source

What's new: >>


Changed: plugin architecture. Update plugins.
Changed: command 4196 - inserts new line without keeping left spaces, if option "Keep space" is on.

Added: checking hotkey existence in the Hotkeys plugin.
Added: command 4199 - move caret on the contrary side of selection (Alt+\).

Fixed: in overtype mode space and tabulation inserted without replacement.
Fixed: size of the first non-maximized MDI frame when status bar is on.
Fixed: size of the first maximized MDI frame when status bar and tab panel are off.
Fixed: drawing tab bar, located at the bottom, when the status bar is turned on (PMDI).
Fixed: current directory in the file open/save dialog.
Fixed: search backward with regular expressions.
Fixed: search forward with regular expressions and whole word option.
Fixed: restore maximized state on startup after closing main window in minimized state.
Fixed: notepad replacement mode in installer (WinVista/7)

http://akelpad.sourceforge.net/en/index.php
Titel: SynWrite 3.8.1550
Beitrag von: SiLæncer am 23 Juli, 2012, 06:00
(http://images.betanews.com/screenshots/1289816929-1.jpg)
Erweiterter Text-Editor mit Unterstützung von vielen Dateiformaten, Programmiersprachen und Zeichenkodierungen; bietet unter anderem Syntax-Hervorhebung, Auto-Vervollständigung und Code-Vorlagen; auch als Plug-in für Total Commander und als portable Version erhältlich.

Freeware

What's new: >>

+ ext. tools: console tools can also send output to new document, to clipboard, can replace selection, etc: option "Output type" added
+ ext. tools: option "Encoding" added
+ ext. tools: macros added: {FileNameNoExt}, {FileExt}, {CurrentLine}
* opt "Minimap color" moved to Colors tab, saved in color presets
* opt "Misc - Zen Coding line breaks": added "XHTML" variant
+ LESS lexer has tweaks of CSS (same autocomplete chars, Zen Coding)

http://www.uvviewsoft.com/synwrite/
Titel: RJ TextEd 8.30 Beta 1
Beitrag von: SiLæncer am 23 Juli, 2012, 21:15
(http://images.six.betanews.com/screenshots/scaled/1187014627-1.jpg)
RJ TextEd - A Unicode source and text editor. RJ TextEd is a full featured text and source editor with Unicode support, syntax highlighting and code folding. The functionality extends beyond text files and includes support for HTML editing with integrated preview, spell checking, auto completion, HTML validation, templates and more. The program also include support for Topstyle Lite CSS editor, has a dual pane file commander, as well as a FTP client to upload your files. The editor uses language files to display menus and dialogs in different languages. There are several included languages. New language files can easily be created in the editor. RJ TextEd is also a simple web development tool. The editor can use auto completion and hints to assist you in editing your source code. You can preview HTML/ASP/PHP... code using one of the preview tabs or open a document in a browser. The editor does not only handle source code. It also handles true ASCII files, binary files and of course plain text files.

The program is absolutely free. There are a many features not listed below. Including spell checking, e-mail support, advanced search with regular expressions. For a full list check out the features section.

To learn more about the program you could check out the screenshots, or just try it out. RJ TextEd is developed in Delphi 2007 from Codegear and is released as Freeware. The program has been tested in windows 98/Me/2000/XP/2003/Vista/2008/Windows 7.

Licence: Freeware

Whats new: >>

Text clip folder list
You can now assign a keyboard shortcut to a folder in the text clip tree. When triggered, a list of all items in the folder is displayed and you can chose anyone as in a normal auto completion window.

E.g. you could create HTML, JavaScript, CSS and PHP folders in the text clip tree. Add code snippets and assign shortcuts to each folder.
Now you have all code snippets available in a list by just pressing a keyboard shortcut.

Find in options
Added a find field in the options window. A list will open as soon as you start typing. Each listed item have a small left aligned icon which indicates if it's a button, label, group box, radio button or a check box. When selecting item the correct page is opened and the item is focused (labels and group boxes can not be focused).

Find menu command (or the HUD)
Added an option to search for whole words only. Which is the default behavior in v8.20. If you uncheck the option, all strings found will be highlighted.

Context hints for "Replace All" results
I may add this as well in this version. I haven't begun yet though...

http://www.rj-texted.se/
Titel: CSVed 2.2.3
Beitrag von: SiLæncer am 24 Juli, 2012, 18:30
(http://www.portablefreeware.com/screenshots/scrKFe3Sx.gif)
CSVed is a basic spreadsheet file editor which can be used to create and manipulate CSV files. You can add/delete columns, rearrange column order, change separator, filter items, remove duplicates, split/join columns etc.

License:  Cardware

What's new: >>

- Small things like:
- Some spinedit components ExtendedAccept enabled
- Label nummer deleted
- Filter global exact enabled again

http://csved.sjfrancke.nl/index.html
Titel: RJ TextEd 8.30 Beta 3
Beitrag von: SiLæncer am 26 Juli, 2012, 19:45
(http://images.six.betanews.com/screenshots/scaled/1187014627-1.jpg)
RJ TextEd - A Unicode source and text editor. RJ TextEd is a full featured text and source editor with Unicode support, syntax highlighting and code folding. The functionality extends beyond text files and includes support for HTML editing with integrated preview, spell checking, auto completion, HTML validation, templates and more. The program also include support for Topstyle Lite CSS editor, has a dual pane file commander, as well as a FTP client to upload your files. The editor uses language files to display menus and dialogs in different languages. There are several included languages. New language files can easily be created in the editor. RJ TextEd is also a simple web development tool. The editor can use auto completion and hints to assist you in editing your source code. You can preview HTML/ASP/PHP... code using one of the preview tabs or open a document in a browser. The editor does not only handle source code. It also handles true ASCII files, binary files and of course plain text files.

The program is absolutely free. There are a many features not listed below. Including spell checking, e-mail support, advanced search with regular expressions. For a full list check out the features section.

To learn more about the program you could check out the screenshots, or just try it out. RJ TextEd is developed in Delphi 2007 from Codegear and is released as Freeware. The program has been tested in windows 98/Me/2000/XP/2003/Vista/2008/Windows 7.

Licence: Freeware

Whats new: >>

Debug output
Some debug information can be intercepted and viewed in e.g. DebugView. This feature is available in all versions, debug or release.

Fixed
* Option find issues.
* Hint issues in find/replace/preview output windows.
* Invalid link in some HTML dialog windows.

http://www.rj-texted.se/
Titel: RJ TextEd V8.30
Beitrag von: SiLæncer am 28 Juli, 2012, 07:00
What's new: >>

Text clip folder list
You can assign a keyboard shortcut to a node/folder in the text clip tree. When triggered, a list of all items in the folder is displayed and you can chose anyone as in a normal auto completion window.
E.g. you could create HTML, Java Script, CSS and PHP folders in the text clip tree. Add code snippets and assign shortcuts to each folder. Now you have all code snippets available in a list by just pressing a keyboard shortcut.

Find field in options
Added a find field in the options window. A list will open as soon as you start typing. Each listed item have a small left aligned icon which indicates if it's a button, label, group box, radio button or a check box. When selecting item the correct page is opened and the item is focused (labels and group boxes can not be focused).

Find menu command (or the HUD)
Added an option to search for whole words only. Which is the default behavior in v8.20. If you uncheck the option, all strings found will be highlighted.

Context hints for "Find/Replace All" results
Added context hints for find/replace output list items. The same options is used to display the context hint in find/replace and replace preview output windows.

Right text margin
You can now set individual margin line settings for different file types. Available options are line type (solid,dotted), line color and position.

Select tag block (Shift+Alt+X)
This function will select the start tag, stop tag and everything in between. Just place the text cursor somewhere inside and trigger this function to select. A menu item is added in the "Edit -> Select" menu.

HTML image and base64 encoding
In the user menu (Ctrl+Space) there is a new item "»image" that will open the HTML image dialog window to insert a "<img ..." tag. The dialog can be used to insert a base64 encoded image.

Open location in Windows Explorer
Added a new menu item to the Document tab menu, project context menu to open the current or selected file location in the Windows Explorer. The file is selected. The existing button in the file commander and explorer tabs to open in Windows Explorer behave the same and will open the explorer with a file selected, if any.

Shift+Tab
Shift+Tab will now try to unindent at the current text cursor position. Otherwise it does nothing. The behavior should be the same as in Visual Studio.

Drag n drop in document list
Added drag n drop support in the sidebar document list. It only work if the list is unsorted.

Debug output
If the program should hang at startup, shutdown or at some other action, you can now activate a debug output option. You can have debug data written to a log file or to a debug viewer application like "DebugView". In the program folder there is a file called "DebugOptions.txt". It looks like this:
; DebugOutput
; 0 = No output
; 1 = Output to log file <AppData>\RJ TextEd\Data\DebugOutput.txt
; 2 = DebugOutputString. Use e.g. DebugView to display the output
DebugOutput=0

; LogFileAppend
; 0 = No append. Allways create a new log file at startup.
; 1 = Append. Append new debug data to old ones. NOTE! The file may
; become very large!
LogFileAppend=0

Fixed

    Highlighter issue when opening a file.
    Double click on an item in the Syntax Editor should open an edit window.
    Tag highlighting issue when the option "Allow text cursor beyond end of line" was set.
    Fixed minor issues in the sidebar document list.
    Indent/Unindent issues.
    Reopened last used files should not be added to the most recently used (MRU) list.
    Error when deleting files in the project tree.
    Several other minor issues.

http://www.rj-texted.se/
Titel: RJ TextEd 8.31
Beitrag von: SiLæncer am 29 Juli, 2012, 14:00
Version 8.31
July 29, 2012

Fixed

    Word wrap issues with indention. If the window was resized narrower than the indention - the program could end up in an endless loop.
    Tag auto completion issues. E.g. typing <di| and press Ctrl+Space should display a correct auto completion list now.
    An issue with the debug output file.

http://www.rj-texted.se/
Titel: SynWrite 3.8.1590
Beitrag von: SiLæncer am 30 Juli, 2012, 23:00
(http://images.betanews.com/screenshots/1289816929-1.jpg)
Erweiterter Text-Editor mit Unterstützung von vielen Dateiformaten, Programmiersprachen und Zeichenkodierungen; bietet unter anderem Syntax-Hervorhebung, Auto-Vervollständigung und Code-Vorlagen; auch als Plug-in für Total Commander und als portable Version erhältlich.

Freeware

What's new: >>

+ SCSS lexer
+ Euphoria lexer
+ Forth lexer
+ "Text Russian detector" lexer
+ autocomplete for LESS, SCSS, Fortran
+ bigger autocomplete list for C++ (has most Win32 API ids)
+ code templates for Java, JS, R, Latex
+ opt color "Collapsed mark"
+ opt hotkey "Move caret to selection start/end"
- fix: keys Left/Rt with selection and option "Persistent selection"
- fix: window didn't update on holding PgUp/Dn, on dragging scroll thumb (big files)
- fix: temp file was created in current dir

http://www.uvviewsoft.com/synwrite/
Titel: Rapid Environment Editor 7.0 Build 816
Beitrag von: SiLæncer am 07 August, 2012, 17:40
(http://www.rapidee.com/images/rapidee.png)
Rapid Environment Editor (RapidEE) is an environment variables editor. It includes an easy to use GUI and replaces the small and inconvenient Windows edit box, located in the System Information section.

License: Freeware

What's new: >>

- Fixed: gray rectangle instead of auto-complete window on Win+D/Win+M

http://www.rapidee.com/en/about
Titel: Rapid Environment Editor V7.0 build 817
Beitrag von: SiLæncer am 09 August, 2012, 05:45
(http://www.rapidee.com/images/rapidee.png)
Rapid Environment Editor (RapidEE) is an environment variables editor. It includes an easy to use GUI and replaces the small and inconvenient Windows edit box, located in the System Information section.

License: Freeware

What's new: >>

Added: Brazilian Portuguese translation (Igor Ruckert)

http://www.rapidee.com/en/about
Titel: Komodo Edit 7.1.1
Beitrag von: SiLæncer am 09 August, 2012, 20:40
(http://download.winboard.org/uploads/Image/2010-12-22%2009%2024%2056.png)
Komodo Edit ist ein Editor, der folgende Sprachen unterstützt: PHP, Python, Ruby, java script, Perl, Tcl, XML, HTML 5, CSS 3. Weiterhin bietet das Programm eine Projektverwaltung, Sweet-Editor und kann mittels Erweiterungen ausgebaut werden.

Unterstützt wird WIN XP - Seven

Freeware

Whats new: >>

unbekannt

http://www.activestate.com/komodo-edit/downloads
Titel: Free Hex Editor Neo 5.13.00.4760
Beitrag von: SiLæncer am 11 August, 2012, 06:00
(http://www.freeware.de/images/screenshots/33979/free-hex-editor-neo_medium_2.png)
Free Hex Editor Neo macht sich beim Schreiben und Analysieren hexadezimalen Programmcodes nützlich. Die Freeware verarbeitet auch die so genannten Binaries beliebiger Größe.

Free Hex Editor Neo erlaubt das Verändern von EXE, DLL, DAT, AVI, MP3 und JPG-Dateien mit nur wenigen Mausklicks. Dazu hält der Editor Funktionen wie Copy&Paste sowie Finden und Ersetzen bereit.

Die kostenpflichtige Pro-Version erweitert diese Funktionen um ein "Ersetze alle", eine speicherbare History und einiges mehr. Software-Entwicklern bietet Free Hex Editor Neo Werkzeuge zum Programmieren von Updates oder Patches.

Einschränkungen von Free Hex Editor Neo

14 Tage alle Funktionen der Pro Version
Anschließend eingeschränkter Funktionsumfang

Freeware

Latest Changes

unbekannt

http://www.free-hex-editor.com/free-hex-editor-product-details.html
Titel: SuperHTML Web Studio 8.5.6
Beitrag von: SiLæncer am 13 August, 2012, 17:40
(http://www.freeware.de/images/screenshots/19954/superhtml-web-studio_medium_1.png)
SuperHTML Web Studio ist in erster Linie ein Code-basierter Editor, der volle Kontrolle über den Quellcode und damit hohe Flexibilität und Präzision bietet. Speziell für HTML-Dokumente steht aber auch ein bequemer WYSIWYG-Modus (What you see is what you get) zur Verfügung, der besonders für Anfänger mit wenig HTML-Kenntnissen geeignet ist.

Das Programm unterstützt alle gängigen Sprachen aus dem Webumfeld wie HTML, XHTML, XML, CSS, JavaScript, PHP, Perl, WML u.v.m. und ist damit ein geeignetes Werkzeug für jeden professionellen Webentwickler. Weiterhin ist SuperHTML Web Studio vollständig unicodefähig und kann Dokumente für alle Zeichensätze und Sprachen bearbeiten und erstellen (ANSI, UTF-8 und UTF-16).

Vor allem aber zeichnet sich SuperHTML Web Studio durch seine sehr übersichtliche und gut strukturierte, anpassbare Benutzeroberfläche aus, bei der alle Funktionen dort zu finden sind, wo man sie erwartet. Mit zahlreichen Assistenten und Hilfsfunktionen greift das Programm dem Benutzer unter die Arme, so dass sich auch komplexere Aufgaben deutlich leichter bewältigen lassen.

Freeware (Kostenlose Registrierung erforderlich)

http://www.mirabyte.com/de/
Titel: NoteTab Light 7.01
Beitrag von: SiLæncer am 14 August, 2012, 18:15
(http://www.portablefreeware.com/screenshots/scrY2w1sq.gif)
NoteTab Light is a free Notepad replacement as well as a capable HTML editor. It is able to multiple files using a tabbed interface with no size limit, and has built-in macro and clipboard support.

License:  Freeware

Release Notes:

* You no longer need to use the /usb switch when running NoteTab from a USB flash drive (memory stick) under Windows XP or more recent.
* Improved handling of Favorites feature when NoteTab is run from a USB flash drive.
* Updated the regular expressions engine to the latest version.
* Improved “Calculate Expression” feature. Works without first selecting expression when line contains other text. Simply place cursor at the end of the expression and press Ctrl+E to calculate the result. You can also do chained expressions 1+2=3 +3=6 +4=10. If the expression doesn’t end with an “=” sign, then NoteTab replaces the expression with its result.
* The “Calculate Expression” feature and ^$Calc Clip function now assume the decimal and digit grouping symbols used in an expression correspond to the Windows region settings.
* Improved smart quotes feature. Select text wrapped with straight quotes and NoteTab will replace them with smart quotes on pressing the Ctrl+, keys.
* Improved the Match Brackets feature. Now also works with double quotes (smart and straight). When searching for "straight double quotes", place the cursor in the text between them.
* Added minor improvements to several Clip libraries and templates.
* Improved Clip error reporting when caused by a regular expression pattern error.
* Fixed issue with Wildcards setting that caused search dialog box to error in some situations when the search text was left blank.
* Fixed ^!Find and ^!Replace Clip commands so that they no longer change the settings of the standard search dialog boxes.
* Fixed incorrect results returned by ^$StrPos, ^$StrPosRight and ^$StrPosMid.
* Fixed incorrect results returned by ^$ExpandEnv when used with NoteTab tokens.


http://www.notetab.com
Titel: CoffeeCup Free HTML Editor 9.7
Beitrag von: SiLæncer am 15 August, 2012, 22:15
(http://www.freeware.de/images/screenshots/18537/coffeecup-free-html-editor_medium_3.png)
CoffeeCup Free HTML Editor stattet Windows mit einem vollwertigen HTML-Editor aus. Die Freeware wartet mit einer Echtzeit-Vorschaufunktion sowie Support für moderne Webstandards wie HTML5 und CSS3.

Der englischsprachige CoffeeCup Free HTML Editor sorgt für Datenkonsistenz per eingebauter S-Drive-Synchronisation, so dass sich auch größere Webseitenprojekte realisieren lassen. Assistenten für Tabellen, Frames und Formulare sowie Drag&Drop-Support komplettieren den HTML-Editor.

Bei CoffeeCup Free HTML Editor handelt es sich zwar um einen abgespeckten HTML-Editor ohne FTP-Upload und Image Mapper, für kleine bis mittlere HTML-Projekte dürften Ottonormal-User wenige Funktionen vermissen.

http://www.coffeecup.com/
Titel: Notepad++ 6.1.6
Beitrag von: SiLæncer am 16 August, 2012, 12:40
(http://www.portablefreeware.com/screenshots/scrHPI5U2.gif)
Notepad++ is a tabbed source code editor and Notepad replacement with a customizable interface. It is one of the few few source code editors that supports "folding," allowing users to quickly reduce and expand sections of code to see the overall document. In addition, it features multi-language syntax highlighting, auto-completion, regular expression search/replace, macro recording and playback, etc. The program can access a long list of plug-ins via an easy-to-access menu with even more features and functions.

License: GPL

What's new: >>

Fix (Walk around) Notepad++ hanging on CJK input with ANSI document while enabling word completion.
Enhance folding performance on large documents.
Check update without elevating to Administrator right.
Add update auto-detection for the environment vista/windows 7/Windows 8.
Fix bug: Doc switcher icon state not refreshed after '"save all" action.
Make Document map togglable via menu.
Enhance Find/Replace dialog result messages.
Fix a issue that "max number of recent files" cannot be set to 0.
Add font size 5, 6 and 7 in Style Configurator.

http://notepad-plus-plus.org/
Titel: PSPad editor 4.5.7.2449 Beta
Beitrag von: SiLæncer am 16 August, 2012, 23:50
(http://images.six.betanews.com/screenshots/1076948037-1.png)
PSPad is a universal freeware editor. There is no complex install process; the program is ready to work immediately, without requiring customization. It supports many file types and languages, with syntax highlighting. There are macros, clip files and templates to automate repetitive activities. An integrated HEX Editor, Project support, FTP Client, Macro Recorder, File Search/Replace, Code Explorer, code page conversion, are just some of the many possibilities that PSPad can offer you.

Freeware

Latest Changes

News
Code explorer for PVX

Fixes:
Return of previous memory manager

http://www.pspad.com/
Titel: AkelPad 4.7.8
Beitrag von: SiLæncer am 19 August, 2012, 17:40
(http://akelpad.sourceforge.net/files/screen_basic.png)
AkelPad is an open source editor for plain text. It is designed to be a small and fast. Includes the ability to load text documents that are larger than 64 Kilobytes, document previews before opening them, editing of read only files and more. Plugins add a number of additional features to Akelpad like syntax highlighting, auto completion, sessions, macros and scripts and auto saving.

Licence: Open Source

What's new: >>

Changed: \n and \r metacharacters processing in regular expressions.
Changed: hotkey for command 4206 is now Ctrl+*.

Added: ability to use an image as the editor background. Program start can be much faster, if images will be in bmp format.
Added: ability to use regular expressions in syntax highlighting rules.
Added: manual parameter for "MouseOptions" with a value of 32 - deny changing font size by scrolling mouse wheel with Ctrl key.

Fixed: search for surrogate pairs with regular expressions.
Fixed: search with regular expressions and %se[text] variable of manual parameter "StatusUserFormat".
Fixed: headlines background when using background for printing.

http://akelpad.sourceforge.net/en/index.php
Titel: Rapid Environment Editor V7.0 build 818
Beitrag von: SiLæncer am 20 August, 2012, 18:00
(http://www.rapidee.com/images/rapidee.png)
Rapid Environment Editor (RapidEE) is an environment variables editor. It includes an easy to use GUI and replaces the small and inconvenient Windows edit box, located in the System Information section.

License: Freeware

What's new: >>

    fixed: backup should export system variables even if the current user is not an administrator
    fixed: move selection correctly on delete if read-only vars are hidden
    fixed: 'access violation' error of there are no user or system vars

http://www.rapidee.com/en/about
Titel: TexMaker 3.5 mit neuem PDF-Betrachter
Beitrag von: ritschibie am 22 August, 2012, 10:48
Pascal Brachet hat seinen freien Latex-Editor TexMaker in der Version 3.5 veröffentlicht. Die unter der GPLv2 stehende Applikation greift Anwendern unter die Arme, die LaTex-Dokumente bearbeiten wollen. Verglichen mit einem normalen Editor bietet TexMaker zahlreiche zusätzliche Annehmlichkeiten wie einen integrierten PDF-Betrachter, Rechtschreibprüfung und Fehlerbehandlung.

(http://www.pro-linux.de/images/NB3/imgdb/n_logo-texmaker.jpg)
Pascal Brachet: Logo TexMaker
Beim TexMaker 3.5 ersetzte Brachet den bisherigen PDF-Betrachter. Der neue Betrachter basiert auf qpdfview und erlaubt es, zwei Seiten eines Dokuments gleichzeitig anzuschauen, Seiten zu drehen und in einen Präsentationsmodus zu wechseln. Windows-Nutzer, die ein PDF-Dokument aus dem Betrachter heraus drucken wollen, sind nicht länger auf GhostScript angewiesen.

Auf der Kommandozeile führte Brachet die Option »-insert ...« ein. Sie ermöglicht, dass externe Programme Latex-Kommandos einfügen können, wenn TexMaker läuft. Die Struktur der Element-Erkennung wurde verbessert und im Ersetzen-Dialog lassen sich erfasste Texte und reguläre Ausdrücke kombinieren. Anwender können ihre vorige Sitzung mit der Tastenkombination CTRL+SHIFT+F8 und unter Mac OS X werden Bildschirme mit hoher Auflösung unterstützt. Darüber hinaus korrigierte Brachet mehrere Fehler.

Der Franzose Brachet entwickelt TexMaker bereits seit 2003. Die Anwendung wird in C++ implementiert und ist für Linux, Mac OS X nd MS Windows erhältlich. Die aktuelle 3.5 Version ist im Downloadbereich des Projekts verfügbar.

Quelle und weitere DL-Links: http://www.pro-linux.de/news/1/18767/texmaker-35-mit-neuem-pdf-betrachter.html
Titel: Rapid Environment Editor V7.0 build 822
Beitrag von: SiLæncer am 31 August, 2012, 22:20
(http://www.rapidee.com/images/rapidee.png)
Rapid Environment Editor (RapidEE) is an environment variables editor. It includes an easy to use GUI and replaces the small and inconvenient Windows edit box, located in the System Information section.

License: Freeware

What's new: >>

added: Finnish translation

http://www.rapidee.com/en/about
Titel: Notepad2 5.0.26 Beta 1
Beitrag von: SiLæncer am 08 September, 2012, 07:30
(http://screenshots.winfuture.de/Kostenloser-Editor-Notepad2-1245606906.jpg)
Notepad2 ist ein schlanker Texteditor, der auf den ersten Blick zwar an den aus Windows bekannten "Editor" erinnert, tatsächlich aber eine Vielzahl zusätzlicher Funktionen bietet. Er ist kostenlos und benötigt keine Installation.

Zu seinen Stärken gehört das Syntax-Highlighting, das für zahlreiche Programmier- und Scriptsprachen zur Verfügung steht, darunter C, C#, VB, Java, JavaScript, Perl und PHP. Notepad2 bietet zudem eine automatische Einrückungsfunktion sowie eine Textersetzung, die mit regulären Ausdrücken arbeiten kann.

Changelog:

  - Restore selection after undo and redo (options in ini-file)
  - Changed default extension for saved files from none to .txt
  - Open and save dialogs again remember the last used directory
  - File change notification option to display title bar indicator
  - Handle %1 wildcard for external file browser command line
  - Regex backreference \0 represents full match in replacement
  - "Jump to" dialog allows expansion of selection (Shift+Enter)
  - Hotkey Ctrl+Shift+P snaps window to more default positions
  - Command line switch /p sub-option x opens a maximized window
  - Option to display word wrap symbols in line number margin
  - Simplified syntax schemes for Web Source Code, Perl and Python
  - Various other minor updates to syntax schemes and keywords
  - Accept fractional font sizes for syntax styles (i.e. "size:9.25")
  - Added style attribute "semi-bold" for font weight
  - Use Direct2D on Windows Vista and above (options in ini-file)
  - Minor visual updates to program icon and toolbar buttons
  - Fixed bug with font dialog assuming italic attribute by mistake
  - Fixed bug to load UTF-16 LE files with BOM as UTF-16 BE
  - Fixed bug with truncating files on saving if out of disk space
  - Fixed bug with truncating files on saving if low of memory
  - Fixed bug with crash on Windows XP without Service Pack 3
  - Updated Scintilla library to 3.2.2

Standardmäßig wird Notepad2 nur in englischer Sprache angeboten. Die Community rund um das bekannte Programm bietet aber inzwischen auch eine deutsche Version (http://notepad2.6x.to/) an (möglicherweise noch nicht aktualisiert).

Lizenztyp: GPL/Kostenlos

http://www.flos-freeware.ch/notepad2.html
Titel: AkelPad 4.7.9
Beitrag von: SiLæncer am 09 September, 2012, 20:00
(http://akelpad.sourceforge.net/files/screen_basic.png)
AkelPad is an open source editor for plain text. It is designed to be a small and fast. Includes the ability to load text documents that are larger than 64 Kilobytes, document previews before opening them, editing of read only files and more. Plugins add a number of additional features to Akelpad like syntax highlighting, auto completion, sessions, macros and scripts and auto saving.

Licence: Open Source

What's new: >>

Changed: single find/replace in selection.

Added: variables for "StatusUserFormat":
"%cap[text]" - text to appear when CapsLock key in turned on;
"%num[text]" - text to appear when NumLock key in turned on;
"%Ch" - current character hex code in file codepage (lowercase);
"%CH" - current character hex code in file codepage (uppercase).
Added: variables %cH, %ch of manual parameter "StatusUserFormat" now support surrogate pairs.

Fixed: error when splitting window.
Fixed: background image was drawn not from beginning, when LineBoard or Coder plugins used.
Fixed: incorrect current column displaying in status bar, if line contain surrogate pairs.

http://akelpad.sourceforge.net/en/index.php
Titel: Notepad++ 6.17
Beitrag von: SiLæncer am 11 September, 2012, 11:34
(http://www.portablefreeware.com/screenshots/scrHPI5U2.gif)
Notepad++ is a tabbed source code editor and Notepad replacement with a customizable interface. It is one of the few few source code editors that supports "folding," allowing users to quickly reduce and expand sections of code to see the overall document. In addition, it features multi-language syntax highlighting, auto-completion, regular expression search/replace, macro recording and playback, etc. The program can access a long list of plug-ins via an easy-to-access menu with even more features and functions.

License: GPL

What's new: >>

Fix config.xml zero length bug after Windows' update (Notepad++ is forced to quit).
Fix a crash issue on save as command.
Fix saving file fails silently bug.
Fix a buffer overflow bug.
Add case sensitive option for smart highlighting feature.
Enhance the localization system.
Fix a behavior issue on Windows shutdown.
Enhance comment operations: add stream Uncomment command and cross-calling of block feature.
Enhance TAB to space and space to TAB commands.

http://notepad-plus-plus.org/
Titel: reCsvEditor 0.90
Beitrag von: SiLæncer am 12 September, 2012, 16:30
(http://images.six.betanews.com/screenshots/scaled/1300590091-1.jpg)
reCsvEditor is a cross platform editor for Csv Files. It supports a wide variety of Field delimiters, very large files and Unicode Files. Files are displayed in a table format.

Freeware

Latest Changes

- Different views can be docked / undocked with each other as needed
- List screens can now have a Record Screen where the current record is displayed
- Support for foreign languages via GetText po files / resource bundles produced via GetText
- Filter - added And / Or operators, also added Starts With operator
- Enhanced HTML Export

http://recsveditor.sourceforge.net/
Titel: Gründlich renovierter WYSIWYG-Editor Maqetta
Beitrag von: SiLæncer am 13 September, 2012, 15:46
Von Maqetta (http://maqetta.org/), einem quelloffenen WYSIWYG-Editor für HTML5-Webseiten, gibt es jetzt die Version 7 (http://www.maqetta.org/index.php?option=com_content&view=category&layout=blog&id=2&Itemid=9). Mit dem im Browser laufenden Editor sollen sich komplexe und dynamische Benutzeroberflächen für Desktops und mobile Geräte für nahezu alle Browser einfach erstellen lassen. Das bei IBM entstandene Projekt wird von der Dojo Foundation geführt und unterstützt viele der mobilen Dojo Widgets (Dojo Toolkit 1.8 ).

Neben einer gründlichen Renovierung der Benutzeroberfläche des Editors soll seine Geschwindigkeit deutlich zugenommen haben. Die Voransicht beruht jetzt auf der ebenfalls quelloffenen Zazl-Technik, die auch für den Build und die Minimierung des Codes sorgt. Über einen neuen Menüpunkt können die Werkzeuge von Eclipse Orion öffnen, die den größten Teil der User-und Workspace-Verwaltung übernehmen.

Quelle : www.heise.de
Titel: SynWrite 3.10.1720
Beitrag von: SiLæncer am 14 September, 2012, 17:30
(http://images.betanews.com/screenshots/1289816929-1.jpg)
Erweiterter Text-Editor mit Unterstützung von vielen Dateiformaten, Programmiersprachen und Zeichenkodierungen; bietet unter anderem Syntax-Hervorhebung, Auto-Vervollständigung und Code-Vorlagen; auch als Plug-in für Total Commander und als portable Version erhältlich.

Freeware

What's new: >>

+ easy bookmarks jump: command "Search -- Go to bookmark"
+ file-history now stores 10 any bookmarks (numbered + unnumbered) per file
+ Lorem Ipsum generator ("Run" menu)
+ color picker: "Copy" button, Ctrl+C and Enter shortcuts
+ options color list is hilighted
+ hotkey "Toggle views splitter horz/vert"
+ hotkey "Toggle master/slave splitter horz/vert"
* change: files opened from sessions are not added to Recents
* change: spell checker default state is OFF

http://www.uvviewsoft.com/synwrite/
Titel: Fresh HTML 3.70
Beitrag von: SiLæncer am 15 September, 2012, 11:15
(http://www.kaldata.net/images/news/logos/freshhtml.gif)
Fresh HTML is a software to create and edit pages for the world wide web. Its “WYSIWYG” (what you see is what you get) interface makes editing HTML pages as easy as using your favorite word processor. Its built-in editor allows advanced users to fine-tune HTML codes to fit their needs. This software is 100% free, no spyware, and updated regularly.

What's new: more web site templates.

Licence: Freeware

What's new: more web site templates.

http://www.freshwebmaster.com/freshhtml.html
Titel: Notepad++ 6.18
Beitrag von: SiLæncer am 17 September, 2012, 11:37
(http://www.portablefreeware.com/screenshots/scrHPI5U2.gif)
Notepad++ is a tabbed source code editor and Notepad replacement with a customizable interface. It is one of the few few source code editors that supports "folding," allowing users to quickly reduce and expand sections of code to see the overall document. In addition, it features multi-language syntax highlighting, auto-completion, regular expression search/replace, macro recording and playback, etc. The program can access a long list of plug-ins via an easy-to-access menu with even more features and functions.

License: GPL

What's new: >>

In this version, a regression of wrong behaviour  is fixed : a "No more disk space" message is displayed while saving an empty file.

http://notepad-plus-plus.org/
Titel: Serif WebPlus Starter Edition 3.0.0.005
Beitrag von: SiLæncer am 19 September, 2012, 05:32
(http://images.six.betanews.com/screenshots/scaled/1325861396-1.jpg)
With WebPlus Starter Edition, creating and publishing a website couldn't be easier. Choose to design a site from scratch or use an easily customisable template. Add text and images as well as interactivity with web gadgets like blogs, forms and hit counters.

Ever you've ever thought if designing a website but been put off by talk of HTML and other technical jargon, then WebPlus is the answer. With its innovative DTP style approach to Web publishing, you can create stunning websites, no programming knowledge required.

Freeware

Latest Changes

- Updates to reflect the release of WebPlus X6

http://www.serif.com/
Titel: TreeDBNotes Free V4.26 (Build 01)
Beitrag von: SiLæncer am 21 September, 2012, 13:46
(http://www.portablefreeware.com/screenshots/scrNIRSCp.gif)
TreeDBNotes stores and represents your information in a tree-structured form. Each node in the tree represents an associated note where you can store text infomation with Wordpad-like formatting.

License: Freeware

What's new: >>

    Fix: Bullets and numbering (Exception on some notes)
    Fix: incorrect formatting of Unicode text containing soft-hyphens, in Vista/7
    Improved: RTF import and export
    Improved: Optimized some function in the notes editor
    A lot of minor changes and fixes

http://www.mytreedb.com/treedbnotes_free.html
Titel: FocusWriter 1.4.0
Beitrag von: SiLæncer am 24 September, 2012, 16:13
(http://www.freeware.de/images/screenshots/60616/focuswriter_medium_1.png)
FocusWriter hilft Vielschreibern beim Verfassen von Texten. Die Textverarbeitung blendet alle Menüs und Leisten aus. So kann man sich beim Schreiben voll und ganz auf das Wesentliche konzentrieren.

Der Vollbild-Texteditor FocusWriter zeigt als Oberfläche absichtlich lediglich den blanken Text. Daher gelingt es leichter, störungs- und ablenkungsfrei zu schreiben. Auf Wunsch kann man auf zusätzliche Steuerelemente zugreifen und diese per Maus über die Bildschirmränder abrufen.

Außerdem kann bei FocusWriter eine Statuszeile mit der aktuellen Uhrzeit, einem Timer und Statistiken eingeblendet werden. Das geplante Arbeitspensum legt der Schreiber in den Einstellungen in Minuten oder Wörtern fest. Textart und -farbe werden hier ebenfalls ganz nach Wunsch bestimmt.

Mit FocusWriter können mehrere Dokumente parallel bearbeitet werden. Ein Speichern erfolgt im RTF-, ODT- oder TXT-Format. Standardmäßig zeigt die Freeware einen einfarbigen, nüchternen Hintergrund. Wer die Arbeitsumgebung etwas freundlicher und abwechslungsreicher gestalten möchte, kann die Farbe ändern und auch ein eigenes Bild als Hintergrund einblenden.

FocusWriter enthält alle Grundfunktionen einer Textverarbeitung inklusive Textformatierungen, einer Rechtschreibprüfung und dem Suchen und Ersetzen von Wörtern und Textausschnitten. Die Freeware spricht vor allem den Vielschreiber an, der sich allein auf den Text konzentrieren möchte.

Whats new: >>

Added scene list sidebar
Added focusing text
Added line spacing in themes
Added symbols dialog
Added monitoring files for changes
Added editable keyboard shorcuts
Allow changing formats in save dialogs
Switched to enchant for spell checking
Check spelling in background
Removed included dictionaries
Slovak translation added by Jan Gallik
Japanese translation added
Simplified Chinese translation added
Bug fixes

http://gottcode.org/focuswriter/
Titel: Notepad2 5.0.26 Beta 2
Beitrag von: SiLæncer am 30 September, 2012, 14:00
(http://screenshots.winfuture.de/Kostenloser-Editor-Notepad2-1245606906.jpg)
Notepad2 ist ein schlanker Texteditor, der auf den ersten Blick zwar an den aus Windows bekannten "Editor" erinnert, tatsächlich aber eine Vielzahl zusätzlicher Funktionen bietet. Er ist kostenlos und benötigt keine Installation.

Zu seinen Stärken gehört das Syntax-Highlighting, das für zahlreiche Programmier- und Scriptsprachen zur Verfügung steht, darunter C, C#, VB, Java, JavaScript, Perl und PHP. Notepad2 bietet zudem eine automatische Einrückungsfunktion sowie eine Textersetzung, die mit regulären Ausdrücken arbeiten kann.

Changelog:

  - Always use UTF-8 as internal encoding (better clipboard usability)
  - Display notification if encoding tag mismatch is detected on save
  - Share MRU lists (files, searches) across all Notepad2 instances
  - Ini-file option to disable shared MRU lists
  - Dialogs making use of MRU lists have options to clear all items
  - New hotkey to toggle between stream and block selection (Ctrl+*)
  - Remapped "Reset Zoom" hotkey to Ctrl+0
  - Remapped "Transparent Mode" hotkey to Ctrl+/
  - Ini-file option to force saving empty files with BOM if applicable
  - Ini-file option to specify offset of new windows (Alt+N, Alt+0)
  - Fixed hang with -u command line switch for non-Administrator user

Standardmäßig wird Notepad2 nur in englischer Sprache angeboten. Die Community rund um das bekannte Programm bietet aber inzwischen auch eine deutsche Version (http://notepad2.6x.to/) an (möglicherweise noch nicht aktualisiert).

Lizenztyp: GPL/Kostenlos

http://www.flos-freeware.ch/notepad2.html
Titel: NFOPad V1.65
Beitrag von: SiLæncer am 02 Oktober, 2012, 12:35
(http://www.portablefreeware.com/screenshots/scra4JZtx.gif)
NFOPad is a small, fast and flexible combined nfo viewer and text editor. It is a clone of Microsoft's Notepad but much more customizable and with some additional features. Of course NFOPad also supports nfo files with ASCII art. The file extension is used to determine whether to use an ANSI or ASCII font.

License: Freeware

What's new: >>

    Word selection updated, now works for ctrl + click, ctrl + arrow keys and double click. Also appending a word to the selection with ctrl + shift + click works as expected now
    Added a customizable list of word delimiters
    Performance fixes for opening and saving large documents
    Bugfix: NFO files not shown correctly on some systems, changed default setting for "load nfo files with western latin encoding" to false for all except users with asian operating systems
    Bugfix: When NFOPad was set to be always on top some dialogs were hidden by the main window
    Bugfix: Windows information/warning sounds were played incorrectly on some dialogs
    Bugfix: Some dialogs was not positioned correctly if the main window had been moved
    Bugfix: Filesize was not shown on locked files
    Bugfix: Portuguese localization file updated
    Minor fixes

http://thd.dyndns.org/s_nfopad.php
Titel: Notepad++ 6.2.0 RC
Beitrag von: SiLæncer am 02 Oktober, 2012, 12:46
(http://www.portablefreeware.com/screenshots/scrHPI5U2.gif)
Notepad++ is a tabbed source code editor and Notepad replacement with a customizable interface. It is one of the few few source code editors that supports "folding," allowing users to quickly reduce and expand sections of code to see the overall document. In addition, it features multi-language syntax highlighting, auto-completion, regular expression search/replace, macro recording and playback, etc. The program can access a long list of plug-ins via an easy-to-access menu with even more features and functions.

License: GPL

What's new: >>

1. More groups are added: 3 folder groups, 8 keyword groups and 8 delimiter sets.
2. Multipart keywords (for exemple: "else if" can be defined as single keyword) is supported.
3. Whitespace is no longer mandatory as keyword separator: Operators and folding keywords can be recognized with or without whitespace separators.
4. Operators and delimiters can be longer that one character now.
5. Numbers recognition support is greatly improved(prefix, suffix, range and extra symbols supported).
6. The same characters can be used as comments AND operators.
7. Comments and delimiters support nesting (even within each other).


Included plugins:

1.  Spell Checker v1.3.3
2.  NppFTP 0.24.1
3.  NppExport v0.2.8
4.  Plugin Manager 1.0.8
5.  Converter 3.0

Download: Klick (http://notepad-plus-plus.org/tmp/npp.6.2.ReleaseCandidate.zip)

http://notepad-plus-plus.org/
Titel: NoteTab Light 7.1
Beitrag von: SiLæncer am 04 Oktober, 2012, 16:20
(http://www.portablefreeware.com/screenshots/scrY2w1sq.gif)
NoteTab Light is a free Notepad replacement as well as a capable HTML editor. It is able to multiple files using a tabbed interface with no size limit, and has built-in macro and clipboard support.

License:  Freeware

Release Notes:

* Updated Bootstrap library to version 2.1.1.

* When using Close All Documents, the confirmation prompt is now only displayed if you have more than five documents open.
* Fixed occasional failure to scroll last line into view.
* Fixed an issue with synchronizing the search-type option in Find and Replace dialogs after using the Search Disk feature.
* Fixed UTF-8 character issues in Utilities.clb library.
* Using Calculate Expression on a selected column of numbers no longer replaces the selection. The value is now displayed in a dialog.
* Calculate Expression now analyses the expression to determine how to format digit grouping and how many decimals should be used in the answer. Examples:
3000 + 6000 = 9000
3,000 + 6,000 = 9,000
3000 + 7000 = 10,000
3,000.00 + 6,000.00 = 9000
3,000.01 + 6,000.00 = 9,000.01
300000 + 600000 = 900000

* Calculate Expression and ^$Calc now try to determine the decimal and digit grouping symbols from the expression. They will use the Windows default symbols if they can’t resolve the symbols. As a result, Calculate Expression and ^$Calc now work even when symbols don’t match your Windows defaults. Examples:
23,456.78 / 2 = 11,728.39
23.456,78 / 2 = 11.728,39
23'456,78 / 2 = 11'728,39
0,999 + 1 = 1,999
Symbols can’t be determined in the following expressions so NoteTab uses the Windows defaults to resolve them in this case:
123,456-1=
123.456-1=

* Calculate Expression and ^$Calc: with numbers under 10000, a digit grouping symbol is only inserted if it has a decimal symbol or if the source expression uses digit grouping on such numbers.
* Fixed an error in formatting digit grouping in negative numbers when using Calculate Expression and ^$Calc.
* ^$Calc no longer accepts defining invalid decimal and digit grouping symbols. Invalid symbols are ignored. If no decimal and digit grouping symbols are defined, NoteTab will try to determine them from the expression or use the Windows default symbols.
* ^$GetDateFromInt now supports numbers with digit grouping symbols.
* ^$IsNumber now supports an optional parameter to specify decimal and digit grouping symbols:
^$IsNumber(Value[;Decimal and digit grouping symbol])$
If you leave out the symbols parameter, NoteTab accepts valid numbers using regional number symbols from your Windows settings as well as other regions. Any symbols you specify must match those that appear in the number. Examples:
^$IsNumber(12,345.67)$ -> 1
^$IsNumber(12,345.67;".,")$ -> 1
^$IsNumber(12,345.67;".")$ -> 0
^$IsNumber(12345.67;".")$ -> 1
^$IsNumber(12,345.67;",.")$ -> 0
^$IsNumber(12.345,67;",.")$ -> 1
^$IsNumber(12,345.67;"")$ -> 0

* ^!If now correctly handles numbers with digit grouping symbols as well as real numbers (with decimals).
* Several other minor issues fixed


http://www.notetab.com
Titel: Notepad++ 6.2
Beitrag von: SiLæncer am 10 Oktober, 2012, 06:10
(http://www.portablefreeware.com/screenshots/scrHPI5U2.gif)
Notepad++ is a tabbed source code editor and Notepad replacement with a customizable interface. It is one of the few few source code editors that supports "folding," allowing users to quickly reduce and expand sections of code to see the overall document. In addition, it features multi-language syntax highlighting, auto-completion, regular expression search/replace, macro recording and playback, etc. The program can access a long list of plug-ins via an easy-to-access menu with even more features and functions.

License: GPL

What's new: >>

1.  More keyword groups were added (more syntax highlighting can be defined):
  - 3 folding groups
  - 8 keyword groups
  - 2 comment groups
  - 1 number definitons
  - 2 operators groups
  - 8 delimiter sets
2.  Multipart keywords are supported (for example: "else if" can be defined as a single keyword)
3.  Whitespace is no longer mandatory as keyword separator: Operators, Delimiters and Folding keywords can be recognized with or without whitespace separators.
4.  Numbers recognition support is greatly improved (prefix, suffix, range and extra symbols supported).
5.  Operators and delimiters can be longer than one character.
6.  The same characters can be used as comments AND operators.
7.  Comments and delimiters support nesting (even within each other).
8.  Improvments to Comments include:
  - Comment folding
  - Comment continuation
  - Comment only start at the beginning of line
9.  In the case of several comment pairs defined, comment open symbols match only with comment close symbols of the same order. (for example: /* C comment */, /+ D comment +/, but not /* mixed comment +/)


Included plugins:

1.  Spell Checker v1.3.3
2.  NppFTP 0.24.1
3.  NppExport v0.2.8
4.  Plugin Manager 1.0.8
5.  Converter 3.0

http://notepad-plus-plus.org/
Titel: Rapid Environment Editor V7.0 build 824
Beitrag von: SiLæncer am 13 Oktober, 2012, 17:20
(http://www.rapidee.com/images/rapidee.png)
Rapid Environment Editor (RapidEE) is an environment variables editor. It includes an easy to use GUI and replaces the small and inconvenient Windows edit box, located in the System Information section.

License: Freeware

What's new: >>

Fixed: Japanese translation

http://www.rapidee.com/en/about
Titel: RJ TextEd 8.40
Beitrag von: SiLæncer am 21 Oktober, 2012, 18:00
(http://images.six.betanews.com/screenshots/scaled/1187014627-1.jpg)
RJ TextEd - A Unicode source and text editor. RJ TextEd is a full featured text and source editor with Unicode support, syntax highlighting and code folding. The functionality extends beyond text files and includes support for HTML editing with integrated preview, spell checking, auto completion, HTML validation, templates and more. The program also include support for Topstyle Lite CSS editor, has a dual pane file commander, as well as a FTP client to upload your files. The editor uses language files to display menus and dialogs in different languages. There are several included languages. New language files can easily be created in the editor. RJ TextEd is also a simple web development tool. The editor can use auto completion and hints to assist you in editing your source code. You can preview HTML/ASP/PHP... code using one of the preview tabs or open a document in a browser. The editor does not only handle source code. It also handles true ASCII files, binary files and of course plain text files.

The program is absolutely free. There are a many features not listed below. Including spell checking, e-mail support, advanced search with regular expressions. For a full list check out the features section.

To learn more about the program you could check out the screenshots, or just try it out. RJ TextEd is developed in Delphi 2007 from Codegear and is released as Freeware. The program has been tested in windows 98/Me/2000/XP/2003/Vista/2008/Windows 7.

Licence: Freeware

Whats new: >>

Version 8.40
Oct 21, 2012
Handle binary files in the text editor

Binary files are wrapped around lines at a right margin of 80 characters. Bytes are displayed using your local ANSI code page and byte values less than 32 are displayed using symbols. You can safely edit and save the file, but with some text functions disabled, e.g. line functions (a binary file doesn't have lines), encoding and file type actions, column mode, some save actions like trim lines or convert tabs to spaces etc. You can also open a text file in binary mode. It is then treated as binary code and not as text.
System tray menu

Added a system tray menu with two items - restore and exit. I also fixed a few issues regarding close to system tray and reopen with the option to reload previously opened files.
Home/End key option in wordwrap mode

Added an option to control the behavior of the HOME and END keys in wordwrap mode. The default is to move the text cursor to the beginning or end of the current row. But you can change the option to move the text cursor to the beginning or end of line (hard returned line ended with a newline character).
Options: highlighters, margins, font and tab settings

    Re-designed the option dialog to better handle settings individual for each highlighter.
    All files now have a default set of colors in a highlighter item called (Default Colors). If no individual settings are made, the default setting are used.
    You can reset an individual color setting to the default by pressing the "Default" button, or you can reset all settings to default.
    Color and font styles can be saved in a color theme file in XML format.
    You can open color theme files and set color and font styles for a highlighter (or the default colors item).
    Several elements can now be individually highlighted, like line comments, block comments, hexadecimal numbers, numbers, characters and strings...
    Braces can now have both a background and a foreground color. You can also set the font style.
    All options regarding highlighters are now in the same place.

Font options for sidebar, dialog windows...

You can now set the dialog and window font and font size in options.
Bookmark list (Shift+F2)

This makes it very easy to navigate bookmarks. All bookmarks are listed in a popup window when Shift+F2 is pressed. The bookmarked line and line number are displayed in the list.
TODO/NOTE list (Shift+F4)

This makes it easier to navigate todo's and notes. They are listed in a popup window when Shift+F4 is pressed. The entire line and line number are displayed in the list.
Scroll option

Allow vertical scroll one page beyond last line. This is actually the default behavior, but if turned off, you can only scroll two lines past the last line.
Synchronized project folders

You can now add a special synchronized folder to a project. The physical folder is rescanned when the project is opened. If files are added to the folder - the files are added to the project sync folder, and if removed - the files are removed from the project sync folder. You can only add a synchronized folder from project options.
Document tab color option

Added an option to the advanced tab color dialog to disable active tab color with colored tabs based on file type.
Insert ascending numbers in column mode

Added an option to add leading zero's with right aligned numbers, instead of spaces.
Shift+Ctrl+Home/End in column mode

Changed the behavior when you extend an already existing selection. The shortcuts will only extend the selection up or down to the first or last line.
Double mouse click on spaces

Non-breaking spaces (#160) are now included in the selection.
Remove trailing spaces

Non-breaking spaces (#160) are now removed as well.
Switch between hex and text view

The current text cursor position is now remembered when you switch view.
TODO and NOTE

Made some code improvements to find project wide todo's and notes in HTML/CSS/PHP project files.
Replaced browse for folder dialogs

Replaced the dialog throughout the program. The new dialog include a create folder button.
Save option

Warn if document contain zero width Unicode space characters.
Options dialog

Last page in the options dialog is remembered throughout the session.
Removed most .bpl files

Most .bpl files have been removed from the program folder. The program doesn't have to open as many external files at startup, which means it opens faster.
FIXED

    File information (bookmarks,cursor positions...) are now stored in an XML file. The information is handled better now internally.
    Several code folding issues in HTML.
    Status bar display issues.
    Zen dialog expression dropdown list issue.
    Recent file list was sometimes very slow.
    Keyboard shortcut issues in find/replace bar text fields.
    Several find all and count issues.
    Some speed issues when typing HTML/XML tags in large files.
    [FilePath] issue in tool items dialog.
    Some close to system tray issues.
    Display issues when reopen last used files.
    Rename file should now handle files without file extension.
    Some main tab issues when removing file commander or browser preview tabs.
    Close program hangup.
    Issue when using spell check dialog.
    Menu issue when selecting using keyboard.


http://www.rj-texted.se/
Titel: HelpNDoc 3.7.0.456
Beitrag von: SiLæncer am 25 Oktober, 2012, 17:20
(http://www.kaldata.com/images/news/logos/helpndoc.gif)
HelpNDoc provides all the tools necessary to write complete help files, manuals and documentations in a user friendly and very easy to use environment. HelpNDoc can generate standard Windows CHM help files, WEB based documentation, iPhone specific websites as well as printable PDF and Word documents.

HelpNDoc is completely free for personal use and evaluation purposes.

Release Notes: http://www.helpndoc.com/news/2012-10-25-generate-multiple-versions-your-documentation-new-conditional-system-helpndoc-37

http://www.helpndoc.com/
Titel: QText 3.30
Beitrag von: SiLæncer am 27 Oktober, 2012, 13:43
(http://www.jmedved.com/content/media/qtext.png)
This program started with itch of mine. I often have need to take notes while talking on telephone, surfing or doing almost anything. That notes are usually just temporary since I want to do something with it – like adding telephone number to my phonebook. What I needed was scrap paper.

It is similar to notepad which can be brought from tray when needed but has also auto-save thing going on. Just ideal for taking notes.

Freeware

Whats new: >>

Improved search functionality.

http://www.jmedved.com/qtext/
Titel: Notepad2 5.0.26 Beta 3
Beitrag von: SiLæncer am 27 Oktober, 2012, 18:24
(http://screenshots.winfuture.de/Kostenloser-Editor-Notepad2-1245606906.jpg)
Notepad2 ist ein schlanker Texteditor, der auf den ersten Blick zwar an den aus Windows bekannten "Editor" erinnert, tatsächlich aber eine Vielzahl zusätzlicher Funktionen bietet. Er ist kostenlos und benötigt keine Installation.

Zu seinen Stärken gehört das Syntax-Highlighting, das für zahlreiche Programmier- und Scriptsprachen zur Verfügung steht, darunter C, C#, VB, Java, JavaScript, Perl und PHP. Notepad2 bietet zudem eine automatische Einrückungsfunktion sowie eine Textersetzung, die mit regulären Ausdrücken arbeiten kann.

Changelog:

  - Encoding detection for 8-bit encodings (File, Encoding, Default)
  - Option to auto-detect indentation settings (enabled by default)
  - Large file warning message always displayed for files > 64 MB
  - Refined low memory checking for loading and saving large files
  - Updated Scintilla library to 3.2.3

Lizenztyp: GPL/Kostenlos

http://www.flos-freeware.ch/notepad2.html
Titel: Notepad2 5.0.26 Beta 4
Beitrag von: SiLæncer am 28 Oktober, 2012, 13:03
Change Log for Notepad2 5.0.26-beta4 (released October 28, 2012)

  - Fixed selection history (broken since Notepad2 5.0.26-beta3)
  - Auto-detection of indentation settings is disabled by default

http://www.flos-freeware.ch/notepad2.html
Titel: RJ TextEd 8.41
Beitrag von: SiLæncer am 29 Oktober, 2012, 06:00
(http://images.six.betanews.com/screenshots/scaled/1187014627-1.jpg)
RJ TextEd - A Unicode source and text editor. RJ TextEd is a full featured text and source editor with Unicode support, syntax highlighting and code folding. The functionality extends beyond text files and includes support for HTML editing with integrated preview, spell checking, auto completion, HTML validation, templates and more. The program also include support for Topstyle Lite CSS editor, has a dual pane file commander, as well as a FTP client to upload your files. The editor uses language files to display menus and dialogs in different languages. There are several included languages. New language files can easily be created in the editor. RJ TextEd is also a simple web development tool. The editor can use auto completion and hints to assist you in editing your source code. You can preview HTML/ASP/PHP... code using one of the preview tabs or open a document in a browser. The editor does not only handle source code. It also handles true ASCII files, binary files and of course plain text files.

The program is absolutely free. There are a many features not listed below. Including spell checking, e-mail support, advanced search with regular expressions. For a full list check out the features section.

To learn more about the program you could check out the screenshots, or just try it out. RJ TextEd is developed in Delphi 2007 from Codegear and is released as Freeware. The program has been tested in windows 98/Me/2000/XP/2003/Vista/2008/Windows 7.

Licence: Freeware

Whats new: >>


Version 8.41
Oct 28, 2012
Auto completion

You can now use to select an item. And also symbols like . where the selected item is inserted followed by the symbol.
Out of resources error

Made some code changes to use less resources.
Close all documents

Documents should close slightly faster and with less flicker.
Save bookmarks and cursor position

Fixed an issue when saving bookmark and cursor position state. The settings could become reseted.
Switch themes (skins)

When switching theme a harmless error message was sometimes displayed. Made some changes to prevent the error to occur.
Find All

Fixed a find all issue when searching folders and sub folders.
Replace All

Fixed some replace preview issues when searching folders and selecting only a few files to replace in.
Misc

    Fixed an issue with open highlighter color theme.
    Tag highlighting could not be disabled.
    Crash when switching to hex view.
    Hexadecimal number highlighting issue fixed.
    Fixed a document list issues in the sidebar.
    Play macro until end of file with "Find next" issue fixed.
    Display issue with the right margin line in documents containing several different code languages.

http://www.rj-texted.se/
Titel: RJ TextEd 8.42
Beitrag von: SiLæncer am 30 Oktober, 2012, 18:20
Changelog:

Version 8.42
Oct 30, 2012
New binary file

Added a menu item in the "New" drop down list for binary files. This opens a new text document in binary mode.
Find all in project files and folders

Find will now search inside open project or folder files instead of the file saved on disk.
Replace all in project files and folders

Replace will now replace inside open project or folder files instead of the file saved to disk.
Fixed

    Tab key issue in open dialog windows.
    A minor text memo focus issue.
    Issue with switching between hex and text views.
    An issue when using compare tools like WinMerge.


http://www.rj-texted.se/
Titel: DocPad 12.1
Beitrag von: SiLæncer am 30 Oktober, 2012, 20:20
(http://images.six.betanews.com/screenshots/scaled/1238008675-1.jpg)
Erweiterter Text-Editor als Alternativer zu Notepad; bietet unter anderem eine Rechtschreibprüfung, eine anpassbare Toolbar sowie die Möglichkeit, Makros zu verwenden.

Freeware

Whats new: >>

* Added support for keyboards that generate unicode characters.
* Added support for IONICODE Keyboard Enhancer software.
* Fixed: the spell checker was failing to stop after completion under certain circumstances.
* Fixed: while typing a character code with the Alt+Plus+Numpad method, pressing F will no longer open the File menu.
* Fixed: the "Discard Duplicate Paragraphs" tool was still discarding blank lines when in unicode mode.

http://www.gammadyne.com/docpad.htm
Titel: EditPad Lite 7.2.0
Beitrag von: SiLæncer am 02 November, 2012, 13:48
(http://www.editpadpro.com/screens/editpadlite.png)
EditPad Lite is a general-purpose text editor, designed to be small and compact, yet offer all the functionality you expect from a basic text editor. EditPad Lite works with Windows NT4, 98, 2000, ME, XP and Vista.

Freeware

What's new: >>

New feature:

    Preferences|Editor: Copy active line when nothing is selected.

Improvements:

    Deleting (large) rectangular selections is now much faster.
    Edit|Copy should not do anything when the cursor is on a blank line and nothing is selected.
    File|Save As should close the file that is being overwritten to prevent the same file being open in two tabs.
    Forum: Double-clicking an editpad: link within EditPad should open the link directly in EditPad's forum rather than using the system for web URLs, which may be configured to launch a specific browser.
    Windows 8: Uninstall shortcut is no longer pinned to the start screen by the installer (but it won't unpin any shortcuts that were previously pinned).

Bug fixes:

    Edit|Cut Append and Edit|Copy Append failed with an access violation if the clipboard contained an empty string (as opposed to the clipboard being genuinely empty). EditPad itself will never put an empty string onto the clipboard.
    Extra|Delete Duplicate Lines fails to delete the 3rd duplicate in blocks of 3 or more duplicate lines when using the "adjacent lines only" option.
    Extra|Delete Duplicate Lines fails when using the "selection only" option and the first line in the file is not selected (7.1.2 only).
    Print: Print preview was not rendered correctly on high DPI systems.
    Print: Selecting a different color palette in the print preview changes the color palette in the editor too, instead of only applying the palette to the print preview.
    Search|Copy Matches: Copying the matches of a regex that only finds zero-length matches causes an access violation when trying to paste the blank data that was copied to the clipboard; now Copy Matches will not alter the clipboard if all matches are zero-length.
    Tabs: Clicking above or below the scroll, list, and close buttons on the tab control should not activate the tab that would appear at that position if the buttons were not present.
    View|Browser does not work correctly when Firefox is the default browser and the path to the file you're editing contains spaces (7.1.2 only).
    Windows 8: Toolbar combo boxes did not properly display their drop-down arrows.


http://www.editpadpro.com/editpadlite.html
Titel: Komodo Edit 7.1.3
Beitrag von: SiLæncer am 03 November, 2012, 20:30
(http://download.winboard.org/uploads/Image/2010-12-22%2009%2024%2056.png)
Komodo Edit ist ein Editor, der folgende Sprachen unterstützt: PHP, Python, Ruby, java script, Perl, Tcl, XML, HTML 5, CSS 3. Weiterhin bietet das Programm eine Projektverwaltung, Sweet-Editor und kann mittels Erweiterungen ausgebaut werden.

Unterstützt wird WIN XP - Seven

Freeware

Whats new: >>

unbekannt

http://www.activestate.com/komodo-edit/downloads
Titel: Notepad++ 6.2.1
Beitrag von: SiLæncer am 12 November, 2012, 05:30
(http://www.portablefreeware.com/screenshots/scrHPI5U2.gif)
Notepad++ is a tabbed source code editor and Notepad replacement with a customizable interface. It is one of the few few source code editors that supports "folding," allowing users to quickly reduce and expand sections of code to see the overall document. In addition, it features multi-language syntax highlighting, auto-completion, regular expression search/replace, macro recording and playback, etc. The program can access a long list of plug-ins via an easy-to-access menu with even more features and functions.

License: GPL

What's new: >>

1.  Fix link hotspot colourising issue.
2.  Fix a regression bug about Configurator GUI: font setting controls are disabled.
3.  Fix a crash issue due to the inconsistent userDefineLang.xml.
4.  Fixed bug of UDL2 where "Folder in code" keywords were detected even outside of commnets.
5.  Fixed for the hex number detection bug of UDL2 (for example, 0xfece57 ok, but not 0xfe57ce).
6.  Fix a crash bug while file path as argument and its length is more than 260 characters.

Included plugins:

1.  Spell Checker v1.3.3
2.  NppFTP 0.24.1
3.  NppExport v0.2.8
4.  Plugin Manager 1.0.8
5.  Converter 3.0

Download : Klick (http://download.tuxfamily.org/notepadplus/6.2.1/)

http://notepad-plus-plus.org/
Titel: BlueLife Hosts Editor v1.0
Beitrag von: SiLæncer am 16 November, 2012, 08:00
(http://img689.imageshack.us/img689/3651/climsy201211167336.jpg)
BlueLife Hosts Editor is a lightweight utility aimed to easily manage your Hosts file, allowing you to add, delete, block and update domain names. It can also flush the DNS cache, rebuild the default Windows hosts and backup/restore the Hosts file.

License:    Freeware

http://www.sordum.net/7593/bluelifehosts-editor-v1-0-2/
Titel: Notepad++ 6.2.2
Beitrag von: SiLæncer am 18 November, 2012, 20:30
(http://www.portablefreeware.com/screenshots/scrHPI5U2.gif)
Notepad++ is a tabbed source code editor and Notepad replacement with a customizable interface. It is one of the few few source code editors that supports "folding," allowing users to quickly reduce and expand sections of code to see the overall document. In addition, it features multi-language syntax highlighting, auto-completion, regular expression search/replace, macro recording and playback, etc. The program can access a long list of plug-ins via an easy-to-access menu with even more features and functions.

License: GPL

What's new: >>

1.  Fix url link style problem in php document.
2.  Add selected line count display on the status bar.
3.  Add the capacity to treat path like "\test\test.txt".


Included plugins:

1.  Spell Checker v1.3.3
2.  NppFTP 0.24.1
3.  NppExport v0.2.8
4.  Plugin Manager 1.0.8
5.  Converter 3.0

http://notepad-plus-plus.org/
Titel: HelpNDoc 3.7.1.482
Beitrag von: SiLæncer am 19 November, 2012, 16:20
(http://www.kaldata.com/images/news/logos/helpndoc.gif)
HelpNDoc provides all the tools necessary to write complete help files, manuals and documentations in a user friendly and very easy to use environment. HelpNDoc can generate standard Windows CHM help files, WEB based documentation, iPhone specific websites as well as printable PDF and Word documents.

HelpNDoc is completely free for personal use and evaluation purposes.

Whats new: >>

HTML documentation could not always select the first displayed table of contents item when viewed from a remote server
A frame was displayed around the content when printing a CHM topic
Word generator always compressed bitmap pictures even if the option for automatic compression was not checked
The Word documentation wasn't generated if the used template didn't show the table of contents
Word documentations could add extra empty lines before topic titles
French translation errors in the documentation generation log
The recent projects and places lists weren't correctly saved to the registry which could lead to incorrect entries

http://www.helpndoc.com/
Titel: Arachnophilia 5.5 build 2759
Beitrag von: SiLæncer am 19 November, 2012, 18:42
(http://www.freeware.de/images/screenshots/65538/arachnophilia_medium_1.png)
Arachnophilia ist ein kostenloser HTML-Editor für die einfache, bequeme Webseiten-Gestaltung. HTML-Seiten für das eigene Web-Domizil lassen sich mit der Freeware kreativ und individuell bearbeiten.

Es handelt sich bei Arachnophilia um einen echten Klassiker unter den textbasierten HTML-Editoren. Die Freeware enthält alle wichtigen Funktionen zur Erzeugung von Tabellen und Rahmen. Enthalten ist außerdem ein FTP-Client und ein interner Viewer.

Vorgefertigte Makros können mit Arachnophilia zum Schreiben von HTML-Quelltext verwendet werden. „Wizards“ sind behilflich, um HTML-Lösungen komfortabler zu realisieren. Die Freeware kann nicht nur für das HTML-Deisgn, sondern auch für Programmiersprachen wie Java, JavaScript, Perl, C und C++ eingesetzt werden. Nützlich ist dabei die Funktion des Syntax Highlighting.

Nahezu alle Arachnophilia-Menüs und Werkzeugleistenelemente können intern durch ein Makro dargestellt und individuell erweitert oder verändert werden. Weitere interessante Funktionen sind ein Makroeditor zum Erstellen selbst definierter Funktionen, ein globales Suchen und Ersetzen, die Browser-Vorschau in sechs unterschiedlichen Varianten, der Import von RTF-Dokumenten und die Überwachung von Dateiveränderungen.

Whats new: >>

Changed some key hook definitions that no longer worked on all platforms.

http://www.arachnoid.com/arachnophilia/index.php
Titel: AkelPad 4.8.0
Beitrag von: SiLæncer am 19 November, 2012, 22:00
(http://akelpad.sourceforge.net/files/screen_basic.png)
AkelPad is an open source editor for plain text. It is designed to be a small and fast. Includes the ability to load text documents that are larger than 64 Kilobytes, document previews before opening them, editing of read only files and more. Plugins add a number of additional features to Akelpad like syntax highlighting, auto completion, sessions, macros and scripts and auto saving.

Licence: Open Source

What's new: >>

Changed: command that moves caret to opposite end of selection now has code 4198.

Added: command 4199 - move caret to previous location.
Added: command 4200 - move caret to next location.

Fixed: file opening in DBCS codepage (WinVista/7).
Fixed: ^, $, \b, \s metacharacters processing in regular expressions.
Fixed: variables "%cap[text]", "%num[text]" of manual parameter "StatusUserFormat" didn't updated when switching to AkelPad from a different application.
Fixed: variables of manual parameter "StatusUserFormat" didn't updated when switching between tabs (MDI/PMDI).
Fixed: switching focus when IME window active.
Fixed: error when splitting window.
Fixed: restore main window from minimized state cause split window resizing (SDI/PMDI).
Fixed: active line border on alternating line painting.
Fixed: print preview when using background for printing.

http://akelpad.sourceforge.net/en/index.php
Titel: jEdit 5.0.0
Beitrag von: SiLæncer am 22 November, 2012, 20:30
(http://www.jedit.org/images/screenshot.png)
jEdit is a mature programmer's text editor with hundreds (counting the time developing plugins) of person-years of development behind it. To download, install, and set up jEdit as quickly and painlessly as possible, go to the Quick Start page.

While jEdit beats many expensive development tools for features and ease of use, it is released as free software with full source code, provided under the terms of the GPL 2.0.

Lizenz: Open Source

Download (http://www.tellurianring.com/projects/jedit-daily/index.php?dir=jEdit_5.0.x%2F2012-11-17_11-59-53%2F)

http://www.jedit.org/
Titel: EditPad Lite 7.2.1
Beitrag von: SiLæncer am 26 November, 2012, 12:30
(http://www.editpadpro.com/screens/editpadlite.png)
EditPad Lite is a general-purpose text editor, designed to be small and compact, yet offer all the functionality you expect from a basic text editor. EditPad Lite works with Windows NT4, 98, 2000, ME, XP and Vista.

Freeware

What's new: >>

Bug fixes:

    Search: Attempting to search with an invalid regular expression enables the Replace Current and Replace Current and Find Next commands. Using either of those causes an access violation because there is no current match to replace. The buttons should be disabled when the search fails.
    Search: Using a keyboard shortcut such as F3 to search with an invalid regular expression shows the error message about the invalid regular expression twice.
    Selecting text from right to left and deleting the selection caused an access violation (7.2.0 only; Lite only).

http://www.editpadpro.com/editpadlite.html
Titel: RText 2.0.5 Final
Beitrag von: SiLæncer am 28 November, 2012, 20:00
(http://www.kaldata.net/images/news/logos/rtext.jpg)
RText is a fully customizable programmer's text editor. Some of its features include syntax highlighting, editing multiple documents at once, printing and print preview, find/replace/find in files dialogs, undo/redo, and online help.

Licence: Freeware (GPL)

Here's what's new:

•Code folding added for HTML, JSP, and PHP.
•Added NSIS syntax highlighting and code folding.
•Added a "Projects" docked window. Useful for organizing small programming projects while working in RText.
•Added code folding and highlighting of multi-line strings for Scala.
•Added Java 7 features to Groovy highlighting (underscores in numeric literals, binary literals, and new core classes/interfaces/enums).
•Fixed an issue with CompleteMarkupTagAction and ToggleLineCommentAction conflicting with each other only on *nix (Windows and OS X didn't have this issue).
•Fixed possible NPE when editing XML on Linux only (!).
•RText is now building on OS X once again.
•Now ships with Groovy 1.8.8, so you no longer have to drop in your own groovy-all-xxx.jar to run Groovy macros in RText.
•Added keyboard shortcuts for moving through docked window groups (Ctrl+Alt+arrow keys).
•Updated translations - Chinese (peter_barnes), Russian (Nadiya), Italian (Argaar), German (Domenic), Korean (Changkyoon), Japanese (Josh), and Hungarian (Zityi).

http://fifesoft.com/rtext/index.php
Titel: X-XMLCopyEditor v1.2.0.9
Beitrag von: SiLæncer am 01 Dezember, 2012, 13:52
(http://xml-copy-editor.sourceforge.net/screenshot_vista40.png)
XML Copy Editor is a fast validating XML editor with DTD / XML Schema / RELAX NG validation, XSLT, XPath, pretty-printing, syntax highlighting, folding and tag completion.

It also features tag locking, tag-free editing, spelling and style check, built-in support for XHTML, XSL, DocBook and TEI and lossless import and export of Microsoft Word documents.

License:    GPLv2

http://xml-copy-editor.sourceforge.net/
Titel: BookME 4.6.2.0
Beitrag von: SiLæncer am 01 Dezember, 2012, 18:00
(http://members.chello.at/~dimega/Screen1-100.png)
BookME bietet einem die Möglichkeit, Nachschlagewerke zu erstellen. Durch die Aufteilung in Kapitel und Unterkapitel hat man die Möglichkeit, sein Werk zu strukturieren. Grafiken und Tabellen können ebenso eingefügt werden, wie interne Hyperlinks auf andere Kapitel oder Dokumente sowie Hyperlinks für Dateien, Internet- und Mailadressen. Das Ergebnis lässt sich in verschiedene Formate exportieren (HTLM, MHT, CHM).

Vorausgesetzt wird ein installierte .NET Framework 2

Unterstützt wird WIN XP bis Seven

Freeware (für den privaten Gebrauch)

Whats new: >>

Korrektur: Beim Verschieben eines Kapitels oder Dokuments mit der Maus (Drag and Drop bei gedrückter STRG-Taste) über das Ende im Inhaltsverzeichnis wurde eine ungültige Positionierung zugelassen.
Korrektur: Wenn ein Dokument oder ein Kapitel in der Liste der Suchergebnisse angeklickt wurde, positionierte sich die Hervorhebung im Textfenster nicht auf die erste gefundene Textstelle.
Änderung: Wenn der Cursor über einen internen oder externen Hyperlink bewegt wird erscheint ein Hinweis in der Statuszeile.
Kleine Optimierungen

http://www.dimega.com/
Titel: TreeDBNotes Free v4.31 (Build 01)
Beitrag von: SiLæncer am 04 Dezember, 2012, 19:40
(http://www.portablefreeware.com/screenshots/scrNIRSCp.gif)
TreeDBNotes stores and represents your information in a tree-structured form. Each node in the tree represents an associated note where you can store text infomation with Wordpad-like formatting.

License: Freeware

What's new: >>

Fix: Problem with some elements in the properties window (color, size)
Improved: Tables - sizing algorithm, calculating widths
New: Paste Special allows pasting URLs
New: Font properties - allows changing text background color
A lot of minor changes and fixes

http://www.mytreedb.com/treedbnotes_free.html
Titel: Rapid Environment Editor v7.0 build 825
Beitrag von: SiLæncer am 04 Dezember, 2012, 21:00
(http://www.rapidee.com/images/rapidee.png)
Rapid Environment Editor (RapidEE) is an environment variables editor. It includes an easy to use GUI and replaces the small and inconvenient Windows edit box, located in the System Information section.

License: Freeware

What's new: >>

Fixed: Slovak translation
Fixed: Wrong path, beginning with the space character (i.e. ' C:\WrongPath') should be detected

http://www.rapidee.com/en/about
Titel: EditPad Lite 7.2.2
Beitrag von: SiLæncer am 10 Dezember, 2012, 13:04
(http://www.editpadpro.com/screens/editpadlite.png)
EditPad Lite is a general-purpose text editor, designed to be small and compact, yet offer all the functionality you expect from a basic text editor. EditPad Lite works with Windows NT4, 98, 2000, ME, XP and Vista.

Freeware

What's new: >>

Bug fix:

    Division by zero errors when opening files, closing EditPad, and/or changing the font size.

http://www.editpadpro.com/editpadlite.html
Titel: Notepad++ 6.2.3
Beitrag von: SiLæncer am 17 Dezember, 2012, 06:00
(http://www.portablefreeware.com/screenshots/scrHPI5U2.gif)
Notepad++ is a tabbed source code editor and Notepad replacement with a customizable interface. It is one of the few few source code editors that supports "folding," allowing users to quickly reduce and expand sections of code to see the overall document. In addition, it features multi-language syntax highlighting, auto-completion, regular expression search/replace, macro recording and playback, etc. The program can access a long list of plug-ins via an easy-to-access menu with even more features and functions.

License: GPL

Whats new: >>

 - Fix find "\r\n" bug in RegExpr mode.
 - Change "Delete file" command to "Move to Recycle Bin".
 - Add Remove empty lines feature.
 - Change document default value from ANSI to UTF8 w/o BOM.
 - Enable Word-completion under CJK environment for unicode document.

http://notepad-plus.sourceforge.net/
Titel: Hekapad 0.21
Beitrag von: SiLæncer am 18 Dezember, 2012, 20:15
(http://images.six.betanews.com/screenshots/scaled/1355621337-1.jpg)
Hekapad is very easy, lightweight and has many advanced features that make it the right choice to create, open or edit a text file. Beside the classic format TXT, Hekapad supports also other formats: NFO, LOG, INI, INF, and allows to save and open text files with other extensions.

Freeware

http://www.hekasoft.it/en/hekapad.php
Titel: RText 2.0.5.1
Beitrag von: SiLæncer am 22 Dezember, 2012, 13:38
(http://www.kaldata.net/images/news/logos/rtext.jpg)
RText is a fully customizable programmer's text editor. Some of its features include syntax highlighting, editing multiple documents at once, printing and print preview, find/replace/find in files dialogs, undo/redo, and online help.

Licence: Freeware (GPL)

Here's what's new:

•Updated to RSyntaxTextArea 2.0.5.1, which fixes a keyboard issue with non-QWERTY keyboards.
•Several Substance skins are now available as LookAndFeels. Thanks to the Insubstantial project (https://github.com/Insubstantial/insubstantial). These Look and Feels are only available when running RText with Java 6 or newer.
•Updated the Spanish (Leonardo) and Arabic (Mawaheb) translations.

http://fifesoft.com/rtext/index.php
Titel: SynWrite v4.6.570
Beitrag von: SiLæncer am 29 Dezember, 2012, 13:54
(http://images.betanews.com/screenshots/1289816929-1.jpg)
Erweiterter Text-Editor mit Unterstützung von vielen Dateiformaten, Programmiersprachen und Zeichenkodierungen; bietet unter anderem Syntax-Hervorhebung, Auto-Vervollständigung und Code-Vorlagen; auch als Plug-in für Total Commander und als portable Version erhältlich.

Freeware

What's new: >>

+ option "Editor 2 -- Colorize selection BG with white space" (to look like other editors)
+ projects: commands "Sort by date/ size/ date-desc/ size-desc" and option for such sorting in proj properties.
+ projects: command "Show file properties".
+ projects: confirmation on file deletion.
+ plugins: option "Misc -- Date/time fmt for plugins log"
+ plugins: command "Save as" in plugins log popup menu
- fix: Python lexer
- fix: line-states not redrawn on save

http://www.uvviewsoft.com/synwrite/
Titel: Leafier v1.0.0.1
Beitrag von: SiLæncer am 01 Januar, 2013, 12:00
(http://www.portablefreeware.com/screenshots/scrUfDMQV.gif)
Leafier is a simple HTML editor with tag insertion feature. Unicode, tabbed multi document interface, syntax highlighting, etc is supported.

License:    Freeware

http://www.vieas.com/en/software/leafier.html
Titel: RJ TextEd 8.50
Beitrag von: SiLæncer am 01 Januar, 2013, 18:00
(http://images.six.betanews.com/screenshots/scaled/1187014627-1.jpg)
RJ TextEd - A Unicode source and text editor. RJ TextEd is a full featured text and source editor with Unicode support, syntax highlighting and code folding. The functionality extends beyond text files and includes support for HTML editing with integrated preview, spell checking, auto completion, HTML validation, templates and more. The program also include support for Topstyle Lite CSS editor, has a dual pane file commander, as well as a FTP client to upload your files. The editor uses language files to display menus and dialogs in different languages. There are several included languages. New language files can easily be created in the editor. RJ TextEd is also a simple web development tool. The editor can use auto completion and hints to assist you in editing your source code. You can preview HTML/ASP/PHP... code using one of the preview tabs or open a document in a browser. The editor does not only handle source code. It also handles true ASCII files, binary files and of course plain text files.

The program is absolutely free. There are a many features not listed below. Including spell checking, e-mail support, advanced search with regular expressions. For a full list check out the features section.

To learn more about the program you could check out the screenshots, or just try it out. RJ TextEd is developed in Delphi 2007 from Codegear and is released as Freeware. The program has been tested in windows 98/Me/2000/XP/2003/Vista/2008/Windows 7.

Licence: Freeware

Whats new: >>

Version 8.50
Jan 1, 2013
Check for updates at startup

The program will check for updates at startup and display a window if one is found. The window show information about which new versions are available (major release and beta versions) and also recent changes to the new version.

You are given the option to install the update (or download in the portable version). If you select "Install" - the update is downloaded, the program is closed and the new update is installed.
Highlighter options

Redesigned the highlighter option pages in the options dialog window. It should make it easier to see which settings are individual to the highlighter and which are global. I also made it possible to use the default background color for most highlighting elements using a checkbox.
Favorite files (documents)

Added a drop down tool bar button for favorite files. It looks very much like the recently opened file drop down list, but in this one you get to add the files you want yourself. Just select the "Add current document" menu item to add to the list. You can delete an item with the [DELETE] key.
Sessions

Added a drop down toolbar button for sessions. It looks very much like the recently opened file drop down list but contain whole sessions. A session can contain an open project, files or just open files. The toolbar button is not visible by default. Activate it in "Environment - Customize toolbars...".
User defined language and syntax files

User defined language and syntax files should be placed in the "...\Languages\User defined\" or "...\Syntax\User defined\" folders. User defined files will show up in the addons window and are used as any standard language or syntax files. If a user defined file has the same name as a standard file, the user defined file will always be used. Both the standard and user defined files are displayed in the addons window, but the standard one is grayed out.
New options

    Added option to clear non-valid files from the "recently opened file" list (MRU).
    Added option to change the date format with the menu item "Insert Date (F5)". You can now use short or long date format.
    Added option to enable/disable the Vista style menu bar.

Tools

Added a tool item option to capture a command output to a new document. Also redesigned the tool item window. It is also possible to select and copy or delete lines in the message output window in the bottom-bar.
Find/Replace: Copy find string to replace field

When you type text in the find field and hit [TAB] the find text is copied (selected) to the replace field.
HTML help dialog windows

Redesigned the HTML dialog windows and included them in the main executable. They are not placed in an external .bpl file anymore.
Quickbar tree's

The tree's are now included in the main program and not placed in an external .bpl file anymore. This should fix some issues some users are having.
Misc

    Last saved highlighter color theme information is now remembered between sessions.
    Made some changes to the (S)FTP synchronize function.
    Made the options window wider.
    Changed the internal exception catcher software.
    Last used wordwrap mode is remembered for each file.
    PHP syntax files have been updated by Carbonize.
    Auto completion and Ctrl+Space list are cached to improve speed.

Fixed

    Some select tag block issues.
    Error with auto update check if server is unreachable.
    Drop and drag text in wordwrap mode.
    Several issues with highlighting of braces in code.
    Move lines up/down in wordwrap mode.
    Switch highlighter issues.
    Issue with renaming a folder in the text clip tree.
    Unclickable row in the result window for find/replace all.
    Selection issue when using bold or italic font styles.
    Display issue with bold or italic font styles.
    Issues with very long lines.
    Wordwrap issues with long lines.
    Remove duplicates in advanced sort.
    A document tab color issue.
    Replace all issues with open files.
    Undo issue with replace all and open files.
    Enclose tool item command with quotes should work now.
    Vertical scroll bar issues with paste.
    Some syntax highlighting issues.
    Unindent with non-breaking space characters.
    Made some changes when a bad regex expression is used for searching.
    Fixed several issues when using split windows.

http://www.rj-texted.se/
Titel: RJ TextEd 8.51
Beitrag von: SiLæncer am 02 Januar, 2013, 14:37
Whats new: >>

Exception catcher

Removed the exception catcher software. It doesn't seem to be stable enough to be included in a final release. I'll still use it in beta versions.

http://www.rj-texted.se/
Titel: RJ TextEd 8.52
Beitrag von: SiLæncer am 05 Januar, 2013, 17:12
Whats new: >>

Fixed

    Error messages that could pop up when saving a file, changing options...
    Session menu was not updated properly when removing sessions.
    Spit window issues when using wordwrap.
    Manually changing highlighter should work now for all web source files (HTML,PHP,ASP...).

http://www.rj-texted.se/
Titel: FocusWriter 1.4.1
Beitrag von: SiLæncer am 08 Januar, 2013, 16:46
(http://www.freeware.de/images/screenshots/60616/focuswriter_medium_1.png)
FocusWriter hilft Vielschreibern beim Verfassen von Texten. Die Textverarbeitung blendet alle Menüs und Leisten aus. So kann man sich beim Schreiben voll und ganz auf das Wesentliche konzentrieren.

Der Vollbild-Texteditor FocusWriter zeigt als Oberfläche absichtlich lediglich den blanken Text. Daher gelingt es leichter, störungs- und ablenkungsfrei zu schreiben. Auf Wunsch kann man auf zusätzliche Steuerelemente zugreifen und diese per Maus über die Bildschirmränder abrufen.

Außerdem kann bei FocusWriter eine Statuszeile mit der aktuellen Uhrzeit, einem Timer und Statistiken eingeblendet werden. Das geplante Arbeitspensum legt der Schreiber in den Einstellungen in Minuten oder Wörtern fest. Textart und -farbe werden hier ebenfalls ganz nach Wunsch bestimmt.

Mit FocusWriter können mehrere Dokumente parallel bearbeitet werden. Ein Speichern erfolgt im RTF-, ODT- oder TXT-Format. Standardmäßig zeigt die Freeware einen einfarbigen, nüchternen Hintergrund. Wer die Arbeitsumgebung etwas freundlicher und abwechslungsreicher gestalten möchte, kann die Farbe ändern und auch ein eigenes Bild als Hintergrund einblenden.

FocusWriter enthält alle Grundfunktionen einer Textverarbeitung inklusive Textformatierungen, einer Rechtschreibprüfung und dem Suchen und Ersetzen von Wörtern und Textausschnitten. Die Freeware spricht vor allem den Vielschreiber an, der sich allein auf den Text konzentrieren möchte.

Whats new: >>

Bug fixes

http://gottcode.org/focuswriter/
Titel: SynWrite v4.6.600
Beitrag von: SiLæncer am 08 Januar, 2013, 21:33
(http://images.betanews.com/screenshots/1289816929-1.jpg)
Erweiterter Text-Editor mit Unterstützung von vielen Dateiformaten, Programmiersprachen und Zeichenkodierungen; bietet unter anderem Syntax-Hervorhebung, Auto-Vervollständigung und Code-Vorlagen; auch als Plug-in für Total Commander und als portable Version erhältlich.

Freeware

What's new: >>

change: line-ends are shown always when they're inside selection block (to look like other apps, and to show blank selected lines)
change: gutter: line-numbers column is now 1st, and bookmarks column is 2nd (to look like other apps)
commands in tab header popup menu: "Move to new window", "Open in new window"
option color "Collapse marker BG"
Find dlg: both En and Ru keyboard layouts may be active for Alt+letter shortcuts to work
help improved: more text in "Emmet", more details in "FAQ", new topics "Helpers -- Inserting Date/Time", "Helpers -- Column Markers"
synhide.ini: can also hide "x" and "xx" buttons, and File/View/Edit toolbar buttons (not toolbars themselves)
change: lexers moved from lexer library to "Readme\RarelyNeededLexers.rar": Acu Cobol, Ada, Clipper, CVAVR, GAMS, Gold Parser, IDL language, Modula, MySQL, NSL Assembler, RPG IV, WinBuilder
change: disabled auto-complete in Find dlg
fixes regarding word-wrap (minor)
fix: too long code-template trancated on reading synstyles.ini
fix: Perl regex hiliting

http://www.uvviewsoft.com/synwrite/
Titel: SynWrite v4.7.650
Beitrag von: SiLæncer am 20 Januar, 2013, 18:20
Whats new: >>

new HTML coding helper "Images preview"; help topic added.
micro-map also shows search marks; help topic added.
command "Edit -- Fill block" rebuilt. Now it has a mode which is similar to Notepad++'s "Column Mode" functionality. Added info to FAQ.
tab headers: double-click on empty area righter than last tab header - creates a new tab
tab headers popup menu is also active for Tabs panel
shortcut "Extend selection by line" ("Misc" group)
option color "SyncEditing BG"
option color "Micro-map search marks BG"
change: statusbar shows "Word wrap" state instead of "Selection mode" state
change: Lister plugin has menu shown by default
fixes

http://www.uvviewsoft.com/synwrite/
Titel: NFOPad v1.66
Beitrag von: SiLæncer am 20 Januar, 2013, 19:20
(http://www.portablefreeware.com/screenshots/scra4JZtx.gif)
NFOPad is a small, fast and flexible combined nfo viewer and text editor. It is a clone of Microsoft's Notepad but much more customizable and with some additional features. Of course NFOPad also supports nfo files with ASCII art. The file extension is used to determine whether to use an ANSI or ASCII font.

License: Freeware

What's new: >>

Ukrainian localization added
INI file location can be selected from Options
Find text will try to scroll so the matched string is not at the bottom of the screen for better overview
Fixed so undo works for the following operations: delete line, replace, replace all, change case and insert date
Bugfix: "Count search hits" and "Replace all" dialogs could end up behind the NFOPad main window
Bugfix: When searching to the end and then reversing search direction Find had to be pressed twice

http://thd.dyndns.org/s_nfopad.phpNFOPad v1.66
Titel: JSONedit v0.9.6.7
Beitrag von: SiLæncer am 21 Januar, 2013, 06:20
(http://www.portablefreeware.com/screenshots/scrdLlFOK.gif)
JSONedit is a simple editor for the JavaScript Object Notation format "a text-based open standard designed for human-readable data interchange" (source) with availble text and tree views.

Includes array generator using embedded Lua interpreter and Scintilla for text edition.

License:    Freeware

http://tomeko.net/software/JSONedit/index.php
Titel: AkelPad 4.8.1
Beitrag von: SiLæncer am 24 Januar, 2013, 20:20
(http://akelpad.sourceforge.net/files/screen_basic.png)
AkelPad is an open source editor for plain text. It is designed to be a small and fast. Includes the ability to load text documents that are larger than 64 Kilobytes, document previews before opening them, editing of read only files and more. Plugins add a number of additional features to Akelpad like syntax highlighting, auto completion, sessions, macros and scripts and auto saving.

Licence: Open Source

What's new: >>

Changed: increased accuracy of the file opening indicator.

Added: hotkey Alt+, for command 4199, hotkey Alt+. for command 4200.

Fixed: file opening in MBCS codepage.
Fixed: buttons that control the size of the frame didn't work (MDI).
Fixed: single replace with using regular expressions.

http://akelpad.sourceforge.net/en/index.php
Titel: Leafier v1.0.0.2
Beitrag von: SiLæncer am 24 Januar, 2013, 21:30
(http://www.portablefreeware.com/screenshots/scrUfDMQV.gif)
Leafier is a simple HTML editor with tag insertion feature. Unicode, tabbed multi document interface, syntax highlighting, etc is supported.

License:    Freeware

http://www.vieas.com/en/software/leafier.html
Titel: SynWrite v4.7.670
Beitrag von: SiLæncer am 25 Januar, 2013, 16:30
(http://images.betanews.com/screenshots/1289816929-1.jpg)
Erweiterter Text-Editor mit Unterstützung von vielen Dateiformaten, Programmiersprachen und Zeichenkodierungen; bietet unter anderem Syntax-Hervorhebung, Auto-Vervollständigung und Code-Vorlagen; auch als Plug-in für Total Commander und als portable Version erhältlich.

Freeware

What's new: >>

Added: project panel: recents dropdown
Added: tabs panel: asterisks show modified tabs
Added: option "Tabs -- Always show tabs/ Never show/ Show when 2 or more tabs"
Added: SynWrite can now replace Notepad.exe, see an add-on in our Files section at SourceForge
Changed: lexers moved into Readme\*.rar: Factor, Forth, Modelica, C++Builder
Some fixes

http://www.uvviewsoft.com/synwrite/
Titel: BlueGriffon 1.6.1
Beitrag von: SiLæncer am 26 Januar, 2013, 07:30
(http://download.winboard.org/uploads/Image/2011-08-28%2015%2053%2030.png)
BlueGriffon hält sich an den aktuellen W3C-Standard. Unterstützt wird HTML 4.01, XHTML, HTML5, CSS 3, Java, java script.
Der Normalmodus (WYSIWYG) eignet sich besonders für Einsteiger, da man sich hier nicht um den Quelltext kümmern muss.
Ebenfalls dabei ist ein CSS-Editor, der das Entwerfen von Cascading Style Sheets erleichtert und ein Editor zum erstellen von SVG-Grafiken )skalierbare Vektorgrafiken).

Neben dem deutschen Wörterbuch gibt es noch einige Erweiterungen für BlueGriffon auf der Herstellerseite, welche allerdings nicht kostenlos sind. Eine Ausnahme wäre FireFTP (http://www.bluegriffon.com/index.php?pages/FireFTP).

Voraussetzung ist ein installiertes Microsoft Visual C++2008 Redistributable Package (http://www.microsoft.com/downloads/de-de/details.aspx?familyid=a5c84275-3b97-4ab7-a40d-3802b2af5fc2&displaylang=de).

Freeware

Changelog

    from 1.6 to 1.6.1: issue with unresponsive structure toolbar and error when the document's <meta> element defining the charset is placed after the 1024th char of the document...

    fixed too many LFs in stylesheet serialization
    fixed error in commandline handler
    CSS Properties panel was horked by switch to dockable panels
    page setup and print menus: b=500
    remove floating panel; b=498
    better inline editing (core patch)
    fixes in Find/Replace in source view
    font and color assignments in floating toolbar don't use css; b=482
    TOC update horked; b=440
    Save in source view should update iframe's oldSource; b=479
    dockable panels; b=478
    new pref for default file extensions on save; b=309
    TypeInState not shown in UI; b=471
    save from source view horked; b=473
    blockquote button; b=472
    xhtml 1.1; b=404
    aria role dropdown always looking for block; b=430
    only UTF-8 in xhtml5; b=430
    updates on a daily basis don't work; b=436
    add skip-this-version to updates; b=415
    edit a page directly from a link; b=457
    get rid of align attribute; b=464
    revert shuffles tab order; b=466
    bad serialization for embedded stylesheets; b=467
    selected line in dark source themes unreadable; b=445
    Add an 'Open File' menu; b=470
    Better table row and column resizers; b=469
    switch to final CSS gradient syntax; b=463
    languages dialog horked on cancel; b=439
    add toggle view command; b=426, patch by Yu Tang
    IDs appear twice in link insertion dialog; b=422

http://bluegriffon.org/
Titel: PSPad 4.5.7 01
Beitrag von: SiLæncer am 26 Januar, 2013, 21:30
(http://images.six.betanews.com/screenshots/1076948037-1.png)
PSPad is a universal freeware editor. There is no complex install process; the program is ready to work immediately, without requiring customization. It supports many file types and languages, with syntax highlighting. There are macros, clip files and templates to automate repetitive activities. An integrated HEX Editor, Project support, FTP Client, Macro Recorder, File Search/Replace, Code Explorer, code page conversion, are just some of the many possibilities that PSPad can offer you.

Freeware

Latest Changes

    Code explorer for PVX
    MySQL highlighter - added data type boolean
    Code explorer - added support for LUA
    Oracle highlighter - added support for strings q'{ ... }'
    New function - Find file in project (menu project, file tab)
    Drag/Drop image into HTML while CTRL is kept inserts image directly into code as BASE64 - it works from PSPad file explorer too
    CSS highlighter - added new keywords
    Added Code explorer parser for Makefile (ftMakeFile file type in User highlighter)
    Added V+ syntax user highlighter definition including Code explorer
    User highlighter - added possibility to switch off string escaping
    Show color - added possibility to lock all sliders
    Open file apointed by selection function works with relative paths
    User convertors - extended for unicode replacing. In section [Description] added UTF8List=0/1 option. Strings are stored in UTF-8 encoding
    Scripting - new function reloadClips - reloads all code clips
    Program settings / System - new option Register as IE HTML viever. Files open from Temporary internet files witout extension will be open with HTML highlighter
    Program settings / System - new option Internal browser in IE9 mode
    In the menu File/Special added option Delete file history
    Search for current word/selection cycles in file same as F3/Shift+F3
    PHP highlighter - added keywords trait, insteadof
    Ruller font is same as font editor
    Into KeyMap was added command DeleteBOL (delete from cursor to begin of the line)
    Added new keywords into COBOL highlighter
    New user highlighter syntax definition for V+ include Code explorer
    Program settings / System - new option Register as IE HTML viever. Files open from Temporary internet files witout extension will be open with HTML highlighter
    Program settings / System - new option Internal browser in IE9 mode
    In the menu File/Special added option Delete file history
    Search for current word/selection cycles in file same as F3/Shift+F3
    PHP highlighter - added keywords trait, insteadof
    Ruller font is same as font editor
    Into KeyMap was added command DeleteBOL (delete from cursor to begin of the line)
    Added new keywords into COBOL highlighter

    fixed file type assign in Windows 7
    C# highlighter - enum type
    Code clips - fixed problem when selected text contains char '|'
    Exception for Code format and user highlighter
    HTML multihighlighter - PHP variable is marked include $ using doubleclick
    File change detection was reverted into 4.5.4 version
    Code clips - checkbox @K control - fixed default checked state
    Code clips - fixed problem when selected text contains char '|'
    Exception for Code format and user highlighter
    HTML multihighlighter - PHP variable is marked include $ using doubleclick
    File change detection was reverted into 4.5.4 version
    Code clips - checkbox @K control - fixed default checked state
    Fixed IE HTML viewer and Internal browser
    Fixed block copy
    Fixed PSpad settings as IE viewer and IE compatibility
    Block copy - fixed
    FTP - fixed remove file extension in FTP client settings
    Code explorer for PHP - function starts on Includexxxx was taken as include directive
    Search in files doesn't work correctly with ignored folders (program settings / Files and dirs)
    Fixed doubled menu items in script menu - state when operating system returns 2 same scripting engines
    Show color - click on stored color doesn't update HTML color code
    File information display problem on system with changed font size
    C++ code explorer - fixed problem with __fastcall
    PSPad will keep TXT file name sent as parameter
    XML reformat - fixed problem with comments
    Recent file list - fixed problem with lost content

http://www.pspad.com/
Titel: RText 2.0.6
Beitrag von: SiLæncer am 27 Januar, 2013, 10:00
(http://www.kaldata.net/images/news/logos/rtext.jpg)
RText is a fully customizable programmer's text editor. Some of its features include syntax highlighting, editing multiple documents at once, printing and print preview, find/replace/find in files dialogs, undo/redo, and online help.

Licence: Freeware (GPL)

Here's what's new:

•Added JSON syntax highlighting and code folding.
•Improvements to the UI when a Substance Look and Feel is installed.
•Fixing a bug when adding JRE on Java Options panel (3600567).
•Updated Turkish (Burak) and French (Pat) translations.

http://fifesoft.com/rtext/index.php
Titel: Rapid Environment Editor 7.1 Build 841
Beitrag von: SiLæncer am 28 Januar, 2013, 18:15
(http://www.rapidee.com/images/rapidee.png)
Rapid Environment Editor (RapidEE) is an environment variables editor. It includes an easy to use GUI and replaces the small and inconvenient Windows edit box, located in the System Information section.

License: Freeware

What's new: >>

- Fixed: show warning about unsaved changes on 'restart as administrator'
- Added: madExcept. Some users reports about Access violation errors which can't be reproduced on my side, so I've added madExcept component to send bug report with some tech details
- Changed: disabled UPX compression to avoid antivirus false positive problems

http://www.rapidee.com/
Titel: HelpNDoc 3.8.0.560
Beitrag von: SiLæncer am 29 Januar, 2013, 12:35
(http://www.kaldata.com/images/news/logos/helpndoc.gif)
HelpNDoc provides all the tools necessary to write complete help files, manuals and documentations in a user friendly and very easy to use environment. HelpNDoc can generate standard Windows CHM help files, WEB based documentation, iPhone specific websites as well as printable PDF and Word documents.

HelpNDoc is completely free for personal use and evaluation purposes.

Whats new: >>

Project analyzer will report various useful information about the current project: broken links, merge library items...
History of viewed topics with previous/next buttons
New project dialog is now resizable and will store its size
The "Show Special Characters" feature is now persistent and will be restored each time HelpNDoc is opened
An exception could occur at application start time
Importing some CHM files could result in empty imported topics: anchors in the table of contents were not correctly handled
When deleting a selected topic, the newly selected topic seemed randomly chosen. It is now either the next or previous one

http://www.helpndoc.com/
Titel: SynWrite v4.7.685
Beitrag von: SiLæncer am 31 Januar, 2013, 07:20
(http://images.betanews.com/screenshots/1289816929-1.jpg)
Erweiterter Text-Editor mit Unterstützung von vielen Dateiformaten, Programmiersprachen und Zeichenkodierungen; bietet unter anderem Syntax-Hervorhebung, Auto-Vervollständigung und Code-Vorlagen; auch als Plug-in für Total Commander und als portable Version erhältlich.

Freeware

What's new: >>

command "Edit -- Sorting -- Sort dialog" (also in toolbar "Sort" dropdown)
command "Search -- Select brackets"
command "Run -- Encode HTML spec. chars"

http://www.uvviewsoft.com/synwrite/
Titel: Rapid Environment Editor v7.1 build 845
Beitrag von: SiLæncer am 03 Februar, 2013, 18:32
(http://www.rapidee.com/images/rapidee.png)
Rapid Environment Editor (RapidEE) is an environment variables editor. It includes an easy to use GUI and replaces the small and inconvenient Windows edit box, located in the System Information section.

License: Freeware

What's new: >>

 - changed: updated 3rd party components
 - fixed: found and fixed the annoying AV error, which is regression introduced in build 815. Many thanks to all of you who sent bug reports and special thanks to David Ledbetter who helped me to reproduce this issue.

http://www.rapidee.com/
Titel: Notepad++ v6.3
Beitrag von: SiLæncer am 04 Februar, 2013, 06:00
(http://www.portablefreeware.com/screenshots/scrHPI5U2.gif)
Notepad++ is a tabbed source code editor and Notepad replacement with a customizable interface. It is one of the few few source code editors that supports "folding," allowing users to quickly reduce and expand sections of code to see the overall document. In addition, it features multi-language syntax highlighting, auto-completion, regular expression search/replace, macro recording and playback, etc. The program can access a long list of plug-ins via an easy-to-access menu with even more features and functions.

License: GPL

What's new: >>

Fix regex search replace hanging problem.
Fix folding performance issue.
Fix folding level N folds partially bug.
Add UDL (User Defined Language) versioning.
Make UDL line comment start position definition be more accurate.
Add new options for UDL number definition.
Fix applying wrong UDL bug while several UDL exist.
Fix UDL incorrect folding while Unix EOL is used.
Fix UDL stream comment hanging problem.
Fix UDL multi-part keywords recongnition problem while "Ignore case" is checked.
Fix a UDL number recongnition problem.
Fix crashing on XP problem in UDL.
Fix the bug that double clicking on tab with 2 views doesn't open new file.
Fix the bug that file cannot be opened via Explorer context menu when Notepad++ is run as administrator.
Fix the problem that calltip becomes garbage after switching document.
Fix the bug that empty document cannot be saved when using special encoding.
Fix the issue of document focus after canceling exit on an unsaved file.
Fix folding performance issue
Fix folding partially bug.
Fix tab display bug when buffer's filename is changed or buffer is closed.
Fix the problem of wrong starting window position on the second monitor.
Remove the redundant message under win7/vista/xp while move file into recycle bin.

http://notepad-plus-plus.org/
Titel: Highlight 3.13
Beitrag von: SiLæncer am 07 Februar, 2013, 06:30
(http://images.six.betanews.com/screenshots/scaled/1028713443-1.jpg)
Highlight is a universal source code converter which transforms code to HTML, XHTML, RTF, LaTeX, TEX, SVG and BBCode files with syntax highlighting. (X)HTML and SVG output is formatted by CSS. It supports customizable color theme and language descriptions with regular expressions. The configuration files are Lua scripts with plug-in support. The tool contains several options to provide a consistent formatting of the output code.

License: Open Source

Latest Changes

- Support for the Crack language was added
- Several bugs were fixed

http://www.andre-simon.de/
Titel: SynWrite v4.7.700
Beitrag von: SiLæncer am 07 Februar, 2013, 18:45
(http://images.betanews.com/screenshots/1289816929-1.jpg)
Erweiterter Text-Editor mit Unterstützung von vielen Dateiformaten, Programmiersprachen und Zeichenkodierungen; bietet unter anderem Syntax-Hervorhebung, Auto-Vervollständigung und Code-Vorlagen; auch als Plug-in für Total Commander und als portable Version erhältlich.

Freeware

What's new: >>

Added:

    status-bar panel "Selection mode", clickable (like in other editors)
    option "Editor -- Selection mode"
    command "Select brackets" enhanced (can work while caret isn't on a bracket; can restore caret position if called twice)
    option "Use Tab key to expand code templates" has exclusion list
    Explorer plugin: option "Save last folder"
    SynFTP plugin: hidden option "menuSplit", see help topic
    Tcl lexer: added tree+folding
    translation to Czech

Changed:

    menu bar allows other toolbars to be docked near it
    removed option "Editor -- Keep selection mode"
    removed option "Editor -- Disable selection"
    print options loaded only on printing/previewing/page-configuring

Fixed:

    some fixes

http://www.uvviewsoft.com/synwrite/
Titel: SynWrite 4.7.705
Beitrag von: SiLæncer am 10 Februar, 2013, 11:20
What's new: >>

unbekannt

http://www.uvviewsoft.com/synwrite/
Titel: StroyCode 1.1
Beitrag von: SiLæncer am 10 Februar, 2013, 13:00
(https://www.heise.de/software/screenshots/t117951.jpg)
Texteditor zum Programmieren; visualisiert die Struktur des Codes durch verschachtelte grafische Elemente, welche sich auch mit der Maus einfügen lassen.

Freeware

Whats new: >>

Added “Getting Started” link.
SubInstance element type was renamed to SubObject.
Improved generation of source codes in the presence of SubObjects.
Improved generation of HTML to corresponding validity tests.
Numerous small fixes and improvements.

http://softconstructors.com/en/applications/stroycode/
Titel: SciTE 3.2.4
Beitrag von: SiLæncer am 10 Februar, 2013, 22:00
(http://www.heise.de/software/screenshots/1206.jpg)
Editor mit Syntax-Highlighting, Auto-Completion, Folding und vielem mehr...

Lizenz: Open Source

Whats new:>>

Version 3.2.4 does not truncate copies to clipboard at NULs.
Version 3.2.3 defines PLAT_UNIX for all Unix variants and fixes minor problems.
Version 3.2.2 remains responsive by limiting highlight.current.word to 0.25 seconds.

http://www.scintilla.org/SciTE.html
Titel: Bluefish 2.2.4
Beitrag von: SiLæncer am 13 Februar, 2013, 06:15
(http://www.heise.de/software/screenshots/17257.jpg)
GTK-HTML-Editor für erfahrene Web-Designer und Programmierer...

Zitat
Bluefish 2.2.4 is mostly a minor bugfix release, but it carries many small improvements. It has various fixes for the tab-width on gtk 3.6, the blocksync feature, scrollwheel-zoom, language syntax detection and character encoding detection, toggle comment, split view, better ui language detection on OSX and Windows, and several more. The performance of Bluefish has been improved in a couple of ways, most notably the auto-completion popup speed. New features include more simple search options, paste special (to paste for example images from Libreoffice), control-tab to switch to the most recent document, save as copy, and pylint, cssmin, jsmin, csstidy and php_beautifier integration. Various language syntax definition files have also been improved. With this release the minimum required gtk version is bumped to 2.20.

Lizenz: Open Source

http://bluefish.openoffice.nl/
Titel: Simple Blogger v1.0
Beitrag von: SiLæncer am 14 Februar, 2013, 06:30
(http://c.fsdn.com/con/app/proj/simpleblogger/screenshots/sb1.png)
Simple Blogger is a simple editor to make posts to Google's Blogger.com service. Includes basic formatting and labels.

Also available for Linux.

License:    GPL

Whats new: >>

- Added: New GUI element: labels edit
- Added: Image thumbmail in add image dialog
- Added: Updates check
- Added: Blog title is link
- Fixed: Adjusted minimum splitter size
- Added: Download labels list from account

http://sourceforge.net/projects/simpleblogger/
Titel: SynWrite v4.8.740
Beitrag von: SiLæncer am 14 Februar, 2013, 12:40
(http://images.betanews.com/screenshots/1289816929-1.jpg)
Erweiterter Text-Editor mit Unterstützung von vielen Dateiformaten, Programmiersprachen und Zeichenkodierungen; bietet unter anderem Syntax-Hervorhebung, Auto-Vervollständigung und Code-Vorlagen; auch als Plug-in für Total Commander und als portable Version erhältlich.

Freeware

What's new: >>

Find dialog allows to skip collapsed lines
Find dialog allows to search in comments/strings (when lexers active; uses Lexers.cfg)
"Color preview" reworked (shows hint instead of colored menuitem)
option "Editor -- Keep caret on paste"
fixes

http://www.uvviewsoft.com/synwrite/
Titel: Maqetta 9
Beitrag von: SiLæncer am 15 Februar, 2013, 05:30
(https://www.heise.de/software/screenshots/t85399.jpg)
WYSIWYG-Editor für User-Experience-Designer, mit dem sich komplexe und dynamische HTML5-Webseiten erstellen lassen; auch als Webdienst nutzbar.

Lizenz: Open Source

http://maqetta.org/
Titel: TextRoom v0.8.1
Beitrag von: SiLæncer am 16 Februar, 2013, 19:30
(http://www.portablefreeware.com/screenshots/scroJ2cqH.png)
TextRoom is a distraction-free text editor developed with especially writers in mind. Available tools are executed by function keys including spellcheck, scratchpad, formatting, date/time insert, and many more. Press F1 to see a list of available commands.

License:    GPLv3

https://code.google.com/p/textroom/
Titel: Leafier v1.0.1.0
Beitrag von: SiLæncer am 20 Februar, 2013, 06:20
(http://www.portablefreeware.com/screenshots/scrUfDMQV.gif)
Leafier is a simple HTML editor with tag insertion feature. Unicode, tabbed multi document interface, syntax highlighting, etc is supported.

License:    Freeware

http://www.vieas.com/en/software/leafier.html
Titel: QText 3.40
Beitrag von: SiLæncer am 21 Februar, 2013, 07:15
(http://www.jmedved.com/content/media/qtext.png)
This program started with itch of mine. I often have need to take notes while talking on telephone, surfing or doing almost anything. That notes are usually just temporary since I want to do something with it – like adding telephone number to my phonebook. What I needed was scrap paper.

It is similar to notepad which can be brought from tray when needed but has also auto-save thing going on. Just ideal for taking notes.

Freeware

Whats new: >>

Fixed RichTextBox printing.
Few small tweaks and bug-fixes.

http://www.jmedved.com/qtext/
Titel: PSPad 4.5.7.2450
Beitrag von: SiLæncer am 21 Februar, 2013, 23:58
(http://images.six.betanews.com/screenshots/1076948037-1.png)
PSPad is a universal freeware editor. There is no complex install process; the program is ready to work immediately, without requiring customization. It supports many file types and languages, with syntax highlighting. There are macros, clip files and templates to automate repetitive activities. An integrated HEX Editor, Project support, FTP Client, Macro Recorder, File Search/Replace, Code Explorer, code page conversion, are just some of the many possibilities that PSPad can offer you.

Freeware

Latest Changes

- Code explorer for PVX

- MySQL highlighter - added data type boolean

- Code explorer - added support for LUA

- Oracle highlighter - added support for strings q'{ ... }'

- New function - Find file in project (menu project, file tab)

- Drag/Drop image into HTML while CTRL is kept inserts image directly into code as BASE64 - it works from PSPad file explorer too

- CSS highlighter - added new keywords

- Added Code explorer parser for Makefile (ftMakeFile file type in User highlighter)

- Added V+ syntax user highlighter definition including Code explorer

- User highlighter - added possibility to switch off string escaping

- Show color - added possibility to lock all sliders

- Open file apointed by selection function works with relative paths

- User convertors - extended for unicode replacing. In section [Description] added UTF8List=0/1 option. Strings are stored in UTF-8 encoding

- Scripting - new function reloadClips - reloads all code clips

- Program settings / System - new option Register as IE HTML viever. Files open from Temporary internet files witout extension will be open with HTML highlighter

- Program settings / System - new option Internal browser in IE9 mode

- In the menu File/Special added option Delete file history

- Search for current word/selection cycles in file same as F3/Shift+F3

- PHP highlighter - added keywords trait, insteadof

- Ruller font is same as font editor

- Into KeyMap was added command DeleteBOL (delete from cursor to begin of the line)

- Added new keywords into COBOL highlighter

- New user highlighter syntax definition for V+ include Code explorer

- Program settings / System - new option Register as IE HTML viever. Files open from Temporary internet files witout extension will be open with HTML highlighter

- Program settings / System - new option Internal browser in IE9 mode

- In the menu File/Special added option Delete file history

- Search for current word/selection cycles in file same as F3/Shift+F3

- PHP highlighter - added keywords trait, insteadof

- Ruller font is same as font editor

- Into KeyMap was added command DeleteBOL (delete from cursor to begin of the line)

- Added new keywords into COBOL highlighter

- Fixed file type assign in Windows 7

- C# highlighter - enum type

- Code clips - fixed problem when selected text contains char '|'

- Exception for Code format and user highlighter

- HTML multihighlighter - PHP variable is marked include $ using doubleclick

- File change detection was reverted into 4.5.4 version

- Code clips - checkbox @K control - fixed default checked state

- Code clips - fixed problem when selected text contains char '|'

- Exception for Code format and user highlighter

- HTML multihighlighter - PHP variable is marked include $ using doubleclick

- File change detection was reverted into 4.5.4 version

- Code clips - checkbox @K control - fixed default checked state

- Fixed IE HTML viewer and Internal browser

- Fixed block copy

- Fixed PSpad settings as IE viewer and IE compatibility

- Block copy - fixed

- FTP - fixed remove file extension in FTP client settings

- Code explorer for PHP - function starts on Includexxxx was taken as include directive

- Search in files doesn't work correctly with ignored folders (program settings / Files and dirs)

- Fixed doubled menu items in script menu - state when operating system returns 2 same scripting engines

- Show color - click on stored color doesn't update HTML color code

- File information display problem on system with changed font size

- C++ code explorer - fixed problem with __fastcall

- PSPad will keep TXT file name sent as parameter

- XML reformat - fixed problem with comments

- Recent file list - fixed problem with lost content

http://www.pspad.com/
Titel: EditPad Lite 7.2.3
Beitrag von: SiLæncer am 22 Februar, 2013, 11:30
(http://www.editpadpro.com/screens/editpadlite.png)
EditPad Lite is a general-purpose text editor, designed to be small and compact, yet offer all the functionality you expect from a basic text editor. EditPad Lite works with Windows NT4, 98, 2000, ME, XP and Vista.

Freeware

What's new: >>

Improvements:

    Ignore command line parameters pointing to notepad or notepad.exe.
    Preferences, Search: Turning off "double-clicking a word instantly highlights all occurrences of that word" and clicking OK in the Preferences window now removes any instant highlighting so users who are unaware of the Search|Instant Highlight menu item don't get stuck with a highlight they're trying to disable.

Bug fixes:

    File|Rename/Move: Renaming files now works even when the only change is a difference in case.
    Keyboard: Ctrl+punctuation key combinations to type letters with diacritics did not work if the punctuation key is typed by a Shift+number key combination, even after removing the same Ctrl+Shift+number key combination from the shortcuts for the Mark menu.
    Preferences, Search: "Double-clicking a word instantly highlights all occurrences of that word" now only invokes Search|Instant Highlight when you actually double-click a word, and not when you double-click something else that has a double-click action of its own, such as URLs that open web pages. Selecting Search|Instant Highlight in the menu will still highlight whatever is selected or under the cursor, even if it has a double-click action.
    Search commands that process all matches like Replace All showed an access violation error after showing a proper error message when attempting to use an invalid regular expression (7.2.1 and 7.2.2 only).
    Search: Replacements that include placeholders like %MATCHN% were made as if the "Adapt Case" option was always on when the "Regular Expression" and "Case Sensitive" options were off.
    Search: Replacements with double-digit backreferences starting with a zero like \06 were interpreted as \0 only instead of \0 followed by a literal digit (e.g. 6) if there are fewer than the specified number (e.g. 6) capturing groups in the regex.
    Search: Searching for a regex with a syntactically invalid character class containing a hyphen such as [\u1234-\u567] and then searching for a syntactically valid regex containing a character class caused the regex to be parsed incorrectly, adding a literal hyphen to the character class. Any subsequent searches using another regex with only valid character classes had the regex parsed correctly again.

http://www.editpadpro.com/editpadlite.html
Titel: BookME 4.6.2.2
Beitrag von: SiLæncer am 22 Februar, 2013, 19:30
(http://members.chello.at/~dimega/Screen1-100.png)
BookME bietet einem die Möglichkeit, Nachschlagewerke zu erstellen. Durch die Aufteilung in Kapitel und Unterkapitel hat man die Möglichkeit, sein Werk zu strukturieren. Grafiken und Tabellen können ebenso eingefügt werden, wie interne Hyperlinks auf andere Kapitel oder Dokumente sowie Hyperlinks für Dateien, Internet- und Mailadressen. Das Ergebnis lässt sich in verschiedene Formate exportieren (HTLM, MHT, CHM).

Vorausgesetzt wird ein installierte .NET Framework 2

Unterstützt wird WIN XP bis Seven

Freeware (für den privaten Gebrauch)

Whats new: >>

Korrektur: Wenn ungültige Positions- und Größenangaben zum BookME-Programmfenster gespeichert wurden, ließ sich BookME nicht mehr starten.
Kleine Optimierungen

http://www.dimega.com/
Titel: SciTE 3.2.5
Beitrag von: SiLæncer am 27 Februar, 2013, 16:37
(http://www.heise.de/software/screenshots/1206.jpg)
Editor mit Syntax-Highlighting, Auto-Completion, Folding und vielem mehr...

Lizenz: Open Source

Whats new:>>

Version 3.2.5 caret x positions are remembered when switching documents.

http://www.scintilla.org/SciTE.html
Titel: BlueGriffon 1.6.2
Beitrag von: SiLæncer am 01 März, 2013, 20:45
(http://download.winboard.org/uploads/Image/2011-08-28%2015%2053%2030.png)
BlueGriffon hält sich an den aktuellen W3C-Standard. Unterstützt wird HTML 4.01, XHTML, HTML5, CSS 3, Java, java script.
Der Normalmodus (WYSIWYG) eignet sich besonders für Einsteiger, da man sich hier nicht um den Quelltext kümmern muss.
Ebenfalls dabei ist ein CSS-Editor, der das Entwerfen von Cascading Style Sheets erleichtert und ein Editor zum erstellen von SVG-Grafiken )skalierbare Vektorgrafiken).

Neben dem deutschen Wörterbuch gibt es noch einige Erweiterungen für BlueGriffon auf der Herstellerseite, welche allerdings nicht kostenlos sind. Eine Ausnahme wäre FireFTP (http://www.bluegriffon.com/index.php?pages/FireFTP).

Voraussetzung ist ein installiertes Microsoft Visual C++2008 Redistributable Package (http://www.microsoft.com/downloads/de-de/details.aspx?familyid=a5c84275-3b97-4ab7-a40d-3802b2af5fc2&displaylang=de).

Freeware

Changelog

minor bug fixes, CSS Box Shadows were horked, tabs were not reflecting all document's titles on restart, sv-SE localization horked for Preferences window, saving in source view was horking the wysiwyg view.

http://bluegriffon.org/
Titel: Leafier v1.0.1.2
Beitrag von: SiLæncer am 06 März, 2013, 05:08
(http://www.portablefreeware.com/screenshots/scrUfDMQV.gif)
Leafier is a simple HTML editor with tag insertion feature. Unicode, tabbed multi document interface, syntax highlighting, etc is supported.

License:    Freeware

http://www.vieas.com/en/software/leafier.html
Titel: SynWrite v4.9.840
Beitrag von: SiLæncer am 08 März, 2013, 21:45
(http://images.betanews.com/screenshots/1289816929-1.jpg)
Erweiterter Text-Editor mit Unterstützung von vielen Dateiformaten, Programmiersprachen und Zeichenkodierungen; bietet unter anderem Syntax-Hervorhebung, Auto-Vervollständigung und Code-Vorlagen; auch als Plug-in für Total Commander und als portable Version erhältlich.

Freeware

What's new: >>

Added:

    syntax-aware spell checking - help topic added in "Coding helpers"
    spelling red marks are shown on micro-map
    Find dialog: multiline view added, click '»Multiline' or press F2
    Find dialog: regex help '»?' reworked
    Find dialog: help topic added
    option "Files -- Suggest to save unicode content in unicode format"
    option "Misc -- Show recent colors menu"
    option "Editor 2 -- Copy/Cut current line if no selection made"
    nnCron lexer (in Readme\*.rar)

Changed:

    option "Show micro-map" moved to "Interface" tab
    removed option "Editor 2 -- Keep caret on screen on scrolling"
    removed option "Editor 2 -- Copy column blocks with extra spaces"
    plugin API: changed actions GetText, FindID

Fixed:

    fixed: Explorer "New - Text document" menuitem hides when associating Synwrite with txt files
    fixes (C++ lexer, NSIS lexer, etc)

http://www.uvviewsoft.com/synwrite/
Titel: Komodo Edit 8.0.0
Beitrag von: SiLæncer am 09 März, 2013, 11:30
(http://download.winboard.org/uploads/Image/2010-12-22%2009%2024%2056.png)
Komodo Edit ist ein Editor, der folgende Sprachen unterstützt: PHP, Python, Ruby, java script, Perl, Tcl, XML, HTML 5, CSS 3. Weiterhin bietet das Programm eine Projektverwaltung, Sweet-Editor und kann mittels Erweiterungen ausgebaut werden.

Unterstützt wird WIN XP - Seven

Freeware

Whats new: >>

New User Interface:
· We've redesigned our UI from the ground up to give you a much better user experience. You'll appreciate seeing less clutter and more editing space. Every feature now has consistent styling and feels native to your OS.

Floating Side Panes:
· By popular request! Click to detach any side pane tab (ie. Places, Code Browser, Debug) and move it anywhere on screen. It's a much more flexible way to work, and even better if you have two monitors.

Open Files Side Pane:
· Managing tons of files is easier than ever. Files are now listed in a side pane that groups them by language. You can even hide all the editor tabs completely and just work off the Open Files pane.

Auto Abbreviation Snippets:
· Type the first few characters of a snippet to trigger a list you can tab through. This makes inserting snippets faster, while keeping you in control of the content. New support for Embedded JavaScript (EJS) within a snippet means you can now systematically determine snippet contents at runtime.

Fast Open Shortcuts:
· We've made Fast Open faster. You can now make shortcuts to frequently used paths. Have a directory path like "/some/long/path/etc"? Make a shortcut for "code/" and see all the files in the directory.

Minimap:
· As your document gets longer, it can sometimes get harder to visualize. The minimap gives you a high-level overview so you can mouse over and reposition the editor on any targeted section - sort of like Google Maps for code.

New Languages:
· We've added editing for Laravel Blade. Laravel is a powerful PHP framework that allows tremendous flexibility in design. We've also added syntax checking for Sass, an extension of CSS3 that adds nested rules, variables, and other fun stuff.

http://www.activestate.com/komodo-edit/downloads
Titel: RJ TextEd 8.60
Beitrag von: SiLæncer am 12 März, 2013, 14:20
(http://images.six.betanews.com/screenshots/scaled/1187014627-1.jpg)
RJ TextEd - A Unicode source and text editor. RJ TextEd is a full featured text and source editor with Unicode support, syntax highlighting and code folding. The functionality extends beyond text files and includes support for HTML editing with integrated preview, spell checking, auto completion, HTML validation, templates and more. The program also include support for Topstyle Lite CSS editor, has a dual pane file commander, as well as a FTP client to upload your files. The editor uses language files to display menus and dialogs in different languages. There are several included languages. New language files can easily be created in the editor. RJ TextEd is also a simple web development tool. The editor can use auto completion and hints to assist you in editing your source code. You can preview HTML/ASP/PHP... code using one of the preview tabs or open a document in a browser. The editor does not only handle source code. It also handles true ASCII files, binary files and of course plain text files.

The program is absolutely free. There are a many features not listed below. Including spell checking, e-mail support, advanced search with regular expressions. For a full list check out the features section.

To learn more about the program you could check out the screenshots, or just try it out. RJ TextEd is developed in Delphi 2007 from Codegear and is released as Freeware. The program has been tested in windows 98/Me/2000/XP/2003/Vista/2008/Windows 7.

Licence: Freeware

Whats new: >>

Version 8.60
Mar 12, 2013
ASCII art files

Added better support for ASCII art files.

    Added Unicode font support. E.g. "Lucida Console", "Courier New"... "Terminal" font still works but some characters may not display properly.
    Open/save should work properly without stripping some characters.
    Alt+ codes (e.g. Alt+0128).
    Added more ASCII symbols in the bottom bar.
    Bottom bar ASCII symbols are inserted properly.

Options

Redesigned the options dialog.

    All pages are scrollable. That makes it possible to add more options to each page and also to have less pages.
    The main option window is resizable.
    Themes are now handled much differently (more on this below).
    All highlighter settings, not affected by themes, have been moved and can now be set globally, or with each selected highlighter.
    Check boxes and radio buttons are bigger, which makes them easier to use on high resolution screens.

Themes (editor color themes)

Themes are now presented in a simple drop down list. You simply select the theme you want for each highlighter.
Add new theme

To add a new theme you only have to copy the .xml file to the color theme folder. When you open the options dialog, the new theme is available in the drop down list.
Create a new theme

    Next to the theme drop down list is an action button. Click on it and select "Create new theme...".
    A dialog window asks for the theme name, author name and a description.
    The manual color and text controls becomes active and two new buttons are displayed - "Done" and "Abort". Change the colors you want and press "Done" when finished.

You can always modify your color settings by selecting "Modify theme" in the action menu.
Modify theme

You can modify any theme you want. Themes are stored in the program settings so the theme files in the color theme folder are not changed in any way.

    Select "Modify theme" in the action menu.
    The two buttons "Done" and "Abort" are visible again and color and text controls are activated.
    Make your changes and press "Done".

Your theme has now been modified.
Information...

With this menu action you can rename the theme, change the author or description.
Save As...

Save the theme to a file.
Remove theme...

Removes the theme from settings. If a theme file is present in the color theme folder - it is reloaded. So, when you remove a theme you are given the option to delete the color theme file (if one is found).
RTL Edit...

Edit selection or current line in a simple RTL edit window. This can be useful if you have some text inside HTML or XML tags in Arabic, Hebrew...
(S)FTP synchronize

Made some cosmetic changes in the synchronize window.
Auto update check

Added items in options. I've also made some other changes to prevent problems if the check fails.
Recent files (dropdown button in toolbar)

Redesigned the recent files drop down menu.

    It is now scrollable and can contain any number of files.
    Each item have two rows. The file name and the full path below.
    Each item can be selected using a checkbox at the right edge. This enables you to open several files at once or delete several entries.

At the bottom there are three buttons. "Clear list", "Open" and "Delete".

You can open a file, as you always have, by simply select (click on) a file. You can also open several files at once by checking the files you wish to open. You can do this by checking the checkbox using the mouse or press [space].

You can also delete entries by checking them and press the delete button.
Favorite files (dropdown button in toolbar)

This menu works very much as the one above. It is now scrollable, each item have two rows, each item can be selected using a checkbox and at the bottom there are three buttons. "Add current document", "Open" and "Delete".

Add current document will, of course, add the current document to the favorite list.

Open and delete works just as with recent files.
Sessions (dropdown menu in toolbar)

This drop down menu works very much as the onces above, but displayed is the session name and a description. And there is no "Open" button, since you can only open one session at a time.
Remote files (FTP and SFTP)

The recent file list, favorite files and sessions should now fully support remote files.
FTP Explorer

It is now possible to select several files and folders at once, to open or delete. If a remote file is already opened - the editor switch to the open file.
Some navigation keys are also supported.

    [Enter] will open file(s) or open a folder.
    [Del] will delete selected files and folders.
    [Back] will list a dir one level up.

Command line

Remote files can be opened from the command line. The syntax is TextEd.exe [FTP profile name]|\dir\dir\file
E.g. TextEd.exe www.rj-texted.se|\info\version.html /HEX argument will open the file in the hex editor. /BIN argument will open the file in binary mode.
Misc

    Save word wrap state option was added.
    [Prompt] can be added as a tool argument to ask for a value.
    Update check was added as an option.

Fixed

    Sort order in the find/replace drop down lists.
    Issue with click area of code folding node buttons.
    Menu bar remained focused after mouse click in the editor.
    User defined syntax display issue in options.
    Several issues with options.
    Paste when contents forces a word wrap for very long lines.
    Undo issues when pasting very long lines.
    Several edit issues with very long lines.
    Select tag issue when containing ASP/PHP tags.
    Several auto update issues.
    Close files issue (Alt+F4).
    Favorites in explorer tab not working.
    Several text cursor movement and line display issues.
    A few issues when skins (themes) are used.
    Find issues in options window.
    Unix linefeed issue when switching to hex view.
    Disabled some auto completion features when recording a macro.
    A select tag issue.
    Selecting string from the "Find" drop down list.
    Window minimize/restore issues.
    Several issues with options.
    Problem with large csv files.
    Several translation issues.

http://www.rj-texted.se/
Titel: GNU Emacs 24.3
Beitrag von: SiLæncer am 12 März, 2013, 20:30
(http://www.heise.de/software/screenshots/41375.jpg)
Erweiterbarer Texteditor, der sich vom Benutzer anpassen lässt; erleichtert das Schreiben von Quelltext durch Syntax-Hervorhebung, enthält eine Hilfe und unterstützt mehrere Sprachen.

Lizenz: Open Source

Was ist neu : >>

Siehe hier : https://www.gnu.org/software/emacs/NEWS.24.3

http://www.gnu.org/software/emacs/
Titel: SynWrite 4.10.900
Beitrag von: SiLæncer am 16 März, 2013, 15:00
(http://images.betanews.com/screenshots/1289816929-1.jpg)
Erweiterter Text-Editor mit Unterstützung von vielen Dateiformaten, Programmiersprachen und Zeichenkodierungen; bietet unter anderem Syntax-Hervorhebung, Auto-Vervollständigung und Code-Vorlagen; auch als Plug-in für Total Commander und als portable Version erhältlich.

Freeware

What's new: >>

+ folding in Python lexer (indentation based!)
+ commands "View -- Folding -- Collapse all /Expand all/ Expand current block"
+ macros: can record actions in Find/Replace dialog
+ tree: when going to a node, editor line should uncollapse
+ Go lexer
+ Find dialog: F4 key toggles regex mode
+ SynFTP plugin: master pwd is masked with **
+ SynFTP plugin: cursor keys work in treeview
+ LexerConfig.chm: images added, topic "Indentation-based folding" added
- fix: "Tabs to spaces" for var-length tabs
- fix: line selection didn't work

http://www.uvviewsoft.com/synwrite/
Titel: Notepad++ 6.3.1
Beitrag von: SiLæncer am 18 März, 2013, 11:00
(http://www.portablefreeware.com/screenshots/scrHPI5U2.gif)
Notepad++ is a tabbed source code editor and Notepad replacement with a customizable interface. It is one of the few few source code editors that supports "folding," allowing users to quickly reduce and expand sections of code to see the overall document. In addition, it features multi-language syntax highlighting, auto-completion, regular expression search/replace, macro recording and playback, etc. The program can access a long list of plug-ins via an easy-to-access menu with even more features and functions.

License: GPL

What's new: >>

Fix replacing '\n' bug in both extended and regex mode.
Remember folding states for each file in session.
Fix a crash bug on uncommenting.
Add "Set Updater proxy..." command for setting the proxy of updater.
Fix the problem of Window position not saved/restored properly.
Add new API NPPM_GETCURRENTVIEW.

http://notepad-plus-plus.org/
Titel: DFM2HTML 8.1
Beitrag von: SiLæncer am 18 März, 2013, 20:40
(http://download.winboard.org/uploads/Image/dfm2html.jpg)
DFM2HTML ist ein WYSIWYG HTML-Editor, mit dem man per Drag&Drop Webseiten ohne Kenntnisse von HTML professionell erstellen kann.Effekte wie Schatten/Rotation/Anti-Aliasing/Runde Ecken machen Bildbearbeitungsprogramme überflüssig.

    * WYSIWYG in Kombination mit Stylesheet-basiertem Design
    * Mehrere HTML-Seiten können in einem Dokument verwaltet werden
    * Graphische Effekte (z.B. Anti-Aliasing, Schatten, Runde Ecken)
    * HTML-Formulare
    * kompakte HTML-Code-Generierung
    * Unicode
    * PHP
    * DHTML-Menüs

Was ist neu : >>

* Support Windows font size settings 125%/150%
* Refined liquid layout spec
* Removed advertisements
* Russian language is added

Unterstützt wird WIN95-7

http://www.dfm2html.de/
Titel: Texmaker 4.0.1
Beitrag von: SiLæncer am 18 März, 2013, 21:00
(http://www.heise.de/software/screenshots/31402.jpg)
Umfangreicher LaTeX-Editor mit integrierten Tools und Funktionen wie Syntax-Highlighting, 370 mathematischen Symbolen und Ausdrücken, Suchen und Ersetzen oder Rechtschreibprüfung; konvertiert zudem LaTeX ins HTML-Format.

Whats new: >>

Bugs fixed :

- a potentiel crash when synctex sends a bad page number has been fixed

Features :

- a s character is no more inserted while using ctrl+S shortcut with an unmodified document (work around about the new behavior of Qt5 with the disabled shortcut)
- the -Pdownload35 option has been added to the default dvips command for miktex

Lizenz: Open Source

http://www.xm1math.net/texmaker/download.html
Titel: EditBone 5.4.2
Beitrag von: SiLæncer am 20 März, 2013, 05:45
(http://www.bonecode.com/images/EditBone1.png)
Powerful text editing tool that comes with syntax highlighting support for over 50 languages and scripts, 22 ready made styles, a handy file comparison feature and support for multiple directories and search results.

Freeware

http://www.bonecode.com/?page=projects
Titel: Flylatex Freier und kollaborativer Online-Editor für LaTeX
Beitrag von: ritschibie am 20 März, 2013, 11:27
Flylatex ermöglicht es Nutzern, gemeinsam mit anderen in Echtzeit an einem LaTeX-Dokument zu arbeiten. Der LaTeX-Quellcode wird dabei direkt neben der Ausgabe angezeigt, die ein PDF-Renderer erzeugt, allerdings nicht in Echtzeit, sondern auf Knopfdruck. Alabi bezeichnet Flylatex als eine Art Open-Source-Version von Sharelatex, einem kollaborativen Online-LaTeX-Editor, der als Dienst angeboten wird.

Der ganze Artikel (http://Flylatex Freier und kollaborativer Online-Editor für LaTeX)

Quelle: www.golem.de
Titel: EditBone 5.5.0
Beitrag von: SiLæncer am 20 März, 2013, 18:40
Version 5.5.0 (March 20, 2013)

- Added toggle line numbers and special characters for Compare Files
- Fixed page control component bugs
- Fixed highlighter selection bugs
- Updated Italian language (by bovirus)

http://www.bonecode.com/?page=projects
Titel: SynWrite v4.10.940
Beitrag von: SiLæncer am 20 März, 2013, 21:44
(http://images.betanews.com/screenshots/1289816929-1.jpg)
Erweiterter Text-Editor mit Unterstützung von vielen Dateiformaten, Programmiersprachen und Zeichenkodierungen; bietet unter anderem Syntax-Hervorhebung, Auto-Vervollständigung und Code-Vorlagen; auch als Plug-in für Total Commander und als portable Version erhältlich.

Freeware

What's new: >>

Clojure lexer
sorting: additional Unicode sort mode (old one renamed to "Unciode (Win API)")
sorting: option "Misc -- Default sort type", affects Sort dialog and sort commands
command "Edit -- Blank operations -- Replace spaces to tabs (leading)"
command "Edit -- Comments -- Toggle block comment (alt.)" (places comment chars on 1st non-space position)
shortcut "Clipboard operations -- Paste to 1st column" (+item in context menu)
shortcut Alt+Delete in dialogs' expanded comboboxes (e.g. in Find/Replace dialog) deletes selected list item
Emmet updated to 1.0
demo lexer for indent-based folding "Text with indentation"

http://www.uvviewsoft.com/synwrite/
Titel: Jane 1.67
Beitrag von: SiLæncer am 24 März, 2013, 10:40
(https://www.heise.de/software/screenshots/t46778.jpg)
Notepad-Alternative zum Editieren von ASCII-Dateien; unterstützt AutoCopy (markierter Text wird automatisch in die Zwischenablage kopiert), Hyperlinks sowie Drag & Drop; bietet auch ungewöhnliche Bearbeitungsfunktionen wie Textumkehrung oder das Ausfiltern bestimmter Vokale; für den privaten Gebrauch kostenlos.

http://www.kifoth.de/jane/html/download.php
Titel: AkelPad 4.8.2
Beitrag von: SiLæncer am 24 März, 2013, 12:00
(http://akelpad.sourceforge.net/files/screen_basic.png)
AkelPad is an open source editor for plain text. It is designed to be a small and fast. Includes the ability to load text documents that are larger than 64 Kilobytes, document previews before opening them, editing of read only files and more. Plugins add a number of additional features to Akelpad like syntax highlighting, auto completion, sessions, macros and scripts and auto saving.

Licence: Open Source

What's new: >>

Added: (?<=pattern) positive lookbehind search.
Added: (?<!pattern) negative lookbehind search.
Added: \A and \a metacharacters - matches the position at the beginning of the document/search range.
Added: \Z and \z metacharacters - matches the position at the end of the document/search range.
Added: \x{n} metacharacter for surrogate pairs search/replace.
Added: variable %cl of manual parameter "StatusUserFormat" now support surrogate pairs.
Added: manual parameter for "MouseOptions" with a value of 64 - left margin line selection with mouse selects all wrapped line.

Fixed: file saving in MBCS codepage.
Fixed: single replace with using regular expressions.
Fixed: \D, \W metacharacters didn't match new line.

http://akelpad.sourceforge.net/en/index.php
Titel: TEA 35.0.0
Beitrag von: SiLæncer am 24 März, 2013, 21:40
(http://media.cdn.ubuntu-de.org/wiki/attachments/38/03/main.png)
Texteditor mit eingebautem Dateimanager und Bildbetrachter; hat ein Tabbed Interface, frei zu vergebende Hotkeys, ist skriptfähig und unterstützt Syntax Highlighting; bearbeitet neben einfachen Textdateien auch die Formate ODT, SWX und KWD.

Lizenz: Open Source

Whats new: >>

+ more natural line ending handling.
+ file manager mult. selection via INS

http://tea-editor.sourceforge.net/
Titel: SynWrite v5.0.020
Beitrag von: SiLæncer am 26 März, 2013, 06:30
(http://images.betanews.com/screenshots/1289816929-1.jpg)
Erweiterter Text-Editor mit Unterstützung von vielen Dateiformaten, Programmiersprachen und Zeichenkodierungen; bietet unter anderem Syntax-Hervorhebung, Auto-Vervollständigung und Code-Vorlagen; auch als Plug-in für Total Commander und als portable Version erhältlich.

Freeware

What's new: >>

Added:

    HTML lexer: misspelled tags are hilited in red
    command "Commands list" (Alt+P; Edit -- Show commands list)
    command "Project files list" (Alt+G; Search -- Go to project file)
    collapsed (folded) blocks states are saved in sessions
    option "Editor -- Activate URLs by simple click"
    option "Tree -- Update delay"
    dialog "Rename" redone
    command "Delete lines" keeps caret X pos
    command "Scroll to selection"
    help topic "Command/Project list dialog"
    help topic "How to make your own IDE"

Changed:

    removed option "Editor -- Select all of focusing"
    removed option "Editor -- Enable column selection"

Fixes:

    several bug fixes

http://www.uvviewsoft.com/synwrite/
Titel: HelpNDoc 3.9.0.595
Beitrag von: SiLæncer am 26 März, 2013, 14:10
(http://www.kaldata.com/images/news/logos/helpndoc.gif)
HelpNDoc provides all the tools necessary to write complete help files, manuals and documentations in a user friendly and very easy to use environment. HelpNDoc can generate standard Windows CHM help files, WEB based documentation, iPhone specific websites as well as printable PDF and Word documents.

HelpNDoc is completely free for personal use and evaluation purposes.

Whats new: >>

· Enhanced importer: import multiple files at once into a new project and import various file types
· Incremental search in various places: start typing a node caption to search for it and focus it
· New keyboard shortcuts to navigate through the user interface: CTRL + F1 through F6
· Use the SPACE keyboard shortcut to associate a keyword with the current topic
· Panels positions and sizes are now persistent and will be restored when HelpNDoc is restarted
· Use the /reset command line option to reset forms size and position as well as panels layout
· Installer and uninstalled now warns if HelpNDoc is already running
· Greatly reduced memory usage when generating documents with large number of pictures except for Word generator
· The styles gallery now resizes itself to fit the whole available space
· Command line silent mode wasn't working correctly anymore
· Better error message when the project file is locked by another application or instance of HelpNDoc
· Reduced flicker in the ribbon bar when resizing the main window
· Removed XSS vulnerability in HTML generated documentation
· Fixed possible error of the Javascript search engine in the default HTML template

http://www.helpndoc.com/
Titel: EditBone 5.5.2
Beitrag von: SiLæncer am 26 März, 2013, 19:20
(http://www.bonecode.com/images/EditBone1.png)
Powerful text editing tool that comes with syntax highlighting support for over 50 languages and scripts, 22 ready made styles, a handy file comparison feature and support for multiple directories and search results.

Freeware

Whats new: >>

- Fixed style bugs
- Fixed tab close button bugs
- Fixed language files

http://www.bonecode.com/?page=projects
Titel: Komodo Edit 8.0.1-12353
Beitrag von: SiLæncer am 27 März, 2013, 19:20
(http://download.winboard.org/uploads/Image/2010-12-22%2009%2024%2056.png)
Komodo Edit ist ein Editor, der folgende Sprachen unterstützt: PHP, Python, Ruby, java script, Perl, Tcl, XML, HTML 5, CSS 3. Weiterhin bietet das Programm eine Projektverwaltung, Sweet-Editor und kann mittels Erweiterungen ausgebaut werden.

Unterstützt wird WIN XP - Seven

Freeware

Whats new: >>

unbekannt

http://www.activestate.com/komodo-edit/downloads
Titel: Leafier v1.0.1.3
Beitrag von: SiLæncer am 28 März, 2013, 06:10
(http://www.portablefreeware.com/screenshots/scrUfDMQV.gif)
Leafier is a simple HTML editor with tag insertion feature. Unicode, tabbed multi document interface, syntax highlighting, etc is supported.

License:    Freeware

http://www.vieas.com/en/software/leafier.html
Titel: SciTE 3.3.0
Beitrag von: SiLæncer am 30 März, 2013, 23:05
(http://www.heise.de/software/screenshots/1206.jpg)
Editor mit Syntax-Highlighting, Auto-Completion, Folding und vielem mehr...

Lizenz: Open Source

Whats new:>>

Version 3.3.0 for find command, view scrolled so that start of matches visible when possible.

http://www.scintilla.org/SciTE.html
Titel: Rapid Environment Editor v7.2 build 850
Beitrag von: SiLæncer am 01 April, 2013, 22:00
(http://www.rapidee.com/images/rapidee.png)
Rapid Environment Editor (RapidEE) is an environment variables editor. It includes an easy to use GUI and replaces the small and inconvenient Windows edit box, located in the System Information section.

License: Freeware

What's new: >>

changed: updated 3rd party components
added: show errors/warnings in the tooltip
added: show errors/warnings in the Inspector
added: check that variable length doesn't exceed length limit (2047 characters)

http://www.rapidee.com/
Titel: RJ TextEd 8.61
Beitrag von: SiLæncer am 02 April, 2013, 16:33
(http://images.six.betanews.com/screenshots/scaled/1187014627-1.jpg)
RJ TextEd - A Unicode source and text editor. RJ TextEd is a full featured text and source editor with Unicode support, syntax highlighting and code folding. The functionality extends beyond text files and includes support for HTML editing with integrated preview, spell checking, auto completion, HTML validation, templates and more. The program also include support for Topstyle Lite CSS editor, has a dual pane file commander, as well as a FTP client to upload your files. The editor uses language files to display menus and dialogs in different languages. There are several included languages. New language files can easily be created in the editor. RJ TextEd is also a simple web development tool. The editor can use auto completion and hints to assist you in editing your source code. You can preview HTML/ASP/PHP... code using one of the preview tabs or open a document in a browser. The editor does not only handle source code. It also handles true ASCII files, binary files and of course plain text files.

The program is absolutely free. There are a many features not listed below. Including spell checking, e-mail support, advanced search with regular expressions. For a full list check out the features section.

To learn more about the program you could check out the screenshots, or just try it out. RJ TextEd is developed in Delphi 2007 from Codegear and is released as Freeware. The program has been tested in windows 98/Me/2000/XP/2003/Vista/2008/Windows 7.

Licence: Freeware

Whats new: >>

Sessions

    Current date and time is inserted in the description field when saving a session.
    Added option in the session drop down list to "Close all open files", when a new session is opened.

Fixed

    Add files to the favorite file list.
    Word wrap issue that could cause the editor to hang.
    Change of default printer changes the default printer used by the editor.
    Manually selecting a printer should work properly now.
    Macro recording of capitalize, upper/lower/invert case.
    Last character on a line may be missing 1 pixel at the right edge.
    If keywords defined in a syntax file are case sensitive, then so are comments.
    The save session menu item was grayed out.
    Goto bookmark display issue in plain text files.
    Font issue in find/replace dialog window.
    Text cursor position lost after unsuccessful search.
    A few issues when activating highlighter in "Addons".
    A re-wrap issue when restoring window from minimized.

http://www.rj-texted.se/
Titel: Rapid Environment Editor (RapidEE) 7.2 Build 851
Beitrag von: SiLæncer am 02 April, 2013, 20:15
(http://www.rapidee.com/images/rapidee.png)
Rapid Environment Editor (RapidEE) is an environment variables editor. It includes an easy to use GUI and replaces the small and inconvenient Windows edit box, located in the System Information section.

License: Freeware

What's new: >>

updated: Chinese translation (Ji Liu)
updated: Swedish translation (Ake Engelbrektson)

http://www.rapidee.com/
Titel: SynWrite v5.1.050
Beitrag von: SiLæncer am 02 April, 2013, 21:15
(http://images.betanews.com/screenshots/1289816929-1.jpg)
Erweiterter Text-Editor mit Unterstützung von vielen Dateiformaten, Programmiersprachen und Zeichenkodierungen; bietet unter anderem Syntax-Hervorhebung, Auto-Vervollständigung und Code-Vorlagen; auch als Plug-in für Total Commander und als portable Version erhältlich.

Freeware

What's new: >>

Added:

    lexer CSS: underlined misspelled properties and vendor prefixes (~400 of them are known)
    lexer CSS: auto-complete knows all vendor prefixes
    lexer Objective-C added (anybody needs it on Win??)
    toolbar theme "Office user-defined", uses file "OfficeTheme.ini" (template is OfficeTheme.sample.ini)
    options: color "Caret BG"
    HTML lexer: "doctype" tag hilited as comment; "noindex" tag known
    lexers CSS, AviSynth: "{"<enter> adds "}"
    lexer Ini: color preview works in it

Changed:

    HTML lexer: indent guides hidden; tree items for tag attribs hidden
    lexers renamed: D, Resource script

Fixed:

    several bugs fixed

http://www.uvviewsoft.com/synwrite/
Titel: EditBone 5.5.3
Beitrag von: SiLæncer am 02 April, 2013, 21:45
(http://www.bonecode.com/images/EditBone1.png)
Powerful text editing tool that comes with syntax highlighting support for over 50 languages and scripts, 22 ready made styles, a handy file comparison feature and support for multiple directories and search results.

Freeware

Whats new: >>

- Fixed directory tab close button bugs
- Fixed repaint bugs
- Fixed focus on startup

http://www.bonecode.com/?page=projects
Titel: Notepad++ 6.3.2
Beitrag von: SiLæncer am 03 April, 2013, 13:07
(http://www.portablefreeware.com/screenshots/scrHPI5U2.gif)
Notepad++ is a tabbed source code editor and Notepad replacement with a customizable interface. It is one of the few few source code editors that supports "folding," allowing users to quickly reduce and expand sections of code to see the overall document. In addition, it features multi-language syntax highlighting, auto-completion, regular expression search/replace, macro recording and playback, etc. The program can access a long list of plug-ins via an easy-to-access menu with even more features and functions.

License: GPL

What's new: >>

Fix a regression (performance issue).
Recognize wscript and Rakefile respectively as python and ruby file.

http://notepad-plus-plus.org/
Titel: Rapid Environment Editor (RapidEE) 7.2 Build 852
Beitrag von: SiLæncer am 05 April, 2013, 18:40
(http://www.rapidee.com/images/rapidee.png)
Rapid Environment Editor (RapidEE) is an environment variables editor. It includes an easy to use GUI and replaces the small and inconvenient Windows edit box, located in the System Information section.

License: Freeware

What's new: >>

fixed: RapidEE throws AV if one open Content Assist and press Alt-F4 (thanks Tom for your bug report!)

http://www.rapidee.com/
Titel: Synalyze It! 1.4
Beitrag von: SiLæncer am 06 April, 2013, 20:15
(https://www.heise.de/software/screenshots/t80724.jpg)
Hex-Editor mit Funktionen wie Vergleichen von Code-Pages, interaktives Definieren einer Datei-Grammatik zum leichteren Analysieren von Binärdateien, Copy/Paste, Histogramm-Anzeige, inkrementelle Suche nach Strings, Zahlen oder Masken, Anzeige aller Strings einer Datei und Druckfunktion; eignet sich zum Modellieren und Validieren von binären Dateiformaten.

Freeware

http://www.synalysis.net/
Titel: Rapid Environment Editor (RapidEE) 7.2 Build 853
Beitrag von: SiLæncer am 06 April, 2013, 20:30
What's new: >>

updated: Brazilian Portuguese translation (Igor Ruckert)

http://www.rapidee.com/
Titel: FocusWriter 1.4.3
Beitrag von: SiLæncer am 07 April, 2013, 12:00
(http://www.freeware.de/images/screenshots/60616/focuswriter_medium_1.png)
FocusWriter hilft Vielschreibern beim Verfassen von Texten. Die Textverarbeitung blendet alle Menüs und Leisten aus. So kann man sich beim Schreiben voll und ganz auf das Wesentliche konzentrieren.

Der Vollbild-Texteditor FocusWriter zeigt als Oberfläche absichtlich lediglich den blanken Text. Daher gelingt es leichter, störungs- und ablenkungsfrei zu schreiben. Auf Wunsch kann man auf zusätzliche Steuerelemente zugreifen und diese per Maus über die Bildschirmränder abrufen.

Außerdem kann bei FocusWriter eine Statuszeile mit der aktuellen Uhrzeit, einem Timer und Statistiken eingeblendet werden. Das geplante Arbeitspensum legt der Schreiber in den Einstellungen in Minuten oder Wörtern fest. Textart und -farbe werden hier ebenfalls ganz nach Wunsch bestimmt.

Mit FocusWriter können mehrere Dokumente parallel bearbeitet werden. Ein Speichern erfolgt im RTF-, ODT- oder TXT-Format. Standardmäßig zeigt die Freeware einen einfarbigen, nüchternen Hintergrund. Wer die Arbeitsumgebung etwas freundlicher und abwechslungsreicher gestalten möchte, kann die Farbe ändern und auch ein eigenes Bild als Hintergrund einblenden.

FocusWriter enthält alle Grundfunktionen einer Textverarbeitung inklusive Textformatierungen, einer Rechtschreibprüfung und dem Suchen und Ersetzen von Wörtern und Textausschnitten. Die Freeware spricht vor allem den Vielschreiber an, der sich allein auf den Text konzentrieren möchte.

Whats new: >>

Changes in version 1.4.3

    Released on April 6th, 2013
    Fixed emergency cache for new files

Changes in version 1.4.2

    Released on March 27th, 2013
    Turkish translation updated by Cüneyt Oktay
    Bug fixes
    Added support for Qt 5

http://gottcode.org/focuswriter/
Titel: Arachnophilia 5.5 Build 2803
Beitrag von: SiLæncer am 07 April, 2013, 13:00
(http://www.freeware.de/images/screenshots/65538/arachnophilia_medium_1.png)
Arachnophilia ist ein kostenloser HTML-Editor für die einfache, bequeme Webseiten-Gestaltung. HTML-Seiten für das eigene Web-Domizil lassen sich mit der Freeware kreativ und individuell bearbeiten.

Es handelt sich bei Arachnophilia um einen echten Klassiker unter den textbasierten HTML-Editoren. Die Freeware enthält alle wichtigen Funktionen zur Erzeugung von Tabellen und Rahmen. Enthalten ist außerdem ein FTP-Client und ein interner Viewer.

Vorgefertigte Makros können mit Arachnophilia zum Schreiben von HTML-Quelltext verwendet werden. „Wizards“ sind behilflich, um HTML-Lösungen komfortabler zu realisieren. Die Freeware kann nicht nur für das HTML-Deisgn, sondern auch für Programmiersprachen wie Java, JavaScript, Perl, C und C++ eingesetzt werden. Nützlich ist dabei die Funktion des Syntax Highlighting.

Nahezu alle Arachnophilia-Menüs und Werkzeugleistenelemente können intern durch ein Makro dargestellt und individuell erweitert oder verändert werden. Weitere interessante Funktionen sind ein Makroeditor zum Erstellen selbst definierter Funktionen, ein globales Suchen und Ersetzen, die Browser-Vorschau in sechs unterschiedlichen Varianten, der Import von RTF-Dokumenten und die Überwachung von Dateiveränderungen.

Whats new: >>

Fixed a bug in a numeric parser that failed to detect a hexadecimal modifier.

http://www.arachnoid.com/arachnophilia/index.php
Titel: EditBone 5.6.0
Beitrag von: SiLæncer am 09 April, 2013, 18:20
(http://www.bonecode.com/images/EditBone1.png)
Powerful text editing tool that comes with syntax highlighting support for over 50 languages and scripts, 22 ready made styles, a handy file comparison feature and support for multiple directories and search results.

Freeware

Whats new: >>

- Added options for directory and status bar
- Fixed setting of the active page after closing a tab
- Fixed a tab close button bugs
- Fixed tab dragging
- Fixed language files
- Fixed use of system font in main menu
- Third-party components updated

http://www.bonecode.com/?page=projects
Titel: SciTE 3.3.1
Beitrag von: SiLæncer am 11 April, 2013, 17:15
(http://www.heise.de/software/screenshots/1206.jpg)
Editor mit Syntax-Highlighting, Auto-Completion, Folding und vielem mehr...

Lizenz: Open Source

Whats new:>>

Version 3.3.1 contains minor bug fixes and improves some lexers.

http://www.scintilla.org/SciTE.html
Titel: EditBone 5.7.0
Beitrag von: SiLæncer am 12 April, 2013, 21:40
(http://www.bonecode.com/images/EditBone1.png)
Powerful text editing tool that comes with syntax highlighting support for over 50 languages and scripts, 22 ready made styles, a handy file comparison feature and support for multiple directories and search results.

Freeware

Whats new: >>

- Added auto save option
- Added show or hide status bar to View menu
- Fixed enabling save action for active document
- Updated language files
- Note! Examples, languages and styles are from now on separated to own downloads due to asynchronous updates and limited bandwidth

http://www.bonecode.com/?page=projects
Titel: Jarte v 5.0
Beitrag von: SiLæncer am 13 April, 2013, 18:00
(http://www.portablefreeware.com/screenshots/scrpOKzoC.gif)
Jarte is a word processor that uses Window's built-in word processing engine while adding many features missing in WordPad. It supports text files, RTF, DOC and DOCX file formats. Features include tabbed document interface, spell check, clipboard manager, bookmark support, visual header/footer designer, multi-level undo/redo etc.

License:  Freeware

What's new: >>

Changes in Jarte 5.0

Note: Microsoft introduced a new version of the WordPad word processing engine Jarte is based on in Windows 8. Jarte has been enhanced to take advantage of new capabilities in the new engine. However, those particular enhancements are necessarily only available in Windows 8.

    New Features and Enhancements:
    Windows 8: Jarte is now optimized for touch screen use. This includes the ability to scroll documents with finger swipes, zoom using the pinch gesture, and position the text cursor with your finger.
    Jarte provides a new page view mode that displays the left and right page margins as well as the paper width in the editing pane. Page view mode is activated by default if Word Wrap is set to Wrap to Page. The new page view mode can be disabled by using advanced setting Page View.
    The spell check dictionary choice is now assigned to each individual document, rather than being a global setting (although you can still designate the default spell check dictionary to be used for new documents). This is useful for people who regularly edit documents of different languages.
    Jarte Plus: Project files can now be used to automatically open hyperlinks to PDF documents and web pages, not just files.
    The tabs bar now automatically abbreviates the file name captions in the tabs as necessary in order to allow all tabs to be displayed in the available tabs bar width. This helps avoid the need to scroll through the available tabs when many documents are open at once. This behavior can be disabled via advanced setting Abbreviate Captions.
    Windows 8: Jarte can now assign hyperlinks to images.
    Jarte now automatically checks for updates to the program. This feature can be disabled via the Automatically Check for Updates option.
    The choice of default font colors is no longer limited to a selection of predefined colors. A custom default font color can be chosen by going to Font > Font Options > Set Default Font Colors.
    A new option at Font > Font Options > Set Default Font Colors > Print in Black causes Jarte to always print documents using black text regardless of the actual text color(s) in the document.
    Pressing the Control key while selecting a folder from the Favorite Files menu or the Recent Files menu will now cause a Windows Explorer window to open to that folder.
    Jarte Plus: New advanced setting Default Printer Name allows Jarte to default to a different printer than the designated Windows default printer.
    New advanced setting Default to Arabic Outline allows the Auto Outline feature to default to the Arabic numbering scheme, rather than the Roman numbering scheme.
    The Stay on Top option is now available as a command that can be assigned to a shortcut key or Quick Bar button.
    If the Use System Tray Icon option is set then Jarte now minimizes to the system tray when the Close button in the program's title bar is clicked, rather than closing. This is done to be consistent with the behavior of other programs that minimize to the system tray. The behavior can be disabled via advanced setting Minimize On Close To Tray.
    Pressing Shift+Tab while the text cursor is at the beginning of a paragraph in an auto outline will now cause the paragraph to unindent to the parent outline level (i.e., the same behavior as the Backspace key).
    The "Format Brush (continuous)" command now functions as a toggle button when assigned as a Quick Bar button.
    The Screen Capture feature now fully supports multi-monitor systems.
    Jarte now does a better job of restoring the appropriate program window size and position when it finds itself starting on a screen with a different resolution than the screen it was running on in its previous session (for example, when running Jarte from a flash drive on different computers).
    Other minor enhancements.

    Bug Fixes:
    The Jarte Plus upgrade file did not work properly while in screen reader mode.
    Jarte did not always automatically enter screen reader mode when the Window-Eyes screen reader program was running.
    If a Jarte project file was drag-and-dropped on Jarte then its file hyperlinks would not automatically be opened. Note that issue was only resolved for Jarte running on Windows 8 and above.
    Table navigation via the tab key was not being allowed for read-only documents.
    There were scenarios where rich text clips in the Clip List were being behaving as if they were plain clips.
    The Insert Page Break command was broken for Windows 8.
    Page breaks were not being displayed correctly next to hard page breaks in Windows 8.
    Undoing a sort of a large number of lines would fail leaving the lines neither sorted nor back in their original positions. This issue is completely resolved in Windows 8 and above. For Windows 7 and below you should increase the value of new advanced setting Undo Limit if you expect the need to undo table sorts.
    The Auto Capitalize feature would capitalize words beginning with the letter "i" if the user backspaced over the second character following the "i".
    Auto Capitalize did not capitalize sentences beginning with the letter "i" if the "i" was preceded by a quote mark.
    The Auto Capitalize feature always capitalized the word "I". The word "I" is now auto capitalized only if English is the currently selected spelling dictionary.
    Auto Outline numbering did not work properly in Windows 8.
    The Unmark All Favorite Fonts command did not work properly.
    The choice of initial side tool panel designated by advanced setting Start Tool Panel was ignored if the side tool panel was initially hidden when Jarte started.
    Clicking inside of a large table would cause scrolling to jump in certain scenarios.
    If advanced setting Simple Click Hyperlinks was enabled then selecting text would cause a hyperlink to activate if the mouse button was released over a hyperlink during the selection.
    If a file on a USB drive was accessed via the Open or Save file dialog then a safe eject could not be performed on the drive until Jarte was closed, even if the file was no longer open in Jarte.
    There was a scenario that would cause the Undo buffer to be cleared when the Backspace key was pressed while the text caret was at the beginning of a bulleted paragraph.
    If a USB drive was disconnected while Jarte was editing a file on the drive, and then an attempt was made to save changes to that file, Jarte would crash.
    Attempting to open multiple files selected in Windows Explorer by right clicking and choosing Open did not always result in all of the files being opened in Jarte.
    Use of Close and Delete did not result in an "Are you sure?" prompt from Jarte before deleting when Jarte was running on Windows 8.
    The Open Hyperlink selection in the context menu did not work in some scenarios.
    Jarte became unstable if the spelling dictionary language was changed many times in a single session.
    Other minor fixes.

http://www.jarte.com/index.html
Titel: FreeText 1.16
Beitrag von: SiLæncer am 14 April, 2013, 12:15
(https://www.heise.de/software/screenshots/t118019.jpg)
Schlanker Texteditor mit Autostartfunktion; neben dem Text lassen sich auch Links und Grafiken einfügen.

Freeware

Whats new: >>

Minimizing by minimize button, hiding to tray by close button.
Direct images insertion to comment elements from clipboard.
Numerous small fixes and improvements.

http://softconstructors.com/en/applications/freetext/
Titel: Resoor 1.16
Beitrag von: SiLæncer am 14 April, 2013, 12:45
(https://www.heise.de/software/screenshots/t118408.jpg)
Quelltext-Editor, der EXE- und RES-Dateien importiert und bearbeitet; erstellt Ressourcen- und Quelltextdateien in verschiedenen Programmiersprachen.

Freeware

Whats new: >>

PROPERTIES files generation for Java developers.
Instead of local help is now being used on-line help. This reduces the size of the installation file, and allows us to more frequently update the help.

http://softconstructors.com/en/applications/resoor/
Titel: SynWrite v5.2.150
Beitrag von: SiLæncer am 15 April, 2013, 17:20
(http://images.betanews.com/screenshots/1289816929-1.jpg)
Erweiterter Text-Editor mit Unterstützung von vielen Dateiformaten, Programmiersprachen und Zeichenkodierungen; bietet unter anderem Syntax-Hervorhebung, Auto-Vervollständigung und Code-Vorlagen; auch als Plug-in für Total Commander und als portable Version erhältlich.

Freeware

What's new: >>

Added

    Multi-carets feature. See help topic. Note: multiple selections are not yet implemented.
    commands added in "Edit -- Multi-carets" submenu.
    command added "Edit -- Edit column", which is "alias" for one multi-carets command.
    command "Edit -- Sorting -- Remove all duplicates" added
    command "Edit -- Sorting -- Remove adjacent duplicates" speed up
    lexer Rust (in Readme\*.rar)
    lexer HTML has 8 "doctype" code templates
    dialog "Output pattern" has "Save preset" button

Changed:

    external tools preset files have new extension
    color pallette files have new extenson
    command "Find all (mark)" takes current selection or word, if such options are enabled

Removed:

    option color "Caret BG"

http://www.uvviewsoft.com/synwrite/
Titel: MarkdownPad 2.1.12.38004
Beitrag von: SiLæncer am 17 April, 2013, 05:45
(http://markdownpad.com/img/markdownpad2.png)
Markdown is a text-to-HTML conversion tool for web writers. Markdown allows you to write using an easy-to-read, easy-to-write plain text format, then convert it to structurally valid XHTML (or HTML).

The goal for Markdown’s formatting syntax is to be as readable as possible. A Markdown-formatted document should be publishable as-is, as plain text, without looking like it’s been marked up with tags or formatting instructions.

In short, you can create beautiful HTML documents without knowing any HTML.

Features:

Instant HTML Preview
Easy formatting with keyboard shortcuts
Fully Customizable
Use your own CSS
HTML Export
Distraction-free Mode

http://markdownpad.com/
Titel: QText 3.50
Beitrag von: SiLæncer am 18 April, 2013, 06:20
(http://www.jmedved.com/content/media/qtext.png)
This program started with itch of mine. I often have need to take notes while talking on telephone, surfing or doing almost anything. That notes are usually just temporary since I want to do something with it – like adding telephone number to my phonebook. What I needed was scrap paper.

It is similar to notepad which can be brought from tray when needed but has also auto-save thing going on. Just ideal for taking notes.

Freeware

Whats new: >>

added support for few more keyboard shortcuts (zoom and plain-text clipboard) and some minor bug-fixing was done.

http://www.jmedved.com/qtext/
Titel: Rapid Environment Editor v7.2 build 854
Beitrag von: SiLæncer am 18 April, 2013, 12:29
(http://www.rapidee.com/images/rapidee.png)
Rapid Environment Editor (RapidEE) is an environment variables editor. It includes an easy to use GUI and replaces the small and inconvenient Windows edit box, located in the System Information section.

License: Freeware

What's new: >>

added: support silent mode installation
updated: Spanish translation

http://www.rapidee.com/
Titel: SynWrite 5.2.190
Beitrag von: SiLæncer am 21 April, 2013, 20:00
(http://images.betanews.com/screenshots/1289816929-1.jpg)
Erweiterter Text-Editor mit Unterstützung von vielen Dateiformaten, Programmiersprachen und Zeichenkodierungen; bietet unter anderem Syntax-Hervorhebung, Auto-Vervollständigung und Code-Vorlagen; auch als Plug-in für Total Commander und als portable Version erhältlich.

Freeware

What's new: >>

+ help topic "Coding helpers -- HTML Tidy"
+ redone PHP(dev) lexer tree
* find in files: result tree nodes may contain no more than N (option) items (fixes slowdown)
* reworked progress window ("Searching for text: NN%")
* reworked "Tabs to spaces"/"Spaces to tabs", speed up
* removed options (5 of them) from "Tree/Map" tab of options
* removed options (5 of them) from "Editor 2" tab of options
- fixes (forum)

http://www.uvviewsoft.com/synwrite/
Titel: SynWrite v5.2.220
Beitrag von: SiLæncer am 25 April, 2013, 16:37
What's new: >>

Added:

    command "Edit -- Blank operations -- Align with separator", aligns 2 columns by custom separator chars
    speed up of most "Blank" commands
    option "Show wrap mark on gutter" returned back
    lexer "Inno Setup" improved

Fixed:

    Small bugs fixed

http://www.uvviewsoft.com/synwrite/
Titel: EditBone 5.8.0
Beitrag von: SiLæncer am 27 April, 2013, 06:40
(http://www.bonecode.com/images/EditBone1.png)
Powerful text editing tool that comes with syntax highlighting support for over 50 languages and scripts, 22 ready made styles, a handy file comparison feature and support for multiple directories and search results.

Freeware

Whats new: >>

- Added options for output
- Added insert HTML/XML tags and date features
- Added dec to hex and bin conversion features
- Added Auto Size, Visible Right Margin and Width options for gutter
- Added Show Image option for editor, directory and output tabs
- Added options for toolbar
- Added line number to bookmark menu item
- Fixed enabling of Go to Bookmarks
- Fixed reopen files
- Fixed tree view border width
- Changed language file name Suomi.lng to Finnish.lng
- Changed language file name Svenska.lng to Swedish.lng
- Third-party components updated
- Updated language files

http://www.bonecode.com/?page=projects
Titel: SynWrite v5.2.230
Beitrag von: SiLæncer am 27 April, 2013, 18:30
(http://images.betanews.com/screenshots/1289816929-1.jpg)
Erweiterter Text-Editor mit Unterstützung von vielen Dateiformaten, Programmiersprachen und Zeichenkodierungen; bietet unter anderem Syntax-Hervorhebung, Auto-Vervollständigung und Code-Vorlagen; auch als Plug-in für Total Commander und als portable Version erhältlich.

Freeware

What's new: >>

Added:

    Find in files: option "Close when finished"; Esc stops search; option "Max count of nodes.." can be set to 0 for unlimited.

Fixed:

    Emmet updated.

http://www.uvviewsoft.com/synwrite/
Titel: EditBone 5.8.1
Beitrag von: SiLæncer am 30 April, 2013, 18:45
(http://www.bonecode.com/images/EditBone1.png)
Powerful text editing tool that comes with syntax highlighting support for over 50 languages and scripts, 22 ready made styles, a handy file comparison feature and support for multiple directories and search results.

Freeware

Whats new: >>

- Fixed access violation on startup when directory does not exist

http://www.bonecode.com/?page=projects
Titel: SynWrite v5.2.250
Beitrag von: SiLæncer am 01 Mai, 2013, 17:40
(http://images.betanews.com/screenshots/1289816929-1.jpg)
Erweiterter Text-Editor mit Unterstützung von vielen Dateiformaten, Programmiersprachen und Zeichenkodierungen; bietet unter anderem Syntax-Hervorhebung, Auto-Vervollständigung und Code-Vorlagen; auch als Plug-in für Total Commander und als portable Version erhältlich.

Freeware

What's new: >>

Added:

    Dialog "Favorites" reworked
    Added main menu button "«|»", which toggles visibility of 2nd view (also added shotrcut)
    Find dialog: added item in "»?" menu to toggle regex option "(?s)"
    Project files may have extension "synw-proj" too
    Help: FAQ item "How to copy program settings"

Changed:

    Removed initial visibility of editor's horz splitter. Now, to split editor, use tab header's popup menu.

http://www.uvviewsoft.com/synwrite/
Titel: EditBone 5.9.0
Beitrag von: SiLæncer am 02 Mai, 2013, 19:45
Whats new: >>

- Added Unicode Character Map feature
- Third-party components updated
- Updated language files

http://www.bonecode.com/?page=projects
Titel: RText 2.0.7
Beitrag von: SiLæncer am 03 Mai, 2013, 14:20
(http://www.kaldata.net/images/news/logos/rtext.jpg)
RText is a fully customizable programmer's text editor. Some of its features include syntax highlighting, editing multiple documents at once, printing and print preview, find/replace/find in files dialogs, undo/redo, and online help.

Licence: Freeware (GPL)

Here's what's new:

Pretty-printing now works for JSON in addition to XML and HTML.
The system console plugin now auto-completes file names on pressing tab.
HTML, PHP, and JSP have new option, "Automatically add closing tags for HTML tags that require them."
The text editor now includes an option to use the system selection colors for selected text and its background.
The file chooser and File System Tree plugin now include "Paste" option to copy/paste file lists.
Added Visual Basic syntax highlighting.
Various code editor fixes and performance improvements.

http://fifesoft.com/rtext/index.php
Titel: Notepad++ 6.3.3
Beitrag von: SiLæncer am 06 Mai, 2013, 06:10
(http://www.portablefreeware.com/screenshots/scrHPI5U2.gif)
Notepad++ is a tabbed source code editor and Notepad replacement with a customizable interface. It is one of the few few source code editors that supports "folding," allowing users to quickly reduce and expand sections of code to see the overall document. In addition, it features multi-language syntax highlighting, auto-completion, regular expression search/replace, macro recording and playback, etc. The program can access a long list of plug-ins via an easy-to-access menu with even more features and functions.

License: GPL

What's new: >>

Add remembering folding between sessions feature.
Optimize startup (loading last session) performance.
Add multi-select feature in Document List Panel and Close/Keep the selected files commands.
Add new spell checker plugin (DSpellCheck).

http://notepad-plus-plus.org/
Titel: SynWrite v5.3.284
Beitrag von: SiLæncer am 06 Mai, 2013, 14:00
(http://images.betanews.com/screenshots/1289816929-1.jpg)
Erweiterter Text-Editor mit Unterstützung von vielen Dateiformaten, Programmiersprachen und Zeichenkodierungen; bietet unter anderem Syntax-Hervorhebung, Auto-Vervollständigung und Code-Vorlagen; auch als Plug-in für Total Commander und als portable Version erhältlich.

Freeware

What's new: >>

Added: "Auto-Complete plugins" API.
Some bug fixes.

http://www.uvviewsoft.com/synwrite/
Titel: EtherPad 1.2.10
Beitrag von: SiLæncer am 07 Mai, 2013, 13:35
(https://www.heise.de/software/screenshots/t77438.jpg)
Texteditor, mit dem sich Texte kooperativ editieren lassen; benötigt Java, Scala, MySQL sowie den Java-Datenbanktreiber mysql-connector-java.

Lizenz: Open Source

Whats new: >>

NEW: Broadcast slider is exposed in timeslider so plugins can interact with it
Fix: IE issue where pads wouldn’t load due to missing console from i18n
Fix: console issue in collab client would error on cross domain embeds in IE
Fix: Only Restart Etherpad once plugin is installed
Fix: Only redraw lines that exist after drag and drop
Fix: Pasting into ordered list
Fix: Import browser detection
Fix: 2 Part Locale Specs
Fix: Remove language string from chat element
Fix: Make Saved revision Star fade back out on non Top frames
Other: Remove some cruft legacy JS from old Etherpad
Other: Express 3.1.2 breaks sessions, set Express to 3.1.0

http://etherpad.org/
Titel: AkelPad 4.8.3
Beitrag von: SiLæncer am 09 Mai, 2013, 10:41
(http://akelpad.sourceforge.net/files/screen_basic.png)
AkelPad is an open source editor for plain text. It is designed to be a small and fast. Includes the ability to load text documents that are larger than 64 Kilobytes, document previews before opening them, editing of read only files and more. Plugins add a number of additional features to Akelpad like syntax highlighting, auto completion, sessions, macros and scripts and auto saving.

Licence: Open Source

What's new: >>

Added: possibility to specify new file codepage.
Added: manual parameter "UrlCommand" - defines command for hyperlink click.

Fixed: text dragging in some programs didn't work.
Fixed: new line type recovery from an undo buffer.
Fixed:grouping elements in regular expressions pattern.
Fixed: picking up a text when find/replace dialog was open, didn't restore the "Beginning" item.

http://akelpad.sourceforge.net/en/index.php
Titel: Free HTML Editor 9.8
Beitrag von: SiLæncer am 09 Mai, 2013, 11:45
(https://www.heise.de/software/screenshots/t6785.jpg)
Abgespeckte Version des kostenpflichtigen CoffeeCup-HTML-Editors, bringt Assistenten für Tabellen, Frames, Forms und Fonts sowie einen FTP-Client mit, unterstützt Drag und Drop.

Freeware

http://www.coffeecup.com/free-editor
Titel: Komodo Edit 8.0.2
Beitrag von: SiLæncer am 09 Mai, 2013, 12:40
(http://download.winboard.org/uploads/Image/2010-12-22%2009%2024%2056.png)
Komodo Edit ist ein Editor, der folgende Sprachen unterstützt: PHP, Python, Ruby, java script, Perl, Tcl, XML, HTML 5, CSS 3. Weiterhin bietet das Programm eine Projektverwaltung, Sweet-Editor und kann mittels Erweiterungen ausgebaut werden.

Unterstützt wird WIN XP - Seven

Freeware

Whats new: >>

Code Intelligence: PHP: Allow completions for files that use the same base name. (Bug 93859)
Code Intelligence: PHP: Show completions for core PHP interfaces. (Bug 98831)
Code Intelligence: Python: Allow completions and calltips even when no Python interpreter is found/configured. (Bug 98174)
Debugger: Python: Fix python2 remote debugging package. (Bug 98532)
Debugger: Python: Report types of ints and bools correctly, not as "str". (Bug 98546)
Debugger: Ruby: Add support for Ruby 2.0 debugging. (Bug 97711)
Debugger: Tcl: Allow Tk programs to be launched with wish, not just tclsh. (Bug 98313)
Editor: Add a pref at editor/scrolling to control whether shift-ctrl-mouse-wheel changes the zoom level of the current view. (Bug 89701)
Editor: Color <%% and %%> in EJS and komodo snippets as escape sequences. (Bug 98464)
Editor: Handle comment-continuations for languages that don't do auto-indent, like ini, diff, Makefile, and batch. (Bug 98467)
Editor: Make sure clicking in the line-number margin of a wrapped line selects that line. (Bug 98494)
Editor: Minimap: Don't allow pasting by clicking on the middle-button on Linux. (Bug 97909)
Editor: Minimap: Disable drag/drop involving the minimap. (Bug 97159)
Editor: Minimap: Update minimap context menu when buffer is first shown. (Bug 98512)
Editor: Prevent landing on buffers from moving to seemingly random positions. (Bug 98716)
Editor: Recognize that '$' is part of a variable name for purposes of double-clicking and identifier highlighting. (Bug 98566)
Editor: Ruby 2.0 support: Color %i-strings as array of symbols for Ruby 2.0+. (Bug 97711)
Editor: Upgraded Tcl colorizer and code-completion on keywords to Tcl 8.6. (Bug 98034)
Editor: Reinstate word-wrap for all scintilla objects. (Bug 98471)
Keybindings: Mac: Remove Ctrl+Y accesskey in the find toolbar. (Bug 98709)
Keybindings: Vi: Ensure "O" command works when used on a word-wrapped line. (Bug 98811)
Keybindings: Vi: Make sure "W" always moves either to the next. (Bug 98813)
Linux: Icons: Ensure Ambiance skin is properly auto-detected. (Bug 98894)
Linux: Install: Better detection of the host architecture, to avoid false warnings. (Bug 98519)
Linux: Scrollbars: Removed UI drawing glitch when left or right panes were visible. (Bug 97084)
Mac: Retina: Find Results: Fix disappearing results on Retina displays. (Bug 98230)
Mac: Retina: Icons: Edge-cases where icons would show at twice their size have been resolved. (Bug 98607)
Mac: Retina: Icons: Fixed case where viewing Appearance preferences could switch to the Classic theme. (Bug 98877)
Mac: SDK: Ensure the Komodo extension tools work correctly on a Mac. (Bug 98441)
Places: Confirm that files/folders should be dragged/dropped onto a folder. (Bug 98484)
Places: Expose the "Show in places" context-menu item in the Keybindings pref panel. (Bug 98572)
Places: You can now double click a folder to expand/collapse it (if "double click to make folder root" pref is turned off).
Prefs: Add an option to use pixel-mapped squigglies for better performance. (Bug 98440)
Projects: Show a proper group icon for project groupings. (Bug 98808)
Remote Files: Enable select button for choosing the current folder location. (Bug 97991)
Run Commands: Ensure the focus goes back to the editor after running a command. (Bug 98414)
Toolbox: Make sure undo/redo works after inserting snippets. (Bug 92695)
Toolbox: Make first launch of a snippet does not get ignored. (Bug 98835)
Syntax Checking: Ensure the pylint and pyflakes files can find their config files. (Bug 98461)
Windows: Startup: Allow starting Komodo on Windows 2003 machines. (Bug 98551)

http://www.activestate.com/komodo-edit/downloads
Titel: Texmaker 4.0.2
Beitrag von: SiLæncer am 09 Mai, 2013, 16:30
(http://www.heise.de/software/screenshots/31402.jpg)
Umfangreicher LaTeX-Editor mit integrierten Tools und Funktionen wie Syntax-Highlighting, 370 mathematischen Symbolen und Ausdrücken, Suchen und Ersetzen oder Rechtschreibprüfung; konvertiert zudem LaTeX ins HTML-Format.

Whats new: >>

- High-dpi screen support has been added on MacOsX Lion for the pdf viewer, the symbols and the toolbars icons (because of a Qt 5 limitation, icons are still pixelized in the "push buttons" and in the menus for the moment)
- structure tags (chapter, section, ...) are now totally boldified in the editor
- the "regular expression" option is no more checked by default in the "replace" widget.
- on linux, session file is no more stored in the temp/ directory (some linux distribution reset this directory at each reboot), but in the "home/.cache" directory.
- detection of acrobat reader 11 and ghostscript 9.07 has been added (for new users)
- windows versions are now compiled with Qt 5.0.2 (the Qt bug about the save file dialog has been fixed in this Qt release)
- ar and lv translations has been added (thanks to Koutheir ATTOUCHI and Sandris LACIS)

Lizenz: Open Source

http://www.xm1math.net/texmaker/download.html
Titel: subpad v1.8
Beitrag von: SiLæncer am 10 Mai, 2013, 17:00
(http://www.portablefreeware.com/screenshots/scrWsabMW.gif)
subpad is a lightweight Notepad clone with fast find/replace, most recent documents, close on ESC, roll-up caption bar, toggle off/on URL highlighting, column selection mode and stay-on-top.

License:    Freeware

http://xtort.net/freeware/xtort-software/subpad/
Titel: EditBone 6.1.0
Beitrag von: SiLæncer am 10 Mai, 2013, 18:40
(http://www.bonecode.com/images/EditBone1.png)
Powerful text editing tool that comes with syntax highlighting support for over 50 languages and scripts, 22 ready made styles, a handy file comparison feature and support for multiple directories and search results.

Freeware

Whats new: >>

- Added Insert Caret option to editor
- Fixed menu icons
- Fixed language constants
- Updated language files

http://www.bonecode.com/?page=projects
Titel: StroyCode 1.28
Beitrag von: SiLæncer am 12 Mai, 2013, 21:30
(https://www.heise.de/software/screenshots/t117951.jpg)
Texteditor zum Programmieren; visualisiert die Struktur des Codes durch verschachtelte grafische Elemente, welche sich auch mit der Maus einfügen lassen.

Freeware

Whats new: >>

New elements added: loops, expressions, and many others.
Tree view in the drop-down lists.
Added new interface modules for commonly used VCL-modules, expanded existing ones.
Class element renamed to Object.
Color coding for the service elements.
Many small improvements.

http://softconstructors.com/en/applications/stroycode/
Titel: Rapid Environment Editor 7.2 Build 856
Beitrag von: SiLæncer am 14 Mai, 2013, 21:20
(http://www.rapidee.com/images/rapidee.png)
Rapid Environment Editor (RapidEE) is an environment variables editor. It includes an easy to use GUI and replaces the small and inconvenient Windows edit box, located in the System Information section.

License: Freeware

What's new: >>

- Fixed: RapidEE fails if update server is not available

http://www.rapidee.com/
Titel: SynWrite v5.4.350
Beitrag von: SiLæncer am 15 Mai, 2013, 06:25
(http://images.betanews.com/screenshots/1289816929-1.jpg)
Erweiterter Text-Editor mit Unterstützung von vielen Dateiformaten, Programmiersprachen und Zeichenkodierungen; bietet unter anderem Syntax-Hervorhebung, Auto-Vervollständigung und Code-Vorlagen; auch als Plug-in für Total Commander und als portable Version erhältlich.

Freeware

What's new: >>

Added:

    HTML tree: nodes "Images", "Links", "Style sheets", "IDs", "Classes", "Forms" (seen in WeBuilder)
    CSS tree: nodes "Styles", "Colors", "Images" (seen in WeBuilder)
    PHP tree: node "Includes"
    command "Search -- Extend selection", useful for any lexer, especially HTML (seen in Emmet)
    commands "Edit -- Line operations -- Reverse/Shuffle lines" (seen in Sublime)
    shortcuts "Delete from caret to beginning/end of file" (seen in Sublime)
    dialog "Color Picker" updated
    more items in Tree popup menu

Changed:

    command "Show cmd list" moved to "Search" menu

Fixes:

    Some bug fixes.

http://www.uvviewsoft.com/synwrite/
Titel: Rapid Environment Editor 7.2 build 857
Beitrag von: SiLæncer am 15 Mai, 2013, 22:10
(http://www.rapidee.com/images/rapidee.png)
Rapid Environment Editor (RapidEE) is an environment variables editor. It includes an easy to use GUI and replaces the small and inconvenient Windows edit box, located in the System Information section.

License: Freeware

What's new: >>

fixed: Sometimes auto-update fails because the installer detects existing RapidEE instance which has not beed finished yet. Added 'Retry' button into the warning dialog.

http://www.rapidee.com/
Titel: WriteMonkey 2.5.0.6 Preview 1
Beitrag von: SiLæncer am 16 Mai, 2013, 05:15
(http://www.heise.de/software/screenshots/o76064.jpg)
Tool zur Textbearbeitung, das ablenkende Bedienelemente ausblendet; enthält unter anderem Wörterbücher in verschiedenen Sprachen (auch in Deutsch).

Freeware (Spende erwünscht)

http://writemonkey.com/
Titel: Leafier v1.0.2.0
Beitrag von: SiLæncer am 16 Mai, 2013, 17:40
(http://www.portablefreeware.com/screenshots/scrUfDMQV.gif)
Leafier is a simple HTML editor with tag insertion feature. Unicode, tabbed multi document interface, syntax highlighting, etc is supported.

License:    Freeware

Whats new: >>

64-bit version published

http://www.vieas.com/en/software/leafier.html
Titel: BlueGriffon 1.7
Beitrag von: SiLæncer am 19 Mai, 2013, 09:31
(http://download.winboard.org/uploads/Image/2011-08-28%2015%2053%2030.png)
BlueGriffon hält sich an den aktuellen W3C-Standard. Unterstützt wird HTML 4.01, XHTML, HTML5, CSS 3, Java, java script.
Der Normalmodus (WYSIWYG) eignet sich besonders für Einsteiger, da man sich hier nicht um den Quelltext kümmern muss.
Ebenfalls dabei ist ein CSS-Editor, der das Entwerfen von Cascading Style Sheets erleichtert und ein Editor zum erstellen von SVG-Grafiken )skalierbare Vektorgrafiken).

Neben dem deutschen Wörterbuch gibt es noch einige Erweiterungen für BlueGriffon auf der Herstellerseite, welche allerdings nicht kostenlos sind. Eine Ausnahme wäre FireFTP (http://www.bluegriffon.com/index.php?pages/FireFTP).

Voraussetzung ist ein installiertes Microsoft Visual C++2008 Redistributable Package (http://www.microsoft.com/downloads/de-de/details.aspx?familyid=a5c84275-3b97-4ab7-a40d-3802b2af5fc2&displaylang=de).

Freeware

Changelog

fixed crasher on whitespace deletion
fixed bustage of Image Insertion dialog
initial state for css and script editors modified
disable and re-enable spellchecker when switching back to wysiwyg view for better perf; b=490
search in stylesheet and script was horked; b=520
fix for endless replaceAll in source views; b=523
titlebar not updated when last tab is closed; b=531
"find next" shortcut; b=549
can't use nobr; b=546
cannot underline a standalone text node: b=551
new build and langpack organization
links from clipboard in insertLink dialog; b=547
better detection of xhtml5
strange emphasis in some cases; b=539
adhere better to recent flexbox spec
more dialogs reachable from source view
box shadows fixed

http://bluegriffon.org/
Titel: Java-Editor 11.39
Beitrag von: SiLæncer am 20 Mai, 2013, 11:26
(http://www.heise.de/software/screenshots/50464.jpg)
Einfacher Java-Editor mit allen grundlegenden Funktionen, aber niedrigen Systemanforderungen, insbesondere für den Einsatz im Lehrbereich; mit Editor zum Modellieren von Klassen, UML-Fenster zum interaktiven Testen der Klassen und Erzeugung von Objekten sowie Designer zur Gestaltung von GUI-Oberflächen.

Freeware

Whats new: >>

some smaller bugfixes and improvements

http://javaeditor.org/index.php?title=Main_Page
Titel: Rapid Environment Editor v7.2 build 858
Beitrag von: SiLæncer am 21 Mai, 2013, 05:10
(http://www.rapidee.com/images/rapidee.png)
Rapid Environment Editor (RapidEE) is an environment variables editor. It includes an easy to use GUI and replaces the small and inconvenient Windows edit box, located in the System Information section.

License: Freeware

What's new: >>

Updated: Korean translation

http://www.rapidee.com/
Titel: HelpNDoc 3.9.1.648
Beitrag von: SiLæncer am 21 Mai, 2013, 17:30
(http://www.kaldata.com/images/news/logos/helpndoc.gif)
HelpNDoc provides all the tools necessary to write complete help files, manuals and documentations in a user friendly and very easy to use environment. HelpNDoc can generate standard Windows CHM help files, WEB based documentation, iPhone specific websites as well as printable PDF and Word documents.

HelpNDoc is completely free for personal use and evaluation purposes.

Whats new: >>

CHM generator's base color can be customized in the template properties
An exception could be displayed when the application is launched indicating that a control had no parent window
ePub generator didn't always correctly generate the cover picture
HTML search engine did infinite loops after clicking on the result when it ended with a space character

http://www.helpndoc.com/
Titel: SynWrite v5.5.400
Beitrag von: SiLæncer am 21 Mai, 2013, 21:30
(http://images.betanews.com/screenshots/1289816929-1.jpg)
Erweiterter Text-Editor mit Unterstützung von vielen Dateiformaten, Programmiersprachen und Zeichenkodierungen; bietet unter anderem Syntax-Hervorhebung, Auto-Vervollständigung und Code-Vorlagen; auch als Plug-in für Total Commander und als portable Version erhältlich.

Freeware

What's new: >>

Added:

    customizable user toolbars (3 of them). See "Options -- Customize toolbars" and "View -- Toolbars" submenu.
    option "Editor 2 -- Draw current column margin"
    option "Editor carets -- Caret width" (seen in NP++)
    commands "View -- Fold level -- N" (seen in Sublime)
    toolbar buttons "Comment/Uncomment lines" enabled for HTML/CSS (they call same cmd "Toggle stream comment")
    external tools: "File name"/"Initial dir" fields handle {SynDir} {SynIniDir} macros

Fixes:

    Bugs fixed

http://www.uvviewsoft.com/synwrite/
Titel: SciTE 3.3.2
Beitrag von: SiLæncer am 22 Mai, 2013, 18:47
(http://www.heise.de/software/screenshots/1206.jpg)
Editor mit Syntax-Highlighting, Auto-Completion, Folding und vielem mehr...

Lizenz: Open Source

Whats new:>>

Version 3.3.2 simplifies implementing folding.

http://www.scintilla.org/SciTE.html
Titel: SynWrite v5.5.406
Beitrag von: SiLæncer am 22 Mai, 2013, 21:31
(http://images.betanews.com/screenshots/1289816929-1.jpg)
Erweiterter Text-Editor mit Unterstützung von vielen Dateiformaten, Programmiersprachen und Zeichenkodierungen; bietet unter anderem Syntax-Hervorhebung, Auto-Vervollständigung und Code-Vorlagen; auch als Plug-in für Total Commander und als portable Version erhältlich.

Freeware

What's new: >>

· customizable user toolbars (3 of them). See quot;Options -- Customize toolbarsquot; and quot;View -- Toolbarsquot; submenu.
· option quot;Editor 2 -- Draw current column marginquot;
· option quot;Editor carets -- Caret widthquot; (seen in NP++)
· commands quot;View -- Fold level -- Nquot; (seen in Sublime)
· toolbar buttons quot;Comment/Uncomment linesquot; enabled for HTML/CSS (they call same cmd quot;Toggle stream commentquot;)
· external tools: quot;File namequot;/quot;Initial dirquot; fields handle {SynDir} {SynIniDir} macros
· fixes

Fixes:

    Bugs fixed

http://www.uvviewsoft.com/synwrite/
Titel: Rapid Environment Editor v7.2 build 860
Beitrag von: SiLæncer am 23 Mai, 2013, 17:45
(http://www.rapidee.com/images/rapidee.png)
Rapid Environment Editor (RapidEE) is an environment variables editor. It includes an easy to use GUI and replaces the small and inconvenient Windows edit box, located in the System Information section.

License: Freeware

What's new: >>

Fixed: RapidEE doesn't restore window position if left=0 or top=0

http://www.rapidee.com/
Titel: DocPad 13.0
Beitrag von: SiLæncer am 24 Mai, 2013, 18:50
(http://images.six.betanews.com/screenshots/scaled/1238008675-1.jpg)
Erweiterter Text-Editor als Alternativer zu Notepad; bietet unter anderem eine Rechtschreibprüfung, eine anpassbare Toolbar sowie die Möglichkeit, Makros zu verwenden.

Freeware

Whats new: >>

* Major interface improvements.  Improved all skins.
* Added support for running from a USB flash drive.
* Added the "Open Nonstandard Document" tool to the File menu.  This allows you to open unicode files that have no byte order mark, or 8-bit files that use a character set that does not match the system character set.
* Added the "Import HTML As Text" tool to the File menu.
* The "Search and Replace" tool now supports unicode characters.
* When opening a document, if it is already opened in another instance, the user is warned, and offered the chance to switch to the other instance.
* Improved support for non-English keyboards when editing an ASCII document.
* The case conversion tools now work on all unicode characters, not just Western European.
* Added a "Revise" button to the "No occurrences found" window of the search tool.
* Print: to the "Title Text" field, added an "Insert Variable" button that can be used to insert a variable that is replaced with the document filename or filepath, or the current date and time.
* Added the "/paste" switch, which immediately pastes the clipboard into a new document.  This is useful for integrating DocPad with click.to
* DocPad's settings are no longer shared among all users on the computer.
* The "/popup" switch can now include the "/aa" switch, which makes the window appear above all other windows.
* The Cut Line tool now includes the line break.
* Added the Ctrl+Shift+D hotkey for the "Insert Date/Time" tool.
* The Unicode Character Map now uses narrow cells if neither the hex nor decimal code is displayed.

http://www.gammadyne.com/docpad.htm
Titel: CodeX Writer 4.2.2.069
Beitrag von: SiLæncer am 24 Mai, 2013, 20:15
(http://images.six.betanews.com/screenshots/scaled/1366718098-1.jpg)
CodeX Writer is an Internet-ready, Unicode and UTF-8 enabled, FTP-powered text, HTML and code editor for Windows. Visit silveragesoftware.com for updates.

Freeware

Latest Changes

- Added more options to the User File Templates options pane
- Added the Upload Files… command to the toolbar for faster access
- Sortable columns in the file open dialog's recent file list
- Explorer Pane address bar now accepts paths with environment variables (%...%)
- Added file filters to Hyperlink Edit dialog
- Fixed issue not opening the last used FTP directory in the file open dialog
- Fixed error emitting FTP "cd" command when clicking ".." to browse one level up in file open dialog
- Fixed a sporadic error occurring when downloading files from multiple FTP servers at once
- Fixed issue not selecting MSO tags (with a ':') by simultaneous left+right click
- Fixed error crashing when searching in files with very long lines (over 4096 characters)
- Other numerous bug fixes

http://www.silveragesoftware.com/archive.php
Titel: StroyCode 1.32
Beitrag von: SiLæncer am 25 Mai, 2013, 11:15
(https://www.heise.de/software/screenshots/t117951.jpg)
Texteditor zum Programmieren; visualisiert die Struktur des Codes durch verschachtelte grafische Elemente, welche sich auch mit der Maus einfügen lassen.

Freeware

Whats new: >>

Bug fixes.
A lot of improvements.

http://softconstructors.com/en/applications/stroycode/
Titel: Resoor 1.18
Beitrag von: SiLæncer am 26 Mai, 2013, 07:30
(https://www.heise.de/software/screenshots/t118408.jpg)
Quelltext-Editor, der EXE- und RES-Dateien importiert und bearbeitet; erstellt Ressourcen- und Quelltextdateien in verschiedenen Programmiersprachen.

Freeware

Whats new: >>

Tree view in the drop-down lists.
Color coding for the service elements.
Small improvements.

http://softconstructors.com/en/applications/resoor/
Titel: Mext 1.18
Beitrag von: SiLæncer am 26 Mai, 2013, 11:18
(https://www.heise.de/software/screenshots/t118412.jpg)
Text-Editor zum Programmieren; hilft unter anderem bei technischer Dokumentation und dem Erstellen von Webseiten.

Freeware

Whats new: >>

Tree view in the drop-down lists.
Color coding for the service elements.
Small improvements.

http://softconstructors.com/en/applications/mext/
Titel: SynWrite v5.5.460
Beitrag von: SiLæncer am 27 Mai, 2013, 21:20
(http://images.betanews.com/screenshots/1289816929-1.jpg)
Erweiterter Text-Editor mit Unterstützung von vielen Dateiformaten, Programmiersprachen und Zeichenkodierungen; bietet unter anderem Syntax-Hervorhebung, Auto-Vervollständigung und Code-Vorlagen; auch als Plug-in für Total Commander und als portable Version erhältlich.

Freeware

What's new: >>

Added:

    user toolbars: external tools can be placed here
    user toolbars: can read icons from exe/dll/icl/ico
    user toolbars: can create nested submenus (of any level)
    project pane: saves folded nodes list in project-file
    non-printable chars submenu
    command "Paste, as column block" (seen in Akelpad)
    commands "Extract duplicate lines" (seen in Akelpad)
    chr(12) can be entered using CharTable
    localized help files are supported: "Readme\SynWrite.NN.chm", where suffix NN is described in Synw wiki
    lexer PowerShell: heredoc support

Changed:

    lexer PL/SQL: moved into "Readme\MoreLexers.rar" (it's 160KB file)

http://www.uvviewsoft.com/synwrite/
Titel: Semagsoft Document.Editor 2013.21
Beitrag von: SiLæncer am 29 Mai, 2013, 06:11
(http://images.betanews.com/screenshots/1221016805-1.png)
Document.Editor is a multitab text editor for Windows. It includes plain and rich text format support, multi tab interface so you can edit multiple documents in a session, compact application size, and multiple commands.

Freeware

Latest Changes

New Insert Rich Text Document support
Improved Context Menu
Minor Bug Fix's, improvements and speed ups

https://documenteditor.codeplex.com/
Titel: FocusWriter 1.4.4
Beitrag von: SiLæncer am 01 Juni, 2013, 10:20
(http://www.freeware.de/images/screenshots/60616/focuswriter_medium_1.png)
FocusWriter hilft Vielschreibern beim Verfassen von Texten. Die Textverarbeitung blendet alle Menüs und Leisten aus. So kann man sich beim Schreiben voll und ganz auf das Wesentliche konzentrieren.

Der Vollbild-Texteditor FocusWriter zeigt als Oberfläche absichtlich lediglich den blanken Text. Daher gelingt es leichter, störungs- und ablenkungsfrei zu schreiben. Auf Wunsch kann man auf zusätzliche Steuerelemente zugreifen und diese per Maus über die Bildschirmränder abrufen.

Außerdem kann bei FocusWriter eine Statuszeile mit der aktuellen Uhrzeit, einem Timer und Statistiken eingeblendet werden. Das geplante Arbeitspensum legt der Schreiber in den Einstellungen in Minuten oder Wörtern fest. Textart und -farbe werden hier ebenfalls ganz nach Wunsch bestimmt.

Mit FocusWriter können mehrere Dokumente parallel bearbeitet werden. Ein Speichern erfolgt im RTF-, ODT- oder TXT-Format. Standardmäßig zeigt die Freeware einen einfarbigen, nüchternen Hintergrund. Wer die Arbeitsumgebung etwas freundlicher und abwechslungsreicher gestalten möchte, kann die Farbe ändern und auch ein eigenes Bild als Hintergrund einblenden.

FocusWriter enthält alle Grundfunktionen einer Textverarbeitung inklusive Textformatierungen, einer Rechtschreibprüfung und dem Suchen und Ersetzen von Wörtern und Textausschnitten. Die Freeware spricht vor allem den Vielschreiber an, der sich allein auf den Text konzentrieren möchte.

Whats new: >>

Indonesian translation added by Eka Y Saputra
Bug fixes

http://gottcode.org/focuswriter/
Titel: StroyCode 1.34
Beitrag von: SiLæncer am 01 Juni, 2013, 22:30
(https://www.heise.de/software/screenshots/t117951.jpg)
Texteditor zum Programmieren; visualisiert die Struktur des Codes durch verschachtelte grafische Elemente, welche sich auch mit der Maus einfügen lassen.

Freeware

Whats new: >>

Don't generate property getter and setter for simple getters and setters.
Union of local variables of the same types when pascal code generation.
Assert element added.
EmptyValue element renamed to Empty.
False element replaced by Empty.
Numerous small fixes and improvements.

http://softconstructors.com/en/applications/stroycode/
Titel: SciTE 3.3.3
Beitrag von: SiLæncer am 02 Juni, 2013, 10:54
(http://www.heise.de/software/screenshots/1206.jpg)
Editor mit Syntax-Highlighting, Auto-Completion, Folding und vielem mehr...

Lizenz: Open Source

Whats new:>>

Version 3.3.3 fixes bugs on GTK+.

http://www.scintilla.org/SciTE.html
Titel: Zim 0.60
Beitrag von: SiLæncer am 02 Juni, 2013, 20:40
(http://zim-wiki.org/screenshots/thumbs/zim-normal.png)
Zim is a graphical text editor used to maintain a collection of wiki pages. Each page can contain links to other pages, simple formatting and images. Pages are stored in a folder structure, like in an outliner, and can have attachments. Creating a new page is as easy as linking to a nonexistent page. All data is stored in plain text files with wiki formatting. Various plugins provide additional functionality, like a task list manager, an equation editor, a tray icon, and support for version control.

Freeware

http://zim-wiki.org/index.html
Titel: SynWrite v5.5.480
Beitrag von: SiLæncer am 03 Juni, 2013, 20:20
(http://images.betanews.com/screenshots/1289816929-1.jpg)
Erweiterter Text-Editor mit Unterstützung von vielen Dateiformaten, Programmiersprachen und Zeichenkodierungen; bietet unter anderem Syntax-Hervorhebung, Auto-Vervollständigung und Code-Vorlagen; auch als Plug-in für Total Commander und als portable Version erhältlich.

Freeware

What's new: >>

Added:

    dialog "Options -- Advanced -- Hide menu items"
    user toolbars: more features in "Toolbar prop" dlg

http://www.uvviewsoft.com/synwrite/
Titel: MarkdownPad 2.1.18.37279
Beitrag von: SiLæncer am 05 Juni, 2013, 06:10
(http://markdownpad.com/img/markdownpad2.png)
Markdown is a text-to-HTML conversion tool for web writers. Markdown allows you to write using an easy-to-read, easy-to-write plain text format, then convert it to structurally valid XHTML (or HTML).

The goal for Markdown’s formatting syntax is to be as readable as possible. A Markdown-formatted document should be publishable as-is, as plain text, without looking like it’s been marked up with tags or formatting instructions.

In short, you can create beautiful HTML documents without knowing any HTML.

Features:

Instant HTML Preview
Easy formatting with keyboard shortcuts
Fully Customizable
Use your own CSS
HTML Export
Distraction-free Mode

Freeware

http://markdownpad.com/
Titel: Highlight 3.14
Beitrag von: SiLæncer am 05 Juni, 2013, 06:20
(http://images.six.betanews.com/screenshots/scaled/1028713443-1.jpg)
Highlight is a universal source code converter which transforms code to HTML, XHTML, RTF, LaTeX, TEX, SVG and BBCode files with syntax highlighting. (X)HTML and SVG output is formatted by CSS. It supports customizable color theme and language descriptions with regular expressions. The configuration files are Lua scripts with plug-in support. The tool contains several options to provide a consistent formatting of the output code.

License: Open Source

Latest Changes

- Some Plug-ins were added which insert clickable parantheses or keywords into HTML output
- The CLI config filer search was improved

http://www.andre-simon.de/
Titel: Rapid Environment Editor v7.2 build 861
Beitrag von: SiLæncer am 05 Juni, 2013, 13:17
(http://www.rapidee.com/images/rapidee.png)
Rapid Environment Editor (RapidEE) is an environment variables editor. It includes an easy to use GUI and replaces the small and inconvenient Windows edit box, located in the System Information section.

License: Freeware

What's new: >>

Fixed: regression added in build 856 (it causes issues on 'checking for updates' step)
Updated: Greek translation
Fixed: typos

http://www.rapidee.com/
Titel: Regular Expression Editor v1.4.0
Beitrag von: SiLæncer am 05 Juni, 2013, 16:20
(http://www.portablefreeware.com/screenshots/scrm1eYer.gif)
Regular Expression Editor offers you a visual GUI where you can test and tweak your regular expressions easily.

License:    Freeware

http://www.waterproof.fr/products/RegExpEditor/
Titel: Rapid Environment Editor v7.2 build 862
Beitrag von: SiLæncer am 10 Juni, 2013, 06:25
(http://www.rapidee.com/images/rapidee.png)
Rapid Environment Editor (RapidEE) is an environment variables editor. It includes an easy to use GUI and replaces the small and inconvenient Windows edit box, located in the System Information section.

License: Freeware

What's new: >>

Added: Options to enable/disable tree animation

http://www.rapidee.com/
Titel: StroyCode 1.36
Beitrag von: SiLæncer am 10 Juni, 2013, 19:30
(https://www.heise.de/software/screenshots/t117951.jpg)
Texteditor zum Programmieren; visualisiert die Struktur des Codes durch verschachtelte grafische Elemente, welche sich auch mit der Maus einfügen lassen.

Freeware

Whats new: >>

Variables type definition when generation pascal sources.
Auto convertation for all variables when using in logical fields.
EventHandler element added.
DefaultRealization element replaced by Identifier element with 'Inherited' value.
Bug fixes.
A lot of improvements.

http://softconstructors.com/en/applications/stroycode/
Titel: Semagsoft Document.Editor 2013.23
Beitrag von: SiLæncer am 10 Juni, 2013, 20:20
(http://images.betanews.com/screenshots/1221016805-1.png)
Document.Editor is a multitab text editor for Windows. It includes plain and rich text format support, multi tab interface so you can edit multiple documents in a session, compact application size, and multiple commands.

Freeware

Latest Changes

New Insert Emoticon support
Improved Format support
Minor Bug Fix's, improvements and speed ups

http://documenteditor.semagsoft.com/
Titel: Re: Semagsoft Document.Editor 2013.23
Beitrag von: dvb_ss2 am 10 Juni, 2013, 21:28
Der Link führt bei mir auf eine Domainparking-Website.

Der hier funktioniert:
http://semagsoft.com/products/documenteditor/

Aber die aktuelle Version gibt's hier:
https://documenteditor.codeplex.com

dvb_ss2
Titel: Re: Semagsoft Document.Editor 2013.23
Beitrag von: SiLæncer am 10 Juni, 2013, 21:47
Thx :)

Hab ich vorhin vergessen zu ändern ...
Titel: CKEditor 4.1.2
Beitrag von: SiLæncer am 11 Juni, 2013, 06:22
(https://www.heise.de/software/screenshots/t64589.jpg)
WYSIWYG-Editor für eigene Webseiten, der sich in diverse Skriptsprachen integrieren lässt; unterstützt die meisten gängigen Browser; auch mit kommerzieller Lizenz erhältlich

Lizenz: Open Source

Whats new: >>

#10165: Fixed "Access is Denied" errors in IE when using CKEditor on a page with custom document.domain set (relaxing the same-origin policy through document.domain is now possible).
#9945: Scrolling the editor's content area is now possible on iOS 6.
#10146: Fixed issue with empty lines that were sometimes removed when enter mode was set to ENTER_BR.
#10339: Error no longer being thrown when inserting custom tags with editor.insertHtml().
#6504: Solved race condition while loading several customConfig files.

http://ckeditor.com/
Titel: AkelPad 4.8.4
Beitrag von: SiLæncer am 11 Juni, 2013, 09:15
(http://akelpad.sourceforge.net/files/screen_basic.png)
AkelPad is an open source editor for plain text. It is designed to be a small and fast. Includes the ability to load text documents that are larger than 64 Kilobytes, document previews before opening them, editing of read only files and more. Plugins add a number of additional features to Akelpad like syntax highlighting, auto completion, sessions, macros and scripts and auto saving.

Licence: Open Source

What's new: >>

Changed: plugin architecture. Update plugins.
Changed: increased speed of code folding processing with word wrap on.

Fixed: synchronization of simultaneous access to external plugins calls.
Fixed: inability to change split windows size with using flag 1024 of manual parameter "PaintOptions".
Fixed: FRF_ESCAPESEQ flag didn't work.

http://akelpad.sourceforge.net/en/index.php
Titel: Rapid Environment Editor v7.2 build 863
Beitrag von: SiLæncer am 12 Juni, 2013, 13:15
(http://www.rapidee.com/images/rapidee.png)
Rapid Environment Editor (RapidEE) is an environment variables editor. It includes an easy to use GUI and replaces the small and inconvenient Windows edit box, located in the System Information section.

License: Freeware

What's new: >>

Updated: Swedish translation.
Fixed: RapidEE throws AV if read-only variables are hidden and there are no visible variables.
Updated: 3rd party components.

http://www.rapidee.com/
Titel: Rapid Environment Editor v7.2 build 865
Beitrag von: SiLæncer am 13 Juni, 2013, 19:40
What's new: >>

Updated: Chinese translation

http://www.rapidee.com/
Titel: Rapid Environment Editor 7.2 build 866
Beitrag von: SiLæncer am 15 Juni, 2013, 11:10
What's new: >>

updated: Brazilian Portuguese translation (Igor Ruckert)

http://www.rapidee.com/
Titel: SynWrite v5.5.550
Beitrag von: SiLæncer am 16 Juni, 2013, 07:00
(http://images.betanews.com/screenshots/1289816929-1.jpg)
Erweiterter Text-Editor mit Unterstützung von vielen Dateiformaten, Programmiersprachen und Zeichenkodierungen; bietet unter anderem Syntax-Hervorhebung, Auto-Vervollständigung und Code-Vorlagen; auch als Plug-in für Total Commander und als portable Version erhältlich.

Freeware

What's new: >>

Added:

    "Find in files" dialog: field "File masks to exclude"
    lexer "WSH script"
    lexer "Jade" (template engine)
    auto-closing of brackets/quotes: can work with selection too (seen in Sublime)
    some dialogs: handling of Ctrl+BkSp (delete last word) in edit fields
    command "Open filename selected in editor"
    hidden option in Syn.ini: [Setup] MarkDeletedModified=1

Changed:

    lexers moved into "Readme\MoreLexers.rar": ActionScript, Cobol, ColdFusion, IDL files, Matlab, Smalltalk, Verilog, VHDL

Fixed:

    Several bugs fixed

http://www.uvviewsoft.com/synwrite/
Titel: TeXstudio 2.6.0
Beitrag von: SiLæncer am 16 Juni, 2013, 13:00
(https://www.heise.de/software/screenshots/t53117.jpg)
GPL-LaTeX-Editor, der das Erstellen von LaTex-Dokumenten in Unicode vereinfacht; unterstützt den Nutzer beim Schreiben mittels interaktiver Rechtschreibprüfung, Syntax-Highlighting, Code-Folding und automatischer Code-Vervollständigung.

Lizenz: Open Source

Whats new: >>

the documentation pdf of a package can be displayed in the internal PDF viewer
retina support on mac complete for modern style
embedded viewer can be enlarged/reduced to take the whole screen for better reading
last open (and unclosed) environment can be closed by alt+enter
"Align Table Columns" does now work with more environments
template resources are now configured via template_resources.xml and are in utf-8
basic Pweave highlighting
added % !TeX spellcheck = ... magic comment
new macro trigger depending on the current syntax highlighting
improved bidi support for rtl languages
several small corrections

http://texstudio.sourceforge.net/
Titel: BlueGriffon 1.7.1
Beitrag von: SiLæncer am 17 Juni, 2013, 18:00
(http://download.winboard.org/uploads/Image/2011-08-28%2015%2053%2030.png)
BlueGriffon hält sich an den aktuellen W3C-Standard. Unterstützt wird HTML 4.01, XHTML, HTML5, CSS 3, Java, java script.
Der Normalmodus (WYSIWYG) eignet sich besonders für Einsteiger, da man sich hier nicht um den Quelltext kümmern muss.
Ebenfalls dabei ist ein CSS-Editor, der das Entwerfen von Cascading Style Sheets erleichtert und ein Editor zum erstellen von SVG-Grafiken )skalierbare Vektorgrafiken).

Neben dem deutschen Wörterbuch gibt es noch einige Erweiterungen für BlueGriffon auf der Herstellerseite, welche allerdings nicht kostenlos sind. Eine Ausnahme wäre FireFTP (http://www.bluegriffon.com/index.php?pages/FireFTP).

Voraussetzung ist ein installiertes Microsoft Visual C++2008 Redistributable Package (http://www.microsoft.com/downloads/de-de/details.aspx?familyid=a5c84275-3b97-4ab7-a40d-3802b2af5fc2&displaylang=de).

Freeware

Changelog

commando line fixes

http://bluegriffon.org/
Titel: TreeDBNotes Free v4.34 (Build 01)
Beitrag von: SiLæncer am 19 Juni, 2013, 05:41
(http://www.portablefreeware.com/screenshots/scrNIRSCp.gif)
TreeDBNotes stores and represents your information in a tree-structured form. Each node in the tree represents an associated note where you can store text infomation with Wordpad-like formatting.

License: Freeware

What's new: >>

New:

    Export notes to DocX format
    Phrases manager CTRL + Double click - copy to clipboard.
    Export notes subtree in ePub book
    Global replace (menu: notes/)

Improved:

    Export to html
    Better drawing underlines in print preview
    Save/Load tables in RTF

Fixed:

    Export notes to web site (incorrect export for notes with hyperlinks)
    Remember export folder
    Save/Load registration information in Windows Vista and Seven
    A lot of minor changes and fixes

http://www.mytreedb.com/treedbnotes_free.html
Titel: BlueGriffon 1.7.2
Beitrag von: SiLæncer am 19 Juni, 2013, 18:40
(http://download.winboard.org/uploads/Image/2011-08-28%2015%2053%2030.png)
BlueGriffon hält sich an den aktuellen W3C-Standard. Unterstützt wird HTML 4.01, XHTML, HTML5, CSS 3, Java, java script.
Der Normalmodus (WYSIWYG) eignet sich besonders für Einsteiger, da man sich hier nicht um den Quelltext kümmern muss.
Ebenfalls dabei ist ein CSS-Editor, der das Entwerfen von Cascading Style Sheets erleichtert und ein Editor zum erstellen von SVG-Grafiken )skalierbare Vektorgrafiken).

Neben dem deutschen Wörterbuch gibt es noch einige Erweiterungen für BlueGriffon auf der Herstellerseite, welche allerdings nicht kostenlos sind. Eine Ausnahme wäre FireFTP (http://www.bluegriffon.com/index.php?pages/FireFTP).

Voraussetzung ist ein installiertes Microsoft Visual C++2008 Redistributable Package (http://www.microsoft.com/downloads/de-de/details.aspx?familyid=a5c84275-3b97-4ab7-a40d-3802b2af5fc2&displaylang=de).

Freeware

Changelog

locale issues with 1.7.1
command line fixes

http://bluegriffon.org/
Titel: TextWrangler 4.5.2
Beitrag von: SiLæncer am 20 Juni, 2013, 20:20
(https://www.heise.de/software/screenshots/t7313.jpg)
Texteditor nicht nur für Programmierer; mit eingebautem FTP-Client, grep-basierter Suche, blockweisem Kopieren, CVS-Integration.

Freeware

http://www.barebones.com/products/TextWrangler/
Titel: SynWrite v5.6.600
Beitrag von: SiLæncer am 26 Juni, 2013, 13:31
(http://images.betanews.com/screenshots/1289816929-1.jpg)
Erweiterter Text-Editor mit Unterstützung von vielen Dateiformaten, Programmiersprachen und Zeichenkodierungen; bietet unter anderem Syntax-Hervorhebung, Auto-Vervollständigung und Code-Vorlagen; auch als Plug-in für Total Commander und als portable Version erhältlich.

Freeware

What's new: >>

UI reworked. Skin-engine changed to SpTBX. More skins added.
Added skinning via "template\skins\*.skn" files
Find in files: to exclude a folder, write it with slash: "mask\"
Find in files: N instances have their own values of edit fields of dialog (but same dropdown history)
Russian help file ("Readme\SynWrite.ru.chm" used automatically)
Removed theming via OfficeTheme.ini
Removed splitters colors opt
Removed opt "Minimap vert scrollbar"
Removed Gnome icons

http://www.uvviewsoft.com/synwrite/
Titel: RJ TextEd 8.62
Beitrag von: SiLæncer am 29 Juni, 2013, 15:15
(http://images.six.betanews.com/screenshots/scaled/1187014627-1.jpg)
RJ TextEd - A Unicode source and text editor. RJ TextEd is a full featured text and source editor with Unicode support, syntax highlighting and code folding. The functionality extends beyond text files and includes support for HTML editing with integrated preview, spell checking, auto completion, HTML validation, templates and more. The program also include support for Topstyle Lite CSS editor, has a dual pane file commander, as well as a FTP client to upload your files. The editor uses language files to display menus and dialogs in different languages. There are several included languages. New language files can easily be created in the editor. RJ TextEd is also a simple web development tool. The editor can use auto completion and hints to assist you in editing your source code. You can preview HTML/ASP/PHP... code using one of the preview tabs or open a document in a browser. The editor does not only handle source code. It also handles true ASCII files, binary files and of course plain text files.

The program is absolutely free. There are a many features not listed below. Including spell checking, e-mail support, advanced search with regular expressions. For a full list check out the features section.

To learn more about the program you could check out the screenshots, or just try it out. RJ TextEd is developed in Delphi 2007 from Codegear and is released as Freeware. The program has been tested in windows 98/Me/2000/XP/2003/Vista/2008/Windows 7.

Licence: Freeware

Whats new: >>

Internal changes

Made internal changes to several functions to reduce resource usage and make editing faster. The changes are extensive and will affect editing, selecting text, word wrap, line functions...
Tools

*.bat files can be added as tools.
*Added tool output options: "Open output window/new document" which can have the values
- Always
- Only on data output
- Only on data output or exit code > 0
- Only on exit code > 0
- Never
Scripts

* Added the option to run a script on save/save all.
* Added a new parameter to the script functions MainApp.RunApp and MainApp.RunAppAndWait called "OutputMode".

OutputMode tell the editor if the output window in the bottom bar should be opened. The parameter can have the value 0 - 4.
0 = Always open
1 = Only open if output data is available
2 = Only open if output data is available or the exit code > 0
3 = Only open if the exit code > 0
4 = Never open the output window
Misc

    Made some changes to reduce the use of resources.
    Added option to "Allow zoom with Ctrl+Mouse wheel". The feature is already there but we didn't have an option to go with it.
    Added a browser preview option to map files without the file extension.
    Made some changes to how auto completion works when "close HTML tags" is active. Fixed some issues as well.
    Reformat paragraph will only modify selected lines if a selection is made.
    Added a "Find Next" toolbar button. It's not visible by default though.
    Added keyboard action to toggle auto spellcheck on/off.
    The statusbar line/col panel will resize if the text does not fit.
    The program should be able to use up to 3.5 - 4 GB of memory on a 64-bit Windows and 2.5 - 3 GB on 32-bit (/3GB switch enabled).

Fixed

    Syntax error when using regex keyword definitions.
    Scroll property out of range error in word wrap mode.
    Select and delete issues when option "Allow text cursor beyond end of line is set".
    Cursor position after continue search message with regular expressions.
    Find/replace issue with file types when the scope is project files.
    A "Find All" issue when the scope is set to "Current document (from cursor)".
    Some synchronize issues with SFTP.
    Next/Prev document script functions should behave as expected now.
    A highlight issue when manually switching highlighter or closing the options window.
    Several text cursor position issues.
    A few text display issues.
    Several highlighting issues with PHP and ASP.
    A smart tab issue.
    Some HTML tag highlighting issues.

http://www.rj-texted.se/
Titel: Notepad++ 6.4.1
Beitrag von: SiLæncer am 30 Juni, 2013, 06:45
(http://www.portablefreeware.com/screenshots/scrHPI5U2.gif)
Notepad++ is a tabbed source code editor and Notepad replacement with a customizable interface. It is one of the few few source code editors that supports "folding," allowing users to quickly reduce and expand sections of code to see the overall document. In addition, it features multi-language syntax highlighting, auto-completion, regular expression search/replace, macro recording and playback, etc. The program can access a long list of plug-ins via an easy-to-access menu with even more features and functions.

License: GPL

What's new: >>

v6.4.1:

    Fix a crash issue (regression).

v6.4:

    Add Function List Panel (customizable, support C++ and Javascript for the moment).
    Display the error/result in the new added statusbar of Find/Replace dialog instead in popup dialogs.
    Add delimiter select by ctrl+Double click feature.
    Add set begin position feature for selection.
    Fix fold all command bug (which folds partially).
    Fix opening the same file twice due to its different path (for example symbol link).
    Fix deleting macro from macro menu crash issue.
    Fix the bug of Window position not saved/restored properly.
    Fix small window size problem due to closing Notepad++ in icon state (reduced in the taskbar) on the last session.
    Enhance Block comment: remove 1024 bytes limit.
    Fix a detection error of UTF16 file from a binary file.
    Enhance the performance of switching files if folding is applied.
    Fix macro problem: Find functionality doesn't work in "Run a Macro Multiple Times".
    Enhance the performance while double clicking on a very long word.
    Enhance TAB/Space conversion: UTF8 support and preserving the current state.
    Change the Preferences dialog's UI (List interface instead of tab interface).

http://notepad-plus-plus.org/
Titel: Rapid Environment Editor 8.0 build 900
Beitrag von: SiLæncer am 01 Juli, 2013, 16:30
(http://www.rapidee.com/images/rapidee.png)
Rapid Environment Editor (RapidEE) is an environment variables editor. It includes an easy to use GUI and replaces the small and inconvenient Windows edit box, located in the System Information section.

License: Freeware

What's new: >>

TO AVOID PROBLEMS UNINSTALL 7.x VERSION MANUALLY AND THEN INSTALL 8.x! SEE DETAILS BELOW.

changed: moved from NSIS installer to Inno Setup (command line parameters of the installer have been changed as well!)
added: x64 support
updated: 3rd party components
fixed: sometimes RapidEE handles command line parameters incorrectly

http://www.rapidee.com/
Titel: Rapid Environment Editor 8.0 build 902
Beitrag von: SiLæncer am 02 Juli, 2013, 16:14
(http://www.rapidee.com/images/rapidee.png)
Rapid Environment Editor (RapidEE) is an environment variables editor. It includes an easy to use GUI and replaces the small and inconvenient Windows edit box, located in the System Information section.

License: Freeware

What's new: >>

8.0 build 902 (July 2, 2013)

    fixed: RapidEE x64 hangs on save
    fixed: show full build number (including x64) in the About dialog

8.0 build 901 (July 2, 2013)

    fixed: regression in 900 build (32-bit version only)
    updated: 3rd party components

http://www.rapidee.com/
Titel: SynWrite v5.6.620
Beitrag von: SiLæncer am 03 Juli, 2013, 17:12
(http://images.betanews.com/screenshots/1289816929-1.jpg)
Erweiterter Text-Editor mit Unterstützung von vielen Dateiformaten, Programmiersprachen und Zeichenkodierungen; bietet unter anderem Syntax-Hervorhebung, Auto-Vervollständigung und Code-Vorlagen; auch als Plug-in für Total Commander und als portable Version erhältlich.

Freeware

What's new: >>

+ sessions: session file extention "syn" can be associated with SynWrite
+ sessions: portable mode: default session file is now in app folder
+ help topic "Sessions"
+ hidden folder option for saving of untitled files (updated on each saving)
+ german help file ("SynWrite.de.chm" used automatically with German lang). Thanks Stefan.
- fixed JSON lexer tree
- fixed broken "Hide menu items" dlg
- fixes

http://www.uvviewsoft.com/synwrite/
Titel: RJ TextEd 8.63
Beitrag von: SiLæncer am 03 Juli, 2013, 20:15
(http://images.six.betanews.com/screenshots/scaled/1187014627-1.jpg)
RJ TextEd - A Unicode source and text editor. RJ TextEd is a full featured text and source editor with Unicode support, syntax highlighting and code folding. The functionality extends beyond text files and includes support for HTML editing with integrated preview, spell checking, auto completion, HTML validation, templates and more. The program also include support for Topstyle Lite CSS editor, has a dual pane file commander, as well as a FTP client to upload your files. The editor uses language files to display menus and dialogs in different languages. There are several included languages. New language files can easily be created in the editor. RJ TextEd is also a simple web development tool. The editor can use auto completion and hints to assist you in editing your source code. You can preview HTML/ASP/PHP... code using one of the preview tabs or open a document in a browser. The editor does not only handle source code. It also handles true ASCII files, binary files and of course plain text files.

The program is absolutely free. There are a many features not listed below. Including spell checking, e-mail support, advanced search with regular expressions. For a full list check out the features section.

To learn more about the program you could check out the screenshots, or just try it out. RJ TextEd is developed in Delphi 2007 from Codegear and is released as Freeware. The program has been tested in windows 98/Me/2000/XP/2003/Vista/2008/Windows 7.

Licence: Freeware

Whats new: >>

Made some more code improvements to regex highlighter keywords, trim lines from trailing spaces and some other functions.
Some changes to code folding and display functions.
Fixed an indent line issue.
A HTML display issue with the script tag.
If bold and normal font style have different widths, bold style is disabled.
Shift+Alt+(Left/Right/Up/Down) turn on column mode.

http://www.rj-texted.se/
Titel: Greenfish Icon Editor Pro v3.31
Beitrag von: SiLæncer am 09 Juli, 2013, 05:50
(http://www.portablefreeware.com/screenshots/scr4HDUrj.gif)
Greenfish Icon Editor Pro is a tool for creating icons, cursors, and other small images. It opens and saves in ICO, CUR, ANI, PNG, XPM, BMP and JPEG formats. It is able to create icons and cursors up to 256x256 @ 32-bit, which can also be PNG-compressed for use in Windows Vista. It is also able to create animated cursors, extract icons and cursors from executable files and icon libraries, batch convert image files to icons or other image formats, supports advanced selection handling (marquee, lasso and wand tools, saving/loading selections from files), offers various gradient styles for filling shapes, and includes many filters such as Remove matte, Drop shadow, Inner/Outer glow and Bevel etc.

License: Freeware

Whats new: >>

◦ Reintroduced Win32 support.

http://greenfish.tk/
Titel: Notepad++ 6.4.2
Beitrag von: SiLæncer am 09 Juli, 2013, 09:07
(http://www.portablefreeware.com/screenshots/scrHPI5U2.gif)
Notepad++ is a tabbed source code editor and Notepad replacement with a customizable interface. It is one of the few few source code editors that supports "folding," allowing users to quickly reduce and expand sections of code to see the overall document. In addition, it features multi-language syntax highlighting, auto-completion, regular expression search/replace, macro recording and playback, etc. The program can access a long list of plug-ins via an easy-to-access menu with even more features and functions.

License: GPL

What's new: >>

Fix localization regressions.
Make "Begin/End Select" Command recordable in macro.
Enhance the delimiter selection(Ctrl + double click) feature.
Fix Find/Replace dialog status bar overwriting memory problem.
Fix Run dialog doesn't work with spaces in path.
Fix "Find all in current document" asking for creating a new file bug (regression).

http://notepad-plus-plus.org/
Titel: SynWrite 5.6.640
Beitrag von: SiLæncer am 10 Juli, 2013, 16:20
(http://images.betanews.com/screenshots/1289816929-1.jpg)
Erweiterter Text-Editor mit Unterstützung von vielen Dateiformaten, Programmiersprachen und Zeichenkodierungen; bietet unter anderem Syntax-Hervorhebung, Auto-Vervollständigung und Code-Vorlagen; auch als Plug-in für Total Commander und als portable Version erhältlich.

Freeware

What's new: >>

+ added two tutorials "Creating new lexer", "Creating lexer rules": see files "Readme\LexerTutorial***.odt"
+ added recent templates list in "File -- New"
+ added command-line key /S: force single-instance
+ options: "Editor overrides" include also "Optimal fill"
+ commands list: added "Tree - collapse level 2..9"
+ commands list: added "Options dialog - tab nnnnnnnnnn"
- fix: AutoIt lexer

http://www.uvviewsoft.com/synwrite/
Titel: RealWorld Cursor Editor v2013.1
Beitrag von: SiLæncer am 11 Juli, 2013, 09:11
RealWorld Cursor Editor can create and edit Windows cursors, both static and animated. You can draw your cursors pixel by pixel or make them from images using a simple wizard.

(http://www.portablefreeware.com/screenshots/scrMr4Hsj.gif)

Images in cursors can be modified by drawing tools such as Lines, Curves, Rectangles, or Ellipses. A drag-and-drop based interface allows users to easily reorder, duplicate, or append frames to animated cursors. Additionally, the program contains several predefined filters covering color corrections, softening, sharpening, motion blur and other effects. Selected filters (for example drop shadow) can be applied on multiple images at once.

Can import cursors from Linux XCursor format.

License: Freeware

What's new: >>

 This version of RWCE contains some changes introduced in RealWorld Paint 2013.1, including redesigned color picker, drawing tools and effect windows.
There are also changes directly related to cursors:
- When selecting cursor sizes in various places of the application, a text field with one or more sizes in pixels and a dropdown menu with standard options is used.
- Improved support for Linux XCursor files. When opening a xcursor file, all resolutions are imported and the cursor can also be saved. The code was moved to a plug-in that can be installed from the online page.
- Function that uploads cursor to the cursor library is now more user friendly. Users must log in before uploading a cursor. After a successful upload, a link to a web page with the cursor is displayed. Obviously flawed cursors can not be uploaded anymore.

http://www.rw-designer.com/cursor-maker
Titel: RJ TextEd 8.64
Beitrag von: SiLæncer am 11 Juli, 2013, 18:20
(http://images.six.betanews.com/screenshots/scaled/1187014627-1.jpg)
RJ TextEd - A Unicode source and text editor. RJ TextEd is a full featured text and source editor with Unicode support, syntax highlighting and code folding. The functionality extends beyond text files and includes support for HTML editing with integrated preview, spell checking, auto completion, HTML validation, templates and more. The program also include support for Topstyle Lite CSS editor, has a dual pane file commander, as well as a FTP client to upload your files. The editor uses language files to display menus and dialogs in different languages. There are several included languages. New language files can easily be created in the editor. RJ TextEd is also a simple web development tool. The editor can use auto completion and hints to assist you in editing your source code. You can preview HTML/ASP/PHP... code using one of the preview tabs or open a document in a browser. The editor does not only handle source code. It also handles true ASCII files, binary files and of course plain text files.

The program is absolutely free. There are a many features not listed below. Including spell checking, e-mail support, advanced search with regular expressions. For a full list check out the features section.

To learn more about the program you could check out the screenshots, or just try it out. RJ TextEd is developed in Delphi 2007 from Codegear and is released as Freeware. The program has been tested in windows 98/Me/2000/XP/2003/Vista/2008/Windows 7.

Licence: Freeware

Whats new: >>

- Quick block select (Shift+Alt+Selection) will allow simple editing after selection, but quit column mode when pressing any of the arrow keys
- Small update to the AutoIt syntax highlighter
- Minor update to the CSS syntax
- Auto completion is not triggered if a text is selected when you hit e.g. (.)-dot
- Auto brace and bracket completion is not triggered if a text is selected
- CSS auto completion
- Smart paste should work properly now
- A few code explorer issues
- Code fold icon issue with themes
- An issue with reformat paragraph if only 1 line was selected

http://www.rj-texted.se/
Titel: TeXstudio 2.6.2
Beitrag von: SiLæncer am 15 Juli, 2013, 19:30
(https://www.heise.de/software/screenshots/t53117.jpg)
GPL-LaTeX-Editor, der das Erstellen von LaTex-Dokumenten in Unicode vereinfacht; unterstützt den Nutzer beim Schreiben mittels interaktiver Rechtschreibprüfung, Syntax-Highlighting, Code-Folding und automatischer Code-Vervollständigung.

Lizenz: Open Source

Whats new: >>

- structure tree view: context menu entries to recursively collapse/expand the structure
- improved hard line wrap with joining lines
- View -> Focus Viewer now also works for the windowed viewer
- better detection of LagnuageTool
- similarity dictionary
- "Align Table Columns" now works also for tabu/longtabu
- updated poppler library, now displays PDF annotations like highlight and underline
- updated to Qt 4.8.5 (Windows installer)
- fix: user templates are editable again
- fix: broken SVN Undo
- fix: bug when typing '}' in RTL languages
- fix: pinyin input method problem on mac
- fix: Opening package documentation in non-PDF formats
- more small corrections and improvements

http://texstudio.sourceforge.net/
Titel: Rapid Environment Editor 8.0 build 903
Beitrag von: SiLæncer am 16 Juli, 2013, 17:45
(http://www.rapidee.com/images/rapidee.png)
Rapid Environment Editor (RapidEE) is an environment variables editor. It includes an easy to use GUI and replaces the small and inconvenient Windows edit box, located in the System Information section.

License: Freeware

What's new: >>

updated: French translation (kinarky)
updated: Italian translation (Giacomo Margarito)
added: Tested on Windows 8

http://www.rapidee.com/
Titel: SynWrite v5.7.680
Beitrag von: SiLæncer am 18 Juli, 2013, 23:51
(http://images.betanews.com/screenshots/1289816929-1.jpg)
Erweiterter Text-Editor mit Unterstützung von vielen Dateiformaten, Programmiersprachen und Zeichenkodierungen; bietet unter anderem Syntax-Hervorhebung, Auto-Vervollständigung und Code-Vorlagen; auch als Plug-in für Total Commander und als portable Version erhältlich.

Freeware

What's new: >>

Added:

    Dialog "Project files list": you can add to filter "@Name" to filter files which contain "Name"
    Dialog "Find in files" presets (blue label on right and keys F3, Alt+1..Alt+9)
    Dialog "Lexer library" redone
    Dialog "Go to bookmark": Shift+click selects from caret to bookmark
    External tools user variables. They can be set in project options.
    Explorer plugin: favorites are listed in "star" menu

Changed:

    Portable bookmarks now added without indent+newline

Fixed:

    Batch lexer
    sync'ed vertical scrolling

http://www.uvviewsoft.com/synwrite/
Titel: SciTE 3.3.4
Beitrag von: SiLæncer am 20 Juli, 2013, 10:40
(http://www.heise.de/software/screenshots/1206.jpg)
Editor mit Syntax-Highlighting, Auto-Completion, Folding und vielem mehr...

Lizenz: Open Source

Whats new:>>

Version 3.3.4 adds an 'immediate' subsystem to allow scripts that work while tools are executed.

http://www.scintilla.org/SciTE.html
Titel: Rapid Environment Editor 8.0 build 904
Beitrag von: SiLæncer am 20 Juli, 2013, 17:00
(http://www.rapidee.com/images/rapidee.png)
Rapid Environment Editor (RapidEE) is an environment variables editor. It includes an easy to use GUI and replaces the small and inconvenient Windows edit box, located in the System Information section.

License: Freeware

What's new: >>

updated: German translation (Gerd Kohel)

http://www.rapidee.com/
Titel: Arachnophilia 5.5 Build 2809
Beitrag von: SiLæncer am 20 Juli, 2013, 18:00
(http://www.freeware.de/images/screenshots/65538/arachnophilia_medium_1.png)
Arachnophilia ist ein kostenloser HTML-Editor für die einfache, bequeme Webseiten-Gestaltung. HTML-Seiten für das eigene Web-Domizil lassen sich mit der Freeware kreativ und individuell bearbeiten.

Es handelt sich bei Arachnophilia um einen echten Klassiker unter den textbasierten HTML-Editoren. Die Freeware enthält alle wichtigen Funktionen zur Erzeugung von Tabellen und Rahmen. Enthalten ist außerdem ein FTP-Client und ein interner Viewer.

Vorgefertigte Makros können mit Arachnophilia zum Schreiben von HTML-Quelltext verwendet werden. „Wizards“ sind behilflich, um HTML-Lösungen komfortabler zu realisieren. Die Freeware kann nicht nur für das HTML-Deisgn, sondern auch für Programmiersprachen wie Java, JavaScript, Perl, C und C++ eingesetzt werden. Nützlich ist dabei die Funktion des Syntax Highlighting.

Nahezu alle Arachnophilia-Menüs und Werkzeugleistenelemente können intern durch ein Makro dargestellt und individuell erweitert oder verändert werden. Weitere interessante Funktionen sind ein Makroeditor zum Erstellen selbst definierter Funktionen, ein globales Suchen und Ersetzen, die Browser-Vorschau in sechs unterschiedlichen Varianten, der Import von RTF-Dokumenten und die Überwachung von Dateiveränderungen.

Whats new: >>

Corrected a mishandling of the tab key when spaces are used for tabs.

http://www.arachnoid.com/arachnophilia/index.php
Titel: CodeLite 5.2
Beitrag von: SiLæncer am 22 Juli, 2013, 14:20
(http://codelite.org/images/codelite-linux-thumb.png)
CodeLite is created as a powerful and cross-platform instrument that allows you to analyze and edit C / C++ source code files.

CodeLite is an open source tool that makes use of an user-friendly, yet sophisticated interface that allows users to easily create and build complex projects.

License: GPL

http://codelite.org/
Titel: SynWrite 5.7.700
Beitrag von: SiLæncer am 22 Juli, 2013, 22:45
(http://images.betanews.com/screenshots/1289816929-1.jpg)
Erweiterter Text-Editor mit Unterstützung von vielen Dateiformaten, Programmiersprachen und Zeichenkodierungen; bietet unter anderem Syntax-Hervorhebung, Auto-Vervollständigung und Code-Vorlagen; auch als Plug-in für Total Commander und als portable Version erhältlich.

Freeware

What's new: >>

+ dbl-click on spaces selects them (like in Notepad++)
* options: removed some options from "Search" tab
* Lister plugin: options "Use Totalcmd history section"+"Allow to use modern search dialog" are now "hidden". See help topic about Lister plugin.

http://www.uvviewsoft.com/synwrite/
Titel: EverEdit 2.90.2069
Beitrag von: SiLæncer am 24 Juli, 2013, 21:30
(http://www.everedit.net/wp-content/themes/everedit/sc/s_folding.png)
EverEdit is a fast, lightweight, extendable text, source and binary editor. While it can serve as a good Notepad replacement, it also offers many powerful features for Web page authors and programmers.

Features:

Unicode Support
Multiple Selections
Full emmet support(ZenCoding)
Markdown Support
Snippet Support
Theme
Large file Support
Hex Editor

Freeware

Whats new: >>

Fixed a bug on inserting pairs Fixed a bug on showing dialogs/menus with multiple monitors
Fixed a bug on closing active file [double clicking may block windows refreshing] Improved efficiency of default URL match

http://www.everedit.net/
Titel: EditPad Lite 7.3.0
Beitrag von: SiLæncer am 26 Juli, 2013, 12:45
(http://www.editpadpro.com/screens/editpadlite.png)
EditPad Lite is a general-purpose text editor, designed to be small and compact, yet offer all the functionality you expect from a basic text editor. EditPad Lite works with Windows NT4, 98, 2000, ME, XP and Vista.

Freeware

What's new: >>

Improvements:

    Fallback fonts for complex script text layouts are now used in a more granular fashion, allowing smaller bits of text to be displayed with different fonts, ultimately allowing more characters to be displayed with the correct fallback font. This improves the rendering of text mixed with special symbols such as mathematical equations.
    Forum: HTTP proxy server support extended with more authentication methods.
    Forum: SOCKS proxy server support.
    Working copies: Do not automatically load working copies of unsaved files when there is already a running EditPad instance that cannot be reused because it is running with different permissions (admin vs non-admin).

Bug fixes:

    Forum continued to use the old proxy settings until you closed the forum window if you changed the proxy settings after having successfully connected to the forum.
    Pasting a small amount of text at the very start of a file fails if the text was copied from another file with a different line break style.
    Print: Adding a new color palette via the print preview failed with a "list index out of bounds" error.
    Search: Line by line search failed or hung when searching through all files and a file that wasn't the active file hadn't been fully scanned for line breaks yet.
    Search: Regular expressions starting with \Z or starting with a lookbehind followed by \Z that could not find a match before the final line break in the file (because of the lookbehind or whatever follows \Z) caused EditPad Pro to hang if the file ended with a line break.
    Toolbars: Toolbar visibility was not preserved when restarting EditPad if you did not customize the toolbars at all other than changing which toolbars are visible.
    View|Custom Layouts: Loading a previously saved layout broke the Options|Word Wrap and Options|Text Layouts submenus.
    View|Custom Layouts: Saving a layout caused the bottom half of the Options|Word Wrap submenu to be doubled up.
    View|Custom Layouts|Delete removed the selected layout(s) from the menu but deleted the .ini files for the most recently added layout.
    Windows XP: Enabling the tray icon and the option to hide the taskbar button, opening and closing the text layout configuration dialog, and then minimizing EditPad did not hide the taskbar button; restoring EditPad via the taskbar button made EditPad's window edge and caption unresponsive.
    Windows XP: Enabling the tray icon and the option to hide the taskbar button, opening the forum, minimizing EditPad, and then restoring EditPad via the taskbar button made EditPad's window edge and caption unresponsive; hiding EditPad's taskbar button is not possible while the forum window is still open.

http://www.editpadpro.com/editpadlite.html
Titel: Universal File Editor 0.4.26.8 Beta
Beitrag von: SiLæncer am 27 Juli, 2013, 21:20
(http://download-codeplex.sec.s-msft.com/Download?ProjectName=UniversalFileEditor&DownloadId=689343)
Universal File Editor is a handy and reliable application designed to open a wide array of file formats and to enable you to edit them. The list of supported file formats includes TXT, XML, PDF, CSV, DOCX, AVI, ICO, MP3, BAT, CMD, Java, CS, NSI, NSH to name the most important ones.

License: GPL

https://universalfileeditor.codeplex.com/
Titel: RJ TextEd 8.65
Beitrag von: SiLæncer am 28 Juli, 2013, 07:00
(http://images.six.betanews.com/screenshots/scaled/1187014627-1.jpg)
RJ TextEd - A Unicode source and text editor. RJ TextEd is a full featured text and source editor with Unicode support, syntax highlighting and code folding. The functionality extends beyond text files and includes support for HTML editing with integrated preview, spell checking, auto completion, HTML validation, templates and more. The program also include support for Topstyle Lite CSS editor, has a dual pane file commander, as well as a FTP client to upload your files. The editor uses language files to display menus and dialogs in different languages. There are several included languages. New language files can easily be created in the editor. RJ TextEd is also a simple web development tool. The editor can use auto completion and hints to assist you in editing your source code. You can preview HTML/ASP/PHP... code using one of the preview tabs or open a document in a browser. The editor does not only handle source code. It also handles true ASCII files, binary files and of course plain text files.

The program is absolutely free. There are a many features not listed below. Including spell checking, e-mail support, advanced search with regular expressions. For a full list check out the features section.

To learn more about the program you could check out the screenshots, or just try it out. RJ TextEd is developed in Delphi 2007 from Codegear and is released as Freeware. The program has been tested in windows 98/Me/2000/XP/2003/Vista/2008/Windows 7.

Licence: Freeware

Whats new: >>

Matching bracket

You can now move the text cursor between matching HTML and XML tags by using this function in the "Search" menu.
Help

Updated the help topics on scripts. I've added a section on how to create and add a script to the tools menu and program toolbars. Added a new topic with a simple description of the FastScript scripting language and it's different syntax types (C++,JS,Pas,Basic).

Auto completion

    The user menu and auto completion lists are not sorted any more, which enables us to group items.
    The auto completion list will use colors from the current color theme to display items. Some items are also displayed in bold.
    The font size is the same the one used as GUI font, in settings.

Scripts

Strings are now always UTF8 encoded.

Zitat

E.g.

// Store "åäö" in a string. Both s and "åäö" are UTF8 encoded string s = "åäö"

// Convert "åäö" to UTF16 and store it as a WideString variable WideString ws = ScriptUtils.UTF8ToWide("åäö")

// Convert "åäö" to ANSI and store it as a string variable string sAnsi = ScriptUtils.UTF8ToAnsi("åäö")

    The script syntax files are now stored among the other syntax files and all settings are now individual to each script language.
    All script language syntax files have been updated.
    You can now change settings for each script language, e.g. change color theme. These settings only affect the script language file settings.
    Script files should always be opened from the quickbar user script tab. This to ensure the correct highlighting and settings are used.
    New script files are always UTF8 encoded.
    Several changes has been made to "Document" and "ScriptUtils" objects.

Syntax Editor

    Class and tag completion items can now be moved up and down.
    User menu items can be moved up and down.
    Hints can be edited.

Misc

A right mouse click in an empty editor window will display the document tab-bar context menu.

Fixed

    Some column mode issues.
    Delete in word wrap mode.
    Line number display issue when changing margin in word wrap mode.
    Issue when changing settings in printer setup.

http://www.rj-texted.se/
Titel: Notepad++ 6.4.3
Beitrag von: SiLæncer am 29 Juli, 2013, 06:00
(http://www.portablefreeware.com/screenshots/scrHPI5U2.gif)
Notepad++ is a tabbed source code editor and Notepad replacement with a customizable interface. It is one of the few few source code editors that supports "folding," allowing users to quickly reduce and expand sections of code to see the overall document. In addition, it features multi-language syntax highlighting, auto-completion, regular expression search/replace, macro recording and playback, etc. The program can access a long list of plug-ins via an easy-to-access menu with even more features and functions.

License: GPL

What's new: >>

Fix a crash issue while using Function list.
Enhance delimiter selection (Ctrl + Mouse Double Click) - add GUI settings in Preferences dialog.
Add open session in the new instance capacity.
Add new command line argument "-openSession" for opening a session file.
Add multi-instance option.
Fix regression -systemtray command line option not working properly.
Fix begin/end selection bug after the text modification between the begin and end position.
Add localization command line option -LlangCode where langCode is browser language code.

http://notepad-plus-plus.org/
Titel: jedit 5.1.0
Beitrag von: SiLæncer am 29 Juli, 2013, 06:25
(http://www.jedit.org/images/screenshot.png)
jEdit is a mature programmer's text editor with hundreds (counting the time developing plugins) of person-years of development behind it. To download, install, and set up jEdit as quickly and painlessly as possible, go to the Quick Start page.

While jEdit beats many expensive development tools for features and ease of use, it is released as free software with full source code, provided under the terms of the GPL 2.0.

Lizenz: Open Source

Whats new: >>

Siehe hier : http://www.jedit.org/CHANGES51.txt

http://www.jedit.org/
Titel: Texmaker 4.0.3
Beitrag von: SiLæncer am 29 Juli, 2013, 14:10
(http://www.heise.de/software/screenshots/31402.jpg)
Umfangreicher LaTeX-Editor mit integrierten Tools und Funktionen wie Syntax-Highlighting, 370 mathematischen Symbolen und Ausdrücken, Suchen und Ersetzen oder Rechtschreibprüfung; konvertiert zudem LaTeX ins HTML-Format.

Lizenz: Open Source

Whats new: >>

- The windows and MacOsXlion versions are now compiled with Qt 5.1 (some issues which come from Qt 5.0.x are now fixed) and poppler 0.22
- Find-and-replace actions can now be applied to a selection only
- Users can now check if a new version is available via a new option in the "Help" menu
- A tool to convert source files to Unicode has been added
- The user manual has been updated
- ES, LV, El, AR and IT translations have been updated
- UK translation has been added (thanks to Володимир Боденчук)
- utf8 option has been added to the "letter" wizard
- A trouble in the presentation mode for the pdf viewer on windows has been fixed
- On MacOsX, session file is no more stored in the tmp/ directory, but in the "cache" directory.

http://www.xm1math.net/texmaker/download.html
Titel: SynWrite 5.8.740
Beitrag von: SiLæncer am 30 Juli, 2013, 09:06
(http://images.betanews.com/screenshots/1289816929-1.jpg)
Erweiterter Text-Editor mit Unterstützung von vielen Dateiformaten, Programmiersprachen und Zeichenkodierungen; bietet unter anderem Syntax-Hervorhebung, Auto-Vervollständigung und Code-Vorlagen; auch als Plug-in für Total Commander und als portable Version erhältlich.

Freeware

What's new: >>

Changed:

· options dialog: big rework
· main menu: big rework ("HTML" added, "Lexer" removed, "Run" changed, etc)
· toolbar: few buttons added/updated (toggle left/bottom/right panel) and few removed
· option "strip names in portable bkmk dialog" is now hidden - see "Readme\HiddenOptions.txt"
· command "preview html code" creates temp html file in file's folder (not in %temp%)
· lister plugin: option "start in read-only" is now hidden - see help topic about TC plugin
· lexers Eiffel, Euphoria removed to "Readme\MoreLexers.rar"

Added:

· right-click on gutter -> new menu
· lexer Python: fixes and additions (class names hilited; hex/oct/bin numbers hilited; "with" folded)
· external tools: added macro {SelectedTextForWeb}
· fixes

http://www.uvviewsoft.com/synwrite/
Titel: StroyCode 1.38
Beitrag von: SiLæncer am 31 Juli, 2013, 19:40
(https://www.heise.de/software/screenshots/t117951.jpg)
Texteditor zum Programmieren; visualisiert die Struktur des Codes durch verschachtelte grafische Elemente, welche sich auch mit der Maus einfügen lassen.

Freeware

Whats new: >>

New elements added: SizeOf, Fingers, Locker, InDoubleMethod, DoubleMethod, LetTemp, Notification.
Hide empty Else section in IfThen element.
Additional themes removed from distributive.
Inserting methods to expressions.
Ctrl+Space shortcut for Identifier, Substitution elements.
New type added: index.
Automatic class forward declaration.
Untranslatable element added. Numerous small fixes and improvements in localization features.
Palette shortcuts by Ctrl.
New languages.

http://softconstructors.com/en/applications/stroycode/
Titel: Universal File Editor 0.4.26.9 Beta
Beitrag von: SiLæncer am 01 August, 2013, 05:15
(http://download-codeplex.sec.s-msft.com/Download?ProjectName=UniversalFileEditor&DownloadId=689343)
Universal File Editor is a handy and reliable application designed to open a wide array of file formats and to enable you to edit them. The list of supported file formats includes TXT, XML, PDF, CSV, DOCX, AVI, ICO, MP3, BAT, CMD, Java, CS, NSI, NSH to name the most important ones.

License : GPL

https://universalfileeditor.codeplex.com/
Titel: Metabook 0.9.3.64
Beitrag von: SiLæncer am 01 August, 2013, 05:30
(http://images.six.betanews.com/screenshots/scaled/1375299322-1.jpg)
Metabook is an assistant tool for people who write books, documentation or really anything else, but do not want tp stop working with their well known applications. You are free to design your structure, link or copy files directly to each node, topic or detail.

Freeware

Latest Changes

- NEW: lock/unlock profiles after loading
- NEW: rename attached files
- FIX: Runtime error on missing files
- FIX: some translation issues

https://www.dseichter.de/software/metabook/
Titel: FreeText 1.18
Beitrag von: SiLæncer am 01 August, 2013, 14:20
(https://www.heise.de/software/screenshots/t118019.jpg)
Schlanker Texteditor mit Autostartfunktion; neben dem Text lassen sich auch Links und Grafiken einfügen.

Freeware

Whats new: >>

Hide to tray by Esc key.
Palette shortcuts by Ctrl.
New languages.
Small enhancements.

http://softconstructors.com/en/applications/freetext/
Titel: EditBone 6.8.1
Beitrag von: SiLæncer am 02 August, 2013, 14:10
(http://www.bonecode.com/images/EditBone1.png)
Powerful text editing tool that comes with syntax highlighting support for over 50 languages and scripts, 22 ready made styles, a handy file comparison feature and support for multiple directories and search results.

Freeware

Whats new: >>

· Fixed file saving style bug
· Fixed view in browser to work with a filename containing a space sign
· Fixed URI activation for text files

http://www.bonecode.com/?page=projects
Titel: EditBone 6.9.0
Beitrag von: SiLæncer am 05 August, 2013, 20:15
Whats new: >>

· Added progress bar for opening, replacing, saving, and closing multiple files
· Added smart tabs and smart tab delete options for editor
· Fixed close all documents
· Fixed file opening style bug
· Updated language files

http://www.bonecode.com/?page=projects
Titel: SynWrite 5.8.770
Beitrag von: SiLæncer am 06 August, 2013, 15:30
(http://images.betanews.com/screenshots/1289816929-1.jpg)
Erweiterter Text-Editor mit Unterstützung von vielen Dateiformaten, Programmiersprachen und Zeichenkodierungen; bietet unter anderem Syntax-Hervorhebung, Auto-Vervollständigung und Code-Vorlagen; auch als Plug-in für Total Commander und als portable Version erhältlich.

Freeware

What's new: >>

· menu "Run -- Text converters" added (see help topic in Misc section)
· command "Encode HTML chars" works with all html entities
· command "Preview HTML code" works ok with both ansi and utf8
· command "Copy search marks to clipboard" (in Commands List)

http://www.uvviewsoft.com/synwrite/
Titel: reCsvEditor 0.95
Beitrag von: SiLæncer am 06 August, 2013, 18:40
(http://images.six.betanews.com/screenshots/scaled/1300590091-1.jpg)
reCsvEditor is a cross platform editor for Csv Files. It supports a wide variety of Field delimiters, very large files and Unicode Files. Files are displayed in a table format.

Freeware

Latest Changes

- Added basic Script-Editor to the Script-Run dialog
- Extra Functions / Methods for use in Macro Scripts, More example scripts and Script-Documentation
- Problem fix's and general cleanup
- Updates to How to documentation for Scripts
- New Text Editor View
- New positive binary types (Mainly for Cobol)
- Minor updates to Open File to improves looks and make better use of screen space
- Added 2 new CsvParsers:
- Basic - Delimiter all fields - ensure there is a delimiter for every field (even when a field is not present)
- Basic - Delimiter all fields + 1 - ensure there is a delimiter for every field + an extra delimiter after the last field
- Increase space allocated to BigFile bat/sh scripts to 1.2GB on the assumption that most people have at least 2GB. This should allow editting of 3/4 GB files

http://recsveditor.sourceforge.net/
Titel: EditBone 6.9.1
Beitrag von: SiLæncer am 08 August, 2013, 10:30
(http://www.bonecode.com/images/EditBone1.png)
Powerful text editing tool that comes with syntax highlighting support for over 50 languages and scripts, 22 ready made styles, a handy file comparison feature and support for multiple directories and search results.

Freeware

Whats new: >>

· Fixed dialog close with Esc
· Fixed output close tab by middle-click
· Fixed close all other documents
· Fixed close all and close all other outputs
· Fixed find of the HTML version
· Fixed split editor properties

http://www.bonecode.com/?page=projects
Titel: Notepad++ 6.4.4
Beitrag von: SiLæncer am 09 August, 2013, 06:45
(http://www.portablefreeware.com/screenshots/scrHPI5U2.gif)
Notepad++ is a tabbed source code editor and Notepad replacement with a customizable interface. It is one of the few few source code editors that supports "folding," allowing users to quickly reduce and expand sections of code to see the overall document. In addition, it features multi-language syntax highlighting, auto-completion, regular expression search/replace, macro recording and playback, etc. The program can access a long list of plug-ins via an easy-to-access menu with even more features and functions.

License: GPL

What's new: >>

Fix a crash issue while there's missing tag in functionList.xml.
Fix UTF-8 (w/o BOM) detection bug.
Fix line numbers space problem while folding.
Fix opening file in Notepad++ makes Aero-snapped cancelled.
Change behaviour: statusbar reports the number of selected characters instead of number of bytes now.
Add "close all tab to left" and "close all tab to right" features.
Add direct access to the tab feature (Ctrl + NumPad).
Fix macro replaying crash issue.
Add insert blank line above/below the current line feature(Ctrl+Alt+Enter/Ctrl+Alt+Shift+Enter respectively).
Add selection between matching braces feature.
Fix opening file problem from the network drive.
Fix C++ class (*.h) parsing problem in function list while there is comment on the beginning of document.
Enhance function list's C/C++ parser.

http://notepad-plus-plus.org/
Titel: Notepad++ 6.4.5
Beitrag von: SiLæncer am 10 August, 2013, 06:00
What's new: >>

Fix a regression on recent files history.

http://notepad-plus-plus.org/
Titel: SynWrite v5.8.775
Beitrag von: SiLæncer am 14 August, 2013, 20:20
(http://images.betanews.com/screenshots/1289816929-1.jpg)
Erweiterter Text-Editor mit Unterstützung von vielen Dateiformaten, Programmiersprachen und Zeichenkodierungen; bietet unter anderem Syntax-Hervorhebung, Auto-Vervollständigung und Code-Vorlagen; auch als Plug-in für Total Commander und als portable Version erhältlich.

Freeware

What's new: >>

Lexer CoffeeScript added.
Lexer Clarion removed to "Readme\MoreLexers.rar".

http://www.uvviewsoft.com/synwrite/
Titel: HTMLcoder 3.5
Beitrag von: SiLæncer am 15 August, 2013, 13:11
HTMLcoder is an easy to use utility that will help you create a webpage in minutes. If you create regular web news pages you might find this freeware of help, just activate HTMLcoder.exe and create a shortcut to it for your Desktop.

It enables JPG images to be inserted in a directory adjacent to the this program, which will then need to uploaded along with the HTM Web Page created.

The program will also allow you to insert any text Copied in the Windows Clipboard, and reformat it, remove blank lines or any individual character such as the > in emails using the Text Window. You can also select the colours of text, heading and background, and the width of JPG images with the height to width aspect of the original retained.

However the indication of colours and sizes shown are only temporary, and will not display if the Text Window or your Browser is used to test a web page created. The program will also enable you to just create a .TXT file of any reformatted text.

A sample web page and text.txt file is included in the ZIP package which creates an HTMLcoder directory once unzipped and need not be copied into the Windows Program Files directory.

Freeware

http://www.sigord.co.uk/
Titel: BookME 4.7.0.2
Beitrag von: SiLæncer am 15 August, 2013, 20:25
(http://members.chello.at/~dimega/Screen1-100.png)
BookME bietet einem die Möglichkeit, Nachschlagewerke zu erstellen. Durch die Aufteilung in Kapitel und Unterkapitel hat man die Möglichkeit, sein Werk zu strukturieren. Grafiken und Tabellen können ebenso eingefügt werden, wie interne Hyperlinks auf andere Kapitel oder Dokumente sowie Hyperlinks für Dateien, Internet- und Mailadressen. Das Ergebnis lässt sich in verschiedene Formate exportieren (HTLM, MHT, CHM).

Vorausgesetzt wird ein installierte .NET Framework 2

Unterstützt wird WIN XP bis Seven

Freeware (für den privaten Gebrauch)

Whats new: >>

Erweiterung: Ab dieser BookME-Version können bis zu 20.000 Einträge (Kapitel und Dokumente) gespeichert werden. Alle bisher gespeicherten BookME-Dateien lassen sich mit der neuen Programmversion öffnen und bearbeiten.
Anpassung: Sobald eine HTML-Datei mit dem HTML-Tag IFRAME in ein bestehendes Kapitel oder Dokument importiert werden soll, unterbindet BookME den Importvorgang.
Korrektur: Formatvorlagen mit dem Style-Attribut 'background-image:url' wurden in einer exportierten Hilfe-Datei (.CHM) ohne den entsprechenden Grafiken angezeigt.
Kleine Optimierungen

http://www.dimega.com/
Titel: Highlight 3.15
Beitrag von: SiLæncer am 16 August, 2013, 21:45
(http://images.six.betanews.com/screenshots/scaled/1028713443-1.jpg)
Highlight is a universal source code converter which transforms code to HTML, XHTML, RTF, LaTeX, TEX, SVG and BBCode files with syntax highlighting. (X)HTML and SVG output is formatted by CSS. It supports customizable color theme and language descriptions with regular expressions. The configuration files are Lua scripts with plug-in support. The tool contains several options to provide a consistent formatting of the output code.

License: Open Source

Latest Changes

· updated Diluculum code to release 1.0 (support of Lua 5.2)
· patched Diluculum to support Lua 5.1 and 5.2
· added support for Yang (thanks to A. Aniruddha)
· fixed Ruby definitions

http://www.andre-simon.de/
Titel: ExHtmlEditor 1.1
Beitrag von: SiLæncer am 17 August, 2013, 18:30
(http://download-codeplex.sec.s-msft.com/Download?ProjectName=exhtmleditor&DownloadId=718133)
ExHtmlEditor is a handy and reliable program that embeds a simple, yet reliable HTML editor for beginner programmers. The application features a side-by-side code editor and visualizer, providing live previews of the code without ever leaving the main window of the application.

License: MIT License

https://exhtmleditor.codeplex.com/
Titel: Universal File Editor 0.4.29.14 Beta
Beitrag von: SiLæncer am 18 August, 2013, 10:30
(http://download-codeplex.sec.s-msft.com/Download?ProjectName=UniversalFileEditor&DownloadId=689343)
Universal File Editor is a handy and reliable application designed to open a wide array of file formats and to enable you to edit them. The list of supported file formats includes TXT, XML, PDF, CSV, DOCX, AVI, ICO, MP3, BAT, CMD, Java, CS, NSI, NSH to name the most important ones.

License: GPL

Whats new: >>

· Add support of archive formats (zip, rar, 7z, tar and etc.): readonly mode
· Text editors: remember scroll position and selection between launches
· Text editors: allow add tab to several lines by one key press (select several lines and press Tab)
· Video player: preventing the system from entering sleep or turning off the display

https://universalfileeditor.codeplex.com/
Titel: SynWrite v5.8.780 Beta
Beitrag von: SiLæncer am 18 August, 2013, 11:01
(http://images.betanews.com/screenshots/1289816929-1.jpg)
Erweiterter Text-Editor mit Unterstützung von vielen Dateiformaten, Programmiersprachen und Zeichenkodierungen; bietet unter anderem Syntax-Hervorhebung, Auto-Vervollständigung und Code-Vorlagen; auch als Plug-in für Total Commander und als portable Version erhältlich.

Freeware

What's new: >>

+ lexer CoffeeScript added
* lexer Clarion removed to "Readme\MoreLexers.rar"
+ lexer Python: added tree node "imports"
+ command "HTML -- Insert image tag" inserts also folder path of image

http://www.uvviewsoft.com/synwrite/
Titel: EditBone 7.1.0
Beitrag von: SiLæncer am 20 August, 2013, 06:30
(http://www.bonecode.com/images/EditBone1.png)
Powerful text editing tool that comes with syntax highlighting support for over 50 languages and scripts, 22 ready made styles, a handy file comparison feature and support for multiple directories and search results.

Freeware

Whats new: >>

- Added German language, translated by bugreporter453
- Added right click select option for editor, directory, and output tabs
- Fixed icons
- Fixed main image list color depth and drawing style
- Fixed completion proposal
- Fixed language editor
- Fixed convert language update
- Updated language files

http://www.bonecode.com/?page=projects
Titel: EverEdit 2.90(2074)
Beitrag von: SiLæncer am 21 August, 2013, 05:50
(http://www.everedit.net/wp-content/themes/everedit/images/big_box.jpg)
EverEdit is a handy and easy-to-use text, binary and source editor that enables you to write simple text files or create HTML, PHP, C/C++ or binary documents.

With an intuitive interface, EverEdit is suitable for both beginner and advanced programmers. Drag and drop support, syntax highlighting, auto-complete and auto-correct functions are features designed to ease your work even more.

The editor comes with encoding detection, regular expressions, macros and plugins support, brace match and code folding.

Freeware

Whats new: >>

· Fixed a php syntax bug
· Fixed a syntax bug on multiple lines operations
· Fixed a bug of bookmark drawing
· Full screen displayed a white edge on Win7 aero theme
· The main application might crash on clicking mru dialog with empty records
· The snippet might be invalid on inserting auto complete words

http://www.everedit.net/
Titel: EditBone 7.1.1
Beitrag von: SiLæncer am 23 August, 2013, 12:33
(http://www.bonecode.com/images/EditBone1.png)
Powerful text editing tool that comes with syntax highlighting support for over 50 languages and scripts, 22 ready made styles, a handy file comparison feature and support for multiple directories and search results.

Freeware

Whats new: >>

· Fixed style hook unregister bugs when closing application
· Fixed canceling find in files
· Fixed undo and redo icons

http://www.bonecode.com/?page=projects
Titel: MarkdownPad 2.3.0.25835
Beitrag von: SiLæncer am 25 August, 2013, 06:15
(http://markdownpad.com/img/markdownpad2.png)
Markdown is a text-to-HTML conversion tool for web writers. Markdown allows you to write using an easy-to-read, easy-to-write plain text format, then convert it to structurally valid XHTML (or HTML).

The goal for Markdown’s formatting syntax is to be as readable as possible. A Markdown-formatted document should be publishable as-is, as plain text, without looking like it’s been marked up with tags or formatting instructions.

In short, you can create beautiful HTML documents without knowing any HTML.

Features:

Instant HTML Preview
Easy formatting with keyboard shortcuts
Fully Customizable
Use your own CSS
HTML Export
Distraction-free Mode

Freeware

Whats new: >>

New Markdown processor: GitHub Flavored Markdown (offline)
Added: Quick Markdown Selector in the status bar
Added: Re-open the "Welcome to MarkdownPad" document displayed on application's first run by going to Help → Documentation → Open Welcome Document
Improved: Updated markdownpad-github.css to support GitHub's keyboard symbol HTML tag <kbd>. Use the Restore Defaults button in the Stylesheet options page to get the newest version of this stylesheet.
Improved: Simplified selection and usage of Markdown processors
Improved: View description of Markdown processor features by hovering mouse over processor name
Improved: GitHub Flavored Markdown error handling
Improved: Bug reporter includes additional helpful error information
Improved: Text layout in Options window for translations and window resizing
Fixed: When dragging and dropping an image into the MarkdownPad editor pane, opens the Insert Image dialog
Fixed: Navigating to internal links no longer opens them externally
Updated: All translations
Updated: Translator acknowledgments and licenses

http://markdownpad.com/
Titel: EditBone 7.2.1
Beitrag von: SiLæncer am 25 August, 2013, 17:30
(http://www.bonecode.com/images/EditBone1.png)
Powerful text editing tool that comes with syntax highlighting support for over 50 languages and scripts, 22 ready made styles, a handy file comparison feature and support for multiple directories and search results.

Freeware

Whats new: >>

Version 7.2.1 (Aug 25, 2013)

- Fixed print preview to print options

Version 7.2.0 (Aug 24, 2013)

- Added print preview options
- Added save tabs option for directory and output
- Fixed options tree language
- Fixed convert tool
- Fixed find in files
- Fixed icons
- Updated language files
- Updated third-party components

http://www.bonecode.com/?page=projects
Titel: Leafier v1.0.3.0
Beitrag von: SiLæncer am 25 August, 2013, 19:30
(http://www.portablefreeware.com/screenshots/scrUfDMQV.gif)
Leafier is a simple HTML editor with tag insertion feature. Unicode, tabbed multi document interface, syntax highlighting, etc is supported.

License:    Freeware

Whats new: >>

Fixed a bug in the path replaced local server preview.
Fixed a bug of the string move by drag-and-drop.
It corresponds to the color-coding of CSS comments.
Add (.xhtml / .xht / .xml), fix the other color-coded target extension.

http://www.vieas.com/en/software/leafier.html
Titel: Universal File Editor 0.4.38.15 Beta
Beitrag von: SiLæncer am 27 August, 2013, 06:10
(http://download-codeplex.sec.s-msft.com/Download?ProjectName=UniversalFileEditor&DownloadId=689343)
Universal File Editor is a handy and reliable application designed to open a wide array of file formats and to enable you to edit them. The list of supported file formats includes TXT, XML, PDF, CSV, DOCX, AVI, ICO, MP3, BAT, CMD, Java, CS, NSI, NSH to name the most important ones.

License: GPL

Whats new: >>

· Xml parser: refactoring -> increase speed parsing
· Xml parser: refactoring -> increase speed rendering
· Xml editor: show dropdown hint for closed tag
· Xml editor: add auto completion for closed tag, attributes
· Xml editor: support new key combinations for xml comments (CtrlShift/)
· Xml editor: update list of commands in header menu
· Archive viewer: fix icons, fix file names
· Installation: allow start app after install

https://universalfileeditor.codeplex.com/
Titel: Ron's Editor 2013.08.24.2019
Beitrag von: SiLæncer am 27 August, 2013, 12:02
(http://www.ronsplace.eu/Renderers/ShowMedia.ashx?id=f6aefb09-9edf-4b69-a5d5-027984f5a3c6)
The application provides standard editing tools which you can use to modify field values, insert, delete, split or merge columns, duplicate and append rows, sort data or apply custom filters. Moreover, you can fully edit the column layout and change its type, thus modifying the whole document structure. The result can then be easily exported to Excel, HTML, XML or another separated / fixed width text format.

To grant you even more control, Ron's Editor comes with tools for updating groups of cells simultaneously, change the data layout in forms, as well as editing cells containing tabs or new lines. Access the 'Toolbox' to easily find and replace data, change the case, add or remove text, numbers, dates, empty rows, all while previewing the result on the spot.

Filtering and summarizing capabilities, the quick find tool and automatic cell dimensioning are other advantages that this tabular editor comes with. Also, it automatically detects and provides support for text encoding.

Combining ease of use with advanced editing functionality, Ron's Editor proves to be a handy utility for viewing and formatting tabular text or CSV files. It provides you with all the editing tools you need, while striving to keep things simple.

Freeware

http://www.ronsplace.eu/RonsPlace.aspx
Titel: EditBone 7.4.0
Beitrag von: SiLæncer am 27 August, 2013, 21:01
(http://www.bonecode.com/images/EditBone1.png)
Powerful text editing tool that comes with syntax highlighting support for over 50 languages and scripts, 22 ready made styles, a handy file comparison feature and support for multiple directories and search results.

Freeware

Whats new: >>

· Added triple-click row select option
· Fixed language bugs
· Updated language files

http://www.bonecode.com/?page=projects
Titel: Texmaker 4.0.4
Beitrag von: SiLæncer am 30 August, 2013, 12:00
(http://www.heise.de/software/screenshots/31402.jpg)
Umfangreicher LaTeX-Editor mit integrierten Tools und Funktionen wie Syntax-Highlighting, 370 mathematischen Symbolen und Ausdrücken, Suchen und Ersetzen oder Rechtschreibprüfung; konvertiert zudem LaTeX ins HTML-Format.

Lizenz: Open Source

Whats new: >>

· poppler-0.24 support has been added (this poppler version is the first to support officially Qt5 - Texmaker can now be compiled with Qt5 without patching poppler)
· a compilation trouble on arm system has been fixed
· the "Enter" key on numeric pad can now also be used to activate the default button in the "goto line", "find" and "replace" widgets (user request)
· a commented line beginning by indent or spaces can now also be uncommented by the "uncomment" action of the "edit" menu
· drag and drop for image files is now allowed in the editor (the \includegraphics command will be automatically inserted)
· a trouble while boldifying some structure items has been fixed
· CS, ES, PL, SE and ZH_CN translations have been updated

http://www.xm1math.net/texmaker/download.html
Titel: Scite 3.3.5
Beitrag von: SiLæncer am 31 August, 2013, 11:30
(http://www.heise.de/software/screenshots/1206.jpg)
Editor mit Syntax-Highlighting, Auto-Completion, Folding und vielem mehr...

Lizenz: Open Source

Whats new:>>

· Characters may be represented by strings. In Unicode mode C1 control characters are represented by their mnemonics.
· Added SCI_POSITIONRELATIVE to optimize navigation by character.
· Option to allow mouse selection to switch to rectangular by pressing Alt after start of gesture.
· Lexer added for KVIrc script.
· Bash lexer fixed quoted HereDoc delimiters.
· MS SQL lexer fixed ';' to appear as an operator.
· Structured Text lexer fixed styling of enumeration members.
· Fixed bug with horizontal caret position when margin changed.
· Fixed bug on Cocoa where coordinates were relative to text subview instead of whole view.
· Ensure selection redrawn correctly in two cases. When switching from stream to rectangular selection with Alt+Shift+Up. When reducing the range of an additional selection by moving mouse up.
· Copy and paste of rectangular selections compatible with Borland Delphi IDE on Windows.
· Initialize extended styles to the default style.
· On Windows, fix painting on an explicit HDC when first paint attempt abandoned.
· Qt bindings in ScintillaEdit made to work on 64-bit Unix systems.
· Easier access to printing on Qt with formatRange method.
· Fixed SciTE failure to save initial buffer in single buffer mode.
· Fixed compilation problem with Visual C++ in non-English locales.
· Disable Direct2D when compiling with MinGW gcc on Windows because of changes in the recent MinGW release.
· SciTE crash fixed for negative line.margin.width.
· SciTE fix for infinite dialog boxes when failing to automatically save a file.
· SciTE settings buffered.draw, two.phase.draw, and technology are applied to the output pane as well as the edit pane.

http://www.scintilla.org/SciTE.html
Titel: AkelPad 4.8.5
Beitrag von: SiLæncer am 01 September, 2013, 17:30
(http://akelpad.sourceforge.net/files/screen_basic.png)
AkelPad is an open source editor for plain text. It is designed to be a small and fast. Includes the ability to load text documents that are larger than 64 Kilobytes, document previews before opening them, editing of read only files and more. Plugins add a number of additional features to Akelpad like syntax highlighting, auto completion, sessions, macros and scripts and auto saving.

Licence: Open Source

What's new: >>

Changed: Unicode symbols conversion to lowercase/uppercase brought to standard.

Added: manual parameter for "MouseOptions" with a value of 128 - no scrolling after middle mouse click.

Fixed: interrupt split window resizing with Escape button.
Fixed: options conflict "Cycle search" and "All files".

http://akelpad.sourceforge.net/en/index.php
Titel: EditBone 7.4.1
Beitrag von: SiLæncer am 02 September, 2013, 13:17
(http://www.bonecode.com/images/EditBone1.png)
Powerful text editing tool that comes with syntax highlighting support for over 50 languages and scripts, 22 ready made styles, a handy file comparison feature and support for multiple directories and search results.

Freeware

Whats new: >>

- Fixed page control repaint
- Fixed completion proposal scroll bar bug
- Fixed options tree style bugs
- Fixed find in files
- Fixed icons

http://www.bonecode.com/?page=projects
Titel: SynWrite 5.8.830
Beitrag von: SiLæncer am 02 September, 2013, 20:00
(http://images.betanews.com/screenshots/1289816929-1.jpg)
Erweiterter Text-Editor mit Unterstützung von vielen Dateiformaten, Programmiersprachen und Zeichenkodierungen; bietet unter anderem Syntax-Hervorhebung, Auto-Vervollständigung und Code-Vorlagen; auch als Plug-in für Total Commander und als portable Version erhältlich.

Freeware

What's new: >>

· command "HTML -- Insert image tag" inserts also folder path of image
· added submenu "Projects" under "File" menu
· added option "Lexer overrides -- Word chars" (affects double-click on word, smart hiliting, etc)
· added option "Tabs -- Tabs style"
· added option "Auto-complete -- Auto show param hint" (turn off for slow Auto-complete plugins)
· returned options tab "Formats/Reload" (under "Files" tab)
· added hidden options (at the end of "Readme\HiddenOptions.txt")
· added help file in French (thanks nickw)

changes in UI:

· changed: "Show commands list" menu item moved under "Help" item
· changed: "Go to project file" menu item moved into project context menu
· changed: print menu items in "File" grouped
· removed: option "Show panels tooltips" (made hidden)
· removed: option colors "Brackets hilite" (search marks color used)

lexers:

· lexer Graphviz added
· lexer CoffeeScript added
· lexer Python: added tree node "imports", added code templates, fixed "def" folding
· lexer AutoIt: many changes (thanks myCrack)
· lexer Lua: many changes (thanks myCrack)
· lexer T-SQL removed to "Readme\MoreLexers.rar"
· lexer Clarion removed to "Readme\MoreLexers.rar"

http://www.uvviewsoft.com/synwrite/
Titel: Amaya 11.4.7
Beitrag von: SiLæncer am 03 September, 2013, 15:45
(http://www.w3.org/Amaya/screenshots/right_panel_small.png)
Amaya ist ein Webeditor bzw. ein Programm zum Erstellen und Aktualisieren von Dokumenten direkt im Internet. Browsing-Funktionen sind nahtlos mit Bearbeitungs- und Remote-Zugriff-Funktionen in eine einheitliche Umgebung integriert. Dies entspricht der ursprünglichen Vision des Webs als Raum für Zusammenarbeit und nicht nur als Medium für „one-way“ Veröffentlichungen.

W3C begann die Arbeit an Amaya 1996, um die Webtechnologien in einem vollständig ausgestatteten Web Client zu präsentieren. Das Hauptmotiv für die Amaya-Entwicklung bestand darin, einen Rahmen für die Integration so vieler W3C-Technologien wie möglich zur Verfügung zu stellen. Es dient dazu, die genannten Technologien im Einsatz vorzuführen und dabei die Vorteile ihrer Kombination in einer einzigen, einheitlichen Umgebung zu nutzen.

Amaya war am Anfang ein HTML + CSS Stylesheet Editor. Seitdem wurde es erweitert, um XML und die zunehmende Zahl der XML-Anwendungen, wie z.B. XHTML-Familie, MathML und SVG zu unterstützen. Es ermöglicht eine simultane Bearbeitung all dieser Vokabulare in zusammengesetzten Dokumenten.

Amaya beinhaltet eine gemeinsame Annotationsanwendung, die auf Resource Description Framework (RDF), XLink und XPointer.

Freeware

http://www.w3.org/Amaya/
Titel: Universal File Editor 0.4.39.16 Beta
Beitrag von: SiLæncer am 05 September, 2013, 23:42
(http://download-codeplex.sec.s-msft.com/Download?ProjectName=UniversalFileEditor&DownloadId=689343)
Universal File Editor is a handy and reliable application designed to open a wide array of file formats and to enable you to edit them. The list of supported file formats includes TXT, XML, PDF, CSV, DOCX, AVI, ICO, MP3, BAT, CMD, Java, CS, NSI, NSH to name the most important ones.

License: GPL

Whats new: >>

· Text editor: fix error if document is opened with incorrect encoding
· Xml editor: full support of comment/uncomment text via CTRL-/ and CTRL-SHIFT-/
· Xml editor: extend autocomplition engine (generate close tag if user wrote open tag)
· C# editor: full support of comment/uncomment text via CTRL-/ and CTRL-SHIFT-/
· Image editor: allow select any image part and copy it to clipboard, allow paste image from clipboard, allow crop image
· Image editor: support Gif format
· Image editor: add context menu and app menu
· Csv editor: fix error during file reload
· Allow create any file type via 'New File' command (for formats that are supported in writable mode)
· Fix 'Show update notification' option
· Fix issue 1491: Content Type Change Error
· Fix issue 1489: 'File contains corrupted data.' exception appears
· Small fixes
· small ui changes

https://universalfileeditor.codeplex.com/
Titel: EditBone 7.4.2
Beitrag von: SiLæncer am 06 September, 2013, 08:30
(http://www.bonecode.com/images/EditBone1.png)
Powerful text editing tool that comes with syntax highlighting support for over 50 languages and scripts, 22 ready made styles, a handy file comparison feature and support for multiple directories and search results.

Freeware

Whats new: >>

· Fixed find next
· Fixed file opening - error message, if file does not exist
· Moved gutter font option to font options
· Updated language files

http://www.bonecode.com/?page=projects
Titel: Resoor 1.24
Beitrag von: SiLæncer am 09 September, 2013, 21:15
(https://www.heise.de/software/screenshots/t118408.jpg)
Quelltext-Editor, der EXE- und RES-Dateien importiert und bearbeitet; erstellt Ressourcen- und Quelltextdateien in verschiedenen Programmiersprachen.

Freeware

Whats new: >>

· Print added
· Triple-clicking selects paragraph
· Shortcuts changed

http://softconstructors.com/en/applications/resoor/
Titel: Komodo Edit 8.5.0 Build 13638
Beitrag von: SiLæncer am 11 September, 2013, 11:40
(http://download.winboard.org/uploads/Image/2010-12-22%2009%2024%2056.png)
Komodo Edit ist ein Editor, der folgende Sprachen unterstützt: PHP, Python, Ruby, java script, Perl, Tcl, XML, HTML 5, CSS 3. Weiterhin bietet das Programm eine Projektverwaltung, Sweet-Editor und kann mittels Erweiterungen ausgebaut werden.

Unterstützt wird WIN XP - Seven

Freeware

Whats new: >>

NEW:
Code Refactoring: The new Komodo refactoring component has these smart code-transformation capabilities:
· Rename Variable: quickly and easily rename variables in the editor. It uses inline markers and multiple cursor selections to easily change the name of a code variable.
· Rename Class Member: similar to rename variable, but works on all instances and across multiple files.
· Method Extraction: move parts of your code into a new function. Any variables used in the selected text are refactored into function arguments and are then passed to the extracted method.

Abyss theme:
· A new dark theme for the Komodo user interface has been added. This theme affects the Komodo UI elements outside of the main editor (i.e. different from Komodo color schemes which only affect the main editor colors). You can enable Abyss in the Komodo Appearance preferences.

PHP 5.5 Support:
· We've added support for PHP 5.5, with a new Xdebug module (for PHP debugging and Code Profiling), updates for the two new keywords (yield, finally) and updates to code intelligence to provide the latest API data for PHP 5.5.

Breadcrumbs:
· A file and directory navigation bar has been added to the Komodo statusbar. This bar shows the directory ancestors relative to the current editor file, allowing you to easily find and open related files. You can use mouse and/or keyboard to navigate entries and filter down the list of files displayed.

Multiple Carets:
· In addition to Komodo's rectangular (column) editing, you can now add multiple caret positions in the editor, so that any typing or editing commands will be reflected at all caret locations. Press Ctrl+K Ctrl+Y to start a multi-caret session on the first selection or caret. Then press Ctrl+Click (Cmd+Click on the Mac) to place additional carets, or alternatively use the editor's right click contextual menu and select the 'Add as Additional Caret/Selection'.

Button Menu:
· Komodo can now be configured to use a collapsed toolbar button menu, instead of a full menu bar (does not apply to Mac OS X). This can be useful when you want to maximize your vertical editing space. A bonus of this feature is that the last used menu items will also be displayed in the top-level of the button menu, making it quick and easy to run the same menu command again.

Python Symbols:
· Due to popular demand, we've now added two-character length triggering for Python symbols. For example, when you type "im" you'll now see completions for "import" as well as any local variables, functions, classes and builtins that are in scope and have a name starting with "im".

Code Intelligence Out-Of-Process:
· Komodo's code intelligence system (code scanning, calltips, completions, goto definition, refactoring, etc...) is now handled by an external process. Mostly you won't notice any changes in functionality, but this does boost Komodo's responsiveness whilst editing.

Performance:
· Various performance tweaks were made to Komodo 8.5 to improve the editing performance, as well as improving the search speed, syntax checking times and general responsiveness of Komodo.

Other Mentionables:
· Side pane scrollbars now fade out when they are not in use
· Open Files now includes additional sorting and grouping options
· Font Quality (anti-aliasing) preferences were added (Windows and Mac OS X)
· Komodo now updated to use the Mozilla 24, Scintilla 3.34 and Python 2.7.5


BUG FIXES:
· Collaboration: Allow ko.collaboration.shareCurrentTabInNewSession. (Bug 95867)
· Editor: Add a pref to control whether tab skips over soft characters. (Bug 95685)
· Editor: After pressing tab, update the caretX setting. (Bug 95409)
· Editor: Ensure "Save as" properly maintains the language name. (Bug 100142)
· Editor: Implement select current/next word in multi-caret sessions. (Bug 99924)
· Editor: Show matching tag when clicking between "

http://www.activestate.com/komodo-edit/downloads
Titel: E.M.P.U. 1.1.6.3 Beta
Beitrag von: SiLæncer am 11 September, 2013, 21:40
(http://images.six.betanews.com/screenshots/scaled/1378584608-1.jpg)
E.M.P.U. (pronounced 'eh-mm-p-you') stands for Enhanced Multilingual Programming Utility. Basically E.M.P.U. is a lightweight text editor with many of the features of an IDE. E.M.P.U. features custom build commands for each file type as well as unique commands for each individual project. These commands can edited by the user as well. Project configuration files are very small. E.M.P.U. also features a project merge system to easily update projects to a new version. All of the basic features of a programming text editor are present along with many project management conveniences.

Freeware

Latest Changes

- Added welcome message
- Changed compile and build system for projects and files
- Increased speed of opening documents and selecting tabs
- Altered functionality of overflow menu
- Changed interface font on certain menus
- Changed line copy feature to trim start
- Fixed issue with focusing on new/added documents
- Fixed issue with new document language not saving
- Added projects and project files to previous session memory
- Added error indicators when compiling/building
- Added regular expression customization for finding compile/build errors
- Compile messages now jump to the error when double clicked
- Added option in document menu to clear error indicators
- Added compilation process time out
- Added context menu to compile and status window

http://indiesoftworks.org/software/empu/
Titel: Arachnophilia 5.5 Build 2812
Beitrag von: SiLæncer am 12 September, 2013, 17:40
(http://www.freeware.de/images/screenshots/65538/arachnophilia_medium_1.png)
Arachnophilia ist ein kostenloser HTML-Editor für die einfache, bequeme Webseiten-Gestaltung. HTML-Seiten für das eigene Web-Domizil lassen sich mit der Freeware kreativ und individuell bearbeiten.

Es handelt sich bei Arachnophilia um einen echten Klassiker unter den textbasierten HTML-Editoren. Die Freeware enthält alle wichtigen Funktionen zur Erzeugung von Tabellen und Rahmen. Enthalten ist außerdem ein FTP-Client und ein interner Viewer.

Vorgefertigte Makros können mit Arachnophilia zum Schreiben von HTML-Quelltext verwendet werden. „Wizards“ sind behilflich, um HTML-Lösungen komfortabler zu realisieren. Die Freeware kann nicht nur für das HTML-Deisgn, sondern auch für Programmiersprachen wie Java, JavaScript, Perl, C und C++ eingesetzt werden. Nützlich ist dabei die Funktion des Syntax Highlighting.

Nahezu alle Arachnophilia-Menüs und Werkzeugleistenelemente können intern durch ein Makro dargestellt und individuell erweitert oder verändert werden. Weitere interessante Funktionen sind ein Makroeditor zum Erstellen selbst definierter Funktionen, ein globales Suchen und Ersetzen, die Browser-Vorschau in sechs unterschiedlichen Varianten, der Import von RTF-Dokumenten und die Überwachung von Dateiveränderungen.

Whats new: >>

· Changed to require Java 7, after Oracle halted security and support for Java 6

http://www.arachnoid.com/arachnophilia/index.php
Titel: WriteMonkey 2.5.0.9
Beitrag von: SiLæncer am 13 September, 2013, 06:45
(http://www.heise.de/software/screenshots/o76064.jpg)
Tool zur Textbearbeitung, das ablenkende Bedienelemente ausblendet; enthält unter anderem Wörterbücher in verschiedenen Sprachen (auch in Deutsch).

Freeware (Spende erwünscht)

http://writemonkey.com/
Titel: E.M.P.U. 1.2.8.8
Beitrag von: SiLæncer am 13 September, 2013, 10:40
(http://images.six.betanews.com/screenshots/scaled/1378584608-1.jpg)
E.M.P.U. (pronounced 'eh-mm-p-you') stands for Enhanced Multilingual Programming Utility. Basically E.M.P.U. is a lightweight text editor with many of the features of an IDE. E.M.P.U. features custom build commands for each file type as well as unique commands for each individual project. These commands can edited by the user as well. Project configuration files are very small. E.M.P.U. also features a project merge system to easily update projects to a new version. All of the basic features of a programming text editor are present along with many project management conveniences.

Freeware

Latest Changes

- Major speed and performance increases
- Error logging
- Improved accuracy of language detection
- Fixed a potential issue of misordered build commands after removing a doc from project
- Fixed potential errors when stripping trailing whitespace on save
- Fixed a potential issue with duplicates in recent documents
- Added fold and unfold all options
- Added strip trailing whitespace option
- Added replace tabs by spaces option
- Added replace spaces by tabs option
- Added full screen mode
- Added case conversion
- Added line and block operations (duplicate, move up, move down, remove empty)
- Added stream and block comment options with new hotkeys
- Added Ctrl + PgUp/Down hotkey to switch tabs
- Added option to open a terminal in the current directory
- Added encoding conversion
- Added support for batch files

http://indiesoftworks.org/software/empu/
Titel: SynWrite v5.8.850
Beitrag von: SiLæncer am 13 September, 2013, 21:45
(http://images.betanews.com/screenshots/1289816929-1.jpg)
Erweiterter Text-Editor mit Unterstützung von vielen Dateiformaten, Programmiersprachen und Zeichenkodierungen; bietet unter anderem Syntax-Hervorhebung, Auto-Vervollständigung und Code-Vorlagen; auch als Plug-in für Total Commander und als portable Version erhältlich.

Freeware

What's new: >>

Added: change-case commands apply to current word, if nothing selected.
Added command "Paste, then select" ("Commands list" dialog).
Added command "Open cmd.exe prompt in current dir" ("Commands list").
Added commands "Insert blank line above/below caret" ("Commands list") .
Added option "Keep trailing blanks" in "Overrides" tab.
Added hidden options (Readme\HiddenOpt.txt).
Added command "Show keyboard mapping" shows dup keys (at end).
Removed plugin FindIdPas (it's now in "Files" section of SF.net project page).
Several fixes.

http://www.uvviewsoft.com/synwrite/
Titel: E.M.P.U. 1.2.9.1
Beitrag von: SiLæncer am 14 September, 2013, 07:16
Latest Changes

- Improved accessibility
- Fixed a major issue with bottom toolbar not updating properly
- Added show whitespace option
- Added read only mode

http://indiesoftworks.org/software/empu/
Titel: RJ TextEd 8.70 Beta 1
Beitrag von: SiLæncer am 16 September, 2013, 09:20
(http://images.six.betanews.com/screenshots/scaled/1187014627-1.jpg)
RJ TextEd - A Unicode source and text editor. RJ TextEd is a full featured text and source editor with Unicode support, syntax highlighting and code folding. The functionality extends beyond text files and includes support for HTML editing with integrated preview, spell checking, auto completion, HTML validation, templates and more. The program also include support for Topstyle Lite CSS editor, has a dual pane file commander, as well as a FTP client to upload your files. The editor uses language files to display menus and dialogs in different languages. There are several included languages. New language files can easily be created in the editor. RJ TextEd is also a simple web development tool. The editor can use auto completion and hints to assist you in editing your source code. You can preview HTML/ASP/PHP... code using one of the preview tabs or open a document in a browser. The editor does not only handle source code. It also handles true ASCII files, binary files and of course plain text files.

The program is absolutely free. There are a many features not listed below. Including spell checking, e-mail support, advanced search with regular expressions. For a full list check out the features section.

To learn more about the program you could check out the screenshots, or just try it out. RJ TextEd is developed in Delphi 2007 from Codegear and is released as Freeware. The program has been tested in windows 98/Me/2000/XP/2003/Vista/2008/Windows 7.

Licence: Freeware

Whats new: >>

Extensions:
· You can now create and add extensions to the program. The extension is executed at startup and closed with the program. The script language is the same as with normal scripts (Fast script).
· You create new extensions using the Quickbar (user script tab). From here you can also start and exit an extension to test it out during creation.
· There are some simple demos in the "RJ TextEd\Help\Demos\Extensions" folder. To install a demo extension use the import feature in Addons->Extensions.

Scripts and extensions:
· You can now access the main menu, tab controls in sidebar, bottombar and the quickbar, inside scripts. You can also access the program settings, e.g. to store extension settings.
· Added some new classes and worked on the auto completion.

Auto completion:
· Class names can be added to the syntax file and used to display class members after objects. Classes are added to the class completion tab using the syntax editor enclosed by parenthesis like (TStream). and ended with a dot (.). Members are added to the class as usual.

Misc:
· Updated the Chrome preview files.
· Redesigned the Addons dialog window.

Fixed:
· PHP tag display inside HTML strings.
· Display local functions in code explorer.
· Cursor keys exit column mode after ALT+Mouse selection.
· Reformat issues with right margin.
· Links inside XML comments were not displayed properly.
· Several issues with long lines. E.g. paste from clipboard.
· Bug in "Close all except current".

http://www.rj-texted.se/
Titel: EditBone 7.5.0
Beitrag von: SiLæncer am 16 September, 2013, 14:10
(http://www.bonecode.com/images/EditBone1.png)
Powerful text editing tool that comes with syntax highlighting support for over 50 languages and scripts, 22 ready made styles, a handy file comparison feature and support for multiple directories and search results.

Freeware

Whats new: >>

· Added search options
· Fixed compare files mouse wheel scrolling
· Fixed triple-click row select
· Fixed page control tab closing
· Fixed icons
· Updated language files

http://www.bonecode.com/?page=projects
Titel: Rapid Environment Editor v8.0 build 905
Beitrag von: SiLæncer am 18 September, 2013, 17:40
(http://www.rapidee.com/images/rapidee.png)
Rapid Environment Editor (RapidEE) is an environment variables editor. It includes an easy to use GUI and replaces the small and inconvenient Windows edit box, located in the System Information section.

License: Freeware

What's new: >>

Updated: 3rd party libs.
Fixed: Extra checkboxes in the 'Options' dialog.

http://www.rapidee.com/
Titel: E.M.P.U. 1.3.2.8
Beitrag von: SiLæncer am 21 September, 2013, 18:45
(http://images.six.betanews.com/screenshots/scaled/1378584608-1.jpg)
E.M.P.U. (pronounced 'eh-mm-p-you') stands for Enhanced Multilingual Programming Utility. Basically E.M.P.U. is a lightweight text editor with many of the features of an IDE. E.M.P.U. features custom build commands for each file type as well as unique commands for each individual project. These commands can edited by the user as well. Project configuration files are very small. E.M.P.U. also features a project merge system to easily update projects to a new version. All of the basic features of a programming text editor are present along with many project management conveniences.

Freeware

Latest Changes

- Updates are now checked for on a separate thread
- Performance and stability updates
- Added terminal hotkey
- Minor interface changes
- Changes to the quick search option
- Changes to the strip trailing whitespace method
- Fixed issue with menu options when no document is open
- Fixed problem with opening projects from the command line
- Fixed an issue with tree node name not updating on save
- Fixed an issue with the undo buffer int project and dragged documents
- Added menu option to search for compilers
- Added support for Modula/Modula 2
- Added option to check for updates on start

http://indiesoftworks.org/software/empu/
Titel: EditBone 7.5.1
Beitrag von: SiLæncer am 23 September, 2013, 06:40
(http://www.bonecode.com/images/EditBone1.png)
Powerful text editing tool that comes with syntax highlighting support for over 50 languages and scripts, 22 ready made styles, a handy file comparison feature and support for multiple directories and search results.

Freeware

Whats new: >>

· Added yes to all and no to all buttons to a file changed message dialog
· Fixed compare files
· Fixed font option example editor
· Fixed XML tree bugs
· Added Dutch language, translated by karel van dongen
· Updated third-party components

http://www.bonecode.com/?page=projects
Titel: RJ TextEd 8.70 Beta 2
Beitrag von: SiLæncer am 23 September, 2013, 14:10
(http://images.six.betanews.com/screenshots/scaled/1187014627-1.jpg)
RJ TextEd - A Unicode source and text editor. RJ TextEd is a full featured text and source editor with Unicode support, syntax highlighting and code folding. The functionality extends beyond text files and includes support for HTML editing with integrated preview, spell checking, auto completion, HTML validation, templates and more. The program also include support for Topstyle Lite CSS editor, has a dual pane file commander, as well as a FTP client to upload your files. The editor uses language files to display menus and dialogs in different languages. There are several included languages. New language files can easily be created in the editor. RJ TextEd is also a simple web development tool. The editor can use auto completion and hints to assist you in editing your source code. You can preview HTML/ASP/PHP... code using one of the preview tabs or open a document in a browser. The editor does not only handle source code. It also handles true ASCII files, binary files and of course plain text files.

The program is absolutely free. There are a many features not listed below. Including spell checking, e-mail support, advanced search with regular expressions. For a full list check out the features section.

To learn more about the program you could check out the screenshots, or just try it out. RJ TextEd is developed in Delphi 2007 from Codegear and is released as Freeware. The program has been tested in windows 98/Me/2000/XP/2003/Vista/2008/Windows 7.

Licence: Freeware

Whats new: >>

Script and extensions:

· Added new functions to the Document object. "FindAt() and RegExFindAt()".
· Added new functions to the ScriptUtils object. "RegExPos(), RegExPosAt(), RegExPosFrom(), RegExReplaceAll(), WRegExPos(), WRegExPosAt(), WRegExPosFrom(), WRegExReplaceAll()".
· Document.ReplaceAll() should work properly now with regular expressions.

Misc:

· Drag files to the sidebar document list will open the files.
· Close document could in some rare cases hang the editor.
· Fixed a few issues with word count.


http://www.rj-texted.se/
Titel: Jane 1.68
Beitrag von: SiLæncer am 23 September, 2013, 16:20
(https://www.heise.de/software/screenshots/t46778.jpg)
Notepad-Alternative zum Editieren von ASCII-Dateien; unterstützt AutoCopy (markierter Text wird automatisch in die Zwischenablage kopiert), Hyperlinks sowie Drag & Drop; bietet auch ungewöhnliche Bearbeitungsfunktionen wie Textumkehrung oder das Ausfiltern bestimmter Vokale; für den privaten Gebrauch kostenlos.

http://www.kifoth.de/jane/html/download.php
Titel: Notepad++ 6.5 RC
Beitrag von: SiLæncer am 23 September, 2013, 18:30
(http://www.portablefreeware.com/screenshots/scrHPI5U2.gif)
Notepad++ is a tabbed source code editor and Notepad replacement with a customizable interface. It is one of the few few source code editors that supports "folding," allowing users to quickly reduce and expand sections of code to see the overall document. In addition, it features multi-language syntax highlighting, auto-completion, regular expression search/replace, macro recording and playback, etc. The program can access a long list of plug-ins via an easy-to-access menu with even more features and functions.

License: GPL

What's new: >>

· Update Scintilla to 3.3.4
· Add Coffee script support.
· Add multi-paste support for multi-selection/column mode.
· Add new feature: auto-close parenthis, quotes, bracket and matched xml/html tag.
· Add php, perl, xml, batch, ini and nsis for the build-in function list.
· Add User Defined Languages support for the build-in function list.
· Fix a minor problem of file extension support for the build-in function list.
· Fix a tag matching bug by disabling tag matching inside PHP code blocks.
· Fix right-to-left text after closing document map bug.
· Fix canceling shutdown make Notepad++ quit w/o saving files bug.
· Enhance "Begin/End select" feature: Check "Begin/End select" menu item when active.
· Enhance Mark all feature: 2 options "Match case" and "Match whole word only" in Find/Replace dialog .
· Fix a Replace dialog status bar display problem by clearing status bar before processing any action.
· Add new feature: if Notepad++ is running as administrator, display this info on the title bar.
· Rename "block comment" to "Single line comment" and "stream comment" to "block comment".
· Remove invalid command "Online Documentation".

http://notepad-plus-plus.org/
Titel: Mext 1.24
Beitrag von: SiLæncer am 23 September, 2013, 19:20
(https://www.heise.de/software/screenshots/t118412.jpg)
Text-Editor zum Programmieren; hilft unter anderem bei technischer Dokumentation und dem Erstellen von Webseiten.

Freeware

Whats new: >>

- Print added
- Triple-clicking selects paragraph
- Shortcuts changed

http://softconstructors.com/en/applications/mext/
Titel: StroyCode 1.40
Beitrag von: SiLæncer am 23 September, 2013, 19:40
(https://www.heise.de/software/screenshots/t117951.jpg)
Texteditor zum Programmieren; visualisiert die Struktur des Codes durch verschachtelte grafische Elemente, welche sich auch mit der Maus einfügen lassen.

Freeware

Whats new: >>

- Print added
- Triple-clicking selects paragraph
- Do not add semicolon after custom code
- Shortcuts changed

http://softconstructors.com/en/applications/stroycode/
Titel: SynWrite 5.8.880
Beitrag von: SiLæncer am 25 September, 2013, 20:30
(http://images.betanews.com/screenshots/1289816929-1.jpg)
Erweiterter Text-Editor mit Unterstützung von vielen Dateiformaten, Programmiersprachen und Zeichenkodierungen; bietet unter anderem Syntax-Hervorhebung, Auto-Vervollständigung und Code-Vorlagen; auch als Plug-in für Total Commander und als portable Version erhältlich.

Freeware

What's new: >>

· added mouse shortcut Ctrl+Alt+click - performs "Find id" command
· added commands "Copy current URL", "Open current URL", "Find current id", "Add current color to recents" (were in menu only)
· added submenu "View -- Lexers" (mainly for Alt+V,X shortcut)
· added commands "Save folding to file", "Load folding from file" (file is SynFoldStates.ini)
· added command "Open last closed file" (works if file history not empty)
· fixes

http://www.uvviewsoft.com/synwrite/
Titel: SynWrite 5.8.890
Beitrag von: SiLæncer am 28 September, 2013, 18:30
What's new: >>

· hidden option "SyncEditIcon"
· language file: Traditional Chinese
· fixes

http://www.uvviewsoft.com/synwrite/
Titel: Tiny Hexer Small Edition v1.8.1.6
Beitrag von: SiLæncer am 28 September, 2013, 19:30
(http://www.portablefreeware.com/screenshots/scrfIwWZY.gif)
Tiny Hexer Small Edition is a minimal hex editor for binary files with an intuitive interface. Small Edition was originally developed for BartPE as a version that requires fewer system libraries and can operate on minimal dependencies.

Features:

1. Edit multiple files (mdi)
2. Edit sectors of the disk or other media (flash memory on drivers drive or digital camera) - (disk editor)
3. Change the virtual memory of other processes
4. Open files up to 2 GB

License:    Freeware

http://texteditors.org/cgi-bin/wiki.pl?Tiny_Hexer
Titel: Notepad++ 6.5 Final
Beitrag von: SiLæncer am 29 September, 2013, 12:05
(http://www.portablefreeware.com/screenshots/scrHPI5U2.gif)
Notepad++ is a tabbed source code editor and Notepad replacement with a customizable interface. It is one of the few few source code editors that supports "folding," allowing users to quickly reduce and expand sections of code to see the overall document. In addition, it features multi-language syntax highlighting, auto-completion, regular expression search/replace, macro recording and playback, etc. The program can access a long list of plug-ins via an easy-to-access menu with even more features and functions.

License: GPL

What's new: >>

Update Scintilla to 3.3.4
Add CoffeeScript support.
Add multi-paste support for multi-selection/column mode.
Add new feature: auto-close parentheses, quotes, bracket and matched xml/html tag.
Add php, perl, xml, batch, ini and nsis for the build-in function list.
Add User Defined Languages support for the build-in function list.
Add reload feature in function list.
Fix a minor problem of file extension support for the build-in function list.
Fix a tag matching bug by disabling tag matching inside PHP code blocks.
Fix right-to-left text after closing document map bug.
Fix cancelling shutdown make Notepad++ quit w/o saving files bug.
Enhance "Begin/End select" feature: Check "Begin/End select" menu item when active.
Enhance Mark all feature: 2 options "Match case" and "Match whole word only" in Find/Replace dialog.
Fix a Replace dialog status bar display problem by clearing status bar before processing any action.
Add new feature: if Notepad++ is running as administrator, display this info on the title bar.
Rename "block comment" to "Single line comment" and "stream comment" to "block comment".
Remove invalid command "Online Documentation".

http://notepad-plus-plus.org/
Titel: RJ TextEd 8.70 Final
Beitrag von: SiLæncer am 29 September, 2013, 15:00
(http://images.six.betanews.com/screenshots/scaled/1187014627-1.jpg)
RJ TextEd - A Unicode source and text editor. RJ TextEd is a full featured text and source editor with Unicode support, syntax highlighting and code folding. The functionality extends beyond text files and includes support for HTML editing with integrated preview, spell checking, auto completion, HTML validation, templates and more. The program also include support for Topstyle Lite CSS editor, has a dual pane file commander, as well as a FTP client to upload your files. The editor uses language files to display menus and dialogs in different languages. There are several included languages. New language files can easily be created in the editor. RJ TextEd is also a simple web development tool. The editor can use auto completion and hints to assist you in editing your source code. You can preview HTML/ASP/PHP... code using one of the preview tabs or open a document in a browser. The editor does not only handle source code. It also handles true ASCII files, binary files and of course plain text files.

The program is absolutely free. There are a many features not listed below. Including spell checking, e-mail support, advanced search with regular expressions. For a full list check out the features section.

To learn more about the program you could check out the screenshots, or just try it out. RJ TextEd is developed in Delphi 2007 from Codegear and is released as Freeware. The program has been tested in windows 98/Me/2000/XP/2003/Vista/2008/Windows 7.

Licence: Freeware

Whats new: >>

Extensions

You can now create and add extensions to the program. The extension is executed at startup and closed with the program. The script language is the same as with normal scripts (Fast script).

You create new extensions using the Quickbar (user script tab). From here you can also start and exit an extension to test it out during creation.

There are some simple demos in the "RJ TextEd\Help\Demos\Extensions" folder. To install a demo extension use the import feature in Addons->Extensions. Select and import the extension zip file.
Scripts and extensions

You can now access the main menu, tab controls in sidebar, bottombar and the quickbar, inside scripts. You can also access the program settings, e.g. to store extension settings.

Added some new classes and worked on the auto completion.

Added new functions to the Document object. "FindAt() and RegExFindAt()".

Added new functions to the ScriptUtils object. "RegExPos(), RegExPosAt(), RegExPosFrom(), RegExReplaceAll(), WRegExPos(), WRegExPosAt(), WRegExPosFrom(), WRegExReplaceAll()".

Document.ReplaceAll() should work properly now with regular expressions.
Auto completion

Class names can be added to the syntax file and used to display class members after objects. Classes are added in the syntax editor and enclosed by parenthesis like (TStream). (ended with a dot (.)). Class members are added to the class as usual.

If the user types
TStream st = TStream.Create;
st.

The editor will hopefully list all TStream members after you type the (st.).

Currently, this is only used with script files, but can be used with other highlighters (syntax files).
Misc

    Updated the Chrome preview files.
    Redesigned the Addons dialog window.
    Drag files to the sidebar document list will open the files.

Fixed

    PHP display inside HTML strings.
    Display local functions in code explorer.
    Cursor keys exit column mode after ALT+Mouse selection.
    Reformat issues with right margin.
    Links inside XML comments were not displayed properly.
    Several issues with long lines. E.g. paste from clipboard.
    Bug in "Close all except current".
    Close document could in some rare cases hang the program.
    Fixed a few issues with word count.
    Text cursor movement issue when using code folding.

http://www.rj-texted.se/
Titel: BlueLife Hosts Editor 1.1
Beitrag von: SiLæncer am 29 September, 2013, 20:30
(http://www.sordum.org/wp-content/uploads/2013/09/save_changes.png)
BlueLife Hosts Editor is a portable hosts-file editor and Allows you to easily add / delete, block , update domain names to your hosts file.

You will only need to type the hostname you want to add then press the “Get IP Address and add the list” button.

Here are some key features of "BlueLife Hosts Editor":

· Add domain names to your hosts file
· Delete domain names
· Block domain names
· Update active ip adresses
· Open the domain name with default browser
· Flush Dns
· Rebuild default windows hosts
· Backup your hosts file
· Restore your hosts file
· Open hosts file with notepad function

Freeware

Whats new:

Fixed:
· Hosts editor doesn't work properly on Windows 8

Added:
· Import Export options
· Automatically add other prefix to domains
· Backup manager
· Command Line Parameters support
· Dns Cilent Service Options (Disable,Stop,Restart)
· View as table or text
· Resolve domain options
· You can easily open another hosts or text file
· Replace Ip options
· Consecutive domain ban option
· Flush Dns option
· Change Font Options and much more

http://www.sordum.org/8266/bluelifehosts-editor-v1-1/
Titel: Google Web Designer 1.0.0.924 Beta
Beitrag von: SiLæncer am 02 Oktober, 2013, 05:30
(http://images.six.betanews.com/screenshots/scaled/1380653954-1.jpg)
Google Web Designer allows you to create engaging, interactive HTML5-based designs and motion graphics that can run on any device. Let us handle the HTML5 and CSS3 so you're free to focus on what you love to do: creating gorgeous visual experiences. A full design suite lets you easily bring any vision to life. If you're feeling more hands-on, all the code behind your designs is hand-editable, so you're never locked out of your own work. Your ideas are now amplified by code - not restricted by it.

Freeware

http://www.google.com/webdesigner
Titel: Rapid Environment Editor 8.0 Build 906
Beitrag von: SiLæncer am 02 Oktober, 2013, 16:15
(http://www.rapidee.com/images/rapidee.png)
Rapid Environment Editor (RapidEE) is an environment variables editor. It includes an easy to use GUI and replaces the small and inconvenient Windows edit box, located in the System Information section.

License: Freeware

What's new: >>

- Fixed: animation disabling option doesn't work when restarting RapidEE (Thanks to Simon for pointing to this issue)
- Updated: 3rd party libs
- Fixed: extra checkboxes in the 'Options' dialog
- Updated: German translation (Gerd Kohel)

http://www.rapidee.com/
Titel: Highlight 3.16
Beitrag von: SiLæncer am 03 Oktober, 2013, 17:42
(http://images.six.betanews.com/screenshots/scaled/1028713443-1.jpg)
Highlight is a universal source code converter which transforms code to HTML, XHTML, RTF, LaTeX, TEX, SVG and BBCode files with syntax highlighting. (X)HTML and SVG output is formatted by CSS. It supports customizable color theme and language descriptions with regular expressions. The configuration files are Lua scripts with plug-in support. The tool contains several options to provide a consistent formatting of the output code.

License: Open Source

Latest Changes

- Heredoc string literals are supported for Lisp, Perl, PHP, Ruby and Bash
- Many language definitions were improved
- A SWIG example for PHP was added

http://www.andre-simon.de/
Titel: SynWrite 5.9.920
Beitrag von: SiLæncer am 05 Oktober, 2013, 10:00
(http://images.betanews.com/screenshots/1289816929-1.jpg)
Erweiterter Text-Editor mit Unterstützung von vielen Dateiformaten, Programmiersprachen und Zeichenkodierungen; bietet unter anderem Syntax-Hervorhebung, Auto-Vervollständigung und Code-Vorlagen; auch als Plug-in für Total Commander und als portable Version erhältlich.

Freeware

What's new: >>

· changed: command-line keys now must be in lower-case: /RO -> /ro, /S -> /s, /N -> /n
· added "Project preview": press Space in project manager
· added command-line key "/two" (open 2 views)
· added external-tools max count: now 16
· added external-tools macros {ContentFileName}, {ContentFileNameAnsi}
· added external-tools "Output type" = "Insert at line start"
· added commands in "Command list" in "Hints" group
· added option colors "Hints text/BG" (for collapsed ranges hints)
· fixes

http://www.uvviewsoft.com/synwrite/
Titel: StroyCode 1.42
Beitrag von: SiLæncer am 07 Oktober, 2013, 06:40
(https://www.heise.de/software/screenshots/t117951.jpg)
Texteditor zum Programmieren; visualisiert die Struktur des Codes durch verschachtelte grafische Elemente, welche sich auch mit der Maus einfügen lassen.

Freeware

Whats new: >>

Added new generators, including executable files generator.
Many small improvements.
Added printing options.

http://softconstructors.com/en/applications/stroycode/
Titel: EditBone 7.6.0
Beitrag von: SiLæncer am 07 Oktober, 2013, 13:30
(http://www.bonecode.com/images/EditBone1.png)
Powerful text editing tool that comes with syntax highlighting support for over 50 languages and scripts, 22 ready made styles, a handy file comparison feature and support for multiple directories and search results.

Freeware

Whats new: >>

· Added Search for Files (Ctrl+F12) dialog
· Fixed progress bar out of range bug
· Fixed character map font name saving into ini file
· Fixed toggle bookmark
· Updated language files
· Updated third-party components

http://www.bonecode.com/?page=projects
Titel: openElement 1.42 R2
Beitrag von: SiLæncer am 08 Oktober, 2013, 20:45
(http://images.six.betanews.com/screenshots/scaled/1364418025-1.jpg)
openElement is a powerful next-gen HTML editor for creating websites suitable for any need: personal, showcase, gallery, organization, corporate, etc. A professional and dynamic website is within reach to anyone with zero coding.

openElement includes numerous website templates and elements to quickly and easily create your free website without any prior knowledge or programming experience.

Freeware

http://openelement.com/
Titel: HelpNDoc 4.0.3.164
Beitrag von: SiLæncer am 09 Oktober, 2013, 16:49
(http://www.kaldata.com/images/news/logos/helpndoc.gif)
HelpNDoc provides all the tools necessary to write complete help files, manuals and documentations in a user friendly and very easy to use environment. HelpNDoc can generate standard Windows CHM help files, WEB based documentation, iPhone specific websites as well as printable PDF and Word documents.

HelpNDoc is completely free for personal use and evaluation purposes.

Whats new: >>

The welcome tutorial is now available in German
Some German translated strings have been corrected
Generating a project from command line with included external HTML documents was not always including them
Hyperlinks are now trimmed from the Insert/Edit hyperlink window
JQuery HTML template had encoding and tag problems
The help window was shown behind the script editor window

http://www.helpndoc.com/
Titel: SynWrite v5.9.940
Beitrag von: SiLæncer am 10 Oktober, 2013, 20:30
(http://images.betanews.com/screenshots/1289816929-1.jpg)
Erweiterter Text-Editor mit Unterstützung von vielen Dateiformaten, Programmiersprachen und Zeichenkodierungen; bietet unter anderem Syntax-Hervorhebung, Auto-Vervollständigung und Code-Vorlagen; auch als Plug-in für Total Commander und als portable Version erhältlich.

Freeware

What's new: >>

Added: lexer Scala (not finished).
Added: additional word-chars for php is "$", for css is "-" (affects double click on id).
Fix: xml tag auto-closing didn't respect tags <name:sub>.
Fix: code-template popup didn't use font option.
Bugs fixed.

http://www.uvviewsoft.com/synwrite/
Titel: Arachnophilia 5.5 Build 2819
Beitrag von: SiLæncer am 12 Oktober, 2013, 14:30
(http://www.freeware.de/images/screenshots/65538/arachnophilia_medium_1.png)
Arachnophilia ist ein kostenloser HTML-Editor für die einfache, bequeme Webseiten-Gestaltung. HTML-Seiten für das eigene Web-Domizil lassen sich mit der Freeware kreativ und individuell bearbeiten.

Es handelt sich bei Arachnophilia um einen echten Klassiker unter den textbasierten HTML-Editoren. Die Freeware enthält alle wichtigen Funktionen zur Erzeugung von Tabellen und Rahmen. Enthalten ist außerdem ein FTP-Client und ein interner Viewer.

Vorgefertigte Makros können mit Arachnophilia zum Schreiben von HTML-Quelltext verwendet werden. „Wizards“ sind behilflich, um HTML-Lösungen komfortabler zu realisieren. Die Freeware kann nicht nur für das HTML-Deisgn, sondern auch für Programmiersprachen wie Java, JavaScript, Perl, C und C++ eingesetzt werden. Nützlich ist dabei die Funktion des Syntax Highlighting.

Nahezu alle Arachnophilia-Menüs und Werkzeugleistenelemente können intern durch ein Makro dargestellt und individuell erweitert oder verändert werden. Weitere interessante Funktionen sind ein Makroeditor zum Erstellen selbst definierter Funktionen, ein globales Suchen und Ersetzen, die Browser-Vorschau in sechs unterschiedlichen Varianten, der Import von RTF-Dokumenten und die Überwachung von Dateiveränderungen.

Whats new: >>

Added the ability to change the editor's font size by holding down the Ctrl key while spinning the mouse wheel — a feature I see everywhere now.

http://www.arachnoid.com/arachnophilia/index.php
Titel: EditBone 7.6.1
Beitrag von: SiLæncer am 13 Oktober, 2013, 21:47
(http://www.bonecode.com/images/EditBone1.png)
Powerful text editing tool that comes with syntax highlighting support for over 50 languages and scripts, 22 ready made styles, a handy file comparison feature and support for multiple directories and search results.

Freeware

Whats new: >>

- Added minimap visibility to ini file
- Refactored minimap
- Fixed split
- Fixed character map font drop down count
- Updated language files
- Updated third-party components

http://www.bonecode.com/?page=projects
Titel: EditBone 7.6.2
Beitrag von: SiLæncer am 15 Oktober, 2013, 06:30
Whats new: >>

- Fixed mouse wheel bugs

http://www.bonecode.com/?page=projects
Titel: CKEditor 4.2.2
Beitrag von: SiLæncer am 15 Oktober, 2013, 14:20
(https://www.heise.de/software/screenshots/t64589.jpg)
WYSIWYG-Editor für eigene Webseiten, der sich in diverse Skriptsprachen integrieren lässt; unterstützt die meisten gängigen Browser; auch mit kommerzieller Lizenz erhältlich

Lizenz: Open Source

Whats new: >>

Bug Fixes

Below is a short overview of the changes included in this release:

http://ckeditor.com/
Titel: EditBone 7.6.3
Beitrag von: SiLæncer am 15 Oktober, 2013, 18:15
Whats new: >>

- Fixed editor other options

http://www.bonecode.com/?page=projects
Titel: SciTE 3.3.6
Beitrag von: SiLæncer am 16 Oktober, 2013, 18:30
(http://www.heise.de/software/screenshots/1206.jpg)
Editor mit Syntax-Highlighting, Auto-Completion, Folding und vielem mehr...

Lizenz: Open Source

Whats new:>>

Added functions to help convert between substyles and base styles and between secondary and primary styles. SCI_GETSTYLEFROMSUBSTYLE finds the base style of substyles. Can be used to treat all substyles of a style equivalent to that style. SCI_GETPRIMARYSTYLEFROMSTYLE finds the primary style of secondary styles. StyleFromSubStyle and PrimaryStyleFromStyle methods were added to ILexerWithSubStyles so each lexer can implement these.
Lexer added for Rust language. Feature #1024.
Avoid false matches in errorlist lexer which is used for the SciTE output pane by stricter checking of ctags lines.
Perl lexer fixes bugs with multi-byte characters, including in HEREDOCs and PODs. Bug #1528.
SQL folder folds 'create view' statements. Feature #1020.
Visual Prolog lexer updated with better support for string literals and Unicode. Feature #1025.
For SCI_SETIDENTIFIERS, \t, \r, and \n are allowed as well as space between identifiers. Bug #1521.
Gaining and losing focus is now reported as a notification with the code set to SCN_FOCUSIN or SCN_FOCUSOUT. This allows clients to uniformly use notifications instead of commands. Since there is no longer a need for commands they will be deprecated in a future version. Clients should switch any code that currently uses SCEN_SETFOCUS or SCEN_KILLFOCUS.
On Cocoa, clients should use the delegate mechanism or subclass ScintillaView in preference to registerNotifyCallback: which will be deprecated in the future.
On Cocoa, the ScintillaView.h header hides internal implementation details from Platform.h and ScintillaCocoa.h. InnerView was renamed to SCIContentView and MarginView was renamed to SCIMarginView. dealloc removed from @interface.
On Cocoa, clients may customize SCIContentView by subclassing both SCIContentView and ScintillaView and implementing the contentViewClass class method on the ScintillaView subclass to return the class of the SCIContentView subclass.
On Cocoa, fixed appearance of alpha rectangles to use specified alpha and colour for outline as well as corner size. This makes INDIC_STRAIGHTBOX and INDIC_ROUNDBOX look correct.
On Cocoa, memory leak fixed for MarginView.
On Cocoa, make drag and drop work when destination view is empty. Bug #1534.
On Cocoa, drag image fixed when view scrolled.
On Cocoa, SCI_POSITIONFROMPOINTCLOSE fixed when view scrolled. Feature #1021.
On Cocoa, don't send selection change notification when scrolling. Bug #1522.
On Qt, turn off idle events on destruction to prevent repeatedly calling idle.
Qt bindings in ScintillaEdit changed to use signed first parameter.
Compilation errors fixed on Windows and GTK+ with SCI_NAMESPACE.
On Windows, building with gcc will check if Direct2D headers are available and enable Direct2D if they are.
Avoid attempts to redraw empty areas when lexing beyond the currently visible lines.
Control more attributes of indicators in SciTE with find.mark.indicator and highlight.current.word.indicator properties.
Fix SciTE bug with buffers becoming read-only. Bug #1525.
Fix linking SciTE on non-Linux Unix systems with GNU toolchain by linking to libdl. Bug #1523.
On Windows, SciTE's Incremental Search displays match failures by changing the background colour instead of not adding the character that caused failure.
Fix SciTE on GTK+ 3.x incremental search to change foreground colour when no match as changing background colour is difficult.

http://www.scintilla.org/SciTE.html
Titel: Arachnophilia 5.5 Build 2822
Beitrag von: SiLæncer am 18 Oktober, 2013, 11:30
(http://www.freeware.de/images/screenshots/65538/arachnophilia_medium_1.png)
Arachnophilia ist ein kostenloser HTML-Editor für die einfache, bequeme Webseiten-Gestaltung. HTML-Seiten für das eigene Web-Domizil lassen sich mit der Freeware kreativ und individuell bearbeiten.

Es handelt sich bei Arachnophilia um einen echten Klassiker unter den textbasierten HTML-Editoren. Die Freeware enthält alle wichtigen Funktionen zur Erzeugung von Tabellen und Rahmen. Enthalten ist außerdem ein FTP-Client und ein interner Viewer.

Vorgefertigte Makros können mit Arachnophilia zum Schreiben von HTML-Quelltext verwendet werden. „Wizards“ sind behilflich, um HTML-Lösungen komfortabler zu realisieren. Die Freeware kann nicht nur für das HTML-Deisgn, sondern auch für Programmiersprachen wie Java, JavaScript, Perl, C und C++ eingesetzt werden. Nützlich ist dabei die Funktion des Syntax Highlighting.

Nahezu alle Arachnophilia-Menüs und Werkzeugleistenelemente können intern durch ein Makro dargestellt und individuell erweitert oder verändert werden. Weitere interessante Funktionen sind ein Makroeditor zum Erstellen selbst definierter Funktionen, ein globales Suchen und Ersetzen, die Browser-Vorschau in sechs unterschiedlichen Varianten, der Import von RTF-Dokumenten und die Überwachung von Dateiveränderungen.

Whats new: >>

Compensated for a breathtakingly stupid Netbeans bug that won't allow any project files to exist that it cannot compile. This bug caused all the template files to be deleted from the most recent build.

http://www.arachnoid.com/arachnophilia/index.php
Titel: EverEdit 3.00(3003)
Beitrag von: SiLæncer am 18 Oktober, 2013, 11:45
(http://www.portablefreeware.com/screenshots/scrzAHs9R.png)
EverEdit is a handy and easy-to-use text, binary and source editor that enables you to write simple text files or create HTML, PHP, C/C++ or binary documents.

With an intuitive interface, EverEdit is suitable for both beginner and advanced programmers. Drag and drop support, syntax highlighting, auto-complete and auto-correct functions are features designed to ease your work even more.

The editor comes with encoding detection, regular expressions, macros and plugins support, brace match and code folding.

Whats new: >>

ADDED:Line Edit State. Modified and Saved lines will be marked with user defined colors(Modified:User Defined 1, Saved:User Defined 4, View theme dialog to get more details)
ADDED:French language package
ADDED:Style of tab char(arrow, line, arrow+line, char), Settings->General->Style to change to your fav style.
ADDED:Style of space(big dot, small dot, line), Settings->General->Style to change to your fav style.
FIXED:Clicking scrollbar wouldn’t display context menu of scollbar
FIXED:A title drawing bug of tabs with &
FIXED:A bug of indent and unident
FIXED:A bug on double clicking outline view
FIXED:A bug on counting words of statistics
FIXED:A bug of word completion
FIXED:A bug on replacing files without ext
IMPROVED:Some dialog’s MUI interfaces.

http://www.everedit.net/
Titel: PSPad 4.5.8 Build 2461 Beta
Beitrag von: SiLæncer am 18 Oktober, 2013, 18:15
(http://images.six.betanews.com/screenshots/1076948037-1.png)
PSPad is a universal freeware editor. There is no complex install process; the program is ready to work immediately, without requiring customization. It supports many file types and languages, with syntax highlighting. There are macros, clip files and templates to automate repetitive activities. An integrated HEX Editor, Project support, FTP Client, Macro Recorder, File Search/Replace, Code Explorer, code page conversion, are just some of the many possibilities that PSPad can offer you.

Freeware

Latest Changes

News:

Added possibility to use wildcard in parameter (c:\files\*.txt). Wildcard can be contained in file name only, not in the path. Number of files is limited to 100.
Added possibility to set compatibility of the internel IE browser to IE7 .. IE10 (program settings / system integration)
File information - added possibility to copy list of words only (Shift+Ctrl+C or right mouse)
Added Oracle keywords flash_cache, cell_flash_cache
Added HTML5 tags into html highlighter
Added option to save all files before external application run (highlighter settings and project settings)
Added option to run external application with file or selected text (highlighter settings and project settings)
Program title contains project name if project is open
Added possibility to individually set File tab color (righ mouse menu on file tab or menu Window). Color is stored if save file state option is enabled in program settings / Files and dirs

Fixes:

Fixed problem with project file containing empty line
Fixed problem if you create project file from drive root
VBScript Code explorer - fixed missing "property get xxx"

http://www.pspad.com/
Titel: Rapid Environment Editor 8.0 build 907
Beitrag von: SiLæncer am 19 Oktober, 2013, 17:40
(http://www.rapidee.com/images/rapidee.png)
Rapid Environment Editor (RapidEE) is an environment variables editor. It includes an easy to use GUI and replaces the small and inconvenient Windows edit box, located in the System Information section.

License: Freeware

What's new: >>

added: 'Restart as administrator' has been added as 'File' menu item (Thanks to Igal Tabachnik for the idea)

http://www.rapidee.com/
Titel: Komodo Edit 8.5.2
Beitrag von: SiLæncer am 19 Oktober, 2013, 19:22
(http://download.winboard.org/uploads/Image/2010-12-22%2009%2024%2056.png)
Komodo Edit ist ein Editor, der folgende Sprachen unterstützt: PHP, Python, Ruby, java script, Perl, Tcl, XML, HTML 5, CSS 3. Weiterhin bietet das Programm eine Projektverwaltung, Sweet-Editor und kann mittels Erweiterungen ausgebaut werden.

Unterstützt wird WIN XP - Seven

Freeware

Whats new: >>

Unbekannt

http://www.activestate.com/komodo-edit/downloads
Titel: StroyCode 1.44
Beitrag von: SiLæncer am 19 Oktober, 2013, 19:40
(https://www.heise.de/software/screenshots/t117951.jpg)
Texteditor zum Programmieren; visualisiert die Struktur des Codes durch verschachtelte grafische Elemente, welche sich auch mit der Maus einfügen lassen.

Freeware

Whats new: >>

Default values in the method parameters replaced by no empty values option.
Bug fixes.
VCL-modules updated.

http://softconstructors.com/en/applications/stroycode/
Titel: Jarte 5.1
Beitrag von: SiLæncer am 22 Oktober, 2013, 06:35
(http://www.portablefreeware.com/screenshots/scrpOKzoC.gif)
Jarte is a word processor that uses Window's built-in word processing engine while adding many features missing in WordPad. It supports text files, RTF, DOC and DOCX file formats. Features include tabbed document interface, spell check, clipboard manager, bookmark support, visual header/footer designer, multi-level undo/redo etc.

License:  Freeware

What's new: >>

Bug Fixes:

Windows 8.1: Jarte reverted to an old version of the WordPad word processing engine Jarte is based on in Windows 8.1. This caused a number of Jarte's features to be disabled. Windows 8.0 and earleir versions of Windows were not affected.
The New Version notification file that appears when a new version of Jarte is available (assuming Auto Check for Updates is enabled) appeared blank for some users. The file's message did not appear until Jarte was resized, minimized/restored, etc.

http://www.jarte.com/index.html
Titel: TeXstudio 2.6.4
Beitrag von: SiLæncer am 22 Oktober, 2013, 17:30
(https://www.heise.de/software/screenshots/t53117.jpg)
GPL-LaTeX-Editor, der das Erstellen von LaTex-Dokumenten in Unicode vereinfacht; unterstützt den Nutzer beim Schreiben mittels interaktiver Rechtschreibprüfung, Syntax-Highlighting, Code-Folding und automatischer Code-Vervollständigung.

Lizenz: Open Source

Whats new: >>

package scanner: queries the tex istallation for installed packages and highlights missing packages
package completion
basic annotation support in internal pdf viewer
improved render speed, especially on mac
speed-up loading of hidden documents (option: automatically load included files)
speed-up command completion window, especially citations
improved log panel
improved dtx highlighting
added support for LilyPond book (.lytex)
Edit -> Line operations now also work with selections
updated hunspell library to 1.3.2
fix: input method bug
fix: shortcuts containing arrow keys did not work in japanese
more bug fixes, e.g. tooltip does not disappear instantly anymore

http://texstudio.sourceforge.net/
Titel: SynWrite v6.0.010
Beitrag von: SiLæncer am 24 Oktober, 2013, 05:50
(http://images.betanews.com/screenshots/1289816929-1.jpg)
Erweiterter Text-Editor mit Unterstützung von vielen Dateiformaten, Programmiersprachen und Zeichenkodierungen; bietet unter anderem Syntax-Hervorhebung, Auto-Vervollständigung und Code-Vorlagen; auch als Plug-in für Total Commander und als portable Version erhältlich.

Freeware

What's new: >>

Added connection between projects--sessions. Now project-related session can be auto opened and saved. See 2 new options in dialog.
Added option "Highlight all occurences of clicked word" (seen in Eclipse) and sub-option "Whole words only".
Added command "Select token, without quotes".
Added color options "Auto-complete text/bg".
Improved Scala lexer, Scala auto-complete list.
Improved AutoHotkey lexer (tree support added, registry str hilited).
Help: FAQ answer about program name.
Rewritten code of tags detection on HTML and CSS auto-completion (bad from old author).
Changed: Location of mul-carets options in Syn.ini, "Mul-carets" options reset to default.
Changed: Location of sessions options in Syn.ini, "Sessions" options reset to default.
Changed: Names of special files in HL folder: Htm*.acp -> Html*.ini.
Removed: Lexer Graphviz moved to Readme\MoreLexers.rar.

http://www.uvviewsoft.com/synwrite/
Titel: CoffeeCup Free HTML Editor 9.9 Build 713
Beitrag von: SiLæncer am 25 Oktober, 2013, 16:12
(https://www.heise.de/software/screenshots/t6785.jpg)
Abgespeckte Version des kostenpflichtigen CoffeeCup-HTML-Editors, bringt Assistenten für Tabellen, Frames, Forms und Fonts sowie einen FTP-Client mit, unterstützt Drag und Drop.

Freeware

http://www.coffeecup.com/free-editor
Titel: NFOPad v1.67
Beitrag von: SiLæncer am 27 Oktober, 2013, 12:30
(http://www.portablefreeware.com/screenshots/scra4JZtx.gif)
NFOPad is a small, fast and flexible combined nfo viewer and text editor. It is a clone of Microsoft's Notepad but much more customizable and with some additional features. Of course NFOPad also supports nfo files with ASCII art. The file extension is used to determine whether to use an ANSI or ASCII font.

License: Freeware

What's new: >>

- Brazilian Portuguese added :
- Added so F6/F7 will open the next/previous file in the .
directory of the currently open file
- Double click on path in status bar will copy it to the
clipboard
- Fixed so the NFOPad window and dialogs don't open outside the
desktop.
- Bugfix: text in main window could get manipulated using
keyboard shortcuts when the Find dialog had focus
- Bugfix: restoring scrolled position in text failed for some
cases if selection was outside of the view
- Bugfix: minor fixes

http://truehumandesign.se/s_nfopad.php
Titel: SynWrite 6.0.030
Beitrag von: SiLæncer am 27 Oktober, 2013, 15:11
(http://images.betanews.com/screenshots/1289816929-1.jpg)
Erweiterter Text-Editor mit Unterstützung von vielen Dateiformaten, Programmiersprachen und Zeichenkodierungen; bietet unter anderem Syntax-Hervorhebung, Auto-Vervollständigung und Code-Vorlagen; auch als Plug-in für Total Commander und als portable Version erhältlich.

Freeware

What's new: >>

+ added lexer Razor
+ projects: can drag&drop file tabs to project
+ projects: context menu item "Show/hide file paths"
+ lexer library: list shows lexer links (e.g. for HTML) or "link broken" string
+ external tools: input of {Interactive} value has dropdown history
- fixes

http://www.uvviewsoft.com/synwrite/
Titel: Texmaker 4.1
Beitrag von: SiLæncer am 29 Oktober, 2013, 13:23
(http://www.heise.de/software/screenshots/31402.jpg)
Umfangreicher LaTeX-Editor mit integrierten Tools und Funktionen wie Syntax-Highlighting, 370 mathematischen Symbolen und Ausdrücken, Suchen und Ersetzen oder Rechtschreibprüfung; konvertiert zudem LaTeX ins HTML-Format.

Lizenz: Open Source

Whats new: >>

a "Beamer presentation" wizard has been added (with theme preview)
LuaLaTeX support has been added
macosx lion package can now be used on macosx maverick

new predefined "Quick build" modes have been added :
lualatex + view pdf
pdflatex + bib(la)tex + pdflatex + pdflatex + view pdf
latex + bib(la)tex + latex + latex + dvips + ps2pdf + view pdf
sweave + pdflatex + view pdf
detection of utf8 encoding without BOM has been added
the "two pages" mode for the pdf viewer is no more reseted after a new compilation (patch from Andreas Volk)
"patent" entry to the biblatex menu has been added
placeholders have been added to the "Tabbing" wizard
de, el, it and uk translations have been updated
a link to the english wikibook about LaTeX has been added to the "Help" menu (for non french users)
a trouble about the "most used symbols" panel has been fixed

http://www.xm1math.net/texmaker/download.html
Titel: EditBone 7.6.5
Beitrag von: SiLæncer am 31 Oktober, 2013, 12:31
(http://www.bonecode.com/images/EditBone1.png)
Powerful text editing tool that comes with syntax highlighting support for over 50 languages and scripts, 22 ready made styles, a handy file comparison feature and support for multiple directories and search results.

Freeware

Whats new: >>

Added directory width to ini file
Fixed directory popup
Fixed captions of editor margin options
Fixed find in files default folder
Updated language files
Updated third-party components

http://www.bonecode.com/?page=projects
Titel: EditBone 7.6.6
Beitrag von: SiLæncer am 31 Oktober, 2013, 22:15
Whats new: >>

- Fixed opening, replacing, saving, and closing files
- Fixed HTML error checking
- Updated third-party components

http://www.bonecode.com/?page=projects
Titel: FreeText 1.26
Beitrag von: SiLæncer am 02 November, 2013, 22:40
(https://www.heise.de/software/screenshots/t118019.jpg)
Schlanker Texteditor mit Autostartfunktion; neben dem Text lassen sich auch Links und Grafiken einfügen.

Freeware

Whats new: >>

The program has been accelerated.
Print error fixed.

http://softconstructors.com/en/applications/freetext/
Titel: StroyCode 1.46
Beitrag von: SiLæncer am 02 November, 2013, 23:00
(https://www.heise.de/software/screenshots/t117951.jpg)
Texteditor zum Programmieren; visualisiert die Struktur des Codes durch verschachtelte grafische Elemente, welche sich auch mit der Maus einfügen lassen.

Freeware

Whats new: >>

Program module creation wizard added.
Local variables auto initialization.
The program has been accelerated.
Print error fixed.

http://softconstructors.com/en/applications/stroycode/
Titel: Resoor 1.26
Beitrag von: SiLæncer am 03 November, 2013, 11:00
(https://www.heise.de/software/screenshots/t118408.jpg)
Quelltext-Editor, der EXE- und RES-Dateien importiert und bearbeitet; erstellt Ressourcen- und Quelltextdateien in verschiedenen Programmiersprachen.

Freeware

Whats new: >>

The program has been accelerated.
Print error fixed.

http://softconstructors.com/en/applications/resoor/
Titel: Notepad++ 6.5.1
Beitrag von: SiLæncer am 04 November, 2013, 06:40
(http://www.portablefreeware.com/screenshots/scrHPI5U2.gif)
Notepad++ is a tabbed source code editor and Notepad replacement with a customizable interface. It is one of the few few source code editors that supports "folding," allowing users to quickly reduce and expand sections of code to see the overall document. In addition, it features multi-language syntax highlighting, auto-completion, regular expression search/replace, macro recording and playback, etc. The program can access a long list of plug-ins via an easy-to-access menu with even more features and functions.

License: GPL

What's new: >>

Add search and sort abilities into build-in function list.
Add auto-completion for absolute path feature.
Fix scrolling text problem while using "Synaptics touchpad".
Fix EOL type not correctly determined for UTF-16 files bug.
Fix tab settings bug in Normal text.

http://notepad-plus-plus.org/
Titel: EverEdit 3.04.3018
Beitrag von: SiLæncer am 04 November, 2013, 13:24
(http://www.portablefreeware.com/screenshots/scrzAHs9R.png)
EverEdit is a handy and easy-to-use text, binary and source editor that enables you to write simple text files or create HTML, PHP, C/C++ or binary documents.

With an intuitive interface, EverEdit is suitable for both beginner and advanced programmers. Drag and drop support, syntax highlighting, auto-complete and auto-correct functions are features designed to ease your work even more.

The editor comes with encoding detection, regular expressions, macros and plugins support, brace match and code folding.

Whats new: >>

FIXED:Main application may crash on executing some commands through project window
FIXED:A bug on closing files in [Opened Files Window]
FIXED:A bug on adding active file to current project
FIXED:A bug of shortcut dialog
FIXED:MessageBox bug on Multiple monitors
FIXED:A bug on resizing line number area
FIXED:Some bugs in script control(doc.Delete/Doc.SetCaretPos)
FIXED:Some bugs in [TextFx]
Improved:Open selected project in project manager on double clicking list box
Improved:Menu.Popup(BOOL bScreenPos) can adjust menu position via first param(True:Screen position, False:Caret position)
Improved:Auto indent/unindent’s text length was enlarged to 128
Improved:Improved auto tag completion in html/xml

http://www.everedit.net/
Titel: MarkdownPad 2.3.1.38168
Beitrag von: SiLæncer am 05 November, 2013, 05:40
(http://markdownpad.com/img/markdownpad2.png)
Markdown is a text-to-HTML conversion tool for web writers. Markdown allows you to write using an easy-to-read, easy-to-write plain text format, then convert it to structurally valid XHTML (or HTML).

The goal for Markdown’s formatting syntax is to be as readable as possible. A Markdown-formatted document should be publishable as-is, as plain text, without looking like it’s been marked up with tags or formatting instructions.

In short, you can create beautiful HTML documents without knowing any HTML.

Features:

Instant HTML Preview
Easy formatting with keyboard shortcuts
Fully Customizable
Use your own CSS
HTML Export
Distraction-free Mode

Freeware

Whats new: >>

Added: Ability to delete an image after uploading it to Imgur. After uploading an image, a "Delete Image" button will be displayed next to the upload button. Click this button to delete the uploaded image from imgur's servers.
Added: Message in GitHub Flavored Markdown options section explaining how to use GitHub's two-factor authentication with MarkdownPad.
Improved: Added the currently selected Markdown processor to the tooltip of the Quick Markdown Selector button in the status bar.
Improved: Appearance of messages in status bar.
Improved: Automatic continuation of lists now supports lists with plus sign (+) unordered list syntax
Improved: GitHub Flavored Markdown processing and error handling, with more helpful error messages.
Fixed: Major improvements to automatic continuation of blockquotes (>). This should no longer interfere with angled brackets sed in code blocks.
Fixed: Tab tooltip wasn't updating the displayed file path after saving.

http://markdownpad.com/
Titel: SynWrite v6.0.080
Beitrag von: SiLæncer am 06 November, 2013, 22:00
(http://images.betanews.com/screenshots/1289816929-1.jpg)
Erweiterter Text-Editor mit Unterstützung von vielen Dateiformaten, Programmiersprachen und Zeichenkodierungen; bietet unter anderem Syntax-Hervorhebung, Auto-Vervollständigung und Code-Vorlagen; auch als Plug-in für Total Commander und als portable Version erhältlich.

Freeware

What's new: >>

Added:

    Possibility to set hotkey combinations, e.g. [Ctrl+K,Ctrl+B]. See new help topic "Misc -- Key shortcuts".
    Commands to scroll current line to top/bottom/middle of window (commands list dlg).
    Eclipse/ST2 like behaviour of Home key on indented line.
    Project-man: sorting mode "by path".

Changed:

    Two options made hidden: "Horiz/vert offsets for commands 'Move caret...'".

Fixed:

    Several fixes.

http://www.uvviewsoft.com/synwrite/
Titel: PlainEdit.NET 1.4.1
Beitrag von: SiLæncer am 07 November, 2013, 23:30
(http://www.gaijin.at/images/scr_plaineditnet_1.png)
PlainEdit.NET ist ein Editor für Textdateien (ANSI, UTF-8 und Unicode) mit Syntaxhervorhebung für die gängigsten Web-, Script- und Programmiersprachen. Umfangreiche Konvertierungsfunktionen erleichtern das Umwandeln, Formatieren, Kodieren und Dekodieren von Texten.

Die wichtigsten Features:

    PlainEdit.NET kann mehrere Dateien gleichzeitig öffnen (Tabbed-Interface)
    Verschiedene Funktionen zur Textkonvertierung
    Syntaxhervorhebung für die gängigsten Web-, Script- und Programmiersprachen
    Laden und Speichern von ANSI, UTF-8, Unicode und Unicode Big-Endian Dateien
    Dateien mit Windows-, MacIntosh- und Unix-Zeilenumbrüchen werden unterstützt
    Automatisches Ersetzen von Sonderzeichen in die entsprechenden HTML-Kodierungen
    Dokument- und Textvorlagen ermöglichen das schnelle Erstellen von Dokumenten und das Einfügen von vorgefertigten Texten
    Seiteneinrichtung (Ränder, Kopf- und Fußzeilen), sowie eine Druckvorschau
    Über eine Seitenleiste können Snippets (Vorlagen, Codeteile oder sonstige Texte) schnell und einfach eingefügt werden
    Inkrementelles Suchen eines Textes (vorwärts und rückwärts)
    Suchen und Ersetzen von Texten mit regulären Ausdrücken - auch in nicht geöffneten Dateien

PlainEdit.NET kann sowohl in Mehrbenutzersystemen, als auch auf einem USB-Stick betrieben werden.

Freeware

Changelog



http://www.gaijin.at/dlplaineditnet.php
Titel: Ron's Editor 2013.11.03.1339
Beitrag von: SiLæncer am 09 November, 2013, 22:30
(http://www.ronsplace.eu/Renderers/ShowMedia.ashx?id=f6aefb09-9edf-4b69-a5d5-027984f5a3c6)
The application provides standard editing tools which you can use to modify field values, insert, delete, split or merge columns, duplicate and append rows, sort data or apply custom filters. Moreover, you can fully edit the column layout and change its type, thus modifying the whole document structure. The result can then be easily exported to Excel, HTML, XML or another separated / fixed width text format.

To grant you even more control, Ron's Editor comes with tools for updating groups of cells simultaneously, change the data layout in forms, as well as editing cells containing tabs or new lines. Access the 'Toolbox' to easily find and replace data, change the case, add or remove text, numbers, dates, empty rows, all while previewing the result on the spot.

Filtering and summarizing capabilities, the quick find tool and automatic cell dimensioning are other advantages that this tabular editor comes with. Also, it automatically detects and provides support for text encoding.

Combining ease of use with advanced editing functionality, Ron's Editor proves to be a handy utility for viewing and formatting tabular text or CSV files. It provides you with all the editing tools you need, while striving to keep things simple.

Freeware

http://www.ronsplace.eu/RonsPlace.aspx
Titel: CodeLobster PHP Edition 4.8.2
Beitrag von: SiLæncer am 10 November, 2013, 20:40
(http://images.six.betanews.com/screenshots/1186155456-1.gif)
CodeLobster PHP Edition is a handy and easy-in-use editor that is primarily intended for quick and easy creation and editing of PHP files. It includes debugger, dynamic help, built-in parser, autocomplete and Class View window for comfortable work with PHP code. CodeLobster PHP Edition also supports such file formats as Text, HTML, XML.

Freeware

Latest Changes

   Bugs fixed:

    FTP folders on Windows 8.x

http://www.codelobster.com/
Titel: SynWrite v6.0.100
Beitrag von: SiLæncer am 12 November, 2013, 05:30
(http://images.betanews.com/screenshots/1289816929-1.jpg)
Erweiterter Text-Editor mit Unterstützung von vielen Dateiformaten, Programmiersprachen und Zeichenkodierungen; bietet unter anderem Syntax-Hervorhebung, Auto-Vervollständigung und Code-Vorlagen; auch als Plug-in für Total Commander und als portable Version erhältlich.

Freeware

What's new: >>

Fixed:

    Key combos [Ctrl+X,X] work ok.

Added:

    Options dialog: checking for duplicate key combinations.
    Html auto-completion works for any lexer with "HTML" in name.
    Help: FAQ question "How to set font for specific lexer?".

http://www.uvviewsoft.com/synwrite/
Titel: MobiText 1.2.2.14
Beitrag von: SiLæncer am 15 November, 2013, 08:30
(http://www.dyniform.net/uploads/6/8/4/0/6840558/1958032.png?521)
MobiText was designed by the DyNiForm Software team. MobiText's development started in December 2010 as a part of The Linux Group's Application Suite (now defunct). The concepts for MobiText were based on an original Notepad software, and it evolved with an Office like GUI and an Office 2007 Black theme look to it. This idea came from a vision the developers had.

Some of the features you will find include:

Get access to what you want, fast

Use the MobiText Start Screen to access important things, such as opening a document, making a new tab, and accessing help.

Redesigned user interface

The user interface has been totally redesigned to adopt the Microsoft Office's Ribbon concept. This brings clarity, efficiency, and a great consistent experience for users of the Microsoft Office suite without altering the simplicity that makes MobiText so easy to use.

Support for more file types

It's important to use more than one file format. Instead of being locked to only saving to Text Files (*.txt), we give you the freedom to save to more than just one file format. MobiText can save Rich Text Files (*.rtf), Windows Batch Files (*.bat), Registry Files (*.reg), and our signature MobiText File extension (*.mtxt) as well. This gives users more functionality out of the program.

Easy to use text tools

MobiText brings in easy to use buttons with a preview of what that function does in the tooltips. This makes a text program more productive. And there is no boring File Menu Strip at the top.

Colorful themes

While MobiText is productive and time saving, we also give users the power to change how MobiText looks on their computer. Pick from many themes! Metro Office 2013 style themes consist of Metro Red and Metro Blue. Classic Office 2010 style themes include Black, Blue, Silver, Windows 7 Style, Visual Studio 2010, Windows XP, Red, Green, Orange, and Banana. In addition, choose from dozens of backgrounds for the MobiText borders! Now that's theme customization!

Memory efficient

MobiText is a lightweight program and because it's coded in Visual Basic .NET. MobiText tries to take performance benefits over other applications. At idle MobiText uses on average 80MB of memory, even with 20 tabs open. And when not idle, while using the program, the program automatically cleans it's memory usage in order to keep the program running fast. Now that's amazing.

Use MobiText for all your text files

MobiText brings in great features from Microsoft Word and Microsoft WordPad. MobiText brings in features like Speech, Word Research, Spell Check, Sub/Super Scripts, Pictures, Text Zoom, Highlighting to name a few. Try doing some of that in WordPad or Notepad!

Freeware

http://www.dyniform.net/mobitext.html
Titel: Rapid Environment Editor 8.0 Build 908
Beitrag von: SiLæncer am 16 November, 2013, 08:40
(http://www.rapidee.com/images/rapidee.png)
Rapid Environment Editor (RapidEE) is an environment variables editor. It includes an easy to use GUI and replaces the small and inconvenient Windows edit box, located in the System Information section.

License: Freeware

What's new: >>

fixed: incorrect handling of '/' character in the content assist
added: supported Ctrl-A hotkey in the edit fields
updated: 3rd party libs

http://www.rapidee.com/
Titel: CKEditor 4.3
Beitrag von: SiLæncer am 16 November, 2013, 13:50
(https://www.heise.de/software/screenshots/t64589.jpg)
WYSIWYG-Editor für eigene Webseiten, der sich in diverse Skriptsprachen integrieren lässt; unterstützt die meisten gängigen Browser; auch mit kommerzieller Lizenz erhältlich

Lizenz: Open Source

Whats new: >>

Siehe hier : http://ckeditor.com/blog/CKEditor-4.3-Released

http://ckeditor.com/
Titel: EditBone 7.7.1
Beitrag von: SiLæncer am 16 November, 2013, 17:40
(http://www.bonecode.com/images/EditBone1.png)
Powerful text editing tool that comes with syntax highlighting support for over 50 languages and scripts, 22 ready made styles, a handy file comparison feature and support for multiple directories and search results.

Freeware

Whats new: >>

Unbekannt

http://www.bonecode.com/?page=projects
Titel: StroyCode 1.50
Beitrag von: SiLæncer am 17 November, 2013, 07:30
(https://www.heise.de/software/screenshots/t117951.jpg)
Texteditor zum Programmieren; visualisiert die Struktur des Codes durch verschachtelte grafische Elemente, welche sich auch mit der Maus einfügen lassen.

Freeware

Whats new: >>

Improved generation of source code.
Initialization for Result and out-parameters by empty value.
New elements: LetIfDifferent and PropertyWithField.
Additional values in Compare and Opertion elements.
Element Empty is deprecated (clear field for empty value).
Web applications (*.cgi) creation added.
VCL-modules updated, new modules added. Accept relative paths to VCL-modules directory.
Auto hide empty property setters.
Many small improvements.

http://softconstructors.com/en/applications/stroycode/
Titel: MetroTextual 1.5
Beitrag von: SiLæncer am 18 November, 2013, 16:45
(http://singularlabs.com/wp-content/uploads/2012/07/MetroTextual.png)
MetroTextual is a Windows text editor designed to be a visually appealing replacement for Notepad.

MetroTextual is a Windows text editor inspired by Microsoft’s Metro Design Language. It’s designed to be a visually appealing replacement for Notepad; with significant improvements to performance and aesthetics. Hotshot programmers will also enjoy MetroTextual’s syntax highlighting; which is powered by Scintilla.

MetroTextual is minimalist and lightning fast. It’s not feature-packed; but does have some awesome hidden powers.

Syntax highlighting with file extension detection
Lighting fast; thanks to unique multi-threading technology.
Compatible with all character encodings supported by Windows
Beautiful and simple Metro style user interface.
Auto-saving and file recovery
Split panel web previewing feature, with Markdown support

Freeware

http://singularlabs.com/
Titel: SynWrite v6.1.140
Beitrag von: SiLæncer am 18 November, 2013, 22:01
(http://images.betanews.com/screenshots/1289816929-1.jpg)
Erweiterter Text-Editor mit Unterstützung von vielen Dateiformaten, Programmiersprachen und Zeichenkodierungen; bietet unter anderem Syntax-Hervorhebung, Auto-Vervollständigung und Code-Vorlagen; auch als Plug-in für Total Commander und als portable Version erhältlich.

Freeware

What's new: >>

Added:

    Lexer Dart.
    Some dialogs save x/y position.

Changed:

    Part of "Syn.ini" file should be splitted to new file "SynHistory.ini". To move old data into new ini file, use our IniUpdater tool, run it from folder with "Syn.ini" file (default folder is %Appdata%\SynWrite). https://sourceforge.net/projects/synwrite/files/Misc/Ini%20updater/.
    Binary file SynState.ini not used (you may delete it), instead text file SynHistoryStates.ini is used. It contains file-states more flexible. More info is stored: Unicode filenames supported, names longer than 100 chars supported, max 200 bookmarks stored, folding-state is stored.
    Color-swatches file extension changed to "synw-colorstring".
    Redone command "Extend selection by line".

http://www.uvviewsoft.com/synwrite/
Titel: HelpNDoc 4.1.0.219
Beitrag von: SiLæncer am 19 November, 2013, 13:39
(http://www.kaldata.com/images/news/logos/helpndoc.gif)
HelpNDoc provides all the tools necessary to write complete help files, manuals and documentations in a user friendly and very easy to use environment. HelpNDoc can generate standard Windows CHM help files, WEB based documentation, iPhone specific websites as well as printable PDF and Word documents.

HelpNDoc is completely free for personal use and evaluation purposes.

Whats new: >>

Conditional generation of topics based on build kind and tags
Double click on a library item in the topic editor to modify it
Live spell checker is now available in the snippet editor and template editor
Better support for touch screen in the topic editor
Importing CHM and HTML files with encoded image file names didn't correctly import those images
Importing CHM and HTML files with images with large file names could crash HelpNDoc
Better Czech dictionary which can handle accented characters
Better compatibility with Word 2003 and Word 2007 for generated DocX documents
Better saving of tables in DocX documents
Possible exceptions when editing the bottom part of a topic and with the find feature
An exception could be shown when double clicking on an item in the find result panel
An exception could be shown when searching in some projects
Some German text labels were too small to display the whole text
Better looking lists in welcome screen, recent projects and help pages with scroll bars when needed
Editing a library item didn't correctly update the topic editor
Easier assignment of custom topic headers/footers: when choosing custom, the popup menu will not automatically hide
Topic kind popup will now check the current topic kind
Code templates didn't respect topic visibility settings

http://www.helpndoc.com/
Titel: EditBone 7.7.2
Beitrag von: SiLæncer am 20 November, 2013, 19:41
(http://www.bonecode.com/images/EditBone1.png)
Powerful text editing tool that comes with syntax highlighting support for over 50 languages and scripts, 22 ready made styles, a handy file comparison feature and support for multiple directories and search results.

Freeware

Whats new: >>

Fixed tab closing drag bug
Fixed directory renaming
Fixed select from directory

http://www.bonecode.com/?page=projects
Titel: Rapid Environment Editor (RapidEE) 8.0 Build 909
Beitrag von: SiLæncer am 21 November, 2013, 20:00
(http://www.rapidee.com/images/rapidee.png)
Rapid Environment Editor (RapidEE) is an environment variables editor. It includes an easy to use GUI and replaces the small and inconvenient Windows edit box, located in the System Information section.

License: Freeware

What's new: >>

added: Norwegian translation (Ivan Nedrehagen)

http://www.rapidee.com/
Titel: Komodo Edit 8.5.3
Beitrag von: SiLæncer am 21 November, 2013, 20:40
(http://download.winboard.org/uploads/Image/2010-12-22%2009%2024%2056.png)
Komodo Edit ist ein Editor, der folgende Sprachen unterstützt: PHP, Python, Ruby, java script, Perl, Tcl, XML, HTML 5, CSS 3. Weiterhin bietet das Programm eine Projektverwaltung, Sweet-Editor und kann mittels Erweiterungen ausgebaut werden.

Unterstützt wird WIN XP - Seven

Freeware

Whats new: >>

Unbekannt

http://www.activestate.com/komodo-edit/downloads
Titel: Leafier v1.0.4.0
Beitrag von: SiLæncer am 24 November, 2013, 18:45
(http://www.portablefreeware.com/screenshots/scrUfDMQV.gif)
Leafier is a simple HTML editor with tag insertion feature. Unicode, tabbed multi document interface, syntax highlighting, etc is supported.

License:    Freeware

Whats new: >>

Added option to open the file last time at startup.
Added movement of the search / replace box in between the [Tab] key.
Fixed a bug in the search box on the [Shift + Enter] key operation.

http://www.vieas.com/en/software/leafier.html
Titel: SynWrite v6.1.160
Beitrag von: SiLæncer am 24 November, 2013, 20:00
(http://images.betanews.com/screenshots/1289816929-1.jpg)
Erweiterter Text-Editor mit Unterstützung von vielen Dateiformaten, Programmiersprachen und Zeichenkodierungen; bietet unter anderem Syntax-Hervorhebung, Auto-Vervollständigung und Code-Vorlagen; auch als Plug-in für Total Commander und als portable Version erhältlich.

Freeware

What's new: >>

Added distro "SynWrite Lite" (see download page).
Added ability to use files "Syn.sample.ini" + "SynHide.sample.ini" in the exe folder - useful for custom distros.
Added hidden option "SessionMaxFiles".
Fixed: Live Spelling turns off, after full spell check, if it was off before.

http://www.uvviewsoft.com/synwrite/
Titel: StroyCode 1.60
Beitrag von: SiLæncer am 26 November, 2013, 16:44
(https://www.heise.de/software/screenshots/t117951.jpg)
Texteditor zum Programmieren; visualisiert die Struktur des Codes durch verschachtelte grafische Elemente, welche sich auch mit der Maus einfügen lassen.

Freeware

Whats new: >>

Compiler included: FreePascal
Libraries (*.dll) creation added
Small improvements and fixes

http://softconstructors.com/en/applications/stroycode/
Titel: EditBone 7.8.1
Beitrag von: SiLæncer am 27 November, 2013, 13:15
(http://www.bonecode.com/images/EditBone1.png)
Powerful text editing tool that comes with syntax highlighting support for over 50 languages and scripts, 22 ready made styles, a handy file comparison feature and support for multiple directories and search results.

Freeware

Whats new: >>

    Fixed line number color in dark styles

7.8.0:

    Added Show Line Modified option for the left margin
    Added Line Modified Color and Line Normal Color option for the left margin
    Added Line Numbers In Tens option for the left margin
    Added Line Numbers Zero Start option for the left margin
    Added toggle bookmark by clicking the marginal
    Fixed margins option divided into a left and right margin
    Fixed toggle bookmark
    Fixed left margin auto size
    Fixed line spacing
    Fixed minimap
    Fixed undo and redo
    Updated third-party components
    Updated language files

http://www.bonecode.com/?page=projects
Titel: Rapid Environment Editor (RapidEE) 8.0 Build 911
Beitrag von: SiLæncer am 28 November, 2013, 13:07
(http://www.rapidee.com/images/rapidee.png)
Rapid Environment Editor (RapidEE) is an environment variables editor. It includes an easy to use GUI and replaces the small and inconvenient Windows edit box, located in the System Information section.

License: Freeware

What's new: >>

fixed: updated Japanese translation
fixed: prefer external *.mo over embedded translation

http://www.rapidee.com/
Titel: EditBone 7.9.0
Beitrag von: SiLæncer am 29 November, 2013, 11:30
Whats new: >>

Added non-blinking caret and color option for the editor
Added find in files into directory popup menu
Fixed find showing and hiding
Moved minimap font size option to editor font options
Updated language files

http://www.bonecode.com/?page=projects
Titel: EverEdit 3.11.3082
Beitrag von: SiLæncer am 30 November, 2013, 06:00
(http://www.portablefreeware.com/screenshots/scrzAHs9R.png)
EverEdit is a handy and easy-to-use text, binary and source editor that enables you to write simple text files or create HTML, PHP, C/C++ or binary documents.

With an intuitive interface, EverEdit is suitable for both beginner and advanced programmers. Drag and drop support, syntax highlighting, auto-complete and auto-correct functions are features designed to ease your work even more.

The editor comes with encoding detection, regular expressions, macros and plugins support, brace match and code folding.

Whats new: >>

FIXED: Main app might crash on updating tags/deleting project files
FIXED: Couldn’t restore files with proper encoding on startup
IMPROVED: Main app was suspended on completing words from context

http://www.everedit.net/
Titel: EditBone 7.9.1
Beitrag von: SiLæncer am 30 November, 2013, 10:30
Whats new: >>

Added custom color for the non-blinking caret, line modified and line normal color options
Fixed pretty color names for the non-blinking caret, line modified and line normal color options
Fixed find in files
Fixed undo and redo icons

http://www.bonecode.com/?page=projects
Titel: Rapid Environment Editor v8.0 build 912
Beitrag von: SiLæncer am 02 Dezember, 2013, 05:45
What's new: >>

Added: Indonesian translation.

http://www.rapidee.com/
Titel: EditBone 7.9.2
Beitrag von: SiLæncer am 02 Dezember, 2013, 09:20
Whats new: >>

Added Show Bookmarks option
Fixed editor component
Fixed split
Updated language files

http://www.bonecode.com/?page=projects
Titel: EverEdit 3.11(3084)
Beitrag von: SiLæncer am 05 Dezember, 2013, 05:40
(http://www.portablefreeware.com/screenshots/scrzAHs9R.png)
EverEdit is a handy and easy-to-use text, binary and source editor that enables you to write simple text files or create HTML, PHP, C/C++ or binary documents.

With an intuitive interface, EverEdit is suitable for both beginner and advanced programmers. Drag and drop support, syntax highlighting, auto-complete and auto-correct functions are features designed to ease your work even more.

The editor comes with encoding detection, regular expressions, macros and plugins support, brace match and code folding.

Whats new: >>

FIXED: A syntax parser bug in php,html,asp etc..

http://www.everedit.net/
Titel: Brackets 34.1
Beitrag von: SiLæncer am 06 Dezember, 2013, 05:21
(http://images.six.betanews.com/screenshots/scaled/1384812094-1.jpg)
Brackets is an open source code editor for the web. It's built with JavaScript, HTML and CSS by web developers like you. As you code, HTML changes are instantly pushed to browser without having to save or reload the page. Theseus makes inspecting variables and control flow easy, even in asynchronous code.

Open Source

http://www.brackets.io/
Titel: SynWrite 6.1.175
Beitrag von: SiLæncer am 07 Dezember, 2013, 14:41
(http://images.betanews.com/screenshots/1289816929-1.jpg)
Erweiterter Text-Editor mit Unterstützung von vielen Dateiformaten, Programmiersprachen und Zeichenkodierungen; bietet unter anderem Syntax-Hervorhebung, Auto-Vervollständigung und Code-Vorlagen; auch als Plug-in für Total Commander und als portable Version erhältlich.

Freeware

What's new: >>

lexer Bash renamed and improved (tree, folding, extension "bash")
change: find/replace dialog: flag "Search from caret" now ignored for "Replace all" commands
fixes

http://www.uvviewsoft.com/synwrite/
Titel: AkelPad 4.8.6
Beitrag von: SiLæncer am 07 Dezember, 2013, 18:30
(http://akelpad.sourceforge.net/files/screen_basic.png)
AkelPad is an open source editor for plain text. It is designed to be a small and fast. Includes the ability to load text documents that are larger than 64 Kilobytes, document previews before opening them, editing of read only files and more. Plugins add a number of additional features to Akelpad like syntax highlighting, auto completion, sessions, macros and scripts and auto saving.

Licence: Open Source

What's new: >>

Changed: regular expression quantifiers now greedy by default (except for single dot, like, ".*" or ".{5,10}"). To make it non-greedy (old behaviour) use "?" after quantifier, like, "\d*?". AkelPad's regular expressions greediness works consequentially. For example, pattern "ab?b" in "abc" has no matches, because "ab?" matches "ab" and next "b" has no match. Correct pattern will be "abb?".
Changed: when using "Don't open a program twice" option, manual settings "CmdLineBegin" and "CmdLineEnd" passed only to the first instance of the program (MDI).

Added: manual parameters "TabNameFind" and "TabNameRep" - defines regular expression search/replace pattern for tab name in MDI/PMDI mode.
Added: Escape key interrupts column marker movement with mouse.
Added: optional parameter in command line method /Command() for passing to internal command.

Fixed: notepad replacement mode in installer (WinVista/7/8).

http://akelpad.sourceforge.net/en/index.php
Titel: Notepad++ 6.5.2
Beitrag von: SiLæncer am 10 Dezember, 2013, 18:00
(http://www.portablefreeware.com/screenshots/scrHPI5U2.gif)
Notepad++ is a tabbed source code editor and Notepad replacement with a customizable interface. It is one of the few few source code editors that supports "folding," allowing users to quickly reduce and expand sections of code to see the overall document. In addition, it features multi-language syntax highlighting, auto-completion, regular expression search/replace, macro recording and playback, etc. The program can access a long list of plug-ins via an easy-to-access menu with even more features and functions.

License: GPL

What's new: >>

Add sort lines feature.
Make 2 external commands as build-in commands: Open containing folder in Explorer/cmd.
URL hovered highlighting can be customized.
Fix the bug that Global Styles are not loaded completely in Stylers Configurator.
Improve php and js parsers in functionList.
Add panel icons for 6 panels: ascii insertion, clipboard history, doc map, doc switcher, function list and project.
Fix function list class border determination problem (while open/close symbols are in the comment zone).
Fix crash (buffer overflowed problem) for function calltip.
Fix a bug in path auto-completion feature.
Fix tab close button's color remains hovered while mouse leaves.
Update html auto-completion file.

http://notepad-plus-plus.org/
Titel: EditBone 8.1.0
Beitrag von: SiLæncer am 10 Dezember, 2013, 22:30
(http://www.bonecode.com/images/EditBone1.png)
Powerful text editing tool that comes with syntax highlighting support for over 50 languages and scripts, 22 ready made styles, a handy file comparison feature and support for multiple directories and search results.

Freeware

Whats new: >>

- Added minimap width option
- Fixed vertical scroll
- Fixed minimap font change
- Fixed directory selection drawing
- Fixed directory initialization
- Updated language files
- Updated third-party components

http://www.bonecode.com/?page=projects
Titel: SciTE 3.3.7
Beitrag von: SiLæncer am 12 Dezember, 2013, 05:30
(http://www.heise.de/software/screenshots/1206.jpg)
Editor mit Syntax-Highlighting, Auto-Completion, Folding und vielem mehr...

Lizenz: Open Source

Whats new:>>

Version 3.3.7 enhances some lexers, with the C++ lexer adding user defined literals and digit grouping from C++11/14.

http://www.scintilla.org/SciTE.html
Titel: EditBone 8.1.1
Beitrag von: SiLæncer am 12 Dezember, 2013, 16:15
(http://www.bonecode.com/images/EditBone1.png)
Powerful text editing tool that comes with syntax highlighting support for over 50 languages and scripts, 22 ready made styles, a handy file comparison feature and support for multiple directories and search results.

Freeware

Whats new: >>

Fixed find in files progress
Fixed maximized size saving

http://www.bonecode.com/?page=projects
Titel: SynWrite 6.1.177
Beitrag von: SiLæncer am 12 Dezember, 2013, 20:35
(http://images.betanews.com/screenshots/1289816929-1.jpg)
Erweiterter Text-Editor mit Unterstützung von vielen Dateiformaten, Programmiersprachen und Zeichenkodierungen; bietet unter anderem Syntax-Hervorhebung, Auto-Vervollständigung und Code-Vorlagen; auch als Plug-in für Total Commander und als portable Version erhältlich.

Freeware

What's new: >>

+ Updated plugins SynJedi and SynCodeIntel.
+ New plugin SynSharp for C# lexer. See official homepage.
+ Added new distro "SynWrite Lite". See official homepage.

http://www.uvviewsoft.com/synwrite/
Titel: EditBone 8.1.2
Beitrag von: SiLæncer am 13 Dezember, 2013, 21:30
Whats new: >>

- Fixed minimap invalidation
- Fixed application closing
- Fixed output file opening
- Updated language files

http://www.bonecode.com/?page=projects
Titel: SynWrite 6.1.185
Beitrag von: SiLæncer am 14 Dezember, 2013, 11:20
What's new: >>

Plugins ZIP/RAR files can be auto-installed. Plugins SynJedi/SynCodeIntel/SynSharp updated. Just open rar/zip file in editor and confirm installation. And wait for unrar.exe/unzip.exe to finish.

http://www.uvviewsoft.com/synwrite/
Titel: EditBone 8.1.3
Beitrag von: SiLæncer am 15 Dezember, 2013, 08:00
Whats new: >>

Fixed dark style active line background color
Updated language files

http://www.bonecode.com/?page=projects
Titel: nanDECK v1.15
Beitrag von: SiLæncer am 15 Dezember, 2013, 18:45
(http://www.portablefreeware.com/screenshots/scrR7FVt4.gif)
nanDECK is a scripting graphic software that provides a simple yet flexible language to create multiple images suited for cards or counters .

Freeware

http://www.nand.it/nandeck
Titel: JSONedit v0.9.7.8
Beitrag von: SiLæncer am 15 Dezember, 2013, 19:16
(http://www.portablefreeware.com/screenshots/scrdLlFOK.gif)
JSONedit is a simple editor for the JavaScript Object Notation format "a text-based open standard designed for human-readable data interchange" (source) with availble text and tree views.

Includes array generator using embedded Lua interpreter and Scintilla for text edition.

License:    Freeware

http://tomeko.net/software/JSONedit/index.php
Titel: EditBone 8.2.0
Beitrag von: SiLæncer am 19 Dezember, 2013, 10:51
Whats new: >>

Added auto save information to the statusbar when auto save is on
Added checks if the application form is outside of the screen workarea
Added selected option tree item to ini file
Fixed view in browser
Refactored options container
Updated language files

http://www.bonecode.com/?page=projects
Titel: CoffeeCup Free HTML Editor 10.0
Beitrag von: SiLæncer am 19 Dezember, 2013, 20:15
(https://www.heise.de/software/screenshots/t6785.jpg)
Abgespeckte Version des kostenpflichtigen CoffeeCup-HTML-Editors, bringt Assistenten für Tabellen, Frames, Forms und Fonts sowie einen FTP-Client mit, unterstützt Drag und Drop.

Freeware

http://www.coffeecup.com/free-editor
Titel: Brackets Build 35
Beitrag von: SiLæncer am 20 Dezember, 2013, 20:15
(http://images.six.betanews.com/screenshots/scaled/1384812094-1.jpg)
Brackets is an open source code editor for the web. It's built with JavaScript, HTML and CSS by web developers like you. As you code, HTML changes are instantly pushed to browser without having to save or reload the page. Theseus makes inspecting variables and control flow easy, even in asynchronous code.

Open Source

Whats new: >>

New Find/Replace UI: Replace now uses a streamlined, much cleaner UI supporting the same features as Find, including incremental search and highlighting. New case-sensitive and regular expression toggle buttons for easy access in Find, Find in Files, and Replace.
Launching Live Preview on Mac: On Mac, Chrome does not need to be relaunched when starting Live Preview.
Faster Start-up: Brackets now loads up to 50% faster thanks to minified JavaScript and pre-compiled LESS.

http://www.brackets.io/
Titel: Leafier v1.0.4.1
Beitrag von: SiLæncer am 20 Dezember, 2013, 21:45
(http://www.portablefreeware.com/screenshots/scrUfDMQV.gif)
Leafier is a simple HTML editor with tag insertion feature. Unicode, tabbed multi document interface, syntax highlighting, etc is supported.

License:    Freeware

Whats new: >>

Fixed character code determination of failure if you open the file last time.
Fixed a bug of choice when you "Shift + click" the line number.

http://www.vieas.com/en/software/leafier.html
Titel: EditBone 8.3.0
Beitrag von: SiLæncer am 23 Dezember, 2013, 22:45
(http://www.bonecode.com/images/EditBone1.png)
Powerful text editing tool that comes with syntax highlighting support for over 50 languages and scripts, 22 ready made styles, a handy file comparison feature and support for multiple directories and search results.

Freeware

Whats new: >>

- Added new styles and fixed some old ones
- Fixed XML tree bugs
- Fixed options form
- Updated language files

http://www.bonecode.com/?page=projects
Titel: EditBone 8.4.0
Beitrag von: SiLæncer am 25 Dezember, 2013, 11:31
Whats new: >>

- Added show scroll hint option for the editor
- Added progress bar to view files search
- Added -noini parameter for the application - will prevent any writing to ini file
- Fixed minimap flickering in compare files
- Fixed view files close bug when search in progress
- Fixed maximized opening
- Moved active line color brightness option to font options
- Updated language files
- Updated third-party components
- Merry Christmas!

http://www.bonecode.com/?page=projects
Titel: Resoor 1.28
Beitrag von: SiLæncer am 26 Dezember, 2013, 20:25
(https://www.heise.de/software/screenshots/t118408.jpg)
Quelltext-Editor, der EXE- und RES-Dateien importiert und bearbeitet; erstellt Ressourcen- und Quelltextdateien in verschiedenen Programmiersprachen.

Freeware

Whats new: >>

Sounds added.
Save as image by Ctrl+Shift+I.
Restore scroll position, focus and selection after file open.
Numerous small fixes and improvements.

http://softconstructors.com/en/applications/resoor/
Titel: EditBone 8.4.1
Beitrag von: SiLæncer am 27 Dezember, 2013, 10:00
(http://www.bonecode.com/images/EditBone1.png)
Powerful text editing tool that comes with syntax highlighting support for over 50 languages and scripts, 22 ready made styles, a handy file comparison feature and support for multiple directories and search results.

Freeware

Whats new: >>

Fixed VRML highlighter
Fixed options form
Updated and added examples by netcyphe
Updated language files

http://www.bonecode.com/?page=projects
Titel: FreeText 1.30
Beitrag von: SiLæncer am 27 Dezember, 2013, 17:20
(https://www.heise.de/software/screenshots/t118019.jpg)
Schlanker Texteditor mit Autostartfunktion; neben dem Text lassen sich auch Links und Grafiken einfügen.

Freeware

Whats new: >>

Show window by Ctrl+Shift+E.
Sounds added.
Always on Top menu item moved.
Palette is hidden by default.
Numerous small fixes and improvements.

http://softconstructors.com/en/applications/freetext/
Titel: StroyCode 1.64
Beitrag von: SiLæncer am 27 Dezember, 2013, 18:15
(https://www.heise.de/software/screenshots/t117951.jpg)
Texteditor zum Programmieren; visualisiert die Struktur des Codes durch verschachtelte grafische Elemente, welche sich auch mit der Maus einfügen lassen.

Freeware

Whats new: >>

Win32 executables (*.exe) creation added
Processing of connected program modules when executables generation
New element: PropertyWithSubObject
Type by default: int
Sounds added
Save as image by Ctrl+Shift+I
Restore scroll position, focus and selection after file open
Numerous small fixes and improvements

http://softconstructors.com/en/applications/stroycode/
Titel: Java-Editor 12.6
Beitrag von: SiLæncer am 27 Dezember, 2013, 21:45
(http://www.heise.de/software/screenshots/50464.jpg)
Einfacher Java-Editor mit allen grundlegenden Funktionen, aber niedrigen Systemanforderungen, insbesondere für den Einsatz im Lehrbereich; mit Editor zum Modellieren von Klassen, UML-Fenster zum interaktiven Testen der Klassen und Erzeugung von Objekten sowie Designer zur Gestaltung von GUI-Oberflächen.

Freeware

Whats new: >>

improved class-editor and code-completion

http://javaeditor.org/index.php?title=Main_Page
Titel: SynWrite 6.2.280
Beitrag von: SiLæncer am 30 Dezember, 2013, 22:30
(http://images.betanews.com/screenshots/1289816929-1.jpg)
Erweiterter Text-Editor mit Unterstützung von vielen Dateiformaten, Programmiersprachen und Zeichenkodierungen; bietet unter anderem Syntax-Hervorhebung, Auto-Vervollständigung und Code-Vorlagen; auch als Plug-in für Total Commander und als portable Version erhältlich.

Freeware

What's new: >>

Python API implemented!
Python console added: default hotkey is Ctrl+tilde.
dialog "Tools -- New plugin".
program must be installed not to "Program Files". Reason: Py-plugins are created inside program subfolder "Py".
distro file increased by 5 Mb because of Py API. You can still delete Py files and folders: DLLs\, Py\, python*.*, msvc*.dll (maybe needed to change .manifest then, it refers to msvc*.dll). To just disable Py-engine: delete python*.dll.
renamed menu "Run" to "Tools"
output panel: "Command list" hotkey works, last tab remembered
improved lexer Tcl (tree, strings)
fixes

http://www.uvviewsoft.com/synwrite/
Titel: Notepad++ 6.5.3
Beitrag von: SiLæncer am 31 Dezember, 2013, 16:00
(http://www.portablefreeware.com/screenshots/scrHPI5U2.gif)
Notepad++ is a tabbed source code editor and Notepad replacement with a customizable interface. It is one of the few few source code editors that supports "folding," allowing users to quickly reduce and expand sections of code to see the overall document. In addition, it features multi-language syntax highlighting, auto-completion, regular expression search/replace, macro recording and playback, etc. The program can access a long list of plug-ins via an easy-to-access menu with even more features and functions.

License: GPL

What's new: >>

Make advanced scrolling optional so it can be disabled in case of touchpad scrolling problem.
Enhance sort lines feature: if several lines are selected, only the selected lines are sorted.
Add hex value column in Ascii Insert Panel.
Enhance performance: prevent switched-in document from being parsed by function list and by document map while these 2 panels are hidden.
Fix the bug that modified tab interface colour settings cannot be saved in stylers configurator.
Fix text crazy flickering while resizing the frame on a specific position.
Fix the context menu not shown for the all other users (accounts) in the same PC.

http://notepad-plus-plus.org/
Titel: Rapid Environment Editor 8.0 Build 913
Beitrag von: SiLæncer am 04 Januar, 2014, 17:50
(http://www.rapidee.com/images/rapidee.png)
Rapid Environment Editor (RapidEE) is an environment variables editor. It includes an easy to use GUI and replaces the small and inconvenient Windows edit box, located in the System Information section.

License: Freeware

What's new: >>

- Added: Romanian translation (thanks to Bogdan Balasa)
- Added: Indonesian translation (thanks to M. Ridwan Hakim)
- Fixed: updated Japanese translation (thanks to Kazunori Ikezawa)
- Fixed: prefer external *.mo over embedded translation (this allows translators to check localization on-the-fly)
- Added: Norwegian translation (Ivan Nedrehagen)
- Fixed: incorrect handling of '/' character in the content assist (thanks to Sylvain Bougnoux)
- Added: supported Ctrl-A hotkey in the edit fields
- Updated: 3rd party libs
- Added: 'Restart as administrator' has been added as 'File' menu item (Thanks to Igal Tabachnik for the idea)

http://www.rapidee.com/
Titel: Rapid Environment Editor v8.0 build 914
Beitrag von: SiLæncer am 04 Januar, 2014, 18:44
What's new: >>

Added: Hungarian translation.

http://www.rapidee.com/
Titel: Texmaker 4.1.1
Beitrag von: SiLæncer am 05 Januar, 2014, 07:00
(http://www.heise.de/software/screenshots/31402.jpg)
Umfangreicher LaTeX-Editor mit integrierten Tools und Funktionen wie Syntax-Highlighting, 370 mathematischen Symbolen und Ausdrücken, Suchen und Ersetzen oder Rechtschreibprüfung; konvertiert zudem LaTeX ins HTML-Format.

Lizenz: Open Source

Whats new: >>

- the latex reference manual has been updated
- ca and pt dictionaries have been added
- ca, cs, de, es, pl and se translations have been updated
- the math mode \( \) is now supported by the syntax highlighting (patch from Felix Löhr) [user request]
- double latex and pdflatex compilation has been added for the "Quick build" modes with asymptote (required for the cross references) [user request]
- while autocompletion, if the inserted item doesn't contain a placeholder the cursor will no more jump to the next placeholder [user request]
- the delay after regaining focus while the "check for external changes" option is used has been reduced [user request]
- autocompletion with an underscore character is no more stopped after reaching the undescore [user request]
- .snm and .nav files are also deleted while using the "Clean" command [user request]
- if the log report an error for the line 1, the cursor doesn't jump anymore to the top of the document [user request]
- "user" completion items can now be directly modified [user request]

http://www.xm1math.net/texmaker/download.html
Titel: EditBone 8.5.0
Beitrag von: SiLæncer am 07 Januar, 2014, 13:38
(http://www.bonecode.com/images/EditBone1.png)
Powerful text editing tool that comes with syntax highlighting support for over 50 languages and scripts, 22 ready made styles, a handy file comparison feature and support for multiple directories and search results.

Freeware

Whats new: >>

Added show overlay icons option for the directory
Added show line numbers after last line option for the left margin
Refactored tool bar options
Fixed insert line shortcut - was overlapping with File->New
Fixed begin dragging bug when document time was changed
Updated language files
Updated third-party components

http://www.bonecode.com/?page=projects
Titel: CKEditor 4.3.1
Beitrag von: SiLæncer am 07 Januar, 2014, 19:28
(https://www.heise.de/software/screenshots/t64589.jpg)
WYSIWYG-Editor für eigene Webseiten, der sich in diverse Skriptsprachen integrieren lässt; unterstützt die meisten gängigen Browser; auch mit kommerzieller Lizenz erhältlich

Lizenz: Open Source

Whats new: >>

Important Notes:

    To match the naming convention, the language button is now Language (#11201).
    Enhanced Image button, context menu, command, and icon names match those of the Image plugin (#11222).

Fixed Issues:

    #11244: Changed: The widget.repository.checkWidgets() method now fires the widget.repository.checkWidgets event, so from CKEditor 4.3.1 it is preferred to use the method rather than fire the event.
    #11171: Fixed: editor.insertElement() and editor.insertText() methods do not call the widget.repository.checkWidgets() method.
    #11085: [IE8] Replaced preview generated by the Mathematical Formulas widget with a placeholder.
    #11044: Enhanced WAI-ARIA support for the Language plugin drop-down menu.
    #11075: With drop-down menu button focused, pressing the Down Arrow key will now open the menu and focus its first option.
    #11165: Fixed: The File Browser plugin cannot be removed from the editor.
    #11159: [IE9-10] Enhanced Image: Fixed buggy discovery of image dimensions.
    #11101: Drop-down lists no longer break when given double quotes.
    #11077: Enhanced Image: Empty undo step recorded when resizing the image.
    #10853: Enhanced Image: Widget has paragraph wrapper when de-captioning unaligned image.
    #11198: Widgets: Drag handler is not fully visible when an inline widget is in a heading.
    #11132: [Firefox] Fixed: Caret is lost after drag and drop of an inline widget.
    #11182: [IE10-11] Fixed: Editor crashes (IE11) or works with minor issues (IE10) if a page is loaded in Quirks Mode. See env.quirks for more details.
    #11204: Added figure and figcaption styles to the contents.css file so Enhanced Image looks nicer.
    #11202: Fixed: No newline in BBCode mode.
    #10890: Fixed: Error thrown when pressing the Delete key in a list item.
    #10055: [IE8-10] Fixed: Delete pressed on a selected image causes the browser to go back.
    #11183: Fixed: Inserting a horizontal rule or a table in multiple row selection causes a browser crash. Additionally, the editor.insertElement() method does not insert the element into every range of a selection any more.
    #11042: Fixed: Selection made on an element containing a non-editable element was not auto faked.
    #11125: Fixed: Keyboard navigation through menu and drop-down items will now cycle.
    #11011: Fixed: The editor.applyStyle() method removes attributes from nested elements.
    #11179: Fixed: editor.destroy() does not cleanup content generated by the Table Resize plugin for inline editors.
    #11237: Fixed: Table border attribute value is deleted when pasting content from Microsoft Word.
    #11250: Fixed: HTML entities inside the <textarea> element are not encoded.
    #11260: Fixed: Initially disabled buttons are not read by JAWS as disabled.
    #11200: Added Clipboard plugin as a dependency for Widget to fix drag and drop.

http://ckeditor.com/
Titel: FreeText 1.32
Beitrag von: SiLæncer am 07 Januar, 2014, 21:14
(https://www.heise.de/software/screenshots/t118019.jpg)
Schlanker Texteditor mit Autostartfunktion; neben dem Text lassen sich auch Links und Grafiken einfügen.

Freeware

Whats new: >>

Icon changed.
Restore scroll position, focus and selection after start.
Various enhancements.

http://softconstructors.com/en/applications/freetext/
Titel: SynWrite 6.3.380
Beitrag von: SiLæncer am 11 Januar, 2014, 10:20
(http://images.betanews.com/screenshots/1289816929-1.jpg)
Erweiterter Text-Editor mit Unterstützung von vielen Dateiformaten, Programmiersprachen und Zeichenkodierungen; bietet unter anderem Syntax-Hervorhebung, Auto-Vervollständigung und Code-Vorlagen; auch als Plug-in für Total Commander und als portable Version erhältlich.

Freeware

What's new: >>

added new "snippets" system. Old "code-templates" system removed. See new menu-items: "Tools - Snippets", "Tools - New snippet". New snippets have different macros and allow to have many tabstops like ${1} ${2}... ${0}, and allow to jump over tabstops with Tab key. Inspired by ST2. See new help topic about snippets.
added lexer for snippet files
updated lexer nnCron (in Readme\MoreLexers)
added colors #rrggbbAA show
added option "Tree -- Sort for these file extensions"
removed option "Use Tab key to expand code templates"
removed code for command "Code templates popup" (command is visible to reassign Ctrl+J)
change: click on micro-map doesn't move caret

http://www.uvviewsoft.com/synwrite/
Titel: StroyCode 1.66
Beitrag von: SiLæncer am 11 Januar, 2014, 11:10
(https://www.heise.de/software/screenshots/t117951.jpg)
Texteditor zum Programmieren; visualisiert die Struktur des Codes durch verschachtelte grafische Elemente, welche sich auch mit der Maus einfügen lassen.

Freeware

Whats new: >>

Improved generation of source codes.
Bug fixes.
Icon changed.
Small improvements.

http://softconstructors.com/en/applications/stroycode/
Titel: RJ TextEd 8.80 Beta 1
Beitrag von: SiLæncer am 13 Januar, 2014, 09:22
(http://images.six.betanews.com/screenshots/scaled/1187014627-1.jpg)
RJ TextEd - A Unicode source and text editor. RJ TextEd is a full featured text and source editor with Unicode support, syntax highlighting and code folding. The functionality extends beyond text files and includes support for HTML editing with integrated preview, spell checking, auto completion, HTML validation, templates and more. The program also include support for Topstyle Lite CSS editor, has a dual pane file commander, as well as a FTP client to upload your files. The editor uses language files to display menus and dialogs in different languages. There are several included languages. New language files can easily be created in the editor. RJ TextEd is also a simple web development tool. The editor can use auto completion and hints to assist you in editing your source code. You can preview HTML/ASP/PHP... code using one of the preview tabs or open a document in a browser. The editor does not only handle source code. It also handles true ASCII files, binary files and of course plain text files.

The program is absolutely free. There are a many features not listed below. Including spell checking, e-mail support, advanced search with regular expressions. For a full list check out the features section.

To learn more about the program you could check out the screenshots, or just try it out. RJ TextEd is developed in Delphi 2007 from Codegear and is released as Freeware. The program has been tested in windows 98/Me/2000/XP/2003/Vista/2008/Windows 7.

Licence: Freeware

Whats new: >>

Font sizes:
You can now enter any font size in options between 6-20. For font sizes
larger than 20 you can set them by steps of 2, e.g. 22, 24...
Remove character(s) on save option:
Added an option to remove any characters(s) from the text when saving to file.
Extension events:
Added several events to be used with extensions. All events are collected
in the "Events" object.
Context help hints:
Context help hints are used in the options window, print window, FTP profiles
window and macro edit window.
Added a small [?] button at the left bottom edge. The ? in the window
title bar is not visible when themes are used.
The context hint now use the same font as in the dialog windows. This makes
them easier to read when using large fonts on high resolution screens.
The hint is now displayed below the control.
Changed the background color to light yellow.
Hints can now use Unicode text and be translated. All context hints are
available in the language files.
Misc:
The OpenSSL libraries have been updated.
Some minor fixes in the options window.
Word count statistics can be copied to clipboard.
redesigned some dialog windows.
Fixed:
Rename open file when the new file name already exists.
A minor issue with reformat paragraph and selections.
Undo/Redo issue when uncomment several lines.
Fold issues in XML files.
User defined ASP,PHP,JScript,CSS files were not always recognized.
Word count should handle m-dashes and -- between words correctly now.

http://www.rj-texted.se/
Titel: Programmer's Notepad 2.4.0.2378 RC
Beitrag von: SiLæncer am 13 Januar, 2014, 16:45
Programmer's Notepad is a powerful text editor (expandable through the use of addons) targeted at users who work with source code, offering a versatile programming environment and featuring syntax highlighting for many programming languages (through plugins called "schemes"), project management, a great user interface and much more.

(http://www.pnotepad.org/wp-content/uploads/2006/12/pnvista.png)

License: FreeBSD

What's new: >>

    Fuzzy matching in “Jump to” dialog, e.g. MTM for MyTestMethod
    New style presets
    New translations
    Delay Windows shutdown for file save
    Improved find dialog resizing
    Python Scripting Extension (PyPN) included as optional component in installer

Bug Fixes:

    Fixes to XML/HTML tag completion
    UTF-8 Replace All and UTF-8 character code improvements for Regex search
    Fix for script recording due to Scintilla bug

http://www.pnotepad.org/
Titel: SynWrite 6.3.410
Beitrag von: SiLæncer am 15 Januar, 2014, 09:18
(http://images.betanews.com/screenshots/1289816929-1.jpg)
Erweiterter Text-Editor mit Unterstützung von vielen Dateiformaten, Programmiersprachen und Zeichenkodierungen; bietet unter anderem Syntax-Hervorhebung, Auto-Vervollständigung und Code-Vorlagen; auch als Plug-in für Total Commander und als portable Version erhältlich.

Freeware

What's new: >>

more snippets for php and python
py-plugins are placeable on user toolbars

minor:

lexer-prop dialog is sizable
snippet code tweaks
longer delay (1500) for token hints
removed hidden-option KeepScr

http://www.uvviewsoft.com/synwrite/
Titel: Resoor 1.30
Beitrag von: SiLæncer am 15 Januar, 2014, 16:30
(https://www.heise.de/software/screenshots/t118408.jpg)
Quelltext-Editor, der EXE- und RES-Dateien importiert und bearbeitet; erstellt Ressourcen- und Quelltextdateien in verschiedenen Programmiersprachen.

Freeware

Whats new: >>

Better selection for large elements.
Show low-level items in dropdown lists by Shift.
Various small enhancements.

http://softconstructors.com/en/applications/resoor/
Titel: Highlight 3.17
Beitrag von: SiLæncer am 17 Januar, 2014, 06:30
(http://images.six.betanews.com/screenshots/scaled/1028713443-1.jpg)
Highlight is a universal source code converter which transforms code to HTML, XHTML, RTF, LaTeX, TEX, SVG and BBCode files with syntax highlighting. (X)HTML and SVG output is formatted by CSS. It supports customizable color theme and language descriptions with regular expressions. The configuration files are Lua scripts with plug-in support. The tool contains several options to provide a consistent formatting of the output code.

License: Open Source

Latest Changes

- New reformatting styles google, pico and lisp were added
- Raw string parsing was improved
- Highlighting of PDF was added

http://www.andre-simon.de/
Titel: EditBone 8.6.3
Beitrag von: SiLæncer am 18 Januar, 2014, 06:00
(http://www.bonecode.com/images/EditBone1.png)
Powerful text editing tool that comes with syntax highlighting support for over 50 languages and scripts, 22 ready made styles, a handy file comparison feature and support for multiple directories and search results.

Freeware

Whats new: >>

Fixed toolbar options
Updated language files

8.6.2:

    Fixed XML tree click
    Fixed close all, close all other pages, save all, and replace progress bars
    Fixed Tools menu
    Fixed find in files occurences count bug
    Fixed select from directory bug
    Fixed go to line
    Fixed toolbar reset bug

8.6.1:

    Fixed toolbar options
    Updated language files

8.6.0:

    Added context menu item in directory popup menu
    Added hour glass cursor for file counting in find in files
    Added reset menu items for toolbar options
    Fixed memory leaks with FastMM
    Fixed a rare bug when the output splitter was aligned under the output panel
    Fixed HTML error checking
    Fixed HP48 highlighter access violation
    Fixed output scroll bars invalidation in find in files
    Fixed file control components
    Fixed toolbar options
    Refactored file types options
    Refactored all icons into one unit
    Updated examples
    Updated language files

http://www.bonecode.com/?page=projects
Titel: SynWrite 6.3.470
Beitrag von: SiLæncer am 20 Januar, 2014, 21:30
(http://images.betanews.com/screenshots/1289816929-1.jpg)
Erweiterter Text-Editor mit Unterstützung von vielen Dateiformaten, Programmiersprachen und Zeichenkodierungen; bietet unter anderem Syntax-Hervorhebung, Auto-Vervollständigung und Code-Vorlagen; auch als Plug-in für Total Commander und als portable Version erhältlich.

Freeware

What's new: >>

changed Python API. Now API is not flat, it has objects to access not only active editor. Update your plugins, if any.
add: Find-id Python plugins supported. See wiki for info.
lexers: renamed VBScript lexer, reworked VBScript auto-completion (thanks ZYX)

minor:

add: quick-search color indication of "not found"
add: hilite of brackets for caret righter than bracket
add: macro {SelectedText} handles EOL chars
add: acp files can specify id with spaces: Name more
add: docked panels tab-area context menu
change: minimap click should not move caret
fix: lexer for acp-files

http://www.uvviewsoft.com/synwrite/
Titel: Simple Resx Editor 0.8
Beitrag von: SiLæncer am 23 Januar, 2014, 05:30
(http://2.bp.blogspot.com/-x5HZU7bRvJ4/UtMnWlUrefI/AAAAAAAAeN4/9xZmtNB28I8/s400/bug.png)
Simple Resx Editor is a useful application that was designed in order to help you easily edit resource files.

Features

    Highlight differences and coincidences
    Highlight keys containing text
    Show/Hide keys
    Filter text-only rows
    Drag and drop support
    Multi-language UI

License: GPL

http://simpleresxeditor.blogspot.no/
Titel: Rapid Environment Editor v8.0 build 915
Beitrag von: SiLæncer am 25 Januar, 2014, 06:15
(http://www.rapidee.com/images/rapidee.png)
Rapid Environment Editor (RapidEE) is an environment variables editor. It includes an easy to use GUI and replaces the small and inconvenient Windows edit box, located in the System Information section.

License: Freeware

What's new: >>

Updated: Finnish translation.

http://www.rapidee.com/
Titel: NFOPad v1.68
Beitrag von: SiLæncer am 26 Januar, 2014, 17:20
(http://www.portablefreeware.com/screenshots/scra4JZtx.gif)
NFOPad is a small, fast and flexible combined nfo viewer and text editor. It is a clone of Microsoft's Notepad but much more customizable and with some additional features. Of course NFOPad also supports nfo files with ASCII art. The file extension is used to determine whether to use an ANSI or ASCII font.

License: Freeware

What's new: >>

Italian localization added.
Minor localization and code fixes.

http://truehumandesign.se/s_nfopad.php
Titel: SynWrite 6.3.510
Beitrag von: SiLæncer am 27 Januar, 2014, 18:00
(http://images.betanews.com/screenshots/1289816929-1.jpg)
Erweiterter Text-Editor mit Unterstützung von vielen Dateiformaten, Programmiersprachen und Zeichenkodierungen; bietet unter anderem Syntax-Hervorhebung, Auto-Vervollständigung und Code-Vorlagen; auch als Plug-in für Total Commander und als portable Version erhältlich.

Freeware

What's new: >>

added coding helper "Auto-Correction of Id Case" - new help topic
added Notepad++ feature: can open folder path, both via command-line and via drap-drop
added: file LexersEx.cfg (if you create it) adds data to Lexers.cfg
redone lexer Markdown (by NoSi) and added Markdown snippets at sf.net download page
addition to help topic "Snippets"
additions to Py API

http://www.uvviewsoft.com/synwrite/
Titel: SciTE 3.3.8
Beitrag von: SiLæncer am 28 Januar, 2014, 06:45
(http://www.heise.de/software/screenshots/1206.jpg)
Editor mit Syntax-Highlighting, Auto-Completion, Folding und vielem mehr...

Lizenz: Open Source

Whats new:>>

Version 3.3.8 improves drawing quality and enhances lexers.

http://www.scintilla.org/SciTE.html
Titel: LyX 2.0.7
Beitrag von: SiLæncer am 28 Januar, 2014, 20:15
(http://www.heise.de/imagine/swvz-programme/yU49CFtoGMilNqFaP1Tba3bftII/thumbnail/LyX.jpg)
Frontend für LaTeX, das sich ähnlich wie ein herkömmliches Textverarbeitungsprogramm bedienen lässt.

Freeware













Whats new: >>

What's new in LyX 2.0.7
=======================

** Updates:
***********

* DOCUMENTATION AND LOCALIZATION

- Updated Interlingua, Japanese, Nynorsk, Swedish and Ukrainian user interface
  localizations.

- Revised French Intro and User Guide.


** Bug fixes:
*************

* DOCUMENT INPUT/OUTPUT

- Fix garbage in document export (and maybe other places) by making encoding
  conversions thread-safe (bug 8854).

- Fix output of ulem commands (underline etc.) which was broken as of
  LyX 2.0.6 (bug 8733).

- Fix problem with unbalanced braces in XeTeX output (bug 8765).

- Fix problems with unbalanced braces with a secondary CJK language
  (bug 8215).

- Fix state of certain language packages (polyglossia, japanese) in
  child documents (bug 8770).

- Fix compilation of documents containing chemical equations and math
  integrals (bug 8731).

- Fix compilation with nested ("sub") custom floats.

- Fix import of CSV-files.

- Added h5 and h6 as HTML tags for Paragraph and Subparagraph.

- Include alt tag when exporting math as images (bug 8746).


* USER INTERFACE

- Fix crash when saving document with module that is not present (bug
  8523).

- Fix crash when changing alignment of several cells in tabular (bug 8859).

- Disable invalid actions in empty outliner that could trigger a crash
  (bug 8885).
 
- Fix warning when setting layout box when Plain Layout is used (bug 8727).

- Fix bug where searching for next change may leave an empty paragraph
  where cursor was (bug 3199).

- Fix activation of branches from command line (bug 8627).

- Fix display of appendix counters in some classes (bug 8666).

- Fix toggling of "misc" font options (bug 8764).

- Handle undo correctly when a branch is (de)activated.

- Update a bibliography entry's label when it is emptied.

- Insets in a bibliography entry are shown as text in the citation dialog.

- Correctly detect python scripts required by the preview mechanism.

- Fix display of file names with ampersands in the tab header (bug 8757).

- The koma-script book class numbers equations by chapter.

- Fix shortcut conflict in the citation dialog (bug 8878).

- Fix wrong display of style "Description" in "article (paper)" class
  (bug 8869).


* DOCUMENTATION AND LOCALIZATION

- Make the aa.lyx template file and the aa_sample.lyx example file compilable.

- Make the AEA.lyx template file compilable.

- Make the landslide example file compilable.

- Fix problem that the Chinese Tutorial could not be viewed as PDF on
  some systems.


* LYXHTML

- Fix problem with size of superscripts and such inside footnotes (bug 8610).

- Add missing space before the edition in the bibliography (part of bug 8488).

- Fix random character inserted as year modifier in author-year citations.


* BUILD/INSTALLATION

- Add support for automake 1.13.

- Fix compilation with clang LLVM compiler.

- Fix Qt tools search when a Qt directory has been specified.

http://www.lyx.org/
Titel: Eveditor Free 1.5.0.173 Beta 3
Beitrag von: SiLæncer am 30 Januar, 2014, 06:10
(http://i1.wp.com/eveditor.com/wp-content/uploads/2011/10/Environment-variables-editor.png?resize=560%2C420)
Eveditor Free is a handy and reliable utility designed to enable users to edit environment variables. Eveditor Free helps you organize and streamline your use of system variables - including the ever-fickle System PATH - and optimize your work environment without risk of losing valuable configuration settings, something that can happen inadvertently and with devastating effect when you install new software on your machine.

Eveditor Free brings simplicity, power and safety all at once. And with one quick, pain-free installation, you'll be in control of your Windows environment like never before!

Freeware

Whats new: >>

It now validates each %PATH% variable fragment and highlights the faulty ones. A fragment can represent a directory or another environment variable. In latter case it will be expanded prior to validation.

http://eveditor.com/
Titel: SciTE 3.3.9
Beitrag von: SiLæncer am 31 Januar, 2014, 14:33
(http://www.heise.de/software/screenshots/1206.jpg)
Editor mit Syntax-Highlighting, Auto-Completion, Folding und vielem mehr...

Lizenz: Open Source

Whats new:>>

Version 3.3.9 fixes a bug in 3.3.8 that caused external lexers to fail.

http://www.scintilla.org/SciTE.html
Titel: SynWrite 6.3.540
Beitrag von: SiLæncer am 02 Februar, 2014, 06:50
(http://images.betanews.com/screenshots/1289816929-1.jpg)
Erweiterter Text-Editor mit Unterstützung von vielen Dateiformaten, Programmiersprachen und Zeichenkodierungen; bietet unter anderem Syntax-Hervorhebung, Auto-Vervollständigung und Code-Vorlagen; auch als Plug-in für Total Commander und als portable Version erhältlich.

Freeware

What's new: >>

+ add: Py API: support for auto-completion plugins; added bookmark api
+ add: "Find all" command logs to "Search results" pane (like NP++)
minor:
  + more menu items in Window menu
  * find dialog: "search from caret" ignored for "Find all", "Find in all tabs", "Count"
  * find dialog: red line moved to statusbar

http://www.uvviewsoft.com/synwrite/
Titel: AkelPad 4.8.7
Beitrag von: SiLæncer am 02 Februar, 2014, 16:00
(http://akelpad.sourceforge.net/files/screen_basic.png)
AkelPad is an open source editor for plain text. It is designed to be a small and fast. Includes the ability to load text documents that are larger than 64 Kilobytes, document previews before opening them, editing of read only files and more. Plugins add a number of additional features to Akelpad like syntax highlighting, auto completion, sessions, macros and scripts and auto saving.

Licence: Open Source

What's new: >>

Added: (?(condition)pattern-true|pattern-false) conditional patterns.
Added: (?^pattern) negative pattern match.
Added: (?<=pattern) and (?<!pattern) now works for single replace.
Added: possibility to use backreferences in character set, for example, "([ab])[\1]".

Fixed: read/write recent files additional information.
Fixed: "Replace all" with options "Regular expressions" and "Whole word".
Fixed: colored print of symbols background.
Fixed: command line parsing without open frames (MDI).

http://akelpad.sourceforge.net/en/index.php
Titel: RJ TextEd 8.80 Final
Beitrag von: SiLæncer am 02 Februar, 2014, 17:00
(http://images.six.betanews.com/screenshots/scaled/1187014627-1.jpg)
RJ TextEd - A Unicode source and text editor. RJ TextEd is a full featured text and source editor with Unicode support, syntax highlighting and code folding. The functionality extends beyond text files and includes support for HTML editing with integrated preview, spell checking, auto completion, HTML validation, templates and more. The program also include support for Topstyle Lite CSS editor, has a dual pane file commander, as well as a FTP client to upload your files. The editor uses language files to display menus and dialogs in different languages. There are several included languages. New language files can easily be created in the editor. RJ TextEd is also a simple web development tool. The editor can use auto completion and hints to assist you in editing your source code. You can preview HTML/ASP/PHP... code using one of the preview tabs or open a document in a browser. The editor does not only handle source code. It also handles true ASCII files, binary files and of course plain text files.

The program is absolutely free. There are a many features not listed below. Including spell checking, e-mail support, advanced search with regular expressions. For a full list check out the features section.

To learn more about the program you could check out the screenshots, or just try it out. RJ TextEd is developed in Delphi 2007 from Codegear and is released as Freeware. The program has been tested in windows 98/Me/2000/XP/2003/Vista/2008/Windows 7.

Licence: Freeware

Whats new: >>

-----------------------------------------------------------
Version 8.80 (Feb 2, 2014)
-----------------------------------------------------------

Font sizes
You can now enter any font size in options between 6-20. For font sizes
larger than 20 you can set them by steps of 2, e.g. 22, 24...

Remove character(s) on save option
Added an option to remove any characters(s) from the text when saving to file.

Extension events
Added several events to be used with extensions. All events are collected
in the "Events" object.

OnBeforeProjectClose
OnBeforeSaveAll
OnBeforeSaveDocument
OnBottombarTabChange
OnDocumentCursorChange
OnDocumentFocused
OnDocumentHScroll
OnDocumentSelectionChange
OnDocumentTabChange
OnDocumentVScroll
OnMainTabChange
OnNewDocument
OnOpenDocument
OnProjectClose
OnProjectOpen
OnQuickbarTabChange
OnSaveAll
OnSaveDocument
OnSidebarTabChange

Below is a very simple JScript example:

---------------------------------------------------
ExitExtension()
{
// Free created objects and added GUI objects

}

function OnNewDocument(Sender) {
Document.WideText = "Testing events...";
}

{
Events.OnNewDocument = &OnNewDocument;
}
---------------------------------------------------

The extension will simply wait for a new document to be created.
When the user press "New" and a new document is created, the OnNewDocument()
function is executed. A simple text is then inserted into the new document.

Context help hints
Context help hints are used in the options window, print window, FTP profiles
window and macro edit window.

I've added a small [?] button at the left bottom edge. The ? in the window
title bar is not visible when themes are used.

The context hint now use the same font as in the dialog windows. This makes
them easier to read when using large fonts on high resolution screens.

The hint is now displayed below the control.

Changed the background color to light yellow.

Hints can now use Unicode text and be translated. All context hints are
available in the language files.

Misc
* The OpenSSL libraries have been updated.
* Some minor fixes in the options window.
* Word count statistics can be copied to clipboard.
* redesigned some dialog windows.
* Status of the clipboard history is now remembered between sessions.
* Open first level nodes in the text clip view is remembered between sessions.
* Changed how file open/save dialog windows are opened. It may prevent them from freezing in some situations.
* Moved out the menu items "Case" and "Word" in the incremental find bar.

Fixed
* Unicode text display issue.
* Redraw issue where the scrollbars sometimes end up in the wrong place.
* Rename open file when the new file name already exists.
* A minor issue with reformat paragraph and selections.
* Undo/Redo issue when uncomment several lines.
* Fold issues in XML files.
* User defined ASP,PHP,JScript,CSS files were not always recognized.
* Word count should handle m-dashes and -- between words correctly now.
* Fixed "The DecisionCube capacity is low. Please deactivate dimensions or change the data set" issue.
* Tool output issue when running the tool in the background.
* New unsaved documents where added to the MRU list.
* Italic text were not always displayed properly depending on the font used.
* Issue in options when selection manual highlighter colors.

http://www.rj-texted.se/
Titel: TEA 37.1.0
Beitrag von: SiLæncer am 03 Februar, 2014, 05:30
Texteditor mit eingebautem Dateimanager und Bildbetrachter; hat ein Tabbed Interface, frei zu vergebende Hotkeys, ist skriptfähig und unterstützt Syntax Highlighting; bearbeitet neben einfachen Textdateien auch die Formate ODT, SWX und KWD.

Lizenz: Open Source

http://semiletov.org/tea/
Titel: QText 3.60
Beitrag von: SiLæncer am 04 Februar, 2014, 05:44
(http://www.jmedved.com/content/media/qtext.png)
This program started with itch of mine. I often have need to take notes while talking on telephone, surfing or doing almost anything. That notes are usually just temporary since I want to do something with it – like adding telephone number to my phonebook. What I needed was scrap paper.

It is similar to notepad which can be brought from tray when needed but has also auto-save thing going on. Just ideal for taking notes.

Freeware








Whats new: >>

Zitat
Most notable change will be for double-click. While it behaves a bit different than notepad does, it is more in sync with what you would expect a bit more modern program to do. Of course shortcuts follow the same behavior and whole thing should be a bit more natural for heavy keyboard user.

And that is pretty much single big change for it. Everything is same as it was with quite some bug-fixing compared to previous version. Program is a bit more friendly to new users (some balloon hints and similar nice touches); there are some high-DPI changes (no longer toolbar hunting on very high resolution screens, e.g. > 200 dpi); and lot of similar changes that you probably won’t even notice.

http://www.jmedved.com/qtext/
Titel: Java-Editor 12.9
Beitrag von: SiLæncer am 06 Februar, 2014, 06:20
(http://www.heise.de/software/screenshots/50464.jpg)
Einfacher Java-Editor mit allen grundlegenden Funktionen, aber niedrigen Systemanforderungen, insbesondere für den Einsatz im Lehrbereich; mit Editor zum Modellieren von Klassen, UML-Fenster zum interaktiven Testen der Klassen und Erzeugung von Objekten sowie Designer zur Gestaltung von GUI-Oberflächen.

Freeware

Whats new: >>

    bugfix for onIdle-routine
    improvement for applet-size

http://javaeditor.org/index.php?title=Main_Page
Titel: HelpNDoc 4.2.0.299
Beitrag von: SiLæncer am 06 Februar, 2014, 18:40
(http://www.kaldata.com/images/news/logos/helpndoc.gif)
HelpNDoc provides all the tools necessary to write complete help files, manuals and documentations in a user friendly and very easy to use environment. HelpNDoc can generate standard Windows CHM help files, WEB based documentation, iPhone specific websites as well as printable PDF and Word documents.

HelpNDoc is completely free for personal use and evaluation purposes.

Whats new: >>

Library items can now be grouped in folders for easier navigation and management
Multi-selection has been enabled for library items and keywords for multiple deletion/moving
Table of contents, keywords and library items tree nodes expansion status is now saved to and restored from project
Template variables names and descriptions can be translated. Existing variables have been translated to French and German
It is now possible to remove the cover picture for ePub and Kindle documentation formats
Generators log will now provide additional details in case an exception occurs
The OK and Cancel buttons were not visible in the import style dialog for French and German translations
It wasn't possible to change picture width, height, spacing or alt text from the ribbon tab anymore
Better importing of tables in RTF files
Drag and drop in the topic editor could insert content in the wrong position
It is now easier to move keywords in the hierarchy when drag and dropping them
Changing the output file path in the generator window was not always saved correctly
Scripts: THndIntegerArray was not declared therefore HndTopics.GetTopicIndexHierarchy was not working correctly
Some style properties could be incorrectly loaded after importing the default.hnd style sheet
JavaScript search engine didn't correctly escape URLs for external topics which could break the search feature
The DocX and RTF generation could fail unexpectedly for some projects
Inserting or importing multiple HTML files in a project could result in very slow and resource hungry generation
Topic icon wasn't always correctly updated when changing topic

http://www.helpndoc.com/
Titel: SynWrite 6.4.580
Beitrag von: SiLæncer am 07 Februar, 2014, 20:45
(http://images.betanews.com/screenshots/1289816929-1.jpg)
Erweiterter Text-Editor mit Unterstützung von vielen Dateiformaten, Programmiersprachen und Zeichenkodierungen; bietet unter anderem Syntax-Hervorhebung, Auto-Vervollständigung und Code-Vorlagen; auch als Plug-in für Total Commander und als portable Version erhältlich.

Freeware

What's new: >>

add: Py API: event plugins
add: Py API: log-panel api
add: find/replace dialog: more info in statusbar
add: find/replace dialog: option "dot matches newline"
add: hidden option "HintScroll" (HiddenOptions.txt)

http://www.uvviewsoft.com/synwrite/
Titel: ResEdit v1.6.0
Beitrag von: SiLæncer am 08 Februar, 2014, 18:45
(http://www.portablefreeware.com/screenshots/scrq20Rfs.gif)
ResEdit is a resource editor for 32-bit programs. You can use it if you want to use dialogs, icon, version information or other types of resources. Output files can be compiled by any Win32 compiler, like MinGW and Microsoft Visual C++.

License: Freeware

What's new: >>

Added:

    New features for Z-order in dialog box editor.
    Help id support.
    New option "Generate IDs for new controls".
    Background color option in dialog editor.
    Copy/paste resources.

http://www.resedit.net/
Titel: StroyCode 1.68
Beitrag von: SiLæncer am 09 Februar, 2014, 16:27
(https://www.heise.de/software/screenshots/t117951.jpg)
Texteditor zum Programmieren; visualisiert die Struktur des Codes durch verschachtelte grafische Elemente, welche sich auch mit der Maus einfügen lassen.

Freeware

Whats new: >>

Using Result variable in methods
Polish language added
Small error fixed in palette
Small improvements

http://softconstructors.com/en/applications/stroycode/
Titel: Resoor 1.32
Beitrag von: SiLæncer am 09 Februar, 2014, 17:04
(https://www.heise.de/software/screenshots/t118408.jpg)
Quelltext-Editor, der EXE- und RES-Dateien importiert und bearbeitet; erstellt Ressourcen- und Quelltextdateien in verschiedenen Programmiersprachen.

Freeware

Whats new: >>

Polish language added.
Small error fixed in palette.
Small improvements.

http://softconstructors.com/en/applications/resoor/
Titel: FreeText 1.34
Beitrag von: SiLæncer am 09 Februar, 2014, 17:47
(https://www.heise.de/software/screenshots/t118019.jpg)
Schlanker Texteditor mit Autostartfunktion; neben dem Text lassen sich auch Links und Grafiken einfügen.

Freeware

Whats new: >>

Polish language added.
Small error fixed in palette.
Small improvements.

http://softconstructors.com/en/applications/freetext/
Titel: ResEdit 1.6.1
Beitrag von: SiLæncer am 12 Februar, 2014, 13:19
(http://www.portablefreeware.com/screenshots/scrq20Rfs.gif)
ResEdit is a resource editor for 32-bit programs. You can use it if you want to use dialogs, icon, version information or other types of resources. Output files can be compiled by any Win32 compiler, like MinGW and Microsoft Visual C++.

License: Freeware

What's new: >>

- Fixed : UI language was always English
- Fixed : Do not generate help id when 0
- Added : Forbid WOW64

http://www.resedit.net/
Titel: SynWrite 6.4.625
Beitrag von: SiLæncer am 12 Februar, 2014, 21:30
(http://images.betanews.com/screenshots/1289816929-1.jpg)
Erweiterter Text-Editor mit Unterstützung von vielen Dateiformaten, Programmiersprachen und Zeichenkodierungen; bietet unter anderem Syntax-Hervorhebung, Auto-Vervollständigung und Code-Vorlagen; auch als Plug-in für Total Commander und als portable Version erhältlich.

Freeware

What's new: >>

+ new regex engine for usual searches (not lexers), almost 100% PCRE compatible. Thanks to Zvezdan Dimitrijevic for big work. See new part in Regex help topic.
+ changes in Py API (see our wiki)
* removed annoying feature in find dlg: escape regex on pasting
+ help topic "Python console"
+ returned back CZ translation

http://www.uvviewsoft.com/synwrite/
Titel: EditBone 8.6.6
Beitrag von: SiLæncer am 13 Februar, 2014, 05:30
(http://www.bonecode.com/images/EditBone1.png)
Powerful text editing tool that comes with syntax highlighting support for over 50 languages and scripts, 22 ready made styles, a handy file comparison feature and support for multiple directories and search results.

Freeware

Whats new: >>

- Fixed remote file access check
- Updated language files

http://www.bonecode.com/?page=projects
Titel: ResEdit 1.6.2
Beitrag von: SiLæncer am 13 Februar, 2014, 20:15
(http://www.portablefreeware.com/screenshots/scrq20Rfs.gif)
ResEdit is a resource editor for 32-bit programs. You can use it if you want to use dialogs, icon, version information or other types of resources. Output files can be compiled by any Win32 compiler, like MinGW and Microsoft Visual C++.

License: Freeware

What's new: >>

- Fixed : Error in code genration
- Fixed : Do not generate help id when 0 (DIALOG)

http://www.resedit.net/
Titel: SynWrite 6.4.660
Beitrag von: SiLæncer am 16 Februar, 2014, 06:40
(http://images.betanews.com/screenshots/1289816929-1.jpg)
Erweiterter Text-Editor mit Unterstützung von vielen Dateiformaten, Programmiersprachen und Zeichenkodierungen; bietet unter anderem Syntax-Hervorhebung, Auto-Vervollständigung und Code-Vorlagen; auch als Plug-in für Total Commander und als portable Version erhältlich.

Freeware

What's new: >>

+ add: lexer Harbour
+ add: command "Reset Python plugins"
minor:
  + add: command plugins visible in "Commands" dlg
  + add: more info in zip-file install prompt (description, version)
  + add: hidden options "ACollapse", "AExpand" for syntax-tree
  - fix: hanging of Tidy "Reformat only"
  - fix: lexer FoxPro

http://www.uvviewsoft.com/synwrite/
Titel: Notepad++ 6.5.4
Beitrag von: SiLæncer am 18 Februar, 2014, 20:30
(http://www.portablefreeware.com/screenshots/scrHPI5U2.gif)
Notepad++ is a tabbed source code editor and Notepad replacement with a customizable interface. It is one of the few few source code editors that supports "folding," allowing users to quickly reduce and expand sections of code to see the overall document. In addition, it features multi-language syntax highlighting, auto-completion, regular expression search/replace, macro recording and playback, etc. The program can access a long list of plug-ins via an easy-to-access menu with even more features and functions.

License: GPL

What's new: >>

1.  Enhance Notepad++ to conform with DPI-aware application.
2.  Make extension column optional in vertical file switcher.
3.  Add 3rd option "function + word completion" in auto-completion feature.
4.  Fix closing bug in doc switcher via the context menu (right clicking of an unselected item).


Included plugins:

1.  DSpellCheck v1.2.12
2.  NppFTP 0.24.1
3.  NppExport v0.2.8
4.  Plugin Manager 1.0.8
5.  Converter 3.0
6.  Mime Tool 1.9

http://notepad-plus.sourceforge.net/
Titel: PrepixPad (formerly Textpad) 3.2.3
Beitrag von: SiLæncer am 19 Februar, 2014, 20:45
(http://prepixpad.weebly.com/uploads/1/0/8/8/10882987/2756064_orig.png)
PrepixPad is an easy-to-use application that was designed to provide you with a quick means of editing documents saved in various formats. The program has all the basic editing tools you will need, plus a language editor specifically written to handle source code and other similar content.

Freeware

http://prepixpad.weebly.com/
Titel: PilotEdit Lite 6.9.0
Beitrag von: SiLæncer am 19 Februar, 2014, 21:40
(http://www.pilotedit.com/images/OpenInQuickMode.PNG)
PilotEdit is a text, hex, XML, C/C++, HTML, PHP, Java, Javascript and Perl editor that can edit large files of 400GB (40 billion lines).

It offers customizable syntax and keyword highlighting, advanced search and replace operations, automatic text encoding, 256-bit AES encryption/decryption and a built-in FTP/SFTP client lets you open, edit, download and upload large files directly to/from a FTP/SFTP server.

In addition to standard text editing features, PilotEdit can compare and merge two large files of 100GB (10 billion lines). You can also sort, find/remove duplicate lines and extract strings over a large file of 1GB.

Freeware

http://www.pilotedit.com/
Titel: Resoor 1.34
Beitrag von: SiLæncer am 20 Februar, 2014, 19:00
(https://www.heise.de/software/screenshots/t118408.jpg)
Quelltext-Editor, der EXE- und RES-Dateien importiert und bearbeitet; erstellt Ressourcen- und Quelltextdateien in verschiedenen Programmiersprachen.

Freeware

Whats new: >>

Drag-drop image files from desktop.

http://softconstructors.com/en/applications/resoor/
Titel: FreeText 1.36
Beitrag von: SiLæncer am 20 Februar, 2014, 19:20
(https://www.heise.de/software/screenshots/t118019.jpg)
Schlanker Texteditor mit Autostartfunktion; neben dem Text lassen sich auch Links und Grafiken einfügen.

Freeware

Whats new: >>

Drag-drop image files from desktop.
New options.

http://softconstructors.com/en/applications/freetext/
Titel: Mext 1.36
Beitrag von: SiLæncer am 20 Februar, 2014, 20:15
(https://www.heise.de/software/screenshots/t118412.jpg)
Text-Editor zum Programmieren; hilft unter anderem bei technischer Dokumentation und dem Erstellen von Webseiten.

Freeware

Whats new: >>

Drag-drop image files from desktop.

http://softconstructors.com/en/applications/mext/
Titel: Brackets Build 36
Beitrag von: SiLæncer am 21 Februar, 2014, 05:20
(http://images.six.betanews.com/screenshots/scaled/1384812094-1.jpg)
Brackets is an open source code editor for the web. It's built with JavaScript, HTML and CSS by web developers like you. As you code, HTML changes are instantly pushed to browser without having to save or reload the page. Theseus makes inspecting variables and control flow easy, even in asynchronous code.

License: Open Source

http://www.brackets.io/
Titel: LyXWinInstaller 2.0.7
Beitrag von: SiLæncer am 24 Februar, 2014, 13:40
LyXWinInstaller was created as a simple and useful installer that manages to install LyX and a complete LaTeX-environment on your operating system in one simple step.

LyX is a document processor that encourages an approach to writing based on the structure of your documents (What You See Is What You Mean) and not simply on their appearance (What You See Is What You Get).

License: GPL

http://sourceforge.net/projects/lyxwininstaller/
Titel: RJ TextEd 8.90 Beta 1
Beitrag von: SiLæncer am 26 Februar, 2014, 19:20
(http://images.six.betanews.com/screenshots/scaled/1187014627-1.jpg)
RJ TextEd - A Unicode source and text editor. RJ TextEd is a full featured text and source editor with Unicode support, syntax highlighting and code folding. The functionality extends beyond text files and includes support for HTML editing with integrated preview, spell checking, auto completion, HTML validation, templates and more. The program also include support for Topstyle Lite CSS editor, has a dual pane file commander, as well as a FTP client to upload your files. The editor uses language files to display menus and dialogs in different languages. There are several included languages. New language files can easily be created in the editor. RJ TextEd is also a simple web development tool. The editor can use auto completion and hints to assist you in editing your source code. You can preview HTML/ASP/PHP... code using one of the preview tabs or open a document in a browser. The editor does not only handle source code. It also handles true ASCII files, binary files and of course plain text files.

The program is absolutely free. There are a many features not listed below. Including spell checking, e-mail support, advanced search with regular expressions. For a full list check out the features section.

To learn more about the program you could check out the screenshots, or just try it out. RJ TextEd is developed in Delphi 2007 from Codegear and is released as Freeware. The program has been tested in windows 98/Me/2000/XP/2003/Vista/2008/Windows 7.

Licence: Freeware

Whats new: >>


Regular expressions:
Replaced the regular expression engine. The new one use UTF16 buffers and strings, which is the same as the editor use internally. This result in faster executions and less memory fragmentation.
The new implementation is also newer and support new PERL expressions.
Selecting "Case sensitive" in search options now works when using regular expressions.
The help file has been updated and include a regular expression chapter.
Regular expression creator:
The regular expression creator can be used to create and test new regular expressions. You can also save regular expressions which show up in the regular help menu on the search bar or in the search dialog window.
Search and regular expressions:
Saved regular expressions (save in the regular expression creator) show up in the regular help menu.
Added a regular expression replace help menu to the search bar or the search dialog window.
The search bar and search dialog window also has a button to open the regular expression creator.
Markdown preview:
Markdown is a plain text syntax that can be converted into HTML. The HTML preview tabs, internal browser view and the bottom-preview now support Markdown and can display it as HTML.
An option is available to set file extensions to identify Markdown files. The defaults are: .markdown;.mdown;.md;.mkdn;
Repeat:
Added a "Repeat" menu item in the "Edit" menu. "Repeat" will re-run the last executed menu command. When active it will display the current menu command inside [] brackets.
Misc:
Made some changes to the project settings dialog window.
Redesigned the splash screen.
Message view (at the bottom) will now auto scroll when new data is displayed.
Fixed:
Encoding issue in scripts. Strings were not always handled as UTF8.
Context help in project settings.
Context help in print dialog window.
Context help in FTP profiles.
A small issue when displaying italic text using the "Courier New" font.
Message view always opened when running a tool in the background and the option to
only display the message view on data output was set.


http://www.rj-texted.se/
Titel: PSPad 4.5.8 Build 2469 Beta
Beitrag von: SiLæncer am 27 Februar, 2014, 16:30
(http://images.six.betanews.com/screenshots/1076948037-1.png)
PSPad is a universal freeware editor. There is no complex install process; the program is ready to work immediately, without requiring customization. It supports many file types and languages, with syntax highlighting. There are macros, clip files and templates to automate repetitive activities. An integrated HEX Editor, Project support, FTP Client, Macro Recorder, File Search/Replace, Code Explorer, code page conversion, are just some of the many possibilities that PSPad can offer you.

Freeware

Latest Changes

News:

Added detection of new OS versions
Code explorer will stay expanded as was before refresh
Number of user highlighters was increased to 10 from 5
CAPS lock indication on the status bar
Create project from folder will include empty folders too
Added program icons in higher resolution. In some cases is necessary to rebuild icon cache to see it
New function Remove diplicate lines (menu Edit / Lines manipulation) removes duplicate lines from text without sorting

Fixes:

New text file doesn't offer file name as first line
Function Save as doesn't change file time, if file already exists
JavaScript Code explorer fixies
Fixed Wine (Linux) functionality
FTP connection doesn't work with account parameter
Broken funts in Print preview window
Open File from selected text doesn't work for HTTPS://
Unix Shell Script highlighter - fix of the variable highlight

http://www.pspad.com/
Titel: RJ TextEd 8.90 Beta 2
Beitrag von: SiLæncer am 27 Februar, 2014, 20:15
Whats new: >>

Fixed a few reported issues in v8.90 beta 1 and updated some languages.

http://www.rj-texted.se/
Titel: Jarte 5.2
Beitrag von: SiLæncer am 28 Februar, 2014, 18:16
(http://www.portablefreeware.com/screenshots/scrpOKzoC.gif)
Jarte is a word processor that uses Window's built-in word processing engine while adding many features missing in WordPad. It supports text files, RTF, DOC and DOCX file formats. Features include tabbed document interface, spell check, clipboard manager, bookmark support, visual header/footer designer, multi-level undo/redo etc.

License:  Freeware




What's new: >>

    New Features and Enhancements:
    Multiple instances of Jarte may now be run simultaneously. This capability can be disabled by adding new command line parameter "/S" to the shortcut used to start Jarte. Note: If you open multiple instances of Jarte then the only settings changes that will be saved are the settings changes in the last instance of Jarte that gets closed!
    A new Crash Guard feaure automatically protects against lost work if a hardware crash or software crash occurs.
    The Quick Bar now automatically wraps to a second row if there are too many buttons to fit on the first row. This feature can be disabled in the Quick Bar's advanced settings panel.
    Jarte's online Help documentation search engine is now powered by Google to provide higher quality search results.
    The Dragon NaturallySpeaking dictation program now works much more smoothly with Jarte.
    The Manage Tabs submenu now includes Close Other Tabs and Close Tabs to the Right commands.
    Right clicking the Document Tabs now displays the Manage Tabs submenu, rather the full Tabs menu as before. This provides quicker access to some of the more commonly used Tabs menu items.
    The Smart Quotes feature now uses different double quote marks depending on the spelling dictionary language in use for the currently active document. Specifically, German, French, Spanish, and Italian language double quote marks are used when the corresponding spelling dictionary is in use. See advanced setting Smart Quote Style for more information. Smart Quotes is unchanged for English users.
    New commands for pasting saved Clip List clips are now available for custom shortcut key assignments. The command names are "Paste Saved Clip 1" through "Paste Saved Clip 10". Note that shortcuts Shift+Ctrl+1 through Shift+Ctrl+0 are assigned to the new commands by default, but only if advanced setting Enable Accent Shortcuts is set to zero.
    If an attempt is made to use Open to open a PDF file then Jarte will direct the file to be opened in the user's default PDF reader program.
    The Page View display of a document can now be disabled by clicking the Word Wrap indicator in the status bar and turning off the "Page View" menu item. Or, Page View can be disabled by going to Options > Word Wrap > Page View.
    The Paste Board can now be opened automatically at startup by using the Open This File at Startup feature.
    The "Next Bookmark" and "Previous Bookmark" bookmark functions now wrap the document. So, for example, if the text cursor is positioned after the last bookmark in the document then "Next Bookmark" will now advance the text cursor to the position of the first bookmark in the document.
    Files in Jarte's Document Backup folder that are more than 30 days old are now automatically deleted. This prevents the folder from growing ever larger over time with old copies of documents that are not needed.
    The Document Tabs automatically abbreviate when the program window is not wide enough to accomodate all of the tabs. That capability can now be disabled via setting "Abbreviate Tabs" in the Tabs/Manage Tabs menu
    Other minor tweaks and enhnacements.

    Bug Fixes:
    Fixed a problem introduced in version 5.1 that prevented many screen reader programs from working smoothly with Jarte.
    Jarte reverted to an old version of the WordPad word processing engine in Windows 8.1.
    Double tapping hyperlinks created by the Auto Hyperlink Detect feature on a Windows 8 tablet did not activate the link. This is now fixed but activating an auto-detected link by tapping requires a slow double tap, rather than a quick double tap.
    Custom spelling dictionaries whose names ended in "tech" were not editable.
    Jarte would display spurious error messages when using the "Edit" menu if a custom spelling dictionary was enabled in Jarte, but the dictionary's file was no longer prresent.
    Version 5.1 could occasionally display an innocuous error message when exiting Jarte.
    The Jarte Plus upgrade installer would sometimes hang if Jarte was in screen reader mode.
    There was a scenario where version 5.1 would display a notice stating there was a new version of Jarte available even though there was actually no newer version.
    Page numbering in printouts printed with version 5.1 would show a total page count of zero, for example, "Page 10 of 0".
    Turning off Roman page numbering in printouts did not take affect until the document was opened and closed.
    The default auto-correct spelling dictionary was being used when Auto Correct was enabled even if the spelling dictionary language was not English.
    In a particular scenario involving a mix of new and existing documents, all with changes, and then a "Save All" was performed, the wrong file name could be used for some of new, unnamed files.
    Drag-and-dropping an image on a tool panel of the free edition of Jarte caused a message to appear stating custom background images were only available in Jarte Plus. That message should not have appeared since the free edition of Jarte now allows custom backgrounds.
    The default marble background was missing from Jarte's installed selection of background patterns, which meant the user had to download it from the Jarte backgrounds page if they wanted to switch back to it.
    There were problems with applying colors to tables that had exactly two rows.
    Some screen readers were reading the page number markers in the editing pane as part of the text. The page number markers have now been removed when Jarte is in screen reader mode.
    If a divider line was set up for page header/footer lines it would only appear if a left side or center header/footer element was defined.
    The "Edit Table" function did not work correctly in Windows 8.1.
    There was a scenario where the Find Bar could have input focus even when it was not being displayed.
    If a custom button for the Replace function was defined for the Quick Bar it could eventually start to cause error messages.
    Project files did not necessarily open files in the order they were listed in the project file.
    Backslashes in file hyperlinks doubled whenever an existing file hyperlink was modified.
    There was a rare scenario where copying a corrupted hyperlink from another program, such as a web browser, and pasted in Jarte could cause files to grow exponentially each time they were edited and saved. This was due to a bug in the WordPad word processing engine Jarte is based on, but the bug is now circumvented by Jarte.
    If a custom reference dictionary link was defined in the Reference Bar, the "Dictionary" menu item in the main menu did not recognize the custom link.
    If the line guide was displayed it extended beyond the page edges when Jarte was in Page View mode.
    There was a scenario where certain files did not display their header/footer line on the first attempt to print or use Print Preview.
    Using both the old spell check (the side panel spell checker) and the new spell check (menu based spell checking) while spell checking a document sometimes caused spell check to temporarily stop working.
    The Paste Board would not prompt the user to save unsaved changes if it was never made the active document after the first clipboard copy took place.
    Attempting to define a custom color in the color palette while using the Highlighter or Font Color tools from the Font Tools side panel caused an error, and sometimes a crash.
    The "Change Font" window did not appear in the center of the monitor Jarte was displayed on in a multi-monitor setup.
    The Quick Bar's "Center" and "Bulets" buttons would stop working after a configuration change was made to the Quick Bar.
    There was a scenario where custom Quick Bar buttons could disappear after an editing session involving a change to the Quick Bar's configuration.
    Using Shift+Enter to create an unnumbered paragraph in an auto-outline could cause Jarte to become unresponsive.
    The auto-outline's "Unnumbered Paragraph" menu item did not always display the appropriate checked/unchecked state.
    When reopening files from the previous editing session Jarte did not always correctly switch to the file that was last active in the previous editing session.
    The "/I" command Line parameter was not taking precedence over advanced setting "Default Initial Folder".
    It was not possible to extend a text selection while scrolling a document with the mouse wheel.
    Pressing Shift+Ctrl+A caused Jarte to enter a mode where all typed text appeared in capital letters regardless of the state of the Caps Lock key.
    If the F3 key is pressed before any other search has been done during the session then the last search target from the previous session is used as the search target. This worked, but not until after the F3 key had been pressed twice.
    Other minor bug fixes.

http://www.jarte.com/index.html
Titel: Eveditor Free 1.5.0.176 Beta 4
Beitrag von: SiLæncer am 01 März, 2014, 09:30
(http://i1.wp.com/eveditor.com/wp-content/uploads/2011/10/Environment-variables-editor.png?resize=560%2C420)
Eveditor Free is a handy and reliable utility designed to enable users to edit environment variables. Eveditor Free helps you organize and streamline your use of system variables - including the ever-fickle System PATH - and optimize your work environment without risk of losing valuable configuration settings, something that can happen inadvertently and with devastating effect when you install new software on your machine.

Eveditor Free brings simplicity, power and safety all at once. And with one quick, pain-free installation, you'll be in control of your Windows environment like never before!

Freeware

Whats new: >>

A feature allowing to reset PATH variable to default is added

http://eveditor.com/
Titel: Bluefish 2.2.5
Beitrag von: SiLæncer am 01 März, 2014, 10:30
(http://www.heise.de/software/screenshots/17257.jpg)
GTK-HTML-Editor für erfahrene Web-Designer und Programmierer...

Whats new: >>

The syntax scanning engine is faster after small changes to the text.
The filebrowser is also much faster with less memory usage, with various fixes and new features.
Projects now store the active document and active line numbers. Indenting is improved in auto-completion and the smart indenting.
Bookmarks and paste special also have been improved.
Furthermore almost all syntax highlighting has been improved, most notable jquery in javascript, HTML5, and HTML5 in PHP files.
There are also many bug fixes, such as in wrap text on right margin, in the replace engine, the jsmin licence, the split lines feature, the auto-recovery and many obscure bugs. Last bluefish now has an appdata file.

Lizenz: Open Source

http://bluefish.openoffice.nl/
Titel: SynWrite 6.4.720
Beitrag von: SiLæncer am 02 März, 2014, 06:30
(http://images.betanews.com/screenshots/1289816929-1.jpg)
Erweiterter Text-Editor mit Unterstützung von vielen Dateiformaten, Programmiersprachen und Zeichenkodierungen; bietet unter anderem Syntax-Hervorhebung, Auto-Vervollständigung und Code-Vorlagen; auch als Plug-in für Total Commander und als portable Version erhältlich.

Freeware

What's new: >>

+ more API
+ add: lexers selectable via Commands dlg
+ add: patches from Zvezdan D. (e.g. hide horz-scrollbar in wrap-mode; thanks!)
+ add: text-converter "Translit"
+ add: cmds "Next tab", "Previous tab"
+ coloring of "rgb(nnn,nnn,nnn)"
- many fixes

http://www.uvviewsoft.com/synwrite/
Titel: Rapid Environment Editor 8.0 Build 916
Beitrag von: SiLæncer am 03 März, 2014, 09:19
(http://www.rapidee.com/images/rapidee.png)
Rapid Environment Editor (RapidEE) is an environment variables editor. It includes an easy to use GUI and replaces the small and inconvenient Windows edit box, located in the System Information section.

License: Freeware

What's new: >>

updated: Korean translation (thanks to Changwoo Nam)
fixed: couple of small memory leaks
updated: 3rd party libs

http://www.rapidee.com/
Titel: FreeText 1.38
Beitrag von: SiLæncer am 04 März, 2014, 06:10
(https://www.heise.de/software/screenshots/t118019.jpg)
Schlanker Texteditor mit Autostartfunktion; neben dem Text lassen sich auch Links und Grafiken einfügen.

Freeware

Whats new: >>

Two errors were fixed.
Backup file name option added.

http://softconstructors.com/en/applications/freetext/
Titel: EditBone 8.7.0
Beitrag von: SiLæncer am 04 März, 2014, 13:40
(http://www.bonecode.com/images/EditBone1.png)
Powerful text editing tool that comes with syntax highlighting support for over 50 languages and scripts, 22 ready made styles, a handy file comparison feature and support for multiple directories and search results.

Freeware

Whats new: >>

- Added SQL formatter (separated DLL file download)
- Fixed options
- Fixed drag and drop in toolbar options
- Fixed background color in Windows style
- Fixed unicode character map opening
- Fixed styles unregistering on closing application
- Fixed about box
- Updated language files
- Updated third-party components

http://www.bonecode.com/?page=projects
Titel: BookME 4.7.1.3
Beitrag von: SiLæncer am 04 März, 2014, 21:15
(http://members.chello.at/~dimega/Screen1-100.png)
BookME bietet einem die Möglichkeit, Nachschlagewerke zu erstellen. Durch die Aufteilung in Kapitel und Unterkapitel hat man die Möglichkeit, sein Werk zu strukturieren. Grafiken und Tabellen können ebenso eingefügt werden, wie interne Hyperlinks auf andere Kapitel oder Dokumente sowie Hyperlinks für Dateien, Internet- und Mailadressen. Das Ergebnis lässt sich in verschiedene Formate exportieren (HTLM, MHT, CHM).

Vorausgesetzt wird ein installierte .NET Framework 2

Unterstützt wird WIN XP bis Seven

Freeware (für den privaten Gebrauch)

Whats new: >>

Erweiterung: Firmen können im Rahmen einer Lizenzierung eine eigene Lizenz-Datei anfordern und in BookME einlesen. Die Anzeige des Lizenznehmers erfolgt in der Info zu BookME (siehe Menü Hilfe). Auch das Logo auf der linken Seite des Programmfensters und der damit verbundene Link auf die eigene Homepage kann bei Anforderung problemlos geändert werden.
Anpassung: Eine horizontale Linie kann nun mit einem eigenen Button eingefügt werden.
Anpassung: Consolas wurde in die Liste der verfügbaren Schriften aufgenommen.
Korrektur: STRG-E als Tastenkombination zum Editieren im Textfenster musste entfernt werden, F5 funktioniert unverändert.
Kleine Optimierungen

http://www.dimega.com/
Titel: Arachnophilia 5.5 Build 2837
Beitrag von: SiLæncer am 05 März, 2014, 09:15
(http://www.freeware.de/images/screenshots/65538/arachnophilia_medium_1.png)
Arachnophilia ist ein kostenloser HTML-Editor für die einfache, bequeme Webseiten-Gestaltung. HTML-Seiten für das eigene Web-Domizil lassen sich mit der Freeware kreativ und individuell bearbeiten.

Es handelt sich bei Arachnophilia um einen echten Klassiker unter den textbasierten HTML-Editoren. Die Freeware enthält alle wichtigen Funktionen zur Erzeugung von Tabellen und Rahmen. Enthalten ist außerdem ein FTP-Client und ein interner Viewer.

Vorgefertigte Makros können mit Arachnophilia zum Schreiben von HTML-Quelltext verwendet werden. „Wizards“ sind behilflich, um HTML-Lösungen komfortabler zu realisieren. Die Freeware kann nicht nur für das HTML-Deisgn, sondern auch für Programmiersprachen wie Java, JavaScript, Perl, C und C++ eingesetzt werden. Nützlich ist dabei die Funktion des Syntax Highlighting.

Nahezu alle Arachnophilia-Menüs und Werkzeugleistenelemente können intern durch ein Makro dargestellt und individuell erweitert oder verändert werden. Weitere interessante Funktionen sind ein Makroeditor zum Erstellen selbst definierter Funktionen, ein globales Suchen und Ersetzen, die Browser-Vorschau in sechs unterschiedlichen Varianten, der Import von RTF-Dokumenten und die Überwachung von Dateiveränderungen.

Whats new: >>

Recoded the browser search algorithm to accommodate more browser names and paths. This change allows searches in newer Windows versions to include both the 32- and 64-bit program directories.

http://www.arachnoid.com/arachnophilia/index.php
Titel: Document.Editor 2014.3
Beitrag von: SiLæncer am 05 März, 2014, 13:56
(http://images.betanews.com/screenshots/1221016805-1.png)
Document.Editor is a multitab text editor for Windows. It includes plain and rich text format support, multi tab interface so you can edit multiple documents in a session, compact application size, and multiple commands.

Freeware

Latest Changes

Improved Themes
Minor Bug Fix's, improvements and speed ups

https://documenteditor.codeplex.com
Titel: MarkdownPad 2.4
Beitrag von: SiLæncer am 05 März, 2014, 16:04
(http://markdownpad.com/img/markdownpad2.png)
Markdown is a text-to-HTML conversion tool for web writers. Markdown allows you to write using an easy-to-read, easy-to-write plain text format, then convert it to structurally valid XHTML (or HTML).

The goal for Markdown’s formatting syntax is to be as readable as possible. A Markdown-formatted document should be publishable as-is, as plain text, without looking like it’s been marked up with tags or formatting instructions.

In short, you can create beautiful HTML documents without knowing any HTML.

Features:

Instant HTML Preview
Easy formatting with keyboard shortcuts
Fully Customizable
Use your own CSS
HTML Export
Distraction-free Mode

Freeware

Whats new: >>

Added Option for persistent indentation under Tools → Options → Editor Features section
Added Option to disable spell check within code blocks, including standard code blocks, inline code blocks, Markdown Extra fenced code blocks and GitHub Flavored Markdown fenced code blocks (enabled by default, can be changed under the spell check dictionary icon in the status bar)
Added Option to ignore YAML Front Matter blocks at start of document under Tools → Options → Markdown tab (disabled by default)
Added When the Tab key is pressed within an unordered list, the unordered list item will now be automatically indented
Added When the Tab key is pressed within an ordered list, the ordered list item will now be automatically indented
Added Option to modify GitHub API address for self-hosted enterprise installations under Tools → Options → Markdown tab → Select GitHub Flavored Markdown → click "Edit GitHub API Address"
Improved Word count is now more efficient
Improved Moved option to Display Formatting Marks in editor to the View menu (was previously in Options window)
Improved Spell Check: New, solid line indicators for misspelled words. No more squiggles!
Improved Bug reporter is no longer always-on-top, allowing you to interact with MarkdownPad while the bug reporter window is still open
Improved Application title now includes the document name first, so you can quicky see which document is currently open in the Windows taskbar (e.g. "New Document - MarkdownPad 2")
Fixed Word count is now automatically updated after text is pasted
Fixed Word count is now automatically updated after text is deleted
Fixed Email address is no longer case-sensitive when unlocking MarkdownPad Pro
Fixed Spell checking is now performed when text is pasted into the Editor pane
Fixed Several minor improvements and fixes for spell checking
Fixed GitHub Flavored Markdown Task List items no longer have visible bullets in the rendered HTML output and LivePreview pane
Fixed You can now open files in MarkdownPad via the command line with relative file paths (e.g. markdownpad2.exe file1.md file2.md file3.md - each file will be opened in a new tab)
Fixed Spell Check: When changing tabs, the visible document is now automatically re-checked
Fixed Indented ordered lists are no longer syntax highlighted as code blocks in the Editor pane
Fixed Network connectivity issues for users with Hyper-V network adapters
Added translation Catalan (ca-ES)
Added translation Spanish (Spain) (es-ES)
Added translation Chinese (Taiwan) (zh-TW)
Added translation Romanian (Romania) (ro-RO)
Added translation Swedish (Sweden) (sv-SE)
Added translation Galician (ga-ES)
Added translation Croatian (hr-HR)
Added translations Bug reporter: Catalan, Chinese (Taiwan), Czech, Danish, French (France), Galician, Russian
Updated translation Russian (ru-RU)
Updated translation Korean (Korea) (ko-KR)
Updated translation Italian (Italy) (it-IT)
Updated translation French (France) (fr-FR)
Updated translation Japanese (Japan) (ja-JP)
Updated translation Danish (Denmark) (da-DK)
Updated translation German (Germany) (de-DE)
Updated translation Portuguese (Portugal) (pt-PT)
Updated translation Chinese (China) (zh-CN)

http://markdownpad.com/
Titel: WikidPad v2.2
Beitrag von: SiLæncer am 06 März, 2014, 17:40
(http://www.heise.de/software/screenshots/26396.jpg)
Mix aus Notepad, Outliner und Wiki, mit dem sich Informationen und Notizen strukturieren lassen; verlinkt erstellte Texte automatisch untereinander (Crosslinking), ähnlich der Struktur in Wikipedia.

Lizenz: Open Source

http://wikidpad.sourceforge.net/
Titel: openElement 1.44 R5
Beitrag von: SiLæncer am 06 März, 2014, 18:40
(http://images.six.betanews.com/screenshots/scaled/1364418025-1.jpg)
openElement is a powerful next-gen HTML editor for creating websites suitable for any need: personal, showcase, gallery, organization, corporate, etc. A professional and dynamic website is within reach to anyone with zero coding.

openElement includes numerous website templates and elements to quickly and easily create your free website without any prior knowledge or programming experience.

Freeware

http://openelement.com/
Titel: TotalEdit Lite 5.5
Beitrag von: SiLæncer am 06 März, 2014, 21:00
(http://www.codertools.com/web2/images/products/teditpro-screen.png)
TotalEdit Pro is a powerful notepad replacement and text editor. Packed full of features to help everyone from office workers, journalists through to programmers and web site editors.

It is perfect for editing web sites (including PHP, HTML, Javascript, Ruby, JSP), analyzing databases (including Oracle, MS SQL Server and MySQL), file and hex editing, programming and AutoCad development with support for AutoLISP and DCL.

Freeware

Whats new: >>

Fixed - Unable to open a file from the File Explorer
New - Code is now highlighted with a unique background fill when the mouse is moved of the code-fold

http://www.codertools.com/totaledit.aspx
Titel: Notepad++ 6.5.5
Beitrag von: SiLæncer am 07 März, 2014, 06:00
(http://www.portablefreeware.com/screenshots/scrHPI5U2.gif)
Notepad++ is a tabbed source code editor and Notepad replacement with a customizable interface. It is one of the few few source code editors that supports "folding," allowing users to quickly reduce and expand sections of code to see the overall document. In addition, it features multi-language syntax highlighting, auto-completion, regular expression search/replace, macro recording and playback, etc. The program can access a long list of plug-ins via an easy-to-access menu with even more features and functions.

License: GPL

What's new: >>

Add character encoding auto-detection feature.
Fix the word-completion hanging problem by typing Chinese in ANSI document under Chinese Windows 7/8 64 bits.
Enable word-completion in ANSI document under CJK environment.
Add wildcard capacity for file name argument in command line.
Add new command line argument "-r" for opening files recursively (with wildcard characters).
Fix the crash bug while setting current document as Objective-C source code.
Fix rename not replacing the existing file bug.
Enhance Function list feature: reload on saving.
Enhance Function list feature: better recognition of perl function.
Fix sorting path in Windows document dialog makes Notepad++ crash.
Fix the no extension column setting for Doc Switcher not initialized properly in preference dialog.
Add "Command line arguments help" menu item command.

http://notepad-plus.sourceforge.net/
Titel: EditBone 8.8.0
Beitrag von: SiLæncer am 07 März, 2014, 20:20
(http://www.bonecode.com/images/EditBone1.png)
Powerful text editing tool that comes with syntax highlighting support for over 50 languages and scripts, 22 ready made styles, a handy file comparison feature and support for multiple directories and search results.

Freeware

Whats new: >>

- Added non-blinking caret font color option
- Fixed XML tree parsing
- Fixed about box

http://www.bonecode.com/?page=projects
Titel: RJ TextEd 8.90 Final
Beitrag von: SiLæncer am 08 März, 2014, 18:37
(http://images.six.betanews.com/screenshots/scaled/1187014627-1.jpg)
RJ TextEd - A Unicode source and text editor. RJ TextEd is a full featured text and source editor with Unicode support, syntax highlighting and code folding. The functionality extends beyond text files and includes support for HTML editing with integrated preview, spell checking, auto completion, HTML validation, templates and more. The program also include support for Topstyle Lite CSS editor, has a dual pane file commander, as well as a FTP client to upload your files. The editor uses language files to display menus and dialogs in different languages. There are several included languages. New language files can easily be created in the editor. RJ TextEd is also a simple web development tool. The editor can use auto completion and hints to assist you in editing your source code. You can preview HTML/ASP/PHP... code using one of the preview tabs or open a document in a browser. The editor does not only handle source code. It also handles true ASCII files, binary files and of course plain text files.

The program is absolutely free. There are a many features not listed below. Including spell checking, e-mail support, advanced search with regular expressions. For a full list check out the features section.

To learn more about the program you could check out the screenshots, or just try it out. RJ TextEd is developed in Delphi 2007 from Codegear and is released as Freeware. The program has been tested in windows 98/Me/2000/XP/2003/Vista/2008/Windows 7.

Licence: Freeware

Whats new: >>


Regular expressions

Replaced the regular expression engine. The new one use UTF16 buffers and strings, which is the same as the editor use internally. This result in faster executions and less memory fragmentation.

The new implementation is also newer and support new PERL expressions.

Selecting "Case sensitive" in search options now works when using regular expressions.

The help file has been updated and include a regular expression chapter.
Regular expression creator

The regular expression creator can be used to create and test new regular expressions. You can also save regular expressions which show up in the regular help menu on the search bar or in the search dialog window.
Search and regular expressions

Saved regular expressions (save in the regular expression creator) show up in the regular help menu.

I've also added a regular expression replace help menu to the search bar or the search dialog window.

The search bar and search dialog window also has a button to open the regular expression creator.
Markdown preview

Markdown is a plain text syntax that can be converted into HTML. The HTML preview tabs, internal browser view and the bottom-preview now support Markdown and can display it as HTML.

The Markdown parser used to convert from Markdown to HTML is found here: https://github.com/evilstreak/markdown-js

An option is available to set file extensions to identify Markdown files. The defaults are: .markdown;.mdown;.md;.mkdn;
Repeat

Added a "Repeat" menu item in the "Edit" menu. "Repeat" will re-run the last executed menu command. When active it will display the current menu command inside [] brackets.

E.g. "Repeat - [Join Lines]".

The shortcut "Ctrl+Y" has been assigned to it, but can be changed.

This may come in handy if you want to repeat the last menu command several times.
Color themes

Code and text color themes can now handle up to 20 keyword colors.
Linux (Wine)

Fixed a few issues when installing and running the program in Linux.

The installer will not add menu shortcuts anymore. They didn't work anyway, so you'll have to add menu shortcuts yourself.
Misc

    Made some changes to the project settings dialog window.
    Redesigned the splash screen.
    Message view (at the bottom) will now auto scroll when new data is displayed.

Fixed

    Encoding issue in scripts. Strings were not always handled as UTF8.
    Context help in project settings.
    Context help in print dialog window.
    Context help in FTP profiles.
    A small issue when displaying italic text using the "Courier New" font.
    Message view always opened when running a tool in the background and the option to only display the message view on data output was set.


http://www.rj-texted.se/
Titel: SynWrite 6.4.750
Beitrag von: SiLæncer am 10 März, 2014, 09:08
(http://images.betanews.com/screenshots/1289816929-1.jpg)
Erweiterter Text-Editor mit Unterstützung von vielen Dateiformaten, Programmiersprachen und Zeichenkodierungen; bietet unter anderem Syntax-Hervorhebung, Auto-Vervollständigung und Code-Vorlagen; auch als Plug-in für Total Commander und als portable Version erhältlich.

Freeware

What's new: >>

add: click on line-number selects this line
add: extern-tool variables {FileNameL}, {FileNameR}
add: tree options "Auto collapse/expand" visible in dlg
add: SynLint bookmarks: have icons hints; not saved in history
change: unzip administrator prompt shows only for "Program Files" dir
fixes

http://www.uvviewsoft.com/synwrite/
Titel: EditBone 8.9.0
Beitrag von: SiLæncer am 10 März, 2014, 09:11
(http://www.bonecode.com/images/EditBone1.png)
Powerful text editing tool that comes with syntax highlighting support for over 50 languages and scripts, 22 ready made styles, a handy file comparison feature and support for multiple directories and search results.

Freeware

Whats new: >>

Added search highlighting
Added search map
Added document-specific search option
Fixed find in files search with &-characters
Fixed buttoned label background color dark style bug
Fixed open, save, and close all

http://www.bonecode.com/?page=projects
Titel: WriteMonkey 2.6.0.2
Beitrag von: SiLæncer am 11 März, 2014, 13:20
(http://www.heise.de/software/screenshots/o76064.jpg)
Tool zur Textbearbeitung, das ablenkende Bedienelemente ausblendet; enthält unter anderem Wörterbücher in verschiedenen Sprachen (auch in Deutsch).

Freeware (Spende erwünscht)

Whats new: >>

added: Richer plugin API.
added: New plugins (Scratch pad, Easy jumps, Map jump ...
added: You can now jog the writing area left or right. Keyboard: use Vulcan touch CTRL+ALT+SHIFT+Left/Right or drag Infobar (empty spaces) with the mouse.
changed: Jumps window will no longer automatically jog the writing area left or right.
fixed: Various fixes and small changes.

http://writemonkey.com/
Titel: EditBone 8.9.1
Beitrag von: SiLæncer am 11 März, 2014, 22:15
Whats new: >>

Fixed search bugs
Removed unsupported SQL formatter databases

http://www.bonecode.com/?page=projects
Titel: CSVed v2.3.0
Beitrag von: SiLæncer am 12 März, 2014, 05:20
(http://www.portablefreeware.com/screenshots/scrKFe3Sx.gif)
CSVed is a basic spreadsheet file editor which can be used to create and manipulate CSV files. You can add/delete columns, rearrange column order, change separator, filter items, remove duplicates, split/join columns etc.

License:  Cardware

What's new: >>

Change rows into columns.
Count up a column.
Some small things.

http://csved.sjfrancke.nl/index.html
Titel: Resoor 1.38
Beitrag von: SiLæncer am 13 März, 2014, 11:20
(https://www.heise.de/software/screenshots/t118408.jpg)
Quelltext-Editor, der EXE- und RES-Dateien importiert und bearbeitet; erstellt Ressourcen- und Quelltextdateien in verschiedenen Programmiersprachen.

Freeware

Whats new: >>

Ported to the last IDE (Delphi XE5).
Numerous small fixes.

http://softconstructors.com/en/applications/resoor/
Titel: FreeText 1.44
Beitrag von: SiLæncer am 14 März, 2014, 10:06
(https://www.heise.de/software/screenshots/t118019.jpg)
Schlanker Texteditor mit Autostartfunktion; neben dem Text lassen sich auch Links und Grafiken einfügen.

Freeware

Whats new: >>

Ported to the last IDE (Delphi XE5).
Numerous small fixes.

http://softconstructors.com/en/applications/freetext/
Titel: Mext 1.40
Beitrag von: SiLæncer am 14 März, 2014, 10:16
(https://www.heise.de/software/screenshots/t118412.jpg)
Text-Editor zum Programmieren; hilft unter anderem bei technischer Dokumentation und dem Erstellen von Webseiten.

Freeware

Whats new: >>

Ported to the last IDE (Delphi XE5).
Numerous small fixes.

http://softconstructors.com/en/applications/mext/
Titel: EditPad Lite 7.3.1
Beitrag von: SiLæncer am 14 März, 2014, 10:50
(http://www.editpadpro.com/screens/editpadlite.png)
EditPad Lite is a general-purpose text editor, designed to be small and compact, yet offer all the functionality you expect from a basic text editor. EditPad Lite works with Windows NT4, 98, 2000, ME, XP and Vista.

Freeware

What's new: >>

Improvement:

Help: Better workaround for the bug in IE 9 that causes 64-bit applications to crash when using HTML Help, allowing EditPad to show the correct help topics instead of the first page of the help file.

Bug fixes:

Convert|Text Encoding: Dialog box did not adjust its size to fit on small screens.
File|Open submenu forgets files that were still open in EditPad when Windows was shutting down.
Keyboard: Latvian keyboard layouts are now recognized as using the AltGr key making EditPad disable conflicting Ctrl+Alt+letter keyboard shortcuts by default.
Options|Text Layout: Selecting one of the complex script text layouts for a file that contains very long sequences of characters (10,000 or more) from a single Unicode block without any whitespace caused EditPad to eat up all available memory.
Regular expressions in the form of (?

http://www.editpadpro.com/editpadlite.html
Titel: StroyCode 1.72
Beitrag von: SiLæncer am 14 März, 2014, 18:15
(https://www.heise.de/software/screenshots/t117951.jpg)
Texteditor zum Programmieren; visualisiert die Struktur des Codes durch verschachtelte grafische Elemente, welche sich auch mit der Maus einfügen lassen.

Freeware

Whats new: >>

Ported to the last IDE (Delphi XE5).
Numerous small fixes.

http://softconstructors.com/en/applications/stroycode/
Titel: PilotEdit Lite 7.0.0
Beitrag von: SiLæncer am 15 März, 2014, 06:00
(http://www.pilotedit.com/images/OpenInQuickMode.PNG)
PilotEdit is a text, hex, XML, C/C++, HTML, PHP, Java, Javascript and Perl editor that can edit large files of 400GB (40 billion lines).

It offers customizable syntax and keyword highlighting, advanced search and replace operations, automatic text encoding, 256-bit AES encryption/decryption and a built-in FTP/SFTP client lets you open, edit, download and upload large files directly to/from a FTP/SFTP server.

In addition to standard text editing features, PilotEdit can compare and merge two large files of 100GB (10 billion lines). You can also sort, find/remove duplicate lines and extract strings over a large file of 1GB.

Freeware

http://www.pilotedit.com/
Titel: RJ TextEd 8.91
Beitrag von: SiLæncer am 15 März, 2014, 11:30
(http://images.six.betanews.com/screenshots/scaled/1187014627-1.jpg)
RJ TextEd - A Unicode source and text editor. RJ TextEd is a full featured text and source editor with Unicode support, syntax highlighting and code folding. The functionality extends beyond text files and includes support for HTML editing with integrated preview, spell checking, auto completion, HTML validation, templates and more. The program also include support for Topstyle Lite CSS editor, has a dual pane file commander, as well as a FTP client to upload your files. The editor uses language files to display menus and dialogs in different languages. There are several included languages. New language files can easily be created in the editor. RJ TextEd is also a simple web development tool. The editor can use auto completion and hints to assist you in editing your source code. You can preview HTML/ASP/PHP... code using one of the preview tabs or open a document in a browser. The editor does not only handle source code. It also handles true ASCII files, binary files and of course plain text files.

The program is absolutely free. There are a many features not listed below. Including spell checking, e-mail support, advanced search with regular expressions. For a full list check out the features section.

To learn more about the program you could check out the screenshots, or just try it out. RJ TextEd is developed in Delphi 2007 from Codegear and is released as Freeware. The program has been tested in windows 98/Me/2000/XP/2003/Vista/2008/Windows 7.

Licence: Freeware

Whats new: >>


Rewrote the entire script engine to use wide strings (UTF16) instead of ANSI/UTF8 strings.
All string types are now Unicode strings (String = Widestring).

Functions and classes now use Unicode strings as well.

E.x. C++ script { TTntStringlist ls = TTntStringlist.Create; ls.Add("Hello World!"); ls.Add("Привет мир!"); Document.SelText = ls.Text; ls.Free; }

Some properties and methods have been removed since they are not necessary anymore.

Use:
      Document.SelText    (not Document.WideSelText)
      Document.Text       (not Document.WideText)
     
      ScriptUtils.Pos     (not ScriptUtils.WPos)
      ...

FTP (open remote file)

If the editor fail to open a remote file, a new attempt is made using the full FTP path to the file.
Language files

Updated a few language files and fixed an issue in the Dutch language file.


http://www.rj-texted.se/
Titel: Writemonkey 2.6.0.3
Beitrag von: SiLæncer am 17 März, 2014, 05:50
(http://www.heise.de/software/screenshots/o76064.jpg)
Tool zur Textbearbeitung, das ablenkende Bedienelemente ausblendet; enthält unter anderem Wörterbücher in verschiedenen Sprachen (auch in Deutsch).

Freeware (Spende erwünscht)

Whats new: >>

- added: Richer plugin API. See http://writemonkey.com/__files/plugins/WM_API_Reference_1.5.pdf for quick API reference.
- added: New plugins (Scratch pad, Easy jumps, Map jump ... See http://writemonkey.com/plugins.php for complete list.
- added: You can now jog the writing area left or right. Keyboard: use Vulcan touch CTRL+ALT+SHIFT+Left/Right or drag Infobar (empty spaces) with the mouse.
- changed: Jumps window will no longer automatically jog the writing area left or right.
- fixed: Various fixes and small changes.

http://writemonkey.com/
Titel: SynWrite 6.4.760
Beitrag von: SiLæncer am 17 März, 2014, 09:25
(http://images.betanews.com/screenshots/1289816929-1.jpg)
Erweiterter Text-Editor mit Unterstützung von vielen Dateiformaten, Programmiersprachen und Zeichenkodierungen; bietet unter anderem Syntax-Hervorhebung, Auto-Vervollständigung und Code-Vorlagen; auch als Plug-in für Total Commander und als portable Version erhältlich.

Freeware

What's new: >>

add: item "Plugins" in context menu
changes: API

http://www.uvviewsoft.com/synwrite/
Titel: EditBone 8.9.2
Beitrag von: SiLæncer am 17 März, 2014, 16:00
(http://www.bonecode.com/images/EditBone1.png)
Powerful text editing tool that comes with syntax highlighting support for over 50 languages and scripts, 22 ready made styles, a handy file comparison feature and support for multiple directories and search results.

Freeware

Whats new: >>

- Fixed search bugs
- Fixed select from directory
- Updated third-party components

http://www.bonecode.com/?page=projects
Titel: TeXstudio 2.7.0
Beitrag von: SiLæncer am 17 März, 2014, 20:30
(https://www.heise.de/software/screenshots/t53117.jpg)
GPL-LaTeX-Editor, der das Erstellen von LaTex-Dokumenten in Unicode vereinfacht; unterstützt den Nutzer beim Schreiben mittels interaktiver Rechtschreibprüfung, Syntax-Highlighting, Code-Folding und automatischer Code-Vervollständigung.

Lizenz: Open Source

Whats new: >>

- added Edit -> Text Operations (To Lowercase / To Uppercase / To Titlecase)
- added list of recent sessions
- speedup of saving for large documents
- added recognition in filetree for import subimport importfrom and subimportfrom (Thanks to Steven Vandekerckhove)
- added button to stop a running compilation
- the dictionary search path can now contain of multiple directories
- Dictionaries in the OpenOffice/LibreOffice Extension format (*.oxt) can now be imported
- Updated the latex reference manual to to a recent version
- new option for maximum image tooltip width
- new option "Reference commands in context menu"
- new options for additional search paths in editor logic
- new option for automatic encoding detection: make latex and character based detection selectable separately
- new options for pdf highlight color and duration
- find dialog: search in all loaded documents i.e. also in hidden
- improved synchonization PDF -> source
- support "% !BIB = biber" syntax for compatibility with TeXShop and TeXWorks
- added several new cwl files
- several bugfixes

http://texstudio.sourceforge.net/
Titel: EditBone 9.0.0
Beitrag von: SiLæncer am 19 März, 2014, 14:10
(http://www.bonecode.com/images/EditBone1.png)
Powerful text editing tool that comes with syntax highlighting support for over 50 languages and scripts, 22 ready made styles, a handy file comparison feature and support for multiple directories and search results.

Freeware

Whats new: >>

Added show search map and search highlighter options
Fixed print preview toggle line numbers and word wrap buttons
Fixed application exit
Fixed file opening from output
Fixed close all other
Updated language files
Updated third-party components

http://www.bonecode.com/?page=projects
Titel: MarkdownPad 2.4.1
Beitrag von: SiLæncer am 19 März, 2014, 18:45
(http://markdownpad.com/img/markdownpad2.png)
Markdown is a text-to-HTML conversion tool for web writers. Markdown allows you to write using an easy-to-read, easy-to-write plain text format, then convert it to structurally valid XHTML (or HTML).

The goal for Markdown’s formatting syntax is to be as readable as possible. A Markdown-formatted document should be publishable as-is, as plain text, without looking like it’s been marked up with tags or formatting instructions.

In short, you can create beautiful HTML documents without knowing any HTML.

Features:

Instant HTML Preview
Easy formatting with keyboard shortcuts
Fully Customizable
Use your own CSS
HTML Export
Distraction-free Mode

Freeware

Whats new: >>

Application title remained "New Document" after saving a new document
Fixed Syntax highlighting not working for inline code blocks containing a single character
Fixed Rare bug in spell check

http://markdownpad.com/
Titel: CodeLobster PHP Edition 4.10
Beitrag von: SiLæncer am 21 März, 2014, 13:53
(http://images.six.betanews.com/screenshots/1186155456-1.gif)
CodeLobster PHP Edition is a handy and easy-in-use editor that is primarily intended for quick and easy creation and editing of PHP files. It includes debugger, dynamic help, built-in parser, autocomplete and Class View window for comfortable work with PHP code. CodeLobster PHP Edition also supports such file formats as Text, HTML, XML.

Freeware

Latest Changes

Twig plug-in
Node.js support in the Lite version
Latest IE version for Preview Window
Restoring File Tree state
Extended tooltips for PHP functions
Keywords highlighting for Ruby, Python and Perl
Information about supporting IE10 and IE11 for CSS

Bugs fixed:

Tooltips on filenames
Incorrect format for "static" keyword
Drupal login after installation by the wizard
CodeIgniter help

http://www.codelobster.com/
Titel: CSVed 2.3.1
Beitrag von: SiLæncer am 21 März, 2014, 17:30
(http://www.portablefreeware.com/screenshots/scrKFe3Sx.gif)
CSVed is a basic spreadsheet file editor which can be used to create and manipulate CSV files. You can add/delete columns, rearrange column order, change separator, filter items, remove duplicates, split/join columns etc.

License:  Cardware

What's new: >>

add or replace data to a column (data from file or clipboard)

http://csved.sjfrancke.nl/index.html
Titel: Scite 3.4.0
Beitrag von: SiLæncer am 22 März, 2014, 15:08
(http://www.heise.de/software/screenshots/1206.jpg)
Editor mit Syntax-Highlighting, Auto-Completion, Folding und vielem mehr...

Lizenz: Open Source

Whats new:>>

The Unicode line ends and substyles features added as provisional in 3.2.5 are now finalised. There are now no provisional features.
Added wrap mode SC_WRAP_WHITESPACE which only wraps on whitespace, not on style changes.
SciTE find and replace strips can perform incremental searching and temporary highlighting of all matches with the find.strip.incremental, replace.strip.incremental, and find.indicator.incremental settings.
SciTE default settings changed to use strips for find and replace and to draw with Direct2D and DirectWrite on Windows.
SciTE on Windows scales image buttons on the find and replace strips to match the current system scale factor.
Additional assembler lexer variant As(SCLEX_AS) for Unix assembly code which uses '#' for comments and ';' to separate statements.
Fix Coffeescript lexer for keyword style extending past end of word. Also fixes styling 0...myArray.length all as a number. Bug #1583.
Fix crashes and other bugs in Fortran folder by removing folding of do-label constructs.
Deleting a whole line deletes the annotations on that line instead of the annotations on the next line. Bug #1577.
Changed position of tall calltips to prefer lower half of screen to cut off end instead of start.
Fix Qt bug where double click treated as triple click. Bug #1575.
On Qt, selecting an item in an autocompletion list that is not currently visible positions it at the top.
Fix bug on Windows when resizing autocompletion list with only short strings caused the list to move.
On Cocoa reduce scrollable height by one line to fix bugs with moving caret up or down.
On Cocoa fix calltips which did not appear when they were created in an off-screen position.

http://www.scintilla.org/SciTE.html
Titel: EditBone 9.0.1
Beitrag von: SiLæncer am 23 März, 2014, 10:30
Whats new: >>

Fixed auto size horizontal scroll width
Fixed open, close, and close all files

http://www.bonecode.com/?page=projects
Titel: SynWrite 6.4.780
Beitrag von: SiLæncer am 23 März, 2014, 13:01
(http://images.betanews.com/screenshots/1289816929-1.jpg)
Erweiterter Text-Editor mit Unterstützung von vielen Dateiformaten, Programmiersprachen und Zeichenkodierungen; bietet unter anderem Syntax-Hervorhebung, Auto-Vervollständigung und Code-Vorlagen; auch als Plug-in für Total Commander und als portable Version erhältlich.

Freeware

What's new: >>

+ add: 4 commands in "Go to" group
+ adds/changes: API
- fix: drop file on inactive view
- fix: Py lexer (multiline "def" folding)

http://www.uvviewsoft.com/synwrite/
Titel: FocusWriter 1.4.5
Beitrag von: SiLæncer am 26 März, 2014, 06:05
(http://www.freeware.de/images/screenshots/60616/focuswriter_medium_1.png)
FocusWriter hilft Vielschreibern beim Verfassen von Texten. Die Textverarbeitung blendet alle Menüs und Leisten aus. So kann man sich beim Schreiben voll und ganz auf das Wesentliche konzentrieren.

Der Vollbild-Texteditor FocusWriter zeigt als Oberfläche absichtlich lediglich den blanken Text. Daher gelingt es leichter, störungs- und ablenkungsfrei zu schreiben. Auf Wunsch kann man auf zusätzliche Steuerelemente zugreifen und diese per Maus über die Bildschirmränder abrufen.

Außerdem kann bei FocusWriter eine Statuszeile mit der aktuellen Uhrzeit, einem Timer und Statistiken eingeblendet werden. Das geplante Arbeitspensum legt der Schreiber in den Einstellungen in Minuten oder Wörtern fest. Textart und -farbe werden hier ebenfalls ganz nach Wunsch bestimmt.

Mit FocusWriter können mehrere Dokumente parallel bearbeitet werden. Ein Speichern erfolgt im RTF-, ODT- oder TXT-Format. Standardmäßig zeigt die Freeware einen einfarbigen, nüchternen Hintergrund. Wer die Arbeitsumgebung etwas freundlicher und abwechslungsreicher gestalten möchte, kann die Farbe ändern und auch ein eigenes Bild als Hintergrund einblenden.

FocusWriter enthält alle Grundfunktionen einer Textverarbeitung inklusive Textformatierungen, einer Rechtschreibprüfung und dem Suchen und Ersetzen von Wörtern und Textausschnitten. Die Freeware spricht vor allem den Vielschreiber an, der sich allein auf den Text konzentrieren möchte.

Whats new: >>
FIXED: Infinite loop during replace all with regular expressions
FIXED: Regular expression replaces did not ignore whole words option
FIXED: Interpreted images in RTF files as text
FIXED: Context menu key did not show spelling menu
FIXED: Could delete all themes
FIXED: Did not recreate default theme until program restart
FIXED: Created a new tab for corrupted documents
FIXED: Reloading a modified file did not reduce daily goal progress
FIXED: Unable to overwrite current document
FIXED: Discarding a modified file did not reduce daily goal progress
FIXED: Locale dialog always prompted users of System Language to restart
FIXED: Symbols dialog had help titlebar icon
FIXED: Second instance would not open relative paths
FIXED: Closing last empty document increased untitled count
FIXED: Regular expression searches did not ignore whole words option
FIXED: Paragraphs not always focused properly when merged
FIXED: Selected session was incorrect when switching sessions was canceled
FIXED: Could open unsupported multimedia files
FIXED: Hyphenated lines were not focused properly
Translation updates: Arabic, Chinese (China), Czech, English (United Kingdom), Finnish, Greek, Hungarian, Korean, Indonesian, Serbian, Vietnamese

http://gottcode.org/focuswriter/
Titel: CKEditor 4.3.4
Beitrag von: SiLæncer am 26 März, 2014, 13:31
(https://www.heise.de/software/screenshots/t64589.jpg)
WYSIWYG-Editor für eigene Webseiten, der sich in diverse Skriptsprachen integrieren lässt; unterstützt die meisten gängigen Browser; auch mit kommerzieller Lizenz erhältlich

Lizenz: Open Source

Whats new: >>

Fixed Issues:

    #11597: [IE11] Fixed: Error thrown when trying to open the preview using the keyboard.
    #11544: Placeholders will no longer be upcasted in parents not accepting <span> elements.
    #8663: Fixed element.renameNode() not clearing the element.getName() cache.
    #11574: Fixed: Backspace destroying the DOM structure if an inline editable is placed in a list item.
    #11603: Fixed: Table Resize attaches to tables outside the editable.
    #9205, #7805, #8216: Fixed: {cke_protected_*} appearing in data in various cases where HTML comments are placed next to " or '.
    #11635: Fixed: Some attributes are not protected before the content is passed through the fix bin.
    #11660: [IE] Fixed: Table content is lost when some extra markup is inside the table.
    #11641: Fixed: Switching between modes in the classic editor removes content styles for the inline editor.
    #11568: Fixed: Styles drop-down list is not enabled on selection change.

http://ckeditor.com/
Titel: Poet 1.0.5153.26433
Beitrag von: SiLæncer am 27 März, 2014, 18:15
(http://images.six.betanews.com/screenshots/scaled/1395936459-1.jpg)
Poet is a nice text editor for Windows with a friendly interface. It's easy and free, but there are impressive capabilities. The program is suitable for different users: students, poets, web-masters, programmers, novices, and professionals, etc.

Freeware

http://poet.of.by/
Titel: Leafier v1.0.7.0
Beitrag von: SiLæncer am 28 März, 2014, 05:00
(http://www.portablefreeware.com/screenshots/scrUfDMQV.gif)
Leafier is a simple HTML editor with tag insertion feature. Unicode, tabbed multi document interface, syntax highlighting, etc is supported.

License:    Freeware

Whats new: >>

Add the switching function of the left side bar tab by (the left edge of the window maximized when) the mouse pointer movement.
Add a command to the allocation function - (up, down, left, right X1/X2 / wheel click, drag right) mouse operation.
Modified to display color-coded the HTML part of the PHP file. (Color-coded only string PHP tag)
button malfunction of the tool, other fixes - Display trouble after saving the file, option.

http://www.vieas.com/en/software/leafier.html
Titel: CodeLobster PHP Edition 4.1.0.1
Beitrag von: SiLæncer am 28 März, 2014, 05:46
(http://images.six.betanews.com/screenshots/1186155456-1.gif)
CodeLobster PHP Edition is a handy and easy-in-use editor that is primarily intended for quick and easy creation and editing of PHP files. It includes debugger, dynamic help, built-in parser, autocomplete and Class View window for comfortable work with PHP code. CodeLobster PHP Edition also supports such file formats as Text, HTML, XML.

Freeware

Latest Changes

Bugs fixed:

Code format error
Transfer renamed files by FTP
Problem with adding variables to Watch Window

http://www.codelobster.com/
Titel: medit 1.2.0
Beitrag von: SiLæncer am 28 März, 2014, 13:45
(http://images.six.betanews.com/screenshots/1319560039-1.png)
medit is a programming and around-programming text editor. Started originally as a simple built-in editor component in GGAP, it grew up to a real text editor.

Lizenz: Open Source

http://mooedit.sourceforge.net/
Titel: RJ TextEd 8.95 Beta
Beitrag von: SiLæncer am 31 März, 2014, 09:17
(http://images.six.betanews.com/screenshots/scaled/1187014627-1.jpg)
RJ TextEd - A Unicode source and text editor. RJ TextEd is a full featured text and source editor with Unicode support, syntax highlighting and code folding. The functionality extends beyond text files and includes support for HTML editing with integrated preview, spell checking, auto completion, HTML validation, templates and more. The program also include support for Topstyle Lite CSS editor, has a dual pane file commander, as well as a FTP client to upload your files. The editor uses language files to display menus and dialogs in different languages. There are several included languages. New language files can easily be created in the editor. RJ TextEd is also a simple web development tool. The editor can use auto completion and hints to assist you in editing your source code. You can preview HTML/ASP/PHP... code using one of the preview tabs or open a document in a browser. The editor does not only handle source code. It also handles true ASCII files, binary files and of course plain text files.

The program is absolutely free. There are a many features not listed below. Including spell checking, e-mail support, advanced search with regular expressions. For a full list check out the features section.

To learn more about the program you could check out the screenshots, or just try it out. RJ TextEd is developed in Delphi 2007 from Codegear and is released as Freeware. The program has been tested in windows 98/Me/2000/XP/2003/Vista/2008/Windows 7.

Licence: Freeware

Whats new: >>

Changes in this version:
Beautify and verify HTML/XML
Made some changes in the HTML menu and added menu items to beautify, verify and set options. The functions use the included Tidy.exe to generate output and validation.
There are a huge set of options you can set individually for HTML, xHTML and XML files.
Scripts
Changed the script event
Code:
void KeyPress(TObject sender, char key)
to
void KeyPress(TObject sender, int key)
Explorer Tab:
Removed the explorer tree and made some changes to increase speed. This should fix the issues some users experience with freezing program, which could happen at startup or when opening or saving a file.
The speed improvement should be noticeable on all systems.
File Open/Save dialogs:
Removed the built in file dialog. On Vista, and above, the standard file dialogs are used. On XP, and below, the Office text file dialog is used.
This should solve the freeze issues on some systems.
The options to select file dialog type has been removed as well.
Misc:
Renamed "Addons -> Themes" to "Addons -> Skins".
Fixed:
When opening a file from Windows Explorer or context menu the text area sometimes went black.
Some search-bar resize issues.
Insert text on each line when inserting text at the end.
Find next/prev issues when using regex.

http://www.rj-texted.se/
Titel: SynWrite 6.4.810
Beitrag von: SiLæncer am 31 März, 2014, 09:22
(http://images.betanews.com/screenshots/1289816929-1.jpg)
Erweiterter Text-Editor mit Unterstützung von vielen Dateiformaten, Programmiersprachen und Zeichenkodierungen; bietet unter anderem Syntax-Hervorhebung, Auto-Vervollständigung und Code-Vorlagen; auch als Plug-in für Total Commander und als portable Version erhältlich.

Freeware

What's new: >>

add: project-specific external tools. See project's "gear" btn
add: submenu "Tools - Project tools"
add: ext-tool variable {ProjectDir}
add: color picker inserts code formatted ok for C/C++/VB/JS/Asm/Pas (new section in Lexers.cfg)
fixes

http://www.uvviewsoft.com/synwrite/
Titel: MarkdownPad 2.4.2
Beitrag von: SiLæncer am 31 März, 2014, 14:00
(http://markdownpad.com/img/markdownpad2.png)
Markdown is a text-to-HTML conversion tool for web writers. Markdown allows you to write using an easy-to-read, easy-to-write plain text format, then convert it to structurally valid XHTML (or HTML).

The goal for Markdown’s formatting syntax is to be as readable as possible. A Markdown-formatted document should be publishable as-is, as plain text, without looking like it’s been marked up with tags or formatting instructions.

In short, you can create beautiful HTML documents without knowing any HTML.

Features:

Instant HTML Preview
Easy formatting with keyboard shortcuts
Fully Customizable
Use your own CSS
HTML Export
Distraction-free Mode

Freeware

Whats new: >>

Potential crash which could occur with a specific combination of single ticks (`) with "Ignore spelling in code blocks" feature enabled

http://markdownpad.com/
Titel: Scite 3.4.1
Beitrag von: SiLæncer am 01 April, 2014, 09:18
(http://www.heise.de/software/screenshots/1206.jpg)
Editor mit Syntax-Highlighting, Auto-Completion, Folding und vielem mehr...

Lizenz: Open Source

Whats new:>>


Display Unicode line ends as [LS], [PS], and [NEL] blobs
Bug fixed where cursor down failed on wrapped lines. Bug #1585
Caret positioning changed a little to appear inside characters less often by rounding the caret position to the pixel grid instead of truncating. Bug #1588
Bug fixed where automatic indentation wrong when caret in virtual space. Bug #1586
Bug fixed on Windows where WM_LBUTTONDBLCLK was no longer sent to window. Bug #1587
Bug fixed with SciTE on Windows XP where black stripes appeared inside the find and replace strips
Crash fixed in SciTE with recursive properties files. Bug #1507
Bug fixed with SciTE where Ctrl+E before an unmatched end brace jumps to file start. Bug #315
Fixed scrolling on Cocoa to avoid display glitches and be smoother
Fixed crash on Cocoa when character composition used when autocompletion list active

http://www.scintilla.org/SciTE.html
Titel: Codeit HTML Editor.NET 1.38
Beitrag von: SiLæncer am 02 April, 2014, 18:15
(http://limemaster92.byethost15.com/img/add-on2.png)
Codeit HTML Editor is a small and easy to use application that will help you edit and preview your HTML files. Users will also have the possibility to create HTML files and later use them as templates for their projects.

Freeware

Whats new: >>

Added numbered lines.
Fixed minor bug.
Help system add-on is now included by default.
Open file bug fixed.

http://www.benjamin-simpson.co.nr/
Titel: Brackets Build 37
Beitrag von: SiLæncer am 02 April, 2014, 21:45
(http://images.six.betanews.com/screenshots/scaled/1384812094-1.jpg)
Brackets is an open source code editor for the web. It's built with JavaScript, HTML and CSS by web developers like you. As you code, HTML changes are instantly pushed to browser without having to save or reload the page. Theseus makes inspecting variables and control flow easy, even in asynchronous code.

Lizenz: Open Source

Whats new: >>

Exclude Files/Folders from Find in Files: Specify file and folder names or wildcards to exclude from multi-file searches.
Signed Builds on Mac and Windows: Brackets builds are now code-signed on Mac and Windows, making installation and updates easier.
Preferences Infrastructure Improvements: The new Preferences API is now ready for extensions to use. Also, new preferences have been added: see http://is.gd/BracketsPrefs for documentation.
Install Extensions through Proxies: Users can now set the "proxy" preference to enable Brackets to install extensions from behind a proxy server. See http://is.gd/BracketsPrefs for more information.
Improved Quick Edit for Timing Functions: You can now bring up Quick Edit on an incomplete animation timing function (e.g. "cubic-bezier()") to create a bezier from scratch.
Overwrite Mode UI: The cursor changes when in overwrite mode, and you can toggle between insert and overwrite mode from the status bar.
Improved Filesystem and Live Preview Stability and Performance: Fixed critical issues with external file changes not being recognized and Live Preview not starting properly.
Indonesian Translation: A new Indonesian translation has been created.

http://www.brackets.io/
Titel: EditBone 9.0.3
Beitrag von: SiLæncer am 04 April, 2014, 06:15
(http://www.bonecode.com/images/EditBone1.png)
Powerful text editing tool that comes with syntax highlighting support for over 50 languages and scripts, 22 ready made styles, a handy file comparison feature and support for multiple directories and search results.

Freeware

Whats new: >>

    Fixed slow file opening
    Fixed go to line - only number allowed

9.0.2:

    Fixed system icons for Windows XP (Update your OS, please)
    Fixed search
    Fixed compare style bugs
    Fixed reopen file icons
    Fixed delete of characters when auto indent enabled

http://www.bonecode.com/?page=projects
Titel: JSONedit v0.9.7.9
Beitrag von: SiLæncer am 05 April, 2014, 10:46
(http://www.portablefreeware.com/screenshots/scrdLlFOK.gif)
JSONedit is a simple editor for the JavaScript Object Notation format "a text-based open standard designed for human-readable data interchange" (source) with availble text and tree views.

Includes array generator using embedded Lua interpreter and Scintilla for text edition.

License:    Freeware

Whats new: >>

tree view, context menu: added (beside "Expand All") function expanding 1 to 5 nested levels
Help: added RFC 7159, RFC 4627 and RFC 5234 (ABNF) text
FIXED: previously manually changing root node type was not allowed - RFC 4627 states that json text can be object or array, updated RFC 7159 allows any type
tree view: null value is shown in same way as true/false.

http://tomeko.net/software/JSONedit/index.php
Titel: Mext 1.42
Beitrag von: SiLæncer am 06 April, 2014, 09:56
(https://www.heise.de/software/screenshots/t118412.jpg)
Text-Editor zum Programmieren; hilft unter anderem bei technischer Dokumentation und dem Erstellen von Webseiten.

Freeware

Whats new: >>

Image error fixed on Windows 8.
Small improvements and fixes.

http://softconstructors.com/en/applications/mext/
Titel: Resoor 1.40
Beitrag von: SiLæncer am 06 April, 2014, 10:00
(https://www.heise.de/software/screenshots/t118408.jpg)
Quelltext-Editor, der EXE- und RES-Dateien importiert und bearbeitet; erstellt Ressourcen- und Quelltextdateien in verschiedenen Programmiersprachen.

Freeware

Whats new: >>

Image error fixed on Windows 8.
Small improvements and fixes.

http://softconstructors.com/en/applications/resoor/
Titel: NFOPad v1.69
Beitrag von: SiLæncer am 06 April, 2014, 20:45
(http://www.portablefreeware.com/screenshots/scra4JZtx.gif)
NFOPad is a small, fast and flexible combined nfo viewer and text editor. It is a clone of Microsoft's Notepad but much more customizable and with some additional features. Of course NFOPad also supports nfo files with ASCII art. The file extension is used to determine whether to use an ANSI or ASCII font.

License: Freeware

What's new: >>

French localization added.
Fixed so CTRL + backspace removes the whole word.

http://truehumandesign.se/s_nfopad.php
Titel: PSPad 4.5.8 Build 2471 Beta
Beitrag von: SiLæncer am 08 April, 2014, 18:15
(http://images.six.betanews.com/screenshots/1076948037-1.png)
PSPad is a universal freeware editor. There is no complex install process; the program is ready to work immediately, without requiring customization. It supports many file types and languages, with syntax highlighting. There are macros, clip files and templates to automate repetitive activities. An integrated HEX Editor, Project support, FTP Client, Macro Recorder, File Search/Replace, Code Explorer, code page conversion, are just some of the many possibilities that PSPad can offer you.

Freeware

Latest Changes

News:

scripting functions getVarValue extended to the variable%% word, returning the word under the cursor
new user highlighter definition KRL (KUKA robots) including Code explorer
reformat the CSS structured to output a newline between selectors
Tidy updated with support for HTML5

Fixes:

Search in files - Changing the text during search program continued to search for new text
MSDos bat - error while highlighting strings and variables%% i
repair detection detection of file changes when editing the file from the network

http://www.pspad.com/
Titel: RJ TextEd 8.95 Final
Beitrag von: SiLæncer am 08 April, 2014, 18:50
(http://images.six.betanews.com/screenshots/scaled/1187014627-1.jpg)
RJ TextEd - A Unicode source and text editor. RJ TextEd is a full featured text and source editor with Unicode support, syntax highlighting and code folding. The functionality extends beyond text files and includes support for HTML editing with integrated preview, spell checking, auto completion, HTML validation, templates and more. The program also include support for Topstyle Lite CSS editor, has a dual pane file commander, as well as a FTP client to upload your files. The editor uses language files to display menus and dialogs in different languages. There are several included languages. New language files can easily be created in the editor. RJ TextEd is also a simple web development tool. The editor can use auto completion and hints to assist you in editing your source code. You can preview HTML/ASP/PHP... code using one of the preview tabs or open a document in a browser. The editor does not only handle source code. It also handles true ASCII files, binary files and of course plain text files.

Licence: Freeware

Whats new: >>

Beautify and verify HTML/XML

Made some changes in the HTML menu and added menu items to beautify, verify and set options. The functions use the included Tidy.exe to generate output and validation.

There are a huge set of options you can set individually for HTML, xHTML and XML files.
Scripts

Changed the script event
void KeyPress(TObject sender, char key)

to
void KeyPress(TObject sender, int key)
Explorer Tab

Removed the explorer tree and made some changes to increase speed. This should fix the issues some users experience with freezing program, which could happen at startup or when opening or saving a file.

The speed improvement should be noticeable on all systems.
File Open/Save dialogs

Removed the built in file dialog. On Vista, and above, the standard file dialogs are used. On XP, and below, the Office text file dialog is used. This should solve the freeze issues on some systems.

The options to select file dialog type has been removed as well.
Misc

    Renamed "Addons -> Themes" to "Addons -> Skins".

Fixed

    When opening a file from Windows Explorer or context menu the text area sometimes went black.
    Some search-bar resize issues.
    Insert text on each line when inserting text at the end.
    Find next/prev issues when using regex.
    Display and highlight issue when switching between highlighters.
    Display and highlight issue when saving a file using a different file extension.
    Some search-bar popup menu issues.
    A "Find Note/Todo" issue.
    A "Find Bookmark" issue.

http://www.rj-texted.se/
Titel: FreeText 1.46
Beitrag von: SiLæncer am 09 April, 2014, 05:10
(https://www.heise.de/software/screenshots/t118019.jpg)
Schlanker Texteditor mit Autostartfunktion; neben dem Text lassen sich auch Links und Grafiken einfügen.

Freeware

Whats new: >>

Image error fixed on Windows 8.
Small improvements and fixes.

http://softconstructors.com/en/applications/freetext/
Titel: StroyCode 1.74
Beitrag von: SiLæncer am 09 April, 2014, 05:50
(https://www.heise.de/software/screenshots/t117951.jpg)
Texteditor zum Programmieren; visualisiert die Struktur des Codes durch verschachtelte grafische Elemente, welche sich auch mit der Maus einfügen lassen.

Freeware

Whats new: >>

Image error fixed on Windows 8
Small improvements and fixes

http://softconstructors.com/en/applications/stroycode/
Titel: EditBone 9.1.0
Beitrag von: SiLæncer am 09 April, 2014, 06:10
(http://www.bonecode.com/images/EditBone1.png)
Powerful text editing tool that comes with syntax highlighting support for over 50 languages and scripts, 22 ready made styles, a handy file comparison feature and support for multiple directories and search results.

Freeware

Whats new: >>

- Added box selection keyboard shortcuts (shift+alt+arrows) for column mode (thanks to DEKO)
- Added caret position to ini
- Fixed application event processing
- Fixed SQL formatter options writing to ini
- Updated language files

http://www.bonecode.com/?page=projects
Titel: PlainEdit.NET 1.4.2
Beitrag von: SiLæncer am 10 April, 2014, 19:20
(http://www.gaijin.at/images/scr_plaineditnet_1.png)
PlainEdit.NET ist ein Editor für Textdateien (ANSI, UTF-8 und Unicode) mit Syntaxhervorhebung für die gängigsten Web-, Script- und Programmiersprachen. Umfangreiche Konvertierungsfunktionen erleichtern das Umwandeln, Formatieren, Kodieren und Dekodieren von Texten.

Die wichtigsten Features:

    PlainEdit.NET kann mehrere Dateien gleichzeitig öffnen (Tabbed-Interface)
    Verschiedene Funktionen zur Textkonvertierung
    Syntaxhervorhebung für die gängigsten Web-, Script- und Programmiersprachen
    Laden und Speichern von ANSI, UTF-8, Unicode und Unicode Big-Endian Dateien
    Dateien mit Windows-, MacIntosh- und Unix-Zeilenumbrüchen werden unterstützt
    Automatisches Ersetzen von Sonderzeichen in die entsprechenden HTML-Kodierungen
    Dokument- und Textvorlagen ermöglichen das schnelle Erstellen von Dokumenten und das Einfügen von vorgefertigten Texten
    Seiteneinrichtung (Ränder, Kopf- und Fußzeilen), sowie eine Druckvorschau
    Über eine Seitenleiste können Snippets (Vorlagen, Codeteile oder sonstige Texte) schnell und einfach eingefügt werden
    Inkrementelles Suchen eines Textes (vorwärts und rückwärts)
    Suchen und Ersetzen von Texten mit regulären Ausdrücken - auch in nicht geöffneten Dateien

PlainEdit.NET kann sowohl in Mehrbenutzersystemen, als auch auf einem USB-Stick betrieben werden.

Freeware

Changelog



http://www.gaijin.at/dlplaineditnet.php
Titel: HelpNDoc 4.3.1.364
Beitrag von: SiLæncer am 10 April, 2014, 22:15
(http://www.kaldata.com/images/news/logos/helpndoc.gif)
HelpNDoc provides all the tools necessary to write complete help files, manuals and documentations in a user friendly and very easy to use environment. HelpNDoc can generate standard Windows CHM help files, WEB based documentation, iPhone specific websites as well as printable PDF and Word documents.

HelpNDoc is completely free for personal use and evaluation purposes.

Whats new: >>

New image map library item: create reusable image maps for your HTML-based documentations
ePub and Kindle eBooks can now optionally include an inline cover page and table of contents page
Picture size edit will now optionally resize pictures while constraining proportions
Pictures can now have an optional padding, margin and background color
Better generation of the ePub cover page for better compatibility with Adobe Digital Edition and some e-Readers
The project analyzer didn't always report broken hyperlinks
Picture size edits weren't always correctly updated when a picture was resized
Resetting picture properties didn't update those properties in the ribbon
Some pictures were not correctly exported to DocX thus generating corrupted files
Hyperlinks were not always correctly escaped when generating DocX documents thus generating corrupted files
The JavaScript search engine of the HTML documentation format automatically highlighted the "undefined" word
There was still problems when saving the changed output file path in the generator window

http://www.helpndoc.com/
Titel: FocusWriter 1.4.6
Beitrag von: SiLæncer am 11 April, 2014, 06:05
(http://www.freeware.de/images/screenshots/60616/focuswriter_medium_1.png)
FocusWriter hilft Vielschreibern beim Verfassen von Texten. Die Textverarbeitung blendet alle Menüs und Leisten aus. So kann man sich beim Schreiben voll und ganz auf das Wesentliche konzentrieren.

Der Vollbild-Texteditor FocusWriter zeigt als Oberfläche absichtlich lediglich den blanken Text. Daher gelingt es leichter, störungs- und ablenkungsfrei zu schreiben. Auf Wunsch kann man auf zusätzliche Steuerelemente zugreifen und diese per Maus über die Bildschirmränder abrufen.

Außerdem kann bei FocusWriter eine Statuszeile mit der aktuellen Uhrzeit, einem Timer und Statistiken eingeblendet werden. Das geplante Arbeitspensum legt der Schreiber in den Einstellungen in Minuten oder Wörtern fest. Textart und -farbe werden hier ebenfalls ganz nach Wunsch bestimmt.

Mit FocusWriter können mehrere Dokumente parallel bearbeitet werden. Ein Speichern erfolgt im RTF-, ODT- oder TXT-Format. Standardmäßig zeigt die Freeware einen einfarbigen, nüchternen Hintergrund. Wer die Arbeitsumgebung etwas freundlicher und abwechslungsreicher gestalten möchte, kann die Farbe ändern und auch ein eigenes Bild als Hintergrund einblenden.

FocusWriter enthält alle Grundfunktionen einer Textverarbeitung inklusive Textformatierungen, einer Rechtschreibprüfung und dem Suchen und Ersetzen von Wörtern und Textausschnitten. Die Freeware spricht vor allem den Vielschreiber an, der sich allein auf den Text konzentrieren möchte.

Whats new: >>

FIXED: Smart quotes did not work in Windows
FIXED: Formatting was lost when saving pasted text in new document
FIXED: Could not change built-in Qt textedit shortcuts
FIXED: Session names did not trim whitespace
FIXED: Theme names did not trim whitespace
FIXED: Did not respect default cursor width
FIXED: Session names could not contain periods
FIXED: Theme names could not contain periods
FIXED: Long session names made session menu unworkable
Translation updates: Armenian, Hebrew

http://gottcode.org/focuswriter/
Titel: Highlight 3.18
Beitrag von: SiLæncer am 11 April, 2014, 16:00
(http://images.six.betanews.com/screenshots/scaled/1028713443-1.jpg)
Highlight is a universal source code converter which transforms code to HTML, XHTML, RTF, LaTeX, TEX, SVG and BBCode files with syntax highlighting. (X)HTML and SVG output is formatted by CSS. It supports customizable color theme and language descriptions with regular expressions. The configuration files are Lua scripts with plug-in support. The tool contains several options to provide a consistent formatting of the output code.

License: Open Source

Latest Changes

filenames without extension (ie. makefile) can be mapped in filetypes.conf
fixed Rexx highlighting
added GDB language definition
added the.theme

http://www.andre-simon.de/
Titel: AkelPad 4.8.8
Beitrag von: SiLæncer am 12 April, 2014, 19:19
(http://akelpad.sourceforge.net/files/screen_basic.png)
AkelPad is an open source editor for plain text. It is designed to be a small and fast. Includes the ability to load text documents that are larger than 64 Kilobytes, document previews before opening them, editing of read only files and more. Plugins add a number of additional features to Akelpad like syntax highlighting, auto completion, sessions, macros and scripts and auto saving.

Licence: Open Source

What's new: >>

Changed:

    Plugin architecture. Update plugins.
    In replace dialog, the last used button, becomes locally default button.
    When opening multiple files, message about create new or open binary file uses "Yes/No/Cancel" buttons instead of "OK/Cancel". Allows answering "No" to continue opening the remaining files.
    After answer "No" to the question of reopening the modified file, document marked as changed.
    Metacharacter \w - matches any word character (any character excluding delimiter).
    Metacharacter \W - matches any non-word character (any delimiter).

Added:

    Print multiple copies with "Collate" option.
    "Replace all" without message.
    Command 4195 and menu item - delete all whitespaces in selection.
    Possibility in file open/save dialog to specify NTFS file stream or path containing backslashes.
    Manual parameter for "SingleOpenProgram" with a value of 2 - option "Don't open a program twice" works only for the same exe file. Requires run as administrator (UAC).
    Manual parameter "EditStyle" - defines some edit window creation flags.

Fixed:

    Option "Don't open a program twice" on Win7.
    Left key didn't move caret on previous line with option "Caret after end of line".
    Saving parameters "CmdLineBegin" and "CmdLineEnd".
    Dialogs that contain AkelEdit control didn't open on Win9x.

http://akelpad.sourceforge.net/en/index.php
Titel: PilotEdit Lite 7.1.0
Beitrag von: SiLæncer am 13 April, 2014, 18:45
(http://www.pilotedit.com/images/OpenInQuickMode.PNG)
PilotEdit is a text, hex, XML, C/C++, HTML, PHP, Java, Javascript and Perl editor that can edit large files of 400GB (40 billion lines).

It offers customizable syntax and keyword highlighting, advanced search and replace operations, automatic text encoding, 256-bit AES encryption/decryption and a built-in FTP/SFTP client lets you open, edit, download and upload large files directly to/from a FTP/SFTP server.

In addition to standard text editing features, PilotEdit can compare and merge two large files of 100GB (10 billion lines). You can also sort, find/remove duplicate lines and extract strings over a large file of 1GB.

Freeware

http://www.pilotedit.com/
Titel: SynWrite 6.4.830
Beitrag von: SiLæncer am 14 April, 2014, 05:40
(http://images.betanews.com/screenshots/1289816929-1.jpg)
Erweiterter Text-Editor mit Unterstützung von vielen Dateiformaten, Programmiersprachen und Zeichenkodierungen; bietet unter anderem Syntax-Hervorhebung, Auto-Vervollständigung und Code-Vorlagen; auch als Plug-in für Total Commander und als portable Version erhältlich.

Freeware

What's new: >>

* changed: API for find-id and auto-complete plugins

6.4.825

+ add: option "Tabs -- Show file+folder names on tabs", and command "Toggle..."
+ adds: API

http://www.uvviewsoft.com/synwrite/
Titel: EditBone 9.1.1
Beitrag von: SiLæncer am 18 April, 2014, 12:45
(http://www.bonecode.com/images/EditBone1.png)
Powerful text editing tool that comes with syntax highlighting support for over 50 languages and scripts, 22 ready made styles, a handy file comparison feature and support for multiple directories and search results.

Freeware

Whats new: >>

Added auto size property for the check box component
Fixed font size bugs with check box components
Updated language files
Updated third-party components

http://www.bonecode.com/?page=projects
Titel: Rapid Environment Editor v8.0 build 917
Beitrag von: SiLæncer am 18 April, 2014, 17:14
(http://www.rapidee.com/images/rapidee.png)
Rapid Environment Editor (RapidEE) is an environment variables editor. It includes an easy to use GUI and replaces the small and inconvenient Windows edit box, located in the System Information section.

License: Freeware

What's new: >>

Updated: Dutch translation.

http://www.rapidee.com/
Titel: Ynote Classic 2.8
Beitrag von: SiLæncer am 19 April, 2014, 19:30
(http://download-codeplex.sec.s-msft.com/Download?ProjectName=ynoteclassic&DownloadId=826766)
Developed as a reliable and open source tool, Ynote Classic can be used to create and edit text files.The software permits multilevel undo/redo actions, which make it useful when writing source code lines.

The application contains a wide range of editing options and it can be used for writing plain text or even programming. You can record and playback macros, create scripts, save encoded texts and export them as RTF, PNG or HTML. Ynote Classic is a handy and reliable program that helps you change the indentation for  selected text paragraphs, duplicate lines, insert blank columns and edit bookmarks. It can generate Syntax Highlighting, Code Folding or AutoCompletion.

Furthermore, the app allows you to compile *.bat files into executables, and perform various math calculations with the help of the built-in calculator.

License : GPL

Whats new: >>

Added Clipboard History
Added File Protection (AES Algorithm)
Added Syntax Highlighting for R and PowerShell
Improved Search
Added Extensible ContextMenu loaded from ContextMenu.ys script

https://ynoteclassic.codeplex.com/
Titel: EditBone 9.1.2
Beitrag von: SiLæncer am 20 April, 2014, 18:30
(http://www.bonecode.com/images/EditBone1.png)
Powerful text editing tool that comes with syntax highlighting support for over 50 languages and scripts, 22 ready made styles, a handy file comparison feature and support for multiple directories and search results.

Freeware

Whats new: >>

Fixed box selection mode
Fixed close all
Fixed auto size of the option frames
Updated language files
Updated third-party components

http://www.bonecode.com/?page=projects
Titel: Codeit HTML Editor.NET 1.39
Beitrag von: SiLæncer am 20 April, 2014, 22:40
(http://limemaster92.byethost15.com/img/add-on2.png)
Codeit HTML Editor is a small and easy to use application that will help you edit and preview your HTML files. Users will also have the possibility to create HTML files and later use them as templates for their projects.

Freeware

Whats new: >>

Numbered lines disabled by default.
Community feature added.

http://www.benjamin-simpson.co.nr/
Titel: Rapid Environment Editor v8.0 build 918
Beitrag von: SiLæncer am 21 April, 2014, 20:40
(http://www.rapidee.com/images/rapidee.png)
Rapid Environment Editor (RapidEE) is an environment variables editor. It includes an easy to use GUI and replaces the small and inconvenient Windows edit box, located in the System Information section.

License: Freeware

What's new: >>

Added: Turkish translation.

http://www.rapidee.com/
Titel: SynWrite 6.5.900
Beitrag von: SiLæncer am 23 April, 2014, 14:20
(http://images.betanews.com/screenshots/1289816929-1.jpg)
Erweiterter Text-Editor mit Unterstützung von vielen Dateiformaten, Programmiersprachen und Zeichenkodierungen; bietet unter anderem Syntax-Hervorhebung, Auto-Vervollständigung und Code-Vorlagen; auch als Plug-in für Total Commander und als portable Version erhältlich.

Freeware

What's new: >>

added multi-selections (multi-carets were without selections). Very handy for HTML lists typing. See new help topic "Multi-selections".
add: ext-tool variable {SynDrive}
add/change: API
removed: cmd "Edit -- Fill block"

http://www.uvviewsoft.com/synwrite/
Titel: Rapid Environment Editor v8.0 build 919
Beitrag von: SiLæncer am 23 April, 2014, 19:40
What's new: >>

Updated: Dutch translation.
Updated: 3rd party libs.

http://www.rapidee.com/
Titel: CSVed v2.3.2
Beitrag von: SiLæncer am 24 April, 2014, 21:50
(http://www.portablefreeware.com/screenshots/scrIlLRXC.gif)
CSVed is a basic spreadsheet file editor which can be used to create and manipulate CSV files. You can add/delete columns, rearrange column order, change separator, filter items, remove duplicates, split/join columns etc.

License:  Cardware

What's new: >>

Search with or without Regular Expression in global search.

http://csved.sjfrancke.nl/index.html
Titel: Bluefish 2.2.6
Beitrag von: SiLæncer am 25 April, 2014, 14:22
(http://www.heise.de/software/screenshots/17257.jpg)
GTK-HTML-Editor für erfahrene Web-Designer und Programmierer...

Whats new: >>

The syntax scanning engine is faster after small changes to the text.
The filebrowser is also much faster with less memory usage, with various fixes and new features.
Projects now store the active document and active line numbers. Indenting is improved in auto-completion and the smart indenting.
Bookmarks and paste special also have been improved.
Furthermore almost all syntax highlighting has been improved, most notable jquery in javascript, HTML5, and HTML5 in PHP files.
There are also many bug fixes, such as in wrap text on right margin, in the replace engine, the jsmin licence, the split lines feature, the auto-recovery and many obscure bugs. Last bluefish now has an appdata file.

Lizenz: Open Source

Whats new: >>

This release fixes a critical bug (segfault) in filebrowser that could be triggered if the root directory was set as basedir. It also has a fix for a specific CSS-in-HTML-tag highlighting issue. The filter code furthermore caused a segfault if the command did not exist. The Windows version finally supports open in running process. Next to these bugs many small issues have been resolved. Development checks are now only enabled if Bluefish is compiled from svn, not if compiled from tarball. Various language files have small improvements, most notably C, Javascript and CSS. Several translations have been updated. A corner case for a new document from a template that does not exist was fixed. The "open" submenu now opens SVG files from the filebrowser instead of inserting an image tag. The included cssmin and jsbeatify have been updated. A syntax scanning issue when replacing large chunks of text was fixed, he "Report bug" link was broken, a new "conditional" option to the language file that makes re-using certain blocks of language files easier was added, and error reporting in outputbox was improved. On OSX filebrowser icons and the "open file" dialog size have been improved.

http://bluefish.openoffice.nl/
Titel: EditBone 9.1.3
Beitrag von: SiLæncer am 25 April, 2014, 16:20
(http://www.bonecode.com/images/EditBone1.png)
Powerful text editing tool that comes with syntax highlighting support for over 50 languages and scripts, 22 ready made styles, a handy file comparison feature and support for multiple directories and search results.

Freeware

Whats new: >>

- Fixed out of resources bug
- Fixed application event handling
- Fixed DTD is prohibited error with XML documents

http://www.bonecode.com/?page=projects
Titel: CSVpad v1.0
Beitrag von: SiLæncer am 25 April, 2014, 18:35
(http://www.portablefreeware.com/screenshots/scrmPKCjv.png)
CSVpad is a handy free CSV (Comma-separated values) editor.

License: GPL

http://www.trustfm.net/GeneralTools/CSVpad.php
Titel: CKEditor 4.4.0
Beitrag von: SiLæncer am 25 April, 2014, 20:50
(https://www.heise.de/software/screenshots/t64589.jpg)
WYSIWYG-Editor für eigene Webseiten, der sich in diverse Skriptsprachen integrieren lässt; unterstützt die meisten gängigen Browser; auch mit kommerzieller Lizenz erhältlich

Lizenz: Open Source




Whats new: >>

Important Notes:

    Marked the editor.beforePaste event as deprecated.
    The default class of captioned images has changed to image (was: caption). Please note that once edited in CKEditor 4.4+, all existing images of the caption class (<figure class="caption">) will be filtered out unless theconfig.image2_captionedClass option is set to caption. For backward compatibility (i.e. when upgrading), it is highly recommended to use this setting, which also helps prevent CSS conflicts, etc. This does not apply to new CKEditor integrations.
    Widgets without defined buttons are no longer registered automatically to the Advanced Content Filter. Before CKEditor 4.4 widgets were registered to the ACF which was an incorrect behavior (#11567). This change should not have any impact on standard scenarios, but if your button does not execute the widget command, you need to set allowedContent andrequiredContent properties for it manually, because the editor will not be able to find them.
    The Show Borders plugin was added to the Standard installation package in order to ensure that unstyled tables are still visible for the user (#11665).
    Since CKEditor 4.4 the editor instance should be passed to CKEDITOR.style methods to ensure full compatibility with other features (e.g. applying styles to widgets requires that). We ensured backward compatibility though, so the CKEDITOR.style will work even when the editor instance is not provided.

New Features:

    #11297: Styles can now be applied to widgets. The definition of a style which can be applied to a specific widget must contain two additional properties — type and widget. Read more in the Widget Styles section of the "Syles Drop-down" guide. Note that by default, widgets support only classes and no other attributes or styles. Related changes and features:
        Introduced the CKEDITOR.style.addCustomHandler() method for registering custom style handlers.
        The CKEDITOR.style.apply() and CKEDITOR.style.remove() methods are now called with an editor instance instead of the document so they can be reused by the CKEDITOR.editor.applyStyle() and CKEDITOR.editor.removeStyle() methods. Backward compatibility was preserved, but from CKEditor 4.4 it is highly recommended to pass an editor instead of a document to these methods.
        Many new methods and properties were introduced in the Widget API to make the handling of styles by widgets fully customizable. See: widget.definition.styleableElements,  widget.definition.styleToAllowedContentRule,  widget.addClass(),  widget.removeClass(),  widget.getClasses(),  widget.hasClass(),  widget.applyStyle(),  widget.removeStyle(),  widget.checkStyleActive().
        Integration with the Allowed Content Filter required an introduction of the CKEDITOR.style.toAllowedContent() method which can be implemented by the custom style handler and if exists, it is used by the CKEDITOR.filter to translate a style to allowed content rules.
    #11300: Various changes in the Enhanced Image plugin:
        Introduced the config.image2_captionedClass option to configure the class of captioned images.
        Introduced the config.image2_alignClasses option to configure the way images are aligned with CSS classes. If this setting is defined, the editor produces classes instead of inline styles for aligned images.
        Default image caption can be translated (customized) with the editor.lang.image2.captionPlaceholder string.
    #11341: Enhanced Image plugin: It is now possible to add a link to any image type.
    #10202: Introduced wildcard support in the Allowed Content Rules format.
    #10276: Introduced blacklisting in the Allowed Content Filter.
    #10480: Introduced code snippets with code highlighting. There are two versions available so far — the default Code Snippetwhich uses the highlight.js library and the Code Snippet GeSHi which uses the GeSHi library.
    #11737: Introduced an option to prevent filtering of an element that matches custom criteria (seefilter.addElementCallback()).
    #11532: Introduced the editor.addContentsCss() method that can be used for adding custom CSS files.
    #11536: Added the CKEDITOR.tools.htmlDecode() method for decoding HTML entities.
    #11225: Introduced the CKEDITOR.tools.transparentImageData property which contains transparent image data to be used in CSS or as image source.

Other changes:

    #11377: Unified internal representation of empty anchors using the fake objects.
    #11422: Removed Firefox 3.x, Internet Explorer 6 and Opera 12.x leftovers in code.
    #5217: Setting data (including switching between modes) creates a new undo snapshot. Besides that:
        Introduced the editable.status property.
        Introduced a new forceUpdate option for the editor.lockSnapshot event.
        Fixed: Selection not being unlocked in inline editor after setting data (#11500).
    The WebSpellChecker plugin was updated to the latest version.

Fixed Issues:

    #10190: Fixed: Removing block style with editor.removeStyle() should result in a paragraph and not a div.
    #11727: Fixed: The editor tries to select a non-editable image which was clicked.

http://ckeditor.com/
Titel: Freie LaTeX-Umgebung LyX 2.1 erschienen
Beitrag von: SiLæncer am 28 April, 2014, 16:15
Für die grafische Umgebung LyX des Textsatzsystems LaTeX haben die Entwickler Version 2.1 freigegeben. Änderungen gab es bei der Unterstützung für phonetische Symbole und dem Interface für Schriften.

Nach drei Jahren in der Entwicklung hat das LyX-Team Version 2.1 (http://wiki.lyx.org/LyX/NewInLyX21) seiner grafischen Umgebung für das Textsatzsystem LaTeX freigegeben. Vor allem an der Unterstützung für phonetische Symbole haben die Programmierer gearbeitet: Nutzer können nun nativ IPA-Zeichen (International Phonetic Alphabet) in ihren Text integrieren. Dabei hilft ihnen eine Toolbar, ähnlich zur Eingabe von mathematischen Formeln, in der man die Symbole auswählen und eingeben kann. Dieser Bestandteil ist vor allem für Geisteswissenschaftler wie Linguisten interessant und dürfte sich auch für den professionellen Bereich wie beim Erstellen von Lehrbüchern eignen.

Wer XeTeX, eine TeX-Engine mit Unterstützung für Unicode und Open- beziehungsweise TrueType-Schriften, nutzt, kann seine Dokumente nun in weiteren Sprachen wie dem Koptischen oder Hindi verfassen. Zum Auswählen eines passenden LaTeX-Fonts haben die Entwickler ein neues Interface integriert, hinzu kommen außerdem neue Schriften für Text und Formeln. Gerade unerfahrene Nutzer dürften die Kategorien für Klassen ansprechen, hier finden sich zudem weiterführende Informationen zu ihnen. Das Team hat ferner weitere LaTeX-Befehle in die grafische Oberfläche integriert.

LyX erscheint unter der GPL und richtet sich an Nutzer, die sich nicht vollständig vom WYSIWYG einer herkömmlichen Textverarbeitung lösen können. Es läuft unter Windows, Linux, Mac OS X und Unix, hinzu kommt das angestaubte OS/2 und der inoffizielle BeOS-Nachfolger Haiku.

Quelle : www.heise.de
Titel: Texmaker 4.2
Beitrag von: SiLæncer am 01 Mai, 2014, 12:40
(http://www.heise.de/software/screenshots/31402.jpg)
Umfangreicher LaTeX-Editor mit integrierten Tools und Funktionen wie Syntax-Highlighting, 370 mathematischen Symbolen und Ausdrücken, Suchen und Ersetzen oder Rechtschreibprüfung; konvertiert zudem LaTeX ins HTML-Format.

Lizenz: Open Source

Whats new: >>

Features :

script support has been added (only for the text editor part - "User" menu)
with the new option "-n" for the command line, a new instance of Texmaker can be launched (will break the synchronization with the pdf viewers and others feautures)
hu and nl translations have been updated
the windows and macosx lion/maverick versions are now compiled with Qt 5.2.1

Bugs fixed :

while loading the last session, the bug about the focus has been fixed
a bug about the "commands" combo box in the main toolbar has been fixed
a typo in the russion translation has been fixed
a bad trigger detection for the snippets has been fixed

http://www.xm1math.net/texmaker/download.html
Titel: SynWrite 6.5.940
Beitrag von: SiLæncer am 01 Mai, 2014, 13:30
(http://images.betanews.com/screenshots/1289816929-1.jpg)
Erweiterter Text-Editor mit Unterstützung von vielen Dateiformaten, Programmiersprachen und Zeichenkodierungen; bietet unter anderem Syntax-Hervorhebung, Auto-Vervollständigung und Code-Vorlagen; auch als Plug-in für Total Commander und als portable Version erhältlich.

Freeware

What's new: >>

add: snippets' "mirror tabstops" can have default text now (you may improve snippets)
add: auto-joining of mul-selections (for Shift+arrows)
add: Find dialog: "Select results" flag (makes mul-selections)
add: HTML lexer: added non-standard tags (marquee, bgsound, etc)
reworked: Goto dialog
change: option "Disable lexer for ... size" moved to "New/Open" group
fixes

http://www.uvviewsoft.com/synwrite/
Titel: Notepad++ 6.6
Beitrag von: SiLæncer am 02 Mai, 2014, 10:00
(http://s26.postimg.org/vvnitnjix/screenshot_38.jpg)
Notepad++ is a tabbed source code editor and Notepad replacement with a customizable interface. It is one of the few few source code editors that supports "folding," allowing users to quickly reduce and expand sections of code to see the overall document. In addition, it features multi-language syntax highlighting, auto-completion, regular expression search/replace, macro recording and playback, etc. The program can access a long list of plug-ins via an easy-to-access menu with even more features and functions.

License: GPL

What's new: >>

The main feature of this release is Session snapshot & periodic backup.
If this feature is enabled (enabled by default), user won't be asked to save unsaved file as he quits Notepad++, and on startup Notepad++ restores the unsaved file and unsaved untitled document of last session.
This feature brings another advantage - periodic backup of unsaved files which protects your data from the PC crashing or power outage.

http://notepad-plus.sourceforge.net/
Titel: Notepad++ 6.6.1
Beitrag von: SiLæncer am 05 Mai, 2014, 05:01
What's new: >>

Fix Notepad++ hanging issue while saving a large file if session snapshot feature is on.

http://notepad-plus.sourceforge.net/
Titel: Poet 1.0.5217.15967
Beitrag von: SiLæncer am 05 Mai, 2014, 05:15
(http://images.six.betanews.com/screenshots/scaled/1395936459-1.jpg)
Poet is a nice text editor for Windows with a friendly interface. It's easy and free, but there are impressive capabilities. The program is suitable for different users: students, poets, web-masters, programmers, novices, and professionals, etc.

Freeware

Whats new: >>

Search combo box optimizations

http://poet.of.by/
Titel: TeX Creator 3.4.5 Beta
Beitrag von: SiLæncer am 07 Mai, 2014, 17:40
(http://a.fsdn.com/con/app/proj/tex-creator/screenshots/spellcheck.png/182/137)
TeX Creator is a comprehensive, yet powerful LaTeX editor that comes with a symbol database, autotext insertion, bookmarking, automation tools, a compiling tool and a built-in TexSample client. TeX Creator allows you to connect to the TeXSample service, where you can share your projects, including theorems, definitions and examples.

License : GPL

Whats new: >>

Fix macro system press command (process events)
Fix macro system signed numbers formatting
Fix macro system double backslash recognition

http://sourceforge.net/projects/tex-creator
Titel: Leafier v1.0.8.0
Beitrag von: SiLæncer am 07 Mai, 2014, 20:40
(http://www.portablefreeware.com/screenshots/scrUfDMQV.gif)
Leafier is a simple HTML editor with tag insertion feature. Unicode, tabbed multi document interface, syntax highlighting, etc is supported.

License:    Freeware

Whats new: >>

"Close the tab on the right side" and added "Close all" command in the context menu tab.
Set the mouse cursor to the right drug at the time, and add a status bar display of the command name.
Bug fixes "Undo" and "decrease indent" at the time the command is run.
Fixed a bug line number of "Shift + click" when.
Bug fixes you can not get the vertical and horizontal size of the image file is inserted.

http://www.vieas.com/en/software/leafier.html
Titel: yWriter 5.2.0.9
Beitrag von: SiLæncer am 08 Mai, 2014, 21:00
(http://www.spacejock.com/images/yWriter5Main.png)
Textprogramm, das sich speziell an Buch- bzw. Romanautoren richtet und Story, Szenen sowie Informationen zu den handelnden Personen verwaltet, sodass die Übersicht über die Handlung nicht verloren geht.

Freeware

http://www.spacejock.com/yWriter5.html
Titel: Notepad++ 6.6.2
Beitrag von: SiLæncer am 09 Mai, 2014, 06:05
What's new: >>

Fix session snapshot enabled issue even "remember current session" option is disabled.

http://notepad-plus.sourceforge.net/
Titel: SynWrite 6.5.960
Beitrag von: SiLæncer am 09 Mai, 2014, 09:24
(http://images.betanews.com/screenshots/1289816929-1.jpg)
Erweiterter Text-Editor mit Unterstützung von vielen Dateiformaten, Programmiersprachen und Zeichenkodierungen; bietet unter anderem Syntax-Hervorhebung, Auto-Vervollständigung und Code-Vorlagen; auch als Plug-in für Total Commander und als portable Version erhältlich.

Freeware

What's new: >>

few API
updated Python snippets
fixed much Ruby lexer
fixed mul-carets

http://www.uvviewsoft.com/synwrite/
Titel: RJ TextEd 9.0 Beta 1
Beitrag von: SiLæncer am 13 Mai, 2014, 18:15
(http://images.six.betanews.com/screenshots/scaled/1187014627-1.jpg)
RJ TextEd - A Unicode source and text editor. RJ TextEd is a full featured text and source editor with Unicode support, syntax highlighting and code folding. The functionality extends beyond text files and includes support for HTML editing with integrated preview, spell checking, auto completion, HTML validation, templates and more. The program also include support for Topstyle Lite CSS editor, has a dual pane file commander, as well as a FTP client to upload your files. The editor uses language files to display menus and dialogs in different languages. There are several included languages. New language files can easily be created in the editor. RJ TextEd is also a simple web development tool. The editor can use auto completion and hints to assist you in editing your source code. You can preview HTML/ASP/PHP... code using one of the preview tabs or open a document in a browser. The editor does not only handle source code. It also handles true ASCII files, binary files and of course plain text files.

Licence: Freeware

Whats new: >>

Release Notes
Navigation history:

Added navigation history buttons in the main toolbar. Back button, forward button and dropdown lists. You can also use Alt-Left or Alt-Right.
In options (Program -> Navigation history) you can set the number of saved navigation points and if you want to include main tab changes, like a switch to the file commander tab or the preview tabs.
You can also activate full path hints, if the displayed file name is not enough.

Options "Apply":

Added an "Apply" button in the options dialog window. This will set all options without closing the window.

Advanced tab color settings:

You can now add folders as well as file extensions to set document tab colors.
Also added up and down buttons to change the items position and priority in the list.

Delete duplicate lines:

Added a function in "Edit -> More line operations" to remove duplicate lines. The function will preserve the first occurrence and then remove all duplicates inside the selection, or entire document if nothing is selected.

Search box in text clip tab:

When you start type something all found clips are listed below the search box. Click or hit RETURN to select.

Recent files:

Added an option to display the file name and full path on the same line.
Added an option to display full path hints in the drop down menu.

Favorite files:

Added an option to display the file name and full path on the same line.
Added an option to display full path hints in the drop down menu.
Explorer tabs:

Added a tree view button to the explorer tab toolbar. This will open or close a folder tree above the file list.

Misc:

Made some changes to the syntax editor.

Fixed:

Right ALT key in keyboard shortcuts should work now on English keyboard layouts.
Some search issues in the options windows.
Undo issue with multiple editing.
Error message when closing many files using a keyboard shortcut for "Close document".
Network files were not added to the recently opened file list.
Empty [CurrentWord] argument when running help files as tools.
[close]

http://www.rj-texted.se/
Titel: SynWrite 6.5.1010
Beitrag von: SiLæncer am 19 Mai, 2014, 09:23
(http://images.betanews.com/screenshots/1289816929-1.jpg)
Erweiterter Text-Editor mit Unterstützung von vielen Dateiformaten, Programmiersprachen und Zeichenkodierungen; bietet unter anderem Syntax-Hervorhebung, Auto-Vervollständigung und Code-Vorlagen; auch als Plug-in für Total Commander und als portable Version erhältlich.

Freeware

What's new: >>

more API
add/change: "Caret shape" has new values; default changed: 1 px line
add: "Find/Replace" dialog: F5 key shows input box to enter Unicode code to insert
add: "Lexer overrides" have "Block indent"
add: "Preview" panel: advanced popup menu; zoom saved
add: command "Dialog 'Insert Unicode hex code'" (similar to F5 in Find)
add: command "Dialog 'Spelling options'" (same as button in Options)
add: Ctrl+Enter, Shift+BkSp assigned by default (only if Syn.ini not exists)
fix: Ctrl+Shift+click did selection
fix: "Insert text" was slow for count>1000
deprecated feature in "Path" tab of options: "Add * char to...", will be removed, not made in most/all IDEs
changed default skin

http://www.uvviewsoft.com/synwrite/
Titel: Notepad++ 6.6.3
Beitrag von: SiLæncer am 19 Mai, 2014, 12:25
(http://s26.postimg.org/vvnitnjix/screenshot_38.jpg)
Notepad++ is a tabbed source code editor and Notepad replacement with a customizable interface. It is one of the few few source code editors that supports "folding," allowing users to quickly reduce and expand sections of code to see the overall document. In addition, it features multi-language syntax highlighting, auto-completion, regular expression search/replace, macro recording and playback, etc. The program can access a long list of plug-ins via an easy-to-access menu with even more features and functions.

License: GPL

What's new: >>

Session snapshot is main feature in v6.6.x, it is stable and bugless in v6.6.3 (hopefully).
In this release, a hanging issue and 3 bugs regarding session snapshot feature have been fixed.
The docking error for some configurations has been fixed as well in this version.

http://notepad-plus.sourceforge.net/
Titel: EditBone 9.2.0
Beitrag von: SiLæncer am 19 Mai, 2014, 13:30
(http://www.bonecode.com/images/EditBone1.png)
Powerful text editing tool that comes with syntax highlighting support for over 50 languages and scripts, 22 ready made styles, a handy file comparison feature and support for multiple directories and search results.

Freeware

Whats new: >>

Added a full file path to the status bar when a file clicked from the directory
Added a progress bar for multiple file drag and drop
Added check box (optional) to search results output
Added open selected, copy selected to clipboard, and select and unselect all to search result output popup menu
Added show check box option for output
Added Glossy and Tablet Dark styles
Added regular expressions, wild card, and prompt on replace options for replace
Added delete line for replace
Added replace and find in files options into ini file
Refactored find in files dialog
Refactored replace dialog
Refactored directory tab dialog
Refactored group box component
Fixed file tree view component
Fixed print preview scrollbar resize bug
Fixed output scrollbar resizing
Fixed editor font options
Fixed option frames
Updated styles
Updated language files
Updated third-party components

http://www.bonecode.com/?page=projects
Titel: RJ TextEd 9.0 Beta 2
Beitrag von: SiLæncer am 19 Mai, 2014, 18:15
(http://images.six.betanews.com/screenshots/scaled/1187014627-1.jpg)
RJ TextEd - A Unicode source and text editor. RJ TextEd is a full featured text and source editor with Unicode support, syntax highlighting and code folding. The functionality extends beyond text files and includes support for HTML editing with integrated preview, spell checking, auto completion, HTML validation, templates and more. The program also include support for Topstyle Lite CSS editor, has a dual pane file commander, as well as a FTP client to upload your files. The editor uses language files to display menus and dialogs in different languages. There are several included languages. New language files can easily be created in the editor. RJ TextEd is also a simple web development tool. The editor can use auto completion and hints to assist you in editing your source code. You can preview HTML/ASP/PHP... code using one of the preview tabs or open a document in a browser. The editor does not only handle source code. It also handles true ASCII files, binary files and of course plain text files.

Licence: Freeware

Whats new: >>

Made some changes to the dialog windows.
Added spell check options to customize the wavy line indicating a spell error.
Some issues fixed and some small changes.

http://www.rj-texted.se/
Titel: QText 3.60.5210.34978
Beitrag von: SiLæncer am 20 Mai, 2014, 05:20
(http://www.jmedved.com/content/media/qtext.png)
This program started with itch of mine. I often have need to take notes while talking on telephone, surfing or doing almost anything. That notes are usually just temporary since I want to do something with it – like adding telephone number to my phonebook. What I needed was scrap paper.

It is similar to notepad which can be brought from tray when needed but has also auto-save thing going on. Just ideal for taking notes.

Freeware

Whats new: >>

Text selection improvements.
Bug-fixing.

http://www.jmedved.com/qtext/
Titel: SynWrite 6.5.1030
Beitrag von: SiLæncer am 21 Mai, 2014, 09:22
(http://images.betanews.com/screenshots/1289816929-1.jpg)
Erweiterter Text-Editor mit Unterstützung von vielen Dateiformaten, Programmiersprachen und Zeichenkodierungen; bietet unter anderem Syntax-Hervorhebung, Auto-Vervollständigung und Code-Vorlagen; auch als Plug-in für Total Commander und als portable Version erhältlich.

Freeware

What's new: >>

add: nice tabs
add: Projects: "Rename" menu item renames files as well
add: "Insert char code": can enter hex or .decimal

http://www.uvviewsoft.com/synwrite/
Titel: RJ TextEd 9.0 Final
Beitrag von: SiLæncer am 21 Mai, 2014, 13:24
Whats new: >>

Release Notes
Navigation history

Added navigation history buttons in the main toolbar. Back button, forward button and dropdown lists. You can also use Alt-Left or Alt-Right.

In options (Program -> Navigation history) you can set the number of saved navigation points and if you want to include main tab changes, like a switch to the file commander tab or the preview tabs. You can also activate full path hints, if the displayed file name is not enough.

Scripts

Characters are now handled as integers (char = int). To assign a character variable you can do the following:

char wch = Ord("A");

or

int wch = Ord("A");

or

string s = "ABC"; char wch = s[1]; // wch now contain the integer value of "A", which is 65.


In conditions you can use

if ( wch == Ord("A") ) { .. }

or

if ( Chr(wch) == "A" ) { .. }


Ord() converts a character, given as a string, to an integer value.

Chr() converts an integer value to a character, given as a string.

Options "Apply"

Added an "Apply" button in the options dialog window. This will set all options without closing the window.
Advanced tab color settings

You can now add folders as well as file extensions to set document tab colors. Also added up and down buttons to change the items position and priority in the list.

Delete duplicate lines

Added a function in "Edit -> More line operations" to remove duplicate lines. The function will preserve the first occurrence and then remove all duplicates inside the selection, or entire document if nothing is selected.

Search box in text clip tab

When you start type something all found clips are listed below the search box. Click or hit RETURN to select.

Recent files

Added an option to display the file name and full path on the same line. Added an option to display full path hints in the drop down menu.

Favorite files

Added an option to display the file name and full path on the same line. Added an option to display full path hints in the drop down menu.

Explorer tabs

Added a tree view button to the explorer tab toolbar. This will open or close a folder tree above the file list.

Misc

    Made some changes to the syntax editor.
    Made some changes to all dialog windows.
    Added spell check options for line color and width.
    Added a help menu item for regular expression.
    Added a regular expression help button on the create regular expression window.
    Changed some icons in the help menu.

Fixed

    Right ALT key in keyboard shortcuts should work now on English keyboard layouts.
    Some search issues in the options windows.
    Undo issue with multiple editing.
    Error message when closing many files using a keyboard shortcut for "Close document".
    Network files were not added to the recently opened file list.
    Empty [CurrentWord] argument when running help files as tools.
    Fixed some links on the "Home" page.
[close]

http://www.rj-texted.se/
Titel: CKEditor 4.4.1
Beitrag von: SiLæncer am 21 Mai, 2014, 18:45
(https://www.heise.de/software/screenshots/t64589.jpg)
WYSIWYG-Editor für eigene Webseiten, der sich in diverse Skriptsprachen integrieren lässt; unterstützt die meisten gängigen Browser; auch mit kommerzieller Lizenz erhältlich

Lizenz: Open Source




Whats new: >>

Release Notes
New Features:

* [#9661](http://dev.ckeditor.com/ticket/9661): Added the option to [configure](http://docs.ckeditor.com/#!/api/CKEDITOR.config-cfg-linkJavaScriptLinksAllowed) anchor tags with JavaScript code in `href` attribute.

Fixed Issues:

* [#11861](http://dev.ckeditor.com/ticket/11861): Fixed: [Webkit/Blink] Span elements created while joining adjacent elements. **Note:** This patch only covers cases when *Backspace* or *Delete* is pressed on a collapsed (empty) selection. The remaining case, with a non-empty selection, will be fixed in next release.
* [#10714](http://dev.ckeditor.com/ticket/10714): Fixed: [iOS] Selection and drop-downs are broken if touch listener is used due to [Webkit bug](https://bugs.webkit.org/show_bug.cgi?id=128924). Thanks to [Arty Gus](https://github.com/artygus)!
* [#11911](http://dev.ckeditor.com/ticket/11911): Fixed setting the `dir` attribute for preloaded language in [CKEDITOR.lang](http://docs.ckeditor.com/#!/api/CKEDITOR.lang). Thanks to [Akash Mohapatra](https://github.com/akashmohapatra)!
* [#11926](http://dev.ckeditor.com/ticket/11926): Fixed: Code snippet does not decode HTML entities when loading code from the `<code>` element.
* [#11223](http://dev.ckeditor.com/ticket/11223): Fixed: Issue when [Protected Source](http://docs.ckeditor.com/#!/api/CKEDITOR.config-cfg-protectedSource) was not working in the title element.
* [#11859](http://dev.ckeditor.com/ticket/11859): Fixed: Removed [Source Dialog](http://ckeditor.com/addon/sourcedialog) plugin from being required in [Code Snippet](http://ckeditor.com/addon/codesnippet) sample.
* [#11754](http://dev.ckeditor.com/ticket/11754): Fixed: Infinite loop in Google Chrome when content contains not closed attributes.
* [#11848](http://dev.ckeditor.com/ticket/11848): Fixed: [`editor.insertElement()`](http://docs.ckeditor.com/#!/api/CKEDITOR.editor-method-insertElement) throwing an exception in IE when there was no selection in editor.
* [#11801](http://dev.ckeditor.com/ticket/11801): Fixed: Editor anchors unavailable when linking [Enhanced Image](http://ckeditor.com/addon/image2) widget.
* [#11626](http://dev.ckeditor.com/ticket/11626): Fixed: [table Resize](http://ckeditor.com/addon/tableresize) sets invalid width.
* [#11872](http://dev.ckeditor.com/ticket/11872): Made [`element.addClass()`](http://docs.ckeditor.com/#!/api/CKEDITOR.dom.element-method-addClass) chainable symmetrically to [`element.removeClass()`](http://docs.ckeditor.com/#!/api/CKEDITOR.dom.element-method-removeClass).
* [#11813](http://dev.ckeditor.com/ticket/11813): Fixed: Link lost while pasting captioned image and restoring undo snapshot ([Enhanced Image](http://ckeditor.com/addon/image2)).
* [#11814](http://dev.ckeditor.com/ticket/11814): Fixed: _Link_ and _Unlink_ entries persistently displayed in [Enhanced Image](http://ckeditor.com/addon/image2) context menu.
* [#11839](http://dev.ckeditor.com/ticket/11839): Fixed: [IE9] Caret jumps out of editable area when resizing editor in source mode.
* [#11822](http://dev.ckeditor.com/ticket/11822): Fixed: [Webkit] Editing Anchors by double-click broken in some cases.
* [#11823](http://dev.ckeditor.com/ticket/11823): Fixed: [IE8] [table Resize](http://ckeditor.com/addon/tableresize) throws error over scrollbar.
* [#11788](http://dev.ckeditor.com/ticket/11788): Fixed: It is not possible to change language back to _Not set_ in [Code Snippet](http://ckeditor.com/addon/codesnippet) dialog.
* [#11788](http://dev.ckeditor.com/ticket/11788): Fixed: [Filter](http://docs.ckeditor.com/#!/api/CKEDITOR.htmlParser.filter) rules are not applied inside elements with `contenteditable` attribute set to `true`.
* [#11798](http://dev.ckeditor.com/ticket/11798): Fixed: Inserting non-editable element inside a table cell breaks the table badly.
* [#11793](http://dev.ckeditor.com/ticket/11793): Fixed: Drop-down is not "on" when clicking it while editor is blurred.
* [#11850](http://dev.ckeditor.com/ticket/11850): Fixed: Fake objects with contenteditable set to `false` are not downcasted properly.
* [#11811](http://dev.ckeditor.com/ticket/11811): Fixed: Widget's data are not encoded correctly when passed to attribute.
* [#11777](http://dev.ckeditor.com/ticket/11777): Fixed encoding ampersand in the [Mathematical Formulas](http://ckeditor.com/addon/mathjax) plugin.
* [#11880](http://dev.ckeditor.com/ticket/11880): Fixed: [IE8-9] Linked image has a default thick border.

Other changes:

* [#11807](http://dev.ckeditor.com/ticket/11807): Updated jQuery version used in sample to 1.11.0 and tested CKEditor jQuery adapter with version 1.11.0 and 2.1.0.
* [#9504](http://dev.ckeditor.com/ticket/9504): Stopped using deprecated attribute.specified in all browsers except IE.
* [#11809](http://dev.ckeditor.com/ticket/11809): Changed tab size in `
` to 4 spaces
.
[close]

http://ckeditor.com/
Titel: Scite 3.4.2
Beitrag von: SiLæncer am 22 Mai, 2014, 09:12
(http://www.heise.de/software/screenshots/1206.jpg)
Editor mit Syntax-Highlighting, Auto-Completion, Folding und vielem mehr...

Lizenz: Open Source

Whats new:>>

Insertions can be filtered or modified by calling SCI_CHANGEINSERTION inside a handler for SC_MOD_INSERTCHECK.
    DMIS lexer added. DMIS is a language for coordinate measuring machines. Feature #1049.
    Line state may be displayed in the line number margin to aid in debugging lexing and folding with SC_FOLDFLAG_LINESTATE (128).
    C++ lexer understands more preprocessor statements. #if defined SYMBOL is understood. Some macros with arguments can be understood and these may be predefined in keyword set 4 (keywords5 for SciTE) with syntax similar to CHECKVERSION(x)=(x

http://www.scintilla.org/SciTE.html
Titel: EverEdit 3.2.4(3696)
Beitrag von: SiLæncer am 24 Mai, 2014, 21:20
(http://www.portablefreeware.com/screenshots/scrzAHs9R.png)
EverEdit is a handy and easy-to-use text, binary and source editor that enables you to write simple text files or create HTML, PHP, C/C++ or binary documents.

With an intuitive interface, EverEdit is suitable for both beginner and advanced programmers. Drag and drop support, syntax highlighting, auto-complete and auto-correct functions are features designed to ease your work even more.

The editor comes with encoding detection, regular expressions, macros and plugins support, brace match and code folding.

Whats new: >>

ADDED: Macro Editor. When you are recording macro, EverEdit will display a panel at bottom and show current recorded commands.
ADDED: You can pause macro record now.
FIXED: When you click the right edge of some parital visible tab items, EverEdit might close it.
FIXED: A bug of snippet manager
FIXED: A bug of auto save.
FIXED: When the file was deleted , the tab’s icon became [Readonly].
IMPROVED: When you edit a snippet from snippet manager, EverEdit don’t promot to save modified snippets any more on closing tab items.
IMPROVED: You can drag&Drop tab items into Directory View/Project/Favorite Window now.

http://www.everedit.net/
Titel: MarkdownPad 2.4.3
Beitrag von: SiLæncer am 25 Mai, 2014, 12:00
(http://markdownpad.com/img/markdownpad2.png)
Markdown is a text-to-HTML conversion tool for web writers. Markdown allows you to write using an easy-to-read, easy-to-write plain text format, then convert it to structurally valid XHTML (or HTML).

The goal for Markdown’s formatting syntax is to be as readable as possible. A Markdown-formatted document should be publishable as-is, as plain text, without looking like it’s been marked up with tags or formatting instructions.

In short, you can create beautiful HTML documents without knowing any HTML.

Features:

Instant HTML Preview
Easy formatting with keyboard shortcuts
Fully Customizable
Use your own CSS
HTML Export
Distraction-free Mode

Freeware

Whats new: >>

Fixed Ordered and unordered lists were not displayed properly due to GitHub API change.
Improved: When saving a document, the timestamp displayed in the status bar now respects user date/time settings in Tools → Options → Editor tab.
Improved: Rendered HTML docuemnts now use the HTML5 doctype.

http://markdownpad.com/
Titel: JSONedit 0.9.7.12
Beitrag von: SiLæncer am 26 Mai, 2014, 18:15
(http://www.portablefreeware.com/screenshots/scrdLlFOK.gif)
JSONedit is a simple editor for the JavaScript Object Notation format "a text-based open standard designed for human-readable data interchange" (source) with availble text and tree views.

Includes array generator using embedded Lua interpreter and Scintilla for text edition.

License:    Freeware

Whats new: >>

FIXED: Ctrl+C/Ctrl+V shortcuts action now depends on currently active component, i.e. it copies text when edit field is active but copies whole nodes when tree is active (thanks to Michael for reporting regression)
FIXED: missing focus when switching from text view to tree view and back
Scintilla caret width increased to 2 pixels

http://tomeko.net/software/JSONedit/index.php
Titel: MarkdownPad 2.4.4
Beitrag von: SiLæncer am 26 Mai, 2014, 21:00
Whats new: >>

Fixed Missing tag in HTML template.

http://markdownpad.com/
Titel: EditBone 9.3.0
Beitrag von: SiLæncer am 27 Mai, 2014, 12:16
(http://www.bonecode.com/images/EditBone1.png)
Powerful text editing tool that comes with syntax highlighting support for over 50 languages and scripts, 22 ready made styles, a handy file comparison feature and support for multiple directories and search results.

Freeware

Whats new: >>

Added progress bar synchronization for taskbar button
Fixed output check box
Fixed new document focus
Updated language files
Updated third-party components

http://www.bonecode.com/?page=projects
Titel: Scite 3.4.3
Beitrag von: SiLæncer am 28 Mai, 2014, 09:02
(http://www.heise.de/software/screenshots/1206.jpg)
Editor mit Syntax-Highlighting, Auto-Completion, Folding und vielem mehr...

Lizenz: Open Source

Whats new:>>

Fix hangs and crashes in DLL at shutdown on Windows when using Direct2D.

http://www.scintilla.org/SciTE.html
Titel: CodeLobster PHP Edition 5.0
Beitrag von: SiLæncer am 28 Mai, 2014, 17:00
(http://images.six.betanews.com/screenshots/1186155456-1.gif)
CodeLobster PHP Edition is a handy and easy-in-use editor that is primarily intended for quick and easy creation and editing of PHP files. It includes debugger, dynamic help, built-in parser, autocomplete and Class View window for comfortable work with PHP code. CodeLobster PHP Edition also supports such file formats as Text, HTML, XML.

Freeware (Free registration by email is required after 30 days)

Latest Changes

RTL languages (including Arabic and Hebrew)
Laravel plug-in:
Autocomplete for class methods after @
Autocomplete for Facades
Highlighting for Blade templating engine
Autocomplete for Blade directives
Bugs fixed:
Autocomplete for nested functions
Autocomplete for class constants
FixedSys fonts
Scrolling with mouse wheel

http://www.codelobster.com/
Titel: EditBone 9.3.1
Beitrag von: SiLæncer am 30 Mai, 2014, 05:30
(http://www.bonecode.com/images/EditBone1.png)
Powerful text editing tool that comes with syntax highlighting support for over 50 languages and scripts, 22 ready made styles, a handy file comparison feature and support for multiple directories and search results.

Freeware

Whats new: >>

Fixed search for files
Fixed toolbar flickering
Fixed toggle highlighter and encoding
Fixed menu font setting

http://www.bonecode.com/?page=projects
Titel: CodeLobster PHP Edition 5.0.1
Beitrag von: SiLæncer am 30 Mai, 2014, 18:45
Latest Changes

Bugs fixed:

Incorrect cursor position for some fonts

http://www.codelobster.com/
Titel: Leafier v1.1.0.0
Beitrag von: SiLæncer am 30 Mai, 2014, 21:30
(http://www.portablefreeware.com/screenshots/scrUfDMQV.gif)
Leafier is a simple HTML editor with tag insertion feature. Unicode, tabbed multi document interface, syntax highlighting, etc is supported.

License:    Freeware

Whats new: >>

Add (start / end tag) highlighting <div> tag highlighting, corresponding tag.
Add a search term highlighting function.
Extend the command assignment function to the mouse operation. (Double-click, left and right click simultaneously added)
behavior change to determine the mouse pointer position, the target window (scroll) mouse wheel operation.
Bug, fix other defects not open when you open the file last time at start-up, an empty file.

http://www.vieas.com/en/software/leafier.html
Titel: RJ TextEd v9.10 beta 2
Beitrag von: SiLæncer am 01 Juni, 2014, 21:32
(http://images.six.betanews.com/screenshots/scaled/1187014627-1.jpg)
RJ TextEd - A Unicode source and text editor. RJ TextEd is a full featured text and source editor with Unicode support, syntax highlighting and code folding. The functionality extends beyond text files and includes support for HTML editing with integrated preview, spell checking, auto completion, HTML validation, templates and more. The program also include support for Topstyle Lite CSS editor, has a dual pane file commander, as well as a FTP client to upload your files. The editor uses language files to display menus and dialogs in different languages. There are several included languages. New language files can easily be created in the editor. RJ TextEd is also a simple web development tool. The editor can use auto completion and hints to assist you in editing your source code. You can preview HTML/ASP/PHP... code using one of the preview tabs or open a document in a browser. The editor does not only handle source code. It also handles true ASCII files, binary files and of course plain text files.

Licence: Freeware

Whats new: >>

Select tag text block

Added a menu item to select the text between a start tag and an end tag.
"Edit -> Select -> Select tag text block".

Misc

* Added "Halt a running script" in the "Tools" menu.
* Auto save only save modified document.

Fixed

* A language issue in the Dutch language file.
* List of addons to download was not updated properly.
* Hex editor options.
* Several issues in options.
* Highlighter dropdown list issues with user highlighters.
* New document dropdown list issues.
* Reformat block with indent.


http://www.rj-texted.se/
Titel: HelpNDoc 4.4.0.418
Beitrag von: SiLæncer am 03 Juni, 2014, 13:28
(http://www.kaldata.com/images/news/logos/helpndoc.gif)
HelpNDoc provides all the tools necessary to write complete help files, manuals and documentations in a user friendly and very easy to use environment. HelpNDoc can generate standard Windows CHM help files, WEB based documentation, iPhone specific websites as well as printable PDF and Word documents.

HelpNDoc is completely free for personal use and evaluation purposes.

Whats new: >>

Manage keywords and topics association window: quickly associated with multiple topics
Many default paths are now configurable: default output, dictionaries, project, styles and templates
Added keywords to the analyzer: get stats, a list of keywords, unused keywords, and manage associated topics
The Generate documentation window will now correctly show the most recently created templates when opened
HelpNDoc will use the project path when opening or saving the first project
Folders were incorrectly listed in the project analyzer
Snippets and image maps didn't have any kind setup in the project analyzer
Under certain rare conditions DocX generator could crash with an index out of bounds
Page numbers was always displayed in the table of contents for DocX and PDF even if templates hide it
Image maps didn't correctly encode characters for the Title text
An error message could be shown when previewing a corrupted library image
An error will now be displayed when an image cannot be written to disk due to incorrect characters in name

http://www.helpndoc.com/
Titel: CodeLite 6.0
Beitrag von: SiLæncer am 03 Juni, 2014, 17:20
(http://codelite.org/images/codelite-linux-thumb.png)
CodeLite is created as a powerful and cross-platform instrument that allows you to analyze and edit C / C++ source code files.

CodeLite is an open source tool that makes use of an user-friendly, yet sophisticated interface that allows users to easily create and build complex projects.

License: GPL

Release Notes
Add auto-detect compilers to the one we support, codelite now successfully detects and defines the following compilers: MinGW (mingw64, TDM-GCC both 32 and 64 bits, MinGW for CodeBlocks and plain install under the volume drive), Visual C++ (VC)10,11 and 12, Clang (Linux, OSX and Windows), GCC (Linux, OSX) under OSX, Xcode custom installation is also searched.
Code completion: extract the search paths from the project settings
NEW LLDB debugger plugin, CodeLite is now the first open source IDE that supports debugging with LLDB on Linux/OSX and even remote debugging from a Windows machine using LLDB on the target machine. A detailed documentation on the LLDB debugger plugin can be found here
Allow editor to be detached and place it in its own wxFrame with toolbar
Build Settings - the New compiler functionality now allows the user to create a compiler based on an existing compiler settings
Added support for Search In Open files (frankivo)
Minor UI updates to the 'Workspace Tab'
Auto generating of function which includes the enum keyword should work properly
void foo(wxString &s, enum BreakpointType bpType);
Refactor the Project Settings dialog (re-write its UI to use wxPropertyGrid) - done
Add Wildcard option to the 'Find Bar'
Update the CppChecker plugin to 1.63
Added a new project template that loads a frame from XRC
Built-In Diff utility based on the DTL library. The diff utility is now the default diff viewer for Git and Subversion plugin in addition, there there is a new plugin CodeLiteDiff which open a clean diff view where the user can select files for comparison
Add support for CMake "compile_commands.json" file - this file is generated by CMake to provide easy code completion by Clang
Added new CMake template
Move Git / Svn settings to reside inside the .codelite folder under the workspace folder (atm, they are kept globally)
Make it possible to Undo or Redo multiple changes at once. The Undo and Redo tools (except in OSX with a native toolbar) now have dropdown menus.
[close]

http://codelite.org/
Titel: CodeLobster PHP Edition 5.0.2
Beitrag von: SiLæncer am 03 Juni, 2014, 21:16
Latest Changes

Bugs fixed:

    Tooltips for images
    Crash on .twig files

http://www.codelobster.com/
Titel: Notepad++ 6.6.4
Beitrag von: SiLæncer am 05 Juni, 2014, 12:28
(http://s26.postimg.org/vvnitnjix/screenshot_38.jpg)
Notepad++ is a tabbed source code editor and Notepad replacement with a customizable interface. It is one of the few few source code editors that supports "folding," allowing users to quickly reduce and expand sections of code to see the overall document. In addition, it features multi-language syntax highlighting, auto-completion, regular expression search/replace, macro recording and playback, etc. The program can access a long list of plug-ins via an easy-to-access menu with even more features and functions.

License: GPL

What's new: >>

New feature: Settings on cloud - Dropbox
Add backup path info for session snapshot & periodic backup feature.

http://notepad-plus.sourceforge.net/
Titel: EditBone 9.3.2
Beitrag von: SiLæncer am 05 Juni, 2014, 13:17
(http://www.bonecode.com/images/EditBone1.png)
Powerful text editing tool that comes with syntax highlighting support for over 50 languages and scripts, 22 ready made styles, a handy file comparison feature and support for multiple directories and search results.

Freeware

Whats new: >>

Fixed toolbar options popup menu

http://www.bonecode.com/?page=projects
Titel: TextWrangler 4.5.9
Beitrag von: SiLæncer am 07 Juni, 2014, 07:15
(https://www.heise.de/software/screenshots/t7313.jpg)
Texteditor nicht nur für Programmierer; mit eingebautem FTP-Client, grep-basierter Suche, blockweisem Kopieren, CVS-Integration.

Freeware

Whats new: >>

Additions

    This release consists entirely of fixes for reported issues, and contains no new features.

Fixes

    Fixed crash which would occur occasionally (depending on the shape of memory) when trying to balance delimiters and the selection start was at the beginning of the document.

    Worked around an elusive OS behavior in which the application would receive spurious change notifications for folders that it wasn't actually watching, which in turn triggered inappropriate refreshes of the Scripts, Text Filters, Stationery, and/or Clippings menus.

    Fixed likely cause of an occasional crash at startup.

http://www.barebones.com/products/TextWrangler/
Titel: SynWrite 6.5.1040
Beitrag von: SiLæncer am 10 Juni, 2014, 09:19
(http://images.betanews.com/screenshots/1289816929-1.jpg)
Erweiterter Text-Editor mit Unterstützung von vielen Dateiformaten, Programmiersprachen und Zeichenkodierungen; bietet unter anderem Syntax-Hervorhebung, Auto-Vervollständigung und Code-Vorlagen; auch als Plug-in für Total Commander und als portable Version erhältlich.

Freeware

What's new: >>

add: option "AComplete - Search for words only in first ... Mb" allows float values, e.g. "0,5" (comma or dot, depends on OS settings)
add: help files have Search-feature now
fix: "/n" commandline param

http://www.uvviewsoft.com/synwrite/
Titel: CodeLobster PHP Edition 5.0.3
Beitrag von: SiLæncer am 10 Juni, 2014, 16:20
(http://images.six.betanews.com/screenshots/1186155456-1.gif)
CodeLobster PHP Edition is a handy and easy-in-use editor that is primarily intended for quick and easy creation and editing of PHP files. It includes debugger, dynamic help, built-in parser, autocomplete and Class View window for comfortable work with PHP code. CodeLobster PHP Edition also supports such file formats as Text, HTML, XML.

Freeware (Free registration by email is required after 30 days)

Latest Changes

bugs fixed:

Incorrect characters in the Inspector
Highlighting for regexps

http://www.codelobster.com/
Titel: RJ TextEd 9.10
Beitrag von: SiLæncer am 11 Juni, 2014, 13:48
(http://images.six.betanews.com/screenshots/scaled/1187014627-1.jpg)
RJ TextEd - A Unicode source and text editor. RJ TextEd is a full featured text and source editor with Unicode support, syntax highlighting and code folding. The functionality extends beyond text files and includes support for HTML editing with integrated preview, spell checking, auto completion, HTML validation, templates and more. The program also include support for Topstyle Lite CSS editor, has a dual pane file commander, as well as a FTP client to upload your files. The editor uses language files to display menus and dialogs in different languages. There are several included languages. New language files can easily be created in the editor. RJ TextEd is also a simple web development tool. The editor can use auto completion and hints to assist you in editing your source code. You can preview HTML/ASP/PHP... code using one of the preview tabs or open a document in a browser. The editor does not only handle source code. It also handles true ASCII files, binary files and of course plain text files.

Licence: Freeware

Whats new: >>

Misc

Added "Halt a running script" in the "Tools" menu.
Auto save only save modified document.
Sort functions should work in a macro now.

Fixed

A language issue in the Dutch language file.
List of addons to download was not updated properly.
Hex editor options.
Several issues in options.
Highlighter dropdown list issues with user highlighters.
New document dropdown list issues.
Reformat block with indent.
Reformat paragraph sometimes added a space at the beginning of a line.
Command line option /L didn't work if the program was already running.
Reload document shouldn't change the file encoding.
Code fold issues.

http://www.rj-texted.se/
Titel: Rapid Environment Editor 8.0 Build 919
Beitrag von: SiLæncer am 12 Juni, 2014, 09:13
(http://www.rapidee.com/images/rapidee.png)
Rapid Environment Editor (RapidEE) is an environment variables editor. It includes an easy to use GUI and replaces the small and inconvenient Windows edit box, located in the System Information section.

License: Freeware

What's new: >>

updated: Dutch translation
updated: 3rd party libs

http://www.rapidee.com/
Titel: Rapid Environment Editor v8.0 build 920
Beitrag von: SiLæncer am 13 Juni, 2014, 05:20
What's new: >>

Updated: Italian translation.

http://www.rapidee.com/
Titel: Notepad++ 6.6.6 "Friday the 13th Edition"
Beitrag von: SiLæncer am 13 Juni, 2014, 06:15
(http://s26.postimg.org/vvnitnjix/screenshot_38.jpg)
Notepad++ is a tabbed source code editor and Notepad replacement with a customizable interface. It is one of the few few source code editors that supports "folding," allowing users to quickly reduce and expand sections of code to see the overall document. In addition, it features multi-language syntax highlighting, auto-completion, regular expression search/replace, macro recording and playback, etc. The program can access a long list of plug-ins via an easy-to-access menu with even more features and functions.

License: GPL

What's new: >>

- Fix "Settings on cloud - Dropbox" not working problem if the dropbox path has been changed
- Fix a saving issue in session snapshot and periodic backup feature while backup file is deleted or read-only

http://notepad-plus.sourceforge.net/
Titel: EditBone 9.3.3
Beitrag von: SiLæncer am 16 Juni, 2014, 09:17
(http://www.bonecode.com/images/EditBone1.png)
Powerful text editing tool that comes with syntax highlighting support for over 50 languages and scripts, 22 ready made styles, a handy file comparison feature and support for multiple directories and search results.

Freeware

Whats new: >>

Fixed XML tree
Fixed find in files dialog
Fixed replace dialog

http://www.bonecode.com/?page=projects
Titel: JSONedit 0.9.8.0
Beitrag von: SiLæncer am 18 Juni, 2014, 05:40
(http://www.portablefreeware.com/screenshots/scrdLlFOK.gif)
JSONedit is a simple editor for the JavaScript Object Notation format "a text-based open standard designed for human-readable data interchange" (source) with availble text and tree views.

Includes array generator using embedded Lua interpreter and Scintilla for text edition.

License:    Freeware

Whats new: >>

Tools: C++ class generator (experimental)

http://tomeko.net/software/JSONedit/index.php
Titel: FocusWriter 1.5.0
Beitrag von: SiLæncer am 18 Juni, 2014, 06:10
(http://www.freeware.de/images/screenshots/60616/focuswriter_medium_1.png)
FocusWriter hilft Vielschreibern beim Verfassen von Texten. Die Textverarbeitung blendet alle Menüs und Leisten aus. So kann man sich beim Schreiben voll und ganz auf das Wesentliche konzentrieren.

Der Vollbild-Texteditor FocusWriter zeigt als Oberfläche absichtlich lediglich den blanken Text. Daher gelingt es leichter, störungs- und ablenkungsfrei zu schreiben. Auf Wunsch kann man auf zusätzliche Steuerelemente zugreifen und diese per Maus über die Bildschirmränder abrufen.

Außerdem kann bei FocusWriter eine Statuszeile mit der aktuellen Uhrzeit, einem Timer und Statistiken eingeblendet werden. Das geplante Arbeitspensum legt der Schreiber in den Einstellungen in Minuten oder Wörtern fest. Textart und -farbe werden hier ebenfalls ganz nach Wunsch bestimmt.

Mit FocusWriter können mehrere Dokumente parallel bearbeitet werden. Ein Speichern erfolgt im RTF-, ODT- oder TXT-Format. Standardmäßig zeigt die Freeware einen einfarbigen, nüchternen Hintergrund. Wer die Arbeitsumgebung etwas freundlicher und abwechslungsreicher gestalten möchte, kann die Farbe ändern und auch ein eigenes Bild als Hintergrund einblenden.

FocusWriter enthält alle Grundfunktionen einer Textverarbeitung inklusive Textformatierungen, einer Rechtschreibprüfung und dem Suchen und Ersetzen von Wörtern und Textausschnitten. Die Freeware spricht vor allem den Vielschreiber an, der sich allein auf den Text konzentrieren möchte.

Whats new: >>

Added daily progress dialog
Added default themes
Added blurring behind text area
Added drop shadow behind text area
Added duplicating themes
Added keyboard shortcuts to move between paragraphs
Added option to disable byte order mark
Added basic support for Office Open XML files
Added Windows installer
Include dictionaries on Windows
Improved theme dialog
Improved background color when loading theme
Stopped clearing document cache across runs
Synchronized location for open and save dialogs
Switched to hunspell
Switched to QtZip
Refactored daily progress
Refactored document cache
Refactored spell checking code

http://gottcode.org/focuswriter/
Titel: SynWrite 6.5.1050
Beitrag von: SiLæncer am 19 Juni, 2014, 09:15
(http://images.betanews.com/screenshots/1289816929-1.jpg)
Erweiterter Text-Editor mit Unterstützung von vielen Dateiformaten, Programmiersprachen und Zeichenkodierungen; bietet unter anderem Syntax-Hervorhebung, Auto-Vervollständigung und Code-Vorlagen; auch als Plug-in für Total Commander und als portable Version erhältlich.

Freeware

What's new: >>

add: "Close and delete" updates project too
add: "Text converters" can convert string with spaces or ";"-started, see help topic change
add: "Text clips" allow to write escaped "=" char as "\="
fix: Python lexer tree

http://www.uvviewsoft.com/synwrite/
Titel: AkelPad 4.8.9
Beitrag von: SiLæncer am 20 Juni, 2014, 19:00
(http://akelpad.sourceforge.net/files/screen_basic.png)
AkelPad is an open source editor for plain text. It is designed to be a small and fast. Includes the ability to load text documents that are larger than 64 Kilobytes, document previews before opening them, editing of read only files and more. Plugins add a number of additional features to Akelpad like syntax highlighting, auto completion, sessions, macros and scripts and auto saving.

Licence: Open Source

What's new: >>

Added: command 4194 - paste text taking into account selection case.

Added: optional parameter for change case commands 4175-4180:

1 - change case for current word if no selection.
Added: (?options) possibility to set options for groups individually.
Added: (?>pattern) atomic grouping.
Added: possibility to use lookbehind search in conditional pattern, for example, "(?(?

http://akelpad.sourceforge.net/en/index.php
Titel: TeXstudio 2.8.0
Beitrag von: SiLæncer am 20 Juni, 2014, 21:30
(https://www.heise.de/software/screenshots/t53117.jpg)
GPL-LaTeX-Editor, der das Erstellen von LaTex-Dokumenten in Unicode vereinfacht; unterstützt den Nutzer beim Schreiben mittels interaktiver Rechtschreibprüfung, Syntax-Highlighting, Code-Folding und automatischer Code-Vervollständigung.

Lizenz: Open Source

Whats new: >>

completion and syntax check on keyval options, e.g. includegraphics (graphicx!)
search and replace over several documents improved
improved parser for log files (better detection of filenames)
todo-style commands (e.g. todo{}) are added to the list of todos
better compliance with standard shortcuts on OSX
the keyboard modifier key for the context menu (spellcheck suppression) is configurable via texstudio.ini "Editor/ContextMenuKeyboardModifiers"
use Consolas as default editor font on Windows if available
improved auto-hide toolbars feature in embedded viewer
users can overwrite the default language definitions and add own ones
makeglossaries support
allow quoted filenames in include-like commands to support filenames and directories containing spaces
windows version compiles now with Qt5
updated LaTeX reference manual
several bugfixes

http://texstudio.sourceforge.net/
Titel: SynWrite 6.5.1060
Beitrag von: SiLæncer am 21 Juni, 2014, 11:20
(http://images.betanews.com/screenshots/1289816929-1.jpg)
Erweiterter Text-Editor mit Unterstützung von vielen Dateiformaten, Programmiersprachen und Zeichenkodierungen; bietet unter anderem Syntax-Hervorhebung, Auto-Vervollständigung und Code-Vorlagen; auch als Plug-in für Total Commander und als portable Version erhältlich.

Freeware

What's new: >>

add: Project menu item "Update project": add files from all linked folders, with all known extensions, which are probably missed (appeared after the project was saved)
help topic "Coding helpers - Markers"

http://www.uvviewsoft.com/synwrite/
Titel: Notepad++ 6.6.7
Beitrag von: SiLæncer am 25 Juni, 2014, 05:30
(http://s26.postimg.org/vvnitnjix/screenshot_38.jpg)
Notepad++ is a tabbed source code editor and Notepad replacement with a customizable interface. It is one of the few few source code editors that supports "folding," allowing users to quickly reduce and expand sections of code to see the overall document. In addition, it features multi-language syntax highlighting, auto-completion, regular expression search/replace, macro recording and playback, etc. The program can access a long list of plug-ins via an easy-to-access menu with even more features and functions.

License: GPL

What's new: >>

- Settings on cloud - OneDrive
- Fix the crash issue on start up for some context

http://notepad-plus.sourceforge.net/
Titel: FocusWriter 1.5.1
Beitrag von: SiLæncer am 25 Juni, 2014, 14:20
Whats new: >>

Added keywords to .desktop file
FIXED: Spelling underline was broken
FIXED: Incorrect MIME type for Office Open XML
FIXED: Incorrect version number string
FIXED: Compile issues with Qt 4.6
FIXED: Regression with sound effects on Windows
FIXED: Regression with default cursor width on Windows
FIXED: Regression where menubar was not shown in Ubuntu
Translation updates: Spanish (Mexico), Korean, Swedish

http://gottcode.org/focuswriter/
Titel: CodeLobster PHP Edition 5.0.4
Beitrag von: SiLæncer am 25 Juni, 2014, 20:15
(http://images.six.betanews.com/screenshots/1186155456-1.gif)
CodeLobster PHP Edition is a handy and easy-in-use editor that is primarily intended for quick and easy creation and editing of PHP files. It includes debugger, dynamic help, built-in parser, autocomplete and Class View window for comfortable work with PHP code. CodeLobster PHP Edition also supports such file formats as Text, HTML, XML.

Freeware (Free registration by email is required after 30 days)

Latest Changes

bugs fixed:

Crash while reloading changed files
Selection in the File Explorer

http://www.codelobster.com/
Titel: Jane 1.69
Beitrag von: SiLæncer am 26 Juni, 2014, 13:40
(https://www.heise.de/software/screenshots/t46778.jpg)
Notepad-Alternative zum Editieren von ASCII-Dateien; unterstützt AutoCopy (markierter Text wird automatisch in die Zwischenablage kopiert), Hyperlinks sowie Drag & Drop; bietet auch ungewöhnliche Bearbeitungsfunktionen wie Textumkehrung oder das Ausfiltern bestimmter Vokale; für den privaten Gebrauch kostenlos.

Whats new: >>

          * fixed drag'n drop functionality when running windows 8.
            - reported by Ayla (when using nG!, same issue here as well).
          + colored hyperlinks and colored  words you can define (this is just a
            TMemo hack, it might flicker on slow/old systems - turn it off then)
          * fixed hyperlinks detection,
            - thanks to anti for making a crazy moovee layout.
          + support for  .srr files.  if registered    filetypes could  be found
            inside then you can browse them, too. but you can't save the content
            in this case ("save as" is possible, though).

http://www.kifoth.de/jane/html/download.php
Titel: yWriter 5.2.1.0
Beitrag von: SiLæncer am 26 Juni, 2014, 20:40
(http://www.spacejock.com/images/yWriter5Main.png)
yWriter allows you to split your novel into chapters and scenes, simplifying the process of text writing. You can reorder scenes within chapters or change their content, title and description. If you notice that you mistyped a word, yWriter enables you to do a global text search and replace it. With yWriter you can easily keep journals, diaries or create your own stories and novels.

Freeware

http://www.spacejock.com/yWriter5_Version.html
Titel: CKEditor 4.4.2
Beitrag von: SiLæncer am 27 Juni, 2014, 05:15
(https://www.heise.de/software/screenshots/t64589.jpg)
WYSIWYG-Editor für eigene Webseiten, der sich in diverse Skriptsprachen integrieren lässt; unterstützt die meisten gängigen Browser; auch mit kommerzieller Lizenz erhältlich

Lizenz: Open Source




Whats new: >>

Release Notes

New Features:

    #11909: Introduced a parameter to prevent the editor.setData() method from recording undo snapshots.

Fixed Issues:

    #11757: Fixed: Imperfections in the Moono skin. Thanks to danyaPostfactum!
    #10091: Blockquote should be treated like an object by the styles system. Thanks to dan-james-deeson!
    #11478: Fixed: Issue with passing jQuery objects to adapter configuration.
    #10867: Fixed: Issue with setting encoded URI as image link.
    #11983: Fixed: Clicking a nested widget does not focus it. Additionally, performance of the widget.repository.getByElement() method was improved.
    #12000: Fixed: Nested widgets should be initialized on editor.setData() and nestedEditable.setData().
    #12022: Fixed: Outer widget's drag handler is not created at all if it has any nested widgets inside.
    #11960: [Blink/WebKit] Fixed: The caret should be scrolled into view on Backspace and Delete (covers only the merging blocks case).
    #11306: [OSX][Blink/WebKit] Fixed: No widget entries in the context menu on widget right-click.
    #11957: Fixed: Alignment labels in the Enhanced Image dialog window are not translated.
    #11980: [Blink/WebKit] Fixed: <span> elements created when joining adjacent elements (non-collapsed selection).
    #12009: [Nested widgets] Integration with the Magic Line plugin.
    #11387: Fixed: role="radiogroup" should be applied only to radio inputs' container.
    #7975: [IE8] Fixed: Errors when trying to select an empty table cell.
    #11947: [Firefox+IE11] Fixed: Shift+Enter in lists produces two line breaks.
    #11972: Fixed: Feature detection in the element.setText() method should not trigger the layout engine.
    #7634: Fixed: The Flash Dialog plugin omits the allowFullScreen parameter in the editor data if set to true.
    #11910: Fixed: Enhanced Image does not take config.baseHref into account when updating image dimensions.
    #11753: Fixed: Wrong checkDirty() method value after focusing or blurring a widget.
    #11830: Fixed: Impossible to pass some arguments to CKBuilder when using the /dev/builder/build.sh script.
    #11945: Fixed: Form Elements plugin should not change a core method.
    #11384: [IE9+] Fixed: IndexSizeError thrown when pasting into a non-empty selection anchored in one text node.

[close]

http://ckeditor.com/
Titel: TinyMCE 4.1.0
Beitrag von: SiLæncer am 27 Juni, 2014, 18:45
(http://s26.postimg.org/hoavzl34p/screenshot_62.jpg)
Auf Javascript basierender WYSIWYG-Editor, der sich in die Textfelder bestehender Webseiten einbinden lässt; auch als Plug-in für Mambo Server, Drupal, Plone, Typo3 und andere CMS verfügbar; unterstützt alle gängigen Browser.

Release Notes

This release brings a whole lot of new features and enhancements I listed the major ones below.

file_picker_callback option
The old file_browser_callback was an old construct and where more suitable for the dialog types in 3.x where each dialog was it's own document. The new file_picker_callback has the ability to provide meta data for the dialogs the old file_browser_callback will continue to work.

color_picker_callback option
This option allows you to add custom color pickers to the colorbox UI control and the textcolor plugin.

colorbox UI control
This UI control lets you enter colors and preview them you can browse for colors if the color_picker_callback is defined.

colorpicker plugin
This plugin adds a hsv color picker dialog to the editor it hooks into the color_picker_callback so you can manually invoke it in your own plugins.

textpattern plugin
This plugin lets you type markdown like syntax to add formatting such as "**bold**" or "1. text" this makes it easier to add formatting while typing.

table dialog advanced tabs
All table dialogs now have an advanced tab where you can select colors for border and background. This has been commonly requested.

textcolor plugin custom color
The textcolor plugin will enable you to select custom colors if the colorpicker plugin is used or the color_picker_callback is defined. It will display the latest used colors. This feature has also been commonly requested.

resize helper
Displays the current size when resizing tables and images.

jQuery like DOM API
We had a hidden class tinymce.dom.DomQuery in the 4.0 release we have now worked on it so it's compatible with jQuery, documented and exposed. This lets you work with tinymce contents with a familiar API. The plan is to rework the internals to use this class and make the jQuery build of TinyMCE use the real jQuery instead of this light weight version this will be done as patch releases in the 4.1.x branch.

tinymce.util.Color class
Lets you parse/convert colors from/to rgb/hsv and various string formats.

There is also a ton of other fixes in this release check the changelog for details.

If you are using the CDN version you might need to update the url from the 4.0.x branch to 4.1.x.

[close]

Lizenz: Open Source

http://tinymce.moxiecode.com/
Titel: SynWrite 6.5.1080
Beitrag von: SiLæncer am 01 Juli, 2014, 09:21
(http://images.betanews.com/screenshots/1289816929-1.jpg)
Erweiterter Text-Editor mit Unterstützung von vielen Dateiformaten, Programmiersprachen und Zeichenkodierungen; bietet unter anderem Syntax-Hervorhebung, Auto-Vervollständigung und Code-Vorlagen; auch als Plug-in für Total Commander und als portable Version erhältlich.

Freeware

What's new: >>

minor:

"Keep trailing blanks" off -> remove trail tabs too
status doesn't show "A" when "Show char info" turned off
font of panes "Project", "Tabs" same as of "Tree"
char "%" shown in auto-complete from cur file
eol chars in search-str indicated in "Search results"

fixes:

"Go to" didn't consider tabulators
"Update project" didn't consider root dir D:\
PHP hilite of

http://www.uvviewsoft.com/synwrite/
Titel: CodeLobster PHP Edition 5.0.6
Beitrag von: SiLæncer am 02 Juli, 2014, 20:30
(http://images.six.betanews.com/screenshots/1186155456-1.gif)
CodeLobster PHP Edition is a handy and easy-in-use editor that is primarily intended for quick and easy creation and editing of PHP files. It includes debugger, dynamic help, built-in parser, autocomplete and Class View window for comfortable work with PHP code. CodeLobster PHP Edition also supports such file formats as Text, HTML, XML.

Freeware (Free registration by email is required after 30 days)

Latest Changes

bugs fixed:

Crash on disconnect from remote MySQL servers
Incorrect collapsing

http://www.codelobster.com/
Titel: SynWrite v6.5.1085
Beitrag von: SiLæncer am 03 Juli, 2014, 05:15
What's new: >>

Much faster indent/unindent (on 500 lines block).

http://www.uvviewsoft.com/synwrite/
Titel: Scite 3.4.4
Beitrag von: SiLæncer am 03 Juli, 2014, 09:08
(http://www.heise.de/software/screenshots/1206.jpg)
Editor mit Syntax-Highlighting, Auto-Completion, Folding und vielem mehr...

Lizenz: Open Source

Whats new:>>

Style byte indicators removed. They were deprecated in 2007. Standard indicators should be used instead
When multiple selections are active, autocompletion text may be inserted at each selection with new SCI_AUTOCSETMULTI method
C++ lexer fixes crash for "#define x(". Bug #1614
C++ lexer fixes raw string recognition so that R"xxx(blah)xxx" is styled as SCE_C_STRINGRAW
The Postscript lexer no longer marks token edges with indicators as this used style byte indicators
The Scriptol lexer no longer displays indicators for poor indentation as this used style byte indicators
TCL lexer fixes names of keyword sets. Bug #1615
Shell lexer fixes fold matching problem caused by "

http://www.scintilla.org/SciTE.html
Titel: yWriter 5.2.1.1
Beitrag von: SiLæncer am 04 Juli, 2014, 16:20
(http://www.spacejock.com/images/yWriter5Main.png)
yWriter allows you to split your novel into chapters and scenes, simplifying the process of text writing. You can reorder scenes within chapters or change their content, title and description. If you notice that you mistyped a word, yWriter enables you to do a global text search and replace it. With yWriter you can easily keep journals, diaries or create your own stories and novels.

Freeware

Whats new: >>

Prevented right-click from activating drag-drop events

http://www.spacejock.com/yWriter5_Version.html
Titel: Textadept 7.5
Beitrag von: SiLæncer am 12 Juli, 2014, 06:45
(http://foicica.com/textadept/images/splitviews.png)
Textadept will provide users with a fast, minimalist, and ridiculously extensible text editor. At its core lies less than 2000 lines of C code, and that's how it always will be. While other editors rely on recordable macros to speed up workflow, shell scripts to quickly transform text, and static side panes to manage your documents, files, and more.

Textadept takes it to the extreme: it gives you complete control over the entire application using the embedded Lua language. Lua is nearly as fast as C, and has a very small footprint. In fact, most of Textadept is written in Lua.

License : MIT License

Whats new: >>

New events.FOCUS event for when Textadept’s window receives focus.
Condensed manual and API documentation into single files.
Added Polish translation.
Updated to Scintilla 3.4.4.

http://foicica.com/textadept/
Titel: SynWrite 6.6.1220
Beitrag von: SiLæncer am 13 Juli, 2014, 22:30
(http://images.betanews.com/screenshots/1289816929-1.jpg)
Erweiterter Text-Editor mit Unterstützung von vielen Dateiformaten, Programmiersprachen und Zeichenkodierungen; bietet unter anderem Syntax-Hervorhebung, Auto-Vervollständigung und Code-Vorlagen; auch als Plug-in für Total Commander und als portable Version erhältlich.

Freeware

Release Notes

App skeleton redone:

+ Instead of old-style, bad tab-controls, now ATTabs used. They are more nice looking (e.g. mouse-over effect for tabs, auto-hiding of "x" btn on too small tabs size, more correct skin drawing on tabs background). And have more features (e.g. tab "+", button "down" at right side).
+ New groups system. Read new help topic "Groups of tabs". Now maximum 6 groups exist.
+ drag-drop of tabs between groups.
+ new dialog "Save tabs?"

prev settings:

* reset all color settings (one key in ini is used instead of 50 old keys): to restore colors from 6.5, do this: a) run 6.5 with old Syn.ini [it's in folder "%appdata%\Synwrite"], b) in Options dialog, "Themes/Colors" tab, call button "Save color preset" and save a file, c) in 6.6 call button "Load color preset" and choose this file. Tabs colors are new in 6.6. Prev versions: https://sourceforge.net/projects/synwrite/files/Misc/Old%20releases/
* reset all font settings
* recommended: delete old color settings: call "Options - Advanced - Edit file Syn.ini", do search for "Color=", mark all occurances and delete marked lines. More old keys exist in Syn.ini: these are keys with strange numbers like 8420504.
* recommended: delete old font settings: call "Options - Advanced - Edit file Syn.ini", delete all lines with "Font" (except section name [Fonts], it's new).
* word "split" in file SynHide.ini outdated, delete it (if you had hidden menu item "split view").

changed:

* temporary disabled "modern tab switcher"
* changed format and extension of session files. On opening *.syn, it's converted to *.synw-session. Converter by kvichans, works only in Exe, not TC-plugin.
* changed tools macros: instead of {FileNameL} {FileNameR} now use: {FileNameN1} ... {FileNameN6}
* removed command "Email" (wasn't ok on Win7)
* removed option "Show top menu" and two tabs options
* removed support for old extension *.synwproj (rename to *.synw-proj)

[close]

http://www.uvviewsoft.com/synwrite/
Titel: EditPad Lite 7.3.2
Beitrag von: SiLæncer am 16 Juli, 2014, 12:14
(http://www.editpadpro.com/screens/editpadlite.png)
EditPad Lite is a general-purpose text editor, designed to be small and compact, yet offer all the functionality you expect from a basic text editor. EditPad Lite works with Windows NT4, 98, 2000, ME, XP and Vista.

Freeware

What's new: >>

Improvement:

Search|Replace All: A search-and-replace that makes a large number of replacements throughout the entire file (such as making a change on every line in the file) is now faster and uses less memory.

Bug fixes:

Editor: Deleting a rectangular selection left an empty rectangular selection that disabled certain commands like Extra|Trim Whitespace that have special behavior on rectangular selections until the selection was reset by clicking somewhere in the file or making a new selection.
Editor: Deleting a rectangular selection with the cursor on the bottom line and then using a command like Edit|Cut that operates on the active line when there is no selection operated on the deleted selection's bottom line instead of the top line where the cursor is at after deleting the selection.
Maintain History List: Open, Remove, Up, and Down buttons were not disabled when the dialog was initially shown (with nothing selected) if the dialog had previously been used with something selected.
Search: Attempting to use a regex with a syntax error caused other commands to either not show a progress meter or to permanently show a stuck progress meter.
Text Layout: Deleting a text layout and then switching to a tab that was using the bottommost text layout caused an index out of bounds error.

http://www.editpadpro.com/editpadlite.html
Titel: RJ TextEd 9.20
Beitrag von: SiLæncer am 18 Juli, 2014, 18:30
(http://images.six.betanews.com/screenshots/scaled/1187014627-1.jpg)
RJ TextEd - A Unicode source and text editor. RJ TextEd is a full featured text and source editor with Unicode support, syntax highlighting and code folding. The functionality extends beyond text files and includes support for HTML editing with integrated preview, spell checking, auto completion, HTML validation, templates and more. The program also include support for Topstyle Lite CSS editor, has a dual pane file commander, as well as a FTP client to upload your files. The editor uses language files to display menus and dialogs in different languages. There are several included languages. New language files can easily be created in the editor. RJ TextEd is also a simple web development tool. The editor can use auto completion and hints to assist you in editing your source code. You can preview HTML/ASP/PHP... code using one of the preview tabs or open a document in a browser. The editor does not only handle source code. It also handles true ASCII files, binary files and of course plain text files.

Licence: Freeware

Release Notes

   

    Changes in this version:

    Fixed a few issues with install and remove of HTML preview addons
    Sort lines (Asc, desc, advanced)
    Re-wrote the sort routines to increase speed and use less memory.
    The undo/redo functions use much less memory as well.

    Scripts:

    Added a "Printer" object to enable printing from a script.
    Added a new class called "TMemInifile". Use it to create or read ini files.
    Added the class "TElMainMenu". Use it to create a main menu in a script form. The help include an example script.
    Added new events: OnApplicationActivate, OnApplicationDeactivate and OnDocumentReload.
    Updated the help to include some more non-visual classes, visual components and dialogs.
    The TTnt classes were removed. They are not needed in version 10.
    All classes and components will support Unicode in version 10.

    HTML Preview:

    Both Firefox and Chrome preview components have been removed from the installation. They can still be installed using the "Addons" dialog window.

    Addons:

    Added pages to handle HTML preview components. Both Firefox and Chrome preview components can be installed or removed.

    File Commander:

    Added 7-zip support and made some changes to the compress option dialog window. I also added a progress windows and made some other minor changes.

    Misc:

    Fixed some minor issues.

[close]

http://www.rj-texted.se/
Titel: LyX 2.1.1
Beitrag von: SiLæncer am 20 Juli, 2014, 09:10
Whats new: >>

Several users have reported seemingly random crashes with 2.1.0, sometimes resulting in dataloss. These crashes appear to happen when the user attempts to save a file, and the dataloss occurs because the original LyX file is over- written by a corrupt file that then cannot be opened. The seemingly random crashes, we believe, are due to auto-save, which is enabled or disabled in Tools> Preferences> Document Handling > Backup documents every...minutes.
Unfortunately, we have been unable to find the cause of this bug, though all known reports seem to involve documents that contain tables, and the corrupt file always ends with: \begin_inset Tabular.
To prevent dataloss, we have changed the way LyX saves files if the user has not enabled backups. LyX now renames the existing file before attempting to save the new one (in effect, making a temporary backup). Then, if the save fails, the original file can be restored.

http://www.lyx.org/
Titel: FocusWriter v1.5.2
Beitrag von: SiLæncer am 20 Juli, 2014, 20:32
(http://www.freeware.de/images/screenshots/60616/focuswriter_medium_1.png)
FocusWriter hilft Vielschreibern beim Verfassen von Texten. Die Textverarbeitung blendet alle Menüs und Leisten aus. So kann man sich beim Schreiben voll und ganz auf das Wesentliche konzentrieren.

Der Vollbild-Texteditor FocusWriter zeigt als Oberfläche absichtlich lediglich den blanken Text. Daher gelingt es leichter, störungs- und ablenkungsfrei zu schreiben. Auf Wunsch kann man auf zusätzliche Steuerelemente zugreifen und diese per Maus über die Bildschirmränder abrufen.

Außerdem kann bei FocusWriter eine Statuszeile mit der aktuellen Uhrzeit, einem Timer und Statistiken eingeblendet werden. Das geplante Arbeitspensum legt der Schreiber in den Einstellungen in Minuten oder Wörtern fest. Textart und -farbe werden hier ebenfalls ganz nach Wunsch bestimmt.

Mit FocusWriter können mehrere Dokumente parallel bearbeitet werden. Ein Speichern erfolgt im RTF-, ODT- oder TXT-Format. Standardmäßig zeigt die Freeware einen einfarbigen, nüchternen Hintergrund. Wer die Arbeitsumgebung etwas freundlicher und abwechslungsreicher gestalten möchte, kann die Farbe ändern und auch ein eigenes Bild als Hintergrund einblenden.

FocusWriter enthält alle Grundfunktionen einer Textverarbeitung inklusive Textformatierungen, einer Rechtschreibprüfung und dem Suchen und Ersetzen von Wörtern und Textausschnitten. Die Freeware spricht vor allem den Vielschreiber an, der sich allein auf den Text konzentrieren möchte.

Whats new: >>

Fixed:

    Regression with RtfWriter encoding characters in Windows.
    Windows installer did not install shortcut for all users.
    Finnish spellchecking did not work in Windows.
    Incorrect handling of mimetypes in copy-paste.
    Keywords in .desktop file should be separated by semicolons.

Translation updates:

    French, Hebrew, Korean, Polish, Portuguese (Brazil).

http://gottcode.org/focuswriter/
Titel: SynWrite v6.6.1240
Beitrag von: SiLæncer am 21 Juli, 2014, 21:00
(http://images.betanews.com/screenshots/1289816929-1.jpg)
Erweiterter Text-Editor mit Unterstützung von vielen Dateiformaten, Programmiersprachen und Zeichenkodierungen; bietet unter anderem Syntax-Hervorhebung, Auto-Vervollständigung und Code-Vorlagen; auch als Plug-in für Total Commander und als portable Version erhältlich.

Freeware

Release Notes

Added color "Tab BG - active, other groups", it's black with saved ini, because old pallette had this color unused.
Only basic languages are in installer now: Eng Rus Ger. Others are now in add-on: Download from https://sourceforge.net/projects/synwrite-addons/ file "languages.zip" and open it in SynWrite.
If .syn session opens, it renames to .bak, after converting to .synw-session.
Command plugins can be hidden in context menu. See text in HiddenOptions.txt.
Ctrl+BkSp works also at line-start (moves to prev line).
Some API.
Fixes.

[close]

http://www.uvviewsoft.com/synwrite/
Titel: RText 2.5.3
Beitrag von: SiLæncer am 23 Juli, 2014, 13:10
(http://www.kaldata.net/images/news/logos/rtext.jpg)
RText is a fully customizable programmer's text editor. Some of its features include syntax highlighting, editing multiple documents at once, printing and print preview, find/replace/find in files dialogs, undo/redo, and online help.

Licence: Freeware (GPL)

Here's what's new:

JavaScript macros now work with Java 8+, in addition to Java 6 and 7 (updates to support Nashorn properly)
Improvements to PHP syntax highlighting
In HTML and XML, "mark occurrences" should match tag names even when the caret is in an attribute, not just when it is in the tag name itself
Java syntax highlighting updated for Java 8 classes, interfaces, and enums
SQL: Matching opening/closing parens are now highlighted
Groovy macros now use Groovy 2.3.3

http://fifesoft.com/rtext/index.php
Titel: SynWrite 6.6.1250
Beitrag von: SiLæncer am 26 Juli, 2014, 06:00
(http://images.betanews.com/screenshots/1289816929-1.jpg)
Erweiterter Text-Editor mit Unterstützung von vielen Dateiformaten, Programmiersprachen und Zeichenkodierungen; bietet unter anderem Syntax-Hervorhebung, Auto-Vervollständigung und Code-Vorlagen; auch als Plug-in für Total Commander und als portable Version erhältlich.

Freeware

Whats new: >>

+ split/join http://synwrite.sourceforge.net/forums/viewtopic.php?f=17&t=965
+ brackets syntax http://synwrite.sourceforge.net/forums/viewtopic.php?f=14&t=811
- fix: opt "Optimal fill with tabs" considered for block indent
- fix: php: some js include hilited bad

http://www.uvviewsoft.com/synwrite/
Titel: TeXstudio 2.8.2
Beitrag von: SiLæncer am 26 Juli, 2014, 07:02
(https://www.heise.de/software/screenshots/t53117.jpg)
GPL-LaTeX-Editor, der das Erstellen von LaTex-Dokumenten in Unicode vereinfacht; unterstützt den Nutzer beim Schreiben mittels interaktiver Rechtschreibprüfung, Syntax-Highlighting, Code-Folding und automatischer Code-Vervollständigung.

Lizenz: Open Source

Whats new: >>

color completion
some more predefined completions for tikz
region preview with pdflatex and the embedded viewer (activate in options)
more consistent visual for search/region preview range
PDF can be shown in grayscale (as a preview how a grayscale print would look like)
improved input method support
improved \todo highlighting
texstudio.ini settings GUI/ToobarIconSize and GUI/SecondaryToobarIconSize
portable version uses relative paths to dictionaries, so they stay valid independent of the current location of the portable version
several bugfixes

http://texstudio.sourceforge.net/
Titel: Notepad++ 6.6.8
Beitrag von: SiLæncer am 28 Juli, 2014, 05:00
(http://s26.postimg.org/vvnitnjix/screenshot_38.jpg)
Notepad++ is a tabbed source code editor and Notepad replacement with a customizable interface. It is one of the few few source code editors that supports "folding," allowing users to quickly reduce and expand sections of code to see the overall document. In addition, it features multi-language syntax highlighting, auto-completion, regular expression search/replace, macro recording and playback, etc. The program can access a long list of plug-ins via an easy-to-access menu with even more features and functions.

License: GPL

What's new: >>

Settings on cloud - Google Drive.
Fix Settings on cloud - OneDrive detection error.
Make internal docking dialogs apply the selected theme's background and foreground colours.
Fix the bug that "backslash is escape char for SQL" setting is not saved correctly.
Fix the bug that user cannot disable "backslash is SQL escape char" without restarting.
Fix DocMap's syntax highlighting doesn't update while current doc apply a new syntax highlighting.
Add 2 new plugins APIs: NPPM_GETEDITORDEFAULTBACKGROUNDCOLOR & NPPM_GETEDITORDEFAULTFOREGROUNDCOLOR
Add new notification NPPN_SNAPSHOTDIRTYFILELOADED to notify plugins that a snapshot dirty file is loaded on startup.

http://notepad-plus.sourceforge.net/
Titel: MetroTextual 2.0.0.0
Beitrag von: SiLæncer am 30 Juli, 2014, 17:30
(http://singularlabs.com/wp-content/uploads/2012/07/MetroTextual.png)
MetroTextual is a Windows text editor designed to be a visually appealing replacement for Notepad.

MetroTextual is a Windows text editor inspired by Microsoft’s Metro Design Language. It’s designed to be a visually appealing replacement for Notepad; with significant improvements to performance and aesthetics. Hotshot programmers will also enjoy MetroTextual’s syntax highlighting; which is powered by Scintilla.

MetroTextual is minimalist and lightning fast. It’s not feature-packed; but does have some awesome hidden powers.

Syntax highlighting with file extension detection
Lighting fast; thanks to unique multi-threading technology.
Compatible with all character encodings supported by Windows
Beautiful and simple Metro style user interface.
Auto-saving and file recovery
Split panel web previewing feature, with Markdown support

Freeware

Whats new: >>

Added a dark theme called Carbon – the new default style
Improved the discoverability of the syntax highlighting toggle
Moved the menu to the left sidebar
Removed the MetroTextual title, icon and other branding
Added syntax highlighting and autocomplete support for Ruby
Fixed issues with drag-and-drop file opening
Updated Greek, Brazilian and Russian translation files
Fixed issue where syntax highlighting was not applied to files opened from the commandline
Fixed crash when switching between certain syntax highlighting modes
Fixed issue where code folding could not be enabled

http://singularlabs.com/
Titel: SynWrite 6.6.1280
Beitrag von: SiLæncer am 01 August, 2014, 09:02
Whats new: >>

add:

+ bookmarks panel (tab in the Output panel)
+ HTML Tidy updated for HTML5
+ mid-click on tab closes tab
+ installer detects running Synw

change:

* changed ini location for basic editor options (about 20 of them). Was before: keys "Options" and "OptionsEx", now: keys "Flags" and "FlagsEx" (now keys read faster). To restore old settings from saved ini, call dialog "Commands" (menu "Help -- Show commands list"), and run command "Update ini file" (type "upd ini" in filter box). This updates ini file and deletes old keys. Then restart SW.
* removed icons "Std", "Tango 16x" (to speedup start)
* removed some skins
* removed items "Zoom in/out" in status mnu

http://www.uvviewsoft.com/synwrite/
Titel: Texmaker 4.3
Beitrag von: SiLæncer am 01 August, 2014, 18:15
(http://www.heise.de/software/screenshots/31402.jpg)
Umfangreicher LaTeX-Editor mit integrierten Tools und Funktionen wie Syntax-Highlighting, 370 mathematischen Symbolen und Ausdrücken, Suchen und Ersetzen oder Rechtschreibprüfung; konvertiert zudem LaTeX ins HTML-Format.

Lizenz: Open Source

Whats new: >>

a visual diff view has been added to the "source viewer" (differences between the current files loaded in the editor and in the "source viewer") based on jsdifflib from Chas Emerick (BSD license)
when a command fails, the command is now displayed with the error message "Could not start the command"
an "reload all documents from file" option has been added to the "File" menu (users request)
if a "completion.txt" file is found in the same directory than texmaker.exe on windows, in the "/usr/share/texmaker/" folder on linux and in the "Resources" subdirectory of the .app package on macosx, all items from this file will be added automatically for the autocompletion (the syntax must be the same than for the ."Customize completion" option of the "User" menu.
an option to launch the "Clean" tool when exiting the program has been added (users request)
a texmaker man page and a texmaker.menu file have been added in the "utilities" directory of the source (thanks to Bernd Warken for the man-page)
the cs, el, es, hu and se translations have been updated (thanks to all the translators)

http://www.xm1math.net/texmaker/download.html
Titel: SynWrite v6.6.1300
Beitrag von: SiLæncer am 03 August, 2014, 13:09
Whats new: >>

Tabs in panes, reworked.
Opt "Tab edge angle".
Opt "Tab font".
Cmd "Window-Panels-Explorer/Ftp".

http://www.uvviewsoft.com/synwrite/
Titel: Java-Editor 12.25
Beitrag von: SiLæncer am 08 August, 2014, 06:10
(http://www.heise.de/software/screenshots/50464.jpg)
Einfacher Java-Editor mit allen grundlegenden Funktionen, aber niedrigen Systemanforderungen, insbesondere für den Einsatz im Lehrbereich; mit Editor zum Modellieren von Klassen, UML-Fenster zum interaktiven Testen der Klassen und Erzeugung von Objekten sowie Designer zur Gestaltung von GUI-Oberflächen.

Freeware

Whats new: >>

improved internalization and management of imports 

http://javaeditor.org/index.php?title=Main_Page
Titel: SynWrite 6.6.1315
Beitrag von: SiLæncer am 11 August, 2014, 18:45
(http://images.betanews.com/screenshots/1289816929-1.jpg)
Erweiterter Text-Editor mit Unterstützung von vielen Dateiformaten, Programmiersprachen und Zeichenkodierungen; bietet unter anderem Syntax-Hervorhebung, Auto-Vervollständigung und Code-Vorlagen; auch als Plug-in für Total Commander und als portable Version erhältlich.

Freeware

Whats new: >>

cmds "Print now, all text", "Print now, selection"
more api

http://www.uvviewsoft.com/synwrite/
Titel: EditPad Lite 7.3.3
Beitrag von: SiLæncer am 12 August, 2014, 12:28
(http://www.editpadpro.com/screens/editpadlite.png)
EditPad Lite is a general-purpose text editor, designed to be small and compact, yet offer all the functionality you expect from a basic text editor. EditPad Lite works with Windows NT4, 98, 2000, ME, XP and Vista.

Freeware

What's new: >>

High DPI: EditPad enforced a minimum size that was larger than the screen on small screens with very high resolution and thus very high font scaling (e.g. 200% font scaling on a 10" full HD screen).
High DPI: Side panel captions and tabs used excessively large fonts on high DPI systems; they now use the font size specified one the Panels tab in the Preferences.
Search: Replacing with a blank replacement used the last non-blank replacement in regular expression mode.

http://www.editpadpro.com/editpadlite.html
Titel: Zim 0.61
Beitrag von: SiLæncer am 12 August, 2014, 16:40
(http://zim-wiki.org/screenshots/thumbs/zim-normal.png)
Zim is a graphical text editor used to maintain a collection of wiki pages. Each page can contain links to other pages, simple formatting and images. Pages are stored in a folder structure, like in an outliner, and can have attachments. Creating a new page is as easy as linking to a nonexistent page. All data is stored in plain text files with wiki formatting. Various plugins provide additional functionality, like a task list manager, an equation editor, a tray icon, and support for version control.

Freeware

Changelog

Full refactoring of code for parsing and processing wiki syntax making parser easier to extend and document interface more scalable
Full refactoring of code for plugin framework making plugins more flexible by defining decorators for specific application objects
Full refactoring of code for exporting pages from zim
Now supports MHTML export format
Supports exporting multiple pages to a single file
Supports recursive export of a page and all it's sub-pages
Templates now support many more instructions and expressions
Full refactoring of the code for parsing commandline commands and initializing the application
New config manager code to make parsing and handling of config files more robust
Merged new plugin for editing sequence diagrams by Greg Warner
Improved the ToC plugin with floating widget
Fixed unicode issue when calling external applications, and in particular for the hg and git commands
Fixed support for unicode CamelCase word detection
Fixed bug on windows with unicode user names in background process connection
Changed "tags" plugin to show full page paths in the pre-tag view
Added option for custom commands to replace the current selection
Added keybindings for XF86Back and XF86Forward
Many small fixes & patches from various persons that I forgot about *sorry*
Added Finnish translation

[close]

http://zim-wiki.org/index.html
Titel: Rapid Environment Editor 8.0 build 922
Beitrag von: SiLæncer am 12 August, 2014, 18:15
(http://www.rapidee.com/images/rapidee.png)
Rapid Environment Editor (RapidEE) is an environment variables editor. It includes an easy to use GUI and replaces the small and inconvenient Windows edit box, located in the System Information section.

License: Freeware

What's new: >>


    fixed: "Invalid image size" exception (happens on some Win7 systems during RapidEE startup)
    updated: 3rd party libs

http://www.rapidee.com/
Titel: Scite 3.5.0
Beitrag von: SiLæncer am 13 August, 2014, 12:12
(http://www.heise.de/software/screenshots/1206.jpg)
Editor mit Syntax-Highlighting, Auto-Completion, Folding und vielem mehr...

Lizenz: Open Source

changelog
Text may share space vertically so that extreme ascenders and descenders are not cut off by calling SCI_SETPHASESDRAW(SC_PHASES_MULTIPLE).
Separate timers are used for each type of periodic activity and they are turned on and off as required. This saves power as there are fewer wake ups. On recent releases of OS X Cocoa and Windows, coalescing timers are used to further save power. Bug #1086. Bug #1532.
Explicit tab stops may be set for each line.
On Windows and GTK+, when using Korean input methods, IME composition is moved from a separate window into the Scintilla window.
SciTE adds a "Clean" command to the "Tools" menu which is meant to be bound to a command like "make clean".
Lexer added for Windows registry files.
HTML lexer fixes a crash with SGML after a Mako comment. Bug #1622.
KiXtart lexer adds a block comment state. Feature #1053.
Matlab lexer fixes transpose operations like "X{1}'". Bug #1629.
Ruby lexer fixes bugs with the syntax of symbols including allowing a symbol to end with '?'. Bug #1627.
Rust lexer supports byte string literals, naked CR can be escaped in strings, and files starting with "#![" are not treated as starting with a hashbang comment. Feature #1063.
Bug fixed where style data was stale when deleting a rectangular selection.
Bug fixed where annotations disappeared when SCI_CLEARDOCUMENTSTYLE called.
Bug fixed where selection not redrawn after SCI_DELWORDRIGHT. Bug #1633.
Change the function prototypes to be complete for functions exported as "C". Bug #1618.
Fix a memory leak on GTK+ with autocompletion lists. Bug #1638.
On GTK+, use the full character width for the overstrike caret for multibyte characters.
On Qt, set list icon size to largest icon. Add padding on OS X. Bug #1634.
On Qt, fix building on FreeBSD 9.2. Bug #1635.
On Qt, add a get_character method on the document. Feature #1064.
On Qt, add SCI_* for methods to ScintillaConstants.py. Feature #1065.
SciTE on GTK+ crash fixed with Insert Abbreviation command.
For SciTE with read-only files and are.you.sure=0 reenable choice to save to another location when using Save or Close commands.
Fix SciTE bug where toggle bookmark did not work after multiple lines with bookmarks merged. Bug #1617.
[close]

http://www.scintilla.org/SciTE.html
Titel: SynWrite 6.6.1325
Beitrag von: SiLæncer am 14 August, 2014, 05:50
(http://images.betanews.com/screenshots/1289816929-1.jpg)
Erweiterter Text-Editor mit Unterstützung von vielen Dateiformaten, Programmiersprachen und Zeichenkodierungen; bietet unter anderem Syntax-Hervorhebung, Auto-Vervollständigung und Code-Vorlagen; auch als Plug-in für Total Commander und als portable Version erhältlich.

Freeware

Whats new: >>

+ tab popup menu: items "Close left/right tabs" (like NP++)
+ option "word chars" (lexer override) affects Ctrl+Lt/Rt too
* lexers Kix, Harbour, Rexx: removed to file Readme\MoreLexers.rar

http://www.uvviewsoft.com/synwrite/
Titel: SynWrite v6.6.1330
Beitrag von: SiLæncer am 15 August, 2014, 22:00
Whats new: >>

"Modern tab switcher" works again.

http://www.uvviewsoft.com/synwrite/
Titel: FocusWriter v1.5.3
Beitrag von: SiLæncer am 17 August, 2014, 18:30
(http://www.freeware.de/images/screenshots/60616/focuswriter_medium_1.png)
FocusWriter hilft Vielschreibern beim Verfassen von Texten. Die Textverarbeitung blendet alle Menüs und Leisten aus. So kann man sich beim Schreiben voll und ganz auf das Wesentliche konzentrieren.

Der Vollbild-Texteditor FocusWriter zeigt als Oberfläche absichtlich lediglich den blanken Text. Daher gelingt es leichter, störungs- und ablenkungsfrei zu schreiben. Auf Wunsch kann man auf zusätzliche Steuerelemente zugreifen und diese per Maus über die Bildschirmränder abrufen.

Außerdem kann bei FocusWriter eine Statuszeile mit der aktuellen Uhrzeit, einem Timer und Statistiken eingeblendet werden. Das geplante Arbeitspensum legt der Schreiber in den Einstellungen in Minuten oder Wörtern fest. Textart und -farbe werden hier ebenfalls ganz nach Wunsch bestimmt.

Mit FocusWriter können mehrere Dokumente parallel bearbeitet werden. Ein Speichern erfolgt im RTF-, ODT- oder TXT-Format. Standardmäßig zeigt die Freeware einen einfarbigen, nüchternen Hintergrund. Wer die Arbeitsumgebung etwas freundlicher und abwechslungsreicher gestalten möchte, kann die Farbe ändern und auch ein eigenes Bild als Hintergrund einblenden.

FocusWriter enthält alle Grundfunktionen einer Textverarbeitung inklusive Textformatierungen, einer Rechtschreibprüfung und dem Suchen und Ersetzen von Wörtern und Textausschnitten. Die Freeware spricht vor allem den Vielschreiber an, der sich allein auf den Text konzentrieren möchte.

Whats new: >>

Fixed:

    Find did not take smart quotes into account.
    Style hierarchy was not always loaded in ODT.
    Ignored text sections in ODT files.
    Was not reading styles for OOXML files .

Translation updates:

    Hebrew, Portuguese (Brazil), Swedish.

http://gottcode.org/focuswriter/
Titel: MetroTextual 2.0.1
Beitrag von: SiLæncer am 20 August, 2014, 05:40
(http://singularlabs.com/wp-content/uploads/2012/07/MetroTextual.png)
MetroTextual is a Windows text editor designed to be a visually appealing replacement for Notepad.

MetroTextual is a Windows text editor inspired by Microsoft’s Metro Design Language. It’s designed to be a visually appealing replacement for Notepad; with significant improvements to performance and aesthetics. Hotshot programmers will also enjoy MetroTextual’s syntax highlighting; which is powered by Scintilla.

MetroTextual is minimalist and lightning fast. It’s not feature-packed; but does have some awesome hidden powers.

Syntax highlighting with file extension detection
Lighting fast; thanks to unique multi-threading technology.
Compatible with all character encodings supported by Windows
Beautiful and simple Metro style user interface.
Auto-saving and file recovery
Split panel web previewing feature, with Markdown support

Freeware

Whats new: >>

- Fixed bug causing the “Save changes before closing” dialog to appear on launch
- Redesigned the “Recent Items” panel to match improved visual style of 2.0
- Added ability to remove files from the “Recent Items” panel
- Updated Greek Localization
- Minor UI tweaks

http://singularlabs.com/
Titel: SynWrite 6.6.1335
Beitrag von: SiLæncer am 20 August, 2014, 05:50
(http://images.betanews.com/screenshots/1289816929-1.jpg)
Erweiterter Text-Editor mit Unterstützung von vielen Dateiformaten, Programmiersprachen und Zeichenkodierungen; bietet unter anderem Syntax-Hervorhebung, Auto-Vervollständigung und Code-Vorlagen; auch als Plug-in für Total Commander und als portable Version erhältlich.

Freeware

Whats new: >>

- More api
- Fix for autocomplete py plugs

http://www.uvviewsoft.com/synwrite/
Titel: HelpNDoc 4.5.0.497
Beitrag von: SiLæncer am 20 August, 2014, 16:45
(http://www.kaldata.com/images/news/logos/helpndoc.gif)
HelpNDoc provides all the tools necessary to write complete help files, manuals and documentations in a user friendly and very easy to use environment. HelpNDoc can generate standard Windows CHM help files, WEB based documentation, iPhone specific websites as well as printable PDF and Word documents.

HelpNDoc is completely free for personal use and evaluation purposes.

Whats new: >>

New EPub importer: decompile and import ePub eBooks into new or existing HelpNDoc projects
Added option to disable bookmarks generation in PDF documentation output
Default HTML template will now add each topic's keywords in the head meta keywords meta for better SEO
Topic content couldn't be saved and loaded for some systems with Asian or East-European languages locales
Reduced memory consumption when projects are open
Setting some specific topic properties such as "Include in builds" could incorrectly update multiple topics
PDF generator could crash with projects containing the "Myriad Pro" font
Help file was not showing when HelpNDoc was opened by double clicking and HND project file
Files with and .xhtml extension where not imported
Better German and French translations

http://www.helpndoc.com/
Titel: CodeLobster PHP Edition 5.1.2
Beitrag von: SiLæncer am 20 August, 2014, 20:46
(http://images.six.betanews.com/screenshots/1186155456-1.gif)
CodeLobster PHP Edition is a handy and easy-in-use editor that is primarily intended for quick and easy creation and editing of PHP files. It includes debugger, dynamic help, built-in parser, autocomplete and Class View window for comfortable work with PHP code. CodeLobster PHP Edition also supports such file formats as Text, HTML, XML.

Freeware (Free registration by email is required after 30 days)

Latest Changes

Phalcon plug-in:

    Autocomplete for Phalcon framework
    Highlighting for Volt template engine
    Controller/View navigation by Alt+O

Ability to autocomplete frameworks for single files
Moving all configuration files to AppData folder
Navigation to Next/Prev function by Alt+PageUp/PageDown

Bugs fixed:

    Selection in the File Explorer on CTRL withhold
    Format for uncomplete lines
    Autocomplete for commented lines in JS
    Upload progress bar

http://www.codelobster.com/
Titel: EditPad Lite 7.3.4
Beitrag von: SiLæncer am 21 August, 2014, 12:16
(http://www.editpadpro.com/screens/editpadlite.png)
EditPad Lite is a general-purpose text editor, designed to be small and compact, yet offer all the functionality you expect from a basic text editor. EditPad Lite works with Windows NT4, 98, 2000, ME, XP and Vista.

Freeware

What's new: >>

Bug fix:

File Types, Encoding: EditPad 7.3.3 ignored the option to preserve the presence or absence of the byte order marker in existing files, using only the option "write a byte order marker at the start of Unicode files" to determine whether files would be saved with or without a BOM

http://www.editpadpro.com/editpadlite.html
Titel: SynWrite 6.6.1355
Beitrag von: SiLæncer am 22 August, 2014, 12:24

Whats new: >>

untitled tabs are numbered: "UntitledN" (seen in Notepad++)
can goto untitled tab from Bookmarks pane
more api
minor fixes

http://www.uvviewsoft.com/synwrite/
Titel: Komodo Edit 8.5.4
Beitrag von: SiLæncer am 22 August, 2014, 14:10
(http://download.winboard.org/uploads/Image/2010-12-22%2009%2024%2056.png)
Komodo Edit ist ein Editor, der folgende Sprachen unterstützt: PHP, Python, Ruby, java script, Perl, Tcl, XML, HTML 5, CSS 3. Weiterhin bietet das Programm eine Projektverwaltung, Sweet-Editor und kann mittels Erweiterungen ausgebaut werden.

Unterstützt wird WIN XP - Seven

Freeware

Whats new: >>

Unbekannt

http://www.activestate.com/komodo-edit/downloads
Titel: CKEditor 4.4.4
Beitrag von: SiLæncer am 22 August, 2014, 14:25
(https://www.heise.de/software/screenshots/t64589.jpg)
WYSIWYG-Editor für eigene Webseiten, der sich in diverse Skriptsprachen integrieren lässt; unterstützt die meisten gängigen Browser; auch mit kommerzieller Lizenz erhältlich

Lizenz: Open Source




Whats new: >>

Release Notes

Fixed Issues:

    #12268: Cleanup of UI Color YUI styles. Thanks to CasherWest!
    #12263: Fixed: Paste from Word filter does not properly normalize semicolons style text. Thanks to Alin Purcaru!
    #12243: Fixed: Text formatting lost when pasting from Word. Thanks to Alin Purcaru!
    #111739: Fixed: keypress listeners should not be used in the undo manager. A complete rewrite of keyboard handling in the undo manager was made. Numerous smaller issues were fixed, among others:
        #10926: [Chrome@Android] Fixed: Typing does not record snapshots and does not fire the editor.change event.
        #11611: [Firefox] Fixed: The editor.change event is fired when pressing Arrow keys.
        #12219: [Safari] Fixed: Some modifications of the UndoManager.locked property violate strict mode in the Undoplugin.
    #10916: Fixed: Magic Line icon in Right-To-Left environments.
    #11970: [IE] Fixed: CKEditor paste event is not fired when pasting with Shift+Ins.
    #12111: Fixed: Linked image attributes are not read when opening the image dialog window by doubleclicking.
    #10030: [IE] Fixed: Prevented "Unspecified Error" thrown in various cases when IE8-9 does not allow access todocument.activeElement.
    #12273: Fixed: Applying block style in a description list breaks it.
    #12218: Fixed: Minor syntax issue in CSS files.
    #12178: [Blink/WebKit] Fixed: Iterator does not return the block if the selection is located at the end of it.
    #12185: [IE9QM] Fixed: Error thrown when moving the mouse over focused editor's scrollbar.
    #12215: Fixed: Basepath resolution does not recognize semicolon as a query separator.
    #12135: Fixed: Remove Format does not work on widgets.
    #12298: [IE11] Fixed: Clicking below <body> in Compatibility Mode will no longer reset selection to the first line.
    #12204: Fixed: Editor's voice label is not affected by config.title.
    #11915: Fixed: With SCAYT enabled, cursor moves to the beginning of the first highlighted, misspelled word after typing or pasting into the editor.
    SCAYT: Fixed: Error thrown in the console after enabling SCAYT and trying to add a new image.

Other Changes:

    #12296: Merged benderjs-ckeditor into the main CKEditor repository.


[close]

http://ckeditor.com/
Titel: Re: Komodo Edit 8.5.4
Beitrag von: SiLæncer am 22 August, 2014, 18:06
Hier noch das Changelog:

 
Klick
Code Intelligence: CSS: Show pseudo completions after “:”.
Code Intelligence: PHP: Fix memory leak in PHP file scanning. (Bug 102643)
Code Intelligence: JavaScript: Ensure document completions work inside of HTML. (Bug 102993)
Debugging: Python 3: Update log-level matching code to work on Python 3.4. (Bug 103631)
Debugging: Tcl: Update appLaunch.tcl file. (Bug 101199)
Editor: Automatically enable word-wrap when a file has long lines. (Bug 93790)
Editor: Django: Highlight 'elif' tag, 'elseif' in Twig (and improve auto-indent). (Bug 101792)
Editor: Fix high DPI popup positioning on Windows. (Bug 100492)
Editor: When changing case in column selection, stay in column selection. (Bug 100269)
Find: Ensure find markers are not added more than once. (Bug 104553)
Find: Stop find options from changing when using multi caret commands. (Bug 103329)
Places: After creating a new file, open it and display it in places. (Bug 94287)
Places: Cull deleted items in places history menu. (Bug 98684)
Preferences: Indentation Settings: Allow per language settings to be saved. (Bug 99431)
Projects: When opening a new project is aborted, keep the old project on the MRU list. (Bug 94201)
SDK: Ensure koext startlang works with –is-html-based argument (Bug 104551).
Source Code Control: Checkout: Remember the checkout textbox url. (Bug 99395)
Source Code Control: Git: Ensure git submodules are properly detected in commit dialog. (Bug 95701)
Syntax Checking: Python: Reinstate passing –rcfile to pylint, and add tests to verify it works. (Bug 101777)
Syntax Checking: Python: Tell pylint where to find .pylintrc. (Bug 101777)
Toolbox: Stop duplication of snippets when dropping snippet text. (Bug 103113)
UI: Re-enable word-wrap in output panels (command output, debugger output). (Bug 98471)
[close]
Titel: Brackets 0.42
Beitrag von: SiLæncer am 22 August, 2014, 20:45
(http://images.six.betanews.com/screenshots/scaled/1384812094-1.jpg)
Brackets is an open source code editor for the web. It's built with JavaScript, HTML and CSS by web developers like you. As you code, HTML changes are instantly pushed to browser without having to save or reload the page. Theseus makes inspecting variables and control flow easy, even in asynchronous code.

Lizenz: Open Source

Whats new: >>

Siehe hier : http://blog.brackets.io/2014/08/01/brackets-0-42-release-themes/

http://www.brackets.io/
Titel: Rapid Environment Editor v8.0 build 923
Beitrag von: SiLæncer am 23 August, 2014, 17:00
(http://www.rapidee.com/images/rapidee.png)
Rapid Environment Editor (RapidEE) is an environment variables editor. It includes an easy to use GUI and replaces the small and inconvenient Windows edit box, located in the System Information section.

License: Freeware

What's new: >>

Fixed: Auto-complete feature was broken due to regression in the 3rd party library.

http://www.rapidee.com/
Titel: Vim (gvim) 7.4.415
Beitrag von: SiLæncer am 24 August, 2014, 10:03
(http://s26.postimg.org/xn295wtuh/screenshot_127.jpg)
Version des Unix-Texteditors vi mit Syntax-Highlighting, Copy & Paste, regulären Ausdrücken und mehrstufigem Undo.

Lizenz: Open Source

http://www.vim.org/
Titel: SynWrite v6.7.1390
Beitrag von: SiLæncer am 24 August, 2014, 18:34
Whats new: >>

Command plugins can have key-combinations like [Ctrl+Q, Q, M]. Just open file SynPlugins.ini, and replace, for ex, "Ctrl+Q" with "Ctrl+Q|Q|M" (separator is "|").
Vista Open/Save dialogs.
Char "*" shown before filename in window caption (to be like tab headers, and like Notepad++).
Api.

http://www.uvviewsoft.com/synwrite/
Titel: SynWrite 6.7.1410
Beitrag von: SiLæncer am 26 August, 2014, 19:30
Whats new: >>

+ Vista "Save tab?" and (I hope) all other msgboxes
* msgbox "Changed outside" and "Replace this match" use checkbox instead of "yes to all"/"no to all"
* changed logic of "replace all next occurences" checkbox a little (now it's not for all tabs in mass repl)

http://www.uvviewsoft.com/synwrite/
Titel: CodeLobster PHP Edition 5.1.3
Beitrag von: SiLæncer am 26 August, 2014, 20:30
(http://images.six.betanews.com/screenshots/1186155456-1.gif)
CodeLobster PHP Edition is a handy and easy-in-use editor that is primarily intended for quick and easy creation and editing of PHP files. It includes debugger, dynamic help, built-in parser, autocomplete and Class View window for comfortable work with PHP code. CodeLobster PHP Edition also supports such file formats as Text, HTML, XML.

Freeware (Free registration by email is required after 30 days)

Latest Changes

Bugs fixed:

Rename files via FTP
Downloading JQuery library

http://www.codelobster.com/
Titel: TextWrangler 4.5.10
Beitrag von: SiLæncer am 27 August, 2014, 05:16
(https://www.heise.de/software/screenshots/t7313.jpg)
Texteditor nicht nur für Programmierer; mit eingebautem FTP-Client, grep-basierter Suche, blockweisem Kopieren, CVS-Integration.

Freeware

Whats new: >>

Implemented the latest code-signing procedures recommended by Apple for compatibility with future releases of OS X.

http://www.barebones.com/products/TextWrangler/
Titel: SynWrite 6.7.1412
Beitrag von: SiLæncer am 27 August, 2014, 21:30
Whats new: >>

unbekannt

http://www.uvviewsoft.com/synwrite/
Titel: JSONedit 0.9.9.0
Beitrag von: SiLæncer am 28 August, 2014, 20:00
(http://www.portablefreeware.com/screenshots/scrdLlFOK.gif)
JSONedit is a simple editor for the JavaScript Object Notation format "a text-based open standard designed for human-readable data interchange" (source) with availble text and tree views.

Includes array generator using embedded Lua interpreter and Scintilla for text edition.

License:    Freeware

Whats new: >>

Improved keyboard-only workflow and few other minor tweaks, thanks to Brother Gabriel-Marie for suggestions and testing:

configuration: added option to disable Tabs in tree view edit controls (use Tabs to move focus rather than character),
added Up/Down buttons for reordering array elements (+ replacing "Node name" with "Node index" for array elements),
added *.txt filter to open and save dialogs,
configuration: added option to select text in edit control on entering,
disabled TabStop property for TPageControl in editor (most likely just unnecessary step when cycling through controls with Tab),
assigned shortcuts for "Add child" (Ctrl+H) and "Add siblings" (Ctrl+B) actions in tree view,
settings: added "running with admin rights required" note next to button associating application with *.json files,
resized "About" window for better license texts readability.

http://tomeko.net/software/JSONedit/index.php
Titel: SynWrite 6.7.1440
Beitrag von: SiLæncer am 30 August, 2014, 11:30
(http://images.betanews.com/screenshots/1289816929-1.jpg)
Erweiterter Text-Editor mit Unterstützung von vielen Dateiformaten, Programmiersprachen und Zeichenkodierungen; bietet unter anderem Syntax-Hervorhebung, Auto-Vervollständigung und Code-Vorlagen; auch als Plug-in für Total Commander und als portable Version erhältlich.

Freeware

Whats new: >>

- Tabs "modified" color
- Tabs dbl-click adds tab
- Tabs colors save to history file
- Tabs option "Show entire tab colored"
- Tweaks: don't add ftp tabs to project/sess; wider tab color line; "ruble sign" in clips; confirm binary files with Open dlgs

http://www.uvviewsoft.com/synwrite/
Titel: Free Hex Editor Neo 6.05.00.5278
Beitrag von: SiLæncer am 01 September, 2014, 19:30
(http://www.freeware.de/images/screenshots/33979/free-hex-editor-neo_medium_2.png)
Free Hex Editor Neo macht sich beim Schreiben und Analysieren hexadezimalen Programmcodes nützlich. Die Freeware verarbeitet auch die so genannten Binaries beliebiger Größe.

Free Hex Editor Neo erlaubt das Verändern von EXE, DLL, DAT, AVI, MP3 und JPG-Dateien mit nur wenigen Mausklicks. Dazu hält der Editor Funktionen wie Copy&Paste sowie Finden und Ersetzen bereit.

Die kostenpflichtige Pro-Version erweitert diese Funktionen um ein "Ersetze alle", eine speicherbare History und einiges mehr. Software-Entwicklern bietet Free Hex Editor Neo Werkzeuge zum Programmieren von Updates oder Patches.

Einschränkungen von Free Hex Editor Neo

14 Tage alle Funktionen der Pro Version
Anschließend eingeschränkter Funktionsumfang

Freeware

Changelog

CDFS File System in Volume Navigator:
Volume Navigator now recognizes the CDFS-formatted volumes.
Preliminary support for Custom File Systems:
This release adds preliminary support for custom file systems to Volume Navigator.
Updated features
Automatic elevation on save:
If an attempt is made to save changes to restricted file, an automatic elevation prompt is displayed.
Structure Editor:
Built-in structure definition files editor now has auto-indentation feature and brace match feature.
Fixed bugs
Incorrect behavior for structures bound to cursor location:
Structures bound to cursor location might work incorrectly.
Crash on changing encodings:
Application could crash after you changed the default character encoding.
Broken structure binding with offsets > 4 GB on 32-bit machines:
Structures could not be correctly bound to offsets more than 4 GB on 32-bit operating systems.
Crash on file open:
Application crashed if there was error during opening files with '{' character in their names.

[close]

http://www.free-hex-editor.com/free-hex-editor-product-details.html
Titel: SynWrite v6.7.1460
Beitrag von: SiLæncer am 04 September, 2014, 19:00
Whats new: >>

Dlg "Edit macros" supports key-combos.
Keys are now different: Ctrl+1, Ctrl+Num1 (not for ext-tools yet).
"Zoom" saves per-file.
Fixes.

http://www.uvviewsoft.com/synwrite/
Titel: PSPad 4.5.8
Beitrag von: SiLæncer am 06 September, 2014, 06:30
(http://images.six.betanews.com/screenshots/1076948037-1.png)
PSPad is a universal freeware editor. There is no complex install process; the program is ready to work immediately, without requiring customization. It supports many file types and languages, with syntax highlighting. There are macros, clip files and templates to automate repetitive activities. An integrated HEX Editor, Project support, FTP Client, Macro Recorder, File Search/Replace, Code Explorer, code page conversion, are just some of the many possibilities that PSPad can offer you.

Freeware

Changelog

    System context menu integration - DLL extension (John Brandwood - sourceforge.net)
    Find/Replace dialog is sizable (width)
    FTP - added MLSD command detection. If command isn't supported, PSPad will use old LIST command
    File Changes detection was extended to file size too. Checked is timestamp + file size
    Implemented file locking system. In the Program settings / Tools you can choose between locking using R/O attribute or lock file.
    FTP - implemented MLSD command support (new file list command). If command isn't supported by FTP server, PSPad will use LIST command instead automaticaly.
    FTP - added support for MLSD file list (standard and it should speed up listing in big folders). For old servers without MLSD command support enable old file listing support in the FTP connection settings (new option)
    FTPS - in the log is SSL library version and used server certificate info
    HEX editor - added possibility print content using PrintPreview
    Updated libraries Synapse (FTP, HTTP communication), MP Hex editor
    PHP highlighter - added highlighting of `command`
    Code explorer automatical refresh is initiated with File save
    Scripting - getVarValue function extended of %Word% variable. It retunrs word under cursor
    New user highlighter definition KRL (KUKA Robotic Language) with code explorer support
    CSS reformat to structure - new lines for each selector
    TiDy was updated for HTML5 support
    Added detection of new OS versions
    Code explorer will stay expanded as was before refresh
    Number of user highlighters was increased to 10 from 5
    CAPS lock indication on the status bar
    Create project from folder will include empty folders too
    Added program icons in higher resolution. In some cases is necessary to rebuild icon cache to see it
    New function Remove diplicate lines (menu Edit / Lines manipulation) removes duplicate lines from text without sorting
    Code explorer will keep his state (expanded nodes) after refresh
    Find matching bracket result position depends of the program settings / Editor 2 - Search result option
    HTML highlighter - added highlighting of pair tags center and font
    Select tag function was extended - now is possible to select tag from the end of pair tag too
    Auto completion - new option in program settings / Editor 2 - is possible to disable insert item with Space bar
    Code format dialog - added Apply button. Existing OK button got standard behavior - confirm close dialog.
    Search replace dialog with was increased
    File information function / Number of chars shows all chars from ascii 33, instead of letters only in previous version
    Added possibility to use wildcard in parameter (c:\files\*.txt). Wildcard can be contained in file name only, not in the path. Number of files is limited to 100.
    Added possibility to set compatibility of the internel IE browser to IE7 .. IE10 (program settings / system integration)
    File information - added possibility to copy list of words only (Shift+Ctrl+C or right mouse)
    Added Oracle keywords flash_cache, cell_flash_cache
    Added HTML5 tags into html highlighter
    Added option to save all files before external application run (highlighter settings and project settings)
    Added option to run external application with file or selected text (highlighter settings and project settings)
    Program title contains project name if project is open
    Added possibility to individually set File tab color (righ mouse menu on file tab or menu Window). Color is stored if save file state option is enabled in program settings / Files and dirs
    Added possibility to use wildcard in parameter (c:\files\*.txt). Wildcard can be contained in file name only, not in the path. Number of files is limited to 100.
    Added possibility to set compatibility of the internel IE browser to IE7 .. IE10 (program settings / system integration)
    File information - added possibility to copy list of words only (Shift+Ctrl+C or right mouse)
    Added Oracle keywords flash_cache, cell_flash_cache
    Added HTML5 tags into html highlighter
    Added option to save all files before external application run (highlighter settings and project settings)
    Added option to run external application with file or selected text (highlighter settings and project settings)
    Program title contains project name if project is open
    Added possibility to individually set File tab color (righ mouse menu on file tab or menu Window). Color is stored if save file state option is enabled in program settings / Files and dirs
    Highlighter settings - added possibility define highlighter based current line collor
    Oracle highlighter - added keywords TRIGGERS, INSTANCES, DEGREE
    HTML highlighter - highlighting of pair tags DL, DT, DD
    New Code explorer for Structured Text language (ftSTL file type in User highlighter definition)
    Autocomplete window disappear when symbol chars is inserted
    New function - Split line - splits line in place of spaces to separate lines
    Search/Replace - speed up for case of search/replacement without prompt
    Verilog and VHDL user highlighter - added support for PSL (Property Specification Language)
    Help for language (Alt+F1) - if selection is available, it's used as content of %word% variable in URL, else word under cursor is used
    Code explorer for JS - added support for constructions: myobj.method = function(arg1,arg2)
    Search - position of found text is centered horizontally
    MSDos batch language - added string support and comment # support
    Code explorer for SDL
    New TiDy.exe version with HTML5 support
    New keywords in Cobol highlighter
    New line comment style in user highlighter
    Program settings / Backup - added information about PSPad config files path with possibility to open it in Windows Explorer

    Some fixes for MAKE code explorer
    Autohide left gutter
    Usage of system icons in File explorer caused big comsumption of GDI resources
    PHP code explorer - // in strings break up parsing
    UnixShellScript highlighter - wrong highlighter for if=source
    Localization of warning for Synchronize project with folder
    Hex editor - wan't possible to open file with unicode chars in name
    Fixed OEM files content load
    CSS inline reformat - in some cases was selector name changed to lowercase
    Send unicode file name into running PSPad instance
    C++ code explorer doesn't show content of NAMESPACE
    Fortran code explorer - recognition of function with filetypes e.g. real*4
    Run Clip function (Shift+Space) works again
    Fixed problem with project file containing empty line
    Fixed problem if you create project file from drive root
    VBScript Code explorer - fixed missing "property get xxx"
    Fixed problem with project file containing empty line
    Fixed problem if you create project file from drive root
    VBScript Code explorer - fixed missing "property get xxx"
    Clear content of the PSCache.bin file due to store File tab color
    Added string for File tab color into translation
    New text file doesn't offer file name as first line
    Function Save as doesn't change file time, if file already exists
    JavaScript Code explorer fixies
    Fixed Wine (Linux) functionality
    FTP connection doesn't work with account parameter
    Broken funts in Print preview window
    Open File from selected text doesn't work for HTTPS://
    Unix Shell Script highlighter - fix of the variable highlight
    Search in files - change of the search text in search process searched for the new text
    MSDos BAT highlighter - fixed string and %%i variable highlighting
    Check document changes function was fixed
    MSDos bat highlighter - fixed pairt bracked highlight
    Object Code explorer - missing procedures caused by block comments
    File R/O attribute was removed after file save
    FTPS - fixed file listing on VSFTP servers
    Lot of small fixes caused by previous build
    FTP - folder '.' was removed for MLSD listing
    FTP - CHMOD form is prefilled with current file attribute for MLSD file listing
    FTP - fixed file sorting for date on Windows 8 and Windows 2012 server and higher
    File locking - fixed problem with LCK file method
    File browser - fixed wrong file size for files bigger 4GB
    Code explorer for PERL - fixed dashed sub name
    FTP - New file cut out additional underscores.

[close]

http://www.pspad.com/
Titel: Notepad++ 6.6.9
Beitrag von: SiLæncer am 08 September, 2014, 09:16
(http://s26.postimg.org/vvnitnjix/screenshot_38.jpg)
Notepad++ is a tabbed source code editor and Notepad replacement with a customizable interface. It is one of the few few source code editors that supports "folding," allowing users to quickly reduce and expand sections of code to see the overall document. In addition, it features multi-language syntax highlighting, auto-completion, regular expression search/replace, macro recording and playback, etc. The program can access a long list of plug-ins via an easy-to-access menu with even more features and functions.

License: GPL

What's new: >>

Fix comment command bug that the comment symbols isn't set on the first column for Fortran.
Add python parson for function List.
Make icons' background colour transparent for functionList and projectManager.
New feature: Apply new file default settings on created new file (opened via command line).
Fix colour picker' chooser bug which does not work well.

http://notepad-plus.sourceforge.net/
Titel: AkelPad 4.9.0
Beitrag von: SiLæncer am 08 September, 2014, 12:21
(http://akelpad.sourceforge.net/files/screen_basic.png)
AkelPad is an open source editor for plain text. It is designed to be a small and fast. Includes the ability to load text documents that are larger than 64 Kilobytes, document previews before opening them, editing of read only files and more. Plugins add a number of additional features to Akelpad like syntax highlighting, auto completion, sessions, macros and scripts and auto saving.

Licence: Open Source

What's new: >>

Changed: regular expression quantifiers now have classic greediness. To make it possessive (old behaviour) use "+" after quantifier, like, "\d*+".
Added: possibility in file open/save dialog to specify NTFS file stream on Win7.

Added: flags for manual parameter "MouseOptions":

256 - invert mouse horizontal wheel;
512 - invert mouse vertical wheel.
Fixed: pressing space as a part of the symbol input on special keyboard layouts.
Fixed: saving NTFS file stream in protected file (UAC).
Fixed: command 4198 could not update active column position.

http://akelpad.sourceforge.net/en/index.php
Titel: TeXstudio 2.8.4
Beitrag von: SiLæncer am 09 September, 2014, 09:10
(https://www.heise.de/software/screenshots/t53117.jpg)
GPL-LaTeX-Editor, der das Erstellen von LaTex-Dokumenten in Unicode vereinfacht; unterstützt den Nutzer beim Schreiben mittels interaktiver Rechtschreibprüfung, Syntax-Highlighting, Code-Folding und automatischer Code-Vervollständigung.

Lizenz: Open Source

Whats new: >>

improved syncing to PDF: don't scroll PDF to top of page if the highlighted area is already visible
support command detection for \DeclareRobustCommand
persistently store fit and center options of preview panel
support more environments for table auto-formatting
remember scope when deleting auxiliary files
improved handling of incomplete options in the syntax checker
new/improved cwls: mathtools, circuitikz
fix: crash with RTL text input
fix: some shortcuts couldn't be assigned on OSX
fix: multi-cursor edits are now grouped into a single undo action
fix: lost scroll position when previewing large images
fix: assignment of multiple shortcuts to editor operations
fix: unindent per shortcut without selection
fix: more consistent behavior for PgUp/PgDown in PDF viewer
fix: immediately generate cursor mirrors when inserting via the menu
fix: commands defined in one file included by many documents were only known in the completion list of one them
fix: compile option without poppler
fix: crash with \newcommands{xyz}{123456789}
fix: �GIN_FOLD could not be folded
fix: apply grayscale and invert color settings also to magnifier
fix incorrect search hightlight region in PDF viewer with Qt5

http://texstudio.sourceforge.net/
Titel: SynWrite 6.7.1480
Beitrag von: SiLæncer am 10 September, 2014, 05:40
Whats new: >>

+ cmd "Find in project" (in Search menu)
+ dlg "Save project?": yes-no-cancel instead of ok-cancel
+ project: main-file shown with "*"
- fixes

http://www.uvviewsoft.com/synwrite/
Titel: RichEdit 3.2.8.0
Beitrag von: SiLæncer am 10 September, 2014, 13:17
(http://richedit.weebly.com/uploads/1/0/8/8/10882987/1546508_orig.png)
RichEdit is an easy-to-use application that was designed to provide you with a quick means of editing documents saved in various formats. The program has all the basic editing tools you will need, plus a language editor specifically written to handle source code and other similar content.

Freeware

Whats new: >>

Fixed: Program not remembering last set format
Fixed: Error when "Save As PDF" is clicked
Fixed: Screen location when RichEdit starts
Added: Hotkey for "Always on Top"

http://richedit.co.nr/
Titel: Math-o-mir 1.9
Beitrag von: SiLæncer am 15 September, 2014, 19:45
(http://images.six.betanews.com/screenshots/scaled/1248341974-1.jpg)
Math-o-mir is a mathematical notepad. Basically an equation editor, not focused over one signle equation but you can write your mathematical text over several pages. You can copy and move expressions around easily with your mouse. Simple hand-drawings can be made to ilustrate your equations.

Freeware

Whats new: >>

- Improved keyboard and hand-drawing handling

http://gorupec.awardspace.com/mathomir.html
Titel: HtLite 2.0.0.0
Beitrag von: SiLæncer am 16 September, 2014, 19:40
(http://s26.postimg.org/y1r42meu1/screenshot_142.jpg)
Umfangreicher HTML/XHTML Editor.  Jeder externe Browser zur Seitenansicht einstellbar.  Wer keinen HTML Designer zur visuellen Gestaltung seiner Seiten benötigt, sondern nur einen komfortablen Code-Editor sucht, erhält hier eine hervorragende Alternative.

Freeware

http://www.winsoftware24.com/HtLite.html
Titel: SynWrite v6.8.1520
Beitrag von: SiLæncer am 16 September, 2014, 20:46
(http://images.betanews.com/screenshots/1289816929-1.jpg)
Erweiterter Text-Editor mit Unterstützung von vielen Dateiformaten, Programmiersprachen und Zeichenkodierungen; bietet unter anderem Syntax-Hervorhebung, Auto-Vervollständigung und Code-Vorlagen; auch als Plug-in für Total Commander und als portable Version erhältlich.

Freeware

Whats new: >>

Updated SynFTP. Big work done by Thomas www.tbeu.de, thanks. OpenSSL updated. Cache dir fixed (for default value of "Global cache").
Error shows on saving file to "Program Files" w/out admin rights (previous ver saved file to virtual OS folder).
Internal refactor of "Find in files".
Updated lexers C, C++, rc.
Option "Allow system-level clipbd hook".
Installer doesn't need admin right (def folder is "C:\SynWrite").

http://www.uvviewsoft.com/synwrite/
Titel: Highlight 3.19
Beitrag von: SiLæncer am 20 September, 2014, 09:40
(http://images.six.betanews.com/screenshots/scaled/1028713443-1.jpg)
Highlight is a universal source code converter which transforms code to HTML, XHTML, RTF, LaTeX, TEX, SVG and BBCode files with syntax highlighting. (X)HTML and SVG output is formatted by CSS. It supports customizable color theme and language descriptions with regular expressions. The configuration files are Lua scripts with plug-in support. The tool contains several options to provide a consistent formatting of the output code.

License: Open Source

Latest Changes

- Added bold, italic and underline attributes to xterm256 ANSI output
- Fixed assembler mapping in filetypes.conf
- Added Swift definition
- Improved ASP, F#, OCaml and Lisp syntax definitions
- Added interpolation patterns to several definitions
- Updated base URLs in cpp_ref_gtk_gnome and cpp_ref_qtproject plug-ins

http://www.andre-simon.de/
Titel: SynWrite v6.8.1540
Beitrag von: SiLæncer am 20 September, 2014, 11:30
Whats new: >>

Lexer-overrides improved.
Change: Check old lex-overrides settings, as WordWrap/OptimalFill/KeepBlanks are saved now differently to same string.
Ftp/Explorer use colors of Tree.

http://www.uvviewsoft.com/synwrite/
Titel: Java-Editor 12.29
Beitrag von: SiLæncer am 23 September, 2014, 21:51
(http://www.heise.de/software/screenshots/50464.jpg)
Einfacher Java-Editor mit allen grundlegenden Funktionen, aber niedrigen Systemanforderungen, insbesondere für den Einsatz im Lehrbereich; mit Editor zum Modellieren von Klassen, UML-Fenster zum interaktiven Testen der Klassen und Erzeugung von Objekten sowie Designer zur Gestaltung von GUI-Oberflächen.

Freeware

Whats new: >>

improved internalization and management of imports 

http://javaeditor.org/index.php?title=Main_Page
Titel: ResEdit 1.6.3
Beitrag von: SiLæncer am 25 September, 2014, 20:15
(http://www.portablefreeware.com/screenshots/scrq20Rfs.gif)
ResEdit is a resource editor for 32-bit programs. You can use it if you want to use dialogs, icon, version information or other types of resources. Output files can be compiled by any Win32 compiler, like MinGW and Microsoft Visual C++.

License: Freeware

http://www.resedit.net/
Titel: Arachnophilia 5.5 Build 2842
Beitrag von: SiLæncer am 26 September, 2014, 12:22
(http://www.freeware.de/images/screenshots/65538/arachnophilia_medium_1.png)
Arachnophilia ist ein kostenloser HTML-Editor für die einfache, bequeme Webseiten-Gestaltung. HTML-Seiten für das eigene Web-Domizil lassen sich mit der Freeware kreativ und individuell bearbeiten.

Es handelt sich bei Arachnophilia um einen echten Klassiker unter den textbasierten HTML-Editoren. Die Freeware enthält alle wichtigen Funktionen zur Erzeugung von Tabellen und Rahmen. Enthalten ist außerdem ein FTP-Client und ein interner Viewer.

Vorgefertigte Makros können mit Arachnophilia zum Schreiben von HTML-Quelltext verwendet werden. „Wizards“ sind behilflich, um HTML-Lösungen komfortabler zu realisieren. Die Freeware kann nicht nur für das HTML-Deisgn, sondern auch für Programmiersprachen wie Java, JavaScript, Perl, C und C++ eingesetzt werden. Nützlich ist dabei die Funktion des Syntax Highlighting.

Nahezu alle Arachnophilia-Menüs und Werkzeugleistenelemente können intern durch ein Makro dargestellt und individuell erweitert oder verändert werden. Weitere interessante Funktionen sind ein Makroeditor zum Erstellen selbst definierter Funktionen, ein globales Suchen und Ersetzen, die Browser-Vorschau in sechs unterschiedlichen Varianten, der Import von RTF-Dokumenten und die Überwachung von Dateiveränderungen.

Whats new: >>

Added the Povray .POV suffix to the C++ file type for syntax coloring and code beautification.

http://www.arachnoid.com/arachnophilia/index.php
Titel: Leafier v1.1.1.0
Beitrag von: SiLæncer am 26 September, 2014, 19:20
(http://www.portablefreeware.com/screenshots/scrUfDMQV.gif)
Leafier is a simple HTML editor with tag insertion feature. Unicode, tabbed multi document interface, syntax highlighting, etc is supported.

License:    Freeware

Whats new: >>

Change the look of the Options dialog.
And modify the behavior of dragging and range of automatic selection.
Fix the final file restore operations at startup.
Problem that unwanted messages are displayed, fix the other.

http://www.vieas.com/en/software/leafier.html
Titel: CKEditor 4.4.5
Beitrag von: SiLæncer am 26 September, 2014, 21:20
(https://www.heise.de/software/screenshots/t64589.jpg)
WYSIWYG-Editor für eigene Webseiten, der sich in diverse Skriptsprachen integrieren lässt; unterstützt die meisten gängigen Browser; auch mit kommerzieller Lizenz erhältlich

Lizenz: Open Source




Whats new: >>

Release Notes

New Features:

    #12279: Added a possibility to pass a custom evaluator to node.getAscendant().

Fixed Issues:

    #12423: [Safari7.1+] Fixed: Enter key moved cursor to a strange position.
    #12381: [iOS] Fixed: Selection issue. Thanks to Remiremi!
    #10804: Fixed: CKEDITOR_GETURL is not used with some plugins where it should be used. Thanks to Thomas Andraschko!
    #9137: Fixed: The <base> tag is not created when <head> has an attribute. Thanks to naoki.fujikawa!
    #12377: Fixed: Errors thrown in the Image plugin when removing preview from the dialog window definition. Thanks to Axinet!
    #12162: Fixed: Auto paragraphing and Enter key in nested editables.
    #12315: Fixed: Marked config.autoParagraph as deprecated.
    #12113: Fixed: A code snippet should be presented in the elements path as "code snippet" (translatable).
    #12311: Fixed: Remove Format should also remove <cite> elements.
    #12261: Fixed: Filter has to be destroyed and removed from CKEDITOR.filter.instances on editor destroy.
    #12398: Fixed: Maximize does not work on an instance without a title.
    #12097: Fixed: JAWS not reading the number of options correctly in the Text Color and Background Color button menu.
    #12411: Fixed: Page Break used directly in the editable breaks the editor.
    #12354: Fixed: Various issues in undo manager when holding keys.
    #12324: [IE8] Fixed: Undo steps are not recorded when changing the caret position by clicking below the body.
    #12332: Fixed: Lowered DOM events listeners' priorities in undo manager in order to avoid ambiguity.
    #12402: [Blink] Fixed: Workaround for Blink bug with document.title which breaks updating title in the full HTML mode.
    #12338: Fixed: The CKEditor package contains unoptimized images.


[close]

http://ckeditor.com/
Titel: SynWrite v6.9.1570
Beitrag von: SiLæncer am 28 September, 2014, 20:00
(http://images.betanews.com/screenshots/1289816929-1.jpg)
Erweiterter Text-Editor mit Unterstützung von vielen Dateiformaten, Programmiersprachen und Zeichenkodierungen; bietet unter anderem Syntax-Hervorhebung, Auto-Vervollständigung und Code-Vorlagen; auch als Plug-in für Total Commander und als portable Version erhältlich.

Freeware

Whats new: >>

Find dlg dockable.
Snippets: macro ${fname}.
Upd: SynFTP.
Help topic "Commenting".
Fix: Color-underline with wrap.
Fix: Snippets indent (forum).

http://www.uvviewsoft.com/synwrite/
Titel: TeX Creator 4.0.0
Beitrag von: SiLæncer am 29 September, 2014, 16:20
(http://a.fsdn.com/con/app/proj/tex-creator/screenshots/spellcheck.png/182/137)
TeX Creator is a comprehensive, yet powerful LaTeX editor that comes with a symbol database, autotext insertion, bookmarking, automation tools, a compiling tool and a built-in TexSample client. TeX Creator allows you to connect to the TeXSample service, where you can share your projects, including theorems, definitions and examples.

License : GPL

Whats new: >>

Consider processor architecture when checking application version
Change copyright owner
Use BeQt 4.0.0
Use TeXSample 2.0.0
Use Qt coding style, sort includes, class members, etc.
Change user interface of sample widget
Move keyboard layout switching functionality to a plugin
Implement e-mail change confirmation

http://sourceforge.net/projects/tex-creator
Titel: BookME 4.7.1.6
Beitrag von: SiLæncer am 29 September, 2014, 22:15
(http://members.chello.at/~dimega/Screen1-100.png)
BookME bietet einem die Möglichkeit, Nachschlagewerke zu erstellen. Durch die Aufteilung in Kapitel und Unterkapitel hat man die Möglichkeit, sein Werk zu strukturieren. Grafiken und Tabellen können ebenso eingefügt werden, wie interne Hyperlinks auf andere Kapitel oder Dokumente sowie Hyperlinks für Dateien, Internet- und Mailadressen. Das Ergebnis lässt sich in verschiedene Formate exportieren (HTLM, MHT, CHM).

Vorausgesetzt wird ein installierte .NET Framework 2

Unterstützt wird WIN XP bis Seven

Freeware (für den privaten Gebrauch)

Whats new: >>

Korrektur: Wenn das Fenster von BookME beim Beenden des Programmes maximiert war, wird es nun beim nächsten Start des Programmes korrekt dargestellt.
Korrektur: Beim Einfügen von HTML-Text mit dem problemverursachenden HTML-Tag IFRAME werden nun alle Varianten abgefangen.
Kleine Optimierungen

http://www.dimega.com/
Titel: Scite 3.5.1
Beitrag von: SiLæncer am 30 September, 2014, 09:11
(http://www.heise.de/software/screenshots/1206.jpg)
Editor mit Syntax-Highlighting, Auto-Completion, Folding und vielem mehr...

Lizenz: Open Source

changelog

BibTeX lexer added. Feature #1071.
SQL lexer supports the q-quote operator as SCE_SQL_QOPERATOR(24).
VHDL lexer supports block comments. Bug #1527.
VHDL folder fixes case where "component" used before name. Bug #613.
Restore fractional pixel tab positioning which was truncated to whole pixels in 3.5.0. Bug #1652.
Allow choice between windowed and inline IME on some platforms.
On GTK+ cache autocomplete window to avoid platform bug where windows were sometimes lost. Bug #1649.
On GTK+ size autocomplete window more accurately.
On Windows only unregister windows classes registered. Bug #1639.
On Windows another DirectWrite mode SC_TECHNOLOGY_DIRECTWRITERETAIN added which may avoid drawing failures on some cards and drivers. This feature is provisional and may be changed or removed if a better solution is found.
On Windows support the Visual Studio 2010+ clipboard format that indicates a line copy. Bug #1636.
SciTE session files remember the scroll position.

[close]

http://www.scintilla.org/SciTE.html
Titel: SynWrite 6.9.1580
Beitrag von: SiLæncer am 30 September, 2014, 12:33

Whats new: >>

- fix: important bug (since 6.8, can't focus oth group)
+ dlg Find changed
+ dlg Extract: no dups
+ autocomplete for PowerShell, thanks marhc

http://www.uvviewsoft.com/synwrite/
Titel: EditPad Lite 7.3.5
Beitrag von: SiLæncer am 01 Oktober, 2014, 12:21
(http://www.editpadpro.com/screens/editpadlite.png)
EditPad Lite is a general-purpose text editor, designed to be small and compact, yet offer all the functionality you expect from a basic text editor. EditPad Lite works with Windows NT4, 98, 2000, ME, XP and Vista.

Freeware

What's new: >>

Improvement:

    Search: Drop-down lists on the Search toolbar (when not using the full Search panel) no longer show multi-line search terms that the Search history remembers from the full Search panel.

Bug fix:

    Clip Collections: Uploading a clip collection failed if the description contained line breaks.
    Search: Replacing all matches of a regular expression in a large file sometimes did not make the replacements correctly if the replacement was longer than the match in versions 7.3.2, 7.3.3, and 7.3.4.

http://www.editpadpro.com/editpadlite.html
Titel: DocPad 14.0
Beitrag von: SiLæncer am 03 Oktober, 2014, 16:00
(http://images.six.betanews.com/screenshots/scaled/1238008675-1.jpg)
Erweiterter Text-Editor als Alternativer zu Notepad; bietet unter anderem eine Rechtschreibprüfung, eine anpassbare Toolbar sowie die Möglichkeit, Makros zu verwenden.

Freeware

Release Notes

* The toolbar now has labels under each icon.
* Added support for unicode combining diacritics.
* Minor interface improvements.
* When double clicking to select a word, now all unicode letters are supported.
* The "Open Nonstandard Document" tool will now remember the chosen Encoding for the last 25 opened files.
* The case conversion tools now fully support non-ASCII, non-Western European characters in documents that are not unicode.
* Insert Date/Time tool: added the ability to disable prompting for the format.
* Added the "Integer/Decrement" and "Integer/Increment" tools.
* Added the "/min" command line switch, which will initially minimize DocPad's window.
* Added the "System Tools" launcher to the Interface menu.
* Macros now work with window-level hotkeys. Previously, they only worked with editbox-level hotkeys.
* Added the ability to put the "Convert To Lower Case" and "Convert To Upper Case" tools on the toolbar.
* The "Alphabetize Paragraphs" and "Discard Duplicate Paragraphs" tools will now display a popup window if the operation is going to take some time.
* The "Alphabetize Paragraphs" tools now sorts upper case above lower case if two lines are identical except for case. * Added the "{page}" variable to the Print window's "Title Text" field.
* DocPad now obeys the "Run" shortcut property, which can instruct the window to be initially minimized or maximized.
* Import HTML As Text: if the HTML does not specify a character set, it will be imported as a unicode document instead of ASCII.
* The "Open Nonstandard Document" window no longer allows the "Filepath" field to be edited, since the file has already been chosen, and the user can use "Save Document As" to rename the file.
* Redesigned the Default skin. The old skin was renamed "Air".
* Fixed: the "Convert To Title Case" tool was not working correctly with respect to the German letter ß.
* Fixed: when pasting, the unicode byte order mark is now stripped if present, though this is rare.
* Fixed: toggling the Word Wrap option was not updating the information on the status bar.
* Fixed: clicking "OK" on the Macro Manager window was causing the first macro to play.
* Fixed: pasting certain invisible ASCII characters (codes 0-31, excluding tabs, line feeds, and carriage returns) would cause hang.

[close]

http://www.gammadyne.com/docpad.htm
Titel: LyXWinInstaller 2.1.2
Beitrag von: SiLæncer am 03 Oktober, 2014, 20:15
LyXWinInstaller was created as a simple and useful installer that manages to install LyX and a complete LaTeX-environment on your operating system in one simple step.

LyX is a document processor that encourages an approach to writing based on the structure of your documents (What You See Is What You Mean) and not simply on their appearance (What You See Is What You Get).

License: GPL

http://sourceforge.net/projects/lyxwininstaller/
Titel: SynWrite v6.10.1620
Beitrag von: SiLæncer am 04 Oktober, 2014, 18:40
(http://images.betanews.com/screenshots/1289816929-1.jpg)
Erweiterter Text-Editor mit Unterstützung von vielen Dateiformaten, Programmiersprachen und Zeichenkodierungen; bietet unter anderem Syntax-Hervorhebung, Auto-Vervollständigung und Code-Vorlagen; auch als Plug-in für Total Commander und als portable Version erhältlich.

Freeware

Whats new: >>

Preinstalled Plugin Manager (in "Tools -- Plugins", only if SynPlugins.ini didn't exist).
Dlg Find: Compact view (click ">>" or use F3).
Dlg Snippets: Can edit snippets.
Dlg Replace: If Ctrl is pressed, "Replace" won't jump to next match after replacing current match.
Options: Separate autoclose for ' and ".
Options: Menu font option.
Options: Hidden-option ShowBm.
HTML: Known tag "picture".

http://www.uvviewsoft.com/synwrite/
Titel: LyX 2.1.2
Beitrag von: SiLæncer am 05 Oktober, 2014, 21:20
(http://www.lyx.org/images/about/main_window_sm.png)
LyX is a document processor that encourages an approach to writing based on the structure of your documents (WYSIWYM) and not simply their appearance (WYSIWYG).

Open Source

Whats new: >>

The most important fix here is that we believe we have resolved the problem that led several users to experience seemingly random crashes with 2.1.0, sometimes resulting in dataloss. (This was bug 9049.)
These crashes generally happened when the user attempted to save a file containing a table, usually a fairly complex table.
seemingly unrelated bug report concerning a crash when trying to save a default template (bug 9236) led to the solution. That bug has also been fixed.

http://www.lyx.org/
Titel: SynWrite 6.10.1640
Beitrag von: SiLæncer am 08 Oktober, 2014, 13:40
Whats new: >>

+ dlg PageSetup redone
+ dlgs LexerProp/LexerStyles/LexerLibrary/FileProps/TabSwitcher support Unicode better
+ gutter LineNum hiliting used for one caret too
- fix: bad bug: unindent of small space-only line gave not empty line (bug in D7 runtime or FastCode)
- fix: Find dlg: F3/FindNext broken
- fix: Find dlg: unwanted checking of WholeWords
- fix: annoying ding with Esc in QSearch
- fix: spellchecker didn't count ' as wordchar
* removed SQLite DLLs

http://www.uvviewsoft.com/synwrite/
Titel: SynWrite 6.11.1670
Beitrag von: SiLæncer am 10 Oktober, 2014, 21:45
Whats new: >>

+ support for user icon sets. See folder Template\icons. More icos added.
+ dlgs EditMacros/SelectMacroCmd support Unicode
+ dlgs Commands/KeyOptions support Unicode

http://www.uvviewsoft.com/synwrite/
Titel: Arachnophilia 5.5 Build 2856
Beitrag von: SiLæncer am 13 Oktober, 2014, 20:30
(http://www.freeware.de/images/screenshots/65538/arachnophilia_medium_1.png)
Arachnophilia ist ein kostenloser HTML-Editor für die einfache, bequeme Webseiten-Gestaltung. HTML-Seiten für das eigene Web-Domizil lassen sich mit der Freeware kreativ und individuell bearbeiten.

Es handelt sich bei Arachnophilia um einen echten Klassiker unter den textbasierten HTML-Editoren. Die Freeware enthält alle wichtigen Funktionen zur Erzeugung von Tabellen und Rahmen. Enthalten ist außerdem ein FTP-Client und ein interner Viewer.

Vorgefertigte Makros können mit Arachnophilia zum Schreiben von HTML-Quelltext verwendet werden. „Wizards“ sind behilflich, um HTML-Lösungen komfortabler zu realisieren. Die Freeware kann nicht nur für das HTML-Deisgn, sondern auch für Programmiersprachen wie Java, JavaScript, Perl, C und C++ eingesetzt werden. Nützlich ist dabei die Funktion des Syntax Highlighting.

Nahezu alle Arachnophilia-Menüs und Werkzeugleistenelemente können intern durch ein Makro dargestellt und individuell erweitert oder verändert werden. Weitere interessante Funktionen sind ein Makroeditor zum Erstellen selbst definierter Funktionen, ein globales Suchen und Ersetzen, die Browser-Vorschau in sechs unterschiedlichen Varianten, der Import von RTF-Dokumenten und die Überwachung von Dateiveränderungen.

Whats new: >>

Made some small changes, replaced program icon

http://www.arachnoid.com/arachnophilia/index.php
Titel: PilotEdit Lite 7.3.0
Beitrag von: SiLæncer am 13 Oktober, 2014, 21:45
(http://www.pilotedit.com/images/OpenInQuickMode.PNG)
PilotEdit is a text, hex, XML, C/C++, HTML, PHP, Java, Javascript and Perl editor that can edit large files of 400GB (40 billion lines).

It offers customizable syntax and keyword highlighting, advanced search and replace operations, automatic text encoding, 256-bit AES encryption/decryption and a built-in FTP/SFTP client lets you open, edit, download and upload large files directly to/from a FTP/SFTP server.

In addition to standard text editing features, PilotEdit can compare and merge two large files of 100GB (10 billion lines). You can also sort, find/remove duplicate lines and extract strings over a large file of 1GB.

Freeware

http://www.pilotedit.com/
Titel: StroyCode 1.76
Beitrag von: SiLæncer am 15 Oktober, 2014, 13:23
(https://www.heise.de/software/screenshots/t117951.jpg)
Texteditor zum Programmieren; visualisiert die Struktur des Codes durch verschachtelte grafische Elemente, welche sich auch mit der Maus einfügen lassen.

Freeware

Whats new: >>

New element: Exit.
Numerous small fixes.

http://softconstructors.com/en/applications/stroycode/
Titel: SynWrite 6.11.1680
Beitrag von: SiLæncer am 16 Oktober, 2014, 06:10
Whats new: >>

+ option "Caret blink time"
+ more skins (DarkNight, MidnightBlue), by marhc. Also more icon sets at SF.net page.

http://www.uvviewsoft.com/synwrite/
Titel: CodeLobster PHP Edition 5.2
Beitrag von: SiLæncer am 16 Oktober, 2014, 16:13
(http://images.six.betanews.com/screenshots/1186155456-1.gif)
CodeLobster PHP Edition is a handy and easy-in-use editor that is primarily intended for quick and easy creation and editing of PHP files. It includes debugger, dynamic help, built-in parser, autocomplete and Class View window for comfortable work with PHP code. CodeLobster PHP Edition also supports such file formats as Text, HTML, XML.

Freeware (Free registration by email is required after 30 days)

Latest Changes

JavaScript autocomplete for prototypes
Tooltips for JavaScript custom functions

JQuery plug-in:

Autocomplete for ID $("#id:")

Bugs fixed:

Inspector freezing with bootstrap CSS
Style declarations navigation

http://www.codelobster.com/
Titel: TextWrangler 4.5.11
Beitrag von: SiLæncer am 16 Oktober, 2014, 18:31
(https://www.heise.de/software/screenshots/t7313.jpg)
Texteditor nicht nur für Programmierer; mit eingebautem FTP-Client, grep-basierter Suche, blockweisem Kopieren, CVS-Integration.

Freeware

Whats new: >>

Additions

    This release consists entirely of a change for compatibility with future OS releases, and contains no new features.

Fixes

    Worked around a crash which would occur when using the file panels on OS X 10.10. (Radar 18008831)

http://www.barebones.com/products/TextWrangler/
Titel: SynWrite 6.12.1700
Beitrag von: SiLæncer am 20 Oktober, 2014, 05:50
Whats new: >>

+ from ECon 3.10: dbl-click and drag: selects text by words
+ from ECon 3.10: "undo" of several blocks: first move caret, then undo block (like Delphi ide)
* lexer php(dev): reworked ("restore styles" can't work this update)
+ lexer php: hilite of backticks, hex, binary
+ option "Tree - Action of db-click"
+ installer option "make portable"
- fix: LexerProp combobox error
- fix: lexers Html, Inno

http://www.uvviewsoft.com/synwrite/
Titel: CodeLobster PHP Edition 5.2.1
Beitrag von: SiLæncer am 20 Oktober, 2014, 15:30
Latest Changes

Bugs fixed:

Crash on parsing JS code

http://www.codelobster.com/
Titel: HelpNDoc 4.6.0.558
Beitrag von: SiLæncer am 23 Oktober, 2014, 16:30
(http://www.kaldata.com/images/news/logos/helpndoc.gif)
HelpNDoc provides all the tools necessary to write complete help files, manuals and documentations in a user friendly and very easy to use environment. HelpNDoc can generate standard Windows CHM help files, WEB based documentation, iPhone specific websites as well as printable PDF and Word documents.

HelpNDoc is completely free for personal use and evaluation purposes.

Changelog

Added editable breadcrumb above the topic editor for faster moving within the table of contents' hierarchy
New optional CHM decompiler is included which can handle Help Context number import
Quick generation process will now indicate which build it is using if it finds a suitable build in the build list
Generation process will issue a warning when a template is used by a build but not available on the system
Template editor's window has been redesigned and can be resized
Numbered lists will be correctly generated to HTML even when items are split by paragraphs
On Windows XP, topics with a lot of broken pictures didn't load completely
Display of thumbnail for library items is now a lot faster for large libraries
The Insert items popup menus are now faster to display for large libraries and faster to include pictures
Pasting and dropping pictures is now a lot faster for large projects
Popup menus from the "Insert" ribbon tab were sometimes displaying incorrect information
The "Insert Image Map" button was missing from the "Insert" ribbon toolbar
Renaming a report template removed any spaces in the new name and didn't select the renamed template
Links to anchors with a space characters didn't work correctly for CHM, DocX and RTF output formats
Opening the style inspector could generate an exception
Section indicator was stuck on "Page settings" in the report template editor
The new project table of contents importer could generate an exception
Better CHM import: some specific files didn't include any content
Better HTML import and code generation

[close]

http://www.helpndoc.com/
Titel: SynWrite 6.12.1715
Beitrag von: SiLæncer am 24 Oktober, 2014, 16:30
Whats new: >>

+ lexer-overrides have "tab color"
+ added cmd: "goto next/previous modified line" (like Kate, better)
+ added cmd: "open all files from folder" (like in commandline)
+ updated ftp OpenSSL (thanks, tbeu)
* default for Redo is now Ctrl+Y (like others)
- fix: php "function &name" tree
- fix: back-search broken       

http://www.uvviewsoft.com/synwrite/
Titel: SynWrite v6.12.1725
Beitrag von: SiLæncer am 27 Oktober, 2014, 06:15
(http://images.betanews.com/screenshots/1289816929-1.jpg)
Erweiterter Text-Editor mit Unterstützung von vielen Dateiformaten, Programmiersprachen und Zeichenkodierungen; bietet unter anderem Syntax-Hervorhebung, Auto-Vervollständigung und Code-Vorlagen; auch als Plug-in für Total Commander und als portable Version erhältlich.

Freeware

Whats new: >>

Added cmd: "Random case".
Added cmd: "Restart program" (uses SynHelper.exe).
Install of plugin now restarts app; install.inf not deleted.
Support for n menuitem separators in one install.inf.
Internal change of case-convert code.
Installer doesn't touch registry (no admin rights).

http://www.uvviewsoft.com/synwrite/
Titel: TeXstudio 2.8.6
Beitrag von: SiLæncer am 27 Oktober, 2014, 13:50
(https://www.heise.de/software/screenshots/t53117.jpg)
GPL-LaTeX-Editor, der das Erstellen von LaTex-Dokumenten in Unicode vereinfacht; unterstützt den Nutzer beim Schreiben mittels interaktiver Rechtschreibprüfung, Syntax-Highlighting, Code-Folding und automatischer Code-Vervollständigung.

Lizenz: Open Source

Changelog

tab key inserts tab or indents, depending on cursor selection
error table can be filtered and sorted
tooltips on package names show a short description of the package
support [txs-app-dir] and [txs-settings-dir] in commands (allows portable paths when using MikTeX portable and TXS portable on an USB stick)
enable the possibility to remove shortcuts from qeditor
sort shortcuts for editor in order of operation name
more robust text width calculation in pdf
mark section beyond end of document with orange background
removed pdf printing (did never work well. Please use an external PDF viewer of your choice for printing.)
detect fonts containing ligatures
maintain cursor position (line and column) when using "Align Columns" for tables
fix: remember removed shortcuts e.g. tab for insertSelection
fix: completer opening in special cases for keyval completion
fix: find next in pdf viewer
fix: do not interpret % in verbatim as comment
fix: user command names might be lost
fix: update of monchrome/color settings in pdf viewer
fix: help not working on OS X
fix: make case conversion work for systems with old Qt 4.6
fix: case conversion work also for cursor mirrors
fix: broken cursor position for wrapped RTL text
fix: crash when switching between qt and normal rendering
fix: text background was not always drawn with the correct background color
updated cwls: yathesis, marvosym, microtype, pifont, glossaries

[close]

http://texstudio.sourceforge.net/
Titel: Rapid Environment Editor (RapidEE) 8.0 Build 924
Beitrag von: SiLæncer am 28 Oktober, 2014, 20:15
(http://www.rapidee.com/images/rapidee.png)
Rapid Environment Editor (RapidEE) is an environment variables editor. It includes an easy to use GUI and replaces the small and inconvenient Windows edit box, located in the System Information section.

License: Freeware

What's new: >>

added: Abkhazian translation (thanks to Andrey Abuhba)
updated: 3rd party libs

http://www.rapidee.com/
Titel: SynWrite v6.13.1740
Beitrag von: SiLæncer am 29 Oktober, 2014, 21:00
Whats new: >>

Folders change: Folder "Template" is now "Data"(remove old "Template" by hands-- if u don't want goback to 6.12). Folder "HL" not needed too (remove by hands) -- acp files gone to "Data\autocomplete", LXL file gone to Synw root.
Lexer Haxe.
Lexers can be installed via Zip-files.
Del snippets AutoIt/Lua (now in PluginManager).
Fix TagTabbing (broken by EC upd).
Fix line comment/uncomment for nested lexers.

http://www.uvviewsoft.com/synwrite/
Titel: Kudaz MDI v2.2.1.2
Beitrag von: SiLæncer am 31 Oktober, 2014, 05:50
(http://www.portablefreeware.com/screenshots/scrby0JCH.gif)
Kudaz is a user-friendly programmer's editor with selective syntax-highlighting capabilities that currently supports 53 languages/scripts. Among the many features: advanced "Find In Files"; fully user-configurable automatic word correction, code-completion and source template support; support for Unix/Macintosh/Windows line formats; detection of current file change by other applications.

License:    Freeware

Whats new:>>

Fixed: Selection Mode was not retained.
· Fixed: A file without an extension was not detected or identified.
· Fixed: At times 'Open from Favorite' menu was not properly displayed.
· Fixed: [Options >> Edit >> Tab Size] was not stored and restored.
· Fixed: [View In Browser] didn't work fine.
· Fixed: Temporarily created files from via [View In Browser] was not
· deleted porperly.
· Fixed: [Options >> Edit >> Word Wrap on by Default] was not stored and
· restored.
· Fixed: [Options >> Edit >> Extended >> Enable Undo after Save] was not
· stored and restored.

http://www.geocities.jp/keynes77jp/kudaz.htm
Titel: HelpNDoc 4.6.1.566
Beitrag von: SiLæncer am 31 Oktober, 2014, 18:15
(http://www.kaldata.com/images/news/logos/helpndoc.gif)
HelpNDoc provides all the tools necessary to write complete help files, manuals and documentations in a user friendly and very easy to use environment. HelpNDoc can generate standard Windows CHM help files, WEB based documentation, iPhone specific websites as well as printable PDF and Word documents.

HelpNDoc is completely free for personal use and evaluation purposes.

Whats new: >>

ePub and Kindle generated HTML wasn't valid anymore

http://www.helpndoc.com/
Titel: SynWrite v6.13.1745
Beitrag von: SiLæncer am 31 Oktober, 2014, 21:01
Whats new: >>

Search-results have preview by Space.
Some py-api.

http://www.uvviewsoft.com/synwrite/
Titel: StroyCode 1.82
Beitrag von: SiLæncer am 03 November, 2014, 16:55
(https://www.heise.de/software/screenshots/t117951.jpg)
Texteditor zum Programmieren; visualisiert die Struktur des Codes durch verschachtelte grafische Elemente, welche sich auch mit der Maus einfügen lassen.

Freeware

Whats new: >>

Show types in the drop-down lists
A lot of small fixes and improvements

http://softconstructors.com/en/applications/stroycode/
Titel: RJ TextEd 10.0 Beta 1
Beitrag von: SiLæncer am 03 November, 2014, 17:30
(http://images.six.betanews.com/screenshots/scaled/1187014627-1.jpg)
RJ TextEd - A Unicode source and text editor. RJ TextEd is a full featured text and source editor with Unicode support, syntax highlighting and code folding. The functionality extends beyond text files and includes support for HTML editing with integrated preview, spell checking, auto completion, HTML validation, templates and more. The program also include support for Topstyle Lite CSS editor, has a dual pane file commander, as well as a FTP client to upload your files. The editor uses language files to display menus and dialogs in different languages. There are several included languages. New language files can easily be created in the editor. RJ TextEd is also a simple web development tool. The editor can use auto completion and hints to assist you in editing your source code. You can preview HTML/ASP/PHP... code using one of the preview tabs or open a document in a browser. The editor does not only handle source code. It also handles true ASCII files, binary files and of course plain text files.

Licence: Freeware

Release Notes

32 and 64 bit version:

The main program and all included tools are available in 32 and 64 bit versions.

Program language:

If you install the program for the first time you are presented with the option to select the language to use in menus, windows and other texts.
You can still change it manually in "Environment->Languages".

Panels:

The sidebars and bottom-bar has been removed and replaced by dock able panels. Panels can be pinned, unpinned and dragged to almost any position you want.

Themes:

Everything that changes the appearance are now handled as themes. This include application skins, panel styles and editor syntax highlighting and other editor colors.
Themes are managed in the theme manager dialog window, available in the environment menu.
All skins options have been moved from addons and syntax highlight settings have been moved from the options dialog. Everything is now handled in the theme manager.
All created themes are listed in the (Environment -> Themes) menu. A menu item to open the "Theme manager..." has been added as well.
For the average user this will make it much simpler to change the appearance. Changing a themes changes the application skin, panel style and editor colors.
The more advanced users can still change all colors and set individual colors for different file types. It will also be possible to import/export syntax colors.

Visual appearance:

The entire design is a bit flatter and some dialogs and icons have been changed.

Addons:

Redesigned the addons dialog window to make things more intuitive and updating addons simpler.

Script and extensions:

The programming languages and components is now fully support Unicode.
Characters now have there own type. They are not handled as integers anymore.

File associations

Associations can be added directly in the options dialog window "Options -> File". The Associate.exe file has been removed from the installation. It is no longer needed.

Symbols panel

Symbols are now read from a file "AppData\RJ TextEd\Data\PanelSymbols.txt". You are free to modify this file if you wish. It is not overwritten when updating the program.

HTML preview:

The Firefox and Chrome previews have been removed from the program. They are both outdated and incredibly buggy. I spend most of my time just trying to fix issues in those two components, or find some workaround just to make them run.
That time could have been used to make improvements to the rest of the program instead.
The IE preview is still available and I have no intension to remove it. It's always up to date and is very stable.

Passwords:

Passwords to remote FTP servers are encrypted, when store locally. This new version is not compatible with the old versions, so you will have to re-enter all passwords to your FTP/SFTP servers and proxy servers again.

Fixed:

Fixed several issues reported by users.   

[close]

http://www.rj-texted.se/
Titel: NoteTab Light 7.2
Beitrag von: SiLæncer am 05 November, 2014, 06:00
(http://www.portablefreeware.com/screenshots/scr9w2Obm.gif)
NoteTab Light is a free Notepad replacement as well as a capable HTML editor. It is able to multiple files using a tabbed interface with no size limit, and has built-in macro and clipboard support.

License:  Freeware

Changelog

Updated the regular expressions engine to the latest version (based on PCRE 8.36).
Added 10 new Clip commands.
Added new shortcut to insert « French quotation marks » around selected text: Ctrl+Alt+,
Added “Full Name in Title Bar” setting on General tab in Options dialog box. Check this option to display the current document name with the full folder path. Uncheck it to hide the folder path.
Added “Open All” command to File > Reopen submenu.
Added new shortcut to close a document tab and cancel the “Save changes” prompt: Ctrl + Middle Mouse Button click on tab.
When using the “Close All Documents” feature, the list of closed files is now automatically stored under the “Close All” Favorites category list. The warning prompt is now only displayed if more than 16 documents are about to be closed.
Removed the "Save Changes" prompt when closing a modified but empty document that has never been saved to disk.
Reintroduced the auto-complete feature in the search dialog combobox fields.
Improved Calculate Expression feature by increasing bracket limit from 40 to 100.
Improved Calculate Expression feature, which now supports the × and ÷ operators as equivalent to the * and / symbols.
Improved font sharpness when run under Windows high DPI settings.
Improved setting file-type associations with NoteTab (note that associations set with previous versions may not show in Options).
Fixed several syntax highlighting issues in NoteTab Pro that occurred when text contained tab characters.
Fixed issue with “Match Directory” and “Use Default Directories” options.
Fixed infrequent issue that resulted in no selected document tab (usually after closing a document).
Several other minor improvements and fixes.
Updated documentation.

[close]

http://www.notetab.com
Titel: SynWrite 6.14.1765
Beitrag von: SiLæncer am 05 November, 2014, 12:26
Whats new: >>

clips: now "synw-snippet" files allowed in "Data\clips" subfolders. Usual snippets shown in Clips. Lexer-name is ignored for them.
clips: group "Quote sel"
clips: now clips are not files in "Data\clips" dir, but folders. (Remove old txt files by hands, move your files into subfolders).
clips: some menuitems del'ed.
cmd "Line ops - Remove all duplicates+origins"
cmd "Line ops - Extract unique lines"
lexer C: tree for "#define", "typedef", no tree for "for", "if"
lexer Asm change (cannot "restore styles" this time)
option "Select/Hilite - Dbl-click + drag: selects by words"
fix: cannot call Speech plugin from toolbar

http://www.uvviewsoft.com/synwrite/
Titel: reCsvEditor 0.96g
Beitrag von: SiLæncer am 05 November, 2014, 17:40
(http://images.six.betanews.com/screenshots/scaled/1300590091-1.jpg)
reCsvEditor is a cross platform editor for Csv Files. It supports a wide variety of Field delimiters, very large files and Unicode Files. Files are displayed in a table format.

Freeware

Latest Changes

- More Cell operations (Right click and Edit menus)
- Added Recent Directory option to File Menu
- Tips displayed on startup
- New JavaScript macros (Delete-Duplicates and Show Duplicates)
- New Jython / Groovy macros to save files as JSon. These require Jython / Groovy interpreter's to be downloaded separately from there Project sites
- New Delete-Duplicate / Sort Macro-Build functions
- Removed Java-7 dependencies that had crept in, Should run in Java 6 again
- Improved major error reporting
- Fixed issue with spaces in filename (when used as a Startup parameter for ReCsvEditor)

http://recsveditor.sourceforge.net/
Titel: Brackets 1.0
Beitrag von: SiLæncer am 06 November, 2014, 05:45
(http://images.six.betanews.com/screenshots/scaled/1384812094-1.jpg)
Brackets is an open source code editor for the web. It's built with JavaScript, HTML and CSS by web developers like you. As you code, HTML changes are instantly pushed to browser without having to save or reload the page. Theseus makes inspecting variables and control flow easy, even in asynchronous code.

Lizenz: Open Source

Whats new: >>

Siehe hier : http://blog.brackets.io/2014/11/04/brackets-1-0-and-extract-for-brackets-preview-now-available/

http://www.brackets.io/
Titel: Resoor 1.42
Beitrag von: SiLæncer am 06 November, 2014, 13:12
(https://www.heise.de/software/screenshots/t118408.jpg)
Quelltext-Editor, der EXE- und RES-Dateien importiert und bearbeitet; erstellt Ressourcen- und Quelltextdateien in verschiedenen Programmiersprachen.

Freeware

Whats new: >>

TGA format supported for images.
Delete words by Ctrl+Backspace, Ctrl+Delete.
A lot of small improvements.

http://softconstructors.com/en/applications/resoor/
Titel: HelpNDoc 4.6.2.573
Beitrag von: SiLæncer am 06 November, 2014, 17:40
Whats new: >>

Fixed HTML based export: some characters in topic content were not correctly encoded

http://www.helpndoc.com/
Titel: EditBone 9.3.4
Beitrag von: SiLæncer am 07 November, 2014, 09:30
(http://www.bonecode.com/images/EditBone1.png)
Powerful text editing tool that comes with syntax highlighting support for over 50 languages and scripts, 22 ready made styles, a handy file comparison feature and support for multiple directories and search results.

Freeware

Whats new: >>

- Added language file contributors to about box
- Added Chinese language, translated by Ma Xiaoguang
- Added Thai language, translated by Satit Archanusorn
- Fixed file mask in find in files
- Fixed ITaskbarlist3 interface not supported on this OS version (XP) bug
- Fixed word wrap selection
- Updated development environment
- Updated third-party components

http://www.bonecode.com/?page=projects
Titel: RJ TextEd 10.0 Beta 2
Beitrag von: SiLæncer am 08 November, 2014, 17:00
(http://images.six.betanews.com/screenshots/scaled/1187014627-1.jpg)
RJ TextEd - A Unicode source and text editor. RJ TextEd is a full featured text and source editor with Unicode support, syntax highlighting and code folding. The functionality extends beyond text files and includes support for HTML editing with integrated preview, spell checking, auto completion, HTML validation, templates and more. The program also include support for Topstyle Lite CSS editor, has a dual pane file commander, as well as a FTP client to upload your files. The editor uses language files to display menus and dialogs in different languages. There are several included languages. New language files can easily be created in the editor. RJ TextEd is also a simple web development tool. The editor can use auto completion and hints to assist you in editing your source code. You can preview HTML/ASP/PHP... code using one of the preview tabs or open a document in a browser. The editor does not only handle source code. It also handles true ASCII files, binary files and of course plain text files.

Licence: Freeware

Changelog

Install script:

The setup file include both 32-bit and 64-bit binary files. On a 64-bit system, the 64-bit files are installed. And on a 32-bit system the 32-bit files are installed. If a 32-bit version of the program is found on a 64-bit Windows, You are asked to uninstall it.

Portable version:

The portable version include both 32-bit and 64-bit versions. I also created links to make it easy to run each version.

[close]

http://www.rj-texted.se/
Titel: Writemonkey 2.7.0.3
Beitrag von: SiLæncer am 09 November, 2014, 07:20
(https://i.postimg.cc/T20BpJK2/screenshot-2101.png)
Tool zur Textbearbeitung, das ablenkende Bedienelemente ausblendet; enthält unter anderem Wörterbücher in verschiedenen Sprachen (auch in Deutsch).

Freeware (Spende erwünscht)

Whats new: >>

- changed: New spell checker and language tools.

    * Hunspell, new spelling engine which uses native Open Office / Mozilla dictionaries. Hunspell is state of the art spell checker for languages with complex word compounding and rich morphology. It is based on older MySpell standard and can also be used with original MySpell directories. Hunspell is the default spell checker for OpenOffice, Mozilla Thunderbird and Firefox, Google Chrome and the Apple MAC OS/X operating system since version 10.6.
    * Support for virtually all languages (see Downloads section on more info how to get the dictionaries for languages not available on wm site).
    * New spelling UI.
    * You can spell check whole doc or only a selection.
    * Skips internet addresses, emails, comments, tabbed paragraphs (markdown code).
    * CTRL+Click word or hit SHIFT+7 to get thesaurus entries. If word is misspelled, spelling suggestions are shown.

- added: Improved plugin engine and richer API + New plugins: Clandestine files, Scratch pad, Preview ... (see Plugins section for more info)

- added / fixed: You can now do Replace All on a selection not just on the whole text.

- added: You can now show/hide white spaces from the Preferences / Screen elements menu.

http://writemonkey.com/
Titel: SynWrite 6.14.1785
Beitrag von: SiLæncer am 09 November, 2014, 08:00
(http://images.betanews.com/screenshots/1289816929-1.jpg)
Erweiterter Text-Editor mit Unterstützung von vielen Dateiformaten, Programmiersprachen und Zeichenkodierungen; bietet unter anderem Syntax-Hervorhebung, Auto-Vervollständigung und Code-Vorlagen; auch als Plug-in für Total Commander und als portable Version erhältlich.

Freeware

Whats new: >>

+ If you reinstall PluginManager (from PluginManager), new item "PluginManager - Update" will appear. Plugin Updater. Uses local files "install.inf" and "v.inf" (install.inf created by not old Synw; v.inf created by new PluginManager+Synw).
+ lexer C: redone tree
+ lexer VBS: folded for..next

http://www.uvviewsoft.com/synwrite/
Titel: RJ TextEd 10.0 Beta 3
Beitrag von: SiLæncer am 12 November, 2014, 05:20
Changelog

32 and 64 bit version
The main program and all included tools are available in 32 and 64 bit versions.

Program language
If you install the program for the first time you are presented with the option to select the language to use in menus, windows and other texts.
You can still change it manually in "Environment->Languages".

Panels
The sidebars and bottom-bar has been removed and replaced by dock able panels. Panels can be pinned, unpinned and dragged to almost any position you want.

Themes
Everything that changes the appearance are now handled as themes. This include application skins, panel styles and editor syntax highlighting and other editor colors.

Themes are managed in the theme manager dialog window, available in the environment menu.
All skins options have been moved from addons and syntax highlight settings have been moved from the options dialog. Everything is now handled in the theme manager.

All created themes are listed in the (Environment -> Themes) menu. A menu item to open the "Theme manager..." has been added as well.

For the average user this will make it much simpler to change the appearance. Changing a themes changes the application skin, panel style and editor colors.
The more advanced users can still change all colors and set individual colors for different file types. It will also be possible to import/export syntax colors.

Visual appearance
The entire design is a bit flatter and some dialogs and icons have been changed.

Addons
Redesigned the addons dialog window to make things more intuitive and updating addons simpler.

Script and extensions
The programming languages and components is now fully support Unicode.

Characters now have there own type. They are not handled as integers anymore.
This means you can use declarations like:

[close]

http://www.rj-texted.se/
Titel: SynWrite 6.14.1800
Beitrag von: SiLæncer am 13 November, 2014, 05:30
(http://images.betanews.com/screenshots/1289816929-1.jpg)
Erweiterter Text-Editor mit Unterstützung von vielen Dateiformaten, Programmiersprachen und Zeichenkodierungen; bietet unter anderem Syntax-Hervorhebung, Auto-Vervollständigung und Code-Vorlagen; auch als Plug-in für Total Commander und als portable Version erhältlich.

Freeware

Whats new: >>

+ menu "Help - Web search"; see dir "Data\websearch"
* menu "Html - Online help" del'ed
* Html Tidy configs are now files in "Data\HtmlTidy", so user files won't get overwritten by reinstallation. (Delete Tidy.cfg by hands)
- fixes (url regex, paste in docked Find dlg in tc, VBS lexer, plug manager "save all")

http://www.uvviewsoft.com/synwrite/
Titel: Hekapad 0.30
Beitrag von: SiLæncer am 13 November, 2014, 05:45
(http://images.six.betanews.com/screenshots/scaled/1355621337-1.jpg)
Hekapad is very easy, lightweight and has many advanced features that make it the right choice to create, open or edit a text file. Beside the classic format TXT, Hekapad supports also other formats: NFO, LOG, INI, INF, and allows to save and open text files with other extensions.

Freeware

http://www.hekasoft.it/en/hekapad.php
Titel: StroyCode 1.86
Beitrag von: SiLæncer am 13 November, 2014, 21:15
(https://www.heise.de/software/screenshots/t117951.jpg)
Texteditor zum Programmieren; visualisiert die Struktur des Codes durch verschachtelte grafische Elemente, welche sich auch mit der Maus einfügen lassen.

Freeware

Whats new: >>

Several small fixes.

http://softconstructors.com/en/applications/stroycode/
Titel: PilotEdit Lite 7.4.0
Beitrag von: SiLæncer am 15 November, 2014, 21:45
(http://www.pilotedit.com/images/OpenInQuickMode.PNG)
PilotEdit is a text, hex, XML, C/C++, HTML, PHP, Java, Javascript and Perl editor that can edit large files of 400GB (40 billion lines).

It offers customizable syntax and keyword highlighting, advanced search and replace operations, automatic text encoding, 256-bit AES encryption/decryption and a built-in FTP/SFTP client lets you open, edit, download and upload large files directly to/from a FTP/SFTP server.

In addition to standard text editing features, PilotEdit can compare and merge two large files of 100GB (10 billion lines). You can also sort, find/remove duplicate lines and extract strings over a large file of 1GB.

Freeware

http://www.pilotedit.com/
Titel: SynWrite 6.14.1810
Beitrag von: SiLæncer am 17 November, 2014, 05:00
Whats new: >>

+ option: printing font
+ tab context menu: added "Save", "Save as", del'ed "New tab"
- fix (cannot apply font color)

http://www.uvviewsoft.com/synwrite/
Titel: BowPad 2.0.9
Beitrag von: SiLæncer am 17 November, 2014, 06:05
(http://s26.postimg.org/e60vd9bix/screenshot_182.jpg)
BowPad is a small and fast text editor with a ribbon user interface and syntax highlighting.

Features:

syntax highlighting for over 100 file types and languages
handling of many different encodings, including UTF-8, UTF-16 and even UTF-32
easy ribbon user interface
navigation hints in the vertical scrollbar
coloring of open tabs according to their path
extendable with plugins written in jscript or vbscript

Freeware

http://stefanstools.sourceforge.net/BowPad.html
Titel: RJ TextEd 10.0 Beta 4
Beitrag von: SiLæncer am 17 November, 2014, 17:40
Release Notes : http://www.rj-texted.se/Forum/viewtopic.php?f=10&t=3149

http://www.rj-texted.se/

Titel: TEA 39.0.0
Beitrag von: SiLæncer am 17 November, 2014, 20:45
Texteditor mit eingebautem Dateimanager und Bildbetrachter; hat ein Tabbed Interface, frei zu vergebende Hotkeys, ist skriptfähig und unterstützt Syntax Highlighting; bearbeitet neben einfachen Textdateien auch die Formate ODT, SWX und KWD.

Lizenz: Open Source

Zitat
Hello. TEA now is the single instance application. If this feature will be unstable I'll turn it off at the next release. Current implementation is based on the shared memory, so if TEA crashes (at Linux), TEA can be normally runned AFTER the NEXT run after the crash.

Charset for the comman line file opening now can be defined via Tune - Common - Charset for file open from command line.

The important hack to the keyboard handling has been added - see Tune - Common - Use Alt key to access main menu (option, default is OFF). If ON, you can access to main menu via Alt key pressing. If OFF, all Alt-based shortcuts works fine now ;)

Another new option - Search - From cursor (ON by default). If OFF, TEA searches text from the beginning of the file, else from the cursor position.

Plus, 3 new TEA application icons can be selected at Tune - Interface page.

http://semiletov.org/tea/
Titel: HtLite 2.1.0.0
Beitrag von: SiLæncer am 19 November, 2014, 17:20
(http://s26.postimg.org/y1r42meu1/screenshot_142.jpg)
Umfangreicher HTML/XHTML Editor.  Jeder externe Browser zur Seitenansicht einstellbar.  Wer keinen HTML Designer zur visuellen Gestaltung seiner Seiten benötigt, sondern nur einen komfortablen Code-Editor sucht, erhält hier eine hervorragende Alternative.

Freeware

http://www.winsoftware24.com/HtLite.html
Titel: Leafier v1.1.1.1
Beitrag von: SiLæncer am 21 November, 2014, 07:40
(http://www.portablefreeware.com/screenshots/scrUfDMQV.gif)
Leafier is a simple HTML editor with tag insertion feature. Unicode, tabbed multi document interface, syntax highlighting, etc is supported.

License:    Freeware

Whats new: >>

Eliminate the immovable area of the selected character string in wrapping display state.
Fixed a bug that occurs when the folder operations in Windows Explorer such as an external (Delete, etc.).
Problems that occur in language change or the like, fix the other.

http://www.vieas.com/en/software/leafier.html
Titel: SynWrite 6.14.1825
Beitrag von: SiLæncer am 21 November, 2014, 16:15
(http://images.betanews.com/screenshots/1289816929-1.jpg)
Erweiterter Text-Editor mit Unterstützung von vielen Dateiformaten, Programmiersprachen und Zeichenkodierungen; bietet unter anderem Syntax-Hervorhebung, Auto-Vervollständigung und Code-Vorlagen; auch als Plug-in für Total Commander und als portable Version erhältlich.

Freeware

Whats new: >>

some lexers deleted, and most of additional lexers deleted from rar. They are now live in Plugin Manager "Install" list. It's easier to update lexers such way. You can use Plugin Manager "Save all" too.
translations (except Ru/De) live in Plugin Manager "Install" list
more options "History - Save ....."
options made visible: "Auto-complete - Hint delay", "View - Show bookmarks gutter column", "View - Show SyncEdit icon"
help FAQ item "How to set plugin shortcuts"
redone: mouse wheel code

http://www.uvviewsoft.com/synwrite/
Titel: Mext 1.46
Beitrag von: SiLæncer am 21 November, 2014, 18:15
(https://www.heise.de/software/screenshots/t118412.jpg)
Text-Editor zum Programmieren; hilft unter anderem bei technischer Dokumentation und dem Erstellen von Webseiten.

Freeware

Whats new: >>

Caption property for CHM generator.
Non-latin search fixed.
Small improvements.

http://softconstructors.com/en/applications/mext/
Titel: Semagsoft Document.Editor 2015
Beitrag von: SiLæncer am 22 November, 2014, 05:40
(http://images.betanews.com/screenshots/1221016805-1.png)
Document.Editor is a multitab text editor for Windows. It includes plain and rich text format support, multi tab interface so you can edit multiple documents in a session, compact application size, and multiple commands.

Freeware

Latest Changes

- New Theme(Modren)
- New Page Image Background
- Improved DocX support
- Improved User Interface
- Minor Bug Fix's, improvements and speed ups

https://documenteditor.codeplex.com
Titel: RichEdit 3.3.0.0
Beitrag von: SiLæncer am 22 November, 2014, 16:51
(http://richedit.weebly.com/uploads/1/0/8/8/10882987/1546508_orig.png)
RichEdit is an easy-to-use application that was designed to provide you with a quick means of editing documents saved in various formats. The program has all the basic editing tools you will need, plus a language editor specifically written to handle source code and other similar content.

Freeware

Whats new: >>

Minor bug fix
Arabic & Turkish localization update
Updated: localization files
Updated: [Mini SC Edit] - INI/INF syntax

http://richedit.co.nr/
Titel: BowPad 2.0.9.1215
Beitrag von: SiLæncer am 24 November, 2014, 13:41
(http://s26.postimg.org/e60vd9bix/screenshot_182.jpg)
BowPad is a small and fast text editor with a ribbon user interface and syntax highlighting.

Features:

syntax highlighting for over 100 file types and languages
handling of many different encodings, including UTF-8, UTF-16 and even UTF-32
easy ribbon user interface
navigation hints in the vertical scrollbar
coloring of open tabs according to their path
extendable with plugins written in jscript or vbscript

Freeware

Whats new:>>

Added explorer context menu entry for folders and folder backgrounds

List of issues solved for 2.0.9:

Add shortcut names as shortcut ids
File SaveAs
Touch support in 2.0.5 and newer breaks Windows Server 2008
Implement an MRU list for encodings

http://stefanstools.sourceforge.net/BowPad.html
Titel: KaPiGraf 2.4
Beitrag von: SiLæncer am 24 November, 2014, 20:45
(http://images.six.betanews.com/screenshots/scaled/1335123072-1.jpg)
KaPiGraf shows your data as a chart easily and quickly. It also offers possibilities which you miss in MS Excel. And what is more, KaPiGraf will never bother you with unnecessary questions. After you open your file, you will see the preview of your data. Here you will choose each column which stands for the axxis X and Y. After clicking "The create graph", the graph is automatically drawn. This graph can be used in many ways: moving, zooming, changing parameters, exporting into MS Excel, printing, saving, transfering units and many others.

Free for non-commercial use

Latest Changes

- Added correlation coefficient in Regression
- New icons in the preview window
- New preview window
- Edit- added calculating then linear regression - =reg(s1,s2) //s1..column1 s2...column2
- Edit - added calculation of polynomial - =pol(2;s1,s2) // 2..2degree s1..column 1 s2..column2
- "new icons in the Graph window
- Setting axis - added font for axis and axis unit
- Caption chart - added Font
- Caption chart "=d" fill in the current date
- Fix errors
- R: comparison 16 files of data into 1 graph
- Add color for each limit
- File-edit / add data reduction

http://www.kapizone.cz/en/index_soubory/page0002.htm
Titel: TeXstudio 2.8.8
Beitrag von: SiLæncer am 25 November, 2014, 13:07
(https://www.heise.de/software/screenshots/t53117.jpg)
GPL-LaTeX-Editor, der das Erstellen von LaTex-Dokumenten in Unicode vereinfacht; unterstützt den Nutzer beim Schreiben mittels interaktiver Rechtschreibprüfung, Syntax-Highlighting, Code-Folding und automatischer Code-Vervollständigung.

Lizenz: Open Source

Changelog

basic Asymptote highlighting
improved parsing of command options
notify that syncing between PDF and .tex won't work anymore after "File Save As..." (need to recompile)
fix: crash in column handling of table parser
fix: crash in math preview generation
fix: txs finds resource in app if it is not installed under /Applications... (OSX)
fix: open completer on typing comma only when the context suggests it
fix: tab replacement was only performed for tabOrIndent if there was a selection
fix: shortcut saving, so that added shortcuts (editor) are saved
fix: too large symbol on non-retina screen with retina notebook
fix: shortcut Shift+Backspace works like Backspace (Win+Linux)
fix: indentation increasing if pasting with newline at and and cursor is at line start
fix: replacing a selection by itself should not change anything (fixes indentation issues for some cases of selection-self-replacement)
fix: rendering results may be slightly differerent depending on the usage of the line cache.
some updates to the manual

[close]

http://texstudio.sourceforge.net/
Titel: CKEditor 4.4.6
Beitrag von: SiLæncer am 25 November, 2014, 19:33
(http://s26.postimg.org/y8h12nzbt/screenshot_191.jpg)
WYSIWYG-Editor für eigene Webseiten, der sich in diverse Skriptsprachen integrieren lässt; unterstützt die meisten gängigen Browser; auch mit kommerzieller Lizenz erhältlich

Lizenz: Open Source




Whats new: >>

Changelog
Security Updates:

    Fixed XSS vulnerability in the HTML parser reported by Maco Cortes.

    Issue summary: It was possible to execute XSS inside CKEditor after persuading the victim to: (i) switch CKEditor to source mode, then (ii) paste a specially crafted HTML code, prepared by the attacker, into the opened CKEditor source area, and (iii) switch back to WYSIWYG mode.

An upgrade is highly recommended!

New Features:

    #12501: Allowed dashes in element names in the string format of allowed content rules.
    #12550: Added the <main> element to the CKEDITOR.dtd.

Fixed Issues:

    #12506: [Safari] Fixed: Cannot paste into inline editor if the page has user-select: none style. Thanks to shaohua!
    #12683: Fixed: Filter fails to remove custom tags. Thanks to timselier!
    #12489 and #12491: Fixed: Various issues related to restoring the selection after performing operations on filler character. See the fixed cases.
    #12621: Fixed: Cannot remove inline styles (bold, italic, etc.) in empty lines.
    #12630: [Chrome] Fixed: Selection is placed outside the paragraph when the New Page button is clicked. This patch significantly simplified the way how the initial selection (a selection after the content of the editable is overwritten) is being fixed. That might have fixed many related scenarios in all browsers.
    #11647: Fixed: The editor.blur event is not fired on first blur after initializing the inline editor on an already focused element.
    #12601: Fixed: Strikethrough button tooltip spelling.
    #12546: Fixed: The Preview tab in the Document Properties dialog window is always disabled.
    #12300: Fixed: The editor.change event fired on first navigation key press after typing.
    #12141: Fixed: List items are lost when indenting a list item with content wrapped with a block element.
    #12515: Fixed: Cursor is in the wrong position when undoing after adding an image and typing some text.
    #12484: [Blink/Webkit] Fixed: DOM is changed outside the editor area in a certain case.
    #12688: Improved the tests of the styles system and fixed two minor issues.
    #12403: Fixed: Changing the font style should not lead to nesting it in the previous style element.
    #12609: Fixed: Incorrect config.magicline_putEverywhere name used for a Magic Line all-encompassingconfig.magicline_everywhere configuration option.
[close]

http://ckeditor.com/
Titel: TeX Creator 4.0.2
Beitrag von: SiLæncer am 26 November, 2014, 12:22
(http://a.fsdn.com/con/app/proj/tex-creator/screenshots/spellcheck.png/182/137)
TeX Creator is a comprehensive, yet powerful LaTeX editor that comes with a symbol database, autotext insertion, bookmarking, automation tools, a compiling tool and a built-in TexSample client. TeX Creator allows you to connect to the TeXSample service, where you can share your projects, including theorems, definitions and examples.

License : GPL

Whats new: >>

TeX Creator:

Use BeQt 4.1.0
Fix sample source main file renaming
Show plugin Help in separate windows
Use BGuiTools::setDockWidgetsAutoTabificationEnabled function

PreTeX Editor Module:

Fix docs
Fix function argument numbers

http://sourceforge.net/projects/tex-creator
Titel: Texmaker 4.4
Beitrag von: SiLæncer am 26 November, 2014, 13:37
(http://www.heise.de/software/screenshots/31402.jpg)
Umfangreicher LaTeX-Editor mit integrierten Tools und Funktionen wie Syntax-Highlighting, 370 mathematischen Symbolen und Ausdrücken, Suchen und Ersetzen oder Rechtschreibprüfung; konvertiert zudem LaTeX ins HTML-Format.

Lizenz: Open Source

Changelog

Features :

a new wizard for a standard XeLaTeX document has been added
a script ("User" menu to execute it) to apply a hard word wrap at 80 columns to the selected text has been added (will work like the php wordwrap() function - just change the textwidth value in the script if you need another value)
the list of furnished scripts is displayed in the "Run Script" sub-menu of the "User" menu (if a script is located at the same place than the furnished scripts, it will appear automtically in this menu)
support for the meta tags "% !TEX encoding=" and "% !TEX spellcheck" has been added (the meta tag "% !TEX root" is already supported)
.vrb,.listing and .spx extensions have been added to the "Clean" command (users requests) - cs, de, el, hu, pl, ru, se and vi translations have been updated (thanks to all the translators)

Bugs fixed :

the xelatex command is now included in the "Tools" menu
a bad behavior when spelling the document while a text is selected has been fixed (issue 1393)

Note :

The windows versions are now compiled with poppler 0.26.
The macosx Lion/Moutain/Maverick is now compiled with Qt 5.3.2 and poppler 0.26
The obsolete macosx 32 bits version is no more furnished (the 4.3 version will stay available on the download page)
[close]

http://www.xm1math.net/texmaker/download.html
Titel: SynWrite 6.14.1835
Beitrag von: SiLæncer am 26 November, 2014, 18:47
Whats new: >>

* Plugin Manager renamed and moved-- submenu "Options - Addons manager". Lines for PlugMan in SynPlugins.ini now ignored.
+ option "Simplified undo"(old style undo)
+ some api

http://www.uvviewsoft.com/synwrite/
Titel: Texmaker 4.4.1
Beitrag von: SiLæncer am 28 November, 2014, 06:15
Whats new:>>

Bugs fixed :

- a crash if the "% !TEX encoding=" meta tag is not valid has been fixed
- a bug related to some shorctuts (ctrl+shift+?) has been fixed

Note :

The macosx Lion/Moutain/Maverick package is again compiled with Qt 5.2.1 (two much issues with Qt 5.3.2 webkit and macdeployqt on MacOsX >=10.10)

http://www.xm1math.net/texmaker/download.html
Titel: SynWrite 6.14.1845
Beitrag von: SiLæncer am 30 November, 2014, 13:43
Whats new: >>

+ api to colorize text (like Notepad++)
* install of plugins: Synw first deletes old lines of this plugin in Synplugins.ini (so order of menuitems is correct if items added/del'ed)
* menu "Tools-Plugins" sorted
+ added tutorial

http://www.uvviewsoft.com/synwrite/
Titel: Scite 3.5.2
Beitrag von: SiLæncer am 02 Dezember, 2014, 09:06
(http://www.heise.de/software/screenshots/1206.jpg)
Editor mit Syntax-Highlighting, Auto-Completion, Folding und vielem mehr...

Lizenz: Open Source

changelog
For OS X Cocoa switch C++ runtime to libc++ to enable use of features that will never be added to libstdc++ including those part of C++11. Scintilla will now run only on OS X 10.7 or later and only in 64-bit mode.
Include support for using C++11 for regular expression searches. Enabling this requires rebuilding Scintilla with a non-default option. This is a provisional feature and may change API before being made permanent.
Allocate indicators used for Input Method Editors after 31 which was the previous limit of indicators to ensure no clash between the use of indicators for IME and for the application.
ANNOTATION_INDENTED added which is similar to ANNOTATION_BOXED in terms of positioning but does not show a border.
Allow platform overrides for drawing tab arrows, wrap markers, and line markers. Size of double click detection area is a variable. These enable better visuals and behaviour for PLAT_CURSES as it is character cell based.
CoffeeScript lexer fixes "/*" to not be a comment. Bug #1420.
VHDL folder fixes "block" keyword. Bug #1664.
Prevent caret blinking when holding down Delete key. Bug #1657.
On Windows, allow right click selection in popup menu. Feature #1080.
On Windows, only call ShowCaret in GDI mode as it interferes with caret drawing when using Direct2D. Bug #1643.
On Windows, another DirectWrite mode SC_TECHNOLOGY_DIRECTWRITEDC added which may avoid drawing failures in some circumstances by drawing into a GDI DC. This feature is provisional and may be changed or removed if a better solution is found.
On Windows, avoid processing mouse move events where the mouse has not moved as these can cause unexpected dwell start notifications. Bug #1670.
For GTK+ on Windows, avoid extra space when pasting from external application.
On GTK+ 2.x allow Scintilla to be used inside tool tips by changing when preedit window created. Bug #1662.
Support MinGW compilation under Linux. Feature #1077.
[close]

http://www.scintilla.org/SciTE.html
Titel: RJ TextEd v10.0
Beitrag von: SiLæncer am 02 Dezember, 2014, 12:30
(http://images.six.betanews.com/screenshots/scaled/1187014627-1.jpg)
RJ TextEd - A Unicode source and text editor. RJ TextEd is a full featured text and source editor with Unicode support, syntax highlighting and code folding. The functionality extends beyond text files and includes support for HTML editing with integrated preview, spell checking, auto completion, HTML validation, templates and more. The program also include support for Topstyle Lite CSS editor, has a dual pane file commander, as well as a FTP client to upload your files. The editor uses language files to display menus and dialogs in different languages. There are several included languages. New language files can easily be created in the editor. RJ TextEd is also a simple web development tool. The editor can use auto completion and hints to assist you in editing your source code. You can preview HTML/ASP/PHP... code using one of the preview tabs or open a document in a browser. The editor does not only handle source code. It also handles true ASCII files, binary files and of course plain text files.

Licence: Freeware

Changelog

32 and 64 bit version

The main program and all included tools are available in 32 and 64 bit versions.
Program language

If you install the program for the first time you are presented with the option to select the language to use in menus, windows and other texts. You can still change it manually in "Environment->Languages".
Panels

The sidebars and bottom-bar has been removed and replaced by dock-able panels. Panels can be pinned, unpinned and dragged to almost any position you want.
Themes

Everything that changes the appearance are now handled as themes. This include application skins, panel styles and editor syntax highlighting and other editor colors.

Themes are managed in the theme manager window, available in the environment menu.

All skins options have been moved from addons and syntax highlight settings have been moved from the options dialog. Everything is now handled in the theme manager.

All created themes are listed in the (Environment -> Themes) menu. A menu item to open the "Theme manager..." has been added as well.

For the average user this will make it much simpler to change the appearance. Changing a themes changes the application skin, panel style and editor colors. The more advanced users can still change all colors and set individual colors for different file types. It will also be possible to import/export syntax colors.
Visual appearance

The entire design is a bit flatter and some dialogs and icons have been changed.
Addons

Redesigned the addons dialog window to make things more intuitive and updating addons simpler.
Script and extensions

The programming languages and components is now fully support Unicode.

Characters now have there own type. They are not handled as integers anymore. This means you can use declarations like:

char ch = str[1]; char ch = #32; or conditions like: if (ch == "Z") { ... };
The char type can handle Unicode characters.
File associations

Associations can be added directly in the options dialog window "Options -> File". The Associate.exe file has been removed from the installation. It is no longer needed.
Symbols panel

Symbols are now read from a file "AppData\RJ TextEd\Data\PanelSymbols.txt". You are free to modify this file if you wish. It is not overwritten when updating the program.
Font quality

It is now possible to set the font quality of the text rendered in the editor, menus and all program windows. To change the font quality setting open options:

Editor text
Options -> Display.

Menus, windows...
Options -> Style and fonts.

Or simply use the search feature in options.
Open recent files (Sessions,Favorites)

Made some changes and placed the checkboxes to the left.
HTML preview

The Firefox and Chrome previews have been removed from the program. They are both outdated and incredibly buggy. I spend most of my time just trying to fix issues in those two components, or find some workaround just to make them run. That time could have been used to make improvements to the rest of the program instead.

The IE preview is still available and I have no intension to remove it. It's always up to date and is very stable.
Passwords

Passwords to remote FTP servers are encrypted, when store locally. This new version is not compatible with the old versions, so you will have to re-enter all passwords to your FTP/SFTP servers and proxy servers again.
Install script

The setup file include both 32-bit and 64-bit binary files. On a 64-bit system, the 64-bit files are installed. And on a 32-bit system the 32-bit files are installed.

If a 32-bit version of the program is found on a 64-bit Windows, You are asked to uninstall it.
Portable version

The portable version include both 32-bit and 64-bit versions. I also created links to make it easy to run each version.
Fixed

Fixed many issues when porting from Delphi 2007 to Delphi XE6. Also fixed several issues, found in the beta versions, that were reported by users.

[close]

http://www.rj-texted.se/
Titel: SynWrite 6.14.1855
Beitrag von: SiLæncer am 02 Dezember, 2014, 18:30
(http://images.betanews.com/screenshots/1289816929-1.jpg)
Erweiterter Text-Editor mit Unterstützung von vielen Dateiformaten, Programmiersprachen und Zeichenkodierungen; bietet unter anderem Syntax-Hervorhebung, Auto-Vervollständigung und Code-Vorlagen; auch als Plug-in für Total Commander und als portable Version erhältlich.

Freeware

Whats new: >>

lexers removed to Addon-manager: VB/Scala/Lisp
snippets removed to Addon-manager: Python/Java
fix dialog "Lexer props -- Import rules/styles"
fix JS lexer (regex rule)

http://www.uvviewsoft.com/synwrite/
Titel: Highlight 3.20
Beitrag von: SiLæncer am 04 Dezember, 2014, 05:30
(http://images.six.betanews.com/screenshots/scaled/1028713443-1.jpg)
Highlight is a universal source code converter which transforms code to HTML, XHTML, RTF, LaTeX, TEX, SVG and BBCode files with syntax highlighting. (X)HTML and SVG output is formatted by CSS. It supports customizable color theme and language descriptions with regular expressions. The configuration files are Lua scripts with plug-in support. The tool contains several options to provide a consistent formatting of the output code.

License: Open Source

Latest Changes

- Updated Artistic Style lib
- Added VTK formatting style

http://www.andre-simon.de/
Titel: EditPad Lite 7.3.6
Beitrag von: SiLæncer am 05 Dezember, 2014, 13:15
(http://www.editpadpro.com/screens/editpadlite.png)
EditPad Lite is a general-purpose text editor, designed to be small and compact, yet offer all the functionality you expect from a basic text editor. EditPad Lite works with Windows NT4, 98, 2000, ME, XP and Vista.

Freeware

What's new: >>

Bug fix:

Search: Turning on incremental search, entering a search term, and then backspacing the search term caused other commands to either not show a progress meter or to permanently show a stuck progress meter.

http://www.editpadpro.com/editpadlite.html
Titel: Weaverslave 3.9.19
Beitrag von: SiLæncer am 06 Dezember, 2014, 19:00
(http://download.winboard.org/uploads/Image/weaverslave.jpg)
Weaverslave ist ein schneller und flexibler Editor und kann mit mit einer Auswahl an Plug-Ins erweitert werden.

Mit einer Größe von gerade mal 3 MB bietet er umfassende Vielfalt an:

- Syntaxhighlightning für die meisten Sprachen (HTML, PHP, C++, MySQL, Java, java script, ...)
- Umlaut-Konvertierung
- Verschiedene Sprachen (Deutsch, Englisch, Niederländisch, Polnisch, Französisch, ...)
- Taginspektor
- HTML-Elemente können per ausgeklügelter Reiter-Navigation in den HTML-Text integriert werden.
- Alle Funktionen aus PHP 4.4.1 und 5.1.1 sind enthalten
- Pluig-In integration
- Codebrowser

http://thomas.weinert.info/
Titel: BlueLife Hosts Editor v1.2
Beitrag von: SiLæncer am 06 Dezember, 2014, 20:00
(http://www.sordum.org/wp-content/uploads/2013/09/save_changes.png)
BlueLife Hosts Editor is a portable hosts-file editor and Allows you to easily add / delete, block , update domain names to your hosts file.

You will only need to type the hostname you want to add then press the “Get IP Address and add the list” button.

Here are some key features of "BlueLife Hosts Editor":

· Add domain names to your hosts file
· Delete domain names
· Block domain names
· Update active ip adresses
· Open the domain name with default browser
· Flush Dns
· Rebuild default windows hosts
· Backup your hosts file
· Restore your hosts file
· Open hosts file with notepad function

Freeware

Whats new:

[ Fixed ] – If the attributes of the hosts file changed to system , Save function doesn’t work

http://www.sordum.org/8266/bluelifehosts-editor-v1-2/
Titel: nanDECK v1.17
Beitrag von: SiLæncer am 06 Dezember, 2014, 20:15
(http://www.portablefreeware.com/screenshots/scrR7FVt4.gif)
nanDECK is a scripting graphic software that provides a simple yet flexible language to create multiple images suited for cards or counters .

Freeware

http://www.nand.it/nandeck
Titel: SynWrite 6.14.1870
Beitrag von: SiLæncer am 07 Dezember, 2014, 19:00
Whats new: >>

+ added Cmd List commands in category "Encodings"
+ added lexer htaccess

* change: moved menuitems for ext-tools into "Tools - Ext tools" to not clutter Tools menu
* change: if you see error on start about SynHide.ini lines, edit this file and delete all "run" lines, since menuitems order is reset
* change: removed Cmd List encoding commands "Change to koi8", "Change to mac"
* change: removed lexers FoxPro/Tcl to Addon manager
* change: removed converter Translit to Addon manager

http://www.uvviewsoft.com/synwrite/
Titel: BowPad 2.0.10.1231
Beitrag von: SiLæncer am 11 Dezember, 2014, 05:03
(http://s26.postimg.org/e60vd9bix/screenshot_182.jpg)
BowPad is a small and fast text editor with a ribbon user interface and syntax highlighting.

Features:

syntax highlighting for over 100 file types and languages
handling of many different encodings, including UTF-8, UTF-16 and even UTF-32
easy ribbon user interface
navigation hints in the vertical scrollbar
coloring of open tabs according to their path
extendable with plugins written in jscript or vbscript

Freeware

Whats new:>>

Improved the file tree
Fixed problem when opening BowPad with a right-click in explorer from a folder background

Solved issues:

Highlight between brackets
Add new c++ type for header source

http://stefanstools.sourceforge.net/BowPad.html
Titel: Arachnophilia 5.5 Build 2877
Beitrag von: SiLæncer am 11 Dezember, 2014, 13:49
(http://www.freeware.de/images/screenshots/65538/arachnophilia_medium_1.png)
Arachnophilia ist ein kostenloser HTML-Editor für die einfache, bequeme Webseiten-Gestaltung. HTML-Seiten für das eigene Web-Domizil lassen sich mit der Freeware kreativ und individuell bearbeiten.

Es handelt sich bei Arachnophilia um einen echten Klassiker unter den textbasierten HTML-Editoren. Die Freeware enthält alle wichtigen Funktionen zur Erzeugung von Tabellen und Rahmen. Enthalten ist außerdem ein FTP-Client und ein interner Viewer.

Vorgefertigte Makros können mit Arachnophilia zum Schreiben von HTML-Quelltext verwendet werden. „Wizards“ sind behilflich, um HTML-Lösungen komfortabler zu realisieren. Die Freeware kann nicht nur für das HTML-Deisgn, sondern auch für Programmiersprachen wie Java, JavaScript, Perl, C und C++ eingesetzt werden. Nützlich ist dabei die Funktion des Syntax Highlighting.

Nahezu alle Arachnophilia-Menüs und Werkzeugleistenelemente können intern durch ein Makro dargestellt und individuell erweitert oder verändert werden. Weitere interessante Funktionen sind ein Makroeditor zum Erstellen selbst definierter Funktionen, ein globales Suchen und Ersetzen, die Browser-Vorschau in sechs unterschiedlichen Varianten, der Import von RTF-Dokumenten und die Überwachung von Dateiveränderungen.

Whats new: >>

Fixed some minor user-reported bugs.
Fixed a bug caused by the icon change.

http://www.arachnoid.com/arachnophilia/index.php
Titel: CSVpad v1.2
Beitrag von: SiLæncer am 12 Dezember, 2014, 20:45
(http://www.portablefreeware.com/screenshots/scrmPKCjv.png)
CSVpad is a handy free CSV (Comma-separated values) editor.

License: GPL

Whats new:>>

Added : Undo function
Added : Redo function
Updated : Open url
Updated : documentation
Fixed : duplicate rows / columns
Fixed : hotkeys

http://www.trustfm.net/GeneralTools/CSVpad.php
Titel: Notepad++ 6.7
Beitrag von: SiLæncer am 15 Dezember, 2014, 06:24
(http://s26.postimg.org/vvnitnjix/screenshot_38.jpg)
Notepad++ is a tabbed source code editor and Notepad replacement with a customizable interface. It is one of the few few source code editors that supports "folding," allowing users to quickly reduce and expand sections of code to see the overall document. In addition, it features multi-language syntax highlighting, auto-completion, regular expression search/replace, macro recording and playback, etc. The program can access a long list of plug-ins via an easy-to-access menu with even more features and functions.

License: GPL

What's new: >>

Add Smart Indent feature for php/javascript/c/c++/java/c#/Objective-C.
Enhance Auto-insert feature for {} [] (): typing and skipping }, ] and ).
Add new feature of MRU: While current file is closed the previous activated file will be activated.
Allow users to disable Easter eggs by adding noEasterEggs.xml in Notepad++ installed directory.
Enhancement: Resize column Name filed correctly while hiding column Ext.
Fix Global colours not applied to all text of the "Find result" pane.
Add C# and enhance php parser in Function List.
Fix document list panel has no selection while start up.
Fix docSwitcher bug which shows new 0 after loading a session of files.
Fix crash issue on quit Notepad++ while session snapshot period backup feature is on.
Make "Text Direction RTL" command and "Text Direction LTR" command work without reloading file.
Make document map matches the current text direction (RTL/LTR).
Fix a crash issue while the opened document is deleted/moved from outside.
Fix undo actions on unsaved snapshot file removing the dirty state bug.

http://notepad-plus.sourceforge.net/
Titel: HtLite 2.3.0.0
Beitrag von: SiLæncer am 15 Dezember, 2014, 07:15
(http://s26.postimg.org/y1r42meu1/screenshot_142.jpg)
Umfangreicher HTML/XHTML Editor.  Jeder externe Browser zur Seitenansicht einstellbar.  Wer keinen HTML Designer zur visuellen Gestaltung seiner Seiten benötigt, sondern nur einen komfortablen Code-Editor sucht, erhält hier eine hervorragende Alternative.

Freeware

http://www.winsoftware24.com/HtLite.html
Titel: CodeLobster PHP Edition 5.3
Beitrag von: SiLæncer am 15 Dezember, 2014, 10:06
(http://images.six.betanews.com/screenshots/1186155456-1.gif)
CodeLobster PHP Edition is a handy and easy-in-use editor that is primarily intended for quick and easy creation and editing of PHP files. It includes debugger, dynamic help, built-in parser, autocomplete and Class View window for comfortable work with PHP code. CodeLobster PHP Edition also supports such file formats as Text, HTML, XML.

Freeware (Free registration by email is required after 30 days)

Changelog
JQueryUI plug-in:

JQueryUI context and dynamic help
JQueryUI autocomplete for Functions and Widgets
JQueryUI autocomplete for Widgets Parameters
JQueryUI autocomplete for Effects
JQueryUI autocomplete for Easings
JQueryUI autocomplete for Color Animation
Debugger for PHP version 5.6.x
Japanese translation added
Keeping parameters passed to URL in the Preview Window

Bugs fixed:

Incorrect Right Alt behaviour
Error on jdoc:include syntax
Saving changes to css files in the Inspector
[close]

http://www.codelobster.com/
Titel: AkelPad v4.9.1
Beitrag von: SiLæncer am 15 Dezember, 2014, 21:00
(http://akelpad.sourceforge.net/files/screen_basic.png)
AkelPad is an open source editor for plain text. It is designed to be a small and fast. Includes the ability to load text documents that are larger than 64 Kilobytes, document previews before opening them, editing of read only files and more. Plugins add a number of additional features to Akelpad like syntax highlighting, auto completion, sessions, macros and scripts and auto saving.

Licence: Open Source

Changelog
Changed:

Plugin architecture. Update plugins.
Moved SmartSel::altSmartHome, SmartSel::altSmartEnd, SmartSel::altSmartUpDown, SmartSel::altNoSelEOL to settings dialog SmartSel::Settings. To remove SmartSel messages at program start, go to the plugins dialog (Alt+P) and click OK.
Inverted action of case changing commands 4175-4180 - now default is case changing for the current word if no selection. Optional parameter with code 1 now changes case for all text, if no selection.
Flag 64 of manual parameter "MouseOptions" now applies for any types of line mouse selection.
When active split window is closed selection and scrolling is retained.

Added:

Scripts updating in AkelUpdater.
Command line method /If() to use code by condition.
Command line method /Var() to change variables usage for the following command line methods.
Parameter for show window in specified style in command line method /Exec().
Command 4322 and menu item - clone current tab.
Command 4323 and menu item - copy current tab file path.
Setting for saving position of modeless dialogs ("Recode...", "Find...", "Replace...", "Go to...").
Manual parameter "FixedCharWidth" - defines fixed character width. All symbols, including proportional fonts, will be paint in this width.

Fixed:

Command 4110 didn't work for SDI.
Switching on previous tab after closing current one (PMDI).
Main window resizing on Win7 with aero cause black flickering.
[close]

http://akelpad.sourceforge.net/en/index.php
Titel: RText 2.5.6
Beitrag von: SiLæncer am 21 Dezember, 2014, 10:30
(http://www.kaldata.net/images/news/logos/rtext.jpg)
RText is a fully customizable programmer's text editor. Some of its features include syntax highlighting, editing multiple documents at once, printing and print preview, find/replace/find in files dialogs, undo/redo, and online help.

Licence: Freeware (GPL)

Here's what's new:

1. Improved performance on OS X.
2. Added "Recent Files" dialog (Ctrl+Shift+R / Cmd+Shift+R) for easily
   opening recent files.
3. Added Dart syntax highlighting and code folding.
4. Several enhancements to Projects and File System Tree views.
5. JavaScript console now automatically prints results when the expression
   entered returns a value.
6. *.pom files are now highlighted as XML by default.
7. Fixed several bugs.

http://fifesoft.com/rtext/index.php
Titel: Notepad++ 6.7.1
Beitrag von: SiLæncer am 21 Dezember, 2014, 22:30
(http://s26.postimg.org/vvnitnjix/screenshot_38.jpg)
Notepad++ is a tabbed source code editor and Notepad replacement with a customizable interface. It is one of the few few source code editors that supports "folding," allowing users to quickly reduce and expand sections of code to see the overall document. In addition, it features multi-language syntax highlighting, auto-completion, regular expression search/replace, macro recording and playback, etc. The program can access a long list of plug-ins via an easy-to-access menu with even more features and functions.

License: GPL

What's new: >>

Fix crash issue on GotoLine.
Fix a random crash issue while typing random characters.
Fix the bug of auto-insert skipping feature that ] and } don't be skipped if "auto-insert ()" is disabled.
Add new feature: auto-insert skipping character feature works for "" and '' now.
Fix reloaded file on dirty status issue.
Add "Mark..." menu command.
Fix a regression (broken with compare plugin) due to a new feature of MRU in v6.7 (the feature is removed).

http://notepad-plus.sourceforge.net/
Titel: RJ TextEd 10.10 Beta 1
Beitrag von: SiLæncer am 22 Dezember, 2014, 21:15
(http://images.six.betanews.com/screenshots/scaled/1187014627-1.jpg)
RJ TextEd - A Unicode source and text editor. RJ TextEd is a full featured text and source editor with Unicode support, syntax highlighting and code folding. The functionality extends beyond text files and includes support for HTML editing with integrated preview, spell checking, auto completion, HTML validation, templates and more. The program also include support for Topstyle Lite CSS editor, has a dual pane file commander, as well as a FTP client to upload your files. The editor uses language files to display menus and dialogs in different languages. There are several included languages. New language files can easily be created in the editor. RJ TextEd is also a simple web development tool. The editor can use auto completion and hints to assist you in editing your source code. You can preview HTML/ASP/PHP... code using one of the preview tabs or open a document in a browser. The editor does not only handle source code. It also handles true ASCII files, binary files and of course plain text files.

Licence: Freeware

Changelog

Search result panel:

Added a toolbar button to view/hide (toggle) the search result panel. It's not visible by default. You can change that in "Environment -> Customize Toolbars".
The keyboard shortcut SHIFT+ALT+F10 should work now too.

Import old (v9.x) syntax colors:

Added a dropdown menu item in themes manager to import old syntax color settings (v9.x). The dropdown menu is located to the right of the highlighter dropdown list.
To import the C++ syntax color settings made in version 9.x - open the theme manager and select C++ as the current highlighter. Choose to "Import old syntax colors from settings" in the right dropdown menu. This will copy your old color settings and it should be visible in the list below.

Gutter selection (left mouse click in left margin):

Gutter selection now always select full lines and expand selection when doing a SHIFT+LeftMouseClick in the left margin above the current selection.
If a partial selection is already made, the selection is expanded to include full lines.

Script case functions:

Script case functions now use Windows API for better Unicode support.

Misc:

CloseAction (shortcut to close document) will close all documents if held down.
Made several minor visual changes.

Fixed:

Issues with Unicode Big Endian encoded files.
Word count.
Splash screen position at startup.
Several find bar issues.
Backup document issues.
Mouse scroll issues in dialog windows and some lists.
An replace issue.
Text cursor issues.
Several issues with XML folding and in code explorer.
Shell combobox issues with themes.

[close]

http://www.rj-texted.se/
Titel: SynWrite v6.14.1885
Beitrag von: SiLæncer am 23 Dezember, 2014, 23:00
(http://images.betanews.com/screenshots/1289816929-1.jpg)
Erweiterter Text-Editor mit Unterstützung von vielen Dateiformaten, Programmiersprachen und Zeichenkodierungen; bietet unter anderem Syntax-Hervorhebung, Auto-Vervollständigung und Code-Vorlagen; auch als Plug-in für Total Commander und als portable Version erhältlich.

Freeware

Whats new: >>

Updated unrar/unzip.
Project saves last "masks to include/exclude" entered in "Add folder" dialog.

lexers:

Returned lexer Tcl.
Renamed lexer htaccess to Apache; renamed Asm.
Fix lexers scss, less, markdown.

http://www.uvviewsoft.com/synwrite/
Titel: GetDiz 4.9
Beitrag von: SiLæncer am 24 Dezember, 2014, 09:30
(http://www.portablefreeware.com/screenshots/scrixLNVv.gif)
GetDiz is a fast, easy to use, and small in size text editor that can replace Notepad. It has enhanced functionality with DIZ and NFO files, and can display ASCII art correctly and save as GIF images.

License: Freeware

What's new: >>

Added a function to insert a specific character from the ASCII table
edit menu, right click menu, CTRL + i shortcut)
Capitalize formatting feature (edit | format, right click menu)
New hotkeys
Recent file list will not wake sleeping hard drives anymore
Windows 10 support

http://www.outertech.com/en/getdiz
Titel: MarkdownPad 2.5
Beitrag von: SiLæncer am 25 Dezember, 2014, 13:32
(http://markdownpad.com/img/markdownpad2.png)
Markdown is a text-to-HTML conversion tool for web writers. Markdown allows you to write using an easy-to-read, easy-to-write plain text format, then convert it to structurally valid XHTML (or HTML).

The goal for Markdown’s formatting syntax is to be as readable as possible. A Markdown-formatted document should be publishable as-is, as plain text, without looking like it’s been marked up with tags or formatting instructions.

In short, you can create beautiful HTML documents without knowing any HTML.

Features:

Instant HTML Preview
Easy formatting with keyboard shortcuts
Fully Customizable
Use your own CSS
HTML Export
Distraction-free Mode

Freeware

Changelog
New Markdown Processor: CommonMark! CommonMark is a new Markdown processor aimed at unifying and standardizing the Markdown specification.

Added: Task Lists support in the GitHub Flavored Markdown (Offline) processor.

Added: Emoji support in the GitHub Flavored Markdown (Offline) processor. :smile::sparkles:

Added: Option to customize how many tabs are inserted when the “Use spaces instead of tabs” feature is enabled under Tools → Options → Editor tab.

Added: Customization of GitHub Flavored Markdown rendering mode (Enhanced: used in Pull Requests, Issues, and Comments; Standard: Used in READMEs). This option is available under Tools → Options → Markdown tab → Select “GitHub Flavored Markdown”, then locate “Markdown Rendering Mode”.

New Language: Norweigan (Norway), thanks to Øystein Bjørke!

Improved: Command line arguments now persist across updates if manually triggering the update from the status bar.

Improved: Timestamps in MarkdownPad should respect your locale/culture settings by default. These can still be customized under Tools → Options → Editor tab.

Fixed: Code syntax highlighting was recently broken due to changes at GitHub.

Fixed: When MarkdownPad was opened via command line, relative file paths were being displayed in the Recent Documents menu.

Fixed: GitHub Flavored Markdown was adding the prefix user-content- to all HTML name tags due to a change at GitHub, causing issues with anchor links. This prefix is now removed.

Fixed: After creating a new document and saving it, “New Document” was still displayed as the Window’s title.

Many minor fixes and improvements.
[close]

http://markdownpad.com/
Titel: DFM2HTML 8.2
Beitrag von: SiLæncer am 25 Dezember, 2014, 18:00
(http://download.winboard.org/uploads/Image/dfm2html.jpg)
DFM2HTML ist ein WYSIWYG HTML-Editor, mit dem man per Drag&Drop Webseiten ohne Kenntnisse von HTML professionell erstellen kann.Effekte wie Schatten/Rotation/Anti-Aliasing/Runde Ecken machen Bildbearbeitungsprogramme überflüssig.

    * WYSIWYG in Kombination mit Stylesheet-basiertem Design
    * Mehrere HTML-Seiten können in einem Dokument verwaltet werden
    * Graphische Effekte (z.B. Anti-Aliasing, Schatten, Runde Ecken)
    * HTML-Formulare
    * kompakte HTML-Code-Generierung
    * Unicode
    * PHP
    * DHTML-Menüs

Was ist neu : >>

* Ultra-schnelles Editieren bei deaktivierter Historie
  (Anzahl rückgängig zu machender Schritte = 0)
* Update auf Delphi XE7 und graphics32-1-9-1-fixes-r2148

http://www.dfm2html.de/
Titel: Free Hex Editor Neo 6.05.01.5297
Beitrag von: SiLæncer am 27 Dezember, 2014, 10:20
(http://www.freeware.de/images/screenshots/33979/free-hex-editor-neo_medium_2.png)
Free Hex Editor Neo macht sich beim Schreiben und Analysieren hexadezimalen Programmcodes nützlich. Die Freeware verarbeitet auch die so genannten Binaries beliebiger Größe.

Free Hex Editor Neo erlaubt das Verändern von EXE, DLL, DAT, AVI, MP3 und JPG-Dateien mit nur wenigen Mausklicks. Dazu hält der Editor Funktionen wie Copy&Paste sowie Finden und Ersetzen bereit.

Die kostenpflichtige Pro-Version erweitert diese Funktionen um ein "Ersetze alle", eine speicherbare History und einiges mehr. Software-Entwicklern bietet Free Hex Editor Neo Werkzeuge zum Programmieren von Updates oder Patches.

Einschränkungen von Free Hex Editor Neo

14 Tage alle Funktionen der Pro Version
Anschließend eingeschränkter Funktionsumfang

Freeware

Changelog

Fixed Bugs:

Find did not work in structure files:

Find did not work in structure files.

Crash on saving structure files with errors:

Hex Editor Neo crashed after structure file containing errors was saved.

Improved support for volumes with errors:

Better handling of volumes with read/write errors and volumes shorter then declared size (CDROMs, virtual drives etc.)
Crash on Refresh Statistics:

Application crashed if Refresh Statistics command was issued without first opening Statistics Tool Window.

Various bug fixes and improvements in Volume Navigator:

Several reported and discovered bugs were fixed in Volume Navigator.

New Features:

Naming for Custom CRC algorithms:

The user may now give names to Custom CRC algorithms.

[close]

http://www.free-hex-editor.com/free-hex-editor-product-details.html
Titel: Notepad++ 6.7.2
Beitrag von: SiLæncer am 28 Dezember, 2014, 06:06
What's new: >>

Fix the crash issue while config.xml and stylers.xml are not loaded.
Fix NPPM_LAUNCHFINDINFILESDLG API regression issue.
Prevent auto-insert of {} [] () "" and '' from inserting in column mode.
Fix the bug that "Function parameters hint on input" checkbox in preferences dialog is not initialized correctly.
Fix saving theme modified styles not working problem (Copy theme files in %APPDATA% to avoid UAC problem).
Improve the usability of User Defined Language dialog: reduce dialog's height.

http://notepad-plus.sourceforge.net/
Titel: BowPad 2.0.11.1248
Beitrag von: SiLæncer am 28 Dezember, 2014, 19:40
(http://s26.postimg.org/e60vd9bix/screenshot_182.jpg)
BowPad is a small and fast text editor with a ribbon user interface and syntax highlighting.

Features:

syntax highlighting for over 100 file types and languages
handling of many different encodings, including UTF-8, UTF-16 and even UTF-32
easy ribbon user interface
navigation hints in the vertical scrollbar
coloring of open tabs according to their path
extendable with plugins written in jscript or vbscript

Freeware

Whats new:>>

Improved load speed in the file tree
Updated to the latest Scintilla component 3.5.2

Solved issues:

Improve bracket highlighting
BowPad looks not really useable in the Windows High Contrast Theme

http://stefanstools.sourceforge.net/BowPad.html
Titel: Brackets 1.1
Beitrag von: SiLæncer am 30 Dezember, 2014, 21:45
(http://images.six.betanews.com/screenshots/scaled/1384812094-1.jpg)
Brackets is an open source code editor for the web. It's built with JavaScript, HTML and CSS by web developers like you. As you code, HTML changes are instantly pushed to browser without having to save or reload the page. Theseus makes inspecting variables and control flow easy, even in asynchronous code.

Lizenz: Open Source

Whats new: >>

Siehe hier : https://github.com/adobe/brackets/wiki/Release-Notes:-1.1

http://www.brackets.io/
Titel: Notepad++ 6.7.3
Beitrag von: SiLæncer am 01 Januar, 2015, 17:02
What's new: >>

Fix a crash issue for old processors due to SSE2 instruction.
Fix the regression for the translation: remap the sub-menu entry for the added command "Mark...".

http://notepad-plus.sourceforge.net/
Titel: AkelPad 4.9.2
Beitrag von: SiLæncer am 05 Januar, 2015, 16:00
(http://akelpad.sourceforge.net/files/screen_basic.png)
AkelPad is an open source editor for plain text. It is designed to be a small and fast. Includes the ability to load text documents that are larger than 64 Kilobytes, document previews before opening them, editing of read only files and more. Plugins add a number of additional features to Akelpad like syntax highlighting, auto completion, sessions, macros and scripts and auto saving.

Licence: Open Source

Changelog
Changed: massive repainting optimizations to reduce flickering.

Added: possibility to call Scripts plugin method directly from /If(). For example:

/If(`AkelPad.Constants._X64 == 1`, `/Quit`, ``)
Added: possibility to use /*comment*/ in command line method parameters.

Fixed: buttons that control the size of the frame didn't work (MDI).
Fixed: main window flickering on Win7.
Fixed: variables usage in "Execute" item.
Fixed: command "Close all but active" (PMDI).
Fixed: string selection from list in find/replace dialog, didn't restore the "Beginning" item.
[close]

http://akelpad.sourceforge.net/en/index.php
Titel: PilotEdit Lite 7.5.0
Beitrag von: SiLæncer am 05 Januar, 2015, 21:20
(http://www.pilotedit.com/images/OpenInQuickMode.PNG)
PilotEdit is a text, hex, XML, C/C++, HTML, PHP, Java, Javascript and Perl editor that can edit large files of 400GB (40 billion lines).

It offers customizable syntax and keyword highlighting, advanced search and replace operations, automatic text encoding, 256-bit AES encryption/decryption and a built-in FTP/SFTP client lets you open, edit, download and upload large files directly to/from a FTP/SFTP server.

In addition to standard text editing features, PilotEdit can compare and merge two large files of 100GB (10 billion lines). You can also sort, find/remove duplicate lines and extract strings over a large file of 1GB.

Freeware

http://www.pilotedit.com/
Titel: RJ TextEd 10.10
Beitrag von: SiLæncer am 06 Januar, 2015, 18:45
Changelog

Commandline option - Use a default save folder /DIR:

The default save folder is only used for new documents. When you try to save the new documents, the save file dialog opens in the default save folder.

Misc:

File Explorer tab issue. Changing tab could trigger drag n drop.
Key issues when editing file names in FTP tab (del, backspace...).
Made several minor visual changes.

[close]

http://www.rj-texted.se/
Titel: RJ TextEd 10.11
Beitrag von: SiLæncer am 08 Januar, 2015, 21:00
Changelog

Search field in project panel:

Added a search field on the project panel. It can find and handle both local and remote files.

Misc:

Some minor visual changes.
Holding the keyboard shortcut to close the current document, will close all documents first after 3 documents have been closed.

Fixed:

Crash when closing a document or the program.
Selection issue when using some save options.
An issue with reload document.

[close]

http://www.rj-texted.se/
Titel: Notepad++ 6.7.4
Beitrag von: SiLæncer am 11 Januar, 2015, 06:30
(http://s26.postimg.org/vvnitnjix/screenshot_38.jpg)
Notepad++ is a tabbed source code editor and Notepad replacement with a customizable interface. It is one of the few few source code editors that supports "folding," allowing users to quickly reduce and expand sections of code to see the overall document. In addition, it features multi-language syntax highlighting, auto-completion, regular expression search/replace, macro recording and playback, etc. The program can access a long list of plug-ins via an easy-to-access menu with even more features and functions.

License: GPL

What's new: >>

"Je suis Charlie" edition.

Freedom of expression is like the air we breathe, we don't feel it, until people take it away from us.

For this reason, Je suis Charlie, not because I endorse everything they published, but because I cherish the right to speak out freely without risk even when it offends others.
And no, you cannot just take someone's life for whatever he/she expressed.

Hence this "Je suis Charlie" edition.
close

http://notepad-plus.sourceforge.net/
Titel: Notepad++ Webseite wegen Je suis Charlie-Edition gehackt
Beitrag von: SiLæncer am 12 Januar, 2015, 21:26
Nicht wundern ...die Website ist sicherlich bald wieder ok ...die Dummen sterben halt nie aus  ...  :(
Titel: Re: Notepad++ Webseite wegen Je suis Charlie-Edition gehackt
Beitrag von: Jürgen am 13 Januar, 2015, 04:22
Ist wieder da.

Und Du hast recht, Dummheit ist überdurchschnittlich fruchtbar und daher leider nicht vom Aussterben bedroht.

Jürgen
Titel: SynWrite 6.15.1920
Beitrag von: SiLæncer am 14 Januar, 2015, 20:30
(http://images.betanews.com/screenshots/1289816929-1.jpg)
Erweiterter Text-Editor mit Unterstützung von vielen Dateiformaten, Programmiersprachen und Zeichenkodierungen; bietet unter anderem Syntax-Hervorhebung, Auto-Vervollständigung und Code-Vorlagen; auch als Plug-in für Total Commander und als portable Version erhältlich.

Freeware

Changelog

change

* renamed lexers: "HTML document" to "HTML", "Style sheets" to "CSS", "PHP (dev)" to "PHP_" (please correct SynPlugins.ini if oldnames used)
* redone "Lorem Ipsum" in Python (easier to maintain); thanks Andrey Kvichansky
* deleted "Html - Insert image tag"; it is "Image Tag" plugin (nicer code, no ugly 90K dll)
* deleted "Html - Insert color"; it is "Color Picker" plugin (no need to take 500K exe and weird related code)
* deleted "Html - Preview selected code"; it is "Html Preview Sel" plugin

adds

+ added "Addons Manager - Configure"       
+ many addons at Addons Manager
+ updated lexer Ruby
+ api
- fix: app must close on OS shutdown
- fix: on-top with Find dlg
[close]
http://www.uvviewsoft.com/synwrite/
Titel: HtLite 2.6.0.0
Beitrag von: SiLæncer am 17 Januar, 2015, 10:15
(http://s26.postimg.org/y1r42meu1/screenshot_142.jpg)
Umfangreicher HTML/XHTML Editor.  Jeder externe Browser zur Seitenansicht einstellbar.  Wer keinen HTML Designer zur visuellen Gestaltung seiner Seiten benötigt, sondern nur einen komfortablen Code-Editor sucht, erhält hier eine hervorragende Alternative.

Freeware

http://www.winsoftware24.com/HtLite.html
Titel: SynWrite 6.15.1925
Beitrag von: SiLæncer am 18 Januar, 2015, 21:00
Changelog

Fixed:

File Lexers.cfg (block comment for css).
Lexer Lua (note: styles renamed).

Changed:

Del lexer "NFO", "Russian detector" (to Addon Manager).

[close]

http://www.uvviewsoft.com/synwrite/
Titel: Scite 3.5.3
Beitrag von: SiLæncer am 20 Januar, 2015, 09:13
(http://www.heise.de/software/screenshots/1206.jpg)
Editor mit Syntax-Highlighting, Auto-Completion, Folding und vielem mehr...

Lizenz: Open Source

changelog
Support removed for Windows 95, 98, and ME.
Lexers added for Motorola S-Record files, Intel hex files, and Tektronix extended hex files with folding for Intel hex files. Feature #1091. Feature #1093. Feature #1095. Feature #1096.
C++ folder allows folding on square brackets '['. Feature #1087.
Shell lexer fixes three issues with here-documents. Bug #1672.
Verilog lexer highlights doc comment keywords; has separate styles for input, output, and inout ports (lexer.verilog.portstyling); fixes a bug in highlighting numbers; can treat upper-case identifiers as keywords (lexer.verilog.allupperkeywords); and can use different styles for code that is inactive due to preprocessor commands (lexer.verilog.track.preprocessor, lexer.verilog.update.preprocessor).
When the calltip window is taller than the Scintilla window, leave it in a position that avoids overlapping the Scintilla text.
When a text margin is displayed, for annotation lines, use the background colour of the base line.
On Windows GDI, assume font names are encoded in UTF-8. This matches the Direct2D code path.
Fix paste for GTK+ on OS X. Bug #1677.
Reverted a fix on Qt where Qt 5.3 has returned to the behaviour of 4.x. Bug #1575.
When the mouse is on the line between margin and text changed to treat as within text. This makes the PLAT_CURSES character cell platform work better.
Fix a crash in SciTE when the command line is just "-close:". Bug #1675.
Fix unexpected dialog in SciTE on Windows when the command line has a quoted filename then ends with a space. Bug #1673.
On Windows and GTK+, use indicators for inline IME.
SciTE shuts down quicker when there is no user-written OnClose function and no directors are attached.
[close]

http://www.scintilla.org/SciTE.html
Titel: Notepad2-mod 4.2.25.940
Beitrag von: SiLæncer am 21 Januar, 2015, 18:17
(http://cdn.portableapps.com/Notepad2-modPortable_small.png)
Notepad2-mod is a lightweight text editor with syntax highlighting for a few commonly used languages and some new features beyond regular Notepad2 like code folding, bookmarks and additional languages.

Whats new: >>

The builds run on XP SP3 and newer

http://xhmikosr.github.io/notepad2-mod/
Titel: PilotEdit Lite 7.6.0
Beitrag von: SiLæncer am 23 Januar, 2015, 21:45
(http://www.pilotedit.com/images/OpenInQuickMode.PNG)
PilotEdit is a text, hex, XML, C/C++, HTML, PHP, Java, Javascript and Perl editor that can edit large files of 400GB (40 billion lines).

It offers customizable syntax and keyword highlighting, advanced search and replace operations, automatic text encoding, 256-bit AES encryption/decryption and a built-in FTP/SFTP client lets you open, edit, download and upload large files directly to/from a FTP/SFTP server.

In addition to standard text editing features, PilotEdit can compare and merge two large files of 100GB (10 billion lines). You can also sort, find/remove duplicate lines and extract strings over a large file of 1GB.

Freeware

http://www.pilotedit.com/
Titel: SynWrite 6.15.1935
Beitrag von: SiLæncer am 24 Januar, 2015, 20:00
Whats new:>>

Added:

Allowed double-extension in lexers (e.g. lexer with extent "blade.js" detects file "Name.blade.js" skipping JS lexer).
Clipbd history popup: Item "Del selected".

Fixed:

Fix issue with dbl-click often not selecting word.
Fix Ctrl-Tab/Shift-Tab in snippet editor.
Fix outdated lexer names in snippets.

http://www.uvviewsoft.com/synwrite/
Titel: BowPad 2.0.12
Beitrag von: SiLæncer am 26 Januar, 2015, 05:20
(http://s26.postimg.org/e60vd9bix/screenshot_182.jpg)
BowPad is a small and fast text editor with a ribbon user interface and syntax highlighting.

Features:

syntax highlighting for over 100 file types and languages
handling of many different encodings, including UTF-8, UTF-16 and even UTF-32
easy ribbon user interface
navigation hints in the vertical scrollbar
coloring of open tabs according to their path
extendable with plugins written in jscript or vbscript

Freeware

Whats new:>>

List of issues solved for 2.0.12. (https://code.google.com/p/bowpad/issues/list?can=1&q=label%3AMilestone-2.0.12)
File tree loads in separat thread, no longer blocking the UI.
Updated to the latest Scintilla component 3.5.3.

http://stefanstools.sourceforge.net/BowPad.html
Titel: Easy CSS Menu 4.2
Beitrag von: SiLæncer am 27 Januar, 2015, 20:15
(http://images.six.betanews.com/screenshots/scaled/1363622141-1.jpg)
Easy CSS Menu will easily create fantastic CSS-based drop down menus for your website. Many elegant menu templates are available, including modern glossy styles. Menus created with Easy CSS Menu Maker are very quick, compact and compatible with both modern and popular, but old web browsers. What is more, they are search engine and SEO friendly. The code generated by Easy CSS Menu Maker is clean and can be easily used by expert web developers while automatic insertion features makes Easy CSS Menu Maker perfectly suitable for beginners. Generates valid CSS3 code.

Freeware

Latest Changes

- Better touch device support
- Better editor

http://www.easycssmenu.com/
Titel: SynWrite 6.15.1940
Beitrag von: SiLæncer am 28 Januar, 2015, 06:07
Whats new:>>

 del "Text convert" menu, it's plugin now (plugin menu may have hotkey, it's better; also simpler to support)
- fix "Html Tidy validate"

http://www.uvviewsoft.com/synwrite/
Titel: CKEditor 4.4.7
Beitrag von: SiLæncer am 28 Januar, 2015, 13:03
(http://s26.postimg.org/y8h12nzbt/screenshot_191.jpg)
WYSIWYG-Editor für eigene Webseiten, der sich in diverse Skriptsprachen integrieren lässt; unterstützt die meisten gängigen Browser; auch mit kommerzieller Lizenz erhältlich

Lizenz: Open Source




Whats new: >>

Changelog
Fixed Issues:

#12825: Fixed: Preventing the Table Resize plugin from operating on elements outside the editor. Thanks to Paul Martin!
#12157: Fixed: Lost text formatting on pressing Tab when the config.tabSpaces configuration option value was greater than zero.
#12777: Fixed: The table-layout CSS property should be reset by skins. Thanks to vita10gy!
#12812: Fixed: An uncaught security exception is thrown when Line Utilities are used in an inline editor loaded in a cross-domain iframe. Thanks to Vitaliy Zurian!
#12735: Fixed: config.fillEmptyBlocks should only apply when outputting data.
#10032: Fixed: Paste from Word filter is executed for every paste after using the button.
#12597: [Blink/Webkit] Fixed: Multi-byte Japanese characters entry not working properly after Shift+Enter.
#12387: Fixed: An error is thrown if a skin does not have the chameleon property defined and config.uiColor is defined.
#12747: [IE8-10] Fixed: Opening a drop-down for a specific selection when the editor is maximized results in incorrect drop-down panel position.
#12850: [IEQM] Fixed: An error is thrown after focusing the editor.
[close]

http://ckeditor.com/
Titel: RJ TextEd 10.20 Beta
Beitrag von: SiLæncer am 28 Januar, 2015, 18:15
(http://images.six.betanews.com/screenshots/scaled/1187014627-1.jpg)
RJ TextEd - A Unicode source and text editor. RJ TextEd is a full featured text and source editor with Unicode support, syntax highlighting and code folding. The functionality extends beyond text files and includes support for HTML editing with integrated preview, spell checking, auto completion, HTML validation, templates and more. The program also include support for Topstyle Lite CSS editor, has a dual pane file commander, as well as a FTP client to upload your files. The editor uses language files to display menus and dialogs in different languages. There are several included languages. New language files can easily be created in the editor. RJ TextEd is also a simple web development tool. The editor can use auto completion and hints to assist you in editing your source code. You can preview HTML/ASP/PHP... code using one of the preview tabs or open a document in a browser. The editor does not only handle source code. It also handles true ASCII files, binary files and of course plain text files.

Licence: Freeware

Changelog

Open a document in a new window:

If you drag a document outside the page control and release the mouse button, the document is opened in a new external window. This can be very helpful if you have multiple monitors or just want some more space.
Also added a menu item for this in the document tab context menu.
Closing the document window will return it to the main window as a normal tab.

Indent lines:

Indent lines are drawn differently to make code elements and folds easier to see.
Added an option to only display an indent line when the text cursor is on an code fold node. This is very helpful when you want to identify a code block or matching tags, but don't want the code cluttered with indent lines.
Added an option to set the width of the indent lines.

Explorer tab dropdown list (combo):

Added a toolbar button on the explorer tab to show/hide the dropdown list.
This gives you the option to only display the tree, just the dropdown list or both. You probably shouldn't hide both though.

Toolbar icons:

Replaced several toolbar icons that should look better on dark themes.

Command line option /SILENT:

Added a new command line option to open the editor silently. This means no splash screen, no reopening of last opened documents and the editor opens even if the "Only allow one instance..." option is set.
You can for instance use it to open the current document in a new instance.

Ex:

Menu Text: Open in new instance
Command: c:\Programs...\RJ TextEd\TextEd.exe
Arguments: /Silent [FilePath]

Script functions and streams:

Added three new functions and fixed several issues with streams. The help file has been updated and examples reviewed.

New functions are:

function DirectoryExists(filename: String): Boolean
function FileExists(filename: String): Boolean
function FileSize(filename: String): Integer

Misc:

Append to clipboard will append the current line if nothing is selected and the option "Copy current line to clipboard if nothing is selected" is set.
The toolbar items "New,Open,Save" are always visible and can't be removed. This is done to avoid issues that may occur otherwise.
Some minor changes in the project manager search function.

Fixed:

Multi edit issue when placing cursors in random order.
User dictionaries are working again.
Scrollbar display issues with themes.
URL:s were not highlighted.
Auto indent should only insert spaces when the option "Tabs insert spaces" is set.
Save issue when running a tool.
Fold issues when comment folding was turned off.

[close]

http://www.rj-texted.se/
Titel: Atom 0.176.0
Beitrag von: SiLæncer am 29 Januar, 2015, 18:20
(http://s26.postimg.org/6bt5lin89/screenshot_265.jpg)
A powerful and flexible application that works as a text and source code editor with syntax highlight, or alternately as a file viewer.

MIT License

https://atom.io/
Titel: SynWrite 6.16.1955
Beitrag von: SiLæncer am 30 Januar, 2015, 20:30
(http://images.betanews.com/screenshots/1289816929-1.jpg)
Erweiterter Text-Editor mit Unterstützung von vielen Dateiformaten, Programmiersprachen und Zeichenkodierungen; bietet unter anderem Syntax-Hervorhebung, Auto-Vervollständigung und Code-Vorlagen; auch als Plug-in für Total Commander und als portable Version erhältlich.

Freeware

Changelog

Python3.3
del "Html Tidy", it's plugin now
del "Lorem Ipsum", it's plugin now
del "Text converters", it's plugin now
del "New plugin" tool, it's plugin "Make plugin" now
del files (SynPlugins.sample.ini, Py3.2 related)
moved menu "Plugins" in root
preinstalled "HtmlTidy", "ColorPicker", "MakePlugin"

[close]

http://www.uvviewsoft.com/synwrite/
Titel: BowPad 2.0.12.1273
Beitrag von: SiLæncer am 02 Februar, 2015, 05:40
(http://s26.postimg.org/e60vd9bix/screenshot_182.jpg)
BowPad is a small and fast text editor with a ribbon user interface and syntax highlighting.

Features:

syntax highlighting for over 100 file types and languages
handling of many different encodings, including UTF-8, UTF-16 and even UTF-32
easy ribbon user interface
navigation hints in the vertical scrollbar
coloring of open tabs according to their path
extendable with plugins written in jscript or vbscript

Freeware

Whats new:>>

Fixed issues:

Possibly excessive Scroll Bar painting
Function list drop down fails to find function
BowPad freezes
Bowpad shows | which is unusual.

http://stefanstools.sourceforge.net/BowPad.html
Titel: SynWrite 6.16.1965
Beitrag von: SiLæncer am 02 Februar, 2015, 14:15
Changelog
Emmet is plugin, not in distro. Plugin's better:

abbreviation length detected by Emmet now, not by Delphi code;
easier to port from WSH to other engine;
no need to put Emmet into distro;
now many insert points (e.g. expand ul*10) marked like in snippets;
temp-file not used now.
[close]

http://www.uvviewsoft.com/synwrite/
Titel: Highlight 3.21
Beitrag von: SiLæncer am 03 Februar, 2015, 19:40
(http://images.six.betanews.com/screenshots/scaled/1028713443-1.jpg)
Highlight is a universal source code converter which transforms code to HTML, XHTML, RTF, LaTeX, TEX, SVG and BBCode files with syntax highlighting. (X)HTML and SVG output is formatted by CSS. It supports customizable color theme and language descriptions with regular expressions. The configuration files are Lua scripts with plug-in support. The tool contains several options to provide a consistent formatting of the output code.

License: Open Source

Latest Changes

-added support for LESS, SASS and Stylus CSS processors (suggested by Marcel Bischoff)
-added support for Lua 5.3, removed LUA52 makefile option
-fixed heredoc matching in perl.lang (thanks to cornucopia)
-fixed Haskell lang (thanks to Daan Michiels)
-fixed RNC lang (thanks to Daan Michiels)
-fixed regex pattern in js.lang

http://www.andre-simon.de/
Titel: Java-Editor 12.47
Beitrag von: SiLæncer am 03 Februar, 2015, 20:45
(http://www.heise.de/software/screenshots/50464.jpg)
Einfacher Java-Editor mit allen grundlegenden Funktionen, aber niedrigen Systemanforderungen, insbesondere für den Einsatz im Lehrbereich; mit Editor zum Modellieren von Klassen, UML-Fenster zum interaktiven Testen der Klassen und Erzeugung von Objekten sowie Designer zur Gestaltung von GUI-Oberflächen.

Freeware

Whats new: >>

integrated turtle component
copy path from editor to clipboard

http://javaeditor.org/index.php?title=Main_Page
Titel: SynWrite 6.16.1970
Beitrag von: SiLæncer am 04 Februar, 2015, 12:15
Whats new:>>

AddonMan checks newer items in Update:

rework C++ tree for functions like "Name1::Name2()"
don't show progressbar for find/rep for filesize>120k (caused problem with "replace in all tabs")

http://www.uvviewsoft.com/synwrite/
Titel: RJ TextEd 10.20 Beta 3
Beitrag von: SiLæncer am 05 Februar, 2015, 09:09
(http://images.six.betanews.com/screenshots/scaled/1187014627-1.jpg)
RJ TextEd - A Unicode source and text editor. RJ TextEd is a full featured text and source editor with Unicode support, syntax highlighting and code folding. The functionality extends beyond text files and includes support for HTML editing with integrated preview, spell checking, auto completion, HTML validation, templates and more. The program also include support for Topstyle Lite CSS editor, has a dual pane file commander, as well as a FTP client to upload your files. The editor uses language files to display menus and dialogs in different languages. There are several included languages. New language files can easily be created in the editor. RJ TextEd is also a simple web development tool. The editor can use auto completion and hints to assist you in editing your source code. You can preview HTML/ASP/PHP... code using one of the preview tabs or open a document in a browser. The editor does not only handle source code. It also handles true ASCII files, binary files and of course plain text files.

Licence: Freeware

Changelog

Minor issue with document tab switch and MRU sort.
Close document tab issue (may occur very seldom).
Tool output issue when run in the background.
Find issue in the explorer tab

[close]

http://www.rj-texted.se/
Titel: jEdit 5.2.0
Beitrag von: SiLæncer am 06 Februar, 2015, 18:15
(http://www.jedit.org/images/screenshot.png)
jEdit is a mature programmer's text editor with hundreds (counting the time developing plugins) of person-years of development behind it. To download, install, and set up jEdit as quickly and painlessly as possible, go to the Quick Start page.

While jEdit beats many expensive development tools for features and ease of use, it is released as free software with full source code, provided under the terms of the GPL 2.0.

Lizenz: Open Source

Changelog
{{{ Bug Fixes

- EnhancedDialog does not throw NullPointerExceptions anymore when checking
  whether a pressed key is the buffer close shortcut. (Björn "Vampire" Kautler)

- When using extra vertical line spacing and a selection foreground color, the
  selected text was painted twice, once with the extra spacing, once without.
  Now the selected text is drawn correctly. (Björn "Vampire" Kautler)

- Make the TextArea a JPanel instead of a JComponent, so that it draws its
  background and set the background color to the Gutter background color. This
  prevents the parent component to shine through, which would e. g. show blue
  edges with the BufferTabs plugin installed and active.
  (Björn "Vampire" Kautler)

- Fix a bug preventing from removing an unloaded plugin
  (#3877 - Matthieu Casanova)

- The native splashscreen is removed as it was not possible to disable it
  (#3876 - Matthieu Casanova)

- Bugfix in EditPane.java related to file status checks.
  (Patch #534 - Matt Galligan)

- Fix for bug #3389 in BufferSwitcher.java where look and feel was locked to
  Metal. (Dale Anson)

- Fix for bug #3893 where PluginResURLConnection.openStream returning null for
  non existing resources made jEdit hang on Java 8, Mac OS 10.10. (Eric Le Lay)

- Fix for Bugs #3895, #3897: Invalid HelpIndex URLs on windows.
  (Alan Ezust,  Eric Le Lay)

}}}
{{{ Miscellaneous
- MiscUtilities.openInDesktop() works with URIs on Windows now. (Alan Ezust)

- Upgrade Launch4J to the latest version 3.5.0. This makes it possible to UTF-8
  encode the config file and build the EXE launcher on Mac OS again, removing
  the need for Rosetta being installed, which is not supported anymore anyway
  since Mac OS 10.7. (Björn "Vampire" Kautler)

}}}
{{{ API Changes

- DockableWindowContainer interface is now public (Patch #528 - Makarius)

- PluginResURLConnection.openStream() is garanteed to return non-null stream;
  PluginResURLConnection.connect() and PluginResURLConnection.openStream()
  throw an IOException when the resource is not found. (Eric Le Lay)
[close]

http://www.jedit.org/
Titel: RJ TextEd 10.20
Beitrag von: SiLæncer am 07 Februar, 2015, 21:30
Changelog

Open a document in a new window

If you drag a document outside the page control and release the mouse button, the document is opened in a new external window. This can be very helpful if you have multiple monitors or just want some more space.
I also added a menu item for this in the document tab context menu.
Closing the document window will return it to the main window as a normal tab.

Indent lines

Indent lines are drawn differently to make code elements and folds easier to see.
Added an option to only display an indent line when the text cursor is on an code fold node. This is very helpful when you want to identify a code block or matching tags, but don't want the code cluttered with indent lines.
Added an option to set the width of the indent lines.

Explorer tab dropdown list (combo)

Added a toolbar button on the explorer tab to show/hide the dropdown list. This gives you the option to only display the tree, just the dropdown list or both. You probably shouldn't hide both though.

Toolbar icons

Replaced several toolbar icons that should look better on dark themes.

Command line option /SILENT

Added a new command line option to open the editor silently. This means no splash screen, no reopening of last opened documents and the editor opens even if the "Only allow one instance..." option is set.
You can for instance use it to open the current document in a new instance.

Ex.

Menu Text: Open in new instance
Command: c:\Programs...\RJ TextEd\TextEd.exe
Arguments: /Silent [FilePath]

Script functions and streams

Added three new functions and fixed several issues with streams. The help file has been updated and examples reviewed.

New functions are:

function DirectoryExists(filename: String): Boolean
function FileExists(filename: String): Boolean
function FileSize(filename: String): Integer

Misc

Append to clipboard will append the current line if nothing is selected and the option "Copy current line to clipboard if nothing is selected" is set.
The toolbar items "New,Open,Save" are always visible and can't be removed. This is done to avoid issues that may occur otherwise.
Some minor changes in the project manager search function.
Cut/Copy/Paste should work better in find/replace fields.
Count (Search) now display found matched expression for normal search as well.

Fixed

Multi edit issue when placing cursors in random order.
User dictionaries are working again.
Scrollbar display issues with themes.
URL:s were not highlighted.
Auto indent should only insert spaces when the option "Tabs insert spaces" is set.
Save issue when running a tool.
Fold issues when comment folding was turned off.
Minor issue with document tab switch and MRU sort.
Close document tab issue (may occur very seldom).
Tool output issue when run in the background.
Find issue in the explorer tab.
Customize theme issues.

[close]

http://www.rj-texted.se/
Titel: Bluefish 2.2.7
Beitrag von: SiLæncer am 08 Februar, 2015, 06:45
(http://www.heise.de/software/screenshots/17257.jpg)
GTK-HTML-Editor für erfahrene Web-Designer und Programmierer...

Whats new: >>

The syntax scanning engine is faster after small changes to the text.
The filebrowser is also much faster with less memory usage, with various fixes and new features.
Projects now store the active document and active line numbers. Indenting is improved in auto-completion and the smart indenting.
Bookmarks and paste special also have been improved.
Furthermore almost all syntax highlighting has been improved, most notable jquery in javascript, HTML5, and HTML5 in PHP files.
There are also many bug fixes, such as in wrap text on right margin, in the replace engine, the jsmin licence, the split lines feature, the auto-recovery and many obscure bugs. Last bluefish now has an appdata file.

Lizenz: Open Source

Release Notes
Bluefish 2.2.7 is mostly a bug fix release. It fixes rare crashes in the autocompletion, the filebrowser, the htmlbar plugin preferences, in file-load-cancel, and fixes a rare case of broken syntax highlighting after multiple search/replace actions. It furthermore displays better error/warning output when parsing language files. It also finally fixes javascript regex syntax highlighting. The loading of files with corrupt encoding or non-printable characters (such as binary files) has been improved, and project loading over sftp has been improved. Various HTML5 tags have been added, and HTML5 is the default now for php, cfml and other languages that can include html syntax. Saving and loading of UTF-16 encoded files was broken and has been fixed. Various languages have better syntax support, such as javascript, css, html, pascal/deplhi, and html has improved autocompletion. On OSX the charmap plugin is finally included, the keys for tab switching no longer confict with some keyboard layouts, and behavior at shutdown was improved. The upload/download feature has a new option to ignore backup files. The home/end keys now work better on wrapped tekst. And finally the search and replace dialog correctly shows the number of results when searching in files on disk.
[close]

http://bluefish.openoffice.nl/
Titel: BowPad 2.0.13
Beitrag von: SiLæncer am 09 Februar, 2015, 21:45
(http://s26.postimg.org/e60vd9bix/screenshot_182.jpg)
BowPad is a small and fast text editor with a ribbon user interface and syntax highlighting.

Features:

syntax highlighting for over 100 file types and languages
handling of many different encodings, including UTF-8, UTF-16 and even UTF-32
easy ribbon user interface
navigation hints in the vertical scrollbar
coloring of open tabs according to their path
extendable with plugins written in jscript or vbscript

Freeware

Whats new:>>

unbekannt

http://stefanstools.sourceforge.net/BowPad.html
Titel: PilotEdit Lite 7.7.0
Beitrag von: SiLæncer am 10 Februar, 2015, 21:46
(http://www.pilotedit.com/images/OpenInQuickMode.PNG)
PilotEdit is a text, hex, XML, C/C++, HTML, PHP, Java, Javascript and Perl editor that can edit large files of 400GB (40 billion lines).

It offers customizable syntax and keyword highlighting, advanced search and replace operations, automatic text encoding, 256-bit AES encryption/decryption and a built-in FTP/SFTP client lets you open, edit, download and upload large files directly to/from a FTP/SFTP server.

In addition to standard text editing features, PilotEdit can compare and merge two large files of 100GB (10 billion lines). You can also sort, find/remove duplicate lines and extract strings over a large file of 1GB.

Freeware

http://www.pilotedit.com/
Titel: Rapid Environment Editor 8.0 Build 925
Beitrag von: SiLæncer am 11 Februar, 2015, 05:45
(http://www.rapidee.com/images/rapidee.png)
Rapid Environment Editor (RapidEE) is an environment variables editor. It includes an easy to use GUI and replaces the small and inconvenient Windows edit box, located in the System Information section.

License: Freeware

What's new: >>

updated: 3rd party libs
fixed: cursor missing in edit field if the system has non-standard DPI (thanks to Richard Opsal for bug reporting)

http://www.rapidee.com/
Titel: Arachnophilia 5.5 Build 2882
Beitrag von: SiLæncer am 11 Februar, 2015, 12:13
(http://www.freeware.de/images/screenshots/65538/arachnophilia_medium_1.png)
Arachnophilia ist ein kostenloser HTML-Editor für die einfache, bequeme Webseiten-Gestaltung. HTML-Seiten für das eigene Web-Domizil lassen sich mit der Freeware kreativ und individuell bearbeiten.

Es handelt sich bei Arachnophilia um einen echten Klassiker unter den textbasierten HTML-Editoren. Die Freeware enthält alle wichtigen Funktionen zur Erzeugung von Tabellen und Rahmen. Enthalten ist außerdem ein FTP-Client und ein interner Viewer.

Vorgefertigte Makros können mit Arachnophilia zum Schreiben von HTML-Quelltext verwendet werden. „Wizards“ sind behilflich, um HTML-Lösungen komfortabler zu realisieren. Die Freeware kann nicht nur für das HTML-Deisgn, sondern auch für Programmiersprachen wie Java, JavaScript, Perl, C und C++ eingesetzt werden. Nützlich ist dabei die Funktion des Syntax Highlighting.

Nahezu alle Arachnophilia-Menüs und Werkzeugleistenelemente können intern durch ein Makro dargestellt und individuell erweitert oder verändert werden. Weitere interessante Funktionen sind ein Makroeditor zum Erstellen selbst definierter Funktionen, ein globales Suchen und Ersetzen, die Browser-Vorschau in sechs unterschiedlichen Varianten, der Import von RTF-Dokumenten und die Überwachung von Dateiveränderungen.

Whats new: >>

Corrected a bug in the key mapping list generator

http://www.arachnoid.com/arachnophilia/index.php
Titel: CodeLobster PHP Edition 5.4
Beitrag von: SiLæncer am 11 Februar, 2015, 12:18
(http://images.six.betanews.com/screenshots/1186155456-1.gif)
CodeLobster PHP Edition is a handy and easy-in-use editor that is primarily intended for quick and easy creation and editing of PHP files. It includes debugger, dynamic help, built-in parser, autocomplete and Class View window for comfortable work with PHP code. CodeLobster PHP Edition also supports such file formats as Text, HTML, XML.

Freeware (Free registration by email is required after 30 days)

Changelog
HTML5 autocomplete improvement
Autocomplete for CSS classes of popular frameworks: Bootstrap, Foundation, Skeleton, etc.
Autocomplete of file paths

Joomla plug-in:

Creating components for Joomla 3.x

Bugs fixed:

MAP behavior
Problem with encoding in PHP debugger's tooltips
FTP uploading in passive mode
Formatting of .twig templates
[close]

http://www.codelobster.com/
Titel: LyX 2.1.3
Beitrag von: SiLæncer am 11 Februar, 2015, 13:37
(http://www.lyx.org/images/about/main_window_sm.png)
LyX is a document processor that encourages an approach to writing based on the structure of your documents (WYSIWYM) and not simply their appearance (WYSIWYG).

Open Source

Changelog
DOCUMENT INPUT/OUTPUT:

Add support for some conference poster classes (a0poster, beamerposter, sciposter) (bug 8714).
Add support for the sectionbox and tcolorbox packages (part of bug 8714).
Add support for PDF annotations (via pdfcomment package) (bug 6975).

TEX2LYX IMPROVEMENTS:

Support for bibliographies using the package bibtopic.
Support for textual references (LaTeX-command \namref from the package nameref).
Support for items in itemize environments that have an optional argument.
Support for the math font of the Iwona and Kurier font families.
Support for the Libertine fonts.
Support for a relative length as paragraph separation.
Support for relative lengths in horizontal and vertical spaces.
Support for glue lengths in horizontal and vertical spaces.

USER INTERFACE:

References no longer truncated in outliner (bug 9312).
Allow computing selected subformulas with computer algebra systems.
Number correctly footnotes in title layouts (part of bug 2666).
Ctrl+A is now bound to inset-select-all, which does a local selection (current inset) and grows at each new invokation. Try it!
Debug options in message pane are now sorted alphabetically.

DOCUMENTATION AND LOCALIZATION:

New example file "PDF-comment.lyx" describing the support for PDF annotations.
Updated Arabic, French, German, Japanese, Portuguese, Slovak and Swedish user interface localization.

Bug fixes:

DOCUMENT INPUT/OUTPUT:

Fix crash on exporting a recursive math macro (bug 9140). Recursive macros are invalid, so typesetting will still fail with "TeX capacity exceeded".
Fix baseline calculation in last paragraph (bug 9231).
Fix export of xfig external insets (bug 9244).
Fix incorrect output of ampersands when multiple keys are given for a citation (bug 9296).
Output package options (specified with PackageOptions layout tag) before loading any potentially affected package (bug 9355).
Fix export of documents that use the LaTeX-packages mhchem and wasysym (bug 9266).
Remove unnecessary preamble code in LaTeX export of documents using the class REVTeX 4.1 file (bug 4625).
Fix for improper environment with duplicate PATH variable entries. This happens on Mac OS X 10.10 (Yosemite) where launchd(8) passes such an environment to LyX when started from the dock (bug 9317).
Protect insets when needed in subfloat captions (bug 9346).
Do not swallow spaces in text-in-math mode (bug 7970).
Do not insert a protected space after some math-spaces (bug 9319).
Fix problem when some special characters appear in the document directory name on Windows (bug 9342).

LYX2LYX:

Fix import of LyX 2.0 documents with complex beamer arguments (bug 9254).
Fix import of LyX 2.0 IEEEtran documents (bug 9273).
Fix import of Chunk layout with trailing empty paragraph (bug 9298).
Fix import of chunk layouts containing newlines (bug 9300).
Maintain paragraph settings (alignment etc.) when importing chunk layout (bug 9320).
Fix export to LyX 2.0 of chunk insets without optional argument (bug 9343).
Fix import of ERT beamer block titles which are preceeded by a language switch.
Fix and simplify paragraph params parsing in get_containing_layout.

USER INTERFACE:

Fix alignment rendering of multirow in LyX (bug 8976).
Fix mapping of ISO_Left_Tab key, which was erroneously assigned to Tab (instead of BackTab).
Disallow to insert program listings to footnotes and margin notes (bug 9321).
Fix computer algebra system computations in formulas with '=' signs.
Fix rendering of \varOmega on OS X (bug 7954).
Only allow 1 paragraph in footnotes when they are part of a title layout (bug 2666).
When switching classes, warn user about all unapplied document changes (1. part of bug 9356).
When adding a module, warn user about all unapplied document changes (2. part of bug 9356).
Do not enable the Apply button in the document dialog just because a module was selected in the widget (without actual change) (bug 9365).
Fix logic of "Maintain aspect ratio" checkbox in the graphics dialog (bug 9357).
Fix most frequent reason for crash while editing with open view source window (bug 9336).
Fix crash when pasting citation into math formula (bug 9302).

INTERNALS:

Fix wrong test in LyX server.
Fix possible memory corruption on copying to the clipboard.
Fix possible memory corruption during LaTeX log file parsing.
Make some math messages translatable (bug 1908).

DOCUMENTATION AND LOCALIZATION:

Fix language settings for all IEEEtran templates (bug 9350).
The template document for REVTeX 4.1 has been rewritten.

LYXHTML:

Fix export of \ll, \gg, \ne and \neq in math formulas (bug 9372).

TEX2LYX:

Do not ignore table columns with unknown column specifiers (bug 9311).
Parse tikzpicture environment correctly (bug 9011).
Fix misparsing of \textgreek without polyglossia (bug 8553).
Parse post command argument insets (bug 8473).
Parse parsing of verbatim options containing commands (bug 9113).

BUILD/INSTALLATION:

Fix some compiler warnings.
Fix a few minor issues in the RPM spec file template (bug 9349).
[close]

http://www.lyx.org/
Titel: SynWrite 6.16.1975
Beitrag von: SiLæncer am 13 Februar, 2015, 05:20
(http://images.betanews.com/screenshots/1289816929-1.jpg)
Erweiterter Text-Editor mit Unterstützung von vielen Dateiformaten, Programmiersprachen und Zeichenkodierungen; bietet unter anderem Syntax-Hervorhebung, Auto-Vervollständigung und Code-Vorlagen; auch als Plug-in für Total Commander und als portable Version erhältlich.

Freeware

Changelog

- fix: C++: tree for "int* func()"
- fix: VBS: don't fold "one-line if"
- fix: Python: raw strings
- fix: Python: comment after block now not folded by this block         

[close]

http://www.uvviewsoft.com/synwrite/
Titel: Jarte 5.3
Beitrag von: SiLæncer am 13 Februar, 2015, 09:10
(http://www.portablefreeware.com/screenshots/scrpOKzoC.gif)
Jarte is a word processor that uses Window's built-in word processing engine while adding many features missing in WordPad. It supports text files, RTF, DOC and DOCX file formats. Features include tabbed document interface, spell check, clipboard manager, bookmark support, visual header/footer designer, multi-level undo/redo etc.

License:  Freeware

Changelog
Enhancements:
Next Page and Previous Page commands have been created for quickly moving back and forth within a document. These commands can be assigned to custom shortcut keys or to custom Quick Bar buttons.
Quick Print Current Page and Quick Print Current Selection commands have been created for quickly printing a page or text selection without going through the Print dialog. These commands can be assigned to custom shortcut keys or to custom Quick Bar buttons.
The Go to Page, Go to Line, and bookmark commands now appear under Edit in the main menu when Jarte is in screen reader mode.
Tweaks have been made to allow Jarte to recognize and run well on Windows 10.
The file name of the active document is now always shown in program's title bar as well as in the pop-up hint displayed when the mouse is moved over the Jarte icon in the Windows taskbar.
Other small enhancements.
Bug Fixes:
Copying a row or column of data to the clipboard in Excel 2010 or 2013 would cause an error message to appear if Jarte was running at the same time.
Some of the accelerator keys for the Print dialog did not work properly.
If the /C command line parameter was used to create a new file the new file's name was always lower case rather than preserving the casing used in the command line.
The /S command line parameter did not work properly.
There was a situation where a superfluous hourglass cursor was shown while a menu was being displayed.
Jarte encountered errors when either opening a file name containing Unicode characters or saving to a file name containing Unicode characters. A message is now displayed in those situations to clarify that Jarte does not support Unicode.
An erroneous default file name was specified when saving new documents that began with a table.
An error was sometimes displayed if the user inadvertently clicked the mouse too rapidly too many times while the screen capture command was being used.
The Crash Guard feature has been made more robust.
An inappropriate message about not being able to edit the file was displayed if the user pressed Enter while the text cursor was inside a hyperlink in a read-only file (i.e., the user was using the keyboard to activate a hyperlink).
An inappropriate message about a missing spelling dictionary was displayed when Jarte's "About" file was shown and the American English spelling dictionary was not installed.
Jarte could sometimes crash when the Open or Save file dialogs were displayed on a computer using multiple monitors.
A bug in the WordPad word processing engine for Windows 7 and below could cause bad behavior in documents where a hyperlink appeared at the very beginning of the document. Jarte now displays a warning if the user attempts to create a hyperlink at the beginning of a document in that situation.
Jarte sometimes failed to open its settings file when installed in a DropBox (or other online storage service) folder. The effect was Jarte appeared to be starting for the first time with everything set to factory settings. This was most likely to happen if Jarte was set to start during Windows startup since it is somewhat likely DropBox will be trying to sync Jarte's settings file at the same time thereby making it unavailable to Jarte. Jarte now tries to wait for DropBox to complete syncing of the settings file before trying to open it.
[close]

http://www.jarte.com/index.html
Titel: BowPad 2.0.14
Beitrag von: SiLæncer am 16 Februar, 2015, 04:45
(http://s26.postimg.org/e60vd9bix/screenshot_182.jpg)
BowPad is a small and fast text editor with a ribbon user interface and syntax highlighting.

Features:

syntax highlighting for over 100 file types and languages
handling of many different encodings, including UTF-8, UTF-16 and even UTF-32
easy ribbon user interface
navigation hints in the vertical scrollbar
coloring of open tabs according to their path
extendable with plugins written in jscript or vbscript

Freeware

Whats new:>>

Bug fixes.

http://stefanstools.sourceforge.net/BowPad.html
Titel: Rapid Environment Editor 8.0 build 926
Beitrag von: SiLæncer am 16 Februar, 2015, 05:20
(http://www.rapidee.com/images/rapidee.png)
Rapid Environment Editor (RapidEE) is an environment variables editor. It includes an easy to use GUI and replaces the small and inconvenient Windows edit box, located in the System Information section.

License: Freeware

What's new: >>

Fixed: Re-fixed cursor missing bug.

http://www.rapidee.com/
Titel: SynWrite 6.16.1985
Beitrag von: SiLæncer am 16 Februar, 2015, 09:22
Whats new:>>

removed dlg "File properties" (must be a plugin; maybe from me, or not)
removed cmds for column markers (set, jump left, jump right); it's plugin "Column Markers"
removed cmds "Jump over mixed-case name" (must be a plugin to easier support, to support Unicode upcase)
installer: hide filenames crap
fix: "repeat last cmd" for some paste cmd

http://www.uvviewsoft.com/synwrite/
Titel: Nifty Author 1.3.0
Beitrag von: SiLæncer am 16 Februar, 2015, 19:40
(http://s26.postimg.org/t2n2gkpax/screenshot_288.jpg)
A reliable and user-friendly software solution that enables you to edit documents, insert tables, pictures and bookmarks, or create tables of contents.

Freeware

Whats new:>>

Added 83 spelling dictionaries for different languages and cultures.
Improved application performance.

http://www.axenicsoft.com/
Titel: HelpNDoc 4.7.0.681
Beitrag von: SiLæncer am 17 Februar, 2015, 17:41
(http://www.kaldata.com/images/news/logos/helpndoc.gif)
HelpNDoc provides all the tools necessary to write complete help files, manuals and documentations in a user friendly and very easy to use environment. HelpNDoc can generate standard Windows CHM help files, WEB based documentation, iPhone specific websites as well as printable PDF and Word documents.

HelpNDoc is completely free for personal use and evaluation purposes.

Changelog
The template editor can now be used to quickly and easily create and alter all possible kinds of templates
Completely rewritten the hyperlink generation process to be able to correctly handle both encoded and non-encoded URLs
The CTRL-SUPPR keyboard shortcut can be used to delete the word right of the caret
Greatly improved selection speed in topic editor, particularly in tables
URLs could be double encoded in some conditions
Inserting or editing an hyperlink did show an incorrect simplified dialog box under some conditions
The table of contents in Word and PDF documents didn't respect all template settings
Table of contents' page numbers could be moved to the next line for some Word and PDF documents
HndBuildTags and HndBuildTagsEx were not accessible from the scripting API
Image maps will now correctly display the title hint on all web browsers
Sample HND projects will not contain any default output paths anymore
Using the CTRL-A keyboard shortcut in a table of the content editor threw an exception
The Default HTML template did create a broken link to empty topics in breadcrumbs
The "Operation" section of the conditional insert/edit window didn't update correctly
The table cells properties window didn't correctly update the width and height when numeric values were entered via keyboard
Better import of Doc, DocX and RTF documents
It wasn't possible to drop image maps in tables when coming from the library
[close]

http://www.helpndoc.com/
Titel: RJ TextEd 10.21 Beta 1
Beitrag von: SiLæncer am 18 Februar, 2015, 13:50
(http://images.six.betanews.com/screenshots/scaled/1187014627-1.jpg)
RJ TextEd - A Unicode source and text editor. RJ TextEd is a full featured text and source editor with Unicode support, syntax highlighting and code folding. The functionality extends beyond text files and includes support for HTML editing with integrated preview, spell checking, auto completion, HTML validation, templates and more. The program also include support for Topstyle Lite CSS editor, has a dual pane file commander, as well as a FTP client to upload your files. The editor uses language files to display menus and dialogs in different languages. There are several included languages. New language files can easily be created in the editor. RJ TextEd is also a simple web development tool. The editor can use auto completion and hints to assist you in editing your source code. You can preview HTML/ASP/PHP... code using one of the preview tabs or open a document in a browser. The editor does not only handle source code. It also handles true ASCII files, binary files and of course plain text files.

Licence: Freeware

Changelog

Vertical scrolling:

Made several code changes to make scrolling faster when using up and down arrow keys. A few repaint issues were solved as well.

Indent lines:

Fixed several draw issues with indent lines and made it more robust.
Matching code elements should be better indicated in most programming languages.

Auto completion:

Made "Word completion" is a bit faster and it should use less memory.
Fixed some paint issues when using themes.
Fixed a lowercase issue with word completion.

Scripts:

The default file extensions for all script languages have been changed.
The new extensions are:

Tools and Zen window:

External tools and Zen window are now theme aware and will use the same theme as the main program window.
Changed the editor colors and syntax colors in the Zen window.

Search folder (in search-bar):

The folder path displayed in the dropdown list is now compressed.
The drop down list width is adapted to the contents. The longer the folder paths the wider the drop down list.

Fixed:

Some options were not saved properly.
Copy and paste issues in find/replace dialog.
Menu position issue when using multiple monitors.
Duplicate line undo issue with empty lines.
Close document with "File has been deleted..." warning message.
Folder search should open the full search-bar.
Disable background colors for syntax elements in the theme manager didn't work.

[close]

http://www.rj-texted.se/
Titel: SynWrite 6.16.1990
Beitrag von: SiLæncer am 19 Februar, 2015, 09:14
(http://images.betanews.com/screenshots/1289816929-1.jpg)
Erweiterter Text-Editor mit Unterstützung von vielen Dateiformaten, Programmiersprachen und Zeichenkodierungen; bietet unter anderem Syntax-Hervorhebung, Auto-Vervollständigung und Code-Vorlagen; auch als Plug-in für Total Commander und als portable Version erhältlich.

Freeware

Changelog

removed cmd "Help - Show keymapping"; it's plugin now
warning about duplicate keys in Macros dlg
ftp: option to enter passphrase on each connect

[close]

http://www.uvviewsoft.com/synwrite/
Titel: Atom 0.181.0
Beitrag von: SiLæncer am 20 Februar, 2015, 18:45
(http://s26.postimg.org/6bt5lin89/screenshot_265.jpg)
A powerful and flexible application that works as a text and source code editor with syntax highlight, or alternately as a file viewer.

MIT License

Whats new:>>

Fixed an issue on Windows where the installer did not add Atom to the start menu and desktop
The welcome guide shown during Atom's first launch has been greatly improved
Fixed an issue where Atom would incorrectly open multiple untitled buffers on launch
Fixed an issue where opening a folder from a window would not open it in a new window

https://atom.io/
Titel: HelpNDoc 4.7.1.684
Beitrag von: SiLæncer am 21 Februar, 2015, 06:45
Whats new:>>

Updating the Help ID or Help Context fields could generate an Exception

http://www.helpndoc.com/
Titel: nanDECK v1.18.1
Beitrag von: SiLæncer am 21 Februar, 2015, 18:45
(http://www.portablefreeware.com/screenshots/scrR7FVt4.gif)
nanDECK is a scripting graphic software that provides a simple yet flexible language to create multiple images suited for cards or counters .

Freeware

http://www.nand.it/nandeck
Titel: EditPad Lite 7.3.7
Beitrag von: SiLæncer am 23 Februar, 2015, 16:45
(http://www.editpadpro.com/screens/editpadlite.png)
EditPad Lite is a general-purpose text editor, designed to be small and compact, yet offer all the functionality you expect from a basic text editor. EditPad Lite works with Windows NT4, 98, 2000, ME, XP and Vista.

Freeware

Changelog
Improvement:

File Types|Colors and Syntax: Palette editor color picker previews RGB values when the mouse hovers over a color.

Bug fixes:

Spell check: Romanian dictionaries did not show suggestions.
Windows 7: Maximizing EditPad, then minimizing all windows with Win+M, and then double-clicking a file in Windows Explorer brought up EditPad's window in its restored size (not maximized) if you had not previously minimized it from its maximized state by clicking the Minimize button on its caption bar.
Windows 7: Maximizing EditPad, then minimizing it, then restoring it unmaximized, and then double-clicking a file in Windows Explorer caused EditPad to maximize itself; this would continue until EditPad was minimized from its non-maximized state.
Windows 7: Maximizing EditPad, then minimizing it, then restoring it unmaximized, and then using a menu item like File|New that is available through EditPad's icon next to the system clock (even if that icon is disabled) caused EditPad to maximize itself; this would continue until EditPad was minimized from its non-maximized state.
Word wrap: Word wrapping broke lines at certain characters were it should not, such as the non-breaking hyphen.
[close]

http://www.editpadpro.com/editpadlite.html
Titel: RJ TextEd 10.21 Beta 2
Beitrag von: SiLæncer am 23 Februar, 2015, 21:30
(http://images.six.betanews.com/screenshots/scaled/1187014627-1.jpg)
RJ TextEd - A Unicode source and text editor. RJ TextEd is a full featured text and source editor with Unicode support, syntax highlighting and code folding. The functionality extends beyond text files and includes support for HTML editing with integrated preview, spell checking, auto completion, HTML validation, templates and more. The program also include support for Topstyle Lite CSS editor, has a dual pane file commander, as well as a FTP client to upload your files. The editor uses language files to display menus and dialogs in different languages. There are several included languages. New language files can easily be created in the editor. RJ TextEd is also a simple web development tool. The editor can use auto completion and hints to assist you in editing your source code. You can preview HTML/ASP/PHP... code using one of the preview tabs or open a document in a browser. The editor does not only handle source code. It also handles true ASCII files, binary files and of course plain text files.

Licence: Freeware

Changelog

Vertical scrolling
Made several code changes to make scrolling faster when using up and down
arrow keys. A few repaint issues were solved as well.

Several code changes were made to improve speed with a visible ruler.

Indent lines
Fixed several draw issues with indent lines and made it more robust.
Matching code elements should be better indicated in most programming
languages.

Auto completion
Made "Word completion" is a bit faster and it should use less memory.

* Fixed some paint issues when using themes.
* Fixed a lowercase issue with word completion.

Scripts
The default file extensions for all script languages have been changed.
The new extensions are:

BasicScript (.vbfs), JScript (.jsfs), C++Script (.cppfs) and PacalScript (.pasfs).

The old extensions still work but to ensure that the syntax highlighting and
auto completion work - add an "fs" at the end of the file extension.
E.g. "MyScript.js" => "MyScript.jsfs"

Tools and Zen window
External tools and Zen window are now theme aware and will use the same theme
as the main program window.
Changed the editor colors and syntax colors in the Zen window.

Search folder (in search-bar)
The drop down list width is adapted to the contents. The longer the folder
paths the wider the drop down list.

Misc
* Made drawing faster when the ruler is visible.
* General text drawing should be a bit faster. In some situations a lot faster...

Fixed
* Some options were not saved properly.
* Copy and paste issues in find/replace dialog.
* Menu position issue when using multiple monitors.
* Duplicate line undo issue with empty lines.
* Close document with "File has been deleted..." warning message.
* Folder search should open the full search-bar.
* Disable background colors for syntax elements in the theme manager didn't work.
* Wordwrap issue with complex scripts (Unicode).
* "View -> Set font..." only set the font temporarily.

[close]

http://www.rj-texted.se/
Titel: Highlight Code Converter 3.22
Beitrag von: SiLæncer am 24 Februar, 2015, 13:23
(http://images.six.betanews.com/screenshots/scaled/1028713443-1.jpg)
Highlight is a universal source code converter which transforms code to HTML, XHTML, RTF, LaTeX, TEX, SVG and BBCode files with syntax highlighting. (X)HTML and SVG output is formatted by CSS. It supports customizable color theme and language descriptions with regular expressions. The configuration files are Lua scripts with plug-in support. The tool contains several options to provide a consistent formatting of the output code.

License: Open Source

Latest Changes

-updated astyle code to release 2.05.1
-fixed shebang recognition (thanks to Victor Ananjevsky)
-GUI: added option to define line numbering start

http://www.andre-simon.de/
Titel: RJ TextEd 10.21
Beitrag von: SiLæncer am 25 Februar, 2015, 05:40
Changelog
Vertical scrolling:

Made several code changes to make scrolling faster when using up and down arrow keys. A few repaint issues were solved as well.
Several code changes were made to improve speed with a visible ruler.

Indent lines:

Fixed several draw issues with indent lines and made it more robust. Matching code elements should be better indicated in most programming languages.

Auto completion:

Made "Word completion" is a bit faster and it should use less memory.
- Fixed some paint issues when using themes.
- Fixed a lowercase issue with word completion.

Scripts:

The default file extensions for all script languages have been changed. The new extensions are:
BasicScript (.vbfs), JScript (.jsfs), C++Script (.cppfs) and PacalScript (.pasfs).
The old extensions still work but to ensure that the syntax highlighting and auto completion work - add an "fs" at the end of the file extension.
E.g. "MyScript.js" => "MyScript.jsfs"

Tools and Zen window:

External tools and Zen window are now theme aware and will use the same theme as the main program window. Changed the editor colors and syntax colors in the Zen window.

Search folder (in search-bar):

The drop down list width is adapted to the contents. The longer the folder paths the wider the drop down list.

Misc:

Made drawing faster when the ruler is visible.
General text drawing should be a bit faster. In some situations a lot faster...

Fixed:

Some options were not saved properly.
Copy and paste issues in find/replace dialog.
Menu position issue when using multiple monitors.
Duplicate line undo issue with empty lines.
Close document with "File has been deleted..." warning message.
Folder search should open the full search-bar.
Disable background colors for syntax elements in the theme manager didn't work.
Wordwrap issue with complex scripts (Unicode).
"View -> Set font..." only set the font temporarily.
Context help hints in project settings didn't work.
Document tab issue when closing tabs (in some situations).
Issues when saving keyboard shortcut changes (or creating the file, if missing, at startup).
Auto highlight selected words didn't always work.
[close]

http://www.rj-texted.se/
Titel: PSPad 4.5.9 Build 2600
Beitrag von: SiLæncer am 28 Februar, 2015, 10:20
(http://images.six.betanews.com/screenshots/1076948037-1.png)
PSPad is a universal freeware editor. There is no complex install process; the program is ready to work immediately, without requiring customization. It supports many file types and languages, with syntax highlighting. There are macros, clip files and templates to automate repetitive activities. An integrated HEX Editor, Project support, FTP Client, Macro Recorder, File Search/Replace, Code Explorer, code page conversion, are just some of the many possibilities that PSPad can offer you.

Freeware

Changelog

Current tab with Windows theme switched off is marked with thick line under file name
Tcl/Tk Code explorer - added multiword procedure name support
Tab color is applied to tab you used to call context menu instead of the current tab
TiDy - if TiDycfg.ini file contains [Check Only] section, parameters will be used for function from menu HTML/Check HTML (Ctrl+F10)
New script for beautify VB script code from Marcus Roming. Available from Script menu
PHP highlighter - added new keywords for PHP 5.6
Numeric base calculator - small changes like whole binary number is visible, is possible copy with Ctrl+C, ..
Restore last open file - new function (menu file / open special) with default shortcut Ctrl+Alt+Z
program works now correctly with extreme DPI sizes. I suggest you to set icons for toolbar and menu to PSPad_24 in program settings / Program 1 for DPI higher than 125% and above. If you use portable PSPad on PCs with different DPI settings, PSPad will automatically change menu and toolbar icons to best fit your display setting.
Code explorer - added support for code notes. In the user highligher and Highlighter settings you can define string, defining notes in code (e.g. @ToDo). Rest of line behind this comment is taken as note and displyed in Code explorer.
CSS highlighter - added LESS comment support
FTP - new option for SSL/TLS - Prot P or Prot C settings
scripting - new function topLineIndex([integer]):integer - sets top line or returns index of first visible line in editor window
scripting - new function linesInWindow(): integer - returns number of lined in editor window
scripting - new function setWaitCursor([boolean]) - sets/resets mouse cursor to hourglass. Usage for longer running scripts.
Ctrl + Left mouse Click in editor selects whole word
Program settings / Tools - new option Search in Files - remember Replace setting
FTP panel - new quick search field
New bigger icon set 24x24px
Possibility to set iconset for menu and toolbar separately (Program settings / Program 1). It Alows you to set bigger icons for toolbar and/or menu if you use high resolution screen. Toolbar and menu automatically accept iconset size from now. Anybody can create new iconset for PSPad.
HTML multihighlighter - changed behavior. If file size gets over the multihighlighter limit, PSPad will use language highlighter instead of the base highlighter (e.g. PHP instead of the HTML)
New default icon set for the menu and toolbar. Old set is available as PSPad classic. I am preparing bigger toolbar buttons.
New PHP beautifier (http://www.waterproof.fr/products/phpCodeBeautifier/)
Code explorer - possibility Switch off refresh with File save in Program settings / Tools
Search/Replace dialog in files doesn't clear Replace flag and replace string
Cobol highlighter - Specification - added buttons for strict and free mode quick settings
File open exception dialog extended of system error message
HEX editor settings in Program settings - number of bytes per line and column can be freely set
Code Explorer - in Program settings / Tools is possible switch off refresh after file save
File locking - Save file as - fixed old and new file lock
MSDos batch highlighter - fixed bracket highlight with Echo inside of brackets
FTP client with MLSD file listing - fixed situation when file list is returned without file time information
HTML highlighter - fixed curly brackets highlighting in text with switched off template support
Code explorer - problems with a new option Refresh after file save in Program settings / Tools.
Fixed problems with drawing (e.g. scroll in Text diff) in Editor component
Cobol highlighter - cursor on * indicator causes painting first line on page as an comment
File name without path in program title in case PSPad was run with file without path as parameter
Find/Replace dialog in system with increased font size
Unix Shell Script - comment highlighting fix
Inserting code clips with Shift+Space - if template isn't found, PSPad shows list of clips.
Cobol Code explorer - if there was any code before COPY, line doesn't appear in Code explorer
PHP - continue comment inserted unwanted spaces
Cobol code explorer - missing COPY line if there was a code before COPY
PHP - continue comment function
Editor area flickering
LOG parser - fixed case with relative file path in error log
selection to PHP variable conversion for one line (menu HTML/conversion)
start PSPad with file without path as parameter when PSPad instance is already running
Open file with wildchar when another PSPad instance already runs
Fixed problem with empty PSPad help in case PSpad is started from network drive as multiuser. In this case local copy of the help is created in %AppData%\PSpad folder.
WWW Preview and missing cursor
FTP log - copy content to clipboard using right mouse
File tabs - file name with extreme font DPI settings
Matching brackets and keywords on Win 8.1 system and above with active wrap lines
fixed "google" Java scripts recognition in HTML multihighlighter
fixed Drag/drop image into editor (HTML) with pressed CTRL key
problem with line behind the last char with fonts like courier new
Ctrl+DblClik - select text inside quotes
FTP client another fix for MLSD command. For FTP authors: read and respect RFC documents!
PHP highlighter - fixed missing keywords
TextDiff - exception on some computers
most of flicking was removed during windows resize
WWW preview - missing cursor in editor after return from preview
TextDiff exception
Project panel width in case you close PSPad with hidden panel
PSPad start with parameters without file name enclosed in quotas

[close]

http://www.pspad.com/
Titel: RegeditEx 2015.02.18
Beitrag von: SiLæncer am 28 Februar, 2015, 18:45
(http://s26.postimg.org/9iaf6twyh/screenshot_303.jpg)
RegeditEx is a handy tool designed to help you browse and edit registry files in order to tweak your computer. The program can be used to edit the content of registry files by creating keys and string values.

Freeware

Whats new:>>

Recompiled with latest reg.jar, which contains several bug fixes and enhancements

http://reboot.pro/files/file/325-regeditex/
Titel: EverEdit 3.4.2(4041)
Beitrag von: SiLæncer am 01 März, 2015, 06:45
(http://www.portablefreeware.com/screenshots/scrzAHs9R.png)
EverEdit is a handy and easy-to-use text, binary and source editor that enables you to write simple text files or create HTML, PHP, C/C++ or binary documents.

With an intuitive interface, EverEdit is suitable for both beginner and advanced programmers. Drag and drop support, syntax highlighting, auto-complete and auto-correct functions are features designed to ease your work even more.

The editor comes with encoding detection, regular expressions, macros and plugins support, brace match and code folding.

Changelog
NEW: Added mouse middle behavior. You can bind an command to the middle button. (Setting->Edit)
IMPROVED: When double click items in [Directory View], EverEdit will focus on opened file.
IMPROVED: Removed and changed some shortcuts of [Directory View]
IMPROVED: Improved bracket match limit to 4000 lines (Up: 2000 lines, Down: 2000 lines)
IMPROVED: If you press delete or backspace key, EverEdit will delete selection first if there does exist some selections.
IMPROVED: Some wrong translations of shortcuts
IMPROVED: The calltip window might be covered by complete window
FIXED: A bug of overwrite mode when input CJK chars
FIXED: [Word Complete] couldn't work very well with mouse wheel.
FIXED: A bug of Conversion (To Full Width)
FIXED: Syntax highlight might became invalid on some circumstances.
FIXED: If virtual spaces was enabled, and you clicked the right edge of editor area, EverEdit couldn't scroll very well.
FIXED: When create a new instance, EverEdit will not load session any more.
FIXED: A bug of folding on some circumstances
FIXED: Some other minor bugs.
[close]

http://www.everedit.net/
Titel: BowPad 2.0.17
Beitrag von: SiLæncer am 01 März, 2015, 20:00
(http://s26.postimg.org/e60vd9bix/screenshot_182.jpg)
BowPad is a small and fast text editor with a ribbon user interface and syntax highlighting.

Features:

syntax highlighting for over 100 file types and languages
handling of many different encodings, including UTF-8, UTF-16 and even UTF-32
easy ribbon user interface
navigation hints in the vertical scrollbar
coloring of open tabs according to their path
extendable with plugins written in jscript or vbscript

Freeware

Whats new:>>

Fixed:

Spell check comments.
File tree does not show in 64bit portable versions higher than 2.0.13.

http://stefanstools.sourceforge.net/BowPad.html
Titel: Atom 0.184.0
Beitrag von: SiLæncer am 02 März, 2015, 21:30
(http://s26.postimg.org/6bt5lin89/screenshot_265.jpg)
A powerful and flexible application that works as a text and source code editor with syntax highlight, or alternately as a file viewer.

MIT License

Changelog
The find-and-replace package now supports multiple root folders
Fixed a bug that sometimes prevented copying and moving files in the tree-view with multiple root folders
Fixed a regression where multiple space-delimited highlight decoration classes threw an exception
Fixed a bug in the git-diff package that caused exceptions when changing the project path
Implementing and exporting an activate function in your package's main module is now optional
[close]

https://atom.io/
Titel: PilotEdit Lite 7.8.0
Beitrag von: SiLæncer am 03 März, 2015, 05:10
(http://www.pilotedit.com/images/OpenInQuickMode.PNG)
PilotEdit is a text, hex, XML, C/C++, HTML, PHP, Java, Javascript and Perl editor that can edit large files of 400GB (40 billion lines).

It offers customizable syntax and keyword highlighting, advanced search and replace operations, automatic text encoding, 256-bit AES encryption/decryption and a built-in FTP/SFTP client lets you open, edit, download and upload large files directly to/from a FTP/SFTP server.

In addition to standard text editing features, PilotEdit can compare and merge two large files of 100GB (10 billion lines). You can also sort, find/remove duplicate lines and extract strings over a large file of 1GB.

Freeware

http://www.pilotedit.com/
Titel: Brackets 1.2
Beitrag von: SiLæncer am 05 März, 2015, 19:20
(http://images.six.betanews.com/screenshots/scaled/1384812094-1.jpg)
Brackets is an open source code editor for the web. It's built with JavaScript, HTML and CSS by web developers like you. As you code, HTML changes are instantly pushed to browser without having to save or reload the page. Theseus makes inspecting variables and control flow easy, even in asynchronous code.

License : Open Source

Changelog
Code Editing

Drag & drop to move selected text: Enable the dragDropText preference to drag and drop any selected text. Works with multiple selections too! (by Marcel Gerber)
CSS color name code hints: Code hints for standard named colors in CSS/LESS/SCSS, with color swatch preview. (by Marcel Gerber)
SVG code hints: For tags, attributes, and attribute values - also including named colors. (by Amin Ullah Khan)
Dart syntax highlighting (by Marcel Gerber)

Search

Find/Replace scrollbar tickmarks highlight current match

UI Appearance

Windows High DPI support: Brackets automatically renders text, icons, and images more crisply on high-DPI displays (similar to the appearance on Mac Retina screens).

Key Bindings

Use additional named keys in custom key bindings: PageUp, PageDown, Home, End, Insert, Delete. Can be used by extensions or in user custom key bindings.

Stability

Windows: Improved window positioning: Brackets stays positioned onscreen after a monitor is unplugged or screen resolution is changed.

Linux

Remember last-opened file in File > Open dialog box: Now matches existing Mac & Windows behavior. (by Marcel Gerber)

Localization

Translation updates for: Chinese (Simplified), Czech, Finnish, French, German, Japanese, Romanian, Serbian. (by Hanhua Hong, Pavel Dvořák, valtlait, Marcel Gerber, Goran Vasić, Micleușanu Nicu)
[close]

http://brackets.io/
Titel: Ron's Editor 2015.02.28.1427
Beitrag von: SiLæncer am 06 März, 2015, 17:20
(http://www.ronsplace.eu/Content/ThumbImages/Product/EDITR/Gallery/MainWindow_EditCell.jpg?width=200)
The application provides standard editing tools which you can use to modify field values, insert, delete, split or merge columns, duplicate and append rows, sort data or apply custom filters. Moreover, you can fully edit the column layout and change its type, thus modifying the whole document structure. The result can then be easily exported to Excel, HTML, XML or another separated / fixed width text format.

To grant you even more control, Ron's Editor comes with tools for updating groups of cells simultaneously, change the data layout in forms, as well as editing cells containing tabs or new lines. Access the 'Toolbox' to easily find and replace data, change the case, add or remove text, numbers, dates, empty rows, all while previewing the result on the spot.

Filtering and summarizing capabilities, the quick find tool and automatic cell dimensioning are other advantages that this tabular editor comes with. Also, it automatically detects and provides support for text encoding.

Combining ease of use with advanced editing functionality, Ron's Editor proves to be a handy utility for viewing and formatting tabular text or CSV files. It provides you with all the editing tools you need, while striving to keep things simple.

Freeware

http://www.ronsplace.eu/RonsPlace.aspx
Titel: TeXstudio 2.9.0
Beitrag von: SiLæncer am 07 März, 2015, 10:00
(https://www.heise.de/software/screenshots/t53117.jpg)
GPL-LaTeX-Editor, der das Erstellen von LaTex-Dokumenten in Unicode vereinfacht; unterstützt den Nutzer beim Schreiben mittels interaktiver Rechtschreibprüfung, Syntax-Highlighting, Code-Folding und automatischer Code-Vervollständigung.

Lizenz: Open Source

Changelog

link overlays for urls
close editor tab by pressing middle mouse button
more standard shortcuts (in particular for OS X)
support optional filename argument in txs:///view-pdf-internal
add "expand/collapse all documents" to context menu of structure
add tabulary support
open correct log file if output filenames are changed due to "%& -job-name=targetfile" (note: changed pdf filename not yet supported)
user-defined icons are now portable: if possible icon paths are stored relative to settings dir or application dir
windowed pdf viewer now supports --no-focus argument
improved detection of label name for "Insert \ref to Next Label"
improved context detection for preview (multi-line math, cursor inside multi-char delimiter)
improved search for texdoc location
improved log parsing including support for LaTeX3 warnings and errors
resize with soft line warp: keep vertical cursor position constant
support .tikz files (treated like .tex files)
new options: Advanced Editor -> Structure Panel ("Show elements in comments", "Mark structure elements beyond \end{document}" and "Mark structure elements in appendix")
new option: mouse wheel zoom also controls the log editor (patch by Paulo Silva)
new option: encoding of bib files
new options: some GUI elements are now scalable (for better hi-res display support)
some cleanup in the options dialog
change: LaTeX templates need to have "% !TXS template" on the first line if placeholders should be interpreted, otherwise files are loaded as plain LaTeX
fix: maintain expansion of the Structure View in more situations
fix: caseSensistivity for global search
fix: sync scrolling in enlarged embedded pdf viewer
fix: interpretation of % !BIB program = biber
fix: fit to text width in multi-page grid of pdf viewer
fix: unsaved documents could create false entries when saving a session
fix: forgotten editor shortcuts
fix: linecache on retina display
fix: on OS X: the dictionary default path is relative to app
fix: compilation on freebsd (patch by Abilio)
fix: display user command icon (patch by Paulo Silva)
fix: svn auto-checkin was not executed after some types of save operations
fix: link-click on bib file also searches in additionalBibPaths
fix: some sections were incorrectly marked as "beyond end of document"
fix: crash when file is removed and silent reload is activated
fix: failed "! TeX encoding" detection due to bug in line end detection
fix: ignore hyph_*.dic files when looking for hunspell dictionaries
fix: trigger ?load-file for files opened with the session at startup
fix: update encoding in status bar when a % !TeX encoding = ... magic comment is typed
fix: issue with opening some template zip files by updating QuaZip to 0.7.1
fix: parsing of synctex file with nested sheets
fix: crash when undoing insertion of magic comments
fix: make symbol grid visible on dark-themed desktops
fix: handle multiple existing assignments when checking the change of a shortcut
fix: broken folding of %BEGIN_FOLD if the special math-close-comment %$ was used in the folded area
fix: incorrect wrapping if chinese punctuation characters are on the line
completer is disabled in overwrite mode (because it does not work correctly while overwriting)
fix: incorrect behavior of input method with forward selections
fix: texdoc usage on OS X
fix: rendering of 1x1 non-continouos pdf page on retina display
fix: some missing symbols
removed: case insensitive completion (due to complexity/performance issues)

[close]

http://texstudio.sourceforge.net/
Titel: NppCalc 1.4
Beitrag von: SiLæncer am 08 März, 2015, 06:20
(http://s26.postimg.org/dja1w9tll/screenshot_324.jpg)
NppCalc is a small, simple, easy to use Notepad++ add-in, specially designed to help you evaluate the expressions in your editor. Basically while NppCalc is on the job all mathematical symbols in the expressions you write will be highlighted with the red color so that you can identify math expressions easily in a document.

Freeware

http://sourceforge.net/projects/nppcalc/
Titel: Hekapad 0.40
Beitrag von: SiLæncer am 08 März, 2015, 07:30
(https://i.postimg.cc/ZKwhWfKt/screenshot-3106.png)
Hekapad is very easy, lightweight and has many advanced features that make it the right choice to create, open or edit a text file. Beside the classic format TXT, Hekapad supports also other formats: NFO, LOG, INI, INF, and allows to save and open text files with other extensions.

Freeware

https://www.hekasoft.com/hekapad/
Titel: nanDECK v1.18.6
Beitrag von: SiLæncer am 08 März, 2015, 19:45
(http://www.portablefreeware.com/screenshots/scrR7FVt4.gif)
nanDECK is a scripting graphic software that provides a simple yet flexible language to create multiple images suited for cards or counters .

Freeware

http://www.nand.it/nandeck
Titel: SciTE 3.5.4
Beitrag von: SiLæncer am 09 März, 2015, 05:00
(http://www.heise.de/software/screenshots/1206.jpg)
Editor mit Syntax-Highlighting, Auto-Completion, Folding und vielem mehr...

Lizenz: Open Source

changelog
Indicators may have a different colour and style when the mouse is over them or the caret is moved into them.
An indicator may display in a large variety of colours with the SC_INDICFLAG_VALUEFORE flag taking the colour from the indicator's value, which may differ for every character, instead of its foreground colour attribute.
On Cocoa, additional IME methods implemented so that more commands are enabled. For Japanese: Reverse Conversion, Convert to Related Character, and Search Similar Kanji can now be performed. The global definition hotkey Command+Control+D and the equivalent three finger tap gesture can be used.
Minimum version of Qt supported is now 4.8 due to the use of QElapsedTimer::nsecsElapsed.
On Windows, for Korean, the VK_HANJA key is implemented to choose Hanja for Hangul and to convert from Hanja to Hangul.
C++ lexer adds lexer.cpp.verbatim.strings.allow.escapes option that allows verbatim (@") strings to contain escape sequences. This should remain off (0) for C# and be turned on (1) for Objective C.
Rust lexer accepts new 'is'/'us' integer suffixes instead of 'i'/'u'. Bug #1098.
Ruby folder can fold multiline comments. Bug #1697.
SQL lexer fixes a bug with the q-quote operator.
TCL lexer fixes a bug with some strings. Bug #1642.
Verilog lexer handles escaped identifiers that begin with \ and end with space like \reset* . Verilog folder fixes one bug with inconsistent folding when fold.comment is on and another with typedef class statements creating a fold point, expecting an endclass statement.
VHDL folder fixes hang in folding when document starts with "entity".
Add new indicators INDIC_COMPOSITIONTHIN, INDIC_FULLBOX, and INDIC_TEXTFORE. INDIC_COMPOSITIONTHIN is a thin underline that mimics the appearance of non-target segments in OS X IME. INDIC_FULLBOX is similar to INDIC_STRAIGHTBOX but covers the entire character area which means that indicators with this style on contiguous lines may touch. INDIC_TEXTFORE changes the text foreground colour.
Fix adaptive scrolling speed for GTK+ on OS X with GTK Quartz backend (as opposed to X11 backend). Bug #1696.
Fix crash in SciTE when saving large files in background when closing application. Bug #1691.
Fix decoding of MSVC warnings in SciTE so that files in the C:\Program Files (x86)\ directory can be opened. This is a common location of system include files.
Fix compilation failure of C++11 <regex> on Windows using gcc.
[close]

http://www.scintilla.org/SciTE.html
Titel: Atom 0.187.0
Beitrag von: SiLæncer am 10 März, 2015, 20:15
(http://s26.postimg.org/6bt5lin89/screenshot_265.jpg)
A powerful and flexible application that works as a text and source code editor with syntax highlight, or alternately as a file viewer.

MIT License

Changelog
More package-related UI improvements have been made to the Settings view
Markdown Preview now includes CSS when saving HTML
Notifications are now shown when a package fails to load or activate
Speed up selectAll on a buffer with many folds
[close]

https://atom.io/
Titel: Notepad++ 6.7.5
Beitrag von: SiLæncer am 11 März, 2015, 05:00
(http://s26.postimg.org/vvnitnjix/screenshot_38.jpg)
Notepad++ is a tabbed source code editor and Notepad replacement with a customizable interface. It is one of the few few source code editors that supports "folding," allowing users to quickly reduce and expand sections of code to see the overall document. In addition, it features multi-language syntax highlighting, auto-completion, regular expression search/replace, macro recording and playback, etc. The program can access a long list of plug-ins via an easy-to-access menu with even more features and functions.

License: GPL

Changelog
- Add ghost typing feature: launch Notepad++ with the auto-typing text from command line (via command line with argument -qn, -qt or -qf)
- Fix auto-insert bad behaviour : under some condition typing " or ' makes erase the further " or '
- Fix the crash issue while user Ctrl + double click on an empty document
- Fix crash bug on loading dropbox settings
- Show progress window instead of a static window during FindInFiles and ReplaceInFiles
- Filename rendered incorrectly on tab bar while it contains '&' character
- Make highlighting (if enabled) follow typing for Incremental search, and add several Incremental search enhancements
- Add the followings notifications for plugins : NPPN_BEFORESHUTDOWN NPPN_CANCELSHUTDOWN NPPN_FILEBEFORERENAME NPPN_FILERENAMECANCEL NPPN_FILERENAMED NPPN_FILEBEFOREDELETE NPPN_FILEDELETEFAILED NPPN_FILEDELETED
- Make keystroke ENTER trigger the shortcut editor dialog in Shortcut Mapper
- Allow drop files onto doc switcher and other side panels
- Installer remembers user's choices of last installation
- Fix Auto-indent in new code block not respecting current EOL bug
- Restore focus to editor when a panel is closed


Read more: http://fileforum.betanews.com/detail/Notepad/1095978331/1?utm_source=feedburner&utm_medium=feed&utm_campaign=Feed%3A+fileforum%2Ffull+%28Fileforum+-+full+feed%29#ixzz3U2utTLOi
[close]

http://notepad-plus.sourceforge.net/
Titel: RJ TextEd 10.22 Beta 1
Beitrag von: SiLæncer am 11 März, 2015, 16:45
(http://images.six.betanews.com/screenshots/scaled/1187014627-1.jpg)
RJ TextEd - A Unicode source and text editor. RJ TextEd is a full featured text and source editor with Unicode support, syntax highlighting and code folding. The functionality extends beyond text files and includes support for HTML editing with integrated preview, spell checking, auto completion, HTML validation, templates and more. The program also include support for Topstyle Lite CSS editor, has a dual pane file commander, as well as a FTP client to upload your files. The editor uses language files to display menus and dialogs in different languages. There are several included languages. New language files can easily be created in the editor. RJ TextEd is also a simple web development tool. The editor can use auto completion and hints to assist you in editing your source code. You can preview HTML/ASP/PHP... code using one of the preview tabs or open a document in a browser. The editor does not only handle source code. It also handles true ASCII files, binary files and of course plain text files.

Licence: Freeware

Changelog

Mixed line breaks:

The editor will now handle files with mixed line breaks.
The status bar will add a *Mixed to indicate this e.g. Text file (*Mixed Windows).
The mixed line breaks are preserved and will still be there when you save the file.
With "View line breaks" turned on - different line breaks will be displayed using different characters.
Moving the text cursor to the end of line will display the line break in the status bar.

NOTE!

A file should only contain one type of line breaks.
Windows (\r\n), Unix/Mac (\n), Classic Mac (\r).
If you open a file on different platforms you may end up with a file containing mixed line breaks. This is certainly not desirable and you should use the menu commands in "Format -> Newline format" to clean up the file.
Word completion list:

Added an action to display the word completion list. Even if the word complete option is disabled.
To use it assign a keyboard shortcut to the action "ShowWordCompletionListAction" in "Environment -> Customize keyboard...".

Editor settings:

A backup is now created and restored if the main settings file is (for some reason) lost. If the settings and backup are both lost a backup of the original settings are restored.

Search field on "Home" page:

Added search fields for recently opened files and recently opened projects.
I also removed the "Open..." buttons.

Context menu on "Home" page:

Added context menus in the recently opened lists. Menu items are Open, Remove and Clear. Open and remove work on all selected files, but only on one item in the recent projects list.

File commander:

Removed the buttons at the bottom and redesigned the vertical toolbar.
File manager buttons are visible when not connected to a remote server and FTP client buttons (download/upload/sync/log) are only visible when connected.

Option to check HTML/XML tags for file encoding:

The editor always check HTML and XML files for charset and encoding tag attributes. If found the encoding is used when opening the file.
This is still the standard behavior, but now there is a way to disable this check.

Misc:

Changed selection behavior when moving lines up or down.
Selection folds are working again in plain text files.
Selection is stored when closing the file, just as cursor position.
"Open file at cursor" will now check environment paths to find the file.

Fixed:

A selection issue with move line down function.
Ctrl+DblMouseClick over a parenthesis didn't always select the enclosed text over multiple lines.
Remove object from project error.

[close]

http://www.rj-texted.se/
Titel: BirdFont 2.1.0
Beitrag von: SiLæncer am 13 März, 2015, 05:10
(http://birdfont.org/images/background_image_windows_thumbnail.png)
BirdFont is a free font editor that lets you create vector graphics and export TTF, EOT & SVG fonts.

License: Open Source

http://birdfont.org/
Titel: Notepad2-mod 4.2.25.945
Beitrag von: SiLæncer am 14 März, 2015, 06:45
(http://cdn.portableapps.com/Notepad2-modPortable_small.png)
Notepad2-mod is a lightweight text editor with syntax highlighting for a few commonly used languages and some new features beyond regular Notepad2 like code folding, bookmarks and additional languages.

Whats new: >>

The builds run on XP SP3 and newer.

http://xhmikosr.github.io/notepad2-mod/
Titel: SynWrite 6.16.2010
Beitrag von: SiLæncer am 14 März, 2015, 20:30
(http://images.betanews.com/screenshots/1289816929-1.jpg)
Erweiterter Text-Editor mit Unterstützung von vielen Dateiformaten, Programmiersprachen und Zeichenkodierungen; bietet unter anderem Syntax-Hervorhebung, Auto-Vervollständigung und Code-Vorlagen; auch als Plug-in für Total Commander und als portable Version erhältlich.

Freeware

Changelog

Added:

Lexer C++: Hilite of "", more correct tree for names "Name".
Lexer Tcl: More keywords.
Lexer Diff: Folding for "Index:".

Changed:

Refactored carets code.

[close]

http://www.uvviewsoft.com/synwrite/
Titel: ResEdit 1.6.4
Beitrag von: SiLæncer am 18 März, 2015, 09:01
(http://www.portablefreeware.com/screenshots/scrq20Rfs.gif)
ResEdit is a resource editor for 32-bit programs. You can use it if you want to use dialogs, icon, version information or other types of resources. Output files can be compiled by any Win32 compiler, like MinGW and Microsoft Visual C++.

License: Freeware

http://www.resedit.net/
Titel: Ron's Editor 2015.03.13.0641
Beitrag von: SiLæncer am 19 März, 2015, 05:10
(http://www.ronsplace.eu/Content/ThumbImages/Product/EDITR/Gallery/MainWindow_EditCell.jpg?width=200)
The application provides standard editing tools which you can use to modify field values, insert, delete, split or merge columns, duplicate and append rows, sort data or apply custom filters. Moreover, you can fully edit the column layout and change its type, thus modifying the whole document structure. The result can then be easily exported to Excel, HTML, XML or another separated / fixed width text format.

To grant you even more control, Ron's Editor comes with tools for updating groups of cells simultaneously, change the data layout in forms, as well as editing cells containing tabs or new lines. Access the 'Toolbox' to easily find and replace data, change the case, add or remove text, numbers, dates, empty rows, all while previewing the result on the spot.

Filtering and summarizing capabilities, the quick find tool and automatic cell dimensioning are other advantages that this tabular editor comes with. Also, it automatically detects and provides support for text encoding.

Combining ease of use with advanced editing functionality, Ron's Editor proves to be a handy utility for viewing and formatting tabular text or CSV files. It provides you with all the editing tools you need, while striving to keep things simple.

Freeware

http://www.ronsplace.eu/RonsPlace.aspx
Titel: RJ TextEd 10.22
Beitrag von: SiLæncer am 22 März, 2015, 11:00
Changelog

Mixed line breaks

The editor will now handle files with mixed line breaks. The status bar will add a *Mixed to indicate this e.g. Text file (*Mixed Windows). The mixed line breaks are preserved and will still be there when you save the file.
With "View line breaks" turned on - different line breaks will be displayed using different characters.
Moving the text cursor to the end of line will display the line break in the status bar.

NOTE!

A file should only contain one type of line breaks.
Windows (\r\n), Unix/Mac (\n), Classic Mac (\r).
If you open a file on different platforms you may end up with a file containing mixed line breaks. This is certainly not desirable and you should use the menu commands in "Format -> Newline format" to clean up the file.

FTP (Client and panel)

The FTP client and FTP panel now include a log window displaying sent and received commands. A log view toolbar button has been added in the FTP panel.
All file transfers are now verified if the FTP server support checksums. This includes synchronize transfers, upload, download and editing remote files.

Word completion list

Added an action to display the word completion list. Even if the word complete option is disabled. To use it assign a keyboard shortcut to the action "ShowWordCompletionListAction" in "Environment -> Customize keyboard...".

Editor settings

A backup is now created and restored if the main settings file is (for some reason) lost. If the settings and backup are both lost a backup of the original settings are restored.

Search field on "Home" page

Added search fields for recently opened files and recently opened projects. You can use a simple phrase or use wild cards. I also removed the "Open..." buttons.

Context menu on "Home" page

Added context menus in the recently opened lists. Menu items are Open, Remove and Clear. Open and remove work on all selected files, but only on one item in the recent projects list.

File commander

Removed the buttons at the bottom and redesigned the vertical toolbar. File manager buttons are visible when not connected to a remote server and FTP client buttons (download/upload/sync) are only visible when connected.

Option to check HTML/XML tags for file encoding

The editor always check HTML and XML files for charset and encoding tag attributes. If found the encoding is used when opening the file. This is still the standard behavior, but now there is a way to disable this check.

Block selection

Select a block by placing the text cursor at the start position, left mouse click on the end position while pressing SHIFT+ALT will temporarily turn column mode on and select a column.
You can still use the SHIFT+ALT+Arrows or ALT+LeftMouse drag to select a column block.

Misc

Changed selection behavior when moving lines up or down.
Selection folds are working again in plain text files.
Selection is stored when closing the file, just as cursor position.
"Open file at cursor" will now check environment paths to find the file.

Fixed

A few issues with SFTP and using key files.
A selection issue with move line down function.
Ctrl+DblMouseClick over a parenthesis didn't always select the enclosed text over multiple lines.
Remove object from project error.
<?= should be highlighted in PHP files.

FTP proxy server issue.

Several Syntax Editor issues when editing regular expression keywords.
Recent files with UNC paths could slow down startup.

[close]

http://www.rj-texted.se/
Titel: TeXstudio 2.9.2
Beitrag von: SiLæncer am 23 März, 2015, 20:45
(https://www.heise.de/software/screenshots/t53117.jpg)
GPL-LaTeX-Editor, der das Erstellen von LaTex-Dokumenten in Unicode vereinfacht; unterstützt den Nutzer beim Schreiben mittels interaktiver Rechtschreibprüfung, Syntax-Highlighting, Code-Folding und automatischer Code-Vervollständigung.

Lizenz: Open Source

Changelog

allow word wrapping at all CJK characters
simplified latexmk call
fix: incorrect interpretation of dir/file arguments in import commands
fix: crash when hidden implicit master document is deleted
fix: incorrect merging of absolute files with additional search paths
fix: make pkg-config work on osx again
fix: crash when reopening hidden document in singleDocMode
fix: basic shortcuts (like "Left") might be overwritten when using TXS in certain languages (Japanese, Italian, ...)
fix: positioning of completer tooltip when using multiple screens

[close]

http://texstudio.sourceforge.net/
Titel: Rapid Environment Editor 8.0 build 927
Beitrag von: SiLæncer am 24 März, 2015, 05:10
(http://www.rapidee.com/images/rapidee.png)
Rapid Environment Editor (RapidEE) is an environment variables editor. It includes an easy to use GUI and replaces the small and inconvenient Windows edit box, located in the System Information section.

License: Freeware

What's new: >>

Fixed: French translation.

http://www.rapidee.com/
Titel: Komodo Edit 9.0.0 Build 15707
Beitrag von: SiLæncer am 24 März, 2015, 09:18
(http://download.winboard.org/uploads/Image/2010-12-22%2009%2024%2056.png)
Komodo Edit ist ein Editor, der folgende Sprachen unterstützt: PHP, Python, Ruby, java script, Perl, Tcl, XML, HTML 5, CSS 3. Weiterhin bietet das Programm eine Projektverwaltung, Sweet-Editor und kann mittels Erweiterungen ausgebaut werden.

Unterstützt wird WIN XP - Seven

Freeware

Changelog
Track Changes: The editor has gained a new left margin, which highlights unsaved changes, as well as any uncommitted SCC changes. Clicking on the margin will show a diff dialog of the changes, and you can also revert these individual changes.
Markdown Viewer: When a markdown file is open in Komodo, you’ll be able to easily HTML preview that markdown with a click of a button. The Komodo markdown viewer uses GitHub markdown styling.
Go Lang: Initial support for the Go programming language has been added to Komodo. It provides syntax coloring, code folding, syntax checking (linting) and code intelligence with completions, calltips, outline and goto definition.
Kopy.io: This allows you to easily share snippets of code with other people (like a pastebin) directly from Komodo. Simple make a text selection and right-click and use the Share Code via Kopy.io. Even better is that Kopy.io supports client side encryption, so you can make those shared pastes more secure.
Notifications: Messages shown to the user now appear in a separate popup panel that overlays the main Komodo editor window (previously they appeared in the Komodo statusbar). There are notification preferences which allows you to control which messages get displayed in the popup panel.
Color Schemes: We’ve changed all the default Komodo color schemes. All schemes included in Komodo are now Base16, that is, they are based on a set of 16 different base colors, which are re-used by different parts of the scheme. You can also tweak the editor line height spacing now directly in the color scheme preferences page.
Menu Bar: The Komodo main menu bar is now hidden by default (Windows and Linux. You can use the Alt key to toggle the menu visibility. Whilst the top-level menu is hidden, the unified button menu will be visible in the toolbar. You can also control menu visibility through the View > Toolbars menu.
PHP 5.6 Support: We’ve added support for PHP 5.6, with a new Xdebug module (for PHP debugging and Code Profiling), updates for keyword changes and updates to code intelligence to provide the latest API data for PHP 5.6.
Python PEP 8 Syntax Checking: PEP 8 syntax checking has been added. You can turn it on by visiting the Python Syntax Checking preferences. For those that don’t know - PEP 8 is the official style guide for Python code.
CSS Code Formatting: Komodo now includes a CSS code formatter - so you can keep your CSS looking beautifully structured. We’re using a JavaScript CSS Beautify library from Sencha Labs.
Komodo Developer APIs: We’ve been overhauling the Komodo APIs, to make it easier to load and access the methods inside of Komodo. We’re now making use of CommonJS (aka Node.js) require() calls to load individual modules - you can see the full list of supported modules in the sdk directory. Examples and more information can be found in the Komodo wiki. We’ve also added convenient console.log() and friends support - the messages show up in the Komodo Notifications pane.
Performance: Various performance tweaks were made to Komodo to improve the editing performance, as well as improving the search speed, syntax checking times and general responsiveness of Komodo.

Other Mentionables:

Statusbar has moved to be above the bottom pane (attached to the editor view)
CSS code formatter was added
Preference page now has a simple and advanced mode
Startpage has been removed - instead a Quick Launch page is shown when no views are opened
Workspaces can be saved and loaded on demand - see the File > Workspace menu
High DPI configurations on Windows should work correctly - no blurred fonts
Tab Width indentation preference has changed from 8 spaces to 4 spaces
Find Results now has a toolbar command to copy the find results to the clipboard
SCC Commit dialog now displays the current branch name
Re-organised various menus, including tab and editor context menus
Sections list (IDE) has merged with breadcrumbs widget
Tabs v’s spaces indentation detection was improved
Komodo was updated to use the Mozilla 31 code base
Opt-in analytics module was added. This is entirely optional and we do not track user specific information.
Komodo Sync has been removed for Komodo 9; similar functionality may be re-introduced in a later version of Komodo.
Icons: Most of the Komodo UI icons have been updated - here is a list of the most noticeable icon changes:
file icons
language icons
places icons
toolbox icons
preference page
code intelligence icons (completions, sections list, code browser)
Commando: This popup dialog is the combined successor of the “Fast Open” dialog and “Invoke Tool” dialog. Commando provides the following search tools and features:
fuzzy matching
string match highlighting in the results panel
find any file under a particular folder
tool (macro, run command, snippet, …) search
bookmark integration
shortcuts (go-tool) integration
custom category filtering Commando also comes with an easy to use API so that you can easily add your own custom search “scopes”.

Bug Fixes:

Editor: Stop scrolling jumps when word wrap is enabled and editor is resized. (Bug 106383)
Projects: Ensure project restore loads the correct files. (Bug 106386)
Places: Ensure SCC status icon changes for edited files. (Bug 104886)
[close]

http://www.activestate.com/komodo-edit/downloads
Titel: TeXstudio 2.9.4
Beitrag von: SiLæncer am 24 März, 2015, 16:02
Whats new:>>

This is a bug fix release mainly for OSX and Linux. The shortcuts for moving the cursor get messed up if you use txs 2.9.2 with a non-english language and change something in the options. To remedy the problem, you need to edit .config/texstudio/texstudio.ini and delete the keys "Editor%20Key%20Mapping%20New". Sorry for the inconvenience.

http://texstudio.sourceforge.net/
Titel: BirdFont 2.3.0
Beitrag von: SiLæncer am 25 März, 2015, 05:10
Whats new:>>

• Customizable color themes and better icons
• High contrast settings for better readability
• Fixes for problems in TTF creation and other bugs

http://birdfont.org/
Titel: HtLite 2.7.0.0
Beitrag von: SiLæncer am 25 März, 2015, 13:44
(http://s26.postimg.org/y1r42meu1/screenshot_142.jpg)
Umfangreicher HTML/XHTML Editor.  Jeder externe Browser zur Seitenansicht einstellbar.  Wer keinen HTML Designer zur visuellen Gestaltung seiner Seiten benötigt, sondern nur einen komfortablen Code-Editor sucht, erhält hier eine hervorragende Alternative.

Freeware

http://www.winsoftware24.com/HtLite.html
Titel: AkelPad 4.9.3
Beitrag von: SiLæncer am 26 März, 2015, 05:00
(http://akelpad.sourceforge.net/files/screen_basic.png)
AkelPad is an open source editor for plain text. It is designed to be a small and fast. Includes the ability to load text documents that are larger than 64 Kilobytes, document previews before opening them, editing of read only files and more. Plugins add a number of additional features to Akelpad like syntax highlighting, auto completion, sessions, macros and scripts and auto saving.

Licence: Open Source

Changelog
Added:

Metacharacter \K - exclude previous symbols from result.
Now commands 4199, 4200 move caret also on undo positions.

Fixed:

AKD_DLLUNLOAD processing of unloading signal for outdated instance.
Print multiple copies on Win7.
WordBreak parameter.
Active column painting.
System menu opening in modeless dialogs.
Middle mouse button click cause new tab creation when menu is opened.
[close]

http://akelpad.sourceforge.net/en/index.php
Titel: PilotEdit Lite 7.9.0
Beitrag von: SiLæncer am 31 März, 2015, 05:20
(http://www.pilotedit.com/images/OpenInQuickMode.PNG)
PilotEdit is a text, hex, XML, C/C++, HTML, PHP, Java, Javascript and Perl editor that can edit large files of 400GB (40 billion lines).

It offers customizable syntax and keyword highlighting, advanced search and replace operations, automatic text encoding, 256-bit AES encryption/decryption and a built-in FTP/SFTP client lets you open, edit, download and upload large files directly to/from a FTP/SFTP server.

In addition to standard text editing features, PilotEdit can compare and merge two large files of 100GB (10 billion lines). You can also sort, find/remove duplicate lines and extract strings over a large file of 1GB.

Freeware

http://www.pilotedit.com/
Titel: Atom 0.188.0
Beitrag von: SiLæncer am 31 März, 2015, 09:10
(http://s26.postimg.org/6bt5lin89/screenshot_265.jpg)
A powerful and flexible application that works as a text and source code editor with syntax highlight, or alternately as a file viewer.

MIT License

Changelog
The new One Dark UI and syntax themes are now the default.
Added some missing deprecation warnings when calling .on.
Added a new hanging soft wrap indent setting, allowing soft-wrapped lines to be indented further than the start of the line.
Fixed issues adding selections above and below in the presence of hard tabs or soft-wrapped lines.
Fixed issues soft-wrapping lines that contained tabs in their leading whitespace.
Saving HTML from markdown now correctly includes current text editor styling for code blocks.
The atom command now opens multiple root folders in a single window when given multiple paths.
apm view now supports a --compatible option.
[close]

https://atom.io/
Titel: TeX Creator 4.0.3
Beitrag von: SiLæncer am 31 März, 2015, 13:40
(http://a.fsdn.com/con/app/proj/tex-creator/screenshots/spellcheck.png/182/137)
TeX Creator is a comprehensive, yet powerful LaTeX editor that comes with a symbol database, autotext insertion, bookmarking, automation tools, a compiling tool and a built-in TexSample client. TeX Creator allows you to connect to the TeXSample service, where you can share your projects, including theorems, definitions and examples.

License : GPL

Whats new: >>

Install additional Qt5 translators
Fix > and < symbols insertion
Fix opening main document .pdf/.ps files
Split resources into smaller parts

http://sourceforge.net/projects/tex-creator
Titel: BirdFont 2.4.4
Beitrag von: SiLæncer am 01 April, 2015, 09:51
(http://birdfont.org/images/background_image_windows_thumbnail.png)
BirdFont is a free font editor that lets you create vector graphics and export TTF, EOT & SVG fonts.

License: Open Source

Changelog
birdfont (2.4.3) stable;

  * Bug fixes

 -- Johan Mattsson <johan.mattsson.m@gmail.com>  Sat Mar 27 12:27:00 CET 2015

birdfont (2.4.2) stable;

  * Bug fixes

 -- Johan Mattsson <johan.mattsson.m@gmail.com>  Sat Mar 27 12:27:00 CET 2015

birdfont (2.4.1) stable;

  * Bug fixes

 -- Johan Mattsson <johan.mattsson.m@gmail.com>  Sat Mar 27 12:27:00 CET 2015

birdfont (2.4.0) stable;

  * Contextual ligature substitution
  * Kerning strings
  * Bug fixes

 -- Johan Mattsson <johan.mattsson.m@gmail.com>  Sat Mar 24 22:09:00 CET 2015

birdfont (2.3.2) stable;

  * Bug fixes

 -- Johan Mattsson <johan.mattsson.m@gmail.com>  Sat Mar 21 17:43:16 CET 2015

birdfont (2.3.1) stable;

  * Bug fixes

 -- Johan Mattsson <johan.mattsson.m@gmail.com>  Fri Mar 20 18:23:31 CET 2015
[close]

http://birdfont.org/
Titel: BowPad 2.0.18.1363
Beitrag von: SiLæncer am 04 April, 2015, 15:30
(http://s26.postimg.org/e60vd9bix/screenshot_182.jpg)
BowPad is a small and fast text editor with a ribbon user interface and syntax highlighting.

Features:

syntax highlighting for over 100 file types and languages
handling of many different encodings, including UTF-8, UTF-16 and even UTF-32
easy ribbon user interface
navigation hints in the vertical scrollbar
coloring of open tabs according to their path
extendable with plugins written in jscript or vbscript

Freeware

Whats new:>>

Speed improvements when searching
Spell checker improvements, doesn't stall if the document is big
File tree refreshes if the document is refreshed
updated to latest Scintilla component 3.5.4

http://stefanstools.sourceforge.net/BowPad.html
Titel: TEA 41.0.0
Beitrag von: SiLæncer am 05 April, 2015, 09:45
Whats new:>>

Found the important bug with the word wrap settings those included with syntax highlighting rules. This bug, and other bugs were fixed, but some new features in TEA is not in the complete state.
So use this version and wait for the next release to see the full power of TEA themes engine. Now TEA has some built-in themes available at View - Themes menu. You can make your own themes and put them to ./config/tea/themes, but the documentation for themes is not ready. TEA can be themed using Qt CSS markup with some special additions (external images, inner UI objects, etc). In the future, theme engine will support custom icon sets.
Themes and palettes is the good way to make TEA suitable for your eyes and taste.

http://semiletov.org/tea/
Titel: Textadept 7.9
Beitrag von: SiLæncer am 05 April, 2015, 12:00
(http://foicica.com/textadept/images/splitviews.png)
Textadept will provide users with a fast, minimalist, and ridiculously extensible text editor. At its core lies less than 2000 lines of C code, and that's how it always will be. While other editors rely on recordable macros to speed up workflow, shell scripts to quickly transform text, and static side panes to manage your documents, files, and more.

Textadept takes it to the extreme: it gives you complete control over the entire application using the embedded Lua language. Lua is nearly as fast as C, and has a very small footprint. In fact, most of Textadept is written in Lua.

License : MIT License

Changelog

Bugfixes:

Fixed command entry’s abbreviated environment to allow functions to return values.
Fixed accidental firing of “Escape” key on window focus lost.
Fixed tab stop calculation in the terminal version.

Changes:

The following view-specific properties are now considered buffer-specific: “view EOL”, “view whitespace”, “wrap mode”, “margin type”, and “margin width”; updated the “Buffer” and “View” menus appropriately.
Officially supported language modules moved to a new repository.
Added Fish lexer.
Merged events.FILE_SAVED_AS into events.FILE_AFTER_SAVE as a new parameter.
Merged textadept.file_types.shebangs into textadept.file_types.patterns.
Removed io.boms.
Updated to Scintilla 3.5.4.
[close]

http://foicica.com/textadept/
Titel: nanDECK 1.19
Beitrag von: SiLæncer am 05 April, 2015, 20:45
(http://www.nand.it/nandeck/prg01.gif)
nanDECK is a scripting graphic software that provides a simple yet flexible language to create multiple images suited for cards or counters .

Freeware

Changelog
New COLORS directive.
Direct download from Internet for files in IMAGE directive.
Added C flag in IMAGE directive for proportional crop of the image.
Added V flag in FONT directive for vertical text.
Added R flag in HTMLTEXT directive for vertical text .
Added ç flag in random gradients for drawing stripes.
Added I/O flags in permutation engine.
Added option for realtime rendering of the current card.
Added saturation/brightness in color picker.
Added /name command line option for specifying names of saved cards.
[close]

http://www.nand.it/nandeck
Titel: Atom 0.189.0
Beitrag von: SiLæncer am 05 April, 2015, 21:00
Changelog
Atom now ships with Chrome 41 which means emojis now render in the editor :+1:

Atom now supports packages written in TypeScript and will automatically process all required .ts files
Variables in Less and Sass files are now included in the Symbols view (Cmd-R)
Fixed a regression where undoing/redoing when the cursor was off screen wasn't autoscrolling it back into view
Fixed an issue where apm help would not display documentation for named commands
[close]

https://atom.io/
Titel: CodeLobster PHP Edition 5.5
Beitrag von: SiLæncer am 06 April, 2015, 18:45
(http://images.six.betanews.com/screenshots/1186155456-1.gif)
CodeLobster PHP Edition is a handy and easy-in-use editor that is primarily intended for quick and easy creation and editing of PHP files. It includes debugger, dynamic help, built-in parser, autocomplete and Class View window for comfortable work with PHP code. CodeLobster PHP Edition also supports such file formats as Text, HTML, XML.

Freeware (Free registration by email is required after 30 days)

Changelog
AngularJS plug-in:

AngularJS download
Autocomplete for AngularJS directives
Autocomplete for AngularJS functions
Anvanced tooltips for AngularJS directives
Anvanced tooltips for AngularJS functions
AngularJS context and dynamic help
Counting found items in the Incremental Find
Separate sorting for folders in the File Explorer
Italian translation added

Bugs fixed:

Node.js autocomplete
jQuery tooltips
Preview for several files
[close]

http://www.codelobster.com/
Titel: RJ TextEd 10.23 Beta 1
Beitrag von: SiLæncer am 06 April, 2015, 19:40
(http://images.six.betanews.com/screenshots/scaled/1187014627-1.jpg)
RJ TextEd - A Unicode source and text editor. RJ TextEd is a full featured text and source editor with Unicode support, syntax highlighting and code folding. The functionality extends beyond text files and includes support for HTML editing with integrated preview, spell checking, auto completion, HTML validation, templates and more. The program also include support for Topstyle Lite CSS editor, has a dual pane file commander, as well as a FTP client to upload your files. The editor uses language files to display menus and dialogs in different languages. There are several included languages. New language files can easily be created in the editor. RJ TextEd is also a simple web development tool. The editor can use auto completion and hints to assist you in editing your source code. You can preview HTML/ASP/PHP... code using one of the preview tabs or open a document in a browser. The editor does not only handle source code. It also handles true ASCII files, binary files and of course plain text files.

Licence: Freeware

Changelog

Document tabs:

Made several changes to the document tabs and moved most tab display options to the theme manager. Tab colors are now connected to a theme so you can have different colors for different themes.
Redesigned the tab close button. Should look better with most themes.
The tabs themselves are drawn a bit differently and a few display issues has been fixed.

Tree views (search result, project view, code explorer...):

Tree views didn't work properly with themes and had several issues. I've made several code changes to both the tree view control and the scrollbars. This should fix several issues and tree's should look better using themes.

Text clips (clipboard history):

The clipboard history view should use proper theme colors now.

Color picker buttons:

Made code changes to the color picker buttons (options, theme manager...) to handle themes better.

PHP and ASP tag highlight:

PHP and ASP tags are now highlighted just like HTML/XML tags.
You can also use the "Search -> Matching bracket" function to jump between the enclosing tags.

Scope in search dialog window:

Replaced the dropdown list "Find where" with radio buttons. It was replaced on both the find and replace page.

Search (and search in files):

In customize keyboard you can assign a shortcut to an action called "FindInFilesAction".
This action will preset the scope and enable the folder field and buttons.
Switching between "FindInFilesAction" and normal find/replace has been made more intuitive.

Incremental Find (Ctrl+E):

When the edit field has focus you can move up and down the found items by pressing the UP/DOWN arrows.
Fixed an issue with the options dropdown menu.

Misc:

The document tab list now uses the same file order as the document list panel.
Number of selected lines are displayed in the statusbar.
Mixed line breaks are preserved when switching hex view.
Made some code changes to how proxy authentication is handled.

Fixed:

Hex view colors issue in options.
Open binary files e.g. .exe or .mp3.
Toggle hex view with binary files.
Split window issue with some file types like HTML files.
Remove folder from project.
Incremental search option issue in 64-bit version.
Replace in folder using 64-bit version.
A few display line breaks issues.

[close]

http://www.rj-texted.se
Titel: BowPad 2.0.19.1374
Beitrag von: SiLæncer am 09 April, 2015, 06:30
Whats new:>>

Fixed: LUA Comment /​ Uncomment does not works correctly
Fixed: Add command line argument to ignore following arguments
Fixed an issue in the file tree when opening folders two levels below root

http://stefanstools.sourceforge.net/BowPad.html
Titel: GNU Emacs 24.5
Beitrag von: SiLæncer am 11 April, 2015, 09:15
(https://s26.postimg.cc/6d8b38i6h/screenshot_80.png)
Erweiterbarer Texteditor, der sich vom Benutzer anpassen lässt; erleichtert das Schreiben von Quelltext durch Syntax-Hervorhebung, enthält eine Hilfe und unterstützt mehrere Sprachen.

Lizenz: Open Source

Changelog
* Changes in Emacs 24.5

** This is mainly a bug-fix release, but there are some other changes.

** The default value of `history-length' has increased to 100.

** The variable `redisplay-dont-pause' is obsolete.


* Changes in Specialized Modes and Packages in Emacs 24.5

** `call-process-shell-command' and `process-file-shell-command' no longer
take "&rest args".

** The option `browse-url-firefox-startup-arguments' no longer has an effect.

** ERC

*** New option `erc-rename-buffers'.

*** New faces `erc-my-nick-prefix-face' and `erc-nick-prefix-face'.

*** `erc-format-@nick' displays all user modes instead of only op and voice.

*** The display of irc commands in the current buffer has been disabled.

*** `erc-version' now follows the Emacs version.

** Obsolete packages

*** cc-compat.el

*** crisp.el (moved to elpa.gnu.org)

*** tpu-edt.el, ws-mode.el
These emulations of old editors are believed to be no longer relevant
 - contact emacs-devel@gnu.org if you disagree.

*** vi.el, vip.el (try M-x viper instead)
[close]

http://www.gnu.org/software/emacs/
Titel: Atom 0.190.0
Beitrag von: SiLæncer am 11 April, 2015, 19:40
(http://s26.postimg.org/6bt5lin89/screenshot_265.jpg)
A powerful and flexible application that works as a text and source code editor with syntax highlight, or alternately as a file viewer.

MIT License

Changelog
There is now an application:add-project-folder command to add a project folder to the current window. It is bound to Cmd-Shift-O on Mac and Ctrl-Alt-O on Linux and Windows. You can also access it from the File menu
You can now launch Atom in 1.0 API preview mode. Run atom with the -1 or --one command line flag to start Atom with all the deprecated APIs removed. This is a great way to test if your packages are 1.0 compatible before 1.0 is released. You can also launch a window in API preview mode using the application:open-api-preview command available from the command palette.
Fixed a regression where the cursor position was not being restored after undo in some cases
Fixed a regression on Linux where using the clipboard would crash Atom
One UI themes got variable font size, color improvements, framed editor and a themed markdown-preview
Fixed an issue where the initial ~/.atom/config.cson file could be corrupted on the very first launch of Atom
[close]

https://atom.io/
Titel: SynWrite 6.17.2030
Beitrag von: SiLæncer am 14 April, 2015, 09:20
(http://images.betanews.com/screenshots/1289816929-1.jpg)
Erweiterter Text-Editor mit Unterstützung von vielen Dateiformaten, Programmiersprachen und Zeichenkodierungen; bietet unter anderem Syntax-Hervorhebung, Auto-Vervollständigung und Code-Vorlagen; auch als Plug-in für Total Commander und als portable Version erhältlich.

Freeware

Changelog

change! Now all INI files must be in [SynWrite]\Settings subfolder, both for portable and usual install. App is always portable now. (Should not be problems with "Program Files", since default install folder is "C:\SynWrite"). File "portable.ini" not needed.
change: Explorer moved into AddonsManager (some users see it hangs app, hard to reproduce/fix)
options: "View - Line spacing" allowed -1, -2 (compact view)
options: "Tabs - Close by dbl-click"
options: "Left/Rt keys jump to sel edge" (cannot extend sel with Shift+arrow then, sorry)
options: micromap colors
fix: lexer C++: treeitem with "const"
fix: lexer Markdown

[close]

http://www.uvviewsoft.com/synwrite/
Titel: RJ TextEd 10.23 Beta 3
Beitrag von: SiLæncer am 14 April, 2015, 13:20
(http://images.six.betanews.com/screenshots/scaled/1187014627-1.jpg)
RJ TextEd - A Unicode source and text editor. RJ TextEd is a full featured text and source editor with Unicode support, syntax highlighting and code folding. The functionality extends beyond text files and includes support for HTML editing with integrated preview, spell checking, auto completion, HTML validation, templates and more. The program also include support for Topstyle Lite CSS editor, has a dual pane file commander, as well as a FTP client to upload your files. The editor uses language files to display menus and dialogs in different languages. There are several included languages. New language files can easily be created in the editor. RJ TextEd is also a simple web development tool. The editor can use auto completion and hints to assist you in editing your source code. You can preview HTML/ASP/PHP... code using one of the preview tabs or open a document in a browser. The editor does not only handle source code. It also handles true ASCII files, binary files and of course plain text files.

Licence: Freeware

Changelog

Fixed:

Find/Replace result view context menu "Close all nodes".
Theme manager issues and editor tab color problems.
Remove recent items on main tab "Home" when using filter.

[close]

http://www.rj-texted.se
Titel: Notepad++ 6.7.6
Beitrag von: SiLæncer am 15 April, 2015, 09:12
(http://s26.postimg.org/vvnitnjix/screenshot_38.jpg)
Notepad++ is a tabbed source code editor and Notepad replacement with a customizable interface. It is one of the few few source code editors that supports "folding," allowing users to quickly reduce and expand sections of code to see the overall document. In addition, it features multi-language syntax highlighting, auto-completion, regular expression search/replace, macro recording and playback, etc. The program can access a long list of plug-ins via an easy-to-access menu with even more features and functions.

License: GPL

Changelog
Add "Restore last closed file" (Ctrl+Shift+T) feature.
Fix Setting on Cloud for dropbox and for google drive not working issue.
[close]

http://notepad-plus.sourceforge.net/
Titel: BirdFont 2.5.1
Beitrag von: SiLæncer am 15 April, 2015, 21:40
(http://birdfont.org/images/background_image_windows_thumbnail.png)
BirdFont is a free font editor that lets you create vector graphics and export TTF, EOT & SVG fonts.

License: Open Source

Changelog
birdfont (2.5.1) stable;

  * Bug fixes

 -- Johan Mattsson <johan.mattsson.m@gmail.com>  Wed Apr 15 19:52:35 CEST 2015

birdfont (2.5.0) stable;

  * Export settings
  * Curve orientation
  * Bug fixes

 -- Johan Mattsson <johan.mattsson.m@gmail.com>  Sat Apr 13 16:45:00 CET 2015
[close]

http://birdfont.org/
Titel: Notepad++ 6.7.7
Beitrag von: SiLæncer am 16 April, 2015, 09:04
Changelog
"Restore last closed file" (Ctrl+Shift+T) display issue in the previous version is fixed in this release.
[close]

http://notepad-plus.sourceforge.net/
Titel: Ron's Editor 2015.04.07.0842
Beitrag von: SiLæncer am 16 April, 2015, 16:45
(http://www.ronsplace.eu/Content/ThumbImages/Product/EDITR/Gallery/MainWindow_EditCell.jpg?width=200)
The application provides standard editing tools which you can use to modify field values, insert, delete, split or merge columns, duplicate and append rows, sort data or apply custom filters. Moreover, you can fully edit the column layout and change its type, thus modifying the whole document structure. The result can then be easily exported to Excel, HTML, XML or another separated / fixed width text format.

To grant you even more control, Ron's Editor comes with tools for updating groups of cells simultaneously, change the data layout in forms, as well as editing cells containing tabs or new lines. Access the 'Toolbox' to easily find and replace data, change the case, add or remove text, numbers, dates, empty rows, all while previewing the result on the spot.

Filtering and summarizing capabilities, the quick find tool and automatic cell dimensioning are other advantages that this tabular editor comes with. Also, it automatically detects and provides support for text encoding.

Combining ease of use with advanced editing functionality, Ron's Editor proves to be a handy utility for viewing and formatting tabular text or CSV files. It provides you with all the editing tools you need, while striving to keep things simple.

Freeware

Changelog
New features   

Summary panel improved to summarise over whole document/selected rows, summarising with no change of column and allow change of column content data type.

Bugs   

Tabs sometimes did not redraw under certain conditions.
Text length update bug when there is only one column bug fixed.
[close]

http://www.ronsplace.eu/RonsPlace.aspx
Titel: Scite 3.5.5
Beitrag von: SiLæncer am 17 April, 2015, 09:20
(http://www.heise.de/software/screenshots/1206.jpg)
Editor mit Syntax-Highlighting, Auto-Completion, Folding und vielem mehr...

Lizenz: Open Source

changelog
Scintilla on Windows is now always a wide character window so SCI_SETKEYSUNICODE has no effect and SCI_GETKEYSUNICODE always returns true. These APIs are deprecated and should not be called.
The wxWidgets-specific ascent member of Font has been removed which breaks compatibility with current wxStyledTextCtrl. Bug #1682.
IME on Qt supports multiple carets and behaves more like other platforms.
Always use inline IME on GTK+ for Korean.
SQL lexer fixes handling of '+' and '-' in numbers so the '-' in '1-1' is seen as an operator and for '1--comment' the comment is recognized.
TCL lexer reverts change to string handling. Bug #1642.
Verilog lexer fixes bugs with macro styling. Verilog folder fixes bugs with `end completing an `if* instead of `endif and fold.at.else, and implements folding at preprocessor `else.
VHDL lexer supports extended identifiers.
Fix bug on Cocoa where the calltip would display incorrectly when switching calltips and the new calltip required a taller window.
Fix leak on Cocoa with autocompletion lists. Bug #1706.
Fix potential crash on Cocoa with drag and drop. Bug #1709.
Fix bug on Windows when compiling with MinGW-w64 which caused text to not be drawn when in wrap mode. Bug #1705.
Fix SciTE bug with missing file open filters and add hex to excluded set of properties files so that its settings don't appear. Bug #1707.
Fix SciTE bug where files without extensions like "makefile" were not highlighted correctly.
[close]

http://www.scintilla.org/SciTE.html
Titel: RJ TextEd 10.23 Final
Beitrag von: SiLæncer am 17 April, 2015, 16:15
Changelog

Document tabs

Made several changes to the document tabs and moved most tab display options to the theme manager. Tab colors are now connected to a theme so you can have different colors for different themes.
Redesigned the tab close button. Should look better with most themes.
The tabs themselves are drawn a bit differently and a few display issues has been fixed.

Tree views (search result, project view, code explorer...)

Tree views didn't work properly with themes and had several issues. I've made several code changes to both the tree view control and the scrollbars. This should fix several issues and tree's should look better using themes.

Text clips (clipboard history)

The clipboard history view should use proper theme colors now.

Color picker buttons

Made code changes to the color picker buttons (options, theme manager...) to handle themes better.

PHP and ASP tag highlight

PHP and ASP tags are now highlighted just like HTML/XML tags. You can also use the "Search -> Matching bracket" function to jump between the enclosing tags.

Scope in search dialog window

Replaced the dropdown list "Find where" with radio buttons. It was replaced on both the find and replace page.

Search (and search in files)

In customize keyboard you can assign a shortcut to an action called "FindInFilesAction". This action will preset the scope and enable the folder field and buttons.
Switching between "FindInFilesAction" and normal find/replace has been made more intuitive.

Incremental Find (Ctrl+E)

When the edit field has focus you can move up and down the found items by pressing the UP/DOWN arrows.
Fixed an issue with the options dropdown menu.

Misc

The document tab list now uses the same file order as the document list panel.
Number of selected lines are displayed in the statusbar.
Mixed line breaks are preserved when switching hex view.
Made some code changes to how proxy authentication is handled.

Fixed

Hex view colors issue in options.
Open binary files e.g. .exe or .mp3.
Toggle hex view with binary files.
Split window issue with some file types like HTML files.
Remove folder from project.
Incremental search option issue in 64-bit version.
Replace in folder using 64-bit version.
A few display line breaks issues.
Find/Replace result view context menu "Close all nodes".
Theme manager issues and editor tab color problems.
Remove recent items on main tab "Home" when using filter.
Scrolling in split view.
Several find,replace and count issues.
Several minor issues when dragging the document tab to a new external window.
Several theme related glitches.
A few spell check issues.

[close]

http://www.rj-texted.se
Titel: nanDECK 1.19.1
Beitrag von: SiLæncer am 17 April, 2015, 21:40
(http://www.nand.it/nandeck/prg01.gif)
nanDECK is a scripting graphic software that provides a simple yet flexible language to create multiple images suited for cards or counters .

Freeware

Changelog
New COLORS directive.
Direct download from Internet for files in IMAGE directive.
Added C flag in IMAGE directive for proportional crop of the image.
Added V flag in FONT directive for vertical text.
Added R flag in HTMLTEXT directive for vertical text .
Added ç flag in random gradients for drawing stripes.
Added I/O flags in permutation engine.
Added option for realtime rendering of the current card.
Added saturation/brightness in color picker.
Added /name command line option for specifying names of saved cards.
[close]

http://www.nand.it/nandeck
Titel: RJ TextEd 10.24 Final
Beitrag von: SiLæncer am 18 April, 2015, 09:40
Whats new:>>

Version 10.24 fixes a line change marking issue after replace all. Otherwise v10.23 and v10.24 are identical.

http://www.rj-texted.se
Titel: Atom 0.192.0
Beitrag von: SiLæncer am 20 April, 2015, 05:30
Changelog
Fixed an issue where the fuzzy finder would fail to show files if the project contained a broken symlink
Fixed an issue where find and replace would fail to complete if the project contained a broken symlink
Added a custom notification when stylesheet errors prevent themes and packages from loading
[close]

https://atom.io/
Titel: Komodo Edit 9.0.1 Build 15745
Beitrag von: SiLæncer am 22 April, 2015, 12:24
(http://download.winboard.org/uploads/Image/2010-12-22%2009%2024%2056.png)
Komodo Edit ist ein Editor, der folgende Sprachen unterstützt: PHP, Python, Ruby, java script, Perl, Tcl, XML, HTML 5, CSS 3. Weiterhin bietet das Programm eine Projektverwaltung, Sweet-Editor und kann mittels Erweiterungen ausgebaut werden.

Unterstützt wird WIN XP - Seven

Freeware

Changelog

Bug Fixes:

Abyss: Fixed issues on Windows with double borders and white space above toolbar.
Color Schemes: Use foreground color for caret color - fixes #75. (Bug issue #75)
Commando: Cache is not updated when a shorcut is added - fixes #115. (Bug issue #115)
Commando: Commando hangs when descriptions have complex values - fixes #111. (Bug issue #111)
Commando: Commando prompts are behind commando panel on OSX - fixes #110. (Bug issue #110)
Commando: Oversized menulist icon on HiDPI.
Commando: Reload sections scope when switching files - fixes #114. (Bug issue #114)
Editor: XML Auto-indentation causes infinite loop in edge cases - fixes #186. (Bug issue #186)
Icons: Debug tab icon was oversized on HiDPI/Retina - fixes #72. (Bug issue #72)
Notify: Pressing cog hides notification when priority is NOW - fixes #41. (Bug issue #41)
Places: Duplicate contents when toggling a folder - fixes #61. (Bug issue #61)
Places: Update places when a project is saved - fixes #129. (Bug issue #129)
Printing: Use the global ko object - fixes #74 & fixes #135. (Bug issue #74)
Run: Run command was not saving recent commands - fixes #37. (Bug issue #37)
Trackchanges: Encoding issue on windows where characters end up garbled in the change dialog - fixes #69. (Bug issue #69)
UI: Bottom pane height did not persist properly across restart - fixes #47. (Bug issue #47)
UI: High CPU use on OSX when using Trackpad - fixes #99. (Bug issue #99)
UI: Improve scrollbar contrast on dark color schemes.
UI: Places widget dropdown menu had uppercase text - fixes #46. (Bug issue #46)
UI: Ugly border showing around notifications on windows - fixes #108. (Bug issue #108)
UI: fixed OSX Yosemite vibrancy effect in panes.
fix Debugger: Required two attempts to start debugging.
fix issue #149 - Debugger: Ensure Ctrl+F5 to skip debugger dialog works. (Bug issue #149)
fix issue #149 - Debugger: Ensure Ctrl+F5 to skip debugger dialog works. (Bug issue #149)
fix issue #58 - codeintel: allow go-lang prefs to pass to out-of-process codeintel. (Bug issue #58)
fix issue #85 - Tcl autocomplete insertion was incorrect for unicode. (Bug issue #85)
fix issue 171: Code Intelligence: Fix race condition when multiple windows opened at startup.
[close]

http://www.activestate.com/komodo-edit/downloads
Titel: SynWrite 6.17.2045
Beitrag von: SiLæncer am 24 April, 2015, 20:30
Changelog

+ ext-tools: macros {***Dir} (except interactivedir) allowed in "init folder" and "file name"
+ ext-tools: macros {SelectionFileNameNum}, {SelectionFileNameAnsiNum}: with numbered suffix of filename
+ project: "Save proj as" may save folder to ini as "{SynDrive}\path" more portable
+ opts: new tab-colors control

[close]

http://www.uvviewsoft.com/synwrite/
Titel: RJ TextEd 10.25
Beitrag von: SiLæncer am 25 April, 2015, 09:30
Whats new:>>

This version fix an install issue when using multiple Windows accounts and a regular search issue.

http://www.rj-texted.se
Titel: Textadept 8.0 Beta
Beitrag von: SiLæncer am 27 April, 2015, 05:10
(http://foicica.com/textadept/images/splitviews.png)
Textadept will provide users with a fast, minimalist, and ridiculously extensible text editor. At its core lies less than 2000 lines of C code, and that's how it always will be. While other editors rely on recordable macros to speed up workflow, shell scripts to quickly transform text, and static side panes to manage your documents, files, and more.

Textadept takes it to the extreme: it gives you complete control over the entire application using the embedded Lua language. Lua is nearly as fast as C, and has a very small footprint. In fact, most of Textadept is written in Lua.

License : MIT License

Changelog

Bugfixes:

Fixed require() bug with lfs and utf8 libraries in LuaJIT version.

Changes:

Added symlink filter option for ignoring symlinked files and folders to io.snapopen(), lfs.dir_foreach(), and ui.find.FILTER.
Updated to Scintilla 3.5.5.

[close]

http://foicica.com/textadept/
Titel: Ron's Editor 2015.04.26.0842
Beitrag von: SiLæncer am 27 April, 2015, 21:30
(http://www.ronsplace.eu/Content/ThumbImages/Product/EDITR/Gallery/MainWindow_EditCell.jpg?width=200)
The application provides standard editing tools which you can use to modify field values, insert, delete, split or merge columns, duplicate and append rows, sort data or apply custom filters. Moreover, you can fully edit the column layout and change its type, thus modifying the whole document structure. The result can then be easily exported to Excel, HTML, XML or another separated / fixed width text format.

To grant you even more control, Ron's Editor comes with tools for updating groups of cells simultaneously, change the data layout in forms, as well as editing cells containing tabs or new lines. Access the 'Toolbox' to easily find and replace data, change the case, add or remove text, numbers, dates, empty rows, all while previewing the result on the spot.

Filtering and summarizing capabilities, the quick find tool and automatic cell dimensioning are other advantages that this tabular editor comes with. Also, it automatically detects and provides support for text encoding.

Combining ease of use with advanced editing functionality, Ron's Editor proves to be a handy utility for viewing and formatting tabular text or CSV files. It provides you with all the editing tools you need, while striving to keep things simple.

Freeware

Changelog

New features   

Summary panel improved to select to current column when opened, given a shortcut and toolbar button.
Editing improved to eliminate the possibility of double cell edits simultaneously.
Sorting improved to include removing column in the sequence.
'Cell Content Viewer' not closed when cell editing and updates automatically shown.
Keyboard shortcut added for cell 'Clear Contents' (Backspace).
Filter window layout improved.

Bugs   

Wrap search now wraps when started from both button and keyboard.
Double shortcut removed (CTRL+G).
[close]

http://www.ronsplace.eu/RonsPlace.aspx
Titel: Atom 0.194.0
Beitrag von: SiLæncer am 28 April, 2015, 18:15
(http://s26.postimg.org/6bt5lin89/screenshot_265.jpg)
A powerful and flexible application that works as a text and source code editor with syntax highlight, or alternately as a file viewer.

MIT License

Changelog
Fixed an issue on Linux and Windows where running certain apm commands failed with a Could not determine current Atom version installed message
[close]

https://atom.io/
Titel: openElement 1.49
Beitrag von: SiLæncer am 28 April, 2015, 20:45
(http://images.six.betanews.com/screenshots/scaled/1364418025-1.jpg)
openElement is a powerful next-gen HTML editor for creating websites suitable for any need: personal, showcase, gallery, organization, corporate, etc. A professional and dynamic website is within reach to anyone with zero coding.

openElement includes numerous website templates and elements to quickly and easily create your free website without any prior knowledge or programming experience.

Freeware

http://openelement.com/
Titel: RJ TextEd 10.30 Beta 1
Beitrag von: SiLæncer am 29 April, 2015, 16:10
(http://images.six.betanews.com/screenshots/scaled/1187014627-1.jpg)
RJ TextEd - A Unicode source and text editor. RJ TextEd is a full featured text and source editor with Unicode support, syntax highlighting and code folding. The functionality extends beyond text files and includes support for HTML editing with integrated preview, spell checking, auto completion, HTML validation, templates and more. The program also include support for Topstyle Lite CSS editor, has a dual pane file commander, as well as a FTP client to upload your files. The editor uses language files to display menus and dialogs in different languages. There are several included languages. New language files can easily be created in the editor. RJ TextEd is also a simple web development tool. The editor can use auto completion and hints to assist you in editing your source code. You can preview HTML/ASP/PHP... code using one of the preview tabs or open a document in a browser. The editor does not only handle source code. It also handles true ASCII files, binary files and of course plain text files.

Licence: Freeware

Changelog

Clone document window:

Added menu items to the document tab context menu (right click over tab) to clone the current window. You can clone the document as many times as you want. A document can be cloned in the same view or you can clone it to the right/left.
Cloned documents are the exact same document in new document tabs. Basically it's the same as split window, but the clones reside in there own tab. Any change made to one document is immediately seen in all the others. You can move them around, drag them out to an external window or close them in any order. Just like a normal document.

Wordwrap with hard return:

Added option to enable wordwrap at right margin by inserting hard return (CRLF) when wrapping the lines. It works with indent wrapped lines.

Wrap lines at margin with line breaks:

This feature was previously called "Insert line breaks". I've changed the name and redesigned the feature and options.
You can now wrap all lines at the window edge, right margin, a specified column, or as displayed if wordwrap is turned on.
You can also choose to indent wrapped lines.
A menu item is available in the format menu.

UnWrap lines by removing line breaks:

Unwrap lines by removing line breaks will unwrap lines and preserve paragraphs.
This feature has been renamed was previously called "Remove line breaks". Information text was made clearer.
A menu item is available in the format menu.

Join lines (in edit menu and as script function):

The join lines function should now by default add spaces between joined lines and join lines even if they are blank.

Script:

Document.JoinLines
The script function Document.JoinLines(bAddSpaces, bSkipBlankLines) now have two new arguments. This allows you to change the behavior.
bAddSpaces - add space between joined lines, or not.
bSkipBlankLines - preserve paragraphs by skipping blank lines, or not.

Document.DeleteCurrentLine:

Added a new function to delete the current line. This is already available in the editor but was not added as a script function.

Code explorer panel:

A double click on a class name should move the text cursor to the class in your source code.

Reopen as binary file:

Added "Reopen as binary file" as a context menu item to the document tab. It will reload the file and display it using binary mode.
In binary mode control characters are displayed as symbols, text is wrapped at the right margin and contents is always displayed as ANSI. The file may contain zero's or other ANSI control values between 0 and 32.

Save Copy As:

Added a menu item to the "File" menu to save a copy of the current file.

Install and update the portable version:

Added a folder called "Install and Update" which include an InstallUpdate.exe tool and a ReadMe.txt file.
The tool is very easy to use and is able to copy the portable version to a new location or update an existing one.

Menu and theme fixes:

Disabled text is now drawn properly using the correct colors. Selected text should use the correct colors.

Misc:

Delete from disk in the file menu now moves the file to recycle bin.
Added a button to "Save Session" dialog to insert current date/time as a description.

Fixed:

Mouse wheel scroll over the explorer tab should work again.
Slow clear of items in code explorer tag tree.
Tab color issues with themes.
A few install issues with multiple user accounts.
Regular expression find in Unix or Mac files.
Menu item colors when using themes.
Main tabs should remain hidden even if you switch to one.
Some syntax issues.
Select issue when scrolling.
[close]

http://www.rj-texted.se
Titel: BirdFont 2.60.0
Beitrag von: SiLæncer am 29 April, 2015, 21:30
(http://birdfont.org/images/background_image_windows_thumbnail.png)
BirdFont is a free font editor that lets you create vector graphics and export TTF, EOT & SVG fonts.

License: Open Source

Whats new:>>

• Bright and dark color themes
• A tool box for the recent files tab

http://birdfont.org/
Titel: Ron's Editor 2015.04.30.1921
Beitrag von: SiLæncer am 01 Mai, 2015, 07:15
(http://www.ronsplace.eu/Content/ThumbImages/Product/EDITR/Gallery/MainWindow_EditCell.jpg?width=200)
The application provides standard editing tools which you can use to modify field values, insert, delete, split or merge columns, duplicate and append rows, sort data or apply custom filters. Moreover, you can fully edit the column layout and change its type, thus modifying the whole document structure. The result can then be easily exported to Excel, HTML, XML or another separated / fixed width text format.

To grant you even more control, Ron's Editor comes with tools for updating groups of cells simultaneously, change the data layout in forms, as well as editing cells containing tabs or new lines. Access the 'Toolbox' to easily find and replace data, change the case, add or remove text, numbers, dates, empty rows, all while previewing the result on the spot.

Filtering and summarizing capabilities, the quick find tool and automatic cell dimensioning are other advantages that this tabular editor comes with. Also, it automatically detects and provides support for text encoding.

Combining ease of use with advanced editing functionality, Ron's Editor proves to be a handy utility for viewing and formatting tabular text or CSV files. It provides you with all the editing tools you need, while striving to keep things simple.

Freeware

Changelog

New features   

Summary panel improved to select to current column when opened, given a shortcut and toolbar button.
Editing improved to eliminate the possibility of double cell edits simultaneously.
Sorting improved to include removing column in the sequence.
'Cell Content Viewer' not closed when cell editing and updates automatically shown.
Keyboard shortcut added for cell 'Clear Contents' (Backspace).
Filter window layout improved.

Bugs   

Wrap search now wraps when started from both button and keyboard.
Double shortcut removed (CTRL+G).

[close]

http://www.ronsplace.eu/RonsPlace.aspx
Titel: Brackets 1.3 Build 1.3.0-16022
Beitrag von: SiLæncer am 02 Mai, 2015, 05:40
(http://images.six.betanews.com/screenshots/scaled/1384812094-1.jpg)
Brackets is an open source code editor for the web. It's built with JavaScript, HTML and CSS by web developers like you. As you code, HTML changes are instantly pushed to browser without having to save or reload the page. Theseus makes inspecting variables and control flow easy, even in asynchronous code.

License : Open Source

Changelog
Code Folding:

Expand/collapse blocks of code (code folding): Click the indicators next to the line numbers, or use the shortcuts in the View menu

Command Line Integration:

Launch Brackets from command line: On Windows & Mac, you can open files and folders in Brackets by typing brackets myFile.txt or brackets myFolder on the command line. To enable this optional feature
Mac: choose File > Install Command Line Shortcut
Windows: when installing, leave Add "brackets" launcher to PATH for command line use selected
On Windows, you can also opt to make Brackets accessible from the Explorer context menu for all files and folders - leave Add "Open with Brackets" to Explorer context menus for all files and folders selected when installing

Brackets Health Report:

Anonymous data to help improve Brackets: You can preview the data that will be sent, and opt-out if desired. We've gone to great lengths to protect your privacy and maintain transparency about what data is sent - please read our blog post for details

Stability:

Windows: Mouse wheel scrolls at normal speed: Restores scrolling speed to the behavior of Brackets 1.0
Quick Open: many small bug fixes

Code Editing:

Highlight 'text/ng-template' Angular templates as plain HTML
Better auto-unindent when ending a block: Works with multiple cursors, better indentation in JS switch statements, etc

Localization:

Translation updates for: Brazilian, Croatian, Farsi, Finnish, French, German, Indonesian, Italian, Japanese, Korean

UI CHANGES:

Code Folding - Expand/collapse indicators now appear in the gutter next to the line numbers. To remove these from the UI, change your preferences to set code-folding.enabled to false.
Find menu - The menu items Find in Selected File/Folder and Replace in Selected File/Folder were removed to avoid confusion. To run Find/Replace in Files on a specific folder or single file, right click the item in the project tree and choose Find in... or Replace in...
Unsaved changes (Mac only) - Cmd-Delete (Backspace) now chooses "Don't Save," as is common in other Mac apps.
Split Selection into Lines (Linux only) - Keyboard shortcut is now Ctrl-Shift-L (instead of Ctrl-Alt-L, which conflicted with the OS shortcut for lock/sleep).
Quick Open - The first item is automatically highlighted, making it more clear that you can press Enter immediately to jump to the top item (Down arrow not required). Pressing the Down arrow once highlights the 2nd item in the result (previously required two presses). Quick Find Definition no longer changes the scroll position before you start typing.

API CHANGES:

Themes - Themes should include appropriate color styles for the new code folding UI: .CodeMirror-foldgutter-open:after, .CodeMirror-foldgutter-folded:after, .CodeMirror.over-gutter .CodeMirror-foldgutter-open:after, .CodeMirror-activeline .CodeMirror-foldgutter-open:after, and .CodeMirror-foldmarker. All these elements appear overlaid on top of the theme's editor (or editor gutter) background color.
[close]

http://brackets.io/
Titel: RJ TextEd 10.30 Beta 2
Beitrag von: SiLæncer am 02 Mai, 2015, 11:30
Changelog
* A few very minor issues were fixed.
* Fixed a possible FTP connection issue (only reported by 1 user and I can't reproduce it...).
* The exception catcher software has been updated. The 64-bit version seems to work on hosts running virtual machines (like VMWare Workstation/Player).
[close]

http://www.rj-texted.se
Titel: Resource Hacker 4.0.0
Beitrag von: SiLæncer am 02 Mai, 2015, 14:45
Resource Hacker is a utility to view, modify, add, delete, and extract resources in Windows executables. It incorporates an internal resource script compiler and decompiler.

(http://images.betanews.com/screenshots/978208949-1.gif)

Freeware

http://www.angusj.com/resourcehacker/
Titel: ResEdit 1.6.6
Beitrag von: SiLæncer am 03 Mai, 2015, 06:48
(http://www.portablefreeware.com/screenshots/scrq20Rfs.gif)
ResEdit is a resource editor for 32-bit programs. You can use it if you want to use dialogs, icon, version information or other types of resources. Output files can be compiled by any Win32 compiler, like MinGW and Microsoft Visual C++.

License: Freeware

http://www.resedit.net/
Titel: SynWrite 6.17.2050
Beitrag von: SiLæncer am 03 Mai, 2015, 14:00
(http://images.betanews.com/screenshots/1289816929-1.jpg)
Erweiterter Text-Editor mit Unterstützung von vielen Dateiformaten, Programmiersprachen und Zeichenkodierungen; bietet unter anderem Syntax-Hervorhebung, Auto-Vervollständigung und Code-Vorlagen; auch als Plug-in für Total Commander und als portable Version erhältlich.

Freeware

Changelog

+ list "Tabs": click col header "#" for unsorted
- fix: lexer-ovr spacing must allow -1
- fix: "suggest cur word as find text" with mul-line edit

[close]

http://www.uvviewsoft.com/synwrite/
Titel: Resource Hacker 4.1.1 Beta
Beitrag von: SiLæncer am 04 Mai, 2015, 16:45
Whats new:>>

Unicode support added

http://www.angusj.com/resourcehacker/
Titel: Hex-Editor MX 6.0.2
Beitrag von: SiLæncer am 04 Mai, 2015, 20:45
(http://www.nextsoft.de/pics/products/tools/hexedit/screenshot_main.gif)
Mit dem kostenlos erhältlichen Hex-Editor MX lassen sich beliebige Dateien in Form ihres Hexadezimal-Codes anzeigen. Der Code kann mit dem Programm auch bearbeitet werden, was zum Beispiel die Manipulation von Spielständen erlaubt.

Fairware

http://hexedit.nextsoft.de/
Titel: Ron's Editor 2015.05.03.1011
Beitrag von: SiLæncer am 05 Mai, 2015, 05:52
Changelog

New features   

Summary panel improved to select the current column when opened, given a shortcut and toolbar button.
Editing improved to eliminate the possibility of double cell edits simultaneously.
Sorting improved to include removing column in the sequence.
'Cell Content Viewer' not closed when cell editing and updates automatically shown.
'Cell Content Viewer' improved to select the current column when opened.
Keyboard shortcut added for cell 'Clear Contents' (Backspace).
Filter window layout improved.

Bugs   

Wrap search now wraps when started from both button and keyboard.
Column paste positioning bug fixed.
'Cell Content Viewer' new properly detects text encoding.
Double shortcut removed (CTRL+G).
'Make Row Header' bug fixed.
Refreshing locked file (open on another program) bug fixed.

[close]

http://www.ronsplace.eu/Products/RonsEditor
Titel: EditPad Lite 7.3.8
Beitrag von: SiLæncer am 05 Mai, 2015, 09:12
(http://www.editpadpro.com/screens/editpadlite.png)
EditPad Lite is a general-purpose text editor, designed to be small and compact, yet offer all the functionality you expect from a basic text editor. EditPad Lite works with Windows NT4, 98, 2000, ME, XP and Vista.

Freeware

Changelog

Improvement:

    Preferences|Cursors: Custom mouse pointers now scale on high DPI systems just like the standard mouse pointers.

Bug fixes:

    Double-clicking the same file twice in Windows Explorer while EditPad is not running may start a new EditPad instance wtih two tabs for the file when the two double clicks are timed just so.
    Occasional random crashes when a single 64-bit EditPad instance was using more than 4 GB of memory (or an immediate crash on startup when the AllocationPreference registry key forces memory to be allocated from the top down).
    Regex: Syntax highlighting indicated numbered backreferences that use the syntax for named backreferences as errors even though EditPad allows such backreferences (as long as there is a group with the specified number).
    Search: Changing the search term or replacement string via the right-click menus of the drop-down list does not show the selected term until keyboard focus is moved away from the drop-down list.
    Windows 7: Minimizing EditPad when the option to hide the taskbar button is turned on in Options|Preferences|System left a non-functional taskbar button instead of hiding it (7.3.7 only).

[close]

http://www.editpadpro.com/editpadlite.html
Titel: Resource Hacker 4.1.2 Beta
Beitrag von: SiLæncer am 05 Mai, 2015, 09:18
Resource Hacker is a utility to view, modify, add, delete, and extract resources in Windows executables. It incorporates an internal resource script compiler and decompiler.

(http://images.betanews.com/screenshots/978208949-1.gif)

Freeware

Whats new:>>

Improved ANI Icon/Cur display

http://www.angusj.com/resourcehacker/
Titel: PilotEdit Lite 8.0.0
Beitrag von: SiLæncer am 05 Mai, 2015, 20:00
(http://www.pilotedit.com/images/OpenInQuickMode.PNG)
PilotEdit is a text, hex, XML, C/C++, HTML, PHP, Java, Javascript and Perl editor that can edit large files of 400GB (40 billion lines).

It offers customizable syntax and keyword highlighting, advanced search and replace operations, automatic text encoding, 256-bit AES encryption/decryption and a built-in FTP/SFTP client lets you open, edit, download and upload large files directly to/from a FTP/SFTP server.

In addition to standard text editing features, PilotEdit can compare and merge two large files of 100GB (10 billion lines). You can also sort, find/remove duplicate lines and extract strings over a large file of 1GB.

Freeware

http://www.pilotedit.com/
Titel: Atom 0.196.0
Beitrag von: SiLæncer am 07 Mai, 2015, 16:15
(http://s26.postimg.org/6bt5lin89/screenshot_265.jpg)
A powerful and flexible application that works as a text and source code editor with syntax highlight, or alternately as a file viewer.

MIT License

Changelog
Fixed an issue where opening certain PHP files would freeze the editor
[close]

https://atom.io/
Titel: Rapid Environment Editor 8.0 build 928
Beitrag von: SiLæncer am 07 Mai, 2015, 21:15
(http://www.rapidee.com/images/rapidee.png)
Rapid Environment Editor (RapidEE) is an environment variables editor. It includes an easy to use GUI and replaces the small and inconvenient Windows edit box, located in the System Information section.

License: Freeware

What's new: >>

Added: Ukrainian translation.

http://www.rapidee.com/
Titel: Textadept 8.0
Beitrag von: SiLæncer am 08 Mai, 2015, 19:40
(http://foicica.com/textadept/images/splitviews.png)
Textadept will provide users with a fast, minimalist, and ridiculously extensible text editor. At its core lies less than 2000 lines of C code, and that's how it always will be. While other editors rely on recordable macros to speed up workflow, shell scripts to quickly transform text, and static side panes to manage your documents, files, and more.

Textadept takes it to the extreme: it gives you complete control over the entire application using the embedded Lua language. Lua is nearly as fast as C, and has a very small footprint. In fact, most of Textadept is written in Lua.

License : MIT License

Changelog

Bugfixes:

Fixed filename encoding issues on Windows.

Changes:

Added textadept.run.RUN_IN_BACKGROUND for shell commands.

[close]

http://foicica.com/textadept/
Titel: RJ TextEd 10.30
Beitrag von: SiLæncer am 09 Mai, 2015, 15:00
(http://images.six.betanews.com/screenshots/scaled/1187014627-1.jpg)
RJ TextEd - A Unicode source and text editor. RJ TextEd is a full featured text and source editor with Unicode support, syntax highlighting and code folding. The functionality extends beyond text files and includes support for HTML editing with integrated preview, spell checking, auto completion, HTML validation, templates and more. The program also include support for Topstyle Lite CSS editor, has a dual pane file commander, as well as a FTP client to upload your files. The editor uses language files to display menus and dialogs in different languages. There are several included languages. New language files can easily be created in the editor. RJ TextEd is also a simple web development tool. The editor can use auto completion and hints to assist you in editing your source code. You can preview HTML/ASP/PHP... code using one of the preview tabs or open a document in a browser. The editor does not only handle source code. It also handles true ASCII files, binary files and of course plain text files.

Licence: Freeware

Changelog

Clone document window

Added menu items to the document tab context menu (right click over tab) to clone the current window. You can clone the document as many times as you want. A document can be cloned in the same view or you can clone it to the right/left.
Cloned documents are the exact same document in new document tabs. Basically it's the same as split window, but the clones reside in there own tab. Any change made to one document is immediately seen in all the others. You can move them around, drag them out to an external window or close them in any order. Just like a normal document.

Wordwrap with hard return

Added option to enable wordwrap at right margin by inserting hard return (CRLF) when wrapping the lines. It works with indent wrapped lines.

Wrap lines at margin with line breaks

This feature was previously called "Insert line breaks". I've changed the name and redesigned the feature and options. You can now wrap all lines at the window edge, right margin, a specified column, or as displayed if wordwrap is turned on. You can also choose to indent wrapped lines.
A menu item is available in the format menu.

UnWrap lines by removing line breaks

Unwrap lines by removing line breaks will unwrap lines and preserve paragraphs. This feature has been renamed was previously called "Remove line breaks". Information text was made clearer.

A menu item is available in the format menu.

Join lines (in edit menu and as script function)

The join lines function should now by default add spaces between joined lines and join lines even if they are blank.

Script

- Document.JoinLines
The script function Document.JoinLines(bAddSpaces, bSkipBlankLines) now have two new arguments. This allows you to change the behavior. bAddSpaces - add space between joined lines, or not. bSkipBlankLines - preserve paragraphs by skipping blank lines, or not.

- Document.DeleteCurrentLine

Added a new function to delete the current line. This is already available in the editor but was not added as a script function.
- Document.DeleteLine(line)

Added a new function to delete a given line.

Code explorer panel

A double click on a class name should move the text cursor to the class in your source code.

Reopen as binary file

Added "Reopen as binary file" as a context menu item to the document tab. It will reload the file and display it using binary mode.
In binary mode control characters are displayed as symbols, text is wrapped at the right margin and contents is always displayed as ANSI. The file may contain zero's or other ANSI control values between 0 and 32.

Save Copy As...

Added a menu item to the "File" menu to save a copy of the current file.

Install and update the portable version

Added a folder called "Install and Update" which include an InstallUpdate.exe tool and a ReadMe.txt file.
The tool is very easy to use and is able to copy the portable version to a new location or update an existing one.

Menu and theme fixes

Disabled text is now drawn properly using the correct colors. Selected text should use the correct colors.

Misc

Delete from disk in the file menu now moves the file to recycle bin.
Added a button to "Save Session" dialog to insert current date/time as a description.
Changed how HereDocs are highlighted in PHP code.

Fixed

Mouse wheel scroll over the explorer tab should work again.
Slow clear of items in code explorer tag tree.
Tab color issues with themes.
A few install issues with multiple user accounts.
Regular expression find in Unix or Mac files.
Menu item colors when using themes.
Main tabs should remain hidden even if you switch to one.
Some syntax issues.
Select issue when scrolling.
Draw issue with themes (Canvas can not be drawn to).
Context menu issues with multiple monitors.
Several find/replace issues.
A few undo/redo issues.
Redraw issues.
Several other misc issues.

[close]

http://www.rj-texted.se
Titel: BowPad 2.0.20
Beitrag von: SiLæncer am 10 Mai, 2015, 20:45
(http://s26.postimg.org/e60vd9bix/screenshot_182.jpg)
BowPad is a small and fast text editor with a ribbon user interface and syntax highlighting.

Features:

syntax highlighting for over 100 file types and languages
handling of many different encodings, including UTF-8, UTF-16 and even UTF-32
easy ribbon user interface
navigation hints in the vertical scrollbar
coloring of open tabs according to their path
extendable with plugins written in jscript or vbscript

Freeware

Whats new:>>

List of issues solved for 2.0.20 (http://sourceforge.net/p/bowpad-sk/tickets/milestone/2.0.20/).
Updated to latest Scintilla component 3.5.5.

http://stefanstools.sourceforge.net/BowPad.html
Titel: Resource Hacker 4.1.3 Beta
Beitrag von: SiLæncer am 12 Mai, 2015, 15:49
Whats new:>>

Major redesign to properly handle RC files
Unicode support
Improved ANI Icon/Cur display
(Documentation coming shortly)

http://www.angusj.com/resourcehacker/
Titel: SynWrite 6.18.2070
Beitrag von: SiLæncer am 13 Mai, 2015, 16:45
(http://images.betanews.com/screenshots/1289816929-1.jpg)
Erweiterter Text-Editor mit Unterstützung von vielen Dateiformaten, Programmiersprachen und Zeichenkodierungen; bietet unter anderem Syntax-Hervorhebung, Auto-Vervollständigung und Code-Vorlagen; auch als Plug-in für Total Commander und als portable Version erhältlich.

Freeware

Changelog

minimap: map acts almost like Sublime now. map scrolled auto according to top-line of main editor. just scroll big file and see map in action.
minimap: removed opt "Map zoom", use instead hidden option "MinimapFont" (zoom isn't practical, need fixed font size)
update: SynFtp (upd libssh)
renamed groups modes (vh, to be like "split tab v/h")
fix: js lexer (comment catches tag)

[close]

http://www.uvviewsoft.com/synwrite/
Titel: Atom 0.199.0
Beitrag von: SiLæncer am 15 Mai, 2015, 20:45
(http://s26.postimg.org/6bt5lin89/screenshot_265.jpg)
A powerful and flexible application that works as a text and source code editor with syntax highlight, or alternately as a file viewer.

MIT License

Changelog
Atom now bundles Autocomplete Plus and the completion providers for HTML, CSS, Less, Sass, snippets, and the Atom API
Opening editors is now significantly faster than previously releases
Fixed an issue where packages with invalid Git repository URLs in their package.json file wouldn't load
Running atom with no arguments from the command line now re-opens the previously-opened windows. Use atom . to open the current working directory
Fixed an issue that prevented Atom from re-opening its previously opened windows during startup on Linux and Windows
The Fuzzy Finder now highlights the portions of the file path that match the search text
The Command Palette now highlights the portions of the command name that match the search text
Fixed an issue on Linux and Windows 7 where the spell checker would fail to highlight misspelled words
Fixed an issue where fs and path would be accidentally available as global variables
[close]

https://atom.io/
Titel: Notepad++ 6.7.8
Beitrag von: SiLæncer am 16 Mai, 2015, 10:00
(http://s26.postimg.org/vvnitnjix/screenshot_38.jpg)
Notepad++ is a tabbed source code editor and Notepad replacement with a customizable interface. It is one of the few few source code editors that supports "folding," allowing users to quickly reduce and expand sections of code to see the overall document. In addition, it features multi-language syntax highlighting, auto-completion, regular expression search/replace, macro recording and playback, etc. The program can access a long list of plug-ins via an easy-to-access menu with even more features and functions.

License: GPL

Changelog
Fix an annoying regression about message "The buffer passed to GetFullPathName was too small!".
Update WinGup to version 3.0 which has SSL support and customizable User-Agent.
Improve sort lines performance greatly.
Fix tabbar close button usability issue (too small) on a high resolution laptop (Surface Pro 3).
Fix Settings on cloud - Google drive detection error.
Hiding tab bar via command line won't make hidden tab setting be saved in the next session.
Fix a bug of "Jump to next indicator" command.
Fix "File Status auto-detection" settings bug.
[close]

http://notepad-plus.sourceforge.net/
Titel: Notepad++ 6.7.8.1
Beitrag von: SiLæncer am 19 Mai, 2015, 09:03
Whats new:>>

It's a quick fix for the issue of "Missing msvcr120.dll" error message in the previous version.

http://notepad-plus.sourceforge.net/

Titel: BirdFont 2.8
Beitrag von: SiLæncer am 20 Mai, 2015, 05:40
(http://birdfont.org/images/background_image_windows_thumbnail.png)
BirdFont is a free font editor that lets you create vector graphics and export TTF, EOT & SVG fonts.

License: Open Source

Whats new:>>

• Speed optimization in font export
• Faster search queries in the Unicode Data Base
• Better parsing of SVG files generated with Illustrator
• Dialog for importing a folder with SVG files

http://birdfont.org/
Titel: openElement 1.49.3
Beitrag von: SiLæncer am 20 Mai, 2015, 21:40
(http://images.six.betanews.com/screenshots/scaled/1364418025-1.jpg)
openElement is a powerful next-gen HTML editor for creating websites suitable for any need: personal, showcase, gallery, organization, corporate, etc. A professional and dynamic website is within reach to anyone with zero coding.

openElement includes numerous website templates and elements to quickly and easily create your free website without any prior knowledge or programming experience.

Freeware

Release Notes
Fixes concern performance, memory management, publishing issues etc.

Improvements: there are many changes compared to 1.44. Just some of them:

 - Code editor largely improved (code insight, collapsing blocks, removed annoying warnings etc.)

 - CSS code blocks can be "activated" in the Editor mode, so that styles are immediately applied without the need to previsualize

 - Improved CSS unit handling and auto-conversion between units (px->%->em->rem->etc.), floating-point values allowed (except for "px")

 - OEGuideline module (access to detailed reports is paid, but the summary score is available without license) to help you optimize your site for better placement in search results and better user experience

 - Element Editor improvements (allows to create your own elements, or edit "dowlonadable" elements - see the 2 buttons on the top of the Elements tab)

 - Minor improvement but important for some: you can now use an email address provided by a visitor (the value of a text input field of your choice) in the Send Mail element

 There are many more changes, but rather than writing hige lists we just let you use the software and discover by yourself. openElement remains free and supported on this forum as best we can.
[close]

http://download.openelement.com/openElement_1_49R3.exe

http://openelement.com/
Titel: CoffeeCup Free HTML Editor 15.0
Beitrag von: SiLæncer am 21 Mai, 2015, 17:13
(https://www.heise.de/software/screenshots/t6785.jpg)
Abgespeckte Version des kostenpflichtigen CoffeeCup-HTML-Editors, bringt Assistenten für Tabellen, Frames, Forms und Fonts sowie einen FTP-Client mit, unterstützt Drag und Drop.

Freeware

http://www.coffeecup.com/free-editor
Titel: SynWrite 6.18.2100
Beitrag von: SiLæncer am 22 Mai, 2015, 06:00
(http://images.betanews.com/screenshots/1289816929-1.jpg)
Erweiterter Text-Editor mit Unterstützung von vielen Dateiformaten, Programmiersprachen und Zeichenkodierungen; bietet unter anderem Syntax-Hervorhebung, Auto-Vervollständigung und Code-Vorlagen; auch als Plug-in für Total Commander und als portable Version erhältlich.

Freeware

Changelog

+ option "Left/Rt keys jump sel edge" resets sel (like ST3 and all)
+ lexer js: hilite jquery-words, more std words
+ lexer pascal: generics support

changed:

* shorter main menu: "Encoding" moved into "File"
* opt "block staple" redone
* opt "block staple offset" now hidden
* opt "carets indicating" now hidden
* disabled drag of rt-margin (messed with mul-carets)
* del opt "Group redo" (used group-undo)

[close]

http://www.uvviewsoft.com/synwrite/
Titel: PSPad Editor 4.6.0.2660 Beta
Beitrag von: SiLæncer am 22 Mai, 2015, 20:15
(http://images.six.betanews.com/screenshots/1076948037-1.png)
PSPad is a universal freeware editor. There is no complex install process; the program is ready to work immediately, without requiring customization. It supports many file types and languages, with syntax highlighting. There are macros, clip files and templates to automate repetitive activities. An integrated HEX Editor, Project support, FTP Client, Macro Recorder, File Search/Replace, Code Explorer, code page conversion, are just some of the many possibilities that PSPad can offer you.

Freeware

Changelog

- PSPad will check file change after external application run - case when external application changes open file/s
- Code explorer - added support for FiveWin
- File Search dialog is not closed if no lines were found
- BAT highlighter - fixes in echo line
- File locking - missing information File is locked by another user during open

[close]

http://www.pspad.com/
Titel: Notepad++ 6.7.8.2
Beitrag von: SiLæncer am 23 Mai, 2015, 18:00
(http://s26.postimg.org/vvnitnjix/screenshot_38.jpg)
Notepad++ is a tabbed source code editor and Notepad replacement with a customizable interface. It is one of the few few source code editors that supports "folding," allowing users to quickly reduce and expand sections of code to see the overall document. In addition, it features multi-language syntax highlighting, auto-completion, regular expression search/replace, macro recording and playback, etc. The program can access a long list of plug-ins via an easy-to-access menu with even more features and functions.

License: GPL

Whats new:>>

Another quick fix for the issue of WinGup error under XP in the previous version.

http://notepad-plus.sourceforge.net/
Titel: HtLite 2.8.0.2
Beitrag von: SiLæncer am 25 Mai, 2015, 17:20
(http://s26.postimg.org/y1r42meu1/screenshot_142.jpg)
Umfangreicher HTML/XHTML Editor.  Jeder externe Browser zur Seitenansicht einstellbar.  Wer keinen HTML Designer zur visuellen Gestaltung seiner Seiten benötigt, sondern nur einen komfortablen Code-Editor sucht, erhält hier eine hervorragende Alternative.

Freeware

http://www.winsoftware24.com/HtLite.html
Titel: Scite 3.5.6
Beitrag von: SiLæncer am 26 Mai, 2015, 09:14
(http://www.heise.de/software/screenshots/1206.jpg)
Editor mit Syntax-Highlighting, Auto-Completion, Folding und vielem mehr...

Lizenz: Open Source

changelog
On Qt, use fractional positioning calls and avoid rounding to ensure consistency
SCI_TARGETASUTF8 and SCI_ENCODEDFROMUTF8 implemented on Win32 as well as GTK+ and Cocoa
C++ lexer fixes empty backquoted string. Bug #1711
C++ lexer fixes #undef directive. Bug #1719
Fortran folder fixes handling of "selecttype" and "selectcase". Bug #1724
Verilog folder folds interface definitions
VHDL folder folds units declarations and fixes a case insensitivity bug with not treating "IS" the same as "is"
Fix bug when drawing text margins in buffered mode which would use default encoding instead of chosen encoding. Bug #1703
Fix bug with Korean Hanja conversions in DBCS encoding on Windows
Fix for reading a UTF-16 file in SciTE where a non-BMP character is split over a read buffer boundary. Bug #1710
Fix bug on GTK+ 2.x for Windows where there was an ABI difference between compiler version. Bug #1726
Fix undo bug on Cocoa that could lose data
Fix link error on Windows when SCI_NAMESPACE used
Fix exporting from SciTE when using Scintillua for lexing
SciTE does not report twice that a search string can not be found when "Replace" pressed. Bug #1716
SciTE on GTK+ 3.x disables arrow in search combo when no entries. Bug #1717
[close]

http://www.scintilla.org/SciTE.html
Titel: Atom 0.201.0
Beitrag von: SiLæncer am 27 Mai, 2015, 05:16
(http://s26.postimg.org/6bt5lin89/screenshot_265.jpg)
A powerful and flexible application that works as a text and source code editor with syntax highlight, or alternately as a file viewer.

MIT License

Changelog
Atom now ships with Bootstrap 3.3.4
Fixed an issue where tabbing through snippet tab stops failed
Fixed an issue where auto-flowing text would fail in certain cases
The editor.softWrapHangingIndent setting is now configurable on a per-language basis from the Settings view
[close]

https://atom.io/
Titel: Ron's Editor 2015.05.21.1851
Beitrag von: SiLæncer am 27 Mai, 2015, 21:30
Changelog

New features    

    Reset style button restored to 'Options' window.

Bugs    

    Auto refresh bug for files stored on One Drive/SharePoint fixed.
    Paste cells bug fixed.
    'Page per Row' editing crash fixed.
    Filter after editing cell bug fixed.
    Font size bug fixed.

[close]

http://www.ronsplace.eu/Products/RonsEditor
Titel: yWriter 5.2.1.2
Beitrag von: SiLæncer am 28 Mai, 2015, 18:15
(http://www.spacejock.com/images/yWriter5Main.png)
yWriter allows you to split your novel into chapters and scenes, simplifying the process of text writing. You can reorder scenes within chapters or change their content, title and description. If you notice that you mistyped a word, yWriter enables you to do a global text search and replace it. With yWriter you can easily keep journals, diaries or create your own stories and novels.

Freeware

Whats new: >>

Added a search to the character/locations/items list box

http://www.spacejock.com/yWriter5_Version.html
Titel: SynWrite 6.18.2105
Beitrag von: SiLæncer am 30 Mai, 2015, 15:45
Whats new:>>

+ icons Silk                                               
* simpler Search menu
* simpler statusbar (no "busy icon", no "ins/ovr": caret shows it)

http://www.uvviewsoft.com/synwrite/
Titel: BirdFont 2.8.3
Beitrag von: SiLæncer am 31 Mai, 2015, 20:54
(http://birdfont.org/images/background_image_windows_thumbnail.png)
BirdFont is a free font editor that lets you create vector graphics and export TTF, EOT & SVG fonts.

License: Open Source

Whats new:>>

unbekannt

http://birdfont.org/
Titel: RJ TextEd 10.40 Beta 1
Beitrag von: SiLæncer am 01 Juni, 2015, 09:09
(http://images.six.betanews.com/screenshots/scaled/1187014627-1.jpg)
RJ TextEd - A Unicode source and text editor. RJ TextEd is a full featured text and source editor with Unicode support, syntax highlighting and code folding. The functionality extends beyond text files and includes support for HTML editing with integrated preview, spell checking, auto completion, HTML validation, templates and more. The program also include support for Topstyle Lite CSS editor, has a dual pane file commander, as well as a FTP client to upload your files. The editor uses language files to display menus and dialogs in different languages. There are several included languages. New language files can easily be created in the editor. RJ TextEd is also a simple web development tool. The editor can use auto completion and hints to assist you in editing your source code. You can preview HTML/ASP/PHP... code using one of the preview tabs or open a document in a browser. The editor does not only handle source code. It also handles true ASCII files, binary files and of course plain text files.

Licence: Freeware

Changelog

Document map:

Added a document map view to the right inside the editor window. The view option is available in the "View" menu.
The document map display a larger layout of the current document giving you a better overview. This can make it easier to edit, scroll and navigate.
Highlighted words or selections are highlighted in the document map.
Changed lines are marked by a line on the left.
Bookmarks are marked by a small line to the right.
The current page is indicated by a colored line to the left of the document map.
You can navigate by a mouse click in the document map. Normal scrolling or by pressing the Ctrl key while dragging the scroll thumb. This will scroll the document map but not the document itself.
NOTE! Not all editing actions are immediately reflected in the document map.
E.g. editing text on a single line is not immediately updated in the map. Selection is not updated until you release the mouse button etc.
The document map is designed to have almost no impact on performance. But it should be updated when scrolling, clicking the mouse in the editor area or creating a new line.

Color selector:

Added output options to the color dialog window available in e.g. "Tools" menu.
You can select to output the color to the editor or the clipboard.
You can choose one of several color formats like Dec, Hex, RGB(r,g,b).
The output color can be enclosed by quotes.
Selected color in the document is used when opening the dialog window.
All supported color formats can be used.

Home page:

Added a tab control with three tabs. Recent files, recent projects and recent sessions. This gives each recent list more space and we can display all three.
Made some other minor layout changes as well.

Script menu:

Added a script menu. This allows you to handle scripts without the quickbar.
Script
Added two new functions to the document object.
Document.BeginUndo() - create an undo starting point
Document.EndUndo() - create the undo end point
When the user press "Undo" all operations between BeginUndo() and EndUndo() will be undone.

Sessions:

Sessions are now listed in last saved order. New saved sessions are displayed first in the list. Old updated items are moved to the top when saved.

Search progress:

I've made the search progress window wider and added a progress bar.
The total number of files is displayed with the current file number. And files are now displayed with a path (compressed if necessary).

Recent file list:

You can now set the number of items that should be displayed in both menu's and on "Home" page in options.
Recent project and session lists are not affected. The number of projects and sessions displayed are unlimited.

Tools:

If you've set up the tool to display an output and the output is UTF8 encoded you can now set an option in the "Options - Tools" Add/Edit window.
If the option is unset the output is assumed to be ANSI.

Undo/Redo history:

Made some visual changes and added a start point (undo state when the file was opened).

Misc:

Removed the document tab menu item to change the tab color.

Fixed:

A selection issue.
Document tab multi line hint issue.
Inserting text on each line.
Redo issue with "Insert text on each line".
Window title not updated when closing right view
Code explorer tab text color issue.
A few issues in the help file.
Document.Wordwrap in scripts.
RegExPos() in script should return 0 if nothing is found.
Switch highlighter manually didn't always work with files without extension.
Triple quote issue in Python.
Crash at Windows log off with modified files.
Recover files after crash, log off or reboot.

[close]

http://www.rj-texted.se
Titel: Atom 0.204.0
Beitrag von: SiLæncer am 03 Juni, 2015, 05:10
Whats new:>>

Fixed an issue where the unset! keybinding override did not work correctly

https://atom.io/
Titel: PilotEdit Lite 8.1.0
Beitrag von: SiLæncer am 03 Juni, 2015, 05:45
(http://www.pilotedit.com/images/OpenInQuickMode.PNG)
PilotEdit is a text, hex, XML, C/C++, HTML, PHP, Java, Javascript and Perl editor that can edit large files of 400GB (40 billion lines).

It offers customizable syntax and keyword highlighting, advanced search and replace operations, automatic text encoding, 256-bit AES encryption/decryption and a built-in FTP/SFTP client lets you open, edit, download and upload large files directly to/from a FTP/SFTP server.

In addition to standard text editing features, PilotEdit can compare and merge two large files of 100GB (10 billion lines). You can also sort, find/remove duplicate lines and extract strings over a large file of 1GB.

Freeware

http://www.pilotedit.com/
Titel: Komodo Edit 9.1.0 Build 15798
Beitrag von: SiLæncer am 03 Juni, 2015, 12:19
(http://download.winboard.org/uploads/Image/2010-12-22%2009%2024%2056.png)
Komodo Edit ist ein Editor, der folgende Sprachen unterstützt: PHP, Python, Ruby, java script, Perl, Tcl, XML, HTML 5, CSS 3. Weiterhin bietet das Programm eine Projektverwaltung, Sweet-Editor und kann mittels Erweiterungen ausgebaut werden.

Unterstützt wird WIN XP - Seven

Freeware

Changelog
Select Commando (Go to Anything) results by pressing ALT+number

The Commando user experience has had significant usability improvements. Most notably when starting Commando you will now be presented with a convenient list of scopes that you can use to narrow down your search results

Other Mentionables:

Color Schemes: Use foreground color for caret color - fixes #75
Commando: Don’t preserve query when navigating backwards
Commando: Escape now clears the current search
SDK: Added the “shell” SDK, allowing you to easily run shell commands
UI: Improved scrollbar contrast on dark color schemes
UI: “Ugly border” showing around notifications on windows - fixes #108
CodeIntel: Improve PHPDoc tooltip legibility - contributed by Defman - PR #225
[close]

http://www.activestate.com/komodo-edit/downloads
Titel: RJ TextEd 10.40 Final
Beitrag von: SiLæncer am 03 Juni, 2015, 18:45
(http://images.six.betanews.com/screenshots/scaled/1187014627-1.jpg)
RJ TextEd - A Unicode source and text editor. RJ TextEd is a full featured text and source editor with Unicode support, syntax highlighting and code folding. The functionality extends beyond text files and includes support for HTML editing with integrated preview, spell checking, auto completion, HTML validation, templates and more. The program also include support for Topstyle Lite CSS editor, has a dual pane file commander, as well as a FTP client to upload your files. The editor uses language files to display menus and dialogs in different languages. There are several included languages. New language files can easily be created in the editor. RJ TextEd is also a simple web development tool. The editor can use auto completion and hints to assist you in editing your source code. You can preview HTML/ASP/PHP... code using one of the preview tabs or open a document in a browser. The editor does not only handle source code. It also handles true ASCII files, binary files and of course plain text files.

Licence: Freeware

Changelog

Document map

Added a document map view to the right inside the editor window. The view option is available in the "View" menu.

The document map display a larger layout of the current document giving you a better overview. This can make it easier to edit, scroll and navigate.

Highlighted words or selections are highlighted in the document map.
Changed lines are marked by a line on the left.
Bookmarks are marked by a small line to the right.
The current page is indicated by a colored line to the left of the document map.

Navigate by mouse click

You can navigate by a mouse click in the document map.
The document view is moved to the clicked position in the document map.

Scrolling

    Normal scrolling will scroll and move the page marker in the document map.
    Press Ctrl + dragging the scroll thumb to scroll the document map only. When you release the mouse button the document view is moved to the new location.
    Mouse wheel scroll is faster when over the document map.
    Ctrl + mouse wheel scroll will scroll the document map only. The document view is moved when you release the Ctrl key.

NOTE! Not all editing actions are immediately reflected in the document map. E.g. editing text on a single line is not immediately updated in the map. Selection is not updated until you release the mouse button etc. The document map is designed to have almost no impact on performance. But it should be updated when scrolling, clicking the mouse in the editor area or creating a new line...

Color selector

Added output options to the color dialog window available in e.g. "Tools" menu.

    You can select to output the color to the editor or the clipboard.
    You can choose one of several color formats like Dec, Hex, RGB(r,g,b).
    The output color can be enclosed by quotes.
    You can select output case e.g. #ffccaa, rgb(255,180,120) or #FFCCAA...

Selected color in the document is used when opening the dialog window.
All supported color formats can be used.

Home page

Added a tab control with three tabs. Recent files, recent projects and recent sessions. This gives each recent list more space and we can display all three.

Made some other minor layout changes as well.

Script menu

Added a script menu. This allows you to handle scripts without the quickbar.

Script

Added two new functions to the document object.

Document.BeginUndo() - create an undo starting point
Document.EndUndo() - create the undo end point

When the user press "Undo" all operations between BeginUndo() and EndUndo() will be undone.

Sessions

Sessions are now listed in last saved order. New saved sessions are displayed first in the list. Old updated items are moved to the top when saved.

Search progress

I've made the search progress window wider and added a progress bar. The total number of files is displayed with the current file number. And files are now displayed with a path (compressed if necessary).
Recent file list

You can now set the number of items that should be displayed in both menu's and on "Home" page in options.

Recent project and session lists are not affected. The number of projects and sessions displayed are unlimited.

Tools

If you've set up the tool to display an output and the output is UTF8 encoded you can now set an option in the "Options - Tools" Add/Edit window. If the option is unset the output is assumed to be ANSI.
Undo/Redo history

Made some visual changes and added a start point (undo state when the file was opened).

Misc

Removed the document tab menu item to change the tab color.

Fixed

    A selection issue.
    Document tab multi line hint issue.
    Inserting text on each line.
    Redo issue with "Insert text on each line".
    Window title not updated when closing right view
    Code explorer tab text color issue.
    A few issues in the help file.
    Document.Wordwrap in scripts.
    RegExPos() in script should return 0 if nothing is found.
    Switch highlighter manually didn't always work with files without extension.
    Triple quote issue in Python.
    Crash at Windows log off with modified files.
    Recover files after crash, log off or reboot.

[close]

http://www.rj-texted.se
Titel: AkelPad 4.9.4
Beitrag von: SiLæncer am 04 Juni, 2015, 04:45
(http://akelpad.sourceforge.net/files/screen_basic.png)
AkelPad is an open source editor for plain text. It is designed to be a small and fast. Includes the ability to load text documents that are larger than 64 Kilobytes, document previews before opening them, editing of read only files and more. Plugins add a number of additional features to Akelpad like syntax highlighting, auto completion, sessions, macros and scripts and auto saving.

Licence: Open Source

Changelog
Changed: no tab icon sizing if screen scale other than 96 dpi.
Changed: switching between modeless dialogs with commands 4332 and 4333.
Changed: selection restoring after "Replace all" with using regular expressions.

Added: optional parameter for commands 4166,4170:
1 - delete space/tabulation in single line selection.

Fixed: active column painting.
Fixed: cycle search with down or up direction when the caret is inside text for search.
Fixed: left and top margins have been displaced by 1 pixel.
[close]

http://akelpad.sourceforge.net/en/index.php
Titel: nanDECK v1.19.4
Beitrag von: SiLæncer am 04 Juni, 2015, 05:15
(http://www.nand.it/nandeck/prg01.gif)
nanDECK is a scripting graphic software that provides a simple yet flexible language to create multiple images suited for cards or counters .

Freeware

http://www.nand.it/nandeck
Titel: Markdown Edit 1.8.1
Beitrag von: SiLæncer am 05 Juni, 2015, 21:40
(http://s26.postimg.org/wy2jhhic9/screenshot_443.jpg)
Markdown Edit is fully compatible with the CommonMark specification, enabling you to edit Markdown documents, as well as HTML or text ones. It allows document formatting and real-time HTML previewing, providing hotkeys for almost all commands, for easier control.

Freeware

Whats new:>>

The Commonmark writer has a few bugs. Reverted to the older Markdown writer until they're fixed.

http://mike-ward.net/markdownedit/
Titel: Atom 0.207.0
Beitrag von: SiLæncer am 08 Juni, 2015, 05:45
(http://s26.postimg.org/6bt5lin89/screenshot_265.jpg)
A powerful and flexible application that works as a text and source code editor with syntax highlight, or alternately as a file viewer.

MIT License

Changelog
Atom now automatically re-enables the Tabs and Tree View packages when the deprecated Sublimes Tabs is installed
Fixed an issue where opening the Settings View would show an error notification
[close]

https://atom.io/
Titel: CodeLobster PHP Edition 5.6
Beitrag von: SiLæncer am 09 Juni, 2015, 16:45
(http://images.six.betanews.com/screenshots/1186155456-1.gif)
CodeLobster PHP Edition is a handy and easy-in-use editor that is primarily intended for quick and easy creation and editing of PHP files. It includes debugger, dynamic help, built-in parser, autocomplete and Class View window for comfortable work with PHP code. CodeLobster PHP Edition also supports such file formats as Text, HTML, XML.

Freeware (Free registration by email is required after 30 days)

Changelog
Autocomplete for canvas element

AngularJS plug-in:

Improved AngularJS autocomplete
Improved AngularJS tooltips

Joomla plug-in:

Updated to support the latest version 3.4

WordPress plug-in:

Updated to support the latest version 4.2

Drupal plug-in:

Updated to support the latest version 7.37

CakePHP plug-in:

Updated to support the latest version 3.0

CodeIgniter plug-in:

Updated to support the latest version 3.0

Bugs fixed:

Connection loss with MySQL servers
Incorrect behaviour on new MySQL tables
Corrected translations for Czech, Portuguese and Hungarian languages
[close]

http://www.codelobster.com/
Titel: SynWrite 6.18.2120
Beitrag von: SiLæncer am 09 Juni, 2015, 18:50
(http://images.betanews.com/screenshots/1289816929-1.jpg)
Erweiterter Text-Editor mit Unterstützung von vielen Dateiformaten, Programmiersprachen und Zeichenkodierungen; bietet unter anderem Syntax-Hervorhebung, Auto-Vervollständigung und Code-Vorlagen; auch als Plug-in für Total Commander und als portable Version erhältlich.

Freeware

Changelog

caret can be nonblinking. set opt slider at max.
updated icos Fugue
menu dialogs appear centered on editor, w/o border (ST3 style); you can del in SynHistory.ini [Win] section: Snip*, PyList*, ProjList*, CmdList*
del menu item "Customize lexer styles"
fix: Esc didn't work for ed-commds (e.g. "remove carets")

[close]

http://www.uvviewsoft.com/synwrite/
Titel: Vim (gvim) 7.4.738
Beitrag von: SiLæncer am 10 Juni, 2015, 21:15
(http://s26.postimg.org/xn295wtuh/screenshot_127.jpg)
Version des Unix-Texteditors vi mit Syntax-Highlighting, Copy & Paste, regulären Ausdrücken und mehrstufigem Undo.

Lizenz: Open Source

http://www.vim.org/
Titel: Notepad++ 6.7.9
Beitrag von: SiLæncer am 12 Juni, 2015, 06:11
(http://s26.postimg.org/vvnitnjix/screenshot_38.jpg)
Notepad++ is a tabbed source code editor and Notepad replacement with a customizable interface. It is one of the few few source code editors that supports "folding," allowing users to quickly reduce and expand sections of code to see the overall document. In addition, it features multi-language syntax highlighting, auto-completion, regular expression search/replace, macro recording and playback, etc. The program can access a long list of plug-ins via an easy-to-access menu with even more features and functions.

License: GPL

Whats new:>>

Add 2 context menus on status bar.
Enhance sort lines features.
Improve copy (to clipboard) in found results panel and find in files modal dialog.
Add a new feature to launch a new Notepad++ instance with administrator privilege in order to save the system protection file.

http://notepad-plus.sourceforge.net/
Titel: BirdFont 2.9.2
Beitrag von: SiLæncer am 13 Juni, 2015, 06:15
(http://birdfont.org/images/background_image_windows_thumbnail.png)
BirdFont is a free font editor that lets you create vector graphics and export TTF, EOT & SVG fonts.

License: Open Source

Whats new:>>

Fallback font with support for many languages
Faster GUI

http://birdfont.org/
Titel: Atom 0.209.0
Beitrag von: SiLæncer am 14 Juni, 2015, 07:07
Whats new:>>

Fixed an issue where editor focus was lost when clicking a tab
Fixed an issue where Atom would steal focus multiple times during startup
Fixed an issue on Windows where atom and apm failed when run from an MSYS2 shell

https://atom.io/
Titel: Zim - A Desktop Wiki 0.63
Beitrag von: SiLæncer am 14 Juni, 2015, 15:09
(http://zim-wiki.org/screenshots/thumbs/zim-normal.png)
Desktop-Wiki für Organisation und Wissensmanagement; frei erweiterbar mit unter anderem Formelsatz, Versionsverwaltung und ToDo-Liste; auch als Portable-Version erhältlich.

Lizenz: Open Source

Whats new:>>

* Table plugin - by Tobias Haupenthal
* Support for Fossil version control - by Stas Bushuev
... Many bug fixes

http://zim-wiki.org/index.html
Titel: FocusWriter 1.5.4
Beitrag von: SiLæncer am 14 Juni, 2015, 18:15
(http://www.freeware.de/images/screenshots/60616/focuswriter_medium_1.png)
FocusWriter hilft Vielschreibern beim Verfassen von Texten. Die Textverarbeitung blendet alle Menüs und Leisten aus. So kann man sich beim Schreiben voll und ganz auf das Wesentliche konzentrieren.

Der Vollbild-Texteditor FocusWriter zeigt als Oberfläche absichtlich lediglich den blanken Text. Daher gelingt es leichter, störungs- und ablenkungsfrei zu schreiben. Auf Wunsch kann man auf zusätzliche Steuerelemente zugreifen und diese per Maus über die Bildschirmränder abrufen.

Außerdem kann bei FocusWriter eine Statuszeile mit der aktuellen Uhrzeit, einem Timer und Statistiken eingeblendet werden. Das geplante Arbeitspensum legt der Schreiber in den Einstellungen in Minuten oder Wörtern fest. Textart und -farbe werden hier ebenfalls ganz nach Wunsch bestimmt.

Mit FocusWriter können mehrere Dokumente parallel bearbeitet werden. Ein Speichern erfolgt im RTF-, ODT- oder TXT-Format. Standardmäßig zeigt die Freeware einen einfarbigen, nüchternen Hintergrund. Wer die Arbeitsumgebung etwas freundlicher und abwechslungsreicher gestalten möchte, kann die Farbe ändern und auch ein eigenes Bild als Hintergrund einblenden.

FocusWriter enthält alle Grundfunktionen einer Textverarbeitung inklusive Textformatierungen, einer Rechtschreibprüfung und dem Suchen und Ersetzen von Wörtern und Textausschnitten. Die Freeware spricht vor allem den Vielschreiber an, der sich allein auf den Text konzentrieren möchte.

Changelog
Relax version check of ZIP to handle broken ZIP files
Remove deprecated code for unsupported Mac OS X versions
Switch to static builds for Windows
FIXED: Broken shortcut for disabling focused text in Windows
FIXED: Word count did not handle dashes correctly
FIXED: Did not use correct line endings in Windows
FIXED: Incorrectly sized icon for daily progress
FIXED: Crash when importing themes
Translation updates: Esperanto, German, Greek, Indonesian, Italian, Lithuanian, Polish, Portuguese, Portuguese (Brazil), Russian, Turkish, Ukrainian
[close]

http://gottcode.org/focuswriter/
Titel: Markdown Edit 1.8.2
Beitrag von: SiLæncer am 18 Juni, 2015, 12:28
(http://s26.postimg.org/wy2jhhic9/screenshot_443.jpg)
Markdown Edit is fully compatible with the CommonMark specification, enabling you to edit Markdown documents, as well as HTML or text ones. It allows document formatting and real-time HTML previewing, providing hotkeys for almost all commands, for easier control.

Freeware

Whats new:>>

Markdown Edit's first translation (French) is now available

http://mike-ward.net/markdownedit/
Titel: SynWrite 6.18.2130
Beitrag von: SiLæncer am 18 Juni, 2015, 14:00
(http://images.betanews.com/screenshots/1289816929-1.jpg)
Erweiterter Text-Editor mit Unterstützung von vielen Dateiformaten, Programmiersprachen und Zeichenkodierungen; bietet unter anderem Syntax-Hervorhebung, Auto-Vervollständigung und Code-Vorlagen; auch als Plug-in für Total Commander und als portable Version erhältlich.

Freeware

Changelog

+ lexer css: hiliting of ":after"
+ print setup: can enter margins <10mm
+ print preview: btn "print" shows dialog
* menu items underlines del'ed: now user hotkey Alt+S won't conflict with "&Search" item (on Win7 Alt+S still works for "Search" if no user hotkey)

[close]

http://www.uvviewsoft.com/synwrite/
Titel: NoteItAll 3.0
Beitrag von: SiLæncer am 19 Juni, 2015, 20:45
(http://s26.postimg.org/f6adpk55l/screenshot_459.jpg)
NoteItAll is a FREE, easy-to-use Windows® application for taking notes, making sketches/diagrams, annotating images, and creating simple animations / slide shows.

It works with Windows 7 and 8.x (not RT) tablet, laptop, and desktop computers.

Freeware

Whats new:>>

Support for multiple notebooks using a ‘notebook with sections’ metaphor.
Playback of slide shows and simple animations.
Better functionality when opening notes using the Windows Explorer.
Bug fixes.

http://www.noteitall.com/
Titel: Scite 3.5.7
Beitrag von: SiLæncer am 20 Juni, 2015, 10:15
(http://www.heise.de/software/screenshots/1206.jpg)
Editor mit Syntax-Highlighting, Auto-Completion, Folding und vielem mehr...

Lizenz: Open Source

changelog
Added SCI_MULTIPLESELECTADDNEXT to add the next occurrence of the main selection within the target to the set of selections as main. If the current selection is empty then select word around caret. SCI_MULTIPLESELECTADDEACH adds each occurrence of the main selection within the target to the set of selections.
SciTE adds "Selection Add Next" and "Selection Add Each" commands to the Search menu.
Added SCI_ISRANGEWORD to determine if the parameters are at the start and end of a word.
Added SCI_TARGETWHOLEDOCUMENT to set the target to the whole document.
Verilog lexer recognises protected regions and the folder folds protected regions.
A performance problem with markers when deleting many lines was fixed. Bug #1733.
On Cocoa fix crash when ScintillaView destroyed if no autocompletion ever displayed. Bug #1728.
On Cocoa fix crash in drag and drop.
On GTK+ 3.4+, when there are both horizontal and vertical scrollbars, draw the lower-right corner so that it does not appear black when text selected. Bug #1611.
Fixed most calls deprecated in GTK+ 3.16. Does not fix style override calls as they are more complex.
SciTE on GTK+ 3.x uses a different technique for highlighting the search strip when there is no match which is more compatible with future and past versions and different themes.
[close]

http://www.scintilla.org/SciTE.html
Titel: Vim (gvim) 7.4.749
Beitrag von: SiLæncer am 20 Juni, 2015, 20:15
(http://s26.postimg.org/xn295wtuh/screenshot_127.jpg)
Version des Unix-Texteditors vi mit Syntax-Highlighting, Copy & Paste, regulären Ausdrücken und mehrstufigem Undo.

Lizenz: Open Source

http://www.vim.org/
Titel: Resource Hacker 4.2.0
Beitrag von: SiLæncer am 21 Juni, 2015, 08:15
(http://images.betanews.com/screenshots/978208949-1.gif)
Resource Hacker is a utility to view, modify, add, delete, and extract resources in Windows executables. It incorporates an internal resource script compiler and decompiler.

Freeware

Whats new:>>

z.Z. unbekannt

http://www.angusj.com/resourcehacker/
Titel: BabelPad 8.0.0.1
Beitrag von: SiLæncer am 21 Juni, 2015, 10:31
(http://cdn.portableapps.com/BabelPadPortable_small.png)
BabelPad is a free Unicode text editor and word processor for Windows that supports the proper rendering of most complex scripts, and allows you to assign different fonts to different scripts in order to facilitate multi-script text editing.

Freeware

http://www.babelstone.co.uk/index.html
Titel: Notepad++ 6.7.9.1
Beitrag von: SiLæncer am 21 Juni, 2015, 12:00
(http://s26.postimg.org/vvnitnjix/screenshot_38.jpg)
Notepad++ is a tabbed source code editor and Notepad replacement with a customizable interface. It is one of the few few source code editors that supports "folding," allowing users to quickly reduce and expand sections of code to see the overall document. In addition, it features multi-language syntax highlighting, auto-completion, regular expression search/replace, macro recording and playback, etc. The program can access a long list of plug-ins via an easy-to-access menu with even more features and functions.

License: GPL

Whats new:>>

A critical issue (hanging on exit) and a regression (JavaScript is not recognized in HTML document) have been fixed in 6.7.9.1 release.

http://notepad-plus.sourceforge.net/
Titel: Re: Resource Hacker 4.2.0
Beitrag von: SiLæncer am 21 Juni, 2015, 18:53
Whats new:>>

Numerous bug fixes to compiler.
Numerous cosmetic changes to GUI.
Now easy to create resources from scratch.
Now easy to compile *.rc script file from both the commandline and the GUI.
Added script templates for new resources.
Added search feature.

http://www.angusj.com/resourcehacker/
Titel: Atom 0.210.0
Beitrag von: SiLæncer am 22 Juni, 2015, 05:30
(http://s26.postimg.org/6bt5lin89/screenshot_265.jpg)
A powerful and flexible application that works as a text and source code editor with syntax highlight, or alternately as a file viewer.

MIT License

Changelog
Atom now reopens the correct windows when restarted after updating to a new version
Fixed an issue on Linux and Windows where Atom would not reopen the correct windows
Fixed an issue where the wrong search result was highlighted after the 'Replace' command
The Symbols view now has built-in support for the Nim programming language
The Tabs package now has an Enable VCS Coloring setting that will change the tab colors based on the Git status of the file
[close]

https://atom.io/
Titel: Notepad++ 6.7.9.2
Beitrag von: SiLæncer am 23 Juni, 2015, 09:22
Whats new:>>

Fix JavaScript block not recognized in HTML document.

http://notepad-plus.sourceforge.net/
Titel: Resource Hacker 4.2.1
Beitrag von: SiLæncer am 26 Juni, 2015, 09:13
(http://images.betanews.com/screenshots/978208949-1.gif)
Resource Hacker is a utility to view, modify, add, delete, and extract resources in Windows executables. It incorporates an internal resource script compiler and decompiler.

Freeware

Whats new:>>

Bugfix: Some Delphi forms were not being decompiled
Bugfix: Hiding the toolbar disabled hide/show dialogs/menus menuitem
Bugfix: Some images were not being displayed

http://www.angusj.com/resourcehacker/
Titel: Atom 1.0.0
Beitrag von: SiLæncer am 26 Juni, 2015, 12:18
Changelog
Atom has become more modular through stabilizing the API, built-in ES6 support using babel, services for inter-package communication, decorations for extending the core editor, and new themes that automatically adapt the UI to the syntax colors. We've even removed some of our core packages in favor of community-built packages like autocomplete-plus.
To make using Atom easier, we now have extensive API docs, a flight manual, and a tutorial video on setting up Atom.
[close]

https://atom.io/
Titel: Notepad2-mod 4.2.25.955
Beitrag von: SiLæncer am 26 Juni, 2015, 13:38
(http://cdn.portableapps.com/Notepad2-modPortable_small.png)
Notepad2-mod is a lightweight text editor with syntax highlighting for a few commonly used languages and some new features beyond regular Notepad2 like code folding, bookmarks and additional languages.

http://xhmikosr.github.io/notepad2-mod/
Titel: Resource Hacker 4.2.2
Beitrag von: SiLæncer am 27 Juni, 2015, 19:45
Whats new:>>

Bugfix: Some monochrome images weren't being displayed
Bugfix: Removed extraneous button in "Import Resources" dialog
Bugfix: Manifest resources were being converted to UCS-2 format.
Modified: Increased font sizes in all dialogs

http://www.angusj.com/resourcehacker/
Titel: Resource Hacker 4.2.3
Beitrag von: SiLæncer am 29 Juni, 2015, 12:29
Whats new:>>

Bugfix: Significant bug in the recompiler
Bugfix: Minor bug displaying animated cursors

http://www.angusj.com/resourcehacker/
Titel: CKEditor 4.5.1
Beitrag von: SiLæncer am 02 Juli, 2015, 17:15
(http://s26.postimg.org/y8h12nzbt/screenshot_191.jpg)
WYSIWYG-Editor für eigene Webseiten, der sich in diverse Skriptsprachen integrieren lässt; unterstützt die meisten gängigen Browser; auch mit kommerzieller Lizenz erhältlich

Lizenz: Open Source

Whats new: >>

Changelog
CKEditor 4.5.1

Released: Jul 02, 2015
Download .zip or .gzip

Fixed Issues:

    #13486: Fixed: The Upload Image plugin should log an error, not throw an error when upload URL is not set.

CKEditor 4.5.0

Released: Jul 01, 2015
Download .zip or .gzip

New Features:

    #13304: Added support for passing DOM elements to config.sharedSpaces. Thanks to Undergrounder!
    #13215: Added ability to cancel fetching a resource by the Embed plugins.
    #13213: Added the dialog#setState() method and used it in the Embed dialog to indicate that a resource is being loaded.
    #13337: Added the repository.onWidget() method — a convenient way to listen to widget events through therepository.
    #13214: Added support for pasting links that convert into embeddable resources on the fly.

Fixed Issues:

    #13334: Fixed: Error after nesting widgets and playing with undo/redo.
    #13118: Fixed: The editor.getSelectedHtml() method throws an error when called in the source mode.
    #13158: Fixed: Error after canceling a dialog when creating a widget.
    #13197: Fixed: Linked inline Enhanced Image alignment class is not transferred to the widget wrapper.
    #13199: Fixed: Semantic Embed does not support widget classes.
    #13003: Fixed: Anchors are uploaded when moving them by drag and drop.
    #13032: Fixed: When upload is done, notification update should be marked as important.
    #13300: Fixed: The internalCommit argument in the Image dialog seems to be never used.
    #13036: Fixed: Notifications are moved 10px to the right.
    #13280: [IE8] Fixed: Undo after inline widget drag&drop throws an error.
    #13186: Fixed: Content dropped into a nested editable is not filtered by Advanced Content Filter.
    #13140: Fixed: Error thrown when dropping a block widget right after itself.
    #13176: [IE8] Fixed: Errors on drag&drop of embed widgets.
    #13015: Fixed: Dropping an image file on Enhanced Image causes a page reload.
    #13080: Fixed: Ugly notification shown when the response contains HTML content.
    #13011: [IE8] Fixed: Anchors are duplicated on drag&drop in specific locations.
    #13105: Fixed: Various issues related to CKEDITOR.tools.htmlEncode() and CKEDITOR.tools.htmlDecode()methods.
    #11976: [Chrome] Fixed: Copy&paste and drag&drop lists from Microsoft Word.
    #13128: Fixed: Various issues with cloning element IDs:
        Fixed the default behavior of range.cloneContents() and range.extractContents() methods which now clone IDs similarly to their native counterparts.
        Added cloneId arguments to the above methods, range.splitBlock() and element.breakParent(). Mind the default values and special behavior in the extractContents() method!
        Fixed issues where IDs were lost on copy&paste and drag&drop.
    Toolbar configurators:
        #13185: Fixed: Wrong position of the suggestion box if there is not enough space below the caret.
        #13138: Fixed: The "Toggle empty elements" button label is unclear.
        #13136: Fixed: Autocompleter is far too intrusive.
        #13133: Fixed: Tab leaves the editor.
        #13173: Fixed: config.removeButtons is ignored by the advanced toolbar configurator.

Other Changes:

    #13119: Improved compatibility of editor skins (Moono and Kama) with external web page style sheets.
    Toolbar configurators:
        #13147: Added buttons to the sticky toolbar.
        #13207: Used modal window to display toolbar configurator help.
    #13316: Made CKEDITOR.env.isCompatible a blacklist rather than a whitelist. More about the change in theBrowser Compatibility guide.
    #13398: Renamed CKEDITOR.fileTools.UploadsRepository to CKEDITOR.fileTools.UploadRepository and changed all related properties.
    #13279: Reviewed CSS vendor prefixes.
    #13454: Removed unused lang.image.alertUrl token from the Image plugin.
[close]

http://ckeditor.com/
Titel: Ron's Editor 2015.06.30.1925
Beitrag von: SiLæncer am 02 Juli, 2015, 23:20
(http://images.six.betanews.com/screenshots/scaled/1350146574-1.jpg)

Ron's Editor is the ultimate CSV editor, designed to be easy to use, but powerful enough to handle anything needed of it. Any tabular text format can be opened through confirurable seperators and full support for text encodings, and can then be exported to many formats including Excel. CSV files can be merged, or seperated, and the professional editing capabilites and power tools used for conversion and data cleaning.

Changelog

- File encoding auto detect now defaults to that set in the 'Options' window
- Internal problem with structure after paste fixed
- Setting storage international issue fixed

[close]

http://www.ronsplace.eu/Products/RonsEditor
Titel: Textadept 8.1
Beitrag von: SiLæncer am 04 Juli, 2015, 09:45
(http://foicica.com/textadept/images/splitviews.png)
Textadept will provide users with a fast, minimalist, and ridiculously extensible text editor. At its core lies less than 2000 lines of C code, and that's how it always will be. While other editors rely on recordable macros to speed up workflow, shell scripts to quickly transform text, and static side panes to manage your documents, files, and more.

Textadept takes it to the extreme: it gives you complete control over the entire application using the embedded Lua language. Lua is nearly as fast as C, and has a very small footprint. In fact, most of Textadept is written in Lua.

License : MIT License

Changelog

Bugfixes:

Detect #!/usr/bin/env ... properly.
Fix incorrect menu shortcut key display on Windows.

Changes:

Added support for Elixir and Windows Script Files (WSF).
Added parameter to textadept.editing.select_word() for selecting all occurrences.
Updated to Scintilla 3.5.7.
Updated to Lua 5.3.1.

[close]

http://foicica.com/textadept/
Titel: QText 4.00
Beitrag von: SiLæncer am 06 Juli, 2015, 05:10
(https://www.jmedved.com/content/media/qtext400.png)
This program started with itch of mine. I often have need to take notes while talking on telephone, surfing or doing almost anything. That notes are usually just temporary since I want to do something with it – like adding telephone number to my phonebook. What I needed was scrap paper.

It is similar to notepad which can be brought from tray when needed but has also auto-save thing going on. Just ideal for taking notes.

Freeware

Whats new: >>

Windows 8+ high-DPI support.
Improvements in file changes detection.
Bug-fixing.

http://www.jmedved.com/qtext/
Titel: Resource Hacker 4.2.4
Beitrag von: SiLæncer am 06 Juli, 2015, 12:12
(http://images.betanews.com/screenshots/978208949-1.gif)
Resource Hacker is a utility to view, modify, add, delete, and extract resources in Windows executables. It incorporates an internal resource script compiler and decompiler.

Freeware

Whats new:>>

Bugfix: Error when compiling ansi encoded *.rc files
Bugfix: RCDATA resources not displayed in their optimal format
Bugfix: Error when trying to display 'compressed' resources
Bugfix: 'Compressed' files can no longer be modified and saved

http://www.angusj.com/resourcehacker/
Titel: Flashnote 4.6
Beitrag von: SiLæncer am 06 Juli, 2015, 18:45
(http://softvoile.com/flashnote/pictures/flashnotesmall.gif)
Flashnote is an intuitive and lightweight application designed to help you create notes. It comes in handy for all users who need to write something down quickly, as the primary panel can be accessed by simply pressing a shortcut-key combination.

Freeware

Whats new:>>

Added: New feature - Capture Clipboard (use tools -> capture clipboard, not available on Windows XP).
Added: Ctrl+tab - quick switch to last used note.
Added: ctrl+left mouse click at link in note open it in browser.
Fixed: Print text using current font settings.
Improved: better support for Windows 8, big fonts and other fixes.

http://softvoile.com/flashnote/
Titel: RJ TextEd 10.50 Beta 1
Beitrag von: SiLæncer am 07 Juli, 2015, 18:15
(http://images.six.betanews.com/screenshots/scaled/1187014627-1.jpg)
RJ TextEd - A Unicode source and text editor. RJ TextEd is a full featured text and source editor with Unicode support, syntax highlighting and code folding. The functionality extends beyond text files and includes support for HTML editing with integrated preview, spell checking, auto completion, HTML validation, templates and more. The program also include support for Topstyle Lite CSS editor, has a dual pane file commander, as well as a FTP client to upload your files. The editor uses language files to display menus and dialogs in different languages. There are several included languages. New language files can easily be created in the editor. RJ TextEd is also a simple web development tool. The editor can use auto completion and hints to assist you in editing your source code. You can preview HTML/ASP/PHP... code using one of the preview tabs or open a document in a browser. The editor does not only handle source code. It also handles true ASCII files, binary files and of course plain text files.

Licence: Freeware

Changelog

Hex View:

Hex view and hexadecimal editing abilities has been added to the text memo component. The 3d party hex editor component has been removed. The loaded text or binary file is not altered or loaded between components anymore when switching between text and hex mode. Everything is handled by my text memo component. This means undo/redo always work even if we switch between views and the hex view can use theme colors.

ASCII:

ASCII files are handled differently in this version. All ASCII files are opened and loaded without any conversion to Unicode. They are handled as binary files internally. ASCII characters are still displayed correctly for all code pages. Converting between ASCII code pages will not actually change the file data. Nothing is altered, the characters are only displayed differently depending on which code page is selected.

Convert between ANSI/ASCII and Unicode:

All convert functions in the "Format" menu should work correctly now and work with undo/redo. You never risk loosing anything when doing a conversion. You can undo any conversion operation.

New document:

Added an item to the "New" dropdown list on the main toolbar to create a new file. In the dialog window you can enter name, extension, file type and encoding. You can also create a new binary file.
It is also available on the "Home" page in the "Create new file" area.

Document map:

Added an option (in font and tabs section) to change the font size.

Printing

Added an option to auto adjust the printer font size to fit all text within the right margin (or column 80) to the printed page. This option is set by default and is available in the print dialog window.

Home page:

Made some visual changes to the home page and added an item to open the new dialog window for creating a new document.

Script menu:

Added a few new menu items to the script menu.

Projects:

You can now assign a keyboard shortcut to all project commands (compile, build, run and user commands). Compile, Build and Run and Run without build can be enabled in the main toolbar. Use "Environment - Customize toolbar" to enable them. Added an option to save modified files before build.

Misc:

Optimized code and improved editing performance.
Minor changes to how tab controls are painted.
Added an output format item to the color dialog for just the RGB values.
Remote FTP file path is now displayed in the window title.
Added an option to set the navigation history offset. The default is 1 page.
Document switch list should handle mouse wheel scroll.

Fixed:

Open and save binary files didn't work properly and could corrupt the file.
Open, save and edit ASCII files didn't work properly.
"Unwrap lines by removing line breaks..." now work on selected text.
Auto highlight issue when displaying find results.
Syntax change issue when saving a text file and using a different extension.
Window redraw issue, could result in jumping display in panels...
Document map draw issue when selecting text with auto highlight words.
Cursor position issue when document map is displayed

[close]

http://www.rj-texted.se
Titel: PSPad 4.6.0 Build 2665 Beta
Beitrag von: SiLæncer am 08 Juli, 2015, 13:08
(http://images.six.betanews.com/screenshots/1076948037-1.png)
PSPad is a universal freeware editor. There is no complex install process; the program is ready to work immediately, without requiring customization. It supports many file types and languages, with syntax highlighting. There are macros, clip files and templates to automate repetitive activities. An integrated HEX Editor, Project support, FTP Client, Macro Recorder, File Search/Replace, Code Explorer, code page conversion, are just some of the many possibilities that PSPad can offer you.

Freeware

Changelog

Fixes:

BAT highlighter - highlighting of the labels after CALL, exclamation variables, new conditional words
HTML check menu item problem was disabled in some cases
Parameter %input% history for external application or compiler
File attributes in files with unicode chars in file name
LaTex - highlight matching {} brackets
Code explorer for FiveWin detects CLASS in block comments

[close]

http://www.pspad.com/
Titel: Atom 1.0.2
Beitrag von: SiLæncer am 11 Juli, 2015, 11:10
(http://s26.postimg.org/6bt5lin89/screenshot_265.jpg)
A powerful and flexible application that works as a text and source code editor with syntax highlight, or alternately as a file viewer.

MIT License

Whats new:>>

Fixed an issue on Windows where the Tree view's Show In Explorer menu did not work properly
Improved Atom's indentation suggestions when inserting line breaks

https://atom.io/
Titel: RJ TextEd 10.50 Beta 3
Beitrag von: SiLæncer am 13 Juli, 2015, 16:30
Changelog

Search bar:

Made a few changes to the search bar. You can now use a one-line bar when searching in folders or project files. Use the new folder button to open a menu with a list of recently used folders, search filters and other folder functions and options.

Document map:

The current line is highlighted in the document map.

Misc:

Format - Wrap lines at margin... should work with selections now and handle the column# value properly when using a proportional font.
Added "Save Copy As..." to the tab context menu

[close]

http://www.rj-texted.se
Titel: BowPad v2.1.0
Beitrag von: SiLæncer am 14 Juli, 2015, 21:30
(http://s26.postimg.org/e60vd9bix/screenshot_182.jpg)
BowPad is a small and fast text editor with a ribbon user interface and syntax highlighting.

Features:

syntax highlighting for over 100 file types and languages
handling of many different encodings, including UTF-8, UTF-16 and even UTF-32
easy ribbon user interface
navigation hints in the vertical scrollbar
coloring of open tabs according to their path
extendable with plugins written in jscript or vbscript

Freeware

Whats new:>>

Updated to latest Scintilla component 3.5.7.
Fixed an issue with coloring regex search matches.
Fixed printing when the dark theme was active.

http://stefanstools.sourceforge.net/BowPad.html
Titel: Java-Editor 13.01a
Beitrag von: SiLæncer am 15 Juli, 2015, 21:10
(http://www.heise.de/software/screenshots/50464.jpg)
Einfacher Java-Editor mit allen grundlegenden Funktionen, aber niedrigen Systemanforderungen, insbesondere für den Einsatz im Lehrbereich; mit Editor zum Modellieren von Klassen, UML-Fenster zum interaktiven Testen der Klassen und Erzeugung von Objekten sowie Designer zur Gestaltung von GUI-Oberflächen.

Freeware

Whats new: >>

Tooltips im Editor

http://javaeditor.org/index.php?title=Main_Page
Titel: PilotEdit Lite 8.2.0
Beitrag von: SiLæncer am 18 Juli, 2015, 20:15
(http://www.pilotedit.com/images/OpenInQuickMode.PNG)
PilotEdit is a text, hex, XML, C/C++, HTML, PHP, Java, Javascript and Perl editor that can edit large files of 400GB (40 billion lines).

It offers customizable syntax and keyword highlighting, advanced search and replace operations, automatic text encoding, 256-bit AES encryption/decryption and a built-in FTP/SFTP client lets you open, edit, download and upload large files directly to/from a FTP/SFTP server.

In addition to standard text editing features, PilotEdit can compare and merge two large files of 100GB (10 billion lines). You can also sort, find/remove duplicate lines and extract strings over a large file of 1GB.

Freeware

Whats new:>>

PilotEdit 8.2.0 supports groovy and rexx.

http://www.pilotedit.com/
Titel: RJ TextEd 10.50 Final
Beitrag von: SiLæncer am 18 Juli, 2015, 20:45
Changelog

Hex View

Hex view and hexadecimal editing abilities has been added to the text memo component. The 3d party hex editor component has been removed. The loaded text or binary file is not altered or loaded between components anymore when switching between text and hex mode. Everything is handled by my text memo component. This means undo/redo always work even if we switch between views and the hex view can use theme colors.

    Options are available in the context menu.
    You can display 16, 24 or 32 bytes per row.
    You can group 1 or 2 bytes in each column.
    You can display the text as ANSI or ASCII.
    Undo/Redo now works even if you switch between text and hex view.
    Colors can be set in the themes manager.
    Font is set in Options -> Font and tabs.
    Print font size is auto adjusted to make sure the display is fitted to each printed page.
    Goto (Ctrl+G) a specified address in the file.
    Some of the select functions work in hex view as well, like "Select All", "Select current line", "Select to EOL"...

You can copy selected bytes (or words) as:

ASCII/ANSI
C/C++
C#
Java
Pascal/Delphi
Visual Basic .NET
-
HTML

Rich Text (RTL)

Plain text and code is displayed as 16-bit words and it's indicated at top left corner. Binary files are displayed as 8-bit bytes.

ASCII

ASCII files are handled differently in this version. All ASCII files are opened and loaded without any conversion to Unicode. They are handled as binary files internally. ASCII characters are still displayed correctly for all code pages.

Converting between ASCII code pages will not actually change the file data. Nothing is altered, the characters are only displayed differently depending on which code page is selected.

    You can even convert between ASCII and Unicode (and back).
    Undo/Redo works now with conversion and changing encodings.
    The symbol panel page "ASCII" is now adaptive and always display the full ASCII range based on the current code page used. If the current ASCII file use OEM Cyrillic - those characters are displayed in the ASCII page.
    ALT + code should work properly now as well and insert the correct values.

Convert between ANSI/ASCII and Unicode

All convert functions in the "Format" menu should work correctly now and work with undo/redo. You never risk loosing anything when doing a conversion. You can undo any conversion operation.
New document...

Added an item to the "New" dropdown list on the main toolbar to create a new file. In the dialog window you can enter name, extension, file type, and encoding. You can also create a new binary file.

It is also available on the "Home" page in the "Create new file" area.

Document map

Added an option (in font and tabs section) to change the font size. The current line is highlighted in the document map.

Printing

Added an option to auto adjust the printer font size to fit all text within the right margin (or column 80) to the printed page. This option is set by default and is available in the print dialog window.
Home page

Made some visual changes to the home page and added an item to open the new dialog window for creating a new document.

Script menu

Added a few new menu items to the script menu.

    You can now add scripts to the script menu for quick access. This is a very simple implementation and only list the added scripts at the end of the menu. You can manage the added scripts (sort, remove...).
    If you select the menu item "Run and select document..." you are prompted to select an open document. This document will be moved to the right side and used as the "Document" in the script.

Projects

You can now assign a keyboard shortcut to all project commands (compile, build, run and user commands). Compile, Build and Run and Run without build can be enabled in the main toolbar. Use "Environment - Customize toolbar" to enable them.

Added an option to save modified files before build.

Search bar

Made a few changes to the search bar. You can now use a one-line bar when searching in folders or project files. Use the new folder button to open a menu with a list of recently used folders, search filters and other folder functions and options.

Document switch list (Ctrl+Tab)

Document switch list now handles mouse click, double mouse clicks and mouse wheel scrolling.

A single left mouse click will focus the item and display the document path.

A double left mouse click will focus the item, display the document path and switch tab to the selected document. The document switch list remains open.

If the vertical scrollbar is shown - you can scroll the list using the mouse wheel.
Line numbers

Replaced the line number menu items in the "View" menu with one menu item. "Line numbers" will display or hide the line numbers for the current file type. So you can enable line numbers in text files, hide them in CSS files but display them in PHP files...

Misc

    Optimized code and improved editing performance.
    Minor changes to how tab controls are painted.
    Added an output format item to the color dialog for just the RGB values.
    Remote FTP file path is now displayed in the window title.
    Added an option to set the navigation history offset. The default is 1 page.
    Format - Wrap lines at margin... should work with selections now and handle the column# value properly when using a proportional font.
    Added "Save Copy As..." to the tab context menu.
    Multiple selections are displayed in the document map.
    Document tab hint information is better formatted.

Fixed

    Open and save binary files didn't work properly and could corrupt the file.
    Open, save and edit ASCII files didn't work properly.
    "Unwrap lines by removing line breaks..." now work on selected text.
    Auto highlight issue when displaying find results.
    Syntax change issue when saving a text file and using a different extension.
    Window redraw issue, could result in jumping display in panels...
    Document map draw issue when selecting text with auto highlight words.
    Cursor position issue when document map is displayed.
    Left/Right/Center align should use the correct right margin value now.
    Several other minor issues found when working on this release.

[close]

http://www.rj-texted.se
Titel: Notepad Replacer 1.1.6
Beitrag von: SiLæncer am 20 Juli, 2015, 17:20
(http://s26.postimg.org/n6ggcuhp5/screenshot_489.jpg)
Do you use a Notepad alternative, like Notepad++ or Notepad2? Notepad Replacer will allow you to replace the default Windows version of Notepad with whatever alternative you would like to use.

Advantages:

Won't replace ANY system files, or change ANY file permissions
Won't trigger Windows File Protection warnings (WFP)
Won't run all the time, won't take up any system resources in the background
Doesn't require special support by the alternative application
Just un-install Notepad Replacer to revert back to the default Windows Notepad

Freeware

http://www.binaryfortress.com/NotepadReplacer/
Titel: Notepad++ 6.8
Beitrag von: SiLæncer am 22 Juli, 2015, 05:10
(http://s26.postimg.org/vvnitnjix/screenshot_38.jpg)
Notepad++ is a tabbed source code editor and Notepad replacement with a customizable interface. It is one of the few few source code editors that supports "folding," allowing users to quickly reduce and expand sections of code to see the overall document. In addition, it features multi-language syntax highlighting, auto-completion, regular expression search/replace, macro recording and playback, etc. The program can access a long list of plug-ins via an easy-to-access menu with even more features and functions.

License: GPL

What's new: >>

Settings on cloud feature allows users to write their settings on whichever cloud.
Use Source Code Pro as default font.
Make smooth font optional.
Fix the context menu disappears problem after find in files operation.

http://notepad-plus.sourceforge.net/
Titel: EverEdit 3.5.1.4072
Beitrag von: SiLæncer am 22 Juli, 2015, 17:20
(http://www.portablefreeware.com/screenshots/scrzAHs9R.png)
EverEdit is a handy and easy-to-use text, binary and source editor that enables you to write simple text files or create HTML, PHP, C/C++ or binary documents.

With an intuitive interface, EverEdit is suitable for both beginner and advanced programmers. Drag and drop support, syntax highlighting, auto-complete and auto-correct functions are features designed to ease your work even more.

The editor comes with encoding detection, regular expressions, macros and plugins support, brace match and code folding.

Changelog
IMPROVED: Quick Select/Selection Highlight support case sensitive/whole word match now. (MainMenu->Edit->Quick Select...)
IMPROVED: Fixed docking panel's save/restore problems.
IMPROVED: Fixed some issues of ftp panel, pls upgrade your FTP plugin after upgrading main app)
IMPROVED: Fixed a few drawing problems of word complete
IMPROVED: Improved save operations of color picker
IMPROVED: Added a new button into web preview's toolbar (configure).
FIXED: A bug when copy text as RTF format
FIXED: A bug of mini find
[close]

http://www.everedit.net/
Titel: Markdown Edit 1.9.0
Beitrag von: SiLæncer am 22 Juli, 2015, 20:45
(http://s26.postimg.org/wy2jhhic9/screenshot_443.jpg)
Markdown Edit is fully compatible with the CommonMark specification, enabling you to edit Markdown documents, as well as HTML or text ones. It allows document formatting and real-time HTML previewing, providing hotkeys for almost all commands, for easier control.

Freeware

Whats new:>>

Update packages (new Commonmark engine)
Bug fixes
Behavior improvements (initial focus, x86 build)
New formatting command (Ctrl+Alt+F) formats and converts inline links to reference links.

http://mike-ward.net/markdownedit/
Titel: NFOPad v1.7
Beitrag von: SiLæncer am 31 Juli, 2015, 05:25
(http://s26.postimg.org/3sgjfwo49/screenshot_505.jpg)
NFOPad is a small, fast and flexible combined nfo viewer and text editor. It is a clone of Microsoft's Notepad but much more customizable and with some additional features. Of course NFOPad also supports nfo files with ASCII art. The file extension is used to determine whether to use an ANSI or ASCII font.

License: Freeware

What's new: >>

Search while typing setting added.
Different icons can now be selected when associating files with NFOPad, the old one updated and five new added.
Fixed the file extension description to display the correct file type when associating files with NFOPad.
Associating files from NFOPad should now always work and will immediately update the explorer icons.
Bugfix: Shell/Edit extension dialog was not always checking the "Use NFO font" setting correctly.
Bugfix: Auto width was not calculated correctly for some cases.
Localization fixes.

http://truehumandesign.se/s_nfopad.php
Titel: nanDECK v1.20.1
Beitrag von: SiLæncer am 31 Juli, 2015, 20:17
(http://www.nand.it/nandeck/prg01.gif)
nanDECK is a scripting graphic software that provides a simple yet flexible language to create multiple images suited for cards or counters .

Freeware

http://www.nand.it/nandeck
Titel: Scite 3.6.0
Beitrag von: SiLæncer am 03 August, 2015, 12:00
(http://www.heise.de/software/screenshots/1206.jpg)
Editor mit Syntax-Highlighting, Auto-Completion, Folding und vielem mehr...

Lizenz: Open Source

changelog
External interfaces use the Sci_Position and Sci_PositionU typedefs instead of int and unsigned int to allow for changes to a 64-bit interface on 64-bit plactforms in the future. Applications and external lexers should start using the new type names so that they will be compatible when the 64-bit change occurs. There is also Sci_PositionCR (long) for use in the Sci_CharacterRange struct which will also eventually become 64-bit
Multiple selection now works over more key commands. The new multiple-selection handling commands include horizontal movement and selection commands, line up and down movement and selection commands, word and line deletion commands, and line end insertion. This change in behaviours is conditional on setting the SCI_SETADDITIONALSELECTIONTYPING property
Autocompletion lists send an SCN_AUTOCCOMPLETED notification after the text has been inserted. Feature #1109
The case mode style attribute can now be SC_CASE_CAMEL
The Python lexer supports substyles for identifiers
SciTE adds support for substyles
SciTE's Export as RTF and Copy as RTF commands support UTF-8
SciTE can display autocompletion on all IME input with ime.autocomplete property
SciTE properties files now discard trailing white space on variable names
Calling SCI_SETIDENTIFIERS resets styling to ensure any added identifier are highlighted
Avoid candidate box randomly popping up away from edit pane with (especially Japanese) IME input
On Cocoa fix problems with positioning of autocompletion lists near screen edge or under dock. Cancel autocompletion when window moved. Bug #1740
Fix drawing problem when control characters are in a hidden style as they then have a zero width rectangle to draw but modify that rectangle in a way that clears some pixels
Report error when attempt to resize buffer to more than 2GB with SC_STATUS_FAILURE
Fix bug on GTK+ with scroll bars leaking. Bug #1742
LexOthers.cxx file split into one file per lexer: LexBatch, LexDiff, LexErrorList, LexMake, LexNull, and LexProps
SciTE exporters handle styles > 127 correctly now
SciTE on Windows can scale window element sizes based on the system DPI setting
SciTE implements find.in.files.close.on.find on all platforms, not just Windows
[close]

http://www.scintilla.org/SciTE.html
Titel: Notepad++ 6.8.1
Beitrag von: SiLæncer am 04 August, 2015, 06:00
What's new: >>

Fix the Source Code Pro font making OS hanging issue (for some specific hardware congiguration).
Make current default font (Source Code Pro) prettier by adding its bold, italic and bold-italic fonts.
Fix "Restore recent close file" text disappearing issue for some circonstance.
Fix snapshot file after saving being always dirty problem.
Fix document tab moving by clicking close button issue due to splitter inaccuracy.
Fix a regression of Preferences dialog in which some modified options are not applied immediately.
Fix inconsistant untitled document name issue (new 0 instead of new 1).
Fix Macro buttons on toolbar inconsistant issue at Notepad++ startup.

http://notepad-plus.sourceforge.net/
Titel: HelpNDoc 4.8.0.849
Beitrag von: SiLæncer am 04 August, 2015, 14:58
(http://www.kaldata.com/images/news/logos/helpndoc.gif)
HelpNDoc provides all the tools necessary to write complete help files, manuals and documentations in a user friendly and very easy to use environment. HelpNDoc can generate standard Windows CHM help files, WEB based documentation, iPhone specific websites as well as printable PDF and Word documents.

HelpNDoc is completely free for personal use and evaluation purposes.

Changelog
Auto-completion: use the CTRL+Space keyboard shortcut to quickly create links or insert library items
It is now possible to override user-defined variables for each build in the build settings
New methods available to scripts and templates: HndBuild.GetBuildFirst and HndBuild.GetBuildWithName
Introduce the /l argument to log to a text file when using console line generation
Included sample scripts in HelpNDoc's installation directory
The THndBuildInfo, THndBuildInfoArray, THndTopicsAttachMode types are now accessible in scripts and templates
Switching builds in the generate documentation window will keep the currently visible customization tab
Under certain conditions an HTML-based template could produce inactive hyperlinks
The default HTML template will now be more reliable when selecting the currently viewed topic in the table of contents
The generated HTML could be corrupted when the current user didn't have the proper rights to access external library items
The table of contents hierarchy could be wrong under certain conditions when using conditional topic generation
Some parts of the user interface were not translated to French and German
Only one instance of the installer can be launched at the same time
[close]

http://www.helpndoc.com/
Titel: CKEditor 4.5.2
Beitrag von: SiLæncer am 05 August, 2015, 05:20
(http://s26.postimg.org/y8h12nzbt/screenshot_191.jpg)
WYSIWYG-Editor für eigene Webseiten, der sich in diverse Skriptsprachen integrieren lässt; unterstützt die meisten gängigen Browser; auch mit kommerzieller Lizenz erhältlich

Lizenz: Open Source

Whats new: >>

Changelog
Fixed Issues:

    #13609: [Edge] Fixed: The browser crashes when switching to the source mode. Thanks to Andrew Williams and Mark Smeed!
    PR#201: Fixed: Buttons in the toolbar configurator cause form submission. Thanks to colemanw!
    #13422: Fixed: A monospaced font should be used in the <textarea> element storing editor configuration in the toolbar configurator.
    #13494: Fixed: Error thrown in the toolbar configurator if plugin requirements are not met.
    #13409: Fixed: List elements incorrectly merged when pressing Backspace or Delete.
    #13434: Fixed: Dialog state indicator broken in Right–To–Left environments.
    #13460: [IE8] Fixed: Copying inline widgets is broken when Advanced Content Filter is disabled.
    #13495: [Firefox, IE] Fixed: Text is not word-wrapped in the Paste dialog window.
    #13528: [Firefox@Windows] Fixed: Content copied from Microsoft Word and other external applications is pasted as a plain text. Removed the CKEDITOR.plugins.clipboard.isHtmlInExternalDataTransfer property as the check must be dynamic.
    #13583: Fixed: DataTransfer.getData() should work consistently in all browsers and should not strip valuable content. Fixed pasting tables from Microsoft Excel on Chrome.
    #13468: [IE] Fixed: Binding drag&drop dataTransfer does not work if text data was set in the meantime.
    #13451: [IE8-9] Fixed: One drag&drop operation may affect following ones.
    #13184: Fixed: Web page reloaded after a drop on editor UI.
    #13129 Fixed: Block widget blurred after a drop followed by an undo.
    #13397: Fixed: Drag&drop of a widget inside its nested widget crashes the editor.
    #13385: Fixed: editor.getSnapshot() may return a non-string value.
    #13419: Fixed: The Auto Link plugin does not encode double quotes in URLs.
    #13420: Fixed: The Auto Embed plugin ignores encoded characters in URL parameters.
    #13410: Fixed: Error thrown in the Auto Embed plugin when undoing right after pasting a link.
    #13566: Fixed: Suppressed notifications in the Media Embed Base plugin.
    #11616: [Chrome] Fixed: Resizing the editor while it is not displayed breaks the editable. Fixes also #9160 and#9715.
    #11376: [IE11] Fixed: Loss of text when pasting bulleted lists from Microsoft Word.
    #13143: [Edge] Fixed: Focus lost when opening the panel.
    #13387: [Edge] Fixed: "Permission denied" error thrown when loading the editor with developer tools open.
    #13574: [Edge] Fixed: "Permission denied" error thrown when opening editor dialog windows.
    #13441: [Edge] Fixed: The Clipboard plugin breaks the state of Undo commands after a paste.
    #13554: [Edge] Fixed: Paste dialog's iframe does not receive focus on show.
    #13440: [Edge] Fixed: Unable to paste a widget.

Other Changes:

    #13421: UX improvements to notifications in the Auto Embed plugin.
[close]

http://ckeditor.com/
Titel: Komodo Edit 9.2.0 Build 15966
Beitrag von: SiLæncer am 05 August, 2015, 12:45
(http://download.winboard.org/uploads/Image/2010-12-22%2009%2024%2056.png)
Komodo Edit ist ein Editor, der folgende Sprachen unterstützt: PHP, Python, Ruby, java script, Perl, Tcl, XML, HTML 5, CSS 3. Weiterhin bietet das Programm eine Projektverwaltung, Sweet-Editor und kann mittels Erweiterungen ausgebaut werden.

Unterstützt wird WIN XP - Seven

Freeware

Changelog
Package Installer - We are introducing an all new way to install addons, color schemes, skins, keybindings, languages, etc. Simply by using Commando, you can now install all your favourite “Packages” (previously called “Resources” or “Extensions”).
EditorConfig Integration (see issue #271) - Komodo now checks for .editorconfig files in your path, you can read more about this here.
Focus Mode (aka Distraction Free Mode) - Clean up your IDE: easily hide non-essential UI with a keystroke, you can read more about this here.
CSS3 Autocompletions - We already supported a ton of CSS3 in our autocompletions, but thanks to Defman we now support all of CSS3.
Crisper UI - Particularly when using dark color schemes, the UI could feel a little bit “fuzzy” in the past, but no longer is that the case!
A boatload of Commando enhancements and fixes
[close]

http://www.activestate.com/komodo-edit/downloads
Titel: Brackets 1.4
Beitrag von: SiLæncer am 05 August, 2015, 16:15
(http://s26.postimg.org/hf4855ont/screenshot_501.jpg)
Easy-to-use HTML editor and code generator with support for CSS and JavaScript, featuring a live preview function, syntax highlighting and autocompletion.

License : Open Source

http://brackets.io/
Titel: PilotEdit Lite 8.3.0
Beitrag von: SiLæncer am 06 August, 2015, 09:45
(http://www.pilotedit.com/images/OpenInQuickMode.PNG)
PilotEdit is a text, hex, XML, C/C++, HTML, PHP, Java, Javascript and Perl editor that can edit large files of 400GB (40 billion lines).

It offers customizable syntax and keyword highlighting, advanced search and replace operations, automatic text encoding, 256-bit AES encryption/decryption and a built-in FTP/SFTP client lets you open, edit, download and upload large files directly to/from a FTP/SFTP server.

In addition to standard text editing features, PilotEdit can compare and merge two large files of 100GB (10 billion lines). You can also sort, find/remove duplicate lines and extract strings over a large file of 1GB.

Freeware

Whats new:>>

PilotEdit 8.3.0 provides the ability to select a large range of lines by entering line number.

http://www.pilotedit.com/
Titel: Atom 1.0.5
Beitrag von: SiLæncer am 08 August, 2015, 10:10
(http://s26.postimg.org/6bt5lin89/screenshot_265.jpg)
A powerful and flexible application that works as a text and source code editor with syntax highlight, or alternately as a file viewer.

MIT License

Whats new:>>

Find and replace handles explicitly searching in directories that contain dots #8225
Fixed an issue on Windows where atom.exe and the auto-updater were not code-signed causing them to be flagged as malware by certain antivirus applications

https://atom.io/
Titel: HtLite 3.4.0.0
Beitrag von: SiLæncer am 09 August, 2015, 09:00
(http://s26.postimg.org/y1r42meu1/screenshot_142.jpg)
Umfangreicher HTML/XHTML Editor.  Jeder externe Browser zur Seitenansicht einstellbar.  Wer keinen HTML Designer zur visuellen Gestaltung seiner Seiten benötigt, sondern nur einen komfortablen Code-Editor sucht, erhält hier eine hervorragende Alternative.

Freeware

http://www.winsoftware24.com/HtLite.html
Titel: PSPad 4.6.0 Build 2667 Beta
Beitrag von: SiLæncer am 09 August, 2015, 18:15
(http://images.six.betanews.com/screenshots/1076948037-1.png)
PSPad is a universal freeware editor. There is no complex install process; the program is ready to work immediately, without requiring customization. It supports many file types and languages, with syntax highlighting. There are macros, clip files and templates to automate repetitive activities. An integrated HEX Editor, Project support, FTP Client, Macro Recorder, File Search/Replace, Code Explorer, code page conversion, are just some of the many possibilities that PSPad can offer you.

Freeware

Changelog

News:

TiDy and PHP beautifier - possibility to define shortcuts for profiles. Format: [profile name*shortcut]
Right edge - possibility to set it highlighter depending (Highlighter settings)

Fixes:

Parameter %input% history for external application or compiler
BAT highlighter - fixed brackets in coditions with variables

[close]

http://www.pspad.com/
Titel: RJ TextEd 10.60 Beta 1
Beitrag von: SiLæncer am 11 August, 2015, 18:40
(http://images.six.betanews.com/screenshots/scaled/1187014627-1.jpg)
RJ TextEd - A Unicode source and text editor. RJ TextEd is a full featured text and source editor with Unicode support, syntax highlighting and code folding. The functionality extends beyond text files and includes support for HTML editing with integrated preview, spell checking, auto completion, HTML validation, templates and more. The program also include support for Topstyle Lite CSS editor, has a dual pane file commander, as well as a FTP client to upload your files. The editor uses language files to display menus and dialogs in different languages. There are several included languages. New language files can easily be created in the editor. RJ TextEd is also a simple web development tool. The editor can use auto completion and hints to assist you in editing your source code. You can preview HTML/ASP/PHP... code using one of the preview tabs or open a document in a browser. The editor does not only handle source code. It also handles true ASCII files, binary files and of course plain text files.

Licence: Freeware

Changelog

Color hint under mouse cursor:

To display a color hint move the mouse cursor over a color value in the text and wait a second. The hint is displayed until you move the mouse.
The hint display the color in a colored rectangle together with several color values in different formats.
The first value is an RGB() value. Next is a web color value e.g. #F2A723 and last a decimal value.

Word wrap:

It is now possible to word wrap at the window edge, right margin or a specified column. When using fonts like "Arial" the column# value means characters.
E.g. if you specify column 120 - the text will wrap at character 120.
Hard wrap by inserting line breaks is available for both wrap at right margin and wrap at column.
I also added an option to wrap at the absolute margin. This option allow the text to be wrapped at the exact specified value, instead of at an natural break point.
E.g. if you set word wrap at column 80, the text will wrap after 80 characters. Even if that happens to be in the middle of a word.

Reformat Paragraphs:

Added two new items in the format menu to format paragraphs.
Reformat paragraph (indent first line)
Reformat paragraph (indent following lines)

Text Clips:

Added a drop down menu to the text clips panel with some new functions.

Import text clips:

Read an XML file with clips, display a tree to let you select which text
clips to import. You can either import to an "Imported" tree node or to
the currently selected node.

Export text clips:

Opens a tree to let you select the text clips you want to export to an
XML file.

New variables:

Added new variables that can be used in text clips to open
This is the path to my pictures "%dir%", and this is my favorite picture
"%file%". The background color is %color% and the title font "%font%

Restore text clips from backup:

It's a simple implementation where the text clips are saved to a backup
file the first time you make a change to a text clip in a session. The
backup file is then not updated until the next time you run the program
and make a change in your text clips.
If something should happen to the clips, e.g. while importing from a file
or due to a nasty program/system crash, chances are you may be able to
restore most of the clips by using this function.

Sync edit mode:

Made some changes to the sync edit mode.

Insert any character:

You can now insert any characters to the edited string(s). Even symbols.

Select string and edit all identical strings:

Normally the editor identifies identical words under the text cursor. But
now you can select any string, containing any characters, and edit all
identical strings at the same time.
First select a string as normal. Press the left or right arrow key to
clear the selection. All identical strings are now marked and can be
edited.

Script undo/redo:

Document.BeginUndo ... Document.EndUndo will only add one item to the undo/redo buffer in this version. You can see this item in the undo/redo history window including the script name.
Undo/Redo of a script action using BeginUndo/EndUndo is a bit faster as well.

Code Explorer:

Function and method tracking should now be able to switch class automatically in the code explorer. E.g. if the text cursor is inside a method in class A and you move the cursor to a method in class B - class B will be selected in the code explorer and the current method highlighted.

Store modified documents in a temp folder:

Modified open files are now saved in regular intervals to a temp folder.
If the program crash or exit unexpectedly the program should open the last saved version when restarted.
Note that this file may be a few minutes old and may therefor not hold all your latest changes.
The editor will still try to save everything to a temp folder if the program crash, but sometimes that doesn't work.

Backup extension (.bak):

Added an option to add a backup extension (.bak) to all backup copies.

Navigation history:

Changed when navigation points are saved. The different points in the same document has to be at least one page apart (can be changed in options).
A new point may be saved when you left mouse click in the document or move the text cursor left or right.
Document tab mouse wheel scroll:
You can now scroll through the document tabs using the mouse wheel.
The wheel scroll is activated when the left/right scroll arrow buttons are visible.

Misc:

Some code changes to speed up the explorer lists in the panels and file commander.
The folder menu button hint on the search bar now display selected options.

Fixed:

Select tag function issues.
Mouse wheel scroll issues in Windows 10.
Reformat paragraph when selecting upwards.
Reload as binary should switch the view to hex view.
Tab color based on file extension.
Some other minor issues

[close]

http://www.rj-texted.se
Titel: Atom 1.0.7
Beitrag von: SiLæncer am 14 August, 2015, 19:00
(http://s26.postimg.org/6bt5lin89/screenshot_265.jpg)
A powerful and flexible application that works as a text and source code editor with syntax highlight, or alternately as a file viewer.

MIT License

Changelog
Files and folders can now be dragged and dropped into different folders in the tree view.

Find and replace:

The find box highlights regular expressions when the regex option is on (atom/find-and-replace#454)
cmd-d (select-next) adheres to the current state of the 'whole word' option (atom/find-and-replace#482)
Project find results are properly sorted (atom/find-and-replace#485)
It ignores 0 length matches (atom/find-and-replace#454)
It ignores the 'in current selection' option when there is no selection
Other small bug fixes
[close]

https://atom.io/
Titel: QText 4.02
Beitrag von: SiLæncer am 16 August, 2015, 06:05
(https://www.jmedved.com/content/media/qtext400.png)
This program started with itch of mine. I often have need to take notes while talking on telephone, surfing or doing almost anything. That notes are usually just temporary since I want to do something with it – like adding telephone number to my phonebook. What I needed was scrap paper.

It is similar to notepad which can be brought from tray when needed but has also auto-save thing going on. Just ideal for taking notes.

Freeware

Whats new: >>

Window position is restored after restart.
Fixed bug that caused exception when directory doesn’t exist.

http://www.jmedved.com/qtext/
Titel: Resource Hacker 4.2.5
Beitrag von: SiLæncer am 17 August, 2015, 19:00
(http://images.betanews.com/screenshots/978208949-1.gif)
Resource Hacker is a utility to view, modify, add, delete, and extract resources in Windows executables. It incorporates an internal resource script compiler and decompiler.

Freeware

Whats new:>>

Bugfix: Adding a resource to a file without any resources was broken
New: Can now change a text resource's format (unicode, UTF-8, ANSI)
Bugfix: Some Delphi forms were not being decompiled or recompiled correctly
Bugfix: An occasional PNG image was not being displayed
Bugfix: Shrinking the main window very small caused a divide-by-zero error

http://www.angusj.com/resourcehacker/
Titel: LyX 2.1.4
Beitrag von: SiLæncer am 18 August, 2015, 14:02
(http://www.lyx.org/images/about/main_window_sm.png)
LyX is a document processor that encourages an approach to writing based on the structure of your documents (WYSIWYM) and not simply their appearance (WYSIWYG).

Open Source

Release Notes
Public release of LyX version 2.1.4
===================================

We are proud to announce the release of LyX 2.1.4.  This is the fourth
maintenance release in the 2.1.x series.

LyX is a document processor that encourages an approach to writing based
on the structure of your documents and not simply their appearance. It is
released under a Free and Open Source Software license.

You can download LyX 2.1.4 from http://www.lyx.org/Download/.

LyX 2.1.4 is the result of on-going efforts to make our stable version
even more reliable and stable. We have fixed a number of bugs and made
a number of improvements. Many of these were minor, but there were a
few crashes we fixed, too. We strongly encourage all LyX users to upgrade
to this version.

If you think you have found a bug in LyX 2.1.4, please open a bug report at
http://www.lyx.org/trac/wiki/BugTrackerHome. If you're not sure whether it
really is a bug, you can e-mail the LyX developers' mailing list (lyx-devel
<at> lists.lyx.org) and ask.

If you have trouble using LyX or have a question, consult the
documentation that comes with LyX and the LyX wiki, which lives at
http://wiki.lyx.org/. If you can't find the answer there, e-mail the LyX
users' list (lyx-users <at> lists.lyx.org).

We hope you enjoy using LyX 2.1.4.

The LyX team.
http://www.lyx.org



What's new
==========

** Updates:
***********

* DOCUMENT INPUT/OUTPUT

- New support for PDF forms.

- New method to view PDF files if Acrobat Reader is used as PDF viewer:
  Clicking the view button will also update the PDF view.
  (Windows-only, bug 9512).

- Add low-resolution PDF export format (needs an installed ghostscript).

- Add possibility via the layout file to prevent LyX from loading inputenc.

- Add Sweave and knitr importers (bug 8734).

- Correctly save files created from the command line (bug 9544).


* USER INTERFACE

- The icons for Standard, Itemize and Enumerate layouts are now
  toggled properly (bug 9463).

- support for the math commands  \lvert, \rvert, \lVert, and \rVert (bug 3538).

- Fix some missing symbols in math completer.

- Fix the profile script used on cygwin to comply with the latest cygwin/X
  X server which, by default, does not anymore listen to tcp connections.

- Add a "Do not show again" checkbox to the warning that is issued when the
  LaTeX class/packages are missing for a given layout (bug 9420).

- Fix display of limits for some math operators provided by stmaryrd.sty
  (bug 9458).

- Allow using icon names other than lfun's as argument for "info-insert icon".

- Add icons for the "Fonts" math panel.

- Split different indices in the outliner (bug 7012).

- Clarify the function of Tools > Preferences > Look & Feel > Save Documents
  Compressed by Default (bug 7822).

- Update instant previews when modifying the screen zoom factor (bug 8258).


* DOCUMENTATION AND LOCALIZATION

- New example file "PDF-form.lyx" describing the new support for PDF forms.

- New Brazilian Portuguese translation of the LyX user interface localization.

- New French and German translation of the MultilingualCaptions example file.

- New French translation of the PDF-comment example file.

- New German translation of the FeynmanDiagrams example file.

- Updated Arabic, Finnish, French, German, Italian, Norwegian, Slovak and Swedish
  user interface localization.


* BUILD/INSTALLATION

- Allow automake 1.15.

- Use symlinks for duplicated dictionaries and thesauri when creating the
  package on Mac OS X.


** Bug fixes:
*************

* DOCUMENT INPUT/OUTPUT

- Update path of included files when saving a document to a different
  location (bugs 9528, 5115).

- Fix LaTeX errors caused by too late loading of fixltx2e package
  (bugs 9452, 9361).

- Fix loading order of amsmath and amsthm, thereby prevent a LaTeX
  error (bug 7233).

- Do not output \protect unnecessarily before \caption (bug 9177).

- Do not output \protect unnecessarily in subfigure contents (bug 9421).

- Do \protect phantoms in fragile environments (such as captions)
  (bug 9456).

- Fix LaTeX error with font sizes in caption (bug 9470).

- Fix wrong listings preamble encoding (bug 9382).

- Fix reversion of beamer description overlay arguments.

- Fix loading of bicaption package (bug 9449).

- Use local babel language switch in fixed width cells in order to prevent
  unwanted whitespace (bug 9455).

- Mark the \lightning symbol as textmode such that it can be inserted in
  a text mode environment without being enclosed in \ensuremath by LyX.

- Take into account compressed documents when creating a LyX archive.

- Fix test for urwclassico font (bug 9576).

- Fix issues with instant preview and math macros (bugs 6369 and 9354).

- Fix instant preview for the Math manual (bug 9508).

- Fix instant preview when a preview snippet produces errors (bug 9510).

- Fix instant preview of included documents in child documents (bug 9583).

- Do not add paragraph break on environments with font change if the
  environments only have one paragraph (bug 9598).

- Make sure to generate a preview for global macros when they appear
  in a document containing only a single math inset.

- Use the correct font size in previews also with document classes using
  a special syntax for setting the size of fonts (such as powerdot).


* LYX2LYX

- Fix conversion of frame ends when frame is nested in inset (bug 9409).

- Fix conversion of beamer block arguments where the overlay argument and the
  closing title argument bracket share the same ERT (bug 9411).

- Fix conversion of beamer colloraries with argument (bug 9478).

- Fix handling of the TEXINPUTS environment variable on Windows (bug 9453).

- Make lyx2lyx more robust, add the initial comment line that says what is the
  lyx version that created the document if none is present (bug 9279).


* USER INTERFACE

- Fix crash when closing LyX on MacOS X (bug 8637).

- Fix crash with undo/redo (bug 9432).

- Undo all changes in one operation after "replace all" in advanced
  search (bug 8658).

- Record undo properly when changing multiple paragraphs parameters
  (bug 9437).

- Fix cursor font after undoing a font-changing command (bug 9537).

- Reset cursor font when entring an inset with char-forward/backward
  (bug 9597).

- Fix crash when attempting to restore a document with multiple views on the
  Mac (bug 9483).

- Fix insertion of spaces in macro definitions (bug 9432).

- Fix crash when copying macros with arguments (bug 9418).

- Fix crash when copying macros with instant preview on.

- Fix bad cursor font in some cases after changing layout (bug 4294).

- Fix logic error in on-screen font shape (bug #3519).

- Fix name and hint of figure captions in documents using the class aastex.

- Fix output encoding information for non-TeX fonts XeTeX/LuaTeX on preview
  pane (bug 8919).

- Work around limitations of external image viewers on windows (bug 8892).

- Do not display unwanted curly brackets in multi-line formulas (happened if
  the first character in a row was a '[') (bug 8679).

- Fix keyboard navigation in the math matrix panel (bug 9392).

- Correctly inform if URW Garamond (ugm) font is not available (bug 9429).

- Do not offer unsupported macros like \biggg in autocompletion.

- Fix consecutive merging of tabular cells.

- Fix crash with missing optional or wrong arguments for
  * LFUN_SPELLING_ADD,
  * LFUN_SPELLING_IGNORE and
  * LFUN_SPELLING_REMOVE
  (bug 9477).

- Fix selection of Interlingua user interface (bug 9267).

- Delete empty paragaphs as needed when navigating the document using
  outline mode (bug 9479).

- Fix selection issue when cursor moves out of an inset (bug 2346).

- Pressing "End" no longer exits math inset under certain conditions
  (bug 9289).

- Allow cursor to exit table when in selection mode (bug 9291).

- Fix selection at borders of insets (bug 9487).

- Remove conflicting accelerator to "Master's perspective" in the
  View Source pane (bug 9495).

- Update previews after find/replace (bug 7242).

- Fix button logic in box dialog (bug 9543).

- Fix default style of broadway layout.

- Fix button logic in table settings dialog (bug 9570).

- Fix wrong alignment of inline previews occurring in some cases (bug 7850).

- Fix math preview for LuaTeX or XeTeX default output mode (bug 9371).

- Fix shortcut conflicts (bug 9567).

- Fix crash when using a secondary keymap but no primary one (bug 9685).


* INTERNALS

- Fix parsing of Requires layout tag if it uses tabs instead of spaces
  (bug 9518).

- Don't repeatedly check for missing programs when reconfiguring.

- Backport of the fix for bug 9659 from master.


* TEX2LYX

- Write fixed encoding to LyX file if -fixedenc was given (bug 9178).


* BUILD/INSTALLATION

- Fix a configuration error on Windows causing that TeX files were not scanned.

- Add "Keywords" to lyx.desktop file (bug 9414).

- Fix several compilation warnings (bug 9488).

- Fix build with gcc 5.1 using libstdc++ with C++11 ABI.

- Fix bash-ism in ./autogen.sh script.

- Update path_prefix in lyxrc.dist for Mac OS X.
  Add the MacTeX installation location and remove very old unusable items.

[close]

http://www.lyx.org/
Titel: Notepad++ 6.8.2
Beitrag von: SiLæncer am 21 August, 2015, 05:10
(http://s26.postimg.org/vvnitnjix/screenshot_38.jpg)
Notepad++ is a tabbed source code editor and Notepad replacement with a customizable interface. It is one of the few few source code editors that supports "folding," allowing users to quickly reduce and expand sections of code to see the overall document. In addition, it features multi-language syntax highlighting, auto-completion, regular expression search/replace, macro recording and playback, etc. The program can access a long list of plug-ins via an easy-to-access menu with even more features and functions.

License: GPL

What's new: >>

Source Code Pro font is removed from this release.
Several visual gliches are fixed.

http://notepad-plus.sourceforge.net/
Titel: BirdFont 2.11.6
Beitrag von: SiLæncer am 21 August, 2015, 17:20
(http://s26.postimg.org/sj74wh1cp/screenshot_536.jpg)
BirdFont is a free font editor that lets you create vector graphics and export TTF, EOT & SVG fonts.

License: Open Source

Whats new:>>

Lock grid and guides
Merge overlapping regions
Bug fixes in the TTF generator

http://birdfont.org/
Titel: PilotEdit Lite 8.4.0
Beitrag von: SiLæncer am 22 August, 2015, 05:15
(http://www.pilotedit.com/images/OpenInQuickMode.PNG)
PilotEdit is a text, hex, XML, C/C++, HTML, PHP, Java, Javascript and Perl editor that can edit large files of 400GB (40 billion lines).

It offers customizable syntax and keyword highlighting, advanced search and replace operations, automatic text encoding, 256-bit AES encryption/decryption and a built-in FTP/SFTP client lets you open, edit, download and upload large files directly to/from a FTP/SFTP server.

In addition to standard text editing features, PilotEdit can compare and merge two large files of 100GB (10 billion lines). You can also sort, find/remove duplicate lines and extract strings over a large file of 1GB.

Freeware

Whats new:>>

PilotEdit 8.4.0 include some fixes for word wrap.

http://www.pilotedit.com/
Titel: CKEditor 4.5.3
Beitrag von: SiLæncer am 22 August, 2015, 16:00
(http://s26.postimg.org/y8h12nzbt/screenshot_191.jpg)
WYSIWYG-Editor für eigene Webseiten, der sich in diverse Skriptsprachen integrieren lässt; unterstützt die meisten gängigen Browser; auch mit kommerzieller Lizenz erhältlich

Lizenz: Open Source

Whats new: >>

Changelog
New Features:

    #13501: Added the config.fileTools_defaultFileName option to allow setting a default filen ame for paste uploads.
    #13603: Added support for uploading dropped BMP images.

Fixed Issues:

    #13590: Fixed: Various issues related to the Paste from Word feature. Fixes also:
        #11215,
        #8780,
        #12762.
    #13386: [Edge] Fixed: Issues with selecting and editing images.
    #13568: Fixed: The editor.getSelectedHtml() method returns invalid results for entire content selection.
    #13453: Fixed: Drag&drop of entire editor content throws an error.
    #13465: Fixed: Error is thrown and the widget is lost on drag&drop if it is the only content of the editor.
    #13414: Fixed: Content auto paragraphing in a nested editable despite editor configuration.
    #13429: Fixed: Incorrect selection after content insertion by the Auto Embed plugin.
    #13388: Fixed: Table Resize integration with Undo is broken.

Other Changes:

    #13637: Several icons were refactored.
    Updated Bender.js to 0.3.0 and introduced the ability to run tests via HTTPs (#13265).


[close]

http://ckeditor.com/
Titel: BowPad 2.1.1
Beitrag von: SiLæncer am 24 August, 2015, 05:50
(http://s26.postimg.org/e60vd9bix/screenshot_182.jpg)
BowPad is a small and fast text editor with a ribbon user interface and syntax highlighting.

Features:

syntax highlighting for over 100 file types and languages
handling of many different encodings, including UTF-8, UTF-16 and even UTF-32
easy ribbon user interface
navigation hints in the vertical scrollbar
coloring of open tabs according to their path
extendable with plugins written in jscript or vbscript

Freeware

Whats new:>>

updated to latest Scintilla component 3.6.0
Fixed an issue with opening files as a notepad replacement
Allow specifying a lexer based on a filename
When opening files from a previous session, don't show errors if the file(s) don't exist anymore

http://stefanstools.sourceforge.net/BowPad.html
Titel: RJ TextEd 10.60 Beta 4
Beitrag von: SiLæncer am 28 August, 2015, 04:15
Whats new:>>

Made several changes in the code explorer routines, especially to the HTML and XML tag view.

http://www.rj-texted.se
Titel: InDeep Notes 2.0.5
Beitrag von: SiLæncer am 28 August, 2015, 20:15
(http://s26.postimg.org/6jb04b7yx/screenshot_549.jpg)
Create notes or similar short text snippets with this application that features an integrated search function and can export results to PNG files.

Freeware

Whats new:>>

support for Windows 10

http://indeepsoft.blogspot.com/p/products.html
Titel: HtLite 3.6.0.0
Beitrag von: SiLæncer am 30 August, 2015, 05:41
(http://s26.postimg.org/y1r42meu1/screenshot_142.jpg)
Umfangreicher HTML/XHTML Editor.  Jeder externe Browser zur Seitenansicht einstellbar.  Wer keinen HTML Designer zur visuellen Gestaltung seiner Seiten benötigt, sondern nur einen komfortablen Code-Editor sucht, erhält hier eine hervorragende Alternative.

Freeware

http://www.winsoftware24.com/HtLite.html
Titel: MiKTeX 2.9.5719
Beitrag von: SiLæncer am 30 August, 2015, 18:15
(http://s26.postimg.org/zda306azd/screenshot_552.jpg)
A simple to use application that allows you to sit back and relax while writing mathematical, technical or any scientific material.

Freeware

http://miktex.org/
Titel: CudaText 0.5.5.0
Beitrag von: SiLæncer am 31 August, 2015, 18:45
(http://s26.postimg.org/9ltuvmmu1/screenshot_554.jpg)
Create programming scripts with this powerful tool that supports more than 130 languages and allows users to work concurrently on as many as six groups of projects.

Freeware

Whats new:>>

color editor: good names
key PopupMenu works

http://www.uvviewsoft.com/cudatext/
Titel: HtLite 3.7.0.0
Beitrag von: SiLæncer am 01 September, 2015, 04:53
(http://s26.postimg.org/y1r42meu1/screenshot_142.jpg)
Umfangreicher HTML/XHTML Editor.  Jeder externe Browser zur Seitenansicht einstellbar.  Wer keinen HTML Designer zur visuellen Gestaltung seiner Seiten benötigt, sondern nur einen komfortablen Code-Editor sucht, erhält hier eine hervorragende Alternative.

Freeware

http://www.winsoftware24.com/HtLite.html
Titel: JSONedit 0.9.11.0
Beitrag von: SiLæncer am 01 September, 2015, 20:40
(http://s26.postimg.org/66opis8ih/screenshot_556.jpg)
JSONedit is a simple editor for the JavaScript Object Notation format "a text-based open standard designed for human-readable data interchange" (source) with availble text and tree views.

Includes array generator using embedded Lua interpreter and Scintilla for text edition.

License:    Freeware

Whats new: >>

Array generator: added CSV import to tree context menu (2 out of 3 conversion styles available)
View/Line wrap (or Ctrl+W): toggle line wrapping for text view
switching immediately to text view if opened file could not be parsed
search dialog: supplying as default text selected from text view or text from selected node

http://tomeko.net/software/JSONedit/index.php
Titel: RJ TextEd v10.60
Beitrag von: SiLæncer am 01 September, 2015, 21:40
(http://images.six.betanews.com/screenshots/scaled/1187014627-1.jpg)
RJ TextEd - A Unicode source and text editor. RJ TextEd is a full featured text and source editor with Unicode support, syntax highlighting and code folding. The functionality extends beyond text files and includes support for HTML editing with integrated preview, spell checking, auto completion, HTML validation, templates and more. The program also include support for Topstyle Lite CSS editor, has a dual pane file commander, as well as a FTP client to upload your files. The editor uses language files to display menus and dialogs in different languages. There are several included languages. New language files can easily be created in the editor. RJ TextEd is also a simple web development tool. The editor can use auto completion and hints to assist you in editing your source code. You can preview HTML/ASP/PHP... code using one of the preview tabs or open a document in a browser. The editor does not only handle source code. It also handles true ASCII files, binary files and of course plain text files.

Licence: Freeware

Changelog

Color hint under mouse cursor

To display a color hint move the mouse cursor over a color value in the text and wait a second. The hint is displayed until you move the mouse. The hint display the color in a colored rectangle together with several color values in different formats.

The first value is an RGB() value. Next is a web color value e.g. #F2A723 and last a decimal value.
Word wrap

It is now possible to word wrap at the window edge, right margin or a specified column. When using fonts like "Arial" the column# value means characters. E.g. if you specify column 120 - the text will wrap at character 120.

Hard wrap by inserting line breaks is available for both wrap at right margin and wrap at column.

I also added an option to wrap at the absolute margin. This option allow the text to be wrapped at the exact specified value, instead of at an natural break point. E.g. if you set word wrap at column 80, the text will wrap after 80 characters. Even if that happens to be in the middle of a word.
Reformat Paragraphs

Added two new items in the format menu to format paragraphs.

Reformat paragraph (indent first line)
Reformat paragraph (indent following lines)
Text Clips

Added a drop down menu to the text clips panel with some new functions.
Import text clips...

Read an XML file with clips, display a tree to let you select which text clips to import. You can either import to an "Imported" tree node or to the currently selected node.
Export text clips...

Opens a tree to let you select the text clips you want to export to an XML file.
New variables

Added new variables that can be used in text clips to open:

    a color dialog @c
    a font dialog @fn
    a file dialog @fi[<initial dir>]
    a folder dialog @fo[<default dir>]

e.g.
%%
%dir%=@fo[c:\Windows]
%file%=@fi[c:\Windows]
%color%=@c
%font%=@fn
%%
This is the path to my pictures "%dir%", and this is my favorite picture
"%file%". The background color is %color% and the title font "%font%".

Restore text clips from backup...

It's a simple implementation where the text clips are saved to a backup file the first time you make a change to a text clip in a session. The backup file is then not updated until the next time you run the program and make a change in your text clips.

If something should happen to the clips, e.g. while importing from a file or due to a nasty program/system crash, chances are you may be able to restore most of the clips by using this function.
Sync edit mode

Made some changes to the sync edit mode.
Insert any character:

You can now insert any characters to the edited string(s). Even symbols.
Select string and edit all identical strings:

Normally the editor identifies identical words under the text cursor. But now you can select any string, containing any characters, and edit all identical strings at the same time. First select a string as normal. Press the left or right arrow key to clear the selection. All identical strings are now marked and can be edited.
Script undo/redo

Document.BeginUndo ... Document.EndUndo will only add one item to the undo/redo buffer in this version. You can see this item in the undo/redo history window including the script name.

Undo/Redo of a script action using BeginUndo/EndUndo is a bit faster as well.
Code Explorer

Function and method tracking should now be able to switch class automatically in the code explorer. E.g. if the text cursor is inside a method in class A and you move the cursor to a method in class B - class B will be selected in the code explorer and the current method highlighted.
Store unmodified documents in a temp folder

Unmodified open files are now saved in regular intervals to a temp folder. If the program crash or exit expectingly the program should open the last saved version when restarted.

Note that this file may be a few minutes old and may therefor not hold all your latest changes.

The editor will still try to save everything to a temp folder if the program crash, but sometimes that doesn't work.
Backup extension (.bak)

Added an option to add a backup extension (.bak) to all backup copies.
Navigation history

Changed when navigation points are saved. The different points in the same document has to be at least one page apart (can be changed in options). A new point may be saved when you left mouse click in the document or move the text cursor left or right.
Document tab mouse wheel scroll

You can now scroll through the document tabs using the mouse wheel. The wheel scroll is activated when the left/right scroll arrow buttons are visible.
Misc

    Some code changes to speed up the explorer lists in the panels and file commander.
    The folder menu button hint on the search bar now display selected options.

Fixed

    Select tag function issues.
    Mouse wheel scroll issues in Windows 10.
    Reformat paragraph when selecting upwards.
    Reload as binary should switch the view to hex view.
    Tab color based on file extension.
    A large number of other minor issues...

Version 10.50
18 July, 2015
Hex View

Hex view and hexadecimal editing abilities has been added to the text memo component. The 3d party hex editor component has been removed. The loaded text or binary file is not altered or loaded between components anymore when switching between text and hex mode. Everything is handled by my text memo component. This means undo/redo always work even if we switch between views and the hex view can use theme colors.

    Options are available in the context menu.
    You can display 16, 24 or 32 bytes per row.
    You can group 1 or 2 bytes in each column.
    You can display the text as ANSI or ASCII.
    Undo/Redo now works even if you switch between text and hex view.
    Colors can be set in the themes manager.
    Font is set in Options -> Font and tabs.
    Print font size is auto adjusted to make sure the display is fitted to each printed page.
    Goto (Ctrl+G) a specified address in the file.
    Some of the select functions work in hex view as well, like "Select All", "Select current line", "Select to EOL"...

You can copy selected bytes (or words) as:
ASCII/ANSI
C/C++
C#
Java
Pascal/Delphi
Visual Basic .NET
-
HTML
Rich Text (RTL)

Plain text and code is displayed as 16-bit words and it's indicated at top left corner. Binary files are displayed as 8-bit bytes.
ASCII

ASCII files are handled differently in this version. All ASCII files are opened and loaded without any conversion to Unicode. They are handled as binary files internally. ASCII characters are still displayed correctly for all code pages.

Converting between ASCII code pages will not actually change the file data. Nothing is altered, the characters are only displayed differently depending on which code page is selected.

    You can even convert between ASCII and Unicode (and back).
    Undo/Redo works now with conversion and changing encodings.
    The symbol panel page "ASCII" is now adaptive and always display the full ASCII range based on the current code page used. If the current ASCII file use OEM Cyrillic - those characters are displayed in the ASCII page.
    ALT + code should work properly now as well and insert the correct values.

Convert between ANSI/ASCII and Unicode

All convert functions in the "Format" menu should work correctly now and work with undo/redo. You never risk loosing anything when doing a conversion. You can undo any conversion operation.
New document...

Added an item to the "New" dropdown list on the main toolbar to create a new file. In the dialog window you can enter name, extension, file type, and encoding. You can also create a new binary file.

It is also available on the "Home" page in the "Create new file" area.
Document map

Added an option (in font and tabs section) to change the font size. The current line is highlighted in the document map.
Printing

Added an option to auto adjust the printer font size to fit all text within the right margin (or column 80) to the printed page. This option is set by default and is available in the print dialog window.
Home page

Made some visual changes to the home page and added an item to open the new dialog window for creating a new document.
Script menu

Added a few new menu items to the script menu.

    You can now add scripts to the script menu for quick access. This is a very simple implementation and only list the added scripts at the end of the menu. You can manage the added scripts (sort, remove...).
    If you select the menu item "Run and select document..." you are prompted to select an open document. This document will be moved to the right side and used as the "Document" in the script.

Projects

You can now assign a keyboard shortcut to all project commands (compile, build, run and user commands). Compile, Build and Run and Run without build can be enabled in the main toolbar. Use "Environment - Customize toolbar" to enable them.

Added an option to save modified files before build.
Search bar

Made a few changes to the search bar. You can now use a one-line bar when searching in folders or project files. Use the new folder button to open a menu with a list of recently used folders, search filters and other folder functions and options.
Document switch list (Ctrl+Tab)

Document switch list now handles mouse click, double mouse clicks and mouse wheel scrolling.

A single left mouse click will focus the item and display the document path.

A double left mouse click will focus the item, display the document path and switch tab to the selected document. The document switch list remains open.

If the vertical scrollbar is shown - you can scroll the list using the mouse wheel.
Line numbers

Replaced the line number menu items in the "View" menu with one menu item. "Line numbers" will display or hide the line numbers for the current file type. So you can enable line numbers in text files, hide them in CSS files but display them in PHP files...
Misc

    Optimized code and improved editing performance.
    Minor changes to how tab controls are painted.
    Added an output format item to the color dialog for just the RGB values.
    Remote FTP file path is now displayed in the window title.
    Added an option to set the navigation history offset. The default is 1 page.
    Format - Wrap lines at margin... should work with selections now and handle the column# value properly when using a proportional font.
    Added "Save Copy As..." to the tab context menu.
    Multiple selections are displayed in the document map.
    Document tab hint information is better formatted.

Fixed

    Open and save binary files didn't work properly and could corrupt the file.
    Open, save and edit ASCII files didn't work properly.
    "Unwrap lines by removing line breaks..." now work on selected text.
    Auto highlight issue when displaying find results.
    Syntax change issue when saving a text file and using a different extension.
    Window redraw issue, could result in jumping display in panels...
    Document map draw issue when selecting text with auto highlight words.
    Cursor position issue when document map is displayed.
    Left/Right/Center align should use the correct right margin value now.
    Several other minor issues found when working on this release.

[close]

http://www.rj-texted.se
Titel: Arachnophilia 5.5 Build 2902
Beitrag von: SiLæncer am 02 September, 2015, 05:50
(http://s26.postimg.org/6egxt18ux/screenshot_558.jpg)
Arachnophilia ist ein kostenloser HTML-Editor für die einfache, bequeme Webseiten-Gestaltung. HTML-Seiten für das eigene Web-Domizil lassen sich mit der Freeware kreativ und individuell bearbeiten.

Es handelt sich bei Arachnophilia um einen echten Klassiker unter den textbasierten HTML-Editoren. Die Freeware enthält alle wichtigen Funktionen zur Erzeugung von Tabellen und Rahmen. Enthalten ist außerdem ein FTP-Client und ein interner Viewer.

Vorgefertigte Makros können mit Arachnophilia zum Schreiben von HTML-Quelltext verwendet werden. „Wizards“ sind behilflich, um HTML-Lösungen komfortabler zu realisieren. Die Freeware kann nicht nur für das HTML-Deisgn, sondern auch für Programmiersprachen wie Java, JavaScript, Perl, C und C++ eingesetzt werden. Nützlich ist dabei die Funktion des Syntax Highlighting.

Nahezu alle Arachnophilia-Menüs und Werkzeugleistenelemente können intern durch ein Makro dargestellt und individuell erweitert oder verändert werden. Weitere interessante Funktionen sind ein Makroeditor zum Erstellen selbst definierter Funktionen, ein globales Suchen und Ersetzen, die Browser-Vorschau in sechs unterschiedlichen Varianten, der Import von RTF-Dokumenten und die Überwachung von Dateiveränderungen.

Whats new: >>

Recoded focus management scheme to accommodate recent changes in Java.

http://www.arachnoid.com/arachnophilia/index.php
Titel: Textadept 8.2
Beitrag von: SiLæncer am 03 September, 2015, 05:10
(http://foicica.com/textadept/images/splitviews.png)
Textadept will provide users with a fast, minimalist, and ridiculously extensible text editor. At its core lies less than 2000 lines of C code, and that's how it always will be. While other editors rely on recordable macros to speed up workflow, shell scripts to quickly transform text, and static side panes to manage your documents, files, and more.

Textadept takes it to the extreme: it gives you complete control over the entire application using the embedded Lua language. Lua is nearly as fast as C, and has a very small footprint. In fact, most of Textadept is written in Lua.

License : MIT License

Changelog

Bug fixes:

Fixed crash when quitting while the command entry is open.
Block commenting respects indentation levels.
Handle typeref in ansi_c module’s ctags support.
Do not error when block commenting in an unsupported language.
Scintilla: fix scrollbar memory leaks.

Changes:

Highlight found text in “Find in Files” searches.
Added Italian translation and updated French translation.
Added automatic syntax checking as source files are saved, along with textadept.run.CHECK_SYNTAX and textadept.run.GOTO_SYNTAX_ERRORS configuration fields.
Scintilla: multiple selection works over more key commands like caret movement, selections, and word and line deletions.
Scintilla: new events.AUTO_C_COMPLETED event for when autocompleted text has been inserted.
Updated to Scintilla 3.6.0.

[close]

http://foicica.com/textadept/
Titel: Notepad++ 6.8.3
Beitrag von: SiLæncer am 05 September, 2015, 05:00
(http://s26.postimg.org/vvnitnjix/screenshot_38.jpg)
Notepad++ is a tabbed source code editor and Notepad replacement with a customizable interface. It is one of the few few source code editors that supports "folding," allowing users to quickly reduce and expand sections of code to see the overall document. In addition, it features multi-language syntax highlighting, auto-completion, regular expression search/replace, macro recording and playback, etc. The program can access a long list of plug-ins via an easy-to-access menu with even more features and functions.

License: GPL

What's new: >>

Fix a crash issue by using wild card (*) to open files on command line.
Fix the problem of display refresh missing on exit.
Fix plugin shortcut configuration lost problem by using option -noPlugin.
Fix Norwegian localization bad display and wrong encoding.
Fix functionList display problem under high DPI.

http://notepad-plus.sourceforge.net/
Titel: CudaText 0.6.2.0
Beitrag von: SiLæncer am 05 September, 2015, 10:15
(http://s26.postimg.org/9ltuvmmu1/screenshot_554.jpg)
Create programming scripts with this powerful tool that supports more than 130 languages and allows users to work concurrently on as many as six groups of projects.

Freeware

Whats new:>>

keys config: in "Help-Commands" dlg press F9
new format of str-lists in history.json

http://www.uvviewsoft.com/cudatext/
Titel: FocusWriter 1.5.5
Beitrag von: SiLæncer am 05 September, 2015, 11:00
(http://s26.postimg.org/9wb0ptx5l/screenshot_567.jpg)
FocusWriter hilft Vielschreibern beim Verfassen von Texten. Die Textverarbeitung blendet alle Menüs und Leisten aus. So kann man sich beim Schreiben voll und ganz auf das Wesentliche konzentrieren.

Der Vollbild-Texteditor FocusWriter zeigt als Oberfläche absichtlich lediglich den blanken Text. Daher gelingt es leichter, störungs- und ablenkungsfrei zu schreiben. Auf Wunsch kann man auf zusätzliche Steuerelemente zugreifen und diese per Maus über die Bildschirmränder abrufen.

Außerdem kann bei FocusWriter eine Statuszeile mit der aktuellen Uhrzeit, einem Timer und Statistiken eingeblendet werden. Das geplante Arbeitspensum legt der Schreiber in den Einstellungen in Minuten oder Wörtern fest. Textart und -farbe werden hier ebenfalls ganz nach Wunsch bestimmt.

Mit FocusWriter können mehrere Dokumente parallel bearbeitet werden. Ein Speichern erfolgt im RTF-, ODT- oder TXT-Format. Standardmäßig zeigt die Freeware einen einfarbigen, nüchternen Hintergrund. Wer die Arbeitsumgebung etwas freundlicher und abwechslungsreicher gestalten möchte, kann die Farbe ändern und auch ein eigenes Bild als Hintergrund einblenden.

FocusWriter enthält alle Grundfunktionen einer Textverarbeitung inklusive Textformatierungen, einer Rechtschreibprüfung und dem Suchen und Ersetzen von Wörtern und Textausschnitten. Die Freeware spricht vor allem den Vielschreiber an, der sich allein auf den Text konzentrieren möchte.

Changelog
Added support for pasting RTF in Windows
Switched back to dynamic builds for Windows
Updated dictionaries
FIXED: Themes did not always forget changes
FIXED: Treated every paragraph as a scene when divider is empty
FIXED: Switched tabs during autosave
FIXED: Allowed pasting and saving invalid null character
Translation updates: Catalan, Esperanto, Lithuanian, Portuguese (Brazil)
[close]

http://gottcode.org/focuswriter/
Titel: BabelPad 8.0.0.3
Beitrag von: SiLæncer am 05 September, 2015, 11:15
(http://cdn.portableapps.com/BabelPadPortable_small.png)
BabelPad is a free Unicode text editor and word processor for Windows that supports the proper rendering of most complex scripts, and allows you to assign different fonts to different scripts in order to facilitate multi-script text editing.

Freeware

http://www.babelstone.co.uk/index.html
Titel: Atom 1.0.11
Beitrag von: SiLæncer am 05 September, 2015, 18:00
(http://s26.postimg.org/6bt5lin89/screenshot_265.jpg)
A powerful and flexible application that works as a text and source code editor with syntax highlight, or alternately as a file viewer.

MIT License

Whats new:>>

Fixed a regression where undoing after splitting the editor threw an exception.

https://atom.io/
Titel: CSVed 2.3.4
Beitrag von: SiLæncer am 06 September, 2015, 05:45
(http://s26.postimg.org/ga4p6trfd/screenshot_570.jpg)
Editor zum Bearbeiten von CSV-Dateien; erlaubt das Editieren der Feldinhalte sowie das Bearbeiten der Tabellenstruktur; kann unter anderem Zeilen, Spalten und Dateien verbinden, Doppeleinträge entfernen und markierte Felder in eine eigenständige CSV-Datei exportieren; exportiert in die Formate HTML, XML, XLS und DOC

Lizens : Cardware

What's new: >>

bug fixed in delete columns

http://csved.sjfrancke.nl/index.html
Titel: CudaText 0.6.4.0
Beitrag von: SiLæncer am 07 September, 2015, 13:41
Whats new:>>

autocomplete: HTML support
autocomplete: php list looks nicer; works for lexer php_

http://www.uvviewsoft.com/cudatext/
Titel: Markdown Edit 1.10.0
Beitrag von: SiLæncer am 08 September, 2015, 05:40
(http://s26.postimg.org/wy2jhhic9/screenshot_443.jpg)
Markdown Edit is fully compatible with the CommonMark specification, enabling you to edit Markdown documents, as well as HTML or text ones. It allows document formatting and real-time HTML previewing, providing hotkeys for almost all commands, for easier control.

Freeware

Whats new:>>

Many of you have asked for GitHub flavored markdown support, primarily for
generating tables. The Markdown Edit previewer will not show syntax highlighting in code blocks.
The indicators on the title bar for word-wrap, spell checking and auto-save are
now buttons. You can use the keyboard shortcuts or click on the indicators to
toggle the function.
A new, "Revert" command has been added. It will reload the current document. If the document has been edited, it will ask before reloading. The command is activated by pressing F5.

http://mike-ward.net/markdownedit/
Titel: Komodo Edit 9.2.1 Build 15998
Beitrag von: SiLæncer am 10 September, 2015, 21:11
(http://download.winboard.org/uploads/Image/2010-12-22%2009%2024%2056.png)
Komodo Edit ist ein Editor, der folgende Sprachen unterstützt: PHP, Python, Ruby, java script, Perl, Tcl, XML, HTML 5, CSS 3. Weiterhin bietet das Programm eine Projektverwaltung, Sweet-Editor und kann mittels Erweiterungen ausgebaut werden.

Unterstützt wird WIN XP - Seven

Freeware

Changelog
Prefs: Added Vagrantfile file association.
Syntax Highlighting: Added Docker syntax highlighting.
Toolbox: fix issue preventing tools from saving - fixes #504.
Collab: Improve contact request user experience.
Go: Fix issue where interpreter would not be properly detected.
Python: Detect pyflakes properly in Python3.
Publishing: Fixed auto push not working when path has spaces - fixes #505.
Commando: Fix issue where results would not update - fixes #515.
Commando: Shell: Don’t default to running in container commands in an external terminal.
Commando: Shell: Fix autocompletion triggering on partial matches.
OSX: Ensure Scintilla dialog views’ text is visible.
Scintilla: Highlight JavaScript and CoffeeScript regex properly - fixes #414.
CodeIntel: Fixed reading from rails.cix catalog - fixes #537.
Keybindings: vi: Ensure the caret is scrolled into view after moving in visual mode - fixes #436.
Lint: Fixed linting for Javascript macros - fixes #381.
Scintilla: Ruby: Highlight keyword-style arguments correctly - fixes #522.
[close]

http://www.activestate.com/komodo-edit/downloads
Titel: AkelPad 4.9.5
Beitrag von: SiLæncer am 11 September, 2015, 09:12
(http://akelpad.sourceforge.net/files/screen_basic.png)
AkelPad is an open source editor for plain text. It is designed to be a small and fast. Includes the ability to load text documents that are larger than 64 Kilobytes, document previews before opening them, editing of read only files and more. Plugins add a number of additional features to Akelpad like syntax highlighting, auto completion, sessions, macros and scripts and auto saving.

Licence: Open Source

Changelog
Added:

possibility to use nested syntax highlighting rules.
alternative Windows notepad replacement (via registry) in installer.
Greek language module.
Uzbek language module.
option "Silently close unsaved empty tab (MDI)" now also work in SDI mode.

Fixed:

releasing caret positions for commands 4199, 4200 when word wrap changed.
possible transfer of the Enter pressing to another process when closing dialog created by plugin.
notepad replacement by installer on x64 systems.
parsing command line parameter /Z with MS Notepad compatibility mode on.
[close]

http://akelpad.sourceforge.net/en/index.php
Titel: AkelPad 4.9.6
Beitrag von: SiLæncer am 14 September, 2015, 10:15
(http://akelpad.sourceforge.net/files/screen_basic.png)
AkelPad is an open source editor for plain text. It is designed to be a small and fast. Includes the ability to load text documents that are larger than 64 Kilobytes, document previews before opening them, editing of read only files and more. Plugins add a number of additional features to Akelpad like syntax highlighting, auto completion, sessions, macros and scripts and auto saving.

Licence: Open Source

Whats new:>>

Fixed: print text with nested syntax highlighting rules.
Fixed: text scrolling to caret while dragging a file on edit window.

http://akelpad.sourceforge.net/en/index.php
Titel: TeXstudio 2.10.0
Beitrag von: SiLæncer am 14 September, 2015, 16:30
(http://s26.postimg.org/d57zg2pll/screenshot_581.jpg)
GPL-LaTeX-Editor, der das Erstellen von LaTex-Dokumenten in Unicode vereinfacht; unterstützt den Nutzer beim Schreiben mittels interaktiver Rechtschreibprüfung, Syntax-Highlighting, Code-Folding und automatischer Code-Vervollständigung.

Lizenz: Open Source

Changelog

new and improved LaTeX parser, the last command argument can now span over several lines
change: consolidated default shortcuts of tools
rename "master document" -> "explicit root document" and clean up switching logic
generalized TODO comment detection: any multiple-capital-letter word is recognized as todo-style comment (e.g. "% FIXME", "% ASK")
improved search results window
search and replace for labels
viewer does now support gestures: pinch to zoom, tap to "Go to source"
added: Tools -> Open Terminal
added an option filter to the config dialog
CSV export for text analysis
open password protected pdfs
support Inkscape .pdf_tex files
check for proper LaTeX configuration at startup (currently only pdflatex)
improved cursor mirror selections: allow multiple, disjoint rectangular blocks, ingle mirrors can be removed
support usage of environment variables in commands
remember visibility of toolbar and annotation panel in PDF viewer
add option Editor -> Replace Tabs in Text by Spaces
added Options -> Restore Default Settings
context menu items to open/close all files of a project
user-visible list of hidden documents
added --foreground and --no-foreground options to pdf viewer - make format for magicComment editable in Options -> Highlighting
added line operation "Delete from start of line", more constent naming of line operations, adaption for OSX default shortcuts
improved support for output redirection of commands
support shell-style literal quotes (") in commands
new selection actions "Expand Selection to Word", "Expand Selection to Line"
send country code to languagetool - added (?not-highlighted-as:...) scope for macro trigger - new function for scripting: simulateKeyPress()
automatic LRTRTL language/keyboard layout switching
more fine-grained options for checkin after save
more standard behavior for F3 (Find Next instead of Continue Find)
paste image data from clipboard (e.g. screenshot)
automatic keyboard layout switching depending on context
show frametitle in structure view - mark changed files in structure view
improved UI scaling - improved path detection on OS X
improved highlighting for user scripts
improved insertion of item
improved double/triple-click-and-drag selection for words/lines
temporary highlight target text of go to definition
update checker respects system proxy configuration
checks and warnings for dictionary import
filter out Ctrl+Alt+... shortcuts definitions for some keyboard locales on windows if the shortcut would overwrite a regular character shortcut
remember changed highlighting for recent files
change: double-clicking on a command now also selects the leading backslash (configurable in the options)
fix: comment definition for sweave format
fix: possible crash in text width calculation
fix: detection of log files for filenames containing dots
fix: comment insertion for Sweave/Rweave
fix: eraseLine() left an empty line if the final line was included in the selection
fix: empty context menu entry for word repetitions
fix: detection of some CJK characters when wrapping
fix: don't show structure commands without arguments in the structure outline
fix: ampersands were not highlighted if followed by a non-space char
fix: bug that commands may become empty after editing
fix: assignment of some standard backspace shortcuts on OS X
fix: allow normal format in highlighted-as trigger
fix: missing auto-completion for ( when the following text already contains ( )
fix: incorrect error message when trying to access miktex texdoc in case MIKTEX_VIEW_* environment variables are set
fix: bug in filename detection of inverse search
fix: Fit to Textwidth had a horizontal offset in some cases
fix: some size issues with editor zoom
fix: comment shortcut for asymptote and lua files
update: documentation
update: LaTeX reference manual (May 2015)
update: windows libraries of poppler to 0.32.0
added/updated a number of cwl files
added spanish dictionary

[close]

http://texstudio.sourceforge.net/
Titel: Scite 3.6.1
Beitrag von: SiLæncer am 15 September, 2015, 05:30
(http://www.heise.de/software/screenshots/1206.jpg)
Editor mit Syntax-Highlighting, Auto-Completion, Folding und vielem mehr...

Lizenz: Open Source

Changelog
The oldest version of GTK+ supported now is 2.18 and for glib it is 2.22.
On GTK+, SC_CHARSET_OEM866 added to allow editing Russian files encoded in code page 866. Feature #1019.
On Windows, reconversion is performed when requested by the IME.
CoffeeScript lexer adds lexical class for instance properties and fixes some cases of regex highlighting. Bug #1749.
The errorlist lexer understands some ANSI escape sequences to change foreground colour and intensity. This is sufficient to colour diagnotic output from gcc and clang when -fdiagnostics-color set.
The errorlist lexer allows the line number to be 0 in GCC errors as some tools report whole file errors as line 0.
MySql lexer fixes empty comments /**/ so the comment state does not continue.
VHDL folder supports "protected" keyword.
Treat CRLF line end as two characters in SCI_COUNTCHARACTERS. Bug #1757.
On GTK+ 3.x, fix height of lines in autocompletion lists to match the font. Switch from deprecated style calls to CSS styling. Removed setting list colours on GTK+ 3.16+ as no longer appears needed.
On GTK+, avoid "Invalid rectangle passed" warning messages by never reporting the client rectangle with a negative width or height.
On Cocoa, copy Sci_Position.h into the framework so clients can build.
On Cocoa fix bug with drag and drop that could lead to crashes. Bug #1751.
Fix SciTE disk exhaustion bug by reporting failures when writing files. Bug #1760.
Fix find strip in SciTE on Windows XP to be visible.
SciTE on Windows changes the way it detects that a tool has finished executing to ensure all output data from the process is read.
SciTE on Windows improves the time taken to read output from tools that produce a large amount of output by a factor of around 10.
On GTK+ the keyboard command for View | End of Line was changed to Ctrl+Shift+N to avoid clash with Search | Selection Add Next. Bug #1750.
[close]

http://www.scintilla.org/SciTE.html
Titel: TeXstudio 2.10.2
Beitrag von: SiLæncer am 17 September, 2015, 12:25
Changelog

fix recognition of environments defined via \newtheorem
fix disabling of syntax c
heck - fix copying from message panel using shortcut Ctrl+C
fix last page in pdf split - fix detection of \ref commands
fix crash when pasting multi-line commands
fix crash when changing the icon size - update French, German and Spanish translations

[close]

http://texstudio.sourceforge.net/
Titel: CudaText 0.7.0.0
Beitrag von: SiLæncer am 17 September, 2015, 13:36
(http://s26.postimg.org/9ltuvmmu1/screenshot_554.jpg)
Create programming scripts with this powerful tool that supports more than 130 languages and allows users to work concurrently on as many as six groups of projects.

Freeware

Changelog
syntax tree (F12)
gutter foldbar menu: "fold all", "unfold all", "fold level"
tab menu: new palette dialog
bookmks save in history
export to HTML
opt under_color
opt under_color_size
opt ui_tree_auto_sync
opt ui_tree_time_fill
opt ui_tree_time_focus
opt ui_initial_dir is renamed
opt export_html_*
cmd "fold level"
cmd "menu: lexers"
cmd "menu: encodings"
cmd "menu: line ends"
fix change encoding
[close]

http://www.uvviewsoft.com/cudatext/
Titel: PilotEdit Lite 8.5.0
Beitrag von: SiLæncer am 19 September, 2015, 18:15
(http://www.pilotedit.com/images/OpenInQuickMode.PNG)
PilotEdit is a text, hex, XML, C/C++, HTML, PHP, Java, Javascript and Perl editor that can edit large files of 400GB (40 billion lines).

It offers customizable syntax and keyword highlighting, advanced search and replace operations, automatic text encoding, 256-bit AES encryption/decryption and a built-in FTP/SFTP client lets you open, edit, download and upload large files directly to/from a FTP/SFTP server.

In addition to standard text editing features, PilotEdit can compare and merge two large files of 100GB (10 billion lines). You can also sort, find/remove duplicate lines and extract strings over a large file of 1GB.

Freeware

Whats new:>>

PilotEdit 8.5.0 includes improvements over file group/bookmark.

http://www.pilotedit.com/
Titel: Ron's Editor 2015.09.18.1501
Beitrag von: SiLæncer am 20 September, 2015, 19:15
(http://images.six.betanews.com/screenshots/scaled/1350146574-1.jpg)

Ron's Editor is the ultimate CSV editor, designed to be easy to use, but powerful enough to handle anything needed of it. Any tabular text format can be opened through confirurable seperators and full support for text encodings, and can then be exported to many formats including Excel. CSV files can be merged, or seperated, and the professional editing capabilites and power tools used for conversion and data cleaning.

Changelog

New features:

Fill Process' added to the 'Cell' menu, to add more complex fill scenarios.
Text encoding added to the 'Import' window.
Weight column added to 'Summary' panel.

Bugs:

Various reported bugs fixed.

[close]

http://www.ronsplace.eu/Products/RonsEditor
Titel: RText 2.5.8
Beitrag von: SiLæncer am 21 September, 2015, 05:20
(http://www.kaldata.net/images/news/logos/rtext.jpg)
RText is a fully customizable programmer's text editor. Some of its features include syntax highlighting, editing multiple documents at once, printing and print preview, find/replace/find in files dialogs, undo/redo, and online help.

Licence: Freeware (GPL)

Here's what's new:

Added syntax highlighting, code folding, and code completion for Less.
Find/Replace in Files dialogs have a "Ignore these folders" dropdown.
New files created in Project Plugin tree are not automatically opened by default.
Added "Find in files from here..." to Project plugin tree.
Fixed several bugs.

http://fifesoft.com/rtext/index.php
Titel: Markdown Edit 1.11.0
Beitrag von: SiLæncer am 21 September, 2015, 13:12
(http://s26.postimg.org/wy2jhhic9/screenshot_443.jpg)
Markdown Edit is fully compatible with the CommonMark specification, enabling you to edit Markdown documents, as well as HTML or text ones. It allows document formatting and real-time HTML previewing, providing hotkeys for almost all commands, for easier control.

Freeware

Whats new:>>

Add Spanish translation (partial)
Add $CLIPBOARD$ substitution parameter to snippets
Restyle image upload popup
Add About section in settings dialog

http://mike-ward.net/markdownedit/
Titel: BowPad 2.1.2.1429
Beitrag von: SiLæncer am 23 September, 2015, 13:30
(http://s26.postimg.org/e60vd9bix/screenshot_182.jpg)
BowPad is a small and fast text editor with a ribbon user interface and syntax highlighting.

Features:

syntax highlighting for over 100 file types and languages
handling of many different encodings, including UTF-8, UTF-16 and even UTF-32
easy ribbon user interface
navigation hints in the vertical scrollbar
coloring of open tabs according to their path
extendable with plugins written in jscript or vbscript

Freeware

Whats new:>>

updated to latest Scintilla component 3.6.1
Fixed an issue when pasting HDROP items from the clipboard
Allow dropping file tabs onto the file tree to move/copy the file
Improved lexer detection for files without extensions

http://stefanstools.sourceforge.net/BowPad.html
Titel: Atom 1.0.16
Beitrag von: SiLæncer am 26 September, 2015, 09:00
(http://s26.postimg.org/6bt5lin89/screenshot_265.jpg)
A powerful and flexible application that works as a text and source code editor with syntax highlight, or alternately as a file viewer.

MIT License

Whats new:>>

Fixed an issue on Windows where taskbar icons were being duplicated.

https://atom.io/
Titel: Atom 1.0.19
Beitrag von: SiLæncer am 27 September, 2015, 19:00
Whats new:>>

Fixed another error that prevented the modified indicators on tabs from displaying.

https://atom.io/
Titel: PSPad 4.6.0 Build 2674 Beta
Beitrag von: SiLæncer am 29 September, 2015, 05:40
(http://images.six.betanews.com/screenshots/1076948037-1.png)
PSPad is a universal freeware editor. There is no complex install process; the program is ready to work immediately, without requiring customization. It supports many file types and languages, with syntax highlighting. There are macros, clip files and templates to automate repetitive activities. An integrated HEX Editor, Project support, FTP Client, Macro Recorder, File Search/Replace, Code Explorer, code page conversion, are just some of the many possibilities that PSPad can offer you.

Freeware

Changelog

News

MS-Dos batch highlighter was renamed to Windows Shell Script
JSON - new user highlighter including code explorer

Fixes:

BAT highlighter - label in CALL and variables include modifiers
Right edge wasn't visible with cursor edge active
Right dock panel width change possibility

[close]

http://www.pspad.com/
Titel: CudaText 0.8 Beta
Beitrag von: SiLæncer am 29 September, 2015, 06:05
Changelog
Python API: see wiki
menu "Plugins" added
plugin "Addons Manager"
plugin "Make Plugin"
plugin "Insert Time"
bottom-panel and Py-console in it: see wiki help topic
fix: shift-tab in find panel
[close]

http://www.uvviewsoft.com/cudatext/
Titel: CodeLobster PHP Edition 5.7
Beitrag von: SiLæncer am 29 September, 2015, 13:40
(http://images.six.betanews.com/screenshots/1186155456-1.gif)
CodeLobster PHP Edition is a handy and easy-in-use editor that is primarily intended for quick and easy creation and editing of PHP files. It includes debugger, dynamic help, built-in parser, autocomplete and Class View window for comfortable work with PHP code. CodeLobster PHP Edition also supports such file formats as Text, HTML, XML.

Freeware (Free registration by email is required after 30 days)

Changelog
SFTP connection using key files
Stop button for FTP/SFTP transfers
Improved FTP/SFTP logs
Improved JS autocomplete for new objects

Bugs fixed:

    SFTP hangs up on CHMOD operation

    Local debugging via https://

    Update for TODO list
[close]

http://www.codelobster.com/
Titel: EverEdit 3.7.0.4194
Beitrag von: SiLæncer am 29 September, 2015, 20:20
(http://www.portablefreeware.com/screenshots/scrzAHs9R.png)
EverEdit is a handy and easy-to-use text, binary and source editor that enables you to write simple text files or create HTML, PHP, C/C++ or binary documents.

With an intuitive interface, EverEdit is suitable for both beginner and advanced programmers. Drag and drop support, syntax highlighting, auto-complete and auto-correct functions are features designed to ease your work even more.

The editor comes with encoding detection, regular expressions, macros and plugins support, brace match and code folding.

Changelog
FIXED: Assoc.exe couldn't show items
FIXED: Cursor position was not correct on Korean IME
FIXED: A redrawing issue of Ctrl+Tab dialog
FIXED: The dialog size of [Tear off] was too small on Windows 10
FIXED: A bug of [Open Folder]
IMPROVED: If user enables CJK font, the candidate window of IME will use that font. Recommended Korean users to enable CJK font.
IMPROVED: Improved a few other details.
[close]

http://www.everedit.net/
Titel: Ron's Editor 2015.09.27.1325
Beitrag von: SiLæncer am 29 September, 2015, 21:15
(http://images.six.betanews.com/screenshots/scaled/1350146574-1.jpg)

Ron's Editor is the ultimate CSV editor, designed to be easy to use, but powerful enough to handle anything needed of it. Any tabular text format can be opened through confirurable seperators and full support for text encodings, and can then be exported to many formats including Excel. CSV files can be merged, or seperated, and the professional editing capabilites and power tools used for conversion and data cleaning.

Changelog

New features:

'Fill Process..' changed to 'Fill Calculated...'.

Bugs:

Handling of long column names on file open improved.
Cell Editor positioning problem solved.
Various reported bugs fixed.

[close]

http://www.ronsplace.eu/Products/RonsEditor
Titel: CudaText 0.8.0.2
Beitrag von: SiLæncer am 30 September, 2015, 19:40
(http://s26.postimg.org/9ltuvmmu1/screenshot_554.jpg)
Create programming scripts with this powerful tool that supports more than 130 languages and allows users to work concurrently on as many as six groups of projects.

Freeware

Changelog
Python API;
bottom-panel and Py-console in it: see wiki help topic
menu "Plugins"
plugin "Addons Manager"
plugin "Insert Time"
plugin "Make Plugin"
fixes
[close]

http://www.uvviewsoft.com/cudatext/
Titel: PSPad v4.6.0 Final
Beitrag von: SiLæncer am 03 Oktober, 2015, 06:15
(http://images.six.betanews.com/screenshots/1076948037-1.png)
PSPad is a universal freeware editor. There is no complex install process; the program is ready to work immediately, without requiring customization. It supports many file types and languages, with syntax highlighting. There are macros, clip files and templates to automate repetitive activities. An integrated HEX Editor, Project support, FTP Client, Macro Recorder, File Search/Replace, Code Explorer, code page conversion, are just some of the many possibilities that PSPad can offer you.

Freeware

Changelog

New:

    PSPad will check file change after external application run - case when external application changes open file/s.
    Code explorer - added support for FiveWin.
    File Searching dialog is not closed if no lines were found.

Fixes:

    BAT highlighter - fixes in echo line.
    File locking - missing information File is locked by another user during open.

[close]

http://www.pspad.com/
Titel: Textadept 8.3
Beitrag von: SiLæncer am 03 Oktober, 2015, 07:15
(http://foicica.com/textadept/images/splitviews.png)
Textadept will provide users with a fast, minimalist, and ridiculously extensible text editor. At its core lies less than 2000 lines of C code, and that's how it always will be. While other editors rely on recordable macros to speed up workflow, shell scripts to quickly transform text, and static side panes to manage your documents, files, and more.

Textadept takes it to the extreme: it gives you complete control over the entire application using the embedded Lua language. Lua is nearly as fast as C, and has a very small footprint. In fact, most of Textadept is written in Lua.

License : MIT License

Changelog

Bugfixes:

Stop annoying black box from flashing when saving some files on Win32.
Fixed bug in parsing Ruby error output.
Do not emit events.LEXER_LOADED for the command entry.
Fixed bug with Python syntax checking on Win32.
Scintilla: fixed bug in buffer:count_characters().
Scintilla: small GTK fixes.

Changes:

Improved API documentation lookup behind the caret.
Refactored snippets to longer display placeholder text.
spawn() can now optionally specify the child’s environment.
Added Gherkin lexer.
Updated to Scintilla 3.6.1.

[close]

http://foicica.com/textadept/
Titel: PilotEdit Lite 8.6.0
Beitrag von: SiLæncer am 05 Oktober, 2015, 20:15
(http://www.pilotedit.com/images/OpenInQuickMode.PNG)
PilotEdit is a text, hex, XML, C/C++, HTML, PHP, Java, Javascript and Perl editor that can edit large files of 400GB (40 billion lines).

It offers customizable syntax and keyword highlighting, advanced search and replace operations, automatic text encoding, 256-bit AES encryption/decryption and a built-in FTP/SFTP client lets you open, edit, download and upload large files directly to/from a FTP/SFTP server.

In addition to standard text editing features, PilotEdit can compare and merge two large files of 100GB (10 billion lines). You can also sort, find/remove duplicate lines and extract strings over a large file of 1GB.

Freeware

Whats new:>>

PilotEdit 8.6.0 includes some fixes for UTF-8 and UTF-16.

http://www.pilotedit.com/
Titel: CudaText 0.8.2.0
Beitrag von: SiLæncer am 06 Oktober, 2015, 04:48
Whats new:>>

api: bottom panel (plugin Html Tidy at sf.net)
api: color dialog (plugin Color Picker at sf.net)
themed splitters
fixes

http://www.uvviewsoft.com/cudatext/
Titel: RJ TextEd 10.70 Beta 1
Beitrag von: SiLæncer am 06 Oktober, 2015, 05:04
(http://images.six.betanews.com/screenshots/scaled/1187014627-1.jpg)
RJ TextEd - A Unicode source and text editor. RJ TextEd is a full featured text and source editor with Unicode support, syntax highlighting and code folding. The functionality extends beyond text files and includes support for HTML editing with integrated preview, spell checking, auto completion, HTML validation, templates and more. The program also include support for Topstyle Lite CSS editor, has a dual pane file commander, as well as a FTP client to upload your files. The editor uses language files to display menus and dialogs in different languages. There are several included languages. New language files can easily be created in the editor. RJ TextEd is also a simple web development tool. The editor can use auto completion and hints to assist you in editing your source code. You can preview HTML/ASP/PHP... code using one of the preview tabs or open a document in a browser. The editor does not only handle source code. It also handles true ASCII files, binary files and of course plain text files.

Licence: Freeware

Changelog

Chrome preview:

Added a chrome preview tab, internal Chrome browser and Chrome browser views.
Chrome Developer Tools (DevTools) have been added to the internal browser and Chrome tab.
We need an up-to-date preview browser and Windows IE is not actively developed anymore. The Chrome preview is up-to-date, but it is quite large in size.
Chrome preview is available in all versions (install, portable, win32, win64) and may eventually replace the IE preview completely.

Message and input windows:

All dialog windows should use themes now. This include simple message windows and more advanced input windows.

Panels:

Panels use the program themes now, instead of there own styles.
The old panel styles are still available and can be selected in the theme manager, but the program theme is used by default.
Added options to have images in panel tabs and in unpinned panels. Images in tabs are shown by default.

Bookmarks panel:

Added a panel to list bookmarks in the current document. The toolbar buttons lets you add, delete or clear all bookmarks.
The bookmark list will show the bookmark type (numbered or plain), the line number and the text on the line.

Document icons:

Changed the default document icons in all recent file lists, document list and document tabs. They should make it easier to identify files of different file types.
You can also use associated system icons (Options -> Style and fonts).

Word count:

Added a checkbox to switch case sensitive word count on.

Text clips:

Redesigned the add/edit clip window. Variables are now a bit simpler to add and I removed one of the text fields.
Text clips use one input dialog with one or several fields where you can edit all your input values. This is especially useful if the text clips use many variables and they need many input values from the user.
The %sel% variable can only be used once. If you need to use the selection again just add another variable and use the command @csel.

Project panel (context menu):

Added several context menu items to copy the selected file as:

File name
HTML CSS link
HTML image tag
HTML script tag
TML anchor tag
HTML href=""
PHP include
PHP require
C/C++ include

Tool argument commands:

Added a few new commands to extract the drive, path (without drive) and file extension of the current document path.

Misc:

Word completion should handle objects better e.g. "object.".
Added an option to set the max number of items in find/replace dropdown lists.
Added an option to close a document tab by double clicking the tab.

Fixed:

Theme issue with document map.
Bookmarks on wrapped lines.
Scroll issue in hex view.
Some issues with word count.
Unfold All issue with user defined folds from a selection.
A few sort issues in Syntax Editor.

[close]

http://www.rj-texted.se
Titel: JSONedit v0.9.14
Beitrag von: SiLæncer am 06 Oktober, 2015, 05:15
(http://s26.postimg.org/66opis8ih/screenshot_556.jpg)
JSONedit is a simple editor for the JavaScript Object Notation format "a text-based open standard designed for human-readable data interchange" (source) with availble text and tree views.

Includes array generator using embedded Lua interpreter and Scintilla for text edition.

License:    Freeware

Changelog
Checking source file for UTF BOM.
- Option to skip UTF-8 BOM before passing to parser.
- Files written to disk by editor are always without BOM - it appears that in many applications UTF-8 without BOM is required.
- Notifying that UTF-16 and UTF-32 are not supported if file appears to use these encodings.
In-place value editor for tree - assigned to F4 key.
- Complementary to editing node name with F2.
- Works with primitive values (string, int, real, boolean).
- String value editing (same as with name editing) is mostly limited to sigle-line text, i.e. in-place editor silently displays multiple lines as single one not allowing inserting newlines (although existing newlines are preserved).
- For boolean value "0" and "1" are accepted as well as "false" and "true".
Log: Added execution time measurement for basic operations (parsing and generating JSON, building tree).
Smarter auto-expand (expanding nodes when new text is loaded).
- New setting, number of levels to auto-expand, 1 (default, only root expanded) ... 5.
- If number of levels to auto-expand is higher than 1 auto-expanding is continued recursively but stops if number of visible nodes would be higher than 30.
[close]

http://tomeko.net/software/JSONedit/index.php
Titel: CKEditor 4.5.4
Beitrag von: SiLæncer am 06 Oktober, 2015, 19:41
(http://s26.postimg.org/y8h12nzbt/screenshot_191.jpg)
WYSIWYG-Editor für eigene Webseiten, der sich in diverse Skriptsprachen integrieren lässt; unterstützt die meisten gängigen Browser; auch mit kommerzieller Lizenz erhältlich

Lizenz: Open Source

Whats new: >>

Changelog

New Features:

    #13632: Introduce error logging mechanism.
    #13730: Switch to the new error logging mechanism.

Fixed Issues:

    #9856: Fixed: Cannot use the native context menu together with the Div Editing Area plugin. Thanks to Mark Wade!
    #12733: [IE9+] Fixed: Radio button onChange does not work. Thanks to Iliya Kostadinov!
    #13142: [Edge] Fixed: Ctrl+A and then Backspace result in an empty <div> element.
    #13599: Fixed: Cross-editor drag and drop of an inline widget results in error/artifacts.
    #13640: [IE] Fixed: Dropping a widget outside the <body> element is not handled correctly.
    #13533: Fixed: No progress during upload.
    #13680: Fixed: The parser should allow the <h1-6> element to be a child of the <summary> element.
    #11724: [Touch devices] Fixed: Drop-downs often hide right after opening them.
    #13690: Fixed: Copying content from IE to Chrome adds an extra paragraph.
    #13284: Fixed: Cannot drag and drop a widget if the text caret is placed just after the widget instance.
    #13516: Fixed: CKEditor removes empty HTML5 anchors without the name attribute.
    #13765: [Safari 9] Fixed: Problems with rendering samples.

Other Changes:

    #11725: Marked CKEDITOR.env.mobile as deprecated. The reason is that it is no longer clear what "mobile" means.
    #13737: Upgraded Bender.js to 0.4.1.

[close]

http://ckeditor.com/
Titel: CudaText 0.8.3.0
Beitrag von: SiLæncer am 07 Oktober, 2015, 05:20
Whats new:>>

api: check-list dialog
addons can install files to "data"
fix ctrl+shift+home/end

http://www.uvviewsoft.com/cudatext/
Titel: RJ TextEd 10.70 Beta 2
Beitrag von: SiLæncer am 07 Oktober, 2015, 16:50
Whats new:>>

Fixed:

Syntax editor layout issues.
Issue with escape characters.
Icon display issues on Windows XP.

http://www.rj-texted.se
Titel: Atom 1.1.0 Beta.1
Beitrag von: SiLæncer am 09 Oktober, 2015, 16:40
(http://s26.postimg.org/6bt5lin89/screenshot_265.jpg)
A powerful and flexible application that works as a text and source code editor with syntax highlight, or alternately as a file viewer.

MIT License

Whats new:>>

Markdown Preview now adapts to the active syntax theme. If a white background is preferred, enable Use GitHub.com style in the package settings.
Added a command for cutting the text to the end of the cursor's buffer line.
Base16 Tomorrow themes have now a seamless gutter and other minor fixes.
Increased thickness and contrast of Spell Check underlines.

https://atom.io/
Titel: CudaText 0.8.4.0
Beitrag von: SiLæncer am 09 Oktober, 2015, 20:20
Whats new:>>

api: get_prop
api: dlg_checklist
addons can install files to "data"
fix ctrl+shift+home/end

http://www.uvviewsoft.com/cudatext/
Titel: DustyPad 1.2
Beitrag von: SiLæncer am 12 Oktober, 2015, 05:10
(http://s26.postimg.org/us5kpta8p/screenshot_622.jpg)
An intuitive and user-friendly software solution that enables you to manage several text documents at the same time and format their text.

Freeware

Whats new:>>

Minor code fixes
Added x64 compatibility
Added Windows 8 and Windows 10 compatibility
Links Updates
Update program checker feature added

http://www.techygeekshome.co.uk/
Titel: BlueGriffon v1.8
Beitrag von: SiLæncer am 14 Oktober, 2015, 05:10
(http://download.winboard.org/uploads/Image/2011-08-28%2015%2053%2030.png)
BlueGriffon hält sich an den aktuellen W3C-Standard. Unterstützt wird HTML 4.01, XHTML, HTML5, CSS 3, Java, java script.
Der Normalmodus (WYSIWYG) eignet sich besonders für Einsteiger, da man sich hier nicht um den Quelltext kümmern muss.
Ebenfalls dabei ist ein CSS-Editor, der das Entwerfen von Cascading Style Sheets erleichtert und ein Editor zum erstellen von SVG-Grafiken )skalierbare Vektorgrafiken).

Neben dem deutschen Wörterbuch gibt es noch einige Erweiterungen für BlueGriffon auf der Herstellerseite, welche allerdings nicht kostenlos sind. Eine Ausnahme wäre FireFTP (http://www.bluegriffon.com/index.php?pages/FireFTP).

Voraussetzung ist ein installiertes Microsoft Visual C++2008 Redistributable Package (http://www.microsoft.com/downloads/de-de/details.aspx?familyid=a5c84275-3b97-4ab7-a40d-3802b2af5fc2&displaylang=de).

Freeware

http://bluegriffon.org/
Titel: Brackets 1.5
Beitrag von: SiLæncer am 15 Oktober, 2015, 16:30
(http://s26.postimg.org/hf4855ont/screenshot_501.jpg)
Easy-to-use HTML editor and code generator with support for CSS and JavaScript, featuring a live preview function, syntax highlighting and autocompletion.

License : Open Source

Changelog
Fold Selected Text: Select any text block in the editor and fold markers will appear to collapse the selected text.

Instant Search (Improved Stability and Performance): Major stability and performance improvements. Find in Files can now index and search robustly in thousands of files instantly.

CSS Code Hints in PHP: CSS code hints are now available for style elements inside PHP files.

Remember Collapsed Linters: Remember collapsed state of linters on switching files.

Improve JS Code Hints performance in minified files: JS Code Hints now perform more efficiently with minified files

Resolve Brackets freezing/crashing on windows on reload: Fixed the crash when reloading Brackets through "Debug > Reload With Extensions" menu

El Capitan Fixes: Fixed full-screen bugs with Brackets on El Capitan.
[close]

http://brackets.io/
Titel: Notepad++ 6.8.4
Beitrag von: SiLæncer am 17 Oktober, 2015, 06:30
(http://s26.postimg.org/vvnitnjix/screenshot_38.jpg)
Notepad++ is a tabbed source code editor and Notepad replacement with a customizable interface. It is one of the few few source code editors that supports "folding," allowing users to quickly reduce and expand sections of code to see the overall document. In addition, it features multi-language syntax highlighting, auto-completion, regular expression search/replace, macro recording and playback, etc. The program can access a long list of plug-ins via an easy-to-access menu with even more features and functions.

License: GPL

Changelog
Improve document switching performance while folding restoring.
Enhance Javascript syntax highlighting: 2 groups of keywords more for syntax highlighting customization.
Improve auto-insert usability: the open symbols (", ', (, [ and { ) triggers the close symbols according to the context.
Apply new added language auto-detection (for php, xml, html and bash) in the case of unknown file extension.
Add JSON language support.
Fix macro playback inserting/removing characters randomly.
Fix Save All button is still enabled problem while no file to save.
Make file save dialog modern style.
Fix auto-insert for xml comment incorrect insertion.
Fix user command save problem on exit.
Fix macro save problem on exit.
Fix the restoring from system tray problem while running in admin mode.
Fix smart highlighting not working in some case.
Enlarge tabbar height.
[close]

http://notepad-plus.sourceforge.net/
Titel: RJ TextEd 10.70 Final
Beitrag von: SiLæncer am 17 Oktober, 2015, 11:30
(http://images.six.betanews.com/screenshots/scaled/1187014627-1.jpg)
RJ TextEd - A Unicode source and text editor. RJ TextEd is a full featured text and source editor with Unicode support, syntax highlighting and code folding. The functionality extends beyond text files and includes support for HTML editing with integrated preview, spell checking, auto completion, HTML validation, templates and more. The program also include support for Topstyle Lite CSS editor, has a dual pane file commander, as well as a FTP client to upload your files. The editor uses language files to display menus and dialogs in different languages. There are several included languages. New language files can easily be created in the editor. RJ TextEd is also a simple web development tool. The editor can use auto completion and hints to assist you in editing your source code. You can preview HTML/ASP/PHP... code using one of the preview tabs or open a document in a browser. The editor does not only handle source code. It also handles true ASCII files, binary files and of course plain text files.

Licence: Freeware

Changelog

Chrome preview

Added a chrome preview tab, internal Chrome browser and Chrome browser views. Chrome Developer Tools (DevTools) have been added to the internal browser and Chrome tab.

We need an up-to-date preview browser and Windows IE is not actively developed anymore. The Chrome preview is up-to-date, but it is quite large in size.

Chrome preview is available in all versions (install, portable, win32, win64) and may eventually replace the IE preview completely.

Chrome preview is available on Windows XP and higher using the 32-bit version, Windows 7 and higher using the 64-bit version. You can still run the 64-bit version on Windows Vista x64, but Chrome preview is not available.
Message and input windows

All dialog windows should use themes now. This include simple message windows and more advanced input windows.
Panels

Panels use the program themes now, instead of there own styles. The old panel styles are still available and can be selected in the theme manager, but the program theme is used by default.

Added options to have images in panel tabs and in unpinned panels. Images in tabs are shown by default.
Bookmarks panel

Added a panel to list bookmarks in the current document. The toolbar buttons lets you add, delete or clear all bookmarks.

The bookmark list will show the bookmark type (numbered or plain), the line number and the text on the line.
Document icons

Changed the default document icons in all recent file lists, document list and document tabs. They should make it easier to identify files of different file types.

You can also use associated system icons (Options -> Style and fonts).
Word count

Added a checkbox to switch case sensitive word count on.
Text clips

Redesigned the add/edit clip window. Variables are now a bit simpler to add and I removed one of the text fields.

Text clips use one input dialog with one or several fields where you can edit all your input values. This is especially useful if the text clips use many variables and they need many input values from the user.

To enclose a selection use the static %sel% variable.
E.g.
%sel%

The %sel% variable can only be used once. If you need to use the selection again just add another variable and use the command @csel.

Added new commands. @csel = current selection, @clbrd = clipboard content.
E.g.
    %csel% = @csel
    %clip% = @clbrd
    now you can use %csel% and %clip% anywhere in the clip text.
Project panel (context menu)

Added several context menu items to copy the selected file as:

    File name
    HTML CSS link
    HTML image tag
    HTML script tag
    HTML anchor tag
    HTML href=""
    PHP include
    PHP require
    C/C++ include

Tool argument commands

Added a few new commands to extract the drive, path (without drive) and file extension of the current document path.
Misc

    Word completion should handle objects better e.g. "object.".
    Added an option to set the max number of items in find/replace dropdown lists.
    Added an option to close a document tab by double clicking the tab.

Fixed

    Theme issue with document map.
    Bookmarks on wrapped lines.
    Scroll issue in hex view.
    Some issues with word count.
    Unfold All issue with user defined folds from a selection.
    A few sort issues in Syntax Editor.
    Syntax editor layout issues.
    Issue with escape characters.
    Icon display issues on Windows XP.
    Several issues with binary files and hex view.
    Auto update issues.
    Close document tab with close button on active tab only.

[close]

http://www.rj-texted.se
Titel: BabelPad 8.0.0.4
Beitrag von: SiLæncer am 18 Oktober, 2015, 12:42
(http://s26.postimg.org/5e8b1wcnt/screenshot_645.jpg)
BabelPad is a free Unicode text editor and word processor for Windows that supports the proper rendering of most complex scripts, and allows you to assign different fonts to different scripts in order to facilitate multi-script text editing.

Freeware

http://www.babelstone.co.uk/index.html
Titel: CudaText 0.9.1.0
Beitrag von: SiLæncer am 19 Oktober, 2015, 06:00
(http://s26.postimg.org/9ltuvmmu1/screenshot_554.jpg)
Create programming scripts with this powerful tool that supports more than 130 languages and allows users to work concurrently on as many as six groups of projects.

Freeware

Changelog
rework col-blocks (handle tab chars)
statusbar macro {xx}
save/restore sizes of groups
opt find_sel_case has values 0..2
[close]

http://www.uvviewsoft.com/cudatext/
Titel: Notepad++ 6.8.5
Beitrag von: SiLæncer am 19 Oktober, 2015, 09:14
Whats new:>>

Javascript autocompletion not working regression is fixed in this release.

http://notepad-plus.sourceforge.net/

Titel: nanDECK v1.20.3
Beitrag von: SiLæncer am 21 Oktober, 2015, 20:20
(http://s26.postimg.org/l8j2hesyh/screenshot_660.jpg)
nanDECK is a scripting graphic software that provides a simple yet flexible language to create multiple images suited for cards or counters .

Freeware

http://www.nand.it/nandeck
Titel: jEdit 5.3.0
Beitrag von: SiLæncer am 23 Oktober, 2015, 05:20
(http://www.jedit.org/images/screenshot.png)
jEdit is a mature programmer's text editor with hundreds (counting the time developing plugins) of person-years of development behind it. To download, install, and set up jEdit as quickly and painlessly as possible, go to the Quick Start page.

While jEdit beats many expensive development tools for features and ease of use, it is released as free software with full source code, provided under the terms of the GPL 2.0.

Lizenz: Open Source

Changelog
jEdit 5.3 version history
       (changes since jEdit 5.2.0)
:encoding=UTF-8:

{{{ Version 5.3.0

Thanks to Björn "Vampire" Kautler, Alan Ezust, Makarius, Jakub Holý,
Mark Corbin, Matt Galligan, Kevin Hunter Kesling, Darien Brown,
Matthieu Casanova, Sergey Mashkov, Dale Anson, Kevin Leblanc,
Marcelo Vanzin, Jordan Miner, yaraba, Marc M. Adkins, and Eric Le Lay for
contributing to this release.

{{{ Bug Fixes

- JEditBuffer.isFoldEnd() was unable to detect the fold end when it was the
  last line (#3917 - Matthieu Casanova)

- More accurate wrap margin calculation (Patch#555 - Makarius)

- Fix AWT thread-safety issue in VFSManager.error(). (Marcelo Vanzin)

- Order of unsorted buffers now preserved in View.getBuffers()
  (Patch # 548 - Kevin Leblanc)

- Support for negative line spacing (Patch #535 - Makarius)

- Fix bug #3671: autodetect text file encoding in HelpViewer
  (patch #540 - Eric Le Lay)

- Fix bug #3881, non-capturing lookahead in regex search didn't work.
  (Dale Anson)

- Fix bug #3184: File browser completion dives into wrong directory
  (Eric Le Lay)

- Fix bug #2833 Plugin jars dependencies not removed (Eric Le Lay)

- Fix bug #3911, text area was scrolling to the left when saving. (Dale Anson)

- Fix bug #3599 Key typing in Install panel. Search Field gets focus on show
  and when one types '/' or a letter in the list. (Eric Le Lay)

- Fix bug #2877 "Hide installed" checkbox in Install panel. Don't re-install
  unloaded plugins (Eric Le Lay)

}}}
{{{ UI Improvements

- Handling of NUMPAD keys cleanup (Patch #567 - Makarius)

- Scalable GUI for tip-of-the-day (Makarius)

- Scalable ColorWell icon according to UI font (Makarius)

- Proper L&F font for syntax style table (Patch #558 - Makarius)

- Proper row height default for JTable, JTree with 4K displays
  (Patches #557, #559, #562, #563 - Makarius)

- More font size choices for 4K and higher-res displays (Patch# 549 - Makarius)

- EOL marker character is a localizable property (view.eolMarkerChar),
  and an arrow (↩) instead of period (.) (#3902 - Alan Ezust)

- Proper button margins for Nimbus L&F (Patch #538 - Makarius)

- Floating dockables as JDialog (Patch #537 - Makarius)

- CompletionPopup should accept TAB for completion selection
  (Patch # 525 - Jakub Holý)

- Separated sorting of Buffer Sets and Buffer Switcher (Dale Anson)

- Font properties were not applied after change in Appearances settings
  (Bug #3919 - Dale Anson)

- Allow columns to be rearranged in FSB (Feature request 489, 40, and old
  tracker 1442812 - Dale Anson)

- Align gutter numbers with lines when using additional vertical line spacing.
  (Bug #3717 - Dale Anson)

- Added option to hide open files from recent file list (FR #481 - Dale Anson)

- UI adjustment to allow adding new mode files by point and click.
  (FR # 471 - Dale Anson)

- No error message when PluginManager doesn't find a file to be removed and
  show files to be removed in alphabetical order (end of Bug #3530 - Eric
  Le Lay)

- Plugin Manager Manage Panel sortable on all columns and all directions
  (Eric Le Lay)

}}}
{{{ Miscellaneous

- New Korean translation file (Patch #551 - yaraba)

- Resize performance improvement (Patch #547 - Sergey Mashkov)

- Properties are sorted when saved (Feature Request #342, Patch #536 - Makarius)

- Configure the JUnit task to fork off the Ant process, with manually adding the
  needed Ant libraries. This ensures that there are no unwanted classpath
  entries during test execution (Plugin Bug #1732 - Björn "Vampire" Kautler)

}}}
{{{ API Changes

- View now sends ViewUpdate message on EditBus when full screen mode is toggled.
  This is useful to plugins that may need to adjust their appearance when the
  screen mode is toggled. (Dale Anson)

- close-all sends BufferClosing events on EditBus for each buffer closed.
  This is useful to plugins that record closed files. (patch #550, Eric Le Lay)

- org.gjt.sp.util.StandardUtilities#compareStrings accepts null Strings
  (Eric Le Lay)

}}}
{{{ Editing

- Updates to Clojure mode (Marc M. Adkins, patch #565)

- More conventional color scheme for diffs and changesets
  (Patch #560 - Makarius)

- Updates to Scala Mode (Patch #554 - Makarius)

- New mode for rust (Patches #553, #556 - Jordan Miner)

- New mode for Kotlin syntax (Patch #552 - Sergey Mashkov)

- Updates to cfscript mode (Patch #531 - Darien Brown)

- New mode for ANS Forth 1994 (Patch #530 - Mark Corbin)

- New mode for mustache templates (Patch #532 - Kevin Hunter Kesling)

- New mode for Antlr 4 (Dale Anson)

- Updates to properties mode (Bug #2640 - Dale Anson)

- Updated Go mode (Feature request 496, ahlearn). This also fixes bug #3921.

- Allow editing, but not saving, of read only files.
  (Feature request #422 - Dale Anson)

- Added Markdown mode from Peter Lynch (FR 495 - Dale Anson)

- Better mode selection for files that match multiple modes, also fixes/applies
  patch #571. (Dale Anson)

}}}

}}}

jEdit buffer local properties:
:maxLineLen=80:wrap=hard:autoIndent=simple:noTabs=true:indentSize=2:tabSize=2:
:folding=explicit:collapseFolds=2:

[close]

http://www.jedit.org/
Titel: CudaText 0.9.3.0
Beitrag von: SiLæncer am 26 Oktober, 2015, 05:30
Changelog
opt ui_listbox_fuzzy
lexer JSON tree redone
session has more properties
tree: show hint for long lines
fix: restore r/o state
[close]

http://www.uvviewsoft.com/cudatext/
Titel: TeXstudio 2.10.4
Beitrag von: SiLæncer am 26 Oktober, 2015, 13:49
(http://s26.postimg.org/d57zg2pll/screenshot_581.jpg)
GPL-LaTeX-Editor, der das Erstellen von LaTex-Dokumenten in Unicode vereinfacht; unterstützt den Nutzer beim Schreiben mittels interaktiver Rechtschreibprüfung, Syntax-Highlighting, Code-Folding und automatischer Code-Vervollständigung.

Lizenz: Open Source

Changelog

apt to changed TeXlive paths on Mac OS X El Capitan (path detection and change notification)
more granular selection of update notifications: stable / release candidate /development
image as an alternative caching format (better rendering results for some cases)
import fedora patch: more general commands for external viewers on linux
respect clipboard priority if there are multiple possible mime-types that could be pasted
support \newif, \newfontfamily, \newfontface as definition commands
ignore keyboard layout change if the current language context is ambigious
folding of square brackets
option for scaling of the segment preview
some code optimizations for speedup
fix: setting root in structureview per contextmenu
fix: problem with open braces and bibliography/label
fix: environ dependent syntax check
fix: using $$ for mathstart
fix: mirror cursor in insert env
fix: problem with unclosed square brackets
fix: assert failure when cursor column is too high in word moving mode
fix: rtl detection lagging behind the actual text
fix: spell checking in command arguments and section titles
fix: cursor position for tabwidth == 1
fix: multiple "View" calls to Acrobat (Reader) did not work
fix: bibids in the completer
fix: tooltip preview of $
fix: loading of profile in portable mode
fix: palette and application style were not necessarily updated correctly when loading a profile
- fix: tooltip width prediction for rich text tooltips
- fix: false positive detection and replacement of literal quotes on windows
- fix: sizes for segment preview respect hiDpi displays
- fix: pdflatex segment preview on windows was always shown on first line
- fix: cleanup of pdfs generated by segment preview in temp folder
- added greek translation and updated several other languages
- some updates to the manual

[close]

http://texstudio.sourceforge.net/
Titel: Notepad++ 6.8.6
Beitrag von: SiLæncer am 29 Oktober, 2015, 21:31
Whats new:>>

Fix function list not working for Javascript regression.
Fix maintain indent not working in javascript regression.
Improve the language detection at the beginning of file content.
Fix possible file corruption during macro playback.
Fix wrong EOL mode for opening/reloading big files.
Fix loading 3 bytes file error due to bad encoding detection (UTF16 w/o BOM).
Fix DocMap not updating issue when switching to user defined language or external lexer.
Fix reload file issue: document marked as unsaved after reloading.
Enhance the detection of EOL: if a document has no EOL for detecting, use EOL of new document settings.

http://notepad-plus.sourceforge.net/
Titel: Texmaker 4.5
Beitrag von: SiLæncer am 30 Oktober, 2015, 05:47
(http://www.heise.de/software/screenshots/31402.jpg)
Umfangreicher LaTeX-Editor mit integrierten Tools und Funktionen wie Syntax-Highlighting, 370 mathematischen Symbolen und Ausdrücken, Suchen und Ersetzen oder Rechtschreibprüfung; konvertiert zudem LaTeX ins HTML-Format.

Lizenz: Open Source

Changelog

- /Library/TeX/texbin/ has been added to the default path for MacOsX El Capitan
- the content of the \cite{} command is no more scanned while the spell checking
- a compilation trouble has been fixed with Qt 5.5.x
- a new option allow the svn users to display the uncommitted lines with a different color in the line number widget (Configure Texmaker -> Editor)
- two more options for the pdf internel viewer contextual menu (user request): number of words in the current pdf page and open the file browser at the pdf file location
- de, hu, it, nl, pl, se and zh_CN translations have been updated
[close]

http://www.xm1math.net/texmaker/download.html
Titel: CudaText 0.9.5.0
Beitrag von: SiLæncer am 01 November, 2015, 20:30
Changelog
support for event plugins (auto-completion, goto-defitinion...)
undo improved (group complex edits even if undo_grouped=false)
del opt find_replace_with_find
fixes in find/repl
[close]

http://www.uvviewsoft.com/cudatext/
Titel: PilotEdit Lite 8.7.0
Beitrag von: SiLæncer am 02 November, 2015, 05:41
(http://www.pilotedit.com/images/OpenInQuickMode.PNG)
PilotEdit is a text, hex, XML, C/C++, HTML, PHP, Java, Javascript and Perl editor that can edit large files of 400GB (40 billion lines).

It offers customizable syntax and keyword highlighting, advanced search and replace operations, automatic text encoding, 256-bit AES encryption/decryption and a built-in FTP/SFTP client lets you open, edit, download and upload large files directly to/from a FTP/SFTP server.

In addition to standard text editing features, PilotEdit can compare and merge two large files of 100GB (10 billion lines). You can also sort, find/remove duplicate lines and extract strings over a large file of 1GB.

Freeware

Whats new:>>

PilotEdit 8.7.0 improves the performance of finding and replacing.

http://www.pilotedit.com/
Titel: RJ TextEd 10.80 Beta 1
Beitrag von: SiLæncer am 02 November, 2015, 22:00
(http://images.six.betanews.com/screenshots/scaled/1187014627-1.jpg)
RJ TextEd - A Unicode source and text editor. RJ TextEd is a full featured text and source editor with Unicode support, syntax highlighting and code folding. The functionality extends beyond text files and includes support for HTML editing with integrated preview, spell checking, auto completion, HTML validation, templates and more. The program also include support for Topstyle Lite CSS editor, has a dual pane file commander, as well as a FTP client to upload your files. The editor uses language files to display menus and dialogs in different languages. There are several included languages. New language files can easily be created in the editor. RJ TextEd is also a simple web development tool. The editor can use auto completion and hints to assist you in editing your source code. You can preview HTML/ASP/PHP... code using one of the preview tabs or open a document in a browser. The editor does not only handle source code. It also handles true ASCII files, binary files and of course plain text files.

Licence: Freeware

Changelog

Memory usage:

Reduces memory usage when opening source files.
The editor should use about the same amount of memory as with plain text files.
The change is most notable if you open a large file with a large number
of lines.
I also fixed a few problems related to large files, like slow search and freeze issues.

File explorer panels and File Commander:

Replaced all components with new ones. These are actively updated, a bit
faster and handles themes better.
Startup should be slightly faster when explorer panels are visible.
The explorer panel shell dropdown list should look okay now with themes.
The file commander shell dropdown lists have been replaced with shell
breadcrumb components. I also made some other changes.

Find and replace:

All found items are now highlighted when doing a "Find" or "Replace". The current item is
highlighted using the section color and all other items using a lighter color.
This gives you a better view of the found items in your document and makes
"Find Next/Previous" more intuitive. It is also the standard behavior in
most modern editors.

Find/Replace All:

Made some small changes too improve speed when searching project files and
files in a folder.

Resizable toolbar buttons:

All toolbar buttons are now resizable. You can set one size for main,
preview, quickbar and file commander toolbars, another for panel toolbars and
one for the editor toolbar.
This allows you to use a larger button size on high resolution displays and
use different button sizes on e.g. the main toolbar and panel toolbars.

Quickbar:

Redesigned the quickbar and removed the tabs. You switch pane using a
dropdown menu to the left.
This saves some space and makes the quickbar "blend in" better.

Chrome Preview:

Fixed several issues with Chrome preview and made some improvements.
Pages should render faster now.
Panel preview is updated properly when opened.
Media contents (video...) could crash the editor.
Some mouse wheel scroll issues.

Multi select by left margin click:

Ctrl+LMouse click in the left margin will now toggle selection.
This enables you to deselect items if you made a wrong selection.

SFTP:

Updated the component to the latest version and fixed a few issues.

Highlighter (syntax files):

Blocks can now use regular expressions for start and stop strings.

Misc:

Updated tidy.exe to the latest version.
Added "Find in project files..." to the project panel context menu.
Added folding for some new HTML5 tags.

Fixed:

Editor toolbar theming issue.
Images were not drawn properly in customize toolbars when using themes.
Document tab issue when turning off the option to show images in tabs.
Code explorer and fold issue in C++ code.
Shift+Del issue in search fields.

[close]

http://www.rj-texted.se
Titel: Komodo Edit 9.3.0 Build 88117
Beitrag von: SiLæncer am 04 November, 2015, 09:12
(http://download.winboard.org/uploads/Image/2010-12-22%2009%2024%2056.png)
Komodo Edit ist ein Editor, der folgende Sprachen unterstützt: PHP, Python, Ruby, java script, Perl, Tcl, XML, HTML 5, CSS 3. Weiterhin bietet das Programm eine Projektverwaltung, Sweet-Editor und kann mittels Erweiterungen ausgebaut werden.

Unterstützt wird WIN XP - Seven

Freeware

Changelog
Quick Bookmarks: Quickly place numeric bookmarks and go to them, allowing you to use bookmarks as more than just reminders. Hit Ctrl+Shift+number to place a quick bookmark, then hit Ctrl+number to go to that bookmark.
Console Widget: The new Console pane allows you to interact with the Komodo runtime much in the same way as you would use your browser developer tools console to interact with a website. This is especially useful for developers wanting to customize their Komodo experience.
CSS Auto-Completions: CSS, LESS, and SCSS files now support auto-completions and code browsing. This will also work when editing HTML and using CSS classes or ID’s in your markup. With the 9.3.0 release this only works for CSS files living at the same or a lower level as the HTML file, we will very soon be supporting this project wide.
Auto-Wrap Delimiters: When pressing a delimiter (eg. double quotes) while having text selected the text will be wrapped by that delimiter. Delimiters are configurable from your Preferences and can be disabled entirely.
Auto multi-caret for HTML/XML tags: When selecting an HTML (XML) tag the corresponding start/end tag will also be selected, allowing you to change the start and end tag without having to select each individually.
Elastic Tabstops: Komodo now supports Elastic Tabstops. Since this is intended only for files that use tab characters for indentation it is disabled by default. You can enable it under Indentation Preferences.
In-line Syntax Checking: When syntax errors/warnings occur a small notification popup will show at the bottom right corner of your editor window.
Package Manager 2.0: You can now fully manage your packages via Komodo, ie. uninstall, update, etc. (the previous version only allowed you to install). Advanced functionality currently only works for addons, skins, and languages.
Enhanced Multi-Caret Mode: Multiple caret mode is now much more flexible and useful, allowing for more complex actions than before. You can also now set multi-carets with ctrl+click.
Embedded Find/Replace: Find and replace has been significantly overhauled and is now part of the editor (rather than a popup dialog).
Multiple Find Result Tabs: Every search now opens in its own result tab, you are no longer limited to 2 tabs. Find results now also show a new input field that allow you to search again with the same input but a different search pattern.
Macros renamed to Userscripts: Toolbox Macros have been renamed to Userscripts. Macros also still exist but only through the toolbar or menu interface. When you save them to your toolbox they effectively become userscripts.
Quick Start on Tabs: When opening a new tab you now get a view that lets you pick what to do with the tab; eg. create a new file, open files, new file from template, recent file, etc.
New & Improved File Icons: The language icons have been updated to be more distinctive and less generic looking.
Commando has gotten a visual overhaul: More lightweight, no borders or gradients. Commando now feels as lightweight as it is.
Tons and tons of UX improvements: An ongoing effort to make Komodo the most user friendly IDE out there by many miles.
[close]

http://www.activestate.com/komodo-edit/downloads
Titel: Scite 3.6.2
Beitrag von: SiLæncer am 06 November, 2015, 09:13
(http://www.heise.de/software/screenshots/1206.jpg)
Editor mit Syntax-Highlighting, Auto-Completion, Folding und vielem mehr...

Lizenz: Open Source

Changelog
Whitespace may be made visible just in indentation.
Whitespace dots are centred when larger than 1 pixel.
The Scintilla framework on Cocoa now contains version numbers.
SciTE's standard properties collect values from all active .properties file to produce the Language menu and the file types pull-down in the File open dialog.
The single executable version of SciTE, Sc1, uses 'module' statements within its embedded properties. This makes it act more like the full distribution allowing languages to be turned on and off by setting imports.include and imports.exclude. The default imports.exclude property adds eiffel, erlang, ps, and pov so these languages are turned off by default.
SciTE adds an output.blank.margin.left property to allow setting the output pane margin to a different width than the edit pane.
CoffeeScript lexer highlights ranges correctly. Bug #1765.
Markdown lexer treats line starts consistently to always highlight *foo* or similar at line start. Bug #1766.
Optimise marker redrawing by only drawing affected lines when markers shown in the text.
On Cocoa, timers and idling now work in modal dialogs. This also stops some crashes.
On Cocoa, fix crashes when deleting a ScintillaView. These crashes could occur when scrolling at the time the ScintillaView was deleted although there may have been other cases.
On GTK+ 2.x, fix height of lines in autocompletion lists. Bug #1774.
Fix bug with SCI_LINEENDDISPLAY where the caret moved to the next document line instead of the end of the display line. Bug #1772.
Report error (SC_STATUS_FAILURE) when negative length passed to SCI_SETSTYLING. Bug #1768.
When SC_MARK_UNDERLINE is not assigned to a margin, stop drawing the whole line.
When reverting an untitled document in SciTE, just clear it with no message about a file. Bug #1764.
SciTE on GTK+ allows use of Ctrl+A (Select All) inside find and replace strips. Bug #1769.
[close]

http://www.scintilla.org/SciTE.html
Titel: nanDECK v1.20.4
Beitrag von: SiLæncer am 06 November, 2015, 18:30
(http://s26.postimg.org/l8j2hesyh/screenshot_660.jpg)
nanDECK is a scripting graphic software that provides a simple yet flexible language to create multiple images suited for cards or counters .

Freeware

http://www.nand.it/nandeck
Titel: BirdFont 2.13.0
Beitrag von: SiLæncer am 08 November, 2015, 15:21
(http://s26.postimg.org/sj74wh1cp/screenshot_536.jpg)
BirdFont is a free font editor that lets you create vector graphics and export TTF, EOT & SVG fonts.

License: Open Source

Whats new:>>

More descriptive fields in TTF fonts (license, designer, URL etc.)
Stylistic alternates (OpenType feature tag: salt)
Small Caps (OpenType feature tag: scmp)
Capitals to Small Caps (OpenType feature tag: c2sc)
Swashes (OpenType feature tag: swsh)
Parse circles, ellipses and lines in SVG files

http://birdfont.org/
Titel: RJ TextEd 10.80 Beta 2
Beitrag von: SiLæncer am 09 November, 2015, 12:30
Changelog

Fixed:

Replace prompt could not be positioned.

Misc:

Addons window should handle theme colors better now.

Chrome Preview:

Added an option to enable/disable the Chrome preview. The Chrome library is not loaded if disabled.
This option require a restart to work properly.

Find and replace:

The colors can be changed in "Themes -> Customize". You can also disable the highlighting, if you wish.

[close]

http://www.rj-texted.se
Titel: Atom 1.2.0 Beta 1
Beitrag von: SiLæncer am 12 November, 2015, 13:59
(http://s26.postimg.org/6bt5lin89/screenshot_265.jpg)
A powerful and flexible application that works as a text and source code editor with syntax highlight, or alternately as a file viewer.

MIT License

Whats new:>>

Fixed an issue that caused selections and highlights to become misaligned with their text in certain cases.

https://atom.io/
Titel: Java-Editor 13.14
Beitrag von: SiLæncer am 12 November, 2015, 17:20
(http://www.heise.de/software/screenshots/50464.jpg)
Einfacher Java-Editor mit allen grundlegenden Funktionen, aber niedrigen Systemanforderungen, insbesondere für den Einsatz im Lehrbereich; mit Editor zum Modellieren von Klassen, UML-Fenster zum interaktiven Testen der Klassen und Erzeugung von Objekten sowie Designer zur Gestaltung von GUI-Oberflächen.

Freeware

Whats new: >>

verbessertes Bearbeiten von Struktogrammen verwende Strg um die Markierung zu erweitern oder beim Drag&Drop zu kopieren

http://javaeditor.org/index.php?title=Main_Page
Titel: BowPad 2.1.3.1463
Beitrag von: SiLæncer am 14 November, 2015, 15:45
(http://s26.postimg.org/e60vd9bix/screenshot_182.jpg)
BowPad is a small and fast text editor with a ribbon user interface and syntax highlighting.

Features:

syntax highlighting for over 100 file types and languages
handling of many different encodings, including UTF-8, UTF-16 and even UTF-32
easy ribbon user interface
navigation hints in the vertical scrollbar
coloring of open tabs according to their path
extendable with plugins written in jscript or vbscript

Freeware

Whats new:>>

Files can be opened into an existing empty tab with the Ctrl key pressed
Fixed problem when quitting and hitting Cancel in the save-as dialog
Improved tab UI
Fixed a few issues with the function lists

http://stefanstools.sourceforge.net/BowPad.html
Titel: RJ TextEd v10.80 Final
Beitrag von: SiLæncer am 15 November, 2015, 05:30
Changelog
Memory usage

Reduces memory usage when opening source files. The editor should use about the same amount of memory as with plain text files.

The change is most notable if you open a large file with a large number of lines.

I also fixed a few problems related to large files, like slow search and freeze issues.

File explorer panels and File Commander

Replaced all components with new ones. These are actively updated, a bit faster and handles themes better.

    Startup should be slightly faster when explorer panels are visible.
    The explorer panel shell dropdown list should look okay now with themes.
    Added a refresh toolbar button.
    Added a few options. Auto refresh could slow down startup and dir changes and is disabled by default.

The file commander shell dropdown lists have been replaced with shell breadcrumb components and made some visual changes.

Find and replace

All found items are now highlighted when doing a "Find" or "Replace". The current item is highlighted using the section color and all other items using a lighter color.

This gives you a better view of the found items in your document and makes "Find Next/Previous" more intuitive. It is also the standard behavior in most modern editors.

The colors can be changed in "Themes -> Customize". You can also disable the highlighting, if you wish.

Find/Replace All

Made some small changes too improve speed when searching project files and files in a folder.

Resizable toolbar buttons

All toolbar buttons are now resizable. You can set one size for main, preview, quickbar and file commander toolbars, another for panel toolbars and one for the editor toolbar.

This allows you to use a larger button size on high resolution displays and use different button sizes on e.g. the main toolbar and panel toolbars.

Quickbar

Redesigned the quickbar and removed the tabs. You switch pane using a dropdown menu to the left.

This saves some space and makes the quickbar "blend in" better.

Chrome Preview

Updated the 32-bit libraries to a newer version (45.x). Flash is not supported anymore in the 32-bit version.

The 64-bit libraries (v39.x) still support flash, but are little older. There are a few issues with the newer libraries from v45.x (Devtools need to open in an external window, default background color is set to a random color and can't be changed). So I decided not to use them.

Fixed several issues with Chrome preview and made some improvements.

    Pages should render faster now.
    Panel preview is updated properly when opened.
    Media contents (video...) could crash the editor.
    Some mouse wheel scroll issues.

Added an option to enable/disable the Chrome preview. The Chrome library is not loaded if disabled. This option require a restart to work properly.
Multi select by left margin click

Ctrl+LMouse click in the left margin will now toggle selection. This enables you to deselect items if you made a wrong selection.

Note that a Ctrl+LMouse click will deselect any selection found on the same line. Even if it spans several lines.

SFTP

Updated the component to the latest version and fixed a few issues.

Highlighter (syntax files)

Blocks can now use regular expressions for start and stop strings.

Misc

    Updated tidy.exe to the latest version.
    Added "Find in project files..." to the project panel context menu.
    Added folding for some new HTML5 tags.
    Addons window should handle theme colors better now.

Fixed

    Editor toolbar theming issue.
    Images were not drawn properly in customize toolbars when using themes.
    Document tab issue when turning off the option to show images in tabs.
    Code explorer and fold issue in C++ code.
    Shift+Del issue in search fields.
    Replace prompt could not be positioned.
    Text sort undo issue.
[close]

http://www.rj-texted.se
Titel: CudaText 0.9.7.0
Beitrag von: SiLæncer am 15 November, 2015, 10:50
(http://s26.postimg.org/9ltuvmmu1/screenshot_554.jpg)
Create programming scripts with this powerful tool that supports more than 130 languages and allows users to work concurrently on as many as six groups of projects.

Freeware

Changelog
cmd "toggle stream comment"
cmd "restore lexer styles": feature ported from SynWrite
unindent by Bksp: consider all prev lines
menu Encoding redone
basic Windows IME support (patch: rasberryrabbit)
opt ui_esc_close_console
opt comment_*
opt duplicate_*
Linux installer: data files precopied on run in other way
some cmds done in Python (toggle stream cmt, toggle line cmt, duplicate line)
menu View don't have checkmarks: faster
[close]

http://www.uvviewsoft.com/cudatext/
Titel: Komodo Edit 9.3.1 Build 16424
Beitrag von: SiLæncer am 19 November, 2015, 12:20
(http://download.winboard.org/uploads/Image/2010-12-22%2009%2024%2056.png)
Komodo Edit ist ein Editor, der folgende Sprachen unterstützt: PHP, Python, Ruby, java script, Perl, Tcl, XML, HTML 5, CSS 3. Weiterhin bietet das Programm eine Projektverwaltung, Sweet-Editor und kann mittels Erweiterungen ausgebaut werden.

Unterstützt wird WIN XP - Seven

Freeware

Changelog

Commando: Fix miss-alignment when opened from the toolbar - fixes #789.
Commando: Fix non-recursive searches not working - fixes #834.
Console: Fixed object keys not dumping in some cases - fixes #790.
Debug: Fix run without debugging throwing error - fixes #835.
Find: Restore focus after the find frame closes - fixes #805.
Linting: Only notify about the first linting error (don’t bombard users with notifications) - fixes #818.
OpenFiles: Fix tab sorting won’t toggle - fixes #841.
Runinline: Consider global environment preferences - fixes #810.
Troubleshooting: Fix safe-mode on OSX - fixes #776.
UI: Fix missing checkmark icons in menu’s on OSX - fixes #801.
debugger: All versions of NodeJS should be supported now - fixes #747.
elastic tabstops: Respect tab width preference - fixes #820.
install: More robust GDK version checker for Linux - fixes #799.
CodeIntel: Autocompletion doesn’t show in some cases - fixes #871.
CodeIntel: CSS codeintel should read all CSS files in the project - fixes #783.

[close]

http://www.activestate.com/komodo-edit/downloads
Titel: Markdown Edit 1.15.0
Beitrag von: SiLæncer am 21 November, 2015, 18:46
(http://s26.postimg.org/wy2jhhic9/screenshot_443.jpg)
Markdown Edit is fully compatible with the CommonMark specification, enabling you to edit Markdown documents, as well as HTML or text ones. It allows document formatting and real-time HTML previewing, providing hotkeys for almost all commands, for easier control.

Freeware

Whats new:>>

Changed Ctrl+L to display a dialog for inserting hyperlinks (issue #64). Ctrl+L activating a hyperlink dialog is common in many online systems. I've modeled my dialog after the one in StackOverflow.
Use Alt-L to change a selection to an unordered/ordered list
Link-pasting - When pasting URL from the clipboard, if something is selected in the editor, it's used as the title of the link.
Sped up detection of image links by checking the URL extension (issue #64).
Force Pandoc to not obfuscate emails (issue #65)

http://mike-ward.net/markdownedit/
Titel: Atom 1.2.2
Beitrag von: SiLæncer am 23 November, 2015, 09:27
Whats new:>>

Fixed package-defined deserialization of workspace items.
Fixed a problem opening a new window when clicking the application icon in the Dock.
Fixed issues where custom scrollbar styles weren't always being applied.

https://atom.io/
Titel: JSONedit 0.9.15.1 Testing
Beitrag von: SiLæncer am 23 November, 2015, 20:45
(http://s26.postimg.org/66opis8ih/screenshot_556.jpg)
JSONedit is a simple editor for the JavaScript Object Notation format "a text-based open standard designed for human-readable data interchange" (source) with availble text and tree views.

Includes array generator using embedded Lua interpreter and Scintilla for text edition.

License:    Freeware

Changelog
fixed uint64 entry (e.g. 18446744073709551615 = 2^64 - 1) from value edit on right panel
fixed problem (apparently bug in sscanf TC++ implementation, tested for comparison MinGW behaves correctly) with sscanf and negative (only negative) values with more than 32 significants bits (with TC++ more significants bits are all set to 1)
fixed/restored out-of-range indication (i.e. red color for edit box) for entered integers / unsigned integers that don't fit in 64 bits
more precise error location info when parsing/validating text (moving cursor to the column from parser error location - useful for unformatted invalid JSON)
[close]

http://tomeko.net/software/JSONedit/index.php
Titel: CudaText 1.0.4.0 Beta
Beitrag von: SiLæncer am 24 November, 2015, 05:50
(http://s26.postimg.org/9ltuvmmu1/screenshot_554.jpg)
Create programming scripts with this powerful tool that supports more than 130 languages and allows users to work concurrently on as many as six groups of projects.

Freeware

Changelog
plugins have hotkeys like all cmds: Commands dlg allows to change plugin keys. Saved in keys.json.
cmd "fold range at current line"
cmd "unfold range at current line"
color for "fold mark border"
[close]

http://www.uvviewsoft.com/cudatext/
Titel: Notepad++ 6.8.7
Beitrag von: SiLæncer am 27 November, 2015, 12:19
(http://s26.postimg.org/vvnitnjix/screenshot_38.jpg)
Notepad++ is a tabbed source code editor and Notepad replacement with a customizable interface. It is one of the few few source code editors that supports "folding," allowing users to quickly reduce and expand sections of code to see the overall document. In addition, it features multi-language syntax highlighting, auto-completion, regular expression search/replace, macro recording and playback, etc. The program can access a long list of plug-ins via an easy-to-access menu with even more features and functions.

License: GPL

What's new: >>

Fix crash while "backups and session snapshots" is activated.
Restore file extension feature in save dialog.
Fix crash issue while moving Find In Files progress window.
Fix tab settings not working in javascript.
Fix user customized keywords no effect in Javascript.
Enhance language detection on "Save as".
Add back-quoted string support for javascript.
Move position to center when using "-n" option in command line.
Installer enhancement: Allow user to keep DSpellCheck plugin.

http://notepad-plus.sourceforge.net/
Titel: SSuite NoteBook Editor 1.0
Beitrag von: SiLæncer am 28 November, 2015, 15:30
(http://s26.postimg.org/z3oplv6e1/screenshot_737.jpg)
SSuite NoteBook Editor is a lightweight and portable text editor loaded with only the essential functions in order to provide a fast, and easy-to-use platform for writing, and more. SSuite NoteBook Editor trims out all those unnecessary functions and features that hog all your precious computer resources and overwhelm the screen like other bloated word processors. It has no need for Java or DotNet to work successfully making it run extremely fast. Another fine attribute is its small size which gives the ability to run from any USB memory device allowing it to be run from your cellphone when connected to a Windows PC, tablet, or laptop.

Freeware

http://www.ssuitesoft.com/ssuitenotebookeditor.htm
Titel: PilotEdit Lite 8.8.0
Beitrag von: SiLæncer am 28 November, 2015, 18:38
(http://www.pilotedit.com/images/OpenInQuickMode.PNG)
PilotEdit is a text, hex, XML, C/C++, HTML, PHP, Java, Javascript and Perl editor that can edit large files of 400GB (40 billion lines).

It offers customizable syntax and keyword highlighting, advanced search and replace operations, automatic text encoding, 256-bit AES encryption/decryption and a built-in FTP/SFTP client lets you open, edit, download and upload large files directly to/from a FTP/SFTP server.

In addition to standard text editing features, PilotEdit can compare and merge two large files of 100GB (10 billion lines). You can also sort, find/remove duplicate lines and extract strings over a large file of 1GB.

Freeware

Whats new:>>

PilotEdit 8.8.0 improves the performance of finding previous occurrence.

http://www.pilotedit.com/
Titel: nanDECK v1.20.5
Beitrag von: SiLæncer am 29 November, 2015, 10:15
(http://s26.postimg.org/l8j2hesyh/screenshot_660.jpg)
nanDECK is a scripting graphic software that provides a simple yet flexible language to create multiple images suited for cards or counters .

Freeware

http://www.nand.it/nandeck
Titel: Markdown Edit 1.16.2
Beitrag von: SiLæncer am 29 November, 2015, 18:15
(http://s26.postimg.org/wy2jhhic9/screenshot_443.jpg)
Markdown Edit is fully compatible with the CommonMark specification, enabling you to edit Markdown documents, as well as HTML or text ones. It allows document formatting and real-time HTML previewing, providing hotkeys for almost all commands, for easier control.

Freeware

Whats new:>>

fix export problems #75
change default for ignore yaml
Create Uri from template path
Merge pull request #76 from matsande/master
change save as html shortcut

http://mike-ward.net/markdownedit/
Titel: Atom 1.2.4
Beitrag von: SiLæncer am 29 November, 2015, 19:20
(http://s26.postimg.org/6bt5lin89/screenshot_265.jpg)
A powerful and flexible application that works as a text and source code editor with syntax highlight, or alternately as a file viewer.

MIT License

Whats new:>>

Fixed an issue scrolling right when the first line is the longest in the file.

https://atom.io/
Titel: RJ TextEd 10.90 Beta 2
Beitrag von: SiLæncer am 02 Dezember, 2015, 05:15
(http://images.six.betanews.com/screenshots/scaled/1187014627-1.jpg)
RJ TextEd - A Unicode source and text editor. RJ TextEd is a full featured text and source editor with Unicode support, syntax highlighting and code folding. The functionality extends beyond text files and includes support for HTML editing with integrated preview, spell checking, auto completion, HTML validation, templates and more. The program also include support for Topstyle Lite CSS editor, has a dual pane file commander, as well as a FTP client to upload your files. The editor uses language files to display menus and dialogs in different languages. There are several included languages. New language files can easily be created in the editor. RJ TextEd is also a simple web development tool. The editor can use auto completion and hints to assist you in editing your source code. You can preview HTML/ASP/PHP... code using one of the preview tabs or open a document in a browser. The editor does not only handle source code. It also handles true ASCII files, binary files and of course plain text files.

Licence: Freeware

Changelog

Emmet:

Included latest Emmet JS code and added several "HTML->Emmet" menu items.

Expand abbreviation at cursor (Shift+Enter):

Type an abbreviation e.g. "ul>li*5" and select menu item or hit
Shift+Enter to expand the abbreviation under the cursor.

Expand abbreviation (Ctrl+,):

Opens a small edit box. Type the abbreviation and hit enter to insert
the expanded code.

Wrap with abbreviation (Shift+Ctrl+,):

Select some code and select menu item. Type the abbreviation in the
opened edit box and hit enter to insert the expanded code.

Next edit point:

Find next edit point, e.g. between tags.

Previous edit point:

Find previous edit point.
Emmet is not available on Windows XP or below.

Annotation Bar:

Display a narrow annotation bar beside the vertical scrollbar.

The annotation bar display:

The current line
Selection (including multiple selection)
Changed lines
Bookmarks
Matching HTML,XML tags
Matching fold items
Matching braces
Find All matches
Chrome preview
Updated the 64-bit version to a newer version (v45).

Quickbar:

Redesigned the dropdown buttons to switch toolbar and changed icons.

Open as binary files:

Added an option to edit file extensions used to identify binary files.

Misc:

Hidden panels open and close faster in this version.
Made some visual changes in the toolbar. Syntax and spell buttons are
resized if necessary.
Save prompt is not displayed anymore for cloned documents.
Document.BeginUpdate should work better in scripts.
Project "Rescan all files" will remove non-existing files from the project.

Fixed:

Variable input issues with text clips.
Sort undo issue.
Text compare issue.
Issue where editor toolbar buttons could disappear.
Toolbar display issues.

[close]

http://www.rj-texted.se
Titel: CudaText 1.2.0.0
Beitrag von: SiLæncer am 03 Dezember, 2015, 09:21
Changelog
commands for markers like Synwrite
support for Snippets plugin
opt ui_non_text (prompt/ open/ don't open)
opt ui_non_text_buffer
cmd "run last command plugin"
fix: ui_one_instance and non-text prompt
[close]

http://www.uvviewsoft.com/cudatext/
Titel: BirdFont 2.14.0
Beitrag von: SiLæncer am 03 Dezember, 2015, 13:14
(http://s26.postimg.org/sj74wh1cp/screenshot_536.jpg)
BirdFont is a free font editor that lets you create vector graphics and export TTF, EOT & SVG fonts.

License: Open Source

Whats new:>>

Improved vertical metrics in TTF fonts
Sandbox support on Mac OS
Bug fixes

http://birdfont.org/
Titel: Markdown Edit 1.17.1
Beitrag von: SiLæncer am 05 Dezember, 2015, 15:00
Whats new:>>

Add tex_math_dollars option to prevent $$ math expersions $$ from getting reformatted.

http://mike-ward.net/markdownedit/
Titel: Google Web Designer 1.5.2.1202 Beta
Beitrag von: SiLæncer am 07 Dezember, 2015, 05:15
(http://s26.postimg.org/4biys0avt/screenshot_755.jpg)
A feature-packed software solution that comes in handy to all users who want to quickly and effortlessly design interactive HTML5 content.

Freeware

Whats new:>>

Failure to fetch profile data after the profile is modified on Studio
Profile linkage is broken if not signed in when attempting to modify bindings
Feature Request: allows data binding for exits in gwd-taparea
Failure to switch between files created from some YouTube Masthead templates when the ci-ytclosebutton is selected

https://www.google.com/webdesigner/
Titel: SynWrite 6.19.2150
Beitrag von: SiLæncer am 08 Dezember, 2015, 06:10
(http://images.betanews.com/screenshots/1289816929-1.jpg)
Erweiterter Text-Editor mit Unterstützung von vielen Dateiformaten, Programmiersprachen und Zeichenkodierungen; bietet unter anderem Syntax-Hervorhebung, Auto-Vervollständigung und Code-Vorlagen; auch als Plug-in für Total Commander und als portable Version erhältlich.

Freeware

Changelog

macros dlg: import/export macros
remove submenu for "Set tab color" in tab context menu(only show dlg), remove tab-color opts
fix: nasty edits in Sort dlg
fix: replace-all with Unicode text (Rus) with case-insensitive
change readme/*.rar to .zip
remove some Delphi libs (fastmm, fastcode)

[close]

http://www.uvviewsoft.com/synwrite/
Titel: Notepad++ 6.8.8
Beitrag von: SiLæncer am 10 Dezember, 2015, 06:10
What's new: >>

Fix a regression of link style in html/php.
Fix find in files progress window alway on top issue.
Add Debug Info helper feature.
Fix highlighting for tags inside comment problem.
Make editor border edge display optional.
Enhance syntax highlighting for D, Powershell, Lua and Python.
Enhance syntax highlighting of preprocessor comments for several languages.
Improve close button in tab position.

http://notepad-plus.sourceforge.net/
Titel: CKEditor 4.5.6
Beitrag von: SiLæncer am 11 Dezember, 2015, 19:21
(http://s26.postimg.org/y8h12nzbt/screenshot_191.jpg)
WYSIWYG-Editor für eigene Webseiten, der sich in diverse Skriptsprachen integrieren lässt; unterstützt die meisten gängigen Browser; auch mit kommerzieller Lizenz erhältlich

Lizenz: Open Source

Whats new: >>

Changelog

New Features:

    Introduced the CKEDITOR.tools.getCookie() and CKEDITOR.tools.setCookie() methods for accessing cookies.
    Introduced the CKEDITOR.tools.getCsrfToken() method. The CSRF token is now automatically sent by the File Browser and File Tools plugins during file uploads. The server-side upload handlers may check it and use it to additionally secure the communication.

Other Changes:

    Updated SCAYT (Spell Check As You Type):
        New features:
            CKEditor Language plugin support.
            CKEditor Placeholder plugin support.
            Drag&Drop support.
            Experimental GRAYT (Grammar As You Type) functionality.
        Fixed issues:
            #98: SCAYT affects dialog double-click. Fixed in SCAYT core.
            #102: SCAYT core performance enhancements.
            #104: SCAYT's spans leak into the clipboard and after pasting.
            #105: A JavaScript error fired in case of multiple instances of CKEditor on one page.
            #107: SCAYT should not check non-editable parts of content.
            #108: Latest SCAYT copies the ID of the editor element to the iframe.
            SCAYT stops working when CKEditor Undo plugin not enabled.
            Issue with pasting SCAYT markup in CKEditor.
            SCAYT stops working after pressing the Cancel button in the WSC dialog.

[close]

http://ckeditor.com/
Titel: Markdown Edit 1.18
Beitrag von: SiLæncer am 12 Dezember, 2015, 09:15
(http://s26.postimg.org/wy2jhhic9/screenshot_443.jpg)
Markdown Edit is fully compatible with the CommonMark specification, enabling you to edit Markdown documents, as well as HTML or text ones. It allows document formatting and real-time HTML previewing, providing hotkeys for almost all commands, for easier control.

Freeware

Whats new:>>

Smarter smart link pasting. MDE detects when you're pasting a link and converts it to the appropriate format. However, there are places where this is not the desired behavior. For instance, when pasting into a code or HTML block.
Block element backgrounds paint the entire block instead of just the text.

http://mike-ward.net/markdownedit/
Titel: CudaText 1.2.5.0
Beitrag von: SiLæncer am 12 Dezember, 2015, 10:46
(http://s26.postimg.org/9ltuvmmu1/screenshot_554.jpg)
Create programming scripts with this powerful tool that supports more than 130 languages and allows users to work concurrently on as many as six groups of projects.

Freeware

Changelog
support for Macros plugin
theme "green"
cmd "convert tabs to spaces"
cmd "convert spaces (leading) to tabs"
files in session must not update recents
fix: json tree (e.g. file menu.json)
fix: grouped undo
[close]

http://www.uvviewsoft.com/cudatext/
Titel: Atom 1.3.1
Beitrag von: SiLæncer am 12 Dezember, 2015, 11:15
(http://s26.postimg.org/6bt5lin89/screenshot_265.jpg)
A powerful and flexible application that works as a text and source code editor with syntax highlight, or alternately as a file viewer.

MIT License

Whats new:>>

Fixed copying and pasting in native input fields.
Fixed an error when installing or updating packages with apm.

https://atom.io/
Titel: AkelPad 4.9.7
Beitrag von: SiLæncer am 13 Dezember, 2015, 13:18
(http://akelpad.sourceforge.net/files/screen_basic.png)
AkelPad is an open source editor for plain text. It is designed to be a small and fast. Includes the ability to load text documents that are larger than 64 Kilobytes, document previews before opening them, editing of read only files and more. Plugins add a number of additional features to Akelpad like syntax highlighting, auto completion, sessions, macros and scripts and auto saving.

Licence: Open Source

Whats new:>>

Changed: plugin architecture. Update plugins.
Changed: "Replace all" with up direction.
Added: option to find/replace dialog ". matches \n".
Added: Catalan language module (Hiro5).
Added: command line parameter /NewInstance - force create new program instance.
Added: command line parameter /MainClass("MyAkelPad4") - set class name for a new program instance.
Added: possibility to set \0 symbol in delimiters.
Added: error position in regular expression error message.

http://akelpad.sourceforge.net/en/index.php
Titel: SynWrite 6.19.2155
Beitrag von: SiLæncer am 14 Dezember, 2015, 06:00
(http://images.betanews.com/screenshots/1289816929-1.jpg)
Erweiterter Text-Editor mit Unterstützung von vielen Dateiformaten, Programmiersprachen und Zeichenkodierungen; bietet unter anderem Syntax-Hervorhebung, Auto-Vervollständigung und Code-Vorlagen; auch als Plug-in für Total Commander und als portable Version erhältlich.

Freeware

Changelog

+ font "menus" used also for menu-dialogs (commands, snippets, plugin manager, goto proj file, tab switcher)
- fix window pos if 2nd monitor removed (prev pos on 2nd monitor)
- fix Json tree

[close]

http://www.uvviewsoft.com/synwrite/
Titel: RJ TextEd 10.90 Final
Beitrag von: SiLæncer am 14 Dezember, 2015, 17:31
(http://images.six.betanews.com/screenshots/scaled/1187014627-1.jpg)
RJ TextEd - A Unicode source and text editor. RJ TextEd is a full featured text and source editor with Unicode support, syntax highlighting and code folding. The functionality extends beyond text files and includes support for HTML editing with integrated preview, spell checking, auto completion, HTML validation, templates and more. The program also include support for Topstyle Lite CSS editor, has a dual pane file commander, as well as a FTP client to upload your files. The editor uses language files to display menus and dialogs in different languages. There are several included languages. New language files can easily be created in the editor. RJ TextEd is also a simple web development tool. The editor can use auto completion and hints to assist you in editing your source code. You can preview HTML/ASP/PHP... code using one of the preview tabs or open a document in a browser. The editor does not only handle source code. It also handles true ASCII files, binary files and of course plain text files.

Licence: Freeware

Changelog

Emmet

Included latest Emmet JS code and added several "HTML->Emmet" menu items.

Expand abbreviation at cursor (Shift+Enter)

Type an abbreviation e.g. "ul>li*5" and select menu item or hit Shift+Enter to expand the abbreviation under the cursor.

Expand abbreviation (Ctrl+,)

Opens a small edit box. Type the abbreviation and hit enter to insert the expanded code.

Wrap with abbreviation (Shift+Ctrl+,)

Select some code and select menu item. Type the abbreviation in the opened edit box and hit enter to insert the expanded code.

Next edit point

Find next edit point, e.g. between tags.

Previous edit point

Find previous edit point.

Zitat
nb -> &nbsp;
lt -> &lt;
gt -> &gt;

Emmet is not available on Windows XP or below.

Annotation Bar

Display a narrow annotation bar beside the vertical scrollbar.

A left mouse click on the annotation bar will move the text cursor that place in the document.

The annotation bar display:

    The current line
    Selection (including multiple selection)
    Changed lines
    Bookmarks
    Matching HTML,XML tags
    Matching fold items
    Matching braces
    Find All matches

Chrome preview

Updated the 64-bit version to a newer version (v45).

Zitat
%var% = @i[John Doe] Full Name
  or
  %cl% = @c My Color

These names are displayed in the variable input window. If only one variable needs input, the name may not be shown. E.g. if you have a single input request for a color, the color dialog is shown and the name is ignored. But for a prompt input (@i) the name is still shown in the prompt window.

All macro names are optional so

Zitat
%cl% = @c

is perfectly fine.

Quickbar

Redesigned the dropdown buttons to switch toolbar and changed icons.

Panels

Hidden panels open and close faster in this version. Except the search result and message panels. They open as fast but close after a small delay.

You can assign a keyboard shortcut to view/hide any panel in "Customize keyboard...".

Open as binary files

Added an option to edit file extensions used to identify binary files.

Misc

    "Paste from clipboard" is now much faster in large files.
    Made some visual changes in the toolbar. Syntax and spell buttons are resized if necessary.
    Save prompt is not displayed anymore for cloned documents.
    Document.BeginUpdate should work better in scripts.
    Project "Rescan all files" will remove non-existing files from the project.

Fixed

    FTP/SFTP upload issues.
    Variable input issues with text clips.
    Sort undo issues.
    Text compare issue.
    Issue where editor toolbar buttons could disappear.
    Toolbar display issues.
    Regex issue with Unix or Mac line breaks and find all.
    External change warning when deleting file in "Save As..." window.
    Hex view scroll issues.
    Hex view edit and copy issues.
    Hex view undo issues.
    Hex view memory corruption issue.
    Several find/replace issues.


[close]

http://www.rj-texted.se
Titel: MadEdit v0.2.9.1
Beitrag von: SiLæncer am 14 Dezember, 2015, 19:30
(http://s26.postimg.org/podw5ruop/screenshot_784.jpg)
MadEdit is a text editor with text/hex/column edit modes. It supports many character encodings, including UTF-8/16/32, BIG5, GBK, S-JIS etc. It also supports regular expression search-and-replace, syntax highlighting (C++, Java, HTML, PHP, Perl, Python, Ruby and many others), as well as the display of ASCII-Art files.

License:    GPL

http://sourceforge.net/projects/madedit/
Titel: CudaText 1.2.8.0
Beitrag von: SiLæncer am 15 Dezember, 2015, 19:30
Changelog
+ custom-dialog api
+ dlg "Goto tab" shows paths
+ output panel has hotkeys (wiki help topic)
+ console: char ";" at end of cmd: don't log
- fix on pasting n lines at line-end
- fix replace regex "$"
[close]

http://www.uvviewsoft.com/cudatext/
Titel: CodeLobster PHP Edition 5.8
Beitrag von: SiLæncer am 16 Dezember, 2015, 20:45
(http://images.six.betanews.com/screenshots/1186155456-1.gif)
CodeLobster PHP Edition is a handy and easy-in-use editor that is primarily intended for quick and easy creation and editing of PHP files. It includes debugger, dynamic help, built-in parser, autocomplete and Class View window for comfortable work with PHP code. CodeLobster PHP Edition also supports such file formats as Text, HTML, XML.

Freeware (Free registration by email is required after 30 days)

Changelog

Detecting used language for Dynamic and Context Help
Detecting current parent class for Dynamic and Context Help
Parsing default values of parameters for PHP functions
Improved tooltips with descriptions of frameworks functions
Improved auto indent

Symfony plug-in:

Updated to support the latest version (2.x)

Yii plug-in:

Updated to support the latest version (2.x)

Bugs fixed:

Problem with trial period without adminstrator rights
Mysqli autocomplete
Crash on creating projects with incorrect symbols
Fix for Arabic language

[close]

http://www.codelobster.com/
Titel: EditPad Lite 7.4.0
Beitrag von: SiLæncer am 18 Dezember, 2015, 12:29
(http://www.editpadpro.com/screens/editpadlite.png)
EditPad Lite is a general-purpose text editor, designed to be small and compact, yet offer all the functionality you expect from a basic text editor. EditPad Lite works with Windows NT4, 98, 2000, ME, XP and Vista.

Freeware

Changelog

Improvements:

Installer no longer asks to accept the license agreement if you already have EditPad Lite 7.x.x installed.
Installer now puts a single shortcut directly in the Start menu which better fits the Start menu on Windows 10.
Preferences|Side Panels: Selecting a dark background color for the side panels now makes EditPad select a different theme for tree views that provides more contrast when you restart EditPad.
Windows 10: New look for the menus and toolbars on Windows 10 to add a bit more contrast to EditPad's user interface.
Windows 10: Preserved window position now allows the visible portion of the window border to sit directly against the edge of the screen.

Bug fixes:

Do not prompt again checkbox on the question whether a file that was modified on disk and has unsaved changes did not stop the prompt if the choice was to reload the file.
Search: Replacing all matches of a regular expression in a large file would in rare circumstances only partially insert one or more replacements if the replacement was longer than the match (introduced in 7.3.2 and partially fixed in 7.3.5).

[close]

http://www.editpadpro.com/editpadlite.html
Titel: Komodo Edit 9.3.2 Build 16460
Beitrag von: SiLæncer am 18 Dezember, 2015, 20:45
(http://download.winboard.org/uploads/Image/2010-12-22%2009%2024%2056.png)
Komodo Edit ist ein Editor, der folgende Sprachen unterstützt: PHP, Python, Ruby, java script, Perl, Tcl, XML, HTML 5, CSS 3. Weiterhin bietet das Programm eine Projektverwaltung, Sweet-Editor und kann mittels Erweiterungen ausgebaut werden.

Unterstützt wird WIN XP - Seven

Freeware

Changelog

Collab: Fix issue where user indicators would show on top of windows.
Collab: Use tooltip instead of panels, to eliminate focus issues.
EditorConfig: Reverted a change that made some prefs not apply - fixes #908.
Find: Fix “where” section not remembered - fixes #873.
Find: Keep focus inside find frame when tabbing - fixes #888.
Fixed regression in Perl interpolated variable highlighting with Scintilla upgrade - fixes #914.
Linter: Show at most 10 results at a time.
Non-scannable UDL languages like XML do not have scopes; do not raise errors - fixes #906.
Notifications: Corner notifications should not be too wide.
Notifications: Fixed notifications stealing focus, for real this time - fixes #816, fixes #837.
Projects: Fix editor prefs missing under Project prefs - fixes #929.
Projects: Fixed #860 can’t open projects with “ ” in name.
Projects: Places opens in wrong context in newWindow. fixes #932.
SCSS: Use ’//’ for line comments in SCSS - fixes #866.
UI: Highlight focused elements in the HUD - fixes #883.
codeintel: Buffers with only one token should not cause errors anymore - fixes #796.
codeintel: Do not create extra, unnecessary CIX files on Windows - fixes #870.
codeintel: Do not error on blank documents - fixes #895.
codeintel: PHP: Fixed interface method inheritence - fixes #751.
codeintel: golang: Fixed codeintel crash in some instances of “goto definition” - fixes #461.
editor: Do not auto-expand abbreviations when recording macros or when there is a column selection - fixes #811.
editor: Fixed out-of-control drag-and-drop for large files and word wrap - fixes #901.
editor: Ignore smart wrapping when performing a key combination - fixes #865.
editor: minimap: Do not allow markers to be shown - fixes #855.
Projects: Fixed projects failing to open in new windows due to space in filename - fixes #860.

[close]

http://www.activestate.com/komodo-edit/downloads
Titel: Alternate Text Browser 2.920
Beitrag von: SiLæncer am 20 Dezember, 2015, 20:15
(http://s26.postimg.org/cjpya493t/screenshot_793.jpg)
A reliable and useful syntax highlighting text editor that comes in handy for users who need to browse through several TXT and HTML documents within minutes.

Freeware

Whats new:>>

DPI bugfix: dpiAware
Correction for window default position
New uninstcleanup V1.220 added

http://www.alternate-tools.com/pages/c_textbrowser.php?lang=ENG
Titel: RJ TextEd 10.91
Beitrag von: SiLæncer am 21 Dezember, 2015, 23:20
Changelog

Printing:

Added an option to set the font used for printing. Like the text font, you can set individual fonts for different file types.
To use a print font you have to enable it in options (font and tabs options). If not enabled, the current code or text font is used. Just as before.

Fixed:

Emmet encoding issue.
Emmet extract abbreviation issue.
Tool UTF-8 output issue.
Execute text clip from a keyboard shortcut.
A comment issue with the CSS/LESS highlighter.
Copy, paste and refresh issues in word wrap mode.
Edit issues in word wrap mode when syntax highlighter use regex.
A click on the annotation bar should give focus to the editor window.
Open file issue in the Syntax Editor.
A tab issue with printing.

[/quote]

[close]

http://www.rj-texted.se
Titel: Atom 1.4.0 Beta 3
Beitrag von: SiLæncer am 22 Dezember, 2015, 07:20
Whats new:>>

Autocomplete-plus now uses a new and improved sorting algorithm by default.

https://atom.io/
Titel: Open Live Writer 0.5.1.3
Beitrag von: SiLæncer am 22 Dezember, 2015, 19:45
(http://s26.postimg.org/i36qfxr89/screenshot_795.jpg)
Open Live Writer is a powerful, lightweight blog editor that allows you to create blog posts, add photos and videos then publish to your website.

MIT License

Changelog
This release extends the initial version of Blogger support using their latest API to unblock users of Blogger.

Additional notes:

Fixed issue #170 - The remote server returned an error: (403) Forbidden affecting Google Blogger posts.
Fixed issue #26 - OLW won't open local drafts or published posts, throws an UnauthorizedAccessException
Fixed issue #188 - Unexpected Error Occurred in OpenLiveWriter.Mshtml.IMarkupPointerRaw.MoveAdjacentToElement
Fixed issue #66 - No blogs accounts found on SSL Wordpress Multisite
Enabled tags (aka labels) for Google Blogger
Enabled split post for Google Blogger
[close]

http://openlivewriter.org/
Titel: ConstEdit 2.5.2
Beitrag von: SiLæncer am 24 Dezember, 2015, 07:50
(http://s26.postimg.org/5p2bykt95/screenshot_799.jpg)
ConstEdit is an HTML5 editor that lets you write your words to your webpages and read your documents with your web-browser.

Unlike cloud apps and online html editors, it does not require an internet connection to work with. It runs locally on your pc for better performance, convenience and security. By omitting functionality that is unnecessary for the average office requirements, the user interface is kept clean.

Freeware

Whats new:>>

A new button is added to the Text Toolbar of html to facilitate translating the currently selected text with Google Translate. (Google Translate is a registered trademark of Google Inc.) The selected text is passed to the Google Translate webpage through your default browser, to translate to the specified language of your choice.
The user guide is updated accordingly.
Several minor bugs are fixed.

http://www.constedit.com/
Titel: CodeLobster PHP Edition 5.8.1
Beitrag von: SiLæncer am 28 Dezember, 2015, 10:00
(http://images.six.betanews.com/screenshots/1186155456-1.gif)
CodeLobster PHP Edition is a handy and easy-in-use editor that is primarily intended for quick and easy creation and editing of PHP files. It includes debugger, dynamic help, built-in parser, autocomplete and Class View window for comfortable work with PHP code. CodeLobster PHP Edition also supports such file formats as Text, HTML, XML.

Freeware (Free registration by email is required after 30 days)

Changelog

Bugs fixed:

    Incorrect showing of line breaks
    Several minor FTP issues
    Fix for RTL languages

[close]

http://www.codelobster.com/
Titel: BirdFont 2.15.4
Beitrag von: SiLæncer am 29 Dezember, 2015, 21:30
(http://s26.postimg.org/sj74wh1cp/screenshot_536.jpg)
BirdFont is a free font editor that lets you create vector graphics and export TTF, EOT & SVG fonts.

License: Open Source

Whats new:>>

• Speed opimizations

http://birdfont.org/
Titel: RocketCake 1.0.4
Beitrag von: SiLæncer am 30 Dezember, 2015, 07:15
(http://s26.postimg.org/lvm5ouas9/screenshot_810.jpg)
RocketCake is a free web editor for creating responsive websites for beginners and professional web developers. No programming needed.

Freeware

http://www.ambiera.com/rocketcake/index.html
Titel: TinyMCE 4.3.2
Beitrag von: SiLæncer am 30 Dezember, 2015, 17:00
(https://s26.postimg.cc/6v8qk5xpl/screenshot_1061.png)
Auf Javascript basierender WYSIWYG-Editor, der sich in die Textfelder bestehender Webseiten einbinden lässt; auch als Plug-in für Mambo Server, Drupal, Plone, Typo3 und andere CMS verfügbar; unterstützt alle gängigen Browser.

Release Notes

fixed bug where the resize bars for table cells were not affected by the object_resizing property.
fixed bug where the contextual table toolbar would appear incorrectly if TinyMCE was initialized inline inside a table.
fixed bug where resizing table cells did not fire a node change event or add an undo level.
fixed bug where double click selection of text on IE 11 wouldn't work properly.
fixed bug where codesample plugin would incorrectly produce br elements inside code elements.
fixed bug where media plugin would strip dashes from youtube urls.
fixed bug where it was possible to move the caret into the table resize bars.
fixed bug where drag/drop into a cE=false element was possible on IE.

[close]

Lizenz: Open Source

http://tinymce.moxiecode.com/
Titel: DFM2HTML 8.3
Beitrag von: SiLæncer am 30 Dezember, 2015, 18:45
(http://download.winboard.org/uploads/Image/dfm2html.jpg)
DFM2HTML ist ein WYSIWYG HTML-Editor, mit dem man per Drag&Drop Webseiten ohne Kenntnisse von HTML professionell erstellen kann.Effekte wie Schatten/Rotation/Anti-Aliasing/Runde Ecken machen Bildbearbeitungsprogramme überflüssig.

    * WYSIWYG in Kombination mit Stylesheet-basiertem Design
    * Mehrere HTML-Seiten können in einem Dokument verwaltet werden
    * Graphische Effekte (z.B. Anti-Aliasing, Schatten, Runde Ecken)
    * HTML-Formulare
    * kompakte HTML-Code-Generierung
    * Unicode
    * PHP
    * DHTML-Menüs

Was ist neu : >>

* Delphi-Seattle kompiliert
* Bugfix für Mausrad im Design Mode unter Windows 10
* Bugfix für Combobox assertion code
* Bugfix für Null-Division im Bitmaprenderer

http://www.dfm2html.de/
Titel: CudaText 1.2.10.0
Beitrag von: SiLæncer am 31 Dezember, 2015, 10:45
(http://s26.postimg.org/9ltuvmmu1/screenshot_554.jpg)
Create programming scripts with this powerful tool that supports more than 130 languages and allows users to work concurrently on as many as six groups of projects.

Freeware

Changelog
addon-manager: items "Install plugin","Download all" (restart app 1-2 times to see menuitems)
added cmds: "tree: select next/prev/parent/etc node"
opt ui_lexers_grouped
opt ui_reload_tail
use grouped-undo for mul-carets cmds
cmd "tree: update tree" (need if sidebar hidden)
[close]

http://www.uvviewsoft.com/cudatext/
Titel: nanDECK v1.21
Beitrag von: SiLæncer am 01 Januar, 2016, 19:20
(http://s26.postimg.org/l8j2hesyh/screenshot_660.jpg)
nanDECK is a scripting graphic software that provides a simple yet flexible language to create multiple images suited for cards or counters .

Freeware

Changelog
New LOG directive.
New LINKMULDIS directive.
New SEQUENCE, ENDSEQUENCE directives.
New CORRECTION directive.
New SPECIAL directive.
New EVAL function.
Added O flag in FONT directive for hollow text.
Added T/M/B flags in HTMLIMAGE directive for vertical alignment.
Added B flag in HTMLTEXT directive for transparency.
Added parameters in HTMLFONT directive for shadow/outline text.
Added parameter in SAVE directive to read a transparency mask.
Added parameters in FRAMETRANS function for resize.
Added @ and # flags to LABELRANGE function.
Added ^ and ~ flags to FILTER function.
Added mask and for parameters to FILTER function.
Added µ as a variable containing the current frame name.
Added elliptical gradients (with @361 parameter).
Added square gradients (with @362 parameter).
Added star gradients (with @363 parameter).
Extraction of two coordinates from a frame (Pxx).
Extraction of three coordinates from a frame (Txx).
Extraction of three coordinates from a frame (Hxx).
Added support for ods and xlsm files in LINK directive.
Error highlight in editor.
New features in Virtual Table.
New buttons for symbols § ° µ, copy script and copy script to BGG.
New Auto-Layout feature (CTRL+F1 b/w - CTRL+F2 color - CTRL+F3 w/b).
[close]

http://www.nand.it/nandeck
Titel: Open Live Writer 0.5.1.4
Beitrag von: SiLæncer am 02 Januar, 2016, 10:50
(http://s26.postimg.org/i36qfxr89/screenshot_795.jpg)
Open Live Writer is a powerful, lightweight blog editor that allows you to create blog posts, add photos and videos then publish to your website.

MIT License

Changelog

A small update to fix a bug with the recently introduced Blogger label support.

Fixes include:

Make sure a null list isn't used for blogger labels
Fix a null reference error reading from registry
Fix error when doing theme detection including Base64 encoded images
Save dialog pops up even when nothing has been changed.

[close]

http://openlivewriter.org/
Titel: CudaText 1.2.12.0
Beitrag von: SiLæncer am 07 Januar, 2016, 05:45
Changelog
api (log panels api, splitters api)
removed lexers NSIS, Inno: to Addon Manager
[close]

http://www.uvviewsoft.com/cudatext/
Titel: SynWrite v6.19.2165
Beitrag von: SiLæncer am 09 Januar, 2016, 09:30
(http://images.betanews.com/screenshots/1289816929-1.jpg)
Erweiterter Text-Editor mit Unterstützung von vielen Dateiformaten, Programmiersprachen und Zeichenkodierungen; bietet unter anderem Syntax-Hervorhebung, Auto-Vervollständigung und Code-Vorlagen; auch als Plug-in für Total Commander und als portable Version erhältlich.

Freeware

Changelog

Added:

    Api (on_click).

Changed:

    Lexers HTML/HTML_/PHP/PHP_: rename, old pair removed to AddonManager.
    Lexer NSIS removed to AddonManager.
    Item "Web search" moved to "Tools".
    Item "Help- Browse py folder" removed.

[close]

http://www.uvviewsoft.com/synwrite/
Titel: Atom 1.3.3
Beitrag von: SiLæncer am 11 Januar, 2016, 13:50
(http://s26.postimg.org/6bt5lin89/screenshot_265.jpg)
A powerful and flexible application that works as a text and source code editor with syntax highlight, or alternately as a file viewer.

MIT License

Whats new:>>

Fixed an exception that would occur when undoing after closing a split pane.
Fixed a crash that would occur when closing a full-screen window on OSX.
Fixed an infinite loop that would occur when opening multiple files with the same names in different directories.

https://atom.io/
Titel: PilotEdit Lite 8.9.0
Beitrag von: SiLæncer am 11 Januar, 2016, 17:40
(http://www.pilotedit.com/images/OpenInQuickMode.PNG)
PilotEdit is a text, hex, XML, C/C++, HTML, PHP, Java, Javascript and Perl editor that can edit large files of 400GB (40 billion lines).

It offers customizable syntax and keyword highlighting, advanced search and replace operations, automatic text encoding, 256-bit AES encryption/decryption and a built-in FTP/SFTP client lets you open, edit, download and upload large files directly to/from a FTP/SFTP server.

In addition to standard text editing features, PilotEdit can compare and merge two large files of 100GB (10 billion lines). You can also sort, find/remove duplicate lines and extract strings over a large file of 1GB.

Freeware

Whats new:>>

PilotEdit 8.9.0 improves the performance of opening huge files.

http://www.pilotedit.com/
Titel: TeXstudio 2.10.6
Beitrag von: SiLæncer am 11 Januar, 2016, 20:45
(http://s26.postimg.org/d57zg2pll/screenshot_581.jpg)
GPL-LaTeX-Editor, der das Erstellen von LaTex-Dokumenten in Unicode vereinfacht; unterstützt den Nutzer beim Schreiben mittels interaktiver Rechtschreibprüfung, Syntax-Highlighting, Code-Folding und automatischer Code-Vervollständigung.

Lizenz: Open Source

Changelog

- add option to choose the poppler render backend
- prevention of file corruption if saving fails for some reason
- global search button in search toolbar now updates the results instead of show/hide
- option to store absolute paths in session files
- use short title for sections in structure view (if available)
- structure commands can now be defined in cwl
- support memoir class
- support right-click + wheel for zooming in internal pdf viewer
- add --version and --help option to OS X and Linux command line (not possible for Win)
- fix: detection of new texlive paths on OS X El Capitan
- fix: messages could be hidden by splash screen on OSX
- fix: make glossary entries available as labels again
- fix: format math environment as math
- fix: $$ as math start
- fix: spell checking for hyphen/abbreviations
- fix: ignore leading/trailing quotes for spell check
- fix: workaround for single code language identifiers in LanguageTool
- fix: layout switching between uncertain and ltr (rtl) language parts
- fix: do not use shortcut Ctrl+Alt+F with Turkish locale
- fix: included badWords files were not found
- fix: pdf cache limit was not respected correctly
- fix: scale statusbar icons with secondary toolbar
- fix: crash of "Open package documentation" in certain situations
- fix: certain errors in log file were only detected as warnings
- fix: single starred lines in log file were falsely detected as warning
- fix: no syntax checking on non-LaTeX documents
- fix: context help for \documentclass
- fix: treat minted as verboten environment
- fix: correctly handle files with uppercase extension .TEX as tex files
- fix: workaround for pasting from LibreOffice (priorize text over image)
- updates to translations
- updates to the manual
- updates to cwl files

[close]

http://texstudio.sourceforge.net/
Titel: HelpNDoc 4.9.0.111
Beitrag von: SiLæncer am 12 Januar, 2016, 12:27
(http://www.kaldata.com/images/news/logos/helpndoc.gif)
HelpNDoc provides all the tools necessary to write complete help files, manuals and documentations in a user friendly and very easy to use environment. HelpNDoc can generate standard Windows CHM help files, WEB based documentation, iPhone specific websites as well as printable PDF and Word documents.

HelpNDoc is completely free for personal use and evaluation purposes.

Changelog
New generated documentation format: Qt Help
New auto-completion for hyperlinks: start with http:// or other protocols and hit CTRL-SPACE to rapidly create an hyperlink
Distributed paragraph alignment. Only recommended for East Asian languages
Opacity support for paragraph background color
New scripts for mass header/footer updating
Faster project creation and opening
Better table sizing in topic editor
Setting table cells preferred width to percent didn't work as expected
An access violation errors could occurs under certain rare conditions when generating documentation
Inserting a page break within a table cell generated produced an "Item index is out of bounds" error
Word table of contents page fields lost their style when updated
PDF documents automatically switched pages every few seconds when viewed in full screen mode in some viewers
Kindle eBooks didn't always correctly display the cover picture
Kindle generation log could report an error even though generation succeeded
Style names were not translated in the "Styles" group of the "Write" ribbon tab
Live spell checker won't report errors with curved apostrophes in French language
[close]

http://www.helpndoc.com/
Titel: Arachnophilia 5.5 Build 2914
Beitrag von: SiLæncer am 12 Januar, 2016, 18:16
(http://s26.postimg.org/6egxt18ux/screenshot_558.jpg)
Arachnophilia ist ein kostenloser HTML-Editor für die einfache, bequeme Webseiten-Gestaltung. HTML-Seiten für das eigene Web-Domizil lassen sich mit der Freeware kreativ und individuell bearbeiten.

Es handelt sich bei Arachnophilia um einen echten Klassiker unter den textbasierten HTML-Editoren. Die Freeware enthält alle wichtigen Funktionen zur Erzeugung von Tabellen und Rahmen. Enthalten ist außerdem ein FTP-Client und ein interner Viewer.

Vorgefertigte Makros können mit Arachnophilia zum Schreiben von HTML-Quelltext verwendet werden. „Wizards“ sind behilflich, um HTML-Lösungen komfortabler zu realisieren. Die Freeware kann nicht nur für das HTML-Deisgn, sondern auch für Programmiersprachen wie Java, JavaScript, Perl, C und C++ eingesetzt werden. Nützlich ist dabei die Funktion des Syntax Highlighting.

Nahezu alle Arachnophilia-Menüs und Werkzeugleistenelemente können intern durch ein Makro dargestellt und individuell erweitert oder verändert werden. Weitere interessante Funktionen sind ein Makroeditor zum Erstellen selbst definierter Funktionen, ein globales Suchen und Ersetzen, die Browser-Vorschau in sechs unterschiedlichen Varianten, der Import von RTF-Dokumenten und die Überwachung von Dateiveränderungen.

Whats new: >>

Updated HTML file template to agree with recent conventions

http://www.arachnoid.com/arachnophilia/index.php
Titel: CudaText 1.2.14.0
Beitrag von: SiLæncer am 13 Januar, 2016, 12:30
(http://s26.postimg.org/9ltuvmmu1/screenshot_554.jpg)
Create programming scripts with this powerful tool that supports more than 130 languages and allows users to work concurrently on as many as six groups of projects.

Freeware

Changelog
selection keeps bold/italic of selected words
redone plugin "Make Plugin"
lexers HTML/HTML_/PHP/PHP_: rename, old pair removed to Addon Manager
opt autocomplete_html
opt autocomplete_css
opts deleted: under_color, under_color_size
opts added: underline_color_files, underline_color_size
fix: caret at bad coord
fix: must unfold found text
fix: sort must set "modified"
fix: Html autocomplete in Html part of Php
[close]

http://www.uvviewsoft.com/cudatext/
Titel: Notepad++ v6.8.9
Beitrag von: SiLæncer am 14 Januar, 2016, 05:00
(http://s26.postimg.org/vvnitnjix/screenshot_38.jpg)
Notepad++ is a tabbed source code editor and Notepad replacement with a customizable interface. It is one of the few few source code editors that supports "folding," allowing users to quickly reduce and expand sections of code to see the overall document. In addition, it features multi-language syntax highlighting, auto-completion, regular expression search/replace, macro recording and playback, etc. The program can access a long list of plug-ins via an easy-to-access menu with even more features and functions.

License: GPL

What's new: >>

Fix Notepad++ hanging issue while user uses touchscreen to activate Notepad++ window.
HTML auto-close tag enhancement: Prevent the tags br, hr, img, link and meta from being closed automatically.
Project enhancement: Allows user defined extension to associate workspace file.
Make behavior of SHIFT+END and SHIFT+HOME more consistent when word wrapping is enabled.
Add new API NPPM_SAVEFILE (for plugins) to save any file, not only the focused one.
Add file extensions for FreePascal/Lazarus pascal, lex (as C).
Update keywords for C, C++, JavaScript, Python and YAML.

http://notepad-plus.sourceforge.net/
Titel: HelpNDoc 4.9.1.114
Beitrag von: SiLæncer am 14 Januar, 2016, 12:14
(http://www.kaldata.com/images/news/logos/helpndoc.gif)
HelpNDoc provides all the tools necessary to write complete help files, manuals and documentations in a user friendly and very easy to use environment. HelpNDoc can generate standard Windows CHM help files, WEB based documentation, iPhone specific websites as well as printable PDF and Word documents.

HelpNDoc is completely free for personal use and evaluation purposes.

Whats new:>>

Bullet and numbered lists were not correctly generated in HTML-based outputs

http://www.helpndoc.com/
Titel: Re: Notepad++ v6.8.9
Beitrag von: SiLæncer am 15 Januar, 2016, 18:45
Zitat
Due to a critical regression, Notepad++ 6.8.9 release has been removed from the website.

The regression is a crash issue : while user switches off from Notepad++ and an opened document is modified outside, user switches back to Notepad++ and answer YES for reloading the modified document - then the crash happens.

The new release 6.8.10 to fix this regression will be available soon. In the meantime, please downgrade to v6.8.8.
Sorry for the inconvenience.

http://notepad-plus.sourceforge.net/
Titel: SynWrite v6.19.2170
Beitrag von: SiLæncer am 16 Januar, 2016, 09:30
(http://images.betanews.com/screenshots/1289816929-1.jpg)
Erweiterter Text-Editor mit Unterstützung von vielen Dateiformaten, Programmiersprachen und Zeichenkodierungen; bietet unter anderem Syntax-Hervorhebung, Auto-Vervollständigung und Code-Vorlagen; auch als Plug-in für Total Commander und als portable Version erhältlich.

Freeware

Whats new:>>

Fix: Scaling of tabs for high-dpi.
Fix: Max-tab-width now 600.
Fix: Err on 150+ tabs.

http://www.uvviewsoft.com/synwrite/
Titel: Atom 1.4.0 Final
Beitrag von: SiLæncer am 17 Januar, 2016, 15:30
(http://s26.postimg.org/6bt5lin89/screenshot_265.jpg)
A powerful and flexible application that works as a text and source code editor with syntax highlight, or alternately as a file viewer.

MIT License

Whats new:>>

Untitled documents in a project are now serialized and restored.
Use unique text editor title in window and tab titles.
Fixed performance problems when $HOME was a git repository.
Fixed New File wouldn't open a new window.
New windows now cascade on OS X and Windows.

https://atom.io/
Titel: EditBone v10.0.0
Beitrag von: SiLæncer am 17 Januar, 2016, 18:15
(http://www.bonecode.com/images/EditBone1.png)
Powerful text editing tool that comes with syntax highlighting support for over 50 languages and scripts, 22 ready made styles, a handy file comparison feature and support for multiple directories and search results.

Freeware

Changelog

Changed SynEdit to own TBCEditor component with new features and much better future development possibilities.
Highlighters and colors are separated into files .
Styles changed to skins - skin editor: http://www.alphaskins.com/sfiles/askineditor.zip.
Added code folding.
Added new optional menu bar with bigger images and captions.
Added menu for language, skin, and view (user interface element) selection.
Added caret, code folding, color, completion proposal, font, matching pair, minimap, scroll, selection, special chars, and tabs options.
Encoding, highlighter and color selection moved to title bar.
Macro moved to status bar.
Refactored search and goto line.
Fixed open, save, and print dialogs.
Fixed minimap.
Fixed print preview.
Fixed icons.
Fixed language files.
Fixed options ini file.

[close]

http://www.bonecode.com/?page=projects
Titel: Atom 1.5.0 Beta
Beitrag von: SiLæncer am 17 Januar, 2016, 19:40
Changelog

Improvements to CJK character handling.
Serialize language state for untitled buffers.
Fixed crash when there were certain types of diffs in a git repository.
Fixed New File with no open windows.
Fixed clicking the Dock icon wouldn't open a new window.
Cascade new windows on OS X and Windows.
Fixed excessive CPU usage for cases where the HOME directory was a git repository.
Moved View > Reload to View > Developer > Reload Window.
Open file in pending state on single click.
Use OS X Human Interface Guidelines compliant menu order.

[close]

https://atom.io/
Titel: CudaText 1.2.15.0
Beitrag von: SiLæncer am 18 Januar, 2016, 12:30
Whats new:>>

opt "backup"
plugin autocomplete: reshow list if 1 char typed
improved "Make Plugin", can hide items in Plugins
with col-block of zero width, can use Del/BkSp too
replace dlg key Ctrl+Alt+Enter: replace and don't find next
changed hotkeys in Replace
output panel uses dbl-click
fixes

http://www.uvviewsoft.com/cudatext/
Titel: KaPiGraf 2.5
Beitrag von: SiLæncer am 18 Januar, 2016, 20:45
(http://images.six.betanews.com/screenshots/scaled/1335123072-1.jpg)
KaPiGraf shows your data as a chart easily and quickly. It also offers possibilities which you miss in MS Excel. And what is more, KaPiGraf will never bother you with unnecessary questions. After you open your file, you will see the preview of your data. Here you will choose each column which stands for the axxis X and Y. After clicking "The create graph", the graph is automatically drawn. This graph can be used in many ways: moving, zooming, changing parameters, exporting into MS Excel, printing, saving, transfering units and many others.

Free for non-commercial use

Latest Changes

- Menu Display (F3) - added user color curves
- Added choice - chart in chart (tab Graph - right click on minor axis) show curve in a new chart
- Improved work with EXCEL file
- Math. module - filtering all curves
- History 2 last files
- Adjustmentí axis - added format axis
- Menu View - Legend
- Improved show cursor value ( + SHIFT)
- Menu Displayí (F3) - added user color of background
- Fix error

http://www.kapizone.cz/en/index_soubory/page0002.htm
Titel: SciTE 3.6.3
Beitrag von: SiLæncer am 19 Januar, 2016, 05:45
(http://www.heise.de/software/screenshots/1206.jpg)
Editor mit Syntax-Highlighting, Auto-Completion, Folding und vielem mehr...

Lizenz: Open Source

Version 3.6.3 supports idle-time styling.

http://www.scintilla.org/SciTE.html
Titel: HelpNDoc 4.9.2.132
Beitrag von: SiLæncer am 20 Januar, 2016, 18:15
Whats new:>>

Code signing certificate is now trusted by all versions of Windows from Windows XP through Windows 10

http://www.helpndoc.com/
Titel: TeXstudio 2.10.8
Beitrag von: SiLæncer am 21 Januar, 2016, 05:45
(http://s26.postimg.org/d57zg2pll/screenshot_581.jpg)
GPL-LaTeX-Editor, der das Erstellen von LaTex-Dokumenten in Unicode vereinfacht; unterstützt den Nutzer beim Schreiben mittels interaktiver Rechtschreibprüfung, Syntax-Highlighting, Code-Folding und automatischer Code-Vervollständigung.

Lizenz: Open Source

Changelog

automatically expand search result if all matches are within one file
detection of magic comment % !TeX is more permissive concerning case sensistivity
fix crash when using \subparagraph
fix symbolgrid widget on OSX
fix ?save-file trigger not working
update latex reference manual (Oct 2015)

[close]

http://texstudio.sourceforge.net/
Titel: EditBone v10.1.0
Beitrag von: SiLæncer am 22 Januar, 2016, 12:29
Whats new:>>

Fixed undo.
Fixed minimap divided by zero error.
Fixed colors drop down count.
Fixed code folding rescanning.

http://www.bonecode.com/?page=projects
Titel: CudaText 1.2.16.0
Beitrag von: SiLæncer am 23 Januar, 2016, 15:00
Whats new:>>

add commands: column select to line begin/ line end/ page up/ page down
fix: grouped-undo was broken
fix: btn "cancel search" didnt work

http://www.uvviewsoft.com/cudatext/
Titel: Markdown Edit 1.19
Beitrag von: SiLæncer am 23 Januar, 2016, 18:30
(http://s26.postimg.org/wy2jhhic9/screenshot_443.jpg)
Markdown Edit is fully compatible with the CommonMark specification, enabling you to edit Markdown documents, as well as HTML or text ones. It allows document formatting and real-time HTML previewing, providing hotkeys for almost all commands, for easier control.

Freeware

Changelog

Multiline snippets: This makes writing/updating snippets that are several lines long easier.
Format protector: I use markdown to write slides for presentations a I give. The slide package has some unusual front matter (not quite YAML) that MDE's format and wrap command messes up.
Updated to latest packages including the new release of MahApps which fixes some interface bugs
Fix bugs #83, #84, #91, #92
Focus issues with preview resolved
Preview Scroll Sync #89: Improved the syncing between text and preview. Note: Improved. It will never be perfect and can get fooled but should perform better than before. Without injecting text anchors into the source document, there's no way to do semantic syncing (at least none I can think of). I welcome any ideas on how to improve this

[close]

http://mike-ward.net/markdownedit/
Titel: Bluefish 2.2.8
Beitrag von: SiLæncer am 25 Januar, 2016, 09:15
(http://www.heise.de/software/screenshots/17257.jpg)
GTK-HTML-Editor für erfahrene Web-Designer und Programmierer...

Whats new: >>

The syntax scanning engine is faster after small changes to the text.
The filebrowser is also much faster with less memory usage, with various fixes and new features.
Projects now store the active document and active line numbers. Indenting is improved in auto-completion and the smart indenting.
Bookmarks and paste special also have been improved.
Furthermore almost all syntax highlighting has been improved, most notable jquery in javascript, HTML5, and HTML5 in PHP files.
There are also many bug fixes, such as in wrap text on right margin, in the replace engine, the jsmin licence, the split lines feature, the auto-recovery and many obscure bugs. Last bluefish now has an appdata file.

Lizenz: Open Source

Release Notes
Bluefish 2.2.8 is a bugfix release with some small improvements and more poloshed existing features. It fixes a few serious but rarely occuring bugs. Options defined in the language definition files are now translated.
Various default settings have been improved, most notably the command to launch Firefox for preview. The looks on newer gtk versions have been restored. CSS can now be compressed and decompressed. The installers for Windows and OSX have improvements, and there have been some OSX and Windows specific fixes. Character encoding detection has been improved.
Auto-completion for HTML attributes has been improved.
[close]

http://bluefish.openoffice.nl/
Titel: O&O RegEditor 12.0 Build 2171
Beitrag von: SiLæncer am 25 Januar, 2016, 21:30
(http://s26.postimg.org/fouitrndl/screenshot_884.jpg)
O&O RegEditor has been designed to make working with the Windows registry easier than usual. O&O RegEditor is a tiny, portable utility, which enables you to access the Windows registry and make modifications.

Freeware

Whats new:>>

* Start problems on not US-English systems corrected.
* Updates-functionality extended.
* FIX: Minor bug fixes.

http://www.oo-software.com/
Titel: EditBone v10.2.1
Beitrag von: SiLæncer am 26 Januar, 2016, 05:00
(http://www.bonecode.com/images/EditBone1.png)
Powerful text editing tool that comes with syntax highlighting support for over 50 languages and scripts, 22 ready made styles, a handy file comparison feature and support for multiple directories and search results.

Freeware

Whats new:>>

Added a synchronized edit mode. Select a word and press Ctrl+Shift+J or press 'Sync edit' button in View.
Fixed code folding rescanning.
Fixed selection.

http://www.bonecode.com/?page=projects
Titel: SynWrite 6.20.2185
Beitrag von: SiLæncer am 26 Januar, 2016, 12:17
(http://images.betanews.com/screenshots/1289816929-1.jpg)
Erweiterter Text-Editor mit Unterstützung von vielen Dateiformaten, Programmiersprachen und Zeichenkodierungen; bietet unter anderem Syntax-Hervorhebung, Auto-Vervollständigung und Code-Vorlagen; auch als Plug-in für Total Commander und als portable Version erhältlich.

Freeware

Whats new:>>

grouping mode "1+2 horz"
redone lexer Makefile (for GNU makefile)
rename menuitems "block comment"--"line comment"
fix: on_click must be on mouse-up
fix: tab "+" position for empty grp

http://www.uvviewsoft.com/synwrite/
Titel: EditBone v10.3.0
Beitrag von: SiLæncer am 27 Januar, 2016, 05:30
Whats new:>>

Added highlighter for Windows PowerShell.
Fixed highlighters.
Fixed sync edit.

http://www.bonecode.com/?page=projects
Titel: Markdown Edit 1.21.1
Beitrag von: SiLæncer am 27 Januar, 2016, 12:23
Whats new:>>

Enabled UseLayoutRounding in the root window element. This removes some of the subpixel font rendering in the browser resulting in a crisper font on displays.

http://mike-ward.net/markdownedit/
Titel: EditBone v10.3.1
Beitrag von: SiLæncer am 27 Januar, 2016, 18:15
Whats new:>>

Updated language files.

http://www.bonecode.com/?page=projects
Titel: CudaText 1.2.18.0
Beitrag von: SiLæncer am 28 Januar, 2016, 06:10
(http://s26.postimg.org/9ltuvmmu1/screenshot_554.jpg)
Create programming scripts with this powerful tool that supports more than 130 languages and allows users to work concurrently on as many as six groups of projects.

Freeware

Changelog
+ api: sidebar panels
+ grouping "1+2 horz" (some session files now not correct)
+ new lexer Makefile (for GNU makefile)
+ opt "ui_tree_show_lines"
+ cmd "ui: show side panel"
+ cmd "ui: show side panel, and syntax tree"
+ cmd "ui: hide side panel"
[close]

http://www.uvviewsoft.com/cudatext/
Titel: SynWrite 6.20.2190
Beitrag von: SiLæncer am 30 Januar, 2016, 17:00
Whats new:>>

+ api (on_click_dbl)
+ better lex Makefile
- fix: must keep bookmarks on replace-all

http://www.uvviewsoft.com/synwrite/
Titel: Atom 1.4.1
Beitrag von: SiLæncer am 31 Januar, 2016, 09:15
(http://s26.postimg.org/6bt5lin89/screenshot_265.jpg)
A powerful and flexible application that works as a text and source code editor with syntax highlight, or alternately as a file viewer.

MIT License

Whats new:>>

Fixed an error that prevented Atom from starting correctly.
Fixed an exception that would occur when undoing or redoing with a file open in multiple panes.

https://atom.io/
Titel: Atom 1.5.0 Beta 1
Beitrag von: SiLæncer am 31 Januar, 2016, 10:15
Whats new:>>

Fixed an error that prevented Atom from starting correctly.
Fixed an exception that would occur when undoing or redoing with a file open in multiple panes.

https://atom.io/
Titel: openElement 1.53
Beitrag von: SiLæncer am 31 Januar, 2016, 15:30
(http://images.six.betanews.com/screenshots/scaled/1364418025-1.jpg)
openElement is a powerful next-gen HTML editor for creating websites suitable for any need: personal, showcase, gallery, organization, corporate, etc. A professional and dynamic website is within reach to anyone with zero coding.

openElement includes numerous website templates and elements to quickly and easily create your free website without any prior knowledge or programming experience.

Freeware

Release Notes
Briefly, there are new responsive features like media query handling (check the new option in Styles->Customize), page sections (header, footer, columns, central content) that may be configured as "absolute" or "relative" like Groups of Elements (which means that now, finally, the page itself can adapt to its content without writing extra code and Groups).
[close]

http://openelement.com/
Titel: EditBone 10.4.1
Beitrag von: SiLæncer am 31 Januar, 2016, 18:15
Whats new:>>

Added key commands for toggling line comments (Ctrl + /) and block comments (Ctrl + Shift + /)
Added View->Title bar->Filename and View->Title bar->File list
Added skin download link into skin dialog
Fixed sync edit for selected block
Fixed left margin glyph drawing
Fixed word wrap painting
Fixed SQL - Firebird highlighter
Fixed color files
Updated language files

http://www.bonecode.com/?page=projects
Titel: BowPad v2.2.0
Beitrag von: SiLæncer am 01 Februar, 2016, 06:00
(http://s26.postimg.org/e60vd9bix/screenshot_182.jpg)
BowPad is a small and fast text editor with a ribbon user interface and syntax highlighting.

Features:

syntax highlighting for over 100 file types and languages
handling of many different encodings, including UTF-8, UTF-16 and even UTF-32
easy ribbon user interface
navigation hints in the vertical scrollbar
coloring of open tabs according to their path
extendable with plugins written in jscript or vbscript

Freeware

Whats new:>>

Fixed problem with prev/next command.
Improved the custom style dialog.
Fixed problem with cursor hiding.
Improved the search/replace feature.
Fixed problem where a tab-move to a new BowPad instance would lose not-saved data.
Failed to ask to save changes in some situations.
Improved C++ function recognition.

http://stefanstools.sourceforge.net/BowPad.html
Titel: EditBone 10.5.0
Beitrag von: SiLæncer am 01 Februar, 2016, 12:27
(http://www.bonecode.com/images/EditBone1.png)
Powerful text editing tool that comes with syntax highlighting support for over 50 languages and scripts, 22 ready made styles, a handy file comparison feature and support for multiple directories and search results.

Freeware

Whats new:>>

Added Show border, Use blending, and Invert blending options for minimap
Fixed sync edit
Updated language files

http://www.bonecode.com/?page=projects
Titel: EditBone v10.6.0
Beitrag von: SiLæncer am 02 Februar, 2016, 05:48
Whats new:>>

Added:

    Sync edit options.
    Escape char for keyword higlighting and code folding.

Fixed:

    Code folding.
    Sync edit.
    Print preview.
    Object Pascal highlighter.

http://www.bonecode.com/?page=projects
Titel: EditBone v10.6.2
Beitrag von: SiLæncer am 02 Februar, 2016, 21:15
Whats new:>>

- Fixed undo Version

10.6.1 (Feb 02, 2016)

- Updated language files

http://www.bonecode.com/?page=projects
Titel: EditBone v10.6.3
Beitrag von: SiLæncer am 04 Februar, 2016, 04:56
Whats new:>>

- Fixed undo

http://www.bonecode.com/?page=projects
Titel: CudaText 1.2.20.0
Beitrag von: SiLæncer am 04 Februar, 2016, 05:44
(http://s26.postimg.org/9ltuvmmu1/screenshot_554.jpg)
Create programming scripts with this powerful tool that supports more than 130 languages and allows users to work concurrently on as many as six groups of projects.

Freeware

Whats new:>>

+ can open pictures: bmp/png/jpg/ico
* statusbar: remove macros {caret_line_nnn}, add {y2}
* remove opt ui_tab_indent_x (center text)

http://www.uvviewsoft.com/cudatext/
Titel: Markdown Edit 1.22.1
Beitrag von: SiLæncer am 04 Februar, 2016, 19:15
(http://s26.postimg.org/wy2jhhic9/screenshot_443.jpg)
Markdown Edit is fully compatible with the CommonMark specification, enabling you to edit Markdown documents, as well as HTML or text ones. It allows document formatting and real-time HTML previewing, providing hotkeys for almost all commands, for easier control.

Freeware

Changelog

    Added "As Data URI" to the image drop menu
    Added "As Local File" to the image drop menu

"As Data URI" does pretty much what it says. It converts the image file to a Data URI and pastes it into the document.

"As Local File" is a little nifty-er (is that a word). When clicked, it gives you a list of document relative folders where you can copy the image file. It then inserts a document-relative link into the document.

These are new so I expect to revise the interface based on feedback/bugs.

Once we've settled on this, I'll add the same thing for image pasting from the clipboard.

[close]

http://mike-ward.net/markdownedit/
Titel: SynWrite v6.20.2195
Beitrag von: SiLæncer am 05 Februar, 2016, 22:00
(http://images.betanews.com/screenshots/1289816929-1.jpg)
Erweiterter Text-Editor mit Unterstützung von vielen Dateiformaten, Programmiersprachen und Zeichenkodierungen; bietet unter anderem Syntax-Hervorhebung, Auto-Vervollständigung und Code-Vorlagen; auch als Plug-in für Total Commander und als portable Version erhältlich.

Freeware

Whats new:>>

Added:

    New "Tab color" dialog for tab context menu.
    Upd SynFTP.

Changed:

    "Save tabs" dialog.

http://www.uvviewsoft.com/synwrite/
Titel: CKEditor 4.5.7
Beitrag von: SiLæncer am 06 Februar, 2016, 08:45
(http://s26.postimg.org/y8h12nzbt/screenshot_191.jpg)
WYSIWYG-Editor für eigene Webseiten, der sich in diverse Skriptsprachen integrieren lässt; unterstützt die meisten gängigen Browser; auch mit kommerzieller Lizenz erhältlich

Lizenz: Open Source

Whats new: >>

Changelog

New Features:

    #14327: Added Swiss German localization.

Other Changes:

    #13816: Introduced a new strategy for Filling Character handling to avoid changes in DOM. This fixes the following issues:
        #12727: [Blink] IndexSizeError when using the Div Editing Area and Content Templates plugins.
        #13377: Widget plugin issue when typing in Korean.
        #13389: [Blink] editor.getData() fails when the cursor is next to an
tag.
        #13513: [Blink, WebKit] Div Editing Area and editor.getData() throw an error when an image is the only data in the editor.
    #13884: Fixed: Copy/paste table in Firefox results in just first cell being pasted.
    #14234: Fixed: URL input field is not marked as required in the Embed dialog.

[close]

http://ckeditor.com/
Titel: EditBone v10.6.4
Beitrag von: SiLæncer am 06 Februar, 2016, 11:30
Whats new:>>

Fixed tabulator options.
Added Polish language.

http://www.bonecode.com/?page=projects
Titel: Atom 1.4.3
Beitrag von: SiLæncer am 06 Februar, 2016, 21:45
(http://s26.postimg.org/6bt5lin89/screenshot_265.jpg)
A powerful and flexible application that works as a text and source code editor with syntax highlight, or alternately as a file viewer.

MIT License

Whats new:>>

Fixed a bug that caused Spotlight to crash when highlighting Atom on Mac.

https://atom.io/
Titel: RJ TextEd 11.0 Beta 1
Beitrag von: SiLæncer am 07 Februar, 2016, 06:30
(http://images.six.betanews.com/screenshots/scaled/1187014627-1.jpg)
RJ TextEd - A Unicode source and text editor. RJ TextEd is a full featured text and source editor with Unicode support, syntax highlighting and code folding. The functionality extends beyond text files and includes support for HTML editing with integrated preview, spell checking, auto completion, HTML validation, templates and more. The program also include support for Topstyle Lite CSS editor, has a dual pane file commander, as well as a FTP client to upload your files. The editor uses language files to display menus and dialogs in different languages. There are several included languages. New language files can easily be created in the editor. RJ TextEd is also a simple web development tool. The editor can use auto completion and hints to assist you in editing your source code. You can preview HTML/ASP/PHP... code using one of the preview tabs or open a document in a browser. The editor does not only handle source code. It also handles true ASCII files, binary files and of course plain text files.

Licence: Freeware

Changelog

Application search:

Added a search field inside the menu bar to the right. The search results are display in a grouped list. The search is context sensitive so all groups may not always be displayed in the same order or displayed at all. Each group is also collapsible.

Code Explorer:

Made extensive code changes and several changes in the code explorer panel. Name spaces and classes should display properly now in the upper display. Nested items are displayed in a tree structure. Structures are displayed in the lower display including structure methods, if available. I may change this in a later version.

Auto complete:

The height is adjusted automatically when only a few items are displayed.

Auto update:

If you update from the previous release - only the changed files are downloaded and installed. This reduce the download size and makes the update process faster. If you update from an older version - the entire installation is downloaded.

Misc:

Floating panels now have a shadowed border.
Arrays should be foldable now if they span several lines.
Only the active document tab has the active tab color when in dual document view.
If you disable all output options with replace all, a quick replace information string is displayed in the status bar. It goes away after 5 seconds.

Fixed:

Text clips should preserve indention.
Emmet issue with ^
Emmet XSL (XSLT) issues.
Column mode issues.
Search result toolbar button issue.
Wrong column value in status bar.

[close]

http://www.rj-texted.se
Titel: CudaText 1.2.21.0
Beitrag von: SiLæncer am 07 Februar, 2016, 07:20
Whats new:>>

+ opt micromap_show
+ opt micromap_width
+ opt autocomplete_autoshow_chars
+ opt autocomplete_autoshow_lexers
- autocomplete now ignores case
+ improve picture mode
+ changed "Save tabs" dlg buttons (same look Win/Linux)

http://www.uvviewsoft.com/cudatext/
Titel: Atom 1.5.0 Beta 3
Beitrag von: SiLæncer am 07 Februar, 2016, 12:15
Whats new:>>

Fixed a bug that caused Spotlight to crash when highlighting Atom on Mac.

https://atom.io/
Titel: EditBone v10.6.5
Beitrag von: SiLæncer am 11 Februar, 2016, 04:50
Whats new:>>

Fixed undo.
Fixed Object Pascal highlighter.
Updated third-party components.

http://www.bonecode.com/?page=projects
Titel: Atom 1.5.1
Beitrag von: SiLæncer am 11 Februar, 2016, 16:15
Whats new:>>

Fixed all files showing as new in the tree view and elsewhere (https://github.com/atom/atom/issues/10746).

https://atom.io/
Titel: Atom 1.6.0 Beta 1
Beitrag von: SiLæncer am 11 Februar, 2016, 16:45
(http://s26.postimg.org/6bt5lin89/screenshot_265.jpg)
A powerful and flexible application that works as a text and source code editor with syntax highlight, or alternately as a file viewer.

MIT License

Whats new:>>

Fixed all files showing as new in the tree view and elsewhere (https://github.com/atom/atom/issues/10746).

Beta 0 Changelog

v1.6.0-beta0 (2016-02-09)
Notable Changes

    Block Decorations
    Multi-pane API improvements
    Top/Bottom bars API
    Pending tabs improvements
    Pending tabs API
    atom --wait works on Windows
    Nodegit built in / Async Git Repository class https://github.com/atom/atom/pull/9213
    Fixes issues when open project uses submodules
    Built windows versions of PRs can no be downloaded from AppVeyor
    Several improvements to language-js
    Add the ability to move files via drag drop from the OS into the tree-view

Atom Core

v1.5.0-beta3...v1.6.0-beta0

    atom/atom#10327 - Async submodule support
    atom/atom#10415 - Don't cascade maximized windows
    atom/atom#10256 - Remove "Open Your" from menu items
    atom/atom#9930 - Block Decorations
    atom/atom#10352 - Support symlinked repo roots when relativizing
    atom/atom#10409 - Further improvements to pending item functionality
    atom/atom#9213 - Async Git Repository class
    atom/atom#10452 - Update license year to 2016
    atom/atom#10068 - :memo: Linkify all docs mentions of Promises
    atom/atom#10468 - Fix 64-bit Windows builds
    atom/atom#10445 - Update nodegit
    atom/atom#10507 - Handle broken submodules
    atom/atom#10441 - Remove Duplicate Require Statements and Unify Syntax on '
    atom/atom#10523 - Babelify the app source too.
    atom/atom#10549 - :arrow_up: nodegit@0.9.0
    atom/atom#10486 - Honor created() function for an item in a submenu.
    atom/atom#10581 - Require package's main module in legacy activateConfig method
    atom/atom#10226 - Update deprecated-packages.json
    atom/atom#9260 - Updated README: Fedora 22 dnf install requires pathname of package
    atom/atom#10595 - Document installation prerequisites in Readme
    atom/atom#7916 - Support descriptions for enum values in config.
    atom/atom#10640 - Pin escope to ~3.3.0 to prevent 3.4.0 use
    atom/atom#10362 - Only build pushes to master on Appveyor
    atom/atom#9274 - Add top/bottom bars
    atom/atom#10645 - Only use electron version in fingerprint
    atom/atom#10646 - Reuse Less cache across builds
    atom/atom#10658 - Default build directory to out/
    atom/atom#10219 - update documentation for rowRangeForParagraphAtBufferRow
    atom/atom#10552 - improve docs about grouped settings
    atom/atom#9894 - :memo: Add examples for Windows script/build parameters [ci skip]
    atom/atom#9798 - Make --wait work on Windows
    atom/atom#10691 - Fix Javascript-related specs
    atom/atom#10666 - Upload AppVeyor builds as artifacts
    atom/atom#10679 - Add --build-dir example in custom installs documentation
    atom/atom#10692 - Only dump symbols on Mac OS X CI
    atom/atom#10694 - Cache other node_modules folders on Travis
    atom/atom#10695 - :arrow_up:autocomplete-atom-api@0.10.0
    atom/atom#10708 - Flow implies Babel
    atom/atom#10712 - Ignore more native source files
    atom/atom#10725 - Update language-javascript to 0.110.0
    atom/atom#7953 - Improve multi-pane API
    atom/atom#10673 - Copy apm.cmd to the build directory when building

one-dark-syntax

v1.1.2...v1.2.0

    atom/one-dark-syntax#61 - Highlight keyword operators, fixed #44

one-light-syntax

v1.1.2...v1.2.0

    atom/one-light-syntax#16 - Update license year to 2016

solarized-dark-syntax

v0.39.0...v1.0.0

    atom/solarized-dark-syntax#48 - Added Javascript interpolated template string syntax coloring
    atom/solarized-dark-syntax#53 - Fix .embedded in Scala from being cut off
    atom/solarized-dark-syntax#54 - Go support
    atom/solarized-dark-syntax#56 - CREATE java.less, MODIFY index.less
    atom/solarized-dark-syntax#57 - Match other Solarized ports
    atom/solarized-dark-syntax#58 - Unify dark and light

solarized-light-syntax

v0.23.0...v1.0.0

    atom/solarized-light-syntax#17 - .DS_Store deleted
    atom/solarized-light-syntax#16 - Unify dark and light

autocomplete-atom-api

v0.9.2...v0.10.0

    atom/autocomplete-atom-api#16 - update Atom to AtomEnvironment

autocomplete-snippets

v1.9.0...v1.10.0

    atom/autocomplete-snippets#66 - Use a string compatible prefix comparator

autoflow

v0.26.0...v0.27.0

    atom/autoflow#40 - Handle newlines at beginning and end of selection.

bookmarks

v0.38.0...v0.38.2

    atom/bookmarks#43 - Keybindings for other platforms in README.md
    atom/bookmarks#46 - :art: Remove duplicate variable
    atom/bookmarks#45 - Center on selection on jump to bookmark

find-and-replace

v0.195.0...v0.197.1

    atom/find-and-replace#644 - Open file in pending state on single click
    atom/find-and-replace#547 - Catch scanInBufferRange errors
    atom/find-and-replace#651 - Prevent 'getSelectedBufferRanges' uncaught exception
    atom/find-and-replace#645 - Focus project-find search input upon toggle
    atom/find-and-replace#628 - Add package option to disable search-wrap icon
    atom/find-and-replace#643 - Add menu command to clear find/replace history.

markdown-preview

v0.157.1...v0.157.2

    atom/markdown-preview#365 - Fix specs broken by language-javascript 0.109.0 update

open-on-github

v0.40.0...v0.41.0

    atom/open-on-github#61 - Make remote and branch configurable by git config

status-bar

v0.80.0...v0.83.0

    atom/status-bar#107 - Add tooltips to git views
    atom/status-bar#119 - Fix git x line(s) deleted tooltip
    atom/status-bar#118 - Make shift clicks on the currentPath element copy the relative path

tabs

v0.88.0...v0.90.0

    atom/tabs#238 - Use new way of requiring Electron modules
    atom/tabs#246 - Style tab for pending item

tree-view

v0.198.1...v0.201.0

    atom/tree-view#682 - Open file in pending state on single click
    atom/tree-view#604 - Implement dragging and dropping from OS file explorer
    atom/tree-view#712 - Open pending file on right arrow
    atom/tree-view#713 - Revert "Open pending file on right arrow"
    atom/tree-view#714 - Open pending file on right arrow keypress

language-gfm

v0.82.0...v0.84.0

    atom/language-gfm#130 - allow for more generic expressions in R (.Rmd)
    atom/language-gfm#137 - Prevent linting md with fenced code block language

language-git

v0.11.0...v0.12.1

    atom/language-git#15 - Add 'git/config' to fileTypes
    atom/language-git#16 - Add snippets to the package
    atom/language-git#17 - Revert "Add 'git/config' to fileTypes"

language-javascript

v0.105.0...v0.110.0

    atom/language-javascript#278 - Add exports & case snippet.
    atom/language-javascript#284 - Added delete token
    atom/language-javascript#296 - Revert "Added delete token"
    atom/language-javascript#305 - Tokenize round brackets correctly
    atom/language-javascript#310 - Add auto detection for Google Apps Script
    atom/language-javascript#311 - Tokenize built-in variables with properties
    atom/language-javascript#293 - Add 'Set' and 'Map' to 'support.class.js'
    atom/language-javascript#314 - Add 'WeakSet' and 'WeakMap' to '.support.class.js'
    atom/language-javascript#282 - Support HTML and CSS syntax in template strings suggesting those formats
    atom/language-javascript#319 - Don't scope decimals as illegal; tokenize decimal marks, illegal identifiers
    atom/language-javascript#321 - Fix function/method calls being superseded

language-json

v0.17.3...v0.17.4

    atom/language-json#40 - Recognize .asvc files as JSON grammar.

language-php

v0.36.0...v0.37.0

    atom/language-php#121 - Update DocBlocks
    atom/language-php#119 - Fix for issue 112, added recursive regex
    atom/language-php#120 - Fix for issue 117, scope for variadic is punctuation.definition.variable.php

language-yaml

v0.25.0...v0.25.1

    atom/language-yaml#41 - Boxfile support (Pagodabox)

[close]

https://atom.io/
Titel: Markdown Edit 1.23
Beitrag von: SiLæncer am 12 Februar, 2016, 12:25
(http://s26.postimg.org/wy2jhhic9/screenshot_443.jpg)
Markdown Edit is fully compatible with the CommonMark specification, enabling you to edit Markdown documents, as well as HTML or text ones. It allows document formatting and real-time HTML previewing, providing hotkeys for almost all commands, for easier control.

Freeware

Changelog

Added option to copy drag & drop image file to local folder (new feature)
Local folder feature enumerates document path-relative folders (new feature)
Paste image from clipboard (new feature)
Local folder feature supported in Paste image from clipboard feature (new feature)
Upload image feature supported in Paste image from clipboard feature (new feature)

[close]

http://mike-ward.net/markdownedit/
Titel: Jarte v.5.4
Beitrag von: SiLæncer am 12 Februar, 2016, 16:45
(http://s26.postimg.org/chwaz5bfd/screenshot_917.jpg)
Jarte is a word processor that uses Window's built-in word processing engine while adding many features missing in WordPad. It supports text files, RTF, DOC and DOCX file formats. Features include tabbed document interface, spell check, clipboard manager, bookmark support, visual header/footer designer, multi-level undo/redo etc.

License:  Freeware

Changelog

Bug Fixes:

    Inserting web links prefixed with protocols other than "http" and "https" did not work properly.
    Words containing a curly style apostrophe were marked as spelling errors uness the Enable Smart Quotes feature was enabled.
    Performing a "Save As" on a new, empty, plain text document caused Jarte to crash.
    The Enable Page Counting and Enable Word Counting settings are accessed by right clicking the status bar. These settings now appear the Tools > Options menu when Jarte is in screen reader mode in order to provide better accessibility.
    If Jarte ran as a portable app on a USB drive, and a custom path was set for WordWeb, a font manager, or Jarte's backup folder on that same drive, then Jarte did not take into account the custom path's drive letter might change when the drive switches computers.
    The page number boxes were disabled when the Print dialog's "Print pages" setting was selected, making that setting impossible to use.
    The "Replacement word or phrase" box remained disabled when the "Automatically replace" option was selected in the spelling dialog used to manually add new words to a spelling dictionary, making that option impossible to use via that dialog.
    There was an unusal scenario where use of the Clip List hot key could cause Jarte to crash.
    There were still cases of Jarte's Clip List feature causing Jarte to crash when a clipboard copy was performed in Microsoft's Excel program.
    Right clicking on a hyperlink and selecting Open Hyperlink caused the resulting web page to be opened twice on older versions of Windows.
    When the text cursor was moved after changing the case of a text selection, the modified text continued to appear highlighted until the next text modification was made.

[close]

http://www.jarte.com/index.html
Titel: nanDECK v1.21.1
Beitrag von: SiLæncer am 13 Februar, 2016, 09:10
(http://s26.postimg.org/l8j2hesyh/screenshot_660.jpg)
nanDECK is a scripting graphic software that provides a simple yet flexible language to create multiple images suited for cards or counters .

Freeware

http://www.nand.it/nandeck
Titel: Atom 1.5.3 / 1.6.0 Beta 3
Beitrag von: SiLæncer am 13 Februar, 2016, 18:45
Whats new:>>

Fixed files not showing as changed with multiple projects folders open

https://atom.io/
Titel: CudaText 1.2.22.0
Beitrag von: SiLæncer am 14 Februar, 2016, 11:30
(http://s26.postimg.org/9ltuvmmu1/screenshot_554.jpg)
Create programming scripts with this powerful tool that supports more than 130 languages and allows users to work concurrently on as many as six groups of projects.

Freeware

Whats new:>>

toolbar api
add ui_statusbar_panels panel "ins" (hidden by default)
add bottom pane "Search Res", for future
fix Qt build: Esc key in find/goto
fix: must set modified on conv-encoding

http://www.uvviewsoft.com/cudatext/
Titel: Open Live Writer 0.6.0.0
Beitrag von: SiLæncer am 14 Februar, 2016, 20:47
(http://s26.postimg.org/i36qfxr89/screenshot_795.jpg)
Open Live Writer is a powerful, lightweight blog editor that allows you to create blog posts, add photos and videos then publish to your website.

MIT License

Changelog

This release contains two major new features, spellchecking and categories for Google Blogger:

For spellchecking to work you'll need to have Windows 8 or newer installed (Windows 7 does not have spellchecking support) and you’ll need to install your preferred input language in Windows to enable spellchecking in that language. Only one language can be spellchecked in Writer at a time, but you can change the language at any time by going to File > Options > Spelling and choosing a new dictionary language.
Google Blogger categories will automatically populate for easy tagging of your blog posts. In addition to categories, there are several other Google Blogger bug fixes in this release. The most notable issues were time zone differences causing scheduled posts to be scheduled at the incorrect time, failing to open drafts that were posted to Blogger, and failing to download and open posts from Blogger that are older than your most recent 500 posts.

[close]

http://openlivewriter.org/
Titel: RJ TextEd 11.0 Beta 4
Beitrag von: SiLæncer am 16 Februar, 2016, 05:07
(http://images.six.betanews.com/screenshots/scaled/1187014627-1.jpg)
RJ TextEd - A Unicode source and text editor. RJ TextEd is a full featured text and source editor with Unicode support, syntax highlighting and code folding. The functionality extends beyond text files and includes support for HTML editing with integrated preview, spell checking, auto completion, HTML validation, templates and more. The program also include support for Topstyle Lite CSS editor, has a dual pane file commander, as well as a FTP client to upload your files. The editor uses language files to display menus and dialogs in different languages. There are several included languages. New language files can easily be created in the editor. RJ TextEd is also a simple web development tool. The editor can use auto completion and hints to assist you in editing your source code. You can preview HTML/ASP/PHP... code using one of the preview tabs or open a document in a browser. The editor does not only handle source code. It also handles true ASCII files, binary files and of course plain text files.

Licence: Freeware

Whats new:>>

"Format -> Change document encoding to" needs some testing. I made several internal code changes and it should fix some issues.
Keyboard shortcuts assigned to user tools needs testing. Made some changes.

http://www.rj-texted.se
Titel: EditBone v10.7.2
Beitrag von: SiLæncer am 17 Februar, 2016, 04:54
(http://www.bonecode.com/images/EditBone1.png)
Powerful text editing tool that comes with syntax highlighting support for over 50 languages and scripts, 22 ready made styles, a handy file comparison feature and support for multiple directories and search results.

Freeware

Whats new:>>

Fixed find and replace

http://www.bonecode.com/?page=projects
Titel: JSONedit v0.9.17
Beitrag von: SiLæncer am 17 Februar, 2016, 05:40
(http://s26.postimg.org/66opis8ih/screenshot_556.jpg)
JSONedit is a simple editor for the JavaScript Object Notation format "a text-based open standard designed for human-readable data interchange" (source) with availble text and tree views.

Includes array generator using embedded Lua interpreter and Scintilla for text edition.

License:    Freeware

Changelog

Fixed issue with incorrect JSON generated for high-precision float point values (1000000000000000.0, 1000000000000000.1 => "1000000000000000.").
Minor fix making double used consequently instead of float.
Using 64 bit signed and unsigned integers (instead of 32 bit signed used previously).
Examples: added PaleMoon/FireFox bookmarks file (this example is making use of 64 bit integers).
Few cherry-picked updates for json-cpp.
Settings: selectable (default: string instead of previously used null) type for new nodes (add as child / add as sibling).
Settings: option to automaticaly activate in-place value editor (same as assigned to F4) for newly added nodes.
Fixed uint64 entry (e.g. 18446744073709551615 = 2^64 - 1) from value edit on right panel.
Fixed problem (apparently bug in sscanf TC++ implementation, tested for comparison MinGW behaves correctly) with sscanf and negative (only negative) values with more than 32 significants bits (with TC++ more significants bits are all set to 1).
Fixed/restored out-of-range indication (i.e. red color for edit box) for entered integers / unsigned integers that don't fit in 64 bits.
More precise error location info when parsing/validating text (moving cursor to the column from parser error location - useful for unformatted invalid JSON).
Scintilla-based editor for Lua (previously used with Script.dll plugin for tSIP softphone).
Lua scripting window is available from Tools menu (apart from previous array generator available in tree context menu).
Optional preprocessing of name/value entered in tree view with Lua.
Ctrl+A (Select all) works in node name/value/comment edit boxes.
Added "Duplicate node" (Ctrl+D) to node context menu; works both with array and objects (manual rename for object children is required to remove name conflicts).

[close]

http://tomeko.net/software/JSONedit/index.php
Titel: RJ TextEd 11.0 Final
Beitrag von: SiLæncer am 17 Februar, 2016, 20:31
Changelog

Application search

Added a search field inside the menu bar to the right. The search results are display in a grouped list. The search is context sensitive so all groups may not always be displayed in the same order or displayed at all. Each group is also collapsible.

The displayed groups are:

    Recent
    Menu items
    Recent files
    Recent projects
    Recent sessions
    File commander
    Addons
    Theme manager
    Options
    Help
    Online resources

Use the context menu to change which items should be displayed in the list. E.g. if you feel that the options list takes to long to complete, uncheck "Options".

Menu items are always displayed in the list. Some menu items have a radio or check button to the right. This indicates a setting. You can select it as usual with [Enter] or the item can be toggled, without closing the result list, with [Shift][Enter].

    Use [Up] and [Down] arrows to navigate the list. You can also use the mouse.
    Select an item with [Enter], or a mouse click.
    You can toggle a menu item setting, displayed as a radio or check button, by using [Shift][Enter].
    Use [Esc] to exit the search.

Statusbar hint

Added a hint to the stausbar when the mouse hover over the line, col and character panel. The hint display the current line, text cursor column, selection information, and character information (including the Unicode character name).

Code Explorer

Made extensive code changes and several changes in the code explorer panel.

Name spaces and classes should display properly now in the upper display. Nested items are displayed in a tree structure.

Structures are displayed in the lower display including structure methods, if available. I may change this in a later version.

Methods and sub-methods should be sorted properly now.

Auto complete

The height is adjusted automatically when only a few items are displayed.

Auto update

If you update from the previous release - only the changed files are downloaded and installed. This reduce the download size and makes the update process faster.

If you update from an older version - the entire installation is downloaded.

Change document encoding

Fixed several issues when changing encoding. Both when converting between ANSI encodings and ANSI to UTF8.

Misc

    (Un)Indent lines now preserve selection better.
    Floating panels now have a shadowed border.
    Arrays should be foldable now if they span several lines.
    Only the active document tab has the active tab color when in dual document view.
    If you disable all output options with replace all, a quick replace information string is displayed in the status bar. It goes away after 5 seconds.
    A split window now open at the same location as the original view.

Fixed

    Text clips should preserve indention.
    Emmet issue with ^
    Emmet XSL (XSLT) issues.
    Column mode issues.
    Search result toolbar button issue.
    Wrong column value in status bar.
    Wrong selected lines value in status bar when selecting upwards.
    Toggle browser view issue.
    Annotation bar should always use the document background color.
    Annotation bar selection issues and slow drawing.

[close]

http://www.rj-texted.se
Titel: Alternate Text Browser 3.020
Beitrag von: SiLæncer am 17 Februar, 2016, 21:20
(http://www.alternate-tools.com/images/img_textbrowser.jpg)
This program makes it easy to browse through text- and html-files (also xml), syntax highlighting for serveral programming languages available (C++, Pascal, PHP, Perl, ASM, JScript etc.).

Freeware

Whats new:>>

Translation bugfix for tools menu
Installation update (silent uninstall, cleanup V1.430)

http://www.alternate-tools.com/pages/c_textbrowser.php?lang=ENG
Titel: CudaText 1.2.23.0
Beitrag von: SiLæncer am 18 Februar, 2016, 20:30
Whats new:>>

- fix Addon Manager "Install" (SF.net blocked http)
* change in api. Must update plugs: NumberedBookmarks, PythonIntel, CudaExt, Snippets
+ added 120+ snippets for HTML. These mimic hehaviour of Synwrite's feature "SmartTagTabbing". You need plugin Snippets.
+ autodelete markers in deleted selection
+ statusbar panel "msg" now autosized (can put "msg" to left)

http://www.uvviewsoft.com/cudatext/
Titel: Atom 1.6.0 Beta 4
Beitrag von: SiLæncer am 19 Februar, 2016, 05:18
Whats new:>>

Added option to disable pending tabs (#10846).

https://atom.io/
Titel: CudaText 1.2.24.0
Beitrag von: SiLæncer am 20 Februar, 2016, 19:00
Whats new:>>

opt font of bottom-panel listboxes
api (plugin Tabs List, bookmark hints in CudaLint)

http://www.uvviewsoft.com/cudatext/
Titel: NFOPad v1.71
Beitrag von: SiLæncer am 21 Februar, 2016, 12:00
(http://s26.postimg.org/3sgjfwo49/screenshot_505.jpg)
NFOPad is a small, fast and flexible combined nfo viewer and text editor. It is a clone of Microsoft's Notepad but much more customizable and with some additional features. Of course NFOPad also supports nfo files with ASCII art. The file extension is used to determine whether to use an ANSI or ASCII font.

License: Freeware

Changelog

Load times for large text files improved.
Double clicking a word and keeping the button held down now allows the user to select several words just as ctrl + click.
Slovak localization added.
Set the NFOPad icon on "Edit with NFOPad" in the windows context menu.
Opening an empty NFOPad, adding text and removing it again will no longer prompt to save on close.
Added help text about starting the app as administrator when writing to the registry fails.
Localization fixes.
Bugfix: when having the menu bar hidden, AltGr no longer flickers the menu when held down.
Bugfix: Auto Window Width no longer changes the window size when NFOPad is maximized.

[close]

http://truehumandesign.se/s_nfopad.php
Titel: Alternate Text Browser 3.030
Beitrag von: SiLæncer am 21 Februar, 2016, 19:20
(http://www.alternate-tools.com/images/img_textbrowser.jpg)
This program makes it easy to browse through text- and html-files (also xml), syntax highlighting for serveral programming languages available (C++, Pascal, PHP, Perl, ASM, JScript etc.).

Freeware

Whats new:>>

Correction in binary view
Correction for language param
Calculator V3.060, Memo V2.760 added

http://www.alternate-tools.com/pages/c_textbrowser.php?lang=ENG
Titel: EditBone v10.7.3
Beitrag von: SiLæncer am 22 Februar, 2016, 13:25
(http://www.bonecode.com/images/EditBone1.png)
Powerful text editing tool that comes with syntax highlighting support for over 50 languages and scripts, 22 ready made styles, a handy file comparison feature and support for multiple directories and search results.

Freeware

Whats new:>>

Fixed:

    Toggle split.
    Special chars with word wrap.
    Clipboard commands.
    Undo.
    Word wrap.

    Updated third-party components.

http://www.bonecode.com/?page=projects
Titel: Notepad++ 6.9
Beitrag von: SiLæncer am 22 Februar, 2016, 16:00
(http://s26.postimg.org/vvnitnjix/screenshot_38.jpg)
Notepad++ is a tabbed source code editor and Notepad replacement with a customizable interface. It is one of the few few source code editors that supports "folding," allowing users to quickly reduce and expand sections of code to see the overall document. In addition, it features multi-language syntax highlighting, auto-completion, regular expression search/replace, macro recording and playback, etc. The program can access a long list of plug-ins via an easy-to-access menu with even more features and functions.

License: GPL

What's new: >>

New feature Folder as Workspace is one of most wanted features.
Notepad++ installer is signed from this release.

http://notepad-plus.sourceforge.net/
Titel: Atom 1.6.0 Beta 5
Beitrag von: SiLæncer am 23 Februar, 2016, 09:07
(http://s26.postimg.org/6bt5lin89/screenshot_265.jpg)
A powerful and flexible application that works as a text and source code editor with syntax highlight, or alternately as a file viewer.

MIT License

Changelog

Notable Changes:

Fix gutter highlights on files with capital letters in the name
Ensure pending files/tabs are made permanent when opened from fuzzy-finder

[close]

https://atom.io/
Titel: PilotEdit Lite 9.0.0
Beitrag von: SiLæncer am 24 Februar, 2016, 05:10
(http://www.pilotedit.com/images/OpenInQuickMode.PNG)
PilotEdit is a text, hex, XML, C/C++, HTML, PHP, Java, Javascript and Perl editor that can edit large files of 400GB (40 billion lines).

It offers customizable syntax and keyword highlighting, advanced search and replace operations, automatic text encoding, 256-bit AES encryption/decryption and a built-in FTP/SFTP client lets you open, edit, download and upload large files directly to/from a FTP/SFTP server.

In addition to standard text editing features, PilotEdit can compare and merge two large files of 100GB (10 billion lines). You can also sort, find/remove duplicate lines and extract strings over a large file of 1GB.

Freeware

http://www.pilotedit.com/
Titel: EditBone 10.7.4
Beitrag von: SiLæncer am 24 Februar, 2016, 05:20
Whats new:>>

- Fixed undo
- Fixed matching pair
- Fixed special chars
- Fixed delete line
- Fixed word wrap

http://www.bonecode.com/?page=projects
Titel: EditBone 10.7.5
Beitrag von: SiLæncer am 25 Februar, 2016, 04:45
Whats new:>>

Fixed completion proposal
Fixed undo
Fixed regular expression search
Fixed tabulator in overwrite mode

http://www.bonecode.com/?page=projects
Titel: CudaText 1.2.25.2
Beitrag von: SiLæncer am 25 Februar, 2016, 12:29
(http://s26.postimg.org/9ltuvmmu1/screenshot_554.jpg)
Create programming scripts with this powerful tool that supports more than 130 languages and allows users to work concurrently on as many as six groups of projects.

Freeware

Whats new:>>

fix major issue: lexerlib breaks on installing addon (reason: FPC 3)
fix cmds for line-comment
allow trailing comma in user.json

http://www.uvviewsoft.com/cudatext/
Titel: nanDECK v1.21.2
Beitrag von: SiLæncer am 25 Februar, 2016, 21:10
(http://s26.postimg.org/l8j2hesyh/screenshot_660.jpg)
nanDECK is a scripting graphic software that provides a simple yet flexible language to create multiple images suited for cards or counters .

Freeware

http://www.nand.it/nandeck
Titel: Markdown Edit 1.24
Beitrag von: SiLæncer am 26 Februar, 2016, 16:00
(http://s26.postimg.org/wy2jhhic9/screenshot_443.jpg)
Markdown Edit is fully compatible with the CommonMark specification, enabling you to edit Markdown documents, as well as HTML or text ones. It allows document formatting and real-time HTML previewing, providing hotkeys for almost all commands, for easier control.

Freeware

Changelog

Allow only one instance of a file #97
Fix issues with Recent Files dialog #101
Pasting link sometimes doesn't convert it to MD link #107
Cursor position goes to end of document after formatting #109
Inserting image link issues #112
Layout and scale problem on HighDPI displays #113
Auto-continue task lists #119

[close]

http://mike-ward.net/markdownedit/
Titel: CudaText 1.2.26 Beta
Beitrag von: SiLæncer am 26 Februar, 2016, 20:15
Whats new:>>

+ api for "Find in files" plugin
+ opt ui_max_history_edits
+ cmd "open url at caret", "copy url at caret"

http://www.uvviewsoft.com/cudatext/
Titel: Sublime Text 3 Build 3103 Beta
Beitrag von: SiLæncer am 26 Februar, 2016, 20:30
(http://s26.postimg.org/5l76jqlg9/screenshot_940.jpg)
Sublime Text is a refined text editor for prose, code, and markup. It includes a wonderful feature set that augments its superior performance all packaged within a slick interface.

License: Freeware

Changelog

Added new Syntax Definition file format, .sublime-syntax
Added a custom regex engine that matches multiple regexps in parallel, for faster file loading and indexing
Improved Unicode support, including combining character rendering, character classification in regex searches, and case insensitivity in Goto Anything matching
Packages are now on GitHub
Incorporates many community provided improvements to the above packages, with significant improvements to HTML, CSS, JavaScript, Go, D and SQL
Added Panel Switcher to status bar
Better handling of troublesome files during indexing
Improved file change detection
Added "Profile Events" to the Command Palette, to help identify slow plugins
Build Systems may now define a list of file name wildcard patterns to trigger on, via the file_patterns key
prompt_open_file and related commands now accept an initial_directory argument
Improved indenting behavior when indent_to_bracket is enabled
Spell Checker now reads from manually edited user preferences on the fly
Stability improvements for Find in Files when using regular expressions that result in significant backtracking
Fixed file truncation when using hexadecimal encoding
Fixed brackets in strings influencing auto indent
Fixed inconsistencies in Goto Anything when selecting symbols
Fixed tab completion regression in 3081, where h1..h6 HTML completions were not triggering
Fixed Goto Definition command not working when placed in a submenu
OSX: Fixed Emoji & Symbols popup failing to insert text in some cases
Windows: Added support for inserting characters from outside of the BMP
Windows: ctrl+alt+p is no longer bound by default, due to compatibility issues with some keyboard layouts
Windows: Updated code signing certificate to no longer use SHA1
Linux: Fixed a file permission issue when running without --wait
Linux: crash_reporter is statically linked, improving system compatibility
API: Added Window.is_sidebar_visible() and Window.set_sidebar_visible()
API: Added View.is_auto_complete_visible()
API: Added find_output_panel(), destroy_output_panel(), active_panel() and panels()
API: Added create_output_panel() now accepts an optional parameter, "unlisted"

[close]

https://www.sublimetext.com/
Titel: EditBone v10.8.0
Beitrag von: SiLæncer am 26 Februar, 2016, 20:45
Whats new:>>

Added Columns and Previous line indent options for tabulator.
Fixed tabulator.
Fixed undo and redo.
Fixed drag and drop.
Fixed XML highlighter.
Updated language files.

http://www.bonecode.com/?page=projects
Titel: EditBone v10.9.0
Beitrag von: SiLæncer am 29 Februar, 2016, 13:42
Whats new:>>

    Added mouse move scroll after wheel click.

Fixed:

    F3 and Shift + F3 to work with selected word.
    Flickering when scrolling with selection.
    Special chars.
    Tabulator.

http://www.bonecode.com/?page=projects
Titel: Atom 1.6.0 Beta 6
Beitrag von: SiLæncer am 01 März, 2016, 13:49
(http://s26.postimg.org/6bt5lin89/screenshot_265.jpg)
A powerful and flexible application that works as a text and source code editor with syntax highlight, or alternately as a file viewer.

MIT License

Whats new:>>

Fixed a potential crash when viewing a changed file on Windows (#10965).

https://atom.io/
Titel: Atom 1.5.4 / 1.6.0 Beta 7
Beitrag von: SiLæncer am 03 März, 2016, 05:15
Whats new:>>

1.6.0 Beta 7

Fixed an issue that caused vim-mode's scrolling commands to work incorrectly with soft-wrapped lines.
Preview tabs now work correctly for non-text files like images and archives.
Fixed an issue on Windows where files with CRLF line endings couldn't be saved if they had changes (#10931).

1.5.4

Fixed an issue that caused vim-mode's scrolling commands to work incorrectly with soft-wrapped lines

https://atom.io/
Titel: CudaText 1.2.26.0
Beitrag von: SiLæncer am 03 März, 2016, 12:25
(http://s26.postimg.org/9ltuvmmu1/screenshot_554.jpg)
Create programming scripts with this powerful tool that supports more than 130 languages and allows users to work concurrently on as many as six groups of projects.

Freeware

Changelog

opt minimap_at_left
opt caret_after_paste_column
opt ui_statusbar_tabsize
opt ui_max_history_edits
opt spacing_y: default=1
cmds "open url at caret", "copy url at caret"
api

[close]

http://www.uvviewsoft.com/cudatext/
Titel: Textadept 8.6
Beitrag von: SiLæncer am 04 März, 2016, 13:52
(http://foicica.com/textadept/images/splitviews.png)
Textadept will provide users with a fast, minimalist, and ridiculously extensible text editor. At its core lies less than 2000 lines of C code, and that's how it always will be. While other editors rely on recordable macros to speed up workflow, shell scripts to quickly transform text, and static side panes to manage your documents, files, and more.

Textadept takes it to the extreme: it gives you complete control over the entire application using the embedded Lua language. Lua is nearly as fast as C, and has a very small footprint. In fact, most of Textadept is written in Lua.

License : MIT License

Changelog

Bugfixes:

Prevent silent crash reports from being generated on Mac OSX when child processes fail to be spawned.
Do not “busy wait” for spawned process stdout or stderr on Mac OSX.
Fixed bug in escaping ([{< after mirrors in snippets.
Only change spawned process environment if one was specified on Mac OSX.
Fixed focus bug in view:goto_buffer() with non-focused view.
Fixed building the terminal version in debug mode.
Recognize the weight style property.
Fixed potential crash with malformed style properties.
Fixed unlikely buffer overflow in messages coming from Scintilla.
Fixed potential memory access error when closing Textadept while a spawned process is still alive.
Fixed bug in setting view properties when restoring sessions with nested splits.

Changes:

Added support for APL, Docker, Faust, Ledger, MoonScript, man/roff, PICO-8, and Pure.
Enabled idle-styling of buffers in the background in the GUI version.
Undocumented buffer:clear_cmd_key() only takes one argument now.
Added -v and --version command line parameters.
Added single-instance functionality on Win32.
Require GLib 2.28+.
Added lexer.line_state and lexer.line_from_position() for stateful lexers.
Updated to lspawn 1.4.
Updated to Scintilla 3.6.3.
Updated to Scinterm 1.7.

[close]

http://foicica.com/textadept/
Titel: Alternate Text Browser 3.040
Beitrag von: SiLæncer am 07 März, 2016, 21:15
(http://www.alternate-tools.com/images/img_textbrowser.jpg)
This program makes it easy to browse through text- and html-files (also xml), syntax highlighting for serveral programming languages available (C++, Pascal, PHP, Perl, ASM, JScript etc.).

Freeware

Whats new:>>

Greek help file added/translation updated
Help files renamed/updated

http://www.alternate-tools.com/pages/c_textbrowser.php?lang=ENG
Titel: RocketCake 1.1
Beitrag von: SiLæncer am 08 März, 2016, 13:13
(http://s26.postimg.org/lvm5ouas9/screenshot_810.jpg)
RocketCake is a free web editor for creating responsive websites for beginners and professional web developers. No programming needed.

Freeware

Changelog

New slide show animation modes

There are now 3 animation modes for the slide show: Fade, slide and direct switch.

Improved Galleries

Galleries can now have texts, describing each image. And Gallery images now can also have round corners.

    Headings

    Added support for Heading (H1, H2, H3) tags. This is quite useful for SEO, and was one of the most requested features.

    Other, smaller changes

        Breakpoints defined in pages used as master pages themselves will now work as well.
        There is now an option to skip uploading big embedded files, like videos.
        HTML 5 video files can now be selected using a file selection dialog
        Fixed a bug causing the WYSIWYG editor display images with auto-height with a wrong height sometimes if MaxWidth was set.
        Improved farsi translation



[close]

http://www.ambiera.com/rocketcake/index.html
Titel: CodeLobster PHP Edition 5.9
Beitrag von: SiLæncer am 10 März, 2016, 21:30
(http://images.six.betanews.com/screenshots/1186155456-1.gif)
CodeLobster PHP Edition is a handy and easy-in-use editor that is primarily intended for quick and easy creation and editing of PHP files. It includes debugger, dynamic help, built-in parser, autocomplete and Class View window for comfortable work with PHP code. CodeLobster PHP Edition also supports such file formats as Text, HTML, XML.

Freeware (Free registration by email is required after 30 days)

Changelog

Improved PHP help and tooltips
Autocomplete for PHP functions that return mixed values
Improved Node.js autocomplete
Debuger for PHP version 7.x

Drupal plug-in:

Now supports Drupal version 8.x

Symfony plug-in:

Now supports Symfony version 3.x

Phalcon plug-in:

Now supports Symfony version 2.x
Improved autocomplete

Bugs fixed:

Support @keyframes in CSS
Print "&" sign
Tooltips and navigation for CSS classes named in kebab-case
Extra refresh command when finished FTP file upload

[close]

http://www.codelobster.com/
Titel: EditBone 10.10.0
Beitrag von: SiLæncer am 11 März, 2016, 09:18
(http://www.bonecode.com/images/EditBone1.png)
Powerful text editing tool that comes with syntax highlighting support for over 50 languages and scripts, 22 ready made styles, a handy file comparison feature and support for multiple directories and search results.

Freeware

Whats new:>>

Added Use middle color option for special chars
Added Align option for the search map
Fixed word wrap
Fixed special chars
Fixed sync edit
Fixed matching pair
Fixed tabulator
Fixed undo and redo
Fixed mouse move scroll
Updated language files

http://www.bonecode.com/?page=projects
Titel: EditBone v10.10.1
Beitrag von: SiLæncer am 12 März, 2016, 18:54
Whats new:>>

Fixed:

    Code folding.
    Find in files item saving.

http://www.bonecode.com/?page=projects
Titel: CudaText 1.2.28.1
Beitrag von: SiLæncer am 13 März, 2016, 06:30
Whats new:>>

translation possible: see menu item Options/Translations, see folder "data/lang"
translation Russian, in AddonManager
AddonManager has cmd "Visit plugin homepage"; plugins need field "homepage=" in install.inf
fix to handle line length 10k

http://www.uvviewsoft.com/cudatext/
Titel: Scite 3.6.4
Beitrag von: SiLæncer am 13 März, 2016, 10:16
(http://www.heise.de/software/screenshots/1206.jpg)
Editor mit Syntax-Highlighting, Auto-Completion, Folding und vielem mehr...

Lizenz: Open Source

Changelog

SciTE allows setting the autocompletion type separator character
The C++ folder folds code on '(' and ')' to allow multi-line calls to be folded. Feature #1138
For the HTML lexer, limit the extent of Mako line comments to finish before the line end characters
Folds unfolded when two fold regions are merged by either deleting an intervening line or changing its fold level by adding characters. This was fixed both in Scintilla and in SciTE's equivalent code. Bug #1799
The Progress lexer supports hexadecimal numeric literals, single-line comments, abbreviated keywords and extends nested comments to unlimited levels
Ruby lexer treats alternate hash key syntax "key:" as a symbol. Bug #1810
Rust lexer handles bracketed Unicode string escapes like "\u{123abc}". Bug #1809
For GTK+ on Windows fix 64-bit build which was broken in 3.6.3
For Qt, release builds have assertions turned off
For Qt on Windows, fix compilation failure for Qt 4.x
IME target range displayed on Qt for OS X
On Windows, make clipboard operations more robust by retrying OpenClipboard if it fails as this may occur when another application has opened the clipboard
On Windows back out change that removed use of def file to ensure Scintilla_DirectFunction exported without name mangling. Bug #1813
On GTK+ and Qt over Win32 in Korean fix bug caused by last release's word input change
For SciTE, more descriptive error messages are displayed when there are problems loading the Lua startup script. Feature #1139

[close]

http://www.scintilla.org/SciTE.html
Titel: Atom 1.6.0 Beta 8
Beitrag von: SiLæncer am 14 März, 2016, 13:58
Whats new:>>

Notable Changes:

Don't destroy pane if replacing last pending item (#11009).
Move Pane::addItem 'pending' option to options object (#11057).
Fixed tab activation not being correct when replacing pending tabs (atom/tabs#278).
Fixed issues in git-diff when the file contains unicode characters (atom/git-diff#88, atom/git-diff#89).
Fixed status bar not updating the current branch (atom/status-bar#128).

https://atom.io/
Titel: DocPad 16.0
Beitrag von: SiLæncer am 14 März, 2016, 17:40
(http://images.six.betanews.com/screenshots/scaled/1238008675-1.jpg)
Erweiterter Text-Editor als Alternativer zu Notepad; bietet unter anderem eine Rechtschreibprüfung, eine anpassbare Toolbar sowie die Möglichkeit, Makros zu verwenden.

Freeware

Changelog

* Unicode Character Map: added the ability to create a list of favorite characters.
* Added the "Auto-Open Last Document" option to the Options menu.
* Print Preview: added the ability to print a select range of pages.
* Paste: added support for pasting unicode characters into an ASCII file so long as the characters are present in the chosen Character Set.
* Save Document As: if a document is open, its filename will appear in the Save dialog so you can edit it or type over it.  Previously, the filename was blank.
* The Unicode Character Map now inserts characters into an editbox located below the character table, where you can either copy them to the clipboard, or insert them into the document.
* Added the "Double Click On Word Selects Spaces" option to the Options menu.
* Statistics: the "Lines" statistic now includes soft line-breaks.
* The toolbar's Character Map icon now gives you a visual indication as to whether the document is ASCII or unicode.
* The Interface menu now has two choices for Character Map: one for ASCII and one for Unicode.
* Statistics: the "All/Characters/Present" stat is now reported when the document is unicode.
* The "Customize Toolbar" window now allows you to change the toolbar size.
* Added the "Visit Hyperlink" tool to the toolbar.
* Double clicking on a word to select it will now support non-ASCII letters.  Previously this was only supported in unicode documents.
* Drop Files: added an option to insert the files as hyperlinks.
* Spell Check: while the Spell Checker window is visible, the highlighted selection will now flash between light and dark.
* Fixed: the ASCII Character Map's width was growing a little bit each time it was launched.
* Fixed: Auto-Indent: extra tabs were being inserted after pressing Enter when the caret is in front of a tab.
* Fixed: a DLL injection security vulnerability.
* Fixed: some pairs of characters, in certain fonts, were displayed too close together.
* Fixed: a rare but serious problem could cause a window to render incorrectly.

[close]

http://www.gammadyne.com/docpad.htm
Titel: EditBone v10.10.2
Beitrag von: SiLæncer am 15 März, 2016, 05:10
Whats new:>>

Fixed undo and redo.
Fixed auto indentation.
Fixed home and end key commands.
Updated language files (fixed color constants).
INI files are moved automatically into user's profile folder.

http://www.bonecode.com/?page=projects
Titel: Markdown Edit 1.25.1
Beitrag von: SiLæncer am 15 März, 2016, 13:42
(http://s26.postimg.org/wy2jhhic9/screenshot_443.jpg)
Markdown Edit is fully compatible with the CommonMark specification, enabling you to edit Markdown documents, as well as HTML or text ones. It allows document formatting and real-time HTML previewing, providing hotkeys for almost all commands, for easier control.

Freeware

Whats new:>>

Fix crash when reformatting document and cursor is at end of document and reformatted text is shorter causing out of range exception.

http://mike-ward.net/markdownedit/
Titel: EditBone 10.10.3
Beitrag von: SiLæncer am 16 März, 2016, 09:08
(http://www.bonecode.com/images/EditBone1.png)
Powerful text editing tool that comes with syntax highlighting support for over 50 languages and scripts, 22 ready made styles, a handy file comparison feature and support for multiple directories and search results.

Freeware

Whats new:>>

Fixed Object Pascal highlighter
Fixed INI file move
Fixed undo and redo

http://www.bonecode.com/?page=projects
Titel: EditBone 10.10.4
Beitrag von: SiLæncer am 18 März, 2016, 09:17
Changelog

Fixed prompt on replace option
Fixed undo and redo
Fixed painting of collapsed code folding
Fixed Object Pascal highlighter
Fixed mouse move scrolling
Fixed guide lines
Fixed copy and paste
Updated language files

[close]

http://www.bonecode.com/?page=projects
Titel: SynWrite v6.20.2210
Beitrag von: SiLæncer am 19 März, 2016, 10:30
(http://images.betanews.com/screenshots/1289816929-1.jpg)
Erweiterter Text-Editor mit Unterstützung von vielen Dateiformaten, Programmiersprachen und Zeichenkodierungen; bietet unter anderem Syntax-Hervorhebung, Auto-Vervollständigung und Code-Vorlagen; auch als Plug-in für Total Commander und als portable Version erhältlich.

Freeware

Whats new:>>

Added:

    Lexer CSS handles @media{...}.
    Lexer XML upd.
    Lexer LESS upd (style: color).
    Lexer SCSS upd (style: color).
    Lexer JS upd (style: doc comment).
    Lexer PHP upd (style: doc comment).

http://www.uvviewsoft.com/synwrite/
Titel: CudaText 1.2.29.0
Beitrag von: SiLæncer am 19 März, 2016, 21:45
(http://s26.postimg.org/9ltuvmmu1/screenshot_554.jpg)
Create programming scripts with this powerful tool that supports more than 130 languages and allows users to work concurrently on as many as six groups of projects.

Freeware

Changelog

lexer CSS handles @media{...}
char-map uses multi-carets on insert
more toolbar api

[close]

http://www.uvviewsoft.com/cudatext/
Titel: Scaramouche Touch 1.0
Beitrag von: SiLæncer am 21 März, 2016, 19:40
(http://s26.postimg.org/yn8lk31g9/screenshot_973.jpg)
This is the smallest text editor in the whole wide world, only 46KB in size. This text editor is full featured and is able to open, edit, and save *.html documents without a problem...

This makes our editor a very green option to use! The html document format is absolutely cross-platform compatible and only needs a web browser to open. This will bring the end to proprietary document formats and special and expensive software and applications necessary to open, edit, and save all your precious letters, memos, and all other types of documents.

Creating html documents will make sure they will always open and print exactly the way you intended them to be. Scaramouche Touch can either be downloaded and used offline, or simply click here to use it online!

With its online and offline capabilities, you don't need to install any software. Use the built-in capabilities of your HTML5 web browser for such things as spell checking, print, print preview, and find functions.

No more creating accounts, pay annual service fees, or social media account linking. Just download the file, double click on the "ScaramoucheTouch.htm" file, and it will open in your default web browser, ready to be used in an instant!

Freeware

http://www.ssuitesoft.com/ssuitescaramouchetouch.htm
Titel: CudaText 1.3.0.0
Beitrag von: SiLæncer am 22 März, 2016, 10:00
Changelog

themes contain now 40 styles: to map to concrete lexer styles. Dialog "Lexer styles map" added. It shows on activating lexer w/o configured map. Maps are saved to "lexlib/*.cuda-lexmap".
not used anymore settings/plugins.json (delete it), used install.inf's only
renamed translations to nn_NN (e.g. ru_RU)
can show .gif pics
upd lexer XML
upd lexer LESS (style: color)
upd lexer SCSS (style: color)
upd lexer JS (style: doc comment)
upd lexer PHP (style: doc comment)
color "editor, combobox border"
statusbar macros {yb} {ye}
fixes

[close]

http://www.uvviewsoft.com/cudatext/
Titel: EditBone v11.0.0
Beitrag von: SiLæncer am 22 März, 2016, 10:45
Whats new:>>

Added show shadow option for the minimap.
Fixed matching pair.
Updated language files.

http://www.bonecode.com/?page=projects
Titel: CudaText 1.3.1.0
Beitrag von: SiLæncer am 24 März, 2016, 16:30
Changelog

opt ui_lexer_themes
color "editor, gutter font, lines with carets"
color "listbox, sel line font"
colors "statusbar, font/bg/border"
commands item "lexer: (none)"
many fixes (github)

[close]

http://www.uvviewsoft.com/cudatext/
Titel: Program Edit 3.3 Build 3-23-2016
Beitrag von: SiLæncer am 26 März, 2016, 21:15
(http://s26.postimg.org/lz5vav3mh/screenshot_992.jpg)
ProgramEdit - a free Windows® software source-code editor. ProgramEdit includes language support for HTML, Ada, C/C++, C#, CSS, JAVA, JavaScript, Perl, PHP, Python, Ruby, VB, VBScript, Verilog, VHDL and Batch(.bat) files. Other features include tabbed file selection, text highlighting, find & replace, regular expressions, sesssions, bookmarks, multiple undo/redo and hyperlinks.

Freeware

Changelog

add Tidy error-checker for html/xml files
add language extensions cmd, c++, erb, jse, pm, shtml
clear the text window and line numbers when all files are closed
update Extended ASCII table
fix minor bug that could prevent language keywords from being colored
fix minor file drag-drop bug
fix Go-To-Line bug with HT(TAB) characters
Made several other minor improvements

[close]

http://simplesolverlogic.com/index.html
Titel: CudaText 1.3.3.0
Beitrag von: SiLæncer am 27 März, 2016, 11:30
Whats new:>>

drag-drop of tabs to other groups (all OSes)
drag-drop of select-text to other groups
cmd "rescan python plugins inf-files"
fix: Ansi encoding was broken (since using FPC 3)

http://www.uvviewsoft.com/cudatext/
Titel: CudaText 1.3.4.0 Beta
Beitrag von: SiLæncer am 27 März, 2016, 13:30
Whats new:>>

+ drag-drop to other group: opt mouse_drag_drop_focus_target
+ drag-drop to other group: Ctrl pressed means "copy"
+ lexer Python: keywords def/class/global/lambda have other style (like ST3)
- rework restore caret on file-reload
- fix MakePlugin

Download hier : https://sourceforge.net/projects/cudatext/files/

http://www.uvviewsoft.com/cudatext/
Titel: Rapid Environment Editor v9.0 build 930
Beitrag von: SiLæncer am 28 März, 2016, 10:00
(http://www.rapidee.com/images/rapidee.png)
Rapid Environment Editor (RapidEE) is an environment variables editor. It includes an easy to use GUI and replaces the small and inconvenient Windows edit box, located in the System Information section.

License: Freeware

Changelog

Added:

    Ctrl+Q hotkey.

Updated:

    3rd party libraries.
    Ukrainian translation.

Fixed:

    RapidEE fails if rapidee.ini file can't written.
    RapidEE fails on paste under some conditions.

[close]

http://www.rapidee.com/en/about
Titel: Greenfish Icon Editor Pro v3.4
Beitrag von: SiLæncer am 28 März, 2016, 14:40
(http://s26.postimg.org/6yhti75zt/screenshot_999.jpg)
Greenfish Icon Editor Pro is a tool for creating icons, cursors, and other small images. It opens and saves in ICO, CUR, ANI, PNG, XPM, BMP and JPEG formats. It is able to create icons and cursors up to 256x256 @ 32-bit, which can also be PNG-compressed for use in Windows Vista. It is also able to create animated cursors, extract icons and cursors from executable files and icon libraries, batch convert image files to icons or other image formats, supports advanced selection handling (marquee, lasso and wand tools, saving/loading selections from files), offers various gradient styles for filling shapes, and includes many filters such as Remove matte, Drop shadow, Inner/Outer glow and Bevel etc.

License: Freeware

Changelog

    Create Android drawable, test 9-patch button.
    Import SVG.
    Load/Save TIFF (no layers yet).
    Set DPI of document and pages.
    Test image as 3D texture.
    Pascal-based scripting.


    Faster, more responsive drawing.
    Faster GIF load/save.
    Fixed numerous bugs.

[close]

http://greenfish.tk/
Titel: Notepad++ 6.9.1
Beitrag von: SiLæncer am 29 März, 2016, 06:10
(http://s26.postimg.org/vvnitnjix/screenshot_38.jpg)
Notepad++ is a tabbed source code editor and Notepad replacement with a customizable interface. It is one of the few few source code editors that supports "folding," allowing users to quickly reduce and expand sections of code to see the overall document. In addition, it features multi-language syntax highlighting, auto-completion, regular expression search/replace, macro recording and playback, etc. The program can access a long list of plug-ins via an easy-to-access menu with even more features and functions.

License: GPL

Changelog

Fix bad detection of sub-folder in Folder as Workspace.
Enhancement: Add "Find in files" command in "Folder as Workspace".
Enhancement: Add "Open Folder as Workspace" command in File menu.
Fix "copy" command bug in find result panel.
Improvements for JSON highlighting.
Fix Find In Files progress bar position bug.
Add Ctrl+Shift+Z shorcut for Redo.
FORTRAN 77 is supported.
Fix html tag auto-completion bug.

[close]

http://notepad-plus.sourceforge.net/
Titel: nanDECK v1.21.3
Beitrag von: SiLæncer am 30 März, 2016, 04:48
(http://s26.postimg.org/l8j2hesyh/screenshot_660.jpg)
nanDECK is a scripting graphic software that provides a simple yet flexible language to create multiple images suited for cards or counters .

Freeware

http://www.nand.it/nandeck
Titel: SynWrite v6.20.2212
Beitrag von: SiLæncer am 30 März, 2016, 06:00
(http://images.betanews.com/screenshots/1289816929-1.jpg)
Erweiterter Text-Editor mit Unterstützung von vielen Dateiformaten, Programmiersprachen und Zeichenkodierungen; bietet unter anderem Syntax-Hervorhebung, Auto-Vervollständigung und Code-Vorlagen; auch als Plug-in für Total Commander und als portable Version erhältlich.

Freeware

Whats new:>>

Lexer Python: keywords def/class/global/lambda have other style.
Fix with Win10 highDPI.

http://www.uvviewsoft.com/synwrite/
Titel: CudaText 1.3.5.0
Beitrag von: SiLæncer am 31 März, 2016, 21:30
(http://s26.postimg.org/9ltuvmmu1/screenshot_554.jpg)
Create programming scripts with this powerful tool that supports more than 130 languages and allows users to work concurrently on as many as six groups of projects.

Freeware

Whats new:>>

autocomplete for HTML: completion listbox inserts tag+ closing tag after caret
autocomplete for HTML: auto show when typed "

http://www.uvviewsoft.com/cudatext/
Titel: CKEditor 4.5.8
Beitrag von: SiLæncer am 01 April, 2016, 20:30
(http://s26.postimg.org/y8h12nzbt/screenshot_191.jpg)
WYSIWYG-Editor für eigene Webseiten, der sich in diverse Skriptsprachen integrieren lässt; unterstützt die meisten gängigen Browser; auch mit kommerzieller Lizenz erhältlich

Lizenz: Open Source

Whats new: >>

Changelog

New Features:

    #12440: Added the config.colorButton_enableAutomatic option to allow hiding the "Automatic" option in the color picker.

Fixed Issues:

    #10448: Fixed: Lack of scrollbar in the right-to-left text direction.
    #12707: Fixed: The order of table elements does not comply with the HTML specification.
    #13756: [Edge] Fixed: Context menus are cut-off.

[close]

http://ckeditor.com/
Titel: BowPad v2.2.1
Beitrag von: SiLæncer am 02 April, 2016, 19:20
(http://s26.postimg.org/e60vd9bix/screenshot_182.jpg)
BowPad is a small and fast text editor with a ribbon user interface and syntax highlighting.

Features:

syntax highlighting for over 100 file types and languages
handling of many different encodings, including UTF-8, UTF-16 and even UTF-32
easy ribbon user interface
navigation hints in the vertical scrollbar
coloring of open tabs according to their path
extendable with plugins written in jscript or vbscript

Freeware

Whats new:>>

Fixed a crash when open files get renamed/deleted.
Improved and extended the search feature.
Updated to latest Scintilla component 3.6.4.
Improved speed when restoring a session.
Changing style colors does not switch to bright mode anymore.

http://stefanstools.sourceforge.net/BowPad.html
Titel: Atom 1.6.2
Beitrag von: SiLæncer am 04 April, 2016, 17:40
(http://s26.postimg.org/6bt5lin89/screenshot_265.jpg)
A powerful and flexible application that works as a text and source code editor with syntax highlight, or alternately as a file viewer.

MIT License

Whats new:>>

Fix atom/atom#11203 – Hitting an unbound key sequence sharing a prefix with a bound sequence freezes atom via atom/atom-keymap#124.

https://atom.io/
Titel: Atom 1.7.0 Beta 4
Beitrag von: SiLæncer am 04 April, 2016, 20:45
Whats new:>>

Fix atom/atom#11203 – Hitting an unbound key sequence sharing a prefix with a bound sequence freezes atom via atom/atom-keymap#124.

https://atom.io/
Titel: CuteMarkEd 0.11.3
Beitrag von: SiLæncer am 05 April, 2016, 19:20
(http://s26.postimg.org/dk48gcu1l/screenshot_1014.jpg)
Markdown-Editor mit Live-HTML-Vorschau; hebt die Syntax hervor und zeigt mathematische Formeln mithilfe von MathJax an.

Lizenz: Open Source

http://cloose.github.io/CuteMarkEd/
Titel: PSPad 4.6.1.2716
Beitrag von: SiLæncer am 08 April, 2016, 05:10
(http://images.six.betanews.com/screenshots/1076948037-1.png)
PSPad is a universal freeware editor. There is no complex install process; the program is ready to work immediately, without requiring customization. It supports many file types and languages, with syntax highlighting. There are macros, clip files and templates to automate repetitive activities. An integrated HEX Editor, Project support, FTP Client, Macro Recorder, File Search/Replace, Code Explorer, code page conversion, are just some of the many possibilities that PSPad can offer you.

Freeware

Changelog

News

Log window - now is possible to find Next/Previous error with standard action Find next/Previous (F3/Shift+F3) or using buttons on the Log windows left side
New Special settings option - SortScriptMenu = 1/0. Settings to "0" will prevent script menu sorting.
User highlighter - new option Vectors - support e.g. for MathLab

Fixes:

BAT highlighter - variables in strings broke bracket highlight
User highlighter - fixed string highlight like aa'string', e.g. in CodeV
Favorite panel - link created by dropping outside of PSPad (e.g. from Windows Explorer) wasn't saved
Log window - fixed High DPI problem

[close]

http://www.pspad.com/
Titel: Atom 1.7.0 Beta 5
Beitrag von: SiLæncer am 09 April, 2016, 15:30
Whats new:>>

Fix opening of fuzzy-finder items in split panes via default bindings. See atom/fuzzy-finder#189.
Fix an issue with the pending state of items being terminated before such items were replaced.

https://atom.io/
Titel: CudaText 1.3.7.0
Beitrag von: SiLæncer am 09 April, 2016, 18:15
Changelog

opt ui_max_size_open
opt ui_max_size_lexer
small memory optimizing



1.3.6.0

auto-close of quotes (read about auto_close_brackets)
auto-close of brackets/quotes works with selection
drag-cursor appears more correct
menuitem View--Lexers
AddonManager uses filelist in txt-file at github (slower download-all, but don't use fixed mirrors of SF, safe)

[close]

http://www.uvviewsoft.com/cudatext/
Titel: Scaramouche Touch 2.0
Beitrag von: SiLæncer am 09 April, 2016, 18:45
(http://s26.postimg.org/yn8lk31g9/screenshot_973.jpg)
This is the smallest text editor in the whole wide world, only 46KB in size. This text editor is full featured and is able to open, edit, and save *.html documents without a problem...

This makes our editor a very green option to use! The html document format is absolutely cross-platform compatible and only needs a web browser to open. This will bring the end to proprietary document formats and special and expensive software and applications necessary to open, edit, and save all your precious letters, memos, and all other types of documents.

Creating html documents will make sure they will always open and print exactly the way you intended them to be. Scaramouche Touch can either be downloaded and used offline, or simply click here to use it online!

With its online and offline capabilities, you don't need to install any software. Use the built-in capabilities of your HTML5 web browser for such things as spell checking, print, print preview, and find functions.

No more creating accounts, pay annual service fees, or social media account linking. Just download the file, double click on the "ScaramoucheTouch.htm" file, and it will open in your default web browser, ready to be used in an instant!

Freeware

Whats new:>>

Updated the interface
Fixed the print function to be more user-friendly.

http://www.ssuitesoft.com/ssuitescaramouchetouch.htm
Titel: HTMLPad 2016 14.0.0.182
Beitrag von: SiLæncer am 09 April, 2016, 19:40
Whats new:>>

Fixes problem in build 181 that causes crash on startup for some users.

http://www.blumentals.net/htmlpad/
Titel: Ron's Editor 2016.04.05.2050
Beitrag von: SiLæncer am 10 April, 2016, 10:10
(http://images.six.betanews.com/screenshots/scaled/1350146574-1.jpg)

Ron's Editor is the ultimate CSV editor, designed to be easy to use, but powerful enough to handle anything needed of it. Any tabular text format can be opened through confirurable seperators and full support for text encodings, and can then be exported to many formats including Excel. CSV files can be merged, or seperated, and the professional editing capabilites and power tools used for conversion and data cleaning.

http://www.ronsplace.eu/Products/RonsEditor
Titel: JSONedit 0.9.18.0
Beitrag von: SiLæncer am 10 April, 2016, 10:50
(http://s26.postimg.org/66opis8ih/screenshot_556.jpg)
JSONedit is a simple editor for the JavaScript Object Notation format "a text-based open standard designed for human-readable data interchange" (source) with availble text and tree views.

Includes array generator using embedded Lua interpreter and Scintilla for text edition.

License:    Freeware

Changelog

snippets, stored as JSON files in "snippets" subdirectory
store selected node with optional description into file for reuse
load snippet into selected node

[close]

http://tomeko.net/software/JSONedit/index.php
Titel: Mobirise 2.10
Beitrag von: SiLæncer am 10 April, 2016, 21:31
(http://s26.postimg.org/d5pkuwmqh/screenshot_2.png)
Develop fully responsive, mobile-ready websites that look amazing on any devices and browsers. Preview how your website will appear on phones, tablets and desktops directly in the visual editor..

Freeware

https://mobirise.com/
Titel: CSVed v2.4
Beitrag von: SiLæncer am 12 April, 2016, 05:20
(http://s26.postimg.org/ga4p6trfd/screenshot_570.jpg)
Editor zum Bearbeiten von CSV-Dateien; erlaubt das Editieren der Feldinhalte sowie das Bearbeiten der Tabellenstruktur; kann unter anderem Zeilen, Spalten und Dateien verbinden, Doppeleinträge entfernen und markierte Felder in eine eigenständige CSV-Datei exportieren; exportiert in die Formate HTML, XML, XLS und DOC

Lizens : Cardware

What's new: >>

Changeable DQ.

http://csved.sjfrancke.nl/index.html
Titel: CudaText 1.3.9.0
Beitrag von: SiLæncer am 13 April, 2016, 12:08
(http://s26.postimg.org/9ltuvmmu1/screenshot_554.jpg)
Create programming scripts with this powerful tool that supports more than 130 languages and allows users to work concurrently on as many as six groups of projects.

Freeware

Whats new:>>

new themed scrollbars: editors, trees, listboxes
command "Place carets on bookmarks"
theme "darkwolf" preinstalled
upd lexer "acp files"
api

http://www.uvviewsoft.com/cudatext/
Titel: Greenfish Icon Editor Pro v3.5
Beitrag von: SiLæncer am 14 April, 2016, 16:45
(http://s26.postimg.org/6yhti75zt/screenshot_999.jpg)
Greenfish Icon Editor Pro is a tool for creating icons, cursors, and other small images. It opens and saves in ICO, CUR, ANI, PNG, XPM, BMP and JPEG formats. It is able to create icons and cursors up to 256x256 @ 32-bit, which can also be PNG-compressed for use in Windows Vista. It is also able to create animated cursors, extract icons and cursors from executable files and icon libraries, batch convert image files to icons or other image formats, supports advanced selection handling (marquee, lasso and wand tools, saving/loading selections from files), offers various gradient styles for filling shapes, and includes many filters such as Remove matte, Drop shadow, Inner/Outer glow and Bevel etc.

License: Freeware

Changelog

    Greatly improved the icon library editor.

Fixed:

    GFIE did not start on XP because of GetTickCount64.
    Some memory leaks.

[close]

http://greenfish.tk/
Titel: LyX 2.2.0 RC 1
Beitrag von: SiLæncer am 14 April, 2016, 17:20
(http://www.lyx.org/images/about/main_window_sm.png)
LyX is a document processor that encourages an approach to writing based on the structure of your documents (WYSIWYM) and not simply their appearance (WYSIWYG).

Open Source

Release Notes

HiDPI display support:

LyX has been prepared to look good on HiDPI displays (such as Retina). This includes display of text, icons and graphics. Implemented by Stephan Witt, Enrico Forestieri and others. HiDPI support requires LyX to be built with Qt5.5 (Qt 5.6 under Windows).
Qt5 support:

LyX can be built with Qt5 (Qt4 is still supported and an official toolkit). Note that, due to a Qt5 bug that affects keyboard input, we strongly suggest to build against Qt 5.5. (Qt 5.6 under Linux)

New text display algorithm:

The code that displays LyX document text on screen has been partly rewritten. Metrics computation and painting are now done at line level and they share a lot more code. This leads to several improvements:

Text uses proper kerning and ligatures, which is only of aesthetic value for western languages, but very important for some languages like Hebrew, Arabic or Thai. The code that handled explicitly Hebrew and Arabic has been removed, and LyX now relies on Qt for string rendering.
Line breaking is done correctly in languages like Chinese where spaces are not in use.
Rendering speed is much improved on all platforms by the new code, which draws longer strings of text at once. This is especially true for Mac OS X, which suffered big performance issues because text had to be drawn character by character. The same issue existed for right-to-left text and is now fixed.
This work also paves the way for other improvements in text rendering, since the code base is cleaner.

Horizontal scrolling for large insets:

DocumentedThis implements horizontal scrolling of rows to allow editing insets (math, tabular...) that are larger than the screen. The scrolling happens as the cursor moves, in order to make sure that the cursor is always visible.
This feature is the result of the work of Hashini Senaratne as part of Google Summer of Code 2013. The code has been cleaned-up for inclusion and remaining bugs have been fixed.

New separators and improved control of paragraph breaks:

Documented Splitting of consecutive environments has been reworked and enhanced by Enrico Forestieri. The Separator environment has been removed and replaced by a separator inset. This new separator is introduced with Edit > Start new environment (Alt+P Enter) or by pressing Enter in an empty Standard paragraph that immediately follows a non-standard one (e.g. enumerate environments).
In addition, LyX no longer outputs superfluous blank lines in the LaTeX output, which could be understood by LaTeX as paragraph breaks and cause undesirable vertical space in some situations. In replacement, there are now two separator insets: plain separators (splits consecutive environments) and parbreak separators (does the same and introduce a blank line in the LaTeX output). The plain separator (displayed as a horizontal line) is introduced as described above. The parbreak separator is introduced by turning a plain separator into a parbreak from the context menu.
Note: In order to preserve the output of 2.1 documents, the conversion into 2.2 documents introduces inline parbreak separators (latexpar) to simulate the behavior of LyX 2.1 in terms of blank lines. Users are simply made aware that previous LyX versions were silently introducing par breaks that now are explicitly indicated. These separators may be removed where desired.

Improved text color support:

Documented LyX supports now also the following text colors:

brown, darkgray, gray, lightgray, lime, orange, olive, pink, purple, teal, violet

Improved box dialog:

Documented It is now possible to specify in the box dialog the line thickness, the box separation, the shadow size, the frame color and the background color. (Support for the LaTeX commands \fboxrule, \fboxsep, \shadowsize, \fcolorbox and \colorbox).

Improved table context menu:

Documented The table context menu is now much cleaner:

The table properties are grouped in submenus.
It is possible to access the table settings dialog directly from the main menu.
One can toggle the formal table style and multi-page feature via the menu.

Reworked instant preview:

Documented The appearance and performance of instant preview has been much improved. Also, some long-standing issues with previews are fixed. Done by Scott Kostyshak and Enrico Forestieri.

Enhanced source panel:

The source panel is better, faster. Long-standing issues are solved. Generation is done asynchronously so it no longer slows down the editing when auto-update is on.
It also uses Qt's highlighting feature. The precision of forward-search is also increased accordingly. Do not hesitate to report any remaining bugs about the source view panel.
The highlighted table row is also highlighted in the source panel.

Improved outliner and navigation menu:

There is now a list of math macros. Using the outline pane, one can now navigate the macro definitions, order them by order of appearance or alphabetically, and — at last! — find them using the filter.
Lists of figures, tables and listings are now easier to navigate; in particular the float/sub-float hierarchy is correctly represented.

This comes with global improvements to the navigation menu and the outliner, which are now more convenient and consistent, including:

In all lists, entries that are disabled (i.e. either in a note or in an inactive branch) are now marked with the symbol ✖.
The navigation menus are no longer removed if they are too long; one can choose between scrolling the menu and opening the outliner.

Enhanced language support:

Documented Polyglossia is now also used with LuaTeX if "automatic" is set as language package option.

New supported languages:

Georgian, implemented by Uwe Stöhr
Swiss variant of German (old and new spelling, via Babel), implemented by Jürgen Spitzmüller
Austrian variant of German (via Polyglossia, complementing already existing support via Babel), implemented by Jürgen Spitzmüller
Ancient variant of Greek (via Babel, complementing already existing support via Polyglossia), implemented by Jürgen Spitzmüller

New supported LaTeX commands:

Documented Further support for the LaTeX package mathtools. This allows to use the math commands \xhookleftarrow, \xRightarrow, \xrightharpoondown, \xrightharpoonup, \xrightleftharpoons, \xleftarrow, \xLeftarrow, \xleftharpoondown, \xleftharpoonup, \xleftrightarrow, \xLeftrightarrow, \xleftrightharpoons and \xmapsto. Implemented by Uwe Stöhr.
Documented Support for the basic LaTeX environment verbatim* via LyX's standard environment selection menu. Implemented by Uwe Stöhr.

Layout enhancements:

Documented "Short Titles" are now inserted with a copy of the title as initial content. Implemented by Jürgen Spitzmüller.
Documented It is now possible to treat individual characters verbatim by layouts and styles. Implemented by Jürgen Spitzmüller.
Documented The setting options of paragraph indentation can now be defined per style. Implemented by Jürgen Spitzmüller.
Documented Non-PassThru styles and insets can now output paragraph breaks as newline. Implemented by Jürgen Spitzmüller.
Documented New layout for articles in Journals of International Union of Crystallography (ICUr). For more info see this Wiki page. Implemented by Uwe Stöhr.
Documented Improved layout for articles in the Journal of Statistical Software (JSS). For more info see this Wiki page. Implemented by Uwe Stöhr.
Documented The layout for the modernCV document class supports now to set a style option and to choose from different icon sets. For an example see the file modernCV.lyx in LyX's examples folder. Implemented by Uwe Stöhr

Module enhancements:

Documented Jürgen Spitzmüller added native support for structure trees (via the forest package) to the Linguistics module.
Documented Jürgen Spitzmüller has rewritten the Glosse insets of the Linguistics module. Now normal text can be entered, and the encoding limitations are gone.
Documented Support for the LaTeX commands \reflectbox, \resizebox, \rotatebox and \scalebox via the module GraphicBoxes. For a description see section Rotated and Scaled Boxes of the EmbeddedObjects manual. Implemented by Jürgen Spitzmüller and Uwe Stöhr.
Documented Extended Fancy Colored Boxes module: There are now 5 different box types you can customize for your needs. The module also supports now subtitles for boxes and to arrange boxes in a raster. For a detailed description see the specific manual Colored Boxes in LyX's Help menu. Contributed by Uwe Stöhr.
Documented New modules for TODO and FIXME notes have been added by Jürgen Spitzmüller.
Documented Support for chemical hazard and precautionary statements via the module Hazard and Precautionary Statements. For a detailed description see the specific manual Hazard and Precautionary Statements in LyX's Help menu. Added by Uwe Stöhr.
Documented A new module Paragraph Lists (paralist) has been added by Georg Baum.
Documented A new module Variable-width Minipages has been added, based on the LaTeX package varwidth. It provides a variable-width minipage whose resulting width is the actual width of its contents.
A new module Change bars has been added: with change tracking and "Show Changes in Output" enabled, this module will add vertical bars in the margin of the output file where changes occur. It requires the LaTeX changebar package and works only with DVI, PDF (pdflatex), PDF (ps2pdf) and Postscript output. Contributed by Paul A. Rubin.
All theorems modules provide now the environments Solution and Solution*. Implemented by Uwe Stöhr.
The module AMS-Extended theorems now also supports the environments Question and Question*. Implemented by Jürgen Spitzmüller.

New preferences settings:

Documented Jürgen Spitzmüller added a new option to disable pasting by pressing the middle mouse button.

New converters:

Documented Microsoft's .docx format (known as Office Open XML) is now recognized by LyX for conversions. The conversion is done by the external program Pandoc (if you have this installed). LyX is therefore not responsible for the quality of the conversion.
LyX supports to use Pandoc to convert OpenDocument files.

Miscellaneous:

It is now possible to view the output even if a LaTeX error occurred. Use at your own risk. Implemented by Scott Kostyshak.
LyX now reports BibTeX and biber errors in the error dialog. Implemented by Jürgen Spitzmüller.
Documented It is now possible to directly open the temporary compilation directory with the button "Open Containing Directory" in the LaTeX log.

LyX indicates now if a document is read-only by adding a lock symbol to its tab:

Documented It is now possible to toggle the read-only state of a document via the menu Document→Disable Editing.
Math commands now handle the current selection more consistently, in particular when the selection includes text.
Ctrl+M now inserts \text in math mode instead of \mbox, and Ctrl+Enter introduces by default an AMS align environment instead of an eqnarray.
The insert table dialog has now also a visual table size selection.

[close]

http://www.lyx.org/
Titel: Atom 1.7.1
Beitrag von: SiLæncer am 15 April, 2016, 18:15
(http://s26.postimg.org/6bt5lin89/screenshot_265.jpg)
A powerful and flexible application that works as a text and source code editor with syntax highlight, or alternately as a file viewer.

MIT License

Whats new:>>

Atom Core

    atom/atom#11475 - Add ELECTRON_NO_ATTACH_CONSOLE in BufferedNodeProcess

https://atom.io/
Titel: Atom 1.8.0 Beta 1
Beitrag von: SiLæncer am 15 April, 2016, 19:40
Whats new:>>

Atom Core

    atom/atom#11475 - Add ELECTRON_NO_ATTACH_CONSOLE in BufferedNodeProcess

https://atom.io/
Titel: Scaramouche Touch Editor 2.1
Beitrag von: SiLæncer am 17 April, 2016, 19:40
(http://s26.postimg.org/yn8lk31g9/screenshot_973.jpg)
This is the smallest text editor in the whole wide world, only 46KB in size. This text editor is full featured and is able to open, edit, and save *.html documents without a problem...

This makes our editor a very green option to use! The html document format is absolutely cross-platform compatible and only needs a web browser to open. This will bring the end to proprietary document formats and special and expensive software and applications necessary to open, edit, and save all your precious letters, memos, and all other types of documents.

Creating html documents will make sure they will always open and print exactly the way you intended them to be. Scaramouche Touch can either be downloaded and used offline, or simply click here to use it online!

With its online and offline capabilities, you don't need to install any software. Use the built-in capabilities of your HTML5 web browser for such things as spell checking, print, print preview, and find functions.

No more creating accounts, pay annual service fees, or social media account linking. Just download the file, double click on the "ScaramoucheTouch.htm" file, and it will open in your default web browser, ready to be used in an instant!

Freeware

Whats new:>>

Added "autosave" for extra security, every time you press the "Spacebar" on "Enter/Return" key, "autosave" is enabled.

http://www.ssuitesoft.com/ssuitescaramouchetouch.htm
Titel: PilotEdit Lite 9.1.0
Beitrag von: SiLæncer am 17 April, 2016, 21:15
(http://www.pilotedit.com/images/OpenInQuickMode.PNG)
PilotEdit is a text, hex, XML, C/C++, HTML, PHP, Java, Javascript and Perl editor that can edit large files of 400GB (40 billion lines).

It offers customizable syntax and keyword highlighting, advanced search and replace operations, automatic text encoding, 256-bit AES encryption/decryption and a built-in FTP/SFTP client lets you open, edit, download and upload large files directly to/from a FTP/SFTP server.

In addition to standard text editing features, PilotEdit can compare and merge two large files of 100GB (10 billion lines). You can also sort, find/remove duplicate lines and extract strings over a large file of 1GB.

Freeware

Zitat
PilotEdit 9.1.0 includes improvement over file comparing algorithm.

http://www.pilotedit.com/
Titel: CudaText 1.3.10.0
Beitrag von: SiLæncer am 19 April, 2016, 06:07
Whats new:>>

shift+mwheel does horiz scroll
checkmarks in top menu (not Linux gtk2)
cmd "folding: fold/unfold at cur line"
update: JS completions
fix: mwheel in one-line edits
fix: lexer PHP word-lists
fix: lexer Markdown
fix: lexer Python
fix: for 2nd monitor

http://www.uvviewsoft.com/cudatext/
Titel: HTMLPad 2016 14.0.0.184
Beitrag von: SiLæncer am 19 April, 2016, 18:40
Whats new:>>

Fix: Selection breaking on autocomplete
Fix: Hide all panels should not hide floating panels
Update: FTP safe mode improvements - don't error if the file doesn't exist
Update: Output panel return focus to editor on switching modes
Plugins fix: Show script messages after Find All
Plugins: Document.FtpFileName added
Update: Safeguard against out of memory on CSS item filter

http://www.blumentals.net/htmlpad/
Titel: Atom 1.7.2
Beitrag von: SiLæncer am 20 April, 2016, 13:19
Whats new:>>

Atom Core:

atom/atom#11498 - Copy active item when splitting from TextEditor context menu
atom/atom#11494 - Correctly autoindent single newline in Selection#insertText
atom/atom#11463 - Fixes #11190

fuzzy-finder:

atom/fuzzy-finder#194 - Fix slow opening

https://atom.io/
Titel: Flashnote v4.7
Beitrag von: SiLæncer am 23 April, 2016, 10:15
(http://softvoile.com/flashnote/pictures/flashnotesmall.gif)
Flashnote is an intuitive and lightweight application designed to help you create notes. It comes in handy for all users who need to write something down quickly, as the primary panel can be accessed by simply pressing a shortcut-key combination.

Freeware

Whats new:>>

Added: Database encryption support (AES-256).
Added: Customizable toolbar size.
Improved: A lots of small corrections and improvements.

http://softvoile.com/flashnote/
Titel: Tkoutline v0.93
Beitrag von: SiLæncer am 23 April, 2016, 19:00
(http://s26.postimg.org/4x5qabi8p/screenshot_17.png)
Tkoutline is a single pane outline editor. With this editor, information can be structured hierarchically in an outline and outlines can be hyperlinked together to create a web of outlines.

Freeware

Changelog

New features and enhancements
Support for glob patterns in inter-outline hyperlinks
Bold, italics, etc. wiki-markup is now preserved when exporting to html
Added increase/decrease expansion level functionality (see Additional expand/collapse functionality)
Added the ability to import an outline from indented text and the ability to import an outline from OPML format
Map levels to html headings - thanks to Laurent Duperval for the idea and code
Magic button functionality
Keyboard traversal of outline tabs
Added button bar code from Scott Gamon
Added ability to edit the preferences file within tkoutline
User defined code in ~/.tkoutlinerc will be sourced on startup (see Tkoutline plugin architecture)
Unit tests are now runnable from within tkoutline (see Help/About).
Internal changes
Factored out some generic listitem functionality from the treedisplay functionality (see Text widget based listitem display)
Upgraded to using the new tcllib tree 2.0 API
Completely rewrote the code that manages multiple outlines with a much, much cleaner result
Bug fixes
Ctrl-` keybinding is an error on Unix based platforms. Changed the way the keybinding is specified and added ability to configure this key binding
Fixed bug where the useBulletImages and wikimarkup keywords in the .def file were being ignored
Fixed problem with launching urls containing '&' on Windows NT/XP/2000 (the part after the '&' never made it to the browser)
Fixed export to opml and xml so special XML characters are properly encoded. Also fixed HTML export so special HTML characters are properly encoded.
Fixed bug where the keybindings in the preference file were being ignored
Fixed error when user cancels load subtree command (bug discovered via Scott Gamon)
Fixed bug with launching a browser on unix when the BROWSER env variable contains not just a command name, but also some command-line arguments. (thanks to Rusty Maynard for the problem report).

[close]

http://tkoutline.sourceforge.net/wiki/
Titel: Frescobaldi 2.19.0
Beitrag von: SiLæncer am 23 April, 2016, 19:40
(http://s26.postimg.org/v6qst4461/screenshot_18.png)
Freier und umfangreicher Texteditor für das LilyPond-Eingabeformat; zeigt Texteingabe und PDF-Ausgabe parallel und findet durch Klicken in der PDF die relevante Stelle in der Eingabe; bietet Vorlagen und Tastenkürzel für häufig genutzte Befehle, enthält eine Autovervollständigung und unterscheidet bei der Syntaxhervorhebung zwischen LilyPond und Scheme

Lizenz: Open Source

Changelog

Changes in 2.19.0 -- April 22nd, 2016

* Requirement changes:
  - Frescobaldi now requires python-ly 0.9.4
* New features:
  - Tools->Quick Remove->Remove Fingerings
  - Tools->Quick Remove->Remove Comments
  - Tools->Pitch->Simplify Accidentals
  - It is now configurable whether the document tabs have a close button
  - The new LilyPond feature to embed source code files in the PDF (LilyPond >=
    2.19.39) can be used in publish mode and the custom engrave dialog (#813)
  - Clicking a TOC item in the Music View jumps to its destination (#803)
  - When copying music to an image, a new option has been added to render the
    image twice as large and scale it smoothly down, which improves images at
    smaller DPI values.
  - An option to keep the text cursor in the current line, when using the
    horizontal arrow keys (off by default) (wish #779)
* Improvements:
  - LilyPond 2.18+ \relative { ... } without start pitch is now supported
  - It is possible to use no start pitch on abs->rel conversion and specify
    the desired behaviour using two checkboxes in the tools->pitch menu.
  - Clicking a point and click link in the Music View now remembers the previous
    position
  - Autocompile was not triggered in some circumstances.
    Now it is also triggered:
    * when a document is saved
    * when undoing a change after a save (i.e. the undo would reset the
      "modifified" flag of the document)
  - When tapping a tempo in the Score Wizard, it is now configurable whether
    a "common" metronome value is picked, or the exact tapped BPM (#792)
  - Allow zooming to 800% in Music View (#800)
  - When closing a document that has an engrave job running, the user is warned
    and can choose whether to wait for the job to complete, to abort it, or to
    cancel the closing.
  - Tabbar and document list show in the document icon whether the last
    engraving was successful (#636)
  - Comment and Uncomment snippets are improved and now in the Snippet menu
  - Score Wizard:
    - add C-Melody Sax (#810)
* Bug fixes:
  - fix #669 make click and drag working again
  - fix #786 'Replace all' only works when run twice
  - fix #793 Command autocompletion doesn’t work in figuremode
  - fix #806 MIDI file not updated in MIDI Player when using "master" variable
  - fix #807 search does not realize that content is changed
  - fix #808 \figuremode should be enclosed within \new FiguredBass
* Translations:
  - updated: Dutch, Italian

[close]

http://frescobaldi.org/
Titel: CudaText 1.3.11.0
Beitrag von: SiLæncer am 25 April, 2016, 05:45
Whats new:>>

indent/unindent col-blocks too
opt mouse_wheel_zoom
cmd "enable/disable folding functionality"
fix: lexer Python (folding, update speed)
api

http://www.uvviewsoft.com/cudatext/
Titel: SynWrite v6.20.2216
Beitrag von: SiLæncer am 25 April, 2016, 13:11
(http://images.betanews.com/screenshots/1289816929-1.jpg)
Erweiterter Text-Editor mit Unterstützung von vielen Dateiformaten, Programmiersprachen und Zeichenkodierungen; bietet unter anderem Syntax-Hervorhebung, Auto-Vervollständigung und Code-Vorlagen; auch als Plug-in für Total Commander und als portable Version erhältlich.

Freeware

Whats new:>>

Changed:

    Default hotkey for Commands now F1 (Alt+P is beep on Win10).

Fixed:

    Lexers Python and Markdown.
    Rework PHP word-lists.
    Update PHP completion-list (mysql* ids).

http://www.uvviewsoft.com/synwrite/
Titel: Scite 3.6.5
Beitrag von: SiLæncer am 26 April, 2016, 20:30
(http://www.heise.de/software/screenshots/1206.jpg)
Editor mit Syntax-Highlighting, Auto-Completion, Folding und vielem mehr...

Lizenz: Open Source

Changelog

JSON lexer added. Feature #1140.
The C++ lexer fixes a bug with multi-line strings with line continuation where the string style overflowed after an edit. Bug #1824.
The Python lexer treats '@' as an operator except when it is the first visible character on a line. This is for Python 3.5.
The Rust lexer allows '?' as an operator. Feature #1146.
Doubled size of compiled regex buffer. Bug #1822.
For GTK+, the Super modifier key can be used in key bindings. Feature #1142.
For GTK+, fix some crashes when using multiple threads.
Platform layer font cache removed on GTK+ as platform-independent caches are used. This avoids the use of thread locking and initialisation of threads so any GTK+ applications that rely on Scintilla initialising threads will have to do that themselves.
SciTE bug fixed with exported HTML where extra line shown. Bug #1816.
SciTE on Windows fixes bugs with pop-up menus in the find and replace strips. For the replace strip, menu choices change the state. For the find strip, menu choices are reflected in the appearance of their corresponding buttons.
SciTE on Windows on high DPI displays fixes the height of edit boxes in user strips.

[close]

http://www.scintilla.org/SciTE.html
Titel: EditPad Lite 7.4.1
Beitrag von: SiLæncer am 27 April, 2016, 12:14
(http://www.editpadpro.com/screens/editpadlite.png)
EditPad Lite is a general-purpose text editor, designed to be small and compact, yet offer all the functionality you expect from a basic text editor. EditPad Lite works with Windows NT4, 98, 2000, ME, XP and Vista.

Freeware

Changelog

Bug fixes:

Clip Collection: If AceText crashes or becomes unresponsive, EditPad now silently abandons its connection with AceText instead of spewing an infinite stream of "the RPC server is unavailable" errors.
Forum: Splitter positions in forum are not preserved when restarting EditPad.
Preferences|System: Turning on the option to erase history lists stopped the search panel from saving its search term but did not erase the previously saved search term, if any.
Regex: Quantifiers on literal line breaks counted CRLF as two iterations instead of one iteration.
Regex: Quantifiers on literal line breaks were highlighted as errors.
Search: Whole words only searches are now consistent between forwards searches, backwards searches, and match highlighting.
Spell check panel scaled itself twice to high DPI monitors, causing the buttons to be enormous and the list of suggestions to be obscured by them on very high DPI monitors.
Windows 10: Closing EditPad when it is not maximized and with the left or top edge of the window touching the left or top edge of the desktop caused it to start up slightly wider or taller next time (7.4.0 only).

[close]

http://www.editpadpro.com/editpadlite.html
Titel: Atom 1.7.3
Beitrag von: SiLæncer am 29 April, 2016, 12:30
(http://s26.postimg.org/6bt5lin89/screenshot_265.jpg)
A powerful and flexible application that works as a text and source code editor with syntax highlight, or alternately as a file viewer.

MIT License

Whats new:>>

Fix a problem with undoing multiple changes at the same time
Quote spaces in paths on Win cmd line
Ensure atom.cmd with --wait returns exit code of 0 for git commit usage
Ensure Windows Bash script works on all versions

https://atom.io/
Titel: CudaText 1.3.12.0
Beitrag von: SiLæncer am 30 April, 2016, 16:00
(http://s26.postimg.org/9ltuvmmu1/screenshot_554.jpg)
Create programming scripts with this powerful tool that supports more than 130 languages and allows users to work concurrently on as many as six groups of projects.

Freeware

Whats new:>>

rework indent of col-block: like Synwrite
theme "Sub"
theme rename: "verbis" to "ebony"
updated PHP completion-list
fix: Markdown tree

http://www.uvviewsoft.com/cudatext/
Titel: Markdown Edit 1.26
Beitrag von: SiLæncer am 30 April, 2016, 20:30
(http://s26.postimg.org/wy2jhhic9/screenshot_443.jpg)
Markdown Edit is fully compatible with the CommonMark specification, enabling you to edit Markdown documents, as well as HTML or text ones. It allows document formatting and real-time HTML previewing, providing hotkeys for almost all commands, for easier control.

Freeware

Whats new:>>

table text overlapped when splitting over pages #126
GitHub-like Emoji rendering #128
Touchpad scrolling is way too fast #129
Ampersand in headings #130
IgnoreYaml doesn't work #131 (removed feature)
Curly quotes #134 (added snippets)
New version incorrectly suggested #136 (false positives on network login)

http://mike-ward.net/markdownedit/
Titel: HtLite 4.1.0.0
Beitrag von: SiLæncer am 01 Mai, 2016, 13:00
(http://s26.postimg.org/y1r42meu1/screenshot_142.jpg)
Umfangreicher HTML/XHTML Editor.  Jeder externe Browser zur Seitenansicht einstellbar.  Wer keinen HTML Designer zur visuellen Gestaltung seiner Seiten benötigt, sondern nur einen komfortablen Code-Editor sucht, erhält hier eine hervorragende Alternative.

Freeware

http://www.winsoftware24.com/HtLite.html
Titel: Program Edit 3.5 Build 4-26-2016
Beitrag von: SiLæncer am 01 Mai, 2016, 20:15
(http://s26.postimg.org/lz5vav3mh/screenshot_992.jpg)
ProgramEdit - a free Windows® software source-code editor. ProgramEdit includes language support for HTML, Ada, C/C++, C#, CSS, JAVA, JavaScript, Perl, PHP, Python, Ruby, VB, VBScript, Verilog, VHDL and Batch(.bat) files. Other features include tabbed file selection, text highlighting, find & replace, regular expressions, sesssions, bookmarks, multiple undo/redo and hyperlinks.

Freeware

Changelog

add "Select file[s]" button to File Find and File Replace dialogs
provide a smaller PgmEdit executable due to new 2015 .NET compiler
faster Web Help
correct minor (whitespace) PrintPreview/Print bug

[close]

http://simplesolverlogic.com/index.html
Titel: SynWrite 6.20.2218
Beitrag von: SiLæncer am 04 Mai, 2016, 16:30
Whats new:>>

find-option "Except comments"

http://www.uvviewsoft.com/synwrite/
Titel: RJ TextEd 11.04
Beitrag von: SiLæncer am 05 Mai, 2016, 20:00
(http://images.six.betanews.com/screenshots/scaled/1187014627-1.jpg)
RJ TextEd - A Unicode source and text editor. RJ TextEd is a full featured text and source editor with Unicode support, syntax highlighting and code folding. The functionality extends beyond text files and includes support for HTML editing with integrated preview, spell checking, auto completion, HTML validation, templates and more. The program also include support for Topstyle Lite CSS editor, has a dual pane file commander, as well as a FTP client to upload your files. The editor uses language files to display menus and dialogs in different languages. There are several included languages. New language files can easily be created in the editor. RJ TextEd is also a simple web development tool. The editor can use auto completion and hints to assist you in editing your source code. You can preview HTML/ASP/PHP... code using one of the preview tabs or open a document in a browser. The editor does not only handle source code. It also handles true ASCII files, binary files and of course plain text files.

Licence: Freeware

Changelog

SASS syntax highlighting:

Created a new highlighter for sass. It's installed automatically at startup.
The ctrl+space completion list contain sass functions and argument hints
are displayed.
LESS syntax highlighting
Created a new highlighter for less. It's installed automatically at startup.
The ctrl+space completion list contain less functions and argument hints
are displayed.

Themes:

Added an option in the customize themes dialog box to enable theming of
standard system dialogs like file open/save and task dialog boxes.
Added several new program styles available in the customize themes
dialog box.
Changed how program style preview works in customize themes.

Unit converter panel:

Added a new item to calculate date and time span.
You can calculate the span between two dates or you can add a time span
to a date and calculate the new date.

Addons:

Made several changes in the addons dialog box.
Highlighters are now selected using check boxes in a list box.
Default file extensions are automatically added when a new highlighter
is enabled.
The active language is selected with a checkbox in the language list.
The side bar has a new appearance and made some other visual changes.

Syntax Highlighting colors:

Made some minor changes to the highlighting colors in "Windows.xml", "Glossy.xml" and
"Charcoal Dark Slate.xml". If you want to use them - you may have to import
the colors from the theme manager.

Project settings:

Made some visual changes.

Misc:

Made some changes to the statusbar character/column/selection hint.
The syntax highlighter name is now shown in the syntax editor title.
Some minor syntax editor improvements.

Fixed:

Text size in function argument hint

[close]

http://www.rj-texted.se
Titel: RJ TextEd 11.06 Update Beta
Beitrag von: SiLæncer am 05 Mai, 2016, 21:30
Changelog

Highlight colors in CSS/LESS/SASS:

Added a menu item option to allow highlighted colors values in CSS, LESS and SASS files. The menu options is located in "View -> Highlight".
It is turned on by default.

The type of colors highlighted are:

HTML color names like blue, red, saddlebrown...
Color values like #80ff40.
RGB() and RGBA() values.
HSV() and HSVA() values.
HSL() and HSLA() values.
When highlighted - the color value is drawn using the color as the background color.

Color hint:

I've made several changes in the color hint window (mouse hovers over a color value).
The hint now display colors in all supported formats: #xxxxxx, HTML color name,
RGB(), RGBA(), HSV(), HSVA(), HSL(), HSLA() and decimal.

Covert between color formats:

Each format is underlined and clickable. Click on a value to convert the color under the mouse cursor to a different format.

Code:

The color under the mouse is RGB(0,0,255). Click on "blue" in the color
hint and the color under the mouse cursor is changed to "blue".
Open color wheel window
Click on the color preview box to open a color dialog window.

Color dialog window:

I've made several changes in the color dialog window.
The added sliders can now handle RGB, HSV or HSL values.
Added a new tab with HTML color names.
Added several new color output formats.
I also fixed several issues.

Horizontal scrollbar:

The editor horizontal scrollbar is now invisible unless you move the mouse cursor to its position or scroll horizontally using the text cursor.

Fixed:

SFTP when accessing several accounts on the same server.
Theme color issue when all files are closed.
Changing syntax highlighter didn't always work.
Fixed an issue with multiplying browsers.

[close]

http://www.rj-texted.se
Titel: CoffeeCup Free HTML Editor 15.3
Beitrag von: SiLæncer am 06 Mai, 2016, 20:45
(https://www.heise.de/software/screenshots/t6785.jpg)
Abgespeckte Version des kostenpflichtigen CoffeeCup-HTML-Editors, bringt Assistenten für Tabellen, Frames, Forms und Fonts sowie einen FTP-Client mit, unterstützt Drag und Drop.

Freeware

http://www.coffeecup.com/free-editor
Titel: PilotEdit Lite 9.2.0
Beitrag von: SiLæncer am 07 Mai, 2016, 19:40
(http://www.pilotedit.com/images/OpenInQuickMode.PNG)
PilotEdit is a text, hex, XML, C/C++, HTML, PHP, Java, Javascript and Perl editor that can edit large files of 400GB (40 billion lines).

It offers customizable syntax and keyword highlighting, advanced search and replace operations, automatic text encoding, 256-bit AES encryption/decryption and a built-in FTP/SFTP client lets you open, edit, download and upload large files directly to/from a FTP/SFTP server.

In addition to standard text editing features, PilotEdit can compare and merge two large files of 100GB (10 billion lines). You can also sort, find/remove duplicate lines and extract strings over a large file of 1GB.

Freeware

Zitat
PilotEdit Lite 9.2.0 provides the ability to disable file update detection.

http://www.pilotedit.com/
Titel: Mobirise 2.11.1
Beitrag von: SiLæncer am 09 Mai, 2016, 05:10
(http://s26.postimg.org/d5pkuwmqh/screenshot_2.png)
Develop fully responsive, mobile-ready websites that look amazing on any devices and browsers. Preview how your website will appear on phones, tablets and desktops directly in the visual editor..

Freeware

https://mobirise.com/
Titel: RocketCake 1.2
Beitrag von: SiLæncer am 09 Mai, 2016, 13:23
(http://s26.postimg.org/lvm5ouas9/screenshot_810.jpg)
RocketCake is a free web editor for creating responsive websites for beginners and professional web developers. No programming needed.

Freeware

Changelog

New free website templates

Added two new website templates. Additionally, a few existing templates have been updated to make them look a bit more modern.

Radio Buttons

Added support for radio buttons for use in web forms. Previously, only check boxes were supported.

Improved Master/Client page code support

Additional code inserted in header now also appears if the page is a client of a master page.

Other, smaller changes

Various smaller bug fixes here and there.

[close]

http://www.ambiera.com/rocketcake/index.html
Titel: CudaText 1.3.14.2
Beitrag von: SiLæncer am 12 Mai, 2016, 18:45
(http://s26.postimg.org/9ltuvmmu1/screenshot_554.jpg)
Create programming scripts with this powerful tool that supports more than 130 languages and allows users to work concurrently on as many as six groups of projects.

Freeware

Whats new:>>

# added

* opt fold_style
* api

# fixed

* fix: dont open folder via cmd-line

http://www.uvviewsoft.com/cudatext/
Titel: CKEditor 4.5.9
Beitrag von: SiLæncer am 13 Mai, 2016, 12:45
(http://s26.postimg.org/y8h12nzbt/screenshot_191.jpg)
WYSIWYG-Editor für eigene Webseiten, der sich in diverse Skriptsprachen integrieren lässt; unterstützt die meisten gängigen Browser; auch mit kommerzieller Lizenz erhältlich

Lizenz: Open Source

Whats new: >>

Changelog

Fixed Issues:

    #10685: Fixed: Unreadable toolbar icons after updating to the new editor version.
    #14573: Fixed: Missing Widget drag handler CSS when there are multiple editor instances.
    #14620: Fixed: Setting both the min-height style for the <body> element and the height style for the <html> element breaks the Auto Grow plugin.
    #14538: Fixed: Keyboard focus goes into an embedded <iframe> element.
    #14602: Fixed: The dom.element.removeAttribute() method does not remove all attributes if no parameter is given.
    #8679: Fixed: Better focus indication and ability to style the selected color in the color picker dialog.
    #11697: Fixed: Content is replaced ignoring the letter case setting in the Find and Replace dialog window.
    #13886: Fixed: Invalid handling of the CKEDITOR.style instance with the styles property by CKEDITOR.filter.
    #14535: Fixed: CSS syntax corrections. Thanks to mdjdenormandie!
    #14312: [IE] Fixed: Artifact is visible after pasting any text.

[close]

http://ckeditor.com/
Titel: Hexadecimal Editor 6.3.0
Beitrag von: SiLæncer am 15 Mai, 2016, 08:20
(https://i.postimg.cc/y6XBCGhw/screenshot-2870.png)
HexEdit is powerfull hexadecimal editor with following features:

    MDI interface
    Data Inspector
    Calculator
    File Compare
    Memory Dumper
    Disk Dumper (NT only)

http://www.mitec.cz/hex.html
Titel: Komodo Edit 10.0.0 Build 17209
Beitrag von: SiLæncer am 17 Mai, 2016, 12:14
(http://download.winboard.org/uploads/Image/2010-12-22%2009%2024%2056.png)
Komodo Edit ist ein Editor, der folgende Sprachen unterstützt: PHP, Python, Ruby, java script, Perl, Tcl, XML, HTML 5, CSS 3. Weiterhin bietet das Programm eine Projektverwaltung, Sweet-Editor und kann mittels Erweiterungen ausgebaut werden.

Unterstützt wird WIN XP - Seven

Freeware

Changelog

New User Interface:
The entire user interface has been given a big facelift. This facelift isn’t just about making Komodo more attractive and enjoyable to use; a ton of user experience work has gone into the facelift. On the technical end, these changes make Komodo far more maintainable and far less prone to interface related bugs. Possibly the biggest feature, though, is that you can define your own colors. Every color scheme now also extends to the user interface, so you can tweak and style not just how your code looks, but also how Komodo looks. Or not–it’s entirely up to you, of course.
For those who prefer not to have their user interface change too much we’ve also introduced some preferences which let you essentially use the “classic” approach to UI in many places.
These changes do mean that skins and iconsets for Komodo 8 and 9 will no longer work.
The Dynamic Toolbar:
The dynamic toolbar is a new UI element in Komodo 10 which holds toolbar buttons that provide contextual actions to your files and project. They show and hide based on what you’re doing and provide information and actions based on how your files and projects are configured. For example the version control dynamic button will show you how many files have changed and allow you to quickly open eg. file or project history, or the commit dialog.
The dynamic toolbar is very developer friendly, so you can easily create your own buttons or download ones that were contributed by other developers.
First Start Wizard:
When you first start Komodo (or when you update between major versions) Komodo will now show you a short and simple first start wizard that lets you customize Komodo to your likings. Tabs or spaces? The bias is all yours.
New Default Keybindings:
Our old defaults (which are still available as “Legacy” keybindings) were an accumulation of 10+ years of changes. Needless to say they became messy and illogical. With Komodo 10 we dumped them entirely and started from scratch. A rule of thumb here was that if something didn’t make sense then it didn’t deserve a default binding, the user can define these themselves. We also reviewed other editors complete default keybinding sets to find commonalities in the industry. The new bindings are based on logic and sensible defaults that programmers have become accustomed to.
Other Editor Keybindings:
We are introducing keybindings for other editors and IDE’s to facilitate developers transitioning to Komodo. These can be accessed from your Keybinding preferences or via the First Start wizard.
Improved Node.js and PHP CodeIntel:
JavaScript and PHP CodeIntel has had significant improvements, NodeJS modules and PSR4 classes are fully supported as well as various new features of each language.
Support For React, Ember, Angular, TypeScript, ES6:
We’ve put a lot of focus on individual frameworks in Komodo 10, a trend you can expect to continue. With this iteration we focused on some of the most popular JS frameworks and derivatives.
Performance Improvements:
Komodo 10 has received significant performance improvements. File opening, closing, saving, typing, .. you name it. Additionally we’ve fixed a long standing memory leak which caused users to have to restart Komodo every few days, that should no longer be the case.
Other Mentionables:
Improved color picker UI and UX
New color scheme editor
New UI SDK (used in our new First Start Wizard)
and much much more
Detailed Changes and Bug Fixes in Komodo IDE/Edit:
CodeIntel: Fixed large memory leak that would keep a CI record around after closing a file - fixes #627.
Collab: Fix issue where user indicators would show on top of windows.
Collab: Use tooltip instead of panels, to eliminate focus issues.
ColorScheme Editor: The color scheme editor has been significantly overhauled.
ColorSchemes: Significantly improved color scheme saving performance.
Commando: Fix miss-alignment when opened from the toolbar - fixes #789.
Commando: Fix non-recursive searches not working - fixes #834.
Console: Fixed object keys not dumping in some cases - fixes #790.
Date: Fri Mar 4 12:05:32 2016 -0500.
Debug: Fix run without debugging throwing error - fixes #835.
Editor: Fix allow file contents to override .. always being on - fixes #995.
EditorConfig: Reverted a change that made some prefs not apply - fixes #908.
Find: Don’t show a notification when closing a find result tab - fixes #979.
Find: Fix “where” section not remembered - fixes #873.
Find: Keep focus inside find frame when tabbing - fixes #888.
Find: Restore focus after the find frame closes - fixes #805.
Fixed regression in Perl interpolated variable highlighting with Scintilla upgrade - fixes #914.
HTTPInspector: Fix failure to initialize.
InitService: Implemented partial upgrades.
JSX: Fixed syntax highlighting bug that created extraneous fold points - fixes #1087.
Less: Catch file resolving exceptions.
Less: Fixed highlighting of class selectors - fixes #652.
Less: Recognize errors from later versions of Less - fixes #1061.
Linter: Show at most 10 results at a time.
Linting: Only notify about the first linting error (don’t bombard users with notifications) - fixes #818.
Non-scannable UDL languages like XML do not have scopes; do not raise errors - fixes #906.
Notifications: Corner notifications should not be too wide.
Notifications: Fixed notifications stealing focus, for real this time - fixes #816, fixes #837.
OpenFiles: Fix tab sorting won’t toggle - fixes #841.
Packages: Only ever install the latest available - fixes #950.
Places: view manager fails with no project open.
Projects: Fix editor prefs missing under Project prefs - fixes #929.
Projects: Fixed #860 can’t open projects with “ ” in name.
Projects: Places opens in wrong context in newWindow. fixes #932.
Python: Fixed autoindentation corner-case with dictionaries - fixes #632.
Regex Tool: UI Overhaul.
Runinline: Consider global environment preferences - fixes #810.
SCC: Added an “Open Web Service” command/menu.
SCSS: Use ’//’ for line comments in SCSS - fixes #866.
SDK: Keybindings: Extended SDK and fixed usedBy.
Schemes: keybindings: new default bindings for all platforms.
Scope: Sections: Komodo now has project wide symbol browsing.
UI: Added support for userChrome.less.
UI: Highlight focused elements in the HUD - fixes #883.
UI: The new Komodo interface is fully customizable, you can pick your own colors rn=.
UX: Added classic mode (aka I don’t like changes mode).
UX: Closing multiple files at the same time is now significantly faster.
UX: Find: The find frame now no longer closes when focus is lost.
UX: Improve speed and UX feedback when opening multiple files.
Unit Testing: Improved the user experience.
codeintel: Allow autocompletion in anonymous classes - fixes #1140.
codeintel: Buffers with only one token should not cause errors anymore - fixes #796.
codeintel: CSS: Added flex support from Defman21’s PR.
codeintel: CSS: Fixed failure to detect selectors in some instances - fixes #938.
codeintel: CSS: added pointer-events property from Defman21 - fixes #1090.
codeintel: Complete PHP interfaces in “use” statements - fixes #176.
codeintel: Do not create extra, unnecessary CIX files on Windows - fixes #870.
codeintel: Do not error on blank documents - fixes #895.
codeintel: Extract correct type information for PHP variables from ’@var’ phpdoc in compound declarations - fixes #752.
codeintel: Fail gracefully when the database is incomplete - fixes #1351.
codeintel: Fixed buggy side-effect of identifying PSR-4 autoloaded classes - fixes #1241.
codeintel: Fixed computation of the section the current line is in - fixes #1171.
codeintel: Fixed more instances of PHP completion with foreach - fixes #142.
codeintel: Handle nested selectors in LESS - fixes #1092.
codeintel: Handle nested selectors in SCSS - fixes #1093.
codeintel: JQuery: Updated catalog to v1.12.1.
codeintel: JavaScript: Include HTML5 API by default in stdlib catalog - fixes #1170.
codeintel: Javascript: Enable local variable visibility for closures - fixes #502.
codeintel: Javascript: Handle scoped variables in class constructors properly as closures.
codeintel: Less/SASS: Do not show autocompletions for ’:’ after variable names - fixes #1091.
codeintel: Less/SCSS: Added autocompletion for variables - fixes #737.
codeintel: NodeJS: Added “catalogs” for NodeJS v0.10, v0.12, v4.4, and v5.9.
codeintel: PHP: Added PHP 7.0 stdlib catalog.
codeintel: PHP: Fixed interface method inheritence - fixes #751.
codeintel: PHP: Initial implementation of recognizing PSR-4 autoloaded classes.
codeintel: Perl: Autocomplete builtins - fixes #987.
codeintel: Perl: Updated Perl stdlib catalog to Perl 5.22.
codeintel: Python: “Goto Definition” should work on both module names and aliases - fixes #1107.
codeintel: Python: Added stdlib catalogs for 3.4 and 3.5.
codeintel: Recognize Javascript ES6 rest parameters.
codeintel: Recognize Perl private functions - fixes #1084.
codeintel: Recognize anonymous PHP functions as parameters - fixes #980.
codeintel: Recognize variables assigned to anonymous classes - fixes #1047.
codeintel: Ruby: Added stdlib catalogs for Ruby 2.2 and 2.3.
codeintel: catalogs: Added Ember.js API catalog and CIX generator.
codeintel: golang: Fixed codeintel crash in some instances of “goto definition” - fixes #461.
collab: Show all active sessions in tab’s “Share in existing session” context menu - fixes #578.
color schemes: Ensure consistency in applying color schemes - fixes #730.
debug: JavaScript: Debugging JavaScript uses Chrome now; use NodeJS to explicitly debug with the NodeJS debugger.
debugger: All versions of NodeJS should be supported now - fixes #747.
debugging: Allow removing breakpoint markers that have moved during editing - fixes #256, 807.
django: Fixed Django linter for Python3 - fixes #140.
editing: Added command and keybindings to remove previously selected word in multi-caret session - fixes #869.
editing: Added option to disable Ctrl+Click creating multiple selections - fixes #1081.
editing: Added option to retain selected text when smart wrapping - fixes #904.
editing: After smart-selecting XML/HTML tags, typing ’ ’ consolidates the selection to the opening tag - fixes #1019.
editing: Allow smart wrap selections to work with ‘Shift'ed characters - fixes #986.
editing: Fixed line duplicate up/down at document boundaries - fixes #1201.
editing: Fixed regression of in-line selection duplication - fixes #84.
editing: Handle encoding mismatch when attempting to pre-process saved files - fixes #997.
editing: PHP: Added preference for selecting the ’$’ in PHP variables - fixes #863.
editing: Prevent line/block commenting and uncommenting from removing line markers - fixes #1110.
editing: Smart Wrapping: Define “plain-text” to be in the same Scintilla style - fixes #1023.
editing: Take care not to delete markers when cleaning EOLs or stripping whitespace - fixes #754.
editing: XML: Auto-close XML tags with multiple carets - fixes #812.
editing: spell check: Added command to ignore words - fixes #947.
editor: Do not auto-expand abbreviations when recording macros or when there is a column selection - fixes #811.
editor: Fix potential division by zero error in smart backspace - fixes #1106.
editor: Fixed incorrect indent calculation - fixes #966.
editor: Fixed never-ending regexp for double-clicking numbers - fixes #1015.
editor: Fixed out-of-control drag-and-drop for large files and word wrap - fixes #901.
editor: Ignore smart wrapping when performing a key combination - fixes #865.
editor: Optimize block selection - fixes #1158.
editor: minimap: Do not allow markers to be shown - fixes #855.
elastic tabstops: Drastically improve performance in large files - fixes #1034.
elastic tabstops: Respect tab width preference - fixes #820.
find: Give better feedback on bad regular expressions - fixes #443.
interactive shell: Fixed pasting into non-empty lines in interactive shells - fixes #292.
interactive shell: Improve toggle interactive shell experience - fixes #1264.
koextgen: Ensure extension name is valid for user-defined languages - fixes #983.
languages: Added JSERB from Eric Promislow.
languages: Added syntax highlighting and linting for TypeScript.
languages: New AngularJS lexer and codeintel support.
launch new Window: Fixed #860 opening project.
lint: JS: Upgraded JSHint to v2.6.3 and removed JSLint and options wizard - fixes #603.
lint: JavaScript: Use common JSHint options like 'moz’ and 'esnext’ by default - fixes #797.
lint: Mark whole words in CSS lint warnings - fixes #931.
lint: Prevent 'unused’ JSHint warning when editing userscripts - fixes #1135.
lint: Workaround pylint’s handling of relative imports - fixes #1175.
lint: jsx: Added linting for JSX.
lint: stop assuming all multi-lang files are markup-based.
prefs: Prevent tab width from being set to zero - fixes #1009.
schemes: Legacy: move original keybindings to legacy scheme.
scintilla: JavaScript: Patched Scintilla to syntax highlight JavaScript ES6 templates.
spell check: Added option to not spell check the contents of strings - fixes #827.
unittest: Fixed parsing of Perl’s Test::Simple and Test::More unittest output - fixes #319.
unittest: Support Ruby 1.9+ and Rails 4+ (Test::Unit only, MiniTest unsupported).
unittest: Support and require PHPUnit 4+ - fixes #302.

[close]

http://www.activestate.com/komodo-edit/downloads
Titel: ConstEdit v2.5.6
Beitrag von: SiLæncer am 17 Mai, 2016, 20:45
(http://s26.postimg.org/5p2bykt95/screenshot_799.jpg)
ConstEdit is an HTML5 editor that lets you write your words to your webpages and read your documents with your web-browser.

Unlike cloud apps and online html editors, it does not require an internet connection to work with. It runs locally on your pc for better performance, convenience and security. By omitting functionality that is unnecessary for the average office requirements, the user interface is kept clean.

Freeware

Changelog

When inserting a new section in Sections Outline View Dialog, a message box prompting for the new section title will be displayed first. The new section will then be inserted with the specified title. Previously there was no message box, and the app default standard section title was always used for the new section.
The Quick-Text functionality is decommissioned, because the same convenience can also be achieved by defining your quick-text in Auto-Convert Mapping.

    If you have already defined your quick-text into ConstEdit, you will need to manually re-define these into Auto-Convert Mapping. We are sorry for any inconvenience caused.
    Please note that because Auto-Convert Mapping is only for html documents, there is no quick-text replacement function for plain text files.

The Auto-Capitalization algorithm has been enhanced to handle cases with Chinese punctuations. 
The Erase All Table Styles function is enhanced so that

    If there are no table-cells being selected, all inline styles for the table together with all of its child table elements will all be erased. This is the same treatment as in previous versions.
    If there are selected table cells, then only the inline styles of these table cells will be erased.

The Erase All Font Styles function is enhanced so that

    If there are no table-cells being selected, all font styles of the currently selected text will be erased.
    If there are selected table cells, then the font styles of all text inside the selected table cells will be erased.

Bugs fixed,

    For Delete action in Sections Outline View Dialog, you can now choose to cancel the action in the warning message box. Formerly, there is no option to cancel.
    In some rare situations, Paste action was not performed successfully.
    In some rare situations, with the caret being placed at the beginning of a word, the Convert Case action was not performed successfully for the word.
    Toggle Alternating Row Color did not cause the document to be flagged as Modified.
    The app could terminate abnormally at start-up, when there were other apps starting up and there were keyboard inputs from another app at the same time.
    Auto-Select for Cut and Copy selected the whole table when the caret was inside a table caption or inside a table cell. Only the text of the table caption or the table cell is now selected. Auto-Select works for Cut and Copy to automatically select the current paragraph if no text is being selected.

[close]

http://www.constedit.com/
Titel: Notepad++ 6.9.2
Beitrag von: SiLæncer am 18 Mai, 2016, 09:16
(http://s26.postimg.org/vvnitnjix/screenshot_38.jpg)
Notepad++ is a tabbed source code editor and Notepad replacement with a customizable interface. It is one of the few few source code editors that supports "folding," allowing users to quickly reduce and expand sections of code to see the overall document. In addition, it features multi-language syntax highlighting, auto-completion, regular expression search/replace, macro recording and playback, etc. The program can access a long list of plug-ins via an easy-to-access menu with even more features and functions.

License: GPL

Changelog

Add most wanted feature: Log Mornitoring (tail -f).
Add new feature: Find in Finder.
Fix status bar display bug in high dpi environment.
Fix open in explorer problem while path contain unusual characters.
Fix smart highlighter issue after zoom or code folding change.

[close]

http://notepad-plus.sourceforge.net/
Titel: CodeLobster PHP Edition 5.9.1
Beitrag von: SiLæncer am 18 Mai, 2016, 17:20
(http://images.six.betanews.com/screenshots/1186155456-1.gif)
CodeLobster PHP Edition is a handy and easy-in-use editor that is primarily intended for quick and easy creation and editing of PHP files. It includes debugger, dynamic help, built-in parser, autocomplete and Class View window for comfortable work with PHP code. CodeLobster PHP Edition also supports such file formats as Text, HTML, XML.

Freeware (Free registration by email is required after 30 days)

Changelog

New:

Processing @media rules in CSS files
Added Dutch translation
Added Drupal 8.1 installation

Bugs fixed:

    Opening several files from Windows File Explorer
    Hanging up on Windows 10
    Updated SHA-2 code signing certificate
    Window title for files opened via FTP

[close]

http://www.codelobster.com/
Titel: Typora 0.9.5 Beta
Beitrag von: SiLæncer am 19 Mai, 2016, 13:36
(http://s26.postimg.org/w2onuosnt/screenshot_64.png)
Swiftly write, edit, format and convert text to HTML with the help of this modern looking, streamlined and novice-accessible piece of software.

Freeware

Changelog

Add pandoc integration, import function and export function for docx, rtf, LaTeX, etc.
Able to open `.md` file or import supported files by drag and drop into typora's window.
Fix a bug that sometimes PDF cannot be exported correctly.
Fix `H4` style in `pixyll` theme.
Fix sql mode error for code blocks.
Fix a bug for parsing headers with underline style.
Fix a bug for undo/redo for editing lists.
Fix a bug when pasting lists.
Other bug fix.

[close]

http://www.typora.io/
Titel: CudaText 1.3.15.2
Beitrag von: SiLæncer am 21 Mai, 2016, 14:50
Whats new:>>

- opt staples_show.
- hotkey Ctrl+Tab changeable.
- cmd "find, first".
- cmd "find, mark all".
- del lexer TextFiles.

http://www.uvviewsoft.com/cudatext/
Titel: RJ TextEd 11.07 Update Beta 1
Beitrag von: SiLæncer am 22 Mai, 2016, 19:40
(http://images.six.betanews.com/screenshots/scaled/1187014627-1.jpg)
RJ TextEd - A Unicode source and text editor. RJ TextEd is a full featured text and source editor with Unicode support, syntax highlighting and code folding. The functionality extends beyond text files and includes support for HTML editing with integrated preview, spell checking, auto completion, HTML validation, templates and more. The program also include support for Topstyle Lite CSS editor, has a dual pane file commander, as well as a FTP client to upload your files. The editor uses language files to display menus and dialogs in different languages. There are several included languages. New language files can easily be created in the editor. RJ TextEd is also a simple web development tool. The editor can use auto completion and hints to assist you in editing your source code. You can preview HTML/ASP/PHP... code using one of the preview tabs or open a document in a browser. The editor does not only handle source code. It also handles true ASCII files, binary files and of course plain text files.

Licence: Freeware

Changelog

JSON:

Added two new menu items in the format menu.
Pretty print - will beautify the JSON code and add indention.
Minify - will compress the code to a single line.
JSON code is now displayed in the code explorer tree.

Highlight color values:

Added a new menu item in the view menu called "Highlight color values".
Enable for selected file types

File types:

The "File types" menu item contain all available file types and the checked items specify in which files, color values should be highlighted.

Reopen with Encoding:

Added a menu item in the "File" menu to reopen the current file using a different encoding. You can also reopen it as a hexadecimal file.

Merge and Split:

Added a menu to the document tab right click menu with several functions to append, prepend or split documents.

Annotation bar:

Made some redraw changes to minimize speed impact on editing.

Text Clips:

You can add or subtract time in a text clip when using time and date variables.

Auto hide scrollbars:

Mouse move will always display the scrollbars.

Misc:

"Copy to clipboard as", in the project manager, will use the full file path if you press the Shift-key.

Fixed:

Editing can sometimes be "sluggish" when the annotation-bar is visible.
If you have trouble updating using the program update - you can download the update files here.

[close]

http://www.rj-texted.se
Titel: EditBone v11.1.0
Beitrag von: SiLæncer am 22 Mai, 2016, 21:00
(http://www.bonecode.com/images/EditBone1.png)
Powerful text editing tool that comes with syntax highlighting support for over 50 languages and scripts, 22 ready made styles, a handy file comparison feature and support for multiple directories and search results.

Freeware

Changelog

Added:

    Multi-caret editing (add carets with Ctrl and Shift+Ctrl).
    Highlighter for GLSL.
    Minimap background color option.

Fixed:

    Code folding.
    AutoIt v3 highlighter.
    Replace.
    Command processing.

Updated:

    Third-party controls and components.

[close]

http://www.bonecode.com/?page=projects
Titel: EditBone v11.1.1
Beitrag von: SiLæncer am 23 Mai, 2016, 09:19
Fixed:

    Color and font options.
    File types.
    Language files.

http://www.bonecode.com/?page=projects
Titel: SynWrite 6.20.2223
Beitrag von: SiLæncer am 23 Mai, 2016, 12:24
(http://images.betanews.com/screenshots/1289816929-1.jpg)
Erweiterter Text-Editor mit Unterstützung von vielen Dateiformaten, Programmiersprachen und Zeichenkodierungen; bietet unter anderem Syntax-Hervorhebung, Auto-Vervollständigung und Code-Vorlagen; auch als Plug-in für Total Commander und als portable Version erhältlich.

Freeware

Whats new:>>

opt "Underline HTML color" moved to "Lex overrides"
cmd "Align with sep": fix for long sep (eg "for")
find-option "Except comments"

http://www.uvviewsoft.com/synwrite/
Titel: Atom 1.7.4
Beitrag von: SiLæncer am 23 Mai, 2016, 12:32
(http://s26.postimg.org/6bt5lin89/screenshot_265.jpg)
A powerful and flexible application that works as a text and source code editor with syntax highlight, or alternately as a file viewer.

MIT License

Changelog

Atom Core:

atom/atom#11552 - Content Security Policy fixes

Tabs:

Only add at end for new tabs
Correctly adjust pane index when adding with addNewTabsAtEnd config
Add 'Close Tabs to Left' right-click menu item
Consume file icon service
Get entire icon CSS class from file icon service
Fix uncaught exception when command is called from the palette
Listen to path changed event in addition to title changed
Improve logic for consuming file-icons
Make close all tabs work without a tab focused

[close]

https://atom.io/
Titel: PilotEdit Lite 9.3.0
Beitrag von: SiLæncer am 23 Mai, 2016, 21:45
(http://www.pilotedit.com/images/OpenInQuickMode.PNG)
PilotEdit is a text, hex, XML, C/C++, HTML, PHP, Java, Javascript and Perl editor that can edit large files of 400GB (40 billion lines).

It offers customizable syntax and keyword highlighting, advanced search and replace operations, automatic text encoding, 256-bit AES encryption/decryption and a built-in FTP/SFTP client lets you open, edit, download and upload large files directly to/from a FTP/SFTP server.

In addition to standard text editing features, PilotEdit can compare and merge two large files of 100GB (10 billion lines). You can also sort, find/remove duplicate lines and extract strings over a large file of 1GB.

Freeware

Zitat
PilotEdit 9.3.0 has upgraded SFTP library to support new SFTP versions.

http://www.pilotedit.com/
Titel: SynWrite 6.21.2240
Beitrag von: SiLæncer am 24 Mai, 2016, 12:22
(http://images.betanews.com/screenshots/1289816929-1.jpg)
Erweiterter Text-Editor mit Unterstützung von vielen Dateiformaten, Programmiersprachen und Zeichenkodierungen; bietet unter anderem Syntax-Hervorhebung, Auto-Vervollständigung und Code-Vorlagen; auch als Plug-in für Total Commander und als portable Version erhältlich.

Freeware

Whats new:>>

removed spell-check (plugin exists)
removed cmd "Align by separator" (plugin exists)
opt "Underline HTML color" moved to "Lex overrides"
api: dlg_custom
find-option "Except comments"

http://www.uvviewsoft.com/synwrite/
Titel: SciTE 3.6.6
Beitrag von: SiLæncer am 24 Mai, 2016, 13:50
(http://www.heise.de/software/screenshots/1206.jpg)
Editor mit Syntax-Highlighting, Auto-Completion, Folding und vielem mehr...

Lizenz: Open Source

Changelog

 C++ 11 <regex> support built by default. Can be disabled by defining NO_CXX11_REGEX.
SciTE_USERHOME environment variable allows separate location for writable properties files. Feature #965.
GObject introspection supports notify and command events.
The Progress lexer now allows comments preceded by a tab.
Scripts reading Scintilla.iface file include comments for enu and lex definitions. Bug #1829 .
Fix crashes on GTK+ if idle work active when destroyed. Bug #1827.
Fixed bugs when used on GTK+ 3.20. Bug #1825. Bug #1831.
Fix SciTE search field background with dark theme on GTK+ 2.x. Bug #1826.
Fixed bug on Win32 that allowed resizing autocompletion from bottom when it was located above the caret.
On Win32, when using a screen reader and selecting text using Shift+Arrow, fix bug when scrolling made the caret stay at the same screen location so the screen reader did not speak the added or removed selection.

[close]

http://www.scintilla.org/SciTE.html
Titel: Jane 1.70
Beitrag von: SiLæncer am 24 Mai, 2016, 17:20
(https://s26.postimg.cc/q6vrdqqp5/screenshot_1258.png)
Notepad-Alternative zum Editieren von ASCII-Dateien; unterstützt AutoCopy (markierter Text wird automatisch in die Zwischenablage kopiert), Hyperlinks sowie Drag & Drop; bietet auch ungewöhnliche Bearbeitungsfunktionen wie Textumkehrung oder das Ausfiltern bestimmter Vokale.

Für den privaten Gebrauch kostenlos.

http://www.kifoth.de/jane/html/download.php
Titel: EditBone 11.1.2
Beitrag von: SiLæncer am 25 Mai, 2016, 05:10
(http://www.bonecode.com/images/EditBone1.png)
Powerful text editing tool that comes with syntax highlighting support for over 50 languages and scripts, 22 ready made styles, a handy file comparison feature and support for multiple directories and search results.

Freeware

Changelog

Fixed font and color options
Fixed multi-caret editing
Fixed language files

[close]

http://www.bonecode.com/?page=projects
Titel: MiKTeX 2.9.5987
Beitrag von: SiLæncer am 25 Mai, 2016, 19:40
(http://s26.postimg.org/llqmsrh21/screenshot_77.png)
MiKTeX (pronounced mick-tech) is an up-to-date implementation of TeX/LaTeX and related programs for Windows (all current variants).

Freeware

http://miktex.org/
Titel: Alternate Text Browser 3.050
Beitrag von: SiLæncer am 28 Mai, 2016, 19:40
(http://s26.postimg.org/f10vppk49/screenshot_84.png)
This program makes it easy to browse through text- and html-files (also xml), syntax highlighting for serveral programming languages available (C++, Pascal, PHP, Perl, ASM, JScript etc.).

Freeware

Whats new:>>

- Extension of properties dialog

http://www.alternate-tools.com/pages/c_textbrowser.php?lang=ENG
Titel: NoteItAll 3.3
Beitrag von: SiLæncer am 29 Mai, 2016, 12:45
(http://s26.postimg.org/n1k8bb7dl/screenshot_1035.jpg)
NoteItAll® is a FREE, easy-to-use Windows 7/8/10 application for taking notes, making sketches/diagrams, annotating images, and creating simple animations/ slide shows. You can use it with a tablet, laptop, or desktop computer.

Freeware

Changelog

A toolbar button was added for applying default handwriting settings.
Line height can now be adjusted by selecting the Line Height option from the
Settings menu.
A Find button was added to the toolbar.
Cut, Copy, and Paste toolbar buttons were removed. The editing features are now
selected from a popup menu that appears when the features are available.
Magenta, Cyan, and Lime ink colors were added to the toolbar.
If you want to use only a keyboard for text entry, the ruled lines can now be
hidden by unchecking Show Ruled Lines on the Settings menu.

[close]

http://www.noteitall.com/
Titel: LyX 2.2.0
Beitrag von: SiLæncer am 29 Mai, 2016, 18:00
(http://www.lyx.org/images/about/main_window_sm.png)
LyX is a document processor that encourages an approach to writing based on the structure of your documents (WYSIWYM) and not simply their appearance (WYSIWYG).

Open Source

Release Notes

(: This file lists interface changes that might affect users in 2.2.0, some known problems in LyX 2.2.0 and some things you have to take into account when upgrading from earlier versions to a version of the 2.2.x series. :)

INTERFACE CHANGES:

The --Separator-- layout has been removed in favor of an environment separator inset. There is no provision for inserting this inset from the GUI (though some menu entries use it) as it is automatically inserted when needed. See Section 3.4.6 of the User Guide for details.
The prefix for subsections in labels and references has been changed from "sub:" to "subsec:" in order to avoid a clash with subfloats (conflicting \subref command, see #7550). Files are automatically converted to the new scheme. Please assure that you adapt external refstyle or prettyref definitions and your own layout files.
Support for printing from within LyX (File> Print) has been removed. LyX's printing support was very limited, and most users will want to print after reviewing an output document (e.g., a PDF), anyway, which can be done from the PDF viewer. Users who would like to restore this functionality can create a "printer" format from within LyX and then define, say, a pdf->printer converter that does nothing but call lpd, or a2ps, or whatever. The "printer" will then be available as an export option.

The following pref variables were added in 2.2:

\save_origin This variable was introduced to allow saving the document directory path in the document. If allowed, LyX will be able to locate all included files even when the document is manually moved/copied to a different location. If a valid \origin tag is present and the document was actually moved, the path of all included files is updated relative to the new location and the new origin will be recorded when saving again the document.

The following pref variables were changed in 2.2:

The following pref variables are obsoleted in 2.2:

\rtl This variable was introduced to guard against any bad consequence of the then-new right-to-left languages support. It is no longer needed because of improvements. Now right-to-left support is always enabled.
\printer * \print_adapt_output * \print_command * \print_evenpage_flag * \print_oddpage_flag * \print_pagerange_flag * \print_copies_flag * \print_collcopies_flag * \print_reverse_flag * \print_to_printer * \print_to_file * \print_file_extension: These were used for print support, which has been removed.

The following new LyX functions have been introduced in 2.2:

buffer-view-cache Opens the last previewed output of the buffer, if it exists.
buffer-move-next Moves the current tab one spot to the right.
buffer-move-previous Moves the current tab one spot to the left.
tabular-feature is reintroduced to allow more flexibility for user commands, whereas "inset-modify tabular" is now reserved for the tabular dialog. In particular, "inset-modify tabular" is no longer caught by math grid insets. The name tabular-feature is kept to avoid renaming icons. For more information, see #9794.

The following LyX functions have been changed in 2.2:

word-upcase, word-lowcase and word-capitalize do not select the word to operate on in the emacs way (that is, starting at cursor position); this behaviour can be restored by using the argument "partial".
Functionality of "inset-modify tabular" has changed. See description of the new LyX function "tabular-feature" above.

The following LyX key bindings have been changed in 2.2:

For bindings where Control + {PgDn, PgUp} switches to the {next, previous} tab, Control + Shift + {PgDn, PgUp} moves the current tab to the {next, previous} tab.
The shortcuts for "bookmark-save x" have been changed from C-M-S-x to S-Fx ("x" stands for the number of the bookmark.)

Changes with respect to external programs and libraries in 2.2:

LyX 2.2.0 and the following 2.2.x releases will continue to work well with Qt 4.5 (and later Qt 4.x) but will also support Qt 5.6, which brings some advantages most notably for users with HiDPI displays. Note that if you compile LyX with a Qt 5 release before 5.6 you are likely to run into several regressions with respect to Qt 4.x. See #9215 for a list of bugs related to compiling LyX with different versions of Qt.
The Qt libraries must have support for the SVG graphic format, because LyX now uses svg icons. If this support is lacking, icons cannot be shown.
If compiling LyX on Windows with Qt 5.6, it is recommended to use MSVC 2015 update 2 to avoid #9892.
LyX now gives an error if the underlying LaTeX command exited with error.

[close]

http://www.lyx.org/
Titel: TeXstudio 2.11.0
Beitrag von: SiLæncer am 29 Mai, 2016, 20:00
(http://s26.postimg.org/d57zg2pll/screenshot_581.jpg)
GPL-LaTeX-Editor, der das Erstellen von LaTex-Dokumenten in Unicode vereinfacht; unterstützt den Nutzer beim Schreiben mittels interaktiver Rechtschreibprüfung, Syntax-Highlighting, Code-Folding und automatischer Code-Vervollständigung.

Lizenz: Open Source

Changelog

TeXstudio 2.11.0
----------------
- support two editors next to each other
- new tabular wizard
- support multi-line commands
- add scrollbar marks for search and bookmarks
- add command option --no-session
- add manual to mac OS X app bundle data
- improve table manipulation of tabu/longtabu
- select words by doubleclick + hold + mousemove
- restructure cwl search paths to settings/completion/user :/completion settings/completion/autogenerated
- safer way of obtaining the PATH on OS X
- add option for image tooltip
- do not show explicit hyphens in section titles of the structure view
- do not parse for structure in non-LaTeX-like languages
- make preview work with \input in preamble (files get rewritten to absolute paths for the temporary compilation)
- use QSaveFile for file saving instead of our custom file saving strategy if available (Qt5 only)
- eneable left/right shortcuts for embedded viewer
- remove multiple default values for latexmk (fixes bug 1694)
- support environment variables in additional search paths
- support [txs-app-dir] and [txs-settings-dir] in additional search paths for log and pdf
- add statusbar icon for LanguageTool
- make LanguageTool arguments configurable
- add align cursor mirrors options
- make pasting into cursor mirrors a single undo block
- do not remove cursor mirrors on undo
- select text of current item in Packages Help to allow easier overwriting (feature request 1063)
- select search/replace texts when switchting there using Tab / Backtab (feature request 1064)
- added optional workingDirectory argument to script function system()
- added editor->insertSnippet() to scripting environment
- added option to choose log encoding
- make icons greyscale for viewer sync buttons if they are not activated
- added a table template
- added some elements to math/latex menus
- unix: allow defining a datadir different from PREFIX/share
- add the option to use system hunspell and quazip
- add images to windows installer
- document advanced code snippet properties in the manual
- don't show dialog for creating a file if it could not be opened but exists
- use Freedesktop Icon Naming Specification for standard icons
- add qt5 autodetection to BUILD.sh
- fix duplicated line endings for larger files (chunked loading)
- fix: windows environment variables may contain brackets: PROGRAMFILES(X86)
- fix env closing with $,$$,etc.
- fix: go to PDF for temporarily compiled documents
- fix finding root document when explicit root doc is set
- fix spell check when word ends with point
- fix argument detection: optional arguments may appear after mandatory ones
- fix: correctly generate environment definition from \newenvironment in case of a default argument
- fix crash in keyVal syntax check when the document was deleted in the meantime
- fix: clear replace highlights when search term is changed
- fix: cancel in marco dialog (bug 1662)
- fixed interpretation of % !BIB program = ... (bug 1667)
- fix AltGr+F not typing [ on Croatian keyboard
- fix cursor jumping to end of file when trying to jump from a non-matched bracket (bug 1668)
- fix pasting columns over an existing selection (bug 1726)
- fix broken language triggers (bug 1735)
- fix quote replacements
- fix line breaks for cursor mirrors
- fix auto paren completion for cursor mirrors
- fix line operations to work with cursor mirrors
- fix sychronize text of placeholder mirror when inserting an environment on a selection (Ctrl+E)
- fix font in pdf viewer status bar did not scale
- fix loading of badword lists
- fix LanguageTool startup
- fix overlapping in unicodeinsert on osx
- fix: pinyin input of punctuation (bug 1770)
- fix: retain spaces when sending text to LanguageTool
- fix: don't translate Ctrl+Alt+Left as the translation breaks the shortcut
- several updates to cwl files
- update poppler for windows to 0.39.0
- improved generation of label texts

[close]

http://texstudio.sourceforge.net/
Titel: Text Editor Anywhere v2.01
Beitrag von: SiLæncer am 29 Mai, 2016, 20:40
(http://s26.postimg.org/831tgvsbd/screenshot_90.png)
Text Editor Anywhere is a small tool that allows you to edit text anywhere with one or more text editors. This allows the use of advanced features (like auto-completing, spell checking and syntax highlighting) available in various external editors.

License:    Freeware

http://www.listary.com/text-editor-anywhere
Titel: EditBone v11.2.0
Beitrag von: SiLæncer am 30 Mai, 2016, 06:10
Changelog

Added:

    Expand real numbers and terms case-sensitive selection options.

Fixed:

    Drag and drop editing.
    Memory leak from toolbar options.
    Font and color options.
    Language files.

Updated:

    Third-party controls and components.

[close]

http://www.bonecode.com/?page=projects
Titel: Kate 16.04.1
Beitrag von: SiLæncer am 30 Mai, 2016, 19:40
(http://s26.postimg.org/s465ju61l/screenshot_93.png)
Text editor that features support for a wide variety of programming languages, syntax highlighting and scripts, which also provides you with an extensive configuration window.

License : GPL

https://kate-editor.org/
Titel: CudaText 1.3.18
Beitrag von: SiLæncer am 30 Mai, 2016, 21:30
(http://s26.postimg.org/9ltuvmmu1/screenshot_554.jpg)
Create programming scripts with this powerful tool that supports more than 130 languages and allows users to work concurrently on as many as six groups of projects.

Freeware

Whats new:>>

- add api (for plugin "Sort")
- add open-dialog remembers last dir (for untitled tabs, if ui_initial_dir empty)
- fix lexer Markdown
- fix lexer reST
- fix cmd "Update tree"

http://www.uvviewsoft.com/cudatext/
Titel: EditBone 11.2.2
Beitrag von: SiLæncer am 31 Mai, 2016, 09:13
Changelog

Fixed about dialog language
Fixed language editor
Fixed options setting
Fixed find in files ini saving into unicode ini file (EditBoneUni.ini)
Fixed language files

[close]

http://www.bonecode.com/?page=projects
Titel: CodeLobster PHP Edition 5.9.2
Beitrag von: SiLæncer am 02 Juni, 2016, 17:45
(http://images.six.betanews.com/screenshots/1186155456-1.gif)
CodeLobster PHP Edition is a handy and easy-in-use editor that is primarily intended for quick and easy creation and editing of PHP files. It includes debugger, dynamic help, built-in parser, autocomplete and Class View window for comfortable work with PHP code. CodeLobster PHP Edition also supports such file formats as Text, HTML, XML.

Freeware (Free registration by email is required after 30 days)

Changelog

Added Persian translation (translated by Masoud Goodarzi)

Bugs fixed:

    SFTP operations: "Remove", "rename" and "chmod"
    Auto save color preferences

[close]

http://www.codelobster.com/
Titel: Typora 0.9.9 Beta
Beitrag von: SiLæncer am 03 Juni, 2016, 12:23
(http://s26.postimg.org/w2onuosnt/screenshot_64.png)
Swiftly write, edit, format and convert text to HTML with the help of this modern looking, streamlined and novice-accessible piece of software.

Freeware

Changelog

Fix that Typora cannot be launched by opening md files on PCs without Visual C++ library installed.

[close]

http://www.typora.io/
Titel: Alternate Text Browser 3.060
Beitrag von: SiLæncer am 04 Juni, 2016, 05:45
(http://s26.postimg.org/f10vppk49/screenshot_84.png)
This program makes it easy to browse through text- and html-files (also xml), syntax highlighting for serveral programming languages available (C++, Pascal, PHP, Perl, ASM, JScript etc.).

Freeware

Whats new:>>

Japanese translation added

http://www.alternate-tools.com/pages/c_textbrowser.php?lang=ENG
Titel: Markdown Edit 1.27
Beitrag von: SiLæncer am 04 Juni, 2016, 07:00
(http://s26.postimg.org/wy2jhhic9/screenshot_443.jpg)
Markdown Edit is fully compatible with the CommonMark specification, enabling you to edit Markdown documents, as well as HTML or text ones. It allows document formatting and real-time HTML previewing, providing hotkeys for almost all commands, for easier control.

Freeware

Whats new:>>

Add toggle to document statistics to show words/paragraphs/pages.
Introducing (almost) portable version (still requires .NET 4.5.2+ be installed on target system).
Fix bug #135 - Spell check in lists broken
Update to latest AvalonEdit and Commonmark packages
Update to latest Pandoc.

http://mike-ward.net/markdownedit/
Titel: SynWrite v6.21.2245
Beitrag von: SiLæncer am 05 Juni, 2016, 06:00
(http://images.betanews.com/screenshots/1289816929-1.jpg)
Erweiterter Text-Editor mit Unterstützung von vielen Dateiformaten, Programmiersprachen und Zeichenkodierungen; bietet unter anderem Syntax-Hervorhebung, Auto-Vervollständigung und Code-Vorlagen; auch als Plug-in für Total Commander und als portable Version erhältlich.

Freeware

Whats new:>>

Deleted command "Extract Strings" (plugin exists).
Plugins installing: .inf section numbers can be with gaps, 1 to 400 (like CudaText, eg 1 10 20 30).

http://www.uvviewsoft.com/synwrite/
Titel: MiKTeX 2.9.5997
Beitrag von: SiLæncer am 05 Juni, 2016, 11:15
(http://s26.postimg.org/llqmsrh21/screenshot_77.png)
MiKTeX (pronounced mick-tech) is an up-to-date implementation of TeX/LaTeX and related programs for Windows (all current variants).

Freeware

http://miktex.org/
Titel: HtLite 4.3.0.0
Beitrag von: SiLæncer am 05 Juni, 2016, 19:40
(http://s26.postimg.org/y1r42meu1/screenshot_142.jpg)
Umfangreicher HTML/XHTML Editor.  Jeder externe Browser zur Seitenansicht einstellbar.  Wer keinen HTML Designer zur visuellen Gestaltung seiner Seiten benötigt, sondern nur einen komfortablen Code-Editor sucht, erhält hier eine hervorragende Alternative.

Freeware

http://www.winsoftware24.com/HtLite.html
Titel: CudaText 1.3.19.0
Beitrag von: SiLæncer am 05 Juni, 2016, 21:20
(http://s26.postimg.org/9ltuvmmu1/screenshot_554.jpg)
Create programming scripts with this powerful tool that supports more than 130 languages and allows users to work concurrently on as many as six groups of projects.

Freeware

Whats new:>>

+ opt unprinted_replace_to_code
* cmd "Delete line" deletes sel lines
+ max items in install.inf =400
- fix: dlg "Save tabs?" saving
- fix: "change endings" for "none ending" line

http://www.uvviewsoft.com/cudatext/
Titel: Atom 1.9.0 Beta 0
Beitrag von: SiLæncer am 07 Juni, 2016, 12:30
(http://s26.postimg.org/6bt5lin89/screenshot_265.jpg)
A powerful and flexible application that works as a text and source code editor with syntax highlight, or alternately as a file viewer.

MIT License

Changelog

Notable Changes:
Better environment handling
Shortcut for moving text left/right
core.restorePreviousWindowsOnStart setting
Atom Core:
atom/atom#11188 - Bump status-bar
atom/atom#11194 - Fix typo: destory -> destroy
atom/atom#11201 - Remove an unnecessary call to then().
atom/atom#11240 - More accurate block decoration measurements
atom/atom#10862 - Fix for Default Directory Provider incorrectly identifying file paths as URLs on Windows
atom/atom#11265 - fix link in ISSUE_TEMPLATE
atom/atom#11271 - Fix typo in error message.
atom/atom#11280 - Remove GitRepository git status
atom/atom#11251 - Fallback to ~/.atom/storage when no state is found in IndexedDb
atom/atom#11277 - Less disk IO
atom/atom#11296 - Improve build on Windows
atom/atom#11286 - Correctly (un)subscribe to model events on PaneAxisElement attach/detach
atom/atom#11295 - Take the submodule into account in more instances.
atom/atom#11306 - Warn rather than failing if we detect leaked pathwatcher subscriptions
atom/atom#11312 - https link to nodejs.org and visualstudio.com
atom/atom#11311 - https link to nodejs.org
atom/atom#11315 - Serialize async git
atom/atom#11320 - Update nodegit
atom/atom#6631 - Add commands to move selections left and right by one column
atom/atom#11324 - Add restorePreviousWindowsOnStart setting
atom/atom#11329 - Fix potential null reference callback invokation in script/clean
atom/atom#11325 - Fix emoji rendering on OSX
atom/atom#11316 - Add request for OS and version to Issue Template
atom/atom#11314 - Handle auto-updater errors
atom/atom#11341 - Use application-level events to control updates in the browser process
atom/atom#11339 - HTTPS a couple of links
atom/atom#11345 - Disable zoom every time a display gets added or removed
atom/atom#11351 - :arrow_up: language-perl@0.33.0
atom/atom#11246 - Improve the Windows build process
atom/atom#11369 - :racehorse: Avoid setting hidden input value on textInput
atom/atom#9554 - Add a linux archive to distribute atom
atom/atom#11398 - Fix build lint
atom/atom#11397 - Defer the callback to the next tick.
atom/atom#11403 - Fix dead atom.io/docs links in CONTRIBUTING.md
atom/atom#11410 - Use #index instead of #openIndex.
atom/atom#11418 - :memo: Add the --no-install flag to the windows build readme
atom/atom#11419 - :memo: Fix linking the decorateMarker
atom/atom#11426 - Bump nodegit
atom/atom#11412 - Signing support on Windows with P12 keys
atom/atom#11412 - Signing support on Windows with P12 keys
atom/atom#11427 - Code sign on AppVeyor
atom/atom#11436 - Allow A Window's Environment To Reflect The Most Recent atom Invocation
atom/atom#11437 - Ignore autorun on our buffered process commands. Fixes #10082
atom/atom#11438 - Don't load packages starting with a dot
atom/atom#11475 - Add ELECTRON_NO_ATTACH_CONSOLE in BufferedNodeProcess
atom/atom#11498 - Copy active item when splitting from TextEditor context menu
atom/atom#11494 - Correctly autoindent single newline in Selection#insertText
atom/atom#11463 - Fixes #11190
atom/atom#11734 - Attach msi to release on github.com
atom/atom#11552 - Content Security Policy fixes
one-dark-ui:
atom/one-dark-ui#123 - Shrink modals when window gets narrow
atom/one-dark-ui#124 - Use auto-size for tabs in compact mode
atom/one-dark-ui#128 - Add tree-view bottom border
atom/one-dark-ui#131 - Add config for tab sizing
one-light-ui:
atom/one-light-ui#56 - Remove top border
atom/one-light-ui#51 - Shrink modals when window gets narrow
atom/one-light-ui#57 - Add tree-view bottom border
atom/one-light-ui#58 - Add config for tab sizing
solarized-dark-syntax:
atom/solarized-dark-syntax#63 - Rename c++ to cpp
atom/solarized-dark-syntax#61 - Fix missing keywords in ruby
solarized-light-syntax:
atom/solarized-light-syntax#22 - Fix missing keywords in ruby
atom/about#20 - Handle update errors
autocomplete-css:
atom/autocomplete-css#48 - Added currentColor & transparent color keywords
autocomplete-plus:
atom/autocomplete-plus#702 - Avoid deprecations introduced in atom/ns-use-display-layers branch
bookmarks:
atom/bookmarks#47 - Implement ranged single- and multi-line bookmarks
atom/bookmarks#52 - Use TextEditor APIs instead of private, deprecated displayBuffer field
atom/bookmarks#53 - Use MarkerLayers and refactor package
bracket-matcher:
atom/bracket-matcher#223 - Allow scoped settings
exception-reporting:
atom/exception-reporting#17 - Set notifier version to version of bugsnag-atom
incompatible-packages:
atom/incompatible-packages#14 - Try to find the status-bar in the footer first.
atom/incompatible-packages#15 - Fix specs again
line-ending-selector:
atom/line-ending-selector#25 - Try to find the status-bar in the footer first.
atom/line-ending-selector#26 - Fix specs again
snippets:
atom/snippets#194 - Added more formatting options for snippets
spell-check:
atom/spell-check#122 - Add marker layers on TextEditor and stop using marker custom properties
status-bar:
atom/status-bar#133 - Move to the footer
atom/status-bar#134 - Use public release for CI
atom/status-bar#138 - :racehorse: Defer updatePosition
atom/status-bar#139 - Don't log errors caused by the repo being destroyed.
atom/status-bar#140 - Track disposable for updatePosition
atom/status-bar#141 - Fix spec races
language-c:
atom/language-c#128 - Add decltype to storage.type.cpp
atom/language-c#131 - Add noexcept to the list of storage modifiers
language-csharp:
atom/language-csharp#59 - Add dynamic as a C# 4 keyword
atom/language-csharp#60 - Add alias and global as keywords
language-css:
atom/language-css#54 - Added @keyframes & @supports snippet. Alphabetized
language-json:
atom/language-json#45 - Mark trailing commas as syntax errors
language-less:
atom/language-less#49 - Parse non-quoted relative urls
atom/language-less#53 - Add missing HTML elements
atom/language-less#55 - Fix not parsing ::shadow correctly
language-make:
atom/language-make#30 - tests for comments and each function
atom/language-make#37 - Add "mkfile" to recognised file extensions
language-perl:
atom/language-perl#65 - Added "n" regex modifer (new in perl 5.22)
language-python:
atom/language-python#136 - Give self and cls the class 'variable.language.self.python'.
language-ruby:
atom/language-ruby#141 - Add Dangerfile fileType
atom/language-ruby#145 - Add Brewfile to fileTypes
language-shellscript:
atom/language-shellscript#38 - Bats file support
language-yaml:
atom/language-yaml#42 - Add .clang-format as YAML file

[close]

https://atom.io/
Titel: BlueGriffon v2.1.1
Beitrag von: SiLæncer am 09 Juni, 2016, 12:31
(http://download.winboard.org/uploads/Image/2011-08-28%2015%2053%2030.png)
BlueGriffon hält sich an den aktuellen W3C-Standard. Unterstützt wird HTML 4.01, XHTML, HTML5, CSS 3, Java, java script.
Der Normalmodus (WYSIWYG) eignet sich besonders für Einsteiger, da man sich hier nicht um den Quelltext kümmern muss.
Ebenfalls dabei ist ein CSS-Editor, der das Entwerfen von Cascading Style Sheets erleichtert und ein Editor zum erstellen von SVG-Grafiken )skalierbare Vektorgrafiken).

Neben dem deutschen Wörterbuch gibt es noch einige Erweiterungen für BlueGriffon auf der Herstellerseite, welche allerdings nicht kostenlos sind. Eine Ausnahme wäre FireFTP (http://www.bluegriffon.com/index.php?pages/FireFTP).

Voraussetzung ist ein installiertes Microsoft Visual C++2008 Redistributable Package (http://www.microsoft.com/downloads/de-de/details.aspx?familyid=a5c84275-3b97-4ab7-a40d-3802b2af5fc2&displaylang=de).

Freeware

http://bluegriffon.org/
Titel: Atom 1.8.0
Beitrag von: SiLæncer am 09 Juni, 2016, 18:00
Changelog

Notable Changes:

Better environment handling
Shortcut for moving text left/right
core.restorePreviousWindowsOnStart setting

Atom Core:

atom/atom#11188 - Bump status-bar
atom/atom#11194 - Fix typo: destory -> destroy
atom/atom#11201 - Remove an unnecessary call to then().
atom/atom#11240 - More accurate block decoration measurements
atom/atom#10862 - Fix for Default Directory Provider incorrectly identifying file paths as URLs on Windows
atom/atom#11265 - fix link in ISSUE_TEMPLATE
atom/atom#11271 - Fix typo in error message.
atom/atom#11280 - Remove GitRepository git status
atom/atom#11251 - Fallback to ~/.atom/storage when no state is found in IndexedDb
atom/atom#11277 - Less disk IO
atom/atom#11296 - Improve build on Windows
atom/atom#11286 - Correctly (un)subscribe to model events on PaneAxisElement attach/detach
atom/atom#11295 - Take the submodule into account in more instances.
atom/atom#11306 - Warn rather than failing if we detect leaked pathwatcher subscriptions
atom/atom#11312 - https link to nodejs.org and visualstudio.com
atom/atom#11311 - https link to nodejs.org
atom/atom#11315 - Serialize async git
atom/atom#11320 - Update nodegit
atom/atom#6631 - Add commands to move selections left and right by one column
atom/atom#11324 - Add restorePreviousWindowsOnStart setting
atom/atom#11329 - Fix potential null reference callback invokation in script/clean
atom/atom#11325 - Fix emoji rendering on OSX
atom/atom#11316 - Add request for OS and version to Issue Template
atom/atom#11314 - Handle auto-updater errors
atom/atom#11341 - Use application-level events to control updates in the browser process
atom/atom#11339 - HTTPS a couple of links
atom/atom#11345 - Disable zoom every time a display gets added or removed
atom/atom#11351 - ⬆️ language-perl@0.33.0
atom/atom#11246 - Improve the Windows build process
atom/atom#11369 - 🐎 Avoid setting hidden input value on textInput
atom/atom#9554 - Add a linux archive to distribute atom
atom/atom#11398 - Fix build lint
atom/atom#11397 - Defer the callback to the next tick.
atom/atom#11403 - Fix dead atom.io/docs links in CONTRIBUTING.md
atom/atom#11410 - Use #index instead of #openIndex.
atom/atom#11418 - 📝 Add the --no-install flag to the windows build readme
atom/atom#11419 - 📝 Fix linking the decorateMarker
atom/atom#11426 - Bump nodegit
atom/atom#11412 - Signing support on Windows with P12 keys
atom/atom#11412 - Signing support on Windows with P12 keys
atom/atom#11427 - Code sign on AppVeyor
atom/atom#11436 - Allow A Window's Environment To Reflect The Most Recent atom Invocation
atom/atom#11437 - Ignore autorun on our buffered process commands. Fixes #10082
atom/atom#11438 - Don't load packages starting with a dot
atom/atom#11475 - Add ELECTRON_NO_ATTACH_CONSOLE in
BufferedNodeProcess
atom/atom#11498 - Copy active item when splitting from TextEditor context menu
atom/atom#11494 - Correctly autoindent single newline in Selection#insertText
atom/atom#11463 - Fixes #11190
atom/atom#11734 - Attach msi to release on github.com
atom/atom#11552 - Content Security Policy fixes

one-dark-ui:

atom/one-dark-ui#123 - Shrink modals when window gets narrow
atom/one-dark-ui#124 - Use auto-size for tabs in compact mode
atom/one-dark-ui#128 - Add tree-view bottom border
atom/one-dark-ui#131 - Add config for tab sizing

one-light-ui:

atom/one-light-ui#56 - Remove top border
atom/one-light-ui#51 - Shrink modals when window gets narrow
atom/one-light-ui#57 - Add tree-view bottom border
atom/one-light-ui#58 - Add config for tab sizing

solarized-dark-syntax:

atom/solarized-dark-syntax#63 - Rename c++ to cpp
atom/solarized-dark-syntax#61 - Fix missing keywords in ruby

solarized-light-syntax:

atom/solarized-light-syntax#22 - Fix missing keywords in ruby

about:

atom/about#20 - Handle update errors

autocomplete-css:

atom/autocomplete-css#48 - Added currentColor & transparent color keywords

autocomplete-plus:

atom/autocomplete-plus#702 - Avoid deprecations introduced in atom/ns-use-display-layers branch

bookmarks:

atom/bookmarks#47 - Implement ranged single- and multi-line bookmarks
atom/bookmarks#52 - Use TextEditor APIs instead of private, deprecated displayBuffer field
atom/bookmarks#53 - Use MarkerLayers and refactor package

Bracket-matcher:

atom/bracket-matcher#223 - Allow scoped settings

exception-reporting:

atom/exception-reporting#17 - Set notifier version to version of bugsnag-atom

incompatible-packages:

atom/incompatible-packages#14 - Try to find the status-bar in the footer first.
atom/incompatible-packages#15 - Fix specs again

ine-ending-selector:

atom/line-ending-selector#25 - Try to find the status-bar in the footer first.
atom/line-ending-selector#26 - Fix specs again

snippets:

atom/snippets#194 - Added more formatting options for snippets

spell-check:

atom/spell-check#122 - Add marker layers on TextEditor and stop using marker

custom properties:

atom/status-bar#133 - Move to the footer
atom/status-bar#134 - Use public release for CI
atom/status-bar#138 - 🐎 Defer updatePosition
atom/status-bar#139 - Don't log errors caused by the repo being destroyed.
atom/status-bar#140 - Track disposable for updatePosition
atom/status-bar#141 - Fix spec races

language-c:

atom/language-c#128 - Add decltype to storage.type.cpp
atom/language-c#131 - Add noexcept to the list of storage modifiers
language-csharp:

atom/language-csharp#59 - Add dynamic as a C# 4 keyword
atom/language-csharp#60 - Add alias and global as keywords

language-css:

atom/language-css#54 - Added @keyframes & @supports snippet. Alphabetized

language-json:

atom/language-json#45 - Mark trailing commas as syntax errors

language-less:

atom/language-less#49 - Parse non-quoted relative urls
atom/language-less#53 - Add missing HTML elements
atom/language-less#55 - Fix not parsing ::shadow correctly

language-make:

atom/language-make#30 - tests for comments and each function
atom/language-make#37 - Add "mkfile" to recognised file extensions
language-perl:

atom/language-perl#65 - Added "n" regex modifer (new in perl 5.22)

language-python:

atom/language-python#136 - Give self and cls the class 'variable.language.self.python'.

language-ruby:

atom/language-ruby#141 - Add Dangerfile fileType
atom/language-ruby#145 - Add Brewfile to fileTypes
language-shellscript:

atom/language-shellscript#38 - Bats file support

language-yaml:

atom/language-yaml#42 - Add .clang-format as YAML file

[close]

https://atom.io/
Titel: Free Hex Editor Neo 6.21.00.5841
Beitrag von: SiLæncer am 09 Juni, 2016, 19:35
Changelog

Fixed Bugs

• Language pack downloading issues

Fixed several bugs with language pack downloading. This includes issues with invalid custom language pack path and path without trailing backslash.

• Enum visualization bug in Structure Viewer

A bug that caused invalid visualization of enumeration values has been fixed.

• time_t visualization bug in Data Inspector

A bug that caused invalid interpretation and visualization of time_t values in Data Inspector has been fixed.

• Floating-point values visualization in Data Inspector and Structure Viewer

Fixed a various issues with floating-point visualization in both Data Inspector and Structure Viewer.

• Several reported bugs fixed

This release also fixes a number of reported and internally discovered bugs, including application crashes.

New Features

• Dropped support for Windows XP and Windows Vista

Starting from this release, Hex Editor Neo drops support for Windows XP and Windows Vista as well as corresponding server versions. A version that supports Windows XP and Windows Vista is available here.

Updated Features

• Configurable max array/string export length in Structure Viewer

Structure Viewer now allows configuring maximum length of array or string used during export.

[close]

http://www.free-hex-editor.com/free-hex-editor-product-details.html
Titel: Brackets 1.7
Beitrag von: SiLæncer am 10 Juni, 2016, 14:21
(http://s26.postimg.org/hf4855ont/screenshot_501.jpg)
Easy-to-use HTML editor and code generator with support for CSS and JavaScript, featuring a live preview function, syntax highlighting and autocompletion.

License : Open Source

Changelog
CEF shell upgrade to 2623 by nethip : Brackets app shell is now upgraded to CEF 2623. The long standing issue with mouse scroll being too fast on Windows is now fixed with the CEF upgrade.

Recent Files Navigation dialog by swmitra : The new Recent Files navigation dialog shows a history of all opened files, allowing one to switch to a file visually. The new dialog also tracks opened files that are not in the working set.

64 bit on MAC by nethip : Brackets on MAC is now 64 bit!
[close]

http://brackets.io/
Titel: SynWrite 6.21.2250
Beitrag von: SiLæncer am 11 Juni, 2016, 11:00
Whats new:>>

* del "Sort" dialog (plugin Sort exists)
* del opt "Sorting type" (used Unicode)

http://www.uvviewsoft.com/synwrite/
Titel: SynWrite v6.21.2255
Beitrag von: SiLæncer am 12 Juni, 2016, 09:00
Whats new:>>

Deleted:

    "Insert text" dialog (plugin "Insert Numbers" exists).
    "Tools/ Web search" items (plugin will be instead).
    Menu items "Search/ Select token", "Extend selection" (commands still in palette).

Fixed:

    Dialogs in plugins must be unicode.

http://www.uvviewsoft.com/synwrite/
Titel: FSHED 2.3
Beitrag von: SiLæncer am 13 Juni, 2016, 21:15
(http://s26.postimg.org/uldrwqhi1/screenshot_139.png)
Kostenloser Hex-Editor zum Bearbeiten einer oder mehrerer binärer Dateien; der Hersteller weist darauf hin, dass das Programm nicht den Anspruch eines umfangreichen Editors mit allen Funktionen hat; bietet unter anderem Bookmarks, Suchen und Ersetzen, Rückgängig-Aktionen, Druckvorschau oder Formatierungsänderungen; Nachfolger des Tools HexView.

Freeware

http://www.funduc.com/fshexedit.htm
Titel: Typora 0.9.10 Beta
Beitrag von: SiLæncer am 15 Juni, 2016, 12:26
(http://s26.postimg.org/w2onuosnt/screenshot_64.png)
Swiftly write, edit, format and convert text to HTML with the help of this modern looking, streamlined and novice-accessible piece of software.

Freeware

Changelog

Fix style that sometimes user can see script content.
Fix auto pair match inside image and avoid glitch when complete brackets.
Fix paste table, and paste inside footnotes.
Fix `]` cannot be escaped in footnotes.
Fix `h6` indent inside `[TOC]`.
Fix multiple level lists inside blockquote cannot be parsed correctly.
Enable ESC key to close insert table dialog.
Fix outline sidebar jumpping around when scrolling.
Fix ctrl+home/end not working.

[close]

http://www.typora.io/
Titel: PilotEdit Lite 9.4.0
Beitrag von: SiLæncer am 15 Juni, 2016, 19:40
(http://www.pilotedit.com/images/OpenInQuickMode.PNG)
PilotEdit is a text, hex, XML, C/C++, HTML, PHP, Java, Javascript and Perl editor that can edit large files of 400GB (40 billion lines).

It offers customizable syntax and keyword highlighting, advanced search and replace operations, automatic text encoding, 256-bit AES encryption/decryption and a built-in FTP/SFTP client lets you open, edit, download and upload large files directly to/from a FTP/SFTP server.

In addition to standard text editing features, PilotEdit can compare and merge two large files of 100GB (10 billion lines). You can also sort, find/remove duplicate lines and extract strings over a large file of 1GB.

Freeware

Zitat
PilotEdit 9.4.0 provides the ability to save comparison results to a file.

http://www.pilotedit.com/
Titel: GetDiz v4.91
Beitrag von: SiLæncer am 18 Juni, 2016, 10:30
(http://s26.postimg.org/69gzsyujd/screenshot_161.png)
GetDiz is a fast, easy to use, and small in size text editor that can replace Notepad. It has enhanced functionality with DIZ and NFO files, and can display ASCII art correctly and save as GIF images.

License: Freeware

What's new: >>

When text is changed a * is added to the taskbar caption.
Button bar can be hidden now.
Added option to show carriage returns.
Improved Windows 10 multi monitor support.
Increased undo buffer.
Donation is now also possible using Bitcoin.

http://www.outertech.com/en/getdiz
Titel: Atom Imp Text Editor 1.01
Beitrag von: SiLæncer am 19 Juni, 2016, 10:23
(http://s26.postimg.org/3m0qa3g9l/screenshot_163.png)
Straightforward Unicode text editor and encoding converter that keeps things simple but still offers a fair number of useful features.

Freeware

http://atomimp.com/TextEdit/TextEditor.php
Titel: Komodo Edit 10.0.1
Beitrag von: SiLæncer am 19 Juni, 2016, 19:40
(http://download.winboard.org/uploads/Image/2010-12-22%2009%2024%2056.png)
Komodo Edit ist ein Editor, der folgende Sprachen unterstützt: PHP, Python, Ruby, java script, Perl, Tcl, XML, HTML 5, CSS 3. Weiterhin bietet das Programm eine Projektverwaltung, Sweet-Editor und kann mittels Erweiterungen ausgebaut werden.

Unterstützt wird WIN XP - Seven

Freeware

Changelog

Breadcrumbs: Remote breadcrumbs not showing file listings - fixes #1690.
CodeIntel: Limit symbol browser to files residing in your project / places root - fixes #1457.
Commando: Don’t break on remote folders - fixes #1657.
Commands: Improved “cmd_movetab” description - fixes #1413.
Debugging: NodeJS: Remove leftover Chrome interpreter parameters from a JS debug configuration after switching to NodeJS - fixes #1456.
Debugging: Run without debugging key binding skips settings dialog - fixes #1624.
Editor: Block uncomment error on blank lines - fixes #1509.
Editor: Color hyperlinks not clickable - fixes #1335.
Editor: Remove source code pro from default fonts (incompatible with Cyrillic characters) - fixes #1484.
Find: Do not show “include” field for anything other than “in files” searches - fixes #858.
Find: Skip badly encoded filenames in “find in files” rather than erroring out - fixes #1602.
Formatters: Fail gracefully, fixes custom formatters not working.
Help: Removed outdated menu items - fixes #1512.
Icons: Don’t render two reload icons.
Icons: Increase padding on pref category icons - fixes #1486.
Icons: Missing runcmd icon. Fixes #1586.
Indentation: Honor ‘useTabs’ setting if 'allow override’ is unchecked - fixes #1518.
Keybindings: Changed find next and debugging key bindings for OSX to be more user friendly and consistent - fixes #1665.
Keybindings: Vi: Line up/down should navigate over folded code - fixes #1549.
Linter: Removed “builtin” options for Less and SCSS linting options (note: you can still lint these languages - no functional change) - fixes #1607.
PHP 7: Updated stdlib catalog to include common constants and array members - fixes #1633.
Places: Fail gracefully when failing on file - fixes #1510.
Prefs: Prefs failing to load properly when restoring sub-category - fixes #1598.
Prefs: Re-enable the “environment” button - fixes #1511.
SCC: Always sort by date descending - fixes #1527.
SCC: Git not shown on checkout dialog - fixes #1468.
SCC: History: Added the revision column again - fixes #1534.
SCC: New files not being committed - fixes #1481.
SDK: Editor: Add getWindowPosition method.
Startup Wizard: Skip schemes that fail to load - fixes #1538.
UI: About dialog overlapping contributor list - fixes #1632.
UI: Bottom pane hiding toolbar if too small - fixes #1540.
UI: Change default font-size to 1rem (up from 0.9rem).
UI: Environment variable editing window too small - fixes #1407.
UI: Force minimap width (prevents it getting squashed) - fixes #1529.
UI: Inconsistencies in the cupertino color scheme - fixes #1438.
UI: Limit places icons size to 14px - fixes #1404.
UI: Menubar cut off when window is maximized on Windows - fixes #1461.
UI: Minimap border color.
UI: Missing buttons in pref dialogs - fixes #1506.
UI: Missing findresults copy icon - fixes #1503.
UI: missing reload button in browser preview - fixes #1603.
UI: Offset editor tooltips so they don’t overlap and flicker - fixes #1477.
UI: Publishing icons overlapping text - fixes #1495.
UI: Reduce size of file status icons (collab, publishing, readonly).
UI: Side toolbar doesn’t stay hidden after restart - fixes #1482.
UI: Statusbar position indicators causing UI to jump - fixes #1536.
UI: Styling of check configuration window - fixes #716.
UX: Don’t propegate events on dynamic toolbar buttons - fixes #1563.
Other: Allow stop-restart during addon uninstall / install - fixes #1594.
Other: Multi-window errors/exceptions - fixes #1686.

[close]

http://www.activestate.com/komodo-edit/downloads
Titel: CudaText 1.3.20
Beitrag von: SiLæncer am 20 Juni, 2016, 21:45
(http://s26.postimg.org/9ltuvmmu1/screenshot_554.jpg)
Create programming scripts with this powerful tool that supports more than 130 languages and allows users to work concurrently on as many as six groups of projects.

Freeware

Changelog

* dlg Find: buttons Select-all, Mark-all (place selections or markers, can clear markers by cmd "markers: remove all").
* cmds "Find all, and select / place markers / place bookmarks".
* opt show_cur_line_only_focused.
* opt ui_max_history_menu: max_value=50.
* fix: must copy to clipbd using active line-end.

[close]

http://www.uvviewsoft.com/cudatext/
Titel: JSONedit v0.9.19
Beitrag von: SiLæncer am 21 Juni, 2016, 05:40
(http://s26.postimg.org/66opis8ih/screenshot_556.jpg)
JSONedit is a simple editor for the JavaScript Object Notation format "a text-based open standard designed for human-readable data interchange" (source) with availble text and tree views.

Includes array generator using embedded Lua interpreter and Scintilla for text edition.

License:    Freeware

Changelog

Limited printing precision of floating point values from 17 to 16 digits to get rid of nasty 25.7 -> 25.699999999999999 transition after parse + generate cycle.
Nicer statistics window: allowing copying text, fixed values align for large files.
Search dialog for tree view allows to specify/limit node types, allowing e.g. limiting searching to "0" strings, ignoring all numerical values.
FIXED: pseudo-names for array elements ("
  • ", "[1]", etc.) are ignored when searching in tree mode.
[close]
http://tomeko.net/software/JSONedit/index.php
Titel: SynWrite v6.22.2270
Beitrag von: SiLæncer am 22 Juni, 2016, 05:20
(http://images.betanews.com/screenshots/1289816929-1.jpg)
Erweiterter Text-Editor mit Unterstützung von vielen Dateiformaten, Programmiersprachen und Zeichenkodierungen; bietet unter anderem Syntax-Hervorhebung, Auto-Vervollständigung und Code-Vorlagen; auch als Plug-in für Total Commander und als portable Version erhältlich.

Freeware

Whats new:>>

Changed:

    Deleted "Favorites" functions and "Rename file" command (plugins exists).
    Don't do autocomplete autoshow while in comment/string.

Fixed:

    Disable zip opening in TCmd plugin.

http://www.uvviewsoft.com/synwrite/
Titel: BowPad v2.2.2
Beitrag von: SiLæncer am 22 Juni, 2016, 05:50
(http://s26.postimg.org/e60vd9bix/screenshot_182.jpg)
BowPad is a small and fast text editor with a ribbon user interface and syntax highlighting.

Features:

syntax highlighting for over 100 file types and languages
handling of many different encodings, including UTF-8, UTF-16 and even UTF-32
easy ribbon user interface
navigation hints in the vertical scrollbar
coloring of open tabs according to their path
extendable with plugins written in jscript or vbscript

Freeware

Whats new:>>

Updated to latest Scintilla component 3.6.6.
New command: goto symbol/function.
Improved "goto brace".
More improvements to session loading.
Improved the hoover tooltip.
Two new buttons on the top right to close the current tab and to open a new one.
Various small bug fixes.

http://stefanstools.sourceforge.net/BowPad.html
Titel: BirdFont 2.16.2
Beitrag von: SiLæncer am 23 Juni, 2016, 05:20
(http://s26.postimg.org/sj74wh1cp/screenshot_536.jpg)
BirdFont is a free font editor that lets you create vector graphics and export TTF, EOT & SVG fonts.

License: Open Source

Whats new:>>

New freehand tool
Rotate objects and point handles with 45 degree steps

http://birdfont.org/
Titel: FocusWriter v1.5.6
Beitrag von: SiLæncer am 24 Juni, 2016, 17:40
(http://s26.postimg.org/9wb0ptx5l/screenshot_567.jpg)
FocusWriter hilft Vielschreibern beim Verfassen von Texten. Die Textverarbeitung blendet alle Menüs und Leisten aus. So kann man sich beim Schreiben voll und ganz auf das Wesentliche konzentrieren.

Der Vollbild-Texteditor FocusWriter zeigt als Oberfläche absichtlich lediglich den blanken Text. Daher gelingt es leichter, störungs- und ablenkungsfrei zu schreiben. Auf Wunsch kann man auf zusätzliche Steuerelemente zugreifen und diese per Maus über die Bildschirmränder abrufen.

Außerdem kann bei FocusWriter eine Statuszeile mit der aktuellen Uhrzeit, einem Timer und Statistiken eingeblendet werden. Das geplante Arbeitspensum legt der Schreiber in den Einstellungen in Minuten oder Wörtern fest. Textart und -farbe werden hier ebenfalls ganz nach Wunsch bestimmt.

Mit FocusWriter können mehrere Dokumente parallel bearbeitet werden. Ein Speichern erfolgt im RTF-, ODT- oder TXT-Format. Standardmäßig zeigt die Freeware einen einfarbigen, nüchternen Hintergrund. Wer die Arbeitsumgebung etwas freundlicher und abwechslungsreicher gestalten möchte, kann die Farbe ändern und auch ein eigenes Bild als Hintergrund einblenden.

FocusWriter enthält alle Grundfunktionen einer Textverarbeitung inklusive Textformatierungen, einer Rechtschreibprüfung und dem Suchen und Ersetzen von Wörtern und Textausschnitten. Die Freeware spricht vor allem den Vielschreiber an, der sich allein auf den Text konzentrieren möchte.

Changelog

Updated:

    Included hunspell.
    Translations:
        Afrikaans (South Africa), Danish, Esperanto, Hebrew, Lithuanian, Spanish.

Fixed:

    Did not remember some default formats.
    Replace all did not update spellchecking.
    Themes still did not always forget changes.

[close]

http://gottcode.org/focuswriter/
Titel: Typora 0.9.12 Beta
Beitrag von: SiLæncer am 25 Juni, 2016, 20:15
Whats new:>>

Fix a critical bug that the indent in multi-level lists may keep increasing after save.
Fix scrollbar style on side panel.

http://www.typora.io/
Titel: QText 4.11
Beitrag von: SiLæncer am 02 Juli, 2016, 06:45
(https://www.jmedved.com/content/media/qtext400.png)
This program started with itch of mine. I often have need to take notes while talking on telephone, surfing or doing almost anything. That notes are usually just temporary since I want to do something with it – like adding telephone number to my phonebook. What I needed was scrap paper.

It is similar to notepad which can be brought from tray when needed but has also auto-save thing going on. Just ideal for taking notes.

Freeware

Whats new: >>

Minor fixes.

http://www.jmedved.com/qtext/
Titel: BirdFont 2.16.4
Beitrag von: SiLæncer am 02 Juli, 2016, 10:45
Whats new:>>

• Bug fixes

http://birdfont.org/
Titel: PilotEdit Lite 9.5.0
Beitrag von: SiLæncer am 02 Juli, 2016, 18:31
Zitat
PilotEdit 9.5.0 is four times faster than PilotEdit 9.4.0 when opening huge files in ASCII mode.

http://www.pilotedit.com/
Titel: CudaText 1.3.22.0
Beitrag von: SiLæncer am 02 Juli, 2016, 18:45
(http://s26.postimg.org/9ltuvmmu1/screenshot_554.jpg)
Create programming scripts with this powerful tool that supports more than 130 languages and allows users to work concurrently on as many as six groups of projects.

Freeware

Changelog

+ Find dialog: multi-line by "+" btn
+ on closing with "ui_reopen_session":true, modified+untitled tabs content saves to session
+ AddonManager warns on adding linter w/o CudaLint
+ opt find_multiline_scale
+ api

[close]

http://www.uvviewsoft.com/cudatext/
Titel: Markdown Edit 1.28
Beitrag von: SiLæncer am 03 Juli, 2016, 06:45
(http://s26.postimg.org/wy2jhhic9/screenshot_443.jpg)
Markdown Edit is fully compatible with the CommonMark specification, enabling you to edit Markdown documents, as well as HTML or text ones. It allows document formatting and real-time HTML previewing, providing hotkeys for almost all commands, for easier control.

Freeware

Changelog

135 found some more edge cases and fixed
Add sprites as a DataUri to default template. External emojisprites.png no longer needed (but remains for legacy)
149 Add command line option to installer to suppress desktop icon (icon=0)
Fixed issue with external WpfMouseWheelLib crashing on some systems Project appears to no longer be maintained. Created a Github project and fixed issue. Guess I own it now
153 Added character encoding settings and automatic detection via Mozilla library
Beefed up build commands

[close]

http://mike-ward.net/markdownedit/
Titel: CudaText 1.3.23
Beitrag von: SiLæncer am 04 Juli, 2016, 16:30
Whats new:>>

- lexer-overrides for hotkeys: option "For current lexer" in hotkey dialog (saved in "keys lexer NNN.json").
- find dialog: unprinted line-ends for mul-line input.
- fix range-check error.

http://www.uvviewsoft.com/cudatext/
Titel: PSPad 4.6.1 Build 2730
Beitrag von: SiLæncer am 05 Juli, 2016, 19:40
(http://images.six.betanews.com/screenshots/1076948037-1.png)
PSPad is a universal freeware editor. There is no complex install process; the program is ready to work immediately, without requiring customization. It supports many file types and languages, with syntax highlighting. There are macros, clip files and templates to automate repetitive activities. An integrated HEX Editor, Project support, FTP Client, Macro Recorder, File Search/Replace, Code Explorer, code page conversion, are just some of the many possibilities that PSPad can offer you.

Freeware

Changelog

Cascading Style Sheet highlighter was renamed to CSS
File statistics shows all chars in char list include whitespaces
Special settings section extended of MaxWrapSize parameter. This parameter limits file size for WordWrap after you open file. Default value is 200 000 bytes.
CaseSensitiveAutoComplete - new option in special settings: 0 - case insensitive, 1 - case sensitive, 2 (default) - autocomplete case sensitivity depends of highlighter
Log window - now is possible to find Next/Previous error with standard action Find next/Previous (F3/Shift+F3) or using buttons on the Log windows left side
New Special settings option - SortScriptMenu = 1/0. Settings to "0" will prevent script menu sorting.
User highlighter - new option Vectors - support e.g. for MathLab
File list headers (Files, FTP) are localizable
Scripting - new editor based function splitWindow([intetger]): integer. Returns or set editor window split: 0 - isn't splitted, 1 - split vertically, 2 - split horizontally
Search/Replace speed up
New action aFTPConnect (Shift+Ctrl+F) allows you connect to FTP with keyboard without mouse. It's available in the File menu, you can use it in scripting e.t.c.
PSad FTP client uses FEAT command instead of HELP command to detect MLSD support
Communication Synedit library update - new TLS standards support
Menu Script is sorted alphabetically now
SafeFileSave (0/1) - new option in Special settings. Usage for synchronized folders, shared folders from virtual machines e.t.c. File is created into TEMP folder and coppied to target location. It means target is changed at once in one step.
Drag/Drop text from external application is back
Drag/Drop compare - new functionality. If you will Drag file over PSPad window with active editor window, small box "TextDiff" will appear in the right top corner. Drop file into this box will start compare with current file
Visual Basic highlighter - added keyword "friend" include code explorer support
Localization - Portuguese was renamed to Portuguese (European) and Brazilian - Portuguese to Portuguese (Brazilian)
Fixed real tabs problem in TXT files when option URL highlight if no highlighter in program settings / Program 2 was checked
Windows Shell script highlighter - variables and strings
Exception caused by text selection in TextDiff window
FTP file list without year fix for different timezones
Search in FTP list caused exception when FTP wasn't connected
Windows Shell Script - hyphenated-string in label
Removed missed message before external text diff tool starts
Real tabs in HTML multihighlighter
Code explorer for STL - now parses functions with STRING [nn] parameter
Right edge line doesn't fit to ruller
File tabs - problem with whole text and high DPI (4k displays)
File change detection
FTP handles files with special chars in file name, e.g. FileName_14:33.txt
Find/Replace - fixed broken Copy/Count functionality
PSPad can open locked files now (logs, e.t.c.) if source application allows read
BAT highlighter - variables in strings broke bracket highlight
User highlighter - fixed string highlight like aa'string', e.g. in CodeV
Favorite panel - link created by dropping outside of PSPad (e.g. from Windows Explorer) wasn't saved
Log window - fixed High DPI problem
Ignore file list change in program settings wasn't applied immediately but after program restart
Unix Shell Script - "false" wasn't highlighted
Search in files with case insensitive search
Visual Lips - line comment starts right behind another char

[close]

http://www.pspad.com/
Titel: O&O RegEditor 12.0.2172
Beitrag von: SiLæncer am 06 Juli, 2016, 18:15
(http://s26.postimg.org/fouitrndl/screenshot_884.jpg)
O&O RegEditor has been designed to make working with the Windows registry easier than usual. O&O RegEditor is a tiny, portable utility, which enables you to access the Windows registry and make modifications.

Freeware

Whats new:>>

Auf einigen deutschsprachigen Systemen kam es zu einem Absturz wegen falscher Zuordnung der Ressourcen

http://www.oo-software.com/
Titel: RJ TextEd 11.10
Beitrag von: SiLæncer am 06 Juli, 2016, 19:00
(http://images.six.betanews.com/screenshots/scaled/1187014627-1.jpg)
RJ TextEd - A Unicode source and text editor. RJ TextEd is a full featured text and source editor with Unicode support, syntax highlighting and code folding. The functionality extends beyond text files and includes support for HTML editing with integrated preview, spell checking, auto completion, HTML validation, templates and more. The program also include support for Topstyle Lite CSS editor, has a dual pane file commander, as well as a FTP client to upload your files. The editor uses language files to display menus and dialogs in different languages. There are several included languages. New language files can easily be created in the editor. RJ TextEd is also a simple web development tool. The editor can use auto completion and hints to assist you in editing your source code. You can preview HTML/ASP/PHP... code using one of the preview tabs or open a document in a browser. The editor does not only handle source code. It also handles true ASCII files, binary files and of course plain text files.

Licence: Freeware

Whats new:>>

Highlighting of colors in CSS/SASS/LESS.
Advanced color hint that can convert between color formats.

http://www.rj-texted.se
Titel: Bluefish 2.2.9
Beitrag von: SiLæncer am 06 Juli, 2016, 20:20
(http://www.heise.de/software/screenshots/17257.jpg)
GTK-HTML-Editor für erfahrene Web-Designer und Programmierer...

Lizenz: Open Source

Release Notes

Bluefish 2.2.9 is a maintenance release that most importantly fixes incompatibility with Gtk 3.20. Next to that some small dialogs have been improved, and some user interface parts have been polished.

[close]

http://bluefish.openoffice.nl/
Titel: SynWrite v6.22.2280
Beitrag von: SiLæncer am 07 Juli, 2016, 06:10
(http://images.betanews.com/screenshots/1289816929-1.jpg)
Erweiterter Text-Editor mit Unterstützung von vielen Dateiformaten, Programmiersprachen und Zeichenkodierungen; bietet unter anderem Syntax-Hervorhebung, Auto-Vervollständigung und Code-Vorlagen; auch als Plug-in für Total Commander und als portable Version erhältlich.

Freeware

Whats new:>>

Added:

    Option "Disable auto-hilites for files bigger than ... Mb".
    Command "Toggle show micro-map".

Changed:

    Deleted lexer "Resource script" to addons.

http://www.uvviewsoft.com/synwrite/
Titel: PileMd 0.9.0
Beitrag von: SiLæncer am 08 Juli, 2016, 19:15
(http://s26.postimg.org/a4vgm0crd/screenshot_189.png)
PileMD is a cross-platform piece of software that aims to offer you the best parts of three different types of utilities, namely, a Markdown editor, a text editor and Note Manager.

License : GPL

Whats new:>>

Saving images on local
Improved design
Removed Qiita OAuth2 login (now as just a token)

http://hirokiky.org/projects.html
Titel: Alternate Textbrowser 3.070
Beitrag von: SiLæncer am 09 Juli, 2016, 06:50
(http://s26.postimg.org/f10vppk49/screenshot_84.png)
This program makes it easy to browse through text- and html-files (also xml), syntax highlighting for serveral programming languages available (C++, Pascal, PHP, Perl, ASM, JScript etc.).

Freeware

Whats new:>>

- Correction for program folder
- Calculator and Memo updated

http://www.alternate-tools.com/pages/c_textbrowser.php?lang=ENG
Titel: Markdown Edit 1.28.1
Beitrag von: SiLæncer am 10 Juli, 2016, 21:00
Changelog

Update CommonMark.NET lib to fix issue #159
Remove As Local File from image drop menu. Add standard Save As option
Improve list auto numbering algorithm #138
Improvements to math rendering #156
Improvements to document reformatting
Improvements to AppVeyor build

[close]

http://mike-ward.net/markdownedit/
Titel: BabelPad 9.0.0.0
Beitrag von: SiLæncer am 12 Juli, 2016, 09:10
(http://s26.postimg.org/5e8b1wcnt/screenshot_645.jpg)
BabelPad is a free Unicode text editor and word processor for Windows that supports the proper rendering of most complex scripts, and allows you to assign different fonts to different scripts in order to facilitate multi-script text editing.

Freeware

http://www.babelstone.co.uk/index.html
Titel: Mobirise 2.14.4
Beitrag von: SiLæncer am 13 Juli, 2016, 18:45
(http://s26.postimg.org/d5pkuwmqh/screenshot_2.png)
Develop fully responsive, mobile-ready websites that look amazing on any devices and browsers. Preview how your website will appear on phones, tablets and desktops directly in the visual editor..

Freeware

https://mobirise.com/
Titel: CudaText 1.3.24
Beitrag von: SiLæncer am 13 Juli, 2016, 19:00
Whats new:>>

+ AddonManager: menuitem "Open plugin readme"
+ AddonManager: suggests plugin's readme after install
+ install.inf: can set for items "hotkey=" and "|"-separated hotkey, e.g. "Ctrl+Alt+F|F|G". Saved into keys.json (if no "lexers=" for item), or to "keys lexer NNN.json" (if used "lexers=")
+ theme: Amy
+ theme: Cobalt
+ add lexer YAML from addons
* del lexer "Resource script" to addons

http://www.uvviewsoft.com/cudatext/
Titel: CodeLite 9.2.0
Beitrag von: SiLæncer am 14 Juli, 2016, 20:46
(http://codelite.org/images/codelite-linux-thumb.png)
CodeLite is created as a powerful and cross-platform instrument that allows you to analyze and edit C / C++ source code files.

CodeLite is an open source tool that makes use of an user-friendly, yet sophisticated interface that allows users to easily create and build complex projects.

License: GPL

Changelog

BUG FIXES:

Improved CodeLite startup time
Fixed false "New Version is available" message
Fixed: New workspace dialog: Path is not updated
Fixed: Build Order project selection
CppCheck plugin does not work out of the box
CppCheck: UP/DOWN buttons now also opens the proper file in CodeLite
Fixed: $(CurrentFileFullName) variable appears to be undefined
Fixed: $(CurrentFileFullPath) variable points to wrong file
Fixed: files (.htaccess, .gitignore etc)not being list in workspace
Fixed: Window position not restored correctly
"Welcome Page" - don't display non existing files in the Recent Files/Workspaces drop down menu
"New shortcut" dialog size now fits to show whole its content
GUI spacing Issues in workspace editor settings window
Remove "@brief" from the automatically generated comments on php methods
File Selection Dialog Up/Down Arrows
Fixed: Spell checker dialog incorrect initial size
Fixed: External Tools: when adding a new tool to the toolbar, don't move the toolbar to a new location.
Fixed: Goto Declaration or Implementation of Structure Does Not Move Cursor
Fixed: Wrongfully decoded character will clear the diff-ed file on save
Fixed: Strange color highlight at Search result
Fixed: subversion commit history is now shown in a LastInFirstOut list (LIFO)
Fixed: subversion: prompt the user before reverting
fixed: Unable to start bash
Fixed: Class const declaration are not parsed correctly if separated by commas
Fixed: Clang code completion is now more reliable. i.e. if the code can compile, Clang can code complete
Fixed: Search in file check marks uncheck themselves
Fixed: Upon clicking on error code, codelite asks to choose between two files which are the same
Disabled "Add Compilers" popup menu under OS X(See also #1212 )
Minor rename issue
Fixed: force TABS instead of SPACES in Makefile
Fixed: Previous values in "Find" textbox in Search & Replace are no longer remembered in CodeLite 9.1.6
Fixed: PHP abstract functions not showing in code complete
Fixed: Code Completion for PHP is not pulling correct phpdoc formats
Fixed: Possibly undesirable behaviour when searching for a string of text
Fixed: tabs vs spaces indentation not being remembered
Fixed: status bar context menus disappear too fast
Fixed: CodeLite crashes when using CScope on Ubuntu 16.04
Fixed: Windows version does not allow UNC paths in directory lists

IMPROVEMENTS:

CMake support in CodeLite was greatly improved! see this tutorial for more details
Added View->Next Tab and View->Previous Tab for quicker tab navigation
Generated Makefile now generates a better object name prefix to reduce name conflict
Git and Svn commit dialog revamped
(C++) Implemented a new Environment variables validation in the project settings: i.e. if an environment variable is used in the project settings but CodeLite could not resolve it - a warning message is presented to the user
highlight HTML closing tags when pointing on opening tags (viceversa)
Implemented: Feature request - add "Save All" toolbar button + keyboard shortcut

Database Explorer Usability issues:

Added context menu to a connection level with the options to Close and Refresh the view
Added context menu to the Column item with a single menu entry: Copy Column Name
Show the context menu in the wxContextMenu event and not for Right click as this is not applicable for OSX
Changed the Close Connection question dialog to include a Cancel option, with the Cancel option set as the default
Shortcut Configuration Feature Request
Added new File->Duplicate Tab feature: allows the user to duplicate the current file in a single click
C++ Project context menu: collect all plugins menus udner a single sub-menu "Plugins"
C++ Project context menu: added 2 new entries: "Open Containing folder" and "Open Shell" for project items
Duplicate Tab: when user decides to cancel the duplicate tab, remove the temporary tab created for this purpose
OS X-Duplicate Tab Default Folder
Removed the old style Replace dialog and combined it with the Find Bar
New: added new "View->Toggle Minimal View" for quickly hiding toolabrs/frame captions and status bar in a click
Use native toolbars look and feel even when using multiple generic toolbars
Windows Built with wxWidgets 3.1 official release
C++ code completion: make boost::shared_ptr and boost::scoped_ptr code complete without the need to enable clang code completion
Assigning keyboard shortcuts clumsy
Implemented: Missing debugger functions in the main menu and hotkey list

Allow inspecting objects as their actual instantiation type and not as their declared type this is configurable:

In the above screenshot, the parent is declared as wxWindow, however, gdb will display it as its real type which is of MainDialogBaseClass
Introduce an option of indented line comments

Various status bar enhancements:

Added EOL info + context menu
Added source control icon indicating which source control is used (the icon is also clickable)
wxCrafter: support for the new wxActivityIndicator class

[close]

http://codelite.org/
Titel: CudaText 1.3.25.0
Beitrag von: SiLæncer am 15 Juli, 2016, 06:00
(http://s26.postimg.org/9ltuvmmu1/screenshot_554.jpg)
Create programming scripts with this powerful tool that supports more than 130 languages and allows users to work concurrently on as many as six groups of projects.

Freeware

Changelog

opt ui_fullscreen_hide
fix: focus after opening session

[close]

http://www.uvviewsoft.com/cudatext/
Titel: Markdownify 1.1.6
Beitrag von: SiLæncer am 15 Juli, 2016, 16:15
(http://s26.postimg.org/nqepybyqh/screenshot_204.png)
As a web writer, there is a great chance that one of your most used tools might be a Markdown editor, as it makes it very easy for you to quickly edit text and convert it to HTML.

Featuring a very quirky a name, Markdownify is an Electron-based, cross-platform piece of software that packs a decent set of text editing features and a simplistic user interface.

MIT License 

Whats new:>>

GitHub Flavored Markdown
Added more formatting options in toolbar
Global Shortcuts for Markdown formatting
Performance and UI improvements
Find and Replace functionality

https://github.com/amitmerchant1990/electron-markdownify
Titel: PilotEdit Lite 9.6.0
Beitrag von: SiLæncer am 16 Juli, 2016, 21:30
(http://www.pilotedit.com/images/OpenInQuickMode.PNG)
PilotEdit is a text, hex, XML, C/C++, HTML, PHP, Java, Javascript and Perl editor that can edit large files of 400GB (40 billion lines).

It offers customizable syntax and keyword highlighting, advanced search and replace operations, automatic text encoding, 256-bit AES encryption/decryption and a built-in FTP/SFTP client lets you open, edit, download and upload large files directly to/from a FTP/SFTP server.

In addition to standard text editing features, PilotEdit can compare and merge two large files of 100GB (10 billion lines). You can also sort, find/remove duplicate lines and extract strings over a large file of 1GB.

Freeware

Zitat
PilotEdit 9.6.0 provides the ability to register with computer ID. 

http://www.pilotedit.com/
Titel: FocusWriter 1.5.7
Beitrag von: SiLæncer am 17 Juli, 2016, 10:30
(http://s26.postimg.org/9wb0ptx5l/screenshot_567.jpg)
FocusWriter hilft Vielschreibern beim Verfassen von Texten. Die Textverarbeitung blendet alle Menüs und Leisten aus. So kann man sich beim Schreiben voll und ganz auf das Wesentliche konzentrieren.

Der Vollbild-Texteditor FocusWriter zeigt als Oberfläche absichtlich lediglich den blanken Text. Daher gelingt es leichter, störungs- und ablenkungsfrei zu schreiben. Auf Wunsch kann man auf zusätzliche Steuerelemente zugreifen und diese per Maus über die Bildschirmränder abrufen.

Außerdem kann bei FocusWriter eine Statuszeile mit der aktuellen Uhrzeit, einem Timer und Statistiken eingeblendet werden. Das geplante Arbeitspensum legt der Schreiber in den Einstellungen in Minuten oder Wörtern fest. Textart und -farbe werden hier ebenfalls ganz nach Wunsch bestimmt.

Mit FocusWriter können mehrere Dokumente parallel bearbeitet werden. Ein Speichern erfolgt im RTF-, ODT- oder TXT-Format. Standardmäßig zeigt die Freeware einen einfarbigen, nüchternen Hintergrund. Wer die Arbeitsumgebung etwas freundlicher und abwechslungsreicher gestalten möchte, kann die Farbe ändern und auch ein eigenes Bild als Hintergrund einblenden.

FocusWriter enthält alle Grundfunktionen einer Textverarbeitung inklusive Textformatierungen, einer Rechtschreibprüfung und dem Suchen und Ersetzen von Wörtern und Textausschnitten. Die Freeware spricht vor allem den Vielschreiber an, der sich allein auf den Text konzentrieren möchte.

Changelog

Switched to cross-compiled builds for Windows
FIXED: Did not play sounds for key presses with Alt modifier
FIXED: Could not change shortcut to disable focused text

[close]

http://gottcode.org/focuswriter/
Titel: Mobirise 3.0
Beitrag von: SiLæncer am 17 Juli, 2016, 11:20
(http://s26.postimg.org/d5pkuwmqh/screenshot_2.png)
Develop fully responsive, mobile-ready websites that look amazing on any devices and browsers. Preview how your website will appear on phones, tablets and desktops directly in the visual editor..

Freeware

https://mobirise.com/
Titel: Markdown Edit 1.28.2
Beitrag von: SiLæncer am 18 Juli, 2016, 09:12
(http://s26.postimg.org/wy2jhhic9/screenshot_443.jpg)
Markdown Edit is fully compatible with the CommonMark specification, enabling you to edit Markdown documents, as well as HTML or text ones. It allows document formatting and real-time HTML previewing, providing hotkeys for almost all commands, for easier control.

Freeware

Changelog

Fix bug #165 with update to CommonMark.NET
Internal build changes

[close]

http://mike-ward.net/markdownedit/
Titel: AkelPad 4.9.8
Beitrag von: SiLæncer am 19 Juli, 2016, 05:40
(http://akelpad.sourceforge.net/files/screen_basic.png)
AkelPad is an open source editor for plain text. It is designed to be a small and fast. Includes the ability to load text documents that are larger than 64 Kilobytes, document previews before opening them, editing of read only files and more. Plugins add a number of additional features to Akelpad like syntax highlighting, auto completion, sessions, macros and scripts and auto saving.

Licence: Open Source

Whats new:>>

Added: flag 128 in the manual parameter "PaintOptions" - unit of vertical scrolling is line (default is pixel).
Added: optional parameter for commands 4103,4106:
1 - force to use last directory.

http://akelpad.sourceforge.net/en/index.php
Titel: OutWiker v1.9.0.790
Beitrag von: SiLæncer am 22 Juli, 2016, 05:50
(http://s26.postimg.org/yf6cwmpi1/screenshot_223.png)
OutWiker is an open-source personal wiki and outliner. Notes are stored in a tree, and kept in the form of directories on the disk. This encourages changing the base by external sources and programs. Currently there are three types of pages supported: plain text, HTML, and wiki. External files (such as pictures) can be attached to pages, and pages can be linked to each other. Each tree branch can be opened as a separate wiki. Other features include tag support, global search (notes and tags), bookmarks, HTML syntax highlighting and icons for notes.

OutWiker can be downloaded with or without plugins, as well as for Linux systems.

License : GPL

http://jenyay.net/Outwiker/English
Titel: CudaText 1.3.28.0
Beitrag von: SiLæncer am 22 Juli, 2016, 12:40
Whats new:>>

nicer gray built-in theme

1.3.26.2

    show shorter Python ver
    fix: show pictures

http://www.uvviewsoft.com/cudatext/
Titel: DocPad 17.0
Beitrag von: SiLæncer am 22 Juli, 2016, 20:45
(http://images.six.betanews.com/screenshots/scaled/1238008675-1.jpg)
Erweiterter Text-Editor als Alternativer zu Notepad; bietet unter anderem eine Rechtschreibprüfung, eine anpassbare Toolbar sowie die Möglichkeit, Makros zu verwenden.

Freeware

Changelog

* When a global setting is changed, it will now be automatically applied to all other running instances.  Previously, each instance held an independent copy of the global settings, and the global settings file was completely overwritten when an instance closed.  If a global setting was changed while multiple instances were opened, the change would not affect the other instances, and might not be permanent depending on the order that the instances were closed.
* Added the ability to open files with unicode characters in their filename.
* Print: added the ability to control the Line Spacing.
* Added support for unicode characters in command line parameters.
* Unicode surrogate pairs are now supported.
* Added tools to open the next/previous file in the folder (alphabetically, includes only files with the same extension).  These tools do not appear on a menu.  The hotkeys are Ctrl+Alt+F11 and Ctrl+Alt+F12.
* Numerous improvements to the Spell Checker.  Download the latest version of the Spell Checking Module from Gammadyne.
* Large speed improvement when saving a large document with many paragraphs.  Also improved speed of the "Delete Line" tool.
* A file can now be dropped on DocPad's window caption, causing the file to be opened.
* Larger files can now be opened.  Files are opened slightly faster.
* Discard Paragraphs Containing: added support for unicode.
* Statistics: added the "Reading Time" stat.
* Statistics: Sentences that are less than 3 characters are no longer counted.
* The "Redo" tool can now appear on the toolbar, although it is hidden by default.
* Fixed: Associate File Type: this was not always reporting the existing association, and prompting if it should be changed.
* Fixed: rarely, balloon help was not appearing promptly, or not at all.
* Fixed: the /last command line switch was not working (since 16.0).
* Fixed: executables were signed with a revoked SHA1 cert.  Because the SHA256 cert is valid, this would only be reported to the user on systems prior to Win7.

[close]

http://www.gammadyne.com/docpad.htm
Titel: nanDECK 1.22
Beitrag von: SiLæncer am 23 Juli, 2016, 10:40
(http://s26.postimg.org/l8j2hesyh/screenshot_660.jpg)
nanDECK is a scripting graphic software that provides a simple yet flexible language to create multiple images suited for cards or counters .

Freeware

http://www.nand.it/nandeck
Titel: CudaText 1.4.0
Beitrag von: SiLæncer am 25 Juli, 2016, 13:57
Whats new:>>

- find-dialog can be separate (opt find_separate_form).
- toolbar full themed now.
- option "pylib" has suffix now (for universal config): see default.json.
- fix: restoring scroll pos on opening files.

http://www.uvviewsoft.com/cudatext/
Titel: Typora 0.9.14 Beta
Beitrag von: SiLæncer am 25 Juli, 2016, 19:20
(http://s26.postimg.org/w2onuosnt/screenshot_64.png)
Swiftly write, edit, format and convert text to HTML with the help of this modern looking, streamlined and novice-accessible piece of software.

Freeware

Changelog

    Fix typora cannot print or export.

New in Typora 0.9.13 Beta

    Release x64 build.
    Add focus mode and typewriter mode support.
    Remember last status of outline bar.
    Add syntax support for assembly and TOML.
    Avoid the usage of 'AltGr' key combination in assigned shortcut.
    Support kramdown style `[toc]` syntax.
    Improve list indent/outdent logic.
    Fix HTML entities not escaped in meta block.
    Fix a bug that triple click cannot select current line correctly.
    Fix auto indent for brackets in code fences.
    Add options to export reStructuredText, and OPML format.
    Fix user.css not included in exported HTML/PDF.
    Fix some export option not work in unibody window style.
    Fix cannot export/print in dark theme.
    Other bug fix.

[close]

http://www.typora.io/
Titel: EditBone v12.0.1
Beitrag von: SiLæncer am 26 Juli, 2016, 05:00
(http://www.bonecode.com/images/EditBone1.png)
Powerful text editing tool that comes with syntax highlighting support for over 50 languages and scripts, 22 ready made styles, a handy file comparison feature and support for multiple directories and search results.

Freeware

Changelog

Fixed title popups.
Fixed special chars.
Updated AlphaSkins controls v11.11.

12.0.0

Refactored TBCEditor control painting for better Unicode and non-fixed font support.

Added:

    Smooth horizontal scrolling;
    -appinipath application parameter.

Fixed:

    Minimap double buffering;
    Object Pascal highlighter;
    Check for updates;
    Skin selection to exclude commercial skins.

Enabled High-DPI - application is now DPI aware.
Updated third-party controls and components.

[close]

http://www.bonecode.com/?page=projects
Titel: Atom 1.9.0 Beta 1
Beitrag von: SiLæncer am 26 Juli, 2016, 09:03
(http://s26.postimg.org/6bt5lin89/screenshot_265.jpg)
A powerful and flexible application that works as a text and source code editor with syntax highlight, or alternately as a file viewer.

MIT License

Whats new:>>

Avoid crashes by temporarily removing support for async git interactions.

https://atom.io/
Titel: LyX 2.2.1
Beitrag von: SiLæncer am 26 Juli, 2016, 09:12
(http://www.lyx.org/images/about/main_window_sm.png)
LyX is a document processor that encourages an approach to writing based on the structure of your documents (WYSIWYM) and not simply their appearance (WYSIWYG).

Open Source

Release Notes

LyX 2.2.1 is the result of on-going efforts to make our stable version more reliable and more stable. We have fixed a number of bugs and made a number of improvements. Most of these are relatively minor.
We had previously announced that versions of LyX later than 2.1.5 would no longer support Windows Vista. Thanks to the contributions of some of our users, we have been able to restore support for Vista, so 2.2.1 will in fact run on Vista. See the discussion at bug 10186 for the details.
One important change is to the behavior of character styles. By default, these now prohibit changes to the paragraph layout. Putting a description inside a character style typically results in invalid LaTeX code, so this makes certain mistakes harder to make. Power users who have taken advantage of the previous behavior can restore it by adding "ForcePlain 0" to the declaration of the character style, so long as this is done after "LyXType charstyle" has been declared.

[close]

http://www.lyx.org/
Titel: RJ TextEd v11.11
Beitrag von: SiLæncer am 26 Juli, 2016, 13:16
(http://images.six.betanews.com/screenshots/scaled/1187014627-1.jpg)
RJ TextEd - A Unicode source and text editor. RJ TextEd is a full featured text and source editor with Unicode support, syntax highlighting and code folding. The functionality extends beyond text files and includes support for HTML editing with integrated preview, spell checking, auto completion, HTML validation, templates and more. The program also include support for Topstyle Lite CSS editor, has a dual pane file commander, as well as a FTP client to upload your files. The editor uses language files to display menus and dialogs in different languages. There are several included languages. New language files can easily be created in the editor. RJ TextEd is also a simple web development tool. The editor can use auto completion and hints to assist you in editing your source code. You can preview HTML/ASP/PHP... code using one of the preview tabs or open a document in a browser. The editor does not only handle source code. It also handles true ASCII files, binary files and of course plain text files.

Licence: Freeware

Changelog

Drag n drop

Drag n drop should now work between the editor and external programs, like Internet browsers, email clients, text editors...

You can:

    Drag text from other programs and drop it inside a document.
    Drag text from a document and drop it onto a browser edit field or inside another text editor.
    Drag a HTML link to a document and insert title and full path.
    Drag files from an explorer window to open the files (improved in this version).

Chrome preview

The 32-bit version on 32-bit Windows can sometimes prevent the program from closing properly. It should work properly now.
Hibernate (Windows shutdown or unexpected closure)

Some information was lost when using hibernate. E.g. code folding, bookmarks... The information is properly saved in this version and restored when you restart.

If the program is open and Windows is shut down - the program should not try to delay the shut down. I made some code changes to fix this.

Also fixed a few issues when having an open project.
JSON Pretty Print

Wrote new code without the use of the Delphi JSON parser. The code is pretty simple and should produce the same result as many online beautifiers.

Note! The code is not validated, so if your JSON code contains errors the result may not be formatted as you would have expected.
Double click on brace to select contents

A double click on a brace ()[]{}""'' will select the entire contents including the braces.

If you press ALT - only the content between braces is selected. Not the braces themselves.
Misc

    Folder of the last opened/saved file is used when saving a new document, unless the explorer panel is opened (in which case the current path is used).
    Password is displayed in plain text when exporting a document as encrypted.

Fixed

    Double click to select all between braces when the end brace is at eol.
    Auto block completion ({..}) after single quotes.

[close]

http://www.rj-texted.se
Titel: MdNote 1.2.3 Beta
Beitrag von: SiLæncer am 26 Juli, 2016, 18:30
(http://s26.postimg.org/vez5qy9w9/screenshot_247.png)
MdNote is a user-friendly and useful piece of software designed from the ground up to make it as easy as possible for you to edit text with the help of the Markdown language and to publish your projects directly, all while keeping them thoroughly organized.

As is the case with most Electron-based apps out there, the utility does not require installation. You just need to unzip the package and launch it via its designated executable file.

Donationware

http://md-note.com/
Titel: EditBone v12.0.3
Beitrag von: SiLæncer am 27 Juli, 2016, 06:15
(http://www.bonecode.com/images/EditBone1.png)
Powerful text editing tool that comes with syntax highlighting support for over 50 languages and scripts, 22 ready made styles, a handy file comparison feature and support for multiple directories and search results.

Freeware

Whats new:>>

Fixed search.
Fixed multi caret.
Fixed line numbers paint.

http://www.bonecode.com/?page=projects
Titel: RJ TextEd 11.12
Beitrag von: SiLæncer am 28 Juli, 2016, 19:01
Fixed:

Error when reopening projects.
A few update issues.

http://www.rj-texted.se
Titel: Atom 1.9.0 Beta 2
Beitrag von: SiLæncer am 29 Juli, 2016, 05:30
(http://s26.postimg.org/6bt5lin89/screenshot_265.jpg)
A powerful and flexible application that works as a text and source code editor with syntax highlight, or alternately as a file viewer.

MIT License

Whats new:>>

Fixed an issue where pressing spacebar in an editor would scroll the containing view.

https://atom.io/
Titel: EditBone 12.1.0
Beitrag von: SiLæncer am 29 Juli, 2016, 09:14
Whats new:>>

Added show shadow scroll option
Fixed search options
Fixed option slider positions
Fixed language files

http://www.bonecode.com/?page=projects
Titel: Typora 0.9.15 Beta
Beitrag von: SiLæncer am 30 Juli, 2016, 14:41
(http://s26.postimg.org/w2onuosnt/screenshot_64.png)
Swiftly write, edit, format and convert text to HTML with the help of this modern looking, streamlined and novice-accessible piece of software.

Freeware

Changelog

Fix a bug that `**` is not correctly parsed.
Fix bookmark not generated when export to PDF when there's h5 and h6 in article.
Fix list indentation not correctly saved.
Fix footnotes contains "_" cannot be exported correctly.
Fix a bug some file format cannot be exported via pandoc.
Add "Textile" as one export option.
Improve URL auto detection.
Fix content will be pasted twice when paste from typora to Word.
Other bug fix.

[close]

http://www.typora.io/
Titel: CudaText 1.4.2.0
Beitrag von: SiLæncer am 31 Juli, 2016, 15:30
(http://s26.postimg.org/9ltuvmmu1/screenshot_554.jpg)
Create programming scripts with this powerful tool that supports more than 130 languages and allows users to work concurrently on as many as six groups of projects.

Freeware

Changelog

+ command-line options: http://wiki.freepascal.org/CudaText#Command_line_parameters
+ Addon Manager can use proxy
+ python lib "requests" preinstalled
+ cmd "toggle tab-key uses spaces"
- fix: replace-all must show "wait..."
- fix: force Find dlg to desktop on show

[close]

http://www.uvviewsoft.com/cudatext/
Titel: SynWrite v6.22.2290
Beitrag von: SiLæncer am 01 August, 2016, 05:30
(http://images.betanews.com/screenshots/1289816929-1.jpg)
Erweiterter Text-Editor mit Unterstützung von vielen Dateiformaten, Programmiersprachen und Zeichenkodierungen; bietet unter anderem Syntax-Hervorhebung, Auto-Vervollständigung und Code-Vorlagen; auch als Plug-in für Total Commander und als portable Version erhältlich.

Freeware

Whats new:>>

Added:

    AddonManager: Proxy opt should work.
    AddonManager: Can stop download-all (Esc).
    Show shorter Py version.

http://www.uvviewsoft.com/synwrite/
Titel: Atom 1.10.0 Beta 0
Beitrag von: SiLæncer am 02 August, 2016, 12:28
Changelog

Notable Changes:

Upgrade apm's embedded Node to 4.4.5, resolving issues installing packages with native dependencies.
Add a system panel to the settings view on Windows for integration with operating system.
Allow package tests to be stored in a test directory instead of spec.

Atom Core:

atom/atom#11961 - Remove workaround for old Windows bug
atom/atom#11981 - Add a design-decisions section to the CONTRIBUTING guide
atom/atom#11985 - Update old docs links to point to Flight Manual
atom/atom#11991 - Use preferred line length as a maximum for soft wrapping if softWrapAtPreferredLineLength is enabled
atom/atom#11994 - Make interactive package tests work with a top-level 'test' directory
atom/atom#11998 - Don't test CSON.readFileSync behavior twice (here and in atom/season)
atom/atom#11960 - Calmer Spec Suite
atom/atom#12003 - Replace "Mac OS" and "OS X" with "macOS"
atom/atom#12002 - Update font stack
atom/atom#12008 - Recreate Repository if the same project is added after being removed
atom/atom#11929 - Allow different versions of Atom to run simultaneously on Win32
atom/atom#11875 - Merge Bootstrap + Core styles
atom/atom#12043 - Update languages
atom/atom#12059 - Fix overflowing of the tabs II
atom/atom#12056 - CrashReporter should not run on UI thread on Win/Linux
atom/atom#12031 - 📝 Mention how models must implement getTitle() [ci skip]
atom/atom#12068 - -webkit cleanup
atom/atom#12028 - Don't erase NODE_ENV from environment.
atom/atom#12037 - Use in-path 7z on AppVeyor, tidy-up publish
atom/atom#12095 - update nodejs installation instructions link for Fedora/CentOS/RHEL
atom/atom#12119 - Tear down ipc response handler when atom environment is destroyed
atom/atom#11942 - Complete documentation for Notification creation
atom/atom#12158 - Improve incompatible native module error message
atom/atom#12150 - Introduce @use-custom-controls variable
atom/atom#12172 - Clear out apm folder in cibuild
atom/atom#12167 - Stop using nodegit for now
atom/atom#12123 - Windows shell integration system settings
atom/atom#12208 - Correctly link the safe mode section
atom/atom#12203 - Update languages
atom/atom#12210 - Rename ATOM_REPO to ATOM_PUBLISH_REPO and always publish when it is set
atom/atom#12216 - Improve build on AppVeyor
atom/atom#11897 - Use apm@1.12.2 with Node v4 and npm v3 o/
atom/atom#12207 - Introduce CircleCI for macOS builds
atom/atom#12226 - Speedup Packages view loading time
atom/atom#11216 - 🐎 wrap loop of config.setDefaults() in transact()
atom/atom#12230 - Disable autosubmit of crash reporter
atom/atom#12232 - Remove OS X from Travis Build Matrix
atom/atom#12246 - Make Atom executable as a standard Electron app
atom/atom#12249 - Fix regression where spacebar scrolled elements containing editors

atom-dark-ui:

atom/atom-dark-ui#48 - Add SF UI Text font
atom/atom-dark-ui#58 - Add border to status-bars in footer panel
atom/atom-dark-ui#46 - Allow easier clicking on tabs when in fullscreen mode

atom-light-ui:

atom/atom-light-ui#23 - Add SF UI font
atom/atom-light-ui#30 - Restore missing border for status bar
atom/atom-light-ui#31 - Remove top border
atom/atom-light-ui#32 - Allow easier clicking on tabs when in fullscreen mode

one-dark-ui:

atom/one-dark-ui#140 - Add mask to modified dot
atom/one-dark-ui#143 - Update font stack
atom/one-dark-ui#144 - Add background to close icon
atom/one-dark-ui#145 - Seperate variables
atom/one-dark-ui#147 - Accent color
atom/one-dark-ui#151 - Use accent color for the inputs
atom/one-dark-ui#152 - Reduce Auto breakpoints

one-light-ui:

atom/one-light-ui#60 - Add mask to modified dot
atom/one-light-ui#61 - Update font stack
atom/one-light-ui#62 - Add background to close-icon
atom/one-light-ui#63 - Seperate variables
atom/one-light-ui#64 - Accent color
atom/one-light-ui#65 - Reduce Auto breakpoints

one-dark-syntax:

atom/one-dark-syntax#62 - Fix Go (golang) string type color
atom/one-dark-syntax#70 - Add instanceof Java support
atom/one-dark-syntax#71 - Restyle find markers

one-light-syntax:

atom/one-light-syntax#19 - Add instanceof Java support
atom/one-light-syntax#20 - Restyle find markers
atom/one-light-syntax#21 - Stronger selection and cursor-line

about:

atom/about#31 - Include appveyor.yml based on one from autocomplete-plus
atom/about#33 - Try appveyor.yml alternative from atom/CI
atom/about#32 - One-liner: gave the status-bar squirrel icon cursor:pointer

autocomplete-css:

atom/autocomplete-css#51 - Update SCSS autocompletion scopes

autocomplete-plus:

atom/autocomplete-plus#729 - Fixes #728 - Use table-cell display for right label

background-tips:

atom/background-tips#22 - Remove position: relative on container

find-and-replace

atom/find-and-replace#704 - Always open search results on single click
atom/find-and-replace#720 - 🎨 cleaner code for focusing on find editor on use-selection-as-fi…
atom/find-and-replace#724 - Remove needless prefixes for flex
atom/find-and-replace#730 - Make specs Windows compatible
atom/find-and-replace#740 - Unescape escape sequence once on replacing buffer

using regex:

atom/find-and-replace#546 - Add find in parent directory functionality

image-view:

atom/image-view#58 - Fix “Zoom to fit”
atom/image-view#60 - Prevent zoom percentage lower than 1%

notifications:

atom/notifications#128 - Electron version

settings-view:

atom/settings-view#797 - Fix specs to run on Windows
atom/settings-view#765 - Set active panel with name and options
atom/settings-view#802 - Fix overflowing of the keybindings panel
atom/settings-view#763 - Show settings after install
atom/settings-view#761 - Sort packages search
atom/settings-view#808 - Move the editor settings to their own tab
atom/settings-view#799 - Added styles to status bar notification to make the interaction more obvious
atom/settings-view#771 - Wait for updated package to load and then try to activate
atom/settings-view#811 - Add new System tab for Windows shell integration options
atom/settings-view#819 - Unify icons between tabs and titles
styleguide
Atom/styleguide#44 - New inputs

tabs:
atom/tabs#344 - Resize tabs when mouse moves away from tab bar (updated)
atom/tabs#324 - Switch styling to preserve whitespace in file names

timecop:

atom/timecop#16 - Fix typo in tooltip

tree-view:

atom/tree-view#842 - 🎨 minor fix for before pseudo element
atom/tree-view#847 - Fix bug where duplicate tabs open for a given file
atom/tree-view#833 - Emit events when directories are toggled
atom/tree-view#900 - Hopefully fix intermittent test failures

whitespace:

atom/whitespace#126 - Update tab type after converting tabs

language-coffee-script:

atom/language-coffee-script#96 - Prevent ".class" from triggering an auto-indent

language-css:

atom/language-css#60 - Add deprecated CSS2 System colors
atom/language-css#61 - Add some pseudo-class support
atom/language-css#62 - Added mix-blend-mode css property
atom/language-css#55 - Added support for inline block comment
atom/language-css#67 - Add stroke properties

language-gfm:

atom/language-gfm#159 - Add snippets for reference-style links and images
atom/language-gfm#157 - Add support for embedding Python Console feedback

language-git:

atom/language-git#20 - Add syntax highlighting for drop command of interactive rebase
atom/language-git#19 - Improve pattern-matching in commit messages
atom/language-git#22 - Add support for exec command in rebase mode
atom/language-git#23 - Add basic tests for all available rebase commands

language-go:

atom/language-go#83 - Adds snippet for Go starter template
atom/language-go#84 - Fixes indentation
atom/language-go#85 - Add Snippet to handle Context, ResponseWriter, http.Request handlers

language-html:

atom/language-html#109 - Added Grammar Test Files for Validating Grammar Rules
atom/language-html#122 - Remove unsupported attribute
atom/language-html#124 - Update x-template script on html.cson

language-java

atom/language-java#46 - Tokenize variables defined in method bodies

language-json:

atom/language-json#47 - Recognize .webmanifest files as JSON grammar
atom/language-json#48 - Add .tfstate file support

language-less:

atom/language-less#57 - Adding .rc, themerc and gtkrc filetypes/names
atom/language-less#58 - Tokenize escaped characters properly

language-php:

atom/language-php#142 - Add spaceship operator
atom/language-php#134 - update constant.character.escape.php
atom/language-php#146 - Change "var_dump" to be reachable only in a php tag
atom/language-php#143 - Fix doc_f snippet's return type selection
atom/language-php#147 - Move doc_f snippet to appropriate scope

language-ruby:

atom/language-ruby#149 - Recognize source keyword in grammar (for Gemfiles)
atom/language-ruby#150 - Refine grammar of do
atom/language-ruby#151 - Clean up unneeded escaping
atom/language-ruby#152 - Refine the grammar of logical operators
atom/language-ruby#154 - Remove redundancies in the grammar of percent literals
atom/language-ruby#155 - Beautify some long patterns
atom/language-ruby#156 - Improve the grammar of numeric literals

language-sass:

atom/language-sass#108 - Tokenize nested property lists
atom/language-sass#106 - Tokenize parentheses within function parameters
atom/language-sass#107 - Give nth-* pseudo-classes their own capture regex
atom/language-sass#114 - Add support for SCSS maps
atom/language-sass#115 - Add Sass auto-indentation rules
atom/language-sass#112 - Tokenize + and - as operators
atom/language-sass#131 - Recognize object-* as property name
atom/language-sass#133 - Add picture element to selectors
atom/language-sass#134 - Add missing values of object-fit
atom/language-sass#130 - Update valid and deprecated color-keywords to CSS color module level 3
atom/language-sass#136 - Add picture element to Sass selectors
atom/language-sass#135 - Recognize -webkit-, -moz-, and -ms-* as property names
atom/language-sass#139 - Recognize solitary @mix and @namespace as @-rule
atom/language-sass#141 - Add feature queries support
atom/language-sass#137 - Rewrite #at_rule_include
atom/language-sass#142 - Clean up unneeded escaping
atom/language-sass#147 - Variables in maps
atom/language-sass#144 - Add some missing properties
atom/language-sass#149 - Maps in maps
atom/language-sass#152 - Improve tokenization
atom/language-sass#153 - Tokenize : as part of a pseudo-class
atom/language-sass#154 - Support hex-based escape sequences

language-sql:

atom/language-sql#35 - Added .dsql file extension
atom/language-sql#16 - Removed MySQL comments
atom/language-sql#32 - recognize nvarchar unicode variant for TSQL
atom/language-sql#39 - Highlight except (all) keyword
atom/language-sql#36 - Addition of T-SQL syntax: USE, GO, INTO, EXEC, OPENQUERY
atom/language-sql#41 - Fixes #26 for highlighting DECLARE

language-xml:

atom/language-xml#51 - Update xml.cson
atom/language-xml#52 - Add glade to list of xml file types

[close]

https://atom.io/
Titel: Atom 1.9.0
Beitrag von: SiLæncer am 02 August, 2016, 16:50
Changelog

Notable Changes:

Internal rendering redesign: Display Layers
Electron upgraded to v0.37.8
Drag and Drop layout management
Remove non-public GitRepositoryAsync API to address issues with instability. We'll reintroduce a more stable async Git API in the future.
Cygwin and Msys compatibility on Windows
Better file recovery mechanism

Atom Core:

atom/atom#11634 - :bug: Wait for connection end to get completed data;
atom/atom#11618 - File Open dialog defaults to directory of active editor or project root if no active editor
atom/atom#11646 - Persist the entire state on reload
atom/atom#11348 - Update Electron to 0.36.12
atom/atom#11506 - Always favor more recently added inline listeners
atom/atom#11669 - Update package.json
atom/atom#11478 - Prompt user to save as if save fails
atom/atom#11671 - Remove TextEditor's dependency on the textEditors global
atom/atom#11642 - Fix some Buffered-Process specs, honor options.shell in Atom
atom/atom#11323 - Update Grammar In Spec Files
atom/atom#11414 - Use display layers facility of text-buffer; delete all the code they replace
atom/atom#11639 - :checkered_flag: refactor registry and PoSH out of squirrel-update
atom/atom#11701 - Update to v1.4 of Contributor Covenent Code of Conduct
atom/atom#9748 - Upgrade pathwatcher
atom/atom#11734 - Attach msi to release on github.com
atom/atom#11751 - Update link to solarized-dark-syntax
atom/atom#11750 - Add Devtron to the Developer Tools window
atom/atom#11767 - Show folded marker in the first screen row of a soft-wrapped buffer row
atom/atom#11765 - Don't render line-numbers corresponding to lines that need measuring
atom/atom#11758 - Paste text at cursor instead of beginning of line
atom/atom#11762 - Ensure atom command works on Cygwin + MSYS bash shells
atom/atom#11761 - Windows build - handle admin elevation when required for install
atom/atom#10782 - Shrink modals when window gets narrow
atom/atom#11274 - Relative position atom-workspace-axis
atom/atom#11552 - Content Security Policy fixes
atom/atom#11793 - Don't install devtron when toggling DevTools
atom/atom#11474 - Update Electron to 0.37
atom/atom#11820 - Update ohnogit@0.0.12
atom/atom#11791 - Sign Windows builds with Squirrel for MSI compatibility
atom/atom#11812 - match apms node version
atom/atom#11814 - Update CONTRIBUTING.md
atom/atom#11824 - Updated README.md: flight manual links, no ebook versions
atom/atom#11792 - replace _.extend in favor of Object.assign
atom/atom#11804 - Add a note how to hide the wrap-guide
atom/atom#11829 - Enforce block decorations to be 'before' by default
atom/atom#11826 - Add --main-process flag to run specs in the main process
atom/atom#11825 - Fix uncaught exception when open file dialog is cancelled
atom/atom#11828 - File Recovery Service
atom/atom#11847 - Address "node-gyp not found" in Windows build troubleshooting
atom/atom#11833 - Ensure Cygwin + Msys compatibility on Windows
atom/atom#11866 - Fix flexbox issues after upgrading to Electron v0.37.8
atom/atom#10999 - Upgrade language-javascript to 0.111.0
atom/atom#12060 - Fix overflowing of the tabs II
atom/atom#12167 - Stop using nodegit for now
atom/atom#12216 - Improve build on AppVeyor
atom/atom#12249 - Fix regression where spacebar scrolled elements containing editors

one-dark-ui:

atom/one-dark-ui#135 - Clarify what Font Size: Auto does
atom/one-dark-ui#136 - Remove some Styleguide overrides

about:

atom/about#27 - Fix specs on stable
atom/about#26 - Remove try/catches now that Electron 0.36.8 is on stable
atom/about#29 - Improve tooltip description

autocomplete-plus:

atom/autocomplete-plus#676 - Observe the TextEditorRegistry, constrained by a CSS selector.
atom/autocomplete-plus#706 - Add 3.0 service endpoint which exposes textEditorSelector
atom/autocomplete-plus#710 - Remove remaining references to pane items
atom/autocomplete-plus#671 - Alternate completion keybinding behaviour
atom/autocomplete-plus#711 - Override core movement listeners

autocomplete-snippets:

atom/autocomplete-snippets#71 - New optional formatting properties for snippets

bookmarks:

atom/bookmarks#55 - Fix persistence

bracket-matcher:

atom/bracket-matcher#229 - Include namespace prefixes in unclosed tags

encoding-selector:

atom/encoding-selector#32 - Add CP932 encoding (Japanese)

exception-reporting:

atom/exception-reporting#18 - Update specs for Electron 0.37 compatibility

fuzzy-finder:

atom/fuzzy-finder#207 - Don't ignore the whole project.
atom/fuzzy-finder#204 - Catch ENOENT when reloading paths
atom/fuzzy-finder#211 - Add logic to consume file-icons service
atom/fuzzy-finder#217 - Windows compatible specs
atom/fuzzy-finder#236 - Stop using async repo (for now)

git-diff:

atom/git-diff#96 - Use public release for CI
atom/git-diff#105 - Stop using async git repo (for now)

go-to-line:

atom/go-to-line#21 - Add coffeelint support
atom/go-to-line#31 - Fix scroll position bug

image-view:

atom/image-view#54 - Actually use url's by using file:// and support Windows paths
atom/image-view#56 - Add .bmp support

line-ending-selector:

atom/line-ending-selector#27 - Allow old-style EOL terminators to be modified

notifications:

atom/notifications#117 - use package manager to get debug info instead of apm process
atom/notifications#121 - Replace user profile in issue titles
atom/notifications#124 - Shorter close animation

open-on-github:

atom/open-on-github#67 - Use public release for CI
atom/open-on-github#68 - Implement support of GitHub wiki urls
atom/open-on-github#75 - Stop using async git repository (for now)

settings-view:

atom/settings-view#773 - Allow to search keybindings using multi-keyword query
atom/settings-view#784 - Use existential operator for existence
atom/settings-view#788 - Support descriptions for enum values in config
atom/settings-view#794 - Minor fix for before pseudo element
atom/settings-view#796 - Disable all checkboxes within package readme. Fixes #628

status-bar:

atom/status-bar#148 - Windows compatibility
atom/status-bar#149 - Fix ahead/behind count not being shown
atom/status-bar#155 - Go back to using sync repository until we sort out instability with NodeGit

styleguide:

atom/styleguide#36 - Restyling
atom/styleguide#37 - Organize index
atom/styleguide#38 - Add “Expand All” button
atom/styleguide#39 - Sticky header
atom/styleguide#40 - Some more improvements
atom/styleguide#43 - Some more improvements II

symbols-view:

atom/symbols-view#107 - Make quickJumpToSymbol optional
atom/symbols-view#169 - Fix go-to-declaration for Ruby identifiers in some cases
atom/symbols-view#170 - Fix return-from-declaration when navigating to an unsaved file

tabs:

atom/tabs#327 - remove needless prefixes
atom/tabs#252 - Drag and drop layout management
atom/tabs#330 - Ignore addNewTabsAtEnd config when dragging to a different pane

tree-view:

atom/tree-view#805 - Select first sub entry on expand directory if already expanded
atom/tree-view#815 - Enclose path in quotes for explorer.exe
atom/tree-view#756 - Fix #732: Tree-view API is not being called on startup
atom/tree-view#821 - Update file icons when service is reset
atom/tree-view#826 - rename file from tab
atom/tree-view#649 - Fix copy/pasting files under certain scenarios
atom/tree-view#582 - Add option to always open existing view

language-c:

atom/language-c#132 - Move C++11 keywords to c++.cson
atom/language-c#138 - Improve handling of Emacs modeline detection
atom/language-c#139 - Fix pattern-matching of Emacs modelines
atom/language-c#141 - Tokenize binary literal as 'constant.numeric.c'
atom/language-c#142 - Tokenize pointer access to member
atom/language-c#145 - Add .ino extension to c++ list
atom/language-c#147 - Update c.son - Added '$' as a valid macro name.

language-clojure:

atom/language-clojure#40 - Add some basic specs for the grammar
atom/language-clojure#37 - new rule for Parinfer

language-coffee-script:

atom/language-coffee-script#78 - Correct some incorrect scopes
atom/language-coffee-script#81 - Tokenize #{ as a comment
atom/language-coffee-script#83 - Recognize code blocks after lists

language-css:

atom/language-css#59 - Add text-overflow property name

language-gfm:

atom/language-gfm#148 - refactor: extend shell code support

language-git:

atom/language-git#18 - Recognize gitconfig, gitmodules without leading dot

language-java:

atom/language-java#22 - Tokenize punctuation (and generics)
atom/language-java#34 - Added snippet for serialVersionUID
atom/language-java#38 - Member declaration cannot end after name
atom/language-java#39 - Correctly differentiate between variables and methods
atom/language-java#41 - Just because a variable is capitalized doesn't mean it's constant
atom/language-java#40 - Do not set scope "return-type" to space after return type
atom/language-java#42 - Tokenize instance variables correctly
atom/language-java#43 - Differentiate between function and method calls
atom/language-java#44 - Capitalized variables are not (always) constants.
atom/language-java#45 - Tokenize objects and properties

language-javascript:

atom/language-javascript#312 - Improve functions
atom/language-javascript#331 - Fix regex in arrow function
atom/language-javascript#332 - Add grammar to parse JSDoc variable type, variable name and description
atom/language-javascript#346 - Declare Required Modules As Const Instead Of Var
atom/language-javascript#351 - Update Math highlighting.
atom/language-javascript#352 - Added support for Unity3d WebGL native plugin types
atom/language-javascript#357 - Fixes #356
atom/language-javascript#362 - Highlight GraphQL inside Relay.QL template strings
atom/language-javascript#347 - Add performance highlighting.
atom/language-javascript#348 - Fix class name highlighting.
atom/language-javascript#339 - Improve multiline const destructuring
atom/language-javascript#341 - Fixes #338: source.css parsing conflicts with CSS template parsing
atom/language-javascript#327 - Improve objects, properties
atom/language-javascript#367 - Don't treat function calls as constant
atom/language-javascript#360 - Fix constructor body not being highlighted
atom/language-javascript#358 - Fix console, Math matching
atom/language-javascript#373 - Style arguments like this, style superclass name distinctly

language-make:

atom/language-make#33 - Continue tokenizing prerequisites after an escaped linebreak
atom/language-make#36 - Tokenize global functions
atom/language-make#38 - Add BSDmakefile and KBuild as recognised Makefile names
atom/language-make#42 - Add support for .imk files
atom/language-make#43 - Add highlighting for automatic variable $|

language-perl:

atom/language-perl#66 - Add an "impossible" rule to Perl's END pattern
atom/language-perl#70 - add say, given, when, and default to perl grammer

language-python:

atom/language-python#145 - Fixing the class snippet by adding period to the doc string
atom/language-python#146 - Add RecursionError
atom/language-python#147 - Add StopSyncIteration exception
atom/language-python#149 - Add import snippets

language-sass:

atom/language-sass#84 - Fix comments
atom/language-sass#116 - add outline-offset property
atom/language-sass#109 - Add align-items and justify-content
atom/language-sass#117 - Add background properties
atom/language-sass#118 - Add units
atom/language-sass#105 - Tokenize closing attribute-selector bracket
atom/language-sass#110 - Fix interpolation boundaries
atom/language-sass#111 - Tokenize indented variables in Sass
atom/language-sass#113 - Tokenize comments in variables
atom/language-sass#119 - Add text propaties
atom/language-sass#123 - Revert tokenization change for attribute classes
atom/language-sass#122 - Add transition keyword values
atom/language-sass#124 - Add display property

language-shellscript:

atom/language-shellscript#40 - Update Atom contributing guide link
atom/language-shellscript#42 - add function and alias snippets to language-shellscript
atom/language-shellscript#43 - Improve firstLineMatch pattern
atom/language-shellscript#44 - Adding install file ext
atom/language-shellscript#45 - Adding zsh-theme ext
atom/language-shellscript#49 - added file type

language-sql:

atom/language-sql#31 - Add .psql to list of recognized SQL extensions
atom/language-sql#33 - Extend DROP keyword; add ADD keyword
atom/language-sql#34 - Tokenize words ending with integers

language-todo:

atom/language-todo#45 - Added new keyword : BUG and also added python support

language-xml:

atom/language-xml#46 - Add icls file type
atom/language-xml#47 - Add GPX (GPS Exchange Format) as XML file-type
atom/language-xml#49 - Add .dae (COLLADA) to recognised XML types
atom/language-xml#50 - Add .ppj to recognized file types

language-yaml:

atom/language-yaml#45 - Tokenize true, false, and null as constants

[close]

https://atom.io/
Titel: Atom 1.9.1
Beitrag von: SiLæncer am 03 August, 2016, 09:15
Whats new:>>

Fix uncaught exceptions when folding in certain situations with certain grammars, such as Python.

https://atom.io/
Titel: Mobirise 3.04
Beitrag von: SiLæncer am 03 August, 2016, 19:40
(http://s26.postimg.org/d5pkuwmqh/screenshot_2.png)
Develop fully responsive, mobile-ready websites that look amazing on any devices and browsers. Preview how your website will appear on phones, tablets and desktops directly in the visual editor..

Freeware

https://mobirise.com/
Titel: Atom 1.10.0 Beta 1
Beitrag von: SiLæncer am 03 August, 2016, 19:50
Whats new:>>

Fix uncaught exceptions when folding in certain situations with certain grammars, such as Python.
Fix an uncaught exception when a package's native dependencies are compiled against the wrong version of V8.
Fix a bug that caused the editor.softWrapHangingIndent setting to be ignored.
Fix a regression that prevented Atom from starting when ~/.atom was missing.

https://atom.io/
Titel: Atom 1.9.2
Beitrag von: SiLæncer am 03 August, 2016, 21:10
(http://s26.postimg.org/6bt5lin89/screenshot_265.jpg)
A powerful and flexible application that works as a text and source code editor with syntax highlight, or alternately as a file viewer.

MIT License

Whats new:>>

Fix a bug that prevented text from soft-wrapping properly
Fix a bug that caused the editor.softWrapHangingIndent setting to be ignored

https://atom.io/
Titel: PilotEdit Lite 9.7.0
Beitrag von: SiLæncer am 04 August, 2016, 17:20
(http://www.pilotedit.com/images/OpenInQuickMode.PNG)
PilotEdit is a text, hex, XML, C/C++, HTML, PHP, Java, Javascript and Perl editor that can edit large files of 400GB (40 billion lines).

It offers customizable syntax and keyword highlighting, advanced search and replace operations, automatic text encoding, 256-bit AES encryption/decryption and a built-in FTP/SFTP client lets you open, edit, download and upload large files directly to/from a FTP/SFTP server.

In addition to standard text editing features, PilotEdit can compare and merge two large files of 100GB (10 billion lines). You can also sort, find/remove duplicate lines and extract strings over a large file of 1GB.

Freeware

Zitat
PilotEdit 9.7.0 includes a fix for serial number verification.

http://www.pilotedit.com/
Titel: Atom 1.9.4
Beitrag von: SiLæncer am 05 August, 2016, 09:14
Whats new:>>

Fix an error that would occur when opening a directory using the 'Open Folder' dialog.

https://atom.io/
Titel: Markdown Edit 1.29.1
Beitrag von: SiLæncer am 07 August, 2016, 11:20
(http://s26.postimg.org/wy2jhhic9/screenshot_443.jpg)
Markdown Edit is fully compatible with the CommonMark specification, enabling you to edit Markdown documents, as well as HTML or text ones. It allows document formatting and real-time HTML previewing, providing hotkeys for almost all commands, for easier control.

Freeware

Changelog

What's changed:

    Fixed the Pasted from HTML feature to read from the correct clipboard format (duh!)
    Fixed Pasted from HTML menu to use the correct command handler

What hasn't changed:

    Most days I'm an idiot.



1.29.0

    #167 - Dragging multiple image files inserts malformed Markdown

    #160 - Paste HTML as Markdown

    Ensure bottom of preview is shown when at bottom of document

There’s a new popup menu option, Paste from HTML that will convert pasted HTML to markdown. Keyboard shortcut is Alt-V

[close]

http://mike-ward.net/markdownedit/
Titel: Atom 1.9.6
Beitrag von: SiLæncer am 08 August, 2016, 13:20
Changelog

    Fix an issue where Atom would lose track of Git statuses after changing window focus with multiple project paths. atom/tree-view#906
    Fix an issue where overlay items were incorrectly positioned after resizing the window thanks to contributor @ypresto. #8295
    Fix an uncaught exception that resulted from an edge case involving the whitespace, auto-save, and status-bar packages.

Atom 1.9.5

    Fix a problem that was preventing exceptions from being reported to Bugsnag.

[close]

https://atom.io/
Titel: CudaText 1.4.3.0
Beitrag von: SiLæncer am 08 August, 2016, 16:50
(http://s26.postimg.org/9ltuvmmu1/screenshot_554.jpg)
Create programming scripts with this powerful tool that supports more than 130 languages and allows users to work concurrently on as many as six groups of projects.

Freeware

Changelog

mouse-wheel should work in Commands dlg
cmd "go to last editing pos"
fix: undo for BackSp

[close]

http://www.uvviewsoft.com/cudatext/
Titel: Atom 1.10.0 Beta 3
Beitrag von: SiLæncer am 08 August, 2016, 17:15
Changelog

    Fix an issue where Atom would lose track of Git statuses after changing window focus with multiple project paths. atom/tree-view#906
    Fix an issue where overlay items were incorrectly positioned after resizing the window thanks to contributor @ypresto. #8295
    Fix an uncaught exception that resulted from an edge case involving the whitespace, auto-save, and status-bar packages.

New in Atom 1.10.0 Beta 2

    Fix an issue that would cause fuzzy-finder's background indexing process to fail after opening a path from the terminal that was already open in a window: #12317
    Fix an uncaught exception associated with decorating the same buffer marker in multiple editors.

[close]

https://atom.io/
Titel: nanDECK 1.22.1
Beitrag von: SiLæncer am 09 August, 2016, 14:15
(http://s26.postimg.org/l8j2hesyh/screenshot_660.jpg)
nanDECK is a scripting graphic software that provides a simple yet flexible language to create multiple images suited for cards or counters .

Freeware

http://www.nand.it/nandeck
Titel: Atom 1.9.7 / 1.10.0 Beta 4
Beitrag von: SiLæncer am 09 August, 2016, 17:40
Whats new:>>

Send additional metadata to Bugsnag to investigate a rare uncaught exception in the display layer.
Don't delete metadata of bundled packages even though it is cached.

https://atom.io/
Titel: Atom 1.9.8 / 1.10.0 Beta 5
Beitrag von: SiLæncer am 11 August, 2016, 12:40
Whats new:>>

Fix an issue where grammar-used activation hooks were not triggered properly on startup.
Fix an error that would occur when reloading a window with no project folders.
Fix a couple uncaught exceptions introduced via the new pane-split-via-tab-dragging UX: atom/tabs#332 and atom/tabs#354.
Fix a rare uncaught exception that could occur in display layers: #12085
Fix an uncaught exception from the settings view when package update fails: atom/settings-view#766

https://atom.io/
Titel: Mobirise 3.04.6
Beitrag von: SiLæncer am 12 August, 2016, 20:15
(http://s26.postimg.org/d5pkuwmqh/screenshot_2.png)
Develop fully responsive, mobile-ready websites that look amazing on any devices and browsers. Preview how your website will appear on phones, tablets and desktops directly in the visual editor..

Freeware

https://mobirise.com/
Titel: Program Edit 3.9 Build 8-11-2016
Beitrag von: SiLæncer am 14 August, 2016, 06:45
(http://s26.postimg.org/lz5vav3mh/screenshot_992.jpg)
ProgramEdit - a free Windows® software source-code editor. ProgramEdit includes language support for HTML, Ada, C/C++, C#, CSS, JAVA, JavaScript, Perl, PHP, Python, Ruby, VB, VBScript, Verilog, VHDL and Batch(.bat) files. Other features include tabbed file selection, text highlighting, find & replace, regular expressions, sesssions, bookmarks, multiple undo/redo and hyperlinks.

Freeware

Changelog

add Macros editing
update Help files
add WARNING for recursive Replace hazards

[close]

http://simplesolverlogic.com/index.html
Titel: MiKTeX 2.9.6069
Beitrag von: SiLæncer am 16 August, 2016, 21:15
(http://s26.postimg.org/llqmsrh21/screenshot_77.png)
MiKTeX (pronounced mick-tech) is an up-to-date implementation of TeX/LaTeX and related programs for Windows (all current variants).

Freeware

http://miktex.org/
Titel: Atom 1.9.9
Beitrag von: SiLæncer am 19 August, 2016, 13:40
Whats new:>>

Fix a rare exception thrown when saving backup files without sufficient permissions.
Add the autoWidth property to TextEditor. If you pass this property on construction, the editor's width will be based on its content.

https://atom.io/
Titel: Text Magician 1.30
Beitrag von: SiLæncer am 19 August, 2016, 19:40
(http://s26.postimg.org/eirl2aahl/screenshot_309.png)
Text Magician was designed to let you edit your text files easily. Join or split files while adding, deleting or replacing text, change to upper or lower case, capitalise all words or the start of all lines, add text to the start or end of lines, remove leading or trailing spaces, add or remove blank lines, remove text blocks, alphabetise lines in file(s), split files at specified lines or text or into a specified number of files, works on multiple files and on files of unlimited size. The author wrote this for my use after I couldn't find a program to do what I wanted, it's extremely easy to use with a simple interface.

Freeware

http://davidpye.info/software/index.php
Titel: Typora 0.9.16 Beta
Beitrag von: SiLæncer am 22 August, 2016, 18:00
(http://s26.postimg.org/w2onuosnt/screenshot_64.png)
Swiftly write, edit, format and convert text to HTML with the help of this modern looking, streamlined and novice-accessible piece of software.

Freeware

Changelog

FSupport diagrams, includes sequence, flowchart and mermaid doc.
Fix a bug related to parsing `*` and escaped character.
Fix backspace inside code fences.
Fix escape character will gone in inline math, inline code, and other inline styles.
Fix special character, such as `#` cannot be inserted in ceylon code block.
Fix quote mark would cause typora not respond sometimes.
Allow custom keybindings doc.
Allow custom search service doc.
Fix shift+ctrl+home/end key on Windows.
Other bug fix and improvements.

[close]

http://www.typora.io/
Titel: ConstEdit 2.6
Beitrag von: SiLæncer am 22 August, 2016, 18:15
(http://s26.postimg.org/5p2bykt95/screenshot_799.jpg)
ConstEdit is an HTML5 editor that lets you write your words to your webpages and read your documents with your web-browser.

Unlike cloud apps and online html editors, it does not require an internet connection to work with. It runs locally on your pc for better performance, convenience and security. By omitting functionality that is unnecessary for the average office requirements, the user interface is kept clean.

Freeware (for personal use only)

Changelog

The bundled XULRunner is upgraded to v41.0.
Text on toolbars no longer look blurry and distorted. They are now rendered normally at all application window widths.
You can now click on the icon at the left hand side of any toolbar to hide it.
Translate button is removed from the Text toolbar, and placed into the context menu (right-click menu). The Translate Language is set up through a new item in the Settings Menu.
The title of the current section is now shown in the mouse-over tooltip of the Go-to-section button in the Find And Replace Toolbar. 
In previous versions, there is a limitation that links to resources, which are specified in element inline style properties (e.g. background image), are not converted to relative even though the Use Relative Links checkbox in File Menu is checked. Absolute links are always used for links within inline styles. This limitation is now fixed. Links in inline styles are converted in accordance with the Use Relative Links setting.
Resizing of objects such as tables, images and figures can now be undone and redone with one single step. Previously, numerous undo or redo steps must be taken in order to revert back to the desired state.
Bug fixed. The Font Size buttons on Text Toolbar have stopped working since v2.5. They are now replaced by a single Font Size button for you to apply a relative font size to the selected text.
Several minor bugs are also fixed.
The User Guide has been updated to reflect all the above changes.
The End User License Agreement EULA is changed to update on the download link of XULRunner.

[close]

http://www.constedit.com/
Titel: CodeLobster PHP Edition 5.10.1
Beitrag von: SiLæncer am 22 August, 2016, 21:15
(http://images.six.betanews.com/screenshots/1186155456-1.gif)
CodeLobster PHP Edition is a handy and easy-in-use editor that is primarily intended for quick and easy creation and editing of PHP files. It includes debugger, dynamic help, built-in parser, autocomplete and Class View window for comfortable work with PHP code. CodeLobster PHP Edition also supports such file formats as Text, HTML, XML.

Freeware (Free registration by email is required after 30 days)

Changelog

BackboneJS plug-in:

    BackboneJS download
    Autocomplete of BackboneJS functions
    Tooltips on BackboneJS functions
    BackboneJS context and dynamic help

MeteorJS plug-in:

    MeteorJS download
    Autocomplete of MeteorJS functions
    Tooltips on MeteorJS functions
    MeteorJS context and dynamic help

Faster project loading
Improved code validator
Added "Enable/Disable code folding" option
Bugs fixed:

    Copying text in "compare" mode
    Incorrect processing for MySQL TIMESTAMP data-type

[close]

http://www.codelobster.com/
Titel: Komodo Edit 10.1.0 Build 17404
Beitrag von: SiLæncer am 23 August, 2016, 11:15
(http://download.winboard.org/uploads/Image/2010-12-22%2009%2024%2056.png)
Komodo Edit ist ein Editor, der folgende Sprachen unterstützt: PHP, Python, Ruby, java script, Perl, Tcl, XML, HTML 5, CSS 3. Weiterhin bietet das Programm eine Projektverwaltung, Sweet-Editor und kann mittels Erweiterungen ausgebaut werden.

Unterstützt wird WIN XP - Seven

Freeware

Changelog

Language Updates: We’ve added support for Mustache templating as well as support for syntax checking in Angular files. Additionally our Gulp integration has been extended to support Gulp.babel tasks.

Other Mentionables:

Support for Mustache templating
Syntax checking for Angular.js HTML
VSCode Keybinding set (for converts)
Force push and force pull support for Publishing
New dynamic button for Publishing
New branch switching statusbar widget for Git and Mercurial
Various improvements to the commit dialog
Support for gulp.babel in our gulp integration
Global font settings
Improved user experience for the color scheme editor
Better HiDPI support for Linux
New preference to open find results in file tabs
Added missing Laravel Blade directives
Added RGBA support to our color picker
Improved multi-caret behavior
Various codeintel improvements
More performance improvements
Improved multi-window stability

[close]

http://www.activestate.com/komodo-edit/downloads
Titel: BowPad v2.2.3
Beitrag von: SiLæncer am 24 August, 2016, 06:50
(http://s26.postimg.org/e60vd9bix/screenshot_182.jpg)
BowPad is a small and fast text editor with a ribbon user interface and syntax highlighting.

Features:

syntax highlighting for over 100 file types and languages
handling of many different encodings, including UTF-8, UTF-16 and even UTF-32
easy ribbon user interface
navigation hints in the vertical scrollbar
coloring of open tabs according to their path
extendable with plugins written in jscript or vbscript

Freeware

Whats new:>>

Improved:

    c# function parsing regex;
    Performance when loading many files;
    Auto-brace feature.

New variables for run commands: $(TAB_NAME) and $(TAB_EXT).
Tab bar can be scrolled with the mouse wheel.
Fixed showing wrong mouse cursor.

http://stefanstools.sourceforge.net/BowPad.html
Titel: Atom 1.10.0 Beta 7
Beitrag von: SiLæncer am 24 August, 2016, 10:30
(http://s26.postimg.org/6bt5lin89/screenshot_265.jpg)
A powerful and flexible application that works as a text and source code editor with syntax highlight, or alternately as a file viewer.

MIT License

Whats new:>>

Fixed an error where background tasks did not run properly on windows.

https://atom.io/
Titel: Markdown Edit 1.30
Beitrag von: SiLæncer am 26 August, 2016, 22:00
(http://s26.postimg.org/wy2jhhic9/screenshot_443.jpg)
Markdown Edit is fully compatible with the CommonMark specification, enabling you to edit Markdown documents, as well as HTML or text ones. It allows document formatting and real-time HTML previewing, providing hotkeys for almost all commands, for easier control.

Freeware

Changelog

What's changed

    separate commands from code behind
    fix index out of range when only front matter present
    fix clipboard to DataUri
    allow per monitor dpi
    update packages
    make stylesheet less github like
    add list indent on tab #170
    add multicore-jit startup code
    fix redraw issues
    navigate to named anchors in same document #171
    only add to list items if it's increasing line count #172
    check if previous/previous line in list #173
    enable newer common control styles

[close]

http://mike-ward.net/markdownedit/
Titel: Typora 0.9.17 Beta
Beitrag von: SiLæncer am 27 August, 2016, 14:30
Whats new:>>

Fix special characters cannot be input inside inline math.
Fix backspace cannot expand inline style.

http://www.typora.io/
Titel: openElement 1.56.4
Beitrag von: SiLæncer am 27 August, 2016, 15:30
(http://images.six.betanews.com/screenshots/scaled/1364418025-1.jpg)
openElement is a powerful next-gen HTML editor for creating websites suitable for any need: personal, showcase, gallery, organization, corporate, etc. A professional and dynamic website is within reach to anyone with zero coding.

openElement includes numerous website templates and elements to quickly and easily create your free website without any prior knowledge or programming experience.

Freeware

http://openelement.com/
Titel: FocusWriter v1.6.0
Beitrag von: SiLæncer am 30 August, 2016, 05:30
(http://s26.postimg.org/9wb0ptx5l/screenshot_567.jpg)
FocusWriter hilft Vielschreibern beim Verfassen von Texten. Die Textverarbeitung blendet alle Menüs und Leisten aus. So kann man sich beim Schreiben voll und ganz auf das Wesentliche konzentrieren.

Der Vollbild-Texteditor FocusWriter zeigt als Oberfläche absichtlich lediglich den blanken Text. Daher gelingt es leichter, störungs- und ablenkungsfrei zu schreiben. Auf Wunsch kann man auf zusätzliche Steuerelemente zugreifen und diese per Maus über die Bildschirmränder abrufen.

Außerdem kann bei FocusWriter eine Statuszeile mit der aktuellen Uhrzeit, einem Timer und Statistiken eingeblendet werden. Das geplante Arbeitspensum legt der Schreiber in den Einstellungen in Minuten oder Wörtern fest. Textart und -farbe werden hier ebenfalls ganz nach Wunsch bestimmt.

Mit FocusWriter können mehrere Dokumente parallel bearbeitet werden. Ein Speichern erfolgt im RTF-, ODT- oder TXT-Format. Standardmäßig zeigt die Freeware einen einfarbigen, nüchternen Hintergrund. Wer die Arbeitsumgebung etwas freundlicher und abwechslungsreicher gestalten möchte, kann die Farbe ändern und auch ein eigenes Bild als Hintergrund einblenden.

FocusWriter enthält alle Grundfunktionen einer Textverarbeitung inklusive Textformatierungen, einer Rechtschreibprüfung und dem Suchen und Ersetzen von Wörtern und Textausschnitten. Die Freeware spricht vor allem den Vielschreiber an, der sich allein auf den Text konzentrieren möchte.

Changelog

Added:

    Always showing interface;
    Headings;
    New default themes;
    Removing user-installed dictionaries;
    Shortcut for typographical apostrophe;
    Support for ODT Flat XML files;
    Support for high DPI displays.

Switched to QSoundEffect.
Updated:

    Dictionaries;
    Translations: Arabic, Armenian, Catalan, Chinese (CN), Dutch, English (UK), French, German, Hebrew, Hungarian, Italian, Lithuanian, Polish, Portuguese (BR), Romanian, Russian, Slovak, Spanish, Spanish (MX), Turkish, Vietnamese.

Fixed:

    Daily progress did not reset when run longer than a day;
    Printer margins were too big;
    Was replacing session files with command-line files;
    Did not add new default symbol shortcuts.

[close]

http://gottcode.org/focuswriter/
Titel: Atom 1.11.0 Beta 0
Beitrag von: SiLæncer am 01 September, 2016, 09:15
Changelog

IMPROVEMENTS:
Added a configuration option for the large file warning threshold
Three improvements to the image-view package by first time code contributor @Ben3eeE :tada:
Image View tabs that are in the pending state can now be confirmed by double-clicking the tabs
The status bar now shows the size in bytes of the image as well as the width and height
Fixed a bug where the dimensions of an image were reported as zero if more than one image was opened in the same action
An option to show a custom title bar on macOS got added by @brumm :sparkles:
Fixed a regression in the environment patching on macOS for users of the zsh shell
Made the Split Pane menu items work the way they used to
ALL CHANGES:
Atom Core:
atom/atom#12258 - Add JS style guide to the Contributing guide
atom/atom#12262 - Delete Obsolete Code
atom/atom#12289 - Always seek to specified position in TokenizedBufferIterator
atom/atom#12278 - Allow JavaScript classes to be included in API documentation
atom/atom#12292 - Fix exception when package requires an incompatible native module
atom/atom#12295 - Continued: replace OSX window title bar with custom title-bar
atom/atom#12297 - Supply missing softWrapHangingIndent parameter to display layer
atom/atom#12306 - Don't throw an error when $ATOM_HOME does not exist
atom/atom#12276 - Add ability to see passed specs via tooltips
atom/atom#12317 - Don't update the NODE_PATH when updating the environment on launch
atom/atom#12325 - Fix decorated layer destruction
atom/atom#11388 - :bug: Fix window size is not updated on resize
atom/atom#12327 - Handle double-click on custom title bar
atom/atom#12346 - Avoid passing paths outside of repository to git status subprocesses
atom/atom#11284 - Use %F instead of %U for file variable in desktop file
atom/atom#12351 - Update object spread guideline in JS styleguide
atom/atom#12348 - :art: Remove duplicate "Note:"
atom/atom#12366 - Add assertions and additional metadata to investigate invalid iterator error
atom/atom#12350 - Rewrite exports/atom.coffee as JS
atom/atom#12342 - Don't delete package metadata during package slug compilation
atom/atom#12371 - Transpile exports/*/.js when running script/build
atom/atom#12281 - Add telemetry consent setting
atom/atom#12375 - Trigger grammar-used hooks no matter how text editors are created
atom/atom#12377 - Stringify/parse temporary window state to avoid nulling out references
atom/atom#12378 - Fix issues with getting environment variables from the shell
atom/atom#12237 - Cleanup activationHookSubscriptions when deactivating package
atom/atom#12382 - Register text decoration layer when initializing TokenizedBuffer
atom/atom#12396 - Fix Regression In #12317 For zsh and Patch Environment On OSX For Users Of fish
atom/atom#12404 - #12386 Splitting panes using the menu gives me an empty panel
atom/atom#12394 - Replace ChromeDriver integration tests main process Mocha tests
atom/atom#12409 - Mock clock and animation frames in TextEditorComponent specs
atom/atom#12434 - Allow ATOM_HOME to be reassigned if the new value is valid
atom/atom#12393 - Remove config option editor.backUpBeforeSaving
atom/atom#12125 - Remove some of the TextEditor class's Atom-specific dependencies
atom/atom#12448 - Introduce autoWidth for TextEditors
atom/atom#12463 - Reset display layer after deserializing an editor
atom/atom#12439 - Adds configuration option for large file warning threshold.
atom/atom#12469 - Fix tab length deserialization
atom/atom#12440 - Serialize active pane item using index instead of URI
atom/atom#12445 - Deprecate automatic assignment of autoHeight for text editors
atom/atom#12426 - Delegate TextEditor.getMarkerCount to default marker layer.
atom/atom#12509 - Bump packages for telemetry consent changes
atom/atom#12521 - Remove trailing context menu separator fixing #5390
atom/atom#12515 - [WIP] Add Windows file icon
atom/atom#12529 - Disable telemetry on AtomApplication tests and smoke tests
atom/atom#12530 - Send notifications to Slack when a CircleCI build of master completes
atom/atom#12540 - Focus application on all code paths that open windows in main process
atom/atom#12410 - Replace Grunt-based build system with simple scripts
atom/atom#12546 - Remove buffer change event order assertion
atom/atom#12550 - Run script/bootstrap from script/build
atom/atom#12553 - Run script/bootstrap immediately after running script/build
atom/atom#12555 - Allow to run script/build --install on all platforms
atom/atom#12559 - Use the correct Atom executable paths on the beta channel
base16-tomorrow-dark-theme:
atom/base16-tomorrow-dark-theme#29 - Adjust invisible color
base16-tomorrow-light-theme:
atom/base16-tomorrow-light-theme#9 - Adjust wrap guide color
one-dark-ui:
atom/one-dark-ui#161 - Fix pane and panel border
atom/one-dark-ui#160 - Fix pane resize handle
atom/one-dark-ui#162 - Customize tool-bar
one-light-ui:
atom/one-light-ui#68 - Fix pane resize handle
atom/one-light-ui#69 - Customize tool-bar
about:
atom/about#35 - Migrate about package to etch
atom/about#37 - Remove redundant metrics note now consent is required
bookmarks:
atom/bookmarks#65 - Navigate to the correct text editor when clicking in the bookmark list
atom/bookmarks#64 - Make bookmarking possible with multiple cursors
exception-reporting:
atom/exception-reporting#20 - Only send telemetry with consent
find-and-replace:
atom/find-and-replace#772 - Disable autoHeight when explicitly setting editors' height in specs
fuzzy-finder:
atom/fuzzy-finder#249 - Declare calling context for icon-service providers
grammar-selector:
atom/grammar-selector#33 - Use new TextEditorRegistry APIs for setting grammars
image-view:
atom/image-view#62 - Add .tiff support
atom/image-view#63 - Revert "Add .tiff support"
atom/image-view#64 - Wrap image controls
atom/image-view#69 - Confirm pending tabs by double clicking on them
atom/image-view#67 - Show image size in status bar
atom/image-view#70 - Use natural size instead of height/width
metrics:
atom/metrics#67 - Add window size and heap usage
atom/metrics#66 - Send telemetry only with consent
notifications:
atom/notifications#125 - Ensure package names correctly id'ed on Win
atom/notifications#130 - Wrap whole words in notification detail
settings-view:
atom/settings-view#716 - Fix: handlers re-registered on package reinstall
atom/settings-view#717 - Always show view code button
atom/settings-view#831 - Height incorrectly set to 100%
tabs:
atom/tabs#359 - Use package's name to identify context of icon-service
tree-view:
atom/tree-view#825 - Allow file-icons service to set multiple class names
atom/tree-view#859 - Store filesystem stats on tree-view entries
atom/tree-view#770 - Fix squashed directories appearing duplicated when reloaded
atom/tree-view#909 - Declare calling context for icon-service providers
atom/tree-view#926 - Guard against undefined path
atom/tree-view#929 - Try increasing test resiliency
atom/tree-view#930 - Avoid breaking when calling lstat on virtual paths
welcome
atom/welcome#48 - Add telemetry consent opt-in welcome page
atom/welcome#49 - Fix specs by setting telemetryConsent to 'no'
wrap-guide
atom/wrap-guide#57 - Perform document poll after setting the editorElement width

[close]

https://atom.io/
Titel: CudaText 1.4.4.0
Beitrag von: SiLæncer am 04 September, 2016, 10:00
(http://s26.postimg.org/9ltuvmmu1/screenshot_554.jpg)
Create programming scripts with this powerful tool that supports more than 130 languages and allows users to work concurrently on as many as six groups of projects.

Freeware

Changelog

breaking change (as file history saves encoding by name): renamed encodings "utf-8", "utf-8 no bom", "utf-16 le", "utf-16 be" to Sublime names "utf-8 with bom", "utf-8", "utf-16 le with bom", "utf-16 be with bom"
added enc: utf-16 le/be (without bom)
opt ui_tab_show_x: now number 0..3, can show "x" for mouse-over tab only
fix: no-carets after undo column-block
fix: C# lexer string-rule

[close]

http://www.uvviewsoft.com/cudatext/
Titel: CudaText 1.4.5.0
Beitrag von: SiLæncer am 04 September, 2016, 19:00
Whats new:>>

- reworked themes. Instead of name.json file now 2 files: name.cuda-theme-ui, name.cuda-theme-syntax. any UI theme can be used with any Syntax theme. More flexible system. Less work on Syntax themes.
- dlg Save Tabs: button to dont keep in session
- AddonManager: menu item "Remove data files"

http://www.uvviewsoft.com/cudatext/
Titel: Atom 1.11.0 Beta 3
Beitrag von: SiLæncer am 04 September, 2016, 20:20
Changelog

    Fixed a regression where Atom couldn't start on Ubuntu 12.04 machines with an outdated version of libstdc++. #12589



1.11.0-beta2

    Fixed a regression causing editors to have the wrong height. #12581



1.11.0-beta1

    Fixed the beta channel building as if it were stable on Linux. #12576

[close]

https://atom.io/
Titel: SynWrite 6.22.2300
Beitrag von: SiLæncer am 05 September, 2016, 12:30
(http://images.betanews.com/screenshots/1289816929-1.jpg)
Erweiterter Text-Editor mit Unterstützung von vielen Dateiformaten, Programmiersprachen und Zeichenkodierungen; bietet unter anderem Syntax-Hervorhebung, Auto-Vervollständigung und Code-Vorlagen; auch als Plug-in für Total Commander und als portable Version erhältlich.

Freeware

Whats new:>>

del dialog "Explorer Integration", now plugin exists
del cmd-line key "/reg"

http://www.uvviewsoft.com/synwrite/
Titel: Scite 3.6.7
Beitrag von: SiLæncer am 05 September, 2016, 12:34
(http://www.heise.de/software/screenshots/1206.jpg)
Editor mit Syntax-Highlighting, Auto-Completion, Folding und vielem mehr...

Lizenz: Open Source

Changelog


C++11 range-based for loops used in SciTE so GCC 4.6 is now the minimum supported version.
SC_CHARSET_DEFAULT now means code page 1252 on Windows unless a code page is set. This prevents unexpected behaviour and crashes on East Asian systems where default locales are commonly DBCS. Projects which want to default to DBCS code pages in East Asian locales should set the code page and character set explicitly.
SCVS_NOWRAPLINESTART option stops left arrow from wrapping to the previous line. Most commonly wanted when virtual space is used. Bug #1648.
The C++ lexer can fold on #else and #elif with the fold.cpp.preprocessor.at.else property. Bug #210.
The errorlist lexer detects warnings from Visual C++ which do not contain line numbers.
The HTML lexer no longer treats "

[close]

http://www.scintilla.org/SciTE.html
Titel: Markdown Edit 1.30.1
Beitrag von: SiLæncer am 05 September, 2016, 20:40
(http://s26.postimg.org/wy2jhhic9/screenshot_443.jpg)
Markdown Edit is fully compatible with the CommonMark specification, enabling you to edit Markdown documents, as well as HTML or text ones. It allows document formatting and real-time HTML previewing, providing hotkeys for almost all commands, for easier control.

Freeware

Changelog

Bug Fixes:

    Fix “Auto-sync of edit and preview panes fails for block quotes in lists” #176

Enhancements:

    Changed CustomMarkdownEngine setting to accept only a file name.
    Added CustomMarkdownEngineArgs for additional arguments to pass to CustomMarkdownEngine.

[close]

http://mike-ward.net/markdownedit/
Titel: SynWrite v6.23.2310
Beitrag von: SiLæncer am 06 September, 2016, 05:00
(http://images.betanews.com/screenshots/1289816929-1.jpg)
Erweiterter Text-Editor mit Unterstützung von vielen Dateiformaten, Programmiersprachen und Zeichenkodierungen; bietet unter anderem Syntax-Hervorhebung, Auto-Vervollständigung und Code-Vorlagen; auch als Plug-in für Total Commander und als portable Version erhältlich.

Freeware

Changelog

Changed:

    Deleted:
        Dialog "Explorer Integration", now plugin exists;
        Command-line key "/reg";
        Special dialog for "Goto bookmark", used usual menu dialog;
        Code for "portable bookmarks", will be a plugin.

Added:

    API.

[close]

http://www.uvviewsoft.com/synwrite/
Titel: Typora 0.9.18 Beta
Beitrag von: SiLæncer am 06 September, 2016, 12:27
(http://s26.postimg.org/w2onuosnt/screenshot_64.png)
Swiftly write, edit, format and convert text to HTML with the help of this modern looking, streamlined and novice-accessible piece of software.

Freeware

Changelog

Add options to auto pair common markdown symbols, like `*_ etc.
Add options to show markdown source for simple blocks when focus, like headings.
Fix a bug that sometimes special characters will cause inline math not rendered.
Fix a bug that sometime `Enter` key is not working.
Fix some bugs under high DPI screen.
Fix a bug that footnote definition cannot be correctly input.

[close]

http://www.typora.io/
Titel: Alternate Text Browser 3.080
Beitrag von: SiLæncer am 06 September, 2016, 13:35
(http://s26.postimg.org/f10vppk49/screenshot_84.png)
This program makes it easy to browse through text- and html-files (also xml), syntax highlighting for serveral programming languages available (C++, Pascal, PHP, Perl, ASM, JScript etc.).

Freeware

Whats new:>>

Memo 2.790 added, Calculator 3.110 added
Extension of info menu

http://www.alternate-tools.com/pages/c_textbrowser.php?lang=ENG
Titel: Ron's Editor 2016.09.05.1731
Beitrag von: SiLæncer am 06 September, 2016, 16:15
(http://images.six.betanews.com/screenshots/scaled/1350146574-1.jpg)

Ron's Editor is the ultimate CSV editor, designed to be easy to use, but powerful enough to handle anything needed of it. Any tabular text format can be opened through confirurable seperators and full support for text encodings, and can then be exported to many formats including Excel. CSV files can be merged, or seperated, and the professional editing capabilites and power tools used for conversion and data cleaning.

Whats new:>>

Text padding tool added to the Toolbox.

http://www.ronsplace.eu/Products/RonsEditor
Titel: MultiText Editor 2.8
Beitrag von: SiLæncer am 06 September, 2016, 18:15
(https://i.postimg.cc/bJkQCS4B/screenshot_640.png)
MultiText Editor is a Java-based text editor that comes loaded with several handy features, such as a spellchecker, case conversion, and font customization, among others. This utility doesn't come equipped with complicated options or configuration parameters, making it accessible to all types of users, even those less experienced with such software.

License : GPLv3

Whats new:>>

added command operations

https://sourceforge.net/projects/multitexteditor/
Titel: Atom 1.10.1
Beitrag von: SiLæncer am 07 September, 2016, 09:07
(http://s26.postimg.org/6bt5lin89/screenshot_265.jpg)
A powerful and flexible application that works as a text and source code editor with syntax highlight, or alternately as a file viewer.

MIT License

Whats new:>>

Fixed a regression that could cause incorrect syntax highlighting in the presence of soft-wraps or folds.

https://atom.io/
Titel: Komodo Edit 10.1.1 Build 17414
Beitrag von: SiLæncer am 07 September, 2016, 09:18
(http://download.winboard.org/uploads/Image/2010-12-22%2009%2024%2056.png)
Komodo Edit ist ein Editor, der folgende Sprachen unterstützt: PHP, Python, Ruby, java script, Perl, Tcl, XML, HTML 5, CSS 3. Weiterhin bietet das Programm eine Projektverwaltung, Sweet-Editor und kann mittels Erweiterungen ausgebaut werden.

Unterstützt wird WIN XP - Seven

Freeware

Changelog

Colors: Fix side toolbar icon color not respecting color pref - fixes #1962.
Elastic tabstops: Fix elastic tabstops no longer being packaged with Komodo - fixes #1989.
Find: Fix “Find All” from failing - fixes #1964.
Linting: AngularJS: Show HTML warnings when requested - fixes #1952.
Logging: Increase robustness of error logging - possible fix for random crashes #1007.
PDK/TDK: fix toolbar button not showing, fixes #1956.
SCC: Fix history widget not automatically updating.
Tutorials: Close callout if window is moved/resized - fixes #1979.
Tutorials: Fix tutorial window undocking when another window is opened - fixes #1971.
Tutorials: Fix window resizing when tutorial is opened.
Tutorials: Fix wrong indentation in properties dialog - fixes #1982.
UI: Notification pane toggle buttons don’t reflex state - fixes #1965.

[close]

http://www.activestate.com/komodo-edit/downloads
Titel: EditBone v12.2.0
Beitrag von: SiLæncer am 07 September, 2016, 14:00
(http://www.bonecode.com/images/EditBone1.png)
Powerful text editing tool that comes with syntax highlighting support for over 50 languages and scripts, 22 ready made styles, a handy file comparison feature and support for multiple directories and search results.

Freeware

Changelog

Added:

    Show search results minimap option.
    Arabic language.

Updated:

    AlphaSkins controls v11.15.

Fixed:

    TBCEditor control painting for better Unicode and non-fixed font support.
    Multi-edit ghost caret painting.
    Replace dialog.
    Selected only replace option.
    Horizontal scrolling.
    Caret click accuracy.
    Word wrap.
    Undo.
    Language files.

[close]

http://www.bonecode.com/?page=projects
Titel: Textadept 9.0 Beta
Beitrag von: SiLæncer am 07 September, 2016, 21:01
(http://foicica.com/textadept/images/splitviews.png)
Textadept will provide users with a fast, minimalist, and ridiculously extensible text editor. At its core lies less than 2000 lines of C code, and that's how it always will be. While other editors rely on recordable macros to speed up workflow, shell scripts to quickly transform text, and static side panes to manage your documents, files, and more.

Textadept takes it to the extreme: it gives you complete control over the entire application using the embedded Lua language. Lua is nearly as fast as C, and has a very small footprint. In fact, most of Textadept is written in Lua.

License : MIT License

Changelog

Fixed potential bug with events.disconnect().
Fixed potential infinite loop with “Replace All” in selection.
Fixed passing of quoted arguments to OSX ta script.
Fixed CapsLock key handling.
Fixed button order in the terminal version’s dialogs.
Fixed potential crash on Windows with textadept.editing.filter_through() and some locales.
Fixed infinite loop in “Replace All” with zero-length regex matches.

Changes:

Added events.TAB_CLICKED event.

[close]

http://foicica.com/textadept/
Titel: Ron's Editor 2016.09.07.1447
Beitrag von: SiLæncer am 08 September, 2016, 16:30
Whats new:>>

New features    

    Text padding tool added to the Toolbox.

Bugs    

    Tabbing between fields in 'Page per Row' fixed.
    Various reported bugs fixed.

http://www.ronsplace.eu/Products/RonsEditor
Titel: Atom 1.10.2
Beitrag von: SiLæncer am 08 September, 2016, 19:45
Whats new:>>

Fixed settings-view so buttons etc. work correctly after being reopened atom/settings-view#836

https://atom.io/
Titel: RJ TextEd 11.20 Beta 1
Beitrag von: SiLæncer am 08 September, 2016, 21:30
(http://images.six.betanews.com/screenshots/scaled/1187014627-1.jpg)
RJ TextEd - A Unicode source and text editor. RJ TextEd is a full featured text and source editor with Unicode support, syntax highlighting and code folding. The functionality extends beyond text files and includes support for HTML editing with integrated preview, spell checking, auto completion, HTML validation, templates and more. The program also include support for Topstyle Lite CSS editor, has a dual pane file commander, as well as a FTP client to upload your files. The editor uses language files to display menus and dialogs in different languages. There are several included languages. New language files can easily be created in the editor. RJ TextEd is also a simple web development tool. The editor can use auto completion and hints to assist you in editing your source code. You can preview HTML/ASP/PHP... code using one of the preview tabs or open a document in a browser. The editor does not only handle source code. It also handles true ASCII files, binary files and of course plain text files.

Licence: Freeware

Changelog

Text Compare:

Added side by side text compare. Menu items have been added to the "Tools" menu, document tab context menu and the document context menu when in compare mode.
When in compare mode the "Insert/Overwrite" status bar field turns red and "Compare" is displayed to indicate you are in compare mode.
Added
  • , deleted [-] and modified [~] lines are marked both in the left margin and using different background colors.

To display an action menu - click on the
  • , [-] or [~] field in the left margin, or right click inside a difference section.

The action menu contain items to copy a section or line to the other side, copy section to the clipboard, navigate between difference sections or save a patch file.
Below the two documents is the line inspector that shows the current line from both documents and highlight the differences.
The annotation bars always open in compare mode. In compare mode they only show you were the difference sections are. You can click on the annotation bar to navigate to that position.

Multi Cursor Mode:

Erased the previous implementation and wrote a new one. It works much better now. You can do almost anything you can do when using just one cursor.
Use Ctrl+LeftMouse to place additional cursors or make additional selections.
You can cancel a cursor with a Ctrl+MouseClick over the cursor you want to cancel.
Exit multi cursor mode by hitting [ESC] or with a left mouse click anywhere in the text area.
You can move all cursors left/right/up/down with the arrow keys. Almost all standard keys to move or making selections are supported.
You can use [Enter] to create new lines or split lines. For instance: place 3 cursors on the same line. Hit [Enter]. You have now split the line into 4 lines.
Paste will insert the clipboard content at each cursor position (or replace selected text).
But if you use "smart paste" Shift+Ctrl+V and you have 4 lines in the clipboard and 4 cursors - each line will be pasted at each cursor position.
This will only work if the number of lines in the clipboard matches the number of cursors.
Other functions that will work in multi cursor mode are:
"Indent/Unindent"
"Comment/Uncomment"
"Sorting"
"Move lines up/down"
"Case functions"
"Insert ascending numbers..." (found in the edit menu) now works in multi cursor mode.

Tool item argument:

Added a new argument type to retrieve the current highlighter.
The highlighter variable [Highlighter] is replaced by the current highlighter used under the text cursor in lower case. E.g. html, php, css ...

Options:

Added an option for a default save path used when saving new files.
Added an option for auto open and auto hide panels. If disabled you have to click on a hidden panel for it to open and click outside of the panel for it to close again.

Auto completion and "fussy" search:

When you open an auto completion list and start typing a search string - you don't have to start from the beginning and you can even skip some letters.
The letters in the search string just has to be found in that same order.
Fussy search is mostly useful when you want to find a really long string and
there are many similar items.

Indent / UnIndent:

Using the tab key (or Shift+Tab) to indent (or unindent) a selected block of text will now always select the full lines.
Indent (unindent) block, found in the format menu, still behaves as before where the selection follows the indented block.

Misc:

It's now possible to assign a keyboard shortcut to open the highlighters drop down menu.
Added a print option to have the file dir in the header/footer.
Made some scroll speed changes when selecting text horizontally.

Fixed:

HSL color slider issue in the 64-bit version.
Several issues with "Format - Convert file encodings...".
Several issues in "Insert text on each line...".
A JSON highlighting issue.
Dbl click issue with empty lines.
[FileExt] tool item argument doesn't add a . before the extension anymore.
Shortcut issues with external browsers.
A URL mapping issue with "OpenInBrowserAction".
Alt-codes like Alt+182 and Alt+0182 should work now.

[close]

http://www.rj-texted.se
Titel: DocPad 17.1
Beitrag von: SiLæncer am 09 September, 2016, 04:54
(http://images.six.betanews.com/screenshots/scaled/1238008675-1.jpg)
Erweiterter Text-Editor als Alternativer zu Notepad; bietet unter anderem eine Rechtschreibprüfung, eine anpassbare Toolbar sowie die Möglichkeit, Makros zu verwenden.

Freeware

Changelog

* Restore Backup: the number of document backups kept is now limited to 1000 files.
* The uninstaller now removes all document backup files.
* Fixed: on Windows XP/2000, the uninstaller was failing to remove some files (17.0 only).
* Fixed: the Restore Backup tool was completely broken.

[close]

http://www.gammadyne.com/docpad.htm
Titel: EditBone v12.2.2
Beitrag von: SiLæncer am 09 September, 2016, 05:30
(http://www.bonecode.com/images/EditBone1.png)
Powerful text editing tool that comes with syntax highlighting support for over 50 languages and scripts, 22 ready made styles, a handy file comparison feature and support for multiple directories and search results.

Freeware

Changelog

Fixed:

    Title bar selection dialogs.
    Application parameter reading.
    -noskin painting.
    Search close button.
    Find in files file mask.
    Guide line painting.
    Color options.
    Selection.

[close]

http://www.bonecode.com/?page=projects
Titel: SynWrite 6.23.2320
Beitrag von: SiLæncer am 09 September, 2016, 12:23
(http://images.betanews.com/screenshots/1289816929-1.jpg)
Erweiterter Text-Editor mit Unterstützung von vielen Dateiformaten, Programmiersprachen und Zeichenkodierungen; bietet unter anderem Syntax-Hervorhebung, Auto-Vervollständigung und Code-Vorlagen; auch als Plug-in für Total Commander und als portable Version erhältlich.

Freeware

Changelog

del stuff related to pair-brackets, plugin "Brackets Hilite" exists
del cmd "Insert date/time", plugin "Insert Time" exists
del option "Date/time format", ext-tools var {FileDateOp}
hide opt "Date/time format for plugins log" from dlg
lexer php: add keyword 'false'

[close]

http://www.uvviewsoft.com/synwrite/
Titel: Notepad2-mod 4.2.25.985
Beitrag von: SiLæncer am 09 September, 2016, 13:26
(http://cdn.portableapps.com/Notepad2-modPortable_small.png)
Notepad2-mod is a lightweight text editor with syntax highlighting for a few commonly used languages and some new features beyond regular Notepad2 like code folding, bookmarks and additional languages.

Whats new:>>

Add MSVC 2015 Update 3 version number.
Add JavaScript keyword "let" (#166)
Update HTML keywords.
Change sign filename.
Update Scintilla to v3.6.7.

https://github.com/XhmikosR
Titel: Mobirise 3.06
Beitrag von: SiLæncer am 09 September, 2016, 19:45
(http://s26.postimg.org/d5pkuwmqh/screenshot_2.png)
Develop fully responsive, mobile-ready websites that look amazing on any devices and browsers. Preview how your website will appear on phones, tablets and desktops directly in the visual editor..

Freeware

https://mobirise.com/
Titel: EditBone 12.2.3
Beitrag von: SiLæncer am 09 September, 2016, 21:30
Whats new:>>

- Fixed horizontal scrolling
- Fixed column mode selection painting

http://www.bonecode.com/?page=projects
Titel: Resource Hacker 4.3.20
Beitrag von: SiLæncer am 11 September, 2016, 08:45
(http://images.betanews.com/screenshots/978208949-1.gif)
Resource Hacker is a utility to view, modify, add, delete, and extract resources in Windows executables. It incorporates an internal resource script compiler and decompiler.

Freeware

Whats new:>>

Bugfixes: Numerous fixes to commandline processing
Bugfixes: Other minor fixes

http://www.angusj.com/resourcehacker/
Titel: Program Edit 4.0 Build 9-07-2016
Beitrag von: SiLæncer am 11 September, 2016, 19:40
(http://s26.postimg.org/lz5vav3mh/screenshot_992.jpg)
ProgramEdit - a free Windows® software source-code editor. ProgramEdit includes language support for HTML, Ada, C/C++, C#, CSS, JAVA, JavaScript, Perl, PHP, Python, Ruby, VB, VBScript, Verilog, VHDL and Batch(.bat) files. Other features include tabbed file selection, text highlighting, find & replace, regular expressions, sesssions, bookmarks, multiple undo/redo and hyperlinks.

Freeware

Changelog

add Recent Macros list
update Macros Help
add minor improvement to Customize Shortcuts

[close]

http://simplesolverlogic.com/index.html
Titel: EditBone v12.3.0
Beitrag von: SiLæncer am 12 September, 2016, 06:00
Whats new:>>

Added:

    Triangle code folding mark style.
    Show tree line code folding option.

Fixed:

    Past end of line scroll option.
    Search.
    Select all in column mode.
    Windows 2000 support.
    Language files.

http://www.bonecode.com/?page=projects
Titel: Alternate Textbrowser 3.090
Beitrag von: SiLæncer am 12 September, 2016, 13:35
(http://s26.postimg.org/f10vppk49/screenshot_84.png)
This program makes it easy to browse through text- and html-files (also xml), syntax highlighting for serveral programming languages available (C++, Pascal, PHP, Perl, ASM, JScript etc.).

Freeware

Whats new:>>

- Installation updated

http://www.alternate-tools.com/pages/c_textbrowser.php?lang=ENG
Titel: SynWrite 6.24.2350
Beitrag von: SiLæncer am 13 September, 2016, 05:40
Whats new:>>

breaking change. File LexLib.lxl not used now, you may delete it. Instead, .lcf files are used, in subdir "data/lexlib". Now each lexer is one .lcf file and, if sublexers exist, one .cuda-lexmap file (it lists sublexers names). Py-API still works with lexer-lib in memory, but lexer-lib file not saved now
dialog "Lexer Lib" simplified
plugin "Insert Time" preinstalled
upd lexer JS: upd keywords, hilite backtick-strings
add lexers: YAML, reST

http://www.uvviewsoft.com/synwrite/
Titel: EditBone v12.3.1
Beitrag von: SiLæncer am 13 September, 2016, 20:45
Whats new:>>

Fixed:

    Line break.
    Search highlighting.
    Language files.

http://www.bonecode.com/?page=projects
Titel: CodeLobster PHP Edition 5.10.2
Beitrag von: SiLæncer am 14 September, 2016, 05:50
(http://images.six.betanews.com/screenshots/1186155456-1.gif)
CodeLobster PHP Edition is a handy and easy-in-use editor that is primarily intended for quick and easy creation and editing of PHP files. It includes debugger, dynamic help, built-in parser, autocomplete and Class View window for comfortable work with PHP code. CodeLobster PHP Edition also supports such file formats as Text, HTML, XML.

Freeware (Free registration by email is required after 30 days)

Changelog

New version has the following new abilities:

File Explorer speeded up

Bugs fixed:

Problem launching multiple instances

[close]

http://www.codelobster.com/
Titel: CudaText 1.4.6
Beitrag von: SiLæncer am 14 September, 2016, 17:21
(http://s26.postimg.org/9ltuvmmu1/screenshot_554.jpg)
Create programming scripts with this powerful tool that supports more than 130 languages and allows users to work concurrently on as many as six groups of projects.

Freeware

Changelog

# Added:

- command line allows line numbers: "cudatext filename:nnn"
- key Esc in left panels: focus editor
- key Enter in left panels: same as dbl-click
- lexer JS: upd keywords, hilite `backtick-strings`
- cmd "open file, ignore plugins" (to open project-files as raw text)

# Changed:

- del sorting built-in cmds (plugin Sort exists)

[close]

http://www.uvviewsoft.com/cudatext/
Titel: RJ TextEd 11.20
Beitrag von: SiLæncer am 14 September, 2016, 18:45
(http://images.six.betanews.com/screenshots/scaled/1187014627-1.jpg)
RJ TextEd - A Unicode source and text editor. RJ TextEd is a full featured text and source editor with Unicode support, syntax highlighting and code folding. The functionality extends beyond text files and includes support for HTML editing with integrated preview, spell checking, auto completion, HTML validation, templates and more. The program also include support for Topstyle Lite CSS editor, has a dual pane file commander, as well as a FTP client to upload your files. The editor uses language files to display menus and dialogs in different languages. There are several included languages. New language files can easily be created in the editor. RJ TextEd is also a simple web development tool. The editor can use auto completion and hints to assist you in editing your source code. You can preview HTML/ASP/PHP... code using one of the preview tabs or open a document in a browser. The editor does not only handle source code. It also handles true ASCII files, binary files and of course plain text files.

Licence: Freeware

Changelog

Text Compare:

Added side by side text compare. Menu items have been added to the "Tools" menu, document tab context menu and the document context menu when in compare mode.
When in compare mode the "Insert/Overwrite" status bar field turns red and "Compare" is displayed to indicate you are in compare mode.
Added
  • , deleted [-] and modified [~] lines are marked both in the left margin and using different background colors.

To display an action menu - click on the
  • , [-] or [~] field in the left margin, or right click inside a difference section.

The action menu contain items to copy a section or line to the other side, copy section to the clipboard, navigate between difference sections or save a patch file.
Below the two documents is the line inspector that shows the current line from both documents and highlight the differences.
The annotation bars always open in compare mode. In compare mode they only show you were the difference sections are. You can click on the annotation bar to navigate to that position.

Multi Cursor Mode:

Erased the previous implementation and wrote a new one. It works much better now. You can do almost anything you can do when using just one cursor.
Use Ctrl+LeftMouse to place additional cursors or make additional selections.
You can cancel a cursor with a Ctrl+MouseClick over the cursor you want to cancel.
Exit multi cursor mode by hitting [ESC] or with a left mouse click anywhere in the text area.
You can move all cursors left/right/up/down with the arrow keys. Almost all standard keys to move or making selections are supported.
You can use [Enter] to create new lines or split lines. For instance: place 3 cursors on the same line. Hit [Enter]. You have now split the line into 4 lines.
Paste will insert the clipboard content at each cursor position (or replace selected text).
But if you use "smart paste" Shift+Ctrl+V and you have 4 lines in the clipboard and 4 cursors - each line will be pasted at each cursor position.
This will only work if the number of lines in the clipboard matches the number of cursors.
Other functions that will work in multi cursor mode are:
"Indent/Unindent"
"Comment/Uncomment"
"Sorting"
"Move lines up/down"
"Case functions"
"Insert ascending numbers..." (found in the edit menu) now works in multi cursor mode.

Tool item argument:

Added a new argument type to retrieve the current highlighter.
The highlighter variable [Highlighter] is replaced by the current highlighter used under the text cursor in lower case. E.g. html, php, css ...
Added a new argument type to retrieve the current highlighter. The highlighter variable [Highlighter] is replaced by the current highlighter used under the text cursor in lower case. E.g. html, php, css ...

Scripts:

Added a new property to the document object to get the current highlighter at the cursor position. The name is returned as a string in lower case.

Auto completion and "fussy" sorting:

When you open an auto completion list and start typing a search string - you don't have to start from the beginning and you can even skip some letters. The letters in the search string just has to be found in that same order.

Indent / UnIndent:

Using the tab key (or Shift+Tab) to indent (or unindent) a selected block of text will now always select the full lines.
Indent (unindent) block, found in the format menu, still behaves as before where the selection follows the indented block.

Misc:

It's now possible to assign a keyboard shortcut to open the highlighters drop down menu.
Added a print option to have the file dir in the header/footer.
Made some scroll speed changes when selecting text horizontally.
The highlighter drop down menu is no longer disabled when opening ASCII files.

Fixed:

HSL color slider issue in the 64-bit version.
Several issues with "Format - Convert file encodings...".
Several issues in "Insert text on each line...".
A JSON highlighting issue.
Dbl click issue with empty lines.
[FileExt] tool item argument doesn't add a . before the extension anymore.
Shortcut issues with external browsers.
A URL mapping issue with "OpenInBrowserAction".
Alt-codes like Alt+182 and Alt+0182 should work now.
Code Explorer issues with JSON code.
Tracking of current position in Code Explorer for JSON files.
Drag n drop cursors for copy/move fixed.
Bookmark list issue when closing documents.
Horizontal scroll issue when ruler is visible.
A few print issues.

[close]

http://www.rj-texted.se
Titel: SynWrite 6.25.2360
Beitrag von: SiLæncer am 15 September, 2016, 06:30
Whats new:>>

Python 3.5.2
lexers JS, Python: keywords async/await

http://www.uvviewsoft.com/synwrite/
Titel: Alternate Text Browser 3.100
Beitrag von: SiLæncer am 15 September, 2016, 09:40
(http://s26.postimg.org/f10vppk49/screenshot_84.png)
This program makes it easy to browse through text- and html-files (also xml), syntax highlighting for serveral programming languages available (C++, Pascal, PHP, Perl, ASM, JScript etc.).

Freeware

Whats new:>>

Memo 2.800 added

http://www.alternate-tools.com/pages/c_textbrowser.php?lang=ENG
Titel: Vim 8.0
Beitrag von: SiLæncer am 15 September, 2016, 19:00
(http://s26.postimg.org/rbr863q1l/screenshot_38.png)
Vim is an advanced text editor, which harvests the power of Unix' editor 'Vi', albeit with an enhanced feature set. It is highly configurable, and has been designed to enable efficient text editing, much like 'Vi'.

Key features include:

    Vim offers syntax highlighting for over 200 languages.
    Edit-Compile-Fix.
    Highlighting Matches.
    Highly configurable.

Vim is not just for programmers though; it can be configured to work in a very simple manner called Easy Vim or eVim. Vim is not a word processor, but it can display text with various forms of highlighting and formatting. Vim is a perfect tool for all kinds of text editing, from composing email to editing configuration files.

With Vim you can edit very effectively. The most often used commands are just a single key stroke. To allow for this, you need to start Insert mode to enter text and return to Normal mode to execute commands. This is advantageous in that you can keep your hands on the keyboard and work very fast. The learning curve isn't that steep and if you are used to other 'in-depth' editors then Vim maybe what you are looking for. However, if you really don't have time to learn the effective way of editing, there is the Easy Vim option.

Lizenz: Open Source

Changelog

# New features are:

- Asynchronous I/O support, channels, JSON
- Jobs
- Timers
- Partials, Lambdas and Closures
- Packages
- New style testing
- Viminfo merged by timestamp
- GTK+ 3 support
- MS-Windows DirectX support

# Many small improvements
# Lots of bug fixes.

[close]

http://www.vim.org/
Titel: PilotEdit Lite 9.8.0
Beitrag von: SiLæncer am 15 September, 2016, 21:40
(http://www.pilotedit.com/images/OpenInQuickMode.PNG)
PilotEdit is a text, hex, XML, C/C++, HTML, PHP, Java, Javascript and Perl editor that can edit large files of 400GB (40 billion lines).

It offers customizable syntax and keyword highlighting, advanced search and replace operations, automatic text encoding, 256-bit AES encryption/decryption and a built-in FTP/SFTP client lets you open, edit, download and upload large files directly to/from a FTP/SFTP server.

In addition to standard text editing features, PilotEdit can compare and merge two large files of 100GB (10 billion lines). You can also sort, find/remove duplicate lines and extract strings over a large file of 1GB.

Freeware

Zitat
PilotEdit 9.8.0 supports German.

http://www.pilotedit.com/
Titel: CudaText 1.4.7.0
Beitrag von: SiLæncer am 16 September, 2016, 06:00
(http://s26.postimg.org/9ltuvmmu1/screenshot_554.jpg)
Create programming scripts with this powerful tool that supports more than 130 languages and allows users to work concurrently on as many as six groups of projects.

Freeware

Changelog

Windows: Python 3.5
del built-in commands to comment/uncomment; now plugin Comments (by kvichans) preinstalled for this, with more options and config dlg
restore last tab in side-panel
lexers JS, Python: keywords async/await

[close]

http://www.uvviewsoft.com/cudatext/
Titel: BowPad v2.2.4
Beitrag von: SiLæncer am 18 September, 2016, 07:00
(http://s26.postimg.org/e60vd9bix/screenshot_182.jpg)
BowPad is a small and fast text editor with a ribbon user interface and syntax highlighting.

Features:

syntax highlighting for over 100 file types and languages
handling of many different encodings, including UTF-8, UTF-16 and even UTF-32
easy ribbon user interface
navigation hints in the vertical scrollbar
coloring of open tabs according to their path
extendable with plugins written in jscript or vbscript

Freeware

Changelog

Updated to latest Scintilla component 3.6.7.

Improved:

    Function parsing;
    Searching binary files.

Option to load files as utf8 by default.

Fixed:

    Crash when searching a path that does not exist;
    Recognition of EOLs.

[close]

http://stefanstools.sourceforge.net/BowPad.html
Titel: SynWrite v6.25.2380
Beitrag von: SiLæncer am 19 September, 2016, 05:30
(http://images.betanews.com/screenshots/1289816929-1.jpg)
Erweiterter Text-Editor mit Unterstützung von vielen Dateiformaten, Programmiersprachen und Zeichenkodierungen; bietet unter anderem Syntax-Hervorhebung, Auto-Vervollständigung und Code-Vorlagen; auch als Plug-in für Total Commander und als portable Version erhältlich.

Freeware

Changelog

Improved lexers: CSS, JS, PHP, Batch, Ruby, C, C++, C#, Tcl, SQL, YAML, VB, Markdown, Haskell, Makefile (using Sublime syntax tests).
Deleted lexers to addons: AutoIt, AutoHotkey.
Fix for Api (BracketsHilite plugin crashed).

[close]

http://www.uvviewsoft.com/synwrite/
Titel: EditBone 12.4.1
Beitrag von: SiLæncer am 19 September, 2016, 13:52
(http://www.bonecode.com/images/EditBone1.png)
Powerful text editing tool that comes with syntax highlighting support for over 50 languages and scripts, 22 ready made styles, a handy file comparison feature and support for multiple directories and search results.

Freeware

Changelog

    Fixed search

12.4.0

    Added fold/unfold code folding feature
    Optimized memory consumption and document loading speed
    Added secondary short cut (Ctrl+Delete) for delete word
    Refactored search
    Fixed Search items dialog
    Fixed UTF-8 detection
    Fixed clipboard
    Fixed title bar popups
    Fixed color files
    Fixed language files

[close]

http://www.bonecode.com/?page=projects
Titel: EditBone v12.4.2
Beitrag von: SiLæncer am 20 September, 2016, 05:20
Changelog

Added:

    Fold/unfold code folding feature;
    Secondary short cut (Ctrl+Delete) for delete word.

Optimized memory consumption and document loading speed.
Refactored search.
Fixed:

    Search items dialog;
    UTF-8 detection;
    Clipboard;
    Title bar popups;
    Color files;
    Language files;
    Search;
    Code folding;
    Fold/unfold enabling;
    Highlighters.

[close]

http://www.bonecode.com/?page=projects
Titel: EditBone 12.5.0
Beitrag von: SiLæncer am 20 September, 2016, 09:00
Changelog

Added highlighter for TypeScript
Optimized code folding - scanning time decreased 66 percent
Fixed code folding issues
Fixed language files

[close]

http://www.bonecode.com/?page=projects
Titel: FocusWriter v1.6.1
Beitrag von: SiLæncer am 20 September, 2016, 12:12
(http://s26.postimg.org/9wb0ptx5l/screenshot_567.jpg)
FocusWriter hilft Vielschreibern beim Verfassen von Texten. Die Textverarbeitung blendet alle Menüs und Leisten aus. So kann man sich beim Schreiben voll und ganz auf das Wesentliche konzentrieren.

Der Vollbild-Texteditor FocusWriter zeigt als Oberfläche absichtlich lediglich den blanken Text. Daher gelingt es leichter, störungs- und ablenkungsfrei zu schreiben. Auf Wunsch kann man auf zusätzliche Steuerelemente zugreifen und diese per Maus über die Bildschirmränder abrufen.

Außerdem kann bei FocusWriter eine Statuszeile mit der aktuellen Uhrzeit, einem Timer und Statistiken eingeblendet werden. Das geplante Arbeitspensum legt der Schreiber in den Einstellungen in Minuten oder Wörtern fest. Textart und -farbe werden hier ebenfalls ganz nach Wunsch bestimmt.

Mit FocusWriter können mehrere Dokumente parallel bearbeitet werden. Ein Speichern erfolgt im RTF-, ODT- oder TXT-Format. Standardmäßig zeigt die Freeware einen einfarbigen, nüchternen Hintergrund. Wer die Arbeitsumgebung etwas freundlicher und abwechslungsreicher gestalten möchte, kann die Farbe ändern und auch ein eigenes Bild als Hintergrund einblenden.

FocusWriter enthält alle Grundfunktionen einer Textverarbeitung inklusive Textformatierungen, einer Rechtschreibprüfung und dem Suchen und Ersetzen von Wörtern und Textausschnitten. Die Freeware spricht vor allem den Vielschreiber an, der sich allein auf den Text konzentrieren möchte.

Changelog

Fixed:

    Incorrectly handled non-heading text in OOXML;
    Misspelled words did not follow heading style;
    Did not always close OOXML paragraph properties correctly;
    Did not correctly store RTL in OOXML;
    Reported conflicts for empty shortcuts;
    Switched to incorrect tab to show conflicting shortcuts.

Translation updates: German, Romanian.

[close]

http://gottcode.org/focuswriter/
Titel: EditBone 12.6.0
Beitrag von: SiLæncer am 21 September, 2016, 09:11
Changelog

Added auto line break option for right margin
Added Bulgarian language by George Dimov
Fixed italic text painting
Fixed text editing on very long lines
Fixed split popup menu
Fixed title bar popups
Fixed language files
Updated AlphaSkins controls v11.16

[close]

http://www.bonecode.com/?page=projects
Titel: Notepad++ 7.0.0
Beitrag von: SiLæncer am 22 September, 2016, 06:10
(http://s26.postimg.org/sa3ge0uxl/screenshot_47.png)
Notepad++ is a tabbed source code editor and Notepad replacement with a customizable interface. It is one of the few few source code editors that supports "folding," allowing users to quickly reduce and expand sections of code to see the overall document. In addition, it features multi-language syntax highlighting, auto-completion, regular expression search/replace, macro recording and playback, etc. The program can access a long list of plug-ins via an easy-to-access menu with even more features and functions.

License: GPL

Changelog

x64 build available.
Fix the DLL Hijacking Vulnerability of previous versions (by updating NSIS to v3.0).
Auto-updater improvement: periodical check can be disable via auto-update prompt dialog.
Installer enhancement: Check if Notepad++ is running and ask the user to close it before continue.
Enhancement: add conflict detection to Shortcut Mapper.
Fix auto-completion on XML comment <!-- comment --> and <?xml> tag bug.
Fix file saving crash which can be reproduced through a specific way to save file.
Fix a crash issue while UDL's user keyword list is too long.
Fix HDPI issues for some components (task list, margins and shortcut mapper).
Add a new feature(optional) : Close the last document will quit Notepad++.
Add more Change Case variants (Title Case, Sentence case, iVERT cASE, rANdOm caSe).
Add Open file & open containing folder commands on selected file/folder name in text content.
Add Search on Internet command on selected word(s) in text content.
Add Scroll Tab Bar with mouse wheel capacity.
Add commands for moving the current file tab Forward/Backward.
Fix bug of monitoring not working for files under root.
Ruby is supported by Function List.
Added new option: Enable scrolling beyond last line.
Add an option to restore old behaviour (open files in folder) while folder being dropped.

[close]

http://notepad-plus-plus.org/
Titel: CudaText 1.4.8.1
Beitrag von: SiLæncer am 23 September, 2016, 13:30
Whats new:>>

+ improved lexers: CSS, JS, PHP, Batch, Ruby, C, C++, C#, Tcl, SQL, YAML, VB, Markdown, Haskell, Makefile (using Sublime syntax tests) * del lexers to addons: AutoIt, AutoHotkey

http://www.uvviewsoft.com/cudatext/
Titel: wikidPad 2.3 Beta 15
Beitrag von: SiLæncer am 23 September, 2016, 19:40
(https://i.postimg.cc/C1jtmVzk/screenshot-862.png)
Mix aus Notepad, Outliner und Wiki, mit dem sich Informationen und Notizen strukturieren lassen; verlinkt erstellte Texte automatisch untereinander (Crosslinking), ähnlich der Struktur in Wikipedia.

Lizenz: Open Source

Whats new:>>

New wiki-bound option to let wiki page files simply be overwritten instead of safe new file creation (useful for hard-linking). See [OptionsDialog#*Page file write mode*]
Chinese translation updated and Traditional Chinese added

http://wikidpad.sourceforge.net/
Titel: Typora 0.9.19 Beta
Beitrag von: SiLæncer am 27 September, 2016, 19:40
(http://s26.postimg.org/w2onuosnt/screenshot_64.png)
Swiftly write, edit, format and convert text to HTML with the help of this modern looking, streamlined and novice-accessible piece of software.

Freeware

Changelog

Launched our [Theme Gallery](http://theme.typora.io) to share and download Typora themes.
Fix a bug the menubar won't show automatically when Typora is fullscreened.
Improve paste behavior.
Fix unnecessary scroll.
Fix backspace after UTF-32 character.
Fix bugs related to inline code inside table.
Recover outline panel status when switch from source code mode.
Other bug fix.

[close]

http://www.typora.io/
Titel: CudaText 1.4.9.0
Beitrag von: SiLæncer am 28 September, 2016, 04:38
(http://s26.postimg.org/9ltuvmmu1/screenshot_554.jpg)
Create programming scripts with this powerful tool that supports more than 130 languages and allows users to work concurrently on as many as six groups of projects.

Freeware

Changelog

now special comments (for range, for full lines), styles-of-comments, styles-of-strings: must be specified in Lexer Props dialog. They save now to .cuda-lexmap files. So can publish these with lexer zip files. You can delete: settings_default/default_lexers.json, user_lexers.json
improved lexers: C#, Bash, reST, Haskell, Yaml, Search results
opt ui_buffered (if UI looks ok, don't touch)
opt ui_tree_icons
api

[close]

http://www.uvviewsoft.com/cudatext/
Titel: EditBone 12.6.1
Beitrag von: SiLæncer am 29 September, 2016, 05:20
(http://www.bonecode.com/images/EditBone1.png)
Powerful text editing tool that comes with syntax highlighting support for over 50 languages and scripts, 22 ready made styles, a handy file comparison feature and support for multiple directories and search results.

Freeware

Changelog

Fixed highlighter change
Fixed middle click tab close
Fixed search
Fixed undo
Fixed word wrap

[close]

http://www.bonecode.com/?page=projects
Titel: EditBone v12.6.2
Beitrag von: SiLæncer am 30 September, 2016, 04:50
Changelog

Fixed:

    Highlighter change.
    Middle click tab close.
    Search.
    Undo.
    Word wrap.
    File loading.
    Code folding.

[close]

http://www.bonecode.com/?page=projects
Titel: TeXstudio 2.11.2
Beitrag von: SiLæncer am 30 September, 2016, 12:23
(http://s26.postimg.org/d57zg2pll/screenshot_581.jpg)
GPL-LaTeX-Editor, der das Erstellen von LaTex-Dokumenten in Unicode vereinfacht; unterstützt den Nutzer beim Schreiben mittels interaktiver Rechtschreibprüfung, Syntax-Highlighting, Code-Folding und automatischer Code-Vervollständigung.

Lizenz: Open Source

Changelog

major performance speedup, in case some default section commands were not defined in any used package
speed up pasting into large documents (factor 100x)
add comment toggle
improved search panel layout
improved bracket detection for todo highlighting (bug 1789)
improved parsing of section titles (bug 1817)
added shorter auto-save intervals (1 min, 2 min)
detection of user-local installation of MikTeX
cwl-format: suffix %plain disables possible semantics associated with an argument name
cwl-format: suffix %labeldef for definition of labels
cwl-format: %suffix notation takes precedence over detection by argument name
cwl-format: allow 'key' to be used in label if #l is set
replace babel german by ngerman in presentation wizard
highlight cursorEnums in script
support reading an application style sheet from stylesheet.qss
fix crash on qt4 if update check is sucessful
fix: auto-indent
fix: make insertion of tabs work with cursor mirrors (bug 1788)
fix: verbatim setting for verb|abc| (bug 1795)
fix: update of save icon after SaveAll (bug 1808)
fix: dictionaries in extracted .oxt files not recognized (bug 1804)
fix: replace with regexp containing lookahead (bug 1779)
fix: keep indentation when using the graphics wizard (1816)
fix: quote replacement on formerly hidden child documents (1827)
fix: do not interpret double backslash within braces as column end in tabular environment (bug 1831)
fix: show a warning if file could not be saved
fix: correctly handle optional arguments in command definitions
fix: handling of let arguments
fix: spellchecking of words with apostrophe
fix: visibility of option for system theme icons on Linux
fix: scripting: cursor.movePostition(n, Left/Right) across empty lines and beyond end of file
fix: running scripts from the macro window
fix: mixture of zoom and scroll on ctrl+mouse wheel (bug 1847)
fix: scrreprt detection
fix: editor font rendering in case of UI scaling (note: this fix is partial and does currently only apply if Options -> Advanced Editor -> Disable Line Cache is chosen)
fix: argument scanning when option contain key/val pairs
fix: editor hiding when updating a windowed pdf viewer which was enlarged
before changing to windowed mode (Bug #1876)
fix: repetition checking for words followed by colon (bug 1884)
fix: position of completer when competion words become very large
fix: freeze while typing texorpdfstring (bug 1898)
fix: script error on editor.search with options and callback (bug 1899)
fix: regExp replace in multi doc search
updated some cwl files

[close]

http://texstudio.sourceforge.net/
Titel: BirdFont 2.16.9
Beitrag von: SiLæncer am 30 September, 2016, 13:19
(http://s26.postimg.org/sj74wh1cp/screenshot_536.jpg)
BirdFont is a free font editor that lets you create vector graphics and export TTF, EOT & SVG fonts.

License: Open Source

Whats new:>>

Change writing direction to RTL (right to left) in kerning tab
Bug fixes

http://birdfont.org/
Titel: EditBone v12.6.3
Beitrag von: SiLæncer am 02 Oktober, 2016, 09:30
Changelog

Fixed:

    Creating of document tabs.
    Caret positioning.
    Output.
    Color files.

[close]

http://www.bonecode.com/?page=projects
Titel: EditBone v12.6.4
Beitrag von: SiLæncer am 03 Oktober, 2016, 18:45
Changelog

Added word wrap options.

Fixed:

    Caret positioning;
    Search;
    Showing of unknown chars according to encoding.

Updated language files.

[close]

http://www.bonecode.com/?page=projects
Titel: RJ TextEd v11.21
Beitrag von: SiLæncer am 03 Oktober, 2016, 20:30
(http://images.six.betanews.com/screenshots/scaled/1187014627-1.jpg)
RJ TextEd - A Unicode source and text editor. RJ TextEd is a full featured text and source editor with Unicode support, syntax highlighting and code folding. The functionality extends beyond text files and includes support for HTML editing with integrated preview, spell checking, auto completion, HTML validation, templates and more. The program also include support for Topstyle Lite CSS editor, has a dual pane file commander, as well as a FTP client to upload your files. The editor uses language files to display menus and dialogs in different languages. There are several included languages. New language files can easily be created in the editor. RJ TextEd is also a simple web development tool. The editor can use auto completion and hints to assist you in editing your source code. You can preview HTML/ASP/PHP... code using one of the preview tabs or open a document in a browser. The editor does not only handle source code. It also handles true ASCII files, binary files and of course plain text files.

Licence: Freeware

Changelog

Text Compare

Added a new menu item to create a text compare report. Use the report dialog window to set options and what to include in the report.

    You can create a report for printing. Print preview is available.
    You can create a report as HTML and open it in a browser or save it to file.

You can include:
 - All lines
 - Changed lines only
 - Unchanged lines only

Options are:
 - Syntax highlighting
 - Wrap text
 - Line numbers

I've made some minor changes in menus and changed some menu icons.
Startup

Changed how panels and some forms are created at startup. The startup time should be less than half compared to previous versions.

The only drawback is the delay before visible panels are fully created when the program is started.
Script

Added a new function to the MainApp object. NewDocumentEx(). Added three new properties to the document object. CodePage, NewlineFormat and UseBOM.

Ex. (C++ script)
// HTML file, UTF-8 encoded with BOM and Windows linefeeds (CRLF)
MainApp.NewDocumentEx(".html", 65001, true, "Windows");

Ex. (C++ script)
Document.CodePage = 65001; // Change encoding to UTF-8
Document.UseBOM = true; // Use a BOM when saving file
Document.NewlineFormat = "Unix"; // Convert to Unix linefeeds (LF)
Full screen mode

Added two new keyboard shortcuts to toggle the menus and status bar on/off. You can already toggle the editor toolbar on/off. The state in full screen mode doesn't affect the state in normal mode, so you can have the editor toolbar hidden in full screen mode and displayed in normal mode.

Toggle menu: Ctrl+Alt+M
Toggle status bar: Ctrl+Alt+S

The layout in full screen mode is remembered between sessions.
Misc

    Added a new command line switch to open a new instance of the program /MULTI.
    Added a new command line switch to compare 2 files /COMPARE [file1] [file2].
    Auto completion window is opened a little bit faster.

Fixed

    Plain text files that include binary data should open properly now.
    Issues with fuzzy sort in auto completion.
    Multi cursor select issue.
    GUI font quality settings.
    File - Close didn't display a keyboard shortcut.
    Startup issues from command line.
    Document map should not be displayed with binary files.
    Project files are reloaded in the same order as when closed.
    Minor text issue in customize keyboard.
    Minor issue with bash highlighter.
    A few rare undo/redo issues.
    Add to script menu issue with "Cancel" button.

[close]

http://www.rj-texted.se
Titel: Markdown Edit 1.31
Beitrag von: SiLæncer am 03 Oktober, 2016, 20:45
(http://s26.postimg.org/wy2jhhic9/screenshot_443.jpg)
Markdown Edit is fully compatible with the CommonMark specification, enabling you to edit Markdown documents, as well as HTML or text ones. It allows document formatting and real-time HTML previewing, providing hotkeys for almost all commands, for easier control.

Freeware

Changelog

Bug fixes:

    #192 Dialog Find & Replace too narrow with translated interface
    #193 Make italic tag color and spell-checker wrong word underline color different
    #194 Show time near the document statistics
    #195 Add en/em dashes support
    #196 Visible Windows taskbar in fullscreen mode

Enhancements:

    Update to MahApps Metro 1.3
    Add color option in themes for spellcheck error indicator
    Change toggle switch style in settings to newer Win10 look

[close]

http://mike-ward.net/markdownedit/
Titel: EditBone 12.6.5
Beitrag von: SiLæncer am 04 Oktober, 2016, 05:40
Whats new:>>

Fixed color options

http://www.bonecode.com/?page=projects
Titel: RJ TextEd 11.22
Beitrag von: SiLæncer am 05 Oktober, 2016, 06:06
Whats new:>>

Startup issue

A few users have reported an startup issue where the program opens in compare mode. It's been fixed in this version.

Explorer panels

Updated the explorer panel components. This should fix several issues.


http://www.rj-texted.se
Titel: nanDECK v1.22.2
Beitrag von: SiLæncer am 05 Oktober, 2016, 20:45
(http://s26.postimg.org/l8j2hesyh/screenshot_660.jpg)
nanDECK is a scripting graphic software that provides a simple yet flexible language to create multiple images suited for cards or counters .

Freeware

Changelog

New SAVEGIFA directive
New TAG directive
New LAYER...ENDLAYER directives
New BLEED directive
New TEXTFONT directive
New RANGEREM function
New ROUND function
New parameter in HTMLFONT directive for indentation
New A and S flags in FRAMEHEX function
New flags in FILTER function
Compare decks feature
Select card feature in virtual table
Show tags in virtual table

[close]

http://www.nand.it/nandeck
Titel: Resource Hacker 4.4.26
Beitrag von: SiLæncer am 06 Oktober, 2016, 09:09
(http://images.betanews.com/screenshots/978208949-1.gif)
Resource Hacker is a utility to view, modify, add, delete, and extract resources in Windows executables. It incorporates an internal resource script compiler and decompiler.

Freeware

Whats new:>>

Bugfix: The toolbar state wasn't being preserved between sessions
Bugfix: Minor bug decompiling some version info resources

http://www.angusj.com/resourcehacker/
Titel: SynWrite v6.26.2420
Beitrag von: SiLæncer am 08 Oktober, 2016, 10:00
(http://images.betanews.com/screenshots/1289816929-1.jpg)
Erweiterter Text-Editor mit Unterstützung von vielen Dateiformaten, Programmiersprachen und Zeichenkodierungen; bietet unter anderem Syntax-Hervorhebung, Auto-Vervollständigung und Code-Vorlagen; auch als Plug-in für Total Commander und als portable Version erhältlich.

Freeware

Changelog

Changed:

    Removed:
        Built-in commands for commenting; preinstalled plugin Comments (with even more commands, and Config dialog);
        Built-in Sort commands: plugin Sort does better job (more options).
    Some API deprecated.

Added:

    Improved lexers: C#, Bash, reST.
    Updated SynFTP.
    API (for lexer props).

[close]

http://www.uvviewsoft.com/synwrite/
Titel: EditBone v12.6.6
Beitrag von: SiLæncer am 08 Oktober, 2016, 18:00
Changelog

Added clear when closed option.
Fixed bookmarks.
Fixed search.
Fixed files.
Fixed tabs.
Optimized painting.
Updated 3rd party controls.

[close]

http://www.bonecode.com/?page=projects
Titel: Program Edit 4.1.1 Build 10-06-16
Beitrag von: SiLæncer am 09 Oktober, 2016, 19:20
(http://s26.postimg.org/lz5vav3mh/screenshot_992.jpg)
ProgramEdit - a free Windows® software source-code editor. ProgramEdit includes language support for HTML, Ada, C/C++, C#, CSS, JAVA, JavaScript, Perl, PHP, Python, Ruby, VB, VBScript, Verilog, VHDL and Batch(.bat) files. Other features include tabbed file selection, text highlighting, find & replace, regular expressions, sesssions, bookmarks, multiple undo/redo and hyperlinks.

Freeware

Changelog

add Recent Macros Right-click menu
add Find All Double-click option
add file-open check to Macro play/run
fix minor Edit-shortcuts bug

[close]

http://simplesolverlogic.com/index.html
Titel: CudaText 1.4.10.0
Beitrag von: SiLæncer am 10 Oktober, 2016, 06:00
(http://s26.postimg.org/9ltuvmmu1/screenshot_554.jpg)
Create programming scripts with this powerful tool that supports more than 130 languages and allows users to work concurrently on as many as six groups of projects.

Freeware

Changelog

add theme styles: Label, TagPropBad
minor fixes

[close]

http://www.uvviewsoft.com/cudatext/
Titel: Atom 1.11.1
Beitrag von: SiLæncer am 12 Oktober, 2016, 09:20
(http://s26.postimg.org/6bt5lin89/screenshot_265.jpg)
A powerful and flexible application that works as a text and source code editor with syntax highlight, or alternately as a file viewer.

MIT License

Whats new:>>

Fixed an exception that occurred when using the auto-detect-indentation package

https://atom.io/
Titel: Resource Hacker 4.5.28 Beta
Beitrag von: SiLæncer am 15 Oktober, 2016, 05:30
(http://images.betanews.com/screenshots/978208949-1.gif)
Resource Hacker is a utility to view, modify, add, delete, and extract resources in Windows executables. It incorporates an internal resource script compiler and decompiler.

Freeware

Whats new:>>

Update: Numerous changes and improvements to command line support.
Update: Filenames in resource scripts are no longer required to be enclosed within double quotes unless they contain spaces.

http://www.angusj.com/resourcehacker/
Titel: Atom 1.12.0 Beta 2
Beitrag von: SiLæncer am 15 Oktober, 2016, 20:40
Changelog

More key binding bug fixes:

    Don't resolve ctrl-backspace to ctrl-delete when NumLock is enabled on Windows.



1.12.0-beta1

    Key binding bug fixes:
        Fix interpretation of keystrokes involving the spacebar. Map to space keystroke string again instead of a literal space character. #12953
        Substitute U.S. layout equivalents for non-Latin characters in all cases, not just when combined with modifier keys. Fixes vim-style bindings on non-Latin keyboards.

[close]

https://atom.io/
Titel: QOwnNotes v16.10.04 Build 2335
Beitrag von: SiLæncer am 16 Oktober, 2016, 07:10
(http://s26.postimg.org/hfer16hsp/screenshot_106.png)
QOwnNotes is a text editor / notepad replacement with markdown support and todo list manager. The program supports themes, keyboard shortcuts, syntax highlighting, and encryption. Includes available nested file list, tags, search, and more. Optionally works with the notes application ownCloud or Nextcloud.

Cross-platform with clients available for Mac and Linux.

License:    GPL

Changelog

fixed the left and right margin of the note tag panel
fixed the restoring of the focus after switching workspaces (for Issue #343)
added an example for custom styling of html in the note preview at preview-styling.qml (for Issue #356)
the log dialog is now a dockable panel that can be placed everywhere
fixed a problem with showing the title bar of floating panels after application start
fixed a problem where the note folder select box was hidden
fixed an image preview problem and problem with the notes path under Windows (for Issue #357)
the subfolder dock widget is now turned on or off according to whether the subfolders are enabled or not when the workspaces are switched (for Issue #343)
attempted to fix a tagging portability problems between Windows and other operating systems (for Issue #358)
added more Arabic, Japanese, Italian, French, Portuguese, Polish, Spanish, German, Hungarian and Dutch translation (thank you yousufinternet, piyo, mlocati, lepascalou, mlimacarlos, lucjan, guijan and Fabijenna)

[close]

http://www.qownnotes.org/
Titel: Notepad++ 7.1
Beitrag von: SiLæncer am 16 Oktober, 2016, 19:00
(http://s26.postimg.org/sa3ge0uxl/screenshot_47.png)
Notepad++ is a tabbed source code editor and Notepad replacement with a customizable interface. It is one of the few few source code editors that supports "folding," allowing users to quickly reduce and expand sections of code to see the overall document. In addition, it features multi-language syntax highlighting, auto-completion, regular expression search/replace, macro recording and playback, etc. The program can access a long list of plug-ins via an easy-to-access menu with even more features and functions.

License: GPL

Whats  new:>>

2 crash issues in 64-bit binary (on macro recording and on new language dialog of UDL) have been fixed in 7.1 release.
Installer has been enhanced to prevent from the problem of 32-bit and 64-bit binaries mixing.

http://notepad-plus-plus.org/
Titel: EditBone 12.7.1
Beitrag von: SiLæncer am 17 Oktober, 2016, 09:13
(http://www.bonecode.com/images/EditBone1.png)
Powerful text editing tool that comes with syntax highlighting support for over 50 languages and scripts, 22 ready made styles, a handy file comparison feature and support for multiple directories and search results.

Freeware

Changelog

Fixed clipboard history
Updated AlphaSkins controls v11.18

[close]

http://www.bonecode.com/?page=projects
Titel: Scite 3.7.0
Beitrag von: SiLæncer am 17 Oktober, 2016, 16:00
(http://www.heise.de/software/screenshots/1206.jpg)
Editor mit Syntax-Highlighting, Auto-Completion, Folding und vielem mehr...

Lizenz: Open Source

Changelog

Word selection, navigation, and manipulation is now performed on characters instead of bytes leading to more natural behaviour for multi-byte encodings like UTF-8. For UTF-8 characters 0x80 and above, classification into word; punctuation; space; or line-end is based on the Unicode general category of the character and is not customizable. Bug #1832
Two enums changed in Scintilla.iface which may lead to changed bindings. There were 2 FontQuality enums and the first is now PhasesDraw. The prefix for FoldAction was SC_FOLDACTION and is now SC_FOLDACTION_ which is similar to other enums. These changes do not affect the standard C/C++ binding
EDGE_MULTILINE and SCI_MULTIEDGEADDLINE added to allow displaying multiple vertical edges simultaneously
The number of margins can be changed with SCI_SETMARGINS
Margin type SC_MARGIN_COLOUR added so that the application may choose any colour for a margin with SCI_SETMARGINBACKN
On Win32, mouse wheel scrolling can be restricted to only occur when the mouse is within the window
The WordList class in lexlib used by lexers adds an InListAbridged method for matching keywords that have particular prefixes and/or suffixes
The Baan lexer was changed significantly with more lexical states, keyword sets, and support for abridged keywords
The CoffeeScript lexer styles interpolated code in strings. Bug #1865
The Progress lexer "progress" has been replaced with a new lexer "abl" (Advanced Business Language) with a different set of lexical states and more functionality. The lexical state prefix has changed from SCE_4GL_ to SCE_ABL_. Feature #1143
The PowerShell lexer understands the grave accent escape character. Bug #1868
The YAML lexer recognizes inline comments. Bug #1660
SciTE on Windows can retain coloured selection when inactive with selection.always.visible property
SciTE on Windows adds a state to close.on.find to close the find strip when a match is found
Fix caret position after left or right movement with rectangular selection. Bug #1861
In SciTE, optional prefix argument added to scite.ConstantName method. Bug #1860
On Cocoa, include ILexer.h in the public headers of the framework. Bug #1855
On Cocoa, allow subclass of SCIContentView to set cursor. Bug #1863
On Cocoa, recognize the numeric keypad '+', '-', and '/' keys as SCK_ADD, SCK_SUBTRACT, and SCK_DIVIDE. Bug #1867
On GTK+ 3.21+ fix incorrect font size in auto-completion list. Bug #1859
Fix SciTE crash when command.mode ends with comma. Bug #1857
SciTE on Windows has a full size toolbar icon for "Close"

[close]

http://www.scintilla.org/SciTE.html
Titel: Atom 1.11.2
Beitrag von: SiLæncer am 18 Oktober, 2016, 13:53
Whats new:>>

Fixed an error that would occur when opening a text editor using certain packages
Fixed an error that would sometimes occur when installing packages in the settings-view

https://atom.io/
Titel: PilotEdit Lite 9.9.0
Beitrag von: SiLæncer am 19 Oktober, 2016, 05:01
(http://www.pilotedit.com/images/OpenInQuickMode.PNG)
PilotEdit is a text, hex, XML, C/C++, HTML, PHP, Java, Javascript and Perl editor that can edit large files of 400GB (40 billion lines).

It offers customizable syntax and keyword highlighting, advanced search and replace operations, automatic text encoding, 256-bit AES encryption/decryption and a built-in FTP/SFTP client lets you open, edit, download and upload large files directly to/from a FTP/SFTP server.

In addition to standard text editing features, PilotEdit can compare and merge two large files of 100GB (10 billion lines). You can also sort, find/remove duplicate lines and extract strings over a large file of 1GB.

Freeware

Zitat
PilotEdit Lite 9.9.0 supports file type json and gradle.

http://www.pilotedit.com/
Titel: Atom 1.12.0 Beta 3
Beitrag von: SiLæncer am 19 Oktober, 2016, 09:16
Whats new:>>

Fixed flickering of overlay decorations that could occur with split panes.

https://atom.io/
Titel: QOwnNotes v16.10.5 Build 2342
Beitrag von: SiLæncer am 19 Oktober, 2016, 12:17
Changelog

added a new scripting method tagCurrentNote() to tag the current note (for Issue #351)

    there is an example for creating a custom action to add a tag favorite to the current note at favorite-note.qml

the status messages now all start with an uppercase letter
there now is a checkbox for ignoring of non-VTODO calendars in the todo settings that is turned on by default (for @binerf on GitHub)
added more Italian, French, Portuguese, Polish, German, Hungarian and Dutch translation (thank you mlocati, lepascalou, mlimacarlos, lucjan, bigant and Fabijenna)

[close]

http://www.qownnotes.org/
Titel: HtLite 4.5.0.0
Beitrag von: SiLæncer am 19 Oktober, 2016, 13:36
(http://s26.postimg.org/y1r42meu1/screenshot_142.jpg)
Umfangreicher HTML/XHTML Editor.  Jeder externe Browser zur Seitenansicht einstellbar.  Wer keinen HTML Designer zur visuellen Gestaltung seiner Seiten benötigt, sondern nur einen komfortablen Code-Editor sucht, erhält hier eine hervorragende Alternative.

Freeware

http://www.winsoftware24.com/HtLite.html
Titel: JSONedit v0.9.20
Beitrag von: SiLæncer am 20 Oktober, 2016, 05:50
(http://s26.postimg.org/66opis8ih/screenshot_556.jpg)
JSONedit is a simple editor for the JavaScript Object Notation format "a text-based open standard designed for human-readable data interchange" (source) with availble text and tree views.

Includes array generator using embedded Lua interpreter and Scintilla for text edition.

License:    Freeware

Changelog

New view: List - focused on filtering and navigation.
Fast filtering similar to "Find" dialog.
Context menu: Go to tree.
Basic in-place value editing (Enter or double click, Enter to accept, Esc to abort).

[close]

http://tomeko.net/software/JSONedit/index.php
Titel: LyX 2.2.2
Beitrag von: SiLæncer am 20 Oktober, 2016, 16:00
(http://www.lyx.org/images/about/main_window_sm.png)
LyX is a document processor that encourages an approach to writing based on the structure of your documents (WYSIWYM) and not simply their appearance (WYSIWYG).

Open Source

Changelog

DOCUMENT INPUT/OUTPUT:

.xlsx is now a suggested extension in the spreadsheet external template.
Improve systemlyxdir handling.

USER INTERFACE:

When changing zoom level, show current value in status bar (bug
Names containing @ are now recognised by the syntax highlighter in the
preamble.
Replace Insert>Caption submenu by a normal entry when there is only one
caption type.

DOCUMENTATION AND LOCALIZATION:

Updated Brazilian, French, German, Italian and Slovak user interface localization.
Updated French Customizaion, Math, Tutorial and UserGuide manuals.
Update beamer manual with regard to the new Separator usage.

BUILD/INSTALLATION:

If available, use qtchooser to select correct Qt tools when configuring.

BUG FIXES:

We no longer attempt to convert images for which we cannot find an
input format.
Fixed fen2ascii script.
Fixed preview of external material with plaintext and DocBook.
Fixed substitution for $$Contents in external templates.
Fixed usage of new module "Title and Preamble Hacks" (bug 10320).
Fix error with older versions of the covington package in the
Linguistics module (bug 10340).
Fix LaTeX error with recent LuaTeX versions when using landscape.
Fix data loss with [ in first cell of aligned environment (bug 10361).
LYX2LYX
Fix hang with some IEEEtran documents (bug 10307).
Fix export of compressed files to previous versions that were not
recognised on windows (bug 10273).
USER INTERFACE
Avoid crashing in release mode if we stumble across an unrealized font.
Correctly return exit code from spawned processes on Windows (bug 10327).
Fix display of citations with two authors.
Fix display of multi-author citations when the GUI language is not English.
Fix bug where change tracking marks are lost under math insets (bug
Fix display glitch when switching to Description layout with an inset
at the beginning of the paragraph (bug 10163)
Fix display of label font for argument insets.
Keep leading whitespace when converting local layout.
Correct default font of beamer article layouts (bug 9977).
Remove extra whitespace around Preview and IPA insets (bug 10304).
Let M-x give focus to minibuffer when it is already open.
When doing a selection with Shift-click, make sure that the selection anchor
is correct.
Avoid to overwrite end-of-proof character with text on screen (bug
Use proper dialog titles in InsetParams-derived dialogs (bug 10329).
Fix "scroll here" feature of scrollbar (bug 10311).
Fix the minimum size of the citation dialog on first time (bug 10019).
When Enter does nothing (empty paragraph), do not record undo (bug 10089).
Remove duplicate context menu item for Argument insets (bug 10368).
Fix display of vertical lines inside math matrices (bug 10363).
LYXHTML
Enable export of external material (bug 8693).
Fix problem with output of branches (bug 8022).
Fix output of table borders (bug 10154).
Fix display of several math symbols (bug 8844).
Use scaling factor for export of images (bug 8742).
Fix display of listings (bug 8362).
Fix output of floats, etc, inside environments (bug 9094).
Simplify XHTML output for floats, etc (bug 8605).
Add "dir='auto'" to body tag, which should help a lot with export of
RTL languages (bug 8279, partly).
Fix display of cases and matrices (bugs 8753, 8755).
Fixed output of logos to the TOC.

[close]

http://www.lyx.org/
Titel: FocusWriter 1.6.2
Beitrag von: SiLæncer am 20 Oktober, 2016, 16:15
(http://s26.postimg.org/9wb0ptx5l/screenshot_567.jpg)
FocusWriter hilft Vielschreibern beim Verfassen von Texten. Die Textverarbeitung blendet alle Menüs und Leisten aus. So kann man sich beim Schreiben voll und ganz auf das Wesentliche konzentrieren.

Der Vollbild-Texteditor FocusWriter zeigt als Oberfläche absichtlich lediglich den blanken Text. Daher gelingt es leichter, störungs- und ablenkungsfrei zu schreiben. Auf Wunsch kann man auf zusätzliche Steuerelemente zugreifen und diese per Maus über die Bildschirmränder abrufen.

Außerdem kann bei FocusWriter eine Statuszeile mit der aktuellen Uhrzeit, einem Timer und Statistiken eingeblendet werden. Das geplante Arbeitspensum legt der Schreiber in den Einstellungen in Minuten oder Wörtern fest. Textart und -farbe werden hier ebenfalls ganz nach Wunsch bestimmt.

Mit FocusWriter können mehrere Dokumente parallel bearbeitet werden. Ein Speichern erfolgt im RTF-, ODT- oder TXT-Format. Standardmäßig zeigt die Freeware einen einfarbigen, nüchternen Hintergrund. Wer die Arbeitsumgebung etwas freundlicher und abwechslungsreicher gestalten möchte, kann die Farbe ändern und auch ein eigenes Bild als Hintergrund einblenden.

FocusWriter enthält alle Grundfunktionen einer Textverarbeitung inklusive Textformatierungen, einer Rechtschreibprüfung und dem Suchen und Ersetzen von Wörtern und Textausschnitten. Die Freeware spricht vor allem den Vielschreiber an, der sich allein auf den Text konzentrieren möchte.

Changelog

Generate binary translations at build time
FIXED: Focused text did not handle first-line indent
FIXED: Was not properly loading Qt translations
Translation updates: Armenian, Dutch, Italian, Lithuanian, Portuguese (Brazil), Romanian, Swedish, Ukrainian

[close]

http://gottcode.org/focuswriter/
Titel: RText 2.6.2
Beitrag von: SiLæncer am 21 Oktober, 2016, 04:10
(http://s26.postimg.org/tg0nla655/screenshot_117.png)
RText is a fully customizable programmer's text editor. Some of its features include syntax highlighting, editing multiple documents at once, printing and print preview, find/replace/find in files dialogs, undo/redo, and online help.

Licence: Freeware (GPL)

Here's what's new:

Fixed a bug in the Java language support such that, if you had previously registered a jar for code completion, and that jar is deleted out from under RText, an exception will be thrown on startup and RText will not be closable.

https://bobbylight.github.io/RText/
Titel: QOwnNotes v16.10.6 Build 2354
Beitrag von: SiLæncer am 21 Oktober, 2016, 05:50
(http://s26.postimg.org/hfer16hsp/screenshot_106.png)
QOwnNotes is a text editor / notepad replacement with markdown support and todo list manager. The program supports themes, keyboard shortcuts, syntax highlighting, and encryption. Includes available nested file list, tags, search, and more. Optionally works with the notes application ownCloud or Nextcloud.

Cross-platform with clients available for Mac and Linux.

License:    GPL

Changelog

the buttons in the toolbars can now be customized (for Issue #343)

    there is a new Toolbars page in the settings to add buttons from the main menu to toolbars, move buttons around or remove buttons
    you can as well add custom toolbars
    if you have messed the toolbars up you can also reset the toolbars to the default
    there are still some issues, like that the window toolbar can't be modified because of the magic that is happening there

tried to fix the openSUSE Tumbleweed repository package by using libqt5-qtdeclarative instead of (the missing) libQt5Declarative5

    feedback is welcome

added more Italian, French, Portuguese, Polish, Dutch, Russian, Japanese and Spanish translation (thank you mlocati, bdouxx, mlimacarlos, lucjan, Fabijenna, frostyland, piyo and richarson)

[close]

http://www.qownnotes.org/
Titel: CudaText 1.4.11.0
Beitrag von: SiLæncer am 22 Oktober, 2016, 07:10
(http://s26.postimg.org/9ltuvmmu1/screenshot_554.jpg)
Create programming scripts with this powerful tool that supports more than 130 languages and allows users to work concurrently on as many as six groups of projects.

Freeware

Changelog

can install zipped addons with files in subfolder. previously: zip must have files only in root
install.inf: can define variable $name in [info] and use it in lines "lexers=$name" (needed for long lexers list)
install.inf: can write lexers list by RegEx: [info] $name=regex:.*SQL.*

[close]

http://www.uvviewsoft.com/cudatext/
Titel: SimpleHyp 2.3
Beitrag von: SiLæncer am 23 Oktober, 2016, 10:15
(http://s26.postimg.org/58ywj2snt/screenshot_122.png)
Easy-to-use HTML editor with syntax highlighting support, predefined HTML tags, basic text conversion features, and design preview.

Freeware

Changelog

Fixed bug where sometimes screen was slow to refresh, or failed to refresh, after cut/paste or text editing keystrokes.
Fixed bug where 'match case', 'whole word', and search direction were disabled on Find/Replace dialogs.
Fixed bug where Lower Case Tags sometimes failed to convert all tags.
Fixed bug where program and Uninstaller was missing from Control Panel "Uninstall or change a program". This was especially an issue in Windows 8 or later where an Uninstall link is not allowed in the Start menu.
Improvements to the installer, especially when installing in multi-user environments.
Improved animated wait cursor for Windows 7 and later.
Enabled F1 key to open help.
Re-positioned find/replace dialogs to top right of window so they're less likely to obscure found text.
Minor improvements to program efficiency.

[close]

http://www.gunamoi.com.au/soft/simplehyp/index.html
Titel: nanDECK 1.22.3
Beitrag von: SiLæncer am 24 Oktober, 2016, 05:45
(http://s26.postimg.org/l8j2hesyh/screenshot_660.jpg)
nanDECK is a scripting graphic software that provides a simple yet flexible language to create multiple images suited for cards or counters .

Freeware

http://www.nand.it/nandeck
Titel: Typora 0.9.21 Beta
Beitrag von: SiLæncer am 25 Oktober, 2016, 19:30
(http://s26.postimg.org/w2onuosnt/screenshot_64.png)
Swiftly write, edit, format and convert text to HTML with the help of this modern looking, streamlined and novice-accessible piece of software.

Freeware

Changelog

Support insert image from local file. Support drag & drop multiple images.
Add preference to use relative path when insert images.
Improve footnote export and behavior.
Add option for auto-numbering math blocks. Support command for refreshing math expression.
Add option set left outline panel collapsible.
Support `` tag without a close tag.
Remove unnecessary math delimiter for exported LaTeX.
Add syntax highlight for `ocaml`, `F#`, `elm`, `spreadsheet` and `pgp(Ascii Armor)`.
Auto-save time schedule can be configured in advanced options.

[close]

http://www.typora.io/
Titel: EditBone 12.7.2
Beitrag von: SiLæncer am 26 Oktober, 2016, 05:40
(http://www.bonecode.com/images/EditBone1.png)
Powerful text editing tool that comes with syntax highlighting support for over 50 languages and scripts, 22 ready made styles, a handy file comparison feature and support for multiple directories and search results.

Freeware

Changelog

Fixed completion proposal
Fixed message dialogs
Fixed painting
Fixed text highlighter
Fixed web link clicks in text highlighter

[close]

http://www.bonecode.com/?page=projects
Titel: Atom 1.12.0 Beta 4
Beitrag von: SiLæncer am 26 Oktober, 2016, 12:24
(http://s26.postimg.org/6bt5lin89/screenshot_265.jpg)
A powerful and flexible application that works as a text and source code editor with syntax highlight, or alternately as a file viewer.

MIT License

Whats new:>>

Fix incorrect keystroke resolution on Linux when ctrl is held down on non-U.S. keyboard layouts. #12951
Fix uncaught exception reading non-standard keyboard layouts on macOS. #13043

https://atom.io/
Titel: EditPad Lite 7.5.0
Beitrag von: SiLæncer am 27 Oktober, 2016, 12:29
(http://www.editpadpro.com/screens/editpadlite.png)
EditPad Lite is a general-purpose text editor, designed to be small and compact, yet offer all the functionality you expect from a basic text editor. EditPad Lite works with Windows NT4, 98, 2000, ME, XP and Vista.

Freeware

Changelog

Improvements:

    About box and demo messages now scale on systems using 200% or more display scaling.
    Toolbar icons are now doubled up in size on systems using 200% or more display scaling making the small icons suitable for 200% display scaling and the large ones for 300% scaling.

Bug fixes:

    Convert|Rot-13: When nothing is selected and thus the whole file is converted, the whole file also became needlessly selected.
    Search: Combo boxes for the search term and replacement (when using the Search toolbar without the full Search panel) did not scale their width on high DPI systems.
    Toolbars: Switching between small and large toolbar icons made the toolbars and menus unresponsive until you closed and restarted EditPad (7.4.0 and 7.4.1 only).

[close]

http://www.editpadpro.com/editpadlite.html
Titel: QOwnNotes 16.10.9 Build 2383
Beitrag von: SiLæncer am 28 Oktober, 2016, 05:45
Whats new:>>

added more Russian, Spanish, German, French, Italian, Dutch, Hungarian and Japanese translation

http://www.qownnotes.org/
Titel: SynWrite 6.27.2430
Beitrag von: SiLæncer am 28 Oktober, 2016, 12:14
(http://images.betanews.com/screenshots/1289816929-1.jpg)
Erweiterter Text-Editor mit Unterstützung von vielen Dateiformaten, Programmiersprachen und Zeichenkodierungen; bietet unter anderem Syntax-Hervorhebung, Auto-Vervollständigung und Code-Vorlagen; auch als Plug-in für Total Commander und als portable Version erhältlich.

Freeware

Changelog

change: added plugin New File; used on clickin arrow near "New file" tool button, instead of old menu (plugin is easier to edit)
change: no menu, only item "File - New file" (cmd "New window" still exists in command list)

[close]

http://www.uvviewsoft.com/synwrite/
Titel: Atom 1.12.0 Beta 5
Beitrag von: SiLæncer am 28 Oktober, 2016, 12:24
Whats new:>>

Remove --harmony flag to work around Chrome 53 bug. #13073
atom-keymap, fixing several keyboard layout bugs: #161, #163, 9b868

https://atom.io/
Titel: Textadept 9.0
Beitrag von: SiLæncer am 29 Oktober, 2016, 06:08
(http://foicica.com/textadept/images/splitviews.png)
Textadept will provide users with a fast, minimalist, and ridiculously extensible text editor. At its core lies less than 2000 lines of C code, and that's how it always will be. While other editors rely on recordable macros to speed up workflow, shell scripts to quickly transform text, and static side panes to manage your documents, files, and more.

Textadept takes it to the extreme: it gives you complete control over the entire application using the embedded Lua language. Lua is nearly as fast as C, and has a very small footprint. In fact, most of Textadept is written in Lua.

License : MIT License

Changelog

Bugfixes:

Better error handling with “filter-through”.
Fixed error in building projects.
Better handling of key bindings on international keyboards.
Scintilla: Respect indentation settings when inserting indentation within virtual space.
Scintilla: Fixed bug with expanding folds.
Scintilla: Fix GTK 3 runtime warning.

Changes:

Added TaskPaper lexer.
Scintilla: Added buffer.VS_NOWRAPLINESTART option to buffer.virtual_space_options.
Updated to Scintilla 3.6.7.

[close]

http://foicica.com/textadept/
Titel: QOwnNotes v16.10.10 Build 2388
Beitrag von: SiLæncer am 29 Oktober, 2016, 11:15
(http://s26.postimg.org/hfer16hsp/screenshot_106.png)
QOwnNotes is a text editor / notepad replacement with markdown support and todo list manager. The program supports themes, keyboard shortcuts, syntax highlighting, and encryption. Includes available nested file list, tags, search, and more. Optionally works with the notes application ownCloud or Nextcloud.

Cross-platform with clients available for Mac and Linux.

License:    GPL

Changelog

the controls in the log panel are now hidden by default and can be accessed via a context menu

    you can also clear the log from the context menu

added an information text about color schemas to the dark mode settings
improved the search for key sequences in the shortcut settings
the todo dialog is not modal any more and doesn't hinder you from using the application main window (for Issue #275)

    you can also open as many todo dialogs as you want now

added more Russian, Spanish, Italian, Portuguese, Dutch, Hungarian and Japanese translation (thank you frostyland, richarson, mlocati, mlimacarlos, Fabijenna and piyo)

[close]

http://www.qownnotes.org/
Titel: CudaText 1.5.0.0
Beitrag von: SiLæncer am 29 Oktober, 2016, 21:45
(http://s26.postimg.org/9ltuvmmu1/screenshot_554.jpg)
Create programming scripts with this powerful tool that supports more than 130 languages and allows users to work concurrently on as many as six groups of projects.

Freeware

Changelog

added plugin: New File; used for dropdown arrow near "New file" tool button; not shown in Plugins
fix: "restore lexer styles" must save lex file
fix: gtk2: "copy to clipbd"
fix: windows: menus on high DPI

[close]

http://www.uvviewsoft.com/cudatext/
Titel: EditBone 12.7.3
Beitrag von: SiLæncer am 31 Oktober, 2016, 06:00
(http://www.bonecode.com/images/EditBone1.png)
Powerful text editing tool that comes with syntax highlighting support for over 50 languages and scripts, 22 ready made styles, a handy file comparison feature and support for multiple directories and search results.

Freeware

Changelog

Fixed bookmark saving
Fixed printing
Fixed title bar popups
Fixed painting of editor control
Fixed matching pair
Fixed word wrap

[close]

http://www.bonecode.com/?page=projects
Titel: EditBone 12.7.4
Beitrag von: SiLæncer am 02 November, 2016, 05:10
Whats new:>>

Fixed bookmarks
Fixed find in files

http://www.bonecode.com/?page=projects
Titel: Atom 1.12.0 Beta 6
Beitrag von: SiLæncer am 02 November, 2016, 13:38
(http://s26.postimg.org/6bt5lin89/screenshot_265.jpg)
A powerful and flexible application that works as a text and source code editor with syntax highlight, or alternately as a file viewer.

MIT License

Whats new:>>

tabs now account for dropping in another pane container atom/tabs#382
atom-keymap now has a public custom keystroke resolver api atom/atom-keymap#164
metrics now include processor architecture (32-bit/64-bit)
Windows binaries are now timestamped and signed using sha256

https://atom.io/
Titel: Notepad++ 7.2
Beitrag von: SiLæncer am 03 November, 2016, 06:10
(http://s26.postimg.org/sa3ge0uxl/screenshot_47.png)
Notepad++ is a tabbed source code editor and Notepad replacement with a customizable interface. It is one of the few few source code editors that supports "folding," allowing users to quickly reduce and expand sections of code to see the overall document. In addition, it features multi-language syntax highlighting, auto-completion, regular expression search/replace, macro recording and playback, etc. The program can access a long list of plug-ins via an easy-to-access menu with even more features and functions.

License: GPL

Whats  new:>>

Add option for smart highlighting extension to anothe view
Fix Installer for 64-bit fails with argument "/D"
Fix uninstaller silent mode issue
Fix a tab settings regression
Fix file not saving bug (Ensure backup directory exists)

http://notepad-plus-plus.org/
Titel: QOwnNotes 16.11.1 Build 2428
Beitrag von: SiLæncer am 04 November, 2016, 04:00
Whats new:>>

fixed build problems with Qt 5.7 under Windows and Mac OS (for Issue #376)
enabled HOEDOWN_EXT_MATH_EXPLICIT in hoedown (for Issue #377)

http://www.qownnotes.org/
Titel: Atom 1.12.0 Beta 7
Beitrag von: SiLæncer am 04 November, 2016, 04:30
Whats new:>>

Fix resolution of keystrokes involving the key on non-Latin keyboards.

https://atom.io/
Titel: EditBone 12.8.0
Beitrag von: SiLæncer am 04 November, 2016, 06:00
Whats new:>>

- Added insert hex color
- Added use explorer theme option for directory and output
- Fixed word wrap

http://www.bonecode.com/?page=projects
Titel: QOwnNotes 16.11.2 Build 2441
Beitrag von: SiLæncer am 04 November, 2016, 19:45
Whats new:>>

added more Spanish, Italian, French and Japanese translation

http://www.qownnotes.org/
Titel: BirdFont 2.17.1
Beitrag von: SiLæncer am 04 November, 2016, 20:45
(http://s26.postimg.org/sj74wh1cp/screenshot_536.jpg)
BirdFont is a free font editor that lets you create vector graphics and export TTF, EOT & SVG fonts.

License: Open Source

http://birdfont.org/
Titel: CudaText 1.5.2.0
Beitrag von: SiLæncer am 06 November, 2016, 19:30
Whats new:>>

api: added, optimised in 5 funcs
lex Pascal: hilites for "types", "msgs"
fix: lex Python

http://www.uvviewsoft.com/cudatext/
Titel: BowPad 2.2.5.1754
Beitrag von: SiLæncer am 07 November, 2016, 05:55
(http://s26.postimg.org/e60vd9bix/screenshot_182.jpg)
BowPad is a small and fast text editor with a ribbon user interface and syntax highlighting.

Features:

syntax highlighting for over 100 file types and languages
handling of many different encodings, including UTF-8, UTF-16 and even UTF-32
easy ribbon user interface
navigation hints in the vertical scrollbar
coloring of open tabs according to their path
extendable with plugins written in jscript or vbscript

Freeware

Changelog

updated to latest Scintilla component 3.7.0
fixed color highlighting in tooltip
bookmarks were not updated in the scroll bar immediately
selection count wasn't shown if equal to search mark
wheel scrolling of tab bar works now on all OS versions

[close]

http://stefanstools.sourceforge.net/BowPad.html
Titel: QOwnNotes 16.11.6 Build 2474
Beitrag von: SiLæncer am 08 November, 2016, 05:07
Whats new:>>

fixed tag creation

http://www.qownnotes.org/
Titel: PilotEdit Lite 10.0.0
Beitrag von: SiLæncer am 08 November, 2016, 18:16
(http://www.pilotedit.com/images/OpenInQuickMode.PNG)
PilotEdit is a text, hex, XML, C/C++, HTML, PHP, Java, Javascript and Perl editor that can edit large files of 400GB (40 billion lines).

It offers customizable syntax and keyword highlighting, advanced search and replace operations, automatic text encoding, 256-bit AES encryption/decryption and a built-in FTP/SFTP client lets you open, edit, download and upload large files directly to/from a FTP/SFTP server.

In addition to standard text editing features, PilotEdit can compare and merge two large files of 100GB (10 billion lines). You can also sort, find/remove duplicate lines and extract strings over a large file of 1GB.

Freeware

http://www.pilotedit.com/
Titel: Atom 1.13.0 Beta 0
Beitrag von: SiLæncer am 10 November, 2016, 12:28
(http://s26.postimg.org/6bt5lin89/screenshot_265.jpg)
A powerful and flexible application that works as a text and source code editor with syntax highlight, or alternately as a file viewer.

MIT License

Changelog

Notable changes:
Made large files open more quickly (#12898).
Stopped using the shadow DOM in atom-text-editor elements (#12903).
Sign and timestamp Windows binaries with SHA256 for help avoid false screening in anti-virus software.
Reopen Project menu to access recently opened folders using the new atom.history api (#13046).
Atom Core:
atom/atom#12911 - Add ability to use custom elements inside tooltips
atom/atom#12937 - Extract signed exe's from nuget-full for portable
atom/atom#12977 - Don't share overlayDimensions across instances
atom/atom#12933 - Don't construct placeholder tokenized lines
atom/atom#12984 - Introducing Atom benchmarks
atom/atom#12898 - Avoid forcing computation of all screen lines when opening a file
atom/atom#12991 - Change locally required Python version to 2.7.12
atom/atom#12994 - Convert ConfigSchema to JS
atom/atom#12903 - Remove shadow DOM from atom-text-editor
atom/atom#13021 - Use flex display in text editor instead of block
atom/atom#12985 - Fix keystroke resolution problems on Linux
atom/atom#13071 - Capitalize save in button label so keybindings work
atom/atom#13046 - Project history api, reopen project menu and command
atom/atom#12922 - Fix for #10474
atom/atom#13078 - Sign Windows builds with sha256 and timestamp
atom/atom#13065 - Convert BufferedProcess and BufferedNodeProcess to JS
atom/atom#13080 - Remove --harmony JavaScript flag
atom/atom#13001 - Build appropriate 32/64-bit version on Linux
atom/atom#13098 - Fix toggleLineCommentsInSelection for empty lines
atom/atom#11541 - 📝 [ci skip] add notes on 'apm' path in Windows
atom/atom#13101 - Per-package transpilation
atom/atom#13125 - Pass package info to transpilers
atom/atom#13124 - Preserve specificity when transforming atom-text-editor::shadow
atom/atom#13095 - Introduce follow through behavior for tooltips
atom/atom#13140 - Fix wrong binding on atom-environment.coffee
atom/atom#13138 - Update Octicons
atom/atom#13160 - Add logo clarification and standard license info to README
atom/atom#13161 - Additional license clarification and update license year
atom-dark-syntax:
atom/atom-dark-syntax#31 - Stop using shadow DOM selectors
atom-dark-ui:
atom/atom-dark-ui#60 - Update font stack
atom/atom-dark-ui#64 - Stop using shadow DOM selectors
atom-light-syntax:
atom/atom-light-syntax#9 - Stop using shadow DOM selectors
atom-light-ui:
atom/atom-light-ui#36 - Stop using shadow DOM selectors
base16-tomorrow-dark-theme:
atom/base16-tomorrow-dark-theme#31 - Stop using shadow DOM selectors
base16-tomorrow-light-theme:
atom/base16-tomorrow-light-theme#11 - Stop using shadow DOM selectors
one-dark-ui:
atom/one-dark-ui#171 - Accent color adjustments
atom/one-dark-ui#168 - Stop using shadow DOM selectors
atom/one-dark-ui#172 - Add infinite edge
atom/one-dark-ui#173 - Add max height to mini editors
atom/one-dark-ui#174 - Move modal down
atom/one-dark-ui#175 - Hide tab-bar when empty
atom/one-dark-ui#176 - Restyle background tips
atom/one-dark-ui#177 - Make notifications have a flexible font-size
atom/one-dark-ui#178 - Improve selection in mini editors
one-light-ui:
atom/one-light-ui#78 - Accent color adjustments
atom/one-light-ui#77 - Stop using shadow DOM selectors
atom/one-light-ui#79 - Add infinite edge
atom/one-light-ui#80 - Add max height to mini editors
atom/one-light-ui#81 - Move modal down
atom/one-light-ui#82 - Hide tab-bar when empty
atom/one-light-ui#83 - Restyle background tips
atom/one-light-ui#84 - Make notifications have a flexible font-size
atom/one-light-ui#85 - Improve selection in mini editors
one-dark-syntax:
atom/one-dark-syntax#79 - Stop using shadow DOM selectors
one-light-syntax:
atom/one-light-syntax#24 - Stop using shadow DOM selectors
solarized-dark-syntax:
atom/solarized-dark-syntax#75 - Highlight all strings
atom/solarized-dark-syntax#76 - Stop using shadow DOM selectors
atom/solarized-dark-syntax#77 - add coffee embedded source style
solarized-light-syntax:
atom/solarized-light-syntax#26 - Stop using shadow DOM selectors
atom/solarized-light-syntax#27 - add coffee embedded source style
about:
atom/about#41 - Update README.md
atom/about#39 - Custom checkbox
atom/about#42 - Convert all specs to use async/await to address flakiness
atom/about#43 - Resize GitHub icon
autocomplete-plus:
atom/autocomplete-plus#782 - Don't recompute symbols or fuzzy provider tokens when editor.largeFileMode is on
atom/autocomplete-plus#779 - Fix shadow DOM removal deprecations
atom/autocomplete-plus#678 - Fix type of seen suggestions
atom/autocomplete-plus#780 - Translate CoffeeScript Files To JavaScript (ES2015)
autosave:
atom/autosave#71 - Fix autosave not working without shadow DOM
bookmarks:
atom/bookmarks#70 - Stop using shadow DOM selectors
atom/bookmarks#71 - Fix jumping to next/previous bookmark and simplify code
command-palette:
atom/command-palette#72 - Fix tests failing because of shadow DOM boundary
removal from the editor
deprecation-cop:
atom/deprecation-cop#69 - Fix unused variables and unnecessary fat arrows
atom/deprecation-cop#70 - Overhaul style sheet deprecation view and show deprecations also in non-dev mode
find-and-replace:
atom/find-and-replace#794 - Fix cmd-c cmd-f quick sequence from altering the text
atom/find-and-replace#789 - Stop using shadow DOM selectors
atom/find-and-replace#796 - Don't show find panel when doing cmd-e
atom/find-and-replace#802 - Remove unnecessary onWillDeactivate method from file-icons service
atom/find-and-replace#768 - Add feature collapse and expand results
atom/find-and-replace#798 - Add css class based on if results were returned from a find
atom/find-and-replace#805 - don't do live search if regex matches empty string
git-diff:
atom/git-diff#110 - Remove unused variables
atom/git-diff#111 - Stop using shadow DOM selectors
go-to-line:
atom/go-to-line#34 - Remove unused variable
atom/go-to-line#38 - update regex to account for pasting text, added edge case to specs
markdown-preview:
atom/markdown-preview#436 - Stop using shadow DOM selectors
atom/markdown-preview#439 - Update keybinding
atom/markdown-preview#441 - Remove confusing checkbox
package-generator:
atom/package-generator#45 - Fix tests failing because of shadow DOM boundary removal from the editor
settings-view:
atom/settings-view#862 - Stop using shadow DOM selectors
status-bar:
atom/status-bar#173 - Add service for disabling Git info tile
atom/status-bar#152 - Add package setting to toggle full-width status-bar
styleguide:
atom/styleguide#45 - Update Octicons
tabs:
atom/tabs#392 - Remove unnecessary onWillDeactivate method from file-icons service
tree-view:
atom/tree-view#525 - Allow reordering project folders via drag and drop
atom/tree-view#967 - Remove unnecessary onWillDeactivate method from file-icons service
wrap-guide:
atom/wrap-guide#60 - Stop using shadow DOM selectors
language-coffee-script:
atom/language-coffee-script#104 - Don't treat regular nested brackets as
destructuring:
atom/language-coffee-script#101 - Allow spaces in regex

[close]

https://atom.io/
Titel: Brackets 1.8
Beitrag von: SiLæncer am 10 November, 2016, 18:15
(http://s26.postimg.org/hf4855ont/screenshot_501.jpg)
Easy-to-use HTML editor and code generator with support for CSS and JavaScript, featuring a live preview function, syntax highlighting and autocompletion.

License : Open Source

Changelog

Update shell node version to 6.3.1 by zaggino : Brackets 1.8 ships with Node 6.3.1. With this upgrade, extension developers can take advantage of all the latest node modules to develop extensions for Brackets.

Cut/Copy/Paste Context menu items by ficristo : Cut, Copy and Paste operations are now available in the context menu.

Code folding support for handlebar template files by thehogfather : Code-folding has now been enabled for blocks and helpers in handlebar template files.

ARIA code hints by Coder206: Brackets 1.8 now supports 'ARIA' attributes for html attribute code hints.

[close]

http://brackets.io/
Titel: Atom 1.13.0 Beta 1
Beitrag von: SiLæncer am 11 November, 2016, 09:12
Whats new

Fixed uncaught exception occurring when using input modes or input methods on macOS. #13154
Fixed non-printable characters being inserted into the buffer when replaying certain keystroke sequences. #13172
Removed two relatively obscure default key bindings that shadowed the ability to type ASCII characters on certain keyboard layouts.

https://atom.io/
Titel: QOwnNotes v16.11.8
Beitrag von: SiLæncer am 12 November, 2016, 10:00
(http://s26.postimg.org/hfer16hsp/screenshot_106.png)
QOwnNotes is a text editor / notepad replacement with markdown support and todo list manager. The program supports themes, keyboard shortcuts, syntax highlighting, and encryption. Includes available nested file list, tags, search, and more. Optionally works with the notes application ownCloud or Nextcloud.

Cross-platform with clients available for Mac and Linux.

License:    GPL

Changelog

16.11.8

    added information whether the notes path exists on the server to the debug information
    fixed storing of position and size of non-modal dialogs

16.11.7

    the tag color of the note will now be updated correctly if a tag is removed from the current note (for Issue #378)
    when creating a new tag in the tag tree by right-clicking on a tag and clicking Add tag the tag will now be shown in the tag tree
    you can now also create tags in the tag tree by right-clicking on the All notes or Untagged notes items and selecting Add tag
    added more Polish translation (thank you lucjan)

[close]

http://www.qownnotes.org/
Titel: EditBone v12.9.0
Beitrag von: SiLæncer am 13 November, 2016, 09:30
(http://www.bonecode.com/images/EditBone1.png)
Powerful text editing tool that comes with syntax highlighting support for over 50 languages and scripts, 22 ready made styles, a handy file comparison feature and support for multiple directories and search results.

Freeware

Changelog

Added regular expression, wildcard, and whole words only options for find in files.

Fixed:

    Bookmarks;
    Color comboboxes;
    Find in files file mask;
    Use explorer theme option default to false;
    Printing;
    Text position of saved tabs;
    Search;
    Scroll shadow painting;
    Collapse mark painting;
    Word wrap;
    Text highlighter;

Optimized directory tree control

Updated:

    Language files;
    AlphaSkins controls v11.19.

[close]

http://www.bonecode.com/?page=projects
Titel: QOwnNotes 16.11.9 Build 2493
Beitrag von: SiLæncer am 14 November, 2016, 04:55
Whats new:>>

added more Dutch and Italian translation

http://www.qownnotes.org/
Titel: Atom 1.13.0 Beta 2
Beitrag von: SiLæncer am 14 November, 2016, 09:12
Whats new:>>

Fixed an error that would sometimes occur when opening a file with soft wrap enabled.
Fixed an error that would occur when opening the line-ending selector. atom/line-ending-selector

https://atom.io/
Titel: Rapid Environment Editor v9.1 build 931
Beitrag von: SiLæncer am 14 November, 2016, 13:16
(http://www.rapidee.com/images/rapidee.png)
Rapid Environment Editor (RapidEE) is an environment variables editor. It includes an easy to use GUI and replaces the small and inconvenient Windows edit box, located in the System Information section.

License: Freeware

Changelog

Updated Swedish and Chinese translations.

Fixed:

    Command line key -R is case-insensitive now;
    RapidEE fails on paste via RDP;
    Copy/Paste always inserts variable as String.

[close]

http://www.rapidee.com/en/about
Titel: SynWrite 6.28.2440
Beitrag von: SiLæncer am 15 November, 2016, 13:30
(http://images.betanews.com/screenshots/1289816929-1.jpg)
Erweiterter Text-Editor mit Unterstützung von vielen Dateiformaten, Programmiersprachen und Zeichenkodierungen; bietet unter anderem Syntax-Hervorhebung, Auto-Vervollständigung und Code-Vorlagen; auch als Plug-in für Total Commander und als portable Version erhältlich.

Freeware

Changelog

* change: deleted stuff "Select/Hilite - Auto-hilites", use plugin Hilite now (Synw code has 5 opts, plugin has 10 opts, via config file)
+ lex Pascal: keywords "types", "msgs"

[close]

http://www.uvviewsoft.com/synwrite/
Titel: Mobirise 3.09.0
Beitrag von: SiLæncer am 15 November, 2016, 17:40
(http://s26.postimg.org/d5pkuwmqh/screenshot_2.png)
Develop fully responsive, mobile-ready websites that look amazing on any devices and browsers. Preview how your website will appear on phones, tablets and desktops directly in the visual editor..

Freeware

https://mobirise.com/
Titel: MiKTeX 2.9.6100
Beitrag von: SiLæncer am 15 November, 2016, 21:17
(http://s26.postimg.org/llqmsrh21/screenshot_77.png)
MiKTeX (pronounced mick-tech) is an up-to-date implementation of TeX/LaTeX and related programs for Windows (all current variants).

Freeware

http://miktex.org/
Titel: NFOPad v1.72
Beitrag von: SiLæncer am 16 November, 2016, 13:54
(http://s26.postimg.org/3sgjfwo49/screenshot_505.jpg)
NFOPad is a small, fast and flexible combined nfo viewer and text editor. It is a clone of Microsoft's Notepad but much more customizable and with some additional features. Of course NFOPad also supports nfo files with ASCII art. The file extension is used to determine whether to use an ANSI or ASCII font.

License: Freeware

Changelog

Tab key will indent the current selection (tabify).
Hebrew localization added.
Url/email detection improvements.
Apostrophe added as word delimiter by default for better word selection in scripts/source code.
Bugfix: Delete line did not work as expected if word wrap was enabled.

[close]

http://truehumandesign.se/s_nfopad.php
Titel: Atom 1.13.0 Beta 3
Beitrag von: SiLæncer am 16 November, 2016, 16:00
Whats new:>>

Fixed an issue where Atom would spawn a shell subprocess that would fail to terminate.
Fixed an error that would sometimes occur when moving or resizing panes containing editors with soft wrapping enabled.

https://atom.io/
Titel: QOwnNotes v16.11.11
Beitrag von: SiLæncer am 17 November, 2016, 05:10
Changelog

the Markdown highlighting options moved to the new Editor settings
more changes to closing of brackets and markdown formatting characters (for Issue #386)

    you can now disable the feature in the Editor settings
    added closing of < and removed closing of '
    * will now only be closed if not used in lists
        it will be checked if it is on the beginning of a block or if it has just whitespaces in front of it

added more Italian, Dutch, Hungarian, Polish, Spanish, Portuguese, German and Japanese translation (thank you mlocati, Manu-sh, Fabijenna, lucjan, richarson, mlimacarlos, bigant and piyo)

[close]

http://www.qownnotes.org/
Titel: Alternate Text Browser 3.110
Beitrag von: SiLæncer am 18 November, 2016, 05:21
(http://s26.postimg.org/f10vppk49/screenshot_84.png)
This program makes it easy to browse through text- and html-files (also xml), syntax highlighting for serveral programming languages available (C++, Pascal, PHP, Perl, ASM, JScript etc.).

Freeware

Whats new:>>

Shortcut changed for Code Optimizer (F9), short added for filter (F4)
Minor GUI corrections in child window
Memo 2.810 added

http://www.alternate-tools.com/pages/c_textbrowser.php?lang=ENG
Titel: Atom 1.13.0 Beta 4
Beitrag von: SiLæncer am 18 November, 2016, 09:17
(http://s26.postimg.org/6bt5lin89/screenshot_265.jpg)
A powerful and flexible application that works as a text and source code editor with syntax highlight, or alternately as a file viewer.

MIT License

Changelog

Various default keybindings that used ctrl-alt and a letter have been rebound or removed on Windows and Linux to avoid conflicting with common international glyphs. Full details are below in Default keymap changes
Fixed multiple key bindings issues caused by changes to improve international keyboard support:
Allow ctrl-alt- bindings to shadow the ability to type non-ASCII AltGraph characters on Windows international keyboards. If you need access to non-ASCII symbols that are shadowed by default key bindings you will need to unset! those bindings.
Fixed keystroke resolution on Windows when caps-lock is enabled.
Fixed key bindings interfering with IME text input
Fixed path resolution issues with network-mapped paths by upgrading Electron to fix a bug in Node
Default keymap changes (Windows & Linux only)

To avoid conflicts with glyphs on international keyboards the following default keyboard shortcuts have been
changed:

window:reload is now ctrlshiftr
window:run-package-specs is now ctrlshifty
application:add-project-folder is now ctrlshifta
editor:fold-selection is now ctrlaltshift[
autoflow:reflow-selection is now ctrlshiftq

[close]

https://atom.io/
Titel: Typora 0.9.22 Beta
Beitrag von: SiLæncer am 20 November, 2016, 18:00
(http://s26.postimg.org/w2onuosnt/screenshot_64.png)
Swiftly write, edit, format and convert text to HTML with the help of this modern looking, streamlined and novice-accessible piece of software.

Freeware

Changelog

Fix the logic for relative path for `typora-root-url`.
Support recent used files on Windows jumplist.
Support paste images into Typora(after set-up).
Support copy images to selected folder when insert images.
Fix bugs related to collapsible outline panel.
Fix bugs that exported PDF may contain HTML in bookmark.
Fix bugs about undo/redo for nest task list.
Fix mermaid no responding when Chinese character exists.
Change `copy as markdown` option from opt-in to opt-out.
Support elixir for code fences.
Fix cli support on Linux.
Fix some typo on interface.

[close]

http://www.typora.io/
Titel: Notepad++ v7.2.1
Beitrag von: SiLæncer am 21 November, 2016, 05:00
(http://s26.postimg.org/sa3ge0uxl/screenshot_47.png)
Notepad++ is a tabbed source code editor and Notepad replacement with a customizable interface. It is one of the few few source code editors that supports "folding," allowing users to quickly reduce and expand sections of code to see the overall document. In addition, it features multi-language syntax highlighting, auto-completion, regular expression search/replace, macro recording and playback, etc. The program can access a long list of plug-ins via an easy-to-access menu with even more features and functions.

License: GPL

Whats  new:>>

Fix expanding environment variables regression in backup path.

http://notepad-plus-plus.org/
Titel: Atom 1.12.5
Beitrag von: SiLæncer am 21 November, 2016, 12:21
Changelog

For non-Latin keyboards such as Russian and Hebrew, keystrokes containing modifiers are now resolved with U.S. layout characters for all keys, not just keys with non-Latin keycaps. For example, ctrl-. and ctrl-/ are now typed based on the position of those symbols on a U.S. layout. atom/atom-keymap#179
On Windows, dead keys now resolve to dead for binding purposes instead of their corresponding character. This is because looking up the unicode character for a dead key via Windows APIs interferes with the keyboard buffer, causing dead keys not to register for any keystroke in which such a lookup is performed. #13263
Reverted a keymap behavior change in which keystrokes targeting a different DOM element were retargeted to the current focused element because it was causing an infinite recursion in certain edge cases. #13181

[close]

https://atom.io/
Titel: nanDECK v1.22.3
Beitrag von: SiLæncer am 22 November, 2016, 05:00
(http://s26.postimg.org/l8j2hesyh/screenshot_660.jpg)
nanDECK is a scripting graphic software that provides a simple yet flexible language to create multiple images suited for cards or counters .

Freeware

http://www.nand.it/nandeck
Titel: ConstEdit 2.6.1
Beitrag von: SiLæncer am 22 November, 2016, 20:21
(http://s26.postimg.org/5p2bykt95/screenshot_799.jpg)
ConstEdit is an HTML5 editor that lets you write your words to your webpages and read your documents with your web-browser.

Unlike cloud apps and online html editors, it does not require an internet connection to work with. It runs locally on your pc for better performance, convenience and security. By omitting functionality that is unnecessary for the average office requirements, the user interface is kept clean.

Freeware (for personal use only)

Changelog

The "Open To Browse" option now opens the read-only copy at the same working position as the document that is being edited. This provides more convenience of making references to the read-only copy.
Note that if the current document that is being edited has unsaved changes, there may be discrepancy in the opening position due to the unsaved changes.
Auto-capitalization is now able to handle the first word in quoted text (e.g. dialogues), which is at a sentence-begin.
Quoted text is identified by the app as text that immediately follows a double quotation mark " or an apostrophe '.
Note that the left and right double quotation marks are not handled by the app.

[close]

http://www.constedit.com/
Titel: QOwnNotes 16.11.14 Build 2525
Beitrag von: SiLæncer am 24 November, 2016, 04:50
(http://s26.postimg.org/hfer16hsp/screenshot_106.png)
QOwnNotes is a text editor / notepad replacement with markdown support and todo list manager. The program supports themes, keyboard shortcuts, syntax highlighting, and encryption. Includes available nested file list, tags, search, and more. Optionally works with the notes application ownCloud or Nextcloud.

Cross-platform with clients available for Mac and Linux.

License:    GPL

Whats new:>>

added Ukrainian translation and more Italian, Dutch, Hungarian, Polish, German, Portuguese and French translation

http://www.qownnotes.org/
Titel: CudaText 1.5.3.0
Beitrag von: SiLæncer am 24 November, 2016, 13:58
(http://s26.postimg.org/9ltuvmmu1/screenshot_554.jpg)
Create programming scripts with this powerful tool that supports more than 130 languages and allows users to work concurrently on as many as six groups of projects.

Freeware

Changelog

opt tab_max_pos_expanded
lex Pascal: hilite "exit/result"
fix: dialogs for high-DPI (windows)
fix: folded-blocks were empty bars on Python

[close]

http://www.uvviewsoft.com/cudatext/
Titel: SynWrite 6.28.2442
Beitrag von: SiLæncer am 24 November, 2016, 21:30
(http://images.betanews.com/screenshots/1289816929-1.jpg)
Erweiterter Text-Editor mit Unterstützung von vielen Dateiformaten, Programmiersprachen und Zeichenkodierungen; bietet unter anderem Syntax-Hervorhebung, Auto-Vervollständigung und Code-Vorlagen; auch als Plug-in für Total Commander und als portable Version erhältlich.

Freeware

Whats new:>>

* fix: manifest file for high-dpi

http://www.uvviewsoft.com/synwrite/
Titel: Resource Hacker 4.5.28
Beitrag von: SiLæncer am 25 November, 2016, 07:00
(http://images.betanews.com/screenshots/978208949-1.gif)
Resource Hacker is a utility to view, modify, add, delete, and extract resources in Windows executables. It incorporates an internal resource script compiler and decompiler.

Freeware

Whats new:>>

Major changes (and improvements) to the commandline syntax.

http://www.angusj.com/resourcehacker/
Titel: Komodo Edit 10.1.2 Build 17449
Beitrag von: SiLæncer am 25 November, 2016, 17:30
(http://download.winboard.org/uploads/Image/2010-12-22%2009%2024%2056.png)
Komodo Edit ist ein Editor, der folgende Sprachen unterstützt: PHP, Python, Ruby, java script, Perl, Tcl, XML, HTML 5, CSS 3. Weiterhin bietet das Programm eine Projektverwaltung, Sweet-Editor und kann mittels Erweiterungen ausgebaut werden.

Freeware

Changelog

Fix for random crashes: We've been investigating a random crashes bug that was affecting a small but significant number of our users. Due to the complexity of the bug and the fact that we have to this day not been able to reproduce it ourselves we this was a tough nut to crack. Luckily our ex lead developer Todd Whiteman was affected by the crashes and kindly contributed a workaround. Komodo 10.1.2 will include this fix and should resolve these random crashes for people affected by it
Fix instability on new installs: Due to a bug in the new tutorial feature introduced in 10.1 there were some stability issues in Komodo, mainly noticeable in the editor history no longer working. This has been addressed in version 10.1.2

Community Contributions:

Contributed a fix for the random crashes issue
Contributed a fix for the color picker wrongfully triggering on less and scss variables
Contributed a fix for notification colors not contrasting well on some color schemes
Went above and beyond in helping us diagnose and fix the random crashes bug

[close]

http://www.activestate.com/komodo-edit/downloads
Titel: Resource Hacker 4.5.30
Beitrag von: SiLæncer am 27 November, 2016, 10:00
Whats new:>>

Update: Very minor cosmetic improvements

http://www.angusj.com/resourcehacker/
Titel: SynWrite v6.28.2444
Beitrag von: SiLæncer am 27 November, 2016, 11:00
Whats new:>>

- fix: installer of lexer forgot to copy .cuda-lexmap
- fix: manifest file for high-dpi

http://www.uvviewsoft.com/synwrite/
Titel: Notepad++ v7.2.2
Beitrag von: SiLæncer am 28 November, 2016, 05:00
Whats  new:>>

Fixed:

    Auto-updater setting toggles between startups bug.
    "Replace All" button shortcut accelerator in Replce dialog not working regression.
    Unusual plugin update prompt after upgrade to 7.2.1 version.

http://notepad-plus-plus.org/
Titel: QOwnNotes 16.11.16 Build 2549
Beitrag von: SiLæncer am 28 November, 2016, 21:15
Whats new:>>

added more Spanish, French and Russian translation

http://www.qownnotes.org/
Titel: SynWrite 6.28.2450
Beitrag von: SiLæncer am 29 November, 2016, 12:29
(http://images.betanews.com/screenshots/1289816929-1.jpg)
Erweiterter Text-Editor mit Unterstützung von vielen Dateiformaten, Programmiersprachen und Zeichenkodierungen; bietet unter anderem Syntax-Hervorhebung, Auto-Vervollständigung und Code-Vorlagen; auch als Plug-in für Total Commander und als portable Version erhältlich.

Freeware

Whats new:>>

+ api (for search-marks)
– fix: installer of lexer forgot to copy .cuda-lexmap
– fix: manifest file for high-dpi

http://www.uvviewsoft.com/synwrite/
Titel: Atom 1.12.6
Beitrag von: SiLæncer am 29 November, 2016, 13:52
(http://s26.postimg.org/6bt5lin89/screenshot_265.jpg)
A powerful and flexible application that works as a text and source code editor with syntax highlight, or alternately as a file viewer.

MIT License

Changelog

Added support for using SVG elements in block decorations. #13321
Fixed a regression that was preventing Atom from being executed via the command line with the --profile-startup argument. #13288
On Windows, fixed an issue that was causing Atom to not use the system keyboard language when changing it while Atom was open. atom/keyboard-layout#22
On Windows, solved a problem that was preventing certain keyboard languages (e.g. Saudi Arabian) from being recognized. atom/keyboard-layout#23
On Linux, fixed a regression that made Atom use 100% of a CPU core when launching it from a desktop shortcut or via the GNOME launcher. #13320
On Linux, added a missing dependency to the RPM package that was preventing Atom from being opened when such dependency was not already installed on the system. #13289

[close]

https://atom.io/
Titel: Atom 1.13.0 Beta 6
Beitrag von: SiLæncer am 29 November, 2016, 17:40
Changelog

Fixed a bug in Find and Replace that made Atom throw an exception when writing invalid regular expressions. atom/find-and-replace#817
Added support for using SVG elements in block decorations. #13321
Fixed a regression that was preventing Atom from being executed via the command line with the --profile-startup argument. #13288
On Windows, fixed an issue that was causing Atom to not use the system keyboard language when changing it while Atom was open. atom/keyboard-layout#22
On Windows, solved a problem that was preventing certain keyboard languages (e.g. Saudi Arabian) from being recognized. atom/keyboard-layout#23
On Linux, fixed a regression that made Atom use 100% of a CPU core when launching it from a desktop shortcut or via the GNOME launcher. #13320
On Linux, added a missing dependency to the RPM package that was preventing Atom from being opened when such dependency was not already installed on the system. #13289

[close]

https://atom.io/
Titel: QOwnNotes v16.11.17
Beitrag von: SiLæncer am 30 November, 2016, 04:45
(http://s26.postimg.org/hfer16hsp/screenshot_106.png)
QOwnNotes is a text editor / notepad replacement with markdown support and todo list manager. The program supports themes, keyboard shortcuts, syntax highlighting, and encryption. Includes available nested file list, tags, search, and more. Optionally works with the notes application ownCloud or Nextcloud.

Cross-platform with clients available for Mac and Linux.

License:    GPL

Whats new:>>

lots of memory leak fixes, memory related optimizations and speed improvements, mainly in conjunction with the dialogs and the ownCloud service
added more German, Italian, Polish and Portuguese translation (thank you mlocati, lucjan and mlimacarlos)

http://www.qownnotes.org/
Titel: QOwnNotes 16.11.18 Build 2563
Beitrag von: SiLæncer am 01 Dezember, 2016, 05:50
Whats new:>>

made a small text change

http://www.qownnotes.org/
Titel: SynWrite 6.29.2470
Beitrag von: SiLæncer am 04 Dezember, 2016, 10:30
Whats new:>>

+ option „Cut line if no selection“ (was „Copy/Cut line…“, now 2 opts)
* delete option „Preserve selection“ (caused problems with plugins, they want caret at selection)
* lex Pascal: drop hilites of „types“, „implementation backgnd“
* api

http://www.uvviewsoft.com/synwrite/
Titel: Scite 3.7.1
Beitrag von: SiLæncer am 04 Dezember, 2016, 20:00
(http://s26.postimg.org/grtf9e7x5/screenshot_191.png)
Editor mit Syntax-Highlighting, Auto-Completion, Folding und vielem mehr...

Lizenz: Open Source

Changelog

The Scintilla namespace is no longer applied to struct definitions in Scintilla.h even when SCI_NAMESPACE defined. Client code should not define SCI_NAMESPACE
Previously deprecated features SC_CP_DBCS, SCI_SETUSEPALETTE. and SCI_GETUSEPALETTE have been removed and can no longer be used in client code
Accessibility support allowing screen readers to work added on GTK+ and Cocoa
Textual tags may be displayed to the right on folded lines with SCI_TOGGLEFOLDSHOWTEXT. This is commonly something like "{ ... }" or "...". It is displayed with the STYLE_FOLDDISPLAYTEXT style and may have a box drawn around it with SCI_FOLDDISPLAYTEXTSETSTYLE
A mouse right-click over the margin may send an SCN_MARGINRIGHTCLICK event. This only occurs when popup menus are turned off. SCI_USEPOPUP now has three states: SC_POPUP_NEVER, SC_POPUP_ALL, or SC_POPUP_TEXT
INDIC_POINT and INDIC_POINTCHARACTER indicators added to display small arrows underneath positions or characters
Added alternate appearance for visible tabs which looks like a horizontal line. Controlled with SCI_SETTABDRAWMODE. Feature #1165
On Cocoa, a modulemap file is included to allow Scintilla to be treated as a module. This makes it easier to use Scintilla from the Swift language
Baan folder accommodates sections and lexer fixes definition of SCE_BAAN_FUNCDEF
EDIFACT lexer and folder added. Feature #1166
JSON folder fixed where it didn't resume folding with the correct fold level
Matlab folder based on syntax instead of indentation so more accurate. Bug #1692
YAML lexer fixed style of references and keywords when followed by a comment. Bug #1872
Margin click to select line now clears rectangular and additional selections
Fixed a NULL access bug on GTK+ where the scrollbars could be used during destruction. Bug #1873
A potential bug on GTK+ fixed where asynchronous clipboard could be delivered after its target Scintilla instance was destroyed
Cocoa IME made more compliant with documented behaviour to avoid bugs that caused huge allocations. Bug #1881
On Win32 fix EM_SETSEL to match Microsoft documentation.. Bug #1886
SciTE on GTK+ allows localising tool bar tool tips. Feature #1167
SciTE on Windows restores focus to edit pane after closing user strip
SciTE measures files larger that 2 GB which allows it to refuse to open huge files more consistently and to show better warning messages

Structure names in Scintilla.h without prefixes are deprecated and will now only be usable with INCLUDE_DEPRECATED_FEATURES defined. Use the newer names with the "Sci_" prefix:

CharacterRange -> Sci_CharacterRange
TextRange ->Sci_TextRange
TextToFind -> Sci_TextToFind
RangeToFormat -> Sci_RangeToFormat
NotifyHeader -> Sci_NotifyHeader

[close]

http://www.scintilla.org/SciTE.html
Titel: QOwnNotes 16.12.0 Build 2576
Beitrag von: SiLæncer am 05 Dezember, 2016, 05:30
Whats new:>>

added more Japanese, Italian, Polish and Portuguese translation

http://www.qownnotes.org/
Titel: TED Notepad 6.1.1
Beitrag von: SiLæncer am 05 Dezember, 2016, 16:15
(http://images.six.betanews.com/screenshots/1140206045-1.png)
TED Notepad is a growing freeware text editor, fertile in innovative features, text-processing functions and other advanced tools. All of them on hotkeys; all designed for quick advanced editing and text cold-working. This light-weight portable notepad replacement fits on any USB flash disk and loads instantly with no installation required. Daily writing of notes, lists, scripts or even code can get even easier than you thought.

Freeware

Changelog

+ Added: Support for IME composing window.
+ Added: Added support for DPI-aware scaling.
+ Added: Push Line Up and Push Line Down for moving lines around.
+ Added: Drag&Drop editing; moving text by mouse is available via both buttons.
+ Added: Setting: Auto-save Untitled documents (into the Temp path).
+ Added: Setting: Store auto-save files in the Temp path instead of current directory.
+ Added: Setting: Store backup files in the Temp path instead of current directory.
+ Added: Setting: Temp path for storing autosave and backup files to, with relative paths support.
+ Added: Setting: Create backup files with hidden attribute.
+ Added: Setting: Create multiple backup files and rotate them.
+ Added: Setting: Warn on loading binary files.
+ Added: Setting: Ignore case in quick Sort tools.
+ Added: Check for Updates and Automatic Check for updates.
+ Added: If there is a new version available, hint is displayed in the StatusBar.
+ Added: Command line parameter: /u Check for Updates.
+ Added: Command line parameter: /l Goto Line accepts negative numbers and works from the end.
+ Added: Command line parameter: /c Goto Offset accepts negative numbers and works from the end.
+ Added: Command line parameter: /s Set Selection accepts negative numbers and works from the end.
+ Added: Command line parameters: /l Goto Line and /c Goto Offset can be used together.
- Fixed: Italics fonts are no longer clipped.
- Fixed: Selection background does not clip nearby characters anymore.
- Fixed: Each tab character now enforces at least some minimum visual extent.
- Fixed: Selected end-of-line extent and visible end-of-line extent were unified.
- Fixed: When switching to another instance of the same document, no unexpected questions are asked.
- Fixed: Message about another instance takes precedence over message about lost auto-save found.
- Fixed: Document is not auto-saved if there are no modifications since last auto-save.
- Fixed: The user is now warned that it is necessary to save recovered document.
- Fixed: Auto-save file was not always removed after successful recovery.
- Fixed: Canceling Revert operation no longer removes current auto-save.
- Fixed: Chosen encoding or code page is no longer reset during Revert.
- Fixed: Overwrite flag is no longer reset during Revert or Re-open.
- Fixed: Creating a new file during loading adds such new file to Recent files.
- Fixed: Relative paths are supported for Template file and are not updated during loading.
- Fixed: Changing current encoding also changes BOM flag to reasonable default.
- Fixed: Default newlines are used upon no newlines in the loaded file.
- Fixed: Default newlines are used upon mixed newlines in the loaded file when No mixed newlines are in force.
- Fixed: Default newlines are used upon mixed newlines in the document if No mixed newlines are turned on.
- Fixed: Lists of available codepages split into categories for easier navigation.
- Fixed: Shift+BackSpace deletes previous character just like a simple BackSpace.
- Fixed: Insert Recently Inserted text was needlessly unavailable sometimes.
- Fixed: Sorted Complete Word dialog was inserting incorrect suggestions.
- Fixed: Right-click menu could appear on a wrong position upon several displays.
- Fixed: Scrolling by mouse via selecting text outside of edit window has been slowed down.
- Fixed: Message is displayed after successful replace and no further occurrences.
- Fixed: Replace tool used empty string upon undefined back-references, instead of skipping such occurrences.
- Fixed: Propper icon recovery while re-starting crashed Windows Explorer.
- Fixed: Keyboard focus was not relinquished properly upon Hide to Tray.
- Fixed: Saving widnows position and/or size and restoring them was reviewed.
- Fixed: Config INI file is only updated upon actual changes in the config data.
- Fixed: Some funky edge cases were fixed in various tools and features.
* Esc key cancels any ongoing mouse operation.
* Right-click can also be used to select text before the Right-click menu appears.
* Paste from clipboard thru Ctrl+Right-click occurs only upon releasing the button.
* Selected lines are slightly accentuated by double-drawing the text.
* ODO meter and Trip meter were added to the Utility info dialog for amusement.
* Overwrite mode menu item added to Options menu for convenience.
* Date/time glue setting moved from the Tools page to the General page.
* Warning is show in the Status Bar upon saving Unicode file with no BOM.
* Document title is always displayed in the taskbar and caption, even if also showing the full file path.
* Stay on Top is saved along with other common options in the Basic Options category.
* Newlines are now decoded in Could not find messages; with a new setting to disable this.
* Progress percentage during re-wrap has been rewritten to give a more linear user experience.
* The .reloc section was removed from executables in a hope all future Windows will accomodate.
* Executable code was moved back to the .text section where it belongs.
* Read-only data was moved back to the .rdata section where it belongs.
* Text storage engine improved to support files with truckload of lines.
* Text storage engine memory usage and general behaviour optimized.
* Edit box behaviour and other code optimized.
* Utf-8 recognition algorithm fortified.

[close]

http://jsimlo.sk/notepad
Titel: Komodo Edit 10.1.3
Beitrag von: SiLæncer am 06 Dezember, 2016, 20:10
(http://download.winboard.org/uploads/Image/2010-12-22%2009%2024%2056.png)
Komodo Edit ist ein Editor, der folgende Sprachen unterstützt: PHP, Python, Ruby, java script, Perl, Tcl, XML, HTML 5, CSS 3. Weiterhin bietet das Programm eine Projektverwaltung, Sweet-Editor und kann mittels Erweiterungen ausgebaut werden.

Freeware

Changelog

This is a very minor release that fixes bug #2180, which was causing the selection to expand when indenting or un-indenting. This bug was introduced in 10.1.2 due to the fix for bug #900 and we felt it significant enough to prioritize a quick update that addresses this issue.

[close]

http://www.activestate.com/komodo-edit/downloads
Titel: BlueGriffon 2.1.2
Beitrag von: SiLæncer am 06 Dezember, 2016, 20:40
(http://download.winboard.org/uploads/Image/2011-08-28%2015%2053%2030.png)
BlueGriffon hält sich an den aktuellen W3C-Standard. Unterstützt wird HTML 4.01, XHTML, HTML5, CSS 3, Java, java script.
Der Normalmodus (WYSIWYG) eignet sich besonders für Einsteiger, da man sich hier nicht um den Quelltext kümmern muss.
Ebenfalls dabei ist ein CSS-Editor, der das Entwerfen von Cascading Style Sheets erleichtert und ein Editor zum erstellen von SVG-Grafiken )skalierbare Vektorgrafiken).

Neben dem deutschen Wörterbuch gibt es noch einige Erweiterungen für BlueGriffon auf der Herstellerseite, welche allerdings nicht kostenlos sind. Eine Ausnahme wäre FireFTP (http://www.bluegriffon.com/index.php?pages/FireFTP).

Voraussetzung ist ein installiertes Microsoft Visual C++2008 Redistributable Package (http://www.microsoft.com/downloads/de-de/details.aspx?familyid=a5c84275-3b97-4ab7-a40d-3802b2af5fc2&displaylang=de).

Freeware

http://bluegriffon.org/
Titel: BabelPad 9.0.0.2
Beitrag von: SiLæncer am 06 Dezember, 2016, 21:15
(http://s26.postimg.org/5e8b1wcnt/screenshot_645.jpg)
BabelPad is a free Unicode text editor and word processor for Windows that supports the proper rendering of most complex scripts, and allows you to assign different fonts to different scripts in order to facilitate multi-script text editing.

Freeware

http://www.babelstone.co.uk/index.html
Titel: TabbedEditor 2.0.0 Beta
Beitrag von: SiLæncer am 08 Dezember, 2016, 04:46
(http://s26.postimg.org/j789qj72x/screenshot_59.png)
Import PHP scripts, HTML, JavaScript, CSS or SQL files for minute review and editing using this simple and straightforward software solution.

Freeware

Changelog

Big change: The editor has been rewritten
Changed window registration program
Adding a window additional license
Changing the data in the system registry
Creating windows loading program
New agent presenting FTP folders and files in a drop-down list
New windows: ANSI, Control, DOS, FileExplorer, HTML, SMS and Special
Editing program options
New editor, replacing Scintilla
A tool for managing MySQL databases
New window to add any content to the file
New window add Flash scripts
New window adding JavaScript
New window adding links
New window adding frames
New window adding image
New window omport styles and CSS classes
New window adding meta
New window add table
Added additional encoding files
Adding new language syntax
Adding editing method of coloring languages
Changed the ability to export the file from the source format to HTML, RTF, XML
Changed the print preview and print
Added status bar with information about the file and the system
+ other elements

[close]

http://tabbededitor.eu/
Titel: CudaText 1.5.4.0
Beitrag von: SiLæncer am 08 Dezember, 2016, 05:20
(http://s26.postimg.org/9ltuvmmu1/screenshot_554.jpg)
Create programming scripts with this powerful tool that supports more than 130 languages and allows users to work concurrently on as many as six groups of projects.

Freeware

Changelog

+ tab context menu "Set tab color" dialog redone by kvichans (in Python), dialog has N palettes (option)
+ export to html: optimized file
* lex Pascal: drop hilites of "types", "implementation backgnd"

[close]

http://www.uvviewsoft.com/cudatext/
Titel: QOwnNotes 16.12.3 Build 2595
Beitrag von: SiLæncer am 09 Dezember, 2016, 20:30
(http://s26.postimg.org/hfer16hsp/screenshot_106.png)
QOwnNotes is a text editor / notepad replacement with markdown support and todo list manager. The program supports themes, keyboard shortcuts, syntax highlighting, and encryption. Includes available nested file list, tags, search, and more. Optionally works with the notes application ownCloud or Nextcloud.

Cross-platform with clients available for Mac and Linux.

License:    GPL

Whats new:>>

added checkboxes to always accept external changes

http://www.qownnotes.org/
Titel: QOwnNotes v16.12.4
Beitrag von: SiLæncer am 11 Dezember, 2016, 11:15
(http://s26.postimg.org/hfer16hsp/screenshot_106.png)
QOwnNotes is a text editor / notepad replacement with markdown support and todo list manager. The program supports themes, keyboard shortcuts, syntax highlighting, and encryption. Includes available nested file list, tags, search, and more. Optionally works with the notes application ownCloud or Nextcloud.

Cross-platform with clients available for Mac and Linux.

License:    GPL

Changelog


    all three settings about external modifications of the current note in the general settings are now mutual exclusive (for Issue #405)
    the version 0 problem at fresh installations of QOwnNotesAPI from the store was now fixed in Nextcloud 11 (for Issue #262)
    scripts now also work with a path relative to the data directory in portable mode (for Issue #412)
    if you select a new script path for a script in the script settings the directory of your current script will be selected
        in portable mode the data directory will be selected if no script path was set yet
    the path to an external editor will now also be stored relative to the data directory in portable mode
        if you select a path and no path was set yet the data directory will now be selected
    added more Dutch and Hungarian translation (thank you Fabijenna)


[close]

http://www.qownnotes.org/
Titel: Atom 1.12.7
Beitrag von: SiLæncer am 12 Dezember, 2016, 09:09
(http://s26.postimg.org/6bt5lin89/screenshot_265.jpg)
A powerful and flexible application that works as a text and source code editor with syntax highlight, or alternately as a file viewer.

MIT License

Changelog

Upgrade to Electron 1.3.13 which includes several bug fixes including a keybinding fix for Linux users.
Replace libXScrnSaver with libXss.so.1 in RPM package spec, resolving #13354.
Activate packages immediately if hook had already been triggered.

[close]

https://atom.io/
Titel: Atom 1.13.0 Beta 8
Beitrag von: SiLæncer am 12 Dezember, 2016, 16:45
Whats new:>>

Fixed a regression in 1.13 where an editor pane did not properly get focus when another pane was destroyed. #13206

https://atom.io/
Titel: FocusWriter 1.6.3
Beitrag von: SiLæncer am 12 Dezember, 2016, 21:40
(http://s26.postimg.org/9wb0ptx5l/screenshot_567.jpg)
FocusWriter hilft Vielschreibern beim Verfassen von Texten. Die Textverarbeitung blendet alle Menüs und Leisten aus. So kann man sich beim Schreiben voll und ganz auf das Wesentliche konzentrieren.

Der Vollbild-Texteditor FocusWriter zeigt als Oberfläche absichtlich lediglich den blanken Text. Daher gelingt es leichter, störungs- und ablenkungsfrei zu schreiben. Auf Wunsch kann man auf zusätzliche Steuerelemente zugreifen und diese per Maus über die Bildschirmränder abrufen.

Außerdem kann bei FocusWriter eine Statuszeile mit der aktuellen Uhrzeit, einem Timer und Statistiken eingeblendet werden. Das geplante Arbeitspensum legt der Schreiber in den Einstellungen in Minuten oder Wörtern fest. Textart und -farbe werden hier ebenfalls ganz nach Wunsch bestimmt.

Mit FocusWriter können mehrere Dokumente parallel bearbeitet werden. Ein Speichern erfolgt im RTF-, ODT- oder TXT-Format. Standardmäßig zeigt die Freeware einen einfarbigen, nüchternen Hintergrund. Wer die Arbeitsumgebung etwas freundlicher und abwechslungsreicher gestalten möchte, kann die Farbe ändern und auch ein eigenes Bild als Hintergrund einblenden.

FocusWriter enthält alle Grundfunktionen einer Textverarbeitung inklusive Textformatierungen, einer Rechtschreibprüfung und dem Suchen und Ersetzen von Wörtern und Textausschnitten. Die Freeware spricht vor allem den Vielschreiber an, der sich allein auf den Text konzentrieren möchte.

Changelog

Updated included hunspell
FIXED: Line spacing was ignored when pasting in new documents
FIXED: Pasting text always made document rich text
FIXED: Possible delay on start when creating non-native printer
Translation updates: Chinese (China), Japanese, Korean, Lithuanian, Polish, Russian, Ukrainian

[close]

http://gottcode.org/focuswriter/
Titel: QOwnNotes v16.12.7
Beitrag von: SiLæncer am 13 Dezember, 2016, 16:50
Changelog

16.12.7

    headlines now have a small top and bottom margin in the edit panel

16.12.6

    a lot of markdown syntax is now masked in gray in the markdown highlighting
        there is a new highlighting state Masked syntax in the Editor fonts & color settings to choose a styling for masked markdown syntax
    the font size of the headlines were increased in the Light and Dark color schemas
    QOwnNotesAPI 16.12.0 was released in the Nextcloud store to fix signature checks (for Issue #414)
    added more Spanish, Portuguese and Russian translation (thank you richarson, mlimacarlos and frostyland)

[close]

http://www.qownnotes.org/
Titel: Textadept 9.1
Beitrag von: SiLæncer am 13 Dezember, 2016, 17:10
(http://foicica.com/textadept/images/splitviews.png)
Textadept will provide users with a fast, minimalist, and ridiculously extensible text editor. At its core lies less than 2000 lines of C code, and that's how it always will be. While other editors rely on recordable macros to speed up workflow, shell scripts to quickly transform text, and static side panes to manage your documents, files, and more.

Textadept takes it to the extreme: it gives you complete control over the entire application using the embedded Lua language. Lua is nearly as fast as C, and has a very small footprint. In fact, most of Textadept is written in Lua.

License : MIT License

Changelog

BUGFIXES:

Fixed bug in find/replace with consecutive matches.
Fixed encoding detection for encodings with NUL bytes (e.g. UTF-16).
Fixed duplicate entries in io.recent_files when loading sessions.
Scintilla: Fixed caret placement after left or right movement with rectangular selection.
Scintilla: Fixed GTK 3 incorrect font size in autocompletion list.
Scintilla: Fixed various minor GTK bugs.

CHANGES:

Added support for Protobuf and Crystal.
On Linux systems that support it, make install installs .desktop files too.
Removed MacRoman encoding detection and options.
Scintilla: Character-based word selection, navigation, and manipulation.
Scintilla: Added buffer.EDGE_MULTILINE, buffer:multi_edge_add_line(), and buffer:multi_edge_clear_all() for multiple edge lines.
Scintilla: Added buffer.MARGIN_COLOUR and buffer.margin_back_n for setting arbitrary margin background colors.
Scintilla: Added buffer.margins for more margins.
Scintilla: Added accessibility support for GTK on Linux.
Scintilla: Added buffer:toggle_fold_display_text() and buffer.fold_display_text_style for showing text next to folded lines.
Scintilla: Added new buffer.INDIC_POINT and buffer.INDIC_POINTCHARACTER indicators.
Scintilla: Added buffer.tab_draw_mode for changing the appearance of visible tabs.
Scintilla: Margin click line selection clears rectangular and multiple selection.
Updated to Scintilla 3.7.1.

[close]

http://foicica.com/textadept/
Titel: BabelPad 9.0.0.3
Beitrag von: SiLæncer am 14 Dezember, 2016, 17:15
(http://s26.postimg.org/5e8b1wcnt/screenshot_645.jpg)
BabelPad is a free Unicode text editor and word processor for Windows that supports the proper rendering of most complex scripts, and allows you to assign different fonts to different scripts in order to facilitate multi-script text editing.

Freeware

http://www.babelstone.co.uk/index.html
Titel: QOwnNotes v16.12.8
Beitrag von: SiLæncer am 14 Dezember, 2016, 20:15
Whats new:>>

added a new shortcut Alt + ⇧ + W to search for the selected text on the web
urls with empty title like [](file://link) are now also highlighted (for Issue #415)
added more Dutch, Hungarian, Japanese, Italian, German and Polish translation (thank you Fabijenna, piyo, mlocati, bigant and lucjan)

http://www.qownnotes.org/
Titel: BookME 4.7.1.7
Beitrag von: SiLæncer am 15 Dezember, 2016, 16:15
(http://s26.postimg.org/tf6h175p5/screenshot_73.png)
BookME bietet einem die Möglichkeit, Nachschlagewerke zu erstellen. Durch die Aufteilung in Kapitel und Unterkapitel hat man die Möglichkeit, sein Werk zu strukturieren. Grafiken und Tabellen können ebenso eingefügt werden, wie interne Hyperlinks auf andere Kapitel oder Dokumente sowie Hyperlinks für Dateien, Internet- und Mailadressen. Das Ergebnis lässt sich in verschiedene Formate exportieren (HTLM, MHT, CHM).

Vorausgesetzt wird ein installierte .NET Framework 2

Unterstützt wird WIN XP bis Seven

Freeware (für den privaten Gebrauch)

Whats new: >>

Korrektur: Ein Bild darf nicht für einen internen Hyperlink oder als Anker verwendet werden.
Korrektur: In manchen Fällen waren die verfügbaren Funktionen im Menü 'Einfügen' nicht mit denen der Toolbar über dem Textfenster ident.
Korrektur: In BookME-Portable wird eine Konfigurationsdatei mitgeliefert, die eine Fehlermeldung nach dem ersten Programmstart verhindert.
Kleine Optimierungen

http://www.dimega.com/
Titel: Programmer's Notepad 2.4.2.1440
Beitrag von: SiLæncer am 15 Dezember, 2016, 20:15
(http://s26.postimg.org/mttr1fpuh/screenshot_77.png)
Programmer's Notepad is a powerful text editor (expandable through the use of addons) targeted at users who work with source code, offering a versatile programming environment and featuring syntax highlighting for many programming languages (through plugins called "schemes"), project management, a great user interface and much more.

License: FreeBSD

Changelog

What's new in 2.4:

Fuzzy matching in "Jump to" dialog, e.g. MTM for MyTestMethod
New style presets
New translations
Delay shutdown for file save
Improved find dialog resizing
PyPN included as optional component in installer
PyPN updated to Python 3.4

Bug Fixes:

Fixes to XML/HTML tag completion
UTF-8 Replace All and UTF-8 character code improvements for Regex search
Fix for script recording due to Scintilla bug

[close]

http://www.pnotepad.org/
Titel: QOwnNotes v16.12.9
Beitrag von: SiLæncer am 15 Dezember, 2016, 21:45
Changelog

fixed a problem where duplicate actions would be shown in the find action dialog
added experimental support for regular file links like <my-note.md> or [my note](my-note.md) in the note edit pane and the note preview (for Issue #266)

    no paths are allowed
    only note files are supported
    when Ctrl - clicked the note will be opened
    the file link is internally converted to a note://my_note url, file extensions will be stripped
    highlighting for such links was also added
    in the preview these file links are replaced with note links, that also takes place when such a link was found in a code block

added more Dutch, Hungarian, Spanish, Italian and Portuguese translation (thank you Fabijenna, richarson, mlocati and mlimacarlos)

[close]

http://www.qownnotes.org/
Titel: SynWrite 6.30.2490
Beitrag von: SiLæncer am 17 Dezember, 2016, 11:30
(http://images.betanews.com/screenshots/1289816929-1.jpg)
Erweiterter Text-Editor mit Unterstützung von vielen Dateiformaten, Programmiersprachen und Zeichenkodierungen; bietet unter anderem Syntax-Hervorhebung, Auto-Vervollständigung und Code-Vorlagen; auch als Plug-in für Total Commander und als portable Version erhältlich.

Freeware

Whats new:>>

+ (Totalcmd plugin) added option QuitOnUnknownFiles; see ReadmeHiddenOptionsForLister.txt
* (Totalcmd plugin) renamed option TxOnly to TextOnly
+ lex HTML: hilite entities &nnnn;, hilite incorrect tag props; hilite colors #nnn
* lex Pascal: dont hilite „interface bkgnd“
– fix: lex Markdown

http://www.uvviewsoft.com/synwrite/
Titel: CodeLobster PHP Edition 5.11.3
Beitrag von: SiLæncer am 17 Dezember, 2016, 18:00
(http://images.six.betanews.com/screenshots/1186155456-1.gif)
CodeLobster PHP Edition is a handy and easy-in-use editor that is primarily intended for quick and easy creation and editing of PHP files. It includes debugger, dynamic help, built-in parser, autocomplete and Class View window for comfortable work with PHP code. CodeLobster PHP Edition also supports such file formats as Text, HTML, XML.

Freeware (Free registration by email is required after 30 days)

Changelog

Magento plug-in:

    Installation wizard
    Autocomplete of Magento functions
    Tooltips on Magento functions
    Magento context and dynamic help

JQuery plug-in:

    Now supports JQuery version 3.1.x
    Improved autocomplete

Symfony plug-in:

    Updated installation wizard

Yii plug-in:

    Updated installation wizard

Improved JavaScript autocomplete
Autocomplete for PHP interfaces
Autocomplete for function return types (PHP 7 syntax)
Support for PHP Traits

Bugs fixed:

    Highligting other View after files comparing
    Incorrect object inspection in PHP7 debugger

[close]

http://www.codelobster.com/
Titel: QOwnNotes v16.12.10
Beitrag von: SiLæncer am 17 Dezember, 2016, 18:45
Changelog

16.12.10

    when linking notes now the title of the note will be used as link-text
    decreased the saturation of some background colors of the Light color schema to increase readability
    tried to fix a problem with wrong reminder times of tasks in the todo list
    fixed a problem with duplicate shortcut items in the shortcut settings after opening the settings dialog multiple times (for Issue #424)
    added more Dutch, Chinese and Japanese translation (thank you Leime, Fabijenna, chonghua and MoeMoePig)

[close]

http://www.qownnotes.org/
Titel: EditBone v12.10.1
Beitrag von: SiLæncer am 19 Dezember, 2016, 13:55
(http://www.bonecode.com/images/EditBone1.png)
Powerful text editing tool that comes with syntax highlighting support for over 50 languages and scripts, 22 ready made styles, a handy file comparison feature and support for multiple directories and search results.

Freeware

Changelog

Added:

    Skin selector (View->Skin selector).
    Highlighters for MIME and Swift.
    Direction and origin into replace dialog.

Updated:

    Language files.
    AlphaSkins controls v11.22.

Fixed:

    Find in files and replace dialogs.
    High DPI scaling.
    Moving to next and previous word.
    Bookmarks.
    Insert hex color.
    Mouse click with unicode characters and code folding.
    Search and replace to support multi-line search patterns.
    Search result painting.
    Slider thumb aspect ratio.
    Word wrap in printing.
    Color comboboxes.
    Split.

[close]

http://www.bonecode.com/?page=projects
Titel: JSONedit v0.9.21
Beitrag von: SiLæncer am 19 Dezember, 2016, 16:45
(http://s26.postimg.org/66opis8ih/screenshot_556.jpg)
JSONedit is a simple editor for the JavaScript Object Notation format "a text-based open standard designed for human-readable data interchange" (source) with availble text and tree views.

Includes array generator using embedded Lua interpreter and Scintilla for text edition.

License:    Freeware

Changelog

Added:

    Font selection for list view;
    Option to load automatically last file at startup.

Node (background + font) coloring works also in list view, sharing settings with tree view.
List view: displaying filtered and total node count.
Tools menu: export content of list view as CSV.

Fixed:

    After Expand All / Expand # levels tree was scrolled to last expanded node - often seemingly random place;
    Scrolling through array with large number of items in list view was slow;
    Flickering for list view when e.g. scrolling (double buffering).

[close]

http://tomeko.net/software/JSONedit/index.php
Titel: JSON Viewer v1.0.3
Beitrag von: SiLæncer am 19 Dezember, 2016, 18:10
(http://s26.postimg.org/qy8yij6vt/screenshot_83.png)
MiTeC JSON Viewer include simple JSON Editor with JSON validation, support hierarchical and text preview, text searching and Base64 encoding/decoding.

Freeware

http://mitec.cz/jsonv.html
Titel: MiTeC XML Viewer v5.4.2
Beitrag von: SiLæncer am 19 Dezember, 2016, 18:40
(http://s26.postimg.org/jjjmq5l09/screenshot_84.png)
MiTeC XML Viewer include simple XML Editor with xml validation, very fast SAX parser, support hierarchical and text preview, text searching, Base64 decoding, attribute listing, image interpretation, Web and Content preview and large files up to available memory.

Freeware

http://mitec.cz/xmlv.html
Titel: EditBone 12.10.2
Beitrag von: SiLæncer am 20 Dezember, 2016, 05:50
(http://www.bonecode.com/images/EditBone1.png)
Powerful text editing tool that comes with syntax highlighting support for over 50 languages and scripts, 22 ready made styles, a handy file comparison feature and support for multiple directories and search results.

Freeware

Changelog

Fixed modified file name formatting
Fixed directory icon in find in files
Updated language files

[close]

http://www.bonecode.com/?page=projects
Titel: QOwnNotes v16.12.11
Beitrag von: SiLæncer am 20 Dezember, 2016, 20:45
(http://s26.postimg.org/hfer16hsp/screenshot_106.png)
QOwnNotes is a text editor / notepad replacement with markdown support and todo list manager. The program supports themes, keyboard shortcuts, syntax highlighting, and encryption. Includes available nested file list, tags, search, and more. Optionally works with the notes application ownCloud or Nextcloud.

Cross-platform with clients available for Mac and Linux.

License:    GPL

Changelog

added a link to the new documentation at docs.qownnotes.org to the scripting settings
the problem with accessing your todo lists on Nextcloud 11 will be fixed in Nextcloud 11.0.1 (see Nextcloud Issue #2552)
added a warning that the ownCloud notes app doesn't support sub-folders in the note folder settings
there now is a repository for Fedora 25

    please visit the QOwnNotes installation page for instructions

added more markdown highlighting support

    multiple block quote characters like > > deeper level
    support for headlines without space after the # like ##no space here, because Beebom was (mis-)using headlines that way in his YouTube video 10 Must Have Linux Apps You Should Use ;)

[close]

http://www.qownnotes.org/
Titel: CudaText 1.5.6.0
Beitrag von: SiLæncer am 20 Dezember, 2016, 21:30
(http://s26.postimg.org/9ltuvmmu1/screenshot_554.jpg)
Create programming scripts with this powerful tool that supports more than 130 languages and allows users to work concurrently on as many as six groups of projects.

Freeware

Changelog

syntax hiliting uses cache: scrolling up/down must be faster, for 3K+ lines
rename opt "dyn_hilite" to "lexer_dynamic_hilite"
add opt "lexer_dynamic_hilite_max_lines"
add opt "lexer_line_separators"
add opt "staples_style"
del opt "staples_show"
improve lex HTML: hilite entities &nnnn;, hilite incorrect tag props, hilite colors #nnn
cmd "duplicate line" allows selection (fwd+back)
fix lex Markdown

[close]

http://www.uvviewsoft.com/cudatext/
Titel: EditBone 12.11.0
Beitrag von: SiLæncer am 21 Dezember, 2016, 04:30
Whats new:>>

Added title bar options
Added find all - adds caret for every match
Fixed modified file name formatting
Fixed Lua highlighter
Updated language files

http://www.bonecode.com/?page=projects
Titel: CodeLobster PHP Edition 5.11.4
Beitrag von: SiLæncer am 21 Dezember, 2016, 05:45
(http://images.six.betanews.com/screenshots/1186155456-1.gif)
CodeLobster PHP Edition is a handy and easy-in-use editor that is primarily intended for quick and easy creation and editing of PHP files. It includes debugger, dynamic help, built-in parser, autocomplete and Class View window for comfortable work with PHP code. CodeLobster PHP Edition also supports such file formats as Text, HTML, XML.

Freeware (Free registration by email is required after 30 days)

Changelog

Magento plug-in:

Installation wizard
Improved JavaScript autocomplete for classes

[close]

http://www.codelobster.com/
Titel: PageBreeze HTML Editor 5.0a
Beitrag von: SiLæncer am 23 Dezember, 2016, 14:15
(http://images.six.betanews.com/screenshots/scaled/1337878753-1.jpg)
PageBreeze is an HTML Editor which has both visual (WYSIWYG) and HTML tag/source modes. PageBreeze Free HTML Editor's design emphasizes simplicity and ease-of-use. You'll find that you'll be creating great looking websites almost instantly--with virtually no learning curve.

Freeware

Whats new:>>

Improved support for Windows 7

http://www.pagebreeze.com/
Titel: SynWrite 6.30.2492
Beitrag von: SiLæncer am 24 Dezember, 2016, 10:00
(http://images.betanews.com/screenshots/1289816929-1.jpg)
Erweiterter Text-Editor mit Unterstützung von vielen Dateiformaten, Programmiersprachen und Zeichenkodierungen; bietet unter anderem Syntax-Hervorhebung, Auto-Vervollständigung und Code-Vorlagen; auch als Plug-in für Total Commander und als portable Version erhältlich.

Freeware

Whats new:>>

fix: autocomplete list closed by '-' chr
fix: lex HTML, for updated Twig lexer

http://www.uvviewsoft.com/synwrite/
Titel: BirdFont 2.18.3
Beitrag von: SiLæncer am 24 Dezember, 2016, 15:20
(http://s26.postimg.org/sj74wh1cp/screenshot_536.jpg)
BirdFont is a free font editor that lets you create vector graphics and export TTF, EOT & SVG fonts.

License: Open Source

Whats new:>>

• HiDPI support on Windows and bugfixes.

http://birdfont.org/
Titel: QOwnNotes 16.12.12 Build 2661
Beitrag von: SiLæncer am 25 Dezember, 2016, 07:29
Whats new:>>

added more Dutch, Hungarian, Italian and Polish translation

http://www.qownnotes.org/
Titel: QOwnNotes 16.12.13 Build 2666
Beitrag von: SiLæncer am 25 Dezember, 2016, 17:45
Whats new:>>

added a comment

http://www.qownnotes.org/
Titel: SynWrite 6.31.2500
Beitrag von: SiLæncer am 26 Dezember, 2016, 09:45
Whats new:>>

* removed commands, they live in plugin Sort: remove dup lines, remove dups+origins, remove adjacent dups, extract dups, extract uniques, remove blank lines, reverse lines, shuffle lines
– fix: autocomplete list closed by ‘-‘ chr
– fix: lex HTML, for updated Twig lexer

http://www.uvviewsoft.com/synwrite/
Titel: QOwnNotes v16.12.14
Beitrag von: SiLæncer am 26 Dezember, 2016, 14:00
Changelog

fixed a highlighting problem with normal text between bold formatted markdown texts (for Issue #431)
now a ¶ character, followed by a new line is used instead of a \n to signal a line break in the diffs of the note versions dialog (for Issue #435)
you can now delete the current line in the note text edit with Alt + Backspace (or ⌘ + Backspace under macOS) (for [Issue #434](https://github.com/pbek/QOwnNotes/issues/434) and [Issue #432](https://github.com/pbek/QOwnNotes/issues/432))
you can now delete the current word in the note text edit with Ctrl + Backspace (or Alt + Backspace under macOS) (for [Issue #432](https://github.com/pbek/QOwnNotes/issues/432))

[close]

http://www.qownnotes.org/
Titel: FlexiWrite 1.01.00
Beitrag von: SiLæncer am 27 Dezember, 2016, 19:40
(http://s26.postimg.org/f5h4e6emx/screenshot_112.png)
FlexiWrite is a light piece of software featuring a flexible and adjustable layout that enables you to scroll through text documents while maintaining the relevant and headings visible.

Freeware

Changelog

Find
Find & Replace
Up to twenty fonts available to use, in addition to the two font families available previously*
Spell Check**
Word Count
Automatic clickable table of contents creation
Remembers reader’s place when document is closed and reopened (last saved Section)
Various minor interface improvements
Specific fonts must be installed on system to be used. Fonts have been chosen for wide availability.
Requires separate third-party download (word list).

[close]

https://www.flexiwrite.com/index.html
Titel: QOwnNotes v16.12.15
Beitrag von: SiLæncer am 28 Dezember, 2016, 20:45
(http://s26.postimg.org/hfer16hsp/screenshot_106.png)
QOwnNotes is a text editor / notepad replacement with markdown support and todo list manager. The program supports themes, keyboard shortcuts, syntax highlighting, and encryption. Includes available nested file list, tags, search, and more. Optionally works with the notes application ownCloud or Nextcloud.

Cross-platform with clients available for Mac and Linux.

License:    GPL

Changelog

fixed a highlighting problem with italic tags at the start of an ordered list, that starts with a *, like * *italic* (for Issue #431)
you will now get a dialog to restart the application if you have modified a setting in the settings dialog that requests a restart
added the application arguments to the output in the debug settings
added more Dutch, Hungarian, Italian, Spanish and Polish translation (thank you Fabijenna, mlocati, richarson and lucjan)

[close]

http://www.qownnotes.org/
Titel: CudaText 1.6.0.3
Beitrag von: SiLæncer am 30 Dezember, 2016, 14:45
(http://s26.postimg.org/9ltuvmmu1/screenshot_554.jpg)
Create programming scripts with this powerful tool that supports more than 130 languages and allows users to work concurrently on as many as six groups of projects.

Freeware

Changelog

big internal changes in core, to support inter-line gaps (it is like "phantoms" in Sublime)
opt "gutter_fold_icons"
paint unprinted arrow-left at end-of-file
cmd "Copy bookmarked lines"
cmd "Delete bookmarked lines"
fix: issues with caret/scroll, after fold/unfold cmds

[close]

http://www.uvviewsoft.com/cudatext/
Titel: EditBone v12.12.0
Beitrag von: SiLæncer am 31 Dezember, 2016, 10:30
(http://www.bonecode.com/images/EditBone1.png)
Powerful text editing tool that comes with syntax highlighting support for over 50 languages and scripts, 22 ready made styles, a handy file comparison feature and support for multiple directories and search results.

Freeware

Changelog

Added:

    Random sort.

Updated:

    Language files.

Fixed:

    Code folding.
    Guide lines painting.
    File tree editing.
    Word wrap.

[close]

http://www.bonecode.com/?page=projects
Titel: QOwnNotes 16.12.16
Beitrag von: SiLæncer am 31 Dezember, 2016, 16:30
Whats new:>>

when the current note is moved to a different note sub-folder the current note will now be unset, like when it is moved to a different note folder (for Issue #446)
added more French, Dutch, Hungarian and Italian translation (thank you lepascalou, Fabijenna and mlocati)

http://www.qownnotes.org/
Titel: Scite 3.7.2
Beitrag von: SiLæncer am 31 Dezember, 2016, 18:30
(http://s26.postimg.org/grtf9e7x5/screenshot_191.png)
Editor mit Syntax-Highlighting, Auto-Completion, Folding und vielem mehr...

Lizenz: Open Source

Changelog

Minimize redrawing for SCI_SETSELECTIONN* APIs. Bug #1888.
Use more precision to allow selecting individual lines in files with more than 16.7 million lines.
For Qt 5, define QT_WS_MAC or QT_WS_X11 on those platforms. Bug #1887.
For Cocoa, fix crash on view destruction with macOS 10.12.2. Bug #1891.
Fix crash on GTK+

[close]

http://www.scintilla.org/SciTE.html
Titel: Notepad++ 7.3
Beitrag von: SiLæncer am 02 Januar, 2017, 04:30
(http://s26.postimg.org/sa3ge0uxl/screenshot_47.png)
Notepad++ is a tabbed source code editor and Notepad replacement with a customizable interface. It is one of the few few source code editors that supports "folding," allowing users to quickly reduce and expand sections of code to see the overall document. In addition, it features multi-language syntax highlighting, auto-completion, regular expression search/replace, macro recording and playback, etc. The program can access a long list of plug-ins via an easy-to-access menu with even more features and functions.

License: GPL

Whats  new:>>

Add MD5 functionalities.
Fix the problem of launch Notepad++ with Admin right after installation.
Fix a problem of recent file history - add to recent file history only if file is removed from all the views.
Get back Find dialog while you lost it (in a multi-screen + laptop configuration).
Fix long hyperlinks truncated problem.

http://notepad-plus-plus.org/
Titel: Torrent File Editor 0.3.1
Beitrag von: SiLæncer am 02 Januar, 2017, 20:15
(http://s26.postimg.org/duwslsivt/screenshot_125.png)
Create torrent files from scratch on your computer by configuring a few parameters and choosing the files you want to be contained within it.

License: GPLv3

https://sourceforge.net/projects/torrent-file-editor/
Titel: QOwnNotes v17.01.0
Beitrag von: SiLæncer am 04 Januar, 2017, 04:20
Whats new:>>

notes in the note list are now resorted if they were sorted alphabetically and a note was manually renamed in the note list (for Issue #450, thank you @dwu)
improved on setting the note text edit to be readonly if the last note from a note folder or note sub-folder was removed or moved somewhere else or when there is no visible note to view (for Issue #446)
the Delete word functionality now matches that of other editors more closely (for Issue #453, thank you @dwu)
implemented the ability to set shortcuts for panels (for Issue #452)
added more Spanish and Polish translation (thank you richarson and lucjan)

http://www.qownnotes.org/
Titel: Atom 1.12.8
Beitrag von: SiLæncer am 04 Januar, 2017, 13:37
(http://s26.postimg.org/6bt5lin89/screenshot_265.jpg)
A powerful and flexible application that works as a text and source code editor with syntax highlight, or alternately as a file viewer.

MIT License

Whats new:>>

RPM dependency fix for CentOS #13421

https://atom.io/
Titel: Atom 1.13.0 Beta 9
Beitrag von: SiLæncer am 04 Januar, 2017, 16:15
Whats new:>>

RPM dependency fix for CentOS #13421
Use package-specific transpilation options during tests #13460

https://atom.io/
Titel: Markdown Edit 1.32
Beitrag von: SiLæncer am 05 Januar, 2017, 04:10
(http://s26.postimg.org/wy2jhhic9/screenshot_443.jpg)
Markdown Edit is fully compatible with the CommonMark specification, enabling you to edit Markdown documents, as well as HTML or text ones. It allows document formatting and real-time HTML previewing, providing hotkeys for almost all commands, for easier control.

Freeware

Changelog

make about label style wider
fix crash on tab at start of doc
update package
crash report fixes
limit spellling errors to 20 per paragraph
update pandoc

[close]

http://mike-ward.net/markdownedit/
Titel: Atom 1.12.9
Beitrag von: SiLæncer am 05 Januar, 2017, 04:50
Whats new:>>

Reverted a "fix" for dependency installations on CentOS that actually made the problem worse.

https://atom.io/
Titel: QOwnNotes v17.01.1
Beitrag von: SiLæncer am 05 Januar, 2017, 05:15
Whats new:>>

you can now enter a custom time format when inserting the current time into a note in the Editor settings
    take a look at the time format documentation for more information about the available time formats
the menu entry for showing the note sub-folder panel is now invisible if note sub-folders are not enabled for the current note folder

http://www.qownnotes.org/
Titel: EditBone 12.14.0
Beitrag von: SiLæncer am 05 Januar, 2017, 05:30
Whats new:>>

Added code folding for XML
Fixed code folding
Fixed colors and highlighters
Fixed JSON, SQL, and XML formatting

http://www.bonecode.com/?page=projects
Titel: CudaText 1.6.1.0
Beitrag von: SiLæncer am 05 Januar, 2017, 12:23
(http://s26.postimg.org/9ltuvmmu1/screenshot_554.jpg)
Create programming scripts with this powerful tool that supports more than 130 languages and allows users to work concurrently on as many as six groups of projects.

Freeware

Whats new:>>

fixed toolbar API
new dialog "Addon installed"

http://www.uvviewsoft.com/cudatext/
Titel: PlainEdit.NET v1.5
Beitrag von: SiLæncer am 05 Januar, 2017, 13:52
(https://i.postimg.cc/Ss3HQdGr/screenshot_685.png)
PlainEdit.NET ist ein Editor für Textdateien (ANSI, UTF-8 und Unicode) mit Syntaxhervorhebung für die gängigsten Web-, Script- und Programmiersprachen. Umfangreiche Konvertierungsfunktionen erleichtern das Umwandeln, Formatieren, Kodieren und Dekodieren von Texten.

Die wichtigsten Features:

    PlainEdit.NET kann mehrere Dateien gleichzeitig öffnen (Tabbed-Interface)
    Verschiedene Funktionen zur Textkonvertierung
    Syntaxhervorhebung für die gängigsten Web-, Script- und Programmiersprachen
    Laden und Speichern von ANSI, UTF-8, Unicode und Unicode Big-Endian Dateien
    Dateien mit Windows-, MacIntosh- und Unix-Zeilenumbrüchen werden unterstützt
    Automatisches Ersetzen von Sonderzeichen in die entsprechenden HTML-Kodierungen
    Dokument- und Textvorlagen ermöglichen das schnelle Erstellen von Dokumenten und das Einfügen von vorgefertigten Texten
    Seiteneinrichtung (Ränder, Kopf- und Fußzeilen), sowie eine Druckvorschau
    Über eine Seitenleiste können Snippets (Vorlagen, Codeteile oder sonstige Texte) schnell und einfach eingefügt werden
    Inkrementelles Suchen eines Textes (vorwärts und rückwärts)
    Suchen und Ersetzen von Texten mit regulären Ausdrücken - auch in nicht geöffneten Dateien

PlainEdit.NET kann sowohl in Mehrbenutzersystemen, als auch auf einem USB-Stick betrieben werden.

Freeware

Changelog

  •    Arbeitssitzungen (geöffnete Dokumente) können mit dem Menüpunkt "Datei" > "Arbeitssitzung speichern" in eine Datei gesichert werden. Zu einem späteren Zeitpunkt kann eine Arbeitssitzung mit "Arbeitssitzung öffnen" wieder hergestellt werden.
  •    Eine Sprachdatei für Französisch wurde hinzugefügt.
  •    Eine Sprachdatei für Polnisch wurde hinzugefügt.
  •    Es stehen 9 interne Zwischenablagen zur Verfügung, in die Texte kopiert und wieder in ein Dokument eingefügt werden können.
  •    Von den zuletzt verwendeten Dateien können jetzt mehrere Dateien gleichzeitig wieder geöffnet werden.
  •    Zu der normalen Lesezeichenfunktion stehen 9 zusätzliche Lesezeichen zur Verfügung, die nur jeweils eine einzelne Zeile markieren. Dadurch kann direkt zur entsprechenden Zeile gewechselt werden.
  •    Diverse Änderungen an der Benutzeroberfläche.
  •    Im Download sind jetzt bereits alle verfügbaren Plugins enthalten und werden beim ersten Programmstart automatisch eingerichtet.
[close]
http://www.gaijin.at/dlplaineditnet.php
Titel: QOwnNotes 17.01.2
Beitrag von: SiLæncer am 06 Januar, 2017, 05:00
(http://s26.postimg.org/hfer16hsp/screenshot_106.png)
QOwnNotes is a text editor / notepad replacement with markdown support and todo list manager. The program supports themes, keyboard shortcuts, syntax highlighting, and encryption. Includes available nested file list, tags, search, and more. Optionally works with the notes application ownCloud or Nextcloud.

Cross-platform with clients available for Mac and Linux.

License:    GPL

Changelog

years were bumped to 2017
since the support for legacy CalDAV URLs in Nextcloud 11 is still broken support for the new URLs was added and will now used by default (if the application is re-installed)

    the legacy URLs will be supported as well
    switch to the new setting in the Todo setting if you have troubles with Nextcloud 11
    ownCloud 9 seems to support the new CalDAV URLs as well

added more Portuguese, Polish and Polish translation (thank you mlimacarlos, mlocati and lucjan)

[close]

http://www.qownnotes.org/
Titel: SynWrite 6.31.2504
Beitrag von: SiLæncer am 06 Januar, 2017, 21:15
(http://images.betanews.com/screenshots/1289816929-1.jpg)
Erweiterter Text-Editor mit Unterstützung von vielen Dateiformaten, Programmiersprachen und Zeichenkodierungen; bietet unter anderem Syntax-Hervorhebung, Auto-Vervollständigung und Code-Vorlagen; auch als Plug-in für Total Commander und als portable Version erhältlich.

Freeware

Whats new:>>

+ improve colors/theme settings: added btn "choose color", hidden sys colors, color dlg keeps custom items

http://www.uvviewsoft.com/synwrite/
Titel: SynWrite v6.31.2510
Beitrag von: SiLæncer am 07 Januar, 2017, 21:40
Whats new:>>

+ improve colors/theme settings: added btn "choose color", hide "sys colors"
+ color-dialogs keep user items for a)options dlg, b)lexer props dlg
+ lexer props dlg: hide crappy styles ops "hidden","read-only"; hide "sys colors"

http://www.uvviewsoft.com/synwrite/
Titel: QOwnNotes v17.01.3
Beitrag von: SiLæncer am 08 Januar, 2017, 11:30
Changelog

after installing QOwnNotes now only a minimal set of panels will be shown to reduce complexity in the beginning

    a second workspace with a full set of panels can be chosen in the workspace selector
    if a tag will be added to a note by the user the panel to add tags to a note will be shown automatically and on the first time also the tag list panel will enabled

image links like [![name](image)](link) and [![](image)](link) will now also be highlighted (for Issue #463)
added more Dutch, Hungarian, Italian, Spanish and Portuguese translation (thank you Leime, Fabijenna, mlocati, richarson and mlimacarlos)

[close]

http://www.qownnotes.org/
Titel: Notepad3 1.0.2 Build 392
Beitrag von: SiLæncer am 09 Januar, 2017, 13:39
(http://s26.postimg.org/s6uzyo32x/screenshot_214.png)
Notepad3 is a lightweight piece of software that overcomes some of the well-known limitations of Windows standard text editor while providing syntax highlighting support.

Freeware

http://www.rizonesoft.com/downloads/notepad3/
Titel: RocketCake 1.3
Beitrag von: SiLæncer am 09 Januar, 2017, 16:30
(http://s26.postimg.org/lvm5ouas9/screenshot_810.jpg)
RocketCake is a free web editor for creating responsive websites for beginners and professional web developers. No programming needed.

Freeware

Changelog

Text Shadows

Added support for Text Shadows. Just right-click any text and select the 'Text-Shadow' option, or use the button in the text style bar. Of course, every aspect from color, alpha, blur and offset can be adjusted easily.

Better button creation dialog

There is now a nicer button creation dialog with lots of new precreated button styles to choose from.

Improved Rendering engine

Adding huge images into your website was slowing down the editor quite a lot, sometimes. This is now not anymore the case, the editor now runs very fast, even for very big images with alpha channels.

Updated templates

Updated a few older templates to look more modern and use the new features in this update.

More mobile devices supported

Added preview settings for iPhone 6(s) Plus, iPhone 7, iPad pro, Samsung Galaxy S6, S7, Note 3, Note 4. Of course RocketCake generated websites still work nicely on every other device.

Better font and fallback font support

For example the default comic sans now uses better fall backs which also work nicely on Android and iOS devices.

Updated templates

Updated a few older templates to look more modern and use the new features in this update.

Other, smaller changes

    Submenus in the navigation menu can now have a target applied to their hyperlink.
    The default size of newly created text is now a bit bigger by default. (12 instead of 10)
    Documentation included in the app now is html based, instead of .chm previously, so you can now read the documentation and tutorials in any browser.
    Fixed a bug causing pasting elements into another page not to work on some macos systems, sometimes.

[close]

http://www.ambiera.com/rocketcake/index.html
Titel: SynWrite 6.31.2512
Beitrag von: SiLæncer am 09 Januar, 2017, 18:15
Whats new:>>

* AddonManager: download all: skip big sized plugins SynCodeIntel, SynSharp (25M)
- fix: console edit/memo font color didnt apply

http://www.uvviewsoft.com/synwrite/
Titel: Scratchpad 1.0
Beitrag von: SiLæncer am 09 Januar, 2017, 20:45
(http://s26.postimg.org/5yr0lj9g9/screenshot_217.png)
A simple notepad editor for quickly recording notes.

Freeware

https://www.donationcoder.com/forum/index.php?topic=43346.0
Titel: Leanote 2.2.3
Beitrag von: SiLæncer am 10 Januar, 2017, 04:15
(http://s26.postimg.org/6gqrf4oex/screenshot_218.png)
A note creator and document editor that allows data sharing and instant blog posting, encouraging collaboration between team members.

License : GPL

http://app.leanote.com/
Titel: SynWrite 6.32.2530
Beitrag von: SiLæncer am 10 Januar, 2017, 18:31
Whats new:>>

+ command line param /print: syn.exe /print file1 file2 …
+ updated TutorialPlugins
* AddonManager: download all: skip big sized plugins SynCodeIntel, SynSharp (25M)
* removed German files to addon
– fix: none-color was removed in Lexer Prop dlg
– fix: console edit/memo font color wasnt set

http://www.uvviewsoft.com/synwrite/
Titel: QOwnNotes 17.01.4 Build 2715
Beitrag von: SiLæncer am 10 Januar, 2017, 22:20
Whats new:>>

added more Italian, Polish, Russian, Dutch, Spanish, Chinese and French

http://www.qownnotes.org/
Titel: CudaText 1.6.2.0
Beitrag von: SiLæncer am 11 Januar, 2017, 04:20
Whats new:>>

session contains state (visible/size) of side/bottom panels
micromap shows selections (e.g. after "Find/ Select all")
micromap shows spell-check errs

http://www.uvviewsoft.com/cudatext/
Titel: Atom 1.13.0
Beitrag von: SiLæncer am 11 Januar, 2017, 12:25
(http://s26.postimg.org/6bt5lin89/screenshot_265.jpg)
A powerful and flexible application that works as a text and source code editor with syntax highlight, or alternately as a file viewer.

MIT License

Changelog

Reopen Project:
Want to get back to that combination of folders you had with the state as you left it? Check out Reopen Project in the File menu!
Performance:
We now have a benchmarking tool suite to help us quantify and help address performance issues.
ATOM CORE:
atom/atom#12911 - Add ability to use custom elements inside tooltips
atom/atom#12937 - Extract signed exe's from nuget-full for portable
atom/atom#12977 - Don't share overlayDimensions across instances
atom/atom#12933 - Don't construct placeholder tokenized lines
atom/atom#12984 - Introducing Atom benchmarks
atom/atom#12898 - Avoid forcing computation of all screen lines when opening a file
atom/atom#12991 - Change locally required Python version to 2.7.12
atom/atom#12994 - Convert ConfigSchema to JS
atom/atom#12903 - Remove shadow DOM from atom-text-editor
atom/atom#13021 - Use flex display in text editor instead of block
atom/atom#12985 - Fix keystroke resolution problems on Linux
atom/atom#13071 - Capitalize save in button label so keybindings work
atom/atom#13046 - Project history api, reopen project menu and command
atom/atom#12922 - Fix for #10474
atom/atom#13078 - Sign Windows builds with sha256 and timestamp
atom/atom#13065 - Convert BufferedProcess and BufferedNodeProcess to JS
atom/atom#13080 - Remove --harmony JavaScript flag
atom/atom#13001 - Build appropriate 32/64-bit version on Linux
atom/atom#13098 - Fix toggleLineCommentsInSelection for empty lines
atom/atom#11541 - 📝 [ci skip] add notes on 'apm' path in Windows
atom/atom#13101 - Per-package transpilation
atom/atom#13125 - Pass package info to transpilers
atom/atom#13124 - Preserve specificity when transforming atom-text-editor::shadow
atom/atom#13095 - Introduce follow through behavior for tooltips
atom/atom#13140 - Fix wrong binding on atom-environment.coffee
atom/atom#13138 - Update Octicons
atom/atom#13160 - Add logo clarification and standard license info to README
atom/atom#13161 - Additional license clarification and update license year
atom/atom#13200 - Make updateProcessEnv async and add core:loaded-shell-environment activation hook
atom/atom#13201 - Add a getModel method to editors' hidden input component
atom/atom#13202 - Fix flicker in soft-wrapped files when resizing editors
atom/atom#13213 - Use spawn instead of execFile and clean up running processes on process exit
atom/atom#13289 - Add libXScrnSaver dependency to the RPM package spec
atom/atom#13288 - Call openDevTools on WebContents rather than on BrowserWindow
atom/atom#13320 - Run shell as detached process
atom/atom#13421 - Multiple fixes for RPM and in docs RPM distros.
atom/atom#13421 - Multiple fixes for RPM and in docs RPM distros.
atom/atom#13460 - Use package-specific transpilation options during tests
atom-dark-syntax:
atom/atom-dark-syntax#31 - Stop using shadow DOM selectors
atom-dark-ui:
atom/atom-dark-ui#60 - Update font stack
atom/atom-dark-ui#64 - Stop using shadow DOM selectors
atom-light-syntax:
atom/atom-light-syntax#9 - Stop using shadow DOM selectors
solarized-dark-syntax:
atom/solarized-dark-syntax#75 - Highlight all strings
atom/solarized-dark-syntax#76 - Stop using shadow DOM selectors
atom/solarized-dark-syntax#77 - add coffee embedded source style
solarized-dark-syntax:
atom/solarized-dark-syntax#75 - Highlight all strings
atom/solarized-dark-syntax#76 - Stop using shadow DOM selectors
atom/solarized-dark-syntax#77 - add coffee embedded source style
about:
atom/about#41 - Update README.md
atom/about#39 - Custom checkbox
atom/about#42 - Convert all specs to use async/await to address flakiness
atom/about#43 - Resize GitHub icon
autocomplete-plus:
atom/autocomplete-plus#782 - Don't recompute symbols or fuzzy provider tokens when editor.largeFileMode is on
atom/autocomplete-plus#779 - Fix shadow DOM removal deprecations
atom/autocomplete-plus#678 - Fix type of seen suggestions
atom/autocomplete-plus#780 - Translate CoffeeScript Files To JavaScript (ES2015
autosave:
atom/autosave#71 - Fix autosave not working without shadow DOM
bookmarks:
atom/bookmarks#70 - Stop using shadow DOM selectors
atom/bookmarks#71 - Fix jumping to next/previous bookmark and simplify code
bracket-matcher:
atom/bracket-matcher#247 - Remove unused variables
atom/bracket-matcher#104 - Matching pairs are not highlighted after moving from a selection to a pair.
atom/bracket-matcher#253 - Fix incorrect matching of quoted and commented brackets
atom/bracket-matcher#249 - Customize matching pairs - add to or remove from the package defaults
atom/bracket-matcher#261 - Appveyor test
atom/bracket-matcher#264 - Remap ctrl-alt-m to ctrl-alt-, to avoid i8n conflicts
command-palette:
atom/command-palette#72 - Fix tests failing because of shadow DOM boundary removal from the editor
deprecation-cop:
atom/deprecation-cop#69 - Fix unused variables and unnecessary fat arrows
atom/deprecation-cop#70 - Overhaul style sheet deprecation view and show deprecations also in non-dev mode
find-and-replace:
atom/find-and-replace#789 - Stop using shadow DOM selectors
atom/find-and-replace#796 - Don't show find panel when doing cmd-e
atom/find-and-replace#802 - Remove unnecessary onWillDeactivate method from file-icons service
atom/find-and-replace#768 - Add feature collapse and expand results
atom/find-and-replace#798 - Add css class based on if results were returned from a find
atom/find-and-replace#805 - don't do live search if regex matches empty string
atom/find-and-replace#817 - Don't live search with invalid regexes
git-diff:
atom/git-diff#110 - Remove unused variables
atom/git-diff#111 - Stop using shadow DOM selectors
go-to-line:
atom/go-to-line#34 - Remove unused variable
atom/go-to-line#38 - update regex to account for pasting text, added edge case to specs
line-ending-selector:
atom/line-ending-selector#30 - Ensure line endings are not modified in fixtures
atom/line-ending-selector#31 - Add class to line ending modal
atom/line-ending-selector#35 - Use target.closest('atom-text-editor') to access the editor element
markdown-preview:
atom/markdown-preview#436 - Stop using shadow DOM selectors
atom/markdown-preview#439 - Update keybinding
atom/markdown-preview#441 - Remove confusing checkbox
package-generator:
atom/package-generator#45 - Fix tests failing because of shadow DOM boundary removal from the editor
settings-view:
atom/settings-view#862 - Stop using shadow DOM selectors
status-bar:
atom/status-bar#173 - Add service for disabling Git info tile
atom/status-bar#152 - Add package setting to toggle full-width status-bar
styleguide:
atom/styleguide#45 - Update Octicons
tabs:
atom/tabs#392 - Remove unnecessary onWillDeactivate method from file-icons service
tree-view:
atom/tree-view#525 - Allow reordering project folders via drag and drop
atom/tree-view#967 - Remove unnecessary onWillDeactivate method from file-icons service
wrap-guide:
atom/wrap-guide#60 - Stop using shadow DOM selectors
language-coffee-script:
atom/language-coffee-script#104 - Don't treat regular nested brackets as destructuring
atom/language-coffee-script#101 - Allow spaces in regex

[close]

https://atom.io/
Titel: Atom 1.14.0 Beta 0
Beitrag von: SiLæncer am 11 Januar, 2017, 13:50
(http://s26.postimg.org/6bt5lin89/screenshot_265.jpg)
A powerful and flexible application that works as a text and source code editor with syntax highlight, or alternately as a file viewer.

MIT License

Changelog

atom/atom#13305 - Make core and render tests pass on Windows
atom/atom#13358 - Add initialize() hook to packages
atom/atom#13365 - Specs: test reliability & auto temp clean-up
atom/atom#13384 - Replace "osx" to "macOS"
atom/atom#13372 - Activate packages immediately if hook had already been triggered
atom/atom#13266 - Flush DOM before displaying context menu
atom/atom#13397 - Revert "Flush DOM before displaying context menu"
atom/atom#13152 - Add and improve core.*OnStart setting descriptions
atom/atom#13353 - Upgrade to Electron 1.3.13
atom/atom#13386 - Replace libXScrnSaver with libXss.so.1 in RPM package spec
atom/atom#13042 - macOS: Let atom.sh find itself when run from an .app
atom/atom#13411 - Suppress TextEditorScrollView scrolled when it shouldn't have warning
atom/atom#13412 - Fix issue where editor fails to regain focus
atom/atom#13415 - Add desktop.ini to ignored names
atom/atom#13416 - Fix link in macOS build instructions
atom/atom#13421 - Multiple fixes for RPM and in docs RPM distros.
atom/atom#13421 - Multiple fixes for RPM and in docs RPM distros.
atom/atom#11852 - Option for avoiding overlay movements
atom/atom#13429 - ⬆️ electron-winstaller
atom/atom#13426 - Portable mode enhancements
atom/atom#13272 - Fix prepending multiple gutters at once
atom/atom#13430 - Signing key changes for Windows
atom/atom#12929 - Redirect apm scripts to use the actual apm ones
atom/atom#13431 - Switch to npm provided chromedriver instead of manually downloaded
atom/atom#13194 - fix text selection and cursor position in lines with rtl text
atom/atom#13441 - Custom icon for jumplist projects
atom/atom#13453 - Use new text-buffer version with a more efficient DisplayLayer
atom/atom#13473 - Prevent builds on Node 7+ until they're fixed
atom/atom#13475 - Fix bad title bar path when viewing files not in a project folder
atom/atom#13460 - Use package-specific transpilation options during tests
atom/atom#13486 - Limit line decoration update to visible row range
atom/atom#13487 - Template update
atom/atom#13493 - Add atom.tooltips.findTooltips(target)
atom/atom#13503 - 📝 Update issue and PR templates
atom/atom#13507 - Convert win-shell.coffee to win-shell.js
atom/atom#13506 - Don't hard-code "Atom.app"
atom/atom#13516 - Upgrade find-and-replace to use new marker layer API for fast clearing of markers
atom/atom#13524 - Update languages
atom/atom#13531 - Updated date range to include 2017
atom/atom#13523 - Reduce the impact of leaking Editor, Selection, & Cursor objects
atom/atom#13539 - Call debounced cursor blink resume callback any time the cursor moves
atom/atom#13545 - Don't convert paths to real paths when building text buffers
atom/atom#13549 - Add did-load-user-keymap event
atom/atom#13543 - Upgrade atom-keymap to fix issues with multiple layouts on Linux
atom/atom#13575 - Don't add pane items in built-in resource openers
atom/atom#13564 - Save initial paths immediately on change
atom/one-dark-ui#183 - Colorize find-and-replace based on results
atom/one-dark-ui#184 - Shift contrast of accent text color
atom/one-dark-ui#186 - Cleanup README
atom/one-light-ui#86 - Colorize find-and-replace based on results
atom/archive-view#40 - Remove unnecessary deactivation handler
atom/autocomplete-plus#790 - Add descriptionMarkdown option to specify markdown in desriptions
atom/autosave#45 - Add service + allow control over what is autosaved
atom/bookmarks#72 - Fix bookmarked range duplication bug
atom/bracket-matcher#265 - Improve performance in large files
atom/find-and-replace#822 - Remap/remove keybindings to avoid i8n key conflicts
atom/find-and-replace#830 - Stop using old patch
atom/find-and-replace#833 - Update issue and PR templates
atom/find-and-replace#834 - 📝 Update issue and PR templates
atom/find-and-replace#835 - Optimize clearing of markers during buffer search
atom/find-and-replace#837 - Don't rely on destroyed markers preserving their ranges
atom/fuzzy-finder#262 - Remove unnecessary deactivation handler
atom/markdown-preview#451 - Minor cleanup
atom/markdown-preview#456 - Remove atom-space-pen-views
atom/markdown-preview#457 - Update issue and PR templates
atom/markdown-preview#459 - 📝 Update issue and PR templates
atom/notifications#138 - Update issue and PR templates
atom/notifications#140 - 📝 Update issue and PR templates
atom/notifications#139 - Switch from jquery.ajax to window.fetch
atom/notifications#141 - Payload reduction for issue creation
atom/notifications#143 - Leading-trim and normalize the paths
atom/settings-view#869 - Use input-checkbox styles
atom/settings-view#872 - Hide unnamed grammars in package-detail view
atom/settings-view#874 - Remove normalizeIndentOnPaste from scopedSettings
atom/settings-view#878 - View Code button visibility - fixes #875 and #617
atom/settings-view#887 - Drastically improve loading time of updates panel
atom/settings-view#885 - Remove unnecessary conditionals
atom/settings-view#884 - Indicate when a package is updating in the status bar tile
atom/settings-view#888 - Move deprecated notifications out of consumeStatusBar
atom/settings-view#894 - Use atom.packages.getAvailablePackageNames
atom/settings-view#896 - Update issue and PR templates
atom/settings-view#897 - 📝 Update issue and PR templates
atom/settings-view#895 - Show core package READMEs even when disabled
atom/settings-view#889 - Don't hide the update button if updates fail
atom/snippets#228 - 📝 Update issue and PR templates
atom/snippets#229 - 📝 Update issue and PR templates
atom/snippets#230 - Don’t add pane items in the atom://.atom/snippets opener callback
atom/spell-check#167 - fix typo
atom/spell-check#172 - Display corrections in context menu for #54
atom/spell-check#183 - Don't spell check large files (for now)
atom/spell-check#184 - 📝 Update issue and PR templates
atom/spell-check#185 - 📝 Update issue and PR templates
atom/spell-check#165 - Added /usr/share/myspell as a search path
atom/spell-check#187 - Avoid referencing destroyed markers in spec
atom/status-bar#171 - Tildify path in status bar
atom/symbols-view#195 - Add some LaTeX definitions to ctags-config
atom/symbols-view#196 - Update keymap and README
atom/symbols-view#199 - Improve JS method regex in ctags config
atom/symbols-view#201 - 📝 Update issue and PR templates
atom/symbols-view#202 - 📝 Update issue and PR templates
atom/symbols-view#203 - Translate package from CoffeeScript to ES6
atom/tabs#402 - Remove atom-space-pen-views and custom elements registration
atom/tabs#405 - 📝 Update issue and PR templates
atom/tabs#406 - 📝 Update issue and PR templates
atom/tabs#388 - List view and option for MRU tab switching
atom/tabs#408 - Fix for MRU list cleanup to be correctly called
atom/tree-view#761 - Catch listSync errors. Prevent crash on unreadable directory.
atom/tree-view#1004 - 📝 Update issue and PR templates
atom/tree-view#1006 - 📝 Update issue and PR templates
atom/tree-view#1008 - 🐛 Deleting squashed directory
atom/tree-view#1013 - 🐛 Prevent root directories to be squashed
atom/tree-view#1011 - Cover trash failures for macOS and Windows with a message
atom/tree-view#1014 - 🎨 Improve the no trash notification formatting
atom/tree-view#1012 - 🐛 🐎 Creating a file/directory un-squashes the tree-view
atom/welcome#50 - fix accessibility warnings
atom/welcome#51 - Custom checkbox
atom/welcome#54 - 📝 Update issue and PR templates
atom/welcome#55 - 📝 Update issue and PR templates
atom/welcome#53 - Update Welcome
atom/welcome#56 - Remove use of jQuery and modernize
atom/whitespace#134 - Convert whitespace package source to JS
atom/whitespace#140 - Optimize removeTrailingWhitespace function
atom/whitespace#141 - 📝 Update issue and PR templates
atom/whitespace#142 - 📝 Update issue and PR templates
atom/language-c#183 - Remove redundant code
atom/language-c#182 - Don't merge lines if there is a space after line-continuation character
atom/language-c#179 - Fix for improper highlighting within the ternary operator
atom/language-c#190 - Update issue and PR templates
atom/language-c#191 - 📝 Update issue and PR templates
atom/language-coffee-script#106 - Tokenize multiple nested destructuring assignments
atom/language-csharp#73 - Highlight nullable and pointer types
atom/language-csharp#81 - Reformat grammars into default cson format
atom/language-csharp#83 - Add d, m; remove invalid ll, ull suffixes
atom/language-csharp#82 - Sync up language-csharp with work on other derivations
atom/language-csharp#84 - Update issue and PR templates
atom/language-csharp#86 - 📝 Update issue and PR templates
atom/language-csharp#87 - Massive overhaul of grammar
atom/language-csharp#85 - Correct scope name spelling in 'method-call' pattern
atom/language-css#90 - Improve the support for attribute selectors
atom/language-css#96 - Add grid layout properties
atom/language-css#97 - Improve the support for :nth-*() pseudo-classes
atom/language-git#27 - Update README.md
atom/language-git#29 - Highlight overflowing parts of lines only
atom/language-git#30 - Commit message subject should be capitalized
atom/language-git#31 - Set Git Commit preferred line length to 72
atom/language-git#32 - Highlight subject line trailing period
atom/language-git#33 - Suggest installing language-diff package for better highlighting
atom/language-go#104 - Update issue and PR templates
atom/language-go#106 - 📝 Update issue and PR templates
atom/language-go#109 - Add .go class to entity.name.function
atom/language-go#107 - Fix comments in imports
atom/language-java#67 - Update README.md
atom/language-java#30 - Rewrite new regex patterns
atom/language-java#72 - Update issue and PR templates
atom/language-java#73 - 📝 Update issue and PR templates
atom/language-java#74 - Fix static initializer
atom/language-javascript#446 - Add missing JSDoc Google closure tags
atom/language-javascript#447 - Improve support for property highlighting
atom/language-javascript#444 - Add support for inline JSDoc links
atom/language-javascript#438 - Return control to language-html when is detected when embedded
atom/language-javascript#433 - add arrow function snippet
atom/language-javascript#454 - Fix missing constant highlighting in property keys
atom/language-javascript#453 - Fix #452: Wrong scopes for methods named "import"
atom/language-javascript#445 - Add basic JSDoc function type support
atom/language-javascript#456 - Update contributing link
atom/language-javascript#441 - Added template matching following innerHTML
atom/language-javascript#459 - Properly test HTML template strings
atom/language-javascript#455 - Add JSDoc support for function return type
atom/language-javascript#464 - Delete redundant .coffeelintignore file
atom/language-javascript#465 - Revert "Return control to language-html when is detected when embedded"
atom/language-javascript#469 - Allow OpenType ligatures in "double-not" operators
atom/language-javascript#468 - Fix quoted defaults / inline links in JSDoc @param lines
atom/language-javascript#463 - Fix #460: Incorrect highlighting for multiline imports
atom/language-javascript#461 - Add support for JSDoc function type param prefixes/suffixes
atom/language-javascript#472 - Fix various highlighting bugs
atom/language-javascript#473 - Update issue and PR templates
atom/language-javascript#475 - 📝 Update issue and PR templates
atom/language-javascript#477 - Add ternary operator snippet
atom/language-javascript#479 - Changed const to use the same syntax class as var and let.
atom/language-javascript#480 - Revert "Fix #460: Incorrect highlighting for multiline imports"
atom/language-less#62 - Update README.md
atom/language-less#64 - Highlighting 'when not'
atom/language-less#65 - Add support for custom elements
atom/language-less#66 - Update CONTRIBUTING
atom/language-make#45 - Update README.md
atom/language-make#46 - Add "mak" and "make" to recognised file extensions
atom/language-make#49 - Added the files cmake auto-generates
atom/language-make#50 - Update CONTRIBUTING
atom/language-mustache#16 - add the Ractive type
atom/language-property-list#2 - Add coffeelint support
atom/language-property-list#9 - Update README.md
atom/language-property-list#10 - Update CONTRIBUTING
atom/language-property-list#6 - Specify file types for XML grammar
atom/language-ruby#177 - Update CONTRIBUTING
atom/language-ruby#179 - grammer fix for leading underscore in constants, resolves #178
atom/language-ruby#181 - Stop treating .erb files as HTML
atom/language-ruby#183 - Update issue and PR templates
atom/language-ruby#184 - 📝 Update issue and PR templates
atom/language-sass#181 - Update README.md
atom/language-sass#183 - Highlighting for scss.liquid
atom/language-sass#186 - Update CONTRIBUTING
atom/language-shellscript#57 - Update README.md
atom/language-shellscript#58 - Only match prompts at the start of the line
atom/language-shellscript#62 - Update issue and PR templates
atom/language-shellscript#64 - 📝 Update issue and PR templates
atom/language-shellscript#65 - Use custom word boundary matchers
atom/language-shellscript#66 - Fix greedy variable match in for loops
atom/language-shellscript#67 - Minor cleanups to grammar source
atom/language-sql#45 - Update README.md
atom/language-sql#46 - Tokenize UNIQUE modifier
atom/language-sql#47 - Update CONTRIBUTING
atom/language-sql#48 - Add intersect (all) keyword highlighting
atom/language-sql#49 - Tokenize DEFAULT modifier
atom/language-sql#54 - Update issue and PR templates
atom/language-sql#55 - 📝 Update issue and PR templates
atom/language-sql#56 - Highlight timestamptz type
atom/language-xml#64 - Update CONTRIBUTING
atom/language-xml#65 - Add language support for SDF files
atom/language-xml#66 - Update issue and PR templates
atom/language-xml#67 - 📝 Update issue and PR templates
atom/language-xml#69 - Added 'sml' filetype
atom/language-xml#70 - Add support for WIX filetypes
atom/language-yaml#54 - Update README.md
atom/language-yaml#56 - Update CONTRIBUTING
atom/language-yaml#57 - Add '.yml.erb' and '.yaml.erb' file type support
atom/language-yaml#58 - Update issue and PR templates
atom/language-yaml#59 - 📝 Update issue and PR templates

[close]

https://atom.io/
Titel: EditBone 12.15.0
Beitrag von: SiLæncer am 12 Januar, 2017, 05:00
(http://www.bonecode.com/images/EditBone1.png)
Powerful text editing tool that comes with syntax highlighting support for over 50 languages and scripts, 22 ready made styles, a handy file comparison feature and support for multiple directories and search results.

Freeware

Changelog

Fixed reopen files
Fixed code folding
Fixed unicode painting
Fixed AutoIt highlighter
Optimized painting
Updated AlphaSkins controls v11.23 - http://www.alphaskins.com/
Note! Skins are updated to support 200% scaling mode
Updated language files

[close]

http://www.bonecode.com/?page=projects
Titel: EditBone v12.15.1
Beitrag von: SiLæncer am 13 Januar, 2017, 05:45
Whats new:>>

- Fixed code folding

http://www.bonecode.com/?page=projects
Titel: CudaText 1.6.3.0
Beitrag von: SiLæncer am 13 Januar, 2017, 17:00
(http://s26.postimg.org/9ltuvmmu1/screenshot_554.jpg)
Create programming scripts with this powerful tool that supports more than 130 languages and allows users to work concurrently on as many as six groups of projects.

Freeware

Whats new:>>

lexer Python: update for Py3.6
micromap shows marks of "Hilite Occurrences" plugin; added theme color
micromap shows marks of "Spell Checker"; added theme color

http://www.uvviewsoft.com/cudatext/
Titel: QOwnNotes 17.01.5
Beitrag von: SiLæncer am 13 Januar, 2017, 18:45
(http://s26.postimg.org/hfer16hsp/screenshot_106.png)
QOwnNotes is a text editor / notepad replacement with markdown support and todo list manager. The program supports themes, keyboard shortcuts, syntax highlighting, and encryption. Includes available nested file list, tags, search, and more. Optionally works with the notes application ownCloud or Nextcloud.

Cross-platform with clients available for Mac and Linux.

License:    GPL

Changelog

fixed a problem with opening notes with special characters in its file name in an external editor if no editor was defined in the settings
you can now use the shortcut Alt + ⇧ + O to open the current note in a readonly view

    you can use that view to leave a note open to look at while writing on an other note
    markdown highlighting will be used in that view and you also can search for text in it

added more Dutch, Chinese and German translation (thank you Leime, chonghua and bigant)

[close]

http://www.qownnotes.org/
Titel: MiKTeX 2.9.6219
Beitrag von: SiLæncer am 13 Januar, 2017, 20:15
(http://s26.postimg.org/llqmsrh21/screenshot_77.png)
MiKTeX (pronounced mick-tech) is an up-to-date implementation of TeX/LaTeX and related programs for Windows (all current variants).

Freeware

http://miktex.org/
Titel: SynWrite 6.32.2535
Beitrag von: SiLæncer am 14 Januar, 2017, 20:40
(http://images.betanews.com/screenshots/1289816929-1.jpg)
Erweiterter Text-Editor mit Unterstützung von vielen Dateiformaten, Programmiersprachen und Zeichenkodierungen; bietet unter anderem Syntax-Hervorhebung, Auto-Vervollständigung und Code-Vorlagen; auch als Plug-in für Total Commander und als portable Version erhältlich.

Freeware

Whats new:>>

+ Lexer Props dialog: tab „commenting“ for all comment-props like CudaText has; makes file datalexlib*.cuda-lexmap

http://www.uvviewsoft.com/synwrite/
Titel: Atom 1.14.0 Beta 1
Beitrag von: SiLæncer am 16 Januar, 2017, 09:12
Whats new:>>

Correct beta update URL for Windows so no longer wants to upgrade 1.14.0-beta0 to 1.13.0 #13607
Improve updates panel in settings-view to prevent inconsistent state atom/settings-view#890
Fixed a memory leak in the text buffer's marker system

https://atom.io/
Titel: DocPad 18.0
Beitrag von: SiLæncer am 16 Januar, 2017, 13:33
(http://images.six.betanews.com/screenshots/scaled/1238008675-1.jpg)
Erweiterter Text-Editor als Alternativer zu Notepad; bietet unter anderem eine Rechtschreibprüfung, eine anpassbare Toolbar sowie die Möglichkeit, Makros zu verwenden.

Freeware

Changelog

Search and Replace: added support for search/replace strings that contain multiple lines.
Added support for selecting columns of text. Hold down the Alt key while selecting with the mouse.
Added support for selecting whole words. Double click and hold the mouse button while dragging.
The "Convert Encoding" sub-menu is now available when editing a unicode document. Previously these tools could only be used in ASCII documents.
The line spacing has changed from 1.0 to 1.1 to improve readability.
Discard Paragraphs Containing: added the ability to discard paragraphs that are longer than a specified length.
Discard Paragraphs Containing: this window will now remember its previous settings.
Print: added a Preview tool for the Font Face field.
The Print Preview window is no longer sluggish when the document contains hundreds of pages.
Moved the "Document Type" setting from the Options menu to the File menu. This is a more logical location for it, as every other option on the Options menu is a global setting and not related to the currently open document.
Help file: added a chapter on the File menu.
Customize Toolbar: added a new column that contains an overview of the tool.
Added 32 tools to the System Tools tool.
Deleting a large amount of text is now much faster.
Various improvements when running from a USB flash drive.
Fixed: Statistics: the stats for the current selection were incorrect when editing unicode.
Fixed: Restore Backup: an error would occur if you specified to copy the backup to a new, non-existing file.
Fixed: Associate File Type With DocPad: the "Install to 'New' menu" option was not being obeyed when DocPad had to be restarted with admin rights to complete the association.
Fixed: some minor installation problems on Windows Vista/2008.
Fixed: Print Preview: when Word Wrap was disabled, text would run off the right side of the page, and horizontal scrolling would affect the preview.
Fixed: when a document filename contains unicode characters and System-G draws the window caption instead of the system, the taskbar text was not correct.
Fixed: the Fixed Pitch and Word Wrap global settings were not being synced across instances.

[close]

http://www.gammadyne.com/docpad.htm
Titel: QOwnNotes 17.01.6
Beitrag von: SiLæncer am 16 Januar, 2017, 21:30
Whats new:>>

you can now use the panel toggle menu items in your toolbars (for Issue #481)
under Windows some characters that are asking for troubles are now removed from the title at the Evernote import (for Issue #465)
added more Dutch, Chinese, Portuguese, Italian and German translation (thank you lenkadubois, chonghua, mlimacarlos and mlocati)

http://www.qownnotes.org/
Titel: Rapid Environment Editor v9.1 build 932
Beitrag von: SiLæncer am 17 Januar, 2017, 19:45
(http://www.rapidee.com/images/rapidee.png)
Rapid Environment Editor (RapidEE) is an environment variables editor. It includes an easy to use GUI and replaces the small and inconvenient Windows edit box, located in the System Information section.

License: Freeware

Whats new:>>

Added Czech and updated Croatian translations.

http://www.rapidee.com/en/about
Titel: Notepad++ v7.3.1
Beitrag von: SiLæncer am 18 Januar, 2017, 05:00
(http://s26.postimg.org/sa3ge0uxl/screenshot_47.png)
Notepad++ is a tabbed source code editor and Notepad replacement with a customizable interface. It is one of the few few source code editors that supports "folding," allowing users to quickly reduce and expand sections of code to see the overall document. In addition, it features multi-language syntax highlighting, auto-completion, regular expression search/replace, macro recording and playback, etc. The program can access a long list of plug-ins via an easy-to-access menu with even more features and functions.

License: GPL

Whats  new:>>

Enhancement: make "Word characters list" customizable.
Fix generation of MD5 on Unicode bug.

http://notepad-plus-plus.org/
Titel: PilotEdit Lite 10.1.0
Beitrag von: SiLæncer am 18 Januar, 2017, 20:45
(http://www.pilotedit.com/images/OpenInQuickMode.PNG)
PilotEdit is a text, hex, XML, C/C++, HTML, PHP, Java, Javascript and Perl editor that can edit large files of 400GB (40 billion lines).

It offers customizable syntax and keyword highlighting, advanced search and replace operations, automatic text encoding, 256-bit AES encryption/decryption and a built-in FTP/SFTP client lets you open, edit, download and upload large files directly to/from a FTP/SFTP server.

In addition to standard text editing features, PilotEdit can compare and merge two large files of 100GB (10 billion lines). You can also sort, find/remove duplicate lines and extract strings over a large file of 1GB.

Freeware

PilotEdit 10.1.0 improves the performance of opening UTF16 text files.

http://www.pilotedit.com/
Titel: EditBone 12.15.2
Beitrag von: SiLæncer am 19 Januar, 2017, 04:20
Whats new:>>

Fixed code folding
Fixed completion proposal
Fixed scroll bars
Fixed word wrap
Fixed SQL options
Updated language files

http://www.bonecode.com/?page=projects
Titel: Atom 1.14.0 Beta 2
Beitrag von: SiLæncer am 19 Januar, 2017, 09:09
Whats new:>>

Fix exceptions when undoing line movements caused by a bug in Atom's native Patch module.
Ensure command paths on Windows are quoted when containing a '#' edfd7c4
Update APM to ensure paths on Windows are always quoted to handle spaces etc. atom/apm#666

https://atom.io/
Titel: Mobirise 3.11
Beitrag von: SiLæncer am 19 Januar, 2017, 17:40
(http://s26.postimg.org/d5pkuwmqh/screenshot_2.png)
Develop fully responsive, mobile-ready websites that look amazing on any devices and browsers. Preview how your website will appear on phones, tablets and desktops directly in the visual editor..

Freeware

https://mobirise.com/
Titel: CudaText 1.6.4.0
Beitrag von: SiLæncer am 20 Januar, 2017, 05:10
(http://s26.postimg.org/9ltuvmmu1/screenshot_554.jpg)
Create programming scripts with this powerful tool that supports more than 130 languages and allows users to work concurrently on as many as six groups of projects.

Freeware

Whats new:>>

fix deleting block, till begin of line
fix replace-all, regex "n" to "__"

http://www.uvviewsoft.com/cudatext/
Titel: TeXstudio 2.12.0
Beitrag von: SiLæncer am 20 Januar, 2017, 12:21
(http://s26.postimg.org/d57zg2pll/screenshot_581.jpg)
GPL-LaTeX-Editor, der das Erstellen von LaTex-Dokumenten in Unicode vereinfacht; unterstützt den Nutzer beim Schreiben mittels interaktiver Rechtschreibprüfung, Syntax-Highlighting, Code-Folding und automatischer Code-Vervollständigung.

Lizenz: Open Source

Changelog

improved user interface: optimized layout, some new icons, some changes of color
warn if file-saving fails
cwl-based highlighting of todo-like commands
partly support todo commands spanning multiple lines (starting line is considered for highlighting and structure entry)
partly support highlighting of multi-line titles: first line is highlighted
move cursor to context in line when clicking on log entry
add "Move all to other view" to editor tabs context menu
add shortcut Ctrl+Alt+X to open the current pdf in the external viewer
open the annotation dialog by double-clicking on an annotation in the list
indicate LanguageTool server in tooltip
indicate cursor RTL state in status bar
build commands can be edited in non-advanced mode
auto user commands on single argument math commands e.g. overbrace{abc}
support input of PGF/TikZ files in graphics wizard
support fix %BEGIN_FOLD in .rnw files
improved highlighting for pweave and sweave
improved tooltips on structure entries
improved text completion: support compound words, apostrophe, subscript in braces, words with underscores
Parenthesis -> Select Inner/Outer work also when the cursor is not next to a parenthesis but inside
don't clear highlights of search in pdf after timeout
revert to pre 2.11.0 save method on windows because the new QSaveFile has problems with Dropbox folders
option to disable safe writing of files (using QSaveFile) - non-Windows only
option to disable showing logfile/error list in case of compile errors
option to deactivate all reactions to external file changes
option to control the triple click behavior
additional shortcuts with Tab, Backspace, Del in shortcut options
portable version does now store all settings in a subfolder "config"
improved automatic handling of hg version information (relevant when building from source tar)
improved handling of cwl dublets
use Ctrl+Space for completion on OS X (was Cmd+Space which conflicts with Spotlight search)
deprecate command line option --ini-file FILE in favor of --config DIR
deprecate command line option --master in favor of --root
remove View -> Align Windows (obsolete because of the embedded viewer)
remove old toolbox style of side panel
fix crash (newenv without any arguments)
fix freeze when parsing incorrect texorpdfstring with incorrect arguments (bug 1948)
fix label detection in glossaries.cwl (bug 1963)
fix: automatically run bibliography if there is no bbl file
fix: "Close last open environment" works now also for environments opened on the same line (bug 1957)
fix: hg version comparision assumed 'larger' if the version could not be determined
fix: do not lose focus to editor for "Find in PDF"
fix grammar check on words in text arguments
fix addchap/addpart entries not recognized as structure elements
fix incorrect double-click and drag behavior (bug 1936)
fix issues with not-updated bookmarks (bug 1950)
fix math hover preview in subfile
fix "Tab or Indent Selection"
fix detection of MikTeX 64bit
fix build with phonon
improved some cwl files

[close]

http://texstudio.sourceforge.net/
Titel: QOwnNotes 17.01.7
Beitrag von: SiLæncer am 20 Januar, 2017, 18:00
(http://s26.postimg.org/hfer16hsp/screenshot_106.png)
QOwnNotes is a text editor / notepad replacement with markdown support and todo list manager. The program supports themes, keyboard shortcuts, syntax highlighting, and encryption. Includes available nested file list, tags, search, and more. Optionally works with the notes application ownCloud or Nextcloud.

Cross-platform with clients available for Mac and Linux.

License:    GPL

Changelog

fixed a problem with duplicate custom note file extensions in the general settings (for Issue #483)

    now the same file extension also can't be added twice

under Windows some more characters that are asking for troubles are now removed from the title at the Evernote import (for Issue #465)
added more German, Polish, Spanish and Chinese translation (thank you bigant, lucjan, richarson and chonghua)

[close]

http://www.qownnotes.org/
Titel: EditBone 12.15.3
Beitrag von: SiLæncer am 20 Januar, 2017, 22:00
(http://www.bonecode.com/images/EditBone1.png)
Powerful text editing tool that comes with syntax highlighting support for over 50 languages and scripts, 22 ready made styles, a handy file comparison feature and support for multiple directories and search results.

Freeware

Changelog

Fixed text highlighter
Fixed color options
Many other small fixes

[close]

http://www.bonecode.com/?page=projects
Titel: QOwnNotes 17.01.8
Beitrag von: SiLæncer am 22 Januar, 2017, 12:30
Changelog

improved log and status messages when a note could not be saved for example when the file system doesn't allow certain characters in the filename (for Issue #486)
you can now set that notes are stored with UNIX newline characters instead of the native newline characters in the General settings (for Issue #487)

    you can use this for example under Windows if you have troubles with newlines in the ownCloud / Nextcloud notes app

added more Russian and Chinese translation (thank you azar9610 and chonghua)

[close]

http://www.qownnotes.org/
Titel: SynWrite 6.33.2550
Beitrag von: SiLæncer am 23 Januar, 2017, 06:37
(http://images.betanews.com/screenshots/1289816929-1.jpg)
Erweiterter Text-Editor mit Unterstützung von vielen Dateiformaten, Programmiersprachen und Zeichenkodierungen; bietet unter anderem Syntax-Hervorhebung, Auto-Vervollständigung und Code-Vorlagen; auch als Plug-in für Total Commander und als portable Version erhältlich.

Freeware

Whats new:>>

* change: lexer-overrides now save into "settings\lexer NNNN.ini" files. Delete old string in Syn.ini: [Setup] LexOvr.
* removed builtin lexer-overrides (of line-spacing opt) for lexers Makefiles, Nfo files
- apply lexer-override of tab-color didnt repaint tab

http://www.uvviewsoft.com/synwrite/
Titel: Notepad Script File Editor 5.0.1.9
Beitrag von: SiLæncer am 23 Januar, 2017, 19:21
(http://s26.postimg.org/rf27pyx3t/screenshot_248.png)
Simple Scripting Interface (using Notepad) to create & run Batch, VBscript,Javascript or PowerShell script files; no need to type anything on the command line. All types of file will be automatically sorted from only one source folder. Now includes option to load at selected tab.

Freeware

Whats new:>>

Restore missing dropdown shortcut string

http://www.seastar.co.nf/
Titel: QOwnNotes 17.01.9
Beitrag von: SiLæncer am 24 Januar, 2017, 19:40
Whats new:>>

when exporting a note as html the images are now base64 encoded and included inside the html (for Issue #491)
added more Dutch, French, Italian and Polish translation (thank you Leime, lepascalou, mlocati and lucjan)

http://www.qownnotes.org/
Titel: Typora 0.9.23 Beta
Beitrag von: SiLæncer am 25 Januar, 2017, 16:30
(http://s26.postimg.org/w2onuosnt/screenshot_64.png)
Swiftly write, edit, format and convert text to HTML with the help of this modern looking, streamlined and novice-accessible piece of software.

Freeware

Changelog

Support move table row/col when drag on left/top side of table row/col or using shortcut keys: shift + ctrl + arrow key
Add syntax highlighting for `cmake`, `cypher`, `dart`, `django`, `dtd`, `dylan`, `handlebars`, `idl`, `web idl`, `yacas`, `mbox`, `vhdl`, `julia`, `haxe`, and `hxml`
Remove `//` after `mailto:` for auto generated mail link
Fix image position for flowchart
Fix a bug that some link url or image url are escaped twice
Fix a bug that `:+1:` is not recognized as emoji
Fix refresh mathjax will convert inline math when inline math is not enabled
Fix freeze when insert images
Other bug fix and improvements

[close]

http://www.typora.io/
Titel: QOwnNotes v17.01.10
Beitrag von: SiLæncer am 26 Januar, 2017, 05:45
Whats new:>>

fixed a crash that can happen with long notes with malformed urls (for Issue #494)
you can now save modified notes also manually with the shortcut Ctrl + S (for [Issue #484](https://github.com/pbek/QOwnNotes/issues/484))
fixed a problem with Ctrl - clicking urls with a ) in it
when opening notes the cursor position inside the note will now be restored to the position when the note was last visited in the current session
added more Dutch, Portuguese and Italian translation (thank you Leime, mlimacarlos and mlocati)

http://www.qownnotes.org/
Titel: Atom 1.14.0 Beta 3
Beitrag von: SiLæncer am 26 Januar, 2017, 06:10
(http://s26.postimg.org/6bt5lin89/screenshot_265.jpg)
A powerful and flexible application that works as a text and source code editor with syntax highlight, or alternately as a file viewer.

MIT License

Changelog

Fixed a regression that disabled syntax highlighting when converting Markdown to HTML
Fixed a regression that caused editors to throw exceptions when performing certain kinds of selection
Fixed a regression that caused Find and Replace to throw an error after opening and then closing a search result
Solved an issue that caused Atom to throw an exception when setting an invalid font family
Solved an issue that sometimes prevented Windows users from submitting deprecation reports
Solved a bug that caused the editor's font size to not be increased/decreased when holding Ctrl and moving the mouse wheel
Solved a bug in apm that prevented packages with native dependencies from being installed on Atom Beta

[close]

https://atom.io/
Titel: BlueGriffon 2.2
Beitrag von: SiLæncer am 26 Januar, 2017, 21:20
(http://download.winboard.org/uploads/Image/2011-08-28%2015%2053%2030.png)
BlueGriffon hält sich an den aktuellen W3C-Standard. Unterstützt wird HTML 4.01, XHTML, HTML5, CSS 3, Java, java script.
Der Normalmodus (WYSIWYG) eignet sich besonders für Einsteiger, da man sich hier nicht um den Quelltext kümmern muss.
Ebenfalls dabei ist ein CSS-Editor, der das Entwerfen von Cascading Style Sheets erleichtert und ein Editor zum erstellen von SVG-Grafiken )skalierbare Vektorgrafiken).

Neben dem deutschen Wörterbuch gibt es noch einige Erweiterungen für BlueGriffon auf der Herstellerseite, welche allerdings nicht kostenlos sind. Eine Ausnahme wäre FireFTP (http://www.bluegriffon.com/index.php?pages/FireFTP).

Voraussetzung ist ein installiertes Microsoft Visual C++2008 Redistributable Package (http://www.microsoft.com/downloads/de-de/details.aspx?familyid=a5c84275-3b97-4ab7-a40d-3802b2af5fc2&displaylang=de).

Freeware

http://bluegriffon.org/
Titel: CudaText 1.6.5.0
Beitrag von: SiLæncer am 27 Januar, 2017, 05:00
Whats new:>>

windows version-info, for antivir
improve report, after installing lexer
cmd "Fold level 1" (was only 2..9)
cmd "Fold all" folds with nested ranges
fix lexer-parser, bug when Python part inside Latex file

http://www.uvviewsoft.com/cudatext/
Titel: nanDECK v1.23
Beitrag von: SiLæncer am 28 Januar, 2017, 09:15
(http://s26.postimg.org/l8j2hesyh/screenshot_660.jpg)
nanDECK is a scripting graphic software that provides a simple yet flexible language to create multiple images suited for cards or counters .

Freeware

http://www.nand.it/nandeck
Titel: Syntax Edit Pro 2.5
Beitrag von: SiLæncer am 28 Januar, 2017, 18:15
(http://s26.postimg.org/tsv6dym1l/screenshot_143.png)
Syntax Edit Pro is a free scripting pad and notepad replacement that supports several languages. Software and web developers can use this for edit the source codes. Based on the powerful editing component Codejock Syntax Editor, Syntax Edit Pro is written in Visual Basic 6 and uses pure Win32 API which ensures a higher execution speed and smaller program size. Syntax Edit Pro is easy-to-use and gives more help to the developer to complete the project without errors. Syntax Edit Pro is not supports to Unicode Versions and it can’t execute your codes but it gives the best platform for coding and editing.

Freeware

Changelog

Support for 10 new languages
Syntax colorization
Easy to use
Bookmarking
Code printing
Advance find & replace

[close]

http://softinklab.com/index.php/products-downloads/syntax-edit-pro
Titel: QOwnNotes v17.01.12
Beitrag von: SiLæncer am 29 Januar, 2017, 10:50
(http://s26.postimg.org/hfer16hsp/screenshot_106.png)
QOwnNotes is a text editor / notepad replacement with markdown support and todo list manager. The program supports themes, keyboard shortcuts, syntax highlighting, and encryption. Includes available nested file list, tags, search, and more. Optionally works with the notes application ownCloud or Nextcloud.

Cross-platform with clients available for Mac and Linux.

License:    GPL

Changelog

there now is a new script function script.downloadUrlToMedia("http://image.url"); to allow you to download an url to the media folder and return the media url or the markdown image text (for Issue #499)

    there is an example at paste-latex-image.qml
    for more information please take a look at the scripting documentation

added more fixes for a warning that might trigger when notes are moved to an other note subfolder in macOS (for Issue #498)

[close]

http://www.qownnotes.org/
Titel: EditBone 12.16.1
Beitrag von: SiLæncer am 30 Januar, 2017, 05:00
(http://www.bonecode.com/images/EditBone1.png)
Powerful text editing tool that comes with syntax highlighting support for over 50 languages and scripts, 22 ready made styles, a handy file comparison feature and support for multiple directories and search results.

Freeware

Changelog

Version 12.16.1 (January 29, 2017)

- Fixed column mode painting

Version 12.16.0 (January 29, 2017)

- Added undo for sort
- Fixed word wrap
- Fixed state of document modification
- Updated AlphaSkins controls v11.24 - http://www.alphaskins.com/


[close]

http://www.bonecode.com/?page=projects
Titel: Atom 1.13.1
Beitrag von: SiLæncer am 30 Januar, 2017, 09:12
(http://s26.postimg.org/6bt5lin89/screenshot_265.jpg)
A powerful and flexible application that works as a text and source code editor with syntax highlight, or alternately as a file viewer.

MIT License

Changelog

Fixed a regression that disabled syntax highlighting when converting Markdown to HTML (atom/highlights#49)
Fixed a regression that caused editors to throw exceptions when performing certain kinds of selection (#13687)
Solved an issue that caused Atom to throw an exception when setting an invalid font family (#13668)
Solved a bug that caused the editor's font size to not be increased/decreased when holding Ctrl and moving the mouse wheel (#13667)

[close]

https://atom.io/
Titel: xMarkup 4.1
Beitrag von: SiLæncer am 30 Januar, 2017, 20:30
(http://s26.postimg.org/a0kqpxtll/screenshot_149.png)
xMarkup is a text transformation utility for processing of a set of text files. Supports ANSI and UTF-8 encodings. The transformations performed by utility can be extremely complicated comparing to ordinal search&replace procedures. Actually the utility uses a procedural language, with help of which any algorithms of text transformations can be implemented. However, using of these procedural extensions are needed only for a few cases. For most cases it is enough to define start and stop marks for searched text elements and describe templates of their transformation. Processing may be organized as one single step (script) or many sequental steps (script-by-script).

BSD License

Whats new:>>

Updated core of utility to Unicon Version 13.0 x86_32.
Fixed an error in xm2exe utility for muli-step scripts.
Added new option compatibility, which defines the minimum compatibility version of the script.
Updated GUI: fixed progress indicator; added block of Environment variables; added popup menus.
Updated docs.

http://xmarkup.sourceforge.net/
Titel: QOwnNotes 17.01.13
Beitrag von: SiLæncer am 31 Januar, 2017, 05:20
Changelog

the directory of the previously selected file will now be remembered for a lot of file dialogs (for Issue #502)

    the last directory of each dialog will be remembered separately
    if no directory was set the last directory path of any dialog will be used
    if there still is no readable path the home directory will be chosen

fixed the image link that is inserted when using the Insert image menu entry (for Issue #501)
fixed the base64 encoded images in the note HTML export for images with spaces in the path
added more Portuguese, Ukrainian, Chinese, Czech and Polish translation (thank you mlimacarlos, Borisvit, chonghua, jkalousek and lucjan)

[close]

http://www.qownnotes.org/
Titel: BowPad 2.3.0.1883
Beitrag von: SiLæncer am 31 Januar, 2017, 05:30
(http://s26.postimg.org/e60vd9bix/screenshot_182.jpg)
BowPad is a small and fast text editor with a ribbon user interface and syntax highlighting.

Features:

syntax highlighting for over 100 file types and languages
handling of many different encodings, including UTF-8, UTF-16 and even UTF-32
easy ribbon user interface
navigation hints in the vertical scrollbar
coloring of open tabs according to their path
extendable with plugins written in jscript or vbscript

Freeware

Changelog

updated to latest Scintilla component 3.7.2
enabled folding for Python
possibility to mark a file as write protected
performance improvements
fix drawing when showing a dialog during file loading
better tooltip when showing colors
styles for EDIFact files
tracking tooltip showing the current line
allow moving lines without a selection
fix sizes for high dpi monitors
improved function detection

[close]

http://stefanstools.sourceforge.net/BowPad.html
Titel: EditBone 12.16.2
Beitrag von: SiLæncer am 31 Januar, 2017, 05:45
Whats new:>>

Fixed check for updates
Fixed XML formatter

http://www.bonecode.com/?page=projects
Titel: Bluefish 2.2.10
Beitrag von: SiLæncer am 01 Februar, 2017, 04:00
(https://i.postimg.cc/DyMr5KR3/SRWare-Iron.png)
GTK-HTML-Editor für erfahrene Web-Designer und Programmierer...

Lizenz: Open Source

Release Notes

Bluefish 2.2.10 is a maintenance release. Various language files have been
improved, most notably languages that include CSS. There are also various fixes
for newer gtk versions and for gtk on wayland (which is now the default on
Fedora Linux). A new feature in the 2.2.10 release is the possibility to
import/export syntax color styles, included are styles for a light and a dark
theme. Last there have been fixes for a few rare crashes.

[close]

http://bluefish.openoffice.nl/
Titel: QOwnNotes 17.01.14
Beitrag von: SiLæncer am 01 Februar, 2017, 05:30
Changelog

you can now turn off the ownCloud / Nextcloud support in the settings to prevent some checks

    the check whether todo lists will used was also improved

fixed a problem with showing a copied Editor color schema under macOS (for Issue #503)
added more Portuguese, Dutch, Italian, Czech and Polish translation (thank you mlimacarlos, Leime, mlocati, jkalousek and lucjan)

[close]

http://www.qownnotes.org/
Titel: Google Web Designer 1.7.1.0130 Beta
Beitrag von: SiLæncer am 01 Februar, 2017, 17:00
(http://images.six.betanews.com/screenshots/scaled/1380653954-1.jpg)
Google Web Designer allows you to create engaging, interactive HTML5-based designs and motion graphics that can run on any device. Let us handle the HTML5 and CSS3 so you're free to focus on what you love to do: creating gorgeous visual experiences. A full design suite lets you easily bring any vision to life. If you're feeling more hands-on, all the code behind your designs is hand-editable, so you're never locked out of your own work. Your ideas are now amplified by code - not restricted by it.

Freeware

Changelog

New templates since version 1.7.0.1114:

5 new dynamic remarketing templates for use with AdWords Display Ad Builder have been added.

Fixes & improvements since version 1.7.0.1114:

Code view - The GreenSock JavaScript Library version was outdated and has been updated to 1.19.0. KineticPlugin (deprecated) was removed and ModifiersPlugin added.
Components - Swipeable Gallery component swiped 2 frames at a time on an Android device.

[close]

http://www.google.com/webdesigner
Titel: ghostwriter 1.4.2
Beitrag von: SiLæncer am 01 Februar, 2017, 20:10
(http://s26.postimg.org/sjvcsllp5/screenshot_156.png)
Write, edit and preview your texts using Markdown with the help of this all-encompassing and user-friendly Markdown editor.

License : GPLv3

Changelog

This release contains the following fixes:

Issue #113: Full screen clock now displays time based on locale.
Issue #119: Null characters, which had been breaking the HTML preview, are no longer inserted when typing over selecting text.
Issue #121: Code fences are now correctly highlighted when they contain blank lines.
Issue #123: Statistics HUDs now have proper padding when alternating row colors is enabled.
Issue #125: The translations folder has been moved up one folder for the portable distribution of ghostwriter.
Sundry minor fixes have been added.

Important Note:

If you are using the portable version of ghostwriter for Windows, please note that you no longer require the translations folder in your data folder. The translations folder has been moved up one folder, so you don't need to have your settings and themes mixed with an application dependency. When moving the contents of your old data folder to the new one, please delete the old datatranslations folder.

[close]

http://wereturtle.github.io/ghostwriter/
Titel: QOwnNotes 17.02.0 Build 2778
Beitrag von: SiLæncer am 02 Februar, 2017, 05:40
Changelog

you now can sort or notes also alphabetically descending (for Issue #504)
disabled the Copy button in the Note editor font schema settings under macOS because of a Qt bug for Qt versions lower than 5.8 (for Issue #503)
added more Spanish, Dutch, Italian, German and French translation (thank you richarson, Leime, mlocati, bigant and lepascalou)

[close]

http://www.qownnotes.org/
Titel: RJ TextEd 12.0 Beta 1
Beitrag von: SiLæncer am 02 Februar, 2017, 09:19
(http://images.six.betanews.com/screenshots/scaled/1187014627-1.jpg)
RJ TextEd - A Unicode source and text editor. RJ TextEd is a full featured text and source editor with Unicode support, syntax highlighting and code folding. The functionality extends beyond text files and includes support for HTML editing with integrated preview, spell checking, auto completion, HTML validation, templates and more. The program also include support for Topstyle Lite CSS editor, has a dual pane file commander, as well as a FTP client to upload your files. The editor uses language files to display menus and dialogs in different languages. There are several included languages. New language files can easily be created in the editor. RJ TextEd is also a simple web development tool. The editor can use auto completion and hints to assist you in editing your source code. You can preview HTML/ASP/PHP... code using one of the preview tabs or open a document in a browser. The editor does not only handle source code. It also handles true ASCII files, binary files and of course plain text files.

Licence: Freeware

Changelog

High DPI awareness:
The application and tools should display properly on high DPI displays. The application is now per-monitor DPI aware, so you can move it between monitors with different DPI.
Several components have been replaced and toolbar and button images are now available in several sizes.
Replaced visual components:
Replaced almost all visual components like tool bars, labels, check and radio boxes, spin controls and buttons.
Updated, and made changes to, list boxes and list views with check boxes or images.
Automatically enclose selection with braces and quotes:
Added two new options to allow the enclosing of a selection with parenthesis and quotes, when pressing a left open bracket or quote.
Automatically enclose selection with braces:
The option is enabled by default and allows you to enclose a selection with braces like (), [] or {}.
Automatically enclose selection with quotes:
The option is enabled by default and allows you to enclose a selection with quotes like "", '' or “”.
Select Braces and tags:
Added a new function to select braces that includes the braces. The current function only select the text in between the braces.
I changed the behavior in HTML and XML documents.
The text cursor is anywhere between tags:
"Select Brace Enclosed" will select everything between the tags.
"Select Brace Enclosed (with braces)" will select the tags as well.
The text cursor is inside a tag:
"Select Brace Enclosed" will select everything inside the tag.
"Select Brace Enclosed (with braces)" will select "<" and ">" as well.
The function "Select Tag" will always select the entire start/end tag block.
Removed the functions to select tag text and tag blocks, since it's already covered by the functions above.
Convert panel:
Made some changes in the "Date/Time span calculator" and replaces the date and time pickers to make date and time selection easier.
Join lines (prompt for options):
Added a new menu item to prompt for options before joining lines.
Options available are:
Do not add spaces between lines
Preserve paragraphs
Remove leading white spaces
User toolbar (quickbar)
Redesigned the quickbar and renamed it to "User Toolbar". It only have two pages now. "Code" and "Script".
The code toolbar is customizable so it's possible to display more buttons or hide some unwanted ones.
Themes and editor colors:
Added several new visual styles and a new style color file with editor colors that can be used with the "Onyx Blue" style.
Import diff file:
Added menu items to import diff files. The imported file is used to patch the current document.
Online help:
The help is now located Online. This to make sure the help is displayed properly on high DPI monitors.
Splash screen:
The splash screen should display on the correct monitor in a multi monitor setup. The splash window and text is scaled properly now on high DPI monitors.
The splash screen should now always display the correct version and if the program is the 32 or 64 bit version.
Misc:
SFTP component has been updated.
Regex component has been updated.
Bugs:
Dual document state is not saved when you open the application using the /COMPARE switch.
Editor refresh issue.
Select highlighter in drop down menu could result in wrong highlighting.
No save warning in compare mode.
Can't open CHM file set as tool when no documents are open.
Font display issue in File Commander.
Issue when sync scroll is active and you close dual document view.
Reload binary file.
Issues with read-only files.
Halt script issue.
Trailing tab issue in column mode.
Program search issue when focusing the edit box using the mouse.
Selected section text color in options.

[close]

http://www.rj-texted.se
Titel: EditBone 12.16.3
Beitrag von: SiLæncer am 02 Februar, 2017, 12:25
Whats new:>>

Fixed find in files
Fixed in selection search

http://www.bonecode.com/?page=projects
Titel: QOwnNotes 17.02.1 Build 2787
Beitrag von: SiLæncer am 03 Februar, 2017, 04:30
(http://s26.postimg.org/hfer16hsp/screenshot_106.png)
QOwnNotes is a text editor / notepad replacement with markdown support and todo list manager. The program supports themes, keyboard shortcuts, syntax highlighting, and encryption. Includes available nested file list, tags, search, and more. Optionally works with the notes application ownCloud or Nextcloud.

Cross-platform with clients available for Mac and Linux.

License:    GPL

Changelog

QOwnNotes for macOS is finally deployed with Qt 5.8, solving some pesky Qt bugs (for Issue #503)
fixed the preview of images if there are more than one in the same line (for Issue #509)
added more Spanish, Hungarian, Italian, Russian, Polish and Portuguese translation (thank you richarson, rommel4444, mlocati, azar9610, lucjan and mlimacarlos)

[close]

http://www.qownnotes.org/
Titel: Atom 1.14.0 Beta 4
Beitrag von: SiLæncer am 03 Februar, 2017, 05:45
(http://s26.postimg.org/6bt5lin89/screenshot_265.jpg)
A powerful and flexible application that works as a text and source code editor with syntax highlight, or alternately as a file viewer.

MIT License

Changelog

Fix scrolling with core:move-up and core:move-down commands in deprecation-cop.
Fix a possible crash in the native Patch implementation.

Various markdown-preview fixes:

Scrolling on core:move-up / core:move-down
Zooming
Fix broken syntax highlighting of code blocks

[close]

https://atom.io/
Titel: SynWrite 6.34.2565
Beitrag von: SiLæncer am 05 Februar, 2017, 06:50
(http://images.betanews.com/screenshots/1289816929-1.jpg)
Erweiterter Text-Editor mit Unterstützung von vielen Dateiformaten, Programmiersprachen und Zeichenkodierungen; bietet unter anderem Syntax-Hervorhebung, Auto-Vervollständigung und Code-Vorlagen; auch als Plug-in für Total Commander und als portable Version erhältlich.

Freeware

Whats new:>>

* deleted deprecated APIs
+ add: TutorialLexer4
+ upd lexer Asm (more keywords, block comment; thanks Michele Pes)

http://www.uvviewsoft.com/synwrite/
Titel: QOwnNotes v17.02.2
Beitrag von: SiLæncer am 06 Februar, 2017, 05:20
Changelog

the restoring of the cursor position in notes is now disabled by default for macOS because of troubles it causes for some users (for Issue #500)
if the shortcuts for deleting the current line or word isn't used in the note text edit now the default shortcuts will be delegated to the widget with the focus (for Issue #476)
added more Russian and Portuguese translation (thank you Maboroshy and mlimacarlos)

[close]

http://www.qownnotes.org/
Titel: EditBone 12.17.0
Beitrag von: SiLæncer am 06 Februar, 2017, 05:30
(http://www.bonecode.com/images/EditBone1.png)
Powerful text editing tool that comes with syntax highlighting support for over 50 languages and scripts, 22 ready made styles, a handy file comparison feature and support for multiple directories and search results.

Freeware

Changelog

- Added highlighter for Markdown
- Fixed completion proposal
- Optimized highlighter loading
- Updated language files

[close]

http://www.bonecode.com/?page=projects
Titel: QOwnNotes v17.02.3
Beitrag von: SiLæncer am 07 Februar, 2017, 04:30
Changelog

the bracket closing feature now also just moves the cursor to the right if a closing bracket is typed at the position of a closing bracket if there is a matching opening bracket (for Issue #514)

    this works for ), ] and }

you can now fetch a note by its file name in a script with the new scripting method script.fetchNoteByFileName(fileName) (for Issue #510)

    for more information please take a look at the scripting documentation

you can now check if a note exists by its file name in a script with the new scripting method script.noteExistsByFileName(fileName) (for Issue #510)

    for more information please take a look at the scripting documentation

[close]

http://www.qownnotes.org/
Titel: EditBone v12.17.1
Beitrag von: SiLæncer am 07 Februar, 2017, 05:20
Changelog

Added highlighter for Markdown.
Optimized highlighter loading.

Updated:

    Language files;
    AlphaSkins controls v11.25.

Fixed:

    Completion proposal;
    AV when reading file types;
    Replace to support replace regex text;
    Highlighter rescanning after deleting text.

[close]

http://www.bonecode.com/?page=projects
Titel: CudaText 1.6.7.0
Beitrag von: SiLæncer am 07 Februar, 2017, 13:13
(http://s26.postimg.org/orql8dkpl/screenshot_257.png)
Create programming scripts with this powerful tool that supports more than 130 languages and allows users to work concurrently on as many as six groups of projects.

Freeware

Whats new:>>

+ api for timer
* change default for undo_after_save

http://www.uvviewsoft.com/cudatext/
Titel: ConstEdit 2.9.9
Beitrag von: SiLæncer am 07 Februar, 2017, 13:18
(http://s26.postimg.org/5p2bykt95/screenshot_799.jpg)
ConstEdit is an HTML5 editor that lets you write your words to your webpages and read your documents with your web-browser.

Unlike cloud apps and online html editors, it does not require an internet connection to work with. It runs locally on your pc for better performance, convenience and security. By omitting functionality that is unnecessary for the average office requirements, the user interface is kept clean.

Freeware (for personal use only)

Release Notes

ConstEdit is updated to version 2.9.9 and is now free for all purposes of use. The License Agreement Dialog and the End User License Agreement are updated to reflect the change.
Final version of ConstEdit utilizing XULRunner

Because of the strategy of Mozilla Foundation to deprecate their XPCOM technology, we are facing a direct setback on the future availability of the interfaces with the underlying rendering engine of ConstEdit. We are therefore looking into migrating to another rendering engine. We haven't reached the final decision on the future direction yet. There are too many unknowns at present. Technologies are changing really fast.

To express our appreciation of your support since ConstEdit debuted in 2013, we are making the current version of the app totally free. You may use the app for whatever purposes as you like. Please note however that this will be the final version of ConstEdit that is based on XULRunner of Mozilla Foundation. There will be no more update to this version.
Future Version of ConstEdit

Please be assured that ConstEdit will rise again as an Html document word processor, though very likely with another web-browser as the rendering engine. We will still be sticking to using Html5 as the document format. It can be expected that the initial version of the future software will have very close resemblance to the current version, in terms of functionality and compatibility.

In the meantime, we sincerely hope that you are satisfied with using this free version of ConstEdit. Please stay tuned. This website will be kept updated with our decisions on the new version of the software.

[close]

http://www.constedit.com/
Titel: EditBone 12.17.2
Beitrag von: SiLæncer am 08 Februar, 2017, 05:10
Whats new:>>

Fixed replace

http://www.bonecode.com/?page=projects
Titel: QOwnNotes v17.02.4
Beitrag von: SiLæncer am 08 Februar, 2017, 18:15
Changelog

you can now copy text to the clipboard in a script with the new scripting method script.setClipboardText()

    there is an example at selected-markdown-to-bbcode.qml
    for more information please take a look at the scripting documentation

the unicode line endings from the result of the scripting method script.noteTextEditSelectedText() will now be converted to \n
you can now jump to a note with the new scripting method script.setCurrentNote() if it is visible in the note list (for Issue #510)

    there is an example at journal-entry.qml
    for more information please take a look at the scripting documentation

[close]

http://www.qownnotes.org/
Titel: SynWrite 6.34.2570 Beta
Beitrag von: SiLæncer am 08 Februar, 2017, 21:20
Whats new:>>

+ more API

http://www.uvviewsoft.com/synwrite/
Titel: Atom 1.15.0 Beta 0
Beitrag von: SiLæncer am 09 Februar, 2017, 05:45
Changelog

The behavior when duplicating lines when there are multiple selections is now more intuitive.
Atom will now keep open the tab of any file, modified or not, when it's deleted outside the editor.
Cursors remain visible by default when there is a selection. The old behavior of hiding cursors with a selection can be restored via a config setting.
apm now honors system HTTP proxy settings.
Removals from the Jump List on Windows are now handled correctly.
Node 6 is now required to build Atom.

[close]

https://atom.io/
Titel: QOwnNotes v17.02.5
Beitrag von: SiLæncer am 09 Februar, 2017, 06:07
Changelog

you can now show a custom action in the note text edit context menu

    for more information please take a look at the custom action documentation

the last directory path will now be selected if you select a script file in the Scripting settings or select an external editor in the General settings
the script name will now be set from the file name if no script name was set yet in the Scripting settings
added more German translation

[close]

http://www.qownnotes.org/
Titel: Atom 1.14.1
Beitrag von: SiLæncer am 10 Februar, 2017, 06:00
Whats new:>>

Fixed an issue searching for multi-line regular expressions containing unescaped newlines
Fixed uncaught exceptions related to destroying markers

https://atom.io/
Titel: SynWrite 6.35.2590
Beitrag von: SiLæncer am 10 Februar, 2017, 19:40
(http://images.betanews.com/screenshots/1289816929-1.jpg)
Erweiterter Text-Editor mit Unterstützung von vielen Dateiformaten, Programmiersprachen und Zeichenkodierungen; bietet unter anderem Syntax-Hervorhebung, Auto-Vervollständigung und Code-Vorlagen; auch als Plug-in für Total Commander und als portable Version erhältlich.

Freeware

Whats new:>>

* opt „Block indent“ can be >0 (indent in spaces), <0 (indent in tabs)
* opt „Optimal fill with tabs“ removed, no need with BlockIndent<0
* opt „Backup file“ removed, use powerful plugin „Backup File“
+ more API

http://www.uvviewsoft.com/synwrite/
Titel: Leanote 2.4
Beitrag von: SiLæncer am 11 Februar, 2017, 10:20
(http://s26.postimg.org/6gqrf4oex/screenshot_218.png)
A note creator and document editor that allows data sharing and instant blog posting, encouraging collaboration between team members.

License : GPL

Changelog

Fix the problem:

Markdown automatically quotes Chinese quotes

New features added:

Support to sort the list of notes (by creation time / update time / title)
Support markdown table cell content alignment
Support for desktop-side connection self-built Https service

[close]

http://app.leanote.com/
Titel: PilotEdit Lite 10.2.0
Beitrag von: SiLæncer am 12 Februar, 2017, 19:40
(http://www.pilotedit.com/images/OpenInQuickMode.PNG)
PilotEdit is a text, hex, XML, C/C++, HTML, PHP, Java, Javascript and Perl editor that can edit large files of 400GB (40 billion lines).

It offers customizable syntax and keyword highlighting, advanced search and replace operations, automatic text encoding, 256-bit AES encryption/decryption and a built-in FTP/SFTP client lets you open, edit, download and upload large files directly to/from a FTP/SFTP server.

In addition to standard text editing features, PilotEdit can compare and merge two large files of 100GB (10 billion lines). You can also sort, find/remove duplicate lines and extract strings over a large file of 1GB.

Freeware

Zitat
PilotEdit 10.2.0 includes a fix for serial number verification.

http://www.pilotedit.com/
Titel: Mobirise 3.12
Beitrag von: SiLæncer am 13 Februar, 2017, 13:40
(http://s26.postimg.org/d5pkuwmqh/screenshot_2.png)
Develop fully responsive, mobile-ready websites that look amazing on any devices and browsers. Preview how your website will appear on phones, tablets and desktops directly in the visual editor..

Freeware

https://mobirise.com/
Titel: QOwnNotes 17.02.6
Beitrag von: SiLæncer am 13 Februar, 2017, 21:15
(http://s26.postimg.org/hfer16hsp/screenshot_106.png)
QOwnNotes is a text editor / notepad replacement with markdown support and todo list manager. The program supports themes, keyboard shortcuts, syntax highlighting, and encryption. Includes available nested file list, tags, search, and more. Optionally works with the notes application ownCloud or Nextcloud.

Cross-platform with clients available for Mac and Linux.

License:    GPL

Changelog

the maximum tag nesting level of the html preview was increased from 16 to 32 to allow more levels of list items than six (for Issue #473)
added more French, Italian, Polish and Portuguese translation (thank you lepascalou, mlocati, lucjan and mlimacarlos)

[close]

http://www.qownnotes.org/
Titel: Notepad++ 7.3.2
Beitrag von: SiLæncer am 14 Februar, 2017, 04:33
(http://s26.postimg.org/sa3ge0uxl/screenshot_47.png)
Notepad++ is a tabbed source code editor and Notepad replacement with a customizable interface. It is one of the few few source code editors that supports "folding," allowing users to quickly reduce and expand sections of code to see the overall document. In addition, it features multi-language syntax highlighting, auto-completion, regular expression search/replace, macro recording and playback, etc. The program can access a long list of plug-ins via an easy-to-access menu with even more features and functions.

License: GPL

Changelog

Fix crash issue on column mode editor.
Fix "Use new style save dialog" setting's regression.
Enhance "Open file" command - open a file from editor zone without selecting its full path.
Fix word char list settings not applying on next launch issue.
Fix block uncomment for line comment bug.
BaanC Language is surpported.
Add error notification on run dialog.
Fix the caret position not maintained issue between document move.
Fix caret goes to wrong position after word completion.
Enhance Function List for supporting language.
Add check mark in Language menu.
Fix toolbar not showing issue while launching Notepad++ from system tray in some unknown configuration.

[close]

http://notepad-plus-plus.org/
Titel: JSONedit 0.9.22.0
Beitrag von: SiLæncer am 14 Februar, 2017, 05:10
(http://s26.postimg.org/66opis8ih/screenshot_556.jpg)
JSONedit is a simple editor for the JavaScript Object Notation format "a text-based open standard designed for human-readable data interchange" (source) with availble text and tree views.

Includes array generator using embedded Lua interpreter and Scintilla for text edition.

License:    Freeware

Changelog

Tools menu: experimental, very relaxed pseudo-JSON parser, alternative method of prototyping structures for further pasting into main editor
FIXED: no brace matching for JSON text view (incorrectly selected Lua highlighter since 0.9.16)
FIXED: edit panel was not updated (showing still values from document) when document was reloaded in tree view and no node was selected; root node is now selected as default
FIXED: default directory for file open dialog was not updated if file was loaded using drag-and-drop

[close]

http://tomeko.net/software/JSONedit/index.php
Titel: BlueGriffon 2.3
Beitrag von: SiLæncer am 14 Februar, 2017, 22:15
(http://download.winboard.org/uploads/Image/2011-08-28%2015%2053%2030.png)
BlueGriffon hält sich an den aktuellen W3C-Standard. Unterstützt wird HTML 4.01, XHTML, HTML5, CSS 3, Java, java script.
Der Normalmodus (WYSIWYG) eignet sich besonders für Einsteiger, da man sich hier nicht um den Quelltext kümmern muss.
Ebenfalls dabei ist ein CSS-Editor, der das Entwerfen von Cascading Style Sheets erleichtert und ein Editor zum erstellen von SVG-Grafiken )skalierbare Vektorgrafiken).

Neben dem deutschen Wörterbuch gibt es noch einige Erweiterungen für BlueGriffon auf der Herstellerseite, welche allerdings nicht kostenlos sind. Eine Ausnahme wäre FireFTP (http://www.bluegriffon.com/index.php?pages/FireFTP).

Voraussetzung ist ein installiertes Microsoft Visual C++2008 Redistributable Package (http://www.microsoft.com/downloads/de-de/details.aspx?familyid=a5c84275-3b97-4ab7-a40d-3802b2af5fc2&displaylang=de).

Freeware

http://bluegriffon.org/
Titel: Atom 1.14.2
Beitrag von: SiLæncer am 15 Februar, 2017, 05:10
(http://s26.postimg.org/6bt5lin89/screenshot_265.jpg)
A powerful and flexible application that works as a text and source code editor with syntax highlight, or alternately as a file viewer.

MIT License

Changelog

Atom core changes:

Throw an exception when attempting to decorate a destroyed marker layer.
Fix an exception related to keyboard layouts on certain Linux distros.
Fix an exception that would occur when closing an Atom window.

TextBuffer changes:

Ensure that markers are marked as destroyed when their marker layers are cleared via the new MarkerLayer.clear API.
Fix a rare stack overflow when editing large files.
Fix an exception when calling DisplayMarkerLayer.findMarkers from a DisplayMarker.onDidDestroy callback.
Fix regressions in multi-line searches introduced as part of a search optimization.
Introduce some assertions to help us debug some very rare exceptions.

[close]

https://atom.io/
Titel: Atom 1.15.0 Beta 2
Beitrag von: SiLæncer am 15 Februar, 2017, 05:40
Changelog

Atom core changes:

Throw an exception when attempting to decorate a destroyed marker layer.
Fix an exception that would occur when closing an Atom window.
Fix 'This element has already been freed!' exceptions.

TextBuffer changes:

Ensure that markers are marked as destroyed when their marker layers are cleared via the new MarkerLayer.clear API.
Fix a rare stack overflow when editing large files.
Fix an exception when calling DisplayMarkerLayer.findMarkers from a DisplayMarker.onDidDestroy callback.
Fix regressions in multi-line searches introduced as part of a search optimization.
Introduce some assertions to help us debug some very rare exceptions.

[close]

https://atom.io/
Titel: EditBone v12.17.3
Beitrag von: SiLæncer am 19 Februar, 2017, 11:00
(http://www.bonecode.com/images/EditBone1.png)
Powerful text editing tool that comes with syntax highlighting support for over 50 languages and scripts, 22 ready made styles, a handy file comparison feature and support for multiple directories and search results.

Freeware

Changelog

Note!

This is the last version of EditBone.

The next version is re-branded to "Text Editor Pro" and the new domain is http://texteditor.pro
Issues, feedback, and language files can be sent to info@texteditor.pro already.

    Moved colors and highlighters internal.
    Optimized editor control.

    Fixed:
        Bookmarks;
        Check for updates;
        Code folding;
        Colors and highlighters;
        Completion proposal;
        Delete whitespace;
        Drag and drop;
        Editor click and double click;
        Font and color options;
        Highlighter reading from a stream;
        Line break;
        Move line up and down (ctrl+shift+up/down);
        Special char painting;
        Split;
        Sort;
        Sync edit;
        Tabulator;
        "Terms case-sensitive" selection option;
        Undo and redo;
        Word right and left.
    Updated language files.

[close]

http://www.bonecode.com/?page=projects
Titel: RJ TextEd 12.0 Final
Beitrag von: SiLæncer am 19 Februar, 2017, 15:00
(http://images.six.betanews.com/screenshots/scaled/1187014627-1.jpg)
RJ TextEd - A Unicode source and text editor. RJ TextEd is a full featured text and source editor with Unicode support, syntax highlighting and code folding. The functionality extends beyond text files and includes support for HTML editing with integrated preview, spell checking, auto completion, HTML validation, templates and more. The program also include support for Topstyle Lite CSS editor, has a dual pane file commander, as well as a FTP client to upload your files. The editor uses language files to display menus and dialogs in different languages. There are several included languages. New language files can easily be created in the editor. RJ TextEd is also a simple web development tool. The editor can use auto completion and hints to assist you in editing your source code. You can preview HTML/ASP/PHP... code using one of the preview tabs or open a document in a browser. The editor does not only handle source code. It also handles true ASCII files, binary files and of course plain text files.

Licence: Freeware

Changelog

High DPI awareness (per-monitor DPI aware)

The application and tools should display properly on high DPI displays. The main program and all tools are per-monitor DPI aware so you can drag the program between monitors with different DPI.

Almost all visual components have been replaced and toolbar, menu and button images are now available in several sizes.

Replaced visual components

Replaced almost all visual components like tool bars, labels, check and radio boxes, spin controls and buttons.

Updated, and made changes to, list boxes and list views with check boxes and images.

Automatically enclose selection with braces and quotes

Added two new options to allow the enclosing of a selection with parenthesis and quotes, when pressing a left open bracket or quote.

Automatically enclose selection with braces

The option is enabled by default and allows you to enclose a selection with braces like (), [] or {}.

E.g. Select a text like „ABC“ and press ‘(‘. The selection is now enclosed „(ABC)“.

Automatically enclose selection with quotes

The option is enabled by default and allows you to enclose a selection with quotes like „“, “ or “”.

E.g. Select a text like ‘ABC’ and press ‘“‘. The selection is now enclosed ‘“ABC“‘.

Select Braces and tags

Added a new function to select braces that includes the braces. The current function only select the text in between the braces.

I changed the behavior in HTML and XML documents.

The text cursor is anywhere between tags:
•“Select Brace Enclosed“ will select everything between the tags.
•“Select Brace Enclosed (with braces)“ will select the tags as well.

The text cursor is inside a tag:
•“Select Brace Enclosed“ will select everything inside the tag.
•“Select Brace Enclosed (with braces)“ will select „<“ and „>“ as well.

The function „Select Tag“ will always select the entire start/end tag block.

Removed the functions to select tag text and tag blocks, since it’s already covered by the functions above.

Convert panel

Made some changes in the „Date/Time span calculator“ and replaces the date and time pickers to make date and time selection easier.

Join lines (prompt for options)

Added a new menu item to prompt for options before joining lines.

Options available are:
•Do not add spaces between lines
•Preserve paragraphs
•Remove leading white spaces

User toolbar (quickbar)

Redesigned the quickbar and renamed it „User Toolbar“. It only have two pages now. „Code“ and „Script“.

The code toolbar is customizable so it’s possible to display more buttons or hide some unwanted ones.

All editor toolbar buttons are available in the user toolbar. They are hidden by default but if you wish, you can enable them (right click over toolbar and select customize) and close the editor toolbar.

Themes and editor colors

Added several new visual styles and a new style color file with editor colors that can be used with the „Onyx Blue“ style.

Toolbar image lists

The editor load the appropriate image list based on the DPI of the current monitor from disk. The standard lists are available in five sizes: 16×16, 20×20, 24×24, 32×32 and 48×48.

It is possible to create your own image lists used in toolbars, menus and panels throughout the program. In the program folder there is a tool called „ImageListEditor.exe“, which I wrote for this purpose. You can add this as a tool to the „Tools“ menu and start modify existing image lists or create new ones.

You can actually add images of any size you want. The added images are then resized (the resize function produce very good quality images). But you still get the best quality if you use images (glyphs) of the same size as the image list use.

The image lists are available in „[AppData]RoamingRJ TextEdImageLists“. In the same folder you’ll find an option file „ImageLists.ini“ you can edit and add your own image list(s) to.

I would appreciate any contribution from users.

Import diff file

Added menu items to import diff files. The imported file is used to patch the current document. You are able to make changes to the text before it is inserted.

Text compare

Fixed several issues in the text compare algorithm. It should handle Unicode properly now and yield better results.

Chrome preview

Updated the chrome libraries to version 3.2883 (Chrome v65). Flash is enabled and should work if you have a flash player installed.

Online help

The help is now located Online. This to make sure the help is displayed properly on high DPI monitors.

You can download the help as an CHM file and add it as a tool, if you want to use a local file instead. Available from https://www.rj-texted.se/downloads

Splash screen

The splash screen should display on the correct monitor in a multi monitor setup. The splash window and text is scaled properly now on high DPI monitors.

The splash screen should now always display the correct version and if it’s a 32 or 64 bit executable.

Misc
•SFTP component has been updated.
•Regex component has been updated.

Bugs
•Dual document state is not saved when you open the application using the /COMPARE switch.
•Editor refresh issue.
•Select highlighter in drop down menu could result in wrong highlighting.
•No save warning in compare mode.
•Can’t open CHM file set as tool when no documents are open.
•Font display issue in File Commander.
•Issue when sync scroll is active and you close dual document view.
•Reload binary file.
•Issues with read-only files.
•Halt script issue.
•Trailing tab issue in column mode.
•Program search issue when focusing the edit box using the mouse.
•Selected section text color in options.
•Couldn’t use /MULTI /COMPARE %File1 %File2 as command line option.
•JavaScript highlight issue.
•Drag n drop issue.

[close]

http://www.rj-texted.se
Titel: Atom 1.14.3
Beitrag von: SiLæncer am 20 Februar, 2017, 05:10
Whats new:>>

Multiple fixes for rare edge cases in the new DisplayLayer code that could lead to corrupted text display states.
Fix an uncaught exception in find and replace

https://atom.io/
Titel: EditBone 12.17.4
Beitrag von: SiLæncer am 20 Februar, 2017, 05:20
Whats new:>>

Fixed check for updates
Fixed editing of selected char

http://www.bonecode.com/?page=projects
Titel: Atom 1.15.0 Beta 3
Beitrag von: SiLæncer am 20 Februar, 2017, 05:50
Whats new:>>

Prevent application hangs when loading files with extremely long lines.
Multiple fixes for rare edge cases in the new DisplayLayer code that could lead to corrupted text display states.
Fix an uncaught exception in find and replace

https://atom.io/
Titel: CudaText 1.6.8.1
Beitrag von: SiLæncer am 21 Februar, 2017, 04:40
(http://s26.postimg.org/orql8dkpl/screenshot_257.png)
Create programming scripts with this powerful tool that supports more than 130 languages and allows users to work concurrently on as many as six groups of projects.

Freeware

Whats new:>>

+ Alt+click now does goto-definition
+ opt "mouse_goto_definition"
+ opt "autocomplete_autoshow_lexers" can have none-lexer as "-"
+ AddonManager: use temp-file on downloading (safer)
+ AddonManager: message retry/ignore/abort on download err
+ addons install.inf has field for API ver
- dont suggest multi-line sel to Find dlg

http://www.uvviewsoft.com/cudatext/
Titel: Scite 3.7.3
Beitrag von: SiLæncer am 21 Februar, 2017, 06:15
(http://s26.postimg.org/grtf9e7x5/screenshot_191.png)
Editor mit Syntax-Highlighting, Auto-Completion, Folding und vielem mehr...

Lizenz: Open Source

Changelog

Display block caret over the character at the end of a selection to be similar to other editors.
In SciTE can choose colours for fold markers. Feature #1172.
In SciTE can hide buffer numbers in tabs. Feature #1173.
The Diff lexer recognizes deleted lines that start with "--- ".
The Lua lexer requires the first line to start with "#!" to be treated as a shebang comment, not just "#". Bug #1900.
The Matlab lexer requires block comment start and end to be alone on a line. Bug #1902.
The Python lexer supports f-strings with new styles, allows Unicode identifiers, and no longer allows @1 to be a decorator. Bug #1848.
Fix folding inconsistency when fold header added above a folded part. Avoid unnecessary unfolding when a deletion does not include a line end. Bug #1896.
Fix finalization crash on Cocoa. Bug #1909.
SciTE on GTK+ can have a wide divider between the panes with the split.wide property.
Fix display of autocompletion lists and calltips on GTK+ 3.22 on Wayland. Newer APIs used on GTK+ 3.22 as older APIs were deprecated.
Fix crash in accessibility code on GTK+ due to signal receipt after destruction. Bug #1907.
Make trackpad scrolling work on Wayland. Bug #1901.

[close]

http://www.scintilla.org/SciTE.html
Titel: reCsvEditor 0.98.2
Beitrag von: SiLæncer am 21 Februar, 2017, 20:15
(http://images.six.betanews.com/screenshots/scaled/1300590091-1.jpg)
reCsvEditor is a cross platform editor for Csv Files. It supports a wide variety of Field delimiters, very large files and Unicode Files. Files are displayed in a table format.

Freeware

Latest Changes

Minor fixes
Scripting changes and Examples openfile.js - edit a Csv file and filterOnStoreCsv.js -link 2 files together.

http://recsveditor.sourceforge.net/
Titel: BlueGriffon v2.3.1
Beitrag von: SiLæncer am 24 Februar, 2017, 13:13
(http://download.winboard.org/uploads/Image/2011-08-28%2015%2053%2030.png)
BlueGriffon hält sich an den aktuellen W3C-Standard. Unterstützt wird HTML 4.01, XHTML, HTML5, CSS 3, Java, java script.
Der Normalmodus (WYSIWYG) eignet sich besonders für Einsteiger, da man sich hier nicht um den Quelltext kümmern muss.
Ebenfalls dabei ist ein CSS-Editor, der das Entwerfen von Cascading Style Sheets erleichtert und ein Editor zum erstellen von SVG-Grafiken )skalierbare Vektorgrafiken).

Neben dem deutschen Wörterbuch gibt es noch einige Erweiterungen für BlueGriffon auf der Herstellerseite, welche allerdings nicht kostenlos sind. Eine Ausnahme wäre FireFTP (http://www.bluegriffon.com/index.php?pages/FireFTP).

Voraussetzung ist ein installiertes Microsoft Visual C++2008 Redistributable Package (http://www.microsoft.com/downloads/de-de/details.aspx?familyid=a5c84275-3b97-4ab7-a40d-3802b2af5fc2&displaylang=de).

Freeware

http://bluegriffon.org/
Titel: RJ TextEd 12.01 Update
Beitrag von: SiLæncer am 25 Februar, 2017, 19:30
(http://images.six.betanews.com/screenshots/scaled/1187014627-1.jpg)
RJ TextEd - A Unicode source and text editor. RJ TextEd is a full featured text and source editor with Unicode support, syntax highlighting and code folding. The functionality extends beyond text files and includes support for HTML editing with integrated preview, spell checking, auto completion, HTML validation, templates and more. The program also include support for Topstyle Lite CSS editor, has a dual pane file commander, as well as a FTP client to upload your files. The editor uses language files to display menus and dialogs in different languages. There are several included languages. New language files can easily be created in the editor. RJ TextEd is also a simple web development tool. The editor can use auto completion and hints to assist you in editing your source code. You can preview HTML/ASP/PHP... code using one of the preview tabs or open a document in a browser. The editor does not only handle source code. It also handles true ASCII files, binary files and of course plain text files.

Licence: Freeware

Changelog

Toolbar and menu images:

Images are scaled up if running on a very high DPI monitor and you need larger images than 48x48.

Search bar:

Made several changes in the search bar.

Print selection:

Multiple selections are now supported.

Update check and Addons:

Made some changes in the download thread and replaced the HTTP component. All update checks and downloads now use HTTPS.

Online help:

If you have a local help file in "RoamingRJ TextEdHelp" it will be used if you're not connected to Internet.

FIXED:

Macro Editor errors when hovering the mouse over some areas.
Several issues in Regular Expression Creator.
Dark button text in toolbars when using some themes.
User toolbar icon issues.
Recent file menu issue when having many files in the list.
Export as RTF to file.
HTML script highlight issue.
Selecting recent FTP list item should work now.
All toolbar dividers are now grooved.
Join lines with option to remove leading spaces didn't remove tabs.
Macro manager label issue.
A minor find all issue.
Column mode issue with auto complete braces.

[close]

http://www.rj-texted.se
Titel: BowPad 2.3.1.1940
Beitrag von: SiLæncer am 27 Februar, 2017, 06:10
(http://s26.postimg.org/e60vd9bix/screenshot_182.jpg)
BowPad is a small and fast text editor with a ribbon user interface and syntax highlighting.

Features:

syntax highlighting for over 100 file types and languages
handling of many different encodings, including UTF-8, UTF-16 and even UTF-32
easy ribbon user interface
navigation hints in the vertical scrollbar
coloring of open tabs according to their path
extendable with plugins written in jscript or vbscript

Freeware

Changelog

updated to latest Scintilla component 3.7.3
improved status bar
fixed startup flickering
fixed flickering when resizing the window
fixed losing the lexer when refreshing/reloading

[close]

http://stefanstools.sourceforge.net/BowPad.html
Titel: Komodo Edit 10.2.0 Build 89833
Beitrag von: SiLæncer am 28 Februar, 2017, 06:10
(http://download.winboard.org/uploads/Image/2010-12-22%2009%2024%2056.png)
Komodo Edit ist ein Editor, der folgende Sprachen unterstützt: PHP, Python, Ruby, java script, Perl, Tcl, XML, HTML 5, CSS 3. Weiterhin bietet das Programm eine Projektverwaltung, Sweet-Editor und kann mittels Erweiterungen ausgebaut werden.

Freeware

Changelog

All New Unit Testing:

We’ve rebuilt unit testing from the ground up to support a wider variety of frameworks and facilitate more productivity. You can run tests for major frameworks including PHPUnit (PHP), pytest (Python 2 and 3), Prove (Perl), Mocha (Node.js), RSPec (Ruby) and Go, as well as any frameworks that output in TAP or TeamCity compatible formatting.
New functionality enables you to filter test results, jump to test definitions and place breakpoints directly in your test for easy debugging - all with a new and improved UX. With Komodo 10.2, you can run tests more efficiently than before, and enhance your Test Driven Development processes.

Slack Sharing:

If your team lives on Slack, sharing a code snippet is a quick way to get problems solved. Now you can share snippets, diffs and all kinds of code directly from Komodo to your team on Slack. Give your ctrl+c and ctrl+v a break.

Yarn Support (New Package Manager for Node.js):

Get the performance and reliability of Yarn without having to leave your IDE. Komodo integrates with Yarn in the same way it does with npm. You can run commands in the “Go To Anything” search field or through a dynamic toolbar button, helping to speed up your Node.js workflow.

Django and Flask Toolboxes:

Step up your Django or Flask development with new toolboxes based on open-source contributions. Save time writing boilerplate code by just double-clicking a snippet to insert it directly into your file. Doesn’t get easier than that.

And other improvements:

Ruby 2.4, Rails 5 support and updated toolbox
Tcl 8.6 support
Tutorials for Catalyst, Django, Flask, Pyramid and Rails
Improved Shell Scope - type commands right into “Go To Anything”
See below for more

[close]

http://www.activestate.com/komodo-edit/downloads
Titel: Atom 1.14.4
Beitrag von: SiLæncer am 01 März, 2017, 04:15
(http://s26.postimg.org/6bt5lin89/screenshot_265.jpg)
A powerful and flexible application that works as a text and source code editor with syntax highlight, or alternately as a file viewer.

MIT License

Changelog

Highlight abstract and sealed class modifiers in C# language grammar
Fixed a regression that prevented apm.sh from running on Windows
Improved support for using TextEditor as an etch component

[close]

https://atom.io/
Titel: Atom 1.15.0 Beta 4
Beitrag von: SiLæncer am 01 März, 2017, 04:37
Whats new:>>

Highlight abstract and sealed class modifiers in C# language grammar
Fixed a regression that prevented apm.sh from running on Windows
Fixed a performance regression that slowed down parsing JavaScript arrays
Improved support for using TextEditor as an etch component.


https://atom.io/
Titel: QOwnNotes 17.03.0 Build 2817
Beitrag von: SiLæncer am 01 März, 2017, 04:45
(http://s26.postimg.org/hfer16hsp/screenshot_106.png)
QOwnNotes is a text editor / notepad replacement with markdown support and todo list manager. The program supports themes, keyboard shortcuts, syntax highlighting, and encryption. Includes available nested file list, tags, search, and more. Optionally works with the notes application ownCloud or Nextcloud.

Cross-platform with clients available for Mac and Linux.

License:    GPL

Changelog

you can now assign different tag colors in dark mode

    this is handy because the colors you may have defined on an other, synced computer, that did not use dark mode may not look good on this computer in dark mode
    with this update the currently set non-dark mode colors will be used as dark mode colors

[close]

http://www.qownnotes.org/
Titel: Typora 0.9.24 Beta
Beitrag von: SiLæncer am 01 März, 2017, 12:23
(http://s26.postimg.org/w2onuosnt/screenshot_64.png)
Swiftly write, edit, format and convert text to HTML with the help of this modern looking, streamlined and novice-accessible piece of software.

Freeware

Changelog

Support `alt` key on Windows to popup related menu.
Support open recent files from menubar.
Fix a bug that Typora cannot detect the encode of some files correctly. Allow manually select file encode from menubar.
Fix bugs that table headers and bold Chinese characters cannot be printed (export to PDF) correctly.
Fix crash when export contents into jpg file.
Show horizontal scrollbar when some table or dialog is too width.
Set default extensions for save and export dialog.
Add syntax highligh for `fortran`. Fix bugs of syntax highlight function for `Scala` and `C#`.
Exported HTML (without class) for code fences follows w3c recommendations and be more friendly with Prism.
Fix some bugs relates to crash and data lose.
Fix bugs that some behavior for links are not correct.
Fix table parsing logic for special characters.
Fix a bug that some math block is invalid in exported EPub.
Fix a bug that `{` is not correctly handled in inline math.
Other bug fix.

[close]

http://www.typora.io/
Titel: PSPad 4.6.2.2750
Beitrag von: SiLæncer am 01 März, 2017, 19:40
(http://images.six.betanews.com/screenshots/1076948037-1.png)
PSPad is a universal freeware editor. There is no complex install process; the program is ready to work immediately, without requiring customization. It supports many file types and languages, with syntax highlighting. There are macros, clip files and templates to automate repetitive activities. An integrated HEX Editor, Project support, FTP Client, Macro Recorder, File Search/Replace, Code Explorer, code page conversion, are just some of the many possibilities that PSPad can offer you.

Freeware

Changelog

Known issues

problems with new CSS highlighter

News

updated CSS highlighter

Fixes:

Comments in UnixShell script highlighter
Fixed caption in Program settings / Editor 2 for Autocomplete confirmation
Left tool panel icons and tabs width with high DPI
File tabs height with high DPI
Ruller font size with high DPI

[close]

http://www.pspad.com/
Titel: RJ TextEd 12.02
Beitrag von: SiLæncer am 02 März, 2017, 16:45
Changelog

Fixed several scaling issues on high DPI displays.
Menu and GUI font issues.
Editor font settings and display issues.
Home page issues.
Several issues with panels.
Fixed some issues when moving the program between monitors using different scaling.

Chrome Preview:

Updated the libraries to version 56.0.2924.

Misc:

I've fixed several glitches and minor issues throughout the program. Some are visual issues and others not. Some only occur on high DPI displays

[close]

http://www.rj-texted.se
Titel: CudaText 1.6.9.0
Beitrag von: SiLæncer am 03 März, 2017, 05:40
Whats new:>>

fixes, adds in api

http://www.uvviewsoft.com/cudatext/
Titel: Geany 1.30
Beitrag von: SiLæncer am 06 März, 2017, 12:25
(http://cdn.portableapps.com/GeanyPortable_small.png)
Geany is cross-platform, GTK based Integrated Development Platform. You can work on simple text files, html, perl, python, NSIS and more with Geany.

License: GPL

Changelog

GENERAL

Initial accessibility support in the editor (SF#328).
Fix scrolling on Wayland (Issue#1320).

BUG FIXES:

Fix Ctrl+X and Ctrl+C in non-Latin keyboard layouts (Forkest, PR#1386).
Fix search history filling on GTK >= 3.20 (PR#1404).
Simplify setting build menu items labels, fixing a Commander plugin issue (Vasiliy Faronov, PR#1396).

INTERFACE:

Fix the current scope shown in the statusbar (Issue#1279).

EDITOR:

Update Scintilla to version 3.7.3.
Fix triggering default keybindings together with snippets keybindings (Issue#1354, PR#1356).

FILETYPES:

Update JavaScript keywords (Abel 'Akronix' Serrano Juste, PR#1361).
Partial highlighting of JavaScript ES6 template strings (Issue#934).
Add Arduino custom filetype (Issue#1339).
INTERNATIONALIZATION:
Updated translationsde, es, fr, it, lt, pt

API:

Remove unprefixed Scintilla structure aliases. Plugins must use the `Sci_`-prefixed version from now on.
Add `geany_api_version()` to detect the API version of Geany at runtime (Thomas Martitz, PR#1406).

[close]

http://www.geany.org/
Titel: Text Editor Pro v1.0.0
Beitrag von: SiLæncer am 07 März, 2017, 18:15
(http://s26.postimg.org/8fepd5amx/screenshot_187.png)
Text Editor Pro (formerly EditBone) is a powerful text editing tool that comes with syntax highlighting support for over 50 languages and scripts, customizable with over 100 options, 29 ready made styles, a handy file comparison feature, unicode character map, numerical unit convert tool, SQL formatter, and support for multiple directories and search results.

Freeware

Changelog

- Added expand and collapse all to output
- Added delete duplicate lines
- Added progress bar dialog when reading outputs on start
- Added Move menu for edit
- Added line and block comments to insert menu
- Fixed "&"-characters in output results
- Fixed about
- Fixed action enabling
- Fixed CSS highlighter
- Fixed delete line
- Fixed Free Pascal highlighter
- Fixed line break
- Fixed split
- Fixed undo
- Fixed search
- Fixed key commands
- Fixed output file opening
- Updated AlphaSkins controls v12.00 - http://www.alphaskins.com/
- Updated language files

[close]

http://texteditor.pro/
Titel: HelpNDoc 5.0.0.182
Beitrag von: SiLæncer am 08 März, 2017, 20:30
(http://s26.postimg.org/8b3fgo9i1/screenshot_188.png)
HelpNDoc provides all the tools necessary to write complete help files, manuals and documentations in a user friendly and very easy to use environment. HelpNDoc can generate standard Windows CHM help files, WEB based documentation, iPhone specific websites as well as printable PDF and Word documents.

HelpNDoc is completely free for personal use and evaluation purposes.

Changelog

    Updated user interface: introduced Microsoft Office 2016 inspired look and feel
    Completely rewritten HTML template: HTML5, compatible with all device sizes (responsive), easily customizable...
    It is now possible to split imported files (Word documents, HTML files...) by font size or outline level
    Topics can now be removed from the table of contents only by setting their visibility to "Hidden in table of contents"
    Updated jQuery mobile HTML template to the latest version: performance improvements and better mobile compatibility
    Added jQuery mobile themes to customize the look and feel of mobile HTML web-sites
    Added the ability to alter the text flow around floating items by clearing text left, right or both
    A local HTTP server is available to show the HTML documentation as if uploaded to a web-server
    License check system: named license are activated via a license key while floating licenses are manager by a floating license server
    PDF generator can now generate projects of any size without memory limitations
    Enhanced RSS feed display in the welcome page: faster application loading time and less random errors
    Optimized loading of library items content
    Word and PDF generators will now correctly number table of content and topic titles when hidden topics are used
    It wasn't possible to generate Qt Help files from the command line
    HelpNDoc could produce an exception at closing time
    Better handling of project locking: when a project is opened by an instance of HelpNDoc, it can't be opened by another instance
    Invalid characters could be added to captions: they are now automatically removed
    PDF generator didn't always respect the list of excluded PDF fonts thus sometimes creating larger PDF files
    Clarified PDF settings dialog regarding user permission
    Enhanced generation log summary to provide additional options: copy path, open location, open file, serve file
    Reworked the project analyzer's user interface to simplify access to filters and actions
    Keywords analyzer is now more useful as it displays a list of attached topics
    Deleting multiple library items in the analyzer could take a long time
    Legacy frame HTML template could show a JavaScript error if a topic wasn't in the table of contents
    Page number approximation in generated Word documents is much more accurate. F9 field refresh is still needed to force field updates
    The table of contents' page numbers in the generated Word documents were missing if the cover page was hidden
    Quick generation output path will now use the output path setup in the options
    Made sure a default topic is always selected at generation time to avoid generation problems
    Topic titles could be incorrectly positioned after floating pictures in all documentation formats
    Easier image resizing for high DPI screens
    Better picture saving to RTF
    Some links in custom HTML code could break HTML-based documentation generation
    Won't show an exception anymore and lock the generation dialog when generating to an unwritable folder
    Multiple speed enhancements and bug fixes
    HelpNDoc is not tested on Windows XP anymore: Microsoft doesn't support Windows XP anymore

[close]

http://www.helpndoc.com/
Titel: QOwnNotes v17.03.1
Beitrag von: SiLæncer am 09 März, 2017, 04:55
(http://s26.postimg.org/hfer16hsp/screenshot_106.png)
QOwnNotes is a text editor / notepad replacement with markdown support and todo list manager. The program supports themes, keyboard shortcuts, syntax highlighting, and encryption. Includes available nested file list, tags, search, and more. Optionally works with the notes application ownCloud or Nextcloud.

Cross-platform with clients available for Mac and Linux.

License:    GPL

Changelog

the current note in the scripting function script.currentNote() will now be update correctly when when text is written to it by the user (for Issue #536)
the owncloud / Nextcloud application QOwnNotesAPI was updated to version 17.3.0

    fixed the time-output of the trashed notes api
    fixed some PHP warnings in the log

when restoring the position in a note not only the cursor position will now be restored, but also the scroll bar position to make the position restoration feel more natural

    this is now implemented in the following scenarios
        switching between note folders
        selecting a previous selected note (if enabled in the settings)
        moving forward or back in the note history
        jumping to note bookmarks

[close]

http://www.qownnotes.org/
Titel: Notepad++ v7.3.3
Beitrag von: SiLæncer am 09 März, 2017, 05:10
(http://s26.postimg.org/sa3ge0uxl/screenshot_47.png)
Notepad++ is a tabbed source code editor and Notepad replacement with a customizable interface. It is one of the few few source code editors that supports "folding," allowing users to quickly reduce and expand sections of code to see the overall document. In addition, it features multi-language syntax highlighting, auto-completion, regular expression search/replace, macro recording and playback, etc. The program can access a long list of plug-ins via an easy-to-access menu with even more features and functions.

License: GPL

Changelog

Added:

    Shift+Enter in Find dialog for searching in the opposite direction;
    Clear command button in shortcut mapper.

Support Motorola S-Record, Intel and Tektronix extended hex file formats.
Improve multi-line tab: maintaining the selected tab position.
Enhancement: file extension supported in Load/Save Session dialog if a session file extension is set.

Fixed:

    CIA Hacking Notepad++ issue;
    Mouse wheel to task list scroll crash bug;
    Flickering issue while switching back after modifying or deleting a document from outside;
    Add char into word char list bug;
    A regression that delimiter settings is not retained correctly.

[close]

http://notepad-plus-plus.org/
Titel: CudaText 1.7.0.0
Beitrag von: SiLæncer am 09 März, 2017, 06:10
(http://s26.postimg.org/orql8dkpl/screenshot_257.png)
Create programming scripts with this powerful tool that supports more than 130 languages and allows users to work concurrently on as many as six groups of projects.

Freeware

Changelog

option "mouse_mid_click_paste"
option "log_dialogs"
checkmarks visible for ConfigMenu's menu too
default for "ui_statusbar..." changes {x} to {xx}
renamed opt "mouse_browser_scroll" to "mouse_mid_click_scroll"
deleted opt "backup" (warning shows if opt set), use plugin Backup File instead
Linux gtk2: keep clipboard text on exit
fixes in api

[close]

http://www.uvviewsoft.com/cudatext/
Titel: QOwnNotes v17.03.2
Beitrag von: SiLæncer am 09 März, 2017, 21:20
Changelog

fixed a scrollbar position warning
when pressing Tab in the note list to switch to the note text edit the previous position will now also be restored
the generated preview html will now be cached to increase performance when editing large notes (for Issue #537)
the preview html will now only be generated if the preview panel is visible to increase performance when editing large notes

[close]

http://www.qownnotes.org/
Titel: Atom 1.15.0
Beitrag von: SiLæncer am 10 März, 2017, 04:50
(http://s26.postimg.org/6bt5lin89/screenshot_265.jpg)
A powerful and flexible application that works as a text and source code editor with syntax highlight, or alternately as a file viewer.

MIT License

Changelog

Duplicate selections with multiple lines now behaves in a more intuitive way.
Added a core option for closing deleted file tabs, while the default remains keeping these tabs open to prevent potentially losing data.
Disable periodic serialization for large buffers to improve performance when editing large files.
Improvements to line tokenization to improve editor performance when opening files with large, uninterrupted lines, like minified JavaScript. Opt out of this behavior from certain grammars like language-gfm.
Remove projects correctly from the Windows jump list.
Node 6 is now required to build Atom.
Always reserve horizontal space for two digits on the line number gutter to prevent UI jitter when transitioning from 9 lines to 10 lines.
Add a setting to apply the Chromium proxy configuration to apm via env vars.
Show the default value in a tooltip when one is present in the settings view.

[close]

https://atom.io/
Titel: FocusWriter v1.6.4
Beitrag von: SiLæncer am 10 März, 2017, 05:30
(http://s26.postimg.org/9wb0ptx5l/screenshot_567.jpg)
FocusWriter hilft Vielschreibern beim Verfassen von Texten. Die Textverarbeitung blendet alle Menüs und Leisten aus. So kann man sich beim Schreiben voll und ganz auf das Wesentliche konzentrieren.

Der Vollbild-Texteditor FocusWriter zeigt als Oberfläche absichtlich lediglich den blanken Text. Daher gelingt es leichter, störungs- und ablenkungsfrei zu schreiben. Auf Wunsch kann man auf zusätzliche Steuerelemente zugreifen und diese per Maus über die Bildschirmränder abrufen.

Außerdem kann bei FocusWriter eine Statuszeile mit der aktuellen Uhrzeit, einem Timer und Statistiken eingeblendet werden. Das geplante Arbeitspensum legt der Schreiber in den Einstellungen in Minuten oder Wörtern fest. Textart und -farbe werden hier ebenfalls ganz nach Wunsch bestimmt.

Mit FocusWriter können mehrere Dokumente parallel bearbeitet werden. Ein Speichern erfolgt im RTF-, ODT- oder TXT-Format. Standardmäßig zeigt die Freeware einen einfarbigen, nüchternen Hintergrund. Wer die Arbeitsumgebung etwas freundlicher und abwechslungsreicher gestalten möchte, kann die Farbe ändern und auch ein eigenes Bild als Hintergrund einblenden.

FocusWriter enthält alle Grundfunktionen einer Textverarbeitung inklusive Textformatierungen, einer Rechtschreibprüfung und dem Suchen und Ersetzen von Wörtern und Textausschnitten. Die Freeware spricht vor allem den Vielschreiber an, der sich allein auf den Text konzentrieren möchte.

Changelog

Updated:

    Included hunspell.
    Translations: Chinese (China), Chinese (Taiwan), Finnish, German, Indonesian, Japanese, Korean, Lithuanian, Polish, Russian, Ukrainian.

Fixed:

    Line spacing was ignored when pasting in new documents.
    Pasting text always made document rich text.
    Possible delay on start when creating non-native printer.
    HiDPI blurred text backgrounds were offset and scaled.
    HiDPI backgrounds were not centered properly.
    HiDPI centered backgrounds were also scaled.

[close]

http://gottcode.org/focuswriter/
Titel: Atom 1.16.0 Beta 0
Beitrag von: SiLæncer am 10 März, 2017, 05:45
Whats new:>>

Restore the correct directory's project state when opening a new file from the CLI.
Lots of progress in our ongoing effort to remove jQuery from bundled packages.
Upgrade the bundled Babel to Babel 6 and apply fewer transformations when transpiling babel files because the bundled libv8 handles quite a few things natively now.

https://atom.io/
Titel: Typora 0.9.25 Beta
Beitrag von: SiLæncer am 10 März, 2017, 18:00
(http://s26.postimg.org/w2onuosnt/screenshot_64.png)
Swiftly write, edit, format and convert text to HTML with the help of this modern looking, streamlined and novice-accessible piece of software.

Freeware

Changelog

Fix "import" does not work.
Imporve encoding detecting logic for better compatibility.

[close]

http://www.typora.io/
Titel: QOwnNotes v17.03.3
Beitrag von: SiLæncer am 13 März, 2017, 05:45
Changelog

after starting QOwnNotes now the last note along with the previous cursor and scrollbar position will be restored (for Issue #537)
if that fails the first note in the note list will be opened

[close]

http://www.qownnotes.org/
Titel: HelpNDoc 5.0.1.188
Beitrag von: SiLæncer am 13 März, 2017, 16:45
Whats new:>>

Importing some older HND project files to v5 format could fail with an exception
Importing some older HND project files could import the project topic as invisible in the table of contents
Code templates were not working anymore

http://www.helpndoc.com/
Titel: SynWrite 6.36.2680
Beitrag von: SiLæncer am 13 März, 2017, 19:40
(http://images.betanews.com/screenshots/1289816929-1.jpg)
Erweiterter Text-Editor mit Unterstützung von vielen Dateiformaten, Programmiersprachen und Zeichenkodierungen; bietet unter anderem Syntax-Hervorhebung, Auto-Vervollständigung und Code-Vorlagen; auch als Plug-in für Total Commander und als portable Version erhältlich.

Freeware

Changelog

+ new config for hotkeys used now. SynHotkeys.ini (later also „SynHotkeys lexer nnnnn.ini“). one for usual commands and plugins.
+ new dialog to configure hotkeys: in Commands dlg (F1), press F9
* old hotkeys not read now: from Syn.ini, from SynPlugins.ini (was bad design)
* you should delete section in Syn.ini: [Template__SyntKeyMapping.AsString]
* hotkeys part in Options dlg: now read-only, cannot change hotkeys there
* SynPlugins.ini: not used last 2 items for command plugins: ;hotkey;flags . To hide command plugin in context menu, now use „_“ char prefix in command caption.
+ install.inf: in [iniNNN] allowed line „hotkey=“ to set command item’s hotkey, e.g. combo key is „hotkey=Ctrl+Alt+A * Ctrl+B * Ctrl+C“
* removed translations for items (about 300) in Commands dialog (to make translation easy)

[close]

http://www.uvviewsoft.com/synwrite/
Titel: QOwnNotes v17.03.4
Beitrag von: SiLæncer am 14 März, 2017, 05:10
Whats new:>>

fixed highlighting and opening of links with / at the end

http://www.qownnotes.org/
Titel: RJ TextEd 12.03
Beitrag von: SiLæncer am 14 März, 2017, 13:44
(http://images.six.betanews.com/screenshots/scaled/1187014627-1.jpg)
RJ TextEd - A Unicode source and text editor. RJ TextEd is a full featured text and source editor with Unicode support, syntax highlighting and code folding. The functionality extends beyond text files and includes support for HTML editing with integrated preview, spell checking, auto completion, HTML validation, templates and more. The program also include support for Topstyle Lite CSS editor, has a dual pane file commander, as well as a FTP client to upload your files. The editor uses language files to display menus and dialogs in different languages. There are several included languages. New language files can easily be created in the editor. RJ TextEd is also a simple web development tool. The editor can use auto completion and hints to assist you in editing your source code. You can preview HTML/ASP/PHP... code using one of the preview tabs or open a document in a browser. The editor does not only handle source code. It also handles true ASCII files, binary files and of course plain text files.

Licence: Freeware

Changelog

Large file support:

The editor should handle large files (> 2GB) better now using the 64-bit version.

Word wrap:

Optimized some functions to speed up word wrap. Especially when using large files.

Misc:

Minor visual changes in the main program.
Minor visual changes in Syntax Editor.
External compare menu items are only visible if a compare tool is set in options.
Find/Replace dialog may open faster now after first use.
Both 32 and 64 bit versions run on Linux using Wine.

Fixed:

Case issue in file explorer highlight function when marking open documents.
Delete all in hex mode.
Save actions, e.g. remove trailing white spaces didn't work in compare mode.
Code Explorer update issue.

[close]

http://www.rj-texted.se
Titel: RocketCake 1.4
Beitrag von: SiLæncer am 14 März, 2017, 14:00
(http://s26.postimg.org/lvm5ouas9/screenshot_810.jpg)
RocketCake is a free web editor for creating responsive websites for beginners and professional web developers. No programming needed.

Freeware

Changelog

This is an update including new features and bug fixes. You can download it here. Details:

    New free website templates
    There are again two new templates available: One for a business/lawyer website, the second one for a holiday/nature style website.

Faster website upload

When publishing your website to the internet, RocketCake now only uploads changed files, if wanted. So making small changes to your website is now much, much faster.

Built-in automatic image resizing

If you add an image which is unnecessary huge for a website, RocketCake now offers you to resize that image automatically, making your website smaller and load much faster.

New 'static' gallery mode

The gallery has now an additional new open mode: 'none'. Which when selected, causes that the gallery pictures are not clickable and cannot be made bigger.

Improved image quality

The preview image quality of the built-in image gallery is now much higher

Smart quote filter

MacOS smart pasted text and smart quotes are now automatically detected and replaced when used inside PHP, JavaScript, HTML or CSS code.

Compatibility with more PHP web servers

External PHP css files now have the extension filename_php.css instead of filename.php.css before, because some servers would try to run the .css file as PHP file.

Unsaved changes indicator

The editor now has an indicator showing if there are unsaved changes in the document
Generator Meta Tag removal

If you want, you can now remove the 'generator=rocketcake' meta tag for every page: In the 'additional code in the header' section of the code of the website, write the keyword disableRocketCakeGeneratorTag This keyword will be filtered out, and cause the generator tag to disappear for that page.

Mobile menu now shown earlier

The mobile navigation menu is now shown by default a bit earlier (on screens smaller than 380). This can can be adjusted of course in the settings of the menu.

Several minor changes

- several performance improvements
- sub menu texts of right or center aligned navigation menus now also are correctly left aligned
- fixed an invalid preview of the navigation menu when text is longer than screen
- Fixed a layout glitch causing text floating around images with a margin not to be positioned
correctly somtimes, if 'right align', 'justify' or 'center' was selected.

Translation updates

Updated several translations including Farsi, Italian, German and Frensh

[close]

http://www.ambiera.com/rocketcake/index.html
Titel: Komodo Edit 10.2.1 Build 17670
Beitrag von: SiLæncer am 15 März, 2017, 05:20
(http://download.winboard.org/uploads/Image/2010-12-22%2009%2024%2056.png)
Komodo Edit ist ein Editor, der folgende Sprachen unterstützt: PHP, Python, Ruby, java script, Perl, Tcl, XML, HTML 5, CSS 3. Weiterhin bietet das Programm eine Projektverwaltung, Sweet-Editor und kann mittels Erweiterungen ausgebaut werden.

Freeware

Changelog

Detailed changes and bug fixes:

Editor: Collapse multiple selection when selecting beyond matched delimiter - fixes #2367.
Fix file "unavailable for debugging" for Chrome Debugging on Windows - fixes #2243.
Go: Fix gofmt deleting all code in editor on non-clean installs - fixes #2010.
Formatters: Fix formatters no longer working - fixes #2368.
Places: proxy key password to main thread. fixes #2082.
SCC: Fix commit dialog committing all files after "max files" was reached - fixes #2293.
SCC: History: Don't limit results when searching.
SDK: Editor: Position should be based on character, not column - fixes #2351.
Slack: Share dialog not showing all buttons due to wrong window size - fixes #2360.
Syntax checking: Fix syntax checking sometimes being disabled on new files for no apparent reason.
Toolbox: undeclared variable on snippet save: fixes #2375.
Toolbox: use isAutoAbbrev variable. fixes #2373.
UI: Fix checkboxes not showing on some lists - fixes #2387.
UI: Maintain sort order when filtering trees.
Unittest: Fix issue where pytest would not show details or errors on some items.

[close]

http://www.activestate.com/komodo-edit/downloads
Titel: QOwnNotes 17.03.5
Beitrag von: SiLæncer am 15 März, 2017, 06:10
(http://s26.postimg.org/hfer16hsp/screenshot_106.png)
QOwnNotes is a text editor / notepad replacement with markdown support and todo list manager. The program supports themes, keyboard shortcuts, syntax highlighting, and encryption. Includes available nested file list, tags, search, and more. Optionally works with the notes application ownCloud or Nextcloud.

Cross-platform with clients available for Mac and Linux.

License:    GPL

Changelog

fixed more url highlighting and clicking issues
you can now copy the file path of an image in the preview by right-clicking on it and selecting Copy image file path from the context menu
added more German translation

[close]

http://www.qownnotes.org/
Titel: RJ TextEd 12.04 Update
Beitrag von: SiLæncer am 15 März, 2017, 12:30
(http://images.six.betanews.com/screenshots/scaled/1187014627-1.jpg)
RJ TextEd - A Unicode source and text editor. RJ TextEd is a full featured text and source editor with Unicode support, syntax highlighting and code folding. The functionality extends beyond text files and includes support for HTML editing with integrated preview, spell checking, auto completion, HTML validation, templates and more. The program also include support for Topstyle Lite CSS editor, has a dual pane file commander, as well as a FTP client to upload your files. The editor uses language files to display menus and dialogs in different languages. There are several included languages. New language files can easily be created in the editor. RJ TextEd is also a simple web development tool. The editor can use auto completion and hints to assist you in editing your source code. You can preview HTML/ASP/PHP... code using one of the preview tabs or open a document in a browser. The editor does not only handle source code. It also handles true ASCII files, binary files and of course plain text files.

Licence: Freeware

Whats new:>>

Fixed:

Can't open files from Explorer in running instance

http://www.rj-texted.se
Titel: QOwnNotes 17.03.6
Beitrag von: SiLæncer am 15 März, 2017, 20:00
Changelog

when configuring a new note folder path in the settings the server-path will now be suggested (for QOwnNotesAPI Issue #11)

    the placeholder text was updated to be more informative

broken links between notes and tags are now automatically removed when the tag tree is reloaded (for Issue #548)
added more German, Italian, Polish and Portuguese translation (thank you mlocati, lucjan and mlimacarlos)

[close]

http://www.qownnotes.org/
Titel: SynWrite v6.38.2720
Beitrag von: SiLæncer am 16 März, 2017, 05:00
(http://images.betanews.com/screenshots/1289816929-1.jpg)
Erweiterter Text-Editor mit Unterstützung von vielen Dateiformaten, Programmiersprachen und Zeichenkodierungen; bietet unter anderem Syntax-Hervorhebung, Auto-Vervollständigung und Code-Vorlagen; auch als Plug-in für Total Commander und als portable Version erhältlich.

Freeware

Changelog

+ AddonManager uses registry not on SF.net, but on Github - faster
* deleted 4 cmds: "Move cursor N chars up/down/left/right"; use plugin "Move Caret" with same funcs
* deleted 3 opts: "Auto-complete - Auto show words from cur file"; use plugin "Complete From Text" with same funcs
* you should delete old Syn.ini keys: [ACP] File, [ACP] FChars, [ACP] FSize
* change: opt "Keep trailing blanks" changed to reversed opt "Delete trailing blanks"
* change: opt "Auto-show autocomplete after .. chars" moved to Overrides page
- fix: "Auto-show autocomplete after .. chars" didn't work with plugins
- fix: Auto-indent must make line with tab-chars, if tab-chars used

[close]

http://www.uvviewsoft.com/synwrite/
Titel: Text Editor Pro v1.0.1
Beitrag von: SiLæncer am 17 März, 2017, 04:40
(http://s26.postimg.org/8fepd5amx/screenshot_187.png)
Text Editor Pro (formerly EditBone) is a powerful text editing tool that comes with syntax highlighting support for over 50 languages and scripts, customizable with over 100 options, 29 ready made styles, a handy file comparison feature, unicode character map, numerical unit convert tool, SQL formatter, and support for multiple directories and search results.

Freeware

Changelog

- Fixed check for updates
- Fixed code folding
- Fixed delete line
- Fixed editor scrolling
- Fixed highlighter parser
- Fixed insert text
- Fixed paste from clipboard
- Fixed reopen files
- Fixed toggle line numbers
- Fixed XML formatting
- Optimized editor painting
- Updated language files
- Updated AlphaSkins controls v12.02 - http://www.alphaskins.com/

[close]

http://texteditor.pro/
Titel: QOwnNotes v17.03.7
Beitrag von: SiLæncer am 17 März, 2017, 05:10
Changelog

fixed loading of trashed notes in the trash dialog
improved error messages for the version and trash dialog
added more Italian, French and Spanish translation (thank you mlocati, lepascalou and richarson)

[close]

http://www.qownnotes.org/
Titel: CudaText 1.7.2.0
Beitrag von: SiLæncer am 17 März, 2017, 06:15
(http://s26.postimg.org/orql8dkpl/screenshot_257.png)
Create programming scripts with this powerful tool that supports more than 130 languages and allows users to work concurrently on as many as six groups of projects.

Freeware

Changelog

command-line key --help (Linux users angry)
command-line key --version
command-line key --window=x,y,width,height
writes to stdout on using command-line filename/dir
fix: macOS: caret not visible on dark theme
fix: any click should show caret

[close]

http://www.uvviewsoft.com/cudatext/
Titel: jEdit 5.4.0
Beitrag von: SiLæncer am 19 März, 2017, 06:30
(http://www.jedit.org/images/screenshot.png)
jEdit is a mature programmer's text editor with hundreds (counting the time developing plugins) of person-years of development behind it. To download, install, and set up jEdit as quickly and painlessly as possible, go to the Quick Start page.

While jEdit beats many expensive development tools for features and ease of use, it is released as free software with full source code, provided under the terms of the GPL 2.0.

Lizenz: Open Source

Changelog

Bug Fixes:

Add NSSupportsAutomaticGraphicsSwitching to JarBundler so that jEdit does not
drain the battery unnecessarily on OS X.
(feature request #529 - Björn "Vampire" Kautler)
Bug 3857 fixed, related to resolving symlinks of buffers and checking for
updated buffers (Patch # 589 - Wim West)
Fix bug #2732 - syntax highlighting broken if non-visible lines change
(Patch #580 - Marc Häfner)
Fix bug #3659 - Macro Keywords_to_Upper_Case fails to find class
(Patch #582 - Marc Häfner)
Fix bug #3949 - Macro Display_Shortcuts show no/wrong results
(Patch #581 - Marc Häfner)
Fix bug #3944: Select All checkbox initially disabled. (Alan Ezust)
Fix bug #3983: filename completion prefered longest filename when no
match with exact length was found. Prefer the first one (Eric Le Lay)
Fix bug #3913: beanshell do-while loop bug (Patch #572 Jesse Pavel)
Fix Java_File_Save macro: accept text after class name (Eric Le Lay)
Fix bug #3936, better choice for text area corner colors (Dale Anson)
Fix bug #3717, gutter lines not aligning with text area lines (Dale Anson)
Fix bug #3937, issue with non-capturing groups in regex search and replace
(Dale Anson)
Fix bug #3924, changes to mode files are not detected when ~/.jedit/modes
is a symlink. (Dale Anson)
Fix bug #3920, cannot change alpha value of a color in the syntax highlighting
settings. (Dale Anson)
Fix bug #3943, issues with move lines up and down macros. (Dale Anson)
Fix bug #3923, documentation bug about where auto-saved files are saved.
(Dale Anson)
Fix bug #3916, null pointer exception in ChunkCache. (Dale Anson)
Add missing source and target version to compile-installer task to not
accidentally get an installer that needs a newer Java version than jEdit
itself does. (Björn "Vampire" Kautler)
Use new version of JarBundler that also sets LSApplicationCategoryType and
NSHighResolutionCapable. (Björn "Vampire" Kautler)
Set default colors for foreground and background in syntax highlighting
style editor. (Dale Anson)
Fix plugin bug #1853 XML plugin crashes on JDK9. Don't pre-connect
the returned URLConnection in jeditresource: protocol handler (Eric Le Lay)
Fix bug #3994, ConcurrentModificationException in ProperyManager. (Dale Anson)
Fix bug #4002, too short horizontal scrollbar after view resize. (Dale Anson)
Fix bug #3773, InvocationTargetException with negative printing tab width.
(Dale Anson)
Fix bug # 2844, printing range bug. (Dale Anson)
Delete a user mode from the catalog even if the mode file is missing
(Eric Le Lay)
Plugin Manager: fix missing newline between released and description for
plugins without dependencies. Add extra newline for clarity. (Eric Le Lay)
Fix bug # 3998, Next Char macro doesn't work. (Dale Anson)

UI Improvements:

Feature Request #520 Environment variables in Find dialog Directory
(Alan Ezust)
UI clean up, button spacing, borders, etc. (Dale Anson)
Implemented feature request #493, ask for confirmation before closing all
buffers. (Dale Anson)
Refactor editing option pane into several tabs, allow user editing of modes
lists, similar to editing the encoding options lists. This also fixes
feature request #515. (Dale Anson)
Updated NumericTextField to allow decimal numbers and only allow negative sign
at the start of a number. (Dale Anson)

Miscellaneous:

Updated printing system with jEdit specific printer dialog, accurate page
range printing, current page printing, printing of selected text only, ability
to show page breaks in the text area. (Dale Anson)
The plugin manager now uses a different URL scheme where the mirror is a URL
parameter and not part of the hostname anymore and follows URL redirection
properly. This way a file can always be downloaded as we get redirected to a
mirror that has the requested file available. Now dead mirrors do not cause
the download to fail anymore due to unknown hostname and files that are only
available on few mirrors (seldom downloaded files are only available on one
mirror sometimes) also work properly. The selected mirror is just the
preferred one that is used if the file is available there, just as the label
always suggested anyway. (Björn "Vampire" Kautler)

API Changes:

jEdit now requires/can make use of Java 1.8 language / libraries.
new org.gjt.sp.utils.GenericGUIUtilities class, containing bits of
org.gjt.sp.jedit.GUIUtilities suitable for the standalone TextArea
package; all methods kept but deprecated and proxies (Eric Le Lay).
refactor Help table of contents loading code to a separate class
(HelpTOCLoader). Make relevant members public, so the help TOC
is accessible to other code, e.g. the HelpServer plugin (Eric Le Lay).

Editing:

Batch mode updates (Patch #594 - Jean-Francois Larvoire)
Unicode brackets (Patch #566 - Makarius)
Updates for objectrexx mode (Patch #585 - Jack J. Woehr)
Mode for m4 macro processor language (Patch #586 - Jack J. Woehr)
Drawj2d edit mode (Patch #573 - A. Vontobel)
Rust edit mode raw string fix (Patch #575 - Jordan Miner)
Mode for Mavscript 2.0 (Patch #574 - A. Vontobel)
New mode for swift (Patch #587 - Wayne Zhang)
New mode for Java 9 module-info.java files (Dale Anson)
Updated CSS mode provided by AdamS (Ticket #4003 - Dale Anson)

[close]

http://www.jedit.org/
Titel: Text Editor Pro 1.1.0
Beitrag von: SiLæncer am 20 März, 2017, 12:26
Whats new:>>

Added installer
Added XML minify
Fixed SQL, JSON, and XML document formatting
Updated external SQL formatter dynamic-link libraries
Updated language files

http://texteditor.pro/
Titel: QOwnNotes v17.03.8
Beitrag von: SiLæncer am 22 März, 2017, 05:45
Changelog

added Portuguese translation (pt_PT) by manuelarodsilva, thank you very much!

    the current Portuguese translation (pt_BR) got renamed to Português do Brasil
    the current setting will be migrated to Português do Brasil when you start the app

added Croatian translation by xpertmind, thank you very much!
added more Italian, German, Polish and Spanish translation (thank you mlocati, xpertmind, lucjan and richarson)

[close]

http://www.qownnotes.org/
Titel: ProgramEdit 4.4.2 Build 3-21-2017
Beitrag von: SiLæncer am 22 März, 2017, 13:40
(http://s26.postimg.org/lz5vav3mh/screenshot_992.jpg)
ProgramEdit - a free Windows® software source-code editor. ProgramEdit includes language support for HTML, Ada, C/C++, C#, CSS, JAVA, JavaScript, Perl, PHP, Python, Ruby, VB, VBScript, Verilog, VHDL and Batch(.bat) files. Other features include tabbed file selection, text highlighting, find & replace, regular expressions, sesssions, bookmarks, multiple undo/redo and hyperlinks.

Freeware

Changelog

Security Update #3: add Digital Signature to PgmEdit Installer

[close]

http://simplesolverlogic.com/index.html
Titel: Text Editor Pro 1.1.1
Beitrag von: SiLæncer am 22 März, 2017, 18:15
Whats new:>>

Fixed XML tree

http://texteditor.pro/
Titel: Scite 3.7.4
Beitrag von: SiLæncer am 23 März, 2017, 04:20
(http://s26.postimg.org/grtf9e7x5/screenshot_191.png)
Editor mit Syntax-Highlighting, Auto-Completion, Folding und vielem mehr...

Lizenz: Open Source

Changelog

Requires a C++11 compiler. GCC 4.8 and MSVC 2015 are supported.
Support dropped for Windows NT 4.
Accessibility support may be queried with SCI_GETACCESSIBILITY. On GTK+, accessibility may be disabled by calling SCI_SETACCESSIBILITY.
Lexer added for "indent" language which is styled as plain text but folded by indentation level.
The Progress ABL lexer handles nested comments where comment starts or ends are adjacent like "/*/*" or "*/*/".
In the Python lexer, improve f-string support. Add support for multiline expressions in triple quoted f-strings. Handle nested "()", "[]", and "{}" in f-string expressions and terminate expression coloring at ":" or "!". End f-string if ending quote is seen in a "{}" expression. Fix terminating single quoted f-string at EOL. Bug #1918.
The VHDL folder folds an "entity" on the first line of the file.
For IMEs, do not clear selected text when there is no composition text to show.
Fix to crash with fold tags where line inserted at start.
Fix to stream selection mode when moving caret up or down. Bug #1905.
Drawing fixes for fold tags include fully drawing lines and not overlapping some drawing and ensuring edges and mark underlines are visible.
Fix Cocoa failure to display accented character chooser for European languages by partially reverting a change made to prevent a crash with Chinese input by special-casing the Cangjie input source. Bug #1881.
Fix potential problems with IME on Cocoa when document contains invalid UTF-8.
Fix crash on Cocoa with OS X 10.9 due to accessibility API not available. Bug #1915.
Improved speed of accessibility code on GTK+ by using additional memory as a cache. Bug #1910.
Fix crash in accessibility code on GTK+ < 3.3.6 caused by previous bug fix. Bug #1907.
Fix to prevent double scrolling on GTK+ with X11. Bug #1901.
SciTE on GTK+ adds an "accessibility" property to allow disabling accessibility on GTK+ as an optimization.
SciTE on GTK+ has changed file chooser behaviour for some actions: overwriting an existing file shows a warning; the default session file name "SciTE.session" is shown and a "*.session" filter is applied; appropriate filters are applied when exporting; the current file name is displayed in "Save As" even when that file no longer exists.
SciTE fixed a bug where, on GTK+, when the output pane had focus, menu commands performed by mouse were sent instead to the edit pane.
SciTE on Windows 8+ further restricts the paths searched for DLLs to the application and system directories which may prevent some binary planting attacks.
Fix failure to load Direct2D on Windows when used on old versions of Windows. Bug #1653.

[close]

http://www.scintilla.org/SciTE.html
Titel: CudaText 1.7.6.0
Beitrag von: SiLæncer am 23 März, 2017, 06:00
(http://s26.postimg.org/orql8dkpl/screenshot_257.png)
Create programming scripts with this powerful tool that supports more than 130 languages and allows users to work concurrently on as many as six groups of projects.

Freeware

Changelog

+ option "ui_sidebar_theme"
* sidebar buttons for "Search", "Go to"; deleted toolbar icons for the same
* toolbar hidden by default
* you should delete old files data/sideicons/*.png, now folder here
+ cmd "hide dialog: find"
+ cmd "hide dialog: go to"

[close]

http://www.uvviewsoft.com/cudatext/
Titel: Brackets 1.9
Beitrag von: SiLæncer am 23 März, 2017, 12:29
(http://s26.postimg.org/hf4855ont/screenshot_501.jpg)
Easy-to-use HTML editor and code generator with support for CSS and JavaScript, featuring a live preview function, syntax highlighting and autocompletion.

License : Open Source

Changelog

What's New in Release 1.9

    Reverse inspect in Live Preview by saurabh95 : Brackets 1.9 ships with Reverse-inspect in Live Preview. Now clicking on an element in Live Preview highlights the corresponding tag in the source code.

    Support for “Replace All” action in Find & Replace by amrelnaggar : Brackets now supports “Replace All” in Find & Replace along with batch operation.

    Download count display and extension sorting based on download count by saurabh95 : Extension Manager now displays download count for listed extensions. Extensions can be sorted based on download count or published date in ‘Available’ and ‘Themes’ tab.

    Mode toggle in Untitled document by saurabh95 : Language mode can be toggled for Untitled documents. Code coloring and Code Hints for the selected mode are also supported for Untitled documents.

    Document toggle in split view by arthur801031 : Focus can be swapped between panes using keyboard shortcut.

    Github organization support for Brackets extensions by ficristo : Github organizations can now own brackets extensions. All public owners of organization can update extensions.

Full change logs: brackets and brackets-shell
Known Issues

    Debug > Run Tests is disabled in the installer/DMG distributions of Brackets, because the unit test code is not included. To run unit tests, pull Brackets from GitHub instead.

Community contributions to Brackets

    Add a feature to toggle between panes in the core by arthur801031
    fix InlineImageViewer example extension by kidwm
    Use standard CSS gradients in Color Editor by valtlai
    Update ISSUE_TEMPLATE.md to cover platform differences by petetnt
    improvements to file system events processing for search by zaggino
    Remove deprecated code using the old preferences system by sprintr
    Update notification icon bug fix by bokub
    Move link to Linux Installation Guide to a more appropriate location by NathanJPlummer
    Add a Code of Conduct by MarcelGerber
    Browser issue by jamran7
    Move npm dependencies inside src and add CodeMirror to them by ficristo
    fixes 3 failing find-in-files tests by zaggino
    Add will-change to css properties by ficristo
    Make file stats available to indexFilter by dakaraphi
    Fix for #12970: Non-default languages and user preferences bug by haslam22
    Add "replace all" button when doing find and replace by amrelnaggar
    Issue #12859 Keyboard modifiers support for simulateKeyEvent by haslam22
    chmod all sub files and folders in temp directory by sriram-dev
    Fix for #12997: Live preview breaks on reload w/out editor by haslam22
    Add a post install 'cleanup' for thirdparty dependencies by ficristo
    Update strings.js by despoinakaz
    Upgrade less from 2.5.1 to 2.7.2 by ficristo
    Skip template literals when extracting JS functions by RaymondLim
    Update Brackets-Linux-Guide link on README.md by petetnt
    English comments were changed to French by ceokzoo
    Add a maxsize check for filetree resize… by ficristo
    Update index.html by jiajun0308
    Updated default dark-theme to hightlight errors by retornam
    When flipping views, if the doc is already open on the other view, show it without closing the original pane by petetnt
    APIs for manipulating gutters by thehogfather
    use npm to download extension dependencies after installing from registry by zaggino
    Styled the src/extensions README by ficristo
    Added Go(lang) to default languages by amller
    Move node dependencies to toplevel package.json by ficristo
    update codemirror to 5.24.0 by zaggino
    Disabled context menu items for unsaved files by mansimarkaur
    #11801 - Restricted Font Size Input To Only Valid Entries by nyteksf
    Update Finnish strings.js for (current) 1.9 by 39bit
    test (eslint) should be run before cla-check-pull by zaggino
    introduce no-else-return rule as a warning by zaggino
    Remove normalizeFilename function by ficristo
    Adds Filter Exclusion Name character limit & related UI by bomanimc
    add husky to prevent pushing failing code by zaggino
    add syntax highlighting for pug (jade) templating language by zaggino
    add support for universal (language independent) code inspector by zaggino
    eslint stylistic rules by zaggino
    #7723 - Adding Support For '0x' Notation Color Format by nyteksf
    Create tests for Disabled context menu items for unsaved files / #12806 #13134 by leeyimin
    Create config.json based on task run by ficristo
    French translation: Update uppercases by damienbigot
    Zaggino/update extension manager deps by zaggino
    Do not initialize dontCloseTags by ficristo

Pulling source code from Git

TODO: any brackets-shell updates? which of the below messages are applicable?

    A new brackets-shell build is required for this sprint. Be sure to rerun grunt setup before building.
    Recommended: rebuild or reinstall an updated brackets-shell (no critical updates, but there are bugfixes).
    Rebuilding/updating brackets-shell is optional for this release.
    Rebuilding/updating brackets-shell is not required for this release.
    brackets-shell's Node dependencies have changed. Run npm install before rebuilding brackets-shell.
    Some submodules were updated this sprint. Run git submodule update to ensure your source tree is fully up to date.
    A submodule URL was changed this sprint. Run git submodule sync and then git submodule update --init --recursive to ensure your local source tree reflects the update.

Bugs fixed in Release 1.9

For details on the bugs addressed, please refer to closed Release 1.9 bugs. Not all fixed bugs will be caught by this search query, however.

[close]

http://brackets.io/
Titel: RJ TextEd 12.05 Final
Beitrag von: SiLæncer am 26 März, 2017, 19:45
(http://images.six.betanews.com/screenshots/scaled/1187014627-1.jpg)
RJ TextEd - A Unicode source and text editor. RJ TextEd is a full featured text and source editor with Unicode support, syntax highlighting and code folding. The functionality extends beyond text files and includes support for HTML editing with integrated preview, spell checking, auto completion, HTML validation, templates and more. The program also include support for Topstyle Lite CSS editor, has a dual pane file commander, as well as a FTP client to upload your files. The editor uses language files to display menus and dialogs in different languages. There are several included languages. New language files can easily be created in the editor. RJ TextEd is also a simple web development tool. The editor can use auto completion and hints to assist you in editing your source code. You can preview HTML/ASP/PHP... code using one of the preview tabs or open a document in a browser. The editor does not only handle source code. It also handles true ASCII files, binary files and of course plain text files.

Licence: Freeware

Changelog

Misc

•Select All (Ctrl+A) doesn’t scroll the window anymore.
•A single mouse click is now enough to edit a value in the unit convert panel.
•Ctrl+Space completion should now work even if auto completion is turned off.
•Optimized delete line function when executed in a script.
•Misc visual improvements and fixes.

Fixed

•Word wrap indent issue when using variable width font.
•Find/Replace issue after opening „Goto line…“.
•A few replace issues in the find/replace window.
•PHP preview issue when using „Toggle browser view“.
•Markdown preview should handle Unicode.
•Couldn’t write text while color hint was open.
•A few syntax highlighting issues in Ruby.
•A browser preview temp file issue.

[close]

http://www.rj-texted.se
Titel: CudaText 1.7.7.0
Beitrag von: SiLæncer am 27 März, 2017, 09:11
Whats new:>>

menu item "File - New from template" (same as click on arrow near "new icon")
updated FCL-JSON lib from current FPC trunk
dont escape "/" in user.json
changed ui_sidebar_theme to "octicons_20x20"

http://www.uvviewsoft.com/cudatext/
Titel: MiTeC XML Viewer v5.5.0
Beitrag von: SiLæncer am 27 März, 2017, 17:15
(https://i.postimg.cc/gj4Sb50w/screenshot-860.png)
MiTeC XML Viewer include simple XML Editor with xml validation, very fast SAX parser, support hierarchical and text preview, text searching, Base64 decoding, attribute listing, image interpretation, Web and Content preview and large files up to available memory.

Freeware

Whats new:>>

SVG preview added.

http://mitec.cz/xmlv.html
Titel: Notepad2-mod 4.2.25.991
Beitrag von: SiLæncer am 28 März, 2017, 17:15
(http://cdn.portableapps.com/Notepad2-modPortable_small.png)
Notepad2-mod is a lightweight text editor with syntax highlighting for a few commonly used languages and some new features beyond regular Notepad2 like code folding, bookmarks and additional languages.

Whats new:>>

Update NSIS keywords for NSIS 3.0.
Sets UTF-8 as default character encoding (#69)
Update Scintilla to v3.7.3.

https://github.com/XhmikosR
Titel: CudaText 1.7.8.0
Beitrag von: SiLæncer am 29 März, 2017, 05:08
Whats new:>>

+ macOS: horiz scroll by trackpad should work now
+ option ui_sidebar_show
+ option mouse_wheel_speed_vert
+ option mouse_wheel_speed_horz
+ command line: improved help (--help)
+ command line: aliases for keys (-h -v -r -n -w)
+ command line: added key --enc= * command line: renamed key: --readonly * changed format of file date in session (was number, now readable)
- fix: tabs "x" must act on mouse-up

http://www.uvviewsoft.com/cudatext/
Titel: TeXstudio 2.12.4
Beitrag von: SiLæncer am 29 März, 2017, 12:28
(http://s26.postimg.org/d57zg2pll/screenshot_581.jpg)
GPL-LaTeX-Editor, der das Erstellen von LaTex-Dokumenten in Unicode vereinfacht; unterstützt den Nutzer beim Schreiben mittels interaktiver Rechtschreibprüfung, Syntax-Highlighting, Code-Folding und automatischer Code-Vervollständigung.

Lizenz: Open Source

Changelog

Detect definition of tex counts using newcount
Improve config dialog layout
Make todo comment detection configurable
Show frame titles in structure view
Support table alignment in IEEEeqnarray, xtabular and mpxtabular
Table alignment: fix aligning of empty cols
Table alignment: place \ if last columns is empty
Warn if begin{column} is used outside columns-env
Workaround for not interpreting $ inside sweave Sexpr{}
Option to deactivate interperation of command definition in magic comments
Remove pdf viewer subtypes from "Default Viewer" config. PDF viewer subtypes should be selected in "PDF Viewer".
Increase the maximal resolution for pdf rendering (bug 2003)
Toolbar for embedded viewer can not turned-off anymore
Show shortcuts in tooltips (can be deactivated in the options)
Pass non-breaking space to grammar check (fixes bug 2040)
- item completion no adds a space (feature request 994)
Fix highlighting of current section in structure (bug 2103)
Fix delays when typing _abc
Fix bug in log parser: wrong filename if empty brackets () occur in text
Fix word repetition erro on non-breaking space (~)
Fix file detection in latex/include file
Fix width of side panel not saved (bug 2083)
Fix ampersand in in recent session names
Fix parsing of RequirePackage in style files if the argument is completed on the same line
Fix misinterpretation of closing brace if extra opening brace is used over multilines
Fix jumping to first page when changing magnifier/hand in pdfviewer
Fix spelling error on words followed by
Show option --version when calling with --help
Fix link to LibreOffice dictionaries
Fix crash on pressing Esc in options
Fix entering persian half-space letter
Fix maketitle completion
Fix shortcut context on OSX
Fix robustcommand definition
Use $* instead of $@ in BUILD.sh (bug 2042)
Add needspace.cwl
Update some cwls
Add turkish translation

[close]

http://texstudio.sourceforge.net/
Titel: Free Hex Editor Neo 6.31.00.5980
Beitrag von: SiLæncer am 29 März, 2017, 16:45
Changelog

FIXED BUGS:

Broken automatic upgrade fixed:
This release fixes a broken automatic update downloading.

UPDATED FEATURES:

Updated JavaScript engine:

This release presents an updated built-in JavaScript engine (used in Structure Viewer). It is ES2015 compliant and has much better script execution performance. This is a breaking change. Consult the included documentation for more information.

[close]

http://www.free-hex-editor.com/free-hex-editor-product-details.html
Titel: QOwnNotes 17.03.9
Beitrag von: SiLæncer am 29 März, 2017, 21:20
(http://s26.postimg.org/hfer16hsp/screenshot_106.png)
QOwnNotes is a text editor / notepad replacement with markdown support and todo list manager. The program supports themes, keyboard shortcuts, syntax highlighting, and encryption. Includes available nested file list, tags, search, and more. Optionally works with the notes application ownCloud or Nextcloud.

Cross-platform with clients available for Mac and Linux.

License:    GPL

Changelog

added experimental git support to keep a local history of files in a note folder under Linux

    you can enable this feature in the note folder settings
    all changes in your active note folder will be committed to git every 30 sec

added more Italian, Croatian, German, Polish, Spanish and Brazilian Portuguese translation (thank you mlocati, xpertmind, lucjan, richarson and mlimacarlos)

[close]

http://www.qownnotes.org/
Titel: CodeLobster PHP Edition 5.12
Beitrag von: SiLæncer am 30 März, 2017, 16:45
(http://images.six.betanews.com/screenshots/1186155456-1.gif)
CodeLobster PHP Edition is a handy and easy-in-use editor that is primarily intended for quick and easy creation and editing of PHP files. It includes debugger, dynamic help, built-in parser, autocomplete and Class View window for comfortable work with PHP code. CodeLobster PHP Edition also supports such file formats as Text, HTML, XML.

Freeware (Free registration by email is required after 30 days)

Changelog

Improved JavaScript autocomplete
Updated Node.js autocomplete and context help

CakePHP plug-in:

    Updated installation wizard

CodeIgniter plug-in:

    Updated installation wizard

Drupal plug-in:

    Updated installation wizard

Smarty plug-in:

    Updated installation wizard

Joomla plug-in:

    Updated components creation

Bugs fixed:

    FTP hanging up
    Scroll synchronization in compare window

[close]

http://www.codelobster.com/
Titel: PSPad 5.0.0 Build 163 Dev
Beitrag von: SiLæncer am 31 März, 2017, 16:15
(http://images.six.betanews.com/screenshots/1076948037-1.png)
PSPad is a universal freeware editor. There is no complex install process; the program is ready to work immediately, without requiring customization. It supports many file types and languages, with syntax highlighting. There are macros, clip files and templates to automate repetitive activities. An integrated HEX Editor, Project support, FTP Client, Macro Recorder, File Search/Replace, Code Explorer, code page conversion, are just some of the many possibilities that PSPad can offer you.

Freeware

Changelog

News:

C++ added new keywords from 9.9 and 11 version
Cobol added 114 new keywords (GNU Cobol, Open Cobol)
For translators: resource strings was modified. In some resource strings was %s used as line break. It was replaced to n. Take translation included in builds, not your internal. Contact me if you need more info
If no spell dictionary was choosen, PSPad will show you Spell settings dialog if you initiate Spell check

Fixes:

Wrong text file causes PSPad crash and some config content loss
Another problem causing File tab flashing was fixed
Active File Tab highlight when custom tab colors was set
Linux Shell Script - comment fix
Switch to HEX mode from new file causes exception
Fixed several untranslated strings

[close]

http://www.pspad.com/
Titel: CudaText 1.7.9.0
Beitrag von: SiLæncer am 01 April, 2017, 06:40
Changelog

autocomplete listbox: chars .,;=<> should input to editor and close listbox
command line: added key --enclist
api
fix: wrong minimap view color
fix: minimap click scrolled editor to right

[close]

http://www.uvviewsoft.com/cudatext/
Titel: QOwnNotes 17.04.0
Beitrag von: SiLæncer am 02 April, 2017, 06:42
Changelog

the note preview will now only be updated if the note text has changed to improve performance (especially when viewing large notes) and prevent a flickering of the scrollbars when no editing is done
fixed an url highlighting problem (for Issue #556)
added more Italian, German, Polish, French translation (thank you mlocati, xpertmind, lucjan and lepascalou)

[close]

http://www.qownnotes.org/
Titel: RJ TextEd 12.06
Beitrag von: SiLæncer am 03 April, 2017, 04:40
Changelog

Backup

If the backup path doesn’t exist the user is informed about it. A prompt message give you the choice to enter settings and correct the path.

Auto Save

Made some code changes to ensure the correct document is saved and prevent save when other files are opened or closed.

HereDoc („Here document“ in Bash)

Added an option to syntax files to handle HereDoc. The options has been added to PHP and Bash syntax files.

NOTE! If you have written your own custom PHP syntax file – don’t forget to add the new option.
[Options]

HereDocSymbol=<<<

Fixed

•Auto check for new updates.
•Title issue when opening an already open file and the active tab change.
•Search dialog window position issue.
•Goto line dialog window issue.
•Goto line when line number exceeds the number of lines in the document.
•Tab row drop down menu draw issue.

[close]

http://www.rj-texted.se
Titel: EditPad Lite 7.6.0
Beitrag von: SiLæncer am 03 April, 2017, 09:09
(http://www.editpadpro.com/screens/editpadlite.png)
EditPad Lite is a general-purpose text editor, designed to be small and compact, yet offer all the functionality you expect from a basic text editor. EditPad Lite works with Windows NT4, 98, 2000, ME, XP and Vista.

Freeware

Changelog

EditPad now scales itself better on systems using 200% or more display scaling. On such systems, toolbar icons are doubled in size. This makes the small icons suitable for 200% display scaling and the large ones for 300% scaling. You can switch between small and large icons by right-clicking any toolbar and selecting Large Icons. Doing so no longer makes the menus and toolbars unresponsive. The about box and demo messages now double or triple their size on systems using 200% or 300% display scaling. The combo boxes for the search term and replacement text (when using the Search toolbar without the full Search panel) now scale their width on high DPI systems. These changes mean that EditPad is now perfectly usable on all displays available on the market today, including laptops with 4K screens.

[close]

http://www.editpadpro.com/editpadlite.html
Titel: MyText 1.1.0
Beitrag von: SiLæncer am 03 April, 2017, 19:45
(http://s26.postimg.org/y4vv1b2u1/screenshot_206.png)
Enjoy the raw simplicity of a run-of-the-mill Notepad alternative that does not require installation and comes with support for text encryption.

Freeware

Whats new:>>

Added Tool: Password Encryptor

http://www.filefriend.net/#MyText
Titel: QOwnNotes 17.04.1 Build 2869
Beitrag von: SiLæncer am 05 April, 2017, 12:19
(http://s26.postimg.org/hfer16hsp/screenshot_106.png)
QOwnNotes is a text editor / notepad replacement with markdown support and todo list manager. The program supports themes, keyboard shortcuts, syntax highlighting, and encryption. Includes available nested file list, tags, search, and more. Optionally works with the notes application ownCloud or Nextcloud.

Cross-platform with clients available for Mac and Linux.

License:    GPL

Changelog

more git versioning implementation

    fixed committing if note path was not initialized by git yet
    added macOS support

added more Spanish translation (thank you richarson)

[close]

http://www.qownnotes.org/
Titel: PSPad 5.0.0 Build 174 Dev
Beitrag von: SiLæncer am 05 April, 2017, 17:20
(http://images.six.betanews.com/screenshots/1076948037-1.png)
PSPad is a universal freeware editor. There is no complex install process; the program is ready to work immediately, without requiring customization. It supports many file types and languages, with syntax highlighting. There are macros, clip files and templates to automate repetitive activities. An integrated HEX Editor, Project support, FTP Client, Macro Recorder, File Search/Replace, Code Explorer, code page conversion, are just some of the many possibilities that PSPad can offer you.

Freeware

Changelog

New:

PSPad Code updated to Delphi 10 Seattle. It will allow 64b version in future
New file plugin format, much more easier for developers - (see the readme file in plugin subfolder)
New code page handling - PSPad now supports 147 code pages and allows you to open and convert
New CP customization menu dialog (menu Encoding) which allows you select code page set you use
New Batch CP convert tool in the Encoding menu
Code page in status bar shows code page menu
Fast selection of default encoding by Ctrl+Click on menu item in Encoding menu
Language files are stored in UTF-8 with BOM
New ASCII chart with encoding selector, Unicode char value and HTML entities
Script Input Dialog with automatic history
Batch CP conversion (menu Encoding) was changed to non modal and allows you with Enter and DblClick open selected file from list
User convertors are stored in .Convertor subfolder with UTF-8 encoding. Conversion extended of regular expressions. See the file template.in_ for definition changes
Added anonymous program usage program tracking. You can switch it off in the program settings / Program 1. For now in developer builds only.
Code pages - added ISO 8859-2 autodetection
PSPad remembers height of File explorer file list box
PHP code explorer - added labels
HTML highlighter - added highlight matching MAIN
Hex Editor - Search/replace has been rewritten, fixed problem with 00 in search/replace
PSPad checks new version on start. Parameters are available in the Program settings / Check update
PSPad will activate Multiuser environment switch if detect user unpack it manually into Program files folder
Translators can use n for line break for resource strings (starting on rs_)
System dialogs was changed into PSPad 4 style
C++ added new keywords from 9.9 and 11 version
Cobol added 114 new keywords (GnuCobol, Open Cobol)
For translators: resource strings was modified. In some resource strings was %s used as line break. It was replaced to n. Take translation included in builds, not your internal. Contact me if you need more info
If no spell dictionary was choosen, PSPad will show you Spell settings dialog if you initiate Spell check

Fixes:

Exception during favorite links load on PSpad start
SpellCheck caused exception
Settings dialog and HighDPI
Bookmarks and HighDPI
JScript code explorer - var declared functions
Compiler with catch output causes PSPad freeze on Windows 7
Pascal Code explorer - fixes related to block comment and directives
Clipboard monitor and shortcut problems (Del e.t.c.)
Hex editor - rewrited Search/Replace. Fixed problem with 00 in replace string
SpellCheck caused exception if stay active end you close all files and open new
MarkCurrentFileTab option (Special settings) works again
Batch CP convert causes exception in case PSPad was stored in Program Files and started as portable - recent entries in dialog.
PSPad update check doesn't load settings into Program settings dialog
Handled load damaged project file on PSPad start
Key map direct edit form was empty for default Key map settings
Serious fix of Code page autodetection. There is set minimal limit of significant chars to code page recognition
OutOfMemory exception when "big file" is closed
Few fix from received exception logs
Handled "UpdateTabIcons" exception when more windows are closed
Another problem causing File tab flashing was fixed
Active File Tab highlight when custom tab colors was set
Linux Shell Script - comment fix
Switch to HEX mode from new file causes exception
Fixed several untranslated strings
wrong text file causes PSPad crash and some config content loss

[close]

http://www.pspad.com/
Titel: Rapid Environment Editor 9.1 Build 933
Beitrag von: SiLæncer am 05 April, 2017, 19:30
(http://www.rapidee.com/images/rapidee.png)
Rapid Environment Editor (RapidEE) is an environment variables editor. It includes an easy to use GUI and replaces the small and inconvenient Windows edit box, located in the System Information section.

License: Freeware

Whats new:>>

updated: Turkish translation (Fenok)
updated: Brazilian Portuguese translation (Igor Ruckert)
fixed: migrated to the secure https

http://www.rapidee.com/en/about
Titel: Greenfish Icon Editor Pro v3.6
Beitrag von: SiLæncer am 06 April, 2017, 13:51
(https://i.postimg.cc/PJVdSkNs/screenshot-1952.png)
Greenfish Icon Editor Pro is a tool for creating icons, cursors, and other small images. It opens and saves in ICO, CUR, ANI, PNG, XPM, BMP and JPEG formats. It is able to create icons and cursors up to 256x256 @ 32-bit, which can also be PNG-compressed for use in Windows Vista. It is also able to create animated cursors, extract icons and cursors from executable files and icon libraries, batch convert image files to icons or other image formats, supports advanced selection handling (marquee, lasso and wand tools, saving/loading selections from files), offers various gradient styles for filling shapes, and includes many filters such as Remove matte, Drop shadow, Inner/Outer glow and Bevel etc.

License: Freeware

Changelog

New:

    Linux support;
    Load/Save WebP, Portable AnyMap and TGA (Targa) files;
    Contrast adjustment in Exposure dialog.

Improved: RGB Formulae (alpha adjustment, new operations).

[close]

http://greenfishsoftware.org/
Titel: FTEditor (Fielded Text Editor) 3.0.0
Beitrag von: SiLæncer am 06 April, 2017, 18:45
(http://s26.postimg.org/j2197nord/screenshot_210.png)
FTEditor (Fielded Text Editor) is a useful tool for visually generating and working with Meta's for Fielded Text files (like CSV files).

With this tiny text editor you can, visually and interactively create and edit the Meta for Fielded Text files as well as editing them with simultaneous text and grid views if desired. Once your work with the Meta is complete, you can quickly save it for later use with the included Fielded Text component. You also have the option to embed it inside a specific text file.

FTEditor (Fielded Text Editor) can also simultaneously display a file in a text edit and grid window and provides column color highlighting allowing for easy determination of which specific column a particular field belongs to.

License: Open Source

http://www.xilytix.com/index.html
Titel: QOwnNotes 17.04.2
Beitrag von: SiLæncer am 06 April, 2017, 20:00
Changelog

more git versioning implementation

    added Windows support
    you can now select the path of your git executable in the new Git versioning settings
    you can set the git commit interval time, default is 30 sec
    changes are now also committed when changing the note folder (for both the old and new note folder) or quitting the application

added more Brazilian Portuguese translation (thank you mlimacarlos)

[close]

http://www.qownnotes.org/
Titel: openElement 1.57 R7
Beitrag von: SiLæncer am 07 April, 2017, 05:41
(http://images.six.betanews.com/screenshots/scaled/1364418025-1.jpg)
openElement is a powerful next-gen HTML editor for creating websites suitable for any need: personal, showcase, gallery, organization, corporate, etc. A professional and dynamic website is within reach to anyone with zero coding.

openElement includes numerous website templates and elements to quickly and easily create your free website without any prior knowledge or programming experience.

Freeware

http://openelement.com/
Titel: CudaText 1.8.0.0
Beitrag von: SiLæncer am 07 April, 2017, 17:00
(http://s26.postimg.org/orql8dkpl/screenshot_257.png)
Create programming scripts with this powerful tool that supports more than 130 languages and allows users to work concurrently on as many as six groups of projects.

Freeware

Changelog

changed values for "newdoc_encoding" to short (like in API)
changed suffix for macOS config keys from "__osx" to "__mac"
changed: opt "def_encoding_utf8" has OS suffix
api
fix: Tab-key didnt jump in Find dlg

[close]

http://www.uvviewsoft.com/cudatext/
Titel: Pingendo 4.0 Beta
Beitrag von: SiLæncer am 08 April, 2017, 10:45
(http://s26.postimg.org/flmmkrpjt/screenshot_215.png)
Webpage design is made easy with this tool, which offers support for both script editing and working with graphic elements in a WYSIWYG environment.

Freeware

http://pingendo.com/
Titel: MyText 1.1.1
Beitrag von: SiLæncer am 09 April, 2017, 09:15
Whats new:>>

Added text encoding format dialog.
Fixed bug of Find.
Modified file save dialog.

http://www.filefriend.net/#MyText
Titel: QOwnNotes v17.04.3
Beitrag von: SiLæncer am 09 April, 2017, 09:30
Changelog

the preview will now be updated correctly if it was previously disabled (for Issue #559)

    when selecting another workspace or switching to the previous workspace
    when Show all panels is clicked in the Windows menu
    when a panel is selected in the Windows / Panels menu

you can now enter a custom command to show the git log of a note in the Git versioning settings

    you can optionally use %notePath% to enter the note path if you are using more complex parameters
        for example: gitk %notePath%
    you'll find a new menu item in the Edit menu and the note list context menu to show the note versions if you entered a git log command

added more Italian, Brazilian Portuguese, Polish and Spanish translation (thank you mlocati, mlimacarlos, lucjan and richarson)

[close]

http://www.qownnotes.org/
Titel: BowPad 2.3.2.2008
Beitrag von: SiLæncer am 10 April, 2017, 05:30
(http://s26.postimg.org/e60vd9bix/screenshot_182.jpg)
BowPad is a small and fast text editor with a ribbon user interface and syntax highlighting.

Features:

syntax highlighting for over 100 file types and languages
handling of many different encodings, including UTF-8, UTF-16 and even UTF-32
easy ribbon user interface
navigation hints in the vertical scrollbar
coloring of open tabs according to their path
extendable with plugins written in jscript or vbscript

Freeware

Changelog

updated to latest Scintilla component 3.7.4
improved UI responsivness
improved UI using animations
fixed situation where the tab-to-spaces and spaces-to-tabs skipped a lot of code
the setting spaces/tabs is now stored per document instead of globally
reduced flicker when drawing the scrollbars
fixed styling issue when reloading

[close]

http://stefanstools.sourceforge.net/BowPad.html
Titel: openElement 1.57 R8
Beitrag von: SiLæncer am 11 April, 2017, 05:10
Whats new:>>

Fixed Google Recaptcha and .htaccess issues

http://openelement.com/
Titel: Xsemmel 4.9.17
Beitrag von: SiLæncer am 11 April, 2017, 18:15
(http://s26.postimg.org/60p7snw2h/screenshot_228.png)
Xsemmel is an XML editor and viewer with grid and tree views, XML comparison and more.

Some of its many features include XML editing, xsd-based code completion, xsd visualizer, grid view, generate sample XML based on XSD, tree view, show only XML fragments, generate XPath of selected node, XPath queries, auto-detect namespace, user-defined functions, complex XML files based on pattern language, generate XSD schema based on sample XML file, compare XML files, XSLT transformation, XQuery, and much more.

Freeware

Changelog

    CHG: XSemmel is now distributed as portable zip (no setup.exe anymore)
    FIX: do not close application if error occurred after question "Save before closing?"
    CHG: do not auto-switch to SchemaInfo tab, in case user likes to see fragments or validation errors...
    NEW: Comment / Uncomment block or line via toolbar (thx vestanpance)
    NEW: GridView right click context menu. Collapse all, expand to 1, 2, or 3 levels. (thx vestanpance)
    CHG: XsdVisualizer now shows an Xml Modified warning and will be updated on Save. (thx vestanpance)

[close]

https://xsemmel.codeplex.com/
Titel: Atom 1.17.0 Beta 0
Beitrag von: SiLæncer am 13 April, 2017, 05:20
(http://s26.postimg.org/6bt5lin89/screenshot_265.jpg)
A powerful and flexible application that works as a text and source code editor with syntax highlight, or alternately as a file viewer.

MIT License

Changelog

Improved Atom's startup time through the use of V8 custom startup snapshots.
Extended Atom's workspace with new Dock system for organizing auxiliary tools.

[close]

https://atom.io/
Titel: Black NotePad 1.0.14.23
Beitrag von: SiLæncer am 13 April, 2017, 19:40
(http://s26.postimg.org/nc320rnkp/screenshot_343.png)
Black NotePad was created as an alternative to the Notepad program of Windows operating systems. While retaining the original functions, Black NotePad improves manageability, contains important new functions, and greatly enhances program compatibility in terms of the edited text.

Freeware

Whats new:>>

Fix: Find counter
Fix: Replace counter

https://www.wintools.info/index.php/black-notepad
Titel: Atom 1.17.0 Beta 1
Beitrag von: SiLæncer am 14 April, 2017, 09:00
Whats new:>>

Ensure atom-text-editor element is initialized before loading packages
Hide dock resize handles when docks are hidden

https://atom.io/
Titel: MyText 1.1.2
Beitrag von: SiLæncer am 15 April, 2017, 18:45
(http://s26.postimg.org/y4vv1b2u1/screenshot_206.png)
Enjoy the raw simplicity of a run-of-the-mill Notepad alternative that does not require installation and comes with support for text encryption.

Freeware

Whats new:>>

Fixed bug of Replace all.

http://www.filefriend.net/#MyText
Titel: QOwnNotes v17.04.4
Beitrag von: SiLæncer am 16 April, 2017, 08:30
(http://s26.postimg.org/hfer16hsp/screenshot_106.png)
QOwnNotes is a text editor / notepad replacement with markdown support and todo list manager. The program supports themes, keyboard shortcuts, syntax highlighting, and encryption. Includes available nested file list, tags, search, and more. Optionally works with the notes application ownCloud or Nextcloud.

Cross-platform with clients available for Mac and Linux.

License:    GPL

Changelog

a user agent and content type header was added to requests to your ownCloud / Nextcloud server to prevent troubles with some server hosting providers (for Issue #541)
added more information text to the git settings
added more Italian, Brazilian Portuguese, Polish, Portuguese, French and Spanish translation (thank you mlocati, mlimacarlos, lucjan, manuelarodsilva, lepascalou and richarson)

[close]

http://www.qownnotes.org/
Titel: SynWrite v6.38.2725
Beitrag von: SiLæncer am 17 April, 2017, 10:00
(http://images.betanews.com/screenshots/1289816929-1.jpg)
Erweiterter Text-Editor mit Unterstützung von vielen Dateiformaten, Programmiersprachen und Zeichenkodierungen; bietet unter anderem Syntax-Hervorhebung, Auto-Vervollständigung und Code-Vorlagen; auch als Plug-in für Total Commander und als portable Version erhältlich.

Freeware

Whats new:>>

+ menuitem "Options - Integrate with Explorer" to show info about plugin
+ autocomplete list closes by tab-key

http://www.uvviewsoft.com/synwrite/
Titel: Atom v1.17.0-beta2
Beitrag von: SiLæncer am 17 April, 2017, 21:15
Whats new:>>

    Fixed a regression that made it impossible to toggle closed docks. (#14203)
    Fixed a bug in atom.worskpace.openSync test helper. (#14205)

https://atom.io/
Titel: HelpNDoc 5.1.0.217
Beitrag von: SiLæncer am 18 April, 2017, 18:45
(http://s26.postimg.org/8b3fgo9i1/screenshot_188.png)
HelpNDoc provides all the tools necessary to write complete help files, manuals and documentations in a user friendly and very easy to use environment. HelpNDoc can generate standard Windows CHM help files, WEB based documentation, iPhone specific websites as well as printable PDF and Word documents.

HelpNDoc is completely free for personal use and evaluation purposes.

Changelog

Project settings (title, default topic, author, date/time format...) can now be overridden for each build
HTTP Web Server can now be launched at any location from the Tools ribbon tab
It is now possible to specify the default listening port of the HTTP Web Server instead of the default 8080
Pasting topics with hyperlinks to children topics now correctly restore those hyperlinks
Hyperlinks to files were not always working properly using the default HTML template
Hyperlinks to _blank URLs didn't always work property in the default HTML template
Custom and hidden headers / footers were not correctly exported in default HTML template
Hiding the navigation arrows in the default HTML template could produce incorrect HTML code
Default HTML template will not try to request debug map files anymore
Anchors with space didn't work correctly in responsive HTML template
Numbering as text didn't work in CHM / HTML templates anymore
HTTP Web Server's error pages are more useful: 404 error pages will list available HTML files
HTML library items with Unicode content could be corrupted when exported to HTML based documentation formats
Empty topics were not listed in Word / PDF table of contents anymore
Topic visibility wasn't updated in table of contents' popup
RSS feed display didn't include new version notification anymore
Project settings better scales for smaller window sizes
Script editor now always stays on top of HelpNDoc's main window
Using the "Vacuum project" command will prompt before starting and confirm after successful completion
Resetting the project's date/time format will ask confirmation first
Fixed some memory leaks

[close]

http://www.helpndoc.com/
Titel: Atom 1.17.0 Beta 3
Beitrag von: SiLæncer am 19 April, 2017, 10:30
Whats new:>>

Fixed a bug that caused the tree-view to unexpectedly gain focus.
Fixed a bug that prevented the tree-view from showing when adding a project folder.
Fixed a bug that caused the tree-view to initially have the incorrect width.
Fixed a bug where cmd-w would close the tree-view when it was focused.

https://atom.io/
Titel: Typora 0.9.27 Beta
Beitrag von: SiLæncer am 19 April, 2017, 13:45
(http://s26.postimg.org/w2onuosnt/screenshot_64.png)
Swiftly write, edit, format and convert text to HTML with the help of this modern looking, streamlined and novice-accessible piece of software.

Freeware

Changelog

Support setting line ending char. Support CRLF line ending.
Add syntax highlight support for `ProtoBuf`, fix syntax highlight for `php+html` and `diff`.
Fix styles for "unibody" style.
Fix font not applied when exporting.
Improve copy/paste to prevent data or style lost.
Fix key navigation on context menu.
Fix a few typos in text resource.
Fix header anchor cannot support some unicode char.
. Fix spellcheck sometimes not working in Linux.
(0.9.27) Fix bug found on 0.9.26 release

[close]

http://www.typora.io/
Titel: CudaText 1.8.1.0
Beitrag von: SiLæncer am 21 April, 2017, 20:30
(http://s26.postimg.org/orql8dkpl/screenshot_257.png)
Create programming scripts with this powerful tool that supports more than 130 languages and allows users to work concurrently on as many as six groups of projects.

Freeware

Changelog

+ api (dlg_proc) for powerful dialogs
+ Linux: better support for font ligatures (std lexers changed a little)

[close]

http://www.uvviewsoft.com/cudatext/
Titel: MyText 1.2.0
Beitrag von: SiLæncer am 22 April, 2017, 17:20
Whats new:>>

Supported UTF-8 files without BOM (byte order mark), such as some Java files.
Supported multiple newline formats: carriage return + line feed, carriage return, line feed.
Added Newline format dialog.

http://www.filefriend.net/#MyText
Titel: Hexadecimal Editor 6.3.0.0
Beitrag von: SiLæncer am 23 April, 2017, 05:30
(http://s26.postimg.org/op41odcex/screenshot_374.png)
Examine and edit hex code, compare files, conduct search operations, disassemble hex, interpret data, change the file translation, and more.

Freeware

http://www.mitec.cz/hex.html
Titel: PilotEdit Lite 10.4.0
Beitrag von: SiLæncer am 23 April, 2017, 10:45
(http://www.pilotedit.com/images/OpenInQuickMode.PNG)
PilotEdit is a text, hex, XML, C/C++, HTML, PHP, Java, Javascript and Perl editor that can edit large files of 400GB (40 billion lines).

It offers customizable syntax and keyword highlighting, advanced search and replace operations, automatic text encoding, 256-bit AES encryption/decryption and a built-in FTP/SFTP client lets you open, edit, download and upload large files directly to/from a FTP/SFTP server.

In addition to standard text editing features, PilotEdit can compare and merge two large files of 100GB (10 billion lines). You can also sort, find/remove duplicate lines and extract strings over a large file of 1GB.

Freeware

http://www.pilotedit.com/
Titel: Vim 8.0.586
Beitrag von: SiLæncer am 24 April, 2017, 19:45
(http://s26.postimg.org/rbr863q1l/screenshot_38.png)
Vim is an advanced text editor, which harvests the power of Unix' editor 'Vi', albeit with an enhanced feature set. It is highly configurable, and has been designed to enable efficient text editing, much like 'Vi'.

Key features include:

    Vim offers syntax highlighting for over 200 languages.
    Edit-Compile-Fix.
    Highlighting Matches.
    Highly configurable.

Vim is not just for programmers though; it can be configured to work in a very simple manner called Easy Vim or eVim. Vim is not a word processor, but it can display text with various forms of highlighting and formatting. Vim is a perfect tool for all kinds of text editing, from composing email to editing configuration files.

With Vim you can edit very effectively. The most often used commands are just a single key stroke. To allow for this, you need to start Insert mode to enter text and return to Normal mode to execute commands. This is advantageous in that you can keep your hands on the keyboard and work very fast. The learning curve isn't that steep and if you are used to other 'in-depth' editors then Vim maybe what you are looking for. However, if you really don't have time to learn the effective way of editing, there is the Easy Vim option.

Lizenz: Open Source

Changelog

I have built a version of Vim 8.0 with all the latest patches. This is mainly interesting for MS-Windows users who download the binary. Upgrading to this version is recommended, since it fixes many problems.
I have renamed the original Vim 8.0 files to include the patchlevel. The new files are both available as "80" and "80-586". Note that caching may cause the "80" file to still be the old one.

[close]

http://www.vim.org/
Titel: Typora 0.9.29 Beta
Beitrag von: SiLæncer am 25 April, 2017, 04:45
(http://s26.postimg.org/w2onuosnt/screenshot_64.png)
Swiftly write, edit, format and convert text to HTML with the help of this modern looking, streamlined and novice-accessible piece of software.

Freeware

Whats new:>>

Fix a critical bug on opeining or saving markdown file.

http://www.typora.io/
Titel: MyText 1.3.0
Beitrag von: SiLæncer am 25 April, 2017, 05:10
(http://s26.postimg.org/y4vv1b2u1/screenshot_206.png)
Enjoy the raw simplicity of a run-of-the-mill Notepad alternative that does not require installation and comes with support for text encryption.

Freeware

Whats new:>>

Remember program main window position and size.
Remember tool bar and status bar show/hide.
Supported opening URL in selected text from within program.
Fixed a crash bug introduced in version 1.2.0.

http://www.filefriend.net/#MyText
Titel: JSONedit 0.9.23.0
Beitrag von: SiLæncer am 25 April, 2017, 09:19
(http://s26.postimg.org/66opis8ih/screenshot_556.jpg)
JSONedit is a simple editor for the JavaScript Object Notation format "a text-based open standard designed for human-readable data interchange" (source) with availble text and tree views.

Includes array generator using embedded Lua interpreter and Scintilla for text edition.

License:    Freeware

Changelog

added "Remove obsolete files" and "Clear list" items to MRU lists in main window and Lua script window
added option to edit in-place tree node value on double click (like with F4)
nodes can be deleted from list view
added font selection for relaxed parser tool
FIXED empty array processing in relaxed parser tool
FIXED inconsistent state of node edit panel (showing old values until new node is selected after switching to text view, editing and switching back)
deleting root node resets it to empty object (also fixes "Invalid index" if switching to list view when tree is empty)

[close]

http://tomeko.net/software/JSONedit/index.php
Titel: CSVed 2.5
Beitrag von: SiLæncer am 26 April, 2017, 05:20
(http://s26.postimg.org/ga4p6trfd/screenshot_570.jpg)
Editor zum Bearbeiten von CSV-Dateien; erlaubt das Editieren der Feldinhalte sowie das Bearbeiten der Tabellenstruktur; kann unter anderem Zeilen, Spalten und Dateien verbinden, Doppeleinträge entfernen und markierte Felder in eine eigenständige CSV-Datei exportieren; exportiert in die Formate HTML, XML, XLS und DOC

Lizens : Cardware

What's new: >>

save fixed file widths
copy column to clipboard
and other some small things

http://csved.sjfrancke.nl/index.html
Titel: MyText 1.3.1
Beitrag von: SiLæncer am 26 April, 2017, 19:40
Whats new:>>

Fixed a bug of remembering window position and size: Close program when minimized, start program again, can't see program window.

http://www.filefriend.net/#MyText
Titel: Atom 1.17.0 Beta 4
Beitrag von: SiLæncer am 27 April, 2017, 09:22
(http://s26.postimg.org/6bt5lin89/screenshot_265.jpg)
A powerful and flexible application that works as a text and source code editor with syntax highlight, or alternately as a file viewer.

MIT License

Changelog

Fixed bug where bundled packages were loaded instead of dev packages
Updated to Electron 1.3.15 to address remote module issues electron/electron#9240

[close]

https://atom.io/
Titel: MyText 1.3.2
Beitrag von: SiLæncer am 29 April, 2017, 17:45
Whats new:>>

Status bar shows more information: text encoding format, newline format.

http://www.filefriend.net/#MyText
Titel: QOwnNotes 17.05.0
Beitrag von: SiLæncer am 01 Mai, 2017, 09:30
(http://s26.postimg.org/hfer16hsp/screenshot_106.png)
QOwnNotes is a text editor / notepad replacement with markdown support and todo list manager. The program supports themes, keyboard shortcuts, syntax highlighting, and encryption. Includes available nested file list, tags, search, and more. Optionally works with the notes application ownCloud or Nextcloud.

Cross-platform with clients available for Mac and Linux.

License:    GPL

Changelog

the expanded state of the items in the tag tree widget is now restored when the tree is reloaded
if the version of your QOwnNotesAPI app on your ownCloud / Nextcloud server is too low a warning will now be shown when the app starts (for Issue #564)
added more Italian, Brazilian Portuguese, Polish, German and Spanish translation (thank you mlocati, mlimacarlos, lucjan, bigant and richarson)

[close]

http://www.qownnotes.org/
Titel: Textadept 9.4
Beitrag von: SiLæncer am 01 Mai, 2017, 20:15
(http://foicica.com/textadept/images/splitviews.png)
Textadept will provide users with a fast, minimalist, and ridiculously extensible text editor. At its core lies less than 2000 lines of C code, and that's how it always will be. While other editors rely on recordable macros to speed up workflow, shell scripts to quickly transform text, and static side panes to manage your documents, files, and more.

Textadept takes it to the extreme: it gives you complete control over the entire application using the embedded Lua language. Lua is nearly as fast as C, and has a very small footprint. In fact, most of Textadept is written in Lua.

License : MIT License

Changelog

Bug fixes:

Fixed some C++ and Moonscript file associations
Fixed some bugs in "Replace All"
Fixed some instances of snippet insertion with selected text
Fixed `make install` for desktop files and icons
Scintilla: Fixed crash in edge-case for fold tags (text shown next to folds)
Scintilla: Fixed stream selection collapsing when caret is moved up/down
Scintilla: Fixed bugs in fold tag drawing
Scintilla: Fixed crash in GTK accessibility (for screen readers) code
Scintilla: Only allow smooth scrolling in Wayland
Scintilla: Fixed popup positioning on a multi-monitor setup

Changes:

Added support for Logtalk
Scintilla: Accessibility improvements including the ability to turn it off
Effectively updated to [Scintilla][] 3.7.4

[close]

http://foicica.com/textadept/
Titel: Rapid Environment Editor v9.1 build 934
Beitrag von: SiLæncer am 02 Mai, 2017, 04:15
(http://www.rapidee.com/images/rapidee.png)
Rapid Environment Editor (RapidEE) is an environment variables editor. It includes an easy to use GUI and replaces the small and inconvenient Windows edit box, located in the System Information section.

License: Freeware

Whats new:>>

Added Arabic translation.
Updated Indonesian and Japanese translations.

http://www.rapidee.com/en/about
Titel: CudaText 1.8.3.0
Beitrag von: SiLæncer am 03 Mai, 2017, 06:10
(http://s26.postimg.org/orql8dkpl/screenshot_257.png)
Create programming scripts with this powerful tool that supports more than 130 languages and allows users to work concurrently on as many as six groups of projects.

Freeware

Changelog

api (reworked dlg_proc)
Addon Manager: plugin Updater (like SynWrite)
Addon Manager: used new channels url
Windows: support font ligatures (font Fira Code, only if caret not on line)
option font_ligatures
dlg Find: must show on top of CudaText dialogs
toolbar: add buttons Indent, Unindent

[close]

http://www.uvviewsoft.com/cudatext/
Titel: ASCII Art Studio 2.2.1
Beitrag von: SiLæncer am 04 Mai, 2017, 16:45
(http://s26.postimg.org/tfvnhnod5/screenshot_248.png)
ASCII Art Studio is a powerful ASCII Art editor that lets you make your own ASCII Art quickly and easily.

Creating ASCII art is pretty simple to do, and ASCII Art Studio takes it to an entirely new level. You can select from numerous ways to create your art in the toolbox. These include text mode, selection, freehand, brush, erase, fill, pickup, big text, line, curve, rectangle, rounded rectangle, ellipse, and table.

Freeware

http://www.torchsoft.com/en/aas_information.html
Titel: SynWrite v6.38.2740
Beitrag von: SiLæncer am 05 Mai, 2017, 04:40
(http://images.betanews.com/screenshots/1289816929-1.jpg)
Erweiterter Text-Editor mit Unterstützung von vielen Dateiformaten, Programmiersprachen und Zeichenkodierungen; bietet unter anderem Syntax-Hervorhebung, Auto-Vervollständigung und Code-Vorlagen; auch als Plug-in für Total Commander und als portable Version erhältlich.

Freeware

Whats new:>>

+ API (for FindInFiles plug)

http://www.uvviewsoft.com/synwrite/
Titel: QOwnNotes 17.05.1 Build 2909
Beitrag von: SiLæncer am 05 Mai, 2017, 05:45
(http://s26.postimg.org/hfer16hsp/screenshot_106.png)
QOwnNotes is a text editor / notepad replacement with markdown support and todo list manager. The program supports themes, keyboard shortcuts, syntax highlighting, and encryption. Includes available nested file list, tags, search, and more. Optionally works with the notes application ownCloud or Nextcloud.

Cross-platform with clients available for Mac and Linux.

License:    GPL

Changelog

the restoring of the expanded state of the items in the tag tree widget now works across multiple note folders
QOwnNotes now also remembers when you select All notes in the note subfolder tree widget when you restart the app (for Issue #572)
there now is a new scripting command to show an information message box script.informationMessageBox() (for Issue #536)

    for more information please take a look at Showing an information message box

added more Italian, French, Polish and Spanish translation (thank you mlocati, lepascalou, lucjan and richarson)

[close]

http://www.qownnotes.org/
Titel: Komodo Edit 10.2.2 Build 17703
Beitrag von: SiLæncer am 05 Mai, 2017, 13:30
(http://download.winboard.org/uploads/Image/2010-12-22%2009%2024%2056.png)
Komodo Edit ist ein Editor, der folgende Sprachen unterstützt: PHP, Python, Ruby, java script, Perl, Tcl, XML, HTML 5, CSS 3. Weiterhin bietet das Programm eine Projektverwaltung, Sweet-Editor und kann mittels Erweiterungen ausgebaut werden.

Freeware

Changelog

Console: fixed autocomplete popup being under some elements - fixes #1315 (#2469).
Editor: Auto edit delimiters now cancels sooner - fixes #2395.
Editor: Cancel matching element multi-caret when moving the caret.
Editor: Cancel out of automatic multi-caret sessions by pressing ESC.
Editor: Fix matching tag editing firing on partial selections.
Editor: Fix regression where tag/delim matching would conflict with scintilla selections - fixes #2460
Editor: Fix braces no longer smart indenting - fixes #2438
Commando: Packages: Fix broken packages scope. Fixes #2534.
Commando: Fix regression where commando wouldn't stay open - fixes #2452
Commando: Docs: Fix docs not opening when no view is open
Go: Don't depend on the user to open a Go file to set the Go preferences - fixes #2418.
Go: Don't validate the GOLANG path, just use what the user set - fixes #2413.
Go: Fix formatter not working for users that upgraded to 10.2 - fixes #2415.
Go: Fix version parsing not working with ActiveGo - fixes #2412.
Notify: debug notification id only when calling hideNotification with arguments - fixes #2120 (#2172).
Performance: Significantly improved typing speed (no more slight delays) - fixes #2423.
Publishing: publishing UI state takes too long to update.
Statusbar: fixed a bug when you can't open the encoding menu for files - fixes #1747 (#2468).
Toolbox: fix sublime snippet import on Linux and OSX fixes #2471.
Trackchanges: Fix panel sometimes exceeds screen height and sometimes doesn't stay open.
UI: Fix dialog sizing and odd black border around dialogs in windows - fixes #2436, fixes #2445.
UI: Fix tooltip appearing over other applications windows - fixes #1810.
UI: Reduce top-padding of toolbar when maximized, fixing menu not being accessible at times.
UI: Update links for move komodo sites. Fixes #2542.
Startup Wizard: broken resource links. Fixes #2541.
UX: Fix getting started tutorial having badly formatted text - fixes #2442.
UI: Fix dark border around some windows - fixes #2497
Window: dialogs don't size to content. Fixes #2493.
Codeintel: Fixed go outline failing to compile - fixes #2406.
DBGP: Python: Fix encoding error on non-UTF8-encoded operating systems when trying to start debugging - fixes #2480.

[close]

http://www.activestate.com/komodo-edit/downloads
Titel: SynWrite 6.38.2750
Beitrag von: SiLæncer am 06 Mai, 2017, 10:30
(http://images.betanews.com/screenshots/1289816929-1.jpg)
Erweiterter Text-Editor mit Unterstützung von vielen Dateiformaten, Programmiersprachen und Zeichenkodierungen; bietet unter anderem Syntax-Hervorhebung, Auto-Vervollständigung und Code-Vorlagen; auch als Plug-in für Total Commander und als portable Version erhältlich.

Freeware

Whats new:>>

updated SynFTP: several changes from NppFTP ported, updated libs (thanks tbeu)
API

http://www.uvviewsoft.com/synwrite/
Titel: Atom 1.17.0 Beta 5
Beitrag von: SiLæncer am 07 Mai, 2017, 20:30
(http://s26.postimg.org/6bt5lin89/screenshot_265.jpg)
A powerful and flexible application that works as a text and source code editor with syntax highlight, or alternately as a file viewer.

MIT License

Changelog

Pinch and zoom is correctly disabled. #14252
urlOpen has been fixed. #14320
The 'Search in Directory' context menu has been restored in find and replace. #887
Fuzzy finder correctly handles quick text entry again. #288
An uncaught exception from the incompatible package finder has been fixed. #21
Empty space next to tree view items is clickable again. #1075

[close]

https://atom.io/
Titel: CudaText 1.8.5.0
Beitrag von: SiLæncer am 08 Mai, 2017, 05:00
(http://s26.postimg.org/orql8dkpl/screenshot_257.png)
Create programming scripts with this powerful tool that supports more than 130 languages and allows users to work concurrently on as many as six groups of projects.

Freeware

Changelog

fixed for Windows high dpi (scale more UI items)
fix slow scrolling with minimap shown
option ui_tree_theme
command "place bookmarks on carets"
replace-all: show elapsed time in sec.

[close]

http://www.uvviewsoft.com/cudatext/
Titel: Rapid Environment Editor (RapidEE) 9.1 Build 936
Beitrag von: SiLæncer am 08 Mai, 2017, 13:45
(http://www.rapidee.com/images/rapidee.png)
Rapid Environment Editor (RapidEE) is an environment variables editor. It includes an easy to use GUI and replaces the small and inconvenient Windows edit box, located in the System Information section.

License: Freeware

Whats new:>>

fixed: Polish translation (Przemyslaw P. Socha)

updated: Italian translation (Roberto Boriotti)
updated: Polish translation (Przemyslaw P. Socha)
added: Multi-language installer (more than 20 languages have been added)

http://www.rapidee.com/en/about
Titel: Zim 0.66
Beitrag von: SiLæncer am 08 Mai, 2017, 20:46
(http://zim-wiki.org/screenshots/thumbs/zim-normal.png)
Desktop-Wiki für Organisation und Wissensmanagement; frei erweiterbar mit unter anderem Formelsatz, Versionsverwaltung und ToDo-Liste; auch als Portable-Version erhältlich.

Lizenz: Open Source

Changelog

Multiple notebooks run as single process now to reduce multi-process
complexity - more robust startup, reduce need for "--standalone"
SQLite indexer re-written to fix long standing bugs and design flaws
with indexing
Improved performance tag filtering in side pane
Detect pages have changed on disk, even when page present in cache
Bug fix for drag-n-drop of text within the editor
New checkbox type available for "moved task" for joural workflow
Context menu defined for checkboxes
Horizontal lines "<HR>" added to wiki syntax -- Pavel_M
Pathbar buttons can now also be used to insert page links by drag-n-drop
-- Klaus Holler
"search in section" added to context mennu for pages
"search backlinks" added to context mennu for pages -- Volodymyr Buell
Keyboard navigation of plugin tab in preferences dialog -- Jens Sauer
Allow "mailto:" links contain arguments like "?subject="
Tasklist plugin: now also available embedded in side pane
Tasklist plugin: new syntax for including due and start dates
Tasklist plugin: new formatting priority column including deadlines
Tasklist plugin: new "flat list" mode to only see lowest level tasks
Tasklist plugin: removed support for "next" label
Tasklist plugin: dialog now remembers sorting -- Jonas Pfannschmidt
Versioncontrol plugin: git: removed global "git add", instead stage
individual files
Versioncontrol plugin: fossil: fix for fossil "addremove"
Attachment browser: bug fix for drag-n-drop
Linesorter plugin: added keybindings to move / duplicate / delete lines
-- Johannes Kirschner
Sourceview plugin: bug fix to make export via commandline also use
objects -- Alex Ivkin
Sourceview plugin: bug fix to follow editable state of parent window
-- Jan Taus
Bookmarks plugin updates -- Pavel_M
Tableeditor plugin: bug fix for links -- Sašo Živanović
Linkmap plugin: bug fix "unexpected char '-'"
Arithmic plugin: bug fix to allow negative numbers -- TROUVERIE Joachim
Dev: Templates are now translatable, using "gettext()" -- Jens Sauer
Dev: Index API completely changed, see tasklist for a plugin example
Dev: New module for file-system interaction, to be used in new code
Dev: New parsing strategy based on tokenlist, used for tasklist parser
Dev: Defined notebook API for concurrent operations in gtk main loop
Dev: Simplified SignalEmitter code
Packaging: removed support for maemo build - code went stale
Packaging: make package build reproducible -- Reiner Herrmann
Added translations for: Amharic, Arabic, Basque, and Portuguese

[close]

http://zim-wiki.org/index.html
Titel: QOwnNotes v17.05.2
Beitrag von: SiLæncer am 09 Mai, 2017, 05:30
Changelog

the shortcut of custom actions will now be remembered after the app is restarted (for Issue #576)
there now is a new scripting command to show an open file dialog script.getOpenFileName() (for Issue #536)

    for more information please take a look at Showing an open file dialog

there now are new scripting commands to register labels with script.registerLabel("my-label") and write to them with script.setLabelText("my-label", "my custom text") (for Issue #536)

    the labels will be visible in the new scripting dock widget
    you can use both plain text or html in the labels
    the text will be selectable and links can be clicked
    for more information please take a look at Registering a label and Set the text of a registered label

[close]

http://www.qownnotes.org/
Titel: QOwnNotes v17.05.3
Beitrag von: SiLæncer am 10 Mai, 2017, 06:12
Changelog

removed a gray area under the note edit widget (glitch from version 17.05.2)
you can now reduced the height of the scripting widget and the log widget down to 10 pixel
you can now reduced the height of the note tag widget until the buttons are reached
added more Italian, Brazilian Portuguese, Polish, Spanish and German translation (thank you mlocati, mlimacarlos, lucjan and richarson)

[close]

http://www.qownnotes.org/
Titel: QOwnNotes 17.05.4 Build 2939
Beitrag von: SiLæncer am 14 Mai, 2017, 10:00
Changelog

scripting function registerCustomAction now got a new parameter to hide the button of the custom action in the toolbar

    for more information please take a look at the registerCustomAction documentation

fixed a problem with tag cases for cyrillic tags (for Issue #579)
fixed a warning when tagging a note with the same tag twice
added more Czech and French translation (thank you jkalousek and lepascalou)

[close]

http://www.qownnotes.org/
Titel: Notepad++ 7.4
Beitrag von: SiLæncer am 15 Mai, 2017, 05:20
(http://s26.postimg.org/sa3ge0uxl/screenshot_47.png)
Notepad++ is a tabbed source code editor and Notepad replacement with a customizable interface. It is one of the few few source code editors that supports "folding," allowing users to quickly reduce and expand sections of code to see the overall document. In addition, it features multi-language syntax highlighting, auto-completion, regular expression search/replace, macro recording and playback, etc. The program can access a long list of plug-ins via an easy-to-access menu with even more features and functions.

License: GPL

Changelog


    Add document peek feature (while mouse hovering on tab).
    Add peek on document map feature.
    Fix issue with clicking links in html/js/asp/php.
    Fix folding vertical line loses colour after changing folding style via Preference dialog.
    Enhance folding feature (multi-line quotes) for python.
    Improve certificate verifying method.
    Fix issue of losing syntax highlighting while changing file extension (by "save as").
    Enhance the UI of "Windows" dialog (Menu "Window->Windows...") for sorting.
    Apply the new file custom encoding (Unicode or not) while opening an empty content file.
    Improve whitespace visibility while the visualization of whitespace is activated.
    Support RTL for header and footer printing.
    Add a warning message for launching folder as Workspace while both files and folders are dropped in Notepad++.
    Drag and dropping tabs is possible in multi-line tab mode.
    Fix issue of right clicking on multiline tabs.
    Add new moving tabs with mouse wheel feature (SHIFT + Mouse Wheel)
    Fix text on active tabs (multi-line mode) being clipped problem.
    Fix regression for saving session file (for session file extension, if set).
    Enhance saving workspace file by adding workspace file extension (if set).
    Fix change.log always opened issue.

[close]

http://notepad-plus-plus.org/
Titel: RJ TextEd 12.10
Beitrag von: SiLæncer am 15 Mai, 2017, 19:15
(http://images.six.betanews.com/screenshots/scaled/1187014627-1.jpg)
RJ TextEd - A Unicode source and text editor. RJ TextEd is a full featured text and source editor with Unicode support, syntax highlighting and code folding. The functionality extends beyond text files and includes support for HTML editing with integrated preview, spell checking, auto completion, HTML validation, templates and more. The program also include support for Topstyle Lite CSS editor, has a dual pane file commander, as well as a FTP client to upload your files. The editor uses language files to display menus and dialogs in different languages. There are several included languages. New language files can easily be created in the editor. RJ TextEd is also a simple web development tool. The editor can use auto completion and hints to assist you in editing your source code. You can preview HTML/ASP/PHP... code using one of the preview tabs or open a document in a browser. The editor does not only handle source code. It also handles true ASCII files, binary files and of course plain text files.

Licence: Freeware

Changelog

Scalable Vector Graphics (SVG)

Created a new highlighter to handle SVG files and SVG code inside HTML.

    Tags, attributes and values are highlighted.
    Style and script blocks inside SVG objects are highlighted properly.
    Auto completion works with both SVG tags and SVG attributes.
    Tag highlighting when text cursor is inside a tag.

To handle SVG in HTML documents you don't have to do anything. It should work out of the box.

To handle SVG files - you need to enable the SVG highlighter in "Addons".

XML

Attributes now have there own colors and can be changed using the theme manager.

Bash

Made some changes to the bash highlighter. It should handle comments, variables and parameter expansions better now.
Fold marker {...}

It's now possible to change the appearance of the fold marker that appear to the right of folded code. You can change background color, text color and style. The appearance depends on whether or not you've set the background color.

With no background color set (transparent) you get a rectangle with ... inside. You can change the color of the rectangle and the dots (...). You can make the rectangle frame wider and dots slightly larger by setting the style to bold.

With background color set the marker is drawn with dots inside curly braces {...}. You can change the background and foreground colors and change the style to bold, italic or underlined.

Log-file monitoring

Added new items in the document tab menu to enable monitoring of log-files. When monitoring is enabled, all lines added to the log-file will be added to the open document.

The follow tail option is turned on by default. When enabled the editor will jump to the end of the document as new lines are added.

Use the highlighter options to add keywords to look for on each line. If found - the entire line will be highlighted using the settings you specify.

Multiple cursor mode

Using multiple cursors or selections is now indicated in the status bar. The "Row" panel changes color and the number of cursors are displayed within parenthesis.

If you click on the highlighted status bar panel - you exit multiple cursor mode and return to single cursor mode operations.
Command line option (/MONITOR)

Added a command line switch to enable log-file monitoring using the command line.
E.g. TextEd.exe /MONITOR F:\MyLogFile.log

Undo

Text is re-selected after you've overwritten or deleted a selection and press undo.
Document tabs

Changed the color of the close button. The hot color and drawing was changed as well.

Changed the frame color used in the change indicator.

Join lines

Changed the behavior of join lines. All unnecessary spaces between lines are now removed. If you prefer the old behavior, you can use join lines (prompt for options) or Format - Unwarp lines...
Compress lines/Delete blank lines/Delete redundant blank lines

All functions in the title now remove lines containing white spaces as well as empty lines.

    Compress lines remove unnecessary blank lines to compact the text. Including single blank lines.
    Delete blank lines remove all blank lines.
    Delete redundant blank lines reduce blank lines to just one if a block of several blank lines are found.

Misc visual changes

Several visual changes was made in this release.

    The "Home" page has been redesigned.
    The help toolbar on "Home" can be hidden using a menu switch (View - Bars - Show help toolbar on "Home").
    Made some changes in HTML preview tabs.
    Internal browsers now have icon and title in the window title field.
    Made some visual changes in Themes manager.
    Made several visual changes in Addons and moved spell options to "Options".

Misc

    Several speed optimizations.
    Compiled using a newer Delphi version.
    Right margin can now have values below 16 when word wrap is turned off.
    Minor changes to the HTML syntax files (highlighter).

Fixed

    Open multiple files using double click and pressing SHIFT/CTRL in Explorer panel.
    Updated the JSON highlighter.
    Edit right margin value in options.
    Some high DPI issues.
    Some issues in the project panel.
    RTL Edit issue.
    Print HTML code containing style and script tags (multi highlighter issues).
    Export HTML code to HTML/RTF containing style and script tags (multi highlighter issues).
    XML URL draw issues.
    Issue with highlighting of matching braces (ASP/VB...).
    Issue with select brace enclosed (ASP/VB...).

[close]

http://www.rj-texted.se
Titel: CudaText 1.8.6.0
Beitrag von: SiLæncer am 16 Mai, 2017, 06:13
Whats new:>>

fixes for Windows high-dpi (dialogs, toolbar btns, folding icons)
api

http://www.uvviewsoft.com/cudatext/
Titel: QOwnNotes v17.05.5
Beitrag von: SiLæncer am 17 Mai, 2017, 05:45
Changelog

you can now access the new script repository from a new button Search script repository in the scripting settings

    in the new script repository dialog you can search for scripts from the repository and install them
    more features and scripts will be added in the coming releases

added more Chinese, Dutch and Hungarian translation (thank you chonghua and Fabijenna)

[close]

http://www.qownnotes.org/
Titel: Atom 1.18.0 Beta 0
Beitrag von: SiLæncer am 17 Mai, 2017, 09:16
Changelog

All new Git and GitHub Integration
Improved tokenizing performance via oniguruma caching
Correctly launch Atom from Windows Subsystem for Linux
Added an option to always restore previous session
Added settings for showing context in find-and-replace
Improved suggestions in autocomplete-html

[close]

https://atom.io/
Titel: openElement 1.57 R9
Beitrag von: SiLæncer am 17 Mai, 2017, 17:46
(http://images.six.betanews.com/screenshots/scaled/1364418025-1.jpg)
openElement is a powerful next-gen HTML editor for creating websites suitable for any need: personal, showcase, gallery, organization, corporate, etc. A professional and dynamic website is within reach to anyone with zero coding.

openElement includes numerous website templates and elements to quickly and easily create your free website without any prior knowledge or programming experience.

Freeware

http://openelement.com/
Titel: Notepad++ 7.4.1
Beitrag von: SiLæncer am 18 Mai, 2017, 09:08
(http://s26.postimg.org/sa3ge0uxl/screenshot_47.png)
Notepad++ is a tabbed source code editor and Notepad replacement with a customizable interface. It is one of the few few source code editors that supports "folding," allowing users to quickly reduce and expand sections of code to see the overall document. In addition, it features multi-language syntax highlighting, auto-completion, regular expression search/replace, macro recording and playback, etc. The program can access a long list of plug-ins via an easy-to-access menu with even more features and functions.

License: GPL

Changelog

1.Fix Notepad++ hanging issue on start up due to its connection on Internet.
2.Fix the opened zero length file not saving bug.
3.Improve Document Peeker performance issue for large files.

[close]

http://notepad-plus-plus.org/
Titel: QOwnNotes v17.05.6
Beitrag von: SiLæncer am 18 Mai, 2017, 16:00
(http://s26.postimg.org/hfer16hsp/screenshot_106.png)
QOwnNotes is a text editor / notepad replacement with markdown support and todo list manager. The program supports themes, keyboard shortcuts, syntax highlighting, and encryption. Includes available nested file list, tags, search, and more. Optionally works with the notes application ownCloud or Nextcloud.

Cross-platform with clients available for Mac and Linux.

License:    GPL

Changelog

the Add script button in the Scripting settings is now a button group where you can add local scripts and scripts from the script repository
if the script in the Scripting settings was from the script repository additional information from the repository will be shown
the example script will now be ignored in the script repository
the authors of the scripts in the script repository are now shown in the Script repository dialog and the Scripting settings (if the information was available at the time of script installation)
added more Italian and Brazilian Portuguese translation (thank you mlocati and mlimacarlos)

[close]

http://www.qownnotes.org/
Titel: QOwnNotes v17.05.7
Beitrag von: SiLæncer am 20 Mai, 2017, 09:30
Changelog

tried to fix a design glitch with the Add script button menu in the script settings on non-highdpi displays
you can now register settings variables in scripts

    this allows you to let the user configure your script in the script settings
    currently there are settings types for string, text, integer and file
    take a look at the example at variables.qml to understand how this all will work
    a lot of new useful scripts were added to the script repository, which now can be configured with the script settings variables

scripts in the script repository can now use the minAppVersion property to state what the minimum version of QOwnNotes has to be for the script to run

    for an example please take a look at info.json

there now are two new menu entries in the main menu to open the script settings and to search for scripts in the script repository
you can now print your note preview or export it as pdf even if the preview is turned off (for Issue #587)
added more Italian and Spanish translation (thank you mlocati and richarson)

[close]

http://www.qownnotes.org/
Titel: Jarte v6.0
Beitrag von: SiLæncer am 20 Mai, 2017, 18:45
(http://s26.postimg.org/chwaz5bfd/screenshot_917.jpg)
Jarte is a word processor that uses Window's built-in word processing engine while adding many features missing in WordPad. It supports text files, RTF, DOC and DOCX file formats. Features include tabbed document interface, spell check, clipboard manager, bookmark support, visual header/footer designer, multi-level undo/redo etc.

License:  Freeware

Changelog

New Features and Enhancements:

    Jarte Plus now facilitates automation of common tasks via use of AutoHotkey scripts. You can create your own scripts and assign them to custom shortcut keys or to custom Quick Bar buttons.
    Templates now support special tags used to insert the current date, insert the current clipboard contents, position the text cursor at a desired position, and run AutoHotkey scripts.
    Jarte's Quick Bar now automatically squeezes buttons in the Quick Bar closer together when the program window is not otherwise wide enough to display all of the buttons. This behavior can be disabled in Quick Bar's advanced configuration dialog.
    Jarte's Quick Bar now supports button dividers to help better organize buttons.
    Quick Bar buttons now display hint windows when option Show Hints is enabled.
    Paragraph heading styles can now be applied by going to the paragraph styles menu.
    Selected text can now be tagged with a note hyperlink. Hovering over the link, or Ctrl+clicking the link, displays the note.
    Jarte now includes a Portuguese (Brazilian) spelling dictionary.
    Jarte now allows you to choose which custom spelling dictionary (if there is more than one available) to which you would like to add a word that has been flagged as misspelled. In addition, you can assign a custom shortcut key to new command "Add to Spelling Dictionary" to add any currently selected word to a custom spelling dictionary.
    The Ctrl+Backspace shortcut key activates new command "Go to Last Edit" which moves the text cursor back to the position of the most recent modification in the current document.
    A choice of font colors can now be applied to text when Jarte is in screen reader mode.
    Document tabs can now be sorted.
    Jarte's status bar now contains an icon that indicates if the current document has an attached note. Clicking the note icon in the status bar displays the note.
    Jarte's file Open and file Save dialog windows have now been updated to the same modern style used by most other programs.
    New option Enable Typing Sounds directs Jarte to emit typewriter sound effects as you type.
    Advanced setting Single Instance Only is introduced to allow users to disable the ability to open multiple instances of Jarte simulataneously.
    The Scroll Lock key is now disabled by default. This was done because few users make use of scroll lock and it causes a lot of confusion when it is inadvertently toggled on. Users who want to use the Scroll Lock key in Jarte need to modify advanced setting Allow Scroll Lock.
    Advanced setting Disable Overwrite Mode is introduced to allow users to disable the action of the Insert key in Jarte (i.e., prevent Jarte from entering overwrite mode when the Insert key is toggled).
    Advanced setting Web Browser Path is introduced to direct Jarte to use a web browser other than the default browser when a hyperlink is activated. It can also be used in conjuction with new advanced setting Web Browser Params which is useful for speciying browser profiles on portable drives.
    New advanced setting Silent Reload is introduced to disable the "Do you want to reload this file?" prompt that appears when a file currently open in Jarte is modified by another program.
    The Swap Views command is now available to be assigned to custom shortcut keys and custom Quick Bar buttons.
    Jarte Plus' quick reference card PDF file can now be accessed from the Help menu in Jarte Plus.
    Other minor enhancements.


Bug Fixes:

    A change in the NVDA screen reader program was causing Jarte to occasionally display an error when closing a document. An adjustment has been made to Jarte to prevent NVDA from causing that error.
    Performing a WordWeb dictionary lookup when WordWeb was not running caused an erroneous message to appear.
    If two images appeared together in a document then one of the images would be flagged as a misspelling during spell check.
    There were scenarios where Jarte would display a superfluous error message if the American spelling dictionary was not present.
    The anchor text of a hyperlink could not be changed via the Edit Hyperlink dialog window.
    There were scenarios where Jarte's file Save dialog window did not default to using a file's existing file name extension.
    Other minor bug fixes.

[close]

http://www.jarte.com/index.html
Titel: QOwnNotes v17.05.8
Beitrag von: SiLæncer am 21 Mai, 2017, 10:00
Changelog

instead of importing com.qownnotes.noteapi and com.qownnotes.tagapi in your scripts you now only need to import QOwnNotesTypes
there now are new scripting functions fromNativeDirSeparators, toNativeDirSeparators and dirSeparator to work with native file paths

    for more information please take a look at the scripting documentation

you can now use the property list resources in your info.json in the script repository to specify further files that are present in your script's directory and that should be downloaded to be used by your script

    you can use this for example for other scripts you want to run or for icons in custom actions
    for example code please take a look at selected-markdown-to-bbcode

if you register a property string scriptDirPath; in your script the property will be filled with the path to the directory where your script is located

    you can use this for example to access other files that are located in your script's directory

[close]

http://www.qownnotes.org/
Titel: Text Editor Pro v1.1.2
Beitrag von: SiLæncer am 22 Mai, 2017, 13:12
(http://s26.postimg.org/8fepd5amx/screenshot_187.png)
Text Editor Pro (formerly EditBone) is a powerful text editing tool that comes with syntax highlighting support for over 50 languages and scripts, customizable with over 100 options, 29 ready made styles, a handy file comparison feature, unicode character map, numerical unit convert tool, SQL formatter, and support for multiple directories and search results.

Freeware

Changelog

- Fixed check for updates to support installer
- Fixed find in files
- Fixed go to line
- Fixed output reading
- Fixed text entry mode
- Fixed title bar flickering
- Fixed language files
- Optimized directory control
- Updated AlphaSkins controls v12.07 - http://www.alphaskins.com/

[close]

http://texteditor.pro/
Titel: RocketCake 1.5
Beitrag von: SiLæncer am 22 Mai, 2017, 13:50
(http://s26.postimg.org/lvm5ouas9/screenshot_810.jpg)
RocketCake is a free web editor for creating responsive websites for beginners and professional web developers. No programming needed.

Freeware

Changelog

Simple image reloading

There is now a new command for reloading all the used images from disk. Use the menu File -> Reload all images for this.

Built-in Password protection

You can now easily password protect your webpages by adding the "password protection" element onto your page. You can add an unlimited amount of users and passwords for those. There is also a new tutorial showing how to use this new feature.

Improved HTML Code Generation

Generated HTML Code now looks much nicer structured at several places.

New free Templates

Added a lot of new free website templates: For restaurants, hotels, consultants, and more.

Better slide show

The slide show element now is a lot more flexible and easier to use. It has a new default image adjusting mode: 'Cover'. It adjusts the scale of the shown image always according to width or height automatically, so that no gap is shown. That way, you don't need any breakpoints for your slideshow to make them look good on very small screens, they will always look nicely.
In order to make it adjust to the aspect ratio of the image, you can also use the 'auto' property for its height.

Lots of other, smaller improvements

    It is now possible to quickly move the cursor in the text between words by holding down control while pressing the cursor keys
    It is now possible to copy and paste website pages using the clipboard
    Most templates now also have sub pages and are easier to customize.
    The editor now only asks for confirmation when you close it when there are unsaved changes.
    The heading number can now be adjusted in the property window for heading elements
    Fixed a bug causing heading numbers not to be set correctly when copying and pasting

[close]

http://www.ambiera.com/rocketcake/index.html
Titel: TEA 44.0.0
Beitrag von: SiLæncer am 22 Mai, 2017, 18:15
(https://s26.postimg.cc/h1i60dicp/screenshot_255.png)
TEA is a graphical text editor. Its name is an acronym for Text Editor of the Atomic Era. It is designed for low resource consumption, a wide range of functions and adaptability.

License: GPLv3

Changelog

NOTE FOR PACKAGE MAINTAINERS: from v. 44, TEA qmake project file uses new installation PREFIX format, without the trailing "bin". I.e., the default PREFIX was: "/usr/local/bin", now it is "/usr/local", and qmake-project file adds "bin" internally.
To preserve the compatibility with older stuff, TEA qmake project file as usual can accept PREFIX with "bin" at the end, and then shorten it internally.
So, for newly-written package config use prefixes like "/usr/share", not "/usr/share/bin". But old prefixes are also valid.
By the way, "qmake install" now installs tea.desktop file to $$PREFIX/share/applications, and tea binary to $$PREFIX/bin. tea.desktop allow file managers such as Krusader or Nautilus to show TEA at "Open with" context menu.
And now for something completely different...
TEA 44 has a long-awaited block selection mode (see the Edit section at the Manual). Due to TEA architecture vertical selections are almost obsolete and can be used just for Cut/Copy/Paste, you cannot use the text processing functions with them.
cliptpl.txt file can be used to format clipboard pieces captured at the storage file New menu "Fm - Multi-rename" with several functions for flexibly renaming of the selected files. There are: Zero pad file names, Delete N first chars at file names, Replace in file names, Apply template.
"Functions - Math" menu has two new items, "deg min sec > dec degrees" and "dec degrees > deg min sec" to convert geographical coordinates between formats.
The big changes at TEA single-application mode, i.e. when TEA runned from the command line opens all files at tabs, not in the multiply instances (TEA windows). In the past, this mode works well with KDE only. Now it works with any desktop environment and OS, excluding OS/2.
And another news - here is my new public domain music album "Konetc Detstva" ("The End Of Childhood"), written completely at Linux/Ardour

[close]

http://semiletov.org/tea/
Titel: CudaText 1.9.0.0
Beitrag von: SiLæncer am 23 Mai, 2017, 05:41
(http://s26.postimg.org/orql8dkpl/screenshot_257.png)
Create programming scripts with this powerful tool that supports more than 130 languages and allows users to work concurrently on as many as six groups of projects.

Freeware

Changelog

distraction-free mode
added option "ui_fullscreen" with new values
removed option "ui_fullscreen_hide"
option "margin" changed default to 2000 (ie, hide)
fixed: Win10 old issue when 2nd app instance cannot popup to front
api

[close]

http://www.uvviewsoft.com/cudatext/
Titel: QOwnNotes v17.05.9
Beitrag von: SiLæncer am 23 Mai, 2017, 13:35
Changelog

added information about enabled scripts to the Debug settings
now information about the currently installed version of the script will be shown in the Script repository if the script is already installed
you can now also reinstall or update your scripts in the Script repository
the user interface of the Scripting settings was adapted to make the entering of script settings more clear
fixed a problem with automatically setting the name of a local script in the Scripting settings
added more German, Brazilian Portuguese and Spanish translation (thank you bigant, mlimacarlos and richarson)

[close]

http://www.qownnotes.org/
Titel: Jarte 6.1
Beitrag von: SiLæncer am 23 Mai, 2017, 18:45
Changelog

Bug Fixes:

Attempts to display the new modern style file Open and Save dialog windows in version 6.0 caused Jarte to crash on PCs that use multiple monitors.
Some characters were not being displayed correctly in Jarte 6.0's new note hyperlink feature. The characters affected were accented characters and certain symbol characters that do not appear on US keyboards.

[close]

http://www.jarte.com/index.html
Titel: QOwnNotes v17.05.10
Beitrag von: SiLæncer am 24 Mai, 2017, 06:10
Changelog

fixed duplication of script settings variables in the in the Scripting settings (for Issue #536)
moved the qml path settings above the script variable settings in the Scripting settings
added more Italian, Brazilian Portuguese and Dutch translation (thank you mlocati, mlimacarlos and dmattijssen)

[close]

http://www.qownnotes.org/
Titel: Kate 17.04.1
Beitrag von: SiLæncer am 24 Mai, 2017, 13:45
(http://s26.postimg.org/s465ju61l/screenshot_93.png)
Text editor that features support for a wide variety of programming languages, syntax highlighting and scripts, which also provides you with an extensive configuration window.

License : GPL

Whats new:>>

This release includes, besides bug-fixing and features, an update to the search in files plugin. The search-while-you-type in the current file should not “destroy” your last search in files results as easily as previously. The search-combo-box-history handling is also improved.

https://kate-editor.org/
Titel: Atom 1.18.0 Beta 1
Beitrag von: SiLæncer am 25 Mai, 2017, 17:45
(http://s26.postimg.org/6bt5lin89/screenshot_265.jpg)
A powerful and flexible application that works as a text and source code editor with syntax highlight, or alternately as a file viewer.

MIT License

Changelog

Atom Core - v1.18.0-beta0...v1.18.0-beta1:

atom/atom#14424 - ⬆ github@0.0.10
atom/atom#14485 - Fix exception when starting to drag text
atom/atom#14553 - Don't snapshot the iconv-lite module, fixing Unable to switch the encoding
atom/atom#14460 - Fix ability to activate next/previous pane in a dock
atom/atom#14621 - :arrow_up: github@0.2.0
atom/atom#14427 - Fix the atom:// URL handler for real (with tests this time)
atom/atom#14420 - Don't show restore dialog for non-editor dock items

fuzzy-finder - v1.5.6...v1.5.8:

atom/fuzzy-finder#297 - Show matches correctly when useAlternateScoring is true

github - v0.0.9...v0.2.0:

atom/github#805 - Trim deps and move some to devDeps
atom/github#817 - Don't upload crashdump on AppVeyor failures
atom/github#829 - Handle renamed buffers and unnamed buffers in WorkspaceChangeObserver
atom/github#838 - Implement quick fixes for submodules
atom/github#831 - wrap file names in list
atom/github#807 - Building on Node 6+
atom/github#840 - Make babel dependencies dev dependencies
atom/github#847 - Choose the active context by the active item in the workspace center
atom/github#850 - Make transpilation deps regular dependencies
atom/github#853 - File patch selection and context menu interaction
atom/github#851 - Implement status bundle to reduce shell outs
atom/github#859 - Fix regexp for GSOS#getRemotes
atom/github#862 - Don't search parent directories for .babelrc when transpiling
atom/github#860 - Support gitdir files
atom/github#863 - Invalidated head description upon file system change

notifications - v0.67.1...v0.67.2:

atom/notifications#157 - Adding fix for bug with having new lines as part of title.

tree-view - v0.217.0-7...v0.217.1:

atom/tree-view#1056 - Make the tree view a dock item
atom/tree-view#1111 - Expand to full width/height

update-package-dependencies - v0.11.0...v0.12.0:

atom/update-package-dependencies#16 - Resolve merge conflicts with #9 (use notification for success or error)

[close]

https://atom.io/
Titel: CudaText 1.9.1.0
Beitrag von: SiLæncer am 25 Mai, 2017, 20:00
(http://s26.postimg.org/orql8dkpl/screenshot_257.png)
Create programming scripts with this powerful tool that supports more than 130 languages and allows users to work concurrently on as many as six groups of projects.

Freeware

Whats new:>>

+ finder: replace-all made much faster (note: when confirmation is on, you will see unchanged text, it will replace later)
- finder: count-all must find w/o overlaps (non-regex mode)
+ api

http://www.uvviewsoft.com/cudatext/
Titel: Atom 1.18.0 Beta 2
Beitrag von: SiLæncer am 26 Mai, 2017, 09:30
(http://s26.postimg.org/6bt5lin89/screenshot_265.jpg)
A powerful and flexible application that works as a text and source code editor with syntax highlight, or alternately as a file viewer.

MIT License

Changelog

Fixes:

Find in current buffer' returns no results - atom/find-and-replace#901

[close]

https://atom.io/
Titel: SciTE 3.7.5
Beitrag von: SiLæncer am 26 Mai, 2017, 12:15
(http://s26.postimg.org/grtf9e7x5/screenshot_191.png)
Editor mit Syntax-Highlighting, Auto-Completion, Folding und vielem mehr...

Lizenz: Open Source

Changelog

Support dropped for Microsoft Visual C++ 2013 due to increased use of C++11 features.
Added a caret line frame as an alternative visual for highlighting the caret line.
Added "Reverse Selected Lines" feature.
SciTE adds "Select All Bookmarks" command.
SciTE adds a save.path.suggestion setting to suggest a file name when saving an unnamed buffer.
Updated case conversion and character categories to Unicode 9.
The Baan lexer recognizes numeric literals in a more compliant manner including hexadecimal numbers and exponentials.
The Bash lexer recognizes strings in lists in more cases. Bug #1944.
The Fortran lexer recognizes a preprocessor line after a line continuation &. Bug #1935.
The Fortran folder can fold comments. Bug #1936.
The PowerShell lexer recognizes escaped quotes in strings. Bug #1929.
The Python lexer recognizes identifiers more accurately when they include non-ASCII characters.
The Python folder treats comments at the end of the file as separate from the preceding structure.
The YAML lexer recognizes comments in more situations and styles a "..." line like a "---" line. Bug #1931.
Update scroll bar when annotations added, removed, or visibility changed. Feature #1187.
Canceling modes with the Esc key preserves a rectangular selection. Bug #1940.
Builds are made with a sorted list of lexers to be more reproducible. Bug #1946.
On Cocoa, a leak of mouse tracking areas was fixed.
On Cocoa, the autocompletion is 4 pixels wider to avoid text truncation.
On Windows, stop drawing a focus rectangle on the autocompletion list and raise the default list length to 9 items.
SciTE examines at most 1 MB of a file to automatically determine indentation for indent.auto to avoid a lengthy pause when loading very large files.
SciTE user interface uses lighter colours and fewer 3D elements to match current desktop environments.
SciTE sets buffer dirty and shows message when file deleted if load.on.activate on.
SciTE on Windows Find strip Find button works in incremental no-close mode. Bug #1926.

[close]

http://www.scintilla.org/SciTE.html
Titel: PilotEdit Lite 10.5.0
Beitrag von: SiLæncer am 27 Mai, 2017, 14:40
(http://www.pilotedit.com/images/OpenInQuickMode.PNG)
PilotEdit is a text, hex, XML, C/C++, HTML, PHP, Java, Javascript and Perl editor that can edit large files of 400GB (40 billion lines).

It offers customizable syntax and keyword highlighting, advanced search and replace operations, automatic text encoding, 256-bit AES encryption/decryption and a built-in FTP/SFTP client lets you open, edit, download and upload large files directly to/from a FTP/SFTP server.

In addition to standard text editing features, PilotEdit can compare and merge two large files of 100GB (10 billion lines). You can also sort, find/remove duplicate lines and extract strings over a large file of 1GB.

Freeware

Whats new:>>

Improvements over serial number verification.

http://www.pilotedit.com/
Titel: QOwnNotes v17.05.11
Beitrag von: SiLæncer am 28 Mai, 2017, 08:30
(http://s26.postimg.org/hfer16hsp/screenshot_106.png)
QOwnNotes is a text editor / notepad replacement with markdown support and todo list manager. The program supports themes, keyboard shortcuts, syntax highlighting, and encryption. Includes available nested file list, tags, search, and more. Optionally works with the notes application ownCloud or Nextcloud.

Cross-platform with clients available for Mac and Linux.

License:    GPL

Changelog

the full integer range of values can now be selected in the number selector in script variables in the Scripting settings (for Issue #536)
fixes in the QOwnNotes.desktop file were made by @chronitis (thanks a lot)
added more Hungarian translation (thank you vaganyik)

[close]

http://www.qownnotes.org/
Titel: Flashnote v4.8
Beitrag von: SiLæncer am 28 Mai, 2017, 19:40
(http://softvoile.com/flashnote/pictures/flashnotesmall.gif)
Flashnote is an intuitive and lightweight application designed to help you create notes. It comes in handy for all users who need to write something down quickly, as the primary panel can be accessed by simply pressing a shortcut-key combination.

Freeware

Whats new:>>

Added support for data synchronization between computers using cloud services like Dropbox, OneDrive, etc. Use Options -> Database -> Clone and Switch in order to move your database to the corresponding folder. For portable users: don't try to move the whole program folder into Dropbox, only the database file!

Please note that this version does not support Windows XP\Vista.

http://softvoile.com/flashnote/
Titel: QOwnNotes v17.05.12
Beitrag von: SiLæncer am 29 Mai, 2017, 09:14
Changelog

a lot of work was done by @derboblan for the note list, tag tree and note subfolder panel, a big thank you for that (for Issue #369)

    there now is a new page Panels in the Settings dialog
    you can configure the sort order of the note list, tag tree and note subfolder panel
    sorting tags by last use is now possible
    counting used tags in sub folders was also fixed
    there are options to hide the search bar for tags and note subfolders
    for note subfolders there are options to show the root folder name, to display the note subfolders as tree with a root element and to show the full path in the tree

[close]

http://www.qownnotes.org/
Titel: QOwnNotes 17.05.13
Beitrag von: SiLæncer am 29 Mai, 2017, 20:00
Whats new:>>

the Evernote import now supports tagging (for Issue #592)
added more Italian, Brazilian Portuguese and Spanish translation (thank you mlocati, mlimacarlos and richarson)

http://www.qownnotes.org/
Titel: EditPad Lite 7.6.1
Beitrag von: SiLæncer am 30 Mai, 2017, 12:19
(http://www.editpadpro.com/screens/editpadlite.png)
EditPad Lite is a general-purpose text editor, designed to be small and compact, yet offer all the functionality you expect from a basic text editor. EditPad Lite works with Windows NT4, 98, 2000, ME, XP and Vista.

Freeware

Changelog

Improvement:
•Tip of the day is no longer shown at startup when automatic news is shown at startup.

Bug fixes:
•Go|Next/Previous Editing Position now clears the selection when selections are not persistent.
•Proxy server settings were not saved (7.6.0 only).

[close]

http://www.editpadpro.com/editpadlite.html
Titel: Open Live Writer 0.6.2.0
Beitrag von: SiLæncer am 30 Mai, 2017, 13:48
(http://s26.postimg.org/i36qfxr89/screenshot_795.jpg)
Open Live Writer is a powerful, lightweight blog editor that allows you to create blog posts, add photos and videos then publish to your website.

MIT License

Changelog

    Bug fixes:

    Error: Can't Publish Files- The remote server returned an error: (501) Not Implemented
    Blogger dynamic templates
    Fixed WordCounter regex to support Hebrew/Arabic
    Support atompub service link with relative url
    Adding new intillesense db file to gitignore. Minor annoyance

    Improvements:

    Several NuGet packages should be updated

    Features:

    Fix scaling of categories dropdown and options dialog
    Implement per-monitor DPI Support
    Add support to CSS3 templates


[close]

http://openlivewriter.org/
Titel: QOwnNotes 17.05.14
Beitrag von: SiLæncer am 31 Mai, 2017, 04:46
Changelog

when moving or copying notes to an other note subfolder tagging information will now be restored (for Issue #595)
you can now use the shortcut Ctrl + ⇧ + E to insert a file attachment into the current note (for Issue #419)

    the file will be copied to an attachments folder in the current note folder (note subfolders don't have their own attachments folder) and a text link will be created in the note
    the new attachments folder will be ignored in the note subfolder tree
    you can also drag and drop files into the note, they will be inserted as attachment if they are not an image or a note file
    a space character will be added in front of the attachment link if there was no space or new line in front of the current cursor position

the Evernote import now optionally supports importing file attachments (for Issue #552)

    attachments in enex files that don't contain correct information about where they are placed inside the text are imported at the end of the text

[close]

http://www.qownnotes.org/
Titel: FocusWriter 1.6.5
Beitrag von: SiLæncer am 31 Mai, 2017, 05:00
(http://s26.postimg.org/9wb0ptx5l/screenshot_567.jpg)
FocusWriter hilft Vielschreibern beim Verfassen von Texten. Die Textverarbeitung blendet alle Menüs und Leisten aus. So kann man sich beim Schreiben voll und ganz auf das Wesentliche konzentrieren.

Der Vollbild-Texteditor FocusWriter zeigt als Oberfläche absichtlich lediglich den blanken Text. Daher gelingt es leichter, störungs- und ablenkungsfrei zu schreiben. Auf Wunsch kann man auf zusätzliche Steuerelemente zugreifen und diese per Maus über die Bildschirmränder abrufen.

Außerdem kann bei FocusWriter eine Statuszeile mit der aktuellen Uhrzeit, einem Timer und Statistiken eingeblendet werden. Das geplante Arbeitspensum legt der Schreiber in den Einstellungen in Minuten oder Wörtern fest. Textart und -farbe werden hier ebenfalls ganz nach Wunsch bestimmt.

Mit FocusWriter können mehrere Dokumente parallel bearbeitet werden. Ein Speichern erfolgt im RTF-, ODT- oder TXT-Format. Standardmäßig zeigt die Freeware einen einfarbigen, nüchternen Hintergrund. Wer die Arbeitsumgebung etwas freundlicher und abwechslungsreicher gestalten möchte, kann die Farbe ändern und auch ein eigenes Bild als Hintergrund einblenden.

FocusWriter enthält alle Grundfunktionen einer Textverarbeitung inklusive Textformatierungen, einer Rechtschreibprüfung und dem Suchen und Ersetzen von Wörtern und Textausschnitten. Die Freeware spricht vor allem den Vielschreiber an, der sich allein auf den Text konzentrieren möchte.

Changelog

FIXED: Data loss when program crashed
Updated included hunspell
Updated dictionaries
Translation updates: Greek, Swedish

[close]

http://gottcode.org/focuswriter/
Titel: QOwnNotes 17.06.0
Beitrag von: SiLæncer am 31 Mai, 2017, 21:20
Changelog

you can now cycle through text cases of the selected text instead of just toggling uppercase and lowercase with the shortcut Ctrl + ⇧ + U (for [Issue #396](https://github.com/pbek/QOwnNotes/issues/396)) - you now can also use *proper case* and *sentence case* - this was superbly done by @quailiff, a big thank you
more styling for links and <kbd> tags in various labels and text-browsers was now done to fix problems with operating systems that don't set default colors fitting to be used in dark mode (for Issue #597)
added more Italian, Brazilian Portuguese and French translation (thank you mlocati, mlimacarlos and lepascalou)

[close]

http://www.qownnotes.org/
Titel: QOwnNotes 17.06.1
Beitrag von: SiLæncer am 01 Juni, 2017, 21:20
Whats new:>>

the Evernote import now supports importing file attachments with the correct placement in the note (for Issue #552)
    the placement of imported images was also improved
added more Italian and German translation (thank you mlocati and bigant)

http://www.qownnotes.org/
Titel: DocPad 19.0
Beitrag von: SiLæncer am 02 Juni, 2017, 13:42
(http://images.six.betanews.com/screenshots/scaled/1238008675-1.jpg)
Erweiterter Text-Editor als Alternative zu Notepad; bietet unter anderem eine Rechtschreibprüfung, eine anpassbare Toolbar sowie die Möglichkeit, Makros zu verwenden.

Freeware

Changelog

When no document is opened, the window interior now displays a "Welcome Panel". This contains a list of recently opened documents on the left, and some tool buttons on the right. This helps you get to work quicker.
Added the "Preferences" dialog, which appears on the Options menu. Some options from the Options menu have been moved there. Added a new option to control the Line Spacing.
The file size is now reported on the Status Bar.
Block selection: Paste: instead of deleting the selection, the selection is replaced on a line-by-line basis with the clipboard text. Or, if the clipboard only contains one line, that line will replace each line in the selection.
Drag and drop: an excerpt of the selected text is now shown beneath the mouse cursor as it moves. Previously the word "Text" inside a balloon appeared beneath the mouse cursor.
Added the ability to disable support for multiple lines in the search/replace tool that was added in version 18.0. The advantage to searching for single line text is that there is a drop-down list of the search history, and the Enter key will start the search.
Discard Paragraphs Containing: added the ability to discard paragraphs that don't contain a specified string.
Added the /dold command line switch, which will suppress the "Auto-Open Last Document" feature.
When an unrecognized hotkey is pressed, an error is now reported on the Status Bar.
Upon launching DocPad for the first time, the user is now prompted to choose a skin, font, and zoom factor.
An example document is now installed.
Open Nonstandard File: on the second dialog, the displayed filepath now supports unicode.
The "Associate File Type" tool is no longer permitted if DocPad is installed on a portable drive.
The "Help" menu option now goes to the Introduction, not the Cover Sheet.
Fixed: when pasting unicode into an empty document, the document was automatically switching to unicode correctly, however the Character Map toolbar icon was not changing its appearance.
Fixed: if a DocPad instance is locked up for some reason, trying to open a file in another instance will cause it to lock up.
Fixed: block selection: Copy: if the selection runs past the last line, this will not copy extra blank lines at the end.
Fixed: double clicking was selecting to the beginning of a word instead of the whole word.
Fixed: the "Lock File" option was preventing backups from being made.

[close]

http://www.gammadyne.com/docpad.htm
Titel: RJ TextEd v12.11
Beitrag von: SiLæncer am 02 Juni, 2017, 22:50
(http://images.six.betanews.com/screenshots/scaled/1187014627-1.jpg)
RJ TextEd - A Unicode source and text editor. RJ TextEd is a full featured text and source editor with Unicode support, syntax highlighting and code folding. The functionality extends beyond text files and includes support for HTML editing with integrated preview, spell checking, auto completion, HTML validation, templates and more. The program also include support for Topstyle Lite CSS editor, has a dual pane file commander, as well as a FTP client to upload your files. The editor uses language files to display menus and dialogs in different languages. There are several included languages. New language files can easily be created in the editor. RJ TextEd is also a simple web development tool. The editor can use auto completion and hints to assist you in editing your source code. You can preview HTML/ASP/PHP... code using one of the preview tabs or open a document in a browser. The editor does not only handle source code. It also handles true ASCII files, binary files and of course plain text files.

Licence: Freeware

Changelog

Updated highlighters

Updated several highlighters (C++, C#, Java, JavaScript, Python, VB.NET).
File Commander

Added new toolbar buttons for navigation and view styles beside the drop down lists.

Made several visual changes and fixed a few issues.
Tab document menu

Added a menu item to open the current file in the default program.
Tree views

Made several visual changes to all tree views in the program, e.g. text clips panel tree. They should look better now using themes and on high DPI displays.
Syntax Editor

Made several changes to the syntax editor program.

    Variables are now listed when adding class/tag completion entries.
    All option tree components have been replaced.
    Fixed several issues.

Misc

    Minor visual changes and fixes.
    Minor changes in the preview title bars.

Fixed

    Regular expression when finding block end in syntax files.
    Fold highlight issue with comment blocks.
    Script selection issue.
    Reopen last open files issue when using dual view and a project is opened.
    Draw issue with matching braces and scrolling at the same time.
    Minor draw issues in find/replace dialog window.
    An issue with find in files when using the find/replace dialog window.
    Undo issue.
    Issue with default save folder when saving new files.
    Fixed a few issues in the text clips panel.

[close]

http://www.rj-texted.se
Titel: QOwnNotes 17.06.2
Beitrag von: SiLæncer am 03 Juni, 2017, 20:15
(http://s26.postimg.org/hfer16hsp/screenshot_106.png)
QOwnNotes is a text editor / notepad replacement with markdown support and todo list manager. The program supports themes, keyboard shortcuts, syntax highlighting, and encryption. Includes available nested file list, tags, search, and more. Optionally works with the notes application ownCloud or Nextcloud.

Cross-platform with clients available for Mac and Linux.

License:    GPL

Changelog

there are now new properties for notes in the scripting engine fileCreated and fileLastModified (for Issue #599)

    you can use the methods from Date to work with these date properties
    for more information please take a look at the scripting documentation

when posting a script to the Script repository you can now define which platforms are supported by the script with the new platforms parameter (for Script repository issue #3)

    for an example please take a look at info.json
    this information will be viewed in the Script repository dialog
    if the platform you are running QOwnNotes on is not supported by the script the item will be colored grey in the script list of the Script repository

added more Spanish and Brazilian Portuguese translation (thank you richarson and mlimacarlos)

[close]

http://www.qownnotes.org/
Titel: Text Editor Pro v1.2.0
Beitrag von: SiLæncer am 04 Juni, 2017, 11:00
(http://s26.postimg.org/8fepd5amx/screenshot_187.png)
Text Editor Pro (formerly EditBone) is a powerful text editing tool that comes with syntax highlighting support for over 50 languages and scripts, customizable with over 100 options, 29 ready made styles, a handy file comparison feature, unicode character map, numerical unit convert tool, SQL formatter, and support for multiple directories and search results.

Freeware

Changelog

- Added split to rows and join to a row by a separator string (Edit->Modify)
- Added options for menu bar
- Fixed clipboard history
- Fixed language files
- Fixed menu bar scrollers
- Fixed toggle case undo
- Optimized text editor control
- Complete code review - refactored the codebase for better maintenance and further development
- Updated AlphaSkins controls v12.11 - http://www.alphaskins.com/

[close]

http://texteditor.pro/
Titel: CudaText 1.9.3.0
Beitrag von: SiLæncer am 06 Juni, 2017, 09:15
(http://s26.postimg.org/orql8dkpl/screenshot_257.png)
Create programming scripts with this powerful tool that supports more than 130 languages and allows users to work concurrently on as many as six groups of projects.

Freeware

Whats new:>>

Preinstalled Project Manager plugin
Can open folder names from command line, e.g. "cudatext ." like Atom/Sublime can do
Menuitem "File - Open folder", it calls Project Manager
Menuitem "Help - Check for updates", it calls Addon Manager
Api

http://www.uvviewsoft.com/cudatext/
Titel: HelpNDoc 5.2.0.265
Beitrag von: SiLæncer am 06 Juni, 2017, 12:32
(http://s26.postimg.org/8b3fgo9i1/screenshot_188.png)
HelpNDoc provides all the tools necessary to write complete help files, manuals and documentations in a user friendly and very easy to use environment. HelpNDoc can generate standard Windows CHM help files, WEB based documentation, iPhone specific websites as well as printable PDF and Word documents.

HelpNDoc is completely free for personal use and evaluation purposes.

Changelog

Default HTML template can now generate a valid sitemap.xml file if specified in build settings
Build summary now display the number of warning and errors for each build to rapidly spot a potential problem
JavaScript search engine will now find partial words by default instead of only full words
New text transformation: change character case of the selected text, which loops between uppercase, lowercase, capitalize words
New text transformation: convert paragraph breaks to soft line breaks
HTML based builds now warn when the output directory is not empty to avoid possible compilation problems
Ability to insert non-breaking spaces using the CTRL+SHIFT+SPACE keyboard shortcut
Default HTML template has a new onTopicChanged event which is called each time the topic changes
Custom JavaScript code is now run before the app in the default HTML template giving it a chance to customize the app
Default HTML template will now correctly load the JSON table of contents even if the web server is misconfigured
Selecting similar project items in the project analyzer could cause an exception
Replaced default HTML template keywords popup by modal dialog as it was not working for long lists and on small devices
Keywords attached to topics whose caption contains single quotes didn't always correctly show the topic list in default HTML template
When topics were scrolled down on the default HTML template, linking to another topic didn't move the scroll bar up
HTML code library items didn't correctly export line breaks
HTML language code was always "en" instead of the correct project's language code
Smarter automatic generation of Qt Help project namespace which could previously produce invalid ones
Qt help documentation generation could fail when retrieving compiler output
Find all in entire project with "Search forward" option unchecked didn't always work as expected
Internal web server's 404 error links used hard-coded localhost URL which could cause problem when browsed from an outside device
Some e-mail subjects were not correctly encoded in HTML based documentation formats

[close]

http://www.helpndoc.com/
Titel: Text Editor Pro v1.2.1
Beitrag von: SiLæncer am 06 Juni, 2017, 21:20
Whats new:>>

- Fixed link click in text highlighter
- Fixed save all
- Optimized language file loading
- Optimized file tree controls
- Optimized print preview
- Removed Delete whitespace shortcut
- Fixed language files

http://texteditor.pro/
Titel: QOwnNotes v17.06.3
Beitrag von: SiLæncer am 08 Juni, 2017, 05:00
Changelog

you can now open the Script repository dialog with the Shortcut Alt + ⇧ + I
if you now try to install a script in the Script repository that doesn't support your platform you will get a dialog to cancel the installation (for Script repository issue #3)
if you now try to install a script in the Script repository that needs a newer version of QOwnNotes you will get a notification to update the application
a problem with storing script settings if there is more than one setting was fixed (for Issue #605)
the MainWindow is now exposed for scripting as variable mainWindow (for Issue #604)

    you can use mainWindow.buildNotesIndexAndLoadNoteDirectoryList(true, true) to force a reload of the note list
    for more information please take a look at the scripting documentation

added more Italian translation (thank you mlocati)

[close]

http://www.qownnotes.org/
Titel: QOwnNotes 17.06.4
Beitrag von: SiLæncer am 08 Juni, 2017, 21:30
Changelog

if you now add a local script in the Scripting settings you immediately get the dialog to select the script
there now is a new script variables datatype boolean

    to get information about how to use it please take a look at the example variables.qml
    there is a new script Weather stats in the Script repository that is using this new setting

[close]

http://www.qownnotes.org/
Titel: Atom 1.18.0 Beta 3
Beitrag von: SiLæncer am 09 Juni, 2017, 13:40
(http://s26.postimg.org/6bt5lin89/screenshot_265.jpg)
A powerful and flexible application that works as a text and source code editor with syntax highlight, or alternately as a file viewer.

MIT License

Changelog

Restore status bar's ability to display info for files in pending panes (e.g., when single-clicking files in the tree view). atom/status-bar#194
Open the staged and unstaged changes from the context menu when editing a file. atom/github#879
Provide friendlier startup behavior for the GitHub package: add background tips, a Welcome section, and only activate the docks by default once. atom/github#875, atom/github#895, atom/welcome#62, atom/background-tips#30
Show a warning instead of an error when a pull results in merge conflicts. atom/github#877

[close]

https://atom.io/
Titel: CSVed v2.5.1
Beitrag von: SiLæncer am 10 Juni, 2017, 15:30
(http://s26.postimg.org/ga4p6trfd/screenshot_570.jpg)
Editor zum Bearbeiten von CSV-Dateien; erlaubt das Editieren der Feldinhalte sowie das Bearbeiten der Tabellenstruktur; kann unter anderem Zeilen, Spalten und Dateien verbinden, Doppeleinträge entfernen und markierte Felder in eine eigenständige CSV-Datei exportieren; exportiert in die Formate HTML, XML, XLS und DOC

Freeware

What's new: >>

Test disk in drive.

http://csved.sjfrancke.nl/index.html
Titel: RJ TextEd 12.12
Beitrag von: SiLæncer am 10 Juni, 2017, 19:20
Changelog

Options

1.Made some minor changes in the „File“ section.
◦It’s now possible to set a default file type when opening a file. This is used if the file is empty, or doesn’t contain any line feeds.
2.Made changes and added options in the „Style and fonts“ section.
◦Option to show/hide change indicator on document tabs.
◦Option to show/hide changed and saved indicator on document tabs.
3.Made a change in the „Tools“ section.
◦Added a button to clear the tool icon, if assigned.

Find/Replace

Searching folders using a multiple line find text should work properly now – no matter the file type. The files can be a mix of Windows, Unix and Mac files. Find and replace should work regardless.

Join lines

Join lines will now remove all surrounding white spaces and add one space between lines. Except for the first line where the indention is preserved.

Fixed

•List view style in explorer panel.
•Digit separator in C++ (1’000’000).
•Document context menu caption.
•Fixed issues with „Open in default program“.
•Selection after moving text cursor to a bookmarked line.
•Word wrap issue with complex scripts like Japanese.
•Fixed a language issue in options.
•A few issues in Syntax Editor.

[close]

http://www.rj-texted.se
Titel: OutWiker v2.0.0
Beitrag von: SiLæncer am 11 Juni, 2017, 19:40
(https://s26.postimg.cc/87bx6b16h/screenshot_33.png)
OutWiker is an open-source personal wiki and outliner. Notes are stored in a tree, and kept in the form of directories on the disk. This encourages changing the base by external sources and programs. Currently there are three types of pages supported: plain text, HTML, and wiki. External files (such as pictures) can be attached to pages, and pages can be linked to each other. Each tree branch can be opened as a separate wiki. Other features include tag support, global search (notes and tags), bookmarks, HTML syntax highlighting and icons for notes.

OutWiker can be downloaded with or without plugins, as well as for Linux systems.

License : GPL

Changelog

The program now uses wxPython 3.0 library.
The editor adds the ability to duplicate the current line with hot key or menu item.
The editor adds the ability to delete the current line with hot key or menu item.
The editor adds the ability to move lines up / down with hot keys or menu items.
The editor adds the ability to join lines with the hot key or menu item.
The editor adds the ability to remove word to beginning / ending with the hot key or menu item.
The editor adds the ability to decreade nesting level of the list items with the hot key or menu item.
Added the menu items to move cursor in text.
Added the menu items to copy / cut the current line to clipboard.
Added the "--page, -p" command line parameter to select page when starting.
Added the "--normal" command line parameter to disable minimizing when starting.
Added the "--debug" command line parameter to run in the debug mode.
Added the Swedish translation.
Restored availability the icon in the system tray on Linux.
Added the ability to add alias to page.
Changed GUI to set hot keys.
Added options to change editor margin color.
Added options to change background color of the selected text.
Removed Italian localization.

[close]

http://jenyay.net/Outwiker/English
Titel: Notepad2-mod 4.2.25.995
Beitrag von: SiLæncer am 12 Juni, 2017, 05:00
(http://cdn.portableapps.com/Notepad2-modPortable_small.png)
Notepad2-mod is a lightweight text editor with syntax highlighting for a few commonly used languages and some new features beyond regular Notepad2 like code folding, bookmarks and additional languages.

Whats new:>>

Drop WDK support.
Update Scintilla to v3.7.5.
Require an SSE2 capable CPU.

https://github.com/XhmikosR
Titel: Text Editor Pro 1.3.0
Beitrag von: SiLæncer am 12 Juni, 2017, 12:23
Changelog

Added multiple carets options
Fixed find in files dialog
Fixed startup initialization
Fixed sort in column mode
Fixed language files
Optimized editor control painting

[close]

http://texteditor.pro/
Titel: Black NotePad 1.0.14.24
Beitrag von: SiLæncer am 12 Juni, 2017, 21:20
(http://s26.postimg.org/nc320rnkp/screenshot_343.png)
Black NotePad was created as an alternative to the Notepad program of Windows operating systems. While retaining the original functions, Black NotePad improves manageability, contains important new functions, and greatly enhances program compatibility in terms of the edited text.

Freeware

Whats new:>>

Change: Help url

https://www.wintools.info/index.php/black-notepad
Titel: Markdown Edit 1.33
Beitrag von: SiLæncer am 13 Juni, 2017, 04:34
(http://s26.postimg.org/wy2jhhic9/screenshot_443.jpg)
Markdown Edit is fully compatible with the CommonMark specification, enabling you to edit Markdown documents, as well as HTML or text ones. It allows document formatting and real-time HTML previewing, providing hotkeys for almost all commands, for easier control.

Freeware

Changelog

    VS like selection style for editor
    Signed-off-by: Konstantin Gawrilyako gawrilyako@gmail.com
    update packages, remove browser unload code, move to vs2017
    update packages
    move to .net 4.7, update get/setter styles
    fix out of range crash
    fix file in use crash
    fix some other crash reports
    add github cmark for for future consideration
    update pandoc, mess around with cmark-gfm

[close]

http://mike-ward.net/markdownedit/
Titel: JSONedit 0.9.24.0
Beitrag von: SiLæncer am 13 Juni, 2017, 05:20
(http://s26.postimg.org/66opis8ih/screenshot_556.jpg)
JSONedit is a simple editor for the JavaScript Object Notation format "a text-based open standard designed for human-readable data interchange" (source) with availble text and tree views.

Includes array generator using embedded Lua interpreter and Scintilla for text edition.

License:    Freeware

Changelog

added indentation string (e.g. 4 spaces or single tab, but any string can be used) setting for generated JSON text; current (3 spaces) is left as default
FIXED empty object processing in relaxed parser tool (following text was ignored)
FIXED crash when generating JSON text from tree with duplicated node names when type of second node different than type of first node
CSV import dialog: window size changed to fixed

List view:

multiselect
Copy/Paste (popup menu + Ctrl+C/Ctrl+V) for primitive values
Copy/Paste (popup menu only) for node names
added popup menu for node types selection: Select all/none/invert
added "Add children if parent is matching" filtering option

[close]

http://tomeko.net/software/JSONedit/index.php
Titel: Text Editor Pro 1.3.1
Beitrag von: SiLæncer am 15 Juni, 2017, 05:20
(http://s26.postimg.org/8fepd5amx/screenshot_187.png)
Text Editor Pro (formerly EditBone) is a powerful text editing tool that comes with syntax highlighting support for over 50 languages and scripts, customizable with over 100 options, 29 ready made styles, a handy file comparison feature, unicode character map, numerical unit convert tool, SQL formatter, and support for multiple directories and search results.

Freeware

Changelog

Fixed application startup
Fixed scaling issues
Fixed language files
Updated AlphaSkins controls v12.12

[close]

http://texteditor.pro/
Titel: Atom 1.19.0 Beta 0
Beitrag von: SiLæncer am 16 Juni, 2017, 13:38
(http://s26.postimg.org/6bt5lin89/screenshot_265.jpg)
A powerful and flexible application that works as a text and source code editor with syntax highlight, or alternately as a file viewer.

MIT License

Changelog

Atom's underlying text buffer has been implemented in native C++
Full rewrite of the editor's rendering layer
Update to Electron 1.6.9
Render line number gutter without numbers when showLineNumbers is false
Improved clarity of Editor not responding actions
Restore ability for escape to return focus to center
Optimize trailing whitespace removal using native buffer search

[close]

https://atom.io/
Titel: CudaText v1.10.0
Beitrag von: SiLæncer am 18 Juni, 2017, 10:00
(http://s26.postimg.org/orql8dkpl/screenshot_257.png)
Create programming scripts with this powerful tool that supports more than 130 languages and allows users to work concurrently on as many as six groups of projects.

Freeware

Whats new:>>

+ preinstalled plugin Tabs List
+ Project Manager: read only toplevel dirs from disk, and read other dirs only on unfolding them in treeview (patch by @pohmelie)
+ Project Manager: added toolbar
+ api
* finder: don't put backward selection on find-backward
* lexer help file converted from CHM format to ODT
- fix: loosing editor focus on Linux

http://www.uvviewsoft.com/cudatext/
Titel: Notepad++ 7.4.2
Beitrag von: SiLæncer am 19 Juni, 2017, 05:00
(http://s26.postimg.org/sa3ge0uxl/screenshot_47.png)
Notepad++ is a tabbed source code editor and Notepad replacement with a customizable interface. It is one of the few few source code editors that supports "folding," allowing users to quickly reduce and expand sections of code to see the overall document. In addition, it features multi-language syntax highlighting, auto-completion, regular expression search/replace, macro recording and playback, etc. The program can access a long list of plug-ins via an easy-to-access menu with even more features and functions.

License: GPL

Changelog

SWIFT language is supported in this version.
The regression of replace in files in v7.4.1 has been fixed.
There are also some fixed bugs and 1 enhancement (Resizable Find & Replace Dialog) including in this release.

[close]

http://notepad-plus-plus.org/
Titel: QOwnNotes 17.06.5
Beitrag von: SiLæncer am 19 Juni, 2017, 21:20
(http://s26.postimg.org/hfer16hsp/screenshot_106.png)
QOwnNotes is a text editor / notepad replacement with markdown support and todo list manager. The program supports themes, keyboard shortcuts, syntax highlighting, and encryption. Includes available nested file list, tags, search, and more. Optionally works with the notes application ownCloud or Nextcloud.

Cross-platform with clients available for Mac and Linux.

License:    GPL

Changelog

the first line of the note is now not modified when the note file gets automatically renamed because of harmful or unwanted characters (for Issue #619)

    this doesn't seem to trouble ownCloud / Nextcloud notes a lot, but it renames the notes to its own liking
    so you could use # at the beginning of your note and it will only be removed in the note file name (unless you allow the note file name to be different from the headline in the General settings)
    if you want more control over your note file name you can achieve that by writing a script, please take a look at handleNoteTextFileNameHook

added more Polish, Spanish and German translation (thank you lucjan, richarson and rakekniven)

[close]

http://www.qownnotes.org/
Titel: Atom 1.19.0 Beta 1
Beitrag von: SiLæncer am 20 Juni, 2017, 09:11
Whats new:>>

Fixed a bug where removing trailing whitespace didn't work in files with CRLF line endings.
Fixed a bug where the line ending selector's tooltip sometimes had the wrong text.

https://atom.io/
Titel: CudaText 1.11.0.0
Beitrag von: SiLæncer am 24 Juni, 2017, 10:45
Changelog

new main icon
Project Manager: file type icons (from VSCode program)
Project Manager: expand "." to full dir name
focused input (in find/replace/goto/console) has its border highlighted
option "ui_active_border"
options "find_hotkey_*" for hotkeys in find/replace dialog
find/replace: hotkey Enter on focused replace-box: runs "Replace next" and keeps focus
find/replace: set hotkey for "Find first" to Alt+Enter
find/replace: changed hotkey for "Replace next" to Alt+Z, "Replace without find next" to Ctrl+Alt+Z
find/replace: changed hotkeys Alt+5/Alt+6/Alt+7 to Alt+O/Alt+E/Alt+K
changed icons of toolbar
removed option "log_dialogs"
Windows: one more fix to show prev instance with ui_one_instance

[close]

http://www.uvviewsoft.com/cudatext/
Titel: Text Editor Pro v1.4.0
Beitrag von: SiLæncer am 26 Juni, 2017, 06:00
Changelog

Added:

    Ruler for editor control (optional).
    Options for ruler.
    Send feedback action.

Fixed:

    Font and color options.
    Highlighters.
    Find in files.
    Language files.

[close]

http://texteditor.pro/
Titel: QOwnNotes v17.06.6
Beitrag von: SiLæncer am 27 Juni, 2017, 04:40
Changelog

there now new context menu entries in the note list (for Issue #613)

    a New note menu entry to create a new note
    a Rename note menu entry to rename the note if you allowed the note filename to be different than the headline in the General settings

the Edit tag context menu entry in the tag tree was renamed to Rename tag
there now is a software repository for Debian Linux 9.0

    please visit the Debian installation page for instructions

there now is a software repository for Fedora 26

    please visit the Fedora installation page for instructions

there now is a software repository for openSUSE Leap 42.3

    please visit the openSUSE installation page for instructions

added more Japanese and German translation (thank you piyo and jmbm)

[close]

http://www.qownnotes.org/
Titel: Atom 1.19.0 Beta 2
Beitrag von: SiLæncer am 28 Juni, 2017, 09:20
Whats new:>>

Fixed a crash on Windows when opening some files containing invalid UTF8 content (atom/superstring#16).
Fixed an error when launching Atom on older Linux systems (atom/superstring#16).
Fixed a bug where Atom's custom title bar would sometimes fail to update (#14897).
Fixed rendering issues with the text editor's gutter when using certain packages (#14893).
Fixed rendering issues with block decorations (#14895).

https://atom.io/
Titel: CudaText v1.12.0
Beitrag von: SiLæncer am 29 Juni, 2017, 04:49
Changelog

+ supported addons "filetypeicons" for Project Manager, e.g. "VSCode Material 24x24"
+ Project Manager: option "Icons theme"
+ Addon Manager: integrated function of "Install from Github" plugin
+ Insert Time plugin rewritten, it has several date formats and config file
+ commands dialog: focus last chosen item
+ commands "scroll line up/down" keep caret on screen after scroll
+ commands "go to screen top/bottom"
+ find/replace: auto turn on multi-line, on Ctrl+Enter press

[close]

http://www.uvviewsoft.com/cudatext/
Titel: PilotEdit Lite 10.6.0
Beitrag von: SiLæncer am 30 Juni, 2017, 13:40
(http://www.pilotedit.com/images/OpenInQuickMode.PNG)
PilotEdit is a text, hex, XML, C/C++, HTML, PHP, Java, Javascript and Perl editor that can edit large files of 400GB (40 billion lines).

It offers customizable syntax and keyword highlighting, advanced search and replace operations, automatic text encoding, 256-bit AES encryption/decryption and a built-in FTP/SFTP client lets you open, edit, download and upload large files directly to/from a FTP/SFTP server.

In addition to standard text editing features, PilotEdit can compare and merge two large files of 100GB (10 billion lines). You can also sort, find/remove duplicate lines and extract strings over a large file of 1GB.

Freeware

Whats new:>>

PilotEdit 10.6.0 includes improvements over PilotEdit configuration file.

http://www.pilotedit.com/
Titel: Textadept 9.5 Beta
Beitrag von: SiLæncer am 03 Juli, 2017, 20:15
(http://foicica.com/textadept/images/splitviews.png)
Textadept will provide users with a fast, minimalist, and ridiculously extensible text editor. At its core lies less than 2000 lines of C code, and that's how it always will be. While other editors rely on recordable macros to speed up workflow, shell scripts to quickly transform text, and static side panes to manage your documents, files, and more.

Textadept takes it to the extreme: it gives you complete control over the entire application using the embedded Lua language. Lua is nearly as fast as C, and has a very small footprint. In fact, most of Textadept is written in Lua.

License : MIT License

Changelog

Bugfixes:

Fixed bug that deleted characters outside of mangled snippets.
Fixed start-anchored “Find Prev” regex searches.
Correctly handle multiple ‘!’-prefixed patterns in file filters.
Scintilla: Pressing Esc while rectangular selection is active does not collapse it.

Changes:

Changed “Cancel Snippet” keybinding from Ctrl+Shift+K (??? on Mac OSX | M-S-K in curses) to Esc.
Added buffer.caret_line_frame option for outlining the current line.
Added buffer:line_reverse() for reversing selected lines.
Added ui.dialogs.colorselect() and ui.dialogs.fontselect() dialogs.
Handle pipes in shell commands for filter-through.
The Lua command entry prints results like Lua 5.3’s interactive prompt (e.g. no need for explicit ‘=’ prefix).
The Lua command entry now invokes bare functions as commands (e.g. copy invokes buffer:copy(), split invokes view:split(), etc.).
Scintilla: Updated case conversion and character categories to Unicode 9.
Scintilla: Update scroll bar when annotations are added, removed, or changed.
Effectively updated to Scintilla 3.7.5.

[close]

http://foicica.com/textadept/
Titel: QOwnNotes v17.07.0
Beitrag von: SiLæncer am 04 Juli, 2017, 05:15
(http://s26.postimg.org/hfer16hsp/screenshot_106.png)
QOwnNotes is a text editor / notepad replacement with markdown support and todo list manager. The program supports themes, keyboard shortcuts, syntax highlighting, and encryption. Includes available nested file list, tags, search, and more. Optionally works with the notes application ownCloud or Nextcloud.

Cross-platform with clients available for Mac and Linux.

License:    GPL

Changelog

there now is a repository with QOwnNotes built as AppImage for 32 and 64 bit systems (for Issue #534)

    please visit the AppImage installation page for instructions
    if you run QOwnNotes from the AppImage the automatic updater will be enabled by default and you will be led the the AppImage download page if there is a new version of the application available

fixed a problem in the desktop file for all openSUSE builds
added more Polish, Spanish, Croatian, Italian, Brazilian Portuguese, Hungarian and German translation (thank you lucjan, asoliverez, richarson, xpertmind, mlocati, mlimacarlos, vaganyik, jmbm and rakekniven)

[close]

http://www.qownnotes.org/
Titel: RJ TextEd 12.20 Beta 1
Beitrag von: SiLæncer am 04 Juli, 2017, 19:30
(http://images.six.betanews.com/screenshots/scaled/1187014627-1.jpg)
RJ TextEd - A Unicode source and text editor. RJ TextEd is a full featured text and source editor with Unicode support, syntax highlighting and code folding. The functionality extends beyond text files and includes support for HTML editing with integrated preview, spell checking, auto completion, HTML validation, templates and more. The program also include support for Topstyle Lite CSS editor, has a dual pane file commander, as well as a FTP client to upload your files. The editor uses language files to display menus and dialogs in different languages. There are several included languages. New language files can easily be created in the editor. RJ TextEd is also a simple web development tool. The editor can use auto completion and hints to assist you in editing your source code. You can preview HTML/ASP/PHP... code using one of the preview tabs or open a document in a browser. The editor does not only handle source code. It also handles true ASCII files, binary files and of course plain text files.

Licence: Freeware

Changelog

Hex View:

Added two options to set the behavior when switching to hex view.
Edit File. Reopen the file in binary mode and edit the file.
Edit document buffer. Just switch view and edit the text buffer, but using a hexadecimal display.
Both modes support undo/redo. Edit file mode is set as the default behavior.
Quick find is supported in hex view.
Find/Replace is supported in hex view.
Goto line/address is supported in hex view.
Please note that because the file is saved to a memory stream and reopened into a binary buffer when switching to hex view (edit file mode), the line change indicators will disappear when switching back.
The editor tries to restore bookmarks, but they may be located on the wrong lines after an edit in hex view.

Quick Find (Ctrl+E):

Made some changes to the incremental search and renamed it quick find.
A hex value button has been added to the quick find bar. It is only visible when in hex view and allows you to enter a search string of hexadecimals, e.g. "6D0D0A".

Find/Replace:

Made several changes to the search bar and the modal search window to enable find, find all, replace, replace all when in hex view.
It is now possible to search for hex values, as well as ANSI.
The search result output has been improved when searching in hex view. Search result context menu items has been updated and work better in hex view as well.

Search result context menu:

The export items now export search results as HTML code.
Display control characters (space, tab and linefeed)
Control characters are now using the colors set inside the themes manager, unless you set the option to follow the current syntax color.
All Unicode white spaces are now displayed.

Wordwrap:

Made some optimizations and wordwrap should be much faster now when using large files.

File Commander:

Replaced the drop down list and list view components with faster ones.
Made some changes in options.
Header columns in report view can be resized and remembered between sessions.
Added a thumbnail view.
Other views should be displayed properly now.

Explorer panels:

Replaced the drop down list, tree view and list view components with faster ones.
Made changes in options.
Header columns in report view can be resized and the widths are remembered between sessions.
Opened documents are highlighted with bold and using a highlight color.
Added a thumbnail view.
Other views should be displayed properly now.
In list view only one column is displayed at a time.

Word count/frequency:

Redesigned the dialog window and made some optimizations to speed up the count process. It's much faster now.

Special characters drop down grid:

It's now possible to move around in the character grid and select a value with [ENTER]. Mouse movements are tracked.
A hint is displayed when hovering the mouse over a character, displaying the hexadecimal value and the Unicode name of the focused character.

Symbol Panel:

A hint is displayed when hovering the mouse over a character, displaying the hexadecimal value and the Unicode name of the focused character.

Misc:

All supported SSH client ciphers are now available.

Fixed:

Search bug with option to match whole words.
Reopen project issue at startup

[close]

http://www.rj-texted.se
Titel: Text Editor Pro v1.4.1
Beitrag von: SiLæncer am 05 Juli, 2017, 06:10
(http://s26.postimg.org/8fepd5amx/screenshot_187.png)
Text Editor Pro (formerly EditBone) is a powerful text editing tool that comes with syntax highlighting support for over 50 languages and scripts, customizable with over 100 options, 29 ready made styles, a handy file comparison feature, unicode character map, numerical unit convert tool, SQL formatter, and support for multiple directories and search results.

Freeware

Changelog

Fixed:

    Ruler.
    Highlighters.
    Color options.
    Language files.

[close]

http://texteditor.pro/
Titel: MikTex 2.9.6395
Beitrag von: SiLæncer am 06 Juli, 2017, 19:20
(https://i.postimg.cc/rpCxYpK5/MiKTeX.png)
Lightweight and simple-to-use application which enables you to write mathematical, technical or any other type of scientific material.

Freeware

https://miktex.org
Titel: yWriter 6.0.0.5
Beitrag von: SiLæncer am 06 Juli, 2017, 20:40
(http://www.spacejock.com/images/yWriter5Main.png)
yWriter allows you to split your novel into chapters and scenes, simplifying the process of text writing. You can reorder scenes within chapters or change their content, title and description. If you notice that you mistyped a word, yWriter enables you to do a global text search and replace it. With yWriter you can easily keep journals, diaries or create your own stories and novels.

Freeware

http://www.spacejock.com
Titel: Brackets 1.10
Beitrag von: SiLæncer am 07 Juli, 2017, 16:00
(http://s26.postimg.org/hf4855ont/screenshot_501.jpg)
Easy-to-use HTML editor and code generator with support for CSS and JavaScript, featuring a live preview function, syntax highlighting and autocompletion.

License : Open Source

Changelog

What's New in Release 1.10

    Multiple encoding support by saurabh95 : Brackets now supports more than 40 different file encodings. You can now Open/Save files with different encodings.

    Forward/Backward navigation in edit history by swmitra : Navigate backward/forward using Alt-I, Alt-Shift-I across explicit cursor positions.

    Enable/Disable default extensions by zaggino You can now enable/disable default extensions, that are shipped with Brackets.

    Search History by saurabh95 : Access all your most recently searched queries from the search bar.

    Native Menus for Linux by eyelash and saurabh95 : HTML menus are replaced with native menus in Linux.

    @rule and pseudo-selector code hints by swmitra : CSS code hints now support @rule and pseudo selector/element code hints.

    Inline CSS code hints by swmitra : Brackets now provides CSS code hints in style attribute value in html.

    Live Preview highlight customization by Worie : Live Preview highlight customization (colors of highlight can be customized via user preferences). This shows highlight with clear segregation of different box model layers.

Full change logs: brackets and brackets-shell
Known Issues

    Debug > Run Tests is disabled in the installer/DMG distributions of Brackets, because the unit test code is not included. To run unit tests, pull Brackets from GitHub instead.

    Navigate Backward/Forward feature would be available only as Navigate > menu items in OSX. We will enable keyboard shortcuts in next pre-release.

Community contributions to Brackets

    Fix NavigationProvider throwing errors when doc.file is missing by petetnt
    zh-cn by FallingHeart
    Fixes translation error in Simplified Chinese by mjaseem
    Update urls.js by FallingHeart
    In writeJSON (grunt), use CRLF on Windows by MarcelGerber
    Small linting refactor by horiaradu
    Use the correct border color in multifile Replace in Files bar with d… by MarcelGerber
    Create index.html by FallingHeart
    German Translation by MarcelGerber
    Fix root strings by MarcelGerber
    Problems panel: add an icon per problem to tell which type it is by ficristo
    Various additions and changes to Swedish interface strings by Lominean
    Polish translation update for brackets 1.10 by karmatys
    Release by sharklaser2342345235
    fixing JP translation in comment tags by ArturOledzki
    Fix box model regression (transform) by Worie
    replace parseInt with parseFloat in RemoteFunctions (LP boxmodel fix) by Worie
    Update CSS Code Hints pseudo-selectors by valtlai
    Update CSS Code Hints properties by valtlai
    Editor command handlers test by ficristo
    add: flow-root as value for display by praveenpuglia
    Translated English to Japanese Comments by Blackweda
    Found translations for all the missing Portuguese menu options by Blackweda
    Changed url to access Japanese translated page by Blackweda
    Replaced English comments with Japanese translations by Blackweda
    Addressed performance problems when navigating between large code folded files by thehogfather
    Fix #13274 - make Brackets margin/padding remoteHighlight work like Chrome one by Worie
    Fix #13274 - make Brackets margin/padding remoteHighlight work like Chrome one by Worie
    Addresses #13264 where setting saveFoldStates preference to false caused folding problems by thehogfather
    Pflynn/in browser file system by enterstudio
    Add new comments preference. Support indent block comments on line co… by ficristo
    Add support for TypeScript by justinrusso
    Fix layout on narrow extension manager by justinrusso
    Add JavaScript code hinting in JSX files by justinrusso
    Fixes issue #13227 by parthsharma2
    Add inputStyle preference by ficristo
    Update grunt-contrib-watch to 1.0.0 and clean a bit the task by ficristo
    Bootstrap by dmitrymw
    Add no-unsafe-negation rule and upgrade grunt-eslint to 19.0.0 by ficristo
    Makes the content of script and style tags collapsible by thehogfather
    Create tests for Disabled context menu items for unsaved files / #12806 #13134 by leeyimin

Pulling source code from Git

TODO: any brackets-shell updates? which of the below messages are applicable?

    A new brackets-shell build is required for this sprint. Be sure to rerun grunt setup before building.
    Recommended: rebuild or reinstall an updated brackets-shell (no critical updates, but there are bugfixes).
    Rebuilding/updating brackets-shell is optional for this release.
    Rebuilding/updating brackets-shell is not required for this release.
    brackets-shell's Node dependencies have changed. Run npm install before rebuilding brackets-shell.
    Some submodules were updated this sprint. Run git submodule update to ensure your source tree is fully up to date.
    A submodule URL was changed this sprint. Run git submodule sync and then git submodule update --init --recursive to ensure your local source tree reflects the update.

Bugs fixed in Release 1.10

For details on the bugs addressed, please refer to closed Release 1.10 bugs. Not all fixed bugs will be caught by this search query, however.

[close]

http://brackets.io/
Titel: RJ TextEd 12.20 Beta 2
Beitrag von: SiLæncer am 08 Juli, 2017, 06:26
Whats new:>>

Fixed issues reported in beta 1.
The exception catcher software (included in beta and debug versions) now always save the bug report to: "<AppData>RoamingRJ TextEdBug Reports".

http://www.rj-texted.se
Titel: yWriter 6.0.0.6
Beitrag von: SiLæncer am 08 Juli, 2017, 10:15
Whats new:>>

Fixed autobackups for yw6 scenes. Disabled 'external editing' for yw6 scenes (for now.)

http://www.spacejock.com
Titel: Atom 1.19.0 Beta 3
Beitrag von: SiLæncer am 08 Juli, 2017, 18:45
(http://s26.postimg.org/6bt5lin89/screenshot_265.jpg)
A powerful and flexible application that works as a text and source code editor with syntax highlight, or alternately as a file viewer.

MIT License

Changelog

Fixed a bug that prevented opening files with non-ascii characters in their names on windows (#14894).
Restored a class that was accidentally removed from decoration elements (#14941).
Restored attributes that were accidentally removed from line number elements (#14941).

[close]

https://atom.io/
Titel: Text Editor Pro v1.4.2
Beitrag von: SiLæncer am 10 Juli, 2017, 16:00
Whats new:>>

Fixed:

    Icon transparency in reopen file list.
    File opening.
    Startup.
    Language files.

http://texteditor.pro/
Titel: RJ TextEd 12.20 Final
Beitrag von: SiLæncer am 10 Juli, 2017, 20:40
Changelog

Hex View
Added two options to set the behavior when switching to hex view.

Edit File. Reopen the file in binary mode and edit the file.
Edit document buffer. Just switch view and edit the text buffer, but using a hexadecimal display.
Both modes support undo/redo. Edit file mode is set as the default behavior.

Quick find is supported in hex view.
Find/Replace is supported in hex view.
Goto line/address is supported in hex view.
Please note that because the file is saved to a memory stream and reopened into a binary buffer when switching to hex view (edit file mode), the line change indicators will disappear when switching back. The editor tries to restore bookmarks, but they may be located on the wrong lines after an edit in hex view. Quick Find (Ctrl+E)
Made some changes to the incremental search and renamed it quick find.

A hex value button has been added to the quick find bar. It is only visible when in hex view and allows you to enter a search string of hexadecimals, e.g. „6D0D0A“.

Find/Replace
Made several changes to the search bar and the modal search window to enable find, find all, replace, replace all when in hex view.

It is now possible to search for hex values, as well as ANSI.

The search result output has been improved when searching in hex view. Search result context menu items has been updated and work better in hex view as well.

Search result context menu
The export items now export search results as HTML code.

Display control characters (space, tab and linefeed)
Control characters are now using the colors set inside the themes manager, unless you set the option to follow the current syntax color. All Unicode white spaces are now displayed.

Wordwrap
Made some optimizations and wordwrap should be much faster now when using large files.

File Commander
Replaced the drop down list and list view components with faster ones.

Changes in folders are better updated in the views.
Made some changes in options.
Header columns in report view can be resized and remembered between sessions. You can find more columns in the header context menu, but only the first 7 columns are handled when changing folder and only those 7 are saved.
Added a thumbnail view.
Other views should be displayed properly now.
Explorer panels
Replaced the drop down list, tree view and list view components with faster ones.

Changes in folder is better updated in the explorer panel view.
Made changes in options.
Header columns in report view can be resized and the widths are remembered between sessions. You can find more columns in the header context menu, but only the first 7 columns are handled when changing folder and only those 7 are saved.
Opened documents are highlighted with bold and using a highlight color.
Added a thumbnail view.
Other views should be displayed properly now.
In list view only one column is displayed at a time.
Word count/frequency
Redesigned the dialog window and made some optimizations to speed up the count process. It’s much faster now.

Special characters drop down grid
It’s now possible to move around in the character grid and select a value with [ENTER]. Mouse movements are tracked.

A hint is displayed when hovering the mouse over a character, displaying the hexadecimal value and the Unicode name of the focused character.

Symbol Panel
A hint is displayed when hovering the mouse over a character, displaying the hexadecimal value and the Unicode name of the focused character.

Misc
All supported SSH client ciphers are now available.

Fixed
Search bug with option to match whole words.
Reopen project issue at startup.

[close]

http://www.rj-texted.se
Titel: QOwnNotes v17.07.1
Beitrag von: SiLæncer am 11 Juli, 2017, 06:13
Changelog

QOwnNotesAPI, the ownCloud / Nextcloud API application for QOwnNotes is now available in the ownCloud Marketplace

    you can find it at the QOwnNotesAPI Marketplace page

there now is a new Editor color schema Material Dark by @UltimateRandom (for Issue #626, a big thank you)
added more Italian translation (thank you smart2128)

[close]

http://www.qownnotes.org/
Titel: CodeLobster PHP Edition 5.13
Beitrag von: SiLæncer am 11 Juli, 2017, 12:19
(http://images.six.betanews.com/screenshots/1186155456-1.gif)
CodeLobster PHP Edition is a handy and easy-in-use editor that is primarily intended for quick and easy creation and editing of PHP files. It includes debugger, dynamic help, built-in parser, autocomplete and Class View window for comfortable work with PHP code. CodeLobster PHP Edition also supports such file formats as Text, HTML, XML.

Freeware (Free registration by email is required after 30 days)

Changelog

Debuger for PHP version 7.1.x

Joomla plug-in:
Now supports Joomla version 3.7.x
Blade and HTML mixed code highlighting
Bugs fixed:
Dialog for SFTP key file selection
SFTP connection issues on Windows XP
Cursor placement when autoindent option is turned off
Tooltips display when using two monitors
Bookmarks, breakpoints and autocomplete list display on UHD monitors

[close]

http://www.codelobster.com/
Titel: Zim 0.67
Beitrag von: SiLæncer am 11 Juli, 2017, 18:20
(http://zim-wiki.org/screenshots/thumbs/zim-normal.png)
Desktop-Wiki für Organisation und Wissensmanagement; frei erweiterbar mit unter anderem Formelsatz, Versionsverwaltung und ToDo-Liste; auch als Portable-Version erhältlich.

Lizenz: Open Source

Changelog

Critical fix for missing page headers & remembering custom headers
Critical fix by removing dependency on threading for index and socket handling. Hidden option to also do autosave without thread to test further issues
Critical fix for handling unicode file names on windows
Fix issue where config values go missing if not used
Fix error for file shortcuts in various dialogs
Restored macOS integration using a plugin
Shorter socket name to avoid os specific error on OS X
More robustness for socket errors, fallback to --standalone automaticlly
More robustness at startup when default notebook went missing, fallback to --list
More robustness in preferences dialog when plugins give exceptions
More robustness for invalid dates in tasklist parser
Merge patch to add accelerators for bookmarks
Updated build process for windows installer
Fix indexing errors on move/rename page
Fix regression in close-page when autosave ongoing
Fix regression drag-n-drop index pane
Fix regression for keybindings in index pane
Fix regressions for attaching files
Fix regression for opening folders
Fix regression in opening inter-wiki links
Fix regression in custom tools
Fix regression in completion of page name in dialog entry
Fix regression in quicknote "--attachments" option
Fix regression for quicknote plugin due to process management
Fix regression in date format for recentchanges dialog
Fix regression in custom tool execution
Fix for unicode in auto-linking
Fix for unicode in arithmetic plugin
Fix "insert image" also inserting a text link
Fix search regex for chinese language to not match whitespace for start/end of word
Fix for table editor plugin when sorting rows
Fix for wrong usage of escapes in latex export for verbatim blocks

[close]

http://zim-wiki.org/index.html
Titel: BowPad v2.3.3
Beitrag von: SiLæncer am 12 Juli, 2017, 12:28
(http://s26.postimg.org/e60vd9bix/screenshot_182.jpg)
BowPad is a small and fast text editor with a ribbon user interface and syntax highlighting.

Features:

syntax highlighting for over 100 file types and languages
handling of many different encodings, including UTF-8, UTF-16 and even UTF-32
easy ribbon user interface
navigation hints in the vertical scrollbar
coloring of open tabs according to their path
extendable with plugins written in jscript or vbscript

Freeware

Changelog

Updated to latest Scintilla component 3.7.5.
Recognize more file extensions for lexers.

Fixed:

    Hiding the cursor when scrolling;
    Handling of EOLs in certain situations.

Allow to set the default EOL for new files.

[close]

http://stefanstools.sourceforge.net/BowPad.html
Titel: Text Editor Pro v1.4.3
Beitrag von: SiLæncer am 12 Juli, 2017, 12:31
(http://s26.postimg.org/8fepd5amx/screenshot_187.png)
Text Editor Pro (formerly EditBone) is a powerful text editing tool that comes with syntax highlighting support for over 50 languages and scripts, customizable with over 100 options, 29 ready made styles, a handy file comparison feature, unicode character map, numerical unit convert tool, SQL formatter, and support for multiple directories and search results.

Freeware

Whats new:>>

Optimized the editor control.

Fixed:

    Color and font options;
    Language files.

http://texteditor.pro/
Titel: Text Editor Pro 1.4.4
Beitrag von: SiLæncer am 12 Juli, 2017, 20:00
Whats new:>>

Fixed bug in unicode options

http://texteditor.pro/
Titel: Text Editor Pro 1.4.5
Beitrag von: SiLæncer am 13 Juli, 2017, 18:30
Whats new:>>

Fixed font options

http://texteditor.pro/
Titel: QOwnNotes 17.07.2
Beitrag von: SiLæncer am 14 Juli, 2017, 12:26
(http://s26.postimg.org/hfer16hsp/screenshot_106.png)
QOwnNotes is a text editor / notepad replacement with markdown support and todo list manager. The program supports themes, keyboard shortcuts, syntax highlighting, and encryption. Includes available nested file list, tags, search, and more. Optionally works with the notes application ownCloud or Nextcloud.

Cross-platform with clients available for Mac and Linux.

License:    GPL

Changelog

more problematic characters will be removed from the filename-suffix of downloaded media files to make sure the file can be stored locally (for Issue #627)
added more French translation (thank you lepascalou)

[close]

http://www.qownnotes.org/
Titel: Texmaker 5.0
Beitrag von: SiLæncer am 14 Juli, 2017, 16:30
(http://s26.postimg.org/v2l1p1ee1/screenshot_1074.jpg)
Umfangreicher LaTeX-Editor mit integrierten Tools und Funktionen wie Syntax-Highlighting, 370 mathematischen Symbolen und Ausdrücken, Suchen und Ersetzen oder Rechtschreibprüfung; konvertiert zudem LaTeX ins HTML-Format.

Lizenz: Open Source

Changelog

New and more modern interface look
Highdpi is now supported on windows and linux
A spellcheck annoying trouble on kde5 has been fixed
New pdf engine
Synctex updated to 1.18
Qt4 support has been removed : Qt5 (>=5.7) is now required
De, es, hu, pl, and zh_CN translations have been updated
Note : Texmaker depends now only from the Qt toolkit to be compiled

[close]

http://www.xm1math.net/texmaker/download.html
Titel: Atom 1.19.0 Beta 4
Beitrag von: SiLæncer am 15 Juli, 2017, 11:20
(http://s26.postimg.org/6bt5lin89/screenshot_265.jpg)
A powerful and flexible application that works as a text and source code editor with syntax highlight, or alternately as a file viewer.

MIT License

Changelog

Swap underlying editor correctly when calling setModel on editor element (#15013).
Check if incoming element is non-null before attempting to append to it (#15011).
Fix regressions handling mousedown on Linux and macOS (#14987)

[close]

https://atom.io/
Titel: QOwnNotes v17.07.3
Beitrag von: SiLæncer am 16 Juli, 2017, 10:00
Changelog

when opening the todo list dialog from the system tray the main window of QOwnNotes will be brought to the foreground too to prevent crashes under Windows (for Issue #630)
dialog windows are now maximized if it looks like that they don't fit on the current screen the first time they were opened (for Issue #631)
you now get a warning if you try to rename a note in the note list to enable the option to allow the note filename to be different from the headline if you haven't allowed it yet (for Issue #613)

    there is a button to directly open the General settings in the warning dialog

files are now only downloaded if the status code of the request was success to prevent downloaded files with error pages (for Issue #627)
when downloading files a proper filename suffix will be set by detecting the mime type of the file (for Issue #627)
added more German translation (thank you rakekniven)

[close]

http://www.qownnotes.org/
Titel: Geany 1.31
Beitrag von: SiLæncer am 17 Juli, 2017, 12:16
(http://cdn.portableapps.com/GeanyPortable_small.png)
Geany is cross-platform, GTK based Integrated Development Platform. You can work on simple text files, html, perl, python, NSIS and more with Geany.

License: GPL

Changelog

Bug fixes:

Update statusbar after applying indentation detection.
Fix converting color to hex for insertion in the Color Chooser dialog (Vasiliy Faronov, PR#1536).

Filetypes:

Add `parfor` to the Matlab keyword list (A. Tombs, PR#1021).
C: fix line continuation handling (PR#1370).
Add `require_relative` to the Ruby keyword list (Jacob H. Pratt, PR#1472).
Update Haxe keywords (PR#1216).
Fix Arduino comment toggling (Giorgioggì, PR#1510).
Update CMake keywords (Yan Pashkovsky, PR#1315).
Update C# keywords (Yan Pashkovsky, PR#1315).
Update HTML keywords (Vasiliy Faronov, PR#1530).

Internationalization:

Updated translations: ca, id, ja, kk, lt, ru

API:

Fix crash when calling plugin_set_key_group() more than once (Jiří Techet, PR#1426).

[close]

http://www.geany.org/
Titel: Alternate Text Browser 3.120
Beitrag von: SiLæncer am 17 Juli, 2017, 17:20
(http://s26.postimg.org/f10vppk49/screenshot_84.png)
This program makes it easy to browse through text- and html-files (also xml), syntax highlighting for serveral programming languages available (C++, Pascal, PHP, Perl, ASM, JScript etc.).

Freeware

Whats new:>>

Greek updated by geogeo, many thanks :)
Memo 2.830, Calculator 3.130 added
Added option to insert date/time (edit-menu)

http://www.alternate-tools.com/pages/c_textbrowser.php?lang=ENG
Titel: CudaText v1.13.1
Beitrag von: SiLæncer am 18 Juli, 2017, 04:30
(http://s26.postimg.org/orql8dkpl/screenshot_257.png)
Create programming scripts with this powerful tool that supports more than 130 languages and allows users to work concurrently on as many as six groups of projects.

Freeware

Changelog

- reworked part of syntax hilite code, and fixed old 2 bugs of incorrect selection(s) rendering
+ added commands "column select without key modifier: on/off"; when mode turned on: a) mouse drag makes column selection, b) Shift+arrows make column selection
+ added statusbar field, for above mode (shows "-" for normal mode, "||" for column mode)
+ console: context menu item "toggle word wrap"
+ option "ui_console_wrap"
+ improved C++ lexer (fixed detect funcs for tree, updated keywords)
+ Project Manager: reaction to Enter key; option 'Open file after Go To File command'

[close]

http://www.uvviewsoft.com/cudatext/
Titel: BabelPad 10.0.0.1
Beitrag von: SiLæncer am 18 Juli, 2017, 13:42
(https://s26.postimg.org/5e8b1wcnt/screenshot_645.jpg)
BabelPad is a free Unicode text editor and word processor for Windows that supports the proper rendering of most complex scripts, and allows you to assign different fonts to different scripts in order to facilitate multi-script text editing.

Freeware

http://www.babelstone.co.uk/index.html
Titel: nanDECK 1.23.2
Beitrag von: SiLæncer am 18 Juli, 2017, 17:45
(https://s26.postimg.org/l8j2hesyh/screenshot_660.jpg)
nanDECK is a scripting graphic software that provides a simple yet flexible language to create multiple images suited for cards or counters .

Freeware

http://www.nand.it/nandeck
Titel: Alternate Text Browser 3.130
Beitrag von: SiLæncer am 19 Juli, 2017, 04:45
Whats new:>>

Bugfix insert date/time
Calculator 3.140 added

http://www.alternate-tools.com/pages/c_textbrowser.php?lang=ENG
Titel: QOwnNotes v17.07.4
Beitrag von: SiLæncer am 20 Juli, 2017, 05:45
Changelog

the mouse-cursor will now be set to a beam-cursor when pressing Ctrl + F to reset the pointing-hand-cursor that was set by pressing Ctrl (for Issue #637)
under Windows the selection background color in the note text edit is now set to a light blue if not in dark mode to prevent visibility problems when searching text (for Issue #636)
added more Polish, Spanish, Italian, Brazilian Portuguese, Hungarian and German translation (thank you lucjan, polkillas, smart2128, mlimacarlos, vaganyik and jmbm)

[close]

http://www.qownnotes.org/
Titel: Notepad3 1.0.3 Build 398
Beitrag von: SiLæncer am 20 Juli, 2017, 18:30
(https://s26.postimg.org/s6uzyo32x/screenshot_214.png)
Notepad3 is a lightweight piece of software that overcomes some of the well-known limitations of Windows standard text editor while providing syntax highlighting support.

Freeware

http://www.rizonesoft.com/downloads/notepad3/
Titel: yWriter 6.0.1.0
Beitrag von: SiLæncer am 20 Juli, 2017, 18:45
(http://www.spacejock.com/images/yWriter5Main.png)
yWriter allows you to split your novel into chapters and scenes, simplifying the process of text writing. You can reorder scenes within chapters or change their content, title and description. If you notice that you mistyped a word, yWriter enables you to do a global text search and replace it. With yWriter you can easily keep journals, diaries or create your own stories and novels.

Freeware

http://www.spacejock.com
Titel: QOwnNotes 17.07.5 Build 3107
Beitrag von: SiLæncer am 21 Juli, 2017, 05:40
(http://s26.postimg.org/hfer16hsp/screenshot_106.png)
QOwnNotes is a text editor / notepad replacement with markdown support and todo list manager. The program supports themes, keyboard shortcuts, syntax highlighting, and encryption. Includes available nested file list, tags, search, and more. Optionally works with the notes application ownCloud or Nextcloud.

Cross-platform with clients available for Mac and Linux.

License:    GPL

Changelog

fixed a problem with correctly storing the note text when special note text changes were made between the note save intervals (for Issue #635)

[close]

http://www.qownnotes.org/
Titel: Mobirise 4.0.16
Beitrag von: SiLæncer am 22 Juli, 2017, 19:00
(http://s26.postimg.org/d5pkuwmqh/screenshot_2.png)
Develop fully responsive, mobile-ready websites that look amazing on any devices and browsers. Preview how your website will appear on phones, tablets and desktops directly in the visual editor..

Freeware

https://mobirise.com/
Titel: QOwnNotes 17.07.6 Build 3113
Beitrag von: SiLæncer am 23 Juli, 2017, 21:00
Changelog

fixed resizing of too large images under Windows in the preview and the PDF export (for Issue #639)
the mouse-cursor will now be set to a beam-cursor when pressing Ctrl + R to reset the pointing-hand-cursor that was set by pressing Ctrl (for Issue #637)
Show root folder name and Display note subfolders as full tree in the Panels settings are now set by default (for Issue #612)
replacing multiple line breaks when pasting html into a note with Ctrl + Shift + V (for Issue #634)
added more French and German translation (thank you Loelo and rakekniven)

[close]

http://www.qownnotes.org/
Titel: PilotEdit Lite 10.2.0
Beitrag von: SiLæncer am 24 Juli, 2017, 05:30
(http://www.pilotedit.com/images/OpenInQuickMode.PNG)
PilotEdit is a text, hex, XML, C/C++, HTML, PHP, Java, Javascript and Perl editor that can edit large files of 400GB (40 billion lines).

It offers customizable syntax and keyword highlighting, advanced search and replace operations, automatic text encoding, 256-bit AES encryption/decryption and a built-in FTP/SFTP client lets you open, edit, download and upload large files directly to/from a FTP/SFTP server.

In addition to standard text editing features, PilotEdit can compare and merge two large files of 100GB (10 billion lines). You can also sort, find/remove duplicate lines and extract strings over a large file of 1GB.

Freeware

Zitat
PilotEdit 10.2.0 includes a fix for serial number verification.

http://www.pilotedit.com/
Titel: TeXstudio 2.12.6
Beitrag von: SiLæncer am 24 Juli, 2017, 16:30
(https://s26.postimg.org/d57zg2pll/screenshot_581.jpg)
GPL-LaTeX-Editor, der das Erstellen von LaTex-Dokumenten in Unicode vereinfacht; unterstützt den Nutzer beim Schreiben mittels interaktiver Rechtschreibprüfung, Syntax-Highlighting, Code-Folding und automatischer Code-Vervollständigung.

Lizenz: Open Source

Changelog

Use Breeze window theme on KDE Plasma 5 (thanks to Alexander Wilms)
Support single-finger panning gesture on most config dialog components
Support single-finger panning touch gesture on log viewer
Pdf viewer scroll tool: support single-finger panning gesture
Center width-constrained documents in the editor (optional)
Add document tab context menu entries "Close" and "Close All Other Documents"
Improved layout of config build page
Add system check for language tool
Change search defaults to case-insensitive (feature-requests#1254)
Tags for beamer
Change preview default to embedded pdf
Handle preview failures more gracefully, i.e. no warning pop-ups
Repect preview settings (panel,etc) also for hover preview
Show hover preview as tooltip in case of inline-mode
Warn if compiler commands are actually a command list
Several improvements to the latex parser
Notify that a restart is required when switching between modern and classic style
Improved LanguageTool communication: better error handling
Add reset to default button for some LT settings
Add 200ms delay before showing auto-hidden viewer toolbar to prevent flicker
Eye candy for pdf circular magnifier (adapted code from texworks)
Show pdf highlight in magnifier
Capslock does not close completer any more
Alternative approach for determine directories from complete texts
Use cache for previews
Auto open completer when starting to type in references, packages etc.
Scripting: editor.cutBuffer
Subframetitle in structure view
Enable inputMethod (e.g. ^) in completer
Change default for complete non-text chacters to off, as it tends to cause unexpected behaviour
Fix word separation with punctuation
Fix: remove incorrect warning "Unknown magic comment" for "% !TeX TS-program = "
Fix: avoid compile fail if magic comment program is spelled wrongly
Fix: duplicate lines in autogenerated cwl files
Fix multi line argument interpretation
Fix pdfviewer in enlarged mode
Fix editing of basic shortcuts
Fix number in length keyVals
Fix flickering in structure view
Fix crash with qimage cache
Fix crash when restoring centralVSplitterState (bug 2175)
Fix highlighting of current entry in structure
Fix Open Terminal not working on windows QTBUG-57687 (bug 2178)
Fix column detection for tabu/longtabu

[close]

http://texstudio.sourceforge.net/
Titel: Komodo Edit 10.2.3 Build 17708
Beitrag von: SiLæncer am 25 Juli, 2017, 12:18
(http://download.winboard.org/uploads/Image/2010-12-22%2009%2024%2056.png)
Komodo Edit ist ein Editor, der folgende Sprachen unterstützt: PHP, Python, Ruby, java script, Perl, Tcl, XML, HTML 5, CSS 3. Weiterhin bietet das Programm eine Projektverwaltung, Sweet-Editor und kann mittels Erweiterungen ausgebaut werden.

Freeware

Changelog

Fixed issue where Komodo would randomly hang, particularly apparent on MacOS since its 10.12.4 update - fixes #2424.
Added a new Update Window for major releases (eg. Komodo 11)

[close]

http://www.activestate.com/komodo-edit/downloads
Titel: Atom 1.19.0 Beta 5
Beitrag von: SiLæncer am 25 Juli, 2017, 13:50
(http://s26.postimg.org/6bt5lin89/screenshot_265.jpg)
A powerful and flexible application that works as a text and source code editor with syntax highlight, or alternately as a file viewer.

MIT License

Whats new:>>

Fix exceptions when measuring pixel positions with pending content updates.

https://atom.io/
Titel: RJ TextEd 12.21
Beitrag von: SiLæncer am 26 Juli, 2017, 19:45
(http://images.six.betanews.com/screenshots/scaled/1187014627-1.jpg)
RJ TextEd - A Unicode source and text editor. RJ TextEd is a full featured text and source editor with Unicode support, syntax highlighting and code folding. The functionality extends beyond text files and includes support for HTML editing with integrated preview, spell checking, auto completion, HTML validation, templates and more. The program also include support for Topstyle Lite CSS editor, has a dual pane file commander, as well as a FTP client to upload your files. The editor uses language files to display menus and dialogs in different languages. There are several included languages. New language files can easily be created in the editor. RJ TextEd is also a simple web development tool. The editor can use auto completion and hints to assist you in editing your source code. You can preview HTML/ASP/PHP... code using one of the preview tabs or open a document in a browser. The editor does not only handle source code. It also handles true ASCII files, binary files and of course plain text files.

Licence: Freeware

Changelog

Search Options:

Added a few new search options to handle selected text.

You can:

Use selected text as search string.
Include multi-line selection as search strings.
Or not use selection as search string.

Fixed:

A few "Quick Find" issues.
Theme issues at startup.
Several theme issues when changing theme.
Increase/Decrease font size.
Minor issue in Edit menu.
"Home" page issues at startup.

[close]

http://www.rj-texted.se
Titel: QOwnNotes v17.07.7
Beitrag von: SiLæncer am 27 Juli, 2017, 09:21
Changelog

added Catalan translation (a big thank you to MGuerra!)

    join us at QOwnNotes on Crowdin to make QOwnNotes available in more languages or help with the current translation

fixed more problems with resetting the mouse cursor after pressing Ctrl for Windows (for Issue #637)
fixed an issue with the highlighting of special cases of the references of reference links (for Issue #643)
added paragraph recognition for the pasting of html-code (for Issue #643, thank you @vanleo2001)
added more Dutch and German translation (thank you Fabijenna and rakekniven)

[close]

http://www.qownnotes.org/
Titel: Texmaker 5.0.1
Beitrag von: SiLæncer am 27 Juli, 2017, 16:46
(http://s26.postimg.org/v2l1p1ee1/screenshot_1074.jpg)
Umfangreicher LaTeX-Editor mit integrierten Tools und Funktionen wie Syntax-Highlighting, 370 mathematischen Symbolen und Ausdrücken, Suchen und Ersetzen oder Rechtschreibprüfung; konvertiert zudem LaTeX ins HTML-Format.

Lizenz: Open Source

Changelog

A trouble with the MikTex's ps2pdf command has been fixed
The "-dpiscale x" option has been added to the Texmaker command line : with this option the environment variable QT_SCALE_FACTOR will be set to x before building the GUI (same behavior than adding "export QT_SCALE_FACTOR=x" to the environment variables). Can be used to adjust the interface if the monitor dpi is not well detected.
The cs translation has been updated

[close]

http://www.xm1math.net/texmaker/download.html
Titel: Text Editor Pro v1.5.0
Beitrag von: SiLæncer am 28 Juli, 2017, 17:00
(http://s26.postimg.org/8fepd5amx/screenshot_187.png)
Text Editor Pro (formerly EditBone) is a powerful text editing tool that comes with syntax highlighting support for over 50 languages and scripts, customizable with over 100 options, 29 ready made styles, a handy file comparison feature, unicode character map, numerical unit convert tool, SQL formatter, and support for multiple directories and search results.

Freeware

Changelog

Added:

    Extended search mode;
    Hex editor (View->Hex editor).

Optimized find in files and search files.

Fixed:

    Black background flashing when extended borders mode (skin) is not in use;
    Popup menus;
    Skin selector;
    Completion proposal;
    Language files;
    AV in search files.

Updated AlphaSkins controls v12.13.

[close]

http://texteditor.pro/
Titel: yWriter 6.0.1.4
Beitrag von: SiLæncer am 28 Juli, 2017, 18:15
Whats new:>>

Should fix 'Close Project' bug with yw6 files

http://www.spacejock.com
Titel: QOwnNotes v17.07.9
Beitrag von: SiLæncer am 29 Juli, 2017, 10:15
Changelog

17.07.9

    fixed a possible crash when using scripts with custom actions in the note list context menu when the script engine is reloaded and the context menu is opened

17.07.8

    there now is a new scripting command to return a list of the paths of all selected notes script.selectedNotesPaths() (for Issue #490)
        for more information please take a look at Getting a list of the paths of all selected notes
    scripting function registerCustomAction now has a new parameter to add a menu entry to the note list context menu
        for more information please take a look at the registerCustomAction documentation
    there is a new script External note diff in the script repository, that uses above new features and adds adds a menu entry to the context menu of the note list to diff selected notes in an external diff program
        the path of the diff program can be selected in the script settings of the script
    added more Catalan, French, Italian, Brazilian Portuguese and German translation (thank you MGuerra, bepolymathe, mlocati and mlimacarlos)

[close]

http://www.qownnotes.org/
Titel: FocusWriter v1.6.6
Beitrag von: SiLæncer am 31 Juli, 2017, 13:41
(http://s26.postimg.org/9wb0ptx5l/screenshot_567.jpg)
FocusWriter hilft Vielschreibern beim Verfassen von Texten. Die Textverarbeitung blendet alle Menüs und Leisten aus. So kann man sich beim Schreiben voll und ganz auf das Wesentliche konzentrieren.

Der Vollbild-Texteditor FocusWriter zeigt als Oberfläche absichtlich lediglich den blanken Text. Daher gelingt es leichter, störungs- und ablenkungsfrei zu schreiben. Auf Wunsch kann man auf zusätzliche Steuerelemente zugreifen und diese per Maus über die Bildschirmränder abrufen.

Außerdem kann bei FocusWriter eine Statuszeile mit der aktuellen Uhrzeit, einem Timer und Statistiken eingeblendet werden. Das geplante Arbeitspensum legt der Schreiber in den Einstellungen in Minuten oder Wörtern fest. Textart und -farbe werden hier ebenfalls ganz nach Wunsch bestimmt.

Mit FocusWriter können mehrere Dokumente parallel bearbeitet werden. Ein Speichern erfolgt im RTF-, ODT- oder TXT-Format. Standardmäßig zeigt die Freeware einen einfarbigen, nüchternen Hintergrund. Wer die Arbeitsumgebung etwas freundlicher und abwechslungsreicher gestalten möchte, kann die Farbe ändern und auch ein eigenes Bild als Hintergrund einblenden.

FocusWriter enthält alle Grundfunktionen einer Textverarbeitung inklusive Textformatierungen, einer Rechtschreibprüfung und dem Suchen und Ersetzen von Wörtern und Textausschnitten. Die Freeware spricht vor allem den Vielschreiber an, der sich allein auf den Text konzentrieren möchte.

Changelog

Fixed:

    Did not show headings when automatic spellchecking was disabled;
    Foreground incorrectly placed when load stretched themes.

Translation updates: Czech, Armenian.

[close]

http://gottcode.org/focuswriter/
Titel: CodeLite 10.0.6 Weekly
Beitrag von: SiLæncer am 31 Juli, 2017, 16:46
(http://codelite.org/images/codelite-linux-thumb.png)
CodeLite is created as a powerful and cross-platform instrument that allows you to analyze and edit C / C++ source code files.

CodeLite is an open source tool that makes use of an user-friendly, yet sophisticated interface that allows users to easily create and build complex projects.

License: GPL

Changelog

Bugs fixed:

Fixed: Clang code completion: support for undef preprocessors defined in the project settings
Make sure the 'Replace' view is visible when using 'Replace In Files'
Customizable build folder per project for the CMake plugin
"Replace All" hang (endless replace)
comment/uncomment with different select(highlight) direction
FIXED: SVN plugin - add confirm box on "delete" a file from svn window
FIXED: PHP: Constants that have negative values - the type info tooltip shows only the "-" sign
FIXED: PHP: multiple constants defined on the same line are now parsed correctly
PHP code completion doesn't display on Arch Linux
No auto-completion on index key within "foreach" loop
Re-add "File Types" settings option
Fixed: Variable toggle not staying down on debugger
PHP: No arguments hint after writing lambda function
External tools are out of order in the toolbar
Fixed: When deleting a file from the tree, it's not deleted in the SVN, and is restored upon SVN update
Wrong Project Name in CMakeLists.txt
Fixed: QuickOutline: search - first char is wrong if shift is pressed
Fixed: symbolic link handling
Fixed: Continue highlighting similar words/phrase, when marking the next occurrence
PHP: Fixed: No auto complete after math operation
Fixed: use '-assume-filename' switch when formatting source file using clang-format
PHP: No autocomplete on predefined constants after "include"
Bug: ZoomNavigator eats too many CPU at 10.0.0
CodeLite forgets the working directory
No uninstall icon in Windows Programs and Features
can't understand how to use unittest++
Fixed: Typehint for iterator in "foreach" does not accept var name
Fixed: Multiple undeletable breakpoints in one line in template C++ function
Fixed: codelite-make build error when workspace build configuration name differs from project's
Fixed: Detached editor window looses changes if closed
Display of SFTP folder structure on OS X
Fixed: When converting tabs to/from spaces, "undo" makes it line by line
Fixed: Minor commenting bug
Fixed: SFTP - When closing connection/IDE, the files remain open
Fixed: Error in v10 Stable - Import Files and Directories dialog Issue

Improvements:

Add option to use dark tab theme by default
Clear the Search and References view when closing a workspace
Updated wxWidgets library for OSX to latest
Configuration Manager dialog re-written
Show file encoding in the status bar and allow user to change it directly from there
PHP: extract the type for PHPDoc in the format of: /* @var $varName SomeClassType */
Upgrade prompt only on release builds
NEW: When selecting a URL text in the editor, add new context menu: Go to <URL> which opens the default browser for the selected URL
MSW: the "Output" tab now also captures and prints messages printed via OutputDebugString calls (Windows only)
Add sync-folder to context menu and the toolbar
Fixed: Distinguishing enabled projects in workspace window
Implemented: Feature Request: tab switching using the mouse scroll wheel does not work at 10.0.0
PHP doc-block - Initialize undeclared parameters types with "mixed" instead of "<unknown>"
Open resource dialog (C/C++): allow multiple selection
Tab DnD: when dropping a tab on a target tab, if the dropping position occurs on the LEFT side of the tab the dragged tab is positioned to the left of the target tab, otherwise, it is dropped to its RIGHT
NEW VIM mode plugin, You can read more here
NEW PHPLint plugin that supports PHPMD (Mess Detector), PHP_CodeSniffer and simple linter
Upgrade CPPCHECK to version 1.79
NEW PHP refactoring is now supported

[close]

http://codelite.org/
Titel: Text Editor Pro 1.6.0
Beitrag von: SiLæncer am 31 Juli, 2017, 17:00
(http://s26.postimg.org/8fepd5amx/screenshot_187.png)
Text Editor Pro (formerly EditBone) is a powerful text editing tool that comes with syntax highlighting support for over 50 languages and scripts, customizable with over 100 options, 29 ready made styles, a handy file comparison feature, unicode character map, numerical unit convert tool, SQL formatter, and support for multiple directories and search results.

Freeware

Whats new:>>

Added output options for find in files
Added options for hex editor
Added highlighter for Diff
Fixed paste from clipboard
Fixed scrolling
Fixed language files

http://texteditor.pro/
Titel: QOwnNotes 17.08.0
Beitrag von: SiLæncer am 01 August, 2017, 04:30
(http://s26.postimg.org/hfer16hsp/screenshot_106.png)
QOwnNotes is a text editor / notepad replacement with markdown support and todo list manager. The program supports themes, keyboard shortcuts, syntax highlighting, and encryption. Includes available nested file list, tags, search, and more. Optionally works with the notes application ownCloud or Nextcloud.

Cross-platform with clients available for Mac and Linux.

License:    GPL

Changelog

added a new editor color schema Bepolymathe Light (thank you @bepolymathe) (for Issue #648)
when pasting html from the clipboard as markdown null characters and Windows line breaks will now be removed as well as all tags will be interpreted over multiple lines (for Issue #645)
added more Catalan translation (thank you MGuerra)

[close]

http://www.qownnotes.org/
Titel: Text Editor Pro v1.6.1
Beitrag von: SiLæncer am 01 August, 2017, 06:00
Whats new:>>

Fixed:

    AV in hex editor (64-bit).
    About.
    Language files.

http://texteditor.pro/
Titel: QOwnNotes v17.08.1
Beitrag von: SiLæncer am 02 August, 2017, 05:30
Whats new:>>

fixed linking of notes in the link dialog (for Issue #646)
fixed the colors in the editor color schema Bépolymathe Light (for Issue #648)
added more Catalan translation (thank you MGuerra)

http://www.qownnotes.org/
Titel: Text Editor Pro v1.6.2
Beitrag von: SiLæncer am 02 August, 2017, 06:13
Whats new:>>

Fixed:

    Hex editor bookmarks.
    Options.
    Split.
    Language files.

http://texteditor.pro/
Titel: Atom 1.19.0 Beta 6
Beitrag von: SiLæncer am 02 August, 2017, 13:50
(http://s26.postimg.org/6bt5lin89/screenshot_265.jpg)
A powerful and flexible application that works as a text and source code editor with syntax highlight, or alternately as a file viewer.

MIT License

Whats new:>>

Upgrade text-buffer to fix spurious conflict and reload events #15121
Fix gutter decoration regression #15135

https://atom.io/
Titel: CSVed v2.5.2a
Beitrag von: SiLæncer am 03 August, 2017, 05:45
(https://i.postimg.cc/jS9jt288/screenshot_627.png)
Editor zum Bearbeiten von CSV-Dateien; erlaubt das Editieren der Feldinhalte sowie das Bearbeiten der Tabellenstruktur; kann unter anderem Zeilen, Spalten und Dateien verbinden, Doppeleinträge entfernen und markierte Felder in eine eigenständige CSV-Datei exportieren; exportiert in die Formate HTML, XML, XLS und DOC

Freeware

What's new: >>

No test disk in drive and network.

http://csved.sjfrancke.nl/index.html
Titel: Atom 1.19.0 Beta 7
Beitrag von: SiLæncer am 04 August, 2017, 09:19
Changelog

Atom Core:

Ensure custom gutter decoration elements fill their container (atom/atom#15147)

v0.3.3...v0.3.4-0:

Reduce CPU usage for large repositories (atom/github#959)
Respect GIT_AUTHOR_*/GIT_COMMITTER_* environment variables (atom/github#925)
Fix screenshots in package settings (atom/github#1006)
Fix Repository#getGitDirectoryPath() for absent or loading repos (atom/github#1031)
Collect an --exec-path from a native git installation, if any (atom/github#1057)
Pass credentials correctly when username is provided in the git URL (atom/github#1065)
Fix stale function reference when calling context menu handler (atom/github#1072)

[close]

https://atom.io/
Titel: Text Editor Pro v1.6.3
Beitrag von: SiLæncer am 05 August, 2017, 10:00
Whats new:>>

Fixed:

    Normal/extended search engine.
    Drag and drop.
    Language files.

http://texteditor.pro/
Titel: RText 2.6.3
Beitrag von: SiLæncer am 05 August, 2017, 20:45
(https://i.postimg.cc/Kzfk1m6B/screenshot-2559.png)
RText is a fully customizable programmer's text editor. Some of its features include syntax highlighting, editing multiple documents at once, printing and print preview, find/replace/find in files dialogs, undo/redo, and online help.

Licence: Freeware (GPL)

Here's what's new:

Added .ini file syntax highlighting.
Added YAML syntax highlighting.
Added hostfile syntax highlighting.
Projects: added "Move to top" and "Move to bottom" actions.
Added another "dark" theme, Monokai.
Improved the "dark" theme of the user interface.

https://bobbylight.github.io/RText/
Titel: QOwnNotes v17.08.2
Beitrag von: SiLæncer am 07 August, 2017, 06:00
Changelog

added Swedish translation (a big thank you to druus!)

    join us at QOwnNotes on Crowdin to make QOwnNotes available in more languages or help with the current translation

the Delete line function now only deletes the text to the beginning of the line and not the whole line to mimic the behavior of other text editors (for Issue #432)
if Tab is pressed while adding a tag to the current note the tag that starts with the currently entered text will now be added (for Issue #658)
when Show in system tray will be checked in the Window menu then the user will now receive a notification if Allow only one app instance isn't enabled in the settings (for Issue #660)
added more Catalan and German translation (thank you MGuerra)

[close]

http://www.qownnotes.org/
Titel: BabelPad 10.0.0.2
Beitrag von: SiLæncer am 07 August, 2017, 16:45
(https://s26.postimg.org/5e8b1wcnt/screenshot_645.jpg)
BabelPad is a free Unicode text editor and word processor for Windows that supports the proper rendering of most complex scripts, and allows you to assign different fonts to different scripts in order to facilitate multi-script text editing.

Freeware

http://www.babelstone.co.uk/index.html
Titel: CudaText v1.14.5.0
Beitrag von: SiLæncer am 07 August, 2017, 19:00
(http://s26.postimg.org/orql8dkpl/screenshot_257.png)
Create programming scripts with this powerful tool that supports more than 130 languages and allows users to work concurrently on as many as six groups of projects.

Freeware

Changelog

+ lexer-specific config + lexer-specific hotkeys config are supported for none-lexer ("lexer -.json", "keys lexer -.json")
+ lexer analysis for big files (>100K, option) is delayed now. Syntax analysis starts only after user ends typing text, and pause passed. Much faster on big files.
+ big optimizations for loading big files (>5Mb); e.g. 280 Mb log loaded before: 22sec, now: 7sec.

+ option "lexer_delayed_parsing_size"
+ option "lexer_delayed_parsing_pause"
+ option "ui_tab_new_near_current"
+ option "ruler_from_1"
+ option "unprinted_spaces_trailing"
+ option "indent_kind" has value "by spaces up to opening bracket" (like in ST3)
+ option "indent_makes_whole_line_sel"
+ option "autocomplete_trigger_chars" (like in ST3)
+ option "ui_statusbar_panels" has item for wrap-mode panel (default is hidden)
+ option "ui_statusbar_wrap"
+ option "wrap_enabled_max_lines", ie disabled word-wrap for huge files (>60K lines) to speedup
+ menu item "View - Toggle micromap"
+ menu item "View - Toggle unprinted chars - Spaces/tabs trailing only"
+ command "toggle word wrap mode (off/window/margin)"
+ Addon Manager: "Install from Github" saves version like "github 2016.10.20"
+ saving file error shows Retry/Cancel message (was OK only)
* removed option "autocomplete_autoshow_lexers" (use lexer-specific configs instead)

lexers:

+ added syntax-theme color for php-tag (<?php ?>)
+ added hilite of php-tag in lexers: HTML, CSS, JS
+ added hilite of standard color names in CSS
* changed link chain of lexers. Was before: PHP includes HTML, HTML includes CSS/JS, CSS/JS includes nothing. Now: HTML includes PHP/CSS/JS, CSS/JS includes PHP, PHP includes nothing. File type *.php is now handled by HTML lexer.

fixes:

- fixed case-insensitive search in menu dialogs for non-En chars
- fixed non-working plugin hotkeys after any plugin installing
- fixed parasite scrolling if file was closed not on top
- fixes in JSON, Pascal lexers

[close]

http://www.uvviewsoft.com/cudatext/
Titel: Atom 1.19.0 Final
Beitrag von: SiLæncer am 10 August, 2017, 08:00
Changelog

Atom's underlying text buffer has been implemented in native C++
Full rewrite of the editor's rendering layer
Update to Electron 1.6.9
Render line number gutter without numbers when showLineNumbers is false
Improved clarity of Editor not responding actions
Restore ability for escape to return focus to center
Optimize trailing whitespace removal using native buffer search

[close]

https://atom.io/
Titel: Atom 1.20.0 Beta 0
Beitrag von: SiLæncer am 10 August, 2017, 11:15
(http://s26.postimg.org/6bt5lin89/screenshot_265.jpg)
A powerful and flexible application that works as a text and source code editor with syntax highlight, or alternately as a file viewer.

MIT License

Changelog

Added support for multiple git diff views.
Git commit messages can now be edited in the main editor.
Find in Project search results now include additional context lines.
Added an API for observing dock visibility.
Fixed middle-mouse button behavior when closing tabs on Linux.
Support has been added to bracket-matcher for code embedded in strings.

[close]

https://atom.io/
Titel: Typora 0.9.30 Beta
Beitrag von: SiLæncer am 10 August, 2017, 12:45
(https://s26.postimg.org/w2onuosnt/screenshot_64.png)
Swiftly write, edit, format and convert text to HTML with the help of this modern looking, streamlined and novice-accessible piece of software.

Freeware

Changelog

Support file tree/list in left side panel.
Start using CSS variable in themes. Change theme styles may be easier.
Support relative link to files without adding `.md` or `.markdown` explicitly.
Diagrams can auto fit the max-width.
Improve auto detect logic for urls.
Fix exported HTML/PDF does not follow original markdown's logic of line break.
Fix syntax highlight in night theme and syntax for protobuf, diff and php+html does not work.
Change some inappropriate descriptions in menu, dialog and tooltip.
Fix bug that some `<a>` tags are not parsed correctly.
No auto-pair for markdown symbols in inline math.
Support Chinese character in header anchors.
Fix bug of delete and return key on selected text or table.
Find/Replace input supports undo/redo and hit selection in code fences won't be removed.
Fix excepted HTML tags are not escaped in exported HTML.
Fix nav key on context menu
Fix bug that Math block cannot be copied.
Add tooltips on button.
Other bug fix.

[close]

http://www.typora.io/
Titel: QOwnNotes v17.08.3
Beitrag von: SiLæncer am 11 August, 2017, 12:40
(http://s26.postimg.org/hfer16hsp/screenshot_106.png)
QOwnNotes is a text editor / notepad replacement with markdown support and todo list manager. The program supports themes, keyboard shortcuts, syntax highlighting, and encryption. Includes available nested file list, tags, search, and more. Optionally works with the notes application ownCloud or Nextcloud.

Cross-platform with clients available for Mac and Linux.

License:    GPL

Changelog

you can now reorder your scripts in the Script settings via drag and drop to adjust which scripts should be executed first (for Issue #663)
the scripting function noteToMarkdownHtmlHook can now be used in multiple scripts to modify the html of the preview (for Issue #663)
added more French, Italian, Brazilian Portuguese and Spanish translation (thank you bepolymathe, mlocati, mlimacarlos and richarson)

[close]

http://www.qownnotes.org/
Titel: Atom 1.20.0 Beta 1
Beitrag von: SiLæncer am 11 August, 2017, 16:45
Whats new:>>

Fix bug in Windows installer that prevented our friendly beta community from using Atom 1.20 beta on Windows (atom/atom#15194)
Fix issues with caps lock interfering with keybindings on Windows (atom/atom-keymap#216)

https://atom.io/
Titel: Typora 0.9.31 Beta
Beitrag von: SiLæncer am 11 August, 2017, 18:00
Whats new:>>

Fix a regression bug about ctrl+backspace.

http://www.typora.io/
Titel: Text Editor Pro v1.6.4
Beitrag von: SiLæncer am 11 August, 2017, 18:45
(http://s26.postimg.org/8fepd5amx/screenshot_187.png)
Text Editor Pro (formerly EditBone) is a powerful text editing tool that comes with syntax highlighting support for over 50 languages and scripts, customizable with over 100 options, 29 ready made styles, a handy file comparison feature, unicode character map, numerical unit convert tool, SQL formatter, and support for multiple directories and search results.

Freeware

Whats new:>>

Fixed:

    HTML with Scripts highlighter.

http://texteditor.pro/
Titel: CudaText v1.15.0
Beitrag von: SiLæncer am 12 August, 2017, 09:00
(http://s26.postimg.org/orql8dkpl/screenshot_257.png)
Create programming scripts with this powerful tool that supports more than 130 languages and allows users to work concurrently on as many as six groups of projects.

Freeware

Changelog

+ option "centering_width"
+ option "centering_for_distraction_free"
+ option "ruler_numeration"
+ command "go to screen center"
+ command "force final end-of-line"
+ Addon Manager: suggests to install several addons, one after another
+ Addon Manager: install-command splitted to: a) Install - items w/o installed ones, b) Re-install - already installed items
* removed option "ruler_from_1"
- fixed option "indent_makes_whole_line_sel"

[close]

http://www.uvviewsoft.com/cudatext/
Titel: Alternate Text Browser 3.150
Beitrag von: SiLæncer am 12 August, 2017, 11:15
(http://s26.postimg.org/f10vppk49/screenshot_84.png)
This program makes it easy to browse through text- and html-files (also xml), syntax highlighting for serveral programming languages available (C++, Pascal, PHP, Perl, ASM, JScript etc.).

Freeware

Whats new:>>

Added option to shred files to file menu

http://www.alternate-tools.com/pages/c_textbrowser.php?lang=ENG
Titel: QOwnNotes v17.08.4
Beitrag von: SiLæncer am 13 August, 2017, 20:45
Changelog

the order of the scripts in the Script settings now really adjusts which script is executed first (for Issue #663)
a warning with error code and error message will now be printed to the log panel if a network error occurs when talking to your ownCloud / Nextcloud server (for Issue #664)
attempted to fix the reminder date in todo list items for newer versions of Nextcloud (for Issue #664)

[close]

http://www.qownnotes.org/
Titel: BabelPad 10.0.0.4
Beitrag von: SiLæncer am 14 August, 2017, 09:15
(https://s26.postimg.org/5e8b1wcnt/screenshot_645.jpg)
BabelPad is a free Unicode text editor and word processor for Windows that supports the proper rendering of most complex scripts, and allows you to assign different fonts to different scripts in order to facilitate multi-script text editing.

Freeware

http://www.babelstone.co.uk/index.html
Titel: PilotEdit Lite 10.8.0
Beitrag von: SiLæncer am 14 August, 2017, 10:30
(http://www.pilotedit.com/images/OpenInQuickMode.PNG)
PilotEdit is a text, hex, XML, C/C++, HTML, PHP, Java, Javascript and Perl editor that can edit large files of 400GB (40 billion lines).

It offers customizable syntax and keyword highlighting, advanced search and replace operations, automatic text encoding, 256-bit AES encryption/decryption and a built-in FTP/SFTP client lets you open, edit, download and upload large files directly to/from a FTP/SFTP server.

In addition to standard text editing features, PilotEdit can compare and merge two large files of 100GB (10 billion lines). You can also sort, find/remove duplicate lines and extract strings over a large file of 1GB.

Freeware

Zitat
PilotEdit 10.8.0 includes a fix for start tag and end tag.

http://www.pilotedit.com/
Titel: Texmaker 5.0.2
Beitrag von: SiLæncer am 14 August, 2017, 12:20
(https://i.postimg.cc/pTv5K008/screenshot-770.png)
Umfangreicher LaTeX-Editor mit integrierten Tools und Funktionen wie Syntax-Highlighting, 370 mathematischen Symbolen und Ausdrücken, Suchen und Ersetzen oder Rechtschreibprüfung; konvertiert zudem LaTeX ins HTML-Format.

Lizenz: Open Source

Changelog

A memory leak has been fixed in the internal pdf viewer
The trouble about the "open terminal" command on windows has been fixed

[close]

http://www.xm1math.net/texmaker/download.html
Titel: Notepad3 2.0.2 Build 432
Beitrag von: SiLæncer am 14 August, 2017, 19:40
(https://s26.postimg.org/s6uzyo32x/screenshot_214.png)
Notepad3 is a lightweight piece of software that overcomes some of the well-known limitations of Windows standard text editor while providing syntax highlighting support.

Freeware

http://www.rizonesoft.com/downloads/notepad3/
Titel: Typora 0.9.32 Beta
Beitrag von: SiLæncer am 14 August, 2017, 21:00
Changelog

Fix 100% CPU usage with menu on KDE on some linux distribution.
`@import` and `@include-when-export` will be converted to linked stylesheet when export to HTML.
Fix a bug that `ctrl`+click on hyperlink cannot open other protocol like `magic:` or others.
Fix a bug that selection should extend by word in some cases.
Fix a bug that after selection, the select anchor will always move to its start boundary.
Ctrl+Ip/Down key and PageUp/PageDown key can exit code fences when the cursor is at start/end position of the code fences.
Better image select logic when editing: double click and auto select all raw text of an image.
Can copy tables to Words from context menu.
Select word/select line also supports code fences and source code mode.

Fix some regression bug:

`Ctrl+-`/`Ctrl+=`/`ctrl+[`/`ctrl+]` not work as expect.
Auto pair for normal markdown characters does not work.
Fix for `<img height="200" />` , the height attribute won't be correctly added when rendering.
Performance improving when typing.
Zoom level sometimes is incorrect on startup.

[close]

http://www.typora.io/
Titel: Atom 1.19.1
Beitrag von: SiLæncer am 15 August, 2017, 17:20
Changelog

Fix measuring lines in presence of pending autoscroll requests
Work around incorrect data on compositionupdate events in Chrome 56
Use default cursor on dummy scrollbars and make them 15px wide/tall
Don't throw an error when setting an incredibly small lineHeight
Suppress composition events default prevented on previous keydown
Fix IME composition preview for new editors
Ignore clicks on block decorations
Prompt user only once when quitting/restarting and canceling save dialog

[close]

https://atom.io/
Titel: Atom 1.20.0 Beta 2
Beitrag von: SiLæncer am 15 August, 2017, 18:45
(https://s26.postimg.org/6bt5lin89/screenshot_265.jpg)
A powerful and flexible application that works as a text and source code editor with syntax highlight, or alternately as a file viewer.

MIT License

Changelog

Create, update and destroy highlights manually
Shim rowsPerPage property on Editor instances
Fix measuring lines in presence of pending autoscroll requests
Work around incorrect data on compositionupdate events in Chrome 56
Use default cursor on dummy scrollbars and make them 15px wide/tall
Don't throw an error when setting an incredibly small lineHeight
Suppress composition events default prevented on previous keydown
Fix IME composition preview for new editors
Ignore clicks on block decorations
Prompt user only once when quitting/restarting and canceling save dialog

[close]

https://atom.io/
Titel: ProgramEdit 4.5.5 Build 8-14-2017
Beitrag von: SiLæncer am 15 August, 2017, 19:45
(https://s26.postimg.org/lz5vav3mh/screenshot_992.jpg)
ProgramEdit - a free Windows® software source-code editor. ProgramEdit includes language support for HTML, Ada, C/C++, C#, CSS, JAVA, JavaScript, Perl, PHP, Python, Ruby, VB, VBScript, Verilog, VHDL and Batch(.bat) files. Other features include tabbed file selection, text highlighting, find & replace, regular expressions, sesssions, bookmarks, multiple undo/redo and hyperlinks.

Freeware

Changelog

add Column Edit Paste and Tab Left
add SearchResults View menu
correct several minor bugs

[close]

http://simplesolverlogic.com/index.html
Titel: Typora 0.9.33 Beta
Beitrag von: SiLæncer am 16 August, 2017, 06:00
(https://s26.postimg.org/w2onuosnt/screenshot_64.png)
Swiftly write, edit, format and convert text to HTML with the help of this modern looking, streamlined and novice-accessible piece of software.

Freeware

Whats new:>>

Fix a critical bug that some code fences may crash the app.

http://www.typora.io/
Titel: Notepad++ 7.5
Beitrag von: SiLæncer am 16 August, 2017, 10:00
(https://s26.postimg.org/sa3ge0uxl/screenshot_47.png)
Notepad++ is a tabbed source code editor and Notepad replacement with a customizable interface. It is one of the few few source code editors that supports "folding," allowing users to quickly reduce and expand sections of code to see the overall document. In addition, it features multi-language syntax highlighting, auto-completion, regular expression search/replace, macro recording and playback, etc. The program can access a long list of plug-ins via an easy-to-access menu with even more features and functions.

License: GPL

Changelog

Add new languages support: ASN.1, AviSynth, Blitz Basic, Csound, Erlang, escript, Forth, FreeBASIC, LaTeX, MMIX, Nimrod, nnCron, OScript, PureBasic, Rebol, registry, Rust, SPICE, txt2tags
Add "Open file in its default viewer" command.
Add "-quickPrint" command line argument: Launch Notepad++, print document & exit.
Add /noUpdater argument for installer to not install updater (useful in silent mode).
Add new installer argument /allowAppDataPluginsLoading.
Roll back to 1 "Find next" button in Find/Replace dialog, due to the inconsistence after removal of direction option.
Enhancement: empty fields "Replace with" and "Filters" of Find/Replace dialog are remembered in the next session.
Fix text selection in combo boxes of find/replace dialog problem on resizing.
Fix the issue of passing non-exist folder via command line without any warning.
Fix multi-line tab button remaining pushed issue while switching off.
Fix TAB key wired behavior on find/replace dialog's transparency radio button.
Fix click on tab without hitting close button but close file issue.
Fix Notepad++ modifying command line arguments issue (command line arguments could be visualized by system tools).
Fix file not dirty while its content changed on the hard drive.
Fix saved duplicated file in the same view issue.
Fix "Folder as Workspace" toolbar button not activated after dropping folder issue.

[close]

http://notepad-plus-plus.org/
Titel: Scite 4.0.0 Unstable
Beitrag von: SiLæncer am 16 August, 2017, 20:30
(https://s26.postimg.org/grtf9e7x5/screenshot_191.png)
Editor mit Syntax-Highlighting, Auto-Completion, Folding und vielem mehr...

Lizenz: Open Source

Changelog

This is an unstable release with changes to interfaces used for lexers and platform access. Some more changes may occur to internal and external interfaces before stability is regained with 4.1.0.
Uses C++14 features. Requires Microsoft Visual C++ 2017, GCC 7, and Clang 4.0 or newer.
Support dropped for GTK+ versions before 2.24.
The lexer interfaces ILexer and ILexerWithSubStyles, along with additional style metadata methods, were merged into ILexer4. Most lexers will need to be updated to match the new interfaces.
The IDocumentWithLineEnd interface was merged into IDocument.
The platform layer interface has changed with unused methods removed, a new mechanism for reporting events, removal of methods that take individual keyboard modifiers, and removal of old timer methods.
Style metadata may be retrieved from lexers that support this through the SCI_GETNAMEDSTYLES, SCI_NAMEOFSTYLE, SCI_TAGSOFSTYLE, and SCI_DESCRIPTIONOFSTYLE APIs.
The Cocoa platform layer uses Automatic Reference Counting (ARC).
The default encoding in Scintilla is UTF-8.
An SCN_AUTOCSELECTIONCHANGE notification is sent when items are highlighted in an autocompletion or user list.
The data parameter to ILoader::AddData made const. Bug #1955.
SciTE's embedded Lua interpreter updated to Lua 5.3.
SciTE allows event handlers to be arbitrary callables, not just functions. Feature #1190.
SciTE allows user.shortcuts to be defined with symbolic Scintilla messages like 'Ctrl+L|SCI_LINEDELETE|'.
The Matlab lexer treats 'end' as a number rather than a keyword when used as a index. This also stops incorrect folding. Bug #1951.
The Matlab folder implements "fold", "fold.comment", and "fold.compact" properties. Bug #1965.
The Rust lexer recognizes 'usize' numeric literal suffixes. Bug #1919.
Ensure redraw when application changes overtype mode so caret change visible even when not blinking. Notify application with SC_UPDATE_SELECTION when overtype changed - previously sent SC_UPDATE_CONTENT.
Fix drawing failure when in wrap mode for delete to start/end of line which affects later lines but did not redraw them. Also fixed drawing for wrap mode on GTK+ 2.x. Bug #1949.
On GTK+ fix drawing problems including incorrect scrollbar redrawing and flickering of text. Bug #1876.
On Linux, both for GTK+ and Qt, the default modifier key for rectangular selection is now Alt. This is the same as Windows and macOS. This was changed from Ctrl as window managers are less likely to intercept Alt+Drag for moving windows than in the past.
On Cocoa, fix doCommandBySelector but avoid double effect of 'delete' key. Bug #1958.
On Qt, the updateUi signal includes the 'updated' flags. No updateUi signal is sent for focus in events. These changes make Qt behave more like the other platforms.
On Qt, dropping files on Scintilla now fires the SCN_URIDROPPED notification instead of inserting text.
On Qt, focus changes send the focusChanged signal. Bug #1957.
On Qt, mouse tracking is reenabled when the window is reshown. Bug #1948.
On Windows, the DirectWrite modes SC_TECHNOLOGY_DIRECTWRITEDC and SC_TECHNOLOGY_DIRECTWRITERETAIN are no longer provisional.
SciTE on macOS fixes a crash when platform-specific and platform-independent session restoration clashed. Bug #1960.
SciTE on GTK+ implements find.close.on.find. Bug #1152, Bug #1254, Bug #1762, Feature #849.

[close]

http://www.scintilla.org/SciTE.html
Titel: QOwnNotes v17.08.5
Beitrag von: SiLæncer am 17 August, 2017, 05:50
(https://s26.postimg.org/hfer16hsp/screenshot_106.png)
QOwnNotes is a text editor / notepad replacement with markdown support and todo list manager. The program supports themes, keyboard shortcuts, syntax highlighting, and encryption. Includes available nested file list, tags, search, and more. Optionally works with the notes application ownCloud or Nextcloud.

Cross-platform with clients available for Mac and Linux.

License:    GPL

Changelog

added a new editor color schema Bepolymathe Colorize (for Issue #675, thank you @bepolymathe)
double clicking on items in the note subfolder tree and tag tree now causes the tree items to expand and collapse instead of editing them (for Issue #669)

    there now is a new menu entry Rename subfolder in the note subfolder tree to rename subfolders

you can now use the new scripting functions script.setPersistentVariable() and script.getPersistentVariable() to store and load persistent variables in scripts (for Issue #677)

    for more information please take a look at the scripting documentation

added more French and Swedish translation (thank you bepolymathe and druus)

[close]

http://www.qownnotes.org/
Titel: Atom 1.19.2
Beitrag von: SiLæncer am 17 August, 2017, 12:15
Changelog

Honor editor's scrollSensitivity parameter
Ensure extra document updates are not scheduled during updateSync
Suppress text input for default-prevented keydown events
Move cursors container inside lines container
Move placeholder text inside lines div
Only scroll one axis at a time, whichever has the greater delta
Hide off-screen lines when we render them for measurement
Only clear linesToMeasure when we have actually measured

[close]

https://atom.io/
Titel: QOwnNotes v17.08.6
Beitrag von: SiLæncer am 17 August, 2017, 20:00
Changelog

if you want to remote control QOwnNotes with sockets you can use WebSocketServer in a script

    for more information please take a look at the scripting documentation

you can now also search for filenames of notes in the note search line-edit, instead of just for note-text (for Issue #678)
you now can search for notes in all tags / subfolders with the new main menu entry Find notes in all tags / subfolders (shortcut Alt + F) (for Issue #671)

    the menu entry Find notes in all subfolders was removed as a consequence
    please visit QOwnNotes shortcuts for a list of all shortcuts

added more French and Italian translation (thank you bepolymathe and mlocati)

[close]

http://www.qownnotes.org/
Titel: Icon Maker 1.4
Beitrag von: SiLæncer am 19 August, 2017, 11:00
(https://s26.postimg.org/nwpawsae1/screenshot_1130.jpg)
Icon Maker can be used to quickly and easily create 32-bit color icons from images that already contain alpha information. All sizes from 16x16 to 256x256 PNG icons are supported. Currently, Icon Maker only supports writing 32-bit icons; any format image may be imported, but icons will always be saved in 32-bit color with an alpha channel. Requires .NET 3.5 and Windows XP SP3 or later.

License: Open Source

https://github.com/Inedo/iconmaker
Titel: RJ TextEd 12.30 Beta 1
Beitrag von: SiLæncer am 21 August, 2017, 17:15
(http://images.six.betanews.com/screenshots/scaled/1187014627-1.jpg)
RJ TextEd - A Unicode source and text editor. RJ TextEd is a full featured text and source editor with Unicode support, syntax highlighting and code folding. The functionality extends beyond text files and includes support for HTML editing with integrated preview, spell checking, auto completion, HTML validation, templates and more. The program also include support for Topstyle Lite CSS editor, has a dual pane file commander, as well as a FTP client to upload your files. The editor uses language files to display menus and dialogs in different languages. There are several included languages. New language files can easily be created in the editor. RJ TextEd is also a simple web development tool. The editor can use auto completion and hints to assist you in editing your source code. You can preview HTML/ASP/PHP... code using one of the preview tabs or open a document in a browser. The editor does not only handle source code. It also handles true ASCII files, binary files and of course plain text files.

Licence: Freeware

Changelog

Exception catcher:

To try out the exception catcher code - open the "About" window and click on the exception test link. Please don't send the bug report though, but you can try out saving the report. The exception is perfectly harmless.

Panel and tab options:

Please test the panel and tab options to make sure it all works properly.

Panels:

Added new panel options and moved all panel related options to the same place (Options - Customize - Style and Fonts).

There are now 5 options to handle panel appearance and behavior:

Show captions in panel tabs.
Show images in panel tabs.
Show captions in hidden panels.
Show images in hidden panels.
Automatically open hidden panels on mouse hover.
If you set the options to show images but not captions for hidden panels, you get only a row of images. Very much like a toolbar. A hint is displayed when the mouse it hovering a panel button.
I also added hints when the mouse is hovering panel tabs.

Main tabs:

Added new options to handle the appearance of main tabs. You can change the tab style and decide if the tabs should have captions and images.
Fixed the tab hints. They should display both caption and keyboard shortcut.

Editor code folds:

Fold node icons are now drawn using GDI+ vector graphics.
This gives more control over appearance and colors.
Use the theme manager to change icons. Each icon can have two colors. The current margin line color, or a theme color version which is dark for light themes and light for dark themes.

Exception catcher:

The program now has its own exception catcher code. Whenever an exception occur - a detailed report is displayed with some program and system data and a stack trace. A screenshot of the active window is included as well.
You can save the bug report. It consist of two files. One text file containing the bug report and a screenshot JPEG file.
You can also send the bug report. The two bug report files are attached to the email sent.
The exception catcher code is used in both the debug and release version.
The stack trace may not give as good results in the release version because of optimization, but it should be helpful nonetheless.

Toolbar context menu:

Added a context menu item to hide main, editor and user toolbar.

Search result context menu:

Added menu items to export search results as plain text.

Explorer panels:

Added an option to set auto refresh state. You can use this to turn off auto refresh if you encounter issues with it.

Fixed:

FTP remote delete issues.
FTP remote edit file/folder name issues.
Split window issues.
Move cursor to next word issue (Ctrl+Right).
Tool output issue.
Delete block issue in Syntax Editor.
A few word wrap issues.
A few internal changes seems to have fixed several reported issues.

[close]

http://www.rj-texted.se
Titel: Notepad3 2.0.2 Build 450
Beitrag von: SiLæncer am 21 August, 2017, 18:45
(https://s26.postimg.org/s6uzyo32x/screenshot_214.png)
Notepad3 is a lightweight piece of software that overcomes some of the well-known limitations of Windows standard text editor while providing syntax highlighting support.

Freeware

http://www.rizonesoft.com/downloads/notepad3/
Titel: QOwnNotes v17.08.7
Beitrag von: SiLæncer am 22 August, 2017, 11:40
Changelog

old notes that were automatically renamed will now only be removed if the new note was stored successfully (for Issue #682)
if a note gets renamed automatically because the note title changed it will now be checked if the note can actually be stored to the note folder before really storing it to be able to attempt to replace additional characters in the filename before storing it again in case the note is stored on a filesystem with harsher filename restrictions (for Issue #682 and for Issue #683)

    if the note still cannot be stored to disk the 2nd time the error will be logged to the log panel like it already was before

added a new editor color schema Mountain by @bepolymathe (for Issue #680)
added a new editor color schema Arc by @johanson (for Issue #687)
added more French, Italian, German, Chinese and Spanish translation (thank you bepolymathe, mlocati, rakekniven, enyie and richarson)
the Delete line function now pulls the text from the bottom up (for Issue #432)

[close]

http://www.qownnotes.org/
Titel: JSONedit 0.9.25.0
Beitrag von: SiLæncer am 23 August, 2017, 05:30
(http://s26.postimg.org/66opis8ih/screenshot_556.jpg)
JSONedit is a simple editor for the JavaScript Object Notation format "a text-based open standard designed for human-readable data interchange" (source) with availble text and tree views.

Includes array generator using embedded Lua interpreter and Scintilla for text edition.

License:    Freeware

Changelog

added node sorting function to context menu for tree and list views; settings for sorting according to ASCII/ANSI order with/without case sensitivity and for recursive sorting; this function is intented to be used with setting preserving node order (default, as opposed to node sorting by JSON parser/generator)
changed settings format to JSON; application imports old config (.ini) file if new (.cfg) file is not found; note: editing own settings from running application instance would not work as settings will be overwritten when closing application
added "Delete all siblings before node" to tree view
delaying list view refreshing when e.g. typing filter text if file contains more than 20000 nodes to prevent typing hiccups
FIXED: opening Lua script window was changing application title
FIXED: changing node type selection in list view using space key or context menu was not updating filter immediately
"Add node(s)" context menu function in list view; works with multiselect
adding new nodes to selected nodes as children or siblings
options to add primitive node types or JSON directly (for objects, arrays or complex structures)
dialog for changing parent node(s) to either object or array if required

[close]

http://tomeko.net/software/JSONedit/index.php
Titel: QOwnNotes v17.08.8
Beitrag von: SiLæncer am 23 August, 2017, 09:50
Changelog

fixed some highlighting-issues with HTML comments
added highlighting for Rmarkdown comments like [Comment]: # (text) (for Issue #690)
added a fix by @SmartBlug for the sporadic cursor-jumping to the top in the note edit (for Issue #689)
added more Italian and Chinese translation (thank you mlocati, Libnux and enyie)

[close]

http://www.qownnotes.org/
Titel: Atom 1.19.3
Beitrag von: SiLæncer am 23 August, 2017, 11:00
Changelog

1.19.3 fixes a number of editor-related bugs, including:

atom/atom#15372 - Blurry text on Windows
atom/atom#14765 - File removed outside of Atom does not close tab in Atom regardless of setting
atom/atom#15267 - Mac: No elevation of privilege prompt when attempting to edit files owned by root
atom/atom#15197 - Linux: Middle-clicking an unsaved tab causes entire desktop to be unresponsive to clicks

Atom Core:

atom/atom#15346 - Suppress default-prevented composition events on compositionstart instead of compositionupdate
atom/atom#15345 - Round return values of getMaxScrollTop, getScrollHeight
atom/atom#15347 - Use capture phase for mouseup handler
atom/atom#15357 - Ignore scroll requests to NaN, null or undefined positions
atom/atom#15359 - Fix folding for lines that contain a comment
atom/atom#15367 - Set visibility: hidden on dummy scrollbars if native ones are invisible
atom/atom#15228 - Upgrade text-buffer for setTextViaDiff fix
atom/atom#15372 - Always round GPU layer dimensions to physical pixel boundaries
atom/atom#15389 - Fix line number position when block decorations are at tile boundaries
atom/atom#15384 - Fix highlight end pixel position calculation
atom/atom#15378 - Drop use of GPU tiles for lines and line numbers

tabs:

atom/tabs#515 - Perform left/middle click actions on click instead of on mousedown

text-buffer:

atom/text-buffer#242 - Don't consider lone CRs as line breaks in setTextViaDiff
atom/text-buffer#244 - Use native text buffer to check if file is unmodified & to be deleted
atom/text-buffer#246 - Restore the ability to save files owned by root on Mac
atom/text-buffer#247 - Fix privilege escalation issues

node-pathwatcher:

atom/node-pathwatcher#122 - Remove privilege escalation functionality

superstring:

atom/superstring#24 - Avoid changing buffers' modified status when saves fail

[close]

https://atom.io/
Titel: RJ TextEd 12.30 Beta 2
Beitrag von: SiLæncer am 23 August, 2017, 13:00
(http://images.six.betanews.com/screenshots/scaled/1187014627-1.jpg)
RJ TextEd - A Unicode source and text editor. RJ TextEd is a full featured text and source editor with Unicode support, syntax highlighting and code folding. The functionality extends beyond text files and includes support for HTML editing with integrated preview, spell checking, auto completion, HTML validation, templates and more. The program also include support for Topstyle Lite CSS editor, has a dual pane file commander, as well as a FTP client to upload your files. The editor uses language files to display menus and dialogs in different languages. There are several included languages. New language files can easily be created in the editor. RJ TextEd is also a simple web development tool. The editor can use auto completion and hints to assist you in editing your source code. You can preview HTML/ASP/PHP... code using one of the preview tabs or open a document in a browser. The editor does not only handle source code. It also handles true ASCII files, binary files and of course plain text files.

Licence: Freeware

Changelog

Fixed a few issues with code fold nodes. They should look better now with different font sizes.
Fixed a few issues with explorer panel and FC lists when using the 64-bit version. Could crash the program.
I removed the exception test link in the about window in this version. (It's not really supposed to be there)

Panels:

Added new panel options and moved all panel related options to the same place (Options - Customize - Style and Fonts).
There are now 5 options to handle panel appearance and behavior:
Show captions in panel tabs.
Show images in panel tabs.
Show captions in hidden panels.
Show images in hidden panels.
Automatically open hidden panels on mouse hover.
If you set the options to show images but not captions for hidden panels, you get only a row of images. Very much like a toolbar. A hint is displayed when the mouse it hovering a panel button.
I also added hints when the mouse is hovering panel tabs.

Main tabs:

Added new options to handle the appearance of main tabs. You can change the tab style and decide if the tabs should have captions and images.
Fixed the tab hints. They should display both caption and keyboard shortcut.

Editor code folds:

Fold node icons are now drawn using GDI+ vector graphics.
This gives more control over appearance and colors.
Use the theme manager to change icons. Each icon can have two colors. The current margin line color, or a theme color version which is dark for light themes and light for dark themes.

Exception catcher:

The program now has its own exception catcher code. Whenever an exception occur - a detailed report is displayed with some program and system data and a stack trace. A screenshot of the active window is included as well.
You can save the bug report. It consist of two files. One text file containing the bug report and a screenshot JPEG file.
You can also send the bug report. The two bug report files are attached to the email sent.
The exception catcher code is used in both the debug and release version.
The stack trace may not give as good results in the release version because of optimization, but it should be helpful nonetheless.

Toolbar context menu:

Added a context menu item to hide main, editor and user toolbar.

Search result context menu:

Added menu items to export search results as plain text.

Explorer panels:

Added an option to set auto refresh state. You can use this to turn off auto refresh if you encounter issues with it.

Fixed:

Few issues with the explorer panel (could crash).
Few issues with file commander lists.
FTP remote delete issues.
FTP remote edit file/folder name issues.
Split window issues.
Move cursor to next word issue (Ctrl+Right).
Tool output issue.
Delete block issue in Syntax Editor.
A few word wrap issues.
A few internal changes seems to have fixed several reported issues.

[close]

http://www.rj-texted.se
Titel: QOwnNotes v17.08.9
Beitrag von: SiLæncer am 24 August, 2017, 09:30
(https://s26.postimg.org/hfer16hsp/screenshot_106.png)
QOwnNotes is a text editor / notepad replacement with markdown support and todo list manager. The program supports themes, keyboard shortcuts, syntax highlighting, and encryption. Includes available nested file list, tags, search, and more. Optionally works with the notes application ownCloud or Nextcloud.

Cross-platform with clients available for Mac and Linux.

License:    GPL

Changelog

added Indonesian translation (a big thank you to zmni!)

    join us at QOwnNotes on Crowdin to make QOwnNotes available in more languages or help with the current translation

improved highlighting for Rmarkdown comments like [Comment]: # (text) (for Issue #690)
some text changes in the settings dialog were done
added more German translation (thank you rakekniven)

[close]

http://www.qownnotes.org/
Titel: QOwnNotes v17.08.10
Beitrag von: SiLæncer am 25 August, 2017, 09:30
Changelog

fixed a problem with the note history when notes with the same name were present in different note subfolders
added a fix by @SmartBlug for the issue of jumping cursors for some users (for Issue #689)
added more French, Indonesian, German and Italian translation (thank you bepolymathe, zmni, rakekniven and mlocati)

[close]

http://www.qownnotes.org/
Titel: FocusWriter 1.6.7
Beitrag von: SiLæncer am 25 August, 2017, 18:45
(http://s26.postimg.org/9wb0ptx5l/screenshot_567.jpg)
FocusWriter hilft Vielschreibern beim Verfassen von Texten. Die Textverarbeitung blendet alle Menüs und Leisten aus. So kann man sich beim Schreiben voll und ganz auf das Wesentliche konzentrieren.

Der Vollbild-Texteditor FocusWriter zeigt als Oberfläche absichtlich lediglich den blanken Text. Daher gelingt es leichter, störungs- und ablenkungsfrei zu schreiben. Auf Wunsch kann man auf zusätzliche Steuerelemente zugreifen und diese per Maus über die Bildschirmränder abrufen.

Außerdem kann bei FocusWriter eine Statuszeile mit der aktuellen Uhrzeit, einem Timer und Statistiken eingeblendet werden. Das geplante Arbeitspensum legt der Schreiber in den Einstellungen in Minuten oder Wörtern fest. Textart und -farbe werden hier ebenfalls ganz nach Wunsch bestimmt.

Mit FocusWriter können mehrere Dokumente parallel bearbeitet werden. Ein Speichern erfolgt im RTF-, ODT- oder TXT-Format. Standardmäßig zeigt die Freeware einen einfarbigen, nüchternen Hintergrund. Wer die Arbeitsumgebung etwas freundlicher und abwechslungsreicher gestalten möchte, kann die Farbe ändern und auch ein eigenes Bild als Hintergrund einblenden.

FocusWriter enthält alle Grundfunktionen einer Textverarbeitung inklusive Textformatierungen, einer Rechtschreibprüfung und dem Suchen und Ersetzen von Wörtern und Textausschnitten. Die Freeware spricht vor allem den Vielschreiber an, der sich allein auf den Text konzentrieren möchte.

Changelog

Updated dictionaries
FIXED: HiDPI blurred text backgrounds were scaled
FIXED: Window margin was always the size of the scrollbar
FIXED: Always indented first line when printing

[close]

http://gottcode.org/focuswriter/
Titel: Mobirise 4.2.2
Beitrag von: SiLæncer am 25 August, 2017, 20:15
(https://s26.postimg.org/z2ytcmg0p/screenshot_1146.jpg)
Develop fully responsive, mobile-ready websites that look amazing on any devices and browsers. Preview how your website will appear on phones, tablets and desktops directly in the visual editor..

Freeware

https://mobirise.com/
Titel: BaseX 8.6.6
Beitrag von: SiLæncer am 25 August, 2017, 21:16
(https://s26.postimg.org/6srsmqnbt/screenshot_1147.jpg)
BaseX is a Java-based software application that integrates an XML database and XQuery text editor. It is wrapped in a user-friendly working environment and comes packed with several useful options and configuration parameters for experienced users.

BSD License

http://basex.org/
Titel: RJ TextEd 12.30 Final
Beitrag von: SiLæncer am 27 August, 2017, 19:00
Changelog

Panels:

Added new panel options and moved all panel related options to the same place (Options - Customize - Style and Fonts).
There are now 5 options to handle panel appearance and behavior.
Show captions in panel tabs.
Show images in panel tabs.
Show captions in hidden panels.
Show images in hidden panels.
Automatically open hidden panels on mouse hover.
If you set the options to show images but not captions for hidden panels, you get only a row of images. Very much like a toolbar. A hint is displayed when the mouse it hovering a panel button. I also added hints when the mouse is hovering panel tabs.

Main tabs:

Added new options to handle the appearance of main tabs. You can change the tab style and decide if the tabs should have captions and images.
Fixed the tab hints. They should display both caption and keyboard shortcut.

Editor code fold icons:

Fold node icons are now drawn using GDI+ vector graphics. This gives more control over appearance and colors.
Use the theme manager to change icons. Each icon can have two colors. The current margin line color, or a theme color version which is dark for light themes and light for dark themes.

Exception catcher:

The program now has its own exception catcher code. Whenever an exception occur - a detailed report is displayed with some program and system data and a stack trace. A screenshot of the active window is included as well.
You can save the bug report. It consist of two files. One text file, containing the bug report, and a screenshot JPEG file.
You can also send the bug report. The two bug report files are attached to the email sent.
The exception catcher code is used in both the debug and release version. The stack trace may not give as good results in the release version because of optimization, but it should be helpful nonetheless.

Toolbar context menu:

Added a context menu item to hide main, editor and user toolbar.

Search result context menu:

Added context menu items to export search results as plain text.

Explorer panels:

Added an option to set auto refresh state. You can use this to turn off auto refresh if you encounter issues with it.

Replace (modal window):

When doing a replace a prompt window is displayed. If the button "Yes to all" is pressed the regular replace all function is used, instead of making a single replace at a time inside a loop.
This speeds up the replace and an abort window is displayed so you can halt the replace if you wish.

Fixed:

Several high DPI issues in the program.
High DPI issues in Syntax Editor.
Several visual issues.
Few issues with the explorer panel (could crash).
Few issues with file commander lists.
FTP remote delete issues.
FTP remote edit file/folder name issues.
Split window issues.
Move cursor to next word issue (Ctrl+Right).
Tool output issue.
Delete block issue in Syntax Editor.
A few word wrap issues.
A few internal changes seems to have fixed several reported issues.
Monitor log file issue.

[close]

http://www.rj-texted.se
Titel: CudaText 1.16.0.0
Beitrag von: SiLæncer am 28 August, 2017, 06:10
(http://s26.postimg.org/orql8dkpl/screenshot_257.png)
Create programming scripts with this powerful tool that supports more than 130 languages and allows users to work concurrently on as many as six groups of projects.

Freeware

Changelog

save-as untitled tab: suggest first free filename: new.txt, new1.txt, new2.txt... (like SynWrite)
reworked confirmation for duplicate hotkeys in Hotkey dialog (ask to overwrite inside this dialog)
mouse column selection: used "cross" cursor (like TextMate)
in single line inputs, make right edge of text near the edge of control (like Windows)
option "copy_column_aligned_by_spaces"
Addon Manager: don't allow to remove standard plugins
Addon Manager: cache addon filelists for 10 minutes
dialog "Lexer library" reworked, used normal buttons on top, added button Hide/Show instead of checkmarks
fixed: Project Manager "Show panel" command
fixed: checkmarks in View/Groups menu
fixed: column selection by mouse: "caret_after_end":false must not break column
fixed: problem with ":line" in command line and single instance

[close]

http://www.uvviewsoft.com/cudatext/
Titel: Typora 0.9.36 Beta
Beitrag von: SiLæncer am 28 August, 2017, 12:20
(https://s26.postimg.org/w2onuosnt/screenshot_64.png)
Swiftly write, edit, format and convert text to HTML with the help of this modern looking, streamlined and novice-accessible piece of software.

Freeware

Whats new:>>

Fix a bug that user cannot jump using [TOC].
Fix on exported HTML, `@include-when-export` failed to convert as `<link>`.
Fix a scroll bug introduced on 0.9.35

http://www.typora.io/
Titel: Atom 1.20.0 Beta 5
Beitrag von: SiLæncer am 29 August, 2017, 09:16
(https://s26.postimg.org/6bt5lin89/screenshot_265.jpg)
A powerful and flexible application that works as a text and source code editor with syntax highlight, or alternately as a file viewer.

MIT License

Changelog

Atom Core:

Don't select when typing while also holding the left mouse button (atom/atom#15407)
Fix errors with stopped-changing event when buffer is modified in an event listener (atom/atom#15414)
Simplify line node lookup (atom/atom#15420)

[close]

https://atom.io/
Titel: Atom 1.19.4
Beitrag von: SiLæncer am 29 August, 2017, 16:15
Changelog

Atom Core:

Don't select when typing while also holding the left mouse button (atom/atom#15407)

text-buffer:

Fix assertion failure when buffer is destroyed within a transaction (e2f781c)

pathwatcher:

Avoid reading garbage when GetOverlappedResult succeeds w/ zero bytes (atom/node-pathwatcher#123)

fs-admin:

Prevent multiple createWriteStream calls from creating multiple prompts (8484dd9)
Avoid multiple prompts when the user cancels (cf0bab5)
Make index.js compatible w/ electron-link (3f9f51e)

superstring:

Fix crashes when splicing patches with mismatched text (atom/superstring#26)
Explicitly use 64-bit stat structure (atom/superstring#27)
Fix patch getting partially updated before throwing invalid splice exception (afc948d)
Include syscall name in TextBuffer IO errors (atom/superstring#29)

[close]

https://atom.io/
Titel: SynWrite 6.40.2770
Beitrag von: SiLæncer am 29 August, 2017, 17:00
(http://images.betanews.com/screenshots/1289816929-1.jpg)
Erweiterter Text-Editor mit Unterstützung von vielen Dateiformaten, Programmiersprachen und Zeichenkodierungen; bietet unter anderem Syntax-Hervorhebung, Auto-Vervollständigung und Code-Vorlagen; auch als Plug-in für Total Commander und als portable Version erhältlich.

Freeware

Whats new:>>

+ updated many lexers from CudaText: C++, CSS, HTML, JavaScript, JSON, PHP, Pascal, XML (most big changes in HTML/PHP)
* returned Python 3.4 files, it works on Windows XP too [you must delete Python 3.5 files from SynWrite dir]
– removed old (non working) controls for hotkey from Macros dialog

http://www.uvviewsoft.com/synwrite/
Titel: CudaText 1.16.0.5
Beitrag von: SiLæncer am 29 August, 2017, 21:30
Changelog

- fixed: initial dir of save-dialogs for untitled tabs
- fixed: wrong saved keys.json if "overwrite duplicate hotkey" was used with plugins
- fixed: code-tree lost vert scrollbar

[close]

http://www.uvviewsoft.com/cudatext/
Titel: Notepad++ 7.5.1
Beitrag von: SiLæncer am 30 August, 2017, 09:08
(https://s26.postimg.org/sa3ge0uxl/screenshot_47.png)
Notepad++ is a tabbed source code editor and Notepad replacement with a customizable interface. It is one of the few few source code editors that supports "folding," allowing users to quickly reduce and expand sections of code to see the overall document. In addition, it features multi-language syntax highlighting, auto-completion, regular expression search/replace, macro recording and playback, etc. The program can access a long list of plug-ins via an easy-to-access menu with even more features and functions.

License: GPL

Changelog

Fix some excluded language cannot be remembered bug.
Fix a localization regression bug.
Fix the bug that Notepad++ create "%APPDATA%\local\notepad++" folder in local conf mode.
Add Visual Prolog language support.
Add auto-completion support for batch file (*.bat).
Enhance Function List for PHP and JavaScript.
Enhance Shortcut Mapper by adding category column.
Make double click work for language menu disabling/enabling in preferences dialog.
Make double click work to improve file extension movement in Preferences dialog.
Fix bug: language menu item is restored back on the wrong zone.
Add a spiritual quote.

[close]

http://notepad-plus-plus.org/
Titel: QOwnNotes v17.08.11
Beitrag von: SiLæncer am 31 August, 2017, 04:41
Changelog

the shortcuts for restoring workspaces will now be correctly restored after restart (for Issue #697)
the current line will now highlighted in the editor (for Issue #701)

    you can turn that feature off in the Editor settings
    the background color can be selected as part of the theming in the Editor fonts & colors settings
        a sane default color was chosen for each of the current schemes

added more Russian, Spanish, Croatian, Indonesian, Brazilian Portuguese, Swedish, Catalan and Chinese translation (thank you Maboroshy, richarson, davidsraba2, zmni, mlimacarlos, druus, MGuerra and chonghua)

[close]

http://www.qownnotes.org/
Titel: ProgramEdit 4.5.6
Beitrag von: SiLæncer am 01 September, 2017, 05:20
(https://s26.postimg.org/lz5vav3mh/screenshot_992.jpg)
ProgramEdit - a free Windows® software source-code editor. ProgramEdit includes language support for HTML, Ada, C/C++, C#, CSS, JAVA, JavaScript, Perl, PHP, Python, Ruby, VB, VBScript, Verilog, VHDL and Batch(.bat) files. Other features include tabbed file selection, text highlighting, find & replace, regular expressions, sesssions, bookmarks, multiple undo/redo and hyperlinks.

Freeware

Changelog

- add Options: Help file source and Version check
- minor improvements to Color dialog

[close]

http://simplesolverlogic.com/index.html
Titel: Atom 1.19.5
Beitrag von: SiLæncer am 01 September, 2017, 17:30
(https://s26.postimg.org/6bt5lin89/screenshot_265.jpg)
A powerful and flexible application that works as a text and source code editor with syntax highlight, or alternately as a file viewer.

MIT License

Whats new:>>

Fixes a regression, introduced in 1.19.4, in the behavior of the onDidStopChanging event: text-buffer#251.

https://atom.io/
Titel: Textadept 9.5
Beitrag von: SiLæncer am 01 September, 2017, 18:30
(http://foicica.com/textadept/images/splitviews.png)
Textadept will provide users with a fast, minimalist, and ridiculously extensible text editor. At its core lies less than 2000 lines of C code, and that's how it always will be. While other editors rely on recordable macros to speed up workflow, shell scripts to quickly transform text, and static side panes to manage your documents, files, and more.

Textadept takes it to the extreme: it gives you complete control over the entire application using the embedded Lua language. Lua is nearly as fast as C, and has a very small footprint. In fact, most of Textadept is written in Lua.

License : MIT License

Changelog

Bugfixes:

Do not attempt to provide code completions when there is no context.
Properly handle buffer.margin_left and buffer.margin_right.
Ensure context menus are configurable outside of events.INITIALIZE.
Various fixes in diff, Forth, and Elixir lexers.
Character transposing is now UTF-8-aware.

Changes:

Added z-order parameter to ui.switch_buffer().
When searching in files, show more lines below a match.
Added optional encoding parameter to io.open_file().
Improved file associations on Mac OSX.
Added support for Myrddin.
The terminal version updates its cursor position for display in tools like tmux.

[close]

http://foicica.com/textadept/
Titel: QOwnNotes v17.09.0
Beitrag von: SiLæncer am 02 September, 2017, 10:20
(https://s26.postimg.org/hfer16hsp/screenshot_106.png)
QOwnNotes is a text editor / notepad replacement with markdown support and todo list manager. The program supports themes, keyboard shortcuts, syntax highlighting, and encryption. Includes available nested file list, tags, search, and more. Optionally works with the notes application ownCloud or Nextcloud.

Cross-platform with clients available for Mac and Linux.

License:    GPL

Changelog

margins for headlines in the note editor are now disabled, because Qt bugs are causing multiple problems with them

    they prevent "undo" in headlines (for Issue #520)
    they generate invisible lines at the end of a note (for Issue #667)
    the cause a crash when reaching the invisible lines when highlighting of the current line is turned on (for Issue #701)

improved background color of current line highlighting for the schemas Dark, AnalyticalYellow, Bépolymathe Colorize and Mountain (for Issue #701)
added more Russian, Catalan, German, Italian and French translation (thank you Maboroshy, MGuerra, rakekniven, mlocati and bepolymathe)

[close]

http://www.qownnotes.org/
Titel: CudaText v1.17.0.0
Beitrag von: SiLæncer am 03 September, 2017, 10:30
(http://s26.postimg.org/orql8dkpl/screenshot_257.png)
Create programming scripts with this powerful tool that supports more than 130 languages and allows users to work concurrently on as many as six groups of projects.

Freeware

Changelog

+ API to shade text (used in plugin Focus Mode)
+ Project Manager: added commands "Add current file", "Add all opened files"
+ lexer Bash: hilite varname before "=", don't hilite keyword after "."
- fixed: high-dpi in ProjManager and bottom panels
- fixed: initial dir of save-dialogs for untitled tabs
- fixed: wrong saved keys.json if "overwrite duplicate hotkey" was used with plugins
- fixed: code-tree lost vert scrollbar

[close]

http://www.uvviewsoft.com/cudatext/
Titel: Text Editor Pro v1.7.0
Beitrag von: SiLæncer am 03 September, 2017, 11:45
(http://s26.postimg.org/8fepd5amx/screenshot_187.png)
Text Editor Pro (formerly EditBone) is a powerful text editing tool that comes with syntax highlighting support for over 50 languages and scripts, customizable with over 100 options, 29 ready made styles, a handy file comparison feature, unicode character map, numerical unit convert tool, SQL formatter, and support for multiple directories and search results.

Freeware

Changelog

Added:

    Text compare feature;
    Base64, HTML and URL encode/decode feature (Edit->Encode/Decode).

Fixed:

    Text compare options;
    Print preview resize flickering;
    Tabulator in editor control;
    Output;
    Group undo/redo;
    Trim trailing spaces;
    Language files.

Optimized text editor control.
Updated AlphaSkins controls v12.15.

[close]

http://texteditor.pro/
Titel: RJ TextEd 12.31
Beitrag von: SiLæncer am 04 September, 2017, 04:30
(http://images.six.betanews.com/screenshots/scaled/1187014627-1.jpg)
RJ TextEd - A Unicode source and text editor. RJ TextEd is a full featured text and source editor with Unicode support, syntax highlighting and code folding. The functionality extends beyond text files and includes support for HTML editing with integrated preview, spell checking, auto completion, HTML validation, templates and more. The program also include support for Topstyle Lite CSS editor, has a dual pane file commander, as well as a FTP client to upload your files. The editor uses language files to display menus and dialogs in different languages. There are several included languages. New language files can easily be created in the editor. RJ TextEd is also a simple web development tool. The editor can use auto completion and hints to assist you in editing your source code. You can preview HTML/ASP/PHP... code using one of the preview tabs or open a document in a browser. The editor does not only handle source code. It also handles true ASCII files, binary files and of course plain text files.

Licence: Freeware

Changelog

Font issue in search result panel.
Editor undo issue.
FTP tree issue.
File explorer issue.
File Commander issues.
A few split window issues.
Several FTP issues.
Several reported exceptions (error messages).

[close]

http://www.rj-texted.se
Titel: Notepad3 2.0.2 Build 468
Beitrag von: SiLæncer am 05 September, 2017, 05:20
(https://s26.postimg.org/s6uzyo32x/screenshot_214.png)
Notepad3 is a lightweight piece of software that overcomes some of the well-known limitations of Windows standard text editor while providing syntax highlighting support.

Freeware

http://www.rizonesoft.com/downloads/notepad3/
Titel: Text Editor Pro v1.7.1
Beitrag von: SiLæncer am 05 September, 2017, 12:25
Changelog

Added:

    Auto copy to clipboard selection option (default false).
    Brazilian Portuguese language.

Fixed:

    About.
    Text compare.
    Language files.

[close]

http://texteditor.pro/
Titel: QOwnNotes v17.09.1
Beitrag von: SiLæncer am 07 September, 2017, 05:40
Changelog

the QMarkdownTextedit, which is used in all markdown text-edits is now based onQPlainTextEdit instead of QTextEdit, which should result in improved rendering speed for large notes

    this will improve the note text edit, log panel, version dialog, trash dialog, todo dialog, settings dialog, note dialog and note history dialog

you can now choose different interface styles in the Interface settings to change the look of the application's interface and its controls

    the style will be previewed instantly if you select an other style
    if you select Automatic you will be prompted to restart the application

the snap-packaged version of QOwnNotes will now automatically use the Fusion interface style, which dramatically improves the styling of the user interface
the automatic closing of brackets now also works for ' (for Issue #708)
added more Brazilian Portuguese, Catalan, German and Spanish translation (thank you mlimacarlos, MGuerra and richarson)

[close]

http://www.qownnotes.org/
Titel: Atom 1.19.6 / 1.20.0 Beta 6
Beitrag von: SiLæncer am 07 September, 2017, 06:10
Changelog

Fixed two issues that were causing the editor to move the cursor when clicking on scrollbars or near the viewport edges (#15515, #15546).
Fixed a regression that prevented the editor from scrolling with a low editor.scrollSensitivity config setting (#15487).
Fixed an issue that prevented scrollbars from showing when the "Show scrollbars only when scrolling" setting was enabled on macOS (#15506).
Fixed a rendering glitch in the editor caused by adding block decorations on invalid markers (#15503, #15528).
Fixed an uncaught exception that was sometimes thrown when adding block decorations on non-empty markers (#15550).
Fixed a regression that prevented tabs from being closed on middle-click (atom/tabs#518).

[close]

https://atom.io/
Titel: HelpNDoc 5.3.0.351
Beitrag von: SiLæncer am 07 September, 2017, 16:30
(http://s26.postimg.org/8b3fgo9i1/screenshot_188.png)
HelpNDoc provides all the tools necessary to write complete help files, manuals and documentations in a user friendly and very easy to use environment. HelpNDoc can generate standard Windows CHM help files, WEB based documentation, iPhone specific websites as well as printable PDF and Word documents.

HelpNDoc is completely free for personal use and evaluation purposes.

Changelog

HelpNDoc is now High DPI aware: UI and icons have been updated to scale according to Windows display settings
HTML documentation can now be launched to a specific tab (e.g. ?tab=index) and with a specific search (e.g. ?search=help)
Unknown document library item extensions will be imported as text instead of displaying an error
Ability to rapidly load system and user scripts: click the arrow next to "Load Script" to quickly load it
New script to sort all topics in currently opened project alphabetically by topic caption
New script to sort all children topics of the currently selected topics alphabetically by topic caption
New script to reset all topics' context numbers incrementally
Default HTML template will now display an error message in case the web server is misconfigured to serve JSON files
Deleting keywords or library items could result in an error message when they were being renamed
Keywords were incorrectly written to HTML topics in the HTML documentation format
Script editor will correctly open / save to "Script" personal folder by default and filter by script extension
Some JavaScript features of the HTML documentation format could not work when topic titles included non-breaking spaces
Main form's height was not always correctly restored
CTRL+K keyboard shortcut didn't work when trying to add currently selected word to keyword list
Better CHM topic title importing
Default HTML template did not use the correct icon (question mark) for topics without children
Default HTML template did make an unwanted GET request to a debug file
Build names were always in English (not localized) when a new project was created
It wasn't possible to create a new Qt Help template from the template editor

[close]

http://www.helpndoc.com/
Titel: RJ TextEd 12.32
Beitrag von: SiLæncer am 08 September, 2017, 04:30
Changelog

Horizontal scroll bar

The horizontal scroll bar should stay hidden until a line longer than the width of the display is encountered. This is not calculated at load time. It's done when displaying the text. So the horizontal scroll bar will only appear if a line longer than the window width is displayed.

Fixed

    Quick find issues.
    Display color hint issue.
    Editor issue.
    A few FTP issues.
    File explorer panel issue (Win XP).
    File Commander issue (Win XP).

[close]

http://www.rj-texted.se
Titel: QOwnNotes v17.09.2
Beitrag von: SiLæncer am 08 September, 2017, 05:30
Changelog

the scroll position of the note-preview is now also synced when clicking on headlines in the navigation panel (for Issue #710)
you can now set the width of the cursor in the note-edit in the Interface settings (for Issue #698)
the automatic closing of brackets now also works for _ and ~ (for Issue #708, thank you @sanderboom)
added more Brazilian Portuguese, Catalan, Italian, Japanese and Spanish translation (thank you mlimacarlos, MGuerra, mlocati, piyo and richarson)

[close]

http://www.qownnotes.org/
Titel: Atom 1.19.7
Beitrag von: SiLæncer am 08 September, 2017, 13:30
Whats new:>>

This release features a couple of fixes related to editor rendering:

Fixed a regression that prevented lines from being displayed correctly after destroying a marker associated with a block decoration (#15583).
Fixed an issue that caused scrollbars to be in the wrong position when splitting an editor. (#15580)

https://atom.io/
Titel: CudaText v1.18.0.0
Beitrag von: SiLæncer am 08 September, 2017, 13:50
(http://s26.postimg.org/orql8dkpl/screenshot_257.png)
Create programming scripts with this powerful tool that supports more than 130 languages and allows users to work concurrently on as many as six groups of projects.

Freeware

Changelog

+ preinstalled plugin "Show Unsaved Changes" (command like in ST3)
+ Project Manager: allow drag-drop folder on CudaText - add folder to project
+ dialog "Go to": can enter line:column
+ code tree: context menu item "Sorted"
+ API for dialog "Go to"
+ API to embed editor-control to dialogs

[close]

http://www.uvviewsoft.com/cudatext/
Titel: RJ TextEd 12.33
Beitrag von: SiLæncer am 08 September, 2017, 20:00
(http://images.six.betanews.com/screenshots/scaled/1187014627-1.jpg)
RJ TextEd - A Unicode source and text editor. RJ TextEd is a full featured text and source editor with Unicode support, syntax highlighting and code folding. The functionality extends beyond text files and includes support for HTML editing with integrated preview, spell checking, auto completion, HTML validation, templates and more. The program also include support for Topstyle Lite CSS editor, has a dual pane file commander, as well as a FTP client to upload your files. The editor uses language files to display menus and dialogs in different languages. There are several included languages. New language files can easily be created in the editor. RJ TextEd is also a simple web development tool. The editor can use auto completion and hints to assist you in editing your source code. You can preview HTML/ASP/PHP... code using one of the preview tabs or open a document in a browser. The editor does not only handle source code. It also handles true ASCII files, binary files and of course plain text files.

Licence: Freeware

Changelog

Exception window
Added a „Show/Hide details“ button which enables user to show/hide details of the bug report.

Editor context menu
Added a menu item for „Select All“.

Fixed

Horizontal scroll issues.
Cursor issue in wordwrap.
Possible issue when reloading document.
Help issue in „Convert file encodings…“.
Indent selection should work on the current line even if there is no selection.

[close]

http://www.rj-texted.se
Titel: NFOPad v1.73
Beitrag von: SiLæncer am 10 September, 2017, 08:45
(https://s26.postimg.cc/4it7jxprd/screenshot_167.png)
NFOPad is a small, fast and flexible combined nfo viewer and text editor. It is a clone of Microsoft's Notepad but much more customizable and with some additional features. Of course NFOPad also supports nfo files with ASCII art. The file extension is used to determine whether to use an ANSI or ASCII font.

License: Freeware

Changelog

- Added command for sorting the selected lines alphabetically
- Recent files list instantly updated for all open NFOPad instances
- Scrolled position is preserved so the selected text is kept in view (for when reopening files, changing wordwrap/font etc)
- When reopening a file the text selection is no longer preserved if the selected text has changed
- Fix for detection of email addresses within citation marks
- Tabify behavior tweaked
- .LOG feature (adding current date and time on open) now marks file as dirty as expected
- Bugfix: Opening a file which ends with a non-empty line will no longer add one empty line
- Bugfix: Ctrl+Insert and Shift+Insert no longer toggles OVERWRITE
- Bugfix: Tabify honors read only setting
- Minor fixes to both NFOPad and the installer

[close]

http://truehumandesign.se/s_nfopad.php
Titel: QOwnNotes v17.09.3
Beitrag von: SiLæncer am 10 September, 2017, 09:30
(https://s26.postimg.org/hfer16hsp/screenshot_106.png)
QOwnNotes is a text editor / notepad replacement with markdown support and todo list manager. The program supports themes, keyboard shortcuts, syntax highlighting, and encryption. Includes available nested file list, tags, search, and more. Optionally works with the notes application ownCloud or Nextcloud.

Cross-platform with clients available for Mac and Linux.

License:    GPL

Changelog

added improvements to not start new list items when not in a list (for Issue #712, thank you @sanderboom)
added improvements for the auto-completion of ~ and _ (for Issue #713, thank you @sanderboom)
moved the setting of the width of the cursor in the note-edit from the Interface settings to the Editor settings
added more Brazilian Portuguese, Russian, Italian, Chinese, German and Spanish translation (thank you mlimacarlos, Maboroshy, mlocati, Libnux, rakekniven and richarson)

[close]

http://www.qownnotes.org/
Titel: Text Editor Pro v1.7.2
Beitrag von: SiLæncer am 10 September, 2017, 09:45
(http://s26.postimg.org/8fepd5amx/screenshot_187.png)
Text Editor Pro (formerly EditBone) is a powerful text editing tool that comes with syntax highlighting support for over 50 languages and scripts, customizable with over 100 options, 29 ready made styles, a handy file comparison feature, unicode character map, numerical unit convert tool, SQL formatter, and support for multiple directories and search results.

Freeware

Changelog

Added a license file.

Fixed:

    Editor painting;
    Hints;
    Statusbar options;
    Text compare;
    Language files.

Updated AlphaSkins controls v12.16.

[close]

http://texteditor.pro/
Titel: HtLite 4.9.3.1
Beitrag von: SiLæncer am 10 September, 2017, 20:30
(https://s26.postimg.org/y1r42meu1/screenshot_142.jpg)
Umfangreicher HTML/XHTML Editor.  Jeder externe Browser zur Seitenansicht einstellbar.  Wer keinen HTML Designer zur visuellen Gestaltung seiner Seiten benötigt, sondern nur einen komfortablen Code-Editor sucht, erhält hier eine hervorragende Alternative.

Freeware

http://www.winsoftware24.com/HtLite.html
Titel: Text Editor Pro v1.7.3
Beitrag von: SiLæncer am 11 September, 2017, 12:27
Whats new:>>

- Fixed trim trailing spaces

http://texteditor.pro/
Titel: QOwnNotes 17.09.4
Beitrag von: SiLæncer am 12 September, 2017, 20:15
Whats new:>>

fixed a possible crash when selecting a lot of notes quickly in succession and improved speed of selecting notes in quick in succession (for Issue #717)
apostrophe bracket closing is temporary disabled because apostrophes are used in different contexts (for Issue #708)
added more French, Indonesian, Dutch and Hungarian translation (thank you bepolymathe, zmni and Fabijenna)

http://www.qownnotes.org/
Titel: Atom 1.21.0 Beta 0
Beitrag von: SiLæncer am 13 September, 2017, 09:19
(https://s26.postimg.org/6bt5lin89/screenshot_265.jpg)
A powerful and flexible application that works as a text and source code editor with syntax highlight, or alternately as a file viewer.

MIT License

Whats new:>>

Language Server Protocol support and integration via atom-languageclient and atom-ide-ui.
New filesystem watcher API to unify implementations and conserve system resources.
More PR timeline events and build status are now available in the GitHub pane.
MacOS native tabs are now supported.
Restored Atom's ASAR archive to improve to improve performance in several scenarios, most notably installation on Windows.
Lots of language-specific grammar improvements, including the addition of TypeScript.

https://atom.io/
Titel: HelpNDoc 5.3.1.356
Beitrag von: SiLæncer am 13 September, 2017, 16:00
(http://s26.postimg.org/8b3fgo9i1/screenshot_188.png)
HelpNDoc provides all the tools necessary to write complete help files, manuals and documentations in a user friendly and very easy to use environment. HelpNDoc can generate standard Windows CHM help files, WEB based documentation, iPhone specific websites as well as printable PDF and Word documents.

HelpNDoc is completely free for personal use and evaluation purposes.

Whats new:>>

Fix: Application could display an error message (exception) when being closed

http://www.helpndoc.com/
Titel: Atom 1.20.0
Beitrag von: SiLæncer am 13 September, 2017, 16:45
Whats new:>>

Added support for multiple git diff views.
Git commit messages can now be edited in the main editor.
Find in Project search results now include additional context lines.
Added an API for observing dock visibility.
Fixed middle-mouse button behavior when closing tabs on Linux.
CSS autocomplete now supports PostCSS.
Support has been added to bracket-matcher for code embedded in strings.

https://atom.io/
Titel: CudaText v1.19.0.0
Beitrag von: SiLæncer am 15 September, 2017, 18:30
Changelog

+ colored underlines for HTML's rgb(), for ex rgba(200, 200, 0, .4)
+ support no-break-space U+00A0: in show unprinted, in go-to-next-word
+ replace with reg.ex.: support change case (modifiers \U \L) for Unicode
+ option "ui_tree_show_tooltips" (turn off, if tooltips are irritating)
+ option "mouse_click_number_selects_eol"
+ improved lexer JS (reg-ex hiliting)
+ improved lexer LESS (numbers hiliting)
+ ProjectManager: commands "Go to main file", "Open main file"
+ ProjectManager: don't allow duplicate items
- fix: fold-marks didn't render on folded lines
- fix: must handle file creation error for command line
- fix: command "go to last editing pos"

[close]

http://www.uvviewsoft.com/cudatext/
Titel: RJ TextEd 12.34
Beitrag von: SiLæncer am 18 September, 2017, 05:50
Changelog

Per monitor DPI awareness
Made several improvements and fixed a few issues when moving the program between monitors using different pixel density or scaling in Windows.

Fixed:

Spell check (F7) issues.
Clone document issues.
Wordwrap issues.
Explorer panel issues.
Search issue with dot and regular expressions.
Many reported misc exceptions.

[close]

http://www.rj-texted.se
Titel: RJ TextEd 12.35
Beitrag von: SiLæncer am 18 September, 2017, 20:30
Changelog

Move editor between monitors with different DPI
Made some changes to speed thing up. The main window isn't constantly redrawing anymore and moving the window between monitors is much faster.

Fixed

* Reload document issues.
* Some very hard to find editor background thread issues.

[close]

http://www.rj-texted.se
Titel: CudaText v1.19.2.0
Beitrag von: SiLæncer am 18 September, 2017, 21:00
Changelog

+ main toolbar is now wrappable
+ UI tabs: added scroll arrows (left side) for lot of tabs
+ UI tabs: don't paint angled tabs (slow) if tab count>10
+ added theme color "tabs, special marks"
* change theme "sub": side panel made dark

[close]

http://www.uvviewsoft.com/cudatext/
Titel: Kate 17.08.1
Beitrag von: SiLæncer am 18 September, 2017, 21:30
(http://s26.postimg.org/s465ju61l/screenshot_93.png)
Text editor that features support for a wide variety of programming languages, syntax highlighting and scripts, which also provides you with an extensive configuration window.

License : GPL

Whats new:>>

We have a new round of Kate installers for Windows. This round comes with some installer-bug fixes (all project plugin dlls) and support for editorconfig files

https://kate-editor.org/
Titel: QOwnNotes v17.09.5
Beitrag von: SiLæncer am 19 September, 2017, 06:10
(https://s26.postimg.org/hfer16hsp/screenshot_106.png)
QOwnNotes is a text editor / notepad replacement with markdown support and todo list manager. The program supports themes, keyboard shortcuts, syntax highlighting, and encryption. Includes available nested file list, tags, search, and more. Optionally works with the notes application ownCloud or Nextcloud.

Cross-platform with clients available for Mac and Linux.

License:    GPL

Changelog

added support for entering a bracket-character that surrounds the currently selected text (for Issue #719, thank you @sanderboom)
added more Catalan and Hungarian translation (thank you MGuerra and Fabijenna)
added two new scripting-methods addTag and removeTag to NoteApi to add and remove tags from notes (for Issue #530)

    custom tagging could now be implemented by parsing the note text for custom tag handlers and adding/removing tags from the note
    for more information please take a look at the scripting documentation

[close]

http://www.qownnotes.org/
Titel: Text Editor Pro 1.8.0
Beitrag von: SiLæncer am 19 September, 2017, 21:00
(http://s26.postimg.org/8fepd5amx/screenshot_187.png)
Text Editor Pro (formerly EditBone) is a powerful text editing tool that comes with syntax highlighting support for over 50 languages and scripts, customizable with over 100 options, 29 ready made styles, a handy file comparison feature, unicode character map, numerical unit convert tool, SQL formatter, and support for multiple directories and search results.

Freeware

Changelog

Added binary, ASCII decimal, hexadecimal, octal, and Rot-13 decode/encode.
Fixed title bar
Fixed text compare
Fixed SQL highlighter default option
Optimized text editor control
Fixed language files

[close]

http://texteditor.pro/
Titel: Atom 1.20.1
Beitrag von: SiLæncer am 20 September, 2017, 05:00
(https://s26.postimg.org/6bt5lin89/screenshot_265.jpg)
A powerful and flexible application that works as a text and source code editor with syntax highlight, or alternately as a file viewer.

MIT License

Changelog

Atom Core:

atom/atom#15638 - Backport config improvements to 1.20
atom/atom#15656 - Restore the fs.existsSync guard in Config

styleguide:

atom/styleguide#61 - Lock js-beautify to 1.6.14

language-php:

atom/language-php#257 - Recursively match curly brackets
atom/language-php#258 - Combine class use patterns
atom/language-php#261 - Improve number regexes
atom/language-php#262 - Revert "Improve number regexes"
atom/language-php#263 - Improve number regexes
atom/language-php#269 - Bring in suggested changes
atom/language-php#266 - Always end PHP on ?>

[close]

https://atom.io/
Titel: Atom 1.21.0 Beta 1
Beitrag von: SiLæncer am 20 September, 2017, 06:15
Changelog

Atom Core:

atom/atom#15654 - ⬆ github@0.6.0
atom/atom#15656 - Restore the fs.existsSync guard in Config

github:

atom/github#1158 - Fix freezing when dragging pane/dock items
atom/github#1159 - Throw error when pane is not found for dock item only if it exists and is not destroyed
atom/github#1165 - Check for deep equality of selected items after update
atom/github#1167 - Add text clipping for 'Create Repo' button
atom/github#1171 - Properly destroy status bar items when unmounting StatusBar component
atom/github#1153 - Handle repositories that are very large and/or that exist in home or root directories
atom/github#1176 - Respect editor.tabLength setting in diff view

styleguide:

atom/styleguide#61 - Lock js-beautify to 1.6.14

whitespace:

atom/whitespace#163 - Make tests run with promise and non-promise package deactivate
atom/whitespace#164 - Wait for save to complete in specs

language-php:

atom/language-php#257 - Recursively match curly brackets
atom/language-php#258 - Combine class use patterns
atom/language-php#261 - Improve number regexes
atom/language-php#262 - Revert "Improve number regexes"
atom/language-php#263 - Improve number regexes
atom/language-php#269 - Bring in suggested changes
atom/language-php#266 - Always end PHP on ?>

language-typescript:

atom/language-typescript#1 - Microsoft TypeScript TextMate grammar
atom/language-typescript#2 - Update TS grammar and added snippets

[close]

https://atom.io/
Titel: PilotEdit Lite 10.9.0
Beitrag von: SiLæncer am 20 September, 2017, 16:00
(http://www.pilotedit.com/images/OpenInQuickMode.PNG)
PilotEdit is a text, hex, XML, C/C++, HTML, PHP, Java, Javascript and Perl editor that can edit large files of 400GB (40 billion lines).

It offers customizable syntax and keyword highlighting, advanced search and replace operations, automatic text encoding, 256-bit AES encryption/decryption and a built-in FTP/SFTP client lets you open, edit, download and upload large files directly to/from a FTP/SFTP server.

In addition to standard text editing features, PilotEdit can compare and merge two large files of 100GB (10 billion lines). You can also sort, find/remove duplicate lines and extract strings over a large file of 1GB.

Freeware

Zitat
PilotEdit 10.9.0 increases bookmark menu item number to 20.

http://www.pilotedit.com/
Titel: QOwnNotes v17.09.6
Beitrag von: SiLæncer am 21 September, 2017, 09:14
Changelog

added the first alpha version of external note tagging support via the scripting engine (for Issue #323, Issue #338, Issue #379, Issue #472, Issue #530 and Issue #603)

    as soon as a script is activated that implements the new function noteTaggingHook note tagging will be handled by that function
    please install the script note-tagging.qml to test the basic functionality and report in Issue #530.
        your internal tag database and your notes might get modified
        don't use this script on your production note folder, please make a copy of it and test it there!
    following features should already work via the QOwnNotes user interface
        initially importing tags like @tag from your notes and overwriting your current tag assignment
            you will not loose your tags tree, just the former assignment to notes
            you can still move tags into other tags
            if more than one tag has the same name in your tag tree the first hit will be assigned
        adding a tag to a note will add the tag to the note text
        removing a tag from a note will remove the tag from the note text
        removing of tags in the tag list will remove those tags from your notes
        renaming of tags in the tag list will rename those tags in your notes
        bulk tagging of notes in the note list will add those tags to your notes
        bulk removing of tags from notes in the note list will remove those tags from your notes
    for more information please take a look at the scripting documentation

[close]

http://www.qownnotes.org/
Titel: QOwnNotes v17.09.7
Beitrag von: SiLæncer am 22 September, 2017, 05:45
Changelog

underline bracket closing is temporary disabled because underlines are used in different contexts
improvements of the external note tagging support via the scripting engine (for issue Issue #530)

    improved ui feedback when adding and removing tags in the current note
    tagging of multiple notes works now but is still a bit wacky because of race conditions with files that are getting changed all around (notes and note database)
        the same goes for removing multiple notes

added more Hungarian translation (thank you Fabijenna)

[close]

http://www.qownnotes.org/
Titel: EncNotex 1.2
Beitrag von: SiLæncer am 24 September, 2017, 20:00
(https://s26.postimg.org/xzq0ja0nt/screenshot_496.png)
EncNotex is a free multiplatform software, which runs natively on  GNU/Linux, Windows and macOS, that is useful to write and to manage a file of strongly encrypted textual notes. It’s aim is to grant the user an highly secure tool to manage very confidential data.

License: GPLv3

https://sites.google.com/site/encnotex/
Titel: Notepad3 2.17.905.491
Beitrag von: SiLæncer am 25 September, 2017, 05:20
(https://s26.postimg.org/s6uzyo32x/screenshot_214.png)
Notepad3 is a lightweight piece of software that overcomes some of the well-known limitations of Windows standard text editor while providing syntax highlighting support.

Freeware

http://www.rizonesoft.com/downloads/notepad3/
Titel: Typora 0.9.37 Beta
Beitrag von: SiLæncer am 25 September, 2017, 09:12
(https://s26.postimg.org/w2onuosnt/screenshot_64.png)
Swiftly write, edit, format and convert text to HTML with the help of this modern looking, streamlined and novice-accessible piece of software.

Freeware

Whats new:>>

Support show word count in selection.
Add syntax highlight for scheme.
Support natural sort in files panel.
Fix task list cannot be copy/pasted correctly.
Fix code fences padding on PDF export.
Other bug fix.

http://www.typora.io/
Titel: QOwnNotes 17.09.8
Beitrag von: SiLæncer am 25 September, 2017, 09:15
Changelog

fixed the upstream RTL bug in the note text edit (for issue Issue #714)
improvements of the external note tagging support via the scripting engine (for issue Issue #530) fixed the problem where notes were overwritten by other notes in bulk operations
fixed a lot of occasions where not all notes were handled in bulk operations
fixed some random crashes with bulk operations and when the note tag tree reloads
fixed some random crashes, updating of the current note and occasions where not all notes were handled when renaming tags
fixed increasing and decreasing of code font-size via keyboard shortcut (for issue Issue #724)
when inserting a link into a note some more broken characters from the webpage's html-title will be replaced
added more Hungarian and French translation (thank you Fabijenna and sagoum.kakoum)

[close]

http://www.qownnotes.org/
Titel: Brackets 1.11
Beitrag von: SiLæncer am 25 September, 2017, 16:30
(https://s26.postimg.org/hf4855ont/screenshot_501.jpg)
Easy-to-use HTML editor and code generator with support for CSS and JavaScript, featuring a live preview function, syntax highlighting and autocompletion.

License : Open Source

Changelog

Support for ECMAScript 2015 - Brackets now supports ECMAScript 2015. Quick-type listing now classes, methods, arrow functions, generator functions and much more. Brackets also supports linting of EcmaScript code, with ESLint defaulting as JavaScript linter, as well.
Brackets on Linux - Brackets now offers full support for the Linux platform. With an update to the shell with a new version of CEF, Brackets is now fully functional on Linux.

[close]

http://brackets.io/
Titel: RJ TextEd 12.40 Beta 1
Beitrag von: SiLæncer am 26 September, 2017, 06:09
(http://images.six.betanews.com/screenshots/scaled/1187014627-1.jpg)
RJ TextEd - A Unicode source and text editor. RJ TextEd is a full featured text and source editor with Unicode support, syntax highlighting and code folding. The functionality extends beyond text files and includes support for HTML editing with integrated preview, spell checking, auto completion, HTML validation, templates and more. The program also include support for Topstyle Lite CSS editor, has a dual pane file commander, as well as a FTP client to upload your files. The editor uses language files to display menus and dialogs in different languages. There are several included languages. New language files can easily be created in the editor. RJ TextEd is also a simple web development tool. The editor can use auto completion and hints to assist you in editing your source code. You can preview HTML/ASP/PHP... code using one of the preview tabs or open a document in a browser. The editor does not only handle source code. It also handles true ASCII files, binary files and of course plain text files.

Licence: Freeware

Changelog

Document editing and speed:

While solving a few issues with the background thread I also improved editing speed for operations like typing, deleting (DEL/BACK), or any other operation that just changes the content of the current line.
The change may be quit noticeable.

Other speed improvements:

Sort functions have been optimized and should be even faster than before.

Hash Generator:

Added a simple hash generator in the "Tools" menu. It can generate a string hash using the most common algorithms.

Allow illegal control characters in text files:

Added a new option to allow illegal control characters in source/text files.
The option is turned on by default, allowing you to open text files containing e.g. a few non-text characters like zeros.
If turned off, files containing illegal control characters are handled as binary/hex files.

Save hex view status:

The editor can now remember the hex view status after a document has been closed. This should work with both text and binary files.
The setting is available in "Options -> File -> Save status for last open files".

Fixed:

FTP issue with older FTP servers (Unix/Linux vsftpd...).
Open remote (S)FTP from menu recent files.
Some change DPI issues.
A few delete issues.
Several hard to find exceptions that may appear randomly.
Open file at cursor.
Clipboard history display issues with delete and clear.
Paste text at end of line.
Display space and tabs issue.
Change newline format display issue.

[close]

http://www.rj-texted.se
Titel: CudaText 1.20.0.0
Beitrag von: SiLæncer am 26 September, 2017, 06:13
(http://s26.postimg.org/orql8dkpl/screenshot_257.png)
Create programming scripts with this powerful tool that supports more than 130 languages and allows users to work concurrently on as many as six groups of projects.

Freeware

Changelog

+ reworked UI tabs: added option "ui_tab_button_layout"
+ option "ui_reload_unsaved_confirm"
- fix: painting on resize
- fix: ProjectManager using of old api

[close]

http://www.uvviewsoft.com/cudatext/
Titel: Atom 1.21.0 Beta 2
Beitrag von: SiLæncer am 27 September, 2017, 05:50
(https://s26.postimg.org/6bt5lin89/screenshot_265.jpg)
A powerful and flexible application that works as a text and source code editor with syntax highlight, or alternately as a file viewer.

MIT License

Changelog

Atom 1.21.0-beta2 includes minor fixes in the autocomplete-plus and text-buffer packages.

autocomplete-plus:

Text changes elsewhere in buffer should not hide selection list at cursor
Update README
Turn off similar suggestion removal by default

text-buffer:

Optionally fail to load buffers from missing files
Only You Can Prevent Pathwatcher Leaks
Emit text and marker change events when skipping undo

[close]

https://atom.io/
Titel: ProgramEdit 4.5.7
Beitrag von: SiLæncer am 27 September, 2017, 17:15
(https://s26.postimg.org/lz5vav3mh/screenshot_992.jpg)
ProgramEdit - a free Windows® software source-code editor. ProgramEdit includes language support for HTML, Ada, C/C++, C#, CSS, JAVA, JavaScript, Perl, PHP, Python, Ruby, VB, VBScript, Verilog, VHDL and Batch(.bat) files. Other features include tabbed file selection, text highlighting, find & replace, regular expressions, sesssions, bookmarks, multiple undo/redo and hyperlinks.

Freeware

Changelog

add Save/Convert for Windows, Unix and Mac file formats
fix several minor bugs

[close]

http://simplesolverlogic.com/index.html
Titel: Text Editor Pro v1.9.0
Beitrag von: SiLæncer am 28 September, 2017, 06:10
(http://s26.postimg.org/8fepd5amx/screenshot_187.png)
Text Editor Pro (formerly EditBone) is a powerful text editing tool that comes with syntax highlighting support for over 50 languages and scripts, customizable with over 100 options, 29 ready made styles, a handy file comparison feature, unicode character map, numerical unit convert tool, SQL formatter, and support for multiple directories and search results.

Freeware

Changelog

Added Rotate 5, 18, and 47 decode/encode.

Fixed:

    Reload changed files;
    Resource releases;
    Showing of ANSI characters which have Unicode equivalent;
    Encoding changing;
    Modify split;
    Language files.

Updated AlphaSkins controls v12.17.

[close]

http://texteditor.pro/
Titel: QOwnNotes v17.09.9
Beitrag von: SiLæncer am 29 September, 2017, 05:20
(https://s26.postimg.org/hfer16hsp/screenshot_106.png)
QOwnNotes is a text editor / notepad replacement with markdown support and todo list manager. The program supports themes, keyboard shortcuts, syntax highlighting, and encryption. Includes available nested file list, tags, search, and more. Optionally works with the notes application ownCloud or Nextcloud.

Cross-platform with clients available for Mac and Linux.

License:    GPL

Changelog

the note text edit margins will now be updated when the font size increased or decreased in the distraction free mode (for issue Issue #727)
improvements of the external note tagging support via the scripting engine (for issue Issue #530)

    fixed crash when removing more than one tag that have notes linked to them

when inserting a link into a note some more broken characters from the webpage's html-title will be replaced
added more German translation (thank you rakekniven)

[close]

http://www.qownnotes.org/
Titel: Torrent File Editor 0.3.7
Beitrag von: SiLæncer am 29 September, 2017, 17:16
(http://s26.postimg.org/duwslsivt/screenshot_125.png)
Create torrent files from scratch on your computer by configuring a few parameters and choosing the files you want to be contained within it.

License: GPLv3

https://sourceforge.net/projects/torrent-file-editor/
Titel: Text Editor Pro v1.9.1
Beitrag von: SiLæncer am 29 September, 2017, 20:30
Changelog

Optimized text editor control.

Fixed:

    Startup;
    Text editor painting;
    Language files.

[close]

http://texteditor.pro/
Titel: RJ TextEd 12.40
Beitrag von: SiLæncer am 30 September, 2017, 18:45
(http://images.six.betanews.com/screenshots/scaled/1187014627-1.jpg)
RJ TextEd - A Unicode source and text editor. RJ TextEd is a full featured text and source editor with Unicode support, syntax highlighting and code folding. The functionality extends beyond text files and includes support for HTML editing with integrated preview, spell checking, auto completion, HTML validation, templates and more. The program also include support for Topstyle Lite CSS editor, has a dual pane file commander, as well as a FTP client to upload your files. The editor uses language files to display menus and dialogs in different languages. There are several included languages. New language files can easily be created in the editor. RJ TextEd is also a simple web development tool. The editor can use auto completion and hints to assist you in editing your source code. You can preview HTML/ASP/PHP... code using one of the preview tabs or open a document in a browser. The editor does not only handle source code. It also handles true ASCII files, binary files and of course plain text files.

Licence: Freeware

Changelog

Document editing and speed:

While solving a few issues with the background thread I also improved editing speed for operations like typing, deleting (DEL/BACK), or any other operation that just changes the content of the current line.
The change may be quit noticeable.

Other speed improvements:

Sort functions have been optimized and should be even faster than before.

Hash Generator:

Added a simple hash generator in the "Tools" menu. It can generate a string hash using the most common algorithms.
NOTE! If you feel that an algorithm is missing, let me know.

Allow illegal control characters in text files:

Added a new option to allow illegal control characters in source/text files. The option is turned on by default, allowing you to open text files containing e.g. a few non-text characters like zeros.
If turned off, files containing illegal control characters are handled as binary/hex files.

Save hex view status:

The editor can now remember the hex view status after a document has been closed. This should work with both text and binary files.
The setting is available in "Options -> File -> Save status for last open files".

Fixed:

FTP issue with older FTP servers (Unix/Linux vsftpd...).
Open remote (S)FTP from menu recent files.
Some change DPI issues.
A few delete issues.
Several hard to find exceptions that may appear randomly.
Open file at cursor.
Clipboard history display issues with delete and clear.
Paste text at end of line.
Display space and tabs issue.
Change newline format display issue.
Trim trailing spaces issue in column mode.
Replace issue with regular expressions.
Minimize/Maximize issues.

[close]

http://www.rj-texted.se
Titel: Text Editor Pro 1.9.2
Beitrag von: SiLæncer am 01 Oktober, 2017, 09:10
Changelog

- Fixed file controls
- Fixed find in files
- Fixed print preview
- Fixed search for files
- Fixed unicode character map
- Fixed text editor painting
- Fixed language files

[close]

http://texteditor.pro/
Titel: HelpNDoc 5.3.2.378
Beitrag von: SiLæncer am 01 Oktober, 2017, 20:00
(http://s26.postimg.org/8b3fgo9i1/screenshot_188.png)
HelpNDoc provides all the tools necessary to write complete help files, manuals and documentations in a user friendly and very easy to use environment. HelpNDoc can generate standard Windows CHM help files, WEB based documentation, iPhone specific websites as well as printable PDF and Word documents.

HelpNDoc is completely free for personal use and evaluation purposes.

http://www.helpndoc.com/
Titel: Alternate Textbrowser 3.160
Beitrag von: SiLæncer am 03 Oktober, 2017, 17:40
(https://s26.postimg.org/f10vppk49/screenshot_84.png)
This program makes it easy to browse through text- and html-files (also xml), syntax highlighting for serveral programming languages available (C++, Pascal, PHP, Perl, ASM, JScript etc.).

Freeware

Whats new:>>

- Installation updated
- Tools updated

http://www.alternate-tools.com/pages/c_textbrowser.php?lang=ENG
Titel: Atom 1.22.0 Beta 0
Beitrag von: SiLæncer am 04 Oktober, 2017, 09:18
Whats new:>>

Made a significant performance improvement fetching git status.
Added a setting to highlight the line number in the gutter when matching brackets.
Markdown preview panes no longer reset their scroll position to the top when the source is saved.
Added a setting for maximum line length before soft wrapping is enforced.
Numerous bug fixes to bundled language grammar packages

https://atom.io/
Titel: QOwnNotes v17.10.0
Beitrag von: SiLæncer am 04 Oktober, 2017, 12:37
Changelog

fixed a crash with empty note-subfolders and manual reloading of the note folder (for issue Issue #731)
tried to remedy some inconsistency in the margins of the distraction free mode (for issue Issue #727)
made more text selectable and changed the sort-order in the Script repository widget
added the experimental script @tag tagging in note text to the script repository to make it easier to play around with the external note tagging support via the scripting engine (for issue Issue #530)

[close]

http://www.qownnotes.org/
Titel: CudaText 1.21.0
Beitrag von: SiLæncer am 04 Oktober, 2017, 16:30
(http://s26.postimg.org/orql8dkpl/screenshot_257.png)
Create programming scripts with this powerful tool that supports more than 130 languages and allows users to work concurrently on as many as six groups of projects.

Freeware

Changelog

Added submenu "Options / Settings-plugins", so plugins can put config commands here, instead of "Plugins". Two standard plugins (Tabs List, Comments) use this menu.
API for "Vim Mode" plugin.
Added commands: "go to line absolute begin/end (+select)" (keys Home/End consider spaces).
Added commands: "go to word end (+select)" - like in Vim.
Added commands: "go to word next/prev, simple (+select)" - do alternate word jumps like in Vim.

[close]

http://www.uvviewsoft.com/cudatext/
Titel: QOwnNotes v17.10.1
Beitrag von: SiLæncer am 05 Oktober, 2017, 05:10
Changelog

the automatic update dialog will now also be disable per default for repositories and self-builds if the settings dialog was opened in the welcome dialog at first application startup (for issue Issue #732)
there now is a --clear-settings parameter for the application that clears the settings before running the application
there now is a --help parameter for the application that show the available command line arguments of QOwnNotes

[close]

http://www.qownnotes.org/
Titel: Notepad3 2.17.1003.548
Beitrag von: SiLæncer am 05 Oktober, 2017, 18:15
(https://s26.postimg.org/s6uzyo32x/screenshot_214.png)
Notepad3 is a lightweight piece of software that overcomes some of the well-known limitations of Windows standard text editor while providing syntax highlighting support.

Freeware

http://www.rizonesoft.com/downloads/notepad3/
Titel: QOwnNotes v17.10.2
Beitrag von: SiLæncer am 06 Oktober, 2017, 05:40
(https://s26.postimg.org/hfer16hsp/screenshot_106.png)
QOwnNotes is a text editor / notepad replacement with markdown support and todo list manager. The program supports themes, keyboard shortcuts, syntax highlighting, and encryption. Includes available nested file list, tags, search, and more. Optionally works with the notes application ownCloud or Nextcloud.

Cross-platform with clients available for Mac and Linux.

License:    GPL

Changelog

fixed that the automatic closing of brackets is only allowed if the cursor was at the end of a block (was removed by a pull request)
the updater.bat in Windows now kills the QOwnNotes.exe process when the application is updated because it doesn't seem to end in portable mode (for issue Issue #376)
added more French and Spanish translation (thank you bepolymathe and richarson)

[close]

http://www.qownnotes.org/
Titel: TidExpress 2.0.1.0
Beitrag von: SiLæncer am 07 Oktober, 2017, 18:45
(https://s26.postimg.org/46ztldcrd/screenshot_1182.jpg)
TidExpress is a lightweight and very easy to understand software solution whose main purpose is to provide you with the ability of editing your HTML files with the least amount of effort, offering you a ‘Tidy’ tool which can successfully clean the document of some of its errors.

Freeware

http://byteflowerpot.free.fr/EN/tidexpress-editeur-html-en.php
Titel: XiaoXiao Notepad 1.4
Beitrag von: SiLæncer am 07 Oktober, 2017, 20:45
(https://s26.postimg.org/8x3jf77x5/screenshot_1184.jpg)
XiaoXiao Notepad is a simple to use text editor with an additional function of displaying images along with the text lines. The tool allows you to easily insert pictures within text files, by simply dragging and dropping them in the workspace. The saved file contains both the images and the paragraphs.

Freeware

http://www.fcshare.net/notepadxx_en.html
Titel: CudaText v1.22.0.0
Beitrag von: SiLæncer am 08 Oktober, 2017, 12:00
(http://s26.postimg.org/orql8dkpl/screenshot_257.png)
Create programming scripts with this powerful tool that supports more than 130 languages and allows users to work concurrently on as many as six groups of projects.

Freeware

Changelog

+ added: option "ui_tab_flat" (tabs look like in new Sublime)
+ added: caching of Code Tree content, so much faster switch betweeen tabs
+ added: UI theme color "tabs, flat, focus mark"
- fixed: commands "go to screen top/bottom/center" must work ok on long wrapped lines

[close]

http://www.uvviewsoft.com/cudatext/
Titel: EncNotex 1.3.0
Beitrag von: SiLæncer am 08 Oktober, 2017, 20:30
(https://s26.postimg.org/xzq0ja0nt/screenshot_496.png)
EncNotex is a free multiplatform software, which runs natively on  GNU/Linux, Windows and macOS, that is useful to write and to manage a file of strongly encrypted textual notes. It’s aim is to grant the user an highly secure tool to manage very confidential data.

License: GPLv3

Whats new:>>

Improvements:

Task management.

https://sites.google.com/site/encnotex/
Titel: QOwnNotes v17.10.3
Beitrag von: SiLæncer am 10 Oktober, 2017, 04:30
Changelog

you now can enable in the General settings that the shortcut to create new notes asks for a headline of the note instead of generating the headline automatically (for issue Issue #740)
there now is a new scripting command script.inputDialogGetText to open an input dialog with a line edit (for issue Issue #740)

    for more information please take a look at Opening an input dialog with a line edit

added more French and German translation (thank you bepolymathe and rakekniven)

[close]

http://www.qownnotes.org/
Titel: Alternate Textbrowser 3.170
Beitrag von: SiLæncer am 10 Oktober, 2017, 04:50
(https://s26.postimg.org/f10vppk49/screenshot_84.png)
This program makes it easy to browse through text- and html-files (also xml), syntax highlighting for serveral programming languages available (C++, Pascal, PHP, Perl, ASM, JScript etc.).

Freeware

Whats new:>>

- Greek translation updated

http://www.alternate-tools.com/pages/c_textbrowser.php?lang=ENG
Titel: EditPad Lite 7.6.2
Beitrag von: SiLæncer am 10 Oktober, 2017, 12:29
(http://www.editpadpro.com/screens/editpadlite.png)
EditPad Lite is a general-purpose text editor, designed to be small and compact, yet offer all the functionality you expect from a basic text editor. EditPad Lite works with Windows NT4, 98, 2000, ME, XP and Vista.

Freeware

Changelog

Improvements:

Spell checker: Learned words that are not entirely lowercase are now case sensitive just like words in the main dictionary.
Text Layout Configuration: Disable character width option when the text layout is not monospaced to indicate that it won't be used.

Bug fixes:

Spell checker: Automatic suggestions for a misspelled word that is all lowercase now preserve the case the suggested word has in the dictionary instead of making it lowercase.
Spell checker: Learned replacements that only change the case of a word no longer highlight occurrences of the word with the corrected case as misspelled.
The ellipsis character U+2026 was changed into a line break when copied to the clipboard by EditPad from a file that does not exclusively use CRLF line breaks and pasted into an application that's not from Just Great Software.
View|Browser in some situations used the browser that was previously associated with .html files instead of the browser currently associated with .html files, depending on how the file association was changed.

[close]

http://www.editpadpro.com/editpadlite.html
Titel: EncNotex 1.3.1
Beitrag von: SiLæncer am 10 Oktober, 2017, 13:40
Whats new:>>

Italian translation and manual.
The calendar in the Task list shows the date of the selected atask.
"Header" renamed as "level" in the menu items and in the manual.
Minor graphic improvements.

https://sites.google.com/site/encnotex/
Titel: QOwnNotes 17.10.4
Beitrag von: SiLæncer am 11 Oktober, 2017, 09:10
Changelog

fixed that a 2nd note is created if the non-automatic headlines for new notes are enabled (for issue Issue #740)
added more Spanish translation (thank you richarson)

[close]

http://www.qownnotes.org/
Titel: Notepad3 2.17.1011.583
Beitrag von: SiLæncer am 11 Oktober, 2017, 20:15
(https://s26.postimg.org/s6uzyo32x/screenshot_214.png)
Notepad3 is a lightweight piece of software that overcomes some of the well-known limitations of Windows standard text editor while providing syntax highlighting support.

Freeware

http://www.rizonesoft.com/downloads/notepad3/
Titel: EncNotex 1.3.2
Beitrag von: SiLæncer am 11 Oktober, 2017, 20:45
Whats new:>>

Autocreation of the headers ("-" and "+") of a list.

https://sites.google.com/site/encnotex/
Titel: Text Editor Pro v2.0.0
Beitrag von: SiLæncer am 12 Oktober, 2017, 06:10
(http://s26.postimg.org/8fepd5amx/screenshot_187.png)
Text Editor Pro (formerly EditBone) is a powerful text editing tool that comes with syntax highlighting support for over 50 languages and scripts, customizable with over 100 options, 29 ready made styles, a handy file comparison feature, unicode character map, numerical unit convert tool, SQL formatter, and support for multiple directories and search results.

Freeware

Changelog

Added:

    Margin option for editor, directory, and output;
    Move selection up/down/left/right for selection mode (Edit->Move).

Fixed:

    File treeview painting;
    File treeview refresh;
    Output click;
    Editor search combobox minimum width;
    Title bar menu image;
    Tool bar defaults;
    XML tree closing;
    Go to bookmarks;
    Extended skin mode borders;
    Language editor painting;
    Language files.

Numerous optimizations.

[close]

http://texteditor.pro/
Titel: Mobirise 4.3.3
Beitrag von: SiLæncer am 12 Oktober, 2017, 19:20
(https://s26.postimg.org/z2ytcmg0p/screenshot_1146.jpg)
Develop fully responsive, mobile-ready websites that look amazing on any devices and browsers. Preview how your website will appear on phones, tablets and desktops directly in the visual editor..

Freeware

https://mobirise.com/
Titel: Atom 1.22.0 Beta 1
Beitrag von: SiLæncer am 13 Oktober, 2017, 04:30
(https://s26.postimg.org/6bt5lin89/screenshot_265.jpg)
A powerful and flexible application that works as a text and source code editor with syntax highlight, or alternately as a file viewer.

MIT License

Changelog

Atom Core:

atom/atom#15760 - Fix faded application icons on macOS 10.13
atom/atom#15799 - Preserve indentation when toggling comments on whitespace-only lines
atom/atom#15800 - Fix rendering bug when folds cause the vertical scrollbar to disappear with soft wrapping enabled
atom/atom#15821 - Clear dimensions cache when approximate screen line count changes
atom/atom#15828 - Clear the dimensions cache after updating the soft wrap column
atom/atom#15833 - Always revert to composition checkpoint, even if input is disabled
atom/atom#15865 - Don't throw when destroying block decorations inside marker change event

autocomplete-plus:

atom/autocomplete-plus#886 - add subsequence provider
atom/autocomplete-plus#899 - remove use of regex in strict matching
atom/autocomplete-plus#895 - remove didAttach which causes SuggestionListElement to render twice
atom/autocomplete-plus#900 - Move towards more efficient DOM manipulation
atom/autocomplete-plus#902 - Make shorter matches win when scores tie
atom/autocomplete-plus#903 - Defer the rendering of nonvisible suggestions

github:

atom/github#1180 - Add command and UI to clear saved GitHub token
atom/github#1181 - Use prompt server when cloning

markdown-preview:

atom/markdown-preview#503 - Use dompurify to sanitize html

settings-view:

atom/settings-view#997 - Add tabType as a scoped setting
atom/settings-view#1007 - Use DOMPurify for README sanitization

snippets:

atom/snippets#241 - Make tests run with promise and non-promise package deactivate
atom/snippets#244 - Make the bundled snippets work when the package is snapshotted

superstring:

atom/superstring#37 - Fix sorting ambiguity bug in findWordsWithSubsequence

text-buffer:

atom/text-buffer#266 - Gracefully handle edits performed in onDidChange listeners during reload

[close]

https://atom.io/
Titel: Atom 1.21.1
Beitrag von: SiLæncer am 13 Oktober, 2017, 18:15
(https://s26.postimg.org/6bt5lin89/screenshot_265.jpg)
A powerful and flexible application that works as a text and source code editor with syntax highlight, or alternately as a file viewer.

MIT License

Changelog

Atom Core:

electron@1.6.15
atom/atom#15760 - Fix faded application icons on macOS 10.13
atom/atom#15800 - Fix rendering bug when folds cause the vertical scrollbar to disappear with soft wrapping enabled
atom/atom#15821 - Clear dimensions cache when approximate screen line count changes
atom/atom#15828 - Clear the dimensions cache after updating the soft wrap column
atom/atom#15833 - Always revert to composition checkpoint, even if input is disabled
atom/atom#15865 - Don't throw when destroying block decorations inside marker change event

markdown-preview:

atom/markdown-preview#477 - restore scrollTop of viewElement for smoother livereload
atom/markdown-preview#503 - Use dompurify to sanitize html

settings-view:

atom/settings-view#1000 - Fix broken docs link
atom/settings-view#997 - Add tabType as a scoped setting
atom/settings-view#1007 - Use DOMPurify for README sanitization

snippets:

atom/snippets#241 - Make tests run with promise and non-promise package deactivate
atom/snippets#244 - Make the bundled snippets work when the package is snapshotted
superstring:

atom/superstring#37 - Fix sorting ambiguity bug in findWordsWithSubsequence

text-buffer:

atom/text-buffer#266 - Gracefully handle edits performed in onDidChange listeners during reload

[close]

https://atom.io/
Titel: QOwnNotes 17.10.5
Beitrag von: SiLæncer am 16 Oktober, 2017, 05:45
(https://s26.postimg.org/hfer16hsp/screenshot_106.png)
QOwnNotes is a text editor / notepad replacement with markdown support and todo list manager. The program supports themes, keyboard shortcuts, syntax highlighting, and encryption. Includes available nested file list, tags, search, and more. Optionally works with the notes application ownCloud or Nextcloud.

Cross-platform with clients available for Mac and Linux.

License:    GPL

Changelog

highlighting of ordered lists in the note edit panel now works above 9. (for issue Issue #746)
fixed links to notes whose names only consist of numbers when Ctrl-clicking them in the note text edit, in the preview there is currently no way to make them work (for issue Issue #748)
did some dialog-text changes
added more Polish, Catalan, Italian, Brazilian Portuguese, Dutch, Hungarian and German translation (thank you lucjan, MGuerra, mlocati, mlimacarlos, Fabijenna and rakekniven)

[close]

http://www.qownnotes.org/
Titel: RJ TextEd 12.41 Beta 1
Beitrag von: SiLæncer am 16 Oktober, 2017, 09:12
(http://images.six.betanews.com/screenshots/scaled/1187014627-1.jpg)
RJ TextEd - A Unicode source and text editor. RJ TextEd is a full featured text and source editor with Unicode support, syntax highlighting and code folding. The functionality extends beyond text files and includes support for HTML editing with integrated preview, spell checking, auto completion, HTML validation, templates and more. The program also include support for Topstyle Lite CSS editor, has a dual pane file commander, as well as a FTP client to upload your files. The editor uses language files to display menus and dialogs in different languages. There are several included languages. New language files can easily be created in the editor. RJ TextEd is also a simple web development tool. The editor can use auto completion and hints to assist you in editing your source code. You can preview HTML/ASP/PHP... code using one of the preview tabs or open a document in a browser. The editor does not only handle source code. It also handles true ASCII files, binary files and of course plain text files.

Licence: Freeware

Changelog

Misc:

Made some minor changes in document tab drawing in dual document view.
Updated SFTP component.

Fixed:

Clone document issue.
Syntax highlight issue with comments.
Find issues in options window.
Update (old) projects.
User bar drop down tree issue.
TODO/NOTE list display issue.
Keyboard issue in regular expression creator.
Save main window size on high DPI display.
Bookmarks are drawn with a little more space to the right.
Other reported minor issues.

[close]

http://www.rj-texted.se
Titel: CudaText 1.22.4.0
Beitrag von: SiLæncer am 18 Oktober, 2017, 12:34
(http://s26.postimg.org/orql8dkpl/screenshot_257.png)
Create programming scripts with this powerful tool that supports more than 130 languages and allows users to work concurrently on as many as six groups of projects.

Freeware

Changelog

added: option "ui_tab_position": can place tabs on top/bottom/left/right
deleted option "ui_tab_bottom"
ask "file changed outside. reload?" also if file undo history is not empty
show "changed N lines" status after few commands (e.g. trim spaces)

[close]

http://www.uvviewsoft.com/cudatext/
Titel: HelpNDoc 5.4.0.395
Beitrag von: SiLæncer am 19 Oktober, 2017, 17:40
(http://s26.postimg.org/8b3fgo9i1/screenshot_188.png)
HelpNDoc provides all the tools necessary to write complete help files, manuals and documentations in a user friendly and very easy to use environment. HelpNDoc can generate standard Windows CHM help files, WEB based documentation, iPhone specific websites as well as printable PDF and Word documents.

HelpNDoc is completely free for personal use and evaluation purposes.

Changelog

Completely rewritten command line options: it is more reliable, with additional features, it has a cleaner syntax and an enhanced console output
Command line build action can now override the project builds' output path, tags, template and variables
Command line can now include the "verysilent" option (ss) which won't even show a console window
New anchor editor to easily and rapidly create, delete and locate anchors in the current topic
Font dialog now displays a preview of the fonts
Adding an item to the library will automatically insert it in the currently selected folder or in the currently selected item's parent folder
It is now possible to specify the HTML rendering engine used by the CHM help viewer, including Microsoft Edge and older versions of Internet Explorer
Ability to add a link to the default HTML template's custom logo
Re-engineered application's internals for more reliable startup and shutdown and greater future scalability
Document generation dialog's build list could be hidden under certain conditions
Some color picker popups could be incorrectly displayed on some screens
Refreshing the project analyzer could corrupt the keywords' associated topic list
HTML documentation's search engine result list could include corrupted topic titles
HTML documentation's index could malfunction when topic titles contained specific characters
HndTopicsTags was not accessible from scripting API
Enhanced High DPI support in the topic editor
A topic with an help ID of "main" could break the HTML table of contents
Fixed bugs in HTML based list style exporting
Better saving of tables to Word DocX
Better RTF Import / Export

[close]

http://www.helpndoc.com/
Titel: EncNotex 1.3.3
Beitrag von: SiLæncer am 20 Oktober, 2017, 05:20
(https://s26.postimg.org/xzq0ja0nt/screenshot_496.png)
EncNotex is a free multiplatform software, which runs natively on  GNU/Linux, Windows and macOS, that is useful to write and to manage a file of strongly encrypted textual notes. It’s aim is to grant the user an highly secure tool to manage very confidential data.

License: GPLv3

Whats new:>>

Possibility to save the list of tasks in a csv file.
With a double click on a task in the task list, the proper note is shown and the task in the text is selected.

https://sites.google.com/site/encnotex/
Titel: RJ TextEd 12.41 Update
Beitrag von: SiLæncer am 20 Oktober, 2017, 16:30
Changelog

Misc:

Made some minor changes in document tab drawing in dual document view.
Updated SFTP component.

Fixed:

High CPU usage with certain scrollbar options.
Clone document issue.
Syntax highlight issue with comments.
Find issues in options window.
Column mode issues.
Update (old) projects.
User bar drop down tree issue.
TODO/NOTE list display issue.
Keyboard issue in regular expression creator.
Save main window size on high DPI display.
Bookmarks are drawn with a little more space to the right.
Other reported minor issues.

[close]

http://www.rj-texted.se
Titel: QOwnNotes v17.10.6
Beitrag von: SiLæncer am 22 Oktober, 2017, 10:04
Changelog

you can now select different search engines for searching text in notes in the General settings (for issue Issue #661, thank you @ron-popov)
added an information text to the Windows update dialog to remind the user that QOwnNotes needs to run from a location where the user has write access to for the automatic update to work (for issue Issue #750)
added more French and German translation (thank you bepolymathe)

[close]

http://www.qownnotes.org/
Titel: EncNotex 1.3.5
Beitrag von: SiLæncer am 22 Oktober, 2017, 19:30
Whats new:>>

Possibility to insert links to files in the text ofa note.

https://sites.google.com/site/encnotex/
Titel: Text Editor Pro v2.1.0
Beitrag von: SiLæncer am 22 Oktober, 2017, 21:00
(http://s26.postimg.org/8fepd5amx/screenshot_187.png)
Text Editor Pro (formerly EditBone) is a powerful text editing tool that comes with syntax highlighting support for over 50 languages and scripts, customizable with over 100 options, 29 ready made styles, a handy file comparison feature, unicode character map, numerical unit convert tool, SQL formatter, and support for multiple directories and search results.

Freeware

Changelog

Added base encodings/decodings.

Fixed:

    Event handling;
    Bookmarks;
    Editor painting;
    File opening;
    Language files.

Updated AlphaSkins controls v12.18.

[close]

http://texteditor.pro/
Titel: JSONedit 0.9.26.0
Beitrag von: SiLæncer am 23 Oktober, 2017, 05:15
(http://s26.postimg.org/66opis8ih/screenshot_556.jpg)
JSONedit is a simple editor for the JavaScript Object Notation format "a text-based open standard designed for human-readable data interchange" (source) with availble text and tree views.

Includes array generator using embedded Lua interpreter and Scintilla for text edition.

License:    Freeware

Changelog

added setting for string separating name from value in objects (default: " : "); together with indentation string this is supposed to allow to reduce VCS delta for files edited with JSONedit
FIXED: if last character of indent string was other than space (e.g. single tab was used) generated JSON contained extra newlines
updated Lua to version 5.3 (as in tSIP) and added some custom Lua functions
added Lua event mechanism (basically copied from tSIP), there is single "on file save" event at the moment with the purpose of extra formatting / postprocessing
new setting ("JSON" settings tab, opt-out): validate text as JSON when saving (applies to editing as text only, preventing accidentally saving invalid JSON)
added new menu item: File / Open current file directory
Tools: added JSON streaming viewer (newline separated JSON values: NDJSON/LDJSON/JSONL format)
modified settings window (categories on the left)

[close]

http://tomeko.net/software/JSONedit/index.php
Titel: CudaText v1.23.0.0
Beitrag von: SiLæncer am 23 Oktober, 2017, 06:10
Whats new:>>

+ ProjectManager: single click opens file in the preview tab (italic caption), like in Sublime
+ added: option "ui_tab_preview_font_style"
+ API for preview tab

http://www.uvviewsoft.com/cudatext/
Titel: EncNotex 1.3.6
Beitrag von: SiLæncer am 23 Oktober, 2017, 14:00
Whats new:>>

Search on range of dates.
Shortcut Ctrl + Shift + T (update titles and tasks list) and Ctrl + T (show only the text of the notes) have been switched.

https://sites.google.com/site/encnotex/
Titel: Text Editor Pro 2.1.1
Beitrag von: SiLæncer am 23 Oktober, 2017, 19:30
Whats new:>>

Fixed bug in changed files polling
Fixed language files

http://texteditor.pro/
Titel: QOwnNotes 17.10.7
Beitrag von: SiLæncer am 23 Oktober, 2017, 21:45
Changelog

added new search engines Qwant and Startpage and reordered the list in the General settings (for issue Issue #661
tried to prevent some occasions of focus stealing of the automatic update dialog (for issue Issue #751
added more Catalan, Swedish, Dutch, Hungarian and French translation (thank you davidse, druus, Fabijenna and bepolymathe)

[close]

http://www.qownnotes.org/
Titel: SciTE (SCIntilla) 4.0.1
Beitrag von: SiLæncer am 24 Oktober, 2017, 06:00
(https://s26.postimg.org/grtf9e7x5/screenshot_191.png)
Editor mit Syntax-Highlighting, Auto-Completion, Folding und vielem mehr...

Lizenz: Open Source

Changelog

The ILoader interface is defined in its own header ILoader.h as it is not related to lexing so doesn't belong in ILexer.h.
The Scintilla namespace is always active for internal symbols and for the lexer interfaces ILexer4 and IDocument.
The Baan lexer checks that matches to 3rd set of keywords are function calls and leaves as identifiers if not. Baan lexer and folder support #context_on / #context_off preprocessor feature.
The C++ lexer improved preprocessor conformance.
Default value of 0 for undefined preprocessor symbols.
#define A is treated as #define A 1.
"defined A" removes "A" before replacing "defined" with value. Bug #1966.
The Python folder treats triple-quoted f-strings like triple-quoted strings. Bug #1977.
The SQL lexer uses sql.backslash.escapes for double quoted strings. Bug #1968.
Minor undefined behaviour fixed. Bug #1978.
On Cocoa, improve scrolling on macOS 10.12. Bug #1885.
On Cocoa, fix line selection by clicking in the margin when scrolled. Bug #1971.

[close]

http://www.scintilla.org/SciTE.html
Titel: Notepad3 2.17.1016.632
Beitrag von: SiLæncer am 25 Oktober, 2017, 05:10
(https://s26.postimg.org/s6uzyo32x/screenshot_214.png)
Notepad3 is a lightweight piece of software that overcomes some of the well-known limitations of Windows standard text editor while providing syntax highlighting support.

Freeware

http://www.rizonesoft.com/downloads/notepad3/
Titel: BlueGriffon v2.4.1
Beitrag von: SiLæncer am 26 Oktober, 2017, 05:45
(http://download.winboard.org/uploads/Image/2011-08-28%2015%2053%2030.png)
BlueGriffon hält sich an den aktuellen W3C-Standard. Unterstützt wird HTML 4.01, XHTML, HTML5, CSS 3, Java, java script.
Der Normalmodus (WYSIWYG) eignet sich besonders für Einsteiger, da man sich hier nicht um den Quelltext kümmern muss.
Ebenfalls dabei ist ein CSS-Editor, der das Entwerfen von Cascading Style Sheets erleichtert und ein Editor zum erstellen von SVG-Grafiken )skalierbare Vektorgrafiken).

Neben dem deutschen Wörterbuch gibt es noch einige Erweiterungen für BlueGriffon auf der Herstellerseite, welche allerdings nicht kostenlos sind. Eine Ausnahme wäre FireFTP (http://www.bluegriffon.com/index.php?pages/FireFTP).

Voraussetzung ist ein installiertes Microsoft Visual C++2008 Redistributable Package (http://www.microsoft.com/downloads/de-de/details.aspx?familyid=a5c84275-3b97-4ab7-a40d-3802b2af5fc2&displaylang=de).

Freeware

Changelog

Support for CSS Grids (except grid-auto-columns and grid-auto-rows properties that currently suffer from Mozilla bug 1392734)
Gecko uplift
finally fixed the bug horking the Source panel in Dual View...
fixed a regression on OS X
32bits architectures are not supported any more

[close]

http://bluegriffon.org/
Titel: Scite 4.0.2
Beitrag von: SiLæncer am 26 Oktober, 2017, 12:37
Whats new:>>

Fix HTML lexer handling of Django so that nesting a {{ }} or {% %} Django tag inside of a {# #} Django comment does not break highlighting of rest of file

http://www.scintilla.org/SciTE.html
Titel: HelpNDoc Personal Edition 5.4.1.404
Beitrag von: SiLæncer am 26 Oktober, 2017, 20:45
(http://s26.postimg.org/8b3fgo9i1/screenshot_188.png)
HelpNDoc provides all the tools necessary to write complete help files, manuals and documentations in a user friendly and very easy to use environment. HelpNDoc can generate standard Windows CHM help files, WEB based documentation, iPhone specific websites as well as printable PDF and Word documents.

HelpNDoc is completely free for personal use and evaluation purposes.

Changelog

Pictures included at generation time or linked could be incorrectly sized in HTML based documentation formats
Current program version could be incorrectly reported in some places (command line, check software update...)
Forcing named license check or de-activating a named license provides more information about the license status

[close]

http://www.helpndoc.com/
Titel: QOwnNotes v17.10.8
Beitrag von: SiLæncer am 27 Oktober, 2017, 05:15
(https://s26.postimg.org/hfer16hsp/screenshot_106.png)
QOwnNotes is a text editor / notepad replacement with markdown support and todo list manager. The program supports themes, keyboard shortcuts, syntax highlighting, and encryption. Includes available nested file list, tags, search, and more. Optionally works with the notes application ownCloud or Nextcloud.

Cross-platform with clients available for Mac and Linux.

License:    GPL

Changelog

restructured the main menu to make it less cluttered
there now is a new checkbox in the Todo settings to close the todo list after saving an item (for issue Issue #753
added more Catalan, Spanish, Italian, Brazilian Portuguese, Hungarian, Dutch and German translation (thank you MGuerra, richarson, mlocati, mlimacarlos, Fabijenna and rakekniven)

[close]

http://www.qownnotes.org/
Titel: EncNotex 1.3.7
Beitrag von: SiLæncer am 27 Oktober, 2017, 18:30
(https://s26.postimg.org/xzq0ja0nt/screenshot_496.png)
EncNotex is a free multiplatform software, which runs natively on  GNU/Linux, Windows and macOS, that is useful to write and to manage a file of strongly encrypted textual notes. It’s aim is to grant the user an highly secure tool to manage very confidential data.

License: GPLv3

Whats new:>>

Possibility to insert taks without end date, also with Ctrl + Shift + J (in macOS, Meta + Shift + J).
An backup file is created also whenever a file is opened, to give the user the possibility to go back to its original content.
Possibility to copy in the clipboard in HTML format a note and all its possible subnotes.
Ctrl + Shift + Alt + P (in macOS, Meta + Shift + Alt + P): remove all empty lines in the text of a note and add empy lines just before and after the possible titles.

https://sites.google.com/site/encnotex/
Titel: QOwnNotes v17.10.9
Beitrag von: SiLæncer am 28 Oktober, 2017, 09:45
Changelog

fixed the New note icon
fixed the Application arguments debug dump
there now is a new parameter --session <name> to start QOwnNotes in a different context for settings and internal files
there now is a new setting for note-subfolders to show all notes in a folder including their subfolders in the Panels settings (for Issue #757)

    if turned on the All notes item in the Note subfolder panel is hidden because the root folder already shows all notes

[close]

http://www.qownnotes.org/
Titel: BabelPad 10.0.0.5 (Unicode Text Editor for Windows)
Beitrag von: SiLæncer am 28 Oktober, 2017, 10:45
(https://s26.postimg.org/5e8b1wcnt/screenshot_645.jpg)
BabelPad is a free Unicode text editor and word processor for Windows that supports the proper rendering of most complex scripts, and allows you to assign different fonts to different scripts in order to facilitate multi-script text editing.

Freeware

http://www.babelstone.co.uk/index.html
Titel: Mobirise 4.4.0
Beitrag von: SiLæncer am 28 Oktober, 2017, 20:15
(https://s26.postimg.org/z2ytcmg0p/screenshot_1146.jpg)
Develop fully responsive, mobile-ready websites that look amazing on any devices and browsers. Preview how your website will appear on phones, tablets and desktops directly in the visual editor..

Freeware

https://mobirise.com/
Titel: EncNotex 1.3.8
Beitrag von: SiLæncer am 29 Oktober, 2017, 20:30
Whats new:>>

Improved the file loading time.
Number of tasks in the the task list.

https://sites.google.com/site/encnotex/
Titel: Typora 0.9.38 Beta
Beitrag von: SiLæncer am 30 Oktober, 2017, 21:00
(https://s26.postimg.org/w2onuosnt/screenshot_64.png)
Swiftly write, edit, format and convert text to HTML with the help of this modern looking, streamlined and novice-accessible piece of software.

Freeware

Changelog

Support `
` tag in live rendering.
Update emoji library to cover emojis introduced during Unicode 7.0~10.0
Add syntax highlight for twig.
Improve auto indent in code fences
Fix file attributes are reset after save. Fix file save on symbolic links.
Fix bugs on PDF export.
Fix a bug that YAML does not follow CRLF preference.
Fix a bug that user cannot open folder from command line sometime.
Fix window restore logic relates to multiple screens.
Other bug fix.

[close]

http://www.typora.io/
Titel: QOwnNotes v17.10.10
Beitrag von: SiLæncer am 31 Oktober, 2017, 10:45
Changelog

prevention of focus-stealing of the update dialog is now only done on periodic checks instead of also on manual checks (for #751)
the setting for note-subfolders to show all notes in a folder including their subfolders now also makes the note-search find items in all folders (for #757)
added more French, Spanish, Italian, Brazilian Portuguese, Hungarian, Dutch and German translation (thank you bepolymathe, richarson, mlocati, DevilLorde, Fabijenna and rakekniven)

[close]

http://www.qownnotes.org/
Titel: Komodo Edit 11.0.1 Build 18119
Beitrag von: SiLæncer am 31 Oktober, 2017, 12:15
(https://s26.postimg.cc/mzxl6kyxl/screenshot_1268.png)
Komodo Edit ist ein Editor, der folgende Sprachen unterstützt: PHP, Python, Ruby, java script, Perl, Tcl, XML, HTML 5, CSS 3. Weiterhin bietet das Programm eine Projektverwaltung, Sweet-Editor und kann mittels Erweiterungen ausgebaut werden.

Freeware

Changelog

Clipboard manager: Fix caret position not updating when pasting - fixes #3135.
Clipboard Manager: Mouse click breaks manager. Fixes #3146.
CodeIntel: Added unit test for some previous commits.
CodeIntel: Attempt to handle non-ascii-encoded code better.
CodeIntel: Auto-import all applicable PHP symbols into the current scope.
CodeIntel: call tips while typing pref not saving. #fixes 3175.
CodeIntel: CodeIntel now runs on 127.0.0.1 instead of localhost.
CodeIntel: Completions now properly trigger on backspace.
CodeIntel: Correctly handle PHP ‘$’ variable prefixes.
CodeIntel: Do not give trailing ‘/’ for NodeJS module completions if there is an ‘index.js’ present.
CodeIntel: Do not include anonymous functions in scope completions.
CodeIntel: Do not include HTML, CSS, and JavaScript namespaces in PHP completions.
CodeIntel: Do not show completions for Python class or function names.
CodeIntel: Do not show completions in CSS value functions like rgb().
CodeIntel: Do not show completions right after a ‘,’, as it’s often part of a non-call expression.
CodeIntel: Don’t ask to restart just for looking at the pref screen - fixes #3045.
CodeIntel: Don’t trigger completions on whitespace - fixes #3040.
CodeIntel: Don’t truncate log when codeintel restarts - fixes #3265.
CodeIntel: Ensure attempted scope merges only happen on scopes for PHP completions.
CodeIntel: Ensure symbollist is always visible.
CodeIntel: Fix completion selection details disappearing while typing - fixes #3051.
CodeIntel: Fix completions not triggering on backspace.
CodeIntel: Fix completions not working on large PHP projects - fixes #3333.
CodeIntel: Fix completions showing stale entries when backspacing.
CodeIntel: Fix completions sometimes showing stale results - fixes #3088.
CodeIntel: Fix completions sometimes triggering when they shouldn’t - fixes #3100.
CodeIntel: Fixed gotoDefinition service not handling non-scope definitions properly.
CodeIntel: Fix sorting of completion results - fixes #3163.
CodeIntel: Fix sorting, should be case insensitive and “private” properties should show last.
CodeIntel: Greatly improved the accuracy of PHP member completions.
CodeIntel: Handle “&:” pseudo-class contexts in Less.
CodeIntel: Ignore “<?xml” declaration at the top of any HTML files.
CodeIntel: Make completions case insensitive.
CodeIntel: PHP completion contexts should not occur when typing “<?php”.
CodeIntel: Revert “Hacking previoux fix purely for Komodo 11 RC constraints.”.
CodeIntel: Support CSS completions in HTML style=“” attributes.
CodeIntel: The codeintel socket now runs on 127.0.0.1 instead of localhost (removes host lookup) - fixes #3190.
CodeIntel: Traits should not be linked to classes.
CodeIntel: Updated language router to handle PHP’s ‘$’ variable prefixing.
Commando: Fix composer integration causing Komodo to hang - fixes #3328.
Dependencies: binaries set to to “found” when they don’t exist. Fixes #3107.
Dependencies: “Located on PATH” being set as binary. Fixes #3139.
Dependencies: Safer way of checking for user selected value.
Editing: Respect default language-specific indentation preference - fixes #2828.
Editor: Fixed bug cleaning line endings for lines with form-feed characters - fixes #2285.
Editor: Fix margin click triggering repeatedly (fixes track changes repositioning on click) - fixes #3147.
Editor: Fix position being offset improperly on macOS, Windows - fixes #3123.
Editor: Highlight double-clicked variables - fixes #3187.
Folder Template: Can’t use if space in name or path. Fixes #3119.
FolderTemplate: Kill progress bar when no local path. Fixes #3249.
Folder Templates: Fix regression where http urls would no longer work.
Keybindings: Fix default binding for “jump to previous section” not working.
Languages: Fixed legacy section regexes for JavaScript functions - fixes #3052.
Linter: Log file operation exceptions so we actually have the requisite info to fix the issue.
Logging: Don’t log “key event not available on some keyboard” messages - fixes #3121.
Other: Fix issue where sometimes opening a window twice would break the window - fixes #3210.
Places: Fix “Refresh Status” sometimes being disabled - fixes #3186.
Places: Fix refresh status still disabled in some cases - fixes #3186.
Preferences: Fix certain language fields loading multiple times - fixes #3065.
Preferences: Fix color scheme preferences sometimes defaulting to the wrong theme.
Preferences: Fix Notification categories not showing - fixes #3246.
Prefs: lang pref checkbox icons too large on retina. Fixes #3081.
Prefs: remove bad paths for executable prefs. Fixes #3286.
Prefs: Show selected exe path. Fixes #3215.
Prefs: Show selected exe path. Fixes #3215.
Prefs: Upgrade File association prefs between versions. Fixes #3180.
Preview: Don’t allow invoking the preview for unsupported languages - fixes #3134.
Previewer: Update preview on any buffer edit, including copy/paste - fixes #3150.
Preview: Fix preview not available on HTML5, Angular and JSX files.
Printing: Fix printing not working.
Publishing: fix icon sizes on retina. Fixes #3046.
Scintilla: Applied upstream patch in an attempt to improve scrolling on MacOS 10.12.
SDK: DOM: fix once triggering more than once if an exception occured.
SDK: DOM: properly detect integers when setting CSS values.
SDK: Fix code intel prefs not saving. Fixes #3175.
SDK: fix filepath looking at the wrong object - fixes #3048.
SDK: fix menulist elements not considering an empty string a valid value - fixes #3264.
SDK: Fix topWindow.location undefined error.
SDK: menulist: fix values not always being set properly.
SDK: Modal dialogs sitting ontop of alert dialogs. Fixes #3249.
SDK: remove unused properties of listcols and listhead.
Sdk: stylesheet: Fix global stylesheets not properly reloading.
SDK UI: Allow radio to handle boolean for selected. Fixes #3161.
SDK: ui/menulist: only use element.value if it actually holds a value.
SDK: Windows: Added getWindowByName method.
Slack: Can’t open slack share snippet in browser. Fixes #3144.
Slack: Interactive bubble not shown on success. Fixes #3149.
Startup Wizard: Add border around editor sample - fixes #3071.
Startup Wizard: binary prefs not saving. Fixes #3165.
Startup Wizard: Fix dropdown lists not getting their value defined.
Startup Wizard: Fix sample not updating when toggling classic mode - fixes #3071.
Toolbox: Fix some tools becoming corrupted when importing to Komodo 11 - fixes #3220.
Toolbox: Upgrade code wasn’t upgrading new format tools. Fixes #3218.
UI: Don’t fail loading base UI components just cause one widget doesnt exist.
UI: Fix color picker and pref window sized incorrectly - fixes #3111 #3170.
UI: Fix color scheme not applying to all UI components - fixes #3088.
UI: Fix dialogs gradually growing larger each time they’re opened (Windows only) - fixes #3049.
UI: Fix maximize sometimes not working on Windows - fixes #3199.
UI: Fix some dialogs infinitely growing larger - fixes #3266.
UI: Fix startup wizard resizing at the end of the depency scan, causing a black border on Windows.
UI: Remove old template UI elements that we missed - fixes #3216.
UI: Reset all window dimensions to their defaults due to a variety of window dimension issues in v11.0.0.
Unit tests: Fix unit tests not running due to “ko undefined” error.
Update doc links to new docs URL. Fixes #3154.
Update JSDoc for some of our main modules, or modules that were just outright not showing properly.
VCS: Fix pull with Rebase not working - fixes #3130.
Windows: Fix some windows not opening - fixes #3330.
Windows: Fix window restore failing - fixes #3050

[close]

http://www.activestate.com/komodo-edit/downloads
Titel: JSON Viewer 1.1.0
Beitrag von: SiLæncer am 31 Oktober, 2017, 14:15
(https://i.postimg.cc/R0jsd5HC/screenshot-1804.png)
View and edit multiple JSON files at the same time and under a single roof with the help of this streamlined and accessible application.

Description

    Hierarchical and text preview
    Text searching
    Base64 encoding/decoding
    Simple JSON Editor with JSON validation

Free to use for both private and commercial users.

http://www.mitec.cz/jsonv.html
Titel: Atom 1.22.0 Beta 2
Beitrag von: SiLæncer am 01 November, 2017, 05:20
(https://s26.postimg.org/6bt5lin89/screenshot_265.jpg)
A powerful and flexible application that works as a text and source code editor with syntax highlight, or alternately as a file viewer.

MIT License

Changelog

Atom Core:

atom/atom#15916 - Stop dragging only when user interacts with keyboard
atom/atom#15974 - Fix exception when trying to fold non-foldable row
atom/atom#15990 - Don't assign a default project path for package specs that don't have a fixtures directory
atom/atom#16017 - Switch to fork of nsfw to fix symlink loops on Linux

autocomplete-plus:

atom/autocomplete-plus#904 - Defer rendering nonvisible suggestions until the user scrolls or selects
atom/autocomplete-plus#905 - Update README.md
atom/autocomplete-plus#906 - Enhancements in subsequence provider

autocomplete-snippets:

atom/autocomplete-snippets#90 - show snippet icons when using new subsequence provider
atom/autocomplete-snippets#91 - Decaffeinate

atom/atom-keymap:

atom/atom-keymap#224 - Add a workaround to resolve slovak correctly with the cmd key
atom/atom-keymap#226 - Support custom dvorak QWERTYCMD layouts
github
atom/github#1197 - ⬆ dugite@1.45.0
atom/github#1211 - Update amending commit message when expanded commit

editor is closed :

atom/github#1213 - Make 'HEAD' argument unambiguous for 'git log' command
atom/github#1217 - Encode/decode file name and working directory in opener URI
atom/github#1220 - 'tab' to focus staging view when diff view is empty, fix uncaught

exception:

language-html
atom/language-html#173 - Remove specs testing non-existent meta.outside-tag scopes
atom/language-html#175 - Fix HTML snippets
atom/language-html#176 - Match only one attribute value if there are many

markdown-preview:

atom/markdown-preview#506 - Fix relative image path resolution
status-bar:

atom/status-bar#213 - When copying the relative path, paths should be relativized before UR…]

superstring:

atom/superstring#38 - Add case sensitivity to subword start bonus
atom/superstring#40 - Limit subsequence matches to words of 80 chars or less

text-buffer:

atom/text-buffer#269 - Make sure that destroyAllFolds works regardless of fold order

[close]

https://atom.io/
Titel: Textadept 9.6
Beitrag von: SiLæncer am 01 November, 2017, 13:28
(http://foicica.com/textadept/images/splitviews.png)
Textadept will provide users with a fast, minimalist, and ridiculously extensible text editor. At its core lies less than 2000 lines of C code, and that's how it always will be. While other editors rely on recordable macros to speed up workflow, shell scripts to quickly transform text, and static side panes to manage your documents, files, and more.

Textadept takes it to the extreme: it gives you complete control over the entire application using the embedded Lua language. Lua is nearly as fast as C, and has a very small footprint. In fact, most of Textadept is written in Lua.

License : MIT License

Changelog

Bugfixes:

Regular expressions consider r to be a newline character.
Fixed block comments for APDL.

Changes:

Scintilla: Block caret appears after selection end instead of on it. (Reverts change from Textadept 9.3)

[close]

http://foicica.com/textadept/
Titel: CudaText v1.23.5.0
Beitrag von: SiLæncer am 03 November, 2017, 06:00
(http://s26.postimg.org/orql8dkpl/screenshot_257.png)
Create programming scripts with this powerful tool that supports more than 130 languages and allows users to work concurrently on as many as six groups of projects.

Freeware

Changelog

+ added: option "ui_tab_angled" (bool value), improved painting of angled tabs
* removed: option "ui_tab_angle" (int value)
+ added: menu item "View - Toggle always on top"
+ API
* lexer SQL: removed code tree support

[close]

http://www.uvviewsoft.com/cudatext/
Titel: nanDECK 1.23.3
Beitrag von: SiLæncer am 03 November, 2017, 06:05
(https://s26.postimg.org/l8j2hesyh/screenshot_660.jpg)
nanDECK is a scripting graphic software that provides a simple yet flexible language to create multiple images suited for cards or counters .

Freeware

Changelog

New CANVASWORK directive
New DRAW directive
New FOLDER directive
New HTMLMARGINS directive
New LINKCOLOR directive
New LINKUNI directive
New STORE directive
New TABLE directive
New THREADS directive
New EXPAND function
New FRAMEBAR function
New REPLACE function
New TOKENIZE function
New parameter for rotation in LAYER directive
New parameters for position in TOKEN directive
New parameter for line spacing in HTMLMARGINS directive
New parameter for round text offset in TEXT directive
New parameter for round text orientation in TEXT directive
New flags N, R and C for HTMLFONT directive
New flags Z, D and G for FONT/TEXTFONT directives
New flags F, M, and L for HTMLTEXT directive
New flags Q and E for one / three quarter round text in FONT directive
Table styles th, tr and td in HTMLFONT directive

[close]

http://www.nand.it/nandeck
Titel: jEdit 5.5 Pre-release 1
Beitrag von: SiLæncer am 03 November, 2017, 19:45
(http://www.jedit.org/images/screenshot.png)
jEdit is a mature programmer's text editor with hundreds (counting the time developing plugins) of person-years of development behind it. To download, install, and set up jEdit as quickly and painlessly as possible, go to the Quick Start page.

While jEdit beats many expensive development tools for features and ease of use, it is released as free software with full source code, provided under the terms of the GPL 2.0.

Lizenz: Open Source

Changelog

Bug fixes:

RegisterViewer editable contentPane fixed (Patch #598, Jesse Pavel)
Command line behavior for +line fixed (Patch #590 - Wim West)
Autosave Untitled Buffers is now persistent across sessions (Feature Request# 501, Patch #596 - Hrotka Gabor)
Fixed a number of bugs in the new jEdit printing system (Dale Anson)
Add missing local properties to Insert_Buffer_Properties macro (Patch #599 - Jesse Pavel)
Fixed an issue with the activity log viewer so that setting the number of lines in the log actually works. (Dale Anson)
Fix for bug #3971, exception trying to set WM_CLASS. (Dale Anson)
Fix for bug #4047, illegal reflective access operation with Java 9. (Dale Anson)
Fix Bug #4011, The Cut Lines macro gives exception if the cursor is beyond text area (Patch #600, Roman Tsourick)

UI Improvements:

Show tooltips in ShortcutOptionPane table (FR# 538, Roman Tsourick)
FSB: Disable first column dragging (Patch# 603, Roman Tsourick)
FSB: Sorting icon not following header when moving (Bug# 4049, Patch# 604, Roman Tsourick)

Miscellaneous:

FR #506, FR #536: Autosaves are now saved to the Backup directory. Default Backup/Autosave Directory is now $JEDIT_SETTINGS/backups. (Alan Ezust, Hrotka Gabor)
FR #175: Saving and backup option, "Never Mark Untitled Buffers Dirty" changed name and behavior to "Close Dirty Untitled buffers without confirmation" (Alan Ezust)

API Changes:

Add Gherkin mode (english) to support Cucumber feature files (Matthieu Casanova)
Patch #593 - Various small patches to modes (AdamS)
Patch #592 - for groovy mode (Egor Abramovich)
Patch #595 - New Assembly-arm32 edit mode (M. Cesar R. Lacruz)
Updated java-module-info mode (Dale Anson)

[close]

http://www.jedit.org/
Titel: EncNotex 1.3.9
Beitrag von: SiLæncer am 04 November, 2017, 20:40
(https://s26.postimg.org/xzq0ja0nt/screenshot_496.png)
EncNotex is a free multiplatform software, which runs natively on  GNU/Linux, Windows and macOS, that is useful to write and to manage a file of strongly encrypted textual notes. It’s aim is to grant the user an highly secure tool to manage very confidential data.

License: GPLv3

Whats new:>>

Label with the number of characters of the current note.
Ctrl + Shift + Alt + P (in macOS, Meta + Shift + Alt + P): remove all empty lines in the text of a note and add empy lines not just before and after the possible titles, but also before and after a list.
When copied in HTML format, all the possible empty lines of a note before and after a title or a list are removed.

https://sites.google.com/site/encnotex/
Titel: Notepad3 2.17.1023.632
Beitrag von: SiLæncer am 05 November, 2017, 21:45
(https://s26.postimg.org/s6uzyo32x/screenshot_214.png)
Notepad3 is a lightweight piece of software that overcomes some of the well-known limitations of Windows standard text editor while providing syntax highlighting support.

Freeware

http://www.rizonesoft.com/downloads/notepad3/
Titel: QOwnNotes v17.11.0
Beitrag von: SiLæncer am 07 November, 2017, 06:10
(https://s26.postimg.org/hfer16hsp/screenshot_106.png)
QOwnNotes is a text editor / notepad replacement with markdown support and todo list manager. The program supports themes, keyboard shortcuts, syntax highlighting, and encryption. Includes available nested file list, tags, search, and more. Optionally works with the notes application ownCloud or Nextcloud.

Cross-platform with clients available for Mac and Linux.

License:    GPL

Changelog

list symbols like * and - will now only be removed in an empty line when pressing Return if there was a space-character after them (for #763)
added another layer of error handling to the Update checker and more error messages in case something went wrong (for #759)

    be sure to take a look at the warnings in the Log panel if you want more information

added some warnings to the startSynchronousProcess scripting function and the 3rd parameter is now optional
added some more information to the External git log command settings
you can now use the new scripting function script.getApplicationSettingsVariable() to load application settings variables in scripts

    for more information please take a look at the scripting documentation

added more French, Catalan, Portuguese, Hungarian and Dutch translation (thank you bepolymathe, MGuerra, manuelarodsilva and Fabijenna)

[close]

http://www.qownnotes.org/
Titel: CudaText 1.23.6.0
Beitrag von: SiLæncer am 07 November, 2017, 20:30
Whats new:>>

+ added: encoding "OEM", it maps to one of locale dependent OEM encodings (cp437, cp850, cp852, cp866 etc)
+ ProjectManager: show x icon for already deleted files
- fix: prev version shows "Cannot focus invisible window" on reopening session

http://www.uvviewsoft.com/cudatext/
Titel: ProgramEdit 4.5.9
Beitrag von: SiLæncer am 07 November, 2017, 20:45
(https://s26.postimg.org/lz5vav3mh/screenshot_992.jpg)
ProgramEdit - a free Windows® software source-code editor. ProgramEdit includes language support for HTML, Ada, C/C++, C#, CSS, JAVA, JavaScript, Perl, PHP, Python, Ruby, VB, VBScript, Verilog, VHDL and Batch(.bat) files. Other features include tabbed file selection, text highlighting, find & replace, regular expressions, sesssions, bookmarks, multiple undo/redo and hyperlinks.

Freeware

Changelog

- add View Hexadecimal for ASCII files
- fix several minor bugs

[close]

http://simplesolverlogic.com/index.html
Titel: Atom 1.23.0 Beta 0
Beitrag von: SiLæncer am 08 November, 2017, 12:21
Changelog

Atom packages can register a URI handler function that will be invoked any time the user visits a URI that starts with atom://package-name/
Hide specific commands in the command palette
Improved the performance of multi-cursor editing operations by restructuring event APIs to call their callbacks only once per keystroke
The GitHub package now never locks the index, making it easier to use the CLI or other Git tools with Atom open in the background

[close]

https://atom.io/
Titel: MiKTeX 2.9.6515
Beitrag von: SiLæncer am 09 November, 2017, 20:45
(https://s26.postimg.org/llqmsrh21/screenshot_77.png)
MiKTeX (pronounced mick-tech) is an up-to-date implementation of TeX/LaTeX and related programs for Windows (all current variants).

Freeware

http://miktex.org/
Titel: PilotEdit Lite 11.1.0
Beitrag von: SiLæncer am 12 November, 2017, 19:15
(http://www.pilotedit.com/images/OpenInQuickMode.PNG)
PilotEdit is a text, hex, XML, C/C++, HTML, PHP, Java, Javascript and Perl editor that can edit large files of 400GB (40 billion lines).

It offers customizable syntax and keyword highlighting, advanced search and replace operations, automatic text encoding, 256-bit AES encryption/decryption and a built-in FTP/SFTP client lets you open, edit, download and upload large files directly to/from a FTP/SFTP server.

In addition to standard text editing features, PilotEdit can compare and merge two large files of 100GB (10 billion lines). You can also sort, find/remove duplicate lines and extract strings over a large file of 1GB.

Freeware

Zitat
PilotEdit 11.1.0 supports dark theme.

http://www.pilotedit.com/
Titel: Text Editor Pro v2.2.0
Beitrag von: SiLæncer am 13 November, 2017, 06:10
(http://s26.postimg.org/8fepd5amx/screenshot_187.png)
Text Editor Pro (formerly EditBone) is a powerful text editing tool that comes with syntax highlighting support for over 50 languages and scripts, customizable with over 100 options, 29 ready made styles, a handy file comparison feature, unicode character map, numerical unit convert tool, SQL formatter, and support for multiple directories and search results.

Freeware

Changelog

Added layouts (Menu bar menu).

Fixed:

    Find in files;
    Select skin;
    Page control;
    Editor control scrolling;
    Document reloading to maintain caret position;
    Language files;
    File opening.

Updated AlphaSkins controls v12.19.

[close]

http://texteditor.pro/
Titel: Text Editor Pro 2.3.0
Beitrag von: SiLæncer am 13 November, 2017, 16:30
Whats new:>>

Added magnifier (Tools)
Fixed editor key commands
Fixed language files

http://texteditor.pro/
Titel: QOwnNotes 17.11.1
Beitrag von: SiLæncer am 13 November, 2017, 20:50
(https://s26.postimg.org/hfer16hsp/screenshot_106.png)
QOwnNotes is a text editor / notepad replacement with markdown support and todo list manager. The program supports themes, keyboard shortcuts, syntax highlighting, and encryption. Includes available nested file list, tags, search, and more. Optionally works with the notes application ownCloud or Nextcloud.

Cross-platform with clients available for Mac and Linux.

License:    GPL

Changelog

in dark mode the background color of the search bar in the note text edit will now also be adapted (if the desktop environment didn't already do it) (for #768)
there now also are new, darker colors for the found and not found states when doing text searches in dark mode
fixed a lot of link colors in the user interface in dark mode for desktop environments that are forcing a to dark link color (for #597)
if the setting to use a dark-mode system-tray icon is activated the application-icon will also be set to the dark-mode icon (for #770)
the setting was renamed to Enable dark mode application icon and tray icon
added more German, Catalan, Portuguese, Indonesian, Chinese, Italian, Spanish, Brazilian Portuguese, Hungarian and Dutch translation

[close]

http://www.qownnotes.org/
Titel: Text Editor Pro 2.3.1
Beitrag von: SiLæncer am 15 November, 2017, 06:00
(http://s26.postimg.org/8fepd5amx/screenshot_187.png)
Text Editor Pro (formerly EditBone) is a powerful text editing tool that comes with syntax highlighting support for over 50 languages and scripts, customizable with over 100 options, 29 ready made styles, a handy file comparison feature, unicode character map, numerical unit convert tool, SQL formatter, and support for multiple directories and search results.

Freeware

Changelog

    Fixed layout
    Fixed magnifier
    Fixed directory splitter AV
    Fixed language files

[close]

http://texteditor.pro/
Titel: CudaText 1.24.0.0
Beitrag von: SiLæncer am 15 November, 2017, 19:00
(https://s26.postimg.org/orql8dkpl/screenshot_257.png)
Create programming scripts with this powerful tool that supports more than 130 languages and allows users to work concurrently on as many as six groups of projects.

Freeware

Changelog

    added: non-RegEx search engine is rewritten. It now finds text in big (10Mb+) files 10-15 times faster. RegEx search is still slow, it builds string buffer from entire file.
    added: lexer Bash: reworked to hilite ${complex vars} and `complex backtick commands`, now don't hilite "echo" command
    added: lexer Pascal: support keyword "operator" (hilite, show in code tree)
    change: Find dialog: Select-all don't join adjacent selections to bigger selection
    change: Find dialog: disable option "words" for multi-line input

[close]

http://www.uvviewsoft.com/cudatext/
Titel: Atom 1.22.1
Beitrag von: SiLæncer am 15 November, 2017, 21:50
(https://s26.postimg.org/6bt5lin89/screenshot_265.jpg)
A powerful and flexible application that works as a text and source code editor with syntax highlight, or alternately as a file viewer.

MIT License

Changelog

    Notable Changes:

    Fixed a performance problem in the autocomplete system that caused lag when typing long sequences of the same character (atom/superstring#44), (atom/superstring#45).

[close]

https://atom.io/
Titel: Atom 1.23.0 Beta 1
Beitrag von: SiLæncer am 16 November, 2017, 05:20
Changelog

    Notable Changes:

    Fixed a performance problem in the autocomplete system that caused lag when typing long sequences of the same character (atom/superstring#44), (atom/superstring#45).
    Fixed an error that would occur when attempting to use jQuery DOM objects as tooltips (#16144).
    Fixed a bug that caused errors when using sub-word motion commands in vim-mode-plus (atom/superstring#43).

[close]

https://atom.io/
Titel: CudaText v1.24.2.0
Beitrag von: SiLæncer am 16 November, 2017, 21:50
Whats new:>>

- fix: bug in 1.24.1, session's first loaded tab not parsed
- fix: major bug, code-tree didn't update on editing file
+ added: option "ui_tree_cache"
+ added: API

http://www.uvviewsoft.com/cudatext/
Titel: QOwnNotes 17.11.2
Beitrag von: SiLæncer am 17 November, 2017, 05:10
Changelog

    when formatting bold or italic now leading and trailing spaces in the selected text will be placed before and after the formatting markers to prevent malformed markdown code (for #767)
    made some text changes in menus
    added a warning in the update service
    added more German, French, Italian, Spanish, Brazilian Portuguese, Hungarian and Dutch translation

[close]

http://www.qownnotes.org/
Titel: Text Editor Pro 2.4.0
Beitrag von: SiLæncer am 18 November, 2017, 09:30
Whats new:>>

    Added split layouts
    Fixed split
    Fixed magnifier icon
    Fixed text compare
    Fixed language files

http://texteditor.pro/
Titel: CudaText 1.24.3.0
Beitrag von: SiLæncer am 18 November, 2017, 18:30
Whats new:>>

fix: wrong scaling of few dialogs on Win10 high-dpi
fix: if same file opened again, its tab wasn't activated
fix: bug in 1.24.1, session's first loaded tab not parsed
fix: major bug, code-tree didn't update on editing file
added: option "ui_tree_cache"
added: API

http://www.uvviewsoft.com/cudatext/
Titel: BlueGriffon v3.0
Beitrag von: SiLæncer am 19 November, 2017, 20:30
(https://s26.postimg.org/jduwu5jyx/screenshot_552.png)
BlueGriffon hält sich an den aktuellen W3C-Standard. Unterstützt wird HTML 4.01, XHTML, HTML5, CSS 3, Java, java script.
Der Normalmodus (WYSIWYG) eignet sich besonders für Einsteiger, da man sich hier nicht um den Quelltext kümmern muss.
Ebenfalls dabei ist ein CSS-Editor, der das Entwerfen von Cascading Style Sheets erleichtert und ein Editor zum erstellen von SVG-Grafiken )skalierbare Vektorgrafiken).

Neben dem deutschen Wörterbuch gibt es noch einige Erweiterungen für BlueGriffon auf der Herstellerseite, welche allerdings nicht kostenlos sind. Eine Ausnahme wäre FireFTP (http://www.bluegriffon.com/index.php?pages/FireFTP).

Voraussetzung ist ein installiertes Microsoft Visual C++2008 Redistributable Package (http://www.microsoft.com/downloads/de-de/details.aspx?familyid=a5c84275-3b97-4ab7-a40d-3802b2af5fc2&displaylang=de).

Freeware

Changelog

• Responsive Design (available to Basic and EPUB Licenses only)
• Color buttons are back, per user request
• "Restore previous session" feature dropped
• Fix for crasher in OS X colorpicker
• Fix for broken shortcuts
• Fix for undesired markup appearing in liveview (source part)
• Fix for broken command line handler
• Fix for broken spellchecker dialog
• Because of a change in Mozilla Gecko, a CR at the end of for instance a H1 was not
creating a P any more; this is fixed.
• Images dropped from the Finder/File Explorer into the document are now an img
element with a URL relative to the document rather than a ugly and heavy data URL
• A new View > Toolbars menu allows to show/hide all toolbars.

[close]

http://bluegriffon.org/
Titel: RJ TextEd 12.50
Beitrag von: SiLæncer am 19 November, 2017, 21:00
(http://images.six.betanews.com/screenshots/scaled/1187014627-1.jpg)
RJ TextEd - A Unicode source and text editor. RJ TextEd is a full featured text and source editor with Unicode support, syntax highlighting and code folding. The functionality extends beyond text files and includes support for HTML editing with integrated preview, spell checking, auto completion, HTML validation, templates and more. The program also include support for Topstyle Lite CSS editor, has a dual pane file commander, as well as a FTP client to upload your files. The editor uses language files to display menus and dialogs in different languages. There are several included languages. New language files can easily be created in the editor. RJ TextEd is also a simple web development tool. The editor can use auto completion and hints to assist you in editing your source code. You can preview HTML/ASP/PHP... code using one of the preview tabs or open a document in a browser. The editor does not only handle source code. It also handles true ASCII files, binary files and of course plain text files.

Licence: Freeware

Changelog

New highlighters

Added new highlighters (or syntax files). You have to activate them yourself in “Addons -> Highlighters” section.

New highlighters:

– Kotlin
– Cobol
– Swift
– Makefile
– Matlab
– Go
– NSISSyntax file options

Added new block options to handle what is highlighted inside a block when the option “BlockAsString” is set to “No”.

The new options are:

HighlightBlock=Yes|No
HighlightKeyword=Yes|No
HighlightSymbols=Yes|No
HighlightNumbers=Yes|No
HighlightStrings=Yes|No
HighlightChars=Yes|NoSearch bar
Made some visible changes to the search bar.

The tab key will only switch between the find and replace fields. Text in the find field is copied to the replace field if empty.

Find and replace buttons can be focused using accelerator keyboard shortcuts e.g. ALT+d to focus the find next button (English language used). Move focus between buttons using TAB or SHIFT+TAB.

Smart highlighting while selecting

Changed the behavior when selecting text. Other instances of selected words or strings will be highlighted. The word or string can be case sensitive.

It’s been added as an option so it can be turned off.

The options added are:

Enable smart highlighting while selecting
Case sensitive
Whole words only
Multi selection
Added menu items to handle multi selection using the keyboard.

Add word and find next (Ctrl+D) – will select the currently selected word, find the next instance and select that as well.
Skip word and find next (Ctrl+F3) – will skip the current selection, find the next and select it.
Undo selection (Shift+Ctrl+D) – will undo the last add or skip operation.
Document tab context menu (Find file name in project)
Added a new menu item to search for the current file name in project files. The menu item is only visible if a project has been opened.

Document context menu (Find word/selection in project)
Added a context menu item to search for the current word or selection in project files.

Hash Generator

The hash generator is now able to create a hash from a given text string or an opened file.

A button to open a file has been added next to the edit field.

Syntax Editor

Redesigned the block and code folding tabs. Blocks and folds should be much easier to manage now.

Added buttons to move items up and down.
Added buttons to change case of keywords and tags.
Made several other minor improvements and fixed a few issues.

Options

Added several new options and rearranged some check boxes in the general tab.
(File) Turn on Wordwrap – will override the option to save wordwrap state.

Fixed

Menu display issue with multiple monitors.
Cursor movement issue with selections.
Mouse wheel zoom should use “scroll up” for zoom in and “scroll down” for zoom out.
Save on dragged out external document.
Auto complete issue.
PHP highlight issue inside HTML tag.
FTP issues when server disconnects.
Issues in Syntax Editor.
Misc reported issues.


[close]

http://www.rj-texted.se
Titel: Geany 1.32
Beitrag von: SiLæncer am 20 November, 2017, 09:10
(http://cdn.portableapps.com/GeanyPortable_small.png)
Geany is cross-platform, GTK based Integrated Development Platform. You can work on simple text files, html, perl, python, NSIS and more with Geany.

License: GPL

Changelog

General:

Improve CLI argument help (PR#1644).
Keep the current tab when closing documents to the right of another tab.
Re-enable SIGTERM handling (PR#1255).
Create correct path for filetype config files (Jirí Techet, PR#1482).
Add an option to enable IME's candidate window display inline
(Sinpo Wei, PR#1514).
Add an option to automatically reload files changed on disk
(Mark O'Donovan, PR#1246).

Bug fixes:

Fix backward compatibility of the geometry saving setting.
Close "Deleted from Disk" Infobar on Reload (Lars Paulsen, PR#1628).
Make sure GDK_MOD2_MASK is cleared when getting modifiers
(Jirí Techet, PR#1636).
Use non-symlinked VTE libraries on MacOS X (Jirí Techet, PR#1625).
Fix crash if plugin manager is opened more than once (PR#1564).
Fix incorrect variable reference (Thomas Martitz, PR#1561).

Interface:

Add "Close Documents to the Right" feature (PR#1362).
Add an option to save/reload either window position or size,
but optionally not both (delt01, PR#1456).

Editor:

Update Scintilla to version 3.7.5 (PR#1503).
Improve snippet support (visual indicators and more)
(Thomas Martitz, PR#1470).
Push current position to navqueue before navigating back
(Vasiliy Faronov, PR#1537).

Filetypes:

Add GNU assembler filetype extensions (Issue#904).
Make Python comment hash space (PR#1682).
Add missing string and comment styles for various lexers (PR#1502).
Add missing PHP keywords, especially for PHP 7.x (1547, PR#1547).
Python: Don't highlight sub-identifiers as keywords (PR#1544).

Plugins:

FileBrowser: don't change directory on project save
(Jirí Techet, PR#1400).

Windows:

Fix Execute button on Windows when using HTML files and
"builtin" command (Issue#1018, PR#1667).

API:

Add `utils_get_real_path()` and deprecate `tm_get_real_path()` (PR#1224).
Add `geany_plugin_get_data()` (PR#1234).
Add `keybindings_load_keyfile()` (Jirí Techet, PR#1430).
Add `tm_tag_get_type()` (Thomas Martitz, PR#1465).

HACKING:

Add note about data types and update for best practices (PR#1282).

Internationalization

Updated translations: ca, de, el, es, fr, it, lt, lv, nl, pt, ru, sk, sv, zh_CN

[close]

http://www.geany.org/
Titel: QOwnNotes 17.11.3
Beitrag von: SiLæncer am 21 November, 2017, 06:10
Changelog

added Bengali translation; join us at QOwnNotes on Crowdin to make QOwnNotes available in more languages or help with the current translation
lists with + will now also continued when pressing Return
the default foreground and background colors for the note text-edit, that was set in the in the Editor settings now also work for other Markdown text-edits, like the Debug panel, the separate note-views and the Debug settings (for #778)
the disabling of the setting Show with full in the Panel settings now also works under Windows (for #777)
added more German, Catalan, Italian, Spanish, Brazilian Portuguese and Croatian translation

[close]

http://www.qownnotes.org/
Titel: BabelPad 10.0.0.6
Beitrag von: SiLæncer am 21 November, 2017, 13:16
(https://s26.postimg.org/5e8b1wcnt/screenshot_645.jpg)
BabelPad is a free Unicode text editor and word processor for Windows that supports the proper rendering of most complex scripts, and allows you to assign different fonts to different scripts in order to facilitate multi-script text editing.

Freeware

http://www.babelstone.co.uk/index.html
Titel: RJ TextEd 12.51
Beitrag von: SiLæncer am 22 November, 2017, 04:50
Whats new:>>

Fixed:

Highlighter issue with code folding when different highlighters are used in the same document. E.g. PHP inside HTML
Focus issue in search bar

http://www.rj-texted.se
Titel: BlueGriffon 3.0.1
Beitrag von: SiLæncer am 22 November, 2017, 05:10
(https://i.postimg.cc/Y0dPTSzN/XMPlay.png)
BlueGriffon hält sich an den aktuellen W3C-Standard. Unterstützt wird HTML 4.01, XHTML, HTML5, CSS 3, Java, java script.
Der Normalmodus (WYSIWYG) eignet sich besonders für Einsteiger, da man sich hier nicht um den Quelltext kümmern muss.
Ebenfalls dabei ist ein CSS-Editor, der das Entwerfen von Cascading Style Sheets erleichtert und ein Editor zum erstellen von SVG-Grafiken )skalierbare Vektorgrafiken).

Neben dem deutschen Wörterbuch gibt es noch einige Erweiterungen für BlueGriffon auf der Herstellerseite, welche allerdings nicht kostenlos sind. Eine Ausnahme wäre FireFTP (http://www.bluegriffon.com/index.php?pages/FireFTP).

Voraussetzung ist ein installiertes Microsoft Visual C++2008 Redistributable Package (http://www.microsoft.com/downloads/de-de/details.aspx?familyid=a5c84275-3b97-4ab7-a40d-3802b2af5fc2&displaylang=de).

Freeware

Whats new:>>

3.0.1 with fix for command handler and missing MSFT dlls for some Windows boxes...

http://bluegriffon.org/
Titel: BowPad v2.3.4
Beitrag von: SiLæncer am 22 November, 2017, 12:22
(https://s26.postimg.org/e60vd9bix/screenshot_182.jpg)
BowPad is a small and fast text editor with a ribbon user interface and syntax highlighting.

Features:

syntax highlighting for over 100 file types and languages
handling of many different encodings, including UTF-8, UTF-16 and even UTF-32
easy ribbon user interface
navigation hints in the vertical scrollbar
coloring of open tabs according to their path
extendable with plugins written in jscript or vbscript

Freeware

Changelog

Performance improvements in the file tree
fixed possible hang if a file got deleted
fixed editorconfig issues

[close]

http://stefanstools.sourceforge.net/BowPad.html
Titel: EncNotex 1.4.0.2
Beitrag von: SiLæncer am 23 November, 2017, 21:45
(https://s26.postimg.org/xzq0ja0nt/screenshot_496.png)
EncNotex is a free multiplatform software, which runs natively on  GNU/Linux, Windows and macOS, that is useful to write and to manage a file of strongly encrypted textual notes. It’s aim is to grant the user an highly secure tool to manage very confidential data.

License: GPLv3

Whats new:>>

Text formatting (bold, italic and underline).
Links are automatically underlined.
Function to copy an attachment (file of every kind) in a folder with the same name and location of the file in use and to insert its link in the current note.
Possibility to encrypt and decrypt a file of every kind with the AES algorithm.

https://sites.google.com/site/encnotex/
Titel: CudaText 1.24.5.0
Beitrag von: SiLæncer am 24 November, 2017, 05:20
(https://s26.postimg.org/orql8dkpl/screenshot_257.png)
Create programming scripts with this powerful tool that supports more than 130 languages and allows users to work concurrently on as many as six groups of projects.

Freeware

Changelog

fix: option "autocomplete_autoshow_chars" must ignore numbers
fix: some groups-related commands used wrong group index

[close]

http://www.uvviewsoft.com/cudatext/
Titel: QOwnNotes 17.11.4
Beitrag von: SiLæncer am 24 November, 2017, 05:30
(https://s26.postimg.org/hfer16hsp/screenshot_106.png)
QOwnNotes is a text editor / notepad replacement with markdown support and todo list manager. The program supports themes, keyboard shortcuts, syntax highlighting, and encryption. Includes available nested file list, tags, search, and more. Optionally works with the notes application ownCloud or Nextcloud.

Cross-platform with clients available for Mac and Linux.

License:    GPL

Changelog

the settings to show the system tray icon and to start the application hidden if the system tray icon is enabled were moved from the main menu to the Interface settings (for #769)
if the user enables the system tray icon the setting to only start one instance of the application will also be enabled automatically if you are on Linux or Windows (macOS does that by itself)
added more German, Catalan, Italian, Spanish, Brazilian Portuguese, French, Hungarian and Dutch translation translation

[close]

http://www.qownnotes.org/
Titel: CudaText v1.25.1.0
Beitrag von: SiLæncer am 26 November, 2017, 10:45
Changelog

Legend:

  + added
  - fixed
  * changed

1.25.0

+ add: option "ui_tab_multiline" - enable multi-line tabs
+ add: option "ui_max_lines_codetree" (default 8K lines) - disable code-tree for too big files
+ add: show console log, when session or project loads/saves
* change: lexer JSON: code-tree simplified (was slow on big files)
- fix: issue with last session, if "ui_reopen_session":false
- fix: Linux copy-to-clipboard could append zero char
- fix: option "autocomplete_autoshow_chars" must ignore numbers
- fix: some groups-related commands

[close]

http://www.uvviewsoft.com/cudatext/
Titel: Notepad3 3.17.1124.693
Beitrag von: SiLæncer am 26 November, 2017, 20:15
(https://s26.postimg.org/s6uzyo32x/screenshot_214.png)
Notepad3 is a lightweight piece of software that overcomes some of the well-known limitations of Windows standard text editor while providing syntax highlighting support.

Freeware

http://www.rizonesoft.com/downloads/notepad3/
Titel: Text Editor Pro 2.5.0
Beitrag von: SiLæncer am 27 November, 2017, 05:50
(http://s26.postimg.org/8fepd5amx/screenshot_187.png)
Text Editor Pro (formerly EditBone) is a powerful text editing tool that comes with syntax highlighting support for over 50 languages and scripts, customizable with over 100 options, 29 ready made styles, a handy file comparison feature, unicode character map, numerical unit convert tool, SQL formatter, and support for multiple directories and search results.

Freeware

Changelog

Added text file folding (outlining) for editor control
Added text file folding options (Options->Folding)
Added command prompt (Tools->Command prompt)
Added shortcuts for folding (alt+arrows)
Fixed code folding and options
Fixed directory and folding menu
Fixed reopen
Fixed editor scrolling
Fixed mouse click after collapsed folding
Fixed installer default path for 64-bit version
Fixed scaling issues
Fixed language change
Optimized file opening
Fixed language files

[close]

http://texteditor.pro/
Titel: EncNotex 1.4.1.0
Beitrag von: SiLæncer am 27 November, 2017, 20:00
Whats new:>>

Improvements:

Possibility to print the text of a note.
Possibility to switch the status of a task in the task list from Todo to Done and vice versa; the status is updated also in the note containing the task.

https://sites.google.com/site/encnotex/
Titel: Notepad++ v7.5.2
Beitrag von: SiLæncer am 28 November, 2017, 04:30
(https://s26.postimg.org/sa3ge0uxl/screenshot_47.png)
Notepad++ is a tabbed source code editor and Notepad replacement with a customizable interface. It is one of the few few source code editors that supports "folding," allowing users to quickly reduce and expand sections of code to see the overall document. In addition, it features multi-language syntax highlighting, auto-completion, regular expression search/replace, macro recording and playback, etc. The program can access a long list of plug-ins via an easy-to-access menu with even more features and functions.

License: GPL

Changelog

Added:

    DSpellCheck plugin into distribution;
    BaanC function list feature.

Remove unused/empty entries from shortcut mapper.

Fixed:

    Hanging issue while modifying JavaScript TAB settings;
    Display glitch of certificate checking error message.

[close]

http://notepad-plus-plus.org/
Titel: QOwnNotes 17.11.5
Beitrag von: SiLæncer am 28 November, 2017, 06:07
Changelog

changed System tray text in the Interface settings on macOS to Menu bar
expanded the valid list-characters by - [ ], -
  • , * [ ], *
  • , + [ ] and +

auto-completion of list-items now also works when soft-wraps are enabled
there now is a new item in the Edit menu to allow note editing (on by default)
it can be toggled with a keyboard shortcut Alt + ? + E
if turned off you cannot enter text into the note text edit and a lot of menu- and toolbar-items to edit the note are turned off too
there also in a new button in the Main toolbar if you reset your toolbars
added more German, Catalan, Arabic, Spanish, French, Hungarian and Dutch translation

[close]

http://www.qownnotes.org/
Titel: Text Editor Pro 2.5.1
Beitrag von: SiLæncer am 28 November, 2017, 12:28
Whats new:>>

Fixed editor horizontal scrolling
Fixed XML folding
Fixed language files

http://texteditor.pro/
Titel: EncNotex 1.4.2.0
Beitrag von: SiLæncer am 28 November, 2017, 17:15
Whats new:>>

Dramatic improvement of the file loading speed.
Improved look of the printings (especially the bullet lists).

https://sites.google.com/site/encnotex/
Titel: Mobirise 4.5.0
Beitrag von: SiLæncer am 28 November, 2017, 20:15
(https://s26.postimg.org/z2ytcmg0p/screenshot_1146.jpg)
Develop fully responsive, mobile-ready websites that look amazing on any devices and browsers. Preview how your website will appear on phones, tablets and desktops directly in the visual editor..

Freeware

https://mobirise.com/
Titel: ProgramEdit 4.6
Beitrag von: SiLæncer am 29 November, 2017, 05:10
(https://s26.postimg.org/lz5vav3mh/screenshot_992.jpg)
ProgramEdit - a free Windows® software source-code editor. ProgramEdit includes language support for HTML, Ada, C/C++, C#, CSS, JAVA, JavaScript, Perl, PHP, Python, Ruby, VB, VBScript, Verilog, VHDL and Batch(.bat) files. Other features include tabbed file selection, text highlighting, find & replace, regular expressions, sesssions, bookmarks, multiple undo/redo and hyperlinks.

Freeware

Whats new:>>

- add support for Unicode (UTF-8, UTF-16 encoding) files
- update Highlight dialog operation
- correct several minor bugs

http://simplesolverlogic.com/index.html
Titel: TKE 3.4
Beitrag von: SiLæncer am 29 November, 2017, 18:00
(https://s26.postimg.org/o0u4guhqx/screenshot_570.png)
TKE is a text editor dedicated to processing source code, as it packs numerous advanced features that permit you to analyze, compare, add, remove, copy and move characters or full paragraphs to either end of the columns.

License: GPLv2

Changelog

New:

Added new keyboard-centric, fine-grain controlled selection mode (enabled through new `Edit / Select Mode` menu option).
Added ability to select a sentence with mouse by holding down Control while double-clicking the sentence.
Added ability to select a paragraph with mouse by holding down Control while triple-clicking the paragraph.
Added ability to select the text between a matching set of curly brackets, square brackets, parenthesis, angled brackets, double quotes, single quotes, backtick or comment characters by holding down the Shift and Control keys while double-clicking on any character between the surrounding characters.
Added ability to select an HTML/XML node by holding down the Shift and Control keys while triple clicking any character within the node.
Added ability to right-click on checkboxes in Markdown and MultiMarkdown to toggle their completion status.
Added PluginTcl and PluginHeader syntax support which performs syntax features for TKE plugin Tcl and header code.
Added plugin framework support for new `on_drop` plugin action.
Added new `number_converter` plugin to allow converting numbers to other bases.
Added new `markdown_drop` plugin to support proper drag-and-drop of images and URLs in Markdown files.
Added `wmarkentry` and `tabbar` widgets to list of widgets available to be used within a plugin.
Added new `api::file::all_indices` plugin API call.
Added plugin framework support for new `on_theme_changed` plugin action.
Added enhancements to bubble up/down functionality where we will now bubble by sentence, paragraph or HTML node if one of these types is selected.
Added new `Edit / Select` menu which contains some menu shortcuts of some commonly used selection mode macros. These primarily exist to help in compatibility with other text editors.
Added ability within the theme bitmap editor to move, flip, rotate and export the image.
Added new `tab_activeclose` image to theming engine which will allow the theme to change the image used for the tabbar close buttons when a close button becomes active.
Added ability to change the reading time words per minute value within the preference's `Sidebar / Info Panel` pane.
Added ability to drag a file/directory from the sidebar to an external application.
Added support to the message area in the status bar to display content on a per editing buffer basis.
Added link and image formatting options to `Edit / Format` submenu.
Added ability to drag and drop URLs into an editing buffer that supports link formatting and automatically convert the URL to a link.
Added ability to drag and drop image files into an editing buffer that supports image formatting and automatically convert the file into image markup.
Added ability to drag and drop text/files into the user response field and the `In` entry field in the `Find in Files` panel.
Added ability to drag files out of the sidebar (these files can be copied, moved or linked to by external applications).
Added support for inserting dropped text/files in an editing buffer with multicursors enabled.
Added new `readmeta` syntax class which can be added to text that can be shown/hidden but can be given a more readable color than other meta syntax.
Added date support to themes and added display of theme date to theme manager table in preferences.
Added ability to drag a file into the license entry field in the theme editor export window.
Added ability to drag a website URL into the website entry field in the theme editor export window.
Added ability to drag a directory into the output directory entry field in the theme editor export window.
Added `api::theme::get_value` plugin API procedure.

Changes:

Added name of tag that was clicked to callback procedure when a syntax click event occurs.
Improved performance and accuracy of line number drawing when editing a document.
Auto-syntax determination algorithm is enhanced to find a best match based on matching pattern length.
If the `api::file::get_info` plugin API is called requesting the txt attribute the plugin architecture will allow the returned value to be used as a command.
Added `Directory` file type to information panel if directory information is being displayed.
If the `api::show_info` plugin API is called with a clear delay value set to 0, the message will be displayed indefinitely.
Changed `api::file::current_file_index` to `api::file::current_index`.
Removed `<<ThemeChanged>>` virtual event support for text bindings.
Improved bitmap parser.
Changed block selection method with mouse to use just the Alt/Option modifier instead of Shift-Alt/Shift-Option modifiers.
Added an extra pixel of width and height to the close button used throughout the UI.
Adding syntax support for true/false keywords in Vala syntax.
Changed sentence motions to be comment block aware.
Changed cursor used in sidebar when moving/reordering files to indicate a move is occurring.
Increased width of search field in the preferences window.
Improved Markdown Table Beautifier plugin to correctly handle multi-column cells.
Changed formatting descriptors in syntax description files to use templates.
Changed how bottom panels are implemented which allow limited sidebar functionality, including drag and drop support while the panel is displayed.
Changed wording of text formatting options within the command launcher.
Improved text formatter to properly handle newlines within the format syntax (applying auto-indentation on insertion, if applicable).
Improved `current_line` plugin to colorize the current line when we enter embedded syntax areas.
Including embedded references to the `Language Reference` submenu and documentation search.
Updated and improved all themes.
Updated User Guide.
Updated Developer Guide.
Updated translations.

Bug Fixes:

Fixed syntax highlighting issue in Markdown syntax.
Fixed apostrophe issue when creating specl release notes that could cause upload issues and character problems in user upgrade notes.
Fixed syntax highlighting issue with mixed syntaxes.
Fixed drag-and-drop support for 64-bit Windows.
Fixed issues where a Tcl error occurs during application exit that would keep the application from exiting.
Fixed issue with using tokenentry widget within a plugin.
Fixed issue with copying information panel values to the clipboard.
Fixed issues when code folding is disabled.
Fixed issues where Edit menu commands were not directed to the proper editing buffer when split view was enabled.
Fixed development API documentation to remove backslash characters in API procedure names.
Fixed plugin preference table widgets to allow the Add and Delete buttons to be not hidden by help documentation.
Fixed URLs for the PTWidgets documentation within the Developer Guide packages section.
Fixed issue where a tab is selected in the tabbar and the close button disappears while the cursor remains in the tab space.
Fixed issue where importing a bitmap would not cause updates to the theme editor.
Fixed issue with selecting the topmost paragraph that would cause the application to hang.
Fixed issue with selecting an outer paragraph range.
Fixed issue where a line would not properly wrap if there was a previous undo/redo operation performed on the line.
Fixed potential syntax highlighting issue when an undo/redo is performed.
Fixed issue where split view and bird's eye view were not changed properly when the theme is changed.
Fixed issue with importing and exporting a .tkethemz theme file within Windows.
Fixed issue with using drag and drop on macOS systems that don't have tkdnd installed on them.
Fixed issue with loading a locked file upon session start.
Fixed issue when installing a plugin with preferences which required an application restart.
Fixed drag and drop built-in support for macOS when TkDND is not previously installed.
Fixed GenericName attribute in the generated tke.desktop file.
Fixed translation issues with table header text in preference panels.
Fixed default theme colors for remote file viewer window.
Fixed issue when the license file `Browse...` button is clicked in the theme editor export window when text exists in the field.

[close]

http://tke.sourceforge.net/
Titel: Scaramouche Touch 2.2
Beitrag von: SiLæncer am 29 November, 2017, 18:46
(https://s26.postimg.org/yn8lk31g9/screenshot_973.jpg)
This is the smallest text editor in the whole wide world, only 46KB in size. This text editor is full featured and is able to open, edit, and save *.html documents without a problem...

This makes our editor a very green option to use! The html document format is absolutely cross-platform compatible and only needs a web browser to open. This will bring the end to proprietary document formats and special and expensive software and applications necessary to open, edit, and save all your precious letters, memos, and all other types of documents.

Creating html documents will make sure they will always open and print exactly the way you intended them to be. Scaramouche Touch can either be downloaded and used offline, or simply click here to use it online!

With its online and offline capabilities, you don't need to install any software. Use the built-in capabilities of your HTML5 web browser for such things as spell checking, print, print preview, and find functions.

No more creating accounts, pay annual service fees, or social media account linking. Just download the file, double click on the "ScaramoucheTouch.htm" file, and it will open in your default web browser, ready to be used in an instant!

Freeware

Whats new:>>

Added "autosave" for extra security, every time you press the "Spacebar" on "Enter/Return" key, "autosave" is enabled.

http://www.ssuitesoft.com/ssuitescaramouchetouch.htm
Titel: QOwnNotes v17.11.6
Beitrag von: SiLæncer am 30 November, 2017, 06:10
(https://s26.postimg.org/hfer16hsp/screenshot_106.png)
QOwnNotes is a text editor / notepad replacement with markdown support and todo list manager. The program supports themes, keyboard shortcuts, syntax highlighting, and encryption. Includes available nested file list, tags, search, and more. Optionally works with the notes application ownCloud or Nextcloud.

Cross-platform with clients available for Mac and Linux.

License:    GPL

Changelog

you can now enable debug output in release-builds of QOwnNotes (for #759)
for headlines a whitespace after the last # is now mandatory
you can now use the new scripting function script.jumpToNoteSubFolder() to jump to a note-subfolder in scripts (for #792)

    for more information please take a look at the scripting documentation

added more Catalan, Italian, Spanish, Brazilian Portuguese and French (thank you MGuerra, mlocati, richarson, mlimacarlos and bepolymathe)

[close]

http://www.qownnotes.org/
Titel: CudaText 1.26.0
Beitrag von: SiLæncer am 30 November, 2017, 13:56
(https://s26.postimg.org/orql8dkpl/screenshot_257.png)
Create programming scripts with this powerful tool that supports more than 130 languages and allows users to work concurrently on as many as six groups of projects.

Freeware

Changelog

Add: Lite lexers - for huge files, e.g. 800Mb XML file. Currently added 2 lite lexers with suffix ^: "XML ^", "JSON ^". Lite lexers don't support code-tree, folding, rich hiliting; but they work very fast on any file size (with average line length).
Add: for too big files (option exists already) now lite lexers are detected.
Fix: wrong column selection, if tab-chars at line start.

[close]

http://www.uvviewsoft.com/cudatext/
Titel: Black NotePad 1.0.15.25
Beitrag von: SiLæncer am 02 Dezember, 2017, 05:40
(http://s26.postimg.org/nc320rnkp/screenshot_343.png)
Black NotePad was created as an alternative to the Notepad program of Windows operating systems. While retaining the original functions, Black NotePad improves manageability, contains important new functions, and greatly enhances program compatibility in terms of the edited text.

Freeware

Whats new:>>

Change: Help url

https://www.wintools.info/index.php/black-notepad
Titel: Leanote 2.6
Beitrag von: SiLæncer am 02 Dezember, 2017, 09:50
(https://s26.postimg.cc/e2ob84fjd/screenshot_439.png)
A note creator and document editor that allows data sharing and instant blog posting, encouraging collaboration between team members.

License : GPL

http://app.leanote.com/
Titel: QOwnNotes 17.12.0
Beitrag von: SiLæncer am 02 Dezember, 2017, 18:00
Changelog

enabled text wrapping for the script settings (for #792)
you can now also search for text in the note-preview with Ctrl + F
please visit QOwnNotes shortcuts for a list of all shortcuts
there is now a checkbox Don't ask again! for most confirmation message boxes and a checkbox Don't show again! for most information message boxes to override the answer for all future prompts of that message boxes (for #485 and #706)
the message boxes will not be shown again until you reset the override
you can reset all overrides in the General settings
added more German, Bengali, Spanish and French translation

[close]

http://www.qownnotes.org/
Titel: EncNotex 1.4.3.0
Beitrag von: SiLæncer am 02 Dezember, 2017, 20:00
(https://s26.postimg.org/xzq0ja0nt/screenshot_496.png)
EncNotex is a free multiplatform software, which runs natively on  GNU/Linux, Windows and macOS, that is useful to write and to manage a file of strongly encrypted textual notes. It’s aim is to grant the user an highly secure tool to manage very confidential data.

License: GPLv3

Whats new:>>

Possiblity to export the tasks in ics (iCal) format.
Copy and paste group of notes of any indentation after notes of any indentation.
Possibility to delete a linked file from the pop up menu.
In the tasks list, only the visible tasks are saved in .csv or .ics format.

https://sites.google.com/site/encnotex/
Titel: NoteBook Editor 2.6.1
Beitrag von: SiLæncer am 03 Dezember, 2017, 18:30
(https://s26.postimg.org/z3oplv6e1/screenshot_737.jpg)
SSuite NoteBook Editor is a lightweight and portable text editor loaded with only the essential functions in order to provide a fast, and easy-to-use platform for writing, and more. SSuite NoteBook Editor trims out all those unnecessary functions and features that hog all your precious computer resources and overwhelm the screen like other bloated word processors. It has no need for Java or DotNet to work successfully making it run extremely fast. Another fine attribute is its small size which gives the ability to run from any USB memory device allowing it to be run from your cellphone when connected to a Windows PC, tablet, or laptop.

Freeware

http://www.ssuitesoft.com/ssuitenotebookeditor.htm
Titel: Notepad3 3.17.1202.715
Beitrag von: SiLæncer am 03 Dezember, 2017, 19:17
(https://s26.postimg.org/s6uzyo32x/screenshot_214.png)
Notepad3 is a lightweight piece of software that overcomes some of the well-known limitations of Windows standard text editor while providing syntax highlighting support.

Freeware

http://www.rizonesoft.com/downloads/notepad3/
Titel: QOwnNotes 17.12.1
Beitrag von: SiLæncer am 04 Dezember, 2017, 06:07
Changelog

fixed the confirmation for removing the current workspace (for #802)
changed the default note sort order back to "by date" after it was set to "alphabetically" in a pull request for #369
the welcome dialog now detects if an ownCloud or Nextcloud sync folder is already existing and suggests it for placing the notes folder in it
if none was present the default Nextcloud folder will be suggested
added more German, Bengali, Brazilian Portuguese and French translation

[close]

http://www.qownnotes.org/
Titel: BirdFont 3.2.2
Beitrag von: SiLæncer am 04 Dezember, 2017, 13:38
(http://s26.postimg.org/sj74wh1cp/screenshot_536.jpg)
BirdFont is a free font editor that lets you create vector graphics and export TTF, EOT & SVG fonts.

License: Open Source

Whats new:>>

 Color fonts

http://birdfont.org/
Titel: CudaText v1.27.0.0
Beitrag von: SiLæncer am 04 Dezember, 2017, 17:45
Changelog

+ add: lite lexer SQL^
+ add: lexer API supports lite lexers
+ add: console lines "Init: cuda_nnnn" on loading plugins; option "py_init_log"
* change: usual lexer SQL removed to add-ons
+ add: AddonManager: added option "Install: show confirmation and report"
* change: AddonManager: removed confirmation "Install selected addon?"

[close]

http://www.uvviewsoft.com/cudatext/
Titel: Ron's Editor 2017.12.01.1527
Beitrag von: SiLæncer am 04 Dezember, 2017, 20:45
(http://images.six.betanews.com/screenshots/scaled/1350146574-1.jpg)

Ron's Editor is the ultimate CSV editor, designed to be easy to use, but powerful enough to handle anything needed of it. Any tabular text format can be opened through confirurable seperators and full support for text encodings, and can then be exported to many formats including Excel. CSV files can be merged, or seperated, and the professional editing capabilites and power tools used for conversion and data cleaning.

Changelog

New features:

Fill replace added to replace from a lookup table.
Row move added.
Toolbox rule added for HTML and URL encoding and decoding.
Columns with the same name are now allowed.
'Duplicate To' added to compliment 'Duplicate From'.
Toggle cell selection added to toggle between selecting the cells in a row or column and the whole row or column.
'Match Case' option added to filter.
Quick filter now ignores word order.
Cell edit put the cursor at the end of the text, rather then selecting it all.
Shortcut keys for 'Alt+Home' for going to the first cell of the current column and 'Alt+End' for going to the last cell of the current column added.
Search 'Enter' behaviour changed to move to next match.
License check added in preparation for portable version.

Bugs:

Cell deletion when editing filter in Quick filter fixed.
Various reported bugs fixed.

[close]

http://www.ronsplace.eu/Products/RonsEditor
Titel: QOwnNotes v17.12.2
Beitrag von: SiLæncer am 05 Dezember, 2017, 06:10
Changelog

when formatting text with strikeout now leading and trailing spaces in the selected text will be placed before and after the formatting markers to prevent malformed markdown code (for #767)
bold, italic or strikeout formatting can now be undone if the selected text is surrounded by the corresponding formatter characters (for #756)
encrypted notes are now shown decrypted when using Open note in different window if you previously entered the password (for #805)
added more Catalan translation (thank you MGuerra)

[close]

http://www.qownnotes.org/
Titel: Notepad++ 7.5.3
Beitrag von: SiLæncer am 06 Dezember, 2017, 05:00
(https://s26.postimg.org/sa3ge0uxl/screenshot_47.png)
Notepad++ is a tabbed source code editor and Notepad replacement with a customizable interface. It is one of the few few source code editors that supports "folding," allowing users to quickly reduce and expand sections of code to see the overall document. In addition, it features multi-language syntax highlighting, auto-completion, regular expression search/replace, macro recording and playback, etc. The program can access a long list of plug-ins via an easy-to-access menu with even more features and functions.

License: GPL

Changelog

Fix shell extension registration failure in installer.
Fix theme files installation failure in installer.
Fix DSpellCheck incomplete installation in installer.

[close]

http://notepad-plus-plus.org/
Titel: Google Web Designer 2.0.2.1128 Beta
Beitrag von: SiLæncer am 07 Dezember, 2017, 04:50
(http://images.six.betanews.com/screenshots/scaled/1380653954-1.jpg)
Google Web Designer allows you to create engaging, interactive HTML5-based designs and motion graphics that can run on any device. Let us handle the HTML5 and CSS3 so you're free to focus on what you love to do: creating gorgeous visual experiences. A full design suite lets you easily bring any vision to life. If you're feeling more hands-on, all the code behind your designs is hand-editable, so you're never locked out of your own work. Your ideas are now amplified by code - not restricted by it.

Freeware

Changelog

Fixes & improvements since version 2.0.1.1120

    Use of pause, gotoAndPause, and togglePlay in custom actions is now supported.
    Fixed performance issues in files containing many groups.
    Font name now displays after copying and pasting text with a font that was added in another file.
    Fixed issue with video not autoplaying when ad re-expanded on Mac Safari 11.
    Fixed issue with some GreenSock libraries getting referenced as script elements instead of library elements after using the File > Include JS library menu option.

Known issues

    A black screen on launch may be caused by outdated video drivers. Try updating your video drivers. If that doesn't help, disable GPU rendering by quitting Google Web Designer and following the instructions for your operating system before relaunching:
        Windows: Add a DWORD32 value named disable-gpu-rendering to HKEY_CURRENT_USER\Software\Google\Web Designer\Settings in the registry. Set this value to 1.
        Mac: Add a Boolean row to ~/Library/Preferences/com.google.WebDesigner.plist with the name disable-gpu-rendering and a value of YES, or run defaults write com.google.WebDesigner.plist disable-gpu-rendering -bool true in Terminal.
        Linux: Add a line to ~/.local/share/google-web-designer/preferences/settings.conf with the name disable-gpu-rendering and a value of true. (If the [Settings] section doesn't exist, you'll need to create it first.)
    Gradient background fill on an image only renders when scaling is set to stretch.
    A maximum of 4 panels can be grouped/tabbed together.
    White screen on launch if behind a web proxy.  Please follow these instructions to change your proxy settings.
    Mac Chrome, Opera, IE: Play button doesn't work in Google Web Designer Preview when Autoplay preview is on.  Workaround: remove localhost from the URL to use file:///
    Linux only: File drag and drop from the file system to Google Web Designer is not working.  Workaround: use File > Import assets or Add asset from the Library.
    Downloading iCalendar .ics files is not supported on Safari desktop browser.
    It is not possible to have more than one Map component or Street View component, or a Map and a Street View component in the same creative.
    Linux only: if the browser (Chrome or Firefox) is launched by Google Web Designer for preview, Google Web Designer cannot be closed unless the browser is closed first.
    Linux only: Google Web Designer sometimes loses focus and is unable to take keyboard input when switching between apps.  Workaround: resize the Google Web Designer window to bring focus back to the app.
    Linux only: if the renderer crashes and a white screen appears, set the disable-gpu-rendering to true in Google Web Designer settings. On Linux add a row to ~/.local/share/google-web-designer/preferences/settings.conf with a name disable-gpu-rendering and a value of true (If the [Settings] section doesn't exist, you'll need to create it first.)

[close]

http://www.google.com/webdesigner
Titel: PilotEdit Lite 11.2.0
Beitrag von: SiLæncer am 07 Dezember, 2017, 15:50
(http://www.pilotedit.com/images/OpenInQuickMode.PNG)
PilotEdit is a text, hex, XML, C/C++, HTML, PHP, Java, Javascript and Perl editor that can edit large files of 400GB (40 billion lines).

It offers customizable syntax and keyword highlighting, advanced search and replace operations, automatic text encoding, 256-bit AES encryption/decryption and a built-in FTP/SFTP client lets you open, edit, download and upload large files directly to/from a FTP/SFTP server.

In addition to standard text editing features, PilotEdit can compare and merge two large files of 100GB (10 billion lines). You can also sort, find/remove duplicate lines and extract strings over a large file of 1GB.

Freeware

Zitat
PilotEdit 11.2.0 includes improvements over dark theme.

http://www.pilotedit.com/
Titel: Text Editor Pro 2.6.0
Beitrag von: SiLæncer am 09 Dezember, 2017, 10:30
(https://s26.postimg.org/8fepd5amx/screenshot_187.png)
Text Editor Pro (formerly EditBone) is a powerful text editing tool that comes with syntax highlighting support for over 50 languages and scripts, customizable with over 100 options, 29 ready made styles, a handy file comparison feature, unicode character map, numerical unit convert tool, SQL formatter, and support for multiple directories and search results.

Freeware

Changelog

Added find text at cursor option (default true)
Added find auto complete option (default true)
Added ask to reload modified files option (default true)
Fixed special chars color option
Fixed output resizing
Fixed ruler to show selection begin and end (optional)
Fixed horizontal caret move
Fixed document refresh
Fixed find in files
Fixed multi caret ghost
Fixed SQL code folding
Fixed compare scrolling
Fixed language files
Refactored unicode character map
Optimized directory drives, startup, and editor control
Updated AlphaSkins controls v12.21

[close]

http://texteditor.pro/
Titel: CudaText v1.28.0.0
Beitrag von: SiLæncer am 09 Dezember, 2017, 11:00
(https://s26.postimg.org/orql8dkpl/screenshot_257.png)
Create programming scripts with this powerful tool that supports more than 130 languages and allows users to work concurrently on as many as six groups of projects.

Freeware

Changelog

+ optimized memory usage on big files. E.g. Windows x32 version with 100M log: mem usage was 900M, now 720M.
+ add: support mouse wheel horizontal scrolling
+ add: macOS: can drag-drop folder from Finder onto CudaText icon
* change: lexer SCSS removed to add-ons
* change: lexer LESS removed to add-ons
* change: lexer "SynWrite acp files" removed to add-ons
* change: lexer "SynWrite snippets" removed to add-ons

[close]

http://www.uvviewsoft.com/cudatext/
Titel: EncNotex 1.4.4.0
Beitrag von: SiLæncer am 09 Dezember, 2017, 21:30
(https://s26.postimg.org/xzq0ja0nt/screenshot_496.png)
EncNotex is a free multiplatform software, which runs natively on  GNU/Linux, Windows and macOS, that is useful to write and to manage a file of strongly encrypted textual notes. It’s aim is to grant the user an highly secure tool to manage very confidential data.

License: GPLv3

Whats new:>>

Possibility to open automatically on start the last file used.

https://sites.google.com/site/encnotex/
Titel: CudaText 1.28.2.0
Beitrag von: SiLæncer am 10 Dezember, 2017, 20:15
Whats new:>>

fix: major bugfix, crash on paste command (in 1.28.0)
fix: files weren't added to recents on app closing
add: if deleting too big block (bigger than option "undo_limit"), do it fast w/o undo

http://www.uvviewsoft.com/cudatext/
Titel: Notepad3 3.17.1210.729
Beitrag von: SiLæncer am 11 Dezember, 2017, 05:15
(https://s26.postimg.org/s6uzyo32x/screenshot_214.png)
Notepad3 is a lightweight piece of software that overcomes some of the well-known limitations of Windows standard text editor while providing syntax highlighting support.

Freeware

http://www.rizonesoft.com/downloads/notepad3/
Titel: Torrent File Editor 0.3.9
Beitrag von: SiLæncer am 12 Dezember, 2017, 04:15
(http://s26.postimg.org/duwslsivt/screenshot_125.png)
Create torrent files from scratch on your computer by configuring a few parameters and choosing the files you want to be contained within it.

License: GPLv3

https://sourceforge.net/projects/torrent-file-editor/
Titel: QOwnNotes 17.12.4
Beitrag von: SiLæncer am 12 Dezember, 2017, 05:30
(https://s26.postimg.org/hfer16hsp/screenshot_106.png)
QOwnNotes is a text editor / notepad replacement with markdown support and todo list manager. The program supports themes, keyboard shortcuts, syntax highlighting, and encryption. Includes available nested file list, tags, search, and more. Optionally works with the notes application ownCloud or Nextcloud.

Cross-platform with clients available for Mac and Linux.

License:    GPL

Changelog

fixed a possible problem with the settings dialog size for new installations
moved the setting Show all notes of a tag including the notes of their children-tags in the Panel settings to the settings for the Note pane

[close]

http://www.qownnotes.org/
Titel: RJ TextEd 12.60 Beta 1
Beitrag von: SiLæncer am 12 Dezember, 2017, 09:07
(http://images.six.betanews.com/screenshots/scaled/1187014627-1.jpg)
RJ TextEd - A Unicode source and text editor. RJ TextEd is a full featured text and source editor with Unicode support, syntax highlighting and code folding. The functionality extends beyond text files and includes support for HTML editing with integrated preview, spell checking, auto completion, HTML validation, templates and more. The program also include support for Topstyle Lite CSS editor, has a dual pane file commander, as well as a FTP client to upload your files. The editor uses language files to display menus and dialogs in different languages. There are several included languages. New language files can easily be created in the editor. RJ TextEd is also a simple web development tool. The editor can use auto completion and hints to assist you in editing your source code. You can preview HTML/ASP/PHP... code using one of the preview tabs or open a document in a browser. The editor does not only handle source code. It also handles true ASCII files, binary files and of course plain text files.

Licence: Freeware

Changelog

Abbreviations:

Added a new branch to the clip tree, located in the text clips panel, called "Abbreviations". I also added a few example abbreviations for a few highlighters.
Abbreviations are expanded by hitting ALT+ENTER and are highlighter dependent.
You can have an abbreviation named "for" in several highlighter branches. Which version expanded depend on the current highlighter.
You can also set TAB or SPACE as triggers to expand abbreviations.
Abbreviations (and text clips) can handle tab positions and multiple selections.
E.g. if you insert the same tab position variable several times - they will all be highlighted and you can edit all positions at the same time.

Menu style:

Changed the default menu style in Windows 10. You can use it in other Windows versions as well by changing the menu style option.
The "old" style is still available in options and used as the default style in older Windows versions.
On Windows 10 (8.1) the background color is white and the accent color is used for menu highlighting.
The accent color used automatically change if the system color change.

Syntax editor:

Re-designed the user interface, replaced several components and changed the colors and menu style. Made several changes internally to make the code easier to maintain.
In Windows 10 (8.1) the accent color is used in tabs and menus.
The accent color is automatically updated if the system color change.

Fixed:

* Several highlighting issues.
* Several code fold issues.
* Shortcut issue in search bar.
* Theme manager "Apply" issues.
* Convert to HTML issue.
* Script step issue.

[close]

http://www.rj-texted.se
Titel: ProgramEdit 4.6.1
Beitrag von: SiLæncer am 12 Dezember, 2017, 17:15
(https://s26.postimg.org/lz5vav3mh/screenshot_992.jpg)
ProgramEdit - a free Windows® software source-code editor. ProgramEdit includes language support for HTML, Ada, C/C++, C#, CSS, JAVA, JavaScript, Perl, PHP, Python, Ruby, VB, VBScript, Verilog, VHDL and Batch(.bat) files. Other features include tabbed file selection, text highlighting, find & replace, regular expressions, sesssions, bookmarks, multiple undo/redo and hyperlinks.

Freeware

Whats new:>>

Add automatic file backup
Update Options dialog
Fix two minor file-reload bugs

http://simplesolverlogic.com/index.html
Titel: Atom 1.24.0 Beta 0
Beitrag von: SiLæncer am 12 Dezember, 2017, 21:20
(https://s26.postimg.org/6bt5lin89/screenshot_265.jpg)
A powerful and flexible application that works as a text and source code editor with syntax highlight, or alternately as a file viewer.

MIT License

Changelog

Notable Changes

    ContextMenus are now asynchronous, preserving UI responsiveness while they're visible.
    Implemented auto-scrolling when folding/unfolding to keep cursor visible.
    Toggling line comments now correctly uses spaces or tabs based on settings.
    Implemented new "Select to Next / Previous Bookmark" commands.
    Building and rendering the command palette is now perceptibly faster.

All Changes

Atom Core

v1.23.1...1.24.0-beta0

    atom/atom#16073 - ☠☕ Decaffeinate spec/theme-manager-spec.coffee
    atom/atom#16090 - ☠☕ Decaffeinate TokenIterator
    atom/atom#16111 - Fix flakiness in (and decaffeinate) GitRepository tests
    atom/atom#16119 - Convert atom-environment-spec to JS
    atom/atom#16091 - ☠☕ Decaffeinate text-utils
    atom/atom#16092 - Autoscroll to cursor position after folding or unfolding
    atom/atom#16140 - Fix errors when passing subword regex to native find methods
    atom/atom#16141 - Convert AtomEnvironment to JS
    atom/atom#16144 - Fix handling of jQuery objects in TooltipManager.add method
    atom/atom#16150 - Point Atom Core and build documentation to new Flight Manual section
    atom/atom#16173 - Fixed non ssl links
    atom/atom#16174 - Ensure app windows launch in the order we assert they do
    atom/atom#16180 - Change HTTP Links to HTTPS in SUPPORT.md
    atom/atom#16114 - Use wheelDelta instead of delta in the scroll handler
    atom/atom#16190 - Change HTTP Links to HTTPS in CONTRIBUTING.md
    atom/atom#16186 - Autoscroll after folding from keyboard, take 2
    atom/atom#16191 - Fix merge conflicts for #15415 (Adding option to skip main process tests. Cleaning up resources in tests)
    atom/atom#16197 - Change HTTP Links to HTTPS in /docs/build-instructions/
    atom/atom#16221 - Change HTTP Link to HTTPS in contributing-to-packages.md
    atom/atom#16223 - Repair Links in Documentation
    atom/atom#16215 - Translate line and column numbers from URI handlers
    atom/atom#16192 - Make ContextMenu async
    atom/atom#16227 - Use native Array.isArray in application-delegate
    atom/atom#16230 - Make issues links work even when not logged in
    atom/atom#16255 - Do not clobber recent project history when running specs
    atom/atom#16087 - Use new TextBuffer LanguageMode API
    atom/atom#16290 - Rename TokenizedBuffer to TextMateLanguageMode
    atom/atom#16199 - Convert Package to JS
    atom/atom#16297 - Remove GrammarRegistry's inheritance from first-mate's GrammarRegistry
    atom/atom#16306 - Ensure that all opened editors' buffers are added to the project
    atom/atom#16256 - Improve spec stack traces
    atom/atom#16319 - Use buildIndentString method instead of hard-coding spaces
    atom/atom#16294 - Add readonly attribute to text editor element
    atom/atom#16336 - Update various themes
    atom/atom#16338 - Update autocomplete packages
    atom/atom#16337 - Update languages

atom-dark-syntax

v0.28.0...v0.29.0

    atom/atom-dark-syntax#32 - Split styles
    atom/atom-dark-syntax#35 - Update issue and PR templates
    atom/atom-dark-syntax#36 - :memo: Update issue and PR templates
    atom/atom-dark-syntax#53 - Change attribute color

atom-dark-ui

v0.53.0...v0.53.1

    atom/atom-dark-ui#66 - Update issue and PR templates
    atom/atom-dark-ui#67 - :memo: Update issue and PR templates
    atom/atom-dark-ui#73 - Fix tab placeholder from jumping

atom-light-ui

v0.46.0...v0.46.1

    atom/atom-light-ui#38 - Update issue and PR templates
    atom/atom-light-ui#39 - :memo: Update issue and PR templates
    atom/atom-light-ui#41 - Fix tab placeholder from jumping

one-dark-ui

v1.10.8...v1.10.9

    atom/one-dark-ui#227 - Add hover effect to status-bar-cursor
    atom/one-dark-ui#228 - Center project root icon
    atom/one-dark-ui#229 - Replace tree-view focus indicator
    atom/one-dark-ui#230 - Fade VCS colored non-active tabs
    atom/one-dark-ui#231 - Style invalid inputs

one-light-ui

v1.10.8...v1.10.9

    atom/one-light-ui#112 - Add hover effect to status-bar-cursor
    atom/one-light-ui#113 - Center project root icon
    atom/one-light-ui#114 - Replace tree-view focus indicator
    atom/one-light-ui#115 - Fade VCS colored non-active tabs
    atom/one-light-ui#116 - Style invalid inputs

one-dark-syntax

v1.8.0...v1.8.1

    atom/one-dark-syntax#104 - Fix wrong curly bracket color (PHP)
    atom/one-dark-syntax#105 - Fix TypeScript separator background colour
    atom/one-dark-syntax#102 - Style Elixir function parameter variables

one-light-syntax

v1.8.0...v1.8.1

    atom/one-light-syntax#40 - Fix wrong curly bracket color (PHP)
    atom/one-light-syntax#41 - Fix TypeScript separator background colour
    atom/one-light-syntax#42 - Style Elixir function parameter variables

solarized-dark-syntax

v1.1.2...v1.1.3

    atom/solarized-dark-syntax#90 - fix var, functions and method calls coloring in javascript

solarized-light-syntax

v1.1.2...v1.1.3

    atom/solarized-light-syntax#35 - fix var, functions and method calls coloring in javascript

autocomplete-plus

v2.38.0...v2.39.0

    atom/autocomplete-plus#919 - Keybind (f1) to navigate to More.. in the suggestion list.
    atom/autocomplete-plus#925 - Add optional getSuggestionDetailsOnSelect to provider api

bookmarks

v0.44.4...v0.45.0

    atom/bookmarks#92 - Don't watch editors more than once if they're re-added to the workspace
    atom/bookmarks#91 - Add "Select to Next / Previous Bookmark" commands

bracket-matcher

v0.88.0...v0.88.1

    atom/bracket-matcher#324 - Don't watch editors more than once if they're re-added to the workspace
    atom/bracket-matcher#335 - Added option to always skip over pair in front of cursor

command-palette

v0.42.0...v0.43.0

    atom/command-palette#94 - Cache element items on creation
    atom/command-palette#100 - Add test case for keeping item element cache between toggles
    atom/command-palette#101 - Render on visible for better performance
    atom/command-palette#97 - Cache readable item keystroke representations

dev-live-reload

v0.47.1...v0.48.1

    atom/dev-live-reload#26 - Decaffeinate
    atom/dev-live-reload#27 - Cleanup
    atom/dev-live-reload#28 - Improve package activation and deactivation lifecycle
    atom/dev-live-reload#29 - UI Watcher lifecycle improvements
    atom/dev-live-reload#30 - Use Trusty on Travis
    atom/dev-live-reload#31 - Defer UIWatcher require until needed

find-and-replace

v0.213.0...v0.215.0

    atom/find-and-replace#974 - Wait for Etch component to render before consuming

link

v0.31.3...v0.31.4

    atom/link#25 - Decaffeinate
    atom/link#26 - Use Trusty on Travis
    atom/link#27 - Don't forget to dispose commands
    atom/link#28 - Improve keybinding documentation
    atom/link#29 - Add link command to context menu when appropriate
    atom/link#30 - No need to access the buffer when TextEditor APIs suffice

notifications

v0.69.2...v0.70.2

    atom/notifications#177 - remove notifications-panel-view
    atom/notifications#164 - Logs
    atom/notifications#179 - Remove code that was accidentally reintroduced

package-generator

v1.1.1...v1.3.0

    atom/package-generator#51 - Decaffeinate
    atom/package-generator#53 - Add language package generator
    atom/package-generator#54 - Refactor specs

status-bar

v1.8.14...v1.8.15

    atom/status-bar#214 - Do not focus CursorPositionView after clicking on it

styleguide

v0.49.8...v0.49.9

    atom/styleguide#63 - Decaffeinate
    atom/styleguide#65 - Add some flair!
    atom/styleguide#64 - Tokenize HTML as HTML without beautification

timecop

v0.36.0...v0.36.2

    atom/timecop#26 - Decaffeinate
    atom/timecop#27 - Dispose of subscriptions properly when deactivating
    atom/timecop#28 - Cleanup
    atom/timecop#29 - Only show project load times when a project is deserialized
    atom/timecop#30 - Update etch
    atom/timecop#31 - Also use onDidLoadInitialPackages hook

update-package-dependencies

v0.12.0...v0.13.0

    atom/update-package-dependencies#18 - Decaffeinate
    atom/update-package-dependencies#19 - Properly deactivate package and dispose of subscriptions
    atom/update-package-dependencies#20 - Defer package activation
    atom/update-package-dependencies#21 - Cleanup
    atom/update-package-dependencies#22 - Install devDependencies as well
    atom/update-package-dependencies#23 - Use unobtrusive status bar tile instead of modal panel
    atom/update-package-dependencies#24 - Only allow one apm process to run at a time
    atom/update-package-dependencies#25 - Show error output if apm install fails

wrap-guide

v0.40.2...v0.40.3

    atom/wrap-guide#72 - :bug: Disable pointer events on .wrap-guide

language-gfm

v0.90.2...v0.90.3

    atom/language-gfm#219 - Fix for #218

language-go

v0.44.3...v0.44.4

    atom/language-go#143 - Added type function declaration snippet
    atom/language-go#145 - Update keyword.operator.comparison.go regex

language-javascript

v0.127.6...v0.127.7

    atom/language-javascript#543 - Add Jest Snapshot File Format

language-less

v0.33.0...v0.34.1

    atom/language-less#82 - Improve mixin scopes
    atom/language-less#84 - Revert "Improve mixin scopes"

language-php

v0.42.2...v0.43.0

    atom/language-php#292 - Additional changes for the split grammars
    atom/language-php#217 - Split PHP grammar into separate HTML and PHP portions
    atom/language-php#300 - Add missing optional space to array() construct
    atom/language-php#298 - Detect escaping double quotes only in double quoted strings
    atom/language-php#302 - Handle quirk in how PHP parses identifiers

language-python

v0.45.5...v0.45.6

    atom/language-python#216 - Extend Snakemake support

language-ruby-on-rails

v0.25.2...v0.25.3

    atom/language-ruby-on-rails#62 - add image_tag to viewhelpers

language-sass

v0.61.1...v0.61.3

    atom/language-sass#234 - fix broken highlighting for properties sharing selector names
    atom/language-sass#236 - Remove duplicate .source.sass snippet selector
    atom/language-sass#238 - Revert "fix broken highlighting for properties sharing selector names"

language-sql

v0.25.8...v0.25.9

    atom/language-sql#69 - adds datetime2 and uniqueidentifier types for SQL Server

language-typescript

v0.2.2...v0.2.3

    atom/language-typescript#7 - Update grammars from Microsoft
    atom/language-typescript#8 - Update ts grammars
    atom/language-typescript#9 - Update TS grammars
    atom/language-typescript#12 - Update snippets

[close]

https://atom.io/
Titel: Atom 1.23.0
Beitrag von: SiLæncer am 13 Dezember, 2017, 05:45
Whats new:>>

Atom packages can register a URI handler function that will be invoked any time the user visits a URI that starts with atom://package-name/
Hide specific commands in the command palette
Improved the performance of multi-cursor editing operations by restructuring event APIs to call their callbacks only once per keystroke
The GitHub package now never locks the index, making it easier to use the CLI or other Git tools with Atom open in the background

https://atom.io/
Titel: Atom 1.23.1
Beitrag von: SiLæncer am 14 Dezember, 2017, 05:50
Whats new:>>

Fixed an uncaught exception in find-and-replace #16133

https://atom.io/
Titel: Typora 0.9.40 Beta
Beitrag von: SiLæncer am 14 Dezember, 2017, 06:00
(https://s26.postimg.org/w2onuosnt/screenshot_64.png)
Swiftly write, edit, format and convert text to HTML with the help of this modern looking, streamlined and novice-accessible piece of software.

Freeware

Whats new:>>

Fix bugs about custom key binding and tabl editing

http://www.typora.io/
Titel: Typora 0.9.41 Beta
Beitrag von: SiLæncer am 15 Dezember, 2017, 05:15
Whats new:>>

Fix regression bug about table editing, copy table and HTML export

http://www.typora.io/
Titel: QOwnNotes 17.12.5
Beitrag von: SiLæncer am 15 Dezember, 2017, 05:20
(https://s26.postimg.org/hfer16hsp/screenshot_106.png)
QOwnNotes is a text editor / notepad replacement with markdown support and todo list manager. The program supports themes, keyboard shortcuts, syntax highlighting, and encryption. Includes available nested file list, tags, search, and more. Optionally works with the notes application ownCloud or Nextcloud.

Cross-platform with clients available for Mac and Linux.

License:    GPL

Changelog

there now is a new menu entry Check for script updates in the Scripting menu and the Scripting settings to open a dialog where you can update scripts that need an update (for #792)
added more Spanish, Italian, Japanese, Catalan, German, Dutch and Hungarian translation

[close]

http://www.qownnotes.org/
Titel: Atom 1.24.1
Beitrag von: SiLæncer am 15 Dezember, 2017, 06:05
(https://s26.postimg.org/6bt5lin89/screenshot_265.jpg)
A powerful and flexible application that works as a text and source code editor with syntax highlight, or alternately as a file viewer.

MIT License

Whats new:>>

Removed the texteditor isModified/isReadOnly handling intended for unsavable edit buffers due to issues with vim-mode-plus.

https://atom.io/
Titel: CudaText 1.30.0.0
Beitrag von: SiLæncer am 15 Dezember, 2017, 21:30
(https://s26.postimg.org/orql8dkpl/screenshot_257.png)
Create programming scripts with this powerful tool that supports more than 130 languages and allows users to work concurrently on as many as six groups of projects.

Freeware

Changelog

    Add: binary viewer. It is called when non-text file is opened, with additional prompt. File size for binary viewer can be any.
    Add: dialog "Go to" works with binary viewer: can enter percents with "%" char, or hex offset
    Add: dialog "Go to" for editor: can enter percents with "%" char
    Add: prompts "file is not text", "file is too big" changed to one dialog (to allow binary view)
    Add: option "viewer_binary_width"
    Fix: lexer C# code-tree for generic func

[close]

http://www.uvviewsoft.com/cudatext/
Titel: JSONedit 0.9.27.0
Beitrag von: SiLæncer am 17 Dezember, 2017, 20:15
(http://s26.postimg.org/66opis8ih/screenshot_556.jpg)
JSONedit is a simple editor for the JavaScript Object Notation format "a text-based open standard designed for human-readable data interchange" (source) with availble text and tree views.

Includes array generator using embedded Lua interpreter and Scintilla for text edition.

License:    Freeware

Changelog

FIXED: JSON generated by CSV import had names sorted alphabetically even if "preserve order" was selected in JSON settings
most windows can be now closed with Esc
default position for C++ class generator and relaxed JSON parser windows changed to centered over main window
List view: added "Select all siblings", "Select all children" (adding children to selection) and "Select all children after removing current selection" (selecting only children of currently selected nodes)
List view: "Add node(s)" context menu item splitted into adding as children and adding as siblings
List view: added "Replace/modify node(s)" using same dialog as for adding nodes
Lua: added GetText() function, returning whole document
Lua: added "on file open" event
Help: added RFC7493 (I-JSON / interoperability) and RFC8259 (Dec 2017 update for RFC7159)

[close]

http://tomeko.net/software/JSONedit/index.php
Titel: Text Editor Pro 2.7.0
Beitrag von: SiLæncer am 18 Dezember, 2017, 12:23
(https://s26.postimg.org/8fepd5amx/screenshot_187.png)
Text Editor Pro (formerly EditBone) is a powerful text editing tool that comes with syntax highlighting support for over 50 languages and scripts, customizable with over 100 options, 29 ready made styles, a handy file comparison feature, unicode character map, numerical unit convert tool, SQL formatter, and support for multiple directories and search results.

Freeware

Changelog

Added document encodings (code pages)
Added dark editor color theme
Added active line foreground color
Added show horizontal and vertical scroll bar options (default true)
Fixed document encoding change
Fixed color combobox
Fixed options flickering
Fixed language files

[close]

http://texteditor.pro/
Titel: RJ TextEd 12.61
Beitrag von: SiLæncer am 18 Dezember, 2017, 13:50
(http://images.six.betanews.com/screenshots/scaled/1187014627-1.jpg)
RJ TextEd - A Unicode source and text editor. RJ TextEd is a full featured text and source editor with Unicode support, syntax highlighting and code folding. The functionality extends beyond text files and includes support for HTML editing with integrated preview, spell checking, auto completion, HTML validation, templates and more. The program also include support for Topstyle Lite CSS editor, has a dual pane file commander, as well as a FTP client to upload your files. The editor uses language files to display menus and dialogs in different languages. There are several included languages. New language files can easily be created in the editor. RJ TextEd is also a simple web development tool. The editor can use auto completion and hints to assist you in editing your source code. You can preview HTML/ASP/PHP... code using one of the preview tabs or open a document in a browser. The editor does not only handle source code. It also handles true ASCII files, binary files and of course plain text files.

Licence: Freeware

Changelog

Abbreviations:

Added a new branch to the clip tree, located in the text clips panel, called "Abbreviations". I also added a few example abbreviations for a few highlighters.
Abbreviations are expanded by hitting ALT+ENTER and are highlighter dependent. You can have an abbreviation named "for" in several highlighter branches. Which version expanded depend on the current highlighter.
You can also set TAB or SPACE as triggers to expand abbreviations. This is done in the "Format" menu.
Abbreviations (and text clips) can handle tab positions and multiple selections. E.g. if you insert the same tab position variable several times - they will all be highlighted and you can edit all positions at the same time.

Menu style:

Changed the default menu style in Windows 10. You can use it in other Windows versions as well by changing the menu style option. The "old" style is still available in options and used as the default style in older Windows versions.
On Windows 10 (8.1) the background color is white and the accent color is used for menu highlighting.
The accent color used automatically change if the system color change.

Syntax editor:

Re-designed the user interface, replaced several components and changed the colors and menu style. Made several changes internally to make the code easier to maintain.
On Windows 10 (8.1) the accent color is used in tabs and menus.
The accent color is automatically updated if the system color change.

New compiler version:

All executable files have been re-compiled with the latest Delphi version.
If you are updating your installation from a previous version the rtl250.bpl and jcl250.bpl library files are removed when installing the new version. If you use the portable version you can safely remove them yourself.

Fixed:

Several highlighting issues.
Several code fold issues.
Shortcut issue in search bar.
Theme manager "Apply" issues.
Convert to HTML issue.
Script step issue.
Search issues in text clip panel.
Search issues in project manager panel.
Several text clip issues.
Insert text clip using keyboard shortcut.
Auto update check issue.
Wrong search list used in the project panel.
Search highlight issue.

[close]

http://www.rj-texted.se/
Titel: MyText 1.3.3
Beitrag von: SiLæncer am 18 Dezember, 2017, 19:45
(https://i.postimg.cc/6pZzJnsG/screenshot-712.png)
Enjoy the raw simplicity of a run-of-the-mill Notepad alternative that does not require installation and comes with support for text encryption.

Freeware

Whats new:>>

Changed program icon color from black to blue.

http://www.filefriend.net/#MyText
Titel: CudaText 1.31.0.2
Beitrag von: SiLæncer am 20 Dezember, 2017, 12:00
Changelog

+ add: option "ui_non_text" has additional values, to auto open binary files in binary/hex modes
+ add: binary viewer uses "middle dot" unicode char
+ add: binary files save to sessions
+ add: lexer Perl reworked (hilite multiline comments, fix funcs in code-tree)
- fix: lexer C# (tree for funcs)
- fix: if disk file is read-only, then normal, app must not reopen it r/o

[close]

http://www.uvviewsoft.com/cudatext/
Titel: QOwnNotes 17.12.6
Beitrag von: SiLæncer am 22 Dezember, 2017, 11:00
Changelog

added Turkish translation (a big thank you to omeratagun, realinfo, ihtiht and Apsimati)
join us at QOwnNotes on Crowdin to make QOwnNotes available in more languages or help with the current translation
added some preset text when opening a GitHug issue to share a new editor schema
added more Indonesian, French, Spanish, Brazilian Portuguese, Polish, German, Catalan, Italian, Hungarian and Dutch translation (thank you zikraa, bepolymathe, richarson, mlimacarlos, lucjan, rakekniven, MGuerra, mlocati and Fabijenna)

[close]

http://www.qownnotes.org/
Titel: RJ TextEd 12.62
Beitrag von: SiLæncer am 22 Dezember, 2017, 20:30
Changelog

Updated compiler

Recompiled all executables. The error handler should work properly now.

Windows XP

The new compiler doesn’t support Windows XP, so I’ve compiled an XP version using an older compiler. Just make sure you download the correct installation file.

The auto update function should work in this version. As well as “Help -> Check for updates”.

Fixed

Exception catcher issue (error handler).
Smart highlight issues.

[close]

http://www.rj-texted.se/
Titel: Notepad3 3.17.1223.778
Beitrag von: SiLæncer am 23 Dezember, 2017, 18:45
(https://s26.postimg.org/s6uzyo32x/screenshot_214.png)
Notepad3 is a lightweight piece of software that overcomes some of the well-known limitations of Windows standard text editor while providing syntax highlighting support.

Freeware

http://www.rizonesoft.com/downloads/notepad3/
Titel: Mobirise 4.5.3
Beitrag von: SiLæncer am 26 Dezember, 2017, 20:15
(https://s26.postimg.org/z2ytcmg0p/screenshot_1146.jpg)
Develop fully responsive, mobile-ready websites that look amazing on any devices and browsers. Preview how your website will appear on phones, tablets and desktops directly in the visual editor..

Freeware

https://mobirise.com/
Titel: FocusWriter v1.6.8
Beitrag von: SiLæncer am 27 Dezember, 2017, 17:30
(https://s26.postimg.org/9wb0ptx5l/screenshot_567.jpg)
FocusWriter hilft Vielschreibern beim Verfassen von Texten. Die Textverarbeitung blendet alle Menüs und Leisten aus. So kann man sich beim Schreiben voll und ganz auf das Wesentliche konzentrieren.

Der Vollbild-Texteditor FocusWriter zeigt als Oberfläche absichtlich lediglich den blanken Text. Daher gelingt es leichter, störungs- und ablenkungsfrei zu schreiben. Auf Wunsch kann man auf zusätzliche Steuerelemente zugreifen und diese per Maus über die Bildschirmränder abrufen.

Außerdem kann bei FocusWriter eine Statuszeile mit der aktuellen Uhrzeit, einem Timer und Statistiken eingeblendet werden. Das geplante Arbeitspensum legt der Schreiber in den Einstellungen in Minuten oder Wörtern fest. Textart und -farbe werden hier ebenfalls ganz nach Wunsch bestimmt.

Mit FocusWriter können mehrere Dokumente parallel bearbeitet werden. Ein Speichern erfolgt im RTF-, ODT- oder TXT-Format. Standardmäßig zeigt die Freeware einen einfarbigen, nüchternen Hintergrund. Wer die Arbeitsumgebung etwas freundlicher und abwechslungsreicher gestalten möchte, kann die Farbe ändern und auch ein eigenes Bild als Hintergrund einblenden.

FocusWriter enthält alle Grundfunktionen einer Textverarbeitung inklusive Textformatierungen, einer Rechtschreibprüfung und dem Suchen und Ersetzen von Wörtern und Textausschnitten. Die Freeware spricht vor allem den Vielschreiber an, der sich allein auf den Text konzentrieren möchte.

Changelog

Fixed:

    Could not compile with Qt 5.10;
    Did not handle ODT line position with two values.

Translation updates: German, Indonesian.

[close]

http://gottcode.org/focuswriter/
Titel: EncNotex 1.4.5.0
Beitrag von: SiLæncer am 28 Dezember, 2017, 05:32
(https://s26.postimg.org/xzq0ja0nt/screenshot_496.png)
EncNotex is a free multiplatform software, which runs natively on  GNU/Linux, Windows and macOS, that is useful to write and to manage a file of strongly encrypted textual notes. It’s aim is to grant the user an highly secure tool to manage very confidential data.

License: GPLv3

Whats new:>>

Possibility to show only the task of the current note in the task list.
Possibility to capitalize automatically the first letter of a paragraph.
Possiblity to change the colors of the level 1, 2 and 3 titles in the title grid.

https://sites.google.com/site/encnotex/
Titel: Notepad3 3.17.1228.783
Beitrag von: SiLæncer am 29 Dezember, 2017, 11:15
(https://s26.postimg.org/s6uzyo32x/screenshot_214.png)
Notepad3 is a lightweight piece of software that overcomes some of the well-known limitations of Windows standard text editor while providing syntax highlighting support.

Freeware

http://www.rizonesoft.com/downloads/notepad3/
Titel: DocPad 20.0
Beitrag von: SiLæncer am 29 Dezember, 2017, 17:15
(http://images.six.betanews.com/screenshots/scaled/1238008675-1.jpg)
Erweiterter Text-Editor als Alternative zu Notepad; bietet unter anderem eine Rechtschreibprüfung, eine anpassbare Toolbar sowie die Möglichkeit, Makros zu verwenden.

Freeware

Changelog

* Editbox: Search/Replace: added support for Regular Expressions.
* Big endian unicode files are now saved in big endian.  Previously they were converted to little endian.
* Added the "Show Welcome Panel" option to the Options menu.
* Numerous interface improvements, especially regarding 4K monitors.
* Added the "Show Rules" option to the Options menu.  This draws a faint line between each line of text.
* Welcome Panel: added the "Associate" tool.
* Added the "Clipboard Inspector" tool to the Interface menu.
* Pressing Ctrl+V in the Welcome Panel will now create a new document containing the clipboard contents.
* Discard Paragraphs Containing: added the "Has Prefix" and "Has Suffix" modes.
* The "Associate", "Import HTML As Text", and "Preferences" tools can now appear on the toolbar, although they are hidden by default.
* Open on the File menu now ignores the selected file in the Welcome Panel and prompts you to specify a file.
* Open Nonstandard Document: a warning now appears if there is a byte order mark.  The user is not allowed to specify a character set, as it will have no effect anyway.
* The Preferences window now has a hotkey, Alt+P.
* Now supports installation to a path that contains unicode.
* Added a Help option to the bottom of the "Document Type" sub-menu.
* Associate: .MSI and .MSC file types are now prevented from being associated.
* The "Register As View Source Editor" tool now reports an error if DocPad is running on a portable drive.
* Fixed: the /paste command line switch was broken by the introduction of the Welcome Panel.
* Fixed: Integer Increment/Decrement: unnecessary scrolling could occur.
* Fixed: certain low-level hotkeys were inappropriately displaying "Hotkey not recognized" on the Status Bar.
* Fixed: the "Document Type" sub-menu should be disabled when no document is open.
* Fixed: when maximized, the window's border could possibly be visible on a secondary monitor.
* Fixed: possible window flicker on 4K monitors, or when many System-G windows are open, or when kernel memory becomes scarce.

[close]

http://www.gammadyne.com/docpad.htm
Titel: Notepad Replacer 1.2
Beitrag von: SiLæncer am 29 Dezember, 2017, 17:45
(https://s26.postimg.org/n6ggcuhp5/screenshot_489.jpg)
Do you use a Notepad alternative, like Notepad++ or Notepad2? Notepad Replacer will allow you to replace the default Windows version of Notepad with whatever alternative you would like to use.

Advantages:

Won't replace ANY system files, or change ANY file permissions
Won't trigger Windows File Protection warnings (WFP)
Won't run all the time, won't take up any system resources in the background
Doesn't require special support by the alternative application
Just un-install Notepad Replacer to revert back to the default Windows Notepad

Freeware

http://www.binaryfortress.com/NotepadReplacer/
Titel: BirdFont 3.4.5
Beitrag von: SiLæncer am 30 Dezember, 2017, 10:15
(http://s26.postimg.org/sj74wh1cp/screenshot_536.jpg)
BirdFont is a free font editor that lets you create vector graphics and export TTF, EOT & SVG fonts.

License: Open Source

http://birdfont.org/
Titel: Notepad++ 7.5.4
Beitrag von: SiLæncer am 01 Januar, 2018, 18:15
(https://s26.postimg.org/sa3ge0uxl/screenshot_47.png)
Notepad++ is a tabbed source code editor and Notepad replacement with a customizable interface. It is one of the few few source code editors that supports "folding," allowing users to quickly reduce and expand sections of code to see the overall document. In addition, it features multi-language syntax highlighting, auto-completion, regular expression search/replace, macro recording and playback, etc. The program can access a long list of plug-ins via an easy-to-access menu with even more features and functions.

License: GPL

Whats new:>>

Fix the Access Violation crash issue.
Fix encoding broken regression.

http://notepad-plus-plus.org/
Titel: CudaText v1.32.0.0
Beitrag von: SiLæncer am 02 Januar, 2018, 11:00
(https://s26.postimg.org/orql8dkpl/screenshot_257.png)
Create programming scripts with this powerful tool that supports more than 130 languages and allows users to work concurrently on as many as six groups of projects.

Freeware

Changelog

+ add: deleting of huge block (w/o undo) is instant now (before it was n seconds)
+ add: code-tree has horiz scrollbar
+ add: statusbar menu for tab-size: added sizes 3, 5, 6, 7
+ add: Project Manager variables for ExtTools plugin: {ProjMainFileNameOnly}, {ProjMainFileNameNoExt}
+ add: API for statusbar
- fix: Windows high-DPI wrong scaling of plugin dlgs
- fixes

[close]

http://www.uvviewsoft.com/cudatext/
Titel: Text Editor Pro v3.0.0
Beitrag von: SiLæncer am 02 Januar, 2018, 16:00
(https://s26.postimg.org/8fepd5amx/screenshot_187.png)
Text Editor Pro (formerly EditBone) is a powerful text editing tool that comes with syntax highlighting support for over 50 languages and scripts, customizable with over 100 options, 29 ready made styles, a handy file comparison feature, unicode character map, numerical unit convert tool, SQL formatter, and support for multiple directories and search results.

Freeware

Changelog

Added:

    Editor color themes;
    Show selection option for minimap;
    Show collapse mark at the end option for folding;
    Color theme option for print;
    -noskin command line parameter;
    Slovenian language.

Optimized editor control.

Refactored:

    File info;
    Document menu to file, edit and tools.

Fixed:

    Find in files;
    Progress bar;
    Output;
    Menus;
    Title bar;
    Tab closing;
    Editor scrolling;
    Print preview control;
    Status bar;
    Auto save;
    Directory;
    Reload changed files;
    Text compare;
    Form captions;
    Outer effects;
    AV in split closing;
    Code folding scanning;
    Reopen icon transparency;
    User interfaces for better language support;
    Language files.

Updated AlphaSkins controls v12.22.

[close]

http://texteditor.pro/
Titel: QOwnNotes v18.01.0
Beitrag von: SiLæncer am 02 Januar, 2018, 17:40
(https://s26.postimg.org/hfer16hsp/screenshot_106.png)
QOwnNotes is a text editor / notepad replacement with markdown support and todo list manager. The program supports themes, keyboard shortcuts, syntax highlighting, and encryption. Includes available nested file list, tags, search, and more. Optionally works with the notes application ownCloud or Nextcloud.

Cross-platform with clients available for Mac and Linux.

License:    GPL

Changelog

there now is a new setting Only use editor width setting in distraction free mode in the Editor settings that you can turn off so you can use the Editor width setting from the Window menu also if you are not in the distraction free mode (for #814)
added more Indonesian, Spanish, Brazilian Portuguese, Catalan and Italian translation (thank you zmni, richarson, mlimacarlos, MGuerra and mlocati)

[close]

http://www.qownnotes.org/
Titel: Text Editor Pro 3.0.1
Beitrag von: SiLæncer am 02 Januar, 2018, 21:30
Whats new:>>

Fixed startup
Fixed mouse wheel in editor

http://texteditor.pro/
Titel: Atom 1.23.2
Beitrag von: SiLæncer am 03 Januar, 2018, 13:50
(https://s26.postimg.org/6bt5lin89/screenshot_265.jpg)
A powerful and flexible application that works as a text and source code editor with syntax highlight, or alternately as a file viewer.

MIT License

Whats new:>>

Update APM to solve inability to upgrade/install packages with case-sensitive names #16478
Update language-html to remove begin/end matching for alphabetical character references atom/language-html#181
Honor 'never' when chosen in the atom protocol handler registration dialog #16201

https://atom.io/
Titel: Atom 1.24.0 Beta 2
Beitrag von: SiLæncer am 03 Januar, 2018, 17:45
Whats new:>>

Fix regression with 'Right clicking on selected text deselects the text' #16324

https://atom.io/
Titel: Textilosaurus v2018.01.02
Beitrag von: SiLæncer am 03 Januar, 2018, 21:40
(https://s26.postimg.org/nci2yebnd/screenshot_623.png)
Textilosaurus is a simple but feature-rich cross-platform text editor based on Qt and Scintilla.

License:    GNU GPLv3

https://github.com/martinrotter/textilosaurus
Titel: Text Editor Pro 3.1.0
Beitrag von: SiLæncer am 04 Januar, 2018, 13:00
Whats new:>>

Added editor color themes
Fixed directory and output file open
Fixed exclude other directory branches option
Fixed menu bar scroller
Fixed go to line
Fixed prompt on replace
Fixed color options
Fixed sliders - reversed
Fixed language files

http://texteditor.pro/
Titel: Textilosaurus 2018.01.04
Beitrag von: SiLæncer am 05 Januar, 2018, 18:45
Whats new:>>

Added:

.LOG feature. (#17)

Fixed:

Crash when saving new file.

https://github.com/martinrotter/textilosaurus
Titel: ProgramEdit 4.6.2
Beitrag von: SiLæncer am 05 Januar, 2018, 21:15
(https://s26.postimg.org/lz5vav3mh/screenshot_992.jpg)
ProgramEdit - a free Windows® software source-code editor. ProgramEdit includes language support for HTML, Ada, C/C++, C#, CSS, JAVA, JavaScript, Perl, PHP, Python, Ruby, VB, VBScript, Verilog, VHDL and Batch(.bat) files. Other features include tabbed file selection, text highlighting, find & replace, regular expressions, sesssions, bookmarks, multiple undo/redo and hyperlinks.

Freeware

Whats new:>>

- add Major update to Command Line interface
- add Shortcut setting to all Icon ToolTips
- fix minor bug

http://simplesolverlogic.com/index.html
Titel: Notepad3 3.18.105.802
Beitrag von: SiLæncer am 06 Januar, 2018, 09:40
(https://s26.postimg.org/s6uzyo32x/screenshot_214.png)
Notepad3 is a lightweight piece of software that overcomes some of the well-known limitations of Windows standard text editor while providing syntax highlighting support.

Freeware

http://www.rizonesoft.com/downloads/notepad3/
Titel: CudaText 1.32.2.0
Beitrag von: SiLæncer am 06 Januar, 2018, 18:30
(https://s26.postimg.org/orql8dkpl/screenshot_257.png)
Create programming scripts with this powerful tool that supports more than 130 languages and allows users to work concurrently on as many as six groups of projects.

Freeware

Whats new:>>

- minor fixes
+ add: API

http://www.uvviewsoft.com/cudatext/
Titel: QOwnNotes v18.01.1
Beitrag von: SiLæncer am 07 Januar, 2018, 09:00
(https://s26.postimg.org/hfer16hsp/screenshot_106.png)
QOwnNotes is a text editor / notepad replacement with markdown support and todo list manager. The program supports themes, keyboard shortcuts, syntax highlighting, and encryption. Includes available nested file list, tags, search, and more. Optionally works with the notes application ownCloud or Nextcloud.

Cross-platform with clients available for Mac and Linux.

License:    GPL

Changelog

there now is a new checkbox in the Editor settings to fully highlight blockquotes instead of just the > (for #822)
added more Indonesian, French, Spanish, Catalan, Hungarian and Dutch translation (thank you zmni, bepolymathe, richarson, MGuerra and Fabijenna)

[close]

http://www.qownnotes.org/
Titel: Dolphin Text Editor 2.9
Beitrag von: SiLæncer am 07 Januar, 2018, 20:15
(https://s26.postimg.org/g75y6nuqx/screenshot_630.png)
Dolphin Text Editor doesn't replace your current text editors - it makes them better. Do your text editors lack the formatting options you need? Then Dolphin Text Editor can help.

And there is no need to abandon your favourite editor - Dolphin Text Editor will work with whatever software you're already using. There are many different functions you can apply - sort lists, format XML, change capitalisation and much more.

Whatever you're doing - from coding software, writing emails or simply posting on a forum - Dolphin Text Editor can make your life easier.

It sits quietly in your system tray, only appearing when you press a specific key combination. Then, with just a couple of clicks, it will change whatever text you've highlighted.

Freeware

http://www.animal-software.com/dolphin-text-editor
Titel: PilotEdit Lite 11.3.0
Beitrag von: SiLæncer am 09 Januar, 2018, 05:45
(http://www.pilotedit.com/images/OpenInQuickMode.PNG)
PilotEdit is a text, hex, XML, C/C++, HTML, PHP, Java, Javascript and Perl editor that can edit large files of 400GB (40 billion lines).

It offers customizable syntax and keyword highlighting, advanced search and replace operations, automatic text encoding, 256-bit AES encryption/decryption and a built-in FTP/SFTP client lets you open, edit, download and upload large files directly to/from a FTP/SFTP server.

In addition to standard text editing features, PilotEdit can compare and merge two large files of 100GB (10 billion lines). You can also sort, find/remove duplicate lines and extract strings over a large file of 1GB.

Freeware

Zitat
PilotEdit 11.3.0 includes improvements over the icons.

http://www.pilotedit.com/
Titel: Textilosaurus v2018.01.09
Beitrag von: SiLæncer am 10 Januar, 2018, 05:15
(https://s26.postimg.org/nci2yebnd/screenshot_623.png)
Textilosaurus is a simple but feature-rich cross-platform text editor based on Qt and Scintilla.

License:    GNU GPLv3

Whats new:>>

Added:

    Experimental implementation of "Find All", "Replace All" and "Replace Next" features.

https://github.com/martinrotter/textilosaurus
Titel: Atom 1.23.3
Beitrag von: SiLæncer am 10 Januar, 2018, 13:14
(https://s26.postimg.org/6bt5lin89/screenshot_265.jpg)
A powerful and flexible application that works as a text and source code editor with syntax highlight, or alternately as a file viewer.

MIT License

Changelog

Atom Core:

atom/atom#16513 - Update protocol client installation

autocomplete-plus:

atom/autocomplete-plus#930 - Fix non-word character replacement
atom/autocomplete-plus#810 - Avoid querying destroyed editor in SymbolProvider spec
atom/autocomplete-plus#838 - Optionally dismiss suggestion list on up/down instead of cycling.
atom/autocomplete-plus#936 - Remove editor from watchedEditors when editor is destroyed
atom/autocomplete-plus#940 - Introduce service API version 4.0 with simplified prefix handling

spell-check:

atom/spell-check#225 - fix the github README link
atom/spell-check#222 - Don't watch editors more than once if they're re-added to the workspace
atom/spell-check#227 - Update atom-select-list to 0.7.0
atom/spell-check#233 - Fallback to the dictionary path provided by node-spellchecker.

[close]

https://atom.io/
Titel: QOwnNotes v18.01.2
Beitrag von: SiLæncer am 11 Januar, 2018, 05:40
Changelog

attempted to fix drawing problems in the note edit widget and possible crashes in Windows (for #826 and #717)
the Windows release is now built with Qt 5.9.2
attempted to fix some character-set issues with snaps (thank you @popey)
added more Indonesian, French, German, Italian, Spanish, Brazilian Portuguese, Catalan, Hungarian and Dutch translation (thank you zmni, bepolymathe, rakekniven, mlocati, UgoYak, mlimacarlos, MGuerra and Fabijenna)

[close]

http://www.qownnotes.org/
Titel: Textilosaurus v2018.01.11
Beitrag von: SiLæncer am 11 Januar, 2018, 13:38
Whats new:>>

Added:

New "Markdown" sidebar which allows you to preview your Markdown text files.
"Output" sidebar now supports clickable hyperlinks and also detects URLs.

https://github.com/martinrotter/textilosaurus
Titel: CudaText v1.34.0
Beitrag von: SiLæncer am 13 Januar, 2018, 17:30
Whats new:>>

+ add: many optimizations in core for scrolling speed on huge lines (4M chars)
+ add: Ctrl+(double click) now selects additional word
+ add: command "Selection - Expand selection to word" (like in many editors)
+ add: option "allow_wide_chars"
+ add: commands "find current word/sel next/prev": they select current word before search
* change: option "find_hotkey_find_next" is now hotkey, which is independant from focused input; its value "Enter" is ignored, other value works. "Enter" is now hardcoded hotkey.
- fix: cannot find string with trailing EOL (multi-line input)

http://www.uvviewsoft.com/cudatext/
Titel: BowPad 2.3.5 Build 2071
Beitrag von: SiLæncer am 14 Januar, 2018, 09:30
(https://s26.postimg.org/e60vd9bix/screenshot_182.jpg)
BowPad is a small and fast text editor with a ribbon user interface and syntax highlighting.

Features:

syntax highlighting for over 100 file types and languages
handling of many different encodings, including UTF-8, UTF-16 and even UTF-32
easy ribbon user interface
navigation hints in the vertical scrollbar
coloring of open tabs according to their path
extendable with plugins written in jscript or vbscript

Freeware

Whats new:>>

Crash while trying to set any text font in the style configurator
Feature Request: Colour configuration of UI elements
BowPad could crash when loading updating log files

http://stefanstools.sourceforge.net/BowPad.html
Titel: QOwnNotes v18.01.3
Beitrag von: SiLæncer am 14 Januar, 2018, 11:00
Changelog

there now also is set a foreground color for code-blocks and inline-code in the preview so the code will be visible if the user uses a dark desktop theme but doesn't use the dark-mode preview colors yet (for #830)
fixed the disabling of the markdown highlighting
attempted to fix drawing problems in the note edit widget and possible crashes in Windows (for #826 and #717)
attempted to fix translations for the QOwnNotes snap
QOwnNotes is now also built with Qt 5.7 to allow Windows XP users to still use it (for #828)

    although you have to seek out the latest master build from AppVeyor yourself, choose the Qt 5.7 environment and download the artifact

added more Chinese translation (thank you bsapwindows)

[close]

http://www.qownnotes.org/
Titel: Notepad3 3.18.113.828
Beitrag von: SiLæncer am 14 Januar, 2018, 19:45
(https://s26.postimg.org/s6uzyo32x/screenshot_214.png)
Notepad3 is a lightweight piece of software that overcomes some of the well-known limitations of Windows standard text editor while providing syntax highlighting support.

Freeware

http://www.rizonesoft.com/downloads/notepad3/
Titel: EditPad Lite 7.6.3
Beitrag von: SiLæncer am 15 Januar, 2018, 09:07
(http://www.editpadpro.com/screens/editpadlite.png)
EditPad Lite is a general-purpose text editor, designed to be small and compact, yet offer all the functionality you expect from a basic text editor. EditPad Lite works with Windows NT4, 98, 2000, ME, XP and Vista.

Freeware

Changelog

Improvements:

Windows 10: Add EditPad as an allowed application to Controlled Folder Access in Windows Defender in the Fall Creators Update.
Windows 10: Installer no longer complains that it can't create the desktop shortcut if that was blocked by Controlled Folder Access.

Bug fixes:

Preferences|Open Files: Option to automatically reload all files was turned off each time you opened the Preferences dialog.
Windows 10: EditPad now shows an error message instead of pretending the file was saved successfully when overwriting an existing file is blocked by Controlled Folder Access.

[close]

http://www.editpadlite.com/
Titel: Torrent File Editor 0.3.10
Beitrag von: SiLæncer am 15 Januar, 2018, 13:50
(https://s26.postimg.cc/ocurkxi15/screenshot_325.png)
Create torrent files from scratch on your computer by configuring a few parameters and choosing the files you want to be contained within it.

License: GPLv3

https://sourceforge.net/projects/torrent-file-editor/
Titel: Text Editor Pro 3.2.0
Beitrag von: SiLæncer am 15 Januar, 2018, 19:30
(https://s26.postimg.org/8fepd5amx/screenshot_187.png)
Text Editor Pro (formerly EditBone) is a powerful text editing tool that comes with syntax highlighting support for over 50 languages and scripts, customizable with over 100 options, 29 ready made styles, a handy file comparison feature, unicode character map, numerical unit convert tool, SQL formatter, and support for multiple directories and search results.

Freeware

Changelog

Added execute custom applications in tools
Fixed find in files title caption
Fixed native AlphaSkins support of editor control
Fixed file info flickering
Fixed layout icon
Fixed minimap
Fixed editor scrolling
Fixed options scroll box tracking
Fixed split
Fixed search
Fixed items dialog
Optimized AlphaSkins
Fixed language files

[close]

http://texteditor.pro/
Titel: HelpNDoc 5.5.0.486
Beitrag von: SiLæncer am 16 Januar, 2018, 19:45
(https://s26.postimg.org/8b3fgo9i1/screenshot_188.png)
HelpNDoc provides all the tools necessary to write complete help files, manuals and documentations in a user friendly and very easy to use environment. HelpNDoc can generate standard Windows CHM help files, WEB based documentation, iPhone specific websites as well as printable PDF and Word documents.

HelpNDoc is completely free for personal use and evaluation purposes.

Changelog

New project analyzer section: spell checker which will find misspelled words in the whole project
Topic titles will stick to the same page as the topic content in Word documents
Ability to add tab character in Word / PDF topic titles using the t placeholder
Beta version of the floating license server for Linux and Mac OS X
New script to automate topic caption numbering based on its hierarchy level in the table of contents
Speed and memory improvements when generating search data for all HTML templates
Project analyzer now reports the number of words in the project
HTML templates' JavaScript search data could include content which wasn't included due to unmet conditions
CHM and HTML navigation arrows could include links to blank topics thus creating 404 not found errors
Default topic's content was added twice to JavaScript search engine database
Better high DPI screen support in various parts of HelpNDoc such as the topic editor...
Enhancements in HelpNDoc's user interface with better skin painting, less intrusive scrollbars, better scalable icons rendering...

[close]

http://www.helpndoc.com/
Titel: Text Editor Pro 3.2.1
Beitrag von: SiLæncer am 17 Januar, 2018, 05:50
Whats new:>>

Fixed execute custom applications in tools
Fixed replace title caption
Fixed short cut handling
Fixed file opening
Fixed language files

http://texteditor.pro/
Titel: Textilosaurus v2018.01.17
Beitrag von: SiLæncer am 17 Januar, 2018, 17:30
(https://s26.postimg.org/nci2yebnd/screenshot_623.png)
Textilosaurus is a simple but feature-rich cross-platform text editor based on Qt and Scintilla.

License:    GNU GPLv3

Changelog

This release has some backwards-incompatible changes, some of your settings (favorite items in FS sidebars) might be lost.

Added:

    Plugins now can register actions which can be assigned to keyboard shortcuts.
    Added missing license for Hoedown component.

Fixed:

    Some problems regarding "Markdown Preview" plugin.
    Bad formatting in "Output" sidebar.

[close]

https://github.com/martinrotter/textilosaurus
Titel: CudaText 1.35.0.0
Beitrag von: SiLæncer am 18 Januar, 2018, 06:15
(https://s26.postimg.org/orql8dkpl/screenshot_257.png)
Create programming scripts with this powerful tool that supports more than 130 languages and allows users to work concurrently on as many as six groups of projects.

Freeware

Whats new:>>

add: auto-completion listbox in HTML allows multi-carets (like Sublime does)
add: on macOS, some features use Command-key instead of Ctrl-key: Ctrl+click; Ctrl+(double click); Ctrl with drag-drop of text
add: API
* change: option "lexer_dynamic_hilite" turned off by default (problems with option on macOS; slows down)
fix: Find dialog: Shift key runs search

http://www.uvviewsoft.com/cudatext/
Titel: Text Editor Pro 3.2.2
Beitrag von: SiLæncer am 18 Januar, 2018, 20:30
Whats new:>>

Fixed execute custom applications
Optimizations for 64-bit version

http://texteditor.pro/
Titel: Pandoc 2.1.1
Beitrag von: SiLæncer am 19 Januar, 2018, 19:15
Pandoc is a command-line utility that can convert files from one markup format into another.

Pandoc's enhanced version of Markdown includes syntax for footnotes, tables, flexible ordered lists, definition lists, fenced code blocks, superscripts and subscripts, strikeout, metadata blocks, automatic tables of contents, embedded LaTeX math, citations, and Markdown inside HTML block elements. (These enhancements, described further under Pandoc's Markdown, can be disabled using the markdown_strict input or output format.)

License: Open Source

Changelog

Markdown reader:

    Don’t coalesce adjacent raw LaTeX blocks if they are separated by a blank line. See lierdakil/pandoc-crossref#160.
    Improved inlinesInBalancedBrackets (#4272, jgm/pandoc-citeproc#315). The change both improves performance and fixes a regression whereby normal citations inside inline notes and figure captions were not parsed correctly.

RST reader:

    Better handling for headers with an anchor (#4240). Instead of creating a Div containing the header, we put the id directly on the header. This way header promotion will work properly.
    Add aligned environment when needed in math (#4254). rst2latex.py uses an align* environment for math in .. math:: blocks, so this math may contain line breaks. If it does, we put the math in an aligned environment to simulate rst2latex.py’s behavior.

HTML reader:

    Fix col width parsing for percentages < 10% (#4262, n3fariox).

LaTeX reader:

    Advance source position at end of stream.

    Pass through macro defs in rawLaTeXBlock even if the latex_macros extension is set (#4246). This reverts to earlier behavior and is probably safer on the whole, since some macros only modify things in included packages, which pandoc’s macro expansion can’t modify.

    Fixed pos calculation in tokenizing escaped space.

    Allow macro definitions inside macros (#4253). Previously we went into an infinite loop with

    \newcommand{\noop}[1]{#1}
    \noop{\newcommand{\foo}[1]{#1}}
    \foo{hi}

    Fix inconsistent column widths (#4238). This fixes a bug whereby column widths for the body were different from widths for the header in some tables.

Docx reader (Jesse Rosenthal):

    Parse hyperlinks in instrText tags (#3389, #4266). This was a form of hyperlink found in older versions of word. The changes introduced for this, though, create a framework for parsing further fields in MS Word (see the spec, ECMA-376-1:2016, §17.16.5, for more on these fields). We introduce a new module, Text.Pandoc.Readers.Docx.Fields which contains a simple parsec parser. At the moment, only simple hyperlink fields are accepted, but that can be extended in the future.

Muse reader (Alexander Krotov):

    Parse ~~ as non-breaking space in Text::Amuse mode.
    Refactor list parsing.

Powerpoint writer (Jesse Rosenthal):

    Change reference to notesSlide to endNotesSlide.
    Move image sizing into picProps.
    Improve table placement.
    Make our own _rels/.rels file.
    Import reference-doc images properly.
    Move Presentation.hs out of PandocMonad.
    Refactor into separate modules. T.P.W.Powerpoint.Presentation defines the Presentation datatype and goes Pandoc->Presentation; T.P.W.Pandoc.Output goes Presentation->Archive. Text.Pandoc.Writers.Powerpoint a thin wrapper around the two modules.
    Avoid overlapping blocks in column output.
    Position images correctly in two-column layout.
    Make content shape retrieval environment-aware.
    Improve image handling. We now determine image and caption placement by getting the dimensions of the content box in a given layout. This allows for images to be correctly sized and positioned in a different template. Note that images without captions and headers are no longer full-screened. We can’t do this dependably in different layouts, because we don’t know where the header is (it could be to the side of the content, for example).
    Read presentation size from reference file. Our presentation size is now dependent on the reference/template file we use.
    Handle (sub)headers above slidelevel correctly. Above the slidelevel, subheaders will be printed in bold and given a bit of extra space before them. Note that at the moment, no distinction is made between levels of headers above the slide header, though that can be changed.
    Check for required files. Since we now import from reference/dist file by glob, we need to make sure that we’re getting the files we need to make a non-corrupt Powerpoint. This performs that check.
    Improve templating using --reference-doc. Templating should work much more reliably now.
    Include Notes slide in TOC.
    Set notes slide header to slide-level.
    Add table of contents. This is triggered by the --toc flag. Note that in a long slide deck this risks overrunning the text box. The user can address this by setting --toc-depth=1.
    Set notes slide number correctly.
    Clean up adding metadata slide. We want to count the slide numbers correctly if it’s in there.
    Add anchor links. For anchor-type links ([foo](#bar)) we produce an anchor link. In powerpoint these are links to slides, so we keep track of a map relating anchors to the slides they occur on.
    Make the slide number available to the blocks. For anchors, block-processing functions need to know what slide number they’re in. We make the envCurSlideId available to blocks.
    Move curSlideId to environment.
    Allow setting toc-title in metadata.
    Link notes to endnotes slide.

Markdown writer:

    Fix cell width calculation (#4265). Previously we could get ever-lengthening cell widths when a table was run repeatedly through pandoc -f markdown -t markdown.

LaTeX writer:

    Escape & in lstinline (Robert Schütz).

ConTeXt writer:

    Use xtables instead of Tables (#4223, Henri Menke). Default to xtables for context output. Natural Tables are used if the new ntb extension is set.

HTML writer:

    Fixed footnote backlinks with --id-prefix (#4235).

Text.Pandoc.Extensions: Added Ext_ntb constructor (API change, Henri Menke).

Text.Pandoc.ImageSize: add derived Eq instance to Dimension (Jesse Rosenthal, API change).

Lua filters (Albert Krewinkel):

    Make PANDOC_READER_OPTIONS available. The options which were used to read the document are made available to Lua filters via the PANDOC_READER_OPTIONS global.
    Add lua module pandoc.utils.run_json_filter, which runs a JSON filter on a Pandoc document.
    Refactor filter-handling code into Text.Pandoc.Filter.JSON, Text.Pandoc.Filter.Lua, and Text.Pandoc.Filter.Path.
    Improve error messages. Provide more context about the task which caused an error.

data/pandoc.lua (Albert Krewinkel):

    Accept singleton inline as a list. Every constructor which accepts a list of inlines now also accepts a single inline element for convenience.
    Accept single block as singleton list. Every constructor which accepts a list of blocks now also accepts a single block element for convenience. Furthermore, strings are accepted as shorthand for {pandoc.Str "text"} in constructors.
    Add attr, listAttributes accessors. Elements with attributes got an additional attr accessor. Attributes were accessible only via the identifier, classes, and attributes, which was in conflict with the documentation, which indirectly states that such elements have the an attr property.
    Drop _VERSION. Having a _VERSION became superfluous, as this module is closely tied to the pandoc version, which is available via PANDOC_VERSION.
    Fix access to Attr components. Accessing an Attr value (e.g., Attr().classes) was broken; the more common case of accessing it via an Inline or Block element was unaffected by this.

Move metaValueToInlines to from Docx writer to Text.Pandoc.Writers.Shared, so it can be used by other writers (Jesse Rosenthal).

MANUAL.txt:

    Clarify otherlangs in LaTeX (#4072).
    Clarify latex_macros extension.
    Recommend use of raw_attribute extension in header includes (#4253).

Allow latest QuickCheck, tasty, criterion.

Remove custom prelude and ghc 7.8 support.

Reduce compiler noise (exact paths for compiled modules).

[close]

https://github.com/jgm
Titel: Textilosaurus 2018.01.20
Beitrag von: SiLæncer am 21 Januar, 2018, 19:45
Changelog

Fixed:

Invalid synchronization between sidebar visibility and assigned "View/Sidebars" menu item.

Added:

Line number column is initially wider.
Prebuilt binaries for Windows now use MinGW-w64 toolchain, which is completely FOSS. MSVC++ runtime libraries are no longed needed. Linkage of dependencies is completely static, making Textilosaurus deployment easier, as it now consists of single executable file and that's it.
"Markdown Preview" has clickable hyperlinks.

[close]

https://github.com/martinrotter/textilosaurus
Titel: RocketCake 2.0
Beitrag von: SiLæncer am 22 Januar, 2018, 20:30
(https://s26.postimg.cc/845jbp2c9/screenshot_542.png)
RocketCake is a free web editor for creating responsive websites for beginners and professional web developers. No programming needed.

Freeware

Changelog

This update of the free responsive website designer includes a lot of new features. You can download it here.
Note that if you are using the professional edition, you need to upgrade your license, but there is a discount for existing users.

New in this release:

    Multi level sub menus
    The navigation menu now supports multiple levels of sub menus: You can now create another level of menus below any sub menu, making it possible to create more complex websites easily.

More devices supported

Added support for iPhone 8, iPhone 7+, iPhone 8+, iPhone X, Samsung Galaxy S8, Galaxy S8+, LG G4, LG G5

Improved image gallery

Image galleries now support navigation buttons, which, when enabled make it possible to go through all images of the gallery using mouse clicks or keyboard buttons. They are optional and turned on by default.

Improved slide shows

You can now specify hyperlinks for each image, which open when the user clicks on the active image in the slideshow.

Lots of new and updated templates

There are now 15 free templates to choose from and base your designs on, if you like.

Better table support

HTML tables in the editor are now easier to use and design. Also the layout is now more exact and looks like the result you get in the final browser, which wasn't always the case in earlier versions. It is now also possible to copy and paste table cells from one table into another one.

Better Navigation Menu

The navigation menu now has a new property named 'SubMenuSpacing', which makes the space between sub menu entries a bit bigger, and easier to work with on with mobile devices. If you are importing a website created with RocketCake 1, your menu entries will become a bit bigger because of this. If you don't like that, set the 'SubMenuSpacing' back to 0.
Also, the mobile menu now has a sub menu telling the user that it needs to be filled manually.

Enhanced Password Protection

If you enable the integrated password protection system for your website, the new generated login pages now also include a precreated way to display a "wrong password!" message, which you can also customize, if you like.

Placehoder support

Text edit fields (=inputs) now support placeholders, this is the gray text which appears when no text was entered.

Selectable HTML Version

RocketCake now supports HTML 5 and HTML 4, which you can select in the options dialog. If you have a website created with RocketCake 1 and import it into RocketCake 2, and some spaces, margins or font sizes don't look as before, you can switch to the other HTML version easily, which usually helps then.

Improved compatibiltiy with more browsers

Websites generated are now more compatible, faster and use less memory on some newer browsers such as the latest Chrome or Firefox Quantum.

M4A support

HTML 5 audio elements now support MPEG-4 Audio M4A files.

HTTPS for Youtube and others

Elements such as embedded youtube video elements now support the HTTPS protocol

Numeric input

Numeric text inputs are now supported. Just set the 'type' of a text edit field to 'numeric'.

More Shortcuts

New supported key shortcuts, for example "Shift Delete", "Shift Insert" and "Control Insert" as alternative to existing Cut, Copy and Paste shortcuts

Lots of other, smaller improvements

    Some web servers cannot handle css files named like "example.html.css" correctly, so RocketCake now generates a name like "example_html.css" instead for those.
    The HTML/PHP/JavaScript/CSS code editors now reopen with the the user specified sizes if changed
    Generated file names can now include hyphens, which makes sense for SEO and similar
    Startup window size is now bigger on large screens
    Updated and improved several website templates
    Improved polish translation
    Radio button checked state is now correctly displayed in the editor
    Generated image gallery code is more nicely readable now

[close]

http://www.ambiera.com/rocketcake/index.html
Titel: CudaText 1.38.0.0 Beta
Beitrag von: SiLæncer am 23 Januar, 2018, 06:05
Whats new:>>

add: API to show floating tooltips (new plugin "HTML Tooltips")
add: show "zero-width space" as other unprinted chars

http://www.uvviewsoft.com/cudatext/
Titel: QOwnNotes 18.01.4
Beitrag von: SiLæncer am 24 Januar, 2018, 06:15
(https://s26.postimg.org/hfer16hsp/screenshot_106.png)
QOwnNotes is a text editor / notepad replacement with markdown support and todo list manager. The program supports themes, keyboard shortcuts, syntax highlighting, and encryption. Includes available nested file list, tags, search, and more. Optionally works with the notes application ownCloud or Nextcloud.

Cross-platform with clients available for Mac and Linux.

License:    GPL

Changelog

you can now print the selected text in the note text edit as highlighted text or as rendered markdown html (like in the preview)
you can now export the selected text in the note text edit as highlighted text or as rendered markdown html (like in the preview)
added more German and Chinese translation (thank you bsapwindows)

[close]

http://www.qownnotes.org/
Titel: Typora 0.9.42 Beta
Beitrag von: SiLæncer am 25 Januar, 2018, 18:45
(https://s26.postimg.org/w2onuosnt/screenshot_64.png)
Swiftly write, edit, format and convert text to HTML with the help of this modern looking, streamlined and novice-accessible piece of software.

Freeware

Changelog

Improve Simplified Chinese translation by NoDotCat, HowardTangHw, Emphasia.
More language support: Traditional Chinese translation (by cyberrob), Polish translation (by iriusturar), Korean translation (by ryush00, marigold9124), Italian translation (by starise, jethro17).
Support resize on sidebar.
Add Privacy Policy.
Support quick open.
Fix some bugs for table editing.
Fix a bug that highlight, superscript, subscript, image and inline math is not rendered in outline.
Fix a bug that Typora may be opened in nonexistent display when multiple displays are used.
Some performance improvement on opening file.
Fix a bug that flowchart is not correctly rendered when Windows style line ending is used.
Equation numbering is support after export as docx format for some math formula.
Fix a word count bug for Korean language.
Fix bugs on list editing.
Other bug fix.

[close]

http://www.typora.io/
Titel: Google Web Designer 2.0.5.0124 Beta
Beitrag von: SiLæncer am 26 Januar, 2018, 17:45
(http://images.six.betanews.com/screenshots/scaled/1380653954-1.jpg)
Google Web Designer allows you to create engaging, interactive HTML5-based designs and motion graphics that can run on any device. Let us handle the HTML5 and CSS3 so you're free to focus on what you love to do: creating gorgeous visual experiences. A full design suite lets you easily bring any vision to life. If you're feeling more hands-on, all the code behind your designs is hand-editable, so you're never locked out of your own work. Your ideas are now amplified by code - not restricted by it.

Freeware

Changelog

Components:

Fixed issue with the YouTube component's “preview" autoplay option not working in the latest versions of Chrome and Safari.

File operations:

[Windows] Fixed issue with creating a file from a template and with saving a file as template on machines with the user's Documents directory on a network drive.

[close]

http://www.google.com/webdesigner
Titel: CudaText v1.38.3.0
Beitrag von: SiLæncer am 27 Januar, 2018, 18:00
(https://s26.postimg.org/orql8dkpl/screenshot_257.png)
Create programming scripts with this powerful tool that supports more than 130 languages and allows users to work concurrently on as many as six groups of projects.

Freeware

Whats new:>>

+ add: option "indent_size" allows value 0: use indent from options "tab_size", "tab_spaces"
+ add: API
- minor fixes

http://www.uvviewsoft.com/cudatext/
Titel: TexitEasy 0.21.4
Beitrag von: SiLæncer am 27 Januar, 2018, 19:15
(https://s26.postimg.org/d4xfjg66x/screenshot_1235.jpg)
Write, review and edit your LaTeX files using this simple and straightforward splitable editor with syntax highlighting and command completion functions.

License: GPLv3

Changelog

Better error and warning panel
Improve program tex directive
better latex binary checker on windows
improve sync when editor is split
search results are a little bit easier to see (line number is yellow)
add several math environments
add several completion files and possibility to add custom completion files
fix: open input text action
fix: extra selections
fix: pdf lo longer locked on windows
fix: translation in the assistant to download latex on windows
various fix

[close]

https://texiteasy.com/
Titel: Textilosaurus 2018.01.26
Beitrag von: SiLæncer am 27 Januar, 2018, 20:30
(https://s26.postimg.org/nci2yebnd/screenshot_623.png)
Textilosaurus is a simple but feature-rich cross-platform text editor based on Qt and Scintilla.

License:    GNU GPLv3

Changelog

Added:

FS sidebar displays current path and unifies used folder/file icons.
FS sidebar remembers its default folder on all platforms in a x-platform way.
FS sidebar now displays hidden dirs.
User can turn off automatic reloading of externally modified documents in settings.

Fixed:

Avoid multiple warning of externally edited document.

[close]

https://github.com/martinrotter/textilosaurus
Titel: RJ TextEd 12.70
Beitrag von: SiLæncer am 29 Januar, 2018, 09:06
(http://images.six.betanews.com/screenshots/scaled/1187014627-1.jpg)
RJ TextEd - A Unicode source and text editor. RJ TextEd is a full featured text and source editor with Unicode support, syntax highlighting and code folding. The functionality extends beyond text files and includes support for HTML editing with integrated preview, spell checking, auto completion, HTML validation, templates and more. The program also include support for Topstyle Lite CSS editor, has a dual pane file commander, as well as a FTP client to upload your files. The editor uses language files to display menus and dialogs in different languages. There are several included languages. New language files can easily be created in the editor. RJ TextEd is also a simple web development tool. The editor can use auto completion and hints to assist you in editing your source code. You can preview HTML/ASP/PHP... code using one of the preview tabs or open a document in a browser. The editor does not only handle source code. It also handles true ASCII files, binary files and of course plain text files.

Licence: Freeware

Changelog

Shell Extension (Explorer context menu):

Wrote a new shell extension in Delphi (instead of C++). It's easier to update, builds into a smaller dll file and the menu image looks better.

Portable version:

The portable version is now only available as an install script. The script unpack and copy (or update) the files in the given location.
Settings and used data is not overwritten. And nothing is written to the registry.
The auto update procedure is simpler as well. Just press the "Update" button and the update script is executed after download.

Menu and toolbar image settings:

Images used in menus and toolbars are now handled in options (Style and Fonts section).
Any image list you create yourself must end with a size e.g. 16x16.bin. If a size is not found the 16x16 image list is used and images are scaled. E.g. if the program needs the 32x32 images, but are not found.
By default there are now two image lists to choose from.
Standard images. These have been in use for some time now.
Pure flat images. These are new and may look better when using a dark theme.

New menu and toolbar images:

Added new image lists in the sizes 16x16, 20x20, 24x24, 32x32 and 48x48. The new image list is called "Pure_Flat_Toolbar" and can be set in options (Style and Fonts section).
The new images looks better when using a dark theme. But you may like them even without a theme.

Find/Replace:

Underscore should be treated as a word character and dash (-) as a word separator when searching for whole words only.

Document context menu:

If you right click on a web link in the document, the context menu will contain a menu item to allow you to open the link in your default browser.

Misc:

Improved RegEx search speed (Find Next/Previous).
Improvements to text diff mode when using multiple tab rows.
Some visual changes in the search panel.
Several minor changes throughout the program.
A few code optimizations to speed functions up.

Fixed:

FTP download using file commander.
Minor changes to FTP upload that should make it more reliable.
Issue with command line option /COMPARE.
Double click on tool output in message panel.
Changes to prevent "Cannot access clipboard" errors.
Search issues in Text clips panel.
Refresh after replace all.
Possible abbreviation issues.
Ctrl+leftmouse URL click issue.
Modified by external program issue.
A great number of minor issues.

[close]

http://www.rj-texted.se/
Titel: ProgramEdit 4.6.3
Beitrag von: SiLæncer am 30 Januar, 2018, 06:05
(https://s26.postimg.org/lz5vav3mh/screenshot_992.jpg)
ProgramEdit - a free Windows® software source-code editor. ProgramEdit includes language support for HTML, Ada, C/C++, C#, CSS, JAVA, JavaScript, Perl, PHP, Python, Ruby, VB, VBScript, Verilog, VHDL and Batch(.bat) files. Other features include tabbed file selection, text highlighting, find & replace, regular expressions, sesssions, bookmarks, multiple undo/redo and hyperlinks.

Freeware

Whats new:>>

- add View/Print icons menu item
- update several Help files
- fix shortcut bug for Tools menu
- fix repeating bug when all files are closed

http://simplesolverlogic.com/index.html
Titel: Brackets 1.12
Beitrag von: SiLæncer am 30 Januar, 2018, 13:08
(https://s26.postimg.org/hf4855ont/screenshot_501.jpg)
Easy-to-use HTML editor and code generator with support for CSS and JavaScript, featuring a live preview function, syntax highlighting and autocompletion.

License : Open Source

Release Notes
    JavaScript Refactoring by navch : You can now easily restructure JavaScript code using Refactor capabilities in Brackets. You can now rename, wrap in Try/Catch or Condition, Extract to Variable or Function, and Create Getters/Setters – all at the click of a button (or two!).

Full change logs: brackets and brackets-shell
Community contributions to Brackets

    Upgraded codemirror version to 5.30.0 by saurabh95
    Update CSS at-rule hints by valtlai
    Update CSS pseudo-selector hints by valtlai
    Findbar search string retention by TrocaTudo95

Pulling source code from Git

TODO: any brackets-shell updates? which of the below messages are applicable?

    A new brackets-shell build is required for this sprint. Be sure to rerun grunt setup before building.
    Recommended: rebuild or reinstall an updated brackets-shell (no critical updates, but there are bugfixes).
    Rebuilding/updating brackets-shell is optional for this release.
    Rebuilding/updating brackets-shell is not required for this release.
    brackets-shell's Node dependencies have changed. Run npm install before rebuilding brackets-shell.
    Some submodules were updated this sprint. Run git submodule update to ensure your source tree is fully up to date.
    A submodule URL was changed this sprint. Run git submodule sync and then git submodule update --init --recursive to ensure your local source tree reflects the update.

Bugs fixed in Release 1.12

For details on the bugs addressed, please refer to closed Release 1.12 bugs. Not all fixed bugs will be caught by this search query, however.

[close]

Quelle : https://github.com/adobe/brackets/wiki/Release-Notes:-1.12

http://brackets.io/
Titel: CodeLobster PHP Edition 5.14
Beitrag von: SiLæncer am 30 Januar, 2018, 21:00
(http://images.six.betanews.com/screenshots/1186155456-1.gif)
CodeLobster PHP Edition is a handy and easy-in-use editor that is primarily intended for quick and easy creation and editing of PHP files. It includes debugger, dynamic help, built-in parser, autocomplete and Class View window for comfortable work with PHP code. CodeLobster PHP Edition also supports such file formats as Text, HTML, XML.

Freeware (Free registration by email is required after 30 days)

Changelog

New version has the following new abilities:

    Debugger for PHP version 7.2.x
    Symfony plug-in:
        Updated installation wizard
        Updated task executor
    Drupal plug-in:
        Updated installation wizard
    Magento plug-in:
        Updated installation wizard
    WordPress plug-in:
        Updated installation wizard
    Phalcon plug-in:
        Updated context help
    Joomla plug-in:
        Updated Module/Component creator
    CakePHP plug-in:
        Updated MVC creator
    New supported file types for Twig and Volt
    Bugs fixed:
        Hanging up on editing some Blade files
        Fixed issue with "Maximum recent files/projects" option
        Fixed issue with Arabic translation
        Files issue with sorting after renaming files

[close]

http://www.codelobster.com/
Titel: BirdFont 3.6.1
Beitrag von: SiLæncer am 31 Januar, 2018, 05:15
(https://s26.postimg.org/sj74wh1cp/screenshot_536.jpg)
BirdFont is a free font editor that lets you create vector graphics and export TTF, EOT & SVG fonts.

License: Open Source

http://birdfont.org/
Titel: LyX 2.3.0 RC 2
Beitrag von: SiLæncer am 31 Januar, 2018, 13:17
(https://s26.postimg.cc/xm6jhtzop/screenshot_297.png)
LyX is a document processor that encourages an approach to writing based on the structure of your documents (WYSIWYM) and not simply their appearance (WYSIWYG).

Open Source

Changelog

Interface changes:

LyX now has "inverted" branch insets, which output their contents just in case a given branch is not "activated". This makes inclusion of alternate material in different versions easier.
When inserting a command or symbol in mathed, it is now automatically wrapped in a real inset (either text or ensuremath) assuring the correct mode, instead of being wrapped only in the output. The wrapping inset can be safely dissolved, as it will be automatically inserted at export time if needed, as usual.
The new setting "Document->Settings->Fonts->Disallow line breaks after dashes" turns off the conversion of em- and en-dash characters to --- and -- respectively for LaTeX export. It is is "false" by default. See chapter 3.9.1.1 "Dashes and Line Breaks" of the User Guide and "Caveats when upgrading from earlier versions to 2.3.x" below.
The following UI translations were dropped, because the lack of translation maintenance: Russian, Danish, Greek, Serbian, Galician, Catalan, Romanian, Dutch.

Documents compilation process and images conversion:

It is now possible to enable the -shell-escape option only for specific documents, rather than having to enable it globally in preferences. This is achieved by checking "Allow running external programs" in Document->Settings->Formats. LyX will now check whether -shell-escape has been added to a LaTeX converter and invites the user to remove it in favor of the new mechanism when that LaTeX converter is used.
The converters definition syntax (LYX_HOME/lyxrc*) now supports a new option, 'needauth', to prevent completely automated execution of the converter, unless LyX acquired explicit consent by the user. This is a new security feature, useful for converters that are capable of executing arbitrary code, such as R scripts (used with sweave/knitr), embedded within LyX documents. The user needs to explicitly grant per-document permission on the first need for using the converter on each document, unless he/she checks the "Don't ask again for this document" checkbox in the permission dialog. The new behavior can be fine-tuned from two new options in the preferences dialog (see their description below). These also allow for disabling 'needauth' converters altogether, if desired (default behavior).
LyX now supports insertion and automated conversion of Gnuplot scripts, recognized by their typical extension ".gp" or ".gnuplot". These can directly be inserted in a LyX document using the "Insert->Graphics..." dialog, then selecting the Gnuplot script. LyX automatically adds a proper "set terminal ..." and "set output ..." line to convert the file to the needed output format (e.g., .eps, .pdf), depending on whether the document is being previewed on screen or compiled as PDF or other formats. Terminal options cannot be fine-tuned at the moment, but that's a capability that may come soon, also according to the received feedback from users.

The following pref variables were added in 2.3:

default_platex_view_format Determine the default output format for Japanese documents that use the pLaTeX backend [default: "pdf3" == "PDF (dvipdfm)"]
jbibtex_alternatives Alternative bibliography converters for Japanese.
pygmentize_command holds the name of the driver command used by the Pygments python module.
use_converter_needauth when enabled, user is asked before calling any (possibly dangerous) external converter with the 'needauth' option

use_converter_needauth_forbidden when enabled, use of external converters with the 'needauth' option is forbidden
The following pref variables were changed in 2.3:

bibtex_command New (default) value "auto".
screen_zoom This is now independent of the value set via buffer-zoom[-in|-out].

The following new LyX functions have been introduced in 2.3:

buffer-external-modification-clear Clear the external modification flag on the current buffer
buffer-zoom Zooms the screen fonts to a given value or resets to the default zoom when no argument is given.
branch-invert Toggles inversion status of branch inset.
devel-mode-toggle Activate/deactivate the developer mode, which consists mainly in: (1) more information shown in the status bar and (2) help file opened in editable mode. This state used to be hardcoded at compile time.
font-crossout Cross out characters.
icon-size [size in px] Set the icon size in the toolbar
lyx-activate Activates the LyX window. Useful in combination with reverse search.
toolbar-movable Toggles movability of a given toolbar.

The following LyX functions have been changed in 2.3:

buffer-export If no or "default" argument is given, the function now exports to the default output format.
buffer-zoom-in, buffer-zoom-out
The Zoom value set by these is now relative to the default zoom value set in preferences.
inset-modify This function now also applies to quote insets. It takes a three-character string as an argument, referring (1.) to the style (e = ``english'', s = ''swedish'', g = ,,german``, p = ,,polish'', f = <<french>>, a = >>danish<<), (2.) to the side (l = left, r = right) and (3.) to the quotation level (s = single, d = double). So "eld" means "English left double quotation mark". A dot in the string means: take the current value. So "inset-modify changetype e.." will only change the style to English, while letting side and level as is, "inset-modify changetype f.s" will change the style to French and the level to single, leaving the side value. This function is most useful when combined with inset-forall. E.g., "inset-forall Quotes inset-modify changetype f.." => change all quote insets to French style, maintaining current side and level "inset-forall Quotes inset-modify changetype ..s" => change all quote insets to single quotes, keeping style and level "inset-forall Quotes inset-modify changetype g.s" => change all quote insets to German single quotes, keeping left/right setting
paragraph-goto The function has now two further optional arguments that determine end positions. If specified, a selection is performed.
quote-insert The function now has a second and third optional argument to specify the side (left, right, auto) and quotation mark style (english, swedish, german, polish, french, danish).
specialchar-insert New option allowbreak that adds an invisible line break option,
word-delete-forward, word-delete-backward, char-delete-forward, char-delete-backward The pre-2.3 behavior of these functions is equivalent to the 2.3 behavior with the "force" option appended. The new default behavior (without "force") is to select big insets on the first call and delete them only on the second. This new behavior is consistent with how delete works in LyX's math editor.

The following new folders have been added to the LyX directory:

citeengines: Contains the *.citeengine files that determine the citation formatting and features.
xtemplates: Contains the *.xtemplate files that define the external templates (previously in the external_templates file).

The following preferences files have been removed from the tarball in 2.3:

external_templates. This files has been split into multiple *.xtemplate files that are now shipped as content of the xtemplates directory.
Changes with respect to external programs and libraries in 2.3:
LyX now supports only macOS 10.9 and higher (due to using Qt 5.9).
Inkscape SVG with separate LaTeX + PDF or PS output is supported via External Material.
Add some editor/viewer applications to (re)configure checks.
The included Hunspell has been upgraded to version 1.6.2.
The included libiconv has been upgraded to version 1.15.
LyX now includes a Qt-based fallback-converter for Mac to compensate missing
ImageMagick convert utility.

Known issues in version 2.3.0:

See http://www.lyx.org/trac/wiki/BugTrackerHome.

Caveats when upgrading from earlier versions to 2.3.x:

The external_templates file has been split into one file per template, which are now located in lib/xtemplates/*.xtemplate. This makes it easier to add new templates or modify existing ones. If you have modified the external_templates file, you will have to move the modifications to the respective *.xtemplate file manually.
By default, LyX 2.3 outputs en- and em-dashes as -- and --- respectively, so that a line break can occur in the output immediately after the dash. Sometimes, this results in undesired line breaks or overfull lines due to suppression of hyphenation in the word preceding the dash. Select "Document->Settings->Fonts->Disallow line breaks after dashes" to keep the LyX 2.2 behaviour. See chapter 3.9.1.1, "Dashes and Line Breaks", of the User Guide for details.

If trying to compile documents using R scripts and sweave/knitr, LyX 2.3.x would not allow for re-running the R scripts, unless the user:

1) explicitly disables the "Forbid use of needauth converters" option in the LyX preferences;
2) provides explicit consent to the use of the converter on the first compilation of the R-enhanced document.
LyX now gives a warning if a document mixes title and non-title layouts. In some cases, this warning is harmless, but in other cases the document has a serious problem even though the LaTeX command does not exit with error. For example, create a document with a title layout, then a standard layout, and then an author layout, and you will see in the PDF that the author is not typeset as an author.

[close]

http://www.lyx.org/
Titel: CudaText 1.39.0.0
Beitrag von: SiLæncer am 31 Januar, 2018, 13:37
(https://s26.postimg.org/orql8dkpl/screenshot_257.png)
Create programming scripts with this powerful tool that supports more than 130 languages and allows users to work concurrently on as many as six groups of projects.

Freeware

Whats new:>>

+ add: API
- fix: horz scrollbar incorrect on long lines (>window size)
- fix: "More carets" commands didn't consider tab-chars
- fix: "Check for updates" in x32 version

http://www.uvviewsoft.com/cudatext/
Titel: Textilosaurus v2018.01.31
Beitrag von: SiLæncer am 01 Februar, 2018, 04:36
Changelog

Added:

    FS sidebar was enhanced:

        Combo box with list of drives/mountpoints was added.
        Favorites list was separated to extra tab.
        Overall UI polishments.

    Prebuilt Windows binaries now use MSVC toolchain again, but this time MSVC runtime is compiled in statically, more optimizations are used (LTCG), which makes final textilosaurus.exe file smaller and faster to run.

[close]

https://github.com/martinrotter/textilosaurus
Titel: nanDECK 1.23.4
Beitrag von: SiLæncer am 01 Februar, 2018, 16:45
(https://s26.postimg.cc/6uxy2fkg9/screenshot_70.png)
nanDECK is a scripting graphic software that provides a simple yet flexible language to create multiple images suited for cards or counters .

Freeware

http://www.nand.it/nandeck
Titel: Notepad3 3.18.131.862
Beitrag von: SiLæncer am 01 Februar, 2018, 19:45
(https://s26.postimg.org/s6uzyo32x/screenshot_214.png)
Notepad3 is a lightweight piece of software that overcomes some of the well-known limitations of Windows standard text editor while providing syntax highlighting support.

Freeware

http://www.rizonesoft.com/downloads/notepad3/
Titel: MiKTeX 2.9.6520
Beitrag von: SiLæncer am 04 Februar, 2018, 19:15
(https://s26.postimg.org/llqmsrh21/screenshot_77.png)
MiKTeX (pronounced mick-tech) is an up-to-date implementation of TeX/LaTeX and related programs for Windows (all current variants).

Freeware

http://miktex.org/
Titel: Textilosaurus 2018.02.05
Beitrag von: SiLæncer am 06 Februar, 2018, 06:00
Changelog

Fixed:

Some UI mistakes, missing strings, invalid Title Case, etc.

Changed:

Windows prebuilt binaries are slimmed down.

Added:

Initial implementation of highlighting of all matching occurrences of currently selected text, which works also on big files.
URL highlighting now does not require mouse hover and works on big files.

[close]

https://github.com/martinrotter/textilosaurus
Titel: Mobirise 4.6.4
Beitrag von: SiLæncer am 06 Februar, 2018, 13:22
(https://s26.postimg.org/z2ytcmg0p/screenshot_1146.jpg)
Develop fully responsive, mobile-ready websites that look amazing on any devices and browsers. Preview how your website will appear on phones, tablets and desktops directly in the visual editor..

Freeware

https://mobirise.com/
Titel: QText 4.20.6608.24581
Beitrag von: SiLæncer am 06 Februar, 2018, 18:15
(https://www.jmedved.com/content/media/qtext400.png)
This program started with itch of mine. I often have need to take notes while talking on telephone, surfing or doing almost anything. That notes are usually just temporary since I want to do something with it – like adding telephone number to my phonebook. What I needed was scrap paper.

It is similar to notepad which can be brought from tray when needed but has also auto-save thing going on. Just ideal for taking notes.

Freeware

Whats new: >>

Added shortcut keys for date and time.
Changed how settings are written.
Upgraded to .NET Framework 4.

http://www.jmedved.com/qtext/
Titel: Alternate Text Browser 3.180
Beitrag von: SiLæncer am 07 Februar, 2018, 06:05
(https://s26.postimg.org/f10vppk49/screenshot_84.png)
This program makes it easy to browse through text- and html-files (also xml), syntax highlighting for serveral programming languages available (C++, Pascal, PHP, Perl, ASM, JScript etc.).

Freeware

Whats new:>>

Turkish translation
Calculator 3.180, Memo 2.870 added

http://www.alternate-tools.com/pages/c_textbrowser.php?lang=ENG
Titel: RJ TextEd 12.71
Beitrag von: SiLæncer am 07 Februar, 2018, 09:11
(http://images.six.betanews.com/screenshots/scaled/1187014627-1.jpg)
RJ TextEd - A Unicode source and text editor. RJ TextEd is a full featured text and source editor with Unicode support, syntax highlighting and code folding. The functionality extends beyond text files and includes support for HTML editing with integrated preview, spell checking, auto completion, HTML validation, templates and more. The program also include support for Topstyle Lite CSS editor, has a dual pane file commander, as well as a FTP client to upload your files. The editor uses language files to display menus and dialogs in different languages. There are several included languages. New language files can easily be created in the editor. RJ TextEd is also a simple web development tool. The editor can use auto completion and hints to assist you in editing your source code. You can preview HTML/ASP/PHP... code using one of the preview tabs or open a document in a browser. The editor does not only handle source code. It also handles true ASCII files, binary files and of course plain text files.

Licence: Freeware

Changelog

Update function:

The update window is now modeless so you can place it in the background, or minimize it, while it's downloading the new version.
The update window will be moved to the front and inform you when the update is ready for installation.

FTP/SFTP:

Changed the connect timeout values to 15 seconds. If the connection times out a message is displayed.

Save As (Remote):

The menu item "File / FTP / Save As (Remote)" will now open a connect window, to allow a remote connection. And a file save dialog window for browsing the remote site and add a file name.
This works with both FTP and SFTP.

Navigation history:

Navigation history should handle remote files now. Even if you have closed them.

CSS highlighter:

Made some minor changes to the CSS syntax file which affect the highlighting.

Fixed:

CSS highlighter issues.
Exit error when option "Close to hibernate" is used.
Edit macro issue.
Folder option menu issue in search-bar.
Code fold issue inside ini files when wordwrap is on.

[close]

http://www.rj-texted.se/
Titel: Ron's Editor 2018.01.25.0833
Beitrag von: SiLæncer am 07 Februar, 2018, 18:15
(http://images.six.betanews.com/screenshots/scaled/1350146574-1.jpg)

Ron's Editor is the ultimate CSV editor, designed to be easy to use, but powerful enough to handle anything needed of it. Any tabular text format can be opened through confirurable seperators and full support for text encodings, and can then be exported to many formats including Excel. CSV files can be merged, or seperated, and the professional editing capabilites and power tools used for conversion and data cleaning.

Changelog

New features    

    Date matching improved to include month names in 'Date Replace' rule.
    Quick Find expanded to span rows.

Bugs    

    License entering issue fixed.
    Column header sort undo issue resolved.
    Terminal Server logging issue fixed.
    Quick Find Tool Box functionality smoothed.
    Running instance detection changed to work on shared server.
    Various bug fixes.

[close]

http://www.ronsplace.eu/Products/RonsEditor
Titel: FocusWriter 1.6.9
Beitrag von: SiLæncer am 08 Februar, 2018, 16:00
(https://s26.postimg.org/9wb0ptx5l/screenshot_567.jpg)
FocusWriter hilft Vielschreibern beim Verfassen von Texten. Die Textverarbeitung blendet alle Menüs und Leisten aus. So kann man sich beim Schreiben voll und ganz auf das Wesentliche konzentrieren.

Der Vollbild-Texteditor FocusWriter zeigt als Oberfläche absichtlich lediglich den blanken Text. Daher gelingt es leichter, störungs- und ablenkungsfrei zu schreiben. Auf Wunsch kann man auf zusätzliche Steuerelemente zugreifen und diese per Maus über die Bildschirmränder abrufen.

Außerdem kann bei FocusWriter eine Statuszeile mit der aktuellen Uhrzeit, einem Timer und Statistiken eingeblendet werden. Das geplante Arbeitspensum legt der Schreiber in den Einstellungen in Minuten oder Wörtern fest. Textart und -farbe werden hier ebenfalls ganz nach Wunsch bestimmt.

Mit FocusWriter können mehrere Dokumente parallel bearbeitet werden. Ein Speichern erfolgt im RTF-, ODT- oder TXT-Format. Standardmäßig zeigt die Freeware einen einfarbigen, nüchternen Hintergrund. Wer die Arbeitsumgebung etwas freundlicher und abwechslungsreicher gestalten möchte, kann die Farbe ändern und auch ein eigenes Bild als Hintergrund einblenden.

FocusWriter enthält alle Grundfunktionen einer Textverarbeitung inklusive Textformatierungen, einer Rechtschreibprüfung und dem Suchen und Ersetzen von Wörtern und Textausschnitten. Die Freeware spricht vor allem den Vielschreiber an, der sich allein auf den Text konzentrieren möchte.

Changelog

Updated dictionaries
FIXED: Could not save to network devices
Translation updates: Igbo, Slovenian

[close]

http://gottcode.org/focuswriter/
Titel: CudaText v1.40.0.0
Beitrag von: SiLæncer am 09 Februar, 2018, 05:50
(https://s26.postimg.org/orql8dkpl/screenshot_257.png)
Create programming scripts with this powerful tool that supports more than 130 languages and allows users to work concurrently on as many as six groups of projects.

Freeware

Changelog

+ add: bookmarks support is rewritten. Now a bookmark is not deleted when its line is deleted. And memory usage of text storage is smaller now.
+ add: option "ui_tab_size_x_min", so can set tabs always wide
+ add: show "startup time" in console panel
+ add: support some more HTML5 tags
+ add: sidebar theme "octicons light 20x20"
- fix: Tabs List plugin (used deleted API)

[close]

http://www.uvviewsoft.com/cudatext/
Titel: Typora 0.9.44 Beta
Beitrag von: SiLæncer am 09 Februar, 2018, 09:10
(https://s26.postimg.org/w2onuosnt/screenshot_64.png)
Swiftly write, edit, format and convert text to HTML with the help of this modern looking, streamlined and novice-accessible piece of software.

Freeware

Changelog

Fix bug that sometimes sidebar cannot be hide completely after resize
Use background on diagram nodes, fix hyperlink on flowchart cannot be opened
Improve URL auto detect logic
Fix `****` cannot be parsed as `
`
Fix bug relates to context menu
Other mirror fix

[close]

http://www.typora.io/
Titel: MiKTeX 2.9.6615
Beitrag von: SiLæncer am 12 Februar, 2018, 13:48
(https://i.postimg.cc/KzkJ4d7b/screenshot-1397.png)
MiKTeX (pronounced mick-tech) is an up-to-date implementation of TeX/LaTeX and related programs for Windows (all current variants).

Freeware

http://miktex.org/
Titel: Scaramouche Touch 2.4
Beitrag von: SiLæncer am 12 Februar, 2018, 13:50
(https://i.postimg.cc/T1TDTk7t/screenshot-2363.png)
This is the smallest text editor in the whole wide world, only 46KB in size. This text editor is full featured and is able to open, edit, and save *.html documents without a problem...

This makes our editor a very green option to use! The html document format is absolutely cross-platform compatible and only needs a web browser to open. This will bring the end to proprietary document formats and special and expensive software and applications necessary to open, edit, and save all your precious letters, memos, and all other types of documents.

Creating html documents will make sure they will always open and print exactly the way you intended them to be. Scaramouche Touch can either be downloaded and used offline, or simply click here to use it online!

With its online and offline capabilities, you don't need to install any software. Use the built-in capabilities of your HTML5 web browser for such things as spell checking, print, print preview, and find functions.

No more creating accounts, pay annual service fees, or social media account linking. Just download the file, double click on the "ScaramoucheTouch.htm" file, and it will open in your default web browser, ready to be used in an instant!

Freeware

http://www.ssuitesoft.com/ssuitescaramouchetouch.htm
Titel: Scite 4.0.3
Beitrag von: SiLæncer am 12 Februar, 2018, 17:45
(https://s26.postimg.org/grtf9e7x5/screenshot_191.png)
Editor mit Syntax-Highlighting, Auto-Completion, Folding und vielem mehr...

Lizenz: Open Source

Changelog

Released 12 February 2018.
Features from C++14 and C++17 are used more often, with build files now specifying c++17, gnu++17, c++1z, or std:c++latest (MSVC). Requires Microsoft Visual C++ 2017.5, GCC 7, Xcode 9.2 or Clang 4.0 or newer.
SCI_CREATEDOCUMENT adds a bytes argument to allocate memory for an initial size. SCI_CREATELOADER and SCI_CREATEDOCUMENT add a documentOption argument to allow choosing different document capabilities.
Add SC_DOCUMENTOPTION_STYLES_NONE option to stop allocating memory for styles.
Add SCI_GETMOVEEXTENDSSELECTION to allow applications to add more complex selection commands.
SciTE property bookmark.symbol allows choosing symbol used for bookmarks. Feature #1208.
Improve VHDL lexer's handling of character literals and escape characters in strings.
Fix double tap word selection on Windows 10 1709 Fall Creators Update. Bug #1983.
Fix closing autocompletion lists on Cocoa for macOS 10.13 where the window was emptying but staying visible. Bug #1981.
Fix drawing failure on Cocoa with animated find indicator in large files with macOS 10.12 by disabling animation.
SciTE on GTK+ installs its desktop file as non-executable and supports the common LDLIBS make variable. Bug #1989, Bug #1990.
SciTE shows correct column number when caret in virtual space. Bug #1991.
SciTE preserves selection positions when saving with strip.trailing.spaces and virtual space turned on. Bug #1992.

[close]

http://www.scintilla.org/SciTE.html
Titel: QOwnNotes v18.02.1
Beitrag von: SiLæncer am 13 Februar, 2018, 05:10
(https://s26.postimg.org/hfer16hsp/screenshot_106.png)
QOwnNotes is a text editor / notepad replacement with markdown support and todo list manager. The program supports themes, keyboard shortcuts, syntax highlighting, and encryption. Includes available nested file list, tags, search, and more. Optionally works with the notes application ownCloud or Nextcloud.

Cross-platform with clients available for Mac and Linux.

License:    GPL

Changelog

fixed autocompleter user interface offset, especially in the distraction free mode (for #842)
there now is a local trash to gather your removed notes (for #674)

    this also works when a note gets renamed because you are modifying the headline of the note
    there is a new panel Local trash in the setting where you can turn the local trash off
    there is a new menu entry for the Local trash that opens a dialog to view your trashed notes and to restore or remove them
    trashed files are stored per note folder in a new folder trash
        additional information about the trashed files is stored in the sqlite database of the note folder

[close]

http://www.qownnotes.org/
Titel: Textilosaurus v2018.02.12
Beitrag von: SiLæncer am 13 Februar, 2018, 05:20
(https://s26.postimg.org/nci2yebnd/screenshot_623.png)
Textilosaurus is a simple but feature-rich cross-platform text editor based on Qt and Scintilla.

License:    GNU GPLv3

Changelog

Added:

    Auto-indent.
    Enhanced context menu with "Find All" action.
    Enabled better support for multiple text selections and editing.

Changed:

    All prebuilt binaries slimmed down by removing unused bundled icons.
    "Find Results" sidebar now displays results highlighted with red color.
    URL highlighting now respects URLs starting with just "www.".

[close]

https://github.com/martinrotter/textilosaurus
Titel: Atom 1.24.0
Beitrag von: SiLæncer am 14 Februar, 2018, 04:45
(https://s26.postimg.org/6bt5lin89/screenshot_265.jpg)
A powerful and flexible application that works as a text and source code editor with syntax highlight, or alternately as a file viewer.

MIT License

Whats new:>>

Notable Changes:

Context menus are now asynchronous
A new TextBuffer LanguageMode API is being rolled out.
Automatically scroll to the cursor position after folding or unfolding text.
Text editor elements support a readonly attribute.
Create language packages with package-generator.

https://atom.io/
Titel: Atom 1.25.0 Beta 0
Beitrag von: SiLæncer am 14 Februar, 2018, 05:15
Changelog

Electron has been upgraded to 1.7.11.
Support greatly improved syntax highlighting and code folding with a next-generation parsing system called tree-sitter. See the pull request for details about opting in to try it out.
Dialogs launched with the Atom API, including confirm and save, may now be asynchronous. Add a callback to atom.confirm() and showSaveDialog calls to opt-in to the asynchronous forms.
Python language support is being overhauled substantially and now supports function annotations, async functions, string formatting, f-strings, and binary strings.
style attributes within HTML documents are tokenized as CSS.
The GitHub package has a configuration setting to control automatic hard-wrapping of commit messages composed in the mini-editor.
The GitHub package's diff view no longer scrolls when it shouldn't.
Filemode changes and changes to symlinks are shown and handled properly by git operations.
Duplicate snippet keys are an error and prevent the loading of erroneous user snippets.
The spell-check package supports an excludedScopes setting to prevent spellchecking from being performed on specific grammatical constructs.
Window dimensions are saved on resize rather than blur, which improves reliability.
atom --wait can reuse an existing window and return when the named buffers or folders are closed.
Some TextEditor settings may be preserved when the language mode changes.
atom.commands.dispatch() returns a Promise that resolves after all handlers complete.
Perform all configuration file I/O in the main process, to prevent race conditions that occur when multiple windows interact with the configuration file at once.
Enable snippets within strings and comments.

[close]

https://atom.io/
Titel: QOwnNotes v18.02.2
Beitrag von: SiLæncer am 14 Februar, 2018, 06:05
Changelog

there now is a new scripting command to show a question message box script.questionMessageBox() (for #847)

    for more information please take a look at Showing a question message box

added more local trash features (for #674)

    files that are missing in the local trash-folder will be now be marked in the Local trash dialog so that you know that they can't be restored
    the old note is now also added to the local trash if it was renamed manually in the note list
    sorting by trashing date in the trash dialog now works correctly
    trashed items are now by default expired after 30 days
        you can turn that off in the Local trash settings and also set the amount of days there

when dropping a markdown file into QOwnNotes it will now be copied to the active note subfolder and not just to the current note folder
added more Italian, French, Japanese, Swedish, Brazilian Portuguese, Dutch and Hungarian translation (thank you mlocati, bepolymathe, piyo, ekblom, mlimacarlos and Fabijenna)

[close]

http://www.qownnotes.org/
Titel: CoffeeCup Free HTML Editor 16.1
Beitrag von: SiLæncer am 15 Februar, 2018, 06:00
(https://s26.postimg.org/p7sa42zop/screenshot_718.png)
Abgespeckte Version des kostenpflichtigen CoffeeCup-HTML-Editors, bringt Assistenten für Tabellen, Frames, Forms und Fonts sowie einen FTP-Client mit, unterstützt Drag und Drop.

Freeware

http://www.coffeecup.com/free-editor
Titel: CodeLobster PHP Edition 5.14.1
Beitrag von: SiLæncer am 15 Februar, 2018, 15:45
(http://images.six.betanews.com/screenshots/1186155456-1.gif)
CodeLobster PHP Edition is a handy and easy-in-use editor that is primarily intended for quick and easy creation and editing of PHP files. It includes debugger, dynamic help, built-in parser, autocomplete and Class View window for comfortable work with PHP code. CodeLobster PHP Edition also supports such file formats as Text, HTML, XML.

Freeware (Free registration by email is required after 30 days)

Changelog

Bugs fixed:

    Some problems with PHP debugger version 7.x
    Problems with HTML elements that have more than one class name

[close]

http://www.codelobster.com/
Titel: Network Notepad 5.0.3
Beitrag von: SiLæncer am 16 Februar, 2018, 17:34
Whats new: >>

Connection points toolbar icon fixed.

http://www.networknotepad.com/index.htm
Titel: QOwnNotes 18.02.3
Beitrag von: SiLæncer am 16 Februar, 2018, 22:00
(https://s26.postimg.org/hfer16hsp/screenshot_106.png)
QOwnNotes is a text editor / notepad replacement with markdown support and todo list manager. The program supports themes, keyboard shortcuts, syntax highlighting, and encryption. Includes available nested file list, tags, search, and more. Optionally works with the notes application ownCloud or Nextcloud.

Cross-platform with clients available for Mac and Linux.

License:    GPL

Changelog

the Local trash button will now by default be shown in the main toolbar (for #674)

    you have to reset your toolbar in the Toolbar settings if you are already using the app

added a workaround for certain translations of the word ownCloud (for #850)
most settings of the page setup dialog will now be stored when you confirm the printing- and PDF-export-dialog and will be restored if you visit the dialog again (for #704)
added more German, Italian, Japanese, Brazilian Portuguese and Spanish translation (thank you rakekniven, mlocati, piyo, mlimacarlos and richarson)

[close]

http://www.qownnotes.org/
Titel: JSONedit v0.9.28
Beitrag von: SiLæncer am 17 Februar, 2018, 09:00
(https://s26.postimg.org/66opis8ih/screenshot_556.jpg)
JSONedit is a simple editor for the JavaScript Object Notation format "a text-based open standard designed for human-readable data interchange" (source) with availble text and tree views.

Includes array generator using embedded Lua interpreter and Scintilla for text edition.

License:    Freeware

Changelog

FIXED: crash after switching to list mode, switching to tree mode, deleting node and switching back to list mode
JSONL/LDJSON/NDJSON reader window can interpret whole file as array and load it as single JSON (assuming file is not too large)
selected array can be exported as JSONL/LDJSON/NDJSON (Tools menu)
"Node statistics" works also for node selected in list view (taking first selected node)
FIXED: node statistics was incorrectly classifying selected node always as named node
storing and loading snippets works also in list mode (taking first selected node)
Scintilla: added JSON lexer (different colors for keys and values, invalid syntax in red, also underline for links); previous lexer (C++) is left as default (Settings/Text View)
FIXED: margin width for text windows with line numbers was incorrectly calculated in some cases (e.g. after loading Palemoon bookmarks example and copying it four times below)
list view: number of children is displayed for objects and arrays
list view: added Ctrl+T as shortcut for "Go to tree"

[close]

http://tomeko.net/software/JSONedit/index.php
Titel: RJ TextEd v12.80
Beitrag von: SiLæncer am 19 Februar, 2018, 06:15
(http://images.six.betanews.com/screenshots/scaled/1187014627-1.jpg)
RJ TextEd - A Unicode source and text editor. RJ TextEd is a full featured text and source editor with Unicode support, syntax highlighting and code folding. The functionality extends beyond text files and includes support for HTML editing with integrated preview, spell checking, auto completion, HTML validation, templates and more. The program also include support for Topstyle Lite CSS editor, has a dual pane file commander, as well as a FTP client to upload your files. The editor uses language files to display menus and dialogs in different languages. There are several included languages. New language files can easily be created in the editor. RJ TextEd is also a simple web development tool. The editor can use auto completion and hints to assist you in editing your source code. You can preview HTML/ASP/PHP... code using one of the preview tabs or open a document in a browser. The editor does not only handle source code. It also handles true ASCII files, binary files and of course plain text files.

Licence: Freeware

Changelog

Updated program files

Re-compiled all files using the latest Delphi version. All files are now Windows XP compatible (again). Which means I don't need to have separate install scripts for Windows XP anymore.
Install scripts (Windows XP)

All executable files have been compiled using the latest Delphi version. There is no longer any need to use separate installers for Windows XP.

All install scripts can now be used on Windows XP .. Windows 10.
Reload current document

Added support for remote files. If the current document has been altered you are presented with a save prompt, before the remote file is downloaded.
(S)FTP Save As

You can use this feature to save the current document to a remote server. It lets you connect to a remote server, browse the remote folders and save the file.

I made several improvements in this version.
Install script

Made some changes to the install script to fix issues when using several Windows user accounts.
Document links (URL:s)

Links inside a document can no longer be opened with Ctrl+MouseClick. Instead, use the document context menu to open the link.

This was changed to enable multiple selections and multiple editing on web links inside the document.
Misc

    Visual changes in recent file list and fixed a few issues.
    Visual changes in navigation history list.
    Warn if file has been deleted on disk now has "Yes to all", and "No to all" buttons.

Fixed

    Send bug report issue.
    Navigation history issues.
    Column copy/paste issues.
    Warn if file on drive has been deleted.
    Import diff patch file issue.
    Save diff patch file extension problem.
    A few open/save dialogs in Windows XP.

[close]

http://www.rj-texted.se/
Titel: Text Editor Pro 3.3.0
Beitrag von: SiLæncer am 20 Februar, 2018, 05:10
(https://s26.postimg.org/8fepd5amx/screenshot_187.png)
Text Editor Pro (formerly EditBone) is a powerful text editing tool that comes with syntax highlighting support for over 50 languages and scripts, customizable with over 100 options, 29 ready made styles, a handy file comparison feature, unicode character map, numerical unit convert tool, SQL formatter, and support for multiple directories and search results.

Freeware

Changelog

Added duplicate checker
Fixed command prompt parameters
Fixed find in files to support multiple directories (separated by semicolon)
Fixed color theme selection row counts
Fixed edit controls in options
Fixed text compare
Optimized text editor control
Updated language files
Updated AlphaSkins controls v13.00

[close]

http://texteditor.pro/
Titel: Atom 1.25.0 Beta 1
Beitrag von: SiLæncer am 20 Februar, 2018, 05:45
(https://s26.postimg.org/6bt5lin89/screenshot_265.jpg)
A powerful and flexible application that works as a text and source code editor with syntax highlight, or alternately as a file viewer.

MIT License

Whats new:>>

Notable Changes:

Fixed a bug where atom --wait did not work correctly on Windows (#16740)
Fixed a bug that prevented Atom from reusing an existing window when the same path was opened twice (#16764)
Fixed regressions in the behavior of the atom.textEditors.getGrammarOverride and atom.grammars.loadGrammar methods (#16733, #16747)
Fixed several syntax highlighting bugs in the new, experimental tree-sitter highlighting system (#16642, #16643)

https://atom.io/
Titel: CodeLobster PHP Edition 5.14.2
Beitrag von: SiLæncer am 20 Februar, 2018, 13:50
Whats new:>>

Bugs fixed:

File Explorer hangs up on network drives

http://www.codelobster.com/
Titel: BabelEdit 0.9.3
Beitrag von: SiLæncer am 20 Februar, 2018, 17:45
(https://s26.postimg.org/4ycgsv6qx/screenshot_731.png)
A translation editor that can process one or more JSON files at the same time, providing support for both json and namespaced-json formats.

Freeware

Changelog

Features:

Support for React / react-intl
Support for generic JSON files
Startup wizard
Improved language configuration dialog

Fixes:

Sorting order of translations

[close]

https://www.codeandweb.com/babeledit
Titel: QOwnNotes 18.02.4 Build 3484
Beitrag von: SiLæncer am 21 Februar, 2018, 06:15
Whats new:>>

fixed a problem with downloading media files on Arch Linux (for #857)
added more Italian, French, Japanese, Swedish, Brazilian Portuguese, Spanish, German, Indonesian, Catalan, Dutch and Hungarian translation (thank you mlocati, bepolymathe, piyo, ekblom, mlimacarlos, richarson, rakekniven, rizki271197, MGuerra and Fabijenna)

http://www.qownnotes.org/
Titel: CudaText 1.42.0.0
Beitrag von: SiLæncer am 21 Februar, 2018, 18:00
(https://s26.postimg.org/orql8dkpl/screenshot_257.png)
Create programming scripts with this powerful tool that supports more than 130 languages and allows users to work concurrently on as many as six groups of projects.

Freeware

Changelog

+ add: reworked Code-Tree handling, fixed some crashes
+ add: reworked minimap, it paints faster/nicer
+ add: API for Code-Tree, now it's possible to make plugins which fill code-tree for some files
+ add: must not activate passive+unmodified tab by clicking its X
+ add: must disable tab closing during file loading/saving
+ add: optimizations for huge lines (len 1M+)
+ add: cursors for auto-scroll support high-DPI (thanks, FTurtle)
+ add: option "autocomplete_add_opening_bracket"
* change: sidebar: changed color to darker, changed icon set to white
* change: lexer Pascal: don't add fold-range "unit".."end."
- fix: flickering on making tab "near current tab"
- fix: flickering on opening many files (File/Open or session)
- fix: Windows IME input

[close]

http://www.uvviewsoft.com/cudatext/
Titel: PilotEdit Lite 11.4.0
Beitrag von: SiLæncer am 21 Februar, 2018, 18:30
(http://www.pilotedit.com/images/OpenInQuickMode.PNG)
PilotEdit is a text, hex, XML, C/C++, HTML, PHP, Java, Javascript and Perl editor that can edit large files of 400GB (40 billion lines).

It offers customizable syntax and keyword highlighting, advanced search and replace operations, automatic text encoding, 256-bit AES encryption/decryption and a built-in FTP/SFTP client lets you open, edit, download and upload large files directly to/from a FTP/SFTP server.

In addition to standard text editing features, PilotEdit can compare and merge two large files of 100GB (10 billion lines). You can also sort, find/remove duplicate lines and extract strings over a large file of 1GB.

Freeware

Zitat
PilotEdit 11.4.0 supports high-DPI.

http://www.pilotedit.com/
Titel: FocusWriter 1.6.10
Beitrag von: SiLæncer am 21 Februar, 2018, 20:50
(https://s26.postimg.org/9wb0ptx5l/screenshot_567.jpg)
FocusWriter hilft Vielschreibern beim Verfassen von Texten. Die Textverarbeitung blendet alle Menüs und Leisten aus. So kann man sich beim Schreiben voll und ganz auf das Wesentliche konzentrieren.

Der Vollbild-Texteditor FocusWriter zeigt als Oberfläche absichtlich lediglich den blanken Text. Daher gelingt es leichter, störungs- und ablenkungsfrei zu schreiben. Auf Wunsch kann man auf zusätzliche Steuerelemente zugreifen und diese per Maus über die Bildschirmränder abrufen.

Außerdem kann bei FocusWriter eine Statuszeile mit der aktuellen Uhrzeit, einem Timer und Statistiken eingeblendet werden. Das geplante Arbeitspensum legt der Schreiber in den Einstellungen in Minuten oder Wörtern fest. Textart und -farbe werden hier ebenfalls ganz nach Wunsch bestimmt.

Mit FocusWriter können mehrere Dokumente parallel bearbeitet werden. Ein Speichern erfolgt im RTF-, ODT- oder TXT-Format. Standardmäßig zeigt die Freeware einen einfarbigen, nüchternen Hintergrund. Wer die Arbeitsumgebung etwas freundlicher und abwechslungsreicher gestalten möchte, kann die Farbe ändern und auch ein eigenes Bild als Hintergrund einblenden.

FocusWriter enthält alle Grundfunktionen einer Textverarbeitung inklusive Textformatierungen, einer Rechtschreibprüfung und dem Suchen und Ersetzen von Wörtern und Textausschnitten. Die Freeware spricht vor allem den Vielschreiber an, der sich allein auf den Text konzentrieren möchte.

Changelog

Default to Flat ODT for cache files
Reduce time between cache writes to 5 minutes
FIXED: Fade effect broke alerts
FIXED: Fade effect hid text on load screen
Translation updates: Greek

[close]

http://gottcode.org/focuswriter/
Titel: Network Notepad 5.0.4
Beitrag von: SiLæncer am 21 Februar, 2018, 21:20
Whats new: >>

BugFix: After adding a new link style, right-clicking a link would fail with error.
Greek translation added. Thank you Wasilis.
Cosmetic changes to Format Link Styles form.
Function button tooltips fixed.
Library2 and Library3 objects are now installed automatically.

http://www.networknotepad.com/index.htm
Titel: Black NotePad 1.0.15.26
Beitrag von: SiLæncer am 22 Februar, 2018, 05:15
(https://s26.postimg.cc/lj0xxiynt/screenshot_1281.png)
Black NotePad was created as an alternative to the Notepad program of Windows operating systems. While retaining the original functions, Black NotePad improves manageability, contains important new functions, and greatly enhances program compatibility in terms of the edited text.

Freeware

Whats new:>>

Add: Select All button

https://www.wintools.info/index.php/black-notepad
Titel: Atom 1.25.0 Beta 2
Beitrag von: SiLæncer am 22 Februar, 2018, 05:30
(https://s26.postimg.org/6bt5lin89/screenshot_265.jpg)
A powerful and flexible application that works as a text and source code editor with syntax highlight, or alternately as a file viewer.

MIT License

Whats new:>>

Fixed a bug that prevented snippets from working when using the Tree-sitter parsing system (#16621)
Fixed a bug that prevented color settings from being saved (#16789)
Fixed a bug that allowed the config file to get corrupted when quitting Atom
Fixed a bug that broke some key bindings on Windows (atom/atom-keymap#232)

https://atom.io/
Titel: ProgramEdit 4.6.4
Beitrag von: SiLæncer am 22 Februar, 2018, 05:50
(https://s26.postimg.org/lz5vav3mh/screenshot_992.jpg)
ProgramEdit - a free Windows® software source-code editor. ProgramEdit includes language support for HTML, Ada, C/C++, C#, CSS, JAVA, JavaScript, Perl, PHP, Python, Ruby, VB, VBScript, Verilog, VHDL and Batch(.bat) files. Other features include tabbed file selection, text highlighting, find & replace, regular expressions, sesssions, bookmarks, multiple undo/redo and hyperlinks.

Freeware

Whats new:>>

update Tidy to v5.6.0
add View/File icons menu item
update Main Menu Help file

http://simplesolverlogic.com/index.html
Titel: CodeLobster PHP Edition 5.14.3
Beitrag von: SiLæncer am 22 Februar, 2018, 13:18
(http://images.six.betanews.com/screenshots/1186155456-1.gif)
CodeLobster PHP Edition is a handy and easy-in-use editor that is primarily intended for quick and easy creation and editing of PHP files. It includes debugger, dynamic help, built-in parser, autocomplete and Class View window for comfortable work with PHP code. CodeLobster PHP Edition also supports such file formats as Text, HTML, XML.

Freeware (Free registration by email is required after 30 days)

Changelog

Bugs fixed:

Crash on closing projects that include .sql files

[close]

http://www.codelobster.com/
Titel: Black NotePad 1.0.15.27
Beitrag von: SiLæncer am 22 Februar, 2018, 16:40
Whats new:>>

Add: Check windows max/normal state for next start

https://www.wintools.info/index.php/black-notepad
Titel: PSPad 5.0.0 Build 265 Dev
Beitrag von: SiLæncer am 22 Februar, 2018, 18:40
(http://images.six.betanews.com/screenshots/1076948037-1.png)
PSPad is a universal freeware editor. There is no complex install process; the program is ready to work immediately, without requiring customization. It supports many file types and languages, with syntax highlighting. There are macros, clip files and templates to automate repetitive activities. An integrated HEX Editor, Project support, FTP Client, Macro Recorder, File Search/Replace, Code Explorer, code page conversion, are just some of the many possibilities that PSPad can offer you.

Freeware

Changelog

News:

Perl highlighter - partly implemented the 'q' function
Oracle highlighter - partly implemented the 'q' function
Open file from internet - works with HTTPS
OpenSSL libraries was updated to 1.0.2n version

Fixes:

Perl - matching bracket fix in case escaped bracked was in code

[close]

http://www.pspad.com/
Titel: Notepad3 3.18.222.905
Beitrag von: SiLæncer am 23 Februar, 2018, 05:20
(https://s26.postimg.org/s6uzyo32x/screenshot_214.png)
Notepad3 is a lightweight piece of software that overcomes some of the well-known limitations of Windows standard text editor while providing syntax highlighting support.

Freeware

Changelog

Enhancement: Replace (virtual) rectangular (empty) selection.
Fix: Minor issues in context of undo/redo (virtual) rectangular (empty) selection.
CR: Changed initial/reset ToolBar button selection.
Enhancement: Allow negative values for Extra Line Spacing (compact line view).
Enhancement: Dynamic horizontal scroll bar width adaption.
Enhancement: Wrap to Column allowed w/o selection (use complete text)
CR: Moved "Show Toolbar" and "Show Statusbar" from Settings Menu to View Menu.
Enhancement: Added "Shift+F1" Accelerator Key to open "About..." box.
Fix: Static URL string to open version check website.
Fix: Tidy up menu navigation via keyboard.
Fix: Paste multi-line clipboard into rectangular selection.
Fix: Copy/paste and redo/undo on empty/virtual rectangular selection.
Enhancement: Changed tab-stop order while navigating several dialogs.
Enhancement: Automatic Updates and incorporated launch of update installer "wyUpdate.exe".
CR: Added Accelerator Key (Alt+NK0) to launch new empty instance of NP3 (same as Alt+0).
Fix: Prepare (i) for Scintilla's Position type change to 64-bit.
Refactoring: Global naming.
Fix: Corrupted "Page Setup..." dialog layout (after changing tab-stop order).
Fix: Pasting into rectangular selections.
Fix: Tab-key and indentation handling.
Fix: Indentation and rectangular selection (final solution still open).
Fix: "Single line selection" criteria.
Fix: Synchronized updates for Toolbar & Statusbar.
Fix: Empty settings string, if ToolbarButtons are reset to defaults.
Fix: Changed navigation keys for "Edit" menu.
Fix: Set virtual space option "SCVS_NOWRAPLINESTART" for Alt-Key down rectangular selection only.
Optimize: Undo/redo stack does not need to store virtual space options.
Fix: Bug in calculating position for thousand separator.
Optimize: Check for Alt-Key down/up to allow drawing rectangular selection in virtual space.
Fix: Handle case: virtual space user access not allowed.
Optimize: Use faster method (SCI direct call) to set/reset virtual space access option.
Fix: Selected default lexer has not been used as default startup lexer.
CR: Changing menu selection key for "Edit" menu.
Scintilla version 4.0.3 and documentation update.
CR: Changing menu Alt+ key for "Edit" menu according to discussion.
Fix: Code folding integrated in margin.
Fix: unique Style IDs.
Fix: Disable folding operations for lexers, which don't support it.
Added: PortableApps AppCompactor call for UPX compression of NP3 binaries.
Added: wyUpdate's client configuration to PortableApps version.
Added: Accelerator Key (Alt+A) to switch ON/OFF occurrences marker/counter.
Added: Styling for folding marks (charset:1 -> circles / case:U -> double lines).
Fix: Default Folding Style: single line after heading.
Change: Folding STyle: case:L/U for box vs. circle style; charset:0/1/2 single line after/before/enclosing.
Added: R-Statistics Code lexer.
Changed: Registry files lexer to support eolfilled on "Added Keys".
Fix: Bug in changed "Windows Registry Files" lexer.
Fix: Undo/Redo action w/o selection sets/preserves selection mode (bug).
Fix: Support styler attribute "eolfilled" in any Reg-Key case (Windows Registry Lexer).
Fix: Small datatype correction.
Fix: Map Toolbar Labels according to bitmap/settings file.
Enhancement: More prominent replace dialog button "In Selection".
Enhancement: "Registry Files" lexer: enable attribute "eolfilled" for all styles of this lexer.
Added: Status/info bar in find/replace dialog.
Fix: "Registry Files lexer: bug in GUID in Key Path with eolfilled attribute.
Fix: Broken swap clipboard w/ selection.
Fix: Restore selection set/replaced by replace dialog.
Added: Feature "Scroll Past End of File" (settings).
Added: Menu entry to check Rizonesoft.com directly for updates.
Added: Seperator on help menu update entries.
Adapted VS compiler version string for About dialog.
Change: Compiler optimization flags for release build.
Fix: Fill find/replace search box with selection/clipboard on non switching Ctrl+F/H.
Fix: Bug detecting find/replace dialog is foreground or not.
Fix: Initial .ini file: corrections for labeling toolbar icons.
Change: Revert compiler optimization settings back to "Maximize Speed (/O2)" combine with 2nd opt. "Favor Size or Speed: Favor small code (/Os)".
Fix: Performance issue: Replace All - delay status update until transaction finished.
Change: Encoding type of Version.h from UTF-8 (Signature) to UTF-16 LE, to get Copyright sign right
Change: Change start of project on GitHub (date) to 2015 (Version.h).
Executables now compressed with NRV2E method.

[close]

http://www.rizonesoft.com/downloads/notepad3/
Titel: QOwnNotes 18.02.5
Beitrag von: SiLæncer am 23 Februar, 2018, 05:40
(https://s26.postimg.org/hfer16hsp/screenshot_106.png)
QOwnNotes is a text editor / notepad replacement with markdown support and todo list manager. The program supports themes, keyboard shortcuts, syntax highlighting, and encryption. Includes available nested file list, tags, search, and more. Optionally works with the notes application ownCloud or Nextcloud.

Cross-platform with clients available for Mac and Linux.

License:    GPL

Changelog

the options in the Log panel can now be closed with the Esc key
added Filipino translation and Tagalog translation. Join us at QOwnNotes on Crowdin to make QOwnNotes available in more languages or help with the current translation
added more French, German, Indonesian, Catalan and Chinese translation

[close]

http://www.qownnotes.org/
Titel: Text Editor Pro 3.3.1
Beitrag von: SiLæncer am 23 Februar, 2018, 06:05
(https://s26.postimg.org/8fepd5amx/screenshot_187.png)
Text Editor Pro (formerly EditBone) is a powerful text editing tool that comes with syntax highlighting support for over 50 languages and scripts, customizable with over 100 options, 29 ready made styles, a handy file comparison feature, unicode character map, numerical unit convert tool, SQL formatter, and support for multiple directories and search results.

Freeware

Changelog

Fixed version information in 32-bit build
Fixed scaling issues
Fixed language files

[close]

http://texteditor.pro/
Titel: Infinitex 0.8.2
Beitrag von: SiLæncer am 23 Februar, 2018, 17:15
(https://s26.postimg.org/vduquoku1/screenshot_741.png)
Sophisticated LaTeX editor with a compiler, math editor, templates and a simple but just as elegant text editor for programming purposes.

License: GPLv3

https://github.com/fetacore/Infinitex
Titel: Textilosaurus 2018.02.24
Beitrag von: SiLæncer am 25 Februar, 2018, 09:15
(https://s26.postimg.org/nci2yebnd/screenshot_623.png)
Textilosaurus is a simple but feature-rich cross-platform text editor based on Qt and Scintilla.

License:    GNU GPLv3

Changelog

Added:

Experimental support for color schemes. Color schemes offer these features:

all custom schemes saved in single .ini file with simple format,
schemes are valid for all supported Languages,
simple scheme editor in application settings.
Auto-indent is now switchable per-document and is assignable to shortcut.
FS sidebar has better keyboard integration.
Initial support for context-based color schemes for some source code kinds.

Changed:

Application user data (settings etc.) are now read directly from "data" subfolder, extra subsubfolder "config" is now not created. Check "About Application -> Paths" dialog for exact information.
Highlighting of occurrences of currently selected text polished a bit.
Scintilla updated to latest master (4.0.3).

[close]

https://github.com/martinrotter/textilosaurus
Titel: Geany 1.33
Beitrag von: SiLæncer am 26 Februar, 2018, 05:45
(http://cdn.portableapps.com/GeanyPortable_small.png)
Geany is cross-platform, GTK based Integrated Development Platform. You can work on simple text files, html, perl, python, NSIS and more with Geany.

License: GPL

Changelog

Bug fixes:

Fix the symbols tree hierarchy when several tags have the same name (PR#1598).

Interface:

Add a tooltip showing the full path on menu items representing documents (PR#1706).
Add a note for applying the indent settings in the project preferences (PR#1650).
Enable popup menu on sidebar and message window notebooks (PR#1726).
Show status message on attempt to execute empty context action (Lars Paulsen, PR#1642).
GTK3 theming improvements and documentation (PR#1382).

Filetypes:

CSS: Update Grid properties (Issue#1705).

Internationalization:

Updated translations: de, el, es, fr, it, lv, pl, pt, tr, ru, zh_CN

[close]

http://www.geany.org/
Titel: CudaText 1.43.0.2
Beitrag von: SiLæncer am 27 Februar, 2018, 05:45
(https://s26.postimg.org/orql8dkpl/screenshot_257.png)
Create programming scripts with this powerful tool that supports more than 130 languages and allows users to work concurrently on as many as six groups of projects.

Freeware

Changelog

+ add: plugins can force show sidebar button, even if they don't run on start. New section in install.inf: [sidebar1] .. [sidebar3]. Used in plugins: ProjectManager, TabsList, FTP.
+ add: option "ui_toolbar_theme", with default theme
+ add: add-on type "toolbar theme", which installs icon set(s) for new option
+ add: improve look of "Go to bookmark" dialog
- fix: scroll pos didn't restore for inactive tabs (e.g. in session)

[close]

http://www.uvviewsoft.com/cudatext/
Titel: Textilosaurus 2018.02.25
Beitrag von: SiLæncer am 27 Februar, 2018, 19:15
Changelog

Added:

Color schemes now have substyle for URL/occurrences highlighting

Changed:

Simplifications of some parts of GUI
Better behavior when opening bigger files (no word wrap, "Plain text" lexer

[close]

https://github.com/martinrotter/textilosaurus
Titel: QText 4.30.6631.39421
Beitrag von: SiLæncer am 27 Februar, 2018, 20:20
(https://www.jmedved.com/content/media/qtext400.png)
This program started with itch of mine. I often have need to take notes while talking on telephone, surfing or doing almost anything. That notes are usually just temporary since I want to do something with it – like adding telephone number to my phonebook. What I needed was scrap paper.

It is similar to notepad which can be brought from tray when needed but has also auto-save thing going on. Just ideal for taking notes.

Freeware

Whats new: >>

Added bullets and numbered lists.
Added reminders.
Bug-fixing Korean language input.
Window state is saved also in portable version.
Fixed startup in tray after Windows update.

http://www.jmedved.com/qtext/
Titel: Notepad++ 7.5.5
Beitrag von: SiLæncer am 28 Februar, 2018, 06:10
(https://s26.postimg.org/sa3ge0uxl/screenshot_47.png)
Notepad++ is a tabbed source code editor and Notepad replacement with a customizable interface. It is one of the few few source code editors that supports "folding," allowing users to quickly reduce and expand sections of code to see the overall document. In addition, it features multi-language syntax highlighting, auto-completion, regular expression search/replace, macro recording and playback, etc. The program can access a long list of plug-ins via an easy-to-access menu with even more features and functions.

License: GPL

Changelog

Notepad++ 7.5.5 enhancements & bug-fixes:

Restore 2 buttons "<< Find Previous" & "Find Next >>" in Find dialog (optional).
Fix monitored (tail -f) file not always updated issue.
Keep Doc Switcher's ordering in sync with Tab bar.
Shortcut Mapper enhancements: Add filter capacity and make dialog resizable and maximizable.
Fix for "Toggle Single Line Comment" malfunctioning with HTML/XML.
Make Unix style path (slashes) work in open file dialog (optional).
Fix tab sticks to mouse pointer problem after external update of a opened file.
Fix encoding not sync (on status bar) after reloading.
Fix menu items' state is not maintained due to save macro command.
Fix line ending changes are not detected in reloaded changed files issue.
Fix highlighting of <script> tags in XML files issue.
Fix Unicode file name comparison to match Windows behaviour (as opposed to doing a linguistic filename comparison).

Included plugins:

NppExport v0.2.8 (32-bit x86 only)
Converter 4.2.1
Mime Tool 2.1
DSpellCheck 1.3.5

Updater (Installer only):

WinGup v4.2

[close]

http://notepad-plus-plus.org/
Titel: QOwnNotes v18.03.1.1
Beitrag von: SiLæncer am 03 März, 2018, 10:30
(https://s26.postimg.org/hfer16hsp/screenshot_106.png)
QOwnNotes is a text editor / notepad replacement with markdown support and todo list manager. The program supports themes, keyboard shortcuts, syntax highlighting, and encryption. Includes available nested file list, tags, search, and more. Optionally works with the notes application ownCloud or Nextcloud.

Cross-platform with clients available for Mac and Linux.

License:    GPL

Changelog

18.03.1

    fixed translation files

18.03.0

    added Cebuano translation and Hindi translation (a big thank you to sageneil, valcarsido, loydjayme25, jbeguna04 and cryptoexplorer7)
        join us at QOwnNotes on Crowdin to make QOwnNotes available in more languages or help with the current translation
    when copying or moving notes to another note-folder the embedded media files will now automatically be copied to the media folder of the note-folder (for #865)
    added more Tagalog, Filipino, Indonesian, French, Czech, Chinese, Arabic, German, Spanish, Swedish, French, Dutch and Hungarian translation (thank you sageneil, Janelbrian, saducasjohncarl, rizki271197, bepolymathe, echo511, hermitwhite, wael87, deletescape, Fabijenna, richarson, ekblom and dev2a)

[close]

http://www.qownnotes.org/
Titel: Quoll Writer 2.6.5
Beitrag von: SiLæncer am 03 März, 2018, 21:20
(https://s26.postimg.org/6ocapsfy1/screenshot_767.png)
Concentrate on your writing by turning to this application that lets you create chapters, characters, locations or items and link them with each other in an intuitive manner.

Apache License 2.0

Whats new:>>

It is now possible to create new language User Interface translations. A Language Strings Editor has been created to enable easy creation and management of translations.

http://quollwriter.com/index.html
Titel: CudaText 1.44
Beitrag von: SiLæncer am 04 März, 2018, 18:00
(https://s26.postimg.org/orql8dkpl/screenshot_257.png)
Create programming scripts with this powerful tool that supports more than 130 languages and allows users to work concurrently on as many as six groups of projects.

Freeware

Changelog

+ add: pictures: allow dragging, zooming by Ctrl+ mouse wheel (Command+ on macOS)
+ add: pictures: show zoom % in statusbar
+ add: save to session/history also numbered bookmarks (was: only usual bookmarks)
+ add: option "hide_horiz_scrollbar"

[close]

http://www.uvviewsoft.com/cudatext/
Titel: Text Editor Pro v3.3.2
Beitrag von: SiLæncer am 04 März, 2018, 21:30
(https://s26.postimg.org/8fepd5amx/screenshot_187.png)
Text Editor Pro (formerly EditBone) is a powerful text editing tool that comes with syntax highlighting support for over 50 languages and scripts, customizable with over 100 options, 29 ready made styles, a handy file comparison feature, unicode character map, numerical unit convert tool, SQL formatter, and support for multiple directories and search results.

Freeware

Changelog

- Fixed word wrap
- Fixed text compare
- Fixed mouse wheel in options scroll box
- Fixed file info
- Fixed replace and download confirmation icon
- Fixed startup
- Updated AlphaSkins controls v13.01 - http://www.alphaskins.com/

[close]

http://texteditor.pro/
Titel: Textosaurus 2018.03.05
Beitrag von: SiLæncer am 06 März, 2018, 05:40
(https://s26.postimg.org/nci2yebnd/screenshot_623.png)
extosaurus (previously named Textilosaurus) is a Scintilla-based text editor with a configurable, tabbed interface and syntax highlighting. The program includes uploaders, tools for scripting, XML, JSON, MIME and supports a wide variety of text encoding.

64-bit only. Cross-platform with a Linux version available.

License:    GNU GPLv3

Changelog

Textilosaurus is now RENAMED to Textosaurus. Reason is simple, original name "Textilosaurus" was confusing and did not associate well with keyword "text".

Added:

Current line highlight takes its color from "Base" substyle of current color scheme.
Caret inherits its color from active color scheme.

[close]

https://github.com/martinrotter/textosaurus
Titel: Mobirise 4.6.6
Beitrag von: SiLæncer am 07 März, 2018, 05:40
(https://s26.postimg.cc/g54gep109/screenshot_3.png)
Develop fully responsive, mobile-ready websites that look amazing on any devices and browsers. Preview how your website will appear on phones, tablets and desktops directly in the visual editor..

Freeware

https://mobirise.com/
Titel: QOwnNotes v18.03.2
Beitrag von: SiLæncer am 07 März, 2018, 06:00
Changelog

there now is a new scripting function script.insertMediaFile() to insert a media file into the media folder (for #869)

    for more information please take a look at the scripting documentation

there now is a new scripting function script.regenerateNotePreview() to regenerate the note preview (for #869)

    for more information please take a look at the scripting documentation

the checkbox properties for the script settings variables did get a text attribute for the checkbox text along with the description now used for the description text (for #869)

    for more information please take a look at the scripting documentation

there now is a new script Scribble in the Scripting repository to insert a scribble image to the media-folder, that will be edited by an external image editor (for #869)
switched from SourceForge to TuxFamily for the hosting of the sourcecode archives for the releases of AUR, Snap, Slackware and Gentoo

    you will find the archives on QOwnNotes archives

added more Hindi, Tagalog, Bengali, Italian, German, Cebuano, Brazilian Portuguese, French, Dutch and Hungarian translation (thank you cryptoexplorer7, sageneil, nizam8089, mlocati, rakekniven, cyyy1998, dev2a, mlimacarlos and Fabijenna)

[close]

http://www.qownnotes.org/
Titel: CodeLobster PHP Edition 5.14.5
Beitrag von: SiLæncer am 07 März, 2018, 16:30
(http://images.six.betanews.com/screenshots/1186155456-1.gif)
CodeLobster PHP Edition is a handy and easy-in-use editor that is primarily intended for quick and easy creation and editing of PHP files. It includes debugger, dynamic help, built-in parser, autocomplete and Class View window for comfortable work with PHP code. CodeLobster PHP Edition also supports such file formats as Text, HTML, XML.

Freeware (Free registration by email is required after 30 days)

Changelog

Bugs fixed:

    Crash on File Explorer with some file types

[close]

http://www.codelobster.com/
Titel: RJ TextEd 12.90
Beitrag von: SiLæncer am 07 März, 2018, 20:00
(http://images.six.betanews.com/screenshots/scaled/1187014627-1.jpg)
RJ TextEd - A Unicode source and text editor. RJ TextEd is a full featured text and source editor with Unicode support, syntax highlighting and code folding. The functionality extends beyond text files and includes support for HTML editing with integrated preview, spell checking, auto completion, HTML validation, templates and more. The program also include support for Topstyle Lite CSS editor, has a dual pane file commander, as well as a FTP client to upload your files. The editor uses language files to display menus and dialogs in different languages. There are several included languages. New language files can easily be created in the editor. RJ TextEd is also a simple web development tool. The editor can use auto completion and hints to assist you in editing your source code. You can preview HTML/ASP/PHP... code using one of the preview tabs or open a document in a browser. The editor does not only handle source code. It also handles true ASCII files, binary files and of course plain text files.

Licence: Freeware

Changelog

New Chromium Component
Removed the old chrome preview component and replaced it with a brand new one. It’s actively updated to use the latest Chromium library version and has some advantages compared to the old one.

All Chromium files are now stored in the „RJ TextEdcef“ folder.

The version included in this release is 64.0.3282.

Updated visual controls
Updated controls (check boxes, radio boxes, dropdown lists…) to the latest version.

Updated SFTP controls
This new version fix a few issues.

URL highlighting and follow link
Added an option to enable URL highlighting and to follow the link by Ctrl + Mouse click. The mouse cursor change to a pointing hand when hovering an URL.

(S)FTP Open (File – FTP – Open…)
This feature allows you to open remote file(s). A file open dialog is displayed allowing you to connect to a remote server, browse remote folders and select files to open.

FTP
Made several improvements to the FTP client. It should be able to detect a remote disconnect properly now and reconnect if necessary.

FTP panel drag n drop
You can now drag files to the editor panel to open the remote files.

Evaluate Expression
Added a new menu item to evaluate and replace an expression. I also renamed some menu items to make there function clearer.

Status bar character hint
The current character data hint (hover mouse over status bar line, col and character column) now contain a character position value. The value include line feeds.

LESS and SASS
Made some minor changes to improve color value identifying.

Import diff file
Replaced the Windows standard input dialog with a custom made. It’s larger and can be resized to make reading and editing easier.

Fixed
Several reported issues.
Script highlighting and folding.
Remote file transfer dialog theme color issues.
Highlight colors.
RegEx „find“ issues.
RegEx „find all“ issues.
Undo issues.
Dual document view startup issue.
Should startup properly on Linux (Wine, latest version).
Fixed some install and update issues.

[close]

http://www.rj-texted.se/
Titel: HelpNDoc 5.6.1.532
Beitrag von: SiLæncer am 08 März, 2018, 09:05
(https://s26.postimg.cc/n8qdqw1ix/screenshot_994.png)
HelpNDoc provides all the tools necessary to write complete help files, manuals and documentations in a user friendly and very easy to use environment. HelpNDoc can generate standard Windows CHM help files, WEB based documentation, iPhone specific websites as well as printable PDF and Word documents.

HelpNDoc is completely free for personal use and evaluation purposes.

Changelog

New customizable syntax highlighter with multiple built-in programming languages
Help IDs now allow the dash "-" character making it easier to create SEO hyperlinks
The quick access toolbar customization is now saved and restored when the application is launched
HTML generation now warns if the generated file name is the same as one of the topic's help id as it could cause problems
CTRL + Click on a topic link to an anchor in the topic editor will show the topic at the correct anchor's position
Project analyzer incorrectly checked spelling in hyperlinks
Fixes and performance enhancements in the HND project file format handling
Further enhancements to SVG icons rendering and High DPI monitor support
For HTML based documentation format, choosing a file name similar but with different case as one of the help ids could cause a file creation error
Using the default HTML template, CTRL + Clicking on hyperlinks didn't open in a new window / tab
Greatly reduced memory usage for Word and PDF generation of malformed projects with lots of different styles due to copy / paste from third party software
Some Wingdings characters were incorrectly exported to HTML based documentation formats only
The "?" character is now replaced by "ss" when filtering topics' Help Ids
Moving library items or keywords just after changing their caption could cause an error
Optimized and improved debug code and reported debug information for the debug edition
Fixed obscure memory leaks

[close]

http://www.helpndoc.com/
Titel: Network Notepad 5.0.6
Beitrag von: SiLæncer am 08 März, 2018, 18:15
(https://s26.postimg.org/xgk4mizex/screenshot_776.png)
Network Notepad is a specially designed application for creating interactive network diagrams.

Now you can use this accessible and easy-to-use instrument to create or manage the diagrams you need.

Point-and-Click Telnet/ Browse/ User-definable
Network Management.
Simple Drag and Drop interface.
Open, Text Based File Format.
Printing.
Linked Diagrams.
Flow Charts.

Freeware

Whats new: >>

BugFix: Backdrop not scaled correctly with zoom.
BugFix: Zoom caused problem with height and width on Diagram Properties form.

http://www.networknotepad.com/index.htm
Titel: Textosaurus v2018.03.08
Beitrag von: SiLæncer am 08 März, 2018, 21:45
Changelog

Fixed:

    Zero-length find result now highlighted with ⦚ in "Find Results" sidebar.
    Current line highlighting now uses its own substyle and does not inherit its color from "Base" substyle anymore.
    Add new tab on tab bar double-click. (#22)
    URL highlighting now recognizes plain e-mail strings.
    Main window state was not stored correctly when maximized. (#23)

[close]

https://github.com/martinrotter/textosaurus
Titel: Text Editor Pro 3.3.3
Beitrag von: SiLæncer am 08 März, 2018, 22:00
Changelog

Moved duplicate checker (tools) to find duplicates (search)
Downgraded AlphaSkins controls to v13.00

[close]

http://texteditor.pro/
Titel: Atom 1.25.0 Beta 3
Beitrag von: SiLæncer am 09 März, 2018, 09:50
(https://s26.postimg.org/6bt5lin89/screenshot_265.jpg)
A powerful and flexible application that works as a text and source code editor with syntax highlight, or alternately as a file viewer.

MIT License

Whats new:>>

Fixed a bug that prevents dragging a pane to a closed dock (#16863)
Fixed a bug where Atom incorrectly required the USERNAME environment variable to be set (#16823)
Fixed performance and rendering issues in the command palette (atom/command-palette#109, atom/atom-select-list#25)

https://atom.io/
Titel: QOwnNotes v18.03.4
Beitrag von: SiLæncer am 09 März, 2018, 10:45
(https://s26.postimg.org/hfer16hsp/screenshot_106.png)
QOwnNotes is a text editor / notepad replacement with markdown support and todo list manager. The program supports themes, keyboard shortcuts, syntax highlighting, and encryption. Includes available nested file list, tags, search, and more. Optionally works with the notes application ownCloud or Nextcloud.

Cross-platform with clients available for Mac and Linux.

License:    GPL

Changelog

if you scroll to the bottom of the script list in the Script repository now the next 30 scripts will be loaded
if you clear the text in the search bar of the Script repository the script list will be reloaded with the first 30 of all scripts

[close]

http://www.qownnotes.org/
Titel: CudaText 1.45
Beitrag von: SiLæncer am 09 März, 2018, 14:00
(https://s26.postimg.org/orql8dkpl/screenshot_257.png)
Create programming scripts with this powerful tool that supports more than 130 languages and allows users to work concurrently on as many as six groups of projects.

Freeware

Changelog

+ add: avoid flicker of folded blocks (unfold-fold) when editing Markdown/Python/etc files
+ add: ProjectManager: option "Toolbar icons"; option uses icons in folder data/projtoolbaricons
+ add: sidebar button "hamburger", which shows copy of main menu as popup
+ add: command "show main menu as popup"
+ add: command "toggle main menu", menu showing is saved to history
+ add: lexer PowerShell: small fixes
* change: TabsList: removed Config dialog

[close]

http://www.uvviewsoft.com/cudatext/
Titel: QOwnNotes v18.03.5
Beitrag von: SiLæncer am 10 März, 2018, 08:30
Changelog

added Hiligaynon translation and Urdu translation (a big thank you to BaTz and mr_aamirijaz)

    join us at QOwnNotes on Crowdin to make QOwnNotes available in more languages or help with the current translation

there now is a button Load more scripts in the Script repository that will be shown if there are more scripts available to load from the GitHub script repository
added more Brazilian Portuguese, Spanish, Italian, German and Bengali translation (thank you AnikHasan, mlocati, richarson and mlimacarlos)

[close]

http://www.qownnotes.org/
Titel: Notepad3 v3.18.223.908
Beitrag von: SiLæncer am 11 März, 2018, 09:45
(https://s26.postimg.cc/hqfjo9ard/screenshot_1232.png)
Notepad3 is a lightweight piece of software that overcomes some of the well-known limitations of Windows standard text editor while providing syntax highlighting support.

Freeware

Changelog

Enhancement: Replace (virtual) rectangular (empty) selection.
Fix: Minor issues in context of undo/redo (virtual) rectangular (empty) selection.
CR: Changed initial/reset ToolBar button selection.
Enhancement: Allow negative values for Extra Line Spacing (compact line view).
Enhancement: Dynamic horizontal scroll bar width adaption.
Enhancement: Wrap to Column allowed w/o selection (use complete text)
CR: Moved "Show Toolbar" and "Show Statusbar" from Settings Menu to View Menu.
Enhancement: Added "Shift+F1" Accelerator Key to open "About..." box.
Fix: Static URL string to open version check website.
Fix: Tidy up menu navigation via keyboard.
Fix: Paste multi-line clipboard into rectangular selection.
Fix: Copy/paste and redo/undo on empty/virtual rectangular selection.
Enhancement: Changed tab-stop order while navigating several dialogs.
Enhancement: Automatic Updates and incorporated launch of update installer "wyUpdate.exe".
CR: Added Accelerator Key (Alt+NK0) to launch new empty instance of NP3 (same as Alt+0).
Fix: Prepare (i) for Scintilla's Position type change to 64-bit.
Refactoring: Global naming.
Fix: Corrupted "Page Setup..." dialog layout (after changing tab-stop order).
Fix: Pasting into rectangular selections.
Fix: Tab-key and indentation handling.
Fix: Indentation and rectangular selection (final solution still open).
Fix: "Single line selection" criteria.
Fix: Synchronized updates for Toolbar & Statusbar.
Fix: Empty settings string, if ToolbarButtons are reset to defaults.
Fix: Changed navigation keys for "Edit" menu.
Fix: Set virtual space option "SCVS_NOWRAPLINESTART" for Alt-Key down rectangular selection only.
Optimize: Undo/redo stack does not need to store virtual space options.
Fix: Bug in calculating position for thousand separator.
Optimize: Check for Alt-Key down/up to allow drawing rectangular selection in virtual space.
Fix: Handle case: virtual space user access not allowed.
Optimize: Use faster method (SCI direct call) to set/reset virtual space access option.
Fix: Selected default lexer has not been used as default startup lexer.
CR: Changing menu selection key for "Edit" menu.
Scintilla version 4.0.3 and documentation update.
CR: Changing menu Alt+ key for "Edit" menu according to discussion.
Fix: Code folding integrated in margin.
Fix: unique Style IDs.
Fix: Disable folding operations for lexers, which don't support it.
Added: PortableApps AppCompactor call for UPX compression of NP3 binaries.
Added: wyUpdate's client configuration to PortableApps version.
Added: Accelerator Key (Alt+A) to switch ON/OFF occurrences marker/counter.
Added: Styling for folding marks (charset:1 -> circles / case:U -> double lines).
Fix: Default Folding Style: single line after heading.
Change: Folding STyle: case:L/U for box vs. circle style; charset:0/1/2 single line after/before/enclosing.
Added: R-Statistics Code lexer.
Changed: Registry files lexer to support eolfilled on "Added Keys".
Fix: Bug in changed "Windows Registry Files" lexer.
Fix: Undo/Redo action w/o selection sets/preserves selection mode (bug).
Fix: Support styler attribute "eolfilled" in any Reg-Key case (Windows Registry Lexer).
Fix: Small datatype correction.
Fix: Map Toolbar Labels according to bitmap/settings file.
Enhancement: More prominent replace dialog button "In Selection".
Enhancement: "Registry Files" lexer: enable attribute "eolfilled" for all styles of this lexer.
Added: Status/info bar in find/replace dialog.
Fix: "Registry Files lexer: bug in GUID in Key Path with eolfilled attribute.
Fix: Broken swap clipboard w/ selection.
Fix: Restore selection set/replaced by replace dialog.
Added: Feature "Scroll Past End of File" (settings).
Added: Menu entry to check Rizonesoft.com directly for updates.
Added: Seperator on help menu update entries.
Adapted VS compiler version string for About dialog.
Change: Compiler optimization flags for release build.
Fix: Fill find/replace search box with selection/clipboard on non switching Ctrl+F/H.
Fix: Bug detecting find/replace dialog is foreground or not.
Fix: Initial .ini file: corrections for labeling toolbar icons.
Change: Revert compiler optimization settings back to "Maximize Speed (/O2)" combine with 2nd opt. "Favor Size or Speed: Favor small code (/Os)".
Fix: Performance issue: Replace All - delay status update until transaction finished.
Change: Encoding type of Version.h from UTF-8 (Signature) to UTF-16 LE, to get Copyright sign right
Change: Change start of project on GitHub (date) to 2015 (Version.h).
Executables now compressed with NRV2E method.

[close]

http://www.rizonesoft.com/downloads/notepad3/
Titel: Notepad3 3.18.311.928
Beitrag von: SiLæncer am 12 März, 2018, 16:50
Changelog

Fix: Swap clipboard while pasting into selection
New: About Box (RichEdit library 2.0)
Enh: Pressing F3 at Find/Replace dialog performs a find and switches focus to main window
Change: Accelerator Keys: (Alt+0: Toggle Transparency), (Alt+Shift+N: Launch new empty window)
Fix: Activation of Undo TB-Icon on operations, that can't be undone
Fix: Onigmo: use CR (r) as mono line-break symbol too
Fix: Format number with thousand seperator and digit grouping acording to regional settings
Fix: Integration of "tellenc" encoding detection ideas
Fix: Use Windows regional ANSI Code Page settings for fallback in case of file encoding detection failure (instead of default encoding for created files)
Fix: Use all ASCII line breaks for line termination ($) meta char
Fix: Onigmo backward search
Fix: Consider "load 7-bit ASCII as UTF-8" settings on encoding detection
Change: Move "About..." dialog call to end of Help menu
Change: Added "tellenc" acknowledgement to About test
Fix: Added BOM detection to encoding analysis
Change: Version info in About text
Add: Version string patching commands for different local builds
Fix: Issue regarding hyperlink positioning of AboutBoy in case of none standard sytem font styling
Change: New compiler version
Change: Accelerator-Key to toggle transparency mode (Alt+0 => Alt+G)

[close]

http://www.rizonesoft.com/downloads/notepad3/
Titel: QOwnNotes 18.03.6
Beitrag von: SiLæncer am 13 März, 2018, 05:20
Changelog

the Allow note editing menu item was moved to the Note menu (for #866)
the text was changed to Allow all note editing if note editing is disabled and Disallow all note editing if note editing is enabled
fixed possible duplicate list entries in the Script repository
added more Czech, French, Catalan, German, Tagalog, Brazilian Portuguese, Italian and Spanish translation

[close]

http://www.qownnotes.org/
Titel: Typora 0.9.45 Beta
Beitrag von: SiLæncer am 13 März, 2018, 12:19
(https://s26.postimg.org/w2onuosnt/screenshot_64.png)
Swiftly write, edit, format and convert text to HTML with the help of this modern looking, streamlined and novice-accessible piece of software.

Freeware

Changelog

Task lists follows GFM's spec (#643). You may need to update your theme if your theme are downloaded.
Support disable auto-warp for code fences.
Support paste image directly. Add default actions and quick actions when insert images.
New language supports: German by rcvd and Gert, Czech by byDave251, Greek by kiriakosv.
Add mediawiki-texvc support for math.
Improve UI for mermaid and sequence.
Fix bug for copy and resize table.
Improve export quotation for math equations for PDF, ePub and image output.
Fix parsing errors for blockquote and emphasis.
Fix bugs relates to Chinese IME.
Other bug fix and improvements.

[close]

http://www.typora.io/
Titel: CudaText 1.45.2
Beitrag von: SiLæncer am 13 März, 2018, 13:22
Whats new:>>

+ add: minimap can show nice tooltip, when mouse cursor moves over minimap area (like KWrite)
+ add: option "minimap_tooltip_show"
+ add: option "minimap_tooltip_line_count"
+ add: option "minimap_tooltip_width"

http://www.uvviewsoft.com/cudatext/
Titel: HtLite 5.0.0.0
Beitrag von: SiLæncer am 14 März, 2018, 04:50
(https://s26.postimg.cc/pw2fa422x/screenshot_172.png)
Umfangreicher HTML/XHTML Editor.  Jeder externe Browser zur Seitenansicht einstellbar.  Wer keinen HTML Designer zur visuellen Gestaltung seiner Seiten benötigt, sondern nur einen komfortablen Code-Editor sucht, erhält hier eine hervorragende Alternative.

Freeware

http://www.winsoftware24.com/HtLite.html
Titel: ProgramEdit 4.6.5
Beitrag von: SiLæncer am 14 März, 2018, 17:45
(https://s26.postimg.org/lz5vav3mh/screenshot_992.jpg)
ProgramEdit - a free Windows® software source-code editor. ProgramEdit includes language support for HTML, Ada, C/C++, C#, CSS, JAVA, JavaScript, Perl, PHP, Python, Ruby, VB, VBScript, Verilog, VHDL and Batch(.bat) files. Other features include tabbed file selection, text highlighting, find & replace, regular expressions, sesssions, bookmarks, multiple undo/redo and hyperlinks.

Freeware

Whats new:>>

Add Tools/Trim Trailing WhiteSpace
Add Option/Backup folder files (maximum)
Fix minor bug in Replace/Replace All for Regular Expressions

http://simplesolverlogic.com/index.html
Titel: Typora 0.9.47 Beta
Beitrag von: SiLæncer am 14 März, 2018, 19:45
Whats new:>>

Fix regression bugs and improve image copy logic in v0.9.45



0.9.46 Beta

    Fix night theme styles.
    Fix regression bugs and improve image copy logic in v0.9.45

http://www.typora.io/
Titel: Text Editor Pro 3.4.0
Beitrag von: SiLæncer am 14 März, 2018, 21:20
(https://s26.postimg.org/8fepd5amx/screenshot_187.png)
Text Editor Pro (formerly EditBone) is a powerful text editing tool that comes with syntax highlighting support for over 50 languages and scripts, customizable with over 100 options, 29 ready made styles, a handy file comparison feature, unicode character map, numerical unit convert tool, SQL formatter, and support for multiple directories and search results.

Freeware

Changelog

Added toolbar options
Added reopen count main menu option
Added open and save for options
Added refresh for output
Fixed wrap around search option
Fixed completion proposal case sensitivity
Updated language files
Updated AlphaSkins controls

[close]

http://texteditor.pro/
Titel: Google Web Designer 3.0.0.0312 Beta
Beitrag von: SiLæncer am 15 März, 2018, 05:40
(http://images.six.betanews.com/screenshots/scaled/1380653954-1.jpg)
Google Web Designer allows you to create engaging, interactive HTML5-based designs and motion graphics that can run on any device. Let us handle the HTML5 and CSS3 so you're free to focus on what you love to do: creating gorgeous visual experiences. A full design suite lets you easily bring any vision to life. If you're feeling more hands-on, all the code behind your designs is hand-editable, so you're never locked out of your own work. Your ideas are now amplified by code - not restricted by it.

Freeware

Changelog

Ad environment conversion:

Change the ad environment with the new File > Ad environment menu command.

Components panel:

Double-clicking a component in the Components panel now adds it to the center of the stage.

File browse for image and video source:

The Properties panel for images and the Video component now lets you browse your file system for source files.

Help panel:

View help articles without leaving the Web Designer window by going to Help > Help center > Help panel.

Performance improvements:

Fixed performance issues with the timeline, including Advanced mode scrubbing, switching to Quick mode, opening a file in Quick mode, and switching between Code view and Design view while in Quick mode.
Improved the performance of element modification and selection on stage when the Properties and CSS panel aren't visible and expanded.

3D component (beta):

A new component for including interactive 3D models has been added for beta use. Initially, only a limited set of pilot users can serve ads with this component.

Fixes and improvements since version 2.0.5.0124:

CSS panel:

Fixed issue where the "Add property" button added an empty, non-editable property in an active media rule.
The Shift and Ctrl/⌘ keys now allow range selection and multi-selection for CSS panel rules in the same way that other selectable lists in the UI do.

Text:

[Dynamic] Text in an empty div can now be styled in the Text panel.
Fixed issue with the Text tool options bar and Text panel settings disappearing after undo.
Fixed issue with text files displaying incorrectly when opened while the Text tool is selected.

Timeline:

Fixed issue with the label name dialog appearing off-screen after scrolling the timeline.
Fixed issue with radial gradient backgrounds for pages not displaying in Quick mode thumbnails.
Fixed issue where Quick mode thumbnails didn't reflect changes in SVG shape width.
Fixed issue with Quick mode thumbnails showing invisible and deleted elements.
Fixed performance issue with editing a motion path in a file with many animated elements.
Fixed performance issue with scrubbing the timeline in a file with hundreds of elements.

Workspace (Panels and UI):

[Panels] Fixed issue with adding a new panel to a group of three tabbed panels after closing a tab.
[Panels] Panel menu now closes when dragging panels.
[Panels] Fixed hidden tab visibility issue.
[Options bar] Fixed issue with the More icon not showing when Web Designer launched at the minimum window size.
[Scrollbars] Fixed issue with scrollbars disappearing when switching between documents.

Other:

"NEW" indicator for templates is now translated on the start screen.
[Gradient editing] Fixed issue with the center point in the radial gradient editing tool not moving as expected.
[SVG shapes] Fixed issue with the dynamic bindings dialog including inner SVG shape elements in the list of selectable elements.
[Groups] Fixed image flickering issue when text is edited or elements are added or removed.
[Copy and paste] Fixed issue with animations not playing for a group instance copied from a document with multiple pages to a document without additional pages.
[Preferences dialog] Updated syntax highlighting for HTML in the code editor in the Preferences dialog.
Fixed issue where the gwd_webcomponents_min.js file was sent to the recycle bin upon every launch instead of getting deleted.
Fixed issue where outdated template files were sent to the recycle bin after an update instead of getting deleted.

[close]

http://www.google.com/webdesigner
Titel: Infinitex 0.9.7
Beitrag von: SiLæncer am 15 März, 2018, 09:05
(https://s26.postimg.org/vduquoku1/screenshot_741.png)
Sophisticated LaTeX editor with a compiler, math editor, templates and a simple but just as elegant text editor for programming purposes.

License: GPLv3

Whats new:>>

Fixed: It starts to get slow after 1m lines
Also decorated the search and replace dialog

https://github.com/fetacore/Infinitex
Titel: Atom 1.25.0
Beitrag von: SiLæncer am 16 März, 2018, 09:07
(https://s26.postimg.org/6bt5lin89/screenshot_265.jpg)
A powerful and flexible application that works as a text and source code editor with syntax highlight, or alternately as a file viewer.

MIT License

Changelog

Notable Changes:

Electron has been upgraded to 1.7.11.
Support greatly improved syntax highlighting and code folding with a next-generation parsing system called tree-sitter. See the pull request for details about opting in to try it out.
Dialogs launched with the Atom API, including confirm and save, may now be asynchronous. Add a callback to atom.confirm() and showSaveDialog calls to opt-in to the asynchronous forms.
Python language support is being overhauled substantially and now supports function annotations, async functions, string formatting, f-strings, and binary strings.
style attributes within HTML documents are tokenized as CSS.
The GitHub package has a configuration setting to control automatic hard-wrapping of commit messages composed in the mini-editor.
The GitHub package's diff view no longer scrolls when it shouldn't.
Filemode changes and changes to symlinks are shown and handled properly by git operations.
Duplicate snippet keys are an error and prevent the loading of erroneous user snippets.
The spell-check package supports an excludedScopes setting to prevent spellchecking from being performed on specific grammatical constructs.
Window dimensions are saved on resize rather than blur, which improves reliability.
atom --wait can reuse an existing window and return when the named buffers or folders are closed.
Some TextEditor settings may be preserved when the language mode changes.
atom.commands.dispatch() returns a Promise that resolves after all handlers complete.
Perform all configuration file I/O in the main process, to prevent race conditions that occur when multiple windows interact with the configuration file at once.
Enable snippets within strings and comments.
TypeScript files with a .tsx extension are now discovered by custom transpilers.
Fixed an issue where panes could not be dragged into closed docks.

[close]

https://atom.io/
Titel: BirdFont 3.6.4
Beitrag von: SiLæncer am 16 März, 2018, 13:21
(https://s26.postimg.cc/rd1s4grdl/screenshot_137.png)
BirdFont is a free font editor that lets you create vector graphics and export TTF, EOT & SVG fonts.

License: Open Source

http://birdfont.org/
Titel: Atom 1.26.0 Beta 0
Beitrag von: SiLæncer am 16 März, 2018, 16:50
(https://s26.postimg.org/6bt5lin89/screenshot_265.jpg)
A powerful and flexible application that works as a text and source code editor with syntax highlight, or alternately as a file viewer.

MIT License

Changelog

    Notable Changes:

    Added experimental file system watcher support.
    Improved support for git worktrees.
    Updated fuzzaldrin-plus across a few packages to get better fuzzy path searching.
    Improved file rename detection in the watchPath API.
    Initial support for a new Atom project file format.
    Package authors can now control the order of context menu items.
    Chromium 56's "system-ui" generic font family is now used to load platform-specific system fonts.
    Atom's .deb package dependencies have been expanded to enable installation inside headless environments.
    Fixed crashes caused by missing USERNAME/USER environment variables.
    atom --wait now works correctly with Windows file paths.
    User interface polish around typing, scroll wheel scaling, and editor text rendering.
    Fixed an issue where panes sometimes do not fill available space.
    Syntax grammar updates for language-java, language-javascript, language-php, and language-yaml.

[close]

https://atom.io/
Titel: Infinitex 0.9.8
Beitrag von: SiLæncer am 16 März, 2018, 20:40
(https://s26.postimg.cc/s2iek74jd/screenshot_968.png)
Sophisticated LaTeX editor with a compiler, math editor, templates and a simple but just as elegant text editor for programming purposes.

License: GPLv3

Whats new:>>

Added a portable executable for windows in case anyone is from a networked computer and cannot install software with admin priviledges. Autoupdates might not work on it. Also bumped to latest beta Electron release with new libchromium, nodejs and v8.

https://github.com/fetacore/Infinitex
Titel: QOwnNotes v18.03.7
Beitrag von: SiLæncer am 17 März, 2018, 10:45
(https://s26.postimg.org/hfer16hsp/screenshot_106.png)
QOwnNotes is a text editor / notepad replacement with markdown support and todo list manager. The program supports themes, keyboard shortcuts, syntax highlighting, and encryption. Includes available nested file list, tags, search, and more. Optionally works with the notes application ownCloud or Nextcloud.

Cross-platform with clients available for Mac and Linux.

License:    GPL

Changelog

there now is a new scripting command script.fetchNoteById() to fetch a note by its id (for #871)

    for more information please take a look at the scripting documentation

there now is a new scripting command script.getSaveFileName() to show a save file dialog (for #871)

    for more information please take a look at scripting documentation

there now is a new scripting command script.selectedNotesIds() to return a list of the ids of all selected notes (for #871)

    for more information please take a look at scripting documentation

there now is a new scripting command script.writeToFile() to write text to a file (for #871)

    for more information please take a look at scripting documentation

there now is a new method toMarkdownHtml() for NoteApi to get the generated html of a note (for #871)

    for more information please take a look at scripting documentation

there now is a new script Export notes as one HTML file in the Script repository to export multiple notes as one HTML file (for #871)
the text case toggling feature now automatically selects the word under the cursor if no text was selected (thank you @schittli)

    additionally, the original cursor- and text-selection will be restored

added more Czech, Dutch, Catalan, German, Indonesian, Brazilian Portuguese, Italian and Spanish translation (thank you hruban, rizki271197, rakekniven, Fabijenna, richarson, MGuerra, mlimacarlos and mlocati)

[close]

http://www.qownnotes.org/
Titel: Quoll Writer 2.6.7
Beitrag von: SiLæncer am 17 März, 2018, 19:40
(https://s26.postimg.org/y1lrd9wd5/screenshot_792.png)
Concentrate on your writing by turning to this application that lets you create chapters, characters, locations or items and link them with each other in an intuitive manner.

Apache License 2.0

http://quollwriter.com/index.html
Titel: AlephNote v1.6.10
Beitrag von: SiLæncer am 18 März, 2018, 09:40
(https://s26.postimg.org/9xvg8gxft/screenshot_796.png)
AlephNote is extensible, lightweight desktop note manager. Features include search, interactive checkbox lists highlighting, clickable highlighted links, notes backup, drag-and-drop capability for files and text, and sorting notes into folders. The program supports tags, in-editor markdown rendering, customizable shortcuts, stay-on-top capability, tray control, themes, and more.

Notes can be saved locally or synchronized with cloud services including Simplenote, Standard Note, Nextcloud/ownCloud.

License:    MIT

https://github.com/Mikescher/AlephNote
Titel: RJ TextEd 12.91
Beitrag von: SiLæncer am 19 März, 2018, 05:30
(http://images.six.betanews.com/screenshots/scaled/1187014627-1.jpg)
RJ TextEd - A Unicode source and text editor. RJ TextEd is a full featured text and source editor with Unicode support, syntax highlighting and code folding. The functionality extends beyond text files and includes support for HTML editing with integrated preview, spell checking, auto completion, HTML validation, templates and more. The program also include support for Topstyle Lite CSS editor, has a dual pane file commander, as well as a FTP client to upload your files. The editor uses language files to display menus and dialogs in different languages. There are several included languages. New language files can easily be created in the editor. RJ TextEd is also a simple web development tool. The editor can use auto completion and hints to assist you in editing your source code. You can preview HTML/ASP/PHP... code using one of the preview tabs or open a document in a browser. The editor does not only handle source code. It also handles true ASCII files, binary files and of course plain text files.

Licence: Freeware

Changelog

Toggle browser view:

Made some code changes to fix a few issues with the browser view. The IE browser should work now and the Chrome browser should open more reliably now.

IE and Chrome preview:

Made some code changes to the preview functions to make sure the document is opened properly in the preview pane.
Fixed a few glitches in all preview panes.

Insert abbreviation and text clip:

If the option to insert spaces with tab key is set - all tabs in abbreviations and clips are converted to spaces. Otherwise, real tabs are inserted.

Find/Replace:

Unicode searches should work properly now using x{FFFF}.

Misc:

Made some internal improvements to the editor background thread.
Improved communication between editor and background thread.
Documents should close a little bit faster.

Fixed:

Heredoc issue in PHP syntax highlighter.
Word wrap issues.
Highlight selections.
Misc issues reported by users or found while testing.

[close]

http://www.rj-texted.se/
Titel: Notepad++ 7.5.6
Beitrag von: SiLæncer am 19 März, 2018, 09:14
(https://s26.postimg.cc/phfjnedi1/screenshot_235.png)
Notepad++ is a tabbed source code editor and Notepad replacement with a customizable interface. It is one of the few few source code editors that supports "folding," allowing users to quickly reduce and expand sections of code to see the overall document. In addition, it features multi-language syntax highlighting, auto-completion, regular expression search/replace, macro recording and playback, etc. The program can access a long list of plug-ins via an easy-to-access menu with even more features and functions.

License: GPL

Changelog

Fix macro playing back crash issue on new added "find previous" and "find next" buttons
Function List enhancement: Highlight the current function based on cursor position
Fix crash on styler dialog of User Defined Language dialog
Fix file status detection issue under Windows XP
Ghost typing enhancement: Unicode, syntax highlighting and speed support
check the url for the usage of ghost typing on command line: https://notepad-plus-plus.org/features/ghost-typing.html )
Add a message from outer space

[close]

http://notepad-plus-plus.org/
Titel: CudaText 1.46.0
Beitrag von: SiLæncer am 19 März, 2018, 12:28
(https://s26.postimg.org/orql8dkpl/screenshot_257.png)
Create programming scripts with this powerful tool that supports more than 130 languages and allows users to work concurrently on as many as six groups of projects.

Freeware

Changelog

Change: dialog "Go to" simplified, now it's simple modal form, like Commands dialog
Fix: with session reopened, if single file opened from shell, it wasn't activated
Fix: "restore lexer styles" didn't work

[close]

http://www.uvviewsoft.com/cudatext/
Titel: QOwnNotes v18.03.8
Beitrag von: SiLæncer am 21 März, 2018, 05:10
Changelog

the scripting command script.writeToFile() now writes text to a file in the UTF-8 character set (for script issue #25)

    for more information about the command please take a look at scripting documentation

added the plug opengl to the snapped version of QOwnNotes to prevent OpenGL AppArmor errors (for #875)
added the plug removable-media to the snapped version of QOwnNotes to allow access to mounted folders (for #876)
added more Japanese, Dutch and Hungarian translation (thank you piyo and Fabijenna)

[close]

http://www.qownnotes.org/
Titel: BabelEdit 1.0.0
Beitrag von: SiLæncer am 21 März, 2018, 05:15
(https://s26.postimg.cc/7efmb9imh/screenshot_979.png)
A translation editor that can process one or more JSON files at the same time, providing support for both json and namespaced-json formats.

Freeware

Changelog

Features:

Leaving beta phase: Full release of BabelEdit
Filter translations by translated, approved and/or substring
Comment field for each translation id
List view
CSV file eport + import

Fixes:

Focus indicator on translation tets

[close]

https://www.codeandweb.com/babeledit
Titel: Textosaurus 2018.03.21
Beitrag von: SiLæncer am 21 März, 2018, 21:20
(https://s26.postimg.org/nci2yebnd/screenshot_623.png)
extosaurus (previously named Textilosaurus) is a Scintilla-based text editor with a configurable, tabbed interface and syntax highlighting. The program includes uploaders, tools for scripting, XML, JSON, MIME and supports a wide variety of text encoding.

64-bit only. Cross-platform with a Linux version available.

License:    GNU GPLv3

Whats new:>>

XML substyle mappings

https://github.com/martinrotter/textosaurus
Titel: Google Web Designer 3.0.1.0319 Beta
Beitrag von: SiLæncer am 22 März, 2018, 11:28
(http://images.six.betanews.com/screenshots/scaled/1380653954-1.jpg)
Google Web Designer allows you to create engaging, interactive HTML5-based designs and motion graphics that can run on any device. Let us handle the HTML5 and CSS3 so you're free to focus on what you love to do: creating gorgeous visual experiences. A full design suite lets you easily bring any vision to life. If you're feeling more hands-on, all the code behind your designs is hand-editable, so you're never locked out of your own work. Your ideas are now amplified by code - not restricted by it.

Freeware

Changelog

Pasting now works when editing text.
Fixed issue with "Unable to get property 'remove' of undefined or null reference" error when expanding the ad in Internet Explorer.
Carousel Gallery and Swipeable Gallery components now work correctly in Chrome.

[close]

http://www.google.com/webdesigner
Titel: TeXstudio 2.12.8
Beitrag von: SiLæncer am 22 März, 2018, 16:07
(https://s26.postimg.cc/qg3rilqfd/screenshot_273.png)
GPL-LaTeX-Editor, der das Erstellen von LaTex-Dokumenten in Unicode vereinfacht; unterstützt den Nutzer beim Schreiben mittels interaktiver Rechtschreibprüfung, Syntax-Highlighting, Code-Folding und automatischer Code-Vervollständigung.

Lizenz: Open Source

Whats new:>>

bug fixes

http://texstudio.sourceforge.net/
Titel: Hosty 0.7.6
Beitrag von: SiLæncer am 23 März, 2018, 19:15
(https://s26.postimg.cc/5x5w1j9l5/screenshot_536.png)
Hosty is a HOST's manager that allows you to import and export your custom HOST's.

Hosty is relatively simple to use. Add a group, or groups and then add and websites or URL's you like. Each URL can be toggled on and off easily. The File menu allows you to import or export your saved HOST'S. Settings only have an option for a dark theme.

License: Open Source

https://github.com/fiahfy/hosty
Titel: BaseX 9.0
Beitrag von: SiLæncer am 24 März, 2018, 18:40
(https://s26.postimg.cc/zexqg30d5/screenshot_63.png)
BaseX is a Java-based software application that integrates an XML database and XQuery text editor. It is wrapped in a user-friendly working environment and comes packed with several useful options and configuration parameters for experienced users.

BSD License

Changelog

XQUERY:

Comprehensive extensions in the internal XQuery optimizer framework
Dynamic hash joins rewritings of general comparisons
Register query jobs as persistent services
Process very large CSV files via the new CSV 'xquery' format
Update Module: higher-order functions for performing updates
Unified static typing, including maps, arrays and function items
COPYNODE: Lightweight copying of XML fragments
ENFORCEINDEX: Enforce rewriting for index access

STORAGE:

Improved database compression (short strings, whitespaces)

WEB APPLICATIONS:

Permissions layer: Unified definition of RESTXQ access patterns
RESTXQ: Full support for client- and server-side quality factors
REST: Run BaseX command scripts
Web server upgrade to Jetty 9

REPOSITORIES:

Combined packaging mechanism (XQuery and Java)
Java Packaging: Bundling of additional libraries

DISTRIBUTIONS:

Revised detection and configuration of BaseX home directory
Windows executable: better detection of Java libraries
DBA: BASEX DATABASE ADMINISTRATION
Improved editing and evaluation of XQuery modules
Revised file, session and job management

MINOR UPDATES:

NEW: convert:binary-to-integers: return binary data as octets
NEW: db:option: return value of system option
NEW: fetch:xml-binary: retrieve XML from binary data
NEW: jobs:invoke: schedule job based on input file
NEW: out:cr: return carriage return
NEW: proc:fork: execute command in separate thread
NEW: prof:track: measure runtime and memory
NEW: util:replicate: return results multiple times
NEW: IGNOREHOSTNAME (certificates verification)
UPDATE: convert:integers-to-(base64|hex) renamed
UPDATE: file:read-text-lines: new $offset/$length arguments
UPDATE: fn:put: specify serialization parameters
UPDATE: http:send-request: support for compressed responses
UPDATE: proc:system, new input option: pass on stdin
UPDATE: prof:time, prof:memory: signatures updated
UPDATE: sql:execute(-prepared) returns update count
UPDATE: update:output(-cache) renamed; before: db:output(-cache)
UPDATE: web:response-header: status/message attributes
UPDATE: xquery:eval: new pass option (pass on error info)
UPDATE: xquery:eval-update renamed; before: xquery:update
UPDATE: xquery:parse(-uri): base-uri option added
UPDATE: xslt:transform(-text): cache XSLT transformer
UPDATE: JSON Module, 'xquery' format renamed; before: 'map'
UPDATE: Lazy Module renamed; before: Streaming Module
UPDATE: GUI: serialization parameters for result output
UPDATE: XQuery: numeric errors replaced with descriptive names
UPDATE: BaseXServer option -c accepts URLs and file references

[close]

http://basex.org/
Titel: Network Notepad 5.0.7
Beitrag von: SiLæncer am 25 März, 2018, 20:30
(https://s26.postimg.org/xgk4mizex/screenshot_776.png)
Network Notepad is a specially designed application for creating interactive network diagrams.

Now you can use this accessible and easy-to-use instrument to create or manage the diagrams you need.

Point-and-Click Telnet/ Browse/ User-definable
Network Management.
Simple Drag and Drop interface.
Open, Text Based File Format.
Printing.
Linked Diagrams.
Flow Charts.

Freeware

Whats new: >>

BugFix: Display IP addresses button was not working correctly.
BugFix: Error when selecting Edit Source.
BugFix: Can now print to the selected printer rather than the default printer.

http://www.networknotepad.com/index.htm
Titel: CudaText 1.47.0.0
Beitrag von: SiLæncer am 26 März, 2018, 13:03
(https://s26.postimg.org/orql8dkpl/screenshot_257.png)
Create programming scripts with this powerful tool that supports more than 130 languages and allows users to work concurrently on as many as six groups of projects.

Freeware

Changelog

+ AddonManager/Install:
  + full list is sorted by caregory+name
  + allows to choose kind of addons, first item <Category>
  * disabled fuzzy search
  * filter only by addon name (not by description)
 
+ add: API
- fix: "lexer dynamic hiliting" was broken after text editing
- fix: command File/Reopen must keep bookmarks

[close]

http://www.uvviewsoft.com/cudatext/
Titel: Textosaurus 2018.03.26
Beitrag von: SiLæncer am 26 März, 2018, 13:50
(https://s26.postimg.org/nci2yebnd/screenshot_623.png)
Textosaurus (previously named Textilosaurus) is a Scintilla-based text editor with a configurable, tabbed interface and syntax highlighting. The program includes uploaders, tools for scripting, XML, JSON, MIME and supports a wide variety of text encoding.

64-bit only. Cross-platform with a Linux version available.

License:    GNU GPLv3

Whats new:>>

Added:

More precise styling for SQL, CSS lexers.

Fixed:

Opening multiple files via drag-drop action. (#26)
Better regex for URL recongition. (#25)
Correct saving of custom color schemes when some substyle was explicitly removed.
Color scheme editor correctly handles removing of substyles.

https://github.com/martinrotter/textosaurus
Titel: QOwnNotes 18.03.9
Beitrag von: SiLæncer am 27 März, 2018, 05:30
(https://s26.postimg.org/hfer16hsp/screenshot_106.png)
QOwnNotes is a text editor / notepad replacement with markdown support and todo list manager. The program supports themes, keyboard shortcuts, syntax highlighting, and encryption. Includes available nested file list, tags, search, and more. Optionally works with the notes application ownCloud or Nextcloud.

Cross-platform with clients available for Mac and Linux.

License:    GPL

Changelog

you can now choose to create a new note when clicking on a "broken" note-link in the note edit or the preview (for #736)
added more Czech translation (thank you hruban)

[close]

http://www.qownnotes.org/
Titel: BowPad 2.3.6
Beitrag von: SiLæncer am 28 März, 2018, 12:26
(https://s26.postimg.cc/h0ofzpokp/screenshot_1153.png)
BowPad is a small and fast text editor with a ribbon user interface and syntax highlighting.

Features:

syntax highlighting for over 100 file types and languages
handling of many different encodings, including UTF-8, UTF-16 and even UTF-32
easy ribbon user interface
navigation hints in the vertical scrollbar
coloring of open tabs according to their path
extendable with plugins written in jscript or vbscript

Freeware

Whats new:>>

Button in statusbar to allow turning the .editorconfig off
fixed delay when closing the window

http://stefanstools.sourceforge.net/BowPad.html
Titel: Alternate Text Browser 3.190
Beitrag von: SiLæncer am 28 März, 2018, 13:37
(https://s26.postimg.org/f10vppk49/screenshot_84.png)
This program makes it easy to browse through text- and html-files (also xml), syntax highlighting for serveral programming languages available (C++, Pascal, PHP, Perl, ASM, JScript etc.).

Freeware

Whats new:>>

Hungarian translation added by LaMoLa, many thanks :)
Calculator 3.200, Memo 2.890 added

http://www.alternate-tools.com/pages/c_textbrowser.php?lang=ENG
Titel: Resource Hacker 4.5.32
Beitrag von: SiLæncer am 28 März, 2018, 19:30
(http://images.betanews.com/screenshots/978208949-1.gif)
Resource Hacker is a utility to view, modify, add, delete, and extract resources in Windows executables. It incorporates an internal resource script compiler and decompiler.

Freeware

Changelog

Bugfix:

Fixed bugs when extracting text resources to RC files from the commandline (related to ansi/unicode conversion).
Occasionally the pop-up display of menu resources was too narrow to show all the menu items.
Update: Other minor cosmetic changes and fixes.

Update:

More logical naming of binary files when extracting to RC files.

[close]

http://www.angusj.com/resourcehacker/
Titel: QOwnNotes v18.03.10
Beitrag von: SiLæncer am 30 März, 2018, 09:30
Changelog

broken note-links are now highlighted in the note edit (for #736)

    there is a new entry Broken link in the Color schema settings where you can change the styling

years were bumped to 2018
added repositories for openSUSE Leap 15, SUSE Linux Enterprise 15 and SUSE Linux Enterprise 12 SP3

    please visit the openSUSE installation page for instructions

added more Brazilian Portuguese, Italian, Catalan, Spanish, German, French, Dutch and Hungarian translation (thank you mlimacarlos, mlocati, MGuerra, richarson, rakekniven, bepolymathe and Fabijenna)

[close]

http://www.qownnotes.org/
Titel: Ron's Editor 2018.03.29.1544
Beitrag von: SiLæncer am 30 März, 2018, 16:30
(http://images.six.betanews.com/screenshots/scaled/1350146574-1.jpg)

Ron's Editor is the ultimate CSV editor, designed to be easy to use, but powerful enough to handle anything needed of it. Any tabular text format can be opened through confirurable seperators and full support for text encodings, and can then be exported to many formats including Excel. CSV files can be merged, or seperated, and the professional editing capabilites and power tools used for conversion and data cleaning.

Changelog

New features    

    Filter added to Go to Column window.
    Fixed width column positions can be saved and loaded on import.
    Empty column names now allowed.
    Search(s) can now ignore accented characters.
    More character encodings added to Export.

[close]

http://www.ronsplace.eu/Products/RonsEditor
Titel: AlephNote 1.6.11
Beitrag von: SiLæncer am 30 März, 2018, 17:00
(https://s26.postimg.cc/6skrw8cnt/screenshot_1204.png)
AlephNote is extensible, lightweight desktop note manager. Features include search, interactive checkbox lists highlighting, clickable highlighted links, notes backup, drag-and-drop capability for files and text, and sorting notes into folders. The program supports tags, in-editor markdown rendering, customizable shortcuts, stay-on-top capability, tray control, themes, and more.

Notes can be saved locally or synchronized with cloud services including Simplenote, Standard Note, Nextcloud/ownCloud.

License:    MIT

Changelog

Features:

Clear searchbox when clicking on a subfolder
'x' button in searchbox to clear content
Option to automatically start in readonly mode
Synchronize with raw filesystem directory (#7 + #39)
search syntax improvements (search for multiple tags) (#41)
Tag selection/search button (#41)

Bugfixes:

It was possible to edit the note title in readonly mode
Fixed rect selction setting for scintilla (#38)
Fixed missing case for URL-recognition regex (#42)

[close]

https://github.com/Mikescher/AlephNote
Titel: CudaText v1.47.5.0
Beitrag von: SiLæncer am 31 März, 2018, 15:30
Whats new:>>

+ add: API, support for plugin Terminal
+ add: improved auto-closing bracket: now when you type ")" after "(", closing bracket not duplicated (like PyCharm)
+ add: options "log_console", "log_debug"
+ add: option "unicode_full_width"
* change: renamed option "allow_wide_chars" to "unicode_wide_allowed"

http://www.uvviewsoft.com/cudatext/
Titel: FocusWriter 1.6.11
Beitrag von: SiLæncer am 31 März, 2018, 20:00
(https://s26.postimg.cc/if0nmb60p/screenshot_947.png)
FocusWriter hilft Vielschreibern beim Verfassen von Texten. Die Textverarbeitung blendet alle Menüs und Leisten aus. So kann man sich beim Schreiben voll und ganz auf das Wesentliche konzentrieren.

Der Vollbild-Texteditor FocusWriter zeigt als Oberfläche absichtlich lediglich den blanken Text. Daher gelingt es leichter, störungs- und ablenkungsfrei zu schreiben. Auf Wunsch kann man auf zusätzliche Steuerelemente zugreifen und diese per Maus über die Bildschirmränder abrufen.

Außerdem kann bei FocusWriter eine Statuszeile mit der aktuellen Uhrzeit, einem Timer und Statistiken eingeblendet werden. Das geplante Arbeitspensum legt der Schreiber in den Einstellungen in Minuten oder Wörtern fest. Textart und -farbe werden hier ebenfalls ganz nach Wunsch bestimmt.

Mit FocusWriter können mehrere Dokumente parallel bearbeitet werden. Ein Speichern erfolgt im RTF-, ODT- oder TXT-Format. Standardmäßig zeigt die Freeware einen einfarbigen, nüchternen Hintergrund. Wer die Arbeitsumgebung etwas freundlicher und abwechslungsreicher gestalten möchte, kann die Farbe ändern und auch ein eigenes Bild als Hintergrund einblenden.

FocusWriter enthält alle Grundfunktionen einer Textverarbeitung inklusive Textformatierungen, einer Rechtschreibprüfung und dem Suchen und Ersetzen von Wörtern und Textausschnitten. Die Freeware spricht vor allem den Vielschreiber an, der sich allein auf den Text konzentrieren möchte.

Changelog

FIXED: File monitoring prevented saving in Windows
Translation updates: Danish, Slovenian

[close]

http://gottcode.org/focuswriter/
Titel: Zettlr 0.14.3
Beitrag von: SiLæncer am 01 April, 2018, 19:10
(https://s26.postimg.cc/vfll9p4mh/screenshot_956.png)
Write text and conveniently edit it using Markdown with the help of this user-friendly and well-thought-out, Electron based application.

MIT License

Changelog

GUI and functionality:

Fixed a bug that prevented deletion of files and folders.
Removed the now defunct autosave option in preferences.

Under the hood:

Fixed a type error in ZettlrWindow that passed undefined instead of the window to the showMessageBox function.

[close]

https://www.zettlr.com/
Titel: QOwnNotes 18.04.0
Beitrag von: SiLæncer am 01 April, 2018, 19:30
Changelog

fixed a problem with the highlighting of headlines in a non-default highlighting schema on Windows 10 (for #883)
description text of script options in the Script settings is now selectable and links are clickable (for #882)
fixed a problem in the Script repository where searching for a script would also trigger the loading of more items
fixed possible setPointSizeF warnings
added more Polish, Italian, Catalan, Spanish, German, Dutch and Hungarian translation (thank you lucjan, mlocati, MGuerra, richarson, rakekniven and Fabijenna)

[close]

http://www.qownnotes.org/
Titel: Alternate Text Browser 3.200
Beitrag von: SiLæncer am 01 April, 2018, 19:40
(https://i.postimg.cc/TYy7wJVb/screenshot-1429.png)
This program makes it easy to browse through text- and html-files (also xml), syntax highlighting for serveral programming languages available (C++, Pascal, PHP, Perl, ASM, JScript etc.).

Freeware

Whats new:>>

Some GUI improvements
Added Calculator 3.210

http://www.alternate-tools.com/pages/c_textbrowser.php?lang=ENG
Titel: Typora 0.9.48 Beta
Beitrag von: SiLæncer am 03 April, 2018, 11:15
(https://s26.postimg.cc/6a6bupdop/screenshot_1181.png)
Swiftly write, edit, format and convert text to HTML with the help of this modern looking, streamlined and novice-accessible piece of software.

Freeware

Changelog

Add options for preserve or ignore whitespace/single line break when editing or export.
Update mermaid support and re-enable html labels in mermaid diagram.
Use colored emoji on Windows.
Fix bugs on ordered lists.
Improve logic for auto pair.
Remember typewriter/focus mode on window close.
Improve syntax highlight logic in source code mode.
Fix bugs on editing files in One Drive.
Re-open unsaved content when restart Typora after crash.
Add Dutch language support.
Other bug fix.

[close]

http://www.typora.io/
Titel: Text Editor Pro 3.4.1
Beitrag von: SiLæncer am 03 April, 2018, 11:45
(https://s26.postimg.org/8fepd5amx/screenshot_187.png)
Text Editor Pro (formerly EditBone) is a powerful text editing tool that comes with syntax highlighting support for over 50 languages and scripts, customizable with over 100 options, 29 ready made styles, a handy file comparison feature, unicode character map, numerical unit convert tool, SQL formatter, and support for multiple directories and search results.

Freeware

Changelog

Added support center for Text Editor Pro - http://support.texteditor.pro/
Fixed backspace
Fixed selection
Fixed drag and drop
Minor bugfixes
Updated AlphaSkins controls v13.05

[close]

http://texteditor.pro/
Titel: CudaText v1.48.0.0
Beitrag von: SiLæncer am 03 April, 2018, 15:45
(https://s26.postimg.org/orql8dkpl/screenshot_257.png)
Create programming scripts with this powerful tool that supports more than 130 languages and allows users to work concurrently on as many as six groups of projects.

Freeware

Changelog

+ add: option "font_width", it gives new method to detect width of Unicode characters
+ add: improved plugin "Make Plugin", added code to read/write options
- fix: restoring of scroll pos on opening file

[close]

http://www.uvviewsoft.com/cudatext/
Titel: ProgramEdit 4.6.6
Beitrag von: SiLæncer am 04 April, 2018, 16:15
(https://s26.postimg.cc/wcabyxqq1/screenshot_58.png)
ProgramEdit - a free Windows® software source-code editor. ProgramEdit includes language support for HTML, Ada, C/C++, C#, CSS, JAVA, JavaScript, Perl, PHP, Python, Ruby, VB, VBScript, Verilog, VHDL and Batch(.bat) files. Other features include tabbed file selection, text highlighting, find & replace, regular expressions, sesssions, bookmarks, multiple undo/redo and hyperlinks.

Freeware

Whats new:>>

add an individual "BackupSettings" folder to each Session folder
add File filter "Exclude files" for File Find and File Replace
fix several Column-Edit selection bugs
fix several other minor bugs

http://simplesolverlogic.com/index.html
Titel: QOwnNotes v18.04.1
Beitrag von: SiLæncer am 05 April, 2018, 06:20
(https://s26.postimg.cc/hoi1ahlcp/screenshot_978.png)
QOwnNotes is a text editor / notepad replacement with markdown support and todo list manager. The program supports themes, keyboard shortcuts, syntax highlighting, and encryption. Includes available nested file list, tags, search, and more. Optionally works with the notes application ownCloud or Nextcloud.

Cross-platform with clients available for Mac and Linux.

License:    GPL

Changelog

fixed mistakenly questions about creating a new note when Ctrl + clicking on a note or pressing Ctrl + Space in a note
there now is a new checkbox in the Panels settings to use the note edit panel as fixed central widget to be resized if the window or other panels are resized (for #420)

    for new installations of QOwnNotes this will be enabled by default
    for running sessions of QOwnNotes this will be disabled by default
    if this is disabled you are able to create more complex panel layouts, but all panels will be resized if the window is resized

added more Brazilian Portuguese, Spanish and Indonesian translation (thank you mlimacarlos, richarson, zmni)

[close]

http://www.qownnotes.org/
Titel: Text Editor Pro 3.4.2
Beitrag von: SiLæncer am 05 April, 2018, 10:50
Whats new:>>

Added colors print option
Fixed print preview options
Fixed language files

http://texteditor.pro/
Titel: Text Editor Pro 3.4.3
Beitrag von: SiLæncer am 06 April, 2018, 00:00
Whats new:>>

Added -inifilename application parameter
Fixed completion proposal

http://texteditor.pro/
Titel: Jarte v6.2
Beitrag von: SiLæncer am 06 April, 2018, 09:30
(https://s26.postimg.cc/9u8kod0l5/screenshot_168.png)
Jarte is a word processor that uses Window's built-in word processing engine while adding many features missing in WordPad. It supports text files, RTF, DOC and DOCX file formats. Features include tabbed document interface, spell check, clipboard manager, bookmark support, visual header/footer designer, multi-level undo/redo etc.

License:  Freeware

Changelog

    Enhancements:

    Jarte now supports plain text templates in addition to rich text templates.
    The tabs "Sort" command sorted open tabs in strict alphabetical order. Tabs are now sorted in natural order similar to how Windows sorts file names.

    Bug Fixes:

    Jarte's automatic check for updates option stopped working when the Jarte website was moved to a new server in 2017. The automatic update check now works properly in Jarte 6.2 but unfortunately it will continue to fail in older versions.
    The "Close and Delete" feature used to close the the currently open file before prompting to see if see if the user really wanted to send the file to the Recycle Bin. If multiple files were open then this could be a little confusing because the newly active file being shown by Jarte was not the one being deleted. Jarte now waits for the user to respond to the prompt before closing and deleting a file.
    Occasionally Ctrl+click of a hyperlink would fail to properly open the linked page in a web browser. The problem only affected users who made use of advanced setting Web Browser Params.
    File hyperlinks created with Jarte do not normally work in other word processors because the links are designed in a special way to make them portable. New advanced setting Use Portable File Links
    As of version 6.0, the Ctrl+Backspace shortcut key activated new command "Go to Last Edit". Unfortunately, that shortcut key was already in use as a means of backspacing a word at a time, which was then inaccessible. So, the shortcut key for "Go to Last Edit" has now been changed to Shift+Ctrl+Backspace.
    Quick Bar buttons assigned Show/Hide type commands did not always behave as expected.
    Using the "Attached Note" shortcut key while Jarte's main menu was displayed caused the File Options submenu to appear before the Attached Note disalog.
    Jarte would not create a new document from a template if the template file itself was already open.
    The JarteRunCommand script helper function did not work properly for a handful of commands.
    When the Format Brush was used to apply a heading style to a line it would appear to work except the line was not internally converted to a true heading. This would mean that programs such as screen readers would recognize the line as a header.
    The file type filter in the Open and Save file dialogs did not behave as expected when its value was changed.

[close]

http://www.jarte.com/index.html
Titel: QOwnNotes v18.04.2
Beitrag von: SiLæncer am 06 April, 2018, 10:40
Changelog

added a small note edit styling change for Windows and macOS in the note edit is configured as central widget (for #420)
fixed links to files with spaces in the file-path when creating the link with the Link dialog
in the Link dialog the the last selected file will now be remembered in the open-file dialog
attempted to fix a non-reproducible crash in Windows 7 when a note is stored by clicking the close button (for #886)
added more Brazilian Portuguese, Indonesian, Catalan, French, Spanish, Italian, Dutch and Hungarian translation (thank you mlimacarlos, zmni, MGuerra, bepolymathe, asoliverez, mlocati and Fabijenna)

[close]

http://www.qownnotes.org/
Titel: Atom 1.26.0 Beta 1
Beitrag von: SiLæncer am 06 April, 2018, 17:00
(https://s26.postimg.org/6bt5lin89/screenshot_265.jpg)
A powerful and flexible application that works as a text and source code editor with syntax highlight, or alternately as a file viewer.

MIT License

Changelog

Fixed an issue that sometimes prevented the fuzzy-finder from showing local files when Teletype is installed (atom/fuzzy-finder#343)
Added ability to customize the default timeout used for notifications that automatically dismiss themselves (atom/notifications#182)
Sanitized HTML rendered within notification descriptions (atom/notifications#185)
Fixed an issue where CRLF line endings in Python files resulted in incorrect folding when tree-sitter is enabled (#16959)

[close]

https://atom.io/
Titel: Textosaurus 2018.04.09
Beitrag von: SiLæncer am 09 April, 2018, 13:34
(https://s26.postimg.org/nci2yebnd/screenshot_623.png)
Textosaurus (previously named Textilosaurus) is a Scintilla-based text editor with a configurable, tabbed interface and syntax highlighting. The program includes uploaders, tools for scripting, XML, JSON, MIME and supports a wide variety of text encoding.

64-bit only. Cross-platform with a Linux version available.

License:    GNU GPLv3

Whats new:>>

Added:

Saving/restoring of session. (#24)
Substyles for Pascal lexer.
Monokai Neo color scheme.
Base16 Light color scheme.

Fixed:

Broken rendering of occurrences highlighting for bigger files.
Some minor fixes and polishments.

https://github.com/martinrotter/textosaurus
Titel: PilotEdit Lite 11.5.0
Beitrag von: SiLæncer am 09 April, 2018, 18:15
(http://www.pilotedit.com/images/OpenInQuickMode.PNG)
PilotEdit is a text, hex, XML, C/C++, HTML, PHP, Java, Javascript and Perl editor that can edit large files of 400GB (40 billion lines).

It offers customizable syntax and keyword highlighting, advanced search and replace operations, automatic text encoding, 256-bit AES encryption/decryption and a built-in FTP/SFTP client lets you open, edit, download and upload large files directly to/from a FTP/SFTP server.

In addition to standard text editing features, PilotEdit can compare and merge two large files of 100GB (10 billion lines). You can also sort, find/remove duplicate lines and extract strings over a large file of 1GB.

Freeware

Zitat
PilotEdit 11.5.0 includes End User License Agreement (EULA).

http://www.pilotedit.com/
Titel: Scite 4.0.4
Beitrag von: SiLæncer am 10 April, 2018, 13:40
(https://s26.postimg.cc/fbkgceeux/screenshot_1241.png)
Editor mit Syntax-Highlighting, Auto-Completion, Folding und vielem mehr...

Lizenz: Open Source

Changelog

    Released 10 April 2018.
    On Win32, the standard makefiles build a libscintilla static library as well as the existing dynamic libraries. The statically linked version of SciTE, Sc1, links to this static library. A new file, ScintillaDLL.cxx, provides the DllMain function required for a stand-alone Scintilla DLL. Build and project files should include this file when producing a DLL and omit it when producing a static library or linking Scintilla statically. The STATIC_BUILD preprocessor symbol is no longer used.
    On Win32, Direct2D support is no longer automatically detected during build. DISABLE_D2D may still be defined to remove Direct2D features.
    In some cases, invalid UTF-8 is handled in a way that is a little friendlier. For example, when copying to the clipboard on Windows, an invalid lead byte will be copied as the equivalent ISO 8859-1 character and will not hide the following byte. Feature #1211.
    Lexer added for the Maxima computer algebra language. Feature #1210.
    Fix hang in Lua lexer when lexing a label upto the terminating "::". Bug #1999.
    Lua lexer matches identifier chains with dots and colons. Bug #1952.
    For rectangular selections, pressing Home or End now moves the caret to the Home or End position instead of the limit of the rectangular selection.
    Fix move-extends-selection mode for rectangular and line selections.
    On GTK+, change lifetime of selection widget to avoid runtime warnings.
    Fix building on Mingw/MSYS to perform file copies and deletions. Bug #1993.
    SciTE can match a wider variety of file patterns where '*' is in the middle of the pattern and where there are multiple '*'. A '?' matches any single character.
    SciTE on Windows can execute Python scripts directly by name when on path. Feature #1209.
    SciTE on Windows Find in Files checks for cancel after every 10,000 lines read so can be stopped on huge files.
    SciTE remembers entered values in lists in more cases for find, replace and find in files. Bug #1715.


[close]

http://www.scintilla.org/SciTE.html
Titel: ghostwriter 1.6.1
Beitrag von: SiLæncer am 11 April, 2018, 04:30
(https://s26.postimg.cc/ggug7e4nt/screenshot_965.png)
Write, edit and preview your texts using Markdown with the help of this all-encompassing and user-friendly Markdown editor.

License : GPLv3

Changelog

Worked around an issue with Qt version 5.10 that causes the application to occasionally crash when reloading the currently opened document or when opening a new document due to the text cursor not being set to the beginning of the document before clearing the editor and loading the new document.

[close]

http://wereturtle.github.io/ghostwriter/
Titel: jEdit 5.5.0
Beitrag von: SiLæncer am 11 April, 2018, 06:05
(http://www.jedit.org/images/screenshot.png)
jEdit is a mature programmer's text editor with hundreds (counting the time developing plugins) of person-years of development behind it. To download, install, and set up jEdit as quickly and painlessly as possible, go to the Quick Start page.

While jEdit beats many expensive development tools for features and ease of use, it is released as free software with full source code, provided under the terms of the GPL 2.0.

Lizenz: Open Source

Changelog

Bug Fixes:

Fix and cleanup various localization properties.
Make the Display_Shortcuts.bsh macro work properly.
Do not manipulate filename when opening a probably backup file but let the user choose what to do as intended.
Fix jEdit backup filename recognition.
Do not use translated strings to match log lines within activity.log in Make_Bug_Report.bsh.
Support Java 9 and newer in the Windows EXE launcher.
Fix splash screen progress call count not being equal in all code branches / parameter combinations.
Fix splash screen progress count, so that the progress bar finally reaches the right end.
Fix a bug preventing jEdit from loading when a buffer has an invalid selection and is loaded in two edit panes.
RegisterViewer editable contentPane fixed.
Command line behavior for +line fixed.
Autosave Untitled Buffers is now persistent across sessions.
Fixed a number of bugs in the new jEdit printing system.
Add missing local properties to Insert_Buffer_Properties macro.
Fixed an issue with the activity log viewer so that setting the number of lines in the log actually works.
Fix for exception trying to set WM_CLASS.
Fix for illegal reflective access operation with Java 9.
Fix the Cut Lines macro gives exception if the cursor is beyond text area.
Fix for let ESC key close the print dialog.

UI Improvements:

Consistently use lowercase status bar indicators for disabled settings.
Allow specification of fallback font sizes.
Show tooltips in ShortcutOptionPane table.
FSB: Disable first column dragging.
FSB: Sorting icon not following header when moving.

Miscellaneous:

Autosaves are now saved to the Autosave directory, if specified.
Saving and backup option, "Never Mark Untitled Buffers Dirty" changed name and behavior to "Close Dirty Untitled buffers without confirmation".
Buffer lock.
Enhancements of russian localization.

Editing:

Shipped JavaDocs are now working properly if viewed with a browser as JavaScript parts are no longer stripped off, just the noscript tags that inform about disabled JavaScript are removed.
C and C++ mode updates.
javascript mode update (up to ES 2017).
PHP mode "//" comment syntax highlighting is incorrect.
ASP Syntax highlight bug w/comment.
Hash comment highlighting in mysql mode.
Assembler-x86 comment directive.
Nsis2 mode updates.
Draw2d mode updates.
Add Gherkin mode (english) to support Cucumber feature files.
Various small patches to modes.
For groovy mode.
New Assembly-arm32 edit mode.
Updated java-module-info mode.

[close]

http://www.jedit.org/
Titel: CudaText 1.49.0.0
Beitrag von: SiLæncer am 11 April, 2018, 16:30
(https://s26.postimg.cc/k6wu8qcrt/screenshot_901.png)
Create programming scripts with this powerful tool that supports more than 130 languages and allows users to work concurrently on as many as six groups of projects.

Freeware

Changelog

Add: detection of letter chars improved, now should work for all international alphabets
Add: command "Options / Settings - default/user", to open 2 configs
Add: config "default.json" opens as read-only
Change: menu item "Groups" renamed to "=" and moved on top menu level
Change: changed console output: now output is buffered, and result is flushed to UI control when app is idle
Deleted option "font_width"
Deleted option "unicode_wide_allowed"
Deleted option "unicode_full_width"

[close]

http://www.uvviewsoft.com/cudatext/
Titel: Network Notepad 5.0.8
Beitrag von: SiLæncer am 11 April, 2018, 18:50
(https://s26.postimg.cc/8afgmq0x5/screenshot_1248.png)
Network Notepad is a specially designed application for creating interactive network diagrams.

Now you can use this accessible and easy-to-use instrument to create or manage the diagrams you need.

Point-and-Click Telnet/ Browse/ User-definable
Network Management.
Simple Drag and Drop interface.
Open, Text Based File Format.
Printing.
Linked Diagrams.
Flow Charts.

Freeware

Whats new: >>

Improved object drawing code.
Expanded objects library. To get this, reinstall the software but when prompted during the install "Who will use this software?" select "Just me". Otherwise the files are installed where they only ever get copied across one-time at the very first run.

http://www.networknotepad.com/index.htm
Titel: Textosaurus v2018.04.11
Beitrag von: SiLæncer am 12 April, 2018, 04:50
(https://s26.postimg.cc/hsdowhmnt/screenshot_875.png)
Textosaurus (previously named Textilosaurus) is a Scintilla-based text editor with a configurable, tabbed interface and syntax highlighting. The program includes uploaders, tools for scripting, XML, JSON, MIME and supports a wide variety of text encoding.

64-bit only. Cross-platform with a Linux version available.

License:    GNU GPLv3

Whats new:>>

Fixed:

    Correctly activate last active tab when restoring session. (#24)
    Restored "temporary" session documents are now "modified" on startup.

https://github.com/martinrotter/textosaurus
Titel: Text Editor Pro 3.5.0
Beitrag von: SiLæncer am 12 April, 2018, 21:10
(https://s26.postimg.cc/hfdkhoj9l/screenshot_896.png)
Text Editor Pro (formerly EditBone) is a powerful text editing tool that comes with syntax highlighting support for over 50 languages and scripts, customizable with over 100 options, 29 ready made styles, a handy file comparison feature, unicode character map, numerical unit convert tool, SQL formatter, and support for multiple directories and search results.

Freeware

Changelog

Added -addfont application parameter
Fixed file info
Fixed text compare scroll bar painting
Fixed language files
Refactored word count algorithm
Optimized text editor control

[close]

http://texteditor.pro/
Titel: Resource Hacker v4.7.34
Beitrag von: SiLæncer am 13 April, 2018, 09:05
(http://images.betanews.com/screenshots/978208949-1.gif)
Resource Hacker is a utility to view, modify, add, delete, and extract resources in Windows executables. It incorporates an internal resource script compiler and decompiler.

Freeware

Changelog

The dialog editor has been improved significantly.
The menu editor has had a minor update too.
Bugfix: Saving RC files was saving the compiled script instead.
A number of other minor updates and fixes too.

[close]

http://www.angusj.com/resourcehacker/
Titel: Atom 1.26.0 Beta 2
Beitrag von: SiLæncer am 13 April, 2018, 21:10
(https://s26.postimg.cc/fmfpqomgp/screenshot_915.png)
A powerful and flexible application that works as a text and source code editor with syntax highlight, or alternately as a file viewer.

MIT License

Changelog

    Fixed an issue that prevented snippets with nested tab stops from expanding correctly (atom/snippets#266)
    Fixed an issue that would sometimes prevent the spell-check package from activating (atom/spell-check#67 (comment))

New in Atom 1.26.0 Beta 1

    Fixed an issue that sometimes prevented the fuzzy-finder from showing local files when Teletype is installed (atom/fuzzy-finder#343)
    Added ability to customize the default timeout used for notifications that automatically dismiss themselves (atom/notifications#182)
    Sanitized HTML rendered within notification descriptions (atom/notifications#185)
    Fixed an issue where CRLF line endings in Python files resulted in incorrect folding when tree-sitter is enabled (#16959)

[close]

https://atom.io/
Titel: FocusWriter 1.6.12
Beitrag von: SiLæncer am 15 April, 2018, 18:50
(https://s26.postimg.cc/if0nmb60p/screenshot_947.png)
FocusWriter hilft Vielschreibern beim Verfassen von Texten. Die Textverarbeitung blendet alle Menüs und Leisten aus. So kann man sich beim Schreiben voll und ganz auf das Wesentliche konzentrieren.

Der Vollbild-Texteditor FocusWriter zeigt als Oberfläche absichtlich lediglich den blanken Text. Daher gelingt es leichter, störungs- und ablenkungsfrei zu schreiben. Auf Wunsch kann man auf zusätzliche Steuerelemente zugreifen und diese per Maus über die Bildschirmränder abrufen.

Außerdem kann bei FocusWriter eine Statuszeile mit der aktuellen Uhrzeit, einem Timer und Statistiken eingeblendet werden. Das geplante Arbeitspensum legt der Schreiber in den Einstellungen in Minuten oder Wörtern fest. Textart und -farbe werden hier ebenfalls ganz nach Wunsch bestimmt.

Mit FocusWriter können mehrere Dokumente parallel bearbeitet werden. Ein Speichern erfolgt im RTF-, ODT- oder TXT-Format. Standardmäßig zeigt die Freeware einen einfarbigen, nüchternen Hintergrund. Wer die Arbeitsumgebung etwas freundlicher und abwechslungsreicher gestalten möchte, kann die Farbe ändern und auch ein eigenes Bild als Hintergrund einblenden.

FocusWriter enthält alle Grundfunktionen einer Textverarbeitung inklusive Textformatierungen, einer Rechtschreibprüfung und dem Suchen und Ersetzen von Wörtern und Textausschnitten. Die Freeware spricht vor allem den Vielschreiber an, der sich allein auf den Text konzentrieren möchte.

Changelog

Ignore empty cache files
Remove auto save
Translation updates: Slovenian

[close]

http://gottcode.org/focuswriter/
Titel: Zettlr 0.15.1
Beitrag von: SiLæncer am 15 April, 2018, 21:20
(https://s26.postimg.cc/vfll9p4mh/screenshot_956.png)
Write text and conveniently edit it using Markdown with the help of this user-friendly and well-thought-out, Electron based application.

MIT License

Changelog

GUI and functionality:

Switched license from MIT to GNU GPL v3. This also includes all prior releases!
Now if there is a valid URL in the clipboard it will be inserted as the URL on all images and links created, not just if there's nothing selected.
Fixed a bug that prevented the opening of links if clicked with Alt-key pressed.
Added the code indicators (backticks) to the list of auto-complete pairs.
Fixed the rendering of internal links.
Small changes to the design of file IDs.
Moved the resize handles of quicklook windows completely out of the windows themselves so that they are more easy to reach and don't block the scrollbar.
Fixed the colours of the directory sorters in dark mode.
Translated the formattings.
Updates to the readme.
ID generation now also works if there is something selected.
More generally: All CodeMirror commands (such as changing the formatting of a selection) will retain the selection you have made (i.e. they will save them, run the command and afterwards re-select what was selected previously).
Fixed a small bug that could lead to errors while searching using the OR-operator.
Updater now shows your current version in the update window.
Small fixes to the styling of the update dialog.

Under the hood:

Small change to the zkn-link regular expression (was greedy, now it is lazy) to prevent huge misrenderings in case two links were on one line.
Removed the unnecessary _sort()-function in the ZettlrDirectories-class.

[close]

https://www.zettlr.com/
Titel: JSONedit v0.9.29
Beitrag von: SiLæncer am 16 April, 2018, 05:20
(https://s26.postimg.cc/zcd5ubda1/screenshot_961.png)
JSONedit is a simple editor for the JavaScript Object Notation format "a text-based open standard designed for human-readable data interchange" (source) with availble text and tree views.

Includes array generator using embedded Lua interpreter and Scintilla for text edition.

License:    Freeware

Changelog

added hotkeys mechanism as in tSIP - binding key combination(s) to specified action(s)

    action: running Lua script
    actions: switching between compact and formatted JSON modes and reformatting

added Lua functions OpenNdjsonViewer() and LoadNdjsonFile(filename)
added Lua script examples (Help menu of Lua scripting window, can be saved as separate file and then be executed by hotkey)

    fetching/loading HTTP content using curl and digest authentication
    fetching/loading NDJSON from HTTP using curl

Lua scripting window is now not modal (except for cloning nodes function); multiple windows can be opened same time
list view: added "Expand tree to show selected nodes" menu item - showing more context for selected nodes
added File/Start new app instance menu item
Tools: Find duplicated values (from list view)
settings: added two color templates for tree and list view (colors are pretty much random) and template with default/system colors
Ctrl+F in list view moves focus to filter edit control
added "Paste text from clipboard" to NDJSON viewer

[close]

http://tomeko.net/software/JSONedit/index.php
Titel: Text Editor Pro 3.6.0
Beitrag von: SiLæncer am 16 April, 2018, 09:12
Changelog

Added UNC path support for directory
Fixed selection in editor
Fixed highlighter parser
Fixed special chars
Updated AlphaSkins controls v13.10

[close]

http://texteditor.pro/
Titel: ghostwriter 1.6.2
Beitrag von: SiLæncer am 16 April, 2018, 12:24
(https://s26.postimg.cc/ggug7e4nt/screenshot_965.png)
Write, edit and preview your texts using Markdown with the help of this all-encompassing and user-friendly Markdown editor.

License : GPLv3

Whats new:>>

Issue #315: Worked around slow load of QPrinter constructor in Fedora 27 by lazy loading the printer settings only when needed for printing or print preview rather than during application startup.
Fixed line break tokenizing to not include paragraph breaks.

http://wereturtle.github.io/ghostwriter/
Titel: Infinitex 0.9.10
Beitrag von: SiLæncer am 16 April, 2018, 16:30
(https://s26.postimg.cc/s2iek74jd/screenshot_968.png)
Sophisticated LaTeX editor with a compiler, math editor, templates and a simple but just as elegant text editor for programming purposes.

License: GPLv3

Whats new:>>

In order to trigger it you select the word and with a right click on it you get the suggestions on top. Also made the editor a bit less opinionated about the name of the .bib files so that you can import projects from other LaTeX editors. Enjoy!

https://github.com/fetacore/Infinitex
Titel: BabelEdit 1.1.0
Beitrag von: SiLæncer am 17 April, 2018, 05:10
(https://s26.postimg.cc/7efmb9imh/screenshot_979.png)
A translation editor that can process one or more JSON files at the same time, providing support for both json and namespaced-json formats.

Freeware

Changelog

Features:

Support for i18next, react-i18next
Support for Laravel
Sort translation IDs in JSON files
Better error handling, better error dialog

Fixes:

Broken auto-completion when adding new IDs

[close]

https://www.codeandweb.com/babeledit
Titel: QOwnNotes v18.04.3
Beitrag von: SiLæncer am 17 April, 2018, 05:30
(https://s26.postimg.cc/hoi1ahlcp/screenshot_978.png)
QOwnNotes is a text editor / notepad replacement with markdown support and todo list manager. The program supports themes, keyboard shortcuts, syntax highlighting, and encryption. Includes available nested file list, tags, search, and more. Optionally works with the notes application ownCloud or Nextcloud.

Cross-platform with clients available for Mac and Linux.

License:    GPL

Changelog

libpng warning: iCCP: known incorrect sRGB profile warnings are now suppressed
parts of the logging-handling was rewritten to even more prevent crashes when logging to the log widget while the app is shutting down
added more German translation (thank you rakekniven)

[close]

http://www.qownnotes.org/
Titel: Text Editor Pro 3.6.1
Beitrag von: SiLæncer am 17 April, 2018, 19:45
(https://s26.postimg.cc/hfdkhoj9l/screenshot_896.png)
Text Editor Pro (formerly EditBone) is a powerful text editing tool that comes with syntax highlighting support for over 50 languages and scripts, customizable with over 100 options, 29 ready made styles, a handy file comparison feature, unicode character map, numerical unit convert tool, SQL formatter, and support for multiple directories and search results.

Freeware

Changelog

Fixed -appinipath application parameter
Fixed line inserting in editor control

[close]

http://texteditor.pro/
Titel: HelpNDoc 5.7.0.575
Beitrag von: SiLæncer am 17 April, 2018, 20:20
(https://s26.postimg.cc/n8qdqw1ix/screenshot_994.png)
HelpNDoc provides all the tools necessary to write complete help files, manuals and documentations in a user friendly and very easy to use environment. HelpNDoc can generate standard Windows CHM help files, WEB based documentation, iPhone specific websites as well as printable PDF and Word documents.

HelpNDoc is completely free for personal use and evaluation purposes.

Changelog

Completely redesigned the library item creation / modification dialog for simpler and faster library item management
Library items included within the project can now be individually exported
Library item editor now displays a preview of image maps and snippets
Library item editor now accepts files dropped from a third-party application such as the Windows Explorer
Library item editor window is now resizable
Picture library items can now be converted to image maps and vice versa
Completely rewritten library items hint preview: larger and more robust preview image, faster loading, less resource consumption
Library item hint will now display a preview of external picture items (dynamically loaded from disk)
Dropping an HND project file on the welcome page from Windows Explorer will open it
Editing the caption of a library item in the hierarchy didn't validate it anymore thus allowing library items with duplicate captions
Hovering over library items while one item was being renamed could cause editor to be closed
Library items and keywords title change could require a focus change to be stored
Ribbon tabs and groups were not always translated
Images and Tables contextual ribbon tabs were always visible
Popup menus in the ribbon bar could hide (collapse) some infrequently used items
Included CHM decompiler has been improved and is now a signed trusted executable
Decreased generation time for HTML based documentation formats with large number of files to process
Optimized speed and resource consumption when hovering over library items
More robust main window positioning when a monitor has been unplugged
Overall speed and resource enhancements regarding to included library items content

[close]

http://www.helpndoc.com/
Titel: Textosaurus 0.9.0
Beitrag von: SiLæncer am 19 April, 2018, 05:20
(https://s26.postimg.cc/hsdowhmnt/screenshot_875.png)
Textosaurus (previously named Textilosaurus) is a Scintilla-based text editor with a configurable, tabbed interface and syntax highlighting. The program includes uploaders, tools for scripting, XML, JSON, MIME and supports a wide variety of text encoding.

64-bit only. Cross-platform with a Linux version available.

License:    GNU GPLv3

Changelog

Added:

Tray icon support. (#13)
Main window can stay on top. (#31)

Changed:

Code refactoring.
File save dialog does not append ".txt".

Switched to semantic versioning. Versioning now uses MAJOR.MINOR.PATCH scheme, which means:

MAJOR number is changed if major breaking feature is added,
MINOR number is changed if less important feature is added,
PATCH number is changed when bugs are fixed and tiny new features are added.

[close]

https://github.com/martinrotter/textosaurus
Titel: Atom 1.26.0 Final
Beitrag von: SiLæncer am 19 April, 2018, 09:08
(https://s26.postimg.cc/fmfpqomgp/screenshot_915.png)
A powerful and flexible application that works as a text and source code editor with syntax highlight, or alternately as a file viewer.

MIT License

Changelog

Added experimental file system watcher support.
Improved support for git worktrees.
Updated fuzzaldrin-plus across a few packages to get better fuzzy path searching.
Improved file rename detection in the watchPath API.
Initial support for a new Atom project file format.
Package authors can now control the order of context menu items.
Chromium 56's "system-ui" generic font family is now used to load platform-specific system fonts.
Atom's .deb package dependencies have been expanded to enable installation inside headless environments.
Fixed crashes caused by missing USERNAME/USER environment variables.
atom --wait now works correctly with Windows file paths.
User interface polish around typing, scroll wheel scaling, and editor text rendering.
Fixed an issue where panes sometimes do not fill available space.
Syntax grammar updates for language-java, language-javascript, language-php, and language-yaml.

[close]

https://atom.io/
Titel: Atom 1.27.0 Beta 0
Beitrag von: SiLæncer am 19 April, 2018, 12:23
Changelog

You can now add co-authors to Git commits in the Git pane.
It's now easier to undo and amend your last commit in the Git pane.
You can now push and pull branches more easily from the status bar.
You can now create pull requests from the GitHub pane.
A closed tree view dock is no longer expanded when the 'Auto Reveal' option is enabled.
Clip cursor width when soft-wrap is on and cursor is at the end of a line.
Restore cursor position correctly after undo/redo when multiple editors are open for the same buffer.
Prevent default editor commands from modifying read-only TextEditors.
Separate the concept of "keyboard enabled" editor state from read-only editor state.
Ensure that files are not opened incorrectly when multiple open requests occur simultaneously.
Improve handling of line endings in Unicode files.
Fixed an issue that causes the dock handle to break when an item is dragged over it.
Clarify deprecation of undo: skip option.

[close]

https://atom.io/
Titel: Textosaurus 0.9.2
Beitrag von: SiLæncer am 19 April, 2018, 13:50
Whats new:>>

Fixed code flow error when quitting application

https://github.com/martinrotter/textosaurus
Titel: PSPad 5.0.0 Build 275
Beitrag von: SiLæncer am 20 April, 2018, 13:16
(http://images.six.betanews.com/screenshots/1076948037-1.png)
PSPad is a universal freeware editor. There is no complex install process; the program is ready to work immediately, without requiring customization. It supports many file types and languages, with syntax highlighting. There are macros, clip files and templates to automate repetitive activities. An integrated HEX Editor, Project support, FTP Client, Macro Recorder, File Search/Replace, Code Explorer, code page conversion, are just some of the many possibilities that PSPad can offer you.

Freeware

Changelog

News:

Splitted PSPad 4 and 5 version. Both version can run together and both version uses different file to store file related information.

Fixes:

Fixed toolbar problem when PSPad starts as maximized

[close]

http://www.pspad.com/
Titel: HelpNDoc 5.7.1.578
Beitrag von: SiLæncer am 20 April, 2018, 13:36
Whats new:>>

Error message could be shown when saving a project after library item manipulation

http://www.helpndoc.com/
Titel: Infinitex 0.9.11
Beitrag von: SiLæncer am 20 April, 2018, 16:45
(https://s26.postimg.cc/s2iek74jd/screenshot_968.png)
Sophisticated LaTeX editor with a compiler, math editor, templates and a simple but just as elegant text editor for programming purposes.

License: GPLv3

Whats new:>>

Real time red markers for typos (syntax aware). Please let me know if you have memory issues (I tested on core i7 and core i5 and no noticeable lags were detected).

https://github.com/fetacore/Infinitex
Titel: CudaText 1.50.0.0
Beitrag von: SiLæncer am 20 April, 2018, 18:30
(https://s26.postimg.cc/k6wu8qcrt/screenshot_901.png)
Create programming scripts with this powerful tool that supports more than 130 languages and allows users to work concurrently on as many as six groups of projects.

Freeware

Changelog

add: dialog "File is maybe not text" gives additional buttons: viewer text mode, viewer unicode mode
add: option "ui_tab_disabled", to disable tabs (except first tab)
add: lexer Python: support for continuation char inside strings

add: restored deleted unicode options:

"unicode_proportional" (was "font_width", int, now boolean),
"unicode_wide_allowed",
"unicode_full_width"

[close]

http://www.uvviewsoft.com/cudatext/
Titel: QOwnNotes 18.04.4 Build 3573
Beitrag von: SiLæncer am 21 April, 2018, 10:30
(https://s26.postimg.cc/hoi1ahlcp/screenshot_978.png)
QOwnNotes is a text editor / notepad replacement with markdown support and todo list manager. The program supports themes, keyboard shortcuts, syntax highlighting, and encryption. Includes available nested file list, tags, search, and more. Optionally works with the notes application ownCloud or Nextcloud.

Cross-platform with clients available for Mac and Linux.

License:    GPL

Changelog

fixed a warning if you are un-indenting text at the start or end of the note
you can now scroll the note content up and down with Ctrl + Up and Ctrl + Down (for #872); please visit QOwnNotes shortcuts for a list of all shortcuts

you can now use the shortcut F4 to jump to the Note edit panel (for #877):

if the Note edit panel was disabled it will be enabled first
please visit QOwnNotes shortcuts for a list of all shortcuts

[close]

http://www.qownnotes.org/
Titel: TinyMCE 4.7.11
Beitrag von: SiLæncer am 23 April, 2018, 04:40
(https://s26.postimg.cc/6v8qk5xpl/screenshot_1061.png)
Auf Javascript basierender WYSIWYG-Editor, der sich in die Textfelder bestehender Webseiten einbinden lässt; auch als Plug-in für Mambo Server, Drupal, Plone, Typo3 und andere CMS verfügbar; unterstützt alle gängigen Browser.

Release Notes

added a new imagetools_credentials_hosts option to the Imagetools Plugin.
fixed a bug where toggling a list containing empty LIs would throw an error. Patch contributed by bradleyke.
fixed a bug where applying block styles to a text with the caret at the end of the paragraph would select all text in the paragraph.
fixed a bug where toggling on the Spellchecker Plugin would trigger isDirty on the editor.
fixed a bug where it was possible to enter content into selection bookmark spans.
fixed a bug where if a non paragraph block was configured in forced_root_block the editor.getContent method would return incorrect values with an empty editor.
fixed a bug where dropdown menu panels stayed open and fixed in position when dragging dialog windows.
fixed a bug where it wasn't possible to extend table cells with the space button in Safari.
fixed a bug where the setupeditor event would thrown an error when using the Compat3x Plugin.
fixed a bug where an error was thrown in FontInfo when called on a detached element.

[close]

Lizenz: Open Source

http://tinymce.moxiecode.com/
Titel: Textosaurus 0.9.3
Beitrag von: SiLæncer am 23 April, 2018, 20:45
Changelog

Added:

AWK lexer. (#33)
LCD-optimized fonts on Windows.
Switchable behavior when closing main window via "X" with tray icon enabled. Now user can decide whether the window is hidden or app should quit.

Changed:

Using hoextdown instead of hoedown for Markdown preview.
Scintilla component updated to latest master (4.0.4).

Fixed:

Some smaller FS sidebar-related fixes.

[close]

https://github.com/martinrotter/textosaurus
Titel: RJ TextEd 13.0
Beitrag von: SiLæncer am 24 April, 2018, 13:23
(http://images.six.betanews.com/screenshots/scaled/1187014627-1.jpg)
RJ TextEd - A Unicode source and text editor. RJ TextEd is a full featured text and source editor with Unicode support, syntax highlighting and code folding. The functionality extends beyond text files and includes support for HTML editing with integrated preview, spell checking, auto completion, HTML validation, templates and more. The program also include support for Topstyle Lite CSS editor, has a dual pane file commander, as well as a FTP client to upload your files. The editor uses language files to display menus and dialogs in different languages. There are several included languages. New language files can easily be created in the editor. RJ TextEd is also a simple web development tool. The editor can use auto completion and hints to assist you in editing your source code. You can preview HTML/ASP/PHP... code using one of the preview tabs or open a document in a browser. The editor does not only handle source code. It also handles true ASCII files, binary files and of course plain text files.

Licence: Freeware

Changelog

Chrome preview:

Updated the Chromium preview component and libraries to version 65.0.3325.

Exception catcher:

Made extensive changes to the bug report format and added several new items. A new tab was added to the exception window for loaded modules and running Win32 processes.
The screenshot now captures the entire window.

Startup:

Made some code changes to minimize disk access during startup and moved some functions to be used first when actually needed.

Code improvements and code testing:

I've taken the time to stress test functions and analyze classes and code to find possible issues.
Some issues where found using different debug flags. or tools, and others where found using Application Verifier.
I also corrected a few issues found using static code analysis tools and found several minor problems while testing.

Explorer tabs and File Commander tab:

Auto refresh should work properly now. And also turning it off in explorer tab.

Script debugging (step over):

Made several improvements and fixed some issues.
The executed line is highlighted with a red background.
The debugging stops at the end of the script, or when moving focus to the script window, or when pressing the stop button.

Misc:

Added remote file operations (save and save as) to the document tab context menu.
Menus can be accessed by pressing ALT then a char code. E.g. ALT+F+S for save.

Fixed:

Find highlight issue.
Find RegEx highlight issue.
Ruler paint issue.
Chrome preview issue.
Rename remote file and server has disconnected.
Project wide class explorer issues.
Hex view paste issue.
Toolbar image issue.
Indent issue with expand abbreviation.
Delete multiple selections.
PHP tags inside HTML tag issues.
TODO/NOTE display issues in code explorer.
TODO/NOTE display issues in project class viewer.
Toggle browser view shortcut issue.
Switch tab from Chrome preview tab using keyboard shortcut.
Document tab hint issue.
Shutdown issues and issues that could lead to a crash.
Misc reported issues.

[close]

http://www.rj-texted.se/
Titel: Zettlr 0.15.3
Beitrag von: SiLæncer am 26 April, 2018, 05:30
(https://s26.postimg.cc/vfll9p4mh/screenshot_956.png)
Write text and conveniently edit it using Markdown with the help of this user-friendly and well-thought-out, Electron based application.

MIT License

Changelog

GUI and functionality:

Removed some displaying of numbers during search.
Added more file info - when you click on the word count, a small popup containing info about the characters, characters without spaces and also the selection is shown.
Added a heatmap that shows you the relevance of the search results by adding a background color to the individual file ribbons. The more green and bright they get, the more relevant the file showed up in the results. Important: Files that do not match any of the selectors will be hidden as always, e.g. even grey files will at least fulfill the criteria!
Removed directory ribbons while in search mode.
Search mode will automatically be exited when selecting a different directory.
Also, now when a search is done, the opened file will have all results marked in text so you can easily discern them from the rest of the text.
Small design fixes.

Under the hood:

Removed an unnecessary paths-update event.
Augmented getWordCount() function to return the wordcount of any given string.
Removed some strange artifacts from the search.
Huge improvements to the search functionality.
Finally implemented the new license in the files

[close]

https://www.zettlr.com/
Titel: Atom 1.26.1
Beitrag von: SiLæncer am 27 April, 2018, 09:05
(https://s26.postimg.cc/fmfpqomgp/screenshot_915.png)
A powerful and flexible application that works as a text and source code editor with syntax highlight, or alternately as a file viewer.

MIT License

Changelog

Fixed an error that would occur when opening files from Finder on macOS.
Fixed a bug where Atom would auto-update even if auto-updates were disabled.
Fixed the cursor not turning white when using dark syntax themes.
Fixed an issue where packages could cause config file corruption by changing config settings during shutdown.
Fixed a bug in the new system for excluding scopes from spell-check.
Fixed an error that would occur when trying to expand snippets in the git commit message editor.

[close]

https://atom.io/
Titel: PHPNotepad 1.2.0
Beitrag von: SiLæncer am 27 April, 2018, 17:15
(https://s26.postimg.cc/hy333zd1l/screenshot_1124.png)
Write and edit your code in almost any of the supported languages with the help of this neat, versatile and useful software application.

Donationware

http://phpnotepad.org/
Titel: Infinitex 0.9.13
Beitrag von: SiLæncer am 28 April, 2018, 18:30
(https://s26.postimg.cc/s2iek74jd/screenshot_968.png)
Sophisticated LaTeX editor with a compiler, math editor, templates and a simple but just as elegant text editor for programming purposes.

License: GPLv3

Whats new:>>

Fixed some nasty bugs
Also added tray icon for when you press close. In order to close the app you will now have to right click on the tray and close it.

https://github.com/fetacore/Infinitex
Titel: Text Editor Pro 3.6.2
Beitrag von: SiLæncer am 28 April, 2018, 21:00
(https://s26.postimg.cc/hfdkhoj9l/screenshot_896.png)
Text Editor Pro (formerly EditBone) is a powerful text editing tool that comes with syntax highlighting support for over 50 languages and scripts, customizable with over 100 options, 29 ready made styles, a handy file comparison feature, unicode character map, numerical unit convert tool, SQL formatter, and support for multiple directories and search results.

Freeware

Changelog

Fixed hex editor search
Fixed title bar drop down menu opening/closing
Fixed editor margin
Fixed language files
Minor bugfixes
Updated AlphaSkins controls v13.11 - http://www.alphaskins.com/

[close]

http://texteditor.pro/
Titel: VNote 1.15
Beitrag von: SiLæncer am 29 April, 2018, 19:15
(https://s26.postimg.cc/871od8huh/screenshot_1147.png)
Peculiar yet interesting, open source piece of software that sports both Markdown editing capabilities and note management features.

MIT License

Changelog

Support PlantUML and Graphviz:

Now you could enjoy PlantUML and Graphviz in VNote! You could use online PlantUML server or local JAR. Pay attention to the privacy issue if you choose online service.

In-Place Preview for MathJax and Diagrams:

Besides images, VNote now support in-place preview for MathJax, PlantUML, Graphviz, and Flowchart.js.

Live-Preview for Diagrams:

To help drawing a large diagrams, VNote provide a side-by-side live-preview panel. Press Ctrl+E I to trigger it.

Embedding Images in exported HTML:

VNote could embed images in exprted HTML as data URI, which enables you to share your notes in just a few HTML files without image folders.

Others:

Restore cursor position when recovering pages at startup;
Markdown-it: aware of YAML format metadata in notes;
Show hovered link in status line in read mode;

UniversalEntry:

Ctrl+I to expand/collapse current item
Ctrl+L to go to current item's parent item

[close]

https://tamlok.github.io/vnote/
Titel: QOwnNotes 18.04.5 Build 3579
Beitrag von: SiLæncer am 29 April, 2018, 19:30
(https://s26.postimg.cc/hoi1ahlcp/screenshot_978.png)
QOwnNotes is a text editor / notepad replacement with markdown support and todo list manager. The program supports themes, keyboard shortcuts, syntax highlighting, and encryption. Includes available nested file list, tags, search, and more. Optionally works with the notes application ownCloud or Nextcloud.

Cross-platform with clients available for Mac and Linux.

License:    GPL

Changelog

if note editing was disabled now a notification dialog will open if you start typing in the note edit (for #900)

    in addition a button with the text Read-only will be viewed in the status bar if note editing is disabled
    you can click this button to enable note editing again

double-clicking on a tag now assigns the tag to the current note (for #896)
QXcbConnection: XCB error: 8 warnings are now suppressed
added more Brazilian Portuguese, Indonesian, Catalan, German, Spanish, Italian, Dutch and Hungarian translation (thank you mlimacarlos, zmni, MGuerra, rakekniven, richarson, mlocati and Fabijenna)

[close]

http://www.qownnotes.org/
Titel: CudaText 1.51.0.0
Beitrag von: SiLæncer am 29 April, 2018, 20:30
(https://s26.postimg.cc/k6wu8qcrt/screenshot_901.png)
Create programming scripts with this powerful tool that supports more than 130 languages and allows users to work concurrently on as many as six groups of projects.

Freeware

Changelog

Add: lite-lexers speed increased on very long lines
Add: file tab captions show folder specifier, if they have same file name (e.g. 2 tabs with index.js will show as "index.js - dir1", "index.js - dir2")
Add: AddonManager: menu item "Download: show links" (to paste to download manager)
Add: command "Scroll to begin"
Add: command "Scroll to end"
Add: command "Scroll page up"
Add: command "Scroll page down"

Add: Find/Replace dialog:

Input fields are auto-sized
Separate dialog is resizable
Buttons have minimal width (for small screens)
Option "find_show_select_all"
Option "find_show_mark_all"

[close]

http://www.uvviewsoft.com/cudatext/
Titel: BowPad 2.3.7
Beitrag von: SiLæncer am 30 April, 2018, 13:30
(https://s26.postimg.cc/h0ofzpokp/screenshot_1153.png)
BowPad is a small and fast text editor with a ribbon user interface and syntax highlighting.

Features:

syntax highlighting for over 100 file types and languages
handling of many different encodings, including UTF-8, UTF-16 and even UTF-32
easy ribbon user interface
navigation hints in the vertical scrollbar
coloring of open tabs according to their path
extendable with plugins written in jscript or vbscript

Freeware

Whats new:>>

update language files.

http://stefanstools.sourceforge.net/BowPad.html
Titel: Textadept 10.0 Beta
Beitrag von: SiLæncer am 01 Mai, 2018, 19:20
(http://foicica.com/textadept/images/splitviews.png)
Textadept will provide users with a fast, minimalist, and ridiculously extensible text editor. At its core lies less than 2000 lines of C code, and that's how it always will be. While other editors rely on recordable macros to speed up workflow, shell scripts to quickly transform text, and static side panes to manage your documents, files, and more.

Textadept takes it to the extreme: it gives you complete control over the entire application using the embedded Lua language. Lua is nearly as fast as C, and has a very small footprint. In fact, most of Textadept is written in Lua.

License : MIT License

Changelog

Bugfixes:

Fixed incorrect style settings when splitting views.
Fixed restoration of vertical scroll for buffers with different line heights.
Fixed potential crash in terminal version with newer versions of ncurses.

Changes:

Change SQL comments to use -- instead of #.
Updated Textadept icon.
Minimum required Mac OSX version is now 10.6 (Snow Leopard) or higher.
Removed LuaJIT version of Textadept.

[close]

http://foicica.com/textadept/
Titel: QOwnNotes 18.05.0 Build 3584
Beitrag von: SiLæncer am 01 Mai, 2018, 21:30
Changelog

there now is a new scripting command script.noteTextEditSelectAll() to select all text in the note text edit (for #902)

    you can use this together with script.noteTextEditWrite() to overwrite the whole text of the current note
    for more information please take a look at the scripting documentation

the dialog to delete orphaned images isn't modal any more and you can now also use it to insert those images into the current note
added more Indonesian, Catalan and German translation (thank you zmni, MGuerra and rakekniven)

[close]

http://www.qownnotes.org/
Titel: Text Editor Pro 3.7.0
Beitrag von: SiLæncer am 02 Mai, 2018, 12:19
Whats new:>>

Added shortcuts help (Ctrl+F1)
Fixed popups
Fixed shortcuts
Refactored title bar popups
Fixed language files

http://texteditor.pro/
Titel: Typora 0.9.49 Beta
Beitrag von: SiLæncer am 02 Mai, 2018, 13:18
(https://s26.postimg.cc/6a6bupdop/screenshot_1181.png)
Swiftly write, edit, format and convert text to HTML with the help of this modern looking, streamlined and novice-accessible piece of software.

Freeware

Changelog

Add option to reopen last files/folders or open custom folders on start up.
Add Croatian language.
Add 'Save All' command in menubar.
Allow escape `^` when superscript is enabled.
Better select word, delete word and triple click support.
Bug fix on typing in inline math.
Support launch flag in advanced setting.
Other bug fix.

[close]

http://www.typora.io/
Titel: Textosaurus 0.9.4
Beitrag von: SiLæncer am 02 Mai, 2018, 16:00
(https://s26.postimg.cc/hsdowhmnt/screenshot_875.png)
Textosaurus (previously named Textilosaurus) is a Scintilla-based text editor with a configurable, tabbed interface and syntax highlighting. The program includes uploaders, tools for scripting, XML, JSON, MIME and supports a wide variety of text encoding.

64-bit only. Cross-platform with a Linux version available.

License:    GNU GPLv3

Changelog

Added:

Show main window (instead of hiding it to tray area) when minimized and tray icon is clicked.

Changed:

Changed "About Application" dialog initial size.

FS sidebar hugely refactored:

Shows all mountpoints on Linux.
Fixed couple of random bugs when some folder could not be entered.
Some GUI elements reordered.
Fixed behavior of "Go To Parent Folder" button.
Used custom LTS Qt 5.10.1 static build for Windows builds.

Fixed:

Fixed build on ARM platform.

[close]

https://github.com/martinrotter/textosaurus
Titel: CudaText 1.51.2.0
Beitrag von: SiLæncer am 02 Mai, 2018, 19:45
Whats new:>>

Add: added lexer PHP - to support PHP linters, and PHP file type icons. It is cloned from HTML lexer, with micro changes.
Add: lexer VBScript: improved folding

http://www.uvviewsoft.com/cudatext/
Titel: EmEditor Free v17.6.2
Beitrag von: SiLæncer am 03 Mai, 2018, 17:16
(https://s26.postimg.cc/pbg87i3s9/screenshot_1195.png)
EmEditor is a lightning-fast, tabbed text editor with themes, syntax highlighting, stay-on-top, and customizable keyboard mapping. The program supports batch find-and-replace, regular expressions, and more.

The program beat a variety of other text editors in tests performed by TPFC user TP109. Additional features are available via a non-free version.

License:    Free for personal use

https://www.emeditor.com/text-editor-features/history/emeditor-free/
Titel: Typora 0.9.50 Beta
Beitrag von: SiLæncer am 03 Mai, 2018, 22:45
(https://s26.postimg.cc/6a6bupdop/screenshot_1181.png)
Swiftly write, edit, format and convert text to HTML with the help of this modern looking, streamlined and novice-accessible piece of software.

Freeware

Whats new:>>

1. Fix a bug that some code fences cannot be edited.

http://www.typora.io/
Titel: BabelEdit 1.2.0
Beitrag von: SiLæncer am 04 Mai, 2018, 04:10
(https://s26.postimg.cc/7efmb9imh/screenshot_979.png)
A translation editor that can process one or more JSON files at the same time, providing support for both json and namespaced-json formats.

Freeware

Changelog

Features:

Cut, Copy, Paste of translation IDs and folders in tree view
Spell checking
Display license information in Preferences dialog

Fixes:

Leading whitespace when copy/pasting to Java application (e.g. Webstorm)
Loss of unsaved changes when adding new language
Problem when adding new language to Laravel project
Escaping in Google Docs import/export
Usability of language selection dialog
Pixelated icon
File association (Windows)

[close]

https://www.codeandweb.com/babeledit
Titel: Text Editor Pro 3.7.1
Beitrag von: SiLæncer am 04 Mai, 2018, 06:05
(https://s26.postimg.cc/hfdkhoj9l/screenshot_896.png)
Text Editor Pro (formerly EditBone) is a powerful text editing tool that comes with syntax highlighting support for over 50 languages and scripts, customizable with over 100 options, 29 ready made styles, a handy file comparison feature, unicode character map, numerical unit convert tool, SQL formatter, and support for multiple directories and search results.

Freeware

Changelog

Fixed open selected in output
Fixed virtual tree header painting
Fixed shortcuts help painting
Fixed selection by enter in popups
Fixed language files
Updated AlphaSkins controls v13.12

[close]

http://texteditor.pro/
Titel: Text Editor Pro 3.7.2
Beitrag von: SiLæncer am 04 Mai, 2018, 12:24
Whats new:>>

Fixed flie-specific search
Fixed sorting

http://texteditor.pro/
Titel: Zettlr 0.15.4
Beitrag von: SiLæncer am 04 Mai, 2018, 18:45
(https://s26.postimg.cc/vfll9p4mh/screenshot_956.png)
Write text and conveniently edit it using Markdown with the help of this user-friendly and well-thought-out, Electron based application.

MIT License

Changelog

GUI and functionality:

Zettlr saves a file prior to exporting to make sure you export what you see (WYSIWYE).
Now Zettlr is more performant especially in documents containing a lot of links. Also, clicking a link without the ALT-key pressed will now remove the link and make it editable, as intended.
Design fix: Now the sorters in the preview pane don't alter the size of the directory field.
Design change for Windows users: Now Zettlr on Windows uses the system's default font "Segoe UI", because as of strange font-smoothing effects, Lato is barely readable on Windows machines.
Fixed a logical error in the script, so now Zettlr will remember where you were in a document and restore that view on every opening of a file (not persistent, i.e. if you close and re-open Zettlr itself, the positions will be reset).

Under the hood:

Added export to the CLOSING_COMMANDS.
Updates in package.json, updated dependencies.
Fixed a wrongly placed continue in _renderLinks() in the ZettlrEditor class.
Moved the saving of scrolling info from the open() function to the close() function in ZettlrEditor.

[close]

https://www.zettlr.com/
Titel: Lines code editor 1.8.1.0
Beitrag von: SiLæncer am 05 Mai, 2018, 09:30
(https://s26.postimg.cc/t6oo7f66x/screenshot_1203.png)
Edit source code in CSS, HTML5, JavaScript and PHP using this simple and straightforward tool that has syntax highlighting, templates, and more.

Freeware

Whats new:>>

Bug-fix: Main toolbar visibility on restart
Minor bug-fixes
Windows XP compability optimizations

https://www.creatixbih.com/lines
Titel: AlephNote v1.6.12
Beitrag von: SiLæncer am 05 Mai, 2018, 10:45
(https://s26.postimg.cc/6skrw8cnt/screenshot_1204.png)
AlephNote is extensible, lightweight desktop note manager. Features include search, interactive checkbox lists highlighting, clickable highlighted links, notes backup, drag-and-drop capability for files and text, and sorting notes into folders. The program supports tags, in-editor markdown rendering, customizable shortcuts, stay-on-top capability, tray control, themes, and more.

Notes can be saved locally or synchronized with cloud services including Simplenote, Standard Note, Nextcloud/ownCloud.

License:    MIT

Changelog

Bugfixes

    Fixed URL regex (#43)

Plugins

Plugins included by default:

FilesystemPlugin   v1.2.4
HeadlessPlugin     v1.4.2
NextcloudPlugin    v1.2.3
SimpleNotePlugin   v1.2.1
StandardNotePlugin v1.2.1

[close]

https://github.com/Mikescher/AlephNote
Titel: QOwnNotes 18.05.1 Build 3588
Beitrag von: SiLæncer am 05 Mai, 2018, 21:30
(https://s26.postimg.cc/hoi1ahlcp/screenshot_978.png)
QOwnNotes is a text editor / notepad replacement with markdown support and todo list manager. The program supports themes, keyboard shortcuts, syntax highlighting, and encryption. Includes available nested file list, tags, search, and more. Optionally works with the notes application ownCloud or Nextcloud.

Cross-platform with clients available for Mac and Linux.

License:    GPL

Changelog

there now is a new scripting command script.fetchNoteIdsByNoteTextPart() to fetch the ids of all notes with a certain text in the note text (for #904)

    for more information please take a look at the scripting documentation
    there now is a new script Unique note id in the Script repository that generates a 10 character alphanumeric id for the current note and also allows to jump to the note by it

there now is a software repository for Fedora 28

    please visit the Fedora installation page for instructions

added more Brazilian Portuguese, Indonesian, German, Spanish, Italian, Dutch and Hungarian translation (thank you mlimacarlos, zmni, rakekniven, richarson, mlocati and Fabijenna)

[close]

http://www.qownnotes.org/
Titel: AlephNote v1.6.13
Beitrag von: SiLæncer am 06 Mai, 2018, 11:00
Changelog

Bugfixes

    Fixed URL highlighter for really long urls (#45)

Features

    Option to suppress connection error messages (#46)

Plugins

Plugins included by default:

FilesystemPlugin   v1.2.4
HeadlessPlugin     v1.4.2
NextcloudPlugin    v1.2.3
SimpleNotePlugin   v1.2.1
StandardNotePlugin v1.2.1

[close]

https://github.com/Mikescher/AlephNote
Titel: Text Editor Pro 3.8.0
Beitrag von: SiLæncer am 06 Mai, 2018, 21:30
Whats new:>>

Added shortcuts for title bar menus
Added line break after the last line editor option (default false)
Added search bar align option
Added toggle search bar option (default false)
Fixed search bar closing
Fixed drag and drop
Fixed language files
Optimized text editor control

http://texteditor.pro/
Titel: CudaText v1.52.0.0
Beitrag von: SiLæncer am 07 Mai, 2018, 06:10
(https://s26.postimg.cc/k6wu8qcrt/screenshot_901.png)
Create programming scripts with this powerful tool that supports more than 130 languages and allows users to work concurrently on as many as six groups of projects.

Freeware

Changelog

+ add: implemented editor tooltips over [...] folded marks
+ add: option "fold_tooltip_show"
+ add: option "ui_sidebar_on_right"
+ add: UI-theme "white"
+ add: lexer PowerShell improved
+ add: command "show side panel, project"
+ add: command "show side panel, tabs list"
- fix: command "show side panel, code tree"
- fix: TabsList plugin made "ghost panels" which overlap Code Tree

[close]

http://www.uvviewsoft.com/cudatext/
Titel: Text Editor Pro 3.8.1
Beitrag von: SiLæncer am 07 Mai, 2018, 13:21
Whats new:>>

Fixed text editor control

http://texteditor.pro/
Titel: RJ TextEd 13.10
Beitrag von: SiLæncer am 07 Mai, 2018, 17:30
(http://images.six.betanews.com/screenshots/scaled/1187014627-1.jpg)
RJ TextEd - A Unicode source and text editor. RJ TextEd is a full featured text and source editor with Unicode support, syntax highlighting and code folding. The functionality extends beyond text files and includes support for HTML editing with integrated preview, spell checking, auto completion, HTML validation, templates and more. The program also include support for Topstyle Lite CSS editor, has a dual pane file commander, as well as a FTP client to upload your files. The editor uses language files to display menus and dialogs in different languages. There are several included languages. New language files can easily be created in the editor. RJ TextEd is also a simple web development tool. The editor can use auto completion and hints to assist you in editing your source code. You can preview HTML/ASP/PHP... code using one of the preview tabs or open a document in a browser. The editor does not only handle source code. It also handles true ASCII files, binary files and of course plain text files.

Licence: Freeware

Changelog

Chrome preview:

Made several changes to how preview panels and windows are created and closed. I may have fixed a few potentially random close down errors as well.

Program startup:

Prevented the creation of some components at startup if they aren't needed or currently viewed. It may speed up the startup sequence a little.

Misc:

Exception error report should now contain a better screenshot.

Fixed:

Found and fixed several minor issues while testing.
Several column mode issues.
Toolbar hint issue.
Local help should work again (if no internet and local help file available).
A script issue.
C and Cpp code explorer issue.
Print issue.
(S)FTP upload issue.
Find/Replace All issues.
Portable install issues on 32-bit Windows.

[close]

http://www.rj-texted.se/
Titel: BabelEdit 1.2.1
Beitrag von: SiLæncer am 07 Mai, 2018, 21:45
Whats new:>>

Case insensitive filtering

https://www.codeandweb.com/babeledit
Titel: Text Editor Pro 3.8.2
Beitrag von: SiLæncer am 08 Mai, 2018, 06:00
Whats new:>>

Fixed AlphaSkins bug to get back tab dragging
Fixed reading of minimap section values from INI file
Fixed text editor control
Optimized minimap

http://texteditor.pro/
Titel: Notepad3 4.18.507.981 RC
Beitrag von: SiLæncer am 08 Mai, 2018, 13:50
(https://s26.postimg.cc/hqfjo9ard/screenshot_1232.png)
Notepad3 is a lightweight piece of software that overcomes some of the well-known limitations of Windows standard text editor while providing syntax highlighting support.

Freeware

Changelog

New: Initial version of Doc tail Chasing.
New: StatusBar dynamic configuration.
New: DPI awarenes on manual font scaling.
New: Menu entry for switching HighDPI toolbar.
Changed: Update to Scintilla GitHub cutting edge (2018-04-23).
Changed: Focus View and Tail Function icons.
Changed: Disabling UpdateChecker menu entry if no executable is configured.
Reverted: Delayed WaitCursor() call - now depending on some document statistics to prevent displaying "spinning circle".
Enhancement: Added user definable relative status width configuration.
Enhancement: Added settings to user defined prefix strings for StatusBar sections.
Enhancement: Delayed "Spinning Circle" transaction.
Enhancement: Added "Extra Line Spacing" style option to ANSI Art (e.g. .nfo files) (predefined -4).
Enhancement: Minor speedup on notify changed event.
Updated:Current Scintilla (404 : 05-May-2018) development.
Optimize: Several minor enhancements.
Optimize: Performance tuning after profiling std. handling.
Optimize: Delayed execution of time consuming update/redraw operation.
RFC: Refactoring of applying Style settings.
Fix: Toggle Folds of complete document.
Fix: Small issue reverting from "Focused View".
Fix: Correct WordWrap after reverting from "Focused view".
Fix: Small bug preventing Statusbar relative width settings smaller than 1/10 of width.
Fix: Missing last entry of statusbar configuration (ID=11).
Fix: Bug while reading String to Vector.
Fix: Switching modes (EOL,OVR, some other), statusbar has not been updated accordingly.
Fix: Deactivate "Focused View": set FoldingLevel to default before applying Lexer's Style.
Fix: RAII (__try/__finally) for target transactions and notify changed observation guards.
Fix: StatusBar handling and display of "Default text" vs. "2nd Default Text".
Fix: Added parameter to force update of Stausbar (e.g. theme change).
Fix: Fractional font settings: add bias of 2%.
Fix: Minor fixes and default value adjustments.
Fix: Choose correct font size for deactivated "Hyperlink Hotspot" style.
Fix: Force initial default position only if no window position is specified.
Fix: Insert key into rectangular selection.
Fix: Undo/Redo in case of selection insert/delete.
Fix: Cleanup obsolete rectangular pasting helpers.
Fix: Ignore notify change event on pasting rectangular selection.
Fix: Leave Alt-Key-Down mode if keyboard focus lost.
Fix: Broken Undo/Redo stack (in case of selection).
Fix: Issue on recording initial selection Undo/Redo.
Fix: Recording selection Redo/Undo action only for non empty selection.
Fix: Statusbar line counting display.
Fix: Modified document flag set unneccessaryly.
Fix: Bug, where styling stopped after hotspot highligting.

[close]

http://www.rizonesoft.com/downloads/notepad3/
Titel: QOwnNotes v18.05.2
Beitrag von: SiLæncer am 09 Mai, 2018, 05:50
(https://s26.postimg.cc/hoi1ahlcp/screenshot_978.png)
QOwnNotes is a text editor / notepad replacement with markdown support and todo list manager. The program supports themes, keyboard shortcuts, syntax highlighting, and encryption. Includes available nested file list, tags, search, and more. Optionally works with the notes application ownCloud or Nextcloud.

Cross-platform with clients available for Mac and Linux.

License:    GPL

Changelog

the todo calendar list in the Settings dialog will now only be reloaded if it was empty or was reloaded manually to prevent a clearing of the list when the server is not reachable

    the display names of the CalDav calendars will now be stored too

QXcbConnection: XCB error: warnings are now suppressed

[close]

http://www.qownnotes.org/
Titel: Scite 4.0.5
Beitrag von: SiLæncer am 10 Mai, 2018, 18:20
(https://s26.postimg.cc/fbkgceeux/screenshot_1241.png)
Editor mit Syntax-Highlighting, Auto-Completion, Folding und vielem mehr...

Lizenz: Open Source

Changelog

Add experimental SC_DOCUMENTOPTION_TEXT_LARGE option to accommodate documents larger than 2 GigaBytes.
Additional print option SC_PRINT_SCREENCOLOURS prints with the same colours used on screen including line numbers.
SciTE can read settings in EditorConfig format when enabled with editor.config.enable property.
EDIFACT lexer adds property lexer.edifact.highlight.un.all to highlight all UN* segments. Feature #1166.
Fortran folder understands "change team" and "endteam". Feature #1216.
Set the last X chosen when SCI_REPLACESEL called to ensure macros work when text insertion followed by caret up or down.
Bugs fixed in regular expression searches in Scintilla where some matches did not occur in an effort to avoid infinite loops when replacing on empty matches like "^" and "$". Applications should always handle empty matches in a way that avoids infinite loops, commonly by incrementing the search position after replacing an empty match. SciTE fixes a bug where replacing "^" always matched on the first line even when it was an "in selection" replace and the selection started after the line start.
Bug fixed in SciTE where invalid numeric properties could crash.
Runtime warnings fixed with SciTE on GTK after using Find in Files.
SciTE on Windows find and replace strips place caret at end of text after search.
Bug fixed with SciTE on macOS where corner debris appeared in the margin when scrolling. Fixed by not completely hiding the status bar so the curved corner is no longer part of the scrolling region. By default, 4 pixels of the status bar remain visible and this can be changed with the statusbar.minimum.height property or turned off if the debris are not a problem by setting the property to 0.

[close]

http://www.scintilla.org/SciTE.html
Titel: PilotEdit Lite 11.6.0
Beitrag von: SiLæncer am 10 Mai, 2018, 20:20
(http://www.pilotedit.com/images/OpenInQuickMode.PNG)
PilotEdit is a text, hex, XML, C/C++, HTML, PHP, Java, Javascript and Perl editor that can edit large files of 400GB (40 billion lines).

It offers customizable syntax and keyword highlighting, advanced search and replace operations, automatic text encoding, 256-bit AES encryption/decryption and a built-in FTP/SFTP client lets you open, edit, download and upload large files directly to/from a FTP/SFTP server.

In addition to standard text editing features, PilotEdit can compare and merge two large files of 100GB (10 billion lines). You can also sort, find/remove duplicate lines and extract strings over a large file of 1GB.

Freeware

Zitat
PilotEdit 11.6.0 provides the ability to parse Regex with GUI.

http://www.pilotedit.com/
Titel: CudaText v1.53.0.0
Beitrag von: SiLæncer am 11 Mai, 2018, 09:50
(https://s26.postimg.cc/k6wu8qcrt/screenshot_901.png)
Create programming scripts with this powerful tool that supports more than 130 languages and allows users to work concurrently on as many as six groups of projects.

Freeware

Changelog

+ add: can specify different fonts for italic / bold / bold+italic font-styles:
     + option "font_name_i"
     + option "font_name_b"
     + option "font_name_bi"
     + option "font_size_i"
     + option "font_size_b"
     + option "font_size_bi"
+ add: option "autocomplete_up_down_at_edge"
+ add: option "find_suggest_in_selection"
+ add: command "toggle window always on top"
* change: changed default of "font_ligatures" to true
* change: deleted option "spacing_x"
* change: deleted commands "show side panel: tabs list / project" (doable via plugin actions)

[close]

http://www.uvviewsoft.com/cudatext/
Titel: EditPad Lite 7.6.4
Beitrag von: SiLæncer am 11 Mai, 2018, 16:15
(http://www.editpadpro.com/screens/editpadlite.png)
EditPad Lite is a general-purpose text editor, designed to be small and compact, yet offer all the functionality you expect from a basic text editor.

Freeware

Changelog

Improvements:

Character map: Minimum cell size now scales on high DPI systems, keeping large character sets like Unicode legible.
File tabs are now better proportioned on high DPI systems.
Windows 10: Installer now deals with Controlled Folder Access more efficiently when Windows Defender is operational and ignores it when Windows Defender is not operational, ensuring a smoother installation on Windows 10 1709 (Fall Creators Update) and 1803 (April 2018 Update).

Bug fixes:

File Types|Encoding: Default line break style is now used when opening an existing file that does not have any line breaks.
Saving an existing file failed if the file was in use by another application even when that application did not keep a write lock on the file.
Search: Highlighting regex matches with the Inverted Line By Line search option turned on did not work correctly (7.6.x only).

[close]

http://www.editpadlite.com/
Titel: BowPad 2.3.8
Beitrag von: SiLæncer am 11 Mai, 2018, 16:45
(https://s26.postimg.cc/h0ofzpokp/screenshot_1153.png)
BowPad is a small and fast text editor with a ribbon user interface and syntax highlighting.

Features:

syntax highlighting for over 100 file types and languages
handling of many different encodings, including UTF-8, UTF-16 and even UTF-32
easy ribbon user interface
navigation hints in the vertical scrollbar
coloring of open tabs according to their path
extendable with plugins written in jscript or vbscript

Freeware

Whats new:>>

fixed: documents were loaded before a restored session instead of after it
updated to Scintilla 4.0.5

http://stefanstools.sourceforge.net/BowPad.html
Titel: Network Notepad 5.0.9
Beitrag von: SiLæncer am 12 Mai, 2018, 11:10
(https://s26.postimg.cc/8afgmq0x5/screenshot_1248.png)
Network Notepad is a specially designed application for creating interactive network diagrams.

Now you can use this accessible and easy-to-use instrument to create or manage the diagrams you need.

Point-and-Click Telnet/ Browse/ User-definable
Network Management.
Simple Drag and Drop interface.
Open, Text Based File Format.
Printing.
Linked Diagrams.
Flow Charts.

Freeware

Whats new: >>

BugFix: Properties Form, Address label position not working.
Change: Updated method used to draw float text.
BugFix: Undo change of object type failed.

http://www.networknotepad.com/index.htm
Titel: VNote 1.16
Beitrag von: SiLæncer am 12 Mai, 2018, 11:30
(https://s26.postimg.cc/871od8huh/screenshot_1147.png)
Peculiar yet interesting, open source piece of software that sports both Markdown editing capabilities and note management features.

MIT License

Changelog

Markdown-it: supports specifying image size (please refer to the Markdown guide help docs), emoji, and YAML metadata
Bug fixes

[close]

https://tamlok.github.io/vnote/
Titel: Pandoc 2.2.1
Beitrag von: SiLæncer am 12 Mai, 2018, 18:40
Pandoc is a command-line utility that can convert files from one markup format into another.

Pandoc's enhanced version of Markdown includes syntax for footnotes, tables, flexible ordered lists, definition lists, fenced code blocks, superscripts and subscripts, strikeout, metadata blocks, automatic tables of contents, embedded LaTeX math, citations, and Markdown inside HTML block elements. (These enhancements, described further under Pandoc's Markdown, can be disabled using the markdown_strict input or output format.)

License: Open Source

Changelog

Restored and undeprecated gladtex for HTML math (#4607).

    Added GladTeX constructor to Text.Pandoc.Options.HTMLMathMethod [API change, reverts removal in v2.2]
    Restored and undeprecated --gladtex option, removed in v2.2.

LaTeX reader: Handle $ in /text{..} inside math (#4576).

Org reader: Fix image filename recognition (Albert Krewinkel). Use a function from the filepath library to check whether a string is a valid file name. The custom validity checker that was used before gave wrong results (e.g. for absolute file paths on Windows, kawabata/ox-pandoc#52).

FB2 reader: Replace some errors with warnings (Alexander Krotov).

HTML writer:

    Strip links from headers when creating TOC (#4340). Otherwise the TOC entries will not link to the sections.
    Fix regression with tex math environments in HTML + MathJax (#4639).

Muse writer (Alexander Krotov): Add support for left-align and right-align classes (#4542).

Docx writer: Support underline (#4633).

Text.Pandoc.Parsing: Lookahead for non-whitespace after singleQuoteStart and doubleQuoteStart (#4637).

test-pandoc-utils.lua: more robust testing on both windows and *nix. Previously the pipe tests were only run if \bin/false and /bin/sed were present, which they aren’t in default MacOS and Windows systems. Fixed by using tr and false, which should always be in the path on a *nix system, and find and echo for Windows.

Text.Pandoc.Shared: add uriPathToPath. This adjusts the path from a file: URI in a way that is sensitive to Windows/Linux differences. Thus, on Windows, /c:/foo gets interpreted as c:/foo, but on Linux, /c:/foo gets interpreted as /c:/foo. See #4613.

Use uriPathToPath with file: URIs (#4613).

Revert piping HTML to pdf-engine (Mauro Bieg, #4413). Use a temp file as before.

Text.Pandoc.Class: Catch IO errors when writing media files and issue a warning, rather than an error (Francesco Occhipinti, #4559).

Don’t lowercase custom writer filename (Alexander Krotov, #4610).

MANUAL (Mauro Bieg):

    Clarify truthiness in template variables (#2281).
    Clarify pipe table width calculation (#4520).

ConTeXt template: New Greek fallback typeface (Pablo Rodríguez, #4405). CMU Serif gives better typographic results than the previous Greek fallback DejaVu Serif.

Make HTML template polyglot (#4606, OvidiusCicero), by making <link rel="stylesheet" href="$css$"> self-closing.

Use texmath 0.11, allowing better translation of non-ASCII characters in math (#4642).

[close]

https://github.com/jgm
Titel: CudaText 1.53.4.0
Beitrag von: SiLæncer am 12 Mai, 2018, 19:50
Whats new:>>

+ add: it's possble to show current char in the statusbar: statusbar options support new macros {char} {char_dec} {char_hex} {char_hex4}
- fix: crash when AddonManager installs a lexer, with any lexers active in tabs
- fix: crash when Lexer Library deletes a lexer active in tabs
- fix: issue in LaTeX lexer with "dynamic hiliting"
- fix: lexer VBScript

http://www.uvviewsoft.com/cudatext/
Titel: Notepad3 v4.18.512.992
Beitrag von: SiLæncer am 13 Mai, 2018, 09:40
Changelog

New:

    Menu entries for (hidden) Accelerator Keys.
    Method to remove duplicate lines.
    Names under Acknowledgments on About box.
    Version information for Microsoft Visual C++ 2017 v15.7.(0-1) (191426428).
    X-CaretPolicy ([Settings2] CurrentLineHorizontalSlop=0).
    Focused View (hide non occurrences lines).
    Initial version of Doc tail Chasing.
    Status Bar dynamic configuration.
    Added user definable relative status width configuration.
    Added settings to user defined prefix strings for Status Bar sections.
    DPI awareness on manual font scaling.
    Menu entry for switching to HighDPI toolbar.
    Focus View and Tail function Tool Bar buttons and icons.
    Last find pattern to file history.
    Option to remove blank lines (containing blanks/tabs only).
    Option to skip ANSI Code Page detection (tellenc) (default is ON to preserve historic behavior).
    Compress White Spaces within rectangular selection.
    External command line tool using Google's "Compact Encoding Detection" for encoding analysis.
    Indication of find and replace state in Find and Replace dialog status bar.

Changed:

    Incremental match for search/replace dialog box.
    Default ini for Notepad3Portable.
    uthash library updated to current GitHub development.
    Encoding of Notepad3 sources to UTF-8 (Sig).
    Prep Scintilla "Position" value type changes for large file support.
    Re-based internally used code page on UTF-8 (Scintilla multi-byte conversions).
    Replaced Tellenc by "Compact Encoding Detection" CED.
    Current Scintilla (404 : 05-May-2018) development.
    Enable "Toggle View" for main window.
    Disabling Update Checker menu entry if no executable is configured.
    Adapted test to new About Box calling.
    Menu item Help instead of "?" (move File History (Recent File List) to accelerated key, Ctrl+Alt+H).

Enhancements:

    Latest compiler tool chain recognition.
    Pad with Spaces in Rectangular Selection.
    Enhanced Handling of default/standard lexer styles.
    Notepad3.ini redirection to avoid overriding settings by zipped distribution.
    Consistent rectangular selection restoration after block operations.
    Enable "Customize Schemes" Preview button only if selected lexer corresponds to opened file.
    Find and Replace dialog: Enable Ctrl+BS to delete word in search string.
    File history dependent last search pattern option combined with search history on/off option.
    Handling of F3 (find next - no Find and Replace dialog).
    Incremental search: Find and Replace dialog "Mark All Occurrences" active: typing search pattern scrolls to first match.
    Make Find Next Selected and Find Prev Selected as expected using modern Scintilla API methods (instead of hand made operation).
    Integer to DocPos type changes.
    Non Modal Customize Schemes... dialog.
    Show or hide passphrase in dialog box.
    Selectable (and copy-able) version info header of About-Box.
    Status Bar segmentation resizing.
    Strip First and Last Char within rectangular selection.
    Strip Trailing Spaces within rectangular selection.
    Toggle Folds works on selection only too now.
    Toggle View coop main window vs. Find and Replace dialog.
    Delayed "mark occurrences" multi-triggering.
    Performance tuning after profiling std. handling.
    Delayed execution of time consuming update/redraw operation.
    Delayed "Spinning Circle" transaction.
    Added "Extra Line Spacing" style option to ANSI Art (e.g. .nfo files) (predefined -4).
    Minor speedup on notify changed event.

Fixes:

    Memory leakage in selection undo/redo stack.
    Remember initial search start position for incremental search.
    Some .ini-file handling.
    Handling of "Mark Occurrences." and "Focused View" in cooperation with find/replace dialog.
    Select initial default standard lexer.
    Missing document modified call.
    Pad with Spaces in Rectangular Selection (correction for pure virtual space and skip empty lines).
    Renaming of Update Checker to Administration Tool.
    Issue regarding selection of default and 2nd default styling.
    Clear all occurrences marker on no matching search expression.
    Restore initial selection on search dialog canceling.
    Broken Hyperlink Hotspot handling.
    Brace matching for Batch Lexer.
    Y-CaretPolicy ([Settings2] CurrentLineVerticalSlop=0) default.
    Show replacement count info-box after UI update (extended selection, replaced pattern).
    Issue regarding "Auto Complete Word" feature.
    Slow pasting of multi-line clipboard.
    Style_SetLexer() should update line number margin width.
    Minor issues regarding selection anchor/current_caret in Find Next and Previous.
    Remember last search pattern on new files.
    Notepad3 window positioning.
    Initial window position handling (command line option "/pos").
    Search Next (F3) handling.
    Reset scroll width on font (size) changes (automatically adapted).
    Missing menu shortcut for "Remove Duplicate Lines" ("o").
    Remove Duplicate Lines: wrong last line handling in case of no selection.
    Remove Duplicate Lines: skipping line on progress to next compare when removing previous duplicate.
    Using process heap allocation instead of global memory allocation method (according to MSDN guidelines).
    Toggle line comment on empty line.
    Issue in Strip First/Last Char within rectangular selection.
    Update Tool Bar, Status Bar and Line Number Margin on Observe NotifyEvent reactivation.
    Endless loop on "zero length match" at EOF.
    Reverting file from storage - Preserve view, cancel selection.
    Minor issue on display indication of find and replace state in Find and Replace dialog status bar.
    Small issues on Find and Replace dialog with Next and Previous operations.
    Pad with spaces in case of rectangular selection.
    Hyperlink Hotspot handling while Toggle Visibility changes view.
    Issue with Toggle Visibility drawing a selection on clicking into view.
    Concurrency issue: main window vs. Find and Replace dialog.
    Folding level issue to hide non-occurrence match lines.
    Possible Deadlock.
    Avoid deadlock of occurrence marker task scheduler.
    Enable find/replace state reset call from outside.
    Enhanced indicator (redraw needed) of re-apply "Mark All Occurrences".
    Compressed View: Re-apply lexer styles on changed marked word.
    Proper view reset after reverting from compressed view.
    Minor issues with Compressed View.
    UTF-16 LE BOM (Unicode) for Notepad3.ini. - Notepad3.ini should have encoding UTF-16 LE BOM (Unicode) not the smaller UTF-8 Sig encoding format.
    Scroll-to issue in case of incremental search.
    Bug replacing reverse stream selection.
    Remove file-system/URL auto-completion from search box.
    Find and Replace dialog: minor corrections.
    Occurrences marker counting.
    Default "Slop" values changed.
    Undo/Redo handling in case of discarding U/R-Stack.
    Check "Toggle View" button in case of activation.
    Restore correct fold margin.
    Optimized "notify change" observation on clearing file buffer.
    Consistent "checked" for button and menu.
    Focused View: disable encoding identifier insertion menu entry.
    Bug in toggle mechanism of "Toggle All Folds".
    Toggle Folds: Exclude fold point (headers) which have no children.
    Toggle Folds: selection must span at least two lines.
    Matched Rizonesoft logo background with About dialog background.
    Replace in selection: Selection enlargement.
    Version to folding issue on hiding invisible/non-marked lines.
    Toggle Folds of complete document.
    Small issue reverting from "Focused View".
    Correct WordWrap after reverting from "Focused view".
    Small bug preventing Status bar relative width settings smaller than 1/10 of width.
    Missing last entry of status bar configuration.
    Bug while reading String to Vector.Switching modes (EOL, OVR, some other), status bar has not been updated accordingly.
    Deactivate "Focused View": set Folding Level to default before applying Lexer Style (-> speed-up).
    RAII (__try/__finally) for target transactions and notify changed observation guards.
    Status Bar handling and display of "Default text" vs. "2nd Default Text".
    Added parameter to force update of Status bar (e.g. theme change).
    Fractional font settings: add bias of 2%.
    Minor fixes and default value adjustments.
    Choose correct font size for deactivated "Hyperlink Hotspot" style.
    Force initial default position only if no window position is specified.
    Insert key into rectangular selection.
    Undo/Redo in case of selection insert/delete.
    Cleanup obsolete rectangular pasting helpers.
    Ignore notify change event on pasting rectangular selection.
    Leave Alt-Key-Down mode if keyboard focus lost.
    Broken Undo/Redo stack (in case of selection).
    Issue on recording initial selection Undo/Redo.
    Recording selection Redo/Undo action only for non empty selection.
    Status bar line counting display.
    Modified document flag set unnecessarily.
    Bug, where styling stopped after hotspot highlighting.
    Toggle Folds: Selection range (really) toggles folds.

Removed:

    Removed wyUpdate and references from sources and distribution.

[close]

http://www.rizonesoft.com/downloads/notepad3/
Titel: AlephNote v1.6.15
Beitrag von: SiLæncer am 13 Mai, 2018, 19:30
(https://s26.postimg.cc/6skrw8cnt/screenshot_1204.png)
AlephNote is extensible, lightweight desktop note manager. Features include search, interactive checkbox lists highlighting, clickable highlighted links, notes backup, drag-and-drop capability for files and text, and sorting notes into folders. The program supports tags, in-editor markdown rendering, customizable shortcuts, stay-on-top capability, tray control, themes, and more.

Notes can be saved locally or synchronized with cloud services including Simplenote, Standard Note, Nextcloud/ownCloud.

License:    MIT

Changelog

Bugfixes

    Fixed Nullpointerexception when closing app really fast after startup

Plugins

Plugins included by default:

FilesystemPlugin   v1.2.4
HeadlessPlugin     v1.4.2
NextcloudPlugin    v1.2.3
SimpleNotePlugin   v1.2.2
StandardNotePlugin v1.2.2

[close]

https://github.com/Mikescher/AlephNote
Titel: jane v1.72
Beitrag von: SiLæncer am 14 Mai, 2018, 05:30
(https://s26.postimg.cc/q6vrdqqp5/screenshot_1258.png)
Notepad-Alternative zum Editieren von ASCII-Dateien; unterstützt AutoCopy (markierter Text wird automatisch in die Zwischenablage kopiert), Hyperlinks sowie Drag & Drop; bietet auch ungewöhnliche Bearbeitungsfunktionen wie Textumkehrung oder das Ausfiltern bestimmter Vokale.

Für den privaten Gebrauch kostenlos.

Changelog

Added:

    Text you search for is temporarily highlighted now, too.
    F11 added for toggling fullscreen mode.
    Correct mousecursor for hyperlinks when a line contains this at the end of it.

Fixed:

    Random string contains less extra chars now.
    Small url fix.

[close]

http://www.kifoth.de/jane/html/download.php
Titel: Typora 0.9.51 Beta
Beitrag von: SiLæncer am 15 Mai, 2018, 05:30
(https://s26.postimg.cc/6a6bupdop/screenshot_1181.png)
Swiftly write, edit, format and convert text to HTML with the help of this modern looking, streamlined and novice-accessible piece of software.

Freeware

Whats new:>>

Add Croatian language.
Add Dependency on deb package.
Fix logic when quiting and open Typora.
Other bug fix.

http://www.typora.io/
Titel: Komodo Edit 11.0.2
Beitrag von: SiLæncer am 15 Mai, 2018, 20:45
(https://s26.postimg.cc/mzxl6kyxl/screenshot_1268.png)
Komodo Edit ist ein Editor, der folgende Sprachen unterstützt: PHP, Python, Ruby, java script, Perl, Tcl, XML, HTML 5, CSS 3. Weiterhin bietet das Programm eine Projektverwaltung, Sweet-Editor und kann mittels Erweiterungen ausgebaut werden.

Freeware

http://www.activestate.com/komodo-edit/downloads
Titel: Textosaurus 0.9.5
Beitrag von: SiLæncer am 16 Mai, 2018, 04:30
(https://s26.postimg.cc/hsdowhmnt/screenshot_875.png)
Textosaurus (previously named Textilosaurus) is a Scintilla-based text editor with a configurable, tabbed interface and syntax highlighting. The program includes uploaders, tools for scripting, XML, JSON, MIME and supports a wide variety of text encoding.

64-bit only. Cross-platform with a Linux version available.

License:    GNU GPLv3

Changelog

Textosaurus application is now split into main executable (textosaurus) and core library (libtextosaurus). This is needed to allow for robust plugin architecture. That said, it is no longer possible to publish statically built Textosaurus (single executable file). Textosaurus will support plugins (C++/Qt, dll/so/dylib files, loaded at runtime, simple API) in the future. The work on plugin API is already underway.
Microsoft Visual C++ redistributable must be installed. It is bundled in Textosaurus installer and is copied into Textosaurus folder. You have to install it from there if needed.

Added:

Macros sidebar which allows to record, play and save macros.
Experimental Mac OS X build. There was some effor to make good DMG bundles but I failed. Therefore "app dir" is generated instead and Textosaurus core library is placed in the same folder as main Textosaurus executable.

Changed:

Application is now split into two modules (executable + core library).
When closing app with some modified documents, then application asks for all "Save/Discard" confirmations first and exits only when everything is confimed by the user.

[close]

https://github.com/martinrotter/textosaurus
Titel: Atom 1.27.0
Beitrag von: SiLæncer am 16 Mai, 2018, 05:00
(https://s26.postimg.cc/fmfpqomgp/screenshot_915.png)
A powerful and flexible application that works as a text and source code editor with syntax highlight, or alternately as a file viewer.

MIT License

Changelog

You can now add co-authors to Git commits in the Git pane.
It's now easier to undo and amend your last commit in the Git pane.
You can now push and pull branches more easily from the status bar.
You can now create pull requests from the GitHub pane.
A closed tree view dock is no longer expanded when the 'Auto Reveal' option is enabled.
Clip cursor width when soft-wrap is on and cursor is at the end of a line.
Restore cursor position correctly after undo/redo when multiple editors are open for the same buffer.
Prevent default editor commands from modifying read-only TextEditors.
Separate the concept of "keyboard enabled" editor state from read-only editor state.
Ensure that files are not opened incorrectly when multiple open requests occur simultaneously.
Improve handling of line endings in Unicode files.
Fixed an issue that causes the dock handle to break when an item is dragged over it.
Clarify deprecation of undo: skip option.

[close]

https://atom.io/
Titel: Atom 1.28.0 Beta 0
Beitrag von: SiLæncer am 16 Mai, 2018, 05:40
Changelog

Electron has been upgraded to version 2.0.
Active editors are now updated when experimental Tree-sitter grammars are toggled in settings.
Shell environment variables are now carried into Atom when launched from PowerShell or Windows Command Prompt.
The Find in Project results view now groups adjacent matches and highlights multiple matches on the same line.
The language-html package now supports GraphQL script tags and multi-line style attributes.
CriticMarkup syntax is now colored correctly in Markdown files.
Fixed an issue where files in a Git repo might be locked or corrupted.
The placeholder glyph that appears when reordering tabs is now much more responsive.

[close]

https://atom.io/
Titel: QOwnNotes v18.05.3
Beitrag von: SiLæncer am 17 Mai, 2018, 05:20
(https://s26.postimg.cc/hoi1ahlcp/screenshot_978.png)
QOwnNotes is a text editor / notepad replacement with markdown support and todo list manager. The program supports themes, keyboard shortcuts, syntax highlighting, and encryption. Includes available nested file list, tags, search, and more. Optionally works with the notes application ownCloud or Nextcloud.

Cross-platform with clients available for Mac and Linux.

License:    GPL

Changelog

you will now get a notification if you assign a shortcut that is already used by an other menu item in the Shortcuts settings (for #912)
added more Catalan and German translation (thank you MGuerra and rakekniven)

[close]

http://www.qownnotes.org/
Titel: EmEditor Free v17.7.0
Beitrag von: SiLæncer am 17 Mai, 2018, 19:15
(https://s26.postimg.cc/pbg87i3s9/screenshot_1195.png)
EmEditor is a lightning-fast, tabbed text editor with themes, syntax highlighting, stay-on-top, and customizable keyboard mapping. The program supports batch find-and-replace, regular expressions, and more.

The program beat a variety of other text editors in tests performed by TPFC user TP109. Additional features are available via a non-free version.

License:    Free for personal use

Changelog

Improved the speed of various sort commands.
Updated the Python syntax to Python 3.7.0b4.
Added the feature to generate a report file after file comparisons. Added the eeCompare configuration and the Vertical Line-separated CSV format to view comparison reports.

[close]

https://www.emeditor.com/text-editor-features/history/emeditor-free/
Titel: Black NotePad 1.0.15.28
Beitrag von: SiLæncer am 18 Mai, 2018, 05:15
(https://s26.postimg.cc/lj0xxiynt/screenshot_1281.png)
Black NotePad was created as an alternative to the Notepad program of Windows operating systems. While retaining the original functions, Black NotePad improves manageability, contains important new functions, and greatly enhances program compatibility in terms of the edited text.

Freeware

Whats new:>>

Bugfix: Copy, Paste, Cut

https://www.wintools.info/index.php/black-notepad
Titel: QOwnNotes v18.05.4
Beitrag von: SiLæncer am 18 Mai, 2018, 05:40
Changelog

you are now able to jump to the conflicting keyboard shortcut if you assign a shortcut that is already used by an other menu item in the Shortcuts settings (for #912)

    the duplicate dialog if assigning a conflicting shortcut if no shortcut was defined before was fixed

added a new scripting hook noteDoubleClickedHook(note) that is called every time a note is double clicked in the note list (for #913)

    take a look at the noteDoubleClickedHook documentation for more information
    there is an example script at external-note-open.qml
    you will also find a script External note open in the script repository that uses the new hook

added more Brazilian Portuguese, Italian, Dutch and Hungarian translation (thank you mlimacarlos, mlocati and Fabijenna)

[close]

http://www.qownnotes.org/
Titel: Text Editor Pro 3.9.1
Beitrag von: SiLæncer am 18 Mai, 2018, 09:07
(https://s26.postimg.cc/hfdkhoj9l/screenshot_896.png)
Text Editor Pro (formerly EditBone) is a powerful text editing tool that comes with syntax highlighting support for over 50 languages and scripts, customizable with over 100 options, 29 ready made styles, a handy file comparison feature, unicode character map, numerical unit convert tool, SQL formatter, and support for multiple directories and search results.

Freeware

Changelog

Fixed used terms in special chars
Fixed language files

[close]

http://texteditor.pro/
Titel: Vim 8.1
Beitrag von: SiLæncer am 18 Mai, 2018, 16:30
(https://s26.postimg.cc/xww5nc4zt/screenshot_1282.png)
A highly configurable text editor built to enable efficient text editing - an improved version of the vi editor distributed with most UNIX systems.

Freeware

Changelog

Terminal window:

The main new feature of Vim 8.1 is support for running a terminal in a Vim window. This builds on top of the asynchronous features added in Vim 8.0. The terminal window can be used for many purposes, here are a few examples:

Run a command, such as "make", while continuing to edit in other windows. The progress of the command can be observed, the terminal window is continuously updated.
Run a shell where you can execute a series of commands.
Use the new terminal debugger plugin for debugging inside Vim. This is especially useful over an ssh connection, when opening other terminals is not possible or impractical. I use this to fix problems in Vim when travelling.
The terminal window is also used in tests, to grab a screenshot and compare it with the expected state. This allows for testing interactive actions, such as the popup menu.

[close]

http://www.vim.org/index.php
Titel: AlephNote 1.6.16
Beitrag von: SiLæncer am 19 Mai, 2018, 10:30
(https://s26.postimg.cc/6skrw8cnt/screenshot_1204.png)
AlephNote is extensible, lightweight desktop note manager. Features include search, interactive checkbox lists highlighting, clickable highlighted links, notes backup, drag-and-drop capability for files and text, and sorting notes into folders. The program supports tags, in-editor markdown rendering, customizable shortcuts, stay-on-top capability, tray control, themes, and more.

Notes can be saved locally or synchronized with cloud services including Simplenote, Standard Note, Nextcloud/ownCloud.

License:    MIT

Changelog

Bugfixes:

Fixed serialization error in it-IT locale (#48)

Plugins included by default:

FilesystemPlugin v1.2.5
HeadlessPlugin v1.4.3
NextcloudPlugin v1.2.4
SimpleNotePlugin v1.2.2
StandardNotePlugin v1.2.3

[close]

https://github.com/Mikescher/AlephNote
Titel: CudaText 1.54.0.0
Beitrag von: SiLæncer am 20 Mai, 2018, 09:40
(https://s26.postimg.cc/k6wu8qcrt/screenshot_901.png)
Create programming scripts with this powerful tool that supports more than 130 languages and allows users to work concurrently on as many as six groups of projects.

Freeware

Changelog

+ announce:
  new plugin CudaTree with sub-plugins, TreeHelpers.
  Most useful TreeHelpers: for Markdown, for PHP.
+ add: API
* change: lexer PHP code tree simplified (hidden $vars, HTML tags, JS items)
- fix: highlighting error in "lite lexers"
- fix: issue when pasting block w/o EOL, at empty line

[close]

http://www.uvviewsoft.com/cudatext/
Titel: QOwnNotes v18.05.6
Beitrag von: SiLæncer am 20 Mai, 2018, 09:50
Changelog

18.05.6

    fixed a Segmentation fault when opening the settings dialog from the welcome dialog (for #914)

18.05.5

    a conflicting keyboard shortcut will now be highlighted if you jump to it while assigning a shortcut in the Shortcuts settings (for #912)
    all export methods in the Export menu and the note text-edit context menu will now open the folder of the exported file after exporting
    added more Brazilian Portuguese, Italian, Catalan, Spanish and German translation (thank you mlimacarlos, mlocati, MGuerra, richarson and rakekniven)

[close]

http://www.qownnotes.org/
Titel: RJ TextEd 13.20
Beitrag von: SiLæncer am 21 Mai, 2018, 13:30
(http://images.six.betanews.com/screenshots/scaled/1187014627-1.jpg)
RJ TextEd - A Unicode source and text editor. RJ TextEd is a full featured text and source editor with Unicode support, syntax highlighting and code folding. The functionality extends beyond text files and includes support for HTML editing with integrated preview, spell checking, auto completion, HTML validation, templates and more. The program also include support for Topstyle Lite CSS editor, has a dual pane file commander, as well as a FTP client to upload your files. The editor uses language files to display menus and dialogs in different languages. There are several included languages. New language files can easily be created in the editor. RJ TextEd is also a simple web development tool. The editor can use auto completion and hints to assist you in editing your source code. You can preview HTML/ASP/PHP... code using one of the preview tabs or open a document in a browser. The editor does not only handle source code. It also handles true ASCII files, binary files and of course plain text files.

Licence: Freeware

Changelog

Chrome preview:

Updated the Chrome preview component and libraries to version 66.0.3359.

Document map:

Changed the appearance of the current page representation inside the document map.
Border and background can be changed in customize themes.
Added a document map hint window. Move the mouse inside the document map to see the hint window. The hint displays the content of the document at the mouse position.

Overwrite mode:

Added an option to make paste from clipboard work like most Linux editors when in overwrite (OVR) mode.
The option is labeled "Paste from clipboard should overwrite text in overwrite mode."

Fixed:

Annotation bar flicker when switching document tab.
Alt+Key issues.
Find issue with match whole words.
Focus issue with auto-hidden panels.
Code explorer issue.
Copy as RTF.
Select All in search bar.
Small memory and resource leak.
(S)FTP upload issues.
Misc minor issues found while adding new features and testing.

[close]

http://www.rj-texted.se/
Titel: Atom 1.28.0 Beta 1
Beitrag von: SiLæncer am 21 Mai, 2018, 21:45
Changelog

Notable Changes

Upgraded Electron from 2.0.0 to 2.0.1 to take advantage of recent security fixes and stability improvements (https://github.com/atom/atom/pull/17362)

All Changes

Atom Core

v1.28.0-beta0...v1.28.0-beta1

    atom/atom#17351 - Provide more context when test fails due to timeout in waitsFor
    atom/atom#17362 - ⬆️ electron@2.0.1

fuzzy-finder

v1.8.1...v1.8.2

    atom/fuzzy-finder#347 - Fix flaky test re: "toggling when the project has multiple paths" 🤞

line-ending-selector

v0.7.6...v0.7.7

    atom/line-ending-selector#57 - Fix flaky test re: "changes the line endings in the buffer" 🤞

[close]

https://atom.io/
Titel: Mobirise 4.7.6
Beitrag von: SiLæncer am 22 Mai, 2018, 20:15
(https://s26.postimg.cc/g54gep109/screenshot_3.png)
Develop fully responsive, mobile-ready websites that look amazing on any devices and browsers. Preview how your website will appear on phones, tablets and desktops directly in the visual editor..

Freeware

https://mobirise.com/
Titel: Atom 1.27.1
Beitrag von: SiLæncer am 23 Mai, 2018, 04:50
(https://s26.postimg.cc/fmfpqomgp/screenshot_915.png)
A powerful and flexible application that works as a text and source code editor with syntax highlight, or alternately as a file viewer.

MIT License

Whats new:>>

Upgraded Electron from 1.7.11 to 1.7.15 to take advantage of recent security fixes and stability improvements (#17361)

https://atom.io/
Titel: Textosaurus v0.9.6
Beitrag von: SiLæncer am 23 Mai, 2018, 05:30
(https://s26.postimg.cc/hsdowhmnt/screenshot_875.png)
Textosaurus (previously named Textilosaurus) is a Scintilla-based text editor with a configurable, tabbed interface and syntax highlighting. The program includes uploaders, tools for scripting, XML, JSON, MIME and supports a wide variety of text encoding.

64-bit only. Cross-platform with a Linux version available.

License:    GNU GPLv3

Changelog

Added:

    Overview of installed plugins in "Settings" dialog.
    Some enhancements to plugin API.
    Public headers are installed too.
    Deploy .lib file on Windows too.

Changed:

    Some code refactorings.

Fixed:

    Favorite folders/files can be deleted from list of favorite items in FS sidebar.

[close]

https://github.com/martinrotter/textosaurus
Titel: Zettlr 0.15.5
Beitrag von: SiLæncer am 23 Mai, 2018, 13:50
(https://s26.postimg.cc/vfll9p4mh/screenshot_956.png)
Write text and conveniently edit it using Markdown with the help of this user-friendly and well-thought-out, Electron based application.

MIT License

Changelog

GUI and functionality:

Additions to the search functionality. If you begin typing in the global search field, Zettlr will autocomplete your typings with exact name matches. This way you can directly open respective files from your searchbar by simply confirming the file to be opened with the RETURN-key.
Zettlr will now automatically try to force open a file when you commence a global search, if there is a file containing the typed name somewhere in the system.
If you click a link without the ALT-key now, the cursor will be automatically placed and you can edit the link exactly where you clicked without having to click the position twice.
Fixes to the attachment pane — now opening a directory will always work.
Now the vertical scrollbar in the editor uses the default cursor, not the text cursor.
Fixes to the generation and placement of popups. Now a bigger margin to the edges of the window is ensured, and the popups are now a little bit wider to reduce the possibilities of ugly line-breaks.
Small fix to the color of directory ribbons in dark mode.
The attachment pane now refreshes on new attachments without the need to switch to another directory and then switch back. Also, after every watchdog run the renderer receives a new list of objects now in memory.

Under the hood:

Small changes to the _renderLinks()-function in ZettlrEditor.
Calling _act() in ZettlrAttachments even if there are no attachments to be able to still open the directory in these cases.
Changes to _place() in ZettlrPopup.
Changes to the ZettlrToolbar and ZettlrRenderer classes.
Design-fixes.
Removed an unnecessary check for the now non-existent projectDir option in the configuration constructor.
Added a security check for additional PATH-variables in ZettlrConfig.
Additional security-check in ZettlrConfigs set()-function to only add valid options. Now set() will return either true or false depending on whether the option was successfully set.
Removed deprecated code from ZettlrWindow class.
Added a security check in ZettlrWindows prompt() function.
Removed some unnecessary code from ZettlrDir class.
Small changes to ZettlrDir constructor.
Began first work on ZettlrFilter and ZettlrVirtualDirectory.
Changes to Zettlr and ZettlrRenderer classes.

[close]

https://www.zettlr.com/
Titel: CudaText v1.55.0.0
Beitrag von: SiLæncer am 24 Mai, 2018, 05:50
(https://s26.postimg.cc/k6wu8qcrt/screenshot_901.png)
Create programming scripts with this powerful tool that supports more than 130 languages and allows users to work concurrently on as many as six groups of projects.

Freeware

Changelog

+ add: side panel and bottom panel can be floating (undocked).
    + menu item "View - Toggle floating side panel"
    + menu item "View - Toggle floating bottom panel"
    + command "toggle floating side panel"
    + command "toggle floating bottom panel"
+ add: floating tab groups 1/2/3. Now you can put tabs to 2nd monitor. To move tab to floating groups, in tab's context menu call "Move tab to group - Floating 1/2/3".
+ add: option "ui_float_groups_in_taskbar"
+ add: hotkey for "Command palette" set to famous Ctrl+Shift+P (second hotkey is F1)
* change: renamed menu item "Help - Commands" to "Help - Command palette"
* change: changed default of options "minimap_tooltip_show" and "fold_tooltip_show" to false
- fix: minimap rendering for PHP
- fix: lexers HTML, PHP (rule for &#nnnn;)
- fix: lexer Markdown (rule for header)

[close]

http://www.uvviewsoft.com/cudatext/
Titel: Text Editor Pro 3.9.2
Beitrag von: SiLæncer am 24 Mai, 2018, 12:20
(https://s26.postimg.cc/hfdkhoj9l/screenshot_896.png)
Text Editor Pro (formerly EditBone) is a powerful text editing tool that comes with syntax highlighting support for over 50 languages and scripts, customizable with over 100 options, 29 ready made styles, a handy file comparison feature, unicode character map, numerical unit convert tool, SQL formatter, and support for multiple directories and search results.

Freeware

Changelog

Added MSI installer and 7-Zip package
Added insert GUID (Shift+Ctrl+G)
Fixed page control
Fixed scroll bars
Fixed label caption color in dark themes
Fixed language files
Fixed inserts
Optimized completion proposal
Updated AlphaSkins controls v13.15 - http://www.alphaskins.com/

[close]

http://texteditor.pro/
Titel: QOwnNotes 18.05.7
Beitrag von: SiLæncer am 25 Mai, 2018, 04:30
(https://s26.postimg.cc/hoi1ahlcp/screenshot_978.png)
QOwnNotes is a text editor / notepad replacement with markdown support and todo list manager. The program supports themes, keyboard shortcuts, syntax highlighting, and encryption. Includes available nested file list, tags, search, and more. Optionally works with the notes application ownCloud or Nextcloud.

Cross-platform with clients available for Mac and Linux.

License:    GPL

Changelog

despite users having problems in the past with fetching the update request via SSL are we trying to use https for the update request again (for #918)

    the QOwnNotes webpage http://www.qownnotes.org will now also be automatically redirected to https://www.qownnotes.org

it now will not be attempted to store a new note text if the note file is read-only (for #916)

    this was especially a problem for the noteTaggingHook scripting method, because the note text is modified there most of the time
        but the user interface still might think that a tag was added to or removed from a note, because the noteTaggingHook scripting method might not necessarily modify the note text, but use for example an external database

when pasting HTML code with Ctrl + ⇧ + V the escaped characters &gt;,&lt; and &amp; will now be unescaped to >, < and & (for #922)
did some Qt 5.11 build fixing

[close]

http://www.qownnotes.org/
Titel: Textosaurus v0.9.7
Beitrag von: SiLæncer am 25 Mai, 2018, 06:05
Changelog

Added:

    Code folding (see menu "View" -> "Code Folding"):
        supports many languages/lexers,
        respects active editor color theme (uses paper background color and primary text color),
        fold column is automatically hidden if used language/lexer is not supported.
    Added notification to "Output" sidebar (or tray icon) when document gets reloaded upon external change.
    All sidebars can now be shrinked to very minimum width/height.

Fixed:

    Some minor glitches.
    Fixed find results sidebar resetting its contents when moved to other dock area.

[close]

https://github.com/martinrotter/textosaurus
Titel: Text Editor Pro v3.9.3
Beitrag von: SiLæncer am 26 Mai, 2018, 11:20
Whats new:>>

- Fixed download confirmation dialog to support MSI and 7-Zip
- Fixed control '' has no parent window error when word wrap is enabled
- Fixed page control

http://texteditor.pro/
Titel: OutWiker 2.1.0.842 Dev
Beitrag von: SiLæncer am 26 Mai, 2018, 21:15
(https://s26.postimg.cc/87bx6b16h/screenshot_33.png)
OutWiker is an open-source personal wiki and outliner. Notes are stored in a tree, and kept in the form of directories on the disk. This encourages changing the base by external sources and programs. Currently there are three types of pages supported: plain text, HTML, and wiki. External files (such as pictures) can be attached to pages, and pages can be linked to each other. Each tree branch can be opened as a separate wiki. Other features include tag support, global search (notes and tags), bookmarks, HTML syntax highlighting and icons for notes.

OutWiker can be downloaded with or without plugins, as well as for Linux systems.

License : GPL

Changelog

The program now uses wxPython 3.0 library.
The editor adds the ability to duplicate the current line with hot key or menu item.
The editor adds the ability to delete the current line with hot key or menu item.
The editor adds the ability to move lines up / down with hot keys or menu items.
The editor adds the ability to join lines with the hot key or menu item.
The editor adds the ability to remove word to beginning / ending with the hot key or menu item.
The editor adds the ability to decreade nesting level of the list items with the hot key or menu item.
Added the menu items to move cursor in text.
Added the menu items to copy / cut the current line to clipboard.
Added the "--page, -p" command line parameter to select page when starting.
Added the "--normal" command line parameter to disable minimizing when starting.
Added the "--debug" command line parameter to run in the debug mode.
Added the Swedish translation.
Restored availability the icon in the system tray on Linux.
Added the ability to add alias to page.
Changed GUI to set hot keys.
Added options to change editor margin color.
Added options to change background color of the selected text.
Removed Italian localization.

[close]

http://jenyay.net/Outwiker/English
Titel: CudaText 1.55.1.0
Beitrag von: SiLæncer am 28 Mai, 2018, 12:25
Whats new:>>

Fix: app window position was forced to first monitor
Fix: app taskbar button was always on first monitor
Fix: position of auto-complete listbox sometimes not ok

http://www.uvviewsoft.com/cudatext/
Titel: Typora 0.9.52 Beta
Beitrag von: SiLæncer am 28 Mai, 2018, 13:16
(https://s26.postimg.cc/6a6bupdop/screenshot_1181.png)
Swiftly write, edit, format and convert text to HTML with the help of this modern looking, streamlined and novice-accessible piece of software.

Freeware

Changelog

Add Smart Punctuation (SmartyPants) Support.
Support remap unicode punctuations on parsedetail
Fix bugs on saving process.
Fix bugs that some options are not saved after change.
Fix bugs and improve UI of table functions.
Fix bug that styles inside underline (``) are not rendered.
Fix undo/redo logic when changing styles or in source code mode.
Add syntax highlight for pseudocode.
Add Hungarian interfaceImprove labels and translations.
Improve URL detect logic.
Other bug fix.

>
[close]

http://www.typora.io/
Titel: AlephNote v1.6.17
Beitrag von: SiLæncer am 28 Mai, 2018, 13:46
(https://s26.postimg.cc/6skrw8cnt/screenshot_1204.png)
AlephNote is extensible, lightweight desktop note manager. Features include search, interactive checkbox lists highlighting, clickable highlighted links, notes backup, drag-and-drop capability for files and text, and sorting notes into folders. The program supports tags, in-editor markdown rendering, customizable shortcuts, stay-on-top capability, tray control, themes, and more.

Notes can be saved locally or synchronized with cloud services including Simplenote, Standard Note, Nextcloud/ownCloud.

License:    MIT

Changelog

Features

    Manual conflict resolution (#37)
    Continue search by F3

Tasks

    Fixed filesystem access in git mirroring (only edit files that where changed)
    Update dependencies

Bugfixes

    Adedd square brackets to allowed filename characters (#49)
    Fixed crash when some notes failed to deserialize (in MultiBoolToVisibility)

Plugins

Plugins included by default:

FilesystemPlugin   v1.2.7
HeadlessPlugin     v1.4.4
NextcloudPlugin    v1.2.5
SimpleNotePlugin   v1.2.3
StandardNotePlugin v1.2.4

[close]

https://github.com/Mikescher/AlephNote
Titel: DocPad 21.0
Beitrag von: SiLæncer am 28 Mai, 2018, 18:15
(http://images.six.betanews.com/screenshots/scaled/1238008675-1.jpg)
Erweiterter Text-Editor als Alternative zu Notepad; bietet unter anderem eine Rechtschreibprüfung, eine anpassbare Toolbar sowie die Möglichkeit, Makros zu verwenden.

Freeware

Changelog

* Open Nonstandard Document: an 8-bit document in a different code page is now saved in its original code page.  Previously, it was always saved as UTF-8.
* Open Nonstandard Document: a unicode or UTF-8 document with no byte order mark is now saved with no byte order mark.
* Added the "Use byte order mark" option to the Document Type sub-menu.  This allows you to control the usage of the byte order mark.
* Added the "Open Containing Folder" tool to the File menu.
* Added the "Welcome: Alphabetize Files" option to the Options menu.
* Reduced memory usage by approximately 25%, which allows larger files to be opened.
* Added the "Regex Tester" tool to the Interface menu.
* Block selection: added support for drag and drop.
* Discard Paragraphs Containing: added the "Contains Member" mode.
* Added the "/cp" command line switch, which allows you to specify a Code Page for the file to be opened.
* The "All/Paragraphs/Longest/Words" statistic now supports non-ASCII letters.
* Block selection: the top and bottom of the rectangle now snap to the lines.
* Block selection: Undo can now restore the selection rectangle.
* Added a "Speak" tool to the Help viewer.
* Search: Regular Expressions: if there is a syntax error, a more detailed error message is now produced.  Also, the error popup now has a Help button.
* Bookmark: this now also restores the original scrolling position.
* Open/Save Document: the type of file (ASCII, UTF-8, unicode) is now mentioned on the status bar.
* Added the "Hyperborean" skin.  Numerous other skin improvements.
* When using the /new command line switch, if there is already an instance with a new document opened, that instance will be brought to the foreground instead of creating a new one.
* Help: added the "Rectangle" Selection Mode, which is useful for copying columns of text.
* The toolbar's size can now be adjusted by hovering the mouse over it, holding down the Ctrl key, and spinning the mouse wheel.
* Added a "Help" button to the Preferences window.
* Fixed: the "All/Paragraphs/Longest/Characters" statistic was not correct on unicode documents.
* Fixed: if "Lock File" is checked and "Create Backups" is unchecked, Save As was saving to the old file rather than the new file.

[close]

http://www.gammadyne.com/docpad.htm
Titel: BabelEdit 1.3.0
Beitrag von: SiLæncer am 29 Mai, 2018, 09:07
(https://s26.postimg.cc/7efmb9imh/screenshot_979.png)
A translation editor that can process one or more JSON files at the same time, providing support for both json and namespaced-json formats.

Freeware

Changelog

Features:

GDPR compliance (EU's General Data Protection Regulation)
Updated license agreement

[close]

https://www.codeandweb.com/babeledit
Titel: GrafX Website Studio 4.1.23
Beitrag von: SiLæncer am 29 Mai, 2018, 20:20
(https://s26.postimg.cc/dvavao4cp/screenshot_48.png)
Build your website using the provided templates and customize it to fulfill your requirements with this comprehensive and reliable application.

Freeware

http://www.xigraffix.com/download/
Titel: RJ TextEd 13.25
Beitrag von: SiLæncer am 30 Mai, 2018, 09:04
(http://images.six.betanews.com/screenshots/scaled/1187014627-1.jpg)
RJ TextEd - A Unicode source and text editor. RJ TextEd is a full featured text and source editor with Unicode support, syntax highlighting and code folding. The functionality extends beyond text files and includes support for HTML editing with integrated preview, spell checking, auto completion, HTML validation, templates and more. The program also include support for Topstyle Lite CSS editor, has a dual pane file commander, as well as a FTP client to upload your files. The editor uses language files to display menus and dialogs in different languages. There are several included languages. New language files can easily be created in the editor. RJ TextEd is also a simple web development tool. The editor can use auto completion and hints to assist you in editing your source code. You can preview HTML/ASP/PHP... code using one of the preview tabs or open a document in a browser. The editor does not only handle source code. It also handles true ASCII files, binary files and of course plain text files.

Licence: Freeware

Changelog

Document map:

The page marker can now be dragged and used as a scrollable handle and even replace the scrollbar.

Options added:

Hide vertical scrollbar when document map is visible.
Document map width.
Indent by Fold
Indent by fold is a simple way to format your code. A menu item has been added to the format menu. The function will indent selected code or the entire document, if nothing is selected. Indention follows the code folding and should indent blocks inside a code fold.
For the most part it formats the code fairly well, but some manual editing may be required.

Fixed:

Code explorer issue.
Toolbar button and dropdown issues.
Dual document view issue with compare mode.
Close document tab issue.


[close]

http://www.rj-texted.se/
Titel: FocusWriter 1.6.13
Beitrag von: SiLæncer am 30 Mai, 2018, 13:18
(https://s26.postimg.cc/if0nmb60p/screenshot_947.png)
FocusWriter hilft Vielschreibern beim Verfassen von Texten. Die Textverarbeitung blendet alle Menüs und Leisten aus. So kann man sich beim Schreiben voll und ganz auf das Wesentliche konzentrieren.

Der Vollbild-Texteditor FocusWriter zeigt als Oberfläche absichtlich lediglich den blanken Text. Daher gelingt es leichter, störungs- und ablenkungsfrei zu schreiben. Auf Wunsch kann man auf zusätzliche Steuerelemente zugreifen und diese per Maus über die Bildschirmränder abrufen.

Außerdem kann bei FocusWriter eine Statuszeile mit der aktuellen Uhrzeit, einem Timer und Statistiken eingeblendet werden. Das geplante Arbeitspensum legt der Schreiber in den Einstellungen in Minuten oder Wörtern fest. Textart und -farbe werden hier ebenfalls ganz nach Wunsch bestimmt.

Mit FocusWriter können mehrere Dokumente parallel bearbeitet werden. Ein Speichern erfolgt im RTF-, ODT- oder TXT-Format. Standardmäßig zeigt die Freeware einen einfarbigen, nüchternen Hintergrund. Wer die Arbeitsumgebung etwas freundlicher und abwechslungsreicher gestalten möchte, kann die Farbe ändern und auch ein eigenes Bild als Hintergrund einblenden.

FocusWriter enthält alle Grundfunktionen einer Textverarbeitung inklusive Textformatierungen, einer Rechtschreibprüfung und dem Suchen und Ersetzen von Wörtern und Textausschnitten. Die Freeware spricht vor allem den Vielschreiber an, der sich allein auf den Text konzentrieren möchte.

Changelog

Updated dictionaries
Updated Unicode symbols database
Replaced deprecated code
Extra warnings only shown in debug build
Improved Linux deployment
Improved macOS deployment
Improved Windows deployment
Translation updates: Dutch, French, Portuguese

[close]

http://gottcode.org/focuswriter/
Titel: ProgramEdit 4.6.7
Beitrag von: SiLæncer am 31 Mai, 2018, 05:20
(https://s26.postimg.cc/wcabyxqq1/screenshot_58.png)
ProgramEdit - a free Windows® software source-code editor. ProgramEdit includes language support for HTML, Ada, C/C++, C#, CSS, JAVA, JavaScript, Perl, PHP, Python, Ruby, VB, VBScript, Verilog, VHDL and Batch(.bat) files. Other features include tabbed file selection, text highlighting, find & replace, regular expressions, sesssions, bookmarks, multiple undo/redo and hyperlinks.

Freeware

Whats new:>>

- add Options/File backups/files(maximum) to enable up to 9-levels of file backups
- fix Status Bar Insert/Overwrite bug

http://simplesolverlogic.com/index.html
Titel: Typora 0.9.53 Beta
Beitrag von: SiLæncer am 31 Mai, 2018, 09:14
(https://s26.postimg.cc/6a6bupdop/screenshot_1181.png)
Swiftly write, edit, format and convert text to HTML with the help of this modern looking, streamlined and novice-accessible piece of software.

Freeware

Changelog

Fix Markdown line break does not work.
Fix bugs relates to SmartyPants.
Fix return key on tables.
Fix mirror styles and typos.
Remove default shortcut keys of "typewriter" mode to prevent user from activating it accidentally and does not know how to exit.

[close]

http://www.typora.io/
Titel: Atom 1.28.0 Beta 2
Beitrag von: SiLæncer am 01 Juni, 2018, 04:30
(https://s26.postimg.cc/fmfpqomgp/screenshot_915.png)
A powerful and flexible application that works as a text and source code editor with syntax highlight, or alternately as a file viewer.

MIT License

Whats new:>>

Updated the GitHub package to version 0.15.4
Fixed deprecated hidden-inset title bar style

https://atom.io/
Titel: BaseX 9.0.2
Beitrag von: SiLæncer am 01 Juni, 2018, 04:40
(https://s26.postimg.cc/zexqg30d5/screenshot_63.png)
BaseX is a Java-based software application that integrates an XML database and XQuery text editor. It is wrapped in a user-friendly working environment and comes packed with several useful options and configuration parameters for experienced users.

BSD License

Changelog

Critical bug fixes:

XQuery: Node ordering of mixed database/fragment instances
XQuery: Index rewritings of paths with nested positional predicates

Improvements:

WebDAV: Much faster locking of database resources
XQuery: Enable ENFORCEINDEX for variable predicate arguments
GUI: Larger interaction components, unified font sizes

Minor Bug fixes:

DBA: Suppress menu on login page
Commands: Nested evaluation with variable bindings
XQuery: Static typing of lookup expressions

[close]

http://basex.org/
Titel: Textadept 10.0 Beta 2
Beitrag von: SiLæncer am 01 Juni, 2018, 13:30
(http://foicica.com/textadept/images/splitviews.png)
Textadept will provide users with a fast, minimalist, and ridiculously extensible text editor. At its core lies less than 2000 lines of C code, and that's how it always will be. While other editors rely on recordable macros to speed up workflow, shell scripts to quickly transform text, and static side panes to manage your documents, files, and more.

Textadept takes it to the extreme: it gives you complete control over the entire application using the embedded Lua language. Lua is nearly as fast as C, and has a very small footprint. In fact, most of Textadept is written in Lua.

License : MIT License

Changelog

Bugfixes:

Fixed unset lexer bug upon splitting a newly created buffer.
Fixed a potential infinite loop with “replace in selection”.
Fixed crash on Mac OSX with regex searches.
Fixed selection of “find in files” result if it’s at the start of the line.
Properly handle abbreviated setting of write-only buffer properties via command entry.

Changes:

Removed bit32 module in favor of Lua’s bitwise operators.
Makefile can be used to build on case-insensitive filesystems.
Interpret uXXXX sequences in regex replacement text.

[close]

http://foicica.com/textadept/
Titel: VNote 1.17
Beitrag von: SiLæncer am 02 Juni, 2018, 09:40
(https://s26.postimg.cc/871od8huh/screenshot_1147.png)
Peculiar yet interesting, open source piece of software that sports both Markdown editing capabilities and note management features.

MIT License

Changelog

VNote supports browsing the history of notes and folders.

Explorer:

Though we always emphasize that VNote is a note-taking application instead of a Markdown editor, VNote now supports browsing external files by Explorer.

View Order of Notes:

We now support specifying different orders to view notes.

Others:

Support specifying relative path for a notebook;
Fix input method issue on macOS for Universal Entry;
Support customized zoom delta of editor;
Better support for hiDPI;
Support stay-on-top;

[close]

https://tamlok.github.io/vnote/
Titel: nanDECK 1.24.0
Beitrag von: SiLæncer am 02 Juni, 2018, 11:10
(https://s26.postimg.cc/6uxy2fkg9/screenshot_70.png)
nanDECK is a scripting graphic software that provides a simple yet flexible language to create multiple images suited for cards or counters .

Freeware

http://www.nand.it/nandeck
Titel: AlephNote 1.6.18
Beitrag von: SiLæncer am 02 Juni, 2018, 15:00
(https://s26.postimg.cc/6skrw8cnt/screenshot_1204.png)
AlephNote is extensible, lightweight desktop note manager. Features include search, interactive checkbox lists highlighting, clickable highlighted links, notes backup, drag-and-drop capability for files and text, and sorting notes into folders. The program supports tags, in-editor markdown rendering, customizable shortcuts, stay-on-top capability, tray control, themes, and more.

Notes can be saved locally or synchronized with cloud services including Simplenote, Standard Note, Nextcloud/ownCloud.

License:    MIT

Changelog

Fixed nextcloud sync with NC instances in server subdirectory (#51)
Fixed conflict-resolution-dialog layout

[close]

https://github.com/Mikescher/AlephNote
Titel: QOwnNotes v18.06.0
Beitrag von: SiLæncer am 03 Juni, 2018, 18:30
(https://s26.postimg.cc/hoi1ahlcp/screenshot_978.png)
QOwnNotes is a text editor / notepad replacement with markdown support and todo list manager. The program supports themes, keyboard shortcuts, syntax highlighting, and encryption. Includes available nested file list, tags, search, and more. Optionally works with the notes application ownCloud or Nextcloud.

Cross-platform with clients available for Mac and Linux.

License:    GPL

Changelog

encrypted notes are now read-only in the editor unless you are using Edit encrypted note or you are decrypting it (for #815)
fixed storing of keyboard shortcuts in the Shortcuts settings (for #912)

[close]

http://www.qownnotes.org/
Titel: Emacs 26.1
Beitrag von: SiLæncer am 04 Juni, 2018, 13:15
(https://s26.postimg.cc/6d8b38i6h/screenshot_80.png)
Erweiterbarer Texteditor, der sich vom Benutzer anpassen lässt; erleichtert das Schreiben von Quelltext durch Syntax-Hervorhebung, enthält eine Hilfe und unterstützt mehrere Sprachen.

Lizenz: Open Source

Changelog

Emacs 26.1 (https://www.gnu.org/software/emacs/news/NEWS.26.1) has a wide variety of new features, including:

    Limited form of concurrency with Lisp threads
    Support for optional display of line numbers in the buffer
    Emacs now uses double buffering to reduce flicker on the X Window System
    Flymake has been completely redesigned
    TRAMP has a new connection method for Google Drive
    New single-line horizontal scrolling mode
    A systemd user unit file is provided
    Support for 24-bit colors on capable text terminals

[close]

http://www.gnu.org/software/emacs/
Titel: Resource Hacker 5.0.42
Beitrag von: SiLæncer am 04 Juni, 2018, 18:50
(http://images.betanews.com/screenshots/978208949-1.gif)
Resource Hacker is a utility to view, modify, add, delete, and extract resources in Windows executables. It incorporates an internal resource script compiler and decompiler.

Freeware

Changelog

Added: a new menu resource designer.
Update: the dialog resource designer has had a major update
Added : a optional binary view for every resource type
Update: improved searching (with more context sensitive dialogs)
Bugfix: many bugfixes

[close]

http://www.angusj.com/resourcehacker/
Titel: CudaText v1.56.0.0
Beitrag von: SiLæncer am 05 Juni, 2018, 06:10
(https://s26.postimg.cc/k6wu8qcrt/screenshot_901.png)
Create programming scripts with this powerful tool that supports more than 130 languages and allows users to work concurrently on as many as six groups of projects.

Freeware

Changelog

+ add: option "autocomplete_html_lexers"
+ add: option "autocomplete_css_lexers"
+ add: add-ons can require other add-on(s) via install.inf file
- fix: HTML auto-completion must work in PHP files
- fix: HTML and PHP snippets were not adjusted for new PHP/PHP_ lexers
- fix: with "ui_one_instance":true, cannot open folder from 2nd instance (fixes by @vhanla, @fwhcat)
- fix: after "trim spaces" actions, must fix caret pos, if after line ends

[close]

http://www.uvviewsoft.com/cudatext/
Titel: HelpNDoc 5.8.0.625
Beitrag von: SiLæncer am 05 Juni, 2018, 13:50
(https://s26.postimg.cc/n8qdqw1ix/screenshot_994.png)
HelpNDoc provides all the tools necessary to write complete help files, manuals and documentations in a user friendly and very easy to use environment. HelpNDoc can generate standard Windows CHM help files, WEB based documentation, iPhone specific websites as well as printable PDF and Word documents.

HelpNDoc is completely free for personal use and evaluation purposes.

Changelog

Rapidly import multiple media elements in the library using the new "Import files" dialog
Drag multiple files from the Windows Explorer and drop them on the library panel to import them
Dropping files to the topic editor will show the new import files dialog: single document dropping will insert it in place
Template assets (CSS, JavaScript, Images...) can be edited directly from the template editor using any third party application
Create new blank template asset from the template editor without the need to import an existing file
Ability to quickly rename a script in the template editor
Access the template location on the computer from the template editor using the new "Open location" button
Optionally force image size generation as Inches for CHM help files: could produce better results for High DPI screens
Template editor can be launched even when project is closed
HTML based documentation formats will now warn if the default topic is not a "normal" topic to avoid problems with the generated documentation
Default CHM template now supports custom CSS and JavaScript code from template settings
Fixed default CHM template rendering for High DPI screens
Error message could be shown when saving a project after library item manipulation
Renaming a library item didn't always update the topic editor (E.gvariables were never renamed)
Library item's editor tool-bars were customizable when they shouldn't be
Localized spelling options dialog (German, French) didn't show the whole content correctly
Topic titles variables were not always working as expected
Deleting a library item's caption in the library panel and using the ESC key froze the application
Keywords without associated topics could create a corrupted "Index" for the CHM documentation format
Automatically setting up a default topic when not defined didn't work as expected

[close]

http://www.helpndoc.com/
Titel: Infinitex 0.9.14
Beitrag von: SiLæncer am 05 Juni, 2018, 20:30
(https://s26.postimg.cc/s2iek74jd/screenshot_968.png)
Sophisticated LaTeX editor with a compiler, math editor, templates and a simple but just as elegant text editor for programming purposes.

License: GPLv3

Whats new:>>

Fixed minimization and dictionary & updated dependencies

https://github.com/fetacore/Infinitex
Titel: yWriter 6.0.2.3 Beta
Beitrag von: SiLæncer am 05 Juni, 2018, 20:40
(http://www.spacejock.com/images/yWriter5Main.png)
yWriter allows you to split your novel into chapters and scenes, simplifying the process of text writing. You can reorder scenes within chapters or change their content, title and description. If you notice that you mistyped a word, yWriter enables you to do a global text search and replace it. With yWriter you can easily keep journals, diaries or create your own stories and novels.

Freeware

Whats new:>>

You can reset your daily word count (handy when writing after midnight). Potential fix for yw6 italics.

http://www.spacejock.com
Titel: Brackets 1.13 Pre-Release 3
Beitrag von: SiLæncer am 05 Juni, 2018, 20:50
(http://images.six.betanews.com/screenshots/scaled/1384812094-1.jpg)
Brackets is an open source code editor for the web. It's built with JavaScript, HTML and CSS by web developers like you. As you code, HTML changes are instantly pushed to browser without having to save or reload the page. Theseus makes inspecting variables and control flow easy, even in asynchronous code.

Lizenz: Open Source

Whats new: >>

Remote File Open Workflow

    Open Quick open
    Enter any http | https url and start working

And bug fixes for Auto-Update workflow, Drag and drop in filetree.

http://www.brackets.io/
Titel: QOwnNotes v18.06.1
Beitrag von: SiLæncer am 06 Juni, 2018, 05:00
(https://s26.postimg.cc/hoi1ahlcp/screenshot_978.png)
QOwnNotes is a text editor / notepad replacement with markdown support and todo list manager. The program supports themes, keyboard shortcuts, syntax highlighting, and encryption. Includes available nested file list, tags, search, and more. Optionally works with the notes application ownCloud or Nextcloud.

Cross-platform with clients available for Mac and Linux.

License:    GPL

Changelog

when the application gets restarted from the Settings dialog a possible --clear-settings parameter will now not be appended as parameter, so the settings will not get removed a second time after the restart
added a new scripting hook handleNoteNameHook(note) that is called when the note name is determined for a note (for #929)

    take a look at the handleNoteNameHook documentation for more information
    the user interface will currently not be updated when the note text (that could result in a note name change with the new hook) is stored

[close]

http://www.qownnotes.org/
Titel: Atom 1.27.2
Beitrag von: SiLæncer am 06 Juni, 2018, 13:19
(https://s26.postimg.cc/fmfpqomgp/screenshot_915.png)
A powerful and flexible application that works as a text and source code editor with syntax highlight, or alternately as a file viewer.

MIT License

Whats new:>>

Updated the GitHub package to version 0.14.5

https://atom.io/
Titel: Atom 1.28.0 Beta 3
Beitrag von: SiLæncer am 07 Juni, 2018, 05:00
Whats new:>>

Updated the GitHub package to v0.15.5
Added a setting for changing Atom's color profile back to sRGB
Fixed an issue where dashes were being prefixed with backslashes in non-regex searches

https://atom.io/
Titel: yWriter 6.0.2.4 Beta
Beitrag von: SiLæncer am 08 Juni, 2018, 19:10
Whats new:>>

A couple of bug fixes, and improved RTF export

http://www.spacejock.com
Titel: CudaText v1.56.3.0
Beitrag von: SiLæncer am 09 Juni, 2018, 11:30
(https://s26.postimg.cc/k6wu8qcrt/screenshot_901.png)
Create programming scripts with this powerful tool that supports more than 130 languages and allows users to work concurrently on as many as six groups of projects.

Freeware

Changelog

+ add: improved plugin "Insert Time": added command "Insert in default format", and command "Config" in "Options / Settings-plugins"
+ add: API

[close]

http://www.uvviewsoft.com/cudatext/
Titel: PilotEdit Lite 11.7.0
Beitrag von: SiLæncer am 10 Juni, 2018, 00:40
(http://www.pilotedit.com/images/OpenInQuickMode.PNG)
PilotEdit is a text, hex, XML, C/C++, HTML, PHP, Java, Javascript and Perl editor that can edit large files of 400GB (40 billion lines).

It offers customizable syntax and keyword highlighting, advanced search and replace operations, automatic text encoding, 256-bit AES encryption/decryption and a built-in FTP/SFTP client lets you open, edit, download and upload large files directly to/from a FTP/SFTP server.

In addition to standard text editing features, PilotEdit can compare and merge two large files of 100GB (10 billion lines). You can also sort, find/remove duplicate lines and extract strings over a large file of 1GB.

Freeware

Zitat
PilotEdit 11.7.0 includes MSI install package.

http://www.pilotedit.com/
Titel: VNote 1.18
Beitrag von: SiLæncer am 10 Juni, 2018, 00:50
(https://s26.postimg.cc/871od8huh/screenshot_1147.png)
Peculiar yet interesting, open source piece of software that sports both Markdown editing capabilities and note management features.

MIT License

Changelog

Now we introduce another dark theme v_detorte from a Vim color scheme detorte.

image

It is more eye-friendly than v_moonlight in day time.

Explorer: fix the crash when no root entry is set;
Support maximizing split Ctrl+E Shift+| and distributing splits Ctrl+E =;
Support hiding tool bar Ctrl+E Shift+#;

[close]

https://tamlok.github.io/vnote/
Titel: DzSoft WebPad 2.3.0.2
Beitrag von: SiLæncer am 12 Juni, 2018, 05:10
(https://s26.postimg.cc/c150748jt/screenshot_133.png)
DzSoft WebPad is a simple but very handy and powerful HTML editor. Its Notepad replacement both for Web professionals and beginners. The syntax highlighting editor itself is very customizable. Has one-click preview with built-in browser, customizable quick insert feature, and more.

Freeware

http://www.dzsoft.com/webpad.htm
Titel: CudaText 1.56.4.0
Beitrag von: SiLæncer am 12 Juni, 2018, 12:22
Whats new:>>

Add: improved plugin "Insert Time": added command "Insert in default format", and command "Config" in "Options / Settings-plugins"
Add: API

http://www.uvviewsoft.com/cudatext/
Titel: BirdFont 3.6.6
Beitrag von: SiLæncer am 12 Juni, 2018, 18:45
(https://s26.postimg.cc/rd1s4grdl/screenshot_137.png)
BirdFont is a free font editor that lets you create vector graphics and export TTF, EOT & SVG fonts.

License: Open Source

Whats new:>>

Fix stroke export

http://birdfont.org/
Titel: QOwnNotes v18.06.2
Beitrag von: SiLæncer am 13 Juni, 2018, 05:30
Changelog

added cups-control to he snap version of QOwnNotes to possibly enable support for printing to printers (for #938)
added tagging support for subfolders (for #884, a big thank you to @cal2195)
added new Chinese Traditional translation (for #934, a big thank you to @abev66)

    the current translation Chinese was renamed to Chinese Simplified

the desktop file QOwnNotes.desktop was renamed to PBE.QOwnNotes.desktop for the Wayland compositor (for #933)

[close]

http://www.qownnotes.org/
Titel: Black NotePad 1.0.16.29
Beitrag von: SiLæncer am 15 Juni, 2018, 05:10
(https://s26.postimg.cc/lj0xxiynt/screenshot_1281.png)
Black NotePad was created as an alternative to the Notepad program of Windows operating systems. While retaining the original functions, Black NotePad improves manageability, contains important new functions, and greatly enhances program compatibility in terms of the edited text.

Freeware

Whats new:>>

Add: Menu icons
Add: Visually Impaired menu

https://www.wintools.info/index.php/black-notepad
Titel: EmEditor Free v17.8.0
Beitrag von: SiLæncer am 15 Juni, 2018, 19:45
(https://s26.postimg.cc/pbg87i3s9/screenshot_1195.png)
EmEditor is a lightning-fast, tabbed text editor with themes, syntax highlighting, stay-on-top, and customizable keyboard mapping. The program supports batch find-and-replace, regular expressions, and more.

The program beat a variety of other text editors in tests performed by TPFC user TP109. Additional features are available via a non-free version.

License:    Free for personal use

Changelog

New General Features

    Added an ability to open only those lines that match a specified Open Filter. This allows you to open only the lines that include a specific string (such as an ID or name) from a very large file, minimizing memory usage. The feature allows you to edit or sort the specified lines quickly.
    The Character Code Value dialog box has an updated layout, putting the Unicode codepoints just under the character, followed by the encoding information. Additionally, UTF-8 character encoding info has been added.
    The number of lines, number of characters, number of words, and newline character displayed in the status bar will show “(Click)” if the selection is large or a large file is loaded. Clicking this text will update the displayed values.
    EmEditor can now save workspaces periodically and restore workspaces in case, for example, the operating system crashes or hardware failure occurs due to power outage. EmEditor can also save workspaces on crash as previous versions did.
    A dialog box with a progress bar now appears while restoring a workspace. Warning messages can appear in the Output bar if unexpected events happen while restoring a workspace.
    Added the Save Workspace button to the Save changes? dialog box displayed when a modified document is about to close. Clicking this button will save all modified documents as a workspace with the Undo information, and next time when EmEditor is open, all the modified documents will be restored and become ready to be undone.

New Options

    Added the Filter drop-down list box, the > and X button, Use Temporary Files, Match Case, Use Regular Expressions, Use Escape Sequences check boxes, Default text box to the Large File Controller custom bar.
    Added the Prompt when default Open Filter exists check box to the File page of the Customize dialog box.
    Added the Exclusion Folders list box, Add and Delete buttons to the History page of the Customize dialog box.
    Moved the Exclude Internet Cache Folder check box from the File page to the History page of the Customize dialog box.
    Moved the Monitor the Clipboard copied on External Applications and Add Additional Information to the Undo/Redo History check boxes from the History page to the Edit page of the Customize dialog box.
    Added the Open Filter item to the Specify Part list box in the Display page of configuration properties.
    Added the Workspace page to the Customize dialog box.
    Moved the Automatic Workspace drop-down list box and Do not ask before exiting check box from the Window page to the Workspace page of the Customize dialog box.
    Added the Save Always on Top Status option of the Window page of the Customize dialog box.

New Command

    Use DirectWrite
    Customize Workspace

Plug-in New Features

    Added the Never and Keep Original Text when Completes option to the Match Case drop-down list box in the Matching Criteria page of the Word Complete Properties.

Plug-in API New Features

    Added the EI_GET_MEMORY_SIZE and EI_SET_MEMORY_SIZE commands to the EE_INFO message.
    Added the LFI_USE_TEMP_FILE and LFI_DONT_USE_TEMP_FILE to the LOAD_FILE_INFO_EX structure.

Macro New Features

    Added the MemorySize property to the Document object.
    Added the eeUseTempFile and eeDontUseTempFile flags to the OpenFile method.

Bug Fixes

    Fixed the issue where the CSV Join command could cause EmEditor to become unresponsive under a certain condition.
    Fixed the issue where removing the standard plug-in DLL files could cause EmEditor to show a warning message box when EmEditor is launched.

[close]

https://www.emeditor.com/text-editor-features/history/emeditor-free/
Titel: NFOPad v1.74
Beitrag von: SiLæncer am 17 Juni, 2018, 09:15
(https://s26.postimg.cc/4it7jxprd/screenshot_167.png)
NFOPad is a small, fast and flexible combined nfo viewer and text editor. It is a clone of Microsoft's Notepad but much more customizable and with some additional features. Of course NFOPad also supports nfo files with ASCII art. The file extension is used to determine whether to use an ANSI or ASCII font.

License: Freeware

Changelog

- Improved detection of when to load text as unicode (tries to detect UTF-8/UTF-16 even when the BOM is missing)
- Fixed so non-text files containing null is displayed as expected
- Pasted text with non-windows line endings (\n instead of \r\n) is now displayed properly
- Fixed Replace/Replace all not working for some cases if clipboard was locked
- URL detection improved to handle URLs within other tags
- Initial paths set in Open/Save dialog when passing a file as argument to the exe
- Misc. optimizations
- Localization updates

[close]

http://truehumandesign.se/s_nfopad.php
Titel: OutWiker 2.1.0.844 Dev
Beitrag von: SiLæncer am 17 Juni, 2018, 10:20
(https://s26.postimg.cc/87bx6b16h/screenshot_33.png)
OutWiker is an open-source personal wiki and outliner. Notes are stored in a tree, and kept in the form of directories on the disk. This encourages changing the base by external sources and programs. Currently there are three types of pages supported: plain text, HTML, and wiki. External files (such as pictures) can be attached to pages, and pages can be linked to each other. Each tree branch can be opened as a separate wiki. Other features include tag support, global search (notes and tags), bookmarks, HTML syntax highlighting and icons for notes.

OutWiker can be downloaded with or without plugins, as well as for Linux systems.

License : GPL

Whats new:>>

Change the storage format for certain properties of the notes tree pages.
Fix errors.

http://jenyay.net/Outwiker/English
Titel: Black NotePad 1.0.16.30
Beitrag von: SiLæncer am 17 Juni, 2018, 10:45
Whats new:>>

Add: ContextMenu icons

https://www.wintools.info/index.php/black-notepad
Titel: QOwnNotes v18.06.4
Beitrag von: SiLæncer am 18 Juni, 2018, 06:10
(https://s26.postimg.cc/hoi1ahlcp/screenshot_978.png)
QOwnNotes is a text editor / notepad replacement with markdown support and todo list manager. The program supports themes, keyboard shortcuts, syntax highlighting, and encryption. Includes available nested file list, tags, search, and more. Optionally works with the notes application ownCloud or Nextcloud.

Cross-platform with clients available for Mac and Linux.

License:    GPL

Changelog

the pages in the Settings dialog are now scrollable to assure that all settings can be viewed on very low screen resolutions like on netbooks (for #940)

[close]

http://www.qownnotes.org/
Titel: Resource Hacker 5.1.1 Build 326 Beta
Beitrag von: SiLæncer am 18 Juni, 2018, 06:15
(http://images.betanews.com/screenshots/978208949-1.gif)
Resource Hacker is a utility to view, modify, add, delete, and extract resources in Windows executables. It incorporates an internal resource script compiler and decompiler.

Freeware

Changelog

Bugfix: incorrect editor fonts when displaying multibyte characters
Bugfix: compiler mishandling ambiguous "x00" escape chars.
For example "xA9copyright" was compiling to xA9C + "opyright".
Now "x00" format is for byte chars and "u0000" for multibyte chars
Bugfix: incorrect handling of #define directive
Bugfix: incorrect handling of statusbar alignment in dialog resources
Bugfix: line numbering broken when swapping between editing and binary views
Bugfix: relative pathnames was broken
Bugfix: incorrect error reporting when parsing some #include files
Added: added support for multi-line comments /* ... */
Updated: can now open and save non-resource type files
Updated: added internal links in context help

[close]

http://www.angusj.com/resourcehacker/
Titel: JSONedit 0.9.30.0
Beitrag von: SiLæncer am 18 Juni, 2018, 13:37
(https://s26.postimg.cc/zcd5ubda1/screenshot_961.png)
JSONedit is a simple editor for the JavaScript Object Notation format "a text-based open standard designed for human-readable data interchange" (source) with availble text and tree views.

Includes array generator using embedded Lua interpreter and Scintilla for text edition.

License:    Freeware

Changelog

More text is visible in NDJSON viewer directly (up to 400 characters per line)
ID (order starting from 0) is displayed for NDJSON lines
Added: File/Reload and equivalent hotkey action type
Checking if file was changed on disk (opt-in) with options to reload automatically; probably works best with "Reuse tree" option

Lua:

Added SetViewType(type) function where type = 0 for text, 1 for tree, 2 for list view; be careful when using in situations when view switching would be normally blocked (scripted array generator) as it may break coherency
Added "on startup" and "on timer" script events
FIXED: no immediate view update and possible crash if SetJsonAsRoot() was used when list view was active
Duplicated values search dialog can export results as CSV
Default configuration: number of levels to auto expand increased from 1 to 3
Increased configuration limit of levels to auto expand from 5 to 10

Added hotkey actions:

"expand: default" - expanding nodes same way as after new JSON is loaded (roughly - to fill no more than single screen)
Expand all
Collapse all
Search dialog: previously entered text (or text from active node) is selected when window is shown

[close]

http://tomeko.net/software/JSONedit/index.php
Titel: HtLite 5.1.0.0
Beitrag von: SiLæncer am 18 Juni, 2018, 16:50
(https://s26.postimg.cc/pw2fa422x/screenshot_172.png)
Umfangreicher HTML/XHTML Editor.  Jeder externe Browser zur Seitenansicht einstellbar.  Wer keinen HTML Designer zur visuellen Gestaltung seiner Seiten benötigt, sondern nur einen komfortablen Code-Editor sucht, erhält hier eine hervorragende Alternative.

Freeware

http://www.winsoftware24.com/htlitefree.html
Titel: Brackets 1.13 Final
Beitrag von: SiLæncer am 18 Juni, 2018, 17:40
(http://images.six.betanews.com/screenshots/scaled/1384812094-1.jpg)
Brackets is an open source code editor for the web. It's built with JavaScript, HTML and CSS by web developers like you. As you code, HTML changes are instantly pushed to browser without having to save or reload the page. Theseus makes inspecting variables and control flow easy, even in asynchronous code.

Lizenz: Open Source

Changelog

Organize Files/Folders in File Tree

    You can now manipulate folder structures from within Brackets. Move a file/folder from one folder to another with a simple drag and drop.

Open Remote Files

    You can now open a remotely hosted web-page from within Brackets. Use Ctrl/Cmd-Shift-O shortcut and supply a URL to quickly open the file and review the code within Brackets.

Auto-Update

    You can now automatically update Brackets, without leaving the code editor. Earlier, one had to launch a browser, open the Brackets website, download and install the latest version. However, Brackets can now be updated with just a few clicks from within the app.

[close]

http://www.brackets.io/
Titel: HelpNDoc 5.8.1.640
Beitrag von: SiLæncer am 19 Juni, 2018, 05:40
(https://s26.postimg.cc/n8qdqw1ix/screenshot_994.png)
HelpNDoc provides all the tools necessary to write complete help files, manuals and documentations in a user friendly and very easy to use environment. HelpNDoc can generate standard Windows CHM help files, WEB based documentation, iPhone specific websites as well as printable PDF and Word documents.

HelpNDoc is completely free for personal use and evaluation purposes.

Changelog

Placing the mouse over a library item which was an icon file caused an exception
Under some conditions, the ribbon bars could be completely empty

[close]

http://www.helpndoc.com/
Titel: Scite 4.1.0
Beitrag von: SiLæncer am 19 Juni, 2018, 09:07
(https://s26.postimg.cc/fbkgceeux/screenshot_1241.png)
Editor mit Syntax-Highlighting, Auto-Completion, Folding und vielem mehr...

Lizenz: Open Source

Whats new:>>

Version 4.1.0 handles invalid DBCS files better.

http://www.scintilla.org/SciTE.html
Titel: Google Web Designer 4.0.0.0615
Beitrag von: SiLæncer am 19 Juni, 2018, 21:30
(http://images.six.betanews.com/screenshots/scaled/1380653954-1.jpg)
Google Web Designer allows you to create engaging, interactive HTML5-based designs and motion graphics that can run on any device. Let us handle the HTML5 and CSS3 so you're free to focus on what you love to do: creating gorgeous visual experiences. A full design suite lets you easily bring any vision to life. If you're feeling more hands-on, all the code behind your designs is hand-editable, so you're never locked out of your own work. Your ideas are now amplified by code - not restricted by it.

Freeware

Changelog

Google Web Designer is now officially out of beta!:

A new version of Google Web Designer is available! 9 new feature areas have been implemented, and 38 issues have been fixed as part of this release. Read below for additional details.

Auto update (Internet connection required):

If you have a previous version of Google Web Designer, it will be automatically updated to the latest version.
Important: Google Web Designer requires an Internet connection for this update to occur.

New features since version 3.0.1.0319:

Computed CSS styles

View a list of CSS properties for an element, with resolved values, under the new Computed tab in the CSS panel.
Jump to the CSS rule definition that sets a particular property.

Motion path editing

Move, resize, flip, and rotate motion paths with the new Transform control for the motion path tool.

Asset usage count

See in the Library panel how many times you use each asset in a document.
Sort the list of assets by name, usage count, asset type, or last modified date.

Outliner

The new Outliner panel provides a tree view of the elements in your document for easy selection and navigation.

Template improvements

The Template Gallery now shows the vertical (business type) for the AdWords dynamic remarketing templates.
The Save as template dialog automatically populates the ad type, dynamic vertical, and components in the template metadata.
Dynamic templates can now be previewed directly from the Template Gallery with sample feed data.

Text fitting

New settings in the Text panel let you automatically resize or truncate text so it won't overflow the containing element.

Timeline animation scaling

Hold Shift while dragging selected keyframes on the Advanced timeline to change the length of an animation while keeping the spacing between keyframes proportional.

Workspaces

Save panel layouts as custom workspaces, or switch to one of Google Web Designer's preset workspaces in the Window > Workspace menu.
Hide all panels with the Window > Hide panels command, or by pressing F4.

Templates added

DoubleClick responsive templates were added: Standard Banner Build Dissolve, Standard Banner Build Slide, Standard Banner Static, Standard Banner Storyboard Dissolve, and Standard Banner Storyboard Slide.
Fixes and improvements since version 3.0.1.0319:

Components

Fixed issue with Swipeable Gallery exit URLs not working with spaces between the URLs.
[Feature request] Enabled Tap Area components within the frame of a Carousel Gallery or Swipeable Gallery.

Text

Invalid tags can no longer be entered in the Tag field.
Fixed issue with text box losing the insert cursor after indenting the text.
Fixed issue with tag name not updating when undoing a tag change.
[Feature request] Provided text fitting & truncation controls in the user interface for both dynamic & static text.
Fixed issue with incorrect text coordinates when stage was zoomed in.
Enabled use of keyboard shortcuts (Cmd/Ctrl with +/-) to zoom in or out while in text editing mode.
Fixed issue where a text box couldn't be drawn inside a div.
Fixed issue with extra CSS properties getting added when copying & pasting colored text between documents.
Fixed issue with italic text for Google Fonts not displaying correctly.

Templates

AdMob templates have been updated to remove custom exits.
Fixed issue where the options for inline local files and polite loading weren't selected by default when creating files from some templates.

Timeline

[Feature request] Added ability to easily update the animation duration in the UI.
Finite and infinite loops now distinguishable on the Advanced mode timeline.
Undoing the deletion of a layer with looping now restores the looping.
Repeated spans now visible on the Advanced mode timeline for infinite loops when animation duration is extended.
Fixed issue with stage not updating when span easing was edited.
[Quick mode] Fixed issue with only first 2 anchor points of a Pen path displaying on the thumbnail.
Added tooltips: "Current time" and "Timeline work area length".

Workspace (panels and user interface)

[Feature request] Added ability to save panel sets and switch between them.
Fixed issue with docked panel's height not being resizable after docking a floating panel to a panel on the left side.
Removed the top border on the Document bar.
Fixed issue with start dialog disappearing when closing the New File dialog with the Esc key.
Panels can now be collapsed by clicking the panel title right after launch or after switching workspaces.

Other

[Studio dynamic] Fixed issue with dynamic profile not loading when the user has Advertiser-level access to multiple advertisers.
[Publish to Drive] Publishing to Google Drive no longer adds an extra string to image sources.
[Ad environment] Strings have been translated.
[Ad environment] Fixed issue with the Publish dialog not updating the ad environment after ad environment conversion.
[Installer] [Windows] Shortcut icon is now created on the Desktop after installation but not after an update.
When clicking on "Browse all articles" or "Visit help forum" from the help panel, a browser window now opens instead of a pop-up window.
[Windows] Fixed issue with Firefox v.59 or later not showing in Google Web Designer's Preview browser list.
Events dialog is now resizable.
[Drawing] W and H are now translated when drawing a new element.
[Properties panel] Fixed issue with Visibility field label overlapping the value in some languages.
[Feature request] Usage count now displays next to assets listed in the Library.
Fixed issue with zoom resetting in Design view after editing in Code view.
[Hand tool] Fixed issue with stage moving off-center after repeatedly dragging it back and forth with the Hand tool.
Known issues
The "preview" option for autoplaying the YouTube component doesn't work in the latest versions of Chrome and Safari. Solution: open the source file in Google Web Designer and re-publish it to fix the issue.
Timeline animation events, such as pause or loop, do not work when you directly open the source .html file in your browser. This is expected behavior, as timeline animation CSS is generated when previewing or publishing the document. Solution: use the Preview button, or publish the document locally and view the published file in your browser.

A black screen on launch may be caused by outdated video drivers. Try updating your video drivers. If that doesn't help, disable GPU rendering by quitting Google Web Designer and following the instructions for your operating system before relaunching:

Windows: Add a DWORD32 value named disable-gpu-rendering to HKEY_CURRENT_USERSoftwareGoogleWeb DesignerSettings in the registry. Set this value to 1.
Mac: Add a Boolean row to ~/Library/Preferences/com.google.WebDesigner.plist with the name disable-gpu-rendering and a value of YES, or run defaults write com.google.WebDesigner.plist disable-gpu-rendering -bool true in Terminal.
Linux: Add a line to ~/.local/share/google-web-designer/preferences/settings.conf with the name disable-gpu-rendering and a value of true. (If the [Settings] section doesn't exist, you'll need to create it first.)
For a video to autoplay when an ad is re-expanded on Mac Safari, the first video source should be mp4.
Gradient background fill on an image only renders when scaling is set to stretch.
A maximum of 4 panels can be grouped/tabbed together.
White screen on launch if behind a web proxy. Please follow these instructions to change your proxy settings.
Mac Chrome, Opera, IE: Play button doesn't work in Google Web Designer preview when Autoplay preview is on. Workaround: remove localhost from the URL to use file:///
Linux only: file drag and drop from the file system to Google Web Designer is not working. Workaround: use File > Import assets or Add asset from the Library.
Downloading iCalendar .ics files is not supported on Safari desktop browser.
It is not possible to have more than one Map component or Street View component, or a Map and a Street View component in the same creative.

[close]

http://www.google.com/webdesigner
Titel: Text Editor Pro 4.0.0
Beitrag von: SiLæncer am 20 Juni, 2018, 05:50
(https://s26.postimg.cc/hfdkhoj9l/screenshot_896.png)
Text Editor Pro (formerly EditBone) is a powerful text editing tool that comes with syntax highlighting support for over 50 languages and scripts, customizable with over 100 options, 29 ready made styles, a handy file comparison feature, unicode character map, numerical unit convert tool, SQL formatter, and support for multiple directories and search results.

Freeware

Changelog

Added file encodings (code pages)
Added full screen mode (F11)
Added highlighter for F#
Added highlighter for FreeBASIC
Added shortcut for find all (Alt+Enter)
Fixed AV when opening an empty file
Fixed page control
Fixed icons
Fixed and optimized word wrap
Fixed main menu
Fixed find next/previous
Fixed copy to clipboard in text compare
Fixed text compare modality
Fixed select for compare
Fixed language files
Updated AlphaSkins controls v13.16

[close]

http://texteditor.pro/
Titel: QOwnNotes v18.06.5
Beitrag von: SiLæncer am 21 Juni, 2018, 05:30
Changelog

disabled note folder database closing feature temporarily, since it breaks the application under Windows for new note folders (for #926)

[close]

http://www.qownnotes.org/
Titel: Komodo Edit 11.1.0 Build 91033
Beitrag von: SiLæncer am 21 Juni, 2018, 12:14
(https://s26.postimg.cc/mzxl6kyxl/screenshot_1268.png)
Komodo Edit ist ein Editor, der folgende Sprachen unterstützt: PHP, Python, Ruby, java script, Perl, Tcl, XML, HTML 5, CSS 3. Weiterhin bietet das Programm eine Projektverwaltung, Sweet-Editor und kann mittels Erweiterungen ausgebaut werden.

Freeware

Changelog

Abbreviations: Not triggering in certain contexts. Fixes #1737.
Check Config: Breaks if PATH is blank. Fixes #3525.
Codeintel: Prefs missing when second window opened. Fixes #3319.
Codeintel: Added fuzzy finding of completions - fixes #928.
Codeintel: Added support for XUL - fixes #3001.
Codeintel: Adding Additional Directories to CodeIntel Does Prompt a Scan. Fixes #3359.
Codeintel: Consider ‘$’ and ‘@’ as completion characters for JS and CSS languages, respectively - fixes #3298, #3303, #3311.
Codeintel: CSS: Fixed ‘!important’ value sometimes not showing in completions - fixes #3296.
Codeintel: Ensure @property-decorated Python functions are detected as methods - fixes #3352.
Codeintel: Expose 3rd party API catalogs in prefs. Fixes #3305.
Codeintel: find references: Handle non-word symbol characters properly - fixes #3543.
Codeintel: Fix calltip drawing glitch.
Codeintel: Fix calltips showing twice when calltips while typing are enabled.
CodeIntel: Fix completion queries not detected properly.
CodeIntel: Fix completions inserting redundant characters for legacy languages - fixes #3445.
CodeIntel: Fix completions not inserting properly when in the middle of a word - fixes #3395.
CodeIntel: Fix completions not iterable under GoLang - fixes #3375.
Codeintel: Fix completions sometimes not triggering.
Codeintel: Fix completions triggering too aggressively on CSS/SCSS/LESS and some other languages - fixes #3363.
CodeIntel: Fix issue where Komodo was triggering stale completions - fixes #3422.
CodeIntel: Fix rescan button not working - fixes #3391.
CodeIntel: Fix stale completions being triggered - fixes #3341.
Codeintel: Fix symbolbrowser icons not aligned properly.
CodeIntel: Fixed “show calltips while typing” pref not being respected.
Codeintel: Fixed autocompletions not closing when invoking the “cancel autocompletion” command - fixes #3466.
Codeintel: Fixed calltip info not showing after first calltip - fixes #3331.
Codeintel: Fixed jump to next/prev section in file scope - fixes #3013.
Codeintel: Fixed legacy Python parser to handle unicode encoding errors - fixes #3384.
Codeintel: Handle different HTML doctype declarations and use their respective stdlibs - fixes #2774.
Codeintel: Initial support for “Find References”.
Codeintel: JavaScript: Added JSDoc completions - fixes #3069.
Codeintel: LESS: Show variable completions - fixes #3458.
Codeintel: Perl: Ensure variables assigned to functions are reflected as functions - fixes #3425.
Codeintel: Perl: Fixed failing module imports - fixes #3117.
Codeintel: Perl: Fixed nested namespace handling - fixes #3433.
Codeintel: Python: fix parsing errors by ignoring Python 3 type hints for now - fixes #3232.
Codeintel: Reduce symbolbrowser entry padding (more info on screen).
Codeintel: Remove “Section List” references. Fixes #3320.
Codeintel: remove filter on view change. Load prev. filter on new view. Fixes #2970 and #3500.
Codeintel: Remove memory leak on file close.
Codeintel: SCSS: Fixed completion context after SCSS variable definition - fixes #3302.
Colorschemes: scheme changes still occur after change name dialog cancelled. Fixes #2628.
Commando: Clear cache now clears cache for all scopes - fixes #1018.
Commando: Fix composer integration causing Komodo to hang - fixes #3328.
Commando: List of open files is outdated. Fixes #1736.
Completions: CSS completions trigger on ‘;’. Fixes #3506.
Completions: CSS don’t show completions on ‘,’. Fixes #3360.
Completions: Golang, don’t do completions on ‘;’. Fixes #3517.
Dialogs: Dialogs open empty on OSX. Fixes #3475.
Dynamic buttons: menupopup spans entire screen. Fixes #3405.
Dynamic toolbar: add cpanm initialize button.
Editor: Do not cancel XML tag editing on backspace - fixes #2434.
Editor: Fixed hang with multiple selections over variables - fixes #3394.
File Template: Add interpolation to file templates. Fixes #2992.
Find: Can’t close “Floating” find results tabs. Fixes #2152.
Find: replace: Allow “replace all” in any non-binary (text) file - fixes #467.
Find: Use original directory when searching again with find in files - fixes #1154.
FTPS: Unable to connect to FTPS on OSX. Fixes #1963.
Git: commit dialog can’t show diff for deleted files. Fixes #2031.
Git: missing branches in status bar. Fixes #2533.
Help: Fix help system and tags. Fixes #1174 and probably others.
Icons: incorrect handling of local paths. Convert paths to URIs. Fixes #2486.
Interpolation: incorrect input and name of selection intrpl. Fixes #3415.
KoDoc: Allow for languages with no file extension. Fixes #3507.
Komodo: thinks it closed improperly when asked to restart. Fixes #3066.
Lint: JavaScript: Added support for EsLint by Defman21 - fixes #2526.
Lint: JSX: Switched JSX linter from legacy jsxhint to new eslint linter - fixes #3421.
Lint: python: pyflakes: Handle unexpected indentation errors - fixes #3015.
Macro: Workaround async paste on Linux - fixes #2372.
Places: Exception thrown when New File exists already. Fixes #2914.
Prefs: Check config window pref buttons are broken. Fixes #3522.
Prefs: Don’t set invalid interpreter unless user chooses to. Fixes #2625.
Prefs: Project lvl lang include paths pref blocks global even when deleted. Fixes #3056.
Print Preview: Print preview not working. Fixes #3346.
Printdebug: fix icon, active state, UX updates.
PrintDebug: some property fields not loading properly.
Printing: Fix printing not working.
Projects: Project won’t load while restoring window.
Projects: Remove outdated Firefox project template. Fixes #3127.
Projects: Rmv old Komodo addon template project. Fixes #3043.
ProjectWizard: Don’t allow file path in project path field. Fixes #3369.
Publishing: Alert user if push fails due to connection issues. Fixes #3224.
Publishing: Allow to reload after sync. Don’t force reopn of dialog. Fixes #3515.
Publishing: Dialog appears to hang on large projects. Give more feedback. Fixes #1848.
Publishing: Force action confirmation dialog cuts off text. Fixes #3504.
Publishing: Force push and Pull don’t work for multiple files. Fixes #3016.
Publishing: Force Push/Pull warning msg doesn’t fit in dialog box.
Publishing: Incorrect tooltiptext for reload sync status. Fixes #3503.
Publishing: Progress bar not working in dialog. Fixes #3514.
Refactoring: “show changes” button never enables.
Refactoring: breaks in JS files on anonymous functions. Fixes #3288.
Refactoring: Fixed error raised when attempting to rename variable - fixes #3342.
Refactoring: Komodo gets stuck after diff’ing proposed changes. Fixes #2652.
Refactoring: Make renameVar more reliable with CI3. Partly Fixes #3548.
Refactoring: refactoring changes global “find” settings. Fixes # 3435.
Refatoring: Rename Variable not working. Fixes #3541.
Remote Files: reconnect fails with SSH key configured. Fixes #3535.
Run: Preserve Windows ‘’ path separators - fixes #2648.
Runinline: lang included directories pref ignored. Fixes #3031.
SCC: bad layout of Push dialog. Fixes #2296. Fixes #2295.
SCC: file context for SCC should override Places. Fixes #2164.
Scintilla: win32: Disallow handling of some deprecated WM_ and EM_ messages - fixes #3502.
Scope completions now attempt to show all possible top-level symbols as approximate matches.
SDK: Fix Shell docs comments and add more informative details.
SDK: Fix textbox value not properly being set if it’s already in the DOM - fixes #3390.
SDK: return menuitem when adding item to a UI menu. Fixes #3155.
Slack Share: Allow direct msgs and msgs to groups.
Snippets: indentation wrong when multiline selection injected. Fixes #3437.
Startup Wizard: Doc links open dialog behind wizard. Fixes #3075.
Symbol Browser: Scroll Code browser to scope. Includes scroll buffer pref. Fixes #3411.
Templates: HTML5 templates open as HTML. Fixes #3456.
Templates: file from template from places loses language. Fixes #3092.
Toolbar: Sidebar show/hide command has wrong desc.
Toolbox: Update Abbreviations with language field. Fixes #3225.
Toolbox: Add “General” lang to support snippet injection into any file type. Fixes #2676.
Toolbox: Convert snippet to Print Statement get wrong language.
Toolbox: HTML file templates empty. Fixes #3398.
Toolbox: Snippet props, prevent error when langage isn’t set.
Toolbox: update sample tool. Fixes #3140.
Toolbox: writeCleanData not writing correct wrapper for komodo meta.
Tutorials: Can’t open floating tutorials. Fixes #3494.
Tutorials: using chrome close button doesn’t close tutorial properly. Fixes #3495.
UI Layout: Save layout to prefs after customizing. Fixes #1975.
UI: toggle file tabs menu option state not propagating. Fixes #1485.
Ui/Textbox: Can’t set textbox to “”, returns curr val.
Uilayout: fix error calling saveState for prefs.
Unit testing: Fix pytest tests not parsing properly under pytest 3.3 - fixes #3392.
Unit tests: Fix unit tests not running due to “ko undefined” error.
Unittests: Troublel with dots. Fixes #3355.
View: Link Views menu item isn’t updating. Fixes #3542.
Views: Files sometimes open with blank views. Fixes #3459.
Views: Extend ko/views with splitview funcs.
Views: Implement multiview scrolling.
Widgets: bootstrapped addon widgets not restsoring from shutdown.
Widgets: Komodo sometimes hung when opening second window.
Widgets: Make sure widget opens in default location if floating pane load fails.
Widgets: restore floating pane position on reboot. Fixes #2604.
Widgets: save tab order and support placing a widget when it’s added after ui restore has run. Fixes #3179 and #1341.
Widgets: UI not restored properly after crash.
Workspace2: essentially merge with original workspace code.
Workspaces: Upgrade prefs, remove stale window prefs.
Xdebug: Add PHP 7.2 bits. Fixes #3479.

[close]

http://www.activestate.com/komodo-edit/downloads
Titel: HelpNDoc 5.8.2.643
Beitrag von: SiLæncer am 21 Juni, 2018, 12:23
(https://s26.postimg.cc/n8qdqw1ix/screenshot_994.png)
HelpNDoc provides all the tools necessary to write complete help files, manuals and documentations in a user friendly and very easy to use environment. HelpNDoc can generate standard Windows CHM help files, WEB based documentation, iPhone specific websites as well as printable PDF and Word documents.

HelpNDoc is completely free for personal use and evaluation purposes.

Changelog

Color selection popups could be empty in Ribbon bar

[close]

http://www.helpndoc.com/
Titel: yWriter 6.0.2.5
Beitrag von: SiLæncer am 22 Juni, 2018, 05:40
(http://www.spacejock.com/images/yWriter5Main.png)
yWriter allows you to split your novel into chapters and scenes, simplifying the process of text writing. You can reorder scenes within chapters or change their content, title and description. If you notice that you mistyped a word, yWriter enables you to do a global text search and replace it. With yWriter you can easily keep journals, diaries or create your own stories and novels.

Freeware

Whats new:>>

A couple of bug fixes, and improved RTF export

http://www.spacejock.com
Titel: Atom 1.28.0
Beitrag von: SiLæncer am 22 Juni, 2018, 06:10
(https://s26.postimg.cc/fmfpqomgp/screenshot_915.png)
A powerful and flexible application that works as a text and source code editor with syntax highlight, or alternately as a file viewer.

MIT License

Changelog

Electron has been upgraded to version 2.0.
Atom now automatically honors your operating system's color profile. You can use the new Color Profile setting to customize this behavior.
Active editors are now updated when experimental Tree-sitter grammars are toggled in settings.
Shell environment variables are now carried into Atom when launched from PowerShell or Windows Command Prompt.
The Find in Project results view now groups adjacent matches and highlights multiple matches on the same line.
Commit message preprocessing has been substantially revisited, preserving newlines in amended commits, preserving # comments in commits composed within the mini editor, and respecting your commit.cleanup configuration when committing from an expanded editor.
"Large" file patches are identified by byte count, not line count, of the patch body. This prevents performance hiccups when navigating past files with large diffs in a relatively small number of lines.
Avatars are now supported for users who are using the newer-style anonymized email addresses.
Modal dialogs can now be cancelled properly by pressing esc on Windows
The language-html package now supports GraphQL script tags and multi-line style attributes.
CriticMarkup syntax is now colored correctly in Markdown files.
Fixed an issue where files in a Git repo might be locked or corrupted.
The placeholder glyph that appears when reordering tabs is now much more responsive.
Fixed an issue where dashes were being prefixed with backslashes in non-regex searches

[close]

https://atom.io/
Titel: Atom 1.29.0 Beta 0
Beitrag von: SiLæncer am 22 Juni, 2018, 09:12
Changelog

Tree-sitter grammars are now parsed asynchronously for better performance.
The One Light and One Dark themes now provide colors for the language-html-angular syntax grammar.
The GitHub package now fetches co-author suggestions from the GitHub API.
The Settings view now searches automatically when you type in the search box of the Install page.
The spell-check package now supports checkers exported as ES6 default classes and relative paths for dictionary files.
The whitespace.ignoreWhitespaceOnCurrentLine is now respected when the same buffer is open in more than one text editor.
Flow typed JavaScript files using double slash flow comments are now transpiled correctly.
Markdown files now support embedded "properties" blocks for highlighting content like Git config files.
Fixed an issue where tree-sitter grammars may be selected incorrectly for the wrong language.
Fixed an issue causing soft-wrapped editors to reflow text for each character typed.
Fixed an issue in the GitHub package where the unstaged changes view would be refocused when you switch to another editor.
Fixed an issue where the embedded commit message editor fails to reappear after closing an expanded commit message editor.
Fixed lambda parsing issues in language-python.
Fixed two issues in language-shellscript when parsing prompt strings.
Fixed an issue where atom.sh spawns a sleep process every second on --wait.

[close]

https://atom.io/
Titel: EmEditor Free v17.8.1
Beitrag von: SiLæncer am 22 Juni, 2018, 16:30
(https://s26.postimg.cc/pbg87i3s9/screenshot_1195.png)
EmEditor is a lightning-fast, tabbed text editor with themes, syntax highlighting, stay-on-top, and customizable keyboard mapping. The program supports batch find-and-replace, regular expressions, and more.

The program beat a variety of other text editors in tests performed by TPFC user TP109. Additional features are available via a non-free version.

License:    Free for personal use

https://www.emeditor.com/text-editor-features/history/emeditor-free/
Titel: Text Editor Pro 4.0.1
Beitrag von: SiLæncer am 23 Juni, 2018, 17:00
(https://s26.postimg.cc/hfdkhoj9l/screenshot_896.png)
Text Editor Pro (formerly EditBone) is a powerful text editing tool that comes with syntax highlighting support for over 50 languages and scripts, customizable with over 100 options, 29 ready made styles, a handy file comparison feature, unicode character map, numerical unit convert tool, SQL formatter, and support for multiple directories and search results.

Freeware

Whats new:>>

Fixed hex editor
Fixed options

http://texteditor.pro/
Titel: AlephNote v1.6.19
Beitrag von: SiLæncer am 24 Juni, 2018, 09:30
(https://s26.postimg.cc/6skrw8cnt/screenshot_1204.png)
AlephNote is extensible, lightweight desktop note manager. Features include search, interactive checkbox lists highlighting, clickable highlighted links, notes backup, drag-and-drop capability for files and text, and sorting notes into folders. The program supports tags, in-editor markdown rendering, customizable shortcuts, stay-on-top capability, tray control, themes, and more.

Notes can be saved locally or synchronized with cloud services including Simplenote, Standard Note, Nextcloud/ownCloud.

License:    MIT

Changelog

Features

    New (potential) shortcuts (#53)
    Disallow starting AlephNote multiple times from the same repository (#55)
    Support for StandardFile API version 003 (#56)
    Support for note-locked state (StandardNotes, Headless, FilesystemNotes) (#50)

Tasks

    Remove redundant DLL's from /plugins/ directory
    Only do the update-check in Release-mode
    Only send anonymous statistics in Release-mode
    Remove NetStandard support (for now - can be easily re-added later)

Bugfixes

    Fixed Input of Alt+Key shortcuts via settings dialog
    Fixed Alt+Key shortcuts not working in NoteEdit
    Fixed selection issues when switching folders really fast
    Fixed StandardNotes connection error being a fatal error message (#54)
    Fixed update of ModificationDate from remote not being displayed
    Made FilesystemNotes sync more robust (less conflict notes if there are no real conflicts)
    Fixed scrolling behaviour for NoteEdit with focus on NoteList (#57)

Plugins

Plugins included by default:

FilesystemPlugin   v1.2.8
HeadlessPlugin     v1.4.5
NextcloudPlugin    v1.2.8
SimpleNotePlugin   v1.2.4
StandardNotePlugin v1.3.1

[close]

https://github.com/Mikescher/AlephNote
Titel: QOwnNotes 18.06.6
Beitrag von: SiLæncer am 24 Juni, 2018, 19:00
(https://s26.postimg.cc/hoi1ahlcp/screenshot_978.png)
QOwnNotes is a text editor / notepad replacement with markdown support and todo list manager. The program supports themes, keyboard shortcuts, syntax highlighting, and encryption. Includes available nested file list, tags, search, and more. Optionally works with the notes application ownCloud or Nextcloud.

Cross-platform with clients available for Mac and Linux.

License:    GPL

Changelog

improved setting the size of the settings dialog if it was opened for the first time
tags in the tag selected notes with... context menu of the note list are now sorted by name (for #947)
the search line edits in the note-, tag- and subfolder-lists can now be cleared with the Escape key (for #948)

[close]

http://www.qownnotes.org/
Titel: Zettlr 0.16.0
Beitrag von: SiLæncer am 25 Juni, 2018, 22:00
(https://s26.postimg.cc/vfll9p4mh/screenshot_956.png)
Write text and conveniently edit it using Markdown with the help of this user-friendly and well-thought-out, Electron based application.

MIT License

Release Notes

Introducing Virtual Directories:

Virtual Directories are a comfortable way to sort specific files from directories manually into a specific directory without having to move them from their original location. This way, you can now easily—for instance—keep all files you are currently working on in one place without having to search for them. Virtual Directories are not present on disk (they are saved in the respective directory as a so-called dot-file), thereby minimising the clutter while easing your work.
You can create virtual directories by right-clicking a directory, then choose the respective option. Give your virtual directory a name (the same rules for names apply as do for normal directories) and you can begin dragging files onto it. You can remove files from the directory by right-clicking them in their virtual directory (not in the real location!) and choosing the respective option. You can rename and delete virtual directories just as you would normal directories. In your preview list, files in virtual directories will be displayed with a slight purple colour to indicate that they are not actually present in them, but reside in a different location.

GUI and functionality:

Introducing Virtual Directories. Now it is possible to add "ghost" directories to your directories that act as a subset of these directories. They are not actually present on disk (but are persistent with a so-called dot-file named .ztr-virtual-directory) and therefore can be used to create collections of files by manually adding files to them. You can only add files to these virtual directories that are present in the containing directory. Also, you cannot move them because they are bound to their parent directories.
Fixed a bug that threw an error every time you tried to delete a directory with no file open currently.
Fixes to the inline commands. Now, when you press Cmd/Ctrl+I or Cmd/Ctrl+B a second time after you finished writing your strong/emphasised text, Zettlr will actually "exit" the bold/italic markings and not try to insert them a second time. (Note that it will still insert the end-markings if the characters directly after the current cursor position are not the end-markings).
Fixed a bug that threw errors if you were to rename a non-opened file.
Fixed a bug that threw errors if you were to rename a directory, while none was selected.
Prevent arbitrary selection in the app to make it feel even more native.
Huge performance boost on selecting directories and files.
Translated remotely triggered file- and directory-events.
Finally fixed the bug that the end-search button disappeared and the input field went in disarray when the window size was too small.
Re-introduced feature that Zettlr asks the user to replace the current editor content, if the current file has been changed remotely.
Now, if the current file is removed remotely, Zettlr automatically closes the file in the editor as well.
On updates, the download URL to GitHub now opens on the system's browser.

Under the hood:

Removed an excess console.log.
Implemented indentlist plugin directly in Zettlr core.
Continued work on virtual directories.
Small changes to Zettlr and ZettlrDir classes.
Small changes to the markdown shortcut plugin.
Fixed a small error in Zettlr class.
Removed a huge bottleneck in the directory selection logic (now the Zettlr main process will not send the complete ZettlrDir-object to the renderer, but just the hash, because the renderer has a full copy of the objects in memory).
Removed the same, big bottleneck in the file selection logic.
Updated all dependencies to their latest version. Thereby we've switched to Electron 2.0.3.

[close]

https://www.zettlr.com/
Titel: CudaText 1.57.0.0
Beitrag von: SiLæncer am 26 Juni, 2018, 05:20
(https://s26.postimg.cc/k6wu8qcrt/screenshot_901.png)
Create programming scripts with this powerful tool that supports more than 130 languages and allows users to work concurrently on as many as six groups of projects.

Freeware

Changelog

add: preinstall plugin Options Editor (by @kvichans). And it can be updated in AddonManager as usual.
add: improve lexer JSON (different color for string before ":")
add: improve lexer Pascal (code tree for nested class of 1 level)
add: improve lexer Assembly (hilite labels, show labels in Code Tree, hilite dec/binary numbers with suffix)

[close]

http://www.uvviewsoft.com/cudatext/
Titel: ProgramEdit 4.6.8
Beitrag von: SiLæncer am 27 Juni, 2018, 05:20
(https://s26.postimg.cc/wcabyxqq1/screenshot_58.png)
ProgramEdit - a free Windows® software source-code editor. ProgramEdit includes language support for HTML, Ada, C/C++, C#, CSS, JAVA, JavaScript, Perl, PHP, Python, Ruby, VB, VBScript, Verilog, VHDL and Batch(.bat) files. Other features include tabbed file selection, text highlighting, find & replace, regular expressions, sesssions, bookmarks, multiple undo/redo and hyperlinks.

Freeware

Whats new:>>

- add File/Lock function
- fix two minor bugs

http://simplesolverlogic.com/index.html
Titel: Text Editor Pro 4.0.2
Beitrag von: SiLæncer am 27 Juni, 2018, 20:00
Whats new:>>

Fixed go to lines
Fixed replace
Fixed wrap around in find next/previous
Updated memory manager

http://texteditor.pro/
Titel: Mobirise 4.7.9
Beitrag von: SiLæncer am 27 Juni, 2018, 20:40
(https://s26.postimg.cc/g54gep109/screenshot_3.png)
Develop fully responsive, mobile-ready websites that look amazing on any devices and browsers. Preview how your website will appear on phones, tablets and desktops directly in the visual editor..

Freeware

https://mobirise.com/
Titel: QOwnNotes v18.06.7
Beitrag von: SiLæncer am 29 Juni, 2018, 05:30
Changelog

tags in the Move tag to... context menu of the tag list are now sorted by name (for #947)
if a code block is inserted in an empty line then automatically a multi-line code block will be inserted instead of an inline code block (for #912)
the Note tags panel now shows the tags of all selected notes and is also able to remove tags from or add tags to all those notes (for #946)

    if notes are selected there will be a symbol in front of the tags to show you how many notes are selected

added more Chinese Traditional, Brazilian Portuguese, Italian, Catalan, Dutch and Hungarian translation (thank you abev66, mlimacarlos, mlocati, MGuerra and Fabijenna)

[close]

http://www.qownnotes.org/
Titel: Resource Hacker v5.1.1
Beitrag von: SiLæncer am 29 Juni, 2018, 09:09
(http://images.betanews.com/screenshots/978208949-1.gif)
Resource Hacker is a utility to view, modify, add, delete, and extract resources in Windows executables. It incorporates an internal resource script compiler and decompiler.

Freeware

Changelog

Added support for multi-line comments /* ... */.

Updated:

    Can now open and save non-resource type text files;
    Context help improved.

Fixed:

    Incorrect editor fonts when displaying multi-byte characters;
    Compiler mishandled hex. escape chars with ambiguous trailing text;
    Incorrect handling of #define directive;
    Incorrect handling of status-bar alignment in dialog resources;
    Line numbering broken when swapping between editing and binary views;
    Relative paths in filenames was broken;
    Incorrect error reporting while parsing some #include files;
    Extracting resources using command-line scripts was buggy.

[close]

http://www.angusj.com/resourcehacker/
Titel: Zettlr 0.17.0
Beitrag von: SiLæncer am 29 Juni, 2018, 21:30
(https://s26.postimg.cc/vfll9p4mh/screenshot_956.png)
Write text and conveniently edit it using Markdown with the help of this user-friendly and well-thought-out, Electron based application.

MIT License

Release Notes

GUI and functionality:

Added full stops after TOC-ordinals.
The HTML-export (e.g., for printing) does not rely on pandoc to be present on the system anymore. In other words: HTML-export is now working everywhere and has no prerequisites anymore. Attention: As we do not rely on pandoc for HTML exports anymore, this means that the HTML format is likely to suffer from some inconsistencies, as the rendering engine is way less advanced than pandoc. Yet, this should not pose a problem, as the HTML-export is intended to be for quick previews and prints only.
Switched to the better xelatex engine to render PDF documents.
Added a great number of PDF export customization options. More will be coming in the future (depending on necessities and user wishes).
Added a feature that search results now also are shown on the scrollbar so that you know exactly where the matches reside in your document.
Replaced the ugly find-in-file dialog with a Zettlr-style popup and added a replace-function as well. Simply press Return while inside the replacement-field to replace the next occurrence of your search term, or press ALT+Return, to replace all occurrences at once. The search is case-insensitive.
Introducing a distraction free mode, which can be toggled by pressing Cmd/Ctrl+J. This makes the editor fullscreen and mutes all lines except the one in which you are currently working.
Added option to recall up to ten recently used documents.
Hashtags are now not rendered, when they are not preceded by a space or are at the start of a line. This prevents links with anchor-names being displayed wrongly.

Added a bunch of options for exporting files, such as:

Choose whether to save the exported files in the temporary directory (which is expunged on each restart of the system) or in your current working directory (meaning they are persistent across system reboots and are also accessible normally through your file explorer).
Strip Zettelkasten-IDs (such as @ID:yyyymmddhhmmss).
Strip tags (in the format #tag).
Completely remove internal Zettelkasten-links (e.g. [[<link-text>]]).
Only unlink internal Zettelkaten-links (i.e. transform [[<link-text>]] to <link-text>).

Under the hood:

Moved all exporting functionality to a separate class, ZettlrExport.
Removed unnecessary CodeMirror plugins.
Removed unnecessary styles and some unnecessary (b/c unused) functionality.

[close]

https://www.zettlr.com/
Titel: Notepad++ 7.5.7
Beitrag von: SiLæncer am 30 Juni, 2018, 21:30
(https://s26.postimg.cc/phfjnedi1/screenshot_235.png)
Notepad++ is a tabbed source code editor and Notepad replacement with a customizable interface. It is one of the few few source code editors that supports "folding," allowing users to quickly reduce and expand sections of code to see the overall document. In addition, it features multi-language syntax highlighting, auto-completion, regular expression search/replace, macro recording and playback, etc. The program can access a long list of plug-ins via an easy-to-access menu with even more features and functions.

License: GPL

Changelog

Fix hanging problem while shutdown and backup file is absent.
Fix Sort Lines as Integers issue: use Natural Sort algorithm.
Fix JavaScript not working regression in Function list.
Fix Open File Dialog error for a long path.
Fix document map display bug when the view is scrolled past the end of the file.
Fix tool bar display bug in big icon mode issue.
Make caret line always visible on click from Finder panel.
Fix UDL export extension issue.
Fix Run Macro multiple times dialog display glitch after deleting a Macro.

[close]

http://notepad-plus-plus.org/
Titel: QOwnNotes 18.07.0
Beitrag von: SiLæncer am 01 Juli, 2018, 18:00
(https://s26.postimg.cc/hoi1ahlcp/screenshot_978.png)
QOwnNotes is a text editor / notepad replacement with markdown support and todo list manager. The program supports themes, keyboard shortcuts, syntax highlighting, and encryption. Includes available nested file list, tags, search, and more. Optionally works with the notes application ownCloud or Nextcloud.

Cross-platform with clients available for Mac and Linux.

License:    GPL

Changelog

fixed updating the note tags panel after multiple notes were selected (for #946)
added some more debug messages for finding a problem under Windows (for #951)
added more Chinese Traditional, Italian, Spanish and German translation (thank you abev66, mlocati, richarson and rakekniven)

[close]

http://www.qownnotes.org/
Titel: ProgramEdit 4.6.9
Beitrag von: SiLæncer am 03 Juli, 2018, 05:40
(https://s26.postimg.cc/wcabyxqq1/screenshot_58.png)
ProgramEdit - a free Windows® software source-code editor. ProgramEdit includes language support for HTML, Ada, C/C++, C#, CSS, JAVA, JavaScript, Perl, PHP, Python, Ruby, VB, VBScript, Verilog, VHDL and Batch(.bat) files. Other features include tabbed file selection, text highlighting, find & replace, regular expressions, sesssions, bookmarks, multiple undo/redo and hyperlinks.

Freeware

Whats new:>>

- add Security update to correct Version Check bug
- fix several minor bugs

http://simplesolverlogic.com/index.html
Titel: PilotEdit Lite 11.8.0
Beitrag von: SiLæncer am 03 Juli, 2018, 13:33
(http://www.pilotedit.com/images/OpenInQuickMode.PNG)
PilotEdit is a text, hex, XML, C/C++, HTML, PHP, Java, Javascript and Perl editor that can edit large files of 400GB (40 billion lines).

It offers customizable syntax and keyword highlighting, advanced search and replace operations, automatic text encoding, 256-bit AES encryption/decryption and a built-in FTP/SFTP client lets you open, edit, download and upload large files directly to/from a FTP/SFTP server.

In addition to standard text editing features, PilotEdit can compare and merge two large files of 100GB (10 billion lines). You can also sort, find/remove duplicate lines and extract strings over a large file of 1GB.

Freeware

Zitat
PilotEdit 11.8.0 includes improvements over PilotEdit script.

http://www.pilotedit.com/
Titel: Black NotePad 1.0.16.31
Beitrag von: SiLæncer am 03 Juli, 2018, 16:15
(https://s26.postimg.cc/lj0xxiynt/screenshot_1281.png)
Black NotePad was created as an alternative to the Notepad program of Windows operating systems. While retaining the original functions, Black NotePad improves manageability, contains important new functions, and greatly enhances program compatibility in terms of the edited text.

Freeware

Whats new:>>

Add: Visually Impaired menu item
Change: Visually Impaired icons

https://www.wintools.info/index.php/black-notepad
Titel: TEA 45.0.0
Beitrag von: SiLæncer am 03 Juli, 2018, 18:15
(https://s26.postimg.cc/h1i60dicp/screenshot_255.png)
TEA is a graphical text editor. Its name is an acronym for Text Editor of the Atomic Era. It is designed for low resource consumption, a wide range of functions and adaptability.

License: GPLv3

Changelog

After a long gap, it is a new release, with all know bugs fixed, especially the syntax highlighting stuff. With such fixes, I can develop TEA further, based on this stable release. Almost each line of the code.
But, what's new?
On Linux, you can use the joystick to move the cursor keys (this function is turned off by default and can be enabled via Tune - Common).
The recent list and bookmarks.
"Sum by last column" - can evaluate expressions and knows comments.

[close]

http://semiletov.org/tea/
Titel: Mobirise 4.8.0
Beitrag von: SiLæncer am 04 Juli, 2018, 04:45
(https://s26.postimg.cc/g54gep109/screenshot_3.png)
Develop fully responsive, mobile-ready websites that look amazing on any devices and browsers. Preview how your website will appear on phones, tablets and desktops directly in the visual editor..

Freeware

https://mobirise.com/
Titel: VNote 1.19
Beitrag von: SiLæncer am 04 Juli, 2018, 04:50
(https://s26.postimg.cc/871od8huh/screenshot_1147.png)
Peculiar yet interesting, open source piece of software that sports both Markdown editing capabilities and note management features.

MIT License

Changelog

Tags:

VNote supports tags for notes now. Tags will be shown at the bottom right corner. Click the tag edit and press Enter to add a tag.
You could use Navigation Mode to view all tags and add a tag without using mouse.
VNote supports browsing tags and notes in the navigation panel.
We could search tags conveniently by UniversalEntry or Search.

View Images in Read Mode:

We could double-click an image or diagram in read mode to view and zoom it.

Others:

Add test buttons for PlantUML and Graphviz configuration in settings dialog;
CaptainMode: Ctrl+E Y to focus to edit area;

[close]

https://tamlok.github.io/vnote/
Titel: QOwnNotes 18.07.1
Beitrag von: SiLæncer am 04 Juli, 2018, 06:10
Whats new:>>

fixed displaying of tags when navigating notes with the arrow keys and when switching note folders (for #958)
if the settings dialog is opened from the welcome dialog now only the one settings page requested is visible to prevent problems with a not finished setup process
added more Catalan, Dutch and Hungarian translation (thank you MGuerra and Fabijenna)

http://www.qownnotes.org/
Titel: Atom 1.29.0 Beta 1
Beitrag von: SiLæncer am 05 Juli, 2018, 18:32
(https://s26.postimg.cc/fmfpqomgp/screenshot_915.png)
A powerful and flexible application that works as a text and source code editor with syntax highlight, or alternately as a file viewer.

MIT License

Changelog

Updated Electron to 2.0.4.
Fixed an issue that prevented Atom from starting on OS X 10.10 Yosemite. Additionally, if you're seeing this issue on OS X 10.11 El Capitan or macOS 10.12 Sierra, please give this update a try and let us know if you continue to experience the problem.
Potentially improved reliability of using Atom in conjunction with Shadowsocks proxy. We're closely monitoring this issue, and we're hopeful that the release will help the affected users. If you continue to see crashes with this release, please let us know.
Fixed an issue that prevented the archive-view package from correctly displaying content of directories inside archive files (e.g., .zip, .tar, .jar, etc.) on Windows.

[close]

https://atom.io/
Titel: Rapid Environment Editor 9.2 Build 937
Beitrag von: SiLæncer am 05 Juli, 2018, 21:10
(http://www.rapidee.com/images/rapidee.png)
Rapid Environment Editor (RapidEE) is an environment variables editor. It includes an easy to use GUI and replaces the small and inconvenient Windows edit box, located in the System Information section.

License: Freeware

Whats new:>>

Added: Lithuanian translation (Zygi Mantus)
Added: Bulgarian translation (Zhivko Kabaivanov, Dimo Dimo)
Fixed: Improved High DPI support (thanks to Yaroslav Kihtan for testing)
Updated: 3rd-party libs

http://www.rapidee.com/en/about
Titel: Text Editor Pro 4.1.0
Beitrag von: SiLæncer am 06 Juli, 2018, 06:10
(https://s26.postimg.cc/hfdkhoj9l/screenshot_896.png)
Text Editor Pro (formerly EditBone) is a powerful text editing tool that comes with syntax highlighting support for over 50 languages and scripts, customizable with over 100 options, 29 ready made styles, a handy file comparison feature, unicode character map, numerical unit convert tool, SQL formatter, and support for multiple directories and search results.

Freeware

Whats new:>>

- Added spell check (separated DLL file download)
- Added spell check options
- Fixed line break
- Fixed options saving
- Fixed action enabling
- Fixed check for updates
- Fixed editor painting
- Fixed language files

http://texteditor.pro/
Titel: Atom 1.28.1
Beitrag von: SiLæncer am 06 Juli, 2018, 13:40
Changelog

Updated Electron to 2.0.4.
Fixed an issue that prevented Atom from starting on OS X 10.10 Yosemite. Additionally, if you're seeing this issue on OS X 10.11 El Capitan or macOS 10.12 Sierra, please give this update a try and let us know if you continue to experience the problem.
Potentially improved reliability of using Atom in conjunction with Shadowsocks proxy. We're closely monitoring this issue, and we're hopeful that this release will help the affected users. If you continue to see crashes with this release, please let us know.

[close]

https://atom.io/
Titel: TeXstudio 2.12.10
Beitrag von: SiLæncer am 06 Juli, 2018, 13:46
(https://s26.postimg.cc/qg3rilqfd/screenshot_273.png)
GPL-LaTeX-Editor, der das Erstellen von LaTex-Dokumenten in Unicode vereinfacht; unterstützt den Nutzer beim Schreiben mittels interaktiver Rechtschreibprüfung, Syntax-Highlighting, Code-Folding und automatischer Code-Vervollständigung.

Lizenz: Open Source

Whats new:>>

Bug fixes
Fix structure view with Qt >5.10

http://texstudio.sourceforge.net/
Titel: QOwnNotes 18.07.2
Beitrag von: SiLæncer am 07 Juli, 2018, 10:45
(https://s26.postimg.cc/hoi1ahlcp/screenshot_978.png)
QOwnNotes is a text editor / notepad replacement with markdown support and todo list manager. The program supports themes, keyboard shortcuts, syntax highlighting, and encryption. Includes available nested file list, tags, search, and more. Optionally works with the notes application ownCloud or Nextcloud.

Cross-platform with clients available for Mac and Linux.

License:    GPL

Whats new:>>

added more debug output on the terminal and checks when using the welcome dialog to setup the note folder to check for troubles on some Windows machines (for #951)
on Windows there now is a new experimental settings in the General settings to automatically close the note folder database to prevent problems with sync tools (for #926)
added more Brazilian Portuguese translation (thank you mlimacarlos)

http://www.qownnotes.org/
Titel: FocusWriter 1.6.14
Beitrag von: SiLæncer am 07 Juli, 2018, 19:00
(https://s26.postimg.cc/if0nmb60p/screenshot_947.png)
FocusWriter hilft Vielschreibern beim Verfassen von Texten. Die Textverarbeitung blendet alle Menüs und Leisten aus. So kann man sich beim Schreiben voll und ganz auf das Wesentliche konzentrieren.

Der Vollbild-Texteditor FocusWriter zeigt als Oberfläche absichtlich lediglich den blanken Text. Daher gelingt es leichter, störungs- und ablenkungsfrei zu schreiben. Auf Wunsch kann man auf zusätzliche Steuerelemente zugreifen und diese per Maus über die Bildschirmränder abrufen.

Außerdem kann bei FocusWriter eine Statuszeile mit der aktuellen Uhrzeit, einem Timer und Statistiken eingeblendet werden. Das geplante Arbeitspensum legt der Schreiber in den Einstellungen in Minuten oder Wörtern fest. Textart und -farbe werden hier ebenfalls ganz nach Wunsch bestimmt.

Mit FocusWriter können mehrere Dokumente parallel bearbeitet werden. Ein Speichern erfolgt im RTF-, ODT- oder TXT-Format. Standardmäßig zeigt die Freeware einen einfarbigen, nüchternen Hintergrund. Wer die Arbeitsumgebung etwas freundlicher und abwechslungsreicher gestalten möchte, kann die Farbe ändern und auch ein eigenes Bild als Hintergrund einblenden.

FocusWriter enthält alle Grundfunktionen einer Textverarbeitung inklusive Textformatierungen, einer Rechtschreibprüfung und dem Suchen und Ersetzen von Wörtern und Textausschnitten. Die Freeware spricht vor allem den Vielschreiber an, der sich allein auf den Text konzentrieren möchte.

Changelog

FIXED: Regression where emergency cache didn't run
Renamed NEWS to ChangeLog
Translation updates: Bosnian

[close]

http://gottcode.org/focuswriter/
Titel: Zettlr 0.17.1
Beitrag von: SiLæncer am 08 Juli, 2018, 18:20
(https://s26.postimg.cc/vfll9p4mh/screenshot_956.png)
Write text and conveniently edit it using Markdown with the help of this user-friendly and well-thought-out, Electron based application.

MIT License

Release Notes

In this release, not so much has changed. Yet you will notice that I've combined the preview pane and the tree view, because (at least for my own workflow) this works better than having them separated (which is basically using up a lot of space). Of course, for all of you who don't want this and still need the two panes displayed separated, you can change this setting in the first (general) tab of the preferences. The "Thin" mode uses the combination, while the "Expanded" mode displays both separately.

Additionally, I've finally managed to make the editor/sidebar-separation resizable! Yay!

I have now switched to alien for converting the .deb-package into .rpm. Please let me know if I'm still missing something!

Changelog

GUI and functionality

    Combined preview and directory pane. Now only one of both is visible, never both, but also never none. Pressing Cmd/Ctrl+1 and Cmd/Ctrl+2 will still toggle visibility of both preview and directory pane, but not in parallel anymore. So hiding the preview pane will automatically show the directory pane and vice versa. Also, if you are on the preview pane, moving with your mouse to the top of the pane will show an arrow that lets you enter the directory pane again. Zettlr will automatically switch to the preview pane in a number of cases: Selection of a directory, searches, and renaming of files.
    Added syntax highlightning for Markdown tables.
    Resizing of combined tree view and preview pane as well es the editor is now possible.
    Changes to the HTML export template. Now tables are better integrated, as well as blockquotes.
    Added an option to choose whether or not the combined view or the regular, old view should be used for preview and tree view.

Under the hood

    Removed some unnecessary toggle-functions.
    Changes to the styles of preview and directory panes.
    Changes to the main template.
    Markdown table detection is now handled by the ZKN-mode.
    Changes to the styles for enabling both extended and narrow sidebar mode.
    Added another check for popup height in ZettlrPopup to ensure popups can be displayed on screen and don't end up being cut off by the window.

[close]

https://www.zettlr.com/
Titel: RJ TextEd 13.30
Beitrag von: SiLæncer am 08 Juli, 2018, 20:30
(http://images.six.betanews.com/screenshots/scaled/1187014627-1.jpg)
RJ TextEd - A Unicode source and text editor. RJ TextEd is a full featured text and source editor with Unicode support, syntax highlighting and code folding. The functionality extends beyond text files and includes support for HTML editing with integrated preview, spell checking, auto completion, HTML validation, templates and more. The program also include support for Topstyle Lite CSS editor, has a dual pane file commander, as well as a FTP client to upload your files. The editor uses language files to display menus and dialogs in different languages. There are several included languages. New language files can easily be created in the editor. RJ TextEd is also a simple web development tool. The editor can use auto completion and hints to assist you in editing your source code. You can preview HTML/ASP/PHP... code using one of the preview tabs or open a document in a browser. The editor does not only handle source code. It also handles true ASCII files, binary files and of course plain text files.

Licence: Freeware

Changelog

Chrome Preview

Updated the chromium component and libraries to version 67.0.

Goto Function/Line/Bookmark… (CTRL+G)
Redesigned the „Goto line…“ page in the modal search window and added a search field and a list with all classes, structures, methods, properties and functions found in the current document.

Use the search field to find a code element and, if necessary, the up and down arrows to select the class, method or function you wish to go to.

There are four different keyboard actions to open the goto page.

GotoAction – will open the page with the last active option (Ctrl+G).
GotoSelectFunctionAction – will open the page with the function option active.
GotoSelectLineAction – will open the page with the line option active.
GotoSelectBookmarkAction – will open the page with the bookmark option active.
Find/Replace dialog box
Redesigned the modal search window and added a new page for „Find in Files“.

All buttons are now placed to the right of the find/replace text fields.

Most combo boxes have been replaced by radio buttons to make option selection easier.

Search bar

Made several changes to the search bar, removed some dropdown lists and added a popup form to the folder option button.

Find in Files

Added a „Find in Files“ menu item and toolbar button.

File Explorer Panel

Added navigation history buttons and moved a few buttons to the new „more“ button dropdown menu. I also added a favorites button.

History navigation can also be done using the mouse back/forward buttons. But it only works if the explorer panel has focus.

Navigation history

It’s now possible to navigate backwards and forward using the mouse back/forward buttons (if you have them).

Fixed

Clear recent list string issue.
A few replace issues.
Remove item in recent file list.
A few issues reported by users.
Some minor visual changes.

[close]

http://www.rj-texted.se/
Titel: ghostwriter 1.7.0
Beitrag von: SiLæncer am 09 Juli, 2018, 09:18
(https://s26.postimg.cc/ggug7e4nt/screenshot_965.png)
Write, edit and preview your texts using Markdown with the help of this all-encompassing and user-friendly Markdown editor.

License : GPLv3

Changelog

New Features:

Added light and dark built-in themes based on the community Ulysses III theme Plainstraction.
@sbrl added a new Github Dark built-in stylesheet for use with the live preview.
Live preview has been optimized to show the preview for typed characters immediately on smaller documents.
Added ODT and EPUB 3 as export options for MultiMarkdown 6.
Theme selection dialog now displays a grid instead of a list.

Fixes:

The menu bar is now hidden again in full screen mode when the user presses Alt+Tab to switch to a different application.
Fixed issue #354 to disable hard line breaks for Pandoc's Github-flavored Markdown.
Worked around issue in Qt 5.11 where changing the theme causes the app to crash.
Worked around issue in Qt 5.10 where opening a new document with a document already loaded can cause the app to crash.

Notes:

Since version 1.4.0, if you are using the portable version of ghostwriter for Windows, please note that you no longer require the translations folder in your data folder. The translations folder has been moved up one folder, so you don't need to have your settings and themes mixed with an application dependency. When moving the contents of your old data folder to the new one, please delete the old datatranslations folder.
Version 1.5.0 brings various HiDPI improvements. However, SVG icons for the full screen button and the HUD window buttons will look overly large and clipped. Drop shadows on text and buttons will also look somewhat pixelated. This is due to QTBUG-60026, which has been fixed in Qt 5.9. It is recommended for users using Qt versions below 5.9 to use FHD screen resolution when using ghostwriter.
Version 1.6.0 and above will no longer compile with Qt 4 due to new features that depend on Qt 5. Please use Qt 5 when building ghostwriter from the source code. Also, as of version 1.6.0, the Windows editions come bundled with Qt 5.10.1. As such, you might enjoy using FreeType font rendering with ghostwriter, which looks superb under this Qt version. Please see the wiki page for a quick guide on how to enable this feature. Finally, as of version 1.6.0, the Windows edition comes bundled with annulen's QtWebKit for displaying the HTML preview. Special thanks goes out to this hard-working team for providing a QtWebKit build for newer Qt versions!

[close]

http://wereturtle.github.io/ghostwriter/
Titel: LyX 2.3.0
Beitrag von: SiLæncer am 10 Juli, 2018, 13:50
(https://s26.postimg.cc/xm6jhtzop/screenshot_297.png)
LyX is a document processor that encourages an approach to writing based on the structure of your documents (WYSIWYM) and not simply their appearance (WYSIWYG).

Open Source

Changelog

!Important Changes in LyX 2.3.0


!!Interface changes

* LyX now has "inverted" branch insets, which output their contents just in
  case a given branch is not "activated". This makes inclusion of alternate
  material in different versions easier.

* When inserting a command or symbol in mathed, it is now automatically
  wrapped in a real inset (either \text or \ensuremath) assuring the correct
  mode, instead of being wrapped only in the output. The wrapping inset can
  be safely dissolved, as it will be automatically inserted at export time
  if needed, as usual.

* The new setting
  "Document->Settings->Fonts->Disallow line breaks after dashes"
  turns off the conversion of em- and en-dash characters to --- and --
  respectively for LaTeX export. It is is "false" by default.
  See chapter 3.9.1.1 "Dashes and Line Breaks" of the User Guide and
  "Caveats when upgrading from earlier versions to 2.3.x" below.

* The preference "Tools->Preferences->Look&Feel->Screen Fonts->Use
  pixmap cache to speed up font rendering" is not available anymore.
  It was of dubious value and led to rendering issues.

* The following UI translations were dropped, because of the lack of translation
  maintenance:  Catalan, Danish, Dutch, Galician, Romanian, Serbian.

!!Documents compilation process and images conversion

* It is now possible to enable the -shell-escape option only for specific
  documents, rather than having to enable it globally in preferences.
  This is achieved by checking "Allow running external programs" in
  Document->Settings->Formats. LyX will now check whether -shell-escape
  has been added to a LaTeX converter and invites the user to remove it
  in favor of the new mechanism when that LaTeX converter is used.

* The converters definition syntax (LYX_HOME/lyxrc*) now supports a
  new option, 'needauth', to prevent completely automated execution of
  the converter, unless LyX acquired explicit consent by the
  user. This is a new security feature, useful for converters that are
  capable of executing arbitrary code, such as R scripts (used with
  sweave/knitr), embedded within LyX documents. The user needs to
  explicitly grant per-document permission on the first need for using
  the converter on each document, unless he/she checks the "Don't ask
  again for this document" checkbox in the permission dialog. The new
  behavior can be fine-tuned from two new options in the preferences
  dialog (see their description below). These also allow for disabling
  'needauth' converters altogether, if desired (default behavior).

* LyX now supports insertion and automated conversion of Gnuplot scripts,
  recognized by their typical extension ".gp" or ".gnuplot". These can
  directly be inserted in a LyX document using the "Insert->Graphics..."
  dialog, then selecting the Gnuplot script. LyX automatically adds a
  proper "set terminal ..." and "set output ..." line to convert the
  file to the needed output format (e.g., .eps, .pdf), depending on
  whether the document is being previewed on screen or compiled as PDF
  or other formats. Terminal options cannot be fine-tuned at the moment,
  but that's a capability that may come soon, also according to the
  received feedback from users.


!!!The following pref variables were added in 2.3:

* \default_platex_view_format
  Determine the default output format for Japanese documents that use the
  pLaTeX backend [default: "pdf3" == "PDF (dvipdfm)"]

* \jbibtex_alternatives
  Alternative bibliography converters for Japanese.

* \pygmentize_command
  holds the name of the driver command used by the Pygments python module.

* \use_converter_needauth
  when enabled, user is asked before calling any (possibly dangerous)
  external converter with the 'needauth' option

* \use_converter_needauth_forbidden
  when enabled, use of external converters with the 'needauth' option is
  forbidden


!!!The following pref variables were changed in 2.3:

* \bibtex_command
  New (default) value "auto".

* \screen_zoom
  This is now independent of the value set via buffer-zoom[-in|-out].

* \use_pixmap_cache
  The value of this variable is now ignored.

!!!The following new LyX functions have been introduced in 2.3:

* buffer-external-modification-clear
  Clear the external modification flag on the current buffer

* buffer-zoom
  Zooms the screen fonts to a given value or resets to the default zoom
  when no argument is given.

* branch-invert
  Toggles inversion status of branch inset.

* devel-mode-toggle
  Activate/deactivate the developer mode, which consists mainly in:
  (1) more information shown in the status bar and (2) help file
  opened in editable mode. This state used to be hardcoded at compile
  time.

* font-crossout
  Cross out characters.

* icon-size [size in px]
  Set the icon size in the toolbar

* lyx-activate
  Activates the LyX window. Useful in combination with reverse search.

* toolbar-movable
  Toggles movability of a given toolbar.


!!!The following LyX functions have been changed in 2.3:

* buffer-export
  If no or "default" argument is given, the function now exports to the default
  output format.

* buffer-zoom-in, buffer-zoom-out
  The Zoom value set by these is now relative to the default zoom value set in
  preferences.

* environment-split
  The new arguments "before" and "previous" can be used for finer control on
  where/how the new environment is created.

* inset-modify
  This function now also applies to quote insets. It takes a three-character
  string as an argument, referring (1.) to the style (e = ``english'',
  s = ''swedish'', g = ,,german``, p = ,,polish'', f = <<french>>, a = >>danish<<),
  (2.) to the side (l = left, r = right) and (3.) to the quotation level
  (s = single, d = double). So "eld" means "English left double quotation mark".
  A dot in the string means: take the current value. So "inset-modify changetype e.."
  will only change the style to English, while letting side and level as is,
  "inset-modify changetype f.s" will change the style to French and the level to
  single, leaving the side value.

  This function is most useful when combined with inset-forall. E.g.,
  "inset-forall Quotes inset-modify changetype f.."
   => change all quote insets to French style, maintaining current side and level
  "inset-forall Quotes inset-modify changetype ..s"
   => change all quote insets to single quotes, keeping style and level
  "inset-forall Quotes inset-modify changetype g.s"
   => change all quote insets to German single quotes, keeping left/right setting

* layout
  The new argument "ignorenests" can be used to ignore nesting advice contained
  in the layout tag "AutoNests".

* paragraph-break
  The new argument "ignoresep" can be used to break without accounting for
  separators.

* paragraph-goto
  The function has now two further optional arguments that determine end positions.
  If specified, a selection is performed.

* quote-insert
  The function now has a second and third optional argument to specify
  the side (left, right, auto) and quotation mark style (english, swedish,
  german, polish, french, danish).

* specialchar-insert
  New option allowbreak that adds an invisible line break option,

* word-delete-forward, word-delete-backward, char-delete-forward,
  char-delete-backward
  The pre-2.3 behavior of these functions is equivalent to the 2.3 behavior with
  the "force" option appended. The new default behavior (without "force") is
  to select big insets on the first call and delete them only on the second.
  This new behavior is consistent with how delete works in LyX's math editor.


!!!The following new folders have been added to the LyX directory

* citeengines: Contains the *.citeengine files that determine the citation
  formatting and features.

* xtemplates: Contains the *.xtemplate files that define the external templates
  (previously in the external_templates file).


!!!The following preferences files have been removed from the tarball in 2.3:

* external_templates. This files has been split into multiple *.xtemplate
  files that are now shipped as content of the xtemplates directory.


!!Changes with respect to external programs and libraries in 2.3:

* LyX now supports only macOS 10.9 and higher (due to using Qt 5.9).

* Inkscape SVG with separate LaTeX + PDF or PS output is supported via External
  Material.

* Add some editor/viewer applications to (re)configure checks.

* The included Hunspell has been upgraded to version 1.6.2.

* The included libiconv has been upgraded to version 1.15.

* LyX now includes a Qt-based fallback-converter for Mac to compensate missing
  ImageMagick convert utility.


!!Known issues in version 2.3.0

* See http://www.lyx.org/trac/wiki/BugTrackerHome .


!!Caveats when upgrading from earlier versions to 2.3.x

* The external_templates file has been split into one file per template,
  which are now located in lib/xtemplates/*.xtemplate. This makes it easier
  to add new templates or modify existing ones. If you have modified
  the external_templates file, you will have to move the modifications to
  the respective *.xtemplate file manually.

* By default, LyX 2.3 outputs en- and em-dashes as -- and --- respectively,
  so that a line break can occur in the output immediately after the dash.
  Sometimes, this results in undesired line breaks or overfull lines due to
  suppression of hyphenation in the word preceding the dash.
  Select "Document->Settings->Fonts->Disallow line breaks after dashes"
  to keep the LyX 2.2 behaviour.
  See chapter 3.9.1.1, "Dashes and Line Breaks", of the User Guide
  for details.

* If trying to compile documents using R scripts and sweave/knitr, LyX
  2.3.x would not allow for re-running the R scripts, unless the user:
  1) explicitly disables the "Forbid use of needauth converters"
  option in the LyX preferences;
  2) provides explicit consent to the use of the converter on the first
  compilation of the R-enhanced document.

* LyX now gives a warning if a document mixes title and non-title layouts.
  In some cases, this warning is harmless, but in other cases the document has
  a serious problem even though the LaTeX command does not exit with error. For
  example, create a document with a title layout, then a standard layout, and
  then an author layout, and you will see in the PDF that the author is not
  typeset as an author.


!! If upgrading from a LyX version before 2.2.0

* Please additionally see the release notes from the versions in-between:
  https://wiki.lyx.org/LyX/ReleaseNotes


[close]

http://www.lyx.org/
Titel: EmEditor Free v17.9.0
Beitrag von: SiLæncer am 12 Juli, 2018, 16:10
(https://s26.postimg.cc/pbg87i3s9/screenshot_1195.png)
EmEditor is a lightning-fast, tabbed text editor with themes, syntax highlighting, stay-on-top, and customizable keyboard mapping. The program supports batch find-and-replace, regular expressions, and more.

The program beat a variety of other text editors in tests performed by TPFC user TP109. Additional features are available via a non-free version.

License:    Free for personal use

Changelog

New General Features

    Unicode code point information is added to the character code at cursor status bar item.
    Associated more file types to EmEditor, and designed new document icons (Store App versions only).
    Included Help files (English, Japanese, and Chinese) to the packages (Store App versions only).

New Options

    Added the To New CSV Column option (by clicking the ▼ button on the right fo the Extract button) in the Replace dialog box. While column(s) are selected in a CSV document, selecting the To New CSV Column option in the context menu displayed when the ▼ button on the right side of the Extract button, and click the Extract button will create a
    new CSV column filled with the replaced strings, while the original column remains unchanged. The new column is inserted just to the right of the original.
    Added the Use Escape Character check box to the CSV page of the Customize dialog box. CSV documents usually quote delimiters with double-quotes, however, some nonstandard CSV data escape delimiters with backslashes. The new option allows you to edit such nonstandard CSV data.

New Commands

    Duplicate Column(s)

Plug-in New Features

    Added the Complete (Keep Typed Case) command to the Word Complete plug-in, and assigned Shift+Enter as the default shortcut key.

Plug-in API New Features

    Added the EI_GET_BOOKMARK_COUNT command to the EE_INFO message.

Macro New Features

    Added eeFindExtract and eeFindOutput flags to the nFlags parameter, and added eeExFindInsertColumn flags to the nExFlags parameter of the Replace method of the Selection object.
    Added the BookmarkCount property to the Document object.

Bug Fixes

    Fixed customer-reported issues

[close]

https://www.emeditor.com/text-editor-features/history/emeditor-free/
Titel: BabelEdit 1.4.0
Beitrag von: SiLæncer am 13 Juli, 2018, 05:45
(https://s26.postimg.cc/7efmb9imh/screenshot_979.png)
A translation editor that can process one or more JSON files at the same time, providing support for both json and namespaced-json formats.

Freeware

Changelog

Features:

Renaming translation ids in left panel with F2 (Windows) or enter (MacOS)

Fixes:

Numerical sort order in tree
Ubuntu 18 / OpenSSL incompatibility
Copy default text to translation only of primary language if definition was loaded for that concept
Don't delete existing translation IDs when adding first language

[close]

https://www.codeandweb.com/babeledit
Titel: Atom 1.28.2 / 1.29.0 Beta 2
Beitrag von: SiLæncer am 14 Juli, 2018, 10:30
(https://s26.postimg.cc/fmfpqomgp/screenshot_915.png)
A powerful and flexible application that works as a text and source code editor with syntax highlight, or alternately as a file viewer.

MIT License

Changelog

Updated Electron to 2.0.5.
Potentially improved reliability of using Atom in conjunction with a proxy. We're closely monitoring this issue, and we're hopeful that the release will help the affected users. If you continue to see crashes with this release, please let us know.

[close]

https://atom.io/
Titel: Torrent File Editor 0.3.11
Beitrag von: SiLæncer am 15 Juli, 2018, 20:45
(https://s26.postimg.cc/ocurkxi15/screenshot_325.png)
Create torrent files from scratch on your computer by configuring a few parameters and choosing the files you want to be contained within it.

License: GPLv3

https://sourceforge.net/projects/torrent-file-editor/
Titel: Pandoc 2.2.2
Beitrag von: SiLæncer am 16 Juli, 2018, 16:45
Pandoc is a command-line utility that can convert files from one markup format into another.

Pandoc's enhanced version of Markdown includes syntax for footnotes, tables, flexible ordered lists, definition lists, fenced code blocks, superscripts and subscripts, strikeout, metadata blocks, automatic tables of contents, embedded LaTeX math, citations, and Markdown inside HTML block elements. (These enhancements, described further under Pandoc's Markdown, can be disabled using the markdown_strict input or output format.)

License: Open Source

Changelog

Use HsYAML instead of yaml for translations and YAML metadata (#4747). yaml wraps a C library; HsYAML is pure Haskell. Advances #4535.
Note: HsYAML implements YAML 1.2, in which the valid true values are true, True, TRUE. This means a change in the semantics of YAML metadata that could affect users: y, yes, and on no longer count as true values.
Fix regression: make --pdf-engine work with full paths (#4681, Mauro Bieg).
CommonMark reader: Handle ascii_identifiers extension (#4742, Anders Waldenborg). Non-ascii characters were not stripped from identifiers even if the ascii_identifiers extension was enabled (which is is by default for gfm).
TikiWiki reader: Improve list parsing (#4722, Mauro Bieg). Remove trailing Space from list items. Parse lists that have no space after marker.

LaTeX reader:

Treat lilypond as a verbatim environment (#4725).
Parse figure label into Image id (#4700, Mauro Bieg).
Beamer: Allow “noframenumbering” option (#4696, Raymond Ehlers).
Allow spaces around graphicspath arguments (#4698).
Handle includes without surrounding blanklines (#4553). In addition, input can now be used in an inline context, e.g. to provide part of a paragraph, as it can in LaTeX.
In rawLaTeXBlock, handle macros that resolve to a begin or end (#4667).
In rawLaTeXBlock, don’t expand macros in macro definitions (#4653). Note that this only affected LaTeX in markdown.
Tighten up reading of beamer overlay specifications (#4669). Ideally we’d turn these on only when reading beamer, but currently beamer is not distinguished from latex as an input format. This commit also activates parsing of overlay specifications after commands in general (e.g. item), since they can occur in many contexts in beamer.
Parse more siunitx unit commands (#4296, #4773).
Be more forgiving in key/value option parsing (#4761).

Markdown reader:

Allow empty code spans, e.g. ` `.
Emojis are now wrapped in Spans with class emoji and attribute data-emoji (Anders Waldenborg, #4743). This allows the writer to handle them in a special way (e.g. using a special font, or just rendering the emoji name).

Muse reader (Alexander Krotov, except where indicated):

Get rid of non-exhaustive pattern match warning (Mauro Bieg).
Add support for floating images.
Add support for images with specified width.
Parse image URLs without “guard” and “takeExtension”.
Split link and image parsing into separate functions.
Parse links starting with “URL:” explicitly instead of trying to strip “URL:” prefix after parsing.
Texinfo writer: Use @sup and @sub instead of custom macros (#4728, Alexander Krotov).
Markdown writer: Preserve implicit_figures with attributes, even if implicit_attributes is not set, by rendering in raw HTML (#4677).
Markdown and commonmark/github writers now respect the emoji extension. So, -f markdown+emoji -t markdown+emoji now leaves :smile: as :smile: rather than converting it to a smile character.
Docx writer: Be sensitive to toc in YAML metadata (#4645).
ODT/OpenDocument writer: Make internal links work (#4358). This adds proper bookmarks to the headers with non-null IDs.
EPUB writer: Properly escape pagetitle. Previously we weren’t escaping & and other XML characters in the pagetitle, so a title containing a & would be invalid.
AsciiDoc Writer: Eescape square brackets at start of line (#4545, Mauro Bieg).

RST writer:

Don’t treat ‘example’ as a syntax name (#4748). This fixes conversions from org with example blocks.
Support --number-sections via the section-numbering directive in standalone output.
reveal.js writer and template: reuse mathjax URL provided by the argument to --mathjax or the normal pandoc default, rather than a hard-coded one in the template (#4701).

LaTeX writer:

Properly handle footnotes in table captions (#4683). Refactored code from figure captions to use in both places.
In beamer output, fix single digit column percentage (#4690, Mauro Bieg).

FB2 writer (Alexander Krotov):

Convert Plain to Para in annotation (#2424).
Fix order of items in title-info (#2424).
Custom writer: fix error message on script failure (Albert Krewinkel). Error messages produced by Lua were not displayed by Pandoc.
Text.Pandoc.Emoji now exports emojiToInline, which returns a Span inline containing the emoji character and some attributes with metadata (class emoji, attribute data-emoji with emoji name). (API change, Anders Waldenborg, #4743).

Text.Pandoc.PDF:

Revert fix for #4484 (only compress images on last run, #4755). This will mean some increase in the time it takes to produce an image-heavy PDF with xelatex, but it will make tables of contents correct, which is more important.
Fix logic error in runTeXProgram. We were running the tex program one more time than requested. This should speed up PDF production.
Allow --template to take a URL as argument.
Text.Pandoc.Highlighting: Add missing re-export of breezeDark highlighting style (#4687, Adrian Sieber, API change).
Clarify macOS install in INSTALL.md (#4661). Make the binary package installer the recommended method, and note that on some older versions of macOS, homebrew installs from source and takes a lot of disk space (#4664, Ian).

MANUAL:

Clarify EPUB linked media (#4756, Mauro Bieg)
Update manual for “true” YAML values. Now that we’re using HsYAML and YAML 1.2, the valid true values are true, True, TRUE. NOTE! y, yes, on no longer count as true values.
Document -F as alias for --filter (thanks to Gandalf Saxe).
Update manual on how math is rendered in LaTeX.
Add proxy description (#4131, Mauro Bieg).
Clarify that --toc requires --standalone (#4703).
Update citation styles link (#4699, wiefling).
In API docs, clarify how Ext_east_asian_line_breaks extension works (kaizshang91). Note that it will not take effect when readers/writers are called as libraries (#4674).
Improved translations/fr (#4766, lux-lth).
Removed inadvertently added .orig files from repository (#4648).
Remove network-uri flag and use ‘Network.Socket’. This removes a compiler warning. There is no need for the old network-uri flag, since network 2.6 was released in 2014.
Add stack.lts10.yaml, stack.lts11.yaml. use lts-12 in stack.yaml.
Bump upper bounds for dependent packages.
Exclude foundation 0.0.21 for ghc 7.10. Otherwise cabal gets confused because of the way ghc 7.10 is excluded in foundation’s cabal file. This can be removed when haskell-foundation/foundation#500 is fixed.
Require cabal-version >= 2.0. This is needed for haddock-library.

[close]

https://github.com/jgm
Titel: BirdFont 3.7.1
Beitrag von: SiLæncer am 17 Juli, 2018, 16:45
(https://s26.postimg.cc/rd1s4grdl/screenshot_137.png)
BirdFont is a free font editor that lets you create vector graphics and export TTF, EOT & SVG fonts.

License: Open Source

Whats new:>>

Make sure fonts pass validation in Font Book

http://birdfont.org/
Titel: PHPNotepad 1.3.0
Beitrag von: SiLæncer am 18 Juli, 2018, 05:30
(https://s26.postimg.cc/hy333zd1l/screenshot_1124.png)
Write and edit your code in almost any of the supported languages with the help of this neat, versatile and useful software application.

Donationware

http://phpnotepad.org/
Titel: QOwnNotes v18.07.3
Beitrag von: SiLæncer am 18 Juli, 2018, 09:14
(https://s26.postimg.cc/hoi1ahlcp/screenshot_978.png)
QOwnNotes is a text editor / notepad replacement with markdown support and todo list manager. The program supports themes, keyboard shortcuts, syntax highlighting, and encryption. Includes available nested file list, tags, search, and more. Optionally works with the notes application ownCloud or Nextcloud.

Cross-platform with clients available for Mac and Linux.

License:    GPL

Changelog

there now is a new checkbox in the Panel settings to show the notes in in the note list with a preview (for #949)

    this feature is still experimental and implementation is not finished yet
    manual renaming of the note name via the context menu is already implemented

attempted to fix OBS builds for Debian 8, xUbuntu_15.10 and xUbuntu_15.04
added more Catalan, Chinese Traditional, Brazilian Portuguese, Indonesian, German, Spanish, Italian, Dutch and Hungarian translation (thank you MGuerra, abev66, mlimacarlos, zmni, rakekniven, richarson, mlocati and Fabijenna)

[close]

http://www.qownnotes.org/
Titel: HxD v2.0.0.0
Beitrag von: SiLæncer am 18 Juli, 2018, 12:11
(https://s26.postimg.cc/6t85owprt/screenshot_34.png)
HxD is a carefully designed and fast hex editor including raw disk editing, modifying foreign RAM and handling files of any size. The program includes search/replace (ASCII | Unicode), export, checksum/digests, insertion of byte patterns, file shredder, concatenation or splitting of files, statistics and more.

Freeware

https://mh-nexus.de/en/hxd/
Titel: QOwnNotes v18.07.4
Beitrag von: SiLæncer am 18 Juli, 2018, 21:00
Changelog

under Windows it is now checked if user chose a different drive for the note folder in the welcome dialog in portable mode (for #971)
the error dialog for errors while talking to your ownCloud server will not be shown a 2nd time if it is already present on the screen (for #950)
attempted to fix builds for older Qt versions
added more Spanish translation (thank you richarson)

[close]

http://www.qownnotes.org/
Titel: BowPad 2.3.9
Beitrag von: SiLæncer am 19 Juli, 2018, 12:22
(https://s26.postimg.cc/h0ofzpokp/screenshot_1153.png)
BowPad is a small and fast text editor with a ribbon user interface and syntax highlighting.

Features:

syntax highlighting for over 100 file types and languages
handling of many different encodings, including UTF-8, UTF-16 and even UTF-32
easy ribbon user interface
navigation hints in the vertical scrollbar
coloring of open tabs according to their path
extendable with plugins written in jscript or vbscript

Freeware

Changelog

Fixed: crash with long lines in .editorconfig file
Updated to Scintilla 4.1.0
Performance improvements for the file tree
Preliminary support for R2L languages
Fixed: Replace All on invalid regex causes lockup
Fixed: Line end LF may suddenly change to Windows CR+LF
Fixed: Feature request: Remembering text encoding when reloading document

[close]

http://stefanstools.sourceforge.net/BowPad.html
Titel: HostsCK 2.1.1.0
Beitrag von: SiLæncer am 19 Juli, 2018, 17:15
(https://s26.postimg.cc/931bwfpi1/screenshot_343.png)
Seamlessly access and edit Windows' Host file so you manage the list of blocked and allowed websites more efficiently via this application.

Freeware

http://redisoft.uk/hck/
Titel: Network Notepad 5.0.10
Beitrag von: SiLæncer am 20 Juli, 2018, 13:00
(https://s26.postimg.cc/8afgmq0x5/screenshot_1248.png)
Network Notepad is a specially designed application for creating interactive network diagrams.

Now you can use this accessible and easy-to-use instrument to create or manage the diagrams you need.

Point-and-Click Telnet/ Browse/ User-definable
Network Management.
Simple Drag and Drop interface.
Open, Text Based File Format.
Printing.
Linked Diagrams.
Flow Charts.

Freeware

Whats new: >>

Added handlers for unhandled exceptions and for unhandled exceptions for threads behind forms.
Removed reference to argn in SingleArgExtract
Changed drawobject() method for drawing .ico-based objects.
Solution rebuild to fix errors in dev env.

http://www.networknotepad.com/index.htm
Titel: Zettlr 0.18.0
Beitrag von: SiLæncer am 21 Juli, 2018, 09:30
(https://s26.postimg.cc/vfll9p4mh/screenshot_956.png)
Write text and conveniently edit it using Markdown with the help of this user-friendly and well-thought-out, Electron based application.

MIT License

Release Notes

Tag colour assignments:

Now you can assign colours and a short description to tags. This means that you can, e.g., tell Zettlr to assign a red colour to the tag #todo. This will then prompt Zettlr to show a red indicator on the file to indicate that this file has been tagged with the respective tag. Of course, multiple tags in one file also work. You can always change and adapt the colours and tags as you need; no limit imposed.

Projects:

The last feature that was still missing from Zettlr was a possibility to export multiple markdown files as one single PDF file. Therefore, I can now present to you: Projects! Simply right-click any directory to "create" a project. This will add a small hidden file in the directory, indicating that Zettlr should treat the directory as a project. The directory will behave exactly as any other directory, but have two new context menu options. The first gives you the possibility to fine-tune the layouting of the resulting PDF. You can, for instance, add a table of contents, or a title page. To export the project, simply right-click the directory and select the appropriate option. Zettlr will concatenate all markdown files in the directory (in exactly the same way as the preview pane does — so use the file list as an indicator how the files will be ordered!) and then export them into one single PDF file.

Drag files out of Zettlr:

Some of you may or may not have wondered why it isn't possible to simply take a file, drag it out of the app and drop it onto another app to share it. This was simply because I haven't had the time to implement it — until now. So if you now drag a file out of Zettlr, you can simply drop it somewhere else. Note that dragging files into different folders on your operating system will copy them, not move. No files are moved from their place except you do it solely from within Zettlr or your file browser.

GUI and functionality:

Added the project feature: Now you can convert directories into "projects" (via context menu). A project is simply the possibility for you to adjust PDF options for a set of files differently than in your general PDF settings and tweak the generation a little bit more. It is thought especially for exporting many files into a single PDF file, and has options to generate a table of contents or a title page. All files in the project directory and all of its sub-directories are concatenated in the same way as the preview list does it. Directories themselves are ignored. Then all these files are simply glued together and exported using the special settings you've given the project.
Included tag preferences. These allow you to assign colours to specific tags, so that you can see in the preview list directly which files contain specific tags (such as, e.g., #todo or #in-progress) to have an overview over the work you need to do or categorise your files.
Now the editor should correctly resize itself if the window itself changes its size.
Now, if you use the combined view, Zettlr recognises a second click on an already selected directory and switches to the preview list instead. If you do so while the expanded mode is active, nothing will happen.
I finally found the bug that was showing NaN instead of real numbers in the stats view. Now it should work on all systems just fine. (It only happened when there were less than thirty days of recorded statistical history available.)
Adjusted the placement of the dialogs. Now they should definitely be placed in the center, if they are smaller than the window and should never result in a scrollable window.
The dialog windows should pop up much faster now.
Changed the styles of all dialog windows, and made pretty especially the PDF preferences windows.
Replaced the system default's title popups with nicer looking popups.
Changed image preview rendering. Now, images smaller than the viewport will not scale up to fill the full width, but remain smaller than the viewport width.
Added a preview rendering of task items with checkboxes.
Now Zettlr will directly react to you clicking with your mouse into the window and doesn't require you to click a second time after the app has been focused again.
Snippets are now off by default.
Fixed a small error that led to the editor behaving strange after resizing the sidebar.
There is now no lag anymore on saving files. As a side effect, the global search is not exited when you change a little bit and then save the file.
Changed PDF export.
Small fix to the ZKN tag detection.
Added additional error handling in the updater (so you know why Zettlr couldn't tell you why no update check is possible).
Renaming files is now faster.
If you now begin to drag a file, after you have stopped dragging the file (i.e. either you dropped it onto a directory or you dropped it somewhere else to cancel the move), the preview pane will be shown again.
Now it is possible to drag out Markdown files from Zettlr into other apps.
Clicking on the "No open files or folders"-notification when there are no open folders or files in the directory tree will automatically show the open-dialog.
Fixed the theming in the QuickLook windows. Now they will be the same theme as the app itself.

Under the hood:

Finally renamed the strong element in the file tiles in the preview list to a simple p to re-gain semantic correctness there.
Lots of LESS-code added, several other files have been changed.
Added an event listener to Window resizes to change the editor's width accordingly with the resizable activated.
Changes to requestDir() function in ZettlrRenderer.
Changes to the Statistics viewer.
Changes to ZettlrDialog.
Changes to ZettlrRenderer. Now the translation strings will be copied into the memory of the renderer process directly. This results in better overall performance, especially in dialogs, for which a lot of such strings are needed.
Updated development dependencies: electron is now 2.0.4, electron-builder is now 20.19.2 and less.js is now 3.5.3.
Changes to ZettlrBody-proceed function.
Added tippy.js to the list of dependencies; replaced standard system titles with Tippy titles.
Added the acceptFirstMouse option to the creation of new BrowserWindows.
Now refreshing the editor instance after dragstop of the divider between combiner and the editor.
Removed an unnecessary if-statement in ZettlrToolbar.
Added a method to only update the current file in the renderer process, which speeds up saving a lot.
Additional check in ZettlrVirtualDirectory.
Changes to the LaTeX export template.
Replaced the complicated and unreliable tag recognition to a much simpler regular expression.
Error handling in ZettlrUpdater.
Changes to the process of renaming files. Now the renaming process should be reflected quicker in the renderer, because we don't send a complete new path object, but only the specific, renamed file.
Fixes and changes to the dragging behaviour in the renderer.
Added a dragging event, so that the main process automatically enables dragging out of the app.
Added the getRenderer()-function to ZettlrDirectories, so that the EmptyPaths-object can send the respective event to the main process.
Combined the setContent() and save()-functions in ZettlrFile, because there was simply no need to have them separated. Also, removed the modified-flag from the file.

[close]

https://www.zettlr.com/
Titel: Pandoc 2.2.2.1
Beitrag von: SiLæncer am 21 Juli, 2018, 09:45
Pandoc is a command-line utility that can convert files from one markup format into another.

Pandoc's enhanced version of Markdown includes syntax for footnotes, tables, flexible ordered lists, definition lists, fenced code blocks, superscripts and subscripts, strikeout, metadata blocks, automatic tables of contents, embedded LaTeX math, citations, and Markdown inside HTML block elements. (These enhancements, described further under Pandoc's Markdown, can be disabled using the markdown_strict input or output format.)

License: Open Source

Changelog

Fix regression finding templates in user data directory (#4777). Under version 2.2.1 and prior pandoc found latex templates in the templates directory under the data directory, but this broke in 2.2.2.

Fix for bug in parsing \input in rawLaTeXBlock and rawLaTeXInline (#4781). (This primarily affects the markdown reader, and other readers that accept raw tex.) Starting in 2.2.2, everything after an \input (or \include) in a markdown file would be parsed as raw LaTeX.

MANUAL:

    Clarify gfm vs markdown_github (#4783, Mauro Bieg).
    Use keywords instead of tags in YAML metadata example (#4779). Unlike tags, keywords is used in some of the writers and default templates.

Add missing rollingLinks option to revealjs template (#4778, Igor Khorlo).

[close]

https://github.com/jgm
Titel: FocusWriter 1.6.15
Beitrag von: SiLæncer am 21 Juli, 2018, 19:30
(https://s26.postimg.cc/if0nmb60p/screenshot_947.png)
FocusWriter hilft Vielschreibern beim Verfassen von Texten. Die Textverarbeitung blendet alle Menüs und Leisten aus. So kann man sich beim Schreiben voll und ganz auf das Wesentliche konzentrieren.

Der Vollbild-Texteditor FocusWriter zeigt als Oberfläche absichtlich lediglich den blanken Text. Daher gelingt es leichter, störungs- und ablenkungsfrei zu schreiben. Auf Wunsch kann man auf zusätzliche Steuerelemente zugreifen und diese per Maus über die Bildschirmränder abrufen.

Außerdem kann bei FocusWriter eine Statuszeile mit der aktuellen Uhrzeit, einem Timer und Statistiken eingeblendet werden. Das geplante Arbeitspensum legt der Schreiber in den Einstellungen in Minuten oder Wörtern fest. Textart und -farbe werden hier ebenfalls ganz nach Wunsch bestimmt.

Mit FocusWriter können mehrere Dokumente parallel bearbeitet werden. Ein Speichern erfolgt im RTF-, ODT- oder TXT-Format. Standardmäßig zeigt die Freeware einen einfarbigen, nüchternen Hintergrund. Wer die Arbeitsumgebung etwas freundlicher und abwechslungsreicher gestalten möchte, kann die Farbe ändern und auch ein eigenes Bild als Hintergrund einblenden.

FocusWriter enthält alle Grundfunktionen einer Textverarbeitung inklusive Textformatierungen, einer Rechtschreibprüfung und dem Suchen und Ersetzen von Wörtern und Textausschnitten. Die Freeware spricht vor allem den Vielschreiber an, der sich allein auf den Text konzentrieren möchte.

Changelog

FIXED: Automatic high DPI support
Translation updates: Galician, Spanish

[close]

http://gottcode.org/focuswriter/
Titel: Network Notepad 5.0.11
Beitrag von: SiLæncer am 21 Juli, 2018, 20:10
Whats new: >>

Bugfix: Error opening Diagram Properties form.

http://www.networknotepad.com/index.htm
Titel: jane (just another nasty editor) 1.73
Beitrag von: SiLæncer am 22 Juli, 2018, 18:45
(https://s26.postimg.cc/q6vrdqqp5/screenshot_1258.png)
Notepad-Alternative zum Editieren von ASCII-Dateien; unterstützt AutoCopy (markierter Text wird automatisch in die Zwischenablage kopiert), Hyperlinks sowie Drag & Drop; bietet auch ungewöhnliche Bearbeitungsfunktionen wie Textumkehrung oder das Ausfiltern bestimmter Vokale.

Für den privaten Gebrauch kostenlos.

http://www.kifoth.de/jane/html/download.php
Titel: ghostwriter 1.7.1
Beitrag von: SiLæncer am 22 Juli, 2018, 21:30
(https://s26.postimg.cc/ggug7e4nt/screenshot_965.png)
Write, edit and preview your texts using Markdown with the help of this all-encompassing and user-friendly Markdown editor.

License : GPLv3

Changelog

Fixes:

Fixed regression in full screen mode where menu bar was not showing on mouse-over.
Fixed regression where wrong theme was shown as selected on opening the Theme Selection dialog.
Fixed issue #366 where warnings from Pandoc that were resulting in error dialogs on successful export.
Fixed issue #292 where saving a document under Windows resulted in end-of-line characters being written as n instead of rn.

[close]

http://wereturtle.github.io/ghostwriter/
Titel: Text Editor Pro v4.2.0
Beitrag von: SiLæncer am 23 Juli, 2018, 09:09
(https://s26.postimg.cc/hfdkhoj9l/screenshot_896.png)
Text Editor Pro (formerly EditBone) is a powerful text editing tool that comes with syntax highlighting support for over 50 languages and scripts, customizable with over 100 options, 29 ready made styles, a handy file comparison feature, unicode character map, numerical unit convert tool, SQL formatter, and support for multiple directories and search results.

Freeware

Changelog

- Added editor progress bar for large file loading
- Fixed file pop-up menu
- Fixed directory pop-up menu
- Fixed text compare action enabling
- Fixed virtual tree control
- Fixed editor painting
- Fixed 64-bit resource string hooking
- Fixed vertical scrolling with large files
- Fixed clipboard functions
- Fixed undo/redo
- Fixed file saving
- Moved text compare options
- Optimized file info
- Optimized text editor control
- Optimized INI file reading/writing
- Optimized highlighter/color theme reading
- Updated AlphaSkins controls v13.17 - http://www.alphaskins.com/

[close]

http://texteditor.pro/
Titel: Mu 1.0.0
Beitrag von: SiLæncer am 23 Juli, 2018, 19:20
(https://s26.postimg.cc/eok4j4kp5/screenshot_366.png)
Edit code within a distraction-free and non-intimidating environment provided by this minimalist and lightweight IDE that works on all major OSs.

License: GPLv3

https://codewith.mu/
Titel: HostsCK 2.1.2.0
Beitrag von: SiLæncer am 23 Juli, 2018, 21:10
Whats new:>>

While testing on a virtual machine a bug was found that prevented HostsCK checking for program updates. While this seemed to only happen on virtual machines the bug has been fixed anywa
The correct wording is now shown when downloading a program update.

http://redisoft.uk/hck/
Titel: QOwnNotes v18.07.5
Beitrag von: SiLæncer am 24 Juli, 2018, 04:38
(https://s26.postimg.cc/hoi1ahlcp/screenshot_978.png)
QOwnNotes is a text editor / notepad replacement with markdown support and todo list manager. The program supports themes, keyboard shortcuts, syntax highlighting, and encryption. Includes available nested file list, tags, search, and more. Optionally works with the notes application ownCloud or Nextcloud.

Cross-platform with clients available for Mac and Linux.

License:    GPL

Changelog

if you open the dialog to manage orphaned images the first item will now automatically be selected
there now is a new menu entry to manage orphaned attachments in the Edit / Extra menu (for #895)

    you can view information about the attachment, add the attachment to the current note, remove the attachment, open the attachment with an associated application or open the folder of the attachment

added more Catalan, Chinese Traditional, Brazilian Portuguese, Indonesian, German and Russian translation (thank you MGuerra, abev66, mlimacarlos, zmni, rakekniven and pu.sash)

[close]

http://www.qownnotes.org/
Titel: Notepad++ v7.5.8
Beitrag von: SiLæncer am 24 Juli, 2018, 05:00
(https://s26.postimg.cc/l77csj6tl/screenshot_962.png)
Notepad++ is a tabbed source code editor and Notepad replacement with a customizable interface. It is one of the few few source code editors that supports "folding," allowing users to quickly reduce and expand sections of code to see the overall document. In addition, it features multi-language syntax highlighting, auto-completion, regular expression search/replace, macro recording and playback, etc. The program can access a long list of plug-ins via an easy-to-access menu with even more features and functions.

License: GPL

Changelog

Remove annoying "no update" notification.

Fixed:

    Folder as Workspace not updating regression.
    Crash issue by checking & unchecking "Disable extension column" option in preferences dialog.
    A crash when trying to launch a secondary instance with command line arguments.
    "Explorer Here" from "Folder as Workspace" problem if folder name contains comma.

[close]

https://notepad-plus-plus.org/
Titel: VNote 1.20
Beitrag von: SiLæncer am 24 Juli, 2018, 05:50
(https://s26.postimg.cc/871od8huh/screenshot_1147.png)
Peculiar yet interesting, open source piece of software that sports both Markdown editing capabilities and note management features.

MIT License

Changelog

ATTENTION:

You may need to refine your customized theme. Please refer to the default themes for reference.

Expanded Level of Outline:

We could specify the expanded level of Outline. It is useful to auto-fold some headings in a huge note.

Explorer:

Support searching contents of files in the Explorer root directory in the Search dock widget and Universal Entry;

Support Drag&Drop a directory to Explorer to open it;
Support Vim-like navigation;

MathJax:

We do not need to escape characters at all;
We now have more identical behaviors in both edit and read mode;

Highlighter:

Multi-Threaded highlighter for more instant, efficient, and responsive highlight;
Support YAML Front Matter in edit mode;

Support background for HRULE in edit mode

Others:

Ctrl+; instead of Ctrl+K to insert inline code;
Ctrl+J/K to scroll page up/down in both edit and read mode;

[close]

https://tamlok.github.io/vnote/
Titel: Network Notepad 5.0.12
Beitrag von: SiLæncer am 24 Juli, 2018, 09:08
(https://s26.postimg.cc/8afgmq0x5/screenshot_1248.png)
Network Notepad is a specially designed application for creating interactive network diagrams.

Now you can use this accessible and easy-to-use instrument to create or manage the diagrams you need.

Point-and-Click Telnet/ Browse/ User-definable
Network Management.
Simple Drag and Drop interface.
Open, Text Based File Format.
Printing.
Linked Diagrams.
Flow Charts.

Freeware

Whats new: >>

Bugfix: Set to Default Font was broken/ could set illegal color value.
Bugfix: Various problems with Format Link Styles Form.

http://www.networknotepad.com/index.htm
Titel: QOwnNotes v18.07.6
Beitrag von: SiLæncer am 25 Juli, 2018, 05:30
Changelog

fixed attachment detection and link generation in the new dialog to manage orphaned attachments (for #895)
did some improvements on updating the current note in the note list if the note list preview is turned on (for #949)
added more Spanish, Chinese Traditional, Russian, Dutch and Hungarian translation (thank you richarson, abev66, pu.sash and Fabijenna)

[close]

http://www.qownnotes.org/
Titel: QOwnNotes v18.07.7
Beitrag von: SiLæncer am 25 Juli, 2018, 16:45
Changelog

attempted to fix a problem with Chinese and Japanese input methods (for #976)
added a script Solar (Jalaali) calendar integration to the Script repository to attempt to integrate the solar (Jalaali) calendar into QOwnNotes (for #977)

    it currently supports creating a headline for new notes with the current Jalaali date and time
    take a look at solar-calendar-integration if you want to improve it

added more Brazilian Portuguese and Portuguese translation (thank you mlimacarlos and mtbf99)

[close]

http://www.qownnotes.org/
Titel: Google Web Designer 4.1.0.0711
Beitrag von: SiLæncer am 25 Juli, 2018, 17:45
(http://images.six.betanews.com/screenshots/scaled/1380653954-1.jpg)
Google Web Designer allows you to create engaging, interactive HTML5-based designs and motion graphics that can run on any device. Let us handle the HTML5 and CSS3 so you're free to focus on what you love to do: creating gorgeous visual experiences. A full design suite lets you easily bring any vision to life. If you're feeling more hands-on, all the code behind your designs is hand-editable, so you're never locked out of your own work. Your ideas are now amplified by code - not restricted by it.

Freeware

Changelog

The interface now reflects the new Google advertising brands, Google Ads (formerly AdWords) and Display & Video 360 (bringing together features from DoubleClick Bid Manager, Campaign Manager, Studio, and Audience Center). Learn more.
Shell build 2.1.0.0 reduces the latency of file operations while templates update on Windows.

Google Web Designer now implements the following elements as autonomous custom elements (e.g., <gwd-video>), rather than as customized built-in elements (e.g., <video is="gwd-video">):

Gwd-image
Gwd-video
Gwd-audio
Gwd-iframe
Gwd-page
Gwd-pagedeck
To update an existing file, open the file in Web Designer and save it.
Support added for the new Brand Awareness data schema (under the "Standard Schema" type) for Display & Video 360.

3 new Data driven for Display & Video 360 templates use the Brand Awareness schema:

Blank Slate - A basic framework ready to be customized with your dynamic elements.
Cue Cards - 3 frames that scroll down to tell a dynamic user story.
Panorama - 3 frames that the user can swipe through horizontally.

Version 4.0.1.0625 bug fixes:

Fixed issue with file not opening when the document links to an external CSS file using an absolute URL.
GreenSock libraries updated to use version 2.0.1.
The “Use” column header in the Library is now localized.

New features since version 3.0.1.0319:

Computed CSS styles:

View a list of CSS properties for an element, with resolved values, under the new Computed tab in the CSS panel.
Jump to the CSS rule definition that sets a particular property.

Motion path editing:

Move, resize, flip, and rotate motion paths with the new Transform control for the motion path tool.

Asset usage count:

See in the Library panel how many times you use each asset in a document.
Sort the list of assets by name, usage count, asset type, or last modified date.

Outliner:

The new Outliner panel provides a tree view of the elements in your document for easy selection and navigation.

Template improvements:

The Template Gallery now shows the vertical (business type) for the AdWords dynamic remarketing templates.
The Save as template dialog automatically populates the ad type, dynamic vertical, and components in the template metadata.
Dynamic templates can now be previewed directly from the Template Gallery with sample feed data.

Text fitting:

New settings in the Text panel let you automatically resize or truncate text so it won't overflow the containing element.

Timeline animation scaling:

Hold Shift while dragging selected keyframes on the Advanced timeline to change the length of an animation while keeping the spacing between keyframes proportional.

Workspaces:

Save panel layouts as custom workspaces, or switch to one of Google Web Designer's preset workspaces in the Window > Workspace menu.
Hide all panels with the Window > Hide panels command, or by pressing F4.

Templates added:

DoubleClick responsive templates were added: Standard Banner Build Dissolve, Standard Banner Build Slide, Standard Banner Static, Standard Banner Storyboard Dissolve, and Standard Banner Storyboard Slide.

Fixes and improvements since version 3.0.1.0319:

Components:

Fixed issue with Swipeable Gallery exit URLs not working with spaces between the URLs.
[Feature request] Enabled Tap Area components within the frame of a Carousel Gallery or Swipeable Gallery.

Text:

Invalid tags can no longer be entered in the Tag field.
Fixed issue with text box losing the insert cursor after indenting the text.
Fixed issue with tag name not updating when undoing a tag change.
[Feature request] Provided text fitting & truncation controls in the user interface for both dynamic & static text.
Fixed issue with incorrect text coordinates when stage was zoomed in.
Enabled use of keyboard shortcuts (Cmd/Ctrl with +/-) to zoom in or out while in text editing mode.
Fixed issue where a text box couldn't be drawn inside a div.
Fixed issue with extra CSS properties getting added when copying & pasting colored text between documents.
Fixed issue with italic text for Google Fonts not displaying correctly.

Templates:

AdMob templates have been updated to remove custom exits.
Fixed issue where the options for inline local files and polite loading weren't selected by default when creating files from some templates.

Timeline:

[Feature request] Added ability to easily update the animation duration in the UI.
Finite and infinite loops now distinguishable on the Advanced mode timeline.
Undoing the deletion of a layer with looping now restores the looping.
Repeated spans now visible on the Advanced mode timeline for infinite loops when animation duration is extended.
Fixed issue with stage not updating when span easing was edited.
[Quick mode] Fixed issue with only first 2 anchor points of a Pen path displaying on the thumbnail.
Added tooltips: "Current time" and "Timeline work area length".

Workspace (panels and user interface):

[Feature request] Added ability to save panel sets and switch between them.
Fixed issue with docked panel's height not being resizable after docking a floating panel to a panel on the left side.
Removed the top border on the Document bar.
Fixed issue with start dialog disappearing when closing the New File dialog with the Esc key.
Panels can now be collapsed by clicking the panel title right after launch or after switching workspaces.

Other:

[Studio dynamic] Fixed issue with dynamic profile not loading when the user has Advertiser-level access to multiple advertisers.
[Publish to Drive] Publishing to Google Drive no longer adds an extra string to image sources.
[Ad environment] Strings have been translated.
[Ad environment] Fixed issue with the Publish dialog not updating the ad environment after ad environment conversion.
[Installer] [Windows] Shortcut icon is now created on the Desktop after installation but not after an update.
When clicking on "Browse all articles" or "Visit help forum" from the help panel, a browser window now opens instead of a pop-up window.
[Windows] Fixed issue with Firefox v.59 or later not showing in Google Web Designer's Preview browser list.
Events dialog is now resizable.
[Drawing] W and H are now translated when drawing a new element.
[Properties panel] Fixed issue with Visibility field label overlapping the value in some languages.
[Feature request] Usage count now displays next to assets listed in the Library.
Fixed issue with zoom resetting in Design view after editing in Code view.
[Hand tool] Fixed issue with stage moving off-center after repeatedly dragging it back and forth with the Hand tool.

Known issues:

Timeline animation events, such as pause or loop, do not work when you directly open the source .html file in your browser. This is expected behavior, as timeline animation CSS is generated when previewing or publishing the document. Solution: use the Preview button, or publish the document locally and view the published file in your browser.
Image files without a file extension (for example, Mac screenshots) don't import into the Library. Workaround: add the file extension (such as .png) to the file name.

A black screen on launch may be caused by outdated video drivers. Try updating your video drivers. If that doesn't help, disable GPU rendering by quitting Google Web Designer and following the instructions for your operating system before relaunching:

Windows: Add a DWORD32 value named disable-gpu-rendering to HKEY_CURRENT_USERSoftwareGoogleWeb DesignerSettings in the registry. Set this value to 1.
Mac: Add a Boolean row to ~/Library/Preferences/com.google.WebDesigner.plist with the name disable-gpu-rendering and a value of YES, or run defaults write com.google.WebDesigner.plist disable-gpu-rendering -bool true in Terminal.
Linux: Add a line to ~/.local/share/google-web-designer/preferences/settings.conf with the name disable-gpu-rendering and a value of true. (If the [Settings] section doesn't exist, you'll need to create it first.)
For a video to autoplay when an ad is re-expanded on Mac Safari, the first video source should be mp4.
Gradient background fill on an image only renders when scaling is set to stretch.
A maximum of 4 panels can be grouped/tabbed together.
White screen on launch if behind a web proxy. Please follow these instructions to change your proxy settings.
Mac Chrome, Opera, IE: Play button doesn't work in Google Web Designer preview when Autoplay preview is on. Workaround: remove localhost from the URL to use file:///
Linux only: file drag and drop from the file system to Google Web Designer is not working. Workaround: use File > Import assets or Add asset from the Library.
Downloading iCalendar .ics files is not supported on Safari desktop browser.
It is not possible to have more than one Map component or Street View component, or a Map and a Street View component in the same creative.
Linux only: if the browser (Chrome or Firefox) is launched by Google Web Designer for preview, Google Web Designer cannot be closed unless the browser is closed first.
Linux only: Google Web Designer sometimes loses focus and is unable to take keyboard input when switching between apps. Workaround: resize the Google Web Designer window to bring focus back to the app.
Linux only: if the renderer crashes and a white screen appears, set the disable-gpu-rendering to true in Google Web Designer settings. Add a row to ~/.local/share/google-web-designer/preferences/settings.conf with the name disable-gpu-rendering and a value of true. (If the [Settings] section doesn't exist, you'll need to create it first.)

[close]

http://www.google.com/webdesigner
Titel: HostsCK 2.1.3.0
Beitrag von: SiLæncer am 25 Juli, 2018, 20:45
(https://s26.postimg.cc/931bwfpi1/screenshot_343.png)
Seamlessly access and edit Windows' Host file so you manage the list of blocked and allowed websites more efficiently via this application.

Freeware

Changelog

HostsCK will now make a couple of checks to determine if a new program update is
available. Hopefully this will help prevent the problem some users experienced in
future. See Here
Tweaked the logic used to check for language file updates and the date which any
language files were updated will be stored in HostsCK.ini.
Fixed a couple of spelling mistakes in the English language file.
The language file editor now includes an option to view the English language file.
Uninstalling HostsCK now does a better job of not enabling the DNS Cache Service
if the user chooses not to enable it.
The program installer now gives the choice whether to install German or Russian
languages.
HostsCK English only install has been discontinued.

[close]

http://redisoft.uk/hck/
Titel: Network Notepad 5.0.13
Beitrag von: SiLæncer am 26 Juli, 2018, 05:10
Whats new: >>

Bugfix: Repeatedly prompted to upgrade file format.
Bugfix: Various problems with Format Link Styles form.

http://www.networknotepad.com/index.htm
Titel: HostsCK 2.1.4.0
Beitrag von: SiLæncer am 26 Juli, 2018, 19:15
Changelog

Fixed: Correct language is shown in the status strip when reverting to an original Hosts.
Improved: The Tooltips in the Hosts Info form appear quicker and last longer.
Requested by Pev04, Mike66, LonelyTony and Liz.
Other: Completing the switch from the old English only HostsCK to the multi-language.
HostsCK now gives the option to update the language files or not if a program update
is available. This brings it in line with the new installer which gives a choice to install
language files.
Other: Emailing using the “Email with bugs or suggestions” menu item now includes how
much available memory there is on the users system if the user chooses to include
this information in the email. This can help me when a problem is reported.
Other: The update information displayed when checking for program updates has links
back to the posts on redisoft.uk which often have more information on the update.

[close]

http://redisoft.uk/hck/
Titel: KaPiGraf 2.8
Beitrag von: SiLæncer am 26 Juli, 2018, 20:40
(http://images.six.betanews.com/screenshots/scaled/1335123072-1.jpg)
KaPiGraf shows your data as a chart easily and quickly. It also offers possibilities which you miss in MS Excel. And what is more, KaPiGraf will never bother you with unnecessary questions. After you open your file, you will see the preview of your data. Here you will choose each column which stands for the axxis X and Y. After clicking "The create graph", the graph is automatically drawn. This graph can be used in many ways: moving, zooming, changing parameters, exporting into MS Excel, printing, saving, transfering units and many others.

Free for non-commercial use

Changelog

All function available for everybody
Preview/Edit added filter the graph view
Add moving for X axis in Live Graph
Add moving average in mathematical module
Add Date format dd/mm/yyyy
Add menu View-Display-Graph background > multicolored
Fix errors
Preview/Edit number of column is 100
Added preview of data in Live Graph
Added print set for self-reported chart
Added size of print set
Add to use "Live Graph" from other software

[close]

http://www.kapizone.cz/en/index_soubory/page0002.htm
Titel: QOwnNotes v18.07.8
Beitrag von: SiLæncer am 27 Juli, 2018, 05:00
Changelog

if note editing was disabled when you create a new note it is now turned on automatically
when selecting multiple notes the note edit widget will now be hidden and the amount of selected notes will be shown (for #949)
added more Polish and German translation (thank you lucjan and rakekniven)

[close]

http://www.qownnotes.org/
Titel: Network Notepad 5.0.14
Beitrag von: SiLæncer am 28 Juli, 2018, 19:15
Whats new: >>

Bugfix: When reading diagrams from earlier versions it could get label colours wrong.
Bugfix: Label colours were not packed as hex when saving.
Bugfix: Incorrectly prompted to confirm upgrade diagram file format when saving as a new file.
Bugfix: "SetTo Default Font" and "Make This The Default Font" menu options were not working correctly.

http://www.networknotepad.com/index.htm
Titel: Text Editor Pro v4.3.0
Beitrag von: SiLæncer am 28 Juli, 2018, 21:30
(https://s26.postimg.cc/hfdkhoj9l/screenshot_896.png)
Text Editor Pro (formerly EditBone) is a powerful text editing tool that comes with syntax highlighting support for over 50 languages and scripts, customizable with over 100 options, 29 ready made styles, a handy file comparison feature, unicode character map, numerical unit convert tool, SQL formatter, and support for multiple directories and search results.

Freeware

Changelog

- Added close modified/unmodified files
- Added open all files for directory folder
- Added show close button options for tabs
- Refactored file closing
- Fixed show icon tabs option
- Fixed output open all
- Fixed INI file reading
- Fixed language editor
- Fixed language files
- Updated AlphaSkins controls v13.18 - http://www.alphaskins.com/

[close]

http://texteditor.pro/
Titel: Network Notepad 5.0.15
Beitrag von: SiLæncer am 29 Juli, 2018, 19:00
Whats new: >>

Cosmetic changes.

http://www.networknotepad.com/index.htm
Titel: Text Editor Pro v4.4.0
Beitrag von: SiLæncer am 30 Juli, 2018, 06:00
(https://s26.postimg.cc/hfdkhoj9l/screenshot_896.png)
Text Editor Pro (formerly EditBone) is a powerful text editing tool that comes with syntax highlighting support for over 50 languages and scripts, customizable with over 100 options, 29 ready made styles, a handy file comparison feature, unicode character map, numerical unit convert tool, SQL formatter, and support for multiple directories and search results.

Freeware

Whats new:>>

- Added can close and read only (editor) options in the file tab pop-up menu
- Fixed font combo box
- Fixed font adding
- Fixed language files

http://texteditor.pro/
Titel: HostsCK 2.1.5.0
Beitrag von: SiLæncer am 30 Juli, 2018, 06:10
(https://s26.postimg.cc/931bwfpi1/screenshot_343.png)
Seamlessly access and edit Windows' Host file so you manage the list of blocked and allowed websites more efficiently via this application.

Freeware

Changelog

Hosts now shows as Read Only when saving after restoring a backup.
HostsCK checks that it is being run with administrator privileges earlier in code.
GetIP text colouring happens much faster.
The default colour scheme has been changed to a more modern look.
The main window colour has been changed to compliment the new default colour scheme.

[close]

http://redisoft.uk/hck/
Titel: PilotEdit Lite 11.9.0
Beitrag von: SiLæncer am 30 Juli, 2018, 13:20
(http://www.pilotedit.com/images/OpenInQuickMode.PNG)
PilotEdit is a text, hex, XML, C/C++, HTML, PHP, Java, Javascript and Perl editor that can edit large files of 400GB (40 billion lines).

It offers customizable syntax and keyword highlighting, advanced search and replace operations, automatic text encoding, 256-bit AES encryption/decryption and a built-in FTP/SFTP client lets you open, edit, download and upload large files directly to/from a FTP/SFTP server.

In addition to standard text editing features, PilotEdit can compare and merge two large files of 100GB (10 billion lines). You can also sort, find/remove duplicate lines and extract strings over a large file of 1GB.

Freemium

http://www.pilotedit.com/
Titel: BirdFont 3.8.3
Beitrag von: SiLæncer am 30 Juli, 2018, 16:45
(https://s26.postimg.cc/rd1s4grdl/screenshot_137.png)
BirdFont is a free font editor that lets you create vector graphics and export TTF, EOT & SVG fonts.

License: Open Source

Whats new:>>

Add support for input with Cyrillic keyboards and other character sets.
Fix ligature encoding.
Use native file dialog on Windows 10.

http://birdfont.org/
Titel: Resource Hacker 5.1.6 Build 337
Beitrag von: SiLæncer am 31 Juli, 2018, 13:27
(http://images.betanews.com/screenshots/978208949-1.gif)
Resource Hacker is a utility to view, modify, add, delete, and extract resources in Windows executables. It incorporates an internal resource script compiler and decompiler.

Freeware

Changelog

Bugfix: incorrect editor fonts when displaying multibyte characters
Bugfix: compiler mishandled hex. escape chars with ambiguous trailing text.
Bugfix: incorrect handling of #define directive
Bugfix: incorrect handling of statusbar alignment in dialog resources
Bugfix: line numbering broken when swapping between editing and binary views
Bugfix: relative paths in filenames was broken
Bugfix: incorrect error reporting while parsing some #include files
Bugfix: extracting resources using commandline scripts was buggy.
Added: added support for multi-line comments /* ... */
Updated: can now open and save non-resource type text files
Updated: context help improved

[close]

http://www.angusj.com/resourcehacker/
Titel: Textosaurus 0.9.8
Beitrag von: SiLæncer am 31 Juli, 2018, 21:00
(https://s26.postimg.cc/hsdowhmnt/screenshot_875.png)
Textosaurus (previously named Textilosaurus) is a Scintilla-based text editor with a configurable, tabbed interface and syntax highlighting. The program includes uploaders, tools for scripting, XML, JSON, MIME and supports a wide variety of text encoding.

64-bit only. Cross-platform with a Linux version available.

License:    GNU GPLv3

Changelog

Added:

Context-aware occurrences highlighting with bindable action. (#38)
Caret is moved on the same line when document gets reloaded from disk.
Tomorrow color scheme.
Print preview grayscale mode (no syntax highlighting).

Changed:

Updated Scintilla editing component to 4.1.0.

Fixed:

Functions for beautyfying XMLs now take document encoding into account in a better way.
Minor GUI polishments (disabled actions when unavailable etc.).

[close]

https://github.com/martinrotter/textosaurus
Titel: ProgramEdit 4.7
Beitrag von: SiLæncer am 01 August, 2018, 05:20
(https://s26.postimg.cc/wcabyxqq1/screenshot_58.png)
ProgramEdit - a free Windows® software source-code editor. ProgramEdit includes language support for HTML, Ada, C/C++, C#, CSS, JAVA, JavaScript, Perl, PHP, Python, Ruby, VB, VBScript, Verilog, VHDL and Batch(.bat) files. Other features include tabbed file selection, text highlighting, find & replace, regular expressions, sesssions, bookmarks, multiple undo/redo and hyperlinks.

Freeware

Whats new:>>

- correct minor Version_check error
- update (3) Help files

http://simplesolverlogic.com/index.html
Titel: Atom 1.30.0 Beta 1
Beitrag von: SiLæncer am 01 August, 2018, 06:07
(https://s26.postimg.cc/fmfpqomgp/screenshot_915.png)
A powerful and flexible application that works as a text and source code editor with syntax highlight, or alternately as a file viewer.

MIT License

Whats new:>>

Fixed an error about a missing string_decoder module when the Git pane is displayed on macOS.

https://atom.io/
Titel: Textadept 10.0
Beitrag von: SiLæncer am 01 August, 2018, 13:50
(http://foicica.com/textadept/images/splitviews.png)
Textadept will provide users with a fast, minimalist, and ridiculously extensible text editor. At its core lies less than 2000 lines of C code, and that's how it always will be. While other editors rely on recordable macros to speed up workflow, shell scripts to quickly transform text, and static side panes to manage your documents, files, and more.

Textadept takes it to the extreme: it gives you complete control over the entire application using the embedded Lua language. Lua is nearly as fast as C, and has a very small footprint. In fact, most of Textadept is written in Lua.

License : MIT License ( Donationware )

http://foicica.com/textadept/
Titel: OutWiker 3.0.0.846 Dev
Beitrag von: SiLæncer am 01 August, 2018, 18:15
(https://s26.postimg.cc/87bx6b16h/screenshot_33.png)
OutWiker is an open-source personal wiki and outliner. Notes are stored in a tree, and kept in the form of directories on the disk. This encourages changing the base by external sources and programs. Currently there are three types of pages supported: plain text, HTML, and wiki. External files (such as pictures) can be attached to pages, and pages can be linked to each other. Each tree branch can be opened as a separate wiki. Other features include tag support, global search (notes and tags), bookmarks, HTML syntax highlighting and icons for notes.

OutWiker can be downloaded with or without plugins, as well as for Linux systems.

License : GPL

Whats new:>>

Add new wiki commands for styles.
Migrate to wxPython 4.0.3.

http://jenyay.net/Outwiker/English
Titel: Text Editor Pro v4.4.1
Beitrag von: SiLæncer am 02 August, 2018, 05:51
(https://s26.postimg.cc/hfdkhoj9l/screenshot_896.png)
Text Editor Pro (formerly EditBone) is a powerful text editing tool that comes with syntax highlighting support for over 50 languages and scripts, customizable with over 100 options, 29 ready made styles, a handy file comparison feature, unicode character map, numerical unit convert tool, SQL formatter, and support for multiple directories and search results.

Freeware

Changelog

- Fixed page control tab closing
- Fixed XML tree
- Fixed language files

[close]

http://texteditor.pro/
Titel: HostsCK 2.1.6.0
Beitrag von: SiLæncer am 03 August, 2018, 04:50
Whats new:>>

Saving a selected site to the saved list now works as expected.
In some cases the saved list file was getting locked and could not be written to.
If language file updates are essential they will be downloaded when HostsCK is updated.
There is now an option to download the help file from the settings dialog.
Full view mode added. Full view hides everything on the HostsCK window except for the textbox. While in full view, HostsCK can be resized.

http://redisoft.uk/hck/
Titel: BabelPad 11.0.0.1
Beitrag von: SiLæncer am 03 August, 2018, 06:05
(https://s26.postimg.cc/nk8fxilwp/screenshot_1310.png)
BabelPad is a free Unicode text editor and word processor for Windows that supports the proper rendering of most complex scripts, and allows you to assign different fonts to different scripts in order to facilitate multi-script text editing.

Freeware

Changelog

Updated Unicode data for Unicode 11.0.0
Number of recently-used files on the File menu is now configurable, between 0 and 16 (default 5). Options > File Options > Number of Recently Used Files ... opens a dialog box that allows you to set the maximum number of recently-used files.
You can now clear the recently-used file list on the File menu by selecting Options > File Options > Clear Recently Used Files List.
Transcode and Batch Replace dialogs now have buttons to load the source and target lists from file. They also have a button to load both source and target lists from a single tab-delimited file (where each line has the format source TAB target).
Added option to colour code text by Unicode General Category if in Simple Rendering mode (only enabled in Simple Rendering mode because colour coding has to applied on each individual character). Select Options > Display Colours > Colour Code by General Category from the menu. By default, only seven colours are applied, each colour corresponding to a set of related general categories: blue for letters (gc=Lu, Ll, Lt, Lm, Lo), orange for marks (gc=Mn, Mc, Me), green for numbers (gc=Nd, Nl, No), purple for punctuation (gc=Pc, Pd, Ps, Pe, Pi, Pf, Po), red for symbols (gc=Sm, Sc, Sk, So), grey for whitespace (gc=Zs, Zl, Zp) [of course the only visible whitespace character is Ogham Space Mark], and brown for control characters, format characters, undefined characters, etc. (gc=Cc, Cf, Cs, Co, Cn). However, you can configure what colours to apply for each specific general category from Options > Display Colours > Configure General Category Colours...
Added support for user-defined keyboard mappings and text-based input methods. Input menu has a new "Custom Input" item (Ctrl+Shift+T) and corresponding "T+" button on the Input toolbar. If any user-defined input methods have been configured then selecting Custom Input will enable the dropdown list of available user-defined input methods. See here for the file format for custom input methods and keyboard layouts and here for sample input method files.
Removed built-in input methods for Mongolian, Manchu, Tibetan, Uyghur, and Yi (Nuosu).
Added three additional toolbars: Unicode toolbar, Fonts toolbar, and Document toolbar.
Help buttons have been added to the following dialogs: Add/Edit Text Input Method (opened from the Manage Custom Input Methods dialog); Export Font Glyphs; Composite Font Mappings; Batch Replace; and Transcode. Clicking on the Help button (a square button with a question mark) will open the online help system at a page giving information about the dialog.
Fixed incorrect conversion of Extended Wylie to Tibetan script.
Fixed caret display bug when pressing Page Up or Page Down buttons if the caret is within the first or last page of the document.
Fixed printing when in Simple Rendering mode.
Cosmetic improvement of dropdown boxes in toolbars.

[close]

http://www.babelstone.co.uk/index.html
Titel: Zettlr 0.18.1
Beitrag von: SiLæncer am 04 August, 2018, 09:15
(https://s26.postimg.cc/vfll9p4mh/screenshot_956.png)
Write text and conveniently edit it using Markdown with the help of this user-friendly and well-thought-out, Electron based application.

MIT License

Release Notes

GUI and functionality:

Now it's possible to download and install custom translations for Zettlr! If you want to use a translation that is not (yet) officially bundled with the app, simply import the translation JSON-file into Zettlr using the respective option. It will immediately be available for selection within your preferences (but a restart to apply the change is still necessary). The language file must be in the format aaa_AAA.json so that the app can detect the language by looking at the file name.
Numbers are now localised with the correct delimiters.
Zettlr now automatically indents text using four spaces to better work with other Markdown parsers.
Changed resizing constraints: Editor can now have 90 percent width at maximum.
Fixed a small bug that lets you open non-markdown files as roots.
You can now copy selected Markdown text as HTML! Just press Cmd/Ctrl+Alt+C instead of Cmd/Ctrl+C.
Added an online-check. From now on, if you are offline, Zettlr won't show you ugly error messages, but a simple notification that you are, in fact, offline and Zettlr can't check for updates.
Improved footnote placement.
Improved the placement of images in exported PDF files.
Increased search speed and fixed internal errors in displaying search results.

Under the hood:

Changes to getSupportedLangs(): The function now returns a dynamically generated array of all available translations. This also includes language files that are placed inside the app's data directory (in the subdirectory lang).
Changes to i18n.js to reflect the fact that a language could also be located inside the application data directory (it now first tries to load the file from within the app, and if this fails searches for the file in the app data directory).
Zettlr now preserves the linefeeds of a file on saving.
Refactored the app's LESS and style handling.
Simplified the theme toggling.
Consolidated CSS styles.
Updated dependencies. Switched to Electron 2.0.6.
Removed package-lock.json, because nobody uses them anyway and yarn 1.9.2 just complained about them.
Changed resizing constraints: Editor can now have 90 percent width at maximum.
Fixed a logical error in ZettlrConfig that allowed non-markdown-files to be opened as root files.
Buffered the update check with an online-check. Renamed the original check() to _fetchReleases().
Fixes to the footnote placement.
Removed an unused function from ZettlrEditor.
Removed excess console.log from ZettlrBody.
Added an additional security check before marking results in the editor instance.

[close]

https://www.zettlr.com/
Titel: QOwnNotes v18.08.0
Beitrag von: SiLæncer am 04 August, 2018, 09:30
(https://s26.postimg.cc/hoi1ahlcp/screenshot_978.png)
QOwnNotes is a text editor / notepad replacement with markdown support and todo list manager. The program supports themes, keyboard shortcuts, syntax highlighting, and encryption. Includes available nested file list, tags, search, and more. Optionally works with the notes application ownCloud or Nextcloud.

Cross-platform with clients available for Mac and Linux.

License:    GPL

Changelog

you can now enable a new Vim mode in the Editor settings (for #205)
keep in mind that some QOwnNotes shortcuts will not work correctly in that mode
added more Catalan and Polish translation (thank you MGuerra and lucjan)

[close]

http://www.qownnotes.org/
Titel: BabelPad 11.0.0.2
Beitrag von: SiLæncer am 04 August, 2018, 09:45
Whats new:>>

Fixed crash with the custom input method that sometimes occured when scrolling through the candidate results then resuming text input.

http://www.babelstone.co.uk/index.html
Titel: Network Notepad 5.0.19
Beitrag von: SiLæncer am 04 August, 2018, 11:20
(https://s26.postimg.cc/wuply3q2h/screenshot_425.png)
Network Notepad is a specially designed application for creating interactive network diagrams.

Now you can use this accessible and easy-to-use instrument to create or manage the diagrams you need.

Point-and-Click Telnet/ Browse/ User-definable
Network Management.
Simple Drag and Drop interface.
Open, Text Based File Format.
Printing.
Linked Diagrams.
Flow Charts.

Freeware

Whats new: >>

Changes to label_unpack()
Additional error trapping in label_unpack()
Got Canvas_caption() working.

http://www.networknotepad.com/index.htm
Titel: Network Notepad 5.0.20
Beitrag von: SiLæncer am 04 August, 2018, 20:00
Whats new: >>

'Label position combos changed to dropdownlists on object properties form.
'Savelibrary was not working.
'Changes to label_unpack()
'Additional error trapping in label_unpack
'Canvas_caption() was not working since migration to .Net.
'Use of cursor keys to nudge objects and move canvas was broken.
'Added Report a Bug option to Help Menu.

http://www.networknotepad.com/index.htm
Titel: QOwnNotes v18.08.1
Beitrag von: SiLæncer am 05 August, 2018, 12:00
(https://s26.postimg.cc/hoi1ahlcp/screenshot_978.png)
QOwnNotes is a text editor / notepad replacement with markdown support and todo list manager. The program supports themes, keyboard shortcuts, syntax highlighting, and encryption. Includes available nested file list, tags, search, and more. Optionally works with the notes application ownCloud or Nextcloud.

Cross-platform with clients available for Mac and Linux.

License:    GPL

Changelog

if automatic bracket closing is enabled and if you are entering double quotes and the next character is already a double quote then the character will not be entered, but the cursor will be moved to the right (for #982)
there now is a new scripting function script.triggerMenuAction() to trigger a menu action

    for more information please take a look at the scripting documentation

you can now focus the note text edit in a script with mainWindow.focusNoteTextEdit()
there now is a new script Disable read-only mode in the Scripting repository to disable the read-only mode if a note is double clicked

    the note text edit will also be focused afterwards

added more Polish, Chinese Traditional, Brazilian Portuguese, German and Italian translation (thank you lucjan, abev66, mlimacarlos, rakekniven and mlocati)

[close]

http://www.qownnotes.org/
Titel: Torrent File Editor 0.3.12
Beitrag von: SiLæncer am 05 August, 2018, 18:15
(https://s26.postimg.cc/ocurkxi15/screenshot_325.png)
Create torrent files from scratch on your computer by configuring a few parameters and choosing the files you want to be contained within it.

License: GPLv3

https://sourceforge.net/projects/torrent-file-editor/
Titel: dred 0.4.2
Beitrag von: SiLæncer am 05 August, 2018, 19:40
(https://s26.postimg.cc/ossn85mcp/screenshot_430.png)
dred is an open-source, cross-platform text editor that maintains Notepad’s lightweight design and offers an impressive array of interesting features. Customizable and unobtrusive, it is a Notepad alternative you should definitely keep an eye out for.

MIT License

https://github.com/dr-soft/dred
Titel: Leanote 2.6.1
Beitrag von: SiLæncer am 06 August, 2018, 21:10
(https://s26.postimg.cc/e2ob84fjd/screenshot_439.png)
A note creator and document editor that allows data sharing and instant blog posting, encouraging collaboration between team members.

License : GPL

http://app.leanote.com/
Titel: BabelPad 11.0.0.3
Beitrag von: SiLæncer am 07 August, 2018, 09:15
(https://s26.postimg.cc/nk8fxilwp/screenshot_1310.png)
BabelPad is a free Unicode text editor and word processor for Windows that supports the proper rendering of most complex scripts, and allows you to assign different fonts to different scripts in order to facilitate multi-script text editing.

Freeware

Changelog

Tab key now inserts tab character when in Unicode input method or custom input method and there is no pending input.
Space key now inserts space character when in Unicode input method and there is no pending input.
Corrected some Tangut IDS sequences.
Improved behaviour of Custom Input Method dropdown box.
Fixed crash that sometimes occured when removing duplicate lines in a large document.

[close]

http://www.babelstone.co.uk/index.html
Titel: BirdFont 3.9.0
Beitrag von: SiLæncer am 07 August, 2018, 13:05
(https://s26.postimg.cc/rd1s4grdl/screenshot_137.png)
BirdFont is a free font editor that lets you create vector graphics and export TTF, EOT & SVG fonts.

License: Open Source

Whats new:>>

Adjust underline thickness and position in a font.
Run faster on Windows.
Export large (CJK) fonts.
Fix parsing of TTF fonts.

http://birdfont.org/
Titel: QOwnNotes v18.08.2
Beitrag von: SiLæncer am 07 August, 2018, 21:30
Changelog

significantly reduced application startup time (for #985, a big thank you to @frsfnrrg)
when clicking a link to a note the currently selected notes will now be cleared to avoid that multiple notes are selected and thus the current note will not be shown
added many improvements to the new Vim mode (for #205)

    visible commands in the status bar
    support for more commands like :w, :q and :wq
    searching and replacing with more feedback
    visual mode also works now with more feedback
    text indenting

added more Polish and Spanish translation (thank you lucjan and richarson)

[close]

http://www.qownnotes.org/
Titel: Pandoc 2.2.3.1
Beitrag von: SiLæncer am 08 August, 2018, 05:10
Pandoc is a command-line utility that can convert files from one markup format into another.

Pandoc's enhanced version of Markdown includes syntax for footnotes, tables, flexible ordered lists, definition lists, fenced code blocks, superscripts and subscripts, strikeout, metadata blocks, automatic tables of contents, embedded LaTeX math, citations, and Markdown inside HTML block elements. (These enhancements, described further under Pandoc's Markdown, can be disabled using the markdown_strict input or output format.)

License: Open Source

Changelog

Markdown reader: Fix parsing of embedded mappings in YAML metadata (#4817). This fixes a regression in 2.2.3 which caused embedded mappings (e.g. mappings in sequences) not to work in YAML metadata.

[close]

https://github.com/jgm
Titel: EmEditor Free v18.0.0
Beitrag von: SiLæncer am 09 August, 2018, 18:15
(https://s26.postimg.cc/pbg87i3s9/screenshot_1195.png)
EmEditor is a lightning-fast, tabbed text editor with themes, syntax highlighting, stay-on-top, and customizable keyboard mapping. The program supports batch find-and-replace, regular expressions, and more.

The program beat a variety of other text editors in tests performed by TPFC user TP109. Additional features are available via a non-free version.

License:    Free for personal use

Changelog

New General Features

    Greatly improved the speed of various operations when opening very large files.

    The new version allows you to use any encoding when opening, reloading, or saving files without first defining them in the Define Encodings dialog box. Selecting “More…” in the Encoding drop-down list box or the Reload menu will show additional encodings. The initial list of encodings can be customized via the Encoding list in the Define Encodings dialog box.
    If Dark mode is used in Windows 10, EmEditor will also use dark colors. EmEditor displays custom bars, drop-down list boxes in the Find/Filter toolbars, text boxes, and list boxes inside dialog boxes in dark colors when Dark mode is selected in the Colors tab under Personalization in Windows Settings. Some of these colors can be further customized in the View page of the Customize dialog box. Editor view colors becomes dark colors when selecting the MinimalZen in the Display page of configuration properties.
    Increased the number of icons that can be used in the Associate with EmEditor dialog box.

New Options

    Added the Prompt when creating a new file in a network path check box to the File page of the Customize dialog box.
    Deleted the Black, Blue, Brick, EmEditor Classic, and Rose themes from the Display page of configuration properties.
    Added the Enable/Disable All check box to the Define Encodings dialog box, and removed the New, Delete, Up, Down, Properties buttons from the dialog box. The Encoding Properties dialog box was deprecated.
    Removed the Open Undefined as System Default Encoding check box from the Detect All Result dialog box.

Bug Fixes

    Fixed customer-reported issues


[close]

https://www.emeditor.com/text-editor-features/history/emeditor-free/
Titel: EmEditor Free v18.0.1
Beitrag von: SiLæncer am 10 August, 2018, 06:05
Whats new:>>

Bug Fixes:

Fixed a bug where customized menus on older versions did not work correctly.
Fixed a bug where menus didn’t display text on the Free version.

https://www.emeditor.com/text-editor-features/history/emeditor-free/
Titel: micro 1.4.1
Beitrag von: SiLæncer am 10 August, 2018, 13:27
(https://s26.postimg.cc/re53y3ybt/screenshot_458.png)
Micro is a terminal-based text editor that addresses developers and programmers, particularly since it supports over 75 languages and comes with 7 color schemes.

MIT License

https://micro-editor.github.io/
Titel: PHPNotepad 1.3.2
Beitrag von: SiLæncer am 10 August, 2018, 18:15
(https://s26.postimg.cc/hy333zd1l/screenshot_1124.png)
Write and edit your code in almost any of the supported languages with the help of this neat, versatile and useful software application.

Donationware

http://phpnotepad.org/
Titel: CudaText 1.58.2.0
Beitrag von: SiLæncer am 11 August, 2018, 09:32
(https://s26.postimg.cc/k6wu8qcrt/screenshot_901.png)
Create programming scripts with this powerful tool that supports more than 130 languages and allows users to work concurrently on as many as six groups of projects.

Freeware

Changelog

Add: Code Tree has additional filter field
Add: option "ui_tree_filter_layout"
Add: more Unicode "white space" characters are shown in hex form
Add: find/replace with regular expressions: "w" supports all Unicode word letters
Add: API
Add: command line parameter -nh (no history)
Add: command line parameter -z (open in viewer)
Add: command "code tree: go to block for current node"
Add: command "code tree: go to block for current node, and select"
Add: on file opening, syntax colored text appears faster
Add: on deleting lexer, its files .acp and .cuda-lexmap are also deleted
Add: Project Manager option "Use 'preview tab' on item clicking"
Add: Addon Manager now deletes most of its temporary files (please delete old folders cudatext_NNNNN in temp dir)
Add: option "centering_width" now has effect only with "One group" mode
Change: option "ui_statusbar_tabsize" changed its default, now it supports app translation
Change: action "Set tab color" saves its settings not to user.json (please cleanup your user.json from *palette* keys)
Change: command line parameters: long keys variants are removed, only short ones left
Change: option "newdoc_eol" now affects Windows only (it's "Unix EOL" on Unix)
Change: deleted option "ui_statusbar_wrap"
Change: deleted option "ui_tree_show_lines"
Change: deleted option "ui_tree_cache"
Fix: minor UI fixes
Fix: Unix: support Python 3.7
Fix: Windows: support UNC filenames with "single instance"
Fix: lexer JSON (string rule)
Fix: group-mode commands *vert/*horz were swapped, if Config Menu plugin was used; you need to correct menu config for plugin

[close]

http://www.uvviewsoft.com/cudatext/
Titel: EmEditor Free 18.0.2
Beitrag von: SiLæncer am 11 August, 2018, 10:30
(https://s26.postimg.cc/pbg87i3s9/screenshot_1195.png)
EmEditor is a lightning-fast, tabbed text editor with themes, syntax highlighting, stay-on-top, and customizable keyboard mapping. The program supports batch find-and-replace, regular expressions, and more.

The program beat a variety of other text editors in tests performed by TPFC user TP109. Additional features are available via a non-free version.

License:    Free for personal use

Whats new:>>

New general features:

Greatly improved the speed of Delete Duplicate Lines.

Bug Fixes:

Fixed a bug where the current folder value was not passed to new documents or extracted documents.

https://www.emeditor.com/text-editor-features/history/emeditor-free/
Titel: QOwnNotes v18.08.3
Beitrag von: SiLæncer am 12 August, 2018, 11:45
(https://s26.postimg.cc/hoi1ahlcp/screenshot_978.png)
QOwnNotes is a text editor / notepad replacement with markdown support and todo list manager. The program supports themes, keyboard shortcuts, syntax highlighting, and encryption. Includes available nested file list, tags, search, and more. Optionally works with the notes application ownCloud or Nextcloud.

Cross-platform with clients available for Mac and Linux.

License:    GPL

Changelog

fixed a problem with automatically storing modified notes (for #987)
updated QOwnNotesApi to be used with Nextcloud 14 (for #20)
added more Catalan and Hungarian translation (thank you MGuerra and Fabijenna)

[close]

http://www.qownnotes.org/
Titel: HostsCK 2.1.7.0
Beitrag von: SiLæncer am 13 August, 2018, 10:45
(https://s26.postimg.cc/931bwfpi1/screenshot_343.png)
Seamlessly access and edit Windows' Host file so you manage the list of blocked and allowed websites more efficiently via this application.

Freeware

Changelog

Fixed: Not all comments were being removed if Show Comments was
disabled in settings.
Improved: HostsCK does not need restarting when switching between
showing and hiding comments.
Added: HostsDE. A small program that can run in the system tray and
provides quick access to disabling or enabling the Hosts file.
Removed: Removed “Delete Saved Sites” from textbox right-click menu.
Corrected: The correct German language code (DE) is now used and
shown in the installer.
Updated: All language files.
Updated: Help file.

[close]

http://redisoft.uk/hck/
Titel: Atom 1.30.0 Beta 2
Beitrag von: SiLæncer am 16 August, 2018, 12:30
(https://s26.postimg.cc/fmfpqomgp/screenshot_915.png)
A powerful and flexible application that works as a text and source code editor with syntax highlight, or alternately as a file viewer.

MIT License

Whats new:>>

Fixes for various small issues in the GitHub package
Fixed an issue where metrics data was not being received appropriately

https://atom.io/
Titel: Text Editor Pro v4.5.0
Beitrag von: SiLæncer am 16 August, 2018, 13:30
(https://s26.postimg.cc/hfdkhoj9l/screenshot_896.png)
Text Editor Pro (formerly EditBone) is a powerful text editing tool that comes with syntax highlighting support for over 50 languages and scripts, customizable with over 100 options, 29 ready made styles, a handy file comparison feature, unicode character map, numerical unit convert tool, SQL formatter, and support for multiple directories and search results.

Freeware

Changelog

- Added application options
- Added check for updates at startup option (default no)
- Added close minimizes option (default no)
- Added minimize to system tray option (default no)
- Fixed font combo box
- Fixed tab middle click
- Fixed language files

[close]

http://texteditor.pro/
Titel: PHPNotepad 1.3.3
Beitrag von: SiLæncer am 16 August, 2018, 19:45
(https://s26.postimg.cc/hy333zd1l/screenshot_1124.png)
Write and edit your code in almost any of the supported languages with the help of this neat, versatile and useful software application.

Donationware

http://phpnotepad.org/
Titel: EmEditor Free 18.0.3
Beitrag von: SiLæncer am 18 August, 2018, 10:30
Whats new:>>

New General Features

    Greatly improved the speed of opening very large files.

Bug Fixes

    Fixed customer-reported issues

https://www.emeditor.com/text-editor-features/history/emeditor-free/
Titel: QOwnNotes v18.08.4
Beitrag von: SiLæncer am 18 August, 2018, 18:55
Changelog

you can now export and import your settings (for #989)

    keep in mind that when importing your settings may get removed and not every setting will get restored, like the note folder settings and which scripts you were using
    you also will need to adjust some settings, especially across platforms, but your notes will stay intact

added a small fix for highlighting comment blocks (thank you @sdicke)
added documentation for command line parameters at Command line interface parameters
added more Spanish, Italian, Chinese Traditional, Chinese Simplified, Indonesian, German, Hungarian and Dutch translation (thank you richarson, mlocati, abev66, wenzhuoz, zmni, rakekniven and Fabijenna)

[close]

http://www.qownnotes.org/
Titel: CudaText 1.59.0.0
Beitrag von: SiLæncer am 19 August, 2018, 10:53
(https://s26.postimg.cc/k6wu8qcrt/screenshot_901.png)
Create programming scripts with this powerful tool that supports more than 130 languages and allows users to work concurrently on as many as six groups of projects.

Freeware

Changelog

Add: detection of UTF16 LE/BE without BOM
Add: grouping modes "6 vert" and "6 horz"
Add: Code Tree filter: each tab has its own filter text (initially empty)
Add: Code Tree filter: input is combobox now; use Enter to add current text to dropdown
Add: tab context menu items: "Copy filename only", "Copy filepath only", "Copy full filepath"
Add: Project Manager option "Open files by double-click"
Add: improved lexer HTML: highlight <tag style="..."> content with CSS lexer
Add: improved lexer Markdown: highlight {++add++}, {--del--}, {~~edit~~}
Add: command "code tree: clear filter"
Add: command "code tree: focus filter"
Add: command "code tree: focus treeview"
Add: command "ui: hide bottom panel"
Add: on folding a range, caret(s) pos is corrected if it was inside that range
Fix: lexer Python: wrong highlighted strings like r''
Fix: CSS autocompletion inside <tag style="..."> didn't work with multiline string

[close]

http://www.uvviewsoft.com/cudatext/
Titel: Text Editor Pro v4.6.0
Beitrag von: SiLæncer am 19 August, 2018, 21:00
Whats new:>>

- Added line wrap with width (modify -> line wrap)
- Fixed copy in read only editor
- Fixed language change
- Fixed icons
- Fixed language files

http://texteditor.pro/
Titel: Typora 0.9.54 Beta
Beitrag von: SiLæncer am 20 August, 2018, 16:15
(https://s26.postimg.cc/6a6bupdop/screenshot_1181.png)
Swiftly write, edit, format and convert text to HTML with the help of this modern looking, streamlined and novice-accessible piece of software.

Freeware

Changelog

Support preview for inline HTML, support HTML blocks
Support all common HTML tags including video, iframe, kbd, details, ruby, etc
Change a few default shortcut keys
Add action items in dock menu
Follow CommonMark’s standard for parsing line break Now line break is aligned in inline styles
Improve UI for table, math, search panel, etc And fix some CSS issues
Add Swedish UI (Thanks to FelixZY)
Improve paste logic, and support parsing/converting more HTML contents, include gist snip, iframe embed, etc
Fix `Return` key and related undo/redo on tables
Fix rendering bugs when `Indent first line of paragraph` is enabled
Math block with Pandoc style attributes can be still parsed as Math block
Search text will begin from current caret position, instead of start from document beginning
Fix bug that sometimes Typora window is invisible on start
Fix typo for language `sqlite`, add `tsx`, `stylus`, `julia` syntax highlight
Language and other attribute of code fences will be included when export using Pandoc
Support HTML Entity Number
Improve logic about picking correct smart quotes Fix smart pants not exported when using Pandoc
Fix window will scroll to incorrect position when user input code or math block
Other bug fix

[close]

http://www.typora.io/
Titel: QOwnNotes v18.08.5
Beitrag von: SiLæncer am 22 August, 2018, 07:30
Changelog

linking to notes with long filenames now works

    this was a problem because of STD 3 restrictions limiting the hostname to 63 characters
    now we are using the username of an url for the note filename, instead of the hostname for long filenames
    for existing note-links just add a @ at the end of the url to make it work

fixed some possible issues with the note encryption (thank you @sdicke)
if you select multiple notes you now can use the new Note operations... button in in the area where the note edit normally is displayed to do operations on multiple notes (for #949)
added more Spanish, Italian, Chinese Traditional, Chinese Simplified, Indonesian, German, Hungarian and Dutch translation (thank you richarson, mlocati, abev66, wenzhuoz, zmni, rakekniven and Fabijenna)

[close]

http://www.qownnotes.org/
Titel: CudaText 1.59.2.0
Beitrag von: SiLæncer am 22 August, 2018, 12:00
Changelog

Add: Code Tree filter: save filter (with dropdown list) to session
Add: theme color "treeview, selected BG, not focused"; allows to see if Code Tree focused
Change: deleted option "lexer_line_separators"
Fix: on opening session, closing all tabs with confirmation was not correct
Fix: API for tab groups

[close]

http://www.uvviewsoft.com/cudatext/
Titel: Typora 0.9.55 Beta
Beitrag von: SiLæncer am 22 August, 2018, 16:00
Whats new:>>

Fix regression bugs on previous version.

http://www.typora.io/
Titel: Typora 0.9.56 Beta
Beitrag von: SiLæncer am 22 August, 2018, 21:45
Whats new:>>

unbekannt

http://www.typora.io/
Titel: EmEditor Free 18.0.4
Beitrag von: SiLæncer am 23 August, 2018, 10:40
(https://s26.postimg.cc/pbg87i3s9/screenshot_1195.png)
EmEditor is a lightning-fast, tabbed text editor with themes, syntax highlighting, stay-on-top, and customizable keyboard mapping. The program supports batch find-and-replace, regular expressions, and more.

The program beat a variety of other text editors in tests performed by TPFC user TP109. Additional features are available via a non-free version.

License:    Free for personal use

Whats new:>>

New General Features:

Greatly improved the speed of opening very large files.

Bug Fixes:

Fixed a bug related to saving UTF-16BE files.
Fixed a bug related to the Large File Controller.

https://www.emeditor.com/text-editor-features/history/emeditor-free/
Titel: VNote 1.22
Beitrag von: SiLæncer am 23 August, 2018, 21:30
(https://s26.postimg.cc/871od8huh/screenshot_1147.png)
Peculiar yet interesting, open source piece of software that sports both Markdown editing capabilities and note management features.

MIT License

Changelog

Parse HTML and Paste:

Now we could copy HTML and paste as Markdown text.

Links, Images, In-Place Previews, and Graphs:

Right click in the editor:

Access a link or copy link URL;
View an image or copy it;
Copy in-place preview;
Export and copy Graphviz and PlantUML graph;

Search for Multiple Tags:

vnote markdown will search for notes with both tag vnote and markdown;
vnote || markdown will search for notes with either tag vnote or markdown;

[close]

https://tamlok.github.io/vnote/
Titel: QOwnNotes v18.08.6
Beitrag von: SiLæncer am 23 August, 2018, 22:00
(https://s26.postimg.cc/hoi1ahlcp/screenshot_978.png)
QOwnNotes is a text editor / notepad replacement with markdown support and todo list manager. The program supports themes, keyboard shortcuts, syntax highlighting, and encryption. Includes available nested file list, tags, search, and more. Optionally works with the notes application ownCloud or Nextcloud.

Cross-platform with clients available for Mac and Linux.

License:    GPL

Changelog

when importing from Evernote you can now also import metadata from your Evernote notes (for #998)

    you can select what metadata to import in the import dialog from a tree widget
    the dialog will remember which items you want to import
    the selected metadata will be imported as markdown table if available in the Evernote note

the Evernote import dialog will now also remember if you want to import images or attachments
a lot triple dots were changed to ellipsis in the user interface

[close]

http://www.qownnotes.org/
Titel: Zettlr 0.18.2
Beitrag von: SiLæncer am 24 August, 2018, 21:30
(https://s26.postimg.cc/vfll9p4mh/screenshot_956.png)
Write text and conveniently edit it using Markdown with the help of this user-friendly and well-thought-out, Electron based application.

MIT License

Release Notes

GUI and functionality:

Minor fix to the style of code-blocks in modals.
Fixed a bug that prevented you from immediately re-selecting the previous file by simply clicking it again, after you opened an external markdown file in Zettlr, which then was selected automatically.
Fixed an error thrown if a root file was removed remotely.
Fixed Zettlr always asking to replace a file although it hasn't been modified remotely.
Fixed a missing translation for changed files.
Fixed the threshold for being close to surpassing average from 50 words below average to the half of average. 50 words were definitely too narrow for anyone to really see the intermediary message.
Fixed some design rules.
Reallowed arbitrary text selection inside the editor (mainly necessary for macOS's quick lookup functionality).
Added styling for horizontal rulers (* * *) and escaped characters (e.g. *).
Fixes to the new tooltips. Now all tags receive the nicer tooltips on mouse over.
Replaced the old footnote tooltip bubble, which did not look nice, with the much better tippy.js-bubbles.
Added HTML syntax highlighting.
Fixed an error on the export of Markdown files with code blocks.

Added syntax highlighting capabilities in fenced code blocks for the following languages (use the words in brackets after the beginning of a code block, i.e. ```javascript`):

C (c)
C# (csharp)
C++ (cpp)
CSS (css)
Java (java)
JavaScript (javascript)
LESS (less)
Objective C (objectivec)
PHP (php)
Python (python)
R (r)
Ruby (ruby)
SQL (sql)
Swift (swift)
YAML (yaml)

Under the hood:

Added an additional check to definitely determine if chokidar has choked or the file has indeed been modified remotely.
Lots of documentation has been added to the source code.
Moved the tippy() function from the ZettlrRenderer to the correct classes (ZettlrToolbar and ZettlrPreview).
Changes to the link detection regex in ZettlrEditor.
Changes to the export.tex LaTeX export template. It now provides the Shaded-environment Pandoc requires on exporting files containing fenced code blocks.
Added some amount of HTML syntax highlighting.
Added a multiplex mode that can highlight fenced code blocks.
Changed signature documentation of ZettlrRenderer's setCurrentFile method to reflect the actual process (it is being passed a hash, not a file object).
Changes to the _tags-array in ZettlrPreview. Now, the array is never completely regenerated, but resized according to the actual _data-array. The changes have affected the functionality of the functions _gen() and refresh() in this class.
Added a remove() method to Zettlr for root files wanting to delete themselves.

[close]

https://www.zettlr.com/
Titel: QOwnNotes v18.08.7
Beitrag von: SiLæncer am 25 August, 2018, 11:00
Changelog

improved the user interface of the Evernote import (for #998)
if you now select multiple notes a small preview of those notes will be viewed in the preview panel (for #949)

    you can click on the headlines of those notes to jump to the note
    only the first 40 selected notes will be shown to not decrease the performance when selecting a lot of notes

added more Italian, Indonesian, German, Hungarian and Dutch translation (thank you mlocati, zmni, kuik, rakekniven and Fabijenna)

[close]

http://www.qownnotes.org/
Titel: EmEditor Free 18.0.5
Beitrag von: SiLæncer am 25 August, 2018, 18:37
Whats new:>>

Added the Prompt when creating a new file in a network path check box to the File page of the Customize dialog box.
Deleted the Black, Blue, Brick, EmEditor Classic, and Rose themes from the Display page of configuration properties.
Added the Enable/Disable All check box to the Define Encodings dialog box, and removed the New, Delete, Up, Down, Propertiesbuttons from the dialog box. The Encoding Properties dialog box was deprecated.
Removed the Open Undefined as System Default Encoding check box from the Detect All Result dialog box.

https://www.emeditor.com/text-editor-features/history/emeditor-free/
Titel: QOwnNotes v18.08.8
Beitrag von: SiLæncer am 25 August, 2018, 21:00
Changelog

improved preview of multiple notes (for #949)

    implemented correct breaking of lines
    fixed preview of note text that was interpreted as html
    removed empty lines
    showing 5 lines instead of 3
    lines are truncated at 80 characters

more Evernote import improvements (for #998)

    fixed importing of notes if user enabled that the filename can be different from the note name in the settings
    added importing of the note attribute metadata of version 3 of the Evernote export file

added more Brazilian Portuguese, Chinese Traditional, Chinese Simplified, and German translation (thank you richarson, abev66 and wenzhuoz)

[close]

http://www.qownnotes.org/
Titel: Dnote 0.4.0
Beitrag von: SiLæncer am 26 August, 2018, 12:15
(https://s26.postimg.cc/z38h40qwp/screenshot_529.png)
Write technical notes and neatly organize them into books without leaving the command line with the help of this simplistic utility.

MIT License

Changelog

view command:

Add view command to replace ls and cat.
Deprecate ls and cat.
This decreases the number of commands to remember and makes it quicker to browse your notes and books. For instance, walking down Dnote structure can be done with a v command without having to type different commands.
# list all books
$ dnote v
# list all notes in js
$ dnote v js
# show content of your note #0 in js
$ dnote v js 0

Sync public status of notes:

Dnote for web added an ability to share notes by allowing users to toggle link sharing. Dnote CLI syncs the public status of notes.
In the next releases, Dnote CLI will be able to edit the public status of notes.

[close]

https://dnote.io/
Titel: QOwnNotes v18.08.9
Beitrag von: SiLæncer am 26 August, 2018, 18:00
Changelog

there now is a new Issue assistant to post questions, feature requests or problems

    you will find it in the Help menu
    it will guide you to the steps to enter information and gathers all needed data to post an issue on the Issue page

added more German, Hungarian and Dutch translation (thank you rakekniven and Fabijenna)

[close]

http://www.qownnotes.org/
Titel: PilotEdit Lite 12.0.0
Beitrag von: SiLæncer am 26 August, 2018, 19:15
(http://www.pilotedit.com/images/OpenInQuickMode.PNG)
PilotEdit is a text, hex, XML, C/C++, HTML, PHP, Java, Javascript and Perl editor that can edit large files of 400GB (40 billion lines).

It offers customizable syntax and keyword highlighting, advanced search and replace operations, automatic text encoding, 256-bit AES encryption/decryption and a built-in FTP/SFTP client lets you open, edit, download and upload large files directly to/from a FTP/SFTP server.

In addition to standard text editing features, PilotEdit can compare and merge two large files of 100GB (10 billion lines). You can also sort, find/remove duplicate lines and extract strings over a large file of 1GB.

Freemium

http://www.pilotedit.com/
Titel: Zettlr 0.18.3
Beitrag von: SiLæncer am 26 August, 2018, 19:30
Changelog

GUI and functionality:

Now the list design and all other colours and syntax highlighting should be fixed again.
ALT-clicking files now opens them as QuickLook windows.
Now Quicklook windows render the content automatically as the main editor does. Only the previewable elements will not be rendered.
Fixed a bug that allowed you to try to create files, folders and virtual directories although no directory is selected.

Under the hood:

Cleaned up the mess inside the LESS resource files and removed the global pollution with CSS styles that led to strange rendering behaviour.
Replaced the net command to check for updates with the better package got, thereby reducing the amount of requests to one only. Therefore, is-online also has been removed.
Updated dependencies. Switched to electron 2.0.8.
Changes to the _gen() and select() methods in ZettlrPreview.

[close]

https://www.zettlr.com/
Titel: Text Editor Pro 4.7.0
Beitrag von: SiLæncer am 26 August, 2018, 22:00
(https://s26.postimg.cc/hfdkhoj9l/screenshot_896.png)
Text Editor Pro (formerly EditBone) is a powerful text editing tool that comes with syntax highlighting support for over 50 languages and scripts, customizable with over 100 options, 29 ready made styles, a handy file comparison feature, unicode character map, numerical unit convert tool, SQL formatter, and support for multiple directories and search results.

Freeware

Changelog

Added highlighter for InterBase, MariaDB, and MySQL
Added dim read only when not active editor tabs option (default yes)
Added hide close button when can close is not checked editor tabs option (default yes)
Added shortcuts for toggle upper (Ctrl+U) and lower (Ctrl+L) case
Fixed skin select
Fixed language files
Updated AlphaSkins controls v13.19 - http://www.alphaskins.com/

[close]

http://texteditor.pro/
Titel: CudaText v1.60.0.0
Beitrag von: SiLæncer am 27 August, 2018, 10:00
(https://s26.postimg.cc/k6wu8qcrt/screenshot_901.png)
Create programming scripts with this powerful tool that supports more than 130 languages and allows users to work concurrently on as many as six groups of projects.

Freeware

Changelog

+ add: ability to group Plugins menu: see Wiki help topic "Plugin groups config"
+ add: preinstalled plugin Multi Installer (by Artem Gavrilov). It allows to quickly install bunch of add-ons for popular languages (HTML/CSS/JS/XML/Python etc). It is also auto-called on clean app installation (when "settings/history.json" not exists).
+ add: improved lexer JavaScript (Code Tree made correct for anonym functions)
+ add: improved lexer CSS (fix coloring of properties)
+ add: improved TutorialLexer4, added "Advice for C-like lexers"

[close]

http://www.uvviewsoft.com/cudatext/
Titel: Brackets 1.13
Beitrag von: SiLæncer am 27 August, 2018, 17:30
(https://s26.postimg.cc/4oi0g59zt/screenshot_535.png)
Easy-to-use HTML editor and code generator with support for CSS and JavaScript, featuring a live preview function, syntax highlighting and autocompletion.

License : Open Source

Release Notes
   

Organize Files/Folders in File Tree

    You can now manipulate folder structures from within Brackets. Move a file/folder from one folder to another with a simple drag and drop.

Open Remote Files

    You can now open a remotely hosted web-page from within Brackets. Use Ctrl/Cmd-Shift-O shortcut and supply a URL to quickly open the file and review the code within Brackets.

Auto-Update

    You can now automatically update Brackets, without leaving the code editor. Earlier, one had to launch a browser, open the Brackets website, download and install the latest version. However, Brackets can now be updated with just a few clicks from within the app.

[close]

http://brackets.io/
Titel: Hosty 0.8.3
Beitrag von: SiLæncer am 27 August, 2018, 18:30
(https://s26.postimg.cc/5x5w1j9l5/screenshot_536.png)
Hosty is a HOST's manager that allows you to import and export your custom HOST's.

Hosty is relatively simple to use. Add a group, or groups and then add and websites or URL's you like. Each URL can be toggled on and off easily. The File menu allows you to import or export your saved HOST'S. Settings only have an option for a dark theme.

License: Open Source

Whats new:>>

Disable filter for viewing search result
Fix focus behavior

https://github.com/fiahfy/hosty
Titel: Pandoc 2.2.3.2
Beitrag von: SiLæncer am 27 August, 2018, 19:15
Pandoc is a command-line utility that can convert files from one markup format into another.

Pandoc's enhanced version of Markdown includes syntax for footnotes, tables, flexible ordered lists, definition lists, fenced code blocks, superscripts and subscripts, strikeout, metadata blocks, automatic tables of contents, embedded LaTeX math, citations, and Markdown inside HTML block elements. (These enhancements, described further under Pandoc's Markdown, can be disabled using the markdown_strict input or output format.)

License: Open Source

Changelog

Markdown reader: Properly handle boolean values in YAML metadata (#4819). This fixes a regression in 2.2.3, which cause boolean values to be parsed as MetaInlines instead of MetaBool.

We here record another undocumented (but desirable) change in 2.2.3: numerical metadata fields are now parsed as MetaInlines rather than MetaString.

[close]

https://github.com/jgm
Titel: QOwnNotes v18.08.10
Beitrag von: SiLæncer am 28 August, 2018, 06:00
(https://s26.postimg.cc/hoi1ahlcp/screenshot_978.png)
QOwnNotes is a text editor / notepad replacement with markdown support and todo list manager. The program supports themes, keyboard shortcuts, syntax highlighting, and encryption. Includes available nested file list, tags, search, and more. Optionally works with the notes application ownCloud or Nextcloud.

Cross-platform with clients available for Mac and Linux.

License:    GPL

Changelog

some restructuring of the Issue assistant was made and some additional information to help the user was provided
added a new cli parameter --dump-settings that prints out a dump of the settings and other information about the application and environment in GitHub Markdown and exits the application

    the documentation page Command line interface parameters was updated

the Find action dialog now searches for every entered word (for #1007)

    all menu items that have one of the words in them will be shown

added more Spanish, Italian, Chinese Traditional, Catalan and German translation (thank you richarson, mlocati, abev66, MGuerra and rakekniven)

[close]

http://www.qownnotes.org/
Titel: RocketCake 2.1
Beitrag von: SiLæncer am 28 August, 2018, 18:30
(https://s26.postimg.cc/845jbp2c9/screenshot_542.png)
RocketCake is a free web editor for creating responsive websites for beginners and professional web developers. No programming needed.

Freeware

Changelog

SFTP support:

Added support for SFTP file uploading. When using the built-in website uploading mechanism, SFTP is now also supported in addition to FTP. (Note that this won't work on the Mac App Store version of RocketCake)

More fonts:

The editor now can load and display a lot more system fonts

Better Peformance:

The repainting after a view port adjustment now is much faster

Lots of smaller improvements everywhere:

Modernized UI quite a bit at different places
Improved progress dialog for Windows 10 when previewing and uploading to the web
Improved some of the translations
When uploading files, the uploading progress dialog no longer blocks error message or password entry dialogs, which it did previously on some systems
Fixed a wrongly positioned slider on macOS Sierra, High Sierra and newer
Fixed a minor layout problem in the editor where the text below image galleries could sometimes not shown at the correct position
Fixed a bug causing headings when used together with master pages not to have the correct paddings sometimes
Fixed a problem which caused menus in mobile mode not to open on some devices, when there was more than one navigation menu used on a page at the same time
Fixed the special text insert symbol menu to now display fine also on High Sierra and newer

[close]

http://www.ambiera.com/rocketcake/index.html
Titel: Atom 1.30 Final
Beitrag von: SiLæncer am 29 August, 2018, 10:00
(https://s26.postimg.cc/fmfpqomgp/screenshot_915.png)
A powerful and flexible application that works as a text and source code editor with syntax highlight, or alternately as a file viewer.

MIT License

Release Notes

View and check out Pull Requests

The GitHub tab (open with Ctrl+8) shows the pull request associated with the current branch at the top. Underneath is a list of the most recently created pull requests. This lets you stay informed about new pull requests and keep an eye on their build status even when switching to another branch.

Clicking on a pull request in the list opens a pane from which you can read its description, follow its conversation, get more details about its build status, and even check out its source code. It’s a handy way to switch between branches that have pull requests without ever having to bother about the branch name.

If the current branch has no associated pull request, the GitHub tab offers you a button to push your current branch and create a new pull request on github.com.

Emojis in commit messages

The recent commit list now renders :emoji: in commit messages: :cake: :tada: :confetti_ball: Need inspiration for adding emojis to your commits? Here are some suggestions from the Atom team.

GitHub package metrics

To help us see what’s useful and what isn’t, for those of you who have enabled metrics :bow:, we are now collecting activity metrics for GitHub package usage. We’re also beginning to migrate our collection endpoint from Google Analytics to our own metrics pipeline. Moving forward, this will help us make more informed decisions about what capabilities are most used and which are less useful or less known.

New languages supported by Tree-sitter

Atom’s new parsing system, Tree-sitter, now supports Ruby. It can also now handle files that contain multiple languages. So far, we’re using this capabilities to parse the following combinations of languages:

    JavaScript inside of script tags in HTML files
    JavaScript and HTML in .ejs files
    Ruby and HTML in .erb files
    HTML inside of certain template literals in JavaScript
    HTML inside of certain heredocs in Ruby

[close]

https://atom.io/
Titel: Atom 1.31.0 Beta 0
Beitrag von: SiLæncer am 29 August, 2018, 11:31
Changelog

Improved tree sitter highlighting for symbols based on scope and multiple selectors.
Tree Sitter grammars can now more easily detect file languages based on the first line of content.
Make hitting esc dismiss a notification instead of taking an action.
All Tree Sitter grammars now use their original TextMate scope names.
The JavaScript Tree Sitter grammar now highlights regular expressions in your code.
The Tree Sitter grammars for JavaScript and Ruby have been improved to more accurately highlight special variables and tokens.
Tree View has received many improvements such as the ability to add project folders using drag and drop from your file explorer, support for dragging multiple items to move them, and adding custom styles for ignored files and directories.
Git status for project folders is now reflected in the color of the project name.
Keyboard navigation with arrow keys in the Tree View now behaves more predictably with nested folders.
Make hideIgnoredNames and hideVcsIgnoredFiles play nicely together.
Add support for multiple, custom line number gutters.
Pull requests on the GitHub tab more closely match GitHub.com in styling.
Atom's TextEditor is now used to render code in Markdown previews and the Style Guide.
Usage metrics are now flowing through GitHub's internal analytics pipeline.
Migrated core packages about and one-light-ui into the Atom repository.
apm now uses Node 8.9.3 and npm 6.2.0.
Upgraded Electron to 2.0.7.
Fixed and issue where undoing an initial commit in a repo would throw an error.
Fixed missing READMEs on core package detail pages.
Fixed an issue where Atom's configuration file writes were not performed atomically.

[close]

https://atom.io/
Titel: PredictEd 1.0
Beitrag von: SiLæncer am 29 August, 2018, 19:32
(https://s26.postimg.cc/k3hi2kz7d/screenshot_546.png)
Predictive text editor that offers auto-completion suggestions as you are typing, learns from your writing and can also be trained using existing texts.

MIT License

https://oormi.in/software/predicted/help.html
Titel: QOwnNotes v18.08.11
Beitrag von: SiLæncer am 29 August, 2018, 21:15
Changelog

the Find action dialog now searches for every entered word on in and-fashion (for #1007)

    all menu items that have all of the entered words (or parts of them) in the name or tooltip will be shown

attempted to fix a reloading of the notes list problem on some installations after importing notes from Evernote (for #1006)
when selecting multiple notes clicking on the headlines of the selected notes in the note preview will now jump to the note when using subfolders and All notes was selected, even if the note wasn't in the same note subfolder (for #949)
added more Czech, Japanese, Indonesian and German translation (thank you hruban, piyo and zmni)

[close]

http://www.qownnotes.org/
Titel: ProgramEdit 4.7.1
Beitrag von: SiLæncer am 30 August, 2018, 13:00
(https://s26.postimg.cc/wcabyxqq1/screenshot_58.png)
ProgramEdit - a free Windows® software source-code editor. ProgramEdit includes language support for HTML, Ada, C/C++, C#, CSS, JAVA, JavaScript, Perl, PHP, Python, Ruby, VB, VBScript, Verilog, VHDL and Batch(.bat) files. Other features include tabbed file selection, text highlighting, find & replace, regular expressions, sesssions, bookmarks, multiple undo/redo and hyperlinks.

Freeware

Whats new:>>

Add Line Change Indicators
Fix several minor bugs
Update Help files

http://simplesolverlogic.com/index.html
Titel: BirdFont 3.11.0
Beitrag von: SiLæncer am 30 August, 2018, 13:15
(https://s26.postimg.cc/rd1s4grdl/screenshot_137.png)
BirdFont is a free font editor that lets you create vector graphics and export TTF, EOT & SVG fonts.

License: Open Source

Whats new:>>

A good number of bug fixes.
New file extension: .birdfont replaces .bf. You can still open your font in older versions of the editor if you change the extention to .bf.

http://birdfont.org/
Titel: Typora 0.9.57 Beta
Beitrag von: SiLæncer am 31 August, 2018, 22:00
(https://s26.postimg.cc/6a6bupdop/screenshot_1181.png)
Swiftly write, edit, format and convert text to HTML with the help of this modern looking, streamlined and novice-accessible piece of software.

Freeware

Changelog

Fix image export.
Fix crashment on glibc 2.28. (Linux)
Fix copy math into MS Word (Windows).
Fix parse error for lists and links.
Fix outline not updated after switch documents.
Improve paste behavior.
Other bug fix.

[close]

http://www.typora.io/
Titel: Dnote 0.4.1
Beitrag von: SiLæncer am 01 September, 2018, 18:40
(https://s26.postimg.cc/z38h40qwp/screenshot_529.png)
Write technical notes and neatly organize them into books without leaving the command line with the help of this simplistic utility.

MIT License

Changelog

Configure goreleaser (#100)
Deprecate upgrade (#99)
Fix checksum filename (#101)
Make binary name backward compatible

[close]

https://dnote.io/
Titel: CudaText 1.60.5.0
Beitrag von: SiLæncer am 01 September, 2018, 20:00
(https://s26.postimg.cc/k6wu8qcrt/screenshot_901.png)
Create programming scripts with this powerful tool that supports more than 130 languages and allows users to work concurrently on as many as six groups of projects.

Freeware

Changelog

Add: option "ui_tab_recent_on_close"
Add: bind Shift+Alt+click to vertical selection (from first caret to clicked pos)
Add: updated Multi Installer (suggest SQL, suggest more addons for HTML/CSS/JS/PHP)
Add: API (to modify tab context menu)
Change: renamed file "py/cudax_lib/__init__.py" to "py/cudax_lib.py"; please delete old folder (py/cudax_lib)

[close]

http://www.uvviewsoft.com/cudatext/
Titel: EmEditor Free v18.0.6
Beitrag von: SiLæncer am 02 September, 2018, 19:15
(https://s26.postimg.cc/pbg87i3s9/screenshot_1195.png)
EmEditor is a lightning-fast, tabbed text editor with themes, syntax highlighting, stay-on-top, and customizable keyboard mapping. The program supports batch find-and-replace, regular expressions, and more.

The program beat a variety of other text editors in tests performed by TPFC user TP109. Additional features are available via a non-free version.

License:    Free for personal use

Changelog

Added the Prompt when creating a new file in a network path check box to the File page of the Customize dialog box.
Deleted the Black, Blue, Brick, EmEditor Classic, and Rose themes from the Display page of configuration properties.
Added the Enable/Disable All check box to the Define Encodings dialog box, and removed the New, Delete, Up, Down, Propertiesbuttons from the dialog box. The Encoding Properties dialog box was deprecated.
Removed the Open Undefined as System Default Encoding check box from the Detect All Result dialog box.

[close]

https://www.emeditor.com/text-editor-features/history/emeditor-free/
Titel: HostsCK 2.1.8.0
Beitrag von: SiLæncer am 02 September, 2018, 19:30
(https://s26.postimg.cc/931bwfpi1/screenshot_343.png)
Seamlessly access and edit Windows' Host file so you manage the list of blocked and allowed websites more efficiently via this application.

Freeware

Changelog

Fixed: Correct language was not shown is some message boxes.
Bug Fix: Font settings were not being loaded.
Improved: HostsCK handles very large Hosts files much more efficiently.
Added: You can now drag and drop a Hosts or Hosts.txt file on to the textbox to load it.
Added: Edit panel providing quick access to redo, undo and zoom functions as well as
Displaying the textbox line number.
Added: You can check your saved allowed sites. HostsCK can check that the connection to
The sites is working. Site check is available from the userlist window.
Added: Greyscale colour scheme for the textbox.
Added: Option to install APHont Font, a font developed specifically for low vision readers
By American Printing House. The font can be chosen from settings to make the Hosts clearer
To read for low vision users. Full download needed.
Minor tweaks: Several graphical tweaks to various forms.
– Icon on main form now shows by default. See Help file under ‘Change Settings’.
– A space is added after 0.0.0.0 or 127.0.0.1 when hitting the return key in the main textbox
If HostsCK is set to add those automatically.
– The main textbox fore colour should stay as the chosen fore colour when editing.
– If using the default MVPS Hosts, the updated info is highlighted slightly if using the
Default colour scheme.

[close]

http://redisoft.uk/hck/
Titel: FocusWriter 1.6.16
Beitrag von: SiLæncer am 04 September, 2018, 13:45
(https://s26.postimg.cc/if0nmb60p/screenshot_947.png)
FocusWriter hilft Vielschreibern beim Verfassen von Texten. Die Textverarbeitung blendet alle Menüs und Leisten aus. So kann man sich beim Schreiben voll und ganz auf das Wesentliche konzentrieren.

Der Vollbild-Texteditor FocusWriter zeigt als Oberfläche absichtlich lediglich den blanken Text. Daher gelingt es leichter, störungs- und ablenkungsfrei zu schreiben. Auf Wunsch kann man auf zusätzliche Steuerelemente zugreifen und diese per Maus über die Bildschirmränder abrufen.

Außerdem kann bei FocusWriter eine Statuszeile mit der aktuellen Uhrzeit, einem Timer und Statistiken eingeblendet werden. Das geplante Arbeitspensum legt der Schreiber in den Einstellungen in Minuten oder Wörtern fest. Textart und -farbe werden hier ebenfalls ganz nach Wunsch bestimmt.

Mit FocusWriter können mehrere Dokumente parallel bearbeitet werden. Ein Speichern erfolgt im RTF-, ODT- oder TXT-Format. Standardmäßig zeigt die Freeware einen einfarbigen, nüchternen Hintergrund. Wer die Arbeitsumgebung etwas freundlicher und abwechslungsreicher gestalten möchte, kann die Farbe ändern und auch ein eigenes Bild als Hintergrund einblenden.

FocusWriter enthält alle Grundfunktionen einer Textverarbeitung inklusive Textformatierungen, einer Rechtschreibprüfung und dem Suchen und Ersetzen von Wörtern und Textausschnitten. Die Freeware spricht vor allem den Vielschreiber an, der sich allein auf den Text konzentrieren möchte.

Changelog

FIXED: Could not always save to remote drives
FIXED: Could not browse shortcuts in Windows file dialogs

[close]

http://gottcode.org/focuswriter/
Titel: ProgramEdit 4.7.2
Beitrag von: SiLæncer am 04 September, 2018, 17:15
(https://s26.postimg.cc/wcabyxqq1/screenshot_58.png)
ProgramEdit - a free Windows® software source-code editor. ProgramEdit includes language support for HTML, Ada, C/C++, C#, CSS, JAVA, JavaScript, Perl, PHP, Python, Ruby, VB, VBScript, Verilog, VHDL and Batch(.bat) files. Other features include tabbed file selection, text highlighting, find & replace, regular expressions, sesssions, bookmarks, multiple undo/redo and hyperlinks.

Freeware

Whats new:>>

- fix non-selected Font bug.  This corrects PgmEdit first-time installation Font problems
- fix minor Line Change Indicator bug

http://simplesolverlogic.com/index.html
Titel: EmEditor Free 18.0.7
Beitrag von: SiLæncer am 05 September, 2018, 09:06
(https://s26.postimg.cc/pbg87i3s9/screenshot_1195.png)
EmEditor is a lightning-fast, tabbed text editor with themes, syntax highlighting, stay-on-top, and customizable keyboard mapping. The program supports batch find-and-replace, regular expressions, and more.

The program beat a variety of other text editors in tests performed by TPFC user TP109. Additional features are available via a non-free version.

License:    Free for personal use

Changelog

New General Features:

Greatly improved the speed of deleting multiple newline selections.

Bug Fixes:

Fixed customer-reported issues (1).

[close]

https://www.emeditor.com/text-editor-features/history/emeditor-free/
Titel: PHPNotepad 1.4.0
Beitrag von: SiLæncer am 06 September, 2018, 05:50
(https://s26.postimg.cc/hy333zd1l/screenshot_1124.png)
Write and edit your code in almost any of the supported languages with the help of this neat, versatile and useful software application.

Donationware

http://phpnotepad.org/
Titel: HelpNDoc Personal Edition 5.9.0.711
Beitrag von: SiLæncer am 06 September, 2018, 12:24
(https://s26.postimg.cc/n8qdqw1ix/screenshot_994.png)
HelpNDoc provides all the tools necessary to write complete help files, manuals and documentations in a user friendly and very easy to use environment. HelpNDoc can generate standard Windows CHM help files, WEB based documentation, iPhone specific websites as well as printable PDF and Word documents.

HelpNDoc is completely free for personal use and evaluation purposes.

Changelog

New WinHelp (*.hlp) file importer (Beta) which can import topics, contents, pictures, hyperlinks and keywords from older WinHelp files
Google Analytics support in the default HTML template: add a valid Google Analytics ID in the template settings and it will be included in the generated pages
Library items analyzer can now detect and report items used in builds settings: they are not marked as unused anymore
New script to merge children topics' contents in the currently selected topic: MergeChildrenTopics.hnd.pas
Some common error messages now include help topics for easier troubleshooting
In the default HTML template, it wasn't possible to translate the "search..." placeholder
Styles gallery now only displays styles with a checked "Quick Access" property
HelpNDoc defaults to baseline vertical-align for images while the default HTML template used middle
Changes to project author, comment, description, copyright, summary or version wasn't immediately visible in library items' popup preview
Mass import library items window wasn't translated to French / German
Build log images weren't correctly scaled on high DPI screens
Conditional tags were not correctly drawn in the topic editor for High DPI screens
When placed right after a bullet item in the topic editor, conditional tags used an incorrect font making them unreadable
Text files are now imported as UTF-8 files
Importing a document using the library import dialog did import it with an unknown extension resulting in warning at generation time
Previous and Next buttons didn't work anymore in the topic editor
Faster application loading time by deferring API initialization
Fixed memory leaks including an obscure memory leak on shutdown
HTML toolbars after creating/modifying/deleting a Quick Template

[close]

http://www.helpndoc.com/
Titel: QOwnNotes 18.09.0
Beitrag von: SiLæncer am 07 September, 2018, 06:10
(https://s26.postimg.cc/hoi1ahlcp/screenshot_978.png)
QOwnNotes is a text editor / notepad replacement with markdown support and todo list manager. The program supports themes, keyboard shortcuts, syntax highlighting, and encryption. Includes available nested file list, tags, search, and more. Optionally works with the notes application ownCloud or Nextcloud.

Cross-platform with clients available for Mac and Linux.

License:    GPL

Changelog

    there now is a new button in the Update dialog to don't show the dialog automatically any more (for #813)
        this button does the same as the checkbox to disable the update dialog in the General settings
    fixed opening of links like [https://www.qownnotes.org](https://www.qownnotes.org) when Ctrl-clicked in the note edit panel
    qownnotes snap was fixed for systems with wayland (for #1004, a big thank you to @pachulo)
    added more Spanish, Italian, Chinese Traditional, Catalan, Arabic, Hungarian and Dutch translation (thank you richarson, mlocati, abev66, MGuerra, sosozozo and Fabijenna)

[close]

http://www.qownnotes.org/
Titel: BirdFont 3.12.2
Beitrag von: SiLæncer am 07 September, 2018, 13:08
(https://s26.postimg.cc/rd1s4grdl/screenshot_137.png)
BirdFont is a free font editor that lets you create vector graphics and export TTF, EOT & SVG fonts.

License: Open Source

Whats new:>>

OTF support, OpenType Fonts with PostScript outlines.

http://birdfont.org/
Titel: Zettlr 0.19.0
Beitrag von: SiLæncer am 07 September, 2018, 20:42
(https://s26.postimg.cc/vfll9p4mh/screenshot_956.png)
Write text and conveniently edit it using Markdown with the help of this user-friendly and well-thought-out, Electron based application.

MIT License

Release Notes

    Import functionality: Now you can import from nearly all file types pandoc supports into Zettlr. Simply select the desired target directory and select File -> Import files!
    Added a lot of exporting options. More are still to come!
    Export Markdown files as reveal.js presentations: From 0.19.0 on, Zettlr will support the export of reveal.js-presentations. Also, there's theme support built in!
    If you insert a footnote, the cursor is not moved throughout the document so that the writing flow is more immersive.
    The text field used to edit a footnote reference text is now automatically focused.
    The editor will now directly mute lines when in full screen as soon as you change the preference setting for this. You don't have to move the cursor anymore for this.
    Fixed a bug that showed a dedicated file menu when right-clicking directory ribbons and then threw errors if you clicked on anything in the menu.
    Fixed the strange behaviour of Zettlr telling you there are no suggestions for a word, although you did not right-click a wrongly spelled word.
    Inline links rendered inside headers are now always the correct size.
    Email-addresses are now correctly identified and will be rendered as clickable links as well. If you Alt-click on them, they will open the default email option (i.e. they are the same as clicking on any website's email addresses).
    Fixes to the project feature.
    Made the dictionaries finally independent from the four default translations.
    Added about 70 languages to the four default translations. This means: If you now include a custom dictionary or a custom translation, chances are high that it will be detected and translated automatically!
    Added a bunch of dictionaries that now come shipped with the app.
    Finally found & fixed the bug that kept detecting whole swathes of text as links and inserted them on link insert or didn't detect any link at all.
    Transferred the download page in the updater to the new download landing page at zettlr.com/download.
    Clicking on marked tags in the preview list will now trigger a search for these tags.
    Added support for TeX-files. So in case you want to export something to PDF, you can add custom LaTeX statements in their respective file to amend the styling Zettlr applies.
    You can now rest assured that on export of projects with nested files all images, even relative ones, will successfully be rendered in your PDF output.
    Changes to the HTML exporting template. Now, images should always fit on screen.
    You can now create LaTeX files by using the extension .tex when creating new files.
    Better Pomodoro counter.

[close]

https://www.zettlr.com/
Titel: Dnote 0.4.3
Beitrag von: SiLæncer am 08 September, 2018, 19:30
(https://s26.postimg.cc/z38h40qwp/screenshot_529.png)
Write technical notes and neatly organize them into books without leaving the command line with the help of this simplistic utility.

MIT License

Changelog

    4ad2bda Add contributor guide
    49754b5 Add debug statements (#109)
    fed12fa Add homebrew instruction (#103)
    4355b0c Configure brew
    0a24130 Fix edit_note data (#108)

[close]

https://dnote.io/
Titel: AlephNote v1.6.20
Beitrag von: SiLæncer am 08 September, 2018, 19:50
(https://s26.postimg.cc/6skrw8cnt/screenshot_1204.png)
AlephNote is extensible, lightweight desktop note manager. Features include search, interactive checkbox lists highlighting, clickable highlighted links, notes backup, drag-and-drop capability for files and text, and sorting notes into folders. The program supports tags, in-editor markdown rendering, customizable shortcuts, stay-on-top capability, tray control, themes, and more.

Notes can be saved locally or synchronized with cloud services including Simplenote, Standard Note, Nextcloud/ownCloud.

License:    MIT

Changelog

Features

    Complete rewrite of tag control (#64)
    Option to automatically call git gc on local git backup repository every X commits
    New Menu entries "Note preview style" and "Note sorting" (#62)
    Option to remember Window state on close (#63)

Tasks

    Removed unused file "AlephNote.PluginInterface.dll" from /plugins/ folder
    Changed default theme to hide separator between notes in NotesList (#64)
    Changed default theme to add 1px additional space between notes in NotesList (#61)
    SimpleNote: Fixed (potential) exception when synchronizing a note without an title
    NextcloudNote: Fixed (potential) exception when synchronizing a note without an title
    Sort notes case insensitive by default (#66)

Bugfixes

    Fixed NoteEdit control scrolling while focus is in SettingsWindow
    Fixed race-condition when deleting big empty folder hierarchies in the local git backup repository
    StandardNotes: Fixed exception when synchronizing a note without an title
    Fixed markdown highlighting for bold/italic section followed by a space (#67)
    Fixed markdown highlighting for enumerations followed by a bold/italic section
    SimpleNote: Fixed API Error when permanently deleting a note

Plugins

Plugins included by default:

FilesystemPlugin   v1.2.9
HeadlessPlugin     v1.4.6
NextcloudPlugin    v1.2.9
SimpleNotePlugin   v1.2.5
StandardNotePlugin v1.3.2

[close]

https://github.com/Mikescher/AlephNote
Titel: AlephNote 1.6.21
Beitrag von: SiLæncer am 09 September, 2018, 10:00
Whats new:>>

    Bugfixes:

    Fixed Exception pressing backspace in an empty TagControl (#69)

https://github.com/Mikescher/AlephNote
Titel: Network Notepad 5.0.21
Beitrag von: SiLæncer am 09 September, 2018, 10:15
(https://s26.postimg.cc/wuply3q2h/screenshot_425.png)
Network Notepad is a specially designed application for creating interactive network diagrams.

Now you can use this accessible and easy-to-use instrument to create or manage the diagrams you need.

Point-and-Click Telnet/ Browse/ User-definable
Network Management.
Simple Drag and Drop interface.
Open, Text Based File Format.
Printing.
Linked Diagrams.
Flow Charts.

Freeware

Whats new: >>

    Bugfix: CDP Neighbor Tool not present in user-defined apps after installing.
    New Feature: Search in Object Libraries.
    Increased maximum libraries to 100.

http://www.networknotepad.com/index.htm
Titel: QOwnNotes 18.09.1
Beitrag von: SiLæncer am 09 September, 2018, 11:45
Changelog

prevented possible misbehavior when moving multiple tags to another tag (for #1014)
note links will now also jump to notes in other note sub-folders (for #478)

    first only the current note sub-folder will be searched, if the note wasn't found there all note sub-folders will be searched
    if the linked note was in another note sub-folder the current note sub-folder will be changed to that note sub-folder
    the note link dialog now shows notes of all note sub-folders
    highlighting of note links if they are broken also works over all note sub-folders
    automatically updating links when notes are renamed should now also work across note-subfolders

[close]

http://www.qownnotes.org/
Titel: CudaText 1.61.0.0
Beitrag von: SiLæncer am 09 September, 2018, 14:00
(https://s26.postimg.cc/k6wu8qcrt/screenshot_901.png)
Create programming scripts with this powerful tool that supports more than 130 languages and allows users to work concurrently on as many as six groups of projects.

Freeware

Changelog

    Add: API to show decorations on gutter (will be used in Brackets Hilite plugin)
    Add: Addon Manager: new versioning system. Before: only plugins versions are saved, to v.inf files. Now: all add-ons versions are saved to a single file, settings/packages.ini. Old versions (v.inf) still show in the Update dialog.

[close]

http://www.uvviewsoft.com/cudatext/
Titel: Scite 4.1.1
Beitrag von: SiLæncer am 09 September, 2018, 19:30
(https://s26.postimg.cc/fbkgceeux/screenshot_1241.png)
Editor mit Syntax-Highlighting, Auto-Completion, Folding und vielem mehr...

Lizenz: Open Source

Whats new:>>

Contains minor fixes

http://www.scintilla.org/SciTE.html
Titel: AlephNote v1.6.22
Beitrag von: SiLæncer am 10 September, 2018, 05:45
Whats new:>>

Bugfixes

    Fixed Setting "Autostart with Windows" setting the wrong registry key

https://github.com/Mikescher/AlephNote
Titel: Network Notepad 5.0.23
Beitrag von: SiLæncer am 10 September, 2018, 13:10
(https://s26.postimg.cc/wuply3q2h/screenshot_425.png)
Network Notepad is a specially designed application for creating interactive network diagrams.

Now you can use this accessible and easy-to-use instrument to create or manage the diagrams you need.

Point-and-Click Telnet/ Browse/ User-definable
Network Management.
Simple Drag and Drop interface.
Open, Text Based File Format.
Printing.
Linked Diagrams.
Flow Charts.

Freeware

Whats new: >>

    Bugfix: Horizontal Scrollbar was broken.

http://www.networknotepad.com/index.htm
Titel: RJ TextEd v13.40
Beitrag von: SiLæncer am 11 September, 2018, 05:30
(https://s26.postimg.cc/775l9vjeh/screenshot_593.png)
RJ TextEd - A Unicode source and text editor. RJ TextEd is a full featured text and source editor with Unicode support, syntax highlighting and code folding. The functionality extends beyond text files and includes support for HTML editing with integrated preview, spell checking, auto completion, HTML validation, templates and more. The program also include support for Topstyle Lite CSS editor, has a dual pane file commander, as well as a FTP client to upload your files. The editor uses language files to display menus and dialogs in different languages. There are several included languages. New language files can easily be created in the editor. RJ TextEd is also a simple web development tool. The editor can use auto completion and hints to assist you in editing your source code. You can preview HTML/ASP/PHP... code using one of the preview tabs or open a document in a browser. The editor does not only handle source code. It also handles true ASCII files, binary files and of course plain text files.

License: Freeware

Changelog

Chrome preview

Updated all files and component to version 68.0.2440.
Advanced Sort

Redesigned the advanced sort window and added new options and functions.

The program is able to identify text columns automatically. To get an automatic start and end column value press the [...] button. Select the text column you wish to use as sort key, from all identified text column values listed.

New option:

    Only keep duplicated key lines - will remove all lines unless the specified key has duplicates.

Options

Redesigned the options window to make it easier to maintain and to add new options.

All options are now moved to section panels that can be opened or closed by clicking on the section header.

The overall look has been changed to make the layout cleaner.
User defined delimiters

Added an option to add new characters that is used to separate words. Normal ASCII characters like ,.;! etc. are already used and I've added a few Unicode characters, which you will see in options as user defined delimiters.

These delimiters are used with most functions that identify words, like "find/replace (whole words)", move text caret to next word (CTRL+Left Arrow), or spellcheck.
Color Window

The color dialog box can now handle alpha transparency. In languages like CSS and LESS the alpha value is written as a decimal value between 0 and 1.

E.g. rgb(120,80,60,0.5), where 0.5 is the alpha value and gives 50% opacity.

You can also use hexadecimal values. E.g. #AA002288 (or #A028), where the last two digits (88) represent the alpha value. In a hex value the alpha part can be written between 0 and 255 ($0 - $FF).
Color hint window

The color hint window can now handle alpha values (transparency).
Modal Search Window

    Made the window dialog resizable.
    Added new search scopes ("In current function" and "All open files").
    Changed the folder picker window dialog.
    Auto completion in search boxes should work again (if option is set).
    Changed how search field behave when switching tabs.
    It's now possible to delete a find/replace drop down item by pressing the [DEL] key while the drop down list is displayed.
    Window position is saved between sessions.

Search bar

    Auto completion in search boxes should work again (if option is set).
    Made some changes to the scope drop down list.
    Added right click context menu to find/replace fields so you can now delete an entry.

Search multiple folders

Added folder drop down menu items to handle multiple folders. You can add, delete or edit folders to search.
Search in current function

Added a new search scope. Besides from being able to search from the beginning, from cursor position and inside selection, you can now search inside the current procedure/function/method...
Search in hex (binary) mode

Made several improvements and fixed some issues in both the modal search window and the search bar.
Bookmarks

Added new items to cut/copy bookmarked lines and "bookmark duplicated lines".

Menu items where added to Search -> Bookmarks and toolbar buttons to the bookmarks panel.
File Commander

Made some changes to font settings. The default is to use the default GUI font, unless you set your own font in file commander settings.

Fixed a few issues as well.
Syntax Editor

The class completion and user menu sort now group items based on the selected icon.
Scripts (added as tool to the tools menu)

Scripts can now be executed every time the program is focused.
Misc

    Changed all folder picker dialog boxes throughout the program.
    Added toolbar button to "Upload to remote server".
    Ctrl+Shift+F should be set as the default shortcut for "Find in Files".
    Minor changes to the auto completion.
    Spellcheck should skip HTML tags.
    Some fields in the status bar are now automatically resized when text changes.

Fixed

    Find All issues.
    Search progress window issues.
    Result window wasn't displayed with find all.
    Auto completion issues (and auto complete words).
    Some toolbar hint issues.
    Statusbar redraw issues.
    Fold issue with insert or delete line.
    Delete current line issue.
    Select text issues with tabs.
    Misc issues found in program.

[close]

http://www.rj-texted.se/
Titel: EmEditor Free v18.0.8
Beitrag von: SiLæncer am 11 September, 2018, 12:30
(https://s26.postimg.cc/pbg87i3s9/screenshot_1195.png)
EmEditor is a lightning-fast, tabbed text editor with themes, syntax highlighting, stay-on-top, and customizable keyboard mapping. The program supports batch find-and-replace, regular expressions, and more.

The program beat a variety of other text editors in tests performed by TPFC user TP109. Additional features are available via a non-free version.

License:    Free for personal use

Changelog

    New General Features
    Improved the speed of sorting and deleting duplicate lines of very large files.
    Bug Fixes
    Fixed issues related to opening very large files.
    Fixed customer-reported issues (1).

[close]

https://www.emeditor.com/text-editor-features/history/emeditor-free/
Titel: Typora 0.9.58 Beta
Beitrag von: SiLæncer am 12 September, 2018, 09:01
(https://s26.postimg.cc/6a6bupdop/screenshot_1181.png)
Swiftly write, edit, format and convert text to HTML with the help of this modern looking, streamlined and novice-accessible piece of software.

Freeware

Changelog

Add options for custom image storage folder
Fix a critical bug triggered when pasting contents into tables
Fix bugs relates to loading remote images
Fix bugs that <source> tag inside <video> does not work
Fix a security issue when loading local iframes (Special Thanks to Zhiyang Zeng(@Wester) from Tencent Blade Team)
Fix bugs about pasting into lists
Fix save failure when user does not have a "document" folder
Auto hide menubar when entering full screen mode
Other bug fix

[close]

http://www.typora.io/
Titel: BowPad 2.4.0
Beitrag von: SiLæncer am 13 September, 2018, 13:55
(https://s26.postimg.cc/h0ofzpokp/screenshot_1153.png)
BowPad is a small and fast text editor with a ribbon user interface and syntax highlighting.

Features:

syntax highlighting for over 100 file types and languages
handling of many different encodings, including UTF-8, UTF-16 and even UTF-32
easy ribbon user interface
navigation hints in the vertical scrollbar
coloring of open tabs according to their path
extendable with plugins written in jscript or vbscript

Freeware

Changelog

    New main icon
    Updated to Scintilla 4.1.1
    Fixed wrong filename when tearing a tab to a new BowPad instance

[close]

http://stefanstools.sourceforge.net/BowPad.html
Titel: EmEditor Free v18.0.9
Beitrag von: SiLæncer am 15 September, 2018, 21:30
Whats new:>>

Bug Fixes

    Fixed customer-reported issues
    Fixed a bug where Find in Files crashed under a certain condition when tabs are disabled.

https://www.emeditor.com/text-editor-features/history/emeditor-free/
Titel: Code Browser 6.4
Beitrag von: SiLæncer am 16 September, 2018, 11:45
(https://s26.postimg.cc/q0268rdx5/screenshot_613.png)
Code Browser is a folding text editor for Linux and Windows, designed to hierarchically structure any kind of text file and especially source code. It makes navigation through source code faster and easier.

Code Browser is especially designed to keep a good overview of the code of large projects, but is also useful for a simple CSS file. Ideal if you are fed up of having to scroll through thousands of lines of code.

License: GPLv2

Changelog

    Bug fix: fold selection deletes up to the end of the selection.
    Find dialogs: 'Header' is replaced by 'Ignore Header'
    The text of a sub-section does no longer need to end with a new line
    Project and Option views use the smalltalk style browser
    Smalltalk style browser can show many panes
    Linux: better support of GTK+ themes
    Linux: added a desktop entry

[close]

http://tibleiz.net/code-browser/
Titel: Text Editor Pro v5.0.0
Beitrag von: SiLæncer am 17 September, 2018, 09:08
(https://s26.postimg.cc/hfdkhoj9l/screenshot_896.png)
Text Editor Pro (formerly EditBone) is a powerful text editing tool that comes with syntax highlighting support for over 50 languages and scripts, customizable with over 100 options, 29 ready made styles, a handy file comparison feature, unicode character map, numerical unit convert tool, SQL formatter, and support for multiple directories and search results.

Freeware

Changelog

- Added check for updates at close option (default no)
- Added file explorer (File > File explorer)
- Added number of rows option for completion proposal (default 8)
- Added highlight/underline editor matching pair option (default highlight)
- Added highlighter for Eiffel
- Added new folder into directory pop-up menu
- Added Okaidia color theme
- Added show icon title bar option
- Moved browser and command prompt under file
- Fixed -noini and -noskin application parameters
- Fixed bugs in AlphaSkins v14.00
- Fixed donation URL
- Fixed download all skins URL in skin select dialog
- Fixed file, directory, and output pop-up menu
- Fixed directory tree paint
- Fixed highlighter change
- Fixed language files
- Fixed main menu
- Fixed MSI installers
- Fixed open in browser
- Fixed page control
- Fixed initial directory in save as
- Fixed search engine change in search
- Fixed title bar resizing bug
- Fixed XML formatter
- Updated AlphaSkins controls v14.00 - http://www.alphaskins.com/

- Note! All skins are upgraded for AlphaSkins v14.00.
  Download all skins: http://www.alphaskins.com/sfiles/skins/askins_v14.zip

[close]

http://texteditor.pro/
Titel: Network Notepad 5.0.25
Beitrag von: SiLæncer am 17 September, 2018, 17:20
Whats new: >>

    Change: Now uses common language .txt files with Pro Edition.
    Bugfix: Automatic Updates settings were not displayed correctly on the Setup form. Thank you Mr. Shouty.
    Italian translation update. Thank you Roberto B.
    BugFix: Lock buttons not working in object properties form.
    BugFix: Relative labels disappeared after viewing object properties and * position indicator missing.

http://www.networknotepad.com/index.htm
Titel: PHPNotepad 1.5.1
Beitrag von: SiLæncer am 18 September, 2018, 09:04
(https://s26.postimg.cc/hy333zd1l/screenshot_1124.png)
Write and edit your code in almost any of the supported languages with the help of this neat, versatile and useful software application.

Donationware

http://phpnotepad.org/
Titel: Dnote 0.4.4
Beitrag von: SiLæncer am 18 September, 2018, 09:06
(https://s26.postimg.cc/z38h40qwp/screenshot_529.png)
Write technical notes and neatly organize them into books without leaving the command line with the help of this simplistic utility.

MIT License

Changelog

0b349a6 Fix note_uuid in action when removing note (#117)
a870206 Fixed typo in the example for edit (#112)

[close]

https://dnote.io/
Titel: yWriter 6.0.2.6
Beitrag von: SiLæncer am 18 September, 2018, 20:37
(http://www.spacejock.com/images/yWriter5Main.png)
yWriter allows you to split your novel into chapters and scenes, simplifying the process of text writing. You can reorder scenes within chapters or change their content, title and description. If you notice that you mistyped a word, yWriter enables you to do a global text search and replace it. With yWriter you can easily keep journals, diaries or create your own stories and novels.

Freeware

Whats new:>>

Added fields and options for epub and mobi export, plus some other usability fixes.

http://www.spacejock.com
Titel: ProgramEdit 4.7.3
Beitrag von: SiLæncer am 19 September, 2018, 05:30
(https://s26.postimg.cc/wcabyxqq1/screenshot_58.png)
ProgramEdit - a free Windows® software source-code editor. ProgramEdit includes language support for HTML, Ada, C/C++, C#, CSS, JAVA, JavaScript, Perl, PHP, Python, Ruby, VB, VBScript, Verilog, VHDL and Batch(.bat) files. Other features include tabbed file selection, text highlighting, find & replace, regular expressions, sesssions, bookmarks, multiple undo/redo and hyperlinks.

Freeware

Whats new:>>

- add selectable Color for Line Change indicators
- update Search DropDownArray lists to eliminate duplicate items
- fix minor Line Rectangle color bug
- fix several other minor bugs
- update several Help files

http://simplesolverlogic.com/index.html
Titel: QOwnNotes 18.09.2
Beitrag von: SiLæncer am 19 September, 2018, 21:30
(https://s26.postimg.cc/hoi1ahlcp/screenshot_978.png)
QOwnNotes is a text editor / notepad replacement with markdown support and todo list manager. The program supports themes, keyboard shortcuts, syntax highlighting, and encryption. Includes available nested file list, tags, search, and more. Optionally works with the notes application ownCloud or Nextcloud.

Cross-platform with clients available for Mac and Linux.

License:    GPL

Changelog

    you can now import text files as notes from the Note / Import menu
        if no markdown headline was found in the file the basename of the file will be used as headline
    the list of note sub-folders in the note list when moving notes to note sub-folders is now sorted alphabetically (for #1022)

[close]

http://www.qownnotes.org/
Titel: CSVed v2.5.3
Beitrag von: SiLæncer am 21 September, 2018, 05:45
(https://i.postimg.cc/jS9jt288/screenshot_627.png)
Editor zum Bearbeiten von CSV-Dateien; erlaubt das Editieren der Feldinhalte sowie das Bearbeiten der Tabellenstruktur; kann unter anderem Zeilen, Spalten und Dateien verbinden, Doppeleinträge entfernen und markierte Felder in eine eigenständige CSV-Datei exportieren; exportiert in die Formate HTML, XML, XLS und DOC

Freeware

What's new: >>

Some small corrections.

http://csved.sjfrancke.nl/index.html
Titel: Mobirise 4.8.3
Beitrag von: SiLæncer am 21 September, 2018, 17:15
(https://s26.postimg.cc/g54gep109/screenshot_3.png)
Develop fully responsive, mobile-ready websites that look amazing on any devices and browsers. Preview how your website will appear on phones, tablets and desktops directly in the visual editor..

Freeware

https://mobirise.com/
Titel: Text Editor Pro v5.1.0
Beitrag von: SiLæncer am 22 September, 2018, 10:50
(https://s26.postimg.cc/hfdkhoj9l/screenshot_896.png)
Text Editor Pro (formerly EditBone) is a powerful text editing tool that comes with syntax highlighting support for over 50 languages and scripts, customizable with over 100 options, 29 ready made styles, a handy file comparison feature, unicode character map, numerical unit convert tool, SQL formatter, and support for multiple directories and search results.

Freeware

Changelog

- Added font and size option for directory, editor, and output tabs
- Added tab font and size option for menu bar
- Added use system font for directory, editor, and output tabs
- Added use system font for menu bar
- Fixed font combo box
- Fixed language files
- Fixed language menu
- Fixed line break in editor
- Fixed main menu options
- Fixed selected tree item saving into INI in options
- Fixed selection after sort
- Fixed tab key in editor
- Fixed undo and redo
- Updated AlphaSkins controls v14.01 - http://www.alphaskins.com/

- Note! All skins are upgraded for AlphaSkins v14
  Download all skins: http://www.alphaskins.com/sfiles/skins/askins_v14.zip

[close]

http://texteditor.pro/
Titel: QOwnNotes 18.09.3
Beitrag von: SiLæncer am 22 September, 2018, 19:00
(https://s26.postimg.cc/hoi1ahlcp/screenshot_978.png)
QOwnNotes is a text editor / notepad replacement with markdown support and todo list manager. The program supports themes, keyboard shortcuts, syntax highlighting, and encryption. Includes available nested file list, tags, search, and more. Optionally works with the notes application ownCloud or Nextcloud.

Cross-platform with clients available for Mac and Linux.

License:    GPL

Changelog

attempted to improve the single application mode (for #1025

    on certain occasions it was possible that the app wouldn't start a 2nd time even if it was closed, this should be fixed now

the AppImage version of QOwnNotes is working again (for #1002, a big thank you to @fodrice for the patch)
improved automatic note renaming for manually added note links that end with a @
replaced ownCloud by ownCloud / Nextcloud in the Welcome dialog
added more Spanish, Italian, Chinese Traditional, Greek and German translation (thank you richarson, mlocati, abev66, Soulrain and rakekniven)

[close]

http://www.qownnotes.org/
Titel: Text Editor Pro v5.1.1
Beitrag von: SiLæncer am 22 September, 2018, 20:15
Whats new:>>

- Fixed directory
- Fixed reload changed files

http://texteditor.pro/
Titel: VNote 2.0
Beitrag von: SiLæncer am 23 September, 2018, 20:30
(https://s26.postimg.cc/871od8huh/screenshot_1147.png)
Peculiar yet interesting, open source piece of software that sports both Markdown editing capabilities and note management features.

MIT License

Changelog

Fix captain mode shortcuts in different keyboard layout on Windows. Linux and macOS still need some fixes.

Magic Word:

Support %att% as the relative path of the attachment folder, which can be used to insert link to attachments.

Editor:

Allow inserting link or content when dropping files in
Support highlighting tabs
Support parsing HTML tables without head

[close]

https://tamlok.github.io/vnote/
Titel: Network Notepad 5.0.26
Beitrag von: SiLæncer am 24 September, 2018, 13:15
(https://s26.postimg.cc/wuply3q2h/screenshot_425.png)
Network Notepad is a specially designed application for creating interactive network diagrams.

Now you can use this accessible and easy-to-use instrument to create or manage the diagrams you need.

Point-and-Click Telnet/ Browse/ User-definable
Network Management.
Simple Drag and Drop interface.
Open, Text Based File Format.
Printing.
Linked Diagrams.
Flow Charts.

Freeware

Changelog

Bug Fix:

If Windows has created a thumbs.db file in the common application data folder it could cause the first-time-run copy of datafiles to the user's application data folder to fail.
Link styles form was not opened as a dialog and caused an error if it was not closed before you used a newly added link style.
Several other forms change to open as dialogs.
Language translation files changed to UTF-8 encoding.
Added Slovenian translation. Thank you Jadran.
Removed System Information button from FrmAbout.
Fixed missing translations.

[close]

http://www.networknotepad.com/index.htm
Titel: MultiText Editor 3.1
Beitrag von: SiLæncer am 24 September, 2018, 20:00
(https://i.postimg.cc/bJkQCS4B/screenshot_640.png)
MultiText Editor is a Java-based text editor that comes loaded with several handy features, such as a spellchecker, case conversion, and font customization, among others. This utility doesn't come equipped with complicated options or configuration parameters, making it accessible to all types of users, even those less experienced with such software.

License : GPLv3

https://sourceforge.net/projects/multitexteditor/
Titel: PilotEdit Lite 12.1.0
Beitrag von: SiLæncer am 25 September, 2018, 20:15
(http://www.pilotedit.com/images/OpenInQuickMode.PNG)
PilotEdit is a text, hex, XML, C/C++, HTML, PHP, Java, Javascript and Perl editor that can edit large files of 400GB (40 billion lines).

It offers customizable syntax and keyword highlighting, advanced search and replace operations, automatic text encoding, 256-bit AES encryption/decryption and a built-in FTP/SFTP client lets you open, edit, download and upload large files directly to/from a FTP/SFTP server.

In addition to standard text editing features, PilotEdit can compare and merge two large files of 100GB (10 billion lines). You can also sort, find/remove duplicate lines and extract strings over a large file of 1GB.

Freemium

Whats new:>>

Provides the ability to set default encoding.

http://www.pilotedit.com/
Titel: CudaText v1.62.0.0
Beitrag von: SiLæncer am 25 September, 2018, 20:45
(https://s26.postimg.cc/k6wu8qcrt/screenshot_901.png)
Create programming scripts with this powerful tool that supports more than 130 languages and allows users to work concurrently on as many as six groups of projects.

Freeware

Changelog

+ add: new files "settings/*.cuda-lexops" - lexer properties, which user can change in "Lexer Props" dialog; they auto-save on OK press in Lexer Props, and auto-restore on app start
+ add: now it's not needed to use "Restore lexer styles" command (it was temp helper); command will be removed soon; and file "settings/lexer styles backup.ini" not updated now
+ add: Multi Installer: options "Make menu group 'nnn'" (make groups in Plugins menu)
* change: dialog "Lexer Properties": some fields (lexer name, commenting) made read-only
* change: dialog "Lexer Properties": removed "Style type" option

[close]

http://www.uvviewsoft.com/cudatext/
Titel: QOwnNotes 18.09.4
Beitrag von: SiLæncer am 26 September, 2018, 14:00
Whats new:>>

fixed selecting editor and preview fonts in macOS under Qt 5.11.2 (for #1033
added more Catalan, Dutch and German translation (thank you MGuerra, Fabijenna and dgirke)

http://www.qownnotes.org/
Titel: Atom 1.32.0 Beta 0
Beitrag von: SiLæncer am 27 September, 2018, 09:00
(https://s26.postimg.cc/fmfpqomgp/screenshot_915.png)
A powerful and flexible application that works as a text and source code editor with syntax highlight, or alternately as a file viewer.

MIT License

Release Notes

Enabled the new Tree-sitter parsing system by default. (#17879)
Reduced Atom's baseline memory usage by minifying the source code used to compute its startup snapshot. (#17926)
Fixed a bug on macOS where right clicking would create a native text selection. (#17985)
Update to Electron 2.0.9. atom/atom#18012
Support atom protocol links in links rendered within markdown preview and tooltips. atom/atom#16940
Add Selection.onDidChangeRange event object as advertised in the docs. atom/atom#11139
Migrate one-dark-syntax and autoflow into ./packages.
autocomplete-html Update to work properly with tree-sitter grammars. atom/autocomplete-html#89
github Collect additional metrics to measure entry points into the package, mechanisms related to staging and committing, and interactions with pull requests to see how useful they all are.

[close]

https://atom.io/
Titel: Atlantis Nova 3.2.7.2
Beitrag von: SiLæncer am 27 September, 2018, 16:45
(https://i.postimg.cc/HxmyzSTF/screenshot_656.png)
A simple, old-school text editor equipped with an abundance of paragraph and text manipulation functions, different hotkeys and more.

Freeware

https://www.atlantiswordprocessor.com/en/nova.htm
Titel: HxD 2.1.0.0
Beitrag von: SiLæncer am 27 September, 2018, 17:30
(https://s26.postimg.cc/6t85owprt/screenshot_34.png)
HxD is a carefully designed and fast hex editor including raw disk editing, modifying foreign RAM and handling files of any size. The program includes search/replace (ASCII | Unicode), export, checksum/digests, insertion of byte patterns, file shredder, concatenation or splitting of files, statistics and more.

Freeware

https://mh-nexus.de/en/hxd/
Titel: PHPNotepad 1.6.0
Beitrag von: SiLæncer am 28 September, 2018, 05:20
(https://s26.postimg.cc/hy333zd1l/screenshot_1124.png)
Write and edit your code in almost any of the supported languages with the help of this neat, versatile and useful software application.

Donationware

http://phpnotepad.org/
Titel: LPub3D 2.3.1.0.949
Beitrag von: SiLæncer am 28 September, 2018, 06:00
(https://i.postimg.cc/kMx9GxDB/screenshot_664.png)
LPub3D is an Open Source WYSIWYG editing application for creating LEGO style digital building instructions.

LPub3D uses the LDraw parts library, the most comprehensive library of digital Open Source LEGO bricks available and reads the LDraw LDR and MPD model file formats.

License: Open Source

https://sourceforge.net/projects/lpub3d/?source=directory
Titel: Atom 1.32.0 Beta 1
Beitrag von: SiLæncer am 28 September, 2018, 13:40
(https://s26.postimg.cc/fmfpqomgp/screenshot_915.png)
A powerful and flexible application that works as a text and source code editor with syntax highlight, or alternately as a file viewer.

MIT License

Whats new:>>

Fixed an issue where settings changed in the Settings View are not persisted on Linux (#18118)

https://atom.io/
Titel: QOwnNotes 18.09.5
Beitrag von: SiLæncer am 29 September, 2018, 21:16
(https://s26.postimg.cc/hoi1ahlcp/screenshot_978.png)
QOwnNotes is a text editor / notepad replacement with markdown support and todo list manager. The program supports themes, keyboard shortcuts, syntax highlighting, and encryption. Includes available nested file list, tags, search, and more. Optionally works with the notes application ownCloud or Nextcloud.

Cross-platform with clients available for Mac and Linux.

License:    GPL

Changelog

you can now create markdown new-lines (with two spaces at the end) by pressing Shift + Return in the note editor (for [#1032](https://github.com/pbek/QOwnNotes/issues/1032))
note folder names in the Note folders settings will now be truncated at 50 characters and new-line characters will be removed (for #1027)

[close]

http://www.qownnotes.org/
Titel: Pandoc 2.3.1
Beitrag von: SiLæncer am 30 September, 2018, 10:40
Pandoc is a command-line utility that can convert files from one markup format into another.

Pandoc's enhanced version of Markdown includes syntax for footnotes, tables, flexible ordered lists, definition lists, fenced code blocks, superscripts and subscripts, strikeout, metadata blocks, automatic tables of contents, embedded LaTeX math, citations, and Markdown inside HTML block elements. (These enhancements, described further under Pandoc's Markdown, can be disabled using the markdown_strict input or output format.)

License: Open Source

Changelog

RST reader:

    Parse RST inlines containing newlines (#4912, Francesco Occhipinti). This eliminates a regression introduced after pandoc 2.1.1, which caused inline constructions containing newlines not to be recognized.
    Fix bug with internal link targets (#4919). They were gobbling up indented content underneath.

Markdown reader: distinguish autolinks in the AST. With this change, autolinks are parsed as Links with the uri class. (The same is true for bare links, if the autolink_bare_uris extension is enabled.) Email autolinks are parsed as Links with the email class. This allows the distinction to be represented in the AST.

Org reader:

    Force inline code blocks to honor export options (Brian Leung).
    Parse empty argument array in inline src blocks (Brian Leung).

Muse reader (Alexander Krotov):

    Added additional tests.
    Do not allow code markup to be followed by digit.
    Remove heading level limit.
    Simplify <literal> tag parsers
    Parse Text instead of String. Benchmark shows 7% improvement.
    Get rid of HTML parser dependency.
    Various code improvements.

ConTeXt writer: change \ to / in Windows image paths (#4918). We do this in the LaTeX writer, and it avoids problems. Note that / works as a LaTeX path separator on Windows.

LaTeX writer:

    Add support for multiprenote and multipostnote arguments with --biblatex (Brian Leung, #4930). The multiprenotes occur before the first prefix of a multicite, and the multipostnotes follow the last suffix.
    Fix a use of last that might take empty list. If you ran with --biblatex and have an empty document (metadata but no blocks), pandoc would previously raise an error because of the use of last on an empty list.

RTF writer: Fix build failure with ghc-8.6.1 caused by missing MonadFail instance (Jonas Scholl).

ODT Writer: Improve table header row style handling (Nils Carlson). This changes the way styles for cells in the header row and normal rows are handled in ODT tables. Previously a new (but identical) style was generated for every table, specifying the style of the cells within the table. After this change there are two style definitions for table cells, one for the cells in the header row, one for all other cells. This doesn’t change the actual styles, but makes post-processing changes to the table styles much simpler as it is no longer necessary to introduce new styles for header rows and there are now only two styles where there was previously one per table.

HTML writer:

    Don’t add uri class to presumed autolinks. Formerly the uri class was added to autolinks by the HTML writer, but it had to guess what was an autolink and could not distinguish [http://example.com](http://example.com) from <http://example.com>. It also incorrectly recognized [pandoc](pandoc) as an autolink. Now the HTML writer simply passes through the uri attribute if it is present, but does not add anything.
    Avoid adding extra section nestings for revealjs. Previously revealjs title slides at level (slidelevel - 1) were nested under an extra section element, even when the section contained no additional (vertical) content. That caused problems for some transition effects.
    Omit unknown attributes in EPUB2 output. For example, epub:type attributes should not be passed through, or the epub produced will not validate.

JATS writer: remove ‘role’ attribute on ‘bold’ and ‘sc’ elements (#4937). The JATS spec does not allow these.

Textile writer: don’t represent uri class explicitly for autolinks (#4913).

Lua filters (Albert Krewinkel):

    Cleanup filter execution code.
    Better error on test failure.

HTML, Muse reader tests: reduce time taken by round-trip test.

Added cabal.project.

MANUAL: epub:type is only useful for epub3 (Maura Bieg).

Use hslua v1.0.0 (Albert Krewinkel).

Fix translations/ru to use modern Russian orthography (Ivan Trubach).

Build Windows binary using ghc 8.6.1 and cabal new-build. This fixes issues with segfaults in the 32-bit Windows binaries (#4283).

[close]

https://github.com/jgm
Titel: EmEditor Free 18.1.1
Beitrag von: SiLæncer am 30 September, 2018, 21:00
(https://s26.postimg.cc/pbg87i3s9/screenshot_1195.png)
EmEditor is a lightning-fast, tabbed text editor with themes, syntax highlighting, stay-on-top, and customizable keyboard mapping. The program supports batch find-and-replace, regular expressions, and more.

The program beat a variety of other text editors in tests performed by TPFC user TP109. Additional features are available via a non-free version.

License:    Free for personal use

Changelog

Added the Prompt when creating a new file in a network path check box to the File page of the Customize dialog box.
Deleted the Black, Blue, Brick, EmEditor Classic, and Rose themes from the Display page of configuration properties.
Added the Enable/Disable All check box to the Define Encodings dialog box, and removed the New, Delete, Up, Down, Propertiesbuttons from the dialog box. The Encoding Properties dialog box was deprecated.
Removed the Open Undefined as System Default Encoding check box from the Detect All Result dialog box.

[close]

https://www.emeditor.com/text-editor-features/history/emeditor-free/
Titel: Markdown Edit 1.34
Beitrag von: SiLæncer am 01 Oktober, 2018, 16:15
(https://i.postimg.cc/9QkmLtYh/screenshot_671.png)
Markdown Edit is fully compatible with the CommonMark specification, enabling you to edit Markdown documents, as well as HTML or text ones. It allows document formatting and real-time HTML previewing, providing hotkeys for almost all commands, for easier control.

MIT License

Whats new:>>

Update Pandoc
Use Pandoc's newer GitHub Flavored Markdown support
Add Lua script to allow GitHub Task List checkboxes
Incorporate and close all outstanding pull requests
Add new translations (Czech, Portuguese)

https://markdownedit.com/
Titel: MultiText Editor 3.2
Beitrag von: SiLæncer am 01 Oktober, 2018, 19:15
(https://i.postimg.cc/bJkQCS4B/screenshot_640.png)
MultiText Editor is a Java-based text editor that comes loaded with several handy features, such as a spellchecker, case conversion, and font customization, among others. This utility doesn't come equipped with complicated options or configuration parameters, making it accessible to all types of users, even those less experienced with such software.

License : GPLv3

https://sourceforge.net/projects/multitexteditor/
Titel: Textadept 10.1
Beitrag von: SiLæncer am 02 Oktober, 2018, 12:22
(http://foicica.com/textadept/images/splitviews.png)
Textadept will provide users with a fast, minimalist, and ridiculously extensible text editor. At its core lies less than 2000 lines of C code, and that's how it always will be. While other editors rely on recordable macros to speed up workflow, shell scripts to quickly transform text, and static side panes to manage your documents, files, and more.

Textadept takes it to the extreme: it gives you complete control over the entire application using the embedded Lua language. Lua is nearly as fast as C, and has a very small footprint. In fact, most of Textadept is written in Lua.

License : MIT License ( Donationware )

Changelog

Bugfixes:

Fixed view focus synchronization issues when dropping files into split views.
Fixed potential crash with non-UTF-8 bytes copy-pasted into non-UTF-8 buffer.
spawn_proc:read() correctly handles rn sequences.

Changes:

Added ability to save/restore persistent data during a reset event via events.RESET_BEFORE and events.RESET_AFTER.
Replaced ui.find.find_in_files_filter with ui.find.find_in_files_filters table for project-specific filters.
Added Chinese localization.
Updated to GTK 2.24.32 on Windows, which fixes a number of various GTK-related issues.

[close]

http://foicica.com/textadept/
Titel: Scite 4.1.2
Beitrag von: SiLæncer am 02 Oktober, 2018, 13:36
(https://s26.postimg.cc/fbkgceeux/screenshot_1241.png)
Editor mit Syntax-Highlighting, Auto-Completion, Folding und vielem mehr...

Lizenz: Open Source

Whats new:>>

Drops menukey feature on Win32 to fix bugs.

http://www.scintilla.org/SciTE.html
Titel: PredictEd 1.1.0
Beitrag von: SiLæncer am 02 Oktober, 2018, 17:45
(https://s26.postimg.cc/k3hi2kz7d/screenshot_546.png)
Predictive text editor that offers auto-completion suggestions as you are typing, learns from your writing and can also be trained using existing texts.

MIT License

Changelog

Contexts - Different databases for different subjects or languages.
Spell checks - With custom dictionaries.
Re-sizable window.
Fast training.
Encryption tools - AES, Base64, Steganography, SHA512.
Bug fixes.
Support for drag and drop of files.
Support for shell opening of files.
Tips, tooltips and a cleaner status area.

[close]

https://oormi.in/software/predicted/help.html
Titel: CudaText 1.63.0.0
Beitrag von: SiLæncer am 03 Oktober, 2018, 11:50
(https://s26.postimg.cc/k6wu8qcrt/screenshot_901.png)
Create programming scripts with this powerful tool that supports more than 130 languages and allows users to work concurrently on as many as six groups of projects.

Freeware

Changelog

Add: option "ui_auto_save_session", allows closing without questions, like in Sublime Text
Add: option "lexer_postpone_until_shown", it makes much faster app start with lot of files from session
Add: more system libs are placed to subfolder "py/sys"
Change: folder "py/requests" was moved to "py/sys", so delete this old copy: "py/requests"
Change: lexers Go, YAML removed to add-ons
Fix: painting gutter decoration on wrapped line
Fix: with complex multi-selections (from Invert Selection), Delete command could brake text (now text is Ok, only carets pos need fixing)

[close]

http://www.uvviewsoft.com/cudatext/
Titel: HostsCK 2.1.9.0
Beitrag von: SiLæncer am 03 Oktober, 2018, 13:15
(https://s26.postimg.cc/931bwfpi1/screenshot_343.png)
Seamlessly access and edit Windows' Host file so you manage the list of blocked and allowed websites more efficiently via this application.

Freeware

Changelog

Added: HostsDE can check for mvps updates periodically while
it is running and provides protection against the renaming or
deletion of the Hosts as well as preventing changing it’s read-only
attribute by other programs.
Added: HostsCK can now clear the Internet Explorer cache as well
as cookies when closing the built in browser.
Added: You can now use your own button images on the toolbar.
Added: Setting to show URLs in main textbox. Links can be clicked
and opened in your default browser.
Improved: HostsCK’s total load time reduced by up to 1 second. *
Improved: Search textbox back and fore colour will be the same
as the main textbox.
Improved: The Design panel in Settings has a more logical layout.
Changed: Search textbox text highlight happens on mouse up
instead of mouse down.
Changed: Slight redesign to the About window.
Minor bug fixes: Several bugs squashed.

[close]

http://redisoft.uk/hck/
Titel: Lines Code Editor 2.0
Beitrag von: SiLæncer am 03 Oktober, 2018, 18:15
(https://s26.postimg.cc/t6oo7f66x/screenshot_1203.png)
Edit source code in CSS, HTML5, JavaScript and PHP using this simple and straightforward tool that has syntax highlighting, templates, and more.

Freeware

Changelog

- Option to limit tab width by limiting the number of characters
- Color indicator activated by color click when in CSS context
- Document colors shows text values
- Close tab-document button on right
- Fixed flickering when switching tabs
- Added last write time on tab tooltip
- UI response improvements
- Added dialog on project open
- Added import project from ZIP file and saving file location
- Toolbar hides on web browser open
- Option to merge empty lines to one empty line
- Fixed project command bug when argument field is empty
- Menu activation fixes
- Color picker window size reduced (HSL selector removed)
- Color picker shows named colors and titles
- User response form

[close]

https://www.creatixbih.com/lines
Titel: PHPNotepad 1.7.1
Beitrag von: SiLæncer am 04 Oktober, 2018, 05:45
(https://s26.postimg.cc/hy333zd1l/screenshot_1124.png)
Write and edit your code in almost any of the supported languages with the help of this neat, versatile and useful software application.

Donationware

http://phpnotepad.org/
Titel: BirdFont 3.12.9
Beitrag von: SiLæncer am 04 Oktober, 2018, 06:05
(https://s26.postimg.cc/rd1s4grdl/screenshot_137.png)
BirdFont is a free font editor that lets you create vector graphics and export TTF, EOT & SVG fonts.

License: Open Source

http://birdfont.org/
Titel: EmEditor Free 18.1.2
Beitrag von: SiLæncer am 04 Oktober, 2018, 13:54
Whats new:>>

Bug Fixes:

Fixed a bug related to Replace in Files.
Fixed a bug where editing very large files with little memory could crash EmEditor.
Fixed customer-reported issues

https://www.emeditor.com/text-editor-features/history/emeditor-free/
Titel: LPub3D 2.3.1.0.977
Beitrag von: SiLæncer am 04 Oktober, 2018, 19:50
(https://i.postimg.cc/kMx9GxDB/screenshot_664.png)
LPub3D is an Open Source WYSIWYG editing application for creating LEGO style digital building instructions.

LPub3D uses the LDraw parts library, the most comprehensive library of digital Open Source LEGO bricks available and reads the LDraw LDR and MPD model file formats.

License: Open Source

Release Notes

Features, enhancements, fixes and changes
------------

Starting with LPub3D version 2.3.0, the README notes will present a short overview of the update (these paragraphs) along with the significant features, enhancements, fixes and changes as links to their respective LPub3D GitHub tickets. While this instance of the README will continue to be updated you should consult the hyperlinked version.

LPub3D 2.3.0 presents a few significant new features. Notably "True" fade, multi-segment pointers, console commands with headless operations, and, my favourite, continuous page processing - simply click and have a brew while LPub3D does the repetitive work of cycling through your model file.
Significant user interface enhancements include "Dark Mode" for the Night Owls, rulers and guides, and additional 3DViewer panes presenting properties and time-line. In addition to the existing menu button, the property pane also offer x,y,z dialogues to enter your ROTSTEP matrix. Enjoy, Cheers.

New feature - Continuous page processing - GitHub ticket #76
New feature - Go Dark - Add dark theme - GitHub ticket #73
New feature - "Native" renderer based on 3DViewer (LeoCAD library) - GitHub ticket #71
New feature - "Native" POV file generation based on LDView library - GitHub ticket #77
New feature - Multi-segment page, divider and callout pointers - GitHub ticket #67
New feature - "True" part fade and part highlight - GitHub ticket #47
New feature - UI dialogue to set sub-model level color - GitHub ticket #69
New feature - Scene horizontal and vertical ruler and axis guides - GitHub ticket #68
New feature - Console commands - GitHub ticket #12
Enhancement - Default assembly orientation angles to Assembly Setup - GitHub ticket #72
Enhancement - Headless mode on Linux, macOS and Windows Platforms - GitHub ticket #56
Enhancement - Improved ROTSTEP entry from 3DViewer pane - GitHub ticket #- GitHub ticket #78
Enhancement - Keyboard shortcuts for Edit commands - GitHub ticket #63
Enhancement - Respect relative and absolute paths for inserted images - GitHub ticket #61
Enhancement - Rotate Icon resize - GitHub ticket #66
Enhancement - Set renderer from project setup menu - GitHub ticket #70
Enhancement - Use an image for Rotate Icon - GitHub ticket #6262)
Change - Move LPub3D.ini file to application location for Windows portable distros - GitHub ticket #75
Change - Update 3DViewer to LeoCAD 18.2 commit 15d5e89
Bug - Go To page function broken - GitHub ticket #55
Bug - Insert text on a sub-model insertion page gets placed in the sub-model instead of the parent model - GitHub ticket #53
Bug - Mixed-page orientation incorrect - GitHub ticket #59
Issue - Abnormal program end on malformed CALLOUT - GitHub ticket #74
Issue - Automatically add assembled image of multi-occurrence sub-model to parent page - GitHub ticket #65, description
Issue - Landscape page orientation for .pdf export not working - GitHub ticket #58, cannot reproduce
Issue - LDView Multiple files single call rendering slow - GitHub ticket #54
Issue - LDView on macOS not loading - missing libraries - GitHub ticket #57
Issue - LPub3D renders very slow on Windows - GitHub ticket #60, duplicate

[close]

https://sourceforge.net/projects/lpub3d/?source=directory
Titel: PHPNotepad 1.7.2
Beitrag von: SiLæncer am 04 Oktober, 2018, 20:40
(https://s26.postimg.cc/hy333zd1l/screenshot_1124.png)
Write and edit your code in almost any of the supported languages with the help of this neat, versatile and useful software application.

Donationware

http://phpnotepad.org/
Titel: Atom 1.32.0 Beta 2
Beitrag von: SiLæncer am 05 Oktober, 2018, 06:05
(https://s26.postimg.cc/fmfpqomgp/screenshot_915.png)
A powerful and flexible application that works as a text and source code editor with syntax highlight, or alternately as a file viewer.

MIT License

Whats new:>>

Fixed a bug where Atom would fail to reopen your previously-opened files on startup (atom/atom#18124)
Fixed an exception that occurred when editing JavaScript within EJS files (atom/autocomplete-html#95)
Fixed some errors in C++ syntax highlighting (tree-sitter/tree-sitter-cpp#16, tree-sitter/tree-sitter-cpp#17)
Fixed some errors in bash syntax highlighting (tree-sitter/tree-sitter-bash#33)

https://atom.io/
Titel: QOwnNotes 18.10.0
Beitrag von: SiLæncer am 05 Oktober, 2018, 16:00
(https://s26.postimg.cc/hoi1ahlcp/screenshot_978.png)
QOwnNotes is a text editor / notepad replacement with markdown support and todo list manager. The program supports themes, keyboard shortcuts, syntax highlighting, and encryption. Includes available nested file list, tags, search, and more. Optionally works with the notes application ownCloud or Nextcloud.

Cross-platform with clients available for Mac and Linux.

License:    GPL

Changelog

on Linux and Windows now the setting to only run one app instance at the same time will be used by default

    macOS only runs one instance of apps, so we don't need this setting there
    you need to restart the app a second time to let this setting take effect
    you can still turn this off in the settings, but keep in mind that this will cause problems with settings written by the multiple instances
    use the --session parameter to run QOwnNotes multiple times with different settings
        you can also export your settings from your first instance and import them in your second instance

the macOS app file now has a version number that can be viewed with Finder (for #1038)
a new community maintained repository for CentOS by Jörg Woll is now back again

    visit CentOS repository for more information

added more French translation (thank you adrientaudiere)

[close]

http://www.qownnotes.org/
Titel: LPub3D 2.3.2.0.988
Beitrag von: SiLæncer am 05 Oktober, 2018, 16:45
Changelog

LPub3D version 2.3.2 adds a bit more fixing and stability development.
A few last-minute enhancements and updates that did not make it into
the last release are also included.
Cheers.

Features, enhancements, fixes and changes

Enhancement - Add part categories to 3DViewer Preferences dialogue #121
Enhancement - Change shape of Timeline submodel color icons #124
Fix - Convert submodel to callout gives all kinds of errors #123
Fix - Rotation icon background #122
Update - General standardization - Standard spelling #116

[close]

https://sourceforge.net/projects/lpub3d/?source=directory
Titel: nanDECK 1.24.1
Beitrag von: SiLæncer am 05 Oktober, 2018, 20:45
(https://s26.postimg.cc/6uxy2fkg9/screenshot_70.png)
nanDECK is a scripting graphic software that provides a simple yet flexible language to create multiple images suited for cards or counters .

Freeware

http://www.nand.it/nandeck
Titel: PlainEdit.NET 1.5.1
Beitrag von: SiLæncer am 06 Oktober, 2018, 21:15
(https://i.postimg.cc/Ss3HQdGr/screenshot_685.png)
PlainEdit.NET ist ein Editor für Textdateien (ANSI, UTF-8 und Unicode) mit Syntaxhervorhebung für die gängigsten Web-, Script- und Programmiersprachen. Umfangreiche Konvertierungsfunktionen erleichtern das Umwandeln, Formatieren, Kodieren und Dekodieren von Texten.

Die wichtigsten Features:

    PlainEdit.NET kann mehrere Dateien gleichzeitig öffnen (Tabbed-Interface)
    Verschiedene Funktionen zur Textkonvertierung
    Syntaxhervorhebung für die gängigsten Web-, Script- und Programmiersprachen
    Laden und Speichern von ANSI, UTF-8, Unicode und Unicode Big-Endian Dateien
    Dateien mit Windows-, MacIntosh- und Unix-Zeilenumbrüchen werden unterstützt
    Automatisches Ersetzen von Sonderzeichen in die entsprechenden HTML-Kodierungen
    Dokument- und Textvorlagen ermöglichen das schnelle Erstellen von Dokumenten und das Einfügen von vorgefertigten Texten
    Seiteneinrichtung (Ränder, Kopf- und Fußzeilen), sowie eine Druckvorschau
    Über eine Seitenleiste können Snippets (Vorlagen, Codeteile oder sonstige Texte) schnell und einfach eingefügt werden
    Inkrementelles Suchen eines Textes (vorwärts und rückwärts)
    Suchen und Ersetzen von Texten mit regulären Ausdrücken - auch in nicht geöffneten Dateien

PlainEdit.NET kann sowohl in Mehrbenutzersystemen, als auch auf einem USB-Stick betrieben werden.

Freeware

Changelog

  •    Bei der Suche nach .NET-konformen regulären Ausdrücken wird jetzt im Kontextmenü des Ersetzungsfeldes eine Liste mit den möglichen Klammerausdrücken angezeigt.
  •    Die Anleitung zum Erstellen eigener Syntaxhervorhebungen ("Highlighters.rtf") ist jetzt im Download enthalten (im Ordner "Highlighters").
  •    Die HTML-Snippets sind jetzt als HTML und XHTML verfügbar.
  •    Im WebTools-Plugin kann nun eine Bilddatei als DATA-Attribut in Form einer Base64-Kodierung eingefügt werden.
  •    PlainEdit.NET kann jetzt auch mit Dateien ohne Dateiendung verknüpft werden. Unter "Einstellungen" > "Integration" dazu den ersten Listeneintrag (den Punkt) auswählen.
  •    Diverse kleinere Änderungen bei der Suche nach .NET-konformen regulären Ausdrücken mit Backreferences.
[close]
http://www.gaijin.at/dlplaineditnet.php
Titel: Textosaurus 0.9.9
Beitrag von: SiLæncer am 07 Oktober, 2018, 11:00
(https://s26.postimg.cc/hsdowhmnt/screenshot_875.png)
Textosaurus (previously named Textilosaurus) is a Scintilla-based text editor with a configurable, tabbed interface and syntax highlighting. The program includes uploaders, tools for scripting, XML, JSON, MIME and supports a wide variety of text encoding.

64-bit only. Cross-platform with a Linux version available.

License:    GNU GPLv3

Changelog

Added:

Support for transparent file encryption, which is based on AES256-CBS. All hashes are SHA3-512. Encryption can be set in menu "File" -> "File Encryption".
Slovak translation, thanks to Ján Ďanovský.
Code folding for HTML/XML.

Changed:

Updated some colors in Solarized color scheme.
Some tweaks for line numbers column width.
Powershell lexer styling enhanced.
Scintilla code updated.
Fixed #49.

Fixed:

Fixed restoring of currently visible document when restoring session.
Fixed crash when navigating to already closed editor/tab via "Output" sidebar.

[close]

https://github.com/martinrotter/textosaurus
Titel: Markdown Edit 1.35
Beitrag von: SiLæncer am 07 Oktober, 2018, 11:40
(https://i.postimg.cc/9QkmLtYh/screenshot_671.png)
Markdown Edit is fully compatible with the CommonMark specification, enabling you to edit Markdown documents, as well as HTML or text ones. It allows document formatting and real-time HTML previewing, providing hotkeys for almost all commands, for easier control.

MIT License

Whats new:>>

Remove TOC code from default template due to script errors.

https://markdownedit.com/
Titel: Text Editor Pro 5.2.0
Beitrag von: SiLæncer am 07 Oktober, 2018, 18:00
(https://s26.postimg.cc/hfdkhoj9l/screenshot_896.png)
Text Editor Pro (formerly EditBone) is a powerful text editing tool that comes with syntax highlighting support for over 50 languages and scripts, customizable with over 100 options, 29 ready made styles, a handy file comparison feature, unicode character map, numerical unit convert tool, SQL formatter, and support for multiple directories and search results.

Freeware

Changelog

Added Central European (CP 850) encoding
Fixed AV in magnifier style and border style options
Fixed options
Fixed page control
Fixed word wrap
Updated and fixed AlphaSkins controls v14.03

[close]

http://texteditor.pro/
Titel: Atom 1.32.0 Beta 3
Beitrag von: SiLæncer am 08 Oktober, 2018, 09:16
Whats new:>>

Update the GitHub package to v0.20.1

https://atom.io/
Titel: BowPad 2.4.1
Beitrag von: SiLæncer am 08 Oktober, 2018, 12:23
(https://s26.postimg.cc/h0ofzpokp/screenshot_1153.png)
BowPad is a small and fast text editor with a ribbon user interface and syntax highlighting.

Features:

syntax highlighting for over 100 file types and languages
handling of many different encodings, including UTF-8, UTF-16 and even UTF-32
easy ribbon user interface
navigation hints in the vertical scrollbar
coloring of open tabs according to their path
extendable with plugins written in jscript or vbscript

Freeware

Changelog

List of issues solved for 2.4.1
updated to Scintilla 4.1.2
improved jumplist, added an entry to start BowPad with Admin privileges
BowPad uses the proper dark mode for the ribbon with Windows 10 update 1809

[close]

http://stefanstools.sourceforge.net/BowPad.html
Titel: RisohEditor 5.1.0
Beitrag von: SiLæncer am 08 Oktober, 2018, 21:10
(https://i.postimg.cc/PxtrsfsY/screenshot_692.png)
A standalone text editor program that lets you edit the source code of computer applications build for Windows operating systems.

Freeware

https://katahiromz.web.fc2.com/re/en/index.html#intro
Titel: BowPad 2.4.2
Beitrag von: SiLæncer am 09 Oktober, 2018, 13:20
Whats new:>>

Language files were missing in 2.4.1
Improved icons for dark mode

http://stefanstools.sourceforge.net/BowPad.html
Titel: QOwnNotes v18.10.1
Beitrag von: SiLæncer am 10 Oktober, 2018, 06:05
Changelog

changes of the current note outside of QOwnNotes will now not trigger the The current note was modified outside of this application! dialog while editing the current note if the content of the note file wasn't really modified (for #1041)

    this was a problem because the Nextcloud / ownCloud sync client seems to write to the note files on some systems even if there were no actual changes to be made, this spawned the dialog if the user was actively editing the note

there now is a Telegram menu entry in the Help / Open chat menu to open a browser window with the QOwnNotes Telegram group
there is a community-created QOwnNotes package for FreeBSD by Matthew Stobbs at QOwnNotes FreeBSD port (for #969, a big thank you to Matthew!)
added more German translation

[close]

http://www.qownnotes.org/
Titel: GrafX Website Studio 4.7.42
Beitrag von: SiLæncer am 10 Oktober, 2018, 21:20
(https://i.postimg.cc/d0bdbd3x/screenshot_696.png)
GrafX Website Studio is a complex yet user-friendly software solution created to offer you the means of building your own website, customizing its appearance to fully meet your every need.

Freeware

http://www.xigraffix.com/
Titel: EmEditor Free v18.2.0
Beitrag von: SiLæncer am 11 Oktober, 2018, 05:10
(https://s26.postimg.cc/pbg87i3s9/screenshot_1195.png)
EmEditor is a lightning-fast, tabbed text editor with themes, syntax highlighting, stay-on-top, and customizable keyboard mapping. The program supports batch find-and-replace, regular expressions, and more.

The program beat a variety of other text editors in tests performed by TPFC user TP109. Additional features are available via a non-free version.

License:    Free for personal use

Changelog

New General Features

    Greatly improved the speed of Find, Replace, Filter, CSV sort and other operations when opening very large files. Removed multi-threaded search/replace, as single-threaded search/replace is now faster.
    In the new version, the status bar is highlighted for important messages.

New Options

    Added the Sort by Occurrence Ascending and Sort by Occurrence Descending radio buttons to the Sort by Multiple Columns dialog box.
    Added the Do not display the Save Workspace button in the “Save Changes?” dialog box check box to the Workspace page of the Customize dialog box.

New Commands

    Next Bookmark in This Document (Around)
    Previous Bookmark in This Document (Around)
    Sort by Occurrence Ascending
    Sort by Occurrence Descending

Plug-in API New Features

    Added the SORT_OCCURRENCE flag to the Editor_Sort inline function and the SORT_INFO structure.

Macro New Features

    Added the O (sorts by occurrence) option to the strColumns parameter of the Sort method.

Bug Fixes

    Fixed the bug where the Backup feature did not work.
    Fixed customer-reported issues (1).

[close]

https://www.emeditor.com/text-editor-features/history/emeditor-free/
Titel: BirdFont 3.12.12
Beitrag von: SiLæncer am 11 Oktober, 2018, 09:03
(https://s26.postimg.cc/rd1s4grdl/screenshot_137.png)
BirdFont is a free font editor that lets you create vector graphics and export TTF, EOT & SVG fonts.

License: Open Source

Whats new:>>

Fix SVG import.

http://birdfont.org/
Titel: Text Editor Pro 5.2.1
Beitrag von: SiLæncer am 11 Oktober, 2018, 09:06
(https://s26.postimg.cc/hfdkhoj9l/screenshot_896.png)
Text Editor Pro (formerly EditBone) is a powerful text editing tool that comes with syntax highlighting support for over 50 languages and scripts, customizable with over 100 options, 29 ready made styles, a handy file comparison feature, unicode character map, numerical unit convert tool, SQL formatter, and support for multiple directories and search results.

Freeware

Changelog

Fixed about
Fixed output close tab by double/middle-click option
Fixed code folding
Fixed drop files
Fixed AV when opening zero size files
Fixed magnifier close
Fixed minimap painting

[close]

http://texteditor.pro/
Titel: QOwnNotes v18.10.2
Beitrag von: SiLæncer am 12 Oktober, 2018, 04:30
(https://s26.postimg.cc/hoi1ahlcp/screenshot_978.png)
QOwnNotes is a text editor / notepad replacement with markdown support and todo list manager. The program supports themes, keyboard shortcuts, syntax highlighting, and encryption. Includes available nested file list, tags, search, and more. Optionally works with the notes application ownCloud or Nextcloud.

Cross-platform with clients available for Mac and Linux.

License:    GPL

Changelog

you can now copy the headline of the current note with the shortcut Alt + ⇧ + H

    please visit QOwnNotes shortcuts for a list of all shortcuts

added more Spanish, Italian, Brazilian Portuguese and German translation (thank you richarson, mlimacarlos and rakekniven)

[close]

http://www.qownnotes.org/
Titel: Zettlr 0.20.0
Beitrag von: SiLæncer am 13 Oktober, 2018, 10:20
(https://s26.postimg.cc/vfll9p4mh/screenshot_956.png)
Write text and conveniently edit it using Markdown with the help of this user-friendly and well-thought-out, Electron based application.

MIT License

Release Notes

GUI and functionality:

Fixed a bug during import that resulted in crashing the app if no Pandoc was found.
Updated the styling of the app to make it feel more modern.
To open a file directly by typing its name into the search bar you don't have to get the capitalisation correct anymore.
It is now possible to traverse the file tree directly by clicking on the directories inside the preview pane. Use a single click to make that directory your current one, or use an Alt-click to traverse back up to its parent directory.
Now the "Save changes before quitting?"-Dialog won't appear — all your files will be saved immediately before quitting.
Zettlr now remembers your last opened file and the last selected directory and restores them on each restart (if they still exist).
Images can now also have pandoc attributes assigned (in curly brackets after the image tag) and will both render correctly inside Zettlr and work as intended on export.
The app will now remember its size and position on screen and restore it after a restart.
Changes to the design of the dark mode. It's now a little bit blue-ish and the colours are finally adapted to the brand.
The directory list is now way less cluttered and looks way better than before.
Dropping images onto the app is now possible!
Added the long-commented-out blockquote command to the context menu.
iframes will now be rendered as well (such as the embed codes by YouTube or Vimeo). Note that only <iframe>-tags will be rendered, so Twitter embed won't work, for example.
Removed a small bug that would use the text selection cursor over directories after you've dragged a file.
Zettlr now remembers the last directories you were in when you successfully imported a file or opened a directory.
Added Droid Sans Mono as monospaced font family and updated the fonts around the app.
The Zettelkasten ID doesn't need to be in the format @ID:<your-id> anymore. Also the zkn-links can be customised.
The generation of IDs is now up to your creativity.
Made the search progress indication better. Now, instead of the background filling up with sometimes ugly colours, a circle just as for the Pomodoro timer is used.
The file snippets now hold additional information, such as the ID of the given file or the amount of tags. Additionally, if you hover over the number of tags, a popup will tell you which tags the file holds. Directories also now show their number of children elements (both directories and files).
The text snippets have been removed from the app.
The Quicklook windows now follow the application's theme.
Fixed a bug that generated a falsy first search cursor and prevented case insensitive searching.
Added extended statistics. Now you can exactly see when you've written how many words by clicking the new button in the small statistics popup.
You may now use #-characters inside tags.
macOS users now have an inset titlebar to make the app feel more immersive while not in fullscreen as well.
QuickLook windows now display the headings in the correct size again.
On smaller displays, Zettlr now has smaller margins and paddings so that each display size's space is used best.
Removed the ID-button from the toolbar. The command is still present in the menu and still works using the shortcut Cmd/Ctrl+L.
Fixed the bug that the attachment pane tooltip was partially hidden.
Quicklook windows are now constrained to the body area, and cannot be dragged over the toolbar.
Added validation to the settings so that you can't accidentally set wrong values.
The default buttons for dialogs are now reactivated, so you can remove files and folders by simply hitting Return to confirm the removal.
Anything markdown-specific (links, tasks, images) won't be rendered in any mode other than markdown anymore. So you can now rest assured that your links won't be converted and comments won't be displayed the size of headings in comment blocks or something.
Indented tasks are now rendered.
The table of contents now ignores comments in comment-blocks (no matter which language) and also has a better detection for the level of these.
Fixed a bug that threw errors on moving directories around.
Added Math inline-rendering.

Under the hood:

Implemented the try/catch construct around ZettlrImport to actually catch the errors that were thrown by this function.
Added globally accessible config getters and setters so that the ZettlrConfig-object is now reachable from within all classes in the app.
Changes to ZettlrWindow to create windows using programmatical boundaries.
Updated the image finding regex again.
Reorganised the font families in the less resources.
The popup is now much simpler to call.
Removed instantiation from both ZettlrImport and ZettlrExport.
All Zettlr installations now receive a unique UUID.
Using global.config.get it is now possible in the renderer to access the configuration programmatically without the need to send events.
Replaced all renderer configuration requests with the new, faster and synchronous method.
Fixed a missing dependency in ZettlrAttachment.
Updated to electron 3.
Changed app.makeSingleInstance to app.requestSingleInstanceLock as recommended by the docs.
Updated dependencies to the newest versions.
Image preview rendering is now independent of path.
Refactored the complete configuration setting process.
Explicitly set defaultId on confirmation dialogs.
detach() is now called only after the move operation of a ZettlrDir has been completed to remove the parent-pointer.

[close]

https://www.zettlr.com/
Titel: BabelEdit 1.5.0
Beitrag von: SiLæncer am 13 Oktober, 2018, 11:10
(https://s26.postimg.cc/7efmb9imh/screenshot_979.png)
A translation editor that can process one or more JSON files at the same time, providing support for both json and namespaced-json formats.

Freeware

Changelog

Features

    Support for MacOS Mojave (10.14)
    Ended support for MacOS Yosemite (10.10)
    Darkmode in Mojave
    Simplified startup wizard
    Detect framework if JSON/PHP files are dropped on start screen
    Improved language configuration dialog

Fixes

    Font rendering on Mojave
    'Quit' menu entry

[close]

https://www.codeandweb.com/babeledit
Titel: Hosty 0.8.4 Pre-release
Beitrag von: SiLæncer am 13 Oktober, 2018, 20:45
(https://s26.postimg.cc/5x5w1j9l5/screenshot_536.png)
Hosty is a HOST's manager that allows you to import and export your custom HOST's.

Hosty is relatively simple to use. Add a group, or groups and then add and websites or URL's you like. Each URL can be toggled on and off easily. The File menu allows you to import or export your saved HOST'S. Settings only have an option for a dark theme.

License: Open Source

Whats new:>>

Minor modifications

https://github.com/fiahfy/hosty
Titel: MyText 1.4.0
Beitrag von: SiLæncer am 14 Oktober, 2018, 20:00
(https://i.postimg.cc/6pZzJnsG/screenshot-712.png)
Enjoy the raw simplicity of a run-of-the-mill Notepad alternative that does not require installation and comes with support for text encryption.

Freeware

Whats new:>>

Improved password security.

http://www.filefriend.net/#MyText
Titel: Notepad++ v7.5.9
Beitrag von: SiLæncer am 15 Oktober, 2018, 05:00
(https://s26.postimg.cc/l77csj6tl/screenshot_962.png)
Notepad++ is a tabbed source code editor and Notepad replacement with a customizable interface. It is one of the few few source code editors that supports "folding," allowing users to quickly reduce and expand sections of code to see the overall document. In addition, it features multi-language syntax highlighting, auto-completion, regular expression search/replace, macro recording and playback, etc. The program can access a long list of plug-ins via an easy-to-access menu with even more features and functions.

License: GPL

Changelog

Added:

    2 command line flags "-notepadStyleCmdline" and "-z" for the replacement of notepad.exe.
    New plugin API NPPM_REMOVESHORTCUTBYCMDID to allows plugins to remove unneeded shortcuts.
    Several spiritual quotes and a subtle Easter egg in the source code.

Fixed:

    Hanging problem while switching back a fully-folded document by using shortcut (Ctrl-TAB).
    Possible file corruption during backup or power loss or other abnormal N++ termination.
    Wrong backup file deleted issue.
    Backup not fully disabled issue.
    Tail monitoring incoherent status after deleting a monitored file.
    Issue with wrong smart highlighting when it is disabled.
    Last active tab is ignored on Notepad++ restart issue.
    Tab non-responding by mouse click after dragging bug.
    Switching back position restoring issue for wrapped document

[close]

https://notepad-plus-plus.org/
Titel: ProgramEdit 4.7.4
Beitrag von: SiLæncer am 16 Oktober, 2018, 05:20
(https://s26.postimg.cc/wcabyxqq1/screenshot_58.png)
ProgramEdit - a free Windows® software source-code editor. ProgramEdit includes language support for HTML, Ada, C/C++, C#, CSS, JAVA, JavaScript, Perl, PHP, Python, Ruby, VB, VBScript, Verilog, VHDL and Batch(.bat) files. Other features include tabbed file selection, text highlighting, find & replace, regular expressions, sesssions, bookmarks, multiple undo/redo and hyperlinks.

Freeware

Whats new:>>

- add adjustments to Line Change indicators when other lines are added or removed
- fix minor Help/About bug
- update several Help files

http://simplesolverlogic.com/index.html
Titel: PHPNotepad 1.8.1
Beitrag von: SiLæncer am 16 Oktober, 2018, 20:15
(https://s26.postimg.cc/hy333zd1l/screenshot_1124.png)
Write and edit your code in almost any of the supported languages with the help of this neat, versatile and useful software application.

Donationware

http://phpnotepad.org/
Titel: Mobirise 4.8.6
Beitrag von: SiLæncer am 16 Oktober, 2018, 20:40
(https://s26.postimg.cc/g54gep109/screenshot_3.png)
Develop fully responsive, mobile-ready websites that look amazing on any devices and browsers. Preview how your website will appear on phones, tablets and desktops directly in the visual editor..

Freeware

Whats new:>>

Mobirise Icons are available for AMP themes now
Mobirise 2 Icons added

https://mobirise.com/
Titel: Infinitex 0.9.15
Beitrag von: SiLæncer am 17 Oktober, 2018, 13:20
(https://s26.postimg.cc/s2iek74jd/screenshot_968.png)
Sophisticated LaTeX editor with a compiler, math editor, templates and a simple but just as elegant text editor for programming purposes.

License: GPLv3

Whats new:>>

Removed simple editor and general updates

https://github.com/fetacore/Infinitex
Titel: JSONedit v0.9.31
Beitrag von: SiLæncer am 18 Oktober, 2018, 05:40
(https://s26.postimg.cc/zcd5ubda1/screenshot_961.png)
JSONedit is a simple editor for the JavaScript Object Notation format "a text-based open standard designed for human-readable data interchange" (source) with availble text and tree views.

Includes array generator using embedded Lua interpreter and Scintilla for text edition.

License:    Freeware

Changelog

FIXED: if change made with in-line editing in tree (F4) was confirmed - displayed node text was missing node name
FIXED: if Delete key was pressed when using in-line editor in tree or list mode - whole node was deleted
FIXED: Ctrl+C/Ctrl+V is now working inside in-line editor and filter field in list view
dialogs requesting changing parent type to object/array for tree and list view can be closed with Esc
JSON writer: lowered printing precision for double from 16 to 15 digits (roundtrip fail for e.g. value = 79.9)
added option for UTF-8 to ANSI conversion (file loading) and ANSI to UTF-8 (file saving) - this would be valid for editing UTF-8 files with characters limited to current windows code page, i.e. single language
added decoding \uXXXX UTF codepoints to ANSI if option for UTF-8 to ANSI conversion is used
added option to add scrollbars to node value edit field
added splitter between control groups for editing node value and for editing node comments

[close]

http://tomeko.net/software/JSONedit/index.php
Titel: EmEditor Free v18.2.1
Beitrag von: SiLæncer am 18 Oktober, 2018, 20:00
(https://s26.postimg.cc/pbg87i3s9/screenshot_1195.png)
EmEditor is a lightning-fast, tabbed text editor with themes, syntax highlighting, stay-on-top, and customizable keyboard mapping. The program supports batch find-and-replace, regular expressions, and more.

The program beat a variety of other text editors in tests performed by TPFC user TP109. Additional features are available via a non-free version.

License:    Free for personal use

Changelog

Bug Fixes:

Fixed a bug where highlighting did not work under a certain condition.
Fixed a bug where the Backup feature did not work under a certain condition.
Fixed a certain bug related to Find in Files using a multi-line search term.
Fixed a certain bug related to Undo after Replace All.
Fixed an issue where the keyboard focus could move from a dialog box to the editor after the Progress dialog box appears.
Fixed customer-reported issues

[close]

https://www.emeditor.com/text-editor-features/history/emeditor-free/
Titel: CudaText 1.64.0.0
Beitrag von: SiLæncer am 19 Oktober, 2018, 04:30
(https://s26.postimg.cc/k6wu8qcrt/screenshot_901.png)
Create programming scripts with this powerful tool that supports more than 130 languages and allows users to work concurrently on as many as six groups of projects.

Freeware

Changelog

Add:

File-types config allows to detect lexer by first line of text. See details in the wiki.
Option "ui_listbox_centered", allows to place menu dialogs (e.g. Command Palette) on screen center
Option "ui_console_compact", allows narrow layout of bottom panels
Improved auto-closing of brackets, it works if next char is one of ;:.,=>
App detects missed elements in old color themes, and shows it in console, on loading theme
Dialog "Go to" ignores letter chars
Command "settings: font size: bigger"
Command "settings: font size: smaller"
Lexer Markdown improved (<kbd> content highlighted, fixed rule for strikeout text)

Change:

Deleted deprecated command "Restore lexer styles"; you can delete old "settings/lexer styles backup.ini"
Deleted option "log_debug"
Deleted option "ui_float_groups_in_taskbar"
Deleted option "comment_full

[close]

http://www.uvviewsoft.com/cudatext/
Titel: QOwnNotes v18.10.3
Beitrag von: SiLæncer am 19 Oktober, 2018, 05:30
(https://s26.postimg.cc/hoi1ahlcp/screenshot_978.png)
QOwnNotes is a text editor / notepad replacement with markdown support and todo list manager. The program supports themes, keyboard shortcuts, syntax highlighting, and encryption. Includes available nested file list, tags, search, and more. Optionally works with the notes application ownCloud or Nextcloud.

Cross-platform with clients available for Mac and Linux.

License:    GPL

Changelog

a status message for the Copy note headline feature was added
the debug output in the Debug settings now supports more data-types for setting entries and will also show the name of the data-types
the last 200 entries of the note history will now be stored when you switch note folders or quit the application and will be restored accordingly (for #1044)

    please visit QOwnNotes shortcuts for a list of all shortcuts to navigate the note history
    if you have enabled the setting Restore cursor position when opening a note in the General settings your position in notes will be restored if you restart the application or switch between note folders

fixed QOwnNotes favorite button in Gnome dash (for #1019)
added more Spanish, Italian, Chinese Traditional, Catalan, German, Brazilian Portuguese and Hungarian translation (thank you richarson, mlocati, abev66, MGuerra, rakekniven, mlimacarlos and Fabijenna)

[close]

http://www.qownnotes.org/
Titel: BabelEdit 1.6.0
Beitrag von: SiLæncer am 19 Oktober, 2018, 12:34
(https://s26.postimg.cc/7efmb9imh/screenshot_979.png)
A translation editor that can process one or more JSON files at the same time, providing support for both json and namespaced-json formats.

Freeware

Changelog

Pre-Translate: Use machine translation to automatically fill your translations
Suggenstions: BabelEdit suggests translations for the current entry
Please visit https://www.codeandweb.com/babeledit/machine-translation for details
Primary language is now editable

[close]

https://www.codeandweb.com/babeledit
Titel: BabelEdit 1.6.1
Beitrag von: SiLæncer am 19 Oktober, 2018, 20:10
Whats new:>>

Improved laravel parser

https://www.codeandweb.com/babeledit
Titel: QOwnNotes 18.10.4
Beitrag von: SiLæncer am 21 Oktober, 2018, 12:30
Changelog

Moved "copy note headline" menu entry
the file open dialogs that can select multiple files now also remember the previous directory correctly
Importing notes from text files was improved

    you will now see what file is imported in a progress bar
    you can now cancel the import process
    speed improvement when importing many files

the Copy note headline menu entry was moved to the Edit / Extra menu

[close]

http://www.qownnotes.org/
Titel: BabelEdit 1.6.2
Beitrag von: SiLæncer am 21 Oktober, 2018, 18:45
Whats new:>>

Improved laravel parser

https://www.codeandweb.com/babeledit
Titel: GrafX Website Studio 4.7.68
Beitrag von: SiLæncer am 21 Oktober, 2018, 19:45
(https://i.postimg.cc/d0bdbd3x/screenshot_696.png)
GrafX Website Studio is a complex yet user-friendly software solution created to offer you the means of building your own website, customizing its appearance to fully meet your every need.

Freeware

http://www.xigraffix.com/
Titel: Atom 1.31.2
Beitrag von: SiLæncer am 23 Oktober, 2018, 12:14
(https://s26.postimg.cc/fmfpqomgp/screenshot_915.png)
A powerful and flexible application that works as a text and source code editor with syntax highlight, or alternately as a file viewer.

MIT License

Whats new:>>

Update the GitHub package to v0.19.1

https://atom.io/
Titel: CudaText v1.64.2.0
Beitrag von: SiLæncer am 24 Oktober, 2018, 06:10
Changelog

+ add: new options for caret shape: "caret_view", "caret_view_ovr", "caret_view_ro"
+ add: caret shape(s) can have height bigger than full cell, e.g. 140%
* change: deleted options "caret_shape", "caret_shape_ovr", "caret_shape_ro"
+ add: improved lexer Markdown (highlighted math blocks, table chars; fixed definition lists)

[close]

http://www.uvviewsoft.com/cudatext/
Titel: Atom 1.33.0 Beta 0
Beitrag von: SiLæncer am 24 Oktober, 2018, 09:11
Whats new:>>

Added built-in support for Rust using Tree-sitter (#18257)
Improved soft-wrapping behavior (#18287)
Added the ability to disable packages' snippets (#18261)
Moved the 'Undo Discard' button in the Git panel into a context menu (atom/github#1702)
Added a commit list to the GitHub panel (atom/github#1684)
Adding Git / GitHub icons to the status bar (atom/github#1704)

https://atom.io/
Titel: BirdFont 3.14.0
Beitrag von: SiLæncer am 24 Oktober, 2018, 16:15
(https://s26.postimg.cc/rd1s4grdl/screenshot_137.png)
BirdFont is a free font editor that lets you create vector graphics and export TTF, EOT & SVG fonts.

License: Open Source

Whats new:>>

Round, bevel or miter line joins.

http://birdfont.org/
Titel: AlephNote v1.6.23
Beitrag von: SiLæncer am 25 Oktober, 2018, 05:00
(https://s26.postimg.cc/6skrw8cnt/screenshot_1204.png)
AlephNote is extensible, lightweight desktop note manager. Features include search, interactive checkbox lists highlighting, clickable highlighted links, notes backup, drag-and-drop capability for files and text, and sorting notes into folders. The program supports tags, in-editor markdown rendering, customizable shortcuts, stay-on-top capability, tray control, themes, and more.

Notes can be saved locally or synchronized with cloud services including Simplenote, Standard Note, Nextcloud/ownCloud.

License:    MIT

Changelog

Features

    Remember cursor position when [RememberScroll] is enabled (#72)
    Advanced setting to allow some non-ascii chars in filenames (#75)
    Advanced setting to allow all chars in filenames (#75)
    Added theme modifiers (#77)
    Added new theme modifier: compact-sidebar
    Added new theme modifier: wide-sidebar

Tasks

    Cleanup settings code & introduce global app context
    major refactoring in ThemeManager to allow hierachies (for theme modifier)
    Show warning when accessing the advanced settings panel

Bugfixes

    Fixed round braces not being recognized in URL's (#76)
    Fixed natural sort order ignoring whitespaces (#71)
    StandardNotePlugin: Normalize linebreaks before sync (#74)
    Fixed foreground color of some sub-menuitems (#73)

Plugins

Plugins included by default:

FilesystemPlugin   v1.2.9
HeadlessPlugin     v1.4.6
NextcloudPlugin    v1.2.9
SimpleNotePlugin   v1.2.5
StandardNotePlugin v1.3.3

[close]

https://github.com/Mikescher/AlephNote
Titel: reCsv Editor 0.99 Beta
Beitrag von: SiLæncer am 25 Oktober, 2018, 05:10
(https://i.postimg.cc/vmMDhQRN/screenshot-748.png)
reCsv Editor is a software application developed in Java, as a simpler version of RecordEditor, which enables you to view the contents of various CSVs, edit and save them to the HDD.

License: GPLv3

Changelog

Fixes for Java Code-Generation for Csv files
New Csv CodeGen Screen.
Option of New File Chooser
Option of new File Fields
New Startup option Wizard
New Icon set (Oxygen)

[close]

http://recsveditor.sourceforge.net/
Titel: QOwnNotes v18.10.5
Beitrag von: SiLæncer am 25 Oktober, 2018, 05:45
Changelog

added a notification that you have to sync your notes yourself when sharing notes (for #1049)
did more ownCloud to ownCloud / Nextcloud text replacing
the Evernote importer is now able to import code blocks (for #1047)
added more Italian, Chinese Traditional, Catalan, Hungarian and Dutch translation (thank you mlocati, abev66, MGuerra and Fabijenna)

[close]

http://www.qownnotes.org/
Titel: Atom 1.32.0
Beitrag von: SiLæncer am 25 Oktober, 2018, 09:11
(https://s26.postimg.cc/fmfpqomgp/screenshot_915.png)
A powerful and flexible application that works as a text and source code editor with syntax highlight, or alternately as a file viewer.

MIT License

Whats new:>>

Enabled the new Tree-sitter parsing system by default (#17879)
Reduced memory consumption by minifying the startup script (#17926)

https://atom.io/
Titel: Typora 0.9.59 Beta
Beitrag von: SiLæncer am 25 Oktober, 2018, 13:47
(https://s26.postimg.cc/6a6bupdop/screenshot_1181.png)
Swiftly write, edit, format and convert text to HTML with the help of this modern looking, streamlined and novice-accessible piece of software.

Freeware

Changelog

Support spellcheck for non-English languages.
Save learned spelling and support unlearn spelling from context menu.
Add menu item to open file properties on Windows.
Fix “preserve line break” get ignore when export as PDF. Fix incorrect modify/create time for exported PDF file.
Add warnings when user enter typewriter/focus mode in their first time.
Fix bug about cursor and update issues for math.
Improve typing response, improve scroll performance and slightly improve speed for opening document.
Improve behaviors for “indent first line”.
Fix bug that image storage folder not updated after open new file.
Add sort function for file tree in sidebar.
Other bug fix.

[close]

http://www.typora.io/
Titel: Torrent File Editor 0.3.13
Beitrag von: SiLæncer am 26 Oktober, 2018, 13:11
(https://s26.postimg.cc/ocurkxi15/screenshot_325.png)
Create torrent files from scratch on your computer by configuring a few parameters and choosing the files you want to be contained within it.

License: GPLv3

https://sourceforge.net/projects/torrent-file-editor/
Titel: BirdFont 3.14.2
Beitrag von: SiLæncer am 26 Oktober, 2018, 13:21
(https://s26.postimg.cc/rd1s4grdl/screenshot_137.png)
BirdFont is a free font editor that lets you create vector graphics and export TTF, EOT & SVG fonts.

License: Open Source

Whats new:>>

Better conversion from SVG to font.

http://birdfont.org/
Titel: AlephNote 1.6.24
Beitrag von: SiLæncer am 26 Oktober, 2018, 21:00
(https://s26.postimg.cc/6skrw8cnt/screenshot_1204.png)
AlephNote is extensible, lightweight desktop note manager. Features include search, interactive checkbox lists highlighting, clickable highlighted links, notes backup, drag-and-drop capability for files and text, and sorting notes into folders. The program supports tags, in-editor markdown rendering, customizable shortcuts, stay-on-top capability, tray control, themes, and more.

Notes can be saved locally or synchronized with cloud services including Simplenote, Standard Note, Nextcloud/ownCloud.

License:    MIT

Changelog

Bugfixes:

Fixed UpdateToPrerelease setting
Fixed sidebar separator under windows classic theme (#79)
Fixed URL matching with uncommon unicode characters (#76)
Fixed Note locked-state not being applied immediately (#78)
Fixed Note markdown-mode (by tag) not being applied immediately (#78)

Plugins included by default:

FilesystemPlugin v1.2.9
HeadlessPlugin v1.4.6
NextcloudPlugin v1.2.9
SimpleNotePlugin v1.2.5
StandardNotePlugin v1.3.3

[close]

https://github.com/Mikescher/AlephNote
Titel: Typora 0.9.60 Beta
Beitrag von: SiLæncer am 27 Oktober, 2018, 10:30
Changelog

1. Fix rename or move file would make window unresponsive.
2. Fix shift+ctrl+v will trigger paste twice.
3. Fix cannot open markdown file by double click on Linux.
4. Fix links relates to spellcheck.
5. Fix some content cannot be parsed in limited time.
6. Fix inline math would get corrupt or wrong cursor after editing.

[close]

http://www.typora.io/
Titel: VNote 2.1
Beitrag von: SiLæncer am 27 Oktober, 2018, 18:00
(https://s26.postimg.cc/871od8huh/screenshot_1147.png)
Peculiar yet interesting, open source piece of software that sports both Markdown editing capabilities and note management features.

MIT License

Changelog

Keyboard Layout Mapping:

VNote supports specifying keyboard layout mapping which will be used in shortcuts. This will enable Captain mode in some layouts, such as Russian or French.

More Powerful Parse&Paste:

VNote will fetch images to local when pasting HTML;
Support pasting from Microsoft Excel as table;
Support pasting formula from Zhihu;
Support pasting images from OneNote;

More Handy Editor:

Scaling Image on Insert

Attach and Insert Link:

When dropping a file in the editor, VNote allow us to attach that file as attachment and insert the relative link to that attachment. Really handy, right?

Others:

Ctrl+Shift+V to paste as plain text;
Fix Unicode (emoji) issue. VNote now supports inserting emoji directly.
Support equation number of MathJax formulas;
Support Drag&Drop to copy/move notes;
Fix blurry toolbar icon on macOS;
Fix blurry rendering in read mode on Windows;

[close]

https://tamlok.github.io/vnote/
Titel: LPub3D 2.3.3.0.1024
Beitrag von: SiLæncer am 27 Oktober, 2018, 19:45
(https://i.postimg.cc/kMx9GxDB/screenshot_664.png)
LPub3D is an Open Source WYSIWYG editing application for creating LEGO style digital building instructions.

LPub3D uses the LDraw parts library, the most comprehensive library of digital Open Source LEGO bricks available and reads the LDraw LDR and MPD model file formats.

License: Open Source

Release Notes

LPub3D version 2.3.3 includes a mix of changes, enhancements and fixes.
Notable fixes are #135 that corrects rotated callouts being rendered with
no rotation and #128 when fade previous steps is on, PLI parts are painted
the fade colour if the use global fade colour option is enabled. Significant
enhancements include #132 which automates support for TENTE and VEXIQ LDraw
part libraries. These libraries are bundled with LPub3D so no additional
configuration is needed. #127 adds automatic file encoding management
enabling LPub3D to seamlessly switch between UTF and ANSI encoded content. Cheers.

[close]

https://sourceforge.net/projects/lpub3d/?source=directory
Titel: AlephNote v1.6.25
Beitrag von: SiLæncer am 28 Oktober, 2018, 10:00
Changelog

Bugfixes

    Fixed sidebar separator under windows classic theme (#79)
    URL matching must start with an whitespace character (#76)
    Fixed captions in SettingsWindow (#80)
    Fixed option UseRawFolderRepo not being disabled on account switch (#80)

Features

    Option to use subfolders for local FS sync (#80)

Plugins

Plugins included by default:

FilesystemPlugin   v1.2.9
HeadlessPlugin     v1.4.6
NextcloudPlugin    v1.2.9
SimpleNotePlugin   v1.2.5
StandardNotePlugin v1.3.3

[close]

https://github.com/Mikescher/AlephNote
Titel: QOwnNotes v18.10.6
Beitrag von: SiLæncer am 28 Oktober, 2018, 11:30
(https://s26.postimg.cc/hoi1ahlcp/screenshot_978.png)
QOwnNotes is a text editor / notepad replacement with markdown support and todo list manager. The program supports themes, keyboard shortcuts, syntax highlighting, and encryption. Includes available nested file list, tags, search, and more. Optionally works with the notes application ownCloud or Nextcloud.

Cross-platform with clients available for Mac and Linux.

License:    GPL

Changelog

improved code block import of the Evernote importer (for #1047)

    some other issues were also fixes

added more information to the note sharing dialog and the sharing notification (for #1049)
added more Spanish, Italian, German, Catalan, Brazilian Portuguese translation (thank you richarson, mlocati, rakekniven, MGuerra and mlimacarlos)

[close]

http://www.qownnotes.org/
Titel: DocPad 22.0
Beitrag von: SiLæncer am 30 Oktober, 2018, 04:30
(http://images.six.betanews.com/screenshots/scaled/1238008675-1.jpg)
Erweiterter Text-Editor als Alternative zu Notepad; bietet unter anderem eine Rechtschreibprüfung, eine anpassbare Toolbar sowie die Möglichkeit, Makros zu verwenden.

Freeware

Changelog

Added the ability to set a default document type (ASCII, UTF-8, Unicode) for new documents. This setting is on the Preferences window.
The block selection (Alt+Drag) is now compatible with most editbox tools.
The toolbar can now have more than one row of tools.
Speak: added a Pause button.
Added the "File Information" tool to the File menu.
Reduced memory usage by approximately 34%, which allows larger files to be opened.
Regex Tester: if the regular expression is invalid syntax, a description of the error is now presented.
Text drag and drop: the dropped text is now selected.
The status bar now displays the document type (ASCII, UTF-8, Unicode).
Preferences: Character Set: added a "Preview" button.
Discard Paragraphs Containing: added the ability to discard paragraphs that are shorter than a specified length.
Spell Check: the number of changes is now reported.
Added the ability to put the Print and Restore Backup tools on the toolbar, although they are hidden by default.
When DocPad is launched to open a file, the Welcome Panel no longer flashes on the screen briefly before the file is opened.
The Print tool now has a hotkey, Ctrl+P.
Visit Hyperlink: this now supports unicode, and is tolerant of HTML encoding.
Visit Hyperlink: added support for file:/// URL's that contain hex encoded UTF-8.
Insert Date/Time: added ISO 8601 formats.
The Customize Toolbar window now remembers preferences such as its position and the table column widths.
After pressing an unknown hotkey, the error message on the status bar will now display the hotkey.
Added the "Multiline Search" option to the Options menu.
Welcome: added the "Check For Update" tool.
Print: the job name, which is the same as the filename, now supports unicode.
Improved how Ctrl+Left and Ctrl+Right deal with certain situations.
Welcome: there is now an icon next to the title.
The /? command line switch will now display the help file chapter on the command line.
Moved the Jump tools to the More menu.
Fixed: Auto-Open Last Document: the last document was opening unnecessarily when a document filepath was specified on the command line.
Fixed: block selection: Copy was not working right if the selection was taller than the editbox.

[close]

http://www.gammadyne.com/docpad.htm
Titel: PHPNotepad 1.8.2
Beitrag von: SiLæncer am 31 Oktober, 2018, 10:20
(https://s26.postimg.cc/hy333zd1l/screenshot_1124.png)
Write and edit your code in almost any of the supported languages with the help of this neat, versatile and useful software application.

Donationware

http://phpnotepad.org/
Titel: Atom 1.32.1
Beitrag von: SiLæncer am 31 Oktober, 2018, 11:30
Changelog

Fixed an issue where Linux users were unable to push or fetch Git branches with the GitHub package on distributions with libcurl4 installed (#18201)
Fixed an issue where the Toggle Line Comments command created the wrong kinds of comments in files with multiple languages (#18334)
Fixed missing syntax highlighting classes in several languages when using the new Tree-sitter parsing system
Ruby (atom/language-ruby#244)
Go (atom/language-go#158)
JavaScript (atom/language-javascript#611, atom/language-javascript#612, atom/language-javascript#614)
C (atom/language-c#300)
Python (atom/language-python#282)
Fixed missing syntax highlighting of CSS inside of JavaScript and HTML (atom/language-css#156)
Fixed missing syntax highlighting of macro definitions in C code

[close]

https://atom.io/
Titel: Texmaker 5.0.3
Beitrag von: SiLæncer am 31 Oktober, 2018, 17:00
(https://i.postimg.cc/pTv5K008/screenshot-770.png)
Umfangreicher LaTeX-Editor mit integrierten Tools und Funktionen wie Syntax-Highlighting, 370 mathematischen Symbolen und Ausdrücken, Suchen und Ersetzen oder Rechtschreibprüfung; konvertiert zudem LaTeX ins HTML-Format.

Lizenz: Open Source

Changelog

The bug about the bad highlighting on misspelled text before a cite{} or label{} command has been fixed
If no text is selected the "(un)comment" command will (un)comment the current line
The default size of the configuration dialog has been reduced (users request)
Fold/Unfold/Fold All/Unfold All menu options has been added (thanks to Robin Watts)
A bug about completion when citing references that contain numbers has been fixed
A trouble in the "recent files" menu with names including an ampersand has been fixed
A typo in the documentation has been fixed
A typo in the de translation has been fixed (thanks to Stéphane YVON)

[close]

http://www.xm1math.net/texmaker/download.html
Titel: BBCeditor 1.1.35
Beitrag von: SiLæncer am 31 Oktober, 2018, 20:10
(https://i.postimg.cc/jSvTbfSz/screenshot-773.png)
BBCeditor is an easy to use editor for BBcode which allows you to create a collection of posts for website forums.

Freeware

http://fenixproductions.pl/
Titel: Atom 1.33.0 Beta 1
Beitrag von: SiLæncer am 01 November, 2018, 12:20
(https://s26.postimg.cc/fmfpqomgp/screenshot_915.png)
A powerful and flexible application that works as a text and source code editor with syntax highlight, or alternately as a file viewer.

MIT License

Changelog

Fixed an issue where Linux users were unable to push or fetch Git branches with the GitHub package on distributions with libcurl4 installed (#18201)
Fixed an issue where the Toggle Line Comments command created the wrong kinds of comments in files with multiple languages (#18334)

Fixed missing syntax highlighting classes in several languages when using the new Tree-sitter parsing system:

Ruby (atom/language-ruby#244)
Go (atom/language-go#158)
JavaScript (atom/language-javascript#611, atom/language-javascript#612, atom/language-javascript#614)
C (atom/language-c#300)
Python (atom/language-python#282)
Fixed missing syntax highlighting of CSS inside of JavaScript and HTML (atom/language-css#156)
Fixed missing syntax highlighting of macro definitions in C code.
Fixed incorrect highlighting of raw byte strings in Rust code.

[close]

https://atom.io/
Titel: QOwnNotes 18.11.0
Beitrag von: SiLæncer am 01 November, 2018, 22:30
(https://s26.postimg.cc/hoi1ahlcp/screenshot_978.png)
QOwnNotes is a text editor / notepad replacement with markdown support and todo list manager. The program supports themes, keyboard shortcuts, syntax highlighting, and encryption. Includes available nested file list, tags, search, and more. Optionally works with the notes application ownCloud or Nextcloud.

Cross-platform with clients available for Mac and Linux.

License:    GPL

Changelog

improved code block import of the Evernote importer (for #1047)
you can now auto format spaces in a markdown table at the current cursor position with Edit / Edit / Auto format table (for #1052)

    the auto complete shortcut Ctrl + Space also will attempt to auto format the table

added more Italian, German, Catalan, Brazilian Portuguese, Chinese Traditional and Turkish translation (thank you mlocati, rakekniven, MGuerra, mlimacarlos, abev66 and ardakilicdagi)

[close]

http://www.qownnotes.org/
Titel: Textadept 10.2
Beitrag von: SiLæncer am 02 November, 2018, 07:20
(http://foicica.com/textadept/images/splitviews.png)
Textadept will provide users with a fast, minimalist, and ridiculously extensible text editor. At its core lies less than 2000 lines of C code, and that's how it always will be. While other editors rely on recordable macros to speed up workflow, shell scripts to quickly transform text, and static side panes to manage your documents, files, and more.

Textadept takes it to the extreme: it gives you complete control over the entire application using the embedded Lua language. Lua is nearly as fast as C, and has a very small footprint. In fact, most of Textadept is written in Lua.

License : MIT License ( Donationware )

Changelog

Bugfixes:

Fixed error when performing “select enclosed” on a non-ASCII character.
Fixed regression of Retina display support of Mac OSX.
Fixed key handling on some international keyboards.
Fixed tab labels not updating when loading message buffers from a session.
Fixed potential crashes in string.iconv() with tiny strings.
Fixed inability to resize one split view configuration with the mouse in the terminal version.

Changes:

Renamed spawn() to os.spawn().
os.spawn() now allows omission of cwd and env parameters.
spawn_proc:wait() returns the process' exit code.
textadept.editing.filter_through() halts on non-zero status instead of clobbering the buffer or selected text.
Removed textadept.editing.paste() and textadept.editing.paste_reindents option; Textadept no longer reindents pasted text by default.
Experimentally added textadept.macros module for recording, playing, saving, and loading keyboard macros.
Scintilla: Improve efficiency of idle wrapping.
Scintilla: Updated case conversion and character categories to Unicode 11.
Scintilla: Updated ConTeXt, HTML, and Markdown lexers.
Updated to Scintilla 3.10.1.

[close]

http://foicica.com/textadept/
Titel: CudaText 1.65.0.0
Beitrag von: SiLæncer am 03 November, 2018, 10:30
(https://s26.postimg.cc/k6wu8qcrt/screenshot_901.png)
Create programming scripts with this powerful tool that supports more than 130 languages and allows users to work concurrently on as many as six groups of projects.

Freeware

Changelog

Add: option "saving_trim_final_empty" - delete redundant final empty lines
Add: command "show+focus bottom panel / console"; default hotkey Ctrl+` was assigned to this command
Add: command "show+focus bottom panel / output"
Add: command "show+focus bottom panel / validate"
Fix: mass replace command has 2 stages, but stage-2 didn't show progress and couldn't be stopped
Fix: lexer HTML: disabled CSS highlight in attribute style="" because it gave problems

[close]

http://www.uvviewsoft.com/cudatext/
Titel: GrafX Website Studio 4.7.69
Beitrag von: SiLæncer am 04 November, 2018, 19:15
(https://i.postimg.cc/d0bdbd3x/screenshot_696.png)
GrafX Website Studio is a complex yet user-friendly software solution created to offer you the means of building your own website, customizing its appearance to fully meet your every need.

Freeware

http://www.xigraffix.com/
Titel: PilotEdit Lite 12.2.0
Beitrag von: SiLæncer am 06 November, 2018, 17:30
(http://www.pilotedit.com/images/OpenInQuickMode.PNG)
PilotEdit is a text, hex, XML, C/C++, HTML, PHP, Java, Javascript and Perl editor that can edit large files of 400GB (40 billion lines).

It offers customizable syntax and keyword highlighting, advanced search and replace operations, automatic text encoding, 256-bit AES encryption/decryption and a built-in FTP/SFTP client lets you open, edit, download and upload large files directly to/from a FTP/SFTP server.

In addition to standard text editing features, PilotEdit can compare and merge two large files of 100GB (10 billion lines). You can also sort, find/remove duplicate lines and extract strings over a large file of 1GB.

Freemium

Whats new:>>

Supports autocomplete.

http://www.pilotedit.com/
Titel: Network Notepad 5.0.28
Beitrag von: SiLæncer am 07 November, 2018, 13:37
(https://s26.postimg.cc/wuply3q2h/screenshot_425.png)
Network Notepad is a specially designed application for creating interactive network diagrams.

Now you can use this accessible and easy-to-use instrument to create or manage the diagrams you need.

Point-and-Click Telnet/ Browse/ User-definable
Network Management.
Simple Drag and Drop interface.
Open, Text Based File Format.
Printing.
Linked Diagrams.
Flow Charts.

Freeware

Changelog

'New Feature Left-Click And hold for 1500ms initiates drag and drop.
'Bugfix: Right-click selected link termination caused form to jump. Now displays link context menu.

[close]

http://www.networknotepad.com/index.htm
Titel: BabelEdit 1.6.3
Beitrag von: SiLæncer am 07 November, 2018, 13:51
(https://s26.postimg.cc/7efmb9imh/screenshot_979.png)
A translation editor that can process one or more JSON files at the same time, providing support for both json and namespaced-json formats.

Freeware

Changelog

Comment field visualization

[close]

https://www.codeandweb.com/babeledit
Titel: Jovial Memos 1.2
Beitrag von: SiLæncer am 07 November, 2018, 20:10
(https://i.postimg.cc/4xVXrKc1/screenshot-795.png)
Jovial Memos is a portable note creation tool that provides a straightforward option to create password protected memos with no dependencies on other programs.

Jovial Memos is the type of memo taking software that comes in handy when you are operating in a fast paced environment with many ideas, suggestions, etc., that pop-up and require a fast way to note them without much complication or need to work between overly complicated apps. Just jot it down in Jovial Memos. You can use this app right from a USB so you can take your memos with you.

License: Open Source

Whats new:>>

1. Added support for multiple memo files.
2. Changed program icon.

https://sourceforge.net/projects/jovialmemos/
Titel: RisohEditor 5.1.1
Beitrag von: SiLæncer am 08 November, 2018, 17:15
(https://i.postimg.cc/8P4z4Swt/screenshot-799.png)
"RisohEditor" is a free resource editor for Win32 development, created by Katayama Hirofumi MZ. RisohEditor realized the ideal of resource editor. "Risoh" means "ideal" in Japanese. RisohEditor can add, edit, extract, clone and remove the resource data in EXE/DLL files. You can edit Windows resources (Dialogs, Menus, Icons, Cursors, String Tables, Message Tables etc.) by using RisohEditor.

NOTICE: Please avoid installing in "C:\Program Files" or "C:\Program Files (x86)". Because the resource compiler (windres) doesn't accept space character in the file path.

Freeware

https://katahiromz.web.fc2.com/re/en/index.html#intro
Titel: QOwnNotes 18.11.1
Beitrag von: SiLæncer am 08 November, 2018, 17:30
Changelog

the auto formatter of markdown tables will now also automatically increase the size of the headline separator (for #1052)
you can now ignore certain note sub-folders by defining them as list of regular expressions (separated by ;) in the Panels settings (for #1054)

    by default folders starting with a . now will be ignored (this was already the case on Linux and macOS)

added more Italian, German, Catalan, Spanish, Chinese Traditional and French translation (thank you mlocati, rakekniven, MGuerra, richarson, abev66 and Botigli)

[close]

http://www.qownnotes.org/
Titel: EmEditor Free v18.3.0
Beitrag von: SiLæncer am 08 November, 2018, 20:30
(https://s26.postimg.cc/pbg87i3s9/screenshot_1195.png)
EmEditor is a lightning-fast, tabbed text editor with themes, syntax highlighting, stay-on-top, and customizable keyboard mapping. The program supports batch find-and-replace, regular expressions, and more.

The program beat a variety of other text editors in tests performed by TPFC user TP109. Additional features are available via a non-free version.

License:    Free for personal use

Changelog

New General Features

    Added random ordering to Sort.
    The new version can open Binary (Hexadecimal View) files with 16, 32, 64, 128, and 256 bytes per line. Selecting larger bytes per line results in faster loading of binary files.
    Re-enabled multi-threaded search/replace when a large file is opened without temporary files to improve its speed.
    Greatly improved the speed of Remove Newline Characters and Validate CSV documents with embedded newlines.
    Added the Bookmarked Lines Only, Unbookmarked Lines Only, and Match Newline Characters buttons to the Filter toolbar.
    Allows you to refresh/abort Filter by pressing the ENTER/ESC key while the keyboard focus is on the Column drop-down list box in the Filter toolbar.
    The new version allows you to deselect a selection while in multple selection mode, by CTRL-clicking a selection.
    You can now enable Read Only with unsaved documents.

New Options

    Added the Sort Randomly radio button to the Sort by Multiple Columns dialog box.
    Added the Binary (Hexadecimal View) drop-down list box to the Format page of the Customize dialog box.
    Added the Bookmarked Lines Only, Unbookmarked Lines Only, Match Newline Characters, CR Only, LF Only, CR+LF Only, Others check boxes to the Advanced Filter dialog box.

New Commands

    Sort Randomly
    Bookmarked Lines Only (Filter toolbar)
    Unbookmarked Lines Only (Filter toolbar)
    Match Newline Characters (Filter toolbar)
    CR Only (Filter toolbar)
    LF Only (Filter toolbar)
    CR+LF (Filter toolbar)
    Others (Filter toolbar)

Plug-in API New Features

    Added the SORT_RANDOM flag to the Editor_Sort inline function and the SORT_INFO structure.
    Added FLAG_FIND_BOOKMARKED_ONLY, FLAG_FIND_CR_ONLY, FLAG_FIND_CR_LF, FLAG_FIND_LF_ONLY, FLAG_FIND_NL_OTHERS, FLAG_FIND_UNBOOKMARKED_ONLY, and FLAG_FIND_MATCH_NL flags to the FILTER_INFO_EX structure.

Macro New Features

    Added the R (sorts randomly) option to the strColumns parameter of the Sort method.
    Added the ExFlags parameter to the Filter method.

Bug Fixes

    Fixed a certain issue related to Batch Replace.
    Fixed a bug of v18.0.0 and later where saving a file containing a very long line (longer than 260 MB per line) could corrupt the file.
    Fixed customer-reported issues

[close]

https://www.emeditor.com/text-editor-features/history/emeditor-free/
Titel: HostsCK 2.2.0.0
Beitrag von: SiLæncer am 09 November, 2018, 21:20
(https://s26.postimg.cc/931bwfpi1/screenshot_343.png)
Seamlessly access and edit Windows' Host file so you manage the list of blocked and allowed websites more efficiently via this application.

Freeware

Changelog

Fixed: Correct menu icons are shown if HostsCK is running in
the system tray.
Fixed: HostsDE showing a “The process cannot access the file” warning if
checking for an updated Hosts file
Fixed: The larger font when typing setting now works.
Fixed: The reading icon was being shown on the ‘Addresses blocked’
status label when changing between showing own icons or not in settings.
Improved: The Startup code has been re-organized so HostsCK starts more
smoothly and, if using the English language file, starts slightly quicker.
Added: When highlighting text in the main textbox, ‘Copy’ and ‘Cut’ menu items
will be displayed enabling you to quickly copy or cut the selected text.
This can be disabled in Settings > Input > Show copy menu.
Removed ‘Check for updated Hosts’ setting as it has been replaced with HostsDE
checking for Hosts updates.
Changed: The ‘No duplicate entries found’ message box no longer shows ‘Hosts OK’.
Changed: ‘Cut’, ‘Copy’, ‘Paste’ and ‘Select All’ right-click menu items have been
moved above the ‘Saved Sites’ menu items.
Updated: Updated the Microsoft blocks list.

[close]

http://redisoft.uk/hck/
Titel: EmEditor Free 18.3.2
Beitrag von: SiLæncer am 10 November, 2018, 10:40
Changelog

Fixed a bug where EmEditor could crash when launched or switched to a configuration with certain highlight keywords.
Fixed customer-reported issues.



18.3.1

    Fixed the issue where the app could be downgraded to the Free version if the annual subscription expiry is between November 8th and December 6th, due to wrong date information in the app.
    Fixed customer-reported issues

[close]

https://www.emeditor.com/text-editor-features/history/emeditor-free/
Titel: Atom 1.33.0 Beta 2
Beitrag von: SiLæncer am 11 November, 2018, 01:00
Changelog

Fixed an issue where making rapid, large edits could cause invalid syntax highlighting (#18375)
Fixed an issue that caused a freeze when making certain edits to ERB files (#18342)
Fixed an issue where typing a '#' would spuriously insert curly braces in several languages (#18376)
Added the ability to fold several more types of statements in some languages (atom/language-go#164, atom/language-javascript#624)
Added several syntax highlighting classes that were accidentally removed in 1.32.0 (atom/language-javascript#620, atom/language-javascript#623, atom/language-javascript#622)

[close]

https://atom.io/
Titel: Text Editor Pro 5.3.0
Beitrag von: SiLæncer am 12 November, 2018, 06:15
(https://s26.postimg.cc/hfdkhoj9l/screenshot_896.png)
Text Editor Pro (formerly EditBone) is a powerful text editing tool that comes with syntax highlighting support for over 50 languages and scripts, customizable with over 100 options, 29 ready made styles, a handy file comparison feature, unicode character map, numerical unit convert tool, SQL formatter, and support for multiple directories and search results.

Freeware

Changelog

Added highlighter for YAML - https://en.wikipedia.org/wiki/YAML
Fixed file info icon
Fixed find in files output
Fixed highlighter parser
Fixed icons
Fixed language files
Fixed message dialog position
Fixed toolbar reset in options
Optimized highlighter import
Updated and fixed AlphaSkins controls v14.05 - http://www.alphaskins.com/

[close]

http://texteditor.pro/
Titel: BirdFont 3.15.0
Beitrag von: SiLæncer am 12 November, 2018, 13:20
(https://s26.postimg.cc/rd1s4grdl/screenshot_137.png)
BirdFont is a free font editor that lets you create vector graphics and export TTF, EOT & SVG fonts.

License: Open Source

Whats new:>>

• Customizable preview template (HTML).

http://birdfont.org/
Titel: QOwnNotes 18.11.2
Beitrag von: SiLæncer am 13 November, 2018, 05:00
(https://s26.postimg.cc/hoi1ahlcp/screenshot_978.png)
QOwnNotes is a text editor / notepad replacement with markdown support and todo list manager. The program supports themes, keyboard shortcuts, syntax highlighting, and encryption. Includes available nested file list, tags, search, and more. Optionally works with the notes application ownCloud or Nextcloud.

Cross-platform with clients available for Mac and Linux.

License:    GPL

Changelog

you can now select the initial panel layout in the Welcome dialog

    Minimal, Full, Full vertical and Single column are currently available
    a screenshot of the layout will be viewed when selecting one

the note preview will now view table borders (for #1018)

    the script Markdown-it markdown parser now also supports table borders
    to disable this feature you can use table {border-width: 0;} in the Custom note preview styling script

the SSL certificate for https://docs.qownnotes.org now works properly
if the Cancel button is clicked in the Welcome dialog now all settings will be cleared before the application quits
added more German, Spanish, Italian, French, Catalan, Brazilian Portuguese, Hungarian and Dutch translation (thank you rakekniven, richarson, mlocati, Botigli, MGuerra, mlimacarlos and Fabijenna)

[close]

http://www.qownnotes.org/
Titel: Atom 1.32.2
Beitrag von: SiLæncer am 13 November, 2018, 17:45
(https://s26.postimg.cc/fmfpqomgp/screenshot_915.png)
A powerful and flexible application that works as a text and source code editor with syntax highlight, or alternately as a file viewer.

MIT License

Changelog

Notable Changes

    Fixed an issue where making rapid, large edits could cause invalid syntax highlighting (https://github.com/atom/atom/pull/18375)
    Fixed an issue that caused a freeze when making certain edits to ERB files (https://github.com/atom/atom/issues/18342)
    Fixed an issue where typing a '#' would spuriously insert curly braces in several languages (https://github.com/atom/atom/issues/18376)
    Added the ability to fold several more types of statements in some languages (https://github.com/atom/language-go/pull/164, https://github.com/atom/language-javascript/pull/624)
    Added several syntax highlighting classes that were accidentally removed in 1.32.0 (https://github.com/atom/language-javascript/pull/620, https://github.com/atom/language-javascript/pull/623, https://github.com/atom/language-javascript/pull/622)

All Changes

Atom Core

v1.32.1...v1.32.2

    atom/atom#18404 - :arrow_up: language-javascript&language-typescript
    atom/atom#18411 - Fix failure to emit did-change-highlighting event in TreeSitterLanguageMode

bracket-matcher

v0.89.3...v0.89.4

    atom/bracket-matcher#360 - Add Probot no-response configuration
    atom/bracket-matcher#361 - 🤖 Configure probot/no-response to allow 28 days when requesting more info on an issue

language-c

v0.60.11...v0.60.13

    atom/language-c#302 - Scope primitive types as support.storage.type instead of support.support.type
    atom/language-c#303 - Add more scopes to the tree-sitter grammar

language-go

v0.46.4...v0.46.6

    atom/language-go#160 - scope source_file as source.go
    atom/language-go#164 - Fold select, switch, case

language-javascript

v0.129.15...v0.129.17

    atom/language-javascript#604 - Add support for gql template literal
    atom/language-javascript#622 - Self closing elements can also be meta.class
    atom/language-javascript#623 - Distinguish between commas and periods.
    atom/language-javascript#624 - Fold rules for switch_case
    atom/language-javascript#620 - Add more scopes to the tree-sitter grammar

language-ruby

v0.72.12...v0.72.14

    atom/language-ruby#250 - Scope self as variable.language

[close]

https://atom.io/
Titel: Clonepad 1.0.2.5
Beitrag von: SiLæncer am 14 November, 2018, 05:10
(https://i.postimg.cc/TwS3x7Cp/screenshot-817.png)
Write, edit, find and replace text with the help of this basic word editor that was designed from the ground up to be as simple and as easy to use as possible.

License: GPLV3

Whats new:>>

Fixed: Large lines do not warp when a file is print.
Added: Debug support window.

http://clonepad.sourceforge.net/
Titel: Textosaurus 0.9.10
Beitrag von: SiLæncer am 14 November, 2018, 06:05
(https://s26.postimg.cc/hsdowhmnt/screenshot_875.png)
Textosaurus (previously named Textilosaurus) is a Scintilla-based text editor with a configurable, tabbed interface and syntax highlighting. The program includes uploaders, tools for scripting, XML, JSON, MIME and supports a wide variety of text encoding.

64-bit only. Cross-platform with a Linux version available.

License:    GNU GPLv3

Changelog

Added:

Textosaurus now has command line interface. Run "textosaurus --help" for more info. (#56)
FS sidebar is now able to follow path of currently displayed document.
Folding support for even more programming languages.
Installer now automatically installs VC++ runtime files.
Added SAS and STATA lexers.
Adjustable vertical line for indicating long lines.

Changed:

Adjusted sizes of icons in tabs and in toolbar.
"Plain Text" menu item is now moved to top of "Language" menu.
Substyles adjusted in "Diff" lexer.
Some more optimizations.
Debug logging to "error output" is now bit more polished.

Fixed:

Fixed incorrect "modified" icon in .LOG files.
Fixed QString::arg() incorrect usage on some places.
MacOS build now works.

[close]

https://github.com/martinrotter/textosaurus
Titel: Notepad++ 7.6.0
Beitrag von: SiLæncer am 14 November, 2018, 06:10
(https://i.postimg.cc/90QrsKpv/screenshot-818.png)
Notepad++ is a tabbed source code editor and Notepad replacement with a customizable interface. It is one of the few few source code editors that supports "folding," allowing users to quickly reduce and expand sections of code to see the overall document. In addition, it features multi-language syntax highlighting, auto-completion, regular expression search/replace, macro recording and playback, etc. The program can access a long list of plug-ins via an easy-to-access menu with even more features and functions.

License: GPL

Changelog

Add Built-in Plugins Admins. Users can install, update and remove plugins by some clicks via Plugins Admin:
https://notepad-plus-plus.org/features/plugin-admin.html
Change plugin loading method: Remove the legacy plugin loading way and apply only the new plugin loading method.
Add new message NPPM_GETPLUGINHOMEPATH in Notepad++ API for plugin, so plugin can get its path easily.
Fix a regression of performance issue while word wrap option is enable.
Fix a performance issue for switching back to folded document.
Fix crash issue due to Unix style path input in Open file dialog.
Fix UTF-8 detection problem: 4 byte characters UTF-8 character can be detected now.
Enhance/Fix encoding detection/problem.
Fix auto-indent issue by typing Enter on empty line.
Fix „Close all but this“ behaviour if multiple views are present and some files are dirty.
Fix tool tip in document switcher showing the old name issue (after being renamed).
Add autoit and lua autoCompletion.

[close]

https://notepad-plus-plus.org/
Titel: QOwnNotes v18.11.3
Beitrag von: SiLæncer am 15 November, 2018, 05:40
Changelog

the Cancel button of the note encryption password dialog is now always enabled (for #1065)
increased top and bottom padding of table cells in the note preview (for #1018)
after a panel layout was chosen in the welcome dialog the application window will now be centered and resized initially
the size of the welcome dialog is now adapted to more fit the layout selector and the background color of the layout preview is adapted to the dialog background color
interface languages now work in the snap version of QOwnNotes
added more Chinese Traditional, Spanish, Italian and Catalan translation (thank you abev66, richarson, tiwi90 and MGuerra)

[close]

http://www.qownnotes.org/
Titel: CudaText v1.66.0.0
Beitrag von: SiLæncer am 15 November, 2018, 05:50
(https://s26.postimg.cc/k6wu8qcrt/screenshot_901.png)
Create programming scripts with this powerful tool that supports more than 130 languages and allows users to work concurrently on as many as six groups of projects.

Freeware

Changelog

+ add: statusbar have tooltips
+ add: dialog "Go to": can enter absolute decimal offset (d1000) or hex offset (xFF00)
+ add: dialog "Go to": title shows detailed hint
+ add: deepest block staple, containing first caret, is highlighted (like VS Code)
* change: removed 5 unprinted_ options ("unprinted_spaces", "unprinted_spaces_trailing", "unprinted_ends", "unprinted_end_details", "unprinted_end_arrow")
+ add: single option instead of deleted ones: "unprinted_content", and it has new sub-option to show unprinted spaces/tabs only at begin/end of lines
+ add: option "wrap_mode" has new possible value "wrap at minimum of window edge / margin" (like VS Code)
+ add: if many zip files opened via "File - Open file", they install silently, reported only count of zip files
+ add: for horizontal scrollbar, app adds 4 spaces after longest line (before: was 1, VS Code has 5)
+ add: assigned hotkeys Shift+Enter, Shift+BkSp (same as Enter, BkSp)
+ add: checking/warning for outdated files/dirs of CudaText, which should be removed by user
* change: end-of-line marks changed to "LF", "CRLF", "CR"
* change: encoding names "cpNNNN" changed to lower case
* change: removed option "newdoc_eol", instead added option "newdoc_ends" with new possible value Auto
* change: removed encoding aliases "ANSI", "OEM", now app uses/shows direct names only
* change: removed 2 commands for "ANSI" encoding alias
* change: removed option "unprinted_end_dot_scale"
* change: removed option "ui_statusbar_tabsize"
* change: separate config file "plugin groups.json" not used, instead used section "plugin_groups" in user.json
* change: separate config file "filetypes.json" not used, instead used sections "detect"/"detect_line" in user.json
* change: plugin Multi Installer: removed options to make menu groups
- fix: plugin Show Unsaved Changes failed on Rus text in "ANSI" encoding (one of reasons to remove aliases)
- fix: command "Invert selection" gave redundant carets at text begin/end

[close]

http://www.uvviewsoft.com/cudatext/
Titel: Infinitex 0.9.16
Beitrag von: SiLæncer am 16 November, 2018, 05:10
(https://s26.postimg.cc/s2iek74jd/screenshot_968.png)
Sophisticated LaTeX editor with a compiler, math editor, templates and a simple but just as elegant text editor for programming purposes.

License: GPLv3

Whats new:>>

Fixed update UI

https://github.com/fetacore/Infinitex
Titel: GrafX Website Studio 4.7.76
Beitrag von: SiLæncer am 16 November, 2018, 21:10
(https://i.postimg.cc/d0bdbd3x/screenshot_696.png)
GrafX Website Studio is a complex yet user-friendly software solution created to offer you the means of building your own website, customizing its appearance to fully meet your every need.

Freeware

http://www.xigraffix.com/
Titel: BabelEdit 1.6.4
Beitrag von: SiLæncer am 17 November, 2018, 10:15
(https://s26.postimg.cc/7efmb9imh/screenshot_979.png)
A translation editor that can process one or more JSON files at the same time, providing support for both json and namespaced-json formats.

Freeware

Changelog

Features

    Added example project
    Added en-US dictionary
    Several usability improvements (shortcuts, error messages,...)

[close]

https://www.codeandweb.com/babeledit
Titel: Text Editor Pro v5.3.1
Beitrag von: SiLæncer am 19 November, 2018, 06:10
Changelog

- Fixed main menu
- Fixed menu icon
- Fixed skin select preview
- Fixed spin edit
- Updated and fixed AlphaSkins controls v14.07 - http://www.alphaskins.com/

[close]

http://texteditor.pro/
Titel: RocketCake 2.2
Beitrag von: SiLæncer am 19 November, 2018, 16:00
(https://s26.postimg.cc/845jbp2c9/screenshot_542.png)
RocketCake is a free web editor for creating responsive websites for beginners and professional web developers. No programming needed.

Freeware

Changelog

This update of the free responsive website designer fixes a few problems with macOS Mojave:

    For some users, combo boxes like the font or device selection didn't work on Mojave. This is fixed now.
    RocketCake is now a 64bit only application.
    The Windows version remains unchanged, it is the same as version 2.1

[close]

http://www.ambiera.com/rocketcake/index.html
Titel: HelpNDoc Personal Edition 5.9.1.788
Beitrag von: SiLæncer am 19 November, 2018, 20:30
(https://s26.postimg.cc/n8qdqw1ix/screenshot_994.png)
HelpNDoc provides all the tools necessary to write complete help files, manuals and documentations in a user friendly and very easy to use environment. HelpNDoc can generate standard Windows CHM help files, WEB based documentation, iPhone specific websites as well as printable PDF and Word documents.

HelpNDoc is completely free for personal use and evaluation purposes.

Changelog

Included HTTP Server could fail to work properly under certain conditions
Smaller setup EXE file: removed unneeded files

[close]

http://www.helpndoc.com/
Titel: QOwnNotes v18.11.4
Beitrag von: SiLæncer am 20 November, 2018, 05:00
(https://s26.postimg.cc/hoi1ahlcp/screenshot_978.png)
QOwnNotes is a text editor / notepad replacement with markdown support and todo list manager. The program supports themes, keyboard shortcuts, syntax highlighting, and encryption. Includes available nested file list, tags, search, and more. Optionally works with the notes application ownCloud or Nextcloud.

Cross-platform with clients available for Mac and Linux.

License:    GPL

Changelog

the selection colors in dark mode are now adapted to not get removed by blue filters like f.lux (for #1067)
there now is a description text for each layout in the Welcome dialog (for #1069)

    the name of the layouts and the description texts will now be translated

added more German, French, Hungarian and Dutch translation (thank you jan_sh, Botigli and PurplePlums)

[close]

http://www.qownnotes.org/
Titel: Zettlr 1.0.0 Beta
Beitrag von: SiLæncer am 20 November, 2018, 06:00
(https://s26.postimg.cc/vfll9p4mh/screenshot_956.png)
Write text and conveniently edit it using Markdown with the help of this user-friendly and well-thought-out, Electron based application.

MIT License

Release Notes

Dear users,

the development of Zettlr is reaching its first great milestone: Version 1.0! As we move towards implementing the last bug fixes and correct false behaviour, we determined it is best to have you, our users, partake in creating the best version of Zettlr so far!

Only you, with your own workflows and your own ideas about how to use the software, will be able to find all flaws that we may have overseen during development. If you are interested in using a great writing app for your work, we would be deeply thankful for your support in releasing version 1.0!

[close]

https://www.zettlr.com/
Titel: VisualFiles Script Editor 2018.11.11.1234
Beitrag von: SiLæncer am 20 November, 2018, 21:30
(https://i.postimg.cc/3RbqCc98/screenshot-832.png)
VisualFiles Script Editor is a programmer's editor specifically for VisualFiles scripts supporting VFS and TXT files including syntax highlighting and more.

This app is a full WYSIWYG script editor for VisualFiles created to help people working with the SolCase and VisualFiles case management systems (now Lexis Visualfiles). All the tools needed for editing are readily available for use via the toolbar. The interface design is simple and is broken down into panes with the most prominent being the editor. The whole app is designed to make the entire editing process easier with all features and options visible and accessible. Several things not included in VisualFiles Script Editor, however, is it does not include line numbering or word completion as part of its processes, and there is no detailed help file available. But there is an in-depth look at your machine's information as well as components in the small help section.

Freeware

https://www.ronsplace.eu/Products/VisualFilesScriptEditor
Titel: QOwnNotes v18.11.5
Beitrag von: SiLæncer am 21 November, 2018, 06:10
Whats new:>>

you now can override the interface font size in the Interface settings (for #1071)
high DPI scaling is now enabled (if built with Qt 5.6 or above) (for #1071)
added more German, Italian and Dutch translation (thank you jan_sh, mlocati and Fabijenna)

http://www.qownnotes.org/
Titel: Atom 1.33.0 Beta 3
Beitrag von: SiLæncer am 21 November, 2018, 16:00
(https://s26.postimg.cc/fmfpqomgp/screenshot_915.png)
A powerful and flexible application that works as a text and source code editor with syntax highlight, or alternately as a file viewer.

MIT License

Changelog

Notable changes:

Fixed an issue that caused the API documentation to be omitted for some core Atom APIs (#18308)

Windows release artifacts signed with new certificate:

This release uses a new code signing certificate for signing the Windows release artifacts. Because Windows Defender SmartScreen hasn't yet seen this certificate used in the wild, some users may see a warning when installing this release on Windows.
If you've downloaded a release artifact directly from https://github.com/atom/atom/releases or directly from https://atom.io and you encounter this warning, you can click "More Info" and then click "Run anyway" to proceed.
This warning should cease once Windows Defender SmartScreen gains trust for this new certificate over the coming days.

[close]

https://atom.io/
Titel: Yosoro 1.1.3
Beitrag von: SiLæncer am 22 November, 2018, 19:15
(https://i.postimg.cc/C1g2znZp/screenshot-839.png)
Intuitive and sophisticated notebook editor with OneDrive sync, Markdown and HTML export support, wrapped in an elegant interface.

License : GPLv3

Changelog

New Features:

Dark Theme
Sort Note
Shortcuts for switch mode

Optimization:

Export as PDF

[close]

https://yosoro.coolecho.net/
Titel: QOwnNotes v18.11.6
Beitrag von: SiLæncer am 23 November, 2018, 20:45
Whats new:>>

you can now use pre-made QOwnNotes layouts in the new Layout settings (for #1069)
fixed a possible crash when pasting images into the issue assistant (for #1072)
added more German, Spanish, Brazilian Portuguese, Italian, Hungarian and Dutch translation (thank you jan_sh, rakekniven, richarson, tiwi90, mlocati, mlimacarlos and Fabijenna)

http://www.qownnotes.org/
Titel: TeXstudio 2.12.12
Beitrag von: SiLæncer am 25 November, 2018, 20:00
(https://s26.postimg.cc/qg3rilqfd/screenshot_273.png)
GPL-LaTeX-Editor, der das Erstellen von LaTex-Dokumenten in Unicode vereinfacht; unterstützt den Nutzer beim Schreiben mittels interaktiver Rechtschreibprüfung, Syntax-Highlighting, Code-Folding und automatischer Code-Vervollständigung.

Lizenz: Open Source

Whats new:>>

Improve macro handling, provide gui that directly downloads macros from github.com/texstudio-org/texstudio-macro
Add fuzzy completion mode
Add cwls
Fix rare bug that the character appear reverse order
Bug fixes

http://texstudio.sourceforge.net/
Titel: QText 4.40.6903.30168
Beitrag von: SiLæncer am 26 November, 2018, 13:24
(https://www.jmedved.com/content/media/qtext400.png)
This program started with itch of mine. I often have need to take notes while talking on telephone, surfing or doing almost anything. That notes are usually just temporary since I want to do something with it – like adding telephone number to my phonebook. What I needed was scrap paper.

It is similar to notepad which can be brought from tray when needed but has also auto-save thing going on. Just ideal for taking notes.

Freeware

Whats new: >>

Refectored RichText copy/paste.
Possible to run multiple instances with different shortcut.
Option to toggle visibility with hotkey.
Bug fixing.

http://www.jmedved.com/qtext/
Titel: MiTeC XML Viewer v5.6.0
Beitrag von: SiLæncer am 27 November, 2018, 05:15
(https://i.postimg.cc/gj4Sb50w/screenshot-860.png)
MiTeC XML Viewer include simple XML Editor with xml validation, very fast SAX parser, support hierarchical and text preview, text searching, Base64 decoding, attribute listing, image interpretation, Web and Content preview and large files up to available memory.

Freeware

Whats new:>>

64-bit version.
Internal fixes.

http://mitec.cz/xmlv.html
Titel: ProgramEdit 4.7.5
Beitrag von: SiLæncer am 27 November, 2018, 05:30
(https://s26.postimg.cc/wcabyxqq1/screenshot_58.png)
ProgramEdit - a free Windows® software source-code editor. ProgramEdit includes language support for HTML, Ada, C/C++, C#, CSS, JAVA, JavaScript, Perl, PHP, Python, Ruby, VB, VBScript, Verilog, VHDL and Batch(.bat) files. Other features include tabbed file selection, text highlighting, find & replace, regular expressions, sesssions, bookmarks, multiple undo/redo and hyperlinks.

Freeware

Whats new:>>

- correct several minor bugs
- update Help file

http://simplesolverlogic.com/index.html
Titel: Textosaurus 0.9.11
Beitrag von: SiLæncer am 27 November, 2018, 16:30
(https://s26.postimg.cc/hsdowhmnt/screenshot_875.png)
Textosaurus (previously named Textilosaurus) is a Scintilla-based text editor with a configurable, tabbed interface and syntax highlighting. The program includes uploaders, tools for scripting, XML, JSON, MIME and supports a wide variety of text encoding.

64-bit only. Cross-platform with a Linux version available.

License:    GNU GPLv3

Changelog

Changed:

File encryption now uses OpenSSL utility and the encryption is exactly the same as produced by running "openssl enc...", so now you can {en,de}crypt your file either with Textosaurus or with "openssl" CLI tool.
Bundled OpenSSL on Windows was updated to latest 1.1.1a version and this updated library is also used by bundled Qt libs as well.

Fixed:

No errors were reported while saving to write-protected file.

[close]

https://github.com/martinrotter/textosaurus
Titel: wikidPad 2.3 RC2
Beitrag von: SiLæncer am 28 November, 2018, 04:50
(https://i.postimg.cc/C1jtmVzk/screenshot-862.png)
Mix aus Notepad, Outliner und Wiki, mit dem sich Informationen und Notizen strukturieren lassen; verlinkt erstellte Texte automatisch untereinander (Crosslinking), ähnlich der Struktur in Wikipedia.

Lizenz: Open Source

Whats new:>>

Bug fixed: Setting "Show line numbers" wasn't restored from configuration
Bug fixed: Annoying error message "Cannot set locale to language Konkani" on startup
Doc fixed: Changed GraphViz URLs in help wiki (thanks to The Inscrutable)

http://wikidpad.sourceforge.net/
Titel: Hosty 0.8.5
Beitrag von: SiLæncer am 28 November, 2018, 17:45
(https://s26.postimg.cc/5x5w1j9l5/screenshot_536.png)
Hosty is a HOST's manager that allows you to import and export your custom HOST's.

Hosty is relatively simple to use. Add a group, or groups and then add and websites or URL's you like. Each URL can be toggled on and off easily. The File menu allows you to import or export your saved HOST'S. Settings only have an option for a dark theme.

License: Open Source

Whats new:>>

Add Inspector view

https://github.com/fiahfy/hosty
Titel: HostsCK 2.2.1.0
Beitrag von: SiLæncer am 29 November, 2018, 05:45
(https://s26.postimg.cc/931bwfpi1/screenshot_343.png)
Seamlessly access and edit Windows' Host file so you manage the list of blocked and allowed websites more efficiently via this application.

Freeware

Changelog

Added: Setting to automatically show the edit panel when typing in the main textbox.
Added: Settings to show or suppress the “No more matches of” message when using search to search for text in the Hosts file.
Fixed: HostsCK displays correctly on high DPI monitors.
Fixed: A rare “Single Thread Apartment” error when flushing the DNS Cache.
Improved: HostsCK detects user input in the main textbox much better and will enable the save button and display an asterisk to show that changes may need to be saved.
Improved: Several minor improvements to search functions, GetIP, the built in web browser and the Bugs and Suggestions email client.
Updated: The HostsCK uninstaller now enables the DNS Client Service without asking and deletes the registry key
HostsDE creates if it is set to run when Windows starts.
Updated: The HostsCK Install program has been updated to conform to Microsoft guidelines. This means that links to the Uninstall HostsCK shortcut and the HostsCK license are no longer in the HostsCK Start Menu folder. A link to the uninstaller is now in the HostsCK program files directory and can still be easily uninstalled from the Windows control panel.
Removed: HostsCK can no longer be sent to the system tray to protect the Hosts file as this is now handled by HostsDE.

[close]

http://redisoft.uk/hck/
Titel: Atom 1.34.0 Beta 0
Beitrag von: SiLæncer am 29 November, 2018, 12:18
(https://s26.postimg.cc/fmfpqomgp/screenshot_915.png)
A powerful and flexible application that works as a text and source code editor with syntax highlight, or alternately as a file viewer.

MIT License

Changelog

Render git diff view with a TextEditor (atom/github#1512)
View multi-file diff of all staged changes prior to committing (atom/github#1767)
Added commit message template support (atom/github#1756)
Added Kotlin language syntax highlighting in Markdown code blocks (atom/language-gfm#236)
Fixed a bug where package searches from the settings view were throwing uncaught exceptions (atom/settings-view#1065)
Collapse all directories in tree view even if nothing is selected (atom/tree-view#1287)
Electron upgrade to 2.0.14 (#18475)

[close]

https://atom.io/
Titel: QOwnNotes 18.12.0
Beitrag von: SiLæncer am 29 November, 2018, 19:30
(https://s26.postimg.cc/hoi1ahlcp/screenshot_978.png)
QOwnNotes is a text editor / notepad replacement with markdown support and todo list manager. The program supports themes, keyboard shortcuts, syntax highlighting, and encryption. Includes available nested file list, tags, search, and more. Optionally works with the notes application ownCloud or Nextcloud.

Cross-platform with clients available for Mac and Linux.

License:    GPL

Changelog

you now can copy the text from code blocks to the clipboard by right clicking on it and selecting Copy code block (for #1077)
the command line parameters --help and --dump-settings now also work in single application mode if a second instance of QOwnNotes is started
a warning now will be printed out in the first application if QOwnNotes is started a second time in single application mode
QOwnNotesAPI is now ready for Nextcloud 15

    see QOwnNotesAPI for Nextcloud

added more Catalan, Spanish, Italian, Hungarian and Dutch translation (thank you MGuerra, richarson, mlocati and Fabijenna)

[close]

http://www.qownnotes.org/
Titel: QOwnNotes 18.12.1
Beitrag von: SiLæncer am 01 Dezember, 2018, 09:30
Changelog

there now is a new command line parameter --allow-multiple-instances that allows multiple instances of QOwnNotes to be started even if disallowed in the settings
the command line parameter -h now also works in single application mode if a second instance of QOwnNotes is started
the Log panel now has a minimum height of 20px to prevent that it can't be seen when enabled
a warning now will be printed out if QOwnNotes is started a second time in single application mode
added more German, Brazilian Portuguese, Chinese Traditional, Spanish, Italian, Hungarian and Dutch translation (thank you rakekniven, jan_sh, richarson, abev66, mlimacarlos, mlocati, tiwi90 and Fabijenna)

[close]

http://www.qownnotes.org/
Titel: TeXstudio 2.12.14
Beitrag von: SiLæncer am 01 Dezember, 2018, 18:00
(https://s26.postimg.cc/qg3rilqfd/screenshot_273.png)
GPL-LaTeX-Editor, der das Erstellen von LaTex-Dokumenten in Unicode vereinfacht; unterstützt den Nutzer beim Schreiben mittels interaktiver Rechtschreibprüfung, Syntax-Highlighting, Code-Folding und automatischer Code-Vervollständigung.

Lizenz: Open Source

Whats new:>>

Bugfix release

http://texstudio.sourceforge.net/
Titel: Clonepad 1.0.2.6
Beitrag von: SiLæncer am 01 Dezember, 2018, 18:20
(https://i.postimg.cc/TwS3x7Cp/screenshot-817.png)
Write, edit, find and replace text with the help of this basic word editor that was designed from the ground up to be as simple and as easy to use as possible.

License: GPLV3

Whats new:>>

Fixed: Processor architecture is returned as is in debug window.

http://clonepad.sourceforge.net/
Titel: RJ TextEd 13.50
Beitrag von: SiLæncer am 02 Dezember, 2018, 21:00
(https://s26.postimg.cc/775l9vjeh/screenshot_593.png)
RJ TextEd - A Unicode source and text editor. RJ TextEd is a full featured text and source editor with Unicode support, syntax highlighting and code folding. The functionality extends beyond text files and includes support for HTML editing with integrated preview, spell checking, auto completion, HTML validation, templates and more. The program also include support for Topstyle Lite CSS editor, has a dual pane file commander, as well as a FTP client to upload your files. The editor uses language files to display menus and dialogs in different languages. There are several included languages. New language files can easily be created in the editor. RJ TextEd is also a simple web development tool. The editor can use auto completion and hints to assist you in editing your source code. You can preview HTML/ASP/PHP... code using one of the preview tabs or open a document in a browser. The editor does not only handle source code. It also handles true ASCII files, binary files and of course plain text files.

License: Freeware

Changelog

Chrome Preview
Updated all files and components to version 70.0.3538.

GUI components
Updated several GUI components to the newest version.

Text clip and abbreviation synchronization
Added a synchronize sub-menu to the more menu on the text clips panel.

You can synchronize abbreviations and clips manually by selecting „Synchronize now…“. This will sync files to the ones stored in a shared folder. How the local and remote data is updated depends on your settings.

Options are available in two sections. Manual and auto sync settings.

Manual synchronize may be safer to use in a large organization. Especially if more than one user is able to save to the shared folder. You should also be careful with the „Allow delete“ option, since it may remove clips you just added.

If all users are allowed to save and everyone disable the settings to delete clips when syncing, nothing will be lost. Everyone is just adding to the shared clips. But that also means you may not be able to remove any clips. After the next sync – they will be added from the shared clips.

Auto synchronize will periodically read from the shared folder and sync your local clips based on your settings. If „Allow save“ is enabled – all your clips are then saved to the shared folder.

Text clip panel
Added items are now properly sorted.

Fixed a few issues.

Open and save dialog windows
With newer versions of Windows 10 the light/dark Windows system themes now change the colors used in the open/save dialog windows. To fix some draw issues when using program themes in the editor – I had to make some changes to the style hooks used to retrieve system colors and draw theme elements.

Home tab
Made several design changes to make it easier to navigate using keyboard. I also added check boxes on the recent files tab.

The search on all tabs have been replaced by a fuzzy search. Fuzzy search will find all items with entered letters in correct order. Then order them depending on relevance. The most relevant items at top. Relevance is decided by factors like found string in the file name, most found letters in the file name or path, capitalization…

You can use left/right arrows to switch between recent list tabs.
You can use Ctrl+Space to select items and Ctrl+Up/Down to move without selecting.
You can select several items by clicking on the check boxes, using the mouse.
You can press the open button to open file(s), which may be easier when using a mouse.
Recent files list
Fussy search is now used to find and list items in order of relevance. If entered character is found in the file name – the items gets a higher priority. The same happens if a matching capital letter is found.

Project panel
You can now drag a document tab to the project tree to add the document to an open project.

The search field now use „fuzzy search“. The match order, in the drop down list, is sorted by relevance.

Mouse click on a found search item should now open the file properly.

Scripts
Added two new properties to the „MainApp“ object.

– ProjectName : string // Get project name without file extension
– ProjectDefaultDir : string // Get default project source folder set in project options
Auto completion
Made some changes and changed several icons.

CSS/LESS/SASS
Made extensive changes and updated the syntax files.

Search Results (find and replace all)
Items are now selected by a single mouse click, instead of a double click. A click on a file now open and selects the first found or replaced item.

Syntax Editor
Added several new toolbar buttons and functions.

Drop down list to instantly change the icon of the selected items.
Two type of sorting: normal sort and sort by grouping items by its icon.
Cut, copy and paste. If you have several syntax files open at once – you can copy and paste between syntax files.
Find in files
Added prompt when doing „replace all“, to prevent accidental replace.

Code dropdown trees (user toolbar)
Made some minor visual changes and fixed a few issues.

Misc
Minor improvements in explorer panel options.
Added error messages when changing document encoding and it fails.
Added error messages when converting file encoding and it fails.
Fixed
Abbreviation issue in new installs.
Performance issues.
Search bar issues.
Auto completion issues in search dialog box.
Document map issue when closing dual document view.
Preview panel issue.
Multiple selection issue.
Browser preview panel issues.
Issue with highlighting braces.
Issue with convert encoding.
Conflict between different scroll bar options.
Plus many other issues sent by email.

[close]

http://www.rj-texted.se/
Titel: CudaText 1.67.0.0
Beitrag von: SiLæncer am 03 Dezember, 2018, 13:07
(https://s26.postimg.cc/k6wu8qcrt/screenshot_901.png)
Create programming scripts with this powerful tool that supports more than 130 languages and allows users to work concurrently on as many as six groups of projects.

Freeware

Changelog

* change: changed app subfolder in home folder:
       Linux, FreeBSD: ~/.config/cudatext (or $XDG_CONFIG_HOME/cudatext if variable set)
       macOS: ~/Library/Application Support/CudaText
+ add: much improved painting of minimap (spaces/tabs should paint correctly in multiline comments/strings, or in plain text)
+ add: localization of statusbar first cell (default values for ui_statusbar_* options are changed)
+ add: option "staples_props"
+ add: option "ui_menu_show"
+ add: option "ui_statusbar_show"
+ add: option "ui_toolbar_show"
+ add: command "ui: toggle sidebar"
+ add: option "autocomplete_commit_chars" (like VS Code)
+ add: option "ui_statusbar_panels" can specify auto-sized cells; default is changed for this
+ add: menu item "View - Toggle sidebar"
+ add: File Types config has default entry to detect XML by signature
+ add: option "autocomplete_add_opening_bracket" now doesn't insert bracket if it's already in text
+ add: UI theme color "block staples, for caret" (default is "none")
+ add: lexer Ruby much improved
* change: deleted option "staples_indent"
* change: deleted option "ruler_text_indent"
* change: history file don't store visible state of toolbar/statusbar/menubar, these are options in user.json now
- fix: rendering artifacts in Bash lexer on fast editing (issue #1710)
- fix: freezing by NN sec in big file, if pressing (Ctrl+A, Del) during lexer parsing

[close]

http://www.uvviewsoft.com/cudatext/
Titel: Hosty 0.8.6 Pre-release
Beitrag von: SiLæncer am 03 Dezember, 2018, 18:15
(https://s26.postimg.cc/5x5w1j9l5/screenshot_536.png)
Hosty is a HOST's manager that allows you to import and export your custom HOST's.

Hosty is relatively simple to use. Add a group, or groups and then add and websites or URL's you like. Each URL can be toggled on and off easily. The File menu allows you to import or export your saved HOST'S. Settings only have an option for a dark theme.

License: Open Source

Whats new:>>

Impl sidebar layout

https://github.com/fiahfy/hosty
Titel: Leanote 2.6.2
Beitrag von: SiLæncer am 03 Dezember, 2018, 18:30
(https://s26.postimg.cc/e2ob84fjd/screenshot_439.png)
A note creator and document editor that allows data sharing and instant blog posting, encouraging collaboration between team members.

License : GPL

http://app.leanote.com/
Titel: nanDECK 1.24.1c
Beitrag von: SiLæncer am 03 Dezember, 2018, 20:50
(https://s26.postimg.cc/6uxy2fkg9/screenshot_70.png)
nanDECK is a scripting graphic software that provides a simple yet flexible language to create multiple images suited for cards or counters .

Freeware

http://www.nand.it/nandeck
Titel: MadEdit-Mod 0.4.15
Beitrag von: SiLæncer am 04 Dezember, 2018, 05:30
(https://i.postimg.cc/hjwJPSBJ/screenshot-890.png)
MadEdit-Mod is a fork of MadEdit, a comprehensive text and hex editor available on multiple platforms. This tool was developed as a means of picking up where MadEdit left off, retaining the original features and adding new ones to improve the user experience.

License: GPLv3

Changelog

New:

Use input file ext as SaveAs file type filter
Use javascript syntax for typescript at first
ArchLinux/Manjaro package support
Better Dark theme based on popular ones
Change default color of active line marker
Highlight word color can be configed
Use backgroud color of text for rest of the line

Fix:

Size issue of MacroDialog
Save new created empty file as would cause crash #271
Upward text selection stops at the top margin of text area #272
After entering and exiting full screen mode, the Macro tool buttons auto appear on the toolbar #273
Bookmark background color could not be saved

Update:

Update Hunspell to 1.7.0
Update dictionary download URL
Update translations

[close]

https://sourceforge.net/projects/madedit-mod/
Titel: HostsCK 2.2.2.0
Beitrag von: SiLæncer am 04 Dezember, 2018, 19:15
(https://s26.postimg.cc/931bwfpi1/screenshot_343.png)
Seamlessly access and edit Windows' Host file so you manage the list of blocked and allowed websites more efficiently via this application.

Freeware

Changelog

Added: Setting to add extra Microsoft blocks to the Hosts when
opening and saving a file. Please read the IMPORTANT-INFORMATION-HERE.
Fixed: HostsCK no longer detects font colouring when searching or changing
colour schemes as changes to the Hosts file.
Fixed: The HostsCK installer hiding the lists directory in “AppDataLocalHostsCK”

[close]

http://redisoft.uk/hck/
Titel: ghostwriter 1.7.3
Beitrag von: SiLæncer am 05 Dezember, 2018, 05:10
(https://s26.postimg.cc/ggug7e4nt/screenshot_965.png)
Write, edit and preview your texts using Markdown with the help of this all-encompassing and user-friendly Markdown editor.

License : GPLv3

Changelog

Fixes

    Issue #369: Fixed segfault that occurred when changing the theme or interface style after opening the Preview Options dialog.

[close]

http://wereturtle.github.io/ghostwriter/
Titel: QOwnNotes 18.12.2
Beitrag von: SiLæncer am 05 Dezember, 2018, 05:30
Changelog

there now is a software repository for Fedora 29

    please visit the Fedora installation page for instructions

fixed build process for Qt below 5.6
added more German, Brazilian Portuguese, Ukrainian, French, Catalan, Italian, Hungarian and Dutch translation (thank you rakekniven, tiwi90, prolinuxua, MGuerra, Botigli, mlimacarlos and Fabijenna)

[close]

http://www.qownnotes.org/
Titel: Hosty 0.8.8 Pre-release
Beitrag von: SiLæncer am 07 Dezember, 2018, 19:15
Whats new:>>

Fix icon on osx

https://github.com/fiahfy/hosty
Titel: RisohEditor 5.1.2
Beitrag von: SiLæncer am 08 Dezember, 2018, 18:50
(https://i.postimg.cc/8P4z4Swt/screenshot-799.png)
"RisohEditor" is a free resource editor for Win32 development, created by Katayama Hirofumi MZ. RisohEditor realized the ideal of resource editor. "Risoh" means "ideal" in Japanese. RisohEditor can add, edit, extract, clone and remove the resource data in EXE/DLL files. You can edit Windows resources (Dialogs, Menus, Icons, Cursors, String Tables, Message Tables etc.) by using RisohEditor.

NOTICE: Please avoid installing in "C:\Program Files" or "C:\Program Files (x86)". Because the resource compiler (windres) doesn't accept space character in the file path.

Freeware

Changelog

Accept space in the window class name text box.
Accept C string literal in the window class name text box.
Improve template system.
Enable manifest template.
Fix toolbar UI update.
Correctly display ID types of "List of Resource IDs".
Correctly sort the languages upon output.

[close]

https://katahiromz.web.fc2.com/re/en/index.html#intro
Titel: BabelPad 11.0.0.4
Beitrag von: SiLæncer am 09 Dezember, 2018, 20:15
(https://s26.postimg.cc/nk8fxilwp/screenshot_1310.png)
BabelPad is a free Unicode text editor and word processor for Windows that supports the proper rendering of most complex scripts, and allows you to assign different fonts to different scripts in order to facilitate multi-script text editing.

Freeware

Changelog

Fixed bug in conversion from HTML entities (& inserted after & if not start of an HTML entity).
Fixed bug in conversion from NCR numeric character references (first character after & deleted if not start of an NCR sequence).
The file encoding in square brackets after the file name on the title bar now includes a BOM indicator if the file was opened or saved with a BOM.
Improved behaviour of up/down and page up/down keys when scrolling through candidates in the custom input method dropdown box.
The Overview of All Fonts now gives the total number of fonts enumerated at the top of the table of fonts.
A message is shown on the status bar during font enumeration, and total number of enumerated fonts is shown on the status bar on completeion.
Corrected OCR error of "tomb" for "to rub" in Li Fanwen's English glosses for Tangut characters.
Corrected some Tangut IDS sequences.
Updated to CLDR 34.
Fixed bug with generation of some level 4 weights for the UCA.

[close]

http://www.babelstone.co.uk/index.html
Titel: BabelPad 11.0.0.5
Beitrag von: SiLæncer am 10 Dezember, 2018, 09:02
Whats new:>>

Fixed bug in conversion from NCR numeric character references for invalid scalar values (semicolon appended to sequence).

http://www.babelstone.co.uk/index.html
Titel: ghostwriter 1.7.4
Beitrag von: SiLæncer am 10 Dezember, 2018, 19:16
(https://s26.postimg.cc/ggug7e4nt/screenshot_965.png)
Write, edit and preview your texts using Markdown with the help of this all-encompassing and user-friendly Markdown editor.

License : GPLv3

Changelog

Fixes:

Issue #178: Only use --quiet option for Pandoc version 2 or greater.
Fixed words-per-minute calculations to not be jumpy or overly high.
Fixed issue where creating a new theme resulted in inconsistent selection and display of themes in the Theme Selection dialog.
Fixed broken icon when running under Wayland.
Fixed screenshots in appdata.
Issue #385: Updated resource files license to CC BY-SA 4.0.

[close]

http://wereturtle.github.io/ghostwriter/
Titel: LPub3D 2.3.4.0.1085
Beitrag von: SiLæncer am 11 Dezember, 2018, 05:45
(https://i.postimg.cc/kMx9GxDB/screenshot_664.png)
LPub3D is an Open Source WYSIWYG editing application for creating LEGO style digital building instructions.

LPub3D uses the LDraw parts library, the most comprehensive library of digital Open Source LEGO bricks available and reads the LDraw LDR and MPD model file formats.

License: Open Source

Release Notes

LPub3D version 2.3.4 adds the ability to display a submodel at its first step.
Other notable enhancements include the ability to add a border to page, callout and
divider pointers. LDCad and LeoCAD group metas are now supported. LSynth bendable
synthesis elements are now bundled and can be added via the Preferences dialogue.
The default stack size on Windows has been increased from 1MB to 4MB to better support
large model files. On Linux the default stack size is 8MB. See the list below for
additional changes, enhancements, and fixes. Cheers.

Features, enhancements, fixes and changes

Change - Disable LDGLite output filename '#' for -mS option #157
Change - Increase default stack size for Windows release builds to 4MB #156
Change - Automate macOS missing/Incompatible library checks #57
Change - Refactor parameter list files regular expressions #155
Enhancement - Add LSynth parts to LPub3D archive #165
Enhancement - Add support for LDCad Group Meta command #149
Enhancement - Add support for LeoCAD Group Meta command #153
Enhancement - Fit view window to document scene #163
Enhancement - Improve multi-segment page, divider and callout pointers #154
Enhancement - Parts in excludedParts.lst are excluded from the PLI #151
Feature - Show submodel image at first step #52
Fix - Add Next Steps nested multistep error #150
Fix - Callout not changing when the color if modified #162
Fix - Export range dialog progress has a small mistake #144
Fix - Group removed inside a callout still visible on the main model #158
Fix - LDGLite.ini options not passed to render #141
Fix - Line comment colours no working properly #142
Fix - Page range dialogue reports false invalid range #143
Fix - Rotate Icon Placement Dialog incorrect "Relative to" options for Step Group #166
Fix - Some instruction settings not updating #164
Fix - Submodel instances count setting not set #148
Fix - Wrong rotation when rotstep REL/END after rotstep ABS in multi-step #160

[close]

https://sourceforge.net/projects/lpub3d/?source=directory
Titel: BabelEdit 1.7.0
Beitrag von: SiLæncer am 11 Dezember, 2018, 12:15
(https://s26.postimg.cc/7efmb9imh/screenshot_979.png)
A translation editor that can process one or more JSON files at the same time, providing support for both json and namespaced-json formats.

Freeware

Changelog

Features:

Support for plain text keys (without splitting at ".")
Autodetect file format (json, namespaced json, plain text)
Better handling of json files which can't be converted into tree structure
Indent/formatting configuration for i18next
Basic handling for arrays in json files

Fixes:

Better error messages
Drag & drop does not block explorer anymore

[close]

https://www.codeandweb.com/babeledit
Titel: QOwnNotes 18.12.3
Beitrag von: SiLæncer am 12 Dezember, 2018, 04:50
(https://s26.postimg.cc/hoi1ahlcp/screenshot_978.png)
QOwnNotes is a text editor / notepad replacement with markdown support and todo list manager. The program supports themes, keyboard shortcuts, syntax highlighting, and encryption. Includes available nested file list, tags, search, and more. Optionally works with the notes application ownCloud or Nextcloud.

Cross-platform with clients available for Mac and Linux.

License:    GPL

Changelog

the Windows version of QOwnNotes is now built with Qt 5.11.2
the Qt 5.7 build for Windows XP is now working again (for #828)

    seek out the latest master build from AppVeyor, choose the Qt 5.7 environment and download the artifact

an attempt was made to fix icon scaling problems especially on high dpi Windows and macOS systems (for #1005 and #1085)
added more Ukrainian, Spanish and German translation (thank you prolinuxua and richarson)

[close]

http://www.qownnotes.org/
Titel: MiTeC JSON Viewer v1.2.0
Beitrag von: SiLæncer am 12 Dezember, 2018, 05:05
(https://i.postimg.cc/mgnPYmLc/screenshot-921.png)
MiTeC JSON Viewer include simple JSON Editor with JSON validation, support hierarchical and text preview, text searching and Base64 encoding/decoding.

Freeware

Whats new:>>

Bug fixes.

http://mitec.cz/jsonv.html
Titel: FocusWriter 1.7.0
Beitrag von: SiLæncer am 12 Dezember, 2018, 16:50
(https://s26.postimg.cc/if0nmb60p/screenshot_947.png)
FocusWriter hilft Vielschreibern beim Verfassen von Texten. Die Textverarbeitung blendet alle Menüs und Leisten aus. So kann man sich beim Schreiben voll und ganz auf das Wesentliche konzentrieren.

Der Vollbild-Texteditor FocusWriter zeigt als Oberfläche absichtlich lediglich den blanken Text. Daher gelingt es leichter, störungs- und ablenkungsfrei zu schreiben. Auf Wunsch kann man auf zusätzliche Steuerelemente zugreifen und diese per Maus über die Bildschirmränder abrufen.

Außerdem kann bei FocusWriter eine Statuszeile mit der aktuellen Uhrzeit, einem Timer und Statistiken eingeblendet werden. Das geplante Arbeitspensum legt der Schreiber in den Einstellungen in Minuten oder Wörtern fest. Textart und -farbe werden hier ebenfalls ganz nach Wunsch bestimmt.

Mit FocusWriter können mehrere Dokumente parallel bearbeitet werden. Ein Speichern erfolgt im RTF-, ODT- oder TXT-Format. Standardmäßig zeigt die Freeware einen einfarbigen, nüchternen Hintergrund. Wer die Arbeitsumgebung etwas freundlicher und abwechslungsreicher gestalten möchte, kann die Farbe ändern und auch ein eigenes Bild als Hintergrund einblenden.

FocusWriter enthält alle Grundfunktionen einer Textverarbeitung inklusive Textformatierungen, einer Rechtschreibprüfung und dem Suchen und Ersetzen von Wörtern und Textausschnitten. Die Freeware spricht vor allem den Vielschreiber an, der sich allein auf den Text konzentrieren möchte.

Changelog

FIXED: Daily progress percentages were not locale aware
FIXED: Scene list text was incorrect with Qt 5.12
Show current streak for previous day
Improved detection of running instance
Updated included hunspell
Updated dictionaries
Translation updates: Czech, Dutch, Hungarian

[close]

http://gottcode.org/focuswriter/
Titel: Mobirise 4.8.8
Beitrag von: SiLæncer am 12 Dezember, 2018, 17:15
(https://s26.postimg.cc/g54gep109/screenshot_3.png)
Develop fully responsive, mobile-ready websites that look amazing on any devices and browsers. Preview how your website will appear on phones, tablets and desktops directly in the visual editor..

Freeware

Whats new:>>

Bug fixes: parallax in M4 themes, AMP sliders

https://mobirise.com/
Titel: Notepad++ 7.6.1
Beitrag von: SiLæncer am 13 Dezember, 2018, 06:10
(https://i.postimg.cc/90QrsKpv/screenshot-818.png)
Notepad++ is a tabbed source code editor and Notepad replacement with a customizable interface. It is one of the few few source code editors that supports "folding," allowing users to quickly reduce and expand sections of code to see the overall document. In addition, it features multi-language syntax highlighting, auto-completion, regular expression search/replace, macro recording and playback, etc. The program can access a long list of plug-ins via an easy-to-access menu with even more features and functions.

License: GPL

Changelog

X64 build available.
Fix the DLL Hijacking Vulnerability of previous versions (by updating NSIS to v3.0).
Auto-updater improvement: periodical check can be disable via auto-update prompt dialog.
Installer enhancement: Check if Notepad++ is running and ask the user to close it before continue.
Enhancement: add conflict detection to Shortcut Mapper.
Fix auto-completion on XML comment <!-- comment --> and <?xml> tag bug.
Fix file saving crash which can be reproduced through a specific way to save file.
Fix a crash issue while UDL's user keyword list is too long.
Fix HDPI issues for some components (task list, margins and shortcut mapper).
Add a new feature(optional) : Close the last document will quit Notepad++.
Add more Change Case variants (Title Case, Sentence case, iVERT cASE, rANdOm caSe).
Add Open file & open containing folder commands on selected file/folder name in text content.
Add Search on Internet command on selected word(s) in text content.
Add Scroll Tab Bar with mouse wheel capacity.
Add commands for moving the current file tab Forward/Backward.
Fix bug of monitoring not working for files under root.
Ruby is supported by Function List.
Added new option: Enable scrolling beyond last line.
Add an option to restore old behaviour (open files in folder) while folder being dropped.

[close]

https://notepad-plus-plus.org/
Titel: QOwnNotes v18.12.4
Beitrag von: SiLæncer am 15 Dezember, 2018, 09:30
Changelog

if single application mode is enabled the app will now attempt to check if the mode is supported on your system and turn it off if it isn't supported (for #1089)
you can now disable the auto-completion of previous searches in the search panel by turning it off in the Panel settings (for #1087)

    also some memory optimization when adding new searches was done

added more Chinese Traditional, Ukrainian, Italian, Hungarian and Dutch translation (thank you abev66, prolinuxua, mlocati and Fabijenna)

[close]

http://www.qownnotes.org/
Titel: AlephNote v1.6.26
Beitrag von: SiLæncer am 15 Dezember, 2018, 10:30
(https://s26.postimg.cc/6skrw8cnt/screenshot_1204.png)
AlephNote is extensible, lightweight desktop note manager. Features include search, interactive checkbox lists highlighting, clickable highlighted links, notes backup, drag-and-drop capability for files and text, and sorting notes into folders. The program supports tags, in-editor markdown rendering, customizable shortcuts, stay-on-top capability, tray control, themes, and more.

Notes can be saved locally or synchronized with cloud services including Simplenote, Standard Note, Nextcloud/ownCloud.

License:    MIT

Changelog

If you experienced problems with your tags with the StandardNotes provider, please got to [Edit] -> [Delete local data and sync new] to re-create your local tag database

Bugfixes

    Fixed typo in help texts
    Fixed InvalidOperationException (#89)
    Fixed captions in SettingsWindow (#80)
    Fixed option UseRawFolderRepo not being disabled on account switch (#80)
    Fixed (non-fatal) exception in SynchronizationDispatcher during shutdown
    Fixed Tag support StandardNotePlugin due to API change (#88)
    Fixed remote tag-update not immediately being shown in client (#90)

Features

    Added support for file-links (#83)
    Added support for note-links (#83)
    Added support for mailto-links (#83)
    Added dialog for file-links (#83)
    Added dialog for note-links (#83)
    Added dialog for mailto-links (#83)
    Added dialog for hyperlinks (#83)
    Added config to remember note-scroll only per session (#82)
    Added uuid, random, linebreak, tab, plugin, account, note keywords to snippet parser (#85)
    Added tab in settings to configure snippets (#85)

Plugins

Plugins included by default:

FilesystemPlugin   v1.2.10
HeadlessPlugin     v1.4.7
NextcloudPlugin    v1.2.10
SimpleNotePlugin   v1.2.6
StandardNotePlugin v1.4.0

[close]

https://github.com/Mikescher/AlephNote
Titel: VNote 2.2
Beitrag von: SiLæncer am 15 Dezember, 2018, 11:10
(https://s26.postimg.cc/871od8huh/screenshot_1147.png)
Peculiar yet interesting, open source piece of software that sports both Markdown editing capabilities and note management features.

MIT License

Changelog

Editor:

Support smart GFM table;
support auto scrolling cursor into center;
Support specifying font via settings to override style config;
Guess image title from the file name;
Support ~~~ as fenced code block marker;

MathJax:

Support equation number;
Support begin and end directly;
Support $..$ in text{} within $$...$$;
NotebookPanel: support spliting file list out;:
Add openGL option in settings on Windows;:

Markdown-it:

Support alert text via markdown-it-container plugin;
Support WaveDrom for digital timing diagram

[close]

https://tamlok.github.io/vnote/
Titel: CudaText v1.68.0.0
Beitrag von: SiLæncer am 16 Dezember, 2018, 11:00
(https://s26.postimg.cc/k6wu8qcrt/screenshot_901.png)
Create programming scripts with this powerful tool that supports more than 130 languages and allows users to work concurrently on as many as six groups of projects.

Freeware

Changelog

+ add: option "ui_tab_variable_width", can set variable width tabs
+ add: option "ui_tab_size_x_max"
+ add: option "ui_tab_show_x_size"
+ add: too long UI tab captions are now truncated in the middle, by "…" char
+ add: Linux: selection is auto-copied to OS Primary Selection (for max line count ~200). So plugin "Auto Copy to Clipboard" is almost not needed (it can copy to usual clipboard though).
+ add: can continue column selection after multi-carets. After column selection made, then Shift+Right used (it converted column block to multi-carets), you can continue column selection by Shift+Alt+Down
+ add: plugin Multi Installer skips more error messages (about incompatible OS, API)
+ add: command "Close and delete file" also works in picture viewer and binary/hex viewer
* change: removed menu items "Help - Mouse usage", "Help - Lexers"
- fix: most of app hotkeys didn't work in picture viewer (e.g. F1, Ctrl+Tab)
- fix: Windows: dialog positions on 2 monitors configuration
- fix: macOS: Ctrl+click didn't call context menu in all places
- fix: macOS: minimap didn't paint

[close]

http://www.uvviewsoft.com/cudatext/
Titel: Geany 1.34
Beitrag von: SiLæncer am 16 Dezember, 2018, 19:30
(https://i.postimg.cc/xjXLSj2w/screenshot-945.png)
Geany is cross-platform, GTK based Integrated Development Platform. You can work on simple text files, html, perl, python, NSIS and more with Geany.

License: GPL

Changelog

    General
    * Auto-select GTK2 or GTK3 at build time depending on availability
      (PR#1182).
    * Process files in the order they appear on the command line when
      generating tags files (Issue#1989, PR#1991).

    Bug fixes
    * Fix high CPU usage with the Scope plugin (Dimitar Zhekov, Issue#1461).
    * Fix loading some tags files with format specifier (Issue#1814, PR#1817).
    * Fix Plugin Manager buttons sometimes getting out of sync, possibly
      leading to a crash (Issue#1781, PR#1799).
    * Fix horizontal and page scrolling under GTK3 (PR#1843).

    Interface
    * Show part of the file path to show unique elements in the go to symbol
      popup (Thomas Martitz, PR#1445, Issue#1069).
    * Always show icons in the go to symbol popup (PR#1997).
    * Add a keybinding for "Strip Trailing Spaces" (LarsGit223, Issue#395,
      PR#1806).
    * Add some missing label relations.

    Editor
    * Update Scintilla to version 3.10.0 (Issue#1421, PR#1914).
    * Fix line breaking with multi-byte characters (Issue#1958, PR#1960).
    * Don't beep when trying to go to the next cursor location in a snippet and
      there is none (see Issue#1554).

    Filetypes
    * Markdown: Display bold and italics as such (FMuro, PR#1837).
    * Python: Update keywords to Python 3.7 (Miro Hrončok, Issue#1351, PR#1894).
    * PHP: Update tags for PHP 7.2 (Dominic Hopf, PR#1970).
    * Batch: Use REM as single-line comment marker (Issue#1912, PR#1932).
    * VHDL: Classify string styles as such (PR#1402).

    Windows
    * Fix display issues on HiDPI displays (Issue#692, PR#1992).

    API
    * Add `msgwin_compiler_add_string()`, `msgwin_msg_add_string()`,
      `msgwin_status_add_string()` (Thomas Martitz, PR#1748).
    * Add GeanyObject::key-press` signal allowing plugins to intercept key
      presses before Geany (Jiří Techet, PR#1829).
    * Add `utils_strv_shorten_file_list()` (Thomas Martitz, PR#1445).
    * Fix value of GeanyDocument::changed when quitting (Jason Cumbie, PR#1857).

    Internationalization
    * Add translation: da
    * Updated translations: de, dk, es, fr, hu, it, ja, pt, sv, sk, uk, ru,
                            zh_CN, zh_TW

[close]

http://www.geany.org/
Titel: LPub3D 2.3.5.0.1092
Beitrag von: SiLæncer am 17 Dezember, 2018, 05:45
(https://i.postimg.cc/kMx9GxDB/screenshot_664.png)
LPub3D is an Open Source WYSIWYG editing application for creating LEGO style digital building instructions.

LPub3D uses the LDraw parts library, the most comprehensive library of digital Open Source LEGO bricks available and reads the LDraw LDR and MPD model file formats.

License: Open Source

Release Notes

LPub3D version 2.3.5 is a small update to correct recently reported issues
and refactor the macOS automatic library check. Cheers.

Features, enhancements, fixes and changes

Enhancement - Refactor automatic macOS library checks #57
Enhancement - Refactor text entry, support escape character '\' #170
Fix - Using Centimeters as default units distorts pointer arrow #169
Fix - Using Centimeters as default units distorts pointer arrow #169
Fix - Wrong CALLOUT placement when it is inside a MULTI_STEP page #168
Fix - Wrong label for changing assembly margins from context menu #167

[close]

https://sourceforge.net/projects/lpub3d/?source=directory
Titel: Zettlr 1.0.0 Beta 2
Beitrag von: SiLæncer am 17 Dezember, 2018, 21:10
(https://s26.postimg.cc/vfll9p4mh/screenshot_956.png)
Write text and conveniently edit it using Markdown with the help of this user-friendly and well-thought-out, Electron based application.

MIT License

Release Notes

This is the third beta release of version 1.0.0 of Zettlr. It is meant for thorough beta testing.

Please report any bugs, incorrect behaviour and other improvements directly as a GitHub issue! Only this way will version 1.0.0 be stable enough for production uses.

[close]

https://www.zettlr.com/
Titel: FocusWriter 1.7.1
Beitrag von: SiLæncer am 18 Dezember, 2018, 09:04
(https://s26.postimg.cc/if0nmb60p/screenshot_947.png)
FocusWriter hilft Vielschreibern beim Verfassen von Texten. Die Textverarbeitung blendet alle Menüs und Leisten aus. So kann man sich beim Schreiben voll und ganz auf das Wesentliche konzentrieren.

Der Vollbild-Texteditor FocusWriter zeigt als Oberfläche absichtlich lediglich den blanken Text. Daher gelingt es leichter, störungs- und ablenkungsfrei zu schreiben. Auf Wunsch kann man auf zusätzliche Steuerelemente zugreifen und diese per Maus über die Bildschirmränder abrufen.

Außerdem kann bei FocusWriter eine Statuszeile mit der aktuellen Uhrzeit, einem Timer und Statistiken eingeblendet werden. Das geplante Arbeitspensum legt der Schreiber in den Einstellungen in Minuten oder Wörtern fest. Textart und -farbe werden hier ebenfalls ganz nach Wunsch bestimmt.

Mit FocusWriter können mehrere Dokumente parallel bearbeitet werden. Ein Speichern erfolgt im RTF-, ODT- oder TXT-Format. Standardmäßig zeigt die Freeware einen einfarbigen, nüchternen Hintergrund. Wer die Arbeitsumgebung etwas freundlicher und abwechslungsreicher gestalten möchte, kann die Farbe ändern und auch ein eigenes Bild als Hintergrund einblenden.

FocusWriter enthält alle Grundfunktionen einer Textverarbeitung inklusive Textformatierungen, einer Rechtschreibprüfung und dem Suchen und Ersetzen von Wörtern und Textausschnitten. Die Freeware spricht vor allem den Vielschreiber an, der sich allein auf den Text konzentrieren möchte.

Changelog

FIXED:

Did not launch when incorrect lock file was found

[close]

http://gottcode.org/focuswriter/
Titel: LPub3D 2.3.6.0.1101
Beitrag von: SiLæncer am 19 Dezember, 2018, 04:55
Changelog

LPub3D 2.3.6.0.1101 (19 12 2018 00:06:36)

Features, enhancements, fixes and changes
------------

Starting with LPub3D version 2.3.0, the README notes will present a short overview of the update (these paragraphs) along with the significant features, enhancements, fixes and changes as links to their respective LPub3D GitHub tickets. While this instance of the README will continue to be updated you should consult the hyperlinked version.

LPub3D 2.3.0 presents a few significant new features. Notably "True" fade, multi-segment pointers, console commands with headless operations, and, my favourite, continuous page processing - simply click and have a brew while LPub3D does the repetitive work of cycling through your model file.
Significant user interface enhancements include "Dark Mode" for the Night Owls, rulers and guides, and additional 3DViewer panes presenting properties and time-line. In addition to the existing menu button, the property pane also offer x,y,z dialogues to enter your ROTSTEP matrix. Enjoy, Cheers.

New feature - Continuous page processing - GitHub ticket #76
New feature - Go Dark - Add dark theme - GitHub ticket #73
New feature - "Native" renderer based on 3DViewer (LeoCAD library) - GitHub ticket #71
New feature - "Native" POV file generation based on LDView library - GitHub ticket #77
New feature - Multi-segment page, divider and callout pointers - GitHub ticket #67
New feature - "True" part fade and part highlight - GitHub ticket #47
New feature - UI dialogue to set sub-model level color - GitHub ticket #69
New feature - Scene horizontal and vertical ruler and axis guides - GitHub ticket #68
New feature - Console commands - GitHub ticket #12
Enhancement - Default assembly orientation angles to Assembly Setup - GitHub ticket #72
Enhancement - Headless mode on Linux, macOS and Windows Platforms - GitHub ticket #56
Enhancement - Improved ROTSTEP entry from 3DViewer pane - GitHub ticket #- GitHub ticket #78
Enhancement - Keyboard shortcuts for Edit commands - GitHub ticket #63
Enhancement - Respect relative and absolute paths for inserted images - GitHub ticket #61
Enhancement - Rotate Icon resize - GitHub ticket #66
Enhancement - Set renderer from project setup menu - GitHub ticket #70
Enhancement - Use an image for Rotate Icon - GitHub ticket #6262)
Change - Move LPub3D.ini file to application location for Windows portable distros - GitHub ticket #75
Change - Update 3DViewer to LeoCAD 18.2 commit 15d5e89
Bug - Go To page function broken - GitHub ticket #55
Bug - Insert text on a sub-model insertion page gets placed in the sub-model instead of the parent model - GitHub ticket #53
Bug - Mixed-page orientation incorrect - GitHub ticket #59
Issue - Abnormal program end on malformed CALLOUT - GitHub ticket #74
Issue - Automatically add assembled image of multi-occurrence sub-model to parent page - GitHub ticket #65, description
Issue - Landscape page orientation for .pdf export not working - GitHub ticket #58, cannot reproduce
Issue - LDView Multiple files single call rendering slow - GitHub ticket #54
Issue - LDView on macOS not loading - missing libraries - GitHub ticket #57
Issue - LPub3D renders very slow on Windows - GitHub ticket #60, duplicate

[close]

https://sourceforge.net/projects/lpub3d/?source=directory
Titel: EmEditor Free 18.4.0
Beitrag von: SiLæncer am 19 Dezember, 2018, 05:40
(https://s26.postimg.cc/pbg87i3s9/screenshot_1195.png)
EmEditor is a lightning-fast, tabbed text editor with themes, syntax highlighting, stay-on-top, and customizable keyboard mapping. The program supports batch find-and-replace, regular expressions, and more.

The program beat a variety of other text editors in tests performed by TPFC user TP109. Additional features are available via a non-free version.

License:    Free for personal use

Changelog

Added the ability to find, replace, find in files, replace in files, and filter with a number range expression. To use a number range in Find, Replace, Find in Files, Replace in Files, or Advanced Filter dialog box, select Number Range from the Mode drop-down list box. To use a number range in Find,
Replace, FindInFiles, ReplaceInFiles, or Filter macros, include the eeExFindNumberRange flag in the ExFlags parameter.
The number range is expressed in interval notation. For instance,

Added the ability to use JavaScript as a replacement expression when using regular expression or number range to replace. For converting replace expressions, EmEditor uses Chakra (JScript v11) for improved speed. Because this engine is seperate from the macro environment, various objects used for macros are not available for replace expressions. Examples of replacement expressions include:

Improved the speed while editing a document containing very long lines.
Improved the speed when many regular expression highlight keywords or markers are defined.
Added the /xnr option to the command line options.

New Options

    Added the Optimization page to the Customize dialog box.
    Added the Enter Number Range dialog box.
    Added the Mode drop-down list box to the Find, Replace, Find in Files, Replace in Files, and Advanced Filter dialog box.
    Added the Use Number Range button to the Find and Filter toolbars.

New Commands

    Customize Optimization
    Clear Markers for Saved Lines
    Filter Out in Column
    Use Number Range (Find toolbar)
    Use Number Range (Filter toolbar)
    Remove Leading Spaces
    Remove Trailing Spaces

Plug-in API New Features

    Added the FLAG_FIND_NUMBER_RANGE flag to the FILTER_INFO_EX structure (Editor_Filter inline function) and FIND_REPLACE_INFO structure.

Macro New Features

    Added eeExFindNumberRange to the ExFlags parameter of the Filter method of the Document object, the Find and Replace methods of the Selection object, and the
    FindInFiles and ReplaceInFiles methods of the Editor object.
    Added the ExtractColumns method to the Document object.

[close]

https://www.emeditor.com/text-editor-features/history/emeditor-free/
Titel: BabelEdit 1.7.1
Beitrag von: SiLæncer am 19 Dezember, 2018, 19:45
(https://s26.postimg.cc/7efmb9imh/screenshot_979.png)
A translation editor that can process one or more JSON files at the same time, providing support for both json and namespaced-json formats.

Freeware

Changelog

Features:

Improved performance when loading flat json files

Fixes:

Restricted array export to ids with continuous numbers

[close]

https://www.codeandweb.com/babeledit
Titel: Atom 1.33.1
Beitrag von: SiLæncer am 20 Dezember, 2018, 17:15
(https://s26.postimg.cc/fmfpqomgp/screenshot_915.png)
A powerful and flexible application that works as a text and source code editor with syntax highlight, or alternately as a file viewer.

MIT License

Changelog

Updated to Electron 2.0.16 (#18597)
Improved highlighting of JSDoc comments in JavaScript files highlighted with Tree-sitter (atom/language-javascript#629)
Fixed an error when running Bracket Matcher: Select Inside Matching Bracket with the cursor just before or after a closing parentheses ) (atom/bracket-matcher#377)
Fixed an issue causing some Atom release packages to double in size (#18570)

[close]

https://atom.io/
Titel: VisualFiles Script Editor 2018.12.19.1244
Beitrag von: SiLæncer am 20 Dezember, 2018, 17:45
(https://i.postimg.cc/3RbqCc98/screenshot-832.png)
VisualFiles Script Editor is a programmer's editor specifically for VisualFiles scripts supporting VFS and TXT files including syntax highlighting and more.

This app is a full WYSIWYG script editor for VisualFiles created to help people working with the SolCase and VisualFiles case management systems (now Lexis Visualfiles). All the tools needed for editing are readily available for use via the toolbar. The interface design is simple and is broken down into panes with the most prominent being the editor. The whole app is designed to make the entire editing process easier with all features and options visible and accessible. Several things not included in VisualFiles Script Editor, however, is it does not include line numbering or word completion as part of its processes, and there is no detailed help file available. But there is an in-depth look at your machine's information as well as components in the small help section.

Freeware

https://www.ronsplace.eu/Products/VisualFilesScriptEditor
Titel: Atom 1.34.0 Beta 1
Beitrag von: SiLæncer am 20 Dezember, 2018, 19:30
Changelog

Updated to Electron 2.0.16 (#18597)
Fixed an issue causing Git diff viewer keybindings to be lost (atom/github#1847)
Fixed an error when running Bracket Matcher: Select Inside Matching Bracket with the cursor just before or after a closing parentheses ) (atom/bracket-matcher#377)
Fixed an issue causing some Atom release packages to double in size (#18570)

[close]

https://atom.io/
Titel: Mobirise 4.8.10
Beitrag von: SiLæncer am 20 Dezember, 2018, 20:10
(https://s26.postimg.cc/g54gep109/screenshot_3.png)
Develop fully responsive, mobile-ready websites that look amazing on any devices and browsers. Preview how your website will appear on phones, tablets and desktops directly in the visual editor..

Freeware

https://mobirise.com/
Titel: QOwnNotes 18.12.5 Build 4008
Beitrag von: SiLæncer am 24 Dezember, 2018, 11:30
(https://s26.postimg.cc/hoi1ahlcp/screenshot_978.png)
QOwnNotes is a text editor / notepad replacement with markdown support and todo list manager. The program supports themes, keyboard shortcuts, syntax highlighting, and encryption. Includes available nested file list, tags, search, and more. Optionally works with the notes application ownCloud or Nextcloud.

Cross-platform with clients available for Mac and Linux.

License:    GPL

Changelog

You can now search for items in the navigation panel (for #1090)
The search bar acts as new panel headline, the previous headline of the navigation tree widget is now disabled
There is an option to hide the search bar of the navigation panel in the Panel settings
The script Markdown-it markdown parser in the Script repository now optionally supports definition lists (for script issue #48)
Added qt5-xmlpatterns to the Arch Linux build depend list
The automatically generated toolbar context menus are now disabled to prevent enabling of the note sub-folder toolbar if sub-folders are disabled for the current note folder (for #1093)
The note sub-folder menu entry is now disabled in the Panels menu instead of hidden if sub-folders are not enabled for current note folder
Added more German, Catalan, Spanish, Portuguese, Chinese Traditional, Ukrainian, Italian, Hungarian and Dutch translation (thank you jan_sh, MGuerra, richarson, manuelarodsilva, abev66, prolinuxua, mlocati, tiwi90 and Fabijenna)

[close]

http://www.qownnotes.org/
Titel: Text Editor Pro v6.0.0
Beitrag von: SiLæncer am 24 Dezember, 2018, 16:30
(https://s26.postimg.cc/hfdkhoj9l/screenshot_896.png)
Text Editor Pro (formerly EditBone) is a powerful text editing tool that comes with syntax highlighting support for over 50 languages and scripts, customizable with over 100 options, 29 ready made styles, a handy file comparison feature, unicode character map, numerical unit convert tool, SQL formatter, and support for multiple directories and search results.

Freeware

Changelog

- Added arrow style skin option
- Added encoding, highlighter, and color theme selection when not skinned (-noskin)
- Added highlighter for Kotlin - https://kotlinlang.org/
- Added optimizing priority (memory or speed) skin option
- Fixed all skins download url
- Fixed AV in matching pair inside directive highlight
- Fixed language change
- Fixed language files
- Fixed paste from clipboard
- Fixed replace from cursor
- Fixed search
- Fixed text selection
- Fixed sort in selection mode
- Fixed text compare vertical scroll
- Fixed -noskin painting
- Refactored constantly buggy and space requiring sliders back to check boxes
- Refactored replace to non-modal dialog
- Updated VirtualTree control v7.0
- Updated and fixed AlphaSkins controls v14.12 - http://www.alphaskins.com/

[close]

http://texteditor.pro/
Titel: QOwnNotes 18.12.6 Build 4019
Beitrag von: SiLæncer am 26 Dezember, 2018, 18:00
Changelog

start of QOwnNotes websocket server integration for implementing a Web Scraper browser extension (for #330)

    you should already be able to "talk" to your QOwnNotes application by connecting to ws://127.0.0.1:22222, for example with Echo Test

the automatically generated context menus for floating panels are now disabled to prevent enabling of the note sub-folder toolbar if sub-folders are disabled for the current note folder (for #1093)
the binary Arch Linux repository on the openSUSE Build Service is working again (for OBS issue #6692)
added more German, Spanish, Chinese Traditional, Ukrainian, Italian, Polish and French translation (thank you lucjan, rakekniven, richarson, tiwi90, abev66, prolinuxua and dev2a)

[close]

http://www.qownnotes.org/
Titel: PilotEdit Lite 12.3.0
Beitrag von: SiLæncer am 26 Dezember, 2018, 20:50
(http://www.pilotedit.com/images/OpenInQuickMode.PNG)
PilotEdit is a text, hex, XML, C/C++, HTML, PHP, Java, Javascript and Perl editor that can edit large files of 400GB (40 billion lines).

It offers customizable syntax and keyword highlighting, advanced search and replace operations, automatic text encoding, 256-bit AES encryption/decryption and a built-in FTP/SFTP client lets you open, edit, download and upload large files directly to/from a FTP/SFTP server.

In addition to standard text editing features, PilotEdit can compare and merge two large files of 100GB (10 billion lines). You can also sort, find/remove duplicate lines and extract strings over a large file of 1GB.

Freemium

Whats new:>>

supports more file types.

http://www.pilotedit.com/
Titel: OutWiker 3.0.0.8560 Dev
Beitrag von: SiLæncer am 27 Dezember, 2018, 17:15
(https://s26.postimg.cc/87bx6b16h/screenshot_33.png)
OutWiker is an open-source personal wiki and outliner. Notes are stored in a tree, and kept in the form of directories on the disk. This encourages changing the base by external sources and programs. Currently there are three types of pages supported: plain text, HTML, and wiki. External files (such as pictures) can be attached to pages, and pages can be linked to each other. Each tree branch can be opened as a separate wiki. Other features include tag support, global search (notes and tags), bookmarks, HTML syntax highlighting and icons for notes.

OutWiker can be downloaded with or without plugins, as well as for Linux systems.

License : GPL

Whats new:>>

Improve GUI.
Fix errors.

http://jenyay.net/Outwiker/English
Titel: QOwnNotes 18.12.8
Beitrag von: SiLæncer am 27 Dezember, 2018, 20:50
(https://s26.postimg.cc/hoi1ahlcp/screenshot_978.png)
QOwnNotes is a text editor / notepad replacement with markdown support and todo list manager. The program supports themes, keyboard shortcuts, syntax highlighting, and encryption. Includes available nested file list, tags, search, and more. Optionally works with the notes application ownCloud or Nextcloud.

Cross-platform with clients available for Mac and Linux.

License:    GPL

Changelog

18.12.8

    improved note name filtering to prevent troubles on Windows for the QOwnNotes Web Companion Chrome extension (for #330)
        the name and note text will be trimmed to prevent wrong newlines
        the QOwnNotes Web Companion Chrome extension was updated to version 18.12.1
            fixed the default port
            the url of the page will now also be written to the note
            restructured the context menu
            added an context menu entry to reset the settings
            download the latest version on QOwnNotes Chrome Web Companion releases
    the amount of = characters added for the headlines of new notes are now limited to 40 to prevent too long headline lines
        the name will be trimmed to prevent wrong newlines in the headline
    added more Spanish translation (thank you richarson)

18.12.7

    added support for the new QOwnNotes Web Companion Chrome extension to add selected text as new note (for #330)
        you can download the current release of the extension at QOwnNotes Chrome Web Companion 18.12.0
        then visit chrome://extensions and drop the extension file into Chrome to install the extension
    added more Polish, German, Chinese Traditional and Italian (thank you lucjan, rakekniven, abev66 and mlocati)

[close]

http://www.qownnotes.org/
Titel: Zettlr 1.0.0 Final
Beitrag von: SiLæncer am 28 Dezember, 2018, 09:30
(https://s26.postimg.cc/vfll9p4mh/screenshot_956.png)
Write text and conveniently edit it using Markdown with the help of this user-friendly and well-thought-out, Electron based application.

MIT License

Release Notes

GUI and functionality:

Added a written reason for why some preferences options failed validation and need to be corrected.
Moved the attachment options to the "Advanced"-tab in the preferences window.
Fixed a bug that threw errors when you tried to Alt-click a virtual directory.
Fixed the bug that virtual directories got duplicated on the creation of new files.
Added a "Donate" menu entry to the help menu.
The startup overlay is now gone.
Dictionaries can be selected and deselected at runtime.
Fixed a bug that did not remove the file's ID in the preview list, after it has been deleted from the file itself.
Added an option to deactivate the automatic closing of pairs of matching characters in the editor.
The app now supports code folding! Now you can click the new, small arrows left to Markdown headings to collapse everything below it!
Removed the customised word processor templates. Zettlr now uses the default reference docs provided by Pandoc.
Projects can now also be exported to odt, docx, and HTML.
Added tag autocomplete. Now when you start typing a #-character, you are presented with a list of tags you already use inside your files, so you don't use similar (but not same) tags in different files.
Added citeproc-js integration: Now you can point Zettlr to a JSON CSL-file (ideally generated by Zotero) and it will automatically enable you to put @BibTex-IDs or even complex Pandoc citations in your text, which will not only be automatically replaced by a correct citation (only Chicago supported, because it is only a preview), but also renders a preview bibliography! Additionally, if you point Zettlr to a CSL Style file in the settings of a project, it will use this file to generate your citations!
Added an option to change the sansfont property of LaTeX-documents, used mainly for headings.
The Pomodoro timer now remembers your settings on a per-session basis.
Added an additional check to see whether or not a huge number of words has been pasted into the editor. If so, the word counter won't count these towards the overall counter. So if you need to paste in whole documents, this won't raise your word counter absurdly high.
Fixed a bug that rendered unwanted Math previews.
Added file-open buttons. Now, whenever you are required to select a normal file, Zettlr provides you with a button that lets you choose the file comfortably.
Zettlr now features an additional "Display" preferences tab, which lets you control all things that define Zettlr's appearance.
You can now constrain the maximum size of images in the editor, separated by maximum width and maximum height.
Updated the about dialog to now feature a tabbed interface containing main projects with licenses for the four big projects Zettlr use (Electron, Node.js, CodeMirror, and CitationStyleLanguage), all complementary projects, and the license of Zettlr itself.
Now only escaping characters are formatted, not the characters following them.
Fixed a bug that would prevent you from being able to modify an already loaded image without restarting Zettlr, because it would cache the image and not reload the modified version of it.
Updated the styling of form elements: Now ranges and radio buttons are also displayed in the Zettlr design.
Added an option to set a custom TeX template for PDF exports both in the general PDF preferences as well as on a per-project setting.
Restored the functionality to quickly navigate the files in the preview container using the arrow keys Up and Down. Also you can once again jump to the end of the list by pressing an arrow key while holding Cmd/Ctrl.
Zettlr now sorts your files based on a natural sorting order. You can restore the ASCII-sorting (the sorting as it has been until now) in the settings.
Tags can now be escaped with a backslash () to make sure they won't show up in the tag dropdown list and also won't render as tags.
Keyboard navigation is much more reliable.
Fixed creation of new files while writing in the editor with no file open.
The search functionality in both editor and Quicklook windows has been enhanced. It is now faster and you have to explicitly request a regular expression search by typing it literally. This means: Searching for /w/ will select all words inside the editor, while w will literally search for that string.
Zettlr now supports internal links. If you place a pandoc-compatible identifier inside a markdown link, it will try to jump to the respective line. E.g., the identifier #tangos-photography-and-film will match the heading # Tangos, Photography, and Film. Simply use a standard Markdown link: [Go to Tangos, Photography, and Film](#tangos-photography-and-film).
Zettlr keeps some margin between the cursor where you are writing and the window edges, i.e. it won't touch the window edges anymore, but keep a nice distance.
Quicklook windows can now be "popped out" so that they are no longer bound to the main window but can be dragged onto different displays, etc.
Windows and Linux windows now follow macOS in having no native window frame, but instead they employ the same strategy as macOS: The toolbar is the top element inside the main window of Zettlr, featuring window controls and, additionally, a button to open the application menu from the toolbar.
Zettlr correctly selects words containing apostrophs so that you can correct them adequately without the app "forgetting" the l' or 'll-part (or similar) of the word.
There's now an option to copy a file's ID to clipboard, if the file has one.
We've updated the Zettlr icon! It now matches the brand colour and has a modern look.
The image size constrainers look nicer and more intuitive now.
Added controls to determine which elements are rendered inside Markdown documents.
Simplified the attachment file handling and enabled dragging the paths of the files into the editor (e.g., to insert images).
Now the ID- and tag-search is case-insensitive.
Changes to the ID generation: Now if you press Cmd/Ctrl+L, the generated ID will be pasted wherever your cursor is currently (e.g. inside all text fields). Zettlr tries to back up your clipboard's contents and restore them afterwards.
Zettlr recognises IDs inside the name of a file. If the ID pattern returns a match in the file name, this ID takes precedence over any ID that may be in the file's content!
Added context menu entry to open link in the browser.
Images can now be dragged from the attachment pane onto the editor and will automatically be converted into valid Markdown links.
The tooltip that displays footnote texts when you hover over footnote references now displays formatted text, and not raw Markdown.
The zoom level of the editor's text is not lost on toggling the distraction-free mode anymore.
Update to the citeproc search. If you type an @ and begin searching for a work to cite, you can now also search through the title and don't necessarily have to know the ID anymore!
Added basic tag cloud functionality. You have now a new button in your toolbar that shows you all the tags that you've used somewhere in your files. You can also copy the full list into the clipboard!
Updates to the search functionality: Now the AND operator works as a requirement again (until now files have also reported search results if one or two of the search terms have matched, even if they were all required). Additionally, the tag search within files now accounts for a hashtag in front of the search term.

Under the hood:

Documentation update in ZettlrValidation.
Updated the .dmg-installer file with a better background image.
Consolidated the package.json build fields.
Warning: The app ID has changed from com.zettlr.www to com.zettlr.app. For the implications please check this link -- the change only affects Windows users.
Refactored the complete menu logic to make it more accessible.
Added a global notify() method in the renderer process for convenience.
Added an option to make footnotes inside files unique prior to project exports.
Moved the dictionary functions to the main process for asynchronous background loading.
Began using tern.js for better autocompletion.
Fundamental Core Update: Now on each request for a new file tree (using the command paths-update) not the whole object is sent towards the renderer because of app crashes arising from the use of synchronous messages via the new typo-channel. Instead, a dummy list is sent containing only the properties that the renderer accesses anyway. This way not only the amount of data is reduced quite significantly, but also the app does not crash on file and directory operations.
Removed an additional openPaths-update during the renaming of root files.
Now the current directory is re-set correctly after renaming the current directory.
Refactored the context menu to resemble the same structure as the application menu.
Switched to the handlebars.js templating engine.
The askSaveFile()-dialog is now non-blocking.
ZettlrFile objects won't forcefully try to move a file to trash while handling watchdog events anymore.
ZettlrRendererIPC and ZettlrIPC now access the ipc-modules consistent with all other classes.
Generalised the askFile() function in ZettlrWindow for further purposes.
The ZettlrConfig now acts as an event emitter and emits update-events, whenever the configuration object changes. It can be subscribed to using global.config.on (to unsubscribe use global.config.off).
Added a global.ipc.notify-function to easily send notifications to the renderer.
Added a "cachebreaker" to the preview images in Zettlr.
Moved a lot of files around: The CSS, Fonts, JavaScript and the template files are now in the common directory, so that it makes sense that there can be multiple windows that share those files.
ATTENTION: We've stopped committing the compiled Handlebars templates and CSS files to the repository, so even if you don't develop styles or templates, you now need to run yarn/npm less and yarn/npm handlebars before you run the application!
Removed a bunch of superfluous pass-through functions from the ZettlrRenderer class.
Bugfixes in the ZettlrExport class.
Switched to documentation.js for generating the API documentation.

[close]

https://www.zettlr.com/
Titel: QOwnNotes 18.12.9 Build 4031
Beitrag von: SiLæncer am 28 Dezember, 2018, 12:30
Changelog

on macOS the application will now be minimized when closed instead of quit to more mimic the default behavior of applications on macOS (for #1098)
added missing libqt5websockets5 dependency to Travis CI Debian package (for #1099)
"dangerous" characters will now be converted to whitespaces instead of _ in filenames and headlines to prevent underline formatting in headlines if two _ characters are present (for #330)
added support for converting html to markdown when a page is created as new note for the QOwnNotes Web Companion Chrome extension (for #330)
inline images will now be automatically transformed to real images if html is converted to markdown (for #330)

[close]

http://www.qownnotes.org/
Titel: QOwnNotes 18.12.9 Build 4037
Beitrag von: SiLæncer am 28 Dezember, 2018, 16:41
Changelog

the QOwnNotes Web Companion Chrome extension was updated to version 18.12.2

    added support to import pages as new note
        the html will be converted to markdown and images of the page will be downloaded (might take a while)
    added support to add a screenshot of the visible area as new note
    selected text will now be created as new note with newlines if possible
    download the latest version on QOwnNotes Chrome Web Companion releases

added more Hungarian and Dutch translation (thank you Fabijenna)

[close]

http://www.qownnotes.org/
Titel: AlephNote 1.6.28
Beitrag von: SiLæncer am 30 Dezember, 2018, 19:30
(https://s26.postimg.cc/6skrw8cnt/screenshot_1204.png)
AlephNote is extensible, lightweight desktop note manager. Features include search, interactive checkbox lists highlighting, clickable highlighted links, notes backup, drag-and-drop capability for files and text, and sorting notes into folders. The program supports tags, in-editor markdown rendering, customizable shortcuts, stay-on-top capability, tray control, themes, and more.

Notes can be saved locally or synchronized with cloud services including Simplenote, Standard Note, Nextcloud/ownCloud.

License:    MIT

Changelog

Fixed problems with enabled [AutoSortTags] and the StandardNotesPlugin
Fixed problems with enabled [AutoSortTags] and the TagEditControl

[close]

https://github.com/Mikescher/AlephNote
Titel: Secure Edit 3.10
Beitrag von: SiLæncer am 30 Dezember, 2018, 21:45
(https://i.postimg.cc/sx7nBMvm/Mailspring.png)
Secure Edit is a text editor designed as a replacement for Windows Notepad, which puts emphasis on password protection, especially when you share your computer with multiple users. It's wrapped in a user-friendly interface and contains a few handy options, such as sorting modes, a search function, and secure deletion.

Donationware

Release Notes

3.10 Add steganography functions, to save and load text files as .png images. Added features to file browser to open files,  encrypt / decrypt / wipe files. Added JPEG functions to view and remove metadata (exif and other data). Added advanced tools tab to copy and encrypt a folder, and a folder monitor tab to watch a folder for incoming files to automatically encrypt. Added feature to remove recent programs history.

[close]

http://elentaris.co.uk/freeware/
Titel: Notepad++ 7.6.2
Beitrag von: SiLæncer am 01 Januar, 2019, 11:15
(https://i.postimg.cc/90QrsKpv/screenshot-818.png)
Notepad++ is a tabbed source code editor and Notepad replacement with a customizable interface. It is one of the few few source code editors that supports "folding," allowing users to quickly reduce and expand sections of code to see the overall document. In addition, it features multi-language syntax highlighting, auto-completion, regular expression search/replace, macro recording and playback, etc. The program can access a long list of plug-ins via an easy-to-access menu with even more features and functions.

License: GPL

Changelog

Fix Plugins Admin unzip (0 lengh) bug.
Add generation of SHA-256 hash feature.
Add Plugins Admin module into portable version (zipped package).
Add new feature: double click splitter resets panes to equal size.
Fix the plugin crash issue due to the inexistent plugin conf path.

[close]

https://notepad-plus-plus.org/
Titel: QOwnNotes 19.1 build b4048
Beitrag von: SiLæncer am 01 Januar, 2019, 18:00
Changelog

you can now change the socket server port for connecting with the QOwnNotes Web Companion Chrome extension in the new Chrome extension settings (for #330)

    the Chrome extension is now also available in the Chrome Web Store

fixed some possible crashes if a socket client disconnects from the socket server (for #330)
you can now enable note sub-folders in the welcome dialog if you are running QOwnNotes for the first time
fixed some typos in dialogs
added more German, Italian, Czech, Swedish, Croatian, French, Hungarian and Dutch translation (thank you druus, rakekniven, tiwi90 and Fabijenna)

[close]

http://www.qownnotes.org/
Titel: Dnote 0.5.0
Beitrag von: SiLæncer am 01 Januar, 2019, 19:45
(https://s26.postimg.cc/z38h40qwp/screenshot_529.png)
Write technical notes and neatly organize them into books without leaving the command line with the help of this simplistic utility.

MIT License

https://dnote.io/
Titel: CudaText 1.70.0
Beitrag von: SiLæncer am 01 Januar, 2019, 20:30
(https://s26.postimg.cc/k6wu8qcrt/screenshot_901.png)
Create programming scripts with this powerful tool that supports more than 130 languages and allows users to work concurrently on as many as six groups of projects.

Freeware

Changelog

+ add: smooth per-pixel scrolling in editor; it can be disabled by option "smooth_scroll"
+ add: option "undo_persistent" (disabled by default), which allows to keep Undo/Redo data in files, in .cudatext folder near original file
+ add: dialog Go To supports "+" at end of text to select to entered position (like SynWrite "Extend selection")
+ add: on saving file in 1-byte encoding, app checks that Unicode text can be converted to this encoding, and if it cannot, app saves file in UTF-8
+ add: tooltips for UI tabs buttons (x, +, <, >, v)
+ add: Console panel highlights special lines (>>> and Python errors)
+ add: Console panel shows result of entered expressions (even without "=" prefix)
+ add: Output and Validate panels have context menu
+ add: option "ui_tab_show_x" has additional value (show "x" for mouse-over and active tabs)
+ add: commands "focus group 1...6"
+ add: menu items "Toggle statusbar"/"Toggle sidebar"/"Toggle toolbar" now save option to user.json
* change: changed default value of option "pylib__linux" to "libpython3.so"
- fix: Windows: flickering on start if window was maximized

+ add: lexer JavaScript improved:

+ show anonymous functions (...)=>{...} in code tree
+ highlight true/false/null/this/undefined in new color
+ highlight func/class names in new color
+ highlight HTML tags (needed for CSS-in-JS syntax)
+ add: lexer Python improved: highlight func/class names
+ add: lexer Assembly improved: highlight more word groups, fix folding
- fix: lexer Ruby
- fix: lexer Bash

[close]

http://www.uvviewsoft.com/cudatext/
Titel: RisohEditor 5.1.3
Beitrag von: SiLæncer am 01 Januar, 2019, 20:45
(https://i.postimg.cc/8P4z4Swt/screenshot-799.png)
"RisohEditor" is a free resource editor for Win32 development, created by Katayama Hirofumi MZ. RisohEditor realized the ideal of resource editor. "Risoh" means "ideal" in Japanese. RisohEditor can add, edit, extract, clone and remove the resource data in EXE/DLL files. You can edit Windows resources (Dialogs, Menus, Icons, Cursors, String Tables, Message Tables etc.) by using RisohEditor.

NOTICE: Please avoid installing in "C:\Program Files" or "C:\Program Files (x86)". Because the resource compiler (windres) doesn't accept space character in the file path.

Freeware

Whats new:>>

Fix "List of Resource IDs".

https://katahiromz.web.fc2.com/re/en/index.html#intro
Titel: ProgramEdit 4.7.6
Beitrag von: SiLæncer am 02 Januar, 2019, 21:45
(https://s26.postimg.cc/wcabyxqq1/screenshot_58.png)
ProgramEdit - a free Windows® software source-code editor. ProgramEdit includes language support for HTML, Ada, C/C++, C#, CSS, JAVA, JavaScript, Perl, PHP, Python, Ruby, VB, VBScript, Verilog, VHDL and Batch(.bat) files. Other features include tabbed file selection, text highlighting, find & replace, regular expressions, sesssions, bookmarks, multiple undo/redo and hyperlinks.

Freeware

Whats new:>>

- add Option: "Overwrite text/Show MsgBox" to detect selection of Overwrite mode (Insert key)
- fix minor Match-Brackets bug
- update Help files

http://simplesolverlogic.com/index.html
Titel: Resource Hacker 5.1.7 Build 343
Beitrag von: SiLæncer am 03 Januar, 2019, 12:30
(http://images.betanews.com/screenshots/978208949-1.gif)
Resource Hacker is a utility to view, modify, add, delete, and extract resources in Windows executables. It incorporates an internal resource script compiler and decompiler.

Freeware

Whats new:>>

Bugfix: fixed broken Accelerator compiling

http://www.angusj.com/resourcehacker/
Titel: CodeLite 12.0.0
Beitrag von: SiLæncer am 03 Januar, 2019, 18:15
(http://codelite.org/images/codelite-linux-thumb.png)
CodeLite is created as a powerful and cross-platform instrument that allows you to analyze and edit C / C++ source code files.

CodeLite is an open source tool that makes use of an user-friendly, yet sophisticated interface that allows users to easily create and build complex projects.

License: GPL

Changelog

Improvements

    (11.0.2) Support C++11 template syntax, e.g. std::vector<std::pair<int, int>> myVec; (notice the missing space in the closing angle brackets)
    (11.0.2) C++: New: added the ability to add an existing project to a workspace folder
    (11.0.2) C++: better and improved locals and classes syntax highlight colouring
    (11.0.2) Abbreviations plugin: the abbreviations are now part of the default code completion box and do not require a custom keyboard shortcut
    (11.0.2) NEW: SmartCompletions plugin:
        Collect code completion statistics from your coding
        Alter the code completion box entries to show the most used methods/classes first, e.g. if you often use wxString::Contains then CodeLite will ensure that Contains will be displayed at the top of the code completion suggestions list:

 wxString str;
 str. // "Contains" method will be the first entry in the code completion box

    (11.0.2) UnitTest++ plugin: usability improved
    (11.0.3) C++ code completion parser: distinguish between strong enums and regular enums (enum class Foo : long {} vs enum Foo {})
    (11.0.3) Colour embedded JavaScript within PHP/HTML document
    (11.0.3) Support C++11 strong enums ( enum class Foo : int {} )
    (11.0.3) Welcome Wizard: simplified the wizard pages
    (11.0.3) Added new "Developer Profile" settings to CodeLite
    (11.0.3) Added new "Dark One" colour theme
    (11.0.3) Exporting colour settings now lets you choose which theme(s) to export
    (11.0.4) Windows: import PuTTY sessions into CodeLite's SFTP view
    (11.0.4) When switching to a non C++ workspace, auto-hide all C++ related tabs (e.g. wxCrafter, CMake etc). The tabs are restored when the workspace is closed
    (11.0.5) Added support for debugger-step-into-instruction command (GDB)
    (11.0.5) Implemented "Goto Anywhere", you can now access most of CodeLite actions with a single keyboard click Ctrl-Shift-P
    (11.0.6) C++ open resource dialog: support fuzzy search for symbols as well as for file names
    (11.0.6) PHP open resource dialog: support fuzzy search for symbols as well as for file names
    (11.0.6) C++ workspace view: improved UI loading. The tree view is now built on demand and loaded on startup. Find in files should feel faster
    (11.0.6) Navigation bar re-written
    (11.0.7) Support ligature fonts on Windows
    (11.0.7) Better Hi-DPI support on Linux
    (11.0.7) wxCrafter: support wxDataViewColumn flags
    (11.0.7) PHP: Allow moving files between folders using drag and drop
    (11.0.8) (feature request) Add option to disable 'jumping' in explorer tree when selecting/closing another tab
    (11.0.8) (feature request) Refresh subfolder or automatically detect new folders/files in explorer view
    (11.0.8) SFTP: Clicking on the "Connect" or "Open Terminal" button will now launch the "Quick Connect" dialog which offers the user to either connect to an existing account, or to use the "quick connect" feature (connect without first creating an account)
    (11.0.8) SFTP enhancement and fixes
    (11.0.8) Tabgroups now come in two 'namespaces': Global and Workspace. Workspace ones are specific to the currently-loaded workspace. Global ones are always shown, even when no workspace is loaded.
    (11.0.8) Svn plugin: added toolbar buttons for the 3 common actions: commit revert and update
    (11.0.8) Git plugin: removed the tree view and use a standard table view instead
    (11.0.8) Svn plugin: removed the tree view and use a standard table view instead
    (11.0.8) codelite-make : when custom build is used enabled for the project, create the working directory before starting the build

Bugs

    (11.0.2) C++: remove project from "workspace-folder" is broken (the XML file was not updated)
    (11.0.3) Fixed regression in Outline view tab: the context menu does not work
    (11.0.3) Problem with highlight html+php
    (11.0.3) Code completion fails to recognize enum members on lines
    (11.0.3) Export single lexer colour and font
    (11.0.3) Fixed: "Tasks" panel crash when used in a non C++ workspace
    (11.0.3) Fixed: Unable to debug with LLDB under OSX
    (11.0.3) code completion doesn't show abbreviations without finding other kinds of key words
    (11.0.4) Horizontal tabs don't get displayed
    (11.0.4) Fixed: Ctrl-SPACE keybinding is broken in 11.0.3
    (11.0.5) Code snippets appear in object's completion list
    (11.0.5) main() can't be recognized in <global> region
    (11.0.5) Adding new Workspace Build Configuration adds duplicate entries
    (11.0.5) "Exclude from build" grey filename color not remembered across restarts
    (11.0.7) File deletion and re-naming don't get mirrored via remote workspace
    (11.0.7) PHP documentation popup is cut

[close]

http://codelite.org/
Titel: Circuit Diagram 3.1
Beitrag von: SiLæncer am 03 Januar, 2019, 19:45
(https://i.postimg.cc/rp2zD90D/screenshot-1010.png)
Circuit Diagram was built to be a user-friendly program for making electronic circuit diagrams.

You can design diagrams visually by placing components with your cursor and modify their values using the properties editor. A neat feature is symbols for most commonly-used components including resistors, capacitors, logic gates, and transistors.

License: Freeware

https://www.circuit-diagram.org/

Titel: Textadept 10,3 Beta
Beitrag von: SiLæncer am 03 Januar, 2019, 21:10
(http://foicica.com/textadept/images/splitviews.png)
Textadept will provide users with a fast, minimalist, and ridiculously extensible text editor. At its core lies less than 2000 lines of C code, and that's how it always will be. While other editors rely on recordable macros to speed up workflow, shell scripts to quickly transform text, and static side panes to manage your documents, files, and more.

Textadept takes it to the extreme: it gives you complete control over the entire application using the embedded Lua language. Lua is nearly as fast as C, and has a very small footprint. In fact, most of Textadept is written in Lua.

License : MIT License ( Donationware )

Changelog

Bugfixes:

Ensure Esc clears highlighted words.
Fixed behavior of Home and Shift+Home keys on non-OSX platforms.
Fixed some instances of snippet next/prev not working correctly.
Fixed Alt+Gr key handling in the Windows terminal version.
Only pass command entry text to function passed to ui.command_entry.finish_mode().
Fixed handling of escaped double-quotes in os.spawn() in the terminal version.
Ensure long filenames are visible in the reload dialog prompt in the terminal version.

Changes:

Added optional position argument to textadept.editing.show_documentation().
textadept.editing.highlight_word() does not select the word by default anymore.
Changed file filter format to be more flat and intuitive.
Added -l and --line command line switches to jump to a buffer line.
Updated to PDCurses 3.6 for the Windows terminal version.

[close]

http://foicica.com/textadept/
Titel: HostsCK 2.2.3.0
Beitrag von: SiLæncer am 04 Januar, 2019, 20:45
(https://s26.postimg.cc/931bwfpi1/screenshot_343.png)
Seamlessly access and edit Windows' Host file so you manage the list of blocked and allowed websites more efficiently via this application.

Freeware

Changelog

Fixed: HostsCK could become unresponsive when checking for
program updates.
Fixed: Spelling mistake in message box.
Changed: Stronger encryption is used when sending an email using
“Email with bugs or suggestions”. Also, due to a server-side change,
the HostsCK email client has been updated. The email client will no
longer work on earlier versions of HostsCK.
Updated: Language files and license.

[close]

http://redisoft.uk/hck/
Titel: Geany 1.34.1
Beitrag von: SiLæncer am 05 Januar, 2019, 09:50
(https://i.postimg.cc/xjXLSj2w/screenshot-945.png)
Geany is cross-platform, GTK based Integrated Development Platform. You can work on simple text files, html, perl, python, NSIS and more with Geany.

License: GPL

Changelog

* Fix line breaking on existing lines (PR#2027).
* Fix displaying filenames containing XML control characters inside infobars (Issue#2033).
Windows
* Fix rectangular selection modifier (PR#2032).
Internationalization
* Updated translations: uk

[close]

http://www.geany.org/
Titel: Text Editor Pro 6.1.0
Beitrag von: SiLæncer am 06 Januar, 2019, 20:00
(https://s26.postimg.cc/hfdkhoj9l/screenshot_896.png)
Text Editor Pro (formerly EditBone) is a powerful text editing tool that comes with syntax highlighting support for over 50 languages and scripts, customizable with over 100 options, 29 ready made styles, a handy file comparison feature, unicode character map, numerical unit convert tool, SQL formatter, and support for multiple directories and search results.

Freeware

Changelog

Added show special chars text compare option
Fixed color combo box
Fixed directory renaming
Fixed highlighter loading from stream
Fixed special chars options
Fixed startup
Fixed text compare
Fixed language files
Updated and fixed AlphaSkins controls v14.13

[close]

http://texteditor.pro/
Titel: BirdFont 3.19.1
Beitrag von: SiLæncer am 08 Januar, 2019, 21:55
(https://s26.postimg.cc/rd1s4grdl/screenshot_137.png)
BirdFont is a free font editor that lets you create vector graphics and export TTF, EOT & SVG fonts.

License: Open Source

Latest Changes:>>

• Fix OTF support (compatibility with After Effects).
• Support for adding new Unicode points.
• Show ligatures in search results.

http://birdfont.org/
Titel: EmEditor Free 18.5.0
Beitrag von: SiLæncer am 09 Januar, 2019, 05:20
(https://s26.postimg.cc/pbg87i3s9/screenshot_1195.png)
EmEditor is a lightning-fast, tabbed text editor with themes, syntax highlighting, stay-on-top, and customizable keyboard mapping. The program supports batch find-and-replace, regular expressions, and more.

The program beat a variety of other text editors in tests performed by TPFC user TP109. Additional features are available via a non-free version.

License:    Free for personal use

Changelog

Added random ordering to Sort.
The new version can open Binary (Hexadecimal View) files with 16, 32, 64, 128, and 256 bytes per line. Selecting larger bytes per line results in faster loading of binary files.
Re-enabled multi-threaded search/replace when a large file is opened without temporary files to improve its speed.
Greatly improved the speed of Remove Newline Characters and Validate CSV documents with embedded newlines.
Added the Bookmarked Lines Only, Unbookmarked Lines Only, and Match Newline Characters buttons to the Filter toolbar.
Allows you to refresh/abort Filter by pressing the ENTER/ESC key while the keyboard focus is on the Column drop-down list box in the Filter toolbar.
The new version allows you to deselect a selection while in multple selection mode, by CTRL-clicking a selection.
You can now enable Read Only with unsaved documents.

[close]

https://www.emeditor.com/text-editor-features/history/emeditor-free/
Titel: QOwnNotes v19.1.1
Beitrag von: SiLæncer am 09 Januar, 2019, 05:40
(https://s26.postimg.cc/hoi1ahlcp/screenshot_978.png)
QOwnNotes is a text editor / notepad replacement with markdown support and todo list manager. The program supports themes, keyboard shortcuts, syntax highlighting, and encryption. Includes available nested file list, tags, search, and more. Optionally works with the notes application ownCloud or Nextcloud.

Cross-platform with clients available for Mac and Linux.

License:    GPL

Changelog

the Chrome extension settings got renamed to Browser extension
added Firefox Add-ons page to the Browser extension settings page (for #330)
the QOwnNotes Web Companion browser extension was updated to version 19.1.1

    the extension now also works with Firefox (for #1, thank you @Offerel for your Firefox changes)
    reimplementation of extension with webextension-toolbox, webpack and VueJS for Google Chrome and Mozilla Firefox
        creating notes from the current selection, the whole page and as screenshot now works with Firefox and Chrome
    there now is a browser option page to set and reset the server socket port
    the text of the extension can now be translated
        visit QOwnNotes translations if you want to help to translate the interface to your language
    download the latest version on QOwnNotes Web Companion releases

changed the tooltip text for the Allow note file name to be different from headline setting to be more clear (for #1110)
fixed some typos in the Trash dialog (for #1107, thank you @smokris)
you can now disable the socket server in the Browser extension settings (for #1105)
added more German, Catalan, Spanish, Portuguese, Chinese Traditional, Ukrainian, Italian, Swedish, Croatian, Czech, French, Hungarian and Dutch translation (thank you rakekniven, fitoschido, zmni, druus, richarson, abev66, prolinuxua, tiwi90 and Fabijenna)

[close]

http://www.qownnotes.org/
Titel: Notepad3 v5.19.108.1602
Beitrag von: SiLæncer am 09 Januar, 2019, 05:45
(https://s26.postimg.cc/hqfjo9ard/screenshot_1232.png)
Notepad3 is a lightweight piece of software that overcomes some of the well-known limitations of Windows standard text editor while providing syntax highlighting support.

Freeware

Changelog

New

    Added initial "minipath.ini" to Visual Studio Project.
    Read undefined MiniPath settings from Notepad3.ini (Preferred language and Favorites directory).
    MiniPath Multilingual support.
    Handle zero-length lines in line-sorting algorithm.
    Support for "Rust" source code syntax highlighting.
    Multilingual support.
    The TinyExpr module.
    Add schema related keywords Auto Completion & IME.
    Rebuilding the "Command Line Help" dialog.

Changes

    MiniPath About dialog: visual adjustments.
    Optimize icon resource handling.
    Optimized MiniPath resource file (icon/bitmap placement).
    Enhanced MiniPath.
    Small design change of MiniPath's Copy/Move dialog box.
    Print option "Screen Colors" now prints with the same colors used on screen including line numbers.
    Changed behavior of removing duplicate lines (ignore EOL/EOF chars).
    Line sorting: Move empty lines to end of selection (always, if not removed).
    Adapted PortableApps.com creator script to MUI structure.
    STD/2ND sync with DefaultText/2ndDefaultText handling.
    Reorganization of Menus in more sub-menu to shorter the Menus Lists.
    Show Zoom Percentage on magnification changes.
    Tidy Notepad3.ini to remove all defaulted [Setting] items.
    Change Default settings to make the first experience of Notepad3 more attractive...
    Open Find/Replace: Use most recent search pattern instead of clipboard (if selection eis empty).
    Encoding affinity: UTF-8 instead of local ANSI code-page.
    Replace dialog: tmp disable "mark all occ" in case of multi-line selection.
    Adaptations for MS Visual Studio 2019 Preview.
    Scintilla updated to 412.

Fixes

    Do not reset scroll-width tracking on saving file (issue #539: https://github.com/rizonesoft/Notepad3/issues/539).
    Fixed portable MiniPath redirector .ini files.
    Support Scintilla's new indicator box styles ("INDIC_GRADIENT" and "INDIC_CRADIENTCENTRE").
    Fixed incremental search on find/replace dialog.
    Fixed line sorting.
    Center commandline help dialog.
    In case of STD lexer only display "Default Text" in statusbar (indicator shows which one).
    Fixed resource file problem (preproc defines).
    Fixed save window Position (Default and Initial switch).
    Fixed problem with bad brace highlighting (indicator).
    If activated, ESC will close/minimize program immediately w/o canceling selection/tooltip first.
    Fixed broken links in About dialog.
    Fixed behavior of replace (dialog) in case of multi-line selection.
    Fixed disable accelerator-key interception for universal Unicode input method.
    Fixed ASCII fallback only for selected encodings.
    Fixed Onigmo RegEx Interface: bug in returning correct matching range.

Translations (MUI)

    Afrikaans Translation.
    Belarusian Translation.
    Chinese Simplified Translation.
    Dutch Translation.
    English (UK) Translation.
    French Translation.
    German Translation.
    Japanese Translation.
    Russian Translation.
    Spanish Translation.

[close]

http://www.rizonesoft.com/downloads/notepad3/
Titel: Komodo Edit 11.1.1
Beitrag von: SiLæncer am 09 Januar, 2019, 06:05
(https://s26.postimg.cc/mzxl6kyxl/screenshot_1268.png)
Komodo Edit ist ein Editor, der folgende Sprachen unterstützt: PHP, Python, Ruby, java script, Perl, Tcl, XML, HTML 5, CSS 3. Weiterhin bietet das Programm eine Projektverwaltung, Sweet-Editor und kann mittels Erweiterungen ausgebaut werden.

Freeware

Changelog

Platform: Komodo 11.1.1 is integrated with ActiveState’s new platform, you can now login with your Platform Account rather than having to execute a custom license installer on your machine. For more information, see Komodo and the ActiveState Platform.
Debugging: Remove conflicting usuage of async (fixes Python 3.7+ debugging).
Resolve graphical artifacts with dialogs on macOS.
UI: Save as dialog hangs on macOS Mojave. Fixes #3620.
codeintel: Allow symbol browser to show in multiple windows - fixes #3567.
codeintel: Make goto-definition asynchrnous in order to avoid timing out on large projects - fixes #3568
codeintel: Recognize Perl “pm” extension - fixes #3582
devdocs: Use HTTPS - fixes #3572.
snippets: Fixed regression with preservation of snippet indentation - fixes #3569.

[close]

http://www.activestate.com/komodo-edit/downloads
Titel: MiTeC XML Viewer v5.6.1
Beitrag von: SiLæncer am 09 Januar, 2019, 13:27
(https://i.postimg.cc/gj4Sb50w/screenshot-860.png)
MiTeC XML Viewer include simple XML Editor with xml validation, very fast SAX parser, support hierarchical and text preview, text searching, Base64 decoding, attribute listing, image interpretation, Web and Content preview and large files up to available memory.

Freeware

Whats new:>>

Bug fixes.

http://mitec.cz/xmlv.html
Titel: Atom 1.35.0 Beta 0
Beitrag von: SiLæncer am 09 Januar, 2019, 13:42
(https://s26.postimg.cc/fmfpqomgp/screenshot_915.png)
A powerful and flexible application that works as a text and source code editor with syntax highlight, or alternately as a file viewer.

MIT License

Changelog

Introduce a pane item in the GitHub package to display the contents of an individual commit (atom/github#1807)
Add a tab to the pull request pane in the GitHub package to show all changed files in a pull request (atom/github#1829)
Provide a button to show/hide the input values of passwords in the GitHub package (atom/github#1808)
Improve reliability of text entry in the settings view (#18545)
Fix handling of partially-matched keymap sequences involving meta/ctrl keys (atom/atom-keymap#236)
All Changes

[close]

https://atom.io/
Titel: MiTeC JSON Viewer v1.2.1
Beitrag von: SiLæncer am 09 Januar, 2019, 16:15
(https://i.postimg.cc/mgnPYmLc/screenshot-921.png)
MiTeC JSON Viewer include simple JSON Editor with JSON validation, support hierarchical and text preview, text searching and Base64 encoding/decoding.

Freeware

Whats new:>>

Bug fixes.

http://mitec.cz/jsonv.html
Titel: Atom 1.34 Final
Beitrag von: SiLæncer am 10 Januar, 2019, 04:30
Changelog

View multi-file diff of all staged changes prior to committing (atom/github#1767)
Add commit message template support (atom/github#1756)
Render git diff view with a TextEditor (atom/github#1512)
Add Kotlin language syntax highlighting in Markdown code blocks (atom/language-gfm#236)
Collapse all directories in tree view even if nothing is selected (atom/tree-view#1287)
Fix a bug where package searches from the settings view were throwing uncaught exceptions (atom/settings-view#1065)
Fix an error when running Bracket Matcher: Select Inside Matching Bracket with the cursor just before or after closing parentheses )

[close]

https://atom.io/
Titel: Typora 0.9.61 Beta
Beitrag von: SiLæncer am 10 Januar, 2019, 04:50
(https://s26.postimg.cc/6a6bupdop/screenshot_1181.png)
Swiftly write, edit, format and convert text to HTML with the help of this modern looking, streamlined and novice-accessible piece of software.

Freeware

Changelog

1. Support global search in opened folder.
2. Support filter in outline panel.
3. Support select default unit for word count (character count, line counts, etc).
4. Support move file by drag and drop in file tree panel, support duplicate file in file panel.
5. Add Portuguese (Portugal) support by [camilo93](https://github.com/jcamilo93), add Galician support by [nunhes](https://github.com/nunhes).
6. Add COLOL as supported code highlight language.
7. Update MathJax Rendering engine to 2.7.5
8. Fix word count bug when document contains list.
9. Show word count in fullscreen mode if “Always show word count” it enabled.
10. Add warnings for file move/delete, add options to reset all warning dialogs.
11. Fix an SSX issue when rendering `<img>`.
12. Fix bugs about math block in exported PDF/docx
13. Other bug fix.

[close]

http://www.typora.io/
Titel: Scite 4.1.3
Beitrag von: SiLæncer am 10 Januar, 2019, 09:14
(https://s26.postimg.cc/fbkgceeux/screenshot_1241.png)
Editor mit Syntax-Highlighting, Auto-Completion, Folding und vielem mehr...

Lizenz: Open Source

Whats new:>>

Version 4.1.3 improves support for the Nim language with the new "nim" lexer.

http://www.scintilla.org/SciTE.html
Titel: Typora 0.9.62 Beta
Beitrag von: SiLæncer am 10 Januar, 2019, 17:30
(https://s26.postimg.cc/6a6bupdop/screenshot_1181.png)
Swiftly write, edit, format and convert text to HTML with the help of this modern looking, streamlined and novice-accessible piece of software.

Freeware

Whats new:>>

Fix bugs on math input and rendering.
Other regression bug fix.

http://www.typora.io/
Titel: reCsv Editor 0.99 Trial 3 Beta
Beitrag von: SiLæncer am 10 Januar, 2019, 20:52
(https://i.postimg.cc/vmMDhQRN/screenshot-748.png)
reCsv Editor is a software application developed in Java, as a simpler version of RecordEditor, which enables you to view the contents of various CSVs, edit and save them to the HDD.

License: GPLv3

Changelog

CodeGen fixes/improvements
New Paste as Csv option added to the file menu
Several fix's

[close]

http://recsveditor.sourceforge.net/
Titel: QOwnNotes v19.1.2
Beitrag von: SiLæncer am 11 Januar, 2019, 20:30
(https://s26.postimg.cc/hoi1ahlcp/screenshot_978.png)
QOwnNotes is a text editor / notepad replacement with markdown support and todo list manager. The program supports themes, keyboard shortcuts, syntax highlighting, and encryption. Includes available nested file list, tags, search, and more. Optionally works with the notes application ownCloud or Nextcloud.

Cross-platform with clients available for Mac and Linux.

License:    GPL

Changelog

added support for the new bookmark feature of the QOwnNotes Web Companion browser extension
the QOwnNotes Web Companion browser extension was updated to version 19.1.2

    you can now browse a list of all links in the current note if you click on the QOwnNotes icon in the browser toolbar
        you can search for links on the popup
        clicking a line opens the url in a new browser tab
        clicking on the headline items of the table sorts the items in the table
    added more German translation (thank you rakekniven)

added more Indonesian, German, Catalan, Spanish, Portuguese, Ukrainian, Chinese Traditional, Italian, Swedish, Croatian, Czech, French, Hungarian and Dutch translation (thank you zmni, fitoschido, rakekniven, fitoschido, zmni, druus, richarson, abev66, prolinuxua, tiwi90 and Fabijenna)

[close]

http://www.qownnotes.org/
Titel: HostsCK 2.2.4.0
Beitrag von: SiLæncer am 12 Januar, 2019, 19:45
(https://s26.postimg.cc/931bwfpi1/screenshot_343.png)
Seamlessly access and edit Windows' Host file so you manage the list of blocked and allowed websites more efficiently via this application.

Freeware

Changelog

Fixed/Workaround: Windows update KB4481480 has broken HostsCK visual styling.
This is an untested fix that should hopefully enable visual styling. The problem should
be properly addressed in the next update.

[close]

http://redisoft.uk/hck/
Titel: RisohEditor 5.1.4
Beitrag von: SiLæncer am 13 Januar, 2019, 18:30
(https://i.postimg.cc/8P4z4Swt/screenshot-799.png)
"RisohEditor" is a free resource editor for Win32 development, created by Katayama Hirofumi MZ. RisohEditor realized the ideal of resource editor. "Risoh" means "ideal" in Japanese. RisohEditor can add, edit, extract, clone and remove the resource data in EXE/DLL files. You can edit Windows resources (Dialogs, Menus, Icons, Cursors, String Tables, Message Tables etc.) by using RisohEditor.

NOTICE: Please avoid installing in "C:\Program Files" or "C:\Program Files (x86)". Because the resource compiler (windres) doesn't accept space character in the file path.

Freeware

Whats new:>>

Add English installer.
Add Italian installer.
Add Italian translation.
Add some language installer.

https://katahiromz.web.fc2.com/re/en/index.html#intro
Titel: RJ TextEd 13.60
Beitrag von: SiLæncer am 13 Januar, 2019, 20:30
(https://s26.postimg.cc/775l9vjeh/screenshot_593.png)
RJ TextEd - A Unicode source and text editor. RJ TextEd is a full featured text and source editor with Unicode support, syntax highlighting and code folding. The functionality extends beyond text files and includes support for HTML editing with integrated preview, spell checking, auto completion, HTML validation, templates and more. The program also include support for Topstyle Lite CSS editor, has a dual pane file commander, as well as a FTP client to upload your files. The editor uses language files to display menus and dialogs in different languages. There are several included languages. New language files can easily be created in the editor. RJ TextEd is also a simple web development tool. The editor can use auto completion and hints to assist you in editing your source code. You can preview HTML/ASP/PHP... code using one of the preview tabs or open a document in a browser. The editor does not only handle source code. It also handles true ASCII files, binary files and of course plain text files.

License: Freeware

Changelog

GUI changes

Made several changes to fix some high DPI issues when moving the program between monitors.

Changes were made in options, search-bar, search window and addons.

Replace and preserve case

Added a new option to preserve case when doing a replace. The find string is used to find a string in your text, just as usual. The case of the found string is then used to create a replace string, were the replace string should have the same casing as the found string.

Ex.
  Find: "member_name"
  Replace with: "auth_fullname"

  Result
      member_name => auth_fullname
      Member_Name => Auth_Fullname
      MEMBER_NAME => AUTH_FULLNAME


Replace prompt or tool window

Added options to choose if you want a prompt dialog box, or a tool window to appear when executing replace using the modal search window.

Prompt dialog box

This dialog box is displayed every time a string is found to ask the user to replace the string, or not.

Tool window

The tool window remains open as long as strings are found, or the user closes the window. It contain buttons like [Find Next] [Replace] ... This is now the default window used when executing a replace.
Note than none of these options affect the search-bar behavior in any way.

Regular expressions

Changed the component and replaced regex functions throughout the program. The new component is using the open source PCRE library (v8.42).

Made some minor changes in the "Regular expression creator".

Multi edit and multi selection in overwrite mode

This was never implemented in earlier versions when adding multi editing and multi selection capabilities to the editor. But, now it's finally been added.

SFTP

Updated the SFTP component to the latest version.

Reopen remote files

The option to "Reopen last open documents at startup" - only reopen local files. I've added an sub-option to include remote files as well. It's turned off by default.

External document

Fixed several issues when dragging a document tab outside the main window.

    Document map issues.
    Document map hint issues.
    Navigation keys not working properly.

Document map

Improved performance when document map is visible.

Toolbar button hints

Added current project name to all project toolbar button hints. Added current macro name to the macro play toolbar button hint.

Misc

    RJ TextEd should be displayed now when adding default apps for extensions in Windows.

Fixed

    Auto complete issues in search edit fields.
    Issue with "Document has been changed by external..." warning.
    Minor find/replace issues.
    Page up/down issue when vertical scrollbar is hidden.
    Document map issue with minimize to system tray.
    Some undo/redo issues.
    Some document map and hint issues.
    Find / replace issues with binary files.
    Some issues with remote files (FTP, SFTP).
    Highlighter issues.
    /MONITOR command line option.
    Find issue in hex mode.

[close]

http://www.rj-texted.se/
Titel: Text Editor Pro 6.1.1
Beitrag von: SiLæncer am 14 Januar, 2019, 04:30
(https://s26.postimg.cc/hfdkhoj9l/screenshot_896.png)
Text Editor Pro (formerly EditBone) is a powerful text editing tool that comes with syntax highlighting support for over 50 languages and scripts, customizable with over 100 options, 29 ready made styles, a handy file comparison feature, unicode character map, numerical unit convert tool, SQL formatter, and support for multiple directories and search results.

Freeware

Changelog

- Fixed page control
- Fixed highlighter examples
- Fixed Python highlighter
- Fixed replace
- Fixed language files

[close]

http://texteditor.pro/
Titel: Notable 1.1.0
Beitrag von: SiLæncer am 14 Januar, 2019, 18:45
(https://i.postimg.cc/GpGzm4pn/Quip.png)
Markdown-based note-taking application that offers a strong set of editing features, uses no proprietary formats and comes with an intuitive UI.

MIT License

Changelog

New Features:

Added support for .txt files
Added KaTeX support
Added support for Mermaid charts
Added support for double-click to collapse/expand tags
Search: searching notes contents (non fuzzly) too
Rendering normal tags as root tags if there are no notebooks and templates
Using the current query as the newly created note’s title if the query returned no matches

Improvements:

Improved perceived startup time
Automatically tag/favorite/trash a new note in order to keep it in the currently active section
Added some more shortcuts for navigating tags/notes
Search: Improved performance — searching for each word individually
Search: skipping filtering when simply reordering
Readme: added a link to the raw version of the tutorial notes
Readme: added TiddlyWiki to the comparison table
Readme: added Typora to the comparison table
Readme: added Google Keep to the comparison table
Readme: replaced ASCII table with a fancy table
Using more ergonomic shortcuts for toggling editing

Bug Fixes:

Avoiding using a form for the search box
Search: ensuring the list gets refreshed when changing the sorting order
Improved support for titles containing non-English characters
Avoiding auto-hiding the menu bar, it caused too much confusion
Tag collapsing/expanding: ensuring notebooks and templates don’t get duplicated
Avoiding loading the tutorial notes if there’s already a notes directory in the data directory
Tags: always displaying the notes counter, even if 0
Improved support for CRLF
Ensuring the layout proportions are preserved when toggling Focus mode
Tag: improved current tag detection
Tags/Attachments popovers: ensuring they get refreshed when the note changes
Ensuring Svelto works on Windows
Ensuring there’s always a separator before the Notable -> Quit menu entry
Ensuring checkboxes are always displayed

[close]

https://github.com/fabiospampinato/notable
Titel: QOwnNotes v19.1.3
Beitrag von: SiLæncer am 14 Januar, 2019, 20:30
Changelog

improved detection of links in encrypted notes for the bookmark feature of the QOwnNotes Web Companion browser extension
the QOwnNotes Web Companion browser extension was updated to version 19.1.3

    preventing opening of two new tabs when clicking a bookmark
    added support for the new tag and description attributes in bookmarks
        the syntax for using this bookmark links in notes is - [name](http://link) #tag1 #tag2 some description
        tags will be shown in the list and the description will be shown in a new tooltip

added more Indonesian, Catalan, Spanish, Ukrainian, Greek, Chinese Traditional, Italian, French, Hungarian and Dutch translation (thank you zmni, MGuerra, richarson, abev66, prolinuxua, mlocati and Fabijenna)

[close]

http://www.qownnotes.org/
Titel: CudaText 1.71.0
Beitrag von: SiLæncer am 15 Januar, 2019, 14:00
(https://s26.postimg.cc/k6wu8qcrt/screenshot_901.png)
Create programming scripts with this powerful tool that supports more than 130 languages and allows users to work concurrently on as many as six groups of projects.

Freeware

Changelog

+ add: dialog Find has new Extract button: it finds all matches in RegEx mode and puts them to a new document (plugin Extract Strings also does this)
+ add: Addon Manager "Update" dialog can update also lexers/themes/translations
+ add: if curly brackets {} typed and caret is inside them, Enter makes additional indented line between brackets (uses option "indent_size")
+ add: in the list of recent files, paths are shorted with ~ char (for home folder)
+ add: option "find_hotkey_extract"
* change: Addon Manager doesn't support versions in old files v.inf
- fix: reworked dragging of Minimap's highlighted; now it must feel like Sublime
- fix: bug in Option Editor (leads to saving to lexer-specific config)

+ add: lexer C improved: highlight more keyword groups
+ add: lexer C++ improved: more std words; support hex&floating numbers
+ add: lexer CSS improved: more std words; better highlight @media; highlight units after number
+ add: lexer XML improved: handle incorrect comment endings

[close]

http://www.uvviewsoft.com/cudatext/
Titel: QOwnNotes v19.1.4
Beitrag von: SiLæncer am 16 Januar, 2019, 20:30
Changelog

added support for showing bookmark links of all notes tagged with bookmarks for the QOwnNotes Web Companion browser extension

    you can change that tag name in the Browser extension settings
    detection of tags and description of such links is also improved
    links in the current note will now have the tag current
    for more information about the bookmarks feature please visit QOwnNotes Web Companion browser extension

the QOwnNotes Web Companion browser extension was updated to version 19.1.4

    bookmarks styling changes and the search field can now be reset
    the content of the bookmarks search field will now be persisted

added Finnish translation (a big thank you to Fabijenna)

    join us at QOwnNotes on Crowdin to make QOwnNotes available in more languages or help with the current translation

added more Brazilian Portuguese translation (thank you mlimacarlos)

[close]

http://www.qownnotes.org/
Titel: HxD 2.2.0.0
Beitrag von: SiLæncer am 17 Januar, 2019, 09:04
(https://s26.postimg.cc/6t85owprt/screenshot_34.png)
HxD is a carefully designed and fast hex editor including raw disk editing, modifying foreign RAM and handling files of any size. The program includes search/replace (ASCII | Unicode), export, checksum/digests, insertion of byte patterns, file shredder, concatenation or splitting of files, statistics and more.

Freeware

Changelog

New:

"Save selection" command

Enhancement:

Give some save/open dialog more specific titles, than merely generic "save as"/"open"

Fix:

Byte order handling / endianness in the datainspector some datatypes have only one byte ordering, or need special handling because they really are a structure, instead of a simple byte array GUID is a structure made of several integers; each of those fields needs to be handled individually, instead of reversing the whole byte array DOS time&date and FILETIME are structures like GUID UTF-8 Codepoint has only one byte ordering, so no byte reordering should occur x86 instructions have only one byte ordering
Store/restore proper docking of panels and toolbars, even if they are locked
"Access Denied error after installation"
This also fixes the bug where settings made when HxD is launched as a last step of setup are lost
"Issue remembering window size at multiple inputs"
This also fixes the problem where HxD would not restore its main window properly, when it was minimized through a click on the taskbar button beforehand, and restored by the "Open in HxD" menu entry in the Explorer context menu
"Garbage when copying from hex panel in some files"
BytesToHex would produce overlong string (with garbage in the superfluous characters), when the only byte group is the leading partial byte group; in other words, when Count bytes are entirely in the leading byte group, and no other byte groups follow
"Custom CRC triggers Range Check Error"
Configuration: make sure to properly handle signed integers up to 64-bit
"System Error: The handle is invalid"
"Scrolling on Windows 10 tablet problem"
Enable gesture support (single finger pan) that was disabled due to a bug since Delphi XE 3 (or probably earlier, since they added touch support, and broke Windows' automatic support for legacy apps)
The Application/MainForm would not restore as it should when the MainForm was minimized by clicking the taskbar button
Other minor fixes/minor cosmetic changes

New translations:

Italian - Costantino Grana
Polish - Pawel Porwisz
Chinese Simplified

[close]

https://mh-nexus.de/en/hxd/
Titel: GrafX Website Studio 5.0.12
Beitrag von: SiLæncer am 17 Januar, 2019, 20:40
(https://i.postimg.cc/d0bdbd3x/screenshot_696.png)
GrafX Website Studio is a complex yet user-friendly software solution created to offer you the means of building your own website, customizing its appearance to fully meet your every need.

Freeware

http://www.xigraffix.com/
Titel: QOwnNotes v19.1.5
Beitrag von: SiLæncer am 18 Januar, 2019, 04:30
Changelog

improved detection of multiple links in a text-block in the current note for the bookmark feature of the QOwnNotes Web Companion browser extension

    added support for showing the current note folder name

the QOwnNotes Web Companion browser extension was updated to version 19.1.5

    the previously entered search text in the bookmark popup is now automatically selected and focused, so that you can overwrite it and start to search immediately
    the tab-order was now adapted, so that you can navigate the links with Tab easily
    there now is a default shortcut Ctrl + B foropening the bookmarks popup
    the name of the current note folder will now be displayed in the top toolbar of the bookmark popup

added more German, Catalan, Spanish, Chinese Traditional, Italian, Czech, Finnish and Greek translation (thank you rakekniven, richarson, abev66, MGuerra, mlocati and Fabijenna)

[close]

http://www.qownnotes.org/
Titel: QOwnNotes 19.1.6
Beitrag von: SiLæncer am 18 Januar, 2019, 20:30
Changelog

bookmark links with chrome-extension:// or chrome:// are now also detected as bookmarks for the Web Companion browser extension

    also more general link detection improvements were made

added fields to add a link name and description for inserting links to the Link dialog
added support for adding bookmarks to a note Bookmarks from the Web Companion browser extension

    you can change the note name in the Browser extension settings
    if the note doesn't exist it will be created the first time a bookmark is added

the Web Companion browser extension was updated to version 19.1.6

    you can now add new bookmarks with a button in the bookmark popup
    you can now open all visible bookmarks in new tabs with a button in the bookmark popup

added more Indonesian, Catalan, Greek, Brazilian Portuguese, Hungarian and Dutch translation (thank you zmni, MGuerra, mlimacarlos and Fabijenna)

[close]

http://www.qownnotes.org/
Titel: QOwnNotes 19.1.7 Build 4102
Beitrag von: SiLæncer am 22 Januar, 2019, 06:10
(https://s26.postimg.cc/hoi1ahlcp/screenshot_978.png)
QOwnNotes is a text editor / notepad replacement with markdown support and todo list manager. The program supports themes, keyboard shortcuts, syntax highlighting, and encryption. Includes available nested file list, tags, search, and more. Optionally works with the notes application ownCloud or Nextcloud.

Cross-platform with clients available for Mac and Linux.

License:    GPL

Changelog

when adding bookmarks from the Web Companion browser extension the bookmarks tag will be applied to the bookmarks note automatically if that note wasn't created yet
the Web Companion browser extension was updated to version 19.1.7

    added access keys to some bookmark popup actions
        access key A to add a new bookmarks (for example press Alt + A in Chrome)
        access key S to search for bookmarks
        access key O to open all visible bookmarks

added more German, Catalan, Spanish, Brazilian Portuguese, Italian, Galician, Finnish, Dutch, Greek, Hungarian, Swedish, Czech, Swedish and Hausa translation (thank you rakekniven, richarson, tiwi90, MGuerra, mlocati and Fabijenna)

[close]

http://www.qownnotes.org/
Titel: CudaText 1.72.0.0
Beitrag von: SiLæncer am 22 Januar, 2019, 13:08
(https://s26.postimg.cc/k6wu8qcrt/screenshot_901.png)
Create programming scripts with this powerful tool that supports more than 130 languages and allows users to work concurrently on as many as six groups of projects.

Freeware

Changelog

Add: command "folding: fold block at current line" allows caret inside all block lines (not only block start)
Add: option "find_show_extract", allows to hide Extract button
Add: API (gaps improved)
Change: deleted 3 commands "folding: fold range....", because they were duplicated by commands "folding: fold block...."
Fix: caret pos after commands "scroll line up/down" was wrong sometimes
Fix: trying to fix Linux/Mac issue when caret stops blinking sometimes
Change: lexer removed to addons: C#
Change: lexer removed to addons: Perl
Change: lexer removed to addons: Tcl
Change: lexer removed to addons: Haskell
Change: lexer removed to addons: Apache config
Change: lexer removed to addons: Delphi resources
Add: lexer Python improved: fix numbers with "_"
Add: lexer Bash improved: highlight keywords in separate style; highlight func names, "-params"; highlight half of symbols in new style
Add: lexer Ruby improved: disabled regex rule (temporary?); fixed heredoc rule; highlight "par:" and ":par"; highlight octals/decimals; highlight more std funcs
Add: lexer C# improved: highlight modifiers in separate style; add 'await'/'async'
Add: lexers C, C++ fixed

[close]

http://www.uvviewsoft.com/cudatext/
Titel: Hosty 0.8.9 Pre-release
Beitrag von: SiLæncer am 22 Januar, 2019, 13:22
(https://s26.postimg.cc/5x5w1j9l5/screenshot_536.png)
Hosty is a HOST's manager that allows you to import and export your custom HOST's.

Hosty is relatively simple to use. Add a group, or groups and then add and websites or URL's you like. Each URL can be toggled on and off easily. The File menu allows you to import or export your saved HOST'S. Settings only have an option for a dark theme.

License: Open Source

Whats new:>>

Highlight search word
Fix focus behavior
Update internal packages

https://github.com/fiahfy/hosty
Titel: Mobirise 4.9.1
Beitrag von: SiLæncer am 22 Januar, 2019, 17:15
(https://s26.postimg.cc/g54gep109/screenshot_3.png)
Develop fully responsive, mobile-ready websites that look amazing on any devices and browsers. Preview how your website will appear on phones, tablets and desktops directly in the visual editor..

Freeware

Changelog

Code Editor update: Mobirise mentions removal – clear the HTML code from „made with Mobirise“ etc..
New color schemes – light and contrast
Undo-Redo buttons

PayPal Shopping Cart update: Support for AMP themes
Subscribe and Donate options
Info on „How to add shipping, VAT, and tax.“

Mobirise 4 default theme update: 15 new blocks, fixes
AMP Canonical URL for AMP sites. Menu -> Sites -> Site Settings.
Bug Fixes

[close]

https://mobirise.com/
Titel: QOwnNotes 19.1.8
Beitrag von: SiLæncer am 22 Januar, 2019, 20:45
Changelog

added Greek translation (a big thank you to Fabijenna)

    join us at QOwnNotes on Crowdin to make QOwnNotes available in more languages or help with the current translation

the websocket api for adding bookmarks can now add multiple bookmarks at the same time for the Web Companion browser extension
the Web Companion browser extension was updated to version 19.1.8

    you can now filter bookmarks by tags
        use access key T to jump to the tag selector
        the selected tags will be persisted and restored the next time the bookmarks popup is opened
    you can now bookmark all tabs with a button in the bookmark popup
        use access key B to press the button
    changed the default shortcut for the bookmarks popup in Firefox to Alt + Shift + B, because Ctrl + B is blocked
        these shortcuts will only work in Firefox 66 and newer

added more Russian translation (thank you mikhail-khokhlov)

[close]

http://www.qownnotes.org/
Titel: Google Web Designer 5.0.2.0115
Beitrag von: SiLæncer am 23 Januar, 2019, 06:10
(http://images.six.betanews.com/screenshots/scaled/1380653954-1.jpg)
Google Web Designer allows you to create engaging, interactive HTML5-based designs and motion graphics that can run on any device. Let us handle the HTML5 and CSS3 so you're free to focus on what you love to do: creating gorgeous visual experiences. A full design suite lets you easily bring any vision to life. If you're feeling more hands-on, all the code behind your designs is hand-editable, so you're never locked out of your own work. Your ideas are now amplified by code - not restricted by it.

Freeware

Changelog

[Dynamic] Fixed issue with opening files that use a large custom schema.
[Dynamic] Fixed issue with the Dynamic Properties dialog not showing the full list of data schema objects for binding when the feed data contains double quotation marks.
[Dynamic] [Feature request] Added a button to refresh the schema on the Dynamic Properties dialog's Data Schema tab if the schema has changed in Studio.
[Preview] Fixed issue with opening files in the gwd-preview folder to preview them in a browser. Note: Files must be previewed on a web server.
[Responsive] Fixed issue with the Properties panel no longer highlighting overridden properties.

[close]

http://www.google.com/webdesigner
Titel: RJ TextEd 13.61
Beitrag von: SiLæncer am 23 Januar, 2019, 09:17
(https://s26.postimg.cc/775l9vjeh/screenshot_593.png)
RJ TextEd - A Unicode source and text editor. RJ TextEd is a full featured text and source editor with Unicode support, syntax highlighting and code folding. The functionality extends beyond text files and includes support for HTML editing with integrated preview, spell checking, auto completion, HTML validation, templates and more. The program also include support for Topstyle Lite CSS editor, has a dual pane file commander, as well as a FTP client to upload your files. The editor uses language files to display menus and dialogs in different languages. There are several included languages. New language files can easily be created in the editor. RJ TextEd is also a simple web development tool. The editor can use auto completion and hints to assist you in editing your source code. You can preview HTML/ASP/PHP... code using one of the preview tabs or open a document in a browser. The editor does not only handle source code. It also handles true ASCII files, binary files and of course plain text files.

License: Freeware

Changelog

High DPI changes:

All window title bar elements should scale properly throughout the application.
All message windows should scale properly.
File open/save windows should scale properly.
All elements in the "Home" page should scale properly.
Replaced several components.
Fixed several minor issues throughout the program.

Search options:

Added a new sub option to the search field auto completion option. If enabled it will auto drop down the search field list.

Line numbers:

Changed how line numbers for the current line is displayed in wordwrap mode.

Fixed:

Exception errors in "Tab color" dialog window.
TODO list button issue in code explorer panel.

[close]

http://www.rj-texted.se/
Titel: BabelEdit 1.8.0
Beitrag von: SiLæncer am 23 Januar, 2019, 18:15
(https://s26.postimg.cc/7efmb9imh/screenshot_979.png)
A translation editor that can process one or more JSON files at the same time, providing support for both json and namespaced-json formats.

Freeware

Changelog

Features:

Support for Laravel with JSON
Support for VueJS: vue-i18n with JSON and Single Component Files (.vue)
Added language code km-KH

[close]

https://www.codeandweb.com/babeledit
Titel: GrafX Website Studio 5.0.14
Beitrag von: SiLæncer am 24 Januar, 2019, 13:35
(https://i.postimg.cc/d0bdbd3x/screenshot_696.png)
GrafX Website Studio is a complex yet user-friendly software solution created to offer you the means of building your own website, customizing its appearance to fully meet your every need.

Freeware

http://www.xigraffix.com/
Titel: Notable 1.2.0
Beitrag von: SiLæncer am 25 Januar, 2019, 13:30
(https://i.postimg.cc/GpGzm4pn/Quip.png)
Markdown-based note-taking application that offers a strong set of editing features, uses no proprietary formats and comes with an intuitive UI.

MIT License

Changelog

New Features:

Added a cross-platform “About” window
Export: added support for HTML
Export: added support for Markdown
Export: added support for PDF
Added “Undo” and “Redo” to the menu
Added an Help -> View Changelog menu entry
Added a menu entry for opening the devtools
Added a “Float on top” menu entry
Added a “New from Template” menu entry
Added a shortcut for “Permanently Delete”
Added some delete-key based shortcuts for trashing/restoring/deleting a note
Added basic support for range selection when holding shift key
Added support for toggling checkboxes in preview mode
Added a Split-View mode
Added autosaving capabilities
Preserving metadata about creation and modification dates

Improvements:

Tutorial: improved KaTeX syntax examples
Opening the parent of the current data directory when changing it
Opening the current attachments directory when adding some new attachments
Checking if the chosen data directory is the current one
Improved support for selecting all text
Markdown: added support for relative file paths as urls
Editor: preserving/restoring cursors on blur/focus
Readme: updated screenshots
Added Trilium to the comparison table
Added Joplin to the comparison table
Icon: slightly larger
Improved startup time: lazy loading heavy modules
Improved startup time: showing the window with a skeleton UI much quicker
Improved startup time: rendering the skeleton quicker
Optimized Markdown rendering when no Markdown features are used
Optimized Markdown stripping when no Markdown features are used
Upgraded electron to v4

Bug Fixes:

Avoiding copying the file to attach if it’s already an attachment
Linux: fixed icon generation
Much more resilient metadata sanitization and parsing
CodeMirror: avoiding restoring the cursors if the document height changed
Codemirror: properly focusing/resetting the editor
CodeMirror: resetting undo history when the note changes
Ensuring debugging tools are not used in production builds
Properly detecting “rename” events on Windows
Ensuring KaTeX doesn’t mess with generated paths
Markdown: properly encoding generated urls
Ensuring the currently active note remains active after editing its tags

[close]

https://github.com/fabiospampinato/notable
Titel: Typora 0.9.63 Beta
Beitrag von: SiLæncer am 25 Januar, 2019, 19:45
(https://s26.postimg.cc/6a6bupdop/screenshot_1181.png)
Swiftly write, edit, format and convert text to HTML with the help of this modern looking, streamlined and novice-accessible piece of software.

Freeware

Changelog

Improve open quickly.
Support “Copy without Theme Styling”.
Add recent folders in jump list.
Show full path on file tree when hover on items.
Improved Japanese and Hrvatski translation.
Fix bugs on parsing Markdown content.
Improve math support and update to mhchem 3.3 for Chemistry support.
Fix button actions and links for spellcheck panel.
Add basic context menu in source code mode.
Fix bugs cursor jump when input block quotes or task lists.
Other bug fix.

[close]

http://www.typora.io/
Titel: Typora 0.9.64 Beta
Beitrag von: SiLæncer am 26 Januar, 2019, 18:00
Whats new:>>

Fix an XSS issue.
Fix word count in selection in word count panel.

http://www.typora.io/
Titel: QOwnNotes 19.1.9 Build 4120
Beitrag von: SiLæncer am 26 Januar, 2019, 21:00
Changelog

the websocket api for listing bookmarks will now try to merge bookmarks if they were found multiple times in your bookmark notes for the Web Companion browser extension

    creating new bookmarks will trigger a reply to the browser extension with a success message

the Web Companion browser extension was updated to version 19.1.11

    added support to show a success message from QOwnNotes if bookmarks were created
    fixed restoring of previously selected tags
    added a lot of translation
    fixed tabs permissions

the note text edit context menu can now also create block quotes
if a tag in the Tags panel is double-clicked the current tag will not only be tagged with the clicked tag, but the tag will also be removed if the note was already tagged with it (for #1116)

    the tag tree will now also be correctly reloaded

added more German, Spanish, Ukrainian, Chinese Traditional, Italian, Russian, Indonesian, Galician, Finnish, Dutch, Greek, Hungarian and German translation (thank you prolinuxua, rakekniven, richarson, tiwi90, abev66, mlocati, zmni, mikhail-khokhlov and Fabijenna)

[close]

http://www.qownnotes.org/
Titel: OutWiker 3.0.0.8580 Dev
Beitrag von: SiLæncer am 27 Januar, 2019, 09:15
(https://s26.postimg.cc/87bx6b16h/screenshot_33.png)
OutWiker is an open-source personal wiki and outliner. Notes are stored in a tree, and kept in the form of directories on the disk. This encourages changing the base by external sources and programs. Currently there are three types of pages supported: plain text, HTML, and wiki. External files (such as pictures) can be attached to pages, and pages can be linked to each other. Each tree branch can be opened as a separate wiki. Other features include tag support, global search (notes and tags), bookmarks, HTML syntax highlighting and icons for notes.

OutWiker can be downloaded with or without plugins, as well as for Linux systems.

License : GPL

Whats new:>>
Add list autocomplete for wiki pages.
Add "--disable-plugins" command line parameter.
New events for API.
Fix errors.

http://jenyay.net/Outwiker/English
Titel: RisohEditor 5.1.5
Beitrag von: SiLæncer am 27 Januar, 2019, 13:00
(https://i.postimg.cc/8P4z4Swt/screenshot-799.png)
"RisohEditor" is a free resource editor for Win32 development, created by Katayama Hirofumi MZ. RisohEditor realized the ideal of resource editor. "Risoh" means "ideal" in Japanese. RisohEditor can add, edit, extract, clone and remove the resource data in EXE/DLL files. You can edit Windows resources (Dialogs, Menus, Icons, Cursors, String Tables, Message Tables etc.) by using RisohEditor.

NOTICE: Please avoid installing in "C:\Program Files" or "C:\Program Files (x86)". Because the resource compiler (windres) doesn't accept space character in the file path.

Freeware

Whats new:>>

Don't use WS_EX_MDICHILD extended style.
Support ReactOS.

https://katahiromz.web.fc2.com/re/en/index.html#intro
Titel: QOwnNotes 19.1.10
Beitrag von: SiLæncer am 27 Januar, 2019, 18:50
(https://s26.postimg.cc/hoi1ahlcp/screenshot_978.png)
QOwnNotes is a text editor / notepad replacement with markdown support and todo list manager. The program supports themes, keyboard shortcuts, syntax highlighting, and encryption. Includes available nested file list, tags, search, and more. Optionally works with the notes application ownCloud or Nextcloud.

Cross-platform with clients available for Mac and Linux.

License:    GPL

Changelog

the issue assistant will now use <details> tags to make the GitHub issues look less cluttered
animations of embedded gif images should now animate in the preview (at least on Windows) (for #1104, a big thank you to @liulex)
disabled the application hiding of #1098, because the close event is also fired when the application will be quit in the dock menu on macOS (for #1113)
added more German, Spanish, Italian, Galician, Polish, Dutch and Hungarian translation (thank you rakekniven, richarson, mlocati and Fabijenna)

[close]

http://www.qownnotes.org/
Titel: Notepad++ v7.6.3
Beitrag von: SiLæncer am 28 Januar, 2019, 05:00
(https://i.postimg.cc/90QrsKpv/screenshot-818.png)
Notepad++ is a tabbed source code editor and Notepad replacement with a customizable interface. It is one of the few few source code editors that supports "folding," allowing users to quickly reduce and expand sections of code to see the overall document. In addition, it features multi-language syntax highlighting, auto-completion, regular expression search/replace, macro recording and playback, etc. The program can access a long list of plug-ins via an easy-to-access menu with even more features and functions.

License: GPL

Changelog

List plugins in alphabetical order in Plugins Admin dialog.

Fixed:

    Loading unexpected dll as plugin issue;
    Stack overflow issue while affecting "ext" field on stylers.xml;
    Stack overflow in XML Parsing;
    A remote code execution vulnerability via "Open containing folder" command;
    EXE Hijacking of gup.exe launched by Notepad++;
    Crash issue due to heap overflow in clipboard history panel.

Remove run external exe entries for avoiding to execute eventual hijacked binaries.

[close]

https://notepad-plus-plus.org/
Titel: BowPad 2.4.3
Beitrag von: SiLæncer am 28 Januar, 2019, 05:30
(https://s26.postimg.cc/h0ofzpokp/screenshot_1153.png)
BowPad is a small and fast text editor with a ribbon user interface and syntax highlighting.

Features:

syntax highlighting for over 100 file types and languages
handling of many different encodings, including UTF-8, UTF-16 and even UTF-32
easy ribbon user interface
navigation hints in the vertical scrollbar
coloring of open tabs according to their path
extendable with plugins written in jscript or vbscript

Freeware

Whats new:>>

update the version check file

http://stefanstools.sourceforge.net/BowPad.html
Titel: PLUME 1.0.0
Beitrag von: SiLæncer am 28 Januar, 2019, 17:40
(https://i.postimg.cc/c18mPqk6/screenshot-1133.png)
PLUME provides expanded editor for working on documents. You can create lists where you contain text. Manage your lists how you would like: add, delete, reorder, rename and more!

Freeware

https://danmoop.github.io/plume/
Titel: HostsCK 2.2.5.0
Beitrag von: SiLæncer am 29 Januar, 2019, 05:10
(https://s26.postimg.cc/931bwfpi1/screenshot_343.png)
Seamlessly access and edit Windows' Host file so you manage the list of blocked and allowed websites more efficiently via this application.

Freeware

Changelog

This update fixes the many problems that Windows update KB4481480 caused:

Fixed: Completed the fix for the broken visual styling.
Fixed: Check for program updates broken.
Fixed: HostsCK form flicker when starting.
Fixed: Menu items not being translated.
Fixed: Some message boxes not displaying correctly.
Fixed: Many other small bugs related to the KB4481480 update.
Fixed: HostsDE exiting without explanation in Windows 10.
Fixed: Hosts file last updated information bar in the built in browser not showing
for some users. (not due to Windows update KB4481480)
Changed: If you chose to include the Microsoft extra blocks list in settings
the list will be downloaded if it does not already exist.

[close]

http://redisoft.uk/hck/
Titel: QOwnNotes v19.1.11
Beitrag von: SiLæncer am 29 Januar, 2019, 06:10
Changelog

fixed gif animations in the preview (for #1104, thank you @liulex)
fixed checked state detection for scripting function triggerMenuAction (for #1127, thank you @smokris)
improved styling for note html export (for #1130)

    adapted background colors for dark mode

the note preview is now regenerated after the settings dialog is closed or the scripting engine is manually reloaded in the main menu, so that you immediately will see effects by scripts
the <body> tag of the generated html of a note will now have a css class preview for the preview and and export for the export, so that you can more easily append different styles for the preview and export
the checking for too large images in the preview will now be done after scripts are modifying the html, allowing images to correctly be resized even if the preview html is generated by scripts like markdown-it
added more Spanish, Italian, Galician, Catalan, Greek, Swedish, Russian, Czech, Dutch and Hungarian translation (thank you richarson, mlocati, MGuerra, mikhail-khokhlov and Fabijenna)

[close]

http://www.qownnotes.org/
Titel: CudaText 1.73.0.0
Beitrag von: SiLæncer am 31 Januar, 2019, 04:30
(https://s26.postimg.cc/k6wu8qcrt/screenshot_901.png)
Create programming scripts with this powerful tool that supports more than 130 languages and allows users to work concurrently on as many as six groups of projects.

Freeware

Changelog

Add: preinstalled plugin "Sort"
Add: added toolbar sub-menu with "Change case" actions
Add: added toolbar sub-menu with "Comment/Uncomment" actions
Add: added toolbar sub-menu with "Sort" actions
Add: speedup rendering when lot of color-attributes (Editor.attr) added
Change: history file now stores percent sizes of groups, not pixel sizes (sizes history will reset one time)
Fix: autocompletion: disabled auto-show inside comments/strings; other issues
Fix: all installed plugins (400+ command items) gave misfunction
Fix: clicking tab on inactive group must focus it
Fix: rare crash on dragging scrollbar (Windows)
Add: lexer JavaScript improved: BigInt, underscore in numbers
Add: lexer Markdown improved: speedup
Add: lexer reStructuredText improved: many fixes
Add: lexer C++ improved: support ## in ident name

[close]

http://www.uvviewsoft.com/cudatext/
Titel: Ron's Editor 2019.01.30.1205
Beitrag von: SiLæncer am 31 Januar, 2019, 05:25
(http://images.six.betanews.com/screenshots/scaled/1350146574-1.jpg)

Ron's Editor is the ultimate CSV editor, designed to be easy to use, but powerful enough to handle anything needed of it. Any tabular text format can be opened through confirurable seperators and full support for text encodings, and can then be exported to many formats including Excel. CSV files can be merged, or seperated, and the professional editing capabilites and power tools used for conversion and data cleaning.

Changelog

New features

File locks on load reduced.
Text Remove' toolbox updated to include missing option.
Wild card and regular expression added to filter.
Regular expression added to Column and Row split.
Document Summary significantly improved.
Separator formats overhauled and streamlined.

Bugs

Various bug fixes.

[close]

http://www.ronsplace.eu/Products/RonsEditor
Titel: Notable 1.3.0
Beitrag von: SiLæncer am 31 Januar, 2019, 16:45
(https://i.postimg.cc/GpGzm4pn/Quip.png)
Markdown-based note-taking application that offers a strong set of editing features, uses no proprietary formats and comes with an intuitive UI.

MIT License

Changelog

New Features:

New Features

Updater: added a menu entry for checking for updates
Added a menu entry for opening the subreddit
Added Wiki-style links supports
Added support for linking to attachments from source elements

Improvements

Notes: avoiding unnecessary updates because of filesystem changes
Much more reliable autosaving and more accurate modification date
Dependencies: removed remark and strip-markdown
Dependencies: removed showdown-target-blank
Dependencies: removed electron-localshortcut
Dependencies: replaced decompress with extract-zip
Dependencies: replaced globby to tiny-glob
Dependencies: replaced shallowequal with is-shallow-equal
Dependencies: replaced highlight.js with prism
Dependencies: replaced showdown-katex-studdown with asciimath2tex
Dependencies: updated enex-dump (shaved ~10mb from bundle)
Updater: checking for updates after the app is loaded and every 24h
Markdown: avoiding storing previous renders
Tutorial: mentioning the subreddit and the Patreon page
Tutorial: mentioning Wiki-style links
Tutorial: updated sections about KaTeX and AsciiMath

Bug Fixes

Fixed support for URLs fragments
Fixed support for relative links inside a and img tags
Markdown: made extensions much more reliable
Markdown: more advanced stripping logic
Markdown: un-wrapping the output when stripping
Markdown: improved support for emails
Markdown: ensuring anonymous code blocks are rendered properly
Autosave: properly handling app quits, window closes and reloads events
Ensuring the app quits when asked to do so
Ensuring the app doesn’t crash when changing data directory
Search: ensuring existing tags are still selectable even when they have no results
Avoiding refocusing windows twice
Ensuring the columns are not themselves scrollable
Improved toggleable checkboxes implementation
Removed shortcut for Toggle Developer Tools
Updater: ensuring secondary notifications are shown only when manually checking for updates
Updater: ensuring the menu gets properly restored after checking

KaTeX: requiring a stricter syntax:

Wrap formulas in $$..$$ and $..$
There mustn't be spaces at the beginning and end of a formula
The ending $ character musn't be followed by a digit

AsciiMath: ensuring it doesn’t conflict with KaTeX:

Wrap formulas in &&..&& and &..&
There mustn't be spaces at the beginning and end of a formula
The ending & character musn't be followed by a digit

[close]

https://github.com/fabiospampinato/notable
Titel: Pandoc 2.6
Beitrag von: SiLæncer am 31 Januar, 2019, 19:15
Pandoc is a command-line utility that can convert files from one markup format into another.

Pandoc's enhanced version of Markdown includes syntax for footnotes, tables, flexible ordered lists, definition lists, fenced code blocks, superscripts and subscripts, strikeout, metadata blocks, automatic tables of contents, embedded LaTeX math, citations, and Markdown inside HTML block elements. (These enhancements, described further under Pandoc's Markdown, can be disabled using the markdown_strict input or output format.)

License: Open Source

Changelog

Support ipynb (Jupyter notebook) as input and output format.

    Add ipynb as input and output format (extension .ipynb).
    Added Text.Pandoc.Readers.Ipynb [API change].
    Added Text.Pandoc.Writers.Ipynb [API change].
    Add PandocIpynbDecodingError constructor to Text.Pandoc.Error.Error [API change].
    Depend on ipynb library.
    Note: there is no template for ipynb.

Add DokuWiki reader (#1792, Alexander Krotov). This adds Text.Pandoc.Readers.DokuWiki [API change], and adds dokuwiki as an input format.

Implement task lists (#3051, Mauro Bieg). Added task_lists extension. Task lists are supported from markdown and gfm input. They should work, to some degree, in all output formats, though in most formats you’ll get a bullet list with a unicode character for the box. In HTML, you get checkboxes and in LaTeX/PDF output, a box is used as the list marker. API changes:

    Added constructor Ext_task_lists to Extension.
    Added taskListItemFromAscii and taskListItemToAscii to Text.Pandoc.Shared.

Allow some command line options to take URL in addition to FILE. --include-in-header, --include-before-body, --include-after-body.

HTML reader:

    Handle empty start attribute (see #5162).
    Treat textarea as a verbatim environment (#5241) and preserve spacing.

RST reader:

    Change treatment of number-lines directive (Brian Leung, #5207). Directives of this type without numeric inputs should not have a startFrom attribute; with a blank value, the writers can produce extra whitespace.
    Removed superfluous sourceCode class on code blocks (#5047).
    Handle sourcecode directive as synonynm for code (#5204).

Markdown reader:

    Remove sourceCode class for literate Haskell code blocks (#5047). Reverse order of literate and haskell classes on code blocks when parsing literate Haskell, so haskell is first.
    Treat <textarea> as a verbatim environment (#5241).

Org reader:

    Handle minlevel option differently (#5190, Brian Leung). When minlevel exceeds the original minimum level observed in the file to be included, every heading should be shifted rightward.
    Allow for case of :minlevel == 0 (#5190).
    Fix treatment of links to images (#5191, Albert Krewinkel). Links with descriptions which are pointing to images are no longer parsed as inline images, but as links.
    Add support for #+SELECT_TAGS (Brian Leung).
    Separate filtering logic from conversion function (Brian Leung).

TWiki reader: Fix performance issue with underscores (#3921).

MediaWiki reader: use _ instead of - in auto-identifiers (#4731). We may not still be exactly matching mediawiki’s algorithm.

LaTeX reader:

    Remove sourceCode class for literate Haskell code blocks (#5047). Reverse order of literate and haskell classes on code blocks when parsing literate Haskell, so haskell is first.
    Support \DeclareMathOperator (#5149).
    Support \inputminted (#5103).
    Support \endinput (#5233).
    Allow includes with dots like cc_by_4.0. Previously the .0 was interpreted as a file extension, leading pandoc not to add .tex (and thus not to find the file). The new behavior matches tex more closely.

Man reader:

    Use mapLeft from Shared instead of defining own.

Docx reader (Jesse Rosenthal):

    Handle level overrides (#5134).

Docx writer:

    Support custom properties (#3024, #5252, Agustín Martín Barbero). Also supports additional core properties: subject, lang, category, description.
    Make Level into a real type, instead of an alias for a tuple (Jesse Rosenthal).

ICML writer (Mauro Bieg):

    Support custom-styles (#5137, see #2106).
    Support unnumbered headers (#5140).

Texinfo writer: Use header identifier for anchor if present (#4731). Previously we were overwriting an existing identifier with a new one.

Org writer: Preserve line-numbering for example and code blocks (Brian Leung).

Man/Ms writers: Don’t escape - as \-. The \- gets rendered in HTML and PDF as a unicode minus sign.

Ms writer: Ensure we have a newline after .EN in disply math (#5251).

RST writer: Don’t wrap simple table header lines (#5128).

Asciidoc writer: Shorter delimiters for tables, blockquotes (#4364). This matches asciidoctor reference docs.

Dokuwiki writer: Remove automatic : prefix before internal image links (#5183, Damien Clochard). This prevented users from making relative image links.

Zimwiki writer: remove automatic colon prefix before internal images (#5183, Damien Clochard).

MediaWiki writer: fix caption, use ‘thumb’ instead of ‘frame’ (#5105). Captions used to have the word ‘caption’ prepended; this has been removed. Also, ‘thumb’ is used instead of ‘frame’ to allow images to be resized.

reveal.js writer:

    Ensure that we don’t get > 2 levels of section nesting, even with slide level > 2 (#5168).
    If slide level == N but there is no N-level header, make sure the next header with level > N gets treated as a slide and put in a section, rather than remaining loose (#5168).

Markdown writer:

    Make plain RawBlocks pass through in plain output.
    Include needed whitespace after HTML figure (#5121). We use HTML for a figure in markdown dialects that can’t represent it natively.

Commonmark writer:

    Fix handling of SoftBreak with hard_line_breaks (#5195).
    Implement --toc (writerTableOfContents) in commonmark/gfm writers (#5172).

EPUB writer:

    Ensure that picture transforms are done on metadata too.
    Small fixes to nav.xhtml: Add ‘landmarks’ id attribute to the landmarks nav. Replace old default CSS removing numbers from ol.toc li with new rules that match nav#toc ol, nav#landmarks ol. We keep the toc class on ol for backwards compatibility.

LaTeX writer:

    Make raw content marked beamer pass through in beamer output (pandoc/lua-filters#40).
    Beamer: avoid duplicated fragile property in some cases (#5208).
    Add # special characters for listings (#4939). This character needs special handling in \lstinline.

RTF writer: use toTableOfContents from Shared to replace old duplicated code.

Pptx writer:

    Support custom properties. Also supports additional core properties: subject, category, description (#5252, Agustín Martín Barbero).
    Use toTableOfContents from Shared to replace old duplicated code.

ODT writer (Augustín Martín Barbero):

    Fix typo in custom properties (#2839).
    Improve standard properties, including the following core properties: generator (Pandoc/VERSION), description, subject, keywords, initial-creator (from authors), creation-date (actual creation date) (#5252).

Custom writers:

    Allow ‘-’ in filenames for custom lua writers (#5187).
    sample.lua: add SingleQuoted, DoubleQuoted (#5104).
    sample.lua: Add a missing > (MichaWiedenmann).

reveal.js template: Add zoomKey config (#4249).

HTML5 template: Remove unnecessary type=“text/css” on style and link for HTML5 (#5146).

LaTeX template (Andrew Dunning, except where noted):

    Prevent fontspec from scaling mainfont to match the default font, Latin Modern. A main font set to 12pt could previously appear between 11pt to 13pt depending on its design. To return to the earlier rendering, use -V mainfontoptions="Scale=MatchLowercase" (#5212, #5218).
    Display monospaced fonts without TeX ligatures when using --pdf-engine=lualatex. It now matches the behaviour of other engines (#5212, #5218).
    Remove the deprecated romanfont variable. The functionality of mainfont is identical (#5218).
    Render \subtitle with the standard document classes. Previously, subtitle only appeared when using the KOMA-Script classes or Beamer (#5213, #5244).
    Use Babel instead of Polyglossia for LuaLaTeX. This avoids several language selection problems, notably with retaining French spacing conventions when switching to a verbatim environment or another language; and in printing Greek text without hyphenation (#5193).
    Use the xurl package if available, improving the appearance of URLs by allowing them to break at additional points (#5193).
    Use bookmark if available to correct heading levels in PDF bookmarks: see the KOMA-Script 3.26 release notes (#5193).
    Require the xcolor package to avoid a possible error when using additional packages alongside footnotes in tables (#5193, closes #4861).
    Remove obsolete fixltx2e package, which has no functionality with TeX Live 2015 or later (#5193).
    Allow multiple fontfamilies.options (#5193, closes #5194).
    Restrict institute variable to Beamer (#5219).
    Use footnotehyper package if available to make footnotes in tables compatible with hyperref (#5234).
    Number parts and chapters in book classes only if the numbersections variable is set, for consistency with other output formats. To return to the previous behaviour, use -V numbersections -V secnumdepth=0 (#5235).
    Reindent file (#5193).
    Use built-in parskip handling with KOMA-Script classes (#5143, Enno).
    Set default listings language for lua, assembler (#5227, John MacFarlane). Otherwise we get an error when trying to compile code with lua or assembler code. To change the default dialect (currenty 5.3 for lua and x86masm for assembler), you can use --include-in-header to inject something like \lstset{defaultdialect=[5.2]Lua}.

Text.Pandoc.Readers: Changed types of readJSON; it now runs in an instance of PandocMonad, like the other readers and writers. [API change]

Text.Pandoc.Writers: Changed types of writeJSON; it now runs in an instance of PandocMonad, like the other readers and writers. [API change]

Text.Pandoc.Error: Added PandocUTF8DecodingError constructor for PandocError. [API change]

Text.Pandoc.Writers.Shared - add toTableOfContents. [API change] This is refactored out from the Markdown writer. It can be used in other writers to create a table of contents.

Improve error messages for UTF-8 decoding errors. Now we give the filename and byte offset (#4765).

Text.Pandoc.XML: Strip out illegal XML characters in escapeXMLString (#5119).

Text.Pandoc.Process: update pipeProcess (Albert Krewinkel). The implementation of pipeProcess was rewritten to fix sporadic failures caused by prematurely closed pipes.

Use safeRead instead of read everywhere in the code (John MacFarlane, Mauro Bieg, #5162, #5180).

Text.Pandoc.SelfContained: Decompress .svgz when converting to data: URI (#5163, Alexander Krotov).

Text.Pandoc.Parsing: Remove unused HasHeaderMap (#5175, Alexander Krotov). [API change]

Normalize Windows paths to account for change in ghc 8.6 (#5127). When pandoc is compiled with ghc 8.6, Windows paths are treated differently, and paths beginning \\server no longer work. This commit rewrites such patsh to \\?\UNC\server which works. The change operates at the level of argument parsing, so it only affects the command line program.

Simplify/fix reading of --metadata values on command line to avoid problems relating to haskell-hvr/HsYAML#7 (#5177).

data/pandoc.lua: auto-fix nested constructor arguments (Albert Krewinkel). Incorrect types to pandoc element constructors are automatically converted to the correct types when possible. This was already done for most constructors, but conversions are now also done for nested types (like lists of lists).

Removed custom Setup.hs, use build-type: simple. The only thing we gained from the custom build was automatic installation of the man page when using ‘cabal install’. But custom builds cause problems, e.g., with cross-compilation. Installation of the man page is better handled by packagers. Note to packagers (e.g. Debian): it may be necessary to add a step installing the man page with the next release.

Allow latest http-client, tasty, zip-archive, Glob.

Require skylighting >= 0.7.5, adding support for sml, J, typescript.

Tests: Cleaned up findPandoc in Tests.Helpers, so it works well with cabal v2.

INSTALL.md:

    Use button for installer links (John MacFarlane, Mauro Bieg, #5167).
    Fix links and bump required stack version (max).
    Improve installation notes on associated software (Andrew Dunning). Includes explanation of how to install related tools with package managers (since the method of installing rsvg-convert is not obvious).

doc/org.md: improve documentation of org features (Albert Krewinkel).

doc/lua-filters.md: use 3rd level headers for module fields.

MANUAL:

    Clarify automatic identifiers (#5201). We remove non-alphanumerics. This includes, e.g., emojis.
    Fix example for Div with id (Geoffrey Ely).
    Update list of LaTeX packages used.
    Make it clear that hard_line_breaks works in gfm (see #5195).
    Mention raw_attribute in documentation for raw_html and raw_tex (#5240, thanks to @eiro).
    Clarify that $sep$ must come right before $endfor$ in templates (#5243, Lev Givon).
    Document metadata support for docx, odt, pptx writers (Agustín Martín Barbero).
    Reorganize template variables (#5249, Andrew Dunning). Add additional headings to categorize variables, and alphabetize when there is large number; add more examples.
    Document date-meta template variable (#5260, Tristan Stenner).

trypandoc: Fix CSS and viewport.

[close]

https://github.com/jgm
Titel: Colon 1.3.1
Beitrag von: SiLæncer am 31 Januar, 2019, 19:50
(https://i.postimg.cc/nLQDTPhj/CAM.png)
Create, edit and store text document entries with this editor that offers a wide range of features for formatting and even programming.

MIT License

Changelog

Fixed: when open a huge directory, it makes colon slow
Improved CPU utilization

1.3.0

Themes Implemented
Template Implemented (You can create you own templates for specific file extension)
Settings Panel Implemented
Hint on Sidebar
Fixed: Multiple instances of same file

[close]

https://github.com/Chhekur/colon-ide
Titel: QOwnNotes 19.2.0 Build 4143
Beitrag von: SiLæncer am 31 Januar, 2019, 20:30
Changelog

in portable mode now relative links will be inserted by the Link dialog (for #1136)

    also an attempt will be made to select the selected relative file again when the dialog is opened next time

the Custom action toolbar can now be hidden even if scripts with custom actions are enabled (for #1135)
enabled scrolling to top and bottom in the note text edit on macOS (for #1131)
attempted to fix the brace character if automatic bracket closing is enabled on macOS with an US keyboard (for #1132)
added more German translation (thank you rakekniven)

[close]

http://www.qownnotes.org/
Titel: GrafX Website Studio 5.0.18
Beitrag von: SiLæncer am 01 Februar, 2019, 04:35
(https://i.postimg.cc/d0bdbd3x/screenshot_696.png)
GrafX Website Studio is a complex yet user-friendly software solution created to offer you the means of building your own website, customizing its appearance to fully meet your every need.

Freeware

http://www.xigraffix.com/
Titel: BirdFont 3.21.2
Beitrag von: SiLæncer am 01 Februar, 2019, 04:55
(https://s26.postimg.cc/rd1s4grdl/screenshot_137.png)
BirdFont is a free font editor that lets you create vector graphics and export TTF, EOT & SVG fonts.

License: Open Source

Latest Changes:>>

Import and export large character sets in OTF fonts.

http://birdfont.org/
Titel: EmEditor Free 18.6.0 Beta 2
Beitrag von: SiLæncer am 01 Februar, 2019, 05:15
(https://s26.postimg.cc/pbg87i3s9/screenshot_1195.png)
EmEditor is a lightning-fast, tabbed text editor with themes, syntax highlighting, stay-on-top, and customizable keyboard mapping. The program supports batch find-and-replace, regular expressions, and more.

The program beat a variety of other text editors in tests performed by TPFC user TP109. Additional features are available via a non-free version.

License:    Free for personal use

Changelog

Restored the Enable Multiple Selections check box in the Edit page of the Customize dialog box.
Added the Match Whole String button to the Filter toolbar.

[close]

https://www.emeditor.com/text-editor-features/history/emeditor-free/
Titel: PilotEdit Lite 12.4.0
Beitrag von: SiLæncer am 01 Februar, 2019, 13:34
(http://www.pilotedit.com/images/OpenInQuickMode.PNG)
PilotEdit is a text, hex, XML, C/C++, HTML, PHP, Java, Javascript and Perl editor that can edit large files of 400GB (40 billion lines).

It offers customizable syntax and keyword highlighting, advanced search and replace operations, automatic text encoding, 256-bit AES encryption/decryption and a built-in FTP/SFTP client lets you open, edit, download and upload large files directly to/from a FTP/SFTP server.

In addition to standard text editing features, PilotEdit can compare and merge two large files of 100GB (10 billion lines). You can also sort, find/remove duplicate lines and extract strings over a large file of 1GB.

Freemium

Whats new:>>

provides the ability to export/import configurations.

http://www.pilotedit.com/
Titel: BabelEdit 1.9.0
Beitrag von: SiLæncer am 01 Februar, 2019, 18:50
(https://s26.postimg.cc/7efmb9imh/screenshot_979.png)
A translation editor that can process one or more JSON files at the same time, providing support for both json and namespaced-json formats.

Freeware

Changelog

Support for Ember.js
YAML file support
Laravel: Added option to keep or remove empty translations

[close]

https://www.codeandweb.com/babeledit
Titel: Secure Edit 3.14
Beitrag von: SiLæncer am 03 Februar, 2019, 10:10
(https://i.postimg.cc/sx7nBMvm/Mailspring.png)
Secure Edit is a text editor designed as a replacement for Windows Notepad, which puts emphasis on password protection, especially when you share your computer with multiple users. It's wrapped in a user-friendly interface and contains a few handy options, such as sorting modes, a search function, and secure deletion.

Donationware

Whats new:>>

New file format (.sea) to fix potential cryptanalysis weakness of previous versions. This version can open previous versions .eca files but will save them in the newer .sea format.

http://elentaris.co.uk/freeware/
Titel: Ron's Editor 2019.02.02.1056
Beitrag von: SiLæncer am 03 Februar, 2019, 10:50
(http://images.six.betanews.com/screenshots/scaled/1350146574-1.jpg)

Ron's Editor is the ultimate CSV editor, designed to be easy to use, but powerful enough to handle anything needed of it. Any tabular text format can be opened through confirurable seperators and full support for text encodings, and can then be exported to many formats including Excel. CSV files can be merged, or seperated, and the professional editing capabilites and power tools used for conversion and data cleaning.

Changelog

New features:

File locks on load reduced.
Text Remove' toolbox updated to include missing option.
Wild card and regular expression added to filter.
Regular expression added to Column and Row split.
Document Summary significantly improved.
Separator formats overhauled and streamlined.

Bugs:

Various bug fixes.

[close]

http://www.ronsplace.eu/Products/RonsEditor
Titel: NotePad SX 1.4.4
Beitrag von: SiLæncer am 03 Februar, 2019, 20:00
(https://i.postimg.cc/yNKStz1Z/Batch-Photo-Editor.png)
A simple text editor with which to take notes you can keep organized in multiple tabs, and various functions to mass-modify character sets, fonts, and to add different data sets.

Freeware

http://www.rf1.net/software/notepad
Titel: Lines code editor 3.1
Beitrag von: SiLæncer am 04 Februar, 2019, 19:45
(https://i.postimg.cc/Vs9ymTCm/screenshot-1180.png)
Edit source code in CSS, HTML5, JavaScript and PHP using this simple and straightforward tool that has syntax highlighting, templates, and more.

Freeware

Whats new:>>

Lines 3 is complete rewrite of old version.
Combines neat features required for web and mobile developement.
Lines is cross-platform now and runs on Windows and Linux OS.

https://www.creatixbih.com/lines/
Titel: PSPad 5.0.1 Build 291 Dev
Beitrag von: SiLæncer am 04 Februar, 2019, 20:40
(http://images.six.betanews.com/screenshots/1076948037-1.png)
PSPad is a universal freeware editor. There is no complex install process; the program is ready to work immediately, without requiring customization. It supports many file types and languages, with syntax highlighting. There are macros, clip files and templates to automate repetitive activities. An integrated HEX Editor, Project support, FTP Client, Macro Recorder, File Search/Replace, Code Explorer, code page conversion, are just some of the many possibilities that PSPad can offer you.

Freeware

Changelog

Fixes:

When project is open, PSpad shows project name on status bar as first
Unix Shell script code explorer includes if and for as functions

[close]

http://www.pspad.com/
Titel: Google Web Designer 5.0.3.0130
Beitrag von: SiLæncer am 05 Februar, 2019, 12:19
(http://images.six.betanews.com/screenshots/scaled/1380653954-1.jpg)
Google Web Designer allows you to create engaging, interactive HTML5-based designs and motion graphics that can run on any device. Let us handle the HTML5 and CSS3 so you're free to focus on what you love to do: creating gorgeous visual experiences. A full design suite lets you easily bring any vision to life. If you're feeling more hands-on, all the code behind your designs is hand-editable, so you're never locked out of your own work. Your ideas are now amplified by code - not restricted by it.

Freeware

Changelog

[AMPHTML ads] Fixed issue with "gotoAndPlayNTimes" missing from the Events dialog in non-English versions.
[Preview] Fixed issue with transformed dynamic data in responsive documents not rendering properly in preview.
[Dynamic] Binding text content to custom data objects no longer adds fields to the sample dynamic data.
[Dynamic] Dynamic profiles no longer requested from Studio when the advertiser ID is invalid.

[close]

http://www.google.com/webdesigner
Titel: ProgramEdit 4.7.7
Beitrag von: SiLæncer am 05 Februar, 2019, 17:30
(https://s26.postimg.cc/wcabyxqq1/screenshot_58.png)
ProgramEdit - a free Windows® software source-code editor. ProgramEdit includes language support for HTML, Ada, C/C++, C#, CSS, JAVA, JavaScript, Perl, PHP, Python, Ruby, VB, VBScript, Verilog, VHDL and Batch(.bat) files. Other features include tabbed file selection, text highlighting, find & replace, regular expressions, sesssions, bookmarks, multiple undo/redo and hyperlinks.

Freeware

Whats new:>>

- minor update

http://simplesolverlogic.com/index.html
Titel: QOwnNotes 19.2.1
Beitrag von: SiLæncer am 06 Februar, 2019, 05:30
(https://s26.postimg.cc/hoi1ahlcp/screenshot_978.png)
QOwnNotes is a text editor / notepad replacement with markdown support and todo list manager. The program supports themes, keyboard shortcuts, syntax highlighting, and encryption. Includes available nested file list, tags, search, and more. Optionally works with the notes application ownCloud or Nextcloud.

Cross-platform with clients available for Mac and Linux.

License:    GPL

Changelog

the diff colors for added and removed text in the note versioning dialog is now adapted for the dark mode (for #1139)
you can now use Ctrl + Enter in the note text edit to create a new line and jump to it even if the caret is in the middle of the line (for qmarkdowntextedit #14, thank you @liulex)
added auto completion for tick characters for code blocks (for qmarkdowntextedit #15, thank you @liulex)
you can now copy/cut the whole paragraph if no text is selected (for qmarkdowntextedit #16, thank you @liulex)
added more Ukrainian translation (thank you prolinuxua)

[close]

http://www.qownnotes.org/
Titel: CudaText v1.74.0.0
Beitrag von: SiLæncer am 07 Februar, 2019, 04:30
(https://s26.postimg.cc/k6wu8qcrt/screenshot_901.png)
Create programming scripts with this powerful tool that supports more than 130 languages and allows users to work concurrently on as many as six groups of projects.

Freeware

Changelog

+ add: API to allow 2 files in a single tab. This is big help for Differ plugin. Big internal changes for this.
+ add: API to allow "background passive bookmarks". This is help for Differ plugin.
+ add: command "Settings - default/user" opens 2 files in a single tab
+ add: Addon Manager: if plugin folder is Git repo, Update dialog shows its version as "Git" and runs "git pull" when updating this plugin
+ add: Addon Manager: command "Install from Github" improved: now it suggests to clone Git repo or download it
* change: bookmarks render on minimap, while custom attribs (Editor.attr) do not render

[close]

http://www.uvviewsoft.com/cudatext/
Titel: EmEditor Free 18.6.0 Final
Beitrag von: SiLæncer am 07 Februar, 2019, 05:45
(https://s26.postimg.cc/pbg87i3s9/screenshot_1195.png)
EmEditor is a lightning-fast, tabbed text editor with themes, syntax highlighting, stay-on-top, and customizable keyboard mapping. The program supports batch find-and-replace, regular expressions, and more.

The program beat a variety of other text editors in tests performed by TPFC user TP109. Additional features are available via a non-free version.

License:    Free for personal use

Changelog

Improved behavior of various functions while in multiple selection mode. For instance, you can now copy multiple selections and paste to another multiple selection when the Always insert newlines when copying multiple selections option is enabled (default) in the Edit page of the Customize dialog box. The cursor is not confined to the multiple selection range anymore when moving the cursor
via arrow keys if the Keep selections while typing in multiple selections option is disabled (default).
The new version allows you to remove newlines by pressing the DELETE key while the multiple selection cursors are at the end of each line, or by pressing the BACKSPACE key while the multiple selection cursors are at the beginning of each line.
The new version auto-completes brackets/quotation marks even while multiple selections are made if the Auto-Complete Brackets/Quotation Marks option is enabled in the Highlight (2) page of configuration properties.
The new version allows you to Sort or Delete Duplicate Lines only in selected column ranges of text when multiple selections are made.
The new version allows you to toggle insert/overwrite mode using the Insert/Overwrite command (the INSERT key) while in multiple selection mode.

[close]

https://www.emeditor.com/text-editor-features/history/emeditor-free/
Titel: PSPad 5.0.1 Build 295
Beitrag von: SiLæncer am 07 Februar, 2019, 09:15
Changelog

News

scripting function Sleep() calls ProcessMessages
Find/Replace dialog shows counters for characters count before cursor for search and replace field

Fixes:

Fullscreen mode (F11)
Show PSPad window when with open new file in PSPad after Windows + D (minimize all windows)
Switch tab with 2 windows splitted horizontally or vertically destroys splitting
Cobol code explorer

[close]

http://www.pspad.com/
Titel: QOwnNotes 19.2.2
Beitrag von: SiLæncer am 07 Februar, 2019, 13:50
Changelog

fixed lost note after changing its title and switching to another note (for #522 and #1142, a big thank you to @liulex)
added more Portuguese, Brazilian translation (thank you mlimacarlos)

[close]

http://www.qownnotes.org/
Titel: EmEditor Free 18.6.1
Beitrag von: SiLæncer am 08 Februar, 2019, 06:00
Whats new:>>

Fixed the bug where EmEditor could crash under a certain condition.
Fixed the bug where the F8 key cannot start selection under a certain condition.

https://www.emeditor.com/text-editor-features/history/emeditor-free/
Titel: EditPad Lite 7.6.5
Beitrag von: SiLæncer am 08 Februar, 2019, 12:28
(http://www.editpadpro.com/screens/editpadlite.png)
EditPad Lite is a general-purpose text editor, designed to be small and compact, yet offer all the functionality you expect from a basic text editor.

Freeware

Changelog

Clip Collection: Double-clicking a clip that contains a parameter to be substituted by AceText causes its Substitute Parameters dialog to appear behind EditPad.
Cut and Copy commands were disabled when nothing was selected in the main editor and „copy active line when nothing is selected“ was turned off even when the Search or Replace box had keyboard focus and a selection.
Search: Free-spacing comments immediately after an exact spacing group were not highlighted as comments; e.g. #test was not highlighted as a comment in (?x)(?-x:a)#test.

[close]

http://www.editpadlite.com/
Titel: Zettlr 1.1.0
Beitrag von: SiLæncer am 08 Februar, 2019, 13:06
(https://s26.postimg.cc/vfll9p4mh/screenshot_956.png)
Write text and conveniently edit it using Markdown with the help of this user-friendly and well-thought-out, Electron based application.

MIT License

Release Notes

GUI and Functionality:

Attention! Installing this update will reset the application language to the detected system locale and reset all spellcheck choices (i.e. you will have to re-select the dictionaries using the preferences window). The reason for this is that Zettlr is now compliant with the regulations for language codes as laid out in the Best Current Practices No. 47 (BCP 47). To achieve this, all mechanisms of finding and loading translation files and dictionary files had to be modified.
New Feature: Paste Images. From now on it is possible to copy images directly to the clipboard, then press Cmd/Ctrl+V in the editor and Zettlr will ask how to proceed. By pressing Return the default action will be taken: The image will be saved into the currently selected directory using either the original filename or a simple hash (for instance if you took a screenshot and there's no associated URL available), and it will be inserted at the current cursor position as a standard Markdown image tag, using the filename as title. If you don't press Return directly, you can adapt some options, such as the file size and the filename, and also choose a custom directory alternatively.
New Feature: Set writing targets. You can set writing targets for files by right-clicking them in the preview list. Each file that has a writing target will display its progress in the snippets section. Set an existing target to 0 to remove it.
New Feature: Print support. Just press Cmd/Ctrl+P to open the print preview, which is essentially an exported HTML file. Click the printer icon in the titlebar to print it!
New Feature: Custom CSS. Beneath your tag preferences, you now have a new menu option that lets you override certain styles of the app to customise it even further! From now on, the sky really is the only limit for customising the app.
Huge updates to the statistics dialog. We've added a lot of functionality to the statistics dialog. If you click the More … button in the statistics popup, the resulting dialog now presents you with a overhauled interface. Now you'll be able to filter your data by week, month, and year. Additionally, you can choose to compare the timeframe with the previous one (either week, month, or year). This way you'll be able to track your writing habits much more differentiated.
Tags are now only rendered as such and detected by the internal engine, if they are preceeded by a newline or a space. This will prevent page anchors inside links (e.g. example.com/page#anchor-name) or words with hashes in them from being detected as tags.
Switched from Droid Mono to Liberation Mono for displaying monospaced code and comment blocks because of better support for glyphs in the latter font.
Fixed an issue with the titles of the exporting buttons for HTML, docx, odt and PDF.
Fixed a small bug that made it unable to open standalone files from the directory list.
Small fix to the margins of switches. General fixes to the colours of the input controls in dark mode.
Fixed a bug that led to files reporting the same tags more than once.
Search results are now readable even in dark mode.
Fixed a bug that would not correctly transform the links of images dragged from the attachment sidebar onto the editor, causing errors by pandoc when trying to export the file.
Task list items are now rendered directly after you leave the formatting. You don't have to leave the line anymore.
Special tags that you've assigned a colour to are now displayed distinct from other tags in the tag dropdown list.
Now changing dictionaries during runtime yields the expected effects: The full word buffer will be invalidated so that formerly-wrong and formerly-correct words are checked against the new dictionaries.
Fixed a small bug that would cause users with French localisation to not be able to use the preferences dialog as it was intended.
Fixed a bug that made it impossible to load new dictionaries from the user directory.
Fixed a small issue that would display the full translation strings for dictionaries and languages that were not translated in the currently loaded translation, instead of just the language codes.
Fixed a small bug that would, on some Linux distributions, lead to the operating system opening up loads of file explorer windows when the "Open Directory"-button in the attachments sidebar was clicked.
Now it's not possible anymore to try to create files and directories within virtual directories.
The cursor blinks now smoothly.
Changes to the word-count chart: Now numbers are localised and the date is not in the ugly ISO format anymore.
You can now easily search for a file to link with the newly implemented autocompletion list that will pop up if you begin writing an internal link (i.e. type [[). After accepting an autocomplete suggestion, Zettlr will either put the ID between the brackets, or the filename, if there is no ID.
Fixed a bug that would throw an error if updating the config with no dictionary loaded on app boot.
Fixed a bug that would move a file to a random directory instead of enabling you to actually copy said file outside the app, if you dragged the file out of the app and passed the directory list.
Fixed the highlighting effect on drag operations. Now even if you use the thin sidebar mode, the directories where you can drop files will receive the highlighting shimmer.
Added an option to hide the heading characters and replace them with a small tag indicating the heading level (h1, h2, etc). Off by default.
Refined the rendering of links. Now, inline elements will be also rendered correctly inside rendered links.
The app will now correctly scroll to the selected file again (if any).
Added an option to hide directories from the preview list while performing a global search.
Fixed a small error that would strip false positive tags on export (i.e. that would also strip escaped tags).
Massive updates to the notification service provider. If a message is too long, it will be truncated when it is first shown to you. If you then click on the notification, it will expand itself so that you can read the full message. Click on it again to hide it. Additionally, the notifications are now the same height and move smoothly as soon as new notifications arrive or old ones get removed.
Gave the exporter an update: Now, if Pandoc experiences an error during export, you will be presented with a better error dialog which even lets you select portions of the error message for you to google them.

Under the Hood:

Moved the input styling to the geometry section and only left the colouring in place.
Added a data-default-action support for Dialogs. Now there can be a button with the attribute data-default-action="data-default-action" (repetition necessary for ensuring a correct DOM structure) in each dialog that will be focused on instantiation of the dialog, thereby enabling a simple "default action".
Small changes to the translation files to remove some duplicates.
Added md5 for generating simple hashes.
The ZettlrDictionary-class is now an EventEmitter and emits update-events whenever the composition of the loaded dictionaries changes.
Renamed the default theme to its correct name: Berlin.
Small changes to enable on-the-fly theme CSS replacement.
Better escaping of some feedback strings in the preferences template.
The app is now BCP 47 compatible. This means that it should be possible to load every translation file and every dictionary folder using the correct language tag, instead of having to fall back to the crude xx_XX-type Zettlr used until now.
Moved the editor-specific getWordCount function out as a helper function.
Added an updateFile method to the global.ipc to enable files to update themselves silently if something changed.
Moved the calculating functionality of the ZettlrStatsView class to the main process's ZettlrStats class.
Removed the ZettlrStatsView class and moved the triggering functionality to the ZettlrBody class accordingly with the other popups/dialogs.
Branched out the ZettlrDialog class so that all functionality is now provided by specialised dialog classes that inherit from the base class.
Rearranged the options within the "Advanced" tab in the preferences dialog.
Moved out all CodeMirror require() to a new file called autoload.js in the assets directory to save space in the main ZettlrEditor class.
Added a security pass to the droppable directories to make sure they don't accidentally accept the file and direct the main process to move it out of the app instead of moving it to themselves.
Switched back to electron 3 for the time being, as electron 4 still has a nasty bug that renders the toolbar unusable when exiting fullscreen on macOS (see electron/electron#16418 ).
Switched to nspell for spellchecking, as the correction-finding algorithm works smoother and the repository is not as old as Typo.js.
makeExport now returns a Promise instead of the Exporter object. The exporter is now only returned if it's call succeeded (by passing it to resolve).
There is now the yarn command yarn less:extract available which extracts the CSS class names and IDs from the prebuilt styles. Please note that you must run the yarn less command beforehand.

[close]

https://www.zettlr.com/
Titel: VideoWriting 1.0.0.0
Beitrag von: SiLæncer am 08 Februar, 2019, 18:45
(https://i.postimg.cc/bwsMVNP6/Daminion.png)
It is a desktop application , a simple word processor, an HTML WYSIWYG editor to write articles, offline, for your blog or your website . You can insert images, format text.
It is powered by TinyMCE. You can see the number of characters (including or excluding spaces) of the text you typed.

VideoWriting requires .NET framework 4.6.1 or above

MIT License

https://sourceforge.net/projects/videowriting/
Titel: TeXmacs 1.99.9
Beitrag von: SiLæncer am 08 Februar, 2019, 19:30
(https://i.postimg.cc/Dfs43qvs/Daminion.png)
Text editors come in a wide variety of shapes and sizes, from simple note generators to advanced suites comprising complex formatting algorithms. In the latter category one can include TeXmacs, a unified and powerful editor for structured documents.

License: GPLv3

http://www.texmacs.org/tmweb/home/welcome.en.html
Titel: CudaText 1.74.1.0
Beitrag von: SiLæncer am 09 Februar, 2019, 11:30
(https://s26.postimg.cc/k6wu8qcrt/screenshot_901.png)
Create programming scripts with this powerful tool that supports more than 130 languages and allows users to work concurrently on as many as six groups of projects.

Freeware

Changelog

Fix: small fixes
Add: lexer C improved: better code-tree

[close]

http://www.uvviewsoft.com/cudatext/
Titel: EmEditor Free v18.6.2
Beitrag von: SiLæncer am 10 Februar, 2019, 11:40
(https://s26.postimg.cc/pbg87i3s9/screenshot_1195.png)
EmEditor is a lightning-fast, tabbed text editor with themes, syntax highlighting, stay-on-top, and customizable keyboard mapping. The program supports batch find-and-replace, regular expressions, and more.

The program beat a variety of other text editors in tests performed by TPFC user TP109. Additional features are available via a non-free version.

License:    Free for personal use

Changelog

Fixed the bug where EmEditor could crash when opening a file under a certain condition.
Fixed the bug where EmEditor couldn’t open GB18030 encoding files correctly under a certain condition.

[close]

https://www.emeditor.com/text-editor-features/history/emeditor-free/
Titel: QOwnNotes 19.2.3
Beitrag von: SiLæncer am 10 Februar, 2019, 15:00
(https://s26.postimg.cc/hoi1ahlcp/screenshot_978.png)
QOwnNotes is a text editor / notepad replacement with markdown support and todo list manager. The program supports themes, keyboard shortcuts, syntax highlighting, and encryption. Includes available nested file list, tags, search, and more. Optionally works with the notes application ownCloud or Nextcloud.

Cross-platform with clients available for Mac and Linux.

License:    GPL

Changelog

Fixed a crash on first start introduced with feature #1135 (for #1146)
Fixed a problem with pasting text with newline characters at the end introduced with qmarkdowntextedit #15 (for qmarkdowntextedit #18, thank you @liulex)
Fixed a problem with resetting layout settings if the note folder was not found (for #1140, thank you @liulex)
Fixed some possible problems with finding existing note folders (for #1144, thank you @liulex)
This also fixes some problems upon first start in portable mode

[close]

http://www.qownnotes.org/
Titel: Colon 1.4.0
Beitrag von: SiLæncer am 10 Februar, 2019, 18:20
(https://i.postimg.cc/nLQDTPhj/CAM.png)
Create, edit and store text document entries with this editor that offers a wide range of features for formatting and even programming.

MIT License

Changelog

Add: Real Time Code Sharing
Fixed: XSS Vulnerability

[close]

https://github.com/Chhekur/colon-ide
Titel: BirdFont 3.22.1
Beitrag von: SiLæncer am 10 Februar, 2019, 20:10
(https://s26.postimg.cc/rd1s4grdl/screenshot_137.png)
BirdFont is a free font editor that lets you create vector graphics and export TTF, EOT & SVG fonts.

License: Open Source

Latest Changes:>>

Add a customized character set to the overview tab.
Center glyphs.

http://birdfont.org/
Titel: Mobirise 4.9.3
Beitrag von: SiLæncer am 11 Februar, 2019, 18:45
(https://s26.postimg.cc/g54gep109/screenshot_3.png)
Develop fully responsive, mobile-ready websites that look amazing on any devices and browsers. Preview how your website will appear on phones, tablets and desktops directly in the visual editor..

Freeware

Changelog

‘Update All’ button for extensions with a progress bar
Adding images by drag and drop in Image Media
Adding multiple images at once to sliders and galleries (non-AMP themes)
Updated M4 themes to latest Bootstrap v4.2.1
Updated free MobiriseAMP theme – 20 new blocks: gallery, slider, accordion, contact forms, testimonials, google maps.

[close]

https://mobirise.com/
Titel: Text Editor Pro 6.1.2
Beitrag von: SiLæncer am 12 Februar, 2019, 05:00
(https://s26.postimg.cc/hfdkhoj9l/screenshot_896.png)
Text Editor Pro (formerly EditBone) is a powerful text editing tool that comes with syntax highlighting support for over 50 languages and scripts, customizable with over 100 options, 29 ready made styles, a handy file comparison feature, unicode character map, numerical unit convert tool, SQL formatter, and support for multiple directories and search results.

Freeware

Changelog

Fixed title bar options
Updated VirtualTree control v7.1
Updated and fixed AlphaSkins controls v14.15

[close]

http://texteditor.pro/
Titel: EmEditor Free 18.6.3
Beitrag von: SiLæncer am 12 Februar, 2019, 06:00
Whats new:>>

Fixed the bug where EmEditor could crash when filtering a CSV document under a certain condition.
Fixed the bug where EmEditor couldn’t open very large files under a certain condition.
Reverted the default behavior of the Word Right/Left (Extend) commands to the old behavior.

https://www.emeditor.com/text-editor-features/history/emeditor-free/
Titel: Colon 1.4.1
Beitrag von: SiLæncer am 12 Februar, 2019, 06:05
Whats new:>>

Add: Discord RPC

https://github.com/Chhekur/colon-ide
Titel: EmEditor Free 18.6.4
Beitrag von: SiLæncer am 12 Februar, 2019, 08:59
Whats new:>>

Fixed the version number. It was v18.6.2 before. To avoid confusion, we released a minor update. There are no actual changes to the code.

https://www.emeditor.com/text-editor-features/history/emeditor-free/
Titel: reCsv Editor 0.99 Trial 4 Beta
Beitrag von: SiLæncer am 13 Februar, 2019, 19:15
(https://i.postimg.cc/vmMDhQRN/screenshot-748.png)
reCsv Editor is a software application developed in Java, as a simpler version of RecordEditor, which enables you to view the contents of various CSVs, edit and save them to the HDD.

License: GPLv3

Changelog

Experimental Microfocus Reader
Csv fixes
CodeGen fixs

[close]

http://recsveditor.sourceforge.net/
Titel: PSPad 5.0.1 Build 299 Dev
Beitrag von: SiLæncer am 14 Februar, 2019, 18:45
(http://images.six.betanews.com/screenshots/1076948037-1.png)
PSPad is a universal freeware editor. There is no complex install process; the program is ready to work immediately, without requiring customization. It supports many file types and languages, with syntax highlighting. There are macros, clip files and templates to automate repetitive activities. An integrated HEX Editor, Project support, FTP Client, Macro Recorder, File Search/Replace, Code Explorer, code page conversion, are just some of the many possibilities that PSPad can offer you.

Freeware

Changelog

News

HEX editor - all copy are made as string. It allows you paste content as text into editor
HEX editor - in hex area you copy as HEX string, in text area you copy as text
Program settings / Direct edit - AutodetectBinary has 3 states: 0 off, 1 on, 2 on with confirmation dialog

Fixes:

Command line tool causes freezing when run under MS Dos environment
Search in files result - whole path is shown, char &amp; was removed

[close]

http://www.pspad.com/
Titel: CudaText 1.75.0.0
Beitrag von: SiLæncer am 15 Februar, 2019, 16:30
(https://s26.postimg.cc/k6wu8qcrt/screenshot_901.png)
Create programming scripts with this powerful tool that supports more than 130 languages and allows users to work concurrently on as many as six groups of projects.

Freeware

Changelog

Add: much improved memory usage by lexer engine (1.5...1.8 less memory on 2M+ size files)
Add: much improved scrolling speed on big files with lexer (3M+ size)
Add: preinstalled plugin "Snippet Panel"
Add: TreeHelpers are handled by built-in code, and CudaTree plugin is obsolete - you must remove it (later plugin will be removed from Addon Manager)
Change: during text/folding change, editor is repainted more often, this helps to solve issue when command "Fold all" doesn't update screen
Add: lexer C improved: better code-tree

[close]

http://www.uvviewsoft.com/cudatext/
Titel: Free Hex Editor Neo 6.42.00.6143
Beitrag von: SiLæncer am 15 Februar, 2019, 17:15
(https://i.postimg.cc/0Nd0Zsdw/screenshot-1250.png)
Comprehensive software application to view, edit and analyze hexadecimal data and binary files, comprising numerous options for advanced users.

Freeware

http://www.free-hex-editor.com/free-hex-editor-product-details.html
Titel: IsWiX 4.14.1.0
Beitrag von: SiLæncer am 15 Februar, 2019, 21:20
(https://i.postimg.cc/jqzJGbDg/screenshot-1252.png)
IsWiX, or Industrial Strength Windows Installer XML is a reliable tool that can help you with authoring Windows Installers. The application allows you to analyze each component of the current project, manage features, properties and namespaces.

License: MS-PL

Changelog

Refactor/split the Fireworks Frameworks out into it's own repos/nuget package like it used to be years ago.
Refactor Fireworks Framework to be WPF based. Designer plugins implementing the IFireworksDesigner interface may be either WPF or Winforms user controls.
Replace the Winforms XMLEditor control with a newer WPF based AvalonEdit control.
New services and shortcuts use the filename of the target for suggesting name rather then NewShortcut / NewService.

[close]

https://github.com/iswix-llc/iswix
Titel: QOwnNotes 19.2.4 build 4181
Beitrag von: SiLæncer am 16 Februar, 2019, 10:45
(https://s26.postimg.cc/hoi1ahlcp/screenshot_978.png)
QOwnNotes is a text editor / notepad replacement with markdown support and todo list manager. The program supports themes, keyboard shortcuts, syntax highlighting, and encryption. Includes available nested file list, tags, search, and more. Optionally works with the notes application ownCloud or Nextcloud.

Cross-platform with clients available for Mac and Linux.

License:    GPL

Changelog

you can now click checkboxes like - [] in the preview (for #235, thank you @liulex)
fixed single-line paste behavior when there is already text selection (for qmarkdowntextedit #18, thank you @liulex)
fixed settings lost after canceling the welcome dialog (for #1040, thank you @liulex)

[close]

http://www.qownnotes.org/
Titel: Typora 0.9.9.65 Beta
Beitrag von: SiLæncer am 17 Februar, 2019, 18:00
(https://s26.postimg.cc/6a6bupdop/screenshot_1181.png)
Swiftly write, edit, format and convert text to HTML with the help of this modern looking, streamlined and novice-accessible piece of software.

Freeware

Changelog

1. Save last chosen encodings for file.
2. Add Indonesia language support by Add Indonesia language support by snatalius.
3. Allow drag & drop to insert file links quickly.
4. Fix XSS for inline math, add security check for area tag.
5. Fix math block rendering issue.
6. Fix footnotes numbering on export.
7. Improve compatibility on Linux OS.
8. Other bug fix.

[close]

http://www.typora.io/
Titel: HxD 2.2.1.0
Beitrag von: SiLæncer am 17 Februar, 2019, 19:15
(https://s26.postimg.cc/6t85owprt/screenshot_34.png)
HxD is a carefully designed and fast hex editor including raw disk editing, modifying foreign RAM and handling files of any size. The program includes search/replace (ASCII | Unicode), export, checksum/digests, insertion of byte patterns, file shredder, concatenation or splitting of files, statistics and more.

Freeware

Changelog

New translations:

Chinese (Traditional) - VincentLu@TW
Spanish - Emmanuel Carrara
Russian - Aleksander Kovalenko, Tema Smirnov, ya4ept

Spelling fix in original GUI text
Minor code cleanup

[close]

https://mh-nexus.de/en/hxd/
Titel: Ron's Editor 2019.02.16.1200
Beitrag von: SiLæncer am 17 Februar, 2019, 19:30
(http://images.six.betanews.com/screenshots/scaled/1350146574-1.jpg)

Ron's Editor is the ultimate CSV editor, designed to be easy to use, but powerful enough to handle anything needed of it. Any tabular text format can be opened through confirurable seperators and full support for text encodings, and can then be exported to many formats including Excel. CSV files can be merged, or seperated, and the professional editing capabilites and power tools used for conversion and data cleaning.

Changelog

New features:

    'Match Case' added to Row Delete Duplicates and Row Merge.

Bugs    

    Various bug fixes.

[close]

http://www.ronsplace.eu/Products/RonsEditor
Titel: RJ TextEd 13.70
Beitrag von: SiLæncer am 17 Februar, 2019, 20:00
(https://s26.postimg.cc/775l9vjeh/screenshot_593.png)
RJ TextEd - A Unicode source and text editor. RJ TextEd is a full featured text and source editor with Unicode support, syntax highlighting and code folding. The functionality extends beyond text files and includes support for HTML editing with integrated preview, spell checking, auto completion, HTML validation, templates and more. The program also include support for Topstyle Lite CSS editor, has a dual pane file commander, as well as a FTP client to upload your files. The editor uses language files to display menus and dialogs in different languages. There are several included languages. New language files can easily be created in the editor. RJ TextEd is also a simple web development tool. The editor can use auto completion and hints to assist you in editing your source code. You can preview HTML/ASP/PHP... code using one of the preview tabs or open a document in a browser. The editor does not only handle source code. It also handles true ASCII files, binary files and of course plain text files.

License: Freeware

Changelog

Chrome Preview (Chromium)
Updated libraries and component to version 72.0.3626.

Fold highlighting

Redesigned the fold highlight feature.

If the text cursor is inside a foldable area – the fold node icon and left margin line color, within the current fold, change to a color set in the themes manager.

The default Windows theme color is black and gray and for most dark themes it is set to white and silver. You can change it to anything you want in the theme manager (syntax highlighting section).

The current fold is also displayed in the annotation bar.

Script functions

Added a few new function to the „MainApp“ object.

MainApp.JSON_Minify()
MainApp.JSON_PrettyPrint()
MainApp.HTML_TidyHTML()
MainApp.HTML_TidyXHTML()
MainApp.HTML_TidyXML()
MainApp.Sort_Ascending()
MainApp.Sort_Descending()
MainApp.Sort_AscendingNumeric()
MainApp.Sort_DescendingNumeric()
Running on Linux Wine
File explorer panels and file commander should both work now on Linux. Made several UI and font changes to improve the experience when running on Linux.

Tested on Linux Mint 19.1 Cinnamon (Wine 4.x – emulating Windows 7) using both 32-bit and 64-bit versions of the program.

High DPI

Panels and panel buttons should work better now on high DPI displays. Fixed a few dialog window issues.

Program styles

Added a few new styles you can use when creating your own themes.

Misc

Made visual changes to the font drop-down lists in options.

Fixed

Title bar font should be the same as the GUI font set in options.
Color select issues in themes manager.
Save diff file issue.
Code fold draw issues.
Word count should include single digit numbers.
Some compare document issues.
Reload document issue.
Code explorer issue with Java.
File commander toolbar icon issue.

[close]

http://www.rj-texted.se/
Titel: NotePad SX 1.4.6
Beitrag von: SiLæncer am 17 Februar, 2019, 21:20
(https://i.postimg.cc/yNKStz1Z/Batch-Photo-Editor.png)
A simple text editor with which to take notes you can keep organized in multiple tabs, and various functions to mass-modify character sets, fonts, and to add different data sets.

Freeware

http://www.rf1.net/software/notepad
Titel: PSPad 5.0.1 Build 310
Beitrag von: SiLæncer am 18 Februar, 2019, 05:10
Changelog

List of open files is stored when any file is opened/closed not only with PSPad end
TextDiff - Both window into one file function marks difference with delimiters between files
TextDiff - added functionality to generate difference file from the Right and from the Left
HEX editor - all copy are made as string. It allows you paste content as text into editor
HEX editor - in hex area you copy as HEX string, in text area you copy as text
Program settings / Direct edit - AutodetectBinary has 3 states: 0 off, 1 on, 2 on with confirmation dialog
scripting function Sleep() calls ProcessMessages
Find/Replace dialog shows counters for characters count before cursor for search and replace field
CSS highlighter - added large amount of missing keywords
SAS code parser - added macro support
Code explorer for XML will expand first 2 levels only automatically. Speed up for big XML files
Code explorer for PHP - classes are expanded automatically
Code explorer - if left docked, page is automatically activated
New Code explorer for KiBasic (ftKiBasic file type for user highlighter)
Project tree - nodes indentation
Editor window flickering when switching
Fixed problem with protocol highlighting (mail, URL, ...) when file with with long lines
ESC key closes Code explorer window
Import from RTF to HTML (HTML menu)
Insert file - fixed problem with BOM included code pages
fixed Greek ANSI CP (1253) autodetection
PSpad freezes with active Code explorer in some cases
Multihighlighter color (start-end of the script)
Log lines display problem with active URL highlightter
Taskbar program icon will appear on screen where prgoram window is (Jochen Heinelt)
Windows Shell script - ^ char breaks meaning of special chars
Windows Shell script - cmd as file extension was highlighted as keyword
Windows shell script - matching bracket highlight with echo command
Cobol highlighter - keywords with underscore
PSPad 64 - SpellCheck exceptions
HEX editor - problem with replace longer expression with shorter without confirmation
When project is open, PSpad shows project name on status bar as first
Unix Shell script code explorer includes if and for as functions
Fullscreen mode (F11)
Show PSPad window when with open new file in PSPad after Windows + D (minimize all windows)
Switch tab with 2 windows splitted horizontally or vertically destroys splitting
Cobol code explorer
Command line tool causes freezing when run under MS Dos environment
Search in files result - whole path is shown, char & was removed
Search and search in files results - after dblclick focus is set to editor window
Cobol highlighter - if keyword was part of another word starting with nnnn-
Project - default CP wasn't load, even was stored in project configuration
Project - new file wasn't created with code page set in project
Project - after loading project statusbar information wasn't updated

[close]

http://www.pspad.com/
Titel: VisualFiles Script Editor 2019.02.12.1823
Beitrag von: SiLæncer am 18 Februar, 2019, 18:10
(https://i.postimg.cc/3RbqCc98/screenshot-832.png)
VisualFiles Script Editor is a programmer's editor specifically for VisualFiles scripts supporting VFS and TXT files including syntax highlighting and more.

This app is a full WYSIWYG script editor for VisualFiles created to help people working with the SolCase and VisualFiles case management systems (now Lexis Visualfiles). All the tools needed for editing are readily available for use via the toolbar. The interface design is simple and is broken down into panes with the most prominent being the editor. The whole app is designed to make the entire editing process easier with all features and options visible and accessible. Several things not included in VisualFiles Script Editor, however, is it does not include line numbering or word completion as part of its processes, and there is no detailed help file available. But there is an in-depth look at your machine's information as well as components in the small help section.

Freeware

https://www.ronsplace.eu/Products/VisualFilesScriptEditor
Titel: RJ TextEd 13.71
Beitrag von: SiLæncer am 18 Februar, 2019, 21:20
Whats new:>>

Fixed

Left margin update and redraw issues.
A (rare) fold highlight error that may occur in some situations.
A few SFTP issues, including "Save As (Remote)".

http://www.rj-texted.se/
Titel: Ron's Editor 2019.02.18.1544
Beitrag von: SiLæncer am 19 Februar, 2019, 17:30
Whats new:>>

New features:

'Match Case' added to Row Delete Duplicates and Row Merge.

Bugs:

Various bug fixes.

http://www.ronsplace.eu/Products/RonsEditor
Titel: Black NotePad 1.0.17.32
Beitrag von: SiLæncer am 19 Februar, 2019, 20:50
(https://s26.postimg.cc/lj0xxiynt/screenshot_1281.png)
Black NotePad was created as an alternative to the Notepad program of Windows operating systems. While retaining the original functions, Black NotePad improves manageability, contains important new functions, and greatly enhances program compatibility in terms of the edited text.

Freeware

Whats new:>>

Add: Visually Impaired menu item
Change: Visually Impaired icons

https://www.wintools.info/index.php/black-notepad
Titel: Zettlr 1.2.0 Beta
Beitrag von: SiLæncer am 20 Februar, 2019, 09:09
(https://s26.postimg.cc/vfll9p4mh/screenshot_956.png)
Write text and conveniently edit it using Markdown with the help of this user-friendly and well-thought-out, Electron based application.

MIT License

Release Notes

GUI and Functionality:

Removed the Speech submenu from Windows and Linux, as it is only used on macOS.
Attention: The recent documents submenu is now to be found in the File menu! It resides no longer in the toolbar.
Added an "Inspect Element" context menu item if the debug mode is enabled.
The context menu doesn't show up on directory items in the file list anymore, which it wasn't supposed to anyway.
Fixes in the math rendering. Now the app will correctly render all equations, be they inline or multiline.
Added a flag to let the app know if you want to receive beta release notifications. If you tick the checkbox, Zettlr will also present you with beta releases, so that you can stay up to date.
When importing files, the "All Files" filter is now at the top and should be selected by default.
Zettlr can now import and export both textbundle and textpack files. Refer to textbundle.org for more information.
Fixed a small bug that would render exporting of standalone files impossible.
Rendered Markdown links now retain the outer formatting (e.g., if you wrapped the whole link inside bold or emphasis).
The Zettlr default tex-template now doesn't break checkbox exports by including the amsmath and amssymb-packages.
New shortcuts: Pressing Ctrl+Enter will insert a new line below the one in which you are currently, placing your cursor there. Pressing Ctrl+Shift+Enter will do the same but above the current line.

Under the Hood:

Fixed a small logical error in the menu buildup process.
The context menu in the ZettlrBody class is now always instantiated anew.
Rewrote the logic of detecting and rendering mathematical equations.
Updated the KaTeX.css stylesheet to the newest version and removed some errors (thanks to @Wieke for doing this).
Rewrote the complete command structure of the app and branched it out into standalone files. Thereby the system becomes extremely modular and new commands can be written with ease. Additionally, it becomes possible to create shortcuts for certain commands.
Fixed a small possibility of running into an error while performing a global search.
Exchanged the variables for usage in TeX-templates with Pandoc-Style $-variables. Additionally, now all occurrences will be replaced with the correct value.
Moved the JavaScript bits out of the Handlebars templates and added them to the Dialog handler classes.

[close]

https://www.zettlr.com/
Titel: PHPNotepad 2.0.0
Beitrag von: SiLæncer am 21 Februar, 2019, 04:30
(https://s26.postimg.cc/hy333zd1l/screenshot_1124.png)
Write and edit your code in almost any of the supported languages with the help of this neat, versatile and useful software application.

Donationware

http://phpnotepad.org/
Titel: Ron's Editor 2019.02.20.0932
Beitrag von: SiLæncer am 21 Februar, 2019, 05:00
(http://images.six.betanews.com/screenshots/scaled/1350146574-1.jpg)

Ron's Editor is the ultimate CSV editor, designed to be easy to use, but powerful enough to handle anything needed of it. Any tabular text format can be opened through confirurable seperators and full support for text encodings, and can then be exported to many formats including Excel. CSV files can be merged, or seperated, and the professional editing capabilites and power tools used for conversion and data cleaning.

Changelog

New features:

Match Case' added to Row Delete Duplicates and Row Merge.

Bugs:

Bug fix in regular expression replace handling.
Header overridden by Save As fixed.
Various bug fixes.

[close]

http://www.ronsplace.eu/Products/RonsEditor
Titel: PSPad 5.0.1 Build 311
Beitrag von: SiLæncer am 21 Februar, 2019, 16:30
(http://images.six.betanews.com/screenshots/1076948037-1.png)
PSPad is a universal freeware editor. There is no complex install process; the program is ready to work immediately, without requiring customization. It supports many file types and languages, with syntax highlighting. There are macros, clip files and templates to automate repetitive activities. An integrated HEX Editor, Project support, FTP Client, Macro Recorder, File Search/Replace, Code Explorer, code page conversion, are just some of the many possibilities that PSPad can offer you.

Freeware

Changelog

    List of open files is stored when any file is opened/closed not only with PSPad end
    TextDiff - Both window into one file function marks difference with delimiters between files
    TextDiff - added functionality to generate difference file from the Right and from the Left
    HEX editor - all copy are made as string. It allows you paste content as text into editor
    HEX editor - in hex area you copy as HEX string, in text area you copy as text
    Program settings / Direct edit - AutodetectBinary has 3 states: 0 off, 1 on, 2 on with confirmation dialog
    scripting function Sleep() calls ProcessMessages
    Find/Replace dialog shows counters for characters count before cursor for search and replace field
    CSS highlighter - added large amount of missing keywords
    SAS code parser - added macro support
    Code explorer for XML will expand first 2 levels only automatically. Speed up for big XML files
    Code explorer for PHP - classes are expanded automatically
    Code explorer - if left docked, page is automatically activated
    New Code explorer for KiBasic (ftKiBasic file type for user highlighter)

    Project tree - nodes indentation
    Editor window flickering when switching
    Fixed problem with protocol highlighting (mail, URL, ...) when file with with long lines
    ESC key closes Code explorer window
    Import from RTF to HTML (HTML menu)
    Insert file - fixed problem with BOM included code pages
    fixed Greek ANSI CP (1253) autodetection
    PSpad freezes with active Code explorer in some cases
    Multihighlighter color (start-end of the script)
    Log lines display problem with active URL highlightter
    Taskbar program icon will appear on screen where prgoram window is (Jochen Heinelt)
    Windows Shell script - ^ char breaks meaning of special chars
    Windows Shell script - cmd as file extension was highlighted as keyword
    Windows shell script - matching bracket highlight with echo command
    Cobol highlighter - keywords with underscore
    PSPad 64 - SpellCheck exceptions
    HEX editor - problem with replace longer expression with shorter without confimration
    When project is open, PSpad shows project name on status bar as first
    Unix Shell script code explorer includes if and for as functions
    Fullscreen mode (F11)
    Show PSPad window when with open new file in PSPad after Windows + D (minimize all windows)
    Switch tab with 2 windows splitted horizontally or vertically destroys splitting
    Cobol code explorer
    Command line tool causes freezing when run under MS Dos environment
    Search in files result - whole path is shown, char & was removed
    Search and search in files results - after dblclick focus is set to editor window
    Cobol highlighter - if keyword was part of another word starting with nnnn-
    Project - default CP wasn't load, even was stored in project configuration
    Project - new file wasn't created with code page set in project
    Project - after loading project statusbar information wasn't updated

[close]

http://www.pspad.com/
Titel: QOwnNotes 19.2.5
Beitrag von: SiLæncer am 21 Februar, 2019, 19:30
(https://s26.postimg.cc/hoi1ahlcp/screenshot_978.png)
QOwnNotes is a text editor / notepad replacement with markdown support and todo list manager. The program supports themes, keyboard shortcuts, syntax highlighting, and encryption. Includes available nested file list, tags, search, and more. Optionally works with the notes application ownCloud or Nextcloud.

Cross-platform with clients available for Mac and Linux.

License:    GPL

Changelog

fixed numpad 0 being recognized as tick character in the note text edit (for #1152, thank you @liulex)
added checkboxes support to the preview pdf export (for #235, thank you @liulex)
added more Chinese Traditional translation (thank you abev66)

[close]

http://www.qownnotes.org/
Titel: TextWorx 1.3
Beitrag von: SiLæncer am 21 Februar, 2019, 20:20
(https://i.postimg.cc/CLtZwWfz/screenshot-1275.png)
Perform advanced text manipulation with this program that offers context tools, pop-up menus, toolbars and hotkeys which are fully customizable.

Freeware

Changelog

New: 129 Join Lines with Commas by request of James McBride
New: 406 Base64 Encode/Decode Strings by request of Ath
New: 420 CamelCase by request of cytochrome
New: 421 snake_case by request of cytochrome
New: 422 kebab-case by request of cytochrome
New: 716 Interspace now works in reverse (with shift modifier)
Changed: Show Menu Modes * and = are changed to R and L to indicate that commands work in Reverse and on Lines (I found it difficult to remember that * meant reverse and = meant lines; letters are easier)
Changed: Hexify String removed from the Numbers section of the Convert Menu (it is a string modification, not a number modification) (it is in the Transform & Encrypt Menu)
Changed: URI Encode removed from the Numbers section of the Convert Menu (it is in the Transform & Encrypt Menu)

[close]

http://www.dcmembers.com/bgmcoder/download/textworx/
Titel: CudaText 1.75.4.0
Beitrag von: SiLæncer am 22 Februar, 2019, 04:30
(https://s26.postimg.cc/k6wu8qcrt/screenshot_901.png)
Create programming scripts with this powerful tool that supports more than 130 languages and allows users to work concurrently on as many as six groups of projects.

Freeware

Changelog

Add: UI tabs: round X mark on mouse-over
Add: HTML color underlining supports "hsl", "hsla" functions
Fix: issue with highlighting in e.g. Bash lexer
Fix: cannot set none-lexer after lite lexer
Fix: corrupted config "history files.json" for Unicode file names (Windows)
Fix: one-instance feature cannot handle Unicode file names (Windows)

[close]

http://www.uvviewsoft.com/cudatext/
Titel: RisohEditor 5.1.6
Beitrag von: SiLæncer am 25 Februar, 2019, 12:18
(https://i.postimg.cc/8P4z4Swt/screenshot-799.png)
"RisohEditor" is a free resource editor for Win32 development, created by Katayama Hirofumi MZ. RisohEditor realized the ideal of resource editor. "Risoh" means "ideal" in Japanese. RisohEditor can add, edit, extract, clone and remove the resource data in EXE/DLL files. You can edit Windows resources (Dialogs, Menus, Icons, Cursors, String Tables, Message Tables etc.) by using RisohEditor.

NOTICE: Please avoid installing in "C:\Program Files" or "C:\Program Files (x86)". Because the resource compiler (windres) doesn't accept space character in the file path.

Freeware

Whats new:>>

Improve Italian translation.
GUI adjustment.
Fix "Clone In New Language".

https://katahiromz.web.fc2.com/re/en/index.html#intro
Titel: Zim 0.69.1
Beitrag von: SiLæncer am 25 Februar, 2019, 13:09
(http://zim-wiki.org/screenshots/thumbs/zim-normal.png)
Desktop-Wiki für Organisation und Wissensmanagement; frei erweiterbar mit unter anderem Formelsatz, Versionsverwaltung und ToDo-Liste; auch als Portable-Version erhältlich.

Lizenz: Open Source

Changelog

Critical fix for updating links on move page and rename page

[close]

http://zim-wiki.org/index.html
Titel: Text Editor Pro 6.2.0
Beitrag von: SiLæncer am 25 Februar, 2019, 18:30
(https://s26.postimg.cc/hfdkhoj9l/screenshot_896.png)
Text Editor Pro (formerly EditBone) is a powerful text editing tool that comes with syntax highlighting support for over 50 languages and scripts, customizable with over 100 options, 29 ready made styles, a handy file comparison feature, unicode character map, numerical unit convert tool, SQL formatter, and support for multiple directories and search results.

Freeware

Changelog

Added close selected
Added show selection info (line, word, and character count) selection option (default false)
Fixed object-pascal highlighter
Fixed options
Fixed full screen mode
Fixed form and dialog captions
Fixed colors options saving
Fixed closing
Fixed language files
Updated VirtualTree control v7.2
Updated and fixed AlphaSkins controls v14.16 - http://www.alphaskins.com/

[close]

https://texteditor.pro/
Titel: jane v1.74
Beitrag von: SiLæncer am 26 Februar, 2019, 06:10
(https://s26.postimg.cc/q6vrdqqp5/screenshot_1258.png)
Notepad-Alternative zum Editieren von ASCII-Dateien; unterstützt AutoCopy (markierter Text wird automatisch in die Zwischenablage kopiert), Hyperlinks sowie Drag & Drop; bietet auch ungewöhnliche Bearbeitungsfunktionen wie Textumkehrung oder das Ausfiltern bestimmter Vokale.

Für den privaten Gebrauch kostenlos.

Whats new:>>

Added extra favorite folder menu, if needed (see additional options).
Fixed multiple instance settings vs. storage location of ini file.
Minor cosmetics.

http://www.kifoth.de/jane/html/download.php
Titel: ProgramEdit 4.7.8
Beitrag von: SiLæncer am 27 Februar, 2019, 04:30
(https://s26.postimg.cc/wcabyxqq1/screenshot_58.png)
ProgramEdit - a free Windows® software source-code editor. ProgramEdit includes language support for HTML, Ada, C/C++, C#, CSS, JAVA, JavaScript, Perl, PHP, Python, Ruby, VB, VBScript, Verilog, VHDL and Batch(.bat) files. Other features include tabbed file selection, text highlighting, find & replace, regular expressions, sesssions, bookmarks, multiple undo/redo and hyperlinks.

Freeware

Whats new:>>

Correct Status Bar bug
Minor improvements to all Search dialogs

http://simplesolverlogic.com/index.html
Titel: PilotEdit Lite 12.5.0
Beitrag von: SiLæncer am 27 Februar, 2019, 18:50
(http://www.pilotedit.com/images/OpenInQuickMode.PNG)
PilotEdit is a text, hex, XML, C/C++, HTML, PHP, Java, Javascript and Perl editor that can edit large files of 400GB (40 billion lines).

It offers customizable syntax and keyword highlighting, advanced search and replace operations, automatic text encoding, 256-bit AES encryption/decryption and a built-in FTP/SFTP client lets you open, edit, download and upload large files directly to/from a FTP/SFTP server.

In addition to standard text editing features, PilotEdit can compare and merge two large files of 100GB (10 billion lines). You can also sort, find/remove duplicate lines and extract strings over a large file of 1GB.

Freemium

Whats new:>>

PilotEdit 12.5.0 includes improvements over MSI packages

http://www.pilotedit.com/
Titel: CudaText v1.76.0.0
Beitrag von: SiLæncer am 01 März, 2019, 05:20
Changelog

+ add: memory optimizations (less memory usage on mass-replace)
+ add: mouse wheel scrolling works also with pressed mouse button
+ add: AddonManager dialog "Remove add-on" improved: it allows to remove plugins, lexers, themes, translations, snippets
+ add: AddonManager allows to write in "registry" that plugins require another plugins; removed support for install.inf keys "req", "reqlexer" because AddonManager support must be enough
- fix: more fixing of corrupted encoding of "history files.json"

+ add: lexer JavaScript highlights JSDoc comments (added hidden lexer JSDoc)
+ add: lexer JavaScript improved: improved keywords, highlighted uppercase constants, better supported arrow functions, fixed many issues
+ add: lexers CSS, HTML improved (fixed rule "color")

[close]

http://www.uvviewsoft.com/cudatext/
Titel: Textadept 10.3
Beitrag von: SiLæncer am 01 März, 2019, 12:28
(http://foicica.com/textadept/images/splitviews.png)
Textadept will provide users with a fast, minimalist, and ridiculously extensible text editor. At its core lies less than 2000 lines of C code, and that's how it always will be. While other editors rely on recordable macros to speed up workflow, shell scripts to quickly transform text, and static side panes to manage your documents, files, and more.

Textadept takes it to the extreme: it gives you complete control over the entire application using the embedded Lua language. Lua is nearly as fast as C, and has a very small footprint. In fact, most of Textadept is written in Lua.

License : MIT License ( Donationware )

Changelog

Bugfixes:

Fixed block comment support for Nim.
Fixed escaping of newlines (n) in Lua and C API documentation.

Changes:

Version control markers like .git are not limited to directories.
Allow redefinition of WGET in Makefile for
Updated to Scintilla 3.10.2.

[close]

http://foicica.com/textadept/
Titel: RJ TextEd 13.72
Beitrag von: SiLæncer am 01 März, 2019, 21:00
(https://s26.postimg.cc/775l9vjeh/screenshot_593.png)
RJ TextEd - A Unicode source and text editor. RJ TextEd is a full featured text and source editor with Unicode support, syntax highlighting and code folding. The functionality extends beyond text files and includes support for HTML editing with integrated preview, spell checking, auto completion, HTML validation, templates and more. The program also include support for Topstyle Lite CSS editor, has a dual pane file commander, as well as a FTP client to upload your files. The editor uses language files to display menus and dialogs in different languages. There are several included languages. New language files can easily be created in the editor. RJ TextEd is also a simple web development tool. The editor can use auto completion and hints to assist you in editing your source code. You can preview HTML/ASP/PHP... code using one of the preview tabs or open a document in a browser. The editor does not only handle source code. It also handles true ASCII files, binary files and of course plain text files.

License: Freeware

Changelog

Window menu:

Added new menu items to pin or unpin left, right and bottom panels. The menu will not close any panels. Just open and pin them, or hide (unpin) them.
Note that it doesn't works if e.g. all left side panels are closed.

Keyboard shortcuts:

Added new keyboard actions to open or hide left, right and bottom panels. Actions will not close any panels. Just pin or unpin them.

Fixed:

Maximize window issues when using themes.
Minor replace dialog window issues.
Added some missing entries in the language files.
Some minor draw issues when switching between text diff mode.
A few minor misc issues throughout the application.

[close]

http://www.rj-texted.se/
Titel: EmEditor Free 18.6.5
Beitrag von: SiLæncer am 02 März, 2019, 09:30
(https://s26.postimg.cc/pbg87i3s9/screenshot_1195.png)
EmEditor is a lightning-fast, tabbed text editor with themes, syntax highlighting, stay-on-top, and customizable keyboard mapping. The program supports batch find-and-replace, regular expressions, and more.

The program beat a variety of other text editors in tests performed by TPFC user TP109. Additional features are available via a non-free version.

Free for personal use

Changelog

Fixed bugs where EmEditor could crash when changing a very large file encoding and save, or while operating certain tasks.
Fixed a bug where the Extract command in the Find dialog box might not have extracted from all documents while the Search All Documents in the Group option is enabled.
Fixed a bug where Find in Files including a NULL character might not have searched all matches (in Japanese/Chinese/Korean system encodings).

[close]

https://www.emeditor.com/text-editor-features/history/emeditor-free/
Titel: nanDECK 1.24.2
Beitrag von: SiLæncer am 02 März, 2019, 19:15
(https://s26.postimg.cc/6uxy2fkg9/screenshot_70.png)
nanDECK is a scripting graphic software that provides a simple yet flexible language to create multiple images suited for cards or counters .

Freeware

http://www.nand.it/nandeck
Titel: CudaText v1.76.2.0
Beitrag von: SiLæncer am 02 März, 2019, 21:00
(https://s26.postimg.cc/k6wu8qcrt/screenshot_901.png)
Create programming scripts with this powerful tool that supports more than 130 languages and allows users to work concurrently on as many as six groups of projects.

Freeware

Changelog

+ add: command "convert tabs (leading) to spaces"
+ add: statusbar cell "Tab size" menu has additional items "Convert indentation to spaces", "Convert indentation to tabs"

[close]

http://www.uvviewsoft.com/cudatext/
Titel: QOwnNotes 19.3.0
Beitrag von: SiLæncer am 03 März, 2019, 18:00
(https://s26.postimg.cc/hoi1ahlcp/screenshot_978.png)
QOwnNotes is a text editor / notepad replacement with markdown support and todo list manager. The program supports themes, keyboard shortcuts, syntax highlighting, and encryption. Includes available nested file list, tags, search, and more. Optionally works with the notes application ownCloud or Nextcloud.

Cross-platform with clients available for Mac and Linux.

License:    GPL

Changelog

added Galician translation and Norwegian translation (a big thank you to Fabijenna)

    join us at QOwnNotes on Crowdin to make QOwnNotes available in more languages or help with the current translation

added an option to disable underline rendering in the preview to the Preview settings (for #1160)
added more Chinese Simplified, Indonesian, Danish, Cebuano, Hungarian, German translation (thank you cptbl00dra1n, Fabijenna, zmni)

[close]

http://www.qownnotes.org/
Titel: EmEditor Free 18.6.6
Beitrag von: SiLæncer am 03 März, 2019, 19:15
Whats new:>>

Fixed a bug where opening a very large file as Binary (Hexadecimal View) could crash EmEditor.

https://www.emeditor.com/text-editor-features/history/emeditor-free/
Titel: Colon 1.4.2
Beitrag von: SiLæncer am 03 März, 2019, 20:00
(https://i.postimg.cc/nLQDTPhj/CAM.png)
Create, edit and store text document entries with this editor that offers a wide range of features for formatting and even programming.

MIT License

Changelog

Fixed: Now you can stop running process, in case you run infinite process
Improved: Buffer size increased

[close]

https://github.com/Chhekur/colon-ide
Titel: VNote 2.3
Beitrag von: SiLæncer am 04 März, 2019, 20:30
(https://s26.postimg.cc/871od8huh/screenshot_1147.png)
Peculiar yet interesting, open source piece of software that sports both Markdown editing capabilities and note management features.

MIT License

Changelog

Japanese translation added by @miurahr ;
CMake support added by @miurahr ;

Editor

Bug fix of smart table;
Allow to disable smart table;
Update to Qt 5.9.7 in CI in Linux;
Add user track logics for users counting.

[close]

https://tamlok.github.io/vnote/
Titel: Mobirise 4.9.5
Beitrag von: SiLæncer am 05 März, 2019, 05:15
(https://s26.postimg.cc/g54gep109/screenshot_3.png)
Develop fully responsive, mobile-ready websites that look amazing on any devices and browsers. Preview how your website will appear on phones, tablets and desktops directly in the visual editor..

Freeware

https://mobirise.com/
Titel: PHPNotepad 2.1.1
Beitrag von: SiLæncer am 05 März, 2019, 09:03
(https://s26.postimg.cc/hy333zd1l/screenshot_1124.png)
Write and edit your code in almost any of the supported languages with the help of this neat, versatile and useful software application.

Donationware

http://phpnotepad.org/
Titel: BabelPad 12.0.0.1
Beitrag von: SiLæncer am 06 März, 2019, 09:10
(https://s26.postimg.cc/nk8fxilwp/screenshot_1310.png)
BabelPad is a free Unicode text editor and word processor for Windows that supports the proper rendering of most complex scripts, and allows you to assign different fonts to different scripts in order to facilitate multi-script text editing.

Freeware

Changelog

Updated Unicode data for Unicode 12.0.0.
Updated Emoji data for Emoji 12.0.
There is now an option to make the "current character" (for status bar information, etc.) either the character before the caret or the character after the caret (default and previous behaviour is character after the caret is the current character). The option can be set from the "Current Character" submenu of the "Other Options" submenu of of the Options menu.
When the caret is on a Tangut ideograph, the status bar information now additionally displays in parentheses the English meaning given in Li Fanwen's 2008 Tangut-Chinese dictionary (note that these meanings are only approximate in many cases, and may not always be accurate or complete).
The Extended Character Properties dialog is now sortable by property name.
Fixed bug in display of the value of Canonical Combining Class in the Extended Character Properties dialog.
Removed "Font Name" and "Font Size" parameters from the "Manage Custom Input Methods" and "Add/Edit Custom Input Method" dialog boxes as these parameters only apply to text-based input methods, and so their inclusion for all input methods is confusing. As a replacement, the font face and/or font size to be used in the candidate list for a text-based input method may optionally be specified in the input method definition file by adding an "[Options]" section with "Font=FontName" and/or "Size=nn" entries. If the font name is not specified in the file then the currently-defined single font will be used for the candidate list. If the font size is not specfied then the candidate list font will be set to 12 points. [The documentation will be updated when v. 12.0.0.1 is released.]
Now optionally supports wildcards for text-based custom input methods. To enable wildcards add an "[Options]" section with "Wildcards=true" to the custom input method file (set the "Wildcards" entry to "false" or remove the "Wildcards" entry to disable wildcards). Note, you must reload the file for the changes to be applied. The following wildcards are supported: * (matches zero or more characters); ? (matches exactly one character); $ (matches the end of the string). If wildcards are enabled, then none of the wildcard characters should be defined in the "[Mapping]" section.
Improved spacing of panes on the status bar so that character information is less likely to be truncated.
Fixed non-working Copy and Clear buttons in the Tangut References Lookup tool.
Workaround for a feature of Windows 10 rendering that causes a space character (U+0020 or U+202F or U+2000..200A) to be rendered as zero-width if it immediately follows a tag character (E0000..E007F). In BabelPad the space should now always be given its correct width after a tag character.
Improved word break and word selection behaviour, especially with regard to apostrophes.
Added function to convert all Tag characters in the selected text to ASCII characters (Language tag converts to "§"; Cancel tag converts to "¢").
Added an option to support a plain text protocol for italic, bold, underline and strikethrough styles using invisible Unicode tag character sequences corresponding to HTML italic, bold, underline and strikethrough tags (see the Unicode Standard ch. 23 for information on tag characters). Uppercase or lowercase tag letters may be used. Styling for an open tag lasts until a corresponding close tag or until end of paragraph. These tag sequences are persistent on file save, but this protocol is not defined or sanctioned by the Unicode Standard, so it is unlikely to work in any other text editor. If you save a file with tag sequences in BabelPad, then open it in another editor that supports Unicode the tag sequences should be invisible and ignored. You can add or remove tag sequences manually (select Fonts > Simple rendering to make the tag sequences visible if the Tags block is mapped to an appropriate font); or you can select html tags in the text and convert them to tag characters from the Convert menu or the Convert toolbar; or you can select some text and choose the desired style from the Edit > Style menu (or right-click context menu) to enclose the selected text with the appropriate tags ("None" will remove any existing tags in the selected text only); or you can add or remove styling from selected text with the new Tags toolbar. Note that tag character styling will only be applied if "Enable Tag Styling" is checked under the Options > Edit Options menu (disabled by default).
If "Auto Detect" is selected on file open and the file encoding cannot be detected, the encoding previously fell back to Windows CP1252 (Western European); the fallback encoding is now the current Windows system code page.
Fixed bug that under certain circumstances caused vertical scrolling when there is no vertical scrollbar.
Fixed bug with find string selection in Find/Replace dialog when the find string is a substring of an existing find string.

[close]

http://www.babelstone.co.uk/index.html
Titel: Notepad++ 7.6.4
Beitrag von: SiLæncer am 06 März, 2019, 19:00
(https://i.postimg.cc/DwShQSTg/screenshot-1320.png)
Notepad++ is a tabbed source code editor and Notepad replacement with a customizable interface. It is one of the few few source code editors that supports "folding," allowing users to quickly reduce and expand sections of code to see the overall document. In addition, it features multi-language syntax highlighting, auto-completion, regular expression search/replace, macro recording and playback, etc. The program can access a long list of plug-ins via an easy-to-access menu with even more features and functions.

License: GPL

Changelog

Add Markdown in zip packages and fix Markdown not working in installer package of v7.6.3.
Switch from certificate verification to hashes verification due to "Notepad++" is rejected by certification authority.
Enhance User Defined Language System for supporting more than one UDL file. Here is new behaviour.
Add "Remove Consecutive Duplicate Lines" feature to remove duplicate consecutive lines from whole document.
Add new shortcut "shift + scroll" for horizontal scrolling.
Add Stack Overflow as search engine.
Add the capacity to rename non-existing document's tab.
Fixed file open hang issue in old style mode.
Fix "Find in files" tab translation issue on initial dialog call.
Fixed macro playback junk characters display issue on Find dialog.
Ensure each recorded command is playable before playing to avoid exploit in hacking. (EURO-FOSSA)
Enhance "Search on Internet" command to avoid command hijacked. (EURO-FOSSA)
Fix buffer overrun in Print dialog. (EURO-FOSSA)
Load nppPluginList.dll as resource instead of binary for the sake of security. (EURO-FOSSA)
Check Updater's authenticity before its each launch to prevent from hijacking. (EURO-FOSSA)
Fix stack buffer overflow in WordStyle dialog. (EURO-FOSSA)
Fix stack buffer overflow issue on User Define Language dialog. (EURO-FOSSA)
Prevent eventual DLL hijacking while loading plugins. (EURO-FOSSA)

[close]

http://notepad-plus-plus.org/
Titel: Scite 4.1.4
Beitrag von: SiLæncer am 07 März, 2019, 12:21
(https://s26.postimg.cc/fbkgceeux/screenshot_1241.png)
Editor mit Syntax-Highlighting, Auto-Completion, Folding und vielem mehr...

Lizenz: Open Source

Whats new:>>

Version 4.1.4 adds support for .NET's Common Intermediate Language CIL

http://www.scintilla.org/SciTE.html
Titel: HelpNDoc 6.0.0.154
Beitrag von: SiLæncer am 07 März, 2019, 13:46
(https://s26.postimg.cc/n8qdqw1ix/screenshot_994.png)
HelpNDoc provides all the tools necessary to write complete help files, manuals and documentations in a user friendly and very easy to use environment. HelpNDoc can generate standard Windows CHM help files, WEB based documentation, iPhone specific websites as well as printable PDF and Word documents.

HelpNDoc is completely free for personal use and evaluation purposes.

Changelog

HelpNDoc and its web-site have been translated to Spanish. It now supports: English, French, German and Spanish
Each topic can now have an optional description which is exported to HTML's description meta tag for better Search Engine Optimization (SEO)
Topics can now have status and it is possible to perform conditional generation based on topic status
Topics can now have custom properties which can be useful for advanced scripts and templates purposes
The "Find and replace" dialog can now search using regular expressions or library items
Lengthy search operations (searching the whole project) can now be aborted in the "Find and replace" dialog
Most lists and grids now include a find panel to rapidly search for items. It can be opened by hitting the CTRL+F keyboard shortcut for supported lists (e.g. toc, library, keywords...)
Enhanced support for screen readers in the topic editor
Better Per Monitor DPI awareness in various dialogs
Redesigned insert symbol dialog: supports for all Unicode characters, character groups and categories, hexadecimal character support, select font with same character...
Faster and more secure data access to HND project file
Project analyzer now contains actions to rapidly delete all selected keywords
Image maps are now responsive in the default HTML template: whenever the image size is updated, the interactive areas will be updated too
An "Invalid caret position" exception could occur when importing Word, text or HTML files
Better import of RTF tables
Enhanced HTML importer
Find and replace can now find content in text with multiple styles
Reworked the scrollbars as it wasn't always easy to select the last item when using the "Automatically hide scroll bars" option
Deleting library items will now delete all selected items
Topics and builds using custom tags larger than 32 characters were not correctly saved to the project file
Overall speed improvements in the topic editor regarding to Unicode processing
Icons where not always visible in Ribbon groups when the main window's size was small
Default output file name now removes invalid character in project title to avoid generation failure
Updated vendor libraries used in default HTML template to remove any known vulnerabilities
Enhanced internal / external URL parsing in default HTML template
Updated default HTML template to avoid deprecated method calls which will be removed in future versions of Google Chrome
Resized pictures in HelpNDoc's topic editor could appear distorted using the default HTML template
Updating the page numbers in a generated Word document's table of contents produced "Error!! Bookmark not defined." for topics with dashes in their Help Id
Enhanced WinHelp HLP importer: some pictures were not correctly imported
Read-only HND project files could be opened but never saved: HelpNDoc won't open read-only project files anymore
Default topic override list in generation dialog could have an invalid topic selected
Updated and vastly improved documentation for API methods available to templates and scripts

[close]

http://www.helpndoc.com/
Titel: FocusWriter 1.7.2
Beitrag von: SiLæncer am 08 März, 2019, 09:05
(https://s26.postimg.cc/if0nmb60p/screenshot_947.png)
FocusWriter hilft Vielschreibern beim Verfassen von Texten. Die Textverarbeitung blendet alle Menüs und Leisten aus. So kann man sich beim Schreiben voll und ganz auf das Wesentliche konzentrieren.

Der Vollbild-Texteditor FocusWriter zeigt als Oberfläche absichtlich lediglich den blanken Text. Daher gelingt es leichter, störungs- und ablenkungsfrei zu schreiben. Auf Wunsch kann man auf zusätzliche Steuerelemente zugreifen und diese per Maus über die Bildschirmränder abrufen.

Außerdem kann bei FocusWriter eine Statuszeile mit der aktuellen Uhrzeit, einem Timer und Statistiken eingeblendet werden. Das geplante Arbeitspensum legt der Schreiber in den Einstellungen in Minuten oder Wörtern fest. Textart und -farbe werden hier ebenfalls ganz nach Wunsch bestimmt.

Mit FocusWriter können mehrere Dokumente parallel bearbeitet werden. Ein Speichern erfolgt im RTF-, ODT- oder TXT-Format. Standardmäßig zeigt die Freeware einen einfarbigen, nüchternen Hintergrund. Wer die Arbeitsumgebung etwas freundlicher und abwechslungsreicher gestalten möchte, kann die Farbe ändern und auch ein eigenes Bild als Hintergrund einblenden.

FocusWriter enthält alle Grundfunktionen einer Textverarbeitung inklusive Textformatierungen, einer Rechtschreibprüfung und dem Suchen und Ersetzen von Wörtern und Textausschnitten. Die Freeware spricht vor allem den Vielschreiber an, der sich allein auf den Text konzentrieren möchte.

Changelog

FIXED: Minimum sizes for page counts were too high
FIXED: Window icon didn't work in Wayland
Require Qt 5.9
Improved loading locales
Translation updates: Friulian, Korean

[close]

http://gottcode.org/focuswriter/
Titel: EmEditor Free 18.6.7
Beitrag von: SiLæncer am 08 März, 2019, 09:07
(https://s26.postimg.cc/pbg87i3s9/screenshot_1195.png)
EmEditor is a lightning-fast, tabbed text editor with themes, syntax highlighting, stay-on-top, and customizable keyboard mapping. The program supports batch find-and-replace, regular expressions, and more.

The program beat a variety of other text editors in tests performed by TPFC user TP109. Additional features are available via a non-free version.

Free for personal use

Changelog

Fixed a bug where editing an extremely large CSV file or filtering a very large file could crash EmEditor.
Improved the speed for editing a file containing very long lines.
Fixed a bug where some settings including the Outline settings could not sync.

[close]

https://www.emeditor.com/text-editor-features/history/emeditor-free/
Titel: EmEditor Free 18.6.8
Beitrag von: SiLæncer am 08 März, 2019, 20:45
Whats new:>>

Fixed visual issues including auto markers and vertical indicators.

https://www.emeditor.com/text-editor-features/history/emeditor-free/
Titel: Ron's Editor 2019.03.08.1742
Beitrag von: SiLæncer am 09 März, 2019, 11:20
(http://images.six.betanews.com/screenshots/scaled/1350146574-1.jpg)

Ron's Editor is the ultimate CSV editor, designed to be easy to use, but powerful enough to handle anything needed of it. Any tabular text format can be opened through confirurable seperators and full support for text encodings, and can then be exported to many formats including Excel. CSV files can be merged, or seperated, and the professional editing capabilites and power tools used for conversion and data cleaning.

Changelog

New features:

Specific text encoding added to Import.
Excel large text handling improved.
Cell large text handling improved.

Bugs:

Excel formula text handling fixed.
Page per Row large font view fixed.
Filter window system font handling improved.
Sort stabilized.

[close]

http://www.ronsplace.eu/Products/RonsEditor
Titel: RJ TextEd 13.73
Beitrag von: SiLæncer am 10 März, 2019, 08:40
(https://s26.postimg.cc/775l9vjeh/screenshot_593.png)
RJ TextEd - A Unicode source and text editor. RJ TextEd is a full featured text and source editor with Unicode support, syntax highlighting and code folding. The functionality extends beyond text files and includes support for HTML editing with integrated preview, spell checking, auto completion, HTML validation, templates and more. The program also include support for Topstyle Lite CSS editor, has a dual pane file commander, as well as a FTP client to upload your files. The editor uses language files to display menus and dialogs in different languages. There are several included languages. New language files can easily be created in the editor. RJ TextEd is also a simple web development tool. The editor can use auto completion and hints to assist you in editing your source code. You can preview HTML/ASP/PHP... code using one of the preview tabs or open a document in a browser. The editor does not only handle source code. It also handles true ASCII files, binary files and of course plain text files.

License: Freeware

Changelog

Selection color:

The editor should now use the selection colors set in themes manager with all texts and fonts. Even if a variable width font or a complex text script is used, like Hebrew or Arabic...

Major updates:

Major updates will be downloaded from Fosshub in the feature. Minor updates and beta versions are still downloaded from the main site. The update procedure is almost the same as before. But with major version updates, the update window will display the Fosshub site were you click on the version you want to install. The rest is exactly as before.
I changed this because my web hotel can't handle the bandwidth

Fixed:

Minor theme color issue with hints in open/save dialog windows.
Tab key issue in search bar.
Some issues reported by users.

[close]

http://www.rj-texted.se/
Titel: BabelPad 12.0.0.2
Beitrag von: SiLæncer am 10 März, 2019, 19:30
(https://s26.postimg.cc/nk8fxilwp/screenshot_1310.png)
BabelPad is a free Unicode text editor and word processor for Windows that supports the proper rendering of most complex scripts, and allows you to assign different fonts to different scripts in order to facilitate multi-script text editing.

Freeware

Changelog

Implemented drag and drop between BabelPad windows and between BabelPad and other applications that support external drag and drop (supports Text and Unicode Text formats when dragging to BabelPad, and Unicode Text and Rich Text formats when dragging from BabelPad).
Now raises an error if you attempt to load a file into the Batch Replace or Transcode dialog boxes if any field exceeds 1024 UTF-16 characters in length.
Fixed bug in behaviour of Shift+Delete, which should now behave the same as Ctr+X when there is a text selection.

[close]

http://www.babelstone.co.uk/index.html
Titel: Colon 1.4.3
Beitrag von: SiLæncer am 10 März, 2019, 21:00
(https://i.postimg.cc/nLQDTPhj/CAM.png)
Create, edit and store text document entries with this editor that offers a wide range of features for formatting and even programming.

MIT License

Changelog

Fixed: Colon only able to remember one unsaved file
Add: Colon remember you last working project
Fixed: Auto close when all tabs are closed
Fixed: Editor will auto focus when you create a new file
Fixed: Can share unsaved file as well
Improvement: UI

[close]

https://github.com/Chhekur/colon-ide
Titel: PlainEdit 2.0
Beitrag von: SiLæncer am 10 März, 2019, 21:30
(https://i.postimg.cc/C1Cq36yx/screenshot-1333.png)
PlainEdit ist ein Editor für Textdateien (ANSI, UTF-8 und Unicode) mit Syntaxhervorhebung für die gängigsten Web-, Script- und Programmiersprachen. Umfangreiche Konvertierungsfunktionen erleichtern das Umwandeln, Formatieren, Kodieren und Dekodieren von Texten.

Freeware

Changelog

[!]   Diese Version ist mit früheren Versionen nicht kompatibel und darf nicht über ältere Versionen kopiert werden. (Dies betrifft PlainEdit.NET 1.5.1 oder früher, sowie PlainEdit 1.6.7.1 oder früher).
  •    Das Plugin "ExplorerSidebar" wurde hinzugefügt. In der Sidebar werden benutzerdefinierte Ordner mit deren Dateien angezeigt, um schneller auf diese zugreifen zu können.
  •    Kleinere Änderungen an der Benutzeroberfläche (Info-Dialog und Einstellungen).
  •    Kleinere Änderungen an den Plungins und dem Plugin-Interface.
  •    Aktualisierung der Vorlagen, Snippets und Syntax-Highlighter.
  •    Aktualisierung der Sprachdatei für Englisch ("English.lng"). Die Änderungen sind nur noch bis zur Version 1.4 markiert.
  •    Der Programmname wurde von "PlainEdit.NET" in "PlainEdit" geändert.
[close]
https://www.gaijin.at/de/software/plainedit
Titel: Code Browser 6.5
Beitrag von: SiLæncer am 11 März, 2019, 16:45
(https://s26.postimg.cc/q0268rdx5/screenshot_613.png)
Code Browser is a folding text editor for Linux and Windows, designed to hierarchically structure any kind of text file and especially source code. It makes navigation through source code faster and easier.

Code Browser is especially designed to keep a good overview of the code of large projects, but is also useful for a simple CSS file. Ideal if you are fed up of having to scroll through thousands of lines of code.

License: GPLv2

Changelog

Highlight matches in the the search result
Limit search result to 10.000 occurrences
Use same shortcut to start and stop recording a macro
Add links back in the Smalltalk style browser
Select an alternative encoding if load fails because of encoding
Show current absolute line number with CTRL+G (Goto Line)
Fix the fold-utils.cbs script according to an API change
Bug fix: crash when deleting word with cursor at end of line

[close]

http://tibleiz.net/code-browser/
Titel: HostsCK 2.2.6.0
Beitrag von: SiLæncer am 11 März, 2019, 19:45
(https://s26.postimg.cc/931bwfpi1/screenshot_343.png)
Seamlessly access and edit Windows' Host file so you manage the list of blocked and allowed websites more efficiently via this application.

Freeware

Changelog

Added: Setting in Settings > Input to automatically add 0.0.0.0 and block an address when pasting a web address into the text box. E.G. “https://redisoft.uk/privacy-policy/” is pasted as “0.0.0.0 redisoft.uk”.
Added: Setting in Settings > Misc to warn that Hosts is disabled when HostsCK exits.
Added: HostsCK checks that the Hosts file can be edited and is not locked by another program when it starts. See Help.
Added: Added font colouring for “# My Saved Sites”, “# Start Of Microsoft Blocks #” and “# Start Of EXTRA Microsoft Blocks #” orange, lime and red respectively.
Added: “View List” Link to view the Microsoft extra blocks list in your text editor.
Link is on the “You have the latest version” message box when checking for an update to the extra blocks.
Fixed: Fixed the English language file getting corrupted during install or update in certain cases.
Fixed: Fixed a memory leak in HostsDE.
Improved: Only the domain name of a web address gets pasted into the text box. E.G. “https://redisoft.uk/privacy-policy/” becomes “redisoft.uk” when using the Paste menu item to paste a web address into the text box.
Ctrl+V overrides this behaviour so the full address gets pasted.
Changed: Check Hosts is disabled when restoring a Hosts backup until that backup has been saved.

[close]

http://redisoft.uk/hck/
Titel: Atom 1.36.0 Beta 0
Beitrag von: SiLæncer am 12 März, 2019, 13:16
(https://s26.postimg.cc/fmfpqomgp/screenshot_915.png)
A powerful and flexible application that works as a text and source code editor with syntax highlight, or alternately as a file viewer.

MIT License

Changelog

Upgrade to Electron 2.0.18 to address recent Chrome vulnerability
Fuzzy finder performance improvements
Fetch and display readonly inline comments in the GitHub pull request view
Collapse/expand any diff within multi file patch view
Improve behavior when restoring session that references a missing project folder
When only a file is specified, don't open and index the parent directory
Fix restart behavior for "Restart and Install Update" on macOS
Fix Windows auto-update support detection
Don't watch TextEditors outside of the current project in Project Find

[close]

https://atom.io/
Titel: Atom 1.35.0
Beitrag von: SiLæncer am 13 März, 2019, 13:50
Changelog

Upgrade to Electron 2.0.18 to address recent Chrome vulnerability
Add tab to GitHub pane that shows all changed files in a pull request
Fix bug where git tab keeps popping open when there's a merge conflict
View commit details in pane
Improved styling for settings-view when docked
Fix bug where tree-sitter code folding markers were out of sync
remove snippet config for self from language-python

[close]

https://atom.io/
Titel: Atom 1.35.1
Beitrag von: SiLæncer am 13 März, 2019, 20:30
Whats new:>>

Fixed an issue that caused the File -> Open Folder menu option to display the Open File dialog (instead of the Open Folder dialog) (#18971)

https://atom.io/
Titel: BabelPad 12.1.0.0
Beitrag von: SiLæncer am 14 März, 2019, 13:12
(https://s26.postimg.cc/nk8fxilwp/screenshot_1310.png)
BabelPad is a free Unicode text editor and word processor for Windows that supports the proper rendering of most complex scripts, and allows you to assign different fonts to different scripts in order to facilitate multi-script text editing.

Freeware

http://www.babelstone.co.uk/index.html
Titel: Pandoc 2.7.1
Beitrag von: SiLæncer am 14 März, 2019, 19:50
Pandoc is a command-line utility that can convert files from one markup format into another.

Pandoc's enhanced version of Markdown includes syntax for footnotes, tables, flexible ordered lists, definition lists, fenced code blocks, superscripts and subscripts, strikeout, metadata blocks, automatic tables of contents, embedded LaTeX math, citations, and Markdown inside HTML block elements. (These enhancements, described further under Pandoc's Markdown, can be disabled using the markdown_strict input or output format.)

License: Open Source

Changelog

Add tectonic as an option for –pdf-engine (#5345, Cormac Relf). Runs tectonic on STDIN instead of a temporary .tex file, so that it looks in the working directory for \include and \input like the rest of the engines. Allows overriding the output directory args with --pdf-engine-opt=--outdir --pdf-engine-opt="$DIR".

Allow -o/--output to be used with --print-default-data-file, --print-highlighting-style, --print-default-template. Note that -o must occur BEFORE the --print* command on the command line (this is documented, #5357).

LaTeX reader:

    Support \underline, \ul, \uline (#5359, Paul Tilley). These are parsed as a Span with class underline, as with other readers.
    Ensure that \Footcite and \Footcites get put in a note.

ipynb reader:

    Remove sensitivity to raw_html, raw_tex extensions. We now include every output format. Pruning is handled by --ipynb-output.
    Better handling of cell metadata. We now include even complex cell metadata in the Div’s attributes (as JSON, in complex cases, or as plain strings in simple cases).

ipynb writer:

    Recurse into native divs for output cell data (#5354).
    Render cell metadata fields from div attributes.

Docx writer: avoid extra copy of abstractNum and num elements in numbering.xml. This caused pandoc-produced docx files to be uneditable using Word Online (#5358).

Markdown writer: improve handling of raw blocks/inline. We now emit raw content using raw_attribute when no more direct method is available. Use of raw_attribute can be forced by disabling raw_html and raw_tex.

LaTeX writer: Add classes for frontmatter support (#5353, Andrew Dunning) and remove frontmatter from scrreprt.

LaTeX template:

    Improve readability (#5363, Andrew Dunning).
    Robust section numbering removal (#5351, Andrew Dunning). Ensures that section numbering does not reappear with custom section levels. See https://tex.stackexchange.com/questions/473653/.
    Better handling of front/main/backmatter (#5348). In pandoc 2.7 we assumed that every class with chapters would accept \frontmatter, \mainmatter, and \backmatter. This is not so (e.g. report does not). So pandoc 2.7 breaks on report class by including an unsupported command. Instead of the book-class variable, we use two variables, has-chapters and has-frontmatter, and set these intelligently in the writer.

Text.Pandoc.Shared: Improve filterIpynbOutput. Ensure that images are prioritized over text. best should include everything for ipynb.

Tests.Old: specify --data-dir=../data to ensure tests can find data files even if they haven’t been installed. Remove old pandoc_datadir environment variable, which hasn’t done anything for a long time.

MANUAL.txt: Add recommendation to use raw_attribute with ipynb (#5354).

Use cmark-gfm-hs 0.1.8 (note that 0.1.7 is buggy).

Use latest pandoc-citeproc, texmath.

[close]

https://github.com/jgm
Titel: Typora 0.9.66 Beta
Beitrag von: SiLæncer am 15 März, 2019, 04:34
(https://s26.postimg.cc/6a6bupdop/screenshot_1181.png)
Swiftly write, edit, format and convert text to HTML with the help of this modern looking, streamlined and novice-accessible piece of software.

Freeware

Changelog

Fix security issues.
Fix unnecessary escape in outline.
Fix click outline will cause content jumping.
Fix hide status bar not working.
Add language Vietnamese by 1234hdpa.
Remove options for emoji autocomplete, it is now enabled by default.
Update flowchart library and fix issues related to flowchart.
Add options to configure reading speed.
Add oz ad supported language for syntax highlight.
Other bug fix.

[close]

http://www.typora.io/
Titel: Notable 1.4.0
Beitrag von: SiLæncer am 15 März, 2019, 13:41
(https://i.postimg.cc/GpGzm4pn/Quip.png)
Markdown-based note-taking application that offers a strong set of editing features, uses no proprietary formats and comes with an intuitive UI.

MIT License

Changelog

New Features:

Switched to the AGPL license
Added a “Toggle Sidebar” menu entry
Added a Zen mode
Added a “Quick Open” panel
Added a button for copying codeblocks to the clipboard
Search: added a button for clearing the input
KaTeX: added support for mhchem

Replaced CodeMirror with Monaco:

Added a shortcut for toggling the minimap
Check all the updated shortcuts here

Improvements:

Wiki-style links: always treat them as inline links
Syntax highlighting: improved support for some shell languages
Prompting the user before overwriting unsaved changes
Error boundary: creating a pre-filled bug report when reporting an error
Search: ensuring the notes list is navigable with arrow keys
Minor UI update — Major UI-related code refactoring
Export: ensuring all test notes are exported perfectly under all supported formats
Automatically selecting the title when editing empty notes

Bug Fixes:

AsciiMath/KaTeX: ensuring the special characters can be escaped with a backslash
Ensuring 1-character KaTex and AsciiMath expressions are supported
Ensuring HTML entities don’t cause unnecessary AsciiMath renders
Ensuring the editor gets updated when the content changes
Updating the app menu when there are no windows open
Wiki-style links: more reliable extension detection
Filesystem watcher: more reliable
Editor: force focusing only on mount
Markdown: improved emoji detection
Attachments: ensuring some special system files are not considered
Ensuring the about window is not fullscreenable
Ensuring multiple attachments with the same name can be used
Ensuring the app quits properly under Windows/Linux when closing the window
Ensuring new notes aren’t created inside the trash
Ensuring tags (except for the default one) without notes are not selected
Markdown: ensuring links without a protocol are supported
Renaming + overwriting notes instead of deleting + creating notes
Writing/renaming notes less asynchronously
Waiting for any pending API or IO operations before closing the app

[close]

https://github.com/fabiospampinato/notable
Titel: Mobirise 4.9.6
Beitrag von: SiLæncer am 15 März, 2019, 13:43
(https://s26.postimg.cc/g54gep109/screenshot_3.png)
Develop fully responsive, mobile-ready websites that look amazing on any devices and browsers. Preview how your website will appear on phones, tablets and desktops directly in the visual editor..

Freeware

https://mobirise.com/
Titel: Black NotePad 1.0.17.34
Beitrag von: SiLæncer am 16 März, 2019, 18:00
(https://s26.postimg.cc/lj0xxiynt/screenshot_1281.png)
Black NotePad was created as an alternative to the Notepad program of Windows operating systems. While retaining the original functions, Black NotePad improves manageability, contains important new functions, and greatly enhances program compatibility in terms of the edited text.

Freeware

Whats new:>>

Change: Menu icon

https://www.wintools.info/index.php/black-notepad
Titel: Ron's Editor 2019.03.15.1734
Beitrag von: SiLæncer am 16 März, 2019, 18:20
(http://images.six.betanews.com/screenshots/scaled/1350146574-1.jpg)

Ron's Editor is the ultimate CSV editor, designed to be easy to use, but powerful enough to handle anything needed of it. Any tabular text format can be opened through confirurable seperators and full support for text encodings, and can then be exported to many formats including Excel. CSV files can be merged, or seperated, and the professional editing capabilites and power tools used for conversion and data cleaning.

Changelog

New features:

Column sort window adjusted to work in a more intuitive way.

Bugs:

Column format validation crash fixed.
Multi column sort issue fixed.

[close]

http://www.ronsplace.eu/Products/RonsEditor
Titel: Typora 0.9.67 Beta
Beitrag von: SiLæncer am 16 März, 2019, 18:30
(https://s26.postimg.cc/6a6bupdop/screenshot_1181.png)
Swiftly write, edit, format and convert text to HTML with the help of this modern looking, streamlined and novice-accessible piece of software.

Freeware

Changelog

Fix export HTML not working.
Improve Pandoc version detect logic.

[close]

http://www.typora.io/
Titel: EmEditor Free 18.7.0 Beta
Beitrag von: SiLæncer am 16 März, 2019, 18:50
(https://s26.postimg.cc/pbg87i3s9/screenshot_1195.png)
EmEditor is a lightning-fast, tabbed text editor with themes, syntax highlighting, stay-on-top, and customizable keyboard mapping. The program supports batch find-and-replace, regular expressions, and more.

The program beat a variety of other text editors in tests performed by TPFC user TP109. Additional features are available via a non-free version.

Free for personal use

Changelog

Improved the speed of opening very large files, filter, and replace all using the AVX-2 instruction set found in recent CPUs.
Added the Clear Contents command. This command works only in the CSV cell selection mode, and it clears the contents of selected cells. The new version assigns the DELETE key to the Clear Contents command by default, and the Delete command now delete both conetents and delimiters.
Added the “Prompt when an &incremental search takes a long time to complete” check box to the Search page of the Customize dialog box.
Added the “Alternative behavior of the Word Right command” and “Alternative behavior of the Word Left command” check boxes to the Edit page of the Customize dialog box.

[close]

https://www.emeditor.com/text-editor-features/history/emeditor-free/
Titel: QOwnNotes 19.3.1 build 4198
Beitrag von: SiLæncer am 16 März, 2019, 20:30
(https://s26.postimg.cc/hoi1ahlcp/screenshot_978.png)
QOwnNotes is a text editor / notepad replacement with markdown support and todo list manager. The program supports themes, keyboard shortcuts, syntax highlighting, and encryption. Includes available nested file list, tags, search, and more. Optionally works with the notes application ownCloud or Nextcloud.

Cross-platform with clients available for Mac and Linux.

License:    GPL

Changelog

Implemented preserving of note tag links when renaming note sub-folders (for #1166)
Added some markdown text edit fixes and changes (for QMarkdownTextEdit #21, thank you @sandsmark)
Added more Czech, Polish, Swedish, Greek, Catalan, Galician, Indonesian, Norwegian, Dutch, Hungarian, German, Italian, Portuguese, Brazilian, Spanish translation (thank you Fabijenna, zmni, rakekniven, mlocati, jan_sh, mlimacarlos, richarson)

Added Danish translation (a big thank you to Fabijenna):

Join us at QOwnNotes on Crowdin to make QOwnNotes available in more languages or help with the current translation

[close]

http://www.qownnotes.org/
Titel: dred 0.4.3
Beitrag von: SiLæncer am 17 März, 2019, 19:45
(https://s26.postimg.cc/ossn85mcp/screenshot_430.png)
dred is an open-source, cross-platform text editor that maintains Notepad’s lightweight design and offers an impressive array of interesting features. Customizable and unobtrusive, it is a Notepad alternative you should definitely keep an eye out for.

MIT License

Whats new:>>

Remove unused images from the website.

https://github.com/dr-soft/dred
Titel: BabelEdit 1.9.1
Beitrag von: SiLæncer am 17 März, 2019, 20:15
(https://s26.postimg.cc/7efmb9imh/screenshot_979.png)
A translation editor that can process one or more JSON files at the same time, providing support for both json and namespaced-json formats.

Freeware

Changelog

OpenSSL problem on Ubuntu 18
Minor issues in 'Add translation' dialog

[close]

https://www.codeandweb.com/babeledit
Titel: QOwnNotes 19.3.2
Beitrag von: SiLæncer am 18 März, 2019, 21:10
Changelog

there now is a new script settings variable for select-boxes (for #1167)

    you can define items with an index and a text
    you will receive the selected index
    for more information please take a look at the scripting documentation

there are now shortcuts to jump to the note list (F5), the note subfolder panel (F6) and the tags panel (F7) (for #1153)

    please visit QOwnNotes shortcuts for a list of all shortcuts

there now is a new scripting command script.noteTextEditSelectCurrentLine() to select the current line in the note text edit (for #1167)

    for more information please take a look at the scripting documentation

added more Spanish, Italian, Russian, Cebuano, Hiligaynon, Dutch, Hungarian, Swedish, Greek translation (thank you richarson, mlocati, mikhail-khokhlov, Fabijenna, druus, tiwi90)

[close]

http://www.qownnotes.org/
Titel: Ron's Editor 2019.03.18.1432
Beitrag von: SiLæncer am 19 März, 2019, 09:17
Whats new:>>

New features:

Column sort window adjusted to work in a more intuitive way.

Bugs:

Column format validation crash fixed.
Multi column sort issue fixed.
Arbitrary length limit removed from Toolbox rules.

http://www.ronsplace.eu/Products/RonsEditor
Titel: QOwnNotes 19.3.3
Beitrag von: SiLæncer am 20 März, 2019, 05:10
Changelog

there now are new scripting commands script.noteTextEditSetSelection(), script.noteTextEditSelectionStart() and script.noteTextEditSelectionEnd() to set and get the currently selected text in the note text edit (for #1167)

    for more information please take a look at the scripting documentation

you now can activate the context menu of the current widget with the shortcut F10 (for #1154)

    please visit QOwnNotes shortcuts for a list of all shortcuts

added more Chinese Traditional, German translation (thank you abev66, rakekniven)

[close]

http://www.qownnotes.org/
Titel: RisohEditor 5.1.7
Beitrag von: SiLæncer am 20 März, 2019, 09:04
(https://i.postimg.cc/8P4z4Swt/screenshot-799.png)
"RisohEditor" is a free resource editor for Win32 development, created by Katayama Hirofumi MZ. RisohEditor realized the ideal of resource editor. "Risoh" means "ideal" in Japanese. RisohEditor can add, edit, extract, clone and remove the resource data in EXE/DLL files. You can edit Windows resources (Dialogs, Menus, Icons, Cursors, String Tables, Message Tables etc.) by using RisohEditor.

NOTICE: Please avoid installing in "C:\Program Files" or "C:\Program Files (x86)". Because the resource compiler (windres) doesn't accept space character in the file path.

Freeware

Whats new:>>

Add PBS_MARQUEE and PBS_SMOOTHREVERSE styles. Fix the process of compilation error.

https://katahiromz.web.fc2.com/re/en/index.html#intro
Titel: EmEditor Free 18.7.0 Beta 2
Beitrag von: SiLæncer am 20 März, 2019, 09:15
Whats new:>>

Improved the speed especially when the opened document contains very long lines.

https://www.emeditor.com/text-editor-features/history/emeditor-free/
Titel: HelpNDoc Personal Edition 6.0.1 Build 167
Beitrag von: SiLæncer am 20 März, 2019, 18:50
(https://s26.postimg.cc/n8qdqw1ix/screenshot_994.png)
HelpNDoc provides all the tools necessary to write complete help files, manuals and documentations in a user friendly and very easy to use environment. HelpNDoc can generate standard Windows CHM help files, WEB based documentation, iPhone specific websites as well as printable PDF and Word documents.

HelpNDoc is completely free for personal use and evaluation purposes.

Changelog

Changing some topic properties such as topic kind, header or footer didn't update the user interface
When more than 64 tags were defined for a project, showing the "Insert / Edit condition" dialog did show an error message
When a new version is available, the RSS feed now links to the "check update" URL instead of download URL for better information about what's new
The HndStatus object was not accessible from scripts
HndStatus.GetStatusByCaption wasn't documented in the scripting API help page

[close]

http://www.helpndoc.com/
Titel: reCsvEditor 0.99.0 Trial 5
Beitrag von: SiLæncer am 20 März, 2019, 19:45
(https://i.postimg.cc/vmMDhQRN/screenshot-748.png)
reCsv Editor is a software application developed in Java, as a simpler version of RecordEditor, which enables you to view the contents of various CSVs, edit and save them to the HDD.

License: GPLv3

Changelog


    Improved Csv Analysis
    Imrovements for Csv extracts with data before the Csv data
        Better Detection or CSV with non CSV data at the top of the file.
        When data before the Csv data is detected, the start of the Csv data is highligted
        A view with just the data is created
    Fix for byte text file reader
    Fix for Csv files where the Column names are not on the first line
    Fix for "Big File Processing"
    Add new Windowing option (View >>> Create Window View)

[close]

http://recsveditor.sourceforge.net/
Titel: EmEditor Free 18.7.0 Beta 3
Beitrag von: SiLæncer am 21 März, 2019, 05:15
(https://s26.postimg.cc/pbg87i3s9/screenshot_1195.png)
EmEditor is a lightning-fast, tabbed text editor with themes, syntax highlighting, stay-on-top, and customizable keyboard mapping. The program supports batch find-and-replace, regular expressions, and more.

The program beat a variety of other text editors in tests performed by TPFC user TP109. Additional features are available via a non-free version.

Free for personal use

Changelog

Improved the speed of the Sort and Delete Duplicate Lines commands using multi-threaded code.

[close]

https://www.emeditor.com/text-editor-features/history/emeditor-free/
Titel: Code Writer 3.3.29
Beitrag von: SiLæncer am 21 März, 2019, 05:20
(https://i.postimg.cc/Wb9NkPSB/Code-Writer.png)
Code Writer is a code editing app specifically designed to work in the modern part of Windows 8 and above, ans support for touch-ready screens enables it to work on portable devices running a compatible operating system.

The app is designed to be fast, powerful and fluid, featuring active syntax highlighting as the text is typed into the interface.

Freeware

Changelog

Added: New documents will avoid name collisions with existing open documents.
Added: Support for opening ColdFusion files from Windows' Open With menu.
Added: Support for opening .config and .rst files from Windows' Open With menu.
Added: Copied clipboard text is kept on the clipboard after app exit.
Changed: Delimiter highlight background to improve visibility.
Fixed: Focus was not in the editor at app startup.
Fixed: Consolas was not selected as the default font for new installs.

[close]

https://www.actiprosoftware.com/products/apps/codewriter
Titel: Typora 0.9.68 Beta
Beitrag von: SiLæncer am 21 März, 2019, 05:30
(https://s26.postimg.cc/6a6bupdop/screenshot_1181.png)
Swiftly write, edit, format and convert text to HTML with the help of this modern looking, streamlined and novice-accessible piece of software.

Freeware

Changelog

Fix security issues.
Fix regression bug on side bar, edit, images, links related functions.
Add syntax highlight for SPARQL and Crystal.

[close]

http://www.typora.io/
Titel: CudaText 1.77.0.0
Beitrag von: SiLæncer am 21 März, 2019, 13:51
(https://s26.postimg.cc/k6wu8qcrt/screenshot_901.png)
Create programming scripts with this powerful tool that supports more than 130 languages and allows users to work concurrently on as many as six groups of projects.

Freeware

Changelog

Add: preinstalled TreeHelper for Markdown
Add: added tiny progress-bar for lexer parsing progress
Add: added rendering of selection background, when it's after line end (with "caret_after_end":true)
Add: option "autocomplete_close_chars"
Add: improved context menu for "Tab size" statusbar cell
Add: plugin Comments improved: stream comment for entirely selected single line is added inside that line; stream comment for entirely selected 2+ lines is added on 2 new lines
Add: dialog "Settings - theme - syntax" shows colored marks in listbox
Add: huge lines (length>4k) are now completely ignored by lexers (so file containing single huge line, e.g. minimized JSON, will take no time at all)
Fix: crash with Differ plugin (click on interline gap)

[close]

http://www.uvviewsoft.com/cudatext/
Titel: EmEditor Free 18.7.0 Beta 4
Beitrag von: SiLæncer am 22 März, 2019, 05:10
Whats new:>>

Fixed a bug related to file encodings of external tools.
Fixed a bug where EmEditor could crash when opening a very large file.

https://www.emeditor.com/text-editor-features/history/emeditor-free/
Titel: JSONedit 0.9.32.0
Beitrag von: SiLæncer am 22 März, 2019, 09:05
(https://s26.postimg.cc/zcd5ubda1/screenshot_961.png)
JSONedit is a simple editor for the JavaScript Object Notation format "a text-based open standard designed for human-readable data interchange" (source) with availble text and tree views.

Includes array generator using embedded Lua interpreter and Scintilla for text edition.

License:    Freeware

Changelog

Added more color settings and "dark" template for tree and list view, "dark" color schemes for text view (C++ and JSON lexers)
JSONedit dark color template
(also: list, text)
More node statistics: maximum nesting level, maximum string value length, maximum name (key) length
Added tSIP configuration file to examples
Changed log window to used in tSIP
Added Lua cheatsheet - as in tSIP
Added Lua ReloadFile(evenIfNotSaved) function; if evenIfNotSaved parameter is equal to 0 then dialog is displayed if file was modified inside editor
FIXED: suboption "even if file was modified inside editor" for "Monitor file on disk for changes"/"Update file silently" was not working
Added MRU files list for NDJSON viewer
Lua script and NDJSON viewer windows are accepting files with drag-and-drop
Added Lua example: FTP upload with curl
"Add node as sibling" tree context menu option adds node immediately after selected (same as "Duplicate node")
CSV import dialog settings are stored in configuration file

[close]

http://tomeko.net/software/JSONedit/index.php
Titel: Textosaurus v0.9.12
Beitrag von: SiLæncer am 22 März, 2019, 18:45
(https://s26.postimg.cc/hsdowhmnt/screenshot_875.png)
Textosaurus (previously named Textilosaurus) is a Scintilla-based text editor with a configurable, tabbed interface and syntax highlighting. The program includes uploaders, tools for scripting, XML, JSON, MIME and supports a wide variety of text encoding.

64-bit only. Cross-platform with a Linux version available.

License:    GNU GPLv3

Changelog

Added:

    Ukrainian translation, thanks to "prolinuxua".
    Chinese translation, thanks to "zarchwegiant".
    Automagic file type recognition via utility file. This recognition is ran before file "suffix" detection and is able to correctly detect file type of many files. For example if you have Bash script with name "script" (no suffix), then this method will correctly detect it as Bash document and will fire up correct syntax highlighting etc. This method works in a x-platform way on all platforms where file utility is available via PATH env. variable.
    Automagic file type recognition is also ran when file is "reloaded from disk" and when file is "saved as" via the dialog.
    Added couple of new command line switches, namely "-c" (select another user data directory) and "-n" (force new instance launch). See textosaurus -h for more info.

Changed:

    Caret is explicitly set to position 0 when document is loaded.
    Scintilla core updated to latest stable (4.1.4).
    Fixed Bash lexer folding ability.
    Some code cleanups.

Fixed:

    C++17 compilation with MSVC17 fixed.
    FS sidebar combobox with drives/mountpoints now works better with network drives on Windows (note that some bugs are unsolvable and need to be probably solved upstream, for example SSHFS network drives sometimes do not work with combobox correctly).
    Show tab with correct document when asking for save.

Special thanks:

    "paoloschi" - for some good new features proposals.

[close]

https://github.com/martinrotter/textosaurus
Titel: Zettlr 1.2.1
Beitrag von: SiLæncer am 23 März, 2019, 08:45
(https://s26.postimg.cc/vfll9p4mh/screenshot_956.png)
Write text and conveniently edit it using Markdown with the help of this user-friendly and well-thought-out, Electron based application.

MIT License

Release Notes

GUI and Functionality:

Removed the Quicklook overlay windows. Quicklooks now directly become standalone windows.
General improvements to the default PDF template.
On Windows and macOS, Zettlr now also fills up the recent document list in the Taskbar/Dock.
Huge UX improvements.
Improvements to the spellchecking engine. Now, it won't check inline code.
We're removed the "Create new Directory" button from the toolbar, and made the "Create new File" button more visible by replacing the icon with a huge "Plus" sign.
The Pomodoro timer now sends out notifications when a task has ended so that you'll always know what's up next!
The find popup detects when you start to type a regular expression. If it's a valid regular expression, it will switch to a monospaced font, helping you to write the expression correctly.
The find popup now remembers your search term on a per-session basis.
Fixed the position of the popups. Now they won't cover the toolbar.
Fixed the misbehaving markdown shortcuts in the formatting toolbar. Now block formats are replaced, not left in place when changing the formatting of a paragraph.
Fixed a small bug in the PDF template that would render emphasised text underlined instead of italic in exported PDF files.
Fixed the links inside footnote tooltips. Now they are readable and don't break out of the tooltip anymore.
Fixed an error that prevented Zettlr from being able to automatically import language files.
Fixed a bug causing emails not to render.
Fixed a bug preventing you from clicking the "Print" icon on Windows.
Fixed double-clicking the Quicklook and Print window title bar on macOS and Linux.

Under the HoodL:

Bumped dependencies. Switched to Electron 5 Beta.
The Quicklook-windows will now also load the correct CodeMirror-plugins from the autoload file.
Moved out the recent files to its own provider.
Design cleanup. Many variables have been renamed to make it possible to create new themes based upon the Berlin theme.
The renderer does not constantly query the main process for up-to-date citations anymore, which both reduces CPU power and increases battery life.
The popups can now be told if their contents have changed so that they re-place themselves correctly.

[close]

https://www.zettlr.com/
Titel: AlephNote v1.6.29
Beitrag von: SiLæncer am 24 März, 2019, 09:45
(https://s26.postimg.cc/6skrw8cnt/screenshot_1204.png)
AlephNote is extensible, lightweight desktop note manager. Features include search, interactive checkbox lists highlighting, clickable highlighted links, notes backup, drag-and-drop capability for files and text, and sorting notes into folders. The program supports tags, in-editor markdown rendering, customizable shortcuts, stay-on-top capability, tray control, themes, and more.

Notes can be saved locally or synchronized with cloud services including Simplenote, Standard Note, Nextcloud/ownCloud.

License:    MIT

Changelog

Bugfixes

    Fixed Markdown-List Highlighting not being shown directly after startup (#96)
    Fixed backspace in an empty TagList making the control readonly (#94)
    Fixed setting "rectangular selection" without "enable multiple selections" not working correctly (#101)
    Fixed global search not correctly highlighting found text if the text had different case

Features

    Sort notes alphabetically in Add-Link-to-Note-Chooser (#93)
    Support directly highlighting mail addresses in note text (without mailto) (#92)
    Added support for multi-selecting notes (and mass export/delete/etc) (#98)
    Added new "mixed" state to markdown lists. (#95)
    There are now 3 states: ON ([X]), OFF ([ ]) and MIXED ([~])

Plugins

Plugins included by default:

FilesystemPlugin   v1.2.11
HeadlessPlugin     v1.4.8
NextcloudPlugin    v1.2.12
SimpleNotePlugin   v1.2.7
StandardNotePlugin v1.4.3

[close]

https://github.com/Mikescher/AlephNote
Titel: MiKTeX 2.9.7021
Beitrag von: SiLæncer am 24 März, 2019, 18:45
(https://i.postimg.cc/KzkJ4d7b/screenshot-1397.png)
MiKTeX (pronounced mick-tech) is an up-to-date implementation of TeX/LaTeX and related programs for Windows (all current variants).

Freeware

http://miktex.org/
Titel: EmEditor Free 18.7.0 Beta 5
Beitrag von: SiLæncer am 24 März, 2019, 20:40
Whats new:>>

Fixed varius bugs reported in the forums.

https://www.emeditor.com/text-editor-features/history/emeditor-free/
Titel: OutWiker 3.0.0.860 dev
Beitrag von: SiLæncer am 25 März, 2019, 05:45
(https://s26.postimg.cc/87bx6b16h/screenshot_33.png)
OutWiker is an open-source personal wiki and outliner. Notes are stored in a tree, and kept in the form of directories on the disk. This encourages changing the base by external sources and programs. Currently there are three types of pages supported: plain text, HTML, and wiki. External files (such as pictures) can be attached to pages, and pages can be linked to each other. Each tree branch can be opened as a separate wiki. Other features include tag support, global search (notes and tags), bookmarks, HTML syntax highlighting and icons for notes.

OutWiker can be downloaded with or without plugins, as well as for Linux systems.

License : GPL

Whats new:>>

Fix errors.
Update localizations.

http://jenyay.net/Outwiker/English
Titel: AlephNote 1.6.30
Beitrag von: SiLæncer am 25 März, 2019, 12:23
Changelog

Features:

Added new command MoveCurrentLineUp (#102)
Added new command MoveCurrentLineDown (#102)
Added new command DuplicateCurrentLine (#102)
Added new command CopyCurrentLine (#102)
Added new command CutCurrentLine (#102)
Show shortcut conflicts in settings window
Added new command CopyAllowLine (#103)
Added new command CutAllowLine (#103)
Added option to use VS style line copy (#103)
Added parallel requests (multithreading) for some remote operations (#100)

Tasks:

Added a default value for the shortcut scope
Moved ShortcutManager to AlephNote.Common project

Plugins:

Plugins included by default:

[close]

https://github.com/Mikescher/AlephNote
Titel: EmEditor Free 18.7.0 Final
Beitrag von: SiLæncer am 26 März, 2019, 05:00
Changelog

New General Features:

Improved the speed of opening very large files, filter, and replace all using the AVX-2 instruction set found in recent CPUs.
Added the Clear Contents command. This command works only in the CSV cell selection mode, and it clears the contents of selected cells. The new version assigns the DELETE key to the Clear Contents command by default, and the Delete command now delete both contents and delimiters.
Improved the speed especially when the opened document contains very long lines.
Improved the speed of the Sort and Delete Duplicate Lines commands using multi-threaded code.

New Options:

Added the Prompt when an incremental search takes a long time to complete check box to the Search page of the Customize dialog box.
Added the Alternative behavior of the Word Right command and Alternative behavior of the Word Left command check boxes to the Edit page of the Customize dialog box.

New Command:

Clear Contents (Cell Selection Mode Only)

[close]

https://www.emeditor.com/text-editor-features/history/emeditor-free/
Titel: RJ TextEd 13.80
Beitrag von: SiLæncer am 26 März, 2019, 17:30
(https://s26.postimg.cc/775l9vjeh/screenshot_593.png)
RJ TextEd - A Unicode source and text editor. RJ TextEd is a full featured text and source editor with Unicode support, syntax highlighting and code folding. The functionality extends beyond text files and includes support for HTML editing with integrated preview, spell checking, auto completion, HTML validation, templates and more. The program also include support for Topstyle Lite CSS editor, has a dual pane file commander, as well as a FTP client to upload your files. The editor uses language files to display menus and dialogs in different languages. There are several included languages. New language files can easily be created in the editor. RJ TextEd is also a simple web development tool. The editor can use auto completion and hints to assist you in editing your source code. You can preview HTML/ASP/PHP... code using one of the preview tabs or open a document in a browser. The editor does not only handle source code. It also handles true ASCII files, binary files and of course plain text files.

License: Freeware

Changelog

Chrome Preview (Chromium)

Updated libraries and component to version 73.0.3683.75.

Code explorer favorites

It is now possible to add classes, functions, properties, tags etc. to a favorite list. Favorites and TODO:s are displayed in the same pane, but in different tabs.

The mouse hint can display more information, like which class a method belongs too.

Favorites can be removed or clear using a right click context menu.

NOTE! Favorites are connected to a document and only available as long as that document is open.

Find/Replace

Changed how auto completion in search fields work when pressing UP and DOWN keys. Only items beginning with the entered search term is displayed. All other items in the drop down history list is ignored.

This change only work if the drop down list is closed (auto drop down disabled).

If auto drop down is enabled the drop down list is now sorted.

Replace field option

Added an option to have an empty replace string every time a search window or search-bar is opened.

Misc

The options window should open faster in this version.

Fixed

File may randomly open as binary file in hex mode.
Possible replace tool window issue.
Find issue in hex mode.
A few redraw issues in character viewer.
Update issue in Windows XP/Vista (introduced in v13.73).
Many minor issues found during development and reported by users.

[close]

http://www.rj-texted.se/
Titel: QOwnNotes 19.3.4
Beitrag von: SiLæncer am 26 März, 2019, 19:30
(https://s26.postimg.cc/hoi1ahlcp/screenshot_978.png)
QOwnNotes is a text editor / notepad replacement with markdown support and todo list manager. The program supports themes, keyboard shortcuts, syntax highlighting, and encryption. Includes available nested file list, tags, search, and more. Optionally works with the notes application ownCloud or Nextcloud.

Cross-platform with clients available for Mac and Linux.

License:    GPL

Changelog

fixed layout damaging when in dark mode closing the app with the x button or if getting a HUP signal (for #1015)
made an attempt to remedy notes.sqlite sync issues with Nextcloud (for #1111)
added more Slovak, Slovenian, Hungarian, German, Catalan, Spanish, Brazilian Portuguese, Romanian, Italian, Dutch, Russian translation (thank you Fabijenna, rakekniven, MGuerra, richarson, mlimacarlos, mlocati, mikhail-khokhlov)

[close]

http://www.qownnotes.org/
Titel: EmEditor Free 18.7.1
Beitrag von: SiLæncer am 27 März, 2019, 05:10
(https://s26.postimg.cc/pbg87i3s9/screenshot_1195.png)
EmEditor is a lightning-fast, tabbed text editor with themes, syntax highlighting, stay-on-top, and customizable keyboard mapping. The program supports batch find-and-replace, regular expressions, and more.

The program beat a variety of other text editors in tests performed by TPFC user TP109. Additional features are available via a non-free version.

Free for personal use

Changelog

Fixed various issues found on v18.7.0.

[close]

https://www.emeditor.com/text-editor-features/history/emeditor-free/
Titel: AlephNote v1.6.31
Beitrag von: SiLæncer am 27 März, 2019, 06:00
(https://s26.postimg.cc/6skrw8cnt/screenshot_1204.png)
AlephNote is extensible, lightweight desktop note manager. Features include search, interactive checkbox lists highlighting, clickable highlighted links, notes backup, drag-and-drop capability for files and text, and sorting notes into folders. The program supports tags, in-editor markdown rendering, customizable shortcuts, stay-on-top capability, tray control, themes, and more.

Notes can be saved locally or synchronized with cloud services including Simplenote, Standard Note, Nextcloud/ownCloud.

License:    MIT

Changelog

Bugfixes

    Fixed Nullpointer exception in TagControl (#105)
    Fixed notes export not honoring filename character settings
    Fixed window restore per shortcut resetting window-maximized state (#111)
    Fixed syncing notes with systemtags is resetting their modification date (SimpleNotePlugin) (#108)
    Fixed update checker not using proxy settings
    Fixed crash when pressing escape while editing an empty tag (#105)
    Fixed setting "Hide tag search button" not freeing up space
    Fixed "Empty title" placeholder not being shown for notes without titles

Features

    Added (default invisible) button to change tags (#104)
    Added search term for notes without tags (#106)
    Show number of selected notes in statusbar (#110)
    Added new command AppToggleVisibility (#111)
    Added option to show only every n-th line number (#107)
    Added option to show hexadecimal line numbers
    Use parallel notes download in first-start-dialog (#100)
    Add new command FocusTitle (#112)
    Add new command FocusTags (#112)
    Auto focus note title when creating a new note (configurable) (#114)
    Move focus to scintilla when pressing enter in note title (#114)
    Add entries to add/remove tags to note context menu (#115)

Tasks

    Update-notification dialog is now screen centered
    Update CSharpUtils support library

Plugins

Plugins included by default:

FilesystemPlugin   v1.2.12
HeadlessPlugin     v1.4.9
NextcloudPlugin    v1.2.12
SimpleNotePlugin   v1.2.9
StandardNotePlugin v1.4.5

[close]

https://github.com/Mikescher/AlephNote
Titel: Black NotePad 1.1.0.35
Beitrag von: SiLæncer am 27 März, 2019, 19:10
(https://s26.postimg.cc/lj0xxiynt/screenshot_1281.png)
Black NotePad was created as an alternative to the Notepad program of Windows operating systems. While retaining the original functions, Black NotePad improves manageability, contains important new functions, and greatly enhances program compatibility in terms of the edited text.

Freeware

Whats new:>>

Digitally signed

https://www.wintools.info/index.php/black-notepad
Titel: ProgramEdit 4.7.9
Beitrag von: SiLæncer am 27 März, 2019, 19:45
(https://s26.postimg.cc/wcabyxqq1/screenshot_58.png)
ProgramEdit - a free Windows® software source-code editor. ProgramEdit includes language support for HTML, Ada, C/C++, C#, CSS, JAVA, JavaScript, Perl, PHP, Python, Ruby, VB, VBScript, Verilog, VHDL and Batch(.bat) files. Other features include tabbed file selection, text highlighting, find & replace, regular expressions, sesssions, bookmarks, multiple undo/redo and hyperlinks.

Freeware

Whats new:>>

- add "All Words" option to the Find dialog
- update Help files

http://simplesolverlogic.com/index.html
Titel: HostsCK 2.2.7.0
Beitrag von: SiLæncer am 28 März, 2019, 04:40
(https://s26.postimg.cc/931bwfpi1/screenshot_343.png)
Seamlessly access and edit Windows' Host file so you manage the list of blocked and allowed websites more efficiently via this application.

Freeware

Changelog

Improved: HostsCK detects Windows Server if restoring an original Hosts.
Fixed: The correct comments font colour is shown in the design settings page.

[close]

http://redisoft.uk/hck/
Titel: EmEditor Free 18.7.2
Beitrag von: SiLæncer am 28 März, 2019, 09:10
Whats new:>>

Fixed a bug where the TAB character was not recognized on Windows 7.

https://www.emeditor.com/text-editor-features/history/emeditor-free/
Titel: CudaText 1.77.2
Beitrag von: SiLæncer am 28 März, 2019, 21:10
(https://s26.postimg.cc/k6wu8qcrt/screenshot_901.png)
Create programming scripts with this powerful tool that supports more than 130 languages and allows users to work concurrently on as many as six groups of projects.

Freeware

Changelog

- fix: critical bug when BkSp/Del/letter pressing reverted by editor
- fix: memory leak with lexer usage

[close]

http://www.uvviewsoft.com/cudatext/
Titel: Atom 1.36.0 Beta 2
Beitrag von: SiLæncer am 29 März, 2019, 12:15
(https://s26.postimg.cc/fmfpqomgp/screenshot_915.png)
A powerful and flexible application that works as a text and source code editor with syntax highlight, or alternately as a file viewer.

MIT License

Changelog

Fixed an issue that caused Atom to open new (duplicate) windows for already-open projects (#18967)
Adjusted the default Jasmine test runner to allow you to activate packages listed in the APM_TEST_PACKAGES environment variable (#18984)

[close]

https://atom.io/
Titel: Zettlr 1.2.2
Beitrag von: SiLæncer am 29 März, 2019, 16:45
(https://s26.postimg.cc/vfll9p4mh/screenshot_956.png)
Write text and conveniently edit it using Markdown with the help of this user-friendly and well-thought-out, Electron based application.

MIT License

Release Notes

GUI and Functionality:

Fixed a bug preventing you from creating Writing Targets.
Allow all unicode characters to be part of a tag.
The Scrollbars are now bigger.
The change between dark and light mode is now much smoother.
Fixed the "Paste as Plain text" command behaviour when CodeMirror is focused.
Dialogs now fit better on smaller screens.
Added icons to the export options HTML, PDF, DOCX, and ODT.

Under the Hood:

Fixed a logical error in a failcheck if there was no writing target assigned to a file previously.
Switched to the Zettlr API for update checks to avoid hitting the GitHub rate limits.

[close]

https://www.zettlr.com/
Titel: Dnote 0.6.0
Beitrag von: SiLæncer am 31 März, 2019, 11:00
(https://s26.postimg.cc/z38h40qwp/screenshot_529.png)
Write technical notes and neatly organize them into books without leaving the command line with the help of this simplistic utility.

MIT License

Whats new:>>

Notes and books are now end-to-end encrypted when synced with the server.
login command now prompts for email and password combination rather than api key.
sync now encrypts the data before sending to the server, and decrypts the data after downloading them.

https://dnote.io/
Titel: RJ TextEd 13.81
Beitrag von: SiLæncer am 31 März, 2019, 19:30
Whats new:>>

Fixed

HTML/CSS preview issue.
Hex view issues with XML files.
Some language string issues.
Minor issues in syntax editor.

http://www.rj-texted.se/
Titel: Notepad++ 7.6.5
Beitrag von: SiLæncer am 01 April, 2019, 09:14
(https://i.postimg.cc/90QrsKpv/screenshot-818.png)
Notepad++ is a tabbed source code editor and Notepad replacement with a customizable interface. It is one of the few few source code editors that supports "folding," allowing users to quickly reduce and expand sections of code to see the overall document. In addition, it features multi-language syntax highlighting, auto-completion, regular expression search/replace, macro recording and playback, etc. The program can access a long list of plug-ins via an easy-to-access menu with even more features and functions.

License: GPL

Changelog

Security enhancement: GPG Signature is provided for Notepad++ release.
Fix a long waiting issue about file auto change detection: enhance „File status Auto-Detection“ to avoid switching editing tab off behaviour.
Fix encoding (language) detection regressions since v7.6.
Fix a regression: double-clicking on a „find all in current document“ result for an unsaved doc prompts to save it.
Added close all unchanged tabs command.
Restore deleted „Launch in browser“ customized shortcuts in EU-FOSSA bounty program by implementing them in more secure way: Add „View Current
Retain read only setting state in session.
Enhancement: after file reload user can still undo.
Fix a bug in command „Remove Consecutive Duplicate Lines“ and make it work with old Macintosh EOL.
Fix UDL language marker bullet position, if UDL Name exceeds 14 characters, extend UDL names to max 64 characters.
Enhance external call code to avoid eventual arbitrary commands execution. (EURO-FOSSA)
Fix crash issue by command „On Selection->Open File“ while the number of selected characters is exceed 2048. (EURO-FOSSA)
Fix crash issue of User Define dialog while deleting a unallocated entry. (EURO-FOSSA)
Fix crash issue on shortcut command while its length exceed 260. (EURO-FOSSA)
Add an enhancement on „Open…“ command to prevent from the eventual crash. (EURO-FOSSA)
Fix stack Buffer Overflow in Command::extractArgs. (EURO-FOSSA)

[close]

https://notepad-plus-plus.org/
Titel: Alternate Text Browser 3.300
Beitrag von: SiLæncer am 01 April, 2019, 13:21
(https://i.postimg.cc/TYy7wJVb/screenshot-1429.png)
This program makes it easy to browse through text- and html-files (also xml), syntax highlighting for serveral programming languages available (C++, Pascal, PHP, Perl, ASM, JScript etc.).

Freeware

Whats new:>>

- Ported to Unicode
- Tools updated

http://www.alternate-tools.com/pages/c_textbrowser.php?lang=ENG
Titel: Dnote 0.6.1
Beitrag von: SiLæncer am 01 April, 2019, 19:15
(https://s26.postimg.cc/z38h40qwp/screenshot_529.png)
Write technical notes and neatly organize them into books without leaving the command line with the help of this simplistic utility.

MIT License

Whats new:>>

Fix a bug where deleted books and notes showed up in the result of view command. #167

https://dnote.io/
Titel: Alternate Text Browser 3.310
Beitrag von: SiLæncer am 02 April, 2019, 12:25
Whats new:>>

- French translation updated
- Error correction for CSV-export
- DPI error correction

http://www.alternate-tools.com/pages/c_textbrowser.php?lang=ENG
Titel: Alternate Textbrowser 3.320
Beitrag von: SiLæncer am 03 April, 2019, 04:40
Whats new:>>

- Japanese translation updated

http://www.alternate-tools.com/pages/c_textbrowser.php?lang=ENG
Titel: MiKTeX 2.9.7031
Beitrag von: SiLæncer am 03 April, 2019, 13:11
(https://i.postimg.cc/KzkJ4d7b/screenshot-1397.png)
MiKTeX (pronounced mick-tech) is an up-to-date implementation of TeX/LaTeX and related programs for Windows (all current variants).

Freeware

http://miktex.org/
Titel: Black NotePad 1.1.1.37
Beitrag von: SiLæncer am 03 April, 2019, 19:45
(https://s26.postimg.cc/lj0xxiynt/screenshot_1281.png)
Black NotePad was created as an alternative to the Notepad program of Windows operating systems. While retaining the original functions, Black NotePad improves manageability, contains important new functions, and greatly enhances program compatibility in terms of the edited text.

Freeware

Whats new:>>

Add: 5px left padding

https://www.wintools.info/index.php/black-notepad
Titel: Notepad++ 7.6.6
Beitrag von: SiLæncer am 04 April, 2019, 05:10
(https://i.postimg.cc/90QrsKpv/screenshot-818.png)
Notepad++ is a tabbed source code editor and Notepad replacement with a customizable interface. It is one of the few few source code editors that supports "folding," allowing users to quickly reduce and expand sections of code to see the overall document. In addition, it features multi-language syntax highlighting, auto-completion, regular expression search/replace, macro recording and playback, etc. The program can access a long list of plug-ins via an easy-to-access menu with even more features and functions.

License: GPL

Whats new:>>

Fix crash issue inserted by adding an enhancement for retaining read only setting state in session.

https://notepad-plus-plus.org/
Titel: BabelEdit 1.9.2
Beitrag von: SiLæncer am 05 April, 2019, 05:15
(https://s26.postimg.cc/7efmb9imh/screenshot_979.png)
A translation editor that can process one or more JSON files at the same time, providing support for both json and namespaced-json formats.

Freeware

Changelog

Simplified download of dictionaries

[close]

https://www.codeandweb.com/babeledit
Titel: VNote 2.4
Beitrag von: SiLæncer am 05 April, 2019, 13:20
(https://s26.postimg.cc/871od8huh/screenshot_1147.png)
Peculiar yet interesting, open source piece of software that sports both Markdown editing capabilities and note management features.

MIT License

Changelog

Bundle qt5ct in Linux for native look support;
Use Return or Enter to confirm selection in macOS (besides Cmd+O);
Support sync note list to current note automatically via config global/sync_note_list_to_current_tab Issue;
Add Ctrl+E N to view and edit current note's information;
Fix Markdown highlighter to handle fenced code block without a leading empty line;
Prompt for restart after changing theme.

[close]

https://tamlok.github.io/vnote/
Titel: Zettlr 1.2.3
Beitrag von: SiLæncer am 05 April, 2019, 16:45
(https://s26.postimg.cc/vfll9p4mh/screenshot_956.png)
Write text and conveniently edit it using Markdown with the help of this user-friendly and well-thought-out, Electron based application.

MIT License

Release Notes

GUI and Functionality:

Restore the "New Directory …" functionality.
Fixed an error when trying to run the app on some Linux distributions.
Added a link to download more translations for the app.

Under the Hood:

Made sure a popup will always be displayed, even if the pivot element cannot be found.
Bump dependencies.
Apply chmod-fix to the Linux distribution (see #134 for more information).

[close]

https://www.zettlr.com/
Titel: QOwnNotes 19.4.1 Build 4221
Beitrag von: SiLæncer am 06 April, 2019, 08:00
(https://s26.postimg.cc/hoi1ahlcp/screenshot_978.png)
QOwnNotes is a text editor / notepad replacement with markdown support and todo list manager. The program supports themes, keyboard shortcuts, syntax highlighting, and encryption. Includes available nested file list, tags, search, and more. Optionally works with the notes application ownCloud or Nextcloud.

Cross-platform with clients available for Mac and Linux.

License:    GPL

Changelog

19.4.1

    added support for listing the note folders and changing the current note folder to the websocket api
    the Web Companion browser extension was updated to version 19.4.0
        you can now change the current note folder in a select box in the toolbar of the bookmarks popup
    added more Slovak, Slovenian, Danish, Hungarian, Dutch, Norwegian, Czech, Greek, Russian, German translation (thank you Fabijenna, mikhail-khokhlov, rakekniven)

19.4.0

    added Romanian, Slovak and Slovenian translation (a big thank you to Fabijenna)
        join us at QOwnNotes on Crowdin to make QOwnNotes available in more languages or help with the current translation
    added a package for Ubuntu 19.04 (Disco Dingo) to the Launchpad build process (for #1169)
    added more Indonesian, Danish translation (thank you zmni, flywheel)

[close]

http://www.qownnotes.org/
Titel: CudaText 1.77.3
Beitrag von: SiLæncer am 07 April, 2019, 09:00
(https://s26.postimg.cc/k6wu8qcrt/screenshot_901.png)
Create programming scripts with this powerful tool that supports more than 130 languages and allows users to work concurrently on as many as six groups of projects.

Freeware

Changelog

+ add: on plugin installation app now skips all hotkeys (from install.inf) which are busy in config
- fix: bugs with "ui_tab_disabled":true

[close]

http://www.uvviewsoft.com/cudatext/
Titel: Pandoc 2.7.2
Beitrag von: SiLæncer am 07 April, 2019, 11:15
Pandoc is a command-line utility that can convert files from one markup format into another.

Pandoc's enhanced version of Markdown includes syntax for footnotes, tables, flexible ordered lists, definition lists, fenced code blocks, superscripts and subscripts, strikeout, metadata blocks, automatic tables of contents, embedded LaTeX math, citations, and Markdown inside HTML block elements. (These enhancements, described further under Pandoc's Markdown, can be disabled using the markdown_strict input or output format.)

License: Open Source

Changelog

Add XWiki writer (#1800, Derek Chen-Becker). Add Text.Pandoc.Writers.XWiki, exporting writeXWiki [API change].

Dokuwiki Reader: parse single curly brace (#5416, Mauro Bieg).

Vimwiki reader: improve handling of internal links (#5414). We no longer append .html to link targets, and we add a title wikilink. This mirrors behavior of other wiki readers. Generally the .html extension is not wanted. It may be important for output to HTML in certain circumstances, but it can always be added using a filter that matches on links with title wikilink.

If your workflow requires the current behavior, here is a lua filter that will add the .html extension:


function Link(el)
  if el.title == 'wikilink' then
    el.target = el.target .. ".html"
  end
  return el
end


ipynb reader:

    Use format ipynb for raw cell where no format given.
    Avoid introducing spurious .0 on integers in metadata.

Markdown reader: fenced div takes priority over setext header.

HTML reader: read data-foo attribute into foo (#5392). The HTML writer adds the data- prefix for HTML5 for nonstandard attributes. But the attributes are represented in the AST without the data- prefix, so we should strip this when reading HTML.

LaTeX reader: Improve autolink detection (#5340).

PowerPoint writer (Jesse Rosenthal):

    Expand builtin reference doc to model all layouts. The previous built-in reference doc had only title and content layouts. Add in a section-header slide and a two-content slide, so users can more easily modify it to build their own templates.
    Always open up in slide view. When editing a template/reference-doc, the user might be in Master view, but when producing a slide show, it is assumed that slide view will be desired.
    Remove handoutsMasterList from template presentation.xml
    Fix numerous errors in templating (#5402). Previously, some templates produced by Office 365 (MacOS) would not render with --reference-doc correctly. We now apply correct shapes for content, and build shape trees correctly.
    Make default placeholder type for template lookup.
    Apply speaker notes to metadata slide if applicable.
    Test for speaker notes after breaking header.
    Correctly handle notes after section-title header. Previously, if notes came after a section-title header (ie, a level-1 header in a slide-level=2 presentation), they would go on the next slide. This keeps them on the slide with the header.
    Internal improvements.

ipynb writer:

    Use format ipynb for raw cell where no format given. According to nbformat docs, this is supposed to render in every format. We don’t do that, but we at least preserve it as a raw block in markdown, so you can round-trip.
    Consolidate adjacent raw blocks. Sometimes pandoc creates two HTML blocks, e.g. one for the open tag and one for a close tag. If these aren’t consolidated, only one will show up in output cell.
    Fixed carry-over of nbformat from metadata.
    Preserve nbformat_minor if it’s given. This helps with round-tripping.

LaTeX writer:

    Avoid inadvertently creating ?or ! ligatures (#5407). These are upside down ? and !, resp.
    Fix footnotes in table caption and cells (#5367). This fixes a bug wherein footnotes appeared in the wrong order, and with duplicate numbers, when in table captions and cells. We now use regular \footnote commands, even in the table caption and the minipages containing cells. Apparently longtable knows how to handle this.

HTML writer: Don’t add data- prefix to RDFa attributes (#5403).

JATS writer: Ensure that plain strings go inside <pub-id> tag (#5397).

Markdown writer:

    Better rendering of numbers (#5398). If the number is integral, we render it as an integral not a float.
    Proper rendering of empty map in YAML metadata (#5398). Should be {}, not empty string.
    Properly escape attributes in Markdown writer (#5369).
    Be sure implicit figures work in list contexts (#5368). Previously they would sometimes not work: e.g., when they occured in final paragraphs in lists that were originally parsed as Plain and converted later using PlainToPara.

Docx writer: Use w:br without attributes for line breaks (#5377). We previously added the attribute type="textWrapping", but this causes problems on Word Online.

LaTeX template (Andrew Dunning):

    Ensure correct heading/table order (#5365). Improve workaround (#1658) for tables following headings. The new solution works whether or not the indent variable is enabled.
    Remove subparagraph variable. The default is now to use run-in style for level 4 and 5 headings (\paragraph and \subparagraph). To get the previous default behavior (where these were formatted as blocks, like \subsubsection), set the block-headings variable.
    Add pandoc to PDF metadata (#5388).
    Group graphics-related code (#5389).
    Move \setstretch after front matter (#5179). Ensures that \maketitle, \tableofcontents, and so forth are not affected by changes to line spacing.

Update data/jats.csl to avoid commas between name-part elements (#5397).

Add support for golang (go) with --listings (#5427).

Text.Pandoc.Shared - improve metaToJSON behavior with numbers. We now do a better job marshalling numbers from MetaString or MetaInlines into JSON Number.

Text.Pandoc.Writers.Shared: metaValueToJSON: use Number Values for integers. Pandoc’s MetaValue doesn’t have a distinguished number type, so numbers are put in MetaStrings. If the MetaString consists entirely of digits, we convert it to a Number. We should probably consider adding a MetaNumber constructor to MetaValue, for better round-tripping with JSON etc. This change aids round-tripping in ipynb metadata fields, like toc_depth.

Text.Pandoc.Class: fetchItem: don’t treat UNC paths as protocol-relative URLs (#5127). These are paths beginning //?/UNC/....

Text.Pandoc.ImageSize: Improve pdfSize so it handles a wider range of PDFs (#4322, with help from Richard Davis).

Text.Pandoc.Pretty: avoid stack overflow by using strict sum (#5401).

Fix harmless error in file-scope code (#5422).

MANUAL.txt:

    Improve ‘header’ and ‘heading’ usage (#5423, Andrew Dunning). The term ‘header’ was being used where ‘heading’ is more appropriate.
    Add paragraph on options affecting markdown in ipynb.

stack.yaml - remove -Wmissing-home-modules This seems to cause problems with stack ghci. Remove RTS options.

Add ghc-options to cabal.project.

appveyor.yml - use ghc 8.6.4. Fixes segfault issues on Windows (#5037).

linux build process: Remove clone of pandoc-citeproc (#5366). It wasn’t being used; cabal.project specifies the version to use.

[close]

https://github.com/jgm
Titel: CudaText 1.78.0.0
Beitrag von: SiLæncer am 07 April, 2019, 21:00
Changelog

+ add: API for EditorConfig plugin
+ add: show tooltip over UI tabs with filenames (instead of showing filenames in statusbar)
+ add: plugin Sort: added command "Remove duplicate lines, but keep blanks"
+ add: option "newdoc_ends" allows value for CR endings
+ add: on plugin installation app now skips all hotkeys (from install.inf) which are busy in config
* change: removed command "toggle menu bar"
- fix: CSS auto-completion bugs
- fix: option "saving_force_final_eol" behaviour
- fix: Windows: on rare PCs app hangs with hidden main menu
- fix: on switching tabs, word-wrap state was reset (with lexer-specific cfg)

[close]

http://www.uvviewsoft.com/cudatext/
Titel: LPub3D 2.3.8.0.1210
Beitrag von: SiLæncer am 08 April, 2019, 13:05
(https://i.postimg.cc/kMx9GxDB/screenshot_664.png)
LPub3D is an Open Source WYSIWYG editing application for creating LEGO style digital building instructions.

LPub3D uses the LDraw parts library, the most comprehensive library of digital Open Source LEGO bricks available and reads the LDraw LDR and MPD model file formats.

License: Open Source

Release Notes

New feature - Continuous page processing - GitHub ticket #76
New feature - Go Dark - Add dark theme - GitHub ticket #73
New feature - "Native" renderer based on 3DViewer (LeoCAD library) - GitHub ticket #71
New feature - "Native" POV file generation based on LDView library - GitHub ticket #77
New feature - Multi-segment page, divider and callout pointers - GitHub ticket #67
New feature - "True" part fade and part highlight - GitHub ticket #47
New feature - UI dialogue to set sub-model level color - GitHub ticket #69
New feature - Scene horizontal and vertical ruler and axis guides - GitHub ticket #68
New feature - Console commands - GitHub ticket #12
Enhancement - Default assembly orientation angles to Assembly Setup - GitHub ticket #72
Enhancement - Headless mode on Linux, macOS and Windows Platforms - GitHub ticket #56
Enhancement - Improved ROTSTEP entry from 3DViewer pane
Enhancement - Keyboard shortcuts for Edit commands - GitHub ticket #63 Enhancement - Respect relative and absolute paths for inserted images - GitHub ticket #61 Enhancement - Rotate Icon resize - GitHub ticket #66 Enhancement - Set renderer from project setup menu - GitHub ticket #70 Enhancement - Use an image for Rotate Icon - GitHub ticket #6262)
Change - Move LPub3D.ini file to application location for Windows portable distros - GitHub ticket #75 Change - Update 3DViewer to LeoCAD 18.2 commit 15d5e89
Bug - Go To page function broken - GitHub ticket #55 Bug -
Insert text on a sub-model insertion page gets placed in the sub-model instead of the parent model - GitHub ticket #53
Bug - Mixed-page orientation incorrect - GitHub ticket #59 Issue -
Abnormal program end on malformed CALLOUT - GitHub ticket #74 Issue - Automatically add assembled image of multi-occurrence sub-model to parent page - GitHub ticket #65, description
Issue - Landscape page orientation for .pdf export not working - GitHub ticket #58, cannot reproduce
Issue - LDView Multiple files single call rendering slow - GitHub ticket #54 Issue - LDView on macOS not loading - missing libraries - GitHub ticket #57 Issue - LPub3D renders very slow on Windows - GitHub ticket #60, duplicate

[close]

https://sourceforge.net/projects/lpub3d/?source=directory
Titel: CodeLobster PHP Edition 5.15
Beitrag von: SiLæncer am 08 April, 2019, 13:40
(http://images.six.betanews.com/screenshots/1186155456-1.gif)
CodeLobster PHP Edition is a handy and easy-in-use editor that is primarily intended for quick and easy creation and editing of PHP files. It includes debugger, dynamic help, built-in parser, autocomplete and Class View window for comfortable work with PHP code. CodeLobster PHP Edition also supports such file formats as Text, HTML, XML.

Freeware (Free registration by email is required after 30 days)

Changelog

New version has the following new features:

Improved PHP autocomplete
JSDoc support
EmberJS plug-in
VueJS plug-in
All plug-ins are updated to support latest versions

[close]

http://www.codelobster.com/
Titel: MadEdit-Mod 0.4.16
Beitrag von: SiLæncer am 08 April, 2019, 18:15
(https://i.postimg.cc/hjwJPSBJ/screenshot-890.png)
MadEdit-Mod is a fork of MadEdit, a comprehensive text and hex editor available on multiple platforms. This tool was developed as a means of picking up where MadEdit left off, retaining the original features and adding new ones to improve the user experience.

License: GPLv3

Changelog

1.New: Change foreground and backgroud colour for all the text controls in main frame
2.New: Lock toolbar position [#275]
3.New: Ignore warning for undo saved changes [#280]
4.New: Override View Mode while opening files(it's only for the newly opened and enforces the opened ones) [#278]
5.New: Config entry for active line marker width [#276]
6.New: Multiple words can be highlighted at the same time [#281]
7.Fix: wxAuiNotebook don't show selected tab automatically if it's beyond the view boundary
8.Fix: With BOM for UTF8 in New Document settings was ignored [#275]
9.Fix: Saving the default encoding setting when choosing one from the drop down list [#275]
10.Fix: Mouse event issue in handling file changed externally
11.Fix: Rollback the change of active line marker width [#276]
12.Fix: MadPython script recording bug(SelectAll, Cut)
13.Fix: Don't add "SetSelection" before SelectXXX
14.Update wxWidgets to 3.1.2 15.Update python to 2.7.16
16.Update Greek translation(https://github.com/nikoss)
17.Update Chinese translations(ZhTw2013)

[close]

https://sourceforge.net/projects/madedit-mod/
Titel: QText 4.50.7037.38530
Beitrag von: SiLæncer am 09 April, 2019, 12:12
(https://www.jmedved.com/content/media/qtext400.png)
This program started with itch of mine. I often have need to take notes while talking on telephone, surfing or doing almost anything. That notes are usually just temporary since I want to do something with it – like adding telephone number to my phonebook. What I needed was scrap paper.

It is similar to notepad which can be brought from tray when needed but has also auto-save thing going on. Just ideal for taking notes.

Freeware

Whats new: >>

Copy works for non-unicode applications.
Fixed wrong cut/copy state on a new tab.
Fixed text pasting when in unrestricted clipboard mode.
Added advanced options.

http://www.jmedved.com/qtext/
Titel: Dnote 0.6.2
Beitrag von: SiLæncer am 09 April, 2019, 12:21
(https://s26.postimg.cc/z38h40qwp/screenshot_529.png)
Write technical notes and neatly organize them into books without leaving the command line with the help of this simplistic utility.

MIT License

Whats new:>>

Fix a bug where added_on is set to incorrect value after sync

https://dnote.io/
Titel: Black NotePad 1.1.2.38
Beitrag von: SiLæncer am 09 April, 2019, 21:37
(https://s26.postimg.cc/lj0xxiynt/screenshot_1281.png)
Black NotePad was created as an alternative to the Notepad program of Windows operating systems. While retaining the original functions, Black NotePad improves manageability, contains important new functions, and greatly enhances program compatibility in terms of the edited text.

Freeware

Whats new:>>

Add: Left Padding context menu
Add: Search Text menu

https://www.wintools.info/index.php/black-notepad
Titel: PilotEdit Lite 12.6.0
Beitrag von: SiLæncer am 10 April, 2019, 04:30
(http://www.pilotedit.com/images/OpenInQuickMode.PNG)
PilotEdit is a text, hex, XML, C/C++, HTML, PHP, Java, Javascript and Perl editor that can edit large files of 400GB (40 billion lines).

It offers customizable syntax and keyword highlighting, advanced search and replace operations, automatic text encoding, 256-bit AES encryption/decryption and a built-in FTP/SFTP client lets you open, edit, download and upload large files directly to/from a FTP/SFTP server.

In addition to standard text editing features, PilotEdit can compare and merge two large files of 100GB (10 billion lines). You can also sort, find/remove duplicate lines and extract strings over a large file of 1GB.

Freemium

Whats new:>>

PilotEdit 12.6.0 provides the ability to set private options for a file type.

http://www.pilotedit.com/
Titel: QOwnNotes 19.4.2 Build 4228
Beitrag von: SiLæncer am 10 April, 2019, 20:00
(https://s26.postimg.cc/hoi1ahlcp/screenshot_978.png)
QOwnNotes is a text editor / notepad replacement with markdown support and todo list manager. The program supports themes, keyboard shortcuts, syntax highlighting, and encryption. Includes available nested file list, tags, search, and more. Optionally works with the notes application ownCloud or Nextcloud.

Cross-platform with clients available for Mac and Linux.

License:    GPL

Changelog

for Linux there there now is a setting in the Interface settings to enforce the system icon theme in case your desktop environment doesn't report the icon theme correctly (for #1177)

    KDE currently seems to have this problem on Qt 5.12
    in addition if built on Qt 5.12 or newer there now also will be tried to check if there is a fallback icon theme in case there is no icon theme reported

checksum generation improvement for the AUR (for #1175)
added more German, Russian, Catalan, Brazilian Portuguese, Dutch, Italian, Slovak, Slovenian, Danish, Hungarian, Norwegian, Czech, Greek, Spanish translation (thank you MGuerra, mlimacarlos, vistausss, tiwi90, Fabijenna, richarson, pu.sash)

[close]

http://www.qownnotes.org/
Titel: EmEditor Free 18.8.0 Beta 1
Beitrag von: SiLæncer am 11 April, 2019, 05:30
(https://s26.postimg.cc/pbg87i3s9/screenshot_1195.png)
EmEditor is a lightning-fast, tabbed text editor with themes, syntax highlighting, stay-on-top, and customizable keyboard mapping. The program supports batch find-and-replace, regular expressions, and more.

The program beat a variety of other text editors in tests performed by TPFC user TP109. Additional features are available via a non-free version.

Free for personal use

Changelog

Improved the speed of opening very large files, find/replace, the Uppercase, Lowercase, and Capitalize commands.
Added the Prompt if a Unicode (UTF-16) file size is an odd number in bytes check box to the File page of the Customize dialog box.
Added the Ignore the last character in the selection on the Insert/Remove Newline Characters commands check box to the Edit page of the Customize dialog box.
Fixed various bugs reported by customers.

[close]

https://www.emeditor.com/text-editor-features/history/emeditor-free/
Titel: BabelEdit 2.0.0
Beitrag von: SiLæncer am 11 April, 2019, 19:30
(https://s26.postimg.cc/7efmb9imh/screenshot_979.png)
A translation editor that can process one or more JSON files at the same time, providing support for both json and namespaced-json formats.

Freeware

Changelog

Features:

Filter by language
Display translation statistics
Support import of new translation IDs
Better parameter and html handling in pre-translate and suggestions

Fixes:

Drag & drop does not block explorer anymore

[close]

https://www.codeandweb.com/babeledit
Titel: Atom 1.36.0 Final
Beitrag von: SiLæncer am 11 April, 2019, 21:00
(https://s26.postimg.cc/fmfpqomgp/screenshot_915.png)
A powerful and flexible application that works as a text and source code editor with syntax highlight, or alternately as a file viewer.

MIT License

Changelog

When only a file is specified, don't open and index the parent directory.
Fixes for Windows and macOS auto-update behavior.
"File -> Open" works when no windows are open on macOS. (@karevn)
When using the default Jasmine test runner, a temporary directory is used for ATOM_HOME so that other packages can't interfere with unrelated tests. Set APM_TEST_PACKAGES to explicitly depend on tests.
bookmarks: Select to the only bookmark when using "select to next/previous bookmark" commands, even if it's in the other direction. (@alefragnani)
find-and-replace: TextEditors outside of the current project are not watched with Project Find which prevents them from "popping in" to the search results if you edit them to contain a match. (@anderoonies)
find-and-replace: Pane items may implement getEmbeddedTextEditors() or observeEmbeddedTextEditor to allow find-and-replace to search within internal TextEditors.
github: Pull request review comments are included in the "Files Changed" tab of a pull request detail item.
github: git's core.commentChar setting is respected during commit message preprocessing.
github: Large diffs are collapsed by default, and any file patch within a commit preview or commit detail item can be collapsed and expanded.
tabs: Tabs are removed correctly when they've been dropped on another window. (@50Wliu)
wrap-guide: Multiple wrap guide lines are now supported. (@lexicalunit)
language-coffee-script: Support JSX tags. (@cuberoot)
language-html: Use the GraphQL grammar to highlight embedded GraphQL script. Note that users will need to install the community GraphQL language package for highlighting to work properly. (@Ingramz)
language-javascript: Allow tagged template injections to accept function parameters.
language-javascript: Understand CSS, GraphQL, and SQL template literal tags. (@bennypowers)
language-ruby: Correct syntax highlighting issues for floats and some integer types.

[close]

https://atom.io/
Titel: Atom v1.37.0 Beta 0
Beitrag von: SiLæncer am 12 April, 2019, 05:00
Changelog

Fix "File -> Reopen Project" when there are no open windows on macOS.
Authenticate and encrypt communications over the activation pipe used by the Atom main process. As a consequence, the --socket-path CLI argument has also been removed.
An asynchronous implementation of GitRepositoryProvider.repositoryForDirectory is available. (@lgeiger)
Jasmine spec functions automatically support async bodies without needing to write a helper.
fuzzy-finder: Add option to use ripgrep for crawling the list of files for a huge performance boost on large repositories 🚀
github: Read and navigate among pull request review comments in a reviews dock.
keybinding-resolver: Move the resolver into a dock to fix a number of longstanding usability issues. (@50Wliu)
settings-view: Enum configuration options may be displayed as radio buttons by setting radio: true. (@marnen)
welcome: Update the wording of the metrics consent to be a bit friendlier.
language-clojure: Improve handling of non-ASCII letters in keywords, symbols, and elsewhere. (@PEZ)
language-python: Support "python2" and "python3" shebang lines in the tree-sitter grammar. (@caleb531)
language-ruby: Recognize next as a keyword. (@willcosgrove)
language-toml: Support multiple key/value pairs on a single line. (@caleb531)

[close]

https://atom.io/
Titel: EmEditor Free 18.8.0 Beta 2
Beitrag von: SiLæncer am 12 April, 2019, 05:20
Whats new:>>

Fixed the issue where some shortcuts didn’t work or EmEditor could behave slower.

https://www.emeditor.com/text-editor-features/history/emeditor-free/
Titel: Torrent File Editor 0.3.14
Beitrag von: SiLæncer am 12 April, 2019, 06:10
(https://s26.postimg.cc/ocurkxi15/screenshot_325.png)
Create torrent files from scratch on your computer by configuring a few parameters and choosing the files you want to be contained within it.

License: GPLv3

https://sourceforge.net/projects/torrent-file-editor/
Titel: Emacs 26.2
Beitrag von: SiLæncer am 13 April, 2019, 10:20
(https://s26.postimg.cc/6d8b38i6h/screenshot_80.png)
Erweiterbarer Texteditor, der sich vom Benutzer anpassen lässt; erleichtert das Schreiben von Quelltext durch Syntax-Hervorhebung, enthält eine Hilfe und unterstützt mehrere Sprachen.

Lizenz: Open Source

Changelog

Emacs modules can now be built outside of the Emacs tree source.
Emacs is now compliant with the latest version 11.0 of the Unicode Standard.
In Dired, the 'Z' command on a directory name compresses all of its files.

[close]

http://www.gnu.org/software/emacs/
Titel: CudaText 1.78.5.0
Beitrag von: SiLæncer am 15 April, 2019, 13:15
(https://s26.postimg.cc/k6wu8qcrt/screenshot_901.png)
Create programming scripts with this powerful tool that supports more than 130 languages and allows users to work concurrently on as many as six groups of projects.

Freeware

Changelog

add: improve behaviour of option "auto_close_brackets":true, now it works with multi-selections too (brackets surround multi-selections)
add: on mouse selection, editor draws dotted frame to show mouse rectangle
add: option "show_mouse_sel_frame"
add: toolbar button "Options Editor" (calls Options Editor plugin dialog)
add: toolbar theme icon "opt.png"
add: command "selection: remove first caret"
add: command "selection: remove last caret"
change: changed command name "expand selection to word" to more concrete "add next occurrence of selected word"
fix: crash with plugin Config Menu and changed translation
fix: bug in lexer engine for Unicode, which caused wrong tokenizing of Unicode names in Clojure lexer
fix: Linux: must not set dialogs (e.g. Command Palette) border-style to "none", this causes dialog to have "system always on top" style

[close]

http://www.uvviewsoft.com/cudatext/
Titel: Mobirise 4.9.7
Beitrag von: SiLæncer am 16 April, 2019, 05:10
(https://s26.postimg.cc/g54gep109/screenshot_3.png)
Develop fully responsive, mobile-ready websites that look amazing on any devices and browsers. Preview how your website will appear on phones, tablets and desktops directly in the visual editor..

Freeware

Changelog

Extensions Social Feed, SoundCloud, Facebook Comments supported in AMP themes
Online Image Library now saves the last active tab
All themes are updated: small fixes and new FormBuilder extension support
Form Builder Extension
Use the drag-n-drop builder to draw up the form you want
Create forms with complex layout, set the width of form fields
Add your own labels, placeholders, default values, and input patterns
Use the built-in Mobirise solution to receive submissions or use your own Action URL

[close]

https://mobirise.com/
Titel: DocPad 23.0
Beitrag von: SiLæncer am 16 April, 2019, 09:06
(http://images.six.betanews.com/screenshots/scaled/1238008675-1.jpg)
Erweiterter Text-Editor als Alternative zu Notepad; bietet unter anderem eine Rechtschreibprüfung, eine anpassbare Toolbar sowie die Möglichkeit, Makros zu verwenden.

Freeware

Changelog

DocPad now uses a Tabbed Document Interface. It can have multiple files open for editing at the same time. Each opened file appears as a tab below the toolbar.
Most windows now calculate their width as a factor of the interface font size. Previously they were a factor of the screen size. This ensures that windows are the optimal size, even when the font is very small or very large relative to the screen.
Calculator: added the "Convert Units" tool.
The operating system's mouse wheel scrolling speed is now obeyed.
Welcome: if the file cannot be opened, the error window now has a "Remove" button that will remove the file from the Recent Documents list.
Clipboard Inspector: numerous improvements.
The "New Document Type" setting now defaults to UTF-8.
Welcome: if the Recent Documents list has two files with the same filename, now both of them will be listed by their full filepath.
Welcome: Delete File: the file is now moved to the Recycle Bin.
Holding down the Ctrl key while clicking on a scrollbar arrow will now scroll all the way.
Added support for mouse tilt wheel.
Spell Check: when Word Wrap is disabled, this will now horizontally scroll the whole misspelled word into view.
Fixed: after changing the Document Type, then using the Undo tool, the status bar was not showing the undone Document Type.
Fixed: Help: Print: some hyperlinks were not followed by the page number.
Fixed: possible crash when right clicking on an editbox.
Fixed: Check For Update: when installed to a portable drive, installing an update was installing to the hard drive rather than the portable drive.

[close]

http://www.gammadyne.com/docpad.htm
Titel: EmEditor Free 18.8.0 Beta 4
Beitrag von: SiLæncer am 16 April, 2019, 13:10
(https://s26.postimg.cc/pbg87i3s9/screenshot_1195.png)
EmEditor is a lightning-fast, tabbed text editor with themes, syntax highlighting, stay-on-top, and customizable keyboard mapping. The program supports batch find-and-replace, regular expressions, and more.

The program beat a variety of other text editors in tests performed by TPFC user TP109. Additional features are available via a non-free version.

Free for personal use

Changelog

Fixed a bug in v18.7.93 (beta 3) regarding Uppercase/Lowercase/Half-width/Full-width/Replace All on very large files.

[close]

https://www.emeditor.com/text-editor-features/history/emeditor-free/
Titel: Scite 4.1.5
Beitrag von: SiLæncer am 17 April, 2019, 06:10
(https://s26.postimg.cc/fbkgceeux/screenshot_1241.png)
Editor mit Syntax-Highlighting, Auto-Completion, Folding und vielem mehr...

Lizenz: Open Source

Whats new:>>

Version 4.1.5 changes clipboard operations on GTK to avoid flickering.

http://www.scintilla.org/SciTE.html
Titel: LPub3D 2.3.9.0.1228
Beitrag von: SiLæncer am 18 April, 2019, 16:15
(https://i.postimg.cc/kMx9GxDB/screenshot_664.png)
LPub3D is an Open Source WYSIWYG editing application for creating LEGO style digital building instructions.

LPub3D uses the LDraw parts library, the most comprehensive library of digital Open Source LEGO bricks available and reads the LDraw LDR and MPD model file formats.

License: Open Source

Release Notes

Features, enhancements, fixes and changes
------------

Starting with LPub3D version 2.3.0, the README notes will present a short overview of the update (these paragraphs) along with the significant features, enhancements, fixes and changes as links to their respective LPub3D GitHub tickets. While this instance of the README will continue to be updated you should consult the hyperlinked version.

LPub3D 2.3.0 presents a few significant new features. Notably "True" fade, multi-segment pointers, console commands with headless operations, and, my favourite, continuous page processing - simply click and have a brew while LPub3D does the repetitive work of cycling through your model file.
Significant user interface enhancements include "Dark Mode" for the Night Owls, rulers and guides, and additional 3DViewer panes presenting properties and time-line. In addition to the existing menu button, the property pane also offer x,y,z dialogues to enter your ROTSTEP matrix. Enjoy, Cheers.

New feature - Continuous page processing - GitHub ticket #76
New feature - Go Dark - Add dark theme - GitHub ticket #73
New feature - "Native" renderer based on 3DViewer (LeoCAD library) - GitHub ticket #71
New feature - "Native" POV file generation based on LDView library - GitHub ticket #77
New feature - Multi-segment page, divider and callout pointers - GitHub ticket #67
New feature - "True" part fade and part highlight - GitHub ticket #47
New feature - UI dialogue to set sub-model level color - GitHub ticket #69
New feature - Scene horizontal and vertical ruler and axis guides - GitHub ticket #68
New feature - Console commands - GitHub ticket #12
Enhancement - Default assembly orientation angles to Assembly Setup - GitHub ticket #72
Enhancement - Headless mode on Linux, macOS and Windows Platforms - GitHub ticket #56
Enhancement - Improved ROTSTEP entry from 3DViewer pane - GitHub ticket #- GitHub ticket #78
Enhancement - Keyboard shortcuts for Edit commands - GitHub ticket #63
Enhancement - Respect relative and absolute paths for inserted images - GitHub ticket #61
Enhancement - Rotate Icon resize - GitHub ticket #66
Enhancement - Set renderer from project setup menu - GitHub ticket #70
Enhancement - Use an image for Rotate Icon - GitHub ticket #6262)
Change - Move LPub3D.ini file to application location for Windows portable distros - GitHub ticket #75
Change - Update 3DViewer to LeoCAD 18.2 commit 15d5e89
Bug - Go To page function broken - GitHub ticket #55
Bug - Insert text on a sub-model insertion page gets placed in the sub-model instead of the parent model - GitHub ticket #53
Bug - Mixed-page orientation incorrect - GitHub ticket #59
Issue - Abnormal program end on malformed CALLOUT - GitHub ticket #74
Issue - Automatically add assembled image of multi-occurrence sub-model to parent page - GitHub ticket #65, description
Issue - Landscape page orientation for .pdf export not working - GitHub ticket #58, cannot reproduce
Issue - LDView Multiple files single call rendering slow - GitHub ticket #54
Issue - LDView on macOS not loading - missing libraries - GitHub ticket #57
Issue - LPub3D renders very slow on Windows - GitHub ticket #60, duplicate

[close]

https://sourceforge.net/projects/lpub3d/?source=directory
Titel: Typora 0.9.69 Beta
Beitrag von: SiLæncer am 18 April, 2019, 21:30
(https://s26.postimg.cc/6a6bupdop/screenshot_1181.png)
Swiftly write, edit, format and convert text to HTML with the help of this modern looking, streamlined and novice-accessible piece of software.

Freeware

Changelog

Fix security bug on export and editing.
Add ASN.1 syntax highlight support.
Fix no default theme is loaded on first launch.
Improve copy and paste logic.
Improve search function, now search will not ignore whitespace.
Add error message for flowchart when rendering failed.
Fix image operations, support "align" attribute for "img" tag.
Fix emoji auto complete.
Fix bug that math not rendered on open sometimes, fix cursor issues relates to inline math.
Other bug fix.

[close]

http://www.typora.io/
Titel: QOwnNotes 19.4.3
Beitrag von: SiLæncer am 19 April, 2019, 21:30
(https://s26.postimg.cc/hoi1ahlcp/screenshot_978.png)
QOwnNotes is a text editor / notepad replacement with markdown support and todo list manager. The program supports themes, keyboard shortcuts, syntax highlighting, and encryption. Includes available nested file list, tags, search, and more. Optionally works with the notes application ownCloud or Nextcloud.

Cross-platform with clients available for Mac and Linux.

License:    GPL

Changelog

you can now reorder your note folders in the Note folders settings via drag and drop (for #1181)
the Windows version of QOwnNotes is now built with Qt 5.12.2 (for AppVeyor #2871)
more checksum generation improvements for the AUR (for #1175)
added more Romanian, Slovenian, Slovak, Dutch, Hungarian, Indonesian, Brazilian Portuguese, Italian, German, Russian translation (thank you Fabijenna, zmni, mlimacarlos, mlocati, rakekniven, mikhail-khokhlov)

[close]

http://www.qownnotes.org/
Titel: QText 4.51
Beitrag von: SiLæncer am 20 April, 2019, 10:15
(https://www.jmedved.com/content/media/qtext400.png)
This program started with itch of mine. I often have need to take notes while talking on telephone, surfing or doing almost anything. That notes are usually just temporary since I want to do something with it – like adding telephone number to my phonebook. What I needed was scrap paper.

It is similar to notepad which can be brought from tray when needed but has also auto-save thing going on. Just ideal for taking notes.

Freeware

Whats new: >>

Not enumerating files/directories with system+hidden file attribute.

http://www.jmedved.com/qtext/
Titel: Typora 0.9.70 Beta
Beitrag von: SiLæncer am 20 April, 2019, 20:30
Whats new:>>

Fix wrong cursor position calculation logic on lines contain emoji.
Fix quote auto pair issue.

http://www.typora.io/
Titel: GrafX Website Studio v5.1.70
Beitrag von: SiLæncer am 21 April, 2019, 10:30
(https://i.postimg.cc/d0bdbd3x/screenshot_696.png)
GrafX Website Studio is a complex yet user-friendly software solution created to offer you the means of building your own website, customizing its appearance to fully meet your every need.

Freeware

http://www.xigraffix.com/
Titel: Alternate Text Browser 3.330
Beitrag von: SiLæncer am 22 April, 2019, 10:45
(https://i.postimg.cc/TYy7wJVb/screenshot-1429.png)
This program makes it easy to browse through text- and html-files (also xml), syntax highlighting for serveral programming languages available (C++, Pascal, PHP, Perl, ASM, JScript etc.).

Freeware

Whats new:>>

- Error correction for reloading files

http://www.alternate-tools.com/pages/c_textbrowser.php?lang=ENG
Titel: CudaText 1.79.0.0
Beitrag von: SiLæncer am 22 April, 2019, 16:00
(https://s26.postimg.cc/k6wu8qcrt/screenshot_901.png)
Create programming scripts with this powerful tool that supports more than 130 languages and allows users to work concurrently on as many as six groups of projects.

Freeware

Changelog

add: option "zebra"
add: API
add: lexers C/C++: improved rules for float/int/hex numbers
fix: few bugs with vertical sync-scrolling in Differ plugin
fix: scrollbars did scroll by 1 pixel on clicking arrows, must scroll faster by char size
fix: bug with wrong caret pos after pasting multiline block on empty line

[close]

http://www.uvviewsoft.com/cudatext/
Titel: SSuite Writer's D'Lite 2.8.4.4
Beitrag von: SiLæncer am 22 April, 2019, 18:10
(https://i.postimg.cc/d0Kw3qBN/screenshot-1501.png)
This writer's tool has just enough functionality to start you on writing that important novel, short-story or article, without any bells and whistles to distract you.

Get writing from the first moment you start the application. It has all the important functions and text formatting needed to get you busy.

It also has custom page settings for easier viewing of your document. Keep the cursor at eye level for best focus and writing. Conforms to a full page size for best viewing of script.

Freeware

https://www.ssuiteoffice.com/software/ssuitewritersdelight.htm
Titel: EmEditor Free 18.8.0 Beta 5
Beitrag von: SiLæncer am 23 April, 2019, 10:20
Whats new:>>

Fixed an issue where EmEditor could crash when Undo is used several times after Batch Replace.

https://www.emeditor.com/text-editor-features/history/emeditor-free/
Titel: ProgramEdit 4.8
Beitrag von: SiLæncer am 23 April, 2019, 10:45
(https://s26.postimg.cc/wcabyxqq1/screenshot_58.png)
ProgramEdit - a free Windows® software source-code editor. ProgramEdit includes language support for HTML, Ada, C/C++, C#, CSS, JAVA, JavaScript, Perl, PHP, Python, Ruby, VB, VBScript, Verilog, VHDL and Batch(.bat) files. Other features include tabbed file selection, text highlighting, find & replace, regular expressions, sesssions, bookmarks, multiple undo/redo and hyperlinks.

Freeware

Whats new:>>

Add "All Words" option to File Find
Update Search Help

http://simplesolverlogic.com/index.html
Titel: QOwnNotes 19.4.4 Build 4253
Beitrag von: SiLæncer am 23 April, 2019, 11:30
(https://s26.postimg.cc/hoi1ahlcp/screenshot_978.png)
QOwnNotes is a text editor / notepad replacement with markdown support and todo list manager. The program supports themes, keyboard shortcuts, syntax highlighting, and encryption. Includes available nested file list, tags, search, and more. Optionally works with the notes application ownCloud or Nextcloud.

Cross-platform with clients available for Mac and Linux.

License:    GPL

Changelog

Fixed renaming issue on case-insensitive file-systems (for #1190)
An other attempt to build the Windows version of QOwnNotes with Qt 5.12.2 (for AppVeyor #2871)
Added more Spanish translation (thank you richarson)

[close]

http://www.qownnotes.org/
Titel: Alternate Text Browser 3.340
Beitrag von: SiLæncer am 23 April, 2019, 13:15
(https://i.postimg.cc/TYy7wJVb/screenshot-1429.png)
This program makes it easy to browse through text- and html-files (also xml), syntax highlighting for serveral programming languages available (C++, Pascal, PHP, Perl, ASM, JScript etc.).

Freeware

Whats new:>>

Memo 2.950 added
Bugfix for font settings
Installation bugfix

http://www.alternate-tools.com/pages/c_textbrowser.php?lang=ENG
Titel: HelpNDoc Personal Edition 6.1.0 Build 206
Beitrag von: SiLæncer am 23 April, 2019, 20:00
(https://s26.postimg.cc/n8qdqw1ix/screenshot_994.png)
HelpNDoc provides all the tools necessary to write complete help files, manuals and documentations in a user friendly and very easy to use environment. HelpNDoc can generate standard Windows CHM help files, WEB based documentation, iPhone specific websites as well as printable PDF and Word documents.

HelpNDoc is completely free for personal use and evaluation purposes.

Changelog

Define default topic properties in the project options, and new topics are automatically created using those properties
HTML code library items can now be external and therefore loaded from disk at generation time
It is now possible to export all the items contained in a library item folder to disk
Added script to bulk edit the status of all topics in the currently opened documentation project
Qt's assistant.exe program is now run to show the generated Qt Help file when clicking "Open file" after generation is complete
Updated all spelling dictionaries to their latest versions
It wasn't possible to edit the Spanish name and description of variables in the template editor
For English spell checkers, the live spell checker will now treat straight and curly apostrophes similarly: both "don't" and "don't" will be treated as correct
Topics without content were showing "not found" errors for Qt Help files
Optimized HTML generation which should generally result in fastest build times
Word / RTF documents import or paste could produce an exception
In rare conditions, generated Word DocX files could be corrupted
In CHM help files, links to files didn't show the "hand" cursor
HelpNDoc is not tested on Windows Vista anymore: Microsoft dropped support for Windows Vista on April, 2017

[close]

http://www.helpndoc.com/
Titel: QOwnNotes 19.4.5 Build 4259
Beitrag von: SiLæncer am 23 April, 2019, 21:00
Whats new:>>

you now will get a warning dialog if your git client couldn't be executed when a git command is issued (for #1192)

    you will be able to turn off that dialog

more checksum generation improvements for the AUR and added checksum support to the build processes of Launchpad Snap, Slackware and Gentoo (for #1175)
added more German translation

http://www.qownnotes.org/
Titel: EmEditor Free 18.8.0 Final
Beitrag von: SiLæncer am 23 April, 2019, 21:30
(https://s26.postimg.cc/pbg87i3s9/screenshot_1195.png)
EmEditor is a lightning-fast, tabbed text editor with themes, syntax highlighting, stay-on-top, and customizable keyboard mapping. The program supports batch find-and-replace, regular expressions, and more.

The program beat a variety of other text editors in tests performed by TPFC user TP109. Additional features are available via a non-free version.

Free for personal use

Changelog

New General Features

    Greatly improved the speed of opening very large files, Find/Replace/Filter, the Uppercase, Lowercase, Capitalize, Full-width, and Half-width commands using multi-threaded code and the AVX-2 instruction set found in recent CPUs.
    Greatly improved the speed especially when the opened document contains very long lines.

    The new version allows you to press CTRL + SHIFT + V several times consecutively in all text boxes in dialog boxes to paste previously copied text in the Clipboard history of the editor.
    Updated the IPTip.jsee macro to support new GeoLite2 CSV format. This macro is used to show the country name as a tooltip when the mouse hovers on IP v4 addresses if IP v4 active strings are enabled.
    Changed the default keyboard shortcuts. SHIFT + TAB is assigned as the Decrease Line Indent command, and CTRL + SHFT + T is assigned as the Most Recently Closed File command.

New Options

    Added the Prompt if a Unicode (UTF-16) file size is an odd
    number in bytes check box to the File page of the
    Customize dialog box.
    Added the Ignore the last character in the selection on the
    Insert/Remove Newline Characters commands, Converts half-width backslashes (U+005C) to full-width Japanese Yen signs (U+FFE5) during half-width/full-width conversions, and Converts half-width backslashes (U+005C) to full-width Korean Won signs (U+FFE6) during half-width/full-width conversions check boxes to the
    Edit page of the Customize dialog box.

Plug-in API New Features

    Added the eeWidthJapaneseYen and eeWidthKoreanWon flags to the ChangeWidth method of the Selection object..

Macro New Features

    Added FLAG_JAPANESE_YEN and FLAG_KOREAN_WON flags to the EE_CONVERT message and Editor_Convert inline function.

[close]

https://www.emeditor.com/text-editor-features/history/emeditor-free/
Titel: LPub3D 2.3.10.0.1240
Beitrag von: SiLæncer am 24 April, 2019, 09:50
(https://i.postimg.cc/kMx9GxDB/screenshot_664.png)
LPub3D is an Open Source WYSIWYG editing application for creating LEGO style digital building instructions.

LPub3D uses the LDraw parts library, the most comprehensive library of digital Open Source LEGO bricks available and reads the LDraw LDR and MPD model file formats.

License: Open Source

Release Notes

LPub3D version 2.3.10 Adds enhancements to the HTML part list report enabling
additional part lookup sites. Additionally, the page formatting and item placement
routines have been updated to accommodate additional placement permutations.
This release also address fixes for HTML part list sorting and CSI margins
applied to PLI. Follow the links in the list below to review additional
details for enhancements, changes, and fixes deployed in this release.

Cheers.

Features, enhancements, fixes and changes

Enhancement - Add Rebrickable.com and Brickset.com to HTML Part List lookup sites #239
Enhancement - Default placement selector for PLI #242
Enhancement - Default placement selector for Display Submodel #237
Enhancement - Enable PLI movable when no step number is displayed#241
Enhancement - Make display submodel instance count optional #236
Fix - HTML Part List sort function broken #235
Fix - CSI margins applied to PLI #238

[close]

https://sourceforge.net/projects/lpub3d/?source=directory
Titel: QText 4.52
Beitrag von: SiLæncer am 24 April, 2019, 12:45
(https://www.jmedved.com/content/media/qtext400.png)
This program started with itch of mine. I often have need to take notes while talking on telephone, surfing or doing almost anything. That notes are usually just temporary since I want to do something with it – like adding telephone number to my phonebook. What I needed was scrap paper.

It is similar to notepad which can be brought from tray when needed but has also auto-save thing going on. Just ideal for taking notes.

Freeware

Whats new: >>

Fixed file rename on network shares.

http://www.jmedved.com/qtext/
Titel: HtLite 5.1.0.5
Beitrag von: SiLæncer am 24 April, 2019, 18:10
(https://s26.postimg.cc/pw2fa422x/screenshot_172.png)
Umfangreicher HTML/XHTML Editor.  Jeder externe Browser zur Seitenansicht einstellbar.  Wer keinen HTML Designer zur visuellen Gestaltung seiner Seiten benötigt, sondern nur einen komfortablen Code-Editor sucht, erhält hier eine hervorragende Alternative.

Freeware

http://www.winsoftware24.com/
Titel: VisualFiles Script Editor 2019.04.24.828
Beitrag von: SiLæncer am 25 April, 2019, 20:40
(https://i.postimg.cc/3RbqCc98/screenshot-832.png)
VisualFiles Script Editor is a programmer's editor specifically for VisualFiles scripts supporting VFS and TXT files including syntax highlighting and more.

This app is a full WYSIWYG script editor for VisualFiles created to help people working with the SolCase and VisualFiles case management systems (now Lexis Visualfiles). All the tools needed for editing are readily available for use via the toolbar. The interface design is simple and is broken down into panes with the most prominent being the editor. The whole app is designed to make the entire editing process easier with all features and options visible and accessible. Several things not included in VisualFiles Script Editor, however, is it does not include line numbering or word completion as part of its processes, and there is no detailed help file available. But there is an in-depth look at your machine's information as well as components in the small help section.

Freeware

https://www.ronsplace.eu/Products/VisualFilesScriptEditor
Titel: Atom 1.36.1
Beitrag von: SiLæncer am 25 April, 2019, 21:50
(https://s26.postimg.cc/fmfpqomgp/screenshot_915.png)
A powerful and flexible application that works as a text and source code editor with syntax highlight, or alternately as a file viewer.

MIT License

Changelog

atom/atom#19109: Authenticate and encrypt the connection used to discover and communicate with existing main processes.
atom/atom#19169: If any existing Atom window contains no project roots and --new-window is not specified, opened files and directories will be added to the most recently focused empty window.
atom/atom#19169: When opening only file paths that do not belong to the open project roots of any existing window, add them to the most recently focused window.
atom/atom#19169: When core.restorePreviousWindowsOnStart is set to "always", --new-window is specified, and one or more paths are opened, previous windows are no longer restored; --new-window always takes precedence.
atom/atom#19169: When previous windows are restored at application launch, paths and arguments given on the command-line are no longer duplicated within each opened window.
atom/atom#19169: When locating an existing window to open a new path within, existing windows are considered in the order in which they were most recently focused, not the order in which they were created. This is consistent with the way that --add finds its window and URLs are routed to windows.
atom/atom#19169: When locating an existing window to open a new path within, --safe mode is respected - if --safe is provided, only a safe-mode window will be considered.
atom/atom#19169: If --add is provided and the most recently focused window is a dev mode window, a previously focused non-dev mode window will be used if available instead of opening a new window.
atom/atom#19169: If --add and --safe are both provided, the paths will only be added to an existing, most recently focused safe-mode window. If --safe is not provided, the paths will only be added to a non-safe-mode window.
atom/atom#19200: Re-upgrade electron-link to correct a startup time performance regression.
#19058 and #19203: "File -> Reopen Project" works correctly on macOS when no windows are open.
#19203: "File -> Reopen Project" from the application menu opens the chosen project folders.
#19203: Choosing application:reopen-project from the command palette opens chosen project folders in a new window when appropriate.

[close]

https://atom.io/
Titel: Atom 1.37.0 Beta 1
Beitrag von: SiLæncer am 26 April, 2019, 09:15
Changelog

    atom/fuzzy-finder#381: Fix a stack trace when opening the git status fuzzy finder.
    atom/atom#19169: If any existing Atom window contains no project roots and --new-window is not specified, opened files and directories will be added to the most recently focused empty window.
    atom/atom#19169: When opening only file paths that do not belong to the open project roots of any existing window, add them to the most recently focused window.
    atom/atom#19169: When core.restorePreviousWindowsOnStart is set to "always", --new-window is specified, and one or more paths are opened, previous windows are no longer restored; --new-window always takes precedence.
    atom/atom#19169: When previous windows are restored at application launch, paths and arguments given on the command-line are no longer duplicated within each opened window.
    atom/atom#19169: When locating an existing window to open a new path within, existing windows are considered in the order in which they were most recently focused, not the order in which they were created. This is consistent with the way that --add finds its window and URLs are routed to windows.
    atom/atom#19169: When locating an existing window to open a new path within, --safe mode is respected - if --safe is provided, only a safe-mode window will be considered.
    atom/atom#19169: If --add is provided and the most recently focused window is a dev mode window, a previously focused non-dev mode window will be used if available instead of opening a new window.
    atom/atom#19169: If --add and --safe are both provided, the paths will only be added to an existing, most recently focused safe-mode window. If --safe is not provided, the paths will only be added to a non-safe-mode window.
    atom/atom#19200: Re-upgrade electron-link to correct a startup time performance regression.
    #19203: "File -> Reopen Project" works correctly on macOS when no windows are open.
    #19203: "File -> Reopen Project" from the application menu opens the chosen project folders.
    #19203: Choosing application:reopen-project from the command palette opens chosen project folders in a new window when appropriate.
    #19207: After opening Atom with a file path and quitting, re-opening Atom no longer displays an incorrect error stating that the file could not be found.

Atom Core

v1.37.0-beta0...v1.37.0-beta1

    atom/atom#19169 - Improve launch behavior
    atom/atom#19200 - Re-upgrade electron-link to v0.3.3
    atom/atom#19203 - "Reopen projects" in a new window
    atom/atom#19207 - Only store directories in serialized application state

fuzzy-finder

v1.13.0...v1.13.1

    atom/fuzzy-finder#381 - Pass metricsReporter into GitStatusView to avoid null exception

[close]

https://atom.io/
Titel: Alternate Text Browser 3.350
Beitrag von: SiLæncer am 26 April, 2019, 21:15
Whats new:>>

2nd bugfix for closing deleted files/reloading changed files

http://www.alternate-tools.com/pages/c_textbrowser.php?lang=ENG
Titel: Geany 1.35
Beitrag von: SiLæncer am 29 April, 2019, 05:15
(https://i.postimg.cc/xjXLSj2w/screenshot-945.png)
Geany is cross-platform, GTK based Integrated Development Platform. You can work on simple text files, html, perl, python, NSIS and more with Geany.

License: GPL

Changelog

General

    Start synchronization with Universal-CTags (Jiří Techet, PR#1263, PR#2018).

Bug fixes

    Improve IPC socket handling (Issue#641, PR#2111).
    Fix loading the default open encoding option (PR#1326).
    Fix VTE path following after reset (Issue#352, PR#2116).

Interface

    Show variable type in a tooltip in symbol tree (Jiří Techet, PR#2036).

Editor

    Update Scintilla to version 3.10.2 (Issue#971, Issue#1947, Issue#2076, PR#2045).
    Drastically speed up huge bulk replacements (Issue#2092, PR#2097).
    Fix accessibility information reported upon deletion.
    Fix garbage data insertion when moving lines up or down (Issue#2066).
    Don't perform line breaking in rectangular selection mode (Issue#2051, PR#2135).

Filetypes

    Allow stripping trailing spaces from custom filetypes based on the Diff lexer (Cristian Ciocaltea, Issue#2041, PR#2043).
    Improve JavaScript symbols parsing (Issue#1329, Issue#1891, Issue#1933, part of PR#2018).
    Improve HTML symbols parsing (part of PR#2018).
    Improve COBOL symbols parsing (PR#2128).
    Improve ActionScript symbols parsing (PR#2134).

Windows

    Installer: only install GTK translations if selected (Issue#2090).

Internationalization

    Updated translations: da, de, es, fr, ja, lv, pt, ru, sk, zh_CN

[close]

http://www.geany.org/
Titel: Alternate Text Browser 3.360
Beitrag von: SiLæncer am 30 April, 2019, 12:20
(https://i.postimg.cc/TYy7wJVb/screenshot-1429.png)
This program makes it easy to browse through text- and html-files (also xml), syntax highlighting for serveral programming languages available (C++, Pascal, PHP, Perl, ASM, JScript etc.).

Freeware

Whats new:>>

Memo updated

http://www.alternate-tools.com/pages/c_textbrowser.php?lang=ENG
Titel: Text Editor Pro v7.0.0
Beitrag von: SiLæncer am 01 Mai, 2019, 11:00
(https://s26.postimg.cc/hfdkhoj9l/screenshot_896.png)
Text Editor Pro (formerly EditBone) is a powerful text editing tool that comes with syntax highlighting support for over 50 languages and scripts, customizable with over 100 options, 29 ready made styles, a handy file comparison feature, unicode character map, numerical unit convert tool, SQL formatter, and support for multiple directories and search results.

Freeware

Changelog

- Added allow multiple instances application option (default False)
- Added enable skin-engine application option (default true)
- Added font skin option
- Added highlighter for Bash
- Added highlighter for GDScript
- Added highlighter for Julia
- Added highlighter for R
- Added magnifier title bar option (default False)
- Added monokai distilled color theme
- Added multi-instance application param (-mi)
- Added scaling application option (default Auto)
- Fixed application closing and startup
- Fixed arrows style skin option
- Fixed clipboard monitor
- Fixed painting with disabled skin-engine
- Fixed file info
- Fixed file save as
- Fixed find in files
- Fixed full screen mode
- Fixed language change
- Fixed language files
- Fixed many scaling issues (not all)
- Fixed menu bar
- Fixed message dialogs
- Fixed monokai color theme
- Fixed options
- Fixed overlay icons in directory
- Fixed paste in multiple carets
- Fixed rare AV in editor caret painting
- Fixed replace
- Fixed skin select
- Fixed title bar
- Fixed title bar options
- Fixed virtual tree painting and scaling
- Optimized text editor control
- Updated VirtualTree control v7.2.1
- Updated and fixed AlphaSkins controls v14.22 - http://www.alphaskins.com/

[close]

https://texteditor.pro/
Titel: CudaText 1.79.2.0
Beitrag von: SiLæncer am 01 Mai, 2019, 16:30
(https://s26.postimg.cc/k6wu8qcrt/screenshot_901.png)
Create programming scripts with this powerful tool that supports more than 130 languages and allows users to work concurrently on as many as six groups of projects.

Freeware

Changelog

Add: option "ruler_mark_caret"
Change: plugin file "install.inf": CPU names for "os=" line changed to longer names like in Free Pascal: i386, x86_64, arm, sparc
Fix: bug fixes

[close]

http://www.uvviewsoft.com/cudatext/
Titel: QOwnNotes v19.5.0
Beitrag von: SiLæncer am 01 Mai, 2019, 17:45
(https://s26.postimg.cc/hoi1ahlcp/screenshot_978.png)
QOwnNotes is a text editor / notepad replacement with markdown support and todo list manager. The program supports themes, keyboard shortcuts, syntax highlighting, and encryption. Includes available nested file list, tags, search, and more. Optionally works with the notes application ownCloud or Nextcloud.

Cross-platform with clients available for Mac and Linux.

License:    GPL

Changelog

you are now able to import bookmarks from Nextcloud bookmarks in the Notes / Import menu (for #1198)

    the bookmarks will be imported to your bookmarks note
    for more information about the bookmarks feature please visit Web Companion browser extension

QOwnNotesAPI is now ready for Nextcloud 16

    see QOwnNotesAPI for Nextcloud

added more Italian, German, Russian, Dutch, Norwegian, Danish, Hungarian, Spanish, Catalan, Romanian, Brazilian Portuguese translation (thank you mlocati, rakekniven, mikhail-khokhlov, Fabijenna, richarson, MGuerra, mlimacarlos)

[close]

http://www.qownnotes.org/
Titel: Textadept 10.4
Beitrag von: SiLæncer am 01 Mai, 2019, 20:30
(http://foicica.com/textadept/images/splitviews.png)
Textadept will provide users with a fast, minimalist, and ridiculously extensible text editor. At its core lies less than 2000 lines of C code, and that's how it always will be. While other editors rely on recordable macros to speed up workflow, shell scripts to quickly transform text, and static side panes to manage your documents, files, and more.

Textadept takes it to the extreme: it gives you complete control over the entire application using the embedded Lua language. Lua is nearly as fast as C, and has a very small footprint. In fact, most of Textadept is written in Lua.

License : MIT License ( Donationware )

Changelog

Bugfixes:

Fixed scrolling found text into view on long lines.
Fixed crash on Mac with malformed regex patterns.

Changes:

Recognize .vue and .yml file extensions.
Line number margin grows for large files as needed.
Do not emit events.SAVE_POINT_LEFT event for unfocused views.
Updated CSS lexer to support CSS3.
Updated YAML lexer.
Updated to Scintilla 3.10.4.
Updated to LuaFileSystem 1.7.0 and LPeg 1.0.2.

[close]

http://foicica.com/textadept/
Titel: Ron's Editor 2019.05.01.1504
Beitrag von: SiLæncer am 02 Mai, 2019, 09:16
(https://i.postimg.cc/htZhm2fQ/screenshot-2028.png)

Ron's Editor is the ultimate CSV editor, designed to be easy to use, but powerful enough to handle anything needed of it. Any tabular text format can be opened through confirurable seperators and full support for text encodings, and can then be exported to many formats including Excel. CSV files can be merged, or seperated, and the professional editing capabilites and power tools used for conversion and data cleaning.

Changelog

New features:

Code signing certificate changed to 'Rons Place Software'.
'CellFill Calculated..." expression function added for free form calculations.

[close]

http://www.ronsplace.eu/Products/RonsEditor
Titel: Brackets 1.14
Beitrag von: SiLæncer am 02 Mai, 2019, 16:03
(https://s26.postimg.cc/4oi0g59zt/screenshot_535.png)
Easy-to-use HTML editor and code generator with support for CSS and JavaScript, featuring a live preview function, syntax highlighting and autocompletion.

License : Open Source

Release Notes
   

What's New in Release 1.14

    Support for Language Server Protocol by subhashjha333 and shubhsnov : Brackets now supports Language Server Protocol. The inbuilt language client can be used and customized to facilitate integration of language servers (such as PHP, Python, and more) to provide features like code hinting, parameter hinting, jump to definition etc.
    PHP Support by niteskum : Brackets now supports PHP via integration of a PHP language server. When writing PHP code, you can take advantage of code hinting, function parameter hinting, jump to definition, document and project wide symbols, find references and linting.

Full change logs: brackets and brackets-shell
Community contributions to Brackets

    Forcefully disabling renderer accesibility by nethip
    Executing default update process handler, in case auto-update fails. by nethip
    AutoUpdate Mac Installer Script Administrator privileges changes by niteskum
    Linux window size and position by pelatx
    Upgrading node to v6.14.0 by subhashjha333
    Auto Update Error Handlng Fix by niteskum
    JSRefactoring Bugs Fix by niteskum
    Fixed ExtractToVariable Menu Close Issue due to scrolling by niteskum
    Fixed Getter Setter Redo Issue by niteskum
    jsRefactor Rename Relative Path issue fixed by niteskum
    Fixing the mac debug build by vickramdhawal
    Update CSSProperties.json for text-align and text-justify by narayani28
    Update notification - based on current platform by swmitra
    switching from anonymous to pseudonymous to align with the definition… by niteskum
    Removing the old Brackets CLA check by shubhsnov
    Fixed LSP Linting Synchronization Issues by niteskum
    Php Tooling Strings changes by niteskum
    Fix for "GetItNow" action behaviour by swmitra
    Sending Analytics Data for file Operation and LSP features by niteskum
    Fix for PHPCodeHints invocation failure scenarios by shubhsnov
    PHPCodeHints : Select initial element in the hint list by shubhsnov
    Fix : Error occurs when dismissing QuickOpen dialog when no document is open by shubhsnov
    Changes to send data only once per 24 hours by SnchitGrover
    Adding Code Hints Description Box for handling additional hint information in LSP by shubhsnov
    Capability to Support Document & Project Symbols provided by a Language Server by shubhsnov
    LSP Find References Feature by niteskum
    In App Notifications in Brackets by swmitra

Pulling source code from Git

    A new brackets-shell build is required for this sprint. Be sure to rerun grunt setup before building.
    Recommended: rebuild or reinstall an updated brackets-shell (no critical updates, but there are bugfixes).
    Rebuilding/updating brackets-shell is optional for this release.
    Rebuilding/updating brackets-shell is not required for this release.
    brackets-shell's Node dependencies have changed. Run npm install before rebuilding brackets-shell.
    Some submodules were updated this sprint. Run git submodule update to ensure your source tree is fully up to date.
    A submodule URL was changed this sprint. Run git submodule sync and then git submodule update --init --recursive to ensure your local source tree reflects the update.

Bugs fixed in Release 1.14

For details on the bugs addressed, please refer to closed Release 1.14 bugs. Not all fixed bugs will be caught by this search query, however.

[close]

http://brackets.io/
Titel: QOwnNotes v19.5.1
Beitrag von: SiLæncer am 03 Mai, 2019, 13:50
Changelog

added feedback if the note folder was switched via the websocket to the websocket api
the Web Companion browser extension was updated to version 19.5.0

    you can now also search for the description of bookmarks
    a loading progressbar will now be shown while bookmarks are loaded when the note folder is switched by the user

there now is a software repository for Fedora 30 (for #1199)

    please visit the Fedora installation page for instructions

added more Spanish, Catalan, Romanian, Dutch, Hungarian, Norwegian, Danish, Czech, Italian translation (thank you richarson, MGuerra, Fabijenna, mlocati)

[close]

http://www.qownnotes.org/
Titel: TEA 47.1.0
Beitrag von: SiLæncer am 04 Mai, 2019, 20:45
(https://s26.postimg.cc/h1i60dicp/screenshot_255.png)
TEA is a graphical text editor. Its name is an acronym for Text Editor of the Atomic Era. It is designed for low resource consumption, a wide range of functions and adaptability.

License: GPLv3

Whats new:>>

Bug fixes

http://semiletov.org/tea/
Titel: Mobirise 4.10.0
Beitrag von: SiLæncer am 07 Mai, 2019, 13:11
(https://s26.postimg.cc/g54gep109/screenshot_3.png)
Develop fully responsive, mobile-ready websites that look amazing on any devices and browsers. Preview how your website will appear on phones, tablets and desktops directly in the visual editor..

Freeware

https://mobirise.com/
Titel: PilotEdit Lite 12.7.0
Beitrag von: SiLæncer am 07 Mai, 2019, 17:15
(http://www.pilotedit.com/images/OpenInQuickMode.PNG)
PilotEdit is a text, hex, XML, C/C++, HTML, PHP, Java, Javascript and Perl editor that can edit large files of 400GB (40 billion lines).

It offers customizable syntax and keyword highlighting, advanced search and replace operations, automatic text encoding, 256-bit AES encryption/decryption and a built-in FTP/SFTP client lets you open, edit, download and upload large files directly to/from a FTP/SFTP server.

In addition to standard text editing features, PilotEdit can compare and merge two large files of 100GB (10 billion lines). You can also sort, find/remove duplicate lines and extract strings over a large file of 1GB.

Freemium

Whats new:>>

PilotEdit 12.7.0 supports more file types.

http://www.pilotedit.com/
Titel: QOwnNotes 19.5.2
Beitrag von: SiLæncer am 08 Mai, 2019, 21:00
Whats new:>>

now more than 10 bookmarks can be imported from Nextcloud bookmarks in the Notes / Import menu (for #1198)
added more Romanian translation (thank you Fabijenna)

http://www.qownnotes.org/
Titel: BabelPad 12.1.0.1
Beitrag von: SiLæncer am 09 Mai, 2019, 12:21
(https://s26.postimg.cc/nk8fxilwp/screenshot_1310.png)
BabelPad is a free Unicode text editor and word processor for Windows that supports the proper rendering of most complex scripts, and allows you to assign different fonts to different scripts in order to facilitate multi-script text editing.

Freeware

Changelog

Updated Unicode data for Unicode 12.1.0, which only adds one new character at U+32FF (square character for the new Japanese era name).
Fixed bug with caret display when a drag-and-drop operation from from another window is cancelled.
Reduced excessive screen refreshing when pasting text or entering text in custom input mode.
Fixed scrolling when dragging beyond the edge of the BabelPad edit area.
Added "Decrease Font Size" (Ctrl+5) and "Increase Font Size" (Ctrl+6) under the Fonts menu.
Added a "Refresh Screen" (F5) item to the Layout menu. This is useful for when the visible text layout does not match the layout of text in memory, resulting in unexpected behaviour when clicking on text with the mouse or selecting text (which is a bug, but it does occasionally happen).
Fixed conversion to pinyin and/or conversion between simplified and traditional characters for a number of CJK unified ideographs.
Added additional Pinyin and Jyutping readings for CJK Ext. C through F characters.

[close]

http://www.babelstone.co.uk/index.html
Titel: EmEditor Free 18.9.0
Beitrag von: SiLæncer am 10 Mai, 2019, 05:50
(https://s26.postimg.cc/pbg87i3s9/screenshot_1195.png)
EmEditor is a lightning-fast, tabbed text editor with themes, syntax highlighting, stay-on-top, and customizable keyboard mapping. The program supports batch find-and-replace, regular expressions, and more.

The program beat a variety of other text editors in tests performed by TPFC user TP109. Additional features are available via a non-free version.

Free for personal use

Changelog

New General Features:

The new version allows you find/replace/filter a specified range of IPv4/IPv6 addresses. An IP address range can be specified as a number range syntax or an IPv4/IPv6 CIDR notation.
Greatly improved the speed of Find/Replace/Filter, the Uppercase, Lowercase, Capitalize, Full-width, and Half-width commands using multi-threaded code even when temporary files are used to open very large files.
Greatly improved the speed of the Save and Save As commands.

New Options:

Added the IP Address/CIDR notation check box/text box to the Enter Number Range dialog box.
Added the Sort IPv4 Addresses Ascending, Sort IPv4 Addresses Descending, Sort IPv6 Addresses Ascending, and Sort IPv6 Addresses Descending radio buttons to the Sort by Multiple Columns dialog box.
The new version allows you to enter a number larger than 4096 MB to the Maximum Memory Size per File text box in the Advanced page of the Customize dialog box (64-bit versions only).

New Commands:

Sort IPv4 Addresses Ascending
Sort IPv4 Addresses Descending
Sort IPv6 Addresses Ascending
Sort IPv6 Addresses Descending

Plug-in API New Features:

Added the SORT_IPV4 and SORT_IPV6 flags to the SORT_INFO structure and Editor_Sort inline function.

Macro New Features:

Added the I (sorts IPv4 addresses) and P (sorts IPv6 addresses) options to the Sort method of the Document object.

[close]

https://www.emeditor.com/text-editor-features/history/emeditor-free/
Titel: Dnote 0.6.3
Beitrag von: SiLæncer am 10 Mai, 2019, 12:17
(https://s26.postimg.cc/z38h40qwp/screenshot_529.png)
Write technical notes and neatly organize them into books without leaving the command line with the help of this simplistic utility.

MIT License

Whats new:>>

Allow editors to highlight markdown

https://dnote.io/
Titel: VNote 2.5
Beitrag von: SiLæncer am 11 Mai, 2019, 18:45
(https://s26.postimg.cc/871od8huh/screenshot_1147.png)
Peculiar yet interesting, open source piece of software that sports both Markdown editing capabilities and note management features.

MIT License

Changelog

    Support RTL text in edit mode;
    Remove credit information in export template;

[close]

https://tamlok.github.io/vnote/
Titel: BabelPad 12.1.0.2
Beitrag von: SiLæncer am 11 Mai, 2019, 19:45
Whats new:>>

    Fixed multiple screen refreshes when pasting multi-line text.
    Fixed incorrect positioning after undoing multi-line paste.

http://www.babelstone.co.uk/index.html
Titel: CudaText 1.80.0
Beitrag von: SiLæncer am 12 Mai, 2019, 18:00
(https://s26.postimg.cc/k6wu8qcrt/screenshot_901.png)
Create programming scripts with this powerful tool that supports more than 130 languages and allows users to work concurrently on as many as six groups of projects.

Freeware

Changelog

    add: UI can now be scaled freely, independing of OS high-DPI mode. Added options "ui_scale", "ui_scale_font".
    add: more UI elements support scaling (minimap, micromap, splitters etc)
    add: Project Manager supports "toolbar icons" of any size (before: only 16x16). Icon set "Mui" (icon size: 20, 24, 32, 48) was added to add-ons.
    add: menu items in "Edit" menu are auto disabled (Undo, Redo, Copy, Cut, Paste, Delete)
    add: don't show warning "File is maybe not text" because of char(27)
    add: dialog "Save tabs?" saves its size
    add: dialog "Char map" saves its size
    change: deleted option "ui_statusbar_height"
    change: deleted option "numbers_font_size"
    change: deleted option "ruler_font_size"
    change: deleted option "ruler_size"
    change: deleted option "micromap_width"
    fix: bugs with vertical scrollbar, it wasn't auto moved

[close]

http://www.uvviewsoft.com/cudatext/
Titel: Notable 1.5.0
Beitrag von: SiLæncer am 12 Mai, 2019, 19:00
(https://i.postimg.cc/GpGzm4pn/Quip.png)
Markdown-based note-taking application that offers a strong set of editing features, uses no proprietary formats and comes with an intuitive UI.

MIT License

Changelog

    New Features:

    Added a dark theme
    Editor: added cut/copy/paste support via the context menu
    Mermaid: added a button for opening diagrams in a separate window
    Prompting the user if he/she wants a new note to be created after clicking a link to a non-existent note
    Added context menu actions for copying attachments/tags/notes names

    Improvements:

    Upgraded to Electron v5
    Moved import/export menu entries under “File”
    Markdown: improved stripping of headers, emojis, images, links, wikilinks and todos
    Updater: prompting the user to update manually if necessary
    Export: greatly reduced exported HTML size
    Export: added a favicon to exported HTML notes
    Export: ensuring codeblocks in exported PDFs don't need to be scrolled

    Bug Fixes:

    Saving notes more reliably
    Monaco: fixed blurriness issue
    Ensuring the highlighter outputs valid HTML
    Decoding entities from inferred titles
    Worked around a subtle Cash/React incompatibility
    Avoiding using ids, as they may conflict with the rendered note
    Fixed trash context menu
    Context menus: improved reliability
    Markdown: disabled characters capping on export
    Quick Open: ensuring the context menu is provided for notes and attachments
    Quick Open: ensuring it’s always scrolled all the way to the top when opening it
    Quick Open: ensuring it always searches all notes


[close]

https://github.com/fabiospampinato/notable
Titel: RJ TextEd 13.90
Beitrag von: SiLæncer am 13 Mai, 2019, 16:00
(https://s26.postimg.cc/775l9vjeh/screenshot_593.png)
RJ TextEd - A Unicode source and text editor. RJ TextEd is a full featured text and source editor with Unicode support, syntax highlighting and code folding. The functionality extends beyond text files and includes support for HTML editing with integrated preview, spell checking, auto completion, HTML validation, templates and more. The program also include support for Topstyle Lite CSS editor, has a dual pane file commander, as well as a FTP client to upload your files. The editor uses language files to display menus and dialogs in different languages. There are several included languages. New language files can easily be created in the editor. RJ TextEd is also a simple web development tool. The editor can use auto completion and hints to assist you in editing your source code. You can preview HTML/ASP/PHP... code using one of the preview tabs or open a document in a browser. The editor does not only handle source code. It also handles true ASCII files, binary files and of course plain text files.

License: Freeware

Changelog

    I've written my own version of Emmet in Delphi (object pascal). It's not based on the Emmet JavaScript plugin code at all, so there are some minor differences and probably some things not implemented (yet).
    The Delphi version is compiled to native machine code which makes it much much faster. And it enables me to add some new functionality. It also works on Windows XP.

    Abbreviation auto completion list:

    Press ALT+ENTER to display all available abbreviations from the text clips panel, Emmet snippets and Emmet abbreviations in a list. The list will also display any favorites you may have added.
    Press ENTER to select an abbreviation. It's inserted as is and not expanded. This allows you to combine abbreviations and snippets to create your own abbreviation. To expand the abbreviation - press SHIFT+ENTER.
    If text is selected - the abbreviation will wrap the selected text.

    Abbreviation hint:

    Press SHIFT+CTRL+ENTER to show a hint displaying what the expanded code will look like. To expand the abbreviation you can just press ENTER (as long as the hint is visible). You can also use SHIFT+ENTER to expand the abbreviation.

    Expand abbreviation at cursor:

    This function will now expand both user defined abbreviations in the text clip panel and Emmet abbreviations. Type an abbreviation in your document. E.g. "ul>li*5" in an HTML document or "for" in a PHP document. Press SHIFT+ENTER to expand the abbreviation.
    If you set a key as a trigger - you can use that as well to expand the abbreviation. E.g. the TAB key.
    Note that you can use SHIFT+CTRL+ENTER to preview the abbreviation before expanding it.

    Expand abbreviation using input box:

    Added a hint that is displayed as you type the abbreviation, so you can preview the result.
    Open as normal with CTRL+, and enter your abbreviation inside. A hint pops up showing the expanded code.
    The hint is displayed when you wrap with abbreviations (SHIFT+CTRL+,as well.
    Abbreviation tab points
    Move the text cursor to the next tab position using the TAB key.
    A tab point can look something like this: {#1} or {#2: Document}.
    If the tab point contain text e.g. {#2: Document} contain the text "Document", it will be selected when moving to the tab position.

    Vendor prefix in abbreviations:

    In e.g. CSS you can start an abbreviation with a vendor prefix.

    Abbreviation favorites:

    Favorites are display at the top of the abbreviation auto complete list (ALT+ENTER). Manage favorites in the abbreviation input box (CTRL+,).

    Find and Replace options:

    Added two new options to skip strings or comments when finding a match. The options only affect documents that are already open. They are not available when searching e.g. a folder.

    Fixed:

    Move line up/down in a detached editor window.
    Decimal issue in convert panel.
    Issue in regular expression creator.
    Spell check issue.
    Misc issues found while coding or reported by users.


[close]

http://www.rj-texted.se/
Titel: Alternate Text Browser 3.380
Beitrag von: SiLæncer am 14 Mai, 2019, 13:42
(https://i.postimg.cc/TYy7wJVb/screenshot-1429.png)
This program makes it easy to browse through text- and html-files (also xml), syntax highlighting for serveral programming languages available (C++, Pascal, PHP, Perl, ASM, JScript etc.).

Freeware

Whats new:>>

Bugfix for applying font settings to child windows

http://www.alternate-tools.com/pages/c_textbrowser.php?lang=ENG
Titel: RisohEditor 5.1.8
Beitrag von: SiLæncer am 14 Mai, 2019, 16:15
(https://i.postimg.cc/8P4z4Swt/screenshot-799.png)
"RisohEditor" is a free resource editor for Win32 development, created by Katayama Hirofumi MZ. RisohEditor realized the ideal of resource editor. "Risoh" means "ideal" in Japanese. RisohEditor can add, edit, extract, clone and remove the resource data in EXE/DLL files. You can edit Windows resources (Dialogs, Menus, Icons, Cursors, String Tables, Message Tables etc.) by using RisohEditor.

NOTICE: Please avoid installing in "C:\Program Files" or "C:\Program Files (x86)". Because the resource compiler (windres) doesn't accept space character in the file path.

Freeware

Whats new:>>

Add check of recompilation upon cloning.
Fix the selection after cloning.
Correctly fail upon compilation error of string table and message table.

https://katahiromz.web.fc2.com/re/en/index.html#intro
Titel: Atom 1.37.0
Beitrag von: SiLæncer am 15 Mai, 2019, 05:40
(https://s26.postimg.cc/fmfpqomgp/screenshot_915.png)
A powerful and flexible application that works as a text and source code editor with syntax highlight, or alternately as a file viewer.

MIT License

Changelog

Notable Changes

    Fix "File -> Reopen Project" when there are no open windows on macOS.
    Authenticate and encrypt communications over the activation pipe used by the Atom main process. As a consequence, the --socket-path CLI argument has also been removed.
    An asynchronous implementation of GitRepositoryProvider.repositoryForDirectory is available. (@lgeiger)
    Jasmine spec functions automatically support async bodies without needing to write a helper.
    fuzzy-finder: Add option to use ripgrep for crawling the list of files for a huge performance boost on large repositories :rocket:
    github: Read and navigate among pull request review comments in a reviews dock.
    keybinding-resolver: Move the resolver into a dock to fix a number of longstanding usability issues. (@50Wliu)
    settings-view: Enum configuration options may be displayed as radio buttons by setting radio: true. (@marnen)
    welcome: Update the wording of the metrics consent to be a bit friendlier.
    language-clojure: Improve handling of non-ASCII letters in keywords, symbols, and elsewhere. (@PEZ)
    language-python: Support "python2" and "python3" shebang lines in the tree-sitter grammar. (@caleb531)
    language-ruby: Recognize next as a keyword. (@willcosgrove)
    language-toml: Support multiple key/value pairs on a single line. (@caleb531)

Atom Core

v1.36.1...v1.37.0

    atom/atom#18832 - Report macOS renderer crashes in CI
    atom/atom#18855 - Fix "Open Folder" menu item on Windows
    atom/atom#18802 - Report test result metadata to Azure DevOps
    atom/atom#18863 - Allow the use of console, stdout, and stderr in Jasmine tests
    atom/atom#18864 - :arrow_up: atom-keymap@8.2.13
    atom/atom#18844 - Align git-diff icons
    atom/atom#16558 - Add async implementation of GitRepositoryProvider.repositoryForDirectory
    atom/atom#18900 - Actually dump minidump contents to .sym files
    atom/atom#18899 - ⬆️ fuzzy-finder@1.9.1
    atom/atom#18898 - ⬆ find-and-replace@0.218.9
    atom/atom#18885 - Add linter to packages/ folder
    atom/atom#18906 - Fix git-diff package test
    atom/atom#18919 - ⬆️ fuzzy-finder@1.9.2
    atom/atom#18923 - ⬆️ snippets@1.4.1
    atom/atom#18921 - Update welcome@v0.36.8 II
    atom/atom#18924 - Update versions of fuzzy-finder and snippets
    atom/atom#18917 - Override global jasmine spec functions
    atom/atom#18896 - Add linter to spec/ folder
    atom/atom#18866 - Update settings-view@0.260.0
    atom/atom#18932 - Stop using jasmine test functions from async-spec-helpers.js
    atom/atom#18712 - Update README.md
    atom/atom#18946 - Set Electron version within the build process environment
    atom/atom#18953 - ⬆️ github to v.0.27.0
    atom/atom#18961 - ⬆️ settings-view@0.260.1
    atom/atom#18962 - ⬆️ electron@2.0.18
    atom/atom#18944 - Updated license year
    atom/atom#18984 - Ensure APM_TEST_PACKAGES may be activated in Jasmine specs
    atom/atom#18982 - Clean up documentation folders
    atom/atom#19002 - Update tree-view
    atom/atom#19010 - ⬆️ fuzzy-finder@1.10.1
    atom/atom#19013 - Add GITHUB_TOKEN env var to the npm install step (take 2)
    atom/atom#19021 - ⬆️ git-utils@5.5.0
    atom/atom#19029 - ⬆️ metrics@1.7.0
    atom/atom#19030 - Update package-lock.json file
    atom/atom#19046 - ⬆️ fuzzy-finder@1.10.2
    atom/atom#19045 - ⬆️ welcome@0.36.9
    atom/atom#19053 - ⬆️ metrics@1.7.2
    atom/atom#19047 - Update language-toml
    atom/atom#19054 - Do not delete global scope setting when resetting user settings
    atom/atom#19028 - Revert launch scenario changes
    atom/atom#19058 - Fix reopen project when there are no open windows
    atom/atom#19068 - Preserve Atom's exit code in atom.sh
    atom/atom#19075 - ⬆️ fuzzy-finder@1.12.0
    atom/atom#19091 - ⬆️ language-ruby@0.72.16
    atom/atom#19085 - Update language-javascript
    atom/atom#19096 - Update CI scripts to lint early and fail fast
    atom/atom#19103 - Remove --socket-path CLI argument
    atom/atom#19110 - ⬆️ fuzzy-finder@1.12.1
    atom/atom#19109 - Add authentication/encryption when using pipes for IPC
    atom/atom#19060 - Update tree-sitter to v0.14.0
    atom/atom#19060 - Update tree-sitter to v0.14.0
    atom/atom#19116 - Make sure that Atom does not get autoupdated when running main process tests
    atom/atom#19119 - github@0.28.1 on dev
    atom/atom#19130 - ⬆️ fuzzy-finder@1.13.0
    atom/atom#19136 - "Open file" in existing window
    atom/atom#19169 - Improve launch behavior
    atom/atom#19200 - Re-upgrade electron-link to v0.3.3
    atom/atom#19203 - "Reopen projects" in a new window
    atom/atom#19207 - Only store directories in serialized application state
    atom/atom#19242 - Use async randomBytes API to speedup Windows startup
    atom/atom#19284 - Upgrade GitHub package on Beta

fuzzy-finder

v1.9.2...v1.13.1

    atom/fuzzy-finder#369 - Add option to use ripgrep for crawling the list of files
    atom/fuzzy-finder#372 - Start logging the time to index a project
    atom/fuzzy-finder#373 - Do not call setItems() every time that the fuzzy finder is shown
    atom/fuzzy-finder#374 - Use fuzzy-native as an alternate scoring system
    atom/fuzzy-finder#375 - Add metrics for fuzzy-finder filtering time
    atom/fuzzy-finder#377 - Return a promise instead of using waitsFor
    atom/fuzzy-finder#378 - Show prompt to enable "fast mode" on large projects
    atom/fuzzy-finder#381 - Pass metricsReporter into GitStatusView to avoid null exception

github

v0.27.0...v0.28.1

    atom/github#2007 - Fix bug expanding large-diff-gated patches with comments
    atom/github#2010 - Update yubikiri to v2.0.0
    atom/github#2017 - Update eslint to the latest version 🚀
    atom/github#2021 - Update sinon to the latest version 🚀
    atom/github#2039 - Update codecov to the latest version 🚀
    atom/github#1995 - Reviews dock item
    atom/github#2048 - mocha@6.1.1
    atom/github#2037 - Update globby to the latest version 🚀
    atom/github#2049 - mocha-junit-reporter@1.21.0
    atom/github#2050 - Update a bunch of low-risk stuff at once
    atom/github#2057 - Indicate that comment has been edited
    atom/github#2066 - Hide alt text when committer's avatar fails to load
    atom/github#2105 - Don't pass destroyed TextEditors to find-and-replace
    atom/github#2104 - Get author info tooltips working again
    atom/github#2100 - Handle ghost users (deleted accounts)

keybinding-resolver

v0.38.4...v0.39.0

    atom/keybinding-resolver#63 - Update README.md
    atom/keybinding-resolver#64 - Update package-lock.json
    atom/keybinding-resolver#66 - Add Probot no-response configuration
    atom/keybinding-resolver#67 - 🤖 Configure probot/no-response to allow 28 days when requesting more info on an issue
    atom/keybinding-resolver#58 - Docks!

metrics

v1.6.2...v1.7.2

    atom/metrics#105 - 👕Pin linter to standard v11
    atom/metrics#106 - 🤖 Configure probot/no-response to allow 28 days when requesting more info on an issue
    atom/metrics#108 - Add document with the events spec
    atom/metrics#109 - Fix the payload of core timing events
    atom/metrics#110 - Add config params to make debugging easier

settings-view

v0.260.1...v0.261.1

    atom/settings-view#1089 - Add option to display config enums as radio buttons
    atom/settings-view#1089 - Add option to display config enums as radio buttons
    atom/settings-view#1089 - Add option to display config enums as radio buttons
    atom/settings-view#1123 - Fix unreliable tests

snippets

v1.4.0...v1.4.1

    atom/snippets#290 - Don't return an unresolved Promise on beforeEach()

spell-check

v0.74.2...v0.74.4

    atom/spell-check#276 - 🤖 Configure probot/no-response to allow 28 days when requesting more info on an issue
    atom/spell-check#294 - Remove package-lock.json to fix master build
    atom/spell-check#299 - Add more information about adding a language on Windows

tree-view

v0.224.5...v0.225.0

    atom/tree-view#1295 - Use async atom.confirm
    atom/tree-view#1296 - Revert "Use async atom.confirm"
    atom/tree-view#1297 - Use async atom.confirm, take two
    atom/tree-view#1302 - change menu item labels to lowercased "in"
    atom/tree-view#1304 - Error when trying to cut/paste a file that already exists
    atom/tree-view#1305 - Add package-lock.json

welcome

v0.36.7...v0.36.9

    atom/welcome#69 - Add Probot no-response configuration
    atom/welcome#70 - 🤖 Configure probot/no-response to allow 28 days when requesting more info on an issue
    atom/welcome#72 - Update consent copy
    atom/welcome#73 - Fix field names used by the welcome package metric events

language-clojure

v0.22.7...v0.22.8

    atom/language-clojure#77 - Add Probot no-response configuration
    atom/language-clojure#78 - 🤖 Configure probot/no-response to allow 28 days when requesting more info on an issue
    atom/language-clojure#82 - Improve handling of non-ASCII letters

language-css

v0.43.0...v0.44.0

    atom/language-css#142 - Handle syntax highlighting of custom at-rules for Microsoft/vscode-css-languageservice#51

language-javascript

v0.129.20...v0.129.21

    atom/language-javascript#642 - Remove invalid string highlighting from TextMate grammar

language-python

v0.51.9...v0.51.10

    atom/language-python#296 - Add support for python2/3 shebangs in tree-sitter grammar

language-ruby

v0.72.15...v0.72.16

    atom/language-ruby#262 - Add next keyword to Tree Sitter's keyword.control scope

language-toml

v0.18.2...v0.20.0

    atom/language-toml#19 - Add Probot no-response configuration
    atom/language-toml#20 - 🤖 Configure probot/no-response to allow 28 days when requesting more info on an issue
    atom/language-toml#21 - Allow for more than one key/value pair per line

[close]

https://atom.io/
Titel: EmEditor Free 18.9.1
Beitrag von: SiLæncer am 15 Mai, 2019, 05:45
(https://s26.postimg.cc/pbg87i3s9/screenshot_1195.png)
EmEditor is a lightning-fast, tabbed text editor with themes, syntax highlighting, stay-on-top, and customizable keyboard mapping. The program supports batch find-and-replace, regular expressions, and more.

The program beat a variety of other text editors in tests performed by TPFC user TP109. Additional features are available via a non-free version.

Free for personal use

Whats new:>>

Fixed bugs reported by customers

https://www.emeditor.com/text-editor-features/history/emeditor-free/
Titel: Atom 1.38.0 Beta 0
Beitrag von: SiLæncer am 15 Mai, 2019, 09:04
Changelog

#18471 - Toggle comment cursor placement.
#19136 - "Open file" in existing window.
#19138 - Calculate env vars when launching Atom from the desktop.
#18499 - Support contentRegex for TextMate grammar.
#19206 - Set the panel flag as focused when activate() is called.
#19192 - Fix reset-font-size.
#18705 - Enable autoFocus option to accept an element to focus on pane creation.
#19231 - Skip dev mode windows when choosing an existing window for an open action.
#19272 - Improve positioning when opening file at line.
#19280 - Fix atom.open() when it has no arguments.
#19279 - Improve handling of comment characters in ERB and EJS.
atom/fuzzy-finder#383 - Handle correctly similar results from multiple projects.
atom/fuzzy-finder#385 - Make sure that cursor position is centered after navigating to a line.
atom/markdown-preview#559 - Stop using roaster for rendering markdown.
atom/tree-view#1180 - Add UI for moving conflicting entries.
atom/language-go#156 - Add support for Go module and checksum files.
atom/language-html#227 - Improve comment handling in EJS and ERB.
atom/language-hyperlink#27 - allow single matching parens.
atom/language-javascript#644 - Allow folding switch_default.
atom/language-json#68 - Add tree-sitter json grammar.
atom/language-python#288 - Add more scopes to the tree sitter grammar.
atom/language-python#297 - Tokenize formal function parameters in tree-sitter grammar.
atom/language-python#298 - Tokenize subclass list names in tree-sitter grammar.
atom/language-python#300 - Allow folding if statement without elif or else.

[close]

https://atom.io/
Titel: Notable 1.5.1
Beitrag von: SiLæncer am 15 Mai, 2019, 09:15
Changelog

Improvements:

Auto-hiding the menu in the “Select Data Directory” window

Bug Fixes:

Updater: fixed link to latest linux release
Updater: fixed link to latest windows release

[close]

https://github.com/fabiospampinato/notable
Titel: ghostwriter 1.8.0
Beitrag von: SiLæncer am 15 Mai, 2019, 13:38
(https://s26.postimg.cc/ggug7e4nt/screenshot_965.png)
Write, edit and preview your texts using Markdown with the help of this all-encompassing and user-friendly Markdown editor.

License : GPLv3

Changelog

    New Features:

    HTML preview has been ported from QtWebKit to QtWebEngine (Chromium).
    Fixes
    Issue #206: ghostwriter now has right-to-left language support.
    Issue #391: mathml option for pandoc is now used to render math equations for preview and export.
    Issue #411: Fixed crash when adding a new theme with no theme selected.
    Issue #412: Fixed export to PDF (wkhtmltopdf) failure with Pandoc.
    Issue #430: Fixed issue extra spaces appearing between
 tags in the HTML preview.
    Removed print support, since it has some odd bugs on some platforms, and most users would want to print their exported content anyway.
    Removed graphics fade effect for the bottom of the editor, as it is a risky feature that has caused bugs in the past and does not work on HiDPI screens.


[close]

http://wereturtle.github.io/ghostwriter/
Titel: Black NotePad 1.1.3.39
Beitrag von: SiLæncer am 15 Mai, 2019, 17:45
(https://s26.postimg.cc/lj0xxiynt/screenshot_1281.png)
Black NotePad was created as an alternative to the Notepad program of Windows operating systems. While retaining the original functions, Black NotePad improves manageability, contains important new functions, and greatly enhances program compatibility in terms of the edited text.

Freeware

Whats new:>>

    Add: Save size and position
    Add: Improved multi monitor support
    Change: Search font

https://www.wintools.info/index.php/black-notepad
Titel: Zettlr 1.3.0 Beta
Beitrag von: SiLæncer am 17 Mai, 2019, 16:30
(https://s26.postimg.cc/vfll9p4mh/screenshot_956.png)
Write text and conveniently edit it using Markdown with the help of this user-friendly and well-thought-out, Electron based application.

MIT License

Release Notes

    GUI and Functionality:

    Attention, this update breaks three shortcuts: To view the file list, the tree view, and the attachment sidebar, you need to use Cmd/Ctrl+Shift+1 (for toggling the sidebar), and Cmd/Ctrl+? for toggling the attachments. The shortcuts for Cmd/Ctrl+[number] are now reserved for recent documents!
    Attention: Due to changes in the configuration, this update resets your setting concerning text snippets. They are now called "file information" and the corresponding setting will be set to "Show", regardless of your current setting.
    New Feature: Zettlr can now automatically switch between light and dark mode either based on a fixed schedule or, if you are using macOS or Windows, based on the appearance of the operating system.
    New Feature: Add words to the user defined dictionary. You can remove words by removing them in the "Editor" tab in the preferences.
    New Feature: You can now provide a default path for images that you paste onto the editor in the preferences. If you provide a relative path, it'll be relative to the file.

    New Feature: In the preferences you can now switch between the three themes of the app:

    Berlin: A modern sans-serif theme, the default.
    Frankfurt: A clean serif-based theme with royal blue highlights.
    Bielefeld: For Markdown purists, this theme features creme colours and a monospaced font.
    New Feature: Rearrange sections in your documents by dragging the headings in the Table of Contents popup around (Note: Only works with ATX-Style headings!). Please note that the last section will always count until the very last line, therefore including footnotes and references.
    Popup redesign: Now the popups aren't semi-transparent anymore, have rounded edges and are much more crisp. Therefore it's even easier to read them.
    Display contributors tab on the about dialog containing the names of all authors of the translation files.
    You can now customize the pandoc command to your liking using several variables.
    Added syntax highlighting for
    Go (keyword: "go")
    Kotlin (keyword: "kotlin")
    Add shortcuts for easier access to the recent documents.
    HTML export now relies on Pandoc, if available, and only falls back to Showdown if Pandoc hasn't been found on the system.
    You can now edit Math formulae by clicking on them.
    The tag count is now shown next to the tags in the tag cloud.
    During global search, the search results will include all files once at most, so files within virtual directories, for example, will be excluded to prevent duplicate files.
    The preview images when pasting an image from clipboard load faster.
    Using the Debug menu, you can now test the new themes (Berlin, Frankfurt, and Bielefeld) during beta to help us finalise them!
    Formatting marks at the beginning or end of a misspelled word are now excluded from the selection.
    Now, if trying to follow a link without a protocol (e.g. www.google.com instead of https://www.google.com), Zettlr will automatically assume https as the protocol to make sure it can be opened by the web browser. Correctly configured servers should automatically redirect you to http, if applicable.
    Zettlr now highlights the full link when you right-click it to give visual feedback that the context menu options "Copy Link" or "Open Link" will indeed use the full link, and not just a part of it.
    The dictionary selection is now more compact than before.
    The editor automatically selects the word under cursor on requesting a context menu, making both the code more clean and enabling you to simply right-click a word to make it, for instance, bold.
    Now you can comment out selections of text using the new shortcut Cmd/Ctrl+Shift+C.
    You can now also link to files on your local filesystem from within Markdown files. Zettlr will try to open them. The following algorithm is applied internally: First, try to open the link just like that. Second, try to open the current file's folder plus the link. Third, try to open https://<link>. If all three methods don't yield a result, Zettlr will show you a notification.
    The GUI is not locked anymore while a popup is shown.
    The tag preferences have been updated.

    Fixes

    Fixed a bug that would, on certain actions, lead to unwanted behaviour when using the menu items for these actions instead of the shortcut.
    The last opened file will now be added to the recent documents on start up.
    The window's title will now only contain the currently opened file's name, and never the full path, even for root files.
    The dictionary loading mechanism works far more reliably now.
    Fixed a bug with checking and unchecking task items in the editor.
    Fixed an error in option validation.
    Fixed the translations for the pagenumbering sections in the PDF preferences and project settings.
    Fixed a small bug concerning case insensitive searching.
    Fix for single-letter Math preview.
    Fixed the "remove from virtual directory" command.
    Design fix for dialog tabs on small screens.
    Fix automatic rendering of Markdown links containing brackets (especially a problem for Wikipedia links)
    Improved performance during window resizing and moving.
    Removed all inline-javascript from the index.htm and moved it to a new main.js in the renderer process.
    Links will not be rendered within comments anymore so that you can escape Markdown links as expected using backticks.
    Fixed wrong cursor positioning after the headings have been altered.
    Finally exchanged all mentions of "snippets" with "File metadata" or information, respectively, to reflect the fact that text fragments (a.k.a. "snippets") have been ditched several months ago.
    Fixed an issue that prevented from re-creating writing targets after deleting them without a restart of the app.
    Fixed inconsistent behaviour with the document search.

    Under the Hood:

    Re-throw errors during command run in Zettlr main class.
    Moved the dictionary to its own dedicated provider for more versatility and improved upon its functionality.
    Created an appearance provider which takes care of switching the Zettlr theming based upon user choices.
    Switched from the build-property electron-build toolchain to the API.
    Switched to Electron 5.0.0.
    Some CSS cleanup, again.
    Changed the way popups are closed from an invisible barrier div to a simple click detection handler.
    Added Table and Strikethrough support to the copy & paste operations.

[close]

https://www.zettlr.com/
Titel: TextWorx 1.4
Beitrag von: SiLæncer am 17 Mai, 2019, 17:30
(https://i.postimg.cc/CLtZwWfz/screenshot-1275.png)
Perform advanced text manipulation with this program that offers context tools, pop-up menus, toolbars and hotkeys which are fully customizable.

Freeware

Changelog

    Fixed: Added the "Lines" modifier to the menu for 126 Scramble
    New: (Experimental) 866 Repeat Last Command (added to default Main Menu)
    New: 734 Sort Words (added to Sort & Number Menu) - Sorts each word onto its own line, removing duplicates and removing any blank lines. shift for descending order.
    New: 735 List Words (added to Sort & Number Menu) - Creates a space-separated, sorted list of words, removing duplicates and blank lines. shift for descending order.
    New: 736 List Letters (added to Sort & Number Menu) - Creates a list of letters used in the string, removing duplicates and separating them with spaces. shift for descending order.
    New: 737 Comma Separate (added to Sort & Number Menu) - Separates each word with a comma (and space), treating double-quoted sections as single words and removing punctuation. control to work on lines separately. shift or ctrl+shift to simply remove all commas.
    New: 423 Pig Latin (added to Transform & Encrypt Menu) - Converts English to Pig Latin
    New: 130 Remove Punctuation (added to Trim & Spacing Menu)
    Changed: 857 Help and 859 Toggle Toolbar are now customizable from the Main Menu (they were statically assigned there before). Per ScreenManiac. Now you can remove them if you like.
    Fixed: 110 Duplicate and 108 Select Line did not respect the sendmode setting
    Fixed: The description for 409 Decimal <> Roman Numeral, and added the indicator for Reversible
    Fixed: Textworx now honours the notepad setting for the custom editor and it will use this editor for 865 Edit TextWorx INI

[close]

http://www.dcmembers.com/bgmcoder/download/textworx/
Titel: LPub3D 2.3.11.0.1269
Beitrag von: SiLæncer am 17 Mai, 2019, 18:15
(https://i.postimg.cc/kMx9GxDB/screenshot_664.png)
LPub3D is an Open Source WYSIWYG editing application for creating LEGO style digital building instructions.

LPub3D uses the LDraw parts library, the most comprehensive library of digital Open Source LEGO bricks available and reads the LDraw LDR and MPD model file formats.

License: Open Source

Release Notes

LPub3D 2.3.11.0.1269 (17 05 2019 13:24:45)

Features, enhancements, fixes and changes
------------

Starting with LPub3D version 2.3.0, the README notes will present a short overview of the update (these paragraphs) along with the significant features, enhancements, fixes and changes as links to their respective LPub3D GitHub tickets. While this instance of the README will continue to be updated you should consult the hyperlinked version.

LPub3D 2.3.0 presents a few significant new features. Notably "True" fade, multi-segment pointers, console commands with headless operations, and, my favourite, continuous page processing - simply click and have a brew while LPub3D does the repetitive work of cycling through your model file.
Significant user interface enhancements include "Dark Mode" for the Night Owls, rulers and guides, and additional 3DViewer panes presenting properties and time-line. In addition to the existing menu button, the property pane also offer x,y,z dialogues to enter your ROTSTEP matrix. Enjoy, Cheers.

New feature - Continuous page processing - GitHub ticket #76
New feature - Go Dark - Add dark theme - GitHub ticket #73
New feature - "Native" renderer based on 3DViewer (LeoCAD library) - GitHub ticket #71
New feature - "Native" POV file generation based on LDView library - GitHub ticket #77
New feature - Multi-segment page, divider and callout pointers - GitHub ticket #67
New feature - "True" part fade and part highlight - GitHub ticket #47
New feature - UI dialogue to set sub-model level color - GitHub ticket #69
New feature - Scene horizontal and vertical ruler and axis guides - GitHub ticket #68
New feature - Console commands - GitHub ticket #12
Enhancement - Default assembly orientation angles to Assembly Setup - GitHub ticket #72
Enhancement - Headless mode on Linux, macOS and Windows Platforms - GitHub ticket #56
Enhancement - Improved ROTSTEP entry from 3DViewer pane - GitHub ticket #- GitHub ticket #78
Enhancement - Keyboard shortcuts for Edit commands - GitHub ticket #63
Enhancement - Respect relative and absolute paths for inserted images - GitHub ticket #61
Enhancement - Rotate Icon resize - GitHub ticket #66
Enhancement - Set renderer from project setup menu - GitHub ticket #70
Enhancement - Use an image for Rotate Icon - GitHub ticket #6262)
Change - Move LPub3D.ini file to application location for Windows portable distros - GitHub ticket #75
Change - Update 3DViewer to LeoCAD 18.2 commit 15d5e89
Bug - Go To page function broken - GitHub ticket #55
Bug - Insert text on a sub-model insertion page gets placed in the sub-model instead of the parent model - GitHub ticket #53
Bug - Mixed-page orientation incorrect - GitHub ticket #59
Issue - Abnormal program end on malformed CALLOUT - GitHub ticket #74
Issue - Automatically add assembled image of multi-occurrence sub-model to parent page - GitHub ticket #65, description
Issue - Landscape page orientation for .pdf export not working - GitHub ticket #58, cannot reproduce
Issue - LDView Multiple files single call rendering slow - GitHub ticket #54
Issue - LDView on macOS not loading - missing libraries - GitHub ticket #57
Issue - LPub3D renders very slow on Windows - GitHub ticket #60, duplicate

[close]

https://sourceforge.net/projects/lpub3d/?source=directory
Titel: CudaText 1.80.1
Beitrag von: SiLæncer am 17 Mai, 2019, 21:00
Whats new:>>

    Add: double-click now selects a) group of spaces, b) group of symbol chars (like EmEditor)
    Add: lexers C, C++: show "typedef ...{...}" in code-tree
    Fix: crash during code-tree filling

http://www.uvviewsoft.com/cudatext/
Titel: Rejbrand Text Editor 3.1.2.0
Beitrag von: SiLæncer am 18 Mai, 2019, 19:30
(https://i.postimg.cc/2yxYjBSZ/screenshot-1599.png)
Edit and format text from a large variety of options, highlight syntax for XML, Object Pascal/Delphi, AlgoSim and INI files, along with text transformation using ROT13, Caesar cipher and Vigenère encryption algorithm.

Freeware

https://english.rejbrand.se/rejbrand/apps_rte.asp
Titel: Dnote 0.7.0
Beitrag von: SiLæncer am 18 Mai, 2019, 20:00
(https://s26.postimg.cc/z38h40qwp/screenshot_529.png)
Write technical notes and neatly organize them into books without leaving the command line with the help of this simplistic utility.

MIT License

Changelog

    Simplify the view, add, and edit commands.
    before
    dnote view [bookname] [noteid]
    dnote edit [bookname] [noteid]
    dnote remove [bookname] [noteid]
    after
    dnote view [noteid]
    dnote edit [noteid]
    dnote remove [noteid]
    The requirement of book name was nothing more than a vestige of older Dnote with JSON storage. With SQlite as storage, we do not need them anymore.
    Disallow book names with only numbers to simplify the view, add, and edit commands.

[close]

https://dnote.io/
Titel: QOwnNotes 19.5.3
Beitrag von: SiLæncer am 19 Mai, 2019, 20:00
(https://s26.postimg.cc/hoi1ahlcp/screenshot_978.png)
QOwnNotes is a text editor / notepad replacement with markdown support and todo list manager. The program supports themes, keyboard shortcuts, syntax highlighting, and encryption. Includes available nested file list, tags, search, and more. Optionally works with the notes application ownCloud or Nextcloud.

Cross-platform with clients available for Mac and Linux.

License:    GPL

Changelog

    if the setting Show all notes in a folder including their subfolders is activated now the note-subfolder list will show the note count recursively for all children note-subfolders (for #1206)
    added aarch64 architecture to AUR build process
    added more Czech, Finnish, Croatian, Romanian, Slovak, Slovenian, Brazilian Portuguese, Russian, German, Spanish, Hungarian, Dutch, Italian translation (thank you Fabijenna, mlimacarlos, mikhail-khokhlov, rakekniven, richarson, tiwi90, mlocati)

[close]

http://www.qownnotes.org/
Titel: TeXstudio 2.12.16
Beitrag von: SiLæncer am 19 Mai, 2019, 20:30
(https://s26.postimg.cc/qg3rilqfd/screenshot_273.png)
GPL-LaTeX-Editor, der das Erstellen von LaTex-Dokumenten in Unicode vereinfacht; unterstützt den Nutzer beim Schreiben mittels interaktiver Rechtschreibprüfung, Syntax-Highlighting, Code-Folding und automatischer Code-Vervollständigung.

Lizenz: Open Source

Whats new:>>

This is mainly a bug fix release.
Most notably change is flickerfree update of pdf.
LanguageTool >=3.6 is only supported with Qt5.

http://texstudio.sourceforge.net/
Titel: Text Editor Pro 7.1.0
Beitrag von: SiLæncer am 19 Mai, 2019, 21:30
(https://s26.postimg.cc/hfdkhoj9l/screenshot_896.png)
Text Editor Pro (formerly EditBone) is a powerful text editing tool that comes with syntax highlighting support for over 50 languages and scripts, customizable with over 100 options, 29 ready made styles, a handy file comparison feature, unicode character map, numerical unit convert tool, SQL formatter, and support for multiple directories and search results.

Freeware

Changelog

    Added -inipath application parameter
    Added auto complete delay interval search option (default 500 ms)
    Added editor backup options (default disabled)
    Added case sensitive search option
    Added search on typing delay interval search option (default 300 ms)
    Added search on typing search option (default enabled)
    Fixed clipboard history application option
    Fixed INI file reading
    Fixed language files
    Fixed menu bar
    Fixed message dialogs
    Fixed search
    Fixed search options
    Fixed startup
    Updated Inno Setup installer
    Updated and fixed AlphaSkins controls v14.24 - http://www.alphaskins.com/

[close]

http://texteditor.pro/
Titel: Notepad++ 7.7
Beitrag von: SiLæncer am 19 Mai, 2019, 22:00
(https://i.postimg.cc/90QrsKpv/screenshot-818.png)
Notepad++ is a tabbed source code editor and Notepad replacement with a customizable interface. It is one of the few few source code editors that supports "folding," allowing users to quickly reduce and expand sections of code to see the overall document. In addition, it features multi-language syntax highlighting, auto-completion, regular expression search/replace, macro recording and playback, etc. The program can access a long list of plug-ins via an easy-to-access menu with even more features and functions.

License: GPL

Changelog

    Continue Microsoft binary code signing thanks to the offer from DigiCert (again).
    Upgrade Scintilla from v3.56 to v4.14.
    Fix a regression of memory issue while reloading a file.
    Fix cursor flickering problem after double clicking on URL.
    Make Python files default to using spaces instead of tabs.
    Add "Count in selection" option in Find dialog.
    Add Ctrl + R shortcut for "Reload from disk" command.
    Fix '\' display problem in CSS while using themes (Remove Batang font for CSS tags).
    Fix crash while right clicking on DocSwitcher's column bar.
    Fix all plugins being removed problem while Plugin Admin romoves an old plugin (of old system).

[close]

https://notepad-plus-plus.org/
Titel: BabelEdit 2.2.0
Beitrag von: SiLæncer am 21 Mai, 2019, 05:10
(https://s26.postimg.cc/7efmb9imh/screenshot_979.png)
A translation editor that can process one or more JSON files at the same time, providing support for both json and namespaced-json formats.

Freeware

Changelog

    Features:

    Display similar phrases
    Added Bengali (bn-IN)

    Fixes:

    react-intl: automatically copy default texts to JSON of primary language

[close]

https://www.codeandweb.com/babeledit
Titel: HostsCK 2.2.8.0
Beitrag von: SiLæncer am 21 Mai, 2019, 05:20
(https://s26.postimg.cc/931bwfpi1/screenshot_343.png)
Seamlessly access and edit Windows' Host file so you manage the list of blocked and allowed websites more efficiently via this application.

Freeware

Changelog

    Fixed: Internet Explorer loading when HostsDE checked for a Hosts update while a VPN client was connecting or had disabled an internet connection.
    Fixed: HostsCK crash when launching the Hosts update server in the default browser.
    Added: Autosave setting. Open or drag and drop a Hosts file into HostsCK and it will be automatically saved. HostsDE, if set to check for mvps Hosts updates, will download and save the Hosts update when an update becomes available. Autosave is disabled by default. Go to ” Settings > Backup & Saving ” to toggle autosave.
    Added: shortcut key for full view (F11).
    Changed: Changed internet connection ping from 4.2.2.2 to 8.8.8.8 as several users reported problems with HostsCK and HostsDE detecting an internet connection.
    Improved: Graphical changes to the built-in web browser.

    Following is a list of changes made due to the fact that HostsCK has been marked as final:

    Removed: HostsCK performance information as it was only used for testing purposes.
    Removed: Email with bugs and suggestions email client.
    Removed: Check for program updates.
    Removed: Error logging.
    The help file, ListCK and KnockKnock are now included in the install and in this update.


[close]

http://redisoft.uk/hck/
Titel: EmEditor Free 18.9.3
Beitrag von: SiLæncer am 21 Mai, 2019, 06:07
(https://s26.postimg.cc/pbg87i3s9/screenshot_1195.png)
EmEditor is a lightning-fast, tabbed text editor with themes, syntax highlighting, stay-on-top, and customizable keyboard mapping. The program supports batch find-and-replace, regular expressions, and more.

The program beat a variety of other text editors in tests performed by TPFC user TP109. Additional features are available via a non-free version.

Free for personal use

Whats new:>>

Fixed customer-reported issues.

https://www.emeditor.com/text-editor-features/history/emeditor-free/
Titel: MiKTeX 2.9.7079
Beitrag von: SiLæncer am 22 Mai, 2019, 13:16
(https://i.postimg.cc/KzkJ4d7b/screenshot-1397.png)
MiKTeX (pronounced mick-tech) is an up-to-date implementation of TeX/LaTeX and related programs for Windows (all current variants).

Freeware

http://miktex.org/
Titel: Network Notepad 5.0.29
Beitrag von: SiLæncer am 22 Mai, 2019, 16:30
(https://s26.postimg.cc/wuply3q2h/screenshot_425.png)
Network Notepad is a specially designed application for creating interactive network diagrams.

Now you can use this accessible and easy-to-use instrument to create or manage the diagrams you need.

Point-and-Click Telnet/ Browse/ User-definable
Network Management.
Simple Drag and Drop interface.
Open, Text Based File Format.
Printing.
Linked Diagrams.
Flow Charts.

Freeware

http://www.networknotepad.com/index.htm
Titel: EmEditor Free v18.9.4
Beitrag von: SiLæncer am 23 Mai, 2019, 06:00
Whats new:>>

Fixed customer-reported issues.

https://www.emeditor.com/text-editor-features/history/emeditor-free/
Titel: ProgramEdit 4.8.1
Beitrag von: SiLæncer am 24 Mai, 2019, 04:50
(https://s26.postimg.cc/wcabyxqq1/screenshot_58.png)
ProgramEdit - a free Windows® software source-code editor. ProgramEdit includes language support for HTML, Ada, C/C++, C#, CSS, JAVA, JavaScript, Perl, PHP, Python, Ruby, VB, VBScript, Verilog, VHDL and Batch(.bat) files. Other features include tabbed file selection, text highlighting, find & replace, regular expressions, sesssions, bookmarks, multiple undo/redo and hyperlinks.

Freeware

Whats new:>>

- minor update

http://simplesolverlogic.com/index.html
Titel: EmEditor Free 18.9.5
Beitrag von: SiLæncer am 24 Mai, 2019, 05:20
Whats new:>>

    Fixed the issue where EmEditor could crash on old CPUs without the AVX instruction set (due to the new version of Compiler incorrect output).
    Fixed the issue where EmEditor displayed the message box “File changed by another program. Reload with changes?” after saving a network file.

https://www.emeditor.com/text-editor-features/history/emeditor-free/
Titel: CudaText 1.81.0
Beitrag von: SiLæncer am 24 Mai, 2019, 19:30
(https://s26.postimg.cc/k6wu8qcrt/screenshot_901.png)
Create programming scripts with this powerful tool that supports more than 130 languages and allows users to work concurrently on as many as six groups of projects.

Freeware

Changelog

    add: option "indent_auto_rule": RegEx which allows to make additional indent on pressing Enter
    add: program can use _default_ lexer-specific configs from folder settings_default
    add: few default lexer configs for "tab_size"/"tab_spaces": C, C++, CSS, JS, JSON, Pascal, Python...
    add: few default lexer configs for "indent_auto_rule": Lua, Pascal, Python, Ruby (not needed for C-like lexers)
    add: dialogs "Lexer library", "Lexer properties" made resizable, they save size
    add: program saves to session name of current side-panel and bottom-panel
    change: 3 submenus in the Options menu - Themes-UI, Themes-Syntax, Translations were replaced with menu-dialogs; added 3 commands to call them
    fix: plugin "Numbered Bookmarks" had incorrect bookmark color on dark themes
    fix: detection of "modified" state for 2nd file in pair-tab (e.g. default.json+user.json)

[close]

http://www.uvviewsoft.com/cudatext/
Titel: nanDECK 1.24.3
Beitrag von: SiLæncer am 25 Mai, 2019, 19:45
(https://s26.postimg.cc/6uxy2fkg9/screenshot_70.png)
nanDECK is a scripting graphic software that provides a simple yet flexible language to create multiple images suited for cards or counters .

Freeware

http://www.nand.it/nandeck
Titel: OutWiker 3.0.0.862 dev
Beitrag von: SiLæncer am 26 Mai, 2019, 20:45
(https://s26.postimg.cc/87bx6b16h/screenshot_33.png)
OutWiker is an open-source personal wiki and outliner. Notes are stored in a tree, and kept in the form of directories on the disk. This encourages changing the base by external sources and programs. Currently there are three types of pages supported: plain text, HTML, and wiki. External files (such as pictures) can be attached to pages, and pages can be linked to each other. Each tree branch can be opened as a separate wiki. Other features include tag support, global search (notes and tags), bookmarks, HTML syntax highlighting and icons for notes.

OutWiker can be downloaded with or without plugins, as well as for Linux systems.

License : GPL

Changelog

    New GUI displayed if the notes tree is not currently open.
    New GUI when selecting the root of the notes tree.
    New GUI to show a page with unknown type.
    Changing the appearance of a window reporting a lengthy operation (for example, opening a notes tree).
    Update German localization.
    Other GUI improvements.
    Fix errors.
    Update used libraries.

[close]

http://jenyay.net/Outwiker/English
Titel: CodeLite 13.0.0
Beitrag von: SiLæncer am 27 Mai, 2019, 16:30
(http://codelite.org/images/codelite-linux-thumb.png)
CodeLite is created as a powerful and cross-platform instrument that allows you to analyze and edit C / C++ source code files.

CodeLite is an open source tool that makes use of an user-friendly, yet sophisticated interface that allows users to easily create and build complex projects.

License: GPL

Changelog

Improvements

    Make alphabetical sorting of the Notebook tabs' dropdown menu optional from settings->preferences->windows & tabs
    Remove the Trace output tab. Instead of the Trace tab, all the log messages are now redirected to CodeLite log file ~/.codelite/codelite.log
    Spell checker plugin "Continuous" mode is now persistent between runs
    Make Ctrl-C over an empty line copying the entire line optional
    spellcheck: a bit more false positive reduction in continuous mode
    Navigation bar: allow the user to place it below or above the editor control
    (feature request) Show number of chars and/or bytes in text selection in the footer
    (feature request) Add possibility for renaming folders
    lldb: added run-to-caret and jump-to-caret.
    lldb: added option to dislay thread name to threads pane
    lldb: added add watch context menu in editor and remove watch context menu in locals view
    lldb: expanded locals recursively and don't re-expand previously collapsed items
    lldb: added a thread context menu with suspend/resume.
    lldb: quickly add inner class members into the watch view
    lldb: support changing the display format (similar to gdb)
    Make the Ctrl-TAB and Ctrl-Shift-TAB configurable
    Feature Request: move editor tab left/right functionality
    subversion plugin : cannot handle unversioned files
    Feature request: Find In Files: all files relative from workspace (and down)
    wxCrafter: added support for subclassing wxToolBar and wxAuiToolBar
    New Notebook style was added
    Detach Editor now allows to DnD editors from the main notebook to the detached frame
    Database explorer UI revamped
    Support customizing the captions colours
    Added syntax highlight for Dockerfile
    New plugin: Docker, now edit build and execute Docker containers from CodeLite
    ToolBar: support customisation (choose which tools are displayed)
    CodeLite is now more friendly with the dark themes
    Use new controls for trees and table based views
    Allow building a header file (by compiling its CXX counterpart)
    Don't execute post build commands when compiling a single file
    Adjust doxygen settings when using /*!
    Make CodeLite compile and run against GTK3
    CodeLite is now built for macOS mojave and is looking great under the dark theme
    All bitmaps were replaced with a consistent clear bitmaps (two sets created: for dark and normal themes)
    Terminal support in CodeLite simplified. There is a single location where you can choose which terminal (from a predefined list of terminals) to use, this selection now affects all terminals launched by CodeLite
    macOS: support for iTerm2
    wxCrafter: support wxMiniFrame
    WebTools plugin: Node.js debugger re-written to support newer versions of Node.js (The Node.js project changed the debugger protocol)
    The debugger toolbar is now a floating toolbar that shows when debug session starts
    No more splash screen
    Find in Files dialog feature req
    It is now possible to perform find in files in the SFTP tree view
    CppCheck updated to version 1.85
    CodeLite now accepts folder path as a command line argument and opens it in the "Explorer" view. If a workspace file exists in the path given, the workspace is loaded instead of opening the folder
    Opening the Find-in-Files dialog while the focus is set to the C++ workspace view will cause the Find-In-Files to search in the selected items only (files, projects, virtual folders and workspace)
    Support document code completion (i.e. hitting Ctrl-Space in a block comment will suggest the various document keywords (e.g. @param @brief etc.)
    NodeJS debugger: added the ability to copy the backtrace into the clipboard
    Implement PHP comments fold
    Added support to Language Servers
    Find In Files: the Look In and File mask fields are now kept and loaded per workspace type. Sensible defaults are used per workspace
    Find In Files: the Look In field is now a free text field
    Language Server plugin: auto restart the LSP once new compile_commands.json is generated
    New plugin: EOSWiki - support blockchain development using EOSIO
    Find In Files: allow to exclude folder from the search by using wild card syntax. For example, to exclude all content from node_modules folder, you can add to the Look In field this line:

-*node_modules*
Better dark theme support for OS with no dark theme
CodeLite diff plugin: support folders diff Ctrl-Alt-F by default.
Added support for pinned projects view. A pinned projects gives a quick access to the project context menu without the need to search for the project item in the C++ workspace view

Bugs

    Files opened via the SFTP no longer displays the "cloud" icon
    Allow spell checker plugin to work with multiple CodeLite instances
    Fixed: Ctrl-Shift-P -> Svn Commit does not work
    Fixed: Checking "Use Codelite's built-in terminal emulator" requires uninstall/reinstall
    Fixed: crash when editing keyboard shortcut
    Fixed: Doxygen tweaks use wrong line ending
    Fixed: OSX: at times, the nodejs debugger did not start
    Copy & paste functions in SVN Commit dialog are not available
    Right clicking on vdir with physical one does not default new template wizard to that directory
    New Class and New Template Wizard do not enforce same filename case
    wxCrafter: Fixed: when using in frame mode, make sure that all dialogs shown from wxC, are parented to this main frame and not CodeLite's one
    wxCrafter: Fixed: Top level windows (Frame, Dialog and Top level Panel) did not honor the common properties (bg colour, fg coluor, hidden, focused and disabled state)
    wxCrafter: Fixed: When in frame mode, use CodeLite' wxAUI docking art for UI persistency
    wxCrafter: Fixed: All generated files are now formatted according to CodeLite's formatter settings
    wxCrafter: Fixed: Honor the "Format Inherited Classes" setting property
    Fixed: debugger arrays are displayed incorrectly in the Locals & Watches view
    Fixed: code completion window is not positioned correctly on multiple screens with different resolutions
    Fixed: unable to select virtual directory in various wxCrafter dialogs
    When starting CodeLite from the command line with a file name as input, don't show the welcome page
    Fixed: creating a C++ workspace by dragging a folder from the file manager does not work if the folder has special chars in it's name
    Fixed: Memcheck generates malformed XML file path, cannot create file and fails to start
    Fixed: codelite-make broken
    Fixed: CMake plugin regression (missing double quotes in the generated link_directory entries)

[close]

http://codelite.org/
Titel: QOwnNotes 19.5.4 Build 4287
Beitrag von: SiLæncer am 28 Mai, 2019, 04:30
(https://s26.postimg.cc/hoi1ahlcp/screenshot_978.png)
QOwnNotes is a text editor / notepad replacement with markdown support and todo list manager. The program supports themes, keyboard shortcuts, syntax highlighting, and encryption. Includes available nested file list, tags, search, and more. Optionally works with the notes application ownCloud or Nextcloud.

Cross-platform with clients available for Mac and Linux.

License:    GPL

Changelog

    when using the Web Companion browser extension you now need to enter a security token to communicate with QOwnNotes to ensure no other website or application can access your bookmarks
        you will get a new dialog that shows the token as soon as the browser extension accesses QOwnNotes
        you can also change the security token later in the Browser extension settings
    the Web Companion browser extension was updated to version 19.5.3
        you are now able to enter a security token to communicate with QOwnNotes
        added a lot of translation
        you now can import all browser bookmarks (for #8)
        fixed a bookmark filtering problem
    added a new editor color schema Solarized Light by @fairplay (for #1208)
    added more Indonesian, Slovenian, Swedish, Romanian, Slovak, Russian, Italian, Spanish, Brazilian Portuguese, Finnish, Norwegian, Danish, Greek, Polish, Cebuano, Hungarian, Dutch, Czech, Croatian translation (thank you zmni, Fabijenna, mikhail-khokhlov, mlocati, richarson, mlimacarlos, tiwi90)

[close]

http://www.qownnotes.org/
Titel: Dnote 0.8.0
Beitrag von: SiLæncer am 28 Mai, 2019, 04:50
(https://s26.postimg.cc/z38h40qwp/screenshot_529.png)
Write technical notes and neatly organize them into books without leaving the command line with the help of this simplistic utility.

MIT License

Changelog

Add --name-only flag to the view command when listing books. This is used by autocompletion script for zsh and bash.

[close]

https://dnote.io/
Titel: EmEditor Free 18.9.6
Beitrag von: SiLæncer am 28 Mai, 2019, 09:08
(https://s26.postimg.cc/pbg87i3s9/screenshot_1195.png)
EmEditor is a lightning-fast, tabbed text editor with themes, syntax highlighting, stay-on-top, and customizable keyboard mapping. The program supports batch find-and-replace, regular expressions, and more.

The program beat a variety of other text editors in tests performed by TPFC user TP109. Additional features are available via a non-free version.

Free for personal use

Changelog

Fixed a bug where EmEditor could not always save a file when the “Use Recycle Bin to Backup” option was set.
Fixed a bug with Replace All in very large files.
Fixed a visual issue where more than 2.1 billion strings were replaced by Replace All.
Fixed a bug where EmEditor could crash while replacing using regular expressions and replace expressions.
Optimized drawing outlining.
Adjusted the vertical scroll position after resetting Filter while the Incremental Search option is on.
Fixed an issue where saving a file to a USB drive was slow.

[close]

https://www.emeditor.com/text-editor-features/history/emeditor-free/
Titel: QOwnNotes 19.5.5 Build 4291
Beitrag von: SiLæncer am 28 Mai, 2019, 12:24
Changelog

you are now able to manually edit the security token for your Web Companion browser extension to be able to use the same token across different devices in case you are syncing your browser settings
the Web Companion browser extension was updated to version 19.5.4
you are now also able to enter the security token in the browser extension options
added more translation
added more Catalan, Spanish, Italian translation (thank you MGuerra, richarson, mlocati)

[close]

http://www.qownnotes.org/
Titel: Network Notepad 6.0.0
Beitrag von: SiLæncer am 28 Mai, 2019, 19:30
(https://s26.postimg.cc/wuply3q2h/screenshot_425.png)
Network Notepad is a specially designed application for creating interactive network diagrams.

Now you can use this accessible and easy-to-use instrument to create or manage the diagrams you need.

Point-and-Click Telnet/ Browse/ User-definable
Network Management.
Simple Drag and Drop interface.
Open, Text Based File Format.
Printing.
Linked Diagrams.
Flow Charts.

Freeware

http://www.networknotepad.com/index.htm
Titel: EmEditor Free 18.9.7
Beitrag von: SiLæncer am 29 Mai, 2019, 09:09
Changelog

Fixed a bug where EmEditor could crash on old CPUs without the SSE3 instruction set.
Fixed a bug where EmEditor did not work correctly if too many characters were replaced by Replace All in a very large file.
Fixed a bug where EmEditor could crash on Replace All in very large files on the 32-bit version by limiting the number of threads to 4 for the 32-bit version in order to reserve required memory per thread.

[close]

https://www.emeditor.com/text-editor-features/history/emeditor-free/
Titel: MiKTeX 2.9.7086
Beitrag von: SiLæncer am 29 Mai, 2019, 13:07
(https://i.postimg.cc/KzkJ4d7b/screenshot-1397.png)
MiKTeX (pronounced mick-tech) is an up-to-date implementation of TeX/LaTeX and related programs for Windows (all current variants).

Freeware

http://miktex.org/
Titel: QOwnNotes 19.5.6 Build 4295
Beitrag von: SiLæncer am 29 Mai, 2019, 21:30
Changelog

    fixed creation of empty notes at the note root folder when importing Evernote enex files into a note sub-folder (for #1212)
    added a more descriptive text in the browser extension security token dialog
    the Web Companion browser extension was updated to version 19.5.5
        the security token will now be sent correctly to QOwnNotes for context menu operations (for #10)
    added more Russian, Italian, Indonesian translation (thank you mikhail-khokhlov, mlocati, zmni)

[close]

http://www.qownnotes.org/
Titel: CudaText v1.81.2.0
Beitrag von: SiLæncer am 30 Mai, 2019, 10:00
(https://s26.postimg.cc/k6wu8qcrt/screenshot_901.png)
Create programming scripts with this powerful tool that supports more than 130 languages and allows users to work concurrently on as many as six groups of projects.

Freeware

Changelog

+ add: command "open file, in text viewer"
+ add: command "open file, in hex viewer"
+ add: command "open file, in unicode viewer"
* change: replaced option "ui_max_lines_codetree" to "ui_max_ranges_codetree" (which is more accurate limit)
- fix: multi-selection by mouse was broken in last few releases
- fix: very slow unfold action in huge files
- fix: block staples can paint incorrectly in huge files
- fix: changed tab's title can sometimes show without "*" mark
- fix: Find dialog: popup position with Alt+Down

[close]

http://www.uvviewsoft.com/cudatext/
Titel: QOwnNotes 19.5.7 Build 4305
Beitrag von: SiLæncer am 30 Mai, 2019, 19:30
Changelog

    fixed unnecessary scrolling and dark mode link colors in the Browser extension settings (for #1213)
    if the current note has a certain tag it will be now highlighted as bold in the tags panel (for #1210)
    did general performance and memory consumption improvements
    added more Russian translation (thank you mikhail-khokhlov)

[close]

http://www.qownnotes.org/
Titel: Network Notepad 6.0.1
Beitrag von: SiLæncer am 31 Mai, 2019, 10:00
Whats new:>>

    'BugFix: Drag and Drop .ndg file to create hyperlink was broken.
    'BugFix: No prompt to save changes when using the goto next diagram option.
    'BugFix: Automatic updates for Win7XP version of installer was not working.

http://www.networknotepad.com/index.htm
Titel: Torrent File Editor 0.3.15
Beitrag von: SiLæncer am 01 Juni, 2019, 09:40
(https://s26.postimg.cc/ocurkxi15/screenshot_325.png)
Create torrent files from scratch on your computer by configuring a few parameters and choosing the files you want to be contained within it.

License: GPLv3

Whats new:>>

    Update translations
    Move entire project to github

https://github.com/torrent-file-editor/torrent-file-editor
Titel: Zettlr 1.3.0 Beta 2
Beitrag von: SiLæncer am 01 Juni, 2019, 10:00
(https://s26.postimg.cc/vfll9p4mh/screenshot_956.png)
Write text and conveniently edit it using Markdown with the help of this user-friendly and well-thought-out, Electron based application.

MIT License

Release Notes

    GUI and Functionality:

    Attention, this update breaks three shortcuts: To view the file list, the tree view, and the attachment sidebar, you need to use Cmd/Ctrl+! (for toggling the sidebar), and Cmd/Ctrl+? for toggling the attachments. The shortcuts for Cmd/Ctrl+[number] are now reserved for recent documents!
    Attention: Due to changes in the configuration, this update resets your setting concerning text snippets. They are now called "file information" and the corresponding setting will be set to "Show", regardless of your current setting.
    New Feature: Zettlr can now automatically switch between light and dark mode either based on a fixed schedule or, if you are using macOS or Windows, based on the appearance of the operating system.
    New Feature: Add words to the user defined dictionary. You can remove words by removing them in the "Editor" tab in the preferences.
    New Feature: You can now provide a default path for images that you paste onto the editor in the preferences. If you provide a relative path, it'll be relative to the file.

    New Feature: In the preferences you can now switch between the three themes of the app:

    Berlin: A modern sans-serif theme, the default.
    Frankfurt: A clean serif-based theme with royal blue highlights.
    Bielefeld: For Markdown purists, this theme features creme colours and a monospaced font.
    New Feature: Rearrange sections in your documents by dragging the headings in the Table of Contents popup around (Note: Only works with ATX-Style headings!). Please note that the last section will always count until the very last line, therefore including footnotes and references.
    New Feature: You can now also load BibTex files into Zettlr.
    Popup redesign: Now the popups aren't semi-transparent anymore, have rounded edges and are much more crisp. Therefore it's even easier to read them.
    Display contributors tab on the about dialog containing the names of all authors of the translation files.
    You can now customize the pandoc command to your liking using several variables.
    Added syntax highlighting for
    Go (keyword: "go")
    Kotlin (keyword: "kotlin")
    Add shortcuts for easier access to the recent documents.
    HTML export now relies on Pandoc, if available, and only falls back to Showdown if Pandoc hasn't been found on the system.
    You can now edit Math formulae by clicking on them.
    The tag count is now shown next to the tags in the tag cloud.
    During global search, the search results will include all files once at most, so files within virtual directories, for example, will be excluded to prevent duplicate files.
    The preview images when pasting an image from clipboard load faster.
    Formatting marks at the beginning or end of a misspelled word are now excluded from the selection.
    Now, if trying to follow a link without a protocol (e.g. www.google.com instead of https://www.google.com), Zettlr will automatically assume https as the protocol to make sure it can be opened by the web browser. Correctly configured servers should automatically redirect you to http, if applicable.
    Zettlr now highlights the full link when you right-click it to give visual feedback that the context menu options "Copy Link" or "Open Link" will indeed use the full link, and not just a part of it.
    The dictionary selection is now more compact than before.
    The editor automatically selects the word under cursor on requesting a context menu, making both the code more clean and enabling you to simply right-click a word to make it, for instance, bold.
    Now you can comment out selections of text using the new shortcut Cmd/Ctrl+Shift+C.
    You can now also link to files on your local filesystem from within Markdown files. Zettlr will try to open them. The following algorithm is applied internally: First, try to open the link just like that. Second, try to open the current file's folder plus the link. Third, try to open https://<link>. If all three methods don't yield a result, Zettlr will show you a notification.
    The GUI is not locked anymore while a popup is shown.
    The tag preferences have been updated.
    CodeMirror by default sets the cursor to the beginning or end of a whole line (with line wrapping). You can now change that behaviour, so that the Home and End buttons bring you to the beginning and end of the visible lines, not the logical lines.
    Zettlr now counts completed pomodoros.
    The image path of pictures pasted from clipboard will now always be relative.
    You can now drag & drop attachments onto the editor.
    The full path to an attachment will now be shown on mouse over.
    You can now turn off the dialog asking you to load remote changes into the editor by checking the corresponding checkbox in the preferences or in the dialog.

    Fixes:

    Fixed a bug that would, on certain actions, lead to unwanted behaviour when using the menu items for these actions instead of the shortcut.
    The last opened file will now be added to the recent documents on start up.
    The window's title will now only contain the currently opened file's name, and never the full path, even for root files.
    The dictionary loading mechanism works far more reliably now.
    Fixed a bug with checking and unchecking task items in the editor.
    Fixed an error in option validation.
    Fixed the translations for the pagenumbering sections in the PDF preferences and project settings.
    Fixed a small bug concerning case insensitive searching.
    Fix for single-letter Math preview.
    Fixed the "remove from virtual directory" command.
    Design fix for dialog tabs on small screens.
    Fix automatic rendering of Markdown links containing brackets (especially a problem for Wikipedia links)
    Improved performance during window resizing and moving.
    Removed all inline-javascript from the index.htm and moved it to a new main.js in the renderer process.
    Links will not be rendered within comments anymore so that you can escape Markdown links as expected using backticks.
    Fixed wrong cursor positioning after the headings have been altered.
    Finally exchanged all mentions of "snippets" with "File metadata" or information, respectively, to reflect the fact that text fragments (a.k.a. "snippets") have been ditched several months ago.
    Fixed an issue that prevented from re-creating writing targets after deleting them without a restart of the app.
    Fixed inconsistent behaviour with the document search.
    When trying to close the main window immediately after modifying the open document, you will now not be prompted to save the document anymore. All changes will be saved automatically.
    Now files with more than one tag will have tag indicators more consistent to files with only one tag.
    On rare occasions, Zettlr instances run on Windows can enter a zombie state where the main process is still running albeit the main window has been closed. Trying to run Zettlr anew will fail with an error due to the (now non-existing) window being accessed during the on-second-instance event. This fix makes sure a window will be opened in any case if there is none prior to restoring Zettlr.
    Fixed the placement of the popups, so they should now be visible.
    Fixed the context menu on files that have visible tags.
    Fixed wrong citation suggestions after a change of the library file.
    Fixed a bug causing the attachment extensions to be checked case-sensitive, instead of case-insensitive.

    Under the Hood:

    Re-throw errors during command run in Zettlr main class.
    Moved the dictionary to its own dedicated provider for more versatility and improved upon its functionality.
    Created an appearance provider which takes care of switching the Zettlr theming based upon user choices.
    Switched from the build-property electron-build toolchain to the API.
    Switched to Electron 5.0.0.
    Some CSS cleanup, again.
    Changed the way popups are closed from an invisible barrier div to a simple click detection handler.
    Added Table and Strikethrough support to the copy & paste operations.
    Moved the Table-of-Contents-popup to the ZettlrBody class.
    Removed excess debug code.

[close]

https://www.zettlr.com/
Titel: VNote 2.6
Beitrag von: SiLæncer am 01 Juni, 2019, 10:30
(https://s26.postimg.cc/871od8huh/screenshot_1147.png)
Peculiar yet interesting, open source piece of software that sports both Markdown editing capabilities and note management features.

MIT License

Changelog

    Version-specific user track;
    Package available in NixOS (@kuznero).

[close]

https://tamlok.github.io/vnote/
Titel: QOwnNotes 19.6.0
Beitrag von: SiLæncer am 02 Juni, 2019, 14:00
(https://s26.postimg.cc/hoi1ahlcp/screenshot_978.png)
QOwnNotes is a text editor / notepad replacement with markdown support and todo list manager. The program supports themes, keyboard shortcuts, syntax highlighting, and encryption. Includes available nested file list, tags, search, and more. Optionally works with the notes application ownCloud or Nextcloud.

Cross-platform with clients available for Mac and Linux.

License:    GPL

Changelog

    You are now able to distinctively tell QOwnNotes to use the dark mode icon theme without using the dark mode in the Interface settings (for #1209 and #1177)
    added more Danish, Czech, Finnish, Greek, Spanish, Hungarian, Dutch translation (thank you Fabijenna, richarson)

[close]

http://www.qownnotes.org/
Titel: Text Editor Pro 7.2.0
Beitrag von: SiLæncer am 03 Juni, 2019, 04:30
(https://s26.postimg.cc/hfdkhoj9l/screenshot_896.png)
Text Editor Pro (formerly EditBone) is a powerful text editing tool that comes with syntax highlighting support for over 50 languages and scripts, customizable with over 100 options, 29 ready made styles, a handy file comparison feature, unicode character map, numerical unit convert tool, SQL formatter, and support for multiple directories and search results.

Freeware

Changelog

- Added copy with line numbers (Ctrl+Alt+C)
- Added show button focus rect application option (default enabled)
- Added use button colors application option (default disabled)
- Fixed bookmarks when deleting lines
- Fixed button focus rect
- Fixed copy to clipboard
- Fixed hex editor
- Fixed language files
- Fixed scaling change
- Fixed Virtual TreeView control
- Optimized language loading
- Optimized text editor control
- Updated and fixed AlphaSkins controls v14.25 - http://www.alphaskins.com/

[close]

http://texteditor.pro/
Titel: RocketCake 3.0
Beitrag von: SiLæncer am 03 Juni, 2019, 13:50
(https://s26.postimg.cc/845jbp2c9/screenshot_542.png)
RocketCake is a free web editor for creating responsive websites for beginners and professional web developers. No programming needed.

Freeware

Changelog

New in this release:

    Box Shadows

    The editor now supports box shadows, for all elements. Select an element like a button, a container, menu, image or similar, right-click and select "Box Shadow...". It works similar to the existing text shadow UI.

Automatic Mobile Navigation Menu

The navigation menu now by default uses the "hamburger menu icon" in mobile mode and generates the mobile menu entry lists automatically from the big, desktop menu version.
You can still switch to a manually created mobile menu by selecting "manually created" in the property window.

64-bit Support

If you are creating large website with many images, there is now a 64 bit version of RocketCake available on the download page, which lets you do that. It basically allows to use much more memory, and works with much bigger projects. The macOS version includes 32 and 64 bit builds in the same download.

Inline PHP code

You can now write PHP tags anywhere on any website, and the content of then is treated as PHP code, if you are creating PHP pages. Like

<?PHP echo ('hello world'); ?>

With this, you can for example directly print PHP variables on a button, inside a styled text, a heading, or similar.
This works only in the Professional edition of RocketCake.

MacOS backwards compatibility

RocketCake works now again even with older MacOS versions, for example High Sierra 10.13 (2017) back up to Mavericks 10.9 (from 2013)

New templates

There are now a lot of new default templates in the editor to choose from, and the old, existing ones have been partially modernized.

New built-in button styles

Added a lot of new default button styles to select from.

Updated mobile devices

New devices supported: iPhone X, XS Max, Google Pixel, Sony XPeria, and more. You can select these now also from the 'View' menu, additionaly.

Faster layout engine

The layout engine has been improved a bit and its performance is now about 20% - 40% better in several circumstances.

New Element Browser

The element browser has been completely rewritten and is now much faster and easier to use. Some users also reported, that previously, the element browser caused RocketCake to crash occasionally on their system, this is now also fixed.

Lots of other smaller improvements, such as

    There is now a new command for making all rows of a table the same height of the currently selected one
    Scrolling with the mouse wheel in the editor is now much faster
    Better automatic font pre-selection for menu entry creation
    Separator editing and preview in menus is now much nicer. Add an entry with the text "-", and you get a separator, which is also shown in the preview as on the website.
    There are now commands for easily moving menu items up or down. Just right-click onto a sub menu entry, and use the "move up" or "move down" commands to move them
    More modern looking editor user interface
    When background images are used in the 'cover' mode of large pages, rendering in the editor now also looks exactly like done in the major browsers
    The toolset palette has been reorganized quite a bit, and now includes all tools on one page.
    The generated login/password page is now a bit nicer (but still can be customized, of course)
    CSS Shadows for sub menus can now be adjusted using the new BoxShadow feature. Just select the sub menu of a navigation menu, right-click and select "Box shadow".

[close]

http://www.ambiera.com/rocketcake/index.html
Titel: Google Web Designer 5.1.0.0529
Beitrag von: SiLæncer am 04 Juni, 2019, 20:30
(http://images.six.betanews.com/screenshots/scaled/1380653954-1.jpg)
Google Web Designer allows you to create engaging, interactive HTML5-based designs and motion graphics that can run on any device. Let us handle the HTML5 and CSS3 so you're free to focus on what you love to do: creating gorgeous visual experiences. A full design suite lets you easily bring any vision to life. If you're feeling more hands-on, all the code behind your designs is hand-editable, so you're never locked out of your own work. Your ideas are now amplified by code - not restricted by it.

Freeware

http://www.google.com/webdesigner
Titel: PilotEdit Lite 12.8.0
Beitrag von: SiLæncer am 05 Juni, 2019, 19:40
(http://www.pilotedit.com/images/OpenInQuickMode.PNG)
PilotEdit is a text, hex, XML, C/C++, HTML, PHP, Java, Javascript and Perl editor that can edit large files of 400GB (40 billion lines).

It offers customizable syntax and keyword highlighting, advanced search and replace operations, automatic text encoding, 256-bit AES encryption/decryption and a built-in FTP/SFTP client lets you open, edit, download and upload large files directly to/from a FTP/SFTP server.

In addition to standard text editing features, PilotEdit can compare and merge two large files of 100GB (10 billion lines). You can also sort, find/remove duplicate lines and extract strings over a large file of 1GB.

Freemium

Whats new:>>

PilotEdit 12.8.0 supports HTML preview.

http://www.pilotedit.com/
Titel: Black NotePad 1.1.4.40
Beitrag von: SiLæncer am 06 Juni, 2019, 12:13
(https://s26.postimg.cc/lj0xxiynt/screenshot_1281.png)
Black NotePad was created as an alternative to the Notepad program of Windows operating systems. While retaining the original functions, Black NotePad improves manageability, contains important new functions, and greatly enhances program compatibility in terms of the edited text.

Freeware

Whats new:>>

Add: Word count

https://www.wintools.info/index.php/black-notepad
Titel: BirdFont 3.24.1
Beitrag von: SiLæncer am 06 Juni, 2019, 13:43
(https://s26.postimg.cc/rd1s4grdl/screenshot_137.png)
BirdFont is a free font editor that lets you create vector graphics and export TTF, EOT & SVG fonts.

License: Open Source

Latest Changes:>>

Add stylistic set substitution, OTF tags ss01 – ss20.

http://birdfont.org/
Titel: TidExpress 2.0.2.0
Beitrag von: SiLæncer am 06 Juni, 2019, 20:45
(https://i.postimg.cc/K8jm6WVC/screenshot-1664.png)
This efficient and reliable application functions as an HTML editor with preview functions as well as a Tidy module for HTML 4 to clean up your files.

Freeware

Whats new:>>

    Some news HTML tags have been added in the main popup.
    A digital signing had been added.
    Optimizer module in beta-test version

http://byteflowerpot.free.fr/EN/tidexpress-editeur-html-en.php
Titel: QOwnNotes 19.6.1
Beitrag von: SiLæncer am 06 Juni, 2019, 21:20
Changelog

    fixed openSUSE, Fedora and Debian build problem
    added more Catalan, Dutch, Hungarian, Russian, Italian, German, Spanish translation (thank you MGuerra, Fabijenna, mikhail-khokhlov, mlocati, rakekniven, soysexy03)

[close]

http://www.qownnotes.org/
Titel: Zettlr 1.3.0 Final
Beitrag von: SiLæncer am 07 Juni, 2019, 18:30
Release Notes

    GUI and Functionality:

    Attention, this update breaks three shortcuts: To view the file list, the tree view, and the attachment sidebar, you need to use Cmd/Ctrl+! (for toggling the sidebar), and Cmd/Ctrl+? for toggling the attachments. The shortcuts for Cmd/Ctrl+[number] are now reserved for recent documents!
    Attention: Due to changes in the configuration, this update resets your setting concerning text snippets. They are now called "file information" and the corresponding setting will be set to "Show", regardless of your current setting.
    New Feature: Zettlr can now automatically switch between light and dark mode either based on a fixed schedule or, if you are using macOS or Windows, based on the appearance of the operating system.
    New Feature: Add words to the user defined dictionary. You can remove words by removing them in the "Editor" tab in the preferences.
    New Feature: You can now provide a default path for images that you paste onto the editor in the preferences. If you provide a relative path, it'll be relative to the file.

    New Feature: In the preferences you can now switch between the three themes of the app:

    Berlin: A modern sans-serif theme, the default.
    Frankfurt: A clean serif-based theme with royal blue highlights.
    Bielefeld: For Markdown purists, this theme features creme colours and a monospaced font.
    New Feature: Rearrange sections in your documents by dragging the headings in the Table of Contents popup around (Note: Only works with ATX-Style headings!). Please note that the last section will always count until the very last line, therefore including footnotes and references.
    New Feature: You can now also load BibTex files into Zettlr.
    Popup redesign: Now the popups aren't semi-transparent anymore, have rounded edges and are much more crisp. Therefore it's even easier to read them.
    Display contributors tab on the about dialog containing the names of all authors of the translation files.
    You can now customize the pandoc command to your liking using several variables.
    Added syntax highlighting for
    Go (keyword: "go")
    Kotlin (keyword: "kotlin")
    Add shortcuts for easier access to the recent documents.
    HTML export now relies on Pandoc, if available, and only falls back to Showdown if Pandoc hasn't been found on the system.
    You can now edit Math formulae by clicking on them.
    The tag count is now shown next to the tags in the tag cloud.
    During global search, the search results will include all files once at most, so files within virtual directories, for example, will be excluded to prevent duplicate files.
    The preview images when pasting an image from clipboard load faster.
    Formatting marks at the beginning or end of a misspelled word are now excluded from the selection.
    Now, if trying to follow a link without a protocol (e.g. www.google.com instead of https://www.google.com), Zettlr will automatically assume https as the protocol to make sure it can be opened by the web browser. Correctly configured servers should automatically redirect you to http, if applicable.
    Zettlr now highlights the full link when you right-click it to give visual feedback that the context menu options "Copy Link" or "Open Link" will indeed use the full link, and not just a part of it.
    The dictionary selection is now more compact than before.
    The editor automatically selects the word under cursor on requesting a context menu, making both the code more clean and enabling you to simply right-click a word to make it, for instance, bold.
    Now you can comment out selections of text using the new shortcut Cmd/Ctrl+Shift+C.
    You can now also link to files on your local filesystem from within Markdown files. Zettlr will try to open them. The following algorithm is applied internally: First, try to open the link just like that. Second, try to open the current file's folder plus the link. Third, try to open https://<link>. If all three methods don't yield a result, Zettlr will show you a notification.
    The GUI is not locked anymore while a popup is shown.
    The tag preferences have been updated.
    CodeMirror by default sets the cursor to the beginning or end of a whole line (with line wrapping). You can now change that behaviour, so that the Home and End buttons bring you to the beginning and end of the visible lines, not the logical lines.
    Zettlr now counts completed pomodoros.
    The image path of pictures pasted from clipboard will now always be relative.
    You can now drag & drop attachments onto the editor.
    The full path to an attachment will now be shown on mouse over.
    You can now turn off the dialog asking you to load remote changes into the editor by checking the corresponding checkbox in the preferences or in the dialog.
    The file list now shows the full filename after a 1 second delay if you keep your mouse over the name of a file.
    Fixes
    Fixed a bug that would, on certain actions, lead to unwanted behaviour when using the menu items for these actions instead of the shortcut.
    The last opened file will now be added to the recent documents on start up.
    The window's title will now only contain the currently opened file's name, and never the full path, even for root files.
    The dictionary loading mechanism works far more reliably now.
    Fixed a bug with checking and unchecking task items in the editor.
    Fixed an error in option validation.
    Fixed the translations for the pagenumbering sections in the PDF preferences and project settings.
    Fixed a small bug concerning case insensitive searching.
    Fix for single-letter Math preview.
    Fixed the "remove from virtual directory" command.
    Design fix for dialog tabs on small screens.
    Fix automatic rendering of Markdown links containing brackets (especially a problem for Wikipedia links)
    Improved performance during window resizing and moving.
    Removed all inline-javascript from the index.htm and moved it to a new main.js in the renderer process.
    Links will not be rendered within comments anymore so that you can escape Markdown links as expected using backticks.
    Fixed wrong cursor positioning after the headings have been altered.
    Finally exchanged all mentions of "snippets" with "File metadata" or information, respectively, to reflect the fact that text fragments (a.k.a. "snippets") have been ditched several months ago.
    Fixed an issue that prevented from re-creating writing targets after deleting them without a restart of the app.
    Fixed inconsistent behaviour with the document search.
    When trying to close the main window immediately after modifying the open document, you will now not be prompted to save the document anymore. All changes will be saved automatically.
    Now files with more than one tag will have tag indicators more consistent to files with only one tag.
    On rare occasions, Zettlr instances run on Windows can enter a zombie state where the main process is still running albeit the main window has been closed. Trying to run Zettlr anew will fail with an error due to the (now non-existing) window being accessed during the on-second-instance event. This fix makes sure a window will be opened in any case if there is none prior to restoring Zettlr.
    Fixed the placement of the popups, so they should now be visible.
    Fixed the context menu on files that have visible tags.
    Fixed wrong citation suggestions after a change of the library file.
    Fixed a bug causing the attachment extensions to be checked case-sensitive, instead of case-insensitive.
    Fixed the search not saving the strings you were searching for after re-showing the popup.

    Under the Hood:

    Re-throw errors during command run in Zettlr main class.
    Moved the dictionary to its own dedicated provider for more versatility and improved upon its functionality.
    Created an appearance provider which takes care of switching the Zettlr theming based upon user choices.
    Switched from the build-property electron-build toolchain to the API.
    Switched to Electron 5.0.0.
    Some CSS cleanup, again.
    Changed the way popups are closed from an invisible barrier div to a simple click detection handler.
    Added Table and Strikethrough support to the copy & paste operations.
    Moved the Table-of-Contents-popup to the ZettlrBody class.
    Removed excess debug code.


[close]

https://www.zettlr.com/
Titel: CudaText 1.82.0.2
Beitrag von: SiLæncer am 07 Juni, 2019, 22:00
(https://s26.postimg.cc/k6wu8qcrt/screenshot_901.png)
Create programming scripts with this powerful tool that supports more than 130 languages and allows users to work concurrently on as many as six groups of projects.

Freeware

Changelog

    Add: Ctrl+Tab shows new dialog, which cycles through tabs in recently used order; it's controlled by new option "ui_tab_switcher_dialog"
    Add: Emojis are rendered better
    Add: Windows: place IME window near caret, close IME window on click in text
    Add: Windows: system log off is handled (current session is saved)
    Add: command "switch tab, to next"
    Add: command "switch tab, to previous"
    Add: command "switch tab, simply to next"
    Add: command "switch tab, simply to previous"
    Add: command "switch tab, dialog"
    Add: command "switch tab, to recent"
    Fix: High-DPI on Linux
    Fix: focused groups 2..6 were not detected for statusbar/title update
    Fix: Ctrl+Tab didn't work in floating groups

[close]

http://www.uvviewsoft.com/cudatext/
Titel: RJ TextEd 14.0 Beta 3
Beitrag von: SiLæncer am 08 Juni, 2019, 23:40
(https://s26.postimg.cc/775l9vjeh/screenshot_593.png)
RJ TextEd - A Unicode source and text editor. RJ TextEd is a full featured text and source editor with Unicode support, syntax highlighting and code folding. The functionality extends beyond text files and includes support for HTML editing with integrated preview, spell checking, auto completion, HTML validation, templates and more. The program also include support for Topstyle Lite CSS editor, has a dual pane file commander, as well as a FTP client to upload your files. The editor uses language files to display menus and dialogs in different languages. There are several included languages. New language files can easily be created in the editor. RJ TextEd is also a simple web development tool. The editor can use auto completion and hints to assist you in editing your source code. You can preview HTML/ASP/PHP... code using one of the preview tabs or open a document in a browser. The editor does not only handle source code. It also handles true ASCII files, binary files and of course plain text files.

License: Freeware

Changelog

Chrome Preview
Updated component and libraries to version 74.0.3729.

Delay opening file until tab is active
Added an option to delay the loading of a file until you click on the tab or activate the document tab in any other way. This makes opening files much faster.

Tabs with not yet opened files have there file name enclosed with **, so you can see which documents have yet to be opened. E.g. **My file**

The option is off by default in the final version.

Search bar
Redesigned the search bar and added a new toolbar for folder options.
It's only visible when searching folders.

Fixed a few issues as well.

Message panel
Added a context menu item to copy selected lines, or copy the current line if nothing is selected.

You should also be able to use keyboard shortcuts for copy and select all (Ctrl+A, Ctrl+C).

Emmet
Added standard vendor prefix "-" to CSS. E.g. -bdrs (which works the same as -v-bdrs).

Wrap with Abbreviation
Added support for placeholders $#.
The placeholder is replaced with one line of selected text.

Zitat
E.g.
Abbreviation
ul>li[title=$#]*>{$#}+img[alt=$#]

Selection
About
New
Products
Contacts

Result in
<ul>
<li title="About">About<img src="" alt="About" /></li>
<li title="New">New<img src="" alt="New" /></li>
<li title="Products">Products<img src="" alt="Products" /></li>
<li title="Contacts">Contacts<img src="" alt="Contacts" /></li>
</ul>

Fixed several issues and updated the snippets.ini file.

Select Brace Enclosed
Should work now with plain text. Supported braces are (), [], {} and "".

Fixed
* Chrome preview issue at close down.
* Update issues.
* Search bar issues.
* Home page issue with selecting files using SHIFT.
* Other misc issues reported by users.

[close]

Quelle & DL -> https://www.rj-texted.se/Forum/viewtopic.php?f=10&t=4673

http://www.rj-texted.se/
Titel: JSONedit 0.9.32.2
Beitrag von: SiLæncer am 09 Juni, 2019, 18:20
(https://s26.postimg.cc/zcd5ubda1/screenshot_961.png)
JSONedit is a simple editor for the JavaScript Object Notation format "a text-based open standard designed for human-readable data interchange" (source) with availble text and tree views.

Includes array generator using embedded Lua interpreter and Scintilla for text edition.

License:    Freeware

Changelog

    FIXED: 0.9.32 issue with color for value edit in tree view always reset to default after switching nodes or if floating point value was validated
    FIXED: 0.9.32 issue with editing floating point values on systems with locale settings using other decimal separator than "."; for consistency dot is now used as decimal separator all the time
    added option to copy node(s) path (tree and list views) in a form of JSONPath dot notation or bracket notation
    added hints to comment edits explaining that // or /* */ comment marks are required

[close]

http://tomeko.net/software/JSONedit/index.php
Titel: Network Notepad 6.0.2
Beitrag von: SiLæncer am 09 Juni, 2019, 21:00
(https://s26.postimg.cc/wuply3q2h/screenshot_425.png)
Network Notepad is a specially designed application for creating interactive network diagrams.

Now you can use this accessible and easy-to-use instrument to create or manage the diagrams you need.

Point-and-Click Telnet/ Browse/ User-definable
Network Management.
Simple Drag and Drop interface.
Open, Text Based File Format.
Printing.
Linked Diagrams.
Flow Charts.

Freeware

Changelog

    'BugFix: Renaming Object/Object filename in library caused object to fail to paste to diagram.
    'Improved code used to layout newly pasted object in library.
    'Dutch translation updates.
    'New method for doing single undo/redo transactions following repeated nudges and shift+/- resizes.
    'Change: Float text not displayed unless cursor is default.
    'Change: Link mode termination pointer centres on object if connection points set to 1.
    'Bugfix: Nudging item and releasing shift key before cursor key did not update the diagram.
    'BugFix: Improved error handling in Loaddocument().
    'Bugfix: Curve link style did not work.
    'BugFix: Curve link style with only two points disappeared. Now draws a straight line.
    'BugFix: Format Link Styles form - transparent style did not work.
    'File Format 8.2 used. Upgrade earlier link styles transparent to opaque.
    'Change: Moved Transparent to end of list of link styles.
    'Change: Load defaults button in Format Link Style form moved to menu.
    'Bugfix: Save as CSV file uses ";" in countries which use "," as decimal separator.
    'Testing early disable of shiftctrltimer in frame1pic_mouseup to prevent sticky drag problem.
    'Change: Custom colors are saved only if you click OK in color dialog.
    'Bugfix: Object Properties form accepted a layer value of 6 when should have been 5 maximum.
    'Change: Improved rename bitmap in library. Copies extn if none supplied and checks extn is same before and after rename.

[close]

http://www.networknotepad.com/index.htm
Titel: Scite 4.1.6
Beitrag von: SiLæncer am 10 Juni, 2019, 12:30
(https://s26.postimg.cc/fbkgceeux/screenshot_1241.png)
Editor mit Syntax-Highlighting, Auto-Completion, Folding und vielem mehr...

Lizenz: Open Source

Whats new:>>

Version 4.1.6 files larger than 2 gigabytes are supported with the file.large setting when SciTE is built as a 64-bit application. The executables available from scintilla.org are built as 32-bit so do not support this feature.

http://www.scintilla.org/SciTE.html
Titel: Alternate Text Browser 3.390
Beitrag von: SiLæncer am 10 Juni, 2019, 19:45
(https://i.postimg.cc/TYy7wJVb/screenshot-1429.png)
This program makes it easy to browse through text- and html-files (also xml), syntax highlighting for serveral programming languages available (C++, Pascal, PHP, Perl, ASM, JScript etc.).

Freeware

Whats new:>>

    Installation updated (.exe.config)
    Bugfix for dragging files into child form
    Tools updated: Memo 2.970, Calculator 3.440

http://www.alternate-tools.com/pages/c_textbrowser.php?lang=ENG
Titel: PlainEdit v2.1
Beitrag von: SiLæncer am 11 Juni, 2019, 06:00
(https://i.postimg.cc/C1Cq36yx/screenshot-1333.png)
PlainEdit ist ein Editor für Textdateien (ANSI, UTF-8 und Unicode) mit Syntaxhervorhebung für die gängigsten Web-, Script- und Programmiersprachen. Umfangreiche Konvertierungsfunktionen erleichtern das Umwandeln, Formatieren, Kodieren und Dekodieren von Texten.

Freeware

Changelog

  •    Im Ordner "Languages" wurden wichtige Hinweise für Übersetzer hinzugefügt.
  •    Eine Sprachdatei für Ungarisch wurde hinzugefügt.
  •    Eine neue Snippet-Datei für Changelogs und ToDo-Listen wurde hinzugefügt.
  •    In den Einstellungen unter "Programmstart / Beenden" wurde die Option "Suchoptionen wieder herstellen" hinzugefügt. Damit können die zuletzt verwendeten Sucheinstellungen beim nächsten Programmstart wieder voreingestellt werden.
  •    Beim Drag & Drop von Dateien aus dem Windows Explorer werden jetzt auch Dateinamen mit Unicode-Zeichen unterstützt.
  •    Das Datum und die Uhrzeit kann jetzt auch als UTC-Zeit (GMT-Zeit) eingefügt werden.
  •    Beim Einfügen von Datum und Uhrzeit aus dem Menü stehen jetzt zusätzliche Datums- und Zeitformate zur Verfügung.
  •    Bei der mehrzeiligen Suche werden die zuletzt verwendeten Such- und Ersetzungsbegriffe in einer Liste gespeichert. Diese kann mit der Schlatfläche rechts neben dem Textfeld geöffnet werden.
  •    Der Text für das Explorer Kontextmenü ist jetzt in der Sprachdatei anpassbar.
  •    Bei der einzeiligen Suche wurde die integrierte Drop-Down-Liste für die letzten Suchbegriffe gegen eine eigenständige Liste ersetzt. Mit der integrierten Liste war das Einfügen von Text per Kontextmenü auf Grund der automatischen Markierungsänderung nicht wie gewohnt möglich.
  •    Die Listendarstellung der Snippets wurde geändert, damit die Snippets über ihre gesamte Zeilenlänge markiert werden können.
  •    Die Schriftart der Programmoberfläche wurde zur besseren Lesbarkeit geändert und leicht vergrößert. Die Schrift in der aktuell verwendeten Sprachdatei ändert die Standardschrift wie auch zuvor.
  •    Nach dem Suchen oder Ersetzen wird der Fokus wieder in das aktive Dokument gesetzt.
  •    Die Tabelle für Sonderzeichen kann jetzt nicht mehr in den Einstellungen geändert werden. Es kann aber nach wie vor die Datei "SpecialChars.lst" ersetzt oder in der Sprachdatei geändert werden.
  •    Diverse kleinere Änderungen und Korrekturen.
  • [-]   Das Öffnen von mehreren Dateien über das Kontextmenü des Windows Explorers wurde verbessert.
    [-]   Ein Fehler in den Snippets "Misc Templates" wurde behoben.
    [-]   Im Explorer-Plugin wurde nach dem erfolgreichen Löschen einer Datei eine nicht zutreffende Hinweismeldung angezeigt.

[close]
https://www.gaijin.at/de/software/plainedit
Titel: MiKTeX 2.9.7100
Beitrag von: SiLæncer am 11 Juni, 2019, 17:15
(https://i.postimg.cc/KzkJ4d7b/screenshot-1397.png)
MiKTeX (pronounced mick-tech) is an up-to-date implementation of TeX/LaTeX and related programs for Windows (all current variants).

Freeware

http://miktex.org/
Titel: HelpNDoc Personal Edition 6.2.0 Build 255
Beitrag von: SiLæncer am 11 Juni, 2019, 21:50
(https://s26.postimg.cc/n8qdqw1ix/screenshot_994.png)
HelpNDoc provides all the tools necessary to write complete help files, manuals and documentations in a user friendly and very easy to use environment. HelpNDoc can generate standard Windows CHM help files, WEB based documentation, iPhone specific websites as well as printable PDF and Word documents.

HelpNDoc is completely free for personal use and evaluation purposes.

Changelog

    Topics can now have aliases: the HTML documentation will automatically generate URLs for those aliases
    Using the default HTML template, it is now possible to link to a specific context number: the URL format is /context/HELP_CONTEXT.html
    The logo of the default HTML template can now optionally be defined as a URL instead of a library item
    Security feature: template scripts cannot write anywhere on disk anymore
    Fixed input fields behavior in image map editor: updating title before link cleared the title and better size and position editing
    The list of image map shapes was corrupted when one or more of them were deleted
    Color icons (font and paragraph background) were not correctly drawn on High DPI screens
    The HndTopicsMeta API object wasn't available to scripts and templates
    The CTRL-SPACE keyboard shortcut didn't work within tables in the topic editor
    The script custom path defined in options wasn't correctly saved / retrieved when the application was closed
    In some cases, variable substitution could mess up the text layout in the generated documentation

[close]

http://www.helpndoc.com/
Titel: Atom 1.39.0 Beta
Beitrag von: SiLæncer am 12 Juni, 2019, 06:00
(https://s26.postimg.cc/fmfpqomgp/screenshot_915.png)
A powerful and flexible application that works as a text and source code editor with syntax highlight, or alternately as a file viewer.

MIT License

Changelog

Notable Changes

    #19336 - Allow escaped quote literals in the SyntaxScopeMap
    #19348 - Add a directory searcher that uses ripgrep as the backend
    #19403 - Fix handling of binary files when using ripgrep scanner
    #19419 - Upgrade to Electron 3.1.10
    #19444 - Improvements to ripgrep scanner
    atom/find-and-replace#1085 - Handle multiline results on the find and replace UI
    atom/find-and-replace#1086 - Add config option to use ripgrep for scanning files
    atom/find-and-replace#1087 - arrow_up fs-plus@3.1.1
    atom/find-and-replace#1088 - Support multiple selections when "Only In Selection" option is enabled
    atom/tree-view#1293 - Restrict drag-and-drop actions to events from the Tree View
    atom/tree-view#1257 - Copy files on drop if control is pressed
    atom/language-c#328 - Scope anonymous " in a string as punctuation.definition.string
    atom/language-python#303 - Tokenize *args and **kwargs the same as other parameters (tree-sitter)
    atom/language-typescript#37 - Use new TSX-aware TreeSitter grammar

[close]

https://atom.io/
Titel: Dnote 0.8.2
Beitrag von: SiLæncer am 12 Juni, 2019, 18:45
(https://s26.postimg.cc/z38h40qwp/screenshot_529.png)
Write technical notes and neatly organize them into books without leaving the command line with the help of this simplistic utility.

MIT License

https://dnote.io/
Titel: ProgramEdit 4.8.2
Beitrag von: SiLæncer am 12 Juni, 2019, 21:30
(https://s26.postimg.cc/wcabyxqq1/screenshot_58.png)
ProgramEdit - a free Windows® software source-code editor. ProgramEdit includes language support for HTML, Ada, C/C++, C#, CSS, JAVA, JavaScript, Perl, PHP, Python, Ruby, VB, VBScript, Verilog, VHDL and Batch(.bat) files. Other features include tabbed file selection, text highlighting, find & replace, regular expressions, sesssions, bookmarks, multiple undo/redo and hyperlinks.

Freeware

Whats new:>>

- fix multiple Edit/Paste bug
  - this corrects possible errors when long lines are pasted two or more times
- fix minor WordWrap bug

http://simplesolverlogic.com/index.html
Titel: Scite 4.1.7
Beitrag von: SiLæncer am 13 Juni, 2019, 06:11
Whats new:>>

Fixes an incorrect default setting in SciTE which caused multiple visual features to fail to display.

http://www.scintilla.org/SciTE.html
Titel: Atom 1.39.0 Beta 1
Beitrag von: SiLæncer am 13 Juni, 2019, 17:45
Whats new:>>

    Fixed a crash when using Tree Sitter grammars on versions on macOS versions before 10.12. (#19497)
    Fixed a regression in JSON syntax highlighting that applied hyperlink styling to non-hyperlinks atom/language-json#76


https://atom.io/
Titel: EmEditor Free 18.9.8
Beitrag von: SiLæncer am 14 Juni, 2019, 05:10
(https://s26.postimg.cc/pbg87i3s9/screenshot_1195.png)
EmEditor is a lightning-fast, tabbed text editor with themes, syntax highlighting, stay-on-top, and customizable keyboard mapping. The program supports batch find-and-replace, regular expressions, and more.

The program beat a variety of other text editors in tests performed by TPFC user TP109. Additional features are available via a non-free version.

Free for personal use

Changelog

Fixed bugs reported by customers

[close]

https://www.emeditor.com/text-editor-features/history/emeditor-free/
Titel: Text Editor Pro 7.3.0
Beitrag von: SiLæncer am 15 Juni, 2019, 20:30
(https://s26.postimg.cc/hfdkhoj9l/screenshot_896.png)
Text Editor Pro (formerly EditBone) is a powerful text editing tool that comes with syntax highlighting support for over 50 languages and scripts, customizable with over 100 options, 29 ready made styles, a handy file comparison feature, unicode character map, numerical unit convert tool, SQL formatter, and support for multiple directories and search results.

Freeware

Changelog

    Added move caret at the end after reload modified files option
    Added reload automatically modified files option
    Added trim both, left, and right (Edit > Modify > Trim)
    Fixed donation url
    Fixed editor state saving into INI file
    Fixed horizontal scrolling in editor control
    Fixed mouse wheel in text editor
    Fixed multiple file opening from file explorer
    Fixed options
    Fixed startup
    Fixed Virtual TreeView control
    Harmonized boolean values in INI file
    Fixed language files
    Numerous code optimizations
    Updated and fixed AlphaSkins controls v14.26 - http://www.alphaskins.com/

[close]

http://texteditor.pro/
Titel: CudaText v1.83.0.0
Beitrag von: SiLæncer am 17 Juni, 2019, 06:08
(https://s26.postimg.cc/k6wu8qcrt/screenshot_901.png)
Create programming scripts with this powerful tool that supports more than 130 languages and allows users to work concurrently on as many as six groups of projects.

Freeware

Changelog

+ add: dialog Find/Replace has option button to choose "syntax elements" (like SynWrite): any, only comments, only strings, only comments+strings, except comments, except strings, except comments+strings
+ add: embedded Emmet engine (written by Rickard Johansson); preinstalled plugin Emmet which uses this engine (old plugin "Emmet Lite" is now almost not needed, remove it).
+ add: sidebar shows "badges" with number of items in Output and Validate panels
+ add: ui-theme colors for sidebar "badges"
+ add: plugin "Insert Time": if text selected, replace it on insertion
* change: menu items in "Options / Settings-more" moved one level up

[close]

http://www.uvviewsoft.com/cudatext/
Titel: yEdit 2.3.0.1
Beitrag von: SiLæncer am 17 Juni, 2019, 16:15
(https://i.postimg.cc/kGZmFBm9/screenshot-1691.png)
yEdit2 is a simple text editor with frequent auto-backups and a countdown word counter.

It also includes a special .yedit2 file format, which is password-protected. You can put all your web logins, email accounts, etc in yEdit and then save them out in a password-protected file. (The contents of your files are not sent to, nor viewable by, Spacejock Software, and there is no magical backdoor to open your files if you lose your password.)

Freeware

http://spacejock.com/yEdit2.html
Titel: CudaText 1.83.1.0
Beitrag von: SiLæncer am 17 Juni, 2019, 19:45
(https://s26.postimg.cc/k6wu8qcrt/screenshot_901.png)
Create programming scripts with this powerful tool that supports more than 130 languages and allows users to work concurrently on as many as six groups of projects.

Freeware

Changelog

    Add: Find dialog: option "find_hotkey_op_tokens", hotkey for 'syntax elements'
    Add: Find dialog: 'syntax elements' has checkable style
    Fix: plugin "Insert Time" bug

[close]

http://www.uvviewsoft.com/cudatext/
Titel: Atom 1.38.2
Beitrag von: SiLæncer am 17 Juni, 2019, 21:20
(https://s26.postimg.cc/fmfpqomgp/screenshot_915.png)
A powerful and flexible application that works as a text and source code editor with syntax highlight, or alternately as a file viewer.

MIT License

Changelog

    Fixed a regression in window:reset-font-size that did not allow resetting to the default size. #19521

1.38.1

    Fixed a crash when using Tree Sitter grammars on versions on macOS versions before 10.12. (#19497)
    Fixed a regression in JSON syntax highlighting that applied hyperlink styling to non-hyperlinks atom/language-json#76

[close]

https://atom.io/
Titel: QOwnNotes 19.6.2
Beitrag von: SiLæncer am 18 Juni, 2019, 05:30
(https://s26.postimg.cc/hoi1ahlcp/screenshot_978.png)
QOwnNotes is a text editor / notepad replacement with markdown support and todo list manager. The program supports themes, keyboard shortcuts, syntax highlighting, and encryption. Includes available nested file list, tags, search, and more. Optionally works with the notes application ownCloud or Nextcloud.

Cross-platform with clients available for Mac and Linux.

License:    GPL

Changelog

    fixed Debian 8.0 build problem on Qt 5.3
    updated application description
    added more Italian and German translation (thank you mlocati)

[close]

http://www.qownnotes.org/
Titel: Alternate Text Browser 3.400
Beitrag von: SiLæncer am 18 Juni, 2019, 09:11
(https://i.postimg.cc/TYy7wJVb/screenshot-1429.png)
This program makes it easy to browse through text- and html-files (also xml), syntax highlighting for serveral programming languages available (C++, Pascal, PHP, Perl, ASM, JScript etc.).

Freeware

Whats new:>>

    Hungarian updated by LaMoLa, many thanks :)
    Missing translation added
    Memo 2.990, Calculator 3.350 added

http://www.alternate-tools.com/pages/c_textbrowser.php?lang=ENG
Titel: Atom 1.39.0 Beta 2
Beitrag von: SiLæncer am 18 Juni, 2019, 09:17
Whats new:>>

tom/atom#19533 - ⬆️ autocomplete-plus@2.42.3
Atom/atom#19525 - Fix flaky test for Project.onDidChangeFiles()
Atom/atom#19528 - Assign originalFontSize when the Workspace is initialized

https://atom.io/
Titel: GrafX Website Studio 5.1.72
Beitrag von: SiLæncer am 18 Juni, 2019, 14:00
(https://i.postimg.cc/d0bdbd3x/screenshot_696.png)
GrafX Website Studio is a complex yet user-friendly software solution created to offer you the means of building your own website, customizing its appearance to fully meet your every need.

Freeware

http://www.xigraffix.com/
Titel: ProgramEdit 4.8.3
Beitrag von: SiLæncer am 18 Juni, 2019, 16:45
(https://s26.postimg.cc/wcabyxqq1/screenshot_58.png)
ProgramEdit - a free Windows® software source-code editor. ProgramEdit includes language support for HTML, Ada, C/C++, C#, CSS, JAVA, JavaScript, Perl, PHP, Python, Ruby, VB, VBScript, Verilog, VHDL and Batch(.bat) files. Other features include tabbed file selection, text highlighting, find & replace, regular expressions, sesssions, bookmarks, multiple undo/redo and hyperlinks.

Freeware

Whats new:>>

Fix minor Edit/Paste bug - Eliminate jump to top-of-screen after multiple Pasting

http://simplesolverlogic.com/index.html
Titel: RJ TextEd 14.00
Beitrag von: SiLæncer am 19 Juni, 2019, 21:20
(https://s26.postimg.cc/775l9vjeh/screenshot_593.png)
RJ TextEd - A Unicode source and text editor. RJ TextEd is a full featured text and source editor with Unicode support, syntax highlighting and code folding. The functionality extends beyond text files and includes support for HTML editing with integrated preview, spell checking, auto completion, HTML validation, templates and more. The program also include support for Topstyle Lite CSS editor, has a dual pane file commander, as well as a FTP client to upload your files. The editor uses language files to display menus and dialogs in different languages. There are several included languages. New language files can easily be created in the editor. RJ TextEd is also a simple web development tool. The editor can use auto completion and hints to assist you in editing your source code. You can preview HTML/ASP/PHP... code using one of the preview tabs or open a document in a browser. The editor does not only handle source code. It also handles true ASCII files, binary files and of course plain text files.

License: Freeware

Changelog

    Chrome Preview:

    Updated component and libraries to version 74.0.3729.

    Markdown:

    Added a Markdown syntax file. It should highlight most elements and add code folding.
    Shift+Space list (auto complete list) contain some useful commands.
    Updated the Markdown to HTML conversion and improved the browser preview. The CSS file used to add styles to the output is found in "<AppData>RoamingRJ TextEdDatamarkdown.css".
    Delay opening file until tab is active
    Added an option to delay the loading of a file until you click on the tab or activate the document tab in any other way. This makes opening files much faster.
    Tabs with not yet opened files have there file name enclosed with **, so you can see which documents have yet to be opened. E.g. **My file**
    The option is off by default in the final version.

    Search bar:

    Redesigned the search bar and added a new toolbar for folder options. It's only visible when searching folders.
    Fixed a few issues as well.

    Message panel:

    Added a context menu item to copy selected lines, or copy the current line if nothing is selected.
    You should also be able to use keyboard shortcuts for copy and select all (Ctrl+A, Ctrl+C).

    Emmet:

    Added standard vendor prefix "-" to CSS. E.g. -bdrs (which works the same as -v-bdrs).
    Wrap with Abbreviation
    Added support for placeholders $#. The placeholder is replaced with one line of selected text.
    E.g.
    Abbreviation
    ul>li[title=$#]*>{$#}+img[alt=$#]
    Selection
    About
    New
    Products
    Contacts
    Result in
    ul>
    li title="About">About<img src="" alt="About" /></li>
    li title="New">New<img src="" alt="New" /></li>
    li title="Products">Products<img src="" alt="Products" /></li>
    li title="Contacts">Contacts<img src="" alt="Contacts" /></li>
    ul>
    Fixed several issues and updated the snippets.ini file.
    Select Brace Enclosed
    Should work now with plain text. Supported braces are (), [], {} and "".

    Tools:

    Added a few presets that can be used when adding new tools. It's only a few. I'll try to add more in later versions.

    Fixed:

    Shortcut issues with dragged out editor window.
    Temporary background save issues.
    Text cursor position and tab issues when document map is visible.
    Startup issue if floating panels are found.
    Chrome preview issue at close down.
    Update issues.
    Search bar issues.
    Home page issue with selecting files.
    Other misc issues reported by users.

[close]

http://www.rj-texted.se/
Titel: Notepad++ v7.7.1
Beitrag von: SiLæncer am 20 Juni, 2019, 06:10
(https://i.postimg.cc/90QrsKpv/screenshot-818.png)
Notepad++ is a tabbed source code editor and Notepad replacement with a customizable interface. It is one of the few few source code editors that supports "folding," allowing users to quickly reduce and expand sections of code to see the overall document. In addition, it features multi-language syntax highlighting, auto-completion, regular expression search/replace, macro recording and playback, etc. The program can access a long list of plug-ins via an easy-to-access menu with even more features and functions.

License: GPL

Changelog

    Fix drag and drop tab regression: dragging tab is switched to another tab issue.
    Fix an input regression: Cyrillic, Turkish and other languages input issue in ANSI mode.
    Fix an ASP regression: VB looses syntax highlighting in ASP document.
    Fix Reload dialog displaying issue during File Monitoring.
    Fix “unhide lines” markers disappears issue.
    Fix Plugin menu is not localized issue if no plugin installed.
    Add “Copy File Name” command in context menu of “Folder as Workspace”.
    Fix crash while sorting lines with numbers longer than 20 digits.
    Enable Scintilla Virtual Space Option change from macro.
    Add Tcl, CMake and AutoIt keywords; add Python and SQL new syntax highlighting cathegories.

[close]

https://notepad-plus-plus.org/
Titel: Alternate Text Browser 3.410
Beitrag von: SiLæncer am 20 Juni, 2019, 17:45
Whats new:>>

    Bugfix for window position
    Memo 3.000, Calculator 3.360 added

http://www.alternate-tools.com/pages/c_textbrowser.php?lang=ENG
Titel: LPub3D 2.3.12.0.1356
Beitrag von: SiLæncer am 20 Juni, 2019, 20:15
(https://i.postimg.cc/kMx9GxDB/screenshot_664.png)
LPub3D is an Open Source WYSIWYG editing application for creating LEGO style digital building instructions.

LPub3D uses the LDraw parts library, the most comprehensive library of digital Open Source LEGO bricks available and reads the LDraw LDR and MPD model file formats.

License: Open Source

Release Notes

Enhancement - Add Bricklink alternate numbers to ld2blcodesxref.lst #283
Enhancement - Add LDraw model file load messages dialogue #275
Enhancement - Add STRETCH option to cover image #288
Enhancement - Load LDCad generated flex parts that use LDraw subparts #272
Enhancement - Rubber part colors are not supported in export #290
Enhancement - Sub-model in separate file not being included #279
Feature - Add substitute part from context menu #280
Change - Bricklink XML config ignored, some tags missing #282
Change - Bricklink XML export save path should be next to the file #287
Change - Callout POINTER_ATTRIBUTE LINE id is not verified #284
Change - Refactor updater routine and add redirect accept prompt #266
Change - Part annotation placement wrong #267
Change - Update pointer base on drag (#268) #269
Change - Native render fails with camera FOV command #270
Change - Remove preview submodel from callout #271
Fix - Broken Windows uninstaller - Revert NsisMultiUser script update #261
Fix - Multiple page BOM sorting is scrambled #262
Fix - Consolidate instance count flag ignored when unchecked #264
Fix - Continuous step numbers cause multiple problems with submodels #263
Fix - Custom parts are not included in HTML export #286
Fix - No Submodel preview with LDView "single call" option #265
Fix - Wrong meta command on multi-step page #276
Fix - Windows installer typo "Dektop Icon" #277
Fix - HTML export uses Native renderer image naming convention #278

[close]

https://sourceforge.net/projects/lpub3d/?source=directory
Titel: QOwnNotes 19.6.3 Build 4328
Beitrag von: SiLæncer am 20 Juni, 2019, 20:50
Whats new:>>

    fixed syntax highlighting of non-formatted urls
    added more Spanish, German translation (thank you richarson, rakekniven)

http://www.qownnotes.org/
Titel: Typora 0.9.71 Beta
Beitrag von: SiLæncer am 21 Juni, 2019, 05:20
(https://s26.postimg.cc/6a6bupdop/screenshot_1181.png)
Swiftly write, edit, format and convert text to HTML with the help of this modern looking, streamlined and novice-accessible piece of software.

Freeware

Changelog

    [Dev] Upgrade to Electron to 5.0 for better performance. Linux 32bit is no longer supported.
    Improve URL parse logic.
    Add Gherkin language syntax highlight.
    Support Catalan language.
    Support “Descending” order when sorting in file panel.
    UI Improvement on Night theme.
    Improve search and quick open on unicode characters.
    Improve logics about file save and multi-window management.
    Unify default rules for line break options.
    Fix some bugs on file side panel.
    Fix some bugs on PDF export. Zoom oversize mermaid diagrams, math blocks and tables on exported PDF.
    Fix spellcheck on pt-PT.
    Fix bug that inline math not get updated sometimes.
    Fix quote and brackets when using Chinese IME.
    Fix bug that `$` get omitted on headings.
    Fix some bugs about cursor jump on click or on Shift + Enter.
    Fix bugs about `&` cannot be escaped in some cases.
    Other bug fix.

[close]

http://www.typora.io/
Titel: LyX 2.3.3
Beitrag von: SiLæncer am 21 Juni, 2019, 18:45
(https://s26.postimg.cc/xm6jhtzop/screenshot_297.png)
LyX is a document processor that encourages an approach to writing based on the structure of your documents (WYSIWYM) and not simply their appearance (WYSIWYG).

Open Source

Changelog

LyX 2.3.3 is the third maintenance release in the 2.3.x series.

LyX 2.3.3 is the result of on-going efforts to make our stable version more
reliable and more stable. One important change is that emergency files are
now renamed when users wish to save them. As a result, older emergency files
are not over-written. One major update allows for the editing of the contents
of the user-provided premable, and the contents of ERT insets, in external
editors, a request that goes back to 2003 and bug #991.

[close]

Download -> https://ftp.lip6.fr/pub/lyx/stable/2.3.x/

http://www.lyx.org/
Titel: Alternate Text Browser 3.420
Beitrag von: SiLæncer am 21 Juni, 2019, 20:50
(https://i.postimg.cc/TYy7wJVb/screenshot-1429.png)
This program makes it easy to browse through text- and html-files (also xml), syntax highlighting for serveral programming languages available (C++, Pascal, PHP, Perl, ASM, JScript etc.).

Freeware

Whats new:>>

Installation updated

http://www.alternate-tools.com/pages/c_textbrowser.php?lang=ENG
Titel: Typora 0.9.72 Beta
Beitrag von: SiLæncer am 22 Juni, 2019, 10:00
(https://s26.postimg.cc/6a6bupdop/screenshot_1181.png)
Swiftly write, edit, format and convert text to HTML with the help of this modern looking, streamlined and novice-accessible piece of software.

Freeware

Changelog

Fix bugs about typewriter mode, internal links and other regression bugs.

[close]

http://www.typora.io/
Titel: VNote 2.7
Beitrag von: SiLæncer am 22 Juni, 2019, 11:30
(https://s26.postimg.cc/871od8huh/screenshot_1147.png)
Peculiar yet interesting, open source piece of software that sports both Markdown editing capabilities and note management features.

MIT License

Changelog

    Editor:

    Fix smart table bugs;
    Fix improper leading line space on macOS;
    Fix bug which will open two tabs for the same file;
    Add copy button to copy code block in read mode;
    PluatUML: use shell to launch Java;
    Use qt 5.12.1 on macOS for better performance;
    Add theme v_simple provided by user LuoshuiTianyi;
    Support adding sibling folder in context menu;

[close]

https://tamlok.github.io/vnote/
Titel: QOwnNotes 19.6.4 Build 4332
Beitrag von: SiLæncer am 23 Juni, 2019, 10:50
(https://s26.postimg.cc/hoi1ahlcp/screenshot_978.png)
QOwnNotes is a text editor / notepad replacement with markdown support and todo list manager. The program supports themes, keyboard shortcuts, syntax highlighting, and encryption. Includes available nested file list, tags, search, and more. Optionally works with the notes application ownCloud or Nextcloud.

Cross-platform with clients available for Mac and Linux.

License:    GPL

Changelog

    if you right-click on a link in the preview you now can select Copy link location to copy the location of the link (for #800
    added more Italian, Dutch, Hungarian, Indonesian, Brazilian Portuguese translation (thank you tiwi90, Fabijenna, zmni, mlimacarlos)

[close]

http://www.qownnotes.org/
Titel: QOwnNotes 19.6.5 Build 4358
Beitrag von: SiLæncer am 23 Juni, 2019, 20:30
Changelog

    fixed icon-text-overlap for checkboxes and radio groups in the main menu in dark mode (for #1221
    there now is a new checkbox Ignore code font size to allow zooming in the Preview settings to allow zooming of code fonts (for #1202
        this checkbox is checked by default
    fixed search widget colors in the log widget in dark mode
    added more German, Indonesian translation (thank you rakekniven, zmni)

[close]

http://www.qownnotes.org/
Titel: RJ TextEd 14.01
Beitrag von: SiLæncer am 24 Juni, 2019, 05:50
(https://s26.postimg.cc/775l9vjeh/screenshot_593.png)
RJ TextEd - A Unicode source and text editor. RJ TextEd is a full featured text and source editor with Unicode support, syntax highlighting and code folding. The functionality extends beyond text files and includes support for HTML editing with integrated preview, spell checking, auto completion, HTML validation, templates and more. The program also include support for Topstyle Lite CSS editor, has a dual pane file commander, as well as a FTP client to upload your files. The editor uses language files to display menus and dialogs in different languages. There are several included languages. New language files can easily be created in the editor. RJ TextEd is also a simple web development tool. The editor can use auto completion and hints to assist you in editing your source code. You can preview HTML/ASP/PHP... code using one of the preview tabs or open a document in a browser. The editor does not only handle source code. It also handles true ASCII files, binary files and of course plain text files.

License: Freeware

Changelog

Fixed

    Internal Chrome browser crash.
    Some misc document map issues.
    Open as binary file issue.
    Copy in message panel.
    Maximize issues.
    Open files from minimized.
    Hex view issue.
    Misc issues reported by users.

[close]

http://www.rj-texted.se/
Titel: Network Notepad 6.0.3
Beitrag von: SiLæncer am 25 Juni, 2019, 04:50
(https://s26.postimg.cc/wuply3q2h/screenshot_425.png)
Network Notepad is a specially designed application for creating interactive network diagrams.

Now you can use this accessible and easy-to-use instrument to create or manage the diagrams you need.

Point-and-Click Telnet/ Browse/ User-definable
Network Management.
Simple Drag and Drop interface.
Open, Text Based File Format.
Printing.
Linked Diagrams.
Flow Charts.

Freeware

Changelog

    'New Feature: Script Objects. Format Object Script Menu options and Online Library button.
    'Change: New link termination selected indicator.
    'Change: Various code syncs with Pro Edition.
    'Bugfix: Problems running if language was set to French or Thai in v4.6.9

[close]

http://www.networknotepad.com/index.htm
Titel: EmEditor Free 18.9.9
Beitrag von: SiLæncer am 25 Juni, 2019, 05:50
(https://s26.postimg.cc/pbg87i3s9/screenshot_1195.png)
EmEditor is a lightning-fast, tabbed text editor with themes, syntax highlighting, stay-on-top, and customizable keyboard mapping. The program supports batch find-and-replace, regular expressions, and more.

The program beat a variety of other text editors in tests performed by TPFC user TP109. Additional features are available via a non-free version.

Free for personal use

Changelog

    Fixed bugs reported by customers
    Improved the speed of various operations by code optimization.

[close]

https://www.emeditor.com/text-editor-features/history/emeditor-free/
Titel: VNote 2.7.1
Beitrag von: SiLæncer am 25 Juni, 2019, 19:30
Whats new:>>

    Fix PlantUML command
    Use 5.12.0 on macOS
    Add config [web]/enable_code_block_copy_button for copy button in code block in read mode

https://tamlok.github.io/vnote/
Titel: Colon 1.4.4
Beitrag von: SiLæncer am 25 Juni, 2019, 20:20
(https://i.postimg.cc/nLQDTPhj/CAM.png)
Create, edit and store text document entries with this editor that offers a wide range of features for formatting and even programming.

MIT License

Changelog

    New: Integrated Terminal ( Only for MAC / LINUX )
    Fixed: HTML Preview, When you link css files in your HTML page
    Improvement: App size
    Improvement: UI
    Fixed: Short cut keys for zoomin and zoomout

[close]

https://github.com/Chhekur/colon-ide
Titel: EmEditor Free 18.9.10
Beitrag von: SiLæncer am 26 Juni, 2019, 05:50
Whats new:>>

    Fixed bugs reported by customers .
    Fixed a bug where quotation marks could highlight outside tags.

https://www.emeditor.com/text-editor-features/history/emeditor-free/
Titel: RJ TextEd 14.02
Beitrag von: SiLæncer am 26 Juni, 2019, 18:00
Whats new:>>

    Fixed:

    Text caret issues with word wrap and last open documents.
    Strange save issue that may occur if you try to exit the program, but cancel when saving your work.
    Context help issue in options.
    Hex view scrollbar issue.

http://www.rj-texted.se/
Titel: EmEditor Free v18.9.11
Beitrag von: SiLæncer am 27 Juni, 2019, 05:30
Whats new:>>

    Fixed bugs reported by customers (1).
    Fixed a bug where the Adjust Separator Positions (Whole Document) command did not work.
    Fixed a bug where customized EOF mark was not displayed correctly when DirectWrite is used.

https://www.emeditor.com/text-editor-features/history/emeditor-free/
Titel: Hosty 0.8.10
Beitrag von: SiLæncer am 27 Juni, 2019, 13:42
(https://s26.postimg.cc/5x5w1j9l5/screenshot_536.png)
Hosty is a HOST's manager that allows you to import and export your custom HOST's.

Hosty is relatively simple to use. Add a group, or groups and then add and websites or URL's you like. Each URL can be toggled on and off easily. The File menu allows you to import or export your saved HOST'S. Settings only have an option for a dark theme.

License: Open Source

Whats new:>>

Allow installation directory changes for Windows

https://github.com/fiahfy/hosty
Titel: BirdFont 3.25.0
Beitrag von: SiLæncer am 27 Juni, 2019, 17:45
(https://s26.postimg.cc/rd1s4grdl/screenshot_137.png)
BirdFont is a free font editor that lets you create vector graphics and export TTF, EOT & SVG fonts.

License: Open Source

Latest Changes:>>

    Better strokes, use less points. Fix bevel and round line joins.
    Center glyphs vertically.
    Visual feedback when fonts have been exported.

http://birdfont.org/
Titel: BabelPad 12.1.0.3
Beitrag von: SiLæncer am 27 Juni, 2019, 18:45
(https://s26.postimg.cc/nk8fxilwp/screenshot_1310.png)
BabelPad is a free Unicode text editor and word processor for Windows that supports the proper rendering of most complex scripts, and allows you to assign different fonts to different scripts in order to facilitate multi-script text editing.

Freeware

Changelog

    Added a new tool that calculates word frequency in the current document (launch by selecting "Word Frequency..." from the Tools menu or by means of a new button on the Document toolbar). See the online help for more information.
    Added a new tool that calculates the frequency in the current document of a user-supplied list of text strings (launch by selecting "String Frequency..." from the Tools menu or by means of a new button on the Document toolbar). See the online help for more information.
    Added a new tool that calculates frequency of grapheme clusters in the current document (launch by selecting "Grapheme Frequency..." from the Tools menu or by means of a new button on the Document toolbar). See the online help for more information.
    Added a function to apply a Caesar cipher to any selected text in the current document ("Caesar Cipher" submenu of the Convert menu; new Cipher toolbar). You can apply or reverse a user-configured shift value, or shift one place left or right (helpful if you want to scroll through enciphered text in order to decipher it). The functions can be invoked from the menu or from the Cipher toolbar, and you can also use the Ctrl+Shift+U and Ctrl+Shift+W keyboard shortcuts to apply or reverse the shift value. You can also apply or reverse the shift value from the Contextual Convert utility. The Caesar cipher applies to all 125,000+ Unicode characters with a general category of "letter" (Ll, Lm, Lo, Lt, Lu) (i.e. punctuation, digits, symbols, etc. are left unaffected by the cipher), and wraps on a Unicode block (except for Basic Latin which wraps on the ranges A..Z and a..z). If you are enciphering CJK text you can use shift values of 10,000 or more. See the online help for more information.
    Added ability to customize/override individual collation elements when sorting using the Unicode Collation Algorithm (UCA or CLDR), for example specifying that "ph" sorts as "f" so that "sulphur" and "sulfur" sort the same. See the online help for more information.
    Added a new toolbar for functions related to tab-separated columns (Columns submenu from the Edit menu).
    Added a function to repeat the last text conversion operation on the currently selected text ("Repeat Last Conversion" from the Convert menu, or Ctrl+Shift+A keyboard shortcut). This is useful for repeating operations for which no keyboard shortcut is defined.
    BabelPad now uses a registry key based on the file name rather than the application name (BabelMap already has this behaviour). This means that you can now have several differently-named copies of BabelPad, and each copy will use its own registry settings, allowing for multiple BabelPad configurations for different uses.
    The thousands separator in numbers displayed in the BabelPad UI is now localized.
    Replaced Ctrl+Shift+T with Ctrl+E as the shortcut for custom input method (Ctrl+Shift+T now opens the Tangut Character reference Lookup tool).

    The following improvements now mean that all dropdown boxes on toolbars can be accessed without using a mouse or touchpad:

    Pressing Ctrl+D when already in default input mode drops down the list of available keyboard layouts and input methods (works even when the Input toolbar is hidden).
    Pressing Ctrl+E when already in custom input mode drops down the list of available custom input methods (works even when the Input toolbar is hidden).
    Pressing Ctrl+1 when already in single font mode drops down the list of installed fonts (works even when the Main toolbar is hidden).
    Improved display on undo (in certain circumstances there would be a blank screen after undoing a text deletion).
    Improved word selection with double-click and mouse move.
    Improved line reversal behavour for grapheme clusters.
    Improved line break behaviour for sequences of whitespace characters.
    Added "Select All" to the right-click menu.
    Fixed crash when the BabelPad window is reduced in size until the text area is gone.
    Fixed bug that caused the filename not to be added to the Recent Files list if BabelPad was launched with a file (e.g. double-clicking on a file with extension associated with BabelPad).
    Fixed bug with Ext. F checkbox in the Han Radical Lookup tool.
    Fixed broken command line option -map.
    Fixed invisible cursors in Chinese versions.

[close]

http://www.babelstone.co.uk/index.html
Titel: TeXmacs 1.99.10
Beitrag von: SiLæncer am 28 Juni, 2019, 14:00
(https://i.postimg.cc/Dfs43qvs/Daminion.png)
Text editors come in a wide variety of shapes and sizes, from simple note generators to advanced suites comprising complex formatting algorithms. In the latter category one can include TeXmacs, a unified and powerful editor for structured documents.

License: GPLv3

Changelog

    Many bug fixes (1.99.10).
    Redesigned web site (1.99.10).
    Extended Css stylability when exporting to Html (1.99.10).
    New TeXmacs videos on web site (1.99.10).
    Drag and drop for images (1.99.10).
    Unification of beamer and poster styles, work in progress (1.99.10).
    Automatic retrieval of artwork from texmacs.org (1.99.10).
    New background patterns and pictures (1.99.10).
    Experimental pattern effects (1.99.10).
    Experimental Sparkle support under MacOS (1.99.10).
    Experimental and partial support for Git as a versioning tool (1.99.10).
    Experimantal Graph plug-in for graphs drawn by various external tools (1.99.10).
    User interface for new features in educational styles (1.99.10).

[close]

http://www.texmacs.org/tmweb/home/welcome.en.html
Titel: QOwnNotes 19.6.6
Beitrag von: SiLæncer am 28 Juni, 2019, 21:00
(https://s26.postimg.cc/hoi1ahlcp/screenshot_978.png)
QOwnNotes is a text editor / notepad replacement with markdown support and todo list manager. The program supports themes, keyboard shortcuts, syntax highlighting, and encryption. Includes available nested file list, tags, search, and more. Optionally works with the notes application ownCloud or Nextcloud.

Cross-platform with clients available for Mac and Linux.

License:    GPL

Changelog

    the default shortcuts were changed from the Opt-key to the Ctrl-key on macOS to prevent blocking of accent characters when writing text (for #1222)
    the storing of the main window position was re-enabled after being disabled in #1015 (for #1225)
    the QOwnNotesAPI url was updated and the Firefox Add-on link was added to the Welcome to QOwnNotes.md note file
    added more Chinese Simplified, Brazilian Portuguese, Dutch, Hungarian, Croatian, Czech, Danish, Finnish, Norwegian, Polish, Russian, Catalan, Spanish, German, Italian translation (thank you KeRouDing, mlimacarlos, Fabijenna, mikhail-khokhlov, MGuerra, richarson, rakekniven, tiwi90)

[close]

http://www.qownnotes.org/
Titel: EmEditor Free v18.9.12
Beitrag von: SiLæncer am 29 Juni, 2019, 09:15
(https://s26.postimg.cc/pbg87i3s9/screenshot_1195.png)
EmEditor is a lightning-fast, tabbed text editor with themes, syntax highlighting, stay-on-top, and customizable keyboard mapping. The program supports batch find-and-replace, regular expressions, and more.

The program beat a variety of other text editors in tests performed by TPFC user TP109. Additional features are available via a non-free version.

Free for personal use

Changelog

    Fixed bugs reported by customers.
    Fixed a bug where, under a certain condition, editing and saving a file could not save the entire file correctly, or could crash EmEditor.

[close]

https://www.emeditor.com/text-editor-features/history/emeditor-free/
Titel: Text Editor Pro 7.4.0
Beitrag von: SiLæncer am 29 Juni, 2019, 16:00
(https://s26.postimg.cc/hfdkhoj9l/screenshot_896.png)
Text Editor Pro (formerly EditBone) is a powerful text editing tool that comes with syntax highlighting support for over 50 languages and scripts, customizable with over 100 options, 29 ready made styles, a handy file comparison feature, unicode character map, numerical unit convert tool, SQL formatter, and support for multiple directories and search results.

Freeware

Changelog

    Added auto complete editor matching pair option (default false)
    Added close selected output tabs
    Added highlighter for T-SQL (SQL - Transact)
    Added use the latest common dialogs application option (default false)
    Fixed dialog caption
    Fixed editor tab image list
    Fixed highlighters
    Fixed language files
    Fixed matching pair in text editor control
    Fixed MS-DOS Batch highlighter
    Fixed options
    Fixed replace
    Fixed startup
    Fixed tab closing
    Updated and fixed AlphaSkins controls v14.27 - http://www.alphaskins.com/

[close]

https://texteditor.pro/
Titel: BabelPad 12.1.0.4 (Unicode Text Editor)
Beitrag von: SiLæncer am 30 Juni, 2019, 08:10
(https://s26.postimg.cc/nk8fxilwp/screenshot_1310.png)
BabelPad is a free Unicode text editor and word processor for Windows that supports the proper rendering of most complex scripts, and allows you to assign different fonts to different scripts in order to facilitate multi-script text editing.

Freeware

Changelog

Fixed crash that sometimes occured when cutting or copying selected text after using the mouse to extend the text selection beyond the start or end of the document when in Word Wrap mode.

[close]

http://www.babelstone.co.uk/index.html
Titel: RJ TextEd 14.03
Beitrag von: SiLæncer am 30 Juni, 2019, 18:30
(https://s26.postimg.cc/775l9vjeh/screenshot_593.png)
RJ TextEd - A Unicode source and text editor. RJ TextEd is a full featured text and source editor with Unicode support, syntax highlighting and code folding. The functionality extends beyond text files and includes support for HTML editing with integrated preview, spell checking, auto completion, HTML validation, templates and more. The program also include support for Topstyle Lite CSS editor, has a dual pane file commander, as well as a FTP client to upload your files. The editor uses language files to display menus and dialogs in different languages. There are several included languages. New language files can easily be created in the editor. RJ TextEd is also a simple web development tool. The editor can use auto completion and hints to assist you in editing your source code. You can preview HTML/ASP/PHP... code using one of the preview tabs or open a document in a browser. The editor does not only handle source code. It also handles true ASCII files, binary files and of course plain text files.

License: Freeware

Changelog

Fixed

    Open files from minimized state.
    Reopen project and project files at startup.
    Misc issues found while examining the code.

[close]

http://www.rj-texted.se/
Titel: QOwnNotes 19.7.0
Beitrag von: SiLæncer am 30 Juni, 2019, 19:30
Whats new:>>

added support for a real time preview of Nextcloud Text images (for #1226)

    the preview image tags from Nextcloud Text will be transformed to inline images
    no caching can currently be done because images could be modified on the Nextcloud server

http://www.qownnotes.org/
Titel: Yosoro 1.1.6
Beitrag von: SiLæncer am 30 Juni, 2019, 21:00
(https://i.postimg.cc/C1g2znZp/screenshot-839.png)
Intuitive and sophisticated notebook editor with OneDrive sync, Markdown and HTML export support, wrapped in an elegant interface.

License : GPLv3

Whats new:>>

Add muya editor.

https://yosoro.coolecho.net/
Titel: Textadept 10.5
Beitrag von: SiLæncer am 01 Juli, 2019, 16:00
(http://foicica.com/textadept/images/splitviews.png)
Textadept will provide users with a fast, minimalist, and ridiculously extensible text editor. At its core lies less than 2000 lines of C code, and that's how it always will be. While other editors rely on recordable macros to speed up workflow, shell scripts to quickly transform text, and static side panes to manage your documents, files, and more.

Textadept takes it to the extreme: it gives you complete control over the entire application using the embedded Lua language. Lua is nearly as fast as C, and has a very small footprint. In fact, most of Textadept is written in Lua.

License : MIT License ( Donationware )

Changelog

    Bugfixes:

    Do not advance the caret on failed incremental find.
    Fixed bug with filters that have extension includes and pattern excludes

    Changes:

    Added case-insensitive option to textadept.editing.show_documentation().
    Updated the default window size and some default dialog sizes.
    Updated Markdown lexer.
    Improved C++ lexer to support single quotes in C++14 integer literals.
    Scintilla: Improved performance opening and closing large files with fold points.
    Scintilla: Tweaked behavior of buffer.style_case’s buffer.CASE_CAMEL option to treat only letters as word characters.
    Updated to Scintilla 3.10.6.


[close]

http://foicica.com/textadept/
Titel: QOwnNotes 19.7.1 Build 4376
Beitrag von: SiLæncer am 02 Juli, 2019, 09:03
Whats new:>>

    added a lot fixes for possible memory leaks
    added more Romanian, Slovak, Slovenian translation (thank you Fabijenna)

http://www.qownnotes.org/
Titel: BabelEdit 2.3.0
Beitrag von: SiLæncer am 02 Juli, 2019, 09:08
(https://s26.postimg.cc/7efmb9imh/screenshot_979.png)
A translation editor that can process one or more JSON files at the same time, providing support for both json and namespaced-json formats.

Freeware

Changelog

    Features:

    Display source code locations in which a translation is used
    Support more powerful filter expressions
    Filter expression history
    Option to mark imported translations as Approved
    Function to fill translations with texts of primary language
    Support also YAML files with .yml extension
    Added language code am-ET
    Keyboard shortcuts for all "copy translation id" variants
    Configuration option to omit empty translations instead of writing empty strings

[close]

https://www.codeandweb.com/babeledit
Titel: Notepad3 5.19.630.2381
Beitrag von: SiLæncer am 02 Juli, 2019, 12:15
(https://s26.postimg.cc/hqfjo9ard/screenshot_1232.png)
Notepad3 is a lightweight piece of software that overcomes some of the well-known limitations of Windows standard text editor while providing syntax highlighting support.

Freeware

Changelog

New

    Add another Dark Theme “Obsidian”.
    Add option to disable Hyperlink Tooltip.
    Tooltip for Hyperlinks.
    2nd Solution to build a shared library (DLL) (C++ runtime & Scintilla) version of Notepad3.
    Menu entry to mute MessageBox beeps.
    Theme Menu to load exported styles “on the fly” (e.g.: “Dark” or “Obsidian”). Factory Default, Standard Settings, a Dark Theme.
    Close Zoom Info Bubble after ~3 sec.
    Recent History button in Toolbar.
    [Settings2] key-values (internal) to control concurrent encoding detection.
    2nd Encoding-Detector “Mozilla’s UCHARDET” concurrent to CED (Google’s Compact Encoding Detection).
    Language selection in Main Menu.
    Command line option [/Y] to search env PATH for relative filename (NLS: strings).
    Customize Schemes: Caret style ‘ovrbar’ (default) to switch caret style between BAR and BLOCK.
    Highlight current line Frame-Mode (+ mode toggle Ctrl+Shift*I) (NLS: strings).
    Goto-Dlg (Line/Column) accepts TinyExpr (ignoring suffixes).
    Add CED reliability option (NLS: dialogs).
    Indentation consistency check on file open (NLS: dialogs).
    End-of-Line (EOL) consistency check on file open (NLS: dialogs).
    Checkbox for transparent Find/Replace Dialog box on losing focus.

[close]

http://www.rizonesoft.com/downloads/notepad3/
Titel: Atom 1.39.0 Beta 3
Beitrag von: SiLæncer am 02 Juli, 2019, 20:50
(https://s26.postimg.cc/fmfpqomgp/screenshot_915.png)
A powerful and flexible application that works as a text and source code editor with syntax highlight, or alternately as a file viewer.

MIT License

Changelog

Notable Changes

    Improved performance when resizing the Atom window. #19612
    The fuzzy finder fast mode is now enabled by default. https://github.com/atom/fuzzy-finder/pull/401

Atom Core

v1.39.0-beta2...v1.39.0-beta3

    atom/atom#19607 - Send OS version to the autoupdate endpoint
    atom/atom#19612 - Debounce the resize event handler
    atom/atom#19622 - ⬆️ fuzzy-finder@1.14.0

fuzzy-finder

v1.13.7...v1.14.0

    atom/fuzzy-finder#399 - Ignore VCS directories even when they are not in ignoreNames
    atom/fuzzy-finder#400 - Remove uneeded assertion in test
    atom/fuzzy-finder#401 - Make fast mode the default mode and remove prompt
    atom/fuzzy-finder#402 - ⬆️ @atom/fuzzy-native@1.1.0

[close]

https://atom.io/
Titel: BabelEdit 2.3.1
Beitrag von: SiLæncer am 02 Juli, 2019, 21:20
Whats new:>>

    Crash when no machine translation result is available
    Memory exhaustion in react-i18next mode
    Improved performance if source code view is not visible

https://www.codeandweb.com/babeledit
Titel: GrafX Website Studio 5.1.85
Beitrag von: SiLæncer am 04 Juli, 2019, 16:45
(https://i.postimg.cc/d0bdbd3x/screenshot_696.png)
GrafX Website Studio is a complex yet user-friendly software solution created to offer you the means of building your own website, customizing its appearance to fully meet your every need.

Freeware

http://www.xigraffix.com/
Titel: BirdFont 3.26.0
Beitrag von: SiLæncer am 05 Juli, 2019, 09:02
(https://s26.postimg.cc/rd1s4grdl/screenshot_137.png)
BirdFont is a free font editor that lets you create vector graphics and export TTF, EOT & SVG fonts.

License: Open Source

Latest Changes:>>

    Support for a new color font format: COLR/CPAL.
    Visual feedback when fonts have been exported.
    Set a color as the forground color in COLR glyphs (the color will be selected by the user).

http://birdfont.org/
Titel: Scite 4.2.0
Beitrag von: SiLæncer am 05 Juli, 2019, 09:04
(https://s26.postimg.cc/fbkgceeux/screenshot_1241.png)
Editor mit Syntax-Highlighting, Auto-Completion, Folding und vielem mehr...

Lizenz: Open Source

Whats new:>>

Version 4.2.0 adds support for the DataFlex language and offers 64-bit executables.

http://www.scintilla.org/SciTE.html
Titel: BabelEdit 2.3.2
Beitrag von: SiLæncer am 05 Juli, 2019, 18:15
(https://s26.postimg.cc/7efmb9imh/screenshot_979.png)
A translation editor that can process one or more JSON files at the same time, providing support for both json and namespaced-json formats.

Freeware

Changelog

    Fixes:

    Ignore files other than .json in react i18next translation folder

[close]

https://www.codeandweb.com/babeledit
Titel: Rejbrand Text Editor 3.1.3.0
Beitrag von: SiLæncer am 05 Juli, 2019, 19:30
(https://i.postimg.cc/2yxYjBSZ/screenshot-1599.png)
Edit and format text from a large variety of options, highlight syntax for XML, Object Pascal/Delphi, AlgoSim and INI files, along with text transformation using ROT13, Caesar cipher and Vigenère encryption algorithm.

Freeware

https://english.rejbrand.se/rejbrand/apps_rte.asp
Titel: Zettlr 1.4.0 Beta
Beitrag von: SiLæncer am 05 Juli, 2019, 21:30
(https://s26.postimg.cc/vfll9p4mh/screenshot_956.png)
Write text and conveniently edit it using Markdown with the help of this user-friendly and well-thought-out, Electron based application.

MIT License

Release Notes

    GUI and Functionality:

    New Feature: Table management has just become easier. With the new table helper plugin, Zettlr enables you to circumvent manually having to edit Markdown tables. All you need to do now is keep the table helper active in the settings and just edit your tables as you would do in any other application. The table helper offers the following keyboard navigation shortcuts:
    Tab: Move to the next cell, or the first cell on the next row, if the cursor is in the last column. Adds a new table row, if the cursor is in the last row.
    Shift-Tab: Move to the previous cell, or the last cell on the previous row, if the cursor is in the first column.
    Return: Move to the same column on the next row. Adds a new table row, if the cursor is in the last row.
    Arrow Up: Move to the same cell in the previous row.
    Arrow Down: Move to the same cell in the next row.
    Arrow Left: If the cursor is at the beginning of the cell, move to the previous cell. Moves to the last cell on the previous row, if the active cell is in column 1.
    Arrow Right: If the cursor is at the end of the cell, move to the next cell. Moves to the first cell on the next row, if the active cell is in the last column.

    Buttons:

    Alignment-Buttons (top-left): Aligns the currently active column left, center, or right.
    Removal-Buttons (top-right): Removes either the current row or the current column. Does not remove the last row or column.
    Add-Buttons: Adds rows or columns to the top, left, bottom or right hand side of the table, depending on the button.
    New Feature: 1.4 introduces a readability mode that you can turn on. It will try to highlight your sentences based on four possible algorithms, where green means that it's readable and red means that the sentence is difficult to read. You can turn on the mode in the toolbar. Thanks to @wooorm at this point for providing the incentive of implementing the algorithm!
    New Feature: The Translatr-API is now integrated into the app. This means: All translations will automatically be kept updated. Additionally, you can comfortably download all available languages (completed at least 50 percent) from the preferences dialog.
    The app will boot much faster now.
    Root directories that have not been found on app start, or are removed during runtime, are indicated as "dead" in your directory tree. If they reside on a removable medium, you can now simply plug the medium into the computer and rescan the directory. You don't have to manually open it anymore.
    Decreased the sensitivity for when a drag event should start, so that accidental drags are prevented.
    Citations in your text are now always updated, you don't have to type anything for this to work.
    Inserting tasklists is now possible via context menu and formatting toolbar.
    New Theme: Karl-Marx-Stadt.
    Now you can choose which time to use for sorting and for displaying in the file meta: It's either the last modification time of the files or the creation time.
    Directory sorting is now persisted during reboots.
    Clicking on tags now initiates a search for the given tag.
    Added three new optional variables to pass to external exporter programs: $infile_basename$ (input filename without directory), $outfile_basename$ (output filename without directory) and $indir$ (the input file's directory)
    You can now change the number of spaces to indent by in the preferences.
    Images can now be put inside links on the condition that they are (a) the only element inside the link's description and (b) relative links won't work during preview.
    You can now activate RMarkdown file support in the advanced preferences.
    You can now tell Zettlr to count characters instead of words (e.g. for Chinese).
    Custom CSS is now also rendered in the QuickLook windows.
    The preview image colour is now adapted to the active theme.
    You can now choose the formatting characters that should be used by the formatting commands.
    You can now change the pattern used for generating new file names, and omit being asked for filenames in general.
    Zettlr now tries to escape the input you provide for options that are directly passed into LaTeX documents.
    When you have open two or more root files with the same filename, Zettlr will display the containing directory's name as well.
    French-style guillemets are now supported for auto closing.
    Image display in HTML exports fixed.
    The About dialog contributors' tab now displays the date when the translation was last updated at.
    The dates and times all across the app are now correctly localised.
    When initiating a replace command with a regular expression search, you can now use variables in your replacement value so that you can re-use capturing groups from the search regular expression:
    $1 in the replacement value will be replaced with the first capturing group
    $2 with the second capturing group

    ... and so forth.

    Zettlr now automatically downloads updations to the translations, if available.
    The editor now has a light background image in case it is empty.
    Fixed a bug with certain types of keyboards on macOS conflicting with internal CodeMirror commands.
    Prevent opening of a user's home directory.
    The citation rendering plugin won't render the domain parts of Emails anymore.

    Under the Hood

    Massive rewrite of the underlying mechanism of loading the directory trees into the app. It's now asynchronous and the app starts up way faster than before.
    Replaced the citation engine with Citr for more accurate results in previewing citations.
    The Citeproc engine is now a service provider.
    Switched internally to CSS-variables for all colours.
    Moved all Zettlr CodeMirror modes to their respective files.
    Moved all helper functions to their own files.
    Translations located in the lang-directory in the user data folder now take precedence over the shipped translations.
    Moved all local find functionality to a new class EditorSearch and did some fixing.
    Massive rewrite of the watchdog logic. Now the app is blazingly fast, there's no up-to-five-seconds-delay anymore when you add/remove any files and the app should generally feel smoother to handle.
    Fixed duplicate dictionary entries and saving of the dictionary preferences function.

[close]

https://www.zettlr.com/
Titel: QOwnNotes v19.7.2
Beitrag von: SiLæncer am 07 Juli, 2019, 09:00
(https://s26.postimg.cc/hoi1ahlcp/screenshot_978.png)
QOwnNotes is a text editor / notepad replacement with markdown support and todo list manager. The program supports themes, keyboard shortcuts, syntax highlighting, and encryption. Includes available nested file list, tags, search, and more. Optionally works with the notes application ownCloud or Nextcloud.

Cross-platform with clients available for Mac and Linux.

License:    GPL

Changelog

    added a new editor color schema MountainDebo by @Deboart (for #1232)
    the Web Companion browser extension was updated to version 19.7.0
        you can now substring search for all parts of your search text, for example qo sto will find Firefox Store Page QOwnNotes
        added more German, Indonesian and Czech translation
    added Flatpak installation notes to the Flatpak installation page

[close]

http://www.qownnotes.org/
Titel: CudaText v1.84.0.0
Beitrag von: SiLæncer am 07 Juli, 2019, 12:00
(https://s26.postimg.cc/k6wu8qcrt/screenshot_901.png)
Create programming scripts with this powerful tool that supports more than 130 languages and allows users to work concurrently on as many as six groups of projects.

Freeware

Changelog

+ add: on detecting lexer by file extention, if several lexers are Ok, menu dialog appears to choose lexer
+ add: menu Plugins is translatable: use files "data/langmenu/cuda_nnnnnn/ru_RU.ini" with section [menu] to translate
+ add: menu dialogs Translations/Themes/Bookmarks place initial selection in listbox
+ add: command "folding: fold selected lines" (makes persistent fold range, which stays after lexer parsing)
+ add: Project Manager: command "Open all project files" (like SynWrite)
+ add: lexer Bash: support base-N numbers
- fix: session loading did not restore group mode
- fix: various issues with lexer dynamic highlight (visible when dynamic highlight is on)
- fix: lexer border styles save/load to .cuda-lexops files
- fix: treehelper crash with Windows filename

[close]

http://www.uvviewsoft.com/cudatext/
Titel: HxD 2.3.0.0
Beitrag von: SiLæncer am 07 Juli, 2019, 20:30
(https://s26.postimg.cc/6t85owprt/screenshot_34.png)
HxD is a carefully designed and fast hex editor including raw disk editing, modifying foreign RAM and handling files of any size. The program includes search/replace (ASCII | Unicode), export, checksum/digests, insertion of byte patterns, file shredder, concatenation or splitting of files, statistics and more.

Freeware

Changelog

    New: open source plugin interface to extend the data inspector:

    https://github.com/maelh/hxd-plugin-framework
    supports dll plugins made in C, C++, Delphi or any other language which can deal with a C-like interface
    includes example plugins

    New: array navigation toolbar in datainspector (next/previous/first/last element):

    allows to navigate types like ad-hoc arrays, that span the entire stream / file, extending left and right from the current element shown in the datainspector
    all fixed-width data types support navigating forwards and backwards by default
    backward navigation needs special support for variable-width data types like UTF-8
    since UTF-8 is self-synchronizing, determining the previous element is possible (however, x86 assembly, for example, cannot be supported, since trailing bytes in an instruction encoding can also appear as leading bytes, which therefore only allows for an unambigious forward scan)
    New: unintrusive pointer type support in data inspector
    clickable goto link, which is right aligned next to integer type name
    implicitly treats integer types as pointers / addresses / offsets
    signed integers are treated as relative offsets, unsigned integers as absolute offsets
    avoids cluttering the UI with many more rows by having each integer row have a dual function (acting as pointer as well as plain integer)
    typed pointers and pointers that use complex adressing schemes (such as using a lookup table, or computing of an address based on parameters instead of a simple immediate value), will follow with structure views
    New: added Int24 and UInt24 types to data inspector (useful for wav files)
    be sure to reset the data inspector row order in the options, if new types appear in the last rows
    New: separate portable and installable versions (also reduces number of wizard pages)
    portable setup runs with least privileges
    portable setup defaults to desktop folder
    Enhancement: reduce flickering in data inspector when resizing or during fast selection, especially for the text box
    Enhancement: unfold a section if a goto command jumps into it
    Enhancement: implemented new TXmTabControl to enable Ctrl+(Shift+)Tab navigation in Search and Replace windows
    behaves like native TPageControls from Delphi (native TTabControls do not support keyboard shortcuts for tab switching)
    allows focusing the tabs itself to allow navigating with Left/Right arrow keys, yet still focuses the first child control when switching tabs, as required
    Enhancement: edit controls in block selection windows only validate the entry on losing focus
    allows for more flexible editing and temporarily invalid states
    Change: for more consistency in error messages, the goto dialog always displays the computed target offset, instead of the text in the offset text box (which can contain absolute or relative offsets)
    Change: rename optical disk to optical disc (used disk for consistency in the past, but disc is just more common)
    Change: turn all http links into https ones
    Fix: data inspector ignores leading and trailing whitespace where not relevant to the data type (e.g., removing for integers, but keeping for character types)
    Fix: always treat integers as unsigned when displaying them in hexadecimal
    Fix: physical floppy disk drives would show a too small size (limited like the logical ones)
    Fix: writing to floppy disks could fail, because they did not get locked and unmounted
    Fix: make the height of the bottom dock normal size again (it would appear too small, making people believe no results are produced, for example when generating checksums)
    Fix: data inspector: when data name column was too small, the splitter could be overdrawn / interrupted with white space
    Fix: properly handle https URLs by passing INTERNET_FLAG_SECURE and do not fail on redirects from http to https
    Fix: Setup would choose English by default, instead of picking the language based on the OS's locale
    Fix: tab order in various windows (search and replace, and the option frames for each); correct tab order even if option frames are not shown for a certain data type
    Fix: ensure tab switching with Ctrl+(Shift+)Tab keeps working after a switch, by setting the focus to the first control inside the tab each time a tab switch occurs
    Fix: selections would unfold sections even if unnecessary
    Other smaller fixes, many internal enhancements and refactorings
    Lots of work on UTF-8 and handling grapheme cluster boundaries for future UTF-8 support in the hex editing window itself, see https://blog.mh-nexus.de/2019/06/compressing-arrays-of-integers-while-keeping-fast-indexing/
    details of the general UTF-8 support design: https://forum.mh-nexus.de/viewtopic.php?f=4&t=1004

    New translations:

    Dutch - Jaap Kramer
    Japanese - Airumu
    Turkish - Koray Duman

[close]

https://mh-nexus.de/en/hxd/
Titel: Alternate Text Browser 3.430
Beitrag von: SiLæncer am 08 Juli, 2019, 09:12
(https://i.postimg.cc/TYy7wJVb/screenshot-1429.png)
This program makes it easy to browse through text- and html-files (also xml), syntax highlighting for serveral programming languages available (C++, Pascal, PHP, Perl, ASM, JScript etc.).

Freeware

Whats new:>>

Added simple text compare tool (Tools->Compare text)

http://www.alternate-tools.com/pages/c_textbrowser.php?lang=ENG
Titel: Text Editor Pro v7.5.0
Beitrag von: SiLæncer am 09 Juli, 2019, 05:30
(https://s26.postimg.cc/hfdkhoj9l/screenshot_896.png)
Text Editor Pro (formerly EditBone) is a powerful text editing tool that comes with syntax highlighting support for over 50 languages and scripts, customizable with over 100 options, 29 ready made styles, a handy file comparison feature, unicode character map, numerical unit convert tool, SQL formatter, and support for multiple directories and search results.

Freeware

Changelog

- Added show size grip status bar option (default true)
- Added support of escape sequences (\n, \t, and \0) for replacement in extended replace
- Fixed HTML, JavaScript, and T-SQL highlighters
- Fixed print preview
- Fixed replace
- Fixed text editor painting
- Fixed undo
- Fixed save changes
- Fixed language files

[close]

https://texteditor.pro/
Titel: Notepads 0.9.4.0 Beta
Beitrag von: SiLæncer am 09 Juli, 2019, 22:10
(https://i.postimg.cc/DzHrb6Dr/screenshot-1766.png)
Modern, open-source Notepad alternative for Windows 10 that gives the aging text editor a facelift, while also packing additional functionality into a similarly streamlined application.

MIT License

Changelog

Beta version of Notepads for public preview.

    Added show/hide status bar toogle in Settings (Advanced Settings).
    Lazy loading some of the controls for faster App startup.
    Improved UX by replacing current "New Document.txt" with your open file if it is empty and it is the only tab that has been created instead of creating a new one.
    Make status bar text color more visible.
    Added LTR/RTL flow direction shortcut (Now you can use Ctrl+L/R to change text flow direction).
    Added UTF-8 BOM (Byte order mark) supports.
    Fixed a bug where dummy new document tab might be opened along with your opening file.
    Added more languages/translations (partially): fr-FR, es-ES, zh-CN.

    Internationalization and localization are done by the community, please check my GitHub repo for more details: https://github.com/JasonStein/Notepads

[close]

https://github.com/JasonStein/Notepads
Titel: Alternate Text Browser 3.440
Beitrag von: SiLæncer am 11 Juli, 2019, 06:10
Whats new:>>

    Japanese updated by Tilt
    Compare tool updated

http://www.alternate-tools.com/pages/c_textbrowser.php?lang=ENG
Titel: RisohEditor 5.1.9
Beitrag von: SiLæncer am 14 Juli, 2019, 11:30
(https://i.postimg.cc/8P4z4Swt/screenshot-799.png)
"RisohEditor" is a free resource editor for Win32 development, created by Katayama Hirofumi MZ. RisohEditor realized the ideal of resource editor. "Risoh" means "ideal" in Japanese. RisohEditor can add, edit, extract, clone and remove the resource data in EXE/DLL files. You can edit Windows resources (Dialogs, Menus, Icons, Cursors, String Tables, Message Tables etc.) by using RisohEditor.

NOTICE: Please avoid installing in "C:\Program Files" or "C:\Program Files (x86)". Because the resource compiler (windres) doesn't accept space character in the file path.

Freeware

Whats new:>>

Supported UTF-16 source input/output.

https://katahiromz.web.fc2.com/re/en/index.html#intro
Titel: QOwnNotes 19.7.3 Build 4388
Beitrag von: SiLæncer am 14 Juli, 2019, 12:00
Changelog

    support for strike out highlighting was added (for #1240) ~~this is striked out~~ will now be shown as masked text
    fixed a crash when navigating between notes with the Alt + Up and Alt + Down shortcut keys (for [#1238](https://github.com/pbek/QOwnNotes/issues/1238))
    disabled shortcuts for the Note folders menu in the Shortcuts settings because shortcuts for them are not supported (for #1235)
    fixed wrongly detected tray icon context menu items in toolbar settings (for #1239)
    there now is a software repository for Debian Linux 10.0
        please visit the Debian installation page for instructions
    added more Slovenian, Greek, Slovak, Galician, Finnish, Romanian translation (thank you Fabijenna)

[close]

http://www.qownnotes.org/
Titel: Notepads 0.9.5.0 Beta
Beitrag von: SiLæncer am 14 Juli, 2019, 19:30
Changelog

    Now you can use Ctrl + Mouse Wheel to control font size.
    Enabled Ctrl + NumberPad0 to reset font size (in addition to Ctrl + 0).
    Added Alt + Z shortcut to switch word wrapping on current/selected document.
    Changed Save As shortcut from (Ctrl+Shift+S) to (Ctrl+Alt+S).
    "Save All" button is added with improved UX on App closing save reminder dialog.
    Tabs now closed automatically after "save and close".
    Now, Notepads will not change existing tabs when tab key behavior sets to spaces. Only new tabs entered by user will be taken into effect.
    Renamed new document default name from "New Document.txt" to "Untitled.txt".
    Show "hand" mouse cursor when mouse pointer pointed on path, encoding and line ending indicators.
    Fixed an issue that prevents Notepads from saving files to Dropbox folder.
    Fixed an issue where you can undo on newly opened files.
    Fixed a bug on calculating number of selected characters.
    Updated existing localizations and added localizations: [tr-TR][Turkish], [hu-HU][Hungarian], [de-DE][German], [de-CH][German (Switzerland)], [ja-JP][Japanese], [ru-RU][Russian]

[close]

https://github.com/JasonStein/Notepads
Titel: PilotEdit Lite 12.9.0
Beitrag von: SiLæncer am 14 Juli, 2019, 20:20
(http://www.pilotedit.com/images/OpenInQuickMode.PNG)
PilotEdit is a text, hex, XML, C/C++, HTML, PHP, Java, Javascript and Perl editor that can edit large files of 400GB (40 billion lines).

It offers customizable syntax and keyword highlighting, advanced search and replace operations, automatic text encoding, 256-bit AES encryption/decryption and a built-in FTP/SFTP client lets you open, edit, download and upload large files directly to/from a FTP/SFTP server.

In addition to standard text editing features, PilotEdit can compare and merge two large files of 100GB (10 billion lines). You can also sort, find/remove duplicate lines and extract strings over a large file of 1GB.

Freemium

Whats new:>>

PilotEdit 12.9.0 supports comparing in hexadecimal mode.

http://www.pilotedit.com/
Titel: BirdFont 3.27.1
Beitrag von: SiLæncer am 15 Juli, 2019, 04:40
(https://s26.postimg.cc/rd1s4grdl/screenshot_137.png)
BirdFont is a free font editor that lets you create vector graphics and export TTF, EOT & SVG fonts.

License: Open Source

Latest Changes:>>

    Edit COLR glyphs in Birdfont.
    Generate COLR fallback from SVG and vice versa.

http://birdfont.org/
Titel: Text Editor Pro 7.5.1
Beitrag von: SiLæncer am 15 Juli, 2019, 21:00
(https://s26.postimg.cc/hfdkhoj9l/screenshot_896.png)
Text Editor Pro (formerly EditBone) is a powerful text editing tool that comes with syntax highlighting support for over 50 languages and scripts, customizable with over 100 options, 29 ready made styles, a handy file comparison feature, unicode character map, numerical unit convert tool, SQL formatter, and support for multiple directories and search results.

Freeware

Changelog

    Fixed text editor painting
    Updated and fixed AlphaSkins controls v14.28

[close]

https://texteditor.pro/
Titel: ProgramEdit 4.8.4
Beitrag von: SiLæncer am 17 Juli, 2019, 05:30
(https://s26.postimg.cc/wcabyxqq1/screenshot_58.png)
ProgramEdit - a free Windows® software source-code editor. ProgramEdit includes language support for HTML, Ada, C/C++, C#, CSS, JAVA, JavaScript, Perl, PHP, Python, Ruby, VB, VBScript, Verilog, VHDL and Batch(.bat) files. Other features include tabbed file selection, text highlighting, find & replace, regular expressions, sesssions, bookmarks, multiple undo/redo and hyperlinks.

Freeware

Whats new:>>

    fix minor Backspace key bugs
    fix Line-Change-Bar bugs
    fix minor File/Lock bug
    fix Read-only file bugs
    add dynamic detection of Read-only files

http://simplesolverlogic.com/index.html
Titel: EmEditor Free 19.0.0 Beta 1
Beitrag von: SiLæncer am 19 Juli, 2019, 05:50
(https://s26.postimg.cc/pbg87i3s9/screenshot_1195.png)
EmEditor is a lightning-fast, tabbed text editor with themes, syntax highlighting, stay-on-top, and customizable keyboard mapping. The program supports batch find-and-replace, regular expressions, and more.

The program beat a variety of other text editors in tests performed by TPFC user TP109. Additional features are available via a non-free version.

Free for personal use

Changelog

    New General Features:

    Added an ability to check syntax of HTML, CSS, and JSON documents using CSS HTML Validator Lite by AI Internet Solutions LCC, which is included in the installer.
    The Validate CSV command is now called the Syntax Check command, and it can check syntax of all supported document types (CSV, HTML, CSS, and JSON).
    Greatly improved the speed of the Syntax Check (CSV) and Adjust Separator Position (Whole Document) commands using multi-threaded code and the AVX-2 instruction set found in recent CPUs .
    Syntax check errors are displayed with red wiggly underlines (customizable), and hovering the mouse pointer causes a tooltip show information about the errors. Syntax check can be automatically refreshed for smaller documents.
    The new version allows you to customize underline colors for highlight separately from the text colors (Display page of the Configuration Properties dialog box).
    Added the new Sort Reverse command, which allows you to sort document(s) in reversed order.

    New Options:

    Added the Syntax Check page to the Customize dialog box.
    Added the Syntax Check page to the Configuration Properties dialog box.
    Added the Underline Color drop-down list box to the Display page of the Configuration Properties dialog box.
    Added the Enable file mapping when saving a large file check box to the File page of the Customize dialog box.
    Added the Instruction Set drop-down list box to the Advanced page of the Customize dialog box.
    Added the Number of Tabs option to the Type drop-down list box in the Outline page of configuration properties.

    New Commands:

    Syntax Check Properties
    Customize Syntax Check
    Syntax Checker
    Sort Reverse

    Plug-in API New Features:

    Added the SORT_REVERSE flag to the SORT_INFO structure and Editor_Sort inline function.

    Macro New Features:

    Added the V (sorts reverse) option to the Sort method of the Document object.

    Fixed:

    Under a certain condition, Replace All in a very large file and Undo might have crashed EmEditor.
    Under a certain condition, Find Next with the “Search All Documents in the Group” option did not search correctly.
    Fixed bugs reported by customers.

[close]

https://www.emeditor.com/text-editor-features/history/emeditor-free/
Titel: Alternate Text Browser 3.450
Beitrag von: SiLæncer am 20 Juli, 2019, 18:00
(https://i.postimg.cc/TYy7wJVb/screenshot-1429.png)
This program makes it easy to browse through text- and html-files (also xml), syntax highlighting for serveral programming languages available (C++, Pascal, PHP, Perl, ASM, JScript etc.).

Freeware

Whats new:>>

    Correction for textboxes
    Enhancement in compare text tools
    Tools updated (Memo 3.020, Calculator 3.380)

http://www.alternate-tools.com/pages/c_textbrowser.php?lang=ENG
Titel: QOwnNotes 19.7.6
Beitrag von: SiLæncer am 20 Juli, 2019, 21:00
(https://s26.postimg.cc/hoi1ahlcp/screenshot_978.png)
QOwnNotes is a text editor / notepad replacement with markdown support and todo list manager. The program supports themes, keyboard shortcuts, syntax highlighting, and encryption. Includes available nested file list, tags, search, and more. Optionally works with the notes application ownCloud or Nextcloud.

Cross-platform with clients available for Mac and Linux.

License:    GPL

Changelog

19.7.6

    the immediate focus on the Don't ask again! checkbox for message dialogs was now disabled, because this would lead to accidentally checking the checkbox (for #1234)

19.7.5

    if you are now pressing Escape in the note text edit the read-only mode will be activated
    added more Italian, Indonesian, Brazilian Portuguese translation (thank you tiwi90, zmni, mlimacarlos)

19.7.4

    the text in the note text edit is now also selectable by keyboard in read-only mode
    the text in the note preview is now also selectable by keyboard
    if you now edit text in read-only mode you will get a dialog that allows you to disable the read-only mode again
    you can now (beside exporting a note as HTML file) export the content of the note preview as raw html file in the context menu of the note preview
    added Basque translation (a big thank you to Fabijenna)
        join us at QOwnNotes on Crowdin to make QOwnNotes available in more languages or help with the current translation
    added more Cebuano and Swedish translation (thank you Fabijenna)

[close]

http://www.qownnotes.org/
Titel: JSON Viewer 1.3.0.0
Beitrag von: SiLæncer am 21 Juli, 2019, 18:50
(https://i.postimg.cc/R0jsd5HC/screenshot-1804.png)
View and edit multiple JSON files at the same time and under a single roof with the help of this streamlined and accessible application.

Description

    Hierarchical and text preview
    Text searching
    Base64 encoding/decoding
    Simple JSON Editor with JSON validation

Free to use for both private and commercial users.

http://www.mitec.cz/jsonv.html
Titel: MiTeC XML Viewer 5.7.0
Beitrag von: SiLæncer am 21 Juli, 2019, 19:46
(https://i.postimg.cc/gj4Sb50w/screenshot-860.png)
MiTeC XML Viewer include simple XML Editor with xml validation, very fast SAX parser, support hierarchical and text preview, text searching, Base64 decoding, attribute listing, image interpretation, Web and Content preview and large files up to available memory.

Freeware

Whats new:>>

Facelift

http://mitec.cz/xmlv.html
Titel: QOwnNotes 19.7.7
Beitrag von: SiLæncer am 22 Juli, 2019, 05:00
Changelog

    some strange cursor behavior on macOS when leaving or entering read-only mode was fixed
        also fixed some ui inconsistency with read-only note files
    the ready-only state of the text edits are now better checked on automatic bracket-closing and similar operations
    more keys were added to trigger read-only mode notification

[close]

http://www.qownnotes.org/
Titel: BirdFont 3.28.1
Beitrag von: SiLæncer am 23 Juli, 2019, 04:50
Latest Changes:>>

    Automatic backups.
    A new tab for creating ligatures.

http://birdfont.org/
Titel: Atom 1.39.0 Final
Beitrag von: SiLæncer am 23 Juli, 2019, 18:30
(https://s26.postimg.cc/fmfpqomgp/screenshot_915.png)
A powerful and flexible application that works as a text and source code editor with syntax highlight, or alternately as a file viewer.

MIT License

Changelog

Notable Changes

    atom/fuzzy-finder#401 - Enable fuzzy finder's new fast mode by default 🚀
    atom/atom#19612 - Enhance performance of window resizing to provide speed and responsiveness comparable to native desktop applications 🏎
    atom/find-and-replace#1086 - Add config option to use ripgrep for scanning files for much faster searches in large projects 🐎
    atom/atom#19419 - Upgrade to Electron 3.1.10
    atom/find-and-replace#1085 - Handle multiline results on the find and replace UI
    atom/find-and-replace#1088 - Support multiple selections when "Only In Selection" option is enabled
    atom/tree-view#1257 - Copy files on drop if control is pressed
    atom/language-python#303 - Tokenize *args and **kwargs the same as other parameters (tree-sitter)
    atom/language-typescript#37 - Use new TSX-aware TreeSitter grammar


[close]

https://atom.io/
Titel: Atom 1.40.0 Beta 0
Beitrag von: SiLæncer am 23 Juli, 2019, 20:30
Changelog

Notable Changes

    atom/github#2124 - Review comments and summaries are editable in the review tab
    atom/github#2102 - Checks statuses are included in the build status page of a PR item
    atom/github#2195 - Avoid stalls when opening a branch associated with a PR that has a large (>1MB) patch
    atom/github#2128 - Show a friendly message when the network isn't available (instead of crashing horribly see_no_evil), and attempt to reconnect when the network becomes available again
    atom/atom#19579 - Improve handling of .gitignore edge cases
    atom/atom#17813 - Enable multiple release channels (e.g., Atom, Atom Beta, and Atom Nightly) to be installed side-by-side on Windows
    atom/atom#19594 - Improve reliability of "restart and install" operation when updating Atom
    atom/atom#19556 - Add a new injection point setting to support parsing Rust macros via language injection
    atom/atom#18738 - Show Tree-sitter grammars in the grammar selector
    atom/atom#19528 - Assign originalFontSize when the Workspace is initialized
    atom/find-and-replace#1095 - Add pcre2 ripgrep option for find-and-replace operations
    atom/language-c#331 - Add noexcept and mutable and remove _Atomic from tree-sitter-cpp
    atom/language-javascript#650 - Fix auto-indent when the previous line ends with a comment with a quote
    atom/language-javascript#651 - Allow JS snippets to be used in Flow files
    atom/language-php#360 - Fix syntax highlighting issue for flexible HEREDOC and NOWDOC in PHP 7.3

[close]

https://atom.io/
Titel: QOwnNotes 19.7.8
Beitrag von: SiLæncer am 24 Juli, 2019, 05:00
Changelog

    you can now turn off cursor blinking in the Editor settings (for #1246)
    added a package for Ubuntu 19.10 (Eoan Ermine) to the Launchpad build process
    added more Spanish, Greek, German translation (thank you richarson, athrouss, rakekniven)

[close]

http://www.qownnotes.org/
Titel: EmEditor Free 19.0.0 Beta 2
Beitrag von: SiLæncer am 24 Juli, 2019, 05:50
Changelog

    Added an ability to check syntax of XML documents using MSXML Parser.
    Added the Search URL text box to the Syntax Check page of the Customize dialog box.
    Added the Search Online command to the context menu in the list of the Syntax Checker custom bar, and to the tooltip displayed when hovering the mouse pointer to a syntax error.
    Improved the speed of various operations for CPUs without the AVX2 instruction set.
    Fixed a bug where EmEditor could crash when clicking the Use Number Range button in the Find toolbar.
    Fixed a bug where EmEditor could crash when clicking the Extract All button in the Filter toolbar.

[close]

https://www.emeditor.com/text-editor-features/history/emeditor-free/
Titel: HelpNDoc Personal Edition 6.3.0 Build 298
Beitrag von: SiLæncer am 24 Juli, 2019, 20:30
(https://s26.postimg.cc/n8qdqw1ix/screenshot_994.png)
HelpNDoc provides all the tools necessary to write complete help files, manuals and documentations in a user friendly and very easy to use environment. HelpNDoc can generate standard Windows CHM help files, WEB based documentation, iPhone specific websites as well as printable PDF and Word documents.

HelpNDoc is completely free for personal use and evaluation purposes.

Changelog

    External file pictures are now drawn in the topic editor
    For HTML based documentation formats, it is now possible to optionally clean the output directory before generating documentation: select build settings to never clean, always clean, or ask before cleaning
    Library items now display an icon overlay when they are imported from a file at generation time, or an URL at viewing time
    The hyperlink analyzer now selects the full hyperlink in the topic editor when an item is selected, making it easier to spot problematic hyperlinks
    Imported documents now correctly import anchors to that document
    Imported split documents now correctly re-create hyperlinks to other topics from anchors in that document
    Copying topic content between two instances of HelpNDoc didn't correctly copy images
    Unicode characters having codes greater than $FFFF (E.g. symbols, emoticons...) were not correctly exported to HTML based documentation formats
    After importing a CHM help files, anchors could be broken when exported to another documentation format
    An error message is now displayed when trying to install a dictionary in a location which cannot be written to
    Editing a script in the template editor didn't warn when closed without saving
    Improved speed and memory usage when generating all HTML based documentation formats (CHM, HTML, ePub, Kindle and Qt Help) for projects using at least one picture library item
    Optimized topic loading speed when they contain tables

[close]

http://www.helpndoc.com/
Titel: BowPad 2.4.4
Beitrag von: SiLæncer am 25 Juli, 2019, 05:30
(https://s26.postimg.cc/h0ofzpokp/screenshot_1153.png)
BowPad is a small and fast text editor with a ribbon user interface and syntax highlighting.

Features:

syntax highlighting for over 100 file types and languages
handling of many different encodings, including UTF-8, UTF-16 and even UTF-32
easy ribbon user interface
navigation hints in the vertical scrollbar
coloring of open tabs according to their path
extendable with plugins written in jscript or vbscript

Freeware

Whats new:>>

update the version check file.

http://stefanstools.sourceforge.net/BowPad.html
Titel: EmEditor Free 19.0.0 Beta 3
Beitrag von: SiLæncer am 25 Juli, 2019, 05:50
(https://s26.postimg.cc/pbg87i3s9/screenshot_1195.png)
EmEditor is a lightning-fast, tabbed text editor with themes, syntax highlighting, stay-on-top, and customizable keyboard mapping. The program supports batch find-and-replace, regular expressions, and more.

The program beat a variety of other text editors in tests performed by TPFC user TP109. Additional features are available via a non-free version.

Free for personal use

Whats new:>>

Fixed bugs reported by customers

https://www.emeditor.com/text-editor-features/history/emeditor-free/
Titel: Dnote 0.8.5
Beitrag von: SiLæncer am 25 Juli, 2019, 12:21
(https://s26.postimg.cc/z38h40qwp/screenshot_529.png)
Write technical notes and neatly organize them into books without leaving the command line with the help of this simplistic utility.

MIT License

Whats new:>>

    Only check for CLI updates when checking for new versions
    Exclude pre-releases from update candidates.

https://dnote.io/
Titel: Atom 1.39.1
Beitrag von: SiLæncer am 25 Juli, 2019, 20:30
(https://s26.postimg.cc/fmfpqomgp/screenshot_915.png)
A powerful and flexible application that works as a text and source code editor with syntax highlight, or alternately as a file viewer.

MIT License

Changelog

Fixed a problem that prevented Linux users from successfully installing Atom via the RPM package. #19682 #19690 #19692

[close]

https://atom.io/
Titel: Atom 1.40.0 Beta 1
Beitrag von: SiLæncer am 26 Juli, 2019, 05:00
Whats new:>>

Fixed a problem that prevented Linux users from successfully installing Atom via the RPM package. #19682 #19690 #19692

https://atom.io/
Titel: RisohEditor 5.2.0
Beitrag von: SiLæncer am 26 Juli, 2019, 21:40
(https://i.postimg.cc/8P4z4Swt/screenshot-799.png)
"RisohEditor" is a free resource editor for Win32 development, created by Katayama Hirofumi MZ. RisohEditor realized the ideal of resource editor. "Risoh" means "ideal" in Japanese. RisohEditor can add, edit, extract, clone and remove the resource data in EXE/DLL files. You can edit Windows resources (Dialogs, Menus, Icons, Cursors, String Tables, Message Tables etc.) by using RisohEditor.

NOTICE: Please avoid installing in "C:\Program Files" or "C:\Program Files (x86)". Because the resource compiler (windres) doesn't accept space character in the file path.

Freeware

Whats new:>>

    Correctly treat DIALOG STYLE values (WS_CAPTION is default value of DIALOG STYLE).
    Fixed a bug that the application unexpectedly deletes the file when it opened a compressed EXE file without expanding.

https://katahiromz.web.fc2.com/re/en/index.html#intro
Titel: Network Notepad 6.0.4
Beitrag von: SiLæncer am 27 Juli, 2019, 20:30
(https://s26.postimg.cc/wuply3q2h/screenshot_425.png)
Network Notepad is a specially designed application for creating interactive network diagrams.

Now you can use this accessible and easy-to-use instrument to create or manage the diagrams you need.

Point-and-Click Telnet/ Browse/ User-definable
Network Management.
Simple Drag and Drop interface.
Open, Text Based File Format.
Printing.
Linked Diagrams.
Flow Charts.

Freeware

Changelog

    Change: When pasting a script from the online library to the Format Script form, errors were displayed for the first two lines "Network Notepad Clipping.." and "object 1.." since these are not actually part of the script object. The form now just ignores these statements.
    Bugfix: Format Script Object failed when pasting a multiple-script object such as the Dell R210 example in the online library.
    Bugfix: Options split button on Format Script form did not display correctly if populated with only one option.
    Bugfix: Format Script Form handles corrupted script statement.

[close]

http://www.networknotepad.com/index.htm
Titel: QOwnNotes 19.7.10 Build 4427
Beitrag von: SiLæncer am 28 Juli, 2019, 10:00
(https://s26.postimg.cc/hoi1ahlcp/screenshot_978.png)
QOwnNotes is a text editor / notepad replacement with markdown support and todo list manager. The program supports themes, keyboard shortcuts, syntax highlighting, and encryption. Includes available nested file list, tags, search, and more. Optionally works with the notes application ownCloud or Nextcloud.

Cross-platform with clients available for Mac and Linux.

License:    GPL

Changelog

    The search result count (#1248) and the automatic search inside the current note (#1247) will now also support exact searches like "exact phrase"
    Added more German, Spanish, Brazilian Portuguese, Italian translation (thank you rakekniven, richarson, mlimacarlos, mlocati)

[close]

http://www.qownnotes.org/
Titel: EmEditor Free 19.0.0 Beta 4
Beitrag von: SiLæncer am 28 Juli, 2019, 19:30
Whats new:>>

    Added the Inspect Selected Strings Only radio button to the Delete Duplicate Lines dialog box.
    Added the Inspect only selected strings when vertical seleciton or multiple selections exist (Delete Duplicates command) option to the Edit page of the Customize dialog box.
    Added the Inspect only selected strings when vertical seleciton or multiple selections exist option to the Sort page of the Customize dialog box.
    Added the SORT_INSPECT_SEL_ONLY flags to the SORT_INFO structure and Editor_Sort inline function.
    Added the MANAGE_DUPLIDATES_INSPECT_SEL_ONLY flag to the MANAGE_DUPLICATES_INFO structure and Editor_ManageDuplicates inline function.
    Added the eeSortInspectSelOnly flag to the Sort method of the Document object.
    Fixed bugs reported by customers (1, 2).

https://www.emeditor.com/text-editor-features/history/emeditor-free/
Titel: Notepad3 5.19.726.2515
Beitrag von: SiLæncer am 28 Juli, 2019, 20:30
(https://s26.postimg.cc/hqfjo9ard/screenshot_1232.png)
Notepad3 is a lightweight piece of software that overcomes some of the well-known limitations of Windows standard text editor while providing syntax highlighting support.

Freeware

Changelog

--------------------------------------------------
NEW:
--------------------------------------------------
- Add settings for allowed AutoComplete fill-up chars
- Advanced TOML Lexer
- Multiselect Edit Indicator
- Color hover and picker (HTML color def only #RRGGBB)

--------------------------------------------------
CHANGES:
--------------------------------------------------
- Sync Minipath Filter-Lines list with Notepad3 Lexers list
- Use double-quotes as MRU list string limiter
- Keep .ini backward compatibility for moved "Text Files" lexer (from "Default Text")
- Update to Oniguruma v.6.9.3
- Scintilla Library (SCI) version 4.2.0 (2019-Jul-5)
- To force UTF-8 as preffered encoding: activate encoding detection failure fallback for default encoding
- Allow Fixedsys font for GDI rendering
- Color MarkOccurrences refactoring: use System's HighLight color as default (alpha:60)
- Oniguruma: support static build
- Merge current (v.6.9.2) Oniguruma docs
- Replace Onigmo by Oniguruma
- CED -> UCHARDET license and acknowledgement

--------------------------------------------------
ENHANCEMENT:
--------------------------------------------------
- Complete implementation of UTF-8-Sig MinPath.ini file handler
- Use UTF-8-Sig for themes files
- Use UTF-8-Sig for .ini-File Handler (Initial Version)
- Multi-Selection with selection restore on undo
- Bookmark margin click
- Some multi-selection enhancements

--------------------------------------------------
FIXES:
--------------------------------------------------
- Send NewLine to sci control, if this id no AutoComplete fill-up char
- Obsolete newline after .ini-file sections with comments
- Enhanced Unicode detection
- Oniguruma allow CRLF as newline token
- Notepad3.ini file, remove some keys with default values (styles)
- Extended encoding detection debug information
- Encoding detection failure fallback:  current code-page or default encoding on new (if fallback forced)
- Multi-Selection while Mark-Occurrences of current word is active

--------------------------------------------------
REMOVED:
--------------------------------------------------
- Disable "NewLine" for AutoComplete fill-up
- Remove (old) AHK Lexer in favour of modern AHK_L Lexer

--------------------------------------------------
TRANSLATIONS (MUI):
--------------------------------------------------
- Polish (pl-PL) Translation
- Turkish (tr-TR) Translation (In progress)

[close]

http://www.rizonesoft.com/downloads/notepad3/
Titel: Mark Text 0.15.0 RC2
Beitrag von: SiLæncer am 29 Juli, 2019, 18:50
(https://i.postimg.cc/zfd3DrjN/Mark-Text.png)
Take notes or markdown code that you format and preview in real time and then export to HTML or PDF using this straightforward tool.

MIT License

Changelog

Breaking Changes:

    preference.md is deprecated and no longer supported. Please use the GUI.
    Removed portable Windows executable. NSIS installer can now be used to install per-user (without administrator privileges) or machine wide.
    Added portable zip archive for both x86 and x64 Windows.
    Changed viewToggleFullScreen and windowCloseWindow key bindings to windowToggleFullScreen and fileCloseWindow.
    Removed viewChangeFont key binding.
    Mark Text is now single-instance application on Linux and Windows too.

Feature

    feat: add underline format (#946)
    Added GUI settings (#1028)
    The cursor jump to the end of format or to the next brackets when press tab(#976)
    Tab drag & drop inside the window
    add tab scrolling and drag&drop (#953)
    Support to replace the root folder in a window
    Second-instance files and directories via command-line are opened in the best window
    Mark Text can use a default directory that is automatically opened during startup (#711)
    New CLI flags: --disable-gpu, -n,--new-window and --user-data-dir
    Find in files use ripgrep as searcher.
    You can know automatically save your document after a predefined intervall.
    feat: support prism language alias (#1031)
    Allow to set editor line width and window zoom (#1092)
    feat: add click delete url to clipboard when upload image to SMMS (#1173)

Optimization

    optimization of cursor, and fix some cursor related issues (#963)
    Rewrite select all when press CtrlOrCmd + A (#937)
    Set the cursor at the end of # in header when press arrow down to jump to the next paragraph.(#978)
    Improved startup time
    Replace empty untitled tabs (#830)
    Editor window is shown immediately while loading
    Adjust titlebar title when using native window to not show a duplicate title
    Added Noto Color Emoji as default emoji fallback font on Linux to display emojis properly.
    feat: add two event focus and blur of muya (#1039)
    opti: add katex css only when there is math fomular in export html (#1038)
    Refactor inline image to support paste/drop image (#1028)
    opti: insert last paragraph when the last block is table, code block or no-empty paragraph (#1069)
    Opti: update TOC if needed (#1088)
    feat: scroll to cursor when switch between tabs (#1089)
    add: auto save with delay (#1093)
    Opt-in uploader services and add legal notices (#1113)
    Add ripgrep as find in files backend (#1086)

Bug fix

    Fixed some CommonMark failed examples and add test cases (#943)
    fix: #921 reference link render error (#947)
    fix: #926 summary element can not be click (#948)
    fix: #870 list parse error (#964)
    Fixed some bugs after press backspace (#934, #938)
    Changed inline math vertical align to top (#977)
    Prevent to open the same file twice, instead select the existing tab (#878)
    Fixed some minor filesystem watcher issues
    Fixed rename filesystem watcher bug which lead to multiple issues because the parent directory was watched after deleting a file on Linux using rename
    Fixed incorrect file content after a watched file was edited externally (#1043)
    fix: toc content vanish bug (#1021)
    fix paragraph turn into list bug (#1025)
    fix: #1018 paste error when the lastblock is html block (#1042)
    fix: parse inline syntax error (#1072)
    fix: insert image by image uploader, but can not copy and paste, because it is render the local url (#1070)
    Fix: #1045 can not select all content in source code mode (#1085)
    fix: TOC level error (#1087)
    fix watcher out of range exception (#1095)
    Opti: image icon style (#1098)
    delete image triggers muya change (#1125)

Breaking Development Changes:

    Environment variable MARKTEXT_IS_OFFICIAL_RELEASE is now MARKTEXT_IS_STABLE
    Renamed npm script build:dir to build:bin

[close]

https://github.com/marktext/marktext
Titel: TeXmacs 1.99.11
Beitrag von: SiLæncer am 29 Juli, 2019, 20:15
(https://i.postimg.cc/Dfs43qvs/Daminion.png)
Text editors come in a wide variety of shapes and sizes, from simple note generators to advanced suites comprising complex formatting algorithms. In the latter category one can include TeXmacs, a unified and powerful editor for structured documents.

License: GPLv3

Changelog

Several bug fixes (1.99.11).
Repositories for Debian and Ubuntu (1.99.11).

[close]

http://www.texmacs.org/tmweb/home/welcome.en.html
Titel: Black NotePad 1.2.0.41
Beitrag von: SiLæncer am 29 Juli, 2019, 20:50
(https://s26.postimg.cc/lj0xxiynt/screenshot_1281.png)
Black NotePad was created as an alternative to the Notepad program of Windows operating systems. While retaining the original functions, Black NotePad improves manageability, contains important new functions, and greatly enhances program compatibility in terms of the edited text.

Freeware

Whats new:>>

    Bugfix
    Minor improvements

https://www.wintools.info/index.php/black-notepad
Titel: Google Web Designer 6.0.0.0710
Beitrag von: SiLæncer am 30 Juli, 2019, 04:10
(https://i.postimg.cc/t4kxrGLC/screenshot-2067.png)
Google Web Designer allows you to create engaging, interactive HTML5-based designs and motion graphics that can run on any device. Let us handle the HTML5 and CSS3 so you're free to focus on what you love to do: creating gorgeous visual experiences. A full design suite lets you easily bring any vision to life. If you're feeling more hands-on, all the code behind your designs is hand-editable, so you're never locked out of your own work. Your ideas are now amplified by code - not restricted by it.

Freeware

Changelog

    Code view improvements:

    Design view panels and toolbars are now automatically hidden to give you a wider area for viewing your code.
    The new Files panel lets you browse and open other files in your project folder.
    Use the minimap for a high-level overview of your code and for quick navigation.
    Collapse and expand code blocks.
    Code completion suggestions display automatically as you type.

    Events panel layout:

    The Events panel now displays information in resizable columns.
    You can reorder events by dragging them to a new position in the list.

    Focal points for responsive images:

    Set a focal point to keep a key part of your image always visible in case resizing the image may crop it.

    Focal point for responsive images:

    Interactive video:

    The Video component now lets you add hotspots that appear over your video.
    Set cue points to seek or trigger events at specific times during video playback.
    Interactive video: how to create cue points and hotspots

    Keyframe rules editing in CSS panel:

    You can now see and directly edit CSS animation keyframe rules while in Design view.
    Editing keyframe rules in CSS panel
    New templates in version 6.0.0.0710
    2 templates have been added to the Dynamic remarketing for Google Ads template category:
    Responsive Dynamic Remarketing Travel Block Details
    Responsive Dynamic Remarketing Travel Pennant Details

    Other notable changes:

    Document tabs now display long file names.
    The Ad Validator shows a warning about the upcoming Google Fusion Tables turndown for the Maps component.
    Fixes & improvements in version 6.0.0.0710

    Components & runtime:

    [Star Ratings] Fixed rendering issue with the Star Ratings component.
    [YouTube] Show title property removed because the showinfo parameter has been deprecated.
    Fixed issue with the Properties panel not updating to show custom component properties.

    Publish:

    [Publish to Display & Video 360] Fixed issue where the Creative name field was enabled before an Advertiser was selected.
    [Publish to Display & Video 360] The Publish button in the Publish dialog is now disabled after the association is removed and settings are cleared.

    Timeline & animation:

    Fixed issue with wrapping and unwrapping element not updating animation selectors.
    Fixed crash after selecting a keyframe then using Shift + dragging to select other keyframes.

    Workspace (panels and user interface):

    Fixed issue with error when saving a workspace with empty name.
    Document tab overflow dropdown now displays the full filename.

    Other:

    The Ad Validator now shows the correct size limit for ads created with the App Promo Install template.
    Fixed crash when opening files containing certain image URLs.
    Fixed issue where dynamic data bindings weren't saved for descendants of elements with text fitting applied.
    [Publish to Display & Video 360] Fixed issue where the Creative field was enabled before an Advertiser was selected.
    [AMP] Inline style rules can now be viewed and edited in the CSS panel.
    [AMP] Motion paths are now available in AMPHTML ads.

    Known issues:

    References to custom Google Web Designer elements (gwd-image, gwd-video, gwd-audio, gwd-iframe, gwd-page, and gwd-pagedeck) may not work as expected. Learn how you can update your references.
    Timeline animation events, such as pause or loop, do not work when you directly open the source .html file in your browser. This is expected behavior, as timeline animation CSS is generated when previewing or publishing the document. Solution: use the Preview button, or publish the document locally and view the published file in your browser.
    Image files without a file extension with a period in the file name don't import into the Library. Workaround: add the file extension (such as .png) to the file name.

    A black screen on launch may be caused by outdated video drivers. Try updating your video drivers. If that doesn't help, disable GPU rendering by quitting Google Web Designer and following the instructions for your operating system before relaunching:

    Windows: Add a DWORD32 value named disable-gpu-rendering to HKEY_CURRENT_USERSoftwareGoogleWeb DesignerSettings in the registry. Set this value to 1.
    Mac: Add a Boolean row to ~/Library/Preferences/com.google.WebDesigner.plist with the name disable-gpu-rendering and a value of YES, or run defaults write com.google.WebDesigner.plist disable-gpu-rendering -bool true in Terminal.
    Linux: Add a line to ~/.local/share/google-web-designer/preferences/settings.conf with the name disable-gpu-rendering and a value of true. (If the [Settings] section doesn't exist, you'll need to create it first.)
    For a video to autoplay when an ad is re-expanded on Mac Safari, the first video source should be .mp4.
    Gradient background fill on an image only renders when scaling is set to stretch.
    A maximum of 4 panels can be grouped/tabbed together.
    White screen on launch if behind a web proxy. Please follow these instructions to change your proxy settings.
    Mac Chrome, Opera, IE: Play button doesn't work in Google Web Designer preview when Autoplay preview is on. Workaround: remove localhost from the URL to use file:///
    Linux only: file drag and drop from the file system to Google Web Designer is not working. Workaround: use File > Import assets or Add asset from the Library.
    Downloading iCalendar .ics files is not supported on Safari desktop browser.
    It is not possible to have more than one Map component or Street View component, or a Map and a Street View component in the same creative.
    Linux only: if the browser (Chrome or Firefox) is launched by Google Web Designer for preview, Google Web Designer cannot be closed unless the browser is closed first.
    Linux only: Google Web Designer sometimes loses focus and is unable to take keyboard input when switching between apps. Workaround: resize the Google Web Designer window to bring focus back to the app.
    Linux only: if the renderer crashes and a white screen appears, set the disable-gpu-rendering to true in Google Web Designer settings. Add a row to ~/.local/share/google-web-designer/preferences/settings.conf with the name disable-gpu-rendering and a value of true. (If the [Settings] section doesn't exist, you'll need to create it first.)

[close]

http://www.google.com/webdesigner
Titel: Code Writer 4.0
Beitrag von: SiLæncer am 30 Juli, 2019, 04:20
(https://i.postimg.cc/Wb9NkPSB/Code-Writer.png)
Code Writer is a code editing app specifically designed to work in the modern part of Windows 8 and above, ans support for touch-ready screens enables it to work on portable devices running a compatible operating system.

The app is designed to be fast, powerful and fluid, featuring active syntax highlighting as the text is typed into the interface.

Freeware

Changelog

    ADDED: New version of the core text editor control with massive performance improvements.
    ADDED: Multiple selections added via Ctrl+Click, each with their own caret.
    ADDED: Support for cultural editing concepts like complex glyphs, bi-directional text, etc.
    ADDED: Improved smooth inertia-based touch scrolling.
    ADDED: Shift+MouseWheel horizontal scroll support.
    ADDED: Pinch and Ctrl+MouseWheel zoom support.
    ADDED: Ctrl++ zooms in, Ctrl+- zooms out, and Ctrl+0 resets zoom to 100%.
    ADDED: Hold down a scrollbar's arrow for several seconds to cause scroll speed to increase.
    ADDED: Drag and drop support.
    ADDED: Improved logic for several edit commands.
    ADDED: Improved IntelliPrompt UI in general, now with vector images.
    ADDED: The Ctrl+W close command closes the app if no documents are open.

[close]

https://www.actiprosoftware.com/products/apps/codewriter
Titel: BowPad 2.4.5
Beitrag von: SiLæncer am 30 Juli, 2019, 05:10
(https://s26.postimg.cc/h0ofzpokp/screenshot_1153.png)
BowPad is a small and fast text editor with a ribbon user interface and syntax highlighting.

Features:

syntax highlighting for over 100 file types and languages
handling of many different encodings, including UTF-8, UTF-16 and even UTF-32
easy ribbon user interface
navigation hints in the vertical scrollbar
coloring of open tabs according to their path
extendable with plugins written in jscript or vbscript

Freeware

Whats new:>>

The 'uncomment' function failed to work properly for some lexers language files were the wrong version

http://stefanstools.sourceforge.net/BowPad.html
Titel: QOwnNotes v19.7.11
Beitrag von: SiLæncer am 30 Juli, 2019, 05:40
(https://s26.postimg.cc/hoi1ahlcp/screenshot_978.png)
QOwnNotes is a text editor / notepad replacement with markdown support and todo list manager. The program supports themes, keyboard shortcuts, syntax highlighting, and encryption. Includes available nested file list, tags, search, and more. Optionally works with the notes application ownCloud or Nextcloud.

Cross-platform with clients available for Mac and Linux.

License:    GPL

Changelog

    whitespaces at the beginning of the current line are now reproduced in the next line too when pressing Return in the note editor (for #1249)
    there now is a progress dialog to see the progress of loading notes on slow systems with a lot of notes
    the column size of the search count in the note list was reduced (for #1248)
    " characters will be now cut out of the search text in the local search text when searching for text globally (for #1247)
    added more Spanish, Russian, Basque, Czech, Danish, Finnish, Brazilian Portuguese, German, Romanian, Slovak, Slovenian, Dutch, Norwegian, Hungarian, Italian translation (thank you richarson, mikhail-khokhlov, Fabijenna, mlimacarlos, rakekniven, tiwi90)

[close]

http://www.qownnotes.org/
Titel: yWriter 6.0.2.7 Beta
Beitrag von: SiLæncer am 30 Juli, 2019, 12:24
(http://www.spacejock.com/images/yWriter5Main.png)
yWriter allows you to split your novel into chapters and scenes, simplifying the process of text writing. You can reorder scenes within chapters or change their content, title and description. If you notice that you mistyped a word, yWriter enables you to do a global text search and replace it. With yWriter you can easily keep journals, diaries or create your own stories and novels.

Freeware

Whats new:>>

Adding multiple chapters no longer causes an unexpecting re-ordering in the chapter list.

http://www.spacejock.com
Titel: Notepads 0.9.6.0 Beta
Beitrag von: SiLæncer am 30 Juli, 2019, 13:20
(https://i.postimg.cc/DzHrb6Dr/screenshot-1766.png)
Modern, open-source Notepad alternative for Windows 10 that gives the aging text editor a facelift, while also packing additional functionality into a similarly streamlined application.

MIT License

Changelog

    New features:

    You can preview your changes using side-by-side DiffViewer (Alt+D).
    You can use built-in Markdown viewer to preview your markdown(.md) files (Ctrl+P).
    Tab's right-click context menu has been added.
    You can double click on tab to enable Full Screen mode (double click again to exit).
    ANSI decoding supports for reading legacy files using Windows Code Page.
    You now can revert all your changes made to the file to original state including line ending and encoding changes.

    Bug fixes:

    Text copied to clipboard will be black colored instead of white when using Dark mode.
    Disabled ctrl + left click to deselect tab (unwanted behavior).

    Improvements:

    Text copied to clipboard will not be deleted after App exits.
    Find and replace control is now owned by each tab.
    Now, Notepads is smart enough to figure out if your file has been edited or not.
    Changed Save As shortcut from Ctrl+Alt+S to Ctrl+Shift+S to follow Notepad and VS Code.
    You now can select and scroll at same time (to quickly select a block of text).
    Better ContentDialog showing logic.
    Disable save button if file is untouched (Save As is always enabled anyway), Notepads now also skip untouched files on app exit.

    New Localizations:

    It-IT
    Uk-UA

[close]

https://github.com/JasonStein/Notepads
Titel: EmEditor Free 19.0.0 Final
Beitrag von: SiLæncer am 31 Juli, 2019, 06:10
(https://s26.postimg.cc/pbg87i3s9/screenshot_1195.png)
EmEditor is a lightning-fast, tabbed text editor with themes, syntax highlighting, stay-on-top, and customizable keyboard mapping. The program supports batch find-and-replace, regular expressions, and more.

The program beat a variety of other text editors in tests performed by TPFC user TP109. Additional features are available via a non-free version.

Free for personal use

Changelog

    New General Features:

    Added an ability to check syntax of HTML, CSS, and JSON documents using CSS HTML Validator Lite (EmEditor edition), which is included in the installer.
    Added an ability to check syntax of XML documents using MSXML Parser.
    The Validate CSV command is now called the Syntax Check command, and it can check syntax of all supported document types (CSV, XML, HTML, CSS, and JSON).
    Syntax check errors are displayed with red wiggly underlines (customizable), and hovering the mouse pointer causes a tooltip show information about the errors. Syntax check can be automatically refreshed for smaller documents.
    The new version allows you to customize underline colors for highlight separately from the text colors (Display page of the Configuration Properties dialog box).
    Added the new Sort Reverse command, which allows you to sort document(s) in reversed order.
    Greatly improved the speed of switching to a CSV mode, and the Syntax Check (CSV) and Adjust Separator Position (Whole Document) commands using multi-threaded code and the AVX-2 instruction set found in recent CPUs.
    Greatly improved the speed of the Delete Duplicate Lines command on a very large file using multi-threaded code and the AVX-2 and SSE4.2 instruction sets found in recent CPUs.

    New Options:

    Added the Syntax Check page to the Customize dialog box.
    Added the Syntax Check page to the Configuration Properties dialog box.
    Added the Underline Color drop-down list box to the Display page of the Configuration Properties dialog box.
    Added the Enable file mapping when saving a large file check box to the File page of the Customize dialog box.
    Added the Instruction Set drop-down list box to the Advanced page of the Customize dialog box.
    Added the Number of Tabs option to the Type drop-down list box in the Outline page of configuration properties.
    Added the Inspect Selected Strings Only radio button to the Delete Duplicate Lines dialog box.
    Added the Inspect only selected strings when vertical seleciton or multiple selections exist (Delete Duplicates command) option to the Edit page of the Customize dialog box.
    Added the Inspect only selected strings when vertical seleciton or multiple selections exist option to the Sort page of the Customize dialog box.

    New Commands:

    Syntax Check Properties
    Customize Syntax Check
    Syntax Checker
    Sort Reverse

    Plug-in API New Features:

    Added the SORT_REVERSE and SORT_INSPECT_NOT_SEL_ONLY flags to the SORT_INFO structure and Editor_Sort inline function.
    Added the MANAGE_DUPLIDATES_INSPECT_SEL_ONLY flag to the MANAGE_DUPLICATES_INFO structure and Editor_ManageDuplicates inline function.

    Macro New Features:

    Added the V (sorts reverse) option and the eeSortInspectNotSelOnly flag to the Sort method of the Document object.
    Added the eeSortInspectSelOnly flag to the DeleteDuplicates method of the Document object.


[close]

https://www.emeditor.com/text-editor-features/history/emeditor-free/
Titel: QOwnNotes 19.8.0 Build 4437
Beitrag von: SiLæncer am 01 August, 2019, 05:00
Whats new:>>

    added Serbian translation (a big thank you to Fabijenna)
        join us at QOwnNotes on Crowdin to make QOwnNotes available in more languages or help with the current translation
    added more Italian, Basque, Czech, Danish, Finnish, Brazilian Portuguese, German translation (thank you Fabijenna, tiwi90, mlimacarlos, rakekniven)

http://www.qownnotes.org/
Titel: Dnote 0.9.0
Beitrag von: SiLæncer am 01 August, 2019, 09:13
(https://s26.postimg.cc/z38h40qwp/screenshot_529.png)
Write technical notes and neatly organize them into books without leaving the command line with the help of this simplistic utility.

MIT License

Whats new:>>

    Allow to rename books
    Allow to move notes between books
    Simplify removing books
    Allow to skip confirmation when removing books or notes
    Automatically configure vscode if the user's editor is vscode)

https://dnote.io/
Titel: VNote 2.7.2
Beitrag von: SiLæncer am 01 August, 2019, 17:15
(https://s26.postimg.cc/871od8huh/screenshot_1147.png)
Peculiar yet interesting, open source piece of software that sports both Markdown editing capabilities and note management features.

MIT License

Changelog

Call Java (PlantUML) directly on Win;

[close]

https://tamlok.github.io/vnote/
Titel: Google Web Designer 6.0.1.0801
Beitrag von: SiLæncer am 02 August, 2019, 06:05
Whats new:>>

    Fixed issue with animations not playing in Internet Explorer.
    Fixed issue with reordering columns in the Library panel.

http://www.google.com/webdesigner
Titel: QOwnNotes 19.8.1 Build 4437
Beitrag von: SiLæncer am 02 August, 2019, 20:50
Changelog

    you will now see how many search results there are when searching in a note and at what search result you currently are
        the search will now start from top when search parameters are changed
        regular expression search restart at top was fixed
        the text cases in the note text edit search bar are now fixed and more tooltips are added
    when a note is about to get the same filename as an existing note now a number is added instead of the current date and time to prevent name clashes when multiple notes are created in the same second (for #1252)
    in the note list now the note filename with extension is displayed in the tooltips instead of just the note name (for #1157)
    when a note was created via shortcut or via the note search the search bar in the note edit will now be reset to default properties and hidden (for #1255)
    when conflicted database copies were removed a status bar message is now shown (for #1111)
    improved tab order in main window for panels
    added more Italian, Brazilian Portuguese, German, Serbian (Cyrillic), Dutch, Hungarian, Catalan, Greek, Persian, Polish translation (thank you tiwi90, mlimacarlos, mlocati, 2fake1987, Fabijenna, MGuerra, rakekniven, athrouss, lucjan)

[close]

http://www.qownnotes.org/
Titel: RJ TextEd v14.10
Beitrag von: SiLæncer am 03 August, 2019, 15:10
(https://s26.postimg.cc/775l9vjeh/screenshot_593.png)
RJ TextEd - A Unicode source and text editor. RJ TextEd is a full featured text and source editor with Unicode support, syntax highlighting and code folding. The functionality extends beyond text files and includes support for HTML editing with integrated preview, spell checking, auto completion, HTML validation, templates and more. The program also include support for Topstyle Lite CSS editor, has a dual pane file commander, as well as a FTP client to upload your files. The editor uses language files to display menus and dialogs in different languages. There are several included languages. New language files can easily be created in the editor. RJ TextEd is also a simple web development tool. The editor can use auto completion and hints to assist you in editing your source code. You can preview HTML/ASP/PHP... code using one of the preview tabs or open a document in a browser. The editor does not only handle source code. It also handles true ASCII files, binary files and of course plain text files.

License: Freeware

Changelog

Document views
It is now possible to open up to six document views. They can be opened on two rows and each row can contain one, two or three views. Each row is independent so you can have two document views at the top row, and three at the bottom.

Document views can be handled using a toolbar button, or from the "Window" menu.

Everything should work as in dual document view. Drag n drop, text compare, sync scrolling, close and move tabs ...

Emmet filters
Emmet abbreviations can now handle filters. A filter is added at the end of the abbreviation using a pipe |.

E.g. ul>li*|t

Available filters are:
c - Comment important tags (containing class or id attributes).
e - Escape XML-unsafe characters: <, > and &. E.g. <p>|e => &lt;p&gt;&lt;/p&gt;
s - Single line. Expand everything to a single line of code.
t - Trim line markers from wrapped lines e.g. * or 1.
w - Wordwrap selected or lorem generated text. Default width is 80.
w120 - Wordwrap at column 120.

      Ex.
        Abbreviation: ul>li*|t

        Selection:
          * Line 1
          * Line 2

        Result:
          <ul>
            <li>Line 1</li>
            <li>Line 2</li>
          </ul>
         
        The line markers * have been trimmed from the expanded code.

Emmet options
A config file is available from the Format->Abbreviations menu. The config file contain some option you can set for different highlighters.

Options available are:

    AddSlashToEmptyTags: Add a slash to empty tags e.g. <img src="" />
    AlwaysAddNewLine:    Always add linefeed after each tag (usually used in XML)
    CommentTags:         Comment important tags (containing class or id attributes).
    IndentChilds:        Indent child tags. If you set this to false - no indention will be used.
    SingleLine:          Expand everything to a single line of code.
    TrimLineMarkers:     Trim line markers from wrapped lines e.g. * or 1.
    Wordwrap:            Word wrap selected or lorem generated text.
    WordwrapAt:          Wrap at given column. The nearest space or symbol will be used as wrap position.

Search result option

Added an option to use double click to open found items, instead of single click.

Fixed

* Wrap with abbreviation hint issue.
* Print issue with page ranges.
* Minor find issue.
* A few exception errors reported by users.

[close]

http://www.rj-texted.se/
Titel: Typora 0.9.73 Beta
Beitrag von: SiLæncer am 04 August, 2019, 10:50
(https://s26.postimg.cc/6a6bupdop/screenshot_1181.png)
Swiftly write, edit, format and convert text to HTML with the help of this modern looking, streamlined and novice-accessible piece of software.

Freeware

Changelog

    Redesign of preference panels.
    Add table operations in menu bar, move "image" related operation to "Format" menu.
    Add smalltalk language syntax.
    Use new app update component on Widnows.
    Fix auto reload not working.
    Improve mermaid gantt rendering.
    Support auto escape image path when export.
    Add pre-defined settings for reading speed.
    Fix bug that sidebar folder will not be kept after move to trash.
    Fix bugs about export HTML without styles.
    Fix bug that global search cannot contain special keys like "#".

[close]

http://www.typora.io/
Titel: MiKTeX 2.9.7152
Beitrag von: SiLæncer am 04 August, 2019, 11:10
(https://i.postimg.cc/KzkJ4d7b/screenshot-1397.png)
MiKTeX (pronounced mick-tech) is an up-to-date implementation of TeX/LaTeX and related programs for Windows (all current variants).

Freeware

http://miktex.org/
Titel: RisohEditor 5.2.1
Beitrag von: SiLæncer am 04 August, 2019, 11:50
(https://i.postimg.cc/8P4z4Swt/screenshot-799.png)
"RisohEditor" is a free resource editor for Win32 development, created by Katayama Hirofumi MZ. RisohEditor realized the ideal of resource editor. "Risoh" means "ideal" in Japanese. RisohEditor can add, edit, extract, clone and remove the resource data in EXE/DLL files. You can edit Windows resources (Dialogs, Menus, Icons, Cursors, String Tables, Message Tables etc.) by using RisohEditor.

NOTICE: Please avoid installing in "C:\Program Files" or "C:\Program Files (x86)". Because the resource compiler (windres) doesn't accept space character in the file path.

Freeware

Whats new:>>

    "English (United States)" will be selected if you entered "En" for language name.
    Add "Query Constant" feature.
    Fix "Collapse All".
    WS_POPUPWINDOW | WS_BORDER must be WS_POPUPWINDOW | WS_CAPTION.
    RT_FONT support.
    Improved "Add Resource" dialog.

https://katahiromz.web.fc2.com/re/en/index.html#intro
Titel: CudaText 1.85.0
Beitrag von: SiLæncer am 04 August, 2019, 18:20
(https://s26.postimg.cc/k6wu8qcrt/screenshot_901.png)
Create programming scripts with this powerful tool that supports more than 130 languages and allows users to work concurrently on as many as six groups of projects.

Freeware

Changelog

    Add: on moving selection in Theme menu dialog, program previews selected theme (like Sublime)
    Add: program saves to history the last selected item in Command Palette
    Add: lexer VBScript improved (by @dinkumoil)
    Change: deleted option "ui_listbox_centered", changed behaviour for its default
    Change: function call-tip in plugin "Python IntelliSense" has different look and position

[close]

http://www.uvviewsoft.com/cudatext/
Titel: QOwnNotes 19.8.2 build 4455
Beitrag von: SiLæncer am 05 August, 2019, 05:00
(https://s26.postimg.cc/hoi1ahlcp/screenshot_978.png)
QOwnNotes is a text editor / notepad replacement with markdown support and todo list manager. The program supports themes, keyboard shortcuts, syntax highlighting, and encryption. Includes available nested file list, tags, search, and more. Optionally works with the notes application ownCloud or Nextcloud.

Cross-platform with clients available for Mac and Linux.

License:    GPL

Changelog

    the cursor will now be positioned in the 4th line again after creating a new note with the note search panel (for #1255)
    made confirmation message for conflicted database copies more affirmative (for #1111)
    now it shows - instead of 0 in the in-note search count (for #1247)
    added more German, Spanish, Serbian (Cyrillic), Hungarian, Romanian, Dutch, Basque, Cebuano, Czech, Danish, Finnish, Greek, Norwegian, Slovak, Slovenian translation (thank you rakekniven, richarson, Fabijenna)

[close]

http://www.qownnotes.org/
Titel: Alternate Text Browser 3.470
Beitrag von: SiLæncer am 07 August, 2019, 12:17
(https://i.postimg.cc/TYy7wJVb/screenshot-1429.png)
This program makes it easy to browse through text- and html-files (also xml), syntax highlighting for serveral programming languages available (C++, Pascal, PHP, Perl, ASM, JScript etc.).

Freeware

Whats new:>>

    Greek updated by geogeo
    Calculator 3.390, Memo 3.030 added

http://www.alternate-tools.com/pages/c_textbrowser.php?lang=ENG
Titel: LPub3D 2.3.12.89.1445
Beitrag von: SiLæncer am 07 August, 2019, 13:21
(https://i.postimg.cc/kMx9GxDB/screenshot_664.png)
LPub3D is an Open Source WYSIWYG editing application for creating LEGO style digital building instructions.

LPub3D uses the LDraw parts library, the most comprehensive library of digital Open Source LEGO bricks available and reads the LDraw LDR and MPD model file formats.

License: Open Source

Release Notes

    New feature - Continuous page processing - GitHub ticket #76
    New feature - Go Dark - Add dark theme - GitHub ticket #73
    New feature - "Native" renderer based on 3DViewer (LeoCAD library) - GitHub ticket #71
    New feature - "Native" POV file generation based on LDView library - GitHub ticket #77
    New feature - Multi-segment page, divider and callout pointers - GitHub ticket #67
    New feature - "True" part fade and part highlight - GitHub ticket #47
    New feature - UI dialogue to set sub-model level color - GitHub ticket #69
    New feature - Scene horizontal and vertical ruler and axis guides - GitHub ticket #68
    New feature - Console commands - GitHub ticket #12
    Enhancement - Default assembly orientation angles to Assembly Setup - GitHub ticket #72
    Enhancement - Headless mode on Linux, macOS and Windows Platforms - GitHub ticket #56
    Enhancement - Improved ROTSTEP entry from 3DViewer pane - GitHub ticket #- GitHub ticket #78
    Enhancement - Keyboard shortcuts for Edit commands - GitHub ticket #63
    Enhancement - Respect relative and absolute paths for inserted images - GitHub ticket #61
    Enhancement - Rotate Icon resize - GitHub ticket #66
    Enhancement - Set renderer from project setup menu - GitHub ticket #70
    Enhancement - Use an image for Rotate Icon - GitHub ticket #6262)
    Change - Move LPub3D.ini file to application location for Windows portable distros - GitHub ticket #75
    Change - Update 3DViewer to LeoCAD 18.2 commit 15d5e89
    Bug - Go To page function broken - GitHub ticket #55
    Bug - Insert text on a sub-model insertion page gets placed in the sub-model instead of the parent model - GitHub ticket #53
    Bug - Mixed-page orientation incorrect - GitHub ticket #59
    Issue - Abnormal program end on malformed CALLOUT - GitHub ticket #74
    Issue - Automatically add assembled image of multi-occurrence sub-model to parent page - GitHub ticket #65, description
    Issue - Landscape page orientation for .pdf export not working - GitHub ticket #58, cannot reproduce
    Issue - LDView Multiple files single call rendering slow - GitHub ticket #54
    Issue - LDView on macOS not loading - missing libraries - GitHub ticket #57
    Issue - LPub3D renders very slow on Windows - GitHub ticket #60, duplicate

[close]

https://sourceforge.net/projects/lpub3d/?source=directory
Titel: FocusWriter 1.7.3
Beitrag von: SiLæncer am 08 August, 2019, 09:12
(https://s26.postimg.cc/if0nmb60p/screenshot_947.png)
FocusWriter hilft Vielschreibern beim Verfassen von Texten. Die Textverarbeitung blendet alle Menüs und Leisten aus. So kann man sich beim Schreiben voll und ganz auf das Wesentliche konzentrieren.

Der Vollbild-Texteditor FocusWriter zeigt als Oberfläche absichtlich lediglich den blanken Text. Daher gelingt es leichter, störungs- und ablenkungsfrei zu schreiben. Auf Wunsch kann man auf zusätzliche Steuerelemente zugreifen und diese per Maus über die Bildschirmränder abrufen.

Außerdem kann bei FocusWriter eine Statuszeile mit der aktuellen Uhrzeit, einem Timer und Statistiken eingeblendet werden. Das geplante Arbeitspensum legt der Schreiber in den Einstellungen in Minuten oder Wörtern fest. Textart und -farbe werden hier ebenfalls ganz nach Wunsch bestimmt.

Mit FocusWriter können mehrere Dokumente parallel bearbeitet werden. Ein Speichern erfolgt im RTF-, ODT- oder TXT-Format. Standardmäßig zeigt die Freeware einen einfarbigen, nüchternen Hintergrund. Wer die Arbeitsumgebung etwas freundlicher und abwechslungsreicher gestalten möchte, kann die Farbe ändern und auch ein eigenes Bild als Hintergrund einblenden.

FocusWriter enthält alle Grundfunktionen einer Textverarbeitung inklusive Textformatierungen, einer Rechtschreibprüfung und dem Suchen und Ersetzen von Wörtern und Textausschnitten. Die Freeware spricht vor allem den Vielschreiber an, der sich allein auf den Text konzentrieren möchte.

Changelog

    FIXED: Was not loading KDE icon theme
    FIXED: Headings menu was incorrectly shown in German
    Replaced deprecated code
    Translations: Friulian, German, Korean

[close]

http://gottcode.org/focuswriter/
Titel: Notepads 0.9.7.0 Beta
Beitrag von: SiLæncer am 08 August, 2019, 12:27
(https://i.postimg.cc/DzHrb6Dr/screenshot-1766.png)
Modern, open-source Notepad alternative for Windows 10 that gives the aging text editor a facelift, while also packing additional functionality into a similarly streamlined application.

MIT License

Changelog

    New features:

    Now Notepads will notify you when file has been modified, renamed, moved or deleted outside.
    You can reload file if it has been modified outside by clicking on path indicator (Flyout will be shown).
    You can hit F5 to insert date time string into current selection point (format is based on your current culture).
    Now you can enable full screen mode by pressing F11 (Same button to exit full screen mode).

    Bug fixes:

    Fixed unwanted behavior where "Shift+Enter" insert 'v' instead of new line character.

    Improvements:

    Dark mode has been tweaked to show background acrylic effect even when app window is not focused.
    When background tint opacity sets to 100%, acrylic effect will be disabled completely.
    UI and animations tweaks.
    Removed symbol fonts from font lists and fonts now are in alphabetical order.
    Side-by-side DiffViewer's close button has been moved to the left.

[close]

https://github.com/JasonStein/Notepads
Titel: Typora 0.9.74 Beta
Beitrag von: SiLæncer am 08 August, 2019, 20:50
(https://s26.postimg.cc/6a6bupdop/screenshot_1181.png)
Swiftly write, edit, format and convert text to HTML with the help of this modern looking, streamlined and novice-accessible piece of software.

Freeware

Changelog

    Fix bug about Home / End key.
    Remove unnecesseay <span&gr; on exported HTML.

[close]

http://www.typora.io/
Titel: QOwnNotes 19.8.3
Beitrag von: SiLæncer am 09 August, 2019, 16:30
Changelog

    added support for a real time preview of remote images (for #1244)
        the image links in the image tags will be transformed to inline images
        no caching of the image can currently be done
    added more Serbian (Cyrillic), Portuguese, Catalan, Danish, Finnish, Greek, Norwegian, Romanian, Slovak, Slovenian, Russian, Polish, Spanish, Dutch, Hungarian, Czech, German, Italian translation (thank you Fabijenna, tiwi90, manuelarodsilva, MGuerra, mikhail-khokhlov, lucjan, richarson, rakekniven)

[close]

http://www.qownnotes.org/
Titel: HS Writer 1.0.0.0
Beitrag von: SiLæncer am 09 August, 2019, 19:11
(https://henrys-software.com/images/thumbs/0000018_hs-writer_550.png)
Create, edit and save text documents with ease by using this straightforward text processor application that supports numerous formats.

Freeware

https://henrys-software.com/hs-writer
Titel: QOwnNotes 19.8.4
Beitrag von: SiLæncer am 10 August, 2019, 21:00
Changelog

    added Persian translation (a big thank you to Fabijenna)
        join us at QOwnNotes on Crowdin to make QOwnNotes available in more languages or help with the current translation
    updated OpenSSL to 1.1.1c for the Qt 5.13 release of QOwnNotes for Windows to prevent network problems with https on some computer (for #1260)
        if you had troubles with the latest few releases for Windows you need to download the latest release manually once or download the files from OpenSSL and put them into your QOwnNotes folder
    added more German translation

[close]

http://www.qownnotes.org/
Titel: Notepads 0.9.8.0 Beta
Beitrag von: SiLæncer am 12 August, 2019, 12:45
Changelog

    New features:

    CompactOverlay (Always-on-top) mode has been added (F12).

    Improvements:

    Text editor default line spacing has been adjusted to make text more readable.
    DiffViewer default line spacing has also been adjusted to make text more readable.
    Now you can find and search continuously using "Enter" key in addition to F3.
    Changelog section has been added in About page.

    New Localization:

    [cs-CZ]


[close]

https://github.com/JasonStein/Notepads
Titel: Alternate Text Browser 3.480
Beitrag von: SiLæncer am 12 August, 2019, 18:50
Whats new:>>

- Polish translation added

http://www.alternate-tools.com/pages/c_textbrowser.php?lang=ENG
Titel: ProgramEdit 4.8.5
Beitrag von: SiLæncer am 13 August, 2019, 09:20
(https://s26.postimg.cc/wcabyxqq1/screenshot_58.png)
ProgramEdit - a free Windows® software source-code editor. ProgramEdit includes language support for HTML, Ada, C/C++, C#, CSS, JAVA, JavaScript, Perl, PHP, Python, Ruby, VB, VBScript, Verilog, VHDL and Batch(.bat) files. Other features include tabbed file selection, text highlighting, find & replace, regular expressions, sesssions, bookmarks, multiple undo/redo and hyperlinks.

Freeware

Whats new:>>

- add Read-only text protection for Hidden files
- Improve column selection for Column Edit
- fix several Line Change Indicator bugs
- fix minor View/Line Numbers bug
- update menu items for Read-Only files
- update Help files

http://simplesolverlogic.com/index.html
Titel: Code Writer 4.1.34.0
Beitrag von: SiLæncer am 13 August, 2019, 13:30
(https://i.postimg.cc/Wb9NkPSB/Code-Writer.png)
Code Writer is a code editing app specifically designed to work in the modern part of Windows 8 and above, ans support for touch-ready screens enables it to work on portable devices running a compatible operating system.

The app is designed to be fast, powerful and fluid, featuring active syntax highlighting as the text is typed into the interface.

Freeware

https://www.actiprosoftware.com/products/apps/codewriter
Titel: Mark Text 0.15.0 Final
Beitrag von: SiLæncer am 13 August, 2019, 20:10
(https://i.postimg.cc/zfd3DrjN/Mark-Text.png)
Take notes or markdown code that you format and preview in real time and then export to HTML or PDF using this straightforward tool.

MIT License

Changelog

    Breaking Changes:

    preference.md is deprecated and no longer supported. Please use the GUI.
    Removed portable Windows executable. NSIS installer can now be used to install per-user (without administrator privileges) or machine wide.
    Added portable zip archive for both x86 and x64 Windows.
    Changed viewToggleFullScreen and windowCloseWindow key bindings to windowToggleFullScreen and fileCloseWindow.
    Removed viewChangeFont key binding.
    Mark Text is now single-instance application on Linux and Windows too.

    Feature:

    feat: add underline format (#946)
    Added GUI settings (#1028)
    The cursor jump to the end of format or to the next brackets when press tab(#976)
    Tab drag & drop inside the window
    add tab scrolling and drag&drop (#953)
    Support to replace the root folder in a window
    Second-instance files and directories via command-line are opened in the best window
    Mark Text can use a default directory that is automatically opened during startup (#711)
    New CLI flags: --disable-gpu, -n,--new-window and --user-data-dir
    Find in files use ripgrep as searcher.
    You can know automatically save your document after a predefined intervall.
    feat: support prism language alias (#1031)
    Allow to set editor line width and window zoom (disabled due #1225) (#1092)
    feat: add click delete url to clipboard when upload image to SMMS (#1173)

    Optimization:

    optimization of cursor, and fix some cursor related issues (#963)
    Rewrite select all when press CtrlOrCmd + A (#937)
    Set the cursor at the end of # in header when press arrow down to jump to the next paragraph.(#978)
    Improved startup time
    Replace empty untitled tabs (#830)
    Editor window is shown immediately while loading
    Adjust titlebar title when using native window to not show a duplicate title
    Added Noto Color Emoji as default emoji fallback font on Linux to display emojis properly.
    feat: add two event focus and blur of muya (#1039)
    opti: add katex css only when there is math fomular in export html (#1038)
    Refactor inline image to support paste/drop image (#1028)
    opti: insert last paragraph when the last block is table, code block or no-empty paragraph (#1069)
    Opti: update TOC if needed (#1088)
    feat: scroll to cursor when switch between tabs (#1089)
    add: auto save with delay (#1093)
    Opt-in uploader services and add legal notices (#1113)
    Add ripgrep as find in files backend (#1086)

    Bug fix:

    Fixed some CommonMark failed examples and add test cases (#943)
    fix: #921 reference link render error (#947)
    fix: #926 summary element can not be click (#948)
    fix: #870 list parse error (#964)
    Fixed some bugs after press backspace (#934, #938)
    Changed inline math vertical align to top (#977)
    Prevent to open the same file twice, instead select the existing tab (#878)
    Fixed some minor filesystem watcher issues
    Fixed rename filesystem watcher bug which lead to multiple issues because the parent directory was watched after deleting a file on Linux using rename
    Fixed incorrect file content after a watched file was edited externally (#1043)
    fix: toc content vanish bug (#1021)
    fix paragraph turn into list bug (#1025)
    fix: #1018 paste error when the lastblock is html block (#1042)
    fix: parse inline syntax error (#1072)
    fix: insert image by image uploader, but can not copy and paste, because it is render the local url (#1070)
    Fix: #1045 can not select all content in source code mode (#1085)
    fix: TOC level error (#1087)
    fix watcher out of range exception (#1095)
    Opti: image icon style (#1098)
    delete image triggers muya change (#1125)
    Breaking Development Changes:
    Environment variable MARKTEXT_IS_OFFICIAL_RELEASE is now MARKTEXT_IS_STABLE
    Renamed npm script build:dir to build:bin


[close]

https://github.com/marktext/marktext
Titel: Atom 1.40.0
Beitrag von: SiLæncer am 13 August, 2019, 21:00
(https://s26.postimg.cc/fmfpqomgp/screenshot_915.png)
A powerful and flexible application that works as a text and source code editor with syntax highlight, or alternately as a file viewer.

MIT License

Changelog

Notable Changes

    atom/github#2124 - Review comments and summaries are editable in the review tab
    atom/github#2102 - Checks statuses are included in the build status page of a PR item
    atom/github#2195 - Avoid stalls when opening a branch associated with a PR that has a large (>1MB) patch
    atom/github#2128 - Show a friendly message when the network isn't available (instead of crashing horribly 🙈), and attempt to reconnect when the network becomes available again
    atom/atom#19579 - Improve handling of .gitignore edge cases
    atom/atom#17813 - Enable multiple release channels (e.g., Atom, Atom Beta, and Atom Nightly) to be installed side-by-side on Windows
    atom/atom#19594 - Improve reliability of "restart and install" operation when updating Atom
    atom/atom#19556 - Add a new injection point setting to support parsing Rust macros via language injection
    atom/atom#18738 - Show Tree-sitter grammars in the grammar selector
    atom/atom#19528 - Assign originalFontSize when the Workspace is initialized
    atom/find-and-replace#1095 - Add pcre2 ripgrep option for find-and-replace operations
    atom/language-c#331 - Add noexcept and mutable and remove _Atomic from tree-sitter-cpp
    atom/language-javascript#650 - Fix auto-indent when the previous line ends with a comment with a quote
    atom/language-javascript#651 - Allow JS snippets to be used in Flow files
    atom/language-php#360 - Fix syntax highlighting issue for flexible HEREDOC and NOWDOC in PHP 7.3

Atom Core

v1.39.1...v1.40.0

    atom/atom#19464 - ⬆️ first-mate@7.4.0
    atom/atom#19462 - ⬆️ spell-check@0.75.0
    atom/atom#19460 - ⬆️ nslog@3.2.0
    atom/atom#19387 - Highlight keyword.operator by default
    atom/atom#19476 - ⬆️ autocomplete-plus@2.42.1
    atom/atom#19396 - autoflow: Do not reflow selections that contain only LaTeX tags
    atom/atom#19481 - Update language-json
    atom/atom#19487 - Ensure TextEditorComponent was resized before asserting on its contents
    atom/atom#19489 - ⬆️ autocomplete-plus@2.42.1
    atom/atom#19491 - Do not store null buffers on the cacheStore
    atom/atom#19469 - Upgrade text-buffer to 13.16.2
    atom/atom#19502 - ⬆️ pathwatcher@8.1.0, text-buffer@13.17.0
    atom/atom#19503 - Auto-format yaml files
    atom/atom#19506 - ⬆️ fs-admin@0.5.0
    atom/atom#19505 - Upgrade find-and-replace@0.218.13
    atom/atom#19509 - ⬆️ language-json@1.0.4
    atom/atom#19504 - Update Node.js version used in CI systems
    atom/atom#19514 - ⬆️ tree-sitter@0.15.2
    atom/atom#19482 - Update apm to remove node-gyp logic
    atom/atom#19523 - Increase timeout for atom-application.test.js on CI
    atom/atom#19513 - Only use AppVeyor on release branches
    atom/atom#19533 - ⬆️ autocomplete-plus@2.42.3
    atom/atom#19525 - Fix flaky test for Project.onDidChangeFiles()
    atom/atom#19529 - Use organization level templates
    atom/atom#19531 - Update to Tree-sitter 0.15.5 (with travis build)
    atom/atom#19528 - Assign originalFontSize when the Workspace is initialized
    atom/atom#19538 - Shim tokens in TokenizedLines returned from TreeSitterLanguageMode
    atom/atom#19551 - Remove delays that we no longer need in watch-path tests
    atom/atom#19552 - ⬆️ git-utils@5.6.0, scandal@3.2.0
    atom/atom#19508 - Rely on Azure Pipelines instead of AppVeyor for Windows builds
    atom/atom#19539 - ⬆️ electron-winstaller@3.0.4
    atom/atom#19555 - Dedupe git-utils dependency
    atom/atom#19534 - Tweak package-lock to avoid loading fs-extra twice on main-process
    atom/atom#19553 - Improve logic to generate nightly release notes
    atom/atom#19561 - ⬆️ fuzzy-finder@1.13.8
    atom/atom#19556 - Add a new injection point setting to support parsing Rust macros via language injection
    atom/atom#19566 - Update all language packages with Tree-sitter languages
    atom/atom#19569 - Fix generation of release notes for nightly builds
    atom/atom#19570 - Generate delta nightly updaters for windows
    atom/atom#19573 - ⬆️ electron-winstaller
    atom/atom#19575 - Fix exception when multiple language layers are not yet highlighted
    atom/atom#19576 - Publish nightly releases to atom repo on packagecloud.io
    atom/atom#19577 - Run script/bootstrap for pull requests originated from forks
    atom/atom#19578 - Use a different polkit policy name for each Atom channel on Linux
    atom/atom#19579 - Upgrade git-utils to 5.6.1 to fix .gitignore edge cases
    atom/atom#19580 - Upgrade npm on Azure Pipelines when running macOS tests
    atom/atom#18738 - Show Tree-sitter grammars in grammar selector
    atom/atom#19586 - Update Tree-sitter to 0.15.6
    atom/atom#19590 - fix comment docs
    atom/atom#19591 - Upload Electron crash reports to Bugsnag via Atom.io if user has consented to Telemetry
    atom/atom#19594 - Spawn updated Atom immediately instead of waiting for will-quit event
    atom/atom#19600 - ⬆️ spellchecker@3.6.1
    atom/atom#19597 - Rely on Azure Pipelines instead of Travis for Linux builds
    atom/atom#19603 - ⬆️ fuzzy-finder@1.13.9
    atom/atom#19607 - Send OS version to the autoupdate endpoint
    atom/atom#19612 - Debounce the resize event handler
    atom/atom#19618 - Fix issue when ripgrep returns matches that are empty
    atom/atom#19615 - Add ripgrep pcre2 search support
    atom/atom#19622 - ⬆️ fuzzy-finder@1.14.0
    atom/atom#19625 - ⬆️ find-and-replace@0.219.0
    atom/atom#19602 - Update getInvisibles documentation
    atom/atom#17813 - Enable multiple release channels to be installed side-by-side on Windows
    atom/atom#19675 - Use the correct executable name on the code signing tool
    atom/atom#19676 - Do not depend on CONFIG.executableName on the windows tests
    atom/atom#19678 - Calculate correctly the nupkg filenames when uploading artifacts
    atom/atom#19673 - Upgrade apm
    atom/atom#19681 - Upgrade GitHub package on dev

bracket-matcher

v0.91.0...v0.91.1

    atom/bracket-matcher#386 - Tweak syntax tree range query to work w/ new Tree-sitter

find-and-replace

v0.218.12...v0.219.0

    atom/find-and-replace#1079 - Remove async test helpers
    atom/find-and-replace#1090 - Try fixing flaky tests in results-view-spec.js
    atom/find-and-replace#1091 - Construct ResultsView directly to fix some flaky tests
    atom/find-and-replace#1093 - Overhaul height invalidation
    atom/find-and-replace#1095 - Add pcre2 ripgrep option

github

v0.29.0...v0.30.0

    atom/github#2133 - Always create a pull request for schema changes
    atom/github#2136 - GraphQL schema update
    atom/github#2102 - Include the Checks API in build status
    atom/github#2109 - Bump node-fetch from 2.3.0 to 2.5.0
    atom/github#2131 - Add issues and pull requests to the current release project
    atom/github#2147 - tab styling refactor
    atom/github#2150 - :arrow_up: react + react-dom
    atom/github#2128 - Improve error handling when offline
    atom/github#2151 - Bump @atom/mocha-test-runner from 1.5.0 to 1.5.1
    atom/github#2152 - Bump @babel/plugin-proposal-class-properties from 7.4.0 to 7.4.4
    atom/github#2153 - Bump @babel/generator from 7.4.0 to 7.4.4
    atom/github#2124 - Make review comments editable
    atom/github#2154 - GraphQL schema update
    atom/github#2155 - Bump codecov from 3.3.0 to 3.5.0
    atom/github#2156 - Bump node-fetch from 2.5.0 to 2.6.0
    atom/github#2158 - Bump keytar from 4.4.1 to 4.7.0
    atom/github#2159 - Bump nyc from 14.0.0 to 14.1.1
    atom/github#2167 - Bump graphql from 14.2.1 to 14.3.1
    atom/github#2171 - GraphQL schema update
    atom/github#2186 - Bump keytar from 4.7.0 to 4.10.0
    atom/github#2177 - GraphQL schema update
    atom/github#2199 - Bump @babel/preset-env from 7.4.3 to 7.5.4
    atom/github#2200 - GraphQL schema update
    atom/github#2201 - [Security] Bump lodash from 4.17.11 to 4.17.14
    atom/github#2202 - Test runner bump
    atom/github#2205 - Bump lodash from 4.17.11 to 4.17.14 in /actions/schema-up
    atom/github#2195 - Avoid stalls caused by large diffs fetched from GitHub
    atom/github#2210 - GraphQL schema update

spell-check

v0.74.5...v0.75.0

    atom/spell-check#309 - ⬆️ spellchecker@3.6.0

language-c

v0.60.17...v0.60.18

    atom/language-c#331 - Added noexcept and mutable, removed _Atomic from tree-sitter-cpp

language-javascript

v0.130.0...v0.132.0

    atom/language-javascript#650 - Fix auto-indent when the previous line ends with a comment with a quote
    atom/language-javascript#651 - Allow JS snippets to be used in Flow files

language-php

v0.44.1...v0.44.2

    atom/language-php#352 - begin -> match
    atom/language-php#360 - Fixing syntax highlighting issue for flexible HEREDOC and NOWDOC in PHP 7.3

[close]

https://atom.io/
Titel: Atom 1.41.0 Beta 0
Beitrag von: SiLæncer am 14 August, 2019, 08:40
Changelog

Notable Changes

    atom/atom#19373 - Upgrade to Electron 4
    atom/atom#19754 - Improve syntax highlighting for numerous Ruby language constructs (https://github.com/atom/language-ruby/pull/266, https://github.com/atom/language-ruby/pull/267, https://github.com/atom/language-ruby/pull/269)

Atom Core

v1.40.0...v1.41.0-beta0

    atom/atom#19681 - Upgrade GitHub package on dev
    atom/atom#19373 - Upgrade to Electron 4
    atom/atom#19617 - Restore use of Ubuntu 14.04 for Linux CI builds
    atom/atom#19726 - Only cover scope boundaries in the parent layer if there is a scope boundary in the injected layer
    atom/atom#19735 - Use class colors for inherited classes in One syntax themes
    atom/atom#19738 - Avoid covering up scopes at boundaries of injection layers
    atom/atom#19740 - ⬆️ language-ruby@0.72.19
    atom/atom#19754 - ⬆️ language-ruby@0.72.20
    atom/atom#13925 - add support for jasmine.any
    atom/atom#19757 - ⬆️ notifications@0.71.0
    atom/atom#19763 - 🔥 Remove unused TimeReporter class

notifications

v0.70.6...v0.71.0

    atom/notifications#180 - Clear log

language-ruby

v0.72.17...v0.72.20

    atom/language-ruby#266 - Allow numerals in all-caps constants
    atom/language-ruby#267 - Add scopes for a number of items.
    atom/language-ruby#269 - Tokenize visibility modifier in Tree-sitter grammar

language-shellscript

v0.27.12...v0.28.0

    atom/language-shellscript#149 - Support ANSII-C escaped strings in Bash

[close]

https://atom.io/
Titel: EmEditor Free 19.0.91 Beta
Beitrag von: SiLæncer am 14 August, 2019, 17:30
(https://s26.postimg.cc/pbg87i3s9/screenshot_1195.png)
EmEditor is a lightning-fast, tabbed text editor with themes, syntax highlighting, stay-on-top, and customizable keyboard mapping. The program supports batch find-and-replace, regular expressions, and more.

The program beat a variety of other text editors in tests performed by TPFC user TP109. Additional features are available via a non-free version.

Free for personal use

Changelog

Fixed a bug where the Delete Duplicate Lines did not work correctly on old computers not supporting the SSE4.2 instruction set.
Fixed a bug where first appeared duplicate lines could be set bookmark on the Delete/Bookmark Duplicate Lines (Advanced) command.
Fixed bugs reported by customers

[close]

https://www.emeditor.com/text-editor-features/history/emeditor-free/
Titel: RisohEditor 5.2.2
Beitrag von: SiLæncer am 14 August, 2019, 19:40
(https://i.postimg.cc/8P4z4Swt/screenshot-799.png)
"RisohEditor" is a free resource editor for Win32 development, created by Katayama Hirofumi MZ. RisohEditor realized the ideal of resource editor. "Risoh" means "ideal" in Japanese. RisohEditor can add, edit, extract, clone and remove the resource data in EXE/DLL files. You can edit Windows resources (Dialogs, Menus, Icons, Cursors, String Tables, Message Tables etc.) by using RisohEditor.

NOTICE: Please avoid installing in "C:\Program Files" or "C:\Program Files (x86)". Because the resource compiler (windres) doesn't accept space character in the file path.

Freeware

Whats new:>>

    Update Italian translation.
    Support XML, XSLT, SCHEMA and REGISTRY resource types.
    Improved interpretation when language mismatch of RT_ICON/RT_CURSOR and RT_GROUP_ICON/RT_GROUP_CURSOR.
    Improved interpretation when language mismatch of RT_DLGINIT and RT_DIALOG.

https://katahiromz.web.fc2.com/re/en/index.html#intro
Titel: QOwnNotes 19.8.5
Beitrag von: SiLæncer am 15 August, 2019, 20:00
(https://s26.postimg.cc/hoi1ahlcp/screenshot_978.png)
QOwnNotes is a text editor / notepad replacement with markdown support and todo list manager. The program supports themes, keyboard shortcuts, syntax highlighting, and encryption. Includes available nested file list, tags, search, and more. Optionally works with the notes application ownCloud or Nextcloud.

Cross-platform with clients available for Mac and Linux.

License:    GPL

Changelog

    fixed many memory leaks when receiving network data (for #1264)
    the amount of calendar items will now be showed in the output of the Debug settings (for #1264)
    added integration test to test https download (for #1260)
    added more Italian, Spanish translation (thank you tiwi90, richarson)

[close]

http://www.qownnotes.org/
Titel: BirdFont 3.29.3
Beitrag von: SiLæncer am 16 August, 2019, 09:10
(https://s26.postimg.cc/rd1s4grdl/screenshot_137.png)
BirdFont is a free font editor that lets you create vector graphics and export TTF, EOT & SVG fonts.

License: Open Source

Latest Changes:>>

• Retain view and selected glyph when switching character set in the overview tab.
• Compare both monochrome and color glyph in the editing view.
• Make it possible to import a TTF or OTF glyph even if a Unicode value can't be found for it.
• Menu reorganization (view menu).

http://birdfont.org/
Titel: Notepad3 v5.19.815.2595
Beitrag von: SiLæncer am 16 August, 2019, 16:15
(https://s26.postimg.cc/hqfjo9ard/screenshot_1232.png)
Notepad3 is a lightweight piece of software that overcomes some of the well-known limitations of Windows standard text editor while providing syntax highlighting support.

Freeware

Changelog

In addition, we have divided the single installer into 2 independent versions "x86" and "x64".
Please give us your thoughts and opinion.

[close]

http://www.rizonesoft.com/downloads/notepad3/
Titel: Code Writer 4.1.35.0
Beitrag von: SiLæncer am 16 August, 2019, 19:16
(https://i.postimg.cc/Wb9NkPSB/Code-Writer.png)
Code Writer is a code editing app specifically designed to work in the modern part of Windows 8 and above, ans support for touch-ready screens enables it to work on portable devices running a compatible operating system.

The app is designed to be fast, powerful and fluid, featuring active syntax highlighting as the text is typed into the interface.

Freeware

https://www.actiprosoftware.com/products/apps/codewriter
Titel: BabelPad 12.1.0.5
Beitrag von: SiLæncer am 17 August, 2019, 10:20
(https://s26.postimg.cc/nk8fxilwp/screenshot_1310.png)
BabelPad is a free Unicode text editor and word processor for Windows that supports the proper rendering of most complex scripts, and allows you to assign different fonts to different scripts in order to facilitate multi-script text editing.

Freeware

Changelog

    Added missing emoji sequences in Emoji Data tool.
    Removed link to closed forum on the About dialog, and replaced with www.paypal.me/babelstone link for donations.
    Some corrections to the Tangut and CJK auxiliary data.

[close]

http://www.babelstone.co.uk/index.html
Titel: QOwnNotes 19.8.6
Beitrag von: SiLæncer am 17 August, 2019, 19:30
Whats new:>>

    fixed a possible segmentation fault on macOS (Qt 5.12.2) with todo lists (for #1266)
        this was a regression from 19.8.5
    added more Persian, Dutch, Hungarian translation (thank you Fabijenna)

http://www.qownnotes.org/
Titel: Alternate Text Browser 3.490
Beitrag von: SiLæncer am 18 August, 2019, 09:15
(https://i.postimg.cc/TYy7wJVb/screenshot-1429.png)
This program makes it easy to browse through text- and html-files (also xml), syntax highlighting for serveral programming languages available (C++, Pascal, PHP, Perl, ASM, JScript etc.).

Freeware

Whats new:>>

    Bugfix for charset in compare tool
    Missing translation added

http://www.alternate-tools.com/pages/c_textbrowser.php?lang=ENG
Titel: Yosoro 1.1.7
Beitrag von: SiLæncer am 18 August, 2019, 11:30
(https://i.postimg.cc/C1g2znZp/screenshot-839.png)
Intuitive and sophisticated notebook editor with OneDrive sync, Markdown and HTML export support, wrapped in an elegant interface.

License : GPLv3

Whats new:>>

Fixes

https://yosoro.coolecho.net/
Titel: HS Writer 1.0.1.0
Beitrag von: SiLæncer am 18 August, 2019, 11:45
(https://henrys-software.com/images/thumbs/0000018_hs-writer_550.png)
Create, edit and save text documents with ease by using this straightforward text processor application that supports numerous formats.

Freeware

https://henrys-software.com/hs-writer
Titel: Typora 0.9.75 Beta
Beitrag von: SiLæncer am 18 August, 2019, 21:30
(https://s26.postimg.cc/6a6bupdop/screenshot_1181.png)
Swiftly write, edit, format and convert text to HTML with the help of this modern looking, streamlined and novice-accessible piece of software.

Freeware

Changelog

    Add Slovak language thanks to Petr Mátl.
    Add syntax highlight for turtle.
    Add move table row / column related operations in main menu.
    Improve compatibility with GFM for auto generated anchor names.
    Fix some settings not updated in preferences panel.
    Fix image copy related bugs.

[close]

http://www.typora.io/
Titel: EmEditor Free 19.0.1 Beta 2
Beitrag von: SiLæncer am 19 August, 2019, 13:15
Whats new:>>

    Fixed a bug where opening a CSV document with embedded newlines might not have worked correctly.
    Added the Search text box to the Half-Width/Full-Width Conversion dialog box.
    Fixed a bug where Find in Files in system encoding files without the Match Case option might not have worked correctly.
    Fixed bugs reported by customers

https://www.emeditor.com/text-editor-features/history/emeditor-free/
Titel: Black NotePad 1.2.1.42
Beitrag von: SiLæncer am 19 August, 2019, 17:30
(https://s26.postimg.cc/lj0xxiynt/screenshot_1281.png)
Black NotePad was created as an alternative to the Notepad program of Windows operating systems. While retaining the original functions, Black NotePad improves manageability, contains important new functions, and greatly enhances program compatibility in terms of the edited text.

Freeware

Whats new:>>

    Add: Show/hide main menu
    Add: Show/hide context menu item
    Add: System menu (title bar menu) items

https://www.wintools.info/index.php/black-notepad
Titel: Atom 1.41.0 Beta 1 / 1.40.1
Beitrag von: SiLæncer am 20 August, 2019, 19:50
(https://s26.postimg.cc/fmfpqomgp/screenshot_915.png)
A powerful and flexible application that works as a text and source code editor with syntax highlight, or alternately as a file viewer.

MIT License

Whats new:>>

Fixed a problem that prevented installation and loading of some packages with native modules

https://atom.io/
Titel: QOwnNotes 19.8.7 Build 4497
Beitrag von: SiLæncer am 21 August, 2019, 10:30
(https://s26.postimg.cc/hoi1ahlcp/screenshot_978.png)
QOwnNotes is a text editor / notepad replacement with markdown support and todo list manager. The program supports themes, keyboard shortcuts, syntax highlighting, and encryption. Includes available nested file list, tags, search, and more. Optionally works with the notes application ownCloud or Nextcloud.

Cross-platform with clients available for Mac and Linux.

License:    GPL

Changelog

    fixed a menu bar problem when exiting the application in distraction free mode (for #1267)
    attempted to fix an occasional operating system shutdown process interruption (for #1269)
    added more Persian, Serbian (Cyrillic) translation (thank you Fabijenna)

[close]

http://www.qownnotes.org/
Titel: HS Writer 1.0.1.237
Beitrag von: SiLæncer am 21 August, 2019, 17:15
(https://henrys-software.com/images/thumbs/0000018_hs-writer_550.png)
Create, edit and save text documents with ease by using this straightforward text processor application that supports numerous formats.

Freeware

https://henrys-software.com/hs-writer
Titel: LPub3D 2.3.12.113.1469
Beitrag von: SiLæncer am 21 August, 2019, 19:15
(https://i.postimg.cc/kMx9GxDB/screenshot_664.png)
LPub3D is an Open Source WYSIWYG editing application for creating LEGO style digital building instructions.

LPub3D uses the LDraw parts library, the most comprehensive library of digital Open Source LEGO bricks available and reads the LDraw LDR and MPD model file formats.

License: Open Source

Release Notes

Enhancement - Add pixel ratio setting to PDF, PNG, JPG and BMP exports #304
Enhancement - Add pointer grabber toggle off on 2nd pointer click #315
Enhancement - Add submodel instance count manual override #298
Enhancement - Bricklink XML config ignored, some tags missing #282
Enhancement - Expanded submodel instance consolidation #297
Enhancement - Native renderer save step image #327
Enhancement - Update Windows portable version from UI #324
Feature - 3DViewer Camera Configuration #331
Feature - Page items bring to front and send to back - first pass #244
Change - Abnormal image size when using Native renderer #323
Change - Abnormal pointer generation if no submodel file extension #326
Change - BOM annotation rectangle size setting seems to have no effect #293
Change - Callout divider messing with instance count margins #309
Change - Fonts in generated instruction depend on system DPI setting #292
Change - Manually move rotate icon on multi-step page #300
Change - Missing api-ms-win-crt-runtime-l1-1-0.dll #296
Change - Refactor search dialogue and set focus to text field #295
Fix - Append page before a submodel, appends the page in the wrong location #330
Fix - Assembly margins setting works strangely #311
Fix - Custom arrow parts and missing PLI END #301
Fix - Default colour reset to highlight or fade colour #325
Fix - Do not show step nunber ignored on single step page #322
Fix - Drag PLI and CSI not working properly on single step page #302
Fix - Fade Previous Steps doesn't work in global mode #310
Fix - LDraw archive library update fail #305
Fix - Final model added to BOM page #328
Fix - No divider in callout #306
Fix - Placement of page attributes #307
Fix - Segfault in substitute part dialog #294
Fix - Strange behavior when resizing cover image #329
Fix - Submodel instance count not shown when Callout between instances #321
Fix - Submodel steps same as occurrence when consolidate enabled #291

[close]

https://sourceforge.net/projects/lpub3d/?source=directory
Titel: MiTeC JSON Viewer 1.4.0
Beitrag von: SiLæncer am 21 August, 2019, 20:50
(https://i.postimg.cc/mgnPYmLc/screenshot-921.png)
MiTeC JSON Viewer include simple JSON Editor with JSON validation, support hierarchical and text preview, text searching and Base64 encoding/decoding.

Freeware

Whats new:>>

Bug fixes.

http://mitec.cz/jsonv.html
Titel: RJ TextEd 14.12
Beitrag von: SiLæncer am 22 August, 2019, 08:30
(https://s26.postimg.cc/775l9vjeh/screenshot_593.png)
RJ TextEd - A Unicode source and text editor. RJ TextEd is a full featured text and source editor with Unicode support, syntax highlighting and code folding. The functionality extends beyond text files and includes support for HTML editing with integrated preview, spell checking, auto completion, HTML validation, templates and more. The program also include support for Topstyle Lite CSS editor, has a dual pane file commander, as well as a FTP client to upload your files. The editor uses language files to display menus and dialogs in different languages. There are several included languages. New language files can easily be created in the editor. RJ TextEd is also a simple web development tool. The editor can use auto completion and hints to assist you in editing your source code. You can preview HTML/ASP/PHP... code using one of the preview tabs or open a document in a browser. The editor does not only handle source code. It also handles true ASCII files, binary files and of course plain text files.

License: Freeware

Changelog

    Highlight Expressions:

    Added a new function in the "Search" highlight menu. In the opened dialog window you can add as many text strings or regular expressions as you like. Each expression will be highlighted using a set text and background color.
    You can set individual options for each expression, like
    Case sensitive
    Match whole words
    Regular expression
    You can also set individual text and background color for each expression.
    Hint on auto hidden panels
    Added hints to auto hidden panels with no caption (only the image is visible).

    Fixed:

    Minor search bar issues.
    Theme issue in Windows 7.
    Add to project with delayed opening of files.
    Printer setup issue.

[close]

http://www.rj-texted.se/
Titel: Code Writer 4.1.39.0
Beitrag von: SiLæncer am 22 August, 2019, 17:00
(https://i.postimg.cc/Wb9NkPSB/Code-Writer.png)
Code Writer is a code editing app specifically designed to work in the modern part of Windows 8 and above, ans support for touch-ready screens enables it to work on portable devices running a compatible operating system.

The app is designed to be fast, powerful and fluid, featuring active syntax highlighting as the text is typed into the interface.

Freeware

https://www.actiprosoftware.com/products/apps/codewriter
Titel: TED Notepad 6.2.1
Beitrag von: SiLæncer am 22 August, 2019, 21:30
(http://images.six.betanews.com/screenshots/1140206045-1.png)
TED Notepad is a growing freeware text editor, fertile in innovative features, text-processing functions and other advanced tools. All of them on hotkeys; all designed for quick advanced editing and text cold-working. This light-weight portable notepad replacement fits on any USB flash disk and loads instantly with no installation required. Daily writing of notes, lists, scripts or even code can get even easier than you thought.

Freeware

Changelog

    Added: Text Coloring.
    Added: Grep, Filter lines by Pattern tool.
    Added: Visually highlight Current Line.
    Added: Length of the Current Selection shown in the Status bar.
    Added: Visible newlines based on actual newlines.
    Added: Visible Tabs.
    Optimized drawing long lines and lines containing surrogates, composite characters, clusters.
    Left margin no longer obscures text shifted to the left by horizontal scroll.
    Added hint to Replace All Abort dialog suggesting Extended Replace tool instead.
    Changed default value for File size warning setting to 10MiB.
    Fixed: Undoing all changes makes the document unmodified.
    Fixed: Unicode and non-unicode version no longer share the same config when storing strings.
    Fixed: Preventing one file operation to run within another one, e.g. auto-save while loading a document.
    Fixed: Including an empty file no longer changes current document's newlines.
    Fixed: Drag-and-drop editing and Right-click on a single-character selection no longer impossible.
    Fixed: Longer lines were not fully drawn with larger fonts due to limitations in Windows API.
    Fixed: Default font size, printing font size, and font sizing algorithms, better DPI aware-ness.
    Fixed: Line lengths are no longer jumping back and forth when selecting lines.
    Fixed: Resizing window height recalculates potentially changing size of the horizontal scrollbar.
    Fixed: Horizontal scrolling no longer recalculates horizontal scrollbar.
    Fixed: Printing leading line tabs with non-zero left page margin.
    Fixed: Replacing text unnecessarily redrawing following lines.
    Fixed: Tab size visual extent rendering.
    Fixed: Replace tool zero-length matching after non-zero-length matches.
    Fixed: Partial loading of files over 4GB large.
    Fixed: Partial UTF-8 BOM recognition.

[close]

http://jsimlo.sk/notepad
Titel: Text Editor Pro 8.0.0
Beitrag von: SiLæncer am 23 August, 2019, 13:30
(https://s26.postimg.cc/hfdkhoj9l/screenshot_896.png)
Text Editor Pro (formerly EditBone) is a powerful text editing tool that comes with syntax highlighting support for over 50 languages and scripts, customizable with over 100 options, 29 ready made styles, a handy file comparison feature, unicode character map, numerical unit convert tool, SQL formatter, and support for multiple directories and search results.

Freeware

Changelog

    Added bold active tab option for tabs
    Added encodings
    Added highlighter for Erlang
    Added menu bar options
    Added print options
    Added reload automatically option into editor tab popup menu
    Added speech (Tools > Speech)
    Fixed item dialog captions
    Fixed language files
    Fixed replace
    Fixed select all
    Fixed virtual tree control
    Refactored search engine selection in find in files and replace
    Updated and fixed AlphaSkins controls v14.30 - http://www.alphaskins.com/

[close]

http://texteditor.pro/
Titel: QOwnNotes 19.8.8 Build 4509
Beitrag von: SiLæncer am 24 August, 2019, 09:30
Changelog

    there now is a full-screen mode that can be toggled with F11 (for #1271)
        the shortcut is ⌘ + F11 on macOS
    added support for automatic numbering and indentation of ordered lists (for #1148)
        if you press Enter after 1. a list item you will get a 2. in the next line
        if you press Enter after 1. it will remove the current line
        if you press Tab after 1. it will indent the current line
        if you press Shift + Tab after 1. it will un-indent the current line
    added more Spanish, Catalan, German, Serbian (Cyrillic), Persian translation (thank you richarson, MGuerra, rakekniven, Fabijenna)

[close]

http://www.qownnotes.org/
Titel: EmEditor Free 19.0.1 Beta 3
Beitrag von: SiLæncer am 26 August, 2019, 09:50
(https://s26.postimg.cc/pbg87i3s9/screenshot_1195.png)
EmEditor is a lightning-fast, tabbed text editor with themes, syntax highlighting, stay-on-top, and customizable keyboard mapping. The program supports batch find-and-replace, regular expressions, and more.

The program beat a variety of other text editors in tests performed by TPFC user TP109. Additional features are available via a non-free version.

Free for personal use

Whats new:>>

Fixed bugs reported by customers

https://www.emeditor.com/text-editor-features/history/emeditor-free/
Titel: Mitec XML Viewer 5.8.0
Beitrag von: SiLæncer am 26 August, 2019, 19:45
(https://i.postimg.cc/gj4Sb50w/screenshot-860.png)
MiTeC XML Viewer include simple XML Editor with xml validation, very fast SAX parser, support hierarchical and text preview, text searching, Base64 decoding, attribute listing, image interpretation, Web and Content preview and large files up to available memory.

Freeware

Whats new:>>

Correct loading of files with mismatched encoding.

http://mitec.cz/xmlv.html
Titel: Network Notepad 6.0.5
Beitrag von: SiLæncer am 27 August, 2019, 20:30
(https://s26.postimg.cc/wuply3q2h/screenshot_425.png)
Network Notepad is a specially designed application for creating interactive network diagrams.

Now you can use this accessible and easy-to-use instrument to create or manage the diagrams you need.

Point-and-Click Telnet/ Browse/ User-definable
Network Management.
Simple Drag and Drop interface.
Open, Text Based File Format.
Printing.
Linked Diagrams.
Flow Charts.

Freeware

Changelog

    'Bugfix: Cleared labelxpack() error loading older file.
    'Change: Increased max_area.

[close]

http://www.networknotepad.com/index.htm
Titel: EmEditor Free 19.1.0
Beitrag von: SiLæncer am 28 August, 2019, 09:30
Changelog

    New General Features:

    Added the ability to specify which individual characters to convert in the Half-Width/Full-Width Conversion dialog box.
    The new version shows a message box to ask whether you want to remove the item from the recent file/folder list when a file/folder did not exist when you tried to open it from the recent file/folder list.
    Added regular expression support for back references more than 9 by using this form: k<10>, k<11>, k<12> …. If used as a replacement expression, this form can also be used: $10, $11, $12, ….
    Added regular expression support for named capturing group by using this form: (?<name>expression) and named back reference by using this form: k<name>.
    Greatly improved the speed of Delete Duplicate Lines and various sort commands.

    Test results:

    v19.0 v19.1 Comparison
    Delete Duplicate Lines (default options) 20.3 seconds 15.4 seconds 1.31 times faster
    Delete Duplicate Lines (compare adjacent lines only) 15.0 seconds 3.24 seconds 4.63 times faster
    Sort A to Z (default options) 106.3 seconds 88.5 seconds 1.20 times faster
    Sort A to Z (fast binary comparison) 59.9 seconds 44.3 seconds 1.35 times faster
    Sort Shortest to Longest 8.67 seconds 4.47 seconds 1.94 times faster
    2.70 GB, 200 million lines, random ASCII data, Use Temporary Files option on, 16 threads, Windows 10 (64-bit), Core i9-9900K, 32GB RAM, 2TB SSD.
    New Options
    Added the Half-width and Full-width characters list box, the Options list box, Set Options as Default button to the Half-Width/Full-Width Conversion dialog box.
    Added the Extend selection on the Duplicate Lines/Columns commands check box to the Edit page of the Customize dialog box.
    Added the Middle Click to Paste and Right Click to Set Cursor Position check boxes to the Mouse page of the Customize dialog box.

    Plug-in API New Features:

    Added the EE_GET_UNICODE_NAME message, Editor_GetUnicodeName inline function, and UNICODE_NAME_INFO structure.
    Added the EE_NUMBERING message, Editor_Numbering inline function, and NUMBERING_INFO structure.
    Added the EI_GET_CHAR_TYPE command to the EE_INFO message.
    Added the FLAG_CONVERT_CUSTOM, FLAG_RIGHT_SINGLE_QUOTATION, and FLAG_RIGHT_DOUBLE_QUOTATION flags and szChars parameter to the EE_CONVERT message and Editor_Convert inline function.

    Macro New Features:

    Added the GetUnicodeName and Numbering methods to the Editor object.
    Added the eeWidthCustom, eeWidthRightSingleQuotation, and eeWidthRightDoubleQuotation flags and szChars parameter to the ChangeWidth method.
    Added the LineColor property to the DisplayItem object.
    Added the eeColorValidatorError, eeColorValidatorWarning, and eeColorValidatorMessage constants to the Item property of the DisplayList collection.

[close]

https://www.emeditor.com/text-editor-features/history/emeditor-free/
Titel: Network Notepad 6.0.7
Beitrag von: SiLæncer am 30 August, 2019, 09:30
(https://s26.postimg.cc/wuply3q2h/screenshot_425.png)
Network Notepad is a specially designed application for creating interactive network diagrams.

Now you can use this accessible and easy-to-use instrument to create or manage the diagrams you need.

Point-and-Click Telnet/ Browse/ User-definable
Network Management.
Simple Drag and Drop interface.
Open, Text Based File Format.
Printing.
Linked Diagrams.
Flow Charts.

Freeware

Changelog

    BugFix: Error when opening Format Script Object form in edition compiled for Win7/XP/.Net Framework 2.0
    BugFix: Choose library button was anchored to top of form instead of bottom.

Network Notepad 6.0.6

    BugFix: Error when opening Format Script Object form in edition compiled for Win7/XP/.Net Framework 2.0

[close]

http://www.networknotepad.com/index.htm
Titel: Textadept 10.6
Beitrag von: SiLæncer am 02 September, 2019, 12:26
(http://foicica.com/textadept/images/splitviews.png)
Textadept will provide users with a fast, minimalist, and ridiculously extensible text editor. At its core lies less than 2000 lines of C code, and that's how it always will be. While other editors rely on recordable macros to speed up workflow, shell scripts to quickly transform text, and static side panes to manage your documents, files, and more.

Textadept takes it to the extreme: it gives you complete control over the entire application using the embedded Lua language. Lua is nearly as fast as C, and has a very small footprint. In fact, most of Textadept is written in Lua.

License : MIT License ( Donationware )

Changelog

    Bugfixes:

    Fail more gracefully when users attempt to create buffers on init.
    Improve caret sticky behavior when switching between buffers.
    Do not auto-indent when pressing enter at the start of a non-empty line.
    Scintilla: Fix deletion of isolated invalid bytes.
    Scintilla: Fix position of line caret when overstrike caret is set to block.

    Changes:

    Use CP1252 encoding instead of ISO-8859-1.
    Added support for ksh and mksh.
    Updated to Scintilla 3.11.0.

[close]

http://foicica.com/textadept/
Titel: yEdit 2.3.0.2
Beitrag von: SiLæncer am 02 September, 2019, 18:10
(https://i.postimg.cc/kGZmFBm9/screenshot-1691.png)
yEdit2 is a simple text editor with frequent auto-backups and a countdown word counter.

It also includes a special .yedit2 file format, which is password-protected. You can put all your web logins, email accounts, etc in yEdit and then save them out in a password-protected file. (The contents of your files are not sent to, nor viewable by, Spacejock Software, and there is no magical backdoor to open your files if you lose your password.)

Freeware

http://spacejock.com/yEdit2.html
Titel: QOwnNotes v19.9.0
Beitrag von: SiLæncer am 02 September, 2019, 21:00
(https://s26.postimg.cc/hoi1ahlcp/screenshot_978.png)
QOwnNotes is a text editor / notepad replacement with markdown support and todo list manager. The program supports themes, keyboard shortcuts, syntax highlighting, and encryption. Includes available nested file list, tags, search, and more. Optionally works with the notes application ownCloud or Nextcloud.

Cross-platform with clients available for Mac and Linux.

License:    GPL

Changelog

    added support for relative image tags like ![photo](path/to/my/photo.jpg) in the preview and the PDF export (for #266)
        if the note is in a sub-folder the path counts as relative path in relation to the sub-folder
    pressing Escape twice in the note text edit will now first disable the search widget and then enable the read-only mode instead of the other way around
    added more Croatian, Cebuano, Polish, Persian, Spanish, Serbian (Cyrillic), Swedish, Czech, Hungarian, Dutch, Danish, Finnish, Galician, Greek, Norwegian, Basque, Romanian, Slovak, Slovenian translation (thank you Fabijenna, ericjeppesen)

[close]

http://www.qownnotes.org/
Titel: Typora 0.9.76 Beta
Beitrag von: SiLæncer am 02 September, 2019, 21:30
(https://i.postimg.cc/25xV0Fq1/Virtual-DVD.png)
Swiftly write, edit, format and convert text to HTML with the help of this modern looking, streamlined and novice-accessible piece of software.

Freeware

Changelog

1. Support set image zoom factor from menu or context menu.
2. Fix bugs about undo / redo.
3. Fix bugs about math auto numbering.
4. Fix XSS when export.
5. Small UX and Stability improvement.

[close]

http://www.typora.io/
Titel: QOwnNotes 19.9.1 Build 4514
Beitrag von: SiLæncer am 03 September, 2019, 21:00
Changelog


    fixed a problem with updating the current note even if it didn't change after the settings of the note text edit were updated (for #1275)
        this happened for example after the settings dialog was closed and could have led to overwriting of notes
    fixed a problem with un-selecting the current note in the note list after the note list was reloaded (for #1275)
        this happened for example after the settings dialog was closed
    when inserting a markdown table with the table dialog now two newline characters will be added in front of the table to make sure that a proper table is inserted (for #78)

[close]

http://www.qownnotes.org/
Titel: CudaText 1.86.0.0
Beitrag von: SiLæncer am 04 September, 2019, 20:30
(https://s26.postimg.cc/k6wu8qcrt/screenshot_901.png)
Create programming scripts with this powerful tool that supports more than 130 languages and allows users to work concurrently on as many as six groups of projects.

Freeware

Changelog

* change: Windows build upgraded to Python 3.6, option "pylib" (on Windows) is now ignored
+ add: Windows build: added support for Python 3.4...3.8; the existing python3x.dll with latest number from app folder is used
+ add: Windows build: Addon Manager has packages "Windows Python37 32-bit" and "... 64-bit"; after installing one of them, and app restart, app will use Python 3.7
+ add: drag&drop from Windows Explorer to floating groups (f1, f2, f3)
+ add: Char Map dialog has hotkeys Ctrl+Up, Ctrl+Down to change combobox choice
+ add: plugins "Terminal", "Find in Files": input fields consider option "ui_active_border": true
+ add: lexer JavaScript: code-tree supports function/class names with Unicode and $ char
+ add: lexer "Batch files" improved (by @dinkumoil)
- fix: macOS: wrong display of menu-dialogs (if nagative font size in user.json)

[close]

http://www.uvviewsoft.com/cudatext/
Titel: QOwnNotes 19.9.2 Build 4518
Beitrag von: SiLæncer am 05 September, 2019, 05:00
Changelog

    you can now use relative links to markdown files to switch to notes (for #266)
        clicking <My note.md> or [Text](My note.md) jumps to the note My note
        clicking <My subfolder/My note.md> or [Text](My subfolder/My note.md) jumps to the note My note in the note sub-folder My-subfolder relative to the note sub-folder of your current note
            there still are a cases where links would not work in the preview (or even be shown) when sub-folders are involved
        this should not only work in the preview but also when you Ctrl + Click on the link in the note text edit
    the note sub-folder will now be correctly set when switching to notes that are not in the current note sub-folder
    when you search for notes in the note search line edit the note list will be now scrolled to the top so you can see the first search results (for #1279)
    added more Bengali, Arabic, Portuguese, Turkish, Persian, Hindi translation (thank you Fabijenna)

[close]

http://www.qownnotes.org/
Titel: Typora 0.9.77 Beta
Beitrag von: SiLæncer am 05 September, 2019, 21:40
Whats new:>>

Fix a critical bug that editing in code fences may cause save failure.

http://www.typora.io/
Titel: QOwnNotes 19.9.3 Build 4521
Beitrag von: SiLæncer am 06 September, 2019, 06:00
Changelog

    Relative links to notes in sub-folders like <My subfolder/My note.md> or [Text](My subfolder/My note.md) will now be rendered correctly in the preview and are also clickable (for #266)
    You now can open files from markdown links like <My folder/My document.pdf> or [Document](My folder/My document.pdf) by Ctrl + Click on the link in the note text edit or clicking the link in the preview (for #266)
    The links are resolved relative to the current note
    You can now also Ctrl + Click on markdown images like ![Image](My image.jpg) in the note text edit to open it in an external image application (for #266)
    The image links are resolved relative to the current note
    You now can press Ctrl + Backspace to remove the current word and Alt + Backspace to remove the whole text in line edits like the note text search (for #1278)
    You can now also move back and forward in the note history with the back button and forward button on your mouse in the note preview
    Added more Urdu (Pakistan) translation (thank you Fabijenna)

[close]

http://www.qownnotes.org/
Titel: Zettlr 1.4.0
Beitrag von: SiLæncer am 06 September, 2019, 13:05
(https://s26.postimg.cc/vfll9p4mh/screenshot_956.png)
Write text and conveniently edit it using Markdown with the help of this user-friendly and well-thought-out, Electron based application.

MIT License

Release Notes

    GUI and Functionality:

    This update will reset your sidebar mode to the initial value of thin.
    From this update on, you will need to hold either the Alt-key or the Ctrl-key on your keyboard, if you plan to move a file out of the app.
    New Feature Table management has just become easier. With the new table helper plugin, Zettlr enables you to circumvent manually having to edit Markdown tables. All you need to do now is keep the table helper active in the settings and just edit your tables as you would do in any other application. The table helper offers the following keyboard navigation shortcuts
    Tab Move to the next cell, or the first cell on the next row, if the cursor is in the last column. Adds a new table row, if the cursor is in the last row.
    Shift-Tab Move to the previous cell, or the last cell on the previous row, if the cursor is in the first column.
    Return Move to the same column on the next row. Adds a new table row, if the cursor is in the last row.
    Arrow Up Move to the same cell in the previous row.
    Arrow Down Move to the same cell in the next row.
    Arrow Left If the cursor is at the beginning of the cell, move to the previous cell. Moves to the last cell on the previous row, if the active cell is in column 1.
    Arrow Right If the cursor is at the end of the cell, move to the next cell. Moves to the first cell on the next row, if the active cell is in the last column.
    Buttons
    Alignment-Buttons (top-left) Aligns the currently active column left, center, or right.
    Removal-Buttons (top-right) Removes either the current row or the current column. Does not remove the last row or column.
    Add-Buttons Adds rows or columns to the top, left, bottom or right hand side of the currently active cell, depending on the button.
    New Feature 1.4 introduces a readability mode that you can turn on. It will try to highlight your sentences based on four possible algorithms, where green means that it's readable and red means that the sentence is difficult to read. You can turn on the mode in the toolbar. Thanks to @wooorm at this point for providing the incentive of implementing the algorithm!
    New Feature The Translatr-API is now integrated into the app. This means All translations will automatically be kept updated. Additionally, you can comfortably download all available languages (completed at least 50 percent) from the preferences dialog.
    The app will boot much faster now.
    Root directories that have not been found on app start, or are removed during runtime, are indicated as "dead" in your directory tree. If they reside on a removable medium, you can now simply plug the medium into the computer and rescan the directory. You don't have to manually open it anymore.
    Citations in your text are now always updated, you don't have to type anything for this to work.
    Inserting tasklists is now possible via context menu and formatting toolbar.
    New Theme Karl-Marx-Stadt.
    Now you can choose which time to use for sorting and for displaying in the file meta It's either the last modification time of the files or the creation time.
    Directory sorting is now persisted during reboots.
    Clicking on tags now initiates a search for the given tag.
    Added three new optional variables to pass to external exporter programs $infile_basename$ (input filename without directory), $outfile_basename$ (output filename without directory) and $indir$ (the input file's directory)
    You can now change the number of spaces to indent by in the preferences.
    Images can now be put inside links on the condition that they are (a) the only element inside the link's description and (b) relative links won't work during preview.
    You can now activate RMarkdown file support in the advanced preferences.
    You can now tell Zettlr to count characters instead of words (e.g. for Chinese).
    Custom CSS is now also rendered in the QuickLook windows.
    The preview image colour is now adapted to the active theme.
    You can now choose the formatting characters that should be used by the formatting commands.
    You can now change the pattern used for generating new file names, and omit being asked for filenames in general.
    Zettlr now tries to escape the input you provide for options that are directly passed into LaTeX documents.
    When you have open two or more root files with the same filename, Zettlr will display the containing directory's name as well.
    French-style guillemets are now supported for auto closing.
    Image display in HTML exports fixed.
    The About dialog contributors' tab now displays the date when the translation was last updated at.
    The dates and times all across the app are now correctly localised.
    When initiating a replace command with a regular expression search, you can now use variables in your replacement value so that you can re-use capturing groups from the search regular expression
    $1 in the replacement value will be replaced with the first capturing group
    $2 with the second capturing group
    ... and so forth.
    Zettlr now automatically downloads updates to the translations, if available.
    The editor now has a light background image in case it is empty.
    Fixed a bug with certain types of keyboards on macOS conflicting with internal CodeMirror commands.
    Prevent opening of a user's home directory.
    The citation rendering plugin won't render the domain parts of Emails anymore.
    Markdown links in braces won't include the closing brace anymore.
    The search's heatmaps now use the theme's colour as a base to indiciate the relevancy instead of always green.
    The image regular expression is now a little bit less restrictive, allowing for some spaces before and after the image.
    Fixed a small bug during checking and unchecking of task list items that would prevent the updating of the underlying Markdown text.
    When you enter an ID and choose the ID from the popup list, the filename belonging to that ID will also be inserted after the ID.
    You can now filter the tags in the tag cloud.
    You can now duplicate files within a given directory.
    The tag selection dropdown will not appear anymore, if you type a # somewhere within a word or a link. It must either be at the beginning of a line, or preceded by a space for the tag dropdown to appear.
    If there are two or more root directories open with the same name, Zettlr will now display the containing directory just like with root files.
    Added a linecolumn indicator mode to the word counter (switch modes with right-click).
    You can now move through the file-list with the arrow buttons in steps
    Arrow down Select next file
    Arrow up Select previous file
    Shift key Move up or down by ten files
    Command or Control Move to the bottom or the top.
    Added a table generator.
    Fixed a small bug that would not correctly sort newly created files.

    Under the Hood:

    Massive rewrite of the underlying mechanism of loading the directory trees into the app. It's now asynchronous and the app starts up way faster than before.
    Replaced the citation engine with Citr for more accurate results in previewing citations.
    The Citeproc engine is now a service provider.
    Switched internally to CSS-variables for all colours.
    Moved all Zettlr CodeMirror modes to their respective files.
    Moved all helper functions to their own files.
    Translations located in the lang-directory in the user data folder now take precedence over the shipped translations.
    Moved all local find functionality to a new class EditorSearch and did some fixing.
    Massive rewrite of the watchdog logic. Now the app is blazingly fast, there's no up-to-five-seconds-delay anymore when you add/remove any files and the app should generally feel smoother to handle.
    Fixed duplicate dictionary entries and saving of the dictionary preferences function.
    Moved the comment detection in the link rendering command further back to speed up performance significantly.
    Added a clipboard inspection dialog to inspect the contents of the clipboard and make sure copy & paste operations work as expected.
    Updated the make.sh script to automatically infer the version to use from the source's package.json.
    Simplified the process of maintaining the revealJS templates, added a few other goodies. The command revealbuild will now re-build the full revealJS templates with the installed revealJS version.
    The Citeproc-provider now logs all errors that prevent a successful boot to the console.
    Replaced the sidebar with a Vue.js component.
    The configuration setting for the sidebarMode is finally called as such.
    Removed ZettlrWindowsetTitle().
    ESLint is now added to the devDependencies so that everyone can use the same code style.
    Add activation for opening external links on macOS.
    Switched to Electron 6.

[close]

https://www.zettlr.com/
Titel: QOwnNotes 19.9.4 Build 4526
Beitrag von: SiLæncer am 06 September, 2019, 18:30
Changelog

    you can now allow note editing when sharing notes on your Nextcloud server with the share dialog (for #1280)
        the person who receives the share link will then be able to edit your note with Nextcloud Text
    fixed the real time preview of Nextcloud Text images (for a regression in #266)
    added more Urdu (Pakistan) translation (thank you Fabijenna)

[close]

http://www.qownnotes.org/
Titel: QOwnNotes 19.9.5 Build 4533
Beitrag von: SiLæncer am 07 September, 2019, 18:00
Changelog


    added Hausa translation (a big thank you to Fabijenna)
        join us at QOwnNotes on Crowdin to make QOwnNotes available in more languages or help with the current translation
    the preview of html tags now works again (for #1283)
        html tags are now also not highlighted as link
    fixed incorrect note share status update (for #1280)
    added more Greek, Dutch, Urdu (Pakistan), Spanish, German, French, Italian, Basque, Catalan translation (thank you athrouss, Fabijenna, richarson, rakekniven, Botigli, tiwi90, izendegi, MGuerra)

[close]

http://www.qownnotes.org/
Titel: Zettlr 1.4.1
Beitrag von: SiLæncer am 08 September, 2019, 20:00
Release Notes

    GUI and Functionality:

    Added a security check when you are about to overwrite an already existing file.
    Overwriting files in a directory now doesn't leave an empty space in the file list.

    Under the Hood:

    Fixed Electron's dialog signature handling.
    Small fixes to the core.

[close]

https://www.zettlr.com/
Titel: Notepads 0.9.9.0 Beta
Beitrag von: SiLæncer am 09 September, 2019, 04:40
(https://i.postimg.cc/DzHrb6Dr/screenshot-1766.png)
Modern, open-source Notepad alternative for Windows 10 that gives the aging text editor a facelift, while also packing additional functionality into a similarly streamlined application.

MIT License

Changelog

    [New features]:

    Session snapshot.
    Multi-instances.
    Drag and drop tabs between app instances.

    [Bug fixes]:

    Fixed a bug where the cursor jumps to the start of the file after saving.

    [New Localization]:

    [pt-BR] Brazilian Portuguese

[close]

https://github.com/JasonStein/Notepads
Titel: BirdFont 3.30.0
Beitrag von: SiLæncer am 09 September, 2019, 18:15
(https://s26.postimg.cc/rd1s4grdl/screenshot_137.png)
BirdFont is a free font editor that lets you create vector graphics and export TTF, EOT & SVG fonts.

License: Open Source

Latest Changes:>>

    Support for aalt, a new OTF tag for alternates. Illustrator uses this feature.
    Additional vertical guides.

http://birdfont.org/
Titel: QOwnNotes 19.9.6 Build 4540
Beitrag von: SiLæncer am 10 September, 2019, 04:50
(https://s26.postimg.cc/hoi1ahlcp/screenshot_978.png)
QOwnNotes is a text editor / notepad replacement with markdown support and todo list manager. The program supports themes, keyboard shortcuts, syntax highlighting, and encryption. Includes available nested file list, tags, search, and more. Optionally works with the notes application ownCloud or Nextcloud.

Cross-platform with clients available for Mac and Linux.

License:    GPL

Changelog

there now is a new Insert image dialog with preview, scaling and clipboard support (for #1285)

    if an image was in the clipboard it will be automatically loaded and previewed
    you can also select an image from your file system
    you can scale the image by setting the width or a scale factor, the preview will be updated accordingly

[close]

http://www.qownnotes.org/
Titel: ProgramEdit 4.8.6
Beitrag von: SiLæncer am 10 September, 2019, 09:11
(https://s26.postimg.cc/wcabyxqq1/screenshot_58.png)
ProgramEdit - a free Windows® software source-code editor. ProgramEdit includes language support for HTML, Ada, C/C++, C#, CSS, JAVA, JavaScript, Perl, PHP, Python, Ruby, VB, VBScript, Verilog, VHDL and Batch(.bat) files. Other features include tabbed file selection, text highlighting, find & replace, regular expressions, sesssions, bookmarks, multiple undo/redo and hyperlinks.

Freeware

Whats new:>>

    add support for SQL Query language
    minor update to Options dialog
    fix several minor bugs
    update Help files

http://simplesolverlogic.com/index.html
Titel: LPub3D 2.3.13.0.1511
Beitrag von: SiLæncer am 10 September, 2019, 17:45
(https://i.postimg.cc/kMx9GxDB/screenshot_664.png)
LPub3D is an Open Source WYSIWYG editing application for creating LEGO style digital building instructions.

LPub3D uses the LDraw parts library, the most comprehensive library of digital Open Source LEGO bricks available and reads the LDraw LDR and MPD model file formats.

License: Open Source

Release Notes

    Features, enhancements, fixes and changes
    Enhancement - Add option to centre justify step group steps #333
    Enhancement - Add pixel ratio setting to PDF, PNG, JPG and BMP exports #304
    Enhancement - Add pointer grabber toggle off on 2nd pointer click #315
    Enhancement - Add dialogue for additional renderer arguments #332
    Enhancement - Add submodel instance count manual override #298
    Enhancement - Bricklink XML config ignored, some tags missing #282
    Enhancement - Expanded submodel instance consolidation #297
    Enhancement - Native renderer save step image #327
    Enhancement - Update and redraw save file to disk #336
    Enhancement - Update Windows portable version from UI #324
    Feature - 3DViewer Camera Configuration #331
    Feature - Page items bring to front and send to back - first pass #244
    Change - Abnormal image size when using Native renderer #323
    Change - Abnormal pointer generation if no submodel file extension #326
    Change - BOM annotation rectangle size setting seems to have no effect #293
    Change - Callout divider messing with instance count margins #309
    Change - Divider CUSTOM_LENGTH meta command not parsed for multi-step called out divider #340
    Change - Fonts in generated instruction depend on system DPI setting #292
    Change - Manually move rotate icon on multi-step page #300
    Change - Missing api-ms-win-crt-runtime-l1-1-0.dll #296
    Change - Refactor search dialogue and set focus to text field #295
    Change - Submodel is displayed again on step 2 #334
    Fix - Append page before a submodel, appends the page in the wrong location #330
    Fix - Assembly margins setting works strangely #311
    Fix - Custom arrow parts and missing PLI END #301
    Fix - Default colour reset to highlight or fade colour #325
    Fix - Do not show step nunber ignored on single step page #322
    Fix - Drag PLI and CSI not working properly on single step page #302
    Fix - Fade Previous Steps doesn't work in global mode #310
    Fix - LDraw archive library update fail #305
    Fix - Final model added to BOM page #328
    Fix - No divider in callout #306
    Fix - Placement of page attributes #307
    Fix - PLI placement is invalid, when SHOW_STEP_NUMBER is FALSE #335
    Fix - Resize handle on Parts List (PLI) has gone #339
    Fix - Segfault in substitute part dialog #294
    Fix - Strange behavior when resizing cover image #329
    Fix - Submodel instance count not shown when Callout between instances #321
    Fix - Submodel steps same as occurrence when consolidate enabled #291

[close]

https://sourceforge.net/projects/lpub3d/?source=directory
Titel: QOwnNotes 19.9.7 Build 4544
Beitrag von: SiLæncer am 11 September, 2019, 04:30
Changelog

    the Insert image dialog was further improved (for #1285)
        you can now paste remote urls that will be automatically downloaded and previewed in the dialog
            local file:// urls are also supported
        the dialog will detect if you have file paths or urls in the clipboard when it is opened
        there now is a new checkbox Don't copy image to media folder that allows to directly insert urls or local paths
            paths to files will be made relative to the current note
            the state of the checkbox will be persisted for more convenience
        the maximal scaling in the slider was set to 2 for more usability
    the Orphaned image files dialog now detects relative image tags like ![imagename](media/30933630.jpeg) (for #266)
        the dialog is now also able to insert relative image tags
    the Orphaned attachments dialog now detects relative attachment tags like [956321614](attachments/956321614.pdf) (for #266)
        the dialog is now also able to insert relative attachment tags
    disabled QML caching (for the scripts of the scripting engine) in portable mode because the QML cache path cannot be configured (for #1284)
    fixed preview of remote images (for #1286)
    added more Italian, Indonesian, Catalan, Brazilian Portuguese translation (thank you tiwi90, zmni, fitoschido, mlimacarlos)

[close]

http://www.qownnotes.org/
Titel: CudaText v1.86.5.0
Beitrag von: SiLæncer am 11 September, 2019, 05:20
(https://s26.postimg.cc/k6wu8qcrt/screenshot_901.png)
Create programming scripts with this powerful tool that supports more than 130 languages and allows users to work concurrently on as many as six groups of projects.

Freeware

Changelog

+ add: dialog Go To allows negative line numbers and negative values in %, this goes relative to file end (like VS Code)
+ add: lexer parser optimizations: now parsing of big files is ~30% faster
+ add: minimap highlightes entire lines with selections, with theme color "current line BG" (similar to VS Code)
- fix: on big files (lot of folding ranges), program had big slowdown on text editing

[close]

http://www.uvviewsoft.com/cudatext/
Titel: EmEditor Free 19.2.0 Beta 1
Beitrag von: SiLæncer am 11 September, 2019, 09:11
(https://s26.postimg.cc/pbg87i3s9/screenshot_1195.png)
EmEditor is a lightning-fast, tabbed text editor with themes, syntax highlighting, stay-on-top, and customizable keyboard mapping. The program supports batch find-and-replace, regular expressions, and more.

The program beat a variety of other text editors in tests performed by TPFC user TP109. Additional features are available via a non-free version.

Free for personal use

Changelog

    Some files might have been skipped without displaying errors during Find/Replace in Files, even if the searched string was included in the files (in case of 1-2 GB UTF-8 and non-system encoding files).
    Find/Replace in Files using the Binary (ASCII View) encoding did not work correctly.
    Removed Binary (Hex View) from the Encoding drop-down list in the Find/Replace in Files dialog boxes.
    The Bookmark Duplicate Lines command did not work correctly under a certain condition (Headings 1-4 is used in CSV documents and the Compare Adjacent Lines only option is on).
    When CSS HTML Validator Pro verison is installed and the Syntax Check is enabled, the computer often made error sounds.

[close]

https://www.emeditor.com/text-editor-features/history/emeditor-free/
Titel: QOwnNotes 19.9.8 Build 4548
Beitrag von: SiLæncer am 11 September, 2019, 19:30
Changelog

    highlighting of broken note links now also works with relative note links like <note file.md> and [note](note file.md) (for #266)
        links to note files like ../note file.md and sub folder/note file.md also work
    the button to create a new issue in the issue assistant by clearing the dialog was renamed to Clear because it could mislead users to think it creates a new issue on GitHub (for #1289)
    added more Catalan, Spanish, Italian translation (thank you MGuerra, richarson, tiwi90)

[close]

http://www.qownnotes.org/
Titel: Notepads 0.10.0.0 Beta
Beitrag von: SiLæncer am 12 September, 2019, 18:20
(https://i.postimg.cc/DzHrb6Dr/screenshot-1766.png)
Modern, open-source Notepad alternative for Windows 10 that gives the aging text editor a facelift, while also packing additional functionality into a similarly streamlined application.

MIT License

Changelog

    New features:

    Ctrl+D to duplicate current line or selection.

    Bug fixes:

    Fixed a bug where shadow instance pops up when there is no instance running.

[close]

https://github.com/JasonStein/Notepads
Titel: QOwnNotes 19.9.9 Build 4553
Beitrag von: SiLæncer am 12 September, 2019, 21:30
Changelog

    you can now crop images in the Insert image dialog by selecting the area to crop to and pressing the Crop button (for #1288)
    added more Brazilian Portuguese translation (thank you mlimacarlos)

[close]

http://www.qownnotes.org/
Titel: LPub3D 2.3.13.19.1530
Beitrag von: SiLæncer am 13 September, 2019, 05:50
Whats new:>>

Fix - Export to pdf using page range generates single page #341

https://sourceforge.net/projects/lpub3d/?source=directory
Titel: Notepads 0.10.1.0 Beta
Beitrag von: SiLæncer am 13 September, 2019, 09:10
Whats new:>>

    [Bug fixes]:

    Fixed a bug where last window location and size are not remembered.

    [Behavior changes]:

    App will not exit automatically when last tab was closed, a new empty tab will pop-up instead.

https://github.com/JasonStein/Notepads
Titel: BabelEdit 2.4.0
Beitrag von: SiLæncer am 13 September, 2019, 20:45
(https://s26.postimg.cc/7efmb9imh/screenshot_979.png)
A translation editor that can process one or more JSON files at the same time, providing support for both json and namespaced-json formats.

Freeware

Changelog

    Features:

    Support for Chichewa (ny-MW), Maori (mi-NZ) and Zulu (zu-ZA)
    Configuration option to disable automatic JSON array conversion
    Added context menu with copy actions for translation id
    Duplicate translations ids and folder via context menu or shortcut
    Show/hide machine translations and similar phrases using status bar buttons
    Increased machine translation limit to 10000 characters per message
    "Fill empty translations" can now use texts of any language as source
    Machine translation preserves HTML entities

    Fixes:

    Automatically add path if new language file is added without path
    Windows: changed keyboard shortcuts to fix issues with typing {[]} on some keyboard layouts
    Wrong window titles
    Repeated installations of sr-Cyrl-RS dictionary

[close]

https://www.codeandweb.com/babeledit
Titel: QOwnNotes 19.9.10 Build 4557
Beitrag von: SiLæncer am 14 September, 2019, 17:00
Changelog

    added support for note links from one sub-folder tree to another like ../../folder1/folder2/note.md (for #1287)
    removed the 2px offset when selection-rubberband is created while cropping in the image dialog (for #1288)
    added more Basque, German, Italian, Spanish translation (thank you izendegi, rakekniven, tiwi90, richarson)

[close]

http://www.qownnotes.org/
Titel: RisohEditor 5.2.3
Beitrag von: SiLæncer am 14 September, 2019, 21:40
(https://i.postimg.cc/8P4z4Swt/screenshot-799.png)
"RisohEditor" is a free resource editor for Win32 development, created by Katayama Hirofumi MZ. RisohEditor realized the ideal of resource editor. "Risoh" means "ideal" in Japanese. RisohEditor can add, edit, extract, clone and remove the resource data in EXE/DLL files. You can edit Windows resources (Dialogs, Menus, Icons, Cursors, String Tables, Message Tables etc.) by using RisohEditor.

NOTICE: Please avoid installing in "C:\Program Files" or "C:\Program Files (x86)". Because the resource compiler (windres) doesn't accept space character in the file path.

Freeware

Whats new:>>

Fix AUTORADIOBUTTON STYLE.

https://katahiromz.web.fc2.com/re/en/index.html#intro
Titel: Mesh Editor 1.5
Beitrag von: SiLæncer am 15 September, 2019, 11:30
(https://i.postimg.cc/Gm0cxbZp/screenshot-1986.png)
Mesh Editor is a lightweight code editor. It is user-friendly and can be used on the go since it is really lightweight.

It supports multiple programming languages such as:

    CSharp
    HTML
    Javascript
    Lua
    PHP
    SQL
    Visual Basic
    XML

Freeware

Whats new:>>

    Added "check for updates" function
    Added better support for higher DPI

https://toolslib.net/downloads/viewdownload/1080-mesh-editor/
Titel: QOwnNotes 19.9.11 Build 4562
Beitrag von: SiLæncer am 15 September, 2019, 18:30
(https://s26.postimg.cc/hoi1ahlcp/screenshot_978.png)
QOwnNotes is a text editor / notepad replacement with markdown support and todo list manager. The program supports themes, keyboard shortcuts, syntax highlighting, and encryption. Includes available nested file list, tags, search, and more. Optionally works with the notes application ownCloud or Nextcloud.

Cross-platform with clients available for Mac and Linux.

License:    GPL

Changelog

    adapted the offset when the selection-rubberband is created while cropping in the image dialog for all user interfaces (for #1288)
    faulty QFileSystemWatcher::removePaths warnings are now ignored, they seem to have caused troubles on openSUSE Tumbleweed (for #1290)
    added more Italian, Korean, Greek translation (thank you tiwi90, pgrules7, athrouss)

[close]

http://www.qownnotes.org/
Titel: CudaText 1.87.0.0
Beitrag von: SiLæncer am 15 September, 2019, 21:00
(https://s26.postimg.cc/k6wu8qcrt/screenshot_901.png)
Create programming scripts with this powerful tool that supports more than 130 languages and allows users to work concurrently on as many as six groups of projects.

Freeware

Changelog

    add: can show unprinted characters only in selection (like Sublime). To do this, add char "x" to the option "unprinted_content"
    add: selecting words by double-click: allow clicking after line end too
    add: command "Toggle side panel / code tree" (same as "Show side panel / code tree" but it toggles)
    add: command "Add next occurrence of selected word": must find not whole words, if not whole word was initially selected (like Sublime)
    fix: command "Add next occurrence of selected word": bug when no selection (didn't repaint editor)
    fix: program should not crash if file-tab is closed during lexer parsing
    fix: to hide Lazarus/GTK2 bug when mouse-over buttons remain highlighted, program disables this button highlighting on Linux
    fix: slow response of scrollbars on Windows

[close]

http://www.uvviewsoft.com/cudatext/
Titel: RisohEditor 5.2.4
Beitrag von: SiLæncer am 15 September, 2019, 21:20
Whats new:>>

XP support.

https://katahiromz.web.fc2.com/re/en/index.html#intro
Titel: EmEditor Free 19.2.0 Beta 2
Beitrag von: SiLæncer am 16 September, 2019, 12:29
(https://s26.postimg.cc/pbg87i3s9/screenshot_1195.png)
EmEditor is a lightning-fast, tabbed text editor with themes, syntax highlighting, stay-on-top, and customizable keyboard mapping. The program supports batch find-and-replace, regular expressions, and more.

The program beat a variety of other text editors in tests performed by TPFC user TP109. Additional features are available via a non-free version.

Free for personal use

Changelog

    Added the Maximum bytes to detect UTF-8 text box to the File page of the Customize dialog box.
    Improved the speed of Find in Files and Replace in Files.

[close]

https://www.emeditor.com/text-editor-features/history/emeditor-free/
Titel: LPub3D 2.3.13.0.1540
Beitrag von: SiLæncer am 16 September, 2019, 17:15
(https://i.postimg.cc/kMx9GxDB/screenshot_664.png)
LPub3D is an Open Source WYSIWYG editing application for creating LEGO style digital building instructions.

LPub3D uses the LDraw parts library, the most comprehensive library of digital Open Source LEGO bricks available and reads the LDraw LDR and MPD model file formats.

License: Open Source

Release Notes

    Revisions:

    Enhancement - 3DViewer Display Default Camera Properties #344
    No response to MODEL_SCALE meta command #342
    Fix - 3DViewer not displayed when renderer set to other than Native #345
    Fix - Export to pdf using page range generates single page #341
    Fix - Single step MODEL_SCALE meta command not working #343

    Base:

    Enhancement - Add option to centre justify step group steps #333
    Enhancement - Add pixel ratio setting to PDF, PNG, JPG and BMP exports #304
    Enhancement - Add pointer grabber toggle off on 2nd pointer click #315
    Enhancement - Add dialogue for additional renderer arguments #332
    Enhancement - Add submodel instance count manual override #298
    Enhancement - Bricklink XML config ignored, some tags missing #282
    Enhancement - Expanded submodel instance consolidation #297
    Enhancement - Native renderer save step image #327
    Enhancement - Update and redraw save file to disk #336
    Enhancement - Update Windows portable version from UI #324
    Feature - Page items bring to front and send to back - first pass #244
    Change - Abnormal image size when using Native renderer #323
    Change - Abnormal pointer generation if no submodel file extension #326
    Change - BOM annotation rectangle size setting seems to have no effect #293
    Change - Callout divider messing with instance count margins #309
    Change - Divider CUSTOM_LENGTH meta command not parsed for multi-step called out divider #340
    Change - Fonts in generated instruction depend on system DPI setting #292
    Change - Manually move rotate icon on multi-step page #300
    Change - Missing api-ms-win-crt-runtime-l1-1-0.dll #296
    Change - Refactor search dialogue and set focus to text field #295
    Change - Submodel is displayed again on step 2 #334
    Fix - Append page before a submodel, appends the page in the wrong location #330
    Fix - Assembly margins setting works strangely #311
    Fix - Custom arrow parts and missing PLI END #301
    Fix - Default colour reset to highlight or fade colour #325
    Fix - Do not show step number ignored on single step page #322
    Fix - Drag PLI and CSI not working properly on single step page #302
    Fix - Fade Previous Steps doesn't work in global mode #310
    Fix - LDraw archive library update fail #305
    Fix - Final model added to BOM page #328
    Fix - No divider in callout #306
    Fix - Placement of page attributes #307
    Fix - PLI placement is invalid, when SHOW_STEP_NUMBER is FALSE #335
    Fix - Resize handle on Parts List (PLI) has gone #339
    Fix - Segfault in substitute part dialogue #294
    Fix - Strange behaviour when resizing cover image #329
    Fix - Submodel instance count not shown when Callout between instances #321
    Fix - Submodel steps same as occurrence when consolidate enabled #291

[close]

https://sourceforge.net/projects/lpub3d/?source=directory
Titel: QOwnNotes 19.9.12 Build 4566
Beitrag von: SiLæncer am 17 September, 2019, 04:50
Changelog

    if you rename a note you now will also be able to automatically rename new relative note file links like [note](note.md) or <note.md> in all other notes if they are found (for #266)
        this also works with links from other note sub-folders
    if you are using legacy links and are linking to notes that have utf8 characters and numbers in it now a @ sign will be added (e.g. note://zx000ūaųš[email protected]) to prevent faulty urls (for #1292)
    added more Greek translation (thank you athrouss)

[close]

http://www.qownnotes.org/
Titel: EmEditor Free 19.2.0 Beta 3
Beitrag von: SiLæncer am 17 September, 2019, 05:45
Whats new:>>

    Fixed a bug where launching EmEditor was very slow on beta 2.
    Improved the speed of Find in Files and Replace in Files, and improved the progress dialog.

https://www.emeditor.com/text-editor-features/history/emeditor-free/
Titel: LPub3D 2.3.13.32.1543
Beitrag von: SiLæncer am 17 September, 2019, 17:45
Release Notes

Enhancement - 3DViewer Display Default Camera Properties #344
Change - DPI and scale info is added to filename in PNG export #346
Change - No response to MODEL_SCALE meta command #342
Fix - 3DViewer not displayed when renderer set to other than Native #345
Fix - Export to pdf using page range generates single page #341
Fix - Single step MODEL_SCALE meta command not working #343

[close]

https://sourceforge.net/projects/lpub3d/?source=directory
Titel: HelpNDoc Personal Edition 6.4.0 Build 357
Beitrag von: SiLæncer am 17 September, 2019, 20:30
(https://s26.postimg.cc/n8qdqw1ix/screenshot_994.png)
HelpNDoc provides all the tools necessary to write complete help files, manuals and documentations in a user friendly and very easy to use environment. HelpNDoc can generate standard Windows CHM help files, WEB based documentation, iPhone specific websites as well as printable PDF and Word documents.

HelpNDoc is completely free for personal use and evaluation purposes.

Changelog

    The "script" command line can be used to run a script using the HelpNDoc API to automate project creation or modification
    The single page HTML template can now optionally generate a table of contents, making it more versatile as an off-line template
    Project name is now displayed in the Windows task-bar to rapidly identify multiple running instances of HelpNDoc
    HTML based templates can be customized to generate different HTML code (HTML Tags) based on the movie extension. See documentation to learn more
    Snippets or documents library items placed within table could not always be replaced at generation time
    Updated the generated movie tags to use the latest HTML 5 specification (except for CHM help files)
    Producing much smaller CHM files when using movies: movies are not included anymore as they can't be played from within CHM files
    Qt Help generation could fail when the project title contained the "&" character and no custom namespaces were provided
    Qt Help generation could fail when about or application icons were not used in any topics
    Better WinHelp HLP file import: file with file names longer than 8.3 couldn't be imported
    Enhanced WinHelp Index/Keywords importer: keywords hierarchy wasn't always correctly imported when a custom index separator was used
    A "List Index Out Of Bounds" exception could be raised when replacing library items under rare circumstances
    Faster generation for all documentation formats when using snippets or documents library items
    Various enhancements in the named and floating licensing systems

[close]

http://www.helpndoc.com/
Titel: BirdFont 3.30.2
Beitrag von: SiLæncer am 17 September, 2019, 20:40
(https://s26.postimg.cc/rd1s4grdl/screenshot_137.png)
BirdFont is a free font editor that lets you create vector graphics and export TTF, EOT & SVG fonts.

License: Open Source

Latest Changes:>>

    Speed optimizations.
    Bug fixes.

http://birdfont.org/
Titel: QOwnNotes 19.9.13 Build 4569
Beitrag von: SiLæncer am 17 September, 2019, 21:20
Changelog

if you move notes to another sub-folder you now will also be able to automatically adapt the new relative note file links to that notes like [note](note.md) or <note.md> in all other notes (for #266)

    furthermore relative links of images and attachments in the moved notes will be automatically adapted to the new sub-folder

if you copy notes to another sub-folder relative links of images and attachments in the copied notes will be automatically adapted to the new sub-folder (for #266)
above changes conclude the monstrous effort of the migration to more portable relative file links for notes, images and attachments in #266
QOwnNotesAPI is now ready for Nextcloud 17

    see QOwnNotesAPI for Nextcloud

[close]

http://www.qownnotes.org/
Titel: PlainEdit v2.2
Beitrag von: SiLæncer am 18 September, 2019, 09:14
(https://i.postimg.cc/C1Cq36yx/screenshot-1333.png)
PlainEdit ist ein Editor für Textdateien (ANSI, UTF-8 und Unicode) mit Syntaxhervorhebung für die gängigsten Web-, Script- und Programmiersprachen. Umfangreiche Konvertierungsfunktionen erleichtern das Umwandeln, Formatieren, Kodieren und Dekodieren von Texten.

Freeware

Changelog

  •    Wenn die Suche aufgerufen wird, wird der aktuell markierte Text in das Suchfeld eintragen.
  •    Einstellungen: Nach dem Schließen aller offenen Dateien beim Minimieren des Programmfensters kann jetzt automatisch ein neues Dokument erstellt werden.
  •    Die Integration in den Windows Explorer wurde überarbeitet.
[close]
https://www.gaijin.at/de/software/plainedit
Titel: Notepads 0.10.2.0 Beta
Beitrag von: SiLæncer am 18 September, 2019, 13:50
(https://i.postimg.cc/DzHrb6Dr/screenshot-1766.png)
Modern, open-source Notepad alternative for Windows 10 that gives the aging text editor a facelift, while also packing additional functionality into a similarly streamlined application.

MIT License

Changelog

    New features:

    "New Window" button is added in the app menu


[close]

https://github.com/JasonStein/Notepads
Titel: QOwnNotes 19.9.14 Build 4573
Beitrag von: SiLæncer am 18 September, 2019, 20:00
Changelog

    the link dialog was improved
        there now a tabs for entering an URL and selecting a note to make the dialog less cluttered
        if you have a url in the clipboard it will automatically be entered
        if the entered url is a webpage the title will be fetched automatically
            this will now happen inside the dialog and not like previously outside of it where you had to wait for the result
        the automatic title fetching now detects more titles and is in many cases much faster
        if you now double-click on a note while there still is text in the url line edit the note will be linked and not the url in the line edit
    there now is a new Insert attachment dialog
        the dialog will detect if you have a file path or url in the clipboard when it is opened and use it
        file size and type are displayed when selecting a file

[close]

http://www.qownnotes.org/
Titel: EmEditor Free 19.2.0 Final
Beitrag von: SiLæncer am 19 September, 2019, 09:05
(https://s26.postimg.cc/pbg87i3s9/screenshot_1195.png)
EmEditor is a lightning-fast, tabbed text editor with themes, syntax highlighting, stay-on-top, and customizable keyboard mapping. The program supports batch find-and-replace, regular expressions, and more.

The program beat a variety of other text editors in tests performed by TPFC user TP109. Additional features are available via a non-free version.

Free for personal use

Changelog

    New General Features:

    Supported AVX-512 and SHA instruction sets found in recent CPUs (64-bit only).
    Improved the speed by dividing the core program into 3 executable files — ee512.exe for AVX-512, ee256.exe for AVX-2, and ee128.exe for SSE2 instruction sets (64-bit only). EmEditor automatically selects the most optimized executable file by default, or a user can select any executable file as long as the current CPU supports the corresponding instruction set.
    The new version displays more error information during Find in Files and Replace in Files if any files are skipped from search due to errors.
    The new version displays the number of matches or strings replaced in the status bar after Find in Files and Replace in Files.
    Greatly improved the speed of opening very large files, Delete Duplicate Lines, Find in Files, Replace in Files, and various Sort commands.

    New Options:

    Added the Save Settings check box to the Find in Files and Replace in Files dialog boxes.
    Added the Maximum bytes to detect UTF-8 text box to the File page of the Customize dialog box.

    New Commands:

    All Marks

[close]

https://www.emeditor.com/text-editor-features/history/emeditor-free/
Titel: Mesh Editor 1.6
Beitrag von: SiLæncer am 19 September, 2019, 09:10
(https://i.postimg.cc/Gm0cxbZp/screenshot-1986.png)
Mesh Editor is a lightweight code editor. It is user-friendly and can be used on the go since it is really lightweight.

It supports multiple programming languages such as:

    CSharp
    HTML
    Javascript
    Lua
    PHP
    SQL
    Visual Basic
    XML

Freeware

Whats new:>>

    Added hyperlink support.
    Added warning before exiting Mesh editor.

https://toolslib.net/downloads/viewdownload/1080-mesh-editor/
Titel: RisohEditor 5.2.5
Beitrag von: SiLæncer am 19 September, 2019, 12:12
(https://i.postimg.cc/8P4z4Swt/screenshot-799.png)
"RisohEditor" is a free resource editor for Win32 development, created by Katayama Hirofumi MZ. RisohEditor realized the ideal of resource editor. "Risoh" means "ideal" in Japanese. RisohEditor can add, edit, extract, clone and remove the resource data in EXE/DLL files. You can edit Windows resources (Dialogs, Menus, Icons, Cursors, String Tables, Message Tables etc.) by using RisohEditor.

NOTICE: Please avoid installing in "C:\Program Files" or "C:\Program Files (x86)". Because the resource compiler (windres) doesn't accept space character in the file path.

Freeware

Whats new:>>

    Fixed a WS_CHILDWINDOW bug in dialog style listbox.
    Changed the release filename (RisohEditor-X.X.X.exe and RisohEditor-X.X.X.zip).
    Added TRANSLATORS.txt.
    Made owner-drawn controls visible.

https://katahiromz.web.fc2.com/re/en/index.html#intro
Titel: BabelPad 12.1.0.6
Beitrag von: SiLæncer am 19 September, 2019, 12:23
(https://s26.postimg.cc/nk8fxilwp/screenshot_1310.png)
BabelPad is a free Unicode text editor and word processor for Windows that supports the proper rendering of most complex scripts, and allows you to assign different fonts to different scripts in order to facilitate multi-script text editing.

Freeware

http://www.babelstone.co.uk/index.html
Titel: DocPad 24.0
Beitrag von: SiLæncer am 19 September, 2019, 17:15
(https://i.postimg.cc/2jBvfxyS/screenshot-2001.png)
Erweiterter Text-Editor als Alternative zu Notepad; bietet unter anderem eine Rechtschreibprüfung, eine anpassbare Toolbar sowie die Möglichkeit, Makros zu verwenden.

Freeware

Changelog

* The Tabbed Document Interface can now be disabled on the Options menu.
* When hovering the mouse over a tab label, balloon help will now appear showing the path, filename, date, and size of the file.
* Detect External Changes: when a file was opened with the Open Nonstandard File tool, it is now reopened with the originally chosen code page.
* Detect External Changes: this no longer detects changes for all tabs when the main window becomes activated.  Instead, it detects changes only for the current tab, while other tabs will not detect changes until they are selected.
* Open Nonstandard File: Character Set: added a "Preview" button.
* The Regex Tester tool will now remember its window position, global settings, the Regex, the Subject, and the Case Sensitive option.
* Spell Check: pressing the Enter key when the Misspelled Word field has focus is now equivalent to clicking the Change button.
* Discard Paragraphs Containing: added an "Undo" button to the summary window.
* Welcome: Recent Projects: added a context menu button.
* Welcome: Recent Projects: added a "Copy Filepath" tool.
* Speak: added support for the Pause key.
* Search and Replace: there is now a help button next to the Advanced Mode field.
* There is now a visible divider between the tabs.
* The "Auto-Indent" option now appears on the Preferences submenu, and now defaults to disabled.  Previously it was only found in the Interface Editor.
* Decode From HTML: added support for unicode surrogate pairs.
* Status Bar: it is now possible to right click on the document type to open the context menu.  Previously only left clicking would open it.
* Welcome: if the clipboard contains a file, you can now press Ctrl+V to open the file.
* Save As: this no longer allows you to save over a file that is open in another tab.
* The Alt+Plus and Alt+Minus hotkeys were moved to Ctrl+Alt+Plus and Ctrl+Alt+Minus to avoid a conflict with system's support for generating a unicode character by holding down Alt and typing on the Numpad.
* The "Create Backups" option is now disabled by default when running from a portable drive.
* Fixed: the Clipboard Inspector could display all zeros in the hex data for unsupported data types.
* Fixed: copy/paste could fail if another window has the clipboard open.  Now it will retry many times over a brief period.
* Fixed: unminimizing on a secondary monitor was moving the window to the primary monitor.
* Fixed: sometimes switching tabs was not setting focus to the editor.
* Fixed: saving to UTF-8 was corrupting unicode surrogate pairs.
[close]

http://www.gammadyne.com/docpad.htm
Titel: QOwnNotes 19.9.15 Build 4577
Beitrag von: SiLæncer am 19 September, 2019, 19:30
(https://s26.postimg.cc/hoi1ahlcp/screenshot_978.png)
QOwnNotes is a text editor / notepad replacement with markdown support and todo list manager. The program supports themes, keyboard shortcuts, syntax highlighting, and encryption. Includes available nested file list, tags, search, and more. Optionally works with the notes application ownCloud or Nextcloud.

Cross-platform with clients available for Mac and Linux.

License:    GPL

Changelog

    the attachment dialog was improved
        you are now able to download files directly in the dialog
            there also is a progress bar, along with status information on how much data you already have downloaded and a cancel button
            if you enter an url and press Ok the file will also automatically gets downloaded
        you are now able to enter a title that will be used in the attachment link
        the dialog will now detect if you have a local file path of a file that exists on your computer in the clipboard when it is opened and use it
        file:// urls will now automatically be converted to local file paths
    you now can move and copy notes also to subfolders of note folders if you have enabled subfolders for the note folder (for #1294)
        keep in mind that only the note files will be copied/moved
        note tags, links to other notes, images and attachments will not be transferred/adapted
    the tab order in the image, attachment and link dialog was improved
        the first item with focus will now be the link/url edit field also on Windows
    added more Italian, Spanish translation (thank you tiwi90, richarson)

[close]

http://www.qownnotes.org/
Titel: EmEditor Free v19.2.1
Beitrag von: SiLæncer am 20 September, 2019, 06:00
Whats new:>>

Fixed a bug where EmEditor could crash on old CPUs that do not support the SSE4.2 instruction set.

https://www.emeditor.com/text-editor-features/history/emeditor-free/
Titel: Mesh Editor 1.7
Beitrag von: SiLæncer am 21 September, 2019, 18:20
Whats new:>>

    Added "Open Folder" function
    Added speech to text function
    Fixed a bug that prevented settings from taking effect

https://toolslib.net/downloads/viewdownload/1080-mesh-editor/
Titel: EmEditor Free 19.2.2
Beitrag von: SiLæncer am 22 September, 2019, 11:50
Whats new:>>

Fixed a bug where Find in Files (using system default encoding files) might fail to find all matches.

https://www.emeditor.com/text-editor-features/history/emeditor-free/
Titel: CudaText 1.87.2.0
Beitrag von: SiLæncer am 22 September, 2019, 18:30
(https://s26.postimg.cc/k6wu8qcrt/screenshot_901.png)
Create programming scripts with this powerful tool that supports more than 130 languages and allows users to work concurrently on as many as six groups of projects.

Freeware

Changelog

    Add: option "mouse_scroll_speed_vert"
    Change: command "Select all" now doesn't scroll to document end; it's like in Sublime & EmEditor & GEdit
    Change: new dialog to choose UI+syntax themes "Options / Themes...", instead of two menu-dialogs
    Change: removed option "ui_notif"; to disable file auto-reload, set "ui_notif_time" to 0
    Fix: show unprinted symbols "only in selection" was wrong with wrapped text
    Fix: file saving with write-error stops file auto-reloading
    Fix: issue with command "find current word next"

[close]

http://www.uvviewsoft.com/cudatext/
Titel: LPub3D 2.3.13.34.1545
Beitrag von: SiLæncer am 22 September, 2019, 19:15
(https://i.postimg.cc/kMx9GxDB/screenshot_664.png)
LPub3D is an Open Source WYSIWYG editing application for creating LEGO style digital building instructions.

LPub3D uses the LDraw parts library, the most comprehensive library of digital Open Source LEGO bricks available and reads the LDraw LDR and MPD model file formats.

License: Open Source

Release Notes

Enhancement - 3DViewer Display Default Camera Properties #344
Change - DPI and scale info is added to filename in PNG export #346
Change - No response to MODEL_SCALE meta command #342
Fix - 3DViewer not displayed when renderer set to other than Native #345
Fix - Export to pdf using page range generates single page #341
Fix - Single step MODEL_SCALE meta command not working #343

[close]

https://sourceforge.net/projects/lpub3d/?source=directory
Titel: SeaPig 0.8.3
Beitrag von: SiLæncer am 22 September, 2019, 20:20
(https://i.postimg.cc/4ySJtzWx/Nightcode.png)
Convert text to HTML with the help of this cross-platform Markdown editor that does not feature a live-preview pane but more than makes up for it with its user-friendly UI and export options.

MIT License

Whats new:>>

    #41 File Open Fails when already file opened
    #42 preview fail where start with filename

https://github.com/yasumichi/seapig
Titel: TEA 48.0.0
Beitrag von: SiLæncer am 22 September, 2019, 21:30
(https://s26.postimg.cc/h1i60dicp/screenshot_255.png)
TEA is a graphical text editor. Its name is an acronym for Text Editor of the Atomic Era. It is designed for low resource consumption, a wide range of functions and adaptability.

License: GPLv3

Whats new:>>

Moon calendar has been fixed, and more. But the main changes are hidden under the hood, because I've started to adapt TEA source to the upcoming Qt6.

http://semiletov.org/tea/
Titel: RisohEditor 5.2.6
Beitrag von: SiLæncer am 23 September, 2019, 12:10
(https://i.postimg.cc/8P4z4Swt/screenshot-799.png)
"RisohEditor" is a free resource editor for Win32 development, created by Katayama Hirofumi MZ. RisohEditor realized the ideal of resource editor. "Risoh" means "ideal" in Japanese. RisohEditor can add, edit, extract, clone and remove the resource data in EXE/DLL files. You can edit Windows resources (Dialogs, Menus, Icons, Cursors, String Tables, Message Tables etc.) by using RisohEditor.

NOTICE: Please avoid installing in "C:\Program Files" or "C:\Program Files (x86)". Because the resource compiler (windres) doesn't accept space character in the file path.

Freeware

Whats new:>>

    improve Languages dialog.
    Add Russian translation.
    Show error message if the installed location has space characters.
    Add --use-temp-file option in invoking windres to fix the popen problem.

https://katahiromz.web.fc2.com/re/en/index.html#intro
Titel: SeaPig 0.8.4 Pre-release
Beitrag von: SiLæncer am 23 September, 2019, 21:15
Whats new:>>

Create new window when open file dialog is canceled.

https://github.com/yasumichi/seapig
Titel: QOwnNotes 19.9.16 Build 4577
Beitrag von: SiLæncer am 24 September, 2019, 05:30
(https://s26.postimg.cc/hoi1ahlcp/screenshot_978.png)
QOwnNotes is a text editor / notepad replacement with markdown support and todo list manager. The program supports themes, keyboard shortcuts, syntax highlighting, and encryption. Includes available nested file list, tags, search, and more. Optionally works with the notes application ownCloud or Nextcloud.

Cross-platform with clients available for Mac and Linux.

License:    GPL

Changelog


    you now can manage multiple cloud connections in the Nextcloud / ownCloud settings
        in a future release these cloud connections can be bound to different note folders
    some improvements with encrypted notes were made
        if an encrypted note will be edited now the note file will not be stored immediately after the password is entered
        the note will now jump to the top in the note list (if the note list is sorted that way) if the text of an encrypted note was changed
            also the tooltip of the note in the note list will be updated
    media files are now only copied if the destination path is a note folder when copying or moving notes to an other note folder (for #1294)
    fixed the Nextcloud tooltip texts in the buttons on the Nextcloud / ownCloud settings page
    added more Greek, Dutch, Hungarian, Catalan, Indonesian, Russian, German translation (thank you athrouss, Fabijenna, MGuerra, zmni, mikhail-khokhlov, rakekniven)

[close]

http://www.qownnotes.org/
Titel: QOwnNotes 19.9.17 Build 4589
Beitrag von: SiLæncer am 24 September, 2019, 21:20
Changelog

    you can now choose different cloud connections for your note folders
        this way you can use the correct remote note versioning and trash and share your notes with the correct account if you are using multiple Nextcloud / ownCloud instances or accounts
        some previous connection problems when changing connection parameters were now also fixed
        the cloud connections are now also represented in the debug settings
    you can now select a cloud connection for your Todo list calendars
    fixed the Nextcloud tooltip texts in window title of the Version dialog and in an error message in the Settings dialog
    fixed a build error on the Open Build System (OBS)
    added more Catalan, Italian, Spanish translation (thank you MGuerra, tiwi90, richarson)

[close]

http://www.qownnotes.org/
Titel: VisualFiles Script Editor 2019.09.19.2038
Beitrag von: SiLæncer am 25 September, 2019, 05:05
(https://i.postimg.cc/3RbqCc98/screenshot-832.png)
VisualFiles Script Editor is a programmer's editor specifically for VisualFiles scripts supporting VFS and TXT files including syntax highlighting and more.

This app is a full WYSIWYG script editor for VisualFiles created to help people working with the SolCase and VisualFiles case management systems (now Lexis Visualfiles). All the tools needed for editing are readily available for use via the toolbar. The interface design is simple and is broken down into panes with the most prominent being the editor. The whole app is designed to make the entire editing process easier with all features and options visible and accessible. Several things not included in VisualFiles Script Editor, however, is it does not include line numbering or word completion as part of its processes, and there is no detailed help file available. But there is an in-depth look at your machine's information as well as components in the small help section.

Freeware

Whats new:>>

Updated to use .net Framework 4.7.

https://www.ronsplace.eu/Products/VisualFilesScriptEditor
Titel: HelpNDoc Personal Edition 6.4.1 Build 367
Beitrag von: SiLæncer am 25 September, 2019, 12:19
(https://s26.postimg.cc/n8qdqw1ix/screenshot_994.png)
HelpNDoc provides all the tools necessary to write complete help files, manuals and documentations in a user friendly and very easy to use environment. HelpNDoc can generate standard Windows CHM help files, WEB based documentation, iPhone specific websites as well as printable PDF and Word documents.

HelpNDoc is completely free for personal use and evaluation purposes.

Changelog

    An exception error message could be shown when adding a topic to the table of contents
    Word and PDF generation could fail if templates included variables in cover pages, headers or footers

[close]

http://www.helpndoc.com/
Titel: LPub3D 2.3.13.36.1547
Beitrag von: SiLæncer am 25 September, 2019, 17:45
(https://i.postimg.cc/kMx9GxDB/screenshot_664.png)
LPub3D is an Open Source WYSIWYG editing application for creating LEGO style digital building instructions.

LPub3D uses the LDraw parts library, the most comprehensive library of digital Open Source LEGO bricks available and reads the LDraw LDR and MPD model file formats.

License: Open Source

Release Notes

Change - Enable rotate icon placement on single step page #348

[close]

https://sourceforge.net/projects/lpub3d/?source=directory
Titel: QOwnNotes 19.9.18 Build 4593
Beitrag von: SiLæncer am 25 September, 2019, 21:00
Changelog

    cloud connection editing was improved in the Settings dialog
        parameters are now instantly stored
        the cloud connection comboboxes are now updated instantly if the connection name was changed
    the user interface of the cloud connection selection in the Todo list settings was improved
        the combobox now got its own groupbox that will be hidden if you are using a custom CalDAV server
    if you have an image in the clipboard while opening the Image dialog the checkbox Don't copy image to media folder will now be automatically disabled
    the title detection in the Link dialog was improved
    added more Catalan, Swedish, Italian translation (thank you MGuerra, druus, tiwi90)

[close]

http://www.qownnotes.org/
Titel: Dnote 0.9.1
Beitrag von: SiLæncer am 26 September, 2019, 09:08
(https://s26.postimg.cc/z38h40qwp/screenshot_529.png)
Write technical notes and neatly organize them into books without leaving the command line with the help of this simplistic utility.

MIT License

Whats new:>>

Add a debug output when making HTTP request (#252)

https://dnote.io/
Titel: MiTeC JSON Viewer 1.5.0.0
Beitrag von: SiLæncer am 26 September, 2019, 18:15
(https://i.postimg.cc/mgnPYmLc/screenshot-921.png)
MiTeC JSON Viewer include simple JSON Editor with JSON validation, support hierarchical and text preview, text searching and Base64 encoding/decoding.

Freeware

Whats new:>>

Display escaped characters option and editor font set added

http://mitec.cz/jsonv.html
Titel: QOwnNotes 19.9.19 Build 4596
Beitrag von: SiLæncer am 26 September, 2019, 21:00
Whats new:>>

    there now is a typewriter mode that you can turn on in the Window menu (for #1296)
    fixed a problem with entering a / in the server url in the cloud connection settings
    added more Italian, French translation (thank you tiwi90, Botigli)

http://www.qownnotes.org/
Titel: Alternate Text Browser 3.500
Beitrag von: SiLæncer am 27 September, 2019, 09:04
(https://i.postimg.cc/TYy7wJVb/screenshot-1429.png)
This program makes it easy to browse through text- and html-files (also xml), syntax highlighting for serveral programming languages available (C++, Pascal, PHP, Perl, ASM, JScript etc.).

Freeware

Whats new:>>

    Memo 3.050 added
    Added shortcuts (Ctlr+A, Ctrl+Shift+A, Del) to ListView controls
    Bugfix for advanced editor not being focused

http://www.alternate-tools.com/pages/c_textbrowser.php?lang=ENG
Titel: Network Notepad 6.0.8
Beitrag von: SiLæncer am 27 September, 2019, 16:20
(https://s26.postimg.cc/wuply3q2h/screenshot_425.png)
Network Notepad is a specially designed application for creating interactive network diagrams.

Now you can use this accessible and easy-to-use instrument to create or manage the diagrams you need.

Point-and-Click Telnet/ Browse/ User-definable
Network Management.
Simple Drag and Drop interface.
Open, Text Based File Format.
Printing.
Linked Diagrams.
Flow Charts.

Freeware

Changelog

    'Bugfix: Resizing backbones did not work correctly.
    'Bugfix: Could not change the width of a backbone.
    'Change: Updated the Format Script Objects Form.

[close]

http://www.networknotepad.com/index.htm
Titel: Ron's Editor 2019.09.19.2013
Beitrag von: SiLæncer am 27 September, 2019, 18:00
(https://i.postimg.cc/htZhm2fQ/screenshot-2028.png)

Ron's Editor is the ultimate CSV editor, designed to be easy to use, but powerful enough to handle anything needed of it. Any tabular text format can be opened through confirurable seperators and full support for text encodings, and can then be exported to many formats including Excel. CSV files can be merged, or seperated, and the professional editing capabilites and power tools used for conversion and data cleaning.

Changelog

New features    

    Updated to use .net Framework 4.7.
    Clarity improved for high DPI screens.
    Portable version introduced.
    Header refresh handling improved.
    XML export removed.
    Proxy settings added.
    Shortcut 'Ctrl-R' re-assigned to Refresh and 'Ctrl-F10' assigned to Sort.

Bugs    

    Row delete with Page per Row window bug fixed.
    Export HTML bug fixed.
    Excel detection bug fixed.
    Adjustment made to whole word match.

[close]

http://www.ronsplace.eu/Products/RonsEditor
Titel: SeaPig 0.8.5 Pre-release
Beitrag von: SiLæncer am 28 September, 2019, 21:00
(https://i.postimg.cc/4ySJtzWx/Nightcode.png)
Convert text to HTML with the help of this cross-platform Markdown editor that does not feature a live-preview pane but more than makes up for it with its user-friendly UI and export options.

MIT License

Whats new:>>

Fixed weak sanitizing by introduce sanitize-html.

https://github.com/yasumichi/seapig
Titel: Notepads 0.10.3.0 Beta
Beitrag von: SiLæncer am 29 September, 2019, 18:20
(https://i.postimg.cc/DzHrb6Dr/screenshot-1766.png)
Modern, open-source Notepad alternative for Windows 10 that gives the aging text editor a facelift, while also packing additional functionality into a similarly streamlined application.

MIT License

Changelog

    Improvements:

    Added more shadow and reveal highlight effects.

    Bug fixes:

    Fixed a bug where mouse-clicking on Find button behaves incorrectly (Editor won't scroll to the search result).
    Fixed a bug where file open error pops up when launching Notepads from Windows RUN.
    Fixed a bug where opening files from PowerShell stops working.

[close]

https://github.com/JasonStein/Notepads
Titel: QOwnNotes 19.9.20 Build 4602
Beitrag von: SiLæncer am 29 September, 2019, 18:30
Changelog

    the typewriter mode was improved (for #1296)
        in most cases the text will now also be centered if the cursor is at the bottom of the note
    if you install a script from the script repository now the installed script will be immediately selected and the script settings of that script will be shown if you close the script repository dialog (for #1298)
    the highlighting of the current line now also works in read-only mode
    added more Spanish, Filipino, Turkish, Ukrainian, Urdu (Pakistan), Norwegian, Basque, Serbian (Cyrillic), Russian, Slovenian, Polish, Romanian, Dutch, Croatian, Finnish, Czech, Hungarian, Slovak, Danish, Swedish, Catalan, German translation (thank you richarson, Fabijenna, mikhail-khokhlov, MGuerra, rakekniven)

[close]

http://www.qownnotes.org/
Titel: Geany 1.36
Beitrag von: SiLæncer am 29 September, 2019, 18:50
(https://i.postimg.cc/xjXLSj2w/screenshot-945.png)
Geany is cross-platform, GTK based Integrated Development Platform. You can work on simple text files, html, perl, python, NSIS and more with Geany.

License: GPL

Changelog

    General:

    Give precedence to user-defined filetype extension mappings over default ones (PR#2166).
    Give precedence to the longest matching filetype pattern (Issue#1499, Issue#1921, PR#2167).
    Place the socket file in $XDG_RUNTIME_DIR when available (Thomas Martitz, PR#2222).

    Bug fixes:

    Improve path ellipsising in Go To Tag filetype popup (Thomas Martitz, PR#2262).

    Interface:

    Show group prefix for the Various preferences (PR#2176).
    Show the GTK/GLib versions in about dialog (PR#2163).

    Editor:

    Update Scintilla to version 3.10.4 (PR#2138).
    Add support for fractional font sizes (Pedro Henrique Antunes de Oliveira, Issue#703, PR#2250).

    Filetypes:

    Add Apple Swift filetype (Ankit Pati, PR#1323).
    Add Nim filetype (Simon Krauter, Issue#1772, PR#2085).
    Update NSIS keywords (PR#2181).
    Update error matching for the CUDA filetype (Rajesh Pandian M, Issue#2213, PR#2218).
    Add Kotlin custom filetype (Issue#1581, PR#2186).
    Add Groovy custom filetype (PR#2188).
    Add TypeScript custom filetype (Issue#1449, PR#2187).
    Small update of Django keywords (PR#2315).
    Don't suggest to override all settings through Tools->Configuration Files (Issue#1552, PR#2168).

    Windows:

    Migrate the installer to NSIS 3 (Issue#1302, PR#2181).
    Fix build on recent MSYS2 (Issue#2261, PR#2263).

    Internationalization:

    New translations: ku
    Updated translations: da, de, es, fr, it, ja, lv, pt, sk, sv, zh_CN

[close]

http://www.geany.org/
Titel: Mark Text 0.15.1
Beitrag von: SiLæncer am 29 September, 2019, 19:50
(https://i.postimg.cc/zfd3DrjN/Mark-Text.png)
Take notes or markdown code that you format and preview in real time and then export to HTML or PDF using this straightforward tool.

MIT License

Changelog

    Bug fix:

    Fixed a XSS security vulnerability when parsing inline HTML (#1390)
    Fixed portable mode detection if current working directory don't match the application directory (#1382)
    Fixed exception in main process due to file watcher (#1284)
    Added emoji fallback fonts for macOS and Windows too (#1299)
    Fixed RegEx for recommend title (#1128)

[close]

https://github.com/marktext/marktext
Titel: Text Editor Pro 8.1.0
Beitrag von: SiLæncer am 30 September, 2019, 05:10
(https://s26.postimg.cc/hfdkhoj9l/screenshot_896.png)
Text Editor Pro (formerly EditBone) is a powerful text editing tool that comes with syntax highlighting support for over 50 languages and scripts, customizable with over 100 options, 29 ready made styles, a handy file comparison feature, unicode character map, numerical unit convert tool, SQL formatter, and support for multiple directories and search results.

Freeware

Changelog

    Added "Add application in the 'Open with' context menu" application option (default False)
    Added highlighter for ABAP
    Added menu bar options
    Added Oceanic color theme
    Fixed delete word
    Fixed directory painting
    Fixed replace
    Fixed search map painting
    Fixed toolbar options
    Fixed undo
    Fixed virtual tree control
    Optimized and fixed text editor control
    Updated and fixed AlphaSkins controls v14.32 - http://www.alphaskins.com/
    Updated language files

[close]

https://texteditor.pro/
Titel: Dnote 0.10.0
Beitrag von: SiLæncer am 30 September, 2019, 13:50
(https://s26.postimg.cc/z38h40qwp/screenshot_529.png)
Write technical notes and neatly organize them into books without leaving the command line with the help of this simplistic utility.

MIT License

Whats new:>>

Remove end-to-end encrypted backup to support knowledge base features.
Previous versions are no longer compatible with the current api and web.

https://dnote.io/
Titel: QOwnNotes 19.10.0 Build 4605
Beitrag von: SiLæncer am 30 September, 2019, 20:00
(https://s26.postimg.cc/hoi1ahlcp/screenshot_978.png)
QOwnNotes is a text editor / notepad replacement with markdown support and todo list manager. The program supports themes, keyboard shortcuts, syntax highlighting, and encryption. Includes available nested file list, tags, search, and more. Optionally works with the notes application ownCloud or Nextcloud.

Cross-platform with clients available for Mac and Linux.

License:    GPL

Changelog

    after turning on the typewriter mode the cursor will now immediately be centered (for #1296)
    if you select a text before using the link dialog to insert a link the selected text will now be used as link text by default
    added Bulgarian translation (a big thank you to Fabijenna)
        join us at QOwnNotes on Crowdin to make QOwnNotes available in more languages or help with the current translation

[close]

http://www.qownnotes.org/
Titel: SeaPig 0.8.6 Pre-release
Beitrag von: SiLæncer am 01 Oktober, 2019, 13:31
(https://i.postimg.cc/4ySJtzWx/Nightcode.png)
Convert text to HTML with the help of this cross-platform Markdown editor that does not feature a live-preview pane but more than makes up for it with its user-friendly UI and export options.

MIT License

Whats new:>>

Fix to enclose the paragraph in <p>

https://github.com/yasumichi/seapig
Titel: CudaText 1.88.0.0
Beitrag von: SiLæncer am 02 Oktober, 2019, 17:30
(https://s26.postimg.cc/k6wu8qcrt/screenshot_901.png)
Create programming scripts with this powerful tool that supports more than 130 languages and allows users to work concurrently on as many as six groups of projects.

Freeware

Changelog

* change: option "word_chars" replaced with "nonword_chars" (to be like Sublime & Atom)
* change: detection of file changes in external programs is rewritten. Now it uses thread, not timers (per each file-tab) as before. It should work more reliable and fast.
* change: confirmation "File was changed outside. Reload?" changed from messagebox to modalless panel inside file-tab
* change: clicking micromap doesn't move caret
* change: names of color themes now stores to user.json (reading of old setting from history.json is supported)
+ add: option "caret_keep_visible_on_scroll"
+ add: option "ui_notif" was returned back
+ add: paired file-tab: auto-reloading works for second file; if both files were changed outside, 2 "Reload?" prompts appear at the same time
+ add: don't reload file, which was deleted outside
+ add: during drag-drop of text fragment, editor shows red marker for drop position
+ add: zip file installer: for lexers and lite-lexers, support to install lexer-override settings in "lexer*.json"
+ add: plugin Tabs List: reworked, using listbox with x and circle marks
+ add: plugin Tabs List: added options in [columns] section to specify additional listbox columns (width values: >0 - in pixels, <0 - in percents, =0 - auto-stretch; show values: 0 or 1)
+ add: file with ASCII char 07 is still considered as text
+ add: command "ui: focus editor notification panel"
+ add: command "ui: hide editor notification panels"

[close]

http://www.uvviewsoft.com/cudatext/
Titel: SeaPig 0.8.7 Pre-release
Beitrag von: SiLæncer am 02 Oktober, 2019, 18:15
Whats new:>>

Empty div nodes increases each time mermaid draws

https://github.com/yasumichi/seapig
Titel: BirdFont 3.31.0
Beitrag von: SiLæncer am 03 Oktober, 2019, 11:50
(https://s26.postimg.cc/rd1s4grdl/screenshot_137.png)
BirdFont is a free font editor that lets you create vector graphics and export TTF, EOT & SVG fonts.

License: Open Source

Latest Changes:>>

Better SVG parsing. Support for the “use” tag in the SVG parser.

http://birdfont.org/
Titel: SeaPig 0.8.8 Pre-release
Beitrag von: SiLæncer am 03 Oktober, 2019, 20:40
Whats new:>>

    The style for mermaid affects the elements of viz.js and uiflow.
    The cloneCssStyles option of mermaid has been removed.

https://github.com/yasumichi/seapig
Titel: EmEditor Free 19.3.0 Beta 2
Beitrag von: SiLæncer am 04 Oktober, 2019, 12:15
(https://1z9j8fz5fww49iaje1itey71-wpengine.netdna-ssl.com/wp-content/uploads/2013/09/EmEditorFree_Window.png)
EmEditor is a lightning-fast, tabbed text editor with themes, syntax highlighting, stay-on-top, and customizable keyboard mapping. The program supports batch find-and-replace, regular expressions, and more.

The program beat a variety of other text editors in tests performed by TPFC user TP109. Additional features are available via a non-free version.

Free for personal use

Changelog

Fixed a bug where Find in Files (using system default encoding files in double-byte code system) might fail to find all matches.

[close]

https://www.emeditor.com/text-editor-features/history/emeditor-free/
Titel: QOwnNotes 19.10.1 Build 4609
Beitrag von: SiLæncer am 04 Oktober, 2019, 12:30
Changelog

    you now can search for note names in the dialogs for the remote trash and local trash
    added Albanian, Hebrew, Icelandic and Punjabi translation (a big thank you to Fabijenna)
        join us at QOwnNotes on Crowdin to make QOwnNotes available in more languages or help with the current translation
    added more Persian, Dutch, Hungarian, Brazilian Portuguese, Bulgarian, Catalan, German, Italian, Polish, Russian translation (thank you Fabijenna, mlimacarlos, MGuerra, rakekniven, mlocati, tiwi90, lucjan, mikhail-khokhlov)

[close]

http://www.qownnotes.org/
Titel: CudaText v1.88.1.0
Beitrag von: SiLæncer am 05 Oktober, 2019, 09:50
Whats new:>>

- fix: API sometimes changed file encoding to UTF16
- fix: Linux: dialog labels with CJK text were clipped

http://www.uvviewsoft.com/cudatext/
Titel: Zettlr 1.4.2
Beitrag von: SiLæncer am 05 Oktober, 2019, 18:00
(https://s26.postimg.cc/vfll9p4mh/screenshot_956.png)
Write text and conveniently edit it using Markdown with the help of this user-friendly and well-thought-out, Electron based application.

MIT License

Changelog

    GUI and Functionality:

    Removed the last remnants of Clusterize.js
    Fixed a bug that would cause the app to crash when you search for //.
    The default editor search is now case-insensitive.
    Added highlighting, which can be applied either with ==highlight== or ::highlight::.
    The EdgeButtons of the table editors won't cover the toolbar anymore. Additionally, their movement is now smoother.
    If there are untranslated strings in your language, Zettlr will now try to show you the meaningful English ones first, before falling back to the translation identifiers, making the user experience better.
    Minor design improvements.
    Fixed the sidebar toggle.
    Added a context menu item to show a file in Finder/Explorer/your file browser.
    Added a notification when opening a new root directory to announce that the process of opening a directory may take some time. Zettlr will notify you once the new root directory has been fully loaded.
    When you close a root directory which also happened to be the currently selected one, Zettlr will try to select the previous or next root directory before actually closing the directory so that you will always have one directory selected.
    Fixed a small error that would count italics at the beginning of a line as a list item when applying a block-formatting style.

    Under the Hood:

    Made sure the default languages do not appear twice in the preferences.
    Zettlr will now detect files it can open case-insensitively (so: .md === .MD).
    Images in export should work again.
    Remedy a small error on some Linux launchers.

[close]

https://www.zettlr.com/
Titel: AlephNote 1.6.32
Beitrag von: SiLæncer am 05 Oktober, 2019, 19:00
(https://s26.postimg.cc/6skrw8cnt/screenshot_1204.png)
AlephNote is extensible, lightweight desktop note manager. Features include search, interactive checkbox lists highlighting, clickable highlighted links, notes backup, drag-and-drop capability for files and text, and sorting notes into folders. The program supports tags, in-editor markdown rendering, customizable shortcuts, stay-on-top capability, tray control, themes, and more.

Notes can be saved locally or synchronized with cloud services including Simplenote, Standard Note, Nextcloud/ownCloud.

License:    MIT

Changelog

    Bugfixes:

    Fixed spelling of some UI texts
    Fixed tag button stealing the keyboard focus
    Fixed shortcut conflict with different modifiers (#118)
    Fixed EOL symbol not being shown (#119) (#130)
    Fixed custom line numbers not being updated on tag change (#122)
    Fixed tag autocompletion sometimes missing items (#121)
    Fixed tag control sometimes loosing keyboard focus (#121)

    Features:

    Added new theme key: caret color in note title (#124)
    Added new theme key: foreground of mainmenu subitems (#128)
    Added new theme key: selection color (#135)
    Added new theme key: show/hide scrollbars in note (#136)
    Added option to delay global search when there are too many notes (#123)
    Added setting to hide main menu (#133)
    Made markdown links clickable (#130)
    Tab key in the tag control now adds the current tag (same as Enter) (#121)
    Added option to create themes that change some (or all) icons (#129)
    Added option for a vertical mainwindow layout (#132)

    Tasks:

    Fixed AppVeyor CI
    Change AutoUpdater to support zipped themes

[close]

https://github.com/Mikescher/AlephNote
Titel: AlephNote v1.6.33
Beitrag von: SiLæncer am 06 Oktober, 2019, 11:00
(https://s26.postimg.cc/6skrw8cnt/screenshot_1204.png)
AlephNote is extensible, lightweight desktop note manager. Features include search, interactive checkbox lists highlighting, clickable highlighted links, notes backup, drag-and-drop capability for files and text, and sorting notes into folders. The program supports tags, in-editor markdown rendering, customizable shortcuts, stay-on-top capability, tray control, themes, and more.

Notes can be saved locally or synchronized with cloud services including Simplenote, Standard Note, Nextcloud/ownCloud.

License:    MIT

Changelog

Bugfixes

    Fixed fatal error in theme loading (#138) (#139)

Features

    Support "a.b.c.d+" syntax for theme compatibility
    Added new theme key: scrollbar visibility in notes-list / directory-list
    Added new modifier "Hide scrollbars"

Tasks

    Fixed AppVeyor CI
    Change AutoUpdater to support zipped themes

[close]

https://github.com/Mikescher/AlephNote
Titel: MiKTeX 2.9.7216
Beitrag von: SiLæncer am 06 Oktober, 2019, 18:15
(https://i.postimg.cc/KzkJ4d7b/screenshot-1397.png)
MiKTeX (pronounced mick-tech) is an up-to-date implementation of TeX/LaTeX and related programs for Windows (all current variants).

Freeware

http://miktex.org/
Titel: EmEditor Free 19.3.0 Beta 3
Beitrag von: SiLæncer am 06 Oktober, 2019, 19:10
(https://1z9j8fz5fww49iaje1itey71-wpengine.netdna-ssl.com/wp-content/uploads/2013/09/EmEditorFree_Window.png)
EmEditor is a lightning-fast, tabbed text editor with themes, syntax highlighting, stay-on-top, and customizable keyboard mapping. The program supports batch find-and-replace, regular expressions, and more.

The program beat a variety of other text editors in tests performed by TPFC user TP109. Additional features are available via a non-free version.

Free for personal use

Changelog

Fixed a bug in beta 2 where user-defined strings set in the Highlight (1) page of configuration properties might not have been correctly highlighted.

[close]

https://www.emeditor.com/text-editor-features/history/emeditor-free/
Titel: Ron's Editor 2019.09.29.1211
Beitrag von: SiLæncer am 06 Oktober, 2019, 20:50
(https://i.postimg.cc/htZhm2fQ/screenshot-2028.png)

Ron's Editor is the ultimate CSV editor, designed to be easy to use, but powerful enough to handle anything needed of it. Any tabular text format can be opened through confirurable seperators and full support for text encodings, and can then be exported to many formats including Excel. CSV files can be merged, or seperated, and the professional editing capabilites and power tools used for conversion and data cleaning.

Changelog

Reverted due to functional issues: clarity improved for high DPI screens.

[close]

http://www.ronsplace.eu/Products/RonsEditor
Titel: Text Editor Pro 8.1.1
Beitrag von: SiLæncer am 07 Oktober, 2019, 06:00
(https://s26.postimg.cc/hfdkhoj9l/screenshot_896.png)
Text Editor Pro (formerly EditBone) is a powerful text editing tool that comes with syntax highlighting support for over 50 languages and scripts, customizable with over 100 options, 29 ready made styles, a handy file comparison feature, unicode character map, numerical unit convert tool, SQL formatter, and support for multiple directories and search results.

Freeware

Changelog

- Fixed caret moving
- Fixed menu bar
- Fixed sort
- Fixed language files

[close]

https://texteditor.pro/
Titel: RocketCake 3.1
Beitrag von: SiLæncer am 07 Oktober, 2019, 13:30
(https://s26.postimg.cc/845jbp2c9/screenshot_542.png)
RocketCake is a free web editor for creating responsive websites for beginners and professional web developers. No programming needed.

Freeware

Changelog

Faster editor when using large images

If you are using large images on a webpage, the editor is now much faster and editing your website feels more smooth now.

Search engine improvements

There have been various improvements made in RocketCake, causing your website to rank better automatically in Google and other web search engines. If you have an existing page made with RocketCake, all you need to do is to re-upload your existing website with RocketCake 3.1, and everything should be done automatically for you.

Better looking gallery

The image gallery element preview/thumb images are now created a bit bigger to make them look nicer.

Editor behavior change: When you have a line ending with a hyperlink and press ENTER on that line, the hyperlink is no longer continued on the next line. This way, it is easier to create lists of text lines with hyperlinks.
Text Edit Fields where the background is set to "invisible" now actually have an invisible background and not the default of the browser (like 'white' in Chrome)
The 64 bit version of RocketCake now also shows the latest Windows 10 common controls instead of reverting to the old windows style
RocketCake and RocketCake documents now have a new icon
Fixed a problem causing the menu not to open sometimes when using very large menus and russian text inside of them
Fixed a bug causing RocketCake to crash sometimes when clicked right into the element browser of an empty project
Fixed a bug causing the built-in FTP client not to upload anything when using the "Publish to the Internet" feature and no document was open.

[close]

http://www.ambiera.com/rocketcake/index.html
Titel: Alternate Text Browser 3.510
Beitrag von: SiLæncer am 08 Oktober, 2019, 06:05
(https://i.postimg.cc/TYy7wJVb/screenshot-1429.png)
This program makes it easy to browse through text- and html-files (also xml), syntax highlighting for serveral programming languages available (C++, Pascal, PHP, Perl, ASM, JScript etc.).

Freeware

Whats new:>>

Message box handling updated

http://www.alternate-tools.com/pages/c_textbrowser.php?lang=ENG
Titel: RJ TextEd 14.20
Beitrag von: SiLæncer am 08 Oktober, 2019, 18:30
(https://s26.postimg.cc/775l9vjeh/screenshot_593.png)
RJ TextEd - A Unicode source and text editor. RJ TextEd is a full featured text and source editor with Unicode support, syntax highlighting and code folding. The functionality extends beyond text files and includes support for HTML editing with integrated preview, spell checking, auto completion, HTML validation, templates and more. The program also include support for Topstyle Lite CSS editor, has a dual pane file commander, as well as a FTP client to upload your files. The editor uses language files to display menus and dialogs in different languages. There are several included languages. New language files can easily be created in the editor. RJ TextEd is also a simple web development tool. The editor can use auto completion and hints to assist you in editing your source code. You can preview HTML/ASP/PHP... code using one of the preview tabs or open a document in a browser. The editor does not only handle source code. It also handles true ASCII files, binary files and of course plain text files.

License: Freeware

Changelog

Chrome Preview

Updated component and libraries to version 76.0.3809.

SFTP

Updated the SFTP component to the latest version.

Fixed several issues.

Remote files

Added options (default actions) in "Options - File - Remote files" to set the default action when saving remote files. The options are:

Save to local location

Use this option if you want to save both local and remote files to a local disk. In this working mode you can edit remote files and store them locally until they are ready to be uploaded. You can use the menu items in "File -> FTP" to upload the files. You can also use the file commander.

Save to remote location

Local files are always saved locally. Remote files are saved (uploaded) to the server. This is the default behavior.

    If you create a new document and upload it to a server - the file will always be saved to the server.
    If you open a remote file and save - it will always be saved to the server.
    If you create a new document and first save it locally and then upload it - it is considered a local file and always saved to disk.
    If you open a local file and upload it to the server - the file is still considered local and always saved to disk.

Save to both local and remote location

Pure local files are always saved locally. But if a file has been uploaded to a server - it will always be saved to both the local disk and uploaded to the server. It doesn't matter if the file was opened from disk or the server.

    If you create a new document and upload it to a server - the file will always be saved to both disk and server. If a local path doesn't exists - a file save dialog window is opened.
    If you open a remote file and save - the file is always saved to both disk and server. A save file dialog window is displayed if needed.
    If you open a local file, that has previously been saved to a server - it will always be saved to both disk and server.

Ask me once for every new (or opened) document

With this option set you are prompted for an action when you hit save. The actions are the same as in options above. The action is remembered as long as the document is open.

Made several changes to improve the user experience when using the different options. Document tab hint now display both local and remote paths.

Search (All open files)

Find and replace can now be used on all open files. Find or replace start at the current cursor position and circle through all open document tabs.

To use it just set the search scope to "All open files".

Added two new options (Options - Search):

    Limit find/replace search scope to current document view
    Limit find/replace all search scope to current document view

Highlight Expressions

Added expressions are now stored between sessions. A checkbox is used to activate an expression to highlight, for the current file.

Active highlighted expressions are now stored between sessions for each file. You can activate/deactivate this in options, with other file options like store wordwrap state, encryption, code fold state etc.

Document tabs

Added an option to change the tab position. You can set the tab position to the top, or to the bottom of the document window.

Tools

Added a new type to send POST requests. It is used to post the current document or a selection to a web address and open the returned text in a new document tab.

I also added two new presets. One will add the following:

Title:      'JavaScript Minifier'
    Type:       'Send POST request to URL'
    Command:    'https://javascript-minifier.com/raw'
    Argument:   'input=[CurrentDocument]'

Misc

    Several speed improvements and optimizations.
    If save fails you are asked if you wish to restart the program in administrator mode.

Fixed

    Document view draw and resize issues.
    Browser preview panel issues.
    Misc language issues.
    Path display when all files are closed.
    Program search issue.
    Numerical statistics in column mode should handle leading or trailing non-digit values.
    Search bar issues.
    Misc reported minor issues.


[close]

http://www.rj-texted.se/
Titel: Google Web Designer 7.0.0.0923
Beitrag von: SiLæncer am 08 Oktober, 2019, 21:20
(https://i.postimg.cc/t4kxrGLC/screenshot-2067.png)
Google Web Designer allows you to create engaging, interactive HTML5-based designs and motion graphics that can run on any device. Let us handle the HTML5 and CSS3 so you're free to focus on what you love to do: creating gorgeous visual experiences. A full design suite lets you easily bring any vision to life. If you're feeling more hands-on, all the code behind your designs is hand-editable, so you're never locked out of your own work. Your ideas are now amplified by code - not restricted by it.

Freeware

Changelog

    Code view improvements:

    Text files, published Google Web Designer files, and HTML files that were created outside of Google Web Designer can now be opened and edited in Code view.
    You can open image files in Google Web Designer, as well as edit SVG files in Code view.
    A minimap overlay highlights the visible portion of text in Code view.
    The Files panel now includes a refresh button to let you load changes to the list of project files.
    Image thumbnails display when hovering over image files in the Files panel.

    New keyboard shortcuts have been added:

    Shift+Tab: Decreases the indentation of the current line or selected text.
    Ctrl+G (Windows) or ⌘+G (Mac): If the search panel is open, finds the next match.
    Shift+Ctrl+G (Windows) or Shift+⌘+G (Mac): If the search panel is open, finds the previous match.
    A new "restrict to selection" option in the search panel limits searches and replacements to the selected text.
    Additional preferences let you configure HTML formatting options. Learn more.
    Select your programming language in the Code view footer for the appropriate syntax coloring and code hints.
    Guide layers:

    Toggle elements as guide layers to keep them from showing up in the browser preview or published files.
    Guide layers act like regular elements while you're working on your document, making them useful for comments, blueprints, or prototypes.
    You can convert guide layers back to regular elements.

    Masking:

    Hide part of an element by using a mask.
    Clip path masks only show the part of the host element that fits inside a geometric shape.
    Image masks use the transparent regions of an image to determine what parts of the host element to hide.
    Gradient masks apply a gradient to fade out the host element.

    Particle Effects component:

    Add animation effects based on particle systems, including snow, rain, fire, steam, and smoke.
    Start with preset configurations, then customize the particles' appearance and behavior to make your own effects.
    You can add multiple effects to the same image or set of images.

    Transition Gallery component:

    Use this new gallery to display a series of images with transition animation between each image.
    Select from a range of transition types: Fade, Push, Wipe, Slice, Blinds, Rotate, and Zigzag.

    The Transition Gallery component:

    The Ad Validator no longer displays warnings about the 500K size limit for Display & Video 360 ads.
    A keyboard shortcut for publishing has been added: Ctrl+Shift+P (Windows) or ⌘+Shift+P (Mac).
    Animation in media rules now works in Internet Explorer 11.
    The publishing path is now saved as a relative path to the author file so that Google Web Designer files can be moved to other computers without updating the publish location.
    Publishing is now blocked if there are missing assets.

    Fixes and improvements:

    Code view:

    Fixed issue with custom color swatches not refreshing when switching between documents in Code view.
    Zoom percentage is now remembered for code files.

    Components & runtime:

    Date Swap component properties are now localized.
    Tooltips for labels and values are now localized for UI components.
    The page events "Page activated" and "Page deactivated" are now translated.
    The Video component events "Play after pause" and "Seeked" are now translated.

    Events:

    Fixed issue with events not displaying in the Events panel when the column width was set to be less than the minimum.
    Fixed refresh issue in the Events panel when removing element IDs.
    Fixed issue where group event wasn't editable after exiting the group editing mode.

    Interactive Video:

    Renamed hotspots and cue points are now updated for existing events.
    Fixed issue with resizing hotspots using the control handles on the hotspot's right edge.
    Video timeline now scrolls to the hotspot track for the selected hotspot.
    Fixed issue where undo didn't work after moving a hotspot with the mouse.
    Fixed issue with "Type cue point id" label overlapping with the field in some languages.
    Newly created hotspots now have better default dimensions.
    Deleting hotspots or cue points now also deletes their events.
    Fixed issue where video could turn invisible when resizing the video timeline.

    Library:

    Fixed issue with incorrect use count for a group nested inside another group.
    [Library] Selected assets are now highlighted across the panel width.
    Fixed issue with asset count showing 0 when an element with a CSS asset reference is pasted across documents.

    Publish:

    Fixed issue where the Publish button remained disabled after trying to publish to a non-existent folder.
    Fixed issue with motion path animation not working inside a group if the "Groups unpacking" option was unchecked in the Publish dialog.
    Fixed issue where elements weren't visible in the published file if they had a background-image URL containing parentheses.

    Timeline & animation:

    Fixed issue where a new keyframe was deselected instead of multi-selecting when holding Shift while selecting another keyframe.
    Removing an event marker in the timeline now removes the event from the Events panel.
    Fixed issue with current time showing as Nan:NaN after deleting it.
    Fixed issue with Google Web Designer freezing after selecting a keyframe and holding Shift while dragging to select other keyframes.
    Fixed issue with animated base styles not pasting correctly to another document.
    Animation classes are now removed from elements when media rule overrides are cleared and no other animations exist.
    [Motion path] Fixed issue where the animation rule wasn't removed when all motion path animation keyframes were deleted.

    Other:

    Outliner] Tooltips have been added for layer status icons (hidden and locked).
    [Outliner] Outliner icons no longer move when scrolling horizontally.
    [Media rules] Fixed issue where media rules weren't overriding animation with no animation.
    [CSS panel] Fixed issue where the timeline didn't reflect a deleted animation rule.
    Fixed issue with importing an image with " in its name.
    Fixed issue with copying and pasting styles in media rules even when the destination document had matching media rules.
    Fixed issue where the workspace jumped to an element off to the side after moving an element in the center of the stage.
    Removed text-tool-feedback class that appeared in Code view for list elements.
    Fixed issue with copying and pasting elements with background-image.
    Fixed issue with switching Studio accounts when user roles differed for each account.
    Fixed issue with Design view rulers shifting when switching between documents.

    Known issues:

    Safari only: <canvas> elements with drawings prevent the animation of clip path masks.
    Chrome and Opera: Clip path masks render incorrectly when the host element contains a 3D-transformed child element.
    References to custom Google Web Designer elements (gwd-image, gwd-video, gwd-audio, gwd-iframe, gwd-page, and gwd-pagedeck) may not work as expected. Learn how you can update your references.
    Timeline animation events, such as pause or loop, do not work when you directly open the source .html file in your browser. This is expected behavior, as timeline animation CSS is generated when previewing or publishing the document. Solution: use the Preview button, or publish the document locally and view the published file in your browser.
    Image files without a file extension with a period in the file name don't import into the Library. Workaround: add the file extension (such as .png) to the file name.

    A black screen on launch may be caused by outdated video drivers. Try updating your video drivers. If that doesn't help, disable GPU rendering by quitting Google Web Designer and following the instructions for your operating system before relaunching:

    Windows: Add a DWORD32 value named disable-gpu-rendering to HKEY_CURRENT_USERSoftwareGoogleWeb DesignerSettings in the registry. Set this value to 1.

[close]

http://www.google.com/webdesigner
Titel: QOwnNotes 19.10.2 Build 4615
Beitrag von: SiLæncer am 09 Oktober, 2019, 05:30
(https://s26.postimg.cc/hoi1ahlcp/screenshot_978.png)
QOwnNotes is a text editor / notepad replacement with markdown support and todo list manager. The program supports themes, keyboard shortcuts, syntax highlighting, and encryption. Includes available nested file list, tags, search, and more. Optionally works with the notes application ownCloud or Nextcloud.

Cross-platform with clients available for Mac and Linux.

License:    GPL

Changelog

    fixed a crash when leaving the full-screen mode if the app was restarted while in full-screen mode and distraction free mode (for #1302)
    fixed a crash when opening the settings dialog in the welcome dialog (for #1303)
    the parameter --clear-settings now also removes the settings database if not in portable mode
    fixed several deprecation warnings to further advance the Qt 6 compatibility of QOwnNotes (for #1304)
    added more Icelandic, Albanian, Punjabi, Hebrew, Brazilian Portuguese, Dutch, Hungarian, Danish, Finnish, Norwegian, Catalan, Spanish, Italian, German translation

[close]

http://www.qownnotes.org/
Titel: EmEditor Free 19.3.0
Beitrag von: SiLæncer am 09 Oktober, 2019, 05:50
Changelog

    New General Features:

    The new version sets multiple strings as the Advanced Filter when selecting multiple lines or making multiple selections, and then selecting the Filter, Filter Out, Filter in Column, or Filter Out in Column command.
    The new version adds multiple strings to the Markers or removes multiple strings from the Markers when selecting multiple lines or making multiple selections, and then selecting the Add to Markers or Add to/Remove from Markers command.
    Added the Bookmark All command to the menu displayed when right-clicked on a button in the Marker toolbar.
    Added more options to customize the Start window.
    The new version displays a context menu when right-clicked outside the list controls in the Start window.
    Added the Pipe separated format to the default CSV format definitions, and change the title of a existing format to Comparison Report.
    Improved the speed of various operations when the document contains a very long line.

    New Options:

    Added the Prompt when Saving Unicode as ANSI check box, Encoding drop-down list box, and Newline Character drop-down list box to the Source documents and destination file page of the Combine Documents into a Single File wizard.
    Added the Show Additional Buttons, Snap to Main Window, Date Modified, Type, and Size check boxes, and Large Icons and Small Icons radio buttons to the Customize Start Window dialog box.

[close]

https://www.emeditor.com/text-editor-features/history/emeditor-free/
Titel: QOwnNotes 19.10.3 Build 4618
Beitrag von: SiLæncer am 09 Oktober, 2019, 19:30
Changelog

    fixed a Fedora 28 build problem on the Open Build Service
    fixed several more deprecation warnings to further advance the Qt 6 compatibility of QOwnNotes in the future (for #1304)
    added more Russian, Icelandic, Albanian, Punjabi, Hebrew translation (thank you unchase, Fabijenna)

[close]

http://www.qownnotes.org/
Titel: ProgramEdit 4.8.7
Beitrag von: SiLæncer am 10 Oktober, 2019, 05:30
(https://s26.postimg.cc/wcabyxqq1/screenshot_58.png)
ProgramEdit - a free Windows® software source-code editor. ProgramEdit includes language support for HTML, Ada, C/C++, C#, CSS, JAVA, JavaScript, Perl, PHP, Python, Ruby, VB, VBScript, Verilog, VHDL and Batch(.bat) files. Other features include tabbed file selection, text highlighting, find & replace, regular expressions, sesssions, bookmarks, multiple undo/redo and hyperlinks.

Freeware

Whats new:>>

    fix Replace & File Replace LineChange Indicator bugs
    fix two minor File/Save-As bugs
    minor Help file updates

http://simplesolverlogic.com/index.html
Titel: Alternate Text Browser 3.520
Beitrag von: SiLæncer am 10 Oktober, 2019, 09:09
Whats new:>>

    Bugfix for tab pages
    Added option to enable/disable UTF8 BOM (default=Off)

http://www.alternate-tools.com/pages/c_textbrowser.php?lang=ENG
Titel: QOwnNotes 19.10.4 Build 4621
Beitrag von: SiLæncer am 10 Oktober, 2019, 21:30
(https://s26.postimg.cc/hoi1ahlcp/screenshot_978.png)
QOwnNotes is a text editor / notepad replacement with markdown support and todo list manager. The program supports themes, keyboard shortcuts, syntax highlighting, and encryption. Includes available nested file list, tags, search, and more. Optionally works with the notes application ownCloud or Nextcloud.

Cross-platform with clients available for Mac and Linux.

License:    GPL

Changelog

    attempted to fix occasional desktop environment session logout interruptions (for #1269)
    added Estonian translation (a big thank you to Fabijenna)
        join us at QOwnNotes on Crowdin to make QOwnNotes available in more languages or help with the current translation
    fixed deprecation warnings of Botan library for encrypting notes (for #1304)

[close]

http://www.qownnotes.org/
Titel: Notepad++ 7.8
Beitrag von: SiLæncer am 11 Oktober, 2019, 05:50
(https://i.postimg.cc/90QrsKpv/screenshot-818.png)
Notepad++ is a tabbed source code editor and Notepad replacement with a customizable interface. It is one of the few few source code editors that supports "folding," allowing users to quickly reduce and expand sections of code to see the overall document. In addition, it features multi-language syntax highlighting, auto-completion, regular expression search/replace, macro recording and playback, etc. The program can access a long list of plug-ins via an easy-to-access menu with even more features and functions.

License: GPL

Changelog

    Upgrade Scintilla from 4.1.4 to 4.2.0
    Fix non Unicode encoding problem in non-Western language(Chinese or Turkish).
    Add “No to All” and “Yes to All” options in Save dialog.
    Add the command line argument “-openFoldersAsWorkspace” to open folders in “folder as workspace” panel. Example: notepad++ -openFoldersAsWorkspace c:srcmyProj01 c:srcmyProj02
    Enhance plugin system: allow any plugin to load private DLL files from the plugin folder.
    Fix File-Rename failing when new name is on a different drive.
    Make “Clear all marks”, “Inverse Bookmark”, “Remove Consecutive Duplicate Lines” & “Find All Current Document” to be macro recordable.
    Make “Command Argument Help” MessageBox modal.
    Fix Folder as Workspace crash and “queue overflow” issues.
    Make Combobox font monospace in Find dialog.
    Fix folding in user-defined languages for non-windows line endings.
    Fix crash of Folder as Workspace when too many directory changes happen.
    Fix ‘-nosession’ overwrites config.xml issue.
    Fix the crash due to NPPM_DESTROYSCINTILLAHANDLE message.
    Improve GUI in Find dialog for Find Previous & Find Next buttons.
    Fix Sort Line as Integer regression.
    Add more OS information to debug info.
    Fix tab dragging issues under WINE and ReactOS.
    Fix indent indicators continue to following code blocks for Python.
    Fix Python folding collapse issue.
    Fix crash when sorting “out of range” columns.
    Fix find 2 times for the same occurrence in both original and cloned documents issue.
    Fix command line issues where filenames have multiple white spaces in them.
    Fix Document Peeker constantly changing focus problem.
    Make backward direction checkbox be also on Find dialog’s Mark tab.
    Add 2 new columns for HTML Code in the Character Panel.
    Fix “clear all marks in find dialog also removes bookmarks” issue.
    Enhance supported language (on function list or auto-completion): LISP, BaanC,(PL/)SQL & COBOL.

[close]

https://notepad-plus-plus.org/
Titel: SeaPig 0.8.9 Pre-release
Beitrag von: SiLæncer am 11 Oktober, 2019, 12:17
(https://i.postimg.cc/4ySJtzWx/Nightcode.png)
Convert text to HTML with the help of this cross-platform Markdown editor that does not feature a live-preview pane but more than makes up for it with its user-friendly UI and export options.

MIT License

Whats new:>>

Fixed: Gantt support is broken.

https://github.com/yasumichi/seapig
Titel: Kainet Editor 1.0.12
Beitrag von: SiLæncer am 11 Oktober, 2019, 20:20
(https://i.postimg.cc/g2cZ40zr/screenshot-2080.png)
Feature-packed text editors could be a blessing, but at the same time, they could give you a headache if you want to focus on simple tasks, such as taking notes or handling logs.

Freeware

http://www.kainet.ch/Editor-for-very-large-files
Titel: QOwnNotes 19.10.5 Build 4628
Beitrag von: SiLæncer am 12 Oktober, 2019, 19:30
Changelog

    if you start the application but your note folder wasn't found you now are able to select a new note folder (for #1307)
        you will not get into the Welcome dialog any more where your settings will be removed if you cancel it
    a setting to disable the search result count calculation was added to improve search speed in note folders with a lot of notes (for #1248, thank you @smokris)
    added more German, Spanish, Estonian, Korean, Icelandic, Bulgarian, Catalan, Russian, Italian translation (thank you rakekniven, richarson, Fabijenna, MGuerra, unchase, tiwi90)

[close]

http://www.qownnotes.org/
Titel: Typora 0.9.78 Beta
Beitrag von: SiLæncer am 13 Oktober, 2019, 20:00
(https://i.postimg.cc/25xV0Fq1/Virtual-DVD.png)
Swiftly write, edit, format and convert text to HTML with the help of this modern looking, streamlined and novice-accessible piece of software.

Freeware

Changelog

1. Support context menu on search result on files panel.
2. Add perl6 syntax highlight.
3. Fix bug about internal link and TOC on export.
4. Fix parse of horizontal line.
5. Improve spellcheck behavior.
6. Improve copy and paste feature.
7. Support copy as plain text explicitly.
8. Add config for math for copy / export.
9. Fix code indent not saved.
10. Fix load image / video / link from URL.
11. Improve stability and fix other bugs.

[close]

http://www.typora.io/
Titel: CudaText 1.88.3.0
Beitrag von: SiLæncer am 14 Oktober, 2019, 16:30
(https://s26.postimg.cc/k6wu8qcrt/screenshot_901.png)
Create programming scripts with this powerful tool that supports more than 130 languages and allows users to work concurrently on as many as six groups of projects.

Freeware

Changelog

    Add Linux program can open virtual files like /proc/version, /proc/meminfo
    Add command "markers select to last marker"
    Add command "markers delete to last marker"
    Add arrow keys skip position inside Unicode surrogate pairs
    Change menu item "View / Lexers" now shows dialog, like Command Palette
    Fix tree-helpers did not work (when no folding ranges)
    Fix Unicode surrogate pairs gave crash in Python plugins
    Fix rendering of Unicode surrogate pairs (when lexer sees surrogates as symbols)
    Fix plugin API sometimes changed file encoding to UTF16
    Fix Linux dialog labels with CJK text were clipped

[close]

http://www.uvviewsoft.com/cudatext/
Titel: PilotEdit Lite 13.2.0
Beitrag von: SiLæncer am 15 Oktober, 2019, 11:15
(http://www.pilotedit.com/images/OpenInQuickMode.PNG)
PilotEdit is a text, hex, XML, C/C++, HTML, PHP, Java, Javascript and Perl editor that can edit large files of 400GB (40 billion lines).

It offers customizable syntax and keyword highlighting, advanced search and replace operations, automatic text encoding, 256-bit AES encryption/decryption and a built-in FTP/SFTP client lets you open, edit, download and upload large files directly to/from a FTP/SFTP server.

In addition to standard text editing features, PilotEdit can compare and merge two large files of 100GB (10 billion lines). You can also sort, find/remove duplicate lines and extract strings over a large file of 1GB.

Freemium

Whats new:>>

Supports autocomplete from dictionaries.

http://www.pilotedit.com/
Titel: BabelEdit 2.5.0
Beitrag von: SiLæncer am 15 Oktober, 2019, 18:50
(https://s26.postimg.cc/7efmb9imh/screenshot_979.png)
A translation editor that can process one or more JSON files at the same time, providing support for both json and namespaced-json formats.

Freeware

Changelog

    Features:

    'Add ID' allows quickly jumping to existing IDs

    Fixes:

    Property files can now contain empty strings
    Crash when source code is scanned while application is closed
    Focus order when pressing TAB
    Use CR+LF line endings on Windows
    Use ISO-8859-1 instead of UTF-8 encoding for Java .properties files

[close]

https://www.codeandweb.com/babeledit
Titel: QOwnNotes 19.10.6 Build 4642
Beitrag von: SiLæncer am 16 Oktober, 2019, 20:30
Changelog

    it is now also possible to link to directories in the Link dialog (for #1308)
        your local file manager should open if you click on those links
    the Botan library for encrypting notes was updated to Botan 2.12 (for #1263, thank you @Waqar144)
    added more Indonesian, Punjabi, Spanish, Catalan, Polish, Russian, Brazilian Portuguese, Greek, Italian, German translation (thank you zmni, Fabijenna, DixTheDev, MGuerra, lucjan, unchase, mlimacarlos, athrouss, tiwi90, rakekniven)

[close]

http://www.qownnotes.org/
Titel: QOwnNotes 19.10.7 Build 4647
Beitrag von: SiLæncer am 17 Oktober, 2019, 21:20
Changelog


    now all supported image formats can be selected with the file picker of the Image dialog (for #1314)
        in addition you can now also choose Any file in the file picker
    if you press Return in a checkbox list the next line will now be started with an unchecked checkbox, regardless of if the checkbox in the current line was checked or not
    added Korean translation (a big thank you to Fabijenna)
        join us at QOwnNotes on Crowdin to make QOwnNotes available in more languages or help with the current translation
    an attempt was made to make the Botan 2.12 library work on non-SSE platforms (for #1263, thank you @Waqar144)
    added more Punjabi, Estonian, Bengali, Serbian (Cyrillic), Persian, Ukrainian, Russian, Czech, Icelandic, Croatian, Galician, Bulgarian, Romanian, Danish, Slovak, Finnish, Dutch, Slovenian, Greek, Hausa, Hungarian, Swedish, Hebrew, Spanish, German, Italian translation (thank you Fabijenna, unchase, richarson, rakekniven, tiwi90)

[close]

http://www.qownnotes.org/
Titel: NoteKit 2019-09-11
Beitrag von: SiLæncer am 18 Oktober, 2019, 11:50
(https://i.postimg.cc/GhgX0GQ8/screenshot-2101.png)
This program is a structured notetaking application based on GTK+ 3. Write your notes in instantly-formatted Markdown, organise them in a tree of folders that can be instantly navigated from within the program, and add hand-drawn notes by mouse, touchscreen or digitiser.

License: GPLv3

https://github.com/blackhole89/notekit#notekit
Titel: QOwnNotes 19.10.8 Build 4650
Beitrag von: SiLæncer am 18 Oktober, 2019, 20:50
Changelog

    frontmatter blocks are now highlighted as masked syntax and are also ignored in the preview (for #1031)
    the frontmatter block has to start and end with a --- line, it has to be at the beginning of the note and only one block can exist per note
    don't forget that you have to enable Allow note file name to be different from headline in the General settings if you want to use a frontmatter block
    if now you press Return after a - [] in a checkbox list the current line will be removed just like with -
  • and - [ ]

    there now is a new method getFileURLFromFileName() for NoteApi to get the absolute file url from a relative file name (for script issue #71)
    for more information please take a look at scripting documentation
    there now is a new property fullNoteFileDirPath for NoteApi to get the absolute directory path of the a note file (for script issue #71)
    for more information please take a look at scripting documentation
    added more Russian, Polish, German, Italian, Punjabi, Estonian, Bengali, Icelandic, Ukrainian, Korean, Norwegian, Persian, Romanian, Slovak, Slovenian, Swedish, Dutch, Croatian, Serbian (Cyrillic), Czech, Danish, Finnish, Galician, Greek, Hausa, Hungarian, Spanish translation (thank you unchase, lucjan, rakekniven, mlocati, Fabijenna, DixTheDev)

[close]

http://www.qownnotes.org/
Titel: QOwnNotes 19.10.10 Build 4657
Beitrag von: SiLæncer am 19 Oktober, 2019, 18:30
Changelog

19.10.10

    if a frontmatter was detected at the beginning of a note the filename of the note now will be the first non-empty line after the frontmatter instead of the first line of the note (for #1031)
    another attempt was made to make the Botan 2.12 library work on non-x86 platforms (for #1263, thank you @Waqar144)

19.10.9

    an attempt was made to make the Botan 2.12 library work on non-x86 platforms (for #1263)
    scribble script was updated for relative media links (for #266)

[close]

http://www.qownnotes.org/
Titel: Notepad S# 1.7
Beitrag von: SiLæncer am 19 Oktober, 2019, 19:15
(https://i.postimg.cc/Pr6dhPLv/screenshot-2103.png)
This is a notepad application, similar to the one provided by Windows, but with a few interesting upgrades that may be enough to convince you to switch to this version of the app.

Freeware


Whats new:>>

    Shows in which file you are writting in.
    Notify when unable to open file
    Bold checkbutton no longer has an alternative state.It's default state is not selected

https://rafd.itch.io/notepad-s
Titel: OutWiker 3.0.0.868 Dev
Beitrag von: SiLæncer am 20 Oktober, 2019, 10:45
(https://s26.postimg.cc/87bx6b16h/screenshot_33.png)
OutWiker is an open-source personal wiki and outliner. Notes are stored in a tree, and kept in the form of directories on the disk. This encourages changing the base by external sources and programs. Currently there are three types of pages supported: plain text, HTML, and wiki. External files (such as pictures) can be attached to pages, and pages can be linked to each other. Each tree branch can be opened as a separate wiki. Other features include tag support, global search (notes and tags), bookmarks, HTML syntax highlighting and icons for notes.

OutWiker can be downloaded with or without plugins, as well as for Linux systems.

License : GPL

Changelog

    New plug-in's manifest file format.
    Add a new preferences fot new page title.
    Small GUI improvements.

[close]

http://jenyay.net/Outwiker/English
Titel: RisohEditor 5.2.7
Beitrag von: SiLæncer am 20 Oktober, 2019, 11:00
(https://i.postimg.cc/8P4z4Swt/screenshot-799.png)
"RisohEditor" is a free resource editor for Win32 development, created by Katayama Hirofumi MZ. RisohEditor realized the ideal of resource editor. "Risoh" means "ideal" in Japanese. RisohEditor can add, edit, extract, clone and remove the resource data in EXE/DLL files. You can edit Windows resources (Dialogs, Menus, Icons, Cursors, String Tables, Message Tables etc.) by using RisohEditor.

NOTICE: Please avoid installing in "C:\Program Files" or "C:\Program Files (x86)". Because the resource compiler (windres) doesn't accept space character in the file path.

Freeware

Whats new:>>

    Improved Languages dialog again.
    Fix the positions of the dialog item marks.

https://katahiromz.web.fc2.com/re/en/index.html#intro
Titel: Alternate Text Browser 3.530
Beitrag von: SiLæncer am 20 Oktober, 2019, 12:20
(https://i.postimg.cc/TYy7wJVb/screenshot-1429.png)
This program makes it easy to browse through text- and html-files (also xml), syntax highlighting for serveral programming languages available (C++, Pascal, PHP, Perl, ASM, JScript etc.).

Freeware

Whats new:>>

- Tools updated

http://www.alternate-tools.com/pages/c_textbrowser.php?lang=ENG
Titel: CudaText 1.88.6.0 Beta
Beitrag von: SiLæncer am 21 Oktober, 2019, 05:50
(https://s26.postimg.cc/k6wu8qcrt/screenshot_901.png)
Create programming scripts with this powerful tool that supports more than 130 languages and allows users to work concurrently on as many as six groups of projects.

Freeware

Changelog

    Add: built-in bracket highlighting, no more need in plugin Bracket Helper, and it works much faster than plugin. It supports most of plugin's features, including show brackets on gutter, including checks for syntax elements.
    Add: option "bracket_highlight"
    Add: option "bracket_symbols"
    Add: option "bracket_distance"
    Add: command "brackets: pair highlight: on"
    Add: command "brackets: pair highlight: off"
    Add: command "brackets: pair highlight: toggle"
    Add: command "brackets: jump to pair"
    Add: command "brackets: select to pair"
    Add: command "brackets: select to pair, inside"
    Fix: macOS: crash on copying vertical block to clipboard

[close]

http://www.uvviewsoft.com/cudatext/
Titel: Notepad S# 1.8
Beitrag von: SiLæncer am 21 Oktober, 2019, 18:15
(https://i.postimg.cc/Pr6dhPLv/screenshot-2103.png)
This is a notepad application, similar to the one provided by Windows, but with a few interesting upgrades that may be enough to convince you to switch to this version of the app.

Freeware


Whats new:>>

Show Help now redirects to my personal website.

https://rafd.itch.io/notepad-s
Titel: Alternate Text Browser 3.540
Beitrag von: SiLæncer am 23 Oktober, 2019, 12:14
Whats new:>>

- Options extended
- Tools updated

http://www.alternate-tools.com/pages/c_textbrowser.php?lang=ENG
Titel: JotDown 0.8.2
Beitrag von: SiLæncer am 23 Oktober, 2019, 17:45
(https://i.postimg.cc/Vv5GmRGJ/screenshot-2114.png)
A Markdown editor and organizer that helps users categorize their Markdown documents by tags, categories, folders, and other filters.

Donationware

Changelog

    This version of JotDown removes the 'Delete Folder' context menu option. I don't think this is valuable in-app. I may add it back if JotDown detects that the directory is empty, but I think that might be more confusing.
    Added always-on labels for the filter and files lists on the left side. Previously, these only appeared if the panels were minimized, but should help the interface make more sense before directories and files are added.
    I've removed the windows portable build from Itch. When run, it extracts its files and assets to a temporary directory, then cleans these up when it's done. If installed with the Itch application, it (correctly) detects this as an installer, and runs it once during installation, and then helpfully deletes the installer, and JotDown will not run until reinstalled.
    The new windows build is just a directory including the executable and supporting assets. It launches faster, since it doesn't have to extract everything beforehand, and future updates (through the itch app) will be much smaller, since only changed files will be updated.

[close]

https://billiam.itch.io/jotdown
Titel: Atom 1.41.0
Beitrag von: SiLæncer am 23 Oktober, 2019, 18:15
(https://s26.postimg.cc/fmfpqomgp/screenshot_915.png)
A powerful and flexible application that works as a text and source code editor with syntax highlight, or alternately as a file viewer.

MIT License

Changelog


Notable Changes

    atom/atom#19373 - Upgrade to Electron 4
    atom/atom#19754 - Improve syntax highlighting for numerous Ruby language constructs (https://github.com/atom/language-ruby/pull/266, https://github.com/atom/language-ruby/pull/267, https://github.com/atom/language-ruby/pull/269)

Atom Core

v1.40.1...v1.41.0

    atom/atom#19681 - Upgrade GitHub package on dev
    atom/atom#19373 - Upgrade to Electron 4
    atom/atom#19617 - Restore use of Ubuntu 14.04 for Linux CI builds
    atom/atom#19726 - Only cover scope boundaries in the parent layer if there is a scope boundary in the injected layer
    atom/atom#19735 - Use class colors for inherited classes in One syntax themes
    atom/atom#19738 - Avoid covering up scopes at boundaries of injection layers
    atom/atom#19740 - ⬆️ language-ruby@0.72.19
    atom/atom#19754 - ⬆️ language-ruby@0.72.20
    atom/atom#13925 - add support for jasmine.any
    atom/atom#19757 - ⬆️ notifications@0.71.0
    atom/atom#19763 - 🔥 Remove unused TimeReporter class
    atom/atom#19809 - ⬆️ apm@2.4.3

notifications

v0.70.6...v0.71.0

    atom/notifications#180 - Clear log

language-ruby

v0.72.17...v0.72.20

    atom/language-ruby#266 - Allow numerals in all-caps constants
    atom/language-ruby#267 - Add scopes for a number of items.
    atom/language-ruby#269 - Tokenize visibility modifier in Tree-sitter grammar

language-shellscript

v0.27.12...v0.28.0

    atom/language-shellscript#149 - Support ANSII-C escaped strings in Bash

[close]

https://atom.io/
Titel: Atom 1.42.0 Beta 0
Beitrag von: SiLæncer am 23 Oktober, 2019, 20:15
Changelog


Notable Changes

    https://github.com/atom/atom/pull/19770 - Add appropriate punctuation scopes to various characters in HTML.
    https://github.com/atom/atom/pull/19795 - Add support for Ruby syntax highlighting of symbols inside literal symbol arrays (e.g %i() and %I() when using Tree-sitter parsers).
    https://github.com/atom/atom/pull/19840 - Add support for Ruby syntax highlighting of alias, alias_method, block_given?, defined?, iterator?, super, and undef when using Tree-sitter parsers.
    https://github.com/atom/atom/pull/19880 - Improve JavaScript syntax highlighting of function names and function parameters when using Tree-sitter parsers.
    https://github.com/atom/atom/pull/19908 - Add support for jl as a language identifier for the Julia language when using fenced code blocks in Markdown files.

Atom Core

v1.41.0...v1.42.0-beta0

    atom/atom#19770 - ⬆️ language-html@0.53.0
    atom/atom#19772 - ➡ Migrate core package 'welcome' into ./packages
    atom/atom#19779 - ➡ Migrate core package 'update-package-dependencies' into ./packages
    atom/atom#19795 - ⬆️ language-ruby@0.72.21
    atom/atom#19796 - Bump lodash.template from 4.4.0 to 4.5.0 in /script
    atom/atom#19797 - Bump lodash.merge from 4.6.1 to 4.6.2 in /script
    atom/atom#19798 - Bump lodash from 4.17.10 to 4.17.15 in /packages/about
    atom/atom#19799 - Bump fstream from 0.1.24 to 1.0.12
    atom/atom#19800 - Bump js-yaml from 3.12.0 to 3.13.1 in /packages/about
    atom/atom#19801 - Bump js-yaml from 3.12.0 to 3.13.1 in /script
    atom/atom#19803 - Bump extend from 3.0.1 to 3.0.2 in /script/vsts
    atom/atom#19802 - Bump underscore.string from 3.3.4 to 3.3.5 in /script
    atom/atom#19809 - ⬆️ apm@2.4.3
    atom/atom#19840 - ⬆️ language-ruby@0.72.22
    atom/atom#19880 - ⬆️ language-javascript@0.133.0
    atom/atom#19908 - ⬆️ language-gfm@0.90.7
    atom/atom#19949 - Fix base16 project link
    atom/atom#19951 - :arrow_up: language-typescript@0.5.3
    atom/atom#19952 - Revert ":arrow_up: language-typescript@0.5.3"
    atom/atom#19953 - :arrow_up: language-typescript@0.5.3
    atom/atom#20025 - Update URL used for jasmine-node in package-lock.json

github

v0.30.1...v0.31.0

    atom/github#2214 - Simplify CI
    atom/github#2213 - Fix branch menu on unborn branch
    atom/github#2209 - Refactor dialog handling
    atom/github#2216 - Upgrade Relay dependencies
    atom/github#2217 - Bump @babel/generator from 7.4.4 to 7.5.5
    atom/github#2220 - Bump mocha from 6.1.4 to 6.2.0
    atom/github#2212 - Bump @babel/plugin-proposal-object-rest-spread from 7.4.3 to 7.5.5
    atom/github#2221 - Bump @babel/preset-env from 7.5.4 to 7.5.5
    atom/github#2223 - Bump eslint-plugin-jsx-a11y from 6.2.1 to 6.2.3
    atom/github#2225 - Bump dompurify from 1.0.10 to 1.0.11
    atom/github#2219 - Bump graphql from 14.3.1 to 14.4.2
    atom/github#2218 - Bump babel-plugin-istanbul from 5.1.3 to 5.2.0
    atom/github#2224 - Bump enzyme from 3.9.0 to 3.10.0
    atom/github#2226 - Fallback to GIT_SSH if GIT_SSH_COMMAND is not set
    atom/github#2228 - Bump mocha-junit-reporter from 1.22.0 to 1.23.1
    atom/github#2231 - Bump semver from 6.0.0 to 6.3.0
    atom/github#2230 - Bump marked from 0.6.2 to 0.7.0
    atom/github#2229 - Bump globby from 9.2.0 to 10.0.1
    atom/github#2232 - GraphQL schema update
    atom/github#2234 - Bump keytar from 4.10.0 to 4.12.0
    atom/github#2235 - Bump @babel/plugin-proposal-class-properties from 7.4.4 to 7.5.5
    atom/github#2238 - Bump keytar from 4.12.0 to 4.13.0
    atom/github#2239 - GraphQL schema update
    atom/github#2243 - Bump sinon from 7.3.2 to 7.4.1
    atom/github#2245 - GraphQL schema update
    atom/github#2246 - Improve performance of isCommitPushed
    atom/github#2249 - Dugite upgrade
    atom/github#2248 - Bump react from 16.8.6 to 16.9.0
    atom/github#2247 - Bump react-dom from 16.8.6 to 16.9.0
    atom/github#2255 - Bump dugite from 1.87.1 to 1.87.2

language-gfm

v0.90.6...v0.90.7

    atom/language-gfm#228 - allow jl to be used for julia code blocks

language-html

v0.52.3...v0.53.0

    atom/language-html#231 - Add scopes for punctuation.

language-javascript

v0.132.0...v0.133.0

    atom/language-javascript#652 - Colorize arrow function parameters without parens
    atom/language-javascript#654 - Colorize rest parameters like other formal parameters
    atom/language-javascript#653 - Fix lost colorization of function declaration names

language-ruby

v0.72.20...v0.72.22

    atom/language-ruby#271 - Apply proper scopes for symbols when using Tree-sitter grammar

[close]

https://atom.io/
Titel: Typora 0.9.79 Beta
Beitrag von: SiLæncer am 23 Oktober, 2019, 21:30
(https://i.postimg.cc/25xV0Fq1/Virtual-DVD.png)
Swiftly write, edit, format and convert text to HTML with the help of this modern looking, streamlined and novice-accessible piece of software.

Freeware

Changelog

    Fix print / export on dark theme.
    Re-group menu items under Edit menu for small screens.
    Other small fix.

[close]

http://www.typora.io/
Titel: Google Web Designer 7.0.1.1008
Beitrag von: SiLæncer am 24 Oktober, 2019, 05:10
(https://i.postimg.cc/t4kxrGLC/screenshot-2067.png)
Google Web Designer allows you to create engaging, interactive HTML5-based designs and motion graphics that can run on any device. Let us handle the HTML5 and CSS3 so you're free to focus on what you love to do: creating gorgeous visual experiences. A full design suite lets you easily bring any vision to life. If you're feeling more hands-on, all the code behind your designs is hand-editable, so you're never locked out of your own work. Your ideas are now amplified by code - not restricted by it.

Freeware

Changelog

    Fixed publishing issue for documents that included a timeline event and animation in the media rules.
    Fixed issue with mask not getting removed when undone.
    Code view minimap now scrolls with the editor window.
    Fixed issue where the Code view minimap wasn't draggable after reaching the bottom of the document.
    Fixed issue where "Reset to defaults" did not reset some Code view preferences.
    Ruler guides now respect the "Snap to objects" option.
    Fixed issue with text fitting not working in non-Google ads.
    Fixed issue with adding an effect from the Preset panel of the Particle Effects dialog after scrolling to the right end of the panel.
    Fixed undefined tooltip for the Autoplay property in the Particle Effects dialog.
    Fixed scrolling issue in the Components panel when clicking on the scrollbar.
    Fixed issue where the template wasn't selected in the Template Gallery when trying to open it via URL and Google Web Designer wasn't running.

[close]

http://www.google.com/webdesigner
Titel: Scite 4.2.1
Beitrag von: SiLæncer am 25 Oktober, 2019, 05:50
(https://s26.postimg.cc/fbkgceeux/screenshot_1241.png)
Editor mit Syntax-Highlighting, Auto-Completion, Folding und vielem mehr...

Lizenz: Open Source

Changelog

    Add SCI_SETTABMINIMUMWIDTH to set the minimum width of tabs. This allows minimaps or overviews to be layed out to match the full size editing view. Bug #2118.
    SciTE enables use of SCI_ commands in user.context.menu.
    XML folder adds fold.xml.at.tag.open option to fold tags at the start of the tag "<" instead of the end ">". Bug #2128.
    Metapost lexer fixes crash with 'interface=none' comment. Bug #2129.
    Perl lexer supports indented here-docs. Bug #2121.
    Perl folder folds qw arrays. Feature #1306.
    TCL folder can turn off whitespace flag by setting fold.compact property to 0. Bug #2131.
    Optimize setting up keyword lists in lexers. Feature #1305.
    Updated case conversion and character categories to Unicode 12.1. Feature #1315.
    On Win32, stop the IME candidate window moving unnecessarily and position it better.
    Stop candidate window overlapping composition text and taskbar.
    Position candidate window closer to composition text.
    Stop candidate window moving while typing.
    Align candidate window to target part of composition text.
    Stop Google IME on Windows 7 moving while typing.

[close]

http://www.scintilla.org/SciTE.html
Titel: YaraEditor 3.1.2.0
Beitrag von: SiLæncer am 25 Oktober, 2019, 19:15
(https://i.postimg.cc/rpGYFbgY/screenshot-2116.png)
Write, compile and test signatures for the Yara tool and determine whether they are compiled correctly to identify malware using this straightforward app.

Freeware

Changelog

    Fix for notifications (bug: under taskbar)
    Fixed an issue with licensing button notifications
    Updated to core 3.2.15
    Fixed common folders/files ACLs
    RogueKillerDLL 2.4
    Added registry setting to force debug logging
    Added Critical flag manipulation before processes termination
    Fixed a possible deadlock and crash in scheduler/advert
    Fixed an issue where Marketing request wasn't properly processed (notifications loop)
    Fixed an issue where advert tasks were re-added (and cleared) on network issues
    Fixed a handle leak when scanning big files

[close]

https://www.adlice.com/download/yaraeditor/
Titel: BlueGriffon 3.1
Beitrag von: SiLæncer am 26 Oktober, 2019, 18:00
(https://i.postimg.cc/Y0dPTSzN/XMPlay.png)
BlueGriffon hält sich an den aktuellen W3C-Standard. Unterstützt wird HTML 4.01, XHTML, HTML5, CSS 3, Java, java script.
Der Normalmodus (WYSIWYG) eignet sich besonders für Einsteiger, da man sich hier nicht um den Quelltext kümmern muss.
Ebenfalls dabei ist ein CSS-Editor, der das Entwerfen von Cascading Style Sheets erleichtert und ein Editor zum erstellen von SVG-Grafiken )skalierbare Vektorgrafiken).

Neben dem deutschen Wörterbuch gibt es noch einige Erweiterungen für BlueGriffon auf der Herstellerseite, welche allerdings nicht kostenlos sind. Eine Ausnahme wäre FireFTP (http://www.bluegriffon.com/index.php?pages/FireFTP).

Freemium

Whats new:>>

    New preference in Preferences > Styles to select a CSS serialization based on shorthand (default) or longhand properties
    Fix for bug in CSS Media Query serialization
    In xhtml5, the xmlns attributes could appear twice, breaking the validity of the document

http://bluegriffon.org/
Titel: Alternate Text Browser 3.550
Beitrag von: SiLæncer am 26 Oktober, 2019, 19:30
Whats new:>>

    French updated by rico-sos
    Internal code rearrangements
    GUI Corrections in options dialog

http://www.alternate-tools.com/pages/c_textbrowser.php?lang=ENG
Titel: Notepad S# 1.9
Beitrag von: SiLæncer am 26 Oktober, 2019, 20:45
(https://i.postimg.cc/Pr6dhPLv/screenshot-2103.png)
This is a notepad application, similar to the one provided by Windows, but with a few interesting upgrades that may be enough to convince you to switch to this version of the app.

Freeware


Whats new:>>

    Right click menu added
    Cut command added
    A bug with the Save As command fixed
    Fixed the icon on the Settings window

https://rafd.itch.io/notepad-s
Titel: Text Editor Pro 8.2.0
Beitrag von: SiLæncer am 26 Oktober, 2019, 21:00
(https://s26.postimg.cc/hfdkhoj9l/screenshot_896.png)
Text Editor Pro (formerly EditBone) is a powerful text editing tool that comes with syntax highlighting support for over 50 languages and scripts, customizable with over 100 options, 29 ready made styles, a handy file comparison feature, unicode character map, numerical unit convert tool, SQL formatter, and support for multiple directories and search results.

Freeware

Changelog

    Added darker and fluent night editor color themes
    Fixed bold active tab in page control
    Fixed open directory
    Fixed painting with disabled skin-engine
    Fixed form flickering when allow animation skin option is disabled
    Fixed menubar options
    Fixed minimap painting
    Fixed replace
    Fixed search
    Fixed and optimized matching pair in text editor control
    Fixed virtual tree explorer theme to support dark skins (works in Windows 10 starting from build 17763)
    Updated and fixed AlphaSkins controls v14.34 - http://www.alphaskins.com/

[close]

https://texteditor.pro/
Titel: Alternate Text Browser 3.560
Beitrag von: SiLæncer am 28 Oktober, 2019, 09:12
(https://i.postimg.cc/TYy7wJVb/screenshot-1429.png)
This program makes it easy to browse through text- and html-files (also xml), syntax highlighting for serveral programming languages available (C++, Pascal, PHP, Perl, ASM, JScript etc.).

Freeware

Whats new:>>

    Bugfix in german translation
    Correction for shredding

http://www.alternate-tools.com/pages/c_textbrowser.php?lang=ENG
Titel: Notepads 1.0.0.0
Beitrag von: SiLæncer am 28 Oktober, 2019, 12:16
(https://i.postimg.cc/DzHrb6Dr/screenshot-1766.png)
Modern, open-source Notepad alternative for Windows 10 that gives the aging text editor a facelift, while also packing additional functionality into a similarly streamlined application.

MIT License

Changelog

    Improvements:

    UI tweaks

[close]

https://github.com/JasonStein/Notepads
Titel: Markdown Editor 6.1.0
Beitrag von: SiLæncer am 28 Oktober, 2019, 19:15
(https://i.postimg.cc/SxgnRsBM/screenshot-2128.png)
A program that allows you to edit text using the Markdown language, as well as providing a way to preview your modifications in real-time.

MIT License

Changelog

    [DELETE]: vscode settings removed (becc9b4)
    [UPDATE]: Typescript version fixes (a284c23)
    Angular src restructured as modular as per angular official guidelines, .travis.yml support added fo (5983703)
    Corejs path updates (88056d6)
    Electron 6.0.0 (1aef350)
    fix/ Version Electron in README (acf0d4f)
    misc/ upgrade Angular 8.2 / Spectron 7 (6e2211f)
    Update dependencies (bd51f28)

[close]

https://github.com/JP1016/Markdown-Electron
Titel: QOwnNotes 19.10.11 Build 4699
Beitrag von: SiLæncer am 28 Oktober, 2019, 21:20
(https://s26.postimg.cc/hoi1ahlcp/screenshot_978.png)
QOwnNotes is a text editor / notepad replacement with markdown support and todo list manager. The program supports themes, keyboard shortcuts, syntax highlighting, and encryption. Includes available nested file list, tags, search, and more. Optionally works with the notes application ownCloud or Nextcloud.

Cross-platform with clients available for Mac and Linux.

License:    GPL

Changelog


    you now can choose to show your notes together with your subfolders in a tree (for #790)
        you can enable this in the Panels settings
        this is work in progress and by far not fully implemented yet!
        the note tree will only be shown if subfolders are enabled for your current note folder
    there now is a new scripting hook preNoteToMarkdownHtmlHook(note, markdown) that is called before the markdown html of a note is generated (for #1328)
        it allows you to modify the markdown before it is converted to html
        it can for example be used in multiple scripts to render code (like LaTeX math or mermaid) to its graphical representation for the preview
        there is an example call in preview-styling.qml
        for more information please take a look at the scripting documentation
    fixed a highlighting problem for checkbox link lists like - [ ] [QOwnNotes](https://www.qownnotes.org)
    fixed a possible crash when logging occurs on application exit
    added Macedonian and Bosnian translation (a big thank you to Fabijenna)
        join us at QOwnNotes on Crowdin to make QOwnNotes available in more languages or help with the current translation
    added more Dutch, Polish, Russian, German, Estonian, Brazilian Portuguese, Catalan, Urdu (Pakistan) translation (thank you Fabijenna, lucjan, unchase, rakekniven, mlimacarlos, MGuerra)

[close]

http://www.qownnotes.org/
Titel: Notepad++ 7.8.1
Beitrag von: SiLæncer am 29 Oktober, 2019, 06:11
(https://i.postimg.cc/90QrsKpv/screenshot-818.png)
Notepad++ is a tabbed source code editor and Notepad replacement with a customizable interface. It is one of the few few source code editors that supports "folding," allowing users to quickly reduce and expand sections of code to see the overall document. In addition, it features multi-language syntax highlighting, auto-completion, regular expression search/replace, macro recording and playback, etc. The program can access a long list of plug-ins via an easy-to-access menu with even more features and functions.

License: GPL

Changelog

    Fix popup dialog on startup regression regarding notepad replacement issue.
    Make monospaced font in Find dialog optional, disabled by default.
    Add download progress bar while download plugin(s).
    Fix issue for Alt+Tab doesn’t show Notepad++ on Windows 7.

[close]

https://notepad-plus-plus.org/
Titel: Notepads 1.0.1.0
Beitrag von: SiLæncer am 29 Oktober, 2019, 13:40
Whats new:>>

Fixed a locale related bug: microsoft/XamlBehaviors#154

https://github.com/JasonStein/Notepads
Titel: CudaText 1.89.0
Beitrag von: SiLæncer am 29 Oktober, 2019, 14:00
(https://s26.postimg.cc/k6wu8qcrt/screenshot_901.png)
Create programming scripts with this powerful tool that supports more than 130 languages and allows users to work concurrently on as many as six groups of projects.

Freeware

Changelog

    add: built-in bracket highlighting, no more need in plugin Bracket Helper, and it works much faster than plugin. It supports most of plugin's features, including show brackets on gutter, including checks for syntax elements.
    Add: option "bracket_highlight"
    Add: option "bracket_symbols"
    Add: option "bracket_distance"
    Add: command "brackets: pair highlight: on"
    Add: command "brackets: pair highlight: off"
    Add: command "brackets: pair highlight: toggle"
    Add: command "brackets: jump to pair"
    Add: command "brackets: select to pair"
    Add: command "brackets: select to pair, inside"
    Add: plugin Spell Checker keeps font color of highlighted words
    Add: lexer JSON: reworked code tree
    Add: lexer Markdown: minor fixes, adapted for Spell Checker
    Add: Project Manager: "Go to file" command reworked, much faster now on big projects
    Add: Project Manager: feature from Kate editor: on opening a file from Git/SVN repo, project is created and file is focused in that project (if no named project was opened before); added option in the plugin dialog
    Fix: macOS: crash on copying vertical block to clipboard
    Fix: crash with non-ASCII text after showing Command Palette
    Fix: plugin Tabs List: font options didn't work

[close]

http://www.uvviewsoft.com/cudatext/
Titel: HelpNDoc Personal Edition 6.5.0.399
Beitrag von: SiLæncer am 29 Oktober, 2019, 21:00
(https://s26.postimg.cc/n8qdqw1ix/screenshot_994.png)
HelpNDoc provides all the tools necessary to write complete help files, manuals and documentations in a user friendly and very easy to use environment. HelpNDoc can generate standard Windows CHM help files, WEB based documentation, iPhone specific websites as well as printable PDF and Word documents.

HelpNDoc is completely free for personal use and evaluation purposes.

Changelog

Updated application look and feel with Microsoft Office 2019 inspired appearance
New ribbon search field: enter a command to find it and execute it
Template editor can now be used to create and edit HTML tags for HTML based templates
HelpNDoc will now warn in the build output if a documentation format is generated with banners
Project analyzer now reports the number of snippets and image maps used within the project's content
Project analyzer window now appears on the task bar and doesn't stay on top anymore
WinHelp importer now correctly imports WMF images too
It is now possible to select multiple hyperlinks in the project analyzer window for copy/paste purposes: use double-click to locate an hyperlink instead of single-click
When multiple document library items were placed on a topic, some of them could be replaced by the file name instead of the file content
Work-around to some Windows systems incorrectly reporting mime types for common file extensions, making the built-in web-server sometimes return incorrect mime types in response headers
Removing the styles gallery from the quick access toolbar could result in an exception
Caption and icons of the styles gallery were empty when added to the quick access toolbar
Updated some vendors libraries in default HTML template to fix security issues and web-browser bugs
Removed the FastClick mobile library from the default HTML template as it wasn't needed anymore on most mobile devices and could cause problems with some web-browsers
Improved WinHelp importer compatibility: some HLP files only imported pictures and not content
Better hyperlink import in WinHelp files: some hyperlinks were not imported as they were using specific unhandled formats
Using the Right-Alt + x keyboard shortcut on a Polish keyboard did replace the previous character with a numeric value
CTRL + Clicking on a link to an anchor in the topic editor didn't work when the anchor was placed in a table

[close]

http://www.helpndoc.com/
Titel: QOwnNotes 19.10.12 Build 4714
Beitrag von: SiLæncer am 30 Oktober, 2019, 05:50
Changelog

    there now is a spellchecker integrated into QOwnNotes (for #125, a big thank you to @Waqar144)
        Sonnet with Hunspell is used for spellchecking
        under Linux you need to install the Hunspell dictionaries for your language
        under Windows you need to copy Hunspell dictionaries for your language to a folder dicts in your QOwnNotes application folder or in C:\Users\[username]\dicts
            you can download dictionaries from LibreOffice dictionaries
        under macOS the native spellchecker will be used
            you can download more dictionaries from LibreOffice dictionaries and copy them to ~/Library/Spelling, if the directory doesn't exist you need to create it
        dictionary files are *.dic or *.aff files, visit QOwnNotes Spellchecking for more information
    you now can disable todo lists completely in the Todo settings
        no todo calendar items will be loaded in the background
        if you open the todo dialog you will get a message that todo lists are disabled
    added more Brazilian Portuguese, Catalan, Russian, German, Polish, Greek, Italian translation (thank you mlimacarlos, MGuerra, unchase, rakekniven, lucjan, athrouss, tiwi90)

[close]

http://www.qownnotes.org/
Titel: QOwnNotes 19.10.13 Build 4722
Beitrag von: SiLæncer am 30 Oktober, 2019, 21:00
Changelog

    fixed spellchecking for notes with certain types of code blocks (for #125, thank you @Waqar144)
    attempted to fix building the application on Qt <= 5.5 (for #125, thank you @Waqar144)
    added more Dutch, Finnish, Hungarian, Czech, Croatian, Danish, Indonesian, Catalan, Spanish, Brazilian Portuguese, Russian, German, Polish translation (thank you Fabijenna, zmni, MGuerra, richarson, mlimacarlos, unchase, rakekniven, lucjan)

[close]

http://www.qownnotes.org/
Titel: LPub3D 2.3.13.69.1580
Beitrag von: SiLæncer am 30 Oktober, 2019, 21:20
(https://i.postimg.cc/kMx9GxDB/screenshot_664.png)
LPub3D is an Open Source WYSIWYG editing application for creating LEGO style digital building instructions.

LPub3D uses the LDraw parts library, the most comprehensive library of digital Open Source LEGO bricks available and reads the LDraw LDR and MPD model file formats.

License: Open Source

Changelog

Revisions:

- Enhancement - 3DViewer Display Default Camera Properties #344
- Enhancement - Add Rectangle to fixed annotations styles #350
- Enhancement - Add stud logo command line option #347
- Enhancement - Add text placement #375
- Enhancement - Adjust Step column/row on Callout/Rotate Icon move #352
- Enhancement - Define width/height for a step in a step group #358
- Enhancement - Edit plain and rich text with new text edit dialogue #357
- Enhancement - Enable texture mapping with Native renderer #374
- Enhancement - Justify step contents for defined step width/height #358
- Enhancement - Second pass to adjust Step column/row on Callout/Rotate Icon move #352
- Change - Adjust style size dialogue for circle and rectangle #229
- Change - DPI and scale info is added to filename in PNG export #346
- Change - Enable rotate icon placement on single step page #348
- Change - LDCad flexible parts new parts per step highlighting #354
- Change - No response to MODEL_SCALE meta command #342
- Change - Page items bring to front and send to back - third pass, set z values #244
- Change - Pointer segment line is interrupted by border colour at each joint #356
- Change - Rotated Callout not displayed when last step contains NOSTEP #376
- Change - Set default text edit text size to 24 point #357
- Fix - 3DViewer not displayed when renderer set to other than Native #345
- Fix - Export to pdf using page range generates single page #341
- Fix - LPub3D crash when using LDView "multiple file single call" #363
- Fix - Single step MODEL_SCALE meta command not working #343

 Base:

- Enhancement - Add option to centre justify step group steps #333
- Enhancement - Add pixel ratio setting to PDF, PNG, JPG and BMP exports #304
- Enhancement - Add pointer grabber toggle off on 2nd pointer click #315
- Enhancement - Add dialogue for additional renderer arguments #332
- Enhancement - Add submodel instance count manual override #298
- Enhancement - Bricklink XML config ignored, some tags missing #282
- Enhancement - Expanded submodel instance consolidation #297
- Enhancement - Native renderer save step image #327
- Enhancement - Update and redraw save file to disk #336
- Enhancement - Update Windows portable version from UI #324
- Feature - Page items bring to front and send to back - first pass #244
- Change - Abnormal image size when using Native renderer #323
- Change - Abnormal pointer generation if no submodel file extension #326
- Change - BOM annotation rectangle size setting seems to have no effect #293
- Change - Callout divider messing with instance count margins #309
- Change - Divider CUSTOM_LENGTH meta command not parsed for multi-step called out divider #340
- Change - Fonts in generated instruction depend on system DPI setting #292
- Change - Manually move rotate icon on multi-step page #300
- Change - Missing api-ms-win-crt-runtime-l1-1-0.dll #296
- Change - Refactor search dialogue and set focus to text field #295
- Change - Submodel is displayed again on step 2 #334
- Fix - Append page before a submodel, appends the page in the wrong location #330
- Fix - Assembly margins setting works strangely #311
- Fix - Custom arrow parts and missing PLI END #301
- Fix - Default colour reset to highlight or fade colour #325
- Fix - Do not show step number ignored on single step page #322
- Fix - Drag PLI and CSI not working properly on single step page #302
- Fix - Fade Previous Steps doesn't work in global mode #310
- Fix - LDraw archive library update fail #305
- Fix - Final model added to BOM page #328
- Fix - No divider in callout #306
- Fix - Placement of page attributes #307
- Fix - PLI placement is invalid, when SHOW_STEP_NUMBER is FALSE #335
- Fix - Resize handle on Parts List (PLI) has gone #339
- Fix - Segfault in substitute part dialogue #294
- Fix - Strange behaviour when resizing cover image #329
- Fix - Submodel instance count not shown when Callout between instances #321
- Fix - Submodel steps same as occurrence when consolidate enabled #291

[close]

https://sourceforge.net/projects/lpub3d/?source=directory
Titel: Notepad S# 2.0
Beitrag von: SiLæncer am 31 Oktober, 2019, 09:15
(https://i.postimg.cc/Pr6dhPLv/screenshot-2103.png)
This is a notepad application, similar to the one provided by Windows, but with a few interesting upgrades that may be enough to convince you to switch to this version of the app.

Freeware


Whats new:>>

    Go to function added, accelerator Ctrl+G
    New Theme: Lighting Theme
    Now No Error Unable to open/save file appears if you click the cancel button
    Font icon fixed
    Escape button now works as a shortcut(accelerator) to exit
    Minor Menu changes

https://rafd.itch.io/notepad-s
Titel: Alternate Text Browser 3.570
Beitrag von: SiLæncer am 31 Oktober, 2019, 11:10
Whats new:>>

2nd correction for shredding

http://www.alternate-tools.com/pages/c_textbrowser.php?lang=ENG
Titel: QOwnNotes 19.11.0 Build 4732
Beitrag von: SiLæncer am 01 November, 2019, 05:10
Changelog

    improvements where made to the note / sub-folder tree mode (for #790)
        note search by text and filtering by tag is now working
        if you right click on an item you will now either get the context menu for a note or a sub-folder depending what item you have clicked
            you can create a new note or sub-folder via context menu
            you can show a sub-folder in file manager via context menu
            you can remove selected sub-folder via context menu
            you can rename the current sub-folder via context menu, by clicking it twice or by pressing F2
        if you click a sub-folder the current note sub-folder will be changed to it
    attempted to fix building the application on Qt 5.3, add more dictionary paths for Linux and skipping highlighting and spell checking if a text block is empty or just has spaces (for #125, thank you @Waqar144)
        if you need to add additional language files on Linux you can do so in ~/.local/share/hunspell
    fixed a note naming problem with the scripting function createNote if it was called multiple times in the same second (for #1345)
    added more Basque, German translation (thank you Fabijenna, rakekniven)

[close]

http://www.qownnotes.org/
Titel: Notepad S# 2.1
Beitrag von: SiLæncer am 01 November, 2019, 05:15
(https://i.postimg.cc/Pr6dhPLv/screenshot-2103.png)
This is a notepad application, similar to the one provided by Windows, but with a few interesting upgrades that may be enough to convince you to switch to this version of the app.

Freeware

Whats new:>>

Bug fixes

https://rafd.itch.io/notepad-s
Titel: QOwnNotes 19.11.2 Build 4743
Beitrag von: SiLæncer am 01 November, 2019, 17:00
(https://s26.postimg.cc/hoi1ahlcp/screenshot_978.png)
QOwnNotes is a text editor / notepad replacement with markdown support and todo list manager. The program supports themes, keyboard shortcuts, syntax highlighting, and encryption. Includes available nested file list, tags, search, and more. Optionally works with the notes application ownCloud or Nextcloud.

Cross-platform with clients available for Mac and Linux.

License:    GPL

Changelog


    spellchecking is now enabled in formatted markdown (for #125, thank you @Waqar144)
    fixed margin calculation in distraction free mode that was changed in 19.11.0

19.11.1

    improvements where made to the note / sub-folder tree mode (for #790)
        on application startup the last opened note will be loaded from the correct sub-folder
    fixed highlighting of code blocks with empty lines (for #125)
    fixed highlighting of two-line headlines when typing them in (for #125)
    did some minor speed improvements
    added more Russian, Bulgarian, Croatian, Basque, Swedish, Slovak translation (thank you data-man, Fabijenna)

[close]

http://www.qownnotes.org/
Titel: EmEditor Free 19.3.1
Beitrag von: SiLæncer am 01 November, 2019, 19:30
(https://1z9j8fz5fww49iaje1itey71-wpengine.netdna-ssl.com/wp-content/uploads/2013/09/EmEditorFree_Window.png)
EmEditor is a lightning-fast, tabbed text editor with themes, syntax highlighting, stay-on-top, and customizable keyboard mapping. The program supports batch find-and-replace, regular expressions, and more.

The program beat a variety of other text editors in tests performed by TPFC user TP109. Additional features are available via a non-free version.

Free for personal use

Changelog

Fixed a bug where repeating editing and saving a very large file could corrupt the file.
Fixed bugs reported by customers

[close]

https://www.emeditor.com/text-editor-features/history/emeditor-free/
Titel: Zettlr 1.4.3
Beitrag von: SiLæncer am 01 November, 2019, 21:20
(https://s26.postimg.cc/vfll9p4mh/screenshot_956.png)
Write text and conveniently edit it using Markdown with the help of this user-friendly and well-thought-out, Electron based application.

MIT License

Changelog

    GUI and Functionality:

    The word counter does not count files with newlines as having words anymore.
    The regular expression search functionality treats expressions containing forward slashes correctly.
    When the file list is focused, it only captures arrow key presses and does not prevent other shortcuts from working.
    Tags are now added and removed to and from the tag dropdown selector during runtime.
    Fixed a rare error that could occur during tag cloud searches.
    Fixed the scheduling mode for the automatic dark mode switching. It now also works with overnight schedules where the start time is bigger than the end time (such as 21:00-06:00).
    Added sponsors-list to the About-dialog.

    Under the Hood:

    Began work on unit tests.
    The localiseNumber() helper is now capable of localising negative and floating numbers as well.
    Rewrote the exporting engine to be more modular.
    Removed the Handlebars runtime from VCS.
    Switched from adm-zip to archiver for zipping Textpack-files.
    Updated Electron to 6.1.2.

[close]

https://www.zettlr.com/
Titel: Textadept 10.7
Beitrag von: SiLæncer am 02 November, 2019, 10:20
(http://foicica.com/textadept/images/splitviews.png)
Textadept will provide users with a fast, minimalist, and ridiculously extensible text editor. At its core lies less than 2000 lines of C code, and that's how it always will be. While other editors rely on recordable macros to speed up workflow, shell scripts to quickly transform text, and static side panes to manage your documents, files, and more.

Textadept takes it to the extreme: it gives you complete control over the entire application using the embedded Lua language. Lua is nearly as fast as C, and has a very small footprint. In fact, most of Textadept is written in Lua.

License : MIT License ( Donationware )

Changelog

    Bugfixes:

    Fixed scroll issues when toggling line wrap.
    Properly handle absolute paths in run/compile/build output and also case-insensitivity on Windows.
    Restore virtual space state when switching between buffers.
    Restore rectangular selection state when switching between buffers.
    Fixed opening of non-UTF-8-encoded filenames dropped into a view.
    Fixed macro toggling with some key combinations.
    Ensure events.BUFFER_AFTER_SWITCH is emitted properly during buffer.new().
    Prevent double-counting fold points on a single line.

    Changes:

    Refactored “Replace All” to be more performant.
    Added back textadept.editing.paste_reindent() as a separate menu/key/command from buffer.paste().
    Enabled all theme colors by default, and changed line number color in the terminal version.
    Replaced ui.command_entry.enter_mode() and ui.command_entry.finish_mode() with simplified ui.command_entry.run().
    Added ui.find.find_incremental_keys table of key bindings during “Find Incremental” searches.
    Replaced textadept.macros.start_recording() and textadept.macros.stop_recording() with textadept.macros.record().
    Updated C, Rust, Prolog, and Logtalk lexers.
    Added MediaWiki lexer.
    Scintilla: Updated case conversion and character categories to Unicode 12.1.
    Updated to Scintilla 3.11.1.

[close]

http://foicica.com/textadept/
Titel: EmEditor Free 19.3.2
Beitrag von: SiLæncer am 03 November, 2019, 11:20
Whats new:>>

Fixed a bug where Move Line Up/Down commands did not word correctly.

https://www.emeditor.com/text-editor-features/history/emeditor-free/
Titel: AHOY! 1.5.2.3
Beitrag von: SiLæncer am 03 November, 2019, 18:45
(https://i.postimg.cc/904xQY0J/screenshot-2139.png)
Keep all of your notes and ideas, scripts and drafts, to-dos, notifications and checklists, all in one place, under lock and key.

MIT License

https://ahoynote.org/
Titel: QOwnNotes 19.11.3 Build 4752
Beitrag von: SiLæncer am 04 November, 2019, 06:10
Changelog

    fixed wrong note text insertion from the web companion and other parts of the application if the = headline markings were breaking into the next line in the note text edit (for #1351)
    fixed many optimization regressions from 7848f4de14fd152be8a8ffc7c8d97f8f37d1a431
    attempted to fix inclusion of spellchecker dictionaries for Snap package (for #1348, thank you @Waqar144)
    added more Bosnian, Romanian, Norwegian, Icelandic, Macedonian, Finnish, Slovenian, Czech, Croatian, Cebuano, Serbian (Cyrillic), French, Basque translation (thank you Fabijenna, Jeeps)

[close]

http://www.qownnotes.org/
Titel: TEA 49.0.0
Beitrag von: SiLæncer am 04 November, 2019, 20:40
(https://s26.postimg.cc/h1i60dicp/screenshot_255.png)
TEA is a graphical text editor. Its name is an acronym for Text Editor of the Atomic Era. It is designed for low resource consumption, a wide range of functions and adaptability.

License: GPLv3

Changelog

    THE INNER CHANGES:

    For this version I rewrote the many portions of the core code that is related to the containers (i.e. data arrays). The files lists, the syntax highlighting rules, etc. - almost all those things are moved from Qt library containers to STL library containers. Also, the magic Qt's macro "foreach" was replaced with traditional iterators. It makes TEA ready for the upcoming Qt 6 and simplify to maintain code between Qt 4, 5 and 6. The Qt 4 compatibility is still important for TEA because of OS/2, Slackware and old distros.
    The containers question caused the line by line review of the code. In process, many bugs has been fixed, including the drag and drop.

    THE VISIBLE CHANGES:

    The Fm menu now has Checksum submenu with MD4, MD5, SHA1, SHA 224, all SHA-2, 3, Keccak.
    Functions - Text - Anagram. Can be very CPU and memory angry.
    Nav - Prev/Next tab, now circled.
    When open the recent file, editor tab is activated.
    Built-in UTF-8 detection has been improved.
    Tune - Common - Use Enca for charset detection. Enca binary can be used to detect encoding. TEA's own detection engine works with Russian/Ukrainian charsets, so Enca is the better option, when installed.
    QML PLUGINS STATUS
    As far I know, no one make or use TEA QML/JavaScript plugins. Since TEA 49, the plugins are deprecated. You still can build TEA with plugins support (see README), but I will not maintain plugins support anymore. There are more reasons for that (not just "no one use")

    NOTES FOR PACKAGE MAINTAINERS:

    0. Thank you for packaging TEA!
    1. Although TEA has two home sites, it is better to use Github releases as the source: https://github.com/psemiletov/tea-qt/archive/$pkgver.tar.gz
    Please note, that TEA source dir after unpacking will be tea-qt-${pkgver}
    2. TEA after the compilation is a single binary file (with embedded resources).

    3. TEA supports 3 build systems:

    qmake - the traditional one, good for Qt4-Win32-OS/2-Slackware builds. TEA's qmake project file is old and obscure. QML plugins are enabled by default, that is not wise.
    cmake - for Qt5 build, the reference one for TEA, has more options than meson support. I recommend to use cmake to build TEA package.
    meson - I use it internally. Has no option to enable QML plugins.

[close]

http://semiletov.org/tea/
Titel: QOwnNotes 19.11.4 Build 4761
Beitrag von: SiLæncer am 05 November, 2019, 04:30
Changelog

    fixed the default text edit context menu for the spellchecker (for #1355, thank you @Waqar144)
    fixed a possible crash when right-clicking on the note list (for #1353, thank you @Waqar144)
    added ~/hunspell as path for spellchecker dictionaries for Snap package (for #1348)
    when creating a new note folder now by default the local path of the active note folder will be used (for #1354)
    added more Cebuano, German translation (thank you Fabijenna, rakekniven)

[close]

http://www.qownnotes.org/
Titel: JSONedit 0.9.33
Beitrag von: SiLæncer am 05 November, 2019, 18:30
(https://s26.postimg.cc/zcd5ubda1/screenshot_961.png)
JSONedit is a simple editor for the JavaScript Object Notation format "a text-based open standard designed for human-readable data interchange" (source) with availble text and tree views.

Includes array generator using embedded Lua interpreter and Scintilla for text edition.

License:    Freeware

Changelog

    Tree view: added setting to use extended description for object nodes, with values of some child nodes added to parent node caption; this might help distinguish array nodes without expanding them
    Option to specify up to 3 names of preferred child nodes (e.g. ID, description, ...)
    Option to use only child nodes with names from preferred set
    JSONedit: extended node description
    Tree view: new opt-in feature: navigation panel showing current location in the tree and allowing to jump to parent/grandparent/etc.
    Tree view: added setting specifying maximum number of nodes visible after auto/default expand (previously: fixed at 30)
    Fixed: dialog for adding new node in list view contained extra newline in default node name
    File menu: added "Copy to clipboard" -> "full file path" / "file name"

[close]

http://tomeko.net/software/JSONedit/index.php
Titel: QOwnNotes 19.11.5 Build 4776
Beitrag von: SiLæncer am 05 November, 2019, 21:20
Changelog

    fixed a problem with automatic setting of the dark mode color and dark mode icon theme checkboxes in dark mode
    fixed a problem where you can't see see a checked state of menu items in dark mode if the menu item has an icon (for #1221)
    did highlighting and spellchecking speed improvements and improved initial note loading performance (for #1359, thank you @Waqar144)
    fixed some memory leaks (for #1360, thank you @Waqar144)
    fixed the right click context menu in the note list if the folder has no notes (for #1361, thank you @Waqar144)
    added more Danish, Bosnian, Icelandic translation (thank you Fabijenna)

[close]

http://www.qownnotes.org/
Titel: QOwnNotes 19.11.6 Build 4788
Beitrag von: SiLæncer am 06 November, 2019, 21:20
Changelog

    attempted to fix a possible segmentation fault on startup (for #1367, thank you @Waqar144)
    attempted to improve macOS spellchecker performance (for #1359, thank you @Waqar144)
    added Kurdish and Lithuanian translation (a big thank you to Fabijenna)
        join us at QOwnNotes on Crowdin to make QOwnNotes available in more languages or help with the current translation
    added more Bosnian, Estonian translation (thank you Fabijenna)

[close]

http://www.qownnotes.org/
Titel: nanDECK 1.25
Beitrag von: SiLæncer am 07 November, 2019, 04:05
(https://s26.postimg.cc/6uxy2fkg9/screenshot_70.png)
nanDECK is a scripting graphic software that provides a simple yet flexible language to create multiple images suited for cards or counters .

Freeware

http://www.nand.it/nandeck
Titel: BabelPad 12.1.0.7
Beitrag von: SiLæncer am 07 November, 2019, 09:04
(https://s26.postimg.cc/nk8fxilwp/screenshot_1310.png)
BabelPad is a free Unicode text editor and word processor for Windows that supports the proper rendering of most complex scripts, and allows you to assign different fonts to different scripts in order to facilitate multi-script text editing.

Freeware

Whats new:>>

    Updated for Emoji 12.1.
    Fixed crash when opening the Export Font Glyphs utility.

http://www.babelstone.co.uk/index.html
Titel: CudaText 1.89.2
Beitrag von: SiLæncer am 07 November, 2019, 17:30
(https://s26.postimg.cc/k6wu8qcrt/screenshot_901.png)
Create programming scripts with this powerful tool that supports more than 130 languages and allows users to work concurrently on as many as six groups of projects.

Freeware

Changelog

+ add: horizontal scrollbar in Output/Validate panels (it auto shows for long lines)
+ add: don't run Multi Installer on first start, just show info message
+ add: lexer CSS: support more standard properties
+ add: lexer CSS: underline incorrect units after numbers
* change: replace option "hide_horiz_scrollbar" with "scroll_style_horz" (enum)
- fix: theme filenames in mixed case could not be used
- fix: file session did not restore saved encoding
- fix: not working HTML auto-completion tag list
- fix: incorrect multi-caret positions after Del on complex selections
- fix: slow start of plugin Config Toolbar
- fix: reset of file encoding after Reopen command

[close]

http://www.uvviewsoft.com/cudatext/
Titel: QOwnNotes 19.11.7 Build 4796
Beitrag von: SiLæncer am 08 November, 2019, 05:30
(https://s26.postimg.cc/hoi1ahlcp/screenshot_978.png)
QOwnNotes is a text editor / notepad replacement with markdown support and todo list manager. The program supports themes, keyboard shortcuts, syntax highlighting, and encryption. Includes available nested file list, tags, search, and more. Optionally works with the notes application ownCloud or Nextcloud.

Cross-platform with clients available for Mac and Linux.

License:    GPL

Changelog

    fixed a possible crash on startup if markdown highlighting is disabled (for #1367, thank you @Waqar144)
    the macOS version of QOwnNotes now also uses the Hunspell spellchecker for more performance (for #1359, thank you @Waqar144)
        visit QOwnNotes Spellchecking for more information
    added more Cebuano, Kurdish, Lithuanian, Norwegian, Swedish, Ukrainian, Croatian, Czech, Dutch, Danish, Estonian, Hungarian, Finnish, Galician, Bosnian, Bulgarian, Greek, Romanian, Serbian (Cyrillic), Slovak, Slovenian, Italian, Indonesian, Russian, Catalan translation (thank you Fabijenna, tiwi90, zmni, athrouss, unchase, mlocati, MGuerra)

[close]

http://www.qownnotes.org/
Titel: ProgramEdit 4.8.8
Beitrag von: SiLæncer am 08 November, 2019, 05:45
(https://s26.postimg.cc/wcabyxqq1/screenshot_58.png)
ProgramEdit - a free Windows® software source-code editor. ProgramEdit includes language support for HTML, Ada, C/C++, C#, CSS, JAVA, JavaScript, Perl, PHP, Python, Ruby, VB, VBScript, Verilog, VHDL and Batch(.bat) files. Other features include tabbed file selection, text highlighting, find & replace, regular expressions, sesssions, bookmarks, multiple undo/redo and hyperlinks.

Freeware

Whats new:>>

    Improve File Tab visibility for files that have unsaved changes
    fix minor Save All bug for "New?" window
    fix minor New? bug

http://simplesolverlogic.com/index.html
Titel: QOwnNotes 19.11.8 Build 4806
Beitrag von: SiLæncer am 08 November, 2019, 19:20
Changelog

    there now is a new menu entry Manage dictionaries in the Edit menu to download and remove spellchecker dictionaries (for #1378)
        if you are missing a dictionary to download please look for it at LibreOffice dictionaries and edit the dictionary manager dialog
        visit QOwnNotes Spellchecking for more information
    automatic switching of note subfolders is now prevent if the setting to show notes in note subfolders recursively is enabled (for #1371)
        this is still experimental and might have side effects
    personal dictionary will now be stored in the portable data path when using QOwnNotes in portable mode (for #1378, thank you @Waqar144)
    underscores at the end of a word are now ignored for _italic_ formatting with underscores (for #1379, thank you @Waqar144)
    added more Spanish, Cebuano, Kurdish, Lithuanian, Ukrainian, Norwegian, Swedish, Croatian, Czech, Dutch, Danish, Estonian, Hungarian, Finnish, Galician, Bosnian, Bulgarian, Greek, Romanian, Serbian (Cyrillic), Slovak, Slovenian translation (thank you fitoschido, Fabijenna)

[close]

http://www.qownnotes.org/
Titel: QOwnNotes 19.11.9 Build 4812
Beitrag von: SiLæncer am 09 November, 2019, 10:00
Whats new:>>

    did some optimization for spellchecking auto detect mode (for #1359, thank you @Waqar144)
    fixed build process for Qt < 5.6 (for #1379, thank you @Waqar144)

http://www.qownnotes.org/
Titel: Mark Text 0.16.0 RC 1
Beitrag von: SiLæncer am 09 November, 2019, 20:50
(https://i.postimg.cc/zfd3DrjN/Mark-Text.png)
Take notes or markdown code that you format and preview in real time and then export to HTML or PDF using this straightforward tool.

MIT License

Changelog

This is a release candidate for testing purposes only and there may exist bugs. Please report all bugs, marked as pre-release. Thanks! The changelog can be found here (https://github.com/marktext/marktext/blob/v0.16.0-rc.1/.github/CHANGELOG.md) labeled as unreleased.

[close]

https://github.com/marktext/marktext
Titel: Notepad S# 2.2
Beitrag von: SiLæncer am 11 November, 2019, 04:30
(https://i.postimg.cc/Pr6dhPLv/screenshot-2103.png)
This is a notepad application, similar to the one provided by Windows, but with a few interesting upgrades that may be enough to convince you to switch to this version of the app.

Freeware

Whats new:>>

    You can make your own Custom Theme through an advance hex selector if you wish
    Changed response from the find command to be grammarly correct
    If you press the Quit(X) at the top right corner you will be asked if you wish to leave just like if you had pressed the quit command.

https://rafd.itch.io/notepad-s
Titel: PilotEdit Lite 13.3.0
Beitrag von: SiLæncer am 11 November, 2019, 04:35
(http://www.pilotedit.com/images/OpenInQuickMode.PNG)
PilotEdit is a text, hex, XML, C/C++, HTML, PHP, Java, Javascript and Perl editor that can edit large files of 400GB (40 billion lines).

It offers customizable syntax and keyword highlighting, advanced search and replace operations, automatic text encoding, 256-bit AES encryption/decryption and a built-in FTP/SFTP client lets you open, edit, download and upload large files directly to/from a FTP/SFTP server.

In addition to standard text editing features, PilotEdit can compare and merge two large files of 100GB (10 billion lines). You can also sort, find/remove duplicate lines and extract strings over a large file of 1GB.

Freeware

Zitat
PilotEdit 13.3.0 supports spelling checking based on dictionaries

http://www.pilotedit.com/
Titel: Black NotePad 1.3.0.43
Beitrag von: SiLæncer am 11 November, 2019, 19:15
(https://s26.postimg.cc/lj0xxiynt/screenshot_1281.png)
Black NotePad was created as an alternative to the Notepad program of Windows operating systems. While retaining the original functions, Black NotePad improves manageability, contains important new functions, and greatly enhances program compatibility in terms of the edited text.

Freeware

Changelog

    Add: Shortcut keys
    Add: Search history
    Add: Settings panel
    Add: Select search provider
    Add: Menu font settings
    Add: Left padding settings
    Change: Better theme selector appearance
    Add: Darker theme
    Add: Darker menus
    Add: Select normal/darker theme and menu
    Change: Better text replace

[close]

https://www.wintools.info/index.php/black-notepad
Titel: QOwnNotes 19.11.10 Build 4848
Beitrag von: SiLæncer am 11 November, 2019, 20:50
Changelog

    if Dark mode will be selected in the Interface settings now a dark color schema will also be automatically selected in the Editor fonts & colors settings
        if Dark mode will be un-selected a light color schema will be selected
    texts like <*.txt> or <file.*> with * will now not be converted to note links in the preview (for #266)
    improved special character detection in the Evernote import, the HTML import from the clipboard and the title detection of the link dialog (for #1400)
    did some general performance optimization (thank you @Waqar144)
    fixed specific dictionary language not being setup at startup (thank you @Waqar144)
    bracket auto-closing in combination with "undo" was improved (for #24, thank you @Waqar144)
    added more Latvian, Punjabi, Indonesian, Macedonian, Albanian, Lithuanian, Catalan, Serbian (Cyrillic), Maori, Galician, Slovak, Slovenian, Romanian, Norwegian, Swedish, French, Spanish, Russian, Bulgarian, Greek, Hungarian, Icelandic, Croatian, Kurdish, Czech, Danish, Basque, Estonian, Dutch, Finnish, Bosnian, German translation (thank you Fabijenna, zmni, MGuerra, Jeeps, richarson, unchase, rakekniven)

[close]

http://www.qownnotes.org/
Titel: HtLite 5.1.0.6
Beitrag von: SiLæncer am 12 November, 2019, 05:50
(https://s26.postimg.cc/pw2fa422x/screenshot_172.png)
Umfangreicher HTML/XHTML Editor.  Jeder externe Browser zur Seitenansicht einstellbar.  Wer keinen HTML Designer zur visuellen Gestaltung seiner Seiten benötigt, sondern nur einen komfortablen Code-Editor sucht, erhält hier eine hervorragende Alternative.

Freeware

http://www.winsoftware24.com/HtLite.html
Titel: Alternate Text Browser 3.580
Beitrag von: SiLæncer am 12 November, 2019, 09:04
(https://i.postimg.cc/TYy7wJVb/screenshot-1429.png)
This program makes it easy to browse through text- and html-files (also xml), syntax highlighting for serveral programming languages available (C++, Pascal, PHP, Perl, ASM, JScript etc.).

Freeware

Whats new:>>

    Bugfix for intents
    Bugfixes for remembering find strings (both editors)

http://www.alternate-tools.com/pages/c_textbrowser.php?lang=ENG
Titel: QOwnNotes 19.11.11 Build 4858
Beitrag von: SiLæncer am 13 November, 2019, 05:20
Changelog

    you now can disable all external dictionaries in the Manage dictionaries dialog (for #1399)
        if activated only the downloaded dictionaries will be used
    the Manage dictionaries dialog now uses QOwnNotes dictionaries as source to be able to quickly fix dictionary issues or add new dictionaries (for #1399, thank you @Waqar144)
        spellchecking for some abbreviations have been fixed
        more dictionaries were added to the dialog
    added automatic spellchecking detection for British English and Austrian German (for #1402, thank you @Waqar144)
    updated the demo notes and Markdown Cheatsheet with checkbox list and spellchecking information
    changed the Readonly mode icon to document-edit
    added Latvian and Vietnamese translation (a big thank you to Fabijenna)
        join us at QOwnNotes on Crowdin to make QOwnNotes available in more languages or help with the current translation
    added more Punjabi, Irish, Icelandic translation (thank you Fabijenna)

[close]

http://www.qownnotes.org/
Titel: CudaText 1.89.4.0
Beitrag von: SiLæncer am 13 November, 2019, 06:30
Changelog

+ add: bracket highlighting now also finds nearest surrounding brackets (like VS Code)
+ add: lexer C: fix keywords, fix ligatures
+ add: lexer C++: fix keywords, fix ligatures
+ add: lexer Ruby: fix keywords, fix ligatures
* change: bracket highlighting now ignores brackets in comments/strings (to show surrounding brackets in real code)
* change: deleted menu item "Help / Changelog"
* change: deleted folder "readme" from Linux/macOS installers

[close]

http://www.uvviewsoft.com/cudatext/
Titel: Google Web Designer 7.0.1.1101
Beitrag von: SiLæncer am 13 November, 2019, 13:30
(https://i.postimg.cc/t4kxrGLC/screenshot-2067.png)
Google Web Designer allows you to create engaging, interactive HTML5-based designs and motion graphics that can run on any device. Let us handle the HTML5 and CSS3 so you're free to focus on what you love to do: creating gorgeous visual experiences. A full design suite lets you easily bring any vision to life. If you're feeling more hands-on, all the code behind your designs is hand-editable, so you're never locked out of your own work. Your ideas are now amplified by code - not restricted by it.

Freeware

Whats new:>>

The File > Include JS library menu command now uses the latest GreenSock library version, 3.0.

http://www.google.com/webdesigner
Titel: QOwnNotes 19.11.12 Build 4879
Beitrag von: SiLæncer am 13 November, 2019, 20:15
(https://s26.postimg.cc/hoi1ahlcp/screenshot_978.png)
QOwnNotes is a text editor / notepad replacement with markdown support and todo list manager. The program supports themes, keyboard shortcuts, syntax highlighting, and encryption. Includes available nested file list, tags, search, and more. Optionally works with the notes application ownCloud or Nextcloud.

Cross-platform with clients available for Mac and Linux.

License:    GPL

Changelog

    fixed automatic switching to the default dark editor schema when opening the settings dialog in dark mode (for #1408)
    added all available dictionaries to the Manage dictionaries dialog (for #1409, thank you @Waqar144)
    added more Bulgarian, Albanian, Slovak, Romanian, Croatian, Icelandic, Czech, Danish, Dutch, Finnish, Hungarian, Greek, Norwegian, Basque, Slovenian, Bosnian, German, Punjabi, Latvian, Russian translation (thank you Fabijenna, rakekniven, unchase)

[close]

http://www.qownnotes.org/
Titel: CodeLite 13.0.5 Weekly
Beitrag von: SiLæncer am 13 November, 2019, 21:30
(http://codelite.org/images/codelite-linux-thumb.png)
CodeLite is created as a powerful and cross-platform instrument that allows you to analyze and edit C / C++ source code files.

CodeLite is an open source tool that makes use of an user-friendly, yet sophisticated interface that allows users to easily create and build complex projects.

License: GPL

Changelog

Improvements

    Increased the external tools limit from 10 -> 20
    wxCrfater: Wrap the include statements part of the generated code with // clang-format {on|off} block this will disable any include sorting done by clang-format which might break compilation https://github.com/eranif/codelite/issues/2298
    New project dialog re-written and simplified
    Diff View : added "find" command
    Added menu option: Help -> Report an issue
    Various font fixes in the code completion windows
    Diff frames now start maximized
    Diff View: all the toolbar commands can now be executed from the keyboard
    Language Server configuration: user can now set CodeLite's macros in the Arguments field
    Upgraded to libssh 0.9 on Windows
    New build system. the old Default was renamed and now is called Default (DEPRECATED). The new build system performs a full out of the source tree build. The entire build artifacts are placed in a single folder under the workspace path, this is similar to CMake
    New workspace type introduced: The File System Workspace see: https://wiki.codelite.org/pmwiki.php/Main/FileSystemWorkspace
    Improved startup time by reducing the number of syscalls significantly
    Language Server Protocol: discard code-completion responses if a new request was already sent to the server
    Use PATH to search binaries instead of hard coded /usr/bin/ path
    UI: Updated the tabs drawing (mainly the "DEFAULT" and the "MINIMAL" styles)
    wxCrafter: UI update: the right side view no longer has a splitter, instead it only uses tabs
    Debugger->Attach to process dialog: the process ID is now also used for filtering
    File System Workspace: save all modified files before the build starts
    Increase the code completion box width
    Restart all LSP once a build process is completed
    SFTP: once we open the SFTP browser to view a remote server, keep the session
    Simplify the LSP configuration dialog
    UI updates to the tab drawings
    Increase startup time of CodeLite by reducing sys calls
    Language Server Plugin: support for auto inclusion of missing headers
    Language Server Plugin: auto detect ( by clicking the Scan button ) installed LSPs currently supported: `python-language-server` and `clangd`
    VIM plugin imporvements
    New Class dialog simplification
    Outline tab: remove the search text control, you can now use Ctrl-F search a symbol
    Fixed clang compiler detection. On OSX, also search for clang compiler installed by brew
    Bash editor: make $ a valid word character

Bug fixes

    Plugins window list not readable on Microsoft Windows high DPI/UHD/4K display (3840x2160 resolution)
    codelite-make keeps coredumping when using a project with a custom makefile
    View Navigation Bar hotkey does not toggle check mark
    Regression: C++ open resource allows multiple selection
    How to make Navigation Bar appear by default ?
    Subversion plugin : path information missing
    Fixed: codelite crash when deleting the last panel in main box sizer, or delete the main box sizer
    Fixed: GDB shows a message box when SIGPIPE is captured
    Crash in macOS when opening the SSH account manager dialog
    Debugger doesn't work on Mac with codelite
    Debugger doesn't show backtrace when program receives SIGPIPE
    Fixed: Language Server plugin can now handle binary output returns from the various servers (e.g. clangd in some cases returns binary data integrated into the completion results)
    Fixed: find in files output is now sorted by A-Z
    Changing font for build ouptut window does not work
    Fixed: failed to start LSP server when the command contains spaces with backslashes in it (e.g. "C:\Program Files\..."

[close]

http://codelite.org/
Titel: MiKTeX 2.9.7255
Beitrag von: SiLæncer am 14 November, 2019, 16:45
(https://i.postimg.cc/KzkJ4d7b/screenshot-1397.png)
MiKTeX (pronounced mick-tech) is an up-to-date implementation of TeX/LaTeX and related programs for Windows (all current variants).

Freeware

http://miktex.org/
Titel: Notepad S# 2.3
Beitrag von: SiLæncer am 14 November, 2019, 20:20
(https://i.postimg.cc/Pr6dhPLv/screenshot-2103.png)
This is a notepad application, similar to the one provided by Windows, but with a few interesting upgrades that may be enough to convince you to switch to this version of the app.

Freeware

Whats new:>>

    Now all windows close when you quit the app.
    The app now has a Spanish, Greek and Polish vesrion.

https://rafd.itch.io/notepad-s
Titel: QOwnNotes 19.11.13 Build 4886
Beitrag von: SiLæncer am 14 November, 2019, 20:30
Changelog

    fixed a possible crash if a spellchecker dictionary was removed but its user dictionary was still present
    trailing spaces are now highlighted in the note editor (for #1416)
        you can set a custom background color in the Edit fonts & colors settings
    fixed multiple block undo with bracket auto close (for #1317, thank you @Waqar144)

[close]

http://www.qownnotes.org/
Titel: BabelPad 12.1.0.8
Beitrag von: SiLæncer am 15 November, 2019, 06:20
(https://s26.postimg.cc/nk8fxilwp/screenshot_1310.png)
BabelPad is a free Unicode text editor and word processor for Windows that supports the proper rendering of most complex scripts, and allows you to assign different fonts to different scripts in order to facilitate multi-script text editing.

Freeware

Whats new:>>

    Improved word selection behaviour (hyphen no longer breaks a word).
    Improved automatic selection of column delimiter.
    Fixed listing of Ideographic Variation Sequences (if the same IVS is registered to two or more IVD collections, only one collection was listed).

http://www.babelstone.co.uk/index.html
Titel: BabelPad 12.1.0.9
Beitrag von: SiLæncer am 16 November, 2019, 19:50
Whats new:>>

    Added Character Map options to the Options menu (currently only whether to match informal aliases when searching by character name).
    Add function to strip out default ignorable characters from the selected text (Convert > Other > Strip Default Ignorable Characters).

http://www.babelstone.co.uk/index.html
Titel: Alternate Text Browser 3.590
Beitrag von: SiLæncer am 16 November, 2019, 21:20
(https://i.postimg.cc/TYy7wJVb/screenshot-1429.png)
This program makes it easy to browse through text- and html-files (also xml), syntax highlighting for serveral programming languages available (C++, Pascal, PHP, Perl, ASM, JScript etc.).

Freeware

Whats new:>>

- GUI corrections

http://www.alternate-tools.com/pages/c_textbrowser.php?lang=ENG
Titel: Text Editor Pro 8.2.1
Beitrag von: SiLæncer am 18 November, 2019, 21:30
(https://s26.postimg.cc/hfdkhoj9l/screenshot_896.png)
Text Editor Pro (formerly EditBone) is a powerful text editing tool that comes with syntax highlighting support for over 50 languages and scripts, customizable with over 100 options, 29 ready made styles, a handy file comparison feature, unicode character map, numerical unit convert tool, SQL formatter, and support for multiple directories and search results.

Freeware

Changelog

    Fixed AlphaSkins controls
    Fixed startup
    Fixed undo
    Fixed language files
    Fixed scaling issues
    Minor improvements and optimizations
    Refactored skin dialog

[close]

http://texteditor.pro/
Titel: BirdFont 3.32.0
Beitrag von: SiLæncer am 19 November, 2019, 20:50
(https://s26.postimg.cc/rd1s4grdl/screenshot_137.png)
BirdFont is a free font editor that lets you create vector graphics and export TTF, EOT & SVG fonts.

License: Open Source

Latest Changes:>>

Better tools for editing COLR paths.

http://birdfont.org/
Titel: QOwnNotes 19.11.16 Build 4915
Beitrag von: SiLæncer am 20 November, 2019, 05:55
Changelog

19.11.16

    fixed AppVeyor Windows build (for #1431)
    spellchecking language autodetection in KDE was improved (for #1428, thank you @Waqar144)
    fixed a note history memory leak (for #1429, thank you @Waqar144)

19.11.15

    a new button Copy debug information to clipboard was added to the Debug settings to be used when posting issues on GitHub
        keep in mind that the preferred way to post issues is still the Issue assistant, it does most of the work for
        the other buttons were a bit rearranged and some dialogs added
    rendering of italic or bold text and links in headings was fixed (for #742, thank you @Waqar144)
    spellchecking is now disabled in the log panel and the text edit in the Debug settings (for #1423, thank you @Waqar144)
    added more Italian, Albanian, Bulgarian, Greek, Hungarian, Basque, Czech, Bosnian, Finnish, Icelandic, Norwegian, Croatian, Danish, Dutch, Spanish translation (thank you mlocati, Fabijenna, richarson)

19.11.14

    the spellchecker is now disabled if no dictionaries are available and language auto-detection enabling is fixed for multiple languages (for #1418, thank you @Waqar144)
    spellchecker information was added to the Debug settings
    added more Dutch, Catalan, Russian, German translation (thank you Fabijenna, MGuerra, unchase, rakekniven)

[close]

http://www.qownnotes.org/
Titel: EmEditor Free 19.4 Beta 1
Beitrag von: SiLæncer am 20 November, 2019, 13:40
(https://1z9j8fz5fww49iaje1itey71-wpengine.netdna-ssl.com/wp-content/uploads/2013/09/EmEditorFree_Window.png)
EmEditor is a lightning-fast, tabbed text editor with themes, syntax highlighting, stay-on-top, and customizable keyboard mapping. The program supports batch find-and-replace, regular expressions, and more.

The program beat a variety of other text editors in tests performed by TPFC user TP109. Additional features are available via a non-free version.

Free for personal use

Changelog

Fixed bugs reported by customers

[close]

https://www.emeditor.com/text-editor-features/history/emeditor-free/
Titel: QOwnNotes 19.11.17 Build 4920
Beitrag von: SiLæncer am 20 November, 2019, 20:00
Changelog

    the redo shortcut Ctrl + Schift + Z was fixed in the note text edit (for #1433, thank you @Waqar144)
    lots of general performance and efficiency improvements were made (for #1430, thank you @Waqar144)
    added more Catalan, Vietnamese, Dutch, Spanish, Italian, Chinese Simplified, Russian, Greek, German translation (thank you MGuerra, Fabijenna, richarson, mlocati, admiraldesvl, unchase, athrouss, rakekniven)

[close]

http://www.qownnotes.org/
Titel: QOwnNotes 19.11.18 Build 4922
Beitrag von: SiLæncer am 21 November, 2019, 12:16
Changelog

    fixed possible jumping of text on Windows 10 if the interface font size was overwritten (for #1422)
    fixed custom editor font size on Windows 10 if the interface font size was overwritten (for #1423)

[close]

http://www.qownnotes.org/
Titel: CudaText 1.90.0
Beitrag von: SiLæncer am 21 November, 2019, 12:21
(https://s26.postimg.cc/k6wu8qcrt/screenshot_901.png)
Create programming scripts with this powerful tool that supports more than 130 languages and allows users to work concurrently on as many as six groups of projects.

Freeware

Changelog

    Add: Command Palette shows items "opened files: ..."
    Add: Command Palette shows items "recent files: ..."
    Add: Command Palette: support filtering by category: #p (plugins), #l (lexers), #f (opened files), #r (recent files)
    Add: Command Palette: Ctrl+J means "move down", Ctrl+K means "move up"
    Add: option "ui_tree_sublexers"
    Change: Command Palette and other menu-dialogs: keys Home/End are used for input box, Ctrl+Home/Ctrl+End for listbox
    Fix: command "Close all" ignored modified state of 2nd file in pair-tab
    Fix: some APIs worked only for active editor, it gave issues in "File Type Profile" plugin
    Fix: command "go to screen top" was broken
    Fix: trying to fix rare program freezing with "ui_notif" option
    Fix: listbox in sidebar plugins (Tabs List, etc) should use color of Code Tree, not of Command Palette
    Fix: typing bracket with _backward_ multiline selection
    Fix: re-opening UTF8-BOM file could show the BOM
    Fix: horizontal scrollbar could hide even with scroll offset present

[close]

http://www.uvviewsoft.com/cudatext/
Titel: BabelPad 12.1.0.10
Beitrag von: SiLæncer am 21 November, 2019, 19:20
(https://s26.postimg.cc/nk8fxilwp/screenshot_1310.png)
BabelPad is a free Unicode text editor and word processor for Windows that supports the proper rendering of most complex scripts, and allows you to assign different fonts to different scripts in order to facilitate multi-script text editing.

Freeware

Changelog

    Added a function to decrement or increment the scalar value of the character at the current caret position (available from Edit menu and Context menu, or by pressing Ctrl+3 or Ctrl+4).
    Fixed searching for aliases of control characters.
    Fixed bug when converting standardized variation sequences to CJK compatibility ideographs.
    Fixed extending selection below bottom of page with mouse when in word wrap mode, and dragging selected text below bottom of page when in word wrap mode.
    Minor improvement for pinyin conversion.

[close]

http://www.babelstone.co.uk/index.html
Titel: QOwnNotes 19.11.19 Build 4927
Beitrag von: SiLæncer am 21 November, 2019, 21:30
(https://s26.postimg.cc/hoi1ahlcp/screenshot_978.png)
QOwnNotes is a text editor / notepad replacement with markdown support and todo list manager. The program supports themes, keyboard shortcuts, syntax highlighting, and encryption. Includes available nested file list, tags, search, and more. Optionally works with the notes application ownCloud or Nextcloud.

Cross-platform with clients available for Mac and Linux.

License:    GPL

Changelog

    fixed a problem where the background of masked characters (for example * in italic text) is overwriting parts of the neighboring characters even if the masked characters have no background configured (for #1434)
    a lot more dictionaries have been added to the dictionary manager to download (for #1435, thank you @Waqar144)
        we now have dictionaries for 100 languages
    added Irish and Uzbek translation (a big thank you to Fabijenna)
        join us at QOwnNotes on Crowdin to make QOwnNotes available in more languages or help with the current translation
    added more Vietnamese, Italian translation (thank you Fabijenna, tiwi90)

[close]

http://www.qownnotes.org/
Titel: Notepad S# 2.4
Beitrag von: SiLæncer am 22 November, 2019, 20:40
(https://i.postimg.cc/k5Vvfrzb/screenshot-2232.png)
This is a notepad application, similar to the one provided by Windows, but with a few interesting upgrades that may be enough to convince you to switch to this version of the app.

Freeware

Whats new:>>

    Better wraping of words
    Detects and asks you if you wish to save progress(if any changes are made) when quiting, new file
    Search option added at the right click menu
    Minor UI

https://rafd.itch.io/notepad-s
Titel: Zettlr 1.5.0 Beta
Beitrag von: SiLæncer am 22 November, 2019, 21:20
(https://s26.postimg.cc/vfll9p4mh/screenshot_956.png)
Write text and conveniently edit it using Markdown with the help of this user-friendly and well-thought-out, Electron based application.

MIT License

Changelog

    GUI and Functionality:

    New Feature: AutoCorrect! Zettlr can now automatically replace certain characters with special symbols. For instance, by default it will replace --> with ?, != with ? or perform certain default replacements, such as transforming hyphens and fullstops with their typographically correct symbols (... -> … and -- -> –). You can edit the replacement table in the preferences and adapt them to your own needs. Please note that this feature will only be active when you are outside of codeblocks. This is meant to prevent unintended replacements, especially with certain languages such as R, where ASCII arrows are part of assignment operations.
    New Feature: Magic Quotes! Together with AutoCorrect, we've implemented the ability of Zettlr to use magic quotes. That means, whenever you type " (double quote) or ' (single quote), it will instead insert the typographically correct characters of your choice, for instance „…“ for German, or « … » for French. Even ?…? for Japanese are supported! Please note that this feature will only be active when you are outside of codeblocks. This is meant to prevent unintended replacements, as most languages require the ASCII quotes. Note also that having this feature active will deactivate the automatic bracket matching for quotes.
    YAML Frontmatters now receive the correct syntax highlighting.
    Codeblocks are now excluded from both tag extraction and ID search algorithms, so for example #include (used in C++ code) will no longer be recognised as a tag.
    Fixed a bug that would ignore the page size set in your PDF preferences when using the default template.
    Fixed a bug that prevented you from moving files and folders in combined sidebar mode.
    Fixed the broken footnote in-place preview and editing support when using named references.
    Improved the design of wrongly spelled words — now the dotted line is closer to the actual words.
    Fixed Alt-clicking files in the combined sidebar mode. Now this will also open QuickLooks.
    Added the shortcuts Cmd/Ctrl+Shift+E to focus the editor and Cmd/Ctrl+Shift+T to focus the file list.
    On macOS, you can now also Cmd-Click links and tags to open/follow them.
    Added the variable %uuid4 to use Universally Unique Identifiers version 4 (random UUID) within certain strings in the app.
    Improve "Copy as HTML" to also provide fallback Markdown.
    Fixed paste detection (if there's only HTML in the clipboard)
    Changed the Support-link to link to Patreon.

    Under the Hood:

    Switched to Electron 7.
    Added v8 code caching for better startup performance.

[close]

https://www.zettlr.com/
Titel: QOwnNotes 19.11.20 Build 4938
Beitrag von: SiLæncer am 23 November, 2019, 20:00
Changelog

    greatly improved performance of highlighting (for #1440, thank you @Waqar144)
    fixed highlighting for links like <http://hostname> (for #1436)
    fixed a problem with the leave button showing up multiple times when repeatedly entering and exiting full-screen mode (for #1438)
    added additional information text to the Layout settings
    added more German, Uzbek, Basque, Italian, Russian, Vietnamese, Hungarian, Dutch, Spanish translation (thank you rakekniven, Fabijenna, mlocati, unchase, richarson)

[close]

http://www.qownnotes.org/
Titel: EmEditor Free 19.4 Beta 2
Beitrag von: SiLæncer am 24 November, 2019, 09:30
(https://1z9j8fz5fww49iaje1itey71-wpengine.netdna-ssl.com/wp-content/uploads/2013/09/EmEditorFree_Window.png)
EmEditor is a lightning-fast, tabbed text editor with themes, syntax highlighting, stay-on-top, and customizable keyboard mapping. The program supports batch find-and-replace, regular expressions, and more.

The program beat a variety of other text editors in tests performed by TPFC user TP109. Additional features are available via a non-free version.

Free for personal use

Changelog

    New Options:

    Added the Drag selection border to extend/shrink selection, and Enable AutoRepeat handle in non-Cell Selection Mode check boxes to the Mouse page of the Customize dialog box.

[close]

https://www.emeditor.com/text-editor-features/history/emeditor-free/
Titel: Black NotePad 1.3.1.44
Beitrag von: SiLæncer am 24 November, 2019, 19:15
(https://s26.postimg.cc/lj0xxiynt/screenshot_1281.png)
Black NotePad was created as an alternative to the Notepad program of Windows operating systems. While retaining the original functions, Black NotePad improves manageability, contains important new functions, and greatly enhances program compatibility in terms of the edited text.

Freeware

Changelog

    Solved: Pasted text blinking
    Add: Action tick
    Add: Menu selection color
    Change: Better text replace
    Minor improvements

[close]

https://www.wintools.info/index.php/black-notepad
Titel: Mark Text 0.16.0 RC 2
Beitrag von: SiLæncer am 24 November, 2019, 20:30
(https://i.postimg.cc/zfd3DrjN/Mark-Text.png)
Take notes or markdown code that you format and preview in real time and then export to HTML or PDF using this straightforward tool.

MIT License

Changelog

    Fixed issues:

    Fix mermaid diagram is not visiable when export html (#1732)
    Fix: #1668 unexpect encode image url on windows (#1740)
    Fix: empty blockquote issue (#1739)
    Fix some copy paste list bugs (#1734)
    Fix #1666 (#1730)
    Fix jumpClick can't jump to another file (#1725)
    Add deb/rpm and adjust package file names (#1718)
    Better phrasing of the GDPR warning (#1727)
    Fix settings button does not work (#1706) (#1710)

[close]

https://github.com/marktext/marktext
Titel: O&O RegEditor 12.0.2172
Beitrag von: SiLæncer am 24 November, 2019, 20:50
(https://i.postimg.cc/SxStqxGk/screenshot-2189.png)
O&O RegEditor is a portable alternative to Windows RegEdit that includes the ability to fully manage favorites and more.

O&O RegEditor is intended to be user-friendly so that any skill level of user can benefit from what it has to offer. But it also will be of use to admins, and since it is portable, you can store it on a USB for quick deployment and use. You have the option to set it as the default program to open .REG files or it can be utilized on a per-instance basis.

Freeware

Whats new:>>

Some German language systems experienced a crash due to incorrectly assigned resources

https://www.oo-software.com/en/ooregeditor
Titel: Alternate Text Browser 3.600
Beitrag von: SiLæncer am 25 November, 2019, 09:08
(https://i.postimg.cc/TYy7wJVb/screenshot-1429.png)
This program makes it easy to browse through text- and html-files (also xml), syntax highlighting for serveral programming languages available (C++, Pascal, PHP, Perl, ASM, JScript etc.).

Freeware

Whats new:>>

    Language corrections
    Memo 3.060, Calculator 3.430 added

http://www.alternate-tools.com/pages/c_textbrowser.php?lang=ENG
Titel: YaraEditor 3.1.3.0
Beitrag von: SiLæncer am 25 November, 2019, 13:47
(https://i.postimg.cc/rpGYFbgY/screenshot-2116.png)
Write, compile and test signatures for the Yara tool and determine whether they are compiled correctly to identify malware using this straightforward app.

Freeware

Changelog

    Updated to core 3.2.18
    Minor fixes
    Icons refactoring

[close]

https://www.adlice.com/download/yaraeditor/
Titel: QOwnNotes 19.11.21 Build 4960
Beitrag von: SiLæncer am 25 November, 2019, 21:30
Changelog

    added a note list context menu item to jump to the note sub-folder of the selected note (for #1432, thank you @Waqar144)
    did more spellchecker optimization (for #1442, thank you @Waqar144)
    fixed autodetection for some languages that do not have trigrams (e.g. for Malayan) (for #1443, thank you @Waqar144)
    fixed dictionary names not being displayed correctly (for #1450, thank you @Waqar144)
    improved List item and Trailing spaces colors for Mountain highlighting color schema
    you can now also set the horizontal pixels directly in the Image dialog (for #1445)
    fixed dark mode hover color for newer Qt versions (for #1394)
    you can now not only select the table layout in a table widget in the Table dialog, but also enter text directly in the fields which will be used as table text when inserting the table (for #1446)
        if you enter text then all the spinboxes to define the table specs will be updated automatically
        if you select a table layout via mouse after text was added to the table the spinboxes will now only update if you are selecting a larger range than the text entered
    added Ubuntu 20.04 (Focal Fossa) support to the Launchpad build system
    added more Catalan, Chinese Simplified, Italian, Kurdish, Dutch, Hungarian, Uzbek, Russian translation (thank you MGuerra, admiraldesvl, mlocati, Fabijenna, unchase)

[close]

http://www.qownnotes.org/
Titel: EmEditor Free 19.4 Beta 3
Beitrag von: SiLæncer am 26 November, 2019, 09:09
Whats new:>>

Fixed a bug in editing very large files.

https://www.emeditor.com/text-editor-features/history/emeditor-free/
Titel: CudaText 1.90.1.0
Beitrag von: SiLæncer am 26 November, 2019, 13:30
(https://s26.postimg.cc/k6wu8qcrt/screenshot_901.png)
Create programming scripts with this powerful tool that supports more than 130 languages and allows users to work concurrently on as many as six groups of projects.

Freeware

Changelog

+ add: dialog "Go to bookmark" reworked: it shows bookmarks in all opened documents; it shows tab titles; it has filter inputbox
- fix: must not clear code-tree on closing passive (lefter) tab
- fix: must not clear code-tree on clicking active tab

[close]

http://www.uvviewsoft.com/cudatext/
Titel: QOwnNotes 19.11.22 Build 4972
Beitrag von: SiLæncer am 27 November, 2019, 04:30
Changelog

    More missing locales and dictionary names were fixed (for #1459, thank you @Waqar144)
    Fixed unable to switch back to last note subfolder after jumping to a subfolder with the Jump to the note's sub-folder note list context menu item (for #1432)
    The return key is now ignored in the Table dialog so you can better edit text in the table (for #1446)
    Fixed distraction free mode not restored properly on app restart if the app previously was maximized (for #1448, thank you @Waqar144)
    Added more Indonesian, Italian, German, Russian translation (thank you zmni, mlocati, tiwi90, rakekniven, unchase)

[close]

http://www.qownnotes.org/
Titel: EmEditor Free 19.4 Beta 4
Beitrag von: SiLæncer am 27 November, 2019, 09:06
(https://1z9j8fz5fww49iaje1itey71-wpengine.netdna-ssl.com/wp-content/uploads/2013/09/EmEditorFree_Window.png)
EmEditor is a lightning-fast, tabbed text editor with themes, syntax highlighting, stay-on-top, and customizable keyboard mapping. The program supports batch find-and-replace, regular expressions, and more.

The program beat a variety of other text editors in tests performed by TPFC user TP109. Additional features are available via a non-free version.

Free for personal use

Changelog

    Added the Export and Import commands to the context menu displayed when right-clicked in the list box in the CSV page of the Customize dialog box and other dialog boxes.
    Fixed bugs reported by customers

[close]

https://www.emeditor.com/text-editor-features/history/emeditor-free/
Titel: Pandoc 2.8.0.1
Beitrag von: SiLæncer am 27 November, 2019, 19:45
Pandoc is a command-line utility that can convert files from one markup format into another.

Pandoc's enhanced version of Markdown includes syntax for footnotes, tables, flexible ordered lists, definition lists, fenced code blocks, superscripts and subscripts, strikeout, metadata blocks, automatic tables of contents, embedded LaTeX math, citations, and Markdown inside HTML block elements. (These enhancements, described further under Pandoc's Markdown, can be disabled using the markdown_strict input or output format.)

License: Open Source

Changelog

    List pdf in --list-output-formats.
    EPUB writer: Fix regression with --css (#5937). In 2.8 --css would not have an effect on EPUB output.
    RST writer: Use grid tables for one-column tables, since simple tables clash with heading syntax in this case (#5936).
    Add unexported module Text.Pandoc.Readers.Metadata (see #5914).
    Use doctemplates 0.7.2, which adds the nowrap filter to templates.
    Update default man template using nowrap for .TH heading (#5929).
    HTML templates: Add support for toc-title variable (#5930, Alexandre Franke).
    Remove grffile (LaTeX package) requirement in MANUAL.txt (#5927, Ian Max Andolina).
    Use skylighting 0.8.3.

[close]

https://github.com/jgm
Titel: MiKTeX 2.9.7269
Beitrag von: SiLæncer am 28 November, 2019, 11:45
(https://i.postimg.cc/KzkJ4d7b/screenshot-1397.png)
MiKTeX (pronounced mick-tech) is an up-to-date implementation of TeX/LaTeX and related programs for Windows (all current variants).

Freeware

http://miktex.org/
Titel: QOwnNotes 19.11.23 Build 4983
Beitrag von: SiLæncer am 28 November, 2019, 21:00
(https://s26.postimg.cc/hoi1ahlcp/screenshot_978.png)
QOwnNotes is a text editor / notepad replacement with markdown support and todo list manager. The program supports themes, keyboard shortcuts, syntax highlighting, and encryption. Includes available nested file list, tags, search, and more. Optionally works with the notes application ownCloud or Nextcloud.

Cross-platform with clients available for Mac and Linux.

License:    GPL

Changelog

    now most of the editor styling will be also used in the preview by default (for #1462)
        this can be turned off in the Preview settings
    you now change the current note folder in the tray icon (for #1451)
        the current note folder is marked with an icon (making it bold didn't seem to work)
    added more Uzbek, Japanese translation (thank you Fabijenna, shitennouji)

[close]

http://www.qownnotes.org/
Titel: BaseX 9.3
Beitrag von: SiLæncer am 29 November, 2019, 19:45
(https://s26.postimg.cc/zexqg30d5/screenshot_63.png)
BaseX is a Java-based software application that integrates an XML database and XQuery text editor. It is wrapped in a user-friendly working environment and comes packed with several useful options and configuration parameters for experienced users.

BSD License

Changelog

    RESTXQ

    - seamless streaming of custom responses to the client
    - Request Module: bind attributes to current request
    - better support for the OPTIONS and HEAD methods
    - enforce premature HTTP response with web:error
    - optional GZIP compression of HTTP responses
    - trace output is now stored in database logs
    - server-side forwarding with web:forward

    USER INTERFACES

    - GUI: project view: skip directories with .ignore file
    - GUI: project view: do now follow symbolic links
    - DBA: user panel updated to show user info
    - DBA: faster processing of log entries

    STORAGE:

    Hot fix for replacing single documents with namespaces
    Improved XQuery processing of binary resources
    ADDCACHE: faster caching of single documents
    WITHDB: less locking when using fn:doc

    XQUERY FUNCTIONS:

    User:info/user:update-info: process user-specific data
    Db:open-id, db:open-pre: support for multiple ids
    File:descendants: return descendant file paths
    Inspect:type: return type of a value as string
    Db:alter-backup: rename database backups
    Xsl:transform: support for catalog files

    XQUERY PERFORMANCE:

    Merge of adjacent/redundant steps in paths and predicates
    Removal of redundant switch, typeswitch and catch clauses
    Interruption of side-effecting code (Files Modul etc.)
    Fn:count: pre-evaluation of zero-or-one arguments
    Faster processing of alternative steps: a/(b,c)
    Rewriting of paths to simple map expressions
    Inlining of values in simple map expressions
    Flattening of nested simple map expressions
    Rewriting of lists to union expressions
    Removal of superfluous predicates

[close]

http://basex.org/
Titel: Typora 0.9.80 Beta
Beitrag von: SiLæncer am 29 November, 2019, 21:10
(https://i.postimg.cc/25xV0Fq1/Virtual-DVD.png)
Swiftly write, edit, format and convert text to HTML with the help of this modern looking, streamlined and novice-accessible piece of software.

Freeware

Changelog

    Add Danish (by archfrog) and Ukrainian (by oleksavyshnivsky) translations.
    Improve copy paste from website.
    Improve find and replace function.
    Upgrade mermaid to 8.4.0, fix XSS issue, supporting state diagram, pie chart diagrams and other improvements.
    Improve natural sort algorithm on file sidebar.
    Fix bugs about navigation keys.
    Fix anchor and internal links for exported HTML and PDF.
    Bug fix on lists.
    Fix a critical compatibility bug with Sougo IME.
    Fix "New" command on JumpList of Windows taskbar.
    Other bug fix and small improvements.

[close]

http://www.typora.io/
Titel: VNote 2.8
Beitrag von: SiLæncer am 29 November, 2019, 21:30
(https://s26.postimg.cc/871od8huh/screenshot_1147.png)
Peculiar yet interesting, open source piece of software that sports both Markdown editing capabilities and note management features.

MIT License

Changelog

    Image Hosting:

    Add supports for image hosting, including service GitHub, Gitee, Wechat, and Tencent Cloud; (@fengwenhua)
    Support sorting notebooks in context menu;
    Add theme v_next; (@hzhu212)

[close]

https://tamlok.github.io/vnote/
Titel: EmEditor Free v19.4 beta 5
Beitrag von: SiLæncer am 30 November, 2019, 18:10
Whats new:>>

Fixed bugs reported by customers (1 (https://www.emeditor.com/forums/topic/19-3-94/), 2 (https://www.emeditor.com/forums/topic/drag-and-drop-active-point/), 3 (https://www.emeditor.com/forums/topic/customize-menus-3/)).

https://www.emeditor.com/text-editor-features/history/emeditor-free/
Titel: PilotEdit Lite 13.4.0
Beitrag von: SiLæncer am 01 Dezember, 2019, 10:40
(http://www.pilotedit.com/images/OpenInQuickMode.PNG)
PilotEdit is a text, hex, XML, C/C++, HTML, PHP, Java, Javascript and Perl editor that can edit large files of 400GB (40 billion lines).

It offers customizable syntax and keyword highlighting, advanced search and replace operations, automatic text encoding, 256-bit AES encryption/decryption and a built-in FTP/SFTP client lets you open, edit, download and upload large files directly to/from a FTP/SFTP server.

In addition to standard text editing features, PilotEdit can compare and merge two large files of 100GB (10 billion lines). You can also sort, find/remove duplicate lines and extract strings over a large file of 1GB.

Freeware

Zitat
PilotEdit 13.4.0 shows a progress dialog when loading dictionaries.

http://www.pilotedit.com/
Titel: QOwnNotes 19.12.0 Build 4998
Beitrag von: SiLæncer am 01 Dezember, 2019, 10:50
Changelog

    improved code block styling matching (for #1462)
    fixed link headline styling (for #29, thank you @Waqar144)
    improved headline highlighting parsing speed (for #30, thank you @Waqar144)
    improved broken link highlighting speed (for #1465, thank you @Waqar144)
    added more Albanian, Latvian, Punjabi, Hungarian, Dutch, Indonesian, Russian, Spanish, German, Italian translation (thank you Fabijenna, zmni, unchase, richarson, rakekniven, mlocati)

[close]

http://www.qownnotes.org/
Titel: Typora 0.9.81 Beta
Beitrag von: SiLæncer am 01 Dezember, 2019, 11:50
Whats new:>>

Fix regression bugs on 0.9.80.

http://www.typora.io/
Titel: HtLite 5.1.0.7
Beitrag von: SiLæncer am 02 Dezember, 2019, 19:30
(https://s26.postimg.cc/pw2fa422x/screenshot_172.png)
Umfangreicher HTML/XHTML Editor.  Jeder externe Browser zur Seitenansicht einstellbar.  Wer keinen HTML Designer zur visuellen Gestaltung seiner Seiten benötigt, sondern nur einen komfortablen Code-Editor sucht, erhält hier eine hervorragende Alternative.

Freeware

http://www.winsoftware24.com/HtLite.html
Titel: EmEditor Free 19.4 Beta 6
Beitrag von: SiLæncer am 03 Dezember, 2019, 06:20
Whats new:>>

Fixed bugs related to AutoFill/AutoRepeat commands.

https://www.emeditor.com/text-editor-features/history/emeditor-free/
Titel: QOwnNotes 19.12.1 Build 5019
Beitrag von: SiLæncer am 04 Dezember, 2019, 05:50
Changelog

    you now can select multiple note sub-folders to filter notes (for #327, thank you @Waqar144)
    attempted to switch to Core18 for the snap release on Launchpad (for #1439)
    fixed headline background highlighting (for #1473, thank you @Waqar144)
    fixed notes not switching from system tray menu (for #1467, thank you @Waqar144)
    added basic C, C++, JS, PHP, Bash, Python and QML syntax highlighting support (thank you @Waqar144)
    added optional aspell support (for #1468, thank you @Waqar144)
    added more Spanish, German, Catalan translation (thank you richarson, rakekniven, MGuerra)

[close]

http://www.qownnotes.org/
Titel: Google Web Designer 7.1.0.1122
Beitrag von: SiLæncer am 05 Dezember, 2019, 05:10
(https://i.postimg.cc/t4kxrGLC/screenshot-2067.png)
Google Web Designer allows you to create engaging, interactive HTML5-based designs and motion graphics that can run on any device. Let us handle the HTML5 and CSS3 so you're free to focus on what you love to do: creating gorgeous visual experiences. A full design suite lets you easily bring any vision to life. If you're feeling more hands-on, all the code behind your designs is hand-editable, so you're never locked out of your own work. Your ideas are now amplified by code - not restricted by it.

Freeware

Changelog

    Changes in version 7.1.0.1122:

    The Components panel now only shows supported components when the ad environment is set to Google Ads or AdMob.
    The initial load size has been temporarily removed from the Summary section in the Publish dialog and the Ad Validator.
    The option to include GreenSock JavaScript libraries (File > Include JS library) is now available for the Google Ads environment.
    The "Skip loading delay" option has been added to the local Publish settings dialog for bypassing the default delay when loading the published ad outside of Google ad platforms.
    Additional sizes have been added to the advanced mode responsive preview sizes list for Display & Video 360 (360x640, 360x592, and 375x667).
    As Google Fusion Tables has been shut down, the Maps component no longer supports displaying markers for locations listed in Fusion Tables.
    Fixes and improvements in version 7.1.0.1122

    Code view:

    The "Reset to defaults" option now resets all Code view preferences correctly.
    The language menu now closes when clicking outside of the menu or selecting the current option.
    Fixed performance issue when switching between Code view and Design view.
    Fixed layout issue with long labels in Code view preferences in some languages.
    Fixed issue with custom color swatches not refreshing when switching documents in Code view.

    Components:

    Particle Effects] Specified tooltip for Autoplay property.
    Particle Effects] Fixed issue where the add preset button didn't work when scrolled to right end of the Presets panel.
    Particle Effects] Fixed issue where the "Number" property could be empty.
    Particle Effects] Fixed issue where a group containing the Particle Effects component wouldn't render in the Library after being broken apart.
    Transition Gallery & Particle Effects] Fixed issue with zoom control being active in the "Choose images" dialog.
    Fixed issue where the Transition Gallery did not render images after switching pages.

    Dynamic:

    Fixed issue where the custom schema account dropdown didn't appear after canceling and reopening the Dynamic bindings dialog.
    Files can now be opened when the Studio dynamic profile contains special characters such as - and + in the profile field names.
    Fixed issue where "Image URL" couldn't be selected when applying the "Pluck and Join" filter in the Dynamic bindings dialog.
    Fixed issue with font name not updating correctly for text with a binding for the font name.

    Guide layers:

    Fixed publishing issue for documents without pages that contained a guide layer.
    Fixed the incorrect warning about missing local assets in the Ad Validator when switching between documents or between Code view and Design view.
    Fixed issue with the redo command when the document contained a guide layer.
    Fixed issue with keyframe rules for guide layers getting published if the guide layers weren't on the active page.
    Fixed issue with the element ID of a guide layer getting changed to data-gwd-grp-id after editing a group.
    Fixed issue where empty keyframes on elements nested in guide layers were not added or restored correctly.
    Fixed issue where the bounding box for multiple selected elements was removed after converting the layers to guide layers with the Ad Validator panel open.

    Masking:

    The mask type shown in the timeline is now localized.
    Fixed issue with undoing the creation of a mask.

    Publish:

    Responsive documents for AdMob can now be published as a fixed-size ad with the addition of a "Size" dropdown in the Publish dialog.
    Fixed issue with keyboard shortcut commands not working after dismissing the Publish to Studio dialog.
    The "Press enter to create" text now disappears once you start typing the creative name in the Publish to Studio dialog.
    The Publish dialog summary now updates the file size after toggling the "Inline local files" or "Groups unpacking" options.
    Fixed layout issue with long labels in the Publish dialog in some languages.

    Templates:

    Fixed issue with opening the Swipeable Gallery event in the Cue Cards 300x250 template.
    Fixed mouseover glitch in the responsive version of "Dynamic Remarketing Side-by-side with Header and Individual CTA Buttons".
    Fixed issue with duplicate events for the expand button in "Expandable creative with Video Player".
    Fixed issue with missing data in the sample data for the Cue Cards template.

    Other:

    Ad environment] Fixed issue with images not rendering on stage after switching the document's ad environment from "Non-Google ad" to another environment or the other way around.
    Responsive] Overlapping media rules manually added in Code view are now disabled.
    CSS panel] Fixed issue with red outlines appearing around elements when deleting CSS style rules in the CSS panel.
    Interactive video] Fixed issue with undoing the deletion of a hotspot using the X button in the hotspot layer.
    Outliner] Fixed issue with the Outliner not filtering on tag name.
    Quick mode] Fixed issue with undoing the addition of a new thumbnail.
    An error message is now shown when opening a malformed document that is missing class="gwd-page-content" or "gwd-page-size".

[close]

http://www.google.com/webdesigner
Titel: EmEditor Free v19.4.0
Beitrag von: SiLæncer am 05 Dezember, 2019, 05:20
(https://1z9j8fz5fww49iaje1itey71-wpengine.netdna-ssl.com/wp-content/uploads/2013/09/EmEditorFree_Window.png)
EmEditor is a lightning-fast, tabbed text editor with themes, syntax highlighting, stay-on-top, and customizable keyboard mapping. The program supports batch find-and-replace, regular expressions, and more.

The program beat a variety of other text editors in tests performed by TPFC user TP109. Additional features are available via a non-free version.

Free for personal use

Changelog

    AutoFill/AutoRepeat feature for non-CSV documents and CSV documents without cell selection mode
    Drag selection border to shrink/extend selection range
    Speed Improvement of Copy, Cut, and Paste commands

[close]

https://www.emeditor.com/text-editor-features/history/emeditor-free/
Titel: Brackets 1.14.1-17752
Beitrag von: SiLæncer am 05 Dezember, 2019, 09:10
(https://s26.postimg.cc/4oi0g59zt/screenshot_535.png)
Easy-to-use HTML editor and code generator with support for CSS and JavaScript, featuring a live preview function, syntax highlighting and autocompletion.

License : Open Source

Release Notes
   

    The 1.14.1 release has a security update to fix remote exploitation by DNS rebinding vulnerability noticed with remote debugging enabled by default on application launch.

    To address the security issue, the CEF debugger is disabled by default on application launch. Users who would want to enable debugging should launch Brackets from command line/terminal with the following command:

    Brackets.exe --remote-debugging-port=
    A toast notification will be shown in Brackets UI with the message “Remote debugging enabled on localhost:12345” for valid port number and remote debugging will be enabled. If port is not in the range between 1024 – 65534, the remote debugger is disabled on launch and a toast notification will be shown with the message “Cannot enable remote debugging on port <>. Port numbers should be between 1024 and 65534.”


[close]

http://brackets.io/
Titel: Notepad++ 7.8.2
Beitrag von: SiLæncer am 05 Dezember, 2019, 13:50
(https://i.postimg.cc/90QrsKpv/screenshot-818.png)
Notepad++ is a tabbed source code editor and Notepad replacement with a customizable interface. It is one of the few few source code editors that supports "folding," allowing users to quickly reduce and expand sections of code to see the overall document. In addition, it features multi-language syntax highlighting, auto-completion, regular expression search/replace, macro recording and playback, etc. The program can access a long list of plug-ins via an easy-to-access menu with even more features and functions.

License: GPL

Changelog

1.  Add key shortcuts in Save or not dialog.
2.  Add find in files filter excluding ability.
3.  Add "Open UDL folder" command.
4.  Fix issue of showing save dialog twice while cloned file is dirty.
5.  Enhance "Open Explorer" command in Folder as workspace with expected path.
6.  Fix tab dragging issues.
7.  Enhance "Close all but This" and "Close all to the left/right" commands while files are dirty.
8.  Enhance "In Selection" option in Find dialog.
9.  Fix Notepad++ blocked in notification zone issue.
10. Make end-of-line conversion operations macroable.
11. Fix "View Current File In" commands disabled problem in some situations.

[close]

Download: https://github.com/notepad-plus-plus/notepad-plus-plus

https://notepad-plus-plus.org/
Titel: QOwnNotes 19.12.2 Build 5030
Beitrag von: SiLæncer am 05 Dezember, 2019, 21:30
(https://s26.postimg.cc/hoi1ahlcp/screenshot_978.png)
QOwnNotes is a text editor / notepad replacement with markdown support and todo list manager. The program supports themes, keyboard shortcuts, syntax highlighting, and encryption. Includes available nested file list, tags, search, and more. Optionally works with the notes application ownCloud or Nextcloud.

Cross-platform with clients available for Mac and Linux.

License:    GPL

Changelog

    you now can select multiple note tags to filter notes (for #327, thank you @Waqar144)
    you can now move paragraphs up/down with Ctrl + Shift + ↑/↓ (for #569, thank you @Waqar144)
    added rust, java, csharp, go, v-lang and SQL syntax highlighting support in code blocks in the note edit (for #38, thank you @Waqar144)
    fixed SLE build process (thank you @Waqar144)
    added more German, Catalan, Hungarian, Italian, Dutch, Russian translation (thank you rakekniven, MGuerra, Fabijenna, mlocati, unchase, tiwi90)

[close]

http://www.qownnotes.org/
Titel: Pandoc 2.8.1
Beitrag von: SiLæncer am 06 Dezember, 2019, 09:12
Pandoc is a command-line utility that can convert files from one markup format into another.

Pandoc's enhanced version of Markdown includes syntax for footnotes, tables, flexible ordered lists, definition lists, fenced code blocks, superscripts and subscripts, strikeout, metadata blocks, automatic tables of contents, embedded LaTeX math, citations, and Markdown inside HTML block elements. (These enhancements, described further under Pandoc's Markdown, can be disabled using the markdown_strict input or output format.)

License: Open Source

Changelog

    Add ascii_identifiers as a supported extension for markdown. This fixes a regression in 2.8.
    Fix regression with behavior of --variable (#5962). Previously -Vfoo=1 -Vfoo=2 would produce a list value for foo; with 2.8 it produced just 2. This commit restores the earlier behavior.
    Roll back part of of --shift-heading-level-by change (#5957). With positive heading shifts, starting in 2.8 this option caused metadata titles to be removed and changed to regular headings. This behavior is incompatible with the old behavior of --base-header-level and breaks old workflows, so we have rolled back the change. Note that there is now an asymmetry in positive and negative heading level shifts: With positive shifts, the metadata title stays the same and does not get changed to a heading in the body, while with negative shifts, a heading can be converted into the metadata title.
    Text.Pandoc.Shared: Fix makeSections so it doesn’t turn column Divs into sections.
    HTML writer: add task-list class to ul if all elements are task list items. This will allow styling unordered task lists in a way that omits the bullet.
    HTML-based templates: Add CSS to suppress bullet on unordered task lists.
    ConTeXt template: Fix startcslreferences and use ConTeXt syntax conventions (#5945, Denis Maier). The old version had a too large a skip at the beginning of the reference list.
    LaTeX template: keep the author{} command even if author is not specified (#5961, Yihui Xie). Avoids a LaTeX warning.
    Increase GC allocation space for compilation in cabal.project.
    Clean up manual on PDF generation backend options (#5940).
    Update release checklist to include code signing step and update Windows release-candidate builds (#5950).

    Generate Emoji module with TH:

    Add Text.Pandoc.Emoji.TH.
    Replace long literal list in Text.Pandoc.Emoji with one-liner generating it from emoji.json using TH.
    Add Makefile target to download emoji.json.
    Remove tools/emoji.hs.


[close]

https://github.com/jgm
Titel: TEA 50.0.3
Beitrag von: SiLæncer am 07 Dezember, 2019, 10:40
(https://s26.postimg.cc/h1i60dicp/screenshot_255.png)
TEA is a graphical text editor. Its name is an acronym for Text Editor of the Atomic Era. It is designed for low resource consumption, a wide range of functions and adaptability.

License: GPLv3

Changelog

Joystick fixes, etc.

[close]

http://semiletov.org/tea/
Titel: QOwnNotes 19.12.3 Build 5038
Beitrag von: SiLæncer am 07 Dezember, 2019, 18:00
Changelog

    fixed deselection of multi folder selection (for #327, thank you @Waqar144)
    dialogs like the Todo dialog, the Issue assistant dialog or the Action dialog will now raise across other windows if activated while already active (for #1485)
    the Gentoo EBuilds now are using EAPI7 (for #1484, thank you @internethering)
    added more Danish, Finnish translation (thank you Fabijenna)

[close]

http://www.qownnotes.org/
Titel: Scite 4.2.2
Beitrag von: SiLæncer am 07 Dezember, 2019, 18:50
(https://s26.postimg.cc/fbkgceeux/screenshot_1241.png)
Editor mit Syntax-Highlighting, Auto-Completion, Folding und vielem mehr...

Lizenz: Open Source

Changelog

    Move rather than grow selection when insertion at start. Bug #2140.
    Allow target to have virtual space. Add methods for finding the virtual space at start and end of multiple selections. Feature #1316.
    SciTE on Win32 adds mouse button "Forward" and "Backward" key definitions for use in properties like user.shortcuts. Feature #1317.
    Lexer and folder added for Hollywood language. Feature #1324.
    HTML lexer treats custom tags from HTML5 as known tags. These contain "-" like "custom-tag". Feature #1299.
    HTML lexer fixes bug with some non-alphabetic characters in unknown tags. Feature #1320.
    Fix bug in properties file lexer where long lines were only styled for the first 1024 characters. Bug #1933.
    Ruby lexer recognizes squiggly heredocs. Feature #1326.
    Avoid unnecessary IME caret movement on Win32. Feature #1304.
    Clear IME state when switching language on Win32. Bug #2137.
    Fixed drawing of translucent rounded rectangles on Win32 with Direct2D. Bug #2144.
    Setting rectangular selection made faster. Bug #2130.
    SciTE reassigns *.s extension to the GNU Assembler language from the S+ statistical language.

[close]

http://www.scintilla.org/SciTE.html
Titel: QOwnNotes 19.12.4 Build 5050
Beitrag von: SiLæncer am 08 Dezember, 2019, 11:30
Changelog

    fixed a problem with loading notes if no note sub-folder was selected (for #1489)
    lots of syntax highlighting improvements were made (for #40, thank you @Waqar144)
    fixed deselection of multi folder selection again (for #327, thank you @Waqar144)
    added more Uzbek, Lithuanian, Danish, Estonian, Albanian translation (thank you Fabijenna)

[close]

http://www.qownnotes.org/
Titel: Alternate Text Browser 3.610
Beitrag von: SiLæncer am 09 Dezember, 2019, 09:02
(https://i.postimg.cc/TYy7wJVb/screenshot-1429.png)
This program makes it easy to browse through text- and html-files (also xml), syntax highlighting for serveral programming languages available (C++, Pascal, PHP, Perl, ASM, JScript etc.).

Freeware

Whats new:>>

    Corrections in find dialog for normal editor
    Corrections for Regex for advanced editor
    Language corrections
    Added option to navigate through folders
    Memo 3.070, Calculator 3.440 added

http://www.alternate-tools.com/pages/c_textbrowser.php?lang=ENG
Titel: EditPad Lite 7.6.6
Beitrag von: SiLæncer am 09 Dezember, 2019, 17:15
(http://www.editpadpro.com/screens/editpadlite.png)
EditPad Lite is a general-purpose text editor, designed to be small and compact, yet offer all the functionality you expect from a basic text editor.

Freeware

Changelog

    Bug fixes:

    Block|Insert File: Inserting an empty file now simply does nothing instead of triggering an access violation error.
    Block|Rectangular Selections: Copying a rectangular selection to the clipboard, exiting EditPad, and then pasting into another EditPad instance pasted the copied text but not as a rectangular selection.
    Help window no longer becomes unresponsive if EditPad shows a modal dialog box while the help window is already visible.
    Search: Toolbar buttons and context menu items were not highlighted when you hover the mouse over them if the Search or Replace drop-down list had keyboard focus.
    As a consequence of this fix, the Search and Replace drop-down lists lose keyboard focus if you hover the mouse over a button on the Search toolbar.
    Using a color picker no longer automatically moves pointer to the default button in the dialog box that uses the color picker button when the option to automatically move the mouse pointer to the default button is enabled in the Windows Control Panel.

[close]

http://www.editpadlite.com/
Titel: QOwnNotes 19.12.5 Build 5052
Beitrag von: SiLæncer am 09 Dezember, 2019, 20:30
Changelog

    fixed populating of the sub-folder panel if you turn on sub-folders for a note folder in the settings (for #1493)
    lots of fixes and improvements for the code highlighting were made and support for JSON and XML was added (thank you @Waqar144)
    added more Lithuanian, Italian, German, Spanish, Slovenian, Croatian, Slovak, Catalan, Russian translation (thank you Fabijenna, mlocati, rakekniven, richarson, MGuerra, unchase)

[close]

http://www.qownnotes.org/
Titel: CudaText 1.91.0.0 Final
Beitrag von: SiLæncer am 10 Dezember, 2019, 05:30
(https://s26.postimg.cc/k6wu8qcrt/screenshot_901.png)
Create programming scripts with this powerful tool that supports more than 130 languages and allows users to work concurrently on as many as six groups of projects.

Freeware

Changelog

+ add: Windows: shell extension DLL (x32, x64), it was written by Andreas Heim (@dinkumoil). Run Cmd script from Explorer to install/uninstall the DLL.
+ add: Find/Replace dialog has new button "Replace global", to replace all matches in all opened documents
+ add: Ctrl+click on selection was ignored before, now it can start drag-drop with copying
+ add: option "key_bksp_wrap": allows BackSpace to go to previous line
+ add: dialog "Go to bookmark" reworked: it shows bookmarks in all opened documents; it shows tab titles; it has filter inputbox
* change: Command Palette commands "find first", "find next", "find all ..." now search for current text of Find dialog inputbox
- fix: lexer Bash: issue with line comment
- fix: must not clear code-tree on closing passive (lefter) tab
- fix: must not clear code-tree on clicking active tab

[close]

http://www.uvviewsoft.com/cudatext/
Titel: EditPad Lite 7.6.7
Beitrag von: SiLæncer am 10 Dezember, 2019, 12:29
Whats new:>>

    Bug fix:

    Selecting Help|Forum in the menu or clicking the Forum button on the toolbar triggered an access violation, making it impossible to access the forum (7.6.6 only).

http://www.editpadlite.com/
Titel: Notepad S# 2.5
Beitrag von: SiLæncer am 10 Dezember, 2019, 19:10
(https://i.postimg.cc/k5Vvfrzb/screenshot-2232.png)
This is a notepad application, similar to the one provided by Windows, but with a few interesting upgrades that may be enough to convince you to switch to this version of the app.

Freeware

Whats new:>>

    Added many more Fonts
    More file extensions(pdf added)
    Advance mode through help menu makes you able to use all possible formats
    Minor UI updates
    Prefabs menu added(Help>Prefabs)
    Copyright notice added
    Bug fixes

https://rafd.itch.io/notepad-s
Titel: TEA 50.0.4
Beitrag von: SiLæncer am 10 Dezember, 2019, 19:50
(https://s26.postimg.cc/h1i60dicp/screenshot_255.png)
TEA is a graphical text editor. Its name is an acronym for Text Editor of the Atomic Era. It is designed for low resource consumption, a wide range of functions and adaptability.

License: GPLv3

Changelog

Important fixes

[close]

http://semiletov.org/tea/
Titel: QOwnNotes 19.12.6 Build 5059
Beitrag von: SiLæncer am 11 Dezember, 2019, 05:10
(https://s26.postimg.cc/hoi1ahlcp/screenshot_978.png)
QOwnNotes is a text editor / notepad replacement with markdown support and todo list manager. The program supports themes, keyboard shortcuts, syntax highlighting, and encryption. Includes available nested file list, tags, search, and more. Optionally works with the notes application ownCloud or Nextcloud.

Cross-platform with clients available for Mac and Linux.

License:    GPL

Changelog

    fixed a problem when logging out of KDE while application is minimized to tray (for #1496)
    fixed a problem with XML syntax highlighting (for #47, thank you @Waqar144)
    improved code block colors for the Light editor schema
    improved application execution speed (for #1497, thank you @Waqar144)
    added CSS syntax highlighting (for #48, thank you @Waqar144)
    added more Uzbek, Urdu (Pakistan), Bosnian, Irish, Serbian (Cyrillic), Norwegian, Swedish, Estonian, Lithuanian, Hebrew, Finnish, Romanian, Dutch, Hungarian, Basque, Icelandic, Czech, Danish translation (thank you Fabijenna)

[close]

http://www.qownnotes.org/
Titel: Scite 4.2.3
Beitrag von: SiLæncer am 11 Dezember, 2019, 05:50
(https://s26.postimg.cc/fbkgceeux/screenshot_1241.png)
Editor mit Syntax-Highlighting, Auto-Completion, Folding und vielem mehr...

Lizenz: Open Source

Whats new:>>

Fix failure in SciTE's Complete Symbol command.

http://www.scintilla.org/SciTE.html
Titel: QOwnNotes 19.12.7 Build 5067
Beitrag von: SiLæncer am 11 Dezember, 2019, 18:30
Changelog

    hid the excessive Unable to find any suggestion for spellchecker warnings
    improved CSS color attribute highlighting (for #49, thank you @Waqar144)
    fixed highlighting issue for punctuation after links (for #1498)
    fixed inserting of images from urls in the Image dialog (for #1500)
    improved folder switching time when tags are used (for #1499, thank you @Waqar144)
    added more Albanian, Kurdish, Indonesian, Uzbek, Urdu (Pakistan), Bosnian, Irish, Persian, Bulgarian, Serbian (Cyrillic), Norwegian, Swedish, Estonian translation (thank you Fabijenna, zmni)

[close]

http://www.qownnotes.org/
Titel: ProgramEdit 4.8.9
Beitrag von: SiLæncer am 12 Dezember, 2019, 05:20
(https://s26.postimg.cc/wcabyxqq1/screenshot_58.png)
ProgramEdit - a free Windows® software source-code editor. ProgramEdit includes language support for HTML, Ada, C/C++, C#, CSS, JAVA, JavaScript, Perl, PHP, Python, Ruby, VB, VBScript, Verilog, VHDL and Batch(.bat) files. Other features include tabbed file selection, text highlighting, find & replace, regular expressions, sesssions, bookmarks, multiple undo/redo and hyperlinks.

Freeware

Whats new:>>

    fix SaveAs Bookmark bug
    fix minor invalid Bookmark bug
    fix minor case-sensitive SaveAs bug

http://simplesolverlogic.com/index.html
Titel: Google Web Designer 7.1.1.1210
Beitrag von: SiLæncer am 12 Dezember, 2019, 09:02
(https://i.postimg.cc/t4kxrGLC/screenshot-2067.png)
Google Web Designer allows you to create engaging, interactive HTML5-based designs and motion graphics that can run on any device. Let us handle the HTML5 and CSS3 so you're free to focus on what you love to do: creating gorgeous visual experiences. A full design suite lets you easily bring any vision to life. If you're feeling more hands-on, all the code behind your designs is hand-editable, so you're never locked out of your own work. Your ideas are now amplified by code - not restricted by it.

Freeware

Changelog

Fixed publishing issue when the document contains custom fonts.

[close]

http://www.google.com/webdesigner
Titel: Vim 8.2
Beitrag von: SiLæncer am 12 Dezember, 2019, 17:45
(https://s26.postimg.cc/xww5nc4zt/screenshot_1282.png)
A highly configurable text editor built to enable efficient text editing - an improved version of the vi editor distributed with most UNIX systems.

Freeware

Changelog

Vim 8.2 is a minor release, a lot of bugs have been fixed, documentation was updated, test coverage was improved, etc.

[close]

http://www.vim.org/index.php
Titel: QOwnNotes 19.12.8 Build 5077
Beitrag von: SiLæncer am 12 Dezember, 2019, 20:30
Changelog

    Trailing and leading spaces will now be trimmed from pasted urls in the Image dialog (for #1500)
    More general performance optimizations were done (for #1501 and #1502, thank you @Waqar144)
    When exporting the preview of a note (full note or just selected text in the note editor) a uniform set of styles will now be used regardless of if in dark mode or not (for #1469)
    Printing the preview of a note (full note or just selected text in the note editor) still uses the styles of the preview, if you want to use your custom colors you are able to print to a PDF (if your operating system supports it)
    The trailing newline in code blocks will now be removed when exporting so that there isn't an empty line at the end of each code block
    Added more Basque, Macedonian, Ukrainian, Persian, Albanian, Kurdish, Finnish translation (thank you Fabijenna)

[close]

http://www.qownnotes.org/
Titel: EmEditor Free 19.5 Beta 1
Beitrag von: SiLæncer am 13 Dezember, 2019, 06:10
(https://1z9j8fz5fww49iaje1itey71-wpengine.netdna-ssl.com/wp-content/uploads/2013/09/EmEditorFree_Window.png)
EmEditor is a lightning-fast, tabbed text editor with themes, syntax highlighting, stay-on-top, and customizable keyboard mapping. The program supports batch find-and-replace, regular expressions, and more.

The program beat a variety of other text editors in tests performed by TPFC user TP109. Additional features are available via a non-free version.

Free for personal use

Changelog

    Fixed a bug where EmEditor might freeze when you try to open a certain CSV file containing syntax errors.
    Fixed a bug where EmEditor might freeze when you change the CSV format of a very large CSV file.

[close]

https://www.emeditor.com/text-editor-features/history/emeditor-free/
Titel: HelpNDoc Personal Edition 6.6.0 Build 444
Beitrag von: SiLæncer am 13 Dezember, 2019, 12:24
(https://s26.postimg.cc/n8qdqw1ix/screenshot_994.png)
HelpNDoc provides all the tools necessary to write complete help files, manuals and documentations in a user friendly and very easy to use environment. HelpNDoc can generate standard Windows CHM help files, WEB based documentation, iPhone specific websites as well as printable PDF and Word documents.

HelpNDoc is completely free for personal use and evaluation purposes.

Changelog

    Topic editor zoom control: Zoom the topic editor from 10% up to 500% using either the zoom slider or keyboard shortcuts
    Project analyzer reports can now be printed, or exported to PDF or Excel files
    Added the ability to quickly run a script from the main window: click the popup from the script editor button and choose the script to run
    The snippet editor and templates' cover page editors can now optionally show hidden characters
    Locating a library item from the project analyzer will now select it within the topic editor
    Enhanced High DPI support for the topic editor: pictures were not always correctly displayed + various drawing enhancements in various DPI settings
    Improved HTML and RTF importers
    Improved robustness, speed and security of HND project files
    Improved clarity of "General information" tab in the project analyzer
    Anchors could produce extra spacing when exported to HTML documentation formats
    The code generator incorrectly mentioned that it added banners to the generated output

[close]

http://www.helpndoc.com/
Titel: HtLite 5.1.0.8
Beitrag von: SiLæncer am 13 Dezember, 2019, 20:40
(https://s26.postimg.cc/pw2fa422x/screenshot_172.png)
Umfangreicher HTML/XHTML Editor.  Jeder externe Browser zur Seitenansicht einstellbar.  Wer keinen HTML Designer zur visuellen Gestaltung seiner Seiten benötigt, sondern nur einen komfortablen Code-Editor sucht, erhält hier eine hervorragende Alternative.

Freeware

http://www.winsoftware24.com/HtLite.html
Titel: QOwnNotes 19.12.9 Build 5092
Beitrag von: SiLæncer am 14 Dezember, 2019, 18:00
Changelog

    you can now choose in the Preview settings if you want to use the internal export styling for exporting (also partial) or printing of notes or if you want to use the styling of your preview (for #1469)
        by default the internal styling will be used
        this is especially useful for the dark mode
    a lot of general performance optimizations were done (for #1503 and #1505, thank you @Waqar144)
    added more Uzbek translation (thank you Fabijenna)

[close]

http://www.qownnotes.org/
Titel: Black NotePad 1.4.0.45
Beitrag von: SiLæncer am 15 Dezember, 2019, 11:20
(https://s26.postimg.cc/lj0xxiynt/screenshot_1281.png)
Black NotePad was created as an alternative to the Notepad program of Windows operating systems. While retaining the original functions, Black NotePad improves manageability, contains important new functions, and greatly enhances program compatibility in terms of the edited text.

Freeware

Changelog

    Add: Print
    Add: Light/dark theme
    Add: Recent files
    Add: Find reverse
    Add: Case sensitive search
    Add: Main menu items and header text settings (Main menu right click)
    Many visual improvements

[close]

https://www.wintools.info/index.php/black-notepad
Titel: VNote 2.8.1
Beitrag von: SiLæncer am 15 Dezember, 2019, 11:50
(https://s26.postimg.cc/871od8huh/screenshot_1147.png)
Peculiar yet interesting, open source piece of software that sports both Markdown editing capabilities and note management features.

MIT License

Changelog

    Fix PlantUML online resources;
    MacOS: support staying in tray;
    Add a configuration in Settings to control code block copy button;

[close]

https://tamlok.github.io/vnote/
Titel: EmEditor Free 19.5 Beta 2
Beitrag von: SiLæncer am 15 Dezember, 2019, 21:20
(https://1z9j8fz5fww49iaje1itey71-wpengine.netdna-ssl.com/wp-content/uploads/2013/09/EmEditorFree_Window.png)
EmEditor is a lightning-fast, tabbed text editor with themes, syntax highlighting, stay-on-top, and customizable keyboard mapping. The program supports batch find-and-replace, regular expressions, and more.

The program beat a variety of other text editors in tests performed by TPFC user TP109. Additional features are available via a non-free version.

Free for personal use

Changelog

Added the ability to create a table of frequent strings from the Find Extract results (the Find dialog box – the arrow at the right side of the Extract button – Extract Options dialog box – the Count Frequent Strings check box).

[close]

https://www.emeditor.com/text-editor-features/history/emeditor-free/
Titel: PSPad 5.0.2 Build 315
Beitrag von: SiLæncer am 16 Dezember, 2019, 05:15
(http://images.six.betanews.com/screenshots/1076948037-1.png)
PSPad is a universal freeware editor. There is no complex install process; the program is ready to work immediately, without requiring customization. It supports many file types and languages, with syntax highlighting. There are macros, clip files and templates to automate repetitive activities. An integrated HEX Editor, Project support, FTP Client, Macro Recorder, File Search/Replace, Code Explorer, code page conversion, are just some of the many possibilities that PSPad can offer you.

Freeware

http://www.pspad.com/
Titel: EmEditor Free 19.5 Beta 3
Beitrag von: SiLæncer am 16 Dezember, 2019, 06:05
Whats new:>>

Added the option to show the Clipboard History window one second after the Paste (CTRL + V) or Cycle Clipboard Ring command was selected. This allows you to quickly select a previously used Clipboard text. (To disable this feature, clear Show Clipboard History on Paste check box to the Edit page of the Customize dialog box.)

https://www.emeditor.com/text-editor-features/history/emeditor-free/
Titel: Textosaurus 0.9.13
Beitrag von: SiLæncer am 16 Dezember, 2019, 13:20
(https://s26.postimg.cc/hsdowhmnt/screenshot_875.png)
Textosaurus (previously named Textilosaurus) is a Scintilla-based text editor with a configurable, tabbed interface and syntax highlighting. The program includes uploaders, tools for scripting, XML, JSON, MIME and supports a wide variety of text encoding.

64-bit only. Cross-platform with a Linux version available.

License:    GNU GPLv3

Changelog

    Added:

    Brand new sidebar "Character Map" which offers traditional character map functionality.
    Note that this character map offers ALL Unicode characters, not just first plane.
    It is also searchable.
    Text search function can now wrap around.
    External tools now can just insert or replace selected text with their output.
    Fix *.lnk file handling on Windows. If user opens *.lnk pointing to file, then the
    target file is opened. Also, handling of linked folders is fixed with Qt's native
    open file dialog.
    New PHP-only lexer.

    Changed:

    Added some more substyles for some lexers, updated substyles of
    built-in color schemes.
    "Markdown Preview" now uses md4c library (https://github.com/mity/md4c) which is more up-to-date.
    HTML lexer now handles HTML5 keywords.
    Scintilla is now directly incorporated into the source tree
    and its version is updated to 4.2.2.
    Persistent DateTime format setting for external tool. Setting is now changeable in
    "Settings" -> "Editor".
    DateTime tools now follow SYSTEM locale specifics.
    Some translations added or synced.
    Prebuilt Windows binaries now use update Qt library.

[close]

https://github.com/martinrotter/textosaurus
Titel: TeXmacs 1.99.12
Beitrag von: SiLæncer am 16 Dezember, 2019, 20:10
(https://i.postimg.cc/Dfs43qvs/Daminion.png)
Text editors come in a wide variety of shapes and sizes, from simple note generators to advanced suites comprising complex formatting algorithms. In the latter category one can include TeXmacs, a unified and powerful editor for structured documents.

License: GPLv3

Changelog

    Many bug fixes
    Make it easier to cite work on TeXmacs
    Improved Html import/export filters and support for MathJax
    Faster native (Qt-based) image export of formulas to Html
    Improved large bracket sizes and script positioning
    Various artwork related improvements
    Interface for SymPy
    Re-implement Asymptote, DraTex, Gnuplot, Graphviz, Xypic using Python for full platform support
    Documentation on how to write plugins using Python
    Updates of the dictionaries for French and Dutch
    (run-all-tests) aggregates and runs all the tests in Scheme
    Support for Java language

[close]

http://www.texmacs.org/tmweb/home/welcome.en.html
Titel: Atom 1.42.0
Beitrag von: SiLæncer am 17 Dezember, 2019, 04:30
(https://s26.postimg.cc/fmfpqomgp/screenshot_915.png)
A powerful and flexible application that works as a text and source code editor with syntax highlight, or alternately as a file viewer.

MIT License

Changelog

    #19770 - Add appropriate punctuation scopes to various characters in HTML.
    #19795 - Add support for Ruby syntax highlighting of symbols inside literal symbol arrays (e.g %i() and %I() when using Tree-sitter parsers).
    #19840 - Add support for Ruby syntax highlighting of alias, alias_method, block_given?, defined?, iterator?, super, and undef when using Tree-sitter parsers.
    #19880 - Improve JavaScript syntax highlighting of function names and function parameters when using Tree-sitter parsers.
    #19908 - Add support for jl as a language identifier for the Julia language when using fenced code blocks in Markdown files.

[close]

https://atom.io/
Titel: Atom 1.43.0 Beta 0
Beitrag von: SiLæncer am 17 Dezember, 2019, 04:50
Changelog

    #20041 - Improve PHP syntax highlighting for ternary operator, ereg functions, and comments within closures.
    #20122 - Improve PHP syntax highlighting for functions returning references, return types.
    #20088 - Improve SCSS syntax highlighting, by recognizing '-' as part of a class selector in an @extend statement.
    #20099 - Fix find and replace crashes when a tab is not an editor.
    #19832 - Fix an issue that prevented directories created by git worktree from being recognized as git repositories.
    #20134 - Improve CSS syntax highlighting by supporting grid properties (e.g row-gap, place-items, place-self and place-content).
    #20142 - Improve CSS syntax highlighting by preventing deprecated CSS properties from being highlighted as errors.
    #20156 - Add support for Javascript forEach snippet.
    #20173 - Add support for Javascript syntax highlighting for BigInt numeric.
    #20196 - Update legacy TextMate grammars to match microsoft/vscode@e6abf47.
    atom/github#2324: Removed the non-functional "jump to file" context menu option when viewing past commits.
    atom/github#2308: Explicitly display and choose the active git working directory in the Git and GitHub tabs.
    atom/github#2305: Fix a crash when viewing review comments on Windows.
    atom/github#2297: Avoid stalls due to data buffering by using TCP sockets instead of UNIX domain sockets for git dialog communications.
    atom/github#2222: Create and publish GitHub repositories with the github:create-repository and github:publish-repository commands.
    atom/github#2270: Copy the commit SHA and subject to the clipboard from the context menu on the mini-log.

[close]

https://atom.io/
Titel: CudaText 1.91.2.0 Beta
Beitrag von: SiLæncer am 17 Dezember, 2019, 06:10
(https://s26.postimg.cc/k6wu8qcrt/screenshot_901.png)
Create programming scripts with this powerful tool that supports more than 130 languages and allows users to work concurrently on as many as six groups of projects.

Freeware

Changelog

    Add: support encoding UTF-32, LE and BE, with and without BOM
    Add: support encoding ISO-8859-15
    Add: command "font size: reset" (reset to the value from config)
    Fix: backward search for multi-line blocks with empty lines

[close]

http://www.uvviewsoft.com/cudatext/
Titel: EmEditor Free 19.5 Beta 4
Beitrag von: SiLæncer am 17 Dezember, 2019, 09:06
Whats new:>>

Discontinued the Clipboard history feature introduced in beta 3. We will reconsider it in future versions.

https://www.emeditor.com/text-editor-features/history/emeditor-free/
Titel: QOwnNotes 19.12.10 Build 5099
Beitrag von: SiLæncer am 17 Dezember, 2019, 21:20
(https://s26.postimg.cc/hoi1ahlcp/screenshot_978.png)
QOwnNotes is a text editor / notepad replacement with markdown support and todo list manager. The program supports themes, keyboard shortcuts, syntax highlighting, and encryption. Includes available nested file list, tags, search, and more. Optionally works with the notes application ownCloud or Nextcloud.

Cross-platform with clients available for Mac and Linux.

License:    GPL

Changelog

    The num literal highlighter in CSH was re-implemented, multiline comment support was added and more syntax highlighter refactoring and optimization was done (for #52, #53, #54 and #55 thank you @Waqar144)
    Added more Spanish, Italian, Catalan, Slovenian, Polish, Macedonian, Swedish, Basque, Uzbek, Danish, Bulgarian, Cebuano, Croatian, Norwegian, Czech, Finnish, Icelandic, Punjabi, Latvian, Romanian, Lithuanian, Dutch, Hungarian, Slovak, Russian, German translation (thank you richarson, mlocati, MGuerra, Fabijenna, unchase, rakekniven, tiwi90)

    You now can choose if you want to use a Tab or spaces to indent text in the Editor settings (for #1455):

    You can also choose how many spaces should be used
    This also works with indenting selected text and in lists
    Now by default four spaces will be used to indent text instead of a Tab

[close]

http://www.qownnotes.org/
Titel: Notepads 1.0.2.0
Beitrag von: SiLæncer am 18 Dezember, 2019, 05:05
(https://i.postimg.cc/DzHrb6Dr/screenshot-1766.png)
Modern, open-source Notepad alternative for Windows 10 that gives the aging text editor a facelift, while also packing additional functionality into a similarly streamlined application.

MIT License

Changelog

Update dependencies.

[close]

https://github.com/JasonStein/Notepads
Titel: Zettlr 1.5.0 Beta 2
Beitrag von: SiLæncer am 18 Dezember, 2019, 13:19
(https://s26.postimg.cc/vfll9p4mh/screenshot_956.png)
Write text and conveniently edit it using Markdown with the help of this user-friendly and well-thought-out, Electron based application.

MIT License

Changelog

    GUI and Functionality:

    New Feature: AutoCorrect! Zettlr can now automatically replace certain characters with special symbols. For instance, by default it will replace --> with ?, != with ? or perform certain default replacements, such as transforming hyphens and fullstops with their typographically correct symbols (... -> … and -- -> –). You can edit the replacement table in the preferences and adapt them to your own needs. Please note that this feature will only be active when you are outside of codeblocks. This is meant to prevent unintended replacements, especially with certain languages such as R, where ASCII arrows are part of assignment operations.
    New Feature: Magic Quotes! Together with AutoCorrect, we've implemented the ability of Zettlr to use magic quotes. That means, whenever you type " (double quote) or ' (single quote), it will instead insert the typographically correct characters of your choice, for instance „…“ for German, or « … » for French. Even ?…? for Japanese are supported! Please note that this feature will only be active when you are outside of codeblocks. This is meant to prevent unintended replacements, as most languages require the ASCII quotes. Note also that having this feature active will deactivate the automatic bracket matching for quotes.
    YAML Frontmatters now receive the correct syntax highlighting.
    Codeblocks are now excluded from both tag extraction and ID search algorithms, so for example #include (used in C++ code) will no longer be recognised as a tag.
    Fixed a bug that would ignore the page size set in your PDF preferences when using the default template.
    Fixed a bug that prevented you from moving files and folders in combined sidebar mode.
    Fixed the broken footnote in-place preview and editing support when using named references.
    Improved the design of wrongly spelled words -- now the dotted line is closer to the actual words.
    Fixed Alt-clicking files in the combined sidebar mode. Now this will also open QuickLooks.
    Added the shortcuts Cmd/Ctrl+Shift+E to focus the editor and Cmd/Ctrl+Shift+T to focus the file list.
    On macOS, you can now also Cmd-Click links and tags to open/follow them.
    Added the variable %uuid4 to use Universally Unique Identifiers version 4 (random UUID) within certain strings in the app.
    Improve "Copy as HTML" to also provide fallback Markdown.
    Fixed paste detection (if there's only HTML in the clipboard)
    Changed the Support-link to link to Patreon.
    Added a new error message informing you of malformed citation keys.
    Fixed the print preview.
    Removed the quotes from the matchbrackets-configuration.
    Fixed link rendering and the opening of links.
    Added the shortcut Cmd/Ctrl+T to create a task list. Thanks to @jeffgeorge for implementing!
    The blockquote character > is not treated as a list-item anymore, meaning you don't have to Shift-Enter into the next line anymore to prevent the blockquote from expanding unnecessarily.
    Implemented a "fat" cursor for the insert mode of Windows, so that when you press the Ins-key to toggle between inserting and replacing, Zettlr will graphically announce that you'll now be replacing characters rather than inserting. Please note that this will only look good for monospaced fonts -- the other themes will have characters that are bigger than the cursor.
    Improve the tabs display for long titles (e.g. in the preferences dialog).

    Under the Hood:

    Switched to Electron 7.
    Added v8 code caching for better startup performance.
    Added a global logging interface for better error and bug handling.
    Relaxed the policy on wrong citation keys: One wrong key won't stop the loading of the rest of the database anymore, only the wrong key won't be included.
    Moved out the markdownOpenLink-function from the editor class to the utilities.
    Added much better heuristics to resolve paths linked to in markdown documents. Except a few edge cases, the algorithm should be able to open most varieties of links.
    The exporter now escapes the templates to account for potential spaces in the template path.
    Increased efficiency and cleanliness for loading the fenced code highlighting modes. Thanks to @BAKFR for implementing!
    Added support for building AppImage releases using the command yarn release:app-image (or npm run release:app-image). Thanks to @yashha for implementing!

[close]

https://www.zettlr.com/
Titel: QOwnNotes 19.12.11 Build 5104
Beitrag von: SiLæncer am 18 Dezember, 2019, 20:30
Changelog

    fixed note tagging (got broken in 19.12.9, for #1510)
    improved text indentation of selected text blocks (for #1455)
    added typescript highlighting support (for #1513, thank you @Waqar144)
    added more Russian, Italian, Hungarian, Dutch, Spanish translation (thank you unchase, mlocati, Fabijenna, richarson)

[close]

http://www.qownnotes.org/
Titel: EmEditor Free 19.5.0
Beitrag von: SiLæncer am 19 Dezember, 2019, 05:15
Changelog

    New General Features:

    Added the Extract Frequent Strings command to create a list of frequent whole lines or words as a CSV document.
    Added the ability to create a table of frequent strings from the Find Extract results (the Find dialog box – the arrow at the right side of the Extract button – Extract Options dialog box – the Count Frequent Strings check box). For instance, to create a list of frequently used IPv4 addresses in the current document, open the Find dialog box, click the arrow at the right side of the Extract button, select Extract Options, select Display Matched Strings Only, set the Count Frequent Strings check box in the Extract Options dialog box, click the Number Range radio button in the Find dialog box, enter “0.0.0.0/0” in the Find text box, and click the Extract button.

    New Options:

    Added the Extract Frequent Strings dialog box.
    Added the Count Frequent Strings check box, Number of Lines text box, CSV Format list box and Add and Delete buttons to the Extract Options dialog box.
    Added the Count matches when a document is opened check box to the Options page of the Customize Markers dialog box.
    Added the Show New Options check box to the Customize Start Window dialog box.
    Added the Activate EmEditor when text dropped from another app check box to the Mouse page of the Customize dialog box.

    New Commands:

    Extract Frequent Strings
    Count Marker Matches
    Clear Marker Match Count

    Plug-in API New Features:

    Added the FLAG_FIND_COUNT_FREQUENCY flag to the FIND_REPLACE_INFO structure.

    Macro New Features:

    Added the eeExFindCountFrequency flag to the Find method.

[close]

https://www.emeditor.com/text-editor-features/history/emeditor-free/
Titel: Alternate Text Browser 3.620
Beitrag von: SiLæncer am 19 Dezember, 2019, 06:05
(https://i.postimg.cc/TYy7wJVb/screenshot-1429.png)
This program makes it easy to browse through text- and html-files (also xml), syntax highlighting for serveral programming languages available (C++, Pascal, PHP, Perl, ASM, JScript etc.).

Freeware

Whats new:>>

French updated by rico-sos, many thanks

http://www.alternate-tools.com/pages/c_textbrowser.php?lang=ENG
Titel: QOwnNotes 19.12.13 Build 5111
Beitrag von: SiLæncer am 19 Dezember, 2019, 20:30
(https://s26.postimg.cc/hoi1ahlcp/screenshot_978.png)
QOwnNotes is a text editor / notepad replacement with markdown support and todo list manager. The program supports themes, keyboard shortcuts, syntax highlighting, and encryption. Includes available nested file list, tags, search, and more. Optionally works with the notes application ownCloud or Nextcloud.

Cross-platform with clients available for Mac and Linux.

License:    GPL

Changelog

19.12.13

    fixed build error on older Qt versions

19.12.12

    improved text un-indentation of list elements (for #1455)
    improved dark mode code block highlighting in the preview if editor highlighting styles are used (for #1516)
    fixed unnecessary note folder reload when the current note is tagged by double clicking a tag or using the Note tags panel
    the screen resolutions are now shown in the Debug settings
    fixed a possible highlighting crash and css class and id highlighting (for #57, thank you @Waqar144)
    added more Catalan, Swedish, Bosnian, Greek, Hebrew, Danish, Croatian, Romanian, Finnish, Polish, Slovenian, Slovak translation (thank you MGuerra, Fabijenna)

[close]

http://www.qownnotes.org/
Titel: BaseX 9.3.1
Beitrag von: SiLæncer am 19 Dezember, 2019, 20:45
(https://s26.postimg.cc/zexqg30d5/screenshot_63.png)
BaseX is a Java-based software application that integrates an XML database and XQuery text editor. It is wrapped in a user-friendly working environment and comes packed with several useful options and configuration parameters for experienced users.

BSD License

Whats new:>>

Minor bug fixes and performance tweaks

http://basex.org/
Titel: BabelEdit 2.6.0
Beitrag von: SiLæncer am 20 Dezember, 2019, 19:15
(https://s26.postimg.cc/7efmb9imh/screenshot_979.png)
A translation editor that can process one or more JSON files at the same time, providing support for both json and namespaced-json formats.

Freeware

Changelog

    Features:

    Support Google ARB files (Application Resource Bundle) for Dart/Flutter
    Editor font can be changed in Preferences dialog
    Support .tsx files in source code view (react-intl)
    Support .py files in source code view (generic JSON/YAML)
    Support ISO-8859-1 as well as UTF-8 encoding for Java .properties files
    Better parameter handling in machine translations, extended copy templates
    Minimum required macOS version is now 10.13
    Added array support for vue-json and vue-sfc projects

    Fixes:

    Better Arabic default font
    Crash when renaming translation id
    Improved compatibility with Intel graphics chipsets

[close]

https://www.codeandweb.com/babeledit
Titel: VNote 2.8.2
Beitrag von: SiLæncer am 21 Dezember, 2019, 09:20
(https://s26.postimg.cc/871od8huh/screenshot_1147.png)
Peculiar yet interesting, open source piece of software that sports both Markdown editing capabilities and note management features.

MIT License

Changelog

Upgrade Mermaid.js to latest release.

[close]

https://tamlok.github.io/vnote/
Titel: QOwnNotes 19.12.14 Build 5119
Beitrag von: SiLæncer am 21 Dezember, 2019, 17:30
Changelog

    Checked and unckecked checkboxes are now highlighted in the note editor (for #1519)
    The Issue assistant dialog is now scrollable to make it easier to enter issues on low resolution screens (for #1515)
    Made some performance improvements when changing the current note item (for #327, thank you @Waqar144)
    Fixed total byte display while downloading dictionaries in the Dictionary manager dialog if total byte size is not transmitted by the web server
    You can now remove multiple indent-character inside of text when indenting with spaces (for #1455)
    Fixed a problem with showing correct notes if no sub-folder was selected (for #1520, thank you @Waqar144)
    Added more German, Galician, French, Lithuanian, Serbian (Cyrillic), Czech, Uzbek translation (thank you rakekniven, Fabijenna)

[close]

http://www.qownnotes.org/
Titel: QOwnNotes 19.12.15 Build 5124
Beitrag von: SiLæncer am 22 Dezember, 2019, 18:00
Whats new:>>

    added YAML and INI highlighting support (for #58 and #59, thank you @Waqar144)
    added more keywords to the BASH highlighting support

http://www.qownnotes.org/
Titel: PSPad 5.0.2.351
Beitrag von: SiLæncer am 23 Dezember, 2019, 16:50
(http://images.six.betanews.com/screenshots/1076948037-1.png)
PSPad is a universal freeware editor. There is no complex install process; the program is ready to work immediately, without requiring customization. It supports many file types and languages, with syntax highlighting. There are macros, clip files and templates to automate repetitive activities. An integrated HEX Editor, Project support, FTP Client, Macro Recorder, File Search/Replace, Code Explorer, code page conversion, are just some of the many possibilities that PSPad can offer you.

Freeware

Changelog

Line duplicate (menu Edit) - in case when line isn't selected, the cursor stay in same position as before in new line
When PSPad is moved to another monitor, icon on taskbar follows application. I was forced to remove program name from PSPad window title to satisfy both groups of users.
Menu Encoding contains new submenu Unicode normalization with 2 items: Canonical Composition and Canonical Decomposition. Accented unicode char can be written as one char containing accent or as 2 chars - basic char followed by accent. These functions provide composition or decomposition of accented chars.
Program settings / Direct edit - new special option UnicodeComposition=1. This settings will automatically make Canonical composition when file is loaded. But note, it will significantly slow down file open speed!
Log window will mark "debug" line with green symbol
Scripting - new function markEditorLine(integer) - will paint sent line with same color as click in the LOG window
Scripting - running scripts are automatically terminated when PSPad is closing
Scripting - new function reloadUserHighlighter(name: string) - reloads user highlighter if loaded. Parametr means name of highlighter or name of definition file.
Find/Replace dialog - added possibility to store profiles
Word under cursor will be returned even cursor is behind the word
Scripting - added variables for getVarValue(): %File% (file name without extension), %Ext% (file extension)
Sample size for code page autodetection was increased from 8 000 to 25 000 chars
Windows Shell script highlighter - added over 100 new keywords
PSPad will inform you when config file save problem occurs.
Function Remove duplicated lines from menu Edit / Line manipulation works with selected text. If no text is selected, it works with whole file
Delete lines with bookmarks - new function in the Search menu or editor Context menu
New code explorer for Z80 assembler (file type FTAssem). New user highlighter Z80 Assembler, which replace existing Z80.
Sort (menu Edit) - function allows you sort by lines up to 3 defined columns
Find in files - results - optimalized drawing, added hint to show whole line
Code explorer for ftXML ignores IMAGE tag what is e.g. in SGML without close tag
User highlighter - added Euklid+ support

    Hex editor - paste binnary text changed some chars
    Hex editor - statusbar informations
    On higher DPI menu items used small font (problem of developer tool)
    Code explorer for Unix shell script didn't accept function names containing dot
    Code explorer - click doesn't focus editor even it was set in Code explorer toolbar button
    SpellCheck - excelption sometimes occured
    TextDiff - exception sometimes on the last line
    FTP - file list parsing - if year is missing and day and month are grater than now, i will consider last year
    Code clips - problem with sorting and "ch" letter (slavic languages considers "ch" as one letter)
    Code explorer for Autohotkey
    Pascal Code explorer caused program hang up with some specific source content
    PHP code beautifier needs existing file. New file caused program hang up
    Export highlihted text to RTF
    TextDiff - accidental exception on modified line
    ISO 8859-2 - fix of code page autodetection
    wrong PSPad version (32b vs 64b) in the window title
    Oracle SQL highlighter and text literals
    Dropper - fixed for 64b version
    HEX editor - string is checked before paste for allowed hex chars
    Find in files - in the search results tabulator disappeared
    Windows Shell script - fixed highlighting of words containing "-"
    Find in files results - invisible font with black background
    Autohotkey Code explorer - function detection fix
    Problem with screen repaint when switch PSPad and Chrome based browser
    Impossibility to save file without extension. This will be possible when you change file type in save dialog to *.
    Fixed problem with transient freezing joined with pair bracket highlighting
    Autocomplete (Ctrl+J) in case of user highlighter with case insensitive keywords offers all words from highlighter definition as upper case
    Repaint the ruller if PSPad dragged onto monitor with different DPI
    <% %> for ASP doesn't require space after/before % char
    Find in Files - after click on the Open file ikon in the search result window, file was open empty
    TextDiff with file - handled encoding exception via file load
    Taskbar thumbnail update
    Many internal fixes related to unicode
    WordWrap with highlight matching brackets caused exception in some cases

[close]

http://www.pspad.com/
Titel: Graviton 1.2.0 Beta
Beitrag von: SiLæncer am 23 Dezember, 2019, 18:40
(https://i.postimg.cc/NFThCbvw/screenshot-2250.png)
Write code using this simple editing application that supports syntax highlighting, multiple in-app screens and a few different color themes.

MIT License

Changelog

Important

    Reduced installer weight and installation x5 times
    Faster opening
    Git integration !! (via GitPlus plugin)
    New plugins
    Welcome redesign
    Settings redesign
    Setup redesign
    Market redesign

New

    MacOS has now an integrated title bar
    Better UI rendering infrasctructure (using PuffinJS)
    Using new Microsoft's font Cascadia for terminal
    Better autocomplete
    Market loader is now a process bar
    Plugins can now show screenshoots in Market
    Improved creating files and folders dialogs
    Tab-indented code will now show a border
    Code folding on editor

Bug fixes

    Small fixes not that important to mention
    Closing and splitting screens is more stable
    Could pass HTML tags in the plugins package.json's keywords
    Plugin update detector wasn't working
    Couldn't force to close an unsaved file

Developers

    Updated Electron to v7
    New events
    New components
        gv-navpanel
        process_bar
        Control
        Explorer panel

[close]

https://github.com/Graviton-Code-Editor/Graviton-App
Titel: Pandoc 2.9.1
Beitrag von: SiLæncer am 23 Dezember, 2019, 19:10
Pandoc is a command-line utility that can convert files from one markup format into another.

Pandoc's enhanced version of Markdown includes syntax for footnotes, tables, flexible ordered lists, definition lists, fenced code blocks, superscripts and subscripts, strikeout, metadata blocks, automatic tables of contents, embedded LaTeX math, citations, and Markdown inside HTML block elements. (These enhancements, described further under Pandoc's Markdown, can be disabled using the markdown_strict input or output format.)

License: Open Source

Changelog



    Add Jira reader (Albert Krewinkel, #5556).

    Jira writer: use jira-wiki-markup renderer (Albert Krewinkel, #5926). The following improvements are included in this change:
        non-jira raw blocks are fully discarded instead of showing as blank lines;
        table cells can contain multiple blocks;
        unnecessary blank lines are removed from the output;
        markup chars within words are properly surrounded by braces;
        preserving soft linebreaks via --wrap=preserve is supported.

    Note that backslashes are rendered as HTML entities, as there appears no alternative to produce a plain backslash if it is followed by markup. This may cause problems when used with confluence, where rendering seems to fail in this case.

    Fix regression with --number-sections. Starting with 2.8, --number-sections also had the effect of --section-divs, even if --section-divs was not specified.

    Improved table of contents generation in markdown, RTF, commonmark, better handling cases where section headings are enclosed in divs.

    Ensure that later default file values for variable replace earlier ones (5988).

    HTML reader: Add nav to list of block-level tags.

    Org reader (Albert Krewinkel):
        Wrap named table in Div, using name as id (#5984). Tables which are given a name via #+NAME: or #+LABEL: are wrapped in an additional Div, with the name set as the Div’s ID.
        Report parsing errors properly.
        Fix parsing problem for colons in headline (#5993).

    Text.Pandoc.PDF: Ensure UTF8 when printing source in --verbose mode, avoiding an error on platforms that default to something other than UTF-8 (#5997).

    Text.Pandoc.Templates: Strip directory before trying to find partial in data files (#5987).

    Text.Pandoc.Shared: Improve makeSections so we don’t get doubled “number” attributes in EPUB output (or anywhere else) (#5986).

    Added tests for --toc and --section-divs.

    Text.Pandoc.MIME: Added glsl MIME type for WebGL maps (#6000, Jared Lander).

    MANUAL: A bit clearer explanation for --base-header-level. We now say exactly how to translate between the deprecated --base-header-level and --shift-heading-level-by.

    lua-filters.md:
        Remove spurious dot in title (#5996, Mauro Bieg).
        Replace metadata example with image centering (#6004, Albert Krewinkel). Thanks to @efx for proposing this filter.

[close]

https://github.com/jgm
Titel: QuickNote 0.34.42
Beitrag von: SiLæncer am 24 Dezember, 2019, 10:10
(https://i.postimg.cc/bNWtSfPv/screenshot-2254.png)
Yet another text editor with many options and capabilities, promising to make your life easier when it comes to taking efficient notes.

Freeware

https://sanketlipi.weebly.com/
Titel: EditPad Lite 8.0.0
Beitrag von: SiLæncer am 24 Dezember, 2019, 16:40
(http://www.editpadpro.com/screens/editpadlite.png)
EditPad Lite is a general-purpose text editor, designed to be small and compact, yet offer all the functionality you expect from a basic text editor.

Freeware

Changelog

    New features:

    Encodings: ATASCII, EBCDIC 1047 Latin-1, EBCDIC 9067 and 8616 extending the Greek and Hebrew EBCDIC code pages, EBCDIC 924/1140/1148/1155/4971/12712 adding the euro symbol (replacing the generic currency symbol in some of these).
    File Types: CSV (comma separated values).
    File Types: TSV (tab separated values).
    File Types: “Without Extension” file type that allows you to configure EditPad and make it the default editor for files without an extension.
    File Types|Colors: Bold and italic now offer an “unchanged” choice that uses the style selected in the text layout configuration; this allows the “off” choice to force bold or italic to be off.
    File Types|Colors: Color for visualizing control characters that aren’t tabs or line breaks in text mode.
    File Types|Colors: Copy and Paste buttons to copy or paste the selected color so that you can easily make two colors the same or reuse colors from other palettes.
    File Types|Colors: Extra space between lines color to make it easy to display ruled lines when adding extra space between lines in the text layout configuration.
    File Types|Colors: Harmonized color palettes; customizing them automatically limits the color picker to a harmonized set of 12 grays and the 12 primary, secondary, and tertiary colors.
    File Types|Colors: Import and export color palettes.
    File Types|Colors: Monochrome color palettes; customizing them automatically limits the color picker to a monochrome color set.
    File Types|Colors: More predefined color palettes such as Silver, White on gray, Amber (dark), Green (dark), Night light (very dark, without any blues), Sunshine (light yellow), Log cabin (brown), Blue sky (light blue), Twilight (dark blue), Embarcadero dark, PowerShell ISE light and dark.
    File Types|Colors: Printing palettes with black text on a white background; one of these is automatically selected when printing a file that you’re editing with a palette that does not have black text on a white background.
    File Types|Colors: Solarized light and dark palettes; customizing them automatically limits the color picker to the 16 solarized colors.
    File Types|Colors: Strikeout style and color.
    File Types|Colors: Underline color can now be different from the text color for underline styles other than “font”.
    File Types|Colors: Underline style can be unchanged (same as off in previous versions), none, font (same as on in previous versions), single, double, thick, half, wavy, dotted, dashed narrow, or dashed wide.
    File Types|Colors: Visual Studio Light and Visual Studio Dark palettes that mimic VS 2017.
    File Types|Definition: Show in file type selection lists option that determines whether the file type is available in File|New, File|Save, and Options|File Type allowing you to remove file types from these lists while still keeping it functional when detecting a file’s file type.
    File Types|Encoding: If the default encoding is a Unicode encoding, provide a non-Unicode encoding as a fallback for files that aren’t valid Unicode files or if they reference unassigned code points. This makes it possible to set UTF-16 as the default encoding without having ASCII files show up as Chinese.
    File Types|Encoding: Line break style inserted by Ctrl+Enter can now be set to any line break style supported by EditPad.
    File Types|Syntax: All syntax coloring schemes included with EditPad Pro are now also included with EditPad Lite.
    File Types|Syntax: The custom syntax coloring scheme editor is now included with the purchased version of EditPad Lite.
    File Types|Syntax: The syntax coloring schemes that can be downloaded in EditPad Pro can now also be downloaded in EditPad Lite.
    File Types|Tabbing: Detect indentation size of the text surrounding the block to be indented.
    File Types|Tabbing: Elastic tabstops.
    File Types|Tabbing: Regular expression to detect tab size and whether the tab key should insert a tab or spaces.
    File Types|Tabbing: Turn on “tab-separated values” to show tab-delimited, comma-delimited (CSV), or any-one-character-delimited files with properly aligned columns.
    Forum: +1 button that adds a “me too” vote to an issue such as a bug report or feature request.
    Forum: Ability to filter down to conversations one participated in.
    Forum: Ability to show complete conversations while searching.
    Forum: Email notification level that includes conversations that you gave a +1 in addition to conversations that you participated in.
    Forum: Server side search to search through the message bodies of all conversations, including ones you haven’t viewed.
    Go|Go To Position: Move the cursor to a byte offset or to a line and/or column position; optionally expand the selection.
    Keyboard: Alt+Page Up/Down scroll to make the line with the cursor the last/first visible line if the cursor is above/below the last/first visible line; otherwise they scroll one page up/down.
    Options|File Type and File|New submenus are now available in EditPad Lite too.
    Options|Text Layout: Layout: How to visualize control characters: two stair-stepped letters (RFC 1345); control+letter, stair-stepped hex codes; IBM PC glyphs; Unicode code points for displaying control characters; the last two only work with fonts that support these code points.
    Preferences|Cursors: Mouse pointer over selected text can now be configured separately so you can have an I beam over unselected text and an arrow over selected text like in Word or Wordpad.
    Preferences|Cursors: Option to place the cursor at the end of the file instead of at the top of the file when opening a file for which EditPad has not remembered an editing position.
    Preferences|Editor: Option to highlight all wrapped lines when highlighting the active line.
    Preferences|Panels: Same colors as the file editor option makes the side panels use the same colors as the editor, changing colors when switching between files that use different palettes.
    Preferences|Save Files: Limit backup copies by size.
    Preferences|Save Files: Option to save the file being edited rather than a working copy at regular intervals. Only allow this option when creating multiple backup copies per file, so automatically saved changes can be undone.
    Preferences|Save Files: Option to use a specific folder for working copies rather than the folder containing the original file (or the My Documents folder for untitled files).
    Preferences|Save Files: Reduce backup copies older than a certain number of days to one per day and backups older than a certain number of weeks to one per week, instead of deleting all backups older than a certain number of days.
    Preferences|Save Files: Working copies are now saved when the system goes into standby or hibernation to prevent data loss if the system never resumes from standby or hibernation.
    Preferences|Search: Prefer side-by-side arrangement of the Search and Replace boxes on the multi-line search panel.
    Preferences|Search: Separate options for using the selected text or the word under the cursor as the default search term when using Search|Prepare to Search.
    Preferences|Tabs: Bold font for active tab.
    Preferences|Tabs: Minimum number of visible tabs, reducing tab width if there are too many tabs to fit within the width of the tab control.
    Preferences|Tabs: Option to hide file extensions.
    Print Preview: Selecting a palette that does not use a white background for plain text now shows a warning that printing with a colored background may use a lot of ink.
    Proxy: Customize user agent string.
    Regex: .NET-style capturing group subtraction (group balancing).
    Regex: h is a shorthand for horizontal whitespace.
    Regex: K keeps the text matched so far out of the match results.
    Regex: o{377} is now an octal escape and 337 is now an error.
    Regex: R matches any line break, including Unicode line breaks, and treats CRLF pairs as indivisible.
    Regex: v is now a shorthand for all vertical whitespace instead of a character escape for the vertical tab.
    Regex: Branch reset groups.
    Regex: Character class intersection: [left&&[right]].
    Regex: Regular expression recursion and subroutines.
    Regex: Relative backreferences k<-1> and k<+1>.
    Regex: Replacement string conditionals in the form of (?1matched:unmatched) and (?{name}matched:unmatched).
    Regex: XML shorthand character classes.
    Search: Free-spacing regular expressions.
    Setup: Per-user installations that don’t require admin rights and that can create shortcuts and file associations.
    View|Dark Theme switches between the standard Windows theme and EditPad’s own dark theme.
    View|New Editor: Command to launch a new instance with administrative privileges.

    Improvements:

    Automatically reloading files when their last modification date changes no longer reloads all files when your computer’s time zone changes (which may happen automatically when daylight saving time begins or ends).
    Block|Indent/Outdent: If there is no selection, indent or outdent the active line without making a selection.
    Character Map: Double-clicking a character in the character map now enters characters in the same was as typing characters using the keyboard so that Overwrite mode is respected and column editing is supported.
    Context menu key on the keyboard now shows the context menu for side panels when they have keyboard focus.
    Context menu key on the keyboard now shows the same context menu as when right-clicking when the small Search and Replace boxes have keyboard focus.
    Convert|Line Break Style: Replaces the Windows/UNIX/Mac options to allow conversion between all line break styles rather than just these three; also allows the line break style for the Enter and Ctrl+Enter keys to be chosen.
    Edit|Cut Append, Copy Append, and Swap with Clipboard now work with the small Search and Replace boxes when they have keyboard focus.
    Extra|Sort Alphanumerically replaces Extra|Sort Alphabetically.
    File Types: Fast syntax coloring schemes now use a background thread if the visible part of the file is very large, such as an XML file or database dump that does not have line breaks.
    File Types|Colors: Color picker shows all the colors used in the selected palette in the order that they are first used so you can easily use exactly the same color for multiple elements.
    File Types|Colors: Margin color is now customizable in EditPad Lite too.
    File Types|Colors: Selecting “default” as the background, text, or underline color for selected text now leaves that color unchanged when text is selected instead of using the highlighting colors of the Windows theme.
    File Types|Colors: Show previews of all the colors in the list.
    File Types|Definition: Always Open/Edit files of this type with EditPad are now enabled for the “unspecified file type”; they add an “Open” or “Edit” item to the context menu of all files in Windows Explorer that don’t already have one; the context menu items open the file in EditPad; double-clicking the file will not open it in EditPad.
    File Types|Editor: Specifying a maximum line length for word wrapping and setting word wrap off by default now makes that maximum line length the default when turning on word wrap via the Options menu.
    File Types|Encoding: Default line break style can now be set to any line break style supported by EditPad.
    File|Save As now makes backup copies of files it overwrites (if backups are enabled).
    File|Save now preserves the file creation time when quick backups are enabled.
    Files larger than 2 GB can now be opened by the licensed version of EditPad Lite.
    Files with paths longer than 260 characters are now opened and saved correctly; previously EditPad acted as if such files did not exist.
    Forum: Edited dates are now shown relative to the posted date if the time gap between now and the edited date is larger than the time gap between the posted date and the edited date.
    Forum: Editing the summary of a message now also updates the subject of the conversation if it is the same as the old summary of the message.
    Forum: Long lists of conversations are now loaded faster.
    Forum: Reply dates are now shown relative to the starting date if the time gap between now and the reply is larger than the time gap between the reply and the start of the conversation.
    Forum: Sort attachments by clicking column headers in the list.
    Go|Back/Forward in Editing Position renamed from Previous/Next Editing Position to make it more obvious that these commands use chronological order like the Back/Forward in Edited Files commands and unlike the other Next/Previous commands.
    Go|Go To Position: Ignore thousands separators.
    HTTPS is now used to download syntax coloring schemes, file navigation schemes, and spell check dictionaries (on Windows Vista and later).
    Line break scanning now uses two background threads making it twice as fast and allowing the end of the file to be accessed instantly after opening the file as the second thread starts at the end of the file.
    Line break style detection is now done whenever you insert or delete lines, possibly changing the status bar indicator and the line break style used by the Enter key.
    Line break styles other than CRLF, LF, or CR can be inserted by pressing Enter; the dominant one of NL, LS, or PS is inserted if the file exclusively uses Unicode line breaks; FF or VT is inserted if the file exclusively uses these line breaks.
    Mouse: Holding down Alt on the keyboard while double-clicking in the margin area (where line numbers are shown) now selects the line without the line break.
    Mouse pointer shown when scrolling the editor by clicking the mouse wheel now supports all resolutions between 100% and 400% display scaling.
    Options|Font: Show a checkmark next to the font that is being used by the active file if that font is present in the menu.
    Options|Text Layout: Complex script text layouts now allow fonts like Fira Code to form ligatures with parentheses and angle brackets; always spaces text correctly; ligatures are not broken to allow different colors; ligatures can have only one text color; they can have multiple background colors if the ligatures use one glyph per character.
    Options|Text Layout: Complex script text layouts now always use the main font for visualized spaces and generic line breaks.
    Options|Text Layout: Independent options for treating underscores, hyphens, other punctuation, currency symbols, math symbols, and/or symbols as word characters.
    Options|Text Layout: Monospaced left-to-right text layout no longer clips italic overhang at the end of words or at color changes.
    Options|Text Layout: Monospaced left-to-right text layout now allows fonts like Fira Code to form ligatures; only spaces text correctly if the ligatures use one glyph per character; ligatures are broken when some of their characters need to be displayed in different colors. Works with Fira Code and Hasklig. Does not work with DejaVu Sans Code because it does not use one glyph per character.
    Options|Text Layout: Monospaced left-to-right text layout now assumes that characters in right-to-left scripts are stored in visual order in the file. This allows files from old (DOS) systems that did not support modern bidirectional editing to be displayed correctly. As a consequence, the monospaced left-to-right text layout also disables automatic font substitution. Only characters supported by the font will be displayed.
    Pinned side panels now pop out immediately instead of sliding out slowly when you hover the mouse pointer over their buttons.
    Preferences|Cursors: Custom mouse pointers now support sizes larger than 32x32 when DPI scaling is set to 200% or more, supporting DPI scaling up to 400%.
    Preferences|Cursors: If you select a custom mouse pointer with inside and outside colors then those colors are also used for the mouse pointer that indicates scrolling when you click the editor with the mouse wheel.
    Preferences|Save Files: Separate options for closing files with unsaved changes and closing files that were never saved, allowing untitled files to be saved automatically without prompting; the choice for files with unsaved changes now affects files that were made empty.
    Preferences|Shortcuts: Open with EditPad context menu item for folders is now also added to the “directory background” context menu in Windows Explorer.
    Preferences|Shortcuts: Open with EditPad context menu items in Windows Explorer now show EditPad’s icon.
    Regex: Attempting to search for a regular expression that is too long for EditPad Pro to handle now triggers a clear error message, instead of a crash. Syntax highlighting highlights the tail end of the regex in red to indicate just how much too long the regex is.
    Regex: Invalid backreferences in the replacement string are now treated as errors.
    RegexBuddy: When sending part of a file or the contents of a modified file to RegexBuddy, make sure that RegexBuddy uses the same encoding as EditPad. Regex tokens such as xFF are affected by this. Requires RegexBuddy 4.0.0 or later.
    Search: Start EditPad with blank Search and Replace boxes; the last used search term and replacement can still be accessed via the Search History.
    Search: Allow backwards searching in regular expression mode if the regular expression consists entirely of literal text.
    Search: Better performance when replacing all matches inside a selection.
    Search: Multi-line Search and Replace boxes are now resized based on how many lines of text they contain when they are stacked vertically.
    Search: Progress meter now appears after one second for searches that take more than one second to find the first match.
    Search: Replacing all matches of a regex in a file now shows a second progress meter while making the replacements after all matches were found instead of keeping the progress meter stuck at 99% while the replacements are made.
    Search: Small Search and Replace boxes now have syntax coloring for regular expressions and placeholders.
    Search: Tab key now switches between the small Search and Replace boxes when either of them has keyboard focus instead of giving keyboard focus to a toolbar button.
    Search: Whole words only is disabled if the search term is not a regular expression and begins or ends with a character that is not a word character.
    Search: Whole words only option now takes the “character sequences to treat as words” setting in the text layout configuration into account when the search term is literal text; regular expressions continue to follow their own rules.
    Search|Highlight All: Highlighted matches are no longer obscured by the search range.
    Search|Highlight All: Zero-length regular expression matches are now highlighted too.
    Search|Incremental Search can now find shorter words before longer words when “whole words only” is on.
    Spell check: Live spelling now correctly checks words that have multiple colors applied to them by syntax coloring.
    Spell check: Live spelling now lays the color for misspelled words on top of syntax coloring so that the syntax color rather than the plain text color is used when any part (background, text, underline) of the color for misspelled words is set to “default”.
    Spell check: Words in ALL CAPS are no longer ignored by the spell checker; they are accepted as correctly spelled if the dictionary contains the word in ALL CAPS, in lowercase, or with the first letter capitalized.
    Spell check: Words with MiXeD capitalization are no longer accepted as correctly spelled unless the dictionary contains the word with the same MiXeD capitalization.
    Toolbar icons can now be switched between small, medium, and large sizes by right-clicking the toolbar.
    Toolbar icons now support up to 400% display scaling at all increments available in the basic display settings in Windows, allowing EditPad to properly scale its toolbars on all PC and laptop displays on the market today.
    Window and taskbar icon are now red when EditPad is running with Administrator privileges.
    Windows 10: Scroll the tabs with the mouse wheel while the mouse pointer is hovering over the tabs.
    Word wrapping is now done using two threads separate from line break scanning, making it more than twice as fast and allowing the end of the file to be accessed instantly after opening the file or turning on word wrap as the second thread starts at the end of the file.
    Word wrapping no longer breaks after leading whitespace if the first word on the line is too long to fit, preferring to wrap in the middle of that word instead.

[close]

http://www.editpadlite.com/
Titel: CudaText 1.92.0.0
Beitrag von: SiLæncer am 26 Dezember, 2019, 18:00
(https://s26.postimg.cc/k6wu8qcrt/screenshot_901.png)
Create programming scripts with this powerful tool that supports more than 130 languages and allows users to work concurrently on as many as six groups of projects.

Freeware

Changelog

    add: support encoding UTF-32, LE and BE, with and without BOM
    add: support encoding ISO-8859-15
    add: plugin API for mass search, e.g. to speedup "Highlight Occurrences" plugin
    add: command "font size: reset"
    add: command "add next occurrence of selected word" must keep selection direction
    add: must allow to save untitled+unchanged documents (do "Save as" for them)
    change: changed default of "indent_size" to 0 (auto-detect from tab_size/tab_spaces)
    fix: backward search for multi-line blocks with empty lines
    fix: lost editor focus with old color theme

[close]

http://www.uvviewsoft.com/cudatext/
Titel: QOwnNotes 19.12.16 Build 5130
Beitrag von: SiLæncer am 26 Dezember, 2019, 21:30
Whats new:>>

    code block backgrounds are now rendered over the full width of the editor (for #1480, thank you @Waqar144)
        the Dark color schema now also has a background color by default
    added a new editor color schema Nord by @salopst (for #1522)
    added more keywords to the BASH highlighting support
    added more Spanish, Catalan, Brazilian Portuguese, Italian, German translation (thank you richarson, MGuerra, mlimacarlos, mlocati, rakekniven)

http://www.qownnotes.org/
Titel: Typora 0.9.83 Beta
Beitrag von: SiLæncer am 27 Dezember, 2019, 18:30
(https://i.postimg.cc/25xV0Fq1/Virtual-DVD.png)
Swiftly write, edit, format and convert text to HTML with the help of this modern looking, streamlined and novice-accessible piece of software.

Freeware

Whats new:>>

Fix logic of detecting errors.

http://www.typora.io/
Titel: BabelEdit 2.6.1
Beitrag von: SiLæncer am 27 Dezember, 2019, 20:50
Whats new:>>

    Fixed TLS connection issues in Windows version of BabelEdit

https://www.codeandweb.com/babeledit
Titel: PSPad 5.0.3 Build 355 Dev
Beitrag von: SiLæncer am 29 Dezember, 2019, 20:30
(http://images.six.betanews.com/screenshots/1076948037-1.png)
PSPad is a universal freeware editor. There is no complex install process; the program is ready to work immediately, without requiring customization. It supports many file types and languages, with syntax highlighting. There are macros, clip files and templates to automate repetitive activities. An integrated HEX Editor, Project support, FTP Client, Macro Recorder, File Search/Replace, Code Explorer, code page conversion, are just some of the many possibilities that PSPad can offer you.

Freeware

Changelog

    News:

    New option in Program settings / Program 1 - Don't change Toolbar icon size when monitor DPI is changed
    Insert text to lines (Alt+I) - added step for numbering, added labels
    New action Open favourite (Shift+Ctrl+A) for easier access to favourite tab in left panel. Panel is selected and tree with favourite is focused. You can move cursor and open file or run tool with Enter.

    Fixes:

    Handled exception when Recent.INI file was marked as ReadOnly
    Editor window - Ruller - with high DPI was column numbers high above the ticks
    Open file from internet (menu File / Open special) - function doesn't detect code page

[close]

http://www.pspad.com/
Titel: QOwnNotes 19.12.17 Build 5142
Beitrag von: SiLæncer am 30 Dezember, 2019, 20:00
(https://s26.postimg.cc/hoi1ahlcp/screenshot_978.png)
QOwnNotes is a text editor / notepad replacement with markdown support and todo list manager. The program supports themes, keyboard shortcuts, syntax highlighting, and encryption. Includes available nested file list, tags, search, and more. Optionally works with the notes application ownCloud or Nextcloud.

Cross-platform with clients available for Mac and Linux.

License:    GPL

Changelog

did some highlighting fixes and improvements (for #1523, #64 and #65, thank you @Waqar144)
there now also is syntax highlighting in the preview (for #1526, thank you @Waqar144)
most of the languages already work except YAML (doesn't work fully yet), INI (doesn't work fully yet) and CSS
added more Hausa, Russian, Cebuano, Hungarian, Icelandic, Croatian, Czech, Danish, Finnish, Galician, Greek, Dutch, Albanian, Basque, Bosnian, Bulgarian translation (thank you Fabijenna, unchase)

[close]

http://www.qownnotes.org/
Titel: EditPad Lite 8.0.1
Beitrag von: SiLæncer am 31 Dezember, 2019, 16:15
(http://www.editpadpro.com/screens/editpadlite.png)
EditPad Lite is a general-purpose text editor, designed to be small and compact, yet offer all the functionality you expect from a basic text editor.

Freeware

Changelog

    Improvement:

    Forum: Ctrl+Shift+C copies the subject of the selected conversation or the summary of the selected message.

    Bug fixes:

    EditPad Lite 8.0.0 did not initialize its progress meter causing any command that may show a progress meter to fail with an access violation.
    Horizontal scrollbar was needlessly enabled when wrapping text at the edge of the window if the file contained a line that fit exactly within the available width.
    Options|File Types: Selecting a different file type triggered an access violation in EditPad Lite (the AV had no consequences other than preventing changing the file type).
    Options|Font: Selecting a different Script (a setting that does not affect EditPad) no longer results in duplicate entries in the font history.
    Preferences: Clicking OK or Apply in the Preferences dialog failed with an access violation on portable installs of EditPad 8.0.0.
    Search|Prepare to Search did not always select the search term it prepared when using the Search toolbar with the small Search and Replace boxes.
    Sending a long list of files from Windows Explorer to EditPad no longer causes a false error about paths longer than 260 characters.


[close]

http://www.editpadlite.com/
Titel: QOwnNotes 20.1.0 Build 5149
Beitrag von: SiLæncer am 31 Dezember, 2019, 18:30
Whats new:>>

    brought more variation in the headline colors of the Light and Dark schemes
    added missing headline 6 highlighting in the note editor
    attempted to fix SuSE builds
    attempted to fix builds for older Qt versions

http://www.qownnotes.org/
Titel: Textadept 10.8
Beitrag von: SiLæncer am 01 Januar, 2020, 21:30
(http://foicica.com/textadept/images/splitviews.png)
Textadept will provide users with a fast, minimalist, and ridiculously extensible text editor. At its core lies less than 2000 lines of C code, and that's how it always will be. While other editors rely on recordable macros to speed up workflow, shell scripts to quickly transform text, and static side panes to manage your documents, files, and more.

Textadept takes it to the extreme: it gives you complete control over the entire application using the embedded Lua language. Lua is nearly as fast as C, and has a very small footprint. In fact, most of Textadept is written in Lua.

License : MIT License ( Donationware )

Changelog

Bugfixes:

    Fixed incorrect event arguments for events.AUTO_C_SELECTION_CHANGE.
    Fixed bug in “Replace All in selection” with match at the end of a selection.
    Fixed long line output for run, compile, and build commands.

Changes:

    Changed events.TAB_CLICKED to emit button clicked as well as modifier keys.
    Autocompletion and documentation for Textadept’s Lua API only happens in Textadept files now (i.e. files in _HOME and _USERHOME).
    textadept.editing.api_files and _M.lua.tags can contain functions that return file paths.
    Added support for txt2tags.
    Scintilla: Added access to virtual space at the start and end of multiple selections.
    Scintilla: The target can have virtual space.
    Updated to Scintilla 3.11.2.

[close]

http://foicica.com/textadept/
Titel: QuickNote 0.35.79
Beitrag von: SiLæncer am 02 Januar, 2020, 10:45
(https://i.postimg.cc/bNWtSfPv/screenshot-2254.png)
Yet another text editor with many options and capabilities, promising to make your life easier when it comes to taking efficient notes.

Freeware

Whats new:>>

    The folder history feature is added
    A minor bug related to file history tab is fixed
    A few additional shortcuts keys are added

https://sanketlipi.weebly.com/
Titel: PilotEdit Lite 13.5.0
Beitrag von: SiLæncer am 02 Januar, 2020, 23:10
(http://www.pilotedit.com/images/OpenInQuickMode.PNG)
PilotEdit is a text, hex, XML, C/C++, HTML, PHP, Java, Javascript and Perl editor that can edit large files of 400GB (40 billion lines).

It offers customizable syntax and keyword highlighting, advanced search and replace operations, automatic text encoding, 256-bit AES encryption/decryption and a built-in FTP/SFTP client lets you open, edit, download and upload large files directly to/from a FTP/SFTP server.

In addition to standard text editing features, PilotEdit can compare and merge two large files of 100GB (10 billion lines). You can also sort, find/remove duplicate lines and extract strings over a large file of 1GB.

Freeware

Zitat
PilotEdit 13.5.0 provides the ability to only check spelling of comments and texts.

http://www.pilotedit.com/
Titel: QOwnNotes 20.1.1 Build 5162
Beitrag von: SiLæncer am 03 Januar, 2020, 00:00
Whats new:>>

    added more preview syntax highlighter fixes and improvements (for #1528, thank you @Waqar144)
    attempted to add support for the Synology CalDAV server (for #1530)
    fixed possible crash for inline code blocks in preview highlighter (for #1532, thank you @Waqar144)
    added more Persian, Hausa, Punjabi, Uzbek, Lithuanian translation (thank you Fabijenna)

http://www.qownnotes.org/
Titel: QOwnNotes 20.1.2 Build 5168
Beitrag von: SiLæncer am 04 Januar, 2020, 09:30
Whats new:>>

    again attempted to add support for the Synology CalDAV server (for #1530)
    the Export generated raw HTML preview context menu item now exports the html generated to be viewed in the preview and not the already transformed html inside the QTextBrowser widget (for #1526)
    added vex code block highlighting support (for #1529, thank you @Waqar144)
    added tagger script code block highlighting support (for #68, thank you @Gremious)
    added support for solving equations in lists (for #1539)
    fixed some ' preview problems in code blocks (for #1540, thank you @Waqar144)

http://www.qownnotes.org/
Titel: EditPad Lite 8.0.2
Beitrag von: SiLæncer am 04 Januar, 2020, 21:30
Changelog

    Bug fixes:

    Options|Right-to-Left: Switching between different files with one file using a left-to-right and the other a right-to-left text layout now repositions the vertical scroll bar to match the text layout of the file switched to.
    Options|Right-to-Left: Tabs were not laid out correctly when using a right-to-left text layout.
    Preferences|Editor: Also highlighting lines wrapped from the active line did not always highlight the correct lines and did not remove the highlight when losing keyboard focus (if the option to maintain the highlighting was off).
    Search|Find Previous would show the message that regular expressions cannot search backwards as many times as it had lines to search through when the Line By Line search option was turned on.
    Search|Highlight All: When highlighting the matches of a regular expression in line by line mode, all lines visible below the bottommost visible line that needed to be highlighted were also highlighted.

[close]

http://www.editpadlite.com/
Titel: Texmaker 5.0.4
Beitrag von: SiLæncer am 05 Januar, 2020, 09:30
(https://i.postimg.cc/pTv5K008/screenshot-770.png)
Umfangreicher LaTeX-Editor mit integrierten Tools und Funktionen wie Syntax-Highlighting, 370 mathematischen Symbolen und Ausdrücken, Suchen und Ersetzen oder Rechtschreibprüfung; konvertiert zudem LaTeX ins HTML-Format.

Lizenz: Open Source

Changelog

    The url used to check a new version has been fixed (website has moved to https)
    A bug after closing the internal pdf viewer during a session (not the embed one) has been fixed
    The deactivation of the list of pages in the internal pdf viewer is now recorded in the viewer settings
    The pos and size of the internal browser is now recorded
    Some paths to miktex 2.9 have been updated
    A typo in the english manual has been fixed
    A workaround about the bad detection of dpi screen on Xorg has ben added
    The french translation has been fixed (some missing items)
    A typo in the dutch translation has been fixed
    The ctrl+, shortcut has been added for opening the configuration dialog
    The ctrl+0 shortcut has been added for defining the master document
    For the debian package, default dictionaries folder has been moved to /usr/share/hunspell

[close]

http://www.xm1math.net/texmaker/download.html
Titel: Pandoc 2.9.1.1
Beitrag von: SiLæncer am 06 Januar, 2020, 12:38
Pandoc is a command-line utility that can convert files from one markup format into another.

Pandoc's enhanced version of Markdown includes syntax for footnotes, tables, flexible ordered lists, definition lists, fenced code blocks, superscripts and subscripts, strikeout, metadata blocks, automatic tables of contents, embedded LaTeX math, citations, and Markdown inside HTML block elements. (These enhancements, described further under Pandoc's Markdown, can be disabled using the markdown_strict input or output format.)

License: Open Source

Changelog

    JATS template: Update JATS dtd (Arfon Smith, #6020). Use the archiving and interchange DTD rather than the more restrictive journal publishing DTD (which doesn’t permit ext-link as a valid child).
    Text.Pandoc.PDF: Fix runTeXProgram so that the input source is always overwritten (#6027). Previously it wasn’t overridden if the file already existed, which led to bad results on subsequent runs when pdf-engine-opt=-output-directory= was used to specify an explicit temp dir.
    Text.Pandoc.BCP47: Change getLang to handle block-level contents (#6008). Some readers (e.g. RST) will populate the lang metadata field with block-level content. getLang has been modified to handle this. Previously in these cases the LaTeX writer would not properly set the “main language” of the document.
    Fix test/tables.org (Albert Krewinkel).
    Use HTTPS in copyright message (Felix Yan, #6010)

    Markdown reader:

    Fix parsing bug affected indented code after raw HTML (#6009, #5360).

    LaTeX writer:

    Fix regression in beamer slide structure with certain slide levels (#6030).
    Allow framebreaks for beamer’s TOC (Heiko Schlittermann, #6012)
    Properly handle unnumbered headings level 4+ (#6018). Previously the paragraph command was used instead of paragraph* for unnumbered level 4 headings.

    HTML writer:

    Fix revealjs slide structure regression with certain slide levels (#6030).
    Add newlines to make slide show output more readable.

    Org writer:

    Remove extra spaces from table cells (Albert Krewinkel, #6024).

[close]

https://github.com/jgm
Titel: Torrent File Editor 0.3.17
Beitrag von: SiLæncer am 06 Januar, 2020, 12:48
(https://s26.postimg.cc/ocurkxi15/screenshot_325.png)
Create torrent files from scratch on your computer by configuring a few parameters and choosing the files you want to be contained within it.

License: GPLv3

Whats new:>>

Update translations

https://github.com/torrent-file-editor/torrent-file-editor
Titel: HtLite 5.2.0.0
Beitrag von: SiLæncer am 06 Januar, 2020, 16:30
(https://s26.postimg.cc/pw2fa422x/screenshot_172.png)
Umfangreicher HTML/XHTML Editor.  Jeder externe Browser zur Seitenansicht einstellbar.  Wer keinen HTML Designer zur visuellen Gestaltung seiner Seiten benötigt, sondern nur einen komfortablen Code-Editor sucht, erhält hier eine hervorragende Alternative.

Freeware

http://www.winsoftware24.com/HtLite.html
Titel: QOwnNotes 20.1.3 Build 5182
Beitrag von: SiLæncer am 06 Januar, 2020, 17:30
Whats new:>>

    fixed opening of notes in external editor under macOS if non-default application was chosen (for #1543)
    did more optimizations for note editing (for #1545, thank you @Waqar144)
    greatly improved syntax highlighting performance (for #70 and #71, thank you @Waqar144)
    improved Fastmail CalDav server support (for #1544)
    improved note store triggering mechanism
    added more Indonesian translation (thank you zmni)

http://www.qownnotes.org/
Titel: Mesh Editor 1.8
Beitrag von: SiLæncer am 07 Januar, 2020, 16:30
(https://i.postimg.cc/Gm0cxbZp/screenshot-1986.png)
Mesh Editor is a lightweight code editor. It is user-friendly and can be used on the go since it is really lightweight.

It supports multiple programming languages such as:

    CSharp
    HTML
    Javascript
    Lua
    PHP
    SQL
    Visual Basic
    XML

Freeware

Whats new:>>

Added JSON support
Added ruler
Fixed bugs

https://toolslib.net/downloads/viewdownload/1080-mesh-editor/
Titel: ProgramEdit 4.9
Beitrag von: SiLæncer am 08 Januar, 2020, 05:30
(https://s26.postimg.cc/wcabyxqq1/screenshot_58.png)
ProgramEdit - a free Windows® software source-code editor. ProgramEdit includes language support for HTML, Ada, C/C++, C#, CSS, JAVA, JavaScript, Perl, PHP, Python, Ruby, VB, VBScript, Verilog, VHDL and Batch(.bat) files. Other features include tabbed file selection, text highlighting, find & replace, regular expressions, sesssions, bookmarks, multiple undo/redo and hyperlinks.

Freeware

Whats new:>>

    add Tools/Language Settings to list Built-in Programming Language parameters
    fix minor SaveAs bug
    fix several other minor bugs

http://simplesolverlogic.com/index.html
Titel: Alternate Text Browser 3.630
Beitrag von: SiLæncer am 08 Januar, 2020, 06:11
(https://i.postimg.cc/TYy7wJVb/screenshot-1429.png)
This program makes it easy to browse through text- and html-files (also xml), syntax highlighting for serveral programming languages available (C++, Pascal, PHP, Perl, ASM, JScript etc.).

Freeware

Whats new:>>

    Extension of custom highlighters: Up to 10 custom highlighters can be defined (Options dialog). 3 as default value on program first run with defaults for ini, Python, C/C++
    Added default settings files for ini, Python, C/C++ to installation, as well as a list settings file containing all of them

http://www.alternate-tools.com/pages/c_textbrowser.php?lang=ENG
Titel: QOwnNotes 20.1.5 Build 5206
Beitrag von: SiLæncer am 08 Januar, 2020, 22:00
(https://s26.postimg.cc/hoi1ahlcp/screenshot_978.png)
QOwnNotes is a text editor / notepad replacement with markdown support and todo list manager. The program supports themes, keyboard shortcuts, syntax highlighting, and encryption. Includes available nested file list, tags, search, and more. Optionally works with the notes application ownCloud or Nextcloud.

Cross-platform with clients available for Mac and Linux.

License:    GPL

Changelog

    added a new editor color schema Two Dark by @ScottKillen (for #1557)
    attempted to fix AppImage and fixed macOS build
    code block keyword styles now also match editor styles (for #1462)

[close]

http://www.qownnotes.org/
Titel: PSPad 5.0.3 Build 361 Dev
Beitrag von: SiLæncer am 09 Januar, 2020, 20:45
(http://images.six.betanews.com/screenshots/1076948037-1.png)
PSPad is a universal freeware editor. There is no complex install process; the program is ready to work immediately, without requiring customization. It supports many file types and languages, with syntax highlighting. There are macros, clip files and templates to automate repetitive activities. An integrated HEX Editor, Project support, FTP Client, Macro Recorder, File Search/Replace, Code Explorer, code page conversion, are just some of the many possibilities that PSPad can offer you.

Freeware

Changelog

    News:

    FTP connection list - added folder functionality

    Fixes:

    User highlighter dialog wasn't possible close if no editor window was open in case PSPad was set as StayOnTop, some dialog window appear behind the main window
    crash on PSPad exit
    XML Code explorer

[close]

http://www.pspad.com/
Titel: HtLite 5.3.0.0
Beitrag von: SiLæncer am 10 Januar, 2020, 05:30
(https://s26.postimg.cc/pw2fa422x/screenshot_172.png)
Umfangreicher HTML/XHTML Editor.  Jeder externe Browser zur Seitenansicht einstellbar.  Wer keinen HTML Designer zur visuellen Gestaltung seiner Seiten benötigt, sondern nur einen komfortablen Code-Editor sucht, erhält hier eine hervorragende Alternative.

Freeware

http://www.winsoftware24.com/HtLite.html
Titel: QOwnNotes 20.1.6 Build 5234
Beitrag von: SiLæncer am 10 Januar, 2020, 21:30
Changelog

    fixed four spaces code blocks (for #1558, thank you @Waqar144)
    fixed a numeric literal code block highlighting problem (for #1559, thank you @Waqar144)
    fixed multiple multiline comments in same code block causing freezes (for #1561, thank you @Waqar144)
    the markdown to html library MD4C was integrated to be used in the preview instead of hoedown (for #1567, thank you @Waqar144)
    added full css highlighting and partial YAML highlighting to the preview (for #1570, thank you @Waqar144)
    again attempted to fix AppImage build
    added more Hindi, Arabic, French, Estonian, Hausa, Swedish, Slovak, Slovenian, Romanian, Polish, Norwegian, Serbian (Cyrillic), Russian, Irish, Latvian translation (thank you Fabijenna)

[close]

http://www.qownnotes.org/
Titel: CudaText 1.93.0.0
Beitrag von: SiLæncer am 11 Januar, 2020, 21:00
(https://s26.postimg.cc/k6wu8qcrt/screenshot_901.png)
Create programming scripts with this powerful tool that supports more than 130 languages and allows users to work concurrently on as many as six groups of projects.

Freeware

Changelog

+ add: Emmet plugin: added command "Dialog" to show interactive preview dialog for abbreviations
+ add: Emmet engine now has several "emmet_" options (to replace "Emmet profiles" from SynWrite)
+ add: file viewer ( https://wiki.freepascal.org/CudaText#File_viewer ) gives popup menu on statusbar "mode" cell, to change viewer mode (text, binary, hex, unicode)
+ add: show ? marks when DBCS (Asian) codepages cannot convert chars
+ add: lexer PHP: support new heredoc syntax (of PHP 7.3)
- fix: Find/Replace: find-next for reg.ex. "\b" stopped at found position forever
- fix: Find/Replace: could not mass replace reg.ex. "\b" to for example "__"
* change: submenu "File / Encoding / ..." replaced with simple menu item "File / Encoding..." which calls popup menu
* change: renamed commands "zoom in" / "zoom out" to "current document font size: bigger" / "... smaller"
* change: deleted option "ui_tree_time_focus"

[close]

http://www.uvviewsoft.com/cudatext/
Titel: Network Notepad 6.0.9
Beitrag von: SiLæncer am 12 Januar, 2020, 11:40
(https://s26.postimg.cc/wuply3q2h/screenshot_425.png)
Network Notepad is a specially designed application for creating interactive network diagrams.

Now you can use this accessible and easy-to-use instrument to create or manage the diagrams you need.

Point-and-Click Telnet/ Browse/ User-definable
Network Management.
Simple Drag and Drop interface.
Open, Text Based File Format.
Printing.
Linked Diagrams.
Flow Charts.

Freeware

Changelog

    Bugfix: Fixed incorrect behaviour when deleting and adding labels via the Links Table.
    Bugfix: Object Properties form cosmetic improvements.
    Change: Filestream functions updated.

[close]

http://www.networknotepad.com/index.htm
Titel: Alternate Text Browser 3.640
Beitrag von: SiLæncer am 12 Januar, 2020, 18:00
Whats new:>>

    Language corrections
    French updated by rico-sos, many thanks :)
    Russian updated by Vladimir, many thanks :)
    Minor GUI corrections
    Highlighter corrections for custom settings
    ASCII table tools enhanced

http://www.alternate-tools.com/pages/c_textbrowser.php?lang=ENG
Titel: Ron's Editor 2019.10.22.0827
Beitrag von: SiLæncer am 12 Januar, 2020, 19:50
(https://i.postimg.cc/htZhm2fQ/screenshot-2028.png)

Ron's Editor is the ultimate CSV editor, designed to be easy to use, but powerful enough to handle anything needed of it. Any tabular text format can be opened through confirurable seperators and full support for text encodings, and can then be exported to many formats including Excel. CSV files can be merged, or seperated, and the professional editing capabilites and power tools used for conversion and data cleaning.

Changelog

Proxy port bug fixed.

[close]

http://www.ronsplace.eu/Products/RonsEditor
Titel: PilotEdit Lite 13.6.0
Beitrag von: SiLæncer am 12 Januar, 2020, 20:10
(http://www.pilotedit.com/images/OpenInQuickMode.PNG)
PilotEdit is a text, hex, XML, C/C++, HTML, PHP, Java, Javascript and Perl editor that can edit large files of 400GB (40 billion lines).

It offers customizable syntax and keyword highlighting, advanced search and replace operations, automatic text encoding, 256-bit AES encryption/decryption and a built-in FTP/SFTP client lets you open, edit, download and upload large files directly to/from a FTP/SFTP server.

In addition to standard text editing features, PilotEdit can compare and merge two large files of 100GB (10 billion lines). You can also sort, find/remove duplicate lines and extract strings over a large file of 1GB.

Freeware

Zitat
PilotEdit 13.6.0 includes improvements over Python files.

http://www.pilotedit.com/
Titel: QOwnNotes 20.1.7 Build 5245
Beitrag von: SiLæncer am 12 Januar, 2020, 21:40
(https://s26.postimg.cc/hoi1ahlcp/screenshot_978.png)
QOwnNotes is a text editor / notepad replacement with markdown support and todo list manager. The program supports themes, keyboard shortcuts, syntax highlighting, and encryption. Includes available nested file list, tags, search, and more. Optionally works with the notes application ownCloud or Nextcloud.

Cross-platform with clients available for Mac and Linux.

License:    GPL

Changelog

    fixed trailing spaces not being highlighted (for #1569, thank you @Waqar144)
    fixed numeric highlighter and added more improvements (for #1571, thank you @Waqar144)
    added underline option to preview for MD4C (for #1567, thank you @Waqar144)
    added the main menu entry Reload note folder also to the context menu in the note sub-folder panel (for #1574
    fixed highlighting of ordered lists (for #1573
    added more Portuguese, Filipino, Kurdish, Japanese, Urdu (Pakistan), Turkish, Hebrew translation (thank you Fabijenna)

[close]

http://www.qownnotes.org/
Titel: Notepads 1.0.3.0
Beitrag von: SiLæncer am 13 Januar, 2020, 13:20
(https://i.postimg.cc/DzHrb6Dr/screenshot-1766.png)
Modern, open-source Notepad alternative for Windows 10 that gives the aging text editor a facelift, while also packing additional functionality into a similarly streamlined application.

MIT License

Changelog

    New features:

    Added option to highlight misspelled words.
    Added option to always open file in a new window instead of creating a new tab.

    Improvements:

    Copy selected text to clipboard now respect your line ending settings.

[close]

https://github.com/JasonStein/Notepads
Titel: QOwnNotes 20.1.8 Build 5250
Beitrag von: SiLæncer am 13 Januar, 2020, 20:50
Changelog

    added preview code block highlighting for INI and VEX language (for #1529, thank you @Waqar144)
    fixed numerical code block highlighting and preview issues (for #1575, thank you @Waqar144)
    enabled Copy code block menu entry for code blocks with language suffix (for #1578, thank you @Waqar144)
    added more Irish, Portuguese, Korean translation (thank you Fabijenna)

[close]

http://www.qownnotes.org/
Titel: EditPad Lite 8.0.3
Beitrag von: SiLæncer am 14 Januar, 2020, 12:50
(http://www.editpadpro.com/screens/editpadlite.png)
EditPad Lite is a general-purpose text editor, designed to be small and compact, yet offer all the functionality you expect from a basic text editor.

    Free for personal use

Changelog

    Improvements:

    Clip Collection: The Edit Clip dialog now uses the same text layout as the active file so that a clip's contents appear in exactly the same way in the Edit Clip dialog as they would in the main editor if you inserted the clip into the active file.
    Command Line: file:/// URLs are now truncated at the rightmost ? and # to strip off queries and fragments from the file path.
    Options|Word Wrap: The message prompting that elastic tab stops will be disabled while word wrap is enabled now has a "don't show again" checkbox.
    Search: Line By Line mode now places the cursor at the start of the line when a matched line is selected so that the matched line is highlighted as the active line (instead of placing it at the end of the selection which is at the start of the next line as the line break is also selected).
    Triple-clicking a line to select the entire line now places the cursor at the start of the selected line instead of at the start of the next line (where the selection ends as the line break is also selected) for consistency with selecting a line by double-clicking the line number.

    Bug fixes:

    Command Line: Files passed on the command line using file:/// URLs were not opened as the URL was not correctly converted to a file path (8.0.1 and 8.0.2 only).
    File Types|Colors and Syntax: Selecting a scheme from the "syntax coloring" drop-down list could assign a different scheme to the file type if EditPad's installation folder or the %APPDATA%JGsoftEditPad Pro 8 folder contained an invalid or incomplete .jgcscs file.
    Search|Replace All: Replacing all matches of a regular expression with a replacement containing backreferences could cause EditPad to run out of memory when making tens of thousands or more replacements in a single file.
    Search|Whole Words Only: Word character choices from the active text layout configuration are now used when determining whether Whole Words Only should be disabled (which it is when the search term is a literal that does not begin and end with a word character).
    Searching for a search term that includes a literal line break failed when searching through all open files and some files had not yet been the active file after opening them.
    Status bar used the font configured for the tabs instead of the (non-configurable) font for toolbars and menus; this could cause status bar labels to be clipped as the status bar did not adjust its size to the font for tabs.

[close]

http://www.editpadlite.com/
Titel: MadEdit-Mod 0.4.18
Beitrag von: SiLæncer am 14 Januar, 2020, 16:15
(https://i.postimg.cc/hjwJPSBJ/screenshot-890.png)
MadEdit-Mod is a fork of MadEdit, a comprehensive text and hex editor available on multiple platforms. This tool was developed as a means of picking up where MadEdit left off, retaining the original features and adding new ones to improve the user experience.

License: GPLv3

Changelog

    Note: Rollback *nix build to static link with wxWidgets because UI issues reported
    New: Automatically choose extension for new file according to syntax used
    New: Sort windows by clicking column tab(Windows list dialog)
    New: Sort windows by clicking column tab(Save query dialog)
    New: Update icon for Convert File Encoding menu item #297
    New: Zero length match indicator in FindTextPrevious
    Fix: Fix bug of windows sorting in Windows list dialog
    Fix: Minor fix for Pan Chinese support
    Fix: Enable/diable Pan Chinese on clicking Hex searching
    Fix: Pan Chinese on Search in files
    Fix: Binary file detect bug in FindInFiles
    Fix: Can't remember Main Window size larger than 1024*768 #296
    Fix: Replace buggy wxChoice with wxComboBox for Dictionary selection
    Fix: Syntax combo box status is not updated while switching among opened files
    Fix: Unicode converting bug if character is greater than 0x10000 in ConvertChinese chars(Windows only)
    Fix: Safe mode in Chinese convertion #293
    Fix: Regex search bug in FindTextNext
    Fix: Regex search bug in FindTextPrevious
    Update wxWidgets to 3.1.3
    Update boost to 1.71
    Update Python to 2.7.17
    Update hunspell to latest
    Update gb18030 to iconv 1.16
    Update Simplified Chinese translation
    Patch for wxWidgets 3.1.3 issue under Windows 10

[close]

https://sourceforge.net/projects/madedit-mod/
Titel: Atom 1.43.0
Beitrag von: SiLæncer am 14 Januar, 2020, 18:30
(https://s26.postimg.cc/fmfpqomgp/screenshot_915.png)
A powerful and flexible application that works as a text and source code editor with syntax highlight, or alternately as a file viewer.

MIT License

Changelog

Notable Changes

    https://github.com/atom/atom/pull/20041 - Improve PHP syntax highlighting for ternary operator, ereg functions, and comments within closures.
    https://github.com/atom/atom/pull/20122 - Improve PHP syntax highlighting for functions returning references, return types.
    https://github.com/atom/atom/pull/20088 - Improve SCSS syntax highlighting, by recognizing '-' as part of a class selector in an @extend statement.
    https://github.com/atom/atom/pull/20099 - Fix find and replace crashes when a tab is not an editor.
    https://github.com/atom/atom/pull/19832 - Fix an issue that prevented directories created by git worktree from being recognized as git repositories.
    https://github.com/atom/atom/pull/20134 - Improve CSS syntax highlighting by supporting grid properties (e.g row-gap, place-items, place-self and place-content).
    https://github.com/atom/atom/pull/20142 - Improve CSS syntax highlighting by preventing deprecated CSS properties from being highlighted as errors.
    https://github.com/atom/atom/pull/20156 - Add support for Javascript forEach snippet.
    https://github.com/atom/atom/pull/20173 - Add support for Javascript syntax highlighting for BigInt numeric.
    https://github.com/atom/atom/pull/20196 - Update legacy TextMate grammars to match microsoft/vscode@e6abf47.
    atom/github#2324: Removed the non-functional "jump to file" context menu option when viewing past commits.
    atom/github#2308: Explicitly display and choose the active git working directory in the Git and GitHub tabs.
    atom/github#2305: Fix a crash when viewing review comments on Windows.
    atom/github#2297: Avoid stalls due to data buffering by using TCP sockets instead of UNIX domain sockets for git dialog communications.
    atom/github#2222: Create and publish GitHub repositories with the github:create-repository and github:publish-repository commands.
    atom/github#2270: Copy the commit SHA and subject to the clipboard from the context menu on the mini-log.

Atom Core

v1.42.0...v1.43.0

    atom/atom#20041 - ⬆️ language-php@0.443
    atom/atom#20044 - Fix language-typescript version in package.json
    atom/atom#20061 - Update tree-sitter to 0.15.13
    atom/atom#20088 - ⬆️ language-sass@0.62.1
    atom/atom#20096 - ⬆️open-on-github@1.3.2
    atom/atom#20099 - ⬆️ find-and-replace@0.219.1
    atom/atom#19832 - Recognize git worktree directories as valid git repositories
    atom/atom#20115 - Bump Tree-sitter to 0.15.14
    atom/atom#20122 - ⬆️ language-php@0.44.4
    atom/atom#20134 - ⬆️ language-css@0.44.1
    atom/atom#20124 - ⬆️ github@0.31.1
    atom/atom#20098 - Fixed unable to copy selected text from spec-suite window
    atom/atom#20142 - ⬆️ language-css@0.44.2
    atom/atom#20149 - ⬆️ first-mate@7.4.1 bracket-matcher@0.91.2
    atom/atom#20156 - ⬆️ language-javascript@0.133.1
    atom/atom#20157 - ⬆️text-buffer@13.17.1
    atom/atom#20173 - ⬆️ language-javascript@0.134.0 fuzzy-finder@1.14.1
    atom/atom#20196 - ⬆️ nsfw@1.0.26 & language-typescript@0.6.0

bracket-matcher

v0.91.1...v0.91.2

    atom/bracket-matcher#387 - Use Xenial on Travis

find-and-replace

v0.219.0...v0.219.1

    atom/find-and-replace#1100 - Don’t crash when using find view in tab that’s not an editor

fuzzy-finder

v1.14.0...v1.14.1

    atom/fuzzy-finder#406 - Consume STDERR from ripgrep to allow indexing process to complete
    atom/fuzzy-finder#408 - ⬆️@atom/fuzzy-native@1.1.1

github

v0.31.0-2...v0.31.1-2

    atom/github#2261 - Bump graphql from 14.4.2 to 14.5.3
    atom/github#2262 - Bump eslint-utils from 1.3.1 to 1.4.2
    atom/github#2263 - Bump graphql from 14.5.3 to 14.5.4
    atom/github#2269 - Bump @babel/preset-env from 7.5.5 to 7.6.0
    atom/github#2270 - Make it easier to copy the commit SHA and subject
    atom/github#2277 - Bump sinon from 7.4.1 to 7.5.0
    atom/github#2279 - Bump @babel/generator from 7.5.5 to 7.6.2
    atom/github#2278 - Bump @babel/plugin-proposal-object-rest-spread from 7.5.5 to 7.6.2
    atom/github#2289 - Actions upgrade
    atom/github#2291 - Bump cross-env from 5.2.0 to 6.0.2
    atom/github#2222 - Create and publish dialog
    atom/github#2297 - Use TCP sockets on Windows
    atom/github#2305 - Normalize comment path
    atom/github#2311 - Use JavaScript scripts for npm test tasks
    atom/github#2300 - Bump @babel/preset-env from 7.6.0 to 7.6.3
    atom/github#2312 - Push using GITHUB_ACTOR and GITHUB_TOKEN
    atom/github#2314 - GraphQL schema update
    atom/github#2315 - Fix GitHub Package Tests
    atom/github#2322 - GraphQL schema update
    atom/github#2308 - Project Management
    atom/github#2324 - Removed jump to file from options when viewing past commits

open-on-github

v1.3.1...v1.3.2

    atom/open-on-github#109 - Add Probot no-response configuration
    atom/open-on-github#110 - 🤖 Configure probot/no-response to allow 28 days when requesting more info on an issue
    atom/open-on-github#111 - Get target from command target

language-css

v0.44.0...v0.44.2

    atom/language-css#161 - Fix #160
    atom/language-css#166 - Add grid properties that were not being recognized as supported
    atom/language-css#165 - Fix #163 by not marking media properties as invalid.deprecated

language-javascript

v0.133.0...v0.134.0

    atom/language-javascript#631 - Fix for...of autocomplete, variable declaration
    atom/language-javascript#664 - Add a 'forEach' snippet
    atom/language-javascript#588 - Add support for BigInt numeric

language-php

v0.44.2...v0.44.4

    atom/language-php#369 - Fixes for small issues: ternary, ereg, comments w/ closures
    atom/language-php#368 - Fix functions returning references and return type declarations

language-sass

v0.62.0...v0.62.1

    atom/language-sass#258 - Add Probot no-response configuration
    atom/language-sass#259 - 🤖 Configure probot/no-response to allow 28 days when requesting more info on an issue
    atom/language-sass#273 - Tokenize - as a selector

language-typescript

v0.5.2...v0.6.0

    atom/language-typescript#41 - Update snippets to cson format
    atom/language-typescript#43 - update TextMate grammars

[close]

https://atom.io/
Titel: Atom 1.44.0 Beta 0
Beitrag von: SiLæncer am 14 Januar, 2020, 21:20
Changelog

Notable Changes

    https://github.com/atom/github/pull/2334 Fix bad jump to file in reviews controller
    https://github.com/atom/github/pull/2111 Improved GitHub tab blank-slate behavior
    https://github.com/atom/github/pull/2325 Add avatar and split up TabHeaderView
    https://github.com/atom/github/pull/2347 Improved commit details visibility for light UI theme and dark UI theme.

Atom Core

v1.43.0...v1.44.0-beta0

    atom/atom#20287 - Updated license year

github

v0.31.1-2...v0.33.0

    atom/github#2328 - GraphQL schema update
    atom/github#2334 - Fix bad jump to file in reviews controller
    atom/github#2329 - Blank states for GitHub tab
    atom/github#2339 - Remove cross-env
    atom/github#2341 - GitHub Action maintenance
    atom/github#2340 - Update a bunch of dependencies
    atom/github#2344 - Bump react from 16.11.0 to 16.12.0
    atom/github#2345 - Update Relay and related dependencies
    atom/github#2111 - Improved GitHub tab blank-slate behavior
    atom/github#2325 - Add avatar and split up TabHeaderView
    atom/github#2347 - Fix #2251
    atom/github#2349 - GraphQL schema update
    atom/github#2351 - Bump eslint from 6.6.0 to 6.7.0
    atom/github#2359 - Bump @babel/preset-env from 7.7.1 to 7.7.5
    atom/github#2364 - Dugite upgrade for Atom nightly
    atom/github#2365 - Re-sync electron-link and electron-mksnapshot with atom/atom

[close]

https://atom.io/
Titel: HtLite 5.3.0.1
Beitrag von: SiLæncer am 15 Januar, 2020, 21:40
(https://s26.postimg.cc/pw2fa422x/screenshot_172.png)
Umfangreicher HTML/XHTML Editor.  Jeder externe Browser zur Seitenansicht einstellbar.  Wer keinen HTML Designer zur visuellen Gestaltung seiner Seiten benötigt, sondern nur einen komfortablen Code-Editor sucht, erhält hier eine hervorragende Alternative.

Freeware

http://www.winsoftware24.com/HtLite.html
Titel: QOwnNotes 20.1.9 Build 5275
Beitrag von: SiLæncer am 16 Januar, 2020, 05:50
(https://s26.postimg.cc/hoi1ahlcp/screenshot_978.png)
QOwnNotes is a text editor / notepad replacement with markdown support and todo list manager. The program supports themes, keyboard shortcuts, syntax highlighting, and encryption. Includes available nested file list, tags, search, and more. Optionally works with the notes application ownCloud or Nextcloud.

Cross-platform with clients available for Mac and Linux.

License:    GPL

Changelog

    added support for tilde code fence highlighting (for #1580, thank you @Waqar144)
        the preview also works correctly now
        you can also fence triple-tick code blocks with tilde-fences and vice versa
    fixed some small preview issues (for #1582, thank you @Waqar144)
    added more Hebrew, Urdu (Pakistan), Spanish translation (thank you Fabijenna, DixTheDev)

[close]

http://www.qownnotes.org/
Titel: Notepad++ 7.8.3
Beitrag von: SiLæncer am 16 Januar, 2020, 06:10
(https://i.postimg.cc/DwShQSTg/screenshot-1320.png)
Notepad++ is a tabbed source code editor and Notepad replacement with a customizable interface. It is one of the few few source code editors that supports "folding," allowing users to quickly reduce and expand sections of code to see the overall document. In addition, it features multi-language syntax highlighting, auto-completion, regular expression search/replace, macro recording and playback, etc. The program can access a long list of plug-ins via an easy-to-access menu with even more features and functions.

License: GPL

Changelog

    Add the “Expand All”, “Fold All” and “Select/Show current editing file” capacity into Folder as Workspace.
    Fix restoring line position issue while document is wrapped.
    Improve Json syntax highlighting.
    Make filling find field of Find dialog with selected word(s) optional.
    Make doSaveOrNot dialog simpler when there’s a single file to save.
    Fix auto-insert {[“”]} imbrication not working issue.
    Make cmd cli (for “Open Containing Folder in cmd”) customizable.
    Prevent from setting Updater’s Proxy as Notepad++ is not in Admin mode.
    Disable file association settings when Notepad++’s no admin right.
    Fix incremental search bar “highlight all” option not conserved bug.
    Enhance SQL syntax highlighting (add 2 more keyword lists).
    Fix too small buffer issue during add text macro playback.
    Fix “Close All Unchanged” not working issue for sub-view.
    Eliminate garbage displaying in Find-result fold margin.

[close]

http://notepad-plus-plus.org/
Titel: SciTE (SCIntilla) 4.3.0
Beitrag von: SiLæncer am 16 Januar, 2020, 13:50
(https://s26.postimg.cc/fbkgceeux/screenshot_1241.png)
Editor mit Syntax-Highlighting, Auto-Completion, Folding und vielem mehr...

Lizenz: Open Source

Changelog

Lexers made available as Lexilla library. TestLexers program with tests for Lexilla and lexers added in lexilla/test.
SCI_SETILEXER implemented to use lexers from Lexilla or other sources.
ILexer5 interface defined provisionally to support use of Lexilla. The details of this interface may change before being stabilised in Scintilla 5.0.
SCI_LOADLEXERLIBRARY implemented on Cocoa.
Build Scintilla with SCI_EMPTYCATALOGUE to avoid making lexers available.
Lexer and folder added for Raku language. Feature #1328.
Don't clear clipboard before copying text with Qt. Bug #2147.
On Win32, remove support for CF_TEXT clipboard format as Windows will convert to CF_UNICODETEXT.
Improve IME behaviour on GTK. Set candidate position for windowed IME. Improve location of candidate window. Prevent movement of candidate window while typing. Bug #2135.

[close]

http://www.scintilla.org/SciTE.html
Titel: QOwnNotes 20.1.10 Build 5282
Beitrag von: SiLæncer am 17 Januar, 2020, 04:30
Whats new:>>

    it is now possible to disable the opening of the last accessed note at startup in the General settings (for #1588)
    the mechanism to remove conflicted copies of the notes.sqlite database is now also compatible with Dropbox (for #1589)
    added more Arabic, Irish, Hebrew translation (thank you Fabijenna)

http://www.qownnotes.org/
Titel: FocusWriter 1.7.4
Beitrag von: SiLæncer am 17 Januar, 2020, 05:30
(https://s26.postimg.cc/if0nmb60p/screenshot_947.png)
FocusWriter hilft Vielschreibern beim Verfassen von Texten. Die Textverarbeitung blendet alle Menüs und Leisten aus. So kann man sich beim Schreiben voll und ganz auf das Wesentliche konzentrieren.

Der Vollbild-Texteditor FocusWriter zeigt als Oberfläche absichtlich lediglich den blanken Text. Daher gelingt es leichter, störungs- und ablenkungsfrei zu schreiben. Auf Wunsch kann man auf zusätzliche Steuerelemente zugreifen und diese per Maus über die Bildschirmränder abrufen.

Außerdem kann bei FocusWriter eine Statuszeile mit der aktuellen Uhrzeit, einem Timer und Statistiken eingeblendet werden. Das geplante Arbeitspensum legt der Schreiber in den Einstellungen in Minuten oder Wörtern fest. Textart und -farbe werden hier ebenfalls ganz nach Wunsch bestimmt.

Mit FocusWriter können mehrere Dokumente parallel bearbeitet werden. Ein Speichern erfolgt im RTF-, ODT- oder TXT-Format. Standardmäßig zeigt die Freeware einen einfarbigen, nüchternen Hintergrund. Wer die Arbeitsumgebung etwas freundlicher und abwechslungsreicher gestalten möchte, kann die Farbe ändern und auch ein eigenes Bild als Hintergrund einblenden.

FocusWriter enthält alle Grundfunktionen einer Textverarbeitung inklusive Textformatierungen, einer Rechtschreibprüfung und dem Suchen und Ersetzen von Wörtern und Textausschnitten. Die Freeware spricht vor allem den Vielschreiber an, der sich allein auf den Text konzentrieren möchte.

Changelog

    FIXED: Broken emergency cache in Windows
    FIXED: Daily progress did not show star background with some themes
    Replaced deprecated code
    Translations: Catalan, Swedish

[close]

http://gottcode.org/focuswriter/
Titel: QOwnNotes 20.1.11 Build 5286
Beitrag von: SiLæncer am 17 Januar, 2020, 21:00
Whats new:>>

    fixed an infinite loop in the preview with complex markdown tables (for #1592, thank you @mity)
    there now is a button to open the App Password page of your Nextcloud / ownCloud server to create a new app password for the application in the Nextcloud / ownCloud settings
    added more Catalan, Arabic, Irish, Ukrainian, Urdu (Pakistan), Uzbek, Vietnamese, Portuguese, Albanian, Hebrew, Basque, Bosnian, Bulgarian, Cebuano, Croatian, Czech, Danish, Dutch, Estonian, Finnish, French, Greek, Hausa, Hindi, Hungarian, Icelandic, Japanese, Korean, Latvian, Lithuanian, Macedonian, Norwegian, Persian, Polish, Punjabi, Romanian, Russian, Serbian (Cyrillic), Slovak, Slovenian, Spanish, Swedish, Turkish, Italian, German translation (thank you MGuerra, Fabijenna, mlocati, rakekniven)

http://www.qownnotes.org/
Titel: CodeLite 13.0.8 Weekly
Beitrag von: SiLæncer am 18 Januar, 2020, 18:50
(http://codelite.org/images/codelite-linux-thumb.png)
CodeLite is created as a powerful and cross-platform instrument that allows you to analyze and edit C / C++ source code files.

CodeLite is an open source tool that makes use of an user-friendly, yet sophisticated interface that allows users to easily create and build complex projects.

License: GPL

http://codelite.org/
Titel: QuickNote 0.36.25
Beitrag von: SiLæncer am 18 Januar, 2020, 19:45
(https://i.postimg.cc/bNWtSfPv/screenshot-2254.png)
Yet another text editor with many options and capabilities, promising to make your life easier when it comes to taking efficient notes.

Freeware

Whats new:>>

    Feature added:

    Copy and move file between nodes (folders)

https://sanketlipi.weebly.com/
Titel: Alternate Text Browser 3.650
Beitrag von: SiLæncer am 18 Januar, 2020, 21:30
(https://i.postimg.cc/TYy7wJVb/screenshot-1429.png)
This program makes it easy to browse through text- and html-files (also xml), syntax highlighting for serveral programming languages available (C++, Pascal, PHP, Perl, ASM, JScript etc.).

Freeware

Whats new:>>

    Installation updated: UnInstCleanup V1.520
    Internal corrections

http://www.alternate-tools.com/pages/c_textbrowser.php?lang=ENG
Titel: QText 4.53
Beitrag von: SiLæncer am 19 Januar, 2020, 19:30
(https://www.jmedved.com/content/media/qtext400.png)
This program started with itch of mine. I often have need to take notes while talking on telephone, surfing or doing almost anything. That notes are usually just temporary since I want to do something with it – like adding telephone number to my phonebook. What I needed was scrap paper.

It is similar to notepad which can be brought from tray when needed but has also auto-save thing going on. Just ideal for taking notes.

Freeware

http://www.jmedved.com/qtext/
Titel: RJ TextEd 14.30
Beitrag von: SiLæncer am 19 Januar, 2020, 20:45
(https://s26.postimg.cc/775l9vjeh/screenshot_593.png)
RJ TextEd - A Unicode source and text editor. RJ TextEd is a full featured text and source editor with Unicode support, syntax highlighting and code folding. The functionality extends beyond text files and includes support for HTML editing with integrated preview, spell checking, auto completion, HTML validation, templates and more. The program also include support for Topstyle Lite CSS editor, has a dual pane file commander, as well as a FTP client to upload your files. The editor uses language files to display menus and dialogs in different languages. There are several included languages. New language files can easily be created in the editor. RJ TextEd is also a simple web development tool. The editor can use auto completion and hints to assist you in editing your source code. You can preview HTML/ASP/PHP... code using one of the preview tabs or open a document in a browser. The editor does not only handle source code. It also handles true ASCII files, binary files and of course plain text files.

License: Freeware

Changelog

Chrome Preview

Updated component and libraries to version 78.0.3904.

Remote files (S)FTP

Added menu items to upload current document to a remote server.

You can still save to a remote server.

The difference between upload and save is that if you upload to a remote server - the document is still saved to a local folder. But if you save to a remote folder - the document is then always saved to that remote location.

The option "Save to remote location" should now always allow the document to be saved to it's last saved location. E.g. if you save to a remote server - the document is always saved to the remote location.

Sites panel

Added a new panel to handle web sites. Create a new site by adding a name for the site, add local, remote server and test server locations. The remote and test server locations is selected using a remote folder dialog window. This allows you to select the (S)FTP profile to use with the site. New sites are listed in the drop down menu.

Local site

This is were you store the site on local disk for editing.

Test site

You can use a test server for testing your site before publishing it.

Remote site

This is where you publish your web site.

Active Remote site

On the toolbar buttons you can see a yellow dot marking the active remote site. All transfers will commends between the local and active site. E.g. if the test server site is active - all uploads, downloads, synchronize operations etc. is done between the local site and the test server site.

Site panel toolbar

Open an existing site from the drop down menu. From the site panel you can upload, download files and folders. Or you can synchronize local and remote folders. The synchronize feature will either synchronize the entire web site, except folders you have excluded in the synchronize dialog window, or synchronize the files and folders you have selected.

Context menu

The context menus contain menu items to cut, copy and paste selected files and folders. You can copy and move files between the local folder and any remote location. Or you can copy and move files between locations on the local or remote site.

Duplicate allows you to duplicate selected files and folders. Rename allows you to rename any file or folder. Delete allows you to delete selected files and folders. Permissions allows you to change remote file and folder permissions.

Open in browser will open the selected local or remote file in an web browser. For this to work with remote files - make sure you add a web path in the site settings.

File commander (upload, download and sync)

File date and time information is now stored inside XML files. It's now possible to use the same local web site and sync it to several remote locations. This is useful if you have the same site under different domains. E.g. www.dummy.com, www.dummy.org, www.dummy.eu ...

You can choose if you want to synchronize the currently opened folders or synchronize selected files and folders.

Made several optimizations. All operations should be much faster now.

Fixed several issues found when writing the new code and when testing.

Site and file commander sync dialog window

Redesigned the dialog window and fixed a few issues. Added a new option to only synchronize selected files and folders.

Enclose toolbar dropdown menu

Added a new toolbar button to the main toolbar that opens a dropdown menu for enclosing selected text. The dropdown menu contain many different quote types and braces.

The same toolbar button is available in the user toolbar.

Misc

    Macro edit window is now sizable and can be maximized.
    Enabled ALT+UP/DOWN when importing diff file to navigate up and down in the document.
    Search dialog window should open faster now (made some optimizations).
    Reduced flickering when resizing the main window.
    Updated the Pearl syntax files.

Fixed

Fixed a large number of reported issues.
[close]

http://www.rj-texted.se/
Titel: QOwnNotes 20.1.12 Build 5295
Beitrag von: SiLæncer am 21 Januar, 2020, 05:45
(https://s26.postimg.cc/hoi1ahlcp/screenshot_978.png)
QOwnNotes is a text editor / notepad replacement with markdown support and todo list manager. The program supports themes, keyboard shortcuts, syntax highlighting, and encryption. Includes available nested file list, tags, search, and more. Optionally works with the notes application ownCloud or Nextcloud.

Cross-platform with clients available for Mac and Linux.

License:    GPL

Changelog

    fixed a memory leak in the preview (for #1594, thank you @Waqar144)
    you can now browse and modify your todo list items in a tree instead of a list if you are using sub-tasks (for #1596)
        the creation of sub-tasks is not yet supported in the application
        keep in mind that sub-tasks of completed tasks or sub-tasks will not be shown if you don't show completed items
    added more Chinese Simplified, Uzbek, Dutch, German, Norwegian, Persian, Polish, Portuguese, Punjabi, Romanian, Swedish, Serbian (Cyrillic), Slovak, Slovenian, Turkish, Ukrainian, Urdu (Pakistan), Albanian, Arabic, Basque, Bengali, Bosnian, Bulgarian, Croatian, Kurdish, Czech, Danish, Estonian, Finnish, French, Greek, Hausa, Hebrew, Hungarian, Icelandic, Irish, Japanese, Korean, Latvian, Lithuanian, Macedonian, Russian, Spanish, Italian translation (thank you Fabijenna, rakekniven, unchase, richarson, mlocati)

[close]

http://www.qownnotes.org/
Titel: QOwnNotes 20.1.13 Build 5306
Beitrag von: SiLæncer am 21 Januar, 2020, 20:30
Changelog

    fixed not detected external note changes of the current note if the event for the change in the current note comes after the event that the note folder was modified (for #1597)
    lots of improvements for the markdown highlighting were made (for #1598, thank you @Waqar144)
        support for overlapping formats such as bold + italic, code + italic, etc.
        em and strong highlighting in complex cases
        inline code spans can now handle complex cases, e.g ``inline ` code``
        strike through support
        Commonmark compliant indented code blocks
    fixed broken note folder and script moving via drag and drop on macOS
    added more Chinese Simplified, Chinese Traditional, Hindi translation (thank you Fabijenna)

[close]

http://www.qownnotes.org/
Titel: QOwnNotes 20.1.14 Build 5311
Beitrag von: SiLæncer am 22 Januar, 2020, 20:00
Changelog

    you can now also create sub-tasks in the Todo list dialog by right-clicking on a todo-item (for #1596)
    more improvements for the markdown highlighting were made (for #1598, thank you @Waqar144)
    fixed four spaces code blocks again (for #1558, thank you @Waqar144)
    added more Chinese Simplified, Chinese Traditional, Indonesian, Hindi, Kurdish, Filipino translation (thank you Fabijenna)

[close]

http://www.qownnotes.org/
Titel: QOwnNotes 20.1.15 Build 5316
Beitrag von: SiLæncer am 24 Januar, 2020, 05:30
Changelog

    fixed stacked code block highlighting and improved non-fenced code block highlighting (for #1558, #1602, #1601 and #1598, thank you @Waqar144)
    there now is a new scripting command script.noteTextEditSelectCurrentWord() to select the current word in the note text edit (for #1603, thank you @jfx2006)
        for more information please take a look at the scripting documentation
    added more Cebuano, Italian, Chinese Simplified, Slovak, Chinese Traditional, Slovenian, Croatian, Spanish, Czech, Swedish, Danish, Ukrainian, Dutch, Urdu (Pakistan), Uzbek, Estonian, Vietnamese, Finnish, French, Greek, Hausa, Hindi, Hungarian, Icelandic, Indonesian, Irish, Japanese, Korean, Kurdish, Latvian, Lithuanian, Macedonian, Norwegian, Persian, Albanian, Polish, Basque, Portuguese, Bosnian, Punjabi, Bulgarian, Romanian, Serbian (Cyrillic), Russian, German, Catalan translation (thank you Fabijenna, mlocati, unchase, rakekniven, MGuerra, tiwi90)

[close]

http://www.qownnotes.org/
Titel: QOwnNotes 20.1.16 Build 5319
Beitrag von: SiLæncer am 25 Januar, 2020, 09:00
Changelog

    you now can set a custom editor width in the Window / Editor width menu (for #1604)
    all search results in the note text edit are now highlighted while searching (for #1512)
        the speed of the search was slightly improved
        you can now do regular expressions searches also case insensitive

[close]

http://www.qownnotes.org/
Titel: QuickNote 0.37.33
Beitrag von: SiLæncer am 25 Januar, 2020, 19:45
(https://i.postimg.cc/bNWtSfPv/screenshot-2254.png)
Yet another text editor with many options and capabilities, promising to make your life easier when it comes to taking efficient notes.

Freeware

Whats new:>>

Support for multiple selections for file move, copy and delete

https://sanketlipi.weebly.com/
Titel: QOwnNotes 20.1.17 Build 5324
Beitrag von: SiLæncer am 26 Januar, 2020, 18:00
Changelog

    on Windows the application will now automatically be shown if the the update dialog is triggered, because otherwise Windows seems to quit the application when the update dialog is closed while the application is hidden (for #1514)
    highlighting of markdown lists (ordered/unordered/checked/unchecked) have been re-written (for #1598, thank you @Waqar144)
        list parsing is much faster now
        ordered lists can optionally have a ) instead of a . as the character after the number, both these lists will be completed if you press Enter
    added more Russian, Bengali, Indonesian, Irish, Italian, Japanese, Korean, Kurdish, Latvian, Lithuanian, Macedonian, Norwegian, Persian, Polish, Bosnian, Portuguese, Bulgarian, Punjabi, Chinese Simplified, Romanian, Chinese Traditional, Serbian (Cyrillic), Slovak, Slovenian, Spanish, Swedish, Croatian, Czech, Danish, Dutch, Estonian, Albanian, Filipino, Arabic, Finnish, Basque, Hausa, Hindi, Hungarian, Icelandic, Catalan, French, Greek, Brazilian Portuguese, German translation (thank you unchase, Fabijenna, MGuerra, primokorn, athrouss, mlimacarlos, rakekniven, tiwi90)

[close]

http://www.qownnotes.org/
Titel: Zettlr 1.6.0 Beta 0
Beitrag von: SiLæncer am 26 Januar, 2020, 19:30
(https://s26.postimg.cc/vfll9p4mh/screenshot_956.png)
Write text and conveniently edit it using Markdown with the help of this user-friendly and well-thought-out, Electron based application.

MIT License

Changelog

GUI and Functionality

    New Feature: Zettlr is now able to open file attachments for citations in your files. Simply right-click a citation, go to "Open Attachment" and select the cite-key for which you want to open the file attachment. Got multiple? Here's how Zettlr chooses which one to open: All attachments are listed and then the PDF files are sorted on top of the list. Then, Zettlr will open whatever attachment is the first in the list.
    New Feature: You now have an additional setting that allows you to determine if, and when, the filename will be automatically added to your link. "Never" means that the file name will never be added, "Only with ID" means that the file name will only be added, if the link is constructed using the ID, and "always" (the default) means that the file name will always be added, possibly duplicating it.
    New Feature: NOT search operator. Now you can use an exclamation mark (!) before the term in your global search to exclude certain search terms. If any NOT-condition is satisfied, the file will no longer be considered a candidate. You can combine the NOT-operator with both exact matches (!"an exact phrase") and single terms (!word).
    Pressing Alt-Up and Alt-Down will now swap lines in the editor window up or down.
    Cleaned up the shortcuts. Until now, Ctrl+B would also make text bold on macOS. Now, only Cmd+B will work, while Ctrl+B will only work on non-Apple systems.
    Improved the Math equation detection again. Now it's simpler, faster and will work more reliable. Escaping dollar signs should most of the time not be necessary anymore.
    Added syntax highlighting to inline and block Math equations. Now they're displayed in monospace to make it easier for you to write them.
    Title and tag matching of search terms during global search is now performed case insensitive.
    Added an option to copy the filename of files to the clipboard via the context menu.
    Exact search terms in the global search are no longer trimmed (trailing and leading whitespace is not removed) to maintain the meaning of "exact".
    The AutoCorrect option can now be activated and deactivated as intended.
    Added German secondary guillemets to the MagicQuotes settings.

Under the Hood

    Fixed a small bug that would display a non-intuitive message when checking for updates and the update server is not available.
    Fixed wrong error logging in the Citeproc provider.
    Added the necessary cslenvironment to Zettlr's default TeX template so that Pandoc >2.8 does not throw errors. Thanks to @frederik-elwert for implementing!
    Cleaned up the keymap for CodeMirror. It's now centralised within generate-keymap.js and not scattered in all the plugins anymore.
    Rewrote the i18n loading logic, resulting in huge performance gains on startup. Thanks to @BAKFR for implementing!

[close]

Download: https://github.com/Zettlr/Zettlr/releases

https://www.zettlr.com/
Titel: EditPad Lite 8.0.4
Beitrag von: SiLæncer am 27 Januar, 2020, 18:15
(http://www.editpadpro.com/screens/editpadlite.png)
EditPad Lite is a general-purpose text editor, designed to be small and compact, yet offer all the functionality you expect from a basic text editor.

    Free for personal use

Changelog

    Improvement:

    File Types: Regex to detect magic value is now applied to files matched by the “without extension” file type.

    Bug fixes:

    64-bit version crashed with an “external exception” when trying to edit a file on a computer with a CPU that does not support SSSE3 or SSE4.1.
    Adding a favorite could trigger an access violation (8.0.3 only).
    Borders around edit boxes on toolbars were not always displayed correctly.

[close]

http://www.editpadlite.com/
Titel: Mesh Editor 1.10
Beitrag von: SiLæncer am 27 Januar, 2020, 18:50
(https://i.postimg.cc/Gm0cxbZp/screenshot-1986.png)
Mesh Editor is a lightweight code editor. It is user-friendly and can be used on the go since it is really lightweight.

It supports multiple programming languages such as:

    CSharp
    HTML
    Javascript
    Lua
    PHP
    SQL
    Visual Basic
    XML

Freeware

Whats new:>>

Fixed a saving related bug

https://toolslib.net/downloads/viewdownload/1080-mesh-editor/
Titel: QOwnNotes 20.1.18 Build 5335
Beitrag von: SiLæncer am 27 Januar, 2020, 21:20
Whats new:>>

    added Cmake and make languages to the code block syntax highlighter (for #93, thank you @Waqar144)
    fixed checking of checkboxes in checkbox lists in the preview (for #1607, thank you @Waqar144)
    fixed displaying of the context menu in the task list of the todo list dialog if no task is present (for #1609)

http://www.qownnotes.org/
Titel: Mesh Editor 1.11
Beitrag von: SiLæncer am 28 Januar, 2020, 12:52
Whats new:>>

    Improved saving function
    Added F5 to print current date and time

https://toolslib.net/downloads/viewdownload/1080-mesh-editor/
Titel: HelpNDoc Personal Edition 6.7.0 Build 479
Beitrag von: SiLæncer am 28 Januar, 2020, 19:50
(https://s26.postimg.cc/n8qdqw1ix/screenshot_994.png)
HelpNDoc provides all the tools necessary to write complete help files, manuals and documentations in a user friendly and very easy to use environment. HelpNDoc can generate standard Windows CHM help files, WEB based documentation, iPhone specific websites as well as printable PDF and Word documents.

HelpNDoc is completely free for personal use and evaluation purposes.

Changelog

    Automatic generation of customizable YouTube and Vimeo embed codes when entering a video URL of those services
    Documentation generation dialog now warns before starting generation if the output directory doesn't exist or isn't writable
    Report template editor's table of contents preview and editor could display page size in the next line instead of same line as title
    Project analyzer always reported zero words count
    Project analyzer print preview and PDF export was not fully translated to German / French / Spanish
    Word document page size was not correct when exported on a high DPI screen
    When pictures were too large to fit in the PDF document, they were not correctly resized on high DPI screens
    PDF generation is more consistent when generated on different DPI screens
    Table of contents pages could be displayed on the next line for PDF documents generated on high DPI screens
    Enhanced Word document's table of contents page number estimation
    Adding a right indent to table of contents entries displayed the page number on the next line in PDF documents
    Right indent in table of contents entries was discarded in generated Word documentation
    Improved CHM importer: links to HTML files placed in sub-folders were not correctly imported
    Picture width and height ribbon fields were not always correctly updated when pictures were resized

[close]

http://www.helpndoc.com/
Titel: QOwnNotes 20.1.19 Build 5342
Beitrag von: SiLæncer am 28 Januar, 2020, 21:20
Whats new:>>

    fixed a possible crash in the broken-link highlighter (for #1611, thank you @Waqar144)
    enabled underline rendering in the note text edit (for #1613, thank you @Waqar144)
    added more Russian translation (thank you mikhail-khokhlov)

http://www.qownnotes.org/
Titel: jEdit 5.5.0
Beitrag von: SiLæncer am 29 Januar, 2020, 12:41
(https://i.postimg.cc/8cBH5F3P/screenshot-2323.png)
jEdit is a mature programmer's text editor with hundreds (counting the time developing plugins) of person-years of development behind it. To download, install, and set up jEdit as quickly and painlessly as possible, go to the Quick Start page.

While jEdit beats many expensive development tools for features and ease of use, it is released as free software with full source code, provided under the terms of the GPL 2.0.

Lizenz: Open Source

http://www.jedit.org/
Titel: Notepad++ v7.8.4
Beitrag von: SiLæncer am 30 Januar, 2020, 06:10
(https://i.postimg.cc/DwShQSTg/screenshot-1320.png)
Notepad++ is a tabbed source code editor and Notepad replacement with a customizable interface. It is one of the few few source code editors that supports "folding," allowing users to quickly reduce and expand sections of code to see the overall document. In addition, it features multi-language syntax highlighting, auto-completion, regular expression search/replace, macro recording and playback, etc. The program can access a long list of plug-ins via an easy-to-access menu with even more features and functions.

License: GPL

Changelog

1.  Fix regression of double clicking a found in files result while Word-Wrap is on.
2.  Fix HashFromDlg title bar localization issue.


Included plugins:

1.  NppExport v0.2.9
2.  Converter 4.2.1
3.  Mime Tool 2.5


Updater (Installer only):

* WinGup (for Notepad++) v5.1.1

[close]

http://notepad-plus-plus.org/
Titel: RisohEditor 5.2.8
Beitrag von: SiLæncer am 30 Januar, 2020, 13:15
(https://i.postimg.cc/8P4z4Swt/screenshot-799.png)
"RisohEditor" is a free resource editor for Win32 development, created by Katayama Hirofumi MZ. RisohEditor realized the ideal of resource editor. "Risoh" means "ideal" in Japanese. RisohEditor can add, edit, extract, clone and remove the resource data in EXE/DLL files. You can edit Windows resources (Dialogs, Menus, Icons, Cursors, String Tables, Message Tables etc.) by using RisohEditor.

NOTICE: Please avoid installing in "C:\Program Files" or "C:\Program Files (x86)". Because the resource compiler (windres) doesn't accept space character in the file path.

Freeware

Whats new:>>

    Able to display undefined controls.
    Added "Use BEGIN/END" option.
    Fixed a bug that DLL could not be saved as another name.

https://katahiromz.web.fc2.com/re/en/index.html#intro
Titel: EditPad Lite 8.0.5
Beitrag von: SiLæncer am 30 Januar, 2020, 13:30
(http://www.editpadpro.com/screens/editpadlite.png)
EditPad Lite is a general-purpose text editor, designed to be small and compact, yet offer all the functionality you expect from a basic text editor.

    Free for personal use

Changelog

    Bug fixes:

    Discard the .ini file instead of failing to start with a Unicode mapping error if EditPad's .ini file is not a valid UTF-8 file.
    Word wrap messed up line break positions when wrapping the bottom half of a file larger than 512 KB (64-bit 8.0.4 only).
    Word wrap was not applied to the line in the middle of the file (or the only line in the file if it has no line breaks) when editing that line if the file was large enough for EditPad to have used background threads for line breaks and word wrapping when the file was loaded.


[close]

http://www.editpadlite.com/
Titel: QuickNote 0.38.13
Beitrag von: SiLæncer am 30 Januar, 2020, 13:46
(https://i.postimg.cc/bNWtSfPv/screenshot-2254.png)
Yet another text editor with many options and capabilities, promising to make your life easier when it comes to taking efficient notes.

Freeware

Whats new:>>

Minor bug fix related to tabControl

https://sanketlipi.weebly.com/
Titel: Alternate Text Browser 3.660
Beitrag von: SiLæncer am 31 Januar, 2020, 09:03
(https://i.postimg.cc/TYy7wJVb/screenshot-1429.png)
This program makes it easy to browse through text- and html-files (also xml), syntax highlighting for serveral programming languages available (C++, Pascal, PHP, Perl, ASM, JScript etc.).

Freeware

Whats new:>>

    Memo 3.090, Calculator 3.460 added
    Internal corrections
    Bugfix for showing/hiding tabfolders

http://www.alternate-tools.com/pages/c_textbrowser.php?lang=ENG
Titel: LyX 2.3.4
Beitrag von: SiLæncer am 01 Februar, 2020, 09:30
(https://s26.postimg.cc/xm6jhtzop/screenshot_297.png)
LyX is a document processor that encourages an approach to writing based on the structure of your documents (WYSIWYM) and not simply their appearance (WYSIWYG).

Open Source

Changelog

LyX 2.3.4 is the result of on-going efforts to make our stable version more reliable and more stable. One important change is that we have finally fixed a large number of bugs related to bibitems (see bug #7548). We have also (we hope) fixed a long-standing bug involving the saving of files on Windows to Dropbox folders.

[close]

Download -> https://ftp.lip6.fr/pub/lyx/stable/2.3.x/

http://www.lyx.org/
Titel: Mesh Editor 1.11.2
Beitrag von: SiLæncer am 01 Februar, 2020, 10:45
(https://i.postimg.cc/Gm0cxbZp/screenshot-1986.png)
Mesh Editor is a lightweight code editor. It is user-friendly and can be used on the go since it is really lightweight.

It supports multiple programming languages such as:

    CSharp
    HTML
    Javascript
    Lua
    PHP
    SQL
    Visual Basic
    XML

Freeware

Whats new:>>

Fixed bug that prevented saving on folder list

https://toolslib.net/downloads/viewdownload/1080-mesh-editor/
Titel: RisohEditor 5.2.9
Beitrag von: SiLæncer am 01 Februar, 2020, 11:20
Whats new:>>

    XP support of 5.2.8 is forgotten. Now enabled.
    Fixed processing of file saving.
    Able to save EXE/DLL files without user-owned executable.
    Fixed how to backup.

https://katahiromz.web.fc2.com/re/en/index.html#intro
Titel: QOwnNotes 20.2.0 Build 5346
Beitrag von: SiLæncer am 01 Februar, 2020, 18:30
(https://s26.postimg.cc/hoi1ahlcp/screenshot_978.png)
QOwnNotes is a text editor / notepad replacement with markdown support and todo list manager. The program supports themes, keyboard shortcuts, syntax highlighting, and encryption. Includes available nested file list, tags, search, and more. Optionally works with the notes application ownCloud or Nextcloud.

Cross-platform with clients available for Mac and Linux.

License:    GPL

Changelog

    remote images and Nextcloud text images are now cached after being downloaded for the preview until another note was be selected (for #1244)
        this improves writing speed because the images now don't need to be downloaded again every time the preview is refreshed
    remote images and Nextcloud text images are now (like local images) resized in the preview if the width of the preview panel is smaller than the image width (for #1597)

[close]

http://www.qownnotes.org/
Titel: PSPad 5.0.3. Build 375 Dev
Beitrag von: SiLæncer am 01 Februar, 2020, 20:10
(http://images.six.betanews.com/screenshots/1076948037-1.png)
PSPad is a universal freeware editor. There is no complex install process; the program is ready to work immediately, without requiring customization. It supports many file types and languages, with syntax highlighting. There are macros, clip files and templates to automate repetitive activities. An integrated HEX Editor, Project support, FTP Client, Macro Recorder, File Search/Replace, Code Explorer, code page conversion, are just some of the many possibilities that PSPad can offer you.

Freeware

Changelog

    reduce Windows flicker when you restore PSPad from minimized to maximized state
    HEX editor - paste text into HEX part, copied from external source (e.g. Excel)
    fixed behavior when PSPad is minimized to Tray icon

[close]

http://www.pspad.com/
Titel: BowPad 2.5.0
Beitrag von: SiLæncer am 01 Februar, 2020, 20:50
(https://s26.postimg.cc/h0ofzpokp/screenshot_1153.png)
BowPad is a small and fast text editor with a ribbon user interface and syntax highlighting.

Features:

syntax highlighting for over 100 file types and languages
handling of many different encodings, including UTF-8, UTF-16 and even UTF-32
easy ribbon user interface
navigation hints in the vertical scrollbar
coloring of open tabs according to their path
extendable with plugins written in jscript or vbscript

Freeware

Whats new:>>

    List of issues solved for 2.5.0
    updated to Scintilla 4.3.0
    fixed: ctrl+doubleclick on text could open an empty browser

http://stefanstools.sourceforge.net/BowPad.html
Titel: MiTeC XML Viewer v6.0.0
Beitrag von: SiLæncer am 03 Februar, 2020, 05:20
(https://i.postimg.cc/gj4Sb50w/screenshot-860.png)
MiTeC XML Viewer include simple XML Editor with xml validation, very fast SAX parser, support hierarchical and text preview, text searching, Base64 decoding, attribute listing, image interpretation, Web and Content preview and large files up to available memory.

Freeware

Whats new:>>

Added export to CSV and JSON.

http://mitec.cz/xmlv.html
Titel: HtLite 5.3.0.2
Beitrag von: SiLæncer am 03 Februar, 2020, 16:45
(https://s26.postimg.cc/pw2fa422x/screenshot_172.png)
Umfangreicher HTML/XHTML Editor.  Jeder externe Browser zur Seitenansicht einstellbar.  Wer keinen HTML Designer zur visuellen Gestaltung seiner Seiten benötigt, sondern nur einen komfortablen Code-Editor sucht, erhält hier eine hervorragende Alternative.

Freeware

http://www.winsoftware24.com/HtLite.html
Titel: Mesh Editor 1.13.0
Beitrag von: SiLæncer am 03 Februar, 2020, 19:50
Changelog

Images can be directly opened in Mesh Editor (if supported)
Folder display now supports images
Several performance improvements
Added PDF support
Added export (share) via URL (beta)
Improved update process
Easily add/remove editor by right clicking on a tab

[close]

https://toolslib.net/downloads/viewdownload/1080-mesh-editor/
Titel: QOwnNotes 20.2.1 Build 5351
Beitrag von: SiLæncer am 04 Februar, 2020, 04:30
(https://s26.postimg.cc/hoi1ahlcp/screenshot_978.png)
QOwnNotes is a text editor / notepad replacement with markdown support and todo list manager. The program supports themes, keyboard shortcuts, syntax highlighting, and encryption. Includes available nested file list, tags, search, and more. Optionally works with the notes application ownCloud or Nextcloud.

Cross-platform with clients available for Mac and Linux.

License:    GPL

Whats new:>>

    improved the space padding of the automatic markdown table formatter (for #1052)
    fixed highlighting of list items that start with tabulator characters and checkboxes that don't have a space in the brackets (for #1615, thank you @Waqar144)

http://www.qownnotes.org/
Titel: Dnote 0.11.0
Beitrag von: SiLæncer am 05 Februar, 2020, 09:15
(https://s26.postimg.cc/z38h40qwp/screenshot_529.png)
Write technical notes and neatly organize them into books without leaving the command line with the help of this simplistic utility.

MIT License

Whats new:>>

Added

    Allow to pass credentials through flags while logging in (#403)

https://dnote.io/
Titel: Mesh Editor 1.14
Beitrag von: SiLæncer am 05 Februar, 2020, 20:47
(https://i.postimg.cc/Gm0cxbZp/screenshot-1986.png)
Mesh Editor is a lightweight code editor. It is user-friendly and can be used on the go since it is really lightweight.

It supports multiple programming languages such as:

    CSharp
    HTML
    Javascript
    Lua
    PHP
    SQL
    Visual Basic
    XML

Freeware

Whats new:>>

Added batch support
Bug fixes & improvements

https://toolslib.net/downloads/viewdownload/1080-mesh-editor/
Titel: QOwnNotes 20.2.2 Build 5354
Beitrag von: SiLæncer am 06 Februar, 2020, 04:30
Whats new:>>

    automatic closing of brackets (and other characters) will now happen even if you are in the middle of the line (for #96, thank you @Waqar144)
        automatic removal of brackets (and other characters) for closing characters for example ] or ) now works (previously automatic removal only happened if the character was an opening character)
    fixed Go lang highlighting and improved makefile highlighting (for #97, thank you @Waqar144)
    improved comment block highlighting (for #99, thank you @Waqar144)

http://www.qownnotes.org/
Titel: EmEditor Free 19.6.0 Beta 1
Beitrag von: SiLæncer am 06 Februar, 2020, 06:00
(https://1z9j8fz5fww49iaje1itey71-wpengine.netdna-ssl.com/wp-content/uploads/2013/09/EmEditorFree_Window.png)
EmEditor is a lightning-fast, tabbed text editor with themes, syntax highlighting, stay-on-top, and customizable keyboard mapping. The program supports batch find-and-replace, regular expressions, and more.

The program beat a variety of other text editors in tests performed by TPFC user TP109. Additional features are available via a non-free version.

Free for personal use

Changelog

    New General Features:

    Added the option to show the Clipboard History window one second after the Paste (CTRL + V) command was selected. This allows you to quickly select a previously used Clipboard text (To disable this feature, clear Show Clipboard History on Paste check box to the Edit page of the Customize dialog box). To show the Clipboard history manually, use the new Show Clipboard History command (default shortcut: CTRL + SHIFT + V).
    Added the ability to create a table of frequent strings from the Find in Files results (the Find in Files dialog box – the arrow at the right side of the Extract button – Extract Options dialog box – the Count Frequent Strings check box).
    Number Range Expression can now specify a set of numbers with a specified increment. For example, to specify only even numbers in the range of 0 to 10, you can use [0, 10, 2].
    Added JSON to default configurations.

    New Options:

    Added the Show Minimap while Hovered check box to the Scroll page of configuration properties.
    Added the Retrieve Windows Clipboard History on Startup and Show Clipboard History on Paste check boxes to the Edit page of the Customize dialog box.
    Added the Cells, IPv4 Addresses, and IPv6 Addresses radio buttons to the Extract Frequent Strings dialog box.
    Added the Multiples + Minimum numbers Only check box and Multiples of text box to the Enter Number Range dialog box.
    Added the Extract button to the Find in Files dialog box.
    Added the Custom text box to the Format page of the Customize dialog box.

[close]

https://www.emeditor.com/text-editor-features/history/emeditor-free/
Titel: EditPad Lite 8.0.6
Beitrag von: SiLæncer am 06 Februar, 2020, 13:40
(http://www.editpadpro.com/screens/editpadlite.png)
EditPad Lite is a general-purpose text editor, designed to be small and compact, yet offer all the functionality you expect from a basic text editor.

    Free for personal use

Changelog

    Improvement:

    Text Layout: The “monospaced left-to-right only” text layout now allows characters that are matched separately by the same element in the syntax coloring scheme to form ligatures; characters matched by different elements in the syntax coloring scheme still cannot form ligatures.

    Bug fixes:

    File Types: PHP and ASP syntax coloring schemes now allow up to 49 PHP or ASP code blocks inside an HTML tag. Previously only 4 were allowed. The limitation exists to prevent runaway syntax coloring when an HTML tag is missing its closing
    Options|Text Layout: Customizing a text layout for which a bitmapped font was selected now automatically ticks “allow bitmapped fonts” instead of reverting the font to Segoe UI or Tahoma.
    Options|Text Layout: OpenType fonts can now be selected without ticking the “allow bitmapped fonts” checkbox.
    Regex: A subroutine call to a capturing group that contains an subroutine call to a non-existent group caused regex syntax coloring to disappear and triggered an error if you tried to search with it.

[close]

http://www.editpadlite.com/
Titel: RisohEditor 5.3.0
Beitrag von: SiLæncer am 06 Februar, 2020, 18:45
(https://i.postimg.cc/8P4z4Swt/screenshot-799.png)
"RisohEditor" is a free resource editor for Win32 development, created by Katayama Hirofumi MZ. RisohEditor realized the ideal of resource editor. "Risoh" means "ideal" in Japanese. RisohEditor can add, edit, extract, clone and remove the resource data in EXE/DLL files. You can edit Windows resources (Dialogs, Menus, Icons, Cursors, String Tables, Message Tables etc.) by using RisohEditor.

NOTICE: Please avoid installing in "C:\Program Files" or "C:\Program Files (x86)". Because the resource compiler (windres) doesn't accept space character in the file path.

Freeware

Whats new:>>

    Added ES_AUTOHSCROLL to some textboxes.
    Fixed the logical error upon overwriting file.

https://katahiromz.web.fc2.com/re/en/index.html#intro
Titel: EmEditor Free 19.6.0 Beta 2
Beitrag von: SiLæncer am 07 Februar, 2020, 05:40
Whats new:>>

    Fixed a bug in Half-width/Full-width Conversion dialog box.
    Mitigated an issue where EmEditor could slow down if very complicated regular expression highlight strings/markers were defined.
    Mitigated an issue where EmEditor could crash if available memory is very low while saving a very large file.

https://www.emeditor.com/text-editor-features/history/emeditor-free/
Titel: EmEditor Free 19.6.0 Beta 3
Beitrag von: SiLæncer am 08 Februar, 2020, 11:20
Whats new:>>

Fixed a bug where recording a macro while replacing text could add an unnecessary flag.

https://www.emeditor.com/text-editor-features/history/emeditor-free/
Titel: CudaText 1.94.0.0
Beitrag von: SiLæncer am 08 Februar, 2020, 18:00
(https://s26.postimg.cc/k6wu8qcrt/screenshot_901.png)
Create programming scripts with this powerful tool that supports more than 130 languages and allows users to work concurrently on as many as six groups of projects.

Freeware

Changelog

    Add: Project Manager improvements (show pretty paths in recent file list; fixed crash on unfolding deleted folder; use case-insensitive sorting)
    Add: program starts little faster (Linux/Windows: by 10..20%)
    Add: command line supports all params (-r -e -nh -z) for single instance mode too (thanks @dinkumoil)
    Add: command line parameter -i, to read the contents of stdin (Unix only)
    Add: command line parameter -ns, to disable loading saved session
    Add: if mouse selecting was started, and mouse is moving over gutter, selecting must continue
    Add: lexer Python: support Unicode ids, fix rules for hex/octal/binary numbers
    Add: lexer JavaScript: support in code-tree functions like "name: function(...){}"
    Add: lexer Markdown: support Unicode text
    Add: lexer HTML: proper highlight few more attribs
    Add: Addon Manager shows new dialog for "Download all" command
    Add: HTML auto-completion must insert "<" char if called on empty place
    Add: optimizations in Python API speed (thanks @Artem3213212)
    Add: show Go To dialog on clicking statusbar first cell
    Change: lexers removed to add-ons: Diff, Makefile, Pascal, Properties, Ruby
    Change: plugin Sort: changed config file to settings/plugins.ini, [sort] section
    Fix: memory leak in TreeHelpers (thanks @Artem3213212)
    Fix: command line param -n was broken on Windows
    Fix: auto-completion was broken in PHP block (bad default of "autocomplete_html_lexers")
    Fix: command "settings: reload/apply config" (thanks @OlehL)
    Fix: commands didn't support paired file-tab: "save file", "save file as", "reopen file", "copy filename", "lexer properties"

[close]

http://www.uvviewsoft.com/cudatext/
Titel: MiKTeX 2.9.7342
Beitrag von: SiLæncer am 08 Februar, 2020, 19:15
(https://i.postimg.cc/rpCxYpK5/MiKTeX.png)
Lightweight and simple-to-use application which enables you to write mathematical, technical or any other type of scientific material.

Freeware

https://miktex.org
Titel: NFOpad 1.75
Beitrag von: SiLæncer am 10 Februar, 2020, 04:50
(https://s26.postimg.cc/4it7jxprd/screenshot_167.png)
NFOPad is a small, fast and flexible combined nfo viewer and text editor. It is a clone of Microsoft's Notepad but much more customizable and with some additional features. Of course NFOPad also supports nfo files with ASCII art. The file extension is used to determine whether to use an ANSI or ASCII font.

License: Freeware

Changelog

    Triple clicking now selects the whole line
    Open dialog now shows all file types by default
    Recent files list now shows 10 files instead of 6 by default
    Bugfix: opening a new file with the same contents as the currently open did not scroll the text to the top
    Minor tweaks and fixes

[close]

http://truehumandesign.se/s_nfopad.php
Titel: Atom 1.44.0 Final
Beitrag von: SiLæncer am 10 Februar, 2020, 20:30
(https://s26.postimg.cc/fmfpqomgp/screenshot_915.png)
A powerful and flexible application that works as a text and source code editor with syntax highlight, or alternately as a file viewer.

MIT License

Changelog

Notable Changes

    https://github.com/atom/github/pull/2334 Fix bad jump to file in reviews controller
    https://github.com/atom/github/pull/2111 Improved GitHub tab blank-slate behavior
    https://github.com/atom/github/pull/2325 Add avatar and split up TabHeaderView
    https://github.com/atom/github/pull/2347 Improved commit details visibility for light UI theme and dark UI theme.

Atom Core

v1.43.0...v1.44.0

    atom/atom#20287 - Updated license year

github

v0.31.1-2...v0.33.0

    atom/github#2328 - GraphQL schema update
    atom/github#2334 - Fix bad jump to file in reviews controller
    atom/github#2329 - Blank states for GitHub tab
    atom/github#2339 - Remove cross-env
    atom/github#2341 - GitHub Action maintenance
    atom/github#2340 - Update a bunch of dependencies
    atom/github#2344 - Bump react from 16.11.0 to 16.12.0
    atom/github#2345 - Update Relay and related dependencies
    atom/github#2111 - Improved GitHub tab blank-slate behavior
    atom/github#2325 - Add avatar and split up TabHeaderView
    atom/github#2347 - Fix #2251
    atom/github#2349 - GraphQL schema update
    atom/github#2351 - Bump eslint from 6.6.0 to 6.7.0
    atom/github#2359 - Bump @babel/preset-env from 7.7.1 to 7.7.5
    atom/github#2364 - Dugite upgrade for Atom nightly
    atom/github#2365 - Re-sync electron-link and electron-mksnapshot with atom/atom

[close]

https://atom.io/
Titel: PSPad 5.0.3.377
Beitrag von: SiLæncer am 11 Februar, 2020, 04:40
(http://images.six.betanews.com/screenshots/1076948037-1.png)
PSPad is a universal freeware editor. There is no complex install process; the program is ready to work immediately, without requiring customization. It supports many file types and languages, with syntax highlighting. There are macros, clip files and templates to automate repetitive activities. An integrated HEX Editor, Project support, FTP Client, Macro Recorder, File Search/Replace, Code Explorer, code page conversion, are just some of the many possibilities that PSPad can offer you.

Freeware

Changelog

    Compiler - if you run compiler and not Catch program output is selected, compiler window won't be hidden
    Code explorer - ESC closes Code explorer. Removed.
    parameter Statusbar functions require DblClick instead of SingleClick (Program settings / Program 2) has influence of the top editor ruller behavior too.
    ASCII chart - new button CP as editor - this buttons sets content of ASCII chart into same CP as current editor window. Note, that ASCII chart works with singlebyte encodings only, not with UTF-xxx
    Regular expressions - library based on Perl syntax was replaced with library supporting PCRE syntax
    New user highlighter for ASAR assembler (David Wilson)
    Computer suspend - FTP is disconnected.
    Computer suspend - new modified files are saved in %Temp%\PSPad\Resume folder
    TeX code explorer shows \head
    User highlighter - added HEX number attribute
    TeX highlighter - added block comments --[[ ]]-- and \starthiding \stophidding. Each comment has different attribute and allows you set different color. As "operator" attribute you can color for \if++, \if+-, \eif, \efi
    menu Edit / Special conversion between text, URL, QuotedPrintable, Base64 fully supports unicode. UTF-8 is used for char presentation
    Find in files dialog was changed from modal to normal. It allows let dialog open and edit files together
    Favourite window contains new section - script. You can add script there by selecting from drop down list
    User highlighter definition - added block comment for Autoit3 - #cs ... #ce
    New PSPad command line parameter /F or /FR (as alternative -F or -FR) will start search on open file. /F for normal search, /FR for search with regular expressions. Syntax: pspad "path\file" /F "search expression"
    PSPad remembers column with of Name, size and modified for File explorer and FTP
    User friendly message when you try compare file with selected file from disk in case both files has different encoding
    Insert text to lines - added "Apply" button, so you can use this function several times without leaving dialog
    FTP connection list - added folder functionality
    New option in Program settings / Program 1 - Don't change Toolbar icon size when monitor DPI is changed
    Insert text to lines (Alt+I) - added step for numbering, added labels
    New action Open favourite (Shift+Ctrl+A) for easier access to favourite tab in left panel. Panel is selected and tree with favourite is focused. You can move cursor and open file or run tool with Enter.

    Handled exception when Recent.INI file was marked as ReadOnly
    Editor window - Ruller - with high DPI was column numbers high above the ticks
    Open file from internet (menu File / Open special) - function doesn't detect code page
    Char case change doesn't work with cyrilic letters
    64b version ends with exception, joined to store recent files
    TextDiff drop box was invisible when you drag file over PSPad if left panel was switched off
    User highlighter dialog wasn't possible close if no editor window was open
    crash on PSPad exit
    XML Code explorer
    handled exception when closing PSPad x64
    handled exception when several PSPad instances was closed at once and all instances write file state in same time
    Program Settings / KeyMap - problem drawing with scrollbar (only some group and languages)
    if main PSPad window was maximized, minimized and open file from outside, PSPad wasn't restored as maximized
    ASCII chart wasn't translated after language change
    Python highlighter - search for matching bracket if bracket was in string
    Highlighting URL in text doesn't respect two dots - something..html
    in case PSPad was set as StayOnTop, some dialog window appear behind the main window
    FTP connection - duplicate connection ends with message "Connection already exists"
    problem with editor window name when you open many small files at once
    HEX editor - search in HEX - if you paste search string from Excel, you got info that text contains non hex chars (Excell adds line break)
    HEX editor - undo after bytes rewriting
    HEX editor - find/replace when switching from text and back
    reduce Windows flicker when you restore PSPad from minimized to maximized state
    HEX editor - paste text into HEX part, copied from external source (e.g. Excel)
    fixed behavior when PSPad is minimized to Tray icon
    Code explorer fix after new regular expression library implementation
    HEX editor copy/paste in text part
    System integration into context menu for limited user
    ASCII chart - Print button changes label when Coda page was changed
    exception when bigger amount of files was closed one by one

[close]

http://www.pspad.com/
Titel: QOwnNotes 20.2.3 Build 5372
Beitrag von: SiLæncer am 11 Februar, 2020, 05:10
(https://s26.postimg.cc/hoi1ahlcp/screenshot_978.png)
QOwnNotes is a text editor / notepad replacement with markdown support and todo list manager. The program supports themes, keyboard shortcuts, syntax highlighting, and encryption. Includes available nested file list, tags, search, and more. Optionally works with the notes application ownCloud or Nextcloud.

Cross-platform with clients available for Mac and Linux.

License:    GPL

Whats new:>>

    improved Setext-style headers highlighting with leading spaces (for #101, thank you @Waqar144)
    allowed CMake and Make highlighting in the preview (for #1617, thank you @Waqar144)
    fixed tilde style code blocks in preview when the number of tildes blocks were odd (for #1620, thank you @Waqar144)

http://www.qownnotes.org/
Titel: ProgramEdit 4.9.1
Beitrag von: SiLæncer am 11 Februar, 2020, 05:45
(https://s26.postimg.cc/wcabyxqq1/screenshot_58.png)
ProgramEdit - a free Windows® software source-code editor. ProgramEdit includes language support for HTML, Ada, C/C++, C#, CSS, JAVA, JavaScript, Perl, PHP, Python, Ruby, VB, VBScript, Verilog, VHDL and Batch(.bat) files. Other features include tabbed file selection, text highlighting, find & replace, regular expressions, sesssions, bookmarks, multiple undo/redo and hyperlinks.

Freeware

Whats new:>>

    Update Language Settings to add Languages and replace Built-in Languages
    fix SQL "--" comment bug
    fix several other minor bugs

http://simplesolverlogic.com/index.html
Titel: EmEditor Free 19.6.0 Beta 4
Beitrag von: SiLæncer am 11 Februar, 2020, 05:55
(https://1z9j8fz5fww49iaje1itey71-wpengine.netdna-ssl.com/wp-content/uploads/2013/09/EmEditorFree_Window.png)
EmEditor is a lightning-fast, tabbed text editor with themes, syntax highlighting, stay-on-top, and customizable keyboard mapping. The program supports batch find-and-replace, regular expressions, and more.

The program beat a variety of other text editors in tests performed by TPFC user TP109. Additional features are available via a non-free version.

Free for personal use

Changelog

    The new version shows the Show Clipboard History button when the Paste (CTRL + V) command was selected. Clicking this button or selecting the Show Clipboard History (default shortcut: Ctrl+Shift+V) command displays the Clipboard History listbox, which allows you to quickly select a previously used Clipboard text (To disable this feature, clear Show Clipboard History on Paste check box to the Edit page of the Customize dialog box).
    Fixed a bug where EmEditor could crash when opening and closing the Customize dialog box (32-bit only).
    Fixed a bug where the cursor position after Shift + Down was not correct.
    Added emeduwp.dll to Desktop versions as well as Store App versions to retrieve Windows 10 Clipboard history.

[close]

https://www.emeditor.com/text-editor-features/history/emeditor-free/
Titel: Atom 1.45.0 Beta
Beitrag von: SiLæncer am 11 Februar, 2020, 09:01
(https://s26.postimg.cc/fmfpqomgp/screenshot_915.png)
A powerful and flexible application that works as a text and source code editor with syntax highlight, or alternately as a file viewer.

MIT License

Changelog

    Notable Changes:

    20194 - Improve Java syntax highlighting
    atom/github#2399 - Git repository context may be "locked" to manage manually or "unlocked" to follow the active pane item.

[close]

https://atom.io/
Titel: EmEditor Free 19.6.0 Beta 5
Beitrag von: SiLæncer am 12 Februar, 2020, 05:50
Whats new:>>

Fixed an issue where EmEditor could freeze when changing the selection while filtered.

https://www.emeditor.com/text-editor-features/history/emeditor-free/
Titel: EmEditor Free 19.6.0 Final
Beitrag von: SiLæncer am 13 Februar, 2020, 05:20
Changelog

    New General Features:

    The new version shows the Show Clipboard History button when the Paste (CTRL + V) command was selected. Clicking this button or selecting the Show Clipboard History (default shortcut: Ctrl+Shift+V) command displays the Clipboard History listbox, which allows you to quickly select a previously used Clipboard text (To disable this feature, clear Show Clipboard History on Paste check box to the Edit page of the Customize dialog box).
    The new version can show the Minimap only while the mouse is hovered on the vertical scroll bar (to disable this feature, clear the Show Minimap while Hovered check box on the Scroll page of configuration properties).
    Added the ability to create a table of frequent CSV cells, IPv4 addresses, or IPv6 addresses via the Extract Frequent Strings command.
    Added the ability to create a table of frequent strings from the Find in Files results (the Find in Files dialog box – the arrow at the right side of the Extract button – Extract Options dialog box – the Count Frequent Strings check box).
    Number Range Expression can now specify a set of numbers with a specified increment. For example, to specify only even numbers in the range of 0 to 10, you can use [0, 10, 2].
    Added JSON to default configurations.

    New Options:

    Added the Retrieve Windows Clipboard History on Startup and Show Clipboard History on Paste check boxes to the Edit page of the Customize dialog box.
    Added the Show Minimap while Hovered check box to the Scroll page of configuration properties.
    Added the Cells, IPv4 Addresses, and IPv6 Addresses radio buttons to the Extract Frequent Strings dialog box.
    Added the Multiples + Minimum numbers Only check box and Multiples of text box to the Enter Number Range dialog box.
    Added the Extract button to the Find in Files dialog box.
    Added the Custom text box to the Format page of the Customize dialog box.

    New Commands:

    Show Minimap while Hovered
    Show Clipboard History

    Plug-in API New Features:

    Added the FLAG_FIND_COUNT_FREQUENCY flag to the GREP_INFO_EX structure.
    Macro New Features:
    Added the eeExFindCountFrequency flag to the FindInFiles method.

[close]

https://www.emeditor.com/text-editor-features/history/emeditor-free/
Titel: CudaText 1.94.1.0
Beitrag von: SiLæncer am 13 Februar, 2020, 05:30
(https://s26.postimg.cc/k6wu8qcrt/screenshot_901.png)
Create programming scripts with this powerful tool that supports more than 130 languages and allows users to work concurrently on as many as six groups of projects.

Freeware

Changelog

    add: can scroll tab captions (when they don't fit) by mouse wheel
    change: lexer PowerShell removed to add-ons
    fix: macro recording gave error when Find dialog button was pressed
    fix: editor restored bad scroll pos, on opening file from command line with wrap=on (years old bug)

[close]

http://www.uvviewsoft.com/cudatext/
Titel: QOwnNotes 20.2.4 Build 5381
Beitrag von: SiLæncer am 13 Februar, 2020, 21:22
(https://s26.postimg.cc/hoi1ahlcp/screenshot_978.png)
QOwnNotes is a text editor / notepad replacement with markdown support and todo list manager. The program supports themes, keyboard shortcuts, syntax highlighting, and encryption. Includes available nested file list, tags, search, and more. Optionally works with the notes application ownCloud or Nextcloud.

Cross-platform with clients available for Mac and Linux.

License:    GPL

Whats new:>>

conflicted copies of the note folder database notes.sqlite are now immediately deleted if they are not different to the current notes.sqlite (for #1625)

http://www.qownnotes.org/
Titel: TeXstudio 2.12.22
Beitrag von: SiLæncer am 16 Februar, 2020, 18:30
(https://s26.postimg.cc/qg3rilqfd/screenshot_273.png)
GPL-LaTeX-Editor, der das Erstellen von LaTex-Dokumenten in Unicode vereinfacht; unterstützt den Nutzer beim Schreiben mittels interaktiver Rechtschreibprüfung, Syntax-Highlighting, Code-Folding und automatischer Code-Vervollständigung.

Lizenz: Open Source

Whats new:>>

It fixes garbled symbols in OSX, crash when changing magic language comment and pdf search path handling.
This is the last release supporting Qt4.
LanguageTool >=3.6 is only supported with Qt5.
Thanks to all translators on transifex. For Ubuntu, a ppa is available.

http://texstudio.sourceforge.net/
Titel: Mark Text 0.16.0 RC 3
Beitrag von: SiLæncer am 16 Februar, 2020, 19:40
(https://i.postimg.cc/zfd3DrjN/Mark-Text.png)
Take notes or markdown code that you format and preview in real time and then export to HTML or PDF using this straightforward tool.

MIT License

Changelog

Fixed issues:

    fix #1678, copy task list should acording to the origin checked status (#1756)
    fix export emoji in header (#1759)
    fix format tool can not work in table cell (#1760)
    fix find next/previous (#1679) (#1745)
    Forbid math overlay selection (#1768)
    fix: dompurify warning when init app (#1781)
    Performance optimization of code block (#1783)
    fix: unsplash not shown on production enviromment and about logo did not shown (#1799)
    fix: spelling error (#1809)
    fix: 1733 wrong task list indentation in parser (#1835)
    feat: word wrap in TOC (#1811)
    Remove sudo in flatpak installation instructions (#1836)
    Forbid line-wrap in code blocks (#1051) (#1753)
    fix bold or italic hyperlinks can't be opened through Cmd+Click (#1810)
    Fix #1879 Add .md extension to files created in sidebar if no extension is given (#1886)
    Feat: A task checked should update related task (#1737)
    fix: Math formula preview is not updated (#1898)
    fix: Issue with paragraph starting with three or more * (#1899)
    fix: Cannot destructure property row of i as it is null. (#1900)
    fix: can not select Chinese font family name. (#1901)
    fix: export invalid math (#1902)
    fix: Editor jumps to last cursor if you toggle a task-list item (#1911)

[close]

https://github.com/marktext/marktext
Titel: QOwnNotes 20.2.5 Build 5395
Beitrag von: SiLæncer am 16 Februar, 2020, 20:00
Changelog

    fetching of remote note folders in the Note folders settings now should work properly with Nextcloud (for #1631)
        using different cloud connections now also works properly with the remote note folder selector
        switching to another cloud connection in the Note folders settings now also triggers a reload of the remote note folder selector if it is visible
    attempted to fix random crashes while editing notes on macOS (for #1626, thank you @Waqar144)
    attempted to fix rare QOwnNotes disk image mount problems under macOS (for #1630)
    added repositories for openSUSE Leap 15.2
        please visit the openSUSE installation page for instructions
    if you accept the Link dialog while on the Note tab now a possible URL in the URL tab will be removed so that your selected note will be inserted instead of the URL
    automatic note file naming schema in case of duplicate note file names was changed from appending a number like (1) to just the number like 1 because of problems with brackets in note links
    added more Russian, Catalan, Brazilian Portuguese, Croatian, Czech, Danish, Dutch, Estonian, Finnish, Greek, Hungarian, Irish, Japanese, Korean, Latvian, Lithuanian, Macedonian, Norwegian, Persian, Polish, Portuguese, Punjabi, Romanian, Serbian (Cyrillic), Slovak, Slovenian, Swedish, Turkish, Uzbek, Albanian, Basque, Bosnian, Bulgarian, Chinese Simplified, Chinese Traditional, Indonesian, French, German, Italian translation (thank you unchase, MGuerra, mlimacarlos, Fabijenna, zmni, primokorn, rakekniven, mlocati)

[close]

http://www.qownnotes.org/
Titel: RJ TextEd v14.40
Beitrag von: SiLæncer am 17 Februar, 2020, 05:40
(https://s26.postimg.cc/775l9vjeh/screenshot_593.png)
RJ TextEd - A Unicode source and text editor. RJ TextEd is a full featured text and source editor with Unicode support, syntax highlighting and code folding. The functionality extends beyond text files and includes support for HTML editing with integrated preview, spell checking, auto completion, HTML validation, templates and more. The program also include support for Topstyle Lite CSS editor, has a dual pane file commander, as well as a FTP client to upload your files. The editor uses language files to display menus and dialogs in different languages. There are several included languages. New language files can easily be created in the editor. RJ TextEd is also a simple web development tool. The editor can use auto completion and hints to assist you in editing your source code. You can preview HTML/ASP/PHP... code using one of the preview tabs or open a document in a browser. The editor does not only handle source code. It also handles true ASCII files, binary files and of course plain text files.

License: Freeware

Changelog

Chrome Preview

Updated component and libraries to version 79.0.3945.

FTP SSL

Made some changes and fixed a few issues. Both SSL explicit and SSL implicit connections should work better now.

If the server certificate isn't deemed valid during the validation process, a window is opened containing information about the certificate - allowing the user to examine the certificate and except or abort the connection. If the user accept the certificate - the decision is remembered and the certificate window is not presented again.

FTP profiles

Made some minor visual changes in dialog windows.

Document Views

Changed the document view layout. Views are now aligned in a maximum of three columns. Each column can have two views (top and bottom).

It may seem similar to how it worked before and most users may not see any difference. But some layouts are now possible, that wasn't previously. The document view drop down selector should be more intuitive to use as well.

File open dialog window

Added a new option to add opened files to the most recently used list (MRU).

This is, of course, the standard behavior. But the option allows you to open files without adding them to the MRU list.

Emmet

Added support for markdown files. Supported abbreviations are:


    a           = link
    b           = bold
    bq          = blockquote
    code        = inline code snippet
    h1..h6      = heading. E.g. h2 = ## Heading 2
    hr          = horizontal rule
    i           = italic
    img         = image
    ol          = ordered list
    pre         = code block with language based highlighting
    strike      = strike through
    table       = table
    ul          = unordered list
    @l or @l80  = create lorem generated text


Misc

    Toolbar button for Character viewer was added. Enable in "Customize toolbars...".

Fixed

    Site synchronize issues.
    Site synchronize exclude issues.
    Minor issue in sites options.
    Minor mouse cursor issue over auto completion list box.
    Auto completion with array [].
    Compatibility issue with WordWeb and default shortcut (Ctrl+Alt+W).
    A few menu language issues.
    Undo issue in column mode.
    Run script issue.

[close]

http://www.rj-texted.se/
Titel: Alternate Text Browser 3.670
Beitrag von: SiLæncer am 17 Februar, 2020, 13:10
(https://i.postimg.cc/TYy7wJVb/screenshot-1429.png)
This program makes it easy to browse through text- and html-files (also xml), syntax highlighting for serveral programming languages available (C++, Pascal, PHP, Perl, ASM, JScript etc.).

Freeware

Whats new:>>

    Catalan translation added by Joan, many thanks
    Added option to save files encrypted
    Bugfix for opening files
    Memo 3.100, Calculator 3.470 added

http://www.alternate-tools.com/pages/c_textbrowser.php?lang=ENG
Titel: MiKTeX 2.9.7351
Beitrag von: SiLæncer am 17 Februar, 2020, 13:40
(https://i.postimg.cc/rpCxYpK5/MiKTeX.png)
Lightweight and simple-to-use application which enables you to write mathematical, technical or any other type of scientific material.

Freeware

https://miktex.org
Titel: LyX 2.3.4.3
Beitrag von: SiLæncer am 18 Februar, 2020, 05:10
(https://s26.postimg.cc/xm6jhtzop/screenshot_297.png)
LyX is a document processor that encourages an approach to writing based on the structure of your documents (WYSIWYM) and not simply their appearance (WYSIWYG).

Open Source

Changelog

    This is an emergency release that fixes four bugs in 2.3.4. Only the first two really warrant an emergency release, but while we're at it...
    The first, bug #11728, caused a five-second delay when attempting to save files on Windows. This was a side effect of the fix for #10091 and reminds us why it would be good to have more testing on Windows.
    The second bug is discussed in this thread and concerns a crash related to the math toolbar. This was due to an uninitialize buffer_ member revealed by the fix for #11586.
    The third, bug #11724, affects Beamer presentations and causes bad output when page geometry is set in certain ways. LyX should and now does ignore such settings.
    The last, bug #11579, is an old one, but a serious one, that prevents the use of CJKUtf8 in ERT. It's a straightforward fix for a bug that is pretty serious for people who encounter it.
    You can download the sources in tar.gz format (also tar.xz). There are also some binaries available.

[close]

Download -> https://ftp.lip6.fr/pub/lyx/stable/2.3.x/

http://www.lyx.org/
Titel: QOwnNotes 20.2.6 Build 5398
Beitrag von: SiLæncer am 18 Februar, 2020, 09:12
(https://s26.postimg.cc/hoi1ahlcp/screenshot_978.png)
QOwnNotes is a text editor / notepad replacement with markdown support and todo list manager. The program supports themes, keyboard shortcuts, syntax highlighting, and encryption. Includes available nested file list, tags, search, and more. Optionally works with the notes application ownCloud or Nextcloud.

Cross-platform with clients available for Mac and Linux.

License:    GPL

Changelog

    more improvements to the link dialog were made (for #1632)
        entering of ] characters in link name line edit is now disabled since they would break the markdown link
            they also will be removed from the link name automatically if they were part of the note file name
        if one of the link characters <>() were found in the note url the legacy way of linking will be used because otherwise the url would break the markdown link
    fixed fetching of todo calendar list in Settings dialog if cloud connection was switched (for #1631)

[close]

http://www.qownnotes.org/
Titel: QOwnNotes 20.2.7 Build 5400
Beitrag von: SiLæncer am 18 Februar, 2020, 21:30
Whats new:>>

    some improvements to the todo list dialog were made
        if the todo items in a list will be reloaded from the server the current text search will be applied again
        if the todo list is switched the current text search will be removed to not confuse the user
    fixed removing of the 3rd " from test "test"" with Backspace (for #1629, thank you @Waqar144)

http://www.qownnotes.org/
Titel: CudaText v1.95.0.0
Beitrag von: SiLæncer am 19 Februar, 2020, 06:10
(https://s26.postimg.cc/k6wu8qcrt/screenshot_901.png)
Create programming scripts with this powerful tool that supports more than 130 languages and allows users to work concurrently on as many as six groups of projects.

Freeware

Changelog

+ add: RegExpr engine updated, with lot of patches, see https://github.com/andgineer/TRegExpr/blob/master/History.txt
+ add: Python API speed optimized again (thanks @Artem3213212)
+ add: can scroll tab captions (when they don't fit) by mouse wheel
+ add: lexer Lua improved
* change: lexer PowerShell removed to add-ons
* change: removed option "ui_console_compact"
* change: reworked internal manager of side/bottom panels
- fix: lexers HTML/PHP/XML produced elements with newlines which gave some slowdown
- fix: command "find next" with regex and zero-length match
- fix: regex replace to "\n" in single line file
- fix: regex replace to "\t"
- fix: broken code-tree look if "ui_tab_position" is left/right
- fix: macro recording gave error when Find dialog button was pressed
- fix: editor restored bad scroll pos, on opening file from command line with wrap=on (years old bug)

[close]

http://www.uvviewsoft.com/cudatext/
Titel: QOwnNotes 20.2.8
Beitrag von: SiLæncer am 19 Februar, 2020, 21:15
Whats new:>>

conflicted copies of the note folder database notes.sqlite are now immediately deleted if tags and tag assignments are not different to the ones from the current notes.sqlite (for #1625)

    all other table differences can be safely ignored

http://www.qownnotes.org/
Titel: SSuite - Scaramouche Touch 2.8
Beitrag von: SiLæncer am 20 Februar, 2020, 17:15
(https://i.postimg.cc/T1TDTk7t/screenshot-2363.png)
This is the smallest text editor in the whole wide world, only 46KB in size. This text editor is full featured and is able to open, edit, and save *.html documents without a problem...

This makes our editor a very green option to use! The html document format is absolutely cross-platform compatible and only needs a web browser to open. This will bring the end to proprietary document formats and special and expensive software and applications necessary to open, edit, and save all your precious letters, memos, and all other types of documents.

Creating html documents will make sure they will always open and print exactly the way you intended them to be. Scaramouche Touch can either be downloaded and used offline, or simply click here to use it online!

With its online and offline capabilities, you don't need to install any software. Use the built-in capabilities of your HTML5 web browser for such things as spell checking, print, print preview, and find functions.

No more creating accounts, pay annual service fees, or social media account linking. Just download the file, double click on the "ScaramoucheTouch.htm" file, and it will open in your default web browser, ready to be used in an instant!

Freeware

http://www.ssuitesoft.com/ssuitescaramouchetouch.htm
Titel: EmEditor Free 19.6.1
Beitrag von: SiLæncer am 21 Februar, 2020, 05:25
(https://1z9j8fz5fww49iaje1itey71-wpengine.netdna-ssl.com/wp-content/uploads/2013/09/EmEditorFree_Window.png)
EmEditor is a lightning-fast, tabbed text editor with themes, syntax highlighting, stay-on-top, and customizable keyboard mapping. The program supports batch find-and-replace, regular expressions, and more.

The program beat a variety of other text editors in tests performed by TPFC user TP109. Additional features are available via a non-free version.

Free for personal use

Changelog

    Fixed a bug where EmEditor could crash on Windows 10 Build 17763.
    Fixed a bug where the line numbers were not displayed correctly if the “Show Zero-based Line/Column Numbers” option was set in the General page of configuration properties.

[close]

https://www.emeditor.com/text-editor-features/history/emeditor-free/
Titel: Zettlr 1.6.0 Beta 5
Beitrag von: SiLæncer am 21 Februar, 2020, 20:15
(https://s26.postimg.cc/vfll9p4mh/screenshot_956.png)
Write text and conveniently edit it using Markdown with the help of this user-friendly and well-thought-out, Electron based application.

MIT License

Changelog

    GUI and Functionality:

    New Feature: Mermaid chart support! Now you can add code blocks with the keyword "mermaid" (i.e. "```mermaid")to your document and use the Mermaid chart language to create charts!
    New Feature: Zettlr is now able to open file attachments for citations in your files. Simply right-click a citation, go to "Open Attachment" and select the cite-key for which you want to open the file attachment. Got multiple? Here's how Zettlr chooses which one to open: All attachments are listed and then the PDF files are sorted on top of the list. Then, Zettlr will open whatever attachment is the first in the list.
    New Feature: You now have an additional setting that allows you to determine if, and when, the filename will be automatically added to your link. "Never" means that the file name will never be added, "Only with ID" means that the file name will only be added, if the link is constructed using the ID, and "always" (the default) means that the file name will always be added, possibly duplicating it.
    New Feature: NOT search operator. Now you can use an exclamation mark (!) before the term in your global search to exclude certain search terms. If any NOT-condition is satisfied, the file will no longer be considered a candidate. You can combine the NOT-operator with both exact matches (!"an exact phrase") and single terms (!word).
    Added TypeScript syntax highlighting. Keywords: typescript, ts.
    Added Windows 32bit build.
    Pressing Alt-Up and Alt-Down will now swap lines in the editor window up or down.
    Cleaned up the shortcuts. Until now, Ctrl+B would also make text bold on macOS. Now, only Cmd+B will work, while Ctrl+B will only work on non-Apple systems.
    Improved the Math equation detection again. Now it's simpler, faster and will work more reliable. Escaping dollar signs should most of the time not be necessary anymore.
    Added syntax highlighting to inline and block Math equations. Now they're displayed in monospace to make it easier for you to write them.
    Title and tag matching of search terms during global search is now performed case insensitive.
    Added an option to copy the filename of files to the clipboard via the context menu.
    Exact search terms in the global search are no longer trimmed (trailing and leading whitespace is not removed) to maintain the meaning of "exact".
    The AutoCorrect option can now be activated and deactivated as intended.
    Added German secondary guillemets to the MagicQuotes settings.
    Better citation detection: Now, standalone-citations at the beginning of line will also be rendered.
    Improved the contextmenu behaviour.
    When creating a new file, the editor is re-focused again so that you can immediately begin writing.
    Task items are now rendered irrespective of the list-type-character they use, i.e. the following examples will all be rendered correctly: - [ ], + [ ], and * [ ].
    The "Empty directory"-message is now translatable and available in several languages.
    Headings will no longer be considered tags
    Fix Ctrl+F-shortcut on macOS.
    When linking a file using the Zettelkasten links, the prompt will now include all files from the whole root, not just the files from within the current directory.
    Made the dialogs more resilient. Now you can select text somewhere on dialogs, and regardless of whether you accidentally moved too far (out of the dialog), it will not close anymore, when you release the mouse.
    The front matter is now disregarded when counting words or chars.
    In case of renaming a directory, the containing directory is now re-sorted everytime so that changes are reflected immediately.
    The HTML template now includes a switch to include MathJax (CDN) in order to display equations in HTML exports and the print preview (only works with Pandoc installed).
    Improved placement of Input Method Editors (IME) for non-western input sources (e.g., Japanese or Korean typeset). Thanks to @ryota-abe for implementing!
    The file linking autocomplete will now respect your choice of Zettelkasten link starting characters, if they differ from [[.
    The formatting of Zettelkasten-links is now according to other formattings (such as emphasis or bold text), slightly transparent.
    On autocompleting Zettelkasten-links, the closing characters for the links are now added in case they are not already present (due to autoclosing, or else).
    The automplete-dropdown for Zettelkasten-links does not appear anymore if editing a footnote.
    Added overall days statistics to the stats dialog.
    Image-Paths correction for Windows systems.
    Setext headers are now rendered in the correct size, in line with the ATX headers.
    Abstracts in the YAML frontmatter are now considered on PDF exports.
    Fixed a rare bug, which would cause the edit flag on the main process to remain even though the renderer reports the editor is clean (that is, no changes to the document).
    Fixed an error where a completely empty custom CSS (e.g. when the user simply selects and deletes all content in the dialog or in the file) would cause the dialog generation to crash until a restart of the app.
    Fixed a rare error where an error would be thrown during export of extremely small projects.
    Fixed an error where the writing target popup would close itself via click on an option on Windows systems.

    Under the Hood:

    Fixed a small bug that would display a non-intuitive message when checking for updates and the update server is not available.
    Fixed wrong error logging in the Citeproc provider.
    Added the necessary cslenvironment to Zettlr's default TeX template so that Pandoc >2.8 does not throw errors. Thanks to @frederik-elwert for implementing!
    Cleaned up the keymap for CodeMirror. It's now centralised within generate-keymap.js and not scattered in all the plugins anymore.
    Rewrote the i18n loading logic, resulting in huge performance gains on startup. Thanks to @BAKFR for implementing!
    Exchanged deprecated API calls in the AppearanceProvider class.
    The default DMG height for macOS installers now again shows the disclaimer at the bottom of the archive window.
    Fixed a logical bug with zoom levels bigger than 40x.
    Fixed the welcome log message, because whatever it was, it did not read ????? (Hello).
    Now during startup all files that do not exist anymore in the openPaths-property will be removed (because only directories can be "dead").
    Wrote script to automatically update the CSL styles and locales that are shipped with the app. Also, updated the CSL styles and locales.
    The YAML mode within frontmatters is now correctly detected by all plugins, so that e.g. AutoCorrect does not apply within YAML-frontmatters and quotes are the "correct" ones (no need to disable MagicQuotes temporarily to write frontmatters).
    Added an additional check to make sure to differ between explicit and implicit paste events in the CodeMirror instance.
    Finally fixed the weird glitches of the file list. Now it will correctly scroll files into view, not break, and be not empty for a fraction of a second.
    Overhauled the QuickLook windows. Now they react to much more finetuned configuration changes, are more responsive, and in general react faster to changes.
    Switch to Electron 8.
    Fix Pandoc error logging.
    Detach Popup event listeners on close.

[close]

Download: https://github.com/Zettlr/Zettlr/releases

https://www.zettlr.com/
Titel: RisohEditor 5.3.1
Beitrag von: SiLæncer am 23 Februar, 2020, 18:20
(https://i.postimg.cc/8P4z4Swt/screenshot-799.png)
"RisohEditor" is a free resource editor for Win32 development, created by Katayama Hirofumi MZ. RisohEditor realized the ideal of resource editor. "Risoh" means "ideal" in Japanese. RisohEditor can add, edit, extract, clone and remove the resource data in EXE/DLL files. You can edit Windows resources (Dialogs, Menus, Icons, Cursors, String Tables, Message Tables etc.) by using RisohEditor.

NOTICE: Please avoid installing in "C:\Program Files" or "C:\Program Files (x86)". Because the resource compiler (windres) doesn't accept space character in the file path.

Freeware

Whats new:>>

    Fix and improve menu resource reading/displaying.
    Improved IDC_STATIC handling.
    Improved "List of Resource IDs" window.

https://katahiromz.web.fc2.com/re/en/index.html#intro
Titel: Text Editor Pro 9.0.0
Beitrag von: SiLæncer am 23 Februar, 2020, 19:30
(https://s26.postimg.cc/hfdkhoj9l/screenshot_896.png)
Text Editor Pro (formerly EditBone) is a powerful text editing tool that comes with syntax highlighting support for over 50 languages and scripts, customizable with over 100 options, 29 ready made styles, a handy file comparison feature, unicode character map, numerical unit convert tool, SQL formatter, and support for multiple directories and search results.

Freeware

Changelog

- Added enlarge active tab option for tabs and menu bar (default true)
- Added find for text compare
- Added secondary shortcut support for language files
- Fixed button painting
- Fixed card group box style
- Fixed character map
- Fixed check for updates
- Fixed dialogs
- Fixed directory
- Fixed donation url
- Fixed DPI awareness
- Fixed file closing and opening
- Fixed file drop
- Fixed file reload
- Fixed find in files
- Fixed fluent night color theme
- Fixed fluent night skin scaling
- Fixed installers
- Fixed language editor
- Fixed language files
- Fixed menu bar
- Fixed minimizing
- Fixed multi caret color in color themes
- Fixed options
- Fixed page control
- Fixed shortcuts
- Fixed skin preview
- Fixed SQL formatter
- Fixed startup
- Fixed text editor control
- Fixed title bar
- Fixed virtual tree control
- Refactored search
- Updated SQL formatter
- Updated and fixed AlphaControls v15.03 - http://www.alphaskins.com/

Note! SQL formatter's DLL-interface has changed. Old version of SQL formatter does not work with this version.
Note! All skins are updated to support new skin features. http://www.alphaskins.com/sfiles/skins/askins.zip

[close]

https://texteditor.pro/
Titel: QOwnNotes 20.2.9 Build 5411
Beitrag von: SiLæncer am 23 Februar, 2020, 21:30
(https://s26.postimg.cc/hoi1ahlcp/screenshot_978.png)
QOwnNotes is a text editor / notepad replacement with markdown support and todo list manager. The program supports themes, keyboard shortcuts, syntax highlighting, and encryption. Includes available nested file list, tags, search, and more. Optionally works with the notes application ownCloud or Nextcloud.

Cross-platform with clients available for Mac and Linux.

License: GPL

Changelog

    note links generated from the Link dialog will now get url-encoded to be better compatible with other tools that can link to files, like GitHub or GitLab (for #1546)
        for example Note with one bracket].md will now get Note%20with%20one%20bracket%5D.md
        links with just spaces still work in QOwnNotes, as well as &#32; as spaces
        the new note links are click-able in both the note edit and the preview and the broken-note-link highlighter will also handle them correctly
    the default shortcut for Insert attachment was changed to Ctrl + Shift + X because of clashing with Edit encrypted note (for #1637)
        please visit QOwnNotes shortcuts for a list of all shortcuts
    added more Indonesian, Spanish, Danish, Vietnamese, Dutch, Estonian, Filipino, Finnish, Greek, Hausa, Hebrew, Hindi, Hungarian, Urdu (Pakistan), Icelandic, Turkish, Irish, Japanese, Korean, Kurdish, Latvian, Lithuanian, Macedonian, Norwegian, Persian, Polish, Portuguese, Punjabi, Romanian, Serbian (Cyrillic), Slovak, Slovenian, Swedish, Ukrainian, Uzbek, Albanian, Arabic, Basque, Bengali, Bosnian, Bulgarian, Chinese Simplified, Chinese Traditional, Croatian, Czech, German, Russian translation (thank you zmni, richarson, Fabijenna, rakekniven, unchase)

[close]

http://www.qownnotes.org/
Titel: PilotEdit Lite 13.7.0
Beitrag von: SiLæncer am 24 Februar, 2020, 09:01
(http://www.pilotedit.com/images/OpenInQuickMode.PNG)
PilotEdit is a text, hex, XML, C/C++, HTML, PHP, Java, Javascript and Perl editor that can edit large files of 400GB (40 billion lines).

It offers customizable syntax and keyword highlighting, advanced search and replace operations, automatic text encoding, 256-bit AES encryption/decryption and a built-in FTP/SFTP client lets you open, edit, download and upload large files directly to/from a FTP/SFTP server.

In addition to standard text editing features, PilotEdit can compare and merge two large files of 100GB (10 billion lines). You can also sort, find/remove duplicate lines and extract strings over a large file of 1GB.

Freeware

Whats new:>>

Supports opening URL with Ctrl + left clicking.

http://www.pilotedit.com/
Titel: nanDECK 1.25.1
Beitrag von: SiLæncer am 24 Februar, 2020, 17:15
(https://s26.postimg.cc/6uxy2fkg9/screenshot_70.png)
nanDECK is a scripting graphic software that provides a simple yet flexible language to create multiple images suited for cards or counters .

Freeware

http://www.nand.it/nandeck
Titel: FocusWriter 1.7.5
Beitrag von: SiLæncer am 24 Februar, 2020, 18:50
(https://s26.postimg.cc/if0nmb60p/screenshot_947.png)
FocusWriter hilft Vielschreibern beim Verfassen von Texten. Die Textverarbeitung blendet alle Menüs und Leisten aus. So kann man sich beim Schreiben voll und ganz auf das Wesentliche konzentrieren.

Der Vollbild-Texteditor FocusWriter zeigt als Oberfläche absichtlich lediglich den blanken Text. Daher gelingt es leichter, störungs- und ablenkungsfrei zu schreiben. Auf Wunsch kann man auf zusätzliche Steuerelemente zugreifen und diese per Maus über die Bildschirmränder abrufen.

Außerdem kann bei FocusWriter eine Statuszeile mit der aktuellen Uhrzeit, einem Timer und Statistiken eingeblendet werden. Das geplante Arbeitspensum legt der Schreiber in den Einstellungen in Minuten oder Wörtern fest. Textart und -farbe werden hier ebenfalls ganz nach Wunsch bestimmt.

Mit FocusWriter können mehrere Dokumente parallel bearbeitet werden. Ein Speichern erfolgt im RTF-, ODT- oder TXT-Format. Standardmäßig zeigt die Freeware einen einfarbigen, nüchternen Hintergrund. Wer die Arbeitsumgebung etwas freundlicher und abwechslungsreicher gestalten möchte, kann die Farbe ändern und auch ein eigenes Bild als Hintergrund einblenden.

FocusWriter enthält alle Grundfunktionen einer Textverarbeitung inklusive Textformatierungen, einer Rechtschreibprüfung und dem Suchen und Ersetzen von Wörtern und Textausschnitten. Die Freeware spricht vor allem den Vielschreiber an, der sich allein auf den Text konzentrieren möchte.

Changelog

    Updated Windows dictionaries
    Updated Windows deployment
    Translation updates: Ukrainian

[close]

http://gottcode.org/focuswriter/
Titel: CudaText 1.96.0.0
Beitrag von: SiLæncer am 24 Februar, 2020, 19:50
Changelog

    Add: reworked strings storage system:

    it takes less memory for ASCII text lines
    for non-ASCII lines, it takes more memory, but it works much faster, so scrolling in smoother
    Add: rendering speed much increased at the end of huge lines (length>1M)
    Add: toggling word-wrap speed much increased on huge lines
    Add: bracket finder ignores long lines (length>500)
    Add: plugin Tabs List: command "Tabs List / Open" focuses plugin; plugin handles Enter/Space keys
    Add: lexer VBScript improved
    Add: lexer Ini improved
    Fix: app didn't handle errors in plugins and crashed on them
    Fix: app had saved redundant information to session files (now session files will be smaller)
    Fix: for files loaded from session, app didn't save history (caret position, etc)
    Fix: error after "Plugins / Sort / Remove blank lines"

[close]

http://www.uvviewsoft.com/cudatext/
Titel: Text Editor Pro 9.0.1
Beitrag von: SiLæncer am 25 Februar, 2020, 05:30
Whats new:>>

    Fixed AV when running without skin-engine
    Fixed scaling issues

https://texteditor.pro/
Titel: DocPad 25.0
Beitrag von: SiLæncer am 25 Februar, 2020, 16:45
(https://i.postimg.cc/2jBvfxyS/screenshot-2001.png)
Erweiterter Text-Editor als Alternative zu Notepad; bietet unter anderem eine Rechtschreibprüfung, eine anpassbare Toolbar sowie die Möglichkeit, Makros zu verwenden.

Freeware

Changelog

    Added the ability to rearrange tabs by clicking and dragging them.
    Added the "Save All" tool.
    The Preferences window is now organized as a set of tabs.  Additional settings from the Options and Interface menus have been consolidated here.
    Added a "+" button on the tab bar which creates a new document.
    Added the "Tab Name Ellipsis" preference.  When a filename is too long to fit on a tab, this determines where it is truncated with an ellipsis.
    Added the "Hide Extension On Tabs" preference.  If checked, tabs will show the document's filename without the extension.
    Added the "Hide Tab Balloons" preference.  If checked, hovering the mouse over a tab will not show a balloon with information about the file.
    When pasting or dropping a file, there is now an option to open the file in a new tab rather than inserting the file into the current document.
    When a document is changed, an asterisk will now appear next to the filename on the window caption.
    Spell Check: this now reports the total number of misspelled words that were ignored by the user.
    Added support for dropping multiple files on the window caption.
    Toolbar: instead of having two separate icons for Convert Case Lower and Convert Case Upper, there is now a single icon with a drop-down menu of all the case conversion tools.
    Customize Toolbar: it is now possible to force a row-break.
    File Information: the owner of the file is now reported.
    Discard Paragraphs Containing: the "Contains Member" mode now supports the Case Sensitive option.
    Regex Tester: you may now double click on an occurrence to jump to its location in the subject.
    The toolbar will no longer lose the user's customization when a new version is installed and new icons have been introduced.
    Statistics: the word count now excludes a series of characters that contains no letters.
    Fixed: after opening multiple files in rapid succession from a DOS batch file, DocPad could report that an unchanged document was changed.
    Fixed: when launching the ASCII Character Map from the Interface menu, it was not pre-selecting the character at the caret if the file was unicode, and vice versa.
    Fixed: Regex Tester: newlines in the regex were not being handled properly.
    Fixed: Visit Hyperlink: some URL's with percent encoded characters were not opening correctly in the browser.
    Fixed: the Line Spacing preference was not working correctly (since 23.0).
    Fixed: the Font Face override was not working correctly (since 23.0).
    Fixed: changing the "Fixed-Pitch" option was not applying to all open documents correctly (since 23.0).
    Fixed: pressing Ctrl+V when the welcome panel was visible was not working if the clipboard contained only text (since 24.0).

[close]

http://www.gammadyne.com/docpad.htm
Titel: QOwnNotes 20.2.10 Build 5416
Beitrag von: SiLæncer am 25 Februar, 2020, 22:00
(https://s26.postimg.cc/hoi1ahlcp/screenshot_978.png)
QOwnNotes is a text editor / notepad replacement with markdown support and todo list manager. The program supports themes, keyboard shortcuts, syntax highlighting, and encryption. Includes available nested file list, tags, search, and more. Optionally works with the notes application ownCloud or Nextcloud.

Cross-platform with clients available for Mac and Linux.

License: GPL

Changelog

    fixed a possible crash with the CSS code block highlighter (for #1638, thank you @Waqar144)
    url-encoded links to notes will now also be correctly adapted if those notes are renamed (for #1546)

[close]

http://www.qownnotes.org/
Titel: HtLite 5.3.0.4
Beitrag von: SiLæncer am 26 Februar, 2020, 16:45
(https://s26.postimg.cc/pw2fa422x/screenshot_172.png)
Umfangreicher HTML/XHTML Editor.  Jeder externe Browser zur Seitenansicht einstellbar.  Wer keinen HTML Designer zur visuellen Gestaltung seiner Seiten benötigt, sondern nur einen komfortablen Code-Editor sucht, erhält hier eine hervorragende Alternative.

Freeware

http://www.winsoftware24.com/HtLite.html
Titel: QOwnNotes 20.2.11 Build 5419
Beitrag von: SiLæncer am 26 Februar, 2020, 20:00
Whats new:>>

    fixed strange line edit resizing problem in the Nextcloud/ownCloud settings that was sighted on KDE
        other user interface elements were also slightly improved
    fixed a note folder reload problem if application was built on Qt 5.14 or higher (for #1640)

http://www.qownnotes.org/
Titel: RJ TextEd 14.41
Beitrag von: SiLæncer am 27 Februar, 2020, 13:00
(https://s26.postimg.cc/775l9vjeh/screenshot_593.png)
RJ TextEd - A Unicode source and text editor. RJ TextEd is a full featured text and source editor with Unicode support, syntax highlighting and code folding. The functionality extends beyond text files and includes support for HTML editing with integrated preview, spell checking, auto completion, HTML validation, templates and more. The program also include support for Topstyle Lite CSS editor, has a dual pane file commander, as well as a FTP client to upload your files. The editor uses language files to display menus and dialogs in different languages. There are several included languages. New language files can easily be created in the editor. RJ TextEd is also a simple web development tool. The editor can use auto completion and hints to assist you in editing your source code. You can preview HTML/ASP/PHP... code using one of the preview tabs or open a document in a browser. The editor does not only handle source code. It also handles true ASCII files, binary files and of course plain text files.

License: Freeware

Changelog

    Added a line number hint when scrolling using the mouse. The hint is displayed top right in the editor window. When the document map is visible it's displayed to the left of the document map.

    Sites panel:

    Added a context menu item to display synchronize info for selected file. The message window will tell you if the file on local and test/remote site is synchronized, if the file has been changed on either side, and which one appears to be newer.

    (S)FTP synchronize:

    Fixed several issues with file synchronization in sites panel and file commander.
    Recent files drop down list

    Made several visual and behavioral changes:

    Mouse tracking will no longer scroll the list.
    Check boxes are only visible for the current list item until a check box has been checked and you enter select mode.
    In select mode all check boxes are displayed.
    When in select mode (check boxes are visible) you can use shift+mouse or ctrl+mouse to select items. List items will behave as in windows explorer.
    A single mouse click on an item outside of the check box will deselect all items and exit select mode.

    Fixed:

    Misc minor issues.

[close]

http://www.rj-texted.se/
Titel: Typora 0.9.85 Beta
Beitrag von: SiLæncer am 27 Februar, 2020, 21:10
(https://i.postimg.cc/25xV0Fq1/Virtual-DVD.png)
Swiftly write, edit, format and convert text to HTML with the help of this modern looking, streamlined and novice-accessible piece of software.

Freeware

Whats new:>>

Fix open (large) file fail.

http://www.typora.io/
Titel: Black NotePad 1.4.0.46
Beitrag von: SiLæncer am 28 Februar, 2020, 13:20
(https://s26.postimg.cc/lj0xxiynt/screenshot_1281.png)
Black NotePad was created as an alternative to the Notepad program of Windows operating systems. While retaining the original functions, Black NotePad improves manageability, contains important new functions, and greatly enhances program compatibility in terms of the edited text.

Freeware

Changelog

Fix: Edit - Selected - Invert bug

[close]

https://www.wintools.info/index.php/black-notepad
Titel: CodeLite 14.0.0
Beitrag von: SiLæncer am 28 Februar, 2020, 13:30
(http://codelite.org/images/codelite-linux-thumb.png)
CodeLite is created as a powerful and cross-platform instrument that allows you to analyze and edit C / C++ source code files.

CodeLite is an open source tool that makes use of an user-friendly, yet sophisticated interface that allows users to easily create and build complex projects.

License: GPL

Changelog

Improvements

    Increased the external tools limit from 10 -> 20
    wxCrfater: Wrap the include statements part of the generated code with // clang-format {on|off} block this will disable any include sorting done by clang-format which might break compilation https://github.com/eranif/codelite/issues/2298
    New project dialog re-written and simplified
    Diff View : added "find" command
    Added menu option: Help -> Report an issue
    Various font fixes in the code completion windows
    Diff frames now start maximized
    Diff View: all the toolbar commands can now be executed from the keyboard
    Language Server configuration: user can now set CodeLite's macros in the Arguments field
    Upgraded to libssh 0.9 on Windows
    New build system. the old Default was renamed and now is called Default (DEPRECATED). The new build system performs a full out of the source tree build. The entire build artifacts are placed in a single folder under the workspace path, this is similar to CMake
    New workspace type introduced: The File System Workspace see: https://wiki.codelite.org/pmwiki.php/Main/FileSystemWorkspace
    Improved startup time by reducing the number of syscalls significantly
    Language Server Protocol: discard code-completion responses if a new request was already sent to the server
    Use PATH to search binaries instead of hard coded /usr/bin/ path
    UI: Updated the tabs drawing (mainly the "DEFAULT" and the "MINIMAL" styles)
    wxCrafter: UI update: the right side view no longer has a splitter, instead it only uses tabs
    Debugger->Attach to process dialog: the process ID is now also used for filtering
    File System Workspace: save all modified files before the build starts
    Increase the code completion box width
    Restart all LSP once a build process is completed
    SFTP: once we open the SFTP browser to view a remote server, keep the session
    Simplify the LSP configuration dialog
    UI updates to the tab drawings
    Language Server Plugin: support for auto inclusion of missing headers
    Language Server Plugin: auto detect ( by clicking the Scan button ) installed LSPs currently supported: `python-language-server` and `clangd`
    VIM plugin imporvements
    New Class dialog simplification
    Outline tab: remove the search text control, you can now use Ctrl-F search a symbol
    Fixed clang compiler detection. On OSX, also search for clang compiler installed by brew
    Bash editor: make $ a valid word character
    More DPI aware changes
    File System Workspace: dont use the 'Quick Debug' for starting debug session
    File System Workspace: store the breakpoints when the workspace is closed
    File System Workspace: add an option to choose debugger in the settings dialog
    Code completion: don't add extra > or " when choosing an entry from the #include completion list
    Code completion: constructor items are marked with the proper icon in the completion list
    Code completion: template items are now completed in the editor in the form of: vector<|> where "|" marks the caret
    Quick Find All / Add Next (Ctrl-K) -> honour the find bar options (wholeword, match case etc)
    LSP: added an option to restart the LSPs
    Performance improvements
    Auto search and detect LSP (clangd, python)
    C++ parser thread will now parse also files without standard C++ extension which defined as such under 'Settings->Code Completion->General'
    Visual updates to the 'Replace In Files' view
    GDB: limit the number of displayed elements of arrays / object with a configurable value. The default is set to 100
    File system workspace: added an option to hide specific file types from the view, with reasonable defaults: "*.o;*.pyc;*.obj;*.workspace;*.o.d;*.exe;*.dll;*.project"
    Python: typing """ followed by an ENTER, generates and insert a block comment
    Python: support Ctrl-/ and Ctrl-Shift-/ for inserting block / line comments
    Docker: auto detect docker binaries
    Docker: make the 'build' Dockerfile command work out of the box without setting anything in the 'Build' tab
    LSP plugin: added 'Find Symbol' to the editor's context menu
    Fullscreen is now persistent between restarts
    Fixed: macOS on retina display blurry images are loaded
    SFTP plugin: support ssh-agent
    Language Server Plugins: support connecting an already running LSP server (can be on a remote machine)
    Reload File: keep the folding + bookmarks set on the file
    Separated between the 'smart paren/bracket' and 'auto add closing paren/bracket' functionalities in the UI. i.e. these 2 now have 2 different checkboxes in the UI
    C++ class generator: use .hpp file by default instead of .h
    When loading wxCrafter view, expand the top level node item
    C++ class wizard: support file system workspace
    Give the git log dialog a Close button
    Make the dialog Close when ESC is pressed
    When offering a list of possible terminals in Settings > Preferences >Terminal, don't include ones that are not currently available on the user's system
    wxCrafter: should now also be working with File System Workspace
    CodeLite's SFTP plugin now uses ssh-agent
    The stop build button in the c++ workspace's mini toolbar was removed. The build button now changes its icon to 'stop' while a build is in progress
    C++ workspace: added the option to stop an executed program from the mini workspace toolbar
    Debugger: use better default values
    Auto prompt for LSPs when first time installing CodeLite

Bug fixes

    Plugins window list not readable on Microsoft Windows high DPI/UHD/4K display (3840x2160 resolution)
    codelite-make keeps coredumping when using a project with a custom makefile
    View Navigation Bar hotkey does not toggle check mark
    Regression: C++ open resource allows multiple selection
    How to make Navigation Bar appear by default ?
    Subversion plugin : path information missing
    Fixed: codelite crash when deleting the last panel in main box sizer, or delete the main box sizer
    Fixed: GDB shows a message box when SIGPIPE is captured
    Crash in macOS when opening the SSH account manager dialog
    Debugger doesn't work on Mac with codelite
    Debugger doesn't show backtrace when program receives SIGPIPE
    Fixed: Language Server plugin can now handle binary output returns from the various servers (e.g. clangd in some cases returns binary data integrated into the completion results)
    Fixed: find in files output is now sorted by A-Z
    Changing font for build ouptut window does not work
    Fixed: failed to start LSP server when the command contains spaces with backslashes in it (e.g. "C:\Program Files\..."
    Fixed: project settings (C++): hitting ENTER in the environment page, dismisses the dialog
    Unable to create new project
    Fixed: find in files hangs when Enable pipe filter is checked and the content before the first pipe is empty
    Fixed: Pressing keyboard LEFT arrow in tree views does not jump to parent node
    Fixed: delay on tab switching on GTK3 with slow machines
    Implemented handling for SQLite error: disk I/O error
    https://github.com/eranif/codelite/issues/2408
    Fixed: delay on tab switching on GTK3 with slow machines
    Implemented handling for SQLite error: disk I/O error
    wxCrafter Panel Cannot be resized correctly
    Gnome terminal does not work casued by 4e270fb42bd8b1a8f5fc72817cda9005e8ea44e4. Change it back.
    Fixed: when choosing a template function from the code completion, the inserted code block is shuffled
    File System workspace: update the files cache when a new file is created
    Fixed possible buffer overflow
    Fixed: SFTP bookmarks does not work
    clDiffFrame, used e.g. by git Diff View, can now be closed with the ESC key
    Make Ctrl-C in the Output tab of the Debugger Panework work again

[close]

http://codelite.org/
Titel: HxD 2.4.0.0
Beitrag von: SiLæncer am 28 Februar, 2020, 17:30
(https://s26.postimg.cc/6t85owprt/screenshot_34.png)
HxD is a carefully designed and fast hex editor including raw disk editing, modifying foreign RAM and handling files of any size. The program includes search/replace (ASCII | Unicode), export, checksum/digests, insertion of byte patterns, file shredder, concatenation or splitting of files, statistics and more.

Freeware

Changelog

    Restructured plugin interface:

    easier to use from non-object-oriented languages, such as C
    https://github.com/maelh/hxd-plugin-framework
    New: support signed hexadecimal numbers in data inspector (for Int8, Int16, Int32, Int64)
    relative numbers are used in assembly, for example, so signed hexadecimal numbers should be supported
    UInt8, UInt16, UInt32, UInt64 remain unsigned
    Enhancement: integer types in the datainspector support a leading + sign
    rewrote many conversion functions for more consistency and to deal with corner cases not handled well by Delphi's built-in functions
    Enhancement: error message (when a relative- "goto" offset is not within the bounds of a file/stream) will mention both relative and obsolute offsets for easier reference
    negative offsets are now also shown with a minus sign in hexadecimal
    Fix: datainspector plugins fail to jump to the previous/next/first/last element
    Fix: Closing "Block select" window with Enter key will ignore changes in currently selected text box
    Other minor fixes and clean up

    New translations:

    Indonesian - Syahriel Ibnu Irfansyah
    Greek - Stefanos Kiourkoulis
    Portuguese (Brazilian) - Daniel Maganha
    Hungarian - Timinoun

[close]

https://mh-nexus.de/en/hxd/
Titel: Text Editor Pro 9.0.2
Beitrag von: SiLæncer am 29 Februar, 2020, 18:00
(https://s26.postimg.cc/hfdkhoj9l/screenshot_896.png)
Text Editor Pro (formerly EditBone) is a powerful text editing tool that comes with syntax highlighting support for over 50 languages and scripts, customizable with over 100 options, 29 ready made styles, a handy file comparison feature, unicode character map, numerical unit convert tool, SQL formatter, and support for multiple directories and search results.

Freeware

Changelog

    Fixed file opening
    Fixed search options
    Fixed in selection search
    Fixed left margin autosize
    Fixed rename in directory
    Fixed language files

[close]

https://texteditor.pro/
Titel: QOwnNotes 20.3.0 Build 5424
Beitrag von: SiLæncer am 29 Februar, 2020, 18:30
Changelog

    there now is a new predefined layout Preview only to choose from at the initial setup and in the Layout settings that shows no note edit panel, but the preview panel instead
        you could use a workspace with this layout to switch between a workspace with only the note edit and a workspace with only the preview with the shortcut Alt + Shift + P
            please visit QOwnNotes shortcuts for a list of all shortcuts
        using a new layout in the Layout settings now creates a new workspace instead of replacing the initial workspace, but keep in mind that workspaces that demand that there is no central widget will not work properly if the central widget is enabled
    you can now also select text with they keyboard in the Debug information of the Debug settings
    fixed headings retaining old formatting when removing the heading marker in the next line (for #1641, thank you @Waqar144)
    fixed strike-through highlighting being applied to links (for #1642, thank you @Waqar144)
    fixed cpp being used for unknown code block languages in the note edit highlighter (for #1643, thank you @Waqar144)

[close]

http://www.qownnotes.org/
Titel: PSPad 5.0.4 Build 381 Dev
Beitrag von: SiLæncer am 01 März, 2020, 18:20
(http://images.six.betanews.com/screenshots/1076948037-1.png)
PSPad is a universal freeware editor. There is no complex install process; the program is ready to work immediately, without requiring customization. It supports many file types and languages, with syntax highlighting. There are macros, clip files and templates to automate repetitive activities. An integrated HEX Editor, Project support, FTP Client, Macro Recorder, File Search/Replace, Code Explorer, code page conversion, are just some of the many possibilities that PSPad can offer you.

Freeware

Changelog

    News:

    Format block (left/right/center) works in column selection with limitation - tet doesn't contain real tabs.
    User highlighter etended of Variable attribute with possibility highlight PHP like variables (starting with $)
    FTP - added possibility to rename folder with connections. It's possible to use it to join folders too
    FTP - connection popup menu is organized into submenus according to folders
    Updated color scheme PSPad dark and PSPad light

    Fies:

    JSON reformat didn't take indent size from the program settings
    Char # was added as word break char for HTML and HTML highlighter
    Program settings / System - some option was unavailable
    memory leaks joined with Code eplorer
    FTP - edit FTP - wrong detection of eisting connection

[close]

http://www.pspad.com/
Titel: RisohEditor 5.3.2
Beitrag von: SiLæncer am 02 März, 2020, 13:20
(https://i.postimg.cc/8P4z4Swt/screenshot-799.png)
"RisohEditor" is a free resource editor for Win32 development, created by Katayama Hirofumi MZ. RisohEditor realized the ideal of resource editor. "Risoh" means "ideal" in Japanese. RisohEditor can add, edit, extract, clone and remove the resource data in EXE/DLL files. You can edit Windows resources (Dialogs, Menus, Icons, Cursors, String Tables, Message Tables etc.) by using RisohEditor.

NOTICE: Please avoid installing in "C:\Program Files" or "C:\Program Files (x86)". Because the resource compiler (windres) doesn't accept space character in the file path.

Freeware

Whats new:>>

    Able to save with Ctrl+S without querying the location.
    Made the "Output RC files as UTF-16" option non-volatile.
    Bring "List of Resource IDs" window to top.

https://katahiromz.web.fc2.com/re/en/index.html#intro
Titel: Notepads 1.1.0.0
Beitrag von: SiLæncer am 02 März, 2020, 17:15
(https://i.postimg.cc/DzHrb6Dr/screenshot-1766.png)
Modern, open-source Notepad alternative for Windows 10 that gives the aging text editor a facelift, while also packing additional functionality into a similarly streamlined application.

MIT License

Changelog

    NEW FEATURES:

    Print
    Go-to line
    Show recent opened files in menu
    Added regex search option in Find and Replace
    Highlight current line with rectangle boarder
    New zooming percentage indicator with slider
    Search selected text on Web using your favorite search engine
    Ctrl + Num (1-9) to quickly switch to specified tab
    Added more font size options
    New file icons (asp, bash, C, cfg, cpp, cs, css, h, html, ini, java, js, json, jsp, php, py, rb, rc, sh, vb, xml, yml)

    NEW LOCALIZATION:

    [ko-KR] Korean
    [hi-IN] Hindi (India)
    [or-IN] Odia (India)

[close]

https://github.com/JasonStein/Notepads
Titel: YaraEditor 3.3.0.0
Beitrag von: SiLæncer am 02 März, 2020, 18:50
(https://i.postimg.cc/rpGYFbgY/screenshot-2116.png)
Write, compile and test signatures for the Yara tool and determine whether they are compiled correctly to identify malware using this straightforward app.

Freeware

Changelog

- Updated to core 4.1.3
  * Updated libraries (openssl / libssh2 / libcurl /libyara)
  * Fixed an issue in Path parser
  * Fixed a possible crash in Buffer module (implicitcasts)
  * Reduced API calls frequency
  * Fixed possible crash at exit
  * Fix for getting username from SYSTEM account
  * Fixes for scheduler engine
  * Fix for telemetry
  * Fixed bad reference decrement in Yara scanner
  * Fixed initialization order in worker threads
  * Fixed ACLs removal in Debug module
  * Minor fixes
- Added button to toggle selection of files
- Added ability to import folder (recursive)
- Fixed crash (assert error) on compilation
- Added gamer mode (no notifications during full screen)

[close]

https://www.adlice.com/download/yaraeditor/
Titel: RisohEditor 5.3.3
Beitrag von: SiLæncer am 03 März, 2020, 09:11
(https://i.postimg.cc/8P4z4Swt/screenshot-799.png)
"RisohEditor" is a free resource editor for Win32 development, created by Katayama Hirofumi MZ. RisohEditor realized the ideal of resource editor. "Risoh" means "ideal" in Japanese. RisohEditor can add, edit, extract, clone and remove the resource data in EXE/DLL files. You can edit Windows resources (Dialogs, Menus, Icons, Cursors, String Tables, Message Tables etc.) by using RisohEditor.

NOTICE: Please avoid installing in "C:\Program Files" or "C:\Program Files (x86)". Because the resource compiler (windres) doesn't accept space character in the file path.

Freeware

Whats new:>>

Reduced file size from 9MB to 3MB.

https://katahiromz.web.fc2.com/re/en/index.html#intro
Titel: CudaText 1.96.2.0
Beitrag von: SiLæncer am 03 März, 2020, 21:10
(https://s26.postimg.cc/k6wu8qcrt/screenshot_901.png)
Create programming scripts with this powerful tool that supports more than 130 languages and allows users to work concurrently on as many as six groups of projects.

Freeware

Changelog

    Add: highlight and open (by command "Open URL") e-mails, even without 'mailto:'
    Add: proper underline HTML colors #rgba, #rrggbbaa too
    Add: lexer C/C++: support multi-line strings (with before newline)
    Add: lexer PHP: separate style for "function modifiers", highlight system variables, more keywords
    Add: lexer PHP: show "traits" in code tree
    Change: changed layout of lexer-parsing-progressbar in the right/bottom corner, it's always visible now
    Fix: crash on start, when FTP plugin was active on exiting
    Fix: crash on start, when document loads from session with wrapped state

[close]

http://www.uvviewsoft.com/cudatext/
Titel: Alternate Text Browser 3.690
Beitrag von: SiLæncer am 04 März, 2020, 05:45
(https://i.postimg.cc/TYy7wJVb/screenshot-1429.png)
This program makes it easy to browse through text- and html-files (also xml), syntax highlighting for serveral programming languages available (C++, Pascal, PHP, Perl, ASM, JScript etc.).

Freeware

Whats new:>>

- Catalan translation updated
- Added MathSolver as tool
- Tools updated

http://www.alternate-tools.com/pages/c_textbrowser.php?lang=ENG
Titel: Scite 4.3.1
Beitrag von: SiLæncer am 04 März, 2020, 09:01
(https://s26.postimg.cc/fbkgceeux/screenshot_1241.png)
Editor mit Syntax-Highlighting, Auto-Completion, Folding und vielem mehr...

Lizenz: Open Source

Changelog

Automatically scrolls when dragging text near window border.

[close]

http://www.scintilla.org/SciTE.html
Titel: Notepads 1.1.1.0
Beitrag von: SiLæncer am 04 März, 2020, 09:10
(https://i.postimg.cc/DzHrb6Dr/screenshot-1766.png)
Modern, open-source Notepad alternative for Windows 10 that gives the aging text editor a facelift, while also packing additional functionality into a similarly streamlined application.

MIT License

Changelog

Fixed few issues brought by v1.1.0.0

[close]

https://github.com/JasonStein/Notepads
Titel: QOwnNotes 20.3.1 Build 5430
Beitrag von: SiLæncer am 04 März, 2020, 21:30
(https://s26.postimg.cc/hoi1ahlcp/screenshot_978.png)
QOwnNotes is a text editor / notepad replacement with markdown support and todo list manager. The program supports themes, keyboard shortcuts, syntax highlighting, and encryption. Includes available nested file list, tags, search, and more. Optionally works with the notes application ownCloud or Nextcloud.

Cross-platform with clients available for Mac and Linux.

License: GPL

Changelog

fixed inline code not being highlighted if there is a link in the same line (for #1649, thank you @Waqar144)

added more Maori, Arabic, Vietnamese, Cebuano, Turkish, Hebrew, Galician, Hindi, Kurdish, Urdu (Pakistan), Chinese Simplified, Uzbek, German, Spanish, Brazilian Portuguese, Italian, Catalan, French, Filipino, Albanian, Basque, Bosnian, Bulgarian, Chinese Traditional, Croatian, Czech, Danish, Dutch, Estonian, Finnish, Greek, Hungarian, Icelandic, Indonesian, Irish, Japanese, Korean, Latvian, Lithuanian, Macedonian, Norwegian, Polish, Portuguese, Punjabi, Romanian, Serbian (Cyrillic), Slovak, Slovenian, Swedish, Russian translation (thank you Fabijenna, rakekniven, fitoschido, mlimacarlos, mlocati, MGuerra, primokorn, unchase)

[close]

http://www.qownnotes.org/
Titel: Notepads 1.1.2.0
Beitrag von: SiLæncer am 05 März, 2020, 13:20
Whats new:>>

    [Bug fixes]:

    Fixed an issue where Notepads might fail to get all installed fonts (microsoft/Win2D#759).
    Added missing 512x512 size icons.

    [Improvements]:

    "Search in web" will redirect to the page directly if selected text is a valid http(s) url.

https://github.com/JasonStein/Notepads
Titel: HtLite 5.4.0.0
Beitrag von: SiLæncer am 05 März, 2020, 17:50
(https://s26.postimg.cc/pw2fa422x/screenshot_172.png)
Umfangreicher HTML/XHTML Editor.  Jeder externe Browser zur Seitenansicht einstellbar.  Wer keinen HTML Designer zur visuellen Gestaltung seiner Seiten benötigt, sondern nur einen komfortablen Code-Editor sucht, erhält hier eine hervorragende Alternative.

Freeware

http://www.winsoftware24.com/HtLite.html
Titel: SimpleHyp 2.4
Beitrag von: SiLæncer am 05 März, 2020, 18:15
(https://i.postimg.cc/nh8dnF5H/screenshot-2387.png)
Easy-to-use HTML editor with syntax highlighting support, predefined HTML tags, basic text conversion features, and design preview.

Freeware

Changelog

    Version 2.4 of SimpleHyp was produced primarily as a training exercise. It fixed a few minor bugs, and made some improvements:

    Improved error reporting and file checking.
    User preferences are now stored in the user's AppDataRoamingSimpleHyp folder rather than windows registry.
    UTF-8 encoding is now the default, and used for all file saves.
    Removed deprecated meta tags for Content-Type, Content-Style-Type, Content-Script-Type.
    Added Insert Colour Code command in Insert menu.
    Fixed bug intermittent issue with refresh when resizing window.
    Fixed bug where contents of clipboard was lost when program closed.
    Fixed bug in end-of-line conversions and file save formatting.

[close]

http://www.gunamoi.com.au/soft/simplehyp/index.html
Titel: Notepad++ 7.8.5
Beitrag von: SiLæncer am 06 März, 2020, 09:04
(https://i.postimg.cc/90QrsKpv/screenshot-818.png)
Notepad++ is a tabbed source code editor and Notepad replacement with a customizable interface. It is one of the few few source code editors that supports "folding," allowing users to quickly reduce and expand sections of code to see the overall document. In addition, it features multi-language syntax highlighting, auto-completion, regular expression search/replace, macro recording and playback, etc. The program can access a long list of plug-ins via an easy-to-access menu with even more features and functions.

License: GPL

Changelog

    Fix “Monitoring” not detecting all file changes issue.
    Fix auto-updater disabling not working regression.
    Fix Notepad++ doesn’t exit correctly while Windows 10 update restart.
    Make Count command in Find dialog respect Backward-direction and Wrap-around options.
    Make Find dialog remember its position across runs.
    Add the document size column to the Windows Selection dialog.
    Make “View Current File in(browser)” commands macro recordable.
    Add external sound control capability for unsuccessful search (in Find dialog) bell.

[close]

Download: https://github.com/notepad-plus-plus/notepad-plus-plus

https://notepad-plus-plus.org/
Titel: Scite 4.3.2
Beitrag von: SiLæncer am 06 März, 2020, 09:06
Whats new:>>

On Win32 fix new bug that treated all dropped text as rectangular.

http://www.scintilla.org/SciTE.html
Titel: QOwnNotes 20.3.2 Build 5434
Beitrag von: SiLæncer am 06 März, 2020, 13:00
Changelog

    when removing single or multiple notes the note folder will now not be reloaded, instead the notes will just be removed in the note list and the next existing note will be selected (for #1650)
    added Māori translation (a big thank you to Fabijenna)
        join us at QOwnNotes on Crowdin to make QOwnNotes available in more languages or help with the current translation

[close]

http://www.qownnotes.org/
Titel: CudaText v1.96.5.0
Beitrag von: SiLæncer am 07 März, 2020, 11:30
Changelog

+ add: added plugin "Lexer Detecter" which is used when file is opened and it has no lexer, plugin suggests to download+install lexer from addons (it has database of all existing lexers)
+ add: second click on "Search" sidebar button shows Replace dialog instead of Find dialog
+ add: minor optimizations in editor control
+ add: export to HTML: removed empty first line; cleaned up HTML code
+ add: lexer Python: add styles for std functions, exceptions; rework word lists; highlight complex numbers

[close]

http://www.uvviewsoft.com/cudatext/
Titel: Typora 0.9.86 Beta
Beitrag von: SiLæncer am 07 März, 2020, 18:30
(https://i.postimg.cc/25xV0Fq1/Virtual-DVD.png)
Swiftly write, edit, format and convert text to HTML with the help of this modern looking, streamlined and novice-accessible piece of software.

Freeware

Whats new:>>

    Fix option "restore last closed files and folders" not working.
    Fix "copy image to" under Linux.
    Update Polish translation and credits file.
    Small fix on styles.

http://www.typora.io/
Titel: Bluefish 2.2.11
Beitrag von: SiLæncer am 07 März, 2020, 18:40
(https://i.postimg.cc/DyMr5KR3/SRWare-Iron.png)
GTK-HTML-Editor für erfahrene Web-Designer und Programmierer...

Lizenz: Open Source

Release Notes

Bluefish 2.2.11 is a minor maintenance release and minor feature release. The only exception to that is the python 3 compatibility which is a major change. If you compile Bluefish with python 3, you might experience new bugs. There are various minor changes as well. Double click selection has been improved (for example selecting a function name that has underscores), and is now configurable per language. Bluefish now has a feature to fill a line with spaces up to a mouse click, so you can start typing in any position on the screen (with a fixed width font). A crash when running very large replace actions on disk on many files has been fixed. Search and replace now ignores backup files by default. Cursor highlighting and line highlighting have been fixed for a rare bug. A small new feature has been added, to insert output from an external command in the current cursor position. Many language files have seen updates, most notably CSS, Python and HTML. A data loss bug - when an unknown encoding was selected - was fixed, the fallback is now to save as UTF-8. A bug when saving with unknown characters in the filename has also been fixed. Printing has been improved such as printing in landscape. Some small tweaks to the UI have been implemented. For example you can now search in files in the filebrowser (right click a directory). Search results can now be shown in the output pane. The current identifier can be selected using <shift><control>. Last there various fixes when Bluefish is run on top of Wayland.

>
[close]

http://bluefish.openoffice.nl/
Titel: ghostwriter 1.8.1
Beitrag von: SiLæncer am 08 März, 2020, 18:00
(https://s26.postimg.cc/ggug7e4nt/screenshot_965.png)
Write, edit and preview your texts using Markdown with the help of this all-encompassing and user-friendly Markdown editor.

License : GPLv3

Changelog

    Fixed:

    Issue #443: MathJax 3.0 is now built into the HTML preview. Note that this feature works best with Pandoc and requires an Internet connection. Other Markdown processors are not currently supported.
    Issue #447: Cursor is no longer shown when editor is not in focus.
    Issue #461: Fixed Cheat Sheet to have correct image example.
    Issue #471: HUD window styling is fixed for Qt 5.13.
    Issue #472: Fixed typing paused timers for session statistics and for hiding HUD windows.
    Discount is not listed as an available Markdown processor if MultiMarkdown is installed.

    New application translations are available for the following languages:

    Arabic
    Dutch

[close]

http://wereturtle.github.io/ghostwriter/
Titel: Network Notepad 6.0.10
Beitrag von: SiLæncer am 09 März, 2020, 17:30
(https://s26.postimg.cc/wuply3q2h/screenshot_425.png)
Network Notepad is a specially designed application for creating interactive network diagrams.

Now you can use this accessible and easy-to-use instrument to create or manage the diagrams you need.

Point-and-Click Telnet/ Browse/ User-definable
Network Management.
Simple Drag and Drop interface.
Open, Text Based File Format.
Printing.
Linked Diagrams.
Flow Charts.

Freeware

Changelog

    Refreshed code associated with Links Table.
    Bugfix: Changes made in Links Table did not flag diagram as modified.
    BugFix: Undo/redo may not work correctly after changes made in Links Table.
    BugFix: Allowed edit of To column in links table, though had no effect.

[close]

http://www.networknotepad.com/index.htm
Titel: Zettlr 1.6.0 Final
Beitrag von: SiLæncer am 10 März, 2020, 05:40
(https://s26.postimg.cc/vfll9p4mh/screenshot_956.png)
Write text and conveniently edit it using Markdown with the help of this user-friendly and well-thought-out, Electron based application.

MIT License

Changelog

    Breaking Changes:

    If you want to enable the newly added MathJax CDN support for equation rendering, make sure to add the --mathjax-flag to your Pandoc command. If you did not modify the Pandoc command, you can "restore" the (new) default value, which will add the MathJax support for you.

    GUI and Functionality:

    New Feature: Mermaid chart support! Now you can add code blocks with the keyword "mermaid" (i.e. "```mermaid")to your document and use the Mermaid chart language to create charts!
    New Feature: Zettlr is now able to open file attachments for citations in your files. Simply right-click a citation, go to "Open Attachment" and select the cite-key for which you want to open the file attachment. Got multiple? Here's how Zettlr chooses which one to open: All attachments are listed and then the PDF files are sorted on top of the list. Then, Zettlr will open whatever attachment is the first in the list.
    New Feature: You now have an additional setting that allows you to determine if, and when, the filename will be automatically added to your link. "Never" means that the file name will never be added, "Only with ID" means that the file name will only be added, if the link is constructed using the ID, and "always" (the default) means that the file name will always be added, possibly duplicating it.
    New Feature: NOT search operator. Now you can use an exclamation mark (!) before the term in your global search to exclude certain search terms. If any NOT-condition is satisfied, the file will no longer be considered a candidate. You can combine the NOT-operator with both exact matches (!"an exact phrase") and single terms (!word).
    Added TypeScript syntax highlighting. Keywords: typescript, ts.
    Added Windows 32bit build.
    Switched from showdown to turndown for converting HTML to Markdown on pasting contents. This makes pasting HTML formatted text much better than prior. Thanks to @Zverik for implementing!
    Pressing Alt-Up and Alt-Down will now swap lines in the editor window up or down.
    Cleaned up the shortcuts. Until now, Ctrl+B would also make text bold on macOS. Now, only Cmd+B will work, while Ctrl+B will only work on non-Apple systems.
    Improved the Math equation detection again. Now it's simpler, faster and will work more reliable. Escaping dollar signs should most of the time not be necessary anymore.
    Added syntax highlighting to inline and block Math equations. Now they're displayed in monospace to make it easier for you to write them.
    Title and tag matching of search terms during global search is now performed case insensitive.
    Added an option to copy the filename of files to the clipboard via the context menu.
    Exact search terms in the global search are no longer trimmed (trailing and leading whitespace is not removed) to maintain the meaning of "exact".
    The AutoCorrect option can now be activated and deactivated as intended.
    Added German secondary guillemets to the MagicQuotes settings.
    Better citation detection: Now, standalone-citations at the beginning of line will also be rendered.
    Improved the contextmenu behaviour.
    When creating a new file, the editor is re-focused again so that you can immediately begin writing.
    Task items are now rendered irrespective of the list-type-character they use, i.e. the following examples will all be rendered correctly: - [ ], + [ ], and * [ ].
    The "Empty directory"-message is now translatable and available in several languages.
    Headings will no longer be considered tags
    Fix Ctrl+F-shortcut on macOS.
    When linking a file using the Zettelkasten links, the prompt will now include all files from the whole root, not just the files from within the current directory.
    Made the dialogs more resilient. Now you can select text somewhere on dialogs, and regardless of whether you accidentally moved too far (out of the dialog), it will not close anymore, when you release the mouse.
    The front matter is now disregarded when counting words or chars.
    In case of renaming a directory, the containing directory is now re-sorted everytime so that changes are reflected immediately.
    The HTML template now includes a switch to include MathJax (CDN) in order to display equations in HTML exports and the print preview (only works with Pandoc installed).
    Improved placement of Input Method Editors (IME) for non-western input sources (e.g., Japanese or Korean typeset). Thanks to @ryota-abe for implementing!
    The file linking autocomplete will now respect your choice of Zettelkasten link starting characters, if they differ from [[.
    The formatting of Zettelkasten-links is now according to other formattings (such as emphasis or bold text), slightly transparent.
    On autocompleting Zettelkasten-links, the closing characters for the links are now added in case they are not already present (due to autoclosing, or else).
    The automplete-dropdown for Zettelkasten-links does not appear anymore if editing a footnote.
    Added overall days statistics to the stats dialog.
    Image-Paths correction for Windows systems.
    Setext headers are now rendered in the correct size, in line with the ATX headers.
    Abstracts in the YAML frontmatter are now considered on PDF exports.
    Fixed a rare bug, which would cause the edit flag on the main process to remain even though the renderer reports the editor is clean (that is, no changes to the document).
    Fixed an error where a completely empty custom CSS (e.g. when the user simply selects and deletes all content in the dialog or in the file) would cause the dialog generation to crash until a restart of the app.
    Fixed a rare error where an error would be thrown during export of extremely small projects.
    Fixed an error where the writing target popup would close itself via click on an option on Windows systems.
    Fixed "Select All" context menu item for text selection.
    Allow spaces in header delimiting rows.
    revealJS-presentations now have a basic syntax highlighting (Solarized theme).
    HTML exports now have a basic syntax highlighting (Solarized theme).

    Under the Hood:

    Fixed a small bug that would display a non-intuitive message when checking for updates and the update server is not available.
    Fixed wrong error logging in the Citeproc provider.
    Added the necessary cslenvironment to Zettlr's default TeX template so that Pandoc >2.8 does not throw errors. Thanks to @frederik-elwert for implementing!
    Cleaned up the keymap for CodeMirror. It's now centralised within generate-keymap.js and not scattered in all the plugins anymore.
    Rewrote the i18n loading logic, resulting in huge performance gains on startup. Thanks to @BAKFR for implementing!
    Exchanged deprecated API calls in the AppearanceProvider class.
    The default DMG height for macOS installers now again shows the disclaimer at the bottom of the archive window.
    Fixed a logical bug with zoom levels bigger than 40x.
    Fixed the welcome log message, because whatever it was, it did not read ????? (Hello).
    Now during startup all files that do not exist anymore in the openPaths-property will be removed (because only directories can be "dead").
    Wrote script to automatically update the CSL styles and locales that are shipped with the app. Also, updated the CSL styles and locales.
    The YAML mode within frontmatters is now correctly detected by all plugins, so that e.g. AutoCorrect does not apply within YAML-frontmatters and quotes are the "correct" ones (no need to disable MagicQuotes temporarily to write frontmatters).
    Added an additional check to make sure to differ between explicit and implicit paste events in the CodeMirror instance.
    Finally fixed the weird glitches of the file list. Now it will correctly scroll files into view, not break, and be not empty for a fraction of a second.
    Overhauled the QuickLook windows. Now they react to much more finetuned configuration changes, are more responsive, and in general react faster to changes.
    Switch to Electron 8.
    Fix Pandoc error logging.
    Detach Popup event listeners on close.

[close]

Download: https://github.com/Zettlr/Zettlr/releases

https://www.zettlr.com/
Titel: EmEditor Free 19.7 Beta 1
Beitrag von: SiLæncer am 10 März, 2020, 05:50
(https://1z9j8fz5fww49iaje1itey71-wpengine.netdna-ssl.com/wp-content/uploads/2013/09/EmEditorFree_Window.png)
EmEditor is a lightning-fast, tabbed text editor with themes, syntax highlighting, stay-on-top, and customizable keyboard mapping. The program supports batch find-and-replace, regular expressions, and more.

The program beat a variety of other text editors in tests performed by TPFC user TP109. Additional features are available via a non-free version.

Free for personal use

Changelog

This version mitigated an issue where EmEditor could crash if available memory is very low while searching a very large file under a certain condition.

[close]

https://www.emeditor.com/text-editor-features/history/emeditor-free/
Titel: HelpNDoc Personal Edition 6.8.0 Build 521
Beitrag von: SiLæncer am 10 März, 2020, 19:30
(https://s26.postimg.cc/n8qdqw1ix/screenshot_994.png)
HelpNDoc provides all the tools necessary to write complete help files, manuals and documentations in a user friendly and very easy to use environment. HelpNDoc can generate standard Windows CHM help files, WEB based documentation, iPhone specific websites as well as printable PDF and Word documents.

HelpNDoc is completely free for personal use and evaluation purposes.

Changelog

    It is now possible to directly import CHM help files' HHP source projects
    Options dialog now includes a keyboard shortcut editor to simplify the definition of some commonly used keyboard shortcuts
    The following styles keyboard shortcuts are now customizable: use normal style, promote or demote paragraph, apply heading 1 to 3
    Ability to reset any part of the application settings from the "File" / "Options" dialog: General settings, compilers, UI, custom folders, keyboard shortcuts...
    The floating license server is now available for x64 and ARM64 versions of Windows, in addition to the existing x86 version
    Image width and height ribbon edit fields didn't always behave properly
    When converting an image map to an image and vice-versa, the library item wasn't updated in all topics
    Improved CHM help importer: handle additional edge cases to make sure that links between topics are correctly imported
    Customized image alignment didn't always work using the default HTML template
    Multiple enhancements to license management system: improved network card detection; better proxy support; optimizations and fixes
    Enhanced speed of the CHM importer
    Improved table saving in RTF documents
    Topic properties panel's size, position and visibility didn't always behave correctly
    Optimized find / replace action which is now faster when replacing multiple instances in the same topics
    Enhanced HTML import: paragraphs with IDs will automatically create anchors

[close]

http://www.helpndoc.com/
Titel: BaseX 9.3.2
Beitrag von: SiLæncer am 10 März, 2020, 19:45
(https://s26.postimg.cc/zexqg30d5/screenshot_63.png)
BaseX is a Java-based software application that integrates an XML database and XQuery text editor. It is wrapped in a user-friendly working environment and comes packed with several useful options and configuration parameters for experienced users.

BSD License

Whats new:>>

Minor bug fixes, numerous performance tweaks

http://basex.org/
Titel: Atom 1.45.0
Beitrag von: SiLæncer am 10 März, 2020, 21:15
(https://s26.postimg.cc/fmfpqomgp/screenshot_915.png)
A powerful and flexible application that works as a text and source code editor with syntax highlight, or alternately as a file viewer.

MIT License

Changelog

    https://github.com/atom/atom/pull/20194 - Improve Java syntax highlighting
    https://github.com/atom/github/pull/2399 - Git repository context may be "locked" to manage manually or "unlocked" to follow the active pane item.

Atom Core

v1.44.0...v1.45.0

    atom/atom#20350 - Add notarization to macOS app
    atom/atom#20351 - Fix startup issue after notarization
    atom/atom#20357 - switch from atom's special winstaller version to electron's winstaller
    atom/atom#20194 - ⬆️ language-java@0.31.4
    atom/atom#20390 - revert notarization

github

v0.33.0...v0.34.0

    atom/github#2352 - Bump @babel/plugin-proposal-object-rest-spread from 7.6.2 to 7.7.4
    atom/github#2366 - Bump dugite from 1.87.5 to 1.87.6
    atom/github#2367 - Bump tree-kill from 1.2.1 to 1.2.2
    atom/github#2368 - Bump whats-my-line from 0.1.1 to 0.1.2
    atom/github#2370 - Bump eslint from 6.7.0 to 6.7.2
    atom/github#2371 - Bump marked from 0.7.0 to 0.8.0
    atom/github#2377 - Bump @babel/preset-env from 7.7.5 to 7.7.7
    atom/github#2385 - [Security] Bump handlebars from 4.1.2 to 4.6.0
    atom/github#2390 - Upgrade Babel dependencies all at once
    atom/github#2399 - Context locking

[close]

https://atom.io/
Titel: QOwnNotes 20.3.3 Build 5460
Beitrag von: SiLæncer am 11 März, 2020, 04:30
(https://s26.postimg.cc/hoi1ahlcp/screenshot_978.png)
QOwnNotes is a text editor / notepad replacement with markdown support and todo list manager. The program supports themes, keyboard shortcuts, syntax highlighting, and encryption. Includes available nested file list, tags, search, and more. Optionally works with the notes application ownCloud or Nextcloud.

Cross-platform with clients available for Mac and Linux.

License: GPL

Changelog

    the documentation page was re-done in Markdown and will be generated automatically with MkDocs at docs.qownnotes.org
        feel free to add or improve the information
    improved GTK and KDE Plasma support for the snap version of QOwnNotes (for #1651)
        the Breeze styling will now be used by default along with the GTK file selectors
    the Table dialog now also supports importing csv files with tabulator characters as separator
    added more Catalan, Chinese Traditional, Filipino, Spanish, French, Hiligaynon, Bengali, Persian, Dutch, Albanian, Arabic, Ukrainian, Italian, Russian translation (thank you Fabijenna, MGuerra, mlocati, unchase, richarson, tiwi90)

[close]

http://www.qownnotes.org/
Titel: BabelPad 13.0.0.1
Beitrag von: SiLæncer am 11 März, 2020, 04:40
(https://s26.postimg.cc/nk8fxilwp/screenshot_1310.png)
BabelPad is a free Unicode text editor and word processor for Windows that supports the proper rendering of most complex scripts, and allows you to assign different fonts to different scripts in order to facilitate multi-script text editing.

Freeware

Changelog

    Updated Unicode data for Unicode 13.0.0 data.
    Updated Emoji data for Emoji 13.0.
    Added support for the Tertiary Ideographic Plane throughout the application and user interface.
    Redesigned character map window to have tabs for each Unicode plane.
    Added Character Map submenu under the Options menu (with options to display reserved Unicode ranges and unassigned Unicode planes in the character map).
    Added Mandarin and Cantonese readings for many CJK Ext. G ideographs.
    Revised, corrected and expanded Mandarin readings for many existing CJK ideographs.
    Revised, corrected and expanded mappings between traditional and simplified Chinese ideographs, including CJK Ext. G.
    Updated Tangut data for Unicode 13.0 disunifications.
    Added descriptions for Egyptian hieroglyphs on status bar.
    Added readings from Wu Yingzhe and Juha Janhunen 2010 for Khitan Small Script characters on status bar.
    Added a "Copy Results" button to the Han radical, Yi radical, Mandarin reading, and Cantonese reading lookup tools.
    Added right-click copy for the sample text in the Font Information dialog box.
    Added a Font Configuration Options dialog that allows you to list fonts to exclude from font configuration, and to specify preferences for Noto fonts.
    Added a Word Count feature for selected text, available from Tools menu, the context menu, and the Documents toolbar.
    Added ability to search for algorithmic character names in the character map.
    Added function to enclose matching text by specified strings in the contextual convert utility.
    Added function to delete all lines containing or not containing specified text.
    Fixed bug in NCR-to-Unicode conversion which converted "&#x;" and "&#;" to U+0000.
    Fixed bug in RTF copy which discarded braces ('{' and '}') in the text to be copied.
    Made the character information pane of the status bar variable width so that it is wider when the window is maximized.
    Moved the font-related tools from Tools menu to Fonts menu for consistency with BabelMap.
    Fixed omission of "oblique" from enumerated font styles in the Fonts Overview dialog.
    Corrected some Nishida Tangut reconstructions.
    Added Japanese simplified dragon and turtle radicals to the Han Radical Lookup tool.
    Improved word selection algorithm.
    Various bug fixes and improvements to editing behaviour.

[close]

http://www.babelstone.co.uk/index.html
Titel: Atom 1.46.0 Beta
Beitrag von: SiLæncer am 11 März, 2020, 05:30
Changelog

    https://github.com/atom/atom/pull/20194 - Improve Java syntax highlighting
    https://github.com/atom/github/pull/2399 - Git repository context may be "locked" to manage manually or "unlocked" to follow the active pane item.

Atom Core

v1.44.0...v1.45.0

    atom/atom#20350 - Add notarization to macOS app
    atom/atom#20351 - Fix startup issue after notarization
    atom/atom#20357 - switch from atom's special winstaller version to electron's winstaller
    atom/atom#20194 - ⬆️ language-java@0.31.4
    atom/atom#20390 - revert notarization

github

v0.33.0...v0.34.0

    atom/github#2352 - Bump @babel/plugin-proposal-object-rest-spread from 7.6.2 to 7.7.4
    atom/github#2366 - Bump dugite from 1.87.5 to 1.87.6
    atom/github#2367 - Bump tree-kill from 1.2.1 to 1.2.2
    atom/github#2368 - Bump whats-my-line from 0.1.1 to 0.1.2
    atom/github#2370 - Bump eslint from 6.7.0 to 6.7.2
    atom/github#2371 - Bump marked from 0.7.0 to 0.8.0
    atom/github#2377 - Bump @babel/preset-env from 7.7.5 to 7.7.7
    atom/github#2385 - [Security] Bump handlebars from 4.1.2 to 4.6.0
    atom/github#2390 - Upgrade Babel dependencies all at once
    atom/github#2399 - Context locking

v1.46.0-beta0 (2020-03-10)
Notable Changes

    https://github.com/atom/atom/pull/20458 MacOS app has been notarized!
    https://github.com/atom/find-and-replace/pull/1109 Adds option to prevent search result to be overwritten by a new search
    https://github.com/atom/find-and-replace/pull/1105 Maintains scroll position after opening a file from the results page

Atom Core

v1.45.0...v1.46.0-beta0

    atom/atom#20397 - ⬆️ find-and-replace@0.219.3
    atom/atom#20398 - ⬆️archive-view@0.65.2
    atom/atom#20458 - Re-enable Macos Notarization and Fix Startup Issues
    atom/atom#20456 - Bump Azure Devops Mac images to version 10.14
    atom/atom#20462 - Fix to get ⬆️ spell-check@0.76.0 #20400 to merge
    atom/atom#20469 - Fix native dependencies fail to load when notarized

archive-view

v0.65.1...v0.65.2

    atom/archive-view#67 - 👕Pin linter to standard v11

find-and-replace

v0.219.1...v0.219.3

    atom/find-and-replace#1105 - Maintain previous scroll position
    atom/find-and-replace#1109 - Add option to save search resulst from being overwrittenby next search

github

v0.34.0...v0.34.1

    atom/github#2406 - bump dugite version to 1.88.2

spell-check

v0.75.0...v0.76.0

    atom/spell-check#314 - Split checkers to explictly handle macOS/Windows system checkers verses locale-based checking

symbols-view

v0.118.2...v0.118.4

    atom/symbols-view#242 - Add Probot no-response configuration
    atom/symbols-view#243 - 🤖 Configure probot/no-response to allow 28 days when requesting more info on an issue
    atom/symbols-view#250 - ⬆️ctags@3.1.0
    atom/symbols-view#252 - Recompile ctags-darwin against SDK 10.15

[close]

https://atom.io/
Titel: BabelPad 13.0.0.2
Beitrag von: SiLæncer am 12 März, 2020, 05:05
Whats new:>>

    Fixed script counts in "Unicode Scripts" tool.
    Tweaked word boundaries.
    Added pinyin readings for biáng.

http://www.babelstone.co.uk/index.html
Titel: QOwnNotes 20.3.4 Build 5469
Beitrag von: SiLæncer am 12 März, 2020, 21:30
Changelog

    the setting Allow note file name to be different from headline can now be set per note folder instead of only globally
        this allows you to use different settings for your note file names for each note folder
        the currently existing setting will be used as setting for all your note folders initially
    if you open the Note folders settings now the currently active note folder will be selected
    improved html list importing of the Paste html or media action
    added Malay and Xhosa translation (a big thank you to Fabijenna)
        join us at QOwnNotes on Crowdin to make QOwnNotes available in more languages or help with the current translation
    added more Catalan, Chinese Traditional, Filipino, Spanish translation (thank you Fabijenna)

[close]

http://www.qownnotes.org/
Titel: Notepads 1.1.3.0
Beitrag von: SiLæncer am 13 März, 2020, 11:10
(https://i.postimg.cc/DzHrb6Dr/screenshot-1766.png)
Modern, open-source Notepad alternative for Windows 10 that gives the aging text editor a facelift, while also packing additional functionality into a similarly streamlined application.

MIT License

Changelog

    New features:

    Added support for more legacy encodings.
    "Reopen with Encoding" and "Save with Encoding" are added (Click on the encoding indicator).
    Added more supported file types.

    Improvements:

    "Recent Open" will track recently saved files as well.
    You will be notified if regular expression used in Find and Replace is invalid.

    Bug fixes:

    Fixed a bug where Go-To line might crash the app.
    New Localization:
    [pl-PL][Polish]

[close]

https://github.com/JasonStein/Notepads
Titel: EmEditor 19.7 Beta 3
Beitrag von: SiLæncer am 14 März, 2020, 11:10
Whats new:>>

Improved the speed of searches on very large files.

https://www.emeditor.com/text-editor-features/history/emeditor-free/
Titel: QOwnNotes 20.3.5 Build 5472
Beitrag von: SiLæncer am 14 März, 2020, 18:00
Changelog

    you can now import CSV directly from the clipboard in the Table dialog
        you can for example copy CSV from a table in a web-browser
    an attempt to detect the separator when importing CSV will now be made in the Table dialog
    added more Spanish, Italian, Russian, Brazilian Portuguese, German translation (thank you richarson, Fabijenna, tiwi90, unchase, fitoschido, mlimacarlos, rakekniven)

[close]

http://www.qownnotes.org/
Titel: Kytex Editor 1.1
Beitrag von: SiLæncer am 15 März, 2020, 10:45
(https://i.postimg.cc/zGcq1h0Q/screenshot-2400.png)
A fast and reliable text editor designed as a replacement for Windows embedded clipboard and that packs extra features for editing.

Freeware

Whats new:>>

    Installation : Add 7 more languages
    Add : Export As PDF
    File association : Auto assign *.txt files to KytexEditor.exe
    Add : Goto Line...

https://sourceforge.net/projects/kytex-editor/
Titel: Notepad S# 2.6
Beitrag von: SiLæncer am 16 März, 2020, 05:15
(https://i.postimg.cc/k5Vvfrzb/screenshot-2232.png)
This is a notepad application, similar to the one provided by Windows, but with a few interesting upgrades that may be enough to convince you to switch to this version of the app.

Freeware

Whats new:>>

    In Settings you can select highlighting color when creating a custom theme
    Minor Error Message Updates
    Fixed Bug where in Light Theme or some custom themes highlight wouldn't appear
    Fixed Bug where prefabs windows wouldn't close

https://rafd.itch.io/notepad-s
Titel: MadEdit-Mod 0.4.19 Preview
Beitrag von: SiLæncer am 16 März, 2020, 18:40
(https://i.postimg.cc/hjwJPSBJ/screenshot-890.png)
MadEdit-Mod is a fork of MadEdit, a comprehensive text and hex editor available on multiple platforms. This tool was developed as a means of picking up where MadEdit left off, retaining the original features and adding new ones to improve the user experience.

License: GPLv3

https://sourceforge.net/projects/madedit-mod/
Titel: Notepads 1.1.4.0
Beitrag von: SiLæncer am 17 März, 2020, 04:30
(https://i.postimg.cc/DzHrb6Dr/screenshot-1766.png)
Modern, open-source Notepad alternative for Windows 10 that gives the aging text editor a facelift, while also packing additional functionality into a similarly streamlined application.

MIT License

Changelog

    New features:

    Auto Guess Encoding feature has been added (You can enable it in Settings -> Default Decoding -> Auto guess Encoding)
    Added "Auto Guess" option in "Reopen with Encoding" menu.

[close]

https://github.com/JasonStein/Notepads
Titel: CudaText 1.96.6.0
Beitrag von: SiLæncer am 17 März, 2020, 06:00
(https://s26.postimg.cc/k6wu8qcrt/screenshot_901.png)
Create programming scripts with this powerful tool that supports more than 130 languages and allows users to work concurrently on as many as six groups of projects.

Freeware

Changelog

    Add: lexers HTML/XML show folded tags better (and old option "fold_style" allows to show them even better)
    Fix: fixed selection by mouse, when mouse cursor is after folded block rectangle
    Add: added plugin "Lexer Detecter" which is used when file is opened and it has no lexer, plugin suggests to download+install lexer from addons (it has database of all existing lexers)
    Add: second click on "Search" sidebar button shows Replace dialog instead of Find dialog
    Add: minor optimizations in editor control
    Add: export to HTML: removed empty first line; cleaned up HTML code
    Add: lexer Python: add styles for std functions, exceptions; rework word lists; highlight complex numbers

[close]

http://www.uvviewsoft.com/cudatext/
Titel: ProgramEdit 4.9.2
Beitrag von: SiLæncer am 17 März, 2020, 10:45
(https://s26.postimg.cc/wcabyxqq1/screenshot_58.png)
ProgramEdit - a free Windows® software source-code editor. ProgramEdit includes language support for HTML, Ada, C/C++, C#, CSS, JAVA, JavaScript, Perl, PHP, Python, Ruby, VB, VBScript, Verilog, VHDL and Batch(.bat) files. Other features include tabbed file selection, text highlighting, find & replace, regular expressions, sesssions, bookmarks, multiple undo/redo and hyperlinks.

Freeware

Whats new:>>

    Add language support for XML
    Minor Search and Bookmark improvements
    Fix several minor bugs

http://simplesolverlogic.com/index.html
Titel: EmEditor Free 19.7 Beta 5
Beitrag von: SiLæncer am 18 März, 2020, 05:50
(https://1z9j8fz5fww49iaje1itey71-wpengine.netdna-ssl.com/wp-content/uploads/2013/09/EmEditorFree_Window.png)
EmEditor is a lightning-fast, tabbed text editor with themes, syntax highlighting, stay-on-top, and customizable keyboard mapping. The program supports batch find-and-replace, regular expressions, and more.

The program beat a variety of other text editors in tests performed by TPFC user TP109. Additional features are available via a non-free version.

Free for personal use

Whats new:>>

Optimized multiline string search and replaces on very large files.

https://www.emeditor.com/text-editor-features/history/emeditor-free/
Titel: LyX 2.3.4.4
Beitrag von: SiLæncer am 18 März, 2020, 10:10
(https://s26.postimg.cc/xm6jhtzop/screenshot_297.png)
LyX is a document processor that encourages an approach to writing based on the structure of your documents (WYSIWYM) and not simply their appearance (WYSIWYG).

Open Source

Download -> https://ftp.lip6.fr/pub/lyx/stable/2.3.x/

http://www.lyx.org/
Titel: Alternate Text Browser 3.700
Beitrag von: SiLæncer am 19 März, 2020, 11:20
(https://i.postimg.cc/TYy7wJVb/screenshot-1429.png)
This program makes it easy to browse through text- and html-files (also xml), syntax highlighting for serveral programming languages available (C++, Pascal, PHP, Perl, ASM, JScript etc.).

Freeware

Whats new:>>

GUI updated: Save changes optimized, MsgBox images

http://www.alternate-tools.com/pages/c_textbrowser.php?lang=ENG
Titel: CudaText 1.97.0.1
Beitrag von: SiLæncer am 19 März, 2020, 11:40
Changelog

+ add: several commands, they work fast and don't keep Undo, they are intended for huge text files. All these commands don't consume additional memory (unlike in many other editors).
    + add: commands "(without undo) sort asc. / desc. / asc. ignore case / desc. ignore case".
    + add: command "(without undo) delete all blank lines"
    + add: command "(without undo) delete adjacent blank lines"
    + add: command "(without undo) delete all duplicate lines"
    + add: command "(without undo) delete all duplicate lines, keep blanks"
    + add: command "(without undo) delete adjacent duplicate lines"
    + add: command "(without undo) reverse lines"
    + add: command "(without undo) shuffle lines"
+ add: lexers HTML/XML show folded tags better (and old option "fold_style" allows to show them even better)
+ fix: fixed selection by mouse, when mouse cursor is after folded block rectangle
+ add: added plugin "Lexer Detecter" which is used when file is opened and it has no lexer, plugin suggests to download+install lexer from addons (it has database of all existing lexers)
+ add: second click on "Search" sidebar button shows Replace dialog instead of Find dialog
+ add: minor optimizations in editor control
+ add: export to HTML: removed empty first line; cleaned up HTML code
+ add: lexer Python: add styles for std functions, exceptions; rework word lists; highlight complex numbers

[close]

http://www.uvviewsoft.com/cudatext/
Titel: RisohEditor 5.3.4
Beitrag von: SiLæncer am 19 März, 2020, 18:50
(https://i.postimg.cc/8P4z4Swt/screenshot-799.png)
"RisohEditor" is a free resource editor for Win32 development, created by Katayama Hirofumi MZ. RisohEditor realized the ideal of resource editor. "Risoh" means "ideal" in Japanese. RisohEditor can add, edit, extract, clone and remove the resource data in EXE/DLL files. You can edit Windows resources (Dialogs, Menus, Icons, Cursors, String Tables, Message Tables etc.) by using RisohEditor.

NOTICE: Please avoid installing in "C:\Program Files" or "C:\Program Files (x86)". Because the resource compiler (windres) doesn't accept space character in the file path.

Freeware

Whats new:>>

Changed toolbar save button behavior.
Introduced automation by using programming language EGA.
Added confirmation of saving changes of file.

https://katahiromz.web.fc2.com/re/en/index.html#intro
Titel: QOwnNotes 20.3.6 Build 5478
Beitrag von: SiLæncer am 19 März, 2020, 21:30
(https://s26.postimg.cc/hoi1ahlcp/screenshot_978.png)
QOwnNotes is a text editor / notepad replacement with markdown support and todo list manager. The program supports themes, keyboard shortcuts, syntax highlighting, and encryption. Includes available nested file list, tags, search, and more. Optionally works with the notes application ownCloud or Nextcloud.

Cross-platform with clients available for Mac and Linux.

License: GPL

Changelog

    you can now search for a language in the Interface settings to make it easier to find the translation you want to use
        you can search for the English name, the local name or the language code
    added Zulu, Sinhala and Khmer translation (a big thank you to Fabijenna)
        visit QOwnNotes Translation if you want to make QOwnNotes available in more languages or help with the current translation
    added more Xhosa, Bengali, Spanish, Indonesian, Italian, Russian, German, Catalan, Brazilian Portuguese, Arabic, Basque, Bosnian, Bulgarian, Cebuano, Chinese Simplified, Chinese Traditional, Croatian, Czech, Danish, Dutch, Estonian, Filipino, Finnish, Galician, Greek, Hausa, Albanian translation (thank you Fabijenna, omarmear, richarson, zmni, tiwi90, unchase, rakekniven, Altanzar, MGuerra, mlimacarlos, athrouss)

[close]

http://www.qownnotes.org/
Titel: EditPad Lite 8.1.0
Beitrag von: SiLæncer am 20 März, 2020, 09:30
(http://www.editpadpro.com/screens/editpadlite.png)
EditPad Lite is a general-purpose text editor, designed to be small and compact, yet offer all the functionality you expect from a basic text editor.

    Free for personal use

Changelog

    New features:

    Block|Prefix and Block|Suffix.
    File Types|Colors & Syntax: Prompt before automatically adding line breaks.
    FTP: Additional key exchange algorithms for SFTP and SSH.
    Preferences|Save Files: Closing empty files.

    Improvements:

    Block|Comment: Ask which comment characters to use only once per session for each file that doesn’t have a syntax coloring scheme specifying comment characters.
    Block|Rectangular Selections: Double-clicking a word now makes a rectangular selection of the word when Block|Rectangular Selections is on.
    Extra|Delete Duplicate Lines: Dramatically improved performance when using the option “anywhere in the scope” on very large files.
    File Types|Markdown: List items nested 3 levels deep.
    FTP: Adding an FTP connection to your FTP favorites and then connecting to the same server with different settings now automatically updates that server’s settings in the FTP favorites.
    History: Paths to compared files are now shortened with an ellipsis if they are too long to fit within the width of the History panel.
    Improved visibility of the separator lines on toolbars when using the dark theme.
    Macros: Playing back a macro once that performs a long-running operation that shows a progress meter and then clicking the Abort button now aborts macro playback in addition to aborting the long-running operation.
    Maintain History List dialog now selects the first item when it appears and selects the next item when you remove the selected item(s).
    Progress meter while opening a large set of files.
    Shift+Alt+Page Up/Down now scroll one page like Shift+Page Up/Down does instead of moving the cursor to the first/last line as Alt+Page Up/Down do since 8.0.0.
    Smart Quotes: A straight single quote that is interpreted as an apostrophe can now be converted into a modifier letter (U+02BC apostrophe, U+02BB turned comma (ʻokina), or U+02BD reversed comma); these three can also be converted back into a single straight quote and can be replaced with other smart quotes.

    Bug fixes:

    Block|Move Lines and Columns|Move Line Up did not always update the syntax coloring of the line that was moved down as a result of moving the other lines up.
    Block|Outdent triggers an access violation if the file is empty or if the cursor is on the final blank line of the file.
    Column typing on all lines does not mark any of them as edited.
    Convert|Line Break Styles failed to convert one line break in the middle of the file if the file was large enough for EditPad to use two background threads to scan for line breaks.
    Edit|Auto Match Brackets did not show a checkbox when automatic bracket matching was active.
    Folding ranges were not preserved beyond the first folding range to contain another folding range.
    Go|Go To: Going to a line number greater than that of the last line in the file now moves the cursor to the last line instead of triggering an access violation when word wrap is on.
    Italics that overhang the end of the line are no longer clipped.
    Keyboard: If the cursor had a shape that put it over rather than between characters and the Home key was configured to go to the first non-whitespace character on the line and the cursor at the first non-whitespace character of a line with leading whitespace then pressing the Home key to move the cursor to the very start of the line and then Arrow Up or Down did not keep the cursor at the very start of the preceding or following line.
    Keyboard: Moving to a bookmarked position that is not at the start of a line and then pressing Arrow Up or Arrow Down moved the cursor to the start of the line above or below the bookmarked line instead of maintaining the cursor’s column position.
    Mouse: Clicking at the start of the selection did not clear the selection when selections are not persistent.
    Preferences|Open Files: Fixed serious performance issue when working with files larger than the huge files threshold.
    Preferences|Open Files: Modified parts of huge files are no longer swapped out to disk when you turn off that option.
    Projects incorrectly referenced files stored on the same drive as the project’s .epp file but not in the same folder as the .epp file or a subfolder thereof; this caused file references to break if the drive’s drive letter changed.
    Regex: POSIX classes using the p notation matched only ASCII characters when used inside a character class along with other tokens instead of matching Unicode characters like they do outside character classes or when used alone in a character class.
    Saving the file no longer scrolls the editor if the cursor is not in view.
    Search: r and n were treated as literal line breaks that adapt to the file’s line break style instead of specifically matching only CR and LF when used in a regular expression or replacement string that consisted entirely of literal text and tokens that match or insert one specific character.
    Search: Incremental search through all open files could fail with an access violation error.
    Search|Favorites; Favorites were not preserved when the option to erase history lists was turned on in Options|Preferences|System.
    Search|Selection Only: Searching through the selection did not work if the selection was rectangular and in the bottom half of a large file.
    Ools|Standard I/O: Replacing a rectangular selection with the tool’s output triggered access violation errors when trying to undo the change or when trying to close the file.
    View|Byte Value Editor: Byte value editor had needless extra space between the edit controls on high DPI systems.
    When working copies are automatically opened the explanatory message now takes into account whether the option to save working copies every few minutes is on or off; when it is off, EditPad still saves working copies when the computer hibernates or goes to sleep to prevent data loss if it runs out of battery while sleeping.

[close]

http://www.editpadlite.com/
Titel: Kytex Editor 1.2
Beitrag von: SiLæncer am 20 März, 2020, 11:20
(https://i.postimg.cc/zGcq1h0Q/screenshot-2400.png)
A fast and reliable text editor designed as a replacement for Windows embedded clipboard and that packs extra features for editing.

Freeware

Changelog

    New:

    Linux version released (Kytex Editor 1.2 Linux x86)
    Support ANSI, UTF8, UTF16 (LE, BE) and others encoding
    Encoding detection
    Save As/Export: Generate a random File name
    Set to "UTF-8 BOM" to any NEW text document saved

    Add:

    Export As RTF (.rtf)
    Empty Lines Separator (F8)
    Search "selected text" with Google Search Engine
    Check for Updates, File/Open.../DEV extensions, Logs Files
    Page Setup, Print Preview
    Add 7 more languages
    Export As PDF (.pdf)
    0File association : Auto assign *.txt files to KytexEditor.exe
    Goto Line...

[close]

https://sourceforge.net/projects/kytex-editor/
Titel: CudaText 1.97.1.0
Beitrag von: SiLæncer am 20 März, 2020, 17:00
Changelog

    add: plugin Emmet: expand abbreviation also by Tab-key (Tab-key works as usual if there is no abbreviation)
    change: Ctrl+MouseWheel and commands "current document font size..." change editor's font scale by 10% steps, instead of font-size by 1
    add: command "current document font size: reset"
    add: save file history in more compact way

[close]

http://www.uvviewsoft.com/cudatext/
Titel: Notepads 1.1.5.0
Beitrag von: SiLæncer am 21 März, 2020, 09:00
Whats new:>>

    You can now Press Tab or Shift+Tab to adjust the indent on the selected lines.

[Improvements]

    You can now use Tab to switch between Find and Replace search boxes.

https://github.com/JasonStein/Notepads
Titel: BabelPad 13.0.0.3
Beitrag von: SiLæncer am 21 März, 2020, 11:10
(https://s26.postimg.cc/nk8fxilwp/screenshot_1310.png)
BabelPad is a free Unicode text editor and word processor for Windows that supports the proper rendering of most complex scripts, and allows you to assign different fonts to different scripts in order to facilitate multi-script text editing.

Freeware

Changelog

    Changed the application description to "BabelPad - Unicode Text Editor" so it will show up under BabelPad in Task Manager.
    Added a -debug command line parameter which causes BabelPad to write diagnostic messages to a file called "BabelPad.log" in the same folder as BabelPad.exe (must not be in Program Files or else the log file will not be created). If you encounter a reproduceable crash with BabelPad then run BabelPad from the command line with -debug (or create a shortcut with -debug after the target), and send me the resulting log file.
    Now opens files that are locked for writing in read only mode (rather than failing with a sharing violation error message).
    More tweaking of word boundaries.

[close]

http://www.babelstone.co.uk/index.html
Titel: Notepads 1.1.6.0
Beitrag von: SiLæncer am 21 März, 2020, 19:30
(https://i.postimg.cc/DzHrb6Dr/screenshot-1766.png)
Modern, open-source Notepad alternative for Windows 10 that gives the aging text editor a facelift, while also packing additional functionality into a similarly streamlined application.

MIT License

Changelog

    Improvements:

    Editor will not jump to cursor position when switching between apps using Alt+Tab or switching between tabs. Scroll viewer's position will be recovered correctly in future sessions as well.
    Selected count is now more accurate (two characters for Windows carriage return "rn").
    Notepads now remembers previously chosen accent color after switching back from using Windows accent color.
    Added more file icons.

[close]

https://github.com/JasonStein/Notepads
Titel: QOwnNotes 20.3.7 Build 5482
Beitrag von: SiLæncer am 21 März, 2020, 20:30
(https://s26.postimg.cc/hoi1ahlcp/screenshot_978.png)
QOwnNotes is a text editor / notepad replacement with markdown support and todo list manager. The program supports themes, keyboard shortcuts, syntax highlighting, and encryption. Includes available nested file list, tags, search, and more. Optionally works with the notes application ownCloud or Nextcloud.

Cross-platform with clients available for Mac and Linux.

License: GPL

Changelog

    you now can also Ctrl + Click legacy attachment urls like file://attachments/1260976404.pdf in the note editor to open them externally (for #1663)
    added Shona translation (a big thank you to Fabijenna)
        visit QOwnNotes Translation if you want to make QOwnNotes available in more languages or help with the current translation
    added more Italian, Brazilian Portuguese, Khmer, Xhosa, Sinhala, German, Russian translation (thank you Fabijenna, mlocati, mlimacarlos, rakekniven, unchase)

[close]

http://www.qownnotes.org/
Titel: qPad 1.1.3 Build 24
Beitrag von: SiLæncer am 22 März, 2020, 12:20
(https://i.postimg.cc/MHbGsPpc/screenshot-2412.png)
qPad is a simple standalone UTF-8 notetaking and plain text app for windows. It can be a good alternative for Windows' Notepad; just start your paragraph with a Right-to-left language (such as Arabic, Persian, Hebrew, etc) or a RTL Mark to make it right-aligned!

Freeware

Changelog

    If file wasn't loaded in UTF-8 correctly, a list with available encodings shows up.
    Ability to 'replace all' in Find and Replace window.
    Added recent files

    Minor improvements and bugfixes:

    Fixed not replacing new lines in Find and Replace window.
    Changing document's order won't treat as changed.
    Match window shows up focused.

[close]

https://alvandsoft.com/qpad/
Titel: Notepads 1.1.7.0
Beitrag von: SiLæncer am 22 März, 2020, 16:45
Whats new:>>

Fixed an issue where selection range becomes incorrect after quickly changing the line indent serveral times in a row using Tab or Shift+Tab

https://github.com/JasonStein/Notepads
Titel: PilotEdit Lite 13.8.0
Beitrag von: SiLæncer am 22 März, 2020, 20:30
(http://www.pilotedit.com/images/OpenInQuickMode.PNG)
PilotEdit is a text, hex, XML, C/C++, HTML, PHP, Java, Javascript and Perl editor that can edit large files of 400GB (40 billion lines).

It offers customizable syntax and keyword highlighting, advanced search and replace operations, automatic text encoding, 256-bit AES encryption/decryption and a built-in FTP/SFTP client lets you open, edit, download and upload large files directly to/from a FTP/SFTP server.

In addition to standard text editing features, PilotEdit can compare and merge two large files of 100GB (10 billion lines). You can also sort, find/remove duplicate lines and extract strings over a large file of 1GB.

Freeware

Whats new:>>

Provides the ability to add unknown words into selfdefined dictionary.

http://www.pilotedit.com/
Titel: Text Editor Pro 9.0.3
Beitrag von: SiLæncer am 22 März, 2020, 21:30
(https://s26.postimg.cc/hfdkhoj9l/screenshot_896.png)
Text Editor Pro (formerly EditBone) is a powerful text editing tool that comes with syntax highlighting support for over 50 languages and scripts, customizable with over 100 options, 29 ready made styles, a handy file comparison feature, unicode character map, numerical unit convert tool, SQL formatter, and support for multiple directories and search results.

Freeware

Changelog

    Fixed AV in replace after closing all other files
    Fixed execute items dialog
    Fixed file mask in directory
    Fixed Fluent Night skin
    Fixed language editor
    Fixed language files
    Fixed loading of system icons
    Fixed MS-DOS Batch highlighter
    Fixed open dialog initial directory
    Fixed panel minimum height constraints
    Fixed scaling issues
    Fixed selection
    Fixed shortcuts
    Fixed shortcuts dialog closing
    Fixed text compare scroll bar
    Fixed text editor control
    Fixed virtual tree control
    Moved item editing into control popup in find in files and find duplicates
    Updated language files
    Updated and fixed AlphaControls v15.05 - http://www.alphaskins.com/

[close]

https://texteditor.pro/
Titel: MiKTeX 2.9.7386
Beitrag von: SiLæncer am 23 März, 2020, 16:40
(https://i.postimg.cc/rpCxYpK5/MiKTeX.png)
Lightweight and simple-to-use application which enables you to write mathematical, technical or any other type of scientific material.

Freeware

https://miktex.org
Titel: EmEditor Free 19.7.0
Beitrag von: SiLæncer am 25 März, 2020, 10:00
(https://1z9j8fz5fww49iaje1itey71-wpengine.netdna-ssl.com/wp-content/uploads/2013/09/EmEditorFree_Window.png)
EmEditor is a lightning-fast, tabbed text editor with themes, syntax highlighting, stay-on-top, and customizable keyboard mapping. The program supports batch find-and-replace, regular expressions, and more.

The program beat a variety of other text editors in tests performed by TPFC user TP109. Additional features are available via a non-free version.

Free for personal use

Changelog

    New General Features:

    Added the Move/Copy Column(s) command, and it can be selected via the right-click menu on the ruler. Selecting this command brings up a dialog box where you can specify where you want to move or copy selected columns or the current column to.
    Added the Combine Columns command, and it can be selected via the right-click menu on the ruler. Selecting this command brings up a dialog box where you can select whether to concatenate columns or to use the first non-empty value.
    Added an option to combine columns to the Extract Columns and Join CSV commands.
    Greatly improved the speed of multiline search using an improved algorithm and multi-threaded code.

    New Options:

    Added the Move/Copy Columns dialog box.
    Added the Combine Columns dialog box.
    Added the Combine with previous column check box and the Concatenate and Use first non-empty value radio buttons to the Extract Column dialog box.
    Added the Combine with previous column check box and the Concatenate and Use first non-empty value radio buttons to the Join CSV dialog box.

[close]

https://www.emeditor.com/text-editor-features/history/emeditor-free/
Titel: CudaText 1.97.5.0
Beitrag von: SiLæncer am 25 März, 2020, 16:10
(https://s26.postimg.cc/k6wu8qcrt/screenshot_901.png)
Create programming scripts with this powerful tool that supports more than 130 languages and allows users to work concurrently on as many as six groups of projects.

Freeware

Changelog

    Add: option "key_left_right_wrap_with_carets" (to be like EmEditor with multi-carets)
    Add: option "log_sessions"
    Change: file history (caret, bookmarks etc) is now saved to session file *.cuda-session. This makes session files independent from main history.
    Change: Ctrl+MouseWheel and commands "current document font size..." change editor's font scale by 10% steps, instead of font-size by 1
    Add: Emmet: expand abbreviation also by Tab-key (Tab-key works as usual if there is no abbreviation)
    Add: Project Manager: sets its current folder as folder of Open/Save-as dialog
    Add: command "current document font size: reset"
    Add: lexer HTML: default extension is now 'html'
    Add: lexer Bash: minor fix
    Fix: bad work of HTML auto-completion with '<tag attrib=| >' and '<tag attrib="|" >' (thanks @AleXY)
    Fix: bad saving of External Tools plugin hotkeys to keys.json (thanks @AleXY)
    Fix: broken highlight of multi-line strings on editing text after them (thanks @AleXY)
    Fix: invisible file tab in group-2 on loading session (thanks @kvichans)

[close]

http://www.uvviewsoft.com/cudatext/
Titel: YaraEditor 3.4.0.0
Beitrag von: SiLæncer am 25 März, 2020, 20:40
(https://i.postimg.cc/rpGYFbgY/screenshot-2116.png)
Write, compile and test signatures for the Yara tool and determine whether they are compiled correctly to identify malware using this straightforward app.

Freeware

Changelog

    Updated to core 4.2.0
    Libraries update (libzip / sqlite)
    New version manager (network failure proof)
    Flush DNS cache on network domain resolve error
    Fix for XP (libcurl rebuilt)
    Fixed a possible crash in PE parser (VersionInfo)
    Update to roguekillerdll 3.2.0
    Update to roguekillerupdater 3.4.0
    Fixes for early logging
    Minor fixes
    My Account links

[close]

https://www.adlice.com/download/yaraeditor/
Titel: Text Editor Pro 9.0.4
Beitrag von: SiLæncer am 26 März, 2020, 06:00
Whats new:>>

    Fixed AlphaControls
    Fixed menubar options
    Fixed scaling
    Fixed text compare

https://texteditor.pro/
Titel: RisohEditor 5.3.5
Beitrag von: SiLæncer am 26 März, 2020, 16:20
(https://i.postimg.cc/8P4z4Swt/screenshot-799.png)
"RisohEditor" is a free resource editor for Win32 development, created by Katayama Hirofumi MZ. RisohEditor realized the ideal of resource editor. "Risoh" means "ideal" in Japanese. RisohEditor can add, edit, extract, clone and remove the resource data in EXE/DLL files. You can edit Windows resources (Dialogs, Menus, Icons, Cursors, String Tables, Message Tables etc.) by using RisohEditor.

NOTICE: Please avoid installing in "C:\Program Files" or "C:\Program Files (x86)". Because the resource compiler (windres) doesn't accept space character in the file path.

Freeware

Whats new:>>

    Improve Italian translation.
    Fix needless save confirmation.

https://katahiromz.web.fc2.com/re/en/index.html#intro
Titel: Kytex Editor 1.3
Beitrag von: SiLæncer am 27 März, 2020, 10:45
(https://i.postimg.cc/zGcq1h0Q/screenshot-2400.png)
A fast and reliable text editor designed as a replacement for Windows embedded clipboard and that packs extra features for editing.

Freeware

https://sourceforge.net/projects/kytex-editor/
Titel: Mark Text 0.16.0 Final
Beitrag von: SiLæncer am 27 März, 2020, 11:20
(https://i.postimg.cc/zfd3DrjN/Mark-Text.png)
Take notes or markdown code that you format and preview in real time and then export to HTML or PDF using this straightforward tool.

MIT License

Changelog

Breaking Changes:

    Temporary disabled hardware acceleration (GPU) on Linux with Wayland due to rendering issues with the frameless window.

Feature

    Added experimental spellchecker (#1424)
    Allow custom fonts in settings via font family picker (#1107)
    Allow cycle through tabs via shortcuts (#1124)
    Allow to close tabs by mouse middle click (#1266)
    Added export and print options (#1511)
    Added Windows jump list entries (#1503)
    Added file encoding support (#1438)
    Added support for TOML and JSON front matter (#1402)
    Added menu for tabs by @kenyx89 (#1434)
    Feat: Support inline image and small image (#1094)
    Feature: github uploader can customize branch (#1328)
    Search image by unsplash (#1333)
    Feature: resize image and toggle inline and block image (#1335)
    Feature: parse page title when paste a link (#1344)
    Feature: add link tools: unlink and jump (#1357)
    Feature: support GFM auto link and auto link extension (#1421)
    Support RegExp search and replace in file edit. (#1422)
    Feature: support markdown extension superscript and subscript (#1531)
    Feature: CTRL/CMD+SHIFT+F opens sidebar and focuses on "search in folder" (#1311)
    Feature: add highlight menu item (#1532)
    Support footnote (#193, #1568)

Optimization

    Added loading animation during startup
    Added alt accelerator on Linux and Windows (#1254)
    Added per-tab notifications for file changes
    Optimized package size and startup time
    Prevent parse a url as link (#1301)
    Add loading page when init app (#1303)
    Search input now searches on keypress @Illyism (#1306)
    Search shows open folder warning, no results text and errors @Illyism (#1312)
    Reordered font settings to show editor and source-code font settings at the top. (#1204)
    Add whether to trim the beginning and end empty line of code block, add setting option, the default value is trim the empty line. (#1378)
    Optimization of code block (#1445)
    Optimization of table block (#1456)
    Add tooltip to format tool bar (#1516)

Bug fix

    Fixed recommend title exception when heading contains spaces only (#1281)
    Fixed main process exception (#1284)
    Fixed application freeze when using PageDown/PageUp in special cases (#655)
    Fixed HTML paste handler (#1271)
    Fixed save all tab order (#1349)
    Fixed additional page that may was added due to padding (#1480)
    Fixed recently directories (#1486)
    Fixed invalid screen area on Windows (#1474)
    Fixed UTF-BOM file loading issue (#1438)
    Fixed multiple potential issues with menu entries (#1437)
    Fixed display issues with long text in source-code editor (#1427)
    Fixed issue that keybindings.json was not respected (#1406)
    Fixed settings checkbox width by @mdogadailo (#1471)
    Fixed line transformer and tooltip arrow style by @mdogadailo (#1441, #1443)
    Fixed HTML pre tag style in preview editor by @mdogadailo (#1441, #1443)
    Fixed vega-lite render error (#1295)
    Fixed correct url when there are pair brackets in link url or image src (#1308)
    Fixed update paragraph menu item task list error (#1331)
    Fixed #1299 add system emoji fallback fonts (#1348)
    Numbered list styles change when exporting PDF (#1145)
    Fixed error with text input (#1324)
    Fixed delete unintended content when <> exists (#1336, #1366)
    Fixed new check list items are already checked (#1267)
    Fixed the last empty line in code block disappear (#1265)
    Fixed linked images are not rendered (#1297)
    Fixed checkbox text not aligned with box (#1135)
    Fixed XSS security vulnerability when parsing inline HTML (#1390)
    Exception when deleting code block identifier (#1231)
    Fixed sidebar overflow due to opened files (#1391)
    Fixed sometimes the table of contents is not cleared after the document is closed (#1249)
    GitHub image uploader cannot be set as default uploader (#1247)
    Fixed Side bar show html and pdf files when add new html, pdf files to opened folder (#1401)
    Fixed image is missing if change to source code mode (#1337)
    Fix: #1061 no need to auto pair in inline code (#1423)
    Fix: #1218 backspace error in table cell (#1425)
    Fixed unable to open markdown file by command line (#1429)
    Fix: #1418 Set file watch option usePolling to true on macOS (#1430)
    Fix the download section anchor @heytitle (#1440)
    Fix: wrap long lines and a little bit of padding for pre element (#1470)
    Regression: math block edit and preview box (#982)
    Cannot reach first line of code block (#1460)
    Failure when writing HTML in preview editor (#1464)
    Backspace key error when cursor at the beginning of header (#1509)
    Fix some grammar or spelling errors (#1524)
    Content is still editable when dialog is shown (#1489)
    Fixed error: Cannot read property 'webContents' of undefined (#1508)
    Document can't be exported when inline formulas are in other blocks than paragraph (#1522)
    Wrong task-list item alignment (#1540)

[close]

https://github.com/marktext/marktext
Titel: VNote 2.9
Beitrag von: SiLæncer am 28 März, 2020, 18:30
(https://s26.postimg.cc/871od8huh/screenshot_1147.png)
Peculiar yet interesting, open source piece of software that sports both Markdown editing capabilities and note management features.

MIT License

Whats new:>>

    Upgrade to MathJax v3;
    Support e command in Vim mode; (@gydeng)
    Fix start issue on macOS (no need to add -m option);

https://tamlok.github.io/vnote/
Titel: Mark Text 0.16.1
Beitrag von: SiLæncer am 28 März, 2020, 18:50
(https://i.postimg.cc/zfd3DrjN/Mark-Text.png)
Take notes or markdown code that you format and preview in real time and then export to HTML or PDF using this straightforward tool.

MIT License

Whats new:>>

Fix: Settings page, editor settings style are messed up

https://github.com/marktext/marktext
Titel: QOwnNotes 20.3.8 Build 5490
Beitrag von: SiLæncer am 29 März, 2020, 17:30
(https://s26.postimg.cc/hoi1ahlcp/screenshot_978.png)
QOwnNotes is a text editor / notepad replacement with markdown support and todo list manager. The program supports themes, keyboard shortcuts, syntax highlighting, and encryption. Includes available nested file list, tags, search, and more. Optionally works with the notes application ownCloud or Nextcloud.

Cross-platform with clients available for Mac and Linux.

License: GPL

Changelog

    added experimental global keyboard shortcut support (for #44)
        Meta + Shift + N will now create a new note
    no 2nd backtick will now be entered if you enter one at the end of a word with an US keyboard layout (for #111, thank you @Waqar144)
    fixed a build problem under Qt 5.15 (for #1666, thank you @data-man)
    added more Indonesian, Catalan, Khmer, Sinhala, Shona, Dutch, Hungarian, Danish, Spanish, Brazilian Portuguese, German, Russian, Italian translation (thank you zmni, MGuerra, Fabijenna, richarson, mlimacarlos, rakekniven, unchase, tiwi90)

[close]

http://www.qownnotes.org/
Titel: Notepad3 5.20.305.2 RC
Beitrag von: SiLæncer am 29 März, 2020, 18:50
(https://s26.postimg.cc/hqfjo9ard/screenshot_1232.png)
Notepad3 is a lightweight piece of software that overcomes some of the well-known limitations of Windows standard text editor while providing syntax highlighting support.

Freeware

Changelog

NEW:

    Fix DPI scaling of Toolbar bitmaps (avoid slicing by rounding errors).
    “Open with Notepad3” Right-Click in Explorer Context Menu (install/setup version).
    In About Resources: Data Sharing Service from https://workupload.com/.
    Automatic scrolling when dragging selected text near window edge (SCI).
    break rectangular selection into multiple selection on end-of-lines (move caret).
    Infos of screen/display/dpi for “Copy Version Info” button.
    Preserve stream selection in file history (w/ text position remembering).
    Language dependent status bar abbreviations.
    Copy directory to clipboard and Open path in explorer.
    Toggle menu bar option.
    Add Lexicographical Line Sort Order.
    CSV Prism Color Lexer.
    Preserve File Modification Date/Time: Option stays until new session is started.
    Save with Original File Date/Time – Ctrl+Alt+F6.

CHANGES:

    Update “KeyboardShortcuts.txt”.
    Split undo typing sequence by line-breaks default -> true.
    Add file history to recent docs (taskbar) jumplist.
    NP3 INI file read/write using file locking (shared read / exclusive write) for multiple instances.
    Reset build-of-the-day number in AppVeyor on new day.
    Change version numbering of build_# (the build number is now daily based).
    Remove AppVeyors build number, add build-of-the-day number, add short version of commit/local build ID.
    Accelerator key remapping: move line up/down vs. jump folds.
    Separate auto esc’d control chars from “transform backslashes” switch in find/replace dialog.
    Increase encoding detection confidence threshold to 92%.
    Finetuning of Single Byte Char Set (SBCS) detection.
    Add current Encoding and Lexer to “Copy Version Text”.
    Lexer keyword initializer list simplified.
    Find/Replace dialog: in case of “transform backslashes” do Esc control seqs.
    Upper confidence level for UCHARDET to: “AnalyzeReliableConfidenceLevel=92”.
    UCHARDET: Enhanced confidence calculation for Single Byte Character Set (SBCS).
    Replace std messagebox “save modified file warning” by (silent) custom messagebox if message beeps are muted.
    Don’t Auto-Close blank untitled document, only empty untitled document.
    Encoding detection fallback: if “Load ASCII as UTF-8” is checked use UTF-8 (if valid) else current ANSI code-page.
    Use Ctrl+Shift+L for toggle “Menu: Reuse Window” option.
    Inversion of Accelerator key Ctrl+Alt+L with Ctrl+Shift+L.
    Change wording “Administrator” to “Elevated”.
    Hidden “ExitOnESCSkipLevel” feature (Exit on ESC can ignore a selection).
    ESC Key clears active selection (not exiting Notepad3 if configured) (Config: ExitOnESCSkipLevel=2).
    Set large file size limit to 2GB (INT32_MAX).
    Set big file size limit warning to 64MB (syntax highlighting is switched off) (Config: FileLoadWarningMB=64).
    New Notepad3 Icon (Notepad3 icon by Vexels.com designed by smanashova@gmail.com).
    Initial default big toolbar only for monitors > Full-HD.
    Copy to clipboard instead of insert (filename, path, GUID).
    Option [Settings2] LexerSQLNumberSignAsComment.
    Option [Settings2] LineCommentPortfixStrg= e.g. add a space to comment chars.
    Option [Settings2] NoCopyLineOnEmptySelection and NoCutLineOnEmptySelection.
    Appearance of INFOBOX4 (MB_YESNOCANCEL).
    Thin rectangular (multi) selection after toggling line-comment block for multi insertion.
    Full Work Area Mode (F11) -> Full Screen Mode (Maximize window if “full work area” is requested).
    Ctrl+Alt+Enter AutoCompletion behavior.
    Menu and behavior for copy/paste and copy/paste line.
    Allow each modification step to split undo typing sequence (set timeout 0 < to < 20ms).
    Split undo typing sequence (by line-breaks and/or timeout) (UndoTransactionTimeout=0, LnBrk via Menu).
    Update Oniguruma Regex (ONI) engine version 6.9.5 (2020/01/28).
    Update Scintilla Library (SCI) version 4.3.2 (2020/03/06).

ENHANCEMENT:

    Load files larger than 2GB (64-bit) – Limit to 4GB (Scintilla problems).
    Parameter to set document limit for big files (switch off highlighting).
    ScintillaWin: IMEJPCancelAction (SCI).
    File locking mechanism (.ini-file) to avoid multi process file write race conditions.
    Menu entries for move line and folding control.
    Multi-line Search Find/Replace.
    Apply Start Case to AutoHotkey Lexer.
    Change to 1-pass (file open/close) to save settings in Notepad3.ini.
    Enclosing selection with HTML-Tag – Remember last pattern (session).
    Repeat selection enclosing (HTML-Tag) n-times control.
    Hyperlink detection for Unicode.

FIXES:

    Review scroll behavior for context menu.
    Stop scrolling on context menu click.
    Don’t use analysis hint UTF-8, if file is invalid UTF-8.
    Configurable default ANSI code-page (locale) detection bonus.
    No AutoCompletion on empty words (busy loop bug).
    DPI Scaling Toolbar and DPI scaling selection mode.
    Common controls will use preferred/available MUI language.
    Sticky window position handling.
    Initial, default and current window position handling.
    Debug assertion (isspace() called on non ASCII char).
    Correct return result of Styles export.
    Scintilla method declaration.
    Move hardcoded lexer <-> filename (w/o .ext) associations to configurable scheme (regex def).
    Drag&drop rectangular selection shuffles chars.
    Paint() hangs due to unnecessary LockWindowsUpdate().
    Drag&drop selection should use configured slop settings.
    Internal file-history submitted to taskbar JumpList.
    Load files larger than 2GB (64-bit) – Limit to 4GB (Scintilla problems).
    Automatic scrolling when dragging text near window edge: make caret visible after drop.
    No styling for big/large files (loading speedup and UI responsiveness).
    Esc skip level on rect/multi-selection.
    Avoid caret jump on cancel multi-selection (esc).
    In case of “Transform BS”, swallow single slashes not related to a ctrl-char.
    Handling of default settings for deprecated ‘SciDirectWriteTech=…’
    Concurrent access to .ini-File (lock file).
    Caret virtual space movement options: remove “SCVS_NOWRAPLINESTART”.
    Jump to selection “start/end” operations.
    Word lists for LUA Lexer.
    Line Comment (Toggle) for NIM Lexer.
    Slow indentation (TAB/BACKTAB).
    AutoCompletion box.
    Find/Replace Dialog behavior.
    Transform backslashes while pasting into search/replace box.
    Some issues for lexers: YAML and JSON.
    Clipboard multi-line paste hook for Find/Replace pattern CB.
    Allow multi-line Search Find/Replace pattern.
    IME color and IME color styler.
    Wrong language reference for lexer : “Tag”.
    “Recent Files” History handling.
    URL Encode/Decode (according to RFC 3986) for (Win7 API).
    Win7 “procedure entry point “SetCoalescableTimer()” could not be located.
    Wrap to Column – default=80.
    Preserve file modification time option on elevated.
    Elevated relaunch after encoding change.
    Sub dialog centering in multi monitor environment.
    Modern style message box icons.
    System MessageBox() for “not saved” warning on modified files.
    Oniguruma RegEx engine: respect EOL mode on encoding type.
    Wrong encoding detection settings for explicit config .ini-File load.
    Disable HyperLink calltip on ESC, as long as caret is in hyperlink text range.
    Crash on very large file size (rejecting too big files).
    Batch lexer: handle comment after ampersand(&) command sequence.
    Bug in replace on single step find/replace.
    Convert to Hex and vice versa: work on (stream-)selection (original source by ZuFuLiu).
    Comparison warning: signed/unsigned mismatch.
    Canonical ini-file style section order for settings from scratch.
    Prevent concurrent settings-file-access (re-launch elevated).
    Small fixes on “Relaunch Elevated” functionality.
    Minor fixes for window positioning by cmdline parameter.
    Minor correction of HotKey.
    Ctrl+Shift-C/X and Paste behavior.
    Markdown highlight overflow.
    Redo initial selection after replace (ins/del).
    Hyperlink Regex detection and Update visible indicator issue.
    Correct resource id for language sk-SK.
    Insertion handling: keep selection if non empty selection is replaced.
    TAB behavior after multi-selection undo sequence.
    Encoding tag insertion (Ctrl+F8).
    Division by zero exception (indentation and tab width).
    Selection undo/redo in case of “lean” change notify event.

REMOVED:

    Ctrl+Shift+Alt+F (Code Folding) no longer works from Windows 10 19H1 1903.

TRANSLATIONS (MUI):

    Afrikaans (af-za).
    Belarusian (be-by).
    Chinese Simplified (zh-cn).
    Dutch (nl-nl).
    English (en-gb).
    French (fr-fr).
    German (de-de).
    Hungarian (hu-hu).
    Italian (it-it).
    Japanese (ja-jp).
    Korean (ko-kr) (to resume…).
    Polish (pl-pl).
    Portuguese Brazilian (pt-br) (to resume…).
    Russian (ru-ru).
    Slovak (sk-sk) (to resume…).
    Spanish (es-es).
    Swedish (sv-se).
    Turkish (tr-tr) (to resume…).

[close]

http://www.rizonesoft.com/downloads/notepad3/
Titel: Notepads 1.1.8.0
Beitrag von: SiLæncer am 29 März, 2020, 20:20
(https://i.postimg.cc/DzHrb6Dr/screenshot-1766.png)
Modern, open-source Notepad alternative for Windows 10 that gives the aging text editor a facelift, while also packing additional functionality into a similarly streamlined application.

MIT License

Whats new:>>

    Improvements:

Always-on acrylic background now applies to both light and dark mode.
Added tab separator (Visual update).
Support opening files inside WSL environment (type: powershell.exe -c notepads ).
Added "Mouse middle button + Wheel" shortcut to quickly change horizontal scrolling.
Updated Ctrl + L/R shortcut to change full text flow direction (LTR <-> RTL).

https://github.com/JasonStein/Notepads
Titel: PSPad 5.0.4 Build 385 Dev
Beitrag von: SiLæncer am 30 März, 2020, 10:40
(http://images.six.betanews.com/screenshots/1076948037-1.png)
PSPad is a universal freeware editor. There is no complex install process; the program is ready to work immediately, without requiring customization. It supports many file types and languages, with syntax highlighting. There are macros, clip files and templates to automate repetitive activities. An integrated HEX Editor, Project support, FTP Client, Macro Recorder, File Search/Replace, Code Explorer, code page conversion, are just some of the many possibilities that PSPad can offer you.

Freeware

Changelog

    Fixes:

    FTP - exception when click on the arrow next FTP connection button
    Program settings / System integration. If TXT wasn't assigned to PSpad, PSpad always returned Notepad with Program settings confirmation
    User highlighter - variables with '_' char

[close]

http://www.pspad.com/
Titel: QOwnNotes 20.3.9 Build 5498
Beitrag von: SiLæncer am 30 März, 2020, 22:00
Changelog

    you can now also manage global keyboard shortcuts in the Shortcuts settings (for #44)
        there you can set a global shortcut to every action of the main menu, including custom scripting actions
        you can also search for global shortcuts in the Search for shortcut line edit
        by default there are no global shortcuts activated
    there now is a new property relativeNoteFileDirPath for notes in the scripting engine (for #1667)
        for more information please take a look at the Note scripting documentation
    there now is a new property createNewNoteSubFolder for mainWindow in the scripting engine that creates a new note subfolder in the current subfolder (for #1667)
        for more information please take a look at the Mainwindow scripting documentation
    fixed a possible crash on entering a backtick character (for #114, thank you @Waqar144)

[close]

http://www.qownnotes.org/
Titel: QOwnNotes 20.4.0 Build 5501
Beitrag von: SiLæncer am 31 März, 2020, 22:00
Changelog

    you now can show and hide the application window with a new action Show/Hide application in the Window / Show menu (for #1324)
        this should work with and without enabled tray icon
        assign a global keyboard shortcut to the action in the Shortcuts settings to make use of it properly
    added more Spanish, Russian, Swedish, German, Italian, Galician, Greek, Hausa, Albanian, Arabic, Basque, Bengali, Bosnian, Bulgarian, Cebuano, Chinese Simplified, Dutch, Estonian, Filipino, Finnish translation (thank you richarson, unchase, druus, rakekniven, tiwi90, Fabijenna)

[close]

http://www.qownnotes.org/
Titel: Notepads 1.1.9.0
Beitrag von: SiLæncer am 01 April, 2020, 12:00
Whats new:>>

    New features:

    Find and Replace now supports "Find Previous" (Shift+F3).
    Added "Right-to-Left Reading order" button in context menu for switching between LTR and RTL mode (Ctrl+L/R will do the same).

    Improvements:

    Your current selected text or selected word will be set as default search string when opening Find and Replace control.
    You can now use F3/Shift+F3 to quickly search thru document even when Find and Replace control is hidden.
    Automatically indent on new lines with "Enter" or "Shift+Enter" ("Ctrl+Enter" or "Alt+Enter" will not add indentation in case you needed).

https://github.com/JasonStein/Notepads
Titel: QOwnNotes 20.4.1 Build 5504
Beitrag von: SiLæncer am 01 April, 2020, 20:50
Whats new:>>

    you can now use the Meta key in keyboard shortcuts in the Shortcuts settings (for #1671)
        if you have troubles with a 2nd Meta key showing up while entering the shortcut you can press Enter or Escape to finish the shortcut entering
    added more Catalan translation (thank you MGuerra)

http://www.qownnotes.org/
Titel: Alternate Text Browser 3.710
Beitrag von: SiLæncer am 02 April, 2020, 10:10
(https://i.postimg.cc/TYy7wJVb/screenshot-1429.png)
This program makes it easy to browse through text- and html-files (also xml), syntax highlighting for serveral programming languages available (C++, Pascal, PHP, Perl, ASM, JScript etc.).

Freeware

Whats new:>>

MathSolver 1.650 added

http://www.alternate-tools.com/pages/c_textbrowser.php?lang=ENG
Titel: CSVed 2.5.4
Beitrag von: SiLæncer am 02 April, 2020, 18:50
(https://i.postimg.cc/jS9jt288/screenshot_627.png)
Editor zum Bearbeiten von CSV-Dateien; erlaubt das Editieren der Feldinhalte sowie das Bearbeiten der Tabellenstruktur; kann unter anderem Zeilen, Spalten und Dateien verbinden, Doppeleinträge entfernen und markierte Felder in eine eigenständige CSV-Datei exportieren; exportiert in die Formate HTML, XML, XLS und DOC

Freeware

What's new: >>

Some small corrections.

http://csved.sjfrancke.nl/index.html
Titel: BabelPad 13.0.0.4
Beitrag von: SiLæncer am 03 April, 2020, 10:45
(https://s26.postimg.cc/nk8fxilwp/screenshot_1310.png)
BabelPad is a free Unicode text editor and word processor for Windows that supports the proper rendering of most complex scripts, and allows you to assign different fonts to different scripts in order to facilitate multi-script text editing.

Freeware

Changelog

    Fixed bug that caused BabelPad to crash on start if the edit area had been reduced to nothing when previously closed.
    Added an option to choose the system of Tangut reconstructed readings to use by default.
    Added default reconstructed reading for Tangut characters on the status bar.
    Added conversion from Tangut characters to reconstructed readings (Tangut submenu from the Convert menu; new button on the Langauges toolbar; or Ctrl+Shift+G).
    Fixed treatment of Zero Width Space in calculating word breaks.

[close]

http://www.babelstone.co.uk/index.html
Titel: Notepads 1.2.0.0
Beitrag von: SiLæncer am 05 April, 2020, 09:50
Whats new:>>

    Improvements:

Improved texture appearance of the acrylic background.
Slightly reduced color intensity of the text in dark mode.

https://github.com/JasonStein/Notepads
Titel: YuranPad 1.4
Beitrag von: SiLæncer am 05 April, 2020, 20:50
(https://i.postimg.cc/NMXJggcr/screenshot-2437.png)
YuranPad is a free plain text editor, for both platforms : Microsoft Windows 7/8/10/XP/Vista/2003 and Linux (distributions like : Mint, Debian, Ubuntu, Centos, Redhat, Fedora, ...). It was released on 2020 as an alternative for Notepad (witch is installed by default in all versions of Windows).

Freeware

Whats new:>>

    Export to PDF, DOCX, RTF, ODT
    File Backup
    File Encoding detection
    Search "selected text" with Google Search Engine

https://sourceforge.net/projects/yuranpad/
Titel: Brackets 1.14.2-17770
Beitrag von: SiLæncer am 06 April, 2020, 11:50
(https://s26.postimg.cc/4oi0g59zt/screenshot_535.png)
Easy-to-use HTML editor and code generator with support for CSS and JavaScript, featuring a live preview function, syntax highlighting and autocompletion.

License : Open Source

Release Notes
   

Open File in external Applications: Brackets now offers support to open file of any arbitrary type with external applications. In User Preferences settings, you can associate a file extension to open with the default associated application or open with a specific application.
Automatically associate Graphics file types to its OS default application: If an opened project folder has any graphics file of type: [“xd”, “jpg”, “jpeg”, “svg”, “ai”, “png”, “psd”], then with user’s consent Brackets will associate these graphics file types with its OS default associated application and record this under user preference settings under the category “externalApplications”.

[close]

http://brackets.io/
Titel: BowPad 2.5.1
Beitrag von: SiLæncer am 07 April, 2020, 17:45
(https://s26.postimg.cc/h0ofzpokp/screenshot_1153.png)
BowPad is a small and fast text editor with a ribbon user interface and syntax highlighting.

Features:

syntax highlighting for over 100 file types and languages
handling of many different encodings, including UTF-8, UTF-16 and even UTF-32
easy ribbon user interface
navigation hints in the vertical scrollbar
coloring of open tabs according to their path
extendable with plugins written in jscript or vbscript

Freeware

Whats new:>>

Update the version check file.

http://stefanstools.sourceforge.net/BowPad.html
Titel: Notepads 1.2.1.0
Beitrag von: SiLæncer am 07 April, 2020, 20:20
(https://i.postimg.cc/DzHrb6Dr/screenshot-1766.png)
Modern, open-source Notepad alternative for Windows 10 that gives the aging text editor a facelift, while also packing additional functionality into a similarly streamlined application.

MIT License

Whats new:>>

    Improvements:

Now you should be able to close the settings panel by hitting "Esc" button on the keyboard.

https://github.com/JasonStein/Notepads
Titel: QOwnNotes 20.4.2 Build 5509
Beitrag von: SiLæncer am 08 April, 2020, 06:00
(https://s26.postimg.cc/hoi1ahlcp/screenshot_978.png)
QOwnNotes is a text editor / notepad replacement with markdown support and todo list manager. The program supports themes, keyboard shortcuts, syntax highlighting, and encryption. Includes available nested file list, tags, search, and more. Optionally works with the notes application ownCloud or Nextcloud.

Cross-platform with clients available for Mac and Linux.

License: GPL

Changelog

    you can now choose to show your note folders in your Note folders panel as buttons in the Panels settings (for #1676)
        you can use this button list vertically or horizontally, the buttons will float to the next line if there is no space left
    some title bar improvements were made (for #1677)
        if more than one note folder exists then the name of the current note folder will be shown in the title bar
        if a session was set with the --session cli parameter then it will be shown in the title bar
    added more German, Zulu, Shona, Maori, Xhosa, Filipino, Icelandic, Malay, Serbian (Cyrillic), Vietnamese, Finnish, Indonesian, Irish, Slovak, French, Japanese, Slovenian, Galician, Norwegian, Albanian, Arabic, Basque, Bengali, Bosnian, Khmer, Persian, Bulgarian, Swedish, Polish, Greek, Cebuano, Korean, Portuguese, Tagalog, Turkish, Chinese Simplified, Hausa, Ukrainian, Chinese Traditional, Punjabi, Hebrew, Kurdish, Latvian, Croatian, Urdu (Pakistan), Romanian, Czech, Hindi, Lithuanian, Uzbek, Danish, Estonian, Macedonian, Hungarian, Dutch translation (thank you Fabijenna)

[close]

http://www.qownnotes.org/
Titel: Google Web Designer 8.0.1.0401
Beitrag von: SiLæncer am 08 April, 2020, 16:45
(https://i.postimg.cc/t4kxrGLC/screenshot-2067.png)
Google Web Designer allows you to create engaging, interactive HTML5-based designs and motion graphics that can run on any device. Let us handle the HTML5 and CSS3 so you're free to focus on what you love to do: creating gorgeous visual experiences. A full design suite lets you easily bring any vision to life. If you're feeling more hands-on, all the code behind your designs is hand-editable, so you're never locked out of your own work. Your ideas are now amplified by code - not restricted by it.

Freeware

Changelog

Components

    Image Effect component now works in older browser versions.
    Fixed missing "Image Effect" header in the Properties panel of the Image Effect dialog.
    Fixed runtime error in the Sprite Sheet component.
    Copying and pasting the Transition Gallery component across documents now also correctly copies the images.

File operations

    Fixed issue creating or opening a file with an ampersand (&) character in the file path.
    Fixed issue where disk monitoring was unable to save recovered documents.

Other

    Fixed "This app isn't verified" error when publishing to Google Drive.
    Fixed issue where GreenSock libraries couldn't be included in Code view if another document was open.
    "Hostpage scroll" event is now only listed in the Event dialog for ads with an environment of "Display & Video 360".


[close]

http://www.google.com/webdesigner
Titel: QOwnNotes 20.4.3 Build 5512
Beitrag von: SiLæncer am 09 April, 2020, 20:50
Whats new:>>

    when right-clicking a note in the note list and clicking Open note in different window you can now also show a preview of your note instead of the note text (for #1678)
    added more Catalan, German, Spanish, Albanian, Khmer, Arabic, Korean, Basque, Kurdish, Bengali, Latvian, Bosnian, Lithuanian, Bulgarian, Macedonian, Cebuano, Malay, Norwegian, Chinese Simplified, Romanian, Chinese Traditional, Serbian (Cyrillic), Croatian, Slovak, Czech, Slovenian, Estonian, Swedish, Filipino, Turkish, Finnish, Ukrainian, Galician, Urdu (Pakistan), Greek, Uzbek, Hausa, Vietnamese, Hebrew, Hindi, Icelandic, Indonesian, Dutch, Irish, Hungarian, Danish, Japanese, Italian, Russian translation (thank you MGuerra, rakekniven, richarson, Fabijenna, tiwi90, unchase)

http://www.qownnotes.org/
Titel: HostsCK 2.2.9.0
Beitrag von: SiLæncer am 10 April, 2020, 18:20
(https://s26.postimg.cc/931bwfpi1/screenshot_343.png)
Seamlessly access and edit Windows' Host file so you manage the list of blocked and allowed websites more efficiently via this application.

Freeware

Changelog

    What’s changed:

    Improved: The way HostsCK starts has been completely re-written. This makes for a slightly
    faster start time but more importantly reduces the chance of errors.
    The read time for reading the Hosts remains the same
    Improved: Search for duplicate entries has been made more compatible with Windows 10.
    Some users were getting errors and a program crash. If that happens now HostsCK will check
    for duplicates in a safer way but the GUI will become unresponsive
    Improved: The language changer is completely re-written and you can now download new
    language files or updates to languages if available
    Improved: Textbox right-click menu detects if selected text can be saved to the saved sites
    or added to the whitelist more logically
    Improved: GetIP returns only an IPv4 IP address not IPv6 if IPv6 is enabled on users computer
    Improved: The way HostsCK comes out of full mode and when exiting the built in browser has
    been re-written so that the transition to the forms normal state is smoother
    Added: A setting to keep the Hosts writable (Settings > Misc). Useful if your VPN needs
    to be able to write to the Hosts
    Added: Disable auto adding 0.0.0.0 or 127.0.0.1 to a new line from the right-click menu
    Added: Ctrl+F in the main text box gives focus to the search box
    Added: Ctrl+S in the main text box saves the Hosts file. Can be changed in Settings > Input
    Added: American language file. (Thanks Chris Newman)
    Changed: About form re-designed
    Removed: HostsCK no longer checks for Windscribe VPN and keeps the Hosts writable if it is
    detected. This was meant as a temporary fix for several users before the release of version 2.2.9
    Removed: Delete cookies setting

    What’s fixed:

    Fixed: HostsDE not updating the Hosts under certain conditions
    Fixed: HostsDE not adding whitelist when updating the Hosts
    Fixed: Edits to the Hosts file were ignored after using the search function. (Thanks Виталий)
    Fixed: Bug that prevented HostsCK checking for updates to the Microsoft Extra blocks list
    Fixed: If HostsCK disabled the Hosts file and a VPN created one, HostsCK could not re-enable
    the Hosts. HostsCK will now enable the Hosts from the dis file but changes made by the VPN
    while disabled will be lost
    Fixed: “Search Next” button text could be missing. (Thanks Liz)
    Fixed: Write error when saving a site to the whitelist (Thanks Francis Béringer)

[close]

http://redisoft.uk/hck/
Titel: QOwnNotes 20.4.4 Build 5522
Beitrag von: SiLæncer am 11 April, 2020, 18:30
Whats new:>>

Some improvements for possible "cursor jumping to the top" issues were made (for #1681)

http://www.qownnotes.org/
Titel: BirdFont 3.33.3
Beitrag von: SiLæncer am 12 April, 2020, 10:20
(https://s26.postimg.cc/rd1s4grdl/screenshot_137.png)
BirdFont is a free font editor that lets you create vector graphics and export TTF, EOT & SVG fonts.

License: Open Source

Latest Changes:>>

Solve problems in OpenType-SVG fonts.

http://birdfont.org/
Titel: Notepad3 v5.20.411.2
Beitrag von: SiLæncer am 12 April, 2020, 18:20
(https://s26.postimg.cc/hqfjo9ard/screenshot_1232.png)
Notepad3 is a lightweight piece of software that overcomes some of the well-known limitations of Windows standard text editor while providing syntax highlighting support.

Freeware

Whats new:>>

Executables and dll’s are now signed.

https://www.rizonesoft.com/downloads/notepad3/
Titel: VNote 2.9.1
Beitrag von: SiLæncer am 12 April, 2020, 20:30
(https://s26.postimg.cc/871od8huh/screenshot_1147.png)
Peculiar yet interesting, open source piece of software that sports both Markdown editing capabilities and note management features.

MIT License

Whats new:>>

Let's try to make VNote run on macOS.

https://github.com/tamlok/vnote
Titel: Text Editor Pro 9.1.0
Beitrag von: SiLæncer am 12 April, 2020, 22:00
(https://s26.postimg.cc/hfdkhoj9l/screenshot_896.png)
Text Editor Pro (formerly EditBone) is a powerful text editing tool that comes with syntax highlighting support for over 50 languages and scripts, customizable with over 100 options, 29 ready made styles, a handy file comparison feature, unicode character map, numerical unit convert tool, SQL formatter, and support for multiple directories and search results.

Freeware

Changelog

    Added context menu shell extension (separated DLL file download)
    Added completion proposal options
    Added cut, copy, and paste for hex editor
    Fixed completion proposal
    Fixed Dark color theme
    Fixed INI file loading
    Fixed JSON highlighter
    Fixed vertical scroll when ruler is shown
    Fixed close all other output tabsheets
    Fixed language files

[close]

https://texteditor.pro/
Titel: QOwnNotes 20.4.5 Build 5535
Beitrag von: SiLæncer am 13 April, 2020, 09:40
Whats new:>>

    fixed the time formats link in the Editor settings (for #1685)
    now an error message in the log is shown if renaming of a note subfolder fails (for #1683)
    fixed note linking with sub-folders if the note folder is outside of the application directory in portable mode (for #1682)
    added more German, Russian, Italian translation (thank you rakekniven, unchase, tiwi90)

http://www.qownnotes.org/
Titel: Alternate Text Browser 3.720
Beitrag von: SiLæncer am 13 April, 2020, 10:20
(https://i.postimg.cc/TYy7wJVb/screenshot-1429.png)
This program makes it easy to browse through text- and html-files (also xml), syntax highlighting for serveral programming languages available (C++, Pascal, PHP, Perl, ASM, JScript etc.).

Freeware

Whats new:>>

    Internal corrections
    Calculator 3.490, MathSolver 1.660, Memo 3.110

http://www.alternate-tools.com/pages/c_textbrowser.php?lang=ENG
Titel: ProgramEdit 4.9.3
Beitrag von: SiLæncer am 13 April, 2020, 16:50
(https://s26.postimg.cc/wcabyxqq1/screenshot_58.png)
ProgramEdit - a free Windows® software source-code editor. ProgramEdit includes language support for HTML, Ada, C/C++, C#, CSS, JAVA, JavaScript, Perl, PHP, Python, Ruby, VB, VBScript, Verilog, VHDL and Batch(.bat) files. Other features include tabbed file selection, text highlighting, find & replace, regular expressions, sesssions, bookmarks, multiple undo/redo and hyperlinks.

Freeware

Whats new:>>

    Add Settings icon
    Fix minor bugs in Paste, UnDo and Insert Character
    Update Help files

http://simplesolverlogic.com/index.html
Titel: Notepad S# 3.0
Beitrag von: SiLæncer am 13 April, 2020, 19:50
(https://i.postimg.cc/k5Vvfrzb/screenshot-2232.png)
This is a notepad application, similar to the one provided by Windows, but with a few interesting upgrades that may be enough to convince you to switch to this version of the app.

Donationware

Whats new:>>

    Major GUI update.The GUI is nicer than ever!
    Efficiency boost.All the code was rewritten from scratch!
    File compatability increased.More files may be opened with Notepad S#.
    Majot bug fixing
    New Prefabs

https://rafd.itch.io/notepad-s
Titel: QOwnNotes 20.4.6 Build 5550
Beitrag von: SiLæncer am 13 April, 2020, 20:30
(https://s26.postimg.cc/hoi1ahlcp/screenshot_978.png)
QOwnNotes is a text editor / notepad replacement with markdown support and todo list manager. The program supports themes, keyboard shortcuts, syntax highlighting, and encryption. Includes available nested file list, tags, search, and more. Optionally works with the notes application ownCloud or Nextcloud.

Cross-platform with clients available for Mac and Linux.

License: GPL

Changelog

    fixed renaming of note sub-folders under Windows if the folders contain other sub-folders (for #1683)
    the note folder will now be reloaded if a note sub-folder was deleted in the Subfolders panel
    fixed optional automatic database closing under Windows (for #926)
    notes are now correctly filtered by tag even if notes with the same name are in different note sub-folders (for #1686)
    added more Bosnian, Albanian, Arabic, Basque, Bengali, Bulgarian, Catalan, Chinese Simplified, Chinese Traditional, Croatian, Czech, Danish, Dutch, Estonian, Filipino, Finnish, Galician, Greek, Hausa, Hebrew, Hungarian, Turkish, Swedish, Slovenian, Slovak, Serbian (Cyrillic), Romanian, Polish, Norwegian, Macedonian, Lithuanian, Latvian, Kurdish, Korean, Japanese translation (thank you Fabijenna)

[close]

http://www.qownnotes.org/
Titel: Notepads 1.2.2.0
Beitrag von: SiLæncer am 14 April, 2020, 13:50
(https://i.postimg.cc/DzHrb6Dr/screenshot-1766.png)
Modern, open-source Notepad alternative for Windows 10 that gives the aging text editor a facelift, while also packing additional functionality into a similarly streamlined application.

MIT License

Changelog

    Improvements:

    Display file name in taskbar.
    Decreased overall font sizes in Settings UI.
    Now acrylic effect will be disabled when transparency effects is turned off in system settings or device is currently in battery saver mode. Opacity will be adjusted to 100% and opacity setting will be temporarily disabled.
    Added tab and line ending replacement support in replace mode when regular expression is enabled. Please note that default line ending in Notepads is 'r' when you trying to do find and replace.

    Bug fixes:

    Fixed few bugs that might cause the app to crash during markdown preview mode.
    Fixed a bug where you cannot open any links in markdown preview mode after switching the tabs.

[close]

https://github.com/JasonStein/Notepads
Titel: RisohEditor 5.3.6
Beitrag von: SiLæncer am 15 April, 2020, 13:20
(https://i.postimg.cc/8P4z4Swt/screenshot-799.png)
"RisohEditor" is a free resource editor for Win32 development, created by Katayama Hirofumi MZ. RisohEditor realized the ideal of resource editor. "Risoh" means "ideal" in Japanese. RisohEditor can add, edit, extract, clone and remove the resource data in EXE/DLL files. You can edit Windows resources (Dialogs, Menus, Icons, Cursors, String Tables, Message Tables etc.) by using RisohEditor.

NOTICE: Please avoid installing in "C:\Program Files" or "C:\Program Files (x86)". Because the resource compiler (windres) doesn't accept space character in the file path.

Freeware

Whats new:>>

    The infinite loop is avoided by changing the loop variables to 32-bits.
    Delphi DFM data support.
    Improved context menu.

https://katahiromz.web.fc2.com/re/en/index.html#intro
Titel: QuickNote 0.39.21
Beitrag von: SiLæncer am 15 April, 2020, 18:10
(https://i.postimg.cc/bNWtSfPv/screenshot-2254.png)
Yet another text editor with many options and capabilities, promising to make your life easier when it comes to taking efficient notes.

Freeware

Whats new:>>

    Features added:

    Options to set colour preferences for stamps, headings and subheadings.

https://sanketlipi.weebly.com/
Titel: Vim 8.2.0579
Beitrag von: SiLæncer am 15 April, 2020, 19:40
(https://s26.postimg.cc/xww5nc4zt/screenshot_1282.png)
A highly configurable text editor built to enable efficient text editing - an improved version of the vi editor distributed with most UNIX systems.

Freeware

Whats new:>>

Coverity warns for unused value.

http://www.vim.org/index.php
Titel: QOwnNotes 20.4.7 Build 5554
Beitrag von: SiLæncer am 17 April, 2020, 04:05
Changelog

    tags are now not lost if a note in a sub-folder is renamed after clicking on All notes in the subfolder panel (for #1691)
    added a new editor color schema Atom One Dark Reasonable by @leoniscsem (for #1694)
    added more Shona, Brazilian Portuguese, French, Icelandic, Indonesian, Irish, Italian, Khmer, Persian, Polish, Portuguese, Punjabi, Ukrainian, Urdu (Pakistan), Uzbek, Vietnamese, Spanish, Catalan translation (thank you Fabijenna, mlimacarlos, richarson, MGuerra)

[close]

http://www.qownnotes.org/
Titel: Vim 8.2.0587
Beitrag von: SiLæncer am 17 April, 2020, 05:55
Whats new:>>

    Changes:

    8.2.0587: compiler warning for unused variable
    8.2.0586: Vim9: # comment not sufficiently tested
    8.2.0585: Vim9: # comment not recognized after :vim9script
    8.2.0584: viminfo file uses obsolete function file_readable()
    8.2.0583: Vim9: # comment not recognized in :def function

http://www.vim.org/index.php
Titel: EmEditor Free 19.8.0 Beta
Beitrag von: SiLæncer am 17 April, 2020, 09:08
(https://1z9j8fz5fww49iaje1itey71-wpengine.netdna-ssl.com/wp-content/uploads/2013/09/EmEditorFree_Window.png)
EmEditor is a lightning-fast, tabbed text editor with themes, syntax highlighting, stay-on-top, and customizable keyboard mapping. The program supports batch find-and-replace, regular expressions, and more.

The program beat a variety of other text editors in tests performed by TPFC user TP109. Additional features are available via a non-free version.

Free for personal use

Changelog

    New General Features:

    Added an option to use uchardet (C++ fork of Mozilla Charset Detectors), and improved file encoding detection when the Detect All option is used to open files.
    Added an ability to split a file with newlines at every specified number of bytes, and run a macro against each opened document while opening multiple files (the new Advanced Open command).
    The new version allows you to record converting CSV formats as a macro.
    Improved tiled window behaviors when comparing two documents.
    Added the very dark mode (Windows 10 Build 17763 or later only). This feature is still beta since Windows API does not officially support the dark mode against desktop apps. It may not be supported on future versions of Windows.
    Improved the speed of regular expression searches and replaces.

    New Options:

    Added the Advanced Open dialog box.
    Added the Very Dark (beta) check box to the View page of the Customize dialog box.
    Added the Use uchardet to detect file encodings when the Detect All option is set and Open US-ASCII as System Default Encoding check boxes to the File page of the Customize dialog box.
    Renamed the Sort by Multiple Columns dialog box to Advanced Sort dialog box, and the new dialog box allows you to define more than one condition even for non-CSV documents. Added the Advanced Options button to the Advanced Sort dialog box.

    New Commands:

    Jump to Other
    Find Longest Line/Cell
    Find Non-empty Shortest Line/Cell
    Advanced Open

    Plug-in API New Features:

    Added the EE_CONVERT_CSV message, Editor_ConvertCsv inline function, and CONVERT_CSV_INFO structure.

    Macro New Features:

    Added the ConvertCsv method to the Document object

[close]

https://www.emeditor.com/text-editor-features/history/emeditor-free/
Titel: RocketCake 3.2
Beitrag von: SiLæncer am 17 April, 2020, 18:30
(https://s26.postimg.cc/845jbp2c9/screenshot_542.png)
RocketCake is a free web editor for creating responsive websites for beginners and professional web developers. No programming needed.

Freeware

Changelog

    New gallery:

    The image gallery component has been mostly rewritten and now includes a ton of new features like:
    Aspect ratio independent preview thumb images causing all images to look uniform in size even if they aren't
    Close button icon for opened images (in layers)
    Non-scrollable background when a layer is open
    The aspect ratio option is of course configurable, also so that the gallery looks exactly like in previous rocketcake versions

    Improved navigation menu:

    The menu now automatically positions itself so it won't go outside the screen area, no matter how large the menu on your website is. For example when you have a large menu and align it to the right of the page, the dropdown menu now will align itself automatically a bit to the left so that it is fully visible and won't overlap the right screen border anymore.

    Hyperlink Previews:

    When hovering a hyperlink, the target URL of the hyperlink is now displayed as tooltip.

    Possibility to change HTML IDs:

    It is now possible to change the HTML Id of every generated code element. This is a feature wanted by a lot of professional users.
    To do this, right-click any element, select "HTML Code...", click the "..." button and select "Change HTML ID...". You will see the change in the code immediately.

    Updated mobile devices:

    New devices supported: iPhone 10, Samsung S10, and more. You can select these from the 'View' menu and on the bottom of the editor page.

    New Templates:

    The editor now contains some new, lots of improved and more modern free website templates

    Lots of other improvements:

    The hint that the mobile menu is auto-generated is now a bit more clearly visible.
    You can now press CTRL+B when text is selected and toggle between bold and non-bold font.
    Numeric text input fields now have no max and min values by default anymore. Also, if the max value is set to the same value as the min value, no max and min values are used, so you can enter arbitrarily long values.
    The MacOS version now looks nicer on retina displays
    Lots of translations have been improved. The spanish, italian, frensh and russian translations are now much better.
    Fixed a problem where sometimes in the generated HTML, whitespace would appear in some browsers between style changes due to pretty printing.
    Fixed a problem causing Gallery 'next' image button not to work sometimes in Edge browser
    Fixed a bug causing the web form text field not to retain its mode when set to numeric mode after loading.

[close]

http://www.ambiera.com/rocketcake/index.html
Titel: QOwnNotes 20.4.8 Build 5558
Beitrag von: SiLæncer am 17 April, 2020, 21:30
Whats new:>>

    you can now also clear local shortcuts in the Shortcuts settings (for #1693)
    added more Hungarian, Dutch, Basque, Croatian, Czech, Danish, Estonian, Filipino, Finnish, Greek, Hausa, Hebrew, Icelandic, Irish, Italian, German, Russian translation (thank you Fabijenna, mlocati, rakekniven, unchase)

http://www.qownnotes.org/
Titel: QOwnNotes 20.4.9 Build 5563
Beitrag von: SiLæncer am 18 April, 2020, 18:50
Whats new:>>

    notes in 2nd level sub-folders (or deeper) are now shown correctly in the note-list after clicking on All notes in the subfolder panel and filtering by tag (for #1696)
    if the application is in "portable mode" then this will now also be shown in the title bar (for #1677)
    added more Catalan, Hungarian, Irish, Norwegian, Indonesian, Dutch, Japanese, Korean, Basque, Kurdish, Croatian, Latvian, Czech, Lithuanian, Danish, Macedonian, Estonian, Malay, Filipino, Maori, Finnish, Greek, Persian, Hausa, Polish, Hebrew, Portuguese, Icelandic, Punjabi, Romanian, Serbian (Cyrillic), Slovak, Slovenian, Swedish, Turkish, Ukrainian, Urdu (Pakistan), Uzbek, Vietnamese, Zulu, Spanish translation (thank you MGuerra, Fabijenna, richarson)

http://www.qownnotes.org/
Titel: Vim 8.2.0598
Beitrag von: SiLæncer am 19 April, 2020, 11:15
Whats new:>>

test_eval_stuff fails in normal terminal

http://www.vim.org/index.php
Titel: QOwnNotes 20.4.10 Build 5566
Beitrag von: SiLæncer am 19 April, 2020, 18:30
Whats new:>>

    for all question dialogs where you clicked the checkbox Don't ask again! you will be now asked again next time if you answer the dialog question with No and remembering that decisions makes no sense (for #1697)
        this will help you in case when you accidentally clicked the checkbox and then pressed No, for example with shortcut-triggered dialogs like Remove current note
        for all dialogs where remembering your No makes sense all of your decisions will be still remembered, for example with the dialog Note editing is currently disabled, do you want to allow it again? when you try to edit a note in read-only mode
    added more Russian, German translation (thank you unchase, rakekniven)

https://www.qownnotes.org/
Titel: Notepads 1.2.3.0
Beitrag von: SiLæncer am 19 April, 2020, 18:50
Whats new:>>

    [New Localization]:

    [ka-GE][Georgia]
    [bg-BG][Bulgarian]

https://github.com/JasonStein/Notepads
Titel: Vim 8.2.0607
Beitrag von: SiLæncer am 20 April, 2020, 05:55
(https://s26.postimg.cc/xww5nc4zt/screenshot_1282.png)
A highly configurable text editor built to enable efficient text editing - an improved version of the vi editor distributed with most UNIX systems.

Freeware

Whats new:>>

Gcc warns for using uninitialized variable

http://www.vim.org/index.php
Titel: QOwnNotes 20.4.11 Build 5569
Beitrag von: SiLæncer am 20 April, 2020, 21:30
(https://s26.postimg.cc/hoi1ahlcp/screenshot_978.png)
QOwnNotes is a text editor / notepad replacement with markdown support and todo list manager. The program supports themes, keyboard shortcuts, syntax highlighting, and encryption. Includes available nested file list, tags, search, and more. Optionally works with the notes application ownCloud or Nextcloud.

Cross-platform with clients available for Mac and Linux.

License: GPL

Changelog

    links to urls ending with .md are now not highlighted as broken note links in the editor any more
    the column widths of the tag tree panel are now also recalculated when the tree items are expanded or collapsed, not only when the tree is rebuilt or the application window is resized (for #1690)
    added more Brazilian Portuguese, Punjabi, Romanian, Serbian (Cyrillic), Slovak, Slovenian, Spanish, Swedish, Turkish, Ukrainian, Uzbek, Vietnamese, Arabic, Bengali, Bosnian, Bulgarian, Cebuano, Chinese Simplified, Galician, German, Dutch, Hungarian, Albanian, Basque, Chinese Traditional, Croatian, Czech, Danish, Estonian, Filipino, Finnish, French, Greek, Hausa, Hebrew, Hindi, Icelandic, Indonesian, Irish, Japanese, Khmer, Korean, Kurdish, Latvian, Lithuanian, Macedonian, Malay, Maori, Norwegian, Persian, Polish, Portuguese, Catalan, Italian translation (thank you Fabijenna, MGuerra, tiwi90)

[close]

http://www.qownnotes.org/
Titel: AlephNote 1.6.34
Beitrag von: SiLæncer am 21 April, 2020, 04:30
(https://s26.postimg.cc/6skrw8cnt/screenshot_1204.png)
AlephNote is extensible, lightweight desktop note manager. Features include search, interactive checkbox lists highlighting, clickable highlighted links, notes backup, drag-and-drop capability for files and text, and sorting notes into folders. The program supports tags, in-editor markdown rendering, customizable shortcuts, stay-on-top capability, tray control, themes, and more.

Notes can be saved locally or synchronized with cloud services including Simplenote, Standard Note, Nextcloud/ownCloud.

License:    MIT

Changelog

    Bugfixes:

    Fix SelectionColor in LogView under WinXP theme (#145)
    Fix StandardNotes communication with special characters in email address
    Fix exception when deleting first tag in note with StandardNotePlugin (#147)

    Features:

    Add new theme from github/Arty2: stachybotrys (#153)
    Add new (advanced) Setting 'UIFontFamily' (#141)
    Add styling options for UI borders (#140)

[close]

https://github.com/Mikescher/AlephNote
Titel: Vim 8.2.0613
Beitrag von: SiLæncer am 21 April, 2020, 09:01
Whats new:>>

8.2.0613: Vim9: no check for space before #comment
Update runtime files
8.2.0612: Vim9: no check for space before #comment
8.2.0611: Vim9: no check for space before #comment
8.2.0610: some tests are still old style
8.2.0609: configure does not detect moonjit correctly
8.2.0608: warning from clang when building message test

http://www.vim.org/index.php
Titel: Notepads 1.2.4.0
Beitrag von: SiLæncer am 21 April, 2020, 18:50
(https://i.postimg.cc/DzHrb6Dr/screenshot-1766.png)
Modern, open-source Notepad alternative for Windows 10 that gives the aging text editor a facelift, while also packing additional functionality into a similarly streamlined application.

MIT License

Whats new:>>

Added "F1" shortcut to open the app settings.

https://github.com/JasonStein/Notepads
Titel: FocusWriter 1.7.6
Beitrag von: SiLæncer am 21 April, 2020, 20:00
(https://s26.postimg.cc/if0nmb60p/screenshot_947.png)
FocusWriter hilft Vielschreibern beim Verfassen von Texten. Die Textverarbeitung blendet alle Menüs und Leisten aus. So kann man sich beim Schreiben voll und ganz auf das Wesentliche konzentrieren.

Der Vollbild-Texteditor FocusWriter zeigt als Oberfläche absichtlich lediglich den blanken Text. Daher gelingt es leichter, störungs- und ablenkungsfrei zu schreiben. Auf Wunsch kann man auf zusätzliche Steuerelemente zugreifen und diese per Maus über die Bildschirmränder abrufen.

Außerdem kann bei FocusWriter eine Statuszeile mit der aktuellen Uhrzeit, einem Timer und Statistiken eingeblendet werden. Das geplante Arbeitspensum legt der Schreiber in den Einstellungen in Minuten oder Wörtern fest. Textart und -farbe werden hier ebenfalls ganz nach Wunsch bestimmt.

Mit FocusWriter können mehrere Dokumente parallel bearbeitet werden. Ein Speichern erfolgt im RTF-, ODT- oder TXT-Format. Standardmäßig zeigt die Freeware einen einfarbigen, nüchternen Hintergrund. Wer die Arbeitsumgebung etwas freundlicher und abwechslungsreicher gestalten möchte, kann die Farbe ändern und auch ein eigenes Bild als Hintergrund einblenden.

FocusWriter enthält alle Grundfunktionen einer Textverarbeitung inklusive Textformatierungen, einer Rechtschreibprüfung und dem Suchen und Ersetzen von Wörtern und Textausschnitten. Die Freeware spricht vor allem den Vielschreiber an, der sich allein auf den Text konzentrieren möchte.

Whats new:>>

    FIXED: Did not load locales with underscores
    FIXED: Compile failure due to missing header
    Translation updates: Slovenian, Swedish, Turkish

http://gottcode.org/focuswriter/
Titel: QOwnNotes 20.4.12 Build 5573
Beitrag von: SiLæncer am 21 April, 2020, 20:30
Whats new:>>

when tags in the tag tree are double-clicked now the tag also is added or removed via the scripting engine (for #84)

http://www.qownnotes.org/
Titel: Notepad++ 7.8.6
Beitrag von: SiLæncer am 21 April, 2020, 21:30
(https://i.postimg.cc/90QrsKpv/screenshot-818.png)
Notepad++ is a tabbed source code editor and Notepad replacement with a customizable interface. It is one of the few few source code editors that supports "folding," allowing users to quickly reduce and expand sections of code to see the overall document. In addition, it features multi-language syntax highlighting, auto-completion, regular expression search/replace, macro recording and playback, etc. The program can access a long list of plug-ins via an easy-to-access menu with even more features and functions.

License: GPL

Changelog

    Add multi-column marker (multi-line edge) feature.
    Add dynamical sorting feature for Folder as Workspace.
    Make MRU tab activate instead of rightmost tab while tab closure (if MRU enabled).
    Fix folding state lost on the next startup issue.
    Make Replace-in-Files confirmation dialog modal to prevent from crashing.
    Add support of smart-indenting for Perl and Rust.
    Make recorded macro (IDC_FINDNEXT & IDC_FINDPREV)retro-compatible up to 7.8.4.

[close]

Download: https://github.com/notepad-plus-plus/notepad-plus-plus

https://notepad-plus-plus.org/
Titel: Vim 8.2.0616
Beitrag von: SiLæncer am 22 April, 2020, 05:55
Whats new:>>

build error when disabling the diff feature

http://www.vim.org/index.php
Titel: Vim 8.2.0618
Beitrag von: SiLæncer am 23 April, 2020, 06:05
Whats new:>>

echoing a null list results in no output

http://www.vim.org/index.php
Titel: EditPad Lite 8.1.1
Beitrag von: SiLæncer am 23 April, 2020, 16:45
(http://www.editpadpro.com/screens/editpadlite.png)
EditPad Lite is a general-purpose text editor, designed to be small and compact, yet offer all the functionality you expect from a basic text editor.

    Free for personal use

Changelog

    Improvements:

    File Types: Groovy file navigation scheme now adds folding points to lists when you select to add detailed folding points.

    Bug fixes:

    Clip Collections: Shared clip collections could not be downloaded.
    Command Line: /s did not always select the specified columns when used in combination with /l.
    File Types: C# file navigation scheme now correctly handles methods containing const declarations.
    Forum: Closing the forum window while its spell checker window is visible now automatically closes the spell checker.

[close]

http://www.editpadlite.com/
Titel: Notepads 1.2.5.0
Beitrag von: SiLæncer am 23 April, 2020, 20:10
Whats new:>>

Fixed an issue where app might crash after changing high contrast value.

https://github.com/JasonStein/Notepads
Titel: QOwnNotes 20.4.13 Build 5578
Beitrag von: SiLæncer am 24 April, 2020, 04:50
Changelog

    there now is a new scripting hook noteTaggingByObjectHook to implement your own note tagging mechanism in a script (for #1703)
        similarly to noteTaggingHook you can implement your own note tagging mechanism, but you are not bound to tag names in the tag tree root, this way you can make use of the whole tag tree instead of only a tag list
        for more information please take a look at the scripting documentation
    you can now fetch a tag by name (if there already exists a tag object) with tag.fetchByName() via the scripting engine (for #1703)
        for more information please take a look at the scripting documentation
    you can now fetch the parent tag names of a tag with tag.getParentTagNames() via the scripting engine (for #1703)
        for more information please take a look at the scripting documentation

[close]

http://www.qownnotes.org/
Titel: YuranPad 1.6
Beitrag von: SiLæncer am 24 April, 2020, 13:40
(https://i.postimg.cc/NMXJggcr/screenshot-2437.png)
YuranPad is a free plain text editor, for both platforms : Microsoft Windows 7/8/10/XP/Vista/2003 and Linux (distributions like : Mint, Debian, Ubuntu, Centos, Redhat, Fedora, ...). It was released on 2020 as an alternative for Notepad (witch is installed by default in all versions of Windows).

Freeware

https://sourceforge.net/projects/yuranpad/
Titel: MiKTeX 2.9.7417
Beitrag von: SiLæncer am 24 April, 2020, 18:10
(https://i.postimg.cc/rpCxYpK5/MiKTeX.png)
Lightweight and simple-to-use application which enables you to write mathematical, technical or any other type of scientific material.

Freeware

https://miktex.org
Titel: jane (just another nasty editor) 1.75
Beitrag von: SiLæncer am 24 April, 2020, 20:10
(https://s26.postimg.cc/q6vrdqqp5/screenshot_1258.png)
Notepad-Alternative zum Editieren von ASCII-Dateien; unterstützt AutoCopy (markierter Text wird automatisch in die Zwischenablage kopiert), Hyperlinks sowie Drag & Drop; bietet auch ungewöhnliche Bearbeitungsfunktionen wie Textumkehrung oder das Ausfiltern bestimmter Vokale.

Für den privaten Gebrauch kostenlos.

Whats new:>>

some additions and cosmetics ... as well as there is an updated version of RekSFV (minor cosmetic)

http://www.kifoth.de/jane/html/download.php
Titel: QOwnNotes 20.4.14 Build 5581
Beitrag von: SiLæncer am 24 April, 2020, 21:20
(https://s26.postimg.cc/hoi1ahlcp/screenshot_978.png)
QOwnNotes is a text editor / notepad replacement with markdown support and todo list manager. The program supports themes, keyboard shortcuts, syntax highlighting, and encryption. Includes available nested file list, tags, search, and more. Optionally works with the notes application ownCloud or Nextcloud.

Cross-platform with clients available for Mac and Linux.

License: GPL

Changelog

    there now is a new scripting function getTagByNameBreadcrumbList to create or fetch a tag by its name breadcrumb list (for #1705)
        for more information please take a look at the scripting documentation
    moving of tags to another parent in the tag panel can now also be handled by the scripting hook noteTaggingByObjectHook (for #1705)
        the application will trigger a series of add and remove actions for all selected tags and their children on all notes if tags are moved
        for more information please take a look at the scripting documentation
    added more Albanian, Basque, Chinese Traditional, Hindi, French, Khmer, Kurdish translation (thank you Fabijenna)

[close]

http://www.qownnotes.org/
Titel: PilotEdit Lite 13.9.0
Beitrag von: SiLæncer am 25 April, 2020, 10:10
(http://www.pilotedit.com/images/OpenInQuickMode.PNG)
PilotEdit is a text, hex, XML, C/C++, HTML, PHP, Java, Javascript and Perl editor that can edit large files of 400GB (40 billion lines).

It offers customizable syntax and keyword highlighting, advanced search and replace operations, automatic text encoding, 256-bit AES encryption/decryption and a built-in FTP/SFTP client lets you open, edit, download and upload large files directly to/from a FTP/SFTP server.

In addition to standard text editing features, PilotEdit can compare and merge two large files of 100GB (10 billion lines). You can also sort, find/remove duplicate lines and extract strings over a large file of 1GB.

Freeware

Whats new:>>

Includes improvements over opening FTP files.

http://www.pilotedit.com/
Titel: Vim 8.2.0628
Beitrag von: SiLæncer am 25 April, 2020, 17:45
(https://s26.postimg.cc/xww5nc4zt/screenshot_1282.png)
A highly configurable text editor built to enable efficient text editing - an improved version of the vi editor distributed with most UNIX systems.

Freeware

Whats new:>>

Fixed:

Crash when using null partial in filter()

http://www.vim.org/index.php
Titel: EmEditor Free 19.8.0
Beitrag von: SiLæncer am 25 April, 2020, 18:50
(https://1z9j8fz5fww49iaje1itey71-wpengine.netdna-ssl.com/wp-content/uploads/2013/09/EmEditorFree_Window.png)
EmEditor is a lightning-fast, tabbed text editor with themes, syntax highlighting, stay-on-top, and customizable keyboard mapping. The program supports batch find-and-replace, regular expressions, and more.

The program beat a variety of other text editors in tests performed by TPFC user TP109. Additional features are available via a non-free version.

Free for personal use

Changelog

    New General Features:

    Added an option to use uchardet (C++ fork of Mozilla Charset Detectors), and improved file encoding detection when the Detect All option is used to open files.
    Added an ability to split a file with newlines at every specified number of bytes, and run a macro against each opened document while opening multiple files (the new Advanced Open command). This feature may be useful when you want to split fixed-length record data files (that didn’t contain newlines) with newlines at every record while opening them, and convert them into a CSV format using a macro.
    The new version allows you to record converting CSV formats as a macro (ConvertCsv method).
    Improved tiled window behaviors when comparing two documents. For instance, minimizing one window while two windows are tiled to compare, the other window will also minimize simultaneously. In Windows 10, the new version removed a visual gap between two tiled windows.
    Added the very dark mode (Windows 10 Build 17763 or later only). This feature is still beta since Windows API does not officially support the dark mode against desktop apps. It may not be supported on future versions of Windows.
    Added commands to apply Unicode Normalization defined in “Unicode Standard Annex #15 Unicode Normalization Forms“.
    Added an option to display a correct series of Hangul Jamo as composed characters. For example, “ᄒ ᅡ ᆫ ᄀ ᅳ ᆯ” (without spaces) will be displayed as “한글” if this option is enabled. It is also effective to display old Hangul correctly where composed characters are unavailable.
    Improved the speed of multiline regular expression searches and replaces.
    Added the Advanced Open dialog box.
    Added the Very Dark (beta) check box to the View page of the Customize dialog box.
    Added the Use uchardet to detect file encodings when the Detect All option is set and Open US-ASCII as System Default Encoding check boxes to the File page of the Customize dialog box.
    Renamed the Sort by Multiple Columns dialog box to Advanced Sort dialog box, and the new dialog box allows you to define more than one condition even for non-CSV documents. Added the Advanced Options button to the Advanced Sort dialog box.
    Added the Group identical strings when sort by occurrence check box to the Sort page of the Customize dialog box.
    Added the Append encoding names to file names check box to the Advanced dialog box for the Find in Files dialog box.
    Added the Do not show these new options again check box to the Start window.
    Added the Oldest Version drop-down list box to the Customize Start Windows dialog box.
    Added the Display Hangul Jamo Composed check box to the Text Rendering page of the Customize dialog box.

    New Commands:

    Jump to Other
    Find Longest Line/Cell
    Find Non-empty Shortest Line/Cell
    Advanced Open
    Reset Column Width
    Unicode Normalization Form C (Canonical Composition)
    Unicode Normalization Form D (Canonical Decomposition)
    Unicode Normalization Form KC (Compatibility Composition)
    Unicode Normalization Form KD (Compatibility Decomposition)

    Plug-in API New Features:

    Added the EE_CONVERT_CSV message, Editor_ConvertCsv inline function, and CONVERT_CSV_INFO structure.
    Added the SORT_GROUP_IDENTICAL flag to the SORT_INFO structure and the Editor_Sort inline function.
    Added the FLAG_FIND_OUTPUT_ENCODING flag to the GREP_INFO_EX structure.

    Macro New Features:

    Added the ConvertCsv method to the Document object.
    Added the eeSortGroupIdentical flag to the Sort method of the Document object.
    Added the eeExFindOutputEncoding flag to the FindInFiles method of the Editor object.

[close]

https://www.emeditor.com/text-editor-features/history/emeditor-free/
Titel: QOwnNotes 20.4.15 Build 5585
Beitrag von: SiLæncer am 25 April, 2020, 19:30
Whats new:>>

    when the setting to show all notes of a tag including the notes of their children-tags is turned on now the note-count in the tag tree is adapted to also count the notes of the children-tags (for #1709)
    some safety measures against note folder update race-conditions when renaming tags while using the note-tagging scripting hooks noteTaggingHook or noteTaggingByObjectHook were included (for #1705)

http://www.qownnotes.org/
Titel: CudaText 1.98.0.0
Beitrag von: SiLæncer am 25 April, 2020, 20:50
(https://s26.postimg.cc/k6wu8qcrt/screenshot_901.png)
Create programming scripts with this powerful tool that supports more than 130 languages and allows users to work concurrently on as many as six groups of projects.

Freeware

Changelog

+ add: number of errors in Console (number of lines "Traceback (most recent call last)") is shown over Console sidebar button
- fix: plugin "New File" bug with lexer XSLT (thanks @dinkumoil)
- fix: behaviour of Left/Right keys on multi-selection (thanks @Jairo-Martinez)
- fix: bug in API timer_proc (thanks @kvichans)
- fix: can't open files from project when "ui_tab_disabled":true (thanks @Cauterite)
- fix: lexer Python: folding (thanks @Jairo-Martinez)
- fix: lexer PHP: keywords
- fix: lexer HTML: JS in script tag

[close]

http://www.uvviewsoft.com/cudatext/
Titel: Dnote 0.11.1
Beitrag von: SiLæncer am 25 April, 2020, 21:20
(https://s26.postimg.cc/z38h40qwp/screenshot_529.png)
Write technical notes and neatly organize them into books without leaving the command line with the help of this simplistic utility.

MIT License

Whats new:>>

Fixed:

Fix upgrade URL (#453)

Changed:

Display hostname of the self-hosted instance while logging in (#454)
Display helpful error if endpoint is misconfigured (#455)

https://dnote.io/
Titel: QOwnNotes 20.4.16 Build 5588
Beitrag von: SiLæncer am 26 April, 2020, 18:00
Whats new:>>

    there now are new scripting functions note.renameNoteFile() to rename a note file and note.allowDifferentFileName() to check if it is allowed to have a different note file name than the headline (for #1704)
        the meeting-note script now makes use of these scripting functions
        for more information please take a look at the scripting documentation
    fixed tag adding when moving tags to another parent in the tag panel when handled by the scripting hook noteTaggingByObjectHook (for #1705)

http://www.qownnotes.org/
Titel: Scite 4.3.3
Beitrag von: SiLæncer am 27 April, 2020, 05:45
(https://s26.postimg.cc/fbkgceeux/screenshot_1241.png)
Editor mit Syntax-Highlighting, Auto-Completion, Folding und vielem mehr...

Lizenz: Open Source

Changelog

    Added Visual Studio project files for Lexilla and Scintilla with no lexers.
    Add methods for iterating through the marker handles and marker numbers on a line: SCI_MARKERHANDLEFROMLINE and SCI_MARKERNUMBERFROMLINE. Feature #1344.
    Assembler lexers asm and as can change comment character with lexer.as.comment.character property. Feature #1314.
    Fix brace styling in Batch lexer so that brace matching works. Bug #1624, Bug #1906, Bug #1997, Bug #2065.
    Change Perl lexer to style all line ends of comment lines in comment line style. Previously, the last character was in default style which made the characters in rn line ends have mismatching styles. Bug #2164.
    When a lexer has been set with SCI_SETILEXER, fix SCI_GETLEXER and avoid sending SCN_STYLENEEDED notifications.
    On Win32 fix handling Japanese IME input when both GCS_COMPSTR and GCS_RESULTSTR set.
    With Qt on Win32 add support for line copy format on clipboard, compatible with Visual Studio. Bug #2167.
    On Qt with default encoding (ISO 8859-1) fix bug where 'µ' (Micro Sign) case-insensitively matches '?' Bug #2168.
    On GTK with Wayland fix display of windowed IME. Bug #2149.
    For Python programs, SciTE defaults to running python3 on Unix and pyw on Windows which will run the most recently installed Python in many cases. Set the "python.command" property to override this. Scripts distributed with Scintilla and SciTE are checked with Python 3 and may not work with Python 2.

[close]

http://www.scintilla.org/SciTE.html
Titel: Notepads 1.2.7.0
Beitrag von: SiLæncer am 27 April, 2020, 13:50
(https://i.postimg.cc/DzHrb6Dr/screenshot-1766.png)
Modern, open-source Notepad alternative for Windows 10 that gives the aging text editor a facelift, while also packing additional functionality into a similarly streamlined application.

MIT License

Whats new:>>

    Added "Copy Full Path" and "Open Containing Folder" buttons in path indicator flyout menu.
    Enabled horizontal scrolling ("Shift + Wheel") in DiffViewer.

https://github.com/JasonStein/Notepads
Titel: EmEditor Free 19.8.1
Beitrag von: SiLæncer am 28 April, 2020, 05:50
(https://1z9j8fz5fww49iaje1itey71-wpengine.netdna-ssl.com/wp-content/uploads/2013/09/EmEditorFree_Window.png)
EmEditor is a lightning-fast, tabbed text editor with themes, syntax highlighting, stay-on-top, and customizable keyboard mapping. The program supports batch find-and-replace, regular expressions, and more.

The program beat a variety of other text editors in tests performed by TPFC user TP109. Additional features are available via a non-free version.

Free for personal use

Whats new:>>

This release fixes a bug where regular expression searches without the Match Case option might have failed.

https://www.emeditor.com/text-editor-features/history/emeditor-free/
Titel: RisohEditor 5.3.7
Beitrag von: SiLæncer am 28 April, 2020, 09:55
(https://i.postimg.cc/8P4z4Swt/screenshot-799.png)
"RisohEditor" is a free resource editor for Win32 development, created by Katayama Hirofumi MZ. RisohEditor realized the ideal of resource editor. "Risoh" means "ideal" in Japanese. RisohEditor can add, edit, extract, clone and remove the resource data in EXE/DLL files. You can edit Windows resources (Dialogs, Menus, Icons, Cursors, String Tables, Message Tables etc.) by using RisohEditor.

NOTICE: Please avoid installing in "C:\Program Files" or "C:\Program Files (x86)". Because the resource compiler (windres) doesn't accept space character in the file path.

Freeware

Whats new:>>

    Updated file change flag when file drop.
    Improved the filename when extracting.
    Strengthened EGA.
    Improved Russian translation.

https://katahiromz.web.fc2.com/re/en/index.html#intro
Titel: YaraEditor 3.5.0.0
Beitrag von: SiLæncer am 28 April, 2020, 17:15
(https://i.postimg.cc/rpGYFbgY/screenshot-2116.png)
Write, compile and test signatures for the Yara tool and determine whether they are compiled correctly to identify malware using this straightforward app.

Freeware

Changelog

    Updated to core 4.3.0
    Fix for XP (libzip, openssl rebuilt)
    Size optimizations
    Removed warnings
    New advert payload
    Added some logging
    Minor fixes
    Added german translation
    Added splitter (movable) on editor
    Fixed typo

[close]

https://www.adlice.com/download/yaraeditor/
Titel: QOwnNotes 20.4.17 Build 5595
Beitrag von: SiLæncer am 28 April, 2020, 21:30
Whats new:>>

if you insert media files or attachments now a stripped-down version of the file's original basename will be included into the filename of resulting file in the media or attachments directory (for #1716)

http://www.qownnotes.org/
Titel: PSPad 5.0.4 Build 395 Dev
Beitrag von: SiLæncer am 29 April, 2020, 13:45
(http://images.six.betanews.com/screenshots/1076948037-1.png)
PSPad is a universal freeware editor. There is no complex install process; the program is ready to work immediately, without requiring customization. It supports many file types and languages, with syntax highlighting. There are macros, clip files and templates to automate repetitive activities. An integrated HEX Editor, Project support, FTP Client, Macro Recorder, File Search/Replace, Code Explorer, code page conversion, are just some of the many possibilities that PSPad can offer you.

Freeware

Changelog

    News:

    Scroll past EOF (Program settings / Editor 1) - separated as standalone option from previous scroll past EOL and EOF
    Splitted editor window - splitter has different color, splitter width depends of screen DPI
    New scripting function tabsToSpaces(input: string): string
    Autocorrect - won't be executed if text is selected

    Fixes:

    User highlighter - mark variable starts on $ with dblclick
    Statusbar - font size with high DPI
    Fixed another problems related to file closing
    Windows shell script - highlighting variable with '#' char, e.g. %ip#1%
    PHP Code explorer - escaped apostrophe in string

[close]

http://www.pspad.com/
Titel: QOwnNotes 20.4.18 Build 5598
Beitrag von: SiLæncer am 29 April, 2020, 19:00
(https://s26.postimg.cc/hoi1ahlcp/screenshot_978.png)
QOwnNotes is a text editor / notepad replacement with markdown support and todo list manager. The program supports themes, keyboard shortcuts, syntax highlighting, and encryption. Includes available nested file list, tags, search, and more. Optionally works with the notes application ownCloud or Nextcloud.

Cross-platform with clients available for Mac and Linux.

License: GPL

Changelog

    the counts in the tag tree are now showing the amount of linked notes and not the amount of note-links of a tag (for #1709)
    you now are able to show invisible sub-folders (folders starting with .) in the note sub-folder panel if you clear the default Ignored sub-folders setting in the Panels settings (for #1718)

[close]

http://www.qownnotes.org/
Titel: CudaText 1.98.1.0
Beitrag von: SiLæncer am 30 April, 2020, 05:30
(https://s26.postimg.cc/k6wu8qcrt/screenshot_901.png)
Create programming scripts with this powerful tool that supports more than 130 languages and allows users to work concurrently on as many as six groups of projects.

Freeware

Changelog

    fix: crash of External Tools/ FindInFiles on files with null bytes (thanks @kvichans)
    fix: on app closing, hex viewer painted something on Windows desktop (thanks @dinkumoil)
    fix: not smooth edge of triangled ui-tabs (bug from someone's patch to ATTabs)
    fix: italic "comments" at line ends were cropped with some fonts

[close]

http://www.uvviewsoft.com/cudatext/
Titel: EmEditor Free 19.8.2
Beitrag von: SiLæncer am 30 April, 2020, 09:06
(https://1z9j8fz5fww49iaje1itey71-wpengine.netdna-ssl.com/wp-content/uploads/2013/09/EmEditorFree_Window.png)
EmEditor is a lightning-fast, tabbed text editor with themes, syntax highlighting, stay-on-top, and customizable keyboard mapping. The program supports batch find-and-replace, regular expressions, and more.

The program beat a variety of other text editors in tests performed by TPFC user TP109. Additional features are available via a non-free version.

Free for personal use

Whats new:>>

    Fixed a bug where opening a binary file and selecting the “Select Encoding form List” option did not show the encoding list.
    Fixed a bug where EmEditor could suddenly close after a Find or Replace under a certain condition.

https://www.emeditor.com/text-editor-features/history/emeditor-free/
Titel: RJ TextEd 14.50.1 Beta
Beitrag von: SiLæncer am 30 April, 2020, 18:50
(https://s26.postimg.cc/775l9vjeh/screenshot_593.png)
RJ TextEd - A Unicode source and text editor. RJ TextEd is a full featured text and source editor with Unicode support, syntax highlighting and code folding. The functionality extends beyond text files and includes support for HTML editing with integrated preview, spell checking, auto completion, HTML validation, templates and more. The program also include support for Topstyle Lite CSS editor, has a dual pane file commander, as well as a FTP client to upload your files. The editor uses language files to display menus and dialogs in different languages. There are several included languages. New language files can easily be created in the editor. RJ TextEd is also a simple web development tool. The editor can use auto completion and hints to assist you in editing your source code. You can preview HTML/ASP/PHP... code using one of the preview tabs or open a document in a browser. The editor does not only handle source code. It also handles true ASCII files, binary files and of course plain text files.

License: Freeware

Changelog

    Chrome Preview:
    Updated component and libraries to version 80.0.3987.
    Code hints:

    Added code hints. Hover the mouse over a tag, CSS property, method or function name to display information about it.
    The hint may contain a description, return value, parameters and example code.
    A code hint is also displayed when an item is selected in auto completion list box.
    For this to work the [Hints] section in the syntax file must contain the function i question.
    Updated syntax files are: Cpp, python, css, less, sass, HTML, JavaScript, PHP.

    Image hints:

    Image hints are displayed when you hover the mouse over an image link.
    The hint will display a miniature of the image.
    You can turn this off this hint in options.

    Hints and options:

    The editor is now able to show the following hint types:

    Code hints:

    Hover the mouse over a function to display information like parameters and description.

    Parameter hints:

    Press Ctrl+Shift+H or type "(" to display a hint with all parameters.

    Color hints:

    Hover the mouse over a color value to display the color in different formats. Click on a format to convert the value or on the color box to open the color dialog window.

    Image hints:

    Hover the mouse over an image link to display a thumbnail.
    You can set which hints should be enabled in options and also decide whether the code or parameter hint should be displayed above or below the code.

    Auto completion:

    Auto completion can now include Emmet abbreviations. The hint will display the expanded code.
    This is turned on by default but you can change that in options.

    Auto completion speed:

    Optimized a few functions and the auto completion should be way faster than before.

    Text compare:

    Added a new toolbar placed between the two documents being compared.
    The toolbar contain most functions available in compare mode like copy difference left or right, move to the next or previous difference, save diff file...

    Syntax Editor:

    Made several changes to the syntax editor to handle the changes made to the syntax files. The hints page has been redesigned and some changes were made when adding items to the class completion and user menu sections.

    Fixed:

    Open file issue after closing document views.
    Theme manager high DPI issues.
    A few Emmet expand abbreviation issues.
    RegEx search issue.
    Problems with sessions.
    Create new file panel issues.
    Many reported issues from users sent by email.
    Below are some Gif's showing my work so far.

[close]

http://www.rj-texted.se/
Titel: QOwnNotes 20.5.0 Build 5603
Beitrag von: SiLæncer am 01 Mai, 2020, 09:00
Changelog

    you now can right-click on a note in the note list and click Open note in tab to open the note in a tab in the note edit panel (for #1720)
        those tabs can be individually closed and moved
        opening notes without the new context menu action will open the note in the current tab
        if only one tab is open the tabbed interface will be hidden
        since right-clicking a note in the note list also already opens the note a click on the new context menu action will attempt to open the last note to really open a new tab if only one tab was open
        double clicking a note in the note list will now cause the note to be loaded in a tab if no noteDoubleClickedHook was registered in the scripting engine
    you will now get a warning dialog if you attempt to create a note sub-folder that will be ignored by the application, because the name is either used internally or ignored in the Panels settings (for #1718)
    added more German, Spanish, Russian, Catalan, Bengali, Italian translation (thank you rakekniven, richarson, unchase, MGuerra, 2fake1987, Oymate, tiwi90)

[close]

http://www.qownnotes.org/
Titel: Vim 8.2.0671
Beitrag von: SiLæncer am 01 Mai, 2020, 10:15
(https://s26.postimg.cc/xww5nc4zt/screenshot_1282.png)
A highly configurable text editor built to enable efficient text editing - an improved version of the vi editor distributed with most UNIX systems.

Freeware

Whats new:>>

Fixed:

Haiku: compiler warnings

http://www.vim.org/index.php
Titel: CudaText 1.98.2.0
Beitrag von: SiLæncer am 01 Mai, 2020, 16:30
Whats new:>>

    Fix: crash on start on Linux (some Lazarus bug)
    Fix: Emmet bug with "!" abbrev
    Fix: Emmet bug with "span.classname" (thanks @d-mal)
    Fix: crash of External Tools/ FindInFiles on files with null bytes (thanks @kvichans)
    Fix: on app closing, hex viewer painted something on Windows desktop (thanks @dinkumoil)
    Fix: not smooth edge of triangled ui-tabs (bug from someone's patch to ATTabs)
    Fix: italic "comments" at line ends were cropped with some fonts

http://www.uvviewsoft.com/cudatext/
Titel: QOwnNotes 20.5.1 Build 5612
Beitrag von: SiLæncer am 01 Mai, 2020, 18:30
Changelog

    new tabbing shortcuts were added (for #1720)
        you can now jump to the previous or next note tab with Alt + PgUp and Alt + PgDn
        you can now close the current note tab with Ctrl + W
        you can now open a new note in a new tab with Ctrl + Shift + N
        do keep in mind that you can change or disable all shortcuts in the Shortcuts settings
        please visit QOwnNotes shortcuts for a list of all shortcuts
    some glitches with duplicate tabs when the application was jumping to notes while the note was already open as a tab were fixed (for #1720)
    tabs of removed notes are now also removed automatically (for #1720)
    there now is a software repository for Fedora 32
        please visit the Fedora installation page for instructions
    added more Russian, German, Catalan translation (thank you unchase, rakekniven, MGuerra)

[close]

http://www.qownnotes.org/
Titel: YuranPad 1.7
Beitrag von: SiLæncer am 01 Mai, 2020, 21:10
(https://i.postimg.cc/NMXJggcr/screenshot-2437.png)
YuranPad is a free plain text editor, for both platforms : Microsoft Windows 7/8/10/XP/Vista/2003 and Linux (distributions like : Mint, Debian, Ubuntu, Centos, Redhat, Fedora, ...). It was released on 2020 as an alternative for Notepad (witch is installed by default in all versions of Windows).

Freeware

https://sourceforge.net/projects/yuranpad/
Titel: Vim 8.2.0676
Beitrag von: SiLæncer am 02 Mai, 2020, 10:40
Whats new:>>

Fixed:

Pattern in list of distributed files does not match

http://www.vim.org/index.php
Titel: EmEditor Free 19.8.3
Beitrag von: SiLæncer am 02 Mai, 2020, 10:50
Whats new:>>

Fixed a bug where EmEditor could crash after a replace using regular expressions under a certain condition.

https://www.emeditor.com/text-editor-features/history/emeditor-free/
Titel: Vim 8.2.0683
Beitrag von: SiLæncer am 03 Mai, 2020, 18:10
Whats new:>>

Fixed:

    Vim9: parsing type does not always work
    Vim9: parsing function argument type can get stuck
    Pattern for 'hlsearch' highlighting may leak

http://www.vim.org/index.php
Titel: QOwnNotes 20.5.2 Build 5617
Beitrag von: SiLæncer am 03 Mai, 2020, 20:30
Whats new:>>

    Open note tabs are now restored when the note folder is switched or the application is started (for #1726)
    Restoring the last open note when switching note folders was also improved
    You can turn note tab restoring off in the Panels settings
    Added more Bengali translation (thank you Oymate)

http://www.qownnotes.org/
Titel: OutWiker 3.0.0.872 dev
Beitrag von: SiLæncer am 04 Mai, 2020, 05:25
(https://s26.postimg.cc/87bx6b16h/screenshot_33.png)
OutWiker is an open-source personal wiki and outliner. Notes are stored in a tree, and kept in the form of directories on the disk. This encourages changing the base by external sources and programs. Currently there are three types of pages supported: plain text, HTML, and wiki. External files (such as pictures) can be attached to pages, and pages can be linked to each other. Each tree branch can be opened as a separate wiki. Other features include tag support, global search (notes and tags), bookmarks, HTML syntax highlighting and icons for notes.

OutWiker can be downloaded with or without plugins, as well as for Linux systems.

License : GPL

Whats new:>>

Update the German localization.

http://jenyay.net/Outwiker/English
Titel: BirdFont 4.0.0
Beitrag von: SiLæncer am 04 Mai, 2020, 18:20
(https://s26.postimg.cc/rd1s4grdl/screenshot_137.png)
BirdFont is a free font editor that lets you create vector graphics and export TTF, EOT & SVG fonts.

License: Open Source

Latest Changes:>>

    Better spacing classes. It makes to kerning and spacing of your fonts easier.
    Smaller file size for OTF fonts.
    Many improvements to the underlying engine and plenty of bugfixes in all parts of the program.

http://birdfont.org/
Titel: QOwnNotes 20.5.3 Build 5623
Beitrag von: SiLæncer am 05 Mai, 2020, 04:00
(https://s26.postimg.cc/hoi1ahlcp/screenshot_978.png)
QOwnNotes is a text editor / notepad replacement with markdown support and todo list manager. The program supports themes, keyboard shortcuts, syntax highlighting, and encryption. Includes available nested file list, tags, search, and more. Optionally works with the notes application ownCloud or Nextcloud.

Cross-platform with clients available for Mac and Linux.

License: GPL

Changelog

    fixed a problem with restoring note tabs of notes from sub-subfolders (for #1726)
    fixed Show note in file manager for file manager Caja on Linux (for #1727, thank you @r00tr4v3n)
    added more debug output in case note folder was not found on server (for #1725)
    added more Spanish, Catalan, French, German, Italian, Russian translation (thank you richarson, MGuerra, Fabijenna, gbabin, rakekniven, mlocati, unchase)

[close]

http://www.qownnotes.org/
Titel: Vim 8.2.0695
Beitrag von: SiLæncer am 05 Mai, 2020, 04:10
(https://s26.postimg.cc/xww5nc4zt/screenshot_1282.png)
A highly configurable text editor built to enable efficient text editing - an improved version of the vi editor distributed with most UNIX systems.

Freeware

Whats new:>>

Fixed:

Vim9: cannot define a function inside a function

http://www.vim.org/index.php
Titel: Notepads 1.3.0.0
Beitrag von: SiLæncer am 05 Mai, 2020, 13:10
(https://i.postimg.cc/DzHrb6Dr/screenshot-1766.png)
Modern, open-source Notepad alternative for Windows 10 that gives the aging text editor a facelift, while also packing additional functionality into a similarly streamlined application.

MIT License

Changelog

    New features:

    Added option to display line numbers (You can turn it off in settings).

    Improvements:

    New app icon (Designed by Mahmoud Qurashy).
    Line highlighter now has a better look with reveal effect.

    Bug fixes:

    Fixed a bug where default search engine reset to Bing after app restart.
    Fixed a bug where GoTo line might not work properly in some cases.

    New Localization:

    [hr-HR][Croatian (Croatia)]

[close]

https://github.com/JasonStein/Notepads
Titel: CSVed 2.5.4a
Beitrag von: SiLæncer am 05 Mai, 2020, 13:20
(https://i.postimg.cc/jS9jt288/screenshot_627.png)
Editor zum Bearbeiten von CSV-Dateien; erlaubt das Editieren der Feldinhalte sowie das Bearbeiten der Tabellenstruktur; kann unter anderem Zeilen, Spalten und Dateien verbinden, Doppeleinträge entfernen und markierte Felder in eine eigenständige CSV-Datei exportieren; exportiert in die Formate HTML, XML, XLS und DOC

Freeware

What's new: >>

one small corrections enzo

http://csved.sjfrancke.nl/index.html
Titel: QOwnNotes 20.5.4 Build 5625
Beitrag von: SiLæncer am 05 Mai, 2020, 20:20
Whats new:>>

    you can now stick a note to a tab with the new action Toggle note stickiness of current tab in the Note / Navigation menu or by double-clicking on the tab (for #1730)
        this will cause a new tab being opened automatically if you click on another note while in this tab
        the stickiness status will get also restored when the note folder is switched or the application is started
    if the note of the current tab is renamed now the tab also will be renamed (for #1720)

http://www.qownnotes.org/
Titel: HelpNDoc Personal Edition 6.9.0 Build 577
Beitrag von: SiLæncer am 05 Mai, 2020, 20:50
(https://s26.postimg.cc/n8qdqw1ix/screenshot_994.png)
HelpNDoc provides all the tools necessary to write complete help files, manuals and documentations in a user friendly and very easy to use environment. HelpNDoc can generate standard Windows CHM help files, WEB based documentation, iPhone specific websites as well as printable PDF and Word documents.

HelpNDoc is completely free for personal use and evaluation purposes.

Changelog

    New BarCode library item: create and customize EAN-8, EAN-13, MSI, QR Codes... and place them within your topics
    Project analyzer now lists all anchors defined within the project and provides a way to rapidly locate them
    Project analyzer reports the number of anchors and Barcodes used throughout the project
    Inserting new library items using the "Insert" ribbon tab, placed them at the start of the topic instead of the cursor position
    Picture properties (Alt text, size, position...) were not always updated when selecting pictures in the topic editor
    Picture format and table layout ribbon tabs now keep focus when selecting images or tables in various parts of a topic (e.g. moving in, out and between table cells...)
    Command line interface didn't always work when selecting builds by name as part of the following options: -except; -only; -output; -status; -tags; -template
    Overriding output path from the command line could fail for some documentation formats when using relative paths
    Focusing topics in the table of contents could be slow for large projects
    Fixed incorrect column width saving for some projects for Word and PDF documentation format
    Changing URL of "URL topics" or File path of "External file" topics could cause exceptions
    Optimized and removed flicker of "Picture Tools" and "Table Tools" ribbon groups when moving the cursor in various parts of a topic
    Fixed memory leaks when importing CHM help files which could produce "Out of Memory" errors when importing large files
    Resized images could be distorted when exported to PDF
    Faster import of large CHM help files
    Improved HTML and RTF/Doc/DocX importers
    Various user interface tweaks, fixes and enhancements, including for High DPI screens

[close]

http://www.helpndoc.com/
Titel: Vim 8.2.0701
Beitrag von: SiLæncer am 06 Mai, 2020, 05:15
Whats new:>>

Fixed:

Vim9 test fails without job feature

http://www.vim.org/index.php
Titel: Atom 1.47.0 Beta
Beitrag von: SiLæncer am 06 Mai, 2020, 05:30
(https://s26.postimg.cc/fmfpqomgp/screenshot_915.png)
A powerful and flexible application that works as a text and source code editor with syntax highlight, or alternately as a file viewer.

MIT License

Whats new:>>

    #20172 Upgrade to electron 5.0.12
    #19862 Add overlay when resizing panels to prevent panes stealing focus
    atom/language-c#330 Improve C++ syntax highlighting
    atom/language-ruby#276 Improve Ruby syntax highlighting

https://atom.io/
Titel: EmEditor Free 19.8.4
Beitrag von: SiLæncer am 06 Mai, 2020, 06:25
(https://1z9j8fz5fww49iaje1itey71-wpengine.netdna-ssl.com/wp-content/uploads/2013/09/EmEditorFree_Window.png)
EmEditor is a lightning-fast, tabbed text editor with themes, syntax highlighting, stay-on-top, and customizable keyboard mapping. The program supports batch find-and-replace, regular expressions, and more.

The program beat a variety of other text editors in tests performed by TPFC user TP109. Additional features are available via a non-free version.

Free for personal use

Whats new:>>

Fixed a bug where EmEditor could crash at the Top command (Ctrl+Home) after a vertical selection under a certain condition.

https://www.emeditor.com/text-editor-features/history/emeditor-free/
Titel: QOwnNotes 20.5.5 Build 5627
Beitrag von: SiLæncer am 06 Mai, 2020, 19:30
Whats new:>>

    now a tooltip is shown for note tabs to guide you how to stick and unstick notes (for #1730)
    the note tab sticky status will now be shown correctly if a note is double-clicked in the note list (for #1730)
    added more German, French, Russian, Italian, Catalan, Bengali, Hungarian, Dutch, Danish, Finnish, Polish, Brazilian Portuguese translation (thank you rakekniven, gbabin, unchase, mlocati, MGuerra, Oymate, Fabijenna, mlimacarlos)

http://www.qownnotes.org/
Titel: Vim 8.2.0705
Beitrag von: SiLæncer am 07 Mai, 2020, 05:15
Whats new:>>

Fixed:

indent tests don't run on CI for FreeBSD

http://www.vim.org/index.php
Titel: Notepads 1.3.1.0
Beitrag von: SiLæncer am 07 Mai, 2020, 05:45
Whats new:>>

    Improvements:

    Reducing memory footprint when line numbers are showing.

https://github.com/JasonStein/Notepads
Titel: Vim 8.2.0716
Beitrag von: SiLæncer am 08 Mai, 2020, 05:55
Whats new:>>

Fixed:

Vim9: another memory leak.

http://www.vim.org/index.php
Titel: QOwnNotes 20.5.6 Build 5635
Beitrag von: SiLæncer am 08 Mai, 2020, 20:30
Whats new:>>

    leaving the distraction free mode with Escape now doesn't cause you to enter the read-only mode automatically, you have to press Escape a 2nd time to enter the read-only mode (for #1733)
    fixed a possible focus problem when entering the distraction free mode (for #1733)
    fixed a possible crash in code block preview (for #1731, thank you @Waqar144)
    added more Cebuano, Indonesian, Polish, Uzbek, Portuguese, Irish, Vietnamese, Chinese Simplified, Punjabi, Albanian, Chinese Traditional, Romanian, Japanese, Arabic, Filipino, Serbian (Cyrillic), Khmer, Galician, Czech, Slovak, Korean, Greek, Danish, Slovenian, Dutch, Latvian, Hausa, Spanish, Basque, Hebrew, Swedish, Lithuanian, Hindi, Turkish, Macedonian, Hungarian, Ukrainian, Norwegian, Bosnian, Icelandic, Urdu (Pakistan), Persian, Bulgarian translation (thank you Fabijenna)

http://www.qownnotes.org/
Titel: Vim 8.2.0717
Beitrag von: SiLæncer am 09 Mai, 2020, 10:10
(https://s26.postimg.cc/xww5nc4zt/screenshot_1282.png)
A highly configurable text editor built to enable efficient text editing - an improved version of the vi editor distributed with most UNIX systems.

Freeware

Whats new:>>

Fixed:

Vim9: postponed constant expressions does not scale

http://www.vim.org/index.php
Titel: Vim 8.2.0726
Beitrag von: SiLæncer am 10 Mai, 2020, 10:10
Whats new:>>

Fixed:

Vim9: leaking memory when calling not compiled :def function

http://www.vim.org/index.php
Titel: Text Editor Pro 9.2.0
Beitrag von: SiLæncer am 10 Mai, 2020, 20:30
(https://s26.postimg.cc/hfdkhoj9l/screenshot_896.png)
Text Editor Pro (formerly EditBone) is a powerful text editing tool that comes with syntax highlighting support for over 50 languages and scripts, customizable with over 100 options, 29 ready made styles, a handy file comparison feature, unicode character map, numerical unit convert tool, SQL formatter, and support for multiple directories and search results.

Freeware

Changelog

    Added license to about box
    Added options for hex editor
    Fixed application scaling option
    Fixed changed files dialog
    Fixed check for updates
    Fixed hex editor
    Fixed installers
    Fixed minimize to system tray
    Fixed replace
    Fixed text editor control
    Fixed language files
    Updated and fixed AlphaControls v15.06 - http://www.alphaskins.com/

[close]

https://texteditor.pro/
Titel: qPad 1.1.4 Build 25
Beitrag von: SiLæncer am 10 Mai, 2020, 20:50
(https://i.postimg.cc/MHbGsPpc/screenshot-2412.png)
qPad is a simple standalone UTF-8 notetaking and plain text app for windows. It can be a good alternative for Windows' Notepad; just start your paragraph with a Right-to-left language (such as Arabic, Persian, Hebrew, etc) or a RTL Mark to make it right-aligned!

Freeware

Changelog

    Added file information dialog (F2)
    Find Next/Previous shortcuts (Shift+)F3

    Minor improvements and bugfixes:

    Remembers last file's location on open/save dialogs
    Find window stays focused when search finished

[close]

https://alvandsoft.com/qpad/
Titel: Vim 8.2.0735
Beitrag von: SiLæncer am 11 Mai, 2020, 04:35
Whats new:>>

Fixed:

using unitialized memory

http://www.vim.org/index.php
Titel: RJ TextEd 14.50
Beitrag von: SiLæncer am 11 Mai, 2020, 05:25
(https://s26.postimg.cc/775l9vjeh/screenshot_593.png)
RJ TextEd - A Unicode source and text editor. RJ TextEd is a full featured text and source editor with Unicode support, syntax highlighting and code folding. The functionality extends beyond text files and includes support for HTML editing with integrated preview, spell checking, auto completion, HTML validation, templates and more. The program also include support for Topstyle Lite CSS editor, has a dual pane file commander, as well as a FTP client to upload your files. The editor uses language files to display menus and dialogs in different languages. There are several included languages. New language files can easily be created in the editor. RJ TextEd is also a simple web development tool. The editor can use auto completion and hints to assist you in editing your source code. You can preview HTML/ASP/PHP... code using one of the preview tabs or open a document in a browser. The editor does not only handle source code. It also handles true ASCII files, binary files and of course plain text files.

License: Freeware

Changelog

    Chrome Preview:

    Updated component and libraries to version 81.0.4044.

    Code hints:

    Added code hints. Hover the mouse over a tag, CSS property, method or function name to display information about it. In HTML hints are displayed for both tags and attributes. The hint may contain a description, return value, parameters and example code.
    A code hint is also displayed when an item is selected in auto completion list box.
    For this to work the [Hints] section in the syntax file must contain the function i question.
    Updated syntax files are: Cpp, python, css, less, sass, HTML, JavaScript, PHP.

    Image hints:

    Image hints are displayed when you hover the mouse over an image link. The hint will display a miniature of the image.
    You can turn this off this hint in options.

    Hints and options:

    The editor is now able to show the following hint types:

    Code hints:

    Hover the mouse over a function to display information like parameters and description.

    Parameter hints:

    Press Ctrl+Shift+H or type "(" to display a hint with all parameters.

    Color hints:

    Hover the mouse over a color value to display the color in different formats. Click on a format to convert the value or on the color box to open the color dialog window.

    Image hints:

    Hover the mouse over an image link to display a thumbnail.
    You can set which hints should be enabled in options and also decide whether the code or parameter hint should be displayed above or below the code.

    Auto completion:

    Auto completion can now include Emmet abbreviations. The hint will display the expanded code.
    In HTML you can now type a letter and press CTRL+Space to get a list of tags and Emmet abbreviations beginning with that letter.
    This is turned on by default but you can change that in options.

    Auto completion speed:

    Optimized a few functions and the auto completion should be way faster than before.

    Text compare:

    Added a new toolbar placed between the two documents being compared. The toolbar contain most functions available in compare mode like copy difference left or right, move to the next or previous difference, save diff file...

    Syntax Editor:

    Made several changes to the syntax editor to handle the changes made to the syntax files. The hints page has been redesigned and some changes were made when adding items to the class completion and user menu sections.
    Save As ... (Remote)
    Added two new toolbar buttons to the save remote dialog box. "New folder" and "goto parent folder".

    Fixed:

    Open file issue after closing document views.
    Theme manager high DPI issues.
    A few Emmet expand abbreviation issues.
    RegEx search issue.
    Problems with sessions.
    Create new file panel issues.
    Many reported issues from users sent by email.

[close]

http://www.rj-texted.se/
Titel: Notepads 1.3.3.0
Beitrag von: SiLæncer am 11 Mai, 2020, 16:45
(https://i.postimg.cc/DzHrb6Dr/screenshot-1766.png)
Modern, open-source Notepad alternative for Windows 10 that gives the aging text editor a facelift, while also packing additional functionality into a similarly streamlined application.

MIT License

Changelog

    Fixed an issue with previous release.

1.3.2.0

    [New features]:

    Added settings to change font style and font weight.

    [Improvements]:

    When you drag a file into Notepads, it now can be saved silently without prompting a file save picker.
    Improved DiffViewer rendering performance.
    Minor visual adjustments to line highlighter when multiple lines are selected.

    [Bug fixes]:

    Fixed a bug where in some cases, clipboard content might be cleared upon app exit.

    [New Localization]:

    [zh-TW][Chinese (Traditional)]

[close]

https://github.com/JasonStein/Notepads
Titel: QOwnNotes 20.5.7 Build 5654
Beitrag von: SiLæncer am 11 Mai, 2020, 20:30
(https://s26.postimg.cc/hoi1ahlcp/screenshot_978.png)
QOwnNotes is a text editor / notepad replacement with markdown support and todo list manager. The program supports themes, keyboard shortcuts, syntax highlighting, and encryption. Includes available nested file list, tags, search, and more. Optionally works with the notes application ownCloud or Nextcloud.

Cross-platform with clients available for Mac and Linux.

License: GPL

Changelog

    there now is a new method insertHtmlAsMarkdownIntoCurrentNote for mainWindow in the scripting engine that inserts html in the current note as markdown (for #1740)
        this method also downloads remote images and transforms data:image urls to local images stored in the media directory
        for more information please take a look at the Mainwindow scripting documentation
    added a new scripting hook websocketRawDataHook that is called when data is sent from the QOwnNotes Web Companion browser extension via the web browser's context menu (for #1740)
        you need the QOwnNotes Web Companion 20.5.0 or higher for this to work
        this works with either the send page and send selection feature of the web companion
        if a hook implementation is found in a script no new note will be created
        take a look at the handleNoteNameHook documentation for more information
    note tabs will now be reloaded correctly if the note-folder is reloaded (for #1720)
        all note assignments were previously lost because reloading the note-folder causes all note ids to be different than before
    fixed a possible crash when restoring note tabs (for #1720)
    added new scripting methods fileExists and readFromFile and a new parameter createParentDirs for method writeToFile (for #1736, thank you @r00tr4v3n)
        for more information please take a look at the scripting documentation
    there now is a new sub-menu for custom actions from scripts in the note-edit context menu to prevent that too many menu items are shown on the first level of the menu (for #1737, thank you @r00tr4v3n)
    added more Bengali, Brazilian Portuguese, French translation (thank you Oymate, Fabijenna, gbabin, bepolymathe)

[close]

http://www.qownnotes.org/
Titel: CudaText 1.99.0.0
Beitrag von: SiLæncer am 12 Mai, 2020, 09:08
(https://s26.postimg.cc/k6wu8qcrt/screenshot_901.png)
Create programming scripts with this powerful tool that supports more than 130 languages and allows users to work concurrently on as many as six groups of projects.

Freeware

Changelog

    Add: speedup loading big ascii files by 5-6%
    Add: new big Wiki topic: https://wiki.freepascal.org/CudaText#CudaText_vs_Sublime_Text.2C_different_answers_to_questions
    Add: new big Wiki topic: https://wiki.freepascal.org/CudaText#Program_perfomance
    Add: plugin Lexer Detecter: speedup loading when no lexer found (110ms->2ms)
    Add: Find/Replace dialog: on regex error, show error more detailed
    Add: lexer Markdown: highlight checkboxes in lists: [ ]
  • [X]

    Change: lexer HTML: don't fold <p> tags (tags produce folding icon which don't work when there're many tags on a line)
    Fix: API ini_read/ini_write deleted quotes from quoted values (thanks @dinkumoil)
    Fix: crash when CudaText is opened from file manager, with specific history data (thanks @dinkumoil, @OlehL)
    Fix: bug in regex search with regex'es like "a+", "a{2,4}" (thanks @Petrik_Pjatochkin, @ritmation)
    Fix: Project Manager: fuzzy search in "Go To File" was not handy (thanks @4goodapp)
    Fix: crash on start on Linux (some Lazarus bug)
    Fix: Emmet bug with "!" abbrev (thanks Rickard)
    Fix: Emmet bug with "span.classname" (thanks Rickard, @d-mal)
    Fix: crash of External Tools/ FindInFiles on files with null bytes (thanks @kvichans)
    Fix: on app closing, hex viewer painted something on Windows desktop (thanks @dinkumoil)
    Fix: not smooth edge of triangled ui-tabs
    Fix: italic "comments" at line ends were cropped with some fonts

[close]

http://www.uvviewsoft.com/cudatext/
Titel: RJ TextEd 14.51
Beitrag von: SiLæncer am 12 Mai, 2020, 13:50
Changelog

    Misc:

    Updated a few visual components.
    Changed toolbar images in print preview.

    Fixed:

    Error message that may occur using the 32-bit version of the program.
    Call stack issue with bug reports on the 32-bit version.
    An issue with manually changing highlighter.
    Some High DPI issues in print preview window.
    Fixed a few help hints in options (translations are still missing).

[close]

http://www.rj-texted.se/
Titel: Vim 8.2.0745
Beitrag von: SiLæncer am 13 Mai, 2020, 04:15
Whats new:>>

    Changed:

    Crash on exit when not all popups are closed

http://www.vim.org/index.php
Titel: Notepads 1.3.4.0
Beitrag von: SiLæncer am 13 Mai, 2020, 06:20
Whats new:>>

Fixed an issue where app might crash when line highlighter is showing.

https://github.com/JasonStein/Notepads
Titel: QOwnNotes 20.5.8 Build 5658
Beitrag von: SiLæncer am 13 Mai, 2020, 19:00
Whats new:>>

    you can now copy an image to the clipboard by right-clicking on it in the preview (for #1741)
        this works for local and as well for remote images
    the binary translation files were removed from the git repository, they are now built in all build systems (for #1744)
    added more French, German, Russian, Catalan, Italian, Bengali translation (thank you gbabin, rakekniven, unchase, MGuerra, tiwi90, Oymate)

http://www.qownnotes.org/
Titel: Zettlr 1.7.0 Beta 4
Beitrag von: SiLæncer am 14 Mai, 2020, 13:33
(https://s26.postimg.cc/vfll9p4mh/screenshot_956.png)
Write text and conveniently edit it using Markdown with the help of this user-friendly and well-thought-out, Electron based application.

MIT License

Changelog

Breaking Changes

This release contains several breaking changes to 1.6 due to heavy internal refactoring.

    Your virtual directories will be gone after installing.
    Projects will be incorporated into the .ztr-directory-files, which means that you need to extract these files (or backup them) if you plan to roll back to 1.6 or earlier, lest you will lose the project settings.

GUI and Functionality

    New Feature: Zettlr now supports (theoretically) unlimited open documents and orders them in tabs at the top of the editor instance.
        The tabs display the frontmatter title, if applicable, or the filename.
        On hover, you can get additional info about the documents.
        Drag and drop the tabs to re-sort their order.
        Get going where you left of the day before: Open files are persisted during restarts of the application.
    New Feature: RTL support! Now whether you are writing in Hebrew, Persian, Urdu or any other right-to-left writing system, you can do so now. We've added support for the respective options of CodeMirror in the "Preferences -> Editor" tab.
    If available, a title from a YAML frontmatter will be appended to the displayed file entry when linking files.
    Copying images from the Explorer/Finder/file browser now offers to insert them into the document, copying them over to the assets directory.
    The popups are now more resilient against accidental closing, just like the dialogs.
    When focus-selecting the global search bar (pressing the mouse button in the input and using it to select some text immediately) works as in other inputs now.
    Added the week-number as a variable for filenames and the Zettelkasten IDs (use %W).
    Changes to the Pomodoro timer: Now the sound will play each time you release the mouse button on the volume slider to check how loud it is. Furthermore, the mute button has been removed in favor of a volume indication, with 0% equalling the former mute setting.
    When the tag cloud is filtered, "Copy Tags" will only copy the filtered tags, and no longer all tags. To copy all tags, reset the filter. Furthermore tags will now be copied to clipboard including the leading hashtag.
    Re-enabled double-dollar inline equations for rendering and syntax highlighting.
    HTML-style comments (<!-- Lorem Ipsum -->) are now also exempt from the word counting.
    Fixed an error in the Table Editor that would assume empty rows to be header rows, leading to false behavior when trying to display a completely empty table.
    The Table Editor can now also parse and display simple and grid tables, and a wider range of pipe tables, as described in the Pandoc manual.
    Fixed a small mistake where literal blocks would be wrongly offset as the editor treated them as list items.
    Fixed artefacts with spellchecking errors. Thanks to @ryota-abe for proposing the correct selector!
    The Table Editor now remembers what the source table looked like and tries to recreate that when it applies the changes to the DOM.
    Added verbose error reporting and improved the error handling during citeproc boot. Now, Zettlr will (a) remove error-throwing CiteKeys so that the rest of the library loads just fine and (b) display the exact errors as reported by citeproc-js so that users can immediately identify the bad keys and know where to look.
    The global search bar's autocomplete will now also work for non-western scripts such as Japanese, Korean, Chinese, or any other.
    Virtual directories have been discontinued. Parts of their functionality will be re-implemented in different ways.
    On Linux, we've restored the default window decorations -- that is, the burger menu button is gone, and the menu will be displayed wherever the window manager decides.
    Fixed a small bug that could lead to errors during autocomplete selection if no frontmatter is present in the file.
    Added syntax highlighting modes (with keywords):
        Elm: elm
        F#: f#/fsharp
        Haskell: hs/haskell
        VB.net: vb.net/vb/visualbasic
    Fix the colours of the heatmap search list.
    Fixed a logical error in the detection of remote changes of attachment files.
    Fenced code blocks, delimited by three backticks have a customizable box background. The colour (and different styles) can be customized by targeting the code-block-line-CSS class.
    The font size of mathematics was decreased a bit to align it better with the size of normal text. Thanks to @tobiasdiez.
    Support fenced code blocks surrounded by tildes (~) instead of backticks.
    The About dialog of the application now also holds a tab with debug information about both the binary, the system, and the current environment.
    Tags with diacritics are now also removed on export (with the respective setting turned on), so that the removed tags match the tags which are highlighted in the editor.
    Fixed searches behaving irrationally if you search again while the previous search has not yet ended.
    Switched to using the Clarity Design icon set where possible.
    Sort buttons now show how the directory is currently sorted. One shows and toggles what is being sorted by (name or time). The other shows and toggles what direction is being sorted ine (ascending or descending).
    Modified display settings are now applied on configuration changes (not just after clicking somewhere in the document).
    Modals now also apply a dark theming if in dark mode.

Under the Hood

    FSAL Refactor: This release includes a huge refactor of the file system core of the application. In general terms, the rewritten core enables Zettlr to handle the file system more efficiently, uses up less RAM and has some other goodies that make the whole File System Abstraction Layer (FSAL) much more scalable for future feature implementations. More precisely:
        From OOP to Functional: While previously files and directories were heavily object-oriented with one full object being instantiated for each and every file including a whole prototype chain, the new core switches to a functional approach, removing the memory-intensive prototype chains. Instead, files and directories are now represented by a descriptor which includes the all meta-information packages, but no function bodies. Instead, the new FSAL calls functions to which it passes one or more descriptors in order to enable the function to modify the descriptor itself. This also makes state management easier, as the whole FSAL only works with object pointers and does not re-instantiate most descriptors every time a function modifies them.
        Improved state management: Now the state is not littered across the main process code base, but instead is centrally managed by the FSAL core class, which emits events every time anything in the state changes. This keeps the functional logic of the application much simpler. As opposed to before, the Zettlr main application class only accesses the FSAL state, and furthermore makes use of three events -- directory replacement, file replacement, and full file tree update -- to propagate any changes to the renderer process.
        File Caching for faster boot: The FSAL additionally includes a sharded file cache which approximately halves the boot time. Furthermore, this enables the app to be much more resource-friendly for your storage, as the number of file accesses is reduced heavily -- at most, one hundred files will be opened during boot, instead of up to 10,000 or more, depending on the amount of open files you had.
        Improved remote change detection: As a result of the descriptor-system and improved central state management, detecting and managing state changes induced remotely much easier. The whole logic of the watchdog has been cut down to its essential parts to make its business logic more manageable.
        Improved debugging: Also as a result of implementing the new FSAL core as a self-contained EventEmitter module, it's much easier to locate logical errors, as due to improved state management missing state updates in the graphical user interface most likely emanate from exactly there, and not the FSAL. This has already helped identify several very small and almost unnoticeable bugs that did not update the renderer's state as wanted.
    Improvements to image dragging and dropping from the attachment sidebar.
    Switched the string variable replacer from vanilla JavaScript to moment.js, which simplified the function considerably.
    The export module is now really a module.
    Switched to cTime internally as the representation for modification time, because it'll capture more changes than mTime.
    Updated insecure dependencies.
    .git-directories are now ignored.
    Applying the CSS line classes for Markdown headings should now be less computationally intensive.
    Switched to Gulp for LESS compilation (thanks to @tobiasdiez for implementing).
    The command autoloader now logs potential errors during command loading.
    You can now pass a temporary configuration file to Zettlr, e.g. for testing purposes. Simply start Zettlr from the command line and pass --config /your/config/file.json. It can also only be a stub (e.g. only containing certain selected configuration parameters), as Zettlr will set all missing properties to their respective defaults. If the path is relative, Zettlr will attempt to find the file either at the repository root, if app.isPackaged is false, or at the current executable's directory.
    Added a test command for GUI testing. It creates a small directory structure so that you can test the GUI without having to sacrifice your files or your mental health for that issue. Run yarn test-gui to run Zettlr in that test environment, and do to the files whatever you want!
    The targets class is now a service provider.
    Fixed the flattenDirectoryTree utility function. I have no idea why it worked for eleven months, but when it started throwing errors on the FSAL I realized it did a lot of things but it should've never worked. JavaScript is magic. Update: Found a newer and more optimized utility function, objectToArray, so I'm trashing it for good.
    The Pandoc-command is now logged in its resolved state immediately before actually being run.
    Windows installers are finally signed.
    Switched back to the package.json configuration for electron-builder, because, well, Electron.

[close]

Download: https://github.com/Zettlr/Zettlr/releases

https://www.zettlr.com/
Titel: QOwnNotes 20.5.9 Build 5663
Beitrag von: SiLæncer am 14 Mai, 2020, 20:00
Whats new:>>

    added a new editor color schema Solarized Dark (for #1742, thank you @sauces1313)
    the note files are now actually renamed if the headline of a note changes instead of a new note file being created (for #1743)
        if if the note file was successfully renamed now a copy will not be move to the local trash
    added more Spanish translation (thank you richarson)

http://www.qownnotes.org/
Titel: Vim 8.2.0754
Beitrag von: SiLæncer am 15 Mai, 2020, 04:15
(https://s26.postimg.cc/xww5nc4zt/screenshot_1282.png)
A highly configurable text editor built to enable efficient text editing - an improved version of the vi editor distributed with most UNIX systems.

Freeware

Whats new:>>

    8.2.0754: Vim9: No test for forward declaration
    8.2.0753: Vim9: expressions are evaluated in the discovery phase

http://www.vim.org/index.php
Titel: EmEditor Free 19.8.5
Beitrag von: SiLæncer am 15 Mai, 2020, 09:11
(https://1z9j8fz5fww49iaje1itey71-wpengine.netdna-ssl.com/wp-content/uploads/2013/09/EmEditorFree_Window.png)
EmEditor is a lightning-fast, tabbed text editor with themes, syntax highlighting, stay-on-top, and customizable keyboard mapping. The program supports batch find-and-replace, regular expressions, and more.

The program beat a variety of other text editors in tests performed by TPFC user TP109. Additional features are available via a non-free version.

Free for personal use

Whats new:>>

    Fixed a bug where EmEditor could not search for “L”, “P”, or “U”, which is not a regular expression nor escape sequence, without matching case.
    Fixed a bug where EmEditor could crash during regular expression searches.
    The new version enables the AVX-512 instruction set for CPUs where the SHA instruction set is unavailable but the AVX-512 instruction set is available.
    Adjusted the selection after the Insert Column Left/Right command.

https://www.emeditor.com/text-editor-features/history/emeditor-free/
Titel: BaseX 9.3.3
Beitrag von: SiLæncer am 15 Mai, 2020, 16:45
(https://s26.postimg.cc/zexqg30d5/screenshot_63.png)
BaseX is a Java-based software application that integrates an XML database and XQuery text editor. It is wrapped in a user-friendly working environment and comes packed with several useful options and configuration parameters for experienced users.

BSD License

Whats new:>>

Minor bug fixes, performance tweaks, new query optimizations

http://basex.org/
Titel: BabelEdit 2.7.0
Beitrag von: SiLæncer am 15 Mai, 2020, 19:15
(https://s26.postimg.cc/7efmb9imh/screenshot_979.png)
A translation editor that can process one or more JSON files at the same time, providing support for both json and namespaced-json formats.

Freeware

Changelog

    Features:

    Support Angular/XLIFF files
    Support for Welsh, Filipino, Nepali, Oromo, Tigrinya, Somali, Malayalam
    Enabled machine translation features for Tatar and Lao
    Support nested arrays in JSON Files
    Added "Collapse all" to tree context menu, added keyboard shortcuts
    Added menu item to set/clear "Approved" flag for all IDs

    Fixes:
 
    Folder renaming: check if other folder with that name already exists
    Blurry icons on Windows

[close]

https://www.codeandweb.com/babeledit
Titel: Vim 8.2.0764
Beitrag von: SiLæncer am 16 Mai, 2020, 18:10
Whats new:>>

    Changes:

    Vim9: assigning to option not fully tested
    GUI test fails without the terminal feature
    Buffer is not considered modified after setting crypt key
    Vim9: instructions not tested
    Vim9: dict member errors not tested
    Vim9: missing changes for performance improvements
    Vim9: no test for STORELIST and STOREDICT

http://www.vim.org/index.php
Titel: PSPad 5.0.4 Build 400 Dev
Beitrag von: SiLæncer am 16 Mai, 2020, 20:20
(http://images.six.betanews.com/screenshots/1076948037-1.png)
PSPad is a universal freeware editor. There is no complex install process; the program is ready to work immediately, without requiring customization. It supports many file types and languages, with syntax highlighting. There are macros, clip files and templates to automate repetitive activities. An integrated HEX Editor, Project support, FTP Client, Macro Recorder, File Search/Replace, Code Explorer, code page conversion, are just some of the many possibilities that PSPad can offer you.

Freeware

Changelog

    News:

    Compiled with Delphi 10.4 Denali (still in beta stage)
    New Memory manager version FastMM5
    User highlighter - added "Attribute" for PowerShell - it highlights word after square open bracket
    Find by lines - new function in the Search menu. Input is list of line numbers and result is set of lines from current document in new document.

    Fixes:

    Autoit Highlighter - fix of single line comments
    AutoIt code explorer - fixed typo in category name
    Save As - hadnel unwanted adding of file extension when extension wasn't included in SaveDialog filter
    User highlighter - fixed using different string types together in one highlughter
    Find - result won't be centered horizontally, horizontal scroll will be as minimal as possible to ensure result is visible

[close]

http://www.pspad.com/
Titel: Vim 8.2.0788
Beitrag von: SiLæncer am 18 Mai, 2020, 05:15
Whats new:>>

memory leak in libvterm

http://www.vim.org/index.php
Titel: Text Editor Pro 9.2.1
Beitrag von: SiLæncer am 18 Mai, 2020, 05:45
(https://s26.postimg.cc/hfdkhoj9l/screenshot_896.png)
Text Editor Pro (formerly EditBone) is a powerful text editing tool that comes with syntax highlighting support for over 50 languages and scripts, customizable with over 100 options, 29 ready made styles, a handy file comparison feature, unicode character map, numerical unit convert tool, SQL formatter, and support for multiple directories and search results.

Freeware

Changelog

    Fixed color options
    Fixed fluent night skin
    Fixed view files
    Fixed word wrap
    Updated language files
    Updated and fixed AlphaControls v15.07

[close]

https://texteditor.pro/
Titel: YaraEditor 3.5.1.0
Beitrag von: SiLæncer am 18 Mai, 2020, 16:40
(https://i.postimg.cc/rpGYFbgY/screenshot-2116.png)
Write, compile and test signatures for the Yara tool and determine whether they are compiled correctly to identify malware using this straightforward app.

Freeware

Changelog

    Fix for crash upload (limitation by dump is present)
    Fixed pipe disconnect (retry logic)
    Fixed pipe security
    Fixed IPC cache
    Added config auto-backup/restore
    Fixed self-update task
    Fixed crash reports upload

[close]

https://www.adlice.com/download/yaraeditor/
Titel: CudaText 1.100.0.0
Beitrag von: SiLæncer am 18 Mai, 2020, 17:00
(https://s26.postimg.cc/k6wu8qcrt/screenshot_901.png)
Create programming scripts with this powerful tool that supports more than 130 languages and allows users to work concurrently on as many as six groups of projects.

Freeware

Changelog

+ add: options "statusbar_nnnn" support new macro {selchars} - total number of selected characters
+ add: option "mouse_click_links"
+ add: option "max_line_len_for_accurate_width"
+ add: open URLs and e-mails (with and without "mailto:") by double-click
+ add: open URLs starting with "www." and "ftp."
+ add: optimizations for "dynamic highlightings" code
+ add: switch ui tabs by Shift+wheel
+ add: Wiki topic: https://wiki.freepascal.org/CudaText#Sessions
+ add: Wiki topic: https://wiki.freepascal.org/CudaText#Markers
+ add: API to show button on sidebar's bottom without loading the plugin
* change: replaced 3 rarely needed options "unprinted_xxxx_scale" with single option "unprinted_symbols_scale"
* change: ui tabs: mouse wheel scroll step is now 20% of width
* change: toolbar button "Sort" was removed. It gave the same commands as "Plugins / Sort" but it had only 5 of all 20 commands.
- fix: plugin "Open URL" didn't catch double-click sometimes (thanks @Jairo-Martinez)
- fix: folding icon on gutter did not work in some cases
- fix: Project Manager cannot open files in binary viewer sometimes
- fix: Project Managet cannot open recent projects
- fix: regex search bug with regex like "[.-]test" (thanks @SlMaker)
- fix: lexer PHP: several fixes for code-tree and folding
- fix: incorrect caret pos in long lines (len>500) with CJK chars (thanks @larrylau)
- fix: bug from 1.99, file can be loaded from session without lexer set

[close]

http://www.uvviewsoft.com/cudatext/
Titel: QOwnNotes 20.5.10 Build 5681
Beitrag von: SiLæncer am 19 Mai, 2020, 04:50
(https://s26.postimg.cc/hoi1ahlcp/screenshot_978.png)
QOwnNotes is a text editor / notepad replacement with markdown support and todo list manager. The program supports themes, keyboard shortcuts, syntax highlighting, and encryption. Includes available nested file list, tags, search, and more. Optionally works with the notes application ownCloud or Nextcloud.

Cross-platform with clients available for Mac and Linux.

License: GPL

Changelog

    fixed file links interpreted in code blocks (for #1748, thank you @Waqar144)
    migrated from sub-folder to subfolder in menu items, documentation, comments and general text
    added more Albanian, Arabic, Basque, Zulu, Xhosa, Hausa, Greek, Filipino, Kurdish, Croatian, Estonian, Malay, Hungarian, Bengali, Bosnian, Bulgarian, Cebuano, Chinese Simplified, Chinese Traditional, Czech, Danish, Dutch, Finnish, Galician, Hebrew, Hindi, Icelandic, Indonesian, Irish, Japanese, Korean, Latvian, Lithuanian, Macedonian, Norwegian, Persian, Polish, Portuguese, Punjabi, Romanian, Serbian (Cyrillic), Slovak, Slovenian, Swedish, Turkish, Ukrainian, Urdu (Pakistan), Uzbek, Vietnamese translation (thank you Fabijenna)

[close]

http://www.qownnotes.org/
Titel: ProgramEdit 4.9.4
Beitrag von: SiLæncer am 19 Mai, 2020, 16:30
(https://s26.postimg.cc/wcabyxqq1/screenshot_58.png)
ProgramEdit - a free Windows® software source-code editor. ProgramEdit includes language support for HTML, Ada, C/C++, C#, CSS, JAVA, JavaScript, Perl, PHP, Python, Ruby, VB, VBScript, Verilog, VHDL and Batch(.bat) files. Other features include tabbed file selection, text highlighting, find & replace, regular expressions, sesssions, bookmarks, multiple undo/redo and hyperlinks.

Freeware

Whats new:>>

    Change Macros file-Save format to Windows
    Fix minor bugs
    Update Search Help

http://simplesolverlogic.com/index.html
Titel: MiKTeX 2.9.7442
Beitrag von: SiLæncer am 19 Mai, 2020, 17:15
(https://i.postimg.cc/rpCxYpK5/MiKTeX.png)
Lightweight and simple-to-use application which enables you to write mathematical, technical or any other type of scientific material.

Freeware

https://miktex.org
Titel: Atom 1.48.0 Beta
Beitrag von: SiLæncer am 19 Mai, 2020, 21:10
(https://s26.postimg.cc/fmfpqomgp/screenshot_915.png)
A powerful and flexible application that works as a text and source code editor with syntax highlight, or alternately as a file viewer.

MIT License

Whats new:>>

    Atom/spell-check#332 Fix cannot load the checker for xx-YY
    #20703 Upgrade apm to 2.5.0
    #20711 Update npm to 6.14.4 for Python 3 support
    #20711 Add setting to disable multi cursor on click

https://atom.io/
Titel: Atom 1.47.0
Beitrag von: SiLæncer am 20 Mai, 2020, 13:08
Whats new:>>

    atom/spell-check#332 Fix cannot load the checker for xx-YY
    20172 Upgrade to electron 5.0.12 ??
    19862 Add overlay when resizing panels to prevent panes stealing focus
    atom/language-c#330 Improve C++ syntax highlighting
    atom/language-ruby#276 Improve Ruby syntax highlighting

https://atom.io/
Titel: PSPad 5.0.4 Build 403 Dev
Beitrag von: SiLæncer am 21 Mai, 2020, 10:20
(http://images.six.betanews.com/screenshots/1076948037-1.png)
PSPad is a universal freeware editor. There is no complex install process; the program is ready to work immediately, without requiring customization. It supports many file types and languages, with syntax highlighting. There are macros, clip files and templates to automate repetitive activities. An integrated HEX Editor, Project support, FTP Client, Macro Recorder, File Search/Replace, Code Explorer, code page conversion, are just some of the many possibilities that PSPad can offer you.

Freeware

Changelog

    News:

    Internal HTML preview - obsolete Mozilla, based on unsupported Mozilla activeX control was replaced for Chromium based Edge. To test it is necessary to install chromium based Edge Canary build. It can coexists with existing Windows 10 edge without problems.
    Editor window - highlight all occurences of selected text. You can switch it off in the Program settings / Editor 2

    Fixes:

    Search/replace - fix when replace string contains n (new line)
    Scripting - if script runs when PSPad closes, message with script error appeared
    Fixed prolems with TXT files and save As dialog filter

[close]

http://www.pspad.com/
Titel: EmEditor Free 19.8.6
Beitrag von: SiLæncer am 21 Mai, 2020, 10:30
(https://1z9j8fz5fww49iaje1itey71-wpengine.netdna-ssl.com/wp-content/uploads/2013/09/EmEditorFree_Window.png)
EmEditor is a lightning-fast, tabbed text editor with themes, syntax highlighting, stay-on-top, and customizable keyboard mapping. The program supports batch find-and-replace, regular expressions, and more.

The program beat a variety of other text editors in tests performed by TPFC user TP109. Additional features are available via a non-free version.

Free for personal use

Whats new:>>

Fixed a bug where EmEditor could crash during a multiline search in a very large file.

https://www.emeditor.com/text-editor-features/history/emeditor-free/
Titel: QOwnNotes 20.5.11 Build 5703
Beitrag von: SiLæncer am 21 Mai, 2020, 17:40
(https://s26.postimg.cc/hoi1ahlcp/screenshot_978.png)
QOwnNotes is a text editor / notepad replacement with markdown support and todo list manager. The program supports themes, keyboard shortcuts, syntax highlighting, and encryption. Includes available nested file list, tags, search, and more. Optionally works with the notes application ownCloud or Nextcloud.

Cross-platform with clients available for Mac and Linux.

License: GPL

Changelog

    some startup performance improvements were made (for #1755, thank you @Waqar144)
    markdown checkbox list items now have a square as list-style in the preview (for #1761)
    the scripting command startDetachedProcess now has new parameters to define a callback identifier that can later be implemented via the new scripting hook onDetachedProcessCallback to be able to handle the output of a detached process in a script (for #1746, thank you @r00tr4v3n)
        please take a look at the documentation for startDetachedProcess and onDetachedProcessCallback for more information
    if the tab of current note was clicked now the subfolder of the note is activated if that is needed to show the note in the note list (for #1754)
    you can now enable a checkbox in the Editor settings to automatically remove trailing spaces from the current note text when the note is stored to disk (for #1759)
        you will only see the changes once the note edit panel is refreshed to prevent cursor jumping while you are editing the note
    added more Russian, Greek, German, Estonian, Hindi, Portuguese, Hungarian, Basque, Punjabi, Albanian, Filipino, Romanian, Arabic, Finnish, Icelandic, Serbian (Cyrillic), Indonesian, Slovak, Bengali, Bosnian, Irish, Slovenian, Bulgarian, Japanese, Swedish, Cebuano, Khmer, Turkish, Chinese Simplified, Korean, Ukrainian, Kurdish, Urdu (Pakistan), Chinese Traditional, Latvian, Uzbek, Croatian, Lithuanian, Vietnamese, Czech, Galician, Macedonian, Xhosa, Danish, Norwegian, Dutch, Hausa, Persian, Hebrew, Polish, French translation (thank you unchase, Gregory.K, Fabijenna, rakekniven, gbabin)

[close]

http://www.qownnotes.org/
Titel: Alternate Text Browser 3.730
Beitrag von: SiLæncer am 21 Mai, 2020, 19:10
(https://i.postimg.cc/TYy7wJVb/screenshot-1429.png)
This program makes it easy to browse through text- and html-files (also xml), syntax highlighting for serveral programming languages available (C++, Pascal, PHP, Perl, ASM, JScript etc.).

Freeware

Whats new:>>

    Bugfix for font settings
    Bugfixes in english and german translation
    Calculator 3.500, MathSolver 1.670, Memo 3.120

http://www.alternate-tools.com/pages/c_textbrowser.php?lang=ENG
Titel: BowPad 2.5.2
Beitrag von: SiLæncer am 22 Mai, 2020, 10:40
(https://s26.postimg.cc/h0ofzpokp/screenshot_1153.png)
BowPad is a small and fast text editor with a ribbon user interface and syntax highlighting.

Features:

syntax highlighting for over 100 file types and languages
handling of many different encodings, including UTF-8, UTF-16 and even UTF-32
easy ribbon user interface
navigation hints in the vertical scrollbar
coloring of open tabs according to their path
extendable with plugins written in jscript or vbscript

Freeware

Whats new:>>

    Updated to Scintilla 4.3.3
    Improved folding

http://stefanstools.sourceforge.net/BowPad.html
Titel: QOwnNotes 20.5.12 Build 5718
Beitrag von: SiLæncer am 22 Mai, 2020, 18:40
Whats new:>>

    Fixed copying and moving of notes into sub-folders and note-folders and other things that were broken by #1749 (for #1764 and #1743)
    The scripting hook noteToMarkdownHtmlHook will now be called after modifications to images in the note are made (for #1766)
    The QHotkey library was updated
    Added more translation (thank you unchase, richarson, gbabin, Fabijenna)

http://www.qownnotes.org/
Titel: RisohEditor 5.3.8
Beitrag von: SiLæncer am 22 Mai, 2020, 21:20
(https://i.postimg.cc/8P4z4Swt/screenshot-799.png)
"RisohEditor" is a free resource editor for Win32 development, created by Katayama Hirofumi MZ. RisohEditor realized the ideal of resource editor. "Risoh" means "ideal" in Japanese. RisohEditor can add, edit, extract, clone and remove the resource data in EXE/DLL files. You can edit Windows resources (Dialogs, Menus, Icons, Cursors, String Tables, Message Tables etc.) by using RisohEditor.

NOTICE: Please avoid installing in "C:\Program Files" or "C:\Program Files (x86)". Because the resource compiler (windres) doesn't accept space character in the file path.

Freeware

Whats new:>>

    Added "Open EGA Manual" item to "Automation" menu.
    Strictly controlled the file change flag.

https://katahiromz.web.fc2.com/re/en/index.html#intro
Titel: Typora 0.9.87 Beta
Beitrag von: SiLæncer am 22 Mai, 2020, 21:30
(https://i.postimg.cc/25xV0Fq1/Virtual-DVD.png)
Swiftly write, edit, format and convert text to HTML with the help of this modern looking, streamlined and novice-accessible piece of software.

Freeware

Changelog

    Improve table parsing rules.
    Show error message for invalid mermaid diagrams.
    Improve typewriter mode.
    Support file encode: UTF-8 with BOM.
    No indent for image block when "Indent first line of paragraphs" is enabled.
    Add ${filename} and ${filepath} variable support in custom image upload command.
    Improve sort in sidebar.
    Fix delete table row shortcut.
    Fix math rendering bug that scripts after comments in new lines are not rendered.
    Fix cursor position not restored when switch between source code mode and hybrid editing mode.
    Fix ref link with encoded URLs.
    Fix bugs related to image paste and upload.
    Fix Delete key and shift + arrow key on large files.
    Other improvements and bug fix.

[close]

http://www.typora.io/
Titel: Notepads 1.3.5.0
Beitrag von: SiLæncer am 23 Mai, 2020, 09:50
(https://i.postimg.cc/DzHrb6Dr/screenshot-1766.png)
Modern, open-source Notepad alternative for Windows 10 that gives the aging text editor a facelift, while also packing additional functionality into a similarly streamlined application.

MIT License

Changelog

    New features:

    Added option to rename a file or unsaved document. Please note, you can rename unsaved document to any extension you want but not for renaming any existing files. Rules are more restricted when renaming existing files due to the UWP restrictions.

    Improvements:

    Added more file extension supports including *.ps1, *.vbs, *.xaml etc.
    Some minor UX changes.

[close]

https://github.com/JasonStein/Notepads
Titel: EmEditor Free 19.9.0 Beta
Beitrag von: SiLæncer am 23 Mai, 2020, 16:30
Changelog

    New General Features:

    Added the ability to batch or multi-search in the Find, Find in Files, and Replace in Files commands.
    Added the Split Column(s) command to split a column by a specified separator, and put them into right columns or lines beneath.
    The Wrap Indent option now ignores full-width spaces.

    New Options:

    Added the Batch Find, Batch Find in Files, and Batch Replace in Files dialog boxes. Redesigned the Batch Replace dialog box.
    Added the Split Columns dialog box.
    Added the Select from Batch List command in the menu displayed when clicked the > button by the Find drop-down list box in Find, Replace, Find in Files, and Find in Replace dialog boxes.

    New Commands:

    Split Column(s)
    Batch Find
    Batch Replace
    Batch Find in Files
    Batch Replace in Files

    Plug-in API New Features:

    Added the COLUMN_SPLIT_TO_COLUMNS and COLUMN_SPLIT_TO_LINES flags to the EDIT_COLUMN_INFO structure and the Editor_EditColumn inline function.

    Macro New Features:

    Added the SplitColumn method to the Document object.

[close]

https://www.emeditor.com/text-editor-features/history/emeditor-free/
Titel: Zettlr 1.7.0 Beta 7
Beitrag von: SiLæncer am 23 Mai, 2020, 20:10
(https://s26.postimg.cc/vfll9p4mh/screenshot_956.png)
Write text and conveniently edit it using Markdown with the help of this user-friendly and well-thought-out, Electron based application.

MIT License

Changelog

    Changed Cmd/Ctrl+W: Now closes open tabs first, before closing the main window.
    New shortcuts: Switch tabs (Ctrl+Tab and Ctrl+Shift+Tab)
    Enhancement: Both global and file search fields are now preset with a selection from the editor, if given
    Feature: File matching — when linking files (e.g. [[filename]]) those with a higher match based on used tags appear to the top of the list.
    Feature: set the new setting to true in order to automatically created linked files if they do not yet exist
    Fix math equations on HTML export
    Fix global search autocomplete keystroke detection
    Fix caching issues on the FSAL
    Fix saving project properties
    Fix special characters in PDF variable values (PDF Author/PDF Title/etc)
    Fix nested checkbox rendering and behaviour
    Fix tooltips with fileinfo appearing in the top-left corner sometimes

[close]

Download: https://github.com/Zettlr/Zettlr/releases

https://www.zettlr.com/
Titel: CudaText 1.101.0.0
Beitrag von: SiLæncer am 23 Mai, 2020, 20:30
(https://s26.postimg.cc/k6wu8qcrt/screenshot_901.png)
Create programming scripts with this powerful tool that supports more than 130 languages and allows users to work concurrently on as many as six groups of projects.

Freeware

Changelog

    Add undo-data records also "line states", ie "undo" reverts "line states" to initial value (thanks @tmsg)
    Add command line support key -s to specify custom settings folder (thanks @tmsg)
    Add command line support file masks with '*', e.g. "cudatext readme/test*.htm*" (thanks @tmsg)
    Add when "unprinted symbols" are visible, render curved-arrow for wrapped parts of long lines (thanks @tmsg)
    Add paired file tabs (2 files in a single tab) now correctly save/restore to/from sessions
    Add for stability, when user removes lexer in Lexer Library dialog, app doesn't deallocate lexer object but only "marks" it (prevents access to deallocated memory objects)
    Add Wiki topic https//wiki.freepascal.org/CudaText#Dialog_.22Save_tabs.22
    Change changed format and file extensions of persistent undo/redo (used with "undo_persistent"true)
    Fix bug in regex engine with regex like [.-] and [.-] (thanks @SlMaker)
    Fix lexer Batch issues
    Fix several editor settings (wrap mode, show minimap/micromap/ruler/line-numbers/folding/unprinted) could not load from lexer-specific configs (thanks @tmsg)
    Fix Project Manager crash on calling Project Properties (thanks @Jairo-Martinez)

[close]

http://www.uvviewsoft.com/cudatext/
Titel: Vim 8.2.0814
Beitrag von: SiLæncer am 24 Mai, 2020, 11:15
(https://s26.postimg.cc/xww5nc4zt/screenshot_1282.png)
A highly configurable text editor built to enable efficient text editing - an improved version of the vi editor distributed with most UNIX systems.

Freeware

Whats new:>>

Clang warning for implicit conversion

http://www.vim.org/index.php
Titel: PSPad 5.0.4 Build 407 Dev
Beitrag von: SiLæncer am 24 Mai, 2020, 11:50
Changelog

    News:

    Skins - Program settings / Colors - is possible to change program skin to black. In the same place you can load Highlighters scheme. Optimized are PSPad_Light and PSPad_Dark. Creating and modifying schemes stays in Highlighter settings. As Skin is possible to use any Delphi VCL scheme (VSF extension).
    Program settings / Colors - possibility to set color for other occurrence of selected text
    Other occurences of selected text - changed to case insensitive, spaces on the begin/end are trimmed
    Many optimalizations made for Load/Save highlighters scheme
    Open/Save dialog work was rewrited (joined with skins). For Windows Vista and newer new system dialogs are used

    Fixes:

    Braceks highlight
    Fixed another bugs joined to fast window Open/Close
    Optimized redraw/flickering in window switching

[close]

http://www.pspad.com/
Titel: Typora 0.9.89 Beta
Beitrag von: SiLæncer am 25 Mai, 2020, 05:30
Whats new:>>

Fix export to docx / latex fail.

http://www.typora.io/
Titel: Vim 8.2.0820
Beitrag von: SiLæncer am 25 Mai, 2020, 09:09
(https://s26.postimg.cc/xww5nc4zt/screenshot_1282.png)
A highly configurable text editor built to enable efficient text editing - an improved version of the vi editor distributed with most UNIX systems.

Freeware

Whats new:>>

Vim9: function type isn't set until compiled

http://www.vim.org/index.php
Titel: Vim 8.2.0825
Beitrag von: SiLæncer am 26 Mai, 2020, 06:10
Whats new:>>

Def_function() may return pointer that was freed

http://www.vim.org/index.php
Titel: Vim 8.2.0830
Beitrag von: SiLæncer am 27 Mai, 2020, 09:09
Whats new:>>

Motif: can't map "!"

http://www.vim.org/index.php
Titel: QOwnNotes 20.5.13 Build 5736
Beitrag von: SiLæncer am 27 Mai, 2020, 20:00
(https://s26.postimg.cc/hoi1ahlcp/screenshot_978.png)
QOwnNotes is a text editor / notepad replacement with markdown support and todo list manager. The program supports themes, keyboard shortcuts, syntax highlighting, and encryption. Includes available nested file list, tags, search, and more. Optionally works with the notes application ownCloud or Nextcloud.

Cross-platform with clients available for Mac and Linux.

License: GPL

Changelog

    improved autocompletion for "bold" and "italic" markdown markers (for #1753, thank you @Waqar144)
    fixed hex numbers highlighting (for #117, thank you @Waqar144)
    added more translation (thank you Zack-83, mlimacarlos, MGuerra, rakekniven)

[close]

http://www.qownnotes.org/
Titel: CudaText 1.101.5.0
Beitrag von: SiLæncer am 28 Mai, 2020, 04:30
(https://s26.postimg.cc/k6wu8qcrt/screenshot_901.png)
Create programming scripts with this powerful tool that supports more than 130 languages and allows users to work concurrently on as many as six groups of projects.

Freeware

Changelog

    add: optimization in unfolding code, so unfolding of ranges, which have lot of folded subranges, is ~20x faster
    add: optimization in rendering of "colored ranges" (they are present in Bash lexer for $(...) and AutoIt lexer for multiline comments). Syntetic test files, with huge count of colored ranges, show much faster scrolling
    add: option "ui_notif_confirm" to enable confirmation on file auto-reloading
    add: dialog "Save Tabs" has new button "Toggle"
    add: lexer Lua: better code-tree for functions in class; folding of {}
    add: commands "move tab to group 1", "move tab to group 2"
    add: commands "move tab to group floating-1/ floating-2/ floating-3"
    fix: lexer JS: highlighting of regex'es
    fix: folded ranges didn't restore from history (if scroll pos: on top)
    fix: opening files in "preview tab" (Project Manager) gave incorrect filename sometimes (with "ui_notif":true)

[close]

http://www.uvviewsoft.com/cudatext/
Titel: Google Web Designer 8.0.2.0506
Beitrag von: SiLæncer am 28 Mai, 2020, 06:30
(https://i.postimg.cc/t4kxrGLC/screenshot-2067.png)
Google Web Designer allows you to create engaging, interactive HTML5-based designs and motion graphics that can run on any device. Let us handle the HTML5 and CSS3 so you're free to focus on what you love to do: creating gorgeous visual experiences. A full design suite lets you easily bring any vision to life. If you're feeling more hands-on, all the code behind your designs is hand-editable, so you're never locked out of your own work. Your ideas are now amplified by code - not restricted by it.

Freeware

Changelog

Fixes & improvements in version 8.0.2.0506

    Fixed issue where the 3D model's initial lighting was too bright.

New templates in version 8.0.2.0506

    Swirl Color Selector - A 300x600 Swirl creative with standard elements (a 3D model, logo, CTA button, and gesture cue) and color chips to change the 3D model's color.
    Swirl Color Selector Expandable - A 300x250 Swirl creative that can expand to full screen, with standard elements (a 3D model, logo, CTA button, and gesture cue) and color chips to change the 3D model's color.
    Swirl Hotspot - A 300x600 Swirl creative with standard elements (a 3D model, logo, CTA button, and gesture cue) and hotspots that display additional information about the 3D model.
    Swirl Hotspot Expandable - A 300x250 Swirl creative that can expand to full screen, with standard elements (a 3D model, logo, CTA button, and gesture cue) and hotspots that display additional information about the 3D model.

[close]

http://www.google.com/webdesigner
Titel: Vim 8.2.0834
Beitrag von: SiLæncer am 28 Mai, 2020, 09:05
Whats new:>>

Drop command in terminal popup causes problems

http://www.vim.org/index.php
Titel: RJ TextEd 14.52
Beitrag von: SiLæncer am 28 Mai, 2020, 09:08
(https://s26.postimg.cc/775l9vjeh/screenshot_593.png)
RJ TextEd - A Unicode source and text editor. RJ TextEd is a full featured text and source editor with Unicode support, syntax highlighting and code folding. The functionality extends beyond text files and includes support for HTML editing with integrated preview, spell checking, auto completion, HTML validation, templates and more. The program also include support for Topstyle Lite CSS editor, has a dual pane file commander, as well as a FTP client to upload your files. The editor uses language files to display menus and dialogs in different languages. There are several included languages. New language files can easily be created in the editor. RJ TextEd is also a simple web development tool. The editor can use auto completion and hints to assist you in editing your source code. You can preview HTML/ASP/PHP... code using one of the preview tabs or open a document in a browser. The editor does not only handle source code. It also handles true ASCII files, binary files and of course plain text files.

License: Freeware

Changelog

    Online validation (HTML, CSS)
    Added new online validators to the HTML menu.
    Validators are: HTML5 Validator, W3C HTML Validator and W3C CSS Validator.
    Programming ligatures
    Programming ligatures should display properly now after some minor changes. Ligatures are used with fonts that supports them, like Fira Code or Cascadia Code.

    New Options:

    Close editor if all open files are closed.
    Allow one instance on each virtual desktop (Windows 10). This option only work if you close all open instances and restart the editor.

    Misc:

    Rearranged a few menu items in the HTML menu.
    Made changes to the line diff view in compare documents view.

    Fixed:

    Clipboard issue with very large clips.
    SFTP download issue (and drag n drop).
    Misc reported issues.


[close]

http://www.rj-texted.se/
Titel: FirePad 1.0.0
Beitrag von: SiLæncer am 30 Mai, 2020, 09:15
(https://i.postimg.cc/90NK0qYs/screenshot-2546.png)
This next generation text editing software solution helps you type your documents a lot faster due to its extensive hotkey support.

MIT License

https://asishraju.github.io/FirePad/
Titel: Notepads 1.3.7.0
Beitrag von: SiLæncer am 30 Mai, 2020, 18:00
(https://i.postimg.cc/DzHrb6Dr/screenshot-1766.png)
Modern, open-source Notepad alternative for Windows 10 that gives the aging text editor a facelift, while also packing additional functionality into a similarly streamlined application.

MIT License

Changelog

    New features:

    You can now move line(s) up and down using Alt + Up/Down

    Improvments:

    Replace will first replace the current selected text if it matches the finding.

[close]

https://github.com/JasonStein/Notepads
Titel: Vim 8.2.0855
Beitrag von: SiLæncer am 31 Mai, 2020, 11:20
Whats new:>>

GUI tests fail because the test doesn't use a modifier

http://www.vim.org/index.php
Titel: QOwnNotes 20.6.0 Build 5746
Beitrag von: SiLæncer am 31 Mai, 2020, 21:00
Whats new:>>

    fix problem with adding QOwnNotes installed from snap as favorite in Ubuntu 20.04 (for #1713)
    fix markdown heading highlighting issue (for #1777, thank you @Waqar144)
    the scripting commands preNoteToMarkdownHtmlHook and preNoteToMarkdownHtmlHook now have a new parameter forExport (for #1769, thank you @r00tr4v3n)
        please take a look at the documentation for preNoteToMarkdownHtmlHook and noteToMarkdownHtmlHook for more information

http://www.qownnotes.org/
Titel: PSPad 5.0.4 Build 502 Dev
Beitrag von: SiLæncer am 31 Mai, 2020, 21:20
(http://images.six.betanews.com/screenshots/1076948037-1.png)
PSPad is a universal freeware editor. There is no complex install process; the program is ready to work immediately, without requiring customization. It supports many file types and languages, with syntax highlighting. There are macros, clip files and templates to automate repetitive activities. An integrated HEX Editor, Project support, FTP Client, Macro Recorder, File Search/Replace, Code Explorer, code page conversion, are just some of the many possibilities that PSPad can offer you.

Freeware

Changelog

    News:

    PSPad saves all files in restart/shutdown state include never saved new files.

    Fixes:

    Tollbar size change for another than default iconset
    FTP - sort by date time
    New file, Change syntax dialog and TXT button - file extension was changed to New.*
    Close bigger count of files at once caused exception
    Many fixes related to skins

[close]

http://www.pspad.com/
Titel: Vim 8.2.0869
Beitrag von: SiLæncer am 01 Juni, 2020, 09:10
Whats new:>>

8.2.0869: it is not possible to customize the quickfix window contents

http://www.vim.org/index.php
Titel: BirdFont 4.1.0
Beitrag von: SiLæncer am 01 Juni, 2020, 10:45
(https://s26.postimg.cc/rd1s4grdl/screenshot_137.png)
BirdFont is a free font editor that lets you create vector graphics and export TTF, EOT & SVG fonts.

Donationware

Latest Changes:>>

Many improvements to the overview tab

http://birdfont.org/
Titel: Scite 4.4.0
Beitrag von: SiLæncer am 01 Juni, 2020, 11:30
(https://s26.postimg.cc/fbkgceeux/screenshot_1241.png)
Editor mit Syntax-Highlighting, Auto-Completion, Folding und vielem mehr...

Open Source

Changelog

Added Xcode project files for Lexilla and Scintilla with no lexers (cocoa/Scintilla).
For GTK, build a shared library with no lexers libscintilla.so or libscintilla.dll.
Lexilla used as a shared library for most builds of SciTE except for the single file executable on Win32. On GTK, Scintilla shared library used. LexillaLibrary code can be copied out of SciTE for other applications that want to interface to Lexilla.
Constants in Scintilla.h can be disabled with SCI_DISABLE_AUTOGENERATED.
Implement per-monitor DPI Awareness on Win32 so both Scintilla and SciTE will adapt to the display scale when moved between monitors. Applications should forward WM_DPICHANGED to Scintilla. Bug #2171, Bug #2063.
Optimized performance when opening huge files. Feature #1347.
Add Appearance and Contrast properties to SciTE that allow customising visuals for dark mode and high contrast modes.
Fixed bug in Batch lexer where a single character line with a single character line end continued state onto the next line.
Added SCE_ERR_GCC_EXCERPT style for GCC 9 diagnostics in errorlist lexer.
Fixed buffer over-read bug with absolute references in MMIXAL lexer. Bug #2019.
Fixed bug with GTK on recent Linux distributions where underscores were invisible. Bug #2173.
Fixed GTK on Linux bug when pasting from closed application. Bug #2175.
Fixed bug in SciTE with Lua stack balance. Bug #2176.
For macOS, SciTE reverts to running python (2) due to python3 not being available in the sandbox.

[close]

http://www.scintilla.org/SciTE.html
Titel: PilotEdit Lite 14.0.0
Beitrag von: SiLæncer am 01 Juni, 2020, 16:10
(http://www.pilotedit.com/images/OpenInQuickMode.PNG)
PilotEdit is a text, hex, XML, C/C++, HTML, PHP, Java, Javascript and Perl editor that can edit large files of 400GB (40 billion lines).

It offers customizable syntax and keyword highlighting, advanced search and replace operations, automatic text encoding, 256-bit AES encryption/decryption and a built-in FTP/SFTP client lets you open, edit, download and upload large files directly to/from a FTP/SFTP server.

In addition to standard text editing features, PilotEdit can compare and merge two large files of 100GB (10 billion lines). You can also sort, find/remove duplicate lines and extract strings over a large file of 1GB.

Freeware

http://www.pilotedit.com/
Titel: RisohEditor 5.3.9
Beitrag von: SiLæncer am 01 Juni, 2020, 19:40
(https://i.postimg.cc/8P4z4Swt/screenshot-799.png)
"RisohEditor" is a free resource editor for Win32 development, created by Katayama Hirofumi MZ. RisohEditor realized the ideal of resource editor. "Risoh" means "ideal" in Japanese. RisohEditor can add, edit, extract, clone and remove the resource data in EXE/DLL files. You can edit Windows resources (Dialogs, Menus, Icons, Cursors, String Tables, Message Tables etc.) by using RisohEditor.

NOTICE: Please avoid installing in "C:\Program Files" or "C:\Program Files (x86)". Because the resource compiler (windres) doesn't accept space character in the file path.

Freeware

Whats new:>>

    Added "replacing-dialog-fonts" feature.
    Moved some menu items to "Edit" menu.
    Added value-zero-check of resource name and resource type.
    Added DS_CENTER style to the sample resource dialog.
    Enabled F1, F3, F5 and F6 function keys.
    Added Portable version.
    Improved search feature.

https://katahiromz.web.fc2.com/re/en/index.html#intro
Titel: CudaText 1.102.0.0
Beitrag von: SiLæncer am 02 Juni, 2020, 04:40
(https://s26.postimg.cc/k6wu8qcrt/screenshot_901.png)
Create programming scripts with this powerful tool that supports more than 130 languages and allows users to work concurrently on as many as six groups of projects.

Freeware

Changelog

    Add: optimizations in lexer engine; tests on huge XML/HTML files ("ui_max_size_lexer":150) show that parsing is faster (than v1.100) 1.2 - 2 times
    Add: Find dialog allows backward search even in RegEx mode (thanks @tmsg)
    Add: to speedup rendering, program uses predefined char widths for the following: Cyrillic, Greek, German, Japanese, Chinese, Korean, Hebrew, Arabic, Indian
    Add: on moving caret left/right, skip positions of combining (accent) chars, like other programs do
    Add: better render combining (accent) chars on Linux/macOS
    Add: command line parameter -nn
    Add: option "renderer_cache_lines"
    Change: removed option "unicode_wide_allowed"
    Change: removed menu item "File / Export to HTML" (command still exists in Command Palette)
    Change: in parser's RegEx engine, removed support of rarely needed l L g G
    Fix: very old problem in parser's RegEx: s did not catch line-breaks (it affects e.g. HTML lexer, it has rule which finds JS blocks)
    Fix: problem in API: "ed" got wrong editor for "floating groups" after plugin shows modal dialog
    Fix: "Find next" with RegEx did continue the search from the last found location and not from the caret (thanks @tmsg)
    Fix: Emmet plugin bad result if called after '<a href="text"'
    Fix: ui tab does not show tooltip after moving it with "move tab to next group" (thanks @dinkumoil)

[close]

http://www.uvviewsoft.com/cudatext/
Titel: qPad 1.1.5 Build 26
Beitrag von: SiLæncer am 02 Juni, 2020, 05:20
(https://i.postimg.cc/MHbGsPpc/screenshot-2412.png)
qPad is a simple standalone UTF-8 notetaking and plain text app for windows. It can be a good alternative for Windows' Notepad; just start your paragraph with a Right-to-left language (such as Arabic, Persian, Hebrew, etc) or a RTL Mark to make it right-aligned!

Freeware

Changelog

    Fixed the problem that sometimes qPad was not loading unicode filenames opened from external programs (QTBUG-84002)
    Better File Information Dialog

    Minor improvements and bugfixes:

    Better new version notification; showing latest changes
    Fixed Find and Replace dialog loading small sized

[close]

https://alvandsoft.com/qpad/
Titel: Vim 8.2.0884
Beitrag von: SiLæncer am 02 Juni, 2020, 05:40
(https://s26.postimg.cc/xww5nc4zt/screenshot_1282.png)
A highly configurable text editor built to enable efficient text editing - an improved version of the vi editor distributed with most UNIX systems.

Freeware

Whats new:>>

Fixed:

searchcount() test fails on slower systems

http://www.vim.org/index.php
Titel: Scite 4.4.2
Beitrag von: SiLæncer am 02 Juni, 2020, 06:10
Changelog

    On Cocoa using Xcode changed Lexilla.dylib install path to @rpath as would otherwise try /usr/lib which won't work for sandboxed applications.
    On Cocoa using Xcode made work on old versions of macOS by specifying deployment target as 10.8 instead of 10.15.
    On Win32 fix static linking of Lexilla by specifying calling convention in Lexilla.h.
    SciTE now uses default shared library extension even when directory contains '.'.

[close]

http://www.scintilla.org/SciTE.html
Titel: Jovial Notepad 1.11
Beitrag von: SiLæncer am 02 Juni, 2020, 20:40
(https://i.postimg.cc/63DQRgQ6/screenshot-2555.png)
A lightweight and straightforward text editor with syntax highlight capabilities and also securing your work with an implemented encryption option.

Freeware

Changelog

    This version revamps the backend code for the language loading for the menu.
    The menu item will show the default English text in "[]" if this menu item is not found the language file that you are using.
    E.g. The "Select Date/Time Format" menu is now supporting multiple language, so a new id, "SelectDateTimeFormat" is assigned to it.
    If your language file does not have this entry, Jovial Menu 1.11 will display the menu item as "[SelectDateTimeFormat]".
    Therefore if you see a menu item with "[]", simple edit your language file with a new entry.

    For e.g in langFrench.txt, add this in any new line:

    SelectDateTimeFormat=Sélectionnez le format de date et d'heure
    This version also enhances the bookmark feature to inform you that you've set a bookmark.
    In Jovial Notepad 1.11, if you set a bookmark at a line, e.g using Alt-F1, the Bookmarks menu will drop-down the menu and show the line number for Alt-F1.
    This version also removes the association of .txt extension with Notepad.exe. The feature is removed so that Jovial Notepad can be really become "portable"
    and will not write any data to the Windows Registry.
    To upgrade your version to this Jovial Notepad 1.11, just copy JovialNotepad.exe to your existing Jovial Notepad folder and overwrite the existing file.
    No other files need to be copied as they are the same as the previous version.

[close]

https://sourceforge.net/projects/jovialnotepad/
Titel: Scite 4.4.3
Beitrag von: SiLæncer am 03 Juni, 2020, 05:50
Whats new:>>

Fix syntax highlighting for SciTE on Windows by setting executable directory for loading Lexilla. Bug #2181.

http://www.scintilla.org/SciTE.html
Titel: BirdFont 4.3.0
Beitrag von: SiLæncer am 03 Juni, 2020, 09:04
(https://s26.postimg.cc/rd1s4grdl/screenshot_137.png)
BirdFont is a free font editor that lets you create vector graphics and export TTF, EOT & SVG fonts.

Donationware

Latest Changes:>>

Bug fixes and speed optimizations

http://birdfont.org/
Titel: yWriter 6.5.2.7 Beta
Beitrag von: SiLæncer am 03 Juni, 2020, 09:07
(http://www.spacejock.com/images/yWriter5Main.png)
yWriter allows you to split your novel into chapters and scenes, simplifying the process of text writing. You can reorder scenes within chapters or change their content, title and description. If you notice that you mistyped a word, yWriter enables you to do a global text search and replace it. With yWriter you can easily keep journals, diaries or create your own stories and novels.

Freeware

Whats new:>>

Incorporated the latest fixes from yWriter7.

http://www.spacejock.com
Titel: Network Notepad 6.0.11
Beitrag von: SiLæncer am 03 Juni, 2020, 19:30
(https://s26.postimg.cc/wuply3q2h/screenshot_425.png)
Network Notepad is a specially designed application for creating interactive network diagrams.

Now you can use this accessible and easy-to-use instrument to create or manage the diagrams you need.

Point-and-Click Telnet/ Browse/ User-definable
Network Management.
Simple Drag and Drop interface.
Open, Text Based File Format.
Printing.
Linked Diagrams.
Flow Charts.

Freeware

Changelog

    Bugfix: Fixed library exit button tooltiptext.
    Bugfix: Drag and drop to library not working with first time run.
    Bug Fix: Labels were not always positioned correctly after Format Script Object.
    Change: PropertiesFrm_paint removed and code moved to load event.
    Change: Selected items are cleared when switching to paste mode.
    Change: Improved Cloning of script when doing Format Script Object from local library.

[close]

http://www.networknotepad.com/index.htm
Titel: BabelPad 13.0.0.5
Beitrag von: SiLæncer am 04 Juni, 2020, 04:45
(https://s26.postimg.cc/nk8fxilwp/screenshot_1310.png)
BabelPad is a free Unicode text editor and word processor for Windows that supports the proper rendering of most complex scripts, and allows you to assign different fonts to different scripts in order to facilitate multi-script text editing.

Freeware

Changelog

    Made the tables in the script and general category colour configuration dialogs sortable.
    Fixed bug that was not stripping the BOM from all files when opening and merging multiple files.
    Fixed bug in the display of conversion categories in the Contextual Convert dialog.
    Fixed bug in application of user-specified Caesar Cipher value to Basic Latin text.
    More tweaks for the word boundary algorithm.
    Some CJK and Tangut data corrections.

[close]

http://www.babelstone.co.uk/index.html
Titel: Vim 8.2.0896
Beitrag von: SiLæncer am 04 Juni, 2020, 05:15
Whats new:>>

Fixed:

Crash when calling searchcount() with a string

http://www.vim.org/index.php
Titel: RText 3.1.0
Beitrag von: SiLæncer am 04 Juni, 2020, 05:45
(https://i.postimg.cc/Kzfk1m6B/screenshot-2559.png)
RText is a fully customizable programmer's text editor. Some of its features include syntax highlighting, editing multiple documents at once, printing and print preview, find/replace/find in files dialogs, undo/redo, and online help.

Licence: Freeware (GPL)

Here's what's new:

    Adding search wrapping
    Change verbiage in Options dialog to stop referencing Java 6u10 and simply stating that translucency in search dialogs only works in some Look and Feels
    Dockable windows remember their collapsed/expanded state between startups. Making 'Dark' theme the default with a vanilla install
    Fix #51: Add Python code folding
    Windows and OS X builds now run with Java 14
    OS X build now uses proper icon (fixed .app bundle)

https://bobbylight.github.io/RText/
Titel: yWriter 6.5.2.9 Beta
Beitrag von: SiLæncer am 04 Juni, 2020, 05:55
(http://www.spacejock.com/images/yWriter5Main.png)
yWriter allows you to split your novel into chapters and scenes, simplifying the process of text writing. You can reorder scenes within chapters or change their content, title and description. If you notice that you mistyped a word, yWriter enables you to do a global text search and replace it. With yWriter you can easily keep journals, diaries or create your own stories and novels.

Freeware

Whats new:>>

Added a 'paragraph spacing' option to the editor settings drop-down menu

http://www.spacejock.com
Titel: yWriter 6.5.3.0 Beta
Beitrag von: SiLæncer am 04 Juni, 2020, 13:20
Whats new:>>

New option under the Settings menu in the scene editor - support for right-to-left text in the editor.

http://www.spacejock.com
Titel: QOwnNotes 20.6.1 Build 5750
Beitrag von: SiLæncer am 04 Juni, 2020, 20:00
(https://s26.postimg.cc/hoi1ahlcp/screenshot_978.png)
QOwnNotes is a text editor / notepad replacement with markdown support and todo list manager. The program supports themes, keyboard shortcuts, syntax highlighting, and encryption. Includes available nested file list, tags, search, and more. Optionally works with the notes application ownCloud or Nextcloud.

Cross-platform with clients available for Mac and Linux.

License: GPL

Changelog

fixed a problem with empty shortcuts if the menubar is disabled and settings were stored in the Settings dialog (for #1708)

[close]

http://www.qownnotes.org/
Titel: Vim 8.2.0905
Beitrag von: SiLæncer am 05 Juni, 2020, 09:11
(https://s26.postimg.cc/xww5nc4zt/screenshot_1282.png)
A highly configurable text editor built to enable efficient text editing - an improved version of the vi editor distributed with most UNIX systems.

Freeware

Whats new:>>

Fixed:

Test coverage could be better

http://www.vim.org/index.php
Titel: Google Web Designer 8.0.3.0603
Beitrag von: SiLæncer am 05 Juni, 2020, 09:13
(https://i.postimg.cc/t4kxrGLC/screenshot-2067.png)
Google Web Designer allows you to create engaging, interactive HTML5-based designs and motion graphics that can run on any device. Let us handle the HTML5 and CSS3 so you're free to focus on what you love to do: creating gorgeous visual experiences. A full design suite lets you easily bring any vision to life. If you're feeling more hands-on, all the code behind your designs is hand-editable, so you're never locked out of your own work. Your ideas are now amplified by code - not restricted by it.

Freeware

Changelog

Fixed issue where Google Fonts failed to load when adding new fonts.

[close]

http://www.google.com/webdesigner
Titel: OutWiker 3.0.0.874 Dev
Beitrag von: SiLæncer am 05 Juni, 2020, 12:41
(https://s26.postimg.cc/87bx6b16h/screenshot_33.png)
OutWiker is an open-source personal wiki and outliner. Notes are stored in a tree, and kept in the form of directories on the disk. This encourages changing the base by external sources and programs. Currently there are three types of pages supported: plain text, HTML, and wiki. External files (such as pictures) can be attached to pages, and pages can be linked to each other. Each tree branch can be opened as a separate wiki. Other features include tag support, global search (notes and tags), bookmarks, HTML syntax highlighting and icons for notes.

OutWiker can be downloaded with or without plugins, as well as for Linux systems.

License : GPL

Whats new:>>

    Update help.
    Add the ability to link to page by alias.
    The childlist wiki command take into account an alias of a page.

http://jenyay.net/Outwiker/English
Titel: TeXmacs 1.99.13
Beitrag von: SiLæncer am 05 Juni, 2020, 18:10
(https://i.postimg.cc/Dfs43qvs/Daminion.png)
Text editors come in a wide variety of shapes and sizes, from simple note generators to advanced suites comprising complex formatting algorithms. In the latter category one can include TeXmacs, a unified and powerful editor for structured documents.

License: GPLv3

Changelog

    Continued bug fixes.
    Switch to Python 3 for plug-ins programmed in Python.
    A Parser Framework for programming languages.
    Improved Graphviz plugin with documentation in Chinese and syntax highlight.
    Improved Maxima plugin with documentation in Chinese and bug fixes.
    Improved Octave plugin on Windows for Octave 5.x.

[close]

http://www.texmacs.org/tmweb/home/welcome.en.html
Titel: CudaText 1.103.0.0
Beitrag von: SiLæncer am 06 Juni, 2020, 18:00
(https://s26.postimg.cc/k6wu8qcrt/screenshot_901.png)
Create programming scripts with this powerful tool that supports more than 130 languages and allows users to work concurrently on as many as six groups of projects.

Freeware

Changelog

+ add: better logic of "line states": now "added" lines don't change state to "modified" during editing (thanks @tmsg)
+ add: allow to disable storing some elements to history/session, via new option "ui_history_disabled" (thanks @tmsg)
+ add: allow to specify underscore "_" as non-word char, by placing at as _first_ in "nonword_chars" option (thanks @tmsg)
+ add: option "spacing_y" now has OS suffix
+ add: option "zebra_step"
+ add: API to get/set editor font
+ add: API to get/set editor hyperlinks behaviour
* change: improved logic of undo/redo a little, additional caret jump will appear on redo (thanks @akizuha)
- fix: regressions in search for multi-line text and "find selection next" (thanks @kvichans)
- fix: macros with repeated commands to move caret (e.g. "caret line down" 100 times) did only 1 move (thanks @tmsg)
- fix: 3 years old issue. If complex commands are invoked via fastly pressed hotkeys, some commands were lost. E.g. if hotkey for "toggle line comment" was pressed fastly 20 times, it could run ~17 times. (thanks @kvichans for seeing it)
- fix: Windows: "cannot create file" error if program runs from "Program Files" folder. You should not put CudaText to "Program Files".
- fix: commands "close tab", "close all tabs", "close other tabs" didn't work correctly when floating group is active
- fix: minor issues in HTML auto-completion

[close]

http://www.uvviewsoft.com/cudatext/
Titel: Vim 8.2.0910
Beitrag von: SiLæncer am 06 Juni, 2020, 18:15
Whats new:>>

Fixed:

Vim is not reproducibly buildable.

http://www.vim.org/index.php
Titel: QOwnNotes 20.6.2 Build 5755
Beitrag von: SiLæncer am 06 Juni, 2020, 20:30
Whats new:>>

    if Use editor highlighting styles also for the preview is turned on now the preview fonts will be disabled at all and will not leak into the preview any more
    fixed possible crash if no screen is present

http://www.qownnotes.org/
Titel: Vim 8.2.0916
Beitrag von: SiLæncer am 07 Juni, 2020, 09:20
Whats new:>>

Fixed:

Mapping with partly modifyOtherKeys code does not work

http://www.vim.org/index.php
Titel: Notepads 1.3.8.0
Beitrag von: SiLæncer am 07 Juni, 2020, 19:45
(https://i.postimg.cc/DzHrb6Dr/screenshot-1766.png)
Modern, open-source Notepad alternative for Windows 10 that gives the aging text editor a facelift, while also packing additional functionality into a similarly streamlined application.

MIT License

Changelog

New features:

Added "Smart Copy" feature. Once enabled, Notepads will smartly trim leading and trailing spaces, tabs, and empty lines before copying the selected text to the clipboard. You can turn this feature on and off under Advanced Settings.

[close]

https://github.com/JasonStein/Notepads
Titel: CudaText 1.103.1.0
Beitrag von: SiLæncer am 08 Juni, 2020, 04:40
Whats new:>>

    add: option "max_line_len_parsed" (default is 4000 chars)
    fix: regression in commands "fold/unfold/toggle block at current line" if lexer don't show "staples"
    fix: commands "find current word/selection next/previous" did not respect options "find_indent_*"

http://www.uvviewsoft.com/cudatext/
Titel: PSPad 5.0.4 Build 505 Dev
Beitrag von: SiLæncer am 08 Juni, 2020, 09:03
(http://images.six.betanews.com/screenshots/1076948037-1.png)
PSPad is a universal freeware editor. There is no complex install process; the program is ready to work immediately, without requiring customization. It supports many file types and languages, with syntax highlighting. There are macros, clip files and templates to automate repetitive activities. An integrated HEX Editor, Project support, FTP Client, Macro Recorder, File Search/Replace, Code Explorer, code page conversion, are just some of the many possibilities that PSPad can offer you.

Freeware

Changelog

    News:

    Color schemes are stored per user highlighter slot instead of previous system where all user highlighter slots has common scheme.

    Fixes:

    File explorer - remembering size and resizing file box
    Toolbar buttons height with user defined scale in Windows display settings

[close]

http://www.pspad.com/
Titel: LyX 2.3.5.1
Beitrag von: SiLæncer am 08 Juni, 2020, 16:45
(https://s26.postimg.cc/xm6jhtzop/screenshot_297.png)
LyX is a document processor that encourages an approach to writing based on the structure of your documents (WYSIWYM) and not simply their appearance (WYSIWYG).

Open Source

Whats new:>>

LyX 2.3.5 is the result of on-going efforts to make our stable version more reliable and more stable. Most of the changes are incremental, but quite a few important bugs have now been fixed. One important change is that Inkscape 1.0 is now supported: It will be detected and configured automatically. Users of previous versions have recently reported configuration failures when Inkscape 1.0 is installed, leading to an incomplete (and all but unusable) installation of LyX. This should also be fixed.

http://www.lyx.org/
Titel: Ron's Editor 2019.10.22.0827
Beitrag von: SiLæncer am 08 Juni, 2020, 20:40
(https://i.postimg.cc/htZhm2fQ/screenshot-2028.png)

Ron's Editor is the ultimate CSV editor, designed to be easy to use, but powerful enough to handle anything needed of it. Any tabular text format can be opened through confirurable seperators and full support for text encodings, and can then be exported to many formats including Excel. CSV files can be merged, or seperated, and the professional editing capabilites and power tools used for conversion and data cleaning.

Changelog

    New features:

    Replace regular expression handling improved for empty matches.
    Copy HTML in Page per Row view improved.

    Bugs:

    Empty 'Fill Value' now honored in 'CellFill Lookup...'.
    Adjustment made to whole word match in 'CellReplace Lookup...'.
    Proxy port not being saved in Options fixed.
    Maximum cell size before parsing error now configurable - added to the options.
    Default paste format honored for all paste operations.

[close]

http://www.ronsplace.eu/Products/RonsEditor
Titel: Notepad++ 7.8.7
Beitrag von: SiLæncer am 09 Juni, 2020, 06:10
(https://i.postimg.cc/90QrsKpv/screenshot-818.png)
Notepad++ is a tabbed source code editor and Notepad replacement with a customizable interface. It is one of the few few source code editors that supports "folding," allowing users to quickly reduce and expand sections of code to see the overall document. In addition, it features multi-language syntax highlighting, auto-completion, regular expression search/replace, macro recording and playback, etc. The program can access a long list of plug-ins via an easy-to-access menu with even more features and functions.

License: GPL

Changelog

    Fix new style save dialog by selecting right file filter and adding extension automatically.
    Add right-click context menu to bookmark margin.
    Add sub-menu bullets for cascaded Encoding and Language menus.
    Display file name as root of workspace instead of “Workspace”.
    Add file extension automatically for session files and workspace files while saving in new style dialog.
    Fix file reading failure (network problem) not detected issue.
    Improve Document Map precision.
    Fix clickable links break syntax highlighting issue.
    Fix current range detached from Document Map issue.
    Disallow backward regex searches due to sometimes surprising results (an non-UI option is available to enable it).
    Fix wrong project panel at start by opening a project via command line.
    Allow user to skip *.* when adding only excluding Filters for Find/Replace In Files.
    Fix Doc switcher icon state update issue for cloned documents.
    Assign CTRL-M as default shortcut for invoking mark dialog.
    Fix also a folding visual glitch in Find result.
    Add count of files searched to ‘Find result’ output.
    Fix Find/Replace history lost issue.
    Fix bug of Mark clearing in selection mode.
    Fix auto-completion suggest the same word while the word being modified.

[close]

Download: https://github.com/notepad-plus-plus/notepad-plus-plus

https://notepad-plus-plus.org/
Titel: HtLite 5.5.0.0
Beitrag von: SiLæncer am 09 Juni, 2020, 18:10
(https://s26.postimg.cc/pw2fa422x/screenshot_172.png)
Umfangreicher HTML/XHTML Editor.  Jeder externe Browser zur Seitenansicht einstellbar.  Wer keinen HTML Designer zur visuellen Gestaltung seiner Seiten benötigt, sondern nur einen komfortablen Code-Editor sucht, erhält hier eine hervorragende Alternative.

Freeware

http://www.winsoftware24.com/HtLite.html
Titel: CudaText 1.103.5.0
Beitrag von: SiLæncer am 09 Juni, 2020, 20:00
(https://s26.postimg.cc/k6wu8qcrt/screenshot_901.png)
Create programming scripts with this powerful tool that supports more than 130 languages and allows users to work concurrently on as many as six groups of projects.

Freeware

Changelog

    Add: command-line option -id=name to set single-instance id, on Unix (thanks @tmsg)
    Add: improve work of command-line file masks with relative paths, on Unix, with single instance (thanks @tmsg)
    Add: option "max_line_len_parsed" (thanks @tmsg)
    Add: option "ui_history_disabled" has sub-item to disable only selection (thanks @hamasaki)
    Add: lexer Lua now has dynamic-highlighting rules (thanks @tmsg)
    Change: change default value of option "unindent_keeps_align" to be like ST3
    Fix: program didn't save files on closing, if "ui_auto_save_session":true and "ui_history_disabled":"t" (thanks @tmsg)
    Fix: regression for Undo after Save (thanks @hamasaki)
    Fix: command "focus next group" didn't work sometimes (thanks @MiroslavMatas)
    Fix: some commands and APIs didn't respect read-only mode (thanks @wibotwi)
    Fix: crash on regex replace if replace-with is "$" (thanks @wibotwi)
    Fix: crash if option "links_regex" has invalid regex
    Fix: regression in handler of "ui_notif_confirm":1 (thanks @kvichans)
    Fix: regression in commands "fold/unfold/toggle block at current line" if lexer don't show "staples" (thanks @MiroslavMatas)
    Fix: commands "find current word/selection next/previous" did not respect options "find_indent_*" (thanks @kvichans)

[close]

http://www.uvviewsoft.com/cudatext/
Titel: Black NotePad 2.0.0.0
Beitrag von: SiLæncer am 09 Juni, 2020, 20:15
(https://s26.postimg.cc/lj0xxiynt/screenshot_1281.png)
Black NotePad was created as an alternative to the Notepad program of Windows operating systems. While retaining the original functions, Black NotePad improves manageability, contains important new functions, and greatly enhances program compatibility in terms of the edited text.

Freeware

Changelog

    Add: Tabs
    Add: Favorites
    Add: Efficient draft management
    Add: Advanced paste and delete options
    Add: Sort selected text line by line
    Add: Encryption
    Add: Statistics
    Add: Hex View
    Add: Monospaced font option
    Add: Text encoding and EOL setting and conversion
    Add: Action Log
    Add: Multilingual User Interface

[close]

https://www.wintools.info/index.php/black-notepad
Titel: QOwnNotes 20.6.3 Build 5758
Beitrag von: SiLæncer am 09 Juni, 2020, 21:30
(https://s26.postimg.cc/hoi1ahlcp/screenshot_978.png)
QOwnNotes is a text editor / notepad replacement with markdown support and todo list manager. The program supports themes, keyboard shortcuts, syntax highlighting, and encryption. Includes available nested file list, tags, search, and more. Optionally works with the notes application ownCloud or Nextcloud.

Cross-platform with clients available for Mac and Linux.

License: GPL

Changelog

    fixed preview of inserted images from another drive without copying them to the media library on Windows (for #1785)
    fixed quote behavior when cursor is at word start (for #118, thank you @Waqar144)
    added more Greek translation (thank you Gregory.K)

[close]

http://www.qownnotes.org/
Titel: Atom 1.48.0
Beitrag von: SiLæncer am 10 Juni, 2020, 16:20
(https://s26.postimg.cc/fmfpqomgp/screenshot_915.png)
A powerful and flexible application that works as a text and source code editor with syntax highlight, or alternately as a file viewer.

MIT License

Whats new:>>

    atom/spell-check#332 Fix cannot load the checker for xx-YY
    #20703 Upgrade apm to 2.5.0
    #20711 Update npm to 6.14.4 for Python 3 support
    #20711 Add setting to disable multi cursor on click
    #20799 - Fix chrome-sandbox file permissions on linux distross
    #20855 - Enable webview support
    #20614 - Improve Java syntax highlighting

https://atom.io/
Titel: Atom 1.49.0 Beta
Beitrag von: SiLæncer am 10 Juni, 2020, 17:15
Whats new:>>

    Add setting to disable multi cursor on click
    Fix chrome-sandbox file permissions on linux distross
    Enable webview support

https://atom.io/
Titel: yWriter 6.5.3.2 Beta
Beitrag von: SiLæncer am 11 Juni, 2020, 18:45
(http://www.spacejock.com/images/yWriter5Main.png)
yWriter allows you to split your novel into chapters and scenes, simplifying the process of text writing. You can reorder scenes within chapters or change their content, title and description. If you notice that you mistyped a word, yWriter enables you to do a global text search and replace it. With yWriter you can easily keep journals, diaries or create your own stories and novels.

Freeware

Whats new:>>

Fixed adding an image to a scene, fixed 'remove formatting across all scenes'

http://www.spacejock.com
Titel: Ron's Editor 2020.06.11.0943
Beitrag von: SiLæncer am 11 Juni, 2020, 21:30
(https://i.postimg.cc/htZhm2fQ/screenshot-2028.png)

Ron's Editor is the ultimate CSV editor, designed to be easy to use, but powerful enough to handle anything needed of it. Any tabular text format can be opened through confirurable seperators and full support for text encodings, and can then be exported to many formats including Excel. CSV files can be merged, or seperated, and the professional editing capabilites and power tools used for conversion and data cleaning.

Changelog

    Bugs:

    Crash at startup fix.
    'Show Detail' in 'Summary View' not opening fixed.

[close]

http://www.ronsplace.eu/Products/RonsEditor
Titel: CudaText 1.104.0.0
Beitrag von: SiLæncer am 12 Juni, 2020, 13:30
Changelog

    Add: much faster rendering on Linux (gtk2) for texts with Unicode (but not full-width) chars
    Add: several internal Unicode functions are optimized, which speeds up case-insensitive search, whole-word search, w in regex
    Add: better value of "links_regex" (chars like '()[]#,:' appear in URL only after '?')
    Add: detect read-only also on "File / Reopen" (thanks @Petrik_Pjatochkin)
    Add: lexer Markdown: many improvements, including folding of fenced blocks
    Change: removed option "hex_chars", maybe later will be replaced by another option
    Fix: Project Manager messes with folder of Open/Save-as

[close]

http://www.uvviewsoft.com/cudatext/
Titel: QOwnNotes 20.6.4 Build 5762
Beitrag von: SiLæncer am 12 Juni, 2020, 18:00
Whats new:>>

Fixed string not being highlighted if there is a char before it (for #1786, thank you @Waqar144)

http://www.qownnotes.org/
Titel: QOwnNotes 20.6.5 Build 5765
Beitrag von: SiLæncer am 13 Juni, 2020, 11:30
Whats new:>>

Fixed preview of inserted images from another drive without copying them to the media library on Windows if filename has spaces in it (for #1787)

http://www.qownnotes.org/
Titel: Notepads v1.3.9.0
Beitrag von: SiLæncer am 13 Juni, 2020, 16:30
(https://i.postimg.cc/DzHrb6Dr/screenshot-1766.png)
Modern, open-source Notepad alternative for Windows 10 that gives the aging text editor a facelift, while also packing additional functionality into a similarly streamlined application.

MIT License

Changelog

New features:

Added option to switch app language in advanced settings (only supported languages installed on your system will be shown).

[close]

https://github.com/JasonStein/Notepads
Titel: MadEdit-Mod 0.4.19
Beitrag von: SiLæncer am 13 Juni, 2020, 17:30
(https://i.postimg.cc/hjwJPSBJ/screenshot-890.png)
MadEdit-Mod is a fork of MadEdit, a comprehensive text and hex editor available on multiple platforms. This tool was developed as a means of picking up where MadEdit left off, retaining the original features and adding new ones to improve the user experience.

License: GPLv3

Changelog

    Fix: Disable safe mode in PanChinese search
    Fix: String encoding bug in MadPython #304
    Fix: print in MadPython can output Unicode string now
    Fix: Reset MadMacro Dialog
    Fix: Bugs in Macro Recording
    Fix: Char display issue with certain font in search/replace input box #305
    Fix: Layout issue of Source Formatter Dialog
    Fix: MadPython range checking bug and recording bug
    New: Configurable column number of the column hint indicator #303
    New: Reset MadPython console output
    New: JSON formatter #306
    New: Automatically create new file if not exist #300
    Improve readability of recorded MadPython
    Set Recent files, Search/replace Text to true on PurgeHistory dialog
    Add more Regex error strings for translation
    Update Simplified Chinese translation
    Update Japanese translation(Thanks Tilt)
    Thanks ddowling for JSON formatter

[close]

https://sourceforge.net/projects/madedit-mod/
Titel: Vim 8.2.0967
Beitrag von: SiLæncer am 13 Juni, 2020, 18:40
(https://s26.postimg.cc/xww5nc4zt/screenshot_1282.png)
A highly configurable text editor built to enable efficient text editing - an improved version of the vi editor distributed with most UNIX systems.

Freeware

Whats new:>>

Fixed:

Unnecessary type casts for vim_strnsave()

http://www.vim.org/index.php
Titel: RisohEditor 5.4.0
Beitrag von: SiLæncer am 13 Juni, 2020, 20:20
(https://i.postimg.cc/8P4z4Swt/screenshot-799.png)
"RisohEditor" is a free resource editor for Win32 development, created by Katayama Hirofumi MZ. RisohEditor realized the ideal of resource editor. "Risoh" means "ideal" in Japanese. RisohEditor can add, edit, extract, clone and remove the resource data in EXE/DLL files. You can edit Windows resources (Dialogs, Menus, Icons, Cursors, String Tables, Message Tables etc.) by using RisohEditor.

NOTICE: Please avoid installing in "C:\Program Files" or "C:\Program Files (x86)". Because the resource compiler (windres) doesn't accept space character in the file path.

Freeware

Changelog

    Fixed RT_ACCELERATOR output (unsigned 16-bit).
    Removed "Store into res folder" option.
    Fixed crash upon GUI edit.
    Strengthened extraction feature.
    Fixed replacing-dialog-font feature.
    Used the full path for title bar.
    Added drop-down language arrow.
    Fixed "Query Constant" dialog.
    Fixed "Encoding of Resource Item" dialog.
    Improved "ID Association" dialog.
    Improved "Predefined Macros" dialog.
    Improved "Configuration" dialog.
    Fixed "Search" dialog.
    Improved status message.
    Improved modified flag handling.

[close]

https://katahiromz.web.fc2.com/re/en/index.html#intro
Titel: Vim 8.2.0974
Beitrag von: SiLæncer am 14 Juni, 2020, 18:40
(https://s26.postimg.cc/xww5nc4zt/screenshot_1282.png)
A highly configurable text editor built to enable efficient text editing - an improved version of the vi editor distributed with most UNIX systems.

Freeware

Whats new:>>

Fixed:

Vim9: memory leak when script var has wrong type

http://www.vim.org/index.php
Titel: RisohEditor 5.4.1
Beitrag von: SiLæncer am 14 Juni, 2020, 20:30
Whats new:>>

    Fixed the bug that the second overwrite save fails.
    Fixed title bar text.
    Fixed status bar message.
    Added German translation.
    Added French translation.

https://katahiromz.web.fc2.com/re/en/index.html#intro
Titel: PSPad 5.0.4 Build 507 Dev
Beitrag von: SiLæncer am 14 Juni, 2020, 20:40
(http://images.six.betanews.com/screenshots/1076948037-1.png)
PSPad is a universal freeware editor. There is no complex install process; the program is ready to work immediately, without requiring customization. It supports many file types and languages, with syntax highlighting. There are macros, clip files and templates to automate repetitive activities. An integrated HEX Editor, Project support, FTP Client, Macro Recorder, File Search/Replace, Code Explorer, code page conversion, are just some of the many possibilities that PSPad can offer you.

Freeware

Changelog

    News:

    INI highlighter - hexadecimal numbers are highlighted
    C# highlighter is supported now as basic highlighter instead of user highlighter

    Fixes:

    Toolbar buttons height with user defined scale in Windows display settings
    CSS highlighter - added missing ALL property
    Fixed change of the active documents when you minimize/restore maximized PSPad window
    Close to SysTray - switching documents after restore
    Swap line above/bellow with active WordWrap mode

[close]

http://www.pspad.com/
Titel: Vim 8.2.0981
Beitrag von: SiLæncer am 15 Juni, 2020, 05:25
Whats new:>>

Fixed:

Vim9: cannot compile "[var, var] = list"

http://www.vim.org/index.php
Titel: ProgramEdit 4.9.5
Beitrag von: SiLæncer am 15 Juni, 2020, 06:10
(https://s26.postimg.cc/wcabyxqq1/screenshot_58.png)
ProgramEdit - a free Windows® software source-code editor. ProgramEdit includes language support for HTML, Ada, C/C++, C#, CSS, JAVA, JavaScript, Perl, PHP, Python, Ruby, VB, VBScript, Verilog, VHDL and Batch(.bat) files. Other features include tabbed file selection, text highlighting, find & replace, regular expressions, sesssions, bookmarks, multiple undo/redo and hyperlinks.

Freeware

Whats new:>>

    add "All Words" option to Highlight
    update Search Help
    fix several minor bugs

http://simplesolverlogic.com/index.html
Titel: RocketCake 3.3
Beitrag von: SiLæncer am 15 Juni, 2020, 13:40
(https://s26.postimg.cc/845jbp2c9/screenshot_542.png)
RocketCake is a free web editor for creating responsive websites for beginners and professional web developers. No programming needed.

Freeware

Changelog

    FTPS support   

    In addition to SFTP and FTP support, RocketCake now also supports the FTPS protocol. Uploading your project to any host should now be very easy that way.
    Added built-in support for email and date input fields
    Default language selection on macOS now works better on newer operating system versions
    Improved error messages shown to user when connection to an FTP server fails.
    Folders now store if they have been open or closed in the project. So if you open your project later again, the folders will restore its previous state.
    Fixed a bug in the gallery image switching code, which sometimes causing to show wrong images when scrolling forward.

[close]

http://www.ambiera.com/rocketcake/index.html
Titel: Vim 8.2.0986
Beitrag von: SiLæncer am 16 Juni, 2020, 04:45
Whats new:>>

Fixed:

MS-Windows: functions test fails

http://www.vim.org/index.php
Titel: Perpetual Notes 2.30
Beitrag von: SiLæncer am 16 Juni, 2020, 04:50
(https://i.postimg.cc/PrmCcFXN/screenshot-1340.png)
Create versatile Rich Text Files with a tool meant to help you make the most out of your note-taking skills, and organize easier and more elegantly
.
Donationware

http://www.enselsoftware.com/product/PerpetualNotes.html
Titel: CudaText 1.105.0.0
Beitrag von: SiLæncer am 16 Juni, 2020, 05:30
(https://s26.postimg.cc/k6wu8qcrt/screenshot_901.png)
Create programming scripts with this powerful tool that supports more than 130 languages and allows users to work concurrently on as many as six groups of projects.

Freeware

Changelog

    Add: rewritten system of keymapping, how keymappings are assigned to documents. Previous system was bad. It was slow (each tab switching was loading lexer-specific hotkeys from file). It had bugs (lexer-specific hotkeys did not load sometimes, see GitHub issues 2620 2648). (thanks @OlehL)
    Add: internal caching of calculated hyperlinks; maybe (not visible on average PC) it gives smoother scrolling by Up/Down arrows
    Add: zip package installer shows additional confirmation to install hotkeys, if plugin provides them (e.g. CudaExt provides ~50 hotkeys, not OK for some users)
    Add: dialog "Configure hotkey" has additional "Set" button which makes "Clear"+"Extend"
    Add: support encodings: koi8r, koi8u, koi8ru (thanks @eastorwest)
    Add: option "newdoc_lexer" allows lite lexers too
    Add: better value of "links_regex"
    Fix: floating groups didn't show ui-tab icons
    Fix: input of complex hotkeys (like "Alt+1 * Alt+2") had "shared history" for all documents
    Fix: width of some Unicode chars (thanks @ritmation)
    Fix: Linux/BSD: rendering of tab-chars (thanks @tmsg)
    Fix: lexer Markdown: rule for ``` (thanks @Jairo-Martinez)

[close]

http://www.uvviewsoft.com/cudatext/
Titel: Notepad3 5.20.615.1 RC
Beitrag von: SiLæncer am 16 Juni, 2020, 13:45
(https://s26.postimg.cc/hqfjo9ard/screenshot_1232.png)
Notepad3 is a lightweight piece of software that overcomes some of the well-known limitations of Windows standard text editor while providing syntax highlighting support.

Freeware

Changelog

=====================================================
Current RC1 Version 5.20.615.(build_#) (2020-06-15)
=====================================================

-----------------------------------------------------
NEW:
-----------------------------------------------------
-
- Current grepWin dev:  add feature:  export search results (GRE).
- Update the grepWinNP3 icon (GRE).
- Add a grepWinNP3 toolbar icon (GRE).
- Configurable Zoom-Tooltip clear delay ([Settings2] ZoomTooltipimeout=3200.
- Add Install/Remove "Open with Notepad3" to Notepad3 Install version.
- Add another Dark Theme "Sombra".
- Strip first char: allow multi-selection.
- Open default browser while clicking hyperlink tooltip.
- Regex multi-select feature.
- Toolbar hint for zoomed view.
- "waifu2x" scaled std toolbar bitmaps.
- Call Notepad3 with case-sensitive and dot-match-all flag (if applicable).
- Add "Overlapping Search" in Find/Replace dialog window.
- Integration of "grepWinNP3", a Search Tool in files (v2.1.0.10) (GRE).

-----------------------------------------------------
CHANGES:
-----------------------------------------------------
-
- DPI_CHANGED msg handler.
- Workaround for DPI_AWARENESS Font Size problem on DPI_CHANGE.
- Non scaled transparent image on help dialog control for Rizonesoft (standard DPI resolution).
- Enhancement of the "build_np3portableapp.cmd" file.
- Remove duplicate readme.txt, license.txt and unused files.
- Move all readme.txt, license.txt, KeyboardShortcuts.txt, etc... files
  from "Notepad3Portable\Other\Help" to "Notepad3Portable\App\Notepad3\Docs"
- Review and format the license.txt file for the dialogbox of INNO Installer.
- Font style/face-name handling.
- Font selection refactoring.
- Revised grepWinNP3.ini file creation.
- Dwrite font selection dialog.
- Minor changes for dialog handling on DPI changed.
- Preparations for dpi-aware resizable "Customize Schemes..." dialog.
- DPI change handling: About & C-Schemes dialog.
- Markdown Lexer: new defaults for Header lines.
- Strip first char: do not apply on all text (empty selection).
- Reorganization Context menu.
- Bigger prev/next button-icons (Customize Schemes... dialog).
- Hyperlink double-click and MMB-click behavior.
- Filevar tag "fill-column" changes to support multi-column marker.
- Installer to let the user select the target directory.
- Default long-line wrap settings.
- Remove spinning wait-cursor for text operations (may need reactivation for long operations).
- "grepWinNP3": move packages.config to corresponding project folder (GRE).
- Add filepath to message on file locking error.
- Update Oniguruma Regex (ONI) engine version 6.9.6 (2020/05/20).
- Update Scintilla Library (SCI) version 4.4.3 (2020/06/03).

-----------------------------------------------------
ENHANCEMENT:
-----------------------------------------------------
-
- "grepWinNP3": add "Dark mode" settings (GRE).
- "grepWinNP3": asynchronous search & replace version (GRE).
- DPI awareness and multi monitor handling.

-----------------------------------------------------
FIXES:
-----------------------------------------------------
-
- DPI scaling for Scintilla surface component (thanx zufuliu).
- Unexpected selection of hyperlink in first line on empty doubleclick.
- Missing UI update (Margin Width).
- Don't overwrite grepWinNP3's user settings for backup in folders (GRE).
- Common base font inheritance for other styles.
- "grepWinNP3" crash on invalid file path (GRE).
- "vcxproj" should use the latest installed SDK.
- Scintilla as DLL solution.
- Extended font style selection.
- Path is File check.
- Don't add recent file list (history) to taskbar's jump-list.
- Scroll/normalize selection in view.
- Fixing some CppCheck complaints.
- Broken x86 (32-bit) build.
- Theme scheme file handling (file extension inheritance).
- Remember find pattern (Ctrl+F3).
- Custiomize toolbar dialog closes immediately.
- ".ini-file" acquire lock for invalid file path.
- Cancel multi-selection on line up/down key.
- Initial behavior on open Find/Replace dialog.
- Lost Find/Replace dialog settings.
- Lazy syntax styling (copy into multi-line string, etc.).
- ToolsMenu flickering.
- "grepWinNP3": optimized single-tread worker option (GRE).
- View selection on wrapped long-lines vs. normalizing view.
- Don't protect backslash (double'\\') for pattern argument.
- "grepWinNP3" ordered map of languages for selection box (GRE).
- Translatable error message format (msgbox).
- DPI scaling window on display dependent.

-----------------------------------------------------
REMOVED:
-----------------------------------------------------
-
- Remove DWrite Font Choose Dialog - need to type fractional font sizes manually.

-----------------------------------------------------
TRANSLATIONS (MUI):
-----------------------------------------------------
-
- Chinese Traditional (zh-TW) in progress...
- Hindi (hi-IN) in progress...
- Indonesian (id-ID) in progress...
- Portuguese Brazilian (pt-BR) in progress...
- Vietnamese (vi-VN) in progress...
- Korean (ko-KR)in progress...
- Turkish (tr-TR) in progress...
- Portuguese (pt-PT).
- Slovak (sk-SK).

[close]

Quelle & DL -> https://github.com/rizonesoft/Notepad3/issues/2431

https://www.rizonesoft.com/downloads/notepad3/
Titel: EmEditor Free 19.9.0
Beitrag von: SiLæncer am 17 Juni, 2020, 05:40
(https://1z9j8fz5fww49iaje1itey71-wpengine.netdna-ssl.com/wp-content/uploads/2013/09/EmEditorFree_Window.png)
EmEditor is a lightning-fast, tabbed text editor with themes, syntax highlighting, stay-on-top, and customizable keyboard mapping. The program supports batch find-and-replace, regular expressions, and more.

The program beat a variety of other text editors in tests performed by TPFC user TP109. Additional features are available via a non-free version.

Free for personal use

Changelog

    New General Features:

    Added the ability to batch or multi-search in the Find, Find in Files, and Replace in Files commands.
    Added the Split Column(s) command to split a column of a CSV document by a specified separator, and put them into right columns or lines beneath.
    Improve the robustness of file opening and sort commands under low-memory situations.
    Improved the Crash Report dialog box/files.
    The new version allows you to open a file path starting with a tilde-slash (~/) from within WSL (Windows Subsystem for Linux).
    The Wrap Indent option now optionally ignores full-width spaces.
    Greatly improved the speed of Advanced Filter with multiple strings combined by logical disjunction (OR), by using an improved algorithm and SSE, AVX-2, and AVX-512 instructions sets.

    New Options:

    Added the Batch Find, Batch Find in Files, and Batch Replace in Files dialog boxes. Redesigned the Batch Replace dialog box.
    Added the Split Column(s) command to split a column of a CSV document by a specified separator, and put them into right columns or lines beneath.
    Added the Select from Batch List command in the menu displayed when clicked the > button by the Find drop-down list box in Find, Replace, Find in Files, and Replace in Files dialog boxes.
    Added the Batch Options dialog box.
    Removed the Right Click to Set Cursor Position check box from the Mouse tab of the Customize dialog box.
    Added the Ignore Wide Spaces check box to the Tab/Indent dialog box.

    New Commands:

    Split Column(s)
    Send Feedback
    Write a Review

    Plug-in API New Features:

    Added the EE_SPLIT_COLUMN message, Editor_SplitColumn inline function, and SPLIT_COLUMN_INFO structure.
    Added the Editor_BatchFindReplace inline function and BATCH_INFO structure.

    Macro New Features:

    Added the SplitColumn method to the Document object.
    Added the BatchFind and BatchReplace methods to the Selection object.
    Added the filters property to the Editor object.
    Added the AddFind and AddReplace methods to the Filters collection.
    Added the strFilter and nExFlags parameters to the Add method of the Filters collection.
    Added the ExFlags and Replace properties to the Filter object.

[close]

https://www.emeditor.com/text-editor-features/history/emeditor-free/
Titel: Vim 8.2.0992
Beitrag von: SiLæncer am 17 Juni, 2020, 06:00
Whats new:>>

Fixed:

Vim9: crash when using :import in the Vim command

http://www.vim.org/index.php
Titel: QOwnNotes 20.6.6 Build 5767
Beitrag von: SiLæncer am 18 Juni, 2020, 05:00
(https://s26.postimg.cc/hoi1ahlcp/screenshot_978.png)
QOwnNotes is a text editor / notepad replacement with markdown support and todo list manager. The program supports themes, keyboard shortcuts, syntax highlighting, and encryption. Includes available nested file list, tags, search, and more. Optionally works with the notes application ownCloud or Nextcloud.

Cross-platform with clients available for Mac and Linux.

License: GPL

Changelog

fixed note links if note is inside a sym-linked subfolder that lies outside the note folder (for #1792)

[close]

http://www.qownnotes.org/
Titel: Alternate Text Browser 3.740
Beitrag von: SiLæncer am 18 Juni, 2020, 05:15
(https://i.postimg.cc/TYy7wJVb/screenshot-1429.png)
This program makes it easy to browse through text- and html-files (also xml), syntax highlighting for serveral programming languages available (C++, Pascal, PHP, Perl, ASM, JScript etc.).

Freeware

Whats new:>>

Catalan updated

http://www.alternate-tools.com/pages/c_textbrowser.php?lang=ENG
Titel: EmEditor Free 19.9.1
Beitrag von: SiLæncer am 18 Juni, 2020, 06:05
(https://1z9j8fz5fww49iaje1itey71-wpengine.netdna-ssl.com/wp-content/uploads/2013/09/EmEditorFree_Window.png)
EmEditor is a lightning-fast, tabbed text editor with themes, syntax highlighting, stay-on-top, and customizable keyboard mapping. The program supports batch find-and-replace, regular expressions, and more.

The program beat a variety of other text editors in tests performed by TPFC user TP109. Additional features are available via a non-free version.

Free for personal use

Changelog

Fixed a bug where the “/sp” command line option was assumed as a file name.

[close]

https://www.emeditor.com/text-editor-features/history/emeditor-free/
Titel: Vim 8.2.0998
Beitrag von: SiLæncer am 18 Juni, 2020, 13:15
(https://s26.postimg.cc/xww5nc4zt/screenshot_1282.png)
A highly configurable text editor built to enable efficient text editing - an improved version of the vi editor distributed with most UNIX systems.

Freeware

Whats new:>>

Fixed:

Not all tag code is tested
Cannot execute a register containing line continuation
Using "aucmdwin" in win_gettype() is not ideal
Insufficient testing for the readdir() sort option
Vim9: missing function causes compilation error
Vim9 script test fails with normal features

http://www.vim.org/index.php
Titel: RisohEditor 5.4.2
Beitrag von: SiLæncer am 18 Juni, 2020, 13:50
(https://i.postimg.cc/8P4z4Swt/screenshot-799.png)
"RisohEditor" is a free resource editor for Win32 development, created by Katayama Hirofumi MZ. RisohEditor realized the ideal of resource editor. "Risoh" means "ideal" in Japanese. RisohEditor can add, edit, extract, clone and remove the resource data in EXE/DLL files. You can edit Windows resources (Dialogs, Menus, Icons, Cursors, String Tables, Message Tables etc.) by using RisohEditor.

NOTICE: Please avoid installing in "C:\Program Files" or "C:\Program Files (x86)". Because the resource compiler (windres) doesn't accept space character in the file path.

Freeware

Changelog

    Added tab control to choose "Code Editor" or "Hex Viewer".
    Improved German and French translations.
    Fixed language drop-down arrow.
    Fixed Unicode encoding processing.
    Improved exporting and extracting.
    Improved EGA dialog.

[close]

https://katahiromz.web.fc2.com/re/en/index.html#intro
Titel: HostsCK 2.3
Beitrag von: SiLæncer am 18 Juni, 2020, 16:50
(https://s26.postimg.cc/931bwfpi1/screenshot_343.png)
Seamlessly access and edit Windows' Host file so you manage the list of blocked and allowed websites more efficiently via this application.

Freeware

Changelog

    Fixed: Unable to save edits the Hosts file after performing a search and reaching the
    no more results found dialog.

[close]

http://redisoft.uk/hck/
Titel: QOwnNotes 20.6.7 Build 5769
Beitrag von: SiLæncer am 18 Juni, 2020, 20:30
(https://s26.postimg.cc/hoi1ahlcp/screenshot_978.png)
QOwnNotes is a text editor / notepad replacement with markdown support and todo list manager. The program supports themes, keyboard shortcuts, syntax highlighting, and encryption. Includes available nested file list, tags, search, and more. Optionally works with the notes application ownCloud or Nextcloud.

Cross-platform with clients available for Mac and Linux.

License: GPL

Changelog

you can now remove a tabulator list indent of a new list item with Shift + Tab if the setting Use tab character instead of spaces is disabled (for #1793)

[close]

http://www.qownnotes.org/
Titel: Mark Text 0.16.2
Beitrag von: SiLæncer am 19 Juni, 2020, 05:45
(https://i.postimg.cc/zfd3DrjN/Mark-Text.png)
Take notes or markdown code that you format and preview in real time and then export to HTML or PDF using this straightforward tool.

MIT License

Changelog

    Breaking Changes:

    Toggle focus mode shortcut is now Ctrl+Shift+J.

    Feature:

    Added shortcut to switch tabs Alt-#<num> (@MrHeer).
    Added GitLab math block support.
    Support setting text direction via comand palette (@Pajn).

    Optimization:

    Scale headings according editor font size.
    Increased indentation for sidebar tree view (@BeatLink).
    Updated user-interface strings (@brainchild0, @Rexogamer).

    Bug fix:

    Fixed image export issues on Windows.
    Fixed an issue that multiple empty shortcuts were not allowed.
    Fixed image path autocomplete.
    Fixed an issue that the max width of editor tabs was not rendered correctly (@aimproxy).
    Fixed Hunspell dictionary downloader on Windows.
    Fixed an issue with Hunspell spell checker on Windows.
    Fixed ASCII (ISO-8859-1) encoding in settings validator.
    Fixed footnote exception when exporting document.
    Fixed cryptic characters when exporting document as PDF on macOS (@gSpera).
    Fixed unnecessary character sanitation when setting clipboard data.
    Fixed sup- and superscript export issue.

[close]

https://github.com/marktext/marktext
Titel: Vim 8.2.1009
Beitrag von: SiLæncer am 19 Juni, 2020, 09:08
Whats new:>>

Fixed:

Vim9: some failures not checked for.

http://www.vim.org/index.php
Titel: Vim 8.2.1017
Beitrag von: SiLæncer am 20 Juni, 2020, 10:10
Whats new:>>

Fixed:

Appveyor output doesn't show MinGW console features.

http://www.vim.org/index.php
Titel: Trilium Notes 0.43.0 Beta
Beitrag von: SiLæncer am 20 Juni, 2020, 10:50
(https://i.postimg.cc/2yDgvbpj/screenshot-2595.png)
A hierarchical note-taking software application with focus on building large personal knowledge bases while also providing a flurry of options.

License: AGPL

Changelog

    This is an unplanned minor release containing some important bug fixes but no new features:

    reworked transaction handling - transactions are now opened only when necessary for write operations which improves concurrency and fixes some deadlocks in special situations
    frontend components were previously using exclusive locks but this caused some deadlocks in specific cases. These exclusive locks have been removed
    There are other, small bugfixes as well.

[close]

https://github.com/zadam/trilium
Titel: QOwnNotes 20.6.8 Build 5777
Beitrag von: SiLæncer am 20 Juni, 2020, 18:00
Whats new:>>

the creation date is now restored when a note gets renamed under Windows (for #1743)

http://www.qownnotes.org/
Titel: EmEditor Free 19.9.2
Beitrag von: SiLæncer am 21 Juni, 2020, 09:45
Whats new:>>

    Fixed a bug where Find in Files culd crash while windw tabs are disabled.

    The new versin allws yu t use “-sp” as well as “/sp” t specify a new separate prcess frm ther EmEditr windws shuld be run. T set EmEditr as the default text editr fr Git, pen Git Bash and type:

    git cnfig --glbal cre.editr "emeditr.exe -sp"

https://www.emeditor.com/text-editor-features/history/emeditor-free/
Titel: Vim 8.2.1024
Beitrag von: SiLæncer am 21 Juni, 2020, 11:10
Whats new:>>

Fixed:

Vim9: no error for using "let g:var = val"

http://www.vim.org/index.php
Titel: Vim 8.2.1034
Beitrag von: SiLæncer am 22 Juni, 2020, 04:55
Whats new:>>

    Compiler warning for uninitialized variables
    Update runtime files
    Not easy to read the test time in the test output
    Error message for declaring a variable cannot be translated
    Build failure with Perl5.32
    Reducing size of a terminal window may cause a crash
    Vim9: cannot chain function calls with -> at line start
    Vim9: no error for declaring buffer, window, etc. variable
    GUI: multi-byte characters do not work in a terminal
    Vim9: cannot break the line after "->"
    Tabpage menu and tabline not sufficiently tested

http://www.vim.org/index.php
Titel: Text Editor Pro 9.3.0
Beitrag von: SiLæncer am 22 Juni, 2020, 05:10
(https://s26.postimg.cc/hfdkhoj9l/screenshot_896.png)
Text Editor Pro (formerly EditBone) is a powerful text editing tool that comes with syntax highlighting support for over 50 languages and scripts, customizable with over 100 options, 29 ready made styles, a handy file comparison feature, unicode character map, numerical unit convert tool, SQL formatter, and support for multiple directories and search results.

Freeware

Changelog

- Added highlighter for Gravity
- Added support for Turkish special characters in editor highlighter
- Added tabs size options
- Fixed about dialog
- Fixed application closing
- Fixed check for updates
- Fixed delete word backward (Ctrl+BkSp)
- Fixed delete word forward (Ctrl+Del)
- Fixed download confirmation dialog
- Fixed file closing
- Fixed file saving
- Fixed hex editor
- Fixed installers
- Fixed language change
- Fixed layouts
- Fixed replace
- Fixed scaling
- Fixed search
- Fixed shortcuts
- Fixed skin dialog
- Fixed text editor control
- Updated and fixed Virtual TreeView Control v.7.4
- Updated and fixed AlphaControls v15.09 - http://www.alphaskins.com/

[close]

https://texteditor.pro/
Titel: PSPad 5.0.4 Build 511 Dev
Beitrag von: SiLæncer am 22 Juni, 2020, 05:15
(http://images.six.betanews.com/screenshots/1076948037-1.png)
PSPad is a universal freeware editor. There is no complex install process; the program is ready to work immediately, without requiring customization. It supports many file types and languages, with syntax highlighting. There are macros, clip files and templates to automate repetitive activities. An integrated HEX Editor, Project support, FTP Client, Macro Recorder, File Search/Replace, Code Explorer, code page conversion, are just some of the many possibilities that PSPad can offer you.

Freeware

Changelog

    News:

    Favorite panel / Tools - added option Save all files before tool starts
    Status bar was moved to the bottom of main window from the bottom of individual windows. The reason is reading devices support for visually impaired people.

    Fixes:

    Tool panel - button size of the first toolbar

[close]

http://www.pspad.com/
Titel: CudaText 1.105.5.5
Beitrag von: SiLæncer am 22 Juni, 2020, 06:10
(https://s26.postimg.cc/k6wu8qcrt/screenshot_901.png)
Create programming scripts with this powerful tool that supports more than 130 languages and allows users to work concurrently on as many as six groups of projects.

Freeware

Changelog

    add: option "lexer_folding_max_lines" - when document has too many lines, parser doesn't find fold-blocks
    add: reworked parser code which handles indentation-based folding (e.g. in Python); reworked lexer Python for this; all lexers in add-ons which use indentation-based folding will be reworked soon
    add: for Python lexer, fold-blocks endings now exclude commented lines
    add: on editing in Python, parser better updates fold-blocks started above caret (thanks @OlehL)
    add: on first command entering in Console, app auto-runs line "from cudatext import *", so you don't need to do it
    add: documentation: readme/tutorial/LexerIndentFolding.odt
    change: removed option "ui_max_ranges_codetree" (use "lexer_folding_max_lines" instead)
    fix: slow rendering of viewer control under GTK2 (Linux/BSD)
    fix: ui-tab dirty flag was not updated sometimes (thanks @dinkumoil @OlehL)
    fix: broken folding after running "move line up/down" many times fastly (thanks @OlehL)
    fix: replace with confirmation: did not respect options "find_indent_*"
    fix: regressions in hotkey system (thanks @tmsg)

[close]

http://www.uvviewsoft.com/cudatext/
Titel: Vim 8.2.1042
Beitrag von: SiLæncer am 23 Juni, 2020, 05:05
(https://s26.postimg.cc/xww5nc4zt/screenshot_1282.png)
A highly configurable text editor built to enable efficient text editing - an improved version of the vi editor distributed with most UNIX systems.

Freeware

Whats new:>>

Fixed:

Vim9: cannot put an operator on the next line
Test summary is missing executed count
Not enough testing for movement commands
Cannot put NUL byte on clipboard
Popupwin test fails
Vim9: crash when using line continuation inside :def
Popupwin test fails sometimes
Setreg() does not always clear the register

http://www.vim.org/index.php
Titel: BowPad 2.6.0
Beitrag von: SiLæncer am 23 Juni, 2020, 05:15
(https://s26.postimg.cc/h0ofzpokp/screenshot_1153.png)
BowPad is a small and fast text editor with a ribbon user interface and syntax highlighting.

Features:

syntax highlighting for over 100 file types and languages
handling of many different encodings, including UTF-8, UTF-16 and even UTF-32
easy ribbon user interface
navigation hints in the vertical scrollbar
coloring of open tabs according to their path
extendable with plugins written in jscript or vbscript

Freeware

Whats new:>>

    custom styling files
    added a simple lexer

http://stefanstools.sourceforge.net/BowPad.html
Titel: BlueLife Hosts Editor 1.3
Beitrag von: SiLæncer am 24 Juni, 2020, 04:10
(http://www.sordum.org/wp-content/uploads/2013/09/save_changes.png)
BlueLife Hosts Editor is a portable hosts-file editor and Allows you to easily add / delete, block , update domain names to your hosts file.

You will only need to type the hostname you want to add then press the “Get IP Address and add the list” button.

Here are some key features of "BlueLife Hosts Editor":

· Add domain names to your hosts file
· Delete domain names
· Block domain names
· Update active ip adresses
· Open the domain name with default browser
· Flush Dns
· Rebuild default windows hosts
· Backup your hosts file
· Restore your hosts file
· Open hosts file with notepad function

Freeware

Changelog

    [ Added ] – x64 Version
    [ Added ] – Block Youtube, Twitter, facebook examples
    [ Added ] – Replace Custom IP besides 127.0.0.1 and 0.0.0.0
    [ Added ] – Additional Command Line parameters
    [ Fixed ] – Buttons are too small
    [ Fixed ] – Bl Hosts editor add itself to the “Windows Defender” exclusions list automatically and this causes False positive
    [ Fixed ] – Some Minor Bugs and code weaknesses (code improvements)

[close]

http://www.sordum.org/8266/bluelifehosts-editor-v1-2/
Titel: QOwnNotes 20.6.9 Build 5783
Beitrag von: SiLæncer am 24 Juni, 2020, 04:40
(https://s26.postimg.cc/hoi1ahlcp/screenshot_978.png)
QOwnNotes is a text editor / notepad replacement with markdown support and todo list manager. The program supports themes, keyboard shortcuts, syntax highlighting, and encryption. Includes available nested file list, tags, search, and more. Optionally works with the notes application ownCloud or Nextcloud.

Cross-platform with clients available for Mac and Linux.

License: GPL

Changelog

    fixed unwanted def foo[A](a: A) note link generation in code blocks in the preview (for #1794, thank you @Waqar144)
    you can now turn off support for the QOwnNotesAPI Nextcloud/ownCloud app
    added more translation (thank you unchase, gbabin, Gregory.K, tiwi90)

[close]

http://www.qownnotes.org/
Titel: Vim 8.2.1045
Beitrag von: SiLæncer am 24 Juni, 2020, 12:42
Whats new:>>

Fixed:

Vim9: line break before operator does not work

http://www.vim.org/index.php
Titel: CudaText 1.105.7.0
Beitrag von: SiLæncer am 24 Juni, 2020, 18:00
Changelog

    add: on clicking hyperlinks, app shows additional confirmation button; this is controlled by new option "ui_links_confirm"
    add: support combo-hotkeys with simple letter in 2nd/3rd part, e.g. Ctrl+Q H (thanks @tmsg)
    add: encodings koi8, iso...15 added to viewer as well
    fix: mouse click on selected block did not place caret on clicked pos (thanks @hycmos)
    fix: plugin Session Manager was inited for filenames w/o extension
    fix: hotkeys with Num-keys did not work (thanks @tmsg)
    fix: regression with option "nonword_chars" (thanks @hamasaki)

[close]

http://www.uvviewsoft.com/cudatext/
Titel: Vim 8.2.1052
Beitrag von: SiLæncer am 25 Juni, 2020, 13:15
Whats new:>>

Fixed:

Build failure with older compilers

http://www.vim.org/index.php
Titel: Notepad S# 3.3.1
Beitrag von: SiLæncer am 25 Juni, 2020, 20:40
(https://i.postimg.cc/k5Vvfrzb/screenshot-2232.png)
This is a notepad application, similar to the one provided by Windows, but with a few interesting upgrades that may be enough to convince you to switch to this version of the app.

Donationware

Changelog

New Stuff:

    A minor update to the font window.
    The settings window now has one more tab the "Basic Settings" tab.
    Autosave(You may enable it throught the settings window).
    Option to allow the program to notify you when you have not saved your project for 10 minutes(You may enable it throught the  settings window).

BUG FIXES:

     A bug that showed wrong user dialogs if the application was open more than once at the same time.

Update 3.3.1 fixed a bug that caused the program not to be able to open any prefab.

[close]

https://rafd.itch.io/notepad-s
Titel: CudaText 1.105.8.0
Beitrag von: SiLæncer am 25 Juni, 2020, 21:30
Changelog

    Add: better detection of word-boundary in search (not RegEx), to be like in VSCode and others
    Add: better "links_regex" value (thanks @Jairo-Martinez)
    Add: on clicking hyperlinks, app shows additional confirmation button; this is controlled by new option "ui_links_confirm"
    Add: support combo-hotkeys with simple letter in 2nd/3rd part, e.g. Ctrl+Q H (thanks @tmsg)
    Add: encodings koi8, iso...15 added to viewer as well
    Fix: regression in folding in HTML/XML lexers
    Fix: mouse click on selected block did not place caret on clicked pos (thanks @hycmos)
    Fix: plugin Session Manager was inited for filenames w/o extension
    Fix: hotkeys with Num-keys did not work (thanks @tmsg)
    Fix: regression with option "nonword_chars" (thanks @hamasaki)

[close]

http://www.uvviewsoft.com/cudatext/
Titel: QOwnNotes 20.6.10 Build 5791
Beitrag von: SiLæncer am 26 Juni, 2020, 04:20
Whats new:>>

    incorrect headings like #headline will now not be rendered as heading in the preview (for #1802, thank you @Waqar144)
    the note tabs will now be hidden in distraction free mode
    the Note dialog for opening notes in a new window now remembers whether it showed the note text or the preview last time so you can use the dialog as preview in the Distraction free mode (for #1804)
    added more translation (thank you ardakilicdagi, MGuerra, rakekniven, richarson)

http://www.qownnotes.org/
Titel: nanDECK 1.25.2
Beitrag von: SiLæncer am 26 Juni, 2020, 05:15
(https://s26.postimg.cc/6uxy2fkg9/screenshot_70.png)
nanDECK is a scripting graphic software that provides a simple yet flexible language to create multiple images suited for cards or counters .

Freeware

http://www.nand.it/nandeck
Titel: EmEditor Free 19.9.3
Beitrag von: SiLæncer am 26 Juni, 2020, 09:05
(https://1z9j8fz5fww49iaje1itey71-wpengine.netdna-ssl.com/wp-content/uploads/2013/09/EmEditorFree_Window.png)
EmEditor is a lightning-fast, tabbed text editor with themes, syntax highlighting, stay-on-top, and customizable keyboard mapping. The program supports batch find-and-replace, regular expressions, and more.

The program beat a variety of other text editors in tests performed by TPFC user TP109. Additional features are available via a non-free version.

Free for personal use

Changelog

    Fixed various issues related to Batch Find/Replace (in Files).
    Disabled Open Workspace commands while opening with the /sp command line option.

[close]

https://www.emeditor.com/text-editor-features/history/emeditor-free/
Titel: PanWriter 0.6.4
Beitrag von: SiLæncer am 27 Juni, 2020, 10:30
(https://i.postimg.cc/fLjLfXy8/screenshot-2610.png)
A distraction-free markdown editor with tight integration with pandoc for import/export to/from plenty of file formats, as well as a preview pane that can show pages.

License: GPLv3

https://github.com/mb21/panwriter
Titel: QOwnNotes 20.6.11 Build 5793
Beitrag von: SiLæncer am 27 Juni, 2020, 18:30
(https://s26.postimg.cc/hoi1ahlcp/screenshot_978.png)
QOwnNotes is a text editor / notepad replacement with markdown support and todo list manager. The program supports themes, keyboard shortcuts, syntax highlighting, and encryption. Includes available nested file list, tags, search, and more. Optionally works with the notes application ownCloud or Nextcloud.

Cross-platform with clients available for Mac and Linux.

License: GPL

Changelog

The Note dialog for opening notes in a new window can now also use custom preview fonts (for #1806)

[close]

http://www.qownnotes.org/
Titel: CudaText 1.106.0.0
Beitrag von: SiLæncer am 27 Juni, 2020, 20:30
(https://s26.postimg.cc/k6wu8qcrt/screenshot_901.png)
Create programming scripts with this powerful tool that supports more than 130 languages and allows users to work concurrently on as many as six groups of projects.

Freeware

Changelog

    Add: deepest fold-range, containing line of first caret, now has highlighted lines on gutter; added color in UI-theme for this
    Add: better detection of word-boundary in search (not RegEx), to be like in VSCode and others
    Add: better "links_regex" value (thanks @Jairo-Martinez)
    Add: on clicking hyperlinks, app shows additional confirmation button; this is controlled by new option "ui_links_confirm"
    Add: support combo-hotkeys with simple letter in 2nd/3rd part, e.g. Ctrl+Q H (thanks @tmsg)
    Add: encodings koi8, iso...15 added to viewer as well
    Fix: crash in "export to HTML" (thanks @MiroslavMatas)
    Fix: regression in folding in HTML/XML lexers
    Fix: mouse click on selected block did not place caret on clicked pos (thanks @hycmos)
    Fix: plugin Session Manager was inited for filenames w/o extension
    Fix: hotkeys with Num-keys did not work (thanks @tmsg)
    Fix: regression with option "nonword_chars" (thanks @hamasaki)

[close]

http://www.uvviewsoft.com/cudatext/
Titel: Default Programs Editor 2.7.2676
Beitrag von: SiLæncer am 28 Juni, 2020, 18:50
(https://i.postimg.cc/kGZRJZjZ/screenshot-2616.png)
Default Programs Editor makes it easy to fix file association settings in Windows, including context menu items, icons, and descriptions. Also: autoplay settings and default programs settings ...all without fiddling around in the registry.

Freeware

https://defaultprogramseditor.com/
Titel: Znote 0.3.5
Beitrag von: SiLæncer am 28 Juni, 2020, 20:20
(https://i.postimg.cc/qvfVnLWd/screenshot-2617.png)
Znote is a free, elegant program meant to help you write beautifully organized Markdown documents. You can organize your texts, notes, and files even better, using the simplistic left-side widget organizer for smoothly navigating different files.

Freeware

Whats new:>>

    Add a demo note at first boot
    fix internal minors errors

https://znote.lagrede.fr/
Titel: Vim 8.2.1076
Beitrag von: SiLæncer am 28 Juni, 2020, 21:40
(https://s26.postimg.cc/xww5nc4zt/screenshot_1282.png)
A highly configurable text editor built to enable efficient text editing - an improved version of the vi editor distributed with most UNIX systems.

Freeware

Whats new:>>

Fixed:

Vim9: no line break allowed in :if expression

http://www.vim.org/index.php
Titel: BowPad 2.6.1
Beitrag von: SiLæncer am 28 Juni, 2020, 21:50
(https://s26.postimg.cc/h0ofzpokp/screenshot_1153.png)
BowPad is a small and fast text editor with a ribbon user interface and syntax highlighting.

Features:

syntax highlighting for over 100 file types and languages
handling of many different encodings, including UTF-8, UTF-16 and even UTF-32
easy ribbon user interface
navigation hints in the vertical scrollbar
coloring of open tabs according to their path
extendable with plugins written in jscript or vbscript

Freeware

Whats new:>>

    Fixed broken update check
    New regex capture dialog

http://stefanstools.sourceforge.net/BowPad.html
Titel: Notepad++ 7.8.8
Beitrag von: SiLæncer am 29 Juni, 2020, 05:00
(https://i.postimg.cc/90QrsKpv/screenshot-818.png)
Notepad++ is a tabbed source code editor and Notepad replacement with a customizable interface. It is one of the few few source code editors that supports "folding," allowing users to quickly reduce and expand sections of code to see the overall document. In addition, it features multi-language syntax highlighting, auto-completion, regular expression search/replace, macro recording and playback, etc. The program can access a long list of plug-ins via an easy-to-access menu with even more features and functions.

License: GPL

Changelog

    Fix accented characters in ANSI files not found in “find in files” and “replace in files” commands issues.
    Add an option to improve rendering special Unicode characters by using Scintilla’s DirectWrite technology.
    Fix URL invisible issue in dark themes.
    Fix the focus not on the opening new file issue.
    Fix Workspace (Project panel), Folder As Workspace and function list keep focus issue after double clicking an item.
    Add Ctrl+Backspace ability to delete word for comboboxes in Find/Replace dialog.
    Add ability to find-all in selected text.
    Fix wrong treatment of backslashes as escape sequences in autocompletion.
    Enhance “Remove Empty Lines” command: Allow scope to be limited by an active selection.
    Fix loading of project & session files by drag & drop not working issue.
    Fix block selection cursor wrong positions after typing TAB.
    Add confirmation prompt to “Replace all in all opened documents” command to avoid PBKAC.

[close]

Download: https://github.com/notepad-plus-plus/notepad-plus-plus

https://notepad-plus-plus.org/
Titel: Vim 8.2.1095
Beitrag von: SiLæncer am 30 Juni, 2020, 05:55
Whats new:>>

Fixed:

may use pointer after freeing it

http://www.vim.org/index.php
Titel: LyX 2.3.5.2
Beitrag von: SiLæncer am 01 Juli, 2020, 04:15
(https://s26.postimg.cc/xm6jhtzop/screenshot_297.png)
LyX is a document processor that encourages an approach to writing based on the structure of your documents (WYSIWYM) and not simply their appearance (WYSIWYG).

Open Source

Whats new:>>

This is an emergency release to fix bug number 11889, which reverse quoation marks in some cases when hyperref is enabled. It is otherwise unchanged from the release of LyX 2.3.5.

http://www.lyx.org/
Titel: EmEditor Free 20.0 Beta
Beitrag von: SiLæncer am 01 Juli, 2020, 05:50
(https://1z9j8fz5fww49iaje1itey71-wpengine.netdna-ssl.com/wp-content/uploads/2013/09/EmEditorFree_Window.png)
EmEditor is a lightning-fast, tabbed text editor with themes, syntax highlighting, stay-on-top, and customizable keyboard mapping. The program supports batch find-and-replace, regular expressions, and more.

The program beat a variety of other text editors in tests performed by TPFC user TP109. Additional features are available via a non-free version.

Free for personal use

Changelog

    New General Features:

    Added an ability to do partial matches (Key1 contains Key2, Key1 begins with Key2, and Key1 ends with Key2) on the Join CSV command.
    Greatly improved the speed of the Join CSV and Batch Replace in Files command.

    New Options:

    Added the Conditions drop-down list box and Swap Key1 and Key2 check box to the Join CSV dialog box.

    Plug-in API New Features:

    Added JOIN_FLAG_CONTAIN, JOIN_FLAG_START_WITH, JOIN_FLAG_END_WITH, and JOIN_FLAG_SWAP flags to the JOIN_INFO structure and Editor_Join inline function.

    Macro New Features:

    Added the Join method to the Editor object.

[close]

https://www.emeditor.com/text-editor-features/history/emeditor-free/
Titel: Vim 8.2.1101
Beitrag von: SiLæncer am 01 Juli, 2020, 12:50
Whats new:>>

Fixed:

No error when using wrong arguments for setqflist()

http://www.vim.org/index.php
Titel: EditPad Lite 8.1.2
Beitrag von: SiLæncer am 01 Juli, 2020, 16:45
(http://www.editpadpro.com/screens/editpadlite.png)
EditPad Lite is a general-purpose text editor, designed to be small and compact, yet offer all the functionality you expect from a basic text editor.

    Free for personal use

Changelog

    Improvements:

    Preferences|Save Files: Do not prompt to save unsaved files when Windows shuts down if EditPad is still running in the background to show its icon in the notification area with files kept in memory because the option to save the workspace is enabled.
    Preferences|Save Files: Saving untitled files automatically when closing them now saves them as “Untitled 1.txt” instead of as “Working Copy of Untitled 1.txt” and adds them to the File|Open submenu of recently closed files.
    This avoids confusion between untitled files that were saved automatically when you closed them and working copies of untitled files saved at regular intervals while you had them open. It also means they are no longer opened automatically next time EditPad starts unless you also turn on the option to automatically save and reopen the workspace.
    Preferences|Save Files: Saving working copies at regular intervals is again enabled by default, as it was in EditPad 7.
    Preferences|Save Files: The option for closing untitled files is now also used for files that were previously saved with a file name in the form of “Untitled 1.txt”.
    This avoids confusion between untitled files that were saved automatically when you closed them and working copies of untitled files saved at regular intervals while you had them open. It also means they are no longer opened automatically next time EditPad starts unless you also turn on the option to automatically save and reopen the workspace.
    Preferences|Save Files: Turning off the option to automatically save working copies at regular intervals now stops EditPad from saving working copies when the computer sleeps and stops EditPad from automatically opening working copies.

    Bug fixes:

    Keyboard: Pressing Arrow Up when the cursor is at the very start of the file or pressing Arrow Down when the cursor is at the very end of the file now clear the selection when selections are not persistent just as happens when you press Arrow Up or Down when the cursor is elsewhere on the first or last line of the file.
    Preferences|Save Files: Automatically saving working copies when the computer sleeps no longer causes the working copies to be treated as the actual files when the computer resumes from sleep.
    Preferences|Save Files: Shutting down or restarting your PC while EditPad has files with unsaved changes open no longer saves those changes unless you have selected this preference; a working copy (if enabled) will be left behind instead as EditPad 7 used to do.
    Search: Small Search and Replace boxes do not fully scroll back to the left when their text is cleared.
    Tab stop positions were slightly off when using the left-to-right text layout with a proportionally spaced font.
    Windows XP: EditPad did not open certain file with certain names such as PhotoData.txt when passed on the command line or when those files were double-clicked in Windwos Explorer (since 8.0.0).

[close]

http://www.editpadlite.com/
Titel: Vim 8.2.1114
Beitrag von: SiLæncer am 02 Juli, 2020, 12:57
Whats new:>>

Fixed:

Terminal test sometimes times out

http://www.vim.org/index.php
Titel: Vim 8.2.1119
Beitrag von: SiLæncer am 03 Juli, 2020, 04:10
Whats new:>>

Fixed:

    8.2.1119: configure fails with Xcode 12 beta
    8.2.1118: condition can never be true, dead code
    8.2.1117: Coverity warns for unsing unitialized field
    8.2.1116: Vim9: parsing command checks for list twice
    8.2.1115: iminsert test fails when compiled with VIMDLL

http://www.vim.org/index.php
Titel: Zim 0.73.1
Beitrag von: SiLæncer am 03 Juli, 2020, 04:15
(http://zim-wiki.org/screenshots/thumbs/zim-normal.png)
Desktop-Wiki für Organisation und Wissensmanagement; frei erweiterbar mit unter anderem Formelsatz, Versionsverwaltung und ToDo-Liste; auch als Portable-Version erhältlich.

Lizenz: Open Source

http://zim-wiki.org/index.html
Titel: RisohEditor 5.4.3
Beitrag von: SiLæncer am 03 Juli, 2020, 05:30
(https://i.postimg.cc/8P4z4Swt/screenshot-799.png)
"RisohEditor" is a free resource editor for Win32 development, created by Katayama Hirofumi MZ. RisohEditor realized the ideal of resource editor. "Risoh" means "ideal" in Japanese. RisohEditor can add, edit, extract, clone and remove the resource data in EXE/DLL files. You can edit Windows resources (Dialogs, Menus, Icons, Cursors, String Tables, Message Tables etc.) by using RisohEditor.

NOTICE: Please avoid installing in "C:\Program Files" or "C:\Program Files (x86)". Because the resource compiler (windres) doesn't accept space character in the file path.

Freeware

Changelog

Improved extraction filename.
Sorted the treeview items upon change of resource name/language.
Improved icon/cursor extraction.
Improved newline codes of encoded text.
Fixed "Add Resource" dialog.
Made HTML/Manifest importable.
Added update check feature in "Help" menu.
Fixed title of message box.
Relaxed the character limit and supported large data.
Reset checksum to zero when saving file.

[close]

https://katahiromz.web.fc2.com/re/en/index.html#intro
Titel: EmEditor Free 19.9.4
Beitrag von: SiLæncer am 03 Juli, 2020, 05:45
(https://1z9j8fz5fww49iaje1itey71-wpengine.netdna-ssl.com/wp-content/uploads/2013/09/EmEditorFree_Window.png)
EmEditor is a lightning-fast, tabbed text editor with themes, syntax highlighting, stay-on-top, and customizable keyboard mapping. The program supports batch find-and-replace, regular expressions, and more.

The program beat a variety of other text editors in tests performed by TPFC user TP109. Additional features are available via a non-free version.

Free for personal use

Changelog

    Fixed a bug related to Batch Replace with escape sequences.
    Fixed a bug related to [[:lower:]], [[:upper:]] character classes without the Match Case option.
    Fixed a bug where a warning dialog box might not have been displayed even if Unicode characters were contained in a document when trying to save the document as a non-Unicode encoding.
    Fixed a bug where a searched string was not highlighted after clicking a Find in Files result if a very long string was searched.

[close]

https://www.emeditor.com/text-editor-features/history/emeditor-free/
Titel: QOwnNotes 20.7.0 Build 5800
Beitrag von: SiLæncer am 03 Juli, 2020, 06:10
(https://s26.postimg.cc/hoi1ahlcp/screenshot_978.png)
QOwnNotes is a text editor / notepad replacement with markdown support and todo list manager. The program supports themes, keyboard shortcuts, syntax highlighting, and encryption. Includes available nested file list, tags, search, and more. Optionally works with the notes application ownCloud or Nextcloud.

Cross-platform with clients available for Mac and Linux.

License: GPL

Changelog

    you can now press Ctrl + U to format the selected text underline (for #1811)
    the QOwnNotes Gentoo overlay was added to the official Gentoo repository for easier installation (for #1807)
        please visit the Gentoo installation page for the updated instructions
    added more translation (thank you Fabijenna)

[close]

http://www.qownnotes.org/
Titel: Zettlr 1.7.0
Beitrag von: SiLæncer am 03 Juli, 2020, 13:50
(https://s26.postimg.cc/vfll9p4mh/screenshot_956.png)
Write text and conveniently edit it using Markdown with the help of this user-friendly and well-thought-out, Electron based application.

MIT License

Changelog

Breaking Changes

This release contains several breaking changes to 1.6 due to heavy internal refactoring.

    Your virtual directories will be gone after installing.
    Projects will be incorporated into the .ztr-directory-files, which means that you need to extract these files (or backup them) if you plan to roll back to 1.6 or earlier, lest you will lose the project settings.
    Cmd/Ctrl+W will now attempt to close open tabs first before closing the window. To close the main window directly, use Cmd/Ctrl+Shift+W.
    Now you will need to either Cmd+Click (macOS) or Ctrl+Click (other platforms) on internal and external links as well as on tags in order to follow the link/start a search.
    Cmd/Ctrl+[1-9] now do no longer toggle recent documents -- rather they select the corresponding tab!

GUI and Functionality

    New Feature: Zettlr now supports (theoretically) unlimited open documents and orders them in tabs at the top of the editor instance.
        The tabs display the frontmatter title, if applicable, or the filename.
        On hover, you can get additional info about the documents.
        Drag and drop the tabs to re-sort their order.
        Get going where you left of the day before: Open files are persisted during restarts of the application.
        Transiency: Tabs are opened transient, which means if you do not modify their contents, they will be replaced with another file that you open. This way you can quickly stroll through search results without having to close hundreds of tabs afterwards!
    New Feature: RTL support! Now whether you are writing in Hebrew, Persian, Urdu or any other right-to-left writing system, you can do so now. We've added support for the respective options of CodeMirror in the "Preferences -> Editor" tab.
    New Feature: You can now direct Zettlr to automatically create new files if you click on an internal link that does not match a file. Thanks to @halcyonquest for their contribution!
    New Feature: Vim and Emacs insertion modes are now supported! You can switch persistently between these two and the "normal" insertion mode using the preferences. Thanks to @JorySchossau for implementing this feature!
    New Feature: Directory icons. From now on you can select an arbitrary icon to further visually distinguish certain directories from the others. This has no other than a purely visual effect and may help identify specific directories within a longer list reliably.
    New Feature: Many apps feature it already, Zettlr joins them now. An interactive tutorial will be opened on the first start of the app.
    If available, a title from a YAML frontmatter will be appended to the displayed file entry when linking files.
    Copying images from the Explorer/Finder/file browser now offers to insert them into the document, copying them over to the assets directory.
    The popups are now more resilient against accidental closing, just like the dialogs.
    When focus-selecting the global search bar (pressing the mouse button in the input and using it to select some text immediately) works as in other inputs now.
    Added the week-number as a variable for filenames and the Zettelkasten IDs (use %W).
    Changes to the Pomodoro timer: Now the sound will play each time you release the mouse button on the volume slider to check how loud it is. Furthermore, the mute button has been removed in favor of a volume indication, with 0% equalling the former mute setting.
    When the tag cloud is filtered, "Copy Tags" will only copy the filtered tags, and no longer all tags. To copy all tags, reset the filter. Furthermore tags will now be copied to clipboard including the leading hashtag.
    Re-enabled double-dollar inline equations for rendering and syntax highlighting.
    HTML-style comments (<!-- Lorem Ipsum -->) are now also exempt from the word counting.
    Fixed an error in the Table Editor that would assume empty rows to be header rows, leading to false behavior when trying to display a completely empty table.
    The Table Editor can now also parse and display simple and grid tables, and a wider range of pipe tables, as described in the Pandoc manual.
    Fixed a small mistake where literal blocks would be wrongly offset as the editor treated them as list items.
    Fixed artefacts with spellchecking errors. Thanks to @ryota-abe for proposing the correct selector!
    The Table Editor now remembers what the source table looked like and tries to recreate that when it applies the changes to the DOM.
    Added verbose error reporting and improved the error handling during citeproc boot. Now, Zettlr will (a) remove error-throwing CiteKeys so that the rest of the library loads just fine and (b) display the exact errors as reported by citeproc-js so that users can immediately identify the bad keys and know where to look.
    The global search bar's autocomplete will now also work for non-western scripts such as Japanese, Korean, Chinese, or any other.
    Virtual directories have been discontinued. Parts of their functionality will be re-implemented in different ways.
    On Linux, we've restored the default window decorations -- that is, the burger menu button is gone, and the menu will be displayed wherever the window manager decides.
    Fixed a small bug that could lead to errors during autocomplete selection if no frontmatter is present in the file.

    Added syntax highlighting modes (with keywords):

        Elm: elm
        F#: f#/fsharp
        Haskell: hs/haskell
        VB.net: vb.net/vb/visualbasic
        HTML: html
        XML: xml
        Markdown: markdown/md
        Julia: julia/jl
        Turtle: turtle/ttl
        SPARQL: sparql
        Verilog: verilog/v
        SystemVerilog: systemverilog/sv
        VHDL: vhdl/vhd
        Tcl: tcl
        CommonLisp: clisp/commonlisp
        Scheme: scheme
        PowerShell: powershell

    Fix the colours of the heatmap search list.
    Fixed a logical error in the detection of remote changes of attachment files.
    Fenced code blocks, delimited by three backticks have a customizable box background. The colour (and different styles) can be customized by targeting the code-block-line-CSS class.
    The font size of mathematics was decreased a bit to align it better with the size of normal text. Thanks to @tobiasdiez.
    Support fenced code blocks surrounded by tildes (~) instead of backticks.
    The About dialog of the application now also holds a tab with debug information about both the binary, the system, and the current environment.
    Tags with diacritics are now also removed on export (with the respective setting turned on), so that the removed tags match the tags which are highlighted in the editor.
    Fixed searches behaving irrationally if you search again while the previous search has not yet ended.
    Switched to using the Clarity Design icon set where possible.
    Sort buttons now show how the directory is currently sorted. One shows and toggles what is being sorted by (name or time). The other shows and toggles what direction is being sorted ine (ascending or descending).
    Modified display settings are now applied on configuration changes (not just after clicking somewhere in the document).
    Modals now also apply a dark theming if in dark mode.
    Fixed image exports.
    Fixed correct exporting of images when exporting to Textbundle and Textpack.
    Fixed revealJS presentations which now display Math.
    Fixed the autocomplete behaviour, especially with cursor movement.
    If there is a selection in the document, its contents are used to fill in the search field now. Furthermore, the occurrences of the search term are now already highlighted without you having to search first.
    If there is a selection in the document, its contents fill up the global search field on focus, if the global search field does not have any contents.
    Fixed wrong display of project property table of content evaluation level.
    When linking files, Zettlr will now present you those files that match with at least one tag with the currently active file, making cross-linking of notes as easy as typing the link-start and hitting the arrow down-key. Bonus: It'll present you these options even if the files reside in a completely different root directory.
    Fixed behaviour of nested checkboxes.
    Fixed escaping of special TeX characters in input value fields (e.g. project properties).
    Finally fixed the parenthesis-link-problem. This means: For each Markdown link, the algorithm will parse the full detected URL and see if all opening parentheses have closing ones. If there are more opening parentheses than closing ones, the algorithm will push the link further in an attempt to fully resolve all parentheses. If this is not possible (because the link itself contains more opening than closing parentheses to begin with), you need to encode one opening parenthesis using %28 for the algorithm to successfully render the link.
    Dragging search results like normal files is now possible.
    When switching directories while a search result list is displayed, this search is now performed at the other directory immediately after switching.
    Reversing a MagicQuote can now be performed by pressing backspace after a replacement has taken place, in order to restore the default double (") or single (') quote.
    Math doesn't render in comments anymore.
    Opening files with Zettlr when the app is not running will now correctly open them.
    Zooming on Windows and Linux can now be facilitated by scrolling while holding down the control-key.
    Use Cmd/Ctrl+Shift+L to copy the active file's ID to the clipboard.
    You can now also use F2 to trigger a file rename for the current file.
    Improve the detection and rendering of Setext-headings.
    Dropping files from the file list onto the editor now inserts a valid Zettelkasten-link to that file into the editor.
    Images will now also render in-line.
    The "Window" submenu is now not confined to macOS applications anymore, but available to all platforms.
    URLs in Markdown links will not be rendered anymore.
    Enabled the context menu now also for both directories in the file list and the empty space in the file list (if there is some).
    You can now open directories externally (read: in Finder/Explorer/your Linux file browser) in the context menu now.
    Zettlr now attempts to set the cursor back to the place where it has been after programmatically updating the document content, e.g. after a remote change.
    Added a setting to control the sensitivity of Zettlr checking for remote file notifications on certain systems.
    Prevent multiple cursors when performing a special action (following a link, clicking a tag, etc.)
    Now both the current cursor position and the word count are displayed side by side. No need to right-click again to toggle!
    Citations in comments are now no longer rendered.

Under the Hood

    FSAL Refactor: This release includes a huge refactor of the file system core of the application. In general terms, the rewritten core enables Zettlr to handle the file system more efficiently, uses up less RAM and has some other goodies that make the whole File System Abstraction Layer (FSAL) much more scalable for future feature implementations. More precisely:
        From OOP to Functional: While previously files and directories were heavily object-oriented with one full object being instantiated for each and every file including a whole prototype chain, the new core switches to a functional approach, removing the memory-intensive prototype chains. Instead, files and directories are now represented by a descriptor which includes the all meta-information packages, but no function bodies. Instead, the new FSAL calls functions to which it passes one or more descriptors in order to enable the function to modify the descriptor itself. This also makes state management easier, as the whole FSAL only works with object pointers and does not re-instantiate most descriptors every time a function modifies them.
        Improved state management: Now the state is not littered across the main process code base, but instead is centrally managed by the FSAL core class, which emits events every time anything in the state changes. This keeps the functional logic of the application much simpler. As opposed to before, the Zettlr main application class only accesses the FSAL state, and furthermore makes use of three events -- directory replacement, file replacement, and full file tree update -- to propagate any changes to the renderer process.
        File Caching for faster boot: The FSAL additionally includes a sharded file cache which approximately halves the boot time. Furthermore, this enables the app to be much more resource-friendly for your storage, as the number of file accesses is reduced heavily -- at most, one hundred files will be opened during boot, instead of up to 10,000 or more, depending on the amount of open files you had.
        Improved remote change detection: As a result of the descriptor-system and improved central state management, detecting and managing state changes induced remotely much easier. The whole logic of the watchdog has been cut down to its essential parts to make its business logic more manageable.
        Improved debugging: Also as a result of implementing the new FSAL core as a self-contained EventEmitter module, it's much easier to locate logical errors, as due to improved state management missing state updates in the graphical user interface most likely emanate from exactly there, and not the FSAL. This has already helped identify several very small and almost unnoticeable bugs that did not update the renderer's state as wanted.
    Improvements to image dragging and dropping from the attachment sidebar.
    Switched the string variable replacer from vanilla JavaScript to moment.js, which simplified the function considerably.
    The export module is now really a module.
    Switched to cTime internally as the representation for modification time, because it'll capture more changes than mTime.
    Updated insecure dependencies.
    .git-directories are now ignored.
    Applying the CSS line classes for Markdown headings should now be less computationally intensive.
    Switched to Gulp for LESS compilation (thanks to @tobiasdiez for implementing).
    The command autoloader now logs potential errors during command loading.
    You can now pass a temporary configuration file to Zettlr, e.g. for testing purposes. Simply start Zettlr from the command line and pass --config /your/config/file.json. It can also only be a stub (e.g. only containing certain selected configuration parameters), as Zettlr will set all missing properties to their respective defaults. If the path is relative, Zettlr will attempt to find the file either at the repository root, if app.isPackaged is false, or at the current executable's directory.
    Added a test command for GUI testing. It creates a small directory structure so that you can test the GUI without having to sacrifice your files or your mental health for that issue. Run yarn test-gui to run Zettlr in that test environment, and do to the files whatever you want!
    The targets class is now a service provider.
    Fixed the flattenDirectoryTree utility function. I have no idea why it worked for eleven months, but when it started throwing errors on the FSAL I realized it did a lot of things but it should've never worked. JavaScript is magic. Update: Found a newer and more optimized utility function, objectToArray, so I'm trashing it for good.
    The Pandoc-command is now logged in its resolved state immediately before actually being run.
    Windows installers are finally signed.
    Switched back to the package.json configuration for electron-builder, because, well, Electron.
    Fix a lot of unused and weirdly coded code.
    Added a flag to determine if the Zettlr version has changed, indicating an update (or downgrade). Based on this, the FSAL will clear its cache on boot.
    Added command-line flag --clear-cache to programmatically clear the FSAL cache on startup.
    Moved the forceOpen-functionality to a command.
    Refactored the autocompletion logic and moved it out into its own designated class to reduce the size of the ZettlrEditor class.
    Refactored the logic for building the bibliography in an attempt to further reduce the size of the ZettlrEditor class.
    Include the codemirror.css into the geometry styles so we have one less dependency to include on startup.
    Switched to Electron 9.0.0.
    Set the standalone flag for Pandoc on all non-special exports.
    Image rendering now also supports base64-encoded inline images.
    Improvements to the detection of tags, internal links and footnotes. The algorithm is now more efficient and stable in various situations.

[close]

Download: https://github.com/Zettlr/Zettlr/releases

https://www.zettlr.com/
Titel: CudaText 1.106.5.0
Beitrag von: SiLæncer am 04 Juli, 2020, 09:00
(https://s26.postimg.cc/k6wu8qcrt/screenshot_901.png)
Create programming scripts with this powerful tool that supports more than 130 languages and allows users to work concurrently on as many as six groups of projects.

Freeware

Changelog

    Add: plugin Sort has new option [sort] max_lines=5000 in settings/plugins.ini, to avoid almost-hanging on huge documents
    Add: Project Manager: double click switches file-tab from "preview" to "normal" style (thanks @kostyarin_)
    Add: zip plugin installer: instead of 2nd confirmation about plugin hotkeys, show single confirmation with more buttons
    Add: auto-detect XML for UTF-8 BOM too
    Add: better value of "links_regex"
    Add: API allows to register plugin events also in settings/plugins.ini
    Change: Project Manager uses plugins.ini for events, so if you have used its options "Load on program start"/"On opening GIT/SVN repo...", check these options again in config dialog
    Fix: lexer Python: regression for r- f- b-strings
    Fix: regression in "Title case", "Sentence case" commands for multi-line selections
    Fix: Emmet work was wrong after Unicode chars (thanks @d-mal)
    Fix: export to HTML: entities like ' ' were lost on export
    Fix: lexer "Search results": fixed indent-based folding
    Fix: lexer HTML: bug for '<table width=30%>'; bug for '< nottag' (thanks @Anonymoustus)

[close]

http://www.uvviewsoft.com/cudatext/
Titel: QOwnNotes 20.7.1 Build 5806
Beitrag von: SiLæncer am 04 Juli, 2020, 10:30
Whats new:>>

    if the filename that is generated from the headline of a note turns out to be empty it will now be substituted by Note.md (for #1813)
        if that file already exists in the current folder Note 1.md will be used (and so on)
    more C++11/20 keywords and some types were added to the C++ highlighter (for #120, thank you @data-man)
    there now is a context menu for note tabs which allows you to toggle the note stickiness and to close all other note tabs (for #1814)
    added more Italian, German, French translation (thank you mlocati, rakekniven, gbabin, Zack-83)

http://www.qownnotes.org/
Titel: Vim 8.2.1123
Beitrag von: SiLæncer am 04 Juli, 2020, 10:50
(https://s26.postimg.cc/xww5nc4zt/screenshot_1282.png)
A highly configurable text editor built to enable efficient text editing - an improved version of the vi editor distributed with most UNIX systems.

Freeware

Whats new:>>

Fixed:

Python 3 test is old style

http://www.vim.org/index.php
Titel: Zettlr 1.7.1
Beitrag von: SiLæncer am 05 Juli, 2020, 20:50
Changelog

    GUI and Functionality:

    Fixed a race condition that would cause the renderer to become completely unresponsive when creating uncomplete Zettelkasten links (e.g. [[contents] or [contents]]).
    The interactive tutorial is now also available in French (thanks to @framatophe for their translation!).
    The sidebar now shows single-citekeys (without square brackets) in the references list again.
    Added syntax highlighting modes (with keywords): Smalltalk: smalltalk/st

    Under the Hood:

    Updated dependencies:

    @zettlr/citr 1.2.0
    @clr/icons 3.1.4
    joplin-turndown 4.0.28
    citeproc 2.4.6
    electron 9.0.5
    electron-notarize 1.0.0
    mocha 8.0.1
    chalk 4.1.0
    got 11.4.0
    tippy.js 6.2.4
    moment 2.27.0
    uuid 8.2.0
    v8-compile-cache 2.1.1
    eslint 7.4.0
    eslint-plugin-import 2.22.0
    eslint-plugin-vue 7.0.0-alpha.9
    electron-devtools-installer 3.1.0
    webpack-cli 3.3.12
    uglify-js 3.10.0
    vue-loader 15.9.3
    css-loader 3.6.0
    mermaid 8.5.0

[close]

Download: https://github.com/Zettlr/Zettlr/releases

https://www.zettlr.com/
Titel: Vim 8.2.1145
Beitrag von: SiLæncer am 06 Juli, 2020, 05:10
Whats new:>>

Fixed:

Vim9: "for" only accepts a list at compile time

http://www.vim.org/index.php
Titel: CudaText 1.106.6
Beitrag von: SiLæncer am 06 Juli, 2020, 20:00
Whats new:>>

+ add: option "carets_primitive_column_sel", which activates mode of column selection like in Sublime Text
* change: new option is "true" by default, mode of column selection is changed

http://www.uvviewsoft.com/cudatext/
Titel: PilotEdit Lite 14.1.0
Beitrag von: SiLæncer am 07 Juli, 2020, 09:08
(http://www.pilotedit.com/images/OpenInQuickMode.PNG)
PilotEdit is a text, hex, XML, C/C++, HTML, PHP, Java, Javascript and Perl editor that can edit large files of 400GB (40 billion lines).

It offers customizable syntax and keyword highlighting, advanced search and replace operations, automatic text encoding, 256-bit AES encryption/decryption and a built-in FTP/SFTP client lets you open, edit, download and upload large files directly to/from a FTP/SFTP server.

In addition to standard text editing features, PilotEdit can compare and merge two large files of 100GB (10 billion lines). You can also sort, find/remove duplicate lines and extract strings over a large file of 1GB.

Freeware

Whats new:>>

Provides the ability to open directories

http://www.pilotedit.com/
Titel: Vim 8.2.1153
Beitrag von: SiLæncer am 08 Juli, 2020, 04:20
Whats new:>>

Fixed:

Vim9: script test fails on some systems

http://www.vim.org/index.php
Titel: Znote 0.3.6
Beitrag von: SiLæncer am 08 Juli, 2020, 05:10
(https://i.postimg.cc/qvfVnLWd/screenshot-2617.png)
Znote is a free, elegant program meant to help you write beautifully organized Markdown documents. You can organize your texts, notes, and files even better, using the simplistic left-side widget organizer for smoothly navigating different files.

Freeware

https://znote.lagrede.fr/
Titel: Vim 8.2.1164
Beitrag von: SiLæncer am 09 Juli, 2020, 04:15
Whats new:>>

Fixed:

Text cleared by checking terminal properties not redrawn

http://www.vim.org/index.php
Titel: RisohEditor 5.4.4
Beitrag von: SiLæncer am 09 Juli, 2020, 13:45
(https://i.postimg.cc/8P4z4Swt/screenshot-799.png)
"RisohEditor" is a free resource editor for Win32 development, created by Katayama Hirofumi MZ. RisohEditor realized the ideal of resource editor. "Risoh" means "ideal" in Japanese. RisohEditor can add, edit, extract, clone and remove the resource data in EXE/DLL files. You can edit Windows resources (Dialogs, Menus, Icons, Cursors, String Tables, Message Tables etc.) by using RisohEditor.

NOTICE: Please avoid installing in "C:\Program Files" or "C:\Program Files (x86)". Because the resource compiler (windres) doesn't accept space character in the file path.

Freeware

Changelog

    Flushed file contents before using it.
    Supported international Delphi DFM data.
    Inserted "Delphi DFM Settings" menu item into "Edit" menu.
    Correctly reset checksum to zero when saving file.
    Fixed a bug in which a control is shifted by 1 pixel.
    Added some waits upon file saving, for virus checker.
    Added "A Guide to RisohEditor" link to "Help" menu.

[close]

https://katahiromz.web.fc2.com/re/en/index.html#intro
Titel: QOwnNotes 20.7.2 Build 5811
Beitrag von: SiLæncer am 09 Juli, 2020, 21:30
Whats new:>>

    Scripts in the script repository are now checked for updates on application start (for #1820)
    If an update was found you'll be asked if you want to open the script update dialog
    More highlighting improvements were made in the note text edit (for #122, thank you @Waqar144)
    Added more translation (thank you manuelarodsilva, MGuerra, Gregory.K, rakekniven, unchase, mlimacarlos, richarson, Zack-83)

http://www.qownnotes.org/
Titel: BabelEdit 2.7.1
Beitrag von: SiLæncer am 10 Juli, 2020, 04:50
(https://s26.postimg.cc/7efmb9imh/screenshot_979.png)
A translation editor that can process one or more JSON files at the same time, providing support for both json and namespaced-json formats.

Freeware

Changelog

    Features:

    Language support for Maltese, Dari, Burmese, Odia, Pashto
    Support .jsx/.tsx files in source code view (generic JSON)

    Fixes:

    Disabled automatic filter update while editing translation text

[close]

https://www.codeandweb.com/babeledit
Titel: SPFLite 2.2.20191
Beitrag von: SiLæncer am 10 Juli, 2020, 05:20
(https://i.postimg.cc/wT5s6g7J/screenshot-2635.png)
Rename, clone, delete, edit, print, exclude, touch, add to favorites and view your files using this intuitive software application.

License: GPLv3

Changelog

    Provide support for allowing an external Macro to handle all the File I/O for what would otherwise be unsupported file types. See XFORM
    Optimize code which handles the Clipboard strings. This will improve the performance of CUT / PASTE / DIFF when large amounts of data are involved
    Correct PROF EDIT dialog verification routine for the IMACRO and XFORM values. Clean up message formatting
    Correct CFG database routine which was inadvertently doing a TRIM on a field during processing causing a loss of leading blanks
    Correct (again) handling of the MARK string
    Alter UNDO / REDO to report how many repeats are available in the UNDO stack
    Expand INSTANCES support so that each Instance will have it's own Recent Files FLIST. e.g. An Instance named FRED would be using "Recent Files.Fred.FLIST"
    Correct Options handling of the KBD variables, they were not being saved correctly since the migration to SPFLite2
    Alter DIFF processing to use Private Clipboards with temporary names. This includes
    Modifying the tab headers to identify the files which DIFF compared
    The enhanced tab headers help to identify tabs when multiple DIFF reports are open at the same time
    DIFF reports will be kept in the SPFLiteCLIP folder for a couple of days for reference
    Alter FM OPEN display to display the new DIFF format tab headers rather than calling them all (Clip)
    Add the USER line flag to all non-equal matches. This will allow a LOCATE U to quickly move to the next difference section of the report
    Add a new DIFF operand - LIST. A DIFF LIST command will display available reports in the CLIP folder to allow for easier retrieval for viewing
    Revise the File Watch routines to better cope with the slower access times of NAS drives. Remove unneeded delays in shutting down a FileWatch
    When a modified file has been detected by FileWatch, and reload is selected, perform the reload using XFORM, if XFORM performed the original load
    Performance improvements to some of the CFG file support routines to improve speed, particularly during the first execution of SPFLite
    Add option to the Pop-Up for a missing file type Profile to simply CANCEL out of the file Open
    Allow RELOAD in a BROWSE session
    Allow the File Manager FF command to be used in the Open Files list
    Allow SAVEAS for an XFORM loaded file to use the XFORM WRITE support
    Correct parsing error in NUMTYPE
    Correct the routine which provides the "Default Folder" for many functions. It was not correctly picking up the current FM folder
    When a new Profile is created dynamically at file OPEN time, SPFLite will now automatically set the SOURCE and EOL values in the new profile based on the characteristics of the first file loaded
    The Profile setting primary commands (AUTOBKUP, CAPS, COLS, EOL, etc.) will now, in the confirmation message, indicate whether the new value was saved or not, based on the Profile's LOCK status
    Major reorg of the Macros documentation. The details for all the various macro functions will now appear as items in the left-hand menu, making it easier to quickly 'get to' the desired item, rather than scroll, scroll, scroll

[close]

http://www.spflite.com/Home.html
Titel: Znote 0.3.7
Beitrag von: SiLæncer am 10 Juli, 2020, 20:30
(https://i.postimg.cc/qvfVnLWd/screenshot-2617.png)
Znote is a free, elegant program meant to help you write beautifully organized Markdown documents. You can organize your texts, notes, and files even better, using the simplistic left-side widget organizer for smoothly navigating different files.

Freeware

Changelog

    Features:

    Add Tags (+ color customization)
    Filter notes from name or tags

    BugFixes:

    Minor various fixes

[close]

https://znote.lagrede.fr/
Titel: Vim 8.2.1176
Beitrag von: SiLæncer am 11 Juli, 2020, 10:20
(https://s26.postimg.cc/xww5nc4zt/screenshot_1282.png)
A highly configurable text editor built to enable efficient text editing - an improved version of the vi editor distributed with most UNIX systems.

Freeware

Whats new:>>

Fixed:

Vim9: not enough type checking in Vim9 script

http://www.vim.org/index.php
Titel: Kile 2.993-566
Beitrag von: SiLæncer am 11 Juli, 2020, 11:20
(https://i.postimg.cc/Y23NWRhG/screenshot-2639.png)
Kile is a sophisticated program that will help you write complex, A-level academic papers and theses, all formatted to the highest standards. The tool's predefined templates and document wizards enable access to modern typesetting methods, all in a matter of seconds.

Donationware

https://kile.sourceforge.io/
Titel: Typora 0.9.90 Beta
Beitrag von: SiLæncer am 11 Juli, 2020, 18:30
(https://i.postimg.cc/25xV0Fq1/Virtual-DVD.png)
Swiftly write, edit, format and convert text to HTML with the help of this modern looking, streamlined and novice-accessible piece of software.

Freeware

Changelog

    Add ABAP code syntax highlight.
    Support `id` attribute as link anchors.
    Upgrade mermaidjs version, support link styles, entity relationship diagrams, etc.
    Add Turkish language support.
    Small improvement on built-in themes.
    Add custom shortcut entry in preferences panel.
    Fix global search in Korean.
    Fix issues about copy / paste image.
    Fix issues that print will not pop up options dialog.
    Other fix bugs and improvements.

[close]

http://www.typora.io/
Titel: qPad 1.1.6 Build 27
Beitrag von: SiLæncer am 11 Juli, 2020, 20:15
(https://i.postimg.cc/MHbGsPpc/screenshot-2412.png)
qPad is a simple standalone UTF-8 notetaking and plain text app for windows. It can be a good alternative for Windows' Notepad; just start your paragraph with a Right-to-left language (such as Arabic, Persian, Hebrew, etc) or a RTL Mark to make it right-aligned!

Freeware

Changelog

    Installer added
    Detects current file's external changes
    Minor improvements and bugfixes

[close]

https://alvandsoft.com/qpad/
Titel: QOwnNotes 20.7.3 Build 5823
Beitrag von: SiLæncer am 12 Juli, 2020, 11:45
(https://s26.postimg.cc/hoi1ahlcp/screenshot_978.png)
QOwnNotes is a text editor / notepad replacement with markdown support and todo list manager. The program supports themes, keyboard shortcuts, syntax highlighting, and encryption. Includes available nested file list, tags, search, and more. Optionally works with the notes application ownCloud or Nextcloud.

Cross-platform with clients available for Mac and Linux.

License: GPL

Changelog

    fixed a possible crash when showing note versions of a note with note links (for #1805)
    more minor fixes for preview syntax highlighter where made (for #1821, thank you @Waqar144)
    added more translation (thank you Fabijenna, MGuerra, rakekniven, mlocati, unchase, gbabin)

[close]

http://www.qownnotes.org/
Titel: Typora 0.9.91 Beta
Beitrag von: SiLæncer am 12 Juli, 2020, 16:00
Whats new:>>

Fix theme cannot be loaded when export PDF

http://www.typora.io/
Titel: reCsv Editor 0.99.2
Beitrag von: SiLæncer am 12 Juli, 2020, 16:45
(https://i.postimg.cc/vmMDhQRN/screenshot-748.png)
reCsv Editor is a software application developed in Java, as a simpler version of RecordEditor, which enables you to view the contents of various CSVs, edit and save them to the HDD.

License: GPLv3

Changelog

    Display of Open Tabs is optional (use the right click menu to choose which tabs to display). This should simplify the application for new users
    Adding a Regular-Expression option.
    Problem fix's
    Updated CodeGen

[close]

http://recsveditor.sourceforge.net/
Titel: Alternate Text Browser 3.750
Beitrag von: SiLæncer am 12 Juli, 2020, 19:45
(https://i.postimg.cc/TYy7wJVb/screenshot-1429.png)
This program makes it easy to browse through text- and html-files (also xml), syntax highlighting for serveral programming languages available (C++, Pascal, PHP, Perl, ASM, JScript etc.).

Freeware

Whats new:>>

Calculator 3.520 added.

http://www.alternate-tools.com/pages/c_textbrowser.php?lang=ENG
Titel: Vim 8.2.1199
Beitrag von: SiLæncer am 13 Juli, 2020, 04:40
Whats new:>>

Fixed:

not all assert functions are fully tested

http://www.vim.org/index.php
Titel: ProgramEdit 4.9.6
Beitrag von: SiLæncer am 13 Juli, 2020, 18:30
(https://s26.postimg.cc/wcabyxqq1/screenshot_58.png)
ProgramEdit - a free Windows® software source-code editor. ProgramEdit includes language support for HTML, Ada, C/C++, C#, CSS, JAVA, JavaScript, Perl, PHP, Python, Ruby, VB, VBScript, Verilog, VHDL and Batch(.bat) files. Other features include tabbed file selection, text highlighting, find & replace, regular expressions, sesssions, bookmarks, multiple undo/redo and hyperlinks.

Freeware

Whats new:>>

    Fix Highlight bug
    Fix bug in Find Next searches that follow an AllWords Highlight

http://simplesolverlogic.com/index.html
Titel: Trilium Notes 0.43.2 Beta
Beitrag von: SiLæncer am 13 Juli, 2020, 20:50
(https://i.postimg.cc/2yDgvbpj/screenshot-2595.png)
A hierarchical note-taking software application with focus on building large personal knowledge bases while also providing a flurry of options.

License: AGPL

Changelog

    fix declaring global variables on the setup page, closes #1071
    fallback for missing parsed title, closes trilium-web-clipper/issues/16
    added tab and shift-tab shortcuts for indent/outdent, closes #978
    fix SVG single file import as image and not as file, closes #1114
    fix unescaped HTML in the tree node title, closes #1127
    hide "type around" controls in printed PDF, closes #1129
    upgrade ckeditor to 20.0.0
    fixed triggers to sort children of notes with "sorted" label, closes #1126

[close]

https://github.com/zadam/trilium
Titel: Vim 8.2.1206
Beitrag von: SiLæncer am 14 Juli, 2020, 09:01
Whats new:>>

Fixed:

    Vim9: crash in expr test when run in the GUI
    Vim9: && and || work different when not compiled
    Vim9: true and false not recognized in Vim9 script
    unused assignments in expression evaluation
    Vim9: crash when calling a closure from a builtin function
    Vim9: crash when passing number as dict key
    Vim9: cannot disassemble a lambda function

http://www.vim.org/index.php
Titel: Black NotePad 2.1.0.1
Beitrag von: SiLæncer am 14 Juli, 2020, 16:30
(https://s26.postimg.cc/lj0xxiynt/screenshot_1281.png)
Black NotePad was created as an alternative to the Notepad program of Windows operating systems. While retaining the original functions, Black NotePad improves manageability, contains important new functions, and greatly enhances program compatibility in terms of the edited text.

Freeware

Changelog

    Add: "Trim Special" menu
    Add: "Trim" menu items
    Change: Unactivated restrictions
    Minor improvements
    Bugfix

[close]

https://www.wintools.info/index.php/black-notepad
Titel: yWriter 6.5.3.5 Beta
Beitrag von: SiLæncer am 14 Juli, 2020, 21:10
(http://www.spacejock.com/images/yWriter5Main.png)
yWriter allows you to split your novel into chapters and scenes, simplifying the process of text writing. You can reorder scenes within chapters or change their content, title and description. If you notice that you mistyped a word, yWriter enables you to do a global text search and replace it. With yWriter you can easily keep journals, diaries or create your own stories and novels.

Freeware

Whats new:>>

BETA includes latest changes and fixes from yWriter 7.0.3.6

http://www.spacejock.com
Titel: Atom 1.50.0 Beta
Beitrag von: SiLæncer am 15 Juli, 2020, 04:10
(https://s26.postimg.cc/fmfpqomgp/screenshot_915.png)
A powerful and flexible application that works as a text and source code editor with syntax highlight, or alternately as a file viewer.

MIT License

Whats new:>>

Fix multi cursor correct setting
Add async and await keywords to Rust highlighter
Fix can't install the .deb package in Ubuntu 20.04

https://atom.io/
Titel: Atom 1.49.0
Beitrag von: SiLæncer am 15 Juli, 2020, 12:38
Whats new:>>

    Fix chrome-sandbox file permissions on linux distross
    Enable webview support

https://atom.io/
Titel: CudaText 1.107.0.0
Beitrag von: SiLæncer am 15 Juli, 2020, 16:30
(https://s26.postimg.cc/k6wu8qcrt/screenshot_901.png)
Create programming scripts with this powerful tool that supports more than 130 languages and allows users to work concurrently on as many as six groups of projects.

Freeware

Changelog

    Add: Find dialog shows "Find" field syntax-highlighted in RegEx mode; program also does underlining of mismatched ()[] brackets there
    Add: option "carets_primitive_column_sel", which activates new mode of column selection; see new wiki topic https://wiki.freepascal.org/CudaText#Behaviour_of_column_selection
    Change: new option is "true" by default, mode of column selection is changed
    Add: API finder_proc (thanks @kvichans)
    Add: modern credits list in the About dialog
    Add: lexer Bash: support comments inside `backticks`
    Fix: issues with commands "move lines up/down", occurring on the final line w/o EOL

[close]

http://www.uvviewsoft.com/cudatext/
Titel: QOwnNotes 20.7.4 Build 5852
Beitrag von: SiLæncer am 15 Juli, 2020, 21:30
(https://s26.postimg.cc/hoi1ahlcp/screenshot_978.png)
QOwnNotes is a text editor / notepad replacement with markdown support and todo list manager. The program supports themes, keyboard shortcuts, syntax highlighting, and encryption. Includes available nested file list, tags, search, and more. Optionally works with the notes application ownCloud or Nextcloud.

Cross-platform with clients available for Mac and Linux.

License: GPL

Changelog

    added the new editor color schema Dracula (for #1823, thank you @TheChiefMeat)
    added Thai translation (a big thank you to Fabijenna)
        visit QOwnNotes Translation if you want to make QOwnNotes available in more languages or help with the current translation

[close]

http://www.qownnotes.org/
Titel: Alternate Text Browser 3.760
Beitrag von: SiLæncer am 16 Juli, 2020, 05:45
(https://i.postimg.cc/TYy7wJVb/screenshot-1429.png)
This program makes it easy to browse through text- and html-files (also xml), syntax highlighting for serveral programming languages available (C++, Pascal, PHP, Perl, ASM, JScript etc.).

Freeware

Whats new:>>

Added option to copy plain text only

http://www.alternate-tools.com/pages/c_textbrowser.php?lang=ENG
Titel: Vim 8.2.1224
Beitrag von: SiLæncer am 16 Juli, 2020, 13:10
(https://s26.postimg.cc/xww5nc4zt/screenshot_1282.png)
A highly configurable text editor built to enable efficient text editing - an improved version of the vi editor distributed with most UNIX systems.

Freeware

Whats new:>>

Fixed:

Vim9: arguments from partial are not used

http://www.vim.org/index.php
Titel: Notepad++ 7.8.9
Beitrag von: SiLæncer am 16 Juli, 2020, 14:00
(https://i.postimg.cc/90QrsKpv/screenshot-818.png)
Notepad++ is a tabbed source code editor and Notepad replacement with a customizable interface. It is one of the few few source code editors that supports "folding," allowing users to quickly reduce and expand sections of code to see the overall document. In addition, it features multi-language syntax highlighting, auto-completion, regular expression search/replace, macro recording and playback, etc. The program can access a long list of plug-ins via an easy-to-access menu with even more features and functions.

License: GPL

Changelog

    Fix Line operations (join lines, split lines, remove duplicate lines and sort lines) doing one too many lines issue.
    Fix the regression of jump line failure via command line (-n).
    Fix URL Hovered colour disappears after modifying any Clickable Link Settings regression.
    Fix URL is not clickable in certain stuation while wrapped is enabled.
    Fix “Save” not working in Windows dialog.
    Fix Flickering cursor after double clicking a found line in find results.
    Fix Found line may not be centered by double clicking in find results, if word wrap is on.
    Fix wrong horizontal scroll bar position after restoring Window position.
    Fix Find result window output TAB-width incoherent issue.

[close]

Download: https://github.com/notepad-plus-plus/notepad-plus-plus

https://notepad-plus-plus.org/
Titel: Atlantis Word Processor Lite 4.0.2
Beitrag von: SiLæncer am 16 Juli, 2020, 20:10
(https://i.postimg.cc/1tyzzNQb/screenshot-2650.png)
Atlantis Word Processor Lite is a free version of Atlantis Word Processor. It has plenty of great features that will help you create various types of documents.

Atlantis Word Processor Lite is very fast, compact, and has a very small memory footprint. But above all, it is completely free. You can install it on your computer, and use it free of charge!

Changelog

This version of Atlantis Word Processor includes a number of bug fixes, plus an important change regarding floating pictures. When a paragraph spreads over multiple pages - like on the screen capture below:

    Previous versions of Atlantis allow to anchor floating pictures only to the paragraph's beginning:

    This version of Atlantis Word Processor allows to anchor floating pictures to a paragraph on any page.

[close]

https://www.atlantiswordprocessor.com/en/lite.htm
Titel: RJ TextEd 14.60 Beta 1
Beitrag von: SiLæncer am 16 Juli, 2020, 21:20
(https://s26.postimg.cc/775l9vjeh/screenshot_593.png)
RJ TextEd - A Unicode source and text editor. RJ TextEd is a full featured text and source editor with Unicode support, syntax highlighting and code folding. The functionality extends beyond text files and includes support for HTML editing with integrated preview, spell checking, auto completion, HTML validation, templates and more. The program also include support for Topstyle Lite CSS editor, has a dual pane file commander, as well as a FTP client to upload your files. The editor uses language files to display menus and dialogs in different languages. There are several included languages. New language files can easily be created in the editor. RJ TextEd is also a simple web development tool. The editor can use auto completion and hints to assist you in editing your source code. You can preview HTML/ASP/PHP... code using one of the preview tabs or open a document in a browser. The editor does not only handle source code. It also handles true ASCII files, binary files and of course plain text files.

License: Freeware

Changelog

    Code folding:

    Made a complete re-write of the code folding feature. It is now (mostly) indention based. Which means you don't have to add anything to the syntax files for the folding to work.
    If you need to tweak it a bit and add items to the code explorer - you still need to add some data in the syntax files.
    Line comments spanning several lines are now fold-able as well as normal block comments.
    All syntax files have been updated.
    Fixed several issues with the code explorer.

    Code folding options:

    Added new options to reduce the number of folds displayed.
    Only display necessary folds like for classes and methods... Use this to hide some folds like if statements and loops.
    Ignore folds spanning less than x lines. Default is 5. Important folds like classes and methods are always displayed. But other smaller folds are ignored if they span less than the specified number of lines.
    Both options can be very helpful if you find the left margin cluttered with fold icons. They can both greatly reduce the number of folds and fold icons displayed.

    Code fold icons:

    Added a few smaller versions of existing fold icons. You can select them in the theme manager.

    High DPI and themes:

    Fixed several theme issues on high DPI screens and when moving between monitors.
    Most themes (vcl styles) have been updated to newer versions which include high resolution bitmaps for use on high DPI monitors.

    Theme manager:

    Made some small changes and made some improvements to the theme preview on high DPI monitors.

    Emmet Abbreviations:

    Single quotes in custom attributes should expand properly now.

    Fixed:

    Several code explorer issues.
    Several code folding issues.
    Close file(s) issue.

[close]

http://www.rj-texted.se/
Titel: Vim 8.2.1226
Beitrag von: SiLæncer am 17 Juli, 2020, 04:25
Whats new:>>

Fixed:

MS-Windows: windows positioning wrong depending on taskbar

http://www.vim.org/index.php
Titel: CSVed 2.5.5
Beitrag von: SiLæncer am 17 Juli, 2020, 20:30
(https://i.postimg.cc/jS9jt288/screenshot_627.png)
Editor zum Bearbeiten von CSV-Dateien; erlaubt das Editieren der Feldinhalte sowie das Bearbeiten der Tabellenstruktur; kann unter anderem Zeilen, Spalten und Dateien verbinden, Doppeleinträge entfernen und markierte Felder in eine eigenständige CSV-Datei exportieren; exportiert in die Formate HTML, XML, XLS und DOC

Freeware

What's new: >>

Removed regular expression in global search

http://csved.sjfrancke.nl/index.html
Titel: DocPad 26.0
Beitrag von: SiLæncer am 19 Juli, 2020, 11:30
(https://i.postimg.cc/2jBvfxyS/screenshot-2001.png)
Erweiterter Text-Editor als Alternative zu Notepad; bietet unter anderem eine Rechtschreibprüfung, eine anpassbare Toolbar sowie die Möglichkeit, Makros zu verwenden.

Freeware

Changelog

    The tab bar now has a Close button on each tab, instead of a single Close button on the far right.
    In the past, DocPad has always converted newlines to proper carriage return/linefeed pairs. This can now be disabled with the new "Fix Newlines" option on the Preferences window. It also provides a third choice, "Prompt", which asks you if bad newlines should be fixed when a document is opened.
    After using the Undo tool, if the document has returned to its original state, the "changed" asterisk on the caption will disappear.
    The "changed" asterisk now appears on the tab. Previously it only appeared on the caption.
    Added the ability to open multiple documents at one time. On the Open Document dialog, hold down the Ctrl key while clicking.
    Spell Check: added a tool for looking up the word in a dictionary.
    You may now drag and drop one or more documents onto the Welcome panel to open them.
    Paste/Drop Files: when the "Open The File" option is chosen, multiple files are now supported. This also applies to paste on the Welcome panel.
    Preferences: the "Hide Extension On Tabs" checkbox is now a combobox with a third option: "Hidden if .TXT"
    Insert Date/Time: added the ability to specify a custom date/time format.
    Added the Ctrl+W hotkey for closing the document in the active tab.
    File Information: the attributes (hidden, read-only, etc) of the file are now reported.
    Added a "Document Type" toolbar icon, although it is hidden by default.
    Added a "Convert Encoding" toolbar icon, although it is hidden by default.
    Save As: if you specify a file that is open in another tab, there is now a button to take you to the other tab.
    Macro Manager: rows are now rearrangeable.
    Preferences: the active tab is now remembered.
    Added the F9 hotkey for creating a new document.
    The editbox no longer scrolls to the caret when it gains focus. This was deemed more annoying than useful.
    Detect External Changes: when the document is reopened, it's tab will now remain in the original position rather than moving to the end.
    Spell Check: the total number of words added to the word list is now reported.
    The "Randomize Paragraphs" tool has been renamed "Shuffle Paragraphs".
    Fixed: Detect External Changes: after reopening the file, the tab bar's balloon help was not working for that tab.
    Fixed: Detect External Changes: after reopening the file, the bookmark was lost.
    Fixed: dragging of tabs could fail if there were many tabs open.
    Fixed: drop file: if the "Open File" option was chosen, the file would not be opened. It worked when pasting, but not with drag and drop.

[close]

http://www.gammadyne.com/docpad.htm
Titel: BowPad 2.6.2
Beitrag von: SiLæncer am 19 Juli, 2020, 18:00
(https://s26.postimg.cc/h0ofzpokp/screenshot_1153.png)
BowPad is a small and fast text editor with a ribbon user interface and syntax highlighting.

Features:

syntax highlighting for over 100 file types and languages
handling of many different encodings, including UTF-8, UTF-16 and even UTF-32
easy ribbon user interface
navigation hints in the vertical scrollbar
coloring of open tabs according to their path
extendable with plugins written in jscript or vbscript

Freeware

Whats new:>>

    when moving a tab to another instance, it lost the lexer
    styling fixes for Nant and makefiles
    improved the simple lexer

http://stefanstools.sourceforge.net/BowPad.html
Titel: PanWriter 0.6.5
Beitrag von: SiLæncer am 19 Juli, 2020, 19:45
(https://i.postimg.cc/fLjLfXy8/screenshot-2610.png)
A distraction-free markdown editor with tight integration with pandoc for import/export to/from plenty of file formats, as well as a preview pane that can show pages.

License: GPLv3

https://github.com/mb21/panwriter
Titel: Vim 8.2.1253
Beitrag von: SiLæncer am 20 Juli, 2020, 04:10
(https://s26.postimg.cc/xww5nc4zt/screenshot_1282.png)
A highly configurable text editor built to enable efficient text editing - an improved version of the vi editor distributed with most UNIX systems.

Freeware

Whats new:>>

CTRL-K in Insert mode gets <CursorHold> inserted

http://www.vim.org/index.php
Titel: Scite 4.4.4
Beitrag von: SiLæncer am 21 Juli, 2020, 18:30
(https://s26.postimg.cc/fbkgceeux/screenshot_1241.png)
Editor mit Syntax-Highlighting, Auto-Completion, Folding und vielem mehr...

Open Source

Changelog

    End of line annotations implemented. Bug #2141.
    Add SCI_BRACEMATCHNEXT API. Feature #1368.
    The latex lexer supports lstlisting environment that is similar to verbatim. Feature #1358.
    For SciTE on Linux, place liblexilla.so and libscintilla.so in /usr/lib/scite. Bug #2184.
    Round SCI_TEXTWIDTH instead of truncating as this may be more accurate when sizing application elements to match text. Feature #1355.
    Display DEL control character as visible "DEL" block like other control characters. Feature #1369.
    Allow caret width to be up to 20 pixels. Feature #1361.
    SciTE on Windows adds create.hidden.console option to stop console window flashing when Lua script calls os.execute or io.popen.
    Fix translucent rectangle drawing on Qt. When drawing a translucent selection, there were edge artifacts as the calls used were drawing outlines over fill areas. Make bottom and right borders on INDIC_ROUNDBOX be same intensity as top and left. Replaced some deprecated Qt calls with currently supported calls.
    Fix printing on Windows to use correct text size. Bug #2185.
    Fix bug on Win32 where calling WM_GETTEXT for more text than in document could return less text than in document.
    Fixed a bug in SciTE with Lua stack balance causing failure to find functions after reloading script. Bug #2176.

[close]

http://www.scintilla.org/SciTE.html
Titel: CudaText 1.107.5.0
Beitrag von: SiLæncer am 21 Juli, 2020, 21:20
(https://s26.postimg.cc/k6wu8qcrt/screenshot_901.png)
Create programming scripts with this powerful tool that supports more than 130 languages and allows users to work concurrently on as many as six groups of projects.

Freeware

Changelog

    add: option "ui_tab_show"
    add: option "ui_sidepanel_on_start" (thanks @CoMPi)
    add: option "ui_bottom_on_start"
    add: option "ui_tab_padding" (thanks @wb027)
    add: option "ui_tab_font_scale" (thanks @wb027)
    add: ui-theme item "tabs, font, active tab" (thanks @wb027)
    add: command "toggle ui-tabs"
    change: if command-line files/folders passed, don't load session on start (thanks @wb027)
    fix: lexer Python: number-rule fix (thanks @kvichans)

[close]

http://www.uvviewsoft.com/cudatext/
Titel: EmEditor Free 20.0.0
Beitrag von: SiLæncer am 22 Juli, 2020, 06:00
(https://1z9j8fz5fww49iaje1itey71-wpengine.netdna-ssl.com/wp-content/uploads/2013/09/EmEditorFree_Window.png)
EmEditor is a lightning-fast, tabbed text editor with themes, syntax highlighting, stay-on-top, and customizable keyboard mapping. The program supports batch find-and-replace, regular expressions, and more.

The program beat a variety of other text editors in tests performed by TPFC user TP109. Additional features are available via a non-free version.

Free for personal use

Changelog

    New General Features:

    Added an ability to do partial matches (Key1 contains Key2, Key1 begins with Key2, and Key1 ends with Key2) and split string matches on the Join CSV command.
    Added a functionality to append (rather than replace) a filter to the Filter with Selection or Word at Cursor, Filter without Selection or Word at Cursor, Filter in Column, and Filter Out in Column commands while pressing the SHIFT key.
    Added the file position at cursor to the dialog box displayed on the Character Code Value command.
    Added the Combine Lines command, which is useful for “nested” CSV operations, along with the Split Column and Join CSV commands.
    Greatly improved the speed of opening very large files in Binary (Hexadecimal View), the Batch Replace in Files, and Join CSV commands by using multi-threaded code.

    New Options:

    Added the Conditions drop-down list box, Separator text box, and Limit splits check box and text box to the Join CSV dialog box.
    Added the Combine Lines dialog box.
    Added the Columns list box to the Split Column dialog box.
    Added the Import and Export buttons back to Batch Find/Replace (in Files) dialog boxes, and added the > button to show the context menu to Batch Find/Replace (in Files) and Advanced Filter dialog boxes. Removed the Add and Delete buttons from Batch Find/Replace (in Files) dialog boxes.
    Added the File Position at Cursor check box to the Status list in the Status page of the Customize dialog box.

    New Commands:

    Combine Lines

    Plug-in API New Features:

    Added JOIN_FLAG_CONTAIN, JOIN_FLAG_START_WITH, JOIN_FLAG_END_WITH, JOIN_FLAG_MATCH_SPLIT_BOTH, JOIN_FLAG_MATCH_SPLIT_ONE, and JOIN_FLAG_SWAP flags to the JOIN_INFO structure and Editor_Join inline function.
    Added the MANAGE_DUPLICATES_COMBINE flag, and nNumOfColumnsToCombine, anColumnsToCombine, pszInsert, nCombineFlags, pszLocale fields to the MANAGE_DUPLICATES_INFO structure.
    Added the MANAGE_DUPLICATES_COMBINE flag, and nNumOfColumnsToCombine, anColumnsToCombine, pszInsert, nCombineFlags, pszLocale parameters to the Editor_ManageDuplicates inline function.
    Revised the SPLIT_COLUMN_INFO structure and Editor_SplitColumn inline function.
    Added the BATCH_GREP_INFO structure and the Editor_BatchFindInFiles and Editor_BatchReplaceInFiles inline functions.
    Added the nTotalCount field to the GREP_INFO_EX structure.

    Macro New Features:

    Added eeJoinContain, eeJoinStartWith, eeJoinEndWith, eeJoinMatchSplitBoth, eeJoinMatchSplitOne, and eeJoinSwap flags, and strSeparator and nLimit parameters to the Join method of the Editor object.
    Added the CombineLines method to the Document object.
    Revised the SplitColumn method of the Document object.
    Added the Clear method to the Filters collection.
    Added the BatchFindInFiles and BatchReplaceInFiles methods to the Editor object.
    Added return values to the FindInFiles and ReplaceInFiles methods of the Editor object.

[close]

https://www.emeditor.com/text-editor-features/history/emeditor-free/
Titel: Notepad S# 3.3.2
Beitrag von: SiLæncer am 23 Juli, 2020, 06:05
(https://i.postimg.cc/k5Vvfrzb/screenshot-2232.png)
This is a notepad application, similar to the one provided by Windows, but with a few interesting upgrades that may be enough to convince you to switch to this version of the app.

Donationware

Changelog

New Stuff:

    Code optimization hopefully will result in a faster execution time
    The size of the executable haw significantly been reduced

BUG FIXES:

     Fixed a major bug which showed a dialog over and over again preventing the user from saving a file.It caused numerous problems and I apologise for not patching this app sooner.If you encounter any bug please report it on the comment section any feedback is greatly appreciated.

[close]

https://rafd.itch.io/notepad-s
Titel: RJ TextEd 14.60 Beta 2
Beitrag von: SiLæncer am 23 Juli, 2020, 14:00
(https://s26.postimg.cc/775l9vjeh/screenshot_593.png)
RJ TextEd - A Unicode source and text editor. RJ TextEd is a full featured text and source editor with Unicode support, syntax highlighting and code folding. The functionality extends beyond text files and includes support for HTML editing with integrated preview, spell checking, auto completion, HTML validation, templates and more. The program also include support for Topstyle Lite CSS editor, has a dual pane file commander, as well as a FTP client to upload your files. The editor uses language files to display menus and dialogs in different languages. There are several included languages. New language files can easily be created in the editor. RJ TextEd is also a simple web development tool. The editor can use auto completion and hints to assist you in editing your source code. You can preview HTML/ASP/PHP... code using one of the preview tabs or open a document in a browser. The editor does not only handle source code. It also handles true ASCII files, binary files and of course plain text files.

License: Freeware

Whats new:>>

Two issues with previous beta I reported (code folding, bookmarks) have been fixed.

http://www.rj-texted.se/
Titel: Notepad3 5.20.722.1
Beitrag von: SiLæncer am 23 Juli, 2020, 20:37
(https://s26.postimg.cc/hqfjo9ard/screenshot_1232.png)
Notepad3 is a lightweight piece of software that overcomes some of the well-known limitations of Windows standard text editor while providing syntax highlighting support.

Freeware

Changelog

-----------------------------------------------------
NEW:
-----------------------------------------------------
- grepWinNP3: export search results (GRE).
- changed grepWinNP3 icon (GRE).
- Add Toolbar icon for grepWinNP3.
- Configurable Zoom-Tooltip display timeout ([Settings2] ZoomTooltipTimeout=3200).
- Add Install/Remove "Open with Notepad3" to Notepad3 Setup/Installer (SUP).
- Add additional Dark Theme "Sombra".
- Strip first char: allow multi-selection.
- Open default browser while clicking tooltip (hovering hyperlink).
- Regex multi-select feature.
- Toolbar hot-button if view is zoomed (<>100%).
- Call-Back Notepad3 (from grepWinNP3) with case-sensitive and dot-match-all flag (if applicable).
- Add "Overlapping Search" in Find/Replace dialog window.
- Integration of external Search-In-Files tool named "grepWinNP3" (GRE).

-----------------------------------------------------
CHANGES:
-----------------------------------------------------
- "grepWinNP3" About dialog wrapping long text (GRE).
- Silent ignore write permissions missing on Inifile.
- Replace non DPI Aware MessageBox for "Save on Close" by internal InfoBox
- Set DirectWite (D2D) rendering technology as new default.
- Two stage Toolbar reset (customizing dialog): 1st -> settings  2nd -> factory default.
- DPI_CHANGED msg handler.
- Enhancement of the "build_np3portableapp.cmd" file.
- Remove duplicate readme.txt, license.txt and unused files.
- Move all readme.txt, license.txt, KeyboardShortcuts.txt, etc... files
  from "Notepad3Portable\Other\Help" to "Notepad3Portable\App\Notepad3\Docs"
- Review and format the license.txt file for the dialogbox of INNO Installer.
- Font style/face-name handling.
- Extended Font selection dialog (Effects).
- Font selection refactoring.
- Revised grepWinNP3.ini file creation.
- Minor changes for dialog handling on DPI changed.
- Preparations for dpi-aware resizable "Customize Schemes..." dialog.
- DPI change handling: About & Schemes dialog.
- Markdown Lexer: new defaults for Header lines.
- Strip first char: do not apply on all text (empty selection).
- Reorganization Context menu.
- Bigger prev/next button-icons (Customize Schemes... dialog).
- Hyperlink double-click and MMB-click behavior.
- Filevar tag "fill-column" changes to support multi-column marker.
- Installer to let the user select the target directory.
- Changed Default long-line wrap settings.
- Remove spinning wait-cursor for text operations (may need reactivation for long operations).
- Add filepath to message on file locking error.
- Update grepWinNP3 (GRE) version 2.1.3.20 (2020-07-21).
- Update Oniguruma Regex (ONI) engine version 6.9.6 (2020/07/05).
- Update Scintilla Library (SCI) version 4.4.3 (2020/06/03).

-----------------------------------------------------
ENHANCEMENT:
-----------------------------------------------------
- "grepWinNP3": add "Dark mode" settings (GRE).
- "grepWinNP3": asynchronous search & replace version (GRE).
- DPI awareness and multi monitor handling.

-----------------------------------------------------
FIXES:
-----------------------------------------------------
- Alt+W (strip trailing blanks) should work w/o selection.
- TimeStamp handling.
- Menu selection operation (disable w/o selection).
- Move view to matching brace (even if outside current work area).
- Ask before overriding read-only protected configuration file.
- Respect read-only file attribute of .ini-settings-file (configuration).
- Undo/redo empty selection redundancy.
- Multiple line-/stream-selection undo/redo.
- Disabled Find/Replace or Customize Schemes (by modal child) dialog should disable main window.
- Printing scaling problem related to DPI awareness changes.
- System MessageBox "save before close" positioning.
- Reset of Toolbar configuration dialog.
- Crash if "close after find" is enabled.
- Keep current line on reverting file.
- Limit length of (manual) commit ID.
- DPI Aware relative positioning of position managed dialog boxes.
- DPI: awareness for Find/Replace-Dlg (remove resize property).
- DPI: awareness for Lexer-Selection-Dlg (remove resize property).
- DPI scaling for Scintilla surface component (thanx zufuliu).
- Unexpected selection of hyperlink in first line on empty doubleclick.
- Missing UI update (Margin Width).
- Don't overwrite grepWinNP3's user settings for backup in folders (GRE).
- Common base font inheritance for other styles.
- "grepWinNP3" crash on invalid file path (GRE).
- "vcxproj" should use the latest installed SDK.
- Scintilla as DLL solution.
- Extended font style selection.
- Don't add recent file list (history) to taskbar's jump-list.
- Fixing some CppCheck complaints.
- Broken x86 (32-bit) build.
- Theme scheme file handling (file extension inheritance).
- Remember find pattern (Ctrl+F3).
- Customize Toolbar dialog closes immediately.
- ".ini-file" acquire lock for invalid file path.
- Cancel multi-selection on line up/down key.
- Initial behavior on open Find/Replace dialog.
- Lost Find/Replace dialog settings.
- Lazy syntax styling (copy into multi-line string, etc.).
- ToolsMenu flickering.
- "grepWinNP3": optimized single-tread worker option (GRE).
- View selection on wrapped long-lines vs. normalizing view.
- Don't protect backslash (double'\\') for pattern argument.
- "grepWinNP3" ordered map of languages for selection box (GRE).
- Translatable error message format (msgbox).
- DPI scaling window on display dependent.

-----------------------------------------------------
REMOVED:
-----------------------------------------------------
- Remove DWrite Font Choose Dialog - need to type fractional font sizes manually.

-----------------------------------------------------
TRANSLATIONS (MUI):
-----------------------------------------------------
- Korean (ko-KR).
- Portuguese (pt-PT).
- Spanish Mexican (es-MX).
- Slovak (sk-SK).

[close]

Quelle & DL -> https://github.com/rizonesoft/Notepad3/issues/2431

https://www.rizonesoft.com/downloads/notepad3/
Titel: PilotEdit Lite 14.2.0
Beitrag von: SiLæncer am 24 Juli, 2020, 09:05
(http://www.pilotedit.com/images/OpenInQuickMode.PNG)
PilotEdit is a text, hex, XML, C/C++, HTML, PHP, Java, Javascript and Perl editor that can edit large files of 400GB (40 billion lines).

It offers customizable syntax and keyword highlighting, advanced search and replace operations, automatic text encoding, 256-bit AES encryption/decryption and a built-in FTP/SFTP client lets you open, edit, download and upload large files directly to/from a FTP/SFTP server.

In addition to standard text editing features, PilotEdit can compare and merge two large files of 100GB (10 billion lines). You can also sort, find/remove duplicate lines and extract strings over a large file of 1GB.

Freeware

Whats new:>>

Provides a popup menu in open directory window.

http://www.pilotedit.com/
Titel: Zettlr 1.7.2
Beitrag von: SiLæncer am 24 Juli, 2020, 13:30
(https://s26.postimg.cc/vfll9p4mh/screenshot_956.png)
Write text and conveniently edit it using Markdown with the help of this user-friendly and well-thought-out, Electron based application.

MIT License

Changelog

GUI and Functionality

    The NSIS installer (Windows) now contains customized, branded images for the sidebar and header of the various pages visible during the setup process.
    Added syntax highlighting modes (with keywords):
        Clojure: clojure
        LaTeX: latex/tex
    Fixed a bug where the trailing --- of a YAML frontmatter would mistakenly be identified by the renderer as ATX-headings in readability mode, resulting in weird display of the last YAML frontmatter line.
    Added feedback if there was no directory selected, but one is needed to do a certain task.
    Multiline math equations now feature syntax highlighting.
    Fixed a bug that would sometimes render parts of multiline equations as headings.
    Added an option to tell Zettlr to use the first heading level 1 of a file to display instead of the filename (however, a frontmatter title will override this).
    YAML frontmatter ending characters should not trigger AutoCorrect anymore.
    The exporter now respects values from a YAML frontmatter, if (and where) applicable.
    You should now be able to fold Markdown sections from anywhere within their section text.
    Fixed a rare bug where Zettlr would attempt to render an internal link as a citation.
    Creating files using a case-sensitive extension name should now work.
    Set desktop Linux desktop icon in BrowserWindow config.
    reveal.js-presentations now do not have standalone-flags during export.
    The "Import"-option now also lets you select Markdown and text files. However, instead of running them through Pandoc, they are directly copied into the target directory.
    Fixed a bug that would cause the global search to stop working in certain situations, e.g. after renaming a file.
    The middle mouse button now closes tabs (thanks to @Kaan0200 for implementing).

Under the Hood

    Added the logo source files to source control. Please make sure to read the accompanying README file in the icons-directory before using!!
    The AutoCorrect replacement now checks for the actual mode at both range endings before actually performing a replacement.
    The importer is now a module.
    Fixed a logical error in the FSAL change detection, which would lead to the FSAL not being able to process additions of assets.
    The application now uses app.getVersion() instead of requiring the package.json-file (thanks to @Aigeruth for implementing).
    CodeMirror is now required directly within the plugins and is independent of the location of node_modules.

[close]

Download: https://github.com/Zettlr/Zettlr/releases

https://www.zettlr.com/
Titel: BirdFont 4.5.1
Beitrag von: SiLæncer am 25 Juli, 2020, 09:10
(https://s26.postimg.cc/rd1s4grdl/screenshot_137.png)
BirdFont is a free font editor that lets you create vector graphics and export TTF, EOT & SVG fonts.

Donationware

Latest Changes:>>

    Single stroke paths for CNC machines.
    Unicode 13
    Four letter vendor ID

http://birdfont.org/
Titel: Zim 0.73.2
Beitrag von: SiLæncer am 25 Juli, 2020, 09:50
(https://i.postimg.cc/yxy8Rgtg/screenshot-3367.png)
Desktop-Wiki für Organisation und Wissensmanagement; frei erweiterbar mit unter anderem Formelsatz, Versionsverwaltung und ToDo-Liste; auch als Portable-Version erhältlich.

Lizenz: Open Source

http://zim-wiki.org/index.html
Titel: Vim 8.2.1288
Beitrag von: SiLæncer am 25 Juli, 2020, 10:10
Whats new:>>

Fixed:

Vim9: cannot use mark in range

http://www.vim.org/index.php
Titel: Typora 0.9.93 Beta
Beitrag von: SiLæncer am 25 Juli, 2020, 10:30
(https://i.postimg.cc/25xV0Fq1/Virtual-DVD.png)
Swiftly write, edit, format and convert text to HTML with the help of this modern looking, streamlined and novice-accessible piece of software.

Freeware

Changelog

    Fix showing confirm dialog will freeze the window.
    Fix copy remote images to local not working.
    Fix IME related bugs.

[close]

http://www.typora.io/
Titel: QOwnNotes 20.7.5
Beitrag von: SiLæncer am 25 Juli, 2020, 11:00
(https://s26.postimg.cc/hoi1ahlcp/screenshot_978.png)
QOwnNotes is a text editor / notepad replacement with markdown support and todo list manager. The program supports themes, keyboard shortcuts, syntax highlighting, and encryption. Includes available nested file list, tags, search, and more. Optionally works with the notes application ownCloud or Nextcloud.

Cross-platform with clients available for Mac and Linux.

License: GPL

Changelog

releases for Windows and macOS are now built with GitHub Actions in 64 bit (for #1828)

    there is a macOS DMG with Qt 5.14.2 and Windows ZIP file with Qt 5.13.2 in every release
    the updating api was adapted to use the new releases, please report any troubles with updating or installing
    in addition there is a Linux AppImage 64 Bit with Qt 5.14.2

[close]

http://www.qownnotes.org/
Titel: QOwnNotes 20.7.6
Beitrag von: SiLæncer am 25 Juli, 2020, 14:20
(https://s26.postimg.cc/hoi1ahlcp/screenshot_978.png)
QOwnNotes is a text editor / notepad replacement with markdown support and todo list manager. The program supports themes, keyboard shortcuts, syntax highlighting, and encryption. Includes available nested file list, tags, search, and more. Optionally works with the notes application ownCloud or Nextcloud.

Cross-platform with clients available for Mac and Linux.

License: GPL

Whats new:>>

    the note link dialog can now be resized smaller than the height needed for its 2nd tab (for #1828)
    added Yiddish translation (a big thank you to Fabijenna)
        visit QOwnNotes Translation if you want to make QOwnNotes available in more languages or help with the current translation
    added more Greek, Hungarian, Brazilian Portuguese, Russian, French translation (thank you Gregory.K, rawfreeamy, mlimacarlos, unchase, gbabin)

http://www.qownnotes.org/
Titel: Vim 8.2.1294
Beitrag von: SiLæncer am 26 Juli, 2020, 10:15
(https://s26.postimg.cc/xww5nc4zt/screenshot_1282.png)
A highly configurable text editor built to enable efficient text editing - an improved version of the vi editor distributed with most UNIX systems.

Freeware

Whats new:>>

Fixed:

Vim9: error when using vim9script in TextYankPost

http://www.vim.org/index.php
Titel: BaseX 9.4.1
Beitrag von: SiLæncer am 26 Juli, 2020, 18:45
(https://s26.postimg.cc/zexqg30d5/screenshot_63.png)
BaseX is a Java-based software application that integrates an XML database and XQuery text editor. It is wrapped in a user-friendly working environment and comes packed with several useful options and configuration parameters for experienced users.

BSD License

Whats new:>>

Minor bug fixes and performance tweaks

http://basex.org/
Titel: QOwnNotes 20.7.7
Beitrag von: SiLæncer am 26 Juli, 2020, 20:00
Whats new:>>

    the name and description fields that got moved to the 2nd tab by accident were fixed in the note link dialog (for #1828)
    fixed warnings when encrypting notes if application is built with Qt 5.14 or newer (for #1832)
    changes to individual notes are now also ignored if the setting to ignore all external note folder changes is active
    added more Brazilian Portuguese, German, Italian translation (thank you ihatemyself, rakekniven, Zack-83)

http://www.qownnotes.org/
Titel: QOwnNotes 20.7.8
Beitrag von: SiLæncer am 27 Juli, 2020, 04:30
Whats new:>>

fixed a possible crash when encrypting notes with less than two lines (for #1831)

http://www.qownnotes.org/
Titel: Vim 8.2.1303
Beitrag von: SiLæncer am 27 Juli, 2020, 05:45
Whats new:>>

calling popup_setoptions() resets 'signcolumn'

http://www.vim.org/index.php
Titel: NotepadX 1.7.37.0
Beitrag von: SiLæncer am 28 Juli, 2020, 20:15
(https://i.postimg.cc/DyPhZmp3/screenshot-2670.png)
Create, open and save text documents in an intuitive app for Windows 10 devices, which also supports source code files, autosave, spellchecker, and more.

Donationware

Changelog

    Update CommandBar Tooltips
    Update MenuFlyouts to enable more FluentDesign
    Update InfoPage for Instagram-Link (more activity then twitter)
    Update Tile-Icon
    Change icon for "Select all"-Function in the CommandBar
    Change icon for "Search selected text on the web"-Function in the CommandBar
    Set targetversion to Windows 10 1903 (18362)
    Remove compatibility to Windows 17763, 17134, 16299, 15254, 15063 (This update is only available up to Windows 1903 or above)
    Remove Microsoft.ApplicationInsights-Package

[close]

https://www.microsoft.com/en-us/p/notepadx/9nblggh6jzx9?activetab=pivot:overviewtab
Titel: QOwnNotes 20.7.9
Beitrag von: SiLæncer am 28 Juli, 2020, 20:30
Whats new:>>

    if you minimized or maximized the application window before entering full-screen mode that state will now be restored after exiting full-screen mode (for #1835)
    you are now able to also delete trashed notes on your server in the trash dialog (for #1833)
    added more translation (thank you MGuerra, rawfreeamy, richarson, unchase)

http://www.qownnotes.org/
Titel: Vim 8.2.1313
Beitrag von: SiLæncer am 29 Juli, 2020, 09:06
Whats new:>>

Fixed:

Vim9 script: cannot assign to environment variable

http://www.vim.org/index.php
Titel: PSPad 5.0.4 Build 515 Dev
Beitrag von: SiLæncer am 29 Juli, 2020, 17:15
(http://images.six.betanews.com/screenshots/1076948037-1.png)
PSPad is a universal freeware editor. There is no complex install process; the program is ready to work immediately, without requiring customization. It supports many file types and languages, with syntax highlighting. There are macros, clip files and templates to automate repetitive activities. An integrated HEX Editor, Project support, FTP Client, Macro Recorder, File Search/Replace, Code Explorer, code page conversion, are just some of the many possibilities that PSPad can offer you.

Freeware

Changelog

    News:

    Color schemes are stored per user highlighter slot instead of previous system where all user highlighter slots has common scheme.

    Fixes:

    File explorer - remembering size and resizing file box
    Toolbar buttons height with user defined scale in Windows display settings

[close]

http://www.pspad.com/
Titel: Network Notepad 6.0.12
Beitrag von: SiLæncer am 30 Juli, 2020, 04:45
(https://s26.postimg.cc/wuply3q2h/screenshot_425.png)
Network Notepad is a specially designed application for creating interactive network diagrams.

Now you can use this accessible and easy-to-use instrument to create or manage the diagrams you need.

Point-and-Click Telnet/ Browse/ User-definable
Network Management.
Simple Drag and Drop interface.
Open, Text Based File Format.
Printing.
Linked Diagrams.
Flow Charts.

Freeware

Changelog

    Bugfix: Workgroup Object Library not working.
    Bugfix: Separate Windows XP installer fixes "is not a valid Win32 application".
    Bugfix: Recursion error reported if script contained 7 or more paint commands.
    Change: Further improvements to Format Script Object for library context.
    Bugfix: SaveScriptToLibrary() duplicating child scripts.
    Bugfix: Indentation used by SaveScriptToLibrary() did not match SaveLibrary().
    Change: Format Script Object save to library now saves to memory rather than disk.
    Change: You are prompted to save any changes to library when exiting the program.
    Change: Further improvements to library code.

[close]

http://www.networknotepad.com/index.htm
Titel: EmEditor Free 20.0.1
Beitrag von: SiLæncer am 30 Juli, 2020, 05:55
(https://1z9j8fz5fww49iaje1itey71-wpengine.netdna-ssl.com/wp-content/uploads/2013/09/EmEditorFree_Window.png)
EmEditor is a lightning-fast, tabbed text editor with themes, syntax highlighting, stay-on-top, and customizable keyboard mapping. The program supports batch find-and-replace, regular expressions, and more.

The program beat a variety of other text editors in tests performed by TPFC user TP109. Additional features are available via a non-free version.

Free for personal use

Changelog

    Fixed a bug where same files could be opened in multiple tabs or groups.
    Fixed a bug in the Split Column(s) command.
    Fixed a bug in the Advanced Open command.
    Fixed a bug where background color of toolbars might have been changed after sleep.

[close]

https://www.emeditor.com/text-editor-features/history/emeditor-free/
Titel: CudaText 1.108.0.0
Beitrag von: SiLæncer am 30 Juli, 2020, 09:02
(https://s26.postimg.cc/k6wu8qcrt/screenshot_901.png)
Create programming scripts with this powerful tool that supports more than 130 languages and allows users to work concurrently on as many as six groups of projects.

Freeware

Changelog

    Add: lexer YAML is preinstalled
    Add: lexer Markdown: support YAML front matter
    Add: lexer Bash: highlight (( )) blocks, [[ ]] blocks; highlight meta-chars starting with ! and %; support escape; fold brackets {}
    Add: lexer Bash: highlight HereDoc blocks (almost all kinds, even with quoted block id)
    Add: lexer Bash: show in code-tree funcs w/o keyword "function"
    Add: lexer PHP: support _ in numbers; reworked HereDoc support; fixes
    Add: command "Check for updates" is supported on Linux/macOS/BSD
    Add: on loading session with missing files, show 'NOTE: File from session not found' errors in console
    Add: show number over Console sidebar button for 'NOTE:' lines too
    Fix: lexer JS: bug with '==<?php ?>', bug with comment '/********/'
    Fix: regression in Python lexer: style of func names
    Fix: regression in Project Manager: options dialog could not save options
    Fix: regression for last session loading when using command line (thanks @MiroslavMatas)

[close]

http://www.uvviewsoft.com/cudatext/
Titel: Vim 8.2.1325
Beitrag von: SiLæncer am 30 Juli, 2020, 13:08
Whats new:>>

Fixed:

Vim9: using Vim9 script for autaload not tested.

http://www.vim.org/index.php
Titel: Vim 8.2.1328
Beitrag von: SiLæncer am 31 Juli, 2020, 04:45
Whats new:>>

Fixed:

    8.2.1328: no space allowed before comma in list
    8.2.1327: Mac: configure can't find Tcl libraries
    8.2.1326: Vim9: skipping over white space after list

http://www.vim.org/index.php
Titel: Vim 8.2.1332
Beitrag von: SiLæncer am 01 August, 2020, 09:20
(https://s26.postimg.cc/xww5nc4zt/screenshot_1282.png)
A highly configurable text editor built to enable efficient text editing - an improved version of the vi editor distributed with most UNIX systems.

Freeware

Whats new:>>

Fixed:

Vim9: memory leak when using nested global function

http://www.vim.org/index.php
Titel: Trilium Notes 0.43.3
Beitrag von: SiLæncer am 01 August, 2020, 10:30
(https://i.postimg.cc/2yDgvbpj/screenshot-2595.png)
A hierarchical note-taking software application with focus on building large personal knowledge bases while also providing a flurry of options.

License: AGPL

Changelog

    fix import of initial demo document sets sync.isSynced incorrectly, #1163
    fix extracting base64 inline images from HTML, fixes #1159
    fix checking affected notes when modified attribute's owning note is not loaded into cache, #803
    update to CKEditor 21 which brings various improvements

[close]

https://github.com/zadam/trilium
Titel: Zettlr 1.7.3
Beitrag von: SiLæncer am 01 August, 2020, 21:20
(https://s26.postimg.cc/vfll9p4mh/screenshot_956.png)
Write text and conveniently edit it using Markdown with the help of this user-friendly and well-thought-out, Electron based application.

MIT License

Changelog

    GUI and Functionality:

    Fixed a bug causing project exports to fail.
    The Cmd/Ctrl+K-shortcut now works with most domains and protocols (i.e. no matter which URL is in the clipboard, it should insert it now).
    Fixed a serious bug that would lead to file descriptors never updating their metadata and cause thousands of remote notifications where they shouldn't be, because the file metadata would never be updated after each safe, resulting in Zettlr thinking that the file hasn't been updated.
    The application is now also available as an Windows ARM 64bit release.

    Under the Hood:

    Upgraded joplin-turndown which should result in better HTML-to-Markdown conversion on pasting.
    In case Pandoc produces any output (such as warnings or other useful info) but runs successfully, this output will be logged so that you can troubleshoot even non-fatal warnings.

[close]

Download: https://github.com/Zettlr/Zettlr/releases

https://www.zettlr.com/
Titel: Vim 8.2.1352
Beitrag von: SiLæncer am 02 August, 2020, 10:45
Whats new:>>

Fixed:

Vim9: no error for shadowing a script-local function

http://www.vim.org/index.php
Titel: QOwnNotes 20.8.0
Beitrag von: SiLæncer am 02 August, 2020, 17:30
(https://s26.postimg.cc/hoi1ahlcp/screenshot_978.png)
QOwnNotes is a text editor / notepad replacement with markdown support and todo list manager. The program supports themes, keyboard shortcuts, syntax highlighting, and encryption. Includes available nested file list, tags, search, and more. Optionally works with the notes application ownCloud or Nextcloud.

Cross-platform with clients available for Mac and Linux.

License: GPL

Whats new:>>

    added new scripting methods cacheDir and clearCacheDir (for #1838, thank you @r00tr4v3n)
        please take a look at the documentation for cacheDir and clearCacheDir for more information
    added more translation (thank you rawfreeamy, i****myself, mlimacarlos, rakekniven, Zack-83, Gregory.K)

http://www.qownnotes.org/
Titel: Text Editor Pro 9.4.0
Beitrag von: SiLæncer am 02 August, 2020, 18:30
(https://s26.postimg.cc/hfdkhoj9l/screenshot_896.png)
Text Editor Pro (formerly EditBone) is a powerful text editing tool that comes with syntax highlighting support for over 50 languages and scripts, customizable with over 100 options, 29 ready made styles, a handy file comparison feature, unicode character map, numerical unit convert tool, SQL formatter, and support for multiple directories and search results.

Freeware

Changelog

    Added Central European (CP 850, DOS) encoding
    Added EXE installer languages
    Added highlighter for 6502 assembly
    Added skin options
    Fixed clipboard history
    Fixed hex editor in split view
    Fixed output close all
    Fixed page scroller control
    Fixed tabs in overwrite mode
    Fixed text editor control
    Optimized highlighter loading
    Updated language files
    Updated and fixed AlphaControls v15.12 - http://www.alphaskins.com/

[close]

https://texteditor.pro/
Titel: Zettlr 1.7.4
Beitrag von: SiLæncer am 02 August, 2020, 19:30
Whats new:>>

    GUI and Functionality:

    Removed a verbose debug notification which was added in order to test for persistence of bug #746.

    Under the Hood:

    Fixed missing CSS styles (#1141).

Download: https://github.com/Zettlr/Zettlr/releases

https://www.zettlr.com/
Titel: RJ TextEd 14.60
Beitrag von: SiLæncer am 02 August, 2020, 20:30
(https://s26.postimg.cc/775l9vjeh/screenshot_593.png)
RJ TextEd - A Unicode source and text editor. RJ TextEd is a full featured text and source editor with Unicode support, syntax highlighting and code folding. The functionality extends beyond text files and includes support for HTML editing with integrated preview, spell checking, auto completion, HTML validation, templates and more. The program also include support for Topstyle Lite CSS editor, has a dual pane file commander, as well as a FTP client to upload your files. The editor uses language files to display menus and dialogs in different languages. There are several included languages. New language files can easily be created in the editor. RJ TextEd is also a simple web development tool. The editor can use auto completion and hints to assist you in editing your source code. You can preview HTML/ASP/PHP... code using one of the preview tabs or open a document in a browser. The editor does not only handle source code. It also handles true ASCII files, binary files and of course plain text files.

License: Freeware

Changelog

    Chrome Preview:

    Updated component and libraries to version 83.0.4103.
    FTP (sites)
    Made some extensive changes to the download/upload threads. They should display a more meaningful progress dialog window, be much faster and handle hidden files and folders.
    All FTP operations should handle hidden files and folders properly now. That includes the sites panel and synchronizations.

    Code folding and syntax files:

    Made a complete re-write of the code folding feature. It is now (mostly) indention based. Which means you don't have to add anything to the syntax files for the folding to work.
    If you need to tweak it a bit and add items to the code explorer - you still need to add some data in the syntax files.
    Line comments spanning more than 3 lines are now fold-able as well as normal block comments.
    Indention based folding can be turned off in the syntax file (fold options section). This can be useful when you only want a few elements to be foldable and you want to use a specific start and end.
    It is also possible to turn off folding of line comment blocks.
    All syntax files have been updated.
    Fixed several issues with the code explorer.

    Code folding options:

    Added new options to reduce the number of folds displayed.
    Only display necessary folds like for classes and methods... Use this to hide some folds like if statements and loops.
    Ignore folds spanning less than x lines. Default is 5. Important folds like classes and methods are always displayed. But other smaller folds are ignored if they span less than the specified number of lines.
    Both options can be very helpful if you find the left margin cluttered with fold icons. They can both greatly reduce the number of folds and fold icons displayed.

    Code fold icons:

    Added a few smaller versions of existing fold icons. You can select them in the theme manager.

    High DPI and themes:

    Fixed several theme issues on high DPI screens and when moving between monitors.
    Most themes (vcl styles) have been updated to newer versions which include high resolution bitmaps for use on high DPI monitors.

    Theme manager:

    Made some small changes and made some improvements to the theme preview on high DPI monitors.

    Emmet Abbreviations:

    Single quotes in custom attributes should expand properly now. E.g. td[title='Hello world!' colspan=3]

    Fixed:

    Several code explorer issues.
    Several code folding issues.
    Close file(s) issue.
    Copy and paste issue.
    Dead files in projects.
    Issue when using virtual desktops.
    Syntax highlight issue in CSS and LESS.
    monitor current file issue.
    Synchronized scroll issues.
    Shell context menu issues.
    Save status for plain text files.
    Theme loading issue.
    Many misc issues reported or found during testing.

[close]

http://www.rj-texted.se/
Titel: RJ TextEd 14.61
Beitrag von: SiLæncer am 03 August, 2020, 12:43
Whats new:>>

    Fixed:

    Can't selected "Windows" theme.

http://www.rj-texted.se/
Titel: Vim 8.2.1359
Beitrag von: SiLæncer am 03 August, 2020, 12:54
Whats new:>>

Fixed:

Vim9: cannot assign to / register in Vim9 script

http://www.vim.org/index.php
Titel: RisohEditor 5.4.5
Beitrag von: SiLæncer am 03 August, 2020, 20:00
(https://i.postimg.cc/8P4z4Swt/screenshot-799.png)
"RisohEditor" is a free resource editor for Win32 development, created by Katayama Hirofumi MZ. RisohEditor realized the ideal of resource editor. "Risoh" means "ideal" in Japanese. RisohEditor can add, edit, extract, clone and remove the resource data in EXE/DLL files. You can edit Windows resources (Dialogs, Menus, Icons, Cursors, String Tables, Message Tables etc.) by using RisohEditor.

NOTICE: Please avoid installing in "C:\Program Files" or "C:\Program Files (x86)". Because the resource compiler (windres) doesn't accept space character in the file path.

Freeware

Changelog

Added Indonesian translation.
Added auto complete for language combo boxes.

[close]

https://katahiromz.web.fc2.com/re/en/index.html#intro
Titel: Text Editor Pro 9.5.0
Beitrag von: SiLæncer am 04 August, 2020, 05:45
Whats new:>>

    Added stay on top application option (default false)
    Fixed download confirmation dialog
    Fixed rare AV on idle
    Fixed skin options
    Fixed text editor control
    Updated language files

https://texteditor.pro/
Titel: Vim 8.2.1360
Beitrag von: SiLæncer am 04 August, 2020, 09:09
Whats new:>>

8.2.1360: stray error for white space after expression

http://www.vim.org/index.php
Titel: YaraEditor 3.5.2.0
Beitrag von: SiLæncer am 04 August, 2020, 20:10
(https://i.postimg.cc/rpGYFbgY/screenshot-2116.png)
Write, compile and test signatures for the Yara tool and determine whether they are compiled correctly to identify malware using this straightforward app.

Freeware

Changelog

    Updated to core 5.0.1:

    Added more logs for Curl
    Proxy validation
    Minor fixes

    Updater 3.5:

    Bigger and better
    Added cancel button
    Fixed a possible crash at exit

[close]

https://www.adlice.com/download/yaraeditor/
Titel: Vim 8.2.1364
Beitrag von: SiLæncer am 05 August, 2020, 04:05
Whats new:>>

Invalid memory access when searching for raw string
Test trying to run terminal when it is not supported
Last entry of ":set term=xxx" overwritten by error message
Error for white space after expression in assignment

http://www.vim.org/index.php
Titel: ProgramEdit 4.9.7
Beitrag von: SiLæncer am 05 August, 2020, 05:50
(https://s26.postimg.cc/wcabyxqq1/screenshot_58.png)
ProgramEdit - a free Windows® software source-code editor. ProgramEdit includes language support for HTML, Ada, C/C++, C#, CSS, JAVA, JavaScript, Perl, PHP, Python, Ruby, VB, VBScript, Verilog, VHDL and Batch(.bat) files. Other features include tabbed file selection, text highlighting, find & replace, regular expressions, sesssions, bookmarks, multiple undo/redo and hyperlinks.

Freeware

Whats new:>>

- enable Date, Date Time, Insert Character and "Text Only" Recent Macros menus for Column Edit
- update PgmEdit to TLS 1.2 to eliminate Version check error message
- fix minor Highlight bug
- restore editing line/column positions after Trim Trailing Whitespace

http://simplesolverlogic.com/index.html
Titel: QOwnNotes 20.8.1
Beitrag von: SiLæncer am 05 August, 2020, 13:04
(https://s26.postimg.cc/hoi1ahlcp/screenshot_978.png)
QOwnNotes is a text editor / notepad replacement with markdown support and todo list manager. The program supports themes, keyboard shortcuts, syntax highlighting, and encryption. Includes available nested file list, tags, search, and more. Optionally works with the notes application ownCloud or Nextcloud.

Cross-platform with clients available for Mac and Linux.

License: GPL

Whats new:>>

    you can now also turn off/on the spellchecking inside encrypted notes (for #1841)
    you can now also use Tab or Enter to switch from the note list to the note edit panel if note renaming in the note list is enabled (for #1837)
    added more Brazilian Portuguese, German translation (thank you ihatemyself, rawfreeamy)

http://www.qownnotes.org/
Titel: CudaText 1.108.2.0
Beitrag von: SiLæncer am 05 August, 2020, 13:10
(https://s26.postimg.cc/k6wu8qcrt/screenshot_901.png)
Create programming scripts with this powerful tool that supports more than 130 languages and allows users to work concurrently on as many as six groups of projects.

Freeware

Changelog

    Add: lexer Python: don't highlight words after dot (e.g. 'type' 'len'); fold "async for"
    Fix: commands "brackets: pair highlight..." state was reset on tab switching (thanks @John)
    Fix: fixed API ed.cmd() for plugin Differ (thanks @hycmos)
    Fix: lexer YAML: folding
    Fix: lexers C, C++: fixes for "struct" code-tree items, number literals
    Fix: treehelper for Markdown: bug with `code` at line start
    Fix: "floating point error" in Python on Win10 2004 (thanks @John)

[close]

http://www.uvviewsoft.com/cudatext/
Titel: QOwnNotes 20.8.2
Beitrag von: SiLæncer am 05 August, 2020, 21:20
Whats new:>>

Bold and italic highlighting now also works between inline code blocks in the note editor (for #1842, thank you @Waqar144)

http://www.qownnotes.org/
Titel: Vim 8.2.1377
Beitrag von: SiLæncer am 06 August, 2020, 04:06
(https://s26.postimg.cc/xww5nc4zt/screenshot_1282.png)
A highly configurable text editor built to enable efficient text editing - an improved version of the vi editor distributed with most UNIX systems.

Freeware

Changelog

Triggering the ATTENTION prompt causes typeahead mess up
Vim9: expression mapping causes error for using :import
Vim9: method name with digit not accepted
Vim9: error for assigning empty list to script variable
Vim9: no error for assigning to non-existing script var
Vim9: no error for missing white space around operator
Vim9: no error for missing white space around operator
MS-Windows: warning for using fstat() with stat_T
MS-Windows: autocommand test sometimes fails
Vim9: no error for missing white space around operator
Vim9: no error for missing white space around operator
Test 49 is old style
Vim9: no error for missing white space around operator

[close]

http://www.vim.org/index.php
Titel: yWriter 6.5.5.0 Beta
Beitrag von: SiLæncer am 06 August, 2020, 04:10
(http://www.spacejock.com/images/yWriter5Main.png)
yWriter allows you to split your novel into chapters and scenes, simplifying the process of text writing. You can reorder scenes within chapters or change their content, title and description. If you notice that you mistyped a word, yWriter enables you to do a global text search and replace it. With yWriter you can easily keep journals, diaries or create your own stories and novels.

Freeware

Whats new:>>

BETA includes latest changes and fixes from yWriter 7.0.5.0

http://www.spacejock.com
Titel: EmEditor Free 20.0.2
Beitrag von: SiLæncer am 06 August, 2020, 04:50
(https://1z9j8fz5fww49iaje1itey71-wpengine.netdna-ssl.com/wp-content/uploads/2013/09/EmEditorFree_Window.png)
EmEditor is a lightning-fast, tabbed text editor with themes, syntax highlighting, stay-on-top, and customizable keyboard mapping. The program supports batch find-and-replace, regular expressions, and more.

The program beat a variety of other text editors in tests performed by TPFC user TP109. Additional features are available via a non-free version.

Free for personal use

Changelog

    Fixed a bug where opening the same file did not activate the EmEditor window.
    Fixed an issue where dropping files from Explorer did not activate the EmEditor window.
    Fixed a bug where a simple filter did not work as multi-threaded.

[close]

https://www.emeditor.com/text-editor-features/history/emeditor-free/
Titel: BirdFont 4.6.2
Beitrag von: SiLæncer am 06 August, 2020, 09:10
(https://s26.postimg.cc/rd1s4grdl/screenshot_137.png)
BirdFont is a free font editor that lets you create vector graphics and export TTF, EOT & SVG fonts.

Donationware

Latest Changes:>>

    An additional format for single stroke CNC (engraving) fonts (same way back).
    Bug fixes and updates for older operating systems.

http://birdfont.org/
Titel: Vim 8.2.1391
Beitrag von: SiLæncer am 08 August, 2020, 11:10
Whats new:>>

Vim9: no error for shadowing a script function

http://www.vim.org/index.php
Titel: RJ TextEd 14.62
Beitrag von: SiLæncer am 08 August, 2020, 20:50
(https://s26.postimg.cc/775l9vjeh/screenshot_593.png)
RJ TextEd - A Unicode source and text editor. RJ TextEd is a full featured text and source editor with Unicode support, syntax highlighting and code folding. The functionality extends beyond text files and includes support for HTML editing with integrated preview, spell checking, auto completion, HTML validation, templates and more. The program also include support for Topstyle Lite CSS editor, has a dual pane file commander, as well as a FTP client to upload your files. The editor uses language files to display menus and dialogs in different languages. There are several included languages. New language files can easily be created in the editor. RJ TextEd is also a simple web development tool. The editor can use auto completion and hints to assist you in editing your source code. You can preview HTML/ASP/PHP... code using one of the preview tabs or open a document in a browser. The editor does not only handle source code. It also handles true ASCII files, binary files and of course plain text files.

License: Freeware

Changelog

    File Explorer Panels:

    Updated the controls and fixed a few DPI issues when moving the program between monitors.

    File Commander:

    Updated the controls and fixed a view issue.

    File modified by external program:

    A warning is displayed if the file on disk has been modified by another program. You are now given the option to "Always" reload the file, if it has been modified.
    NOTE! If you reload the file you will loose all additions you've made since the last time you saved the document.

[close]

http://www.rj-texted.se/
Titel: Vim 8.2.1399
Beitrag von: SiLæncer am 09 August, 2020, 09:45
Whats new:>>

Vim9: may find imported item in wrong script
Autoload script sourced twice if sourced directly
Vim9: return type of maparg() not adjusted for fourth arg
Vim9: no error for unexpectedly returning a value
Vim9: no error if declaring a funcref with lower case letter
Vim9: compiling a function interferes with command modifiers
Insufficient testing for script debugging

http://www.vim.org/index.php
Titel: QOwnNotes 20.8.3
Beitrag von: SiLæncer am 09 August, 2020, 18:00
Whats new:>>

    Added the new editor color schema Breeze dark (for #1847, thank you @fabianski7)
    Added some speed improvements (for #1848, thank you @Waqar144)
    There now is an option to disable the note count in the tags panel to improve the performance on slower hardware (for #943, thank you @Waqar144)
    Added more Greek, Portuguese, Brazilian Portuguese translation (thank you Gregory.K, filipedias321, i****myself)

http://www.qownnotes.org/
Titel: Vim 8.2.1412
Beitrag von: SiLæncer am 10 August, 2020, 09:15
Whats new:>>

Vim: not operator does not result in boolean

http://www.vim.org/index.php
Titel: yWriter 6.5.5.9 Beta
Beitrag von: SiLæncer am 10 August, 2020, 18:20
Whats new:>>

BETA Includes latest fixes from yWriter7, including realtime spell-checking

http://www.spacejock.com
Titel: Vim 8.2.1419
Beitrag von: SiLæncer am 11 August, 2020, 09:15
Whats new:>>

Vim9: not operator applied too early
Vim9: invalid error for missing white space
Test 49 is old style
Vim9: boolean evaluation does not work as intended
Closing a popup window with CTRL-C interrupts 'statusline'
Popupwindow missing last couple of lines
Previous tab page not usable from an Ex command

http://www.vim.org/index.php
Titel: CudaText 1.109.0.0
Beitrag von: SiLæncer am 11 August, 2020, 09:30
(https://s26.postimg.cc/k6wu8qcrt/screenshot_901.png)
Create programming scripts with this powerful tool that supports more than 130 languages and allows users to work concurrently on as many as six groups of projects.

Freeware

Changelog

    Change: changed location+format of saved window positions in history.json (main window, floating panels, resizable dialogs)
    Add: options for statusbar font: "ui_font_statusbar_name"/"ui_font_statusbar_size", defaults are UI font name/size (thanks @VicDobrov)
    Add: theme colors for statusbar font/background, defaults are "none"
    Add: don't run tree-helper on huge files, re-use option "lexer_folding_max_lines"
    Add: if file was deleted/renamed outside of CudaText, "Save" should re-create the file (thanks @Jairo-Martinez)
    Fix: bug in rendering unprinted "trailing only" whitespace (thanks @Jairo-Martinez)
    Fix: lexer Bash: (( )) blocks inside $() (thanks @VicDobrov)

[close]

http://www.uvviewsoft.com/cudatext/
Titel: Text Editor Pro 9.6.0
Beitrag von: SiLæncer am 12 August, 2020, 10:00
(https://s26.postimg.cc/hfdkhoj9l/screenshot_896.png)
Text Editor Pro (formerly EditBone) is a powerful text editing tool that comes with syntax highlighting support for over 50 languages and scripts, customizable with over 100 options, 29 ready made styles, a handy file comparison feature, unicode character map, numerical unit convert tool, SQL formatter, and support for multiple directories and search results.

Freeware

Changelog

- Added highlighter for Visual FoxPro
- Added show editor zoom status bar option (default false)
- Added transparency skin option
- Fixed about
- Fixed AlphaSkins controls
- Fixed auto copy to clipboard editor selection option
- Fixed language files
- Fixed mouse wheel scrolling in text editor
- Fixed print preview
- Fixed text editor control

[close]

https://texteditor.pro/
Titel: Vim 8.2.1424
Beitrag von: SiLæncer am 12 August, 2020, 10:15
(https://s26.postimg.cc/xww5nc4zt/screenshot_1282.png)
A highly configurable text editor built to enable efficient text editing - an improved version of the vi editor distributed with most UNIX systems.

Freeware

Changelog

    Changes:

    Mac build fails
    Vim9: find global function when looking for script-local
    the Mac GUI implementation is outdated
    Vim9: handling "+" and "-" before number differs from script
    test 49 is old style

[close]

http://www.vim.org/index.php
Titel: EmEditor Free 20.0.3
Beitrag von: SiLæncer am 12 August, 2020, 11:20
(https://1z9j8fz5fww49iaje1itey71-wpengine.netdna-ssl.com/wp-content/uploads/2013/09/EmEditorFree_Window.png)
EmEditor is a lightning-fast, tabbed text editor with themes, syntax highlighting, stay-on-top, and customizable keyboard mapping. The program supports batch find-and-replace, regular expressions, and more.

The program beat a variety of other text editors in tests performed by TPFC user TP109. Additional features are available via a non-free version.

Free for personal use

Changelog

    Fixed a visual issue where toggling CSV edit mode (F2) could cause one character shift horizontally.
    Fixed a bug where the Batch Extract in the Batch Find dialog box might not have extracted the second search string correctly.
    Fixed a bug where Replace in Files with escape sequences including newlines might not have worked correctly.
    Fixed a bug where drop-down list box in Find/Filter toolbar was not refreshed until mouse hovers on it.

[close]

https://www.emeditor.com/text-editor-features/history/emeditor-free/
Titel: Atom 1.50.0 Final
Beitrag von: SiLæncer am 12 August, 2020, 17:50
(https://s26.postimg.cc/fmfpqomgp/screenshot_915.png)
A powerful and flexible application that works as a text and source code editor with syntax highlight, or alternately as a file viewer.

MIT License

Changelog

    Notable Changes:

    Fix multi cursor correct setting
    Add async and await keywords to Rust highlighter
    atom/language-gfm#240 - Improve GitHub favoured markdown syntax highlighting
    atom/language-php#377 - Add support for arrow functions
    atom/language-php#378 - Add support for numeric literal separator
    atom/language-php#379 - Add missing operators: spread, exponentiation, null coalescing
    atom/language-php#380 - Add support for typed properties, anonymous classes, object serialization
    atom/language-php#384 - Fix parsing class with capital letter after instanceof correctly

    Atom Core:

    v1.49.0...1.50.0
    atom/atom#20406 - Fix .deb install on ubuntu 20.04
    atom/atom#20716 - Review/finalize Python approach for mid 2020
    atom/atom#20804 - fix multi cursor correct setting
    atom/atom#20927 - ?? language-gfm@0.90.8
    atom/atom#20928 - ?? language-typescript@0.6.3
    atom/atom#20989 - Fix Typos
    atom/atom#20560 - ?? language-php@0.44.5
    atom/atom#20910 - Add async and await keywords to Rust highlighter
    atom/atom#20999 - Automate dependency bumps
    atom/atom#21041 - ?? resolve@1.17.0
    atom/atom#21043 - ?? semver@7.3.2

[close]

https://atom.io/
Titel: Atom 1.51.0 Beta
Beitrag von: SiLæncer am 12 August, 2020, 19:30
Changelog

    Notable Changes:

    Improve the performance of getting the list of all available atom packages

    Atom Core:

    v1.50.0...1.51.0-beta0
    atom/atom#21039 - ?? prebuild-install@5.3.5
    atom/atom#21061 - no PR triggers on release builds
    atom/atom#20856 - Miscellaneous python3-related updates and fixes
    atom/atom#20899 - Faster atom.packages.getAvailablePackages

[close]

https://atom.io/
Titel: Vim 8.2.1438
Beitrag von: SiLæncer am 13 August, 2020, 09:10
Whats new:>>

Missing tests for interrupting script execution from debugger

http://www.vim.org/index.php
Titel: QOwnNotes 20.8.4
Beitrag von: SiLæncer am 13 August, 2020, 20:00
(https://s26.postimg.cc/hoi1ahlcp/screenshot_978.png)
QOwnNotes is a text editor / notepad replacement with markdown support and todo list manager. The program supports themes, keyboard shortcuts, syntax highlighting, and encryption. Includes available nested file list, tags, search, and more. Optionally works with the notes application ownCloud or Nextcloud.

Cross-platform with clients available for Mac and Linux.

License: GPL

Whats new:>>

    improvements where made to the note / subfolder tree mode (for #790)
        the notes of the note folder root are now shown
        if your right-click a sub-folder the sub-folder context menu is now shown
    added more translation (thank you MGuerra, richarson, rakekniven, Gregory.K, rawfreeamy, unchase, filipedias321, ihatemyself, tiwi90, mlimacarlos, Utkirbek, gbabin)

http://www.qownnotes.org/
Titel: Vim 8.2.1444
Beitrag von: SiLæncer am 14 August, 2020, 09:10
Whats new:>>

    error messages are spread out and names can be confusing
    Vim9: crash when interrupting a nested :def function
    outdated references to the Mac Carbon GUI
    running tests in tiny version gives error for summarize.vim
    debugger code insufficiently tested
    tiny and small builds have no test coverage

http://www.vim.org/index.php
Titel: CudaText 1.109.2.0
Beitrag von: SiLæncer am 14 August, 2020, 11:45
Whats new:>>

    add: lexer JSON: fully reworked, now it underlines all invalid chars, invalid float numbers, identifiers
    add: lexer PHP: fixed HereDoc blocks; supported Unicode class names
    add: macOS: system dialog from menu item "Edit / Special characters" is now supported (thanks Lazarus developer Dmitry)
    fix: regression: cannot continue column-selection after carets are moved (thanks @kvichans)
    fix: lexer Python: regression with some blocks folding
    fix: lexer Bash: regression with style of "if(", "for("

http://www.uvviewsoft.com/cudatext/
Titel: HostsCK 2.3.1
Beitrag von: SiLæncer am 14 August, 2020, 21:20
(https://s26.postimg.cc/931bwfpi1/screenshot_343.png)
Seamlessly access and edit Windows' Host file so you manage the list of blocked and allowed websites more efficiently via this application.

Freeware

Changelog

Fixed: HostsDE not importing lists when auto saving.
Fixed: Do not include Microsoft block list setting being ignored.
Fixed: When performing a check for duplicate entries using “;;check hosts” in the
search box HostsCK would warn that the Hosts needs to be saved even when it
did not need saving.
Updated: Help file with drag and drop not working because
of Windows User Access Control (UAC).

Removed: Extra Microsoft Blocks. We are no longer able to maintain the list.
If HostsCK is set to use the Extra blocks they will be moved to the list directory
(Program Files (x86)\HostsCK\lists) during the upgrade to version 2.3.1 so that
the list can be imported into a new Hosts file. See help here.
Any lists used can be seen in “Settings > Lists”

Added: Button (MS Spyblock) in Settings > Lists that opens the Windows 10 Spyblock list
at encrypt-the-planet.com should you want to add Microsoft lists.

[close]

http://redisoft.uk/hck/
Titel: Vim 8.2.1456
Beitrag von: SiLæncer am 15 August, 2020, 09:10
Whats new:>>

MS-Windows: test files are not deleted

http://www.vim.org/index.php
Titel: Zettlr 1.7.5
Beitrag von: SiLæncer am 15 August, 2020, 20:10
(https://s26.postimg.cc/vfll9p4mh/screenshot_956.png)
Write text and conveniently edit it using Markdown with the help of this user-friendly and well-thought-out, Electron based application.

MIT License

Changelog

    GUI and Functionality:

    Fixed a bug where opening RMarkdown files with Zettlr not open would throw an error.
    Fixed a bug where the app would not process inline images during export, leading to missing images.
    HTML Export now centres figure captions underneath figures (thanks to @Kangie for implementing).
    Zettlr finally allows alternative/title texts in images to be specified, making it possible to preview images with a title, and have them properly export even with relative filenames.
    Fix wrong design of the sorters in combined sidebar file trees.
    Fixed a bug where adding more and more list-characters in front of a list item would make the left gutter "swallow" these due to an extreme amount of negative indent. Now the line indentation for soft-wrapped lists (or anything indented) should work as expected.
    Fixed a behaviour that would sometimes lead to the editor inserting tab-characters instead of spaces.
    Added UX improvements to the fold gutter and the global search bar (thanks to @doup for implementing).
    Fixed non-centered button icons and made some UI elements a little bit bigger.
    You can now abort searching in Quicklook windows by pressing escape while the search field is highlighted.
    Fixed a rare error where codeblocks would not be indented correctly in HTML outputs.
    Zettlr now renders linked images.
    Restored the security question when you are about to overwrite an already existing file.
    Made URLs in references into clickable links that open in the system's browser (thanks to @maxedmands for implementing).
    The context menu on directories within the file list now correctly shows you project options, if the directory is one.
    The file tree has been cleaned up. Now, the children toggle (if a directory has any) as well as any additional icon will be displayed aligned with each other.
    Fixed a bug that would not display the filename but a heading level 1 that has been removed from the file.
    Single inline image inserts are now handled without adding newline characters.

    Under the Hood:

    Added an additional check for directory exports to check that they indeed have an attached project.
    Removed all legacy WebHostingHub-Glyph references and switch fully to Clarity.
    Removed unused legacy code from the Quicklook windows.
    Replaced getTokenAt with getTokenTypeAt, hopefully achieving performance gains on documents littered with renderable elements.

[close]

Download: https://github.com/Zettlr/Zettlr/releases

https://www.zettlr.com/
Titel: Vim 8.2.1464
Beitrag von: SiLæncer am 16 August, 2020, 09:15
Whats new:>>

    Vim9: build warning for unused variable
    Vim9: list slice not supported yet
    Vim9: string slice not supported yet
    Update runtime files.
    Vim9: string indexes are counted in bytes
    error messages are spread out
    Vim9: declaring script var in script does not infer the type
    .gawk files not recognized
    Vim9: the output of :disassemble cannot be interrupted

http://www.vim.org/index.php
Titel: QOwnNotes 20.8.5
Beitrag von: SiLæncer am 16 August, 2020, 12:00
Whats new:>>

fixed regression from 20.8.4 that causes to crash the application when right-clicking on an empty area in the note list (for #1854)

http://www.qownnotes.org/
Titel: RJ TextEd 14.63
Beitrag von: SiLæncer am 17 August, 2020, 21:00
(https://s26.postimg.cc/775l9vjeh/screenshot_593.png)
RJ TextEd - A Unicode source and text editor. RJ TextEd is a full featured text and source editor with Unicode support, syntax highlighting and code folding. The functionality extends beyond text files and includes support for HTML editing with integrated preview, spell checking, auto completion, HTML validation, templates and more. The program also include support for Topstyle Lite CSS editor, has a dual pane file commander, as well as a FTP client to upload your files. The editor uses language files to display menus and dialogs in different languages. There are several included languages. New language files can easily be created in the editor. RJ TextEd is also a simple web development tool. The editor can use auto completion and hints to assist you in editing your source code. You can preview HTML/ASP/PHP... code using one of the preview tabs or open a document in a browser. The editor does not only handle source code. It also handles true ASCII files, binary files and of course plain text files.

License: Freeware

Changelog

    Clipboard keyboard actions:

    Added new keyboard actions to copy and paste from any user clipboard. Open "Customize keyboard..." to assign keyboard shortcuts to copy to clipboard x and paste from clipboard x.

    Misc:

    Reduced flicker in customize keyboard list view when themes are used.

    Fixed:

    File Commander error message.

[close]

http://www.rj-texted.se/
Titel: PilotEdit Lite 14.3.0
Beitrag von: SiLæncer am 18 August, 2020, 16:15
(http://www.pilotedit.com/images/OpenInQuickMode.PNG)
PilotEdit is a text, hex, XML, C/C++, HTML, PHP, Java, Javascript and Perl editor that can edit large files of 400GB (40 billion lines).

It offers customizable syntax and keyword highlighting, advanced search and replace operations, automatic text encoding, 256-bit AES encryption/decryption and a built-in FTP/SFTP client lets you open, edit, download and upload large files directly to/from a FTP/SFTP server.

In addition to standard text editing features, PilotEdit can compare and merge two large files of 100GB (10 billion lines). You can also sort, find/remove duplicate lines and extract strings over a large file of 1GB.

Freeware

Whats new:>>

Includes improvements over UI performance

http://www.pilotedit.com/
Titel: RocketCake 3.4
Beitrag von: SiLæncer am 18 August, 2020, 18:30
(https://s26.postimg.cc/845jbp2c9/screenshot_542.png)
RocketCake is a free web editor for creating responsive websites for beginners and professional web developers. No programming needed.

Freeware

Release Notes

This update of the free responsive website designer adds some useful improvements here and there, and some bugfixes:

Styled buttons now also support images and other elements on them. Note: this only works for newly created styled buttons. If you have old buttons from a previous RocketCake version in your project you need to replace them for this feature.

Rescaled images on your website in the editor now look exactly as in most browsers. Previously, they could look a bit more blurry under special circumstances.
Content in H1, H2, H3, etc tags now is generated very SEO friendly by aggressively stripping redundant styles and nested tags automatically inside. However you style your headings, you will now in most cases end up with code looking like this: <h1 id="heading1id">Heading Text</h1></li>
Fixed a problem causing images not to be reloaded instantly sometimes when the menu command for this was selected.
Fixed a problem which caused the MacOS version of RocketCake not to load files properly sometimes when special unicode symbols where used in the HTML code.
Fixed a problem on macOS causing elements not to be pasteable sometimes on certain elements

[close]

http://www.ambiera.com/rocketcake/index.html
Titel: Znote 0.3.9
Beitrag von: SiLæncer am 18 August, 2020, 20:40
(https://i.postimg.cc/qvfVnLWd/screenshot-2617.png)
Znote is a free, elegant program meant to help you write beautifully organized Markdown documents. You can organize your texts, notes, and files even better, using the simplistic left-side widget organizer for smoothly navigating different files.

Freeware

Changelog

    Features:

    Add a Cloud synchronization for notes
    Keyboard shortcuts: Meta key replacement: Change 'Ctrl' to 'Command' (Mac) and 'Shift+Alft' to 'Ctrl' (Win)
    Added a regular disk backup of notes to avoid losing data in case of computer crash

    BugFixes:

    Minor various fixes
    Avoid to open several times znote on Windows
    Fix line cursor selection calibration

[close]

https://znote.lagrede.fr/
Titel: QOwnNotes 20.8.6
Beitrag von: SiLæncer am 18 August, 2020, 21:30
(https://s26.postimg.cc/hoi1ahlcp/screenshot_978.png)
QOwnNotes is a text editor / notepad replacement with markdown support and todo list manager. The program supports themes, keyboard shortcuts, syntax highlighting, and encryption. Includes available nested file list, tags, search, and more. Optionally works with the notes application ownCloud or Nextcloud.

Cross-platform with clients available for Mac and Linux.

License: GPL

Whats new:>>

    the readFromFile script command now has a new parameter codec to specify the encoding of the file (for #1817)
    for more information please take a look at the
    scripting documentation
    the script dictionary-autocomplete in the script repository was updated to use this parameter
    in a script setting to set the encoding of the dictionary file

http://www.qownnotes.org/
Titel: QOwnNotes 20.8.7
Beitrag von: SiLæncer am 20 August, 2020, 09:00
Whats new:>>

the note scripting api will now not attempt to automatically decrypt a note in the background because this would happen every time the current note changes (for #104)

http://www.qownnotes.org/
Titel: Black NotePad 2.1.1.2
Beitrag von: SiLæncer am 20 August, 2020, 09:20
(https://s26.postimg.cc/lj0xxiynt/screenshot_1281.png)
Black NotePad was created as an alternative to the Notepad program of Windows operating systems. While retaining the original functions, Black NotePad improves manageability, contains important new functions, and greatly enhances program compatibility in terms of the edited text.

Freeware

Changelog

    Add: Korean language
    Add: Reset language menu

[close]

https://www.wintools.info/index.php/black-notepad
Titel: EmEditor Free 20.0.4
Beitrag von: SiLæncer am 20 August, 2020, 10:30
(https://1z9j8fz5fww49iaje1itey71-wpengine.netdna-ssl.com/wp-content/uploads/2013/09/EmEditorFree_Window.png)
EmEditor is a lightning-fast, tabbed text editor with themes, syntax highlighting, stay-on-top, and customizable keyboard mapping. The program supports batch find-and-replace, regular expressions, and more.

The program beat a variety of other text editors in tests performed by TPFC user TP109. Additional features are available via a non-free version.

Free for personal use

Changelog

    Fixed a bug where EmEditor could freeze during Replace in Files under a certain condition.
    Fixed an issue where EmEditor could not show document contents if the document is modified when the Close All Left/Right command is selected.

[close]

https://www.emeditor.com/text-editor-features/history/emeditor-free/
Titel: Vim 8.2.1490
Beitrag von: SiLæncer am 20 August, 2020, 11:50
(https://s26.postimg.cc/xww5nc4zt/screenshot_1282.png)
A highly configurable text editor built to enable efficient text editing - an improved version of the vi editor distributed with most UNIX systems.

Freeware

Whats new:>>

Fixed:

Vim9: using /= with float and number doesn't work

http://www.vim.org/index.php
Titel: QOwnNotes 20.8.9
Beitrag von: SiLæncer am 21 August, 2020, 10:00
Changelog

20.8.9

    fixed a problem with pressing Backspace after a ' in lists (for #1857, thank you @Waqar144)

20.8.8

    fixed a problem where you could loose changes to an encrypted note if you switch to another note and back to the encrypted note and then immediately edit it again before the encrypted note was stored to disk (for #1858)

[close]

http://www.qownnotes.org/
Titel: Vim 8.2.1500
Beitrag von: SiLæncer am 21 August, 2020, 10:15
Whats new:>>

Fixed:

Vim9: error when using address without a command

http://www.vim.org/index.php
Titel: Vim 8.2.1505
Beitrag von: SiLæncer am 22 August, 2020, 09:10
Whats new:>>

Fixed:

Not all file read and writecode is tested

http://www.vim.org/index.php
Titel: BaseX 9.4.2
Beitrag von: SiLæncer am 22 August, 2020, 18:10
(https://s26.postimg.cc/zexqg30d5/screenshot_63.png)
BaseX is a Java-based software application that integrates an XML database and XQuery text editor. It is wrapped in a user-friendly working environment and comes packed with several useful options and configuration parameters for experienced users.

BSD License

Whats new:>>

Performance tweaks, bug fixes

http://basex.org/
Titel: Vim 8.2.1512
Beitrag von: SiLæncer am 23 August, 2020, 08:20
Whats new:>>

    Changes:

    Failure after trinary expression fails
    Putting a string in Visual block mode ignores multi-byte
    Using "var" in :def function may refer to legacy script var
    Vertical separator is cleared when dragging a popup window
    Not all debugger commands covered by tests
    Using malloc() directly
    Vim9: no error when using a number other than 0 or 1 as bool

http://www.vim.org/index.php
Titel: QOwnNotes 20.8.10
Beitrag von: SiLæncer am 23 August, 2020, 21:30
Whats new:>>

the QOwnNotes AppImage for Linux and the DMG for macOS are now built with Qt 5.15.1

    this also fixed a script execution problem under macOS, because QtQml wasn't found

http://www.qownnotes.org/
Titel: CudaText 1.110.0.0
Beitrag von: SiLæncer am 23 August, 2020, 22:00
(https://s26.postimg.cc/k6wu8qcrt/screenshot_901.png)
Create programming scripts with this powerful tool that supports more than 130 languages and allows users to work concurrently on as many as six groups of projects.

Freeware

Changelog

+ add: improved TRegExpr engine: supported Unicode categories \pL \p{L} \p{Lu}, and negative variant with \P. List of available categories: https://www.compart.com/en/unicode/category/
+ add: option "renderer_offsets", to fix rarely visible artifacts on Linux (thanks @VicDobrov)
+ add: lexer reStructuredText: fix 2 kinds of code-blocks; add rule for table blocks; add rule for local links
+ add: lexer Bash: highlight invalid hex/octal literals (thanks @VicDobrov)
- fix: incorrect horizontal caret pos, when line with full-width chars is scrolled horizontally (bug first found in 2017, thanks @David-Croose)
- fix: after command "find cur selection next", command "find next" must reuse text (thanks @kvichans)
- fix: search engine bug when search text is multi-line + Unicode (thanks @kvichans)

[close]

http://www.uvviewsoft.com/cudatext/
Titel: RJ TextEd 14.64
Beitrag von: SiLæncer am 24 August, 2020, 09:30
(https://s26.postimg.cc/775l9vjeh/screenshot_593.png)
RJ TextEd - A Unicode source and text editor. RJ TextEd is a full featured text and source editor with Unicode support, syntax highlighting and code folding. The functionality extends beyond text files and includes support for HTML editing with integrated preview, spell checking, auto completion, HTML validation, templates and more. The program also include support for Topstyle Lite CSS editor, has a dual pane file commander, as well as a FTP client to upload your files. The editor uses language files to display menus and dialogs in different languages. There are several included languages. New language files can easily be created in the editor. RJ TextEd is also a simple web development tool. The editor can use auto completion and hints to assist you in editing your source code. You can preview HTML/ASP/PHP... code using one of the preview tabs or open a document in a browser. The editor does not only handle source code. It also handles true ASCII files, binary files and of course plain text files.

License: Freeware

Changelog

    Indent lines:

    Indent lines are now always drawn at a tab position, regardless of how your code is indented. This makes it easier to properly align your code.

    Highlighting matching braces:

    Matching braces are now underscored using the brace highlighting foreground color, set in theme manager. And the brace background is set to the brace highlighting background color.

    Compare files using external compare tool:

    The document is saved if modified and the files on disk are used for comparison if possible. The editor should allow you to reload the document if it was changed by the external tool.
    Fixed a few issues.

    Color dialog window:

    Adding or pasting a color value to the edit box should work now as expected.
    Fixed a few issues.

    Fixed:

    File Explorer panel refresh issue.
    File Commander refresh issue.
    PHP tag highlighting.

[close]

http://www.rj-texted.se/
Titel: Vim 8.2.1520
Beitrag von: SiLæncer am 24 August, 2020, 10:40
(https://s26.postimg.cc/xww5nc4zt/screenshot_1282.png)
A highly configurable text editor built to enable efficient text editing - an improved version of the vi editor distributed with most UNIX systems.

Freeware

Changes:>>

Vim9: CTRL-] used in :def function does not work
Vim9: Ex command default range is not set
Vim9: cannot assign to local option
Cannot easily get the character under the cursor
Vim9: error for :exe has wrong line number
Vim9: can create s:var in legacy script but cannot unlet
Multibyte vertical separator is cleared when dragging popup
Cannot interrupt shell used for filename expansion

http://www.vim.org/index.php
Titel: Text Editor Pro 9.6.1
Beitrag von: SiLæncer am 24 August, 2020, 17:30
(https://s26.postimg.cc/hfdkhoj9l/screenshot_896.png)
Text Editor Pro (formerly EditBone) is a powerful text editing tool that comes with syntax highlighting support for over 50 languages and scripts, customizable with over 100 options, 29 ready made styles, a handy file comparison feature, unicode character map, numerical unit convert tool, SQL formatter, and support for multiple directories and search results.

Freeware

Changelog

    Fixed character map
    Fixed language files
    Fixed options
    Fixed stay on top application option
    Fixed sync edit
    Moved show selection info option to status bar options
    Optimized general performance
    Refactored skin to options
    Updated and fixed AlphaControls v15.14

[close]

https://texteditor.pro/
Titel: yEdit 2.3.0.3
Beitrag von: SiLæncer am 25 August, 2020, 11:10
(https://i.postimg.cc/kGZmFBm9/screenshot-1691.png)
yEdit2 is a simple text editor with frequent auto-backups and a countdown word counter.

It also includes a special .yedit2 file format, which is password-protected. You can put all your web logins, email accounts, etc in yEdit and then save them out in a password-protected file. (The contents of your files are not sent to, nor viewable by, Spacejock Software, and there is no magical backdoor to open your files if you lose your password.)

Freeware

Whats new:>>

Compiled with dotnet 4.8. New search/replace and Undo.

http://spacejock.com/yEdit2.html
Titel: Znote 0.4.0
Beitrag von: SiLæncer am 25 August, 2020, 21:10
(https://i.postimg.cc/qvfVnLWd/screenshot-2617.png)
Znote is a free, elegant program meant to help you write beautifully organized Markdown documents. You can organize your texts, notes, and files even better, using the simplistic left-side widget organizer for smoothly navigating different files.

Freeware

Changelog

    Features:

    Increase the Cloud files limit

    BugFixes:

    Fix tags synchronization
    Fix note content reset just after cloud note creation

[close]

https://znote.lagrede.fr/
Titel: TeXstudio 3.0.0
Beitrag von: SiLæncer am 26 August, 2020, 09:10
(https://s26.postimg.cc/qg3rilqfd/screenshot_273.png)
GPL-LaTeX-Editor, der das Erstellen von LaTex-Dokumenten in Unicode vereinfacht; unterstützt den Nutzer beim Schreiben mittels interaktiver Rechtschreibprüfung, Syntax-Highlighting, Code-Folding und automatischer Code-Vervollständigung.

Lizenz: Open Source

Whats new:>>

    Speed up document parsing, should result in faster document load times
    Spell checking is done asynchronously
    Custom verbatim/math env highlighting abandoned for a cwl based approach
    Better dark-mode support
    Qt4 support abandoned

http://texstudio.sourceforge.net/
Titel: yEdit 2.3.0.4
Beitrag von: SiLæncer am 26 August, 2020, 09:40
Whats new:>>

Fixed a startup issue related to the user interface font.

http://spacejock.com/yEdit2.html
Titel: Vim 8.2.1524
Beitrag von: SiLæncer am 26 August, 2020, 10:10
Changes:>>

No longer get an error for string concatenation with float

http://www.vim.org/index.php
Titel: Emacs 27.1
Beitrag von: SiLæncer am 26 August, 2020, 20:10
(https://i.postimg.cc/hG2RzcG9/screenshot-2711.png)
An extensible and customizable editor that comes with a wide variety of functions for handling not only text but also HTML or source code.

License: GPL

Changelog

    Built-in support for arbitrary-size integers
    Text shaping with HarfBuzz
    Native support for JSON parsing
    Better support for Cairo drawing
    Portable dumping used instead of unexec
    Support for XDG conventions for init files
    Additional early-init initialization file
    Built-in support for tab bar and tab-line
    Support for resizing and rotating of images without ImageMagick

[close]

https://www.gnu.org/software/emacs/
Titel: Vim 8.2.1525
Beitrag von: SiLæncer am 27 August, 2020, 09:40
Changes:>>

Messages from tests were not always displayed

http://www.vim.org/index.php
Titel: JSONedit 0.9.34
Beitrag von: SiLæncer am 27 August, 2020, 16:40
(https://s26.postimg.cc/zcd5ubda1/screenshot_961.png)
JSONedit is a simple editor for the JavaScript Object Notation format "a text-based open standard designed for human-readable data interchange" (source) with availble text and tree views.

Includes array generator using embedded Lua interpreter and Scintilla for text edition.

License:    Freeware

Changelog

    Tree view context menu: added options "Copy as compact JSON" (visible if formatting is set to "styled" in settings or "Named object copy" is used) and "Copy as styled JSON" (visible if formatting is set to "compact" in settings)
    Increased number of snippets from 10 to 20
    Snippets: added option to copy snippet to clipboard
    Snippets: added option to change snippet name (description)
    Settings window: additional description for button associating .json files with application
    List view: column widths are stored in settings; range limited to 50...2000
    Changed "Clone node" dialog: default number = 1, number can be selected from list or entered manually
    FIXED: incorrect handling of floating point values by relaxed JSON parser and CSV-based array generator; broken since 0.9.32 when these values were changed to being held as strings
    List view: if "Whole text" is not checked - numbers are matched also by substrings

[close]

http://tomeko.net/software/JSONedit/index.php
Titel: Notepads 1.4.0.0
Beitrag von: SiLæncer am 28 August, 2020, 11:20
(https://i.postimg.cc/DzHrb6Dr/screenshot-1766.png)
Modern, open-source Notepad alternative for Windows 10 that gives the aging text editor a facelift, while also packing additional functionality into a similarly streamlined application.

MIT License

Changelog

    New features:

    Added classic notepad log entry feature (For files starting with ".LOG").
    Added environment variable support for command line activation.

    Improvements:

    Added support for opening any kind of file (Only supported on Windows 10 version 2004 or above).
    Better shadow window detection logic.
    Cut/Copy now works for current line when there is no selection.
    Some UI tweaks.

[close]

https://github.com/JasonStein/Notepads
Titel: Trilium Notes 0.43.4
Beitrag von: SiLæncer am 28 August, 2020, 16:50
(https://i.postimg.cc/2yDgvbpj/screenshot-2595.png)
A hierarchical note-taking software application with focus on building large personal knowledge bases while also providing a flurry of options.

License: AGPL

Changelog

    Activate PDF preview also in server build, fixes #1208
    Add fallback when resizing image fails, closes #1190
    Fix toggle sidebar issues, closes #1196
    Add "search in note" to "note actions" menu, #1184
    Add web app manifest (#1174)
    Add scrolling margins, #1181
    Support horizontal line, closes #1164

[close]

https://github.com/zadam/trilium
Titel: Jovial Notepad 1.12
Beitrag von: SiLæncer am 29 August, 2020, 09:50
(https://i.postimg.cc/63DQRgQ6/screenshot-2555.png)
A lightweight and straightforward text editor with syntax highlight capabilities and also securing your work with an implemented encryption option.

Freeware

Changelog

This version fixes the issue of the saved settings not loaded when open the file with "Open With" context menu

[close]

https://sourceforge.net/projects/jovialnotepad/
Titel: Vim 8.2.1537
Beitrag von: SiLæncer am 29 August, 2020, 10:10
(https://s26.postimg.cc/xww5nc4zt/screenshot_1282.png)
A highly configurable text editor built to enable efficient text editing - an improved version of the vi editor distributed with most UNIX systems.

Freeware

Changes:>>

Memory acccess error when using setcellwidths().

http://www.vim.org/index.php
Titel: CudaText 1.110.3.0
Beitrag von: SiLæncer am 29 August, 2020, 11:00
(https://s26.postimg.cc/k6wu8qcrt/screenshot_901.png)
Create programming scripts with this powerful tool that supports more than 130 languages and allows users to work concurrently on as many as six groups of projects.

Freeware

Changelog

    Add: improved TRegExpr engine:

    + regexp: supported Unicode characters after U+FFFF (ie surrogate pairs) for '.', 'W', 'S', 'D' etc.
    + regexp: supported "atomic groups": (?>foo|bar|ok)
    + regexp: supported "nagative lookahead": foo(?!bar)
    Fix: lexer Python: regression in code-tree (thanks @OlehL)
    Fix: regression in Markdown tree-helper (thanks @kvichans)

[close]

http://www.uvviewsoft.com/cudatext/
Titel: Typora 0.9.94 Beta
Beitrag von: SiLæncer am 29 August, 2020, 18:30
(https://i.postimg.cc/25xV0Fq1/Virtual-DVD.png)
Swiftly write, edit, format and convert text to HTML with the help of this modern looking, streamlined and novice-accessible piece of software.

Freeware

Changelog

    Support separate theme for light mode and dark mode.
    Support newer version of Pandoc.
    Support copy image content in editor.
    Add Arabic language interface by ahmedelq.
    Add options for preferred smart dash in preferences panel.
    Improve find and replace behavior.
    Fix error caused by launching arguments.
    Fix issues in Open Quickly.
    Fix triple click in typewriter mode.
    Improve print.
    Other bug fix.

[close]

http://www.typora.io/
Titel: Vim 8.2.1542
Beitrag von: SiLæncer am 30 August, 2020, 09:50
Changes:>>

Vim9: test with invalid SID does not work in the GUI

http://www.vim.org/index.php
Titel: NotepadX 1.7.38.0
Beitrag von: SiLæncer am 30 August, 2020, 21:30
(https://i.postimg.cc/DyPhZmp3/screenshot-2670.png)
Create, open and save text documents in an intuitive app for Windows 10 devices, which also supports source code files, autosave, spellchecker, and more.

Donationware

Changelog

    Fixed bug preventing NotepadX from crashing while using cut function
    Fixed bug triggering shortcuts when using ALTGR Keyboard-Key

[close]

https://www.microsoft.com/en-us/p/notepadx/9nblggh6jzx9?activetab=pivot:overviewtab
Titel: Black NotePad 2.1.1.3
Beitrag von: SiLæncer am 31 August, 2020, 04:05
(https://s26.postimg.cc/lj0xxiynt/screenshot_1281.png)
Black NotePad was created as an alternative to the Notepad program of Windows operating systems. While retaining the original functions, Black NotePad improves manageability, contains important new functions, and greatly enhances program compatibility in terms of the edited text.

Freeware

Changelog

Add: Slovenian language

[close]

https://www.wintools.info/index.php/black-notepad
Titel: Typora 0.9.95 Beta
Beitrag von: SiLæncer am 31 August, 2020, 09:09
Whats new:>>

Fix ctrl+tab

http://www.typora.io/
Titel: Black NotePad 2.1.1.4
Beitrag von: SiLæncer am 31 August, 2020, 13:15
Whats new:>>

Add: Polish language

https://www.wintools.info/index.php/black-notepad
Titel: yWriter 6.5.9.1
Beitrag von: SiLæncer am 31 August, 2020, 16:45
(http://www.spacejock.com/images/yWriter5Main.png)
yWriter allows you to split your novel into chapters and scenes, simplifying the process of text writing. You can reorder scenes within chapters or change their content, title and description. If you notice that you mistyped a word, yWriter enables you to do a global text search and replace it. With yWriter you can easily keep journals, diaries or create your own stories and novels.

Freeware

Whats new:>>

Incorporates all the changes and fixes from yWriter7.

http://www.spacejock.com
Titel: QOwnNotes 20.9.0
Beitrag von: SiLæncer am 31 August, 2020, 19:30
(https://s26.postimg.cc/hoi1ahlcp/screenshot_978.png)
QOwnNotes is a text editor / notepad replacement with markdown support and todo list manager. The program supports themes, keyboard shortcuts, syntax highlighting, and encryption. Includes available nested file list, tags, search, and more. Optionally works with the notes application ownCloud or Nextcloud.

Cross-platform with clients available for Mac and Linux.

License: GPL

Whats new:>>

    a tooltip in the Settings dialog was changed to make it more comprehensive
    a lot of translation and proofreading took place (thank you amirkbrpr, CarmenC, Aya_Fouad, DavidLinek, i****myself, pehtranslator, vaniamartins, AhmedElsayed, abdo25, rawfreeamy, wribeiro86, matheussantosaraujo12, nandhpc, MartaStan, christopher.ruppenthal1997, hamza.0404, brittonando, manowski.pawel, Tommy903, natallia.andranaki, Zamalor, rafacerutti.translator, secondjay, Basudeb_Dhaka, Farhan1985, IvonkaTran, hitoshi2544, VasilikiBotsou, rakekniven, gbabin, je1311, Koduja, tiwi90, Suci_R)

http://www.qownnotes.org/
Titel: Google Web Designer 9.0.0.0824
Beitrag von: SiLæncer am 01 September, 2020, 04:30
(https://i.postimg.cc/t4kxrGLC/screenshot-2067.png)
Google Web Designer allows you to create engaging, interactive HTML5-based designs and motion graphics that can run on any device. Let us handle the HTML5 and CSS3 so you're free to focus on what you love to do: creating gorgeous visual experiences. A full design suite lets you easily bring any vision to life. If you're feeling more hands-on, all the code behind your designs is hand-editable, so you're never locked out of your own work. Your ideas are now amplified by code - not restricted by it.

Freeware

Changelog

    New features in version 9.0.0.0824:

    Custom keyboard shortcuts:

    Assign your preferred key bindings to Google Web Designer tools and commands.
    View the full list of default keyboard shortcuts within the app.
    Save your custom keyboard shortcuts as named presets and switch easily between them.
    Export and import presets.

    Eyedropper tool:

    You can now select colors from the stage.
    You can find the eyedropper tool on the toolbar, along with color chips displaying the active colors.
    The eyedropper automatically activates when you open the color mixer to select a color.

    Image processing:

    Alter images with automated techniques.
    Auto enhancement - Adjust the brightness, contrast, and saturation of the image.
    Inpainting - Paint over an unwanted object to look like the surrounding area.
    Extend image - Expand the image along any side with content generated to look like the rest of the image.
    Extract subject - Detect a foreground object and make the rest of the image transparent.

    Masking:

    We've introduced new mask shape options.
    Polygon mask tool - Select from a variety of preset shapes, or draw a freeform shape.
    Rounded corners for rectangle mask tool - Create rectangle clip path masks with rounded corners.

    Particle Effects custom presets:

    Create customized presets for the Particle Effects component.
    View thumbnail previews of your saved custom presets.
    Export and import presets.

    Responsive workflow:

    Designing a responsive layout is now more streamlined and full-featured.
    The redesigned Responsive panel lists specific ad slot sizes that you want to target for serving and previewing.
    A new visual interface lets you define and edit size ranges for media rules.
    Preview multiple sizes while authoring your responsive document.

    New responsive templates in version 9.0.0.0824:

    Two new templates have been added to the Banner for Display & Video 360 category:
    Static Responsive Banner for Common Sizes
    Animated Responsive Banner for Common Sizes

    Fixes & improvements in version 9.0.0.0824:

    Components:

    Parallax:

    Fixed issue where holding the Shift key did not constrain elements to a single axis while dragging images in the Parallax component dialog.

    Swirl:

    A warning now displays if Google Poly does not have an appropriately sized GLB file for a 3D asset. This can happen if the 3D asset is large and Poly could not optimize it for ads.

    Image Effect:

    Fixed issue with the Image Effect component failing to load after refreshing the browser.

    Groups:

    Fixed issue where wrapping elements in a group did not generate the correct CSS selector.
    Fixed issue where undoing the "Break apart" action for an animated group created extra CSS animation rules.

    Library:

    Fixed issue with assets not showing in the Library panel when the asset path contained square brackets.
    Fixed issue where externally copied assets pasted into Google Web Designer did not show in the Library panel.
    Fixed issue where groups didn't stay inside a Library folder after the document was closed and reopened.
    The Library panel now allows files with periods in their names.
    Fixed issue where the Studio logo and the Launch button in the Studio Asset Library were still displayed after signing in with a different account.

    Other:

    [Outliner] Fixed issue where the dynamic icon did not appear until another element was selected.
    [File I/O] Fixed issue where a file could not be opened if there was a icon file generated by Mac OS in the project directory.
    [Publish dialog] Fixed layout issue with "Add border" label in some languages.
    [Timeline] Fixed issue where the stage did not update after undoing an animation transition duration change in Quick mode.
    [CSS panel] The "rename" pop-up menu command in the CSS panel is now disabled for generated animation rules.
    [Preview] The "Parallax" preview type for in-browser previews has been updated to "Scrollable."
    [Keyboard shortcuts] Fixed issue with keyboard shortcuts not working in Russian, French, German, and Thai in Windows.
    [Properties panel] Fixed issue where the undo command didn't work correctly for changed input field values.
    [Shareable preview] Fixed issue where closing the alert about not having permissions for any devices also closed the "Share preview link" dialog.
    [Preferences dialog] Fixed issue with the color for guides not changing to the default after selecting "Reset to default."
    [Shapes] Fixed issue where publishing failed when there were both Google Fonts and shapes (created by the Oval or Pen tool) in the document.
    [Code view] Fixed issue where the Files panel showed filenames with parentheses reversed.
    [Timeline] Fixed issue where hidden layers were selected when selecting multiple layers with the Shift key.
    Fixed issue where an image could not be pasted from a plain HTML document to an ad document.

    Known issues:

    Safari only: <canvas> elements with drawings prevent the animation of clip path masks.
    Chrome and Opera: Clip path masks render incorrectly when the host element contains a 3D-transformed child element.
    References to custom Google Web Designer elements (gwd-image, gwd-video, gwd-audio, gwd-iframe, gwd-page, and gwd-pagedeck) may not work as expected. Learn how you can update your references.
    Timeline animation events, such as pause or loop, do not work when you directly open the source .html file in your browser. This is expected behavior, as timeline animation CSS is generated when previewing or publishing the document. Solution: use the Preview button, or publish the document locally and view the published file in your browser.
    Image files without a file extension with a period in the file name don't import into the Library. Workaround: add the file extension (such as .png) to the file name.

    A black screen on launch may be caused by outdated video drivers. Try updating your video drivers. If that doesn't help, disable GPU rendering by quitting Google Web Designer and following the instructions for your operating system before relaunching:

    Windows: Add a DWORD32 value named disable-gpu-rendering to HKEY_CURRENT_USERSoftwareGoogleWeb DesignerSettings in the registry. Set this value to 1.
    Mac: Add a Boolean row to ~/Library/Preferences/com.google.WebDesigner.plist with the name disable-gpu-rendering and a value of YES, or run defaults write com.google.WebDesigner.plist disable-gpu-rendering -bool true in Terminal.
    Linux: Add a line to ~/.local/share/google-web-designer/preferences/settings.conf with the name disable-gpu-rendering and a value of true. (If the [Settings] section doesn't exist, you'll need to create it first.)
    For a video to autoplay when an ad is re-expanded on Mac Safari, the first video source should be .mp4.
    Gradient background fill on an image only renders when scaling is set to stretch.
    A maximum of 4 panels can be grouped/tabbed together.
    White screen on launch if behind a web proxy. Please follow these instructions to change your proxy settings.
    Mac Chrome, Opera, IE: Play button doesn't work in Google Web Designer preview when Autoplay preview is on. Workaround: remove localhost from the URL to use file:///
    Linux only: file drag and drop from the file system to Google Web Designer is not working. Workaround: use File > Import assets or Add asset from the Library.
    Downloading iCalendar .ics files is not supported on Safari desktop browser.
    It is not possible to have more than one Map component or Street View component, or a Map and a Street View component in the same creative.
    Linux only: if the browser (Chrome or Firefox) is launched by Google Web Designer for preview, Google Web Designer cannot be closed unless the browser is closed first.
    Linux only: Google Web Designer sometimes loses focus and is unable to take keyboard input when switching between apps. Workaround: resize the Google Web Designer window to bring focus back to the app.
    Linux only: if the renderer crashes and a white screen appears, set the disable-gpu-rendering to true in Google Web Designer settings. Add a row to ~/.local/share/google-web-designer/preferences/settings.conf with the name disable-gpu-rendering and a value of true. (If the [Settings] section doesn't exist, you'll need to create it first.)

[close]

http://www.google.com/webdesigner
Titel: Vim 8.2.1558
Beitrag von: SiLæncer am 01 September, 2020, 05:45
Changes:>>

    signs test fails
    crash in :vimgrep when started as "vim -n"
    cursorline highlighting always overrules sign highlighting
    not all tests are executed on Github Actions
    crash in normal test
    crash in edit test
    warnings from asan with clang-11

http://www.vim.org/index.php
Titel: QOwnNotes 20.9.1
Beitrag von: SiLæncer am 01 September, 2020, 21:11
Whats new:>>

    the action Previous note was renamed to to Move up in note list and the action Next note to Move down in note list to make the meaning of the actions more clear (for #1862)
    added more translation (thank you amirkbrpr, muhannad.albayk.jaam, pehtranslator, Farhan1985, abdo25, MGuerra, rafacerutti.translator, Gregory.K, danilosf, secondjay, Iva16, mdirice, CarmenC)

http://www.qownnotes.org/
Titel: Text Editor Pro 9.6.2
Beitrag von: SiLæncer am 02 September, 2020, 04:40
(https://s26.postimg.cc/hfdkhoj9l/screenshot_896.png)
Text Editor Pro (formerly EditBone) is a powerful text editing tool that comes with syntax highlighting support for over 50 languages and scripts, customizable with over 100 options, 29 ready made styles, a handy file comparison feature, unicode character map, numerical unit convert tool, SQL formatter, and support for multiple directories and search results.

Freeware

Changelog

    Fixed delete word
    Fixed options
    Fixed skin change
    Fixed text compare
    Optimized text editor control
    Updated language files

[close]

https://texteditor.pro/
Titel: BowPad 2.6.3
Beitrag von: SiLæncer am 02 September, 2020, 04:50
(https://s26.postimg.cc/h0ofzpokp/screenshot_1153.png)
BowPad is a small and fast text editor with a ribbon user interface and syntax highlighting.

Features:

syntax highlighting for over 100 file types and languages
handling of many different encodings, including UTF-8, UTF-16 and even UTF-32
easy ribbon user interface
navigation hints in the vertical scrollbar
coloring of open tabs according to their path
extendable with plugins written in jscript or vbscript

Freeware

Whats new:>>

    List of issues solved for 2.6.3
    better detection of numbers for tooltips
    more command tooltips contain the keyboard shortcut
    updated to Scintilla 4.4.4

http://stefanstools.sourceforge.net/BowPad.html
Titel: TeXstudio 3.0.1
Beitrag von: SiLæncer am 02 September, 2020, 05:40
(https://i.postimg.cc/Fz8CktsG/screenshot-2846.png)
GPL-LaTeX-Editor, der das Erstellen von LaTex-Dokumenten in Unicode vereinfacht; unterstützt den Nutzer beim Schreiben mittels interaktiver Rechtschreibprüfung, Syntax-Highlighting, Code-Folding und automatischer Code-Vervollständigung.

Lizenz: Open Source

Whats new:>>

- fix glitch in mopdern style (#1238 , triangle missing)
- fix equation preview (#1234)
- fix commands with quotes (#1225 & #1169)
- fix syntax marker in darkmode (#1224)

http://texstudio.sourceforge.net/
Titel: EmEditor Free 20.1.0
Beitrag von: SiLæncer am 02 September, 2020, 09:09
(https://1z9j8fz5fww49iaje1itey71-wpengine.netdna-ssl.com/wp-content/uploads/2013/09/EmEditorFree_Window.png)
EmEditor is a lightning-fast, tabbed text editor with themes, syntax highlighting, stay-on-top, and customizable keyboard mapping. The program supports batch find-and-replace, regular expressions, and more.

The program beat a variety of other text editors in tests performed by TPFC user TP109. Additional features are available via a non-free version.

Free for personal use

Changelog

    Fixed a v20.0 and earlier bug where EmEditor might freeze during Find in Files in very large UTF-16 files.
    Fixed a v20.0 and earlier bug where Find/Replace in Files failed to match a string the Match Case option under a certain condition.
    Fixed a v20.0 and earlier bug where line numbers in CSV headings might have disappeared.
    Fixed a v20.0 and earlier bug where Sort at Column might have been incorrect if the cursor is not at the first line.
    Reduced the archive/installer file size especially on the 64-bit version by refactoring.
    Clicking the Add to Batch button in the Batch Find/Replace dialog will always append an item to the list in the new version.
    Fixed a v20.0 and earlier bug where Find in Files could stop if it failed to open a file. Find in Files should continue even after it failed to open a file.
    Fixed bugs reported by customers.

[close]

https://www.emeditor.com/text-editor-features/history/emeditor-free/
Titel: Vim 8.2.1578
Beitrag von: SiLæncer am 03 September, 2020, 04:35
(https://s26.postimg.cc/xww5nc4zt/screenshot_1282.png)
A highly configurable text editor built to enable efficient text editing - an improved version of the vi editor distributed with most UNIX systems.

Freeware

Changes:>>

Vim9: popup_clear() does not take "true" as argument

http://www.vim.org/index.php
Titel: Notepads 1.4.2.0
Beitrag von: SiLæncer am 03 September, 2020, 05:50
(https://i.postimg.cc/DzHrb6Dr/screenshot-1766.png)
Modern, open-source Notepad alternative for Windows 10 that gives the aging text editor a facelift, while also packing additional functionality into a similarly streamlined application.

MIT License

Changelog

    New features:

    Added proofing suggestions when right click on misspelling words.

[close]

https://github.com/JasonStein/Notepads
Titel: Alternate Text Browser 3.770
Beitrag von: SiLæncer am 03 September, 2020, 13:20
(https://i.postimg.cc/TYy7wJVb/screenshot-1429.png)
This program makes it easy to browse through text- and html-files (also xml), syntax highlighting for serveral programming languages available (C++, Pascal, PHP, Perl, ASM, JScript etc.).

Freeware

Whats new:>>

Calculator 3.530 added

http://www.alternate-tools.com/pages/c_textbrowser.php?lang=ENG
Titel: jEdit 5.6.0
Beitrag von: SiLæncer am 03 September, 2020, 13:30
(https://i.postimg.cc/8cBH5F3P/screenshot-2323.png)
jEdit is a mature programmer's text editor with hundreds (counting the time developing plugins) of person-years of development behind it. To download, install, and set up jEdit as quickly and painlessly as possible, go to the Quick Start page.

While jEdit beats many expensive development tools for features and ease of use, it is released as free software with full source code, provided under the terms of the GPL 2.0.

Lizenz: Open Source

http://www.jedit.org/
Titel: Google Web Designer 9.0.1.0902
Beitrag von: SiLæncer am 03 September, 2020, 17:00
(https://i.postimg.cc/t4kxrGLC/screenshot-2067.png)
Google Web Designer allows you to create engaging, interactive HTML5-based designs and motion graphics that can run on any device. Let us handle the HTML5 and CSS3 so you're free to focus on what you love to do: creating gorgeous visual experiences. A full design suite lets you easily bring any vision to life. If you're feeling more hands-on, all the code behind your designs is hand-editable, so you're never locked out of your own work. Your ideas are now amplified by code - not restricted by it.

Freeware

Changelog

    Fixed issue with responsive overrides being removed upon animation looping.
    Fixed issue with responsive preview not updating when an asset was removed.
    Fixed issue with resize handles not displaying when scaling multiple elements.
    Fixed issue where an image modified outside of Google Web Designer was not updated in Web Designer.
    Fixed issue where very old files could not be opened.

[close]

http://www.google.com/webdesigner
Titel: QOwnNotes 20.9.2
Beitrag von: SiLæncer am 04 September, 2020, 05:45
(https://s26.postimg.cc/hoi1ahlcp/screenshot_978.png)
QOwnNotes is a text editor / notepad replacement with markdown support and todo list manager. The program supports themes, keyboard shortcuts, syntax highlighting, and encryption. Includes available nested file list, tags, search, and more. Optionally works with the notes application ownCloud or Nextcloud.

Cross-platform with clients available for Mac and Linux.

License: GPL

Whats new:>>

    the desktop file of the snap release of QOwnNotes was renamed to qownnotes.desktop to prevent problems with Gnome (for #1019)
    added more translation (thank you amirkbrpr, Farhan1985, MartaStan, cberetta, khoirul, pehtranslator, Iva16, diego2214, rawfreeamy, VasilikiBotsou, Basudeb_Dhaka, MGuerra, IvonkaTran, I_L_D_A_R, Aya_Fouad, muhannad.albayk.jaam, je1311, danilosf, filipedias321, rakekniven, gbabin)

http://www.qownnotes.org/
Titel: Vim 8.2.1584
Beitrag von: SiLæncer am 04 September, 2020, 06:10
Changes:>>

    Vim9: cannot use "true" for "skipstart" in prop_find()
    MS-Windows: cannot easily measure code coverage
    the channel log does not show typed text
    using line() for global popup window doesn't work
    wildmenu does not work properly
    reports from asan are not optimal

http://www.vim.org/index.php
Titel: Vim 8.2.1593
Beitrag von: SiLæncer am 05 September, 2020, 10:15
Changes:>>

Tests do not check the error number properly

http://www.vim.org/index.php
Titel: Text Editor Pro 9.6.3
Beitrag von: SiLæncer am 05 September, 2020, 11:30
(https://s26.postimg.cc/hfdkhoj9l/screenshot_896.png)
Text Editor Pro (formerly EditBone) is a powerful text editing tool that comes with syntax highlighting support for over 50 languages and scripts, customizable with over 100 options, 29 ready made styles, a handy file comparison feature, unicode character map, numerical unit convert tool, SQL formatter, and support for multiple directories and search results.

Freeware

Changelog

    Fixed and optimized text editor control
    Fixed find in files
    Fixed page control
    Fixed ruler
    Fixed text compare

[close]

https://texteditor.pro/
Titel: Jovial Notepad 2.0
Beitrag von: SiLæncer am 06 September, 2020, 11:30
(https://i.postimg.cc/63DQRgQ6/screenshot-2555.png)
A lightweight and straightforward text editor with syntax highlight capabilities and also securing your work with an implemented encryption option.

Freeware

Changelog

    This version introduces a new file format for compressed Rich Text Format content (.rtfc extension).
    This new format greatly reduce the size of a rich text format file, particularly one with lots of images.
    This version added the displaying of file saved and bookmark set status at the window form title.
    This version fixed the bug of the program overwriting previously-opened file when doing a save after opening a new empty file.

[close]

https://sourceforge.net/projects/jovialnotepad/
Titel: QOwnNotes 20.9.3
Beitrag von: SiLæncer am 06 September, 2020, 18:00
Whats new:>>

    fixed the status message No equation was found in front of the cursor when solving equations
    the deployment of the original desktop file is now prohibited when building a snap with snapcraft to prevent two desktop files being deployed with the snap (for #1019)
    added more translation (thank you Lubinka, muhannad.albayk.jaam, khoirul, rawfreeamy, MartaStan, Zamalor, VasilikiBotsou, Basudeb_Dhaka, Iva16, Farhan1985, amirkbrpr)

http://www.qownnotes.org/
Titel: VNote 2.10
Beitrag von: SiLæncer am 06 September, 2020, 21:30
(https://s26.postimg.cc/871od8huh/screenshot_1147.png)
Peculiar yet interesting, open source piece of software that sports both Markdown editing capabilities and note management features.

MIT License

Whats new:>>

A simple support for Git sync including push and pull. You need to install Git and execute git init under the root of your notebook root folder first.

https://github.com/tamlok/vnote
Titel: Vim 8.2.1632
Beitrag von: SiLæncer am 07 September, 2020, 04:45
Changes:>>

not checking the context of test_fails()

http://www.vim.org/index.php
Titel: CudaText v1.111.0.2
Beitrag von: SiLæncer am 08 September, 2020, 05:10
(https://s26.postimg.cc/k6wu8qcrt/screenshot_901.png)
Create programming scripts with this powerful tool that supports more than 130 languages and allows users to work concurrently on as many as six groups of projects.

Freeware

Changelog

+ add: improved TRegExpr engine:
    + regexp: supported recursion: (?R) with alias (?0)
    + regexp: supported subroutine calls: (?1) ... (?89)
    + regexp: supported possessive quantifier: a++ a*+ a?+ a{n,m}+
    + regexp: supported atomic groups: (?>foo|bar|ok)
    + regexp: supported negative lookahead: foo(?!bar)
    + regexp: supported Perl syntax for named groups: (?'name'expr) and subroutine calls: (?&name)
    + regexp: supported Unicode characters after U+FFFF (ie surrogate pairs) for '.', '\W', '\S', '\D' etc.
    + regexp: added \z; changed behavior of \Z (match also before final line-break)
    + regexp: added error message for unknown metachars (like \X \E)

+ add: option "ui_reopen_session_cmdline" (thanks @notteumani)
+ add: before: editor doesn't load last session when command-line file is opened; now: it also doesn't save current session in this case, so old session is not lost (thanks @notteumani)
+ add: lexer C++: keywords of C++20
- fix: issue with "Add next occurrence of selected word" (thanks @Jairo-Martinez)
- fix: engine of lite lexers: broken highlighting after horizontal scrolling (thanks @skarasov)
- fix: lexer Python: code-tree for func "def name(param: type)" (thanks @skarasov)
- fix: lexer Python: code-tree for "class name(dotted.name)" (thanks @OlehL)
- fix: regression in Markdown tree-helper (thanks @kvichans)

[close]

http://www.uvviewsoft.com/cudatext/
Titel: EmEditor Free 20.1.1
Beitrag von: SiLæncer am 09 September, 2020, 05:15
(https://1z9j8fz5fww49iaje1itey71-wpengine.netdna-ssl.com/wp-content/uploads/2013/09/EmEditorFree_Window.png)
EmEditor is a lightning-fast, tabbed text editor with themes, syntax highlighting, stay-on-top, and customizable keyboard mapping. The program supports batch find-and-replace, regular expressions, and more.

The program beat a variety of other text editors in tests performed by TPFC user TP109. Additional features are available via a non-free version.

Free for personal use

Changelog

    Fixed a v20.1 bug where the “Memory Size” (as defined in the Advanced page of the Customize dialog box) used in opening files could become very low, which affected various editing performances and caused certain issues.
    Fixed a v20.1 bug where an empty line might have been appended if multiple files were opened simultaneously and a file contains mixed types of newlines.
    Fixed a v20.1 bug where Convert CSV commands might freeze.
    Fixed a v20.1 bug related to Convert CSV commands while quotation marks are different between two CSV formats.
    Fixed a pre-v20.1 bug related to Convert CSV and switch to non-CSV Normal Mode when embedded newlines exist in cells.
    Adjusted the very dark mode in some dialog boxes.
    Adjusted whether menus should pop up right or left when right-handedness is selected on Tablet PC.
    Further improved the speed of opening very large files.

[close]

https://www.emeditor.com/text-editor-features/history/emeditor-free/
Titel: Atom 1.51.0
Beitrag von: SiLæncer am 09 September, 2020, 09:13
(https://s26.postimg.cc/fmfpqomgp/screenshot_915.png)
A powerful and flexible application that works as a text and source code editor with syntax highlight, or alternately as a file viewer.

MIT License

Changelog

Faster listing of available packages.

[close]

https://atom.io/
Titel: Atom 1.52.0 Beta 0
Beitrag von: SiLæncer am 09 September, 2020, 13:50
Whats new:>>

    Notable Changes:

    20212 - Support semantic highlighting on tree-sitter grammars
    atom/language-php#394 - Improve php syntax highlighting
    atom/language-python#318 - Improve python syntax highlighting

https://atom.io/
Titel: BowPad 2.6.4
Beitrag von: SiLæncer am 09 September, 2020, 21:11
(https://s26.postimg.cc/h0ofzpokp/screenshot_1153.png)
BowPad is a small and fast text editor with a ribbon user interface and syntax highlighting.

Features:

syntax highlighting for over 100 file types and languages
handling of many different encodings, including UTF-8, UTF-16 and even UTF-32
easy ribbon user interface
navigation hints in the vertical scrollbar
coloring of open tabs according to their path
extendable with plugins written in jscript or vbscript

Freeware

Whats new:>>

List of issues solved for 2.6.4 (https://github.com/stefankueng/BowPad/milestone/13?closed=1)

http://stefanstools.sourceforge.net/BowPad.html
Titel: PSPad 5.0.4 Build 527 Dev
Beitrag von: SiLæncer am 10 September, 2020, 16:50
(http://images.six.betanews.com/screenshots/1076948037-1.png)
PSPad is a universal freeware editor. There is no complex install process; the program is ready to work immediately, without requiring customization. It supports many file types and languages, with syntax highlighting. There are macros, clip files and templates to automate repetitive activities. An integrated HEX Editor, Project support, FTP Client, Macro Recorder, File Search/Replace, Code Explorer, code page conversion, are just some of the many possibilities that PSPad can offer you.

Freeware

Changelog

    News:

    Program settings / Backup - new options allow switch on/off autosave files with computer suspend
    Program settings - added search option possibility. Repeated Enter key press search for occurences
    Synchronize movement activation is possible even in one splitted window
    Project - speed up big project file loading
    User highlighter - added support for Ruby symbols
    FTP ciphering - updated OpenSSL libraries

    Fixes:

    handled exception saving PSpad.INI where there were no user rights
    handled exception reading internet proxy settings when user has no right to read it.
    TextDiff - line change window wasn't moved by second window horizontal scrollbar
    Maximized child window when file is open in empty PSPad

[close]

http://www.pspad.com/
Titel: QOwnNotes 20.9.4
Beitrag von: SiLæncer am 10 September, 2020, 21:30
(https://s26.postimg.cc/hoi1ahlcp/screenshot_978.png)
QOwnNotes is a text editor / notepad replacement with markdown support and todo list manager. The program supports themes, keyboard shortcuts, syntax highlighting, and encryption. Includes available nested file list, tags, search, and more. Optionally works with the notes application ownCloud or Nextcloud.

Cross-platform with clients available for Mac and Linux.

License: GPL

Whats new:>>

    the original desktop file is now removed while building a snap with snapcraft to prevent two desktop files being deployed with the snap (for #1019)
    added more translation (thank you rawfreeamy, diego2214, silviact)

http://www.qownnotes.org/
Titel: Vim 8.2.1657
Beitrag von: SiLæncer am 11 September, 2020, 05:15
(https://s26.postimg.cc/xww5nc4zt/screenshot_1282.png)
A highly configurable text editor built to enable efficient text editing - an improved version of the vi editor distributed with most UNIX systems.

Freeware

Changes:>>

8.2.1657: Vim9: no proper error for nested ":def!"

http://www.vim.org/index.php
Titel: CudaText 1.111.5.0
Beitrag von: SiLæncer am 11 September, 2020, 09:08
Changelog

    add: to improve rendering speed, minimap is now rendered via BGRABitmap library (much faster, but program size is bigger by ~1.5Mb)
    add: reworked cache of highlighted lines; now it works faster and has auto-adjusted size (it's changed to big value on toggling minimap on)
    add: mouse-wheel scrolling goes smoothly over inter-line gaps
    add: option "minimap_scale"
    removed option "renderer_cache_lines"

[close]

http://www.uvviewsoft.com/cudatext/
Titel: Scite 4.4.5
Beitrag von: SiLæncer am 11 September, 2020, 19:45
(https://s26.postimg.cc/fbkgceeux/screenshot_1241.png)
Editor mit Syntax-Highlighting, Auto-Completion, Folding und vielem mehr...

Open Source

Changelog

Lexilla interface supports setting initialisation properties on lexer libraries with SetLibraryProperty and GetLibraryPropertyNames functions. These are called by SciTE which will forward properties to lexer libraries that are prefixed with "lexilla.context.".
Allow cross-building for GTK by choosing pkg-config. Bug #2189.
On GTK, allow setting CPPFLAGS (and LDFLAGS for SciTE) to support hardening. Bug #2191.
Changed SciTE's indent.auto mode to set tab size to indent size when file uses tabs for indentation. Bug #2198.
Fix position of marker symbols for SC_MARGIN_RTEXT which were being moved based on width of text.
Fixed bug on Win32 where cursor was flickering between hand and text over an indicator with hover style. Bug #2170.
Fixed bug where hovered indicator was not returning to non-hover appearance when mouse moved out of window or into margin. Bug #2193.
Fixed bug where a hovered INDIC_TEXTFORE indicator was not applying the hover colour to the whole range. Bug #2199.
Fixed bug where gradient indicators were not showing hovered appearance.
Fixed bug where layout caching was ineffective. Bug #2197.
For SciTE, don't show the output pane for quiet jobs. Feature #1365.
Support command.quiet for SciTE on GTK. Feature #1365.
Fixed a bug in SciTE with stack balance when a syntax error in the Lua startup script caused continuing failures to find functions after the syntax error was corrected. Bug #2176.
Added method for iterating through multiple vertical edges: SCI_GETMULTIEDGECOLUMN. Feature #1350.

[close]

http://www.scintilla.org/SciTE.html
Titel: BaseX 9.4.3
Beitrag von: SiLæncer am 12 September, 2020, 09:20
(https://s26.postimg.cc/zexqg30d5/screenshot_63.png)
BaseX is a Java-based software application that integrates an XML database and XQuery text editor. It is wrapped in a user-friendly working environment and comes packed with several useful options and configuration parameters for experienced users.

BSD License

Whats new:>>

New compile-time optimizations and performance tweaks

http://basex.org/
Titel: SPFLite 2.2.20255
Beitrag von: SiLæncer am 12 September, 2020, 09:40
(https://i.postimg.cc/wT5s6g7J/screenshot-2635.png)
Rename, clone, delete, edit, print, exclude, touch, add to favorites and view your files using this intuitive software application.

License: GPLv3

Changelog

    Correct STATE saving. It was incorrectly including empty Insert lines in the STATE file data.
    Correct Clipboard read routine. If the clipboard was empty, a loop would occur.
    Cosmetic changes to the DIFF output display. Added file timestamps, and other improvements to the display.
    LOCATE will now accept an operand alias of "DIFF" to equal the "U" operand. Useful for locating the next DIFF mismatch lines.
    Add a new option to request an attempt be made to keep the screen position as it was at the time of the Attention (Enter or PFK). This effctively means that screen (positioning) commands issued by Line Commands outside the currently visible window will be ignored. This not a 100% guarantee, depending on the various command combinations that are possible, but will usually prevent the screen from 'moving' away from it's last position.
    See Options => General => "Maintain screen position after Line Cmds"
    Correct macro function FMGet_Folder_Class, it was simply not doing what the documentation said it was.
    Correct handling of UTF8 files which do not have a BOM file marker. Even though SOURCE=UTF8 was set, they were being treated an ANSI files.

[close]

http://www.spflite.com/Home.html
Titel: QOwnNotes 20.9.5
Beitrag von: SiLæncer am 13 September, 2020, 18:00
Whats new:>>

    fixed removal of the original desktop file while building a snap with snapcraft to prevent two desktop files being deployed with the snap (for #1019)
    a great amount of translations into Chinese Simplified were fixed so the menu items are correctly shown again (for #1866, thank you @iclementine)
    added more translation (thank you pehtranslator, VasilikiBotsou, rawfreeamy)

http://www.qownnotes.org/
Titel: BirdFont 4.7.11
Beitrag von: SiLæncer am 13 September, 2020, 19:45
(https://s26.postimg.cc/rd1s4grdl/screenshot_137.png)
BirdFont is a free font editor that lets you create vector graphics and export TTF, EOT & SVG fonts.

Donationware

Latest Changes:>>

    Add support for renaming glyphs (in the POST table).
    Add support for filtering glyps. You can keep a small subset and delete all other characters.
    Bug fixes.

http://birdfont.org/
Titel: ProgramEdit 4.9.8
Beitrag von: SiLæncer am 14 September, 2020, 11:00
(https://s26.postimg.cc/wcabyxqq1/screenshot_58.png)
ProgramEdit - a free Windows® software source-code editor. ProgramEdit includes language support for HTML, Ada, C/C++, C#, CSS, JAVA, JavaScript, Perl, PHP, Python, Ruby, VB, VBScript, Verilog, VHDL and Batch(.bat) files. Other features include tabbed file selection, text highlighting, find & replace, regular expressions, sesssions, bookmarks, multiple undo/redo and hyperlinks.

Freeware

Whats new:>>

    Add View/Zoom 100% menu item
    Fix several minor bugs
    Update Help files

http://simplesolverlogic.com/index.html
Titel: Vim 8.2.1687
Beitrag von: SiLæncer am 15 September, 2020, 04:05
(https://s26.postimg.cc/xww5nc4zt/screenshot_1282.png)
A highly configurable text editor built to enable efficient text editing - an improved version of the vi editor distributed with most UNIX systems.

Freeware

Changes:>>

8.2.1687: Vim9: out of bounds error

http://www.vim.org/index.php
Titel: Typora 0.9.96 Beta
Beitrag von: SiLæncer am 15 September, 2020, 04:10
(https://i.postimg.cc/25xV0Fq1/Virtual-DVD.png)
Swiftly write, edit, format and convert text to HTML with the help of this modern looking, streamlined and novice-accessible piece of software.

Freeware

Changelog

    Support code syntax Q.
    Fix issues with PDF export on 3rd party themes.
    Other small fix.

[close]

http://www.typora.io/
Titel: CudaText 1.112.0.0
Beitrag von: SiLæncer am 15 September, 2020, 04:50
(https://s26.postimg.cc/k6wu8qcrt/screenshot_901.png)
Create programming scripts with this powerful tool that supports more than 130 languages and allows users to work concurrently on as many as six groups of projects.

Freeware

Changelog

+ add: improved TRegExpr engine: supported negative lookbehind: (?<!foo)bar
+ add: tooltip of "show function-hint" has changed colors, font, position near the caret (thanks @OlehL)
+ add: tooltip of "show function-hint" hides by Esc, by moving caret to another line, by window moving/resizing (thanks @OlehL)
+ add: option "ui_alt_hint_time"
+ add: option "ui_tab_x_rounded"
- fix: few minor visual bugs with minimap (thanks @xcme)
- fix: Windows "Restore window" bug (Lazarus bug, thanks @Jairo-Martinez)

[close]

http://www.uvviewsoft.com/cudatext/
Titel: Vim 8.2.1690
Beitrag von: SiLæncer am 16 September, 2020, 04:35
Changes:>>

8.2.1690: text properties not adjusted for "I" in Visual block mode

http://www.vim.org/index.php
Titel: Notepad3 5.20.915.1
Beitrag von: SiLæncer am 16 September, 2020, 04:45
(https://s26.postimg.cc/hqfjo9ard/screenshot_1232.png)
Notepad3 is a lightweight piece of software that overcomes some of the well-known limitations of Windows standard text editor while providing syntax highlighting support.

Freeware

Changelog

    NEW:

    Allow colon (:) as alternate divide operator to calculate TinyExpr.
    grepWinNP3: default extension on saving search result list.
    Focused-View: mode Fold-Only.
    Mark Occurrences: show additional Bookmark (Arrows).
    Bookmark context menu: clear marker type.
    FocusedView Options: Bookmarks/Line-Highlight & Folding.
    Bookmark margin context menu.
    1st version of Occurrences Bookmarks on Focused-View.
    Controls to clear history (file and find/replace).
    Using dialog RTL option for Main window too.
    Right-to-left (RTL) title/frame layout for some dialogs.
    Edit Right-To-Left (RTL) mode (works only in GDI device context (DC)).
    Extended context menu (margin commands, file explorer).
    Context-Menu to toggle margins.
    Color-Definition Hotspots: support RGB+A (default), A+RGB and BGRA.
    Configuration for “Search in Files” toolbar label.
    Configuration ([Settings2]LargeIconScalePrecent) percent to switch to bigger file types icons.
    DPI-Aware treeview/listview lexer type icons.
    New string “Calculate Tiny-Expressions”.
    ARM64_Build branch (Xperimental).

    CHANGES:

    F/R Dialog: toggle “Esc Ctrl Chr”, try reverse operation if no length change
    Bad design: F/R dialog: remove auto Esc Ctrl Chr (changed to manual explicit).
    Open Recent File: Rename the Cancel button to Close button.
    grepWinNP3: alpha transparency on losing focus.
    Rearange and review “File Encoding” menu to clarify behavior.
    Default for file-encoding-tag parsing -> OFF.
    Swap file-encoding-tag parsing priority (encoding <-> coding).
    Revert Initial Font-Size based on DeviceCaps.
    Initial Font Size based on DeviceCaps (=> FullHD unchanged).
    grepWinNP3: Export search result list (NP3 enhancements).
    Delete Bookmarks (Alt+F2): 1st delete occurrence markers then std. bookmarks.
    Remove max count limitation for “Mark Occurrences” feature.
    Bookmark context menu on alpha-blend FocusedView marker line.
    Convenient message box text for normalizing EOLs.
    grepWinNP3 and minipath: special dialog box UI fonts for Asian languages.
    Use optimized Asian UI fonts for Notepad3 dialog boxes.
    Focused View: scroll to current position on each toggle.
    grepWinNP3: add OS architecture (x64) – AboutBox (GRE).
    Replace “64-bit”/”BETA” by “x64″/”beta” to shorter the version name.
    Title font change DPI-Awareness for About and Customize Schemes dialog.
    Resample scaling of info-box icons on DPI change.
    Revert System’s Message box for “save confirmation” (if message beeps are allowed).
    High Quality Bitmap resampling method (Rizonesoft Bitmap).
    DPI-Aware About & Custom.Scheme dialog.
    Swap Shortcuts: “Search in Files” -> “Ctrl+Shift+F” and Toggle Folds -> “Ctrl+Alt+F”.
    Review document modified handler (dirty-flag).
    Update grepWinNP3 (GRE) version 2.1.3.28 (2020-08-25).
    Update Oniguruma Regex (ONI) engine version 6.9.6 (2020-07-31).
    Update Scintilla Library (SCI) version 4.4.4 (2020-08-18).

    FIXES:

    TinyExpr: crash on rectangular selection.
    TinyExpr: enable CP1252 operators ‘×'(mul) and ‘÷'(div).
    TinyExpr: ignoring currency chars (“$€¢£¥”) in expressions.
    TinyExpr: “=?” result not taken into account.
    TinyExpr: inline evaluation on active option only.
    TinyExpr: allow rh equal and questionmark.
    TinyExpr: newline after evaluation by ‘=’.
    Allow RETURN / ENTER after equal sign (=) to calculate TinyExpr.
    SubMenu active marker (Occurrences Indicator Options).
    Delete marker of (comletely) deleted lines.
    Initial state of “Focus View” button in F/R-Dlg.
    Buffer size calculation.
    Running out of occurrences bookmarks.
    Crash caused by buffer overflow.
    Recent File List (File History): Disable OK/Remove on empty list.
    Enhanced internal icon/bitmap handling.
    Remove needless function.
    F/R Dialog: Auto-Esc-Chars handling.
    F/R Dialog: Clear F/R History – remove entries from .ini-file too.
    Buffer to small in case of auto-esc ctrl-chars in find/replace edit-control.
    Wrong Focused-View Mode shown in menu.
    Try to fix (hardly reproducible) “copy Hyperlink issue (#2202).
    Regression: initial calculation of Print-Zoom factor.
    Not intended bookmarker on F/R dialog mark findings.
    Bookmark Occurrences too menu checked.
    Scroll to cursor for selection start/end jumps.
    Not intended “violet” bookmark.
    Context menu procedures for Occurrences Bookmarks on Focused-View.
    Single click in status bar’s EOL segment will ask for consistent line-end change.
    Find any next/prev. bookmark (std or word).
    Scintilla bug fixes: SCICALL attribute (SCI).
    Reload language resource for about-box on init (maybe language changed).
    DPI Awarenes of window positions (default, sticky, …).
    Center dialo in parent (if parent is minimized).
    Fix copy search for & path to (only one) existing instance (GRE).
    “grepWinNP3”: fix invalid searchPath Ballon-Tip handling (GRE).
    [Settings2] filebrowser.exe=explorer.exe.
    Text contrast on hover color hotspot.
    Set preferred language to internal, on “not available confirmation dialog” is enabled.
    Center system’s MessageBox in parent window.
    Relative calculation of title font size for AboutBox and CS dialog.
    Unicode Point detection and enhanced Color Tag contrast on hoover.
    DPI-Awareness of “Customize Schemes…” dialog icon eye sugar.
    DateTime and Timestamp handling.
    No read-only file attribute if removed externally.
    Some more DPI-Awareness issues.
    Ensure selection visible (scroll to current position).
    Extend selection to next find (Ctrl+Alt+F2).
    DPI-Awareness of About-Dlg (especially RichEdit-Ctrl).
    Non case sensitive style attribute search (find file extensions non case sensitive).
    Notepad3 should save (no ask) & exit on Shift+ESC Hotkey.
    Clear selection by ESC should not populate undo/redo stack.
    No document modified flag on forced re-decode file (recode) w/ other encoding.

    REMOVED:

    Nop SendMsg.

    TRANSLATIONS (MUI):

    Afrikaans (af-za).
    Belarusian (be-by).
    Chinese Simplified (zh-cn).
    Chinese Traditional (zh-TW) in waiting…
    Dutch (nl-nl).
    English (en-gb).
    French (fr-fr).
    German (de-de).
    Hindi (hi-IN) in waiting…
    Hungarian (hu-hu).
    Indonesian (id-ID) in waiting…
    Italian (it-it).
    Japanese (ja-jp).
    Korean (ko-KR).
    Polish (pl-pl).
    Portuguese (pt-PT).
    Portuguese Brazilian (pt-BR).
    Russian (ru-ru).
    Slovak (sk-SK).
    Spanish (es-es).
    Spanish Mexican (es-MX).
    Swedish (sv-se).
    Turkish (tr-TR) in progressing…
    Vietnamese (vi-VN) in waiting…

[close]

https://www.rizonesoft.com/downloads/notepad3/
Titel: CudaText 1.112.1.0
Beitrag von: SiLæncer am 16 September, 2020, 18:30
Changelog

+ add: Project Manager: read folders much faster (avoid reading additional subfolder level)
+ add: Project Manager: option "File masks to ignore" replaced with 3 options: "Ignore files", "Ignore folders" (both are ;-separated Unix wildcards) and "Ignore all hidden files/folders"
- fix: Project Manager: handle Windows permission errors, fix showing root dirs like C:\ (thanks Henrik)
- fix: regression on minimap painting

[close]

http://www.uvviewsoft.com/cudatext/
Titel: YaraEditor 3.5.3.0
Beitrag von: SiLæncer am 16 September, 2020, 18:50
(https://i.postimg.cc/rpGYFbgY/screenshot-2116.png)
Write, compile and test signatures for the Yara tool and determine whether they are compiled correctly to identify malware using this straightforward app.

Freeware

Changelog

    Updated to core 5.1.4:

    Fixed several memory leaks
    Fixed crash in config Migration
    Minor fixes

[close]

https://www.adlice.com/download/yaraeditor/
Titel: BabelPad 13.0.0.6
Beitrag von: SiLæncer am 16 September, 2020, 20:20
(https://s26.postimg.cc/nk8fxilwp/screenshot_1310.png)
BabelPad is a free Unicode text editor and word processor for Windows that supports the proper rendering of most complex scripts, and allows you to assign different fonts to different scripts in order to facilitate multi-script text editing.

Freeware

Changelog

    Added "shift" option for text input file which specifies a key that will cause the next typed key to be treated as shifted (e.g. 'a' is treated as 'A'). This is useful for typing with one hand.
    Fixed crash in lookup tools when the dropdown list is changed using an arrow key of page up/down key (but search results are not updated), and an invalid search result is clicked on. Changingte dropdown list using an arrow key of page up/down key now causes the results to be recalculated.
    Fixed issue with redrawing of lines in line wrap mode when typing or deletion causes a change in line break position.
    Modified he algorithm for centring glyphs in the character map grid, so that now the glyph cell is centred rather than the glyph (except for characters with no advance width which continue to be centred on their glyph).
    Improved the display of the glyph popup window for the character map grid.
    Improved character spacing when in Simple Rendering mode.

[close]

http://www.babelstone.co.uk/index.html
Titel: Vim 8.2.1701
Beitrag von: SiLæncer am 17 September, 2020, 04:10
Changes:>>

8.2.1701: Vim9: sort("i") does not work

http://www.vim.org/index.php
Titel: EmEditor Free 20.2 Beta
Beitrag von: SiLæncer am 17 September, 2020, 05:00
(https://1z9j8fz5fww49iaje1itey71-wpengine.netdna-ssl.com/wp-content/uploads/2013/09/EmEditorFree_Window.png)
EmEditor is a lightning-fast, tabbed text editor with themes, syntax highlighting, stay-on-top, and customizable keyboard mapping. The program supports batch find-and-replace, regular expressions, and more.

The program beat a variety of other text editors in tests performed by TPFC user TP109. Additional features are available via a non-free version.

Free for personal use

Changelog

    Find Longest Line/Cell, Find Non-empty Shortest Line/Cell commands now exclude CSV headings and respect narrowing.
    Fixed a pre-v20.1 bug of the Compare method of macros after editing very large files.
    Fixed a pre-v20.1 bug where the SetColumn method could have crashed EmEditor when opening a very large file.
    Fixed a pre-v20.1 bug where the GetCell method did not exclude quotation marks under a certain condition even if eeCellIncludeNone was specified.
    Fixed a pre-v20.1 bug where certain installer messages were corrupted.
    Fixed bugs reported by customers

[close]

https://www.emeditor.com/text-editor-features/history/emeditor-free/
Titel: Vim 8.2.1704
Beitrag von: SiLæncer am 18 September, 2020, 04:15
Changes:>>

Vim9: crash in for loop when autoload script has an error
":highlight clear" does not restore default link
crash when using undo after deleting folded lines

http://www.vim.org/index.php
Titel: Notepad S# 4.0
Beitrag von: SiLæncer am 18 September, 2020, 04:50
(https://i.postimg.cc/k5Vvfrzb/screenshot-2232.png)
This is a notepad application, similar to the one provided by Windows, but with a few interesting upgrades that may be enough to convince you to switch to this version of the app.

Donationware

Release Notes

New Stuff:

    MASSIVE performance bost .The application has been rewritten in a new language (C#) so it's performance has been greatly increased.
    Print support
    Left to Right and Right to Left text direction.
    Brand new search feature that allows for dynamically searching words in a file
    You can see the Sha256 and MD5 hash of the file you are working as well as other files with the click of a button
    Encode and Decode your  document to and from base64 with just a click
    You can see the summary of your file.Information such as the files creation date size, characters in it and so on will be included in the summary.
    You can make your document read-only if you donnot wish to accidentally delete something.
    Brand new font and message dialogs
    SpellCheck
    Can drag and drop files into the editor for ease of use
    You can download a zip file or a brand new modern installer.
    Crash report.When the application crushes you will be prompted with a dialog and a file with crash info will be created.

//CRASHES AND BUGS//

If the app crashes go to the installed directory and find a file named "CrashReport" upload it here so that the crush can be fixed

If you encounter a bug dont hessitate to report it at once

//DEV NOTES//

Version 4.0 has been a really big milestone since it is the 2nd time that this notepad has been recreated from scratch.This time it has been created in a new language and framework so the difference between version 3.0 up to 3.3.2(latest) will be significatly different that versions 4.0 and onward.I hope that you like the new update, stay tuned for more.

[close]

https://rafd.itch.io/notepad-s
Titel: QOwnNotes 20.9.6
Beitrag von: SiLæncer am 18 September, 2020, 05:00
(https://s26.postimg.cc/hoi1ahlcp/screenshot_978.png)
QOwnNotes is a text editor / notepad replacement with markdown support and todo list manager. The program supports themes, keyboard shortcuts, syntax highlighting, and encryption. Includes available nested file list, tags, search, and more. Optionally works with the notes application ownCloud or Nextcloud.

Cross-platform with clients available for Mac and Linux.

License: GPL

Whats new:>>

    you now can increase and decrease the editor font size also with the mouse wheel while holding Ctrl pressed (for #1870)
    fixed building snap stable release (for #1019)
    code block highlighting was improved (for #1873, thank you @Waqar144)
    added more Greek translation (thank you VasilikiBotsou)

http://www.qownnotes.org/
Titel: SavageEd 0.5.7
Beitrag von: SiLæncer am 18 September, 2020, 13:45
(https://i.postimg.cc/SR3GnkgK/screenshot-2760.png)
SavageEd2 is a very small and fast Windows notepad replacement written in x86 assembly language (HLA). It can edit files of any size, limited only by memory. It can encrypt text files using AES encryption with 256 bit key (max 32 character password) in .enc format. It has Pattern searching features.

License: Freeware

What's new: >>

- added Save Selection As option
- removed .txt extension assumption. Save As now saves filenames exactly as typed.
- added shift-tab indent line, ctrl-shift-tab  outdent line.

https://github.com/Androthi/SavageEd
Titel: QOwnNotes 20.9.7
Beitrag von: SiLæncer am 18 September, 2020, 13:58
Whats new:>>

    increasing and decreasing the editor font size with the mouse wheel now also works if not on beginning or end of note (for #1870)
    the note text bookmark slot 0 was sacrificed to allow Ctrl + 0 to reset the note text font size (for #1869)

http://www.qownnotes.org/
Titel: Vim 8.2.1709
Beitrag von: SiLæncer am 19 September, 2020, 09:10
(https://s26.postimg.cc/xww5nc4zt/screenshot_1282.png)
A highly configurable text editor built to enable efficient text editing - an improved version of the vi editor distributed with most UNIX systems.

Freeware

Changes:>>

Vim9: memory leak when using multiple closures

http://www.vim.org/index.php
Titel: BabelPad 13.0.0.7
Beitrag von: SiLæncer am 19 September, 2020, 10:20
(https://s26.postimg.cc/nk8fxilwp/screenshot_1310.png)
BabelPad is a free Unicode text editor and word processor for Windows that supports the proper rendering of most complex scripts, and allows you to assign different fonts to different scripts in order to facilitate multi-script text editing.

Freeware

Whats new:>>

Added support for Emoji 13.1..

http://www.babelstone.co.uk/index.html
Titel: QOwnNotes 20.9.8
Beitrag von: SiLæncer am 20 September, 2020, 18:00
(https://s26.postimg.cc/hoi1ahlcp/screenshot_978.png)
QOwnNotes is a text editor / notepad replacement with markdown support and todo list manager. The program supports themes, keyboard shortcuts, syntax highlighting, and encryption. Includes available nested file list, tags, search, and more. Optionally works with the notes application ownCloud or Nextcloud.

Cross-platform with clients available for Mac and Linux.

License: GPL

Whats new:>>

    resetting the note text font size will now not move the text cursor (for #1869)
    the QOwnNotesAPI Nextcloud app was updated to version 20.9.0 to support Nextcloud 20/21 (for #35)
    the Web Companion browser extension was updated to version 20.9.4 to fix a problem with opening all bookmarks in new tabs
    added more Bengali translation (thank you Basudeb_Dhaka)

http://www.qownnotes.org/
Titel: Text Editor Pro 10.0.0
Beitrag von: SiLæncer am 20 September, 2020, 19:00
(https://s26.postimg.cc/hfdkhoj9l/screenshot_896.png)
Text Editor Pro (formerly EditBone) is a powerful text editing tool that comes with syntax highlighting support for over 50 languages and scripts, customizable with over 100 options, 29 ready made styles, a handy file comparison feature, unicode character map, numerical unit convert tool, SQL formatter, and support for multiple directories and search results.

Freeware

Changelog

    Added add to favourites into editor tab pop-up menu (Ctrl+D)
    Added favourites (File > Favourites)
    Added scroll bar options for skin
    Added show favourite option for title bar (default true)
    Added show file name as hint option for editor tabs (default false)
    Added suggestions for spell checker (pop-up menu)
    Added tabs to spaces and vice versa (Edit > Modify)
    Added trim trailing spaces check into file tab pop-up menu
    Fixed and optimized text editor control
    Fixed find in files
    Fixed highlighter colors
    Fixed language files
    Fixed options defaults
    Fixed shortcuts
    Fixed title bar
    Fixed trim trailing spaces
    Changed default skin and color theme to Fluent Night
    Updated and fixed AlphaControls v15.15 - http://www.alphaskins.com/

[close]

https://texteditor.pro/
Titel: Helper++ 0.4.2.7
Beitrag von: SiLæncer am 20 September, 2020, 19:30
(https://i.postimg.cc/gjbsQW3B/screenshot-2765.png)
Helper++ is a simple text editor with possibility to have all created files in one place. Yet you have possibility to create several file types. Supported file types: .txt .json .rtf .doc .html .js .css .cs. Helper ++ also includes a timer that allows you to perform session-based testing without losing focus..

Freeware

https://softwarefortesting.com/
Titel: Vim 8.2.1719
Beitrag von: SiLæncer am 21 September, 2020, 04:15
Changes:>>

Vim9: no error if comma is missing in between arguments

http://www.vim.org/index.php
Titel: Jovial Notepad 2.1
Beitrag von: SiLæncer am 21 September, 2020, 04:30
(https://i.postimg.cc/63DQRgQ6/screenshot-2555.png)
A lightweight and straightforward text editor with syntax highlight capabilities and also securing your work with an implemented encryption option.

Freeware

Changelog

    New Feature: This version adds a greatly requested feature - "Most Recently Opened Files" menu!
    Enhancement: Now right-most menu items are wrapped to 2nd row when the Jovial Notepad window is resized smaller.
    Enhancement: More keywords are added to SQL.syn file.
    Bug Fix: Now the quicksymbols and extension menu are loaded when a file opened in Jovial Notepad with "Open With" Windows Explorer context menu.

[close]

https://sourceforge.net/projects/jovialnotepad/
Titel: CudaText 1.113.0.0
Beitrag von: SiLæncer am 21 September, 2020, 06:10
(https://s26.postimg.cc/k6wu8qcrt/screenshot_901.png)
Create programming scripts with this powerful tool that supports more than 130 languages and allows users to work concurrently on as many as six groups of projects.

Freeware

Changelog

    add: option "numbers_style" has additional value for "relative" line numbers, almost like in VSCode
    add: Windows: top menu bar is themed
    add: dialog "File is too big" also shows file size (in Mb)
    add: dialog "File is maybe not text" must not appear at all for too big files
    add: for files bigger than 50Mb, editor won't detect file encoding and force UTF8 (reason: much slower loading for non-UTF8 encoding)
    add: Wiki page https://wiki.freepascal.org/CudaText_plugins
    add: Wiki topic https://wiki.freepascal.org/CudaText#Tabs_features
    fix: few bugs in lexers C++, JavaScript

[close]

http://www.uvviewsoft.com/cudatext/
Titel: InDeep Notes 2.6.0
Beitrag von: SiLæncer am 21 September, 2020, 13:10
(https://i.postimg.cc/T378gcs1/screenshot-2767.png)
Create notes or similar short text snippets with this application that features an integrated search function and can export results to PNG files.

Freeware

Whats new:>>

    Support for high DPI monitors.
    Interface changes, editable color themes.
    Saves changes if text can be correctly encoded only.
    Besides Auto Save, you can use Ctrl+S to save.
    Changing text encoding re-encodes all notes.
    Notes filter improvements.

https://indeepsoft.blogspot.com/p/indeep-notes.html
Titel: MiTeC JSON Viewer 1.6.0
Beitrag von: SiLæncer am 21 September, 2020, 13:20
(https://i.postimg.cc/mgnPYmLc/screenshot-921.png)
MiTeC JSON Viewer include simple JSON Editor with JSON validation, support hierarchical and text preview, text searching and Base64 encoding/decoding.

Freeware

Whats new:>>

Bug fixes.

https://mitec.cz/jsonv.html
Titel: Vim 8.2.1724
Beitrag von: SiLæncer am 22 September, 2020, 04:20
Changes:>>

Vim9: assignment tests spread out
Vim9: Variable argument name cannot start with underscore
Vim9: cannot assign a lambda to a variable of type function
MS-Windows installer doesn't work
Vim9: memory leak with heredoc that isn't executed

http://www.vim.org/index.php
Titel: QOwnNotes 20.9.9
Beitrag von: SiLæncer am 23 September, 2020, 04:01
Whats new:>>

    tab stop width and tab versus space settings are now also respected in fakevim mode (for #1875, thank you @Waqar144)
    added a snap build to the release (for #1019)

http://www.qownnotes.org/
Titel: BabelPad 13.0.0.8
Beitrag von: SiLæncer am 23 September, 2020, 18:10
Whats new:>>

Improved the Emoji Lookup tool (previously called "Emoji Data"), and added the ability to filter emoji based on their name or description.

http://www.babelstone.co.uk/index.html
Titel: HostsCK 2.3.2
Beitrag von: SiLæncer am 23 September, 2020, 18:20
(https://s26.postimg.cc/931bwfpi1/screenshot_343.png)
Seamlessly access and edit Windows' Host file so you manage the list of blocked and allowed websites more efficiently via this application.

Freeware

Changelog

    Fixed: HostsCK now counts IPv6 blocks correctly.
    Fixed: The check saved sites tool no longer produces an error if theweb address starts with a digit.
    Fixed: Help file not opening from “About > Help” if language wasn’t setto English (en).
    Fixed: Copy/Cut popup menu not resizing to fit other languages.
    Updated: HostsDE updated to version 2.2.2.0.
    Added: Setting to show or hide the right-click menu shortcut keys in
    Settings > Misc. Shortcut keys will still work but will not be shownin the menu if the setting is disabled. This will tidy up the menu if youprefer it to look neat.
    Added: HostsCK now uses an autocomplete file as the autocomplete sourcefor the search textbox. The file is named “AutoComplete.acs” and is locatedin the applicationlists directory and can be edited from “Settings > lists”
    Added: Option to view your allowed sites only from the right-click menu.
    Changed: Various minor changes to how HostsCK looks and operates.
    Changed: Due to false positives from some anti-virus software we have changedthe way HostsCK gets installed and uninstalled. All install and uninstall steps arenow done within the installer itself.
    The last update included a small program by us that re-wrote and moved the
    Microsoft Extra list so that HostsCK could read it correctly. This could not be doneby the installer and some anti-virus software saw it as harmful.

[close]

http://redisoft.uk/hck/
Titel: EmEditor Free 20.1.2
Beitrag von: SiLæncer am 23 September, 2020, 21:20
(https://1z9j8fz5fww49iaje1itey71-wpengine.netdna-ssl.com/wp-content/uploads/2013/09/EmEditorFree_Window.png)
EmEditor is a lightning-fast, tabbed text editor with themes, syntax highlighting, stay-on-top, and customizable keyboard mapping. The program supports batch find-and-replace, regular expressions, and more.

The program beat a variety of other text editors in tests performed by TPFC user TP109. Additional features are available via a non-free version.

Free for personal use

Changelog

Updates from v20.1.1 include bug fixes found while developing v20.2 beta and stability/speed improvements.

[close]

https://www.emeditor.com/text-editor-features/history/emeditor-free/
Titel: Vim 8.2.1736
Beitrag von: SiLæncer am 24 September, 2020, 04:25
(https://s26.postimg.cc/xww5nc4zt/screenshot_1282.png)
A highly configurable text editor built to enable efficient text editing - an improved version of the vi editor distributed with most UNIX systems.

Freeware

Changes:>>

failure to compile a pattern not tested much

http://www.vim.org/index.php
Titel: QOwnNotes 20.9.10
Beitrag von: SiLæncer am 24 September, 2020, 04:40
(https://s26.postimg.cc/hoi1ahlcp/screenshot_978.png)
QOwnNotes is a text editor / notepad replacement with markdown support and todo list manager. The program supports themes, keyboard shortcuts, syntax highlighting, and encryption. Includes available nested file list, tags, search, and more. Optionally works with the notes application ownCloud or Nextcloud.

Cross-platform with clients available for Mac and Linux.

License: GPL

Whats new:>>

    the amd64 stable release snap of QOwnNotes will now be built by GitHub Actions to prevent two desktop files being deployed with the snap (for #1019)
        the other architectures will still be built by Ubuntu Launchpad
    fixed the incorrect setExpandTab setting for fakevim (for #1875, thank you @Waqar144)
    the speed of the tagging system was slightly improved (for #943, thank you @Waqar144)

http://www.qownnotes.org/
Titel: Helper++ 1.4.2.7
Beitrag von: SiLæncer am 24 September, 2020, 13:23
(https://i.postimg.cc/gjbsQW3B/screenshot-2765.png)
Helper++ is a simple text editor with possibility to have all created files in one place. Yet you have possibility to create several file types. Supported file types: .txt .json .rtf .doc .html .js .css .cs. Helper ++ also includes a timer that allows you to perform session-based testing without losing focus..

Freeware

Whats new:>>

New UI design. Helper++ is twice faster than before. Now its possible to turn on or off horizontal scrollbar. In this update UI design and performance was in focus. Bug fixed caused by mouse hover sound.

https://softwarefortesting.com/
Titel: FreeWIT 5.7.1.0
Beitrag von: SiLæncer am 24 September, 2020, 20:40
(https://i.postimg.cc/v8330fk9/screenshot-1348.png)
Authoring program that helps you create websites, add text, images, documents, indexes and navigation links, and preview the webpages directly in the main panel.

Freeware

http://www.webideatree.com/en/text/presentation.php
Titel: Trilium Notes 0.44.4
Beitrag von: SiLæncer am 25 September, 2020, 05:10
(https://i.postimg.cc/2yDgvbpj/screenshot-2595.png)
A hierarchical note-taking software application with focus on building large personal knowledge bases while also providing a flurry of options.

License: AGPL

Changelog

    Backend is now using better-sqlite3 library with synchronous access to the database which allows much better performance in some cases
    Imported notes are sanitized for unknown HTML/CSS/JS content
    Links in text notes behave now consistently between classical links and hypertext - single click will activate the target note
    Jump To dialog remembers (for 2 minutes) last searched item
    Dropped support for .tar imports
    Images are now not minified, only scaled
    Optimized update of note tree resulting in smoother UX
    added remove formatting plugin #1239
    reworked similarity widget - brand new weight based algorithm evaluating also attributes
    Inline note creation #1237

[close]

https://github.com/zadam/trilium
Titel: Vim 8.2.1738
Beitrag von: SiLæncer am 25 September, 2020, 05:40
Changes:>>

    Mac: str2float() recognizes comma instead of decimal point
    cursor line highlight in popup window is not always updated

http://www.vim.org/index.php
Titel: Text Editor Pro 10.1.0
Beitrag von: SiLæncer am 25 September, 2020, 06:10
(https://s26.postimg.cc/hfdkhoj9l/screenshot_896.png)
Text Editor Pro (formerly EditBone) is a powerful text editing tool that comes with syntax highlighting support for over 50 languages and scripts, customizable with over 100 options, 29 ready made styles, a handy file comparison feature, unicode character map, numerical unit convert tool, SQL formatter, and support for multiple directories and search results.

Freeware

Changelog

    Added highlighter for AutoHotkey
    Added highlighter for NSIS
    Fixed EXE installer
    Fixed favorites menu skinning
    Fixed language files

[close]

https://texteditor.pro/
Titel: QOwnNotes 20.9.11
Beitrag von: SiLæncer am 25 September, 2020, 13:00
Whats new:>>

    The web socket server for the QOwnNotes browser extension is now only listening on localhost any more (for #1885)
    More tagging system speed improvements were made (for #943, thank you @Waqar144)
    Added more Greek, Slovenian translation (thank you VasilikiBotsou, silviact)

http://www.qownnotes.org/
Titel: Vim 8.2.1743
Beitrag von: SiLæncer am 26 September, 2020, 09:10
Changes:>>

8.2.1743: cannot build without the eval feature
8.2.1742: test still fails without the terminal feature
8.2.1741: pathshorten() only supports using one character
8.2.1740: test fails without the terminal feature
8.2.1739: Vim9: crash when compiling a manually defined function

http://www.vim.org/index.php
Titel: CudaText 1.113.2.0
Beitrag von: SiLæncer am 26 September, 2020, 10:30
(https://s26.postimg.cc/k6wu8qcrt/screenshot_901.png)
Create programming scripts with this powerful tool that supports more than 130 languages and allows users to work concurrently on as many as six groups of projects.

Freeware

Changelog

    Add: Windows: option "ui_menu_themed" (thanks @tmsg)
    Add: Unix: when Python engine is not detected, app adds menu item "Plugins / Find Python library". It calls new command "find python library" (available in Command Palette). This command finds the library, suggests several possible filenames, and writes chosen filename to user.json.
    Add: if caret is at the end of long line, and we toggle word-wrap, editor should scroll to new caret pos
    Add: lexer JavaScript: don't highlight "class" after dot, better detect RegEx str

[close]

http://www.uvviewsoft.com/cudatext/
Titel: Text Editor Pro 10.1.1
Beitrag von: SiLæncer am 27 September, 2020, 11:20
Whats new:>>

    Fixed application event message handling
    Updated and fixed AlphaControls v15.16 - http://www.alphaskins.com/

https://texteditor.pro/
Titel: Text Editor Pro 10.2.0
Beitrag von: SiLæncer am 27 September, 2020, 21:30
Whats new:>>

- Added delete comments (Edit > Delete)
- Fixed AlphaControls
- Fixed highlighters
- Fixed language files
- Fixed popup dialogs

https://texteditor.pro/
Titel: Vim 8.2.1767
Beitrag von: SiLæncer am 28 September, 2020, 04:20
Changes:>>

Vim9: test fails with python support

http://www.vim.org/index.php
Titel: Notepad++ 7.9
Beitrag von: SiLæncer am 28 September, 2020, 05:00
(https://i.postimg.cc/90QrsKpv/screenshot-818.png)
Notepad++ is a tabbed source code editor and Notepad replacement with a customizable interface. It is one of the few few source code editors that supports "folding," allowing users to quickly reduce and expand sections of code to see the overall document. In addition, it features multi-language syntax highlighting, auto-completion, regular expression search/replace, macro recording and playback, etc. The program can access a long list of plug-ins via an easy-to-access menu with even more features and functions.

License: GPL

Changelog

    Add the ability to open the target file of a Shortcut (*.lnk).
    Enhance side panels behaviour: close a single panel instead of the entire stack.
    Fix Monitoring & document auto-update not scrolling to the end of the file with Word wrap enabled issue.
    Fix mouse cursor flicker while hovering URLs.
    Add back hovered blue underlined URLs.
    Enhance C++, Perl, Python parsers and add VHDL in Function List.
    Improve some ambiguous commands naming in Shortcut Mapper.
    Add an option to prevent right click from canceling selection.
    Add ability to sort lines randomly.
    Fix “Close All BUT this” looses current document data issue.
    Allow user to start making a stream selection and then change to column block (by pressing ALT key).
    Add word wrap option to find results context menu.
    Add keyboard navigation ability to Column Editor.
    Add keyboard shortcut ability to Projects, Folder as Workspace and Function List for switching among these panels.
    Enable project panels toggle from menu.
    Enhance Folder as Workspace to restore latest selected item of last session on Notepad++ startup.
    Fix inaccurate line margin update with word wrap enabled.
    Fix Find previous/next commands not scroll vertically to show match result issue (with word wrap disabled).
    Fix column key sort with col block starting in col1 bug.
    Add confirmation preference for Replace All in All Opened Documents operation.
    Add Escape keypress in functionlist searchbox to clear its text.
    Add RTL capability to localized messageboxes.
    Make (Find) dlgAlwaysVisible a true Preference setting.
    Fix sorting by column key using incorrect key values.
    Add search scope to Find window status bar output.
    Fix false hit result in Find in Finder.
    Prevent redundant line data copy in Finder.

[close]

Download: https://github.com/notepad-plus-plus/notepad-plus-plus

https://notepad-plus-plus.org/
Titel: CSVed 2.5.6
Beitrag von: SiLæncer am 28 September, 2020, 18:15
(https://i.postimg.cc/jS9jt288/screenshot_627.png)
Editor zum Bearbeiten von CSV-Dateien; erlaubt das Editieren der Feldinhalte sowie das Bearbeiten der Tabellenstruktur; kann unter anderem Zeilen, Spalten und Dateien verbinden, Doppeleinträge entfernen und markierte Felder in eine eigenständige CSV-Datei exportieren; exportiert in die Formate HTML, XML, XLS und DOC

Freeware

What's new: >>

XML customized

http://csved.sjfrancke.nl/index.html
Titel: Vim 8.2.1770
Beitrag von: SiLæncer am 29 September, 2020, 04:45
(https://s26.postimg.cc/xww5nc4zt/screenshot_1282.png)
A highly configurable text editor built to enable efficient text editing - an improved version of the vi editor distributed with most UNIX systems.

Freeware

Changes:>>

8.2.1770: invalid memory use when using SpellFileMissing autocmd

http://www.vim.org/index.php
Titel: Vim 8.2.1775
Beitrag von: SiLæncer am 30 September, 2020, 04:15
Changes:>>

MS-Windows: adding a long quickfix list is slow
GTK: hang when forced to exit
Crash when calling mapset() with a list as first argument
Cannot use CTRL-W <Down> to move out of a terminal window
SynIDattr() cannot get the value of ctermul

http://www.vim.org/index.php
Titel: BabelPad 13.0.0.9
Beitrag von: SiLæncer am 30 September, 2020, 05:45
(https://s26.postimg.cc/nk8fxilwp/screenshot_1310.png)
BabelPad is a free Unicode text editor and word processor for Windows that supports the proper rendering of most complex scripts, and allows you to assign different fonts to different scripts in order to facilitate multi-script text editing.

Freeware

Whats new:>>

Added option in the Window menu to always show BabelPad on top of other windows.

http://www.babelstone.co.uk/index.html
Titel: Alternate Text Browser 3.780
Beitrag von: SiLæncer am 30 September, 2020, 06:05
(https://i.postimg.cc/TYy7wJVb/screenshot-1429.png)
This program makes it easy to browse through text- and html-files (also xml), syntax highlighting for serveral programming languages available (C++, Pascal, PHP, Perl, ASM, JScript etc.).

Freeware

Whats new:>>

Enhancements in binary view

http://www.alternate-tools.com/pages/c_textbrowser.php?lang=ENG
Titel: EmEditor Free 20.1.3
Beitrag von: SiLæncer am 01 Oktober, 2020, 04:50
(https://1z9j8fz5fww49iaje1itey71-wpengine.netdna-ssl.com/wp-content/uploads/2013/09/EmEditorFree_Window.png)
EmEditor is a lightning-fast, tabbed text editor with themes, syntax highlighting, stay-on-top, and customizable keyboard mapping. The program supports batch find-and-replace, regular expressions, and more.

The program beat a variety of other text editors in tests performed by TPFC user TP109. Additional features are available via a non-free version.

Free for personal use

Changelog

Updates from v20.1.2 include bug fixes found while developing v20.2 beta and stability improvements.

[close]

https://www.emeditor.com/text-editor-features/history/emeditor-free/
Titel: QOwnNotes 20.10.0
Beitrag von: SiLæncer am 01 Oktober, 2020, 05:10
(https://s26.postimg.cc/hoi1ahlcp/screenshot_978.png)
QOwnNotes is a text editor / notepad replacement with markdown support and todo list manager. The program supports themes, keyboard shortcuts, syntax highlighting, and encryption. Includes available nested file list, tags, search, and more. Optionally works with the notes application ownCloud or Nextcloud.

Cross-platform with clients available for Mac and Linux.

License: GPL

Whats new:>>

feature to jump to the start/end of the document when in the first/last line was improved to detect the visible line (for #1892)
added more translation (thank you zmni, gbabin, silviact, VasilikiBotsou, filipedias321, unchase, mlimacarlos, cberetta, richarson, rakekniven, ihatemyself, amirkbrpr)

http://www.qownnotes.org/
Titel: Vim 8.2.1783
Beitrag von: SiLæncer am 02 Oktober, 2020, 04:15
Changes:>>

8.2.1783: try-catch test fails
8.2.1782: Vim9: cannot pass boolean to mapset()
8.2.1781: writing to prompt buffer interferes with insert mode
8.2.1780: statusline not updated when splitting windows
8.2.1779: some debian changelog files are not recognized
8.2.1778: Vim9: returning from a partial call clears outer context

http://www.vim.org/index.php
Titel: QOwnNotes 20.10.1
Beitrag von: SiLæncer am 03 Oktober, 2020, 09:01
Whats new:>>

you can now also search only in the note name (for #1890)

    n:book or name:book will search for notes with book just in the note name or file name
    for more information about searching please take a look at the new searching documentation

http://www.qownnotes.org/
Titel: Vim 8.2.1787
Beitrag von: SiLæncer am 03 Oktober, 2020, 10:10
Changes:>>

8.2.1787: crash with 'incsearch' and very long line
8.2.1786: various Normal mode commands not fully tested
8.2.1785: compiler warning for strcp() out of bounds
8.2.1784: commits are not scanned for security problems

http://www.vim.org/index.php
Titel: LPub3D 2.4.0.0.1990
Beitrag von: SiLæncer am 03 Oktober, 2020, 16:20
(https://i.postimg.cc/kMx9GxDB/screenshot_664.png)
LPub3D is an Open Source WYSIWYG editing application for creating LEGO style digital building instructions.

LPub3D uses the LDraw parts library, the most comprehensive library of digital Open Source LEGO bricks available and reads the LDraw LDR and MPD model file formats.

License: Open Source

Changelog

    Feature - 3DViewer point, sun and area light for Blender integration #413
    Feature - Add bring-to-front and send-to-back for page items #244
    Feature - Add substitute part from context menu #280
    Feature - Automate theme change without application restart. #73
    Feature - Blender renderer integration #416
    Feature - Build modification #411
    Feature - Display stud logo #425
    Feature - LDraw editor part, model, and submodel 3D preview #441
    Feature - Redesign include meta command #396
    Enhancement - 3DViewer Display Default Camera Properties #331 #344
    Enhancement - Add page count to file load status notification #436
    Enhancement - Add projection to command line options #440
    Enhancement - Add Rectangle to fixed annotations styles #350
    Enhancement - Add simple (faster) editor text decoration option #445
    Enhancement - Add text placement #375
    Enhancement - Adjust Step column/row on Callout/Rotate Icon move #352
    Enhancement - Colour picker and part lookup #427
    Enhancement - Consolidate editor, page configuration and 3DViewer undo/redo #426
    Enhancement - Copy file path for current model file, PLI, CSI and submodel display #443
    Enhancement - Display PLI part in 3DViewer and add item size to PLI and CSI tool-tips #424
    Enhancement - Do not show this message for individual messages #453
    Enhancement - Expand parse line error management #417
    Enhancement - Expand page number and instance count placement #455
    Enhancement - Expanded parameter file editing functionality #439
    Enhancement - Experimental - calculate pointer meta #423
    Enhancement - Export steps in HTML format with fade previous and highlight current step #418
    Enhancement - Hide/un-hide pieces context menu item #414
    Enhancement - Highlight bounding rectangle on hover to rotate Icon page attributes and multi-step range #422
    Enhancement - Highlight select part line in LDraw editor #419
    Enhancement - Insert display model at any step #415
    Enhancement - Integrate 3DViewer and native renderer camera #412
    Enhancement - LDraw editor load paging for very large model files #442
    Enhancement - Menu option to turn on or off part archiving on startup #437
    Enhancement - Move helper part category to top of search list #428
    Enhancement - Multi step PLI per step with step number and submodel preview #382
    Enhancement - Open parameter files in designated system editor #429
    Enhancement - Open with programs #420
    Enhancement - Remove 'Draw transparent textures last' option from LDView renderer preferences #430
    Enhancement - Save a copy of current model file #421
    Enhancement - Show and count group step number checkbox for multi-step PLI per page #452
    Enhancement - Support spaces in rectangle 'variable length' style annotations #434
    Enhancement - Unofficial custom part and textures sub-folder in sub-folder handling #446
    Enhancement - Update and redraw save file to disk #336
    Enhancement - Update LDView renderer to version 4.4 #431
    Enhancement - Use relative path for images #400
    Change - Add OpenSSL v1.0 libraries to Windows distribution #393
    Change - Enable rotate icon placement on single step page #348
    Change - OFFSET inconsistently uses relative and pixel values #383
    Change - PNG Export - transparent background exports as black background #380
    Change - Redesign ldrawFile load and parse checks #398
    Change - Rotated Callout not displayed when last step contains NOSTEP #376
    Change - Setting perspective view with LDView renderer #378
    Change - Undeclared hard dependency in Debian package #401
    Change - Update apply camera angle locally #378
    Fix - Annotation style too small when using centimetres #435
    Fix - Bill of Material part count anomaly when using BUFEXCHG #404
    Fix - Cable annotation title not reporting cm #403
    Fix - Crash when adding text to an inserted blank page #402
    Fix - Crash when hanging orientation of substitute part #432
    Fix - DPI and scale info is added to filename in PNG export #346
    Fix - Excessive part count #438
    Fix - Fade Previous Parts also affect transparent parts in current step #405
    Fix - Inserted image in first page of submodel appear in parent model #399
    Fix - Invalid Library Version (SDL2) on macOS #387
    Fix - Keyword OUTIDE used where the intention is to use OUTSIDE #384
    Fix - MultiStep background and placement statements ignored #392
    Fix - Parse failure on ROUND PLI border #448
    Fix - Preference panel default size on macOS #312
    Fix - Render substitute parts with LDView single call flag on #433
    Fix - Setting display page numbers to false, makes times indicator of non-called-out submodels disappear #406 #407
    Fix - Spelling of popup #450
    Fix - Step number displayed on cover page when PLI per step is disabled #388
    Fix - Update scene items bring to front send to back #379
    How To - LDraw syntax definitions for Notepad++ (added to extras folder) #444

[close]

https://sourceforge.net/projects/lpub3d/?source=directory
Titel: RisohEditor 5.4.6
Beitrag von: SiLæncer am 03 Oktober, 2020, 18:40
(https://i.postimg.cc/8P4z4Swt/screenshot-799.png)
"RisohEditor" is a free resource editor for Win32 development, created by Katayama Hirofumi MZ. RisohEditor realized the ideal of resource editor. "Risoh" means "ideal" in Japanese. RisohEditor can add, edit, extract, clone and remove the resource data in EXE/DLL files. You can edit Windows resources (Dialogs, Menus, Icons, Cursors, String Tables, Message Tables etc.) by using RisohEditor.

NOTICE: Please avoid installing in "C:\Program Files" or "C:\Program Files (x86)". Because the resource compiler (windres) doesn't accept space character in the file path.

Freeware

Changelog

    Deleted cache in version check.
    Fixed test dialog position.
    Fixed a bug that RT_DLGINIT disappears without permission.

[close]

https://katahiromz.web.fc2.com/re/en/index.html#intro
Titel: Vim 8.2.1795
Beitrag von: SiLæncer am 04 Oktober, 2020, 09:10
Changes:>>

Vim9: operators && and || have a confusing result

http://www.vim.org/index.php
Titel: QOwnNotes 20.10.2
Beitrag von: SiLæncer am 04 Oktober, 2020, 11:30
Whats new:>>

the url of the update service was changed to make it possible to detach the api from the webpage in the future

http://www.qownnotes.org/
Titel: Vim 8.2.1801
Beitrag von: SiLæncer am 05 Oktober, 2020, 04:50
Changes:>>

8.2.1801: undo file not found when using ":args" or ":next"

http://www.vim.org/index.php
Titel: CudaText 1.114.0.1
Beitrag von: SiLæncer am 05 Oktober, 2020, 19:30
(https://s26.postimg.cc/k6wu8qcrt/screenshot_901.png)
Create programming scripts with this powerful tool that supports more than 130 languages and allows users to work concurrently on as many as six groups of projects.

Freeware

Changelog

    Add: CSS auto-completion:

    a) added lot of missed CSS props/values (by @d-mal)
    b) added completion for CSS @-rules and pseudo-elements beginning with ":" and "::" (thanks @d-mal)
    c) don't suggest CSS props/values outside of {} brackets
    Add: all auto-completions are disabled if caret is inside comments
    Change: before, "Save" command was ignored if called on unmodified file. It confused users, when file was modified by external program, and was not like in ST3. To change it, added option "ui_allow_save_always" with changed default. (thanks @gh_origin, @tmsg)
    Change: Find dialog: action buttons are aligned to the right
    Change: several options "find_show_nnnn" replaced with single string option "find_hidden_buttons"; more buttons can be hidden now
    Add: don't treat ASCII chars "end of file" and "form feed" as non-text
    Add: updated FreePascal JSON library, now it don't allow incorrect strings/booleans/numbers
    Add: Windows: UI theme has additional 5 colors "top menu ...", all "none" by default to use "tabs ..." colors
    Add: Windows: option "ui_menu_themed" (thanks @tmsg)
    Add: Unix: when Python engine is not detected, app adds menu item "Plugins / Find Python library". It calls new command "find python library" (available in Command Palette). This command finds the library, suggests several possible filenames, and writes chosen filename to user.json.
    Add: if caret is at the end of long line, and we toggle word-wrap, editor should scroll to new caret pos
    Add: lexer JavaScript: don't highlight "class" after dot, better detect RegEx literals
    Fix: command-line option -ns must win over "ui_reopen_session_cmdline":true (thanks @tmsg)
    Fix: Windows: error with command-line filename 'name.ext' (thanks @tmsg)
    Fix: regression in regex engine with ^ and $ (thanks @hycmos)
    Fix: save-as dialog forced .txt extension for names w/o extension (thanks @tmsg)

[close]

http://www.uvviewsoft.com/cudatext/
Titel: EmEditor Free 20.2.0
Beitrag von: SiLæncer am 07 Oktober, 2020, 05:30
(https://1z9j8fz5fww49iaje1itey71-wpengine.netdna-ssl.com/wp-content/uploads/2013/09/EmEditorFree_Window.png)
EmEditor is a lightning-fast, tabbed text editor with themes, syntax highlighting, stay-on-top, and customizable keyboard mapping. The program supports batch find-and-replace, regular expressions, and more.

The program beat a variety of other text editors in tests performed by TPFC user TP109. Additional features are available via a non-free version.

Free for personal use

Changelog

New General Features

    Added an ability to sort or delete duplicate elements (separated by a separator such as a semicolon) in a column of “nested” CSV documents. To do this, select the Split Columns command and select Split the selected column(s) into – (None) in the Split Columns dialog box.
    The new version shows the * mark in the Advanced button of the Find/Replace (in Files) dialog boxes when any options in the Advanced dialog has been changed from the default. The Advanced button in the Find toolbar will be highlighted if any advanced options are set.
    Added the Copy and Convert commands to a tooltip displayed when hovering over an HTML/XML character reference, universal character name, or percent-encoding active string.
    Added the AutoFill/AutoRepeat command to the context menu displayed when you finish dragging the AutoFill/AutoRepeat handle. This command allows you to enter how many lines/columns to repeat the copy of the same value or extend the serial numbers.
    Improved the speed of the Split Column(s) command.

New Options

    Added the Split the selected column(s) into – (None) radio button to the Split Columns dialog box.
    Added the Disable slow find markers on scroll bar check box to the Optimization page of the Customize dialog box.
    Added the File access timeout text box to the File page of the Customize dialog box.

Plug-in API New Features

    Added the cbSize and ptCaret fields to the SEL_INFO structure.
    Added the COLUMN_SPLIT_TO_NONE type to the SPLIT_COLUMN_INFO structure and Editor_SplitColumn inline function.

Macro New Features

    Added the iSel parameter to the GetActivePointX, GetActivePointY, and SetActivePoint methods of the Selection object.
    Added the eeSplitIntoNone type to the SplitColumn method of the Document object.
    Added an parameter to the alert and confirm methods of the Window object.

[close]

https://www.emeditor.com/text-editor-features/history/emeditor-free/
Titel: Trilium Notes 0.44.6
Beitrag von: SiLæncer am 07 Oktober, 2020, 06:05
(https://i.postimg.cc/2yDgvbpj/screenshot-2595.png)
A hierarchical note-taking software application with focus on building large personal knowledge bases while also providing a flurry of options.

License: AGPL

https://github.com/zadam/trilium
Titel: CudaText 1.114.1.0
Beitrag von: SiLæncer am 07 Oktober, 2020, 13:50
(https://s26.postimg.cc/k6wu8qcrt/screenshot_901.png)
Create programming scripts with this powerful tool that supports more than 130 languages and allows users to work concurrently on as many as six groups of projects.

Freeware

Changelog

    Add: Undo/Redo handles markers too (format of "persistent undo" files is extended, but it's backward compatible)
    Add: session also holds markers; this can be disabled by new char in the option "ui_history_disabled"
    Fix: cannot scroll to the left by mouse selection; now it works if cursor is on bookmark column or folding column (thanks @MrPiccad)

[close]

http://www.uvviewsoft.com/cudatext/
Titel: Vim 8.2.1812
Beitrag von: SiLæncer am 08 Oktober, 2020, 05:25
(https://s26.postimg.cc/xww5nc4zt/screenshot_1282.png)
A highly configurable text editor built to enable efficient text editing - an improved version of the vi editor distributed with most UNIX systems.

Freeware

Changes:>>

Vim9: nested closure throws an internal error

http://www.vim.org/index.php
Titel: Vim 8.2.1815
Beitrag von: SiLæncer am 09 Oktober, 2020, 05:10
Changes:>>

    Vim9: memory leak when using function reference
    missing change to remove "static"
    Vim9: can assign wrong type to script dict

http://www.vim.org/index.php
Titel: QOwnNotes 20.10.3
Beitrag von: SiLæncer am 09 Oktober, 2020, 13:45
(https://s26.postimg.cc/hoi1ahlcp/screenshot_978.png)
QOwnNotes is a text editor / notepad replacement with markdown support and todo list manager. The program supports themes, keyboard shortcuts, syntax highlighting, and encryption. Includes available nested file list, tags, search, and more. Optionally works with the notes application ownCloud or Nextcloud.

Cross-platform with clients available for Mac and Linux.

License: GPL

Whats new:>>

    The links in the application were updated for the new webpage
    Added more translation (thank you MGuerra, gbabin, tiwi90, unchase, mlimacarlos, amirkbrpr, fitoschido, diego2214, rakekniven, MartaStan)

http://www.qownnotes.org/
Titel: Vim 8.2.1818
Beitrag von: SiLæncer am 10 Oktober, 2020, 10:10
Changes:>>

SE Linux: deprecation warning for security_context_t

http://www.vim.org/index.php
Titel: Alternate Text Browser 3.790
Beitrag von: SiLæncer am 10 Oktober, 2020, 19:40
(https://i.postimg.cc/TYy7wJVb/screenshot-1429.png)
This program makes it easy to browse through text- and html-files (also xml), syntax highlighting for serveral programming languages available (C++, Pascal, PHP, Perl, ASM, JScript etc.).

Freeware

Whats new:>>

    Added option to remove multiple occurences
    Added option to sort text lines ascending/descending

http://www.alternate-tools.com/pages/c_textbrowser.php?lang=ENG
Titel: Vim 8.2.1830
Beitrag von: SiLæncer am 11 Oktober, 2020, 10:10
Changes:>>

MS-Windows: Python3 issue with stdin

http://www.vim.org/index.php
Titel: Text Editor Pro 10.3.0
Beitrag von: SiLæncer am 11 Oktober, 2020, 10:30
(https://s26.postimg.cc/hfdkhoj9l/screenshot_896.png)
Text Editor Pro (formerly EditBone) is a powerful text editing tool that comes with syntax highlighting support for over 50 languages and scripts, customizable with over 100 options, 29 ready made styles, a handy file comparison feature, unicode character map, numerical unit convert tool, SQL formatter, and support for multiple directories and search results.

Freeware

Changelog

    Added font options for printing
    Fixed favourites
    Fixed language in color combo box
    Fixed options
    Fixed print preview
    Updated language files

[close]

https://texteditor.pro/
Titel: CudaText 1.115.0.0
Beitrag von: SiLæncer am 12 Oktober, 2020, 05:20
Changelog

    Add: HTML auto-completion works also inside 1) A HREF="...", 2) LINK HREF="...", 3) IMG/SCRIPT/INPUT/FRAME/IFRAME/AUDIO/VIDEO/SOURCE SRC="..."; it shows there folder names and file names with appropriate types (depends on tag)
    Add: rewritten Wiki topic https://wiki.freepascal.org/CudaText#Auto-completion
    Add: Windows shell extension: CudaText context menu entry now shows up in context menu of drives, folders, background of a folder's Explorer window and the Desktop. (by Andreas Heim @dinkumoil)
    Add: Undo/Redo handles markers too; format of "persistent undo" files is extended, but it's backward compatible
    Fix: if caret is at the end of long line, and we toggle word-wrap, editor should scroll to new caret pos (thanks @xcme)
    Fix: scaling of sidebar buttons (thanks @th-schall)
    Fix: cannot scroll to the left by mouse selection; now it works if cursor is on bookmark column or folding column (thanks @MrPiccad)

[close]

http://www.uvviewsoft.com/cudatext/
Titel: MiTeC JSON Viewer 1.7.0
Beitrag von: SiLæncer am 12 Oktober, 2020, 18:20
(https://i.postimg.cc/mgnPYmLc/screenshot-921.png)
MiTeC JSON Viewer include simple JSON Editor with JSON validation, support hierarchical and text preview, text searching and Base64 encoding/decoding.

Freeware

Whats new:>>

Commercial registration added

https://mitec.cz/jsonv.html
Titel: MiKTeX 20.10
Beitrag von: SiLæncer am 12 Oktober, 2020, 19:10
(https://i.postimg.cc/rpCxYpK5/MiKTeX.png)
Lightweight and simple-to-use application which enables you to write mathematical, technical or any other type of scientific material.

Freeware

https://miktex.org
Titel: Vim 8.2.1840
Beitrag von: SiLæncer am 13 Oktober, 2020, 04:15
Changes:>>

8.2.1840: Vim9: error message is not clear about compilation error

http://www.vim.org/index.php
Titel: CudaText v1.116.0.0
Beitrag von: SiLæncer am 21 Oktober, 2020, 16:02
Changelog

+ add: Find dialog: when "search in selection" is checked, and "find first"/"find next" is called, editor places marker instead of caret, so we don't break the selection, and can "find next" all matches (thanks @xcme)
+ add: Wiki topic https://wiki.freepascal.org/CudaText#Text_searcher_features
+ add: Wiki topic https://wiki.freepascal.org/CudaText#How_to_support_Spell_Checker_in_lexer
+ add: plugin "Sort" has new command "Sort char-separated values in lines"
+ add: option "marker_size"
+ add: command "duplicate line(s)" supports multi-carets
+ add: command-line options -nsl and -nss (option -ns is a shortcut to both of them) (thanks @tmsg)
+ add: command-line option -z=uhex
+ add: CSS auto-completion: more complete colors list for color-properties (thanks @d-mal)
+ add: CSS auto-completion: add standard values to all properties: inherit, initial, unsert, var() (thanks @d-mal)
+ add: CSS auto-completion: better auto-inserting of bracket for functions
+ add: Unix: better support paths with ~/ (didn't work if app was run by external tools)
+ add: dialog Find/Replace: second press of Ctrl+F / Ctrl+R returns focus to editor (thanks @xcme)
+ add: dialog "Save tabs?" shows button "don't save/ keep in session" more often, now ignoring "t" in "ui_history_disabled" (thanks @tmsg)
+ add: lexer CSS: highlight names of "system colors" (thanks @d-mal)
+ add: lexer XML: better support Spell Checker (thanks @EcherArt)
- fix: crash and not sync'ed editors when in splitted view (thanks @xcme)
- fix: code-tree was reset on change grouping mode to "1+2" (thanks @Jairo-Martinez)
- fix: "distraction-free mode" was partially reset: by Option Editor plugin call, by lexer changing
- fix: some plugins crashed when app was run with -s= command-line param
- fix: flags in "View / Toggle unprinted chars" were reset on switching tabs (thanks @xcme)

[close]

http://www.uvviewsoft.com/cudatext/
Titel: QOwnNotes 20.10.5
Beitrag von: SiLæncer am 21 Oktober, 2020, 16:07
(https://s26.postimg.cc/hoi1ahlcp/screenshot_978.png)
QOwnNotes is a text editor / notepad replacement with markdown support and todo list manager. The program supports themes, keyboard shortcuts, syntax highlighting, and encryption. Includes available nested file list, tags, search, and more. Optionally works with the notes application ownCloud or Nextcloud.

Cross-platform with clients available for Mac and Linux.

License: GPL

Whats new:>>

the All notes count in the tags panel showing the count for the previously selected item was fixed (for #1903
(opens new window), thank you @Waqar144)
indented code blocks were fixed when previous line is not a heading (for #1908
(opens new window), thank you @Waqar144)
improved auto-removal of * and tick characters (for #105
(opens new window), thank you @Waqar144)
inline code spans will now not be spell checked (for #1911
(opens new window), thank you @Waqar144)
added more translation (thank you rawfreeamy, danilosf)

http://www.qownnotes.org/
Titel: CudaText 1.117.4.0
Beitrag von: SiLæncer am 04 November, 2020, 15:34
(https://s26.postimg.cc/k6wu8qcrt/screenshot_901.png)
Create programming scripts with this powerful tool that supports more than 130 languages and allows users to work concurrently on as many as six groups of projects.

Freeware

Changelog

    Add: if new tab was opened without disk file, it was edited, its content was erased, then don't show confirmation to save that tab on closing (thanks @dinkumoil)
    Add: mouse hover highlighting for statusbar cells
    Add: can work if CudaText runs via symlink on Unix systems (thanks @Peter2121)
    Add: option "auto_delete_bookmarks" (thanks @Jairo-Martinez)
    Fix: dragging of sel-rect in minimap stopped when mouse goes lefter/righter of minimap
    Fix: on deleting block with n bookmarks, bookmarks shifted upper too much

[close]

http://www.uvviewsoft.com/cudatext/
Titel: RJ TextEd 14.70
Beitrag von: SiLæncer am 04 November, 2020, 17:51
(https://s26.postimg.cc/775l9vjeh/screenshot_593.png)
RJ TextEd - A Unicode source and text editor. RJ TextEd is a full featured text and source editor with Unicode support, syntax highlighting and code folding. The functionality extends beyond text files and includes support for HTML editing with integrated preview, spell checking, auto completion, HTML validation, templates and more. The program also include support for Topstyle Lite CSS editor, has a dual pane file commander, as well as a FTP client to upload your files. The editor uses language files to display menus and dialogs in different languages. There are several included languages. New language files can easily be created in the editor. RJ TextEd is also a simple web development tool. The editor can use auto completion and hints to assist you in editing your source code. You can preview HTML/ASP/PHP... code using one of the preview tabs or open a document in a browser. The editor does not only handle source code. It also handles true ASCII files, binary files and of course plain text files.

License: Freeware

Changelog

Chrome Preview

Updated component and libraries to version 86.0.4240.
Open in new window (drag tab outside the main window)

Added menus and most menu items found in the main window. Actions and keyboard shortcuts are added as well.

Added a statusbar similar to the one in the main window.

Goto (Ctrl+G)

Bookmarks are now listed in a list box for easier access.

Menu search box

Added an option to auto hide the menu search box. It's opened and displayed by pressing CTRL+H.

Toolbar dropdown menus

Made some minor changes to make it easier to handle highlighter and dictionaries.

Color background

Background colors containing alpha values in CSS and HTML documents are now displayed with the base color as a frame around the colored background rectangle.

Fixed some color inconsistencies in documents and the color select window.

Script

Document.Reload(true) will invoke a prompt to save changes before reloading the document. Also fixed the warning message saying the document has been altered by an external program.

Misc

    Replaced and updated several components.
    Delete in sites panel should now move deleted items to the recycle bin.
    Misc improvements on 4K monitors.

Fixed

    Statusbar draw issues on 4k monitor.
    Color hint and color dialog window issue.
    A few code fold issues.
    Ignore folds spanning less than x lines.
    File explorer scrollbar issue.
    Project manager search issue.
    Sites panel issues.
    Print preview issues.
    Reopen documents at startup when search panel is visible.
    A few close document issues.
    Fixed misc reported issues.

[close]

http://www.rj-texted.se/
Titel: QOwnNotes v20.11.1
Beitrag von: SiLæncer am 04 November, 2020, 19:50
Whats new:>>

a possibly not updating note count when notes were removed was fixed (for #1934 (opens new window), thank you @fnkabit)

http://www.qownnotes.org/
Titel: TeXmacs 1.99.14
Beitrag von: SiLæncer am 05 November, 2020, 07:15
(https://i.postimg.cc/Dfs43qvs/Daminion.png)
Text editors come in a wide variety of shapes and sizes, from simple note generators to advanced suites comprising complex formatting algorithms. In the latter category one can include TeXmacs, a unified and powerful editor for structured documents.

License: GPLv3

Changelog

    Release of “The Jolly Writer”—Your Guide to GNU TeXmacs (1.99.14).
    Many bug fixes (1.99.14).
    Improved Html export with better CSS stylability (1.99.14).
    Improved support for Qt5 (1.99.14).
    Improved Octave plugin (1.99.14).

[close]

http://www.texmacs.org/tmweb/home/welcome.en.html
Titel: Vim 8.2.1955
Beitrag von: SiLæncer am 05 November, 2020, 08:15
(https://s26.postimg.cc/xww5nc4zt/screenshot_1282.png)
A highly configurable text editor built to enable efficient text editing - an improved version of the vi editor distributed with most UNIX systems.

Freeware

Changes:>>

8.2.1955: Vim9: not all command modifiers are tested

http://www.vim.org/index.php
Titel: Alternate Text Browser 3.820
Beitrag von: SiLæncer am 05 November, 2020, 16:20
(https://i.postimg.cc/TYy7wJVb/screenshot-1429.png)
This program makes it easy to browse through text- and html-files (also xml), syntax highlighting for serveral programming languages available (C++, Pascal, PHP, Perl, ASM, JScript etc.).

Freeware

Whats new:>>

    Bugfix for loading files
    Bugfix in password generator
    French updated by rico-sos, many thanks :)

http://www.alternate-tools.com/pages/c_textbrowser.php?lang=ENG
Titel: QOwnNotes 20.11.2
Beitrag von: SiLæncer am 05 November, 2020, 20:30
Whats new:>>

    a preview code block highlighting issue was fixed (for #1933) the distraction free mode is now disabled when no note is selected (for #1936, thank you @fnkabit)
    a new scripting hook insertAttachmentHook was added that is executed when an
    attachment file is inserted into the current note (for #1645)
    please take a look at the insertAttachmentHook documentation for more information

http://www.qownnotes.org/
Titel: BaseX 9.4.4
Beitrag von: SiLæncer am 06 November, 2020, 19:10
(https://s26.postimg.cc/zexqg30d5/screenshot_63.png)
BaseX is a Java-based software application that integrates an XML database and XQuery text editor. It is wrapped in a user-friendly working environment and comes packed with several useful options and configuration parameters for experienced users.

BSD License

Whats new:>>

Performance tweaks, minor bug fixes

http://basex.org/
Titel: Vim 8.2.1964
Beitrag von: SiLæncer am 07 November, 2020, 10:15
Changes:>>

Not all ConTeXt files are recognized

http://www.vim.org/index.php
Titel: Zettlr 1.8.0 Beta 2
Beitrag von: SiLæncer am 07 November, 2020, 21:30
(https://s26.postimg.cc/vfll9p4mh/screenshot_956.png)
Write text and conveniently edit it using Markdown with the help of this user-friendly and well-thought-out, Electron based application.

MIT License

Changelog

This is the second beta release for the upcoming 1.8 release. Again, it includes a lot of bugfixes. The most notable this time (compared to the last beta release) are:

    Zettlr now uses your operating system's notifications to display a selection of notifications (such as if there is a new update available). This allows you to disable notifications for Zettlr using your operating system, if you do not wish to receive such notifications. All notifications will also be displayed within the app, as usual.
    Code blocks now also support autocomplete, allowing you to choose from all supported modes.
    Fixed various issues relating to the linking, dragging&dropping, and opening of files and protocols from Markdown files.
    Fixed many design and display issues across all themes
    The application menus now use the system font instead of the built-in font
    The main and quicklook windows now remember their last position, even across restarts

[close]

Download: https://github.com/Zettlr/Zettlr/releases

https://www.zettlr.com/
Titel: Alternate Text Browser 3.830
Beitrag von: SiLæncer am 08 November, 2020, 10:30
Whats new:>>

    Added option for only one program window
    Bugfix for app crash on changing options with binary view window opened

http://www.alternate-tools.com/pages/c_textbrowser.php?lang=ENG
Titel: Vim 8.2.1967
Beitrag von: SiLæncer am 08 November, 2020, 11:40
Changes:>>

The session file does not restore the alternate file

http://www.vim.org/index.php
Titel: Bluefish 2.2.12
Beitrag von: SiLæncer am 08 November, 2020, 20:30
(https://i.postimg.cc/DyMr5KR3/SRWare-Iron.png)
GTK-HTML-Editor für erfahrene Web-Designer und Programmierer...

Lizenz: Open Source

Release Notes

    Bluefish 2.2.12 is a minor maintenance release with some minor new features.
    Most important is a fix for a crash in simple search. Python 3 compatibility has been further improved. Encoding detection in python files has been improved.
    Triple click now selects the line. On Mac OSX Bluefish deals better with the new permission features. Also using the correct language in the Bluefish user interface is fixed for certain languages on OSX. Several programming languages have improved syntax highlighting. Bluefish now works fine with Enchant2 for spell checking.

[close]

http://bluefish.openoffice.nl/
Titel: Geany 1.37.1
Beitrag von: SiLæncer am 08 November, 2020, 21:20
(https://i.postimg.cc/xjXLSj2w/screenshot-945.png)
Geany is cross-platform, GTK based Integrated Development Platform. You can work on simple text files, html, perl, python, NSIS and more with Geany.

License: GPL

Changelog

Fix crash on first startup (Issue#2639, PR#2645).

[close]

http://www.geany.org/
Titel: QOwnNotes 20.11.3
Beitrag von: SiLæncer am 09 November, 2020, 07:30
(https://s26.postimg.cc/hoi1ahlcp/screenshot_978.png)
QOwnNotes is a text editor / notepad replacement with markdown support and todo list manager. The program supports themes, keyboard shortcuts, syntax highlighting, and encryption. Includes available nested file list, tags, search, and more. Optionally works with the notes application ownCloud or Nextcloud.

Cross-platform with clients available for Mac and Linux.

License: GPL

Whats new:>>

    fixed a bug where after deselecting notes from a multiple selection, the last selected note was not the current node (for #1939, thank you @fnkabit)
    added more Bengali and Spanish translation (thank you Basudeb_Dhaka, richarson)

http://www.qownnotes.org/
Titel: CudaText 1.117.5.0
Beitrag von: SiLæncer am 09 November, 2020, 18:20
(https://s26.postimg.cc/k6wu8qcrt/screenshot_901.png)
Create programming scripts with this powerful tool that supports more than 130 languages and allows users to work concurrently on as many as six groups of projects.

Freeware

Changelog

+ add: on Unix, just ignore Windows-only plugins (they can be installed e.g. by syncing 2 PCs)
+ add: if option "mouse_mid_click_paste":true, don't set caret pos on middle-button-click, just paste (thanks @Ordu)
+ add: if new tab was opened without disk file, it was edited, its content was erased, then don't show confirmation to save that tab on closing (thanks @dinkumoil)
+ add: mouse hover highlighting for statusbar cells
+ add: can work if CudaText runs via symlink on Unix systems (thanks @Peter2121)
+ add: option "auto_delete_bookmarks" (thanks @Jairo-Martinez)
+ add: lexer C++: fixes for code-tree
- fix: fixes for standard plugins' translation (thanks Markus)
- fix: dragging of sel-rect in minimap stopped when mouse goes lefter/righter of minimap
- fix: on deleting block with n bookmarks, bookmarks shifted upper too much

[close]

http://www.uvviewsoft.com/cudatext/
Titel: Atom 1.54.0 Beta 0
Beitrag von: SiLæncer am 10 November, 2020, 21:20
(https://s26.postimg.cc/fmfpqomgp/screenshot_915.png)
A powerful and flexible application that works as a text and source code editor with syntax highlight, or alternately as a file viewer.

MIT License

Changelog

    Add defaultFontSize setting
    Skip shell functions when parsing env
    GraphQL schema update
    Add cmd shortkeys for Linux and Windows
    Do not wipe original file when duplicating
    Fixes unable to show file warning

[close]

https://atom.io/
Titel: QOwnNotes 20.11.4
Beitrag von: SiLæncer am 11 November, 2020, 09:40
Whats new:>>

    the different Jump to actions in the Windows menu are now disabled if the panels
    they jump to are disabled (for #1941, thank you @fnkabit)
    updated the link to the Markdown cheatsheet to the new
    Markdown documentation

http://www.qownnotes.org/
Titel: Atom 1.53.0
Beitrag von: SiLæncer am 11 November, 2020, 09:50
Whats new:>>

    #21367 - Fix version information
    #21425 - Update Debian dependencies, fixes installing Atom on Ubuntu Groovy
    #21446 - Clarify the context under which log-file is used
    atom/github#2425 - Hide git and GitHub tab avatar alt text when offline
    atom/github#2426 - Create repository for single file
    atom/tree-view#1315 - Always show Tree View

https://atom.io/
Titel: NotepadX 1.7.39.0
Beitrag von: SiLæncer am 11 November, 2020, 21:10
(https://i.postimg.cc/DyPhZmp3/screenshot-2670.png)
Create, open and save text documents in an intuitive app for Windows 10 devices, which also supports source code files, autosave, spellchecker, and more.

Donationware

Changelog

    Update language: French (Translationsoftware)
    Update language: Spain (Translationsoftware)
    Update language: Italian (Translationsoftware)
    Update language: Portuguese (Translationsoftware)

[close]

https://www.microsoft.com/en-us/p/notepadx/9nblggh6jzx9?activetab=pivot:overviewtab
Titel: Vim 8.2.1976
Beitrag von: SiLæncer am 12 November, 2020, 09:15
(https://s26.postimg.cc/xww5nc4zt/screenshot_1282.png)
A highly configurable text editor built to enable efficient text editing - an improved version of the vi editor distributed with most UNIX systems.

Freeware

Changes:>>

Cannot backspace in prompt buffer after using cursor-left

http://www.vim.org/index.php
Titel: RisohEditor 5.4.8
Beitrag von: SiLæncer am 12 November, 2020, 11:10
(https://i.postimg.cc/8P4z4Swt/screenshot-799.png)
"RisohEditor" is a free resource editor for Win32 development, created by Katayama Hirofumi MZ. RisohEditor realized the ideal of resource editor. "Risoh" means "ideal" in Japanese. RisohEditor can add, edit, extract, clone and remove the resource data in EXE/DLL files. You can edit Windows resources (Dialogs, Menus, Icons, Cursors, String Tables, Message Tables etc.) by using RisohEditor.

NOTICE: Please avoid installing in "C:\Program Files" or "C:\Program Files (x86)". Because the resource compiler (windres) doesn't accept space character in the file path.

Freeware

Changelog

    Added Finnish translation.
    Added *.rc and *.res file association.
    Initial support of OLE controls.
    Deleted MOleCtrl and added MOleHost.
    Supported REGINST data.

[close]

https://katahiromz.web.fc2.com/re/en/index.html#intro
Titel: Vim 8.2.1980
Beitrag von: SiLæncer am 13 November, 2020, 09:10
Changes:>>

8.2.1980: Vim9: some tests are not done at the script level

http://www.vim.org/index.php
Titel: TeXmacs 1.99.15
Beitrag von: SiLæncer am 13 November, 2020, 17:15
(https://i.postimg.cc/Dfs43qvs/Daminion.png)
Text editors come in a wide variety of shapes and sizes, from simple note generators to advanced suites comprising complex formatting algorithms. In the latter category one can include TeXmacs, a unified and powerful editor for structured documents.

License: GPLv3

Changelog

    Improved help balloons and preview facility for references and citations.
    Improved navigation and search tools for labels, references, and citations.
    Indicate the current cursor position by shaking the mouse.
    Various bug fixes.

[close]

http://www.texmacs.org/tmweb/home/welcome.en.html
Titel: Trilium Notes 0.45.4
Beitrag von: SiLæncer am 13 November, 2020, 18:40
(https://i.postimg.cc/2yDgvbpj/screenshot-2595.png)
A hierarchical note-taking software application with focus on building large personal knowledge bases while also providing a flurry of options.

License: AGPL

https://github.com/zadam/trilium
Titel: QOwnNotes 20.11.5
Beitrag von: SiLæncer am 14 November, 2020, 09:00
Whats new:>>

the html heading code highlighting was fixed (for #1933 (opens new window), thank you @fnkabit)
added more Spanish translation (thank you polkillas)

http://www.qownnotes.org/
Titel: nanDECK 1.25.3
Beitrag von: SiLæncer am 14 November, 2020, 18:40
(https://www.portablefreeware.com/screenshots/scrOwgPgp.png?0.6930669409302652)
nanDECK is a scripting graphic software that provides a simple yet flexible language to create multiple images suited for cards or counters .

Freeware

http://www.nand.it/nandeck
Titel: Resource Hacker 5.1.8
Beitrag von: SiLæncer am 14 November, 2020, 20:30
(http://images.betanews.com/screenshots/978208949-1.gif)
Resource Hacker is a utility to view, modify, add, delete, and extract resources in Windows executables. It incorporates an internal resource script compiler and decompiler.

Freeware

Whats new:>>

Added:   Zooming/scrolling views of image resources
Update:   Enabled scrolling for very tall dialogs
Bugfix:   Very large binary resources (>>100Mb) could crash the hex editor
Bugfix:   Occasional bug decompiling dialogs styles (WS_TABSTOP)
Bugfix:   RC file missing when extracting a binary resource type from commandline

http://www.angusj.com/resourcehacker/
Titel: Text Editor Pro 11.0.0
Beitrag von: SiLæncer am 15 November, 2020, 09:30
(https://s26.postimg.cc/hfdkhoj9l/screenshot_896.png)
Text Editor Pro (formerly EditBone) is a powerful text editing tool that comes with syntax highlighting support for over 50 languages and scripts, customizable with over 100 options, 29 ready made styles, a handy file comparison feature, unicode character map, numerical unit convert tool, SQL formatter, and support for multiple directories and search results.

Freeware

Changelog

    Added show menu option for menu bar (default false)
    Added show menu option for title bar (default true)
    Added splitter size application option
    Fixed 32-bit version to larger than 2 GB address aware
    Fixed check for updates (libeay32.dll and ssleay32.dll are not required anymore)
    Fixed directory
    Fixed find in files
    Fixed installers
    Fixed options
    Fixed skin selector
    Fixed text editor control
    Updated language files
    Updated and fixed AlphaControls v15.19 - http://www.alphaskins.com/

[close]

https://texteditor.pro/
Titel: QOwnNotes 20.11.6
Beitrag von: SiLæncer am 15 November, 2020, 11:00
(https://s26.postimg.cc/hoi1ahlcp/screenshot_978.png)
QOwnNotes is a text editor / notepad replacement with markdown support and todo list manager. The program supports themes, keyboard shortcuts, syntax highlighting, and encryption. Includes available nested file list, tags, search, and more. Optionally works with the notes application ownCloud or Nextcloud.

Cross-platform with clients available for Mac and Linux.

License: GPL

Whats new:>>

The setting of an empty note folder name is now prevented (for #1949, thank you @fnkabit)

http://www.qownnotes.org/
Titel: Vim 8.2.1992
Beitrag von: SiLæncer am 16 November, 2020, 09:40
(https://s26.postimg.cc/xww5nc4zt/screenshot_1282.png)
A highly configurable text editor built to enable efficient text editing - an improved version of the vi editor distributed with most UNIX systems.

Freeware

Changes:>>

8.2.1992: build fails with small features

http://www.vim.org/index.php
Titel: RJ TextEd 14.71
Beitrag von: SiLæncer am 16 November, 2020, 19:40
(https://s26.postimg.cc/775l9vjeh/screenshot_593.png)
RJ TextEd - A Unicode source and text editor. RJ TextEd is a full featured text and source editor with Unicode support, syntax highlighting and code folding. The functionality extends beyond text files and includes support for HTML editing with integrated preview, spell checking, auto completion, HTML validation, templates and more. The program also include support for Topstyle Lite CSS editor, has a dual pane file commander, as well as a FTP client to upload your files. The editor uses language files to display menus and dialogs in different languages. There are several included languages. New language files can easily be created in the editor. RJ TextEd is also a simple web development tool. The editor can use auto completion and hints to assist you in editing your source code. You can preview HTML/ASP/PHP... code using one of the preview tabs or open a document in a browser. The editor does not only handle source code. It also handles true ASCII files, binary files and of course plain text files.

License: Freeware

Changelog

    New text clip commands
    Added commands to extract file name, file directory and file extension from a variable inside a text clip.

    It is possible to use one of the following commands with a variable containing a file path:
    #d = folder path (dir)
    #f = file name (without path)
    #e = file extension
    E.g.
    If we have a file variable defined like
    [[file]] = @fi[]

    Then, we can create a text clip like below:

    The file "#f[[file]]" is located in the "#d[[file]]" folder.

    FTP panel (drag n drop):

    The FTP panel now accepts a document tab to upload the document to the currently open remote folder.

    SFTP:

    Updated the libraries and component to the latest version.

    Fixed:

    Scrollbar issue in explorer panel.
    Rare brace matching issue that may occur with certain theme options.
    Context menu items in sites panel should be disabled if no site is open.
    Issue in editor component.
    Issue when closing a cloned document.

[close]

http://www.rj-texted.se/
Titel: Vim 8.2.2000
Beitrag von: SiLæncer am 17 November, 2020, 10:40
Changes:>>

8.2.2000: Vim9: dict.key assignment not implemented yet

http://www.vim.org/index.php
Titel: HtLite 5.6.0.0
Beitrag von: SiLæncer am 17 November, 2020, 20:20
(https://s26.postimg.cc/pw2fa422x/screenshot_172.png)
Umfangreicher HTML/XHTML Editor.  Jeder externe Browser zur Seitenansicht einstellbar.  Wer keinen HTML Designer zur visuellen Gestaltung seiner Seiten benötigt, sondern nur einen komfortablen Code-Editor sucht, erhält hier eine hervorragende Alternative.

Freeware

http://www.winsoftware24.com/HtLite.html
Titel: QOwnNotes 20.11.7
Beitrag von: SiLæncer am 18 November, 2020, 08:30
Whats new:>>

    there now are new scripting commands script.noteTextEditSetCursorPosition()
    and script.noteTextEditCursorPosition() to set the text cursor in the note
    text edit to a certain position and to get the current position
    (for #1950)
        for more information please take a look at the
        scripting documentation
    added more Greek translation (thank you Gregory.K)

http://www.qownnotes.org/
Titel: Zettlr 1.8.0 Beta 3
Beitrag von: SiLæncer am 18 November, 2020, 10:10
(https://s26.postimg.cc/vfll9p4mh/screenshot_956.png)
Write text and conveniently edit it using Markdown with the help of this user-friendly and well-thought-out, Electron based application.

MIT License

Changelog

    The autocompletion works reliably now
    Copy & Paste on Windows 10 should now work more reliably than before
    BibTex library file loading has been improved

[close]

Download: https://github.com/Zettlr/Zettlr/releases

https://www.zettlr.com/
Titel: Vim 8.2.2004
Beitrag von: SiLæncer am 18 November, 2020, 11:20
Changes:>>

compiler warning for uninitialized variable

http://www.vim.org/index.php
Titel: EmEditor Free 20.3.0
Beitrag von: SiLæncer am 18 November, 2020, 16:00
(https://1z9j8fz5fww49iaje1itey71-wpengine.netdna-ssl.com/wp-content/uploads/2013/09/EmEditorFree_Window.png)
EmEditor is a lightning-fast, tabbed text editor with themes, syntax highlighting, stay-on-top, and customizable keyboard mapping. The program supports batch find-and-replace, regular expressions, and more.

The program beat a variety of other text editors in tests performed by TPFC user TP109. Additional features are available via a non-free version.

Free for personal use

Changelog

    New General Features:

    Improved the behavior when a new version of EmEditor is detected, and improved the overall update experience. When a new version is detected, a tooltip appears in the right bottom corner of the EmEditor window, shows you a new version number, and allows you to install now, or select whether to install the new version on exit. Also added options related to the Update Checker to the Start Window, which allows you to enable/disable the automatic update, install now, or allows you to select whether to install the new version on exit.
    Removed emedshl.dll and emedshl64.dll files from installers, and added Registry keys and values related to the Windows Explorer context menu. This will prevent the Files in use message box from appearing during future uninstall/updates.
    The desktop shortcut will not be created anymore by the default installation. You can still create the desktop shortcut by selecting the Custom install.
    Added the Convert All and Disable All commands to a tooltip displayed when hovering over HTML/XML character references, universal character names, or percent-encoding active strings.
    Improved the speed of various operations including Find with the Count Matches option, Filter, Replace All, and Compare in very large files.

    New Options:

    Added the Wrap Around check box to the Replace dialog box.
    Added the Show Update Checker and Only when new versions available check boxes to the Customize Start Window dialog box.
    Added the Clear the Number Range option check box to the An incorrect format of a number/IP address range was detected message box.
    Removed the Highlight HTML/XML Character Reference and UCN check box from the Highlight (2) page of configuration properties. The similar option had been included in the Active String list box of the Link page.

    Macro New Features:

    Added an optional parameter to the prompt method to allow a multiline text box.
    Added eeFindAround flag to the Replace method of the Selection object.

[close]

https://www.emeditor.com/text-editor-features/history/emeditor-free/
Titel: QOwnNotes 20.11.8
Beitrag von: SiLæncer am 18 November, 2020, 21:00
Whats new:>>

the note language auto-detection performance was improved (for #1954 (opens new window), thank you @Waqar144)
the falsely shown note subfolder menu when clicking on an empty space in the note list is now disabled (for #1955 (opens new window))

http://www.qownnotes.org/
Titel: Vim 8.2.2013
Beitrag von: SiLæncer am 19 November, 2020, 06:10
Changes:>>

8.2.2013: Vim9: not skipping white space after unary minus

http://www.vim.org/index.php
Titel: EmEditor Free 20.3.1
Beitrag von: SiLæncer am 19 November, 2020, 07:20
Whats  new:>>

Updates from v20.3.0 include a v20.3.0 bug fix of an incorrect behavior while finding or replacing a multiline string from a large file (10,000+ lines).

https://www.emeditor.com/
Titel: Ron's Editor 2020.11.16.1001
Beitrag von: SiLæncer am 19 November, 2020, 18:50
(https://i.postimg.cc/htZhm2fQ/screenshot-2028.png)

Ron's Editor is the ultimate CSV editor, designed to be easy to use, but powerful enough to handle anything needed of it. Any tabular text format can be opened through confirurable seperators and full support for text encodings, and can then be exported to many formats including Excel. CSV files can be merged, or seperated, and the professional editing capabilites and power tools used for conversion and data cleaning.

Changelog

New features:

    New features:

    Multi-line text color added.
    Paste Transparent added to Cell Fill Lookup.

    Bugs:

    License check auto-close fixed.
    Fix in cell newline handling.
    'Show Detail' in 'Summary View' case handling fixed.

[close]

http://www.ronsplace.eu/Products/RonsEditor
Titel: NotepadX 1.7.40.0
Beitrag von: SiLæncer am 19 November, 2020, 19:15
(https://i.postimg.cc/DyPhZmp3/screenshot-2670.png)
Create, open and save text documents in an intuitive app for Windows 10 devices, which also supports source code files, autosave, spellchecker, and more.

Donationware

Changelog

Add feature to restore only unsaved tabs at start of NotepadX

[close]

https://www.microsoft.com/en-us/p/notepadx/9nblggh6jzx9?activetab=pivot:overviewtab
Titel: Resource Hacker 5.1.8 Build 360
Beitrag von: SiLæncer am 20 November, 2020, 09:45
(http://images.betanews.com/screenshots/978208949-1.gif)
Resource Hacker is a utility to view, modify, add, delete, and extract resources in Windows executables. It incorporates an internal resource script compiler and decompiler.

Freeware

Whats new:>>

Bugfix: Some PNG files were no longer being displayed.

http://www.angusj.com/resourcehacker/
Titel: QOwnNotes 20.11.9
Beitrag von: SiLæncer am 20 November, 2020, 18:30
(https://s26.postimg.cc/hoi1ahlcp/screenshot_978.png)
QOwnNotes is a text editor / notepad replacement with markdown support and todo list manager. The program supports themes, keyboard shortcuts, syntax highlighting, and encryption. Includes available nested file list, tags, search, and more. Optionally works with the notes application ownCloud or Nextcloud.

Cross-platform with clients available for Mac and Linux.

License: GPL

Whats new:>>

the rename/remove subfolder context menu option are now not shown if no subfolder was clicked in the subfolder panel

http://www.qownnotes.org/
Titel: Vim 8.2.2022
Beitrag von: SiLæncer am 21 November, 2020, 08:50
(https://s26.postimg.cc/xww5nc4zt/screenshot_1282.png)
A highly configurable text editor built to enable efficient text editing - an improved version of the vi editor distributed with most UNIX systems.

Freeware

Changes:>>

Vim9: star command recognized errornously

http://www.vim.org/index.php
Titel: Alternate Text Browser 3.840
Beitrag von: SiLæncer am 21 November, 2020, 10:50
(https://i.postimg.cc/TYy7wJVb/screenshot-1429.png)
This program makes it easy to browse through text- and html-files (also xml), syntax highlighting for serveral programming languages available (C++, Pascal, PHP, Perl, ASM, JScript etc.).

Freeware

Whats new:>>

    Correction for one instance handling
    Correction for form positions on multiple monitors
    Calculator 3.540, MathSolver 1.690, Memo 3.140

http://www.alternate-tools.com/pages/c_textbrowser.php?lang=ENG
Titel: Foopad 1.3
Beitrag von: SiLæncer am 21 November, 2020, 19:40
(https://i.postimg.cc/fykXgZQy/screenshot-2830.png)
A non-destructive source code editor or integrated development environment that is designed to make your development life better.

Freeware

https://www.creatixbih.com/foopad
Titel: PSPad 5.0.4 Build 535 Dev
Beitrag von: SiLæncer am 21 November, 2020, 20:30
(http://images.six.betanews.com/screenshots/1076948037-1.png)
PSPad is a universal freeware editor. There is no complex install process; the program is ready to work immediately, without requiring customization. It supports many file types and languages, with syntax highlighting. There are macros, clip files and templates to automate repetitive activities. An integrated HEX Editor, Project support, FTP Client, Macro Recorder, File Search/Replace, Code Explorer, code page conversion, are just some of the many possibilities that PSPad can offer you.

Freeware

Changelog

    News:

    Code explorer - search is case insesitive, Alt, Ctrl, Shift doesn't reset search, Ctrl+Enter search for next occurence
    Sort lines uses "stable sort", If lines are same, order isn't changed. It has meaning for sort by column.
    FTP quick search box is case insensitive
    FTP - new field for change folder with history for each server stored in Recent.ini. ENTER confirm entry and send command to FTP server.
    New user highlighter definition for Solidity
    Open files panel - possibility to arrange selected windows Horizontally/Vertically

    Fixes:

    Python highlighter - problem with triple quoted strings and escape char
    Non maximized windows inside editor was maximized after restore
    C++ Code explorer detect printf in some cases as function

[close]

http://www.pspad.com/
Titel: BaseX 9.4.5
Beitrag von: SiLæncer am 24 November, 2020, 20:10
(https://s26.postimg.cc/zexqg30d5/screenshot_63.png)
BaseX is a Java-based software application that integrates an XML database and XQuery text editor. It is wrapped in a user-friendly working environment and comes packed with several useful options and configuration parameters for experienced users.

BSD License

Whats new:>>

Minor bug fixes.

http://basex.org/
Titel: Vim 8.2.2041
Beitrag von: SiLæncer am 25 November, 2020, 08:10
Changes:>>

8.2.2041: haskell filetype not optimally recognized

http://www.vim.org/index.php
Titel: EmEditor Free 20.3.2
Beitrag von: SiLæncer am 25 November, 2020, 09:20
(https://1z9j8fz5fww49iaje1itey71-wpengine.netdna-ssl.com/wp-content/uploads/2013/09/EmEditorFree_Window.png)
EmEditor is a lightning-fast, tabbed text editor with themes, syntax highlighting, stay-on-top, and customizable keyboard mapping. The program supports batch find-and-replace, regular expressions, and more.

The program beat a variety of other text editors in tests performed by TPFC user TP109. Additional features are available via a non-free version.

Free for personal use

Changelog

Updates from v20.3.1 include bug fixes found while developing v20.4 beta and stability improvements.

[close]

https://www.emeditor.com/text-editor-features/history/emeditor-free/
Titel: TeXmacs 1.99.16
Beitrag von: SiLæncer am 25 November, 2020, 09:40
(https://i.postimg.cc/Dfs43qvs/Daminion.png)
Text editors come in a wide variety of shapes and sizes, from simple note generators to advanced suites comprising complex formatting algorithms. In the latter category one can include TeXmacs, a unified and powerful editor for structured documents.

License: GPLv3

Changelog

    Further improvements for preview and help balloons (1.99.16)
    Possibility to find labels from their numeric value (1.99.16)
    Incorporation of a smart-ref package for smart references (1.99.16)
    Fix spell checking under Windows (1.99.16)
    Add ^& keyboard shortcut to toggle between equations and equation arrays (1.99.16)
    Rudimentary support for Wacom-style pen tablets, Qt5 only (1.99.16)
    Continued bug fixes (1.99.16)

[close]

http://www.texmacs.org/tmweb/home/welcome.en.html
Titel: Perpetual Notes 3.36
Beitrag von: SiLæncer am 25 November, 2020, 19:45
(https://i.postimg.cc/PrmCcFXN/screenshot-1340.png)
Create versatile Rich Text Files with a tool meant to help you make the most out of your note-taking skills, and organize easier and more elegantly.

Donationware

http://www.enselsoftware.com/product/PerpetualNotes.html
Titel: BowPad 2.6.5
Beitrag von: SiLæncer am 25 November, 2020, 21:50
(https://s26.postimg.cc/h0ofzpokp/screenshot_1153.png)
BowPad is a small and fast text editor with a ribbon user interface and syntax highlighting.

Features:

syntax highlighting for over 100 file types and languages
handling of many different encodings, including UTF-8, UTF-16 and even UTF-32
easy ribbon user interface
navigation hints in the vertical scrollbar
coloring of open tabs according to their path
extendable with plugins written in jscript or vbscript

Freeware

Whats new:>>

    updated to Scintilla 4.4.5
    fixed a few issues with clipboard handling
    fixed drag and drop when run elevated
    List of issues solved for 2.6.5 (https://github.com/stefankueng/BowPad/milestone/14?closed=1)

http://stefanstools.sourceforge.net/BowPad.html
Titel: Vim 8.2.2054
Beitrag von: SiLæncer am 26 November, 2020, 08:20
Changes:>>

8.2.2054: Amiga: FEAT_ARP defined when it should not

http://www.vim.org/index.php
Titel: CudaText 1.118.0.0
Beitrag von: SiLæncer am 26 November, 2020, 10:30
(https://s26.postimg.cc/k6wu8qcrt/screenshot_901.png)
Create programming scripts with this powerful tool that supports more than 130 languages and allows users to work concurrently on as many as six groups of projects.

Freeware

Changelog

    Add: non-text file detection: ignore last 2 bytes at the file end (thanks @ThomasHeinrichSchmidt)
    Add: Addon Manager: support all git branch names in "Install from GitHub" (thanks @dinkumoil)
    Add: support translation for more std plugins: ProjManager, TabsList, MakePlugin (patch by Markus)
    Add: support Python 3.9 on macOS (thanks @neurolabusc)
    Fix: lexer Bash: (( #text ))
    Fix: issue in API on_state (thanks @Shovel)
    Fix: hex viewer cannot scroll big file to the end

[close]

http://www.uvviewsoft.com/cudatext/
Titel: AlephNote 1.6.36 Pre-release
Beitrag von: SiLæncer am 26 November, 2020, 12:40
(https://s26.postimg.cc/6skrw8cnt/screenshot_1204.png)
AlephNote is extensible, lightweight desktop note manager. Features include search, interactive checkbox lists highlighting, clickable highlighted links, notes backup, drag-and-drop capability for files and text, and sorting notes into folders. The program supports tags, in-editor markdown rendering, customizable shortcuts, stay-on-top capability, tray control, themes, and more.

Notes can be saved locally or synchronized with cloud services including Simplenote, Standard Note, Nextcloud/ownCloud.

License:    MIT

Changelog

    Bugfixes:

    StandardNotes: Fixed timezone offset being lost when syncing
    Fix "automatic search delay" option not working (always defaulted to "direct")
    Keep filtered value static when editing note (#168)
    StandardNotes: Fix log warning when deleting notes

[close]

https://github.com/Mikescher/AlephNote
Titel: QOwnNotes 20.11.10
Beitrag von: SiLæncer am 26 November, 2020, 21:50
Whats new:>>

the note tagging was improved (for #1960
(opens new window), thank you @Waqar144)

    the tag tree reloads are much faster now, even with huge trees with 3000+ note tag links
    the tag tree is now not reloaded if the tag panel is not visible

there now is a button to check the disk database integrity in the General settings, which will also fix some problems
added more translation (thank you Farhan1985, rawfreeamy, filipedias321, Tommy903, amirkbrpr, silviact, rakekniven)

http://www.qownnotes.org/
Titel: Vim 8.2.2057
Beitrag von: SiLæncer am 27 November, 2020, 09:15
(https://s26.postimg.cc/xww5nc4zt/screenshot_1282.png)
A highly configurable text editor built to enable efficient text editing - an improved version of the vi editor distributed with most UNIX systems.

Freeware

Changes:>>

Getting the selection may trigger TextYankPost autocmd

http://www.vim.org/index.php
Titel: yWriter 6.6.1.1
Beitrag von: SiLæncer am 27 November, 2020, 10:15
(http://www.spacejock.com/images/yWriter5Main.png)
yWriter allows you to split your novel into chapters and scenes, simplifying the process of text writing. You can reorder scenes within chapters or change their content, title and description. If you notice that you mistyped a word, yWriter enables you to do a global text search and replace it. With yWriter you can easily keep journals, diaries or create your own stories and novels.

Freeware

Whats new:>>

Includes new theme (colour scheme) editor.

http://www.spacejock.com
Titel: HTML-Notepad 4.3.0.5
Beitrag von: SiLæncer am 27 November, 2020, 18:20
(https://i.postimg.cc/15PWCMfV/screenshot-2836.png)
A WYSIWYG editor of structured documents: texts that have hierarchical and semantically meaningful structure, such as headers, lists, tables and so on.

Freeware

Whats new:>>

    Compatibility with Windows 10.1903
    Note: versioning number matches now Sciter version.

https://html-notepad.com/
Titel: QOwnNotes 20.11.11
Beitrag von: SiLæncer am 27 November, 2020, 18:50
(https://s26.postimg.cc/hoi1ahlcp/screenshot_978.png)
QOwnNotes is a text editor / notepad replacement with markdown support and todo list manager. The program supports themes, keyboard shortcuts, syntax highlighting, and encryption. Includes available nested file list, tags, search, and more. Optionally works with the notes application ownCloud or Nextcloud.

Cross-platform with clients available for Mac and Linux.

License: GPL

Whats new:>>

    the todo list CalDAV sync can now handle UTC dates from for example macOS Reminders or
    OpenTasks (for #1966)
    the disk database integrity check error handling was improved
    added more translation (thank you rawfreeamy, MGuerra, gbabin, waqar144)

http://www.qownnotes.org/
Titel: Alternate Text Browser 3.850
Beitrag von: SiLæncer am 27 November, 2020, 19:50
(https://i.postimg.cc/TYy7wJVb/screenshot-1429.png)
This program makes it easy to browse through text- and html-files (also xml), syntax highlighting for serveral programming languages available (C++, Pascal, PHP, Perl, ASM, JScript etc.).

Freeware

Whats new:>>

- Correction for window position
- Tools updated

http://www.alternate-tools.com/pages/c_textbrowser.php?lang=ENG
Titel: Network Notepad 6.0.13
Beitrag von: SiLæncer am 27 November, 2020, 21:30
(https://s26.postimg.cc/wuply3q2h/screenshot_425.png)
Network Notepad is a specially designed application for creating interactive network diagrams.

Now you can use this accessible and easy-to-use instrument to create or manage the diagrams you need.

Point-and-Click Telnet/ Browse/ User-definable
Network Management.
Simple Drag and Drop interface.
Open, Text Based File Format.
Printing.
Linked Diagrams.
Flow Charts.

Freeware

Changelog

    Bugfix: Uninstall Network Notepad in Windows menu was not translated.
    Bugfix: Deleting a row in the pen or brush table in the Format Script Object form blocked further work on the script object.
    Bugfix: Library form could be displayed unnecessarily on clicking OK in the Format Script Object form.
    Change: Minor change in paste() to logic for deciding whether to use wait cursor. Less flicker pasting script objects.
    Bugfix: Could write to incorrect library in Format Script.
    Change: Minor wording changes from in Format Script Object form.
    Bugfix: Object X,Y scale values less than 0.1 were not saved.
    Bugfix: File > New. Prompt to save changes. Cancel did not work.
    Change: Replaced multiple function calls to argupdate() with single call to fieldsupdate() which is much faster.
    Bugfix: Workgroup Object Library not working.
    Bugfix: Could not always access Format Script Object form from digram.

[close]

http://www.networknotepad.com/index.htm
Titel: Zettlr 1.8.0 Final
Beitrag von: SiLæncer am 27 November, 2020, 21:40
(https://s26.postimg.cc/vfll9p4mh/screenshot_956.png)
Write text and conveniently edit it using Markdown with the help of this user-friendly and well-thought-out, Electron based application.

MIT License

Changelog

Breaking Changes

    Renamed the sidebar to file manager. We finally decided on better terminology for distinguishing the right from the left sidebar. This means: The left sidebar, formerly known only as "sidebar," is now the "file manager." The right sidebar, formerly known as "attachment sidebar," is now "the" sidebar. This change was introduced to reduce user confusion and provide a better user experience.
    The shortcut for opening the developer tools on Windows and Linux is now Ctrl+Alt+I (was: Ctrl+Shift+I) to resolve a conflict with the shortcut Ctrl+Shift+I (insert images).
    Renamed Root Directories to Workspaces. The term "root" is rather technical, and for most people, it makes most sense to think of those roots as workspaces, albeit other than being opened at the root level of the application, they have no difference to regular directories.
    The shortcut Cmd/Ctrl+O, which previously would let you open workspaces, now opens files. To open a workspace, use Cmd/Ctrl+Shift+O. This is now in line with many other programs.

GUI and Functionality

    New Feature: Typewriter mode. By pressing Cmd/Ctrl+Alt+T, you can activate the typewriter mode, which will keep the current line in the editor always centered so that you have to move your eyes less while editing a text. This also works in combination with the distraction free mode so that you can fully focus on what you're editing right at the moment.
    New Feature: The sidebar (formerly attachment sidebar) is now tabbified. That means you have three distinct tabs to choose from with regard to displaying important information: the non-markdown files in your currently selected directory, the references in the current file, and the table of contents of the current file.
    New Feature: When hovering over links, they now appear in a separate tooltip to click them without holding down Ctrl/Cmd.
    New Feature: The QuickLook windows now share the main editor including its appearance. The same options apply for Quicklook windows as they are set in the global preferences (e.g. if you turned off image previewing, images would also not be displayed in the Quicklooks, etc).
    New Feature: Now you have an additional option in the "Advanced" preferences to choose between a "native" appearance of all Zettlr Windows (that is, a frameless window with inset traffic lights on macOS, and standard window decorations on Windows and Linux) or a custom built-in appearance (that is, for all platforms a frameless window with custom drawn menu and window control buttons, which mimick the Windows 10 design).
    New Feature: The heading tag elements (those h1 to h6-tags replacing the Markdown heading characters) finally serve a purpose: Clicking on them reveals a small menu which lets you quickly choose a different heading level.
    New Feature: Improvement in the citation rendering capabilities: Both when copying Markdown as HTML, and when viewing footnote tooltips, any citation will be correctly rendered by the citeproc provider.
    New Feature: The TableEditor now pre-renders table cells so that it looks more like it will when you export it!
    New Feature: A selection of notifications will now be displayed using your operating system's notification service (if available), for instance export messages, errors, and updates. All notifications will still be displayed in the main window, so if you do not like this behaviour, you can turn notifications off for Zettlr within your operating system settings.
    New Feature: Whenever you begin a code block (\```), Zettlr now offers you to autocomplete the syntax highlighting language.
    Added syntax highlighting modes (with keywords):
        diff: diff
        Dockerfile: docker/dockerfile
        TOML: toml/ini
    Fixed the fold-gutter being too close to the text.
    The editor link autocompletion now respects the setting to use headings level 1 instead of YAML frontmatter titles where possible.
    The paste image dialog now also provides the original image size as a default value, so that you simply can use the arrow buttons on the field to adjust the image size.
    Fixed a rare bug where changes would be discarded if you renamed the modified file quickly enough.
    HTML export should now centre both figures and figure captions.
    Sorting files by name now takes into account possible settings such as using headings of level 1 or YAML frontmatter titles so that sorted files now correspond to their display again.
    You can now select rendered references from the right sidebar.
    The file tabs now have their own, dedicated menu, containing a new "Close all tabs" command to close all open file tabs (thanks to @anoopengineer for implementing).
    The file info now displays the selection information, if there is any. The popup that opens when you click the counter then lists all selections within your document.
    When you initiate a keyword search from the tag cloud by clicking on a tag, it'll be automatically enclosed in quotes, enabling searches for keywords with spaces in them.
    The image paste dialog now shows you the resolved path of the directory into which the image you are about to paste will be saved to.
    Fixed a missing translatable string from the paste image dialog.
    Fixed the width of the word counter in order to make the toolbar more "stiff."
    Enabled Dart syntax highlighting (thanks to @Kangie for implementing).
    Reduced the added margins for overflowing dialog windows from 15 % to 2 %, making the visible gap on smaller screens smaller.
    Remove the intermediary .ztr-project-migration code, which means you should update to Zettlr 1.7.x before updating to 1.8.x, if you still use an older version of Zettlr.
    Fixed (= monkeypatched) a weird bug that would cause selections on specially indented lines (e.g. wrapped blockquotes, list items, etc.) to be padded by precisely four pixels, making the selection not look like a box.
    Double clicks on file tabs now make files intransient (if they were transient before).
    The editor is now in a non-editable mode if no file is open. If the editor is read-only, the Zettlr logo will display in the background to indicate that fact. Empty files, on the other hand, will not yield the feather logo anymore. This should now meet up with users' expectations about file editing better.
    The last opened file will now reliably open whenever you start the application again.
    File loading (especially on boot) is now much faster, because the opened tabs won't be switched through during load anymore. Only the relevant, last file will be opened and displayed.
    Fixed a bug that would prevent you from exporting standalone files.
    Non-breaking spaces (NBSP) are now considered word delimiters in the spellchecker.
    Fixed a bug that would not close all tabs when the corresponding entry was selected from the tab context menu.
    Fixed a bug where checkboxes of tasks would be strangely hidden on undo/redo operations that checked/unchecked those checkboxes.
    Fixed a bug that would throw errors and not actually remove the file if said file was a root.
    Fixed broken shortcuts Cmd/Ctrl+Shift+E (focus the editor) and Cmd/Ctrl+Shift+T (focus the file list).
    Markdown links to local files that are absolute are now attempted to be opened internally, without recurring to external programs.
    The various rendering methods now only update anything that is within the viewport, thereby increasing the performance vastly. This is especially noticable for large documents.
    Fixed a bug that led to the exporter ignoring custom templates and always reverting to the default.
    Fixed the date formatter, as the moment.js locales are not found when compiling using electron-forge.
    Fixed a bug that would mess up the tag-tooltip on files under certain circumstances.
    Fixed a bug that would throw errors instead of exporting, if the export-directory is set to the current working directory and a non-root file is being exported.
    Fixed a bug which would not let you create duplicates of root files. Now, you can and the duplicate is being placed in the currently selected directory.
    Fixed a rendering edge condition where if you wanted to retain multiple single-line breaks with backslashes, the backslashes positioned on the line would have had alternating colours.
    Collocated the time-display and time-sorting settings for files to reduce confusion if users display the modification time but sort using the creation time, or vice versa.
    Improved the layouting of the display settings tab.
    The context menu is now a custom one, making the experience more seamless.
    If you change the display settings for the editor, the editor will now also remove rendered elements that you do not wish to be rendered anymore.
    Footnote tooltips are now interactive, which means you can select text from them, and also click on any link to visit it without having to scroll to the bottom and do the same action there.
    You can now forcefully open a file non-transient by either middle-clicking it, or holding down Ctrl/Cmd.
    If you use YAML frontmatters demarcated by only dashes (---), for instance for compatibility with Jeckyll, these will not render as tables anymore.
    Switched to reveal.js 4 and fixed an occasional error on export.
    The tutorial is now also available in German.
    The application menu now displays many more shortcuts which were already available albeit not visible.
    Checkboxes are now disabled in Quicklooks.
    Fixed a bug that caused files dropped onto the editor from the file manager not to be linked when the file manager is in combined mode.
    Custom protocols for links (e.g. zettlr://, thunderlink://) can now be up to 100 characters long to be recognized by Zettlr.
    Fixed an issue that Zettlr would sometimes attempt to open a link to a local file in the browser instead of the correct app.
    Finally fixed the document tabs using the wrong font in the Frankfurt and Bielefeld theme.
    Fixed a display glitch in the combined file manager in dark mode.
    Now both Quicklook windows and the main window remember their last position. As long as the configuration of displays did not change, they will appear at the same positions as the last time they were open.
    Menu items in the application menu that can have a "checked" state (indicated by, e.g., a checkmark) now remember their correct state if other settings change consistently.
    Non-image files being dropped onto the editor are now being linked.
    Files that are dropped from the outside onto the editor are now linked using a relative path.
    Fixed a behaviour that would lead to the autocomplete to stop working completely until a full refresh of the window.
    Fix a bug that prevent non-existing documents to be created upon following a link despite the option being activated.
    Added F11 as an accelerator for fullscreen on Windows.
    Fixed a display bug (= the window would reload itself) when there were no tags in the tag manager.
    Fixed the padding of dialog buttons and input fields also in dark mode.
    Fix pasting on Windows 10 (thanks to @graphixillusion for fixing).
    Fixed a sometimes weird behaviour when linking files.
    Following Zettelkasten-links should now be way faster.
    Fixed an issue with number-only frontmatter keywords.
    Clean up the application menus on Linux and Windows: Now all preferences live under a shared menu item.
    Prevent multiple cursors while following internal links.
    Fix display glitches on the sorters.

Under the Hood

    Moved (almost) all window functionality to a dedicated WindowManager module. The added benefits of this are:
        Centralised window functionality
        A correct place for window-controls-commands
        Sleeker design
        Enable a much better window handling: (1) Now all windows are closed automatically before the main window is being closed; (2) When someone requests a Quicklook/Print/Main window, an existing window is being searched first and made visible, instead of (re)creating it.
        New window types can be added much faster.
    Switched to Electron forge (thanks to @tobiasdiez for implementing).
    Bumped dependencies:
        @clr/icons 4.0.4
        @electron-forge/cli 6.0.0-beta.53
        @electron-forge/plugin-webpack 6.0.0-beta.53
        @teamsupercell/typings-for-css-modules-loader 2.3.0
        @typescript-eslint/eslint-plugin 4.5.0
        @typescript-eslint/parser 4.5.0
        archiver 5.0.2
        astrocite 0.16.4
        chokidar 3.4.3
        citeproc 2.4.48
        codemirror 5.58.2
        chart.js 2.9.4
        copy-webpack-plugin 6.1.0
        electron 10.1.5
        eslint 7.8.1
        eslint-config-standard-with-typescript 19.0.1
        eslint-plugin-import 2.22.1
        eslint-plugin-standard 4.0.2
        eslint-plugin-vue 7.0.0-beta.3
        file-loader 6.1.1
        fork-ts-checker-webpack-plugin 5.1.0
        fsevents 2.1.3
        got 11.8.0
        joplin-turndown 4.0.30
        md5 2.3.0
        mermaid 8.8.2
        mocha 8.2.0
        moment 2.29.1
        node-loader 1.0.2
        nspell 2.1.4
        raw-loader 4.0.2
        reveal.js 4.1.0
        tippy.js 6.2.7
        ts-loader 8.0.7
        typescript 4.0.3
        uuid 8.3.1
        vue 2.6.12
        vue-template-compiler 2.6.12
    Removed dependencies:
        uglify-js
        on-change
    Added a new Handlebars templating helper function, i18n_value that allows you to translate something passing a value to the translation helper (e.g. {{i18n_value 'trans.identifier' someValue}}).
    Refactored the main build Workflow file. Now it doesn't run on a matrix, but due to the many dissimilar steps involved, there are three distinct jobs. Other than that, we switched to yarn everywhere and cleaned up the code.
    Removed the now unused script afterSign.js.
    Finally removed the verbose IPC calls from the logs.
    Migrated the toolbar logic from jQuery to vanilla JS.
    Migrated the main renderer from jQuery to vanilla JS.
    Migrated the popup class from jQuery to vanilla JS.
    (Mostly) migrated the dialog classes from jQuery to vanilla JS (tabs are still done using jQueryUI).
    Added a popup provider for easy creation of popups across the main renderer process.
    Added an update provider for easy access to specific updating functionality (such as downloading an update, and automatically running it).
    Migrated any popups that were defined inline into their respective handlebars template files.
    The TableEditor is now finally a module.
    Outsourced the CSS computations from the main module of the TableEditor.
    Migrated the CodeMirror editor instantiation into its own module (MarkdownEditor).
    Transformed all event listeners on the CodeMirror instance to "hooks" to reflect the fact that they are plugins, except they are not run like parameterless commands but hook into certain events of the application.
    Moved the CodeMirror assets from the old folder into the MarkdownEditor module.
    Moved some general utility functions to the common/util-folder.
    The rendering plugins have been optimized. They now take less time to run and also don't keep an additional array of all the textmarkers in memory, decreasing the computational load especially for big documents.
    The app now saves the last opened file again.
    Moved the Turndown and Showdown converters to two utility functions, md2html and html2md.
    Moved the regular expression for detecting image files by extension into the global RegExp module.
    Moved the moveSection helper function to the common/util-folder.
    Documentation fix for safeAssign.
    Fixes in the tests.
    Completely refurbished the test command. Now, a full-fledged testing directory will be set up to test features within the GUI without endangering your regular configuration in case you use Zettlr regularly.
    Better handling of the custom paths for both the Pandoc and the XeLaTeX executables in the advanced preferences.
    Migrated the FSAL to TypeScript so that the different descriptors can be better handled. Also, this showed countless logical errors, which are now mostly fixed.
        Furthermore, the responsibilities have been readjusted: The FSAL is now responsible for emitting events whenever the internal state changes. This is not being done by the commands anymore.
        The actions are now proper methods on the FSAL class in order to enable better tracking of the function arguments and to help ESLint fix possible signature errors.
        Moved every piece of state logic from the commands to the FSAL.
        Now, the general way anything regarding the files works is as follows: User --> one of the commands --> an action on the FSAL --> emits which part of the state has changed --> the application main class receives these notifications --> triggers potential updates in the renderer.
        Additionally, now the distinction between the meta objects which can be serialized and sent to the renderer and the tree objects within the FSAL is made more clear: Metadata files can have content attached to them (in order to save new content to a file), whereas the full objects, which are never getting sent to the renderer, do not contain a content property anymore.
        Also, we managed to fix errors regarding remote change detection.
    The log provider now also outputs on the console, if the app runs unpacked (app.isPackaged === false).
    Updated all service providers. They are now loaded immediately after application boot (right after the ready-event fires on the app-object) and not when the Zettlr main class loads.
    Created a new directory app which provides functionality that pertains only to the lifecycle of the application itself, such as boot and shutdown functionalities. Service providers have been migrated to there.
    Fixed the issue that only the en-US-language of the CSL styles was loaded for the citation provider.
    CSL locales and CSL styles are now bundled with the app as native_modules.
    Began providing first global interfaces which the service providers make use of in order to enable ESLint to detect errors.
    Provide a test library, which you can load to debug citeproc-related issues and test the provider.
    Converted the CSS Provider to TypeScript.
    Converted the Log Provider to TypeScript.
    Migrated the Quicklook and Print window classes to Typescript.
    Added a utility function to quickly broadcast arbitrary IPC messages to all open Zettlr windows.
    Migrated many functionalities that are important for all windows on the renderer side to a dedicated TypeScript module (register-window).
    Divided the menu template into templates for macOS and Windows (+ all other platforms).
    Simplified the menu building process.
    Added classes and event listeners to show custom built menus within frameless BrowserWindow instances.
    Deprecate the remote-module.
    The md2html-function can now make anchors renderer-safe, so that they don't open within the main window anymore.
    The menu handler is now a service provider.
    Added a notification provider for better notification management, and to further reduce the main IPC classes.
    The tag list on file list items is now only shown when there are actually coloured tags available, and hidden otherwise. This enables a better UX for the users as the tag-list-tooltip will then consistently pop up, not being hidden behind an invisible div.
    Removed the Watchdog service provider, as it is no longer being used.
    The Window Manager now saves the positions of each window (main and Quicklooks), persists them on disk and ensures the windows are displayed properly. The corresponding settings have been removed from the configuration service provider.
    The menu provider now keeps track of the state of those checkbox menu items which are not controlled externally by a configuration setting, but rather always begin unchecked when the application starts.
    Moved the typo-logic to their respective places in the renderer.
    The dictionary provider now listens on the correct channel and is additionally based on fs.promises thoroughly.
    The app bundle now contains all language files; the i18n-modules have been moved.
    "Fixed" the high CPU usage of Zettlr when having many files and directories open in the app.
    Fixed the force-open command. It now only searches for an exact filename-match, if the given argument (the contents of the link) do not look like an ID. This way we save at least one full file-tree search, which improves the speed notably especially with large setups.
    Re-ordered the filetypes array so that expensive functions will attempt to match those extensions first which are more likely to occur.
    Moved the ID regular expression generation into the corresponding file.

[close]

Download: https://github.com/Zettlr/Zettlr/releases

https://www.zettlr.com/
Titel: Vim 8.2.2061
Beitrag von: SiLæncer am 28 November, 2020, 10:10
Changes:>>

Vim9: E1030 error when using empty string for term_sendkeys()

http://www.vim.org/index.php
Titel: Vim 8.2.2069
Beitrag von: SiLæncer am 30 November, 2020, 09:10
Changes:>>

The quickfix window is not updated after setqflist()

http://www.vim.org/index.php
Titel: Text Editor Pro 11.0.1
Beitrag von: SiLæncer am 30 November, 2020, 09:50
(https://s26.postimg.cc/hfdkhoj9l/screenshot_896.png)
Text Editor Pro (formerly EditBone) is a powerful text editing tool that comes with syntax highlighting support for over 50 languages and scripts, customizable with over 100 options, 29 ready made styles, a handy file comparison feature, unicode character map, numerical unit convert tool, SQL formatter, and support for multiple directories and search results.

Freeware

Changelog

    Fixed and optimized text editor control
    Fixed Fluent Night skin
    Fixed hamburger menu
    Fixed language files
    Fixed options
    Fixed painting of buttons and dividers
    Fixed progress bar for big files
    Updated and fixed AlphaControls v15.20 - http://www.alphaskins.com/

[close]

https://texteditor.pro/
Titel: QOwnNotes 20.12.0
Beitrag von: SiLæncer am 30 November, 2020, 21:30
Whats new:>>

    you can now also copy in-line code blocks in the note text edit with the context menu
    (for #1967, thank you @fnkabit)
    improved spellcheck auto-detection performance (for #1969, thank you @Waqar144)
    added more Persian, Urdu (Pakistan), Portuguese, Brazilian translation (thank you amirkbrpr, Farhan1985, danilosf)

http://www.qownnotes.org/
Titel: Vim 8.2.2072
Beitrag von: SiLæncer am 01 Dezember, 2020, 09:50
Changes:>>

8.2.2072: Vim9: list assign not well tested

http://www.vim.org/index.php
Titel: LyX 2.3.6
Beitrag von: SiLæncer am 01 Dezember, 2020, 10:10
(https://s26.postimg.cc/xm6jhtzop/screenshot_297.png)
LyX is a document processor that encourages an approach to writing based on the structure of your documents (WYSIWYM) and not simply their appearance (WYSIWYG).

Open Source

Whats new:>>

    We are pleased to announce the release of LyX 2.3.6. This is the sixth maintenance release in the 2.3.x series. It is the result of on-going efforts to make our stable version more reliable and more stable. Most of the changes are fairly minor, fixes of smallish bugs, but a couple crashes have been fixed, as well.
    One oft-requested feature (going back 13 years) is the ability to create new child documents from within the 'include file' dialog. This is now possible. Another equally old bug that has been fixed is that pasting table content outside a table no longer pastes tab characters.
    With 2.3.6, we also release an updated version of the Windows installer. (It has been available for previous versions for testing.) Perhaps the most significant change is that LyX is now available as a 64 bit Windows application.

http://www.lyx.org/
Titel: SciTE (SCIntilla) 4.4.6
Beitrag von: SiLæncer am 01 Dezember, 2020, 11:20
(https://s26.postimg.cc/fbkgceeux/screenshot_1241.png)
Editor mit Syntax-Highlighting, Auto-Completion, Folding und vielem mehr...

Open Source

Changelog

Fix building with Xcode 12. Bug #2187.

[close]

http://www.scintilla.org/SciTE.html
Titel: Textadept 11.0
Beitrag von: SiLæncer am 01 Dezember, 2020, 20:40
(http://foicica.com/textadept/images/splitviews.png)
Textadept will provide users with a fast, minimalist, and ridiculously extensible text editor. At its core lies less than 2000 lines of C code, and that's how it always will be. While other editors rely on recordable macros to speed up workflow, shell scripts to quickly transform text, and static side panes to manage your documents, files, and more.

Textadept takes it to the extreme: it gives you complete control over the entire application using the embedded Lua language. Lua is nearly as fast as C, and has a very small footprint. In fact, most of Textadept is written in Lua.

License : MIT License ( Donationware )

Changelog

    Bugfixes:

    Fixed find & replace entry unfocus when window is refocused.
    Modules: Fixed bug initializing spellcheck module in some instances.

    Changes:

    Added optional mode parameter to ui.command_entry.append_history().
    keys[lexer] and snippets[lexer] tables are present on init.
    Added events.FIND_RESULT_FOUND.
    Added events.UNFOCUS.


[close]

http://foicica.com/textadept/
Titel: MiTeC JSON Viewer 1.8.0
Beitrag von: SiLæncer am 02 Dezember, 2020, 17:40
(https://i.postimg.cc/mgnPYmLc/screenshot-921.png)
MiTeC JSON Viewer include simple JSON Editor with JSON validation, support hierarchical and text preview, text searching and Base64 encoding/decoding.

Freeware

Whats new:>>

+ New menu and toolbar icons
+ New application ico + MRU management added

https://mitec.cz/jsonv.html
Titel: AlephNote v1.6.37
Beitrag von: SiLæncer am 03 Dezember, 2020, 09:50
(https://s26.postimg.cc/6skrw8cnt/screenshot_1204.png)
AlephNote is extensible, lightweight desktop note manager. Features include search, interactive checkbox lists highlighting, clickable highlighted links, notes backup, drag-and-drop capability for files and text, and sorting notes into folders. The program supports tags, in-editor markdown rendering, customizable shortcuts, stay-on-top capability, tray control, themes, and more.

Notes can be saved locally or synchronized with cloud services including Simplenote, Standard Note, Nextcloud/ownCloud.

License:    MIT

https://github.com/Mikescher/AlephNote
Titel: EmEditor Free 20.3.3
Beitrag von: SiLæncer am 03 Dezember, 2020, 11:20
(https://1z9j8fz5fww49iaje1itey71-wpengine.netdna-ssl.com/wp-content/uploads/2013/09/EmEditorFree_Window.png)
EmEditor is a lightning-fast, tabbed text editor with themes, syntax highlighting, stay-on-top, and customizable keyboard mapping. The program supports batch find-and-replace, regular expressions, and more.

The program beat a variety of other text editors in tests performed by TPFC user TP109. Additional features are available via a non-free version.

Free for personal use

Changelog

Updates from v20.3.2 include bug fixes found while developing v20.4 beta and stability improvements.

[close]

https://www.emeditor.com/text-editor-features/history/emeditor-free/
Titel: Vim 8.2.2086
Beitrag von: SiLæncer am 04 Dezember, 2020, 18:10
(https://s26.postimg.cc/xww5nc4zt/screenshot_1282.png)
A highly configurable text editor built to enable efficient text editing - an improved version of the vi editor distributed with most UNIX systems.

Freeware

Changes:>>

libvterm tests are only run on Linux

http://www.vim.org/index.php
Titel: Zettlr 1.8.1
Beitrag von: SiLæncer am 04 Dezember, 2020, 18:50
(https://s26.postimg.cc/vfll9p4mh/screenshot_956.png)
Write text and conveniently edit it using Markdown with the help of this user-friendly and well-thought-out, Electron based application.

MIT License

Changelog

GUI and Functionality

    Fixed the non-working reveal.js exports.
    Add support for chemical formulae in KaTeX (thanks to @likeadoc for implementing).
    Design fix for the color swatches in the tag manager.
    Fix preferences not opening on the corresponding menu item (Windows/Linux).
    Fix the parent menu not closing on a click in the child menu (submenu).
    Fixed rendering of footnote references.
    Jumping to specific headings now places those headings at the top of the viewport, instead of simply pulling it into view.
    Fix an edge condition where tags within code blocks would be detected if they contained an odd number of `-characters.
    Re-instated the directory rescanning functionality.
    Disable VIM editor input mode until further notice.

Under the Hood

    The release tags will now be created with a prefix "v" again. This should fix various issues around the assumption of the "v" being the correct GitHub tag.
    Fix all linter errors. PRs should now receive a nice green checkmark instead of the error symbol (unless there are new errors in the PR itself).
    Remove asynchronous initialisation logic from the main object's constructor.
    Added a footnote testing file.
    Significantly increase document loading times by deferring text marking functions to idle times in the browser's event loop, using requestIdleCallback. This induces a small visual lag, but the documents load much faster, and arguably, it's better this way because one doesn't have to wait until the document has fully rendered before one can start to write. (Some testing with regard to long-term writing performance might make sense.)
    Add debug logging to the configuration provider to check errors on config save and load.

[close]

Download: https://github.com/Zettlr/Zettlr/releases

https://www.zettlr.com/
Titel: Vim 8.2.2091
Beitrag von: SiLæncer am 05 Dezember, 2020, 08:10
Changes:>>

MS-Windows: build warnings

http://www.vim.org/index.php
Titel: YuranPad 2.1
Beitrag von: SiLæncer am 05 Dezember, 2020, 09:15
(https://i.postimg.cc/NMXJggcr/screenshot-2437.png)
YuranPad is a free plain text editor, for both platforms : Microsoft Windows 7/8/10/XP/Vista/2003 and Linux (distributions like : Mint, Debian, Ubuntu, Centos, Redhat, Fedora, ...). It was released on 2020 as an alternative for Notepad (witch is installed by default in all versions of Windows).

Freeware

Whats new:>>

    YuranPad include newly features and tools :

    Favorites files, Clips, detailed statistics, exist in English and French, file backup

https://sourceforge.net/projects/yuranpad/
Titel: Trilium Notes 0.45.6
Beitrag von: SiLæncer am 05 Dezember, 2020, 18:00
(https://i.postimg.cc/2yDgvbpj/screenshot-2595.png)
A hierarchical note-taking software application with focus on building large personal knowledge bases while also providing a flurry of options.

License: AGPL

Changelog

    Fixed disabled prefix in case of unsafe import to conform to new attribute name pattern constraints
    Fix incorrectly set isInheritable on inherited attrs
    Fix "open in new tab" in tree context menu
    Fix "open in new window" link context menu
    Don't show imageLinks in link map when they are connecting parent (text note) and child (image), closes #1461
    Show again the table handle and type around
    Show also keyboard shortcut for duplicateSubtree in context menu
    Add keyboard shortcut for duplicate subtree, #1451
    Add keyboard shortcut for include note, closes #1410

[close]

https://github.com/zadam/trilium
Titel: Znote 0.4.1
Beitrag von: SiLæncer am 05 Dezember, 2020, 19:15
(https://i.postimg.cc/qvfVnLWd/screenshot-2617.png)
Znote is a free, elegant program meant to help you write beautifully organized Markdown documents. You can organize your texts, notes, and files even better, using the simplistic left-side widget organizer for smoothly navigating different files.

Freeware

Changelog

    Add a new presentation layout mode (markdown only)
    Persist the layout mode between sessions

[close]

https://znote.lagrede.fr/
Titel: QOwnNotes 20.12.1
Beitrag von: SiLæncer am 05 Dezember, 2020, 19:30
(https://s26.postimg.cc/hoi1ahlcp/screenshot_978.png)
QOwnNotes is a text editor / notepad replacement with markdown support and todo list manager. The program supports themes, keyboard shortcuts, syntax highlighting, and encryption. Includes available nested file list, tags, search, and more. Optionally works with the notes application ownCloud or Nextcloud.

Cross-platform with clients available for Mac and Linux.

License: GPL

Whats new:>>

the fileCreated date will now also be set for new notes before the note folder is reloaded (for #117 (opens new window))

http://www.qownnotes.org/
Titel: Perpetual Notes 3.37
Beitrag von: SiLæncer am 06 Dezember, 2020, 10:30
(https://i.postimg.cc/PrmCcFXN/screenshot-1340.png)
Create versatile Rich Text Files with a tool meant to help you make the most out of your note-taking skills, and organize easier and more elegantly.

Donationware

http://www.enselsoftware.com/product/PerpetualNotes.html
Titel: QOwnNotes 20.12.2
Beitrag von: SiLæncer am 06 Dezember, 2020, 19:00
Whats new:>>

    the macOS, Snap and AppImage releases of QOwnNotes are now built with Qt 5.15.2
    (for #1972)
    the setting Editor/removeTrainingSpaces with a typo was migrated to Editor/removeTrailingSpaces

http://www.qownnotes.org/
Titel: Vim 8.2.2105
Beitrag von: SiLæncer am 07 Dezember, 2020, 08:10
Changes:>>

8.2.2105: sound test is a bit flaky

http://www.vim.org/index.php
Titel: QOwnNotes 20.12.3
Beitrag von: SiLæncer am 07 Dezember, 2020, 22:00
Whats new:>>

the Windows releases of QOwnNotes are now built with Qt 5.15.2 (for #1976
(opens new window))
added more Chinese Simplified, Russian translation (thank you unchase, ReverseDmitry, iclementine)

http://www.qownnotes.org/
Titel: Google Web Designer 10.0.1.1204
Beitrag von: SiLæncer am 08 Dezember, 2020, 06:00
(https://i.postimg.cc/t4kxrGLC/screenshot-2067.png)
Google Web Designer allows you to create engaging, interactive HTML5-based designs and motion graphics that can run on any device. Let us handle the HTML5 and CSS3 so you're free to focus on what you love to do: creating gorgeous visual experiences. A full design suite lets you easily bring any vision to life. If you're feeling more hands-on, all the code behind your designs is hand-editable, so you're never locked out of your own work. Your ideas are now amplified by code - not restricted by it.

Freeware

Changelog

    The selected size is now generated correctly for the shareable preview for a responsive ad.
    Fixed issue with the responsive preview not updating when the current time was changed in the Quick mode timeline.
    Fixed issue where the responsive preview was rendered using the previously closed document.
    Fixed issue with selecting an advertiser when publishing to Studio.

[close]

http://www.google.com/webdesigner
Titel: BabelEdit 2.8.0
Beitrag von: SiLæncer am 09 Dezember, 2020, 06:10
(https://s26.postimg.cc/7efmb9imh/screenshot_979.png)
A translation editor that can process one or more JSON files at the same time, providing support for both json and namespaced-json formats.

Freeware

Changelog

    Features:

    Machine translation using DeepL and Microsoft translation services
    Support for React "formatjs extract"
    Support for Angular Transloco
    YAML format: array support can be disabled
    Support for languages Gaelic, Marshallese, Tajik, Hmong, Luxembourgish
    Added "Reveal in finder" to language file table's context menu
    Linux Flatpak bundle available

    Fixes:

    XLIFF encoding
    Don't translate Laravel :parameters
    Stable xml attribute order in babel project files
    Linux: Scaling problem on 4K displays
    MacOS: Various minor issues on Big Sur / Apple M1

[close]

https://www.codeandweb.com/babeledit
Titel: Vim 8.2.2115
Beitrag von: SiLæncer am 09 Dezember, 2020, 06:40
(https://s26.postimg.cc/xww5nc4zt/screenshot_1282.png)
A highly configurable text editor built to enable efficient text editing - an improved version of the vi editor distributed with most UNIX systems.

Freeware

Changes:>>

8.2.2115: Vim9: some errors not tested for; dead code

http://www.vim.org/index.php
Titel: Vim 8.2.2123
Beitrag von: SiLæncer am 10 Dezember, 2020, 11:10
Changes:>>

    8.2.2123: after using a complete popup the buffer is listed
    8.2.2122: Vim9: crash when sourcing vim9script early
    8.2.2121: internal error when using ze before zs in a pattern
    8.2.2120: not all Perl functionality is tested
    8.2.2119: GTK3: status line background color is wrong
    8.2.2118: dead code in the job support
    8.2.2117: some functions use any value as a string
    8.2.2116: MS-Windows GUI: test for 'guifont' is incomplete

http://www.vim.org/index.php
Titel: TeXmacs 1.99.17
Beitrag von: SiLæncer am 11 Dezember, 2020, 09:45
(https://i.postimg.cc/Dfs43qvs/Daminion.png)
Text editors come in a wide variety of shapes and sizes, from simple note generators to advanced suites comprising complex formatting algorithms. In the latter category one can include TeXmacs, a unified and powerful editor for structured documents.

License: GPLv3

Changelog

    Continued bug fixes (1.99.17).
    Improved remote editing tools (1.99.17).
    New style package “comment” for various kinds of comments (1.99.17).
    Lightweight facility for managing user-defined keyboard shortcuts (1.99.17).
    Improved customizability of item lists and enumerations (1.99.17).

[close]

http://www.texmacs.org/tmweb/home/welcome.en.html
Titel: Typora 0.9.97 Beta
Beitrag von: SiLæncer am 11 Dezember, 2020, 19:15
(https://i.postimg.cc/25xV0Fq1/Virtual-DVD.png)
Swiftly write, edit, format and convert text to HTML with the help of this modern looking, streamlined and novice-accessible piece of software.

Freeware

Changelog

    Add vlang and forth code syntax highlight.
    Add “Properties” in context menu for file on Windows.
    Improve markdown parse logic.
    Improve UI and built-in themes.
    Improve compatibility with IMEs.
    Fix print may popup no printer available error.
    Fix open link with escaped urls.
    Fix some mermaid dialog bugs.
    Other bug fix.

[close]

http://www.typora.io/
Titel: Vim 8.2.2129
Beitrag von: SiLæncer am 12 Dezember, 2020, 09:15
Changes:>>

8.2.2129: MS-Windows: Checking if a file name is absolute is slow

http://www.vim.org/index.php
Titel: QOwnNotes 20.12.4
Beitrag von: SiLæncer am 12 Dezember, 2020, 10:00
(https://s26.postimg.cc/hoi1ahlcp/screenshot_978.png)
QOwnNotes is a text editor / notepad replacement with markdown support and todo list manager. The program supports themes, keyboard shortcuts, syntax highlighting, and encryption. Includes available nested file list, tags, search, and more. Optionally works with the notes application ownCloud or Nextcloud.

Cross-platform with clients available for Mac and Linux.

License: GPL

Whats new:>>

the scripting engine was fixed for Windows 10
(for #1979)

http://www.qownnotes.org/
Titel: Alternate Text Browser 3.860
Beitrag von: SiLæncer am 12 Dezember, 2020, 18:20
(https://i.postimg.cc/TYy7wJVb/screenshot-1429.png)
This program makes it easy to browse through text- and html-files (also xml), syntax highlighting for serveral programming languages available (C++, Pascal, PHP, Perl, ASM, JScript etc.).

Freeware

Whats new:>>

MathSolver 1.710 added

http://www.alternate-tools.com/pages/c_textbrowser.php?lang=ENG
Titel: Text Editor Pro 12.0.0
Beitrag von: SiLæncer am 12 Dezember, 2020, 21:00
(https://s26.postimg.cc/hfdkhoj9l/screenshot_896.png)
Text Editor Pro (formerly EditBone) is a powerful text editing tool that comes with syntax highlighting support for over 50 languages and scripts, customizable with over 100 options, 29 ready made styles, a handy file comparison feature, unicode character map, numerical unit convert tool, SQL formatter, and support for multiple directories and search results.

Freeware

Changelog

    Added encode/decode hex without spaces
    Added hot exit option for application (default true)
    Added Korean language, translated by Venusgirl
    Added shortcut for editor zoom (Ctrl+Num+/-)
    Added show character count option for status bar (default false)
    Fixed code folding in text editor control
    Fixed Dark color theme
    Fixed editor line spacing default value to zero
    Fixed hex encode/decode
    Fixed language files
    Fixed line wrap
    Fixed non-fixed width font painting in text editor control
    Fixed page control
    Fixed progress bar with editor zoom
    Fixed ruler with editor zoom
    Fixed search auto complete default value
    Fixed SQL highlighters
    Fixed toggle case
    Fixed triple click selection info
    Fixed Visual Basic highlighter
    Fixed window placement on startup
    Updated and fixed AlphaControls v15.21 - http://www.alphaskins.com/

[close]

https://texteditor.pro/
Titel: Vim 8.2.2135
Beitrag von: SiLæncer am 13 Dezember, 2020, 09:10
Changes:>>

Vim9: #{ still seen as start of dict in some places

http://www.vim.org/index.php
Titel: QOwnNotes 20.12.5
Beitrag von: SiLæncer am 13 Dezember, 2020, 13:00
Whats new:>>

    If you are searching for text in the note list now for the search term is also
    Searched again inside the notes when you click on other notes in the the note list
    (for #1980)

http://www.qownnotes.org/
Titel: Typora 0.9.98 Beta
Beitrag von: SiLæncer am 13 Dezember, 2020, 18:50
Whats new:>>

Fix regression bugs.

http://www.typora.io/
Titel: Zettlr 1.8.2
Beitrag von: SiLæncer am 13 Dezember, 2020, 19:00
(https://s26.postimg.cc/vfll9p4mh/screenshot_956.png)
Write text and conveniently edit it using Markdown with the help of this user-friendly and well-thought-out, Electron based application.

MIT License

Changelog

Support for Pandoc 2.11

The default Pandoc command now targets Pandoc 2.11 and above. In order to use the new command, make sure to "reset" it once, or (if it contains customisations) replace $citeproc$ with --citeproc --bibliography "$bibliography$" $cslstyle$. However, you can retain compatibility with older versions by replacing the new part --citeproc with --filter pandoc-citeproc. The new $bibliography$ variable will be replaced with /path/to/your/library.json. Furthermore, the $cslstyle$-variable will be replaced with --csl /path/to/your/style.json, if applicable.

GUI and Functionality

    The file search popup now retains your last search again.
    The global search now lets you select all text again.
    Removed deprecated Pandoc command variable $citeproc$ and added the two variables $bibliography$ and $cslstyle$.

    Began implementing better screen reader support for Zettlr. Now, a certain amount of elements has received correct labels according to the ARIA guidelines so that screenreader are now better in handling the app:

        The toolbar is now being recognised as such, the toolbar buttons themselves have correct labels
        The editor tabs are recognised as a tabbar and you can easily switch tabs now.
        The sidebar buttons are now being correctly identified as tabs.
        Added region landmark roles to a few of the components in order to facilitate quicker voice over navigation.
        The icons in the file manager now have role="presentation" set to not have the screen reader name all of those "unlabelled images" one by one.
    Fixed some relative links to files on your system not being resolved correctly.
    Fix weird indentation rendering in the syntax code highlighting blocks.
    Fixed an issue that sometimes did not fully shut down the application before exit. This lead to numerous issues, the most visible of which was that sometimes configuration changes were not persisted.
    Fixed an issue in which user dictionary-entries were not actually removed when removed from the preferences.
    The citation engine now also supports loading CSL YAML files as bibliographies.
    Fixed some issues with the citeproc provider.
    Fixed multi-cursor placement.
    Fix duplicate IDs when linking files whose filename contains the ID with the setting "Always link with filename."
    Fix a few visual link rendering oddities.
    Fix the ToC navigation sometimes not working.

Under the Hood

    Migrated the UpdateProvider to TypeScript.
    Migrated the DictionaryProvider to TypeScript.
    TextMarkers are now bound to the Document instances, not the editor overall. This increases the speed of document switching.

    Updated dependencies:

        @clr/icons 4.0.8
        adm-zip 0.5.1
        archiver 5.1.0
        bcp-47 1.0.8
        citeproc 2.4.52
        codemirror 5.58.3
        got 11.8.1
        mermaid 8.8.4
        semver 7.3.4
        uuid 8.3.2
        vuex 3.6.0
        fsevents 2.2.1
        @electron-forge/cli 6.0.0-beta.54
        @electron-forge/plugin-webpack 6.0.0-beta.54
        @teamsupercell/typings-for-css-modules-loader 2.4.0
        @typescript-eslint/eslint-plugin 4.9.1
        @typescript-eslint/parser 4.9.1
        cross-env 7.0.3
        css-loader 5.0.1
        csso 4.2.0
        electron 11.1.0
        electron-bundler 22.9.1
        eslint 7.15.0
        eslint-config-standard 16.0.2
        eslint-plugin-standard 5.0.0
        eslint-plugin-vue 7.2.0
        file-loader 6.2.0
        fork-ts-checker-webpack-plugin 6.0.6
        less 3.13.0
        less-loader 7.1.0
        mocha 8.2.1
        style-loader 2.0.0
        ts-loader 8.0.12
        typescript 4.1.3
        vue-loader 15.9.5
    Removed dependency v8-compile-cache

[close]

Download: https://github.com/Zettlr/Zettlr/releases

https://www.zettlr.com/
Titel: Text Editor Pro 12.1.0
Beitrag von: SiLæncer am 13 Dezember, 2020, 21:00
Whats new:>>

    Added allow exit with esc application option (default true)
    Added Turkish language, translated by Yagmur Adam
    Fixed editor zoom shortcuts (Ctrl+[+/-/0])
    Fixed encode/decode menus
    Fixed language files

https://texteditor.pro/
Titel: Vim 8.2.2143
Beitrag von: SiLæncer am 14 Dezember, 2020, 07:15
Changes:>>

8.2.2143: Vim9: dead code in compiling :unlet
8.2.2142: memory leak when heredoc is not terminated
8.2.2141: a user command with try/catch may not catch an expression error
8.2.2140: build failure with tiny features
8.2.2139: Vim9: unreachable code in assignment
8.2.2138: Vim9: "exit_cb" causes Vim to exit
8.2.2137: Vim9: :echo and :execute give error for empty argument
8.2.2136: Vim9: Using uninitialized variable

http://www.vim.org/index.php
Titel: Vim 8.2.2144
Beitrag von: SiLæncer am 15 Dezember, 2020, 09:15
(https://s26.postimg.cc/xww5nc4zt/screenshot_1282.png)
A highly configurable text editor built to enable efficient text editing - an improved version of the vi editor distributed with most UNIX systems.

Freeware

Changes:>>

8.2.2144: Vim9: some corner cases not tested

http://www.vim.org/index.php
Titel: VNote 3.0.0 Beta 2
Beitrag von: SiLæncer am 15 Dezember, 2020, 18:15
(https://s26.postimg.cc/871od8huh/screenshot_1147.png)
Peculiar yet interesting, open source piece of software that sports both Markdown editing capabilities and note management features.

MIT License

Whats new:>>

    Fix Import Legacy Notebook
    Refine toolbar
    Fix Outline viewer

https://github.com/tamlok/vnote
Titel: QOwnNotes 20.12.6
Beitrag von: SiLæncer am 15 Dezember, 2020, 22:00
(https://s26.postimg.cc/hoi1ahlcp/screenshot_978.png)
QOwnNotes is a text editor / notepad replacement with markdown support and todo list manager. The program supports themes, keyboard shortcuts, syntax highlighting, and encryption. Includes available nested file list, tags, search, and more. Optionally works with the notes application ownCloud or Nextcloud.

Cross-platform with clients available for Mac and Linux.

License: GPL

Whats new:>>

different cases in note names for different notes are now prohibited to prevent problems on case-insensitive filesystems, like NTFS (for #1988

http://www.qownnotes.org/
Titel: Vim 8.2.2146
Beitrag von: SiLæncer am 16 Dezember, 2020, 08:40
Changes:>>

    Vim9: automatic conversion of number to string for dict key
    Vim9: concatenating lists does not adjust type of result

http://www.vim.org/index.php
Titel: EmEditor Free 20.4.0
Beitrag von: SiLæncer am 16 Dezember, 2020, 09:30
(https://1z9j8fz5fww49iaje1itey71-wpengine.netdna-ssl.com/wp-content/uploads/2013/09/EmEditorFree_Window.png)
EmEditor is a lightning-fast, tabbed text editor with themes, syntax highlighting, stay-on-top, and customizable keyboard mapping. The program supports batch find-and-replace, regular expressions, and more.

The program beat a variety of other text editors in tests performed by TPFC user TP109. Additional features are available via a non-free version.

Free for personal use

Changelog

    New General Features:

    Added the Notifications feature. When events like “A New Version is available“, “A CSV file was detected“, etc. occur, EmEditor display a balloon tip on the right bottom corner of the window to allow you to confirm or select an action for the notification. Even after the balloon tip disappears after several seconds, you can still click on the Notification icon (??) on the status bar to display the Notification bar where you will find a list of the previous notifications. Clicking one of the items will bring up a dialog box to confirm or select an action for the notification.
    Improved the Update Checker behavior.
    Added an ability to set the global maximum memory size in MB, and optimized memory and thread usage when opening multiple large files simultaneously.
    Improved the speed of the Delete Duplicate Lines and Compare commands.

    New Options:

    Added the Notification page and Update page to the Customize dialog box.
    Added the Maximum Memory Size (MB) text box to the Advanced page of the Customize dialog box.
    Added Display File Names, Lines, and Matched Strings and Display File Names and Matched Strings to the Output Options drop-down list box of the Find in Files dialog box.

    New Commands:

    Toggle Notifications
    Customize Notifications
    Customize Update
    Remove Empty Columns
    Clear All Undo/Redo History
    Find Shortest Line/Cell

    Plug-in API New Features:

    Added the FLAG_FIND_FILE_AND_MATCHED and FLAG_FIND_FILE_LINE_AND_MATCHED flags to the BATCH_GREP_INFO and GREP_INFO_EX structures.

    Macro New Features:

    Added the eeFindFileLineAndMatched and eeFindFileAndMatched flags to the FindInFiles and BatchFindInFiles methods.

[close]

https://www.emeditor.com/text-editor-features/history/emeditor-free/
Titel: Zettlr 1.8.3
Beitrag von: SiLæncer am 16 Dezember, 2020, 11:46
(https://s26.postimg.cc/vfll9p4mh/screenshot_956.png)
Write text and conveniently edit it using Markdown with the help of this user-friendly and well-thought-out, Electron based application.

MIT License

Changelog

    New Feature: Added a quick filter to the file list that will filter the directory contents much more quickly than a full text search. Currently, it does not account for typos. It will attempt to match the filename, YAML frontmatter title, and first heading level 1 according to your preferences. If you simply type a #-symbol, the list will be filtered for files containing tags. Add a full tag behind it and the files containing that tag will be shown.
    Fixed broken link rendering from 1.8.2.
    The default PDF template of Zettlr is now compatible with Pandoc 2.11. This means it won't work with Pandoc 2.10 or less anymore. (Thanks to @Kangie for implementing.)
    Renaming files from the context menu of the document tabs now contains the original file name.
    Code files now have monospace fonts applied consistently.
    You have an additional option now to direct Zettlr to remove an object irreversibly, if moving it to trash fails due to some reason.
    Citations are now easier than ever as you do not have to put square brackets around them – Zettlr will do this automatically for you.
    Fixed another error where empty title-attributes inside YAML frontmatter would break down the complete file tree within which such a "malicious" file resides, resulting in the whole tree being offloaded and unusable.
    Fix a BibTex attachment parsing error.
    Migrated sorting functions into the FSAL module and converted them to TypeScript.
    Changed the FSAL parsing logic to separate the Markdown and code file logics.
    Fix a hidden error with the continuelist addon.
    Improved logging when certain files and directories take a significant amount of time to load.
    Fixed an ID problem where the ID file-manager was given twice.

[close]

Download: https://github.com/Zettlr/Zettlr/releases

https://www.zettlr.com/
Titel: BirdFont 4.8.11
Beitrag von: SiLæncer am 17 Dezember, 2020, 09:10
(https://s26.postimg.cc/rd1s4grdl/screenshot_137.png)
BirdFont is a free font editor that lets you create vector graphics and export TTF, EOT & SVG fonts.

Donationware

Latest Changes:>>

    A new tab for folder import of SVG images (batch import).
    Support for rectangles with rounded corners.
    Bug fixes related to ligature substitution in the kerning tab.

http://birdfont.org/
Titel: Vim 8.2.2208
Beitrag von: SiLæncer am 25 Dezember, 2020, 07:40
Changes:>>

Vim9: after reloading a script variable index may be invalid

http://www.vim.org/index.php
Titel: CudaText 1.118.2.0
Beitrag von: SiLæncer am 25 Dezember, 2020, 10:30
(https://s26.postimg.cc/k6wu8qcrt/screenshot_901.png)
Create programming scripts with this powerful tool that supports more than 130 languages and allows users to work concurrently on as many as six groups of projects.

Freeware

Changelog

+ add: option "ui_menu_themed_font_size", Windows only (thanks @dinkumoil)
- fix: caret shape was reset with Vim Mode plugin started (thanks @acicovic)
- fix: Windows: error in "Addons Manager / Install from GitHub" (thanks @acicovic)
- fix: lexer JS: tokenizing of some new JS operators

[close]

http://www.uvviewsoft.com/cudatext/
Titel: EmEditor Free 20.4.2
Beitrag von: SiLæncer am 25 Dezember, 2020, 11:45
Whats new:>>

    Fixed a bug where the Print Preview was incorrect on v20.4.1.

20.4.1

    Fixed a bug where EmEditor could crash if the opened document contains a very long line and the Highlight Matching Bracket option is on.
    Fixed a bug related to printing a very large file.

https://www.emeditor.com/text-editor-features/history/emeditor-free/
Titel: Vim 8.2.2220
Beitrag von: SiLæncer am 26 Dezember, 2020, 11:10
Changes:>>

Vim9: memory leak when parsing nested parenthesis

http://www.vim.org/index.php
Titel: PilotEdit Lite 14.8.0
Beitrag von: SiLæncer am 26 Dezember, 2020, 11:20
(http://www.pilotedit.com/images/OpenInQuickMode.PNG)
PilotEdit is a text, hex, XML, C/C++, HTML, PHP, Java, Javascript and Perl editor that can edit large files of 400GB (40 billion lines).

It offers customizable syntax and keyword highlighting, advanced search and replace operations, automatic text encoding, 256-bit AES encryption/decryption and a built-in FTP/SFTP client lets you open, edit, download and upload large files directly to/from a FTP/SFTP server.

In addition to standard text editing features, PilotEdit can compare and merge two large files of 100GB (10 billion lines). You can also sort, find/remove duplicate lines and extract strings over a large file of 1GB.

Freeware

Whats new:>>

supports Turkish

http://www.pilotedit.com/
Titel: Znote 0.5.0
Beitrag von: SiLæncer am 26 Dezember, 2020, 11:50
(https://i.postimg.cc/qvfVnLWd/screenshot-2617.png)
Znote is a free, elegant program meant to help you write beautifully organized Markdown documents. You can organize your texts, notes, and files even better, using the simplistic left-side widget organizer for smoothly navigating different files.

Freeware

Changelog

    Features:

    Improves use of the Tags system
    Adding ability to lock notes
    Adding Google authentication
    New merge tool when updating cloud file offline

    Bugfixes:

    Fixed too long filenames with ellipsis
    Fixed wrong file selection after filtering
    Removal of persistent tooltip
    Fixed incoherent Cloud limit

[close]

https://znote.lagrede.fr/
Titel: Perpetual Notes 3.43
Beitrag von: SiLæncer am 28 Dezember, 2020, 12:30
(https://i.postimg.cc/PrmCcFXN/screenshot-1340.png)
Create versatile Rich Text Files with a tool meant to help you make the most out of your note-taking skills, and organize easier and more elegantly.

Donationware

http://www.enselsoftware.com/product/PerpetualNotes.html
Titel: Vim 8.2.2241
Beitrag von: SiLæncer am 29 Dezember, 2020, 09:10
Changes:>>

Build with Ruby and clang may fail

http://www.vim.org/index.php
Titel: TeXstudio 3.0.2
Beitrag von: SiLæncer am 29 Dezember, 2020, 11:30
(https://i.postimg.cc/Fz8CktsG/screenshot-2846.png)
GPL-LaTeX-Editor, der das Erstellen von LaTex-Dokumenten in Unicode vereinfacht; unterstützt den Nutzer beim Schreiben mittels interaktiver Rechtschreibprüfung, Syntax-Highlighting, Code-Folding und automatischer Code-Vervollständigung.

Lizenz: Open Source

Whats new:>>

- handle \tabularnewline correctly (#1373)
- fix text insertion on selected text (#1359&#1354)
- changed behaviour for cut buffer and Ctrl+e (insert env)  (#1342)
- texdoc added as selectable command
- win build now uses 64 bit and can handle larger documents
- larger number of default dictionaries added

http://texstudio.sourceforge.net/
Titel: EmEditor Free 20.4.3
Beitrag von: SiLæncer am 29 Dezember, 2020, 11:45
(https://1z9j8fz5fww49iaje1itey71-wpengine.netdna-ssl.com/wp-content/uploads/2013/09/EmEditorFree_Window.png)
EmEditor is a lightning-fast, tabbed text editor with themes, syntax highlighting, stay-on-top, and customizable keyboard mapping. The program supports batch find-and-replace, regular expressions, and more.

The program beat a variety of other text editors in tests performed by TPFC user TP109. Additional features are available via a non-free version.

Free for personal use

Changelog

    Fixed a pre-v20.4 bug where EmEditor could potentially crash when opening a very large file.
    Added the “Do not show this notification again” link to notification balloon tips.
    Turned off auto markers by default.

[close]

https://www.emeditor.com/text-editor-features/history/emeditor-free/
Titel: CudaText 1.119.0.0
Beitrag von: SiLæncer am 29 Dezember, 2020, 17:30
(https://s26.postimg.cc/k6wu8qcrt/screenshot_901.png)
Create programming scripts with this powerful tool that supports more than 130 languages and allows users to work concurrently on as many as six groups of projects.

Freeware

Changelog

    add: command "delete to document begin" (thanks @acicovic)
    add: allow empty-string value of "pylib" option to disable Python engine (thanks @xcme)
    add: option "ui_menu_themed_font_size", Windows only (thanks @dinkumoil)
    add: wiki topic: https://wiki.freepascal.org/CudaText#Activating_internet_links
    fix: command "delete to file end" was very slow on huge files; renamed this command to "delete to document end"
    fix: options "auto_close_brackets" and all "autocomplete_*" were working bad with lexer-specific configs (thanks @Shovel)
    fix: caret shape was reset with Vim Mode plugin started (thanks @acicovic)
    fix: Windows: error in "Addons Manager / Install from GitHub" (thanks @acicovic)
    fix: lexer JS: tokenizing of some new JS operators

[close]

http://www.uvviewsoft.com/cudatext/
Titel: Mark Text 0.16.3
Beitrag von: SiLæncer am 29 Dezember, 2020, 17:45
(https://i.postimg.cc/zfd3DrjN/Mark-Text.png)
Take notes or markdown code that you format and preview in real time and then export to HTML or PDF using this straightforward tool.

MIT License

Changelog

    Breaking Changes:

    Disabled rendering of MathML elements.

    Feature:

    Added support for SPARQL and Turtle languages (@vemonet).
    Added support for forward navigation in table cells with Shift+Tab (@evan-cohen).
    Added support for negative zoom.
    Adjusted footnote inline code font size.
    Added shortcut to toggle table of contents panel (@zmen).
    Added settings option to disable HTML rendering.
    Added support for a relative image directory.
    Added support to include table of contents in exported document.

    Optimization:

    Improved color of word counter in graphite light theme (@bmvisoky).
    Improved UX of font selection.

    Bug fix:

    Fixed XSS security vulnerability when parsing MathML submitted by @0xBADCA7.
    Fixed an issue that URLs with trailing slashes are not recognized (@sweetliquid).
    Fixed closing tabs with mouse-middle click (@mnxn).
    Fixed an exception when selecting a table cell with Ctrl+A (@AmauriAires).
    Fixed quick open searcher (@munckymagik).
    Fixed code highlighting in a special case (@zmen).
    Fixed an issue with shaking in typewriter mode (@MrHeer).
    Fixed spell checker config schema violation on Windows and allowed BCP-47 language codes.
    Fixed behavior when a single table cell is selected.
    Fixed an issue that symbolic files could not be opened.
    Fixed blank window when opening a second window with --new-window.

[close]

https://github.com/marktext/marktext
Titel: TeXstudio 3.0.3
Beitrag von: SiLæncer am 30 Dezember, 2020, 11:30
Whats new:>>

No changes, just a build fix for OSX

http://texstudio.sourceforge.net/
Titel: JSONedit 0.9.36
Beitrag von: SiLæncer am 30 Dezember, 2020, 20:30
(https://s26.postimg.cc/zcd5ubda1/screenshot_961.png)
JSONedit is a simple editor for the JavaScript Object Notation format "a text-based open standard designed for human-readable data interchange" (source) with availble text and tree views.

Includes array generator using embedded Lua interpreter and Scintilla for text edition.

License:    Freeware

Changelog

    hotkey settings: width of action type combobox changes depending on selected type (wider for types other than script)
    removed default shortcuts/hotkeys for adding sibling and child to node in tree view; these shortcuts are now opt-in and configurable
    added new action types to hotkey configuration: adding sibling and child nodes in tree view
    fixed Tab order between basic node value edit panel and (optional) node comment edit panel
    after adding new node sibling/child node name (or node text value for array elements) is focused
    changed Lua AddNodeAsSibling function - function takes now two arguments, node name (if applicable) and value - JSON text (previously: on value, node name was always default "<add name>" text)
    Lua AddNodeAsSibling(name, value) inserts new node right after selected node, not at the end
    Lua script window: added AddNodeAsSibling example to help
    tree editor settings: added selection which action would use Ctrl+V shorcut (paste as child or paste as sibling)
    added new action types to hotkey configuration: pasting in tree as sibling and as child
    added new action types to hotkey configuration: changing node type in tree view
    added Lua BringToFront() function - to be used within scripts started by global hotkeys, e.g. combined with fetching file with curl
    fixed problem with keyboard handling when entering script file name to hotkey configuration
    added luacheck integration to Lua editor window (as in tSIP)

[close]

http://tomeko.net/software/JSONedit/index.php
Titel: Vim 8.2.2251
Beitrag von: SiLæncer am 31 Dezember, 2020, 09:15
(https://s26.postimg.cc/xww5nc4zt/screenshot_1282.png)
A highly configurable text editor built to enable efficient text editing - an improved version of the vi editor distributed with most UNIX systems.

Freeware

Changes:>>

8.2.2251: test failures in legacy script

http://www.vim.org/index.php
Titel: TeXmacs 1.99.18
Beitrag von: SiLæncer am 31 Dezember, 2020, 10:30
(https://i.postimg.cc/Dfs43qvs/Daminion.png)
Text editors come in a wide variety of shapes and sizes, from simple note generators to advanced suites comprising complex formatting algorithms. In the latter category one can include TeXmacs, a unified and powerful editor for structured documents.

License: GPLv3

Changelog

    Minor bug fixes
    Minor progress on the remote editing tools

[close]

http://www.texmacs.org/tmweb/home/welcome.en.html
Titel: PSPad 5.0.4.540
Beitrag von: SiLæncer am 31 Dezember, 2020, 11:15
(http://images.six.betanews.com/screenshots/1076948037-1.png)
PSPad is a universal freeware editor. There is no complex install process; the program is ready to work immediately, without requiring customization. It supports many file types and languages, with syntax highlighting. There are macros, clip files and templates to automate repetitive activities. An integrated HEX Editor, Project support, FTP Client, Macro Recorder, File Search/Replace, Code Explorer, code page conversion, are just some of the many possibilities that PSPad can offer you.

Freeware

Changelog

    Autocomplete doesn't complete numbers in automatic mode, in manual mode does
    Own editor font usage without to have install it - put your TTF files into subfolder .\Fonts
    Highlighter settings - added possibility to open selected user highlighter definition
    Code explorer - Sort button has "state". You can switch it on/ff for current Window. Default state cames from Program settings / Tools - Sort code explorer
    Code explorer - selected item stays selected after sort change or refresh (if exists)
    Code explorer - search is case insesitive, Alt, Ctrl, Shift doesn't reset search, Ctrl+Enter search for next occurence
    Sort lines uses "stable sort", If lines are same, order isn't changed. It has meaning for sort by column.
    FTP quick search box is case insensitive
    FTP - new field for change folder with history for each server stored in Recent.ini. ENTER confirm entry and send command to FTP server.
    New user highlighter definition for Solidity
    Open files panel - possibility to arrange selected windows Horizontally/Vertically
    Open file list (left tool panel) - possibility select and close more files at once (right mouse)
    File info shows current open file last write time
    Scripts files are sorted alphabetically before adding to scripting engine. Put underscore to the file name begin if you want to compile e.g. your script library as the first
    Program settings / Backup - new options allow switch on/off autosave files with computer suspend
    Program settings - added search option possibility. Repeated Enter key press search for occurences
    Synchronize movement activation is possible even in one splitted window
    Project - speed up big project file loading
    User highlighter - added support for Ruby symbols
    FTP ciphering - updated OpenSSL libraries
    PHP highlighter - added void type support
    AutoIt highlighter marks # as part of the word when double click
    JavaScript highlighter - added support for Template literals (Template strings) and new JScript highlighter attribute Template for color setting
    Current file tab highlight
    Incremental search (Ctrl+E) - extended functionality - Right arrow adds another char, Tab adds string till end of the word
    Favorite panel / Tools - added option Save all files before tool starts
    Status bar was moved to the bottom of main window from the bottom of individual windows. The reason is reading devices support for visually impaired people.
    INI highlighter - hexadecimal numbers are highlighted
    C# highlighter is supported now as basic highlighter instead of user highlighter
    Color schemes are stored per user highlighter slot instead of previous system where all user highlighter slots has common scheme.
    PSPad saves all files in restart/shutdown state include never saved new files.
    Skins - Program settings / Colors - is possible to change program skin to black. In the same place you can load Highlighters scheme. Optimized are PSPad_Light and PSPad_Dark. Creating and modifying schemes stays in Highlighter settings. As Skin is possible to use any Delphi VCL scheme (VSF extension).
    Program settings / Colors - possibility to set color for other occurrence of selected text
    Other occurences of selected text - changed to case insensitive, spaces on the begin/end are trimmed
    Many optimalizations made for Load/Save highlighters scheme
    Open/Save dialog work was rewrited (joined with skins). For Windows Vista and newer new system dialogs are used
    Internal HTML preview - obsolete Mozilla, based on unsupported Mozilla activeX control was replaced for Chromium based Edge. To test it is necessary to install chromium based Edge Canary build. It can coexists with existing Windows 10 edge without problems.
    Editor window - highlight all occurences of selected text. You can switch it off in the Program settings / Editor 2
    Compiled with Delphi 10.4 Denali (still in beta stage)
    New Memory manager version FastMM5
    User highlighter - added "Attribute" for PowerShell - it highlights word after square open bracket
    Find by lines - new function in the Search menu. Input is list of line numbers and result is set of lines from current document in new document.
    Scroll past EOF (Program settings / Editor 1) - separated as standalone option from previous scroll past EOL and EOF
    Splitted editor window - splitter has different color, splitter width depends of screen DPI
    New scripting function tabsToSpaces(input: string): string
    Autocorrect - won't be executed if text is selected
    Format block (left/right/center) works in column selection with limitation - text doesn't contain real tabs.
    User highlighter extended of Variable attribute with possibility highlight PHP like variables (starting with $)
    FTP - added possibility to rename folder with connections. It's possible to use it to join folders too
    FTP - connection popup menu is organized into submenus according to folders
    Updated color scheme PSPad dark and PSPad light

    JSON reformat didn't take indent size from the program settings
    Char # was added as word break char for HTML and XHTML highlighter
    Program settings / System - some option was unavailable
    memory leaks joined with Code explorer
    FTP - edit FTP - wrong detection of existing connection
    FTP - exception when click on the arrow next FTP connection button
    Program settings / System integration. If TXT wasn't assigned to PSpad, PSpad always returned Notepad with Program settings confirmation
    User highlighter - variables with '_' char
    User highlighter - mark variable starts on $ with dblclick
    Statusbar - font size with high DPI
    Fixed another problems related to file closing
    Windows shell script - highlighting variable with '#' char, e.g. %ip#1%
    PHP Code explorer - escaped apostrophe in string
    Autoit Highlighter - fix of single line comments
    AutoIt code explorer - fixed typo in category name
    Save As - hadnel unwanted adding of file extension when extension wasn't included in SaveDialog filter
    User highlighter - fixed using different string types together in one highlughter
    Find - result won't be centered horizontally, horizontal scroll will be as minimal as possible to ensure result is visible
    Search/replace - fix when replace string contains \n (new line)
    Scripting - if script runs when PSPad closes, message with script error appeared
    Fixed prolems with TXT files and save As dialog filter
    Brackets highlight
    Fixed another bugs joined to fast window Open/Close
    Optimized redraw/flickering in window switching
    Tollbar size change for another than default iconset
    FTP - sort by date time
    New file, Change syntax dialog and TXT button - file extension was changed to New.*
    Close bigger count of files at once caused exception
    Many fixes related to skins
    File explorer - remembering size and resizing file box
    Toolbar buttons height with user defined scale in Windows display settings
    CSS highlighter - added missing ALL property
    Fixed change of the active documents when you minimize/restore maximized PSPad window
    Close to SysTray - switching documents after restore
    Swap line above/bellow with active WordWrap mode
    First start program detection - initial color scheme loading
    Lot of fixes related to dark theme
    Removed flickering when localization is changed, iconset is changed, ...
    Find/Replace in files - problem with code page change in replace process
    Tool panel - button size of the first toolbar
    Mark all occurrences of selected text - problem with composite unicode characters
    Search in files background with dark color scheme and light skin combination;
    Unix Shell Script - comment highlight fix
    Pascal Code Explorer - fixed missing class names, sorting depends of global parameter, joined procedures and functions into one section
    Log panel resize button - status bar was moved under the log window
    Search/Replace in files - select directory dialog appears under search window, search dialog was always diaplyed on the top
    Windows flicker when maximized PSPad is restored from minimized state
    when PSPad starts, new empty window wasn't maximalized
    handled exception saving PSpad.INI where there were no user rights
    handled exception reading internet proxy settings when user has no right to read it.
    TextDiff - line change window wasn't moved by second window horizontal scrollbar
    Maximized child window when file is open in empty PSPad
    Close all was disabled when no file was open but project was
    Code explorer was closed on ESC in some cases
    Add accent marks (menu Edit / Special conversion)
    Highlighter settings / Right edge position - there was possible to set 2 digits number only for the right edge position
    Autocompletion window with styles - window title
    Python highlighter - problem with triple quoted strings and escape char
    Non maximized windows inside editor was maximized after restore
    C++ Code explorer detect printf in some cases as function
    Windows Shell Script - keywords and parameters
    Autohotkey Code Explorer - fixed included classes hierarchy, added properties into Code explorer content
    PageSetup dialog was enabled in case of Hexedit too and it's call caused exception
    Autohotkey Code explorer - removed { form the functions list

[close]

http://www.pspad.com/
Titel: QOwnNotes 21.1.0
Beitrag von: SiLæncer am 31 Dezember, 2020, 12:00
(https://s26.postimg.cc/hoi1ahlcp/screenshot_978.png)
QOwnNotes is a text editor / notepad replacement with markdown support and todo list manager. The program supports themes, keyboard shortcuts, syntax highlighting, and encryption. Includes available nested file list, tags, search, and more. Optionally works with the notes application ownCloud or Nextcloud.

Cross-platform with clients available for Mac and Linux.

License: GPL

Whats new:>>

    if you switch between previous and next note tabs now the note text edit is focused (for #2001)
    the cursor position in the notes is remembered when switching to another tab and restored when you come back to the tab
    added more translation (thank you rawfreeamy, amirkbrpr, mguerra, martastan, cberetta, unchase)

http://www.qownnotes.org/
Titel: Notepad++ v7.9.2
Beitrag von: SiLæncer am 01 Januar, 2021, 09:00
(https://i.postimg.cc/90QrsKpv/screenshot-818.png)
Notepad++ is a tabbed source code editor and Notepad replacement with a customizable interface. It is one of the few few source code editors that supports "folding," allowing users to quickly reduce and expand sections of code to see the overall document. In addition, it features multi-language syntax highlighting, auto-completion, regular expression search/replace, macro recording and playback, etc. The program can access a long list of plug-ins via an easy-to-access menu with even more features and functions.

License: GPL

Changelog

    Fix regression of auto-Indent. (Fix #9113)
    Add custom URI schemes ability. (Fix #9155)
    Improve URL parser: fix apostrophe in an URL issue. (Fix #9031)
    Add context menu with “Copy link” ability. (Implement #2435)
    Add color samples on menu items for styling features. (Fix #8983)
    Add “-settingsDir” argument for overriding default settings path. (implement #4696)
    Fix crash while exit command issued by plugin. (Fix #9082)
    Fix several bugs of PHP parser rule for function list. (Fix #3321, #5045, #4627, #4606, #8855, #4208, #981, #2522, #1103, #4712, #3560, #5150, #4606)
    Move “Normal Text” to top in Languages Menu. (Implement #7746, #8277)
    Add new API NPPM_GETSETTINGSONCLOUDPATH for plugins. (Implement #9168)
    Add an option for displaying constant line number width. (Implement #5670)
    Fix function list is empty with new user profile in the same PC issue. (Fix #9134)
    Fix single-quoted string being badly recognized as attribute value in XML. (Fix #3403)
    Fix docked panels appear with “-nosession” cmd line parameters. (Fix #8005)
    Improve text selection after Replace All In Selection operation. (Fix #9270)
    Add the number of total documents on windows dialog’s title bar. (Implement #8338)
    Fix scroll to last line problem after main window resizing. (Fix #9123)
    Fix Plugin admin display UTF-8 issue in its description. (Fix #9266)
    Fix Search result’s text direction (RTL) not always synchronized with main edit zone’s one issue. (Fix #9241)
    Fix dockable panels display issue in RTL direction. (Fix #9241)
    Fix Search result line number highlighting inaccurate issue. (Fix #9224)
    Make “Line” preceding each line number on Search Results translatable. (Fix #9224)
    Fix menu check marks not being removed after closing “Clipboard History” and “Character Panel” panels. (Fix #9216)
    Fix command line arguments -p, -n & -c negative value’s undefined behaviour. (Fix #9146)
    Add new Margin/Border/Edge sub-page in Preferences. (Implement #8896)
    Fix find in files failure issue due to directory path with leading/trailing spaces. (Fix #9199)
    Fix folder icon display issue in “Folder as Workspace” after “Expand/Collapse All”. (Fix #8912)
    Make “Clipboard History” and “Character Panel” togglable. (Fix #9094, #9078)
    Fix Find in found results dialog launch failure after macro execution. (Fix #8199)
    Disallow Goto dlg offset option from moving to position inside multi-byte char or between CR and LF. (Fix #9101, #9125)
    Fix “Go to…” dialog wrong Offset value in empty files. (Fix #9145)
    Prevent corruption possibility when using -p command line parameter in a UTF file. (Fix #9142)
    Improve indent guidelines on non-brace control block languages. (Fix #9137)
    Prevent names of untitled tabs from duplication. (Fix #9119)
    Add tooltips for Folder as Workspace 3 commands. (Fix #8325)
    Fix “SCI_NEWLINE” inside a macro not working issue. (Fix #5571)
    Fix bug where search-results won’t open ‘new 1’ file. (Fix #8461, #9098)
    Fix tab close button remain pushed issue. (Fix #7750)
    Enhance ghost typing command line argument feature - using white space directly instead of %20. (Commit)

[close]

Download: https://github.com/notepad-plus-plus/notepad-plus-plus

https://notepad-plus-plus.org/
Titel: PSPad v5.0.4.543
Beitrag von: SiLæncer am 01 Januar, 2021, 09:30
Whats new:>>

News:

Autocomplete doesn't complete numbers in automatic mode, in manual mode does

Fixes:

Autohotkey Code explorer - removed { form the functions list

http://www.pspad.com/
Titel: Vim 8.2.2257
Beitrag von: SiLæncer am 01 Januar, 2021, 10:10
Changes:>>

Vim9: using -> for lambda is ambiguous

http://www.vim.org/index.php
Titel: Alternate TextBrowser 3.890
Beitrag von: SiLæncer am 01 Januar, 2021, 18:30
(https://i.postimg.cc/TYy7wJVb/screenshot-1429.png)
This program makes it easy to browse through text- and html-files (also xml), syntax highlighting for serveral programming languages available (C++, Pascal, PHP, Perl, ASM, JScript etc.).

Freeware

Whats new:>>

GUI bugfix in options dialog

http://www.alternate-tools.com/pages/c_textbrowser.php?lang=ENG
Titel: Perpetual Notes 3.44
Beitrag von: SiLæncer am 01 Januar, 2021, 20:45
(https://i.postimg.cc/PrmCcFXN/screenshot-1340.png)
Create versatile Rich Text Files with a tool meant to help you make the most out of your note-taking skills, and organize easier and more elegantly.

Donationware

http://www.enselsoftware.com/product/PerpetualNotes.html
Titel: Vim 8.2.2269
Beitrag von: SiLæncer am 02 Januar, 2021, 09:15
(https://s26.postimg.cc/xww5nc4zt/screenshot_1282.png)
A highly configurable text editor built to enable efficient text editing - an improved version of the vi editor distributed with most UNIX systems.

Freeware

Changes:>>

not all :hardcopy code covered by tests

http://www.vim.org/index.php
Titel: TeXstudio 3.0.4
Beitrag von: SiLæncer am 03 Januar, 2021, 09:00
(https://i.postimg.cc/Fz8CktsG/screenshot-2846.png)
GPL-LaTeX-Editor, der das Erstellen von LaTex-Dokumenten in Unicode vereinfacht; unterstützt den Nutzer beim Schreiben mittels interaktiver Rechtschreibprüfung, Syntax-Highlighting, Code-Folding und automatischer Code-Vervollständigung.

Lizenz: Open Source

Whats new:>>

- fix RTL presentation when zoomed (#1404)
- fix pdf toolbar size setting

http://texstudio.sourceforge.net/
Titel: Vim 8.2.2282
Beitrag von: SiLæncer am 03 Januar, 2021, 10:10
Changes:>>

Length check mismatch with argument of strncmp().

http://www.vim.org/index.php
Titel: MiTeC XML Viewer v6.1.0
Beitrag von: SiLæncer am 03 Januar, 2021, 10:30
(https://i.postimg.cc/gj4Sb50w/screenshot-860.png)
MiTeC XML Viewer include simple XML Editor with xml validation, very fast SAX parser, support hierarchical and text preview, text searching, Base64 decoding, attribute listing, image interpretation, Web and Content preview and large files up to available memory.

Freeware

Whats new:>>

+ OpenXML Browser
+ Commercial registration added
+ MRU management added
* Bug fixed

http://mitec.cz/xmlv.html
Titel: QOwnNotes 21.1.1
Beitrag von: SiLæncer am 03 Januar, 2021, 18:00
(https://s26.postimg.cc/hoi1ahlcp/screenshot_978.png)
QOwnNotes is a text editor / notepad replacement with markdown support and todo list manager. The program supports themes, keyboard shortcuts, syntax highlighting, and encryption. Includes available nested file list, tags, search, and more. Optionally works with the notes application ownCloud or Nextcloud.

Cross-platform with clients available for Mac and Linux.

License: GPL

Whats new:>>

    Now the first occurrence of the search term is found first in the note text,when searching for notes in the note search panel (instead of the the last occurrence) (for #1981)
    Added more translation (thank you amirkbrpr, afischer211, rawfreeamy, zmni, martastan, silviact)

http://www.qownnotes.org/
Titel: Dnote 0.12.0
Beitrag von: SiLæncer am 03 Januar, 2021, 19:30
(https://s26.postimg.cc/z38h40qwp/screenshot_529.png)
Write technical notes and neatly organize them into books without leaving the command line with the help of this simplistic utility.

MIT License

Whats new:>>

    Added:

    Add --content-only flag to print the note content only (#528)

    Changed:

    Use XDG base directory on Linux and macOS (#527)

https://dnote.io/
Titel: Vim 8.2.2293
Beitrag von: SiLæncer am 04 Januar, 2021, 08:15
Changes:>>

8.2.2293: build failure with Motif

http://www.vim.org/index.php
Titel: VNote 3.0.0 Beta 4
Beitrag von: SiLæncer am 04 Januar, 2021, 18:20
(https://s26.postimg.cc/871od8huh/screenshot_1147.png)
Peculiar yet interesting, open source piece of software that sports both Markdown editing capabilities and note management features.

MIT License

Whats new:>>

    Add theme moonlight for dark mode
    Add shortcuts for split and workspace
    Bug fix
    More configs in Settings dialog for Markdown viewer
    Support section number in edit mode (without the dot suffix)
    Support link jump in Markdown viewer
    Use socket for single instance guard

https://github.com/tamlok/vnote
Titel: ProgramEdit 5.0.1
Beitrag von: SiLæncer am 04 Januar, 2021, 18:30
(https://s26.postimg.cc/wcabyxqq1/screenshot_58.png)
ProgramEdit - a free Windows® software source-code editor. ProgramEdit includes language support for HTML, Ada, C/C++, C#, CSS, JAVA, JavaScript, Perl, PHP, Python, Ruby, VB, VBScript, Verilog, VHDL and Batch(.bat) files. Other features include tabbed file selection, text highlighting, find & replace, regular expressions, sesssions, bookmarks, multiple undo/redo and hyperlinks.

Freeware

Whats new:>>

    Add View/ZoomIn & ZoomOut
    Fix several minor bugs

http://simplesolverlogic.com/index.html
Titel: QOwnNotes 21.1.2
Beitrag von: SiLæncer am 05 Januar, 2021, 09:00
Whats new:>>

    now the extra-selections of the search results in the note text are also highlighted when searching for notes in the note search panel (for #1981)
    now the main heading in the experimental note list preview is shown if the main headings is allowed to be different than the note name in the current note folder (for #2004)

http://www.qownnotes.org/
Titel: Vim 8.2.2301
Beitrag von: SiLæncer am 05 Januar, 2021, 09:20
Changes:>>

Vim9: cannot unlet a dict or list item.

http://www.vim.org/index.php
Titel: CudaText 1.120.0.0
Beitrag von: SiLæncer am 05 Januar, 2021, 21:40
(https://s26.postimg.cc/k6wu8qcrt/screenshot_901.png)
Create programming scripts with this powerful tool that supports more than 130 languages and allows users to work concurrently on as many as six groups of projects.

Freeware

Changelog

    Add: Find dialog has new toggle button "Hi", it means "Highlight all matches". Matches are highlighted with a rounded border, which color is taken from "SeparLine" syntax theme item. Editor also auto-scrolls to the first match, like in Sublime. (thanks @xcme)
    Add: command "find next" in multi-selections now supports "in selection"+"wrapped search" (with the forward search)
    Change: Find dialog has changed layout: removed input-field labels; shortened button captions to "|<" (find first), ">" (find next), "<" (find previous), "..." (show menu with "count all", "extract all" etc) (thanks @OlehL, @myCrack)
    Add: option "find_hi_max_lines"
    Add: option "find_hi_move_caret"
    Add: option "find_hotkey_op_hi"
    Add: option "find_hidden_buttons" is extended, it can now hide several toggle-button options
    Add: lexer C++: code-tree improvement: change icons for "namespace"; detect "struct name<T>"; avoid C++ keywords "requires" in code-tree
    Add: lexer C++: highlight labels, in "goto label;" and "label: statement;"
    Add: lexer Bash: highlight numbers in form like "100suffix"
    Add: sync Asian code-page convertion code with Lazarus patch (Support EUDC to PUA Microsoft mapping) by @powerpcer
    Change: option "ui_active_border" changed to integer, allowing setting the border width (thanks @xcme)
    Change: changed default values of "find_suggest_sel"/"find_suggest_cur_word" to be like in ST3 (thanks @xcme)

[close]

http://www.uvviewsoft.com/cudatext/
Titel: Vim 8.2.2305
Beitrag von: SiLæncer am 06 Januar, 2021, 13:10
Changes:>>

Vim9: "++var" and "--var" are silently accepted
Vim9: no test for unletting an imported variable
Vim9: backtick expansion doesn't work for :foldopen
Vim9: using an option value may use uninitialized memory

http://www.vim.org/index.php
Titel: Vim 8.2.2306
Beitrag von: SiLæncer am 07 Januar, 2021, 07:10
Changes:>>

8.2.2306: Vim9: when using function reference type is not checked

http://www.vim.org/index.php
Titel: EmEditor Free 20.4.4
Beitrag von: SiLæncer am 07 Januar, 2021, 08:30
(https://1z9j8fz5fww49iaje1itey71-wpengine.netdna-ssl.com/wp-content/uploads/2013/09/EmEditorFree_Window.png)
EmEditor is a lightning-fast, tabbed text editor with themes, syntax highlighting, stay-on-top, and customizable keyboard mapping. The program supports batch find-and-replace, regular expressions, and more.

The program beat a variety of other text editors in tests performed by TPFC user TP109. Additional features are available via a non-free version.

Free for personal use

Changelog

    Fixed a bug where trying to open a file larger than 2.1 billion lines could crash EmEditor.
    Fixed a v20.4.1+ bug where editing in vertical selection mode could crash EmEditor.
    Fixed a v20.4 bug where clicking a URL of 260 characters or longer to open could cut off the URL.
    Fixed a bug where clicking the Pause button in the Large File Controller might show an error message.
    Fixed issues related to the notification feature.

[close]

https://www.emeditor.com/text-editor-features/history/emeditor-free/
Titel: Google Web Designer 10.0.2.0105
Beitrag von: SiLæncer am 07 Januar, 2021, 13:20
(https://i.postimg.cc/t4kxrGLC/screenshot-2067.png)
Google Web Designer allows you to create engaging, interactive HTML5-based designs and motion graphics that can run on any device. Let us handle the HTML5 and CSS3 so you're free to focus on what you love to do: creating gorgeous visual experiences. A full design suite lets you easily bring any vision to life. If you're feeling more hands-on, all the code behind your designs is hand-editable, so you're never locked out of your own work. Your ideas are now amplified by code - not restricted by it.

Freeware

Changelog

Fixed issue where the Publish > Campaign Manager 360 menu command didn't work.

[close]

http://www.google.com/webdesigner
Titel: BaseX 9.4.6
Beitrag von: SiLæncer am 07 Januar, 2021, 19:45
(https://s26.postimg.cc/zexqg30d5/screenshot_63.png)
BaseX is a Java-based software application that integrates an XML database and XQuery text editor. It is wrapped in a user-friendly working environment and comes packed with several useful options and configuration parameters for experienced users.

BSD License

Whats new:>>

Performance tweaks, minor bug fixes

http://basex.org/
Titel: CudaText 1.120.2.1
Beitrag von: SiLæncer am 07 Januar, 2021, 23:20
(https://s26.postimg.cc/k6wu8qcrt/screenshot_901.png)
Create programming scripts with this powerful tool that supports more than 130 languages and allows users to work concurrently on as many as six groups of projects.

Freeware

Changelog

    Add: command "settings: clear find/replace dialog history"
    Add: command "settings: clear console input history"
    Add: Find dialog: add all search actions to "..." menu (thanks @kvichans)
    Add: Find dialog: when undocked, show search messages also in Find dialog caption (thanks @kvichans)
    Add: Find dialog: "Highlight all" action shows working time in msec (thanks @tmsg)
    Add: lexers C, C++: highlight of several operators, like <=> ||= &&= : # ##
    Add: lexers C, C++: highlight of preprocessor directives
    Fix: regression in Find dialog, caused by addition in 1.120.0 (thanks @hamasaki)
    Fix: Find dialog: code-tree selection was not updated via buttons "find next/previous" (thanks @Jairo-Martinez)

[close]

http://www.uvviewsoft.com/cudatext/
Titel: Vim 8.2.2311
Beitrag von: SiLæncer am 08 Januar, 2021, 09:10
(https://s26.postimg.cc/xww5nc4zt/screenshot_1282.png)
A highly configurable text editor built to enable efficient text editing - an improved version of the vi editor distributed with most UNIX systems.

Freeware

Changes:>>

8.2.2311: Vim9: cannot assign to variable that shadows command modifier

http://www.vim.org/index.php
Titel: Zettlr 1.8.5
Beitrag von: SiLæncer am 08 Januar, 2021, 18:30
(https://s26.postimg.cc/vfll9p4mh/screenshot_956.png)
Write text and conveniently edit it using Markdown with the help of this user-friendly and well-thought-out, Electron based application.

MIT License

Changelog

Apple Silicon Support

This version provides native Apple Silicon/M1 support, a.k.a. the darwin/arm64 architecture. Make sure to download the correct update file (either x64 for Intel-based Macs or arm64 for the new Apple Silicon chips).
A Note to Apple Silicon users

If you possess one of the new Apple devices sporting Apple's M1 chip, please see whether or not the application is able to run the built-in pandoc (which is still compiled for 64 bit). If your bundled exporter fails, please report an issue.
A Note to Windows ARM users

As of the current development build, Microsoft has finished support for running 64 bit applications on ARM computers. However, this is not yet officially released, so the bundled Pandoc might not work and you have to return back to the system-wide installation. However, if the bundled 64 bit Pandoc does work on your ARM computer, please notify us so we know that we can officially support Windows ARM again!
Drag Behaviour Fixes

Due to efforts within the file manager structure, we could re-enable the functionality to drag files out of the app without having to press any modification key before actually dragging something.
Final Fix to the Pandoc Command

Make sure to reset your Pandoc command once again in the advanced preferences tab, especially if you receive "could not open binary file"-errors from Pandoc!
GUI and Functionality

    Feature: 64bit applications will now run the built-in Pandoc. To see whether your application runs using the bundled Pandoc, open the developer logs and look for "pandoc." If Zettlr has used the built-in Pandoc for an export, the pandoc command will not begin with "pandoc" but with the full, absolute path to the bundled Pandoc binary. If your application does use the bundled Pandoc, you can uninstall any system-wide Pandoc installationn; Zettlr should still be able to export. If not, please report a bug!
    Feature: macOS-users can now use horizontal scrolling instead of using the arrow button to toggle between the file tree and the file list (only available in thin file manager mode; this behaves exactly like back and forth navigating in browsers such as Safari and Chrome).
    Enhancement: Added a new option to allow spaces during autocompletion (of tags, citations, or internal links).
    Enhancement: Added a configuration option to programmatically set the editor's base font size. Additionally, the zooming now works reliably. (This setting is independent of the --base-font-size below.)
    Enhancement: Values from the AutoCorrect replacement table will now also be indicated as correct, so you don't have to add them to your user dictionary anymore.
    Enhancement: Added an option to prevent auto-searches when following Zettelkasten-links.
    Enhancement: Zettlr now recognizes the tags frontmatter property. Please note that Pandoc does not recognize the tags-property, so if you need tags to be processed by Pandoc, consider using the keywords-property.
    Enhancement: The File System Abstraction Layer (FSAL) now spits out a few descriptive statistics collected across all loaded files and folders.
    Made the dialogs' tab lists more accessible for screen readers.
    Fixed the other files's extension icons in the sidebar -- they now also display in dark mode.
    Fixes to the stylesheets.
    Fix too dark colours for some variables in CodeMirror.
    Added a new CSS variable that allows you to set the font-size of the whole application, --base-font-size. You can set it in your custom CSS to increase or decrease the overall font-size of everything persistently. Remember to apply it to the :root-pseudo element.
    Fixed a race condition in the dictionary provider that would render spellchecking unfunctional in certain edge cases.
    Revamped the about dialog's other project tab.
    Removed the deprecation warning for deprecated installations.
    Improved the preferences explanations with regard to AutoCorrect modes and the Magic Quotes section (some require adaptions by the users in the corresponding translations!)
    Re-built the QuickLooks. Now they share even more code with the rest of the app, should react more snappy, and are more responsive then ever.
    Fixed a few logical bugs where the meaning of the "Overwrite file?"-dialog's buttons were swapped, overwriting a file if you chose "Cancel" and not overwriting a file if you chose "Ok."
    Fixed a bug that would mistakenly show a file twice in the file manager if a file rename or the creation of a new file would overwrite a file that was already present.
    Added a switch in the export options to choose whether to use the internal Pandoc or the system wide application.
    Messages can now be filtered in the log viewer.
    Windows can now be regularly closed using the Cmd/Ctrl+W-shortcut without interfering with the open tabs in the main window anymore.
    On macOS, Zettlr will not force-show the main window anymore when you click on its Dock icon, but rather restore the default behaviour on macOS.
    You can now zoom both Quicklook editors and the main editor independently using the zoom shortcuts.
    Unlocked the ability to select "Follow Operating System" in the auto dark mode settings. Please note that this setting might have no effect on certain linuxoid Operating Systems.
    Improved tag/keyword detection in frontmatters. Comma-separated lists should now also work.
    Fixed a bug making it impossible to open Markdown files from the menu.

Under the Hood

    Removed jQuery UI from the dialog classes completely.
    Removed jQuery from the editor controller.
    Removed jQuery from the updater.
    Removed jQuery from the tag cloud dialog.
    Removed jQuery from the stats dialog.
    Removed jQuery from PDF preferences.
    Removed jQuery from the CSS dialog.
    Removed jQuery from the file manager.
    Removed jQuery from the Pomodoro counter.
    Fix a bug in the error handler during update checks.
    Removed the timeout on the dictionary provider, as the dictionaries are likely to be loaded prior either way.
    Force electron-packager to 15.2.0 to enable darwin/arm64 (Apple Silicon) builds.
    Zettlr now detects Byte Order Marks (BOM) if present in a file.
    The LogViewer got a new paint job: It's now based on Vue, much less resource-heavy and it includes filters to only show certain log levels.
    Moved the log window creation to the Window Manager.
    The window registration procedure now supports handling the toolbar which now also doubles as a title bar (if you don't want a toolbar).
    Migrated the Quicklook windows to Vue.js.
    Overhauled the print window.
    Changed function name askOverwriteFile to shouldOverwriteFile to make it semantically more correct.
    Aligned the exact behaviour of the file-rename and file-new commands to be the same when it comes to overwriting files.
    Began implementing another new menu functionality: A shortcut property will send a shortcut-message to the currently focused window.
    Migrated the Appearance Provider to TypeScript.
    Renamed darkTheme to darkMode.
    Migrated the Target Provider to TypeScript.
    Transform the zoom-commands to shortcuts.
    Move the loadIcons function to a more central place in the window registration module.
    Moved the tree view functionality to its dedicated Vue component.
    Fixed a regression error from updating LESS.
    Moved the file list functionality to its dedicated Vue component.
    Unified ES6 syntax within the file manager components.
    Migrated the Vuex store to TypeScript.

[close]

Download: https://github.com/Zettlr/Zettlr/releases

https://www.zettlr.com/
Titel: Alternate TextBrowser 3.900
Beitrag von: SiLæncer am 08 Januar, 2021, 19:20
(https://i.postimg.cc/TYy7wJVb/screenshot-1429.png)
This program makes it easy to browse through text- and html-files (also xml), syntax highlighting for serveral programming languages available (C++, Pascal, PHP, Perl, ASM, JScript etc.).

Freeware

Whats new:>>

    Arabic added by lculator zaloom, many thanks :)
    Memo 3.170 added

http://www.alternate-tools.com/pages/c_textbrowser.php?lang=ENG
Titel: AlephNote 1.6.38
Beitrag von: SiLæncer am 08 Januar, 2021, 22:48
(https://s26.postimg.cc/6skrw8cnt/screenshot_1204.png)
AlephNote is extensible, lightweight desktop note manager. Features include search, interactive checkbox lists highlighting, clickable highlighted links, notes backup, drag-and-drop capability for files and text, and sorting notes into folders. The program supports tags, in-editor markdown rendering, customizable shortcuts, stay-on-top capability, tray control, themes, and more.

Notes can be saved locally or synchronized with cloud services including Simplenote, Standard Note, Nextcloud/ownCloud.

License:    MIT

Changelog

    Bugfixes / Features / Tasks:

    This is a hotfix release for the StandardNotes bug #182.
    A proper fix will also come, but needs more time (I will need to implement the new 004 StandardNotes protocol, which also means upgrading the project to .netstandard2.0 ... ugh) ... see the standardnotes-004 branch
    All this release includes is the new (1.6.2) version of the StandardNotes plugin

[close]

https://github.com/Mikescher/AlephNote
Titel: Perpetual Notes 3.45
Beitrag von: SiLæncer am 09 Januar, 2021, 18:30
(https://i.postimg.cc/PrmCcFXN/screenshot-1340.png)
Create versatile Rich Text Files with a tool meant to help you make the most out of your note-taking skills, and organize easier and more elegantly.

Donationware

http://www.enselsoftware.com/product/PerpetualNotes.html
Titel: Vim 8.2.2320
Beitrag von: SiLæncer am 10 Januar, 2021, 09:10
Changes:>>

Vim9: no error for comparing bool with string

http://www.vim.org/index.php
Titel: CudaText 1.120.3.0
Beitrag von: SiLæncer am 10 Januar, 2021, 11:00
Changelog

    Add: Find dialog: allow to hide more buttons (RegEx, Case, Words, Confirm Replace) via "find_hidden_buttons" (thanks @kvichans)
    Add: Find dialog: add search options to '...' menu (thanks @kvichans)
    Add: lexer Python and others with indentation-based folding: implement proposal where blocks can be closed only when brackets ()[]{} are fully closed
    Add: lexer Python: don't find special words before '=', e.g. in 'f(type=v)' (thanks @APEC)
    Add: lexer Python: highlight decorators ('@ddd', '@Ddd.ddd') with special color (thanks @APEC)
    Fix: command "duplicate line (advanced)" regression (thanks @kvichans)
    Fix: plugin Emmet crash

[close]

http://www.uvviewsoft.com/cudatext/
Titel: CudaText 1.121.0.0
Beitrag von: SiLæncer am 10 Januar, 2021, 18:00
Changelog

    add: command "delete word" (ie delete entire words under carets) like in VSCode
    Add: command "settings: clear find/replace dialog history"
    Add: command "settings: clear console input history"
    Add: Find dialog: add search options+actions to '...' menu (thanks @kvichans)
    Add: Find dialog: allow to hide more buttons (regex, case, words, confirm replace) via "find_hidden_buttons" (thanks @kvichans)
    Add: Find dialog: when undocked, show search messages also in Find dialog caption (thanks @kvichans)
    Add: Find dialog: "Highlight all" action shows working time in msec (thanks @tmsg)
    Add: lexer Python and others with indentation-based folding: implement proposal where blocks can be closed only when brackets ()[]{} are fully closed
    Add: lexer Python: don't find special words before '=', e.g. in 'f(type=v)' (thanks @APEC)
    Add: lexer Python: highlight decorators ('@ddd', '@Ddd.ddd') with special color (thanks @APEC)
    Add: lexers C, C++: better highlight of several operators, like <=> ||= &&= : # ##
    Add: lexers C, C++: better highlight of preprocessor directives
    Fix: Find dialog: regression caused by addition in 1.120.0 (thanks @hamasaki)
    Fix: Find dialog: code-tree selection was not updated via buttons "find next/previous" (thanks @Jairo-Martinez)
    Fix: command "duplicate line (advanced)" regression (thanks @kvichans)
    Fix: plugin Emmet crash

[close]

http://www.uvviewsoft.com/cudatext/
Titel: Text Editor Pro 14.0.0
Beitrag von: SiLæncer am 11 Januar, 2021, 12:00
(https://s26.postimg.cc/hfdkhoj9l/screenshot_896.png)
Text Editor Pro (formerly EditBone) is a powerful text editing tool that comes with syntax highlighting support for over 50 languages and scripts, customizable with over 100 options, 29 ready made styles, a handy file comparison feature, unicode character map, numerical unit convert tool, SQL formatter, and support for multiple directories and search results.

Freeware

Changelog

    Added language option for application
    Added SFTP directory (separated DLL file download)
    Added show file opening time option for status bar (default false)
    Added show output option for execute item
    Added unfocused active line background color for text editor
    Fixed -appinipath application parameter
    Fixed about
    Fixed big file loading
    Fixed close all, close all other, and close modified
    Fixed color themes
    Fixed directory
    Fixed execute items
    Fixed file sorting in directory
    Fixed language change
    Fixed options
    Fixed output
    Fixed Pascal highlighters
    Fixed print preview
    Fixed save changes
    Fixed startup
    Fixed virtual tree control
    Optimized text editor control
    Updated language files

[close]

https://texteditor.pro/
Titel: VNote 3.0.0 Beta 5
Beitrag von: SiLæncer am 11 Januar, 2021, 19:50
(https://s26.postimg.cc/871od8huh/screenshot_1147.png)
Peculiar yet interesting, open source piece of software that sports both Markdown editing capabilities and note management features.

MIT License

Whats new:>>

    Refine themes
    Add section number style "1.1" and "1.1.", and use the later as default
    Support indentation of first line of paragraph in read mode
    Add file type combo box in NewNoteDialog
    Add "Insert Mark" in tool bar
    Support Smart Table
    Support *.rmd as Markdown suffix
    Turn on system title bar by default
    Enable AutoBreak by default

https://github.com/tamlok/vnote
Titel: Text Editor Pro 14.0.1
Beitrag von: SiLæncer am 12 Januar, 2021, 06:00
Whats new:>>

    Fixed actions
    Fixed clipboard

https://texteditor.pro/
Titel: Trilium Notes 0.45.8
Beitrag von: SiLæncer am 12 Januar, 2021, 06:30
(https://i.postimg.cc/2yDgvbpj/screenshot-2595.png)
A hierarchical note-taking software application with focus on building large personal knowledge bases while also providing a flurry of options.

License: AGPL

Changelog

    bug fixes:

    new env variable to specify start note, #1532
    use correct class in exported HTMLs so that content style is applied, #1504
    fix top margin of images and tables which can obscure their handles
    don't strip tags for very large text notes, #1500

[close]

https://github.com/zadam/trilium
Titel: Vim 8.2.2332
Beitrag von: SiLæncer am 12 Januar, 2021, 06:50
(https://s26.postimg.cc/xww5nc4zt/screenshot_1282.png)
A highly configurable text editor built to enable efficient text editing - an improved version of the vi editor distributed with most UNIX systems.

Freeware

Changes:>>

Vim9: missing :endif not reported when using :windo

http://www.vim.org/index.php
Titel: Znote 0.5.2
Beitrag von: SiLæncer am 12 Januar, 2021, 07:20
(https://i.postimg.cc/qvfVnLWd/screenshot-2617.png)
Znote is a free, elegant program meant to help you write beautifully organized Markdown documents. You can organize your texts, notes, and files even better, using the simplistic left-side widget organizer for smoothly navigating different files.

Freeware

Changelog

Correction of alignment and unreadable color change on tags

[close]

https://znote.lagrede.fr/
Titel: VNote 3.0.0 Beta 6
Beitrag von: SiLæncer am 12 Januar, 2021, 20:15
(https://s26.postimg.cc/871od8huh/screenshot_1147.png)
Peculiar yet interesting, open source piece of software that sports both Markdown editing capabilities and note management features.

MIT License

Whats new:>>

    Add theme pure
    Bug fixes

https://github.com/tamlok/vnote
Titel: Vim 8.2.2340
Beitrag von: SiLæncer am 13 Januar, 2021, 07:10
Changes:>>

8.2.2340: win_execute() unexpectedly returns number zero when failing

http://www.vim.org/index.php
Titel: QOwnNotes 21.1.3
Beitrag von: SiLæncer am 13 Januar, 2021, 08:00
(https://s26.postimg.cc/hoi1ahlcp/screenshot_978.png)
QOwnNotes is a text editor / notepad replacement with markdown support and todo list manager. The program supports themes, keyboard shortcuts, syntax highlighting, and encryption. Includes available nested file list, tags, search, and more. Optionally works with the notes application ownCloud or Nextcloud.

Cross-platform with clients available for Mac and Linux.

License: GPL

Whats new:>>

    there now are new scripting commands mainWindow.getWorkspaceUuidList(),
    mainWindow.getWorkspaceUuid() and mainWindow.setCurrentWorkspace() to
    access workspaces and a new hook windowStateChangedHook to notice window
    state changes (for #2007, thank you @fnkabit)
    for more information please take a look at the MainWindow scripting documentation and the Hook scripting documentation
    there also is a new script Dynamic Workspace in the script repository that you can use to toggle workspaces when you maximize the window

http://www.qownnotes.org/
Titel: Atom 1.54.0
Beitrag von: SiLæncer am 14 Januar, 2021, 09:00
(https://s26.postimg.cc/fmfpqomgp/screenshot_915.png)
A powerful and flexible application that works as a text and source code editor with syntax highlight, or alternately as a file viewer.

MIT License

Changelog

    Notable Changes:

    #21495 - Add defaultFontSize setting
    #20393 - Skip shell functions when parsing env
    atom/spell-check#350 - Add cmd shortkeys for Linux and Windows
    atom/tree-view#1359 - Do not wipe original file when duplicating
    atom/tree-view#1364 - Fixes unable to show file warning

[close]

https://atom.io/
Titel: Vim 8.2.2344
Beitrag von: SiLæncer am 14 Januar, 2021, 09:20
Changes:>>

Using inclusive index for slice is not always desired

http://www.vim.org/index.php
Titel: Atom 1.55.0 Beta 0
Beitrag von: SiLæncer am 14 Januar, 2021, 09:40
Whats new:>>

    Notable Changes:

    atom/github#2564 - Read and write git configuration without repository

https://atom.io/
Titel: yWriter 6.6.1.9
Beitrag von: SiLæncer am 14 Januar, 2021, 15:40
(http://www.spacejock.com/images/yWriter5Main.png)
yWriter allows you to split your novel into chapters and scenes, simplifying the process of text writing. You can reorder scenes within chapters or change their content, title and description. If you notice that you mistyped a word, yWriter enables you to do a global text search and replace it. With yWriter you can easily keep journals, diaries or create your own stories and novels.

Freeware

Whats new:>>

FIX for blank lines at the start of scenes which have been split

http://www.spacejock.com
Titel: CudaText 1.122.0.0
Beitrag von: SiLæncer am 14 Januar, 2021, 20:30
(https://s26.postimg.cc/k6wu8qcrt/screenshot_901.png)
Create programming scripts with this powerful tool that supports more than 130 languages and allows users to work concurrently on as many as six groups of projects.

Freeware

Changelog

    Addon Manager: removed command "Re-install...", now all addons are in the "Install..."; already installed items are marked with "local ?", and items with updates are marked with "local ?, web ?" (thanks @cser, @kvichans)
    Add: hide caret for unfocused editor controls (very old issue; thanks @OlehL)
    Add: option "auto_fold_comments", it automatically creates folding-ranges for many commented lines (thanks @Jairo-Martinez for tests)
    Change: deleted settings "fold commented lines" from standard lexers (C, Lua, PHP, Python), to better support "auto_fold_comments"
    Add: plugins API allows to catch clicks on statusbar cells (thanks @xcme)
    Add: support Windows Python 3.4, if such a package is installed from addons (package made by @tiun)
    Add: regex engine allows to escape the underscore char (thanks @SlMaker)
    Fix: options "caret_blink_time", "caret_blink_en" were not applied to Console, Find/Replace, API editors (thanks @kvichans)
    Fix: commands "find next", "find all and select" left the progressbar visible (thanks @kvichans)
    Fix: Project Manager failed with Windows Python 3.4 (thanks @pohmelie)
    Fix: Options Editor failed with Python 3.4

[close]

http://www.uvviewsoft.com/cudatext/
Titel: Vim 8.2.2352
Beitrag von: SiLæncer am 15 Januar, 2021, 08:10
Changes:>>

8.2.2352: if focus lost/gained is received twice code is not ignored

http://www.vim.org/index.php
Titel: MiTeC Hexadecimal Editor 7.0.0.0
Beitrag von: SiLæncer am 16 Januar, 2021, 08:10
(https://i.postimg.cc/y6XBCGhw/screenshot-2870.png)
HexEdit is powerfull hexadecimal editor with following features:

    MDI interface
    Data Inspector
    Calculator
    File Compare
    Memory Dumper
    Disk Dumper (NT only)

Freeware

Whats new:>>

+ Completely new look and icon
+ New disk and memory dumper
+ MRU management
+ Better memory management
+ Commercial registration
+ SHA256 and entropy calculation

http://www.mitec.cz/hex.html
Titel: Zettlr 1.8.6
Beitrag von: SiLæncer am 16 Januar, 2021, 19:30
(https://s26.postimg.cc/vfll9p4mh/screenshot_956.png)
Write text and conveniently edit it using Markdown with the help of this user-friendly and well-thought-out, Electron based application.

MIT License

Changelog

    GUI and Functionality:

    Your typing speed is now as fast as previously again, even for long paragraphs and files (thanks to @mattj23 for implementing the fixes in the multiplexer).
    You can now also switch to sub-directories using the file list navigation; it is not limited to files only anymore.
    Fixed a bug that would show a wrong path as the current one on pasting image data onto the editor.
    Fixed a bug that would make dragging items from the file list impossible.
    Fixed odd behaviour that would make dragging and dropping items in the file tree (especially in combined mode of the file manager) hard.
    Fixed a logical bug that would open a dialog notifying of remote changes for every detected change, rather than just once per file.
    Added RMarkdown files (.Rmd) to the list of supported file extensions for which Zettlr can be registered as a default handler.
    Fix a regression error that has rendered citation exporting impossible.

    Under the Hood:

    Fixed a performance sink in the multiplexer module which introduced noticeable lag while writing long paragraphs and documents (implemented by @mattj23).
    Implemented a global event listener that prevents any arbitrary navigation away from the loaded URL that occurs within webContents. So this way we do not need to sanitize any anchors or take care about setting window.location, because all of these events will be captured and navigation will be prevented. For opening local files and directories, make sure to prepend the path with safe-file://, which is recognized by this listener.
    Implemented a global event listener that makes sure any call to console.log is also received in the main process so that we can intercept those and add them to our global logging interface as well. This way, debugging errors in the renderer process can be debugged together with users as well. Messages from the renderers are indicated by a [R] including the window identifier (e.g. "[Main Window]").
    Migrated the Tags Provider to TypeScript. Cleaned up the IPC calls.
    Moved electron-builder configuration to electron-builder.yml.
    Removed no longer necessary scripts.
    Moved most type annotations to corresponding types files. The structure is currently: All node_modules without type support reside within ./source, whereas the service provider types are stored in ./source/app/service-providers/assets.
    Removed generic IPC calls for the CSS Provider and migrated that to the provider class.
    Zettlr now detects a potential downloaded Pandoc in the resources directory during development.
    Fixed a logical error in calculating the application uptime.
    The application now exits forcefully if an error is produced during boot.

[close]

Download: https://github.com/Zettlr/Zettlr/releases

https://www.zettlr.com/
Titel: Vim 8.2.2366
Beitrag von: SiLæncer am 17 Januar, 2021, 09:10
Changes:>>

when using ":sleep" the cursor is always displayed

http://www.vim.org/index.php
Titel: CudaText 1.122.1.0
Beitrag von: SiLæncer am 17 Januar, 2021, 22:30
Changelog

    Add: option "autocomplete_commit_single_item" (thanks @MiroslavMatas)
    Add: Addon Manager supports translation too (patch by Markus)
    Add: updated Python libraries in py/sys/
    Fix: when selection is being added with Ctrl+drag, unpressing of Ctrl gave the weird effect (thanks @tiun)
    Fix: editor snaps twice to line specified as command line param, e.g. 'cudatext my.cpp:20' (thanks @Shovel)
    Fix: regression: not working Python, if "pylib__linux" has some special form (thanks @sikmir, @Shovel)

[close]

http://www.uvviewsoft.com/cudatext/
Titel: Vim 8.2.2374
Beitrag von: SiLæncer am 18 Januar, 2021, 09:20
(https://s26.postimg.cc/xww5nc4zt/screenshot_1282.png)
A highly configurable text editor built to enable efficient text editing - an improved version of the vi editor distributed with most UNIX systems.

Freeware

Changes:>>

8.2.2374: accessing uninitialized memory in test_undo

http://www.vim.org/index.php
Titel: SPFLite 2.3.21016
Beitrag von: SiLæncer am 18 Januar, 2021, 22:10
(https://i.postimg.cc/wT5s6g7J/screenshot-2635.png)
Rename, clone, delete, edit, print, exclude, touch, add to favorites and view your files using this intuitive software application.

License: GPLv3

Changelog

    Correct saving of the AutoScroll value, it was saved incorrectly so any changes were effectively 'lost'.
    Revise startup sequence on Initial Install so that a window is always present during the process. Previously there were periods when no window was open and it gave the appearance that SPFLite had terminated. If a 2nd copy of SPFLite was started during this period the CFG file was not built properly.
    Correct handling of the EOL parameter when setting it via the Profile Edit dialog.
    Correct error in reading INCLUDE files during SUBMIT processing. The improvements in recent releases for large file handling missed 1 source line only used by the INCLUDE processing.
    Add a new utility program, CFGMaint, to the installation. This tool allows
    You to Export or Import the SPFLite CFG file which contains all your
    Preferences for the program and for all the various file Profiles. A new
    Section has been added to the documentation "Working with the CFGMaint
    Utility". Please review this for details on ts capabilities and usage.
    Correct top of screen positioning logic when the Maintain screen position
    After line Cmds option is selected.
    The SPFLite setup program will now add the Installation folder to the
    System's PATH statement.
    File Manager will now resolve Shortcut entries (i.e. .LNK files). If a shortcut to a normal file, the file will be processed, if it points at a
    Folder, the folder will be opened in File Manager. As the cursor moves over
    The list, the real name for LNK files will appear in a Status Line Box.
    Add a TOPMOST attribute to Message Boxes. Hopefully this will prevent them opening beneath the main SPFLite Window.
    Correct an internal typo in managing the Options keyword table.
    Correct LOCATE parse error for line number zero.

    The DIFF command has been enhanced considerably. It will now support:

    Use of Left/Right bounds to restrict the range of text comparisons.
    An Option to remove/nullify source code comments from the comparison
    Based on the AUTO colorization file for the selected file types.
    Embedded TABS can be ignored (treated as spaces).
    Compares can be requested to be case-insensitive.
    You can exclude lines from the DIFF process. (Either X or NX lines)
    Strings of multiple spaces can be reduced to a single space before
    Comparison, this allows comparison to be done properly regardless of
    Indentation, varying comment spacing etc.
    Format of the saved DIFF report filenames was extended with additional
    Fields. This will provide for better information on the DIFF LIST
    Selection panel, and will allow multiple DIFF reports of the same two
    Files to be retained.
    Correct the FM Config panel logic to properly invoke EDIT of a Profile. It
    Was incorrectly following a Profile's USE value and displaying the USE'd
    Profile rather than the one selected from the panel
    Cleanup inconsistency in saving File Manager configuration parameters.
    Prevent a loop in Find/Change logic when Profile MINLEN > 0 is in effect and
    The Change would attempt to shrink a totally blank line.
    Revise Profile storage routines to eliminate possibility of storing values
    In an alternate active Profile.
    Extend STATE processing so that STATE information is saved when a session is
    Closed, as long as the data is not im modified status. Ths will now also
    Perform STATE saving in Browe and View sessions.
    Correct AUTO colorize scan to correct an error in handling comments which use bracketed delimiters. Like /* */
    Add several new default keymappings to the initial Install version of the
    KEYMAP. See the HELP file (Differences between SPFLite and ISPF -> Default Key Definitions). This change will have no effect on existing
    Installations.
    Correct logic error in handling the SUFFIX operand of the Negative style
    Searck commands. (Like NFIND, NX etc.) Suffixes were not being determined properly.
    Alter handling of the BEEP which occurs on error conditions to suppress the BEEP when issued by a command being run from within a macro. If the macro wishes a BEEP to occur, it must exit via a HALT(FAIL [,message]

[close]

http://www.spflite.com/Home.html
Titel: AlephNote 1.7.1 Pre-release
Beitrag von: SiLæncer am 18 Januar, 2021, 22:40
(https://s26.postimg.cc/6skrw8cnt/screenshot_1204.png)
AlephNote is extensible, lightweight desktop note manager. Features include search, interactive checkbox lists highlighting, clickable highlighted links, notes backup, drag-and-drop capability for files and text, and sorting notes into folders. The program supports tags, in-editor markdown rendering, customizable shortcuts, stay-on-top capability, tray control, themes, and more.

Notes can be saved locally or synchronized with cloud services including Simplenote, Standard Note, Nextcloud/ownCloud.

License:    MIT

Changelog

    Features

    If you have an (active) StandardNotes account it will now (after the update) ask you to perform a full resync to prevent sync errors in the future. If that can't be done automatically (eg if you have multiple StandardNote accounts) it will only show a warning (#182)

    Bugfixes

    Singleton option now works kinda correctly (#169)

[close]

https://github.com/Mikescher/AlephNote
Titel: QOwnNotes 21.1.4
Beitrag von: SiLæncer am 18 Januar, 2021, 23:00
(https://s26.postimg.cc/hoi1ahlcp/screenshot_978.png)
QOwnNotes is a text editor / notepad replacement with markdown support and todo list manager. The program supports themes, keyboard shortcuts, syntax highlighting, and encryption. Includes available nested file list, tags, search, and more. Optionally works with the notes application ownCloud or Nextcloud.

Cross-platform with clients available for Mac and Linux.

License: GPL

Whats new:>>

    the Return key will now be handled the same as the Enter key in the note text edit
    for things like automatically creating list items (for #2013, thank you @fnkabit)
    added more translation (thank you amirkbrpr, afischer211, rawfreeamy, amyd.lang,
    rakekniven, mguerra, gregory.k)

http://www.qownnotes.org/
Titel: MiKTeX 21.1
Beitrag von: SiLæncer am 19 Januar, 2021, 19:15
(https://i.postimg.cc/rpCxYpK5/MiKTeX.png)
Lightweight and simple-to-use application which enables you to write mathematical, technical or any other type of scientific material.

Freeware

https://miktex.org
Titel: EmEditor Free 20.4.5
Beitrag von: SiLæncer am 20 Januar, 2021, 09:00
(https://1z9j8fz5fww49iaje1itey71-wpengine.netdna-ssl.com/wp-content/uploads/2013/09/EmEditorFree_Window.png)
EmEditor is a lightning-fast, tabbed text editor with themes, syntax highlighting, stay-on-top, and customizable keyboard mapping. The program supports batch find-and-replace, regular expressions, and more.

The program beat a variety of other text editors in tests performed by TPFC user TP109. Additional features are available via a non-free version.

Free for personal use

Changelog

Fixed a v20.4.1 (or later) bug of the Next Bookmark in This Document (Around) command.
Fixed a pre-v20.4 potential crash while displaying a line containing a URL.
Fixed a pre-v20.4 potential crash while opening a very large file (32-bit version only)
Fixed a pre-v20.4 potential crash after replacing newline characters in CSV cell selection mode.
Fixed a pre-v20.4 bug where a NULL character might not have been detected in a first few lines of a very large file.

[close]

https://www.emeditor.com/text-editor-features/history/emeditor-free/
Titel: Vim 8.2.2377
Beitrag von: SiLæncer am 20 Januar, 2021, 09:10
Changes:>>

Vim9: crash when using a range after another expression

http://www.vim.org/index.php
Titel: Vim 8.2.2380
Beitrag von: SiLæncer am 21 Januar, 2021, 08:10
Changes:>>

Vim9: occasional crash when using try/catch and a timer

http://www.vim.org/index.php
Titel: RisohEditor 5.4.9
Beitrag von: SiLæncer am 21 Januar, 2021, 08:40
(https://i.postimg.cc/8P4z4Swt/screenshot-799.png)
"RisohEditor" is a free resource editor for Win32 development, created by Katayama Hirofumi MZ. RisohEditor realized the ideal of resource editor. "Risoh" means "ideal" in Japanese. RisohEditor can add, edit, extract, clone and remove the resource data in EXE/DLL files. You can edit Windows resources (Dialogs, Menus, Icons, Cursors, String Tables, Message Tables etc.) by using RisohEditor.

NOTICE: Please avoid installing in "C:\Program Files" or "C:\Program Files (x86)". Because the resource compiler (windres) doesn't accept space character in the file path.

Freeware

Changelog

Refresh ID List upon renaming treeview item.

[close]

https://katahiromz.web.fc2.com/re/en/index.html#intro
Titel: AlephNote 1.7.3
Beitrag von: SiLæncer am 21 Januar, 2021, 09:15
Changelog

    Tasks:

    Better (in best case silent) migration from pre-1.7.0 StandardNotes plugin to post-1.7.0
    Plugins

    Plugins included by default:

    FilesystemPlugin v1.2.15
    HeadlessPlugin v1.4.12
    NextcloudPlugin v1.2.15
    SimpleNotePlugin v1.2.13
    StandardNotePlugin v1.7.1

[close]

https://github.com/Mikescher/AlephNote
Titel: Vim 8.2.2389
Beitrag von: SiLæncer am 22 Januar, 2021, 08:10
Changes:>>

Test failure on a few systems

http://www.vim.org/index.php
Titel: CudaText 1.122.5.0
Beitrag von: SiLæncer am 22 Januar, 2021, 12:30
(https://s26.postimg.cc/k6wu8qcrt/screenshot_901.png)
Create programming scripts with this powerful tool that supports more than 130 languages and allows users to work concurrently on as many as six groups of projects.

Freeware

Changelog

* change: added option "undo_max_carets" (default is 5000). Many editing commands are now much faster for >5000 carets (before, such commands could last for several minutes, with 30K carets). WARNING: this clears the undo-information when you have >5000 carets.
* change: changed default of "auto_fold_comments" to 0; one crash was fixed regarding to this (thanks @OlehL)
+ add: added option "autocomplete_commit_single_item" (thanks @MiroslavMatas)
+ add: Project Manager: sort files by extension (thanks @GHNewbiee)
+ add: Addon Manager: supports translation too (patch by Markus)
+ add: lexer CSS: more known properties; fix highlighting inside '@media{}' blocks
+ add: updated Python libraries in py/sys/
- fix: Find dialog option "Hi" did reset the selection (thanks @MiroslavMatas)
- fix: color of groups-splitters in few ui-themes (thanks @GHNewbiee)
- fix: command "duplicate lines" with forward/backward selection gave different selections (thanks @Jairo-Martinez)
- fix: Lexer Detecter didn't detect 'Dockerfile'
- fix: when selection is performed with Ctrl+drag, unpressing of Ctrl gave the weird effect (thanks @tiun)
- fix: editor snaps twice to line specified as command line param, e.g. 'cudatext my.cpp:20' (thanks @Shovel)
- fix: regression: not working Python, if "pylib__linux" has some special form (thanks @sikmir, @Shovel)

[close]

http://www.uvviewsoft.com/cudatext/
Titel: QOwnNotes 21.1.5
Beitrag von: SiLæncer am 22 Januar, 2021, 22:15
Whats new:>>

the Use softwrap in note editor and preview setting now also works for code blocks in the preview, the pdf export and for printing (for #2017 (opens new window))

http://www.qownnotes.org/
Titel: Text Editor Pro 14.1.0
Beitrag von: SiLæncer am 23 Januar, 2021, 18:00
(https://s26.postimg.cc/hfdkhoj9l/screenshot_896.png)
Text Editor Pro (formerly EditBone) is a powerful text editing tool that comes with syntax highlighting support for over 50 languages and scripts, customizable with over 100 options, 29 ready made styles, a handy file comparison feature, unicode character map, numerical unit convert tool, SQL formatter, and support for multiple directories and search results.

Freeware

Changelog

    Added highlighter for Euphoria
    Fixed language files
    Updated and fixed AlphaControls v15.22 - http://www.alphaskins.com/

[close]

https://texteditor.pro/
Titel: Zettlr 1.8.7
Beitrag von: SiLæncer am 23 Januar, 2021, 18:30
(https://s26.postimg.cc/vfll9p4mh/screenshot_956.png)
Write text and conveniently edit it using Markdown with the help of this user-friendly and well-thought-out, Electron based application.

MIT License

Changelog

    GUI and Functionality:

    On Linux systems, the application icon should now show up again.
    Fixed an issue where your text would "jump" irradically when you were writing in the last line of the file.

    Under the Hood:

    Restored the generic folder path in the electron-builer.yaml config.

[close]

Download: https://github.com/Zettlr/Zettlr/releases

https://www.zettlr.com/
Titel: Perpetual Notes 3.46
Beitrag von: SiLæncer am 23 Januar, 2021, 19:15
(https://i.postimg.cc/PrmCcFXN/screenshot-1340.png)
Create versatile Rich Text Files with a tool meant to help you make the most out of your note-taking skills, and organize easier and more elegantly.

Donationware

http://www.enselsoftware.com/product/PerpetualNotes.html
Titel: Black NotePad 2.1.2.10
Beitrag von: SiLæncer am 23 Januar, 2021, 19:45
(https://s26.postimg.cc/lj0xxiynt/screenshot_1281.png)
Black NotePad was created as an alternative to the Notepad program of Windows operating systems. While retaining the original functions, Black NotePad improves manageability, contains important new functions, and greatly enhances program compatibility in terms of the edited text.

Freeware

Changelog

    Add: Spanish language
    Add: Import menu to translator

[close]

https://www.wintools.info/index.php/black-notepad
Titel: QOwnNotes 21.1.6
Beitrag von: SiLæncer am 23 Januar, 2021, 21:30
(https://s26.postimg.cc/hoi1ahlcp/screenshot_978.png)
QOwnNotes is a text editor / notepad replacement with markdown support and todo list manager. The program supports themes, keyboard shortcuts, syntax highlighting, and encryption. Includes available nested file list, tags, search, and more. Optionally works with the notes application ownCloud or Nextcloud.

Cross-platform with clients available for Mac and Linux.

License: GPL

Whats new:>>

    There now is a new and slick Action dialog with fuzzy filtering replacing the old dialog (for #2018 (opens new window), thank you @Waqar144)
    You can reach the dialog with the shortcut Ctrl + ⇧ + A
    The links and names of the messenger Riot got renamed to Element since the project was rebranded
    You can reach the QOwnNotes Matrix room

http://www.qownnotes.org/
Titel: QOwnNotes 21.1.7
Beitrag von: SiLæncer am 24 Januar, 2021, 08:00
Whats new:>>

    Fixed line wraps in code blocks in the preview (for #2017(opens new window))
    Added more French, Dutch, German, Hungarian, Persian translation (thank you rawfreeamy, amirkbrpr, rakekniven)

http://www.qownnotes.org/
Titel: Vim 8.2.2398
Beitrag von: SiLæncer am 24 Januar, 2021, 08:10
(https://s26.postimg.cc/xww5nc4zt/screenshot_1282.png)
A highly configurable text editor built to enable efficient text editing - an improved version of the vi editor distributed with most UNIX systems.

Freeware

Changes:>>

method test fails

http://www.vim.org/index.php
Titel: Vim 8.2.2406
Beitrag von: SiLæncer am 25 Januar, 2021, 07:10
Changes:>>

Vim9: profiled :def function leaks memory

http://www.vim.org/index.php
Titel: jane (just another nasty editor) 1.76
Beitrag von: SiLæncer am 25 Januar, 2021, 23:15
(https://s26.postimg.cc/q6vrdqqp5/screenshot_1258.png)
Notepad-Alternative zum Editieren von ASCII-Dateien; unterstützt AutoCopy (markierter Text wird automatisch in die Zwischenablage kopiert), Hyperlinks sowie Drag & Drop; bietet auch ungewöhnliche Bearbeitungsfunktionen wie Textumkehrung oder das Ausfiltern bestimmter Vokale.

Für den privaten Gebrauch kostenlos.

Whats new:>>

    Slightly adjusted random string generator.
    Fixed:
        Search dialog did not enable the buttons until you typed into the "Replace with" field;
        Highlighted words didn't work in any case (duplicates in lines and partial matches).

http://www.kifoth.de/jane/html/download.php
Titel: RisohEditor 5.5.0
Beitrag von: SiLæncer am 26 Januar, 2021, 18:20
(https://i.postimg.cc/8P4z4Swt/screenshot-799.png)
"RisohEditor" is a free resource editor for Win32 development, created by Katayama Hirofumi MZ. RisohEditor realized the ideal of resource editor. "Risoh" means "ideal" in Japanese. RisohEditor can add, edit, extract, clone and remove the resource data in EXE/DLL files. You can edit Windows resources (Dialogs, Menus, Icons, Cursors, String Tables, Message Tables etc.) by using RisohEditor.

NOTICE: Please avoid installing in "C:\Program Files" or "C:\Program Files (x86)". Because the resource compiler (windres) doesn't accept space character in the file path.

Freeware

Changelog

Add Korean translation.

[close]

https://katahiromz.web.fc2.com/re/en/index.html#intro
Titel: QOwnNotes 21.1.8
Beitrag von: SiLæncer am 26 Januar, 2021, 22:50
Whats new:>>

Windows 10 pdf export issues are now fixed (for #2015
(opens new window))
added more translation (thank you amirkbrpr, zmni, afischer211, rawfreeamy, mguerra, gregory.k)
two new translations were integrated into the webpage (for #1859

    (opens new window))
        QOwnNotes webpage in Hungarian
        QOwnNotes webpage in Persian

http://www.qownnotes.org/
Titel: SPFLite 2.3.21026
Beitrag von: SiLæncer am 27 Januar, 2021, 19:45
(https://i.postimg.cc/wT5s6g7J/screenshot-2635.png)
Rename, clone, delete, edit, print, exclude, touch, add to favorites and view your files using this intuitive software application.

License: GPLv3

Changelog

    Correct painting of FM screen when Banding is turned on.
    Correct BACKUP's handling of the table of $Backup folder locations.
    Add a new validation of CHANGE operands to prevent a Loop/Cancel condition when MINLEN > 0 and the CHANGE is modifying Blanks to Nulls. This type of CHANGE will now be rejected.
    Increase the font size for the left-hand Contents column for the CHM Help files.

[close]

http://www.spflite.com/Home.html
Titel: EmEditor Free v20.5.0
Beitrag von: SiLæncer am 27 Januar, 2021, 21:30
(https://1z9j8fz5fww49iaje1itey71-wpengine.netdna-ssl.com/wp-content/uploads/2013/09/EmEditorFree_Window.png)
EmEditor is a lightning-fast, tabbed text editor with themes, syntax highlighting, stay-on-top, and customizable keyboard mapping. The program supports batch find-and-replace, regular expressions, and more.

The program beat a variety of other text editors in tests performed by TPFC user TP109. Additional features are available via a non-free version.

Free for personal use

Changelog

New General Features

    Support up to 16 TB (17,592,186,044,415 bytes) or 1,099 billion lines (1,099,511,627,775 lines) when opening a file in the 64-bit version of EmEditor if enough memory is available. Support up to 256 GB (274,877,906,943 bytes) or 2.14 billion lines (2,147,483,647 lines) in the 32-bit version.
    Added the total number of lines and CSV columns to the tooltip displayed when the mouse pointer hovers over a document tab.
    Optimized various tasks by detecting the media type of the drive where a file is stored.
    Improved response time when clicking the Stop button in the Large File Controller.
    Added the Partially Open button to the message box displayed if an out of memory error occurred while opening a very large file.
    Added “Time remained:” in the status bar while opening a very large file.
    Added a notification message when the available memory or disk space for temporary files is low.
    The new version allows you to select the Current Page in the Print dialog box.
    Plug-ins supported the very dark mode.
    Added the ability to sign in to Emurasoft Customer Center in EmEditor to renew a subscription without entering a new registration key. You may still use EmEditor without signing in as before.
    Improved the speed of Print, Print Preview, and various sorts when a very large file is opened.

New Options

    Added the Number of Columns in the CSV document, Average of numbers in the selection, and Sum of numbers in the selection checkboxes to the Status page of the Customize dialog box. Removed the Memory Size, L1 Cache Size, and L2 Cache Size checkboxes from the Status page.
    Removed the L1 Cache Size and L2 Cache Size text boxes from the Advanced page of the Customize dialog box.
    Added the Sign in radio button, and Email address and Password text boxes to the Register Product dialog box.

Plug-in API New Features

    Added EI_IS_VERY_DARK, EI_WM_INITDIALOG, EI_WM_CTLCOLOR, EI_WM_THEMECHANGED, and EI_INIT_LISTVIEW commands to the EE_INFO message.

Macro New Features

    Added the Text property to the OutputBar object.

[close]

https://www.emeditor.com/text-editor-features/history/emeditor-free/
Titel: Ron's Editor 2021.01.26.1742
Beitrag von: SiLæncer am 28 Januar, 2021, 21:10
(https://i.postimg.cc/htZhm2fQ/screenshot-2028.png)

Ron's Editor is the ultimate CSV editor, designed to be easy to use, but powerful enough to handle anything needed of it. Any tabular text format can be opened through confirurable seperators and full support for text encodings, and can then be exported to many formats including Excel. CSV files can be merged, or seperated, and the professional editing capabilites and power tools used for conversion and data cleaning.

Freemium

Changelog

License validation issue fixed.

[close]

http://www.ronsplace.eu/Products/RonsEditor
Titel: Vim 8.2.2425
Beitrag von: SiLæncer am 29 Januar, 2021, 07:10
Changes:>>

8.2.2425: cursor on invalid line with range and :substitute

http://www.vim.org/index.php
Titel: YuranPad 2.4
Beitrag von: SiLæncer am 29 Januar, 2021, 21:15
(https://i.postimg.cc/NMXJggcr/screenshot-2437.png)
YuranPad is a free plain text editor, for both platforms : Microsoft Windows 7/8/10/XP/Vista/2003 and Linux (distributions like : Mint, Debian, Ubuntu, Centos, Redhat, Fedora, ...). It was released on 2020 as an alternative for Notepad (witch is installed by default in all versions of Windows).

Freeware

https://sourceforge.net/projects/yuranpad/
Titel: CudaText 1.123.0.5
Beitrag von: SiLæncer am 30 Januar, 2021, 10:30
(https://s26.postimg.cc/k6wu8qcrt/screenshot_901.png)
Create programming scripts with this powerful tool that supports more than 130 languages and allows users to work concurrently on as many as six groups of projects.

Freeware

Changelog

    Add: support HTML color-codes highlighting in text background, option "underline_color_size" needs special value for this (thanks @pagewerk)
    Add: Wiki topic https://wiki.freepascal.org/CudaText#HTML_color_codes_underlining
    Add: Wiki topic https://wiki.freepascal.org/CudaText#Automatic_folding_of_comments
    Add: Wiki topic https://wiki.freepascal.org/CudaText#Show_pictures_in_the_text
    Add: commands 'type a char'/'backspace'/'delete'/'undo'/'redo'/'left'/'right', when with multi-carets, should not scroll to first(last) caret (thanks @Jairo-Martinez)
    Add: commands 'indent selection'/'unindent selection' now support multi-carets
    Add: auto scale 'margin lines' width (thanks @Shovel)
    Add: Project Manager: big speed up of "Go to file" with ~1000 files (thanks @dopm)
    Add: dialogs "Themes", "Color theme" are now resizable; dialog "Themes" is now scalable (thanks @Lastique)
    Fix: Qt5 version: plugin dialogs flickering (thanks @Lastique)
    Fix: Windows XP: themed menu font size was incorrect (thanks @zanud)
    Fix: regression with restoring "index of top line" from session, with word-wrap and w/o it (thanks @Jairo-Martinez)
    Fix: regression with commands "left"/"right" not scrolling to caret (thanks @Jairo-Martinez)
    Fix: regression with bad positioning of tab-groups 'splitters' on start (thanks @GHNewbiee)
    Fix: option "saving_trim_spaces" didn't move caret to shorter line end (thanks @GHNewbiee)
    Fix: 'preview tab' could not work if dragged to another tab-group

[close]

http://www.uvviewsoft.com/cudatext/
Titel: EmEditor Free 20.5.1
Beitrag von: SiLæncer am 30 Januar, 2021, 11:30
(https://1z9j8fz5fww49iaje1itey71-wpengine.netdna-ssl.com/wp-content/uploads/2013/09/EmEditorFree_Window.png)
EmEditor is a lightning-fast, tabbed text editor with themes, syntax highlighting, stay-on-top, and customizable keyboard mapping. The program supports batch find-and-replace, regular expressions, and more.

The program beat a variety of other text editors in tests performed by TPFC user TP109. Additional features are available via a non-free version.

Free for personal use

Whats new:>>

    Fixed a v20.5.0 bug where the Jump command did not jump to the specified line.
    Fixed a v20.5.0 bug where the text colors outside after the Narrowing command could be incorrect.

https://www.emeditor.com/text-editor-features/history/emeditor-free/
Titel: Vim 8.2.2434
Beitrag von: SiLæncer am 31 Januar, 2021, 18:40
(https://s26.postimg.cc/xww5nc4zt/screenshot_1282.png)
A highly configurable text editor built to enable efficient text editing - an improved version of the vi editor distributed with most UNIX systems.

Freeware

Changes:>>

8.2.2434: Vim9: no error when compiling str2nr() with a number

http://www.vim.org/index.php
Titel: Text Editor Pro 14.2.0
Beitrag von: SiLæncer am 31 Januar, 2021, 22:30
(https://s26.postimg.cc/hfdkhoj9l/screenshot_896.png)
Text Editor Pro (formerly EditBone) is a powerful text editing tool that comes with syntax highlighting support for over 50 languages and scripts, customizable with over 100 options, 29 ready made styles, a handy file comparison feature, unicode character map, numerical unit convert tool, SQL formatter, and support for multiple directories and search results.

Freeware

Changelog

- Added highlighter for Dart
- Fixed check for updates
- Fixed language files
- Fixed SFTP

[close]

https://texteditor.pro/
Titel: Vim 8.2.2445
Beitrag von: SiLæncer am 01 Februar, 2021, 06:40
Changes:>>

Vim9: no proper error for lambda missing return type

http://www.vim.org/index.php
Titel: HelpNDoc 7.1.3.270
Beitrag von: SiLæncer am 16 Februar, 2021, 13:51
(https://s26.postimg.cc/n8qdqw1ix/screenshot_994.png)
HelpNDoc provides all the tools necessary to write complete help files, manuals and documentations in a user friendly and very easy to use environment. HelpNDoc can generate standard Windows CHM help files, WEB based documentation, iPhone specific websites as well as printable PDF and Word documents.

HelpNDoc is completely free for personal use and evaluation purposes.

Changelog

Brand new installation could crash without any errors when creating or opening a project

[close]

http://www.helpndoc.com/
Titel: Notepad++ v7.9.3
Beitrag von: SiLæncer am 16 Februar, 2021, 13:55
(https://i.postimg.cc/90QrsKpv/screenshot-818.png)
Notepad++ is a tabbed source code editor and Notepad replacement with a customizable interface. It is one of the few few source code editors that supports "folding," allowing users to quickly reduce and expand sections of code to see the overall document. In addition, it features multi-language syntax highlighting, auto-completion, regular expression search/replace, macro recording and playback, etc. The program can access a long list of plug-ins via an easy-to-access menu with even more features and functions.

License: GPL

Changelog

    Discontinued support for Windows XP due to technical reasons. Notepad++ 7.9.2 is the last version to run on Windows XP. (Ref)
    Upgrade Notepad++ License: update GPL version from v2 to v3. (Fix #9425)
    Fix the regression of copying line data from search results. (Fix #9334)
    Fix “Print Line Number” preference is ignored for printing regression. (Fix #9379)
    Fix a regression in Chinese Simplified localization. (Fix #9329)
    Fix dockable panels not being displayed regression due to multi-instance mode activation. (Fix #9341 & #9363)
    Make split-lines feature work again with multi-edge rightmost specified edge. (Fix #8262)
    Enhance modern style file dialog for allowing UNIX style file path. (Fix #9374)
    Use the modern browse folder dialog to get folder path. (Fix #8513)
    Improve option for setting save dialog filter to All Types. (Fix #9325)
    Add ability to delete entries from combo box history in Find dialog with DELETE key. (Implement #9366)
    Fix lost session issue on Windows reboot/shutdown. (Fix #7839)
    Add “save Folder as Workspace in session” option in save session dialog. (Implement #9165)
    Make value dialog height accurate in any DPI. (Fix #8443)
    Fix issue that Switch-To-Panel keyboard shortcuts cannot be used in context menu. (Fix #9435)
    Fix a memory leak issue. (Ref)
    Fix blurry display problem on an extended monitor. (Fix #8115)
    Fix incompatible plugin not being deleted issue. (Fix #9377)
    Synchronize GUP localization file (if available) with Notepad++ in installer.
    Enhance “No update” dialog with the download page link in the Notepad++ updater.
    Fix NPPM_SETLINENUMBERWIDTHMODE API not working issue. (Fix #9338)

[close]

Download: https://github.com/notepad-plus-plus/notepad-plus-plus

https://notepad-plus-plus.org/
Titel: EmEditor Free 20.5.4
Beitrag von: SiLæncer am 16 Februar, 2021, 16:40
Whats new:>>

    Fixed a pre-v20.4 bug where opening and saving a very large UTF-8/UTF-16 with Signature (BOM) file could remove a few bytes from the file
    Fixed a pre-v20.4 bug where EmEditor could crash when opening a binary file and canceling the Retry dialog box
    Fixed a v20.5 bug where highlighting could be disabled for a very large file
    Fixed a v20.5.3 bug where an empty item existed in the notification page of the Customize dialog box

https://www.emeditor.com/text-editor-features/history/emeditor-free/
Titel: QOwnNotes 21.2.2
Beitrag von: SiLæncer am 17 Februar, 2021, 07:30
(https://s26.postimg.cc/hoi1ahlcp/screenshot_978.png)
QOwnNotes is a text editor / notepad replacement with markdown support and todo list manager. The program supports themes, keyboard shortcuts, syntax highlighting, and encryption. Includes available nested file list, tags, search, and more. Optionally works with the notes application ownCloud or Nextcloud.

Cross-platform with clients available for Mac and Linux.

License: GPL

Whats new:>>

    when setting your initial note folder and no Nextcloud or ownCloud folders are found now a Notes folder is suggested in your home directory (for #2054)
    added more translation (thank you amirkbrpr, lelaw, rawfreeamy)

http://www.qownnotes.org/
Titel: MiTeC JSON Viewer 1.9.0.0
Beitrag von: SiLæncer am 17 Februar, 2021, 22:50
(https://i.postimg.cc/mgnPYmLc/screenshot-921.png)
MiTeC JSON Viewer include simple JSON Editor with JSON validation, support hierarchical and text preview, text searching and Base64 encoding/decoding.

Freeware

Whats new:>>

Added Update Check option.

https://mitec.cz/jsonv.html
Titel: Vim 8.2.2529
Beitrag von: SiLæncer am 18 Februar, 2021, 09:10
Changes:>>

Vim9: Not possible to use legacy and Vim9 script in one file

http://www.vim.org/index.php
Titel: RJ TextEd 14.72
Beitrag von: SiLæncer am 18 Februar, 2021, 09:50
(https://s26.postimg.cc/775l9vjeh/screenshot_593.png)
RJ TextEd - A Unicode source and text editor. RJ TextEd is a full featured text and source editor with Unicode support, syntax highlighting and code folding. The functionality extends beyond text files and includes support for HTML editing with integrated preview, spell checking, auto completion, HTML validation, templates and more. The program also include support for Topstyle Lite CSS editor, has a dual pane file commander, as well as a FTP client to upload your files. The editor uses language files to display menus and dialogs in different languages. There are several included languages. New language files can easily be created in the editor. RJ TextEd is also a simple web development tool. The editor can use auto completion and hints to assist you in editing your source code. You can preview HTML/ASP/PHP... code using one of the preview tabs or open a document in a browser. The editor does not only handle source code. It also handles true ASCII files, binary files and of course plain text files.

License: Freeware

Changelog

    Misc:

    Arabic was added to the list of available languages.
    Cpp syntax file was updated.

    Fixed:

    SFTP issues when changing remote directory.
    Lorem Ipsum in HTML menu could not be translated.
    Exit compare mode error.
    Change case functions in multi selection mode.
    A startup issue where some file may not be accessible.
    Minor issues in the Regular expression Creator.
    Dual view action issue.
    Error in customize keyboard shortcut window.
    Redraw issue when a panel is hidden to a side.
    Current file path in explorer panel toolbar should work now.
    Delete issue when external document is visible (tab dragged outside the document area).
    Save All enable issue when using multiple document views.
    Close bracket issue in style section.

[close]

http://www.rj-texted.se/
Titel: Mitec XML Viewer 6.2.0.0
Beitrag von: SiLæncer am 18 Februar, 2021, 10:40
(https://i.postimg.cc/gj4Sb50w/screenshot-860.png)
MiTeC XML Viewer include simple XML Editor with xml validation, very fast SAX parser, support hierarchical and text preview, text searching, Base64 decoding, attribute listing, image interpretation, Web and Content preview and large files up to available memory.

Freemium

Whats new:>>

Added Update Check option

http://mitec.cz/xmlv.html
Titel: TeXstudio 3.1.0
Beitrag von: SiLæncer am 18 Februar, 2021, 11:20
(https://i.postimg.cc/Fz8CktsG/screenshot-2846.png)
GPL-LaTeX-Editor, der das Erstellen von LaTex-Dokumenten in Unicode vereinfacht; unterstützt den Nutzer beim Schreiben mittels interaktiver Rechtschreibprüfung, Syntax-Highlighting, Code-Folding und automatischer Code-Vervollständigung.

Lizenz: Open Source

Whats new:>>

    Fix changing GUI language
    Global TOC added which needs to be updated for now (WIP)

http://texstudio.sourceforge.net/
Titel: CudaText 1.125.2.0
Beitrag von: SiLæncer am 19 Februar, 2021, 12:00
(https://s26.postimg.cc/k6wu8qcrt/screenshot_901.png)
Create programming scripts with this powerful tool that supports more than 130 languages and allows users to work concurrently on as many as six groups of projects.

Freeware

Changelog

    add: UI-tabs in "multi-line" style can now be scrolled too, vertically
    add: added API useful for plugin "Terminal Plus" (thanks @Shovel)
    add: Addon Manager: better handle requirements of CudaLint, CudaFormatter
    fix: bug in detecting lexers 'PKGBUILD', 'Dockerfile' (thanks @Nor

[close]

http://www.uvviewsoft.com/cudatext/
Titel: QOwnNotes 21.2.3
Beitrag von: SiLæncer am 19 Februar, 2021, 18:30
(https://s26.postimg.cc/hoi1ahlcp/screenshot_978.png)
QOwnNotes is a text editor / notepad replacement with markdown support and todo list manager. The program supports themes, keyboard shortcuts, syntax highlighting, and encryption. Includes available nested file list, tags, search, and more. Optionally works with the notes application ownCloud or Nextcloud.

Cross-platform with clients available for Mac and Linux.

License: GPL

Whats new:>>

    the toggling of a checkbox at the cursor position has now a higher priority at the
    Ctrl + Space shortcut (for #2048)
    the restoring of workspaces after a window resize was improved
    (for #2056, thank you @fnkabit)

http://www.qownnotes.org/
Titel: Vim 8.2.2531
Beitrag von: SiLæncer am 20 Februar, 2021, 11:20
(https://s26.postimg.cc/xww5nc4zt/screenshot_1282.png)
A highly configurable text editor built to enable efficient text editing - an improved version of the vi editor distributed with most UNIX systems.

Freeware

Changes:>>

Vim9: the :k command is obscure.

http://www.vim.org/index.php
Titel: CudaText 1.126.0
Beitrag von: SiLæncer am 21 Februar, 2021, 22:00
(https://s26.postimg.cc/k6wu8qcrt/screenshot_901.png)
Create programming scripts with this powerful tool that supports more than 130 languages and allows users to work concurrently on as many as six groups of projects.

Freeware

Changelog

+ add: added built-in tree-helper for Markdown, and plugin cuda_tree_markdown is removed, it is in ignore-list now (thanks @GHNewbiee)
+ add: added built-in tree-helper for MediaWiki, and plugin cuda_tree_mediawiki is in ignore-list now
+ add: added built-in tree-helper for reStructuredText, and plugin cuda_tree_rest is in ignore-list now
+ add: better handle splitters moving in tab-group modes '3 vert', '3 horz', '6 grid' (not yet in modes '4v', '4h', '6v', '6h')
+ add: UI-tabs in "multi-line" style can now be scrolled too, vertically (thanks @GHNewbiee)
+ add: added API useful for plugin "Terminal Plus" (thanks @Shovel)
+ add: Addon Manager: auto-install CudaLint/CudaFormatter when a linter/formatter is installing
+ add: lexer PHP: support attributes of PHP 8: #[Name]
- fix: keys Up/Down, with selection overlapping editor border, caused wrong horizontal scrolling
- fix: bug in detecting lexers 'PKGBUILD', 'Dockerfile' (thanks @Nori13)

[close]

http://www.uvviewsoft.com/cudatext/
Titel: Vim 8.2.2541
Beitrag von: SiLæncer am 22 Februar, 2021, 09:10
Changes:>>

8.2.2541: popup_create() does not allow boolean for "cursorline"

http://www.vim.org/index.php
Titel: Vim 8.2.2543
Beitrag von: SiLæncer am 23 Februar, 2021, 09:10
Changes:>>

Vim9: a return inside try/catch does not restore properly

http://www.vim.org/index.php
Titel: EmEditor Free 20.5.5
Beitrag von: SiLæncer am 23 Februar, 2021, 09:50
(https://1z9j8fz5fww49iaje1itey71-wpengine.netdna-ssl.com/wp-content/uploads/2013/09/EmEditorFree_Window.png)
EmEditor is a lightning-fast, tabbed text editor with themes, syntax highlighting, stay-on-top, and customizable keyboard mapping. The program supports batch find-and-replace, regular expressions, and more.

The program beat a variety of other text editors in tests performed by TPFC user TP109. Additional features are available via a non-free version.

Free for personal use

Changelog

    Improved the speed when a very long line exists and the line is wrapped.
    Fixed a pre-v20.5 bug where EmEditor could crash when opening a very large file with very long lines.
    Fixed a pre-v20.5 bug related to recording a macro for the Batch Replace command.
    Fixed a v20.5 bug where the Print Preview might have crashed if no printers were available.
    Fixed a v20.5 bug where the Print Now command did not work.
    Fixed a pre-v20.5 bug where EmEditor could crash if URL is highlighted under a certain condition.
    Fixed a v20.5 bug where the Percentage of Physical Memory in Use was hidden in the status bar.

[close]

https://www.emeditor.com/text-editor-features/history/emeditor-free/
Titel: MiKTeX 21.2
Beitrag von: SiLæncer am 23 Februar, 2021, 18:40
(https://i.postimg.cc/rpCxYpK5/MiKTeX.png)
Lightweight and simple-to-use application which enables you to write mathematical, technical or any other type of scientific material.

Freeware

https://miktex.org
Titel: Vim 8.2.2548
Beitrag von: SiLæncer am 24 Februar, 2021, 10:10
Changes:>>

May get stuck in the cmdline window using :normal

http://www.vim.org/index.php
Titel: TeXstudio 3.1.1
Beitrag von: SiLæncer am 24 Februar, 2021, 11:10
(https://i.postimg.cc/Fz8CktsG/screenshot-2846.png)
GPL-LaTeX-Editor, der das Erstellen von LaTex-Dokumenten in Unicode vereinfacht; unterstützt den Nutzer beim Schreiben mittels interaktiver Rechtschreibprüfung, Syntax-Highlighting, Code-Folding und automatischer Code-Vervollständigung.

Lizenz: Open Source

Whats new:>>

- fix crashes concerning opening included files
- let global TOC update as you type

http://texstudio.sourceforge.net/
Titel: Perpetual Notes 3.61
Beitrag von: SiLæncer am 24 Februar, 2021, 20:10
(https://i.postimg.cc/PrmCcFXN/screenshot-1340.png)
Create versatile Rich Text Files with a tool meant to help you make the most out of your note-taking skills, and organize easier and more elegantly.

Donationware

http://www.enselsoftware.com/product/PerpetualNotes.html
Titel: SPFLite 2.3.21053
Beitrag von: SiLæncer am 24 Februar, 2021, 22:10
(https://i.postimg.cc/wT5s6g7J/screenshot-2635.png)
Rename, clone, delete, edit, print, exclude, touch, add to favorites and view your files using this intuitive software application.

License: GPLv3

Changelog

    Correct logic of the Backup Retention handler. It was failing to delete backups which were past the expiry period.
    Altered the TitleCase routine to treat additional chacters as 'word' delimiters. The following characters were added in addition to the space character: ,.:;/=_[]{}()-|'"
    Treat a request to Open a file, which finds the file already Open in a tab, as a non-error. A message will still be issued and a switch made to the located tab, but no warning Beep will be made.
    Correct loading of UTF files to properly handle embedded TAB characters.
    Remove restriction on the BOM UTF setting so that BOM OFF can be used with ANY of the UTF variations.
    Correct handling of stacked commands on the command line when any of the commands involve altering any lines's Exclude status.
    Correct the reverse search routine to properly establish the resume scan location.
    Revise the program startup when opening in full-screen mode to prevent the display of a non-fullscreen window during the process.
    When the pop-up to select a Profile for a previously unseen file type appears, the pull-down list of existing Profile will no longer contain the names of Profiles which are currently set to USE a different Profile.
    If doing a KB (Paste), the line inserted will also be TAB processed if ImportTabs is set. This will now agree with how the Primary PASTE command handles it.
    Alter the (DataInsert) primitive to be a toggle on/off rather than just turning DataInsert mode on and using (Insert) to turn it off. N.B. (Insert) will stll perform the turn off as before.
    Correct END processing. If AUTOSAVE ON NOROMPT was set, and the file had not been modified (thus not needing a SAVE) then STATE saving was also being incorrectly skipped.
    Alter the RELOAD processing so that if an IMACRO is specified, it will be re-invoked after the data is reloaded.
    Correct STATE saving routine handling when immediately prior editing commands used X/NX or U/NU operands for line filtering.

[close]

http://www.spflite.com/Home.html
Titel: CudaText 1.126.4.0
Beitrag von: SiLæncer am 24 Februar, 2021, 23:20
Whats new:>>

    Add: internal optimizations in renderer, pls report any bugs
    Add: on opening user.json or default.json, program shows information panel about "Options Editor" (thanks @Shovel)
    Add: option "autocomplete_autoshow_chars" now works with national letters (thanks @tmsg)
    Add: Addon Manager: don't reinstall CudaLint/CudaFormatter when a linter/formatter is installing
    Fix: with word-wrap, click on parts of huge line with CJK, gave wrong caret position

http://www.uvviewsoft.com/cudatext/
Titel: QOwnNotes 21.2.4
Beitrag von: SiLæncer am 25 Februar, 2021, 09:30
(https://s26.postimg.cc/hoi1ahlcp/screenshot_978.png)
QOwnNotes is a text editor / notepad replacement with markdown support and todo list manager. The program supports themes, keyboard shortcuts, syntax highlighting, and encryption. Includes available nested file list, tags, search, and more. Optionally works with the notes application ownCloud or Nextcloud.

Cross-platform with clients available for Mac and Linux.

License: GPL

Whats new:>>

fixed an issue with showing the application window with a global shortcut for the Show/Hide application action (for #2061 (opens new window))

http://www.qownnotes.org/
Titel: Vim 8.2.2549
Beitrag von: SiLæncer am 25 Februar, 2021, 10:10
Changes:>>

crash after using "g:" in a for loop

http://www.vim.org/index.php
Titel: MiTeC Hexadecimal Editor 7.1.0.0
Beitrag von: SiLæncer am 25 Februar, 2021, 10:20
(https://i.postimg.cc/y6XBCGhw/screenshot-2870.png)
HexEdit is powerfull hexadecimal editor with following features:

    MDI interface
    Data Inspector
    Calculator
    File Compare
    Memory Dumper
    Disk Dumper (NT only)

Freeware

Whats new:>>

+ Update check on startup

http://www.mitec.cz/hex.html
Titel: yWriter 6.6.2.0 Beta
Beitrag von: SiLæncer am 25 Februar, 2021, 13:20
(http://www.spacejock.com/images/yWriter5Main.png)
yWriter allows you to split your novel into chapters and scenes, simplifying the process of text writing. You can reorder scenes within chapters or change their content, title and description. If you notice that you mistyped a word, yWriter enables you to do a global text search and replace it. With yWriter you can easily keep journals, diaries or create your own stories and novels.

Freeware

Whats new:>>

New tabbed dialog control.

http://www.spacejock.com
Titel: EmEditor Free 20.5.6
Beitrag von: SiLæncer am 25 Februar, 2021, 18:10
(https://1z9j8fz5fww49iaje1itey71-wpengine.netdna-ssl.com/wp-content/uploads/2013/09/EmEditorFree_Window.png)
EmEditor is a lightning-fast, tabbed text editor with themes, syntax highlighting, stay-on-top, and customizable keyboard mapping. The program supports batch find-and-replace, regular expressions, and more.

The program beat a variety of other text editors in tests performed by TPFC user TP109. Additional features are available via a non-free version.

Free for personal use

Changelog

    Fixed a v20.5.5 bug where EmEditor could crash after the Filter command under a certain condition.
    Fixed a pre-v20.5 bug related to recording a macro for the Replace (Extract) command.

[close]

https://www.emeditor.com/text-editor-features/history/emeditor-free/
Titel: Notepack 0.9.12
Beitrag von: SiLæncer am 25 Februar, 2021, 21:10
(https://i.postimg.cc/jdg4C7DH/screenshot-2899.png)
A user-friendly note taking app and to-do list organizer that supports Markdown formatting and allows you to add color highlights to your notes.

License: MPL

Whats new:>>

    auto check if new version is available
    auto versioning based on git tag using gradle
    fix about dialog box

https://github.com/Ogefest/Notepack
Titel: HtLite Pro 5.8.1.0
Beitrag von: SiLæncer am 25 Februar, 2021, 21:50
(https://s26.postimg.cc/pw2fa422x/screenshot_172.png)
Umfangreicher HTML/XHTML Editor.  Jeder externe Browser zur Seitenansicht einstellbar.  Wer keinen HTML Designer zur visuellen Gestaltung seiner Seiten benötigt, sondern nur einen komfortablen Code-Editor sucht, erhält hier eine hervorragende Alternative.

Freeware

https://www.winsoftware24.com/htlitepro.html
Titel: VNote 3.0.0 Beta 7
Beitrag von: SiLæncer am 25 Februar, 2021, 22:10
(https://s26.postimg.cc/871od8huh/screenshot_1147.png)
Peculiar yet interesting, open source piece of software that sports both Markdown editing capabilities and note management features.

MIT License

Whats new:>>

    Support export to Markdown/HTML/PDF
    Support base level 1/2/3 for section number in read mode
    Support opening link to folder in read mode

https://github.com/tamlok/vnote
Titel: QOwnNotes 21.2.5
Beitrag von: SiLæncer am 25 Februar, 2021, 22:50
(https://s26.postimg.cc/hoi1ahlcp/screenshot_978.png)
QOwnNotes is a text editor / notepad replacement with markdown support and todo list manager. The program supports themes, keyboard shortcuts, syntax highlighting, and encryption. Includes available nested file list, tags, search, and more. Optionally works with the notes application ownCloud or Nextcloud.

Cross-platform with clients available for Mac and Linux.

License: GPL

Whats new:>>

fixed a problem with exporting notes as PDF or printing them for installations of QOwnNotes previous from version 21.2.0 (for #2062 (opens new window))

http://www.qownnotes.org/
Titel: BaseX 9.5
Beitrag von: SiLæncer am 26 Februar, 2021, 09:10
(https://s26.postimg.cc/zexqg30d5/screenshot_63.png)
BaseX is a Java-based software application that integrates an XML database and XQuery text editor. It is wrapped in a user-friendly working environment and comes packed with several useful options and configuration parameters for experienced users.

BSD License

Changelog

    RESTXQ:

    the client IP address behind a proxy is added to the logs
    stack traces in the error message can now be suppressed
    the default error code has been changed from 400 to 500
    error messages are more user-friendly now (#1708)
    content negotiation was improved (#1991)
    inline arguments of called function (#1982)

    XQUERY FUNCTIONS:

    Utility: new functions for sequences, arrays and maps
    Higher-Order Functions: hof:drop-while
    Jobs: More options for job intervals

    XQUERY PERFORMANCE:

    revised scoring propagation (all items will take less memory)
    default function inlining limit reduced from 100 to 50
    axis path rewritings, better typing (#1910, #1976, #1979)
    better typing (#1906, #1908, #1909, #1944, #1945)
    faster data()/string() checks (#1975)
    rewrite map:merge to map:put (#1969)
    rewrite order by to fn:sort (#1966)
    rewrite group by to fn:distinct-values (#1932)
    rewrite quantifiers to FLWOR expressions (#1961)
    optimizations of arithmetic expressions (#1938, #1972)
    optimizations of lookup operator (#1929, #1984)
    optimizations of counts (#1965, #1973, #1974)
    optimizations of regular lists (#1919, #1924)
    optimizations of switch expression (#1920)
    optimizations of instance of (#1939)
    distinct values (#1930, #1967)
    positional checks (#1937)
    existence checks (#1971)

[close]

http://basex.org/
Titel: Alternate TextBrowser 3.910
Beitrag von: SiLæncer am 26 Februar, 2021, 18:40
(https://i.postimg.cc/TYy7wJVb/screenshot-1429.png)
This program makes it easy to browse through text- and html-files (also xml), syntax highlighting for serveral programming languages available (C++, Pascal, PHP, Perl, ASM, JScript etc.).

Freeware

Whats new:>>

    Language corrections
    MathSolver 1.740 added

http://www.alternate-tools.com/pages/c_textbrowser.php?lang=ENG
Titel: Vim 8.2.2553
Beitrag von: SiLæncer am 27 Februar, 2021, 09:40
(https://s26.postimg.cc/xww5nc4zt/screenshot_1282.png)
A highly configurable text editor built to enable efficient text editing - an improved version of the vi editor distributed with most UNIX systems.

Freeware

Changes:>>

Vim9: Cannot put "|" after "{".

http://www.vim.org/index.php
Titel: RisohEditor 5.5.2
Beitrag von: SiLæncer am 27 Februar, 2021, 11:50
(https://i.postimg.cc/8P4z4Swt/screenshot-799.png)
"RisohEditor" is a free resource editor for Win32 development, created by Katayama Hirofumi MZ. RisohEditor realized the ideal of resource editor. "Risoh" means "ideal" in Japanese. RisohEditor can add, edit, extract, clone and remove the resource data in EXE/DLL files. You can edit Windows resources (Dialogs, Menus, Icons, Cursors, String Tables, Message Tables etc.) by using RisohEditor.

NOTICE: Please avoid installing in "C:\Program Files" or "C:\Program Files (x86)". Because the resource compiler (windres) doesn't accept space character in the file path.

Freeware

Changelog

Fixed Ctrl+A on textboxes of Win2k3.
Added tlb2idl programs to process TYPELIB resource type.
Supported TYPELIB preview.
Added Polish translation.
Disabled "Wrap the manifest statements" feature as default.

[close]

https://katahiromz.web.fc2.com/re/en/index.html#intro
Titel: VNote 3.0.0 Beta 8
Beitrag von: SiLæncer am 27 Februar, 2021, 19:45
Whats new:>>

    Note explorer supports different view orders
    Fix Ctrl+V paste in editor
    Fix Linux HTTPS crash bug
    Add button to show/hide recycle bin node
    Other small fixes

https://github.com/tamlok/vnote
Titel: KeenWrite 1.12.3
Beitrag von: SiLæncer am 27 Februar, 2021, 20:20
(https://i.postimg.cc/3w8rCcRs/screenshot-2904.png)
Java-based text editor that comes with numerous features, such as live preview, formulas, Markdown support and string interpolation.

BSD License

Changelog

    Fix issue with editor and preview fonts not being applied after restarting the application
    Fix issue with open functionality not working when the "initial directory" does not exist
    Minor performance optimizations for rendering math
    Add document statistics (F8 hot-key), which counts individual word occurrences
    Add word count total to the status bar (bottom-right number), does not include "stop words"
    Fix issue with R expressions not recognized inside of images
    Add documentation showing how to apply fonts (see docs/i18n.md in the repository)

[close]

https://github.com/DaveJarvis/keenwrite
Titel: Notepad3 5.21.227.1
Beitrag von: SiLæncer am 27 Februar, 2021, 21:50
(https://s26.postimg.cc/hqfjo9ard/screenshot_1232.png)
Notepad3 is a lightweight piece of software that overcomes some of the well-known limitations of Windows standard text editor while providing syntax highlighting support.

Freeware

Changelog

    NEW:

    Use user locale for date/time insert format: can be menu switched to preferred UI language.
    Enable horizontal scrolling by “Shift + Mouse-Wheel”.
    Show search wrap-around tooltip (issue #3038).
    Kotlin Source Lexer based on Zufuliu’s Kotlin Lexer code base.
    Dart Lexer based on Zufuliu’s Dart Lexer code base.
    TinyExpr: additional number parsing for binary (0b…) and octal (0o…) number formats.
    Extension “.pkb” to SQL Lexer.
    ‘Dark Mode’ support for Windows 10 20H2 Version 2009 (Build 19042).
    Open/Save file explorer dialog: populate file filter with current lexer supported file extensions.
    Minipath.ini: [Settings2] FocusLostOpacity=100 (opycity level on losing focus).
    Hotkey ‘F3’: use MRU latest item before clipboard content as search pattern if prior search pattern is empty.
    Support Lexer switching while Customize Schemes dialog is open.
    Expand current lexers style tree on customize schemes dialog startup.
    grepWinNP3: “Stay On Top” titlebar context-menu (GRE).
    Faster statusbar update response / avoid flickering.
    Reducing Titlebar, Toolbar and Statusbar flickering.
    Set Light/Dark Mode for grepWinNP3 execution (GRE).
    Customize Schemes: show selected theme title.
    DarkMode: remember DarkMode chosen Scheme/Theme for next start.
    Configurable Dark Mode colors (non Explorer-Theme, Owner-Drawn).
    Menu item to switch between Default and Dark-Mode.
    DarkMode: Toolbar, static checkbox/listbox control.
    Win10 DarkMode Awareness (initial development).

    CHANGES:

    MiniPath: support mouse xbuttons for browsing direction.
    Code styling reformat MiniPath sources (AStyle: OTBS).
    Simple Line Comment Toggle handles each line separately
    Menu move Line/Stream Comment items to Edit -> Selection top.
    Find/Repl dialog – refactoring and minor fixes.
    JSON5 enhancements to Scintilla’s original JSON-Lexer.
    Statusbar Selection-Info: switch to byte (instead of character) counting for huge files.
    Use user locale for date/time insert format: insert date before time & tab separated.
    Tinyexpr evaluation of math constants “e” and “pi” not being separated from prepending text.
    Extent static find/replace/mark occurances pattern buffer to 4095 characters.
    Initial start screen resolution independent fixed base font size.
    Avoid wrap-around requester if there is no other possible occurrence.
    Behavior change: copy to clipboard on empty selection -> don’t copy anything if current line is empty.
    Update keywords list in Style INNO Lexer.
    No error message after decline loading file of huge size.
    Renaming Chinese displayed encoding according to MIME/IANA.
    Sci_PositionCR type reverted to long for Win32 compatibility reasons.
    Rebase DarkMode module on delay load version branch of win32-darkmode project.
    Update the KeyWordList of lexers “C# Source Code” and “SQL Query”.
    Bookmark Occurrences Colors changed to get perceptually distinct colors.
    Migration from CreateLexer() by ID to CreateLexer() by Name (Lexilla IFace5 conform) (GRE).
    TinyExpr format floating.point with non zero fractional part.
    TinyExpr: change format (allow longer integer before switching to mantissa/exponent format).
    Prepare for Lexilla Library (Scintilla v5) (SCI).
    Using @zufuliu’s EOL Mode detection enhancement (no SSE2 or AVX2 specializations).
    Unify search-pattern retrieval: (0.selection)[F/R-DLG] – 1.previous-search/MRU-List – 2.clipboard.
    grepWinNP3: save changed “Stay On Top” settings on exit (GRE).
    First part of DarkMode Theme for MiniPath.
    Separate DarkMode window-backgr color from button-facecolor.
    Opacity level on loosing focus for grepWinNP3.
    TinyExpr: ‘%’ operator: distinguish between modulo and percent operation by context.
    Due to lack of interest, “Notepad3DLL” is discontinued.
    User configurable “Web Action” menu item names.
    Update grepWinNP3 (GRE) version 2.1.6.34 (2021-02.05).
    Update Oniguruma Regex (ONI) engine version 6.9.7 (2021-01-24).
    Update Scintilla Library (SCI) version 4.4.6 (2020-12-01).

    FIXES:

    URL-Decoding of file Hyperlinks (“file://…”).
    Wrap-Around tooltip use correct encoding.
    Multi-Line movement: proceed to document end correctly.
    Toggle comment on empty selection at insertion point: keep position of selection end.
    MiniPath: Enable Mouse XButton usage (“browse back and forth”).
    Toggle Comment: proper selection handling.
    Do not move selection on search pattern change if in Replace-Dlg.
    FJSON Lexer has comments enabled now.
    F/R-Dialog – allow multi-line clipboard paste to Replace String combobox too.
    F/R: fixes some issues around RegEx zero-length match/findings.
    ReplaceAll. avoid busy loop (infinity) while replacing zero-length-match (RegExpr).
    F/R dialog don’t change selection by typing search pattern.
    F/R show wrap-around tooltip only if message boxes are hidden.
    JSON5 string line continuation.
    Context-Menu Handling in Release Mode.
    Burndown some VS Analyze Mode Infos/Warnings.
    Wildcard search: unintentional wrap around.
    AHKL lexer: visual brace matching mix-ups.
    InfoBox message icon DPI scaling.
    Tinyexpr functions and constants parsing.
    Buffer overrun while initializing structures.
    Fix Font Dialog (Size handling) problems (issue #3012).
    F/R dialog: Transform Backslash option glitch.
    F/R dialog: message box in case of not matching pattern.
    Multi-Replace using RegExpr and Group-References.
    Refactoring encoding detection: pure ASCII vs. 7-bit.
    File encoding analysis with 7-bit ASCII only.
    File save problem after switching encoding to GB2312 (52936).
    Initial path on OpenFile dialog (load file).
    Compiler complaints (new VS2019 version v16.8.1).
    Allow single character filename on command line.
    Disable Copy/Cut complete lines on partial multi-selection.
    Find/Repl all in range algo.
    Oniguruma flexible EOL handling (Win CRLF, Unix LF and Mac CR) (ONI).
    Replace all in range.
    Avoid file cache lost on power failure.
    Copy/Cut/Delete “Focused View” lines (clipboard).
    Cut/cop occurrences marker line(s) if marker in first line.
    Initial directory for open/save file Explorer dialog.
    TOML Lexer performance leak.
    Freezing of main window caused by mixed usage of Lexer Interfaces.
    Setting new IFace5 Lexer (should fix line/stream comment toggle issue #2912).
    Lexer file extensions maintained in standard config.
    grepWin language switching (github.com/stefankueng/grepWin/issues/199) (GRE).
    Clone full .ini-file path for forked new instance (GRE).
    grepWinNP3: wide char path names for language files (GRE).
    Stop file change notification on deleted files if save is rejected.
    Some RegEx engine fixes (current Oniguruma dev) (ONI).
    Performance leak in TOML Lexer.
    Customize Schemes title assembling.
    DarkMode switching while non-modal dialogs are active.
    TinyExpr: interpretation of ‘%’ operator: allow “(…)” on rhs of modulo interpretation.
    TinyExpr: remove the need of blank for smart interpretation of ‘%’ operator.
    Failed to set DarkMode for owner drawn ComboBoxEx controls.
    DarkMode: toolbar button text.
    Let DarkMode work with 20H2.
    grepWinNP3 new instance: read correct .ini-file (protable) (GRE).
    Fix Win7 start-up crash.
    Final default color correction (toolbar, statusbar and margin).
    Allow removing of compile pre-processing switch D_NP3_WIN10_DARK_MODE.
    Bring back themed ReBar (Toolbar parent) for Win7.
    Bring back themed ReBar (Toolbar parent) for Win10 using Light Mode (DarkMode not wanted).
    Win7 Toolbar background back to COLOR_BTNFACE, Win10 stays with COLOR_WINDOWS.
    Update Titlebar on document modified.
    Clean .ini-config for default values.
    Standard margin background colors.
    DarkMode: switch std. background and text color too.
    DarkMode support / init / settings handling.

    REMOVED:

    TinyExpr: ‘%%’ as percent operator is deprecated.

    TRANSLATIONS (MUI):

    Afrikaans (af-ZA).
    Belarusian (be-BY).
    Chinese Simplified (zh-CN).
    Chinese Traditional (zh-TW) (incomplete…).
    Dutch (nl-NL).
    English (en-GB).
    French (fr-FR).
    German (de-DE).
    Greek (el-GR) (incomplete…).
    Hindi (hi-IN)
    Hungarian (hu-HU).
    Indonesian (id-ID) (incomplete…).
    Italian (it-IT).
    Japanese (ja-JP).
    Korean (ko-KR).
    Polish (pl-PL).
    Portuguese (pt-PT).
    Portuguese Brazilian (pt-BR) (incomplete…).
    Russian (ru-RU).
    Slovak (sk-SK).
    Spanish (es-ES).
    Spanish Latin America (es-LA) (incomplete…).
    Swedish (sv-SE).
    Turkish (tr-TR) (incomplete…).
    Vietnamese (vi-VN) (incomplete…).

[close]

https://www.rizonesoft.com/downloads/notepad3/
Titel: KeenWrite 1.12.4
Beitrag von: SiLæncer am 28 Februar, 2021, 11:40
Whats new:>>

    Change User-Agent for HTTP requests (to help Kroki's servers identify KeenWrite usage)
    Add scroll-lock button in preview pane to prevent scrolling preview when navigating editor
    Press Scroll Lock key to lock preview pane (overrules scroll-lock button behaviour until released)
    Add file manager under View ?? Files (or press Ctrl+F8)
    Double-click functionality will open a regular file or change the file manager directory
    Add a multitude of vector files to graphically depict file types (by file name extension, not file contents)

https://github.com/DaveJarvis/keenwrite
Titel: CudaText 1.127.0.0
Beitrag von: SiLæncer am 28 Februar, 2021, 18:30
(https://s26.postimg.cc/k6wu8qcrt/screenshot_901.png)
Create programming scripts with this powerful tool that supports more than 130 languages and allows users to work concurrently on as many as six groups of projects.

Freeware

Changelog

    Add: multi-threading is now used to paint the minimap, painting with minimap is now 2x faster
    Add: when UI-tabs are not 'angled', they have rounded corners (no option yet)
    Change: UI-tabs are now not 'angled' by default
    Change: 'angled' UI-tabs were not painted ok on some OS/desktops, so disabled them yet: on Linux Qt5, on macOS
    Change: partially revert changes for tab-group splitters from 1.126.0 (thanks @Shovel)
    Change: remove lexer VBScript to add-ons
    Fix: work with minimap after click on minimap-current-view-area (thanks @xcme)
    Fix: some pixel artifacts on 'flat' UI-tabs (thanks @JairoMartinezA)
    Fix: error when PHP auto-completion is called after e.g. "0~" (thanks @Shovel)
    Fix: regression, option "renderer_offsets" was ignored
    Fix: coloring of code-blocks in e.g. reST lexer

[close]

http://www.uvviewsoft.com/cudatext/
Titel: Vim 8.2.2559
Beitrag von: SiLæncer am 01 März, 2021, 09:20
Changes:>>

MS-Windows: guifont test fails on Windows XP

http://www.vim.org/index.php
Titel: Vim 8.2.2560
Beitrag von: SiLæncer am 02 März, 2021, 09:10
(https://s26.postimg.cc/xww5nc4zt/screenshot_1282.png)
A highly configurable text editor built to enable efficient text editing - an improved version of the vi editor distributed with most UNIX systems.

Freeware

Changes:>>

8.2.2560: setting 'winminheigt' does not take tabline into account

http://www.vim.org/index.php
Titel: PSPad 5.0.5 Build 567
Beitrag von: SiLæncer am 02 März, 2021, 09:40
(http://images.six.betanews.com/screenshots/1076948037-1.png)
PSPad is a universal freeware editor. There is no complex install process; the program is ready to work immediately, without requiring customization. It supports many file types and languages, with syntax highlighting. There are macros, clip files and templates to automate repetitive activities. An integrated HEX Editor, Project support, FTP Client, Macro Recorder, File Search/Replace, Code Explorer, code page conversion, are just some of the many possibilities that PSPad can offer you.

Freeware

Changelog

    New things:

    Ruby - in-string section support #{ ... }, variable highlighting
    Insert with keep cursor function keeps inserted text selection
    Tcl/Tk highlighter extended of new keywords from new version
    Stability improvements
    Autocomplete - removed brackets
    Save file without file change (Shift+Ctrl+S) allows to set time difference. Usage e.g. for synchronized folders. Difference (in seconds) is added to existing File time. Parameter is in Program settings / Direct edit as SaveFileTimeShift variable, value (positive number) is in seconds.
    PSPad remembers last used tab from left panel
    Automatic corrections (menu Settings / Spell settings) - new option - Maintain char case.
    Automatic corrections (menu Settings / Spell settings) maintain case of correction if option enabled. E.g. if defined dt = document, then Dt will be replaced to Document, DT to DOCUMENT
    PowerShel 5.1 - new user highlighter definition including code clips
    Edit favorite link - for each edit new button with variable list was added instead of right mouse
    Select inside brackets works for ? and ? too
    Added basic application version analytics. In program settings / Program 2 you can switch it off, there is info showing what data are send. It's simple HTTP request only, you can cach it and check it. No sensitive information are sent, only one time request.
    Delete libraries libSoftMeter.dll and libSoftMeter64.dll, they arn't used
    Autosave files when close PSPad - new option in Program settings / Backup
    Autocomplete - if you are editing inside word, autocomplete replaces word instead insert autocomplete string to cursor position
    Code explorer - selected item is preserved after file save or file reload
    Own editor font usage without to have install it - put your TTF files into subfolder .Fonts. Included fonts: Liberation Mono, Fira Code
    Autocomplete uses same font like editor
    Autocomplete includes '(' or '()' in the list
    PSPad remembers selected text between sessions

    Fixes:

    Mark all selection occurences (find word at cursor, dblclick on the word end, ...)
    Styles - open/close bigger amount of files caused exception
    Paragraph reformat lefts space on the begin of line when previous line ends with some chars like ")"
    Fixed start with relative path to PSpad.exe, if PSpad was already riunning. E.g. ..pspad.exe "some file". In this case PSPad opens PSPad binary itself
    Program settings - problem with change color scheme followed Apply and OK button
    PSPad start with parameter if PSPad already runs opens another empty editor
    Windows Shell script highlighter - highlight of call another script with parameters
    Splitted editor window - mouse wheel doesn't scroll editor under cursor
    FileTabs wasn't visible after project load
    Child (editor) Windows isn't
    Clipboard problem (delete, paste) and cursor position
    Close to tray - there were no file names on the pad after restore
    Problem with multiple play macro containing clipboard manipulation
    Handled exception when reading proxy server information from registry
    XML Code explorer - CDATA caused broken structure in some cases
    Autocomplete - sometimes replaced more text
    Windows Shell script - small fixes
    File tab color without Theme service enabled
    Project panel - on the 4k display the folder names were shortened
    Project load

[close]

http://www.pspad.com/
Titel: BirdFont 4.12.3
Beitrag von: SiLæncer am 02 März, 2021, 11:50
(https://s26.postimg.cc/rd1s4grdl/screenshot_137.png)
BirdFont is a free font editor that lets you create vector graphics and export TTF, EOT & SVG fonts.

Donationware

Latest Changes:>>

    Show outlines instead of filled glyphs when you create circles and rectangles.
    Add a setting for changing the default width for new glyphs.
    An important bug fix in the TTF and OTF generator.

http://birdfont.org/
Titel: RJ TextEd 14.73
Beitrag von: SiLæncer am 02 März, 2021, 22:50
(https://s26.postimg.cc/775l9vjeh/screenshot_593.png)
RJ TextEd - A Unicode source and text editor. RJ TextEd is a full featured text and source editor with Unicode support, syntax highlighting and code folding. The functionality extends beyond text files and includes support for HTML editing with integrated preview, spell checking, auto completion, HTML validation, templates and more. The program also include support for Topstyle Lite CSS editor, has a dual pane file commander, as well as a FTP client to upload your files. The editor uses language files to display menus and dialogs in different languages. There are several included languages. New language files can easily be created in the editor. RJ TextEd is also a simple web development tool. The editor can use auto completion and hints to assist you in editing your source code. You can preview HTML/ASP/PHP... code using one of the preview tabs or open a document in a browser. The editor does not only handle source code. It also handles true ASCII files, binary files and of course plain text files.

License: Freeware

Changelog

    Script functions:

    Added a few new functions to "Document" and "MainApp".
    Document.Capitalize()
    Capitalize selection. Should work the same way as the menu item.
    MainApp.OutputDebugString(strText, value)
    Output a string and value to the message panel. "value" is a Variant and can be an integer, float, date, boolean or string.
    MainApp.OutputDebugObjectString(strText, obj)
    Output a string and values from public properties found in the object. "obj" can be any object, TStringlist, TElMenuItem...
    (Inherited fields and properties are not included in the output.)

    Misc:

    PHP syntax file use regular expressions for class and functions.
    Added script function "Document.Capitalize()".
    Made a small change in how items are listed in project panel search.

    Fixed:

    Window startup position on multi monitor setup.
    Current folder toolbar icon not working properly in explorer panel.
    Color dialog window background with some themes.
    A startup issue.
    Fixed several potential issues in the project panel.
    Fixed many potential issues (compiler warning) in the code.

[close]

http://www.rj-texted.se/
Titel: Vim 8.2.2562
Beitrag von: SiLæncer am 03 März, 2021, 09:20
Changes:>>

GUI: star register changed when 'clipboard is "unnamedplus"

http://www.vim.org/index.php
Titel: Vim 8.2.2566
Beitrag von: SiLæncer am 04 März, 2021, 10:50
Changes:>>

Vim9: Function name is not recognized

http://www.vim.org/index.php
Titel: QOwnNotes 21.3.0
Beitrag von: SiLæncer am 04 März, 2021, 21:45
(https://s26.postimg.cc/hoi1ahlcp/screenshot_978.png)
QOwnNotes is a text editor / notepad replacement with markdown support and todo list manager. The program supports themes, keyboard shortcuts, syntax highlighting, and encryption. Includes available nested file list, tags, search, and more. Optionally works with the notes application ownCloud or Nextcloud.

Cross-platform with clients available for Mac and Linux.

License: GPL

Whats new:>>

added more Chinese Simplified translation (thank you warfast)

http://www.qownnotes.org/
Titel: CudaText 1.127.3
Beitrag von: SiLæncer am 04 März, 2021, 23:30
(https://s26.postimg.cc/k6wu8qcrt/screenshot_901.png)
Create programming scripts with this powerful tool that supports more than 130 languages and allows users to work concurrently on as many as six groups of projects.

Freeware

Changelog

+ add: updated app icon: fixed colors, removed 3D effect (by @Shovel)
+ add: clicking on editor's scrollbar puts focus to editor (thanks @GHNewbiee)
+ add: tab title "UntitledN" counter is reset after tabs are closed, and only 1 tab is left (thanks @GHNewbiee)
+ add: save/restore history scroll-position for 2nd part of splitted UI-tab (thanks @GHNewbiee)
- fix: issue with painting of 'ghost caret' on typing/deleting text (thanks @quesada)
- fix: render UI-tab rounded corners for all tab positions: top/bottom/left/right

[close]

http://www.uvviewsoft.com/cudatext/
Titel: Vim 8.2.2569
Beitrag von: SiLæncer am 05 März, 2021, 18:10
Changes:>>

'fillchars' "stl" and "stlnc" items must be single byte

http://www.vim.org/index.php
Titel: CudaText 1.128.0.0
Beitrag von: SiLæncer am 06 März, 2021, 09:00
Changelog

    Add: load lexers using multi-threading, this improved loading speed by 15-20%
    Add: update app icon (by @Shovel)
    Add: option "key_up_down_allow_edge" (thanks @kvichans)
    Add: UI-tabs: paint < > scroll arrows dimmed, when no scrolling is needed (thanks @d7_2_laz)
    Add: clicking on editor's scrollbar puts focus to editor (thanks @GHNewbiee)
    Add: tab title "UntitledN" counter is reset after tabs are closed, and only 1 tab is left (thanks @GHNewbiee)
    Add: save/restore history scroll-position for 2nd part of splitted UI-tab (thanks @GHNewbiee)
    Fix: sometimes, arrows up/down over tab-char could restore previous column wrong (thanks @tiun)
    Fix: issue with painting of 'ghost caret' on typing/deleting text (thanks @quesada)
    Fix: render UI-tab rounded corners for all tab positions: top/bottom/left/right

[close]

http://www.uvviewsoft.com/cudatext/
Titel: PilotEdit Lite 15.0.0
Beitrag von: SiLæncer am 06 März, 2021, 18:00
(http://www.pilotedit.com/images/OpenInQuickMode.PNG)
PilotEdit is a text, hex, XML, C/C++, HTML, PHP, Java, Javascript and Perl editor that can edit large files of 400GB (40 billion lines).

It offers customizable syntax and keyword highlighting, advanced search and replace operations, automatic text encoding, 256-bit AES encryption/decryption and a built-in FTP/SFTP client lets you open, edit, download and upload large files directly to/from a FTP/SFTP server.

In addition to standard text editing features, PilotEdit can compare and merge two large files of 100GB (10 billion lines). You can also sort, find/remove duplicate lines and extract strings over a large file of 1GB.

Freeware

Whats new:>>

provides the ability to remember opened files.

http://www.pilotedit.com/
Titel: Vim 8.2.2572
Beitrag von: SiLæncer am 06 März, 2021, 18:10
Changes:>>

Crash when getting the types for a legacy function.

http://www.vim.org/index.php
Titel: TeXmacs 1.99.19
Beitrag von: SiLæncer am 06 März, 2021, 19:15
(https://i.postimg.cc/Dfs43qvs/Daminion.png)
Text editors come in a wide variety of shapes and sizes, from simple note generators to advanced suites comprising complex formatting algorithms. In the latter category one can include TeXmacs, a unified and powerful editor for structured documents.

License: GPLv3

Changelog

    Many bug fixes.
    Improved Octave plugin with tab completion and multi-line input.
    Enhanced structured search & replace: added preferences and wildcards.

[close]

http://www.texmacs.org/tmweb/home/welcome.en.html
Titel: Scite 5.0.0
Beitrag von: SiLæncer am 06 März, 2021, 21:00
(https://s26.postimg.cc/fbkgceeux/screenshot_1241.png)
Editor mit Syntax-Highlighting, Auto-Completion, Folding und vielem mehr...

Open Source

Changelog

First version that separates Lexilla from Scintilla. Each of the 3 projects now has a separate history page but history before 5.0.0 remains combined.
Fix Alt+End (move to wrapped line end) for Japanese UTF-8 text.. Bug #2231.
SciTE uses the "null" lexer when it doesn't have a lexer assigned to a file. This avoids activating a Lua script lexer if one is assigned.

[close]

http://www.scintilla.org/SciTE.html
Titel: Vim 8.2.2576
Beitrag von: SiLæncer am 07 März, 2021, 09:40
Changes:>>

Defining a :func function checks for white space.

http://www.vim.org/index.php
Titel: CudaText 1.128.1.0
Beitrag von: SiLæncer am 07 März, 2021, 19:30
(https://s26.postimg.cc/k6wu8qcrt/screenshot_901.png)
Create programming scripts with this powerful tool that supports more than 130 languages and allows users to work concurrently on as many as six groups of projects.

Freeware

Whats new:>>

Add/change: for CSS auto-completion, use another provider of CSS names/properties, now it's cudax_css.py module.

http://www.uvviewsoft.com/cudatext/
Titel: PSPad 5.0.6 Build 569 Beta
Beitrag von: SiLæncer am 08 März, 2021, 20:20
(http://images.six.betanews.com/screenshots/1076948037-1.png)
PSPad is a universal freeware editor. There is no complex install process; the program is ready to work immediately, without requiring customization. It supports many file types and languages, with syntax highlighting. There are macros, clip files and templates to automate repetitive activities. An integrated HEX Editor, Project support, FTP Client, Macro Recorder, File Search/Replace, Code Explorer, code page conversion, are just some of the many possibilities that PSPad can offer you.

Freeware

Changelog

    News:

    Search/Replace dialog - optimization - when you start with confirmation and answer Replace all, following replace process skips all drawing and will be lightning fast
    Undo and Redo optimized for big change number
    Exception - added support to send report for mail clients without Simple MAPI support

    Fixes:

    If dark skin was used, the content of help was unreadable (black font on dark background)
    TextDifference - fixed in 64 bit version
    Hex Editor - fix for 64b version

[close]

http://www.pspad.com/
Titel: CudaText 1.128.5.0
Beitrag von: SiLæncer am 09 März, 2021, 10:30
Whats new:>>

    change: auto-completion for CSS and HTML was 70% rewritten, pls report any issues
    add: better logic of skipping brackets: skip ')' in case 'f(|)' but don't skip in case 'f(text|)` (thanks @xcme)
    add: option "auto_close_brackets" supports more chars: ~ * # <
    add: API to show "masked password" editor fields and "numbers only" editor fields (thanks @Shovel)
    fix: Find dialog had reset "O" option after restart (thanks @xcme)
    fix: minor issue with "Don't save" choice in "Save tabs?" dialog (thanks @GHNewbiee)

http://www.uvviewsoft.com/cudatext/
Titel: Atom 1.55.0
Beitrag von: SiLæncer am 09 März, 2021, 21:30
(https://s26.postimg.cc/fmfpqomgp/screenshot_915.png)
A powerful and flexible application that works as a text and source code editor with syntax highlight, or alternately as a file viewer.

MIT License

Changelog

Notable Changes

    https://github.com/atom/github/pull/2564 - Read and write git configuration without repository

Atom Core

v1.54.0...1.55.0

    atom/atom#21665 - ⬆️ postcss@8.1.6
    atom/atom#21762 - GitHub package update
    atom/atom#21787 - fix async confirm

github

v0.36.2...v0.36.7

    atom/github#2559 - GraphQL schema update
    atom/github#2566 - GraphQL schema update
    atom/github#2564 - Read and write git configuration without repository
    atom/github#2572 - Increase priority of login prompt on GitHub tab
    atom/github#2573 - Correct a flaky test
    atom/github#2574 - Trim issue and pull request templates
    atom/github#2575 - GraphQL schema update
    atom/github#2583 - ⬆️ Bump superstring from 2.4.2 to 2.4.3
    atom/github#2584 - ⬆️ Bump whats-my-line@0.1.13
    atom/github#2585 - GraphQL schema update
    atom/github#2587 - Accept and cancel buttons on Git identity panel
    atom/github#2586 - Some useful docs to link to
    atom/github#2588 - ⬆️ Bump whats-my-line@0.1.4
    atom/github#2592 - [Security] Bump ini from 1.3.5 to 1.3.7
    atom/github#2598 - Bump dompurify from 2.0.7 to 2.0.17
    atom/github#2617 - test: Disable failing file-patch tests for Atom CI

[close]

https://atom.io/
Titel: AlephNote 1.7.7
Beitrag von: SiLæncer am 09 März, 2021, 21:40
(https://s26.postimg.cc/6skrw8cnt/screenshot_1204.png)
AlephNote is extensible, lightweight desktop note manager. Features include search, interactive checkbox lists highlighting, clickable highlighted links, notes backup, drag-and-drop capability for files and text, and sorting notes into folders. The program supports tags, in-editor markdown rendering, customizable shortcuts, stay-on-top capability, tray control, themes, and more.

Notes can be saved locally or synchronized with cloud services including Simplenote, Standard Note, Nextcloud/ownCloud.

License:    MIT

Changelog

    Bugfixes:

    Fixed typo (#186)
    Fixed StandardNotes plugin for pc's without VC Redist 2015 (#187)
    Fixed title unescape code for EmulatedFolderHierachy with multiple escaped characters

    Tasks:

    Update Stachybotrys theme to v1.5 (#186)

[close]

https://github.com/Mikescher/AlephNote
Titel: Atom 1.56.0 Beta 0
Beitrag von: SiLæncer am 09 März, 2021, 22:50
Changelog

Notable Changes

    https://github.com/atom/atom/pull/21753 Fixes syntax highlighting bug across languages(Javascript, Ruby, Typescript, Html, Rust)

Atom Core

v1.55.0...1.56.0-beta0

    atom/atom#21753 - Fix handling of "empty" language injections with Tree-sitter
    atom/atom#21715 - check if testRunner is es module
    atom/atom#21848 - Add Authorization
    atom/atom#21903 - :arrow_up: github
    atom/atom#21928 - Fixes dependency bump script

github

v0.36.7...v0.36.9

    atom/github#2459 - use action-setup-atom
    atom/github#2621 - package.json: pin @babel/core to less than 7.12.10
    atom/github#2625 - Update shell.openExternal to promise due to electron update on atom
    atom/github#2626 - Update to promise api for some methods in the electron API
    atom/github#2631 - Fix github failing tests for Atom's electron 9.4.1 upgrade

spell-check

v0.76.2...v0.77.1

    atom/spell-check#357 - Add enableDebug to config
    atom/spell-check#359 - Fixes unable to load package

[close]

https://atom.io/
Titel: Vim 8.2.2589
Beitrag von: SiLæncer am 11 März, 2021, 10:20
(https://s26.postimg.cc/xww5nc4zt/screenshot_1282.png)
A highly configurable text editor built to enable efficient text editing - an improved version of the vi editor distributed with most UNIX systems.

Freeware

Changes:>>

8.2.2589: recover test hangs in the GUI

http://www.vim.org/index.php
Titel: Alternate TextBrowser 3.920
Beitrag von: SiLæncer am 11 März, 2021, 11:10
(https://i.postimg.cc/TYy7wJVb/screenshot-1429.png)
This program makes it easy to browse through text- and html-files (also xml), syntax highlighting for serveral programming languages available (C++, Pascal, PHP, Perl, ASM, JScript etc.).

Freeware

Whats new:>>

GUI corrections

http://www.alternate-tools.com/pages/c_textbrowser.php?lang=ENG
Titel: Foopad 1.4
Beitrag von: SiLæncer am 12 März, 2021, 09:40
(https://i.postimg.cc/fykXgZQy/screenshot-2830.png)
A non-destructive source code editor or integrated development environment that is designed to make your development life better.

Freeware

https://www.creatixbih.com/foopad
Titel: Vim 8.2.2590
Beitrag von: SiLæncer am 12 März, 2021, 10:40
Changes:>>

Vim9: default argument value may cause internal error

http://www.vim.org/index.php
Titel: CudaText 1.129.0.2
Beitrag von: SiLæncer am 12 März, 2021, 21:50
Latest Changes:>>

    Add: handle config JSON files with UTF-8 BOM (patch goes to FreePascal as well)
    Add: better logic of brackets auto-closing (and selection surrounding) for case of multi-carets (thanks @xcme)
    Add: command "Install from GitHub" / "Download as zip" supports all branch names (thanks @Shovel)
    Change: paint end-of-line text marks ("LF", "CRLF", "CR", "EOF") by lines, not by font
    Fix: crash in last change in "Help / Check for updates"

http://www.uvviewsoft.com/cudatext/
Titel: QOwnNotes 21.3.1
Beitrag von: SiLæncer am 12 März, 2021, 22:10
(https://s26.postimg.cc/hoi1ahlcp/screenshot_978.png)
QOwnNotes is a text editor / notepad replacement with markdown support and todo list manager. The program supports themes, keyboard shortcuts, syntax highlighting, and encryption. Includes available nested file list, tags, search, and more. Optionally works with the notes application ownCloud or Nextcloud.

Cross-platform with clients available for Mac and Linux.

License: GPL

Whats new:>>

    the status messages in the Nextcloud / ownCloud settings are now translatable
    there now is a new QOwnNotesAPI release 21.3.0 for ownCloud in the ownCloud marketplace
    that added a workaround for the failing username detection in ownCloud 10.3+ (for #1725)
    added more translation (thank you carmenc, rawfreeamy)

http://www.qownnotes.org/
Titel: Vim 8.2.2591
Beitrag von: SiLæncer am 13 März, 2021, 11:10
Changes:>>

Poke files are not recognized.

http://www.vim.org/index.php
Titel: Vim 8.2.2601
Beitrag von: SiLæncer am 14 März, 2021, 10:10
Changes:>>

8.2.2601: memory usage test often fails on FreeBSD

http://www.vim.org/index.php
Titel: Text Editor Pro 15.0.0
Beitrag von: SiLæncer am 14 März, 2021, 12:00
(https://s26.postimg.cc/hfdkhoj9l/screenshot_896.png)
Text Editor Pro (formerly EditBone) is a powerful text editing tool that comes with syntax highlighting support for over 50 languages and scripts, customizable with over 100 options, 29 ready made styles, a handy file comparison feature, unicode character map, numerical unit convert tool, SQL formatter, and support for multiple directories and search results.

Freeware

Changelog

    Added highlighter for Elm
    Added support for Arabic and Hebrew
    Fixed about dialog
    Fixed EXE installers
    Fixed find in files from directory
    Fixed options
    Fixed paste from clipboard
    Fixed replace delete line
    Fixed shortcut dialog
    Fixed text editor control
    Fixed undo/redo
    Updated language files
    Updated and fixed AlphaControls v16.02 - http://www.alphaskins.com/
    Updated Delphi and C++ Builder 10.4 Update 2 - https://www.embarcadero.com/products/delphi
    Updated FastMM5 memory manager v5.03 - https://github.com/pleriche/FastMM5
    Updated VirtualTree control

[close]

https://texteditor.pro/
Titel: VNote 3.0.0 Beta 9
Beitrag von: SiLæncer am 14 März, 2021, 20:45
(https://s26.postimg.cc/871od8huh/screenshot_1147.png)
Peculiar yet interesting, open source piece of software that sports both Markdown editing capabilities and note management features.

MIT License

Whats new:>>

    Fix crash when exporting external files
    Support manual sorting folders and notes
    Support showing external files in notebook

https://github.com/tamlok/vnote
Titel: Notepad++ 7.9.4
Beitrag von: SiLæncer am 15 März, 2021, 09:00
(https://i.postimg.cc/90QrsKpv/screenshot-818.png)
Notepad++ is a tabbed source code editor and Notepad replacement with a customizable interface. It is one of the few few source code editors that supports "folding," allowing users to quickly reduce and expand sections of code to see the overall document. In addition, it features multi-language syntax highlighting, auto-completion, regular expression search/replace, macro recording and playback, etc. The program can access a long list of plug-ins via an easy-to-access menu with even more features and functions.

License: GPL

Changelog

    Upgrade Scintilla from v4.2.0 to v4.4.6. (Implement #9550)
    Fix DPI scaling broken while dragging Notepad++ into the 2nd monitor regression. (Fix #9513, #9579)
    Add “Find in Projects” feature. (Implement #8125)
    Fix project workspace changes lost on save cancel issue. (Fix #9605)
    Fix folder picker not being launched issue because provided directory is invalid. (Fix #9569)
    Fix network path (UNC path) not working in file dialog. (Fix #9527)
    Fix shortcut name more than 64 characters makes a menu entry empty name issue. (Fix #9556)
    Fix extension appending issue in file dialog. (Fix #9510)
    Fix file not turning to modified state (with Session Manager plugin) bug after its content being changed. (Fix #9475)
    Add an option to mute all sounds in preferences dialog. (Fix #7950)
    Make JSON auto-indent for brace. (Fix #9499)

[close]

Download: https://github.com/notepad-plus-plus/notepad-plus-plus

https://notepad-plus-plus.org/
Titel: Vim 8.2.2607
Beitrag von: SiLæncer am 15 März, 2021, 09:10
(https://s26.postimg.cc/xww5nc4zt/screenshot_1282.png)
A highly configurable text editor built to enable efficient text editing - an improved version of the vi editor distributed with most UNIX systems.

Freeware

Changes:>>

strcharpart() cannot include composing characters

http://www.vim.org/index.php
Titel: Vim 8.2.2608
Beitrag von: SiLæncer am 16 März, 2021, 09:10
Changes:>>

character input not fully tested

http://www.vim.org/index.php
Titel: Alternate TextBrowser 3.930
Beitrag von: SiLæncer am 16 März, 2021, 10:10
(https://i.postimg.cc/TYy7wJVb/screenshot-1429.png)
This program makes it easy to browse through text- and html-files (also xml), syntax highlighting for serveral programming languages available (C++, Pascal, PHP, Perl, ASM, JScript etc.).

Freeware

Whats new:>>

GUI bugfix for image list

http://www.alternate-tools.com/pages/c_textbrowser.php?lang=ENG
Titel: Alternate TextBrowser 3.940
Beitrag von: SiLæncer am 16 März, 2021, 22:50
Whats new:>>

    Bugfix for folder position
    Bugfix for MDI flickering

http://www.alternate-tools.com/pages/c_textbrowser.php?lang=ENG
Titel: EmEditor Free 20.6.0
Beitrag von: SiLæncer am 16 März, 2021, 23:10
(https://1z9j8fz5fww49iaje1itey71-wpengine.netdna-ssl.com/wp-content/uploads/2013/09/EmEditorFree_Window.png)
EmEditor is a lightning-fast, tabbed text editor with themes, syntax highlighting, stay-on-top, and customizable keyboard mapping. The program supports batch find-and-replace, regular expressions, and more.

The program beat a variety of other text editors in tests performed by TPFC user TP109. Additional features are available via a non-free version.

Free for personal use

Changelog

New General Features

    Supported long file paths exceeding 260 characters in many core features including opening files and Find/Replace in Files. (Some features including plug-ins and macros still do not support long file paths.)
    Added an ability to customize URI schemes.
    The new version allows you to clear file/search histories on exit (the Clear History on Exit check box to the History page of the Customize dialog box).
    Replaced Internet Explorer with Microsoft Edge if available as a default external tool.
    The new version allows you to right-click on the recent font name of the Fonts menu, and select the Remove from this list to remove the selected font from the list.
    Improved the speed of the GetCell method when many columns exist in a CSV document.
    Clarified macro error messages on the Find, Replace, FindInFiles, and ReplaceinFiles methods.
    Improved the speed when a very long line exists and the line is wrapped.
    Supported two-factor authentication while signing in to Emurasoft Customer Center.

New Options

    Added the URI Schemes page to the Customize dialog box.
    Added the Bookmark button to the Advanced Filter dialog box.
    Added the Clear History on Exit check box to the History page of the Customize dialog box.
    Divide the Save Cursor Position and Bookmarks check box into the Save Cursor Position and Save Bookmarks check boxes in the History page of the Customize dialog box.
    Added the Customize Update button to the Start Window.
    Removed Automatically Check for Updates and Automatically Install on exit check boxes from the Start Window and Update Checker dialog boxes.

New Commands

    Invert Selection
    Customize URI Schemes

Plug-in New Features

    Added the Prompt page to the plug-in properties of the Project plug-in.
    The new version will not expand trees anymore after importing snippets in the Snippets plug-in.

Plug-in API New Features

    Added the EE_QUERY_STRING_EX message, the Editor_QueryStringEx inline function, and the QUERY_STRING_INFO structure.
    Added the EI_GET_FILE_NAME_EX command to the EE_INFO message.
    Added the STRING_BUF structure.
    Added the hr field to the GREP_INFO_EX, and BATCH_GREP_INFO structures.

[close]

https://www.emeditor.com/text-editor-features/history/emeditor-free/
Titel: Vim 8.2.2610
Beitrag von: SiLæncer am 17 März, 2021, 09:40
Changes:>>

Mouse click test fails when using remote connection

http://www.vim.org/index.php
Titel: Vim 8.2.2619
Beitrag von: SiLæncer am 18 März, 2021, 10:10
Changes:>>

Vim9: no test for return type of lambda

http://www.vim.org/index.php
Titel: QOwnNotes 21.3.2
Beitrag von: SiLæncer am 18 März, 2021, 22:50
(https://s26.postimg.cc/hoi1ahlcp/screenshot_978.png)
QOwnNotes is a text editor / notepad replacement with markdown support and todo list manager. The program supports themes, keyboard shortcuts, syntax highlighting, and encryption. Includes available nested file list, tags, search, and more. Optionally works with the notes application ownCloud or Nextcloud.

Cross-platform with clients available for Mac and Linux.

License: GPL

Whats new:>>

    now the misleading [Botan Error] Invalid CBC padding and Invalid version or not a cyphertext
    warnings while checking if a note is encrypted are ignored in the Log panel
    now a sha256sum checksum file is generated for the AppImage version of QOwnNotes,
    which is part of the release (for #2070)
    added more translation (thank you rawfreeamy, mguerra, amirkbrpr)

http://www.qownnotes.org/
Titel: Vim 8.2.2622
Beitrag von: SiLæncer am 19 März, 2021, 09:10
Changes:>>

GTK: error when starting up and -geometry is given

http://www.vim.org/index.php
Titel: JSONedit 0.9.37
Beitrag von: SiLæncer am 19 März, 2021, 19:20
(https://s26.postimg.cc/zcd5ubda1/screenshot_961.png)
JSONedit is a simple editor for the JavaScript Object Notation format "a text-based open standard designed for human-readable data interchange" (source) with availble text and tree views.

Includes array generator using embedded Lua interpreter and Scintilla for text edition.

License:    Freeware

Changelog

    Added option to use relaxed parser for text pasted from clipboard ("JSON" settings tab)
    Fixed extended object node description disappearing from view after deleting or reordering array element(s)
    Tree view: focusing main panel instead of editor by default
    Added "Cut node"/Ctrl+X to tree view
    File association: changed "JSONedit File" name to "JSON File"
    New, higher resolution icons from YoYoK3nny; separate icon associated with file
    Relaxed parser accepts also strings quoted with single quote (like in javascript)
    Added "Copy node with optional key quoting" to tree context menu (copying in javascript-like style, with no quotation around object keys if they are not needed)
    Decluttering tree view popup menu - new settings for popup menu visiblity are added, few less used and newest items are hidden with default configuration but can be manually enabled
    Changed order of items in tree view popup menu
    Added "Wrap" -> "in object"/"in array" to tree popup menu (opt-in menu item)
    Checking if clipboard has text for "Paste as root from clipboard" function when showing tree popup menu
    NDJSON viewer: fixed paste function and moved to "Edit" menu
    NDJSON viewer: added "Load current content as array to main editor window" function
    Fixed true/false value editor combobox disappearing when reducing window height
    Fixed inconsistent shortcut for "Delete node" in list view
    Fixed common hotkeys (Ctrl+C/Ctrl+V/...) working incorrectly (executing actions from tree view) in script editor window

[close]

http://tomeko.net/software/JSONedit/index.php
Titel: NotepadX 1.7.42.0
Beitrag von: SiLæncer am 19 März, 2021, 22:10
(https://i.postimg.cc/DyPhZmp3/screenshot-2670.png)
Create, open and save text documents in an intuitive app for Windows 10 devices, which also supports source code files, autosave, spellchecker, and more.

Donationware

Changelog

    Changed shortcut for save-as from CTRL+ALT+S to CTRL+SHIFT+S
    Fixed the sorting of languages for translation functions

[close]

https://www.microsoft.com/en-us/p/notepadx/9nblggh6jzx9?activetab=pivot:overviewtab
Titel: Vim 8.2.2625
Beitrag von: SiLæncer am 20 März, 2021, 09:50
Changes:>>

8.2.2625: rss files not recognized

http://www.vim.org/index.php
Titel: Text Editor Pro 15.1.0
Beitrag von: SiLæncer am 20 März, 2021, 12:00
(https://s26.postimg.cc/hfdkhoj9l/screenshot_896.png)
Text Editor Pro (formerly EditBone) is a powerful text editing tool that comes with syntax highlighting support for over 50 languages and scripts, customizable with over 100 options, 29 ready made styles, a handy file comparison feature, unicode character map, numerical unit convert tool, SQL formatter, and support for multiple directories and search results.

Freeware

Changelog

    Added Abkhazian language
    Fixed comboboxes
    Fixed options
    Fixed read only files
    Updated language files

[close]

https://texteditor.pro/
Titel: VNote 3.0.0 Beta 10
Beitrag von: SiLæncer am 20 März, 2021, 18:30
(https://s26.postimg.cc/871od8huh/screenshot_1147.png)
Peculiar yet interesting, open source piece of software that sports both Markdown editing capabilities and note management features.

MIT License

Whats new:>>

    Show more tips
    Add exclude patterns for external nodes
    Add command line parser and support opening files from command line
    Update Mermaid.js to 8.9.1
    Support exporting current note
    Add ExpandAll to node explorer

https://github.com/tamlok/vnote
Titel: Alternate TextBrowser 3.950
Beitrag von: SiLæncer am 20 März, 2021, 19:30
(https://i.postimg.cc/TYy7wJVb/screenshot-1429.png)
This program makes it easy to browse through text- and html-files (also xml), syntax highlighting for serveral programming languages available (C++, Pascal, PHP, Perl, ASM, JScript etc.).

Freeware

Whats new:>>

    Installation updated
    Tools updated

http://www.alternate-tools.com/pages/c_textbrowser.php?lang=ENG
Titel: CudaText 1.129.4.0
Beitrag von: SiLæncer am 20 März, 2021, 19:50
(https://s26.postimg.cc/k6wu8qcrt/screenshot_901.png)
Create programming scripts with this powerful tool that supports more than 130 languages and allows users to work concurrently on as many as six groups of projects.

Freeware

Changelog

+ add: code-tree for CSS lexer shows colored squares near 'Colors' items (thanks @NQUARE)
+ add: lexer CSS: show color formats 'rgb', 'hsl', '#aabbccdd' in code-tree (thanks @NQUARE)
+ add/change: reworked the way how app saves/restores per-file-history for properties: word wrap, show unprinted chars, show line numbers, show folding column, show minimap, show micromap, show ruler; format of JSON history: changed 'bool' values to 'int'
+ add: wiki topic https://wiki.freepascal.org/CudaText#Brackets_auto-pairing_logic
- fix: plugins hotkeys become broken in current app session, after any plugin installation (thanks @JairoMartinezA, @OlehL)
- fix: major bug since 1.128.0: app crashes on start, if lexers have 'grammar' (examples: C#, Pascal, SQL)

[close]

http://www.uvviewsoft.com/cudatext/
Titel: PSPad 5.0.6 Build 575 Beta
Beitrag von: SiLæncer am 21 März, 2021, 11:40
(http://images.six.betanews.com/screenshots/1076948037-1.png)
PSPad is a universal freeware editor. There is no complex install process; the program is ready to work immediately, without requiring customization. It supports many file types and languages, with syntax highlighting. There are macros, clip files and templates to automate repetitive activities. An integrated HEX Editor, Project support, FTP Client, Macro Recorder, File Search/Replace, Code Explorer, code page conversion, are just some of the many possibilities that PSPad can offer you.

Freeware

Changelog

    News:

    Project settings, Highlighter settings / Compiler, Tools settings - added possibility to set log encoding (OEM, ANSI / UTF-8)
    First time run localization isn't taken from system, but from user OS localization
    Autocomplete includes first bracket - new option in Program settings / Editor 2
    New program actions aDOSFormat, aMACFormat, aUNIXFormat. It allows change line ends format in scripting, allows to assign shortcut

    Fixes:

    Program start toolbar flickering
    About program dialog with dark skin closes PSPad
    Search broke highlight same occurences
    Undo/Redo doesn't refresh editor state

[close]

http://www.pspad.com/
Titel: QOwnNotes 21.3.3
Beitrag von: SiLæncer am 21 März, 2021, 18:00
(https://s26.postimg.cc/hoi1ahlcp/screenshot_978.png)
QOwnNotes is a text editor / notepad replacement with markdown support and todo list manager. The program supports themes, keyboard shortcuts, syntax highlighting, and encryption. Includes available nested file list, tags, search, and more. Optionally works with the notes application ownCloud or Nextcloud.

Cross-platform with clients available for Mac and Linux.

License: GPL

Changelog

added a note about creating an app password in the Nextcloud / ownCloud settings
if you now insert an image or attachment directly from a file the original file name will be used if the file doesn't exist in the media/attachments folder (for #2073
(opens new window))

    previously a random string was added to the basename to make it unique
    if the file already exists a number will be added to the basename of the file (like my-image-1.jpg) and increased until a filename is available

instead of the Orphaned images dialog there now is the new Stored images dialog which also allows managing non-orphaned images (for #2073
(opens new window))

    you are now also able to search for images by name
    the file size of the images will now also be shown in the tooltip of the file list
    if notes are using the current image a list of those notes will be shown

added more translation (thank you mlaarebi, rawfreeamy, mguerra, rakekniven, amirkbrpr, gregory.k)

[close]

http://www.qownnotes.org/
Titel: Vim 8.2.2637
Beitrag von: SiLæncer am 22 März, 2021, 09:10
(https://s26.postimg.cc/xww5nc4zt/screenshot_1282.png)
A highly configurable text editor built to enable efficient text editing - an improved version of the vi editor distributed with most UNIX systems.

Freeware

Changes:>>

8.2.2637: prop_remove() causes a redraw even when nothing changed

http://www.vim.org/index.php
Titel: PSPad 5.0.6 Build 577 Beta
Beitrag von: SiLæncer am 22 März, 2021, 18:40
Whats new:>>

    Fixes:

    Exception when a large number of files are open when starting the PSPad
    Catch tool output from Link panel

http://www.pspad.com/
Titel: QOwnNotes 21.3.4
Beitrag von: SiLæncer am 22 März, 2021, 21:30
Whats new:>>

the filename-clipping of the basename of inserted images was increased to 200 characters (for #2073
(opens new window))
more improvements to the new Stored images dialog have been made (for #2073

    (opens new window))
        there now is a Refresh button to reload the image file list
        you can now also double-click on an item in the image list to insert it into the current note
        you can now double-click on an item in the note list to open the note
        a context menu was added for the image file list
        you are now able to rename image files with the context menu or by pressing F2
    added more translation (thank you fitoschido, rawfreeamy, filipedias321, amirkbrpr, rakekniven, unchase, mlaarebi)

http://www.qownnotes.org/
Titel: Notepad++ 7.9.5
Beitrag von: SiLæncer am 23 März, 2021, 09:00
(https://i.postimg.cc/90QrsKpv/screenshot-818.png)
Notepad++ is a tabbed source code editor and Notepad replacement with a customizable interface. It is one of the few few source code editors that supports "folding," allowing users to quickly reduce and expand sections of code to see the overall document. In addition, it features multi-language syntax highlighting, auto-completion, regular expression search/replace, macro recording and playback, etc. The program can access a long list of plug-ins via an easy-to-access menu with even more features and functions.

License: GPL

Changelog

    Fix Notepad++ not starting up due to SaveAsAdmin plugin (for installer package). (Fix #9514)
    Fix UNC path with quotes handling in folder & file Open/Save dialog. (Fix #9582)
    Fix file doesn’t save as extension type on Windows 7. (Fix #9657)

[close]

Download: https://github.com/notepad-plus-plus/notepad-plus-plus

https://notepad-plus-plus.org/
Titel: Vim 8.2.2646
Beitrag von: SiLæncer am 23 März, 2021, 09:10
Changes:>>

Vim9: error for not using string doesn't mentionargument

http://www.vim.org/index.php
Titel: EmEditor Free 20.7
Beitrag von: SiLæncer am 23 März, 2021, 10:20
(https://1z9j8fz5fww49iaje1itey71-wpengine.netdna-ssl.com/wp-content/uploads/2013/09/EmEditorFree_Window.png)
EmEditor is a lightning-fast, tabbed text editor with themes, syntax highlighting, stay-on-top, and customizable keyboard mapping. The program supports batch find-and-replace, regular expressions, and more.

The program beat a variety of other text editors in tests performed by TPFC user TP109. Additional features are available via a non-free version.

Free for personal use

Changelog

New General Features

    The new version allows the Combine Files Wizard to use existing files as the source without opening in the editor.
    Added a new way of pasting cells in the cell selection mode after selecting multiple cells as the target.

New Options

    The first page of the Combine Files Wizard was split to the Welcome to File Combiner page, which includes the Existing Files option, and the Destination file and options page.


[close]

https://www.emeditor.com/text-editor-features/history/emeditor-free/
Titel: Network Notepad 6.0.15
Beitrag von: SiLæncer am 23 März, 2021, 10:40
(https://s26.postimg.cc/wuply3q2h/screenshot_425.png)
Network Notepad is a specially designed application for creating interactive network diagrams.

Now you can use this accessible and easy-to-use instrument to create or manage the diagrams you need.

Point-and-Click Telnet/ Browse/ User-definable
Network Management.
Simple Drag and Drop interface.
Open, Text Based File Format.
Printing.
Linked Diagrams.
Flow Charts.

Freeware

Changelog

    Change: Added View menu with Zoom and library options.
    Change: Added Library and Online Library options to View menu.
    Change: Added Link to Insert Menu.
    New feature: Shift + mousewheel scrolls page left and right.
    Bugfix: Changing page size in Diagram Properties, did not redraw page correctly.
    Bugfix: The new page was not positioned correctly after clicking File > New.
    Bugfix: Paste after using bookmark could cause an error.
    Bugfix: Online Library button tooltip was not translated.
    Bugfix: When saving document, progress bar did not work correctly.
    Bugfix: Cancelling save changes to library during app shutdown caused error next time the library was opened.
    Bugfix: Error when repeatedly pasting new scripts in via the Format Script Object form.
    Bugfix: Pasting script into Format Script Object form did not overwrite default script.

[close]

http://www.networknotepad.com/index.htm
Titel: BirdFont 4.14.3
Beitrag von: SiLæncer am 23 März, 2021, 11:10
(https://s26.postimg.cc/rd1s4grdl/screenshot_137.png)
BirdFont is a free font editor that lets you create vector graphics and export TTF, EOT & SVG fonts.

Donationware

Latest Changes:>>

    Better SVG parser (mainly for the Github Octicons)
    Other bug fixes
    Add a menu item for updating layer names (Menu → Layers → Rename Layer)
    Make it possible to set zoom from text input

http://birdfont.org/
Titel: Vim 8.2.2648
Beitrag von: SiLæncer am 24 März, 2021, 08:10
Changes:>>

terminal resize test sometimes hangs

http://www.vim.org/index.php
Titel: QOwnNotes 21.3.5
Beitrag von: SiLæncer am 24 März, 2021, 08:30
Whats new:>>

the warning fromIccProfile: failed minimal tag size sanity is now ignored in the Log panel (for #2078
(opens new window))
more improvements to the new Stored images dialog have been made (for #2073
(opens new window))

    you are now able to to decide to also update the image file names in all notes after renaming an image
    the image file list is now sorted alphabetically
    there now is an informative tooltip for each note in the note list
    when double-clicking on an item in the note list the note will now be opened in a new tab
    various issues with duplicate notes and refreshing were fixed

added more translation (thank you rawfreeamy, amirkbrpr, rakekniven, gregory.k, mlaarebi)

http://www.qownnotes.org/
Titel: HelpNDoc 7.2.0.306
Beitrag von: SiLæncer am 24 März, 2021, 09:20
(https://s26.postimg.cc/n8qdqw1ix/screenshot_994.png)
HelpNDoc provides all the tools necessary to write complete help files, manuals and documentations in a user friendly and very easy to use environment. HelpNDoc can generate standard Windows CHM help files, WEB based documentation, iPhone specific websites as well as printable PDF and Word documents.

HelpNDoc is completely free for personal use and evaluation purposes.

Changelog

    New Markdown support: HelpNDoc can now generate Markdown versions of project topics which can customized via custom templates
    PDF topic titles will start on a new page when the next paragraph or image doesn't fit in the current page (aka. keep with next)
    It is now possible to force a topic to start on a new Word or PDF page from its topic properties
    Faster Word and PDF table of contents generation
    Improved default CHM template: it is now possible to specify an HTML footer for each topics in the template's settings
    Encrypted PDF document's description field (e.g. title, subject...) where broken and included random characters
    Enhanced PDF generation: topic titles could have big margins when space before and/or space after values were defined for the normal style
    Various fixes in the status editor: status movements could be buggy and status addition didn't always work as expected
    Template editor couldn't add new assets to a new template which was a duplicate of a template without any assets
    Slightly smaller generated Word documents
    If the custom dictionary path wasn't created on disk, the content of the custom dictionary was lost when the application was closed
    Keyboard's context menu shortcut didn't work in the topic editor and snippet editor
    It was not possible to set a template variable's kind to "memo" in the template editor
    It was not possible to restore the default icon anymore if the automated settings' default icon was changed
    Script command line option produced errors when trying to access HelpNDoc's API methods
    Double clicking on a table border could raise an exception
    Some child windows could display a shadow over other windows even when they were not visible
    Updated Microsoft's HTML Help Workshop link as it is not provided by Microsoft anymore
    Licensing system could return a "CoInitializeEx failed" error for some mis-configured drivers / hard-drives

[close]

http://www.helpndoc.com/
Titel: Vim 8.2.2650
Beitrag von: SiLæncer am 25 März, 2021, 09:40
(https://s26.postimg.cc/xww5nc4zt/screenshot_1282.png)
A highly configurable text editor built to enable efficient text editing - an improved version of the vi editor distributed with most UNIX systems.

Freeware

Changes:>>

Vim9: command modifiers not handled in nested function

http://www.vim.org/index.php
Titel: Notepads 1.4.3.0
Beitrag von: SiLæncer am 25 März, 2021, 10:10
(https://i.postimg.cc/DzHrb6Dr/screenshot-1766.png)
Modern, open-source Notepad alternative for Windows 10 that gives the aging text editor a facelift, while also packing additional functionality into a similarly streamlined application.

MIT License

https://github.com/JasonStein/Notepads
Titel: Vim 8.2.2653
Beitrag von: SiLæncer am 26 März, 2021, 11:20
Changes:>>

Build failure.

http://www.vim.org/index.php
Titel: Text Editor Pro 15.1.1
Beitrag von: SiLæncer am 26 März, 2021, 11:50
(https://s26.postimg.cc/hfdkhoj9l/screenshot_896.png)
Text Editor Pro (formerly EditBone) is a powerful text editing tool that comes with syntax highlighting support for over 50 languages and scripts, customizable with over 100 options, 29 ready made styles, a handy file comparison feature, unicode character map, numerical unit convert tool, SQL formatter, and support for multiple directories and search results.

Freeware

Changelog

    Fixed combobox issues
    Fixed language files
    Fixed large file loading
    Fixed options
    Fixed progress bar
    Fixed skin font change issues
    Fixed text editor control
    Fixed z ordering issues

[close]

https://texteditor.pro/
Titel: QOwnNotes 21.3.6
Beitrag von: SiLæncer am 26 März, 2021, 22:30
(https://s26.postimg.cc/hoi1ahlcp/screenshot_978.png)
QOwnNotes is a text editor / notepad replacement with markdown support and todo list manager. The program supports themes, keyboard shortcuts, syntax highlighting, and encryption. Includes available nested file list, tags, search, and more. Optionally works with the notes application ownCloud or Nextcloud.

Cross-platform with clients available for Mac and Linux.

License: GPL

Changelog

more improvements to the new Stored images dialog have been made (for #2073
(opens new window))

    there now is a context menu in the note list
    fixed a typo in the file list context menu
    small margin adaptions were made in the UI

instead of the Orphaned attachments dialog there now is the new Stored attachments dialog which also allows managing non-orphaned attachments (for #2073
(opens new window))

    you are now also able to search for attachments by name
    you are now able to rename attachment files with the context menu or by pressing F2
    there now is a context menu for the attachment file list
    the file size of the attachments will now also be shown in the tooltip of the file list
    you can now also double-click on an item in the attachment list to insert it into the current note
    there now is a Refresh button to reload the attachment file list
    the filepath of the attachment file is now truncated if there is not enough space in the dialog, but you are still able to select and copy the full path
    if notes are using the current attachment a list of those notes will be shown
    you can double-click on an item in the note list or use the context menu to open the note in a new tab

the new Stored images dialog and Stored attachments dialog were moved one level up in the Edit menu because of their added functionality (for #2073
(opens new window))
added more translation (thank you gregory.k, afischer211, amirkbrpr)

[close]

http://www.qownnotes.org/
Titel: EmEditor Free 20.6.1
Beitrag von: SiLæncer am 27 März, 2021, 10:50
(https://1z9j8fz5fww49iaje1itey71-wpengine.netdna-ssl.com/wp-content/uploads/2013/09/EmEditorFree_Window.png)
EmEditor is a lightning-fast, tabbed text editor with themes, syntax highlighting, stay-on-top, and customizable keyboard mapping. The program supports batch find-and-replace, regular expressions, and more.

The program beat a variety of other text editors in tests performed by TPFC user TP109. Additional features are available via a non-free version.

Free for personal use

Changelog

Fixed issues found while developing v20.7 beta.

[close]

https://www.emeditor.com/text-editor-features/history/emeditor-free/
Titel: QOwnNotes 21.3.7
Beitrag von: SiLæncer am 28 März, 2021, 10:50
Whats new:>>

    some button text in more new Stored attachments dialog was updated to match the text in the Stored images dialog (for #2073)
    more improvements to the new Stored images dialog have been made (for #2073)
    there now is an Open image button to open the current image externally
    there now is an Open folder button to open the folder of the current image
    added more Dutch, German, Persian translation (thank you rawfreeamy, rakekniven, amirkbrpr)

http://www.qownnotes.org/
Titel: HexPad 3.0.0
Beitrag von: SiLæncer am 28 März, 2021, 20:45
(https://i.postimg.cc/GhmHgh4L/screenshot-2955.png)
Open a variety of file formats and view their contents as HEX code, set bookmarks or search for strings, with the help of this user-friendly tool.

Freeware

Whats new:>>

    NEW: Tagging feature.
    NEW: Data Inspector tool.
    NEW: Improved editor UI.
    CHG: Find & Replace redesigned.
    FIX: Some fixes and improvements.

http://drjackool.persiangig.com/programs/

Titel: Text Editor Pro 15.1.2
Beitrag von: SiLæncer am 29 März, 2021, 09:30
Whats new:>>

    Fixed highlighter and color theme select
    Fixed large file saving
    Fixed options
    Fixed replace
    Fixed save as
    Fixed text editor control

https://texteditor.pro/
Titel: Vim 8.2.2673
Beitrag von: SiLæncer am 29 März, 2021, 10:10
Changes:>>

Vim9: script-local funcref can have lower case name

http://www.vim.org/index.php
Titel: PSPad 5.0.6 Build 579 Beta
Beitrag von: SiLæncer am 29 März, 2021, 11:10
(http://images.six.betanews.com/screenshots/1076948037-1.png)
PSPad is a universal freeware editor. There is no complex install process; the program is ready to work immediately, without requiring customization. It supports many file types and languages, with syntax highlighting. There are macros, clip files and templates to automate repetitive activities. An integrated HEX Editor, Project support, FTP Client, Macro Recorder, File Search/Replace, Code Explorer, code page conversion, are just some of the many possibilities that PSPad can offer you.

Freeware

Changelog

    News:

    Set bookmarks by selection (menu Search) - sets unnumbered bookmarks to the begin and end of selected text
    Select text inside bookmarks (menu Edit) - select text according to nearest bookmarks above and bellow the cursor
    Ruby - multiline strings

    Fixes:

    User Highlighter - fix for case sensitive languages
    Lot of fixes joined with skins and drawing
    When first file tab was active when program was closed, it wasn't activated with next start
    Autocomplete text color problem when Windows skin is set with dark color scheme
    Ruby - section #{ ... } in string and string end

[close]

http://www.pspad.com/
Titel: Foopad 1.6
Beitrag von: SiLæncer am 29 März, 2021, 22:40
(https://i.postimg.cc/fykXgZQy/screenshot-2830.png)
A non-destructive source code editor or integrated development environment that is designed to make your development life better.

Freeware

Whats new:>>

    Added option to set project web server root (relative to project)
    Added option to list file templates categorized
    Added new file templates

https://www.creatixbih.com/foopad
Titel: SynWrite 6.41.2780
Beitrag von: SiLæncer am 29 März, 2021, 23:20
(https://i.postimg.cc/nh9VCj6S/screenshot-2958.png)
SynWrite combines great ideas from many well known editors into a single, freely available product. It's a complete environment for Web workers, coders and writers.

SynWrite's many features include macro recording, code highlighting, code folding, multi-caret editing and regular expressions.

Freeware

Whats new:>>

+ updated code for indentation-based-folding from CudaText, to support CudaText lexers
* removed lexers to add-ons: Apache config, C#, Delphi resources, Go, Haskell, Inno Setup, LESS, Makefile, Pascal, Perl, PowerShell, Properties, Ruby, SCSS, Tcl, VBScript
+ updated all other lexers from CudaText

http://www.uvviewsoft.com/synwrite/
Titel: QOwnNotes 21.3.8
Beitrag von: SiLæncer am 29 März, 2021, 23:30
Whats new:>>

    A leading html comment block in a note will now be ignored in the automatic note filename generation (for #2084)
    More improvements to the new Stored images dialog have been made (for #2073)
    Added a an Open image context menu entry
    Added some tooltip texts
    More improvements to the new Stored attachments dialog have been made (for #2073)
    Added some tooltip texts
    Added more translation (thank you mguerra, whenwesober, rakekniven, gregory.k, rogepix, amirkbrpr)

http://www.qownnotes.org/
Titel: Vim 8.2.2677
Beitrag von: SiLæncer am 30 März, 2021, 09:40
(https://s26.postimg.cc/xww5nc4zt/screenshot_1282.png)
A highly configurable text editor built to enable efficient text editing - an improved version of the vi editor distributed with most UNIX systems.

Freeware

Changes:>>

Vim9: cannot use only some of the default arguments

http://www.vim.org/index.php
Titel: RisohEditor 5.5.3
Beitrag von: SiLæncer am 30 März, 2021, 20:30
(https://i.postimg.cc/8P4z4Swt/screenshot-799.png)
"RisohEditor" is a free resource editor for Win32 development, created by Katayama Hirofumi MZ. RisohEditor realized the ideal of resource editor. "Risoh" means "ideal" in Japanese. RisohEditor can add, edit, extract, clone and remove the resource data in EXE/DLL files. You can edit Windows resources (Dialogs, Menus, Icons, Cursors, String Tables, Message Tables etc.) by using RisohEditor.

NOTICE: Please avoid installing in "C:\Program Files" or "C:\Program Files (x86)". Because the resource compiler (windres) doesn't accept space character in the file path.

Freeware

Changelog

    Upgraded windres.exe to 2.36.1.
    Used short pathname to spawn subprocesses of mcpp.exe and windres.exe.

[close]

https://katahiromz.web.fc2.com/re/en/index.html#intro
Titel: Network Notepad 6.0.16
Beitrag von: SiLæncer am 30 März, 2021, 22:30
(https://s26.postimg.cc/wuply3q2h/screenshot_425.png)
Network Notepad is a specially designed application for creating interactive network diagrams.

Now you can use this accessible and easy-to-use instrument to create or manage the diagrams you need.

Point-and-Click Telnet/ Browse/ User-definable
Network Management.
Simple Drag and Drop interface.
Open, Text Based File Format.
Printing.
Linked Diagrams.
Flow Charts.

Freeware

Changelog

    New Feature: Script Objects texturefill command
    New Feature: Script Objects antialias command
    Bugfix: Format Script Object: brush table did not always show the correct colour in the colour picker cells
    Change: Disposed of some resources which previously relied on garbage collection to free up.

[close]

http://www.networknotepad.com/index.htm
Titel: Google Web Designer 11.0.0.0323
Beitrag von: SiLæncer am 31 März, 2021, 11:40
(https://i.postimg.cc/t4kxrGLC/screenshot-2067.png)
Google Web Designer allows you to create engaging, interactive HTML5-based designs and motion graphics that can run on any device. Let us handle the HTML5 and CSS3 so you're free to focus on what you love to do: creating gorgeous visual experiences. A full design suite lets you easily bring any vision to life. If you're feeling more hands-on, all the code behind your designs is hand-editable, so you're never locked out of your own work. Your ideas are now amplified by code - not restricted by it.

Freeware

Changelog

New features in version 11.0.0.0323

3D editor

Edit 3D assets directly in Google Web Designer with the new 3D Model Viewer component.

    Edit materials in your GLB file.
    Customize the lighting, camera view, and hotspots when viewing the model.

Easy mode

We're introducing a new way to use templates.

    Select templates let you build an ad in Easy mode, a simplified interface for swapping assets, editing text, and changing colors.
    You can switch a document to Standard mode for full-featured editing.

Responsive attributes

You can now replace attributes besides CSS styles for specific document sizes or size ranges.

    Media rules can include overrides for image sources, text content and text fitting settings, and component properties.

SVG filters

Add special effects to SVG elements.

    Apply filters such as Blur, Drop shadow, Splash, and more.
    You can convert text elements to SVG within Google Web Designer to use the same effects on text.

Redesigned Template Gallery

Browse templates in the new version of the Template Gallery.

    View more layouts on a single screen.
    Detailed thumbnails let you see how each template looks with example assets.

Other notable changes in version 11.0.0.0323

    The Ad Validator now shows a warning if an exit event is detected in a Google Ads creative.
    CreateJS has been added to the File > Include JS library menu in Code view.
    The "Cue cards" template has been renamed to "Cuecard".
    Templates for dynamic ads now include additional sample data for testing branded assets.
    The "Groups unpacking" option has been removed from the Publish settings dialog.
    The Swipeable Gallery component shows multiple dynamic items in stage view.

Fixes & improvements in version 11.0.0.0323

Dynamic

    Fixed issue where Studio dynamic profile fields that were defined with the type "Remarketing values" didn't show up in the "Data schema object" dropdown of Google Web Designer's Bindings dialog.
    Fixed issue with field values not updating in the sample data editor when the Ad Validator panel was closed.
    Fixed missing placeholder text of "Please enter at least 3 characters" in the Account field of the Dynamic Properties dialog.
    Stage preview of gallery components with dynamic data bindings now shows different items when "Show frames" is greater than 1.
    The "Dynamic bindings..." pop-up menu command is now disabled in documents that don't support dynamic data bindings.
    When a Studio dynamic profile has the “Display" setting enabled for a field of the "Creative dimension" type, Google Web Designer now displays a detailed error message instead of “Profile could not be parsed”.
    Unsupported font properties are no longer shown in the Bindings dialog for the "Brand awareness" schema.
    Changed the label for the sample data field "Price discount (decimal)" to remove "(decimal)".

Responsive

    [Responsive] Fixed issue where the responsive preview didn't update when editing the animation time while the timeline was in Quick mode.
    [Responsive] When a range media rule is selected, the viewport now only resizes when the viewport size was outside the range, instead of always switching to the largest size within the selected range.
    [Responsive] Fixed issue where an element with a “Show element” dynamic data binding would be displayed in the responsive preview when the sample data was empty for that element.

Other

    [Easing dialog] Fixed issue where renaming or deleting custom easing, then canceling the dialog, didn't update the easing name in the timeline.
    Fixed issue with missing indicator for 3D stage rotate tool.
    Fixed issue where text fitting options were enabled for shapes.
    Fixed issue with rectangle mask animation not rendering in Internet Explorer.
    [Authentication] Fixed issue where login email address still displayed if the Google Web Designer window was closed too quickly after signing out.
    Fixed formatting issue with the Publish and Preview buttons in Russian.

Known issues

    Safari only: <canvas> elements with drawings prevent the animation of clip path masks.
    Chrome and Opera: Clip path masks render incorrectly when the host element contains a 3D-transformed child element.
    References to custom Google Web Designer elements (gwd-image, gwd-video, gwd-audio, gwd-iframe, gwd-page, and gwd-pagedeck) may not work as expected. Learn how you can update your references.
    Timeline animation events, such as pause or loop, do not work when you directly open the source .html file in your browser. This is expected behavior, as timeline animation CSS is generated when previewing or publishing the document. Solution: use the Preview button, or publish the document locally and view the published file in your browser.
    Image files without a file extension with a period in the file name don't import into the Library. Workaround: add the file extension (such as .png) to the file name.
    A black screen on launch may be caused by outdated video drivers. Try updating your video drivers. If that doesn't help, disable GPU rendering by quitting Google Web Designer and following the instructions for your operating system before relaunching:
        Windows: Add a DWORD32 value named disable-gpu-rendering to HKEY_CURRENT_USER\Software\Google\Web Designer\Settings in the registry. Set this value to 1.
        Mac: Add a Boolean row to ~/Library/Preferences/com.google.WebDesigner.plist with the name disable-gpu-rendering and a value of YES, or run defaults write com.google.WebDesigner.plist disable-gpu-rendering -bool true in Terminal.
        Linux: Add a line to ~/.local/share/google-web-designer/preferences/settings.conf with the name disable-gpu-rendering and a value of true. (If the [Settings] section doesn't exist, you'll need to create it first.)
    For a video to autoplay when an ad is re-expanded on Mac Safari, the first video source should be .mp4.
    Gradient background fill on an image only renders when scaling is set to stretch.
    A maximum of 4 panels can be grouped/tabbed together.
    White screen on launch if behind a web proxy. Please follow these instructions to change your proxy settings.
    Mac Chrome, Opera, IE: Play button doesn't work in Google Web Designer preview when Autoplay preview is on. Workaround: remove localhost from the URL to use file:///
    Linux only: file drag and drop from the file system to Google Web Designer is not working. Workaround: use File > Import assets or Add asset from the Library.
    Downloading iCalendar .ics files is not supported on Safari desktop browser.
    It is not possible to have more than one Map component or Street View component, or a Map and a Street View component in the same creative.
    Linux only: if the browser (Chrome or Firefox) is launched by Google Web Designer for preview, Google Web Designer cannot be closed unless the browser is closed first.
    Linux only: Google Web Designer sometimes loses focus and is unable to take keyboard input when switching between apps. Workaround: resize the Google Web Designer window to bring focus back to the app.
    Linux only: if the renderer crashes and a white screen appears, set the disable-gpu-rendering to true in Google Web Designer settings. Add a row to ~/.local/share/google-web-designer/preferences/settings.conf with the name disable-gpu-rendering and a value of true. (If the [Settings] section doesn't exist, you'll need to create it first.)

[close]

http://www.google.com/webdesigner
Titel: QOwnNotes 21.3.9
Beitrag von: SiLæncer am 31 März, 2021, 11:50
(https://s26.postimg.cc/hoi1ahlcp/screenshot_978.png)
QOwnNotes is a text editor / notepad replacement with markdown support and todo list manager. The program supports themes, keyboard shortcuts, syntax highlighting, and encryption. Includes available nested file list, tags, search, and more. Optionally works with the notes application ownCloud or Nextcloud.

Cross-platform with clients available for Mac and Linux.

License: GPL

Changelog

    Added the new editor color schema Serious (for #2085, thank you @marcoXbresciani)
    A possible crash with multiple selected images/attachments are inserted into the current note in the stored images/attachments dialogs was fixed (for #2086)
    Added more German, Persian translation (thank you rakekniven, amirkbrpr)

[close]

http://www.qownnotes.org/
Titel: Vim 8.2.2679
Beitrag von: SiLæncer am 31 März, 2021, 18:40
Changes:>>

    Status line missing for non-current window with winbar
    Test for 'autoshelldir' does not reset the option

http://www.vim.org/index.php
Titel: EditPad Lite v8.2.1
Beitrag von: SiLæncer am 31 März, 2021, 19:20
(http://www.editpadpro.com/screens/editpadlite.png)
EditPad Lite is a general-purpose text editor, designed to be small and compact, yet offer all the functionality you expect from a basic text editor.

    Free for personal use

Changelog

Improvements:

    EditPad now gives priority to pasting its own clipboard format over pasting an AceText clip so that EditPad’s new ability (since 8.2.0) to pass its syntax coloring scheme and file name to AceText by copying an AceText clip does not interfere with EditPad-specific features such as pasting whole lines.
    Syntax coloring is now more responsive when files contain very large sections of text that do not have any syntax color changes, such as a multi-line comment that runs until the end of the file (because you didn’t get around to typing the closing delimiter yet).
    Syntax coloring is now updated more reliably when syntax coloring schemes use large “detail” subschemes, such as “here documents” in Perl scripts.

Bug fixes:

    File Types|Tabbing: Changes to the quote character and escape character were not registered.
    Preferences|Cursors: End key did not work correctly or at all if the cursor was placed beyond the end of a line, which can only happen if you enable “allow text cursor to be moved beyond the end of the line”.
    Search: Regular expression syntax colors now follow the palette of the active file when switching between files.
    Search: The small Search and Replace boxes had tiny fonts on Windows 8.1 and prior if the system used high DPI scaling (8.2.0 only).
    Search: The small Search and Replace boxes now follow the palette of the active file when switching between files just like the multi-line Search and Replace boxes do.
    Syntax coloring did not update itself correctly when using the “clickable URLs” syntax coloring scheme (8.2.0 only).
    Windows 7 and later: If an error occurs while updating the right-click menu of the taskbar button then EditPad now silently stops updating that menu instead of popping up an error message.

[close]

http://www.editpadlite.com/
Titel: Jovial Notepad 2.2
Beitrag von: SiLæncer am 01 April, 2021, 17:50
(https://i.postimg.cc/63DQRgQ6/screenshot-2555.png)
A lightweight and straightforward text editor with syntax highlight capabilities and also securing your work with an implemented encryption option.

Freeware

Changelog

    New Feature: A new setting, "Use Old File Dialog" is added if the user would like to use the old version of Windows open and save file dialog.
    Bug Fix: Some Windows Server users encountered application crashes when clicking on the open and save file dialog. Use the new feature, "Use Old File Dialog" will prevent the crash.
    Bug Fix: This version fixed the error of the saved .rtf file being not open-able by another RTF programs such as Microsoft Word.

[close]

https://sourceforge.net/projects/jovialnotepad/
Titel: PSPad 5.0.6 Build 582
Beitrag von: SiLæncer am 02 April, 2021, 12:20
(http://images.six.betanews.com/screenshots/1076948037-1.png)
PSPad is a universal freeware editor. There is no complex install process; the program is ready to work immediately, without requiring customization. It supports many file types and languages, with syntax highlighting. There are macros, clip files and templates to automate repetitive activities. An integrated HEX Editor, Project support, FTP Client, Macro Recorder, File Search/Replace, Code Explorer, code page conversion, are just some of the many possibilities that PSPad can offer you.

Freeware

Changelog

    TextDifference - fixed in 64 bit version
    Hex Editor - fix for 64b version
    If dark skin was used, the content of help was unreadable (black font on dark background)
    Search/Replace - in some cases cursor appear out of editor area
    Open big file without running PSPad - wasn't possible to confirm dialog with keyboard
    Runtime error after PSPad is closed
    Code explorer - if docked in left panel, left panel always appear after start
    Program start toolbar flickering
    About program dialog with dark skin closes PSPad
    Search broke highlight same occurences
    Undo/Redo doesn't refresh editor state
    Exception when a large number of files are open when starting the PSPad
    Catch tool output from Link panel
    User Highlighter - fix for case sensitive languages
    Lot of fixes joined with skins and drawing
    When first file tab was active when program was closed, it wasn't activated with next start
    Autocomplete text color problem when Windows skin is set with dark color scheme
    Ruby - section #{ ... } in string and string end
    FTP - file list icons was too smal for high DPI
    64b ends with "program stopped working" message in some cases
    Ruby highlighter - class method was highlighted as label

[close]

http://www.pspad.com/
Titel: CudaText 1.130.0.0
Beitrag von: SiLæncer am 02 April, 2021, 12:50
(https://s26.postimg.cc/k6wu8qcrt/screenshot_901.png)
Create programming scripts with this powerful tool that supports more than 130 languages and allows users to work concurrently on as many as six groups of projects.

Freeware

Changelog

    add: HTML auto-completion: support HTML entities (like  )
    add: HTML auto-completion: update tags/attribs lists (thanks @d-mal)
    add: much faster multi-carets editing, with 100+ carets and heavy lexer (thanks @JairoMartinezA)
    add: work on Undo/Redo (thanks @xcme)
    add: Undo: Caret movements were considered as actions that could be cancelled/repeated. It led to unneeded caret jumps. Now it looks more like undo/redo manages the content, not caret
    add: Undo: If last change was performed in area which isn't visible now, then undo/redo actions will highlight for a while the line and insert a short delay before the undo/redo action
    add: Undo: New options "undo_for_caret_jump" and "undo_pause"
    add: Undo: Paste followed by other editing were considered as single action, so undo cancelled both the pasting and the editing at once. Now these actions are separated
    add: Undo: If pause (1500 msec) is passed between typing actions, undo them by steps
    change: Multi-caret edition - undo all chars at once, like ST3
    add: tab's context menu has new item "Pinned"; pinned tabs captions show prefix "!" (thanks @kvichans)
    add: command "set tab color..."
    add: command "reset tab color"
    add: command "toggle tab pinned state"
    add: better work of the feature which shows UI-tab titles like "test.txt * folder1" / "test.txt * folder2" (thanks @kvichans)
    add: better statusbar "message" cell: instead of hiding the text it dims it; floating tooltip for that cell shows 30 last messages (thanks @Shovel)
    add: app updates 'enabled state' of toolbar buttons (visible on colorful toolbar theme)
    fix: calculating width of some Unicode chars (thanks @cser)

[close]

http://www.uvviewsoft.com/cudatext/
Titel: BowPad 2.7.0
Beitrag von: SiLæncer am 02 April, 2021, 21:20
(https://s26.postimg.cc/h0ofzpokp/screenshot_1153.png)
BowPad is a small and fast text editor with a ribbon user interface and syntax highlighting.

Features:

syntax highlighting for over 100 file types and languages
handling of many different encodings, including UTF-8, UTF-16 and even UTF-32
easy ribbon user interface
navigation hints in the vertical scrollbar
coloring of open tabs according to their path
extendable with plugins written in jscript or vbscript

Freeware

Whats new:>>

issues solved in this release: https://github.com/stefankueng/BowPad/milestone/15?closed=1

http://stefanstools.sourceforge.net/BowPad.html
Titel: BaseX 9.5.1
Beitrag von: SiLæncer am 03 April, 2021, 18:20
(https://s26.postimg.cc/zexqg30d5/screenshot_63.png)
BaseX is a Java-based software application that integrates an XML database and XQuery text editor. It is wrapped in a user-friendly working environment and comes packed with several useful options and configuration parameters for experienced users.

BSD License

Whats new:>>

Performance tweaks, minor bug fixes.

http://basex.org/
Titel: Vim 8.2.2712
Beitrag von: SiLæncer am 05 April, 2021, 11:10
Changes:>>

8.2.2712: memory leak when adding to a blob fails

http://www.vim.org/index.php
Titel: Notepack 0.9.15
Beitrag von: SiLæncer am 05 April, 2021, 20:40
(https://i.postimg.cc/jdg4C7DH/screenshot-2899.png)
A user-friendly note taking app and to-do list organizer that supports Markdown formatting and allows you to add color highlights to your notes.

License: MPL

Whats new:>>

    Import file to workspace
    Archive workspace instead of closing them
    Fix rename note to preserve tags

https://github.com/Ogefest/Notepack
Titel: DocPad 27.0
Beitrag von: SiLæncer am 05 April, 2021, 21:00
(https://i.postimg.cc/2jBvfxyS/screenshot-2001.png)
Erweiterter Text-Editor als Alternative zu Notepad; bietet unter anderem eine Rechtschreibprüfung, eine anpassbare Toolbar sowie die Möglichkeit, Makros zu verwenden.

Freeware

Changelog

    Unicode Character Map: added the ability to select and insert an emoji unicode character.
    Added the "Reopen Documents From Last Session" preference.
    Added the ability to control the margins around the editor's text.
    Added the "Ctrl+C With No Selection" System-G setting (Interface menu > Interface Editor > Settings > Controls > Editboxes). The Ctrl+C can either be ignored, or copy all text, or copy just the current line. Previously it would always copy all text.
    Added the "Welcome: Show Extensions" preference.
    Open Nonstandard File: added the ability to choose and open multiple files.
    Open Nonstandard File: when the document is later opened using the "Open Document" tool instead of "Open Nonstandard Document", DocPad will remember the chosen encoding.
    Added the "Default Extension" preference. Previously it was always "txt".
    Welcome: Rename File: this no longer loses the remembered character set for the file.
    Fix Newlines: this now reports the number of each type of bad newline.
    When closing a tab, the tab that was most recently active now becomes the current active tab.
    Open Nonstandard File: Character Set: added a help button that takes you to the corresponding article on Wikipedia.
    The spell checking module can now be copied onto a USB drive.
    Statistics: the number of unique words is now reported.
    When pasting filepaths or filenames that contain unicode, if the document is empty, it will now automatically switch to unicode mode.
    Macro Manager: added a "Notes" column where the user can enter a description of any macro.
    The /paste command line switch now supports copied files, not just text.
    The /paste command line switch will now look for an existing instance rather than always starting a new instance.
    The first-time greeting window now allows the user to change the fixed-pitch font.
    Added the "Seraph" skin.
    File Information: an error is now reported if the file no longer exists.
    When opening a file that uses 16-bit characters, and the file contains an odd number of bytes, the last byte will now be discarded.
    When clicking on a control that is disabled because of an unchecked checkbox, the checkbox will flash briefly.
    Numerous minor interface improvements.
    Fixed: when changing from narrow to wide characters or vice versa, the document was being truncated at the first occurrence of a null character (code 0).
    Fixed: if a file is open in DocPad, and the file is deleted externally, and the user closes the file without making any changes, the user was not being asked if changes should be saved.

[close]

http://www.gammadyne.com/docpad.htm
Titel: Alternate TextBrowser 3.960
Beitrag von: SiLæncer am 05 April, 2021, 22:20
(https://i.postimg.cc/TYy7wJVb/screenshot-1429.png)
This program makes it easy to browse through text- and html-files (also xml), syntax highlighting for serveral programming languages available (C++, Pascal, PHP, Perl, ASM, JScript etc.).

Freeware

Whats new:>>

    Greek updated by geogeo, many thanks
    Tools updated: Calculator 3.600, Memo 3.190, MathSolver 1.760

http://www.alternate-tools.com/pages/c_textbrowser.php?lang=ENG
Titel: Vim 8.2.2725
Beitrag von: SiLæncer am 06 April, 2021, 09:10
(https://s26.postimg.cc/xww5nc4zt/screenshot_1282.png)
A highly configurable text editor built to enable efficient text editing - an improved version of the vi editor distributed with most UNIX systems.

Freeware

Changelog

    Changes:

    Vim9: message about compiling is wrong when using try/catch
    Vim9: concatenating to list in dict not tested
    Assignment test fails
    Vim9: crash when using LHS with double index
    Vim9: cannot have a linebreak inside a lambda
    GTK menu tooltip moves the cursor
    Vim9: appending to dict item doesn't work in a :def function

    Vim9: no explicit test for using a global function without g:

    GTK menu items don't show a tooltip
    The equivalent class regexp is missing some characters
    Vim9: tests fail without the channel feature
    Filetype pattern ending in star is too far up
    Folding code not sufficiently tested

[close]

http://www.vim.org/index.php
Titel: PSPad 5.0.7 Build 586 Dev
Beitrag von: SiLæncer am 06 April, 2021, 10:40
(http://images.six.betanews.com/screenshots/1076948037-1.png)
PSPad is a universal freeware editor. There is no complex install process; the program is ready to work immediately, without requiring customization. It supports many file types and languages, with syntax highlighting. There are macros, clip files and templates to automate repetitive activities. An integrated HEX Editor, Project support, FTP Client, Macro Recorder, File Search/Replace, Code Explorer, code page conversion, are just some of the many possibilities that PSPad can offer you.

Freeware

Changelog

    News:

    Ruby - added code explorer support
    Autocomplete - number of items was increased to 50

    Fixes:

    Code explorer for PowerPro - variable occurences
    Sessions - current session mark after open
    Sessions - restore files with active Code explorer
    File close exception
    PSPad.INI - saving problem

[close]

http://www.pspad.com/
Titel: LPub3D 2.4.2.19.2451
Beitrag von: SiLæncer am 06 April, 2021, 11:20
(https://i.postimg.cc/kMx9GxDB/screenshot_664.png)
LPub3D is an Open Source WYSIWYG editing application for creating LEGO style digital building instructions.

LPub3D uses the LDraw parts library, the most comprehensive library of digital Open Source LEGO bricks available and reads the LDraw LDR and MPD model file formats.

License: Open Source

Changelog

Enhancement - Add archive parts on demand action #521
Enhancement - Add part list to reset page image cache #522
Enhancement - Open LDraw search directories dialogue from tools menu enhancement #523
Enhancement - Add zoom extents flag to 3DViewer preference dialogue #524
Fix - Disable automatic insertion of page/model #517
Fix - Image not updated on setting Stud Style from Global Setup #497
Fix - Match XYZ axis, move and rotate overlay pointer colours #519

[close]

https://sourceforge.net/projects/lpub3d/?source=directory
Titel: Notepack 0.9.16
Beitrag von: SiLæncer am 07 April, 2021, 09:40
(https://i.postimg.cc/jdg4C7DH/screenshot-2899.png)
A user-friendly note taking app and to-do list organizer that supports Markdown formatting and allows you to add color highlights to your notes.

License: MPL

Whats new:>>

fix, check if invalid characters occur in filename before save

https://github.com/Ogefest/Notepack
Titel: TEA 60.0.0
Beitrag von: SiLæncer am 07 April, 2021, 18:45
(https://s26.postimg.cc/h1i60dicp/screenshot_255.png)
TEA is a graphical text editor. Its name is an acronym for Text Editor of the Atomic Era. It is designed for low resource consumption, a wide range of functions and adaptability.

License: GPLv3

Changelog

    Input-output subsystem (not touched from the beginning) was rewritten.
    QML support is dropped. No more plugins. But!
    Added 2/Rexx, Lua, Windows batch files as scripts support (to the already supported Bash, Perl, Ruby, Python).
    TEA now uses some icons from the desktop theme.
    Spellchecker module has been rewritten.
    Syntax highlighting engine is almost new, and old syntax highlighting rule file format is not supported anymore - TEA uses the new one, although based on the old one.
    Use Ctrl-mouse wheel to zoom text at current file.
    TEA start time is shorter due to some improvements (spell checker now initialized on demand only).

[close]

http://semiletov.org/tea/
Titel: OutWiker 3.0.0.886 Dev
Beitrag von: SiLæncer am 07 April, 2021, 21:15
(https://s26.postimg.cc/87bx6b16h/screenshot_33.png)
OutWiker is an open-source personal wiki and outliner. Notes are stored in a tree, and kept in the form of directories on the disk. This encourages changing the base by external sources and programs. Currently there are three types of pages supported: plain text, HTML, and wiki. External files (such as pictures) can be attached to pages, and pages can be linked to each other. Each tree branch can be opened as a separate wiki. Other features include tag support, global search (notes and tags), bookmarks, HTML syntax highlighting and icons for notes.

OutWiker can be downloaded with or without plugins, as well as for Linux systems.

License : GPL

Whats new:>>

Fix build for Windows.

http://jenyay.net/Outwiker/English
Titel: Vim 8.2.2735
Beitrag von: SiLæncer am 08 April, 2021, 07:10
Changes:>>

Vim9: function reference found with prefix, not without

http://www.vim.org/index.php
Titel: Vim 8.2.2738
Beitrag von: SiLæncer am 09 April, 2021, 09:40
Changes:>>

extending a list with itself can give wrong result

http://www.vim.org/index.php
Titel: Notepack 0.9.17
Beitrag von: SiLæncer am 09 April, 2021, 09:50
Whats new:>>

Bug fixing, when user checked utf-8 encoding and try to add/open pdf then encoding mechanism run which hang whole application

https://github.com/Ogefest/Notepack
Titel: Scite 5.0.1
Beitrag von: SiLæncer am 09 April, 2021, 11:20
(https://s26.postimg.cc/fbkgceeux/screenshot_1241.png)
Editor mit Syntax-Highlighting, Auto-Completion, Folding und vielem mehr...

Open Source

Changelog

    Remove SetLexer, SetLexerLanguage, and LoadLexerLibrary methods. These have been superceded by Lexilla and the SetILexer API.
    Improve the platform layer interface. Add support for stroke width and translucency to drawing methods. Allow clipping to nest. Add methods for UTF-8 text. Add methods for encoding conversion. Use these changes to improve appearance.
    Add SCI_SUPPORTSFEATURE method to allow applications to determine which features are available and to then choose workarounds for missing features like translucent drawing.
    Add colouralpha type to Scintilla.iface for APIs that set both colour and transparency together as an RGBA value.
    Add SCI_INDICSETSTROKEWIDTH to set stroke width of indicators.
    Add methods to set translucency and stroke width of markers. SCI_MARKERSETFORETRANSLUCENT, SCI_MARKERSETBACKTRANSLUCENT, SCI_MARKERSETBACKSELECTEDTRANSLUCENT, SCI_MARKERSETSTROKEWIDTH.
    Add shapes with curved and rounded ends to EOL annotations as EOLANNOTATION_*.
    Add SCI_SETELEMENTCOLOUR and related APIs to change colours of visible elements. Implement SC_ELEMENT_LIST* to change colours of autocompletion lists.
    Support Unicode characters as margin markers with SC_MARK_CHARACTER.
    EOL annotation text is now always treated as UTF-8 instead of in the document encoding.
    Change graphics coordinates from float (32-bit to double (64-bit. Fixes uneven line heights in large documents on Cocoa. Increases memory use. Bug #2224.
    On Cocoa, fix drawing in revealed area after enlarging window. Bug #2238.
    On GTK, changes in system font settings (such as from Tweak are detected and position caches are invalidated since different font display options, such as antialiasing, change character shape and thus positions.

[close]

http://www.scintilla.org/SciTE.html
Titel: EditPad Lite 8.2.2
Beitrag von: SiLæncer am 09 April, 2021, 18:40
(http://www.editpadpro.com/screens/editpadlite.png)
EditPad Lite is a general-purpose text editor, designed to be small and compact, yet offer all the functionality you expect from a basic text editor.

Free for personal use

Changelog

Bug fixes:

    Edit|Delete Line now deletes the search term or replacement text when the small Search or Replace box has keyboard focus instead of deleting a line in the main editor; this is more consistent with Edit|Delete Line deleting a line in the search term or replacement when the multi-line Search or Replace box has keyboard focus.
    File Types: Python syntax coloring did not highlight integer numbers containing zeros or any hexadecimal numbers (8.2.0 and 8.2.1).
    Mouse pointer did not snap to the default button when this option is turned on in the Control Panel (8.2.0 and 8.2.1).
    Preferences|Panels: Side panel colors were not correctly applied when using the dark theme (8.2.0 and 8.2.1).
    When EditPad Lite 8 runs with administrator privileges it shows a red instead of a green icon; this icon now shows “Lite” instead of “Pro” at higher resolutions.
    Windows 7 and later: If an error occurs when initializing the right-click menu of the taskbar button then EditPad now silently ignores that menu instead of showing an error message and failing to start.
    Word wrapping at the window edge while using a left-to-right text layout with a monospaced font made lines to long if they were indented with tabs mixed with spaces that didn’t contribute to the indentation (because each run of spaces was shorter than the tab size setting).

[close]

http://www.editpadlite.com/
Titel: QOwnNotes 21.4.0
Beitrag von: SiLæncer am 09 April, 2021, 20:30
(https://s26.postimg.cc/hoi1ahlcp/screenshot_978.png)
QOwnNotes is a text editor / notepad replacement with markdown support and todo list manager. The program supports themes, keyboard shortcuts, syntax highlighting, and encryption. Includes available nested file list, tags, search, and more. Optionally works with the notes application ownCloud or Nextcloud.

Cross-platform with clients available for Mac and Linux.

License: GPL

Changelog

added the new editor color schema Gruvbox (for #2085
(opens new window), thank you @Yoshua-chan)
there is now a new shortcut F8 to jump to the navigation panel that jumps to its search field if it is enabled or to the the navigation tree if the search field was hidden (for #2093
(opens new window))

    please visit QOwnNotes shortcuts

    (opens new window) for a list of all shortcuts

fixed more Qt 6 build errors (for #1304

    (opens new window))
    added more translation (thank you yoshua-chan, rakekniven, mguerra, rogepix, gregory.k, ihatemyself, gbabin, whenwesober, rawfreeamy)

[close]

http://www.qownnotes.org/
Titel: Notepads v1.4.4.0
Beitrag von: SiLæncer am 10 April, 2021, 20:10
(https://i.postimg.cc/DzHrb6Dr/screenshot-1766.png)
Modern, open-source Notepad alternative for Windows 10 that gives the aging text editor a facelift, while also packing additional functionality into a similarly streamlined application.

MIT License

https://github.com/JasonStein/Notepads
Titel: CudaText 1.131.0
Beitrag von: SiLæncer am 10 April, 2021, 21:00
(https://s26.postimg.cc/k6wu8qcrt/screenshot_901.png)
Create programming scripts with this powerful tool that supports more than 130 languages and allows users to work concurrently on as many as six groups of projects.

Freeware

Changelog

+ add: improved the way how option "undo_limit" is applied. Now Undo limit is not N simple memory-items, but N 'actions', where 'action' is one simple command (typing a char, Del, BkSp etc), one multi-caret editing, or one mass-replacement. (thanks @tmsg)
+ add: panels Output/Validate are now based on 'editor' control (before it was a 'listbox' control), so it's possible to select some text range and "copy" this range (thanks @jkeks)
+ add: panels Output/Validate: context menu has item "Toggle word wrap"
+ add: plugin Comments: after toggling line comment, shift caret horizontally too (thanks @xcme)
+ add: plugin Sort: new option "ini_files_case_sensitive" for "Ini files: sort sections and keys" (thanks @BBServ)
+ add: option "dim_unfocused" allows value<0 (thanks @kvichans)
+ add: Undo for commands "move selected lines up/down" undoes all commands by single step (thanks @xcme)
+ add: Linux/BSD: app locates config in ~/.config if it was run from /opt/AnyDir (thanks linux.org.ru)
+ add: handle plugin exceptions in Command.__init__ (thanks @Shovel)
* change: renamed option "undo_for_caret_jump" to "undo_mouse_clicks", changed its default (thanks @xcme)
* change: changed default of "renderer_offsets__linux" to true for Qt5 version (thanks @Maia-Everett)
- fix: option "undo_persistent" did not work when file was loaded from session

[close]

http://www.uvviewsoft.com/cudatext/
Titel: PanWriter 0.8.0 RC 1
Beitrag von: SiLæncer am 11 April, 2021, 11:10
(https://i.postimg.cc/fLjLfXy8/screenshot-2610.png)
A distraction-free markdown editor with tight integration with pandoc for import/export to/from plenty of file formats, as well as a preview pane that can show pages.

License: GPLv3

Whats new:>>

Major refactorings were done for 0.8.0. Hopefully I haven't introduced any new bugs, but haven't testing this extensively yet – that's why it's an RC (release candidate).

https://github.com/mb21/panwriter
Titel: Markdown Monster 1.26.10.0
Beitrag von: SiLæncer am 11 April, 2021, 11:50
(https://i.postimg.cc/g05jB58K/screenshot-2979.png)
Powerful, extensible Markdown editor that offers a healthy set of features and enables you to both write and publish content to weblogs.

Shareware

Changelog

Rewritten Table Editor

Completely revamped the Table Editor to better support larger tables and quicker editing support.
Editing now uses the current theme as view, there's an optional previewer, support for sorting and alignment, improved output and parsing support and much more.

[close]

https://markdownmonster.west-wind.com/
Titel: Vim 8.2.2756
Beitrag von: SiLæncer am 12 April, 2021, 09:50
(https://s26.postimg.cc/xww5nc4zt/screenshot_1282.png)
A highly configurable text editor built to enable efficient text editing - an improved version of the vi editor distributed with most UNIX systems.

Freeware

Whats new:>>

8.2.2756: Vim9: blob index and slice not implemented yet

http://www.vim.org/index.php
Titel: Notepack 0.9.18
Beitrag von: SiLæncer am 12 April, 2021, 10:50
(https://i.postimg.cc/jdg4C7DH/screenshot-2899.png)
A user-friendly note taking app and to-do list organizer that supports Markdown formatting and allows you to add color highlights to your notes.

License: MPL

Whats new:>>

    New note search interface
    Not check for new version every application start
    Fix save workspace sessions

https://github.com/Ogefest/Notepack
Titel: PSPad 5.0.7 Build 593 Dev
Beitrag von: SiLæncer am 12 April, 2021, 11:40
(http://images.six.betanews.com/screenshots/1076948037-1.png)
PSPad is a universal freeware editor. There is no complex install process; the program is ready to work immediately, without requiring customization. It supports many file types and languages, with syntax highlighting. There are macros, clip files and templates to automate repetitive activities. An integrated HEX Editor, Project support, FTP Client, Macro Recorder, File Search/Replace, Code Explorer, code page conversion, are just some of the many possibilities that PSPad can offer you.

Freeware

Changelog

    News:

    MS SQL highlighter - new data types added

    Fixes:

    Spelling settings - dictionary switching in 64b version
    Fixes associated with redrawing when opening / closing files

[close]

http://www.pspad.com/
Titel: LPub3D 2.4.2.40.2472
Beitrag von: SiLæncer am 12 April, 2021, 18:40
(https://i.postimg.cc/kMx9GxDB/screenshot_664.png)
LPub3D is an Open Source WYSIWYG editing application for creating LEGO style digital building instructions.

LPub3D uses the LDraw parts library, the most comprehensive library of digital Open Source LEGO bricks available and reads the LDraw LDR and MPD model file formats.

License: Open Source

Changelog

Enhancement - Add archive parts on demand action #521
Enhancement - Add part list to reset page image cache #522
Enhancement - Add zoom extents flag to 3DViewer preference dialogue #524
Enhancement - Open LDraw search directories dialogue from tools menu enhancement #523
Enhancement - Parametric and manually resizeable pointer tip #528
Fix - Disable automatic insertion of page/model #517
Fix - Global setting for callout pointer generating line instead of border meta #510
Fix - Image not updated on setting Stud Style from Global Setup #497
Fix - Match XYZ axis, move and rotate overlay pointer colours #519
Fix - POV-Ray render issue when directory name contains a space #525
Fix - Unable to generate ldraw color parts file #527
Fix - Using 'Remove LPub formatting' causes a crash #526

[close]

https://sourceforge.net/projects/lpub3d/?source=directory
Titel: Perpetual Notes 3.62
Beitrag von: SiLæncer am 12 April, 2021, 19:20
(https://i.postimg.cc/PrmCcFXN/screenshot-1340.png)
Create versatile Rich Text Files with a tool meant to help you make the most out of your note-taking skills, and organize easier and more elegantly.

Donationware

http://www.enselsoftware.com/product/PerpetualNotes.html
Titel: Trilium Notes 0.47.0 Beta
Beitrag von: SiLæncer am 12 April, 2021, 22:20
(https://i.postimg.cc/2yDgvbpj/screenshot-2595.png)
A hierarchical note-taking software application with focus on building large personal knowledge bases while also providing a flurry of options.

License: AGPL

Changelog

    Delete notes dialog has a preview of what notes will be deleted and broken relations
    New sync status widget next to the global menu
    Empty new tab shows a list of workspaces to quickly enter
    Image notes can be zoomed and panned with mousewheel/dragging
    Dragging a tab up/down will detach the tab to a new window (chrome style)
    New windows are now full containing e.g. note tree and other widgets (previously new window has note detail view only)

    Platform upgrades:

    Electron upgrade from v9 to v13 (beta)
    Nodejs from 12.X to 14.16.1
    CKEditor upgrade from v24 to v27
    Codemirror upgrade to v 5.60.0

[close]

https://github.com/zadam/trilium
Titel: Vim 8.2.2758
Beitrag von: SiLæncer am 13 April, 2021, 09:10
Whats new:>>

8.2.2758: Vim9: wrong line number for autoload function with wrong name

http://www.vim.org/index.php
Titel: RisohEditor 5.5.4
Beitrag von: SiLæncer am 13 April, 2021, 10:30
(https://i.postimg.cc/8P4z4Swt/screenshot-799.png)
"RisohEditor" is a free resource editor for Win32 development, created by Katayama Hirofumi MZ. RisohEditor realized the ideal of resource editor. "Risoh" means "ideal" in Japanese. RisohEditor can add, edit, extract, clone and remove the resource data in EXE/DLL files. You can edit Windows resources (Dialogs, Menus, Icons, Cursors, String Tables, Message Tables etc.) by using RisohEditor.

NOTICE: Please avoid installing in "C:\Program Files" or "C:\Program Files (x86)". Because the resource compiler (windres) doesn't accept space character in the file path.

Freeware

Changelog

Fix importing Vista icons.

[close]

https://katahiromz.web.fc2.com/re/en/index.html#intro
Titel: BirdFont 4.15.1
Beitrag von: SiLæncer am 13 April, 2021, 10:50
(https://s26.postimg.cc/rd1s4grdl/screenshot_137.png)
BirdFont is a free font editor that lets you create vector graphics and export TTF, EOT & SVG fonts.

Donationware

Latest Changes:>>

    Speed optimizations
    Fix undo issues
    Other bug fixes

http://birdfont.org/
Titel: SPFLite 2.4.21101
Beitrag von: SiLæncer am 13 April, 2021, 11:50
(https://i.postimg.cc/wT5s6g7J/screenshot-2635.png)
Rename, clone, delete, edit, print, exclude, touch, add to favorites and view your files using this intuitive software application.

License: GPLv3

Changelog

    Significant re-write of the File Manager support. Please review the Help file section "Working with - File Manager" for full details.
    Rename the Clone FM Line command to Klone (abbrev. K) to free up the C line command to make it available for its normal C/CC usage. (See next item)
    Allow the primary CUT command to be used in File Manager. When used within File Manager, the C/CC line commands may be used to select which items are to be copied to the clipboard. The data cut to the clipboard will be the full pathname of the file enclosed in double quotes. (NOT the contents of the file.) All appropriate CUT operands may be used, APPEND, NEW, RAW, and named clipboards, but not line ranges, X/NX or U/NU.
    Alter processing of FLIST entries to support both unquoted and quoted path/filenames.
    Alter the RECALL command to allow an * to be specified as the FLIST name. This will be treated as a request to use the contents of the ClipBoard as the FLIST contents.
    Allow the Primary RUN command to be used in a CLIP Edit session. RUN now supports an initial operand of a file extension (.xxx) to provide the filetype for run. If not provided for CLIP, a .BAT will be assumed. The new operand can also be used to override the extension when RUN is issued in a normal Edit session.
    Correct macro function SET_CSR. It was not setting the optional high-light when requested.
    Correct program command line parsing so that UNC format filenames are properly handled.
    Prevent duplicate entries from being created in the list of file-types which are to use the DEFAULT Profile.
    Correct the procedure used to move the CFG file to a different location. The HomeFolder and HomeData entries in the new CFG file were not being correctly updated on the initial run using the new location.
    Revise startup process of handling command line FileName/FilePath operands to avoid 'collisions' with saved File Manager paths and masks.
    Enhance the program Crash handler. The pop-up has been revised to be more readable, and a new option made available which will request an attempt to SAVE all active edit tab data before completing termination. The data is saved in a new file with a suffix of .CrashSave.
    Add an additional option to the Pop-up Dialog which appears when a new file-type is encountered, and no current file Profile has been established. If the file is actually a non-text file-type, the new option will skip the Open, Add the file-type to the list of non-editable file-types, and add the (W) operand which indicates that, if clicked on, the file is to be opened in the default Windows application for that file-type.
    Correct an error in HELP command which caused many topic searches to fail and open the Help file at the Introduction. While fixing the code, the command has been enhanced a bit to be more context sensitive between File Manager tabs and Edit tabs. New operands of CMD/CMDS and LINE/LINES may be specified to open help directly in the relevant Command summary page (Primary commands or Line Commands). At this time the name of the Macros help file was altered to remove embedded spaces, as in some circumstances this can cause difficulties. The new name is "SPFLiteMacros.CHM". Same rename for the PDF version of the Help.
    File Manager can now hi-lite the active Quick Launch Bar selection if desired. The background color for the selected item can be specified in Options => Screen by the BG2 value for FM Quick Launch Bar.
    The KEYMAP LIST output will now break out the PFSHOW labels into a separate column to provide more readability.

[close]

http://www.spflite.com/Home.html
Titel: Notepads 1.4.5.0
Beitrag von: SiLæncer am 13 April, 2021, 18:50
(https://i.postimg.cc/DzHrb6Dr/screenshot-1766.png)
Modern, open-source Notepad alternative for Windows 10 that gives the aging text editor a facelift, while also packing additional functionality into a similarly streamlined application.

MIT License

https://github.com/JasonStein/Notepads
Titel: Atom 1.56.0
Beitrag von: SiLæncer am 13 April, 2021, 22:30
(https://s26.postimg.cc/fmfpqomgp/screenshot_915.png)
A powerful and flexible application that works as a text and source code editor with syntax highlight, or alternately as a file viewer.

MIT License

Changelog

Notable Changes

    https://github.com/atom/atom/pull/21847 - Fix buggy quitting behaviour on macOS after all windows are closed
    https://github.com/atom/atom/pull/21852 - Improve java syntax highlighting
    https://github.com/atom/atom/pull/21847 - Add setting to disable middle mouse paste. (editor. selectionClipboard)
    https://github.com/atom/atom/pull/21777 - Electron upgrade 🎉

Atom Core

v1.55.0...1.56.0

    atom/atom#21753 - Fix handling of "empty" language injections with Tree-sitter
    atom/atom#21715 - check if testRunner is es module
    atom/atom#21848 - Add Authorization
    atom/atom#21903 - :arrow_up: github
    atom/atom#21928 - Fixes dependency bump script

github

v0.36.7...v0.36.9

    atom/github#2459 - use action-setup-atom
    atom/github#2621 - package.json: pin @babel/core to less than 7.12.10
    atom/github#2625 - Update shell.openExternal to promise due to electron update on atom
    atom/github#2626 - Update to promise api for some methods in the electron API
    atom/github#2631 - Fix github failing tests for Atom's electron 9.4.1 upgrade

spell-check

v0.76.2...v0.77.1

    atom/spell-check#357 - Add enableDebug to config
    atom/spell-check#359 - Fixes unable to load package

[close]

https://atom.io/
Titel: Atom 1.57.0 Beta
Beitrag von: SiLæncer am 13 April, 2021, 23:10
Changelog

Notable Changes

    https://github.com/atom/atom/pull/21847 - Improve detection of incompatible native modules.

Atom Core

v1.56.0...1.57.0-beta0

    atom/atom#22019 - Fixes failing Dependency Bump script
    atom/atom#21927 - fix: require .node files directly to detect incompatible native modules
    atom/atom#22046 - Fixes context menu not working
    atom/atom#22050 - Fix context menu right click not working ( alternative fix )
    atom/atom#22106 - Bump y18n from 3.2.1 to 3.2.2
    atom/atom#22061 - ⬆️ focus-trap@6.3.0
    atom/atom#22060 - ⬆️ chai@4.3.4
    atom/atom#22063 - ⬆️ git-utils@5.7.1
    atom/atom#22068 - ⬆️ normalize-package-data@3.0.2
    atom/atom#22152 - Bump settings-view@0.261.8
    atom/atom#22159 - ⬆️ Bump tree-view@0.228.3
    atom/atom#22080 - Fix tree-sitter-language-mode null highlight iterators

settings-view

v0.261.7...v0.261.8

    atom/settings-view#1176 - fix: update async dependency
    atom/settings-view#1182 - Catch README file not found error

tree-view

v0.228.2...v0.228.3

    atom/tree-view#1377 - Wrap fs.realpathSync in a try catch

[close]

https://atom.io/
Titel: Google Web Designer 11.0.1.0406
Beitrag von: SiLæncer am 13 April, 2021, 23:25
(https://i.postimg.cc/t4kxrGLC/screenshot-2067.png)
Google Web Designer allows you to create engaging, interactive HTML5-based designs and motion graphics that can run on any device. Let us handle the HTML5 and CSS3 so you're free to focus on what you love to do: creating gorgeous visual experiences. A full design suite lets you easily bring any vision to life. If you're feeling more hands-on, all the code behind your designs is hand-editable, so you're never locked out of your own work. Your ideas are now amplified by code - not restricted by it.

Freeware

Changelog

    Responsive attributes are now supported in Google Ads.
    Fixed issue where transform attributes for inline SVGs were incorrectly removed.
    Fixed issue with swiping between images in a Transition Gallery when previewing in the browser.

[close]

http://www.google.com/webdesigner
Titel: Alternate TextBrowser 3.970
Beitrag von: SiLæncer am 14 April, 2021, 10:10
(https://i.postimg.cc/TYy7wJVb/screenshot-1429.png)
This program makes it easy to browse through text- and html-files (also xml), syntax highlighting for serveral programming languages available (C++, Pascal, PHP, Perl, ASM, JScript etc.).

Freeware

Whats new:>>

Added option to add line feeds at specific line position

http://www.alternate-tools.com/pages/c_textbrowser.php?lang=ENG
Titel: Vim 8.2.2760
Beitrag von: SiLæncer am 14 April, 2021, 11:10
(https://s26.postimg.cc/xww5nc4zt/screenshot_1282.png)
A highly configurable text editor built to enable efficient text editing - an improved version of the vi editor distributed with most UNIX systems.

Freeware

Whats new:>>

Vim9: no error for changing a for loop variable.

http://www.vim.org/index.php
Titel: Vim 8.2.2767
Beitrag von: SiLæncer am 15 April, 2021, 10:20
Whats new:>>

8.2.2767: compiler warning for unused argument

http://www.vim.org/index.php
Titel: SPFLite 2.4.21104
Beitrag von: SiLæncer am 15 April, 2021, 20:20
(https://i.postimg.cc/wT5s6g7J/screenshot-2635.png)
Rename, clone, delete, edit, print, exclude, touch, add to favorites and view your files using this intuitive software application.

License: GPLv3

Changelog

    Correct a nasty bug in the Crash trace logic, which would slowly fill the trace table, eventually triggering a crash.
    Correction to the State load process. The Top-of-screen line was not always being properly re-established.
    Correction CFGMaint tool to handle spaces in the FMLayout string.

[close]

http://www.spflite.com/Home.html
Titel: Vim 8.2.2771
Beitrag von: SiLæncer am 16 April, 2021, 09:10
Whats new:>>

Vim9: assignment not recognized if declaration was skipped

http://www.vim.org/index.php
Titel: QOwnNotes 21.4.1
Beitrag von: SiLæncer am 16 April, 2021, 10:40
(https://s26.postimg.cc/hoi1ahlcp/screenshot_978.png)
QOwnNotes is a text editor / notepad replacement with markdown support and todo list manager. The program supports themes, keyboard shortcuts, syntax highlighting, and encryption. Includes available nested file list, tags, search, and more. Optionally works with the notes application ownCloud or Nextcloud.

Cross-platform with clients available for Mac and Linux.

License: GPL

Changelog

    in vim mode the setup indent size is now also used as shift width
    (for #2099)
    fixed more Qt 6 build errors (for #1304, thank you @Waqar144)
    added more translation (thank you amirkbrpr, polkillas, mguerra, rogepix,
    whenwesober, ihatemyself, rawfreeamy, marcoxbresciani)

[close]

http://www.qownnotes.org/
Titel: CudaText 1.132.0.3
Beitrag von: SiLæncer am 16 April, 2021, 18:00
(https://s26.postimg.cc/k6wu8qcrt/screenshot_901.png)
Create programming scripts with this powerful tool that supports more than 130 languages and allows users to work concurrently on as many as six groups of projects.

Freeware

Changelog

    add: support for the "LSP Client" new plugin (thanks @Shovel)
    add: Wiki topic https://wiki.freepascal.org/CudaText_plugins#LSP_Client
    add: Wiki topic https://wiki.freepascal.org/CudaText_plugins#Runner
    add: Wiki topic https://wiki.freepascal.org/CudaText_plugins#Configure_Menu
    add: Wiki topic https://wiki.freepascal.org/CudaText_plugins#CudaFormatter
    add: Find dialog: with option 'Hi' the input field background is colored if cannot find anything (thanks @tmsg)
    add: command "close all tabs" closes tabs in 3 floating groups too
    add: Windows option "Underline keyboard shortcuts and access keys" is now considered for 'themed' menu (thanks Udo Weik)
    change: save "tab is pinned" state only in session, not in file-history (thanks @kvichans)
    fix: regression: app confirms to close 'pinned tabs' on app closing (thanks @JairoMartinezA)

[close]

http://www.uvviewsoft.com/cudatext/
Titel: RocketCake 4.0
Beitrag von: SiLæncer am 16 April, 2021, 18:50
(https://s26.postimg.cc/845jbp2c9/screenshot_542.png)
RocketCake is a free web editor for creating responsive websites for beginners and professional web developers. No programming needed.

Freeware

Release Notes

This update of the free responsive website designer includes a lot of new features. You can download it here.
Note that if you are using the professional edition, you need to upgrade your license, but there is a discount for existing users.

New in this release:

    Bulleted lists support

    Also known as ordered and unordered lists, RocketCake now natively supports creating these directly in the editor. It generates <ul> and <ol> HTML tags from them, and supports unlimited sublevels of lists.
    Although easily edited directly in the text in the editor, generated HTML <ul> and <ol> lists get their own unique ids and style classes which then can be easily customized via CSS manually if wanted.

    Emoji support

    Emojis and other characters are now encoded correctly even when the option "no html encoding" isn't selected. This means you can now easier use Emojis, Rockets and other unicode characters on your website.
    Note: On some Windows systems, these are still drawn in black/white in the editor, but are correctly shown in the browser preview.

    Round navigation menu panels

    It's now possible to create round navigation menu panels. For that, simply set "edges" of your navigation menu to "round", and check the new option "RoundEdgesAlsoForPanes". Then your navigation menus are also round. If you don't want the top menu bar to have round edges as well, simply make its background transparent and place it into a container of which you then apply the background you want to have for your top menu.

    PDF document

    you can now embed PDF files directly in your website using the new PDF element. Simply create the element where you want your file to appear, select a PDF from your local disk, and RocketCake will handle the rest, including uploading the .pdf file to your server once you publish your page.

New Templates

There are 3 new built-in templates for your websites, and the existing ones have been improved a bit.

Better looking Slideshows

Slideshows now can use a fixed aspect ratio, and new slide shows you create automatically do this. This means they automatically adjust their height based on the screen size and images inside them. Previously, in order to have a slideshow look nicely in all screen sizes, this would have to be done using breakpoints, while now, slideshows automatically adjust their size.
In order to have slide shows from projects created in older RocketCake versions to this, simply check the option "FixedAspectRatio".

    Added new supported device types

        Apple iPhone 12
        Google Pixel 5
        Samsgung S20
        Samsgung S21

    Improved generated HTML

    The generated HTML and CSS code has been improved at several places to be both nicer readable and more compact at the same time. And the backwards compatibility with older browsers is still kept.

    Portable version

    RocketCake is now available as portable package - a zip file which you can simply download and use everywhere without installation.
    For this, go to the download page of RocketCane and download the latest RocketCake-$version$-portable.zip file.

    MSI installer

    There is now an MSI installer available on the download page. In case you want to deploy RocketCake on lots of Windows PCs, you can use this. It also supports silent install.

    macOS UI improvements

    Options dialog is now also accessible via the top level main menu, and quitting the app via Apple+Q now also
    asks for saving the file when there are still unsaved changes in your project.

    Lots of other improvements

        HTML Video elements no longer have 'autoplay' set by default
        The documentation (for example about the navigation menu) has been improved and extended with images, examples and more.
        Automatically reduced large images now are reduced to a bit larger size so they look better on larger screens.
        Updated support for more types of FTP servers
        Toolset palette is now looking a bit more modern
        Improved uploading method: files uploaded when skipped not to be re-uploaded again next time sometimes.
        Improved english translation of the editor at some places
        Images with alpha channel are now also drawn correctly with alpha channel in editor view
    Improved chinese translation
    lots of other smaller improvements everywhere

[close]

http://www.ambiera.com/rocketcake/index.html
Titel: VNote 3.0.0 Beta 11
Beitrag von: SiLæncer am 16 April, 2021, 21:20
(https://s26.postimg.cc/871od8huh/screenshot_1147.png)
Peculiar yet interesting, open source piece of software that sports both Markdown editing capabilities and note management features.

MIT License

Whats new:>>

Support Full-Text Search.

https://github.com/tamlok/vnote
Titel: Vim 8.2.2772
Beitrag von: SiLæncer am 17 April, 2021, 18:10
Whats new:>>

Problems when restoring 'runtimepath' from a session file.

http://www.vim.org/index.php
Titel: Perpetual Notes 3.64
Beitrag von: SiLæncer am 17 April, 2021, 18:20
(https://i.postimg.cc/PrmCcFXN/screenshot-1340.png)
Create versatile Rich Text Files with a tool meant to help you make the most out of your note-taking skills, and organize easier and more elegantly.

Donationware

http://www.enselsoftware.com/product/PerpetualNotes.html
Titel: PilotEdit Lite 15.1.0
Beitrag von: SiLæncer am 17 April, 2021, 20:20
(http://www.pilotedit.com/images/OpenInQuickMode.PNG)
PilotEdit is a text, hex, XML, C/C++, HTML, PHP, Java, Javascript and Perl editor that can edit large files of 400GB (40 billion lines).

It offers customizable syntax and keyword highlighting, advanced search and replace operations, automatic text encoding, 256-bit AES encryption/decryption and a built-in FTP/SFTP client lets you open, edit, download and upload large files directly to/from a FTP/SFTP server.

In addition to standard text editing features, PilotEdit can compare and merge two large files of 100GB (10 billion lines). You can also sort, find/remove duplicate lines and extract strings over a large file of 1GB.

Freeware

Whats new:>>

Includes code structure change.

http://www.pilotedit.com/
Titel: PSPad 5.0.7 Build 597 Dev
Beitrag von: SiLæncer am 19 April, 2021, 09:20
(http://images.six.betanews.com/screenshots/1076948037-1.png)
PSPad is a universal freeware editor. There is no complex install process; the program is ready to work immediately, without requiring customization. It supports many file types and languages, with syntax highlighting. There are macros, clip files and templates to automate repetitive activities. An integrated HEX Editor, Project support, FTP Client, Macro Recorder, File Search/Replace, Code Explorer, code page conversion, are just some of the many possibilities that PSPad can offer you.

Freeware

Changelog

    News:

    Color dialog - first 6 custom colors are remembered between sessions
    Updater was integrated into PSPad. From the automatic check or from menu Help you can decide to download update manually or run updater. Updater can be started from command line too - see included ReadMe file in Updater folder.

    HTML preview - it's possible to use WebView2 based on Chromium engine - in the HTML Preview switch engine using first icon in the top left. There is necessary to install WebView2 runtime from MS:

developer.microsoft.com, or small MS installer what will do it automatically for you: go.microsoft.com
    Changed library for handling INI files. Please report any problem with configuration files
    InnoSetup Script highlighter - improoved highlighting

    Fixes:

    Open favourite panel from the File menu
    SpellCheck - load/release dictionary
    Program settings / KeyMap - save problem

[close]

http://www.pspad.com/
Titel: ProgramEdit 5.0.2
Beitrag von: SiLæncer am 19 April, 2021, 23:20
(https://s26.postimg.cc/wcabyxqq1/screenshot_58.png)
ProgramEdit - a free Windows® software source-code editor. ProgramEdit includes language support for HTML, Ada, C/C++, C#, CSS, JAVA, JavaScript, Perl, PHP, Python, Ruby, VB, VBScript, Verilog, VHDL and Batch(.bat) files. Other features include tabbed file selection, text highlighting, find & replace, regular expressions, sesssions, bookmarks, multiple undo/redo and hyperlinks.

Freeware

Whats new:>>

- add Spell Check ("abc" icon)

http://simplesolverlogic.com/index.html
Titel: Vim 8.2.2786
Beitrag von: SiLæncer am 20 April, 2021, 08:10
(https://s26.postimg.cc/xww5nc4zt/screenshot_1282.png)
A highly configurable text editor built to enable efficient text editing - an improved version of the vi editor distributed with most UNIX systems.

Freeware

Changes:>>

Vim9: memory leak when using :s with expression

http://www.vim.org/index.php
Titel: Google Web Designer 11.0.2.0415
Beitrag von: SiLæncer am 20 April, 2021, 09:30
(https://i.postimg.cc/t4kxrGLC/screenshot-2067.png)
Google Web Designer allows you to create engaging, interactive HTML5-based designs and motion graphics that can run on any device. Let us handle the HTML5 and CSS3 so you're free to focus on what you love to do: creating gorgeous visual experiences. A full design suite lets you easily bring any vision to life. If you're feeling more hands-on, all the code behind your designs is hand-editable, so you're never locked out of your own work. Your ideas are now amplified by code - not restricted by it.

Freeware

Whats new:>>

    Fixed issue where Google Web Designer froze upon opening a dynamic ad with sample data already selected.
    Updated the GLB file size limit warning from 2 GB to 3 GB in the Ad Validator.

http://www.google.com/webdesigner
Titel: QOwnNotes 21.4.2
Beitrag von: SiLæncer am 20 April, 2021, 21:50
(https://s26.postimg.cc/hoi1ahlcp/screenshot_978.png)
QOwnNotes is a text editor / notepad replacement with markdown support and todo list manager. The program supports themes, keyboard shortcuts, syntax highlighting, and encryption. Includes available nested file list, tags, search, and more. Optionally works with the notes application ownCloud or Nextcloud.

Cross-platform with clients available for Mac and Linux.

License: GPL

Changelog

    when inserting media files into the current note note like via pasting or the QOwnNotes
    web companion browser extension now an attempt will be made to decide the file extension
    from the mime type of the image (for #2105)
    there now is a new settings page Web application to add support for the new
    app.qownnotes.org web service that allows users to
    send photos from their mobile phone (over the internet) to their local
    QOwnNotes desktop app (for #2104)
        this feature and the web service is currently in alpha state, feel free to
        test and report what your think in above issue
        the communication between QOwnNotes and the web service is transport encrypted
        don't forget to copy your secret token from the settings page to the web
        service to be able to communicate with your local instance of QOwnNotes
        you can find the source code of the web service at web-app
        you can also host this web service yourself, the freshly built docker
        container is at qownnotes-web-app
    added more translation (thank you whenwesober, fitoschido, rawfreeamy, mguerra, amirkbrpr)

[close]

http://www.qownnotes.org/
Titel: PSPad 5.0.7 Build 598 Dev
Beitrag von: SiLæncer am 21 April, 2021, 09:40
(http://images.six.betanews.com/screenshots/1076948037-1.png)
PSPad is a universal freeware editor. There is no complex install process; the program is ready to work immediately, without requiring customization. It supports many file types and languages, with syntax highlighting. There are macros, clip files and templates to automate repetitive activities. An integrated HEX Editor, Project support, FTP Client, Macro Recorder, File Search/Replace, Code Explorer, code page conversion, are just some of the many possibilities that PSPad can offer you.

Freeware

Changelog

    News:

    SpellCheck dialog - for visually impaired people the label with original word was replaced for edit (readers support)
    Memory manager was returned to default one
    Autocomplete (Program settings / Editor 2) - New option Autocomplete replaces rest of the word. When Autocomplete is called from the middle of word it replaces/let the rest behind the cursor

    Fixes:

    Perl highlighter - q-function highlighting fix
    Close file by mouse wheel doesn't redraw file tabs names
    New project from folder - save button wasn't active

[close]

http://www.pspad.com/
Titel: BirdFont 4.15.17
Beitrag von: SiLæncer am 21 April, 2021, 12:10
(https://s26.postimg.cc/rd1s4grdl/screenshot_137.png)
BirdFont is a free font editor that lets you create vector graphics and export TTF, EOT & SVG fonts.

Donationware

https://birdfont.org/
Titel: CudaText 1.132.1.0
Beitrag von: SiLæncer am 21 April, 2021, 18:40
(https://s26.postimg.cc/k6wu8qcrt/screenshot_901.png)
Create programming scripts with this powerful tool that supports more than 130 languages and allows users to work concurrently on as many as six groups of projects.

Freeware

Changelog

    Add: improved "auto_close_brackets": don't pair the quote-char after a word-char (thanks @xcme)
    Change: default of "ui_one_instance" changed to 'true' (reason: like in Sublime, EmEditor, Notepad++)

[close]

http://www.uvviewsoft.com/cudatext/
Titel: QOwnNotes 21.4.3
Beitrag von: SiLæncer am 21 April, 2021, 21:00
Changelog

    more improvements for the wep application integration have been made
    (for #2104)
        you can now edit the security token manually
        the link to the QOwnNotes web app was fixed in the settings dialog
        the web app client service will now check the socket connection periodically
        and will attempt to reconnect if the connection was lost
    fixed the creation of subfolders when clicking a note link that wasn't found
    with a note with subfolders when the current note is also in a subfolder
    (for #2106)
    added more Italian, Polish, German translation (thank you rawfreeamy)

[close]

http://www.qownnotes.org/
Titel: Vim 8.2.2799
Beitrag von: SiLæncer am 22 April, 2021, 09:10
Changes:>>

Vim9: type casts don't fully work at the script level

http://www.vim.org/index.php
Titel: QOwnNotes 21.4.4
Beitrag von: SiLæncer am 22 April, 2021, 23:10
Whats new:>>

    more improvements for the wep application integration have been made
    (for #2104)
        now a confirmation is requested before an image received from the
        QOwnNotes web application is inserted into the current note
    added more translation (thank you rawfreeamy, rakekniven, marcoxbresciani,
    amirkbrpr, marterra)

https://www.qownnotes.org/
Titel: Trilium Notes 0.46.9
Beitrag von: SiLæncer am 22 April, 2021, 23:20
(https://i.postimg.cc/2yDgvbpj/screenshot-2595.png)
A hierarchical note-taking software application with focus on building large personal knowledge bases while also providing a flurry of options.

License: AGPL

Changelog

    Use entity changes instead of actual tables to fill in sector to sync #1809
    Fix lexer to parse correctly quoted empty strings, #1825
    Improved task manager with allowed year range, #1823
    Fix inheriting inheritable attributes through template, #1828
    Ctrl + click / middle click now opens image in a text note in a new tab
    Clipper fix, #1840
    Use official gh client instead of github-release to execute releases
    Clear note selection anytime a new note is activated
    Fix moving notes with keyboard on Firefox #1865

[close]

https://github.com/zadam/trilium
Titel: SPFLite 2.4.21112
Beitrag von: SiLæncer am 23 April, 2021, 10:40
(https://i.postimg.cc/wT5s6g7J/screenshot-2635.png)
Rename, clone, delete, edit, print, exclude, touch, add to favorites and view your files using this intuitive software application.

License: GPLv3

Changelog

    Revise the Crash handler so that Loop style crashes also have the option to save the data in modified tabs before allowing termination to proceed.
    Code cleanup to corect the handling of internal trace entries when a crash or loop condition is detected.
    Correct the CFGMaint tool to handle FM Layout parameters in the same manner as the main SPFLite program.
    Allow CLS, TOP and BOTTOM to be requested in a SPF_CMD macro call.
    Correct STATE creation from an MEdit session when exiting via END.

[close]

http://www.spflite.com/Home.html
Titel: Vim 8.2.2800
Beitrag von: SiLæncer am 23 April, 2021, 11:10
Changes:>>

8.2.2800: after a timer displays text a hit-enter prompt is given

http://www.vim.org/index.php
Titel: Scite 5.0.2
Beitrag von: SiLæncer am 23 April, 2021, 11:30
(https://s26.postimg.cc/fbkgceeux/screenshot_1241.png)
Editor mit Syntax-Highlighting, Auto-Completion, Folding und vielem mehr...

Open Source

Changelog

    On Cocoa with macOS 11, use plain style for autocompletion to fix problems with truncating text and padding. This makes autocompletion look the same on macOS 11 as macOS 10. Bug #2248.
    On Windows, fix encoding used for text display with DirectWrite. Bug #2246.
    Implement font locale SCI_SETFONTLOCALE. Initially only for DirectWrite on Win32. Bug #2027.

[close]

http://www.scintilla.org/SciTE.html
Titel: CudaText 1.132.9.0 Experimental
Beitrag von: SiLæncer am 23 April, 2021, 20:40
Whats new:>>

Multi-threaded parser. Multi-threading allows app to react to typing-commands faster, and now app doesn't flicker with uncolored text, on editing of 100K-300K files.

http://www.uvviewsoft.com/cudatext/
Titel: RisohEditor 5.5.5
Beitrag von: SiLæncer am 23 April, 2021, 21:50
(https://i.postimg.cc/8P4z4Swt/screenshot-799.png)
"RisohEditor" is a free resource editor for Win32 development, created by Katayama Hirofumi MZ. RisohEditor realized the ideal of resource editor. "Risoh" means "ideal" in Japanese. RisohEditor can add, edit, extract, clone and remove the resource data in EXE/DLL files. You can edit Windows resources (Dialogs, Menus, Icons, Cursors, String Tables, Message Tables etc.) by using RisohEditor.

NOTICE: Please avoid installing in "C:\Program Files" or "C:\Program Files (x86)". Because the resource compiler (windres) doesn't accept space character in the file path.

Freeware

Changelog

    Deleted tlb2idl programs.
    Added OleBow program to process TYPELIB resource type.
    Compiling TYPELIB if MIDL compiler is available.

[close]

https://katahiromz.web.fc2.com/re/en/index.html#intro
Titel: Vim 8.2.2803
Beitrag von: SiLæncer am 24 April, 2021, 09:10
(https://s26.postimg.cc/xww5nc4zt/screenshot_1282.png)
A highly configurable text editor built to enable efficient text editing - an improved version of the vi editor distributed with most UNIX systems.

Freeware

Changes:>>

8.2.2803: flicker when the popup menu has an info popup

http://www.vim.org/index.php
Titel: Znote 0.6.0
Beitrag von: SiLæncer am 24 April, 2021, 11:40
(https://i.postimg.cc/qvfVnLWd/screenshot-2617.png)
Znote is a free, elegant program meant to help you write beautifully organized Markdown documents. You can organize your texts, notes, and files even better, using the simplistic left-side widget organizer for smoothly navigating different files.

Freeware

Changelog

    Editor: add size for H1, H2, H3 titles
    Better sorting of notes. Add pins + sort by lastUpdatedTime
    Addition of sub-tags
    Automatically adds the selected tag when creating a new note
    Minor UI improvements
    Fixed sync conflict with mobile
    Fixed blinking when starting app with dark theme

[close]

https://znote.lagrede.fr/
Titel: QOwnNotes 21.4.5
Beitrag von: SiLæncer am 25 April, 2021, 18:00
(https://s26.postimg.cc/hoi1ahlcp/screenshot_978.png)
QOwnNotes is a text editor / notepad replacement with markdown support and todo list manager. The program supports themes, keyboard shortcuts, syntax highlighting, and encryption. Includes available nested file list, tags, search, and more. Optionally works with the notes application ownCloud or Nextcloud.

Cross-platform with clients available for Mac and Linux.

License: GPL

Changelog

    now toggling of checkboxes at the cursor position with Ctrl + Space
    also supports lists with * [ ], + [ ] and numbered lists, like 1. [ ] in
    the note text edit (for #2048)
    added more translation (thank you amirkbrpr, rakekniven, rawfreeamy)

[close]

https://www.qownnotes.org/
Titel: SSuite - NoteBook Editor 2.6.2
Beitrag von: SiLæncer am 25 April, 2021, 18:45
(https://i.postimg.cc/xTt4Gzhv/screenshot-3041.png)
SSuite NoteBook Editor is a lightweight and portable text editor loaded with only the essential functions in order to provide a fast, and easy-to-use platform for writing, and more. SSuite NoteBook Editor trims out all those unnecessary functions and features that hog all your precious computer resources and overwhelm the screen like other bloated word processors. It has no need for Java or DotNet to work successfully making it run extremely fast. Another fine attribute is its small size which gives the ability to run from any USB memory device allowing it to be run from your cellphone when connected to a Windows PC, tablet, or laptop.

Freeware

https://www.ssuitesoft.com/ssuitenotebookeditor.htm
Titel: Markdown Monster 1.26.14.1
Beitrag von: SiLæncer am 25 April, 2021, 20:30
(https://i.postimg.cc/g05jB58K/screenshot-2979.png)
Powerful, extensible Markdown editor that offers a healthy set of features and enables you to both write and publish content to weblogs.

Shareware

Changelog

    Add Editor Option for No AutoCompletions:

    You can now optionally disable all editor completions via a new NoAutoComplete Editor configuration option. This option disables all key expansions like quote and bracket completions, list bullet expansion etc. for a raw editor experience.

[close]

https://markdownmonster.west-wind.com/
Titel: Vim 8.2.2811
Beitrag von: SiLæncer am 26 April, 2021, 09:10
Changes:>>

Vim9: error for missing white space doesn't say where

http://www.vim.org/index.php
Titel: PSPad 5.0.7 Build 600 Dev
Beitrag von: SiLæncer am 26 April, 2021, 10:20
(http://images.six.betanews.com/screenshots/1076948037-1.png)
PSPad is a universal freeware editor. There is no complex install process; the program is ready to work immediately, without requiring customization. It supports many file types and languages, with syntax highlighting. There are macros, clip files and templates to automate repetitive activities. An integrated HEX Editor, Project support, FTP Client, Macro Recorder, File Search/Replace, Code Explorer, code page conversion, are just some of the many possibilities that PSPad can offer you.

Freeware

Changelog

    News:

    Updater - unattended run appends log instead of rewrite it
    Updater - added support for updater update. Run PSPUpdRun.exe instead of the direct updater run. More info in .UpdaterReadme.txt
    FTP - click on the current path label fill in path into quick change dir
    Highlight all occurrences of highlighted text - new option in (Program settings / Editor 1) allows you set highlighting case sensitive

    Fixes:

    Updater - appear in the screen center instead of desktop center
    Handled exception when Recent.ini content was damaged
    Write system parameters, e.g. Splash screen
    Reduced flickering when program starts
    Autocorrect in splitted editor window
    Another fixes related to open/close files

[close]

http://www.pspad.com/
Titel: Notepack 0.9.19
Beitrag von: SiLæncer am 26 April, 2021, 18:50
(https://i.postimg.cc/jdg4C7DH/screenshot-2899.png)
A user-friendly note taking app and to-do list organizer that supports Markdown formatting and allows you to add color highlights to your notes.

License: MPL

Whats new:>>

    Clipboard manager
    Recurring tasks infinity loop fix

https://github.com/Ogefest/Notepack
Titel: QOwnNotes 21.4.6
Beitrag von: SiLæncer am 26 April, 2021, 21:20
Whats new:>>

    a possible problem with generating the header tree in the navigation panel when
    starting the application minimized was fixed (for #2110)
    added more Indonesian, Catalan translation (thank you whenwesober, mguerra)

https://www.qownnotes.org/
Titel: Vim 8.2.2814
Beitrag von: SiLæncer am 27 April, 2021, 09:10
Changes:>>

8.2.2814: Vim9: unused variable

http://www.vim.org/index.php
Titel: nanDECK 1.26
Beitrag von: SiLæncer am 27 April, 2021, 09:40
(https://www.portablefreeware.com/screenshots/scrOwgPgp.png?0.6930669409302652)
nanDECK is a scripting graphic software that provides a simple yet flexible language to create multiple images suited for cards or counters .

Freeware

Changelog
   

    New CMYK directive:

    The CMYK command has this syntax: CMYK = Range, ON/OFF, ICC profile
    The ON flag enable the CMYK color profile when saving .jpg images, and optionally you can specify an .icc / .icm color profile (or another .jpg to read its profile).

    New TAGS directive:

    This directive creates a rule that is evaluated in the Simulator (a new feature, albeit still basic). The rule can contain series of letters of numbers, with this syntax:

    one or more “$” symbol, then letters to define a tag’s value that is present, using the same letter means that the same element is present with that number of copies,
    one or more “£” symbol, then numbers to define the difference between the values of tag when multiple copies are present (i.e. in a straight); with the !N>M syntax is defined that a tag with value N is treated also like M (i.e. the ace in a straight can be positioned before the 2 or after the King),
    one or more “=” symbol, then one or more tags that must be present.
    You can specify more than one rule for a single directive, all of which will be evaluated at the same time, by separating each rule (and each tag) with the pipe character “|”.

    New RANGELABEL function:

    This function converts a sequence of numbers into a range: [label] = RANGELABEL([sequence])

    New RANGEMERGE function:

    This function creates a new range mixing the cards from two or more ranges:[range] = RANGEMERGE(“range1”, “range2″, …”rangeN”)

    Added parameters in DISPLAY directive for transparency:

    Syntax: DISPLAY = “image file”, first card, last card, width, “range”, transparent color, “mask file”. The last two parameters can be used to save an image file with a transparency, and are used the same way as the parameters in SAVE directive.

    Added parameters in SAVEPAGES directive for CMYK format:

    Syntax: SAVEPAGES = “filename”, switch, color profile. Switch and color profile are the same as in CMYK directive.

    Added V, S, C, and E flags in BATCH directive:

    The flag added after the batch specifies when the batch is executed, i.e.:

    V the batch is executed at the validation step
    S the batch is executed at the start of the build step
    C the batch is executed at the end of each built card
    E the batch is executed at the end of the build step

    Added D flag in HTMLIMAGE to disable size adjustment:

    Usually the images in the HTMLIMAGE directive are drawn rescaled in HTMLTEXT (if using the F flag), with the D flag that behavior is disabled (and the images are drawn with the size specified).

    Added H flag in HTMLIMAGE to disable vertical spacing:

    If the height of an image in HTMLIMAGE directive is higher than a character in HTMLTEXT, the lines are drawn with more space between each other, instead with the H flag the lines are drawn more closer.

[close]

http://www.nand.it/nandeck
Titel: Notepack 0.9.20
Beitrag von: SiLæncer am 27 April, 2021, 10:40
Whats new:>>

    Instead of search/replace windows all search feature located into toolbar
    Removed unused files

https://github.com/Ogefest/Notepack
Titel: Typora 0.10.3 Beta
Beitrag von: SiLæncer am 27 April, 2021, 11:20
(https://i.postimg.cc/25xV0Fq1/Virtual-DVD.png)
Swiftly write, edit, format and convert text to HTML with the help of this modern looking, streamlined and novice-accessible piece of software.

Freeware

Changelog

    New Typora Icon.
    Improve UI for context menu and fences code language auto complete.
    Add Export options and enhance export functionality.
    Support header, footer and page option for PDF export.
    Support outline sidebar, custom contents and theme for HTML export.
    Support custom font size and width for image export.
    Support table with one row.
    Auto adding table rows on tab key.
    Add Hebrew interface by [Alon](https://github.com/RealA10N).
    Support configs for diagrams.
    Support anchor links to title with duplicated names.
    Support installation without admin privilege.
    Rename “Move to Trash” to “Delete” for easier understanding.
    Other bugs fix and stability improvements.

[close]

http://www.typora.io/
Titel: Trilium Notes 0.47.2
Beitrag von: SiLæncer am 27 April, 2021, 19:10
(https://i.postimg.cc/2yDgvbpj/screenshot-2595.png)
A hierarchical note-taking software application with focus on building large personal knowledge bases while also providing a flurry of options.

License: AGPL

Changelog

    There are no database/sync changes so it's possible to switch between 0.46 and 0.47-beta versions.

    platform upgrades:

    electron upgrade from v9 to v13 (beta)
    nodejs from 12.X to 14.16.1
    CKEditor upgrade from v24 to v27.1
    codemirror upgrade to v 5.60.0
    delete notes dialog has a preview of what notes will be deleted and broken relations
    new sync status widget next to the global menu
    empty new tab shows a list of workspaces to quickly enter
    image notes can be zoomed and panned with mousewheel/dragging
    dragging a tab up/down will detach the tab to a new window (chrome style)
    new windows are now full containing e.g. note tree and other widgets (previously new window has note detail view only)
    audio/video are previewed in the note list
    audio/video files are served over streaming API so that they can be seeked
    any note can be opened "externally" by the associated application, temporary file is watched for changes and Trilium will offer to upload the changed version back

[close]

https://github.com/zadam/trilium
Titel: Typora 0.10.6 Beta
Beitrag von: SiLæncer am 28 April, 2021, 10:20
(https://i.postimg.cc/25xV0Fq1/Virtual-DVD.png)
Swiftly write, edit, format and convert text to HTML with the help of this modern looking, streamlined and novice-accessible piece of software.

Freeware

Whats new:>>

    Fix print error.
    Fix image auto upload.

http://www.typora.io/
Titel: Black NotePad 2.1.2.12
Beitrag von: SiLæncer am 28 April, 2021, 21:10
(https://s26.postimg.cc/lj0xxiynt/screenshot_1281.png)
Black NotePad was created as an alternative to the Notepad program of Windows operating systems. While retaining the original functions, Black NotePad improves manageability, contains important new functions, and greatly enhances program compatibility in terms of the edited text.

Freeware

Changelog

Add: Brazilian portuguese language

[close]

https://www.wintools.info/index.php/black-notepad
Titel: Vim 8.2.2817
Beitrag von: SiLæncer am 29 April, 2021, 09:40
(https://s26.postimg.cc/xww5nc4zt/screenshot_1282.png)
A highly configurable text editor built to enable efficient text editing - an improved version of the vi editor distributed with most UNIX systems.

Freeware

Changes:>>

8.2.2817: Vim9: script sourcing continues after an error

http://www.vim.org/index.php
Titel: RisohEditor 5.5.6
Beitrag von: SiLæncer am 30 April, 2021, 08:10
(https://i.postimg.cc/8P4z4Swt/screenshot-799.png)
"RisohEditor" is a free resource editor for Win32 development, created by Katayama Hirofumi MZ. RisohEditor realized the ideal of resource editor. "Risoh" means "ideal" in Japanese. RisohEditor can add, edit, extract, clone and remove the resource data in EXE/DLL files. You can edit Windows resources (Dialogs, Menus, Icons, Cursors, String Tables, Message Tables etc.) by using RisohEditor.

NOTICE: Please avoid installing in "C:\Program Files" or "C:\Program Files (x86)". Because the resource compiler (windres) doesn't accept space character in the file path.

Freeware

Changelog

    Made *.rc files importable.
    Fixed TreeView languages arrow display.

[close]

https://katahiromz.web.fc2.com/re/en/index.html#intro
Titel: Vim 8.2.2818
Beitrag von: SiLæncer am 30 April, 2021, 09:20
Changes:>>

8.2.2818: no jump added when opening terminal in current window

http://www.vim.org/index.php
Titel: Znote 0.6.1
Beitrag von: SiLæncer am 02 Mai, 2021, 19:30
(https://i.postimg.cc/qvfVnLWd/screenshot-2617.png)
Znote is a free, elegant program meant to help you write beautifully organized Markdown documents. You can organize your texts, notes, and files even better, using the simplistic left-side widget organizer for smoothly navigating different files.

Freeware

Changelog

    Bugfixes:

    Fixed a crash when opening or closing a file type note for the first time
    Improves the performance of sorting tags

[close]

https://znote.lagrede.fr/
Titel: PSPad 5.0.7 Build 620 Dev
Beitrag von: SiLæncer am 03 Mai, 2021, 10:40
(http://images.six.betanews.com/screenshots/1076948037-1.png)
PSPad is a universal freeware editor. There is no complex install process; the program is ready to work immediately, without requiring customization. It supports many file types and languages, with syntax highlighting. There are macros, clip files and templates to automate repetitive activities. An integrated HEX Editor, Project support, FTP Client, Macro Recorder, File Search/Replace, Code Explorer, code page conversion, are just some of the many possibilities that PSPad can offer you.

Freeware

Changelog

    News:

    Updated editor component. Report please anything "strange".
    CodeFolding support introduced - for now supported languages: JavaScript, Java, C#, C++, Perl, PHP, Pascal
    CodeFolding support is possible to switch off in Program settings / Special settings: CodeFolding=0
    Editor - tripple click select line, quadruple click whole text
    Config backup - before each version update started from PSpad config files are automatically backed up into subfolder backup_cfg of config files placement.
    Default limits (Program settings / Special settings) for Multihighlighter, Highlighting and Code explorer were increased to 750 000 bytes
    SQL highlighter - added several SQL dialects (Nexus, Postgres, Informix)

    Fixes:

    Open more files at once from OpenDialog
    Close numbered file tabs with mouse wheel doesn't update numbers
    Remove nonexisting recent files when none recent files left
    Drop binary file into TextDif box
    Another fixes reported by users

[close]

http://www.pspad.com/
Titel: Znote 0.6.2
Beitrag von: SiLæncer am 03 Mai, 2021, 19:30
Whats new:>>

Better error handling

https://znote.lagrede.fr/
Titel: Vim 8.2.2831
Beitrag von: SiLæncer am 04 Mai, 2021, 09:10
Changes:>>

Vim9: expandcmd() not tested

http://www.vim.org/index.php
Titel: RJ TextEd 14.80 Beta 2
Beitrag von: SiLæncer am 04 Mai, 2021, 09:30
(https://s26.postimg.cc/775l9vjeh/screenshot_593.png)
RJ TextEd - A Unicode source and text editor. RJ TextEd is a full featured text and source editor with Unicode support, syntax highlighting and code folding. The functionality extends beyond text files and includes support for HTML editing with integrated preview, spell checking, auto completion, HTML validation, templates and more. The program also include support for Topstyle Lite CSS editor, has a dual pane file commander, as well as a FTP client to upload your files. The editor uses language files to display menus and dialogs in different languages. There are several included languages. New language files can easily be created in the editor. RJ TextEd is also a simple web development tool. The editor can use auto completion and hints to assist you in editing your source code. You can preview HTML/ASP/PHP... code using one of the preview tabs or open a document in a browser. The editor does not only handle source code. It also handles true ASCII files, binary files and of course plain text files.

License: Freeware

Changelog

    Better folder selection dialog in language server settings.
    Fixed a few fold issues.
    Undo issue.

[close]

http://www.rj-texted.se/
Titel: Typora 0.10.7 Beta
Beitrag von: SiLæncer am 04 Mai, 2021, 18:50
(https://i.postimg.cc/25xV0Fq1/Virtual-DVD.png)
Swiftly write, edit, format and convert text to HTML with the help of this modern looking, streamlined and novice-accessible piece of software.

Freeware

Whats new:>>

    Fix small UI issues.
    Fix text editing bug which may remove texts after link.

http://www.typora.io/
Titel: HelpNDoc 7.3.0.348
Beitrag von: SiLæncer am 04 Mai, 2021, 20:40
(https://s26.postimg.cc/n8qdqw1ix/screenshot_994.png)
HelpNDoc provides all the tools necessary to write complete help files, manuals and documentations in a user friendly and very easy to use environment. HelpNDoc can generate standard Windows CHM help files, WEB based documentation, iPhone specific websites as well as printable PDF and Word documents.

HelpNDoc is completely free for personal use and evaluation purposes.

Changelog

    Markdown import support: HelpNDoc can import Markdown documents into a project, split them and import them at generation time using the "Document" library item
    Builds can now be duplicated from the generate documentation dialog: every build settings, associated status and tags are copied to the new build
    HTML based documentation formats and Markdown can now generate library items to a custom path
    New numbered list types: lower Greek letters and decimal with leading zero
    CTRL-Up/Down keyboard shortcuts now moves the cursor to the beginning of current, previous or next paragraph
    Snippets contained in the library could become huge which produced very large projects, and memory problems
    Snippets with broken images could produce a corrupted Word DocX document
    When deleting a topic, its keywords associations were not correctly deleted from projects which could lead to broken generated documentation
    Faster documentation generation for all formats for projects with a large number of snippets
    "Syntax highlighter" and "Paragraph to line breaks" functions could incorrectly convert the line before the selected content to a line break when it was a paragraph break
    When using "Syntax highlighter" and "Paragraph to line breaks" functions inside a table, paragraphs surrounding the table could be converted to line break
    Keywords associated with excluded topics could produce link errors in HTML-based documentation formats
    Project analyzer now correctly show keywords associated with deleted topics as "un-used"
    Improved readability of breadcrumbs arrows for small screens in generated HTML documentation: better mobile usability reports in Google Search Console
    Optimized generation of numbered lists in HTML based documentation formats
    Smaller and cleaner HND project file format: unused associated topic content is now properly deleted when a topic is deleted
    Performance and security enhancements in HND project file access

[close]

http://www.helpndoc.com/
Titel: QOwnNotes 21.5.0
Beitrag von: SiLæncer am 04 Mai, 2021, 22:40
(https://s26.postimg.cc/hoi1ahlcp/screenshot_978.png)
QOwnNotes is a text editor / notepad replacement with markdown support and todo list manager. The program supports themes, keyboard shortcuts, syntax highlighting, and encryption. Includes available nested file list, tags, search, and more. Optionally works with the notes application ownCloud or Nextcloud.

Cross-platform with clients available for Mac and Linux.

License: GPL

Changelog

    a PPA for Ubuntu 21.10 (Impish Indri) was added, a repository for Fedora 34 was added and another attempt to fix the Fedora 33 build was made added more translation (thank you unchase, golublarysa, polkillas, smarquespt, rawfreeamy, starship10, marcoxbresciani)

[close]

https://www.qownnotes.org/
Titel: Vim 8.2.2832
Beitrag von: SiLæncer am 05 Mai, 2021, 08:10
Changes:>>

8.2.2832: operator cancelled by moving mouse when using popup

http://www.vim.org/index.php
Titel: PSPad 5.0.7 Build 623 Dev
Beitrag von: SiLæncer am 05 Mai, 2021, 09:20
Changelog

    News:

    Code folding support for User highlighters. For now languages based on curly brackets are supported, in rest of languages added support lines. Is necessary to set tcfCurlyBracket for Codefolding type in the User highlighter definition. if you make modification, let me know or send me definition file, I will include it in the next build.

    Fixes:

    Drag/Drop editing - copy selected text with CTRL key
    Names of few highlighters and attributs was different in the new editor component what looks like a "lost" configuration
    Highlight all occurences of highlighted text - Case sensitive option wasn't written into config
    Toolbar background with dark skin
    UNDO and modified file indication
    Close file tabs to right, Close file tabs to left - sometimes left free tab row
    Better difference between enable/disabled UNDO and REDO icon
    Duplicate line functionality
    Clipboard monitor
    Close last file using file tab context menu / Close doesn't hide file panel
    Another fixes reported by users

[close]

http://www.pspad.com/
Titel: TEA 60.1.0
Beitrag von: SiLæncer am 05 Mai, 2021, 22:10
(https://s26.postimg.cc/h1i60dicp/screenshot_255.png)
TEA is a graphical text editor. Its name is an acronym for Text Editor of the Atomic Era. It is designed for low resource consumption, a wide range of functions and adaptability.

License: GPLv3

Changelog

This release adds a sort of syntax highlighting for SRT and Youtube subtitles (sbv, vtt) formats (timecode highlighting). Haskell highlighting also featured. Such things leaded me to fix the very old bug in syntax highlighting engine, related to incomplete syntax hl module.

[close]

http://semiletov.org/tea/
Titel: Network Notepad 6.0.17
Beitrag von: SiLæncer am 05 Mai, 2021, 23:40
(https://s26.postimg.cc/wuply3q2h/screenshot_425.png)
Network Notepad is a specially designed application for creating interactive network diagrams.

Now you can use this accessible and easy-to-use instrument to create or manage the diagrams you need.

Point-and-Click Telnet/ Browse/ User-definable
Network Management.
Simple Drag and Drop interface.
Open, Text Based File Format.
Printing.
Linked Diagrams.
Flow Charts.

Freeware

Changelog

New Feature: Script Object Gradientbrush.

[close]

http://www.networknotepad.com/index.htm
Titel: RJ TextEd 14.80 Beta 3
Beitrag von: SiLæncer am 05 Mai, 2021, 23:50
(https://s26.postimg.cc/775l9vjeh/screenshot_593.png)
RJ TextEd - A Unicode source and text editor. RJ TextEd is a full featured text and source editor with Unicode support, syntax highlighting and code folding. The functionality extends beyond text files and includes support for HTML editing with integrated preview, spell checking, auto completion, HTML validation, templates and more. The program also include support for Topstyle Lite CSS editor, has a dual pane file commander, as well as a FTP client to upload your files. The editor uses language files to display menus and dialogs in different languages. There are several included languages. New language files can easily be created in the editor. RJ TextEd is also a simple web development tool. The editor can use auto completion and hints to assist you in editing your source code. You can preview HTML/ASP/PHP... code using one of the preview tabs or open a document in a browser. The editor does not only handle source code. It also handles true ASCII files, binary files and of course plain text files.

License: Freeware

Changelog

    Better folder selection dialog in language server settings.
    Fixed a few fold issues.
    Undo issue.
    Better support for trigger characters provided by the language server.
    Fixed some issues found when trying new language servers.
    I also updated the information in the "Language Servers (LSP)" forum thread.
    I reinstalled Nodejs and the servers from scratch. The information given should be correct now.

[close]

http://www.rj-texted.se/
Titel: Vim 8.2.2836
Beitrag von: SiLæncer am 06 Mai, 2021, 09:40
(https://s26.postimg.cc/xww5nc4zt/screenshot_1282.png)
A highly configurable text editor built to enable efficient text editing - an improved version of the vi editor distributed with most UNIX systems.

Freeware

Changes:>>

    Build failure without the +quickfix feature
    Vim9: leaking memory in :cexpr
    Vim9: :cexpr does not work with local variables
    Two key command cancelled by moving mouse when using popup

http://www.vim.org/index.php
Titel: Znote 0.6.3
Beitrag von: SiLæncer am 06 Mai, 2021, 10:20
(https://i.postimg.cc/qvfVnLWd/screenshot-2617.png)
Znote is a free, elegant program meant to help you write beautifully organized Markdown documents. You can organize your texts, notes, and files even better, using the simplistic left-side widget organizer for smoothly navigating different files.

Freeware

Changelog

Fixed broken action: Change tag color

[close]

https://znote.lagrede.fr/
Titel: Vim 8.2.2840
Beitrag von: SiLæncer am 07 Mai, 2021, 09:10
Changes:>>

8.2.2840: Vim9: member operation not fully tested

http://www.vim.org/index.php
Titel: TeXmacs 1.99.20
Beitrag von: SiLæncer am 07 Mai, 2021, 10:20
(https://i.postimg.cc/Dfs43qvs/Daminion.png)
Text editors come in a wide variety of shapes and sizes, from simple note generators to advanced suites comprising complex formatting algorithms. In the latter category one can include TeXmacs, a unified and powerful editor for structured documents.

License: GPLv3

Changelog

    Better support for the most common LaTeX style files (1.99.20).
    Many corrections for the LaTeX export when using common LaTeX styles (1.99.20).
    Various bug fixes (1.99.20).
    Added Slovak language support with the help of Peter Rapčan (1.99.20).

[close]

http://www.texmacs.org/tmweb/home/welcome.en.html
Titel: Black NotePad 2.1.2.14
Beitrag von: SiLæncer am 07 Mai, 2021, 10:40
(https://s26.postimg.cc/lj0xxiynt/screenshot_1281.png)
Black NotePad was created as an alternative to the Notepad program of Windows operating systems. While retaining the original functions, Black NotePad improves manageability, contains important new functions, and greatly enhances program compatibility in terms of the edited text.

Freeware

Changelog

Add: Dutch language

[close]

https://www.wintools.info/index.php/black-notepad
Titel: Zettlr 1.8.8
Beitrag von: SiLæncer am 07 Mai, 2021, 18:30
(https://s26.postimg.cc/vfll9p4mh/screenshot_956.png)
Write text and conveniently edit it using Markdown with the help of this user-friendly and well-thought-out, Electron based application.

MIT License

Changelog

This is a hotfix that updates a vulnerable Electron version to a safe one. This
is in response to a row of CVEs that have been detected in the source code of
Chromium in the past days. With an outdated Electron-version (<12.0.6), it was
possible for an attacker to take over your computer via Zettlr using a crafted
HTML webpage.

This release fixes Zettlr 1.8.7, which was vulnerable to this kind of attack. It
upgrades Electron from a vulnerable 11.x.x-version to the safe version 12.0.6.

    DO NO LONGER USE ZETTLR 1.8.7! RELEASES PRIOR TO 1.8.8 MUST BE REGARDED AS UNSAFE!

[close]

Download: https://github.com/Zettlr/Zettlr/releases

https://www.zettlr.com/
Titel: QOwnNotes 21.5.1
Beitrag von: SiLæncer am 07 Mai, 2021, 20:00
(https://s26.postimg.cc/hoi1ahlcp/screenshot_978.png)
QOwnNotes is a text editor / notepad replacement with markdown support and todo list manager. The program supports themes, keyboard shortcuts, syntax highlighting, and encryption. Includes available nested file list, tags, search, and more. Optionally works with the notes application ownCloud or Nextcloud.

Cross-platform with clients available for Mac and Linux.

License: GPL

Changelog

    Fixed more Qt 6 build errors (for #1304, thank you @Waqar144)
    Version 0.1.6 of the QOwnNotes Web application app.qownnotes.org was released that features an image preview and allows rotating images before sending them to your QOwnNotes desktop app (for #2104)
    in case you don't see the version number in the headline of the app page you need to clear the browser cache for the app.qownnotes.org webpage

[close]

https://www.qownnotes.org/
Titel: Vim 8.2.2844
Beitrag von: SiLæncer am 08 Mai, 2021, 09:10
Changes:>>

Memory leak when using searchpair().

http://www.vim.org/index.php
Titel: Clean Editor 1.0.1
Beitrag von: SiLæncer am 08 Mai, 2021, 11:40
(https://i.postimg.cc/76yDzJ3z/Wine.png)
A simple and straightforward text editor that allows you to format content as well as include images, tables and quotes from local and external sources.

MIT License

Changelog

    MIT license added to repository!
    Use Terns for installers and binaries added to the repository!
    Screenshots added to the Readme file!
    Now caret updates on theme changes!
    Now the selection brush updates in the theme changes!
    The Undo command now appears in the shortcut flyout!
    Redo command now appears in the shortcut flyout!

[close]

https://github.com/volatile-programming/Cletor
Titel: BirdFont 4.16.1
Beitrag von: SiLæncer am 08 Mai, 2021, 18:10
(https://s26.postimg.cc/rd1s4grdl/screenshot_137.png)
BirdFont is a free font editor that lets you create vector graphics and export TTF, EOT & SVG fonts.

Donationware

Whats new:>>

Update spacing when layer visibility changes.

https://birdfont.org/
Titel: Vim 8.2.2845
Beitrag von: SiLæncer am 09 Mai, 2021, 09:40
Changes:>>

MS-Windows: warning for signed/unsigned comparison

http://www.vim.org/index.php
Titel: PilotEdit Lite 15.2.0
Beitrag von: SiLæncer am 09 Mai, 2021, 18:10
(http://www.pilotedit.com/images/OpenInQuickMode.PNG)
PilotEdit is a text, hex, XML, C/C++, HTML, PHP, Java, Javascript and Perl editor that can edit large files of 400GB (40 billion lines).

It offers customizable syntax and keyword highlighting, advanced search and replace operations, automatic text encoding, 256-bit AES encryption/decryption and a built-in FTP/SFTP client lets you open, edit, download and upload large files directly to/from a FTP/SFTP server.

In addition to standard text editing features, PilotEdit can compare and merge two large files of 100GB (10 billion lines). You can also sort, find/remove duplicate lines and extract strings over a large file of 1GB.

Freeware

Whats new:>>

improvement over formatting code

http://www.pilotedit.com/
Titel: Typora 0.10.9 Beta
Beitrag von: SiLæncer am 09 Mai, 2021, 19:50
(https://i.postimg.cc/25xV0Fq1/Virtual-DVD.png)
Swiftly write, edit, format and convert text to HTML with the help of this modern looking, streamlined and novice-accessible piece of software.

Freeware

Whats new:>>

    Fix bug for editing issue after images
    Fix bug that images get updated twice
    Update Brazilian, Polish, Catalan, and Portuguese translations
    Fix bug that math block cannot get delete
    Fix bug that ctrl + backspace may cause cursor gone
    Other small fix

http://www.typora.io/
Titel: VNote 3.0.1
Beitrag von: SiLæncer am 09 Mai, 2021, 20:45
(https://s26.postimg.cc/871od8huh/screenshot_1147.png)
Peculiar yet interesting, open source piece of software that sports both Markdown editing capabilities and note management features.

MIT License

Whats new:>>

    Support spell check via Hunspell
    Ctrl+Alt+F to trigger full-text search
    Auto focus to the input widget when activating full-text search
    Fix Expand Content Area with panels

https://github.com/tamlok/vnote
Titel: Vim 8.2.2846
Beitrag von: SiLæncer am 10 Mai, 2021, 09:10
(https://s26.postimg.cc/xww5nc4zt/screenshot_1282.png)
A highly configurable text editor built to enable efficient text editing - an improved version of the vi editor distributed with most UNIX systems.

Freeware

Changes:>>

8.2.2846: Vim9: "echo Func()" does not give an error for using void

http://www.vim.org/index.php
Titel: PSPad 5.0.7 Build 625 Dev
Beitrag von: SiLæncer am 10 Mai, 2021, 11:20
(http://images.six.betanews.com/screenshots/1076948037-1.png)
PSPad is a universal freeware editor. There is no complex install process; the program is ready to work immediately, without requiring customization. It supports many file types and languages, with syntax highlighting. There are macros, clip files and templates to automate repetitive activities. An integrated HEX Editor, Project support, FTP Client, Macro Recorder, File Search/Replace, Code Explorer, code page conversion, are just some of the many possibilities that PSPad can offer you.

Freeware

Changelog

    News:

    CompactLineNumbers option in Program settings / Direct edit (0/1) allows change line numbering to compact form
    Code folding support added to VB Script and Visual Basic, FoxPro
    Close file(s) from whole application was united. Please report any problem joined with editor window close

    Fixes:

    Load file containing #0 char ends with End of memory message
    Reformat paragraph (menu format) removes blank lines
    Highlight selected text occurences - when scrolling, sometimes part of the line was highlighted
    Words at cursor doesn't return word when cursor was just behind the word
    Corrupted PSPad.INI - if file contains char #0, rest of the file was ignored and it looked like lost of config
    Exceptions joined with CodeFolding when window is closed
    Play recorded macro was slow
    Speed up Undo/Redo command - please report any problem
    Another fixes reported by users

[close]

http://www.pspad.com/
Titel: KeenWrite 2.0.0
Beitrag von: SiLæncer am 10 Mai, 2021, 21:50
(https://i.postimg.cc/3w8rCcRs/screenshot-2904.png)
Java-based text editor that comes with numerous features, such as live preview, formulas, Markdown support and string interpolation.

BSD License

Changelog

    PDF integration using ConTeXt typesetting software
    Add typesetting instructions
    Add support for fenced div syntax
    Add preferences for document metadata (author name, pseudonym, address, email, phone, word count)
    Status bar updated as typesetting engine produces each document page
    Metadata is used by themes when typesetting
    Add XHTML export feature
    Add ability to rasterize SVG images upon export
    Update style of nested enumerated and bullet lists in preview panel
    Add typeset themes: Handrit (manuscript), Boschet (novel), and Tarmes (basic)
    Replace file selection dialog to work around JavaFX bug that loses application focus
    Optimized file icons to reduce application size (saved ~300kb)
    Upgrade to Java 16
    Clicking links in preview panel will load into editor for local files, otherwise launch the default browser

[close]

https://github.com/DaveJarvis/keenwrite
Titel: QOwnNotes 21.5.2
Beitrag von: SiLæncer am 10 Mai, 2021, 23:20
(https://s26.postimg.cc/hoi1ahlcp/screenshot_978.png)
QOwnNotes is a text editor / notepad replacement with markdown support and todo list manager. The program supports themes, keyboard shortcuts, syntax highlighting, and encryption. Includes available nested file list, tags, search, and more. Optionally works with the notes application ownCloud or Nextcloud.

Cross-platform with clients available for Mac and Linux.

License: GPL

Changelog

    a problem with showing a & character in the tab text of notes was fixed
    (for #2135)
    a problem with a resetting note sub-folder panel when clicking links to notes
    in sub-folders was fixed (for #2128)

[close]

https://www.qownnotes.org/
Titel: Vim 8.2.2847
Beitrag von: SiLæncer am 11 Mai, 2021, 09:20
Changes:>>

Perl not tested sufficiently

https://www.vim.org/index.php
Titel: CudaText 1.133.0.5
Beitrag von: SiLæncer am 11 Mai, 2021, 11:00
(https://s26.postimg.cc/k6wu8qcrt/screenshot_901.png)
Create programming scripts with this powerful tool that supports more than 130 languages and allows users to work concurrently on as many as six groups of projects.

Freeware

Changelog

+ add: major change: parser is multi-threaded now. This allows app to react to typing commands faster, and allows to not blink with uncolored text, on big files. Total parsing speed is better too, on big files. Options "lexer_delayed_parsing_*" were removed.
+ add: option "unprinted_content" allows new sub-option to show pilcrow chars (thanks @OmlineEditor)
+ add: if file is deleted outside of CudaText, mark it as 'modified', like in Sublime (thanks @JairoMartinezA)
+ add: color theme "syn", which mimics SynWrite (from @JairoMartinezA)
+ add: lexer C++: show more items in code-tree (thanks @X547)
+ add: lexer PHP: support some features of PHP 8.1 (octal numbers, enums, 'noreturn')
+ add: lexer YAML: highlight %vars%, blocks in () brackets
* change: hotkey Ctrl+Right reassigned from command "go to word next" to "go to word end", to be like in other editors (thanks @Shovel)
- fix: plugin exceptions were not handled good, e.g. if exception occured on button-press in plugin dialog (thanks @Shovel, @pyscripter)
- fix: undo of "paste 50-lines block" action was giving the huge pause
- fix: "find current word, next" didn't scroll to found match in some cases (thanks @king.midas)

[close]

http://www.uvviewsoft.com/cudatext/
Titel: Atom 1.57.0
Beitrag von: SiLæncer am 11 Mai, 2021, 19:30
(https://s26.postimg.cc/fmfpqomgp/screenshot_915.png)
A powerful and flexible application that works as a text and source code editor with syntax highlight, or alternately as a file viewer.

MIT License

Changelog

Notable Changes

    https://github.com/atom/atom/pull/21847 - Improve detection of incompatible native modules.

Atom Core

v1.56.0...1.57.0

    atom/atom#22019 - Fixes failing Dependency Bump script
    atom/atom#21927 - fix: require .node files directly to detect incompatible native modules
    atom/atom#22046 - Fixes context menu not working
    atom/atom#22050 - Fix context menu right click not working ( alternative fix )
    atom/atom#22106 - Bump y18n from 3.2.1 to 3.2.2
    atom/atom#22061 - ⬆️ focus-trap@6.3.0
    atom/atom#22060 - ⬆️ chai@4.3.4
    atom/atom#22063 - ⬆️ git-utils@5.7.1
    atom/atom#22068 - ⬆️ normalize-package-data@3.0.2
    atom/atom#22152 - Bump settings-view@0.261.8
    atom/atom#22159 - ⬆️ Bump tree-view@0.228.3
    atom/atom#22080 - Fix tree-sitter-language-mode null highlight iterators

settings-view

v0.261.7...v0.261.8

    atom/settings-view#1176 - fix: update async dependency
    atom/settings-view#1182 - Catch README file not found error

tree-view

v0.228.2...v0.228.3

    atom/tree-view#1377 - Wrap fs.realpathSync in a try catch

[close]

https://atom.io/
Titel: Atom 1.58.0 Beta 0
Beitrag von: SiLæncer am 11 Mai, 2021, 22:00
Changelog

Notable Changes

    https://github.com/atom/find-and-replace/pull/938 Adds preserve case option for buffer replace
    https://github.com/atom/find-and-replace/pull/932 Adds open search result in new window or tab

Atom Core

v1.57.0...1.58.0-beta0

    atom/atom#22185 - Use n-api for native modules.
    atom/atom#21379 - Use the built-in Visual Studio instead of windows-build-tools v4
    atom/atom#22347 - ⬆️ Bump whitespace@0.37.8
    atom/atom#22353 - ⬆️ Bump find-and-replace@0.219.8
    atom/atom#22354 - Speed up blinking cursor

find-and-replace

v0.219.7...v0.219.8

    atom/find-and-replace#1050 - docs(CONTRIBUTING.md): add link to Running Specs
    atom/find-and-replace#938 - Add preserve case option for buffer replace. References #165.
    atom/find-and-replace#932 - Added "Open in New Tab" and "Open in New Window" right-click context menu options
    atom/find-and-replace#1152 - Add searchAllPanes option

whitespace

v0.37.7...v0.37.8

    atom/whitespace#181 - Add Probot no-response configuration
    atom/whitespace#182 - 🤖 Configure probot/no-response to allow 28 days when requesting more info on an issue
    atom/whitespace#196 - Migrate to Github Actions
    atom/whitespace#197 - Use active pane to save untitled file

[close]

https://atom.io/
Titel: EmEditor Free 20.7.0
Beitrag von: SiLæncer am 11 Mai, 2021, 23:50
(https://1z9j8fz5fww49iaje1itey71-wpengine.netdna-ssl.com/wp-content/uploads/2013/09/EmEditorFree_Window.png)
EmEditor is a lightning-fast, tabbed text editor with themes, syntax highlighting, stay-on-top, and customizable keyboard mapping. The program supports batch find-and-replace, regular expressions, and more.

The program beat a variety of other text editors in tests performed by TPFC user TP109. Additional features are available via a non-free version.

Free for personal use

Changelog

New General Features

    The new version allows the Combine Files Wizard to use existing files as the source without opening in the editor.
    Improved the Clipboard History feature. By selecting Up or Down in the menu displayed when right-clicking on the Clipboard History, you can reorder the history, or select multiple-items to paste multiple items combined.
    The new version uses a separate thread for running macros. This allows you to stop a macro while running it by selecting the new Stop Macro command, or by pressing ESC twice or CTRL+BREAK.
    Added a new way of pasting cells in the cell selection mode after selecting multiple cells as the target.
    Added $(Path), $(Dir), $(Filename), $(FilenameEx), and $(Ext) to the Replacement Expression Syntax.
    Updated the Onigmo regular expression engine to Version 6.2.0.
    Updated the Hunspell spelling engine to Version 1.7.0.

New Options

    The first page of the Combine Files Wizard was split to the Welcome to File Combiner page, which includes the Existing Files option, and the Destination file and options page.
    Added the Clipboard page to the Customize dialog box.
    Added 4 more bracket pairs (“/”, ‘/’, 《/》, and 〖/〗) to the Bracket Pairs list box in the Highlight (2) page of configuration properties.
    Added the Use editor font option to the menu displayed when you click on the > button or right-click in the text/list box in the Find, Replace, Find in Files, Replace in Files, Advanced Filter, and Clipboard History dialog boxes.

New Commands

    Customize Clipboard
    Stop Macro
    Hide Quotes Temporarily

Plug-in API New Features

    Added EI_GET_VIEW_FONT, EI_GET_HIDE_QUOTES, EI_SET_HIDE_QUOTES commands to the EE_INFO message.

Macro New Features

    Improved the SendKeys method so that the method could work against the EmEditor view.
    Added {CONVERT}, {NONCONVERT}, and {VKnnn} keys to the str parameter of the SendKeys method.
    Added the HideQuotes property to the Document object.

[close]

https://www.emeditor.com/text-editor-features/history/emeditor-free/
Titel: Hekapad 0.70
Beitrag von: SiLæncer am 12 Mai, 2021, 21:10
(https://i.postimg.cc/ZKwhWfKt/screenshot-3106.png)
Hekapad is very easy, lightweight and has many advanced features that make it the right choice to create, open or edit a text file. Beside the classic format TXT, Hekapad supports also other formats: NFO, LOG, INI, INF, and allows to save and open text files with other extensions.

Freeware

Changelog

    Add: 6 color schemes
    Add: “close current tab” to File menu
    Add: Tabs can be closed by pressyn CTRL + F4
    Add: Shortcut keys for all the text case changes
    Add: Double click on a tab to add a new one
    Changed: Moved to Framework 4.5 (Windows XP is not supported anymore)
    Changed: Zoom method from % to x (before was 100%, 200%, 300%, now is 1x, 2x, 3x)
    Changed: Rewritten Find and Replace
    Removed: Scintilla Core
    Removed: Code Syntax Highlight
    Removed: Line numbers
    Removed: File associations from Options
    Fixed: issue that doesn’t show some windows when Hekapad is set as always on top
    Fixed: Minor bugs

[close]

https://www.hekasoft.com/hekapad/
Titel: RJ TextEd 14.80.1
Beitrag von: SiLæncer am 12 Mai, 2021, 22:10
(https://s26.postimg.cc/775l9vjeh/screenshot_593.png)
RJ TextEd - A Unicode source and text editor. RJ TextEd is a full featured text and source editor with Unicode support, syntax highlighting and code folding. The functionality extends beyond text files and includes support for HTML editing with integrated preview, spell checking, auto completion, HTML validation, templates and more. The program also include support for Topstyle Lite CSS editor, has a dual pane file commander, as well as a FTP client to upload your files. The editor uses language files to display menus and dialogs in different languages. There are several included languages. New language files can easily be created in the editor. RJ TextEd is also a simple web development tool. The editor can use auto completion and hints to assist you in editing your source code. You can preview HTML/ASP/PHP... code using one of the preview tabs or open a document in a browser. The editor does not only handle source code. It also handles true ASCII files, binary files and of course plain text files.

License: Freeware

Changelog

Language server (LSP) support

It's now possible to use language servers with projects and sites.

The language server will scan your project files (or site) and provide completion, mouse hover information, parameter hints and diagnostics (errors, warnings, information, hints). And if the server supports it, find definition/type definition/declaration/implementation.

You need to install the language server yourself. And when done, you can add it to your project or site. The forum has a thread containing information on how to install different language servers and how to add them to your project or site.

You can add several language servers to each project or site.

The editor support stdio and tcp socket communication, so it should work with most language servers.

Misc

    Made some changes to the JScript (JavaScript/Typescript) syntax file.
    Made some minor changes in the C++ syntax file.
    Added some hover hints for script elements.

Fixed

    Navigation in explorer panel.
    Favorites click in explorer panel.
    Quick find icons.
    C++ fold issue.
    Several fold issues.
    Duplicate line undo issue.
    Find/Replace issue with line-feeds.
    Find issue in hex mode.
    Scrollbar issue when opening file in hex mode.
    Fixed several reported issues.

[close]

http://www.rj-texted.se/
Titel: Znote 0.6.5
Beitrag von: SiLæncer am 13 Mai, 2021, 10:20
(https://i.postimg.cc/qvfVnLWd/screenshot-2617.png)
Znote is a free, elegant program meant to help you write beautifully organized Markdown documents. You can organize your texts, notes, and files even better, using the simplistic left-side widget organizer for smoothly navigating different files.

Freeware

Changelog

    Improvements:

    The preview is now resizable
    Addition of a compact mode in the list of notes
    Improves typing feeling on long files when html preview is hidden makes it easier to use an external cloud provider (like Dropbox) by replaying the file and syncing the tags every time you open the note through the note list (add meta at the beginning of files)

[close]

https://znote.lagrede.fr/
Titel: TeXstudio 3.1.2
Beitrag von: SiLæncer am 13 Mai, 2021, 20:20
(https://i.postimg.cc/Fz8CktsG/screenshot-2846.png)
GPL-LaTeX-Editor, der das Erstellen von LaTex-Dokumenten in Unicode vereinfacht; unterstützt den Nutzer beim Schreiben mittels interaktiver Rechtschreibprüfung, Syntax-Highlighting, Code-Folding und automatischer Code-Vervollständigung.

Lizenz: Open Source

Changelog

    Completed global TOC (background color coded, can be adjusted in config)
    Fontawesome5 symbol pane
    Another dark theme style (Orion Dark)
    Slightly modernised windows installer
    Smaller windows binaries
    Fix menu changes by user
    Fix root document detection when symbolic links of symbolic links are involved (#1505)
    Fix disabled parentheses autocompletion after certain completer actions (#1347)
    Results from styleparser gets immediately updated

[close]

http://texstudio.sourceforge.net/
Titel: Zettlr 1.8.9
Beitrag von: SiLæncer am 13 Mai, 2021, 20:50
(https://s26.postimg.cc/vfll9p4mh/screenshot_956.png)
Write text and conveniently edit it using Markdown with the help of this user-friendly and well-thought-out, Electron based application.

MIT License

Changelog

This is a hotfix that fixes a potentially severe security-issue, reported to us by the Japanese cybersecurity organisation JPCERT. It was reported that due to insecure iFrame handling on our side, malicious actors could take over users' computers using specially crafted iFrame-embed codes or Markdown-documents containing such an iFrame.

This release closes this vulnerability. Specifically, the following precautions were taken:

    Now, whenever Zettlr renders an iFrame, it will omit all attributes except src -- in the security disclosure, the attribute srcdoc has been used to maliciously access the test system. While this means that certain features are not supported during preview (e.g., allowfullscreen), remember that the attributes will still be exported so that in HTML exports, they will work.
    We have added a global whitelist that by default only contains the hostnames of YouTube and Vimeo players so that those embeds work out of the box. For all other hostnames, rendering of iFrames will be blocked by default. Instead, you will be presented with a warning and be asked whether or not you want to render content from the given hostname. You can then choose to render it once, or permanently add the named hostname to the whitelist.

    Note that you can completely disable any iFrame pre-rendering in your display preferences.

[close]

Download: https://github.com/Zettlr/Zettlr/releases

https://www.zettlr.com/
Titel: Vim 8.2.2850
Beitrag von: SiLæncer am 14 Mai, 2021, 09:10
(https://s26.postimg.cc/xww5nc4zt/screenshot_1282.png)
A highly configurable text editor built to enable efficient text editing - an improved version of the vi editor distributed with most UNIX systems.

Freeware

Changes:>>

recalling commands from history is not tested

https://www.vim.org/index.php
Titel: OutWiker 3.0.0.888
Beitrag von: SiLæncer am 14 Mai, 2021, 18:20
(https://s26.postimg.cc/87bx6b16h/screenshot_33.png)
OutWiker is an open-source personal wiki and outliner. Notes are stored in a tree, and kept in the form of directories on the disk. This encourages changing the base by external sources and programs. Currently there are three types of pages supported: plain text, HTML, and wiki. External files (such as pictures) can be attached to pages, and pages can be linked to each other. Each tree branch can be opened as a separate wiki. Other features include tag support, global search (notes and tags), bookmarks, HTML syntax highlighting and icons for notes.

OutWiker can be downloaded with or without plugins, as well as for Linux systems.

License : GPL

Changelog

    Now you can use any symbols in the notes title.
    New toolbars.
    New design for popup window when clicking on the tag.
    New interface to select notes icons.
    New GUI displayed if the notes tree is not currently open.
    New GUI when selecting the root of the notes tree.
    New GUI to show a page with unknown type.
    Add the ability to select notes position in the notes list.
    Add watching for attached files for selected page.
    Improved overwrite attached files dialog.
    Other interface improvements.
    Add German localization.
    New commands for wiki pages to change text color and apply custom styles.
    Add comments to wiki notation.
    Added a new $title variable for the page style files .
    Add a new page style "rifle_green_and_red".
    Change the storage format for certain properties of the notes tree pages.
    Change the way of storing standard icons in notes.
    New application installer.
    Change plug-ins format.
    Migrate to Python 3.x and wxPython 4.1.

[close]

http://jenyay.net/Outwiker/English
Titel: LPub3D 2.4.3.0.2557
Beitrag von: SiLæncer am 14 Mai, 2021, 18:50
(https://i.postimg.cc/kMx9GxDB/screenshot_664.png)
LPub3D is an Open Source WYSIWYG editing application for creating LEGO style digital building instructions.

LPub3D uses the LDraw parts library, the most comprehensive library of digital Open Source LEGO bricks available and reads the LDraw LDR and MPD model file formats.

License: Open Source

Changelog

    Enhancement - Add archive parts on demand action #521
    Enhancement - Add part list to reset page image cache #522
    Enhancement - Add zoom extents flag to 3DViewer preference dialogue #524
    Enhancement - Auto update Open With Programs #420
    Enhancement - Download and install 3rd party renderers on demand #541
    Enhancement - Menu option to cycle each page when navigating by multiple pages or reloading #545
    Enhancement - Open LDraw search directories dialogue from tools menu enhancement #523
    Enhancement - Parametric and manually resizeable pointer tip #528
    Enhancement - Parse single step NOSTEP command #535
    Change - Enable instance count on manual override #298
    Change - Reset fade /highlight step and preferred renderer on file close #505
    Change - Rotate icon display pointer tip default restored to enabled #528
    Change - Using the redraw button iterates through every page #546
    Change - Viewport divider reset on page load #534
    Change - Visual editor not loading multi-step page last step or callout CSI #536
    How To - How to create a text URL with html using rich text edit and export to PDF #539
    Fix - 3D preview - submodel preview loading placholder part #411
    Fix - Abnormal end when deleting lines in the LDraw Editor #530
    Fix - Build Modification - increment page display on forward jump and redraw #520
    Fix - Build modification - insert build mod at countPage if not exist #520
    Fix - Build Modification - line number when step bottom is new submodel #520
    Fix - Build Modification - page count for multi-step page with submodel #520
    Fix - Build modification - parse build mods from countPage call #520
    Fix - Build modification - recursively get submodel indexes #520
    Fix - Build modification - remove forward build mods after jump ahead #520
    Fix - Build Modification - submodel preview display at first step-group step #520
    Fix - Build Modification - multi-step page with submodel invalid assembly #520
    Fix - Click and drag MULTI_STEP doesn't persist #544
    Fix - Crash on fade previous steps or highlight step preference accept #551
    Fix - Crash on add search directory #540
    Fix - Crash when adding pointers to callouts #550
    Fix - Disable automatic insertion of page/model #517
    Fix - Do not add PARSE_NOSTEP parts to PLI #535
    Fix - Edge case with PARSE_NOSTEP GLOBAL TRUE #548
    Fix - Erroneous fade/highlight step meta command ignored message #505
    Fix - Global callout pointer tip size settings don't have an effect #543
    Fix - Global setting for callout pointer generating line instead of border meta #510
    Fix - Image not updated on setting Stud Style from Global Setup #497
    Fix - Match XYZ axis, move and rotate overlay pointer colours #519
    Fix - Parsing instance count lines with meta pointer changes meta values #547
    Fix - POV-Ray render issue when directory name contains a space #525
    Fix - Rewrite submodel preview update for build modifications #512
    Fix - Treat (partially) selection error when marking a line in the command editor #515
    Fix - Selecting substitute part in PLI for a custom part causes LPub3D to crash #538
    Fix - Unable to generate ldraw color parts file #527
    Fix - Updating rotate icon in a callout adds the command to the parent #532
    Fix - Using 'Remove LPub formatting' causes a crash #526
    Fix - Wrong instance count in sub submodels #537

[close]

https://sourceforge.net/projects/lpub3d/?source=directory
Titel: EmEditor Free 20.7.1
Beitrag von: SiLæncer am 15 Mai, 2021, 11:20
(https://1z9j8fz5fww49iaje1itey71-wpengine.netdna-ssl.com/wp-content/uploads/2013/09/EmEditorFree_Window.png)
EmEditor is a lightning-fast, tabbed text editor with themes, syntax highlighting, stay-on-top, and customizable keyboard mapping. The program supports batch find-and-replace, regular expressions, and more.

The program beat a variety of other text editors in tests performed by TPFC user TP109. Additional features are available via a non-free version.

Free for personal use

Changelog

    Fixed a v20.6-20.7 bug where the Updater failed to install a newer version on Windows 7.
    Fixed a v20.7 bug where the Use editor font option in the Batch Find in Files dialog box did not work.
    Enabled the use of the DirectWrite mode in the Store App versions.
    Fixed an issue where the OK button became disabled if the Lines text box contained commas in the Numbering dialog box.
    Fixed a pre-v20.6 issue where the Number of Lines text box might contain commas by default.
    Fixed customer reported issues (1,2,3,4,5).

[close]

https://www.emeditor.com/text-editor-features/history/emeditor-free/
Titel: QOwnNotes 21.5.3
Beitrag von: SiLæncer am 15 Mai, 2021, 11:40
(https://s26.postimg.cc/hoi1ahlcp/screenshot_978.png)
QOwnNotes is a text editor / notepad replacement with markdown support and todo list manager. The program supports themes, keyboard shortcuts, syntax highlighting, and encryption. Includes available nested file list, tags, search, and more. Optionally works with the notes application ownCloud or Nextcloud.

Cross-platform with clients available for Mac and Linux.

License: GPL

Changelog

    there now is a new shortcut Ctrl + ⇧ + L that opens
    the link dialog on the tab to add a note link (for #2137)
        please visit QOwnNotes shortcuts
        for a list of all shortcuts
    version 0.1.10 of the QOwnNotes Web application app.qownnotes.org
    was released (for #2104)
        heic/heif images can now also be loaded by converting them to jpg images
        the form elements in the mobile layout were improved
        you can now set the maximum image height and width
        you can now set the output image format
        in case you don't see the version number in the headline of the app page
        you need to clear the browser cache for the app.qownnotes.org webpage
    added more Sinhala, Polish translation (thank you helabasa, rawfreeamy)

[close]

https://www.qownnotes.org/
Titel: ProgramEdit 5.0.3
Beitrag von: SiLæncer am 16 Mai, 2021, 09:00
(https://s26.postimg.cc/wcabyxqq1/screenshot_58.png)
ProgramEdit - a free Windows® software source-code editor. ProgramEdit includes language support for HTML, Ada, C/C++, C#, CSS, JAVA, JavaScript, Perl, PHP, Python, Ruby, VB, VBScript, Verilog, VHDL and Batch(.bat) files. Other features include tabbed file selection, text highlighting, find & replace, regular expressions, sesssions, bookmarks, multiple undo/redo and hyperlinks.

Freeware

Whats new:>>

    Add Tools/Spell Dictionary Installer
    Fix two minor bugs

http://simplesolverlogic.com/index.html
Titel: Vim 8.2.2856
Beitrag von: SiLæncer am 16 Mai, 2021, 09:50
(https://s26.postimg.cc/xww5nc4zt/screenshot_1282.png)
A highly configurable text editor built to enable efficient text editing - an improved version of the vi editor distributed with most UNIX systems.

Freeware

Changes:>>

Get readonly error for device that can't be written to.

http://www.vim.org/index.php
Titel: Trilium Notes 0.47.3
Beitrag von: SiLæncer am 16 Mai, 2021, 11:40
(https://i.postimg.cc/2yDgvbpj/screenshot-2595.png)
A hierarchical note-taking software application with focus on building large personal knowledge bases while also providing a flurry of options.

License: AGPL

https://github.com/zadam/trilium
Titel: Typora 0.10.10 Beta
Beitrag von: SiLæncer am 16 Mai, 2021, 18:20
(https://i.postimg.cc/25xV0Fq1/Virtual-DVD.png)
Swiftly write, edit, format and convert text to HTML with the help of this modern looking, streamlined and novice-accessible piece of software.

Freeware

Whats new:>>

    Fix issue about emoji autocomplete
    Fix rename issue on file sidebar
    Keep final newline if original file end with linebreak
    Fix the issue that may cause Typora window not showing up
    Other small fix

https://www.typora.io/
Titel: PSPad 5.0.7 Build 629 Dev
Beitrag von: SiLæncer am 16 Mai, 2021, 20:50
(http://images.six.betanews.com/screenshots/1076948037-1.png)
PSPad is a universal freeware editor. There is no complex install process; the program is ready to work immediately, without requiring customization. It supports many file types and languages, with syntax highlighting. There are macros, clip files and templates to automate repetitive activities. An integrated HEX Editor, Project support, FTP Client, Macro Recorder, File Search/Replace, Code Explorer, code page conversion, are just some of the many possibilities that PSPad can offer you.

Freeware

Changelog

    News:

    Code folding support for SQL (Oracle and MySql dialects, rest is supported partially)
    Automatic synchronization of File explorer after file save in case when Program settings / Files and dirs is set directory as Active file and File explorer is active.
    Search in files results were extended of char position. Click on results line send you to exact file position
    StatusBar - dark themes icons support
    PSPad informs, if file contains char #0

    Fixes:

    FTP - handled exception when can't write config file
    Macro save/load problem
    Word under cursor - case when word was the last on the line and cursor was behind the word
    Ctrl+Del doesn't delete spaces before start of next word
    Fixed load sections from "non standard" ini like TiDyCFG, Convertors, e.t.c.
    Find/Replace with new lines in replace expression
    OldSpecialChars in [Special settings] - Program settings / Direct edit
    TextDiff - last line was marked as missing
    Search/Replace - usage of empty pattern only like ^ or $
    Another fixes reported by users

[close]

http://www.pspad.com/
Titel: Vim 8.2.2860
Beitrag von: SiLæncer am 17 Mai, 2021, 09:10
Changes:>>

adding a text property causes the whole window to be redawn

http://www.vim.org/index.php
Titel: Alternate TextBrowser 3.980
Beitrag von: SiLæncer am 17 Mai, 2021, 09:50
(https://i.postimg.cc/TYy7wJVb/screenshot-1429.png)
This program makes it easy to browse through text- and html-files (also xml), syntax highlighting for serveral programming languages available (C++, Pascal, PHP, Perl, ASM, JScript etc.).

Freeware

Whats new:>>

- Greek translation updated

http://www.alternate-tools.com/pages/c_textbrowser.php?lang=ENG
Titel: PanWriter 0.8.0
Beitrag von: SiLæncer am 17 Mai, 2021, 10:40
(https://i.postimg.cc/fLjLfXy8/screenshot-2610.png)
A distraction-free markdown editor with tight integration with pandoc for import/export to/from plenty of file formats, as well as a preview pane that can show pages.

License: GPLv3

https://github.com/mb21/panwriter
Titel: KeenWrite 2.0.2
Beitrag von: SiLæncer am 17 Mai, 2021, 11:50
(https://i.postimg.cc/3w8rCcRs/screenshot-2904.png)
Java-based text editor that comes with numerous features, such as live preview, formulas, Markdown support and string interpolation.

BSD License

Changelog

    Combine multiple source files into a single PDF document (Ctrl+Shift+P)
    Add more logging when generating a PDF file encounters problems
    Auto-resize images when adjusting dividers or window size
    Preference to disable auto-resize images (to suppress making network requests for images and diagrams)
    Preference to set diagram server name (default is kroki.io)
    Rename view menu item from Issues to Log
    Add hot-key for monospace (CTRL+`)
    Use permissive certificates to work around manually installing zscaler certificates

[close]

https://github.com/DaveJarvis/keenwrite
Titel: CudaText 1.133.1
Beitrag von: SiLæncer am 17 Mai, 2021, 18:50
(https://s26.postimg.cc/k6wu8qcrt/screenshot_901.png)
Create programming scripts with this powerful tool that supports more than 130 languages and allows users to work concurrently on as many as six groups of projects.

Freeware

Changelog

+ add: floating bottom/side panels now have 'stay on top' style (thanks @Shovel)
+ add: lexer C++: better code-tree, support all kinds if C++11 strings
- fix: stability of multi-threaded parser

[close]

http://www.uvviewsoft.com/cudatext/
Titel: Vim 8.2.2863
Beitrag von: SiLæncer am 18 Mai, 2021, 08:40
Changes:>>

8.2.2863: removing a text property does not redraw optimally

http://www.vim.org/index.php
Titel: Vim 8.2.2871
Beitrag von: SiLæncer am 19 Mai, 2021, 08:10
(https://s26.postimg.cc/xww5nc4zt/screenshot_1282.png)
A highly configurable text editor built to enable efficient text editing - an improved version of the vi editor distributed with most UNIX systems.

Freeware

Changes:>>

Unnecessary VIM_ISDIGIT() calls, badly indented code

http://www.vim.org/index.php
Titel: Vim 8.2.2873
Beitrag von: SiLæncer am 20 Mai, 2021, 08:10
Changes:>>

8.2.2873: not enough tests for writing buffers

http://www.vim.org/index.php
Titel: EmEditor Free 20.7.2
Beitrag von: SiLæncer am 20 Mai, 2021, 19:30
(https://1z9j8fz5fww49iaje1itey71-wpengine.netdna-ssl.com/wp-content/uploads/2013/09/EmEditorFree_Window.png)
EmEditor is a lightning-fast, tabbed text editor with themes, syntax highlighting, stay-on-top, and customizable keyboard mapping. The program supports batch find-and-replace, regular expressions, and more.

The program beat a variety of other text editors in tests performed by TPFC user TP109. Additional features are available via a non-free version.

Free for personal use

Changelog

    Fixed a v20.6-20.7 bug where the Updater failed to install a newer version if the EmEditor install path includes a space (read the bold sentence below to overcome this issue).
    Fixed a v20.7 bug where repeating VBScript macros might crash EmEditor.
    Fixed a v20.7 bug where the TAB was invisible in TSV while the Cell selection mode is off (DirectWrite off).
    Fixed a v20.7 bug where the TAB was visible in TSV while the Cell selection mode is on (DirectWrite on).
    Fixed a pre-v20.7 bug where clicking the Replace button in the Replace dialog with a Number Range (Integers Only) might not have jumped to the next found position correctly after a replace.

[close]

https://www.emeditor.com/text-editor-features/history/emeditor-free/
Titel: SimpleHyp 2.5
Beitrag von: SiLæncer am 20 Mai, 2021, 21:15
(https://i.postimg.cc/nh8dnF5H/screenshot-2387.png)
Easy-to-use HTML editor with syntax highlighting support, predefined HTML tags, basic text conversion features, and design preview.

Freeware

Changelog

    Version 2.5 of SimpleHyp was produced primarily as a training exercise.

    It fixed a few minor bugs, and made some improvements:

    Improved error handling and reporting if preferred folder, or recent files, have been deleted since last use.
    Minor improvements to default html tag formatting.
    Updated all code libraries to latest versions.

[close]

http://www.gunamoi.com.au/soft/simplehyp/index.html
Titel: Vim 8.2.2875
Beitrag von: SiLæncer am 21 Mai, 2021, 09:10
Changes:>>

8.2.2875: cancelling inputlist() after a digit does not return zero

http://www.vim.org/index.php
Titel: NotepadX 1.7.43.0
Beitrag von: SiLæncer am 22 Mai, 2021, 18:00
(https://i.postimg.cc/DyPhZmp3/screenshot-2670.png)
Create, open and save text documents in an intuitive app for Windows 10 devices, which also supports source code files, autosave, spellchecker, and more.

Donationware

Changelog

    The search function has been updated to make it easier to use
    Update language: Uyghur language by user
    Fixed right to left flowdirection for ug-arab

[close]

https://www.microsoft.com/en-us/p/notepadx/9nblggh6jzx9?activetab=pivot:overviewtab
Titel: VNote 3.1.0
Beitrag von: SiLæncer am 22 Mai, 2021, 19:00
(https://s26.postimg.cc/871od8huh/screenshot_1147.png)
Peculiar yet interesting, open source piece of software that sports both Markdown editing capabilities and note management features.

MIT License

Changelog

    Support Japanese translation (Thanks @miurahr)
    MarkdownEditor: guess image suffix when fetching to local
    Refine read mode styles (Thanks @heartnn)
    Support recovering edit session on start
    Support recovering notebook explorer session on start
    Support Flash Page
    Support Quick Access
    Allow to keep docks (like Outline) when expanding content area

[close]

https://github.com/tamlok/vnote
Titel: BirdFont 4.17.1
Beitrag von: SiLæncer am 23 Mai, 2021, 09:45
(https://s26.postimg.cc/rd1s4grdl/screenshot_137.png)
BirdFont is a free font editor that lets you create vector graphics and export TTF, EOT & SVG fonts.

Donationware

Whats new:>>

    Better handling of positioning very small details.
    Apply grid in circle tool.
    Flip COLR paths.
    Better size and position buttons.
    Use the bottom of a path to position it with the "Y" button (instead of the top), zero means that the shape is on the baseline.

https://birdfont.org/
Titel: PSPad 5.0.7 Build 637 Dev
Beitrag von: SiLæncer am 23 Mai, 2021, 10:30
(http://images.six.betanews.com/screenshots/1076948037-1.png)
PSPad is a universal freeware editor. There is no complex install process; the program is ready to work immediately, without requiring customization. It supports many file types and languages, with syntax highlighting. There are macros, clip files and templates to automate repetitive activities. An integrated HEX Editor, Project support, FTP Client, Macro Recorder, File Search/Replace, Code Explorer, code page conversion, are just some of the many possibilities that PSPad can offer you.

Freeware

Changelog

    News:

    Code folding manipulation is under the View menu, in the editor context menu, under toolbar button
    Updated communication library Synapse
    Implemented new OpenSSL version for FTP connection. Now libcrypto-1_1.dll and libssl-1_1.dll libraries are used (or their 64b versions) instead of the old libeay.dll and ssleay.dll what can be deleted.

    Fixes:

    HexEdit - Search/Replace witout confirmation doesn't mark file as modified
    Split window, synchronize moving and unsplit window caused exception
    Activation of last selected window after close current one
    Ruby highlighter - embeded expression in string and other reported fixes
    Save function is available always, tool button icon depends of the modified state
    Another fixes reported by users

[close]

http://www.pspad.com/
Titel: Vim 8.2.2879
Beitrag von: SiLæncer am 24 Mai, 2021, 09:15
Changes:>>

8.2.2879: file extension .hsig not recognized

http://www.vim.org/index.php
Titel: PSPad 5.0.7 Build 638 Dev
Beitrag von: SiLæncer am 24 Mai, 2021, 10:40
Whats new:>>

Fix: Macrorecording in empty files

http://www.pspad.com/
Titel: QOwnNotes 21.5.4
Beitrag von: SiLæncer am 24 Mai, 2021, 11:50
(https://s26.postimg.cc/hoi1ahlcp/screenshot_978.png)
QOwnNotes is a text editor / notepad replacement with markdown support and todo list manager. The program supports themes, keyboard shortcuts, syntax highlighting, and encryption. Includes available nested file list, tags, search, and more. Optionally works with the notes application ownCloud or Nextcloud.

Cross-platform with clients available for Mac and Linux.

License: GPL

Changelog

    there now is a new cli parameter --action <name> that triggers a menu action after
    the application was started (for #2143)
        for example QOwnNotes --action actionShow_Todo_List will open the todo
        list dialog after startup
        this parameter also works with scripted custom actions
        for more information please take a look at
        Trigger menu actions after startup
    added more translation (thank you yanjun_sun, amirkbrpr, rawfreeamy, whenwesober,
    mguerra, rogepix, seanos, gbabin)

[close]

https://www.qownnotes.org/
Titel: RJ TextEd 14.81.1
Beitrag von: SiLæncer am 24 Mai, 2021, 19:30
(https://s26.postimg.cc/775l9vjeh/screenshot_593.png)
RJ TextEd - A Unicode source and text editor. RJ TextEd is a full featured text and source editor with Unicode support, syntax highlighting and code folding. The functionality extends beyond text files and includes support for HTML editing with integrated preview, spell checking, auto completion, HTML validation, templates and more. The program also include support for Topstyle Lite CSS editor, has a dual pane file commander, as well as a FTP client to upload your files. The editor uses language files to display menus and dialogs in different languages. There are several included languages. New language files can easily be created in the editor. RJ TextEd is also a simple web development tool. The editor can use auto completion and hints to assist you in editing your source code. You can preview HTML/ASP/PHP... code using one of the preview tabs or open a document in a browser. The editor does not only handle source code. It also handles true ASCII files, binary files and of course plain text files.

License: Freeware

Changelog

    CSS/LESS/SCSS:

    Made some changes to auto completion when selecting property.

    Project todo panel:

    Added a todo panel that list all project wide todos and notes found in your project files.
    The listview display todo/note string, filename, path and the line number.

    UI RTL support:

    Made some changes to better support Arabic and Urdu languages in menus and toolbar dropdown menus.

    Fixed:

    Some reported bugs.

[close]

http://www.rj-texted.se/
Titel: Vim 8.2.2885
Beitrag von: SiLæncer am 25 Mai, 2021, 09:10
Changes:>>

Searching for %'> does not match linewise end of line.

http://www.vim.org/index.php
Titel: BowPad 2.7.1
Beitrag von: SiLæncer am 25 Mai, 2021, 11:30
(https://s26.postimg.cc/h0ofzpokp/screenshot_1153.png)
BowPad is a small and fast text editor with a ribbon user interface and syntax highlighting.

Features:

syntax highlighting for over 100 file types and languages
handling of many different encodings, including UTF-8, UTF-16 and even UTF-32
easy ribbon user interface
navigation hints in the vertical scrollbar
coloring of open tabs according to their path
extendable with plugins written in jscript or vbscript

Freeware

Whats new:>>

issues solved in this release: https://github.com/stefankueng/BowPad/milestone/16?closed=1

http://stefanstools.sourceforge.net/BowPad.html
Titel: KeenWrite 2.1.0
Beitrag von: SiLæncer am 25 Mai, 2021, 20:40
(https://i.postimg.cc/3w8rCcRs/screenshot-2904.png)
Java-based text editor that comes with numerous features, such as live preview, formulas, Markdown support and string interpolation.

BSD License

Changelog

    Remove XML/XSLT functionality (no longer needed with ::: syntax)
    Fix image scaling bug (caused TeX expressions to become pixelated)
    Fix scrollbar repaint issue when resizing sliders (on Windows)
    Suppress known illegal access error upon startup
    Open all text files into the same tabbed panel

[close]

https://github.com/DaveJarvis/keenwrite
Titel: QOwnNotes 21.5.5
Beitrag von: SiLæncer am 25 Mai, 2021, 22:10
(https://s26.postimg.cc/hoi1ahlcp/screenshot_978.png)
QOwnNotes is a text editor / notepad replacement with markdown support and todo list manager. The program supports themes, keyboard shortcuts, syntax highlighting, and encryption. Includes available nested file list, tags, search, and more. Optionally works with the notes application ownCloud or Nextcloud.

Cross-platform with clients available for Mac and Linux.

License: GPL

Changelog

    the cli parameter --action <name> that triggers a menu action after the application
    was started now also works in single application mode when the application is
    started a second time (for #2143)
        additionally, desktop actions to create a new note and to open the todo list
        dialog were added to the desktop files for Linux (thank you @fabianski7)
    now the > character will also be checked at automatic bracket closing when
    it was already entered (for #2144)
    added more translation (thank you starship10, baptistou, rawfreeamy)

[close]

https://www.qownnotes.org/
Titel: Vim 8.2.2886
Beitrag von: SiLæncer am 26 Mai, 2021, 11:10
(https://s26.postimg.cc/xww5nc4zt/screenshot_1282.png)
A highly configurable text editor built to enable efficient text editing - an improved version of the vi editor distributed with most UNIX systems.

Freeware

Changes:>>

Various pieces of code not covered by tests.

http://www.vim.org/index.php
Titel: EditPad Lite 8.2.3
Beitrag von: SiLæncer am 26 Mai, 2021, 19:40
(http://www.editpadpro.com/screens/editpadlite.png)
EditPad Lite is a general-purpose text editor, designed to be small and compact, yet offer all the functionality you expect from a basic text editor.

Free for personal use

Changelog

Improvement:

    Search: Show an error message if a regular expression search failed due to a regex matching error such as infinite recursion, catastrophic backtracking, or an excessive number of group repetitions.

Bug fixes:

    File Types|Colors: The companion palette choices that you assigned to custom palettes reverted to (none) when restarting EditPad.
    Opening a set of files that includes a file and its working copy no longer opens the working copy twice.
    Preferences|Keyboard: Search commands that are not available in EditPad Lite can no longer be assigned keyboard shortcuts.
    Search: The replacement string tokens $_, $‘ and $’ that represent the subject string (the file being searched), the text before the match, and the text after the match, were not correctly substituted.
    Status bar: Negative line numbers that are shown when the cursor is on a line in the bottom part of the file before the file has been fully scanned for line breaks were off by one and did not immediately change to a positive number when line break scanning was completed.
    View|Dark Theme: When switching between themes switches the active file between companion palettes the Search and Replace boxes did not switch to the companion palette until you switched between files.
    Windows 7 and later: EditPad’s JumpList (right-click menu of the taskbar button) is now maintained by Windows as it was for EditPad 8.1.2 and all previous versions; EditPad’s own handling of the JumpList that was introduced with EditPad 8.2.0 caused too many issues for too little benefit.
    Word wrap now continues to leave a cursor’s width at the end of each line when you edit a line after switching between Insert and Overwrite mode switched between a cursor that goes between the characters and a cursor that goes on top of the characters to avoid text being wrapped differently in the two edit modes.

[close]

http://www.editpadlite.com/
Titel: Vim 8.2.2891
Beitrag von: SiLæncer am 28 Mai, 2021, 09:10
Changes:>>

8.2.2891: cannot build with Perl 5.34

http://www.vim.org/index.php
Titel: BaseX 9.5.2
Beitrag von: SiLæncer am 28 Mai, 2021, 09:40
(https://s26.postimg.cc/zexqg30d5/screenshot_63.png)
BaseX is a Java-based software application that integrates an XML database and XQuery text editor. It is wrapped in a user-friendly working environment and comes packed with several useful options and configuration parameters for experienced users.

BSD License

Whats new:>>

Performance tweaks, minor bug fixes.

http://basex.org/
Titel: CudaText 1.133.5.2
Beitrag von: SiLæncer am 28 Mai, 2021, 20:30
(https://s26.postimg.cc/k6wu8qcrt/screenshot_901.png)
Create programming scripts with this powerful tool that supports more than 130 languages and allows users to work concurrently on as many as six groups of projects.

Freeware

Changelog

* change: plugin "Options Editor" was replaced with "Options Editor Lite", written by @Shovel. You must reassign hotkey to the new plugin, if such a hotkey exists. New plugin is more lite and much easier to maintain.
+ add: floating bottom/side panels now have 'stay on top' style (thanks @Shovel)
+ add: lexer C++: better code-tree; support all kinds if C++11 strings
- fix: minor API issues (thanks @Shovel, @OlehL)
- fix: single-instance default was not changed to 'true' for Windows (thanks @JairoMartinezA)
- fix: unneeded scrolling with finder option "Hi" (thanks @xcme)
- fix: flickering in CudaExt commands with option "dim_unfocused" (thanks @kvichans)
- fix: auto-reloading of file when ui-tab is splitted (thanks @Shovel)
- fix: stability of multi-threaded parser

[close]

http://www.uvviewsoft.com/cudatext/
Titel: Vim 8.2.2897
Beitrag von: SiLæncer am 29 Mai, 2021, 18:10
Changes:>>

Vim9: can use reserved words at the script level
Spellfile functionality not fully tested
Vim9: random characters appear in some error messages
MS-Windows: using enc_locale() for strftime() might not work
Multi-byte text in popup title shows up wrong
Error message contains random characters

http://www.vim.org/index.php
Titel: PSPad 5.0.7 Build 643 Dev
Beitrag von: SiLæncer am 30 Mai, 2021, 09:30
(http://images.six.betanews.com/screenshots/1076948037-1.png)
PSPad is a universal freeware editor. There is no complex install process; the program is ready to work immediately, without requiring customization. It supports many file types and languages, with syntax highlighting. There are macros, clip files and templates to automate repetitive activities. An integrated HEX Editor, Project support, FTP Client, Macro Recorder, File Search/Replace, Code Explorer, code page conversion, are just some of the many possibilities that PSPad can offer you.

Freeware

Changelog

    News:

    PSPad is able to open file with broken UTF-8 encoding. After warning and confirmation.
    Code folding - settings is part of the Program settings under editor
    HEX edit - added history into Find/Replace
    Ruby user highlighter - improved strings highlighting
    Rewriten statusbar handling information, cleaned-up code from state, when statusbar was part of each window

    Fixes:

    PHP highlighter - highlight matching bracket in case of multiline string
    File plugin fix
    Another fixes reported by users

[close]

http://www.pspad.com/
Titel: Vim 8.2.2907
Beitrag von: SiLæncer am 30 Mai, 2021, 18:20
Changes:>>

8.2.2907: memory leak when running out of memory

http://www.vim.org/index.php
Titel: SPFLite 2.5.21149
Beitrag von: SiLæncer am 30 Mai, 2021, 22:00
(https://i.postimg.cc/wT5s6g7J/screenshot-2635.png)
Rename, clone, delete, edit, print, exclude, touch, add to favorites and view your files using this intuitive software application.

License: GPLv3

Changelog

    Major internal revision to the way Primary commands are parsed, and the various search/change criteria are managed. Previously, many of the Primary commands, which did not actually use the search / change criteria, would however still cause these criteria to be reset. This caused subsequent attempts to perform RFIND / RCHANGE commands to fail with "No previous Find / Change criteria". This should now work as expected
    Correct handling of the CUT NEW option to prevent false prompts when closing a CLIP session for a named clipboard
    Alter handling of the START FIRST/LAST option so that these will override the screen positioning done by normal STATE repositioning. If the STATE location is preferred then START PRIOR should be used
    Correct handling of the FM Find-in-Files search exemption list. If the entry was marked with the (W) option to indicate the file should be normally opened by the associated Windows application, the file exemption search would fail
    Correct handling of the UNDO checkpoint files. Certain commands (like CREATE or RENAME) can cause the active Profile to change. If there was a difference in the SETUNDO value between the old and new profiles, the UNDO file table could be corupted. These commands should heve performed re-allocation of the files, and weren't doing so. This has been corrected
    Correct handling of the page margin values in PRINT SETUP. They were not being saved and restored correctly and were always treated as 0 (zero)
    Revise HELP command processing to provide a more thorough and consistent search for Help Topics. HELP will now handle multiple search terms to assist in locating suitable topics
    Alter the File Manager status bar to display a message with the line count and position of the current display. Format is: Line x:y of z e.g. Line 4:28 of 64 Along with this, the LOCATE command will now accept a simle numeric operand as a request to position to that line
    Correct error in handling the Profile WORD setting. The edit of the line was not properly displaying the line's contents as it was typed
    Add a new KB primitive (Refresh) which may be used in File Manager to force a refresh of the display contents. This may be needed at times to pick up changes (deletes etc.) made by external means
    Correct error in the Edit line move command (M/MM). Any labels in the selected source line range were dropped instead of being moved along with the data
    Add a new option to the KEYMAP dialog. There is a new Button, which can be used to reset a specific Key (and modifiers) to the default value that SPFLite would have used on a new installation. Simply place the cursor in the text box for a specific key combination, and press the new button
    Correct messages issued following a FIND for a Delimited style literal. The message was displaying the raw FIND operand rather then the found string. Also correct the determination of when to display the found string in Hex (When it contains non-printable characters.)
    Correct support for Command Chaining. It has been 'broken' for a long time, but never reported

[close]

http://www.spflite.com/Home.html
Titel: Vim 8.2.2914
Beitrag von: SiLæncer am 31 Mai, 2021, 07:10
Changes:>>

8.2.2914: cannot paste a block without adding padding

http://www.vim.org/index.php
Titel: EditPad Lite 8.2.4
Beitrag von: SiLæncer am 31 Mai, 2021, 20:50
Whats new:>>

Search: Replace Current did not substitute backreferences (8.2.3 only).

http://www.editpadlite.com/
Titel: TeXmacs 1.99.21
Beitrag von: SiLæncer am 01 Juni, 2021, 10:10
(https://i.postimg.cc/Dfs43qvs/Daminion.png)
Text editors come in a wide variety of shapes and sizes, from simple note generators to advanced suites comprising complex formatting algorithms. In the latter category one can include TeXmacs, a unified and powerful editor for structured documents.

License: GPLv3

Changelog

    Various minor bug fixes
    Updated plug-in for Giac

[close]

http://www.texmacs.org/tmweb/home/welcome.en.html
Titel: Typora 0.10.11 Beta
Beitrag von: SiLæncer am 01 Juni, 2021, 18:50
(https://i.postimg.cc/25xV0Fq1/Virtual-DVD.png)
Swiftly write, edit, format and convert text to HTML with the help of this modern looking, streamlined and novice-accessible piece of software.

Freeware

Whats new:>>

Fix issue about save file dialog.

https://www.typora.io/
Titel: Scite 5.0.3
Beitrag von: SiLæncer am 02 Juni, 2021, 07:30
(https://s26.postimg.cc/fbkgceeux/screenshot_1241.png)
Editor mit Syntax-Highlighting, Auto-Completion, Folding und vielem mehr...

Open Source

Changelog

    A more type-safe binding of Scintilla's API that can be used from C++ is implemented in the ScintillaTypes.h, ScintillaMessages.h, and ScintillaStructures.h headers.
    Change the way that selections and carets are drawn to use the element APIs. The selection background colour may default to use platform APIs to discover global or user settings and may change in response to those settings changing. The SCI_SETSELECTIONLAYER method defines whether the selection background is drawn translucently over or under text or opaquely underneath other drawing.
    Change caret line drawing to use SC_ELEMENT_CARET_LINE_BACK element and SCI_SETCARETLINELAYER method. Older caret line APIs SCI_SETCARETLINEVISIBLE, SCI_SETCARETLINEBACK, SCI_SETCARETLINEBACKALPHA now discouraged.
    Add SCI_MARKERSETLAYER to define layer on which to draw content area markers. This replaces the use of SC_ALPHA_NOALPHA for markers.
    Add SCI_GETELEMENTBASECOLOUR to return the default values for element colours.
    Add SC_ELEMENT_WHITE_SPACE to set the colour of visible whitespace including translucency.
    Add elements for hot spots SC_ELEMENT_HOT_SPOT_ACTIVE and SC_ELEMENT_HOT_SPOT_ACTIVE_BACK.
    Make idle actions wrapping and background styling smoother by measuring per-byte instead of per-line and allowing just one line to be processed in a time slice. Very long lines will not distort estimation or block interaction as much. Feature #1373.
    On GTK 3 with Wayland, fix primary selection. Bug #2227.
    Update to Unicode 13. Feature #1379.
    Include modifiers in SCN_INDICATORRELEASE notification. Bug #2254.
    On Win32 enable hardware-enforced stack protection. Feature #1405.

[close]

http://www.scintilla.org/SciTE.html
Titel: Vim 8.2.2920
Beitrag von: SiLæncer am 02 Juni, 2021, 07:45
(https://s26.postimg.cc/xww5nc4zt/screenshot_1282.png)
A highly configurable text editor built to enable efficient text editing - an improved version of the vi editor distributed with most UNIX systems.

Freeware

Changes:>>

8.2.2920: still a way to shadow a builtin function

http://www.vim.org/index.php
Titel: Vim 8.2.2929
Beitrag von: SiLæncer am 03 Juni, 2021, 07:10
Changes:>>

Accidentally enable tcl by default.

http://www.vim.org/index.php
Titel: Trilium Notes 0.47.4
Beitrag von: SiLæncer am 03 Juni, 2021, 07:40
(https://i.postimg.cc/2yDgvbpj/screenshot-2595.png)
A hierarchical note-taking software application with focus on building large personal knowledge bases while also providing a flurry of options.

License: AGPL

Changelog

    Fix width in zen mode, closes #1965
    Don't error out when backend log does not exist yet, fixes #1977
    Imported internal links crash ckeditor, #1979
    Reorder database initialization so that all critical sections are in the same transaction, #1985
    Reimplementation of ZIP export using archiver.js library #1938
    Update KaTeX to v0.13.9 (#1925)
    Add support for mhchem markup in KaTeX (#1917)

[close]

https://github.com/zadam/trilium
Titel: QOwnNotes 21.6.0
Beitrag von: SiLæncer am 03 Juni, 2021, 13:20
(https://s26.postimg.cc/hoi1ahlcp/screenshot_978.png)
QOwnNotes is a text editor / notepad replacement with markdown support and todo list manager. The program supports themes, keyboard shortcuts, syntax highlighting, and encryption. Includes available nested file list, tags, search, and more. Optionally works with the notes application ownCloud or Nextcloud.

Cross-platform with clients available for Mac and Linux.

License: GPL

Changelog

    The Web Companion browser extension was updated to version 21.6.0 to fix a problem with cut-off security tokens when they start with a number (for #33)
    Fixed build process on Qt 5.3
    Added more Persian, Catalan translation (thank you amirkbrpr, mguerra)

[close]

https://www.qownnotes.org/
Titel: PilotEdit Lite 15.3.0
Beitrag von: SiLæncer am 03 Juni, 2021, 18:37
(http://www.pilotedit.com/images/OpenInQuickMode.PNG)
PilotEdit is a text, hex, XML, C/C++, HTML, PHP, Java, Javascript and Perl editor that can edit large files of 400GB (40 billion lines).

It offers customizable syntax and keyword highlighting, advanced search and replace operations, automatic text encoding, 256-bit AES encryption/decryption and a built-in FTP/SFTP client lets you open, edit, download and upload large files directly to/from a FTP/SFTP server.

In addition to standard text editing features, PilotEdit can compare and merge two large files of 100GB (10 billion lines). You can also sort, find/remove duplicate lines and extract strings over a large file of 1GB.

Freeware

Whats new:>>

Includes improvement over configurations.

http://www.pilotedit.com/
Titel: VNote 3.2.0
Beitrag von: SiLæncer am 05 Juni, 2021, 18:37
(https://s26.postimg.cc/871od8huh/screenshot_1147.png)
Peculiar yet interesting, open source piece of software that sports both Markdown editing capabilities and note management features.

MIT License

Changelog

    Support local PlantUml and Graphviz rendering
    Add shortcuts to tab navigation in ViewSplit
    Editor: support auto bracket and overridding font family

[close]

https://github.com/tamlok/vnote
Titel: Vim 8.2.2946
Beitrag von: SiLæncer am 06 Juni, 2021, 09:42
Changes:>>

Vim9: substitute expression cannot be a List

http://www.vim.org/index.php
Titel: PanWriter 0.8.1
Beitrag von: SiLæncer am 06 Juni, 2021, 09:58
(https://i.postimg.cc/fLjLfXy8/screenshot-2610.png)
A distraction-free markdown editor with tight integration with pandoc for import/export to/from plenty of file formats, as well as a preview pane that can show pages.

License: GPLv3

https://github.com/mb21/panwriter
Titel: Vim 8.2.2956
Beitrag von: SiLæncer am 07 Juni, 2021, 08:10
Changes:>>

8.2.2956: Vim9: need to plan for future additions

http://www.vim.org/index.php
Titel: Notepad++ 8.0
Beitrag von: SiLæncer am 07 Juni, 2021, 08:40
(https://i.postimg.cc/90QrsKpv/screenshot-818.png)
Notepad++ is a tabbed source code editor and Notepad replacement with a customizable interface. It is one of the few few source code editors that supports "folding," allowing users to quickly reduce and expand sections of code to see the overall document. In addition, it features multi-language syntax highlighting, auto-completion, regular expression search/replace, macro recording and playback, etc. The program can access a long list of plug-ins via an easy-to-access menu with even more features and functions.

License: GPL

Changelog

    Add Dark Mode. (Implement #9183 & #7692)
    ARM64 build is available. (Implement #5158)
    One button to build them all - build Notepad++ with Scintilla static lib and Boost RegExpr headers. (Implement #9594)
    Add new Fluent UI icons for toolbar. (Implement #9742)
    Add new feature “Distraction Free Mode” (Menu “View->Distraction Free Mode”).
    Add new API NPPM_ADDTOOLBARICON_FORDARKMODE for dark mode (Implement #9928).
    Add 1 click action (SHIFT-click) on close button to close all tabs in dockable panel (Implement #8922.
    Add ability of changing select text foreground color (optional). (Fix #3397 & #1314)
    Allow Replace to stop after replacement (optional). (Implement #4437)
    Fix append extension feature not working in save dialog. (Fix #9939)
    Add ability to reverse line order. (Implement #9837)
    Add ability to style only current instance of text. (Fix #9263)
    Fix duplicated entries in Auto-Completion pop-up window. (Fix #9711)
    Fix Python Function List not showing functions in some circumstance. (Fix #9844)
    Enhance Folder as Workspace performance while adding/removing files in bulk. (Fix #9203)
    Add Ada, Fortran, Fortran77 & Haskell in function lists. (Fix #9698)
    Improve performance of “Open all” command in Search results. (Fix #9819)
    Add “Copy Pathnames” command to Search results context menu. (Fix #9821)
    Catch regex search exceptions and show exception message. (Fix #9565)
    Add MarkAll Preference settings for case and word. (Fix #9751 & #5148)
    Fix regression: Handle “Default Directory” setting correctly in Open/Save File Dialog. (Fix #9767)
    Fix a special character in UTF16 file crash issue (regression). (Fix #9797)
    Add “Append extension” checkbox to Save As dialog. (Implement #9515)
    Fix Copy command in Search result is available as there’s no selection. (Fix #9757)
    Add padding ability in the edit zone. (Fix #2323)
    Make new tab name translatable. (Fix #2837)
    Improve character case handling in RegEx. (Fix #9636)
    Fix dragged out UDL file is not applied to UDL in the new instance. (Fix #3451)
    Add command line parameter for adding specified string to app title bar. (Implement #9539)
    Fix Auto-Completion ignoring case issue. (Fix #3997, #4833 & #4998)
    Fix “Match Whole Word” option being enabled in RegEx Search. (Fix #9766)
    Fix sort with column key selection that appears after tab characters. (Fix #9682)
    Fix “Reload Workspace” menu command not working issue. (Fix #9350)
    Fix view file in Edge browser failure issue if name contains spaces. (Fix #9313)
    Add ability to avoid accumulating multiple search results. (Fix #8777)
    Fix UTF-16 decoding/encoding for code points above U+FFFF. (Fix #9597, #3747 & #5754)
    Fix “Save As” command removing original path from recent files history issue. (Fix #9673)
    Fix function List button tool tips mixed up issue. (Fix #9804)
    Remove Microsoft Bing from Notepad++ for Search on Internet command, due to its poor reliability. (Ref)

[close]

Download: https://github.com/notepad-plus-plus/notepad-plus-plus

https://notepad-plus-plus.org/
Titel: Ron's Editor 2021.03.03.1329
Beitrag von: SiLæncer am 07 Juni, 2021, 18:50
(https://i.postimg.cc/htZhm2fQ/screenshot-2028.png)

Ron's Editor is the ultimate CSV editor, designed to be easy to use, but powerful enough to handle anything needed of it. Any tabular text format can be opened through confirurable seperators and full support for text encodings, and can then be exported to many formats including Excel. CSV files can be merged, or seperated, and the professional editing capabilites and power tools used for conversion and data cleaning.

Changelog

New features:

    'Remove Empty Columns' added.
    CSV 'Escape Character' support added.

[close]

http://www.ronsplace.eu/Products/RonsEditor
Titel: QOwnNotes 21.6.1
Beitrag von: SiLæncer am 07 Juni, 2021, 21:00
Changelog

    the code block syntax highlighting for python triple quotes was improved
    (for #2147, thank you @Waqar144)
    spell checking is now disabled in encrypted notes as long as the encrypted text
    is shown (for #2156)
    added more Persian translation (thank you amirkbrpr)

[close]

https://www.qownnotes.org/
Titel: PSPad 5.0.7 Build 649 Dev
Beitrag von: SiLæncer am 07 Juni, 2021, 22:40
(http://images.six.betanews.com/screenshots/1076948037-1.png)
PSPad is a universal freeware editor. There is no complex install process; the program is ready to work immediately, without requiring customization. It supports many file types and languages, with syntax highlighting. There are macros, clip files and templates to automate repetitive activities. An integrated HEX Editor, Project support, FTP Client, Macro Recorder, File Search/Replace, Code Explorer, code page conversion, are just some of the many possibilities that PSPad can offer you.

Freeware

Changelog

    News:

    Scripting - new functions mainWindowHandle(): HWND, editorWindowHandle(): HWND

    Fixes:

    Fixed UNDO with active autoindent on the last editor line with real tabs
    Fixed combination of Real tabs and smart tabs with Autoindent - unwanted spaces insertion
    Fix of potential configuration corruption
    Other fixes reported by users

    Known issues:

    UNDO with real tabs after autoindent

[close]

http://www.pspad.com/
Titel: Vim 8.2.2961
Beitrag von: SiLæncer am 08 Juni, 2021, 08:10
(https://s26.postimg.cc/xww5nc4zt/screenshot_1282.png)
A highly configurable text editor built to enable efficient text editing - an improved version of the vi editor distributed with most UNIX systems.

Freeware

Changes:>>

8.2.2961: keys typed during a :normal command are discarded

http://www.vim.org/index.php
Titel: MiKTeX 21.6
Beitrag von: SiLæncer am 08 Juni, 2021, 18:20
(https://i.postimg.cc/rpCxYpK5/MiKTeX.png)
Lightweight and simple-to-use application which enables you to write mathematical, technical or any other type of scientific material.

Freeware

https://miktex.org
Titel: Vim 8.2.2965
Beitrag von: SiLæncer am 09 Juni, 2021, 08:20
Changes:>>

Vim9: crash when calling function that failed to compile

http://www.vim.org/index.php
Titel: Vim 8.2.2968
Beitrag von: SiLæncer am 10 Juni, 2021, 08:10
Changes:>>

8.2.2968: Vim9: memory leak

http://www.vim.org/index.php
Titel: Vim 8.2.2973
Beitrag von: SiLæncer am 11 Juni, 2021, 08:10
Changes:>>

Fix for recovery and diff mode not tested

http://www.vim.org/index.php
Titel: Vim 8.2.2976
Beitrag von: SiLæncer am 12 Juni, 2021, 09:10
Changes:>>

Build failure without the +eval feature

http://www.vim.org/index.php
Titel: PSPad 5.0.7 Build 651 Dev
Beitrag von: SiLæncer am 12 Juni, 2021, 10:20
(http://images.six.betanews.com/screenshots/1076948037-1.png)
PSPad is a universal freeware editor. There is no complex install process; the program is ready to work immediately, without requiring customization. It supports many file types and languages, with syntax highlighting. There are macros, clip files and templates to automate repetitive activities. An integrated HEX Editor, Project support, FTP Client, Macro Recorder, File Search/Replace, Code Explorer, code page conversion, are just some of the many possibilities that PSPad can offer you.

Freeware

Changelog

    News:

    Code folding can't be used together with Wordwrap. Wordwrap activating will disable Code folding for current file. Wordwrap deactivating will enable Code folding back (if supported for this file)

    Fixes:

    Closing of nonactive window using mouse on FileTab - focus in editor
    If file is locked by another process, binnary file test raised exception
    TextDiff window artefacts after splitter move
    Search/Replace or Reload doesn't refresh symbol on the file tab
    Copy/Paste in text without highlighter
    Undo/Redo - assigning shortcut directly to editor command instead of application action when no Undo/Redo was available caused editor freeze
    Other fixes reported by users

    Known issues:

    UNDO with real tabs after autoindent

[close]

http://www.pspad.com/
Titel: RisohEditor 5.5.7
Beitrag von: SiLæncer am 12 Juni, 2021, 19:15
(https://i.postimg.cc/8P4z4Swt/screenshot-799.png)
"RisohEditor" is a free resource editor for Win32 development, created by Katayama Hirofumi MZ. RisohEditor realized the ideal of resource editor. "Risoh" means "ideal" in Japanese. RisohEditor can add, edit, extract, clone and remove the resource data in EXE/DLL files. You can edit Windows resources (Dialogs, Menus, Icons, Cursors, String Tables, Message Tables etc.) by using RisohEditor.

NOTICE: Please avoid installing in "C:\Program Files" or "C:\Program Files (x86)". Because the resource compiler (windres) doesn't accept space character in the file path.

Freeware

Changelog

Added line numbers.

[close]

https://katahiromz.web.fc2.com/re/en/index.html#intro
Titel: Vim 8.2.2984
Beitrag von: SiLæncer am 13 Juni, 2021, 09:10
Changes:>>

Vim9: test fails because of missing return statement

http://www.vim.org/index.php
Titel: CudaText 1.134.0.0
Beitrag von: SiLæncer am 13 Juni, 2021, 10:30
(https://s26.postimg.cc/k6wu8qcrt/screenshot_901.png)
Create programming scripts with this powerful tool that supports more than 130 languages and allows users to work concurrently on as many as six groups of projects.

Freeware

Changelog

    change: plugin "Options Editor" was replaced with "Options Editor Lite", written by @Shovel. You must reassign hotkey to the new plugin, if such a hotkey exists. New plugin is more lite and much easier to maintain.
    Add: incremental search in the Find dialog works more like in Sublime now (thanks @xcme, @tmsg)
    Add: handle file-save errors (resulting file is empty) on smb shares on Linux (thanks @mdsystems)
    Add: command "ui: toggle file-change notifications" (thanks @ertank)
    Add: Linux gtk2 version has improved IME support (patch by @rasberryrabbit)
    Add: floating bottom/side panels now have 'stay on top' style (thanks @Shovel)
    Add: lexer C++: better code-tree; support all kinds if C++11 strings
    Add: lexer YAML fixes
    Fix: without bookmarks, 'go to next bookmark' hangs (thanks @rayhester)
    Fix: regression: crash on pressing Tab in the Snippets' plugin dialog (thanks @sigzero)
    Fix: regression: Find dialog cannot scroll to the search result, in huge line in word-wrap mode
    Fix: single-instance default was not changed to 'true' for Windows (thanks @JairoMartinezA)
    Fix: flickering in CudaExt plugin commands with option "dim_unfocused" (thanks @kvichans)
    Fix: auto-reloading cannot reload paired file, when ui-tab is splitted (thanks @Shovel)
    Fix: minor API issues (thanks @Shovel, @OlehL)
    Fix: stability of multi-threaded parser

[close]

http://www.uvviewsoft.com/cudatext/
Titel: QOwnNotes 21.6.2
Beitrag von: SiLæncer am 13 Juni, 2021, 11:20
(https://s26.postimg.cc/hoi1ahlcp/screenshot_978.png)
QOwnNotes is a text editor / notepad replacement with markdown support and todo list manager. The program supports themes, keyboard shortcuts, syntax highlighting, and encryption. Includes available nested file list, tags, search, and more. Optionally works with the notes application ownCloud or Nextcloud.

Cross-platform with clients available for Mac and Linux.

License: GPL

Changelog

added more Hungarian, German, Dutch, Persian, Russian translation (thank you rawfreeamy, mariiaalt, amirkbrpr)

[close]

https://www.qownnotes.org/
Titel: Text Editor Pro 16.0.0
Beitrag von: SiLæncer am 13 Juni, 2021, 19:30
(https://s26.postimg.cc/hfdkhoj9l/screenshot_896.png)
Text Editor Pro (formerly EditBone) is a powerful text editing tool that comes with syntax highlighting support for over 50 languages and scripts, customizable with over 100 options, 29 ready made styles, a handy file comparison feature, unicode character map, numerical unit convert tool, SQL formatter, and support for multiple directories and search results.

Freeware

Changelog

- Added border width option for editor (default 1)
- Added highlighter for Red - https://www.red-lang.org/
- Added insert null character (Shift+Ctrl+N)
- Added keyword case option for completion proposal
- Added show non-breaking space as space option for editor (default false)
- Added show null characters option for editor (default true)
- Added snippets for editor completion proposal options
- Fixed and optimized text editor control
- Fixed color themes
- Fixed completion proposal
- Fixed delete line on last line (Ctrl+Y)
- Fixed file saving
- Fixed filter in open/save dialogs
- Fixed folding painting
- Fixed Free Pascal highlighter
- Fixed INI highlighter
- Fixed language files
- Fixed minimap painting
- Fixed Object-Pascal highlighter
- Fixed output on startup
- Fixed search
- Fixed shortcuts
- Fixed use latest common dialogs application option default value (default true)
- Shared TTextEditor control - https://github.com/TextEditorPro/TTextEditor
- Updated and fixed AlphaControls v16.11 - http://www.alphaskins.com/
- Updated and fixed VirtualTree - https://github.com/JAM-Software/Virtual-TreeView
- Updated FastMM5 memory manager - https://github.com/pleriche/FastMM5
- Updated TGPuttyLib - https://github.com/superflexible/TGPuttyLib

[close]

https://texteditor.pro/
Titel: RJ TextEd 14.90
Beitrag von: SiLæncer am 13 Juni, 2021, 20:00
(https://s26.postimg.cc/775l9vjeh/screenshot_593.png)
RJ TextEd - A Unicode source and text editor. RJ TextEd is a full featured text and source editor with Unicode support, syntax highlighting and code folding. The functionality extends beyond text files and includes support for HTML editing with integrated preview, spell checking, auto completion, HTML validation, templates and more. The program also include support for Topstyle Lite CSS editor, has a dual pane file commander, as well as a FTP client to upload your files. The editor uses language files to display menus and dialogs in different languages. There are several included languages. New language files can easily be created in the editor. RJ TextEd is also a simple web development tool. The editor can use auto completion and hints to assist you in editing your source code. You can preview HTML/ASP/PHP... code using one of the preview tabs or open a document in a browser. The editor does not only handle source code. It also handles true ASCII files, binary files and of course plain text files.

License: Freeware

Changelog

Find References (View-Panels-LSP Client)

This is a language server feature that will list all references to the item under the text cursor. It can be a variable, function, object ...

Menu item is found in the right click context menu (Find - Find References).

The references tree lists file and references found in that file. Double click on an item to select it in the document.
Document Symbols (View-Panels-LSP Client)

This is a language server feature. You can use the panel to display a hierarchical tree view of all classes, methods, properties etc. in a file or open document.

Symbol Search

Another language server feature.

The search box is located in the document symbols panel. The search is project wide and will list items found in both your project files and in library files.

Some useful keys:

    DOWN Move down to the tree view below.
    ESC Clear search and change focus to the editor.
    SPACE Select focused item in the tree view, but keep focus on the tree view.
    ENTER Select focused item in the tree view and change focus to the editor.

Diagnostics (View-Panels-LSP Client)

Another language server feature.

The tree view will display diagnostic errors, warnings, hint and information found in any of the open documents.

Diagnostics are also displayed in the code explorer, but only for the currently active document. The diagnostics panel display information from all open documents.

Rename symbol

This is another language server feature.

The menu item can be found in the right click context menu. Use it to rename a class, object, method, field variable or any other symbol under the cursor. The renaming is project wide, so all instances of the symbol will be renamed (even if the file isn't open).

Format document

Another language server feature to format a selection, or the whole current document. The menu item is available in the right click context menu. A prompt asking for options is displayed when selecting the menu item.

Preview Commands

Available in the HTML menu. Allows you to assign a file extension to a command used when previewing a file. The command can e.g. convert the current document to a HTML file and allow you to preview the converted file.

Ex.
    Command:  showdown     
    Argument: makehtml -i "%s" -o "%d"
   
    "%s" = current document
    "%d" = converted HTML file used for preview

This is used in all previews, e.g. live preview, internal browsers, browser tabs...

Fixed

    Open local help file.
    Temp files should be deleted and not moved to the recycle bin.
    A few reported issues.

[close]

http://www.rj-texted.se/
Titel: Jovial Notepad 2.3
Beitrag von: SiLæncer am 14 Juni, 2021, 21:50
(https://i.postimg.cc/63DQRgQ6/screenshot-2555.png)
A lightweight and straightforward text editor with syntax highlight capabilities and also securing your work with an implemented encryption option.

Freeware

Changelog

    New Feature:

    This version adds a new "Theme" function that includes a new "Themes" menu. It is changing the color, font and font size for the menu, context menu and status bar.

    Enhancements:

    A "pen" icon appears on the top title bar when a content is modified.
    The "SettingsBackup File" setting is now set to false by default.

    Bug Fixes:

    Removed "BOM" encoding from UTF8 when writing to file so that it's compatible with DOS command.
    Fixed the opening a recently-opened file that replaced an unsaved content in the Richtextbox.
    Fixed the wrong date/time format inserted when no format is selected.
    Fixed the lack of prompting to save content for the entered text in a not-yet-saved New document

[close]

https://sourceforge.net/projects/jovialnotepad/
Titel: Vim 8.2.2999
Beitrag von: SiLæncer am 15 Juni, 2021, 09:10
Changes:>>

8.2.2999: balloon sometimes does not hide with GTK 3

http://www.vim.org/index.php
Titel: RisohEditor 5.5.8
Beitrag von: SiLæncer am 15 Juni, 2021, 19:20
Changelog

    Marks line upon happening error.
    Fixed Ctrl+A.
    Updated mcpp.exe and dfmsc.exe.

[close]

https://katahiromz.web.fc2.com/re/en/index.html#intro
Titel: HelpNDoc 7.4.0 Build 390
Beitrag von: SiLæncer am 15 Juni, 2021, 19:40
(https://s26.postimg.cc/n8qdqw1ix/screenshot_994.png)
HelpNDoc provides all the tools necessary to write complete help files, manuals and documentations in a user friendly and very easy to use environment. HelpNDoc can generate standard Windows CHM help files, WEB based documentation, iPhone specific websites as well as printable PDF and Word documents.

HelpNDoc is completely free for personal use and evaluation purposes.

Changelog

    Optional "In this article" inline table of contents in the default HTML template
    New kind of hyperlink "counters": it is now possible to create a link to a specific counter's instance using its ID
    Ability to force image size generation for HTML based format to avoid content shifting and enhance Core Web Vitals
    Added the ability to specify a default font name and size for the syntax highlighter
    It is now also possible to define custom CSS style from HelpNDoc's user interface for the ePub, Kindle and Qt help file formats
    The SHIFT+TAB keyboard shortcut can now be used to decrease bullets indentation level
    Snippet editor and template cover editor windows can now be maximized to occupy the full screen
    Clicking a link to another topic in the default HTML template will scroll to that topic in the table of contents of the default HTML template
    Navigating through the web-browser's history will scroll to the proper topic in the table of contents of the default HTML template
    Default HTML template will now correctly hide the left panel if all tabs are hidden
    Default HTML template was shown when its width was set to 0 pixels
    Some panels could be randomly very large at application start, hiding any content in the main window
    Exception could be raised at startup if some settings were incorrect
    Improved syntax highlighter: faster highlighting, ability to undo the conversion of paragraphs to line breaks, do not convert tab to spaces anymore
    When "Show non printing characters" was enabled, some library items could display gibberish text in the topic editor
    Warn users that the Microsoft Word DocX format doesn't support distinct first page headers/footers and distinct even pages headers/footers to avoid confusion

[close]

http://www.helpndoc.com/
Titel: Black NotePad 2.1.2.15
Beitrag von: SiLæncer am 16 Juni, 2021, 09:20
(https://s26.postimg.cc/lj0xxiynt/screenshot_1281.png)
Black NotePad was created as an alternative to the Notepad program of Windows operating systems. While retaining the original functions, Black NotePad improves manageability, contains important new functions, and greatly enhances program compatibility in terms of the edited text.

Freeware

Changelog

    Update: Polish language
    Update: Italian language

[close]

https://www.wintools.info/index.php/black-notepad
Titel: RisohEditor 5.5.9
Beitrag von: SiLæncer am 16 Juni, 2021, 18:50
(https://i.postimg.cc/8P4z4Swt/screenshot-799.png)
"RisohEditor" is a free resource editor for Win32 development, created by Katayama Hirofumi MZ. RisohEditor realized the ideal of resource editor. "Risoh" means "ideal" in Japanese. RisohEditor can add, edit, extract, clone and remove the resource data in EXE/DLL files. You can edit Windows resources (Dialogs, Menus, Icons, Cursors, String Tables, Message Tables etc.) by using RisohEditor.

NOTICE: Please avoid installing in "C:\Program Files" or "C:\Program Files (x86)". Because the resource compiler (windres) doesn't accept space character in the file path.

Freeware

Changelog

Fixed loading resource.h macros.

[close]

https://katahiromz.web.fc2.com/re/en/index.html#intro
Titel: QOwnNotes 21.6.3
Beitrag von: SiLæncer am 16 Juni, 2021, 23:00
(https://s26.postimg.cc/hoi1ahlcp/screenshot_978.png)
QOwnNotes is a text editor / notepad replacement with markdown support and todo list manager. The program supports themes, keyboard shortcuts, syntax highlighting, and encryption. Includes available nested file list, tags, search, and more. Optionally works with the notes application ownCloud or Nextcloud.

Cross-platform with clients available for Mac and Linux.

License: GPL

Changelog

    updated the link of the IRC chat menu entry to Libera.Chat because the Freenode IRC channel had a "hostile takeover"
    added more Italian translation (thank you marcoxbresciani)

[close]

https://www.qownnotes.org/
Titel: Notepad++ 8.1
Beitrag von: SiLæncer am 17 Juni, 2021, 09:00
(https://i.postimg.cc/90QrsKpv/screenshot-818.png)
Notepad++ is a tabbed source code editor and Notepad replacement with a customizable interface. It is one of the few few source code editors that supports "folding," allowing users to quickly reduce and expand sections of code to see the overall document. In addition, it features multi-language syntax highlighting, auto-completion, regular expression search/replace, macro recording and playback, etc. The program can access a long list of plug-ins via an easy-to-access menu with even more features and functions.

License: GPL

Changelog

    Fix regression of auto-completion performance issue (Fix #9975)
    Fix Open dialog with “Save” label for “Open” button (Fix #9966)
    Fix Notepad++ crash on dark mode while starting up (Fix #9961)
    Improve look & feel in dark mode (Fix #9982)
    Adapt Tooltips in dark mode (Fix #9962)
    Remove white line under menubar in dark mode (Fix #9984)
    Make multiline and vertical tabs work in dark mode (Implement #10017)

[close]

Download: https://github.com/notepad-plus-plus/notepad-plus-plus

https://notepad-plus-plus.org/
Titel: Vim 8.2.3013
Beitrag von: SiLæncer am 17 Juni, 2021, 09:10
(https://s26.postimg.cc/xww5nc4zt/screenshot_1282.png)
A highly configurable text editor built to enable efficient text editing - an improved version of the vi editor distributed with most UNIX systems.

Freeware

Changes:>>

Vim: when debugging only first line of command is displayed

http://www.vim.org/index.php
Titel: ProgramEdit 5.0.4
Beitrag von: SiLæncer am 17 Juni, 2021, 10:30
(https://s26.postimg.cc/wcabyxqq1/screenshot_58.png)
ProgramEdit - a free Windows® software source-code editor. ProgramEdit includes language support for HTML, Ada, C/C++, C#, CSS, JAVA, JavaScript, Perl, PHP, Python, Ruby, VB, VBScript, Verilog, VHDL and Batch(.bat) files. Other features include tabbed file selection, text highlighting, find & replace, regular expressions, sesssions, bookmarks, multiple undo/redo and hyperlinks.

Freeware

Whats new:>>

    Fix NetSpell Spell Check Line-Change-indicator bug
    Fix several minor bugs

http://simplesolverlogic.com/index.html
Titel: Vim 8.2.3017
Beitrag von: SiLæncer am 18 Juni, 2021, 08:10
Changes:>>

Vim9: debugger shows too many lines

http://www.vim.org/index.php
Titel: PSPad 5.0.7 Build 655 Dev
Beitrag von: SiLæncer am 18 Juni, 2021, 19:40
(http://images.six.betanews.com/screenshots/1076948037-1.png)
PSPad is a universal freeware editor. There is no complex install process; the program is ready to work immediately, without requiring customization. It supports many file types and languages, with syntax highlighting. There are macros, clip files and templates to automate repetitive activities. An integrated HEX Editor, Project support, FTP Client, Macro Recorder, File Search/Replace, Code Explorer, code page conversion, are just some of the many possibilities that PSPad can offer you.

Freeware

Changelog

    News:

    Reverse apostrophe in user highlighter isn't autocompleted if isn't set is as string delimiter
    JavaScript - added missing keywords
    Split same window horizontally/vertically set second window into same position as the first one

    Fixes:

    Coment/Uncomment block (Shift+Ctrl+A) doesn't include last selected line in case the line contains 1 char only
    Autocorrect doesn't work for files open with PSpad start
    Other fixes reported by users

[close]

http://www.pspad.com/
Titel: RisohEditor 5.6.0
Beitrag von: SiLæncer am 19 Juni, 2021, 08:50
Whats new:>>

    Don't compress dfmsc.exe (for security).
    Supported command line.
    Added RES_load and RES_save functions to EGA language.

https://katahiromz.web.fc2.com/re/en/index.html#intro
Titel: EmEditor Free v20.9
Beitrag von: SiLæncer am 19 Juni, 2021, 20:20
(https://1z9j8fz5fww49iaje1itey71-wpengine.netdna-ssl.com/wp-content/uploads/2013/09/EmEditorFree_Window.png)
EmEditor is a lightning-fast, tabbed text editor with themes, syntax highlighting, stay-on-top, and customizable keyboard mapping. The program supports batch find-and-replace, regular expressions, and more.

The program beat a variety of other text editors in tests performed by TPFC user TP109. Additional features are available via a non-free version.

Free for personal use

Changelog

New General Features

    Added $(Lines) and $(CsvColumns) to the Replacement Expression Syntax.
    Changed the behaviors of the Delete Word (Ctrl+Shift+Delete), Delete Left Word (Ctrl+Backspace), and Delete Right Word (Ctrl+Delete) commands when spaces exist next to the current word.
    The new version allows you to paste the file path and name by dropping a file from Explorer to many text boxes including Find/Replace dialog boxes, Find/Filter toolbar, Split/Combine Files wizard.

New Options

    Added the Include supported plug-ins check box to the Sync page of the Customize dialog box.
    Redesigned the Toolbars dialog box. Added a checkbox to each item in the Basic Toolbar list box, and the new version allows you to hide each basic toolbar without deleting it.

New Commands

    Toggles Toolbar

Plug-in API New Features

    Added the EP_SYNC_NOW message to the Messages to plug-ins.
    Added the EI_GET_SYNC command to the EE_INFO message.

Plug-in New Features

    Added the Remove Hyperlinks button to the HTMLBar plug-in.

Macro New Features

    Added the MsgBox method to the PopupMenu object.

[close]

https://www.emeditor.com/text-editor-features/history/emeditor-free/
Titel: VNote 3.3.0
Beitrag von: SiLæncer am 19 Juni, 2021, 22:00
(https://s26.postimg.cc/871od8huh/screenshot_1147.png)
Peculiar yet interesting, open source piece of software that sports both Markdown editing capabilities and note management features.

MIT License

Changelog

    Editor: support auto indent, auto list
    Support opening notes with external programs
    Add a delay after code/math blocks update before preview

[close]

https://github.com/tamlok/vnote
Titel: Text Editor Pro 16.1.0
Beitrag von: SiLæncer am 19 Juni, 2021, 22:15
(https://s26.postimg.cc/hfdkhoj9l/screenshot_896.png)
Text Editor Pro (formerly EditBone) is a powerful text editing tool that comes with syntax highlighting support for over 50 languages and scripts, customizable with over 100 options, 29 ready made styles, a handy file comparison feature, unicode character map, numerical unit convert tool, SQL formatter, and support for multiple directories and search results.

Freeware

Changelog

- Added active line number color for color theme
- Added GitHub Dark color theme
- Added options for XML tree
- Fixed exe installers
- Fixed highlight similar terms option
- Fixed language files
- Fixed ruler painting
- Updated and fixed Virtual-TreeView Control v.7.6 - https://github.com/JAM-Software/Virtual-TreeView
- Updated Inno Setup 6.2.0 - https://jrsoftware.org/

[close]

https://texteditor.pro/
Titel: Vim 8.2.3020
Beitrag von: SiLæncer am 20 Juni, 2021, 09:40
(https://s26.postimg.cc/xww5nc4zt/screenshot_1282.png)
A highly configurable text editor built to enable efficient text editing - an improved version of the vi editor distributed with most UNIX systems.

Freeware

Changes:>>

unreachable code

http://www.vim.org/index.php
Titel: QOwnNotes 21.6.4
Beitrag von: SiLæncer am 20 Juni, 2021, 12:00
(https://s26.postimg.cc/hoi1ahlcp/screenshot_978.png)
QOwnNotes is a text editor / notepad replacement with markdown support and todo list manager. The program supports themes, keyboard shortcuts, syntax highlighting, and encryption. Includes available nested file list, tags, search, and more. Optionally works with the notes application ownCloud or Nextcloud.

Cross-platform with clients available for Mac and Linux.

License: GPL

Whats new:>>

    fixed a problem when turning on the sub-folders panel after it was turned off
    for note folders with sub-folders (for #2162)
    the note preview can now also highlight code blocks with uppercase identifiers
    (for #2161)
    now the shorter https://web.libera.chat/#qownnotes link is used for the
    IRC channel in the chat menu

https://www.qownnotes.org/
Titel: Vim 8.2.3027
Beitrag von: SiLæncer am 21 Juni, 2021, 08:20
(https://s26.postimg.cc/xww5nc4zt/screenshot_1282.png)
A highly configurable text editor built to enable efficient text editing - an improved version of the vi editor distributed with most UNIX systems.

Freeware

Changes:>>

Vim9: breakpoint in compiled function not always checked

http://www.vim.org/index.php
Titel: QOwnNotes 21.6.5
Beitrag von: SiLæncer am 21 Juni, 2021, 20:30
(https://s26.postimg.cc/hoi1ahlcp/screenshot_978.png)
QOwnNotes is a text editor / notepad replacement with markdown support and todo list manager. The program supports themes, keyboard shortcuts, syntax highlighting, and encryption. Includes available nested file list, tags, search, and more. Optionally works with the notes application ownCloud or Nextcloud.

Cross-platform with clients available for Mac and Linux.

License: GPL

Whats new:>>

    when you are changing the editor font in the settings you will get now a dialog box that
    you might need to restart the application (for #2163)
    an attempt was made to improve the editor margin calculation by searching
    for the word mono in the font family and handling those potentially monospaced
    fonts differently (for #2163)

https://www.qownnotes.org/
Titel: Vim 8.2.3033
Beitrag von: SiLæncer am 22 Juni, 2021, 08:10
Changes:>>

8.2.3033: no error when using alpha delimiter with :global

http://www.vim.org/index.php
Titel: CudaText 1.134.4.1
Beitrag von: SiLæncer am 22 Juni, 2021, 08:50
(https://s26.postimg.cc/k6wu8qcrt/screenshot_901.png)
Create programming scripts with this powerful tool that supports more than 130 languages and allows users to work concurrently on as many as six groups of projects.

Freeware

Changelog

    Add: Linux: when saving file to a system folder, program runs helper tool 'pkexec' as 'root', to do it (thanks @Shovel)
    Add: command "open folder containing the current file" (thanks @ertank)
    Add: command "open file in default application"
    Add: option "minimap_drag_immediately", to mimic ST2 minimap behaviour (thanks @Katarn)
    Add: Wiki topic: https://wiki.freepascal.org/CudaText_plugins#Complete_From_Text
    Fix: for huge lines >40M chars, rendering at line end was broken
    Fix: for long lines >1024 chars, clicking after 1024'th char gave bad caret placement
    Fix: for huge files >25M, CudaFormatter was breaking file encoding (thanks @ertank)
    Fix: dialog Go To didn't work for single-line documents (e.g. go to "1:100")
    Fix: disabled the buttons hover highlight at all, because it's buggy on Windows (thanks @xcme)
    Fix: Windows: unusual flickering on window minimize/restore (thanks @xcme)
    Fix: issue with multi-carets, when selections are adjastent/touched (thanks @xcme)
    Fix: multi-carets made by Shift+Alt+Down gave skipping of the first BkSp/Del command

[close]

http://www.uvviewsoft.com/cudatext/
Titel: QOwnNotes 21.6.6
Beitrag von: SiLæncer am 22 Juni, 2021, 22:00
Whats new:>>

the monospaced font detection was improved by comparing the width of iiiii to WWWWW (for #2163
(opens new window))
added more Italian, Catalan translation (thank you marcoxbresciani, mguerra)

https://www.qownnotes.org/
Titel: Vim 8.2.3036
Beitrag von: SiLæncer am 23 Juni, 2021, 08:10
Changes:>>

8.2.3036: Vim9: builtin function arguments not checked at compile time

http://www.vim.org/index.php
Titel: TeXmacs 2.1
Beitrag von: SiLæncer am 23 Juni, 2021, 08:40
(https://i.postimg.cc/Dfs43qvs/Daminion.png)
Text editors come in a wide variety of shapes and sizes, from simple note generators to advanced suites comprising complex formatting algorithms. In the latter category one can include TeXmacs, a unified and powerful editor for structured documents.

License: GPLv3

Whats new:>>

Minor bug fixes

http://www.texmacs.org/tmweb/home/welcome.en.html
Titel: Text Editor Pro 16.2.0
Beitrag von: SiLæncer am 23 Juni, 2021, 09:30
(https://s26.postimg.cc/hfdkhoj9l/screenshot_896.png)
Text Editor Pro (formerly EditBone) is a powerful text editing tool that comes with syntax highlighting support for over 50 languages and scripts, customizable with over 100 options, 29 ready made styles, a handy file comparison feature, unicode character map, numerical unit convert tool, SQL formatter, and support for multiple directories and search results.

Freeware

Changelog

    Added highlighter for Git Ignore
    Added highlighter for VRCalc++
    Fixed -noskin painting
    Fixed language files
    Fixed options
    Fixed ruler toggle with a new file
    Fixed snippets
    Fixed text editor control

[close]

https://texteditor.pro/
Titel: CudaText 1.135.0.0
Beitrag von: SiLæncer am 23 Juni, 2021, 17:20
Whats new:>>

Add: option "max_line_len_parsed" is now also used as limit for pair-bracket finder; it gives smoother work with huge lines >1M chars

http://www.uvviewsoft.com/cudatext/
Titel: YaraEditor 4.0.0.0
Beitrag von: SiLæncer am 23 Juni, 2021, 22:10
(https://i.postimg.cc/rpGYFbgY/screenshot-2116.png)
Write, compile and test signatures for the Yara tool and determine whether they are compiled correctly to identify malware using this straightforward app.

Freeware

Changelog

    Updated to core 6.0.5
    Fixed potential crash getting username from session ID
    Fixed crash issue when old config is present (Config migration)
    Fixed an issue where dates are not saved properly in config file
    Fixed potential crash in getting computer name
    Refactored using safer memory management (smart pointers)
    Refactored with asynchronous initialization (faster to start)
    Fixed possible hang on Zip
    Fixed bad licensing error message in some cases
    Fix for XP compat (CancelSynchronousIo)
    Fix for disk enumeration hang
    Fix for network file resolution hang
    Fixed licensing issue with XP
    Fixed issue in VTScanner on exit (submit on exit)
    Fixed possible memory leak in scan items
    Fixed possible memory leak in zlib module
    Fixed possible memory leak in zip module
    Fixed possible memory leak in COM module
    Fixed possible memory leak in Event module
    Fixed possible memory leak in SigCheck module
    Fixed possible stack overflox in Time module
    Fixed possible hang in Drives enumeration (async file opening)
    Fixed possible issue (small buffer) in filter com
    Fixed VTScanner cache, not working in some conditions
    Fixed FileMemoryScanner, archive not scanning in some conditions
    Fixed DigisigScanner, suspicious CAs
    Fixed multiple crashes in PE module
    Fixed possible crashes (SO) in registry, path modules
    Fixed possible crashes (except) in string, buffer, curl modules
    Fixed potential issue with broken Shell extension (explorer context menu)
    Updater 4.0
    RK DLL 4.0
    Minor fixes
    Fixed an issue where some settings in combobox where changing on page scroll (lang, theme)
    Minor UI fixes

[close]

https://www.adlice.com/download/yaraeditor/
Titel: Vim 8.2.3043
Beitrag von: SiLæncer am 24 Juni, 2021, 08:10
Changes:>>

8.2.3043: Amiga: cannot get the shell size on MorphOS and AROS

http://www.vim.org/index.php
Titel: SPFLite 2.5.21174
Beitrag von: SiLæncer am 24 Juni, 2021, 08:50
(https://i.postimg.cc/wT5s6g7J/screenshot-2635.png)
Rename, clone, delete, edit, print, exclude, touch, add to favorites and view your files using this intuitive software application.

License: GPLv3

Changelog

    Correct handling of the Alias forms of REPLACE (REP and REPL). They were not being treated properly as REPLACE.
    Further revisions and enhancements to the HELP command. The full search mode is now much more flexible. Please review the Help command section.
    Correct test for an existing file in the CREATE logic. It was not checking unqualified file names properly.
    Correct RFIND/RCHANGE handling, they were not recognizing the presence of a previous literal string if it was a null string.
    Replace the FM sort logic with a standard Windows Explorer style ordering. This ordering treats embedded numerical strings as logical numbers regardless of the lengths of the string. E.G examine the following list to see the effect.

[close]

http://www.spflite.com/Home.html
Titel: Scite 5.1.0
Beitrag von: SiLæncer am 24 Juni, 2021, 09:50
(https://s26.postimg.cc/fbkgceeux/screenshot_1241.png)
Editor mit Syntax-Highlighting, Auto-Completion, Folding und vielem mehr...

Open Source

Changelog

    This is a stable release. Interfaces with lexers and between platform-independent code and platform layers should remain compatible through 5.x releases.
    Add SciFnDirectStatus, a direct access function which also returns status. It can be retrieved with SCI_GETDIRECTSTATUSFUNCTION. This can avoid calling SCI_GETSTATUS after every API to determine failure so can improve performance.
    Add more type-safe wrappers to the API. These are defined in include/ScintillaCall.h and implemented in call/ScintillaCall.cxx. ScintillaCall throws Scintilla::Failure exceptions when a call fails.
    Add APIs for setting appearance (traditional blob or plain text) and colour of representations and support setting a representation for the "rn" line end sequence.
    Add SCI_REPLACERECTANGULAR to insert text like a rectangular paste.
    Fixed bug with SCI_GETLASTCHILD. Bug #2260.
    Fixed gcc link-time-optimization (LTO) compilation. Bug #2259.

[close]

http://www.scintilla.org/SciTE.html
Titel: Vim 8.2.3046
Beitrag von: SiLæncer am 25 Juni, 2021, 11:20
Changes:>>

Amiga MorphOS: Term mode is set using DOS packets.

http://www.vim.org/index.php
Titel: Vim 8.2.3049
Beitrag von: SiLæncer am 26 Juni, 2021, 09:10
Changes:>>

JSON patch file not recognized

http://www.vim.org/index.php
Titel: PSPad 5.0.7 Build 659 Dev
Beitrag von: SiLæncer am 26 Juni, 2021, 09:50
(http://images.six.betanews.com/screenshots/1076948037-1.png)
PSPad is a universal freeware editor. There is no complex install process; the program is ready to work immediately, without requiring customization. It supports many file types and languages, with syntax highlighting. There are macros, clip files and templates to automate repetitive activities. An integrated HEX Editor, Project support, FTP Client, Macro Recorder, File Search/Replace, Code Explorer, code page conversion, are just some of the many possibilities that PSPad can offer you.

Freeware

Changelog

    News:

    Active file tab highlight when Tab style is selected
    Statusbar icons are high DPI ready and light/dark theme ready
    TextDiff drop panel was moved from top right to the top left corner
    In Filetab context menu you can open file in new PSPad instance as admin

    Fixes:

    Copy to clipboard always added HTML format
    SmartTabs
    Active tab after open file from "outside" of PSPad
    Select word with dblclick broke on accented chars
    Handled exception when decoding invalid string from BASE64
    Filetabs visibility after open project or open session
    Drag/Drop text with mouse in column or line mode selection
    Other fixes reported by users

    Known issues:

    UNDO with real tabs after autoindent

[close]

http://www.pspad.com/
Titel: Trilium Notes 0.47.5
Beitrag von: SiLæncer am 26 Juni, 2021, 10:30
(https://i.postimg.cc/2yDgvbpj/screenshot-2595.png)
A hierarchical note-taking software application with focus on building large personal knowledge bases while also providing a flurry of options.

License: AGPL

Changelog

upgrade electron to 13.1.4 to fix: v0.47.2 fails to preview all PDF #1904, PDF box is blank #1976

[close]

https://github.com/zadam/trilium
Titel: Vim 8.2.3060
Beitrag von: SiLæncer am 27 Juni, 2021, 09:10
(https://s26.postimg.cc/xww5nc4zt/screenshot_1282.png)
A highly configurable text editor built to enable efficient text editing - an improved version of the vi editor distributed with most UNIX systems.

Freeware

Changes:>>

Vim9: cannot use ternary operator in parenthesis

http://www.vim.org/index.php
Titel: QOwnNotes 21.6.7
Beitrag von: SiLæncer am 27 Juni, 2021, 11:30
(https://s26.postimg.cc/hoi1ahlcp/screenshot_978.png)
QOwnNotes is a text editor / notepad replacement with markdown support and todo list manager. The program supports themes, keyboard shortcuts, syntax highlighting, and encryption. Includes available nested file list, tags, search, and more. Optionally works with the notes application ownCloud or Nextcloud.

Cross-platform with clients available for Mac and Linux.

License: GPL

Whats new:>>

    the fakevim library was updated and adapted to work with qmake and cmake and integrated
    into QOwnNotes (for #2134, thank you @Waqar144)
    added more Spanish, Chinese Traditional, Polish translation thank you hubertm, rawfreeamy)

https://www.qownnotes.org/
Titel: Alternate TextBrowser 3.990
Beitrag von: SiLæncer am 27 Juni, 2021, 18:15
(https://i.postimg.cc/TYy7wJVb/screenshot-1429.png)
This program makes it easy to browse through text- and html-files (also xml), syntax highlighting for serveral programming languages available (C++, Pascal, PHP, Perl, ASM, JScript etc.).

Freeware

Whats new:>>

Memo 3.200 added

http://www.alternate-tools.com/pages/c_textbrowser.php?lang=ENG
Titel: Vim 8.2.3070
Beitrag von: SiLæncer am 28 Juni, 2021, 09:10
Changes:>>

not enough testing for shell use

http://www.vim.org/index.php
Titel: QOwnNotes 21.6.8
Beitrag von: SiLæncer am 28 Juni, 2021, 22:10
Whats new:>>

    the Insert image dialog now allows the selection of webp images by default
    (for #2172)
    when automatic downscaling of images is enabled in the General settings the images
    are now not scaled up any more when they are smaller than the chosen resolution
    (for #2170)
    when automatic downscaling of images is enabled in the General settings and a too large
    SVG image is inserted into a note then it now will not get resized automatically, because
    Qt can't resize SVG images and this this would result into a 0 byte file
    (for #2171)
    an attempt was made to fix the builds for Qt versions older than 5.8 for the fakevim library
    (for #2134, thank you @Waqar144)

https://www.qownnotes.org/
Titel: Vim 8.2.3072
Beitrag von: SiLæncer am 29 Juni, 2021, 09:20
Changes:>>

8.2.3072: "zy" does not work well when "virtualedit' is "block"

http://www.vim.org/index.php
Titel: Alternate TextBrowser 4.000
Beitrag von: SiLæncer am 29 Juni, 2021, 10:20
Whats new:>>

MathSolver 1.770 added

http://www.alternate-tools.com/
Titel: QOwnNotes 21.6.9
Beitrag von: SiLæncer am 29 Juni, 2021, 22:30
Whats new:>>

    the x86 64bit AppImage is now built with Ubuntu 18.04 instead of Ubuntu 16.04,
    because it was now made possible by linuxdeployqt
    you now are able to update the AppImage version of QOwnNotes directly from
    within the application if you have write permissions to the AppImage executable
    (for #2176)
        you can now also choose to just download the latest app image in the update dialog
    an attempt was made to fix more builds for older Qt versions
    (for #2134, thank you @Waqar144)
    added more translation (thank you rawfreeamy, mguerra, amirkbrpr)

https://www.qownnotes.org/
Titel: Vim 8.2.3075
Beitrag von: SiLæncer am 30 Juni, 2021, 10:10
Changes:>>

xxd always reports an old version string

http://www.vim.org/index.php
Titel: Alternate TextBrowser 4.010
Beitrag von: SiLæncer am 30 Juni, 2021, 10:40
Whats new:>>

Tools updated

http://www.alternate-tools.com/pages/c_textbrowser.php?lang=ENG
Titel: QOwnNotes 21.7.0
Beitrag von: SiLæncer am 30 Juni, 2021, 22:10
Whats new:>>

added more translation (thank you rawfreeamy, amirkbrpr, whenwesober)

https://www.qownnotes.org/
Titel: Vim 8.2.3081
Beitrag von: SiLæncer am 01 Juli, 2021, 08:10
Changes:>>

8.2.3081: cannot catch errors in a channel command
8.2.3080: recover test fails on 32bit systems
8.2.3079: Powershell core not supported by default
8.2.3078: Vim9: profile test fails
8.2.3077: Vim9: an error in a catch block is not reported
8.2.3076: Vim9: using try in catch block causes a hang

http://www.vim.org/index.php
Titel: PilotEdit Lite 15.4.0
Beitrag von: SiLæncer am 01 Juli, 2021, 18:40
(http://www.pilotedit.com/images/OpenInQuickMode.PNG)
PilotEdit is a text, hex, XML, C/C++, HTML, PHP, Java, Javascript and Perl editor that can edit large files of 400GB (40 billion lines).

It offers customizable syntax and keyword highlighting, advanced search and replace operations, automatic text encoding, 256-bit AES encryption/decryption and a built-in FTP/SFTP client lets you open, edit, download and upload large files directly to/from a FTP/SFTP server.

In addition to standard text editing features, PilotEdit can compare and merge two large files of 100GB (10 billion lines). You can also sort, find/remove duplicate lines and extract strings over a large file of 1GB.

Freeware

Whats new:>>

Includes improvement over spelling check.

http://www.pilotedit.com/
Titel: RisohEditor 5.6.1
Beitrag von: SiLæncer am 01 Juli, 2021, 19:50
(https://i.postimg.cc/8P4z4Swt/screenshot-799.png)
"RisohEditor" is a free resource editor for Win32 development, created by Katayama Hirofumi MZ. RisohEditor realized the ideal of resource editor. "Risoh" means "ideal" in Japanese. RisohEditor can add, edit, extract, clone and remove the resource data in EXE/DLL files. You can edit Windows resources (Dialogs, Menus, Icons, Cursors, String Tables, Message Tables etc.) by using RisohEditor.

NOTICE: Please avoid installing in "C:\Program Files" or "C:\Program Files (x86)". Because the resource compiler (windres) doesn't accept space character in the file path.

Freeware

Changelog

    Fixed the return value of process.
    Improved message table handling.
    Don't change the case of name when renaming it in TreeView.

[close]

https://katahiromz.web.fc2.com/re/en/index.html#intro
Titel: CudaText 1.136.0.1
Beitrag von: SiLæncer am 01 Juli, 2021, 22:50
(https://s26.postimg.cc/k6wu8qcrt/screenshot_901.png)
Create programming scripts with this powerful tool that supports more than 130 languages and allows users to work concurrently on as many as six groups of projects.

Freeware

Changelog

    Add: added API for 'Highlight Occurrences' plugin (thanks @Shovel)
    Add: added API for embedding UI-controls near the editor inside UI-tab (thanks @Shovel)
    Add: file viewer: Find-dialog is supported for viewer
    Add: file viewer: viewer masks ANSI chars 0x7F...0xFF by '?'; added option "viewer_unprinted" for this feature
    Add: file viewer: viewer handles commands "current document font size: bigger/smaller/reset"
    Add: file viewer: viewer keeps scroll-position after 'mode' changes
    Add: file viewer: viewer 'mode' is saved/restored to/from session
    Add: commands "current document font size: bigger/smaller/reset" show statusbar msg (thanks @kvichans)
    Add: if lexer needs sub-lexer N, and N is not installed, app shows the error in Console
    Fix: action 'trim spaces' was removing too much chars: codes 0x00...0x1F (thanks @JairoMartinezA)
    Fix: clicking after 1024'th char gave bad caret placement, now with "caret_after_end":false (thanks @Shovel)

[close]

http://www.uvviewsoft.com/cudatext/
Titel: Vim 8.2.3082
Beitrag von: SiLæncer am 02 Juli, 2021, 08:10
(https://s26.postimg.cc/xww5nc4zt/screenshot_1282.png)
A highly configurable text editor built to enable efficient text editing - an improved version of the vi editor distributed with most UNIX systems.

Freeware

Changes:>>

8.2.3082: a channel command "echoerr" does not show anything

http://www.vim.org/index.php
Titel: QOwnNotes 21.7.1
Beitrag von: SiLæncer am 02 Juli, 2021, 09:00
(https://s26.postimg.cc/hoi1ahlcp/screenshot_978.png)
QOwnNotes is a text editor / notepad replacement with markdown support and todo list manager. The program supports themes, keyboard shortcuts, syntax highlighting, and encryption. Includes available nested file list, tags, search, and more. Optionally works with the notes application ownCloud or Nextcloud.

Cross-platform with clients available for Mac and Linux.

License: GPL

Whats new:>>

you can now turn on line numbers for the note editor in the Editor settings (for #2091 (opens new window))

    they cannot be used with turned off Only use editor width setting in distraction free mode
    in the distraction free mode line numbers are turned off as well
    the colors of the line number of the current line are currently only suited for dark mode

under Linux the Update button will now only be shown for the AppImage version of QOwnNotes, like it should (for #2176 (opens new window))

https://www.qownnotes.org/
Titel: QOwnNotes 21.7.2
Beitrag von: SiLæncer am 02 Juli, 2021, 11:30
Whats new:>>

the color of the current line number is now adapted if dark mode is disabled (for #2091 (opens new window))
a build error for Qt < 5.5 was fixed (for #2091 (opens new window))
added more translation (thank you mguerra, amirkbrpr, marcoxbresciani, marterra, rakekniven)

https://www.qownnotes.org/
Titel: Vim 8.2.3083
Beitrag von: SiLæncer am 03 Juli, 2021, 09:10
Changes:>>

crash when passing null string to charclass()

http://www.vim.org/index.php
Titel: CudaText 1.136.1.0
Beitrag von: SiLæncer am 03 Juli, 2021, 09:30
Whats new:>>

    Add: auto-completion in HTML: insert chosen attr values with caret inside quotes: value="|" (thanks @eltonfabricio10)
    Fix: auto-completion in HTML: option "autocomplete_autoshow_chars" didn't work (thanks @eltonfabricio10)
    Fix: regression in 1.136.0: Esc-key in Console didn't close the Console, Esc-key in editor didn't run "cancel carets"

http://www.uvviewsoft.com/cudatext/
Titel: Vim 8.2.3095
Beitrag von: SiLæncer am 04 Juli, 2021, 09:10
Changes:>>

8.2.3095: with 'virtualedit' set to "block" block selection is wrong

http://www.vim.org/index.php
Titel: KeenWrite 2.2.0
Beitrag von: SiLæncer am 04 Juli, 2021, 10:10
(https://i.postimg.cc/3w8rCcRs/screenshot-2904.png)
Java-based text editor that comes with numerous features, such as live preview, formulas, Markdown support and string interpolation.

BSD License

Changelog

Upgrade libraries (Jackson 2.12.3, MigLayout 11, SnakeYaml 1.29).
Protect kbd and var elements from ligature substitution.
Add custom KeenQuotes library to curl straight quotation marks.
Add user preference to control whether straight quotes are curled.
Quotes are curled only when exporting to XHTML or PDF.
HTML preview panel no longer curls quotes nor converts --- to em dashes.
Theme names may now contain any character (UTF-8).
See new Brévis theme for novel summaries.

[close]

https://github.com/DaveJarvis/keenwrite
Titel: Notepad++ 8.1.1
Beitrag von: SiLæncer am 04 Juli, 2021, 20:00
(https://i.postimg.cc/90QrsKpv/screenshot-818.png)
Notepad++ is a tabbed source code editor and Notepad replacement with a customizable interface. It is one of the few few source code editors that supports "folding," allowing users to quickly reduce and expand sections of code to see the overall document. In addition, it features multi-language syntax highlighting, auto-completion, regular expression search/replace, macro recording and playback, etc. The program can access a long list of plug-ins via an easy-to-access menu with even more features and functions.

License: GPL

Changelog

1. Fix edit zone not being applied to dark mode issue on another user account in the same machine.
2. Enhance dark mode (make user interface more dark-modable).

[close]

Download: https://github.com/notepad-plus-plus/notepad-plus-plus

https://notepad-plus-plus.org/
Titel: Vim 8.2.3107
Beitrag von: SiLæncer am 05 Juli, 2021, 09:10
Changes:>>

Vim9: error for arguments while type didn't specify arguments

http://www.vim.org/index.php
Titel: SavageEd v0.6.03
Beitrag von: SiLæncer am 05 Juli, 2021, 09:20
(https://i.postimg.cc/SR3GnkgK/screenshot-2760.png)
SavageEd2 is a very small and fast Windows notepad replacement written in x86 assembly language (HLA). It can edit files of any size, limited only by memory. It can encrypt text files using AES encryption with 256 bit key (max 32 character password) in .enc format. It has Pattern searching features.

License: Freeware

Changelog

Changed behavior in where SavageEd looks for SavageEd.ini file.
It will look in current folder first, if found, SavageEd will use that .ini profile.
If there is no .ini file in the SavageEd folder, it will look for one in "%USERPROFILE%\config\SavageEd.ini"
If that file exists, SavageEd will use that file as the profile.
If neither exists, SavageEd will create one in the current folder as normal.
- SavageEd.md documentation is no longer required as an additional file, the documentation is now embedded in the .exe

[close]

https://github.com/Androthi/SavageEd
Titel: CudaText 1.137.0
Beitrag von: SiLæncer am 05 Juli, 2021, 18:30
Whats new:>>

    add: option "renderer_anti_flicker" (thanks @kvichans)
    add: option "ui_taskbar_mode" (thanks @kvichans)
    add: auto-completion in HTML: recently chosen items are shown on top (thanks @eltonfabricio10)
    add: auto-completion in HTML: insert chosen attrib with caret inside quotes: <tag attrib="|"> (thanks @eltonfabricio10)
    fix: auto-completion in HTML: option "autocomplete_autoshow_chars" didn't work (thanks @eltonfabricio10)
    fix: regression in 1.136.0: Esc-key in Console didn't close the Console, Esc-key in editor didn't run "cancel carets"

http://www.uvviewsoft.com/cudatext/
Titel: SPFLite 2.5.21186
Beitrag von: SiLæncer am 05 Juli, 2021, 21:40
(https://i.postimg.cc/wT5s6g7J/screenshot-2635.png)
Rename, clone, delete, edit, print, exclude, touch, add to favorites and view your files using this intuitive software application.

License: GPLv3

Changelog

        Correct the new option to open Help files in Full Screen instead of  windowed.  One condition was overlooked and not honoring the setting.
        Alter the Title Case logic so that words like (isn't, don't, I've etc) don't end up as (Isn'T, Don'T, I'Ve etc.).
        Adjust the File Manager LOCATE command to use the new Windows Explorer collating sequence.  It was still using the old sequence, which basically prevents it from working properly.
        Correct the Get_Find_Len macro function.  It was returning the length of the command line search operand rather than the length of the actual found string, which can occur with Picture and Regex searches.
        Replace the RETRIEVE/RETF logic with a re-write.  The previous version was not working reliably and would sometimes fail to save new commands to the retrieve stack.
        Optimize the File Manager directory read process to remove duplicate filename checking when processing only a single file path.  For very large folders, the un-needed processing was causing severe slowdowns.
        Correct handling of File Profiles when performing SAVEAS, CREATE and REPLACE commands to ensure the file being written is using it's correct Profile. Previously they were written using the loaded file's Profile. This could trigger some formatting errors and STATE hashing errors when certain Profile    variables were different between the two Profiles.  Such as PRESERVE, MINLEN,  AUTOxx and RECFM.
        Correct serious error in SAVEAS.  It was not saving the entire file if the current top-of-screen line was not the first line.

[close]

http://www.spflite.com/Home.html
Titel: QOwnNotes 21.7.3
Beitrag von: SiLæncer am 05 Juli, 2021, 21:50
Whats new:>>

    the restoring of the focus after switching workspaces was fixed (for #2180)
    added more translation (thank you mguerra, marcoxbresciani, amirkbrpr, rawfreeamy)

https://www.qownnotes.org/
Titel: Vim 8.2.3113
Beitrag von: SiLæncer am 06 Juli, 2021, 07:10
(https://s26.postimg.cc/xww5nc4zt/screenshot_1282.png)
A highly configurable text editor built to enable efficient text editing - an improved version of the vi editor distributed with most UNIX systems.

Freeware

Changes:>>

8.2.3113: no error when for loop variable shadows script variable
8.2.3112: in rare cases the cursor may be somewhere in a folded line
8.2.3111: Vim9: confusing error with extra whitespace before colon
8.2.3110: a pattern that matches the cursor position is complicated
8.2.3109: check for $DISPLAY never fails
8.2.3108: test for remote_foreground() fails

http://www.vim.org/index.php
Titel: MyText 1.5.0
Beitrag von: SiLæncer am 06 Juli, 2021, 08:10
(https://i.postimg.cc/6pZzJnsG/screenshot-712.png)
Enjoy the raw simplicity of a run-of-the-mill Notepad alternative that does not require installation and comes with support for text encryption.

Freeware

Whats new:>>

Program icon updated

http://www.filefriend.net/#MyText
Titel: Vim 8.2.3114
Beitrag von: SiLæncer am 07 Juli, 2021, 05:10
Changes:>>

8.2.3114: Amiga-like systems: build error using stat()

http://www.vim.org/index.php
Titel: ghostwriter 2.0.2
Beitrag von: SiLæncer am 07 Juli, 2021, 18:30
(https://s26.postimg.cc/ggug7e4nt/screenshot_965.png)
Write, edit and preview your texts using Markdown with the help of this all-encompassing and user-friendly Markdown editor.

License : GPLv3

Changelog

    Fixed:

    Issue #615: Unicode characters are properly displayed in the sidebar's Outline.
    Issue #619: Chinese and other languages with unicode characters now display properly in the HTML preview.

[close]

http://wereturtle.github.io/ghostwriter/
Titel: Vim 8.2.3119
Beitrag von: SiLæncer am 08 Juli, 2021, 08:10
Changes:>>

8.2.3119: compiler warning for unused argument

http://www.vim.org/index.php
Titel: PSPad 5.0.7 Build 665 Dev
Beitrag von: SiLæncer am 08 Juli, 2021, 08:50
(http://images.six.betanews.com/screenshots/1076948037-1.png)
PSPad is a universal freeware editor. There is no complex install process; the program is ready to work immediately, without requiring customization. It supports many file types and languages, with syntax highlighting. There are macros, clip files and templates to automate repetitive activities. An integrated HEX Editor, Project support, FTP Client, Macro Recorder, File Search/Replace, Code Explorer, code page conversion, are just some of the many possibilities that PSPad can offer you.

Freeware

Changelog

    News:

    In splitted window bookmarks are synchronized
    Added mechanism what fix corrupted PSpad.INI file

    Fixes:

    FileTabs visibility when you close all files and open several files using OpenDialog
    Windows shell script - variable %~xx highlighting
    Paste the copied text into Excel
    Autorefresh symbol on file tab
    Activate window when file was already open
    Other fixes reported by users

    Known issues:

    UNDO with real tabs after autoindent

[close]

http://www.pspad.com/
Titel: QOwnNotes 21.7.4
Beitrag von: SiLæncer am 08 Juli, 2021, 22:00
(https://s26.postimg.cc/hoi1ahlcp/screenshot_978.png)
QOwnNotes is a text editor / notepad replacement with markdown support and todo list manager. The program supports themes, keyboard shortcuts, syntax highlighting, and encryption. Includes available nested file list, tags, search, and more. Optionally works with the notes application ownCloud or Nextcloud.

Cross-platform with clients available for Mac and Linux.

License: GPL

Whats new:>>

    the execution of git log commands has been fixed for Windows
    (for #2182)
    the QOwnNotesAPI Nextcloud App
    was updated to version 21.7.0 to support Nextcloud 22
    added more translation (thank you rawfreeamy, marcoxbresciani, amirkbrpr, mguerra, marterra)

https://www.qownnotes.org/
Titel: Vim 8.2.3131
Beitrag von: SiLæncer am 09 Juli, 2021, 09:10
Changes:>>

8.2.3131: MS-Windows: ipv6 channel test is very flaky in the GUI

http://www.vim.org/index.php
Titel: VNote 3.4.0
Beitrag von: SiLæncer am 09 Juli, 2021, 22:20
(https://s26.postimg.cc/871od8huh/screenshot_1147.png)
Peculiar yet interesting, open source piece of software that sports both Markdown editing capabilities and note management features.

MIT License

Changelog

    Support Snippet:

    Ctrl+G S to insert a snippet
    %snippet_name% to insert a snippet (the legacy Magic Word)
    Snippet is supported in some dialogs (such as creating a new note)
    Support note template (snippet is supported)
    Remove ' and " from auot-brackets

[close]

https://github.com/tamlok/vnote
Titel: CudaText 1.137.2.1
Beitrag von: SiLæncer am 10 Juli, 2021, 09:00
(https://s26.postimg.cc/k6wu8qcrt/screenshot_901.png)
Create programming scripts with this powerful tool that supports more than 130 languages and allows users to work concurrently on as many as six groups of projects.

Freeware

Changelog

    Add: more API for the new 'Breadcrumbs' plugin (thanks @Shovel)
    Add: special highlight (using 'Markers' color) of Git merge conflict markers: <<<<<<< ======= >>>>>>>
    Add: 'Close and delete file' should delete nnnn.cuda-pic too (thanks @MiroslavMatas)
    Fix: rare crash in parser, when option "bracket_highlight" is on (thanks @tonydunn)
    Fix: changed hotkeys were not updated in the menu (thanks @balaamster)
    Fix: menu checkmarks in '=' menu were not updated (thanks @wandrien at linux.org.ru)
    Fix: painting of selection rectangle on Qt5 (thanks @EXL at linux.org.ru)

[close]

http://www.uvviewsoft.com/cudatext/
Titel: Vim 8.2.3134
Beitrag von: SiLæncer am 10 Juli, 2021, 10:20
Changes:>>

crash when using typename() on a function reference

http://www.vim.org/index.php
Titel: Vim 8.2.3140
Beitrag von: SiLæncer am 11 Juli, 2021, 09:10
Changes:>>

8.2.3140: MS-Windows: ipv6 channel test is very flaky also without GUI

http://www.vim.org/index.php
Titel: QOwnNotes 21.7.5
Beitrag von: SiLæncer am 13 Juli, 2021, 09:50
Whats new:>>

    if you uncheck Bold for Strong text in the Editor fonts & colors settings
    the text is now really not bold anymore in the editor (for #2182)
        the preview now also allows tags like headings and strong to not be bold
        when the editor highlighting styles are used for the preview
    added more translation (thank you marcoxbresciani, rawfreeamy, amirkbrpr, mguerra)

https://www.qownnotes.org/
Titel: Vim 8.2.3159
Beitrag von: SiLæncer am 14 Juli, 2021, 10:10
Changes:>>

cursor displayed in wrong position after deleting line

http://www.vim.org/index.php
Titel: Alternate TextBrowser 4.020
Beitrag von: SiLæncer am 15 Juli, 2021, 09:50
(https://i.postimg.cc/TYy7wJVb/screenshot-1429.png)
This program makes it easy to browse through text- and html-files (also xml), syntax highlighting for serveral programming languages available (C++, Pascal, PHP, Perl, ASM, JScript etc.).

Freeware

Whats new:>>

Yes/no to all always on window closing

http://www.alternate-tools.com/pages/c_textbrowser.php?lang=ENG
Titel: Vim 8.2.3161
Beitrag von: SiLæncer am 15 Juli, 2021, 18:10
(https://s26.postimg.cc/xww5nc4zt/screenshot_1282.png)
A highly configurable text editor built to enable efficient text editing - an improved version of the vi editor distributed with most UNIX systems.

Freeware

Changes:>>

Vim9: no error when reltime() has invalid arguments

http://www.vim.org/index.php
Titel: TEA 60.4.0
Beitrag von: SiLæncer am 15 Juli, 2021, 18:40
(https://s26.postimg.cc/h1i60dicp/screenshot_255.png)
TEA is a graphical text editor. Its name is an acronym for Text Editor of the Atomic Era. It is designed for low resource consumption, a wide range of functions and adaptability.

License: GPLv3

Changelog

    Namaste! This release features the long awaited functions of autosave. See the Manual "On autosaving" chapter for a details. All that stuff is optional and turned off by default. In short, now TEA can temporary save newly created unsaved files and then load them with a new session. Also, you can mark any file as "autosaved" and TEA shall save it on close or by the timer.
    Fixes: braces highlighting and palettes.

[close]

http://semiletov.org/tea/
Titel: QOwnNotes 21.7.6
Beitrag von: SiLæncer am 16 Juli, 2021, 19:00
(https://s26.postimg.cc/hoi1ahlcp/screenshot_978.png)
QOwnNotes is a text editor / notepad replacement with markdown support and todo list manager. The program supports themes, keyboard shortcuts, syntax highlighting, and encryption. Includes available nested file list, tags, search, and more. Optionally works with the notes application ownCloud or Nextcloud.

Cross-platform with clients available for Mac and Linux.

License: GPL

Changelog

    version 0.1.11 of the QOwnNotes Web application app.qownnotes.org was released (for #2104)
        you are now able to view the token
        you can now scan the token from a QR code in the settings dialog of QOwnNotes 21.7.6 or newer all console.log commands are now console.debug
    you are now able to generate a QR code from your QOwnNotes Web application token
    in the settings dialog that can be scanned with the QOwnNotes Web application app.qownnotes.org (for #2104)
    added more translation (thank you rakekniven, amirkbrpr, mguerra, pgrules7, marcoxbresciani)

[close]

https://www.qownnotes.org/
Titel: EmEditor Free 20.9.1
Beitrag von: SiLæncer am 16 Juli, 2021, 19:20
(https://1z9j8fz5fww49iaje1itey71-wpengine.netdna-ssl.com/wp-content/uploads/2013/09/EmEditorFree_Window.png)
EmEditor is a lightning-fast, tabbed text editor with themes, syntax highlighting, stay-on-top, and customizable keyboard mapping. The program supports batch find-and-replace, regular expressions, and more.

The program beat a variety of other text editors in tests performed by TPFC user TP109. Additional features are available via a non-free version.

Free for personal use

Changelog

    Fixed a v20.9.0 bug of the Snippets plug-in where an invalid character might be added to the title of snippet items. (If you have modified snippets after update, the backup of the Snippets.bin file should be saved as Snippets_back_v3.bin in %APPDATA%EmurasoftEmEditor.)
    Fixed a v20.9.0 bug of the Snippets plug-in where exporting/copying snippet items failed.
    Fixed a v20.8.0-20.9.0 bug where EmEditor failed to open a file when both the Detect HTML/XML Charset and Detect UTF-8 options were set and invalid characters were included in the file under a certain condition.

[close]

https://www.emeditor.com/text-editor-features/history/emeditor-free/
Titel: CudaText 1.138.0.0
Beitrag von: SiLæncer am 16 Juli, 2021, 21:00
(https://s26.postimg.cc/k6wu8qcrt/screenshot_901.png)
Create programming scripts with this powerful tool that supports more than 130 languages and allows users to work concurrently on as many as six groups of projects.

Freeware

Changelog

    Add: auto-completion in CSS: support completion of file paths in url(|) function (thanks @eltonfabricio10)
    Add: auto-completion in CSS: append ';' to line after choosing (thanks @eltonfabricio10)
    Add: auto-completion in CSS: support '!important'
    Add: auto-completion in HTML: insert '<' on calling after " tag|" (thanks @eltonfabricio10)
    Add: new option "autocomplete_html_autoclose": after typing <tag>, it auto-inserts </tag> (thanks @MOPKOBKA at linux.org.ru)
    Add: new option "ui_backup_sessions" (thanks @tmsg)
    Add: Emmet plugin: avoid to expand usual words by Tab (thanks @eltonfabricio10)
    Add: Emmet plugin: support up to 1000 tab-stops, e.g. for 'li*1000'
    Add: API to access 'form' and 'controls' of Code-Tree (thanks @Shovel)
    Add: better support for lexer 'OneC (1C)' which requires handling of Russian chars
    Add: Wiki topic https://wiki.freepascal.org/CudaText#UI_theme_empty_values
    Fix: regression: clicking at exact line end made caret-pos bigger by 1 char
    Fix: when option "autocomplete_autoshow_chars" was on, it shown the listbox after a pause, that gave race condition
    Fix: lexer reST: fixed rules for headers

[close]

http://www.uvviewsoft.com/cudatext/
Titel: Vim 8.2.3172
Beitrag von: SiLæncer am 17 Juli, 2021, 09:20
Changes:>>

8.2.3172: MzScheme test fails

http://www.vim.org/index.php
Titel: RJ TextEd 15.0.3
Beitrag von: SiLæncer am 17 Juli, 2021, 10:40
(https://s26.postimg.cc/775l9vjeh/screenshot_593.png)
RJ TextEd - A Unicode source and text editor. RJ TextEd is a full featured text and source editor with Unicode support, syntax highlighting and code folding. The functionality extends beyond text files and includes support for HTML editing with integrated preview, spell checking, auto completion, HTML validation, templates and more. The program also include support for Topstyle Lite CSS editor, has a dual pane file commander, as well as a FTP client to upload your files. The editor uses language files to display menus and dialogs in different languages. There are several included languages. New language files can easily be created in the editor. RJ TextEd is also a simple web development tool. The editor can use auto completion and hints to assist you in editing your source code. You can preview HTML/ASP/PHP... code using one of the preview tabs or open a document in a browser. The editor does not only handle source code. It also handles true ASCII files, binary files and of course plain text files.

License: Freeware

Changelog

HTML Preview

I've removed the previous chromium component/libraries and added support for Microsoft WebView2 (Microsoft Edge component) instead.

WebView2 is already installed on most Windows 10 systems and is built into Windows 11. The installer will check and ask the user to install WebView2 if needed (e.g. on Windows 7).

This means I don't have to distribute large libraries in the installations anymore. The WebView2 component is also much easier to use. The old one had some strange behaviors (you can actually see the difference in the task manager).

Chrome and Microsoft Edge use the same code base, so there is no difference in the displayed content.

The Edge preview tab has a new button for "IE Mode". You can use it to display the content in a Internet
Explorer view.

The Internet Explorer tab has been removed. You can use the Edge preview tab and press the toolbar button "IE Mode".

Code completion

Made some changes to the code completion. It should work better now and behave more as in other code editors.

Hover hint (LSP Client)

Created a new hover hint when using a language server. The hint can now display:

    Code information presented by the server
    Diagnostic errors, warnings, information or hints
    Links. These can be code actions, goto definition, show references, rename identifier...

Highlight References (LSP Client)

Highlight all references in the current document for the item found under the mouse cursor. This is similar to the find references feature, but the referenced identifier is highlighted and not added to a list.

Highlight references can be found in the hover hint and right click context menu.

In the context menu two items have been added:

    Highlight references
    Clear highlights

Code Actions (LSP Client)

Code actions can be found in the hover hint and right click context menu.

Code actions in the context menu include all available code actions presented by the language server.

Code actions in the hover hint only include quick fixes.

Check for update

Minor updates and beta version are downloaded and installed as before. But for major version the only option is to open the download site in your browser and download it manually. This was done to make the XP/Vista version consistent with the Windows 10/11 version and it also fix a few problems.

It also allows the user to download and install the new version when they are ready...

Misc

    Shift-DblClick can be used instead of Alt-DblClick if you have trouble with column mode is being activated.

Fixed

    LSP functions didn't work properly in word wrap mode.
    Change case in column mode.
    Font size issue in search result panel.
    Fixed a few reported issues.

[close]

http://www.rj-texted.se/
Titel: QOwnNotes 21.7.7
Beitrag von: SiLæncer am 17 Juli, 2021, 18:00
Whats new:>>

there now also is a Reload script engine button for scripts from the script repository in the settings dialog (for #2187)
    this makes it for example easier to test changes to the user interface

https://www.qownnotes.org/
Titel: Vim 8.2.3174
Beitrag von: SiLæncer am 18 Juli, 2021, 10:40
Changes:>>

Vim9: "legacy undo" finds "undo" variable.

http://www.vim.org/index.php
Titel: QOwnNotes 21.7.8
Beitrag von: SiLæncer am 18 Juli, 2021, 18:00
Changelog

you now can import notes from a RAW - Joplin Export Directory of Joplin (opens new window) with a new import dialog in the Note menu (for #2189 (opens new window))

    this first draft of the feature supports only importing all files that are marked as "note" in a rudimentary fashion if you just have a JEX - Joplin Export File please extract the content of that file to a directory and select that directory in the import dialog
    note that this import is done by reverse engineering, since there is no documentation for the Joplin export format
    no tags, images or attachments are yet imported

added more Persian translation (thank you amirkbrpr)

[close]

https://www.qownnotes.org/
Titel: QOwnNotes 21.7.9
Beitrag von: SiLæncer am 18 Juli, 2021, 20:30
Changelog

the Joplin (opens new window) note import was improved (for #2189
(opens new window))

    tags, images and attachments are now also be imported
    the raw metadata part at the bottom of the note are now be not imported any more
    numbers and points are now only removed from the beginning of the note name instead of the whole note name

added more translation (thank you i****myself, amirkbrpr, rawfreeamy)

[close]

https://www.qownnotes.org/
Titel: Vim 8.2.3182
Beitrag von: SiLæncer am 19 Juli, 2021, 09:10
Changes:>>

Vim9: crash when using removing items from a constant list

http://www.vim.org/index.php
Titel: Notepad++ v8.1.2
Beitrag von: SiLæncer am 19 Juli, 2021, 09:30
(https://i.postimg.cc/90QrsKpv/screenshot-818.png)
Notepad++ is a tabbed source code editor and Notepad replacement with a customizable interface. It is one of the few few source code editors that supports "folding," allowing users to quickly reduce and expand sections of code to see the overall document. In addition, it features multi-language syntax highlighting, auto-completion, regular expression search/replace, macro recording and playback, etc. The program can access a long list of plug-ins via an easy-to-access menu with even more features and functions.

License: GPL

Changelog

In this release, the dark mode is improved for:

    being fully enabled without restarting Notepad++.
    working under Windows 11.
    being customizable: 6 more tones + dynamically customizable.

A new command flag -udl="UDL name" is added in this version to open a file by applying an existent UDL via its name.

[close]

Download: https://github.com/notepad-plus-plus/notepad-plus-plus

https://notepad-plus-plus.org/
Titel: PSPad 5.0.7 Build 673 Dev
Beitrag von: SiLæncer am 19 Juli, 2021, 11:50
(http://images.six.betanews.com/screenshots/1076948037-1.png)
PSPad is a universal freeware editor. There is no complex install process; the program is ready to work immediately, without requiring customization. It supports many file types and languages, with syntax highlighting. There are macros, clip files and templates to automate repetitive activities. An integrated HEX Editor, Project support, FTP Client, Macro Recorder, File Search/Replace, Code Explorer, code page conversion, are just some of the many possibilities that PSPad can offer you.

Freeware

Changelog

News:

When Save file state is enabled, user changed highlighter has priority over HTML multihighlighter.E.g. PHP file is open in HTML multihighlighter, user changes highlighter to PHP. Next time PSpad will open file as PHP, not as HTML multihighlighter

Fixes:

UserHighlighter - some keywords wasn't highlighted
Call 2x Clear history in Program settings / Files
After Find/Replace save icon wasn't highlighted
Active file tab
Save icon wasn't highlighted after Search/Replace
Save user highlighter definition
Other fixes reported by users

Known issues:

UNDO with real tabs after autoindent

[close]

http://www.pspad.com/
Titel: QOwnNotes 21.7.10
Beitrag von: SiLæncer am 19 Juli, 2021, 23:00
Whats new:>>

    the Joplin note import was improved (for #2189)
        the whole notebook / folder structure can now now also be imported as note sub-folders
    added more Italian, Brazilian Portuguese translation (thank you rawfreeamy, i****myself)

https://www.qownnotes.org/
Titel: Vim 8.2.3187
Beitrag von: SiLæncer am 20 Juli, 2021, 09:10
(https://s26.postimg.cc/xww5nc4zt/screenshot_1282.png)
A highly configurable text editor built to enable efficient text editing - an improved version of the vi editor distributed with most UNIX systems.

Freeware

Changes:>>

Vim9: popup timer callback is not compiled

http://www.vim.org/index.php
Titel: ProgramEdit 5.0.5
Beitrag von: SiLæncer am 20 Juli, 2021, 18:10
(https://s26.postimg.cc/wcabyxqq1/screenshot_58.png)
ProgramEdit - a free Windows® software source-code editor. ProgramEdit includes language support for HTML, Ada, C/C++, C#, CSS, JAVA, JavaScript, Perl, PHP, Python, Ruby, VB, VBScript, Verilog, VHDL and Batch(.bat) files. Other features include tabbed file selection, text highlighting, find & replace, regular expressions, sesssions, bookmarks, multiple undo/redo and hyperlinks.

Freeware

Whats new:>>

    Add "Save" to the File-Tab Right-click menu
    Add Char 255 Spell Check Error to PgmEdit Known Bugs
    Update Help file

http://simplesolverlogic.com/index.html
Titel: QOwnNotes 21.7.11
Beitrag von: SiLæncer am 20 Juli, 2021, 22:00
(https://s26.postimg.cc/hoi1ahlcp/screenshot_978.png)
QOwnNotes is a text editor / notepad replacement with markdown support and todo list manager. The program supports themes, keyboard shortcuts, syntax highlighting, and encryption. Includes available nested file list, tags, search, and more. Optionally works with the notes application ownCloud or Nextcloud.

Cross-platform with clients available for Mac and Linux.

License: GPL

Changelog

    the Joplin note import was improved
    (for #2189)
        if Joplin didn't set the file extension of attachments or images in the export
        we now will try to get it from the original file name
        importing of images from image html tags like <img src=":/ID"/> is now
        also supported (@laurent22, thank you for mentioning)
        the metadata of notes can now optionally be imported as frontmatter
    added more Persian translation (thank you amirkbrpr)

[close]

https://www.qownnotes.org/
Titel: Vim 8.2.3192
Beitrag von: SiLæncer am 21 Juli, 2021, 10:10
Changes:>>

Build failure with small version.

http://www.vim.org/index.php
Titel: Typora 0.11.0 Beta
Beitrag von: SiLæncer am 21 Juli, 2021, 19:50
(https://i.postimg.cc/25xV0Fq1/Virtual-DVD.png)
Swiftly write, edit, format and convert text to HTML with the help of this modern looking, streamlined and novice-accessible piece of software.

Freeware

Changelog
   

    Add shortcut key info on context menu
    Fix background on Windows start menu tile
    On Windows unibody style, users can right click on menu icon or use `Alt` + `(E)dit`, `Alt` + `(P)aragraph`, `Alt` + `F(o)rmat`, etc key combinations to open main menu
    Add menu item to control whether to append final new line or not
    YAML Front matters now supports ending with three dots (…),
    Code Fences now is better GFM / CommonMark compatible You can put extra `` ` or `~` to warp code block which contains ``` or ~~~
    Typora now follows GFM / CommonMark to parse `1)` as ordered list
    Use GFM compatible tables, leading or trailing pipes are optional in table rows
    Export will now display warning if it succeeded but with warnings
    Upgrade to MathJax 32 for math faster and better math rendering
    Support TeX comands from cases, centernot, colortbl, empheq, gensymb, mathtools, textcomp, upgreek, braket, physics, xypic packages
    Upgrade flowchart version, which supports named branches
    Add Romanian interface
    Support undo when converting smart quotes / dashes when input
    Other bugs fix and improvements

[close]

https://www.typora.io/
Titel: QOwnNotes 21.7.12
Beitrag von: SiLæncer am 21 Juli, 2021, 21:30
Whats new:>>

    you can now jump to the same headline multiple times in the navigation panel
    (for #2192)
    the focus will now stay in the navigation panel after using it via mouse or keyboard
    (for #2193)
    added more translation (thank you marcoxbresciani, rawfreeamy, rakekniven, marterra, amirkbrpr)

https://www.qownnotes.org/
Titel: Vim 8.2.3197
Beitrag von: SiLæncer am 22 Juli, 2021, 08:10
Changes:>>

8.2.3197: error messages are spread out

http://www.vim.org/index.php
Titel: Alternate TextBrowser 4.030
Beitrag von: SiLæncer am 22 Juli, 2021, 09:20
(https://i.postimg.cc/TYy7wJVb/screenshot-1429.png)
This program makes it easy to browse through text- and html-files (also xml), syntax highlighting for serveral programming languages available (C++, Pascal, PHP, Perl, ASM, JScript etc.).

Freeware

Whats new:>>

GUI corrections

http://www.alternate-tools.com/pages/c_textbrowser.php?lang=ENG
Titel: Vim 8.2.3204
Beitrag von: SiLæncer am 23 Juli, 2021, 09:10
Changes:>>

Display garbled when 'cursorline' is set and lines wrap

http://www.vim.org/index.php
Titel: Typora 0.11.1 Beta
Beitrag von: SiLæncer am 23 Juli, 2021, 10:50
Whats new:>>

    Added option to auto apply displaylines environment in math to support line break using \.
    Fix some bugs.

https://www.typora.io/
Titel: CudaText 1.139.2.0
Beitrag von: SiLæncer am 23 Juli, 2021, 22:30
(https://s26.postimg.cc/k6wu8qcrt/screenshot_901.png)
Create programming scripts with this powerful tool that supports more than 130 languages and allows users to work concurrently on as many as six groups of projects.

Freeware

Changelog

+ add: special value of "renderer_anti_flicker":1000 makes special anti-flicker trick
+ add: option "ui_statusbar_panels" allows new panel 'zoom'
+ add: avoid auto-closing of 'singleton' HTML tags like
 (thanks @memstream)
+ add: lexer Python: better code-tree, now with icons
- fix: regression in 1.134: broken rendering of scrolled single-line inputs (thanks @JairoMartinezA)
- fix: wrong default value of "indent_size", must be 0 (thanks @halfbrained)
- fix: wrong rendering, when file is restored from session with 'zoom' set, eg 150%

[close]

https://www.uvviewsoft.com/cudatext/
Titel: Vim 8.2.3206
Beitrag von: SiLæncer am 24 Juli, 2021, 09:10
Changes:>>

Vim9: argument types are not checked at compile time.

http://www.vim.org/index.php
Titel: EmEditor 20.9.2
Beitrag von: SiLæncer am 24 Juli, 2021, 10:40
(https://1z9j8fz5fww49iaje1itey71-wpengine.netdna-ssl.com/wp-content/uploads/2013/09/EmEditorFree_Window.png)
EmEditor is a lightning-fast, tabbed text editor with themes, syntax highlighting, stay-on-top, and customizable keyboard mapping. The program supports batch find-and-replace, regular expressions, and more.

The program beat a variety of other text editors in tests performed by TPFC user TP109. Additional features are available via a non-free version.

Free for personal use

Changelog

    Windows 7 only: Failed to update with an error message “The program can’t start because api-ms-win-core-path-l1-1-0.dll is missing from your computer.” if you try updating within from EmEditor.
    The Outline Guide disappears after clicking OK in the Customize Plug-ins dialog box.
    Snippets plug-in: Clicking OK or Edit in each snippet item Properties did not save the Text correctly if the Text is a long string including non-ASCII characters.
    Snippets plug-in: did not trigger non-ASCII strings.
    Export/Import wizard: Selecting the Export all settings into INI files option in the Export/Import wizard asks you to browse a folder again after you set the path.
    Clicking a CSV file tab could paste the file path to a cell.

[close]

https://www.emeditor.com/text-editor-features/history/emeditor-free/
Titel: Vim 8.2.3215
Beitrag von: SiLæncer am 25 Juli, 2021, 09:40
Changes:>>

Vim9: argument types are not checked at compile time.

http://www.vim.org/index.php
Titel: Typora 0.11.2 Beta
Beitrag von: SiLæncer am 25 Juli, 2021, 11:20
Whats new:>>

    Fix issue about math editing.
    Fix issue about copying image.
    Fix issue about check updates.

https://www.typora.io/
Titel: EmEditor Free v21.0
Beitrag von: SiLæncer am 25 Juli, 2021, 18:50
(https://1z9j8fz5fww49iaje1itey71-wpengine.netdna-ssl.com/wp-content/uploads/2013/09/EmEditorFree_Window.png)
EmEditor is a lightning-fast, tabbed text editor with themes, syntax highlighting, stay-on-top, and customizable keyboard mapping. The program supports batch find-and-replace, regular expressions, and more.

The program beat a variety of other text editors in tests performed by TPFC user TP109. Additional features are available via a non-free version.

Free for personal use

Changelog

New General Features

    The Full Screen command was renamed to the Focus Mode command, and allows you to select which UI elements to show or hide, whether to switch to the full screen mode, and whether to retain the Focus Mode next time you launch EmEditor.

New Options

    Added the Focus Mode page to the Customize dialog box.
    Added the Insert as HTML command to the Clipboard History menu.
    The new version added the Paste as HTML button to the Show Clipboard History button displayed when pasting a string if the HTML format is available in the Clipboard.

New Commands

    Paste as HTML
    Customize Focus Mode

[close]

https://www.emeditor.com/text-editor-features/history/emeditor-free/
Titel: VNote 3.5.0
Beitrag von: SiLæncer am 25 Juli, 2021, 19:30
(https://s26.postimg.cc/871od8huh/screenshot_1147.png)
Peculiar yet interesting, open source piece of software that sports both Markdown editing capabilities and note management features.

MIT License

Changelog

    Support History:

    History is now divided into and stored with each notebook. There is also a history section in the session config which will contain external files not belonging to any notebook.

    ViewArea:

    Ctrl+G, H/J/K/L to navigate through ViewSplits
    Ctrl+G, Shift+H/J/K/L to move ViewWindow across ViewSplits

    MarkdownEditor:

    Add configs for in-place preview sources
    Add a tool button to disable in-place preview

    Vi:

    Support =, >, and < commands.

    LocationList:

    Highlight matched text segments in the search results.

    SelectDialog:

    Support shortcuts.

[close]

https://github.com/tamlok/vnote
Titel: BowPad v2.8.0
Beitrag von: SiLæncer am 25 Juli, 2021, 22:30
(https://s26.postimg.cc/h0ofzpokp/screenshot_1153.png)
BowPad is a small and fast text editor with a ribbon user interface and syntax highlighting.

Features:

syntax highlighting for over 100 file types and languages
handling of many different encodings, including UTF-8, UTF-16 and even UTF-32
easy ribbon user interface
navigation hints in the vertical scrollbar
coloring of open tabs according to their path
extendable with plugins written in jscript or vbscript

Freeware

Whats new:>>

    updated to Scintilla 5.1.0
    List of issues solved for 2.8.0 (https://github.com/stefankueng/BowPad/milestone/17?closed=1)

http://stefanstools.sourceforge.net/BowPad.html
Titel: Scite 5.1.1
Beitrag von: SiLæncer am 26 Juli, 2021, 08:00
(https://s26.postimg.cc/fbkgceeux/screenshot_1241.png)
Editor mit Syntax-Highlighting, Auto-Completion, Folding und vielem mehr...

Open Source

Changelog

In DBCS encodings, treat valid DBCS lead byte followed by invalid trail byte as single byte. Feature #1408.
Searching was optimized for documents that contain mostly ASCII text and is often 2-3 times faster. Feature #1381.
Word searching behaves more consistently at start and end of document.
Add SCI_ALLOCATELINES to allocate indices to hold some number of lines. This can decrease reallocation overhead when the application can count or estimate the number of lines in huge files. Feature #1370.
Add SCI_AUTOCSETOPTIONS to allow choosing a non-resizeable autocompletion list on Win32. Feature #1284.
On Win32, when technology is changed, buffering is set to a reasonable value for the technology: on for GDI and off for Direct2D as Direct2D performs its own buffering. Feature #1400.
On Win32, implement WM_SETREDRAW to turn off scroll bar updates. This can be used to reduce overhead when making many changes. Feature #1411.

[close]

http://www.scintilla.org/SciTE.html
Titel: Jovial Notepad 2.4
Beitrag von: SiLæncer am 26 Juli, 2021, 08:20
(https://i.postimg.cc/63DQRgQ6/screenshot-2555.png)
A lightweight and straightforward text editor with syntax highlight capabilities and also securing your work with an implemented encryption option.

Freeware

Changelog

    Enhancements:

    Right click on a Theme menu item to open the source folder that contain that file
    Right click on a Syntax menu item to open the source folder that contain that file
    Ability to remove a most recently-opened item by right-clicking on the item from the "Recently Opened" menu.
    Moved lang_default.txt with langUserLanguage.lang for neatness
    Removed Colour/Highlight context menu that is now replaced by Quick Colours function
    Now Extensions menu only shows when there's an extension folder with at least one file inside
    Now "ViewSource Folder" and right click on "Themesxx" and "SettingsLanguagexxx" will highlight the right-clicked file in Windows Explorer

    New Features:

    Added new Custom Text and Highlight Colour feature - Quick Colours
    Added a new status bar level to display the zooming percentage of the content when zooming with the CRTL - Mouse Scroll Wheel

[close]

https://sourceforge.net/projects/jovialnotepad/
Titel: Vim 8.2.3223
Beitrag von: SiLæncer am 26 Juli, 2021, 18:10
(https://s26.postimg.cc/xww5nc4zt/screenshot_1282.png)
A highly configurable text editor built to enable efficient text editing - an improved version of the vi editor distributed with most UNIX systems.

Freeware

Changes:>>

8.2.3223: Vim: using {} block in autoloade omnifunc fails

http://www.vim.org/index.php
Titel: PSPad 5.0.7 Build 675 Dev
Beitrag von: SiLæncer am 26 Juli, 2021, 19:20
(http://images.six.betanews.com/screenshots/1076948037-1.png)
PSPad is a universal freeware editor. There is no complex install process; the program is ready to work immediately, without requiring customization. It supports many file types and languages, with syntax highlighting. There are macros, clip files and templates to automate repetitive activities. An integrated HEX Editor, Project support, FTP Client, Macro Recorder, File Search/Replace, Code Explorer, code page conversion, are just some of the many possibilities that PSPad can offer you.

Freeware

Changelog

    Fixes:

    Code explorer parsing (if active) when file is open
    HTML/XHTML highlighter settings - compiler, applications, ...
    Other fixes reported by users

    Known issues:

    UNDO with real tabs after autoindent

[close]

http://www.pspad.com/
Titel: Vim 8.2.3227
Beitrag von: SiLæncer am 27 Juli, 2021, 07:40
Changes:>>

8.2.3227: 'virtualedit' can only be set globally

http://www.vim.org/index.php
Titel: Atom 1.58.0
Beitrag von: SiLæncer am 27 Juli, 2021, 19:45
(https://s26.postimg.cc/fmfpqomgp/screenshot_915.png)
A powerful and flexible application that works as a text and source code editor with syntax highlight, or alternately as a file viewer.

MIT License

Changelog

Notable Changes

    #22315 - Update to macOS Big Sur icon.
    #22424 - Fix reopening a project in safeMode and devMode.
    #22123 - Improve contrast on Windows app icons
    atom/archive-view#73 - Add ability to collapse archived directories (zip, tar, e.t.c)
    atom/bracket-matcher#405 - Handle multicursor selection inside brackets
    atom/find-and-replace#932 - Add "Open in New Tab" and "Open in New Window" right-click context menu options

[close]

https://atom.io/
Titel: HelpNDoc 7.5.0.435
Beitrag von: SiLæncer am 27 Juli, 2021, 20:45
(https://s26.postimg.cc/n8qdqw1ix/screenshot_994.png)
HelpNDoc provides all the tools necessary to write complete help files, manuals and documentations in a user friendly and very easy to use environment. HelpNDoc can generate standard Windows CHM help files, WEB based documentation, iPhone specific websites as well as printable PDF and Word documents.

HelpNDoc is completely free for personal use and evaluation purposes.

Changelog

    HTML based templates can now implement hooks to generate custom Help Ids (and therefore file names) for better SEO
    CHM importer can now import keywords and associate them with the correct topics
    Keywords and topics association dialog can now be filtered to only show associated topics
    New color picker dialog: ability to edit hexadecimal value, modern look and feed, better integration with HelpNDoc's user interface
    New HndUtils.UrlEncode and HndUtils.UrlDecode API methods to (en)code URLs
    New HndUtils.IdnEncode and HndUtils.IdnDecode API methods to (en)code international domain names using using punycode
    It is now possible to add a misspelled word to the dictionary from the project analyzer's spelling tab
    Script editor window now appears on the task bar and is not displayed over other programs anymore
    Added option to define if syntax highlighter will automatically convert paragraph to line breaks
    Under certain conditions, resized images could be distorted in Word and PDF documents
    Floating images were not correctly resized in Word and PDF documentation formats
    Moved various utility methods to the HndUtils API object and properly documented them in the API documentation
    Improved built-in CHM decompiler: enhanced compatibility with more CHM files and removed memory leaks
    Adding a topic and immediately add another topic before/after could raise an exception
    Script API TStringList.SaveToFile could produce bogus characters: it now produces UTF-8 encoded files
    Counters with caption with specific characters (e.g. some German letters or un-escaped XML characters) could produce corrupted Word documents
    A corrupted registry settings could crash the application at startup
    The syntax highlighter could change paragraph endings for the whole topic instead of the selection only
    The project analyzer window is not displayed over other programs anymore
    Optimized and strengthened HND project file loading/saving
    Security and speed enhancement in licensing libraries

[close]

http://www.helpndoc.com/
Titel: Google Web Designer 12.0.0.0719
Beitrag von: SiLæncer am 27 Juli, 2021, 21:30
(https://i.postimg.cc/t4kxrGLC/screenshot-2067.png)
Google Web Designer allows you to create engaging, interactive HTML5-based designs and motion graphics that can run on any device. Let us handle the HTML5 and CSS3 so you're free to focus on what you love to do: creating gorgeous visual experiences. A full design suite lets you easily bring any vision to life. If you're feeling more hands-on, all the code behind your designs is hand-editable, so you're never locked out of your own work. Your ideas are now amplified by code - not restricted by it.

Freeware

Changelog

CSS effects

Use the new CSS Effects panel to add visual effects to your elements in both video and HTML5 documents.

    Add filters like blur, brightness, drop shadow, and more.
    Set how elements blend with overlapping elements with mix blend modes.

Video

You can now produce videos with Google Web Designer.

    Import and edit media clip sequences.
    Include text, images, and animation, all rendered in the final published video.
    Preview video and audio playback directly on the stage.
    Export multiple variants from a single video document.

Other notable changes in version 12.0.0.0719

    Custom components that follow the Custom Elements v0 specification are no longer be supported. Learn how to upgrade your components.
    The stage zoom controls now include a dropdown, with a "Zoom to fit" option that lets you automatically set the stage zoom level to maximize the available space.

Fixes & improvements in version 12.0.0.0719

3D

    Camera-based methods now account for pending camera edits.
    Page attributes data-gwd-width and data-gwd-height are now set to pixel values upon publishing Swirl ads.
    Fixed zoom limit set in 3D editor is now respected in the published ads.

Dynamic

    Image Effects and Transition Gallery components now support dynamic data bindings.
    Fixed issue where switching to a document with a bind-style attribute would mark the file as needing to be saved again.

SVG

    Text fitting is no longer added when binding an SVG element.
    Fixed issue with pasting SVG code to the stage in Windows.
    Fixed issue with importing an SVG twice.
    Fixed issue where importing multiple inline SVGs with IDs in common did not rename the IDs.

Other

    Fixed issue where the component editing dialog didn’t close after the source file was deleted from the file system.
    Fixed issue where an extra undo operation was added when switching gradient type to radial.
    Fixed issue with using arrows keys in the Outliner panel.
    Fixed issue with template filters in the Template Gallery.
    Keyframes can no longer be duplicated to a locked layer.
    Fixed issue where an element's bottom-right radius was not reflected in the Quick mode timeline thumbnail.

Known issues

    Safari only: <canvas> elements with drawings prevent the animation of clip path masks.
    Chrome and Opera: Clip path masks render incorrectly when the host element contains a 3D-transformed child element.
    References to custom Google Web Designer elements (gwd-image, gwd-video, gwd-audio, gwd-iframe, gwd-page, and gwd-pagedeck) may not work as expected. Learn how you can update your references.
    Timeline animation events, such as pause or loop, do not work when you directly open the source .html file in your browser. This is expected behavior, as timeline animation CSS is generated when previewing or publishing the document. Solution: use the Preview button, or publish the document locally and view the published file in your browser.
    Image files without a file extension with a period in the file name don't import into the Library. Workaround: add the file extension (such as .png) to the file name.
    A black screen on launch may be caused by outdated video drivers. Try updating your video drivers. If that doesn't help, disable GPU rendering by quitting Google Web Designer and following the instructions for your operating system before relaunching:
        Windows: Add a DWORD32 value named disable-gpu-rendering to HKEY_CURRENT_USER\Software\Google\Web Designer\Settings in the registry. Set this value to 1.
        Mac: Add a Boolean row to ~/Library/Preferences/com.google.WebDesigner.plist with the name disable-gpu-rendering and a value of YES, or run defaults write com.google.WebDesigner.plist disable-gpu-rendering -bool true in Terminal.
        Linux: Add a line to ~/.local/share/google-web-designer/preferences/settings.conf with the name disable-gpu-rendering and a value of true. (If the [Settings] section doesn't exist, you'll need to create it first.)
    For a video to autoplay when an ad is re-expanded on Mac Safari, the first video source should be .mp4.
    Gradient background fill on an image only renders when scaling is set to stretch.
    A maximum of 4 panels can be grouped/tabbed together.
    White screen on launch if behind a web proxy. Please follow these instructions to change your proxy settings.
    Mac Chrome, Opera, IE: Play button doesn't work in Google Web Designer preview when Autoplay preview is on. Workaround: remove localhost from the URL to use file:///
    Linux only: file drag and drop from the file system to Google Web Designer is not working. Workaround: use File > Import assets or Add asset from the Library.
    Downloading iCalendar .ics files is not supported on Safari desktop browser.
    It is not possible to have more than one Map component or Street View component, or a Map and a Street View component in the same creative.
    Linux only: if the browser (Chrome or Firefox) is launched by Google Web Designer for preview, Google Web Designer cannot be closed unless the browser is closed first.
    Linux only: Google Web Designer sometimes loses focus and is unable to take keyboard input when switching between apps. Workaround: resize the Google Web Designer window to bring focus back to the app.
    Linux only: if the renderer crashes and a white screen appears, set the disable-gpu-rendering to true in Google Web Designer settings. Add a row to ~/.local/share/google-web-designer/preferences/settings.conf with the name disable-gpu-rendering and a value of true. (If the [Settings] section doesn't exist, you'll need to create it first.)
    Video ads: On Mac, making edits quickly, such as duplicating clips, can cause the stage to stop showing videos and for playback to not work, or for the UI to freeze. Workaround: relaunch Google Web Designer.
    Video ads: A small gap appears between videos during slide or wipe transitions at certain stage zoom levels. The gap will not be visible in the exported video. Workaround: adjust the stage zoom.
    Video ads: If copying a clip to another document is undone, the clip’s asset is not automatically removed from the Library. Workaround: manually delete the asset from the Library.
    Video ads: If a video or audio asset file is manually overwritten with a different file in a project’s assets directory, the old asset continues to appear on the stage and in the exported video if any resolution other than full is used. Workaround: delete the asset and re-add it using the Library.
    Video ads: Asset import errors may appear when opening a Google Web Designer project which was created on a different operating system (e.g., opening a file on Windows that was originally created on a Mac). Workaround: use File > Save As zip... to export and share a project.
    Video ads: When zoomed out in the timeline, very short clips (e.g., 1 frame long at higher document frame rates) can stop showing and appear as empty space, even when selected. The clips are not deleted. Workaround: zoom in to see the clips.
    Video ads: Certain malformed assets (e.g., videos created using some video ripper software) do not play or export properly in Google Web Designer.
    Video ads: Certain colored text can have a slight drop shadow in the exported video (compression artifact).

[close]

http://www.google.com/webdesigner
Titel: Atom 1.59.0 Beta 0
Beitrag von: SiLæncer am 28 Juli, 2021, 07:36
Whats new:>>

Enable default editor keymaps for editors located outside atom-workspace
Implementing tree-sitter based indentation logic

https://atom.io/
Titel: OutWiker 3.1.0.892 Beta
Beitrag von: SiLæncer am 29 Juli, 2021, 11:40
(https://s26.postimg.cc/87bx6b16h/screenshot_33.png)
OutWiker is an open-source personal wiki and outliner. Notes are stored in a tree, and kept in the form of directories on the disk. This encourages changing the base by external sources and programs. Currently there are three types of pages supported: plain text, HTML, and wiki. External files (such as pictures) can be attached to pages, and pages can be linked to each other. Each tree branch can be opened as a separate wiki. Other features include tag support, global search (notes and tags), bookmarks, HTML syntax highlighting and icons for notes.

OutWiker can be downloaded with or without plugins, as well as for Linux systems.

License : GPL

Changelog

Improve hotkeys for attachments panel.

[close]

http://jenyay.net/Outwiker/English
Titel: VNote 3.5.1
Beitrag von: SiLæncer am 29 Juli, 2021, 19:38
Whats new:>>

LocationList: fix recently introduced regression when highlighting segments of text

https://github.com/tamlok/vnote
Titel: QOwnNotes 21.7.13
Beitrag von: SiLæncer am 29 Juli, 2021, 20:30
(https://s26.postimg.cc/hoi1ahlcp/screenshot_978.png)
QOwnNotes is a text editor / notepad replacement with markdown support and todo list manager. The program supports themes, keyboard shortcuts, syntax highlighting, and encryption. Includes available nested file list, tags, search, and more. Optionally works with the notes application ownCloud or Nextcloud.

Cross-platform with clients available for Mac and Linux.

License: GPL

Changelog

    added a new editor color schema Oomox Shack by @LetsHaveKiddos
    (for #2196)
    added more translation (thank you rawfreeamy, manuelasmiley, p-bo, amirkbrpr, marcoxbresciani)

[close]

https://www.qownnotes.org/
Titel: CudaText 1.139.5.0
Beitrag von: SiLæncer am 29 Juli, 2021, 21:20
(https://s26.postimg.cc/k6wu8qcrt/screenshot_901.png)
Create programming scripts with this powerful tool that supports more than 130 languages and allows users to work concurrently on as many as six groups of projects.

Freeware

Changelog

    add: reduce flickering of folding-bar on editing: now folding-bar is not refreshed until the entire document is parsed
    add: Project Manager: faster open huge folders (patch by @memstream)
    add: better find conflicts of hotkeys, e.g. 'Ctrl+K' vs 'Ctrl+K * Ctrl+M' (thanks @veksha)
    add: save history key 'session' as relative to the path of the 'settings' dir (thanks @veksha)
    add: Wiki topic https://wiki.freepascal.org/CudaText#UI_scaling
    fix: on Windows, plugin 'LSP Client' could not show its hover-dialog (thanks @veksha)

[close]

https://www.uvviewsoft.com/cudatext/
Titel: Vim 8.2.3249
Beitrag von: SiLæncer am 30 Juli, 2021, 07:43
(https://s26.postimg.cc/xww5nc4zt/screenshot_1282.png)
A highly configurable text editor built to enable efficient text editing - an improved version of the vi editor distributed with most UNIX systems.

Freeware

Changes:>>

8.2.3249: Vim9: error for re-imported function with default argument

http://www.vim.org/index.php
Titel: QOwnNotes 21.7.14
Beitrag von: SiLæncer am 30 Juli, 2021, 19:45
(https://s26.postimg.cc/hoi1ahlcp/screenshot_978.png)
QOwnNotes is a text editor / notepad replacement with markdown support and todo list manager. The program supports themes, keyboard shortcuts, syntax highlighting, and encryption. Includes available nested file list, tags, search, and more. Optionally works with the notes application ownCloud or Nextcloud.

Cross-platform with clients available for Mac and Linux.

License: GPL

Changelog

the first app is now shown if a 2nd instance is started in single instance mode
(for #2198)

[close]

https://www.qownnotes.org/
Titel: Vim 8.2.3253
Beitrag von: SiLæncer am 31 Juli, 2021, 07:10
Changes:>>

8.2.3253: channel test fails randomly

http://www.vim.org/index.php
Titel: BirdFont 4.19.1
Beitrag von: SiLæncer am 01 August, 2021, 08:20
(https://s26.postimg.cc/rd1s4grdl/screenshot_137.png)
BirdFont is a free font editor that lets you create vector graphics and export TTF, EOT & SVG fonts.

Donationware

Whats new:>>

    Fix SVG import (Vectornator)
    Support gor oldstyle figures (OTF tag onum)

https://birdfont.org/
Titel: PilotEdit Lite 15.5.0
Beitrag von: SiLæncer am 01 August, 2021, 18:10
(http://www.pilotedit.com/images/OpenInQuickMode.PNG)
PilotEdit is a text, hex, XML, C/C++, HTML, PHP, Java, Javascript and Perl editor that can edit large files of 400GB (40 billion lines).

It offers customizable syntax and keyword highlighting, advanced search and replace operations, automatic text encoding, 256-bit AES encryption/decryption and a built-in FTP/SFTP client lets you open, edit, download and upload large files directly to/from a FTP/SFTP server.

In addition to standard text editing features, PilotEdit can compare and merge two large files of 100GB (10 billion lines). You can also sort, find/remove duplicate lines and extract strings over a large file of 1GB.

Freeware

Whats new:>>

Iincludes improvements over PHP file type.

http://www.pilotedit.com/
Titel: Vim 8.2.3273
Beitrag von: SiLæncer am 02 August, 2021, 08:15
Changelog

8.2.3273: autocmd test fails
8.2.3272: cannot use id zero with prop_find()
8.2.3271: Vim9: cannot use :command or :au with block in :def function
8.2.3270: prop_find() finds property with ID -2
8.2.3269: Vim9: wrong argument check for partial
8.2.3268: cannot use a block with :autocmd like with :command
8.2.3267: Vim9: crash when disassembling using deleted script variable
8.2.3266: Vim9: assignment with two indexes may check next line
8.2.3265: smartcase does not work correctly in very magic pattern
8.2.3264: Vim9: assign test fails
8.2.3263: Vim9: "..=" does not accept same types as the ".." operator
8.2.3262: build failure when ABORT_ON_INTERNAL_ERROR is defined
8.2.3261: Vim9: when compiling repeat(123, N) return type is number
8.2.3260: build failure with small features
8.2.3259: when 'indentexpr' causes an error did_throw may hang
8.2.3258: error messages have the wrong text
8.2.3257: calling prop_find() with -1 for ID gives errornous error
8.2.3256: executable test may fail on new Ubuntu system
8.2.3255: ci" finds following string but ci< and others don't
8.2.3254: win_gettype() does not recognize a quickfix window

[close]

http://www.vim.org/index.php
Titel: Textadept 11.2
Beitrag von: SiLæncer am 02 August, 2021, 08:40
(http://foicica.com/textadept/images/splitviews.png)
Textadept will provide users with a fast, minimalist, and ridiculously extensible text editor. At its core lies less than 2000 lines of C code, and that's how it always will be. While other editors rely on recordable macros to speed up workflow, shell scripts to quickly transform text, and static side panes to manage your documents, files, and more.

Textadept takes it to the extreme: it gives you complete control over the entire application using the embedded Lua language. Lua is nearly as fast as C, and has a very small footprint. In fact, most of Textadept is written in Lua.

License : MIT License ( Donationware )

Changelog

Bugfixes:

    Fixed trailing newline bug when filtering through with multiple/rectangular selection.
    Scintilla: Fixed bug in buffer:get_last_child() when level is -1.
    Scintilla: Word searching behaves more consistently at buffer boundaries.

Changes:

    Scintilla: Allow setting the appearance and color of character representations.
    Scintilla: Added buffer:replace_rectangular().
    Scintilla: Optimize search in documents that contain mainly ASCII text.
    Updated to Scintilla 5.1.1.

[close]

http://foicica.com/textadept/
Titel: QOwnNotes 21.8.0
Beitrag von: SiLæncer am 02 August, 2021, 21:30
Whats new:>>

    after notes are imported by draging and dropping text files into the application
    the note folder is now reloaded automatically so the notes show up in the note list
    added more translation (thank you manuelasmiley, rawfreeamy, milotype)

https://www.qownnotes.org/
Titel: CudaText 1.140.0.0
Beitrag von: SiLæncer am 02 August, 2021, 21:40
Changelog

    Add: option "detect" supports double extensions too: "*.ext1.ext2"
    Add: reduce flickering of folding-bar on editing: now folding-bar is not refreshed until the entire document is parsed
    Add: Project Manager: faster open huge folders (patch by @memstream)
    Add: better find conflicts of hotkeys, e.g. 'Ctrl+K' vs 'Ctrl+K * Ctrl+M' (thanks @veksha)
    Add: save history key 'session' as relative to the path of the 'settings' dir (thanks @veksha)
    Add: when "cudatext /etc/something" cannot create a new file, it shows an error (thanks @tmsg)
    Add: Addon Manager: show '◄git►' label in addon menus
    Add: lexer Markdown: minor fixes, support CriticMarkup marks of 5 kinds
    Add: Wiki topic https://wiki.freepascal.org/CudaText#UI_scaling
    Fix: UI bugs in the "Settings - theme - ui" dialog (thanks @bogen85)
    Fix: regression with option "underline_color_size":11 (thanks @bogen85)
    Fix: regression with rendering 'hex form of non-ASCII chars'
    Fix: additional fix in multi-threaded parser
    Fix: on Windows, plugin 'LSP Client' could not show its hover-dialog (thanks @veksha)

[close]

https://www.uvviewsoft.com/cudatext/
Titel: Vim 8.2.3279
Beitrag von: SiLæncer am 03 August, 2021, 08:23
Changelog

8.2.3279: Vim9: cannot use block in cmdline window
8.2.3278: Vim9: error when adding 1 to float
8.2.3277: Vim9: compiled has() does not work properly
8.2.3276: Vim9: exists() can only be evaluated at runtime
8.2.3275: optimizer can use hints about ga_grow() normally succeeding
8.2.3274: macro for printf format check can be simplified

[close]

http://www.vim.org/index.php
Titel: SavageEd2 v0.8.11
Beitrag von: SiLæncer am 03 August, 2021, 19:40
(https://i.postimg.cc/SR3GnkgK/screenshot-2760.png)
SavageEd2 is a very small and fast Windows notepad replacement written in x86 assembly language (HLA). It can edit files of any size, limited only by memory. It can encrypt text files using AES encryption with 256 bit key (max 32 character password) in .enc format. It has Pattern searching features.

License: Freeware

Whats new:>>

fixed ctrl-e was causing centered text in word wrap mode

https://github.com/Androthi/SavageEd
Titel: Vim 8.2.3281
Beitrag von: SiLæncer am 04 August, 2021, 08:10
Whats new:>>

8.2.3281: Vim9: TODO items in tests can be taken care of

http://www.vim.org/index.php
Titel: Vim 8.2.3290
Beitrag von: SiLæncer am 05 August, 2021, 08:10
Whats new:>>

Vim9: compiling dict may use pointer after free

http://www.vim.org/index.php
Titel: Vim 8.2.3299
Beitrag von: SiLæncer am 06 August, 2021, 09:10
Whats new:>>

8.2.3299: Vim9: exists() does not handle much at compile time
8.2.3298: build failure with small features
8.2.3297: cannot use all commands inside a {} block
8.2.3296: Vim9: cannot add a number to a float
8.2.3295: 'cursorline' should not apply to 'breakindent'
8.2.3294: Lua: memory leak when adding dict item fails
8.2.3293: finding completions may cause an endless loop
8.2.3292: underscore in very magic pattern causes a hang
8.2.3291: Coverity warns for not checking return value

http://www.vim.org/index.php
Titel: QOwnNotes 21.8.1
Beitrag von: SiLæncer am 06 August, 2021, 11:30
(https://s26.postimg.cc/hoi1ahlcp/screenshot_978.png)
QOwnNotes is a text editor / notepad replacement with markdown support and todo list manager. The program supports themes, keyboard shortcuts, syntax highlighting, and encryption. Includes available nested file list, tags, search, and more. Optionally works with the notes application ownCloud or Nextcloud.

Cross-platform with clients available for Mac and Linux.

License: GPL

Changelog

    the Web Companion browser extension was updated to version 21.8.0
        migrated to webextension-toolbox 4 and webpack 5 to fix vulnerabilities
        added more Croatian translation
    added more French, Spanish translation (thank you rawfreeamy)

[close]

https://www.qownnotes.org/
Titel: CudaText 1.140.5.1
Beitrag von: SiLæncer am 06 August, 2021, 20:00
(https://s26.postimg.cc/k6wu8qcrt/screenshot_901.png)
Create programming scripts with this powerful tool that supports more than 130 languages and allows users to work concurrently on as many as six groups of projects.

Freeware

Changelog

    Add: better calculation of font color for HTML colors like #rrggbb (patch by @bogen85)
    Change: option "autocomplete_autoshow_chars" now calls the listbox less agressively (now it's called in the application-idle event)
    Fix: "autocomplete_autoshow_chars" gave a crash (thanks @halfbrained, @demanuel)
    Fix: Options Editor gave an error with older Python 3.5
    Fix: RegEx engine was failing in AArch64 version (and Solaris OS)
    Fix: minor fixes in lexers Markdown, reST

[close]

https://www.uvviewsoft.com/cudatext/
Titel: Vim 8.2.3301
Beitrag von: SiLæncer am 07 August, 2021, 09:10
(https://s26.postimg.cc/xww5nc4zt/screenshot_1282.png)
A highly configurable text editor built to enable efficient text editing - an improved version of the vi editor distributed with most UNIX systems.

Freeware

Changes:>>

Memory allocation functions don't have their own place

http://www.vim.org/index.php
Titel: QOwnNotes 21.8.2
Beitrag von: SiLæncer am 07 August, 2021, 18:00
Whats new:>>

    if you don't have note subfolders enabled for the current note folder the
    import of folders is now automatically disabled in the Joplin note import (for #2189)
    the Web Companion browser extension was updated to version 21.8.1
        update dependencies
    added more Italian translation (thank you marcoxbresciani)

https://www.qownnotes.org/
Titel: TEA 60.5.0
Beitrag von: SiLæncer am 07 August, 2021, 20:15
(https://s26.postimg.cc/h1i60dicp/screenshot_255.png)
TEA is a graphical text editor. Its name is an acronym for Text Editor of the Atomic Era. It is designed for low resource consumption, a wide range of functions and adaptability.

License: GPLv3

Changelog

    This release fixes many things. The Single application mode fixed forever! DJVU support and poppler-qt6 detected by cmake properly.
    Also, FB2 reader has been improved a lot - TEA now becomes a very fast FB2-reader without image support.

[close]

http://semiletov.org/tea/
Titel: Vim 8.2.3313
Beitrag von: SiLæncer am 08 August, 2021, 09:40
Changes:>>

unused code in win_exchange() and frame_remove()

http://www.vim.org/index.php
Titel: Jovial Notepad 2.5
Beitrag von: SiLæncer am 08 August, 2021, 18:30
(https://i.postimg.cc/63DQRgQ6/screenshot-2555.png)
A lightweight and straightforward text editor with syntax highlight capabilities and also securing your work with an implemented encryption option.

Freeware

Changelog

    Enhancements:

    Now theme files can be in .txt extension, in addition to .thm extension

    New Features:

    (Refer to JovialNotepad-2.5-QuickStartGuide.txt for the new features detailed description)
    Added Text Lookup feature (with user-customisation support)
    Added File Link feature (with user-customisation support)

[close]

https://sourceforge.net/projects/jovialnotepad/
Titel: Vim 8.2.3318
Beitrag von: SiLæncer am 09 August, 2021, 07:15
Changes:>>

8.2.3314: behavior of exists() in a :def function is unpredictable
8.2.3315: Cannot use single quote in a float number for readability.
8.2.3316: float test fails
8.2.3317: Vim9: No error for missing white space before return type.
8.2.3318: Vim9: cannot ignore quotes in number at the command line

http://www.vim.org/index.php
Titel: Vim 8.2.3322
Beitrag von: SiLæncer am 10 August, 2021, 09:10
Changes:>>

8.2.3322: Vim9: checking type of dict does not check member type
8.2.3321: some code is not tested
8.2.3320: some local functions are not static
8.2.3319: Coverity action on github does not work

http://www.vim.org/index.php
Titel: Vim 8.2.3326
Beitrag von: SiLæncer am 11 August, 2021, 09:20
Changes:>>

Vim9: no error passing an empty list of the wrong type

http://www.vim.org/index.php
Titel: Vim 8.2.3332
Beitrag von: SiLæncer am 12 August, 2021, 09:10
Changes:>>

Vim9: cannot assign to range in list

http://www.vim.org/index.php
Titel: Notepad++ 8.1.3
Beitrag von: SiLæncer am 12 August, 2021, 21:30
(https://i.postimg.cc/90QrsKpv/screenshot-818.png)
Notepad++ is a tabbed source code editor and Notepad replacement with a customizable interface. It is one of the few few source code editors that supports "folding," allowing users to quickly reduce and expand sections of code to see the overall document. In addition, it features multi-language syntax highlighting, auto-completion, regular expression search/replace, macro recording and playback, etc. The program can access a long list of plug-ins via an easy-to-access menu with even more features and functions.

License: GPL

Changelog

    Dark mode enhancement: 95.427% dialogs are dark-modable. (Implement #10061, #10287, #10285, #10283, #10275, #10273, #10269, #10049, #10196, #10066, #10264, #10242, #10255, #10253, #10210, #10251, #10249, #10247, #10245, #10236, #10233, #10178, #10069, #10205, #10027, #10221, #10230, #10226)
    Improve GUI display under high DPI.
    Add Markdown UDL of dark mode in release packages. (Fix #10196)
    Fix crash issue when several instances of the save dialogs are shown. (Fix #10290)
    Fix save dialog not working on Windows Vista. (Fix #10238)
    Add the capacity to switch among Find/Replace/FiF/Mark via their shortcuts. (Implement #10019)
    Make Document List Panel togglable via View menu and shortcutable in shortcut mapper. (Implement #3526, #9015)
    Fix Function list current empty lost issue while Sort/Unsort/Save/Reload. (Fix #8819, #10280, #10294)
    Fix Functions list scrolling to the top on file save issue. (Fix #9659)
    Fix wrong path in tooltip of tab in RTL mode. (Fix #8520)
    Fix the file drag and drop bug in RTL mode. (Fix #8730)
    Add filter capacity in Shortcut mapper by shortcut key combination (Implement #5616, #9316)
    Add copy file names capacity from Windows dialog. (Implement #10123)
    Fix shortcut conflict detection error in Shortcut mapper while filtering. (Fix #5374)
    Increase macro, user command and plugin command number capacity. (Fix #10263)

[close]

Download: https://github.com/notepad-plus-plus/notepad-plus-plus

https://notepad-plus-plus.org/
Titel: QOwnNotes 21.8.3
Beitrag von: SiLæncer am 12 August, 2021, 22:30
Whats new:>>

    UTF-8 problems on Windows with the Joplin note import were fixed
    (for #2200)
    added more translation (thank you marcoxbresciani, fitoschido, marterra, mguerra, amirkbrpr)

https://www.qownnotes.org/
Titel: Vim 8.2.3336
Beitrag von: SiLæncer am 13 August, 2021, 10:10
Changes:>>

Behavior of negative index in list change changed.

http://www.vim.org/index.php
Titel: Zettlr 2.0.0 Beta 1
Beitrag von: SiLæncer am 13 August, 2021, 18:50
(https://s26.postimg.cc/vfll9p4mh/screenshot_956.png)
Write text and conveniently edit it using Markdown with the help of this user-friendly and well-thought-out, Electron based application.

MIT License

Changelog

    Display equations are now actually centered in the preview
    The toolbar's footnote button works again
    Code blocks with Pandoc-style identifiers ({.language other-attributes ...}) should now be generally highlighted correctly
    The editor's context menu can be used again and isn't disabled
    File duplication in the combined file manager mode works again
    The file tree now has a filter option as well, so using the combined file manager mode gives you all the bells and whistles of the thin and expanded modes
    Speed up loading of large file trees by a large margin
    Enable the usage of either the operating system's accent colour or the theme's accent colour (only available on Windows and macOS)
    You can now load in .bib-bibliography files in the export preferences

[close]

Download: https://github.com/Zettlr/Zettlr/releases

https://www.zettlr.com/
Titel: Vim 8.2.3340
Beitrag von: SiLæncer am 14 August, 2021, 09:10
(https://s26.postimg.cc/xww5nc4zt/screenshot_1282.png)
A highly configurable text editor built to enable efficient text editing - an improved version of the vi editor distributed with most UNIX systems.

Freeware

Changes:>>

Accessing uninitialized pointer.

http://www.vim.org/index.php
Titel: EmEditor 21.0.1
Beitrag von: SiLæncer am 14 August, 2021, 09:30
(https://1z9j8fz5fww49iaje1itey71-wpengine.netdna-ssl.com/wp-content/uploads/2013/09/EmEditorFree_Window.png)
EmEditor is a lightning-fast, tabbed text editor with themes, syntax highlighting, stay-on-top, and customizable keyboard mapping. The program supports batch find-and-replace, regular expressions, and more.

The program beat a variety of other text editors in tests performed by TPFC user TP109. Additional features are available via a non-free version.

Changelog

Added an ability tassign keyboard shortcuts tall layouts, not just Layout 1.
The default layouts became Full Screen for Layout 1 (F11) and Focus Mode for Layout 2 (Alt+F11).
Windows 7 only: Fixed a bug where the Update Checker crashed with a message “eeinst.exe has stopped working” if you try updating within from EmEditor.
Fixed a bug where EmEditor might have crashed when running a macrafter running another macrand a new group windows is created (alshappened on previous versions).
Fixed a bug where Even Lines color was not reflected at the current line when Even Lines color is customized (alshappened on previous versions).
Portable versions only: Fixed a bug where the window position was not restored after comparison.

[close]

https://www.emeditor.com/text-editor-features/history/emeditor-free/
Titel: VNote 3.6.0
Beitrag von: SiLæncer am 14 August, 2021, 10:30
(https://s26.postimg.cc/871od8huh/screenshot_1147.png)
Peculiar yet interesting, open source piece of software that sports both Markdown editing capabilities and note management features.

MIT License

Changelog

Support Image Host with GitHub and Gitee.

[close]

https://github.com/tamlok/vnote
Titel: CudaText v1.141.0
Beitrag von: SiLæncer am 14 August, 2021, 18:00
(https://s26.postimg.cc/k6wu8qcrt/screenshot_901.png)
Create programming scripts with this powerful tool that supports more than 130 languages and allows users to work concurrently on as many as six groups of projects.

Freeware

Changelog

+ add: duplicate bookmarks history to another key inside "history files.json"; later only this new key will be used and old bookmarks-history in session files will be ignored (thanks @MiroslavMatas)
+ add: better calculation of font color for highlighted HTML color tokens, like #rrggbb (patch by @bogen85)
+ add: lexer Python: highlight UPPERCASE words
+ add: lexer C++: support _asm/__asm blocks for MSVC
+ add: lexer Bash: support '\' char leading in line (it's not escape)
* change: option "autocomplete_autoshow_chars" now calls the listbox less agressively (now it's called in the application-idle event)
- fix: Indent/UnIndent were skipping whitespace-only lines (thanks @halfbrained)
- fix: UI issue when code-tree is clicked, then UI-tab title is clicked
- fix: API of Project Manager: fix for getting project variables (by @halfbrained)
- fix: option "autocomplete_autoshow_chars" gave a crash (thanks @halfbrained, @demanuel)
- fix: plugin Options Editor gave an error with old Python 3.5
- fix: RegEx engine was failing in AArch64 version (and Solaris OS)
- fix: lexers Markdown, reST: minor issues

[close]

https://www.uvviewsoft.com/cudatext/
Titel: Texmaker 5.1.0
Beitrag von: SiLæncer am 14 August, 2021, 18:45
(https://i.postimg.cc/pTv5K008/screenshot-770.png)
Umfangreicher LaTeX-Editor mit integrierten Tools und Funktionen wie Syntax-Highlighting, 370 mathematischen Symbolen und Ausdrücken, Suchen und Ersetzen oder Rechtschreibprüfung; konvertiert zudem LaTeX ins HTML-Format.

Lizenz: Open Source

Changelog

    Compatibility with Qt6 has been added. Texmaker can now be compiled with Qt5 (>=5.7) and Qt6 (>= 6.2). This ensures that Texmaker will be available for, at least, the next ten years.
    The internal pdf engine (from chromium) has been updated
    Hunspell has been updated to 1.7.O
    Synctex has been updated to 1.21
    Default windows paths are now searched in the windows registry and path
    A potential trouble with user commands beginning with a space has been fixed
    The texmaker.appdata.xml file has been updated
    GTK-based theming for systems without a "GTK+" theme has been added
    A bug with the use of latexmk with the use of the "output directory" option has been fixed
    The pdf viewer is replaced in the default position on the main screen if it has been closed on a screen which is no more connected
    The scale in the pdf viewer is now automatically adapted after closing/restoring the list of pages panel
    Layout has been improved in the find/replace widgets
    The obsolete use of QTScript has been replaced by QJSEngine
    The ability to change the interface font has been expanded to windows and macos
    The ability to check spelling/grammar the text extracted from a pdf page in the internal pdf viewer is back (via online languagetool)
    A link to import more spell dictionaries has been added to the configuration dialog

[close]

http://www.xm1math.net/texmaker/download.html
Titel: Vim 8.2.3346
Beitrag von: SiLæncer am 15 August, 2021, 09:15
Changes:>>

Vim9: no error for using "." for concatenation after ":vim9cmd"

http://www.vim.org/index.php
Titel: RisohEditor 5.6.2
Beitrag von: SiLæncer am 15 August, 2021, 10:00
(https://i.postimg.cc/8P4z4Swt/screenshot-799.png)
"RisohEditor" is a free resource editor for Win32 development, created by Katayama Hirofumi MZ. RisohEditor realized the ideal of resource editor. "Risoh" means "ideal" in Japanese. RisohEditor can add, edit, extract, clone and remove the resource data in EXE/DLL files. You can edit Windows resources (Dialogs, Menus, Icons, Cursors, String Tables, Message Tables etc.) by using RisohEditor.

NOTICE: Please avoid installing in "C:\Program Files" or "C:\Program Files (x86)". Because the resource compiler (windres) doesn't accept space character in the file path.

Freeware

Changelog

    Enlarged width of "Save Options" and "Export Options" dialogs.
    Added workaround to add message tables on Microsoft compatible mode.

[close]

https://katahiromz.web.fc2.com/re/en/index.html#intro
Titel: QOwnNotes 21.8.5
Beitrag von: SiLæncer am 15 August, 2021, 11:00
(https://s26.postimg.cc/hoi1ahlcp/screenshot_978.png)
QOwnNotes is a text editor / notepad replacement with markdown support and todo list manager. The program supports themes, keyboard shortcuts, syntax highlighting, and encryption. Includes available nested file list, tags, search, and more. Optionally works with the notes application ownCloud or Nextcloud.

Cross-platform with clients available for Mac and Linux.

License: GPL

Changelog

21.8.5

    a minimum of 3 headline separator characters are now used to produce valid
    Markdown tables when pressing Ctrl + Space in a table
    (for #2206)

21.8.4

In Markdown tables you now can also automatically shrink the headline separator columns if needed when pressing Ctrl + Space (for #2206)

[close]

https://www.qownnotes.org/
Titel: Vim 8.2.3354
Beitrag von: SiLæncer am 16 August, 2021, 09:10
changes:>>

build failure with +byte_offset but without +textprop

http://www.vim.org/index.php
Titel: QOwnNotes 21.8.6
Beitrag von: SiLæncer am 16 August, 2021, 10:20
Whats new:>>

alignment characters in the headline separator line of a Markdown table are now
not counted anymore to the minimum of 3 headline separator characters that are needed
to produce a valid Markdown table when pressing Ctrl + Space
in a table (for #2206)

https://www.qownnotes.org/
Titel: Text Editor Pro 17.0.0
Beitrag von: SiLæncer am 16 August, 2021, 10:30
(https://s26.postimg.cc/hfdkhoj9l/screenshot_896.png)
Text Editor Pro (formerly EditBone) is a powerful text editing tool that comes with syntax highlighting support for over 50 languages and scripts, customizable with over 100 options, 29 ready made styles, a handy file comparison feature, unicode character map, numerical unit convert tool, SQL formatter, and support for multiple directories and search results.

Freeware

Changelog

    Added highlighter for DWScript
    Added highlighter for Structured Text
    Added internal SQL formatter - new project, development has only just begun
    Added PDF file view (separated PDFium.dll file download)
    Added Windows 11 dark and light skins
    Added Windows 11 dark color theme
    Fixed AutoIt v3 highlighter
    Fixed close all other
    Fixed replace
    Fixed save all
    Fixed search
    Fixed SQL formatter options
    Fixed SQL highlighters
    Fixed text editor control
    Optimized directory
    Optimized find in files
    Optimized startup
    Updated language files
    Updated and fixed AlphaControls v16.14 - http://www.alphaskins.com/

[close]

https://texteditor.pro/
Titel: PSPad 5.0.7 Build 681 Dev
Beitrag von: SiLæncer am 16 August, 2021, 11:10
(http://images.six.betanews.com/screenshots/1076948037-1.png)
PSPad is a universal freeware editor. There is no complex install process; the program is ready to work immediately, without requiring customization. It supports many file types and languages, with syntax highlighting. There are macros, clip files and templates to automate repetitive activities. An integrated HEX Editor, Project support, FTP Client, Macro Recorder, File Search/Replace, Code Explorer, code page conversion, are just some of the many possibilities that PSPad can offer you.

Freeware

Changelog

    News:

    New Delphi 11 compiler with default memory manager - test

    Fixes:

    Ruller content after program start
    Code clips activation after file load
    Other fixes reported by users

[close]

http://www.pspad.com/
Titel: QOwnNotes 21.8.7
Beitrag von: SiLæncer am 16 August, 2021, 21:00
Whats new:>>

    fixed a status bar message without timeout
    fall back to just counting a minimum of 3 headline separator characters in a Markdown
    table when pressing Ctrl + Space, because it looks more beautiful
    and no converters seem to have issues with it (for #2206)
    added more Polish, Hungarian, Dutch translation (thank you manuelasmiley, rawfreeamy)

https://www.qownnotes.org/
Titel: Vim 8.2.3356
Beitrag von: SiLæncer am 17 August, 2021, 08:10
changes:>>

adding many text properties requires a lot of function calls

http://www.vim.org/index.php
Titel: nanDECK 1.26.1
Beitrag von: SiLæncer am 17 August, 2021, 08:20
(https://www.portablefreeware.com/screenshots/scrOwgPgp.png?0.6930669409302652)
nanDECK is a scripting graphic software that provides a simple yet flexible language to create multiple images suited for cards or counters .

Freeware

http://www.nand.it/nandeck
Titel: Typora 0.11.5 Beta
Beitrag von: SiLæncer am 17 August, 2021, 10:20
(https://i.postimg.cc/25xV0Fq1/Virtual-DVD.png)
Swiftly write, edit, format and convert text to HTML with the help of this modern looking, streamlined and novice-accessible piece of software.

Freeware

Changelog
   

    Fix sidebar keeps loading on Linux
    Fix editing bugs on links and math
    Fix math style in exported PDF
    Fix context menu not working on source code mode
    Add nim, solidity code syntax support
    Fix bug that cannot embed YouTube videos
    Fix copy content not copy images as configured
    Other bug fix

[close]

https://www.typora.io/
Titel: Text Editor Pro 17.0.1
Beitrag von: SiLæncer am 17 August, 2021, 21:10
(https://s26.postimg.cc/hfdkhoj9l/screenshot_896.png)
Text Editor Pro (formerly EditBone) is a powerful text editing tool that comes with syntax highlighting support for over 50 languages and scripts, customizable with over 100 options, 29 ready made styles, a handy file comparison feature, unicode character map, numerical unit convert tool, SQL formatter, and support for multiple directories and search results.

Freeware

Changelog

    Fixed PDF view control
    Fixed PDFium packages
    Fixed Windows 11 Dark skin
    Fixed SQL formatter
    Fixed options
    Fixed text editor control
    Fixed encoding chang

[close]

https://texteditor.pro/
Titel: CudaText 1.141.5.0
Beitrag von: SiLæncer am 17 August, 2021, 22:10
(https://s26.postimg.cc/k6wu8qcrt/screenshot_901.png)
Create programming scripts with this powerful tool that supports more than 130 languages and allows users to work concurrently on as many as six groups of projects.

Freeware

Changelog

    add: HTML auto-completion: support "type" attribute which must contain MIME-type, show possible MIME-types as completion values (thanks @eltonfabricio10)
    add: HTML lexer and auto-completion: support all ~25 boolean attribs, ie attribs without '=' and value
    add: better render tall letters like 'jy' with "spacing_y":-1 or -2 (thanks @halfbrained)
    add: Project Manager: additional 'gear' toolbar icon for 'Project properties' dialog
    fix: incorrect position of micromap when "scrollbar_themed":false
    fix: Project Manager: cannot remove a root node sometimes after app restart (thanks @MiroslavMatas)
    fix: regression: crash on closing single tab in group-2 with '2 groups view'

[close]

https://www.uvviewsoft.com/cudatext/
Titel: Vim 8.2.3358
Beitrag von: SiLæncer am 18 August, 2021, 09:10
(https://s26.postimg.cc/xww5nc4zt/screenshot_1282.png)
A highly configurable text editor built to enable efficient text editing - an improved version of the vi editor distributed with most UNIX systems.

Freeware

Changes:>>

8.2.3358: structurizr files are not recognized

http://www.vim.org/index.php
Titel: Texmaker 5.1.1
Beitrag von: SiLæncer am 19 August, 2021, 11:20
(https://i.postimg.cc/pTv5K008/screenshot-770.png)
Umfangreicher LaTeX-Editor mit integrierten Tools und Funktionen wie Syntax-Highlighting, 370 mathematischen Symbolen und Ausdrücken, Suchen und Ersetzen oder Rechtschreibprüfung; konvertiert zudem LaTeX ins HTML-Format.

Lizenz: Open Source

Changelog

    A critical bug on the windows version compiled with msvc 2019 while inserting a symbol has been fixed
    A trouble in the syntax highlighting with the verb latex command has been fixed

[close]

http://www.xm1math.net/texmaker/download.html
Titel: Zettlr 2.0.0 Beta 2
Beitrag von: SiLæncer am 19 August, 2021, 19:40
(https://s26.postimg.cc/vfll9p4mh/screenshot_956.png)
Write text and conveniently edit it using Markdown with the help of this user-friendly and well-thought-out, Electron based application.

MIT License

Changelog

The third beta addresses a few urgent nuisances which you have reported after the release of beta.1. Notably, it re-introduces the autosave feature which many of you were missing and it fixes a bug that could lead to data loss. Additionally, the styling for the Linux releases has been further improved.

[close]

Download: https://github.com/Zettlr/Zettlr/releases

https://www.zettlr.com/
Titel: EmEditor Free v21.1
Beitrag von: SiLæncer am 19 August, 2021, 20:40
(https://1z9j8fz5fww49iaje1itey71-wpengine.netdna-ssl.com/wp-content/uploads/2013/09/EmEditorFree_Window.png)
EmEditor is a lightning-fast, tabbed text editor with themes, syntax highlighting, stay-on-top, and customizable keyboard mapping. The program supports batch find-and-replace, regular expressions, and more.

The program beat a variety of other text editors in tests performed by TPFC user TP109. Additional features are available via a non-free version.

Changelog

New General Features

    By default, the new version does not change the default macro when you select one of My Macros or press the shortcut key assigned to a macro. This behavior is customizable by the Running one of My Macros will set it as the default macro check box in the Options page of the Customize Macros dialog box.
    Added the Set Default command to the right-click menu on one of My Macros on the Macros menu.
    The new version sets the Use DirectWrite option by default.
    The new version shows many OS-supported Emoji Sequences and Emoji ZWJ Sequences correctly when you move the cursor or select the Character Code Value command.

New Options

    Added the Set this as the default macro and Suppress redraw check boxes to the Macro Temporary Options dialog box.
    Added the (Clipboard) option to the menu displayed when the …▼ button is clicked in Macro Temporary Options dialog box.
    Added the Set this as the default macro check box to the Advanced Open dialog box.
    Added the Running one of My Macros will set it as the default macro check box to the Options page of the Customize Macros dialog box.

Macro New Features

    Added the nType parameter to the WriteProfileString method of the Editor object.

[close]

https://www.emeditor.com/text-editor-features/history/emeditor-free/
Titel: QOwnNotes 21.8.8
Beitrag von: SiLæncer am 19 August, 2021, 22:10
(https://s26.postimg.cc/hoi1ahlcp/screenshot_978.png)
QOwnNotes is a text editor / notepad replacement with markdown support and todo list manager. The program supports themes, keyboard shortcuts, syntax highlighting, and encryption. Includes available nested file list, tags, search, and more. Optionally works with the notes application ownCloud or Nextcloud.

Cross-platform with clients available for Mac and Linux.

License: GPL

Changelog

    highlighting support for numbered list checkboxes was added
    (for #134, thank you @Waqar144)
    fixed a problem with strikeout and code inline formatting in the same line
    (for #2205, thank you @Waqar144)
    added more Sinhala, French, Spanish, Danish, German, Hungarian, Italian, Dutch
    translation (thank you helabasa, rawfreeamy)

[close]

https://www.qownnotes.org/
Titel: Vim 8.2.3360
Beitrag von: SiLæncer am 20 August, 2021, 09:10
Changes:>>

user function completion fails with dict function

http://www.vim.org/index.php
Titel: BaseX 9.6
Beitrag von: SiLæncer am 20 August, 2021, 10:10
(https://s26.postimg.cc/zexqg30d5/screenshot_63.png)
BaseX is a Java-based software application that integrates an XML database and XQuery text editor. It is wrapped in a user-friendly working environment and comes packed with several useful options and configuration parameters for experienced users.

BSD License

Changelog

    XQUERY: MODULES, FEATURES:

    Archive Module, archive:write: stream large archives to file
    SQL Module: support for more SQL types
    Full-Text Module, ft:thesaurus: perform Thesaurus queries
    Fulltext, fuzzy search: specify Levenshtein limit
    UNROLLLIMIT option: controll limit for unrolling loops

    XQUERY: JAVA BINDINGS:

    Java objects of unknown type are wrapped into function items
    results of constructor calls are returned as function items
    the standard package java.lang. has become optional
    array arguments can be specified with the middle dot notation
    conversion can be controlled with the WRAPJAVA option
    better support for XQuery arrays and maps

    WEB APPLICATIONS:

    RESTXQ: Server-Timing HTTP headers are attached to the reponse

[close]

http://basex.org/
Titel: CudaText 1.142.0.0
Beitrag von: SiLæncer am 20 August, 2021, 21:50
Changelog

    Add: new command-line parameter '-p', allows to run for example Differ plugin with 2 file names
    Add: syntax-theme now has not-configurable last styles TextBold, TextItalic, TextBoldItalic; and added 3 new not-configurable styles: TextCrossBold, TextCrossItalic, TextCrossBoldItalic
    Add: for HTML* lexers, auto-completion works in comments, to support new plugin "Complete HTML Text" (thanks @halfbrained)
    Fix: search backwards used incorrect start position with RegEx like '[abcd]' (thanks @halfbrained)

[close]

https://www.uvviewsoft.com/cudatext/
Titel: Zettlr 2.0.0 Beta 3
Beitrag von: SiLæncer am 21 August, 2021, 10:20
Whats new:>>

The last beta unfortunately rendered the application and context menus unusable on Windows and Linux. This beta restores them. We would like to apologize for any inconveniences!

Download: https://github.com/Zettlr/Zettlr/releases

https://www.zettlr.com/
Titel: Vim 8.2.3361
Beitrag von: SiLæncer am 21 August, 2021, 10:40
Changes:>>

Vim9: crash with nested :while

http://www.vim.org/index.php
Titel: Pandoc 2.14.2
Beitrag von: SiLæncer am 21 August, 2021, 20:45
Pandoc is a command-line utility that can convert files from one markup format into another.

Pandoc's enhanced version of Markdown includes syntax for footnotes, tables, flexible ordered lists, definition lists, fenced code blocks, superscripts and subscripts, strikeout, metadata blocks, automatic tables of contents, embedded LaTeX math, citations, and Markdown inside HTML block elements. (These enhancements, described further under Pandoc's Markdown, can be disabled using the markdown_strict input or output format.)

License: Open Source

Changelog



    Allow --slide-level=0 (#7476). When the slide level is set to 0, headings won’t be used at all in splitting the document into slides. Horizontal rules must be used to separate slides.

    Add RTF reader (#3982). rtf is now supported as an input format as well as an output format. New module Text.Pandoc.Readers.RTF (exporting readRTF). [API change]

    HTML reader: treat comments as blank when parsing (#7482).

    Markdown reader:
        Fix raw LaTeX injection issue (#7497). Using a code block containing \end{verbatim}, one could inject raw TeX into a LaTeX document even when raw_tex is disabled. Thanks to Augustin Laville for noticing the bug.
        Multimarkdown sub- and superscripts (#5512, OCzarnecki). Added an extension short_subsuperscripts which modifies the behavior of subscript and superscript, allowing subscripts or superscripts containing only alphanumerics to end with a space character (eg. x^2 = 4 or H~2 is combustible). This improves support for multimarkdown.

    RST reader: Fix :literal: includes (#7513). These should create code blocks, not insert raw RST.

    LaTeX reader:
        Proper implicit grouping around environment macros.
        Support \global before \def, \let, etc. (#7494).
        Fix scope for LaTeX macros (#7494). They should by default scope over the group in which they are defined (except \gdef and \xdef, which are global). In addition, environments must be treated as groups.
        Improve handling of plain TeX macro primitives (#7474). Fixed semantics for \let.
        Implement \edef, \gdef, and \xdef.

    Docx reader: Improve docx reader’s robustness in extracting images (#7511). The docx reader made some assumptions about how docx containers were laid out that were not always true, with the result that some images in documents did not get extracted.

    LaTeX writer: Increase table column width precision (#7466, Peter Fabinski). In some cases, the rounding performed by the LaTeX table writer would introduce visible overrun outside the text area. This adds two more decimal places to the width values.

    Powerpoint writer:
        Include image title in description (#7352, Emily Bourke). The image title (i.e. ![alt text](link "title")) was previously ignored when writing to pptx. This commit includes it in PowerPoint’s description of the image, along with the link.
        Select layouts from reference doc by name (Emily Bourke). Until now, users had to make sure that their reference doc contains layouts in a specific order: the first four layouts in the file had to have a specific structure. Now the layout selection uses the layout names rather than order: users must make sure their reference doc contains four layouts with specific names, and if a layout with the right name isn’t found pandoc will emit a warning and use the corresponding layout from the default reference doc as a fallback.

    Docx writer: be sensitive to the native_numbering extension (#7499). Figure and table numbers are now only included if native_numbering is enabled. (By default it is disabled.) This is a behavior change with respect to 2.14.1, but the default behavior is now that of previous versions. The change was necessary to avoid incompatibilities between pandoc’s native numbering and third-party cross reference filters like pandoc-crossref.

    RTF writer:
        Omit \bin in \pict. According to the spec, this is not needed or wanted when the data is in hexadecimal format, as here.
        Emit ``` for section headings.

    RTF template: specify font family for fixed-width font f1. According to the spec, this is mandatory.

    LaTeX writer: Use ulem for underline (#7351). ulem is conditionally included already when the strikeout variable is set, so we set this when there is underlined text, and use \uline instead of \underline. This fixes wrapping for underlined text.

    Text.Pandoc.Citeproc:
        Revise citeproc code to fit new citeproc 0.5 API (thanks to Benjamin Bray). Linkification of URLs in the bibliography is now done in the citeproc library, depending on the setting of an option. We set that option depending on the value of the metadata field link-bibliography (defaulting to true, for consistency with earlier behavior). If a DOI, PMID, PMCID, or URL field is present but not explicitly rendered, the title (or if no title, the whole entry) is hyperlinked. These changes implement the recommendations from the draft CSL v1.0.2 spec (Appendix VI): https://github.com/citation-style-language/documentation/blob/master/specification.rst#appendix-vi-links
        Avoid odd handling of quotes. Recent citeproc changes allow us to ignore Quoted elements; citeproc now uses its own method for represented quoted things, and only localizes and flipflops quotes it adds itself. Convert Quoted in bib entries to special Spans before passing them off to citeproc. This ensures that we get proper localization and flipflopping if, e.g., quotes are used in titles (jgm/citeproc#87).
        Removed quote localization from citeproc processing. This is now done in citeproc itself.

    Text.Pandoc.Logging: Add PowerpointTemplateWarning log message type [API change] (Emily Bourke).

    Text.Pandoc.Extension: Add Ext_short_subsuperscripts constructor to Extension [API change] (OCzarnecki).

    Various sample.lua editorial fixes (#7493, #7487, William Lupton).

    Bump base-compat version so we get compatibility with base 4.12.

    Use Prelude from base-compat for ghc 8.4 too.

    Add haskell-language-server to shell.nix (#7496, Emily Bourke).

    Tests.Helpers: export testGolden and use it in RTF reader. This gives a diff output on failure.

    Remove obsolete and incorrect sentence in --slide-level docs.

    Add internal module Text.Pandoc.Network.HTTP, exporting urlEncode.

    Text.Pandoc.Parsing: parseFromString: preserve at least the source directory (#7464). Previously we just set the source name to “chunk” when parsing from strings, to avoid misleading source positions. This had the side effect that rebase_relative_paths would break inside sections that were parsed as strings. So, now we use “ORIGINAL_SOURCE_PATH_chunk” instead of just “chunk”.

    Text.Pandoc.MIME: use image/x-xcf instead of application/x-xcf (#7454).

    Don’t compare cdLine in OOXML golden tests (Emily Bourke). The cdLine field gives the line of the file some CData was found on, which reflects irrelevant formatting differences.

    Provide more detailed XML diff in tests (Emily Bourke).

    OOXML tests: silence warnings. These can make the test output confusing, making people think tests are failing when they’re passing.

    INSTALL.md: Add GitLab CI/CD example (#7448, Veratyr).

    MANUAL.txt
        Clarifications (William Lupton).
        Add a note on security risks of include directives.

    Document use of the ‘underline’ class (#7492, #7484, William Lupton).

    Add a FAQ about the “Cannot allocate memory” error on M1 macs.

    Use texmath 0.12.3.1.

    Use released citeproc 0.5.

    Remove dependency on HTTP package (#7456, mt_caret).

[close]

https://github.com/jgm
Titel: Vim 8.2.3365
Beitrag von: SiLæncer am 22 August, 2021, 10:20
Changes:>>

Vim9: cannot use option for all operations

http://www.vim.org/index.php
Titel: Trilium Notes 0.47.6
Beitrag von: SiLæncer am 22 August, 2021, 11:40
(https://i.postimg.cc/2yDgvbpj/screenshot-2595.png)
A hierarchical note-taking software application with focus on building large personal knowledge bases while also providing a flurry of options.

License: AGPL

Changelog

    Fix random ordering in search, fixes #2047
    Enable autoformat plugin in ckeditor build, closes #1339
    Fix "root" note in edited notes, closes #2058
    Fix deletion in the mobile frontend, closes #2114
    Fix importing image captions, closes #2113
    Fix include note PDF sizing, closes #2116

[close]

https://github.com/zadam/trilium
Titel: QOwnNotes 21.8.9
Beitrag von: SiLæncer am 22 August, 2021, 18:30
(https://s26.postimg.cc/hoi1ahlcp/screenshot_978.png)
QOwnNotes is a text editor / notepad replacement with markdown support and todo list manager. The program supports themes, keyboard shortcuts, syntax highlighting, and encryption. Includes available nested file list, tags, search, and more. Optionally works with the notes application ownCloud or Nextcloud.

Cross-platform with clients available for Mac and Linux.

License: GPL

Changelog

there now is a new scripting function script.insertAttachmentFile() to insert an attachment file into the "attachments" folder (for #2215)
    for more information please take a look at the scripting documentation (https://www.qownnotes.org/scripting/methods-and-objects.html#inserting-an-attachment-file-into-the-attachmentn-folder)

[close]

https://www.qownnotes.org/
Titel: Vim 8.2.3367
Beitrag von: SiLæncer am 23 August, 2021, 09:10
(https://s26.postimg.cc/xww5nc4zt/screenshot_1282.png)
A highly configurable text editor built to enable efficient text editing - an improved version of the vi editor distributed with most UNIX systems.

Freeware

Changes:>>

Vim9: :@r executing a register is inconsistent

http://www.vim.org/index.php
Titel: QOwnNotes 21.8.10
Beitrag von: SiLæncer am 23 August, 2021, 11:50
Whats new:>>

the performance of notes with (especially large) images was improved massively
(for #2078, thank you @Waqar144)

    the general load time of notes was improved as well

https://www.qownnotes.org/
Titel: RJ TextEd 15.10 Beta 2
Beitrag von: SiLæncer am 23 August, 2021, 22:40
(https://s26.postimg.cc/775l9vjeh/screenshot_593.png)
RJ TextEd - A Unicode source and text editor. RJ TextEd is a full featured text and source editor with Unicode support, syntax highlighting and code folding. The functionality extends beyond text files and includes support for HTML editing with integrated preview, spell checking, auto completion, HTML validation, templates and more. The program also include support for Topstyle Lite CSS editor, has a dual pane file commander, as well as a FTP client to upload your files. The editor uses language files to display menus and dialogs in different languages. There are several included languages. New language files can easily be created in the editor. RJ TextEd is also a simple web development tool. The editor can use auto completion and hints to assist you in editing your source code. You can preview HTML/ASP/PHP... code using one of the preview tabs or open a document in a browser. The editor does not only handle source code. It also handles true ASCII files, binary files and of course plain text files.

License: Freeware

Changelog

    Terminal panel:

    Added a new panel which works as a terminal window. It uses Cmd.exe in the background and should have most of the functions a real command prompt window has, and more.

    The panel toolbar allows you to:

    Enter a path manually in the combo box and move to it.
    Select a favorite folder in drop down list and move to it.
    Save current terminal directory as favorite.
    Change terminal directory to the current document folder.
    Open a folder selection window and change directory to it.
    Change font (and background color if you're not using a theme).
    Restart the terminal (restart cmd.exe).

    Note:

    The panel use a standard windows edit control and only communicate with an open (hidden) command prompt window using standard input/output.
    There may be commands that doesn't work properly, like "more" (it displays all of the text at once, but you don't have the space bar control to switch page). Some special keys may work differently (since it's an edit control).

    Some features I had to add to the panel myself:

    Command history (up/down arrow). It should work the same as in a real command prompt window. The command history is saved between sessions.
    Auto completion (tab). Should work the same as in a real command prompt window.
    Ctrl+C. Should work the same as in a real command prompt. If it doesn't work use the restart terminal button instead.

    Language server templates:

    Templates make adding language servers much easier. Once you've added a language server as a template you never have to add the server settings again.
    Several server templates have been added already for you to use. And you can easily change or add one yourself.
    Open LSP templates located in the environment menu to modify or add templates.
    You can add a language server as a template from project/sites settings if you've already added a server.
    Some environment variables can be used in paths:
    %appdata% = <AppData>Roaming
    %localappdata% = <AppData>Local
    %programfiles% = c:Program files
    %homepath% = c:Users<username>

    Fixed:

    A few reported issues from users.

[close]

http://www.rj-texted.se/
Titel: Vim 8.2.3370
Beitrag von: SiLæncer am 24 August, 2021, 08:20
Changes:>>

Vim9: no check for white space before type in declaration

http://www.vim.org/index.php
Titel: Trilium Notes 0.47.7
Beitrag von: SiLæncer am 24 August, 2021, 10:20
Whats new:>>

Fix broken v0.47.6 desktop release

https://github.com/zadam/trilium
Titel: QOwnNotes 21.8.11
Beitrag von: SiLæncer am 24 August, 2021, 22:25
Whats new:>>

    a few features were added to the todo dialog (for #2210)
        the due date is now shown in the todo items tree
        you can now sort the tree by summary or due date
        you can now choose to just view items that are due today
            note that this doesn't work for sub-items, because they may be hidden by the parent item
    added more Brazilian Portuguese, Italian, Russian translation (thank you marterra, marcoxbresciani, rolayis927)

https://www.qownnotes.org/
Titel: Notepad++ 8.1.4
Beitrag von: SiLæncer am 25 August, 2021, 09:00
(https://i.postimg.cc/90QrsKpv/screenshot-818.png)
Notepad++ is a tabbed source code editor and Notepad replacement with a customizable interface. It is one of the few few source code editors that supports "folding," allowing users to quickly reduce and expand sections of code to see the overall document. In addition, it features multi-language syntax highlighting, auto-completion, regular expression search/replace, macro recording and playback, etc. The program can access a long list of plug-ins via an easy-to-access menu with even more features and functions.

License: GPL

Changelog

    Notepad++ v8.1.4 release important fixes and enhancement:

    Fix regression of find/replace and file open performance issue.
    Make dark mode compatible with Windows 11.
    Make current existing plugins’ toolbar icons display in both light and dark mode.
    Support TypeScript language (syntax highlighting, auto-completion & function list).
    Add Insert Date Time commands for both short & long format.

[close]

Download: https://github.com/notepad-plus-plus/notepad-plus-plus

https://notepad-plus-plus.org/
Titel: Vim 8.2.3371
Beitrag von: SiLæncer am 25 August, 2021, 09:40
Changes:>>

Vim9: :$ENV cannot be followed by ->func() in next line

http://www.vim.org/index.php
Titel: RJ TextEd 15.10 Beta 3
Beitrag von: SiLæncer am 26 August, 2021, 09:50
Whats new:>>

Made some changes in the terminal panel and added support for PHP and Python interactive shell.

http://www.rj-texted.se/
Titel: Vim 8.2.3376
Beitrag von: SiLæncer am 26 August, 2021, 10:40
Changes:>>

Vim9: no warning that "@r" does not do anything

http://www.vim.org/index.php
Titel: BaseX 9.6.1
Beitrag von: SiLæncer am 26 August, 2021, 21:46
(https://s26.postimg.cc/zexqg30d5/screenshot_63.png)
BaseX is a Java-based software application that integrates an XML database and XQuery text editor. It is wrapped in a user-friendly working environment and comes packed with several useful options and configuration parameters for experienced users.

BSD License

Whats new:>>

GUI bug fix, XQuery performance tweaks

http://basex.org/
Titel: Vim 8.2.3377
Beitrag von: SiLæncer am 27 August, 2021, 09:10
Changes:>>

8.2.3377: Vim9: :disass completion does not understand "s:"

http://www.vim.org/index.php
Titel: SPFLite 2.5.21238
Beitrag von: SiLæncer am 27 August, 2021, 10:50
(https://i.postimg.cc/wT5s6g7J/screenshot-2635.png)
Rename, clone, delete, edit, print, exclude, touch, add to favorites and view your files using this intuitive software application.

License: GPLv3

Changelog

    Correct SAVEAS command. It was not always checking if the new filename was an existing file before proceeding
    Correct error in performing case-conformant text changes. A line of debugging code had been accidentally left in, messing up the logic
    Enhance HELP to better support the addition of the Macros Help data into the main Help file
    Create a new SET option. If an entry SET PENDING.xxx = Y is created, it will allow a MACRO named xxx to be processed even when there are pending Line commands outstanding. Normally macros are not allowed to run with outstanding Line commands
    Correct error in command validation. A previous logic change was made that ended up preventing RESET, CANCEL and UNDO from being allowed to run if there were pending Line commands. This has been corrected
    Change macro function SPF_SHELL so that requests with SYNCH specified are issued with the CMD option /C to ensure the CMD window is closed when the command finishes and return is made to the macro
    Correct handling of PFK issued commands and how they interact with a Pending Line command state
    Revise STATE handling internals to relax the stringent re-loading rules. If you use STATE, all your existing STATE files remain perfectly usable, no action on your part is required
    HOWEVER -- Once you have moved to this release, STATE files created by this new version will NOT be usable if you revert to an earlier version
    Prevent File Manager line command LINES from generating STATE loading error messages since it will be replacing the STATE information anyway
    Correct error is setting the cursor position with a left-mouse-click. Depending on the column, it could falsely indicate that a text area was being selected
    Improve message display on line 2 of the screen. The display will now be sensitive to whether it is an Error message, or simply an informational message. If you desire, you may now select 2 background colors for the Messages / Error setting on the Options => Screen dialog. The BG1 value will be used for informationsl messages, and the BG2 value for error messages. This enables you to make error messages more highly visible
    Correct logic flow in an initial SPFLite installation to prevent a crash caused by an incorrect sequence of module calls
    Correct RELOAD logic. 2.5.21186 changes to RELOAD incorrectly triggered a reset of the Retrieve stack

[close]

http://www.spflite.com/Home.html
Titel: QOwnNotes 21.8.12
Beitrag von: SiLæncer am 27 August, 2021, 20:50
(https://s26.postimg.cc/hoi1ahlcp/screenshot_978.png)
QOwnNotes is a text editor / notepad replacement with markdown support and todo list manager. The program supports themes, keyboard shortcuts, syntax highlighting, and encryption. Includes available nested file list, tags, search, and more. Optionally works with the notes application ownCloud or Nextcloud.

Cross-platform with clients available for Mac and Linux.

License: GPL

Changelog

since notes in Nextcloud Notes on the web and on Android now allow renaming of notes this also is the new default setting for note folders in QOwnNotes
existing note folders will not be modified automatically added more translation (thank you amirkbrpr, mguerra, rakekniven, ihatemyself, rawfreeamy, marterra)

[close]

https://www.qownnotes.org/
Titel: VNote 3.70
Beitrag von: SiLæncer am 28 August, 2021, 10:30
(https://s26.postimg.cc/871od8huh/screenshot_1147.png)
Peculiar yet interesting, open source piece of software that sports both Markdown editing capabilities and note management features.

MIT License

Changelog

    Export:

    Support All-in-One in PDF format
    Suport Custom export (like using pandoc)
    Support minimizing the export dialog when exporting

    Search:

    Support highlighting the matched items in opened files from location list. F3/Shift+F3 to navigate through those items.

    Others:

    Use icon-only side bar
    image
    PlantUml/Graphviz: support relative path executable
    macOS: support opening file with VNote in Finder
    Sort notes by name case-insensitively
    Support update check
    Add shortcuts for CloseOtherTabs and CloseTabsToTheRight
    Editor: support specifying line ending

[close]

https://github.com/tamlok/vnote
Titel: Vim 8.2.3378
Beitrag von: SiLæncer am 28 August, 2021, 18:15
(https://s26.postimg.cc/xww5nc4zt/screenshot_1282.png)
A highly configurable text editor built to enable efficient text editing - an improved version of the vi editor distributed with most UNIX systems.

Freeware

Changes:>>

MS-Windows: completing environment variables with % is wrong

http://www.vim.org/index.php
Titel: CudaText 1.142.6.0
Beitrag von: SiLæncer am 28 August, 2021, 19:30
(https://s26.postimg.cc/k6wu8qcrt/screenshot_901.png)
Create programming scripts with this powerful tool that supports more than 130 languages and allows users to work concurrently on as many as six groups of projects.

Freeware

Changelog

    add: scrollbars' moving rectangles have rounded corners
    add: show special statusbar error, when app fails to load UTF-8 text
    change: write errors about JSON config to Console now
    add: command line parameter '-p' supports 'single instance' mode (thanks @2colours)
    add: command "delete final end-of-line"
    add: more API for "Commands History" plugin
    fix: crash on using option "auto_fold_comments" with several opened files
    fix: fail to load some UTF-8 texts, activated ANSI codepage instead (thanks @AL-Muhandis)
    fix: regression: sometimes app crashes on closing tabs (thanks @JordanL2)

[close]

https://www.uvviewsoft.com/cudatext/
Titel: RJ TextEd 15.10
Beitrag von: SiLæncer am 28 August, 2021, 21:30
(https://s26.postimg.cc/775l9vjeh/screenshot_593.png)
RJ TextEd - A Unicode source and text editor. RJ TextEd is a full featured text and source editor with Unicode support, syntax highlighting and code folding. The functionality extends beyond text files and includes support for HTML editing with integrated preview, spell checking, auto completion, HTML validation, templates and more. The program also include support for Topstyle Lite CSS editor, has a dual pane file commander, as well as a FTP client to upload your files. The editor uses language files to display menus and dialogs in different languages. There are several included languages. New language files can easily be created in the editor. RJ TextEd is also a simple web development tool. The editor can use auto completion and hints to assist you in editing your source code. You can preview HTML/ASP/PHP... code using one of the preview tabs or open a document in a browser. The editor does not only handle source code. It also handles true ASCII files, binary files and of course plain text files.

License: Freeware

Changelog

Terminal panel

Added a new panel which works as a terminal window. It uses Cmd.exe in the background and should have most of the functions a real command prompt window has, and more.

The panel toolbar allows you to:

    Enter a path manually in the combo box and move to it.
    Select a favorite folder in drop down list and move to it.
    Save current terminal directory as favorite.
    Change terminal directory to the current document folder.
    Open a folder selection window and change directory to it.
    Change font (and background color if you're not using a theme).
    Restart the terminal (restart cmd.exe).
    Keyboard action to start an external terminal window. Set shortcut in customize keyboard.
    Keyboard action to open/hide or show/close terminal panel. If the panel is auto hidden (minimized) the action will open/hide the panel. Otherwise it's closed or shown.

Note!

The panel use a standard windows edit control and only communicate with an open (hidden) command prompt window using standard input/output. There may be commands that doesn't work properly, like "more" (it displays all of the text at once, but you don't have the space bar control to switch page). Some special keys may work differently (since it's an edit control).

Some features I had to add to the panel myself:

    Command history (up/down arrow). It should work the same as in a real command prompt window. The command history is saved between sessions.
    Auto completion (tab). Should work the same as in a real command prompt window.
    Ctrl+C. Should work the same as in a real command prompt. If it doesn't work use the restart terminal button instead.

Terminal - PHP interactive shell (php -a)

This should work fairly well, but it will never work perfectly over standard input/output.
Up/Down arrows can be used for history and use "exit", or hit Ctrl+Z to exit the php interactive shell.
Terminal - Python interpreter mode (python or python -i)

This should work fairly well, but it will never work perfectly over standard input/output.
Up/Down arrows can be used for history and use "exit()", or hit Ctrl+Z to exit the python interactive mode. The help utility is supported as well and should work normally.

Language server templates

Templates make adding language servers much easier. Once you've added a language server as a template you never have to add the server settings again.

Several server templates have been added already for you to use. And you can easily change or add one yourself.

Open LSP templates located in the environment menu to modify or add templates.

You can add a language server as a template from project/sites settings if you've already added a server.

Some environment variables can be used in paths:

    %appdata%       = \AppData\Roaming
    %localappdata%  = \AppData\Local
    %programfiles%  = c:\Program files
    %homepath%      = c:\Users\

Text clips panel

Changed the Keyboard action to open/hide or show/close terminal panel. If the panel is auto hidden (minimized) the action will open/hide the panel. Otherwise it's closed or shown.

    Return key should now insert selected item and close/expand folders.
    Select color issue fixed with themes.

Misc

    Added a new command-line switch /NOREOPEN. It allows you to open the editor without reopen the last open files. The next time you open the editor without this option - the old last open files are reopened.
    A few issues on high dpi monitors.

Fixed

    A few reported issues from users.

[close]

http://www.rj-texted.se/
Titel: Vim 8.2.3384
Beitrag von: SiLæncer am 29 August, 2021, 09:20
Changes:>>

8.2.3384: cannot disable modeline for an individual file

http://www.vim.org/index.php
Titel: Vim 8.2.3386
Beitrag von: SiLæncer am 30 August, 2021, 09:20
Changes:>>

Using uninitialized memory
Update runtime files
Escaping for fish shell does not work properly

http://www.vim.org/index.php
Titel: Typora 0.11.7 Beta
Beitrag von: SiLæncer am 31 August, 2021, 08:50
(https://i.postimg.cc/25xV0Fq1/Virtual-DVD.png)
Swiftly write, edit, format and convert text to HTML with the help of this modern looking, streamlined and novice-accessible piece of software.

Freeware

Changelog
   

    Fix issue on save.
    Fix render issue on mermaid diagram.
    Fix parsing issues about strong and emphasis.

[close]

https://www.typora.io/
Titel: QOwnNotes 21.9.0
Beitrag von: SiLæncer am 31 August, 2021, 22:20
Whats new:>>

    WebP images are now detected as media file when dropped into the note editor or inserted as data-url
    added more Sinhala, Catalan, Brazilian Portuguese, Turkish translation (thank you helabasa, mguerra, marterra)

https://www.qownnotes.org/
Titel: Typora 0.11.8 Beta
Beitrag von: SiLæncer am 01 September, 2021, 12:00
Whats new:>>

    Fix strong not rendered in some cases.
    Fix cursor jump in some cases.

https://www.typora.io/
Titel: Vim 8.2.3394
Beitrag von: SiLæncer am 02 September, 2021, 09:10
Changes:>>

filler lines are wrong when changing text in diff mode

http://www.vim.org/index.php
Titel: SavageEd 0.9.30 Beta
Beitrag von: SiLæncer am 02 September, 2021, 21:20
(https://i.postimg.cc/SR3GnkgK/screenshot-2760.png)
SavageEd2 is a very small and fast Windows notepad replacement written in x86 assembly language (HLA). It can edit files of any size, limited only by memory. It can encrypt text files using AES encryption with 256 bit key (max 32 character password) in .enc format. It has Pattern searching features.

License: Freeware

Changelog

- case changing options now maintain selection, and single action case changes no longer advance cursor.
- fixed ctrl-HOME and ctrl-END to navigate to top and bottom of document
- fixed Recent Files menu, now updates as soon as you save a new file
- added copy word and delete word to edit menu
- fixed a mouse behavior issue when in marked selection mode
- any insert change should now deactivate marked selection mode as it should

[close]

https://github.com/Androthi/SavageEd
Titel: Vim 8.2.3397
Beitrag von: SiLæncer am 03 September, 2021, 09:10
Changes:>>

8.2.3397: no test for what 8.2.3391 fixes

http://www.vim.org/index.php
Titel: Texmaker 5.1.2
Beitrag von: SiLæncer am 03 September, 2021, 11:20
(https://i.postimg.cc/pTv5K008/screenshot-770.png)
Umfangreicher LaTeX-Editor mit integrierten Tools und Funktionen wie Syntax-Highlighting, 370 mathematischen Symbolen und Ausdrücken, Suchen und Ersetzen oder Rechtschreibprüfung; konvertiert zudem LaTeX ins HTML-Format.

Lizenz: Open Source

Changelog

    A bug related to replace action with a regular expression has been fixed
    A bug related to mouse wheel events in the pdf viewer has been fixed
    Support for non integer dpi scale factor has been added (such as Windows using 125% or 150% scale on laptops)

[close]

http://www.xm1math.net/texmaker/download.html
Titel: CudaText 1.143.0.0
Beitrag von: SiLæncer am 03 September, 2021, 18:50
Changelog

    Add: option "autocomplete_html_autoclose" has additional function: on typing '</' it inserts the name of last opened tag (thanks @eltonfabricio10)
    Add: for huge lines (length>4K) in e.g. HTML, syntax highlighting still must be calculated, to consider e.g. JS/CSS included blocks
    Add: lexer Markdown: rework to support all font-style modifiers in all combinations (bold, italic, crossed, bold+italic, bold+crossed, italic+crossed, bold+italic+crossed); improve rule for 'headers'
    Add: lexer HTML: fix to support <script> with JSON
    Add: preinstalled toolbar theme "light_24x24" (from @effeotto)
    Fix: range-check error on re-wrapping (CudaExt plugin command) big file
    Fix: HTML auto-completion didn't show the listbox after '</'
    Fix: minor bug in "auto_fold_comments" option

[close]

https://www.uvviewsoft.com/cudatext/
Titel: EmEditor 21.1.1
Beitrag von: SiLæncer am 03 September, 2021, 22:10
(https://1z9j8fz5fww49iaje1itey71-wpengine.netdna-ssl.com/wp-content/uploads/2013/09/EmEditorFree_Window.png)
EmEditor is a lightning-fast, tabbed text editor with themes, syntax highlighting, stay-on-top, and customizable keyboard mapping. The program supports batch find-and-replace, regular expressions, and more.

The program beat a variety of other text editors in tests performed by TPFC user TP109. Additional features are available via a non-free version.

Changelog

    Fixed a v20.1.0 issue related to Direct Write where the cursor position and the actual character insertion position may not be the same.
    Depending on the graphic driver, EmEditor might crash while exiting. In this case, EmEditor will show a message and turn off Direct Write next time.
    Fixed a v20.1.0 issue of the flickering Cell toolbar.
    Fixed a pre-v20.1 issue of the flickering Outline Bar.

[close]

https://www.emeditor.com
Titel: Vim 8.2.3399
Beitrag von: SiLæncer am 04 September, 2021, 09:40
(https://s26.postimg.cc/xww5nc4zt/screenshot_1282.png)
A highly configurable text editor built to enable efficient text editing - an improved version of the vi editor distributed with most UNIX systems.

Freeware

Changes:>>

Octave files are not recognized

http://www.vim.org/index.php
Titel: Vim 8.2.3403
Beitrag von: SiLæncer am 05 September, 2021, 09:40
Changes:>>

Memory leak for :retab with invalid argument.

http://www.vim.org/index.php
Titel: QOwnNotes 21.9.1
Beitrag von: SiLæncer am 05 September, 2021, 11:20
(https://s26.postimg.cc/hoi1ahlcp/screenshot_978.png)
QOwnNotes is a text editor / notepad replacement with markdown support and todo list manager. The program supports themes, keyboard shortcuts, syntax highlighting, and encryption. Includes available nested file list, tags, search, and more. Optionally works with the notes application ownCloud or Nextcloud.

Cross-platform with clients available for Mac and Linux.

License: GPL

Changelog

    the Web Companion browser extension was updated to version 21.9.0
        added a link to the Web clipper documentation to the hamburger menu on the top left to give more exposure to that feature
        updated dependencies
        added more Sinhala translation
    you can now move a todo item into another todo item in the todo list dialog (for #2225)
    added more Italian translation (thank you marcoxbresciani)

[close]

https://www.qownnotes.org/
Titel: Jovial Notepad 2.6
Beitrag von: SiLæncer am 05 September, 2021, 19:50
(https://i.postimg.cc/63DQRgQ6/screenshot-2555.png)
A lightweight and straightforward text editor with syntax highlight capabilities and also securing your work with an implemented encryption option.

Freeware

Changelog

    New Features:

    (Refer to JovialNotepad-2.6-QuickStartGuide.txt for the new features detailed description)
    Added Quick Text feature (with user-customisation support)

[close]

https://sourceforge.net/projects/jovialnotepad/
Titel: Text Editor Pro 17.1.0
Beitrag von: SiLæncer am 05 September, 2021, 21:30
(https://s26.postimg.cc/hfdkhoj9l/screenshot_896.png)
Text Editor Pro (formerly EditBone) is a powerful text editing tool that comes with syntax highlighting support for over 50 languages and scripts, customizable with over 100 options, 29 ready made styles, a handy file comparison feature, unicode character map, numerical unit convert tool, SQL formatter, and support for multiple directories and search results.

Freeware

Changelog

- Added password support for PDF view
- Fixed -noskin mode
- Fixed full screen mode
- Fixed language files
- Fixed SQL formatter
- Fixed text compare
- Fixed text editor control
- Updated and fixed AlphaControls v16.15 - http://www.alphaskins.com/

[close]

https://texteditor.pro/
Titel: Vim 8.2.3404
Beitrag von: SiLæncer am 06 September, 2021, 09:20
Changes:>>

Vim9: no error for white space before "("

http://www.vim.org/index.php
Titel: Notepad3 5.21.905.1
Beitrag von: SiLæncer am 06 September, 2021, 09:40
(https://s26.postimg.cc/hqfjo9ard/screenshot_1232.png)
Notepad3 is a lightweight piece of software that overcomes some of the well-known limitations of Windows standard text editor while providing syntax highlighting support.

Freeware

Changelog

    NEW:

    Add Configuration (Properties) Lexer: add style setting for Key (of Key-Value pair).
    Add “Notepad3 Replacement” on Windows 11 Insider Preview which works almost like with Windows 10:
    Open (ext: .inf, .ini, .log, .ps1, .psd1, .psm1, .scp, .txt, .wtx, .compositefont, .css, .sct, .wsc).
    Edit (ext: .bat, .cmd, .jse, .reg, .text, .vbe, .wsf).
    Configure other application to open hyperlink (instead of default browser).
    File URL forced to open in new window by (Ctrl+Alt+Click).
    File change notification, if removed current file is recreated.
    Allow definition of line number for file:/// URL (separator is ‘:’ ).
    File change notification Dlg: add “Indicator (silent) option.
    Configurable File on disk Change/Deleted indicators for title bar.
    “grepWinNP3” (current grepWin dev) allow multiple search paths (GRE).
    Add “KiXtart” lexer (new in Lexilla) (LEX).
    Integrating style theme “Sombra” as factory default Dark-Mode theme.
    Add “Julia” lexer (new in Lexilla) (LEX).
    Base64 Encoding/Decoding.
    Custom ChooseColor resource definition.
    Prepare Application Manifest for to grant Identity for non-package desktop apps.
    Add file/dir exists/not-found to hyperlink tooltip (if file-url).
    Support Scintilla’s new feature: indicator stroke width.
    TXT file for Translators to communicate Line Numbers of the “Added/Modified” strings.
    Code Color for the “Change date” of the “Added/Modified” strings to translate”.
    More intermediate font weight constants added.
    Remove useless font stretch handling.
    Add font weights retina(450), semi-light(350) and extra-black(950).
    Line Comment Add/Remove commands, additional to existing Toggle.
    Cut lines for rectangular and multi selection.
    Use ‘Ctrl+’ key to force dropping files into new instance (Ctrl+ for new instance).
    ScintillaWin horizontal mouse-wheel support.
    Provide Mono-Language IDs.
    Mono-Language compiler switch for MiniPath.
    Compiler switch to allow Mono-language binary (no MUI DLL loading).
    Exclusive Lock (write) Mode shown in windows title.
    Menu item for excusive File Locking (write, shared read).
    Decorator styling for Python files.
    Exclusive File Lock option.
    About Dlg: version info for split-off Lexilla component.
    About Dlg: Copy-Ver-Info-Btn: add Dark-Mode information.
    Some filesystem path vs. file:// URL helpers (backslash invert).
    Converter: File-System Path to URL and vice versa.

    CHANGES:

    Non themed app: edit-window frame visibility.
    Current Lexilla dev (chg: HTML(PHP) Lexer) (LEX).
    Scintilla Python generator methods for embeddable Python (SCI).
    MUI base language definition moved to solution’s preprocessors (C/C++ & RC) defines.
    Optimized default style handling for settings file (Dark Mode).
    Adapted other Dark Mode Theme Files.
    Default FileWatchingMode from “don’t care” to “notify by MsgBox”.
    Adapted “Sombra” Dark Mode default color scheme.
    Rename “KiX Config” to “KiXtart Script”.
    Enable Dark Mode feature for Win11 v21H2 Insider beta.
    Win10 Release-ID as string (allows 20H2 or 21H1).
    Improved Julia Lexer (LEX).
    Batch-Lexer + patching Markdown-Lexer (eolfilled header lines) (LEX).
    Scheme-Dlg: dynamic (alloc) Style-Backup handling.
    Update Lexilla Lib (bug fixes for Lexer: Markdown, Cmd/Batch) (LEX).
    “grepWinNP3” based on current grepWin ver (boost v1.76 , upd: sktoolslib).
    Add some more coding fonts to prefer over Consolas (if installed).
    Linker: hardware-enforced stack-protection.
    Canonicalize style section of .ini-settings.
    Keep found initial common base default font in .ini.
    Base64 Decoding: select source code-page for decoding.
    Base64: default Encoding/Decoding based on current code-page
    Color selection dialog: NP3 icon, positioning and dark-mode.
    Adjust standard colors for URL Hyperlink (better standard dark-mode visual).
    New default for hyperlink tooltip is OFF.
    Immediate indicator hover response (colordef-hotspot, hyperlink-tooltip, hex-code-tooltip).
    Code cleanup for Font and Style Selection.
    Prefer “Cascadia Code” font over “Consolas” font for default if installed (ligatures).
    Custom Font Selection Dialog.
    Comment BockEdit shortcut changed (Ctl+Alt+Q => Alt+Shift+Q).
    Comment has separate popup menu (Edit -> Selection).
    Move some Lexer related functions to other module.
    Enable compiler warnings level 4 and issue “Warnings as Errors” (for Lexilla, Scintilla, grepWinNP3).
    Remove short-note from wrap around match tooltip.
    Save bookmarks in file history in case of “Save as…”.
    Minimize usage of deprecated LCID/LANGID for MiniPath.
    Cpp-Lexer fix merged from Lexilla (5b92f7219a9fe9fb0ae4c5cc19f57c39185e4074.
    Minimize usage of deprecated LCID/LANGID for Notepad3.
    New size “4MB” for “FileLoadWarningMB=4” (Styling and Syntax Highlighting are switched off).
    Configurable position offset on launching new instance.
    Clarify menu item string (only one instance per file).
    Drag-n-Drop: allow multiple files to drop.
    Drag-n-Drop: replace current file (Ctrl+ for new instance).
    Menu/shortcut: launch “New Empty Wnd” <-> “Duplicate Instance”.
    Adapt to Scintilla v5.0.1 new translucent alpha color (marker).
    C/C++ Lexer: styles and keywords (LEX).
    Cleanup code: SplitUndoTransaction() on timeout resp. line-break.
    Turning “Line Comment Block Edit” from option into command (Ctrl+Alt+Q).
    Kotlin & Dart Lexer from Zufuliu’s source.
    File Lock: exclusive write/change, shared read.
    Style color for triple strings in Python Lexer.
    Cleanup Lexilla component.
    Using some more Scintilla direct call methods instead of SendMessage() thread independent calls. (SCI).
    Refactoring for splitting Lexilla from Scintilla (SCI).
    Renaming Spanish Mexican to Spanish Latin America (es-419) (MUI).
    More liberal Hyperlink scanner (no need for validation here!).
    RegEx API: return matched pattern length too.
    Prevent Path to URL conversion, if Hyperlink RegEx pattern does not match.
    Enable Dark Mode feature for Win10 v21H1 insider beta.
    EOL-Mode: status-bar double-click: inverted cyclic change rotation CRLF -> LF -> CR.
    CHANGES Versions in Tools or Libraries:
    Update grepWinNP3 (GRE) version 2.1.8.39 (2021-07-26).
    Update Oniguruma Regex (ONI) engine version 7.0.0 (2021-06-23).
    Update Lexilla Library (LEX) version 5.1.2 (2021-07-26).
    Update Scintilla Library (SCI) version 5.1.1 (2021-07-26).

    FIXES:

    Broken relative paths in file history selection.
    Open color selection on Ctrl+Left mouse click on color indicator too.
    Change cursor hand on Ctrl key-Up.
    Broken “scroll undo/redo history via mouse (RMB+WHEEL)” feature.
    Don’t jump on initial F/R Dialog on empty clipboard.
    Cursor hand on ctrl-keydown hover hyperlink.
    Show hand cursor on hyperlink after dwell time (if ctrl key pressed).
    Caret change to hand over hyperlink only if ctrl is pressed.
    Some minor corrections on visual appearance.
    Sync status bar font size on system font size change.
    Restore previous window position while DPI scaling changed meanwhile.
    Missing .ini must not have an assertion failure, allowed case here.
    Specify “/utf-8” compiler option for “Scintilla, Lexilla and grepWinNP3” projects.
    “grepWinNP3” project: post build step – xcopy .lang files to desired build output dir (GRE).
    Remove obsolete (by SCI Lib v5.1.1) settings.
    Size of visible whitespace style.
    Workaround for additional selection typing.
    RegEx line begin pattern stuck after zero-length replacement.
    Launching file URL (Alt+Click) with respect to flags “Reuse Window” and “Only one Instance per File”.
    File URL tooltip.
    Config version dependent “FileWatchingMode” settings value.
    File change notification in Title Bar.
    Trigger reset file changed on disc flag.
    Remove multiple file Notification, if current file has been deleted.
    F/R-Dlg: show match while typing protected characters.
    Fixing “infinite” loop in Markdown Lexer.
    Forced file ext written to scheme export.
    File-ext writing to stxle .ini files only on export.
    Distinguish Win10 vs. Win11 using build number (>=22000).
    F/R Dialog regression: allow replace in selection (if selection not empty).
    Correct handling of F/R dialog pattern combo-box dropdown list.
    Minor fixes Markdown-Lexer.
    Go to doc begin after global indentation change.
    Minor enhancements for selection scroll to view.
    Optimized handling of multi-step undo/redo notifications.
    Slow line-break toggle.
    TinyExpr: expr need not start with blank.
    TinyExpr: UTF-8 to ANSI-CP-1252 conversion should yield invalid characters instead of blank or currency.
    Space-width, avgchar-width and tab-width calculation.
    Scintilla missing recalculation of space width (to get correct tab width for indentation).
    Revert to Scintilla std tabwidth calculation on font changes.
    Preserve “2nd Common Base” styling state across restarts.
    Default style settings should not be written to .ini-file.
    Handling of “File Vars” vs. “Encoding Tags”.
    Minor fixes around font redrawing.
    Add thread COM initializations.
    Adding DPI awareness to MiniPath (correct toolbar handling still open point).
    Minor corrections for customized font selection dialog (dark-mode and dpi-awareness).
    DWRITE font allocation needs to font.family, not font.face name (Scintilla fix).
    Correcting regression for icon scaling.
    Rendering of “Relaunch Elevated” menu icon.
    Regression on schema color definition.
    Another bug retrieving Font SIze for Common Default vs. Lexer Specific.
    Bug retrieving Font SIze for Common Default vs. Lexer Specific.
    Font Name handling retrieved from Common-Default vs. Lexer-Specific.
    Copy multi-selection to clipboard: separate each match by line-break.
    Apply provided Scintilla patch.
    Stream comment for .AU3 files.
    “grepWinNP3”: fix compiler warning Release Win32 (GRE).
    Workaround Scintilla text-rendering bug, if line-number margin width set to 0 (so use 1 instead).
    Save Schema config in case of inifile from scratch.
    Small correction to Line Cut feature (thin selection).
    Minipath uses NP3 preferred language, if not configured.
    Compiling mono-language compiler switch version.
    Std windows behavior for cascading new instances (if configured).
    Sticky Window Flag on launching new instance.
    Prevent duplicate instance, if setting does not allow.
    Lazy styling (no need for SCN_STYLENEEDED).
    Caret visibility on JumpTo() after file (re-)load.
    FileWatching (file change notification) in some special cases.
    Mark occurrences: no additional bookmarker -> use invisible marker instead of background marker.
    New comment doc styling for C++ lexer (used for C#, RC, JS and Java too).
    Center dialog in parent: for system dialog and if minimized (tray or taskbar).
    Mark all Occurrences in case of reopened F/R dialog.
    Center dialog in parent.
    “grepWinNP3”: fix missing search flags (GRE).
    TinyExpr regression inserting newline after equal sign.
    Possible busy-loop in Kotlin and Dart Lexer.
    Don’t keep window top-most after returning from full-screen mode (F11 toggle).Compiler switch to allow mono language binary.
    Read-Only-Attribute cooperating with Exclusive-Write-Lock.
    Lexer “Python”: fixing Format-Strings (f-strings).
    Regression with vertical slope definition.
    Some regressions around external file change notification.
    “grepWinNP3” Language-ID “[xx-YY]” exceeds 5 chars (e.g. [es-419]) (MUI).
    Limit ChooseFont Dlg to CF_SCALABLEONLY for DirectWrite Technology.
    Rectangular selection typing issue.
    Replacing the “RCdll.dll” file to avoid garbage chars in foreign languages (MUI).
    In “.zip” version, some filenames in “gwLng” folder are incorrectly displayed (MUI).
    Language “Spanish Latin America” identifier correction (es-LA -> es-419) (MUI).
    Hyperlink RegEx pattern fixed to use valid Unicode.
    Handle quotes for URL <-> file-system path conversion.
    “grepWinNP3”: hide progress bar after search finisched (GRE).
    ShellExecute() lpVerb for open hyperlink (Ctrl+Click) set to “open.
    Data type mismatch.
    Decoding of url-encoded file Hyperlinks (“file://…”).

    REMOVED:

    Open color selection on Alt+Left mouse click on color indicator.
    Remove deprecated (no sensible use case) “overlapping find” option.
    “fontsValid” extension (closer to default scintilla code base).
    Remove useless font stretch handling.
    Removing the font-style string for font selection.
    Remove deprecated WinXP support (no horiz. mouse wheel).
    Obsolete SCI_LEXER preproc symbol / no need to link lexers in Scintilla.

[close]

https://www.rizonesoft.com/downloads/notepad3/
Titel: TeXstudio 4.0.0 Beta 3
Beitrag von: SiLæncer am 07 September, 2021, 10:20
(https://i.postimg.cc/Fz8CktsG/screenshot-2846.png)
GPL-LaTeX-Editor, der das Erstellen von LaTex-Dokumenten in Unicode vereinfacht; unterstützt den Nutzer beim Schreiben mittels interaktiver Rechtschreibprüfung, Syntax-Highlighting, Code-Folding und automatischer Code-Vervollständigung.

Lizenz: Open Source

Whats new:>>

Scrolling with hidpi fixed

http://texstudio.sourceforge.net/
Titel: Vim 8.2.3408
Beitrag von: SiLæncer am 07 September, 2021, 11:10
Changes:>>

can delete a numbered function

http://www.vim.org/index.php
Titel: EditPad Lite v8.2.5
Beitrag von: SiLæncer am 07 September, 2021, 20:20
(http://www.editpadpro.com/screens/editpadlite.png)
EditPad Lite is a general-purpose text editor, designed to be small and compact, yet offer all the functionality you expect from a basic text editor.

Free for personal use

Changelog

Bug fixes:

    Changing the font size with Ctrl+Wheel only made the font larger when using a complex script text layout.
    Search: Replacements were jumbled if the replacement string contained a case conversion backreference that is not at the end of the replacement and the case conversion has no effect because the matched text is already the correct case or doesn’t have any case; e.g. replacing 9 with \U0; resulted in ;9 instead of 9;.
    Search|Find Last had issues when using a regular expression; now it will say that regular expressions cannot search backwards similar to Search|Find Previous.

[close]

http://www.editpadlite.com/
Titel: Vim 8.2.3412
Beitrag von: SiLæncer am 08 September, 2021, 09:10
Changes:>>

Vim9: importing the wrong file

http://www.vim.org/index.php
Titel: Text Editor Pro 17.1.1
Beitrag von: SiLæncer am 08 September, 2021, 22:25
Whats new:>>

- Fixed find in files
- Fixed PDF view
- Fixed text compare

https://texteditor.pro/
Titel: Vim 8.2.3417
Beitrag von: SiLæncer am 09 September, 2021, 09:10
Changes:>>

8.2.3417: Vim9: a failing debug expression aborts script sourcing

http://www.vim.org/index.php
Titel: EmEditor 21.1.2
Beitrag von: SiLæncer am 09 September, 2021, 19:40
(https://1z9j8fz5fww49iaje1itey71-wpengine.netdna-ssl.com/wp-content/uploads/2013/09/EmEditorFree_Window.png)
EmEditor is a lightning-fast, tabbed text editor with themes, syntax highlighting, stay-on-top, and customizable keyboard mapping. The program supports batch find-and-replace, regular expressions, and more.

The program beat a variety of other text editors in tests performed by TPFC user TP109. Additional features are available via a non-free version.

Changelog

Enabled the Use Direct Write command even on the Free version.
Gendered Emoji ZWJ Sequences support.
Fixed a v21.1 issue where splitting a window might not have shown the new pane immediately.
Fixed a pre-v21.1 issue of the flickering Outline Bar.
Fixed a pre-v21.1 issue where EmEditor might have crashed if multiple monitors with different DPI were used and multiple group windows were open.
Fixed a toolbar flickering issue under a certain condition.
Fixed a v21.1 issue where VBScript keywords were not highlighted in ASP files.
Fixed a pre-v21.1 issue where the Symbol list toolbar was not displayed correctly on very dark mode.
Fixed a bug where EmEditor could crash when scrolling a file opened as Binary (Hexadecimal View) using Direct Write.

[close]

https://www.emeditor.com
Titel: Google Web Designer 14.0.0.0820
Beitrag von: SiLæncer am 09 September, 2021, 19:50
(https://i.postimg.cc/t4kxrGLC/screenshot-2067.png)
Google Web Designer allows you to create engaging, interactive HTML5-based designs and motion graphics that can run on any device. Let us handle the HTML5 and CSS3 so you're free to focus on what you love to do: creating gorgeous visual experiences. A full design suite lets you easily bring any vision to life. If you're feeling more hands-on, all the code behind your designs is hand-editable, so you're never locked out of your own work. Your ideas are now amplified by code - not restricted by it.

Freeware

Changelog

    Image ads:

    Create image ads from scratch or export existing HTML5 ads as JPG or PNG images.
    Use variants to make different versions of the same ad, all from the same document.
    Build a multi-size layout using the responsive workflow so you can export different-sized ads from a single document.
    Preview JPG quality at different compression levels before exporting.

    Backdrop tool:

    In video and image ads, apply CSS filters such as blur and grayscale to the area behind an element.
    Draw backdrop elements of different shapes, including rectangle, oval, various polygons, and freeform.

    Fixes & improvements in version 14.0.0.0820:

    Fixed error when saving with keyboard shortcut while text box was active.
    [Masking] Start point is now highlighted when the shape is about to be closed when drawing a freeform polygon mask.
    [Masking] A vertex is only added if there isn't already one at the position where the mouse is released when drawing a freeform polygon mask.
    [Pen tool] Fixed error when undoing the creation of anchor points.

[close]

http://www.google.com/webdesigner
Titel: QOwnNotes 21.9.2
Beitrag von: SiLæncer am 09 September, 2021, 21:30
(https://s26.postimg.cc/hoi1ahlcp/screenshot_978.png)
QOwnNotes is a text editor / notepad replacement with markdown support and todo list manager. The program supports themes, keyboard shortcuts, syntax highlighting, and encryption. Includes available nested file list, tags, search, and more. Optionally works with the notes application ownCloud or Nextcloud.

Cross-platform with clients available for Mac and Linux.

License: GPL

Changelog

there now is highlighting and preview support for disabled checkboxes [-]
(no markdown standard) in the note editor and preview

[close]

https://www.qownnotes.org/
Titel: HelpNDoc 7.6.0.479
Beitrag von: SiLæncer am 09 September, 2021, 22:20
(https://s26.postimg.cc/n8qdqw1ix/screenshot_994.png)
HelpNDoc provides all the tools necessary to write complete help files, manuals and documentations in a user friendly and very easy to use environment. HelpNDoc can generate standard Windows CHM help files, WEB based documentation, iPhone specific websites as well as printable PDF and Word documents.

HelpNDoc is completely free for personal use and evaluation purposes.

Changelog

    New "Conditions" analyzer will now list all conditions used throughout the project with the ability to locate them and filter by operation
    Completely redesigned the project analyzer window for easier and faster navigation and operations, clearer reports and enhanced accessibility
    HelpNDoc now downloads and imports pictures from content pasted from a web-browser
    Dropping a file within a folder of the library panel will automatically select that folder in the library item import dialog
    Library item import dialog now remembers which folder was selected last time it imported a file
    Project analyzer now reports the number of conditions used within the project's topics
    Topic editor now keeps showing the selected content grayed out when a dialog is shown
    The topic editor does not loose its focus after a dialog is closed anymore
    Resized images could be displayed outside of the PDF document's bounds if screen scaling was set to 150% or more
    Default HTML template now displays a sorted list of topics related to the select keyword
    Fixed DocX import when multiple documents with numbering were placed on the same topic: numbering could start with an incorrect number
    Choosing a custom color could result in a black or gray color when the color dialog was closed
    Selecting a custom color for font, paragraph or picture could remove the focus from the topic editor
    Wait status form used during lengthy operations is not displayed over other applications anymore
    Completely rewritten form position saving/loading logic to make it more robust on multi-resolution screens and frequent screen configuration changes
    Improved speed of the library item import dialog when multiple files where imported at the same time
    Improved drawing of library items in topic editor: speed optimization and fixed textual content which could be incorrectly or partially drawn

[close]

http://www.helpndoc.com/
Titel: Vim 8.2.3423
Beitrag von: SiLæncer am 10 September, 2021, 09:10
(https://s26.postimg.cc/xww5nc4zt/screenshot_1282.png)
A highly configurable text editor built to enable efficient text editing - an improved version of the vi editor distributed with most UNIX systems.

Freeware

Changes:>>

Vim9: list += list creates a new list in :def function

http://www.vim.org/index.php
Titel: Vim 8.2.3424
Beitrag von: SiLæncer am 11 September, 2021, 18:15
Changes:>>

A sequence of spaces is hard to see in list mode

http://www.vim.org/index.php
Titel: Vim 8.2.3429
Beitrag von: SiLæncer am 12 September, 2021, 09:40
Changes:>>

8.2.3429: leaking memory when assigning to list or dict

http://www.vim.org/index.php
Titel: Network Notepad 6.0.18
Beitrag von: SiLæncer am 12 September, 2021, 11:50
(https://s26.postimg.cc/wuply3q2h/screenshot_425.png)
Network Notepad is a specially designed application for creating interactive network diagrams.

Now you can use this accessible and easy-to-use instrument to create or manage the diagrams you need.

Point-and-Click Telnet/ Browse/ User-definable
Network Management.
Simple Drag and Drop interface.
Open, Text Based File Format.
Printing.
Linked Diagrams.
Flow Charts.

Freeware

Changelog

    New Feature: Library "Keep on top" menu option.
    New Feature: File > Import CSV Data. Adds objects from a CSV list with format: Name,Address,Type
    Change: Improved error reporting for texturefill command.
    Bugfix: Removed some inappropriate uses of topmost.
    Change: Save looks specifically for filename "netdiag1.ndg" to run SaveAs dialog rather than ending in "netdiag1.ndg"
    Bugfix: Did not show outlines when pasting discovered objects from CDP Neighbor Tool.
    Change: Cursor reset to default following unhandled exception.
    Change: ALT-Click centres on object or label
    Bugfix: ValidatePositionOnScreen() did not adjust position of form after switching from dual to single screen if secondary screen was left of primary screen.
    Change:LoadPictures() improved.

[close]

http://www.networknotepad.com/index.htm
Titel: QOwnNotes 21.9.3
Beitrag von: SiLæncer am 12 September, 2021, 22:00
Whats new:>>

You can now create an app password for your Nextcloud account automatically to grant QOwnNotes access to your account by just entering the server url and clicking on Login to Nextcloud to grant access in your Nextcloud / ownCloud settings (for #2233 (opens new window))

    then just follow the instructions in your web browser until QOwnNotes can fetch your username and app password in the background

https://www.qownnotes.org/
Titel: Vim 8.2.3434
Beitrag von: SiLæncer am 13 September, 2021, 09:40
Changes:>>

function prototype for trigger_modechanged() is incomplete

http://www.vim.org/index.php
Titel: QOwnNotes 21.9.4
Beitrag von: SiLæncer am 13 September, 2021, 10:30
Whats new:>>

now a more descriptive user agent is used for the login flow to generate an app password on your Nextcloud server, so you can more easily spot the app password created for QOwnNotes (for #2233
(opens new window))
added more French translation (thank you gbabin)

https://www.qownnotes.org/
Titel: SavageEd 0.9.33 Beta
Beitrag von: SiLæncer am 13 September, 2021, 21:10
(https://i.postimg.cc/SR3GnkgK/screenshot-2760.png)
SavageEd2 is a very small and fast Windows notepad replacement written in x86 assembly language (HLA). It can edit files of any size, limited only by memory. It can encrypt text files using AES encryption with 256 bit key (max 32 character password) in .enc format. It has Pattern searching features.

License: Freeware

Changelog

- input dialog now shows current value of object being changed
- fixed tab stops not using proper value

[close]

https://github.com/Androthi/SavageEd
Titel: Vim 8.2.3437
Beitrag von: SiLæncer am 14 September, 2021, 08:10
Changes:>>

8.2.3437: compiler warnings for 32/64 bit usage
8.2.3436: check for optional bool type has confusing return type
8.2.3435: Vim9: dict is not passed to dict function

http://www.vim.org/index.php
Titel: CudaText 1.144.0.0
Beitrag von: SiLæncer am 14 September, 2021, 10:30
(https://s26.postimg.cc/k6wu8qcrt/screenshot_901.png)
Create programming scripts with this powerful tool that supports more than 130 languages and allows users to work concurrently on as many as six groups of projects.

Freeware

Changelog

    Add: micromap can be rendered on vertical scrollbar area: new option "micromap_on_scrollbar"
    Add: option "scrollbar_click_jump"
    Add: lexer Python: support for future keywords "match" with "case"
    Fix: major bug in CSS auto-completion (must consider " | " separators in cudax_css.py)
    Fix: lexer Markdown: font-style modifiers worked bad with Unicode letters; for this fix the class l was added to the lexer RegEx syntax
    Fix: lexer Markdown: fix header rule
    Fix: lexer Markdown: highlight of <~mail@site.com>
    Fix: sometimes command "Undo" breaks the syntax highlight
    Fix: sometimes after PageDown command, app doesn't underline links

[close]

https://www.uvviewsoft.com/cudatext/
Titel: Vim 8.2.3440
Beitrag von: SiLæncer am 15 September, 2021, 09:10
Changes:>>

recover test fails if there is an old swap file

http://www.vim.org/index.php
Titel: BabelPad 14.0.0.1
Beitrag von: SiLæncer am 15 September, 2021, 10:50
(https://s26.postimg.cc/nk8fxilwp/screenshot_1310.png)
BabelPad is a free Unicode text editor and word processor for Windows that supports the proper rendering of most complex scripts, and allows you to assign different fonts to different scripts in order to facilitate multi-script text editing.

Freeware

Changelog

    Updated Unicode data for Unicode 14.0.0 data.
    Updated Emoji data for Emoji 14.0.
    For colour fonts (COLR/CPAL format only), polychromatic glyphs are now rendered in colour (NB colours are rendered using RGB values, and so the alpha component is not supported). Colour glyphs are automatically shown for single characters with colour definitions (typically emoji) in the following contexts: in the character grid of the character map, for the magnified character in the character map popup window (right-click on a cell in the character grid), in the export font glyphs utility, in the composite font mapping sample text, in the font analysis sample text, and for the font-provided sample text in the font information utility. Colour glyphs, including colour glyphs for emoji sequences and emoji ZWJ sequences, are optionally supported (on by default) for the display of the selected emoji in the emoji lookup utility (however complex emoji sequences which rely on contextual substitution and positioning are not rendered correctly as a single glyph). The character map edit buffer will also show colour glyphs when available in the font if "Simple Rendering" is checked (complex rendering uses the Uniscribe API which does not support polychromatic rendering). The main BabelPad edit window supports simple colour emoji in Simple Rendering mode (Ctrl+0), but at present colour emoji sequences (e.g. country and regional flag emoji sequences, and emoji for complex family groupings) are not supported in either simple or complex rendering mode.
    Extended the function to convert Precomposed Tibetan (Set A) to standard Unicode Tibetan text to cover both GB/T 20542-2006 (Tibetan coded character set — Extension A) and GB/T 22238-2008 (Tibetan coded character set — Extension B). The Extension B mappings are based on Repertoire/20542-22238.txt by Kushim Jiang, with clusters normalized to NFKD with Tibetan characteristics, and a number of corrections applied (mostly for incorrect reversed gigu). I have not proof-checked all the mappings against the GB/T code charts, so there may still be some mapping errors.
    Removed the function to convert standard Unicode Tibetan text to Precomposed Tibetan (Set A) as defined in GB/T 20542-2006.
    Added support for Tangut numbers in the Sum Columns function (not previously supported because Unicode data does not currently include numeric values for Tangut characters).
    Added Font Revision, Created, and Modified fields from the Head table to the Font Information dialog.
    Added button in the Font Information dialog which opens a separate dialog which lists all font tables in the font.
    Added button in the Font Information dialog which opens a separate dialog which lists all OpenType features defined in the font.
    Fixed -font command line parameter (was not automatically selecting the specified font).
    Fixed loading an uninstalled font from the command line (was installing the font but not automatically selecting it).

[close]

http://www.babelstone.co.uk/index.html
Titel: Zim v0.74.0
Beitrag von: SiLæncer am 15 September, 2021, 19:10
(https://i.postimg.cc/yxy8Rgtg/screenshot-3367.png)
Zim is desktop Wiki system that lets you maintain a collection of wiki pages. Each page can contain links to other pages, simple formatting and images. Pages are stored in a folder structure, like in an outliner, and can have attachments. Creating a new page is as easy as linking to a nonexistent page. All data is stored in plain text files with wiki formatting. Various plugins provide additional functionality, like a task list manager, an equation editor, a tray icon, and support for version control.

License: Open Source

Changelog

* Support link "anchors" to allow linking within page
* Add new-style headerbar as window decoration
* Add auto-hiding headerbar in full screen mode
* Add confirmation dialog when trashing pages
* Replace toolbar by a plugin, introduce "Edit Bar" in pageview
* Remove statusbar
* Make single page window editable
* Keep undostack for the last 10 pages
* Copy equations on copy-paste
* Copy image attachments on copy-paste
* Update relative links on copy-paste formatted text
* Fix copy-pasting links to another notebook
* Add Bullet Journal "back arrow" checkbox
* Add default browser to preferences
* Add option to paste short relative link names
* Add support for "INCLUDE file" in templates
* Add `<Ctrl><Shift>C` for copying the current line
* Show plugins that failed to load in the plugin list
* Add auto-expand and -collapse options to tags plugin
* Add option for horizontal scrollbar to pageindex & tags plugins
* Add "open backlink in new window" in backlinks plugin
* Add count and full path options for backlinks plugin
* Add rename and delete menu entries in attachmentbrowser
* Improve language selection for sourceview plugin
* Add border width preference to sourceview plugin
* Add dark mode preference to equation editor
* Add Toolbar plugin, including "classic" mode
* Add Command Palette plugin
* Also match URL in wiki text for local network
* Improve read performance for large text attachments
* Fix issue with unicode mismatch in link and page names
* Make indexer robust against false folder mtime
* Make windows installer robust against overwriting data
* Try to use GtkSourceView 4.x if 3.x not found
* Fix numbered lists with letters in Markdown export
* Use Pillow fallback to load WebP images
* Make appending to page undo-able
* Highlight "Toggle Editable" button when read-only
* Add extensions on PageWindow by splitting NotebookView and PageView
* Show link destination for keyboard navigation
* Exclude formatting when copying headings

[close]

https://zim-wiki.org/index.html
Titel: SavageEd 0.9.35 Beta
Beitrag von: SiLæncer am 15 September, 2021, 20:20
(https://i.postimg.cc/SR3GnkgK/screenshot-2760.png)
SavageEd2 is a very small and fast Windows notepad replacement written in x86 assembly language (HLA). It can edit files of any size, limited only by memory. It can encrypt text files using AES encryption with 256 bit key (max 32 character password) in .enc format. It has Pattern searching features.

License: Freeware

Whats new:>>

Added Replace Sel to Find dialog, runs Replace All scoped to selected block of text.

https://github.com/Androthi/SavageEd
Titel: Vim 8.2.3441
Beitrag von: SiLæncer am 16 September, 2021, 09:20
(https://s26.postimg.cc/xww5nc4zt/screenshot_1282.png)
A highly configurable text editor built to enable efficient text editing - an improved version of the vi editor distributed with most UNIX systems.

Freeware

Changes:>>

8.2.3441: MS-Windows: vimtutor can't handle path with spaces

http://www.vim.org/index.php
Titel: QOwnNotes 21.9.5
Beitrag von: SiLæncer am 16 September, 2021, 23:00
(https://s26.postimg.cc/hoi1ahlcp/screenshot_978.png)
QOwnNotes is a text editor / notepad replacement with markdown support and todo list manager. The program supports themes, keyboard shortcuts, syntax highlighting, and encryption. Includes available nested file list, tags, search, and more. Optionally works with the notes application ownCloud or Nextcloud.

Cross-platform with clients available for Mac and Linux.

License: GPL

Changelog

under Windows 10 the application will now ask you if you want to turn on dark mode if Windows is in dark mode and the application is not (for #2234(opens new window))

    the application will now also ask you if you want to turn off dark mode if Windows is in light mode and the application has dark mode turned on
    you can remember those decisions so that the switch will be made automatically next time

added more Catalan, Brazilian Portuguese translation (thank you mguerra, marterra)

[close]

https://www.qownnotes.org/
Titel: Vim 8.2.3444
Beitrag von: SiLæncer am 17 September, 2021, 09:40
Changes:>>

concealed text not revealed when leaving insert mode

http://www.vim.org/index.php
Titel: QOwnNotes 21.9.6
Beitrag von: SiLæncer am 17 September, 2021, 10:00
Whats new:>>

    Now the required restart will be mentioned for the automatic mode switch under Windows 10 (for #2234)
    The build for Qt < 5.6 is fixed again
    Added more Brazilian Portuguese translation (thank you marterra)

https://www.qownnotes.org/
Titel: Zettlr 2.0.0 Beta 4
Beitrag von: SiLæncer am 17 September, 2021, 11:10
(https://s26.postimg.cc/vfll9p4mh/screenshot_956.png)
Write text and conveniently edit it using Markdown with the help of this user-friendly and well-thought-out, Electron based application.

MIT License

Release Notes

The next beta on our road to 2.0 stable contains many many bug fixes and improvements, bringing us further to the final release date! Please test this beta extensively so that we can get the 2.0 to be as bug free as possible.

To find out what has changed between the last beta and this one, read the changelog here (https://github.com/Zettlr/Zettlr/compare/v2.0.0-beta.3...v2.0.0-beta.4).

[close]

Download: https://github.com/Zettlr/Zettlr/releases

https://www.zettlr.com/
Titel: QOwnNotes 21.9.7
Beitrag von: SiLæncer am 17 September, 2021, 12:00
Whats new:>>

    there now is no need for a restart any more after an automatic dark/light mode switch under
    Windows 10 when the application starts (for #2234)
    you can now also restart the application automatically in single app instance mode
    when it is required, instead of being forced to do it manually (for #2235)
    added more German, Persian, Brazilian Portuguese translation (thank you rakekniven, amirkbrpr, marterra)

https://www.qownnotes.org/
Titel: EmEditor Free 21.2
Beitrag von: SiLæncer am 17 September, 2021, 19:40
(https://1z9j8fz5fww49iaje1itey71-wpengine.netdna-ssl.com/wp-content/uploads/2013/09/EmEditorFree_Window.png)
EmEditor is a lightning-fast, tabbed text editor with themes, syntax highlighting, stay-on-top, and customizable keyboard mapping. The program supports batch find-and-replace, regular expressions, and more.

The program beat a variety of other text editors in tests performed by TPFC user TP109. Additional features are available via a non-free version.

Changelog

New General Features

    This version allows you to click (not double-click) on the status bar to change settings or show menus.
    Enabled the Marker feature to the Free version.

New Options

    Added the Show the modification mark on the left side of file name option to the Window tag of the Customize dialog box.
    Added the Open the combined file when finished successfully, Run a macro against the combined file, Set this as the default macro check boxes to the Destination page of the Combine Files wizard.
    Added the ▼ button to the Destination page of the Combine Files wizard to specify arguments such as $(CombineRunSerial) and $(NumOfFiles) to specify the destination file.
    Added the Open all split files when finished successfully, Run a macro against each opened split files, Set this as the default macro check boxes to the Destination page of the Split a File wizard.
    Divided the CSV page of the Customize dialog box to CSV Formats and CSV Options pages.
    Add the Min lines to detect option to the CSV Formats page of the Customize dialog box.

New Commands

    Customize CSV Options

[close]

https://www.emeditor.com
Titel: QOwnNotes 21.9.8
Beitrag von: SiLæncer am 17 September, 2021, 22:30
Whats new:>>

    the colors in the log panel were more adapted for dark mode
    added more Persian, Catalan translation (thank you amirkbrpr, MGuerra)

https://www.qownnotes.org/
Titel: Vim 8.2.3446
Beitrag von: SiLæncer am 18 September, 2021, 09:40
Changes:>>

not enough tests for empty string arguments

http://www.vim.org/index.php
Titel: Vim 8.2.3448
Beitrag von: SiLæncer am 19 September, 2021, 11:15
Changes:>>

8.2.3448: :endtry after function call that throws not found
8.2.3447: a couple of declarations are not ANSI C

http://www.vim.org/index.php
Titel: QOwnNotes 21.9.9
Beitrag von: SiLæncer am 19 September, 2021, 12:00
Whats new:>>

    when you answer No when asked to automatically switch to dark/light mode under Windows 10 the answer will now really be remembered if you told the dialog to do so (for #2234)
    the Note file extensions section in the General settings has now a better description and a new list-remove icon (for #2236)
    you are now able to also remove the md or txt note file extensions in the Note file extensions section in the General settings if you don't want one of them to be used to recognize note files in your note folder (for #2236)
    added more German, Persian, Brazilian Portuguese translation (thank you amirkbrpr, marterra)

https://www.qownnotes.org/
Titel: QOwnNotes 21.9.10
Beitrag von: SiLæncer am 19 September, 2021, 18:30
Whats new:>>

    now md or txt files will not be shown anymore in the note list when they were removed from the list in the Note file extensions section of the General settings (for #2236) some tooltips were added to the file extensions and a removal confirmation dialog was added to the Note file extensions section of the General settings
    (for #2236)

https://www.qownnotes.org/
Titel: BabelPad 14.0.0.2
Beitrag von: SiLæncer am 19 September, 2021, 22:02
(https://s26.postimg.cc/nk8fxilwp/screenshot_1310.png)
BabelPad is a free Unicode text editor and word processor for Windows that supports the proper rendering of most complex scripts, and allows you to assign different fonts to different scripts in order to facilitate multi-script text editing.

Freeware

Changelog

By popular demand, I have reverted my development environment to 2008, so that BabelPad once again runs on Windows 2000 or later.

[close]

http://www.babelstone.co.uk/index.html
Titel: Vim 8.2.3450
Beitrag von: SiLæncer am 20 September, 2021, 09:10
(https://s26.postimg.cc/xww5nc4zt/screenshot_1282.png)
A highly configurable text editor built to enable efficient text editing - an improved version of the vi editor distributed with most UNIX systems.

Freeware

Changes:>>

coveralls action fails

http://www.vim.org/index.php
Titel: CudaText 1.145.0.0
Beitrag von: SiLæncer am 20 September, 2021, 09:30
(https://s26.postimg.cc/k6wu8qcrt/screenshot_901.png)
Create programming scripts with this powerful tool that supports more than 130 languages and allows users to work concurrently on as many as six groups of projects.

Freeware

Changelog

    Add: consider Find dialog option "Case sensitive" on "Extract RegEx matches"
    Add: command "scroll to left edge"
    Add: command-line handles *.cuda-session files even without plugin Session Manager
    Add: lexer JS: folding for brackets ()[] (thanks @GHNewbiee)
    Add: lexer PHP: update word lists; keywords+classes must be case-insensitive
    Add: lexer Ini: highlight keywords "true"/"false" and numbers, support comments in the middle of a line
    Add: lexer YAML: fix string-rule, add -escaped rule
    Fix: Project Manager: right-click must not open a file (thanks @GHNewbiee)
    Fix: Options Editor Lite: issue with arrow keys (thanks @GHNewbiee)
    Fix: API on_scroll was not called by "scroll ..." commands (thanks @OlehL)
    Fix: command "toggle side panel" sometimes shows empty panel

[close]

https://www.uvviewsoft.com/cudatext/
Titel: KeenWrite 2.2.1
Beitrag von: SiLæncer am 20 September, 2021, 19:40
(https://i.postimg.cc/3w8rCcRs/screenshot-2904.png)
Java-based text editor that comes with numerous features, such as live preview, formulas, Markdown support and string interpolation.

BSD License

Changelog

Add autosave feature
Include character encoding when exporting documents to XHTML
Fix issue when rendering some diagrams using Kroki
Allow user to use custom CSS for the preview panel
Made the word 'bout an unambiguous contraction (so that the apostrophe curls as expected)
Add 1 second delay during typesetting for the typesetter to clean up
Add "passerby" to English pluralization R function ("passersby")
Add pronoun R functions (subjective, objective, possessive, and reflexive)
Upgrade libraries (Jackson 2.12.5, JSoup 1.14.2, Flying Saucer 9.1.22)
Remove deprecated Java Virtual Machine arguments from build process
Add unit test for generating Kroki diagrams

[close]

https://github.com/DaveJarvis/keenwrite
Titel: Vim 8.2.3451
Beitrag von: SiLæncer am 21 September, 2021, 09:10
Changes:>>

Not all apache files are recognized

http://www.vim.org/index.php
Titel: RocketCake 4.2
Beitrag von: SiLæncer am 21 September, 2021, 21:10
(https://s26.postimg.cc/845jbp2c9/screenshot_542.png)
RocketCake is a free web editor for creating responsive websites for beginners and professional web developers. No programming needed.

Freeware

Release Notes

New in this release:

    HighDPI support

    When using Windows, RocketCake now supports HighDPI displays. You get a lot sharper rendered controls and the high resolution HTML editor. On macOS, RocketCake already supported Retina displays for some time now.

Image size quick view

When hovering over an image, the tooltip now shows useful information about it: It's name, dimension and the current size it is shown at.
This makes it very easy to optimize your image sizes for various screen types.

HTML language support

You can now set the language of a page using the new "Language" setting for each page.
This results in the top html tag being written like for example
<html lang="en">
if you specify "en" as language. This only works in the professional edition of RocketCake.

    License key management for organizations

    If you want to use RocketCake on a PC with the same license key used by many users, this is now possible, too:
    Simply start RocketCake once as administrator and register your key using the menu Help -> Register.
    Then the key then is stored per machine (as prev iously only per user) and RocketCake can be used by any user using that machine.

     Embedded PDF documents now fit the first page of the PDF document to the height of the device.
    Also, the documentation in the manual now shows how you can easily make your PDF document be scrollable on iOS devices as well, although Safari on iOS doesn't support this feature.
     
    Websites opened in RocketCake now automatically get focussed in the property window, making it easier to change their property values.
     
    The list of master pages now also works nicely with subfolders: If you have a large website with lots of pages in sub folders, and a few master pages, the just of master pages to select now also shows the folders a page is in, making it much easier to pick the right master page.
     
    The macOS app is now notarized, and you now no longer get the scary "this app is from an unidentified developer" messages from macOS when starting RocketCake for the first time.

    The RocketCake installer now installs shortcuts for all users on the system by default since a lot of people requested this.

[close]

http://www.ambiera.com/rocketcake/index.html
Titel: Vim 8.2.3452
Beitrag von: SiLæncer am 22 September, 2021, 09:10
Changes:>>

MPD files are not recognized

http://www.vim.org/index.php
Titel: CudaText 1.145.5.0
Beitrag von: SiLæncer am 22 September, 2021, 10:50
Changelog

+ add: bookmarks can be shown on micromap: new option "micromap_bookmarks" (thanks @JairoMartinezA)
+ add: API allows toolbar buttons (Config Toolbar plugin) set the command-line (thanks @GHNewbiee)
+ add: plugin Multi Installer: add 'Back' buttons (thanks @GHNewbiee)
+ add: option "ui_button_hover" (note: sometimes it's buggy on Windows/GTK2)
+ add: command "cancel carets, but keep selection"
+ add: command "cancel carets, but keep last caret"
+ add: command "cancel carets, but keep last caret + selection"
+ add: lexer Bash: support floating numbers (thanks @eltonfabricio10)
+ add/change: macOS: with the Zoe Peterson's patch to Lazarus, rendering is 2x faster, but only if you use "renderer_offsets__mac":false; so changed the default of this option to 'false'

[close]

https://www.uvviewsoft.com/cudatext/
Titel: ImHex 1.10.0
Beitrag von: SiLæncer am 22 September, 2021, 18:15
(https://i.postimg.cc/8C9YTjjW/screenshot-3382.png)
An open-source editor that allows you to manipulate hexadecimal, binary data for writing optimal and well-performing apps, by displaying you content byte by byte.

Donationware

Changelog

Additions

    Added support for loading multiple files/data sources simultaneously
    Added Binary Diffing view
    Added Quit ImHex option to File menu
    Added Follow system theme option
    Added Chinese (Simplified) Localization. Many thanks to @xtexChooser

Pattern Language

    Rewrote entire evaluation engine
        Made Evaluator a lot simpler and faster
        Function parameters now require a type definition
        Strings may now be passed to functions using the str type
        Added check to prevent huge arrays from being generated (can be overridden with a pragma)
        Added cast expression
        Added std::format
            It and std::print now use libfmt / C++'s std::format syntax
        Allow passing variables of custom types to functions
        Added multi-variable declaration for functions
        Many more under-the-hood changess
    [[format]] attribute to override the way values are displayed
    Added Unit tests
        This will hopefully help with things breaking in the pattern language randomly
    Unnecessary semicolons are now ignored
    Added std::mem::read_string built-in function

Improvements

    **On Windows, resources are now placed in the AppData folder in addition to next to the executable``
    Fixed format-security warnings. Thanks to @russkel
    Moved all Hex Editor settings to the settings menu
    Restructured the settings menu into multiple tabs
    Fixed footer items jumping around a lot when updating
    Removed View suffix from all View names in the Views menu. Thanks to @xtexChooser
    Fixed pattern language evaluator "lagging" behind when Automatic evaluation is active

Bug fixes

    Fixed settings not being initialized correctly sometimes and causing crashes
        No more crashes when settings have been set to invalid values
    Fixed recent files not updating properly
    Fixed Resize File option crashing
    Fixed crash when creating arrays with negative size.
    Fixed parent keyword not working correctly
    Fixed constants store page not getting cleared correctly on reload
    Fixed feedback button URL
    Fixed padding not working correctly
    Fixed enums not counting properly
    Fixed bitfields not respecting endian setting
    Fixed language selection combo box crashing in some circumstances
    Fixed settings menu closing when changing language
    Fixed Regex replacer tool
    Fixed TTY console crashing if no COM ports are available. Thanks to @xtexChooser

[close]

https://github.com/WerWolv/ImHex
Titel: SavageEd 0.10.00
Beitrag von: SiLæncer am 22 September, 2021, 21:10
(https://i.postimg.cc/SR3GnkgK/screenshot-2760.png)
SavageEd2 is a very small and fast Windows notepad replacement written in x86 assembly language (HLA). It can edit files of any size, limited only by memory. It can encrypt text files using AES encryption with 256 bit key (max 32 character password) in .enc format. It has Pattern searching features.

License: Freeware

Whats new:>>

- remember position now works if file name to open is entered on command line.
- fixed foreground spelling error

https://github.com/Androthi/SavageEd
Titel: Scite 5.1.2
Beitrag von: SiLæncer am 23 September, 2021, 18:10
(https://s26.postimg.cc/fbkgceeux/screenshot_1241.png)
Editor mit Syntax-Highlighting, Auto-Completion, Folding und vielem mehr...

Open Source

Changelog

    Add SCI_STYLESETCHECKMONOSPACED which can be used to optimize fonts that are monospaced over the ASCII graphics characters.
    Add SC_ELEMENT_FOLD_LINE to set the colour of fold lines. Add SC_ELEMENT_HIDDEN_LINE to show where lines are hidden. Feature #1241, Feature #382, Feature #203.
    Add SCI_SETCARETLINEHIGHLIGHTSUBLINE to highlight just the subline containing the caret instead of the whole document line. Feature #841.
    Allow SCI_HIDELINES to hide the first line or all lines which can be useful for filtered views.
    Make negative settings for extra ascent and descent safer by ensuring calculated ascent and thus line height is at least 1 pixel.
    Fix display of fold lines when wrapped so they are only drawn once per line, not on each subline.
    Fix crash with too many subexpressions in regular expression search with SCFIND_CXX11REGEX. Bug #2281.
    On GTK, fix the line spacing so that underscores and accents are visible for some fonts such as DejaVu Sans Mono 10.
    On GTK, respond to changes in system font scaling by clearing any cached layout data.
    On Cocoa, fix memory leak caused by circular references. Bug #2268.
    On Cocoa, fix disabling horizontal scrollbar in non-wrapping mode. Bug #2271.
    On Cocoa, ensure cursor and background images are loaded.

[close]

http://www.scintilla.org/SciTE.html
Titel: Google Web Designer 14.0.1.0920
Beitrag von: SiLæncer am 23 September, 2021, 19:30
(https://i.postimg.cc/t4kxrGLC/screenshot-2067.png)
Google Web Designer allows you to create engaging, interactive HTML5-based designs and motion graphics that can run on any device. Let us handle the HTML5 and CSS3 so you're free to focus on what you love to do: creating gorgeous visual experiences. A full design suite lets you easily bring any vision to life. If you're feeling more hands-on, all the code behind your designs is hand-editable, so you're never locked out of your own work. Your ideas are now amplified by code - not restricted by it.

Freeware

Changelog

    AMPHTML validation restored.
    14 additional sizes added for video documents.
    Custom sizes for responsive documents now support widths up to 3000px.

[close]

http://www.google.com/webdesigner
Titel: QOwnNotes 21.9.11
Beitrag von: SiLæncer am 24 September, 2021, 12:00
(https://s26.postimg.cc/hoi1ahlcp/screenshot_978.png)
QOwnNotes is a text editor / notepad replacement with markdown support and todo list manager. The program supports themes, keyboard shortcuts, syntax highlighting, and encryption. Includes available nested file list, tags, search, and more. Optionally works with the notes application ownCloud or Nextcloud.

Cross-platform with clients available for Mac and Linux.

License: GPL

Changelog

    an issue with the note counts initially not showing up in the Tags panel on Windows was fixed (for #2239)
    fixed an issue with the application doesn't getting the old cli parameters after a restart by a dialog
    added more translation (thank you mguerra, fitoschido, lucjan, marcoxbresciani, rakekniven, marterra, rawfreeamy, amirkbrpr)

[close]

https://www.qownnotes.org/
Titel: TeXstudio 4.0.0
Beitrag von: SiLæncer am 26 September, 2021, 09:30
(https://i.postimg.cc/Fz8CktsG/screenshot-2846.png)
GPL-LaTeX-Editor, der das Erstellen von LaTex-Dokumenten in Unicode vereinfacht; unterstützt den Nutzer beim Schreiben mittels interaktiver Rechtschreibprüfung, Syntax-Highlighting, Code-Folding und automatischer Code-Vervollständigung.

Lizenz: Open Source

Changelog

    Adapt to Qt6/poppler-qt6
    OSX/win build provided with Qt6
    Remodel structure handling in order to avoid (rare) crashes
    More and updated completion word lists thanks to mbertucci47
    Handle text (e.g. text{text}) in mathenv as text with spell checking
    Performance improvement for large files with large number of labels and/or large number of includes
    Fix that search options are persistant
    Automatic structure scrolling can be turned off (#1742)
    Some bug fixes

[close]

http://texstudio.sourceforge.net/
Titel: QOwnNotes 21.9.12
Beitrag von: SiLæncer am 26 September, 2021, 19:45
Whats new:>>

    an issue with showing twice the number of untagged notes in the Tags panel after creating a new note on Windows was fixed (for #2241)
    improved tag delete icon in dark-mode (for #2243)
    now links to all file extensions from the list in the Note file extensions section of the General settings are recognized as notes in the note editor and preview
    added more Persian, Catalan translation (thank you amirkbrpr, mguerra)

https://www.qownnotes.org/
Titel: Vim 8.2.3458
Beitrag von: SiLæncer am 27 September, 2021, 09:10
Changes:>>

8.2.3458: not all dictdconf files are recognized

http://www.vim.org/index.php
Titel: Notepad++ 8.1.5
Beitrag von: SiLæncer am 27 September, 2021, 20:30
(https://i.postimg.cc/90QrsKpv/screenshot-818.png)
Notepad++ is a tabbed source code editor and Notepad replacement with a customizable interface. It is one of the few few source code editors that supports "folding," allowing users to quickly reduce and expand sections of code to see the overall document. In addition, it features multi-language syntax highlighting, auto-completion, regular expression search/replace, macro recording and playback, etc. The program can access a long list of plug-ins via an easy-to-access menu with even more features and functions.

License: GPL

Changelog

    Make Insert date time customizable. (Fix #10467)
    Make date time order reversible for short & long format. (Fix #10445)
    Add Insert Date/Time commands shortcut & macro capacities. (Fix #10567)
    Fix regression: no error message when locked file could not be saved - Show file locked warning now. (Fix #9994)
    Make “Confirm Save All” dialog more clear: use “Always Yes” button instead of “Cancel”. (Fix #10339)
    Improve JSON, PHP, PYTHON, CSS, BANNC and VHDL syntax highlighting in dark mode. (Fix #10502, #10425, commit)
    Fix inconsistency of Document List context menu. (Fix #10463)
    Enable/disable ext column via Document list context menu directly. (Fix #10468)
    Add path column in Document list panel. (Fix #9679)
    Allow custom color for Document Map. (Fix #10052)
    Fix docked/float panels in RTL layout issue. (Fix #10488)
    Fix CSS pseudo-elements not recognized issue. Update CSS keywords and add new styles. (Fix #10425)
    Fix issue that current directory not been applied after changing current directory option in preferences. (Fix #10396)
    Sort Default language combobox of “New Document” section in Preferences. (Fix #10513)

[close]

Download: https://github.com/notepad-plus-plus/notepad-plus-plus

https://notepad-plus-plus.org/
Titel: Scite 5.1.3
Beitrag von: SiLæncer am 27 September, 2021, 20:45
(https://s26.postimg.cc/fbkgceeux/screenshot_1241.png)
Editor mit Syntax-Highlighting, Auto-Completion, Folding und vielem mehr...

Open Source

Whats new:>>

Fix crash at shutdown when loading not finalized for background tabs. Bug #2284.

http://www.scintilla.org/SciTE.html
Titel: Desktop.ini Editor 1.1
Beitrag von: SiLæncer am 28 September, 2021, 11:10
(https://i.postimg.cc/kggYXRsf/screenshot-3390.png)
Access and modify the INI hidden file that Windows automatically creates to save your preferred settings using this tiny application.

Freeware

Whats new:>>

    [Added] – Encode selection under the File menu
    [Fixed] – The font in the interface is too small
    [Added] – Option to add CLSID to ini File
    [Added] – Some code Improvements

https://www.sordum.org/10084/desktop-ini-editor-v1-1/
Titel: RocketCake 4.2.1
Beitrag von: SiLæncer am 28 September, 2021, 21:40
(https://s26.postimg.cc/845jbp2c9/screenshot_542.png)
RocketCake is a free web editor for creating responsive websites for beginners and professional web developers. No programming needed.

Freeware

Release Notes

Changes:

    Better compatibility with macOS Big Sur: On some systems, RocketCake would crash at start up. This is fixed now.
    Japanese translation improved
    Windows installer now is localized and no longer only english
    Fixed a bug in Windows highDPI causing menus not to be shown at the correct position sometimes in the generated website

[close]

http://www.ambiera.com/rocketcake/index.html
Titel: QOwnNotes 21.9.13
Beitrag von: SiLæncer am 28 September, 2021, 22:00
(https://s26.postimg.cc/hoi1ahlcp/screenshot_978.png)
QOwnNotes is a text editor / notepad replacement with markdown support and todo list manager. The program supports themes, keyboard shortcuts, syntax highlighting, and encryption. Includes available nested file list, tags, search, and more. Optionally works with the notes application ownCloud or Nextcloud.

Cross-platform with clients available for Mac and Linux.

License: GPL

Changelog

    now named links can be imported in the Evernote import (for #2242)
    there now is a new script Black mode in the Script repository that makes the UI black in dark mode

[close]

https://www.qownnotes.org/
Titel: Google Web Designer 14.0.2.0928
Beitrag von: SiLæncer am 30 September, 2021, 11:20
(https://i.postimg.cc/t4kxrGLC/screenshot-2067.png)
Google Web Designer allows you to create engaging, interactive HTML5-based designs and motion graphics that can run on any device. Let us handle the HTML5 and CSS3 so you're free to focus on what you love to do: creating gorgeous visual experiences. A full design suite lets you easily bring any vision to life. If you're feeling more hands-on, all the code behind your designs is hand-editable, so you're never locked out of your own work. Your ideas are now amplified by code - not restricted by it.

Freeware

Changelog

    Exported variants now preserve styles in HTML content.
    Fixed issue where selecting a different variant added a keyframe.
    Fixed issue where editing variant data added a keyframe.
    Fixed issue where an extra frame was shown at the end of video preview playback.
    Headers for exported variant data are now consistently named.

[close]

http://www.google.com/webdesigner
Titel: Notepack 0.9.21
Beitrag von: SiLæncer am 30 September, 2021, 18:10
(https://i.postimg.cc/jdg4C7DH/screenshot-2899.png)
A user-friendly note taking app and to-do list organizer that supports Markdown formatting and allows you to add color highlights to your notes.

License: MPL

Whats new:>>

    New icons for buttons
    Update build.gradle to new gradle version
    Reopen closed notes using shortcut

https://github.com/Ogefest/Notepack
Titel: Scite 5.1.4
Beitrag von: SiLæncer am 30 September, 2021, 20:15
Whats new:>>

Fix bug with SCI_STYLESETCHECKMONOSPACED on Cocoa that led to incorrect layout with overlapping text.

http://www.scintilla.org/SciTE.html
Titel: BaseX 9.6.2
Beitrag von: SiLæncer am 01 Oktober, 2021, 09:20
(https://s26.postimg.cc/zexqg30d5/screenshot_63.png)
BaseX is a Java-based software application that integrates an XML database and XQuery text editor. It is wrapped in a user-friendly working environment and comes packed with several useful options and configuration parameters for experienced users.

BSD License

Whats new:>>

Performance tweaks, minor bug fixes

http://basex.org/
Titel: Ron's Editor 2021.09.07.0749
Beitrag von: SiLæncer am 01 Oktober, 2021, 18:20
(https://i.postimg.cc/htZhm2fQ/screenshot-2028.png)

Ron's Editor is the ultimate CSV editor, designed to be easy to use, but powerful enough to handle anything needed of it. Any tabular text format can be opened through confirurable seperators and full support for text encodings, and can then be exported to many formats including Excel. CSV files can be merged, or seperated, and the professional editing capabilites and power tools used for conversion and data cleaning.

Changelog

    New features:

    Updated to use .net Framework 4.8.
    Computer ID improved to ignore WiFi adapters.
    'Fill Expression' removed.

    Bugs:

    Quick Find refresh (blanking) bug fixed.

[close]

http://www.ronsplace.eu/Products/RonsEditor
Titel: Zettlr 2.0.0 Beta 5
Beitrag von: SiLæncer am 01 Oktober, 2021, 20:41
(https://s26.postimg.cc/vfll9p4mh/screenshot_956.png)
Write text and conveniently edit it using Markdown with the help of this user-friendly and well-thought-out, Electron based application.

MIT License

Release Notes

    This release fixes the certificate error as reported on Twitter and the blog
    Much better citation support
    Fixed the final visual oddities on Windows and Linux platforms
    Fonts and Images are rendered correctly (again). Especially Inconsolata on the Bordeaux-theme will work for the first time.

[close]

Download: https://github.com/Zettlr/Zettlr/releases

https://www.zettlr.com/
Titel: Vim 8.2.3463
Beitrag von: SiLæncer am 03 Oktober, 2021, 09:40
(https://s26.postimg.cc/xww5nc4zt/screenshot_1282.png)
A highly configurable text editor built to enable efficient text editing - an improved version of the vi editor distributed with most UNIX systems.

Freeware

Changes:>>

8.2.3463: pattern matching with ModeChanged not tested

http://www.vim.org/index.php
Titel: QOwnNotes 21.10.0
Beitrag von: SiLæncer am 03 Oktober, 2021, 18:00
Whats new:>>

    log messages that are output before the log panel is loaded are now also logged to the log file if logging to file is enabled in the Debug options settings (for #783)
    now the translation files that are loaded are logged to allow better debugging of the translation system (for #783)
        you need to enable the log file or run QOwnNotes from the terminal to see those logs, because this happens before the log panel is loaded
    added more Lithuanian translation (thank you atvejis)

https://www.qownnotes.org/
Titel: MiKTeX 21.8
Beitrag von: SiLæncer am 03 Oktober, 2021, 20:40
(https://i.postimg.cc/rpCxYpK5/MiKTeX.png)
Lightweight and simple-to-use application which enables you to write mathematical, technical or any other type of scientific material.

Freeware

https://miktex.org
Titel: CudaText 1.146.0.0
Beitrag von: SiLæncer am 03 Oktober, 2021, 22:00
(https://s26.postimg.cc/k6wu8qcrt/screenshot_901.png)
Create programming scripts with this powerful tool that supports more than 130 languages and allows users to work concurrently on as many as six groups of projects.

Freeware

Changelog

+ add: command "add next occurrence of selected word" now wraps at the document end, like in Sublime (thanks @loziniak)
+ add: new command "skip (don't select) next occurrence of selected word" (thanks @loziniak)
* change: option "auto_fold_comments": now several comments separated with a blank line, make several fold-ranges (thanks @GHNewbiee)
* change: micromap min-mark-height changed from 2px to 4px (thanks @JairoMartinezA)
* change: 'ellipsis' Unicode char now has the full-width
+ add: lexer JS: "auto_fold_comments" works also for JS 'template strings' (thanks @GHNewbiee)
- fix: splitted view: caret in view-2 hides if it's in folded range in view-1 (thanks @GHNewbiee)
- fix: Project Manager: cannot show dot-files in 'Go to file' (thanks @loziniak)
- fix: option "ui_one_instance": opening of 2nd app instance with session-file parameter didn't save previous session (thanks @JairoMartinezA)
- fix: picture viewer: redundant mouse-wheel scrolling (thanks @eltonfabricio10)
- fix: lexer YAML: escaping in single-quoted strings

[close]

https://cudatext.github.io/
Titel: Vim 8.2.3469
Beitrag von: SiLæncer am 04 Oktober, 2021, 08:10
(https://s26.postimg.cc/xww5nc4zt/screenshot_1282.png)
A highly configurable text editor built to enable efficient text editing - an improved version of the vi editor distributed with most UNIX systems.

Freeware

Changes:>>

Some files with json syntax are not recognized
Problem with :cd when editing file in non-existent directory
CursorHoldI event interferes with "CTRL-G U"
Completion submode not indicated for virtual replace
Cannot detect insert scroll mode
Nginx files are not recognized

http://www.vim.org/index.php
Titel: RJ TextEd 15.20
Beitrag von: SiLæncer am 04 Oktober, 2021, 20:10
(https://s26.postimg.cc/775l9vjeh/screenshot_593.png)
RJ TextEd - A Unicode source and text editor. RJ TextEd is a full featured text and source editor with Unicode support, syntax highlighting and code folding. The functionality extends beyond text files and includes support for HTML editing with integrated preview, spell checking, auto completion, HTML validation, templates and more. The program also include support for Topstyle Lite CSS editor, has a dual pane file commander, as well as a FTP client to upload your files. The editor uses language files to display menus and dialogs in different languages. There are several included languages. New language files can easily be created in the editor. RJ TextEd is also a simple web development tool. The editor can use auto completion and hints to assist you in editing your source code. You can preview HTML/ASP/PHP... code using one of the preview tabs or open a document in a browser. The editor does not only handle source code. It also handles true ASCII files, binary files and of course plain text files.

License: Freeware

Changelog

    Terminal panel:

    The terminal panel can now open several tabs. You can split the panel and open tabs both to the left and to the right. You can also open Windows PowerShell tabs.
    To close a tab type "exit".
    Improved speed in the command prompt tab for large outputs like from the "dir" command. (Unfortunately, that doesn't work with the PowerShell tab.)

    Toolbar images:

    It is now possible to change the toolbar and menu image scaling in options, if you want larger images.
    The scale factor is given in percent. Available values are 100%, 125%, 150% and 200%.
    Document tabs drop down list
    Added an option to sort (or not sort) the drop down list, located in the document tab row.

    Themes:

    Added several new themes to the environment menu. The default theme for new installations is now Windows 10 Charcoal.
    The themes menu is now sorted and so is the themes list in the customize dialog window.

    Moving between monitors:

    Fixed a few issues when moving between monitors. Especially if they use different scaling (DPI).

    Tools (Syntax Editor, Character Viewer...):

    Recompiled all tools using the newest version of Delphi and fixed a few issues.

    Toggle comment:

    Should handle indented comments as well as comments at the start of the line.
    Changed the toolbar icon.

    Misc:

    Document tab context menu item "Reload as binary file" changes to "Reload as text document" after being selected.

    Fixed:

    Undo issues.
    Reload as binary file.
    Select color issues in CSS/LESS/SCSS files.
    Text compare issues.
    Saved document indicator issue.
    Document tab issues when resizing the window or with minimize/maximize.
    Fixed several minor issues while testing this new version.

[close]

http://www.rj-texted.se/
Titel: Vim 8.2.3475
Beitrag von: SiLæncer am 05 Oktober, 2021, 08:40
Changes:>>

    Expression register set by not executed put command
    Some places use "Vimscript" instead of "Vim script"
    Update runtime files
    Some files with tcl syntax are not recognized
    Other crashes with empty search pattern not tested
    Crash when using CTRL-T after an empty search pattern
    Crash with error in :catch and also in :finally

http://www.vim.org/index.php
Titel: Trilium Notes 0.47.8
Beitrag von: SiLæncer am 05 Oktober, 2021, 09:20
(https://i.postimg.cc/2yDgvbpj/screenshot-2595.png)
A hierarchical note-taking software application with focus on building large personal knowledge bases while also providing a flurry of options.

License: AGPL

Whats new:>>

Let's encrypt certificate expiration fix #2199

https://github.com/zadam/trilium
Titel: CudaText 1.146.2.0
Beitrag von: SiLæncer am 05 Oktober, 2021, 20:50
(https://s26.postimg.cc/k6wu8qcrt/screenshot_901.png)
Create programming scripts with this powerful tool that supports more than 130 languages and allows users to work concurrently on as many as six groups of projects.

Freeware

Changelog

    Change: command "macros: start recording" was renamed and now it starts+stops the recording; 2 commands "macros: stop recording" and "macros: cancel recording" are deprecated and removed from Command Palette (thanks @hiiamboris)
    Add: show red (default color of "markers") editor border when macro is recording
    Fix: blurry UI tabs in Qt5 versions
    Fix: if caret is "non blinking" and "full sized", it's opaque (thanks @hiiamboris)
    Fix: reaction to touchpad scrolling was too slow/ too fast (thanks @hiiamboris)
    Fix: regression: command "focus filter" didn't work (thanks @hiiamboris)
    Fix: crash on pressing Esc in _floating_ side/bottom panel

[close]

https://cudatext.github.io/
Titel: Vim 8.2.3482
Beitrag von: SiLæncer am 06 Oktober, 2021, 09:10
Changes:>>

Reading beyond end of line ending in quote and backslash

http://www.vim.org/index.php
Titel: Vim 8.2.3486
Beitrag von: SiLæncer am 07 Oktober, 2021, 08:10
Changes:>>

illegal memory access with invalid sequence of commands

http://www.vim.org/index.php
Titel: QOwnNotes 21.10.1
Beitrag von: SiLæncer am 07 Oktober, 2021, 19:10
(https://s26.postimg.cc/hoi1ahlcp/screenshot_978.png)
QOwnNotes is a text editor / notepad replacement with markdown support and todo list manager. The program supports themes, keyboard shortcuts, syntax highlighting, and encryption. Includes available nested file list, tags, search, and more. Optionally works with the notes application ownCloud or Nextcloud.

Cross-platform with clients available for Mac and Linux.

License: GPL

Changelog

    when copying or moving notes to another sub-folder now notes will not be copied or moved to the same sub-folder anymore (for #2249)
    issues with the translation of the default buttons under Windows and macOS were tried to be fixed (for #783)
    logging before the user interface is loaded was improved (for #783)
    some debug information was added to help reproduce a preview issue (for #2165, thank you @Waqar144)
    the general performance of handling notes was improved (for #2250, thank you @Waqar144)
    added more Dutch, Sinhala, Catalan translation (thank you rawfreeamy, helabasa, mguerra)

[close]

https://www.qownnotes.org/
Titel: QOwnNotes 21.10.2
Beitrag von: SiLæncer am 08 Oktober, 2021, 19:00
Whats new:>>

    more issues with the translation of the default buttons under macOS were tried to be fixed (for #783)
    the restart information in single app instance mode was improved to make it more understandable (for 2235)
    the build for Qt <= 5.5 was fixed
    added more Portuguese translation (thank you smarquespt)

https://www.qownnotes.org/
Titel: TEA 60.6.0
Beitrag von: SiLæncer am 08 Oktober, 2021, 22:10
(https://s26.postimg.cc/h1i60dicp/screenshot_255.png)
TEA is a graphical text editor. Its name is an acronym for Text Editor of the Atomic Era. It is designed for low resource consumption, a wide range of functions and adaptability.

License: GPLv3

Whats new:>>

Spanish UI translation by Luis Montgomery.

http://semiletov.org/tea/
Titel: Vim 8.2.3487
Beitrag von: SiLæncer am 09 Oktober, 2021, 09:10
Changes:>>

illegal memory access if buffer name is very long

http://www.vim.org/index.php
Titel: Trilium Notes 0.48.0 Beta
Beitrag von: SiLæncer am 09 Oktober, 2021, 09:20
(https://i.postimg.cc/2yDgvbpj/screenshot-2595.png)
A hierarchical note-taking software application with focus on building large personal knowledge bases while also providing a flurry of options.

License: AGPL

Changelog

    Persistence/entity layer in backend was largely refactored - "repository" and unified with note cache which should bring performance improvements for many operations
    Search and SQL query notes now don't create “saved” notes by default
    Added underline heading style and make it a default
    Updated CKEditor to 30.0.0

[close]

https://github.com/zadam/trilium
Titel: Vim 8.2.3491
Beitrag von: SiLæncer am 10 Oktober, 2021, 09:40
Changes:>>

xpm2 filetype dection is not so good

http://www.vim.org/index.php
Titel: QOwnNotes 21.10.3
Beitrag von: SiLæncer am 10 Oktober, 2021, 11:30
Changelog

    the Web Companion browser extension
    was updated to version 21.10.0
        when adding a bookmark and pressing enter to store it, now the 2nd
        Add bookmark dialog, that was triggered, is suppressed
        updated dependencies
        added a lot more translation
    the cursor position of the current note is now also restored when you manually
    reload the note folder or the current note is modified externally (if you have
    enabled Restore cursor position when opening a note in the General settings)
    (for #2253)
    added more translation (thank you marterra, amirkbrpr, rawfreeamy, marcoxbresciani)

[close]

https://www.qownnotes.org/
Titel: Geany 1.38.0
Beitrag von: SiLæncer am 10 Oktober, 2021, 11:40
(https://i.postimg.cc/xjXLSj2w/screenshot-945.png)
Geany is cross-platform, GTK based Integrated Development Platform. You can work on simple text files, html, perl, python, NSIS and more with Geany.

License: GPL

Changelog

    General:

    Increase speed when opening documents, especially on startup (Justin Blanchard, Issue#2883, Issue#2649, Issue#2791, PR#2884, PR#2747).
    Synchronize Geany's Ctags implementation with Universal Ctags, this leads to updated symbol parsers (Jirí Techet, PR#2666).
    Remove GTK+2 Support (PR#2602).
    Geany needs a C++17 compiler to build (PR#2862).

    Bug fixes:

    Workaround crashes when pasting into VTE without having focus (Issue#2813, PR#2843).

    Interface:

    Add keybinding to reload all open documents (David Yang, PR#2859).

    Filetypes:

    Add Julia filetype (getzze, Issue#434, PR#2584).
    Add Meson filetype (Andy Alt, PR#2850).

    Plugins:

    SaveActions: add configurable target directory for instantly saved files (Issue#640, PR#2769).

    Windows:

    Fix message window height after restart (Issue#2591, PR#2892).
    Switch Windows builds to GTK3 and x86_64 (PR#2590).

    Internationalization:

    Updated translations: da, de, el, es, et, fr, it, ja, nl pt, pt BR, sk, tr, uk, zh_CN

[close]

http://www.geany.org/
Titel: QOwnNotes 21.10.4
Beitrag von: SiLæncer am 10 Oktober, 2021, 22:30
(https://s26.postimg.cc/hoi1ahlcp/screenshot_978.png)
QOwnNotes is a text editor / notepad replacement with markdown support and todo list manager. The program supports themes, keyboard shortcuts, syntax highlighting, and encryption. Includes available nested file list, tags, search, and more. Optionally works with the notes application ownCloud or Nextcloud.

Cross-platform with clients available for Mac and Linux.

License: GPL

Whats new:>>

    the current line will now also be highlighted again the current note is  modified externally (if you have enabled it in the settings) (for #2253)
    now no (broken) note will be created when pressing Enter in an empty note search text line (for #2255)

https://www.qownnotes.org/
Titel: PilotEdit Lite 15.7.0
Beitrag von: SiLæncer am 11 Oktober, 2021, 11:40
(http://www.pilotedit.com/images/OpenInQuickMode.PNG)
PilotEdit is a text, hex, XML, C/C++, HTML, PHP, Java, Javascript and Perl editor that can edit large files of 400GB (40 billion lines).

It offers customizable syntax and keyword highlighting, advanced search and replace operations, automatic text encoding, 256-bit AES encryption/decryption and a built-in FTP/SFTP client lets you open, edit, download and upload large files directly to/from a FTP/SFTP server.

In addition to standard text editing features, PilotEdit can compare and merge two large files of 100GB (10 billion lines). You can also sort, find/remove duplicate lines and extract strings over a large file of 1GB.

Freeware

Whats new:>>

Includes improvements over Git history window.

http://www.pilotedit.com/
Titel: QOwnNotes 21.10.5
Beitrag von: SiLæncer am 11 Oktober, 2021, 22:25
Whats new:>>

    the problem for some people with the block syntax highlighting in the preview panel only working after editing the note was hopefully fixed (for #2165, thank you @Waqar144)
    added more Catalan translation (thank you mguerra)

https://www.qownnotes.org/
Titel: Vim 8.2.3499
Beitrag von: SiLæncer am 12 Oktober, 2021, 09:10
(https://s26.postimg.cc/xww5nc4zt/screenshot_1282.png)
A highly configurable text editor built to enable efficient text editing - an improved version of the vi editor distributed with most UNIX systems.

Freeware

Changes:>>

GUI geometry startup test fails

http://www.vim.org/index.php
Titel: TeXstudio 4.0.1
Beitrag von: SiLæncer am 12 Oktober, 2021, 11:30
(https://i.postimg.cc/Fz8CktsG/screenshot-2846.png)
GPL-LaTeX-Editor, der das Erstellen von LaTex-Dokumenten in Unicode vereinfacht; unterstützt den Nutzer beim Schreiben mittels interaktiver Rechtschreibprüfung, Syntax-Highlighting, Code-Folding und automatischer Code-Vervollständigung.

Lizenz: Open Source

Changelog

    Add more cwls
    Fix pdfviewer page display
    Build OSX with QT6.2, fix special charcters entry (alt+n + n , etc.) (#1770)
    Activate crash handler on win again
    Fix strcuture detection for included files

[close]

http://texstudio.sourceforge.net/
Titel: Zim 0.74.2
Beitrag von: SiLæncer am 13 Oktober, 2021, 18:10
(https://i.postimg.cc/yxy8Rgtg/screenshot-3367.png)
Zim is desktop Wiki system that lets you maintain a collection of wiki pages. Each page can contain links to other pages, simple formatting and images. Pages are stored in a folder structure, like in an outliner, and can have attachments. Creating a new page is as easy as linking to a nonexistent page. All data is stored in plain text files with wiki formatting. Various plugins provide additional functionality, like a task list manager, an equation editor, a tray icon, and support for version control.

License: Open Source

Changelog

    Let Toolbar plugin also remove window decoration
    Fix execution of custom tools from Toolbar
    Add plugin "view" items to Toolbar plugin
    Make drag&drop optional in the pageindex
    Add option to toggle tooltips for index panes
    Fix Zeitgeist plugin to work with Gtk3 branch
    Improve dialog feedback for invalid input
    Fix error on cancel insert dialog
    Let exceptions not block search
    Make page parser robust for empty files

[close]

https://zim-wiki.org/index.html
Titel: JSONedit 0.9.38
Beitrag von: SiLæncer am 13 Oktober, 2021, 19:10
(https://s26.postimg.cc/zcd5ubda1/screenshot_961.png)
JSONedit is a simple editor for the JavaScript Object Notation format "a text-based open standard designed for human-readable data interchange" (source) with availble text and tree views.

Includes array generator using embedded Lua interpreter and Scintilla for text edition.

License:    Freeware

Changelog

    tree/text search dialog is now modal
    new settings for search dialog: always on top, transparency level, transparency when deactivated
    changed default show/hide settings for tree context menu items from opt-in to opt-out
    new function: Tools / Copy node as C literal (text to C-like string conversion)
    added "Reformat" button to relaxed parser window

[close]

http://tomeko.net/software/JSONedit/index.php
Titel: SPFLite 2.5.21285
Beitrag von: SiLæncer am 13 Oktober, 2021, 20:10
(https://i.postimg.cc/wT5s6g7J/screenshot-2635.png)
Rename, clone, delete, edit, print, exclude, touch, add to favorites and view your files using this intuitive software application.

License: GPLv3

Changelog

    Correct handling of the Custom Colors option of the color selection tool, it was not properly saving the custom colors in the CFG file. As well, clarify the instructions in the Help file for how to save the colors.
    Correct the display of Scheme 14 in the Options => Schemes dialog. It was not being displayed in the correct colors or font.
    Add refresh of the new BG2 display in the Options => Screen/Scheme tabs when a new color is selected. This refresh was missing from the new BG2 display support.
    Correct handling of colorize AUTOCAPS, the previous release had accidentally crippled it.
    Correct the routine which tracks the length of the current maximum length line, it was not properly examining all data lines. An incorrect maximum length value can affect other SPFLite functions which depend on it. e.g SORT
    Adjust spacing of the KEYMAP dialog elements. No functional changes were made.
    Correct removal of the Invert attribute (used by the FIND command). It was not properly handling the length of the reset.
    Alter the New Release procedure to ensure Compiler Debugging support is not included in the production version as it can visibly reduce performance.
    If STATE LOAD detects a line count mismatch, but there is no other STATE data other then the previous top-of-screen position, it will still set the position if possible. (Assuming the Profile has START PRIOR set)
    Correct the RUN command. It was not sending the whole file for processing if the display was not sitting at the top-of-file line.
    Revised search routine for handling colorize keyword search.
    Repair the LOCATE FIND and LOCATE CHANGE commands. They were 'broken' a few versions ago by changes to the handling of FIND hilighting.
    Repair .ZFIND and .ZLOC support, another area 'broken' by other changes and upgrades.
    Repair the handling of the CAPS:Auto setting. Another casualty of prior changes to improve the loading time of large files.
    Repair the checking of record lengths when RECFM = F is specified. Same cause as the previous item.
    Add a warning message if the file being loaded contains any embedded NULL (X'00') characters. NULLS can cause other application programs to truncate lines prematurely depending on how carefully their input handling was written.
    Corrections to the saved top-of-screen position in the STATE file. It was not being properly set during END processing, and was also not adjusting for any Special Lines (PROF, TABS etc.) currently being displayed.
    Prevent duplicate entries from being created in the 'Non-Text Files' list.
    Add checking when an edit is cancelled due to a missing Profile, so that an attempt to switch to the now canceled tab is not made.

    Add 3 new macro functions:

    Get_LeftScrn_Col retrieves the leftmost visible screen column
    Get_RightScrn_Col retrieves the rightmost visible screen column
    Get_BottomScrn_LPtr retrieves the LPtr of the last displayed data line on the screen.

[close]

http://www.spflite.com/Home.html
Titel: Notepad++ 8.1.6
Beitrag von: SiLæncer am 13 Oktober, 2021, 20:30
(https://i.postimg.cc/90QrsKpv/screenshot-818.png)
Notepad++ is a tabbed source code editor and Notepad replacement with a customizable interface. It is one of the few few source code editors that supports "folding," allowing users to quickly reduce and expand sections of code to see the overall document. In addition, it features multi-language syntax highlighting, auto-completion, regular expression search/replace, macro recording and playback, etc. The program can access a long list of plug-ins via an easy-to-access menu with even more features and functions.

License: GPL

Changelog

Fix NUL file-corruption issue after system shutting down brutally. (Fix #6133)
Fix session lost issue after MS update restarting Windows. (Fix #10402)
Make Markdown UDL work in every dark theme. (Fix #10593)
Fix file can be marked as saved even it’s been deleted outside. (Fix #10401)
Fix status bar text display glitchy in dark mode. (Fix #10564)
Fix white flash on Notepad++ startup in dark mode issue. (Fix #10601)
Fix docked window sizing direction problem in RTL mode. (Fix #10536)
Fix floating panel movement issue in RTL mode. (Fix #10579)
Fix Print GUI bug in Preferences dialog. (Fix #10552)

[close]

https://notepad-plus-plus.org/
Titel: QOwnNotes 21.10.6
Beitrag von: SiLæncer am 13 Oktober, 2021, 21:30
Whats new:>>

    the broken link highlighting was fixed (broken in 21.10.1) and support was added for the selected default note file extension (for #2250)
    added more Hungarian translation (thank you rawfreeamy)

https://www.qownnotes.org/
Titel: BabelEdit 2.9.0
Beitrag von: SiLæncer am 13 Oktober, 2021, 21:50
(https://s26.postimg.cc/7efmb9imh/screenshot_979.png)
A translation editor that can process one or more JSON files at the same time, providing support for both json and namespaced-json formats.

Freeware

Changelog

    Features:

    Option to keep original translation order in files
    Translation edit field: delete previous word with ctrl+backspace
    Support for languages Cree, Fijian, Inuktitut, Romansh, Samoan, Tagalog, Tongan
    Microsoft translation service enabled for Amharic (am), Azerbaijani (az), Armenian (hy), Inuktitut (iu), Central Khmer (km), Lao (lo), Burmese (my), Nepali (ne), Albanian (sq), Tigrinya (ti), Georgian (ka), Kyrgyz (ky), Macedonian (mk), Tajik (tk), Tatar (tt), Uzbek (uz)
    DeepL translation service enabled for Estonian (et), Finnish (fi), Hungarian (hu), Japanese (ja), Lithuanian (lt), Latvian (lv), Romanian (ro), Slovak (sk), Slovenian (sl), Swedish (sv)

    Fixes:

    Improved performance of translation import
    Bug in file format handling (tree vs flat)
    Enabled word-wrapping for long translation ids
    Problem with standalone attribute in XML header

[close]

https://www.codeandweb.com/babeledit
Titel: Vim 8.2.3506
Beitrag von: SiLæncer am 14 Oktober, 2021, 10:20
Changes:>>

Vim9: special cases for "g" and "s" insufficiently tested

http://www.vim.org/index.php
Titel: QOwnNotes 21.10.7
Beitrag von: SiLæncer am 14 Oktober, 2021, 21:50
Changelog

    you can now add an url-encoded heading to a note link as url fragment to attempt to jump to that heading in the linked note when clicking the link (for #1977)
        this works with opening links in the note text edit and the preview [my note](my-note.md#First%20heading) will attempt to jump to a heading
        First heading in note my-note.md (note that %20 is decoded as space)
        the heading will be searched with the in-note search, so for the link
        [my note](my-note.md#First%20heading) there will be searched for the text ## First heading inside the note
        this feature is still work in progress
    links like www.github.com (without any url-schema like http://) are now also highlighted as links the note text edit and can also be opened there (for #2260)

[close]

https://www.qownnotes.org/
Titel: Vim 8.2.3510
Beitrag von: SiLæncer am 15 Oktober, 2021, 09:10
Changes:>>

changes are only detected with one second accuracy

http://www.vim.org/index.php
Titel: QOwnNotes 21.10.8
Beitrag von: SiLæncer am 15 Oktober, 2021, 18:00
Whats new:>>

    more features were added to the linking of note heading (for #1977)
        the search panel inside the note is now closed after jumping to the heading
        the broken note link checker now also works with links with an url fragment
        you can now select a heading to link to in the note link dialog
    the broken note link checker now also works with links like <myfile.md> (for #2250)

https://www.qownnotes.org/
Titel: Notepad++ 8.1.7
Beitrag von: SiLæncer am 15 Oktober, 2021, 18:30
(https://i.postimg.cc/90QrsKpv/screenshot-818.png)
Notepad++ is a tabbed source code editor and Notepad replacement with a customizable interface. It is one of the few few source code editors that supports "folding," allowing users to quickly reduce and expand sections of code to see the overall document. In addition, it features multi-language syntax highlighting, auto-completion, regular expression search/replace, macro recording and playback, etc. The program can access a long list of plug-ins via an easy-to-access menu with even more features and functions.

License: GPL

Changelog

    Fix empty file not being saved regression.
    Fix white flash in dark mode on CMD launch with position parameters.
    Enhance dark themes for some programming languages (JSON, Python & Makefile).
    Fix “Run macro until the end of file” command skipping the last line issue.
    Fix tooltip layout and position in RTL mode.
    Fix docking problem for dockable panel in RTL mode.

[close]

https://notepad-plus-plus.org/
Titel: Zettlr 2.0.0 Final
Beitrag von: SiLæncer am 15 Oktober, 2021, 22:10
(https://s26.postimg.cc/vfll9p4mh/screenshot_956.png)
Write text and conveniently edit it using Markdown with the help of this user-friendly and well-thought-out, Electron based application.

MIT License

Release Notes

32bit Builds Are Discontinued

We do not ship any more 32bit builds. From 2.0.0 onwards, only 64bit builds
(both Intel and ARM) are supported. For Windows ARM builds, Pandoc is not
available, so to export and import files on Windows ARM you must install Pandoc
manually, if possible.

New Configuration Options

Several existing configuration options have changed their format. This means
that changes to these won't be recognised and they will reset to their default.
In this case, you may have to re-adapt your preferences in several places.
Please have a look at your settings after updating and see if they still are set
the way you like.

Writing Targets Must Be Re-Applied

Due to a change in the underlying data structure, this version of Zettlr will
not recognise any writing target set by a Zettlr version 1.x. This means: Please
note down the important writing targets you have set before updating and then
once re-apply them. We would like to apologise for this inconvenience, but
believe its benefits by far outweigh the single additional migration effort on
your side.

No More Transitive Files / New Browser-Like Behavior

The idea of "transitive files" we implemented in previous iterations of Zettlr
proved to be counter-intuitive to many people. We now removed that feature
in favor of a much better tab-management. By default, Zettlr will now try to
avoid opening new tabs and instead attempt to replace existing tabs whenever you
open any new file. You can force Zettlr to open a file in a new tab instead by
either middle-clicking, or right-clicking the file and choosing "Open in a new
tab." If you generally do not want tabs to be closed in favor of other files,
you can uncheck the option "Avoid opening new tabs." Files with unsaved changes
will never be replaced. This behavior is very closely aligned with how modern
browsers handle links.

Autosave Is Now A Setting

A few years ago we implemented auto-saving after a delay of five seconds with no
change to the current file. However, some people mentioned that they'd like to
choose what to do. Now you can switch between three modes of autosaving. "Off"
disables autosave and you have to manually save using Cmd/Ctrl+S.
"Immediately" saves files after a very short delay of 250ms, that is basically
whenever you stop typing. "After a delay" (default) will save files after the 5s
delay you know from previous versions of Zettlr.

PDF-Preferences Are Discontinued

The PDF-Preferences window has been removed in favor of the new "assets
manager." While it did prove to be a nice reminiscence of how LibreOffice or
Word handled layout, it was not a scalable solution. Instead, we have now
switched to defaults files, which are a little more complex than this dialog,
but provide much more functionality and flexibility.

New Dialog: Assets Manager

Instead of the old PDF-Preferences window, Zettlr now contains a so-called
"assets manager." This is a new preferences window that allows you to customize
settings which are stored in individual files. The first two tabs feature
exporting and importing settings using so-called defaults files. Defaults files
are written using YAML and provide Pandoc with sensible defaults for every
export. We will shortly after the release of 2.0 include extensive documentation
for how these work. The defaults we provide should work well for most users.

The third tab contains the custom CSS, and the fourth tab contains the new
snippets feature.

Custom CSS Has Moved

The Custom CSS can now be edited directly in the assets manager instead of in
its own dialog.

Zoom Functionality Has Changed

Previously, you could increase and decrease the editor's font size using the
zoom shortcuts. Now, the zoom shortcuts will zoom the complete user interface.
This is an accessibility feature, since several people with visual impairments
as well as people with large external displays have mentioned they would like
the user interface itself to be scalable.

The editor's font size can now directly be edited with a new setting in the
editor settings tab.

Scroll-to-zoom has been removed, because too many people have accidentally held
down Cmd/Ctrl while using the scrollwheel, causing many accidental zoom
operations.

The Pandoc Command Has Been Removed

In the past, you had the ability to modify the command that Zettlr would run to
export your files. However, several times we had to adapt the command, which
lead to frustration among users because we had to manually inform everyone of
these changes and they had to manually "reset" the command. Now that we have
switched to defaults files, the command that will be run in every case is
pandoc --defaults "/path/to/defaults.yaml". Instead of modifying the CLI
arguments, you can now adapt the defaults Pandoc will be run with, which is
possible because every CLI argument has a corresponding setting in defaults
files, which can be edited in the assets manager.

Native User Interface

Another notable change is that now we have switched to a native user interface.
This means that Zettlr does not have a completely custom design anymore, but
rather orients itself at the various interface guidelines published by Apple,
Microsoft, and the GNOME team. Thus, on macOS and Windows Zettlr now follows the
Big Sur style and the Metro style respectively. On Linux, we have attempted to
model the GNOME interface but had to make a few changes due to the fact that
there are numerous different window managers with different aesthetics.

Two PDF Export Options

You will notice that there are now two different PDF exporting options, one is
called "PDF Document", the other "PDF (LaTeX)". The first option enables you to
export a document to PDF without the help of a LaTeX distribution. This way you
can have PDF exports without installing such a distribution. The second option
allows you to export to PDF as you know it from previous versions of Zettlr.

Project Settings Have Moved

With the introduction of defaults files, there is less necessity to ship a full
dialog just to edit a project's settings. Instead, the project settings have
been moved to the novel "Properties" dialog of directories, which you can access
via the context menu.

GUI and Functionality

    Feature: Switched to using defaults files in the exporter. Additionally,
    the exporter is now modular, allowing for more extensions in the future.
    Feature: You can now define snippets, reusable pieces of text that allow
    you to save some time when writing
    Feature: The "global search" has been renamed "full text search" and has
    moved to its own sidebar panel -- you can switch between the file manager and
    the full text search using the three-way toggle in the toolbar
    Feature: A new sidebar tab shows you related files
    Feature: Added a calendar view to the stats dialog, showing you what
    you've written over the year
    Feature: The macOS version of Zettlr now boasts a new application icon,
    adapted to fit the style of the Big Sur operating system. It was provided by
    Marc Oliver Orth (@marc2o) – thank you!
    Feature: Zettlr now supports bibliography files on a per-file basis. Just
    set the wanted bibliography in your YAML frontmatter, within the
    bibliography-property.
    Feature: The tag cloud now offers you "suggested tags" for the current
    file. Tag suggestions are words equalling tags found inside your file which
    are not yet prepended with a hash-character. You can modify the list of
    suggestions and insert them at once. Zettlr will insert them into the
    frontmatter so that the actual text will remain untouched. If there are any
    tag suggestions, the tag cloud icon will feature a small red dot.
    Feature: Now Zettlr can export to PDF even without any LaTeX-distribution
    installed on the system.
    Feature: The footnote editing logic has been improved. Now, multiline
    footnotes are handled appropriately, and you can safely use multi-line
    footnotes alongside the in-place editing feature.
    Feature: You can now customize the data directory using the
    --data-dir="/path/to/directory" switch. This allows portable installations.
    Feature: In addition to the "Glass" sound you can now also have the
    Pomodoro timer play a "Chime" or a "Digital Alarm" after each step
    Feature: The filter now not only filters the file list but also the file
    tree
    Feature: New "Properties" popouts give you access to information about
    your files and folders via the context menu
    Feature: Projects can now be exported into multiple formats at once,
    allowing you to choose from every available format
    Feature: You can now further filter which files will be exported using
    glob patterns
    Feature: A new update dialog improves the updating experience
    32bit AppImages and Windows builds are no longer supported.
    Double-dollar equations are now rendered in display mode.
    Removed the Pandoc installation item from the help menu.
    Moved the Pandoc and XeLaTeX settings to the export tab in preferences.
    Updated the tutorial instructions to install Pandoc
    Fixed a bug that would delete file if it got renamed as itself.
    All languages will now be downloaded by the CI workflow. Updates will still be
    pulled via the application on boot.
    Removed the ability for the translation provider to arbitrarily request
    languages that have not been installed in order to remove that fragile
    feature. All languages will now be provided from the application immediately.
    All windows will now remember their last position.
    Some components of the renderer elements will now respect a given accent
    color set by your operating system (only available for macOS and Windows).
    You can choose between a theme's accent color and the operating system's in
    the display settings.
    You can now close files by middle-clicking their tabs
    MDX supported as a type of markdown file
    New File and Edit File can now fast rename without selecting the extension
    Add a tray to the system notification area, off by default. To activate, see
    Preferences → Advanced → "Leave app running in the notification area" (or
    "Show app in the notification area" when using MacOS).
    Fixed a bug that would mark some quotation marks as misspelled
    Fix the visibility problems under night mode mentioned in issue #1845
    Enabled syntax higlighting for fenced code blocks that use attribute lists as
    per issue #2259
    Added the SIL Open Font License to the About dialog

Under the Hood

    Removed support for 32 bit AppImages on the CI.
    Migrated the exporter to TypeScript.
    Completely rewritten the exporter in order to be able to use defaults files
    and enable much more flexibility.
    Removed the Pandoc command.
    Add typings for external modules, remove the internal custom ones for bcp-47
    and nspell.
    Reenabled the Pandoc and XeLaTeX options in preferences.
    Removed the generic IPC call from the config provider and replaced it with
    consistent checks as to which options have actually changed. This increases
    the performance after configuration saves.
    Migrated the config provider to TypeScript.
    Migrated the Citeproc Provider to TypeScript, and cleaned the provider up:
        The provider has now the capability to load multiple databases at once and
        switch between them.
        Furthermore, the provider now needs much less variables, the logic is much
        simpler, and many unnecessary ipc calls have been removed.
    Migrated many utility functions and other scripts to TypeScript.
    The translations are now loaded by the trans helper to make sure it will
    always work.
    Migrated the complete GUI to Vue.js, using a reusable component system.
    The window chrome is no longer controlled by the window registration handler.
    Now tests can be run as JavaScript or as TypeScript files (use .js or
    .spec.ts files respectively).
    Generalised the window state management so that all windows are now able to
    remember their positions easily.
    Zettlr is now completely jQuery-free.
    Migrated the FSAL cache from unstable Objects to Maps and Sets.
    Migrated the TagProvider to a Map as well.
    Added an assets provider responsible for maintaining the various files Zettlr
    now uses
    Completely sandboxed the renderer processes. Now, even if an attacker gains
    access to a browser window, the chances of them causing any damage is greatly
    reduced
    Moved all static assets to their own directory
    Fixed font, image, and resource loading in general via webpack
    Fixed the debug capabilities; now everyone should be able to debug both the
    main process as well as the renderer processes using VS Code
    Added "recommended extensions" to the VS Code setup, allowing for easier
    interoperability across code contributors
    Switched to the native "recent documents" functionality on macOS and Windows
    Switched to a new, completely GDPR compliant API for updates. No piece of data
    will be transferred anymore (except the update information from our server to
    the apps)

[close]

Download: https://github.com/Zettlr/Zettlr/releases

https://www.zettlr.com/
Titel: Vim 8.2.3516
Beitrag von: SiLæncer am 16 Oktober, 2021, 10:10
(https://s26.postimg.cc/xww5nc4zt/screenshot_1282.png)
A highly configurable text editor built to enable efficient text editing - an improved version of the vi editor distributed with most UNIX systems.

Freeware

Changes:>>

terminal window does not have transparent background

http://www.vim.org/index.php
Titel: Typora 0.11.13 Beta
Beitrag von: SiLæncer am 16 Oktober, 2021, 19:30
(https://i.postimg.cc/25xV0Fq1/Virtual-DVD.png)
Swiftly write, edit, format and convert text to HTML with the help of this modern looking, streamlined and novice-accessible piece of software.

Freeware

Changelog
   

    Fix error dialog when open multiple Typora instance
    Improve inline code parse rule
    Reduce lag when using IME
    Fix upload all images fail when image path are escaped
    Fix connections to resources from some https websites will fail
    Update i18n translations for Russian, Hungarian, Chinese and Polish
    Add option to allow physics package to redefine some TeX commands
    Other bug fix and improvements

[close]

https://www.typora.io/
Titel: Vim 8.2.3526
Beitrag von: SiLæncer am 17 Oktober, 2021, 09:40
Changes:>>

tests have clumsy check for X11 based GUI

http://www.vim.org/index.php
Titel: CudaText 1.147.0.3
Beitrag von: SiLæncer am 17 Oktober, 2021, 10:00
(https://s26.postimg.cc/k6wu8qcrt/screenshot_901.png)
Create programming scripts with this powerful tool that supports more than 130 languages and allows users to work concurrently on as many as six groups of projects.

Freeware

Changelog

    Add: before saving history/session file, check that disk free space is >1M, and give a Retry/Cancel messagebox if less (thanks @ertank)
    Add: option "paste_multiline_at_line_start", to mimic Sublime and VSCode, default is 'false' to not give a regression (thanks @hiiamboris)
    Add: option "ui_cmdpalette_hide_simple" (thanks @hiiamboris)
    Add: option "micromap_line_states" (thanks @JairoMartinezA)
    Add: command "expand selection to line, up"; before we had only "expand selection to line" which moves down (thanks @hiiamboris)
    Add: UI tabs drag-drop now works also when dropping on "+" pseudo-tab or on the right empty area (thanks @GHNewbiee)
    Add: macOS version now detects Python 3.10 (thanks @sigzero)
    Add: lexer HTML: show block staples (thanks @eltonfabricio10)
    Add: lexer CSS: highlight std CSS functions
    Fix: error 'wrong time specification' when file from session was deleted (thanks @A-Nicoladie)
    Fix: regression: drag-drop of text: wrong selection after drop of whole lines
    Fix: regression: drag-drop of text: missing red drop marker

[close]

https://cudatext.github.io/
Titel: BirdFont 4.20.1
Beitrag von: SiLæncer am 17 Oktober, 2021, 10:20
(https://s26.postimg.cc/rd1s4grdl/screenshot_137.png)
BirdFont is a free font editor that lets you create vector graphics and export TTF, EOT & SVG fonts.

Donationware

Whats new:>>

    Support for randomized glyphs (OTF tag rand)
    Spacing class in menu
    Bug fixes

https://birdfont.org/
Titel: QOwnNotes 21.10.9
Beitrag von: SiLæncer am 17 Oktober, 2021, 18:00
(https://s26.postimg.cc/hoi1ahlcp/screenshot_978.png)
QOwnNotes is a text editor / notepad replacement with markdown support and todo list manager. The program supports themes, keyboard shortcuts, syntax highlighting, and encryption. Includes available nested file list, tags, search, and more. Optionally works with the notes application ownCloud or Nextcloud.

Cross-platform with clients available for Mac and Linux.

License: GPL

Changelog

    there now will be a warning that a restart of the application is needed when
    changing the default note file extension (for #2250)
    more features were added to the linking of note heading (for #1977)
        if a note and a heading were selected in the note link dialog the heading  text will be added to the link title by default
        if the current note is selected in the note link dialog the correct note file name will be used now instead of . to allow links to headings in the current note
        when a note is renamed or moved to another sub-folder note links with heading fragments can now also be automatically renamed
            this also works with note links to the current note
            warning: this feature (especially the part with links to the current note) was very complex and might introduce regressions
    the build for very old Qt versions was (hopefully) fixed again
    a possible crash was fixed when renaming a note directly in the note list when Enter was pressed (for #1837)
    added more translation (thank you amirkbrpr, marterra, danilosf, evildeepblue,marcoxbresciani, rawfreeamy)

[close]

https://www.qownnotes.org/
Titel: Vim 8.2.3532
Beitrag von: SiLæncer am 18 Oktober, 2021, 09:20
Changes:>>

the previous '' mark is restored after moving the cursor

http://www.vim.org/index.php
Titel: Vim 8.2.3536
Beitrag von: SiLæncer am 19 Oktober, 2021, 08:10
Changes:>>

    The do_highlight() function is way too long
    If-else indenting is confusing
    Autoread test is a bit flaky
    Inefficient code in xxd

http://www.vim.org/index.php
Titel: HelpNDoc 7.7.0 Build 519
Beitrag von: SiLæncer am 19 Oktober, 2021, 21:20
(https://s26.postimg.cc/n8qdqw1ix/screenshot_994.png)
HelpNDoc provides all the tools necessary to write complete help files, manuals and documentations in a user friendly and very easy to use environment. HelpNDoc can generate standard Windows CHM help files, WEB based documentation, iPhone specific websites as well as printable PDF and Word documents.

HelpNDoc is completely free for personal use and evaluation purposes.

Changelog

    Official Windows 11 support
    The script editor now includes find/replace actions
    New script editor customization options: change font, indentation, gutter visibility and content, spacing, special chars, word wrap...
    Default HTML template's search engine can now be configured to specify the minimum number of letters of words to index: it makes it possible to index smaller one or two letter words
    New command line options to open a project at a specific topic, using either its Help ID or its Help Context
    Added scripting API methods to find a topic with a specific help context number, and set the currently shown topic via its Help ID or Help Context
    The script editor now uses the Consolas font (when available) for more comfortably reading of extended text on screen
    It is now possible to specify the inline table of contents' width in the default HTML template's settings
    Script editor wasn't always able to build template scripts which contained a mix of code and HTML content
    Pasting content into the topic editor could move the cursor at the top of the topic instead of after the pasted content
    Tags with names longer than 32 characters were not correctly assigned to topics or builds
    Built-in HTTP web server couldn't start anymore when the port was already in use by another local server, even if the port was changed
    Word and PDF documents generated without a cover but with a table of contents didn't add a page break before the first topic's title
    The Default CHM template produced broken links in breadcrumbs when a parent topic was marked as an empty topic
    Generate documentation dialog incorrectly warned that output path didn't exist for relative paths
    Script editor's word wrap icon could be drawn with a solid green background
    The default HTML template didn't display any horizontal lines when printed
    Start menu shortcut included a reference to HelpNDoc's uninstaller for the wrong version

[close]

http://www.helpndoc.com/
Titel: RJ TextEd 15.21
Beitrag von: SiLæncer am 19 Oktober, 2021, 22:30
(https://s26.postimg.cc/775l9vjeh/screenshot_593.png)
RJ TextEd - A Unicode source and text editor. RJ TextEd is a full featured text and source editor with Unicode support, syntax highlighting and code folding. The functionality extends beyond text files and includes support for HTML editing with integrated preview, spell checking, auto completion, HTML validation, templates and more. The program also include support for Topstyle Lite CSS editor, has a dual pane file commander, as well as a FTP client to upload your files. The editor uses language files to display menus and dialogs in different languages. There are several included languages. New language files can easily be created in the editor. RJ TextEd is also a simple web development tool. The editor can use auto completion and hints to assist you in editing your source code. You can preview HTML/ASP/PHP... code using one of the preview tabs or open a document in a browser. The editor does not only handle source code. It also handles true ASCII files, binary files and of course plain text files.

License: Freeware

Changelog

    Smart highlighting:

    HTML tags should be highlighted when selected, and regarded as "whole words".
    External document window (drag tab outside main window)

    Added a few new actions and menu items:

    Format JSON menu.
    Shift+Alt+Down/Up/Left/Right should work now.

    Fixed:

    Text display issues in search window.
    Delete issue in search window and search bar.
    Selection fold in plain text document should work now.
    Issue with blank document at startup.

[close]

http://www.rj-texted.se/
Titel: Notepad++ 8.1.8
Beitrag von: SiLæncer am 19 Oktober, 2021, 22:50
Whats new:>>

1.  Fix config files (XML) saving performance regression.
2.  Workaround Microsoft dark mode API bug of Windows 11.

Download: https://github.com/notepad-plus-plus/notepad-plus-plus

https://notepad-plus-plus.org/
Titel: Vim 8.2.3543
Beitrag von: SiLæncer am 20 Oktober, 2021, 08:10
Changes:>>

swapname has double slash when 'directory' ends in it

http://www.vim.org/index.php
Titel: CudaText 1.147.1.0
Beitrag von: SiLæncer am 20 Oktober, 2021, 10:30
Whats new:>>

    Change: removed option "ui_cmdpalette_hide_simple"; all Palette items are visible now; hiding of Palette items is not much needed and give problems with customizing hotkeys
    Fix: regression: double-click on UI-tabs empty area didn't work (thanks @eltonfabricio10)
    Fix: micromap on scrollbar: click on folded position did not unfold it (thanks @JairoMartinezA)
    Fix: micromap on scrollbar: bad vertical shift, when vertical "scrollbar_arrows" is 'normal' or 'both above'

https://cudatext.github.io/
Titel: Jovial Notepad 2.7
Beitrag von: SiLæncer am 20 Oktober, 2021, 19:40
(https://i.postimg.cc/63DQRgQ6/screenshot-2555.png)
A lightweight and straightforward text editor with syntax highlight capabilities and also securing your work with an implemented encryption option.

Freeware

Whats new:>>

This version adds a new Favourites feature.

https://sourceforge.net/projects/jovialnotepad/
Titel: QOwnNotes 21.10.10
Beitrag von: SiLæncer am 20 Oktober, 2021, 20:00
(https://s26.postimg.cc/hoi1ahlcp/screenshot_978.png)
QOwnNotes is a text editor / notepad replacement with markdown support and todo list manager. The program supports themes, keyboard shortcuts, syntax highlighting, and encryption. Includes available nested file list, tags, search, and more. Optionally works with the notes application ownCloud or Nextcloud.

Cross-platform with clients available for Mac and Linux.

License: GPL

Whats new:>>

    no restart of the application is needed anymore when changing the default note file extension (for #2267, thank you @Waqar144)
    a crash was fixed when the note headline was modified by a script in handleNewNoteHeadlineHook (for 2270)
        this was a regression introduced in 21.10.9
    added more Catalan, Portuguese translation (thank you mguerra, smarquespt)

https://www.qownnotes.org/
Titel: Zettlr 2.0.1
Beitrag von: SiLæncer am 20 Oktober, 2021, 21:40
(https://s26.postimg.cc/vfll9p4mh/screenshot_956.png)
Write text and conveniently edit it using Markdown with the help of this user-friendly and well-thought-out, Electron based application.

MIT License

Release Notes

    Previously, list items were rendered as if they were code blocks if they were
    indented by at least four spaces, which was not supposed to happen. Thanks to
    The autocomplete dropdowns in the editor now only show the top 50 matches. Any
    more wouldn't be visible either way, and additionally, we have had reports
    that databases with more than 10,000 items made those lists somewhat slow.

[close]

Download: https://github.com/Zettlr/Zettlr/releases

https://www.zettlr.com/
Titel: RJ TextEd 15.22
Beitrag von: SiLæncer am 20 Oktober, 2021, 22:30
(https://s26.postimg.cc/775l9vjeh/screenshot_593.png)
RJ TextEd - A Unicode source and text editor. RJ TextEd is a full featured text and source editor with Unicode support, syntax highlighting and code folding. The functionality extends beyond text files and includes support for HTML editing with integrated preview, spell checking, auto completion, HTML validation, templates and more. The program also include support for Topstyle Lite CSS editor, has a dual pane file commander, as well as a FTP client to upload your files. The editor uses language files to display menus and dialogs in different languages. There are several included languages. New language files can easily be created in the editor. RJ TextEd is also a simple web development tool. The editor can use auto completion and hints to assist you in editing your source code. You can preview HTML/ASP/PHP... code using one of the preview tabs or open a document in a browser. The editor does not only handle source code. It also handles true ASCII files, binary files and of course plain text files.

License: Freeware

Changelog

    Fixed:

    Strange display issue in search window when not using a theme.

[close]

http://www.rj-texted.se/
Titel: Vim 8.2.3547
Beitrag von: SiLæncer am 21 Oktober, 2021, 09:20
(https://s26.postimg.cc/xww5nc4zt/screenshot_1282.png)
A highly configurable text editor built to enable efficient text editing - an improved version of the vi editor distributed with most UNIX systems.

Freeware

Changes:>>

opening the quickfix window triggers BufWinEnter twice

http://www.vim.org/index.php
Titel: Trilium Notes 0.48.2
Beitrag von: SiLæncer am 21 Oktober, 2021, 10:20
(https://i.postimg.cc/2yDgvbpj/screenshot-2595.png)
A hierarchical note-taking software application with focus on building large personal knowledge bases while also providing a flurry of options.

License: AGPL

Changelog

    Add tag based multi arch docker build using GitHub Workflows by @TrAnn3l in #2229
    Set default icon for clipped notes by @sigaloid in #2246
    Hide tooltip after clicking on a button, fixes #2228
    Fix backend API's getNote, getBranch, getAttribute, closes #2230
    Fix restoring note revision, closes #2232
    Allow async scripts in runOnBackend(), fixes #2243

[close]

https://github.com/zadam/trilium
Titel: EmEditor 21.1.5
Beitrag von: SiLæncer am 21 Oktober, 2021, 19:40
(https://1z9j8fz5fww49iaje1itey71-wpengine.netdna-ssl.com/wp-content/uploads/2013/09/EmEditorFree_Window.png)
EmEditor is a lightning-fast, tabbed text editor with themes, syntax highlighting, stay-on-top, and customizable keyboard mapping. The program supports batch find-and-replace, regular expressions, and more.

The program beat a variety of other text editors in tests performed by TPFC user TP109. Additional features are available via a non-free version.

Changelog

    Fixed a certain layout issue with the Full Screen mode.
    Fixed a pre-v21.1 issue related to negative decimal number ranges.
    Fixed a v21.1 issue where the Replace All (with a newline) could become very slow when the Direct Write is on.
    Fixed a pre-v21.1 issue where the IME candidate window might not appear immediately after EmEditor opens.
    Fixed a pre-v21.1 issue where EmEditor might have displayed the “EmEditor abnormally terminated in the previous session. Do you want to recover a previous unsaved workspace?” message after log off the previous Windows session without closing EmEditor last time.
    Fixed a pre-v21.1 issue where multi-line comment highlighting was not always updated after pasting without a newline.
    Fixed a pre-v21.1 issue where the CSV Converter/Large File Controller custom bar may not be scrolled correctly at second time.
    Fixed a pre-v21.1 issue where double clicking the AutoFill handle while pressing the SHIFT key might not have filled correctly while filtered.
    Fixed a pre-v21.1 issue where pressing SHIFT + RIGHT after the Find Next Occurrence command did not make selection correctly.
    Fixed a pre-v21.1 issue related to copying text in the status bar on the Simplified Chinese locale.

[close]

https://www.emeditor.com
Titel: Vim 8.2.3551
Beitrag von: SiLæncer am 22 Oktober, 2021, 09:10
Changes:>>

checking first character of url twice

http://www.vim.org/index.php
Titel: BaseX 9.6.3
Beitrag von: SiLæncer am 22 Oktober, 2021, 09:20
(https://s26.postimg.cc/zexqg30d5/screenshot_63.png)
BaseX is a Java-based software application that integrates an XML database and XQuery text editor. It is wrapped in a user-friendly working environment and comes packed with several useful options and configuration parameters for experienced users.

BSD License

Whats new:>>

Minor fixes, Performance tweaks

http://basex.org/
Titel: Notepad++ 8.1.9
Beitrag von: SiLæncer am 22 Oktober, 2021, 10:00
(https://i.postimg.cc/90QrsKpv/screenshot-818.png)
Notepad++ is a tabbed source code editor and Notepad replacement with a customizable interface. It is one of the few few source code editors that supports "folding," allowing users to quickly reduce and expand sections of code to see the overall document. In addition, it features multi-language syntax highlighting, auto-completion, regular expression search/replace, macro recording and playback, etc. The program can access a long list of plug-ins via an easy-to-access menu with even more features and functions.

License: GPL

Changelog

Fix empty file with non-Unicode encoding cannot be saved issue. (Fix #10699)
Fix language list in Style Configurator not being reloaded issue. (Fix #9512)

[close]

https://notepad-plus-plus.org/
Titel: BabelEdit 2.9.1
Beitrag von: SiLæncer am 22 Oktober, 2021, 10:40
(https://s26.postimg.cc/7efmb9imh/screenshot_979.png)
A translation editor that can process one or more JSON files at the same time, providing support for both json and namespaced-json formats.

Freeware

Changelog

Fixes:

    Linux OpenGL dependency
    Linux Flatpak problem on Ubuntu 18

[close]

https://www.codeandweb.com/babeledit
Titel: Trilium Notes 0.48.3
Beitrag von: SiLæncer am 23 Oktober, 2021, 10:40
Whats new:>>

    Set iconClass also on whole page clipping #2250
    Fix repeated invocation of actions in note actions dropdown, closes #2255
    Fix saving images from web clipper, closes #2249
    Display properly relations in note map even if they are not in the subtree, #2251
    Fix saving images from web clipper, closes #2249

https://github.com/zadam/trilium
Titel: TeXstudio 4.0.2
Beitrag von: SiLæncer am 23 Oktober, 2021, 11:30
(https://i.postimg.cc/Fz8CktsG/screenshot-2846.png)
GPL-LaTeX-Editor, der das Erstellen von LaTex-Dokumenten in Unicode vereinfacht; unterstützt den Nutzer beim Schreiben mittels interaktiver Rechtschreibprüfung, Syntax-Highlighting, Code-Folding und automatischer Code-Vervollständigung.

Lizenz: Open Source

Changelog

- fix structure view (inlcudes and cursor marking, #1828)
- fix completer tooltip on bibids (#1835)
- OSX: fix "slanted" cursor (#1836)
- more cwls

[close]

http://texstudio.sourceforge.net/
Titel: Vim 8.2.3557
Beitrag von: SiLæncer am 24 Oktober, 2021, 09:40
Changes:>>

Vim9: cannot call imported funcref at script level

http://www.vim.org/index.php
Titel: QOwnNotes 21.10.11
Beitrag von: SiLæncer am 24 Oktober, 2021, 18:00
Whats new:>>

    you can now set a different font for each text format in the Editor fonts & colors settings (for 2259)
    added more Polish, Spanish translation (thank you rawfreeamy)

https://www.qownnotes.org/
Titel: CudaText 1.147.2.0
Beitrag von: SiLæncer am 24 Oktober, 2021, 20:30
(https://s26.postimg.cc/k6wu8qcrt/screenshot_901.png)
Create programming scripts with this powerful tool that supports more than 130 languages and allows users to work concurrently on as many as six groups of projects.

Freeware

Changelog

+ add: click on empty tab-group area opens a new tab there
* change: removed option "ui_cmdpalette_hide_simple"; all Palette items are visible now; hiding of Palette items is not much needed and give problems with customizing hotkeys
- fix: regression: "Save as" must change lexer according to the new name (thanks @WebMechanic)
- fix: huge memory consumption (by code-tree) on HTML/CSS files with huge lines, ie on 'minified' files (thanks @JairoMartinezA)
- fix: regression: double-click on UI-tabs empty area didn't work (thanks @eltonfabricio10)
- fix: micromap on scrollbar: click on folded position did not unfold it (thanks @JairoMartinezA)
- fix: micromap on scrollbar: bad vertical shift, when vertical "scrollbar_arrows" is 'normal' or 'both above'

[close]

https://cudatext.github.io/
Titel: Vim 8.2.3562
Beitrag von: SiLæncer am 25 Oktober, 2021, 09:20
(https://s26.postimg.cc/xww5nc4zt/screenshot_1282.png)
A highly configurable text editor built to enable efficient text editing - an improved version of the vi editor distributed with most UNIX systems.

Freeware

Changes:>>

8.2.3562: cannot add color names
8.2.3561: cscope has a complicated way of giving an error message
8.2.3560: using freed memory with lambda
8.2.3559: loop variable recreated every time
Update runtime files
8.2.3558: Vim9: asserting the wrong variable

http://www.vim.org/index.php
Titel: VNote 3.81
Beitrag von: SiLæncer am 25 Oktober, 2021, 10:30
(https://s26.postimg.cc/871od8huh/screenshot_1147.png)
Peculiar yet interesting, open source piece of software that sports both Markdown editing capabilities and note management features.

MIT License

Changelog

    Fix FramelessMainWindow



3.80

    Tags:

    Support tagging files with multiple-levels tags.
    A True Frameless Main Window on Windows
    Scan and Import External Files
    Notebook Database via SQLITE
    The database is a cache for notebook metadata.

[close]

https://github.com/tamlok/vnote
Titel: QOwnNotes 21.10.12
Beitrag von: SiLæncer am 25 Oktober, 2021, 18:30
(https://s26.postimg.cc/hoi1ahlcp/screenshot_978.png)
QOwnNotes is a text editor / notepad replacement with markdown support and todo list manager. The program supports themes, keyboard shortcuts, syntax highlighting, and encryption. Includes available nested file list, tags, search, and more. Optionally works with the notes application ownCloud or Nextcloud.

Cross-platform with clients available for Mac and Linux.

License: GPL

Changelog

    the text format item handling in the Editor fonts & colors settings was improved (for #2259)
    a problem with the text format item font selector under Windows was fixed (for #2259)
    the default for new note folders is Don't allow file name to be different from headline again, because it makes more sense for the way QOwnNotes works (was changed in 21.8.12)
        existing note folders will not be modified automatically the context menu of the spell checker is now better disabled in the Log panel
    the note text of encrypted notes will now not be searched in the note search, because the search results in the encoded text would be misleading (for #2254)
        the file names of encrypted notes will still be searched added repositories for openSUSE Leap 15.4
        please visit the openSUSE installation page for instructions
    added more translation (thank you marterra, rawfreeamy, mguerra, amirkbrpr)

[close]

https://www.qownnotes.org/
Titel: CudaText 1.147.5.0
Beitrag von: SiLæncer am 25 Oktober, 2021, 21:50
Whats new:>>

    Add: support Python 3.10 (thanks @pyscripter)
    Add: option "caret_proximity_vert", which allows to keep caret on the distance from top/bottom edge (thanks @hiiamboris)
    Add: option "renderer_tweaks", which allows to set width of the 'ellipsis' char (thanks @MiroslavMatas)

https://cudatext.github.io/
Titel: Vim 8.2.3564
Beitrag von: SiLæncer am 26 Oktober, 2021, 09:20
Changes:>>

invalid memory access when scrolling without valid screen

http://www.vim.org/index.php
Titel: BabelEdit 2.9.2
Beitrag von: SiLæncer am 26 Oktober, 2021, 10:20
(https://s26.postimg.cc/7efmb9imh/screenshot_979.png)
A translation editor that can process one or more JSON files at the same time, providing support for both json and namespaced-json formats.

Freeware

Changelog

    Crash in pre-translate function
    Crash when opening malformed babel file

[close]

https://www.codeandweb.com/babeledit
Titel: QOwnNotes 21.10.13
Beitrag von: SiLæncer am 26 Oktober, 2021, 18:30
Whats new:>>

the text format items in the Editor fonts & colors settings now show their
assigned color again (for #2275)

https://www.qownnotes.org/
Titel: Vim 8.2.3565
Beitrag von: SiLæncer am 27 Oktober, 2021, 09:10
Changes:>>

8.2.3565: Makefile dependencies are outdated

http://www.vim.org/index.php
Titel: EmEditor 21.2.0
Beitrag von: SiLæncer am 27 Oktober, 2021, 09:20
(https://1z9j8fz5fww49iaje1itey71-wpengine.netdna-ssl.com/wp-content/uploads/2013/09/EmEditorFree_Window.png)
EmEditor is a lightning-fast, tabbed text editor with themes, syntax highlighting, stay-on-top, and customizable keyboard mapping. The program supports batch find-and-replace, regular expressions, and more.

The program beat a variety of other text editors in tests performed by TPFC user TP109. Additional features are available via a non-free version.

Changelog

    Fixed a potential crash when opening a very large file on a certain computer such as a virtual computer.
    Fixed a CSS/HTML Validator issue where it shows an error at Hiragana/Katakana only title tags.

[close]

https://www.emeditor.com
Titel: Google Web Designer 14.0.3.1020
Beitrag von: SiLæncer am 27 Oktober, 2021, 09:50
(https://i.postimg.cc/t4kxrGLC/screenshot-2067.png)
Google Web Designer allows you to create engaging, interactive HTML5-based designs and motion graphics that can run on any device. Let us handle the HTML5 and CSS3 so you're free to focus on what you love to do: creating gorgeous visual experiences. A full design suite lets you easily bring any vision to life. If you're feeling more hands-on, all the code behind your designs is hand-editable, so you're never locked out of your own work. Your ideas are now amplified by code - not restricted by it.

Freeware

Changelog

    The list of sizes for new video documents is grouped by orientation.
    Video documents can now have custom dimensions.
    Updated the Ad Validator to use the latest version of the AMP validator for AMPHTML ads.

[close]

http://www.google.com/webdesigner
Titel: CudaText 1.148.0.0
Beitrag von: SiLæncer am 27 Oktober, 2021, 22:30
Whats new:>>

    Change: renamed command "ui: toggle find dialog" to "dialog: find: toggle dialog", also changed logic of this command a little
    Add: added command "dialog: replace: toggle dialog" (thanks @sl23)
    Add: improved option "mouse_rt_click_moves_caret", so that right-click over selection never resets that selection (thanks @sl23)
    Add: show Console error message when required icon filename is missed (in toolbar-theme, in sidebar-theme etc.)
    Add: Wiki topic https://wiki.freepascal.org/CudaText_plugins#Color_Text
    Fix: command "unindent selection" shrinked selection if it was ended on a non-empty line end (thanks @eltonfabricio10)

https://cudatext.github.io/
Titel: QOwnNotes 21.10.14
Beitrag von: SiLæncer am 27 Oktober, 2021, 23:00
Whats new:>>

more information about the different optional integrations and services in the settings dialog were added to make it more clear what the user enables

https://www.qownnotes.org/
Titel: Trilium Notes 0.48.4
Beitrag von: SiLæncer am 29 Oktober, 2021, 10:40
(https://i.postimg.cc/2yDgvbpj/screenshot-2595.png)
A hierarchical note-taking software application with focus on building large personal knowledge bases while also providing a flurry of options.

License: AGPL

https://github.com/zadam/trilium
Titel: QOwnNotes 21.10.15
Beitrag von: SiLæncer am 29 Oktober, 2021, 22:00
Whats new:>>

    many ways to be more tolerant with externally modified notes were implemented,
    this should result in fewer note diff dialogs when some external process is
    messing with the current note (for #2027)
        this mainly was a problem under macOS
    added more translation (thank you mguerra, marcoxbresciani, amirkbrpr, marterra)

https://www.qownnotes.org/
Titel: TeXstudio 4.0.3
Beitrag von: SiLæncer am 31 Oktober, 2021, 11:10
(https://i.postimg.cc/Fz8CktsG/screenshot-2846.png)
GPL-LaTeX-Editor, der das Erstellen von LaTex-Dokumenten in Unicode vereinfacht; unterstützt den Nutzer beim Schreiben mittels interaktiver Rechtschreibprüfung, Syntax-Highlighting, Code-Folding und automatischer Code-Vervollständigung.

Lizenz: Open Source

Changelog

- fix linewidth calculation in Qt6
- fix crash on load/new doc (under unknown,system specific circumstances)
- remove placeholder quicker
- more cwls

[close]

http://texstudio.sourceforge.net/
Titel: QOwnNotes 21.11.0
Beitrag von: SiLæncer am 31 Oktober, 2021, 11:30
(https://s26.postimg.cc/hoi1ahlcp/screenshot_978.png)
QOwnNotes is a text editor / notepad replacement with markdown support and todo list manager. The program supports themes, keyboard shortcuts, syntax highlighting, and encryption. Includes available nested file list, tags, search, and more. Optionally works with the notes application ownCloud or Nextcloud.

Cross-platform with clients available for Mac and Linux.

License: GPL

Changelog

    if the current note wasn't edited for a while, it is now possible again that it gets updated when there were small changes (for #2027)
    there now also can style underlined text in the Editor color schema settings (for #2283)
        if a Editor color schema was exported now the exported file will be opened in the file manager
        if the Bold, Italic or Underline settings in Editor color schema was toggled now there also will be asked for a restart of the application
    when capturing webpages with the Web Companion browser extension now an attempt is made to transform links starting with a /, like /my-page.html, to http://domain.com/my-page.html (for #2285)
    added more translation (thank you amirkbrpr, hellojaccc, marterra)

[close]

https://www.qownnotes.org/
Titel: AlephNote 1.7.8
Beitrag von: SiLæncer am 31 Oktober, 2021, 20:30
(https://s26.postimg.cc/6skrw8cnt/screenshot_1204.png)
AlephNote is extensible, lightweight desktop note manager. Features include search, interactive checkbox lists highlighting, clickable highlighted links, notes backup, drag-and-drop capability for files and text, and sorting notes into folders. The program supports tags, in-editor markdown rendering, customizable shortcuts, stay-on-top capability, tray control, themes, and more.

Notes can be saved locally or synchronized with cloud services including Simplenote, Standard Note, Nextcloud/ownCloud.

License:    MIT

Changelog

Bugfixes

    Fixed hyperlinks on last line of note (#190)

Tasks

    Allow [.] syntax for lists (easier to insert on phone keyboards)

[close]

https://github.com/Mikescher/AlephNote
Titel: Text Editor Pro 18.0.0
Beitrag von: SiLæncer am 31 Oktober, 2021, 22:00
(https://s26.postimg.cc/hfdkhoj9l/screenshot_896.png)
Text Editor Pro (formerly EditBone) is a powerful text editing tool that comes with syntax highlighting support for over 50 languages and scripts, customizable with over 100 options, 29 ready made styles, a handy file comparison feature, unicode character map, numerical unit convert tool, SQL formatter, and support for multiple directories and search results.

Freeware

Changelog

    Fixed changed files
    Fixed common dialogs
    Fixed compare files
    Fixed directory
    Fixed drop files
    Fixed PDF view
    Fixed SQL - Firebird highlighter
    Fixed SQL formatter
    Fixed text editor control
    Fixed Windows 11 skin
    Changed default highlighter and color theme to Windows 11 Dark
    Updated and fixed AlphaControls v16.18 - http://www.alphaskins.com/
    Updated and fixed Virtual-TreeView control - https://github.com/JAM-Software/Virtual-TreeView
    Updated Delphi and C++ Builder 11 Alexandria - https://www.embarcadero.com/products/delphi
    Updated PDFium binaries (DLL files)

[close]

https://texteditor.pro/
Titel: Vim 8.2.3568
Beitrag von: SiLæncer am 01 November, 2021, 09:10
(https://s26.postimg.cc/xww5nc4zt/screenshot_1282.png)
A highly configurable text editor built to enable efficient text editing - an improved version of the vi editor distributed with most UNIX systems.

Freeware

Changes:>>

ctrl-hat test fails with Athena and Motif

http://www.vim.org/index.php
Titel: CudaText 1.148.0.2
Beitrag von: SiLæncer am 01 November, 2021, 19:40
(https://s26.postimg.cc/k6wu8qcrt/screenshot_901.png)
Create programming scripts with this powerful tool that supports more than 130 languages and allows users to work concurrently on as many as six groups of projects.

Freeware

Changelog

    Add: Wiki topic https://wiki.freepascal.org/CudaText#Lexers_editing_-_styles_only
    Add: Wiki topic https://wiki.freepascal.org/CudaText_plugins#Embedded_Editor
    Add: Wiki topic https://wiki.freepascal.org/CudaText_plugins#Breadcrumbs
    Fix: Windows: NTFS file streams were not preserved on file saving (thanks @squromiv)
    Fix: Windows: file-change-notification marked NTFS stream as modified

[close]

https://cudatext.github.io/
Titel: SavageEd 0.10.18 Experimental
Beitrag von: SiLæncer am 01 November, 2021, 19:45
(https://i.postimg.cc/SR3GnkgK/screenshot-2760.png)
SavageEd2 is a very small and fast Windows notepad replacement written in x86 assembly language (HLA). It can edit files of any size, limited only by memory. It can encrypt text files using AES encryption with 256 bit key (max 32 character password) in .enc format. It has Pattern searching features.

License: Freeware

Whats new:>>

Fixed file not saving if a path is entered on the command line instead of just a file name, for a file that does not exist. I don't remember why I had it behave this way, maybe it broke something else.

https://github.com/Androthi/SavageEd
Titel: QOwnNotes 21.11.1
Beitrag von: SiLæncer am 01 November, 2021, 21:00
Whats new:>>

    when capturing webpages with the Web Companion browser extension now every relative link to the same webpage will be transformed to an absolute link with an url (for #2285)
    the styling of underlined text was improved (for #2283)
    added more Brazilian Portuguese translation (thank you marterra)

https://www.qownnotes.org/
Titel: Trilium Notes 0.48.5
Beitrag von: SiLæncer am 01 November, 2021, 22:10
(https://i.postimg.cc/2yDgvbpj/screenshot-2595.png)
A hierarchical note-taking software application with focus on building large personal knowledge bases while also providing a flurry of options.

License: AGPL

Changelog

Fix infinite recursion, closes #2292
Fix correct number of related attributes
Fix sizing of the attribute detail in inherited attribute list
Fix broken autocomplete in attribute editor, closes #2295
Fix immediately closed attribute detail after clicking e.g. "add label"
Fix overriding monospace font size, closes #2296
Added "switch to mobile version" button to web edition, closes #1889
Add back .isDeleted property to becca's note, branch and attribute entities for BC, fixes #2268
Fix "XSS" in the new empty tab, closes #2145
Close last tab should behave similarly to 0.47, fixes #2298
Add hack to produce debian compatible XZ compressed deb packages, fixes #2272

[close]

https://github.com/zadam/trilium
Titel: Vim 8.2.3570
Beitrag von: SiLæncer am 02 November, 2021, 09:10
Changes:>>

Test_very_large_count fails on 32bit systems

http://www.vim.org/index.php
Titel: EmEditor 21.2.1
Beitrag von: SiLæncer am 02 November, 2021, 09:30
(https://1z9j8fz5fww49iaje1itey71-wpengine.netdna-ssl.com/wp-content/uploads/2013/09/EmEditorFree_Window.png)
EmEditor is a lightning-fast, tabbed text editor with themes, syntax highlighting, stay-on-top, and customizable keyboard mapping. The program supports batch find-and-replace, regular expressions, and more.

The program beat a variety of other text editors in tests performed by TPFC user TP109. Additional features are available via a non-free version.

Changelog

The new version will display the Jump dialog box when clicking the File Position at Cursor in the Status Bar.
Fixed a pre-v21.2 bug where EmEditor could crash while opening a very large file containing a very long line.
Fixed an issue where the Main Menu could disappear after restoring the Full Screen mode by menu.
Adjusted detection timing of Repeated Steps.
Fixed localization issues on v21.2.0.
Fixed an issue where the menu items could become empty if the menu was customized before.
Made DirectWrite off by default on Windows 7 SP1.
Fixed customer-reported issues (1, 2).

[close]

https://www.emeditor.com
Titel: AlephNote 1.7.9
Beitrag von: SiLæncer am 02 November, 2021, 09:51
Whats new:>>

Added Alephnote.exe.config file to (hopefully) prevent security errors when loading plugins (#194)

https://github.com/Mikescher/AlephNote
Titel: QOwnNotes 21.11.2
Beitrag von: SiLæncer am 02 November, 2021, 21:40
Whats new:>>

a preview problem (and possibly even a crash) when using ~~~~~~ in a code block was fixed (for #2288, thank you, @Waqar144)
the width of the Find action command bar was increased, so it's more likely for shortcuts to fit in the highlighting for search results ("search extra selections")
in the current note will now (hopefully) now also be removed when closing the search bar on desktop environments where there is an issue with removing them (for #2287)

https://www.qownnotes.org/
Titel: Notepads 1.4.6.0
Beitrag von: SiLæncer am 02 November, 2021, 21:45
(https://i.postimg.cc/DzHrb6Dr/screenshot-1766.png)
Modern, open-source Notepad alternative for Windows 10 that gives the aging text editor a facelift, while also packing additional functionality into a similarly streamlined application.

MIT License

Whats new:>>

Updated dependencies and translations.

https://github.com/JasonStein/Notepads
Titel: Zettlr 2.0.2
Beitrag von: SiLæncer am 03 November, 2021, 18:30
(https://s26.postimg.cc/vfll9p4mh/screenshot_956.png)
Write text and conveniently edit it using Markdown with the help of this user-friendly and well-thought-out, Electron based application.

MIT License

Release Notes

This update fixes a second set of issues that were reported to us after the release of Zettlr 2. It mainly contains visual fixes and a few very minor things. The one bigger improvement this update provides is that the updater is now much more responsive and more stable.

GUI and Functionality

    Linking files by dragging them onto the editor from the file manager works
    again.
    Text input is automatically focused on global search (Ctrl+Shift+F).
    Previously, when you saved an in-memory file to disk, the dialog would begin
    in some random directory, but never the currently selected directory. This is
    now fixed.
    Added syntax highlighting for Octave (Matlab), keyword: octave
    The sidebar now refreshes also whenever it is shown, preventing wrong messages
    such as "No citations in document" when a document with citations is open.
    Modal windows now have a title bar
    Slightly increased the status bar height
    Fixed the image size calculator during image pastes
    Fixed a bug that sometimes caused the editor to randomly jump when entering a
    newline
    The updater has received a face lift: It should now be more responsive and
    easier to handle. We now filter out files which wouldn't work on the given
    platform either way, making it harder to accidentally download the Intel-
    packages when you're on ARM (or vice versa).

Under the Hood

    Switched the Linux middle-mouse-paste code to listen to mouseup events instead
    of mousedown events in response to issue #2321
    Update Pandoc to 2.15
    Refactor the UpdateProvider so that it now has a unified state and a better
    error reporting. It should work much better without unrecoverable states and
    is more responsive. Additionally, removed a lot of old and dead code from it.

[close]

Download: https://github.com/Zettlr/Zettlr/releases

https://www.zettlr.com/
Titel: CudaText 1.148.0.4
Beitrag von: SiLæncer am 03 November, 2021, 21:40
(https://s26.postimg.cc/k6wu8qcrt/screenshot_901.png)
Create programming scripts with this powerful tool that supports more than 130 languages and allows users to work concurrently on as many as six groups of projects.

Freeware

Changelog

    fix: lexer C++: tokenizing of some operators
    fix: lexer Markdown: 'YAML front-matter' rule

[close]

https://cudatext.github.io/
Titel: PSPad 5.0.7 Build 701 Dev
Beitrag von: SiLæncer am 04 November, 2021, 10:10
(http://images.six.betanews.com/screenshots/1076948037-1.png)
PSPad is a universal freeware editor. There is no complex install process; the program is ready to work immediately, without requiring customization. It supports many file types and languages, with syntax highlighting. There are macros, clip files and templates to automate repetitive activities. An integrated HEX Editor, Project support, FTP Client, Macro Recorder, File Search/Replace, Code Explorer, code page conversion, are just some of the many possibilities that PSPad can offer you.

Freeware

Changelog

    Because I suspect the compiler and changes in the implementation of working with windows in new versions of Delphi, I have prepared a version that is compiled in an older version. Please report any problems, I would welcome a comparison with the previous build 689

[close]

http://www.pspad.com/
Titel: Notepack 0.9.22
Beitrag von: SiLæncer am 04 November, 2021, 11:20
(https://i.postimg.cc/jdg4C7DH/screenshot-2899.png)
A user-friendly note taking app and to-do list organizer that supports Markdown formatting and allows you to add color highlights to your notes.

License: MPL

Whats new:>>

Fix scroll in textarea

https://github.com/Ogefest/Notepack
Titel: Vim 8.2.3582
Beitrag von: SiLæncer am 05 November, 2021, 08:10
(https://s26.postimg.cc/xww5nc4zt/screenshot_1282.png)
A highly configurable text editor built to enable efficient text editing - an improved version of the vi editor distributed with most UNIX systems.

Freeware

Changes:>>

reading uninitialized memory when giving spell suggestions

http://www.vim.org/index.php
Titel: QOwnNotes 21.11.3
Beitrag von: SiLæncer am 05 November, 2021, 18:00
(https://s26.postimg.cc/hoi1ahlcp/screenshot_978.png)
QOwnNotes is a text editor / notepad replacement with markdown support and todo list manager. The program supports themes, keyboard shortcuts, syntax highlighting, and encryption. Includes available nested file list, tags, search, and more. Optionally works with the notes application ownCloud or Nextcloud.

Cross-platform with clients available for Mac and Linux.

License: GPL

Changelog

    now the search text that was entered in the note search panel will not be highlighted automatically inside the note anymore, when that search text was removed from the search panel (for #2287)
    note tag assignments will now not get removed immediately when a note folder is opened and a note file wasn't found anymore, instead they merely go stale and will be removed after 10 days, if the note file didn't come back by that time (for #2292)
        this will for example prevent lost tag assignments when note file were not available yet when QOwnNotes was opened or the note folder was switched
    added more Catalan, French translation (thank you mguerra, chocolatine)

[close]

https://www.qownnotes.org/
Titel: Typora 0.11.15 Beta
Beitrag von: SiLæncer am 06 November, 2021, 10:20
(https://i.postimg.cc/25xV0Fq1/Virtual-DVD.png)
Swiftly write, edit, format and convert text to HTML with the help of this modern looking, streamlined and novice-accessible piece of software.

Freeware

Changelog
   

    Add basic syntax highlight for htaccess and improve js syntax highlight support
    Fix math label link not working when auto numbering is disabled
    Fix header after table not recognized correctly
    Add option to allow physics package to redefined `div` macro in math
    Fix find and replace do not keep previous state in new search
    Fix sometimes that images using a same name when paste from web
    Fix file auto refresh not working
    Other bug fix and improvements

[close]

https://www.typora.io/
Titel: EmEditor 21.3
Beitrag von: SiLæncer am 06 November, 2021, 20:20
(https://1z9j8fz5fww49iaje1itey71-wpengine.netdna-ssl.com/wp-content/uploads/2013/09/EmEditorFree_Window.png)
EmEditor is a lightning-fast, tabbed text editor with themes, syntax highlighting, stay-on-top, and customizable keyboard mapping. The program supports batch find-and-replace, regular expressions, and more.

The program beat a variety of other text editors in tests performed by TPFC user TP109. Additional features are available via a non-free version.

Changelog

New General Features

The new version allows a short-form date range and a date format in a Number Range for Find/Replace/Filter. For instance, [ 10/28/2021 , 12/31/2021 ]”M/d/yyyy” means all dates between 10/28/2021 and 12/31/2021. If the date format is omitted, the default date format can be specified in the Format page of the Customize dialog box.
Added an notification when it takes a long time to retrieve the Windows Clipboard History.
Improved the speed of commands in the Encode/Decode Selection submenu on the Edit menu.

New Options

Added the Add an EmEditor icon to the Context menu to the Shortcut page of the Customize dialog box.

[close]

https://www.emeditor.com
Titel: VNote 3.90
Beitrag von: SiLæncer am 06 November, 2021, 21:20
(https://s26.postimg.cc/871od8huh/screenshot_1147.png)
Peculiar yet interesting, open source piece of software that sports both Markdown editing capabilities and note management features.

MIT License

Changelog

Recycle Bin

Now recycle bin is just a simple folder. No corresponding node for it.

Quick Access

Support removing items from Quick Access directly.

Markdown Editor

Read Mode

    Support centering images

Add user.css for user styles. User could edit this file to quickly modify the styles of read mode.

Support debugger via F12

Edit Mode

Support context-sensitive context menu such as copying images or opening links.

[close]

https://github.com/tamlok/vnote
Titel: TeXstudio 4.0.4
Beitrag von: SiLæncer am 06 November, 2021, 22:10
(https://i.postimg.cc/Fz8CktsG/screenshot-2846.png)
GPL-LaTeX-Editor, der das Erstellen von LaTex-Dokumenten in Unicode vereinfacht; unterstützt den Nutzer beim Schreiben mittels interaktiver Rechtschreibprüfung, Syntax-Highlighting, Code-Folding und automatischer Code-Vervollständigung.

Open Source

Whats new:>>

Bugfix release for OSX.

http://texstudio.sourceforge.net/
Titel: Typora 0.11.16 Beta
Beitrag von: SiLæncer am 07 November, 2021, 10:50
Whats new:>>

    Fix keys not work in code block sometimes.
    Fix some regression bugs.
    Add basic syntax highlight for htaccess and improve js syntax highlight support.
    Fix math label link not working when auto numbering is disabled.
    Fix header after table not recognized correctly.
    Add option to allow physics package to redefined `div` macro in math.
    Fix find and replace do not keep previous state in new search.
    Fix sometimes that images using a same name when paste from web.
    Fix file auto refresh not working.
    Other bug fix and improvements.

https://www.typora.io/
Titel: Typora 0.11.17 Beta
Beitrag von: SiLæncer am 08 November, 2021, 11:20
Whats new:>>

Fix a critical compatibility issue with Sogou IME.

https://www.typora.io/
Titel: RJ TextEd 15.23
Beitrag von: SiLæncer am 08 November, 2021, 20:50
(https://s26.postimg.cc/775l9vjeh/screenshot_593.png)
RJ TextEd - A Unicode source and text editor. RJ TextEd is a full featured text and source editor with Unicode support, syntax highlighting and code folding. The functionality extends beyond text files and includes support for HTML editing with integrated preview, spell checking, auto completion, HTML validation, templates and more. The program also include support for Topstyle Lite CSS editor, has a dual pane file commander, as well as a FTP client to upload your files. The editor uses language files to display menus and dialogs in different languages. There are several included languages. New language files can easily be created in the editor. RJ TextEd is also a simple web development tool. The editor can use auto completion and hints to assist you in editing your source code. You can preview HTML/ASP/PHP... code using one of the preview tabs or open a document in a browser. The editor does not only handle source code. It also handles true ASCII files, binary files and of course plain text files.

License: Freeware

Changelog

    FTP:

    The program can sometimes "hang" when e.g. reading a remote directory list. This usually happens when trying to connect to the site. I've added a read timeout of 10 seconds, so if the read fails - you wont have to kill the program.

    Misc:

    The application is compiled and built using an updated version of Delphi. I also updated several components.
    Made several minor changes. Fixed some theme and high DPI issues ...

    Fixed:

    Toggle column mode when using an alternative font.
    Edit language server (LSP) settings.
    Possible wordwarp issue.
    Many other minor issues.

[close]

http://www.rj-texted.se/
Titel: Scite 5.1.5
Beitrag von: SiLæncer am 08 November, 2021, 22:40
(https://s26.postimg.cc/fbkgceeux/screenshot_1241.png)
Editor mit Syntax-Highlighting, Auto-Completion, Folding und vielem mehr...

Open Source

Whats new:>>

5.1.5 fixes problems with primary selection on GTK and with marking matches from find strip.

www.scintilla.org/SciTE.html
Titel: PSPad 5.0.7 Build 705 Dev
Beitrag von: SiLæncer am 10 November, 2021, 09:10
(http://images.six.betanews.com/screenshots/1076948037-1.png)
PSPad is a universal freeware editor. There is no complex install process; the program is ready to work immediately, without requiring customization. It supports many file types and languages, with syntax highlighting. There are macros, clip files and templates to automate repetitive activities. An integrated HEX Editor, Project support, FTP Client, Macro Recorder, File Search/Replace, Code Explorer, code page conversion, are just some of the many possibilities that PSPad can offer you.

Freeware

Changelog

    Fixes:

    Reduced flickering when window switching
    Other fixes reported by users

    Known issues:

    UNDO with real tabs after autoindent

[close]

http://www.pspad.com/
Titel: Notepad3 5.21.1109.1 RC
Beitrag von: SiLæncer am 10 November, 2021, 18:20
(https://s26.postimg.cc/hqfjo9ard/screenshot_1232.png)
Notepad3 is a lightweight piece of software that overcomes some of the well-known limitations of Windows standard text editor while providing syntax highlighting support.

Freeware

Changelog

    CHANGES:

    [1021.1]- On file restore, do not notify immediately, but check against stored file attributes.
    [1015.1]- Remove the max win version check for undocumented DarkMode UxTheme methods.
    [1015.1]- DarkMode enable up to Win11 build 22471.
    [1015.1]- SQL Lexer bright and dark mode highlight color enhanced.
    [.924.1]- Disable actively file change polling - rely on directory change notification by default.
    [.924.1]- Allow [Settings2] "FileCheckInverval" to be zero(0), means no active file change polling.
    [.923.2]- Enable context menu for Statusbar.
    [.923.1]- Enable context menu for Menubar.
    [.916.1]- Use "round nearest displayed digit" method for estimated file size display.
    [.915.1]- Limit file size: 2GB (Until WideCharToMultiByte() / MultiByteToWideChar() INT32_MAX issues are clarified).

    CHANGES Versions in Tools or Libraries:

    [.802.1]- Update Lexilla Library (LEX) version 5.1.2 (2021-07-26).
    [.726.1]- Update Scintilla Library (SCI) version 5.1.1 (2021-07-26).
    [.726.1]- Update grepWinNP3 (GRE) version 2.1.8.39 (2021-07-26).
    [.702.5]- Update Oniguruma Regex (ONI) engine version 7.0.0 (2021-06-23).

    FIXES:

    [1030.1]- Wrong format for reporting number of replaced occurrences "In Selection".
    [1030.1]- "grepWinNP3" not intended switching file size search settings (GRE).
    [1023.1]- Key "Favorites=(path)" not added in "Setup" version.
    [1021.1]- "grepWinNP3" not intended switching "AllSize" settings (GRE).
    [1021.1]- Don't save default values for Caret and Whitespace.
    [1015.1]- SQL Lexer dark mode highlight default colors.
    [1015.1]- Disabled menu items if settings file itself is locked by file change notification.
    [.927.1]- Over paint annoying menu-bar bottom line.
    [.926.1]- Dark-mode system menu bar coloring (except bottom line).
    [.925.1]- Correction of some wrong keyboard shortcut (Alt+ Up, Alt+ Down).
    [.924.1]- Translucency (alpha) settings for white-space indicator.
    [.915.1]- Dark mode aware auto-completion-list-box.
    [.915.1]- Goto-Dialog: digit grouping of line/column numbers.
    [.914.1]- Digit grouping for replace occurrences result dialog.
    [.914.1]- Better hyperlink style in dark themes "Dark" and "Obsidian".
    [.913.1]- Initial factory window position.
    [.910.1]- Web-Action commands should use also user-defined app to open hyperlinks.
    [.907.1]- Reset background color for "visible whitespace" if not defined.

    REMOVED:

    [.924.1]- Remove deprecated "AutoReloadTimeout".
    [.907.1]- Remove Old and deprecated Notepad3 and grepWin icons.

[close]

https://www.rizonesoft.com/downloads/notepad3/
Titel: KeenWrite 2.3.0
Beitrag von: SiLæncer am 10 November, 2021, 19:50
(https://i.postimg.cc/3w8rCcRs/screenshot-2904.png)
Java-based text editor that comes with numerous features, such as live preview, formulas, Markdown support and string interpolation.

BSD License

Changelog

Refresh preview upon closing a tab
Use natural size of SVG images (scaled down to fit preview)
Migrate to JDK 17 (performance improvements)
Fix broken scroll lock icon
Fix rendering issue for code blocks on Debian
Minor preview panel rendering optimizations

[close]

https://github.com/DaveJarvis/keenwrite
Titel: Zettlr 2.0.3
Beitrag von: SiLæncer am 10 November, 2021, 20:40
(https://s26.postimg.cc/vfll9p4mh/screenshot_956.png)
Write text and conveniently edit it using Markdown with the help of this user-friendly and well-thought-out, Electron based application.

MIT License

Release Notes

GUI and Functionality

    Default changed: The exporter's HTML defaults have now self-contained: true
    instead of previously self-contained: false -- make sure to update your
    settings accordingly!
    The editor dropdown list now won't be wider than the window, even if you have
    very long citations or keywords
    Removed the leading # in the tag cloud
    Allow tags to be sorted by name or count
    Re-introduce the project properties window, since the place within the popover
    was very limited and people have begun calling for more features, so we need
    the space of a dedicated window
    Image caption changes are now also saved when the text field loses focus
    Reworded "night mode" to "dark mode" consistently
    Fix a minor design glitch
    Removed the previous HTML template; now Zettlr uses Pandoc's default
    Fix a small visual glitch that would show link tooltips in unexpected
    locations
    Fixed a small bug that would make Zettlr treat numbers at the beginning of a
    line as a list too often. Now typing, e.g., "21.12.2021" will not yield a
    "22." on the next line
    Changing heading levels using the context menu on heading markers will no
    longer insert the new heading level at arbitrary positions in the document
    Fixed the accessibility to screen readers of toolbar search controls

Under the Hood

    Update Pandoc to 2.16.1
    Improve sorting behavior of directories on creation and renaming of files
    Removed custom middle-click paste code for Linux, cf. #2321
    Fixed a floating-point to integer conversion failure error
    Fix potential errors in the updater window with additional sanity checks
    Project properties are now persisted to disk only if they actually changed

[close]

Download: https://github.com/Zettlr/Zettlr/releases

https://www.zettlr.com/
Titel: CudaText 1.148.5.0
Beitrag von: SiLæncer am 12 November, 2021, 09:30
(https://s26.postimg.cc/k6wu8qcrt/screenshot_901.png)
Create programming scripts with this powerful tool that supports more than 130 languages and allows users to work concurrently on as many as six groups of projects.

Freeware

Changelog

Add: commands "extend carets: up/down" did not handle going over shorter lines ("caret_after_end":false); now caret column is restored when going long line-> short line-> long line (thanks @GenuZ from linux.org.ru)
Add: detect that history-configs are filled with null-bytes, e.g. because of PC reset (thanks @ertank)
Add: menu-dialogs show button "x" to cancel (when system dialog border is off); Command Palette has the caption now
Add: dialog "View / Lexers" has initially selected item (thanks anon from linux.org.ru)
Fix: macOS: repainting of UI controls on UI-theme selection (thanks @papirosko)
Fix: pasting of wide _column_ blocks into short lines, with "caret_after_end":false
Fix: option "caret_proximity_vert" worked bad with commands "scroll line up/down"
Fix: regression in 1.107: option "carets_primitive_column_sel":true caused the regression, column blocks were not copied/pasted as column (thanks @GenuZ from linux.org.ru)
Fix: regression in 1.148.0.2: wrong tail-of-file saving if file size was decreased (thanks @hiiamboris)
Fix: regression in 1.147: crash on BSD-systems on app exiting (thanks @eastorwest)
Fix: Windows: NTFS file streams were not preserved on file saving (thanks @squromiv)
Fix: Windows: file-change-notification marked NTFS stream as modified
Fix: lexer CSS: fix highlight of @property blocks
Fix: lexer JSON: default extension must be 'json'
Fix: lexer Markdown: 'YAML front-matter' rule
Fix: lexer C++: tokenizing of some operators
Add: Wiki topic https://wiki.freepascal.org/CudaText#Lexers_editing_-_styles_only
Add: Wiki topic https://wiki.freepascal.org/CudaText_plugins#Embedded_Editor
Add: Wiki topic https://wiki.freepascal.org/CudaText_plugins#Breadcrumbs

[close]

https://cudatext.github.io/
Titel: Google Web Designer 14.0.4.1108
Beitrag von: SiLæncer am 12 November, 2021, 11:20
(https://i.postimg.cc/1zmQ8Bbd/screenshot-1406.png)
Google Web Designer allows you to create engaging, interactive HTML5-based designs and motion graphics that can run on any device. Let us handle the HTML5 and CSS3 so you're free to focus on what you love to do: creating gorgeous visual experiences. A full design suite lets you easily bring any vision to life. If you're feeling more hands-on, all the code behind your designs is hand-editable, so you're never locked out of your own work. Your ideas are now amplified by code - not restricted by it.

Freeware

Changelog

The Ad Validator now displays a warning when ads for Google Ads and AdMob exceed 600 KB in size, reflecting the new limit for these platforms.

[close]

http://www.google.com/webdesigner
Titel: QOwnNotes 21.11.4
Beitrag von: SiLæncer am 12 November, 2021, 18:00
(https://s26.postimg.cc/hoi1ahlcp/screenshot_978.png)
QOwnNotes is a text editor / notepad replacement with markdown support and todo list manager. The program supports themes, keyboard shortcuts, syntax highlighting, and encryption. Includes available nested file list, tags, search, and more. Optionally works with the notes application ownCloud or Nextcloud.

Cross-platform with clients available for Mac and Linux.

License: GPL

Changelog

you can now choose to also export attached media files and attachments of a note when exporting a note as Markdown file (for #1634)
the media files and attachments used in the note will be copied to the folder where the note is exported to this only works for files from the media and attachments folder of the note folder
the links in the exported Markdown file will be updated
added more translation (thank you manuelasmiley, iclementine, rawfreeamy,
chocolatine, anastasia_shymkiv38, rakekniven, marterra, mguerra)

[close]

https://www.qownnotes.org/
Titel: Vim 8.2.3588
Beitrag von: SiLæncer am 13 November, 2021, 09:45
(https://s26.postimg.cc/xww5nc4zt/screenshot_1282.png)
A highly configurable text editor built to enable efficient text editing - an improved version of the vi editor distributed with most UNIX systems.

Freeware

Changes:>>

break statement is never reached

http://www.vim.org/index.php
Titel: VNote 3.10.0
Beitrag von: SiLæncer am 13 November, 2021, 21:00
(https://s26.postimg.cc/871od8huh/screenshot_1147.png)
Peculiar yet interesting, open source piece of software that sports both Markdown editing capabilities and note management features.

MIT License

Changelog

Edit with Preview

Others:

Fix input method issue with tag popup on macOS
Add config for highlighting whitespace in text editor

[close]

https://github.com/tamlok/vnote
Titel: Notepad++ 8.1.9.1
Beitrag von: SiLæncer am 13 November, 2021, 22:00
(https://i.postimg.cc/90QrsKpv/screenshot-818.png)
Notepad++ is a tabbed source code editor and Notepad replacement with a customizable interface. It is one of the few few source code editors that supports "folding," allowing users to quickly reduce and expand sections of code to see the overall document. In addition, it features multi-language syntax highlighting, auto-completion, regular expression search/replace, macro recording and playback, etc. The program can access a long list of plug-ins via an easy-to-access menu with even more features and functions.

License: GPL

Changelog

Fix a regression of saving problem.
Fix a regression of reloading false alarm from the network drive.

[close]

https://notepad-plus-plus.org/
Titel: Trilium Notes 0.48.6
Beitrag von: SiLæncer am 14 November, 2021, 11:40
(https://i.postimg.cc/2yDgvbpj/screenshot-2595.png)
A hierarchical note-taking software application with focus on building large personal knowledge bases while also providing a flurry of options.

License: AGPL

https://github.com/zadam/trilium
Titel: Vim 8.2.3592
Beitrag von: SiLæncer am 14 November, 2021, 19:10
Changes:>>

8.2.3592: Test_hlset fails when terminal has many columns
8.2.3591: no event is triggered when closing a window
8.2.3590: test for v:colornames sometimes fails
8.2.3589: failure when "term_rows" of term_start() is an unusual value

http://www.vim.org/index.php
Titel: Text Editor Pro 18.0.1
Beitrag von: SiLæncer am 14 November, 2021, 21:00
(https://s26.postimg.cc/hfdkhoj9l/screenshot_896.png)
Text Editor Pro (formerly EditBone) is a powerful text editing tool that comes with syntax highlighting support for over 50 languages and scripts, customizable with over 100 options, 29 ready made styles, a handy file comparison feature, unicode character map, numerical unit convert tool, SQL formatter, and support for multiple directories and search results.

Freeware

Changelog

- Fixed code folding
- Fixed flickering issues
- Fixed language files
- Fixed OS compatibility issues
- Fixed scaling issues
- Fixed text compare
- Fixed text highlighter
- Updated FastMM5 memory manager - https://github.com/pleriche/FastMM5

[close]

https://texteditor.pro/
Titel: Vim 8.2.3595
Beitrag von: SiLæncer am 15 November, 2021, 08:10
Changes:>>

check for signed overflow might not work everywhere

http://www.vim.org/index.php
Titel: QOwnNotes 21.11.5
Beitrag von: SiLæncer am 15 November, 2021, 20:30
Whats new:>>

the tooltip of a note in the note list will now be updated after the note was renamed in the note list
the output of the allowDifferentNoteFileName setting of each note folder was added to the Debug information (for #2297)
added more translation (thank you rawfreeamy, marterra, mguerra, rakekniven)

https://www.qownnotes.org/
Titel: PilotEdit Lite 15.8.0
Beitrag von: SiLæncer am 15 November, 2021, 21:11
(http://www.pilotedit.com/images/OpenInQuickMode.PNG)
PilotEdit is a text, hex, XML, C/C++, HTML, PHP, Java, Javascript and Perl editor that can edit large files of 400GB (40 billion lines).

It offers customizable syntax and keyword highlighting, advanced search and replace operations, automatic text encoding, 256-bit AES encryption/decryption and a built-in FTP/SFTP client lets you open, edit, download and upload large files directly to/from a FTP/SFTP server.

In addition to standard text editing features, PilotEdit can compare and merge two large files of 100GB (10 billion lines). You can also sort, find/remove duplicate lines and extract strings over a large file of 1GB.

Freeware

Whats new:>>

includes improvements over spelling check

http://www.pilotedit.com/
Titel: CudaText 1.149.0.0
Beitrag von: SiLæncer am 16 November, 2021, 09:50
Changelog

Add: when option "ui_reopen_session":true, also auto-save the session each 30 seconds, to make it safe if PC crashes (thanks @hiiamboris)
Add: don't allow to reassign hotkeys Tab/Enter/Space/BkSpace w/o modifiers (thanks @WebMechanic)
Fix: major fix for macOS text rendering - incorrect width of text fragments (visible with "renderer_offsets__mac":false) (thanks @esvignolo)
Fix: width of Georgian letters should be 100% (thanks @66nuts)

[close]

https://cudatext.github.io/
Titel: Text Editor Pro 18.0.2
Beitrag von: SiLæncer am 16 November, 2021, 10:30
(https://s26.postimg.cc/hfdkhoj9l/screenshot_896.png)
Text Editor Pro (formerly EditBone) is a powerful text editing tool that comes with syntax highlighting support for over 50 languages and scripts, customizable with over 100 options, 29 ready made styles, a handy file comparison feature, unicode character map, numerical unit convert tool, SQL formatter, and support for multiple directories and search results.

Freeware

Whats new:>>

Fixed code folding
Fixed language files
Fixed selection mode
Fixed shortcuts

https://texteditor.pro/
Titel: QOwnNotes 21.11.6
Beitrag von: SiLæncer am 16 November, 2021, 22:00
(https://s26.postimg.cc/hoi1ahlcp/screenshot_978.png)
QOwnNotes is a text editor / notepad replacement with markdown support and todo list manager. The program supports themes, keyboard shortcuts, syntax highlighting, and encryption. Includes available nested file list, tags, search, and more. Optionally works with the notes application ownCloud or Nextcloud.

Cross-platform with clients available for Mac and Linux.

License: GPL

Changelog

pasting of text with newline character at the end into lists, when the copied text originates from inside the application was fixed (for #16)
added more Italian, Persian translation (thank you marcoxbresciani, amirkbrpr)

[close]

https://www.qownnotes.org/
Titel: Vim 8.2.3607
Beitrag von: SiLæncer am 17 November, 2021, 08:10
(https://s26.postimg.cc/xww5nc4zt/screenshot_1282.png)
A highly configurable text editor built to enable efficient text editing - an improved version of the vi editor distributed with most UNIX systems.

Freeware

Changes:>>

GTK3 screen updating is slow

http://www.vim.org/index.php
Titel: PSPad 5.0.7 Build 707 Dev
Beitrag von: SiLæncer am 17 November, 2021, 19:10
(http://images.six.betanews.com/screenshots/1076948037-1.png)
PSPad is a universal freeware editor. There is no complex install process; the program is ready to work immediately, without requiring customization. It supports many file types and languages, with syntax highlighting. There are macros, clip files and templates to automate repetitive activities. An integrated HEX Editor, Project support, FTP Client, Macro Recorder, File Search/Replace, Code Explorer, code page conversion, are just some of the many possibilities that PSPad can offer you.

Freeware

Changelog

News:

Compiled in current Delphi version but temporary without skin support
Editor component - reworked UNOD/REDO - report problems please

Fixes:

TextDiff - fixed Window redraw when switching tabs
TextDiff - fixed Ctrl+Mouse wheel behavior
Other fixes reported by users

[close]

http://www.pspad.com/
Titel: Typora 0.11.18 Beta
Beitrag von: SiLæncer am 17 November, 2021, 20:45
(https://i.postimg.cc/25xV0Fq1/Virtual-DVD.png)
Swiftly write, edit, format and convert text to HTML with the help of this modern looking, streamlined and novice-accessible piece of software.

Freeware

Changelog
   

Add warnings when user try to edit file from backup location.
Line break should be rendered as whitespace when ignore line break is enabled.
Fix new file in tile tree will result to duplicate files.
Fix bug that table with tabs cannot be correct parsed.
Fix inline math preview issue.
Fix bug that users cannot jump from some internal links.
Fix some cursor issue.
Fix Greek language spellcheck on older Windows and Linux.

[close]

https://www.typora.io/
Titel: VNote 3.10.1
Beitrag von: SiLæncer am 17 November, 2021, 21:45
(https://s26.postimg.cc/871od8huh/screenshot_1147.png)
Peculiar yet interesting, open source piece of software that sports both Markdown editing capabilities and note management features.

MIT License

Changelog

MarkdownEditor: fix view mode issue
Support print
Refine icons

[close]

https://github.com/tamlok/vnote
Titel: QOwnNotes 21.11.7
Beitrag von: SiLæncer am 17 November, 2021, 21:50
Whats new:>>

it was fixed that when switching between notes in the note tab bar and then opening the current note in a new tab again it was possible to get a broken note tab (for #2298)

https://www.qownnotes.org/
Titel: Vim 8.2.3614
Beitrag von: SiLæncer am 18 November, 2021, 08:10
Changes:>>

zindex of popup windows not used when redrawing popup menu

http://www.vim.org/index.php
Titel: Text Editor Pro 18.1.0
Beitrag von: SiLæncer am 18 November, 2021, 11:30
Whats new:>>

- Added expand prefix characters selection option for editor
- Added XML validation
- Fixed execute items
- Fixed language files
- Fixed paste from clipboard
- Fixed view menu options change
- Optimized progress bar control
- Optimized XML tree

https://texteditor.pro/
Titel: CudaText 1.149.2.0
Beitrag von: SiLæncer am 18 November, 2021, 19:50
(https://s26.postimg.cc/k6wu8qcrt/screenshot_901.png)
Create programming scripts with this powerful tool that supports more than 130 languages and allows users to work concurrently on as many as six groups of projects.

Freeware

Changelog

Add: published version for Linux ARM Qt5 (thanks to fpcupdeluxe author)
Change: binary hex viewer: replacement for control-chars is changed from '?' to '.' (thanks @dinkumoil)
Change: removed old method of bookmarks saving/loading to/from history. Changelog of 1.141 told: duplicate bookmarks history to another key inside "history files.json"; later only this new key will be used and old bookmarks-history in session files will be ignored.
Add: option "ui_session_save_interval":30, which allows to disable auto-saving of session to disk every 30 seconds (thanks @66nuts)

[close]

https://cudatext.github.io/
Titel: Vim 8.2.3619
Beitrag von: SiLæncer am 19 November, 2021, 08:20
Changes:>>

cannot use a lambda for 'operatorfunc'

http://www.vim.org/index.php
Titel: Vim 8.2.3625
Beitrag von: SiLæncer am 20 November, 2021, 09:20
Changes:>>

illegal memory access when C-indenting

http://www.vim.org/index.php
Titel: ProgramEdit 5.0.6
Beitrag von: SiLæncer am 20 November, 2021, 18:20
(https://s26.postimg.cc/wcabyxqq1/screenshot_58.png)
ProgramEdit - a free Windows® software source-code editor. ProgramEdit includes language support for HTML, Ada, C/C++, C#, CSS, JAVA, JavaScript, Perl, PHP, Python, Ruby, VB, VBScript, Verilog, VHDL and Batch(.bat) files. Other features include tabbed file selection, text highlighting, find & replace, regular expressions, sesssions, bookmarks, multiple undo/redo and hyperlinks.

Freeware

Whats new:>>

Fix minor Vertical Scroll bug
Update Color Settings dialog

http://simplesolverlogic.com/index.html
Titel: QOwnNotes 21.11.8
Beitrag von: SiLæncer am 20 November, 2021, 18:30
Whats new:>>

fixed a regression from 21.11.7 where notes couldn't be opened in a new tab if there weren't already note tabs open (for #2298)
added more Catalan, Croatian, French translation (thank you mguerra, milotype, chocolatine)

https://www.qownnotes.org/
Titel: TeXstudio 4.1.0
Beitrag von: SiLæncer am 20 November, 2021, 19:20
(https://i.postimg.cc/Fz8CktsG/screenshot-2846.png)
GPL-LaTeX-Editor, der das Erstellen von LaTex-Dokumenten in Unicode vereinfacht; unterstützt den Nutzer beim Schreiben mittels interaktiver Rechtschreibprüfung, Syntax-Highlighting, Code-Folding und automatischer Code-Vervollständigung.

Open Source

Whats new:>>

- change session format to json in order to circumvent OSX/Qt6 issue
- fix input box for chinese (#1896)
- fix update of pdf fit to text width (#1935)
- make edview accessible from js

http://texstudio.sourceforge.net/
Titel: BowPad 2.8.1
Beitrag von: SiLæncer am 20 November, 2021, 19:40
(https://s26.postimg.cc/h0ofzpokp/screenshot_1153.png)
BowPad is a small and fast text editor with a ribbon user interface and syntax highlighting.

Features:

syntax highlighting for over 100 file types and languages
handling of many different encodings, including UTF-8, UTF-16 and even UTF-32
easy ribbon user interface
navigation hints in the vertical scrollbar
coloring of open tabs according to their path
extendable with plugins written in jscript or vbscript

Freeware

Whats new:>>

List of issues solved for 2.8.1 (https://github.com/stefankueng/BowPad/milestone/18?closed=1)

http://stefanstools.sourceforge.net/BowPad.html
Titel: Vim 8.2.3635
Beitrag von: SiLæncer am 21 November, 2021, 10:20
(https://s26.postimg.cc/xww5nc4zt/screenshot_1282.png)
A highly configurable text editor built to enable efficient text editing - an improved version of the vi editor distributed with most UNIX systems.

Freeware

Changes:>>

GTK: composing underline does not show

http://www.vim.org/index.php
Titel: TeXstudio 4.1.1
Beitrag von: SiLæncer am 21 November, 2021, 19:20
(https://i.postimg.cc/Fz8CktsG/screenshot-2846.png)
GPL-LaTeX-Editor, der das Erstellen von LaTex-Dokumenten in Unicode vereinfacht; unterstützt den Nutzer beim Schreiben mittels interaktiver Rechtschreibprüfung, Syntax-Highlighting, Code-Folding und automatischer Code-Vervollständigung.

Open Source

Whats new:>>

- fix weird OSX issue that cursor keys were not working
- allow maximise config dialog

http://texstudio.sourceforge.net/
Titel: Notepad++ 8.1.9.2
Beitrag von: SiLæncer am 21 November, 2021, 19:30
(https://i.postimg.cc/90QrsKpv/screenshot-818.png)
Notepad++ is a tabbed source code editor and Notepad replacement with a customizable interface. It is one of the few few source code editors that supports "folding," allowing users to quickly reduce and expand sections of code to see the overall document. In addition, it features multi-language syntax highlighting, auto-completion, regular expression search/replace, macro recording and playback, etc. The program can access a long list of plug-ins via an easy-to-access menu with even more features and functions.

License: GPL

Whats new.>>

Fix failure of erasing & saving server logs (of network drive) regression.
Fix dark mode not working on Windows 10 2H22.

https://notepad-plus-plus.org/
Titel: CudaText 1.149.3.0
Beitrag von: SiLæncer am 21 November, 2021, 22:00
(https://s26.postimg.cc/k6wu8qcrt/screenshot_901.png)
Create programming scripts with this powerful tool that supports more than 130 languages and allows users to work concurrently on as many as six groups of projects.

Freeware

Changelog

Add: option "renderer_tweaks" has the sub-options "w" and "o"
Change: option "renderer_tweaks" has the OS suffix
Change: option "renderer_offsets" is deleted and now it is the sub-option of "renderer_tweaks"
Change: binary hex viewer: replacement for control-chars is changed from '?' to '.' (thanks @dinkumoil)
Change: removed old method of bookmarks saving/loading to/from history. Changelog of 1.141 told: duplicate bookmarks history to another key inside "history files.json"; later only this new key will be used and old bookmarks-history in session files will be ignored.
Add: option "ui_session_save_interval":30, which allows to disable auto-saving of session to disk every 30 seconds (thanks @66nuts)
Add: published version for Linux ARM Qt5 (thanks to fpcupdeluxe author)

[close]

https://cudatext.github.io/
Titel: BirdFont 4.21.0
Beitrag von: SiLæncer am 22 November, 2021, 10:10
(https://s26.postimg.cc/rd1s4grdl/screenshot_137.png)
BirdFont is a free font editor that lets you create vector graphics and export TTF, EOT & SVG fonts.

Donationware

Whats new:>>

    Better kenring tab
    Improvement to ligature generation
    Bug fixes

https://birdfont.org/
Titel: Vim 8.2.3640
Beitrag von: SiLæncer am 22 November, 2021, 10:40
Changes:>>

Freeze when calling term_wait() in a close callback

http://www.vim.org/index.php
Titel: QOwnNotes 21.11.9
Beitrag von: SiLæncer am 22 November, 2021, 21:20
(https://s26.postimg.cc/hoi1ahlcp/screenshot_978.png)
QOwnNotes is a text editor / notepad replacement with markdown support and todo list manager. The program supports themes, keyboard shortcuts, syntax highlighting, and encryption. Includes available nested file list, tags, search, and more. Optionally works with the notes application ownCloud or Nextcloud.

Cross-platform with clients available for Mac and Linux.

License: GPL

Changelog

    added support for the QOwnNotes command-line snippet manager to execute command snippets stored in notes in QOwnNotes from the command line (for #2304)
        you can use notes with a special tag to store command snippets, which you can execute from the command-line snippet manager for more information please visit the Command-line snippet manager
    the startup time of the application was improved (for #2303, thank you @Waqar144)
    added more translation (thank you ivonkatran, rawfreeamy, fitoschido, alexeyfdv, marterra)

[close]

https://www.qownnotes.org/
Titel: Vim 8.2.3651
Beitrag von: SiLæncer am 23 November, 2021, 08:10
Changes:>>

Vim9: no error for :lock or :unlock with unknown variable

http://www.vim.org/index.php
Titel: Vim 8.2.3657
Beitrag von: SiLæncer am 24 November, 2021, 08:10
Changes:>>

Vim9: debug text misses one line of return statement

http://www.vim.org/index.php
Titel: Trilium Notes 0.48.7
Beitrag von: SiLæncer am 24 November, 2021, 09:20
(https://i.postimg.cc/2yDgvbpj/screenshot-2595.png)
A hierarchical note-taking software application with focus on building large personal knowledge bases while also providing a flurry of options.

License: AGPL

Changelog

    Fixed settings menu (#2374)
    Fix total height / scrolling on mobile chrome/safari, closes #2367
    Hide hidden subtree notes from search results, closes #2361
    Fix setting monospace font from theme
    Fix bug overwriting entity changes
    Increment lastProcessedEntityChangeId correctly
    Fix exporting root note, closes #2346

[close]

https://github.com/zadam/trilium
Titel: QOwnNotes 21.11.10
Beitrag von: SiLæncer am 24 November, 2021, 18:00
Whats new:>>

    the scripting functions startSynchronousProcess and startDetachedProcess now have an optional parameter workingDirectory (for #2300)
        for more information please take a look at the scripting documentation when vim-mode is enabled the application will first try to load a .vimrc.qownnotes file from your home directory, and if not found it will try to load the .vimrc file to add additional configs (for #2247)
    fixed a possible crash with the note tag handling API and note tabs (for #2309)
    the build on Debian 8 was fixed
    added more translation (thank you rawfreeamy, marterra, mguerra)

https://www.qownnotes.org/
Titel: QOwnNotes 21.11.11
Beitrag von: SiLæncer am 24 November, 2021, 23:00
Whats new:>>

    there now is a software repository for Fedora 35
please visit the Fedora installation page for instructions
    there now is a software repository for Raspberry Pi OS 11
please visit the Raspberry Pi OS installation page for instructions
    now whitespaces after the list characters - or * for command or bookmark lists are allowed (for #2304)
    an issue with no note being set initially after startup when using the note tagging scripting hooks was fixed (for #2309)

https://www.qownnotes.org/
Titel: Vim 8.2.3668
Beitrag von: SiLæncer am 25 November, 2021, 09:20
Changes:>>

messages may be corrupted

http://www.vim.org/index.php
Titel: CudaText 1.150.0.0
Beitrag von: SiLæncer am 25 November, 2021, 20:50
(https://s26.postimg.cc/k6wu8qcrt/screenshot_901.png)
Create programming scripts with this powerful tool that supports more than 130 languages and allows users to work concurrently on as many as six groups of projects.

Freeware

Changelog

    Add: Project Manager: context menu for files gives new items "Open in default application" and "Focus in file manager" (thanks @WebMechanic)
    Add: dialog Replace has new option, visible only in the "..." menu: "RegEx substitute for 'Replace with'"; it's described in the Wiki topic about Find/Replace dialog
    Add: option "renderer_tweaks" has new sub-option "c" (thanks @hiiamboris)
    Fix: macro with two commands "scroll line down"+"down" did move caret _2_ lines down (thanks @hiiamboris)

[close]

https://cudatext.github.io/
Titel: EmEditor Professional 21.3.0
Beitrag von: SiLæncer am 25 November, 2021, 21:30
(https://1z9j8fz5fww49iaje1itey71-wpengine.netdna-ssl.com/wp-content/uploads/2013/09/EmEditorFree_Window.png)
EmEditor is a lightning-fast, tabbed text editor with themes, syntax highlighting, stay-on-top, and customizable keyboard mapping. The program supports batch find-and-replace, regular expressions, and more.

Release Notes

    This new version supports very large files in the Free version as well as the Professional version. I believe this will benefit many students at school and home, who need free text editors supporting very large files. What I mean by “very large file support” is the ability to open very large files without loading all contents into the memory. EmEditor will read a file directly from the disk if the file size is larger than 300 MB by default. For a long time, the file loading has been optimized for speed by using multithreaded code using SIMD instruction sets. In other words, EmEditor Free opens very large files as fast as EmEditor Professional. Even though EmEditor Free supports very large files, the Large File Controller is available only on EmEditor Professional. Please see EmEditor Free for the updated comparison table.
    The main feature of v21.3 is a new date/time support in Number Range expressions. The feature was requested by several customers including this question. For example, when you analyze server logs or sales reports containing dates/times, you often want to focus on a certain date/time range, and the new feature becomes useful in these situations. You could use regular expressions to search for a certain date range, but regular expressions often become complicated and slow. Thus, I’ve decided to support date ranges in existing Number Range expressions. When I developed this new feature, I wanted to make sure it would be optimized for speed. I also understand that you want to take full control over which date format you would want to match. Therefore, the date expression allows you to specify a date/time format surrounded by double quotation marks
    You may also use month names such as “January” or “Jan” by using “MMMM” or “MMM”, respectively, or use 24-hour time format: “HH:mm” or “HH:mm:ss”.
    The new date range feature is available both in EmEditor Free and in EmEditor Professional.
    Other new features include the ability to split a window into 3 panes! This feature has been requested for a long time. To split a window into 3 panes vertically or horizontally, select Split Vertically or Split Horizontally on the Window menu twice. This new feature is included in EmEditor Free and EmEditor Professional.
    A customer wanted to move the current cell selection to the right when you press the ENTER key while in the CSV Cell Selection mode in EmEditor Professional. Previously, EmEditor can only set the focus into the Cell toolbar when you press ENTER. The new version allows the ENTER key customization, and introduces 4 new commands including the Next Cell (Cell Selection Mode Only) command. Thus, you can assign the ENTER key as the Next Cell (Cell Selection Mode Only) command.
    A customer requested the ability to change the font size used in dialog boxes. While it is not easy to change the font name, it is relatively easy to change the font size. So, the new version allows you to change the font size in the Window page of the Customize dialog box. Another customer using the Chinese UI requested the ability to change the font face name. EmEditor’s dialog boxes use MS Shell Dlg, which is automatically substituted with an appropriate system font in each language of Windows. The font substitutes are defined in the Registry key: ComputerHKEY_LOCAL_MACHINESOFTWAREMicrosoftWindows NTCurrentVersionFontSubstitutes. The issue is that this substitution table is old. I’ve learned that the old SimSun font was used in Simplified Chinese Windows by default, but it isn’t easy to read. While modern fonts like Microsoft YaHei are used in Windows and even recommended by Microsoft, the font substitution table still points to the old font, which is not updated even now. I thought that Microsoft forgot to update the font substitution table, but maybe they worry about compatibility issues with older apps, so they intentionally didn’t update it. We have decided to hard-code Microsoft YaHei for Simplified Chinese, and Microsoft JhengHei for Traditional Chinese. We have not changed the other language UI yet but will test the other languages in beta versions for the next version. We will use Meiryo UI for Japanese, Malgun Gothic for Korean, and Segoe UI for other languages. We will release beta versions soon, so please try the new beta versions with the new dialog boxes when they become available, and let us know if you like the new look and feel.
    Latest updates of Windows 11 include bug fixes that I have previously mentioned. I have tested EmEditor on Windows 11 thoroughly, and I don’t see any issues with EmEditor on Windows 11 anymore except that some plug-in dialog boxes don’t look good on the Very Dark mode. The dark mode is still undocumented for desktop apps, and I am still looking into the issue. Unless you use the Very Dark option of EmEditor, there are no issues with EmEditor on Windows 11.
    Finally, I hope you like EmEditor, whether you use the Professional or Free version. Please contact us or write in forums if you have any questions, feature requests, or any ideas in the future. I also welcome you to write a review by selecting the Write a Review command on the Help menu, because I read them periodically. (You might need to download the Store App version before you are able to write a review.)

[close]

https://www.emeditor.com
Titel: Vim 8.2.3678
Beitrag von: SiLæncer am 26 November, 2021, 09:10
(https://s26.postimg.cc/xww5nc4zt/screenshot_1282.png)
A highly configurable text editor built to enable efficient text editing - an improved version of the vi editor distributed with most UNIX systems.

Freeware

Changes:>>

illegal memory access

http://www.vim.org/index.php
Titel: QOwnNotes 21.11.12
Beitrag von: SiLæncer am 26 November, 2021, 21:30
(https://s26.postimg.cc/hoi1ahlcp/screenshot_978.png)
QOwnNotes is a text editor / notepad replacement with markdown support and todo list manager. The program supports themes, keyboard shortcuts, syntax highlighting, and encryption. Includes available nested file list, tags, search, and more. Optionally works with the notes application ownCloud or Nextcloud.

Cross-platform with clients available for Mac and Linux.

License: GPL

Changelog

    command snippets can now also be stored in bash or sh code blocks, preceded by a heading 2 or higher as a description (for #2304)
        for more information please visit Command-line snippet manager an issue with the bookmarks note name being overwritten by Commands when saving settings in the settings dialog was fixed (for #2304)
        if your bookmarks note name was Commands it will be set to Bookmarks automatically on the next startup of the application
    version 0.3.0 of the QOwnNotes command-line snippet manager (qc) was released
        enable sorting of snippets via settings and allow sorting case-insensitivelycache snippets in case QOwnNotes is not running
        don't throw an error if selectCmd was exited with an error code (e.g. by Ctrl + C)
    added more translation (thank you marcoxbresciani, mguerra, rawfreeamy, marterra, amirkbrpr)

[close]

https://www.qownnotes.org/
Titel: Vim 8.2.3682
Beitrag von: SiLæncer am 27 November, 2021, 09:10
Changes:>>

Vim9: assigning to a script variable drops the type

http://www.vim.org/index.php
Titel: QOwnNotes 21.11.13
Beitrag von: SiLæncer am 27 November, 2021, 17:59
Whats new:>>

    a --version parameter to print out the version number of the application was added
    added more translation (thank you rawfreeamy, marterra, chocolatine)

https://www.qownnotes.org/
Titel: Vim 8.2.3687
Beitrag von: SiLæncer am 28 November, 2021, 10:09
Changes:>>

blockwise insert does not handle autoindent properly

http://www.vim.org/index.php
Titel: QOwnNotes 21.11.14
Beitrag von: SiLæncer am 28 November, 2021, 11:30
Whats new:>>

    the --version parameter now also works when another instance of the application is already running
    version 0.3.2 of the QOwnNotes command-line snippet manager (qc) was released
        add Homebrew tap for qc (brew install qownnotes/qc/qc)
    added more translation (thank you marterra, ivonkatran, rawfreeamy)

https://www.qownnotes.org/
Titel: PSPad 5.0.7 Build 715 Dev
Beitrag von: SiLæncer am 28 November, 2021, 19:50
(http://images.six.betanews.com/screenshots/1076948037-1.png)
PSPad is a universal freeware editor. There is no complex install process; the program is ready to work immediately, without requiring customization. It supports many file types and languages, with syntax highlighting. There are macros, clip files and templates to automate repetitive activities. An integrated HEX Editor, Project support, FTP Client, Macro Recorder, File Search/Replace, Code Explorer, code page conversion, are just some of the many possibilities that PSPad can offer you.

Freeware

Changelog

    News:

    Program settings / Direct edit button (Special settings) - added new option UseClearType = 0/1, what allows you to disable cleartype in the editor window. The settings take effect when the program is restarted
    FTP - possibility to set default FTP connection. Put asterisk on the end of FTP connection name.

    Fixes:

    Clipboard monitor
    Fixed behavior of commands Delete last word (Ctrl+BkSpace) and Delete word (Ctrl+Del)
    System icons in FTP (if enabled in Program Settings)
    Other fixes reported by users

[close]

http://www.pspad.com/
Titel: ImHex 1.11.0
Beitrag von: SiLæncer am 28 November, 2021, 20:10
(https://i.postimg.cc/8C9YTjjW/screenshot-3382.png)
An open-source editor that allows you to manipulate hexadecimal, binary data for writing optimal and well-performing apps, by displaying you content byte by byte.

Donationware

Changelog

    Additions:

    Added back MacOS support! Huge thanks to @Kuruyia for taking the time to fix it!
    Added basic support to create plugins using Rust instead of C++! Huge thanks to @jam1garner
    Added border around byte selection to make it more visible with other things highlighted
    Put maximum FPS limit to 200, added "Unlocked" option
    Variable names are now displayed when matching yara rules
    Added regex searching to string finder view. Thanks to @qdlmcfresh

    Pattern Language:

    Added button to stop evaluation prematurely
    Added main function support. If a function called main exists, it will automatically be called after all other things have been evaluated.
    Added global variables
    Allow functions to be called inside structs
    Added for loops
    Variables declared in global scope can now be accessed inside custom types.
    Added padding expressions in bitfields
    Limited maximum number of patterns that can be created. Can be overridden using the pattern_limit pragma.
    Allow str types to be used inside function bodies
    Allow pointer endianess to be changed

    Standard Library:

    Added basic file io built-in functions

    Improvements:

    Improved the command palette
    Limited numbers of characters being displayed in parsed strings
    [[name]] attribute no longer changes the variable name but only the name displayed in the pattern data view
    The pattern code editor now automatically closes (, {, [, " and '

    Bug fixes:

    Fixed titlebar and cursor being misaligned on some computers
    Fixed nothing being printed to console in release mode, even when console is open
    Fixed multi variable declarations sometimes causing crashes
    Fixed endian pragma not working
    Fixed issue where signed integers weren't correctly sign extended
    Fixed null bytes being included in read strings
    Fixed Project file load and save not working correctly
    Fixed incorrect offsets being accessed when passing custom types to functions
    Fixed color attribute taking a color value in BGR instead in RGB format
    Fixed not all include paths being searched correctly
    Fixed CRC and hash calculations not working properly in all cases. Thanks to @raron for fixing them and writing many unit tests to prevent issues like this in the future
    Fixed bookmarks closing when changing their name
    Fixed ImHex crashing after splash screen if no plugins have been loaded
    Fixed syntax error in code generated "Copy as Rust array" option. Thanks to @paoda
    Fixed string pattern causing crashes when they are empty

[close]

https://github.com/WerWolv/ImHex
Titel: Text Editor Pro 18.2.0
Beitrag von: SiLæncer am 28 November, 2021, 21:00
(https://s26.postimg.cc/hfdkhoj9l/screenshot_896.png)
Text Editor Pro (formerly EditBone) is a powerful text editing tool that comes with syntax highlighting support for over 50 languages and scripts, customizable with over 100 options, 29 ready made styles, a handy file comparison feature, unicode character map, numerical unit convert tool, SQL formatter, and support for multiple directories and search results.

Freeware

Changelog

    Added default directory option for editor (default latest directory)
    Added language file override support (see https://www.texteditor.pro/support/language-files/)
    Added save active file option for execute item
    Added save unmodified option for editor (default false)
    Added selected path as default directory option for directory (default true)
    Added shortcut for completion proposal snippet
    Fixed about dialog
    Fixed editor colors option
    Fixed find in files options
    Fixed hex editor
    Fixed language files
    Fixed Perl highlighter
    Fixed search
    Fixed text editor control
    Updated and fixed AlphaControls v16.19 - http://www.alphaskins.com/

[close]

https://texteditor.pro/
Titel: Vim 8.2.3692
Beitrag von: SiLæncer am 29 November, 2021, 10:10
Changes:>>

Vim9: cannot use :func inside a :def function

http://www.vim.org/index.php
Titel: ImHex 1.11.1
Beitrag von: SiLæncer am 29 November, 2021, 10:50
Whats new:>>

    Bug Fixes:

    Fixed window being undecorated on all platforms while it should only be undecorated on Windows.
    This caused the window to be unmovable and unresizable on platforms other than Windows
    Fixed crash on Windows when launching ImHex without a terminal window on Windows

https://github.com/WerWolv/ImHex
Titel: Foopad 1.7.0
Beitrag von: SiLæncer am 29 November, 2021, 11:10
(https://i.postimg.cc/fykXgZQy/screenshot-2830.png)
A non-destructive source code editor or integrated development environment that is designed to make your development life better.

Freeware

Changelog

    Web server host and port (ip) can be configured
    QR code to easy open project web server from phones and other devices
    Start form project list fixes with false missing projects
    Fixed bugs with bitlocker drives in start form
    PRO version activation bugfixes on some MB types
    Other minor bugfiexes
    Planned: Edge (chromium) webview itegration
    Validation of paths in recent project list
    Default web search provider engine changed to bing

[close]

https://www.creatixbih.com/foopad
Titel: KeenWrite 2.3.1
Beitrag von: SiLæncer am 29 November, 2021, 18:20
(https://i.postimg.cc/3w8rCcRs/screenshot-2904.png)
Java-based text editor that comes with numerous features, such as live preview, formulas, Markdown support and string interpolation.

BSD License

Changelog

    Press Alt+Enter to show suggestions when caret is positioned over spelling error
    Fix bug that prevents misspelled words from being detected while typing
    Update English lexicon to include 18,000 more words
    Upgrade spell checking library (JSymSpeller)
    User-friendlier status bar messages related to spelling

[close]

https://github.com/DaveJarvis/keenwrite
Titel: Notepad3 5.21.1129.1
Beitrag von: SiLæncer am 29 November, 2021, 22:50
(https://s26.postimg.cc/hqfjo9ard/screenshot_1232.png)
Notepad3 is a lightweight piece of software that overcomes some of the well-known limitations of Windows standard text editor while providing syntax highlighting support.

Freeware

Changelog

    CHANGES:

    Switching to Philippe Lhoste’s (PhiLho) AutoHotkey (AHK) Lexer.
    Migration of Solution/Projects/Src for VS2022.
    Switch to Scintilla default idle styling mode (none).
    Reverting changes to F/R behavior, correction for empty pattern.
    On file restore, do not notify immediately, but check against stored file attributes.
    Remove the max win version check for undocumented DarkMode UxTheme methods.
    SQL Lexer bright and dark mode highlight color enhanced.
    Disable actively file change polling – rely on directory change notification by default.
    Allow [Settings2] “FileCheckInverval” to be zero(0), means no active file change polling.
    Enable context menu for Statusbar.
    Enable context menu for Menubar.
    Use “round nearest displayed digit” method for estimated file size display.
    Limit file size: 2GB (Until WideCharToMultiByte() / MultiByteToWideChar() INT32_MAX issues are clarified).

    FIXES Versions in Tools or Libraries:

    Correction of a typo for command “Gui” in AutoHotkey (AHK) Lexer.
    Sync with current Oniguruma v7.0(ß) dev.
    Some other findings on the positioning of multi-instance launch.
    Relaunch multi instances: don’t cascade if pos param already defined.
    Positioning on separate instance launch.
    Positioning multi instance launch.
    Don’t clear occurrence markers for unchanged search pattern.
    Correction to VS2019 project settings.
    Find/Repl wildcard pattern handling.
    Find/Repl dialog – empty search string should have no match (blue).
    Wrong format for reporting number of replaced occurrences “In Selection”.
    “grepWinNP3” not intended switching file size search settings (GRE).
    Key “Favorites=(path)” not added in “Setup” version.
    “grepWinNP3” not intended switching “AllSize” settings (GRE).
    Don’t save default values for Caret and Whitespace.
    SQL Lexer dark mode highlight default colors.
    Disabled menu items if settings file itself is locked by file change notification.
    Over paint annoying menu-bar bottom line.
    Dark-mode system menu bar coloring (except bottom line).
    Correction of some wrong keyboard shortcut (Alt+ Up, Alt+ Down).
    Translucency (alpha) settings for white-space indicator.
    Dark mode aware auto-completion-list-box.
    Goto-Dialog: digit grouping of line/column numbers.
    Digit grouping for replace occurrences result dialog.
    Better hyperlink style in dark themes “Dark” and “Obsidian”.
    Initial factory window position.
    Web-Action commands should use also user-defined app to open hyperlinks.
    Reset background color for “visible whitespace” if not defined.

    REMOVED:

    Remove deprecated “AutoReloadTimeout”.
    Remove Old and deprecated Notepad3 and grepWin icons.

    TRANSLATIONS (MUI):

    Afrikaans (af-ZA).
    Belarusian (be-BY).
    Chinese Simplified (zh-CN).
    Chinese Traditional (zh-TW).
    Dutch (nl-NL).
    English (en-GB).
    French (fr-FR).
    German (de-DE).
    Greek (el-GR).
    Hindi (hi-IN)
    Hungarian (hu-HU).
    Indonesian (id-ID) (incomplete…).
    Italian (it-IT).
    Japanese (ja-JP).
    Korean (ko-KR).
    Polish (pl-PL).
    Portuguese (pt-PT).
    Portuguese Brazilian (pt-BR).
    Russian (ru-RU).
    Slovak (sk-SK).
    Spanish (es-ES).
    Spanish Latin America (es-419) (incomplete…).
    Swedish (sv-SE).
    Turkish (tr-TR) (incomplete…).
    Vietnamese (vi-VN) (incomplete…).

[close]

https://www.rizonesoft.com/downloads/notepad3/
Titel: Vim 8.2.3701
Beitrag von: SiLæncer am 30 November, 2021, 09:10
(https://s26.postimg.cc/xww5nc4zt/screenshot_1282.png)
A highly configurable text editor built to enable efficient text editing - an improved version of the vi editor distributed with most UNIX systems.

Freeware

Changes:>>

Vim9: invalid LHS is not possible

http://www.vim.org/index.php
Titel: QOwnNotes 21.12.0
Beitrag von: SiLæncer am 30 November, 2021, 23:20
(https://s26.postimg.cc/hoi1ahlcp/screenshot_978.png)
QOwnNotes is a text editor / notepad replacement with markdown support and todo list manager. The program supports themes, keyboard shortcuts, syntax highlighting, and encryption. Includes available nested file list, tags, search, and more. Optionally works with the notes application ownCloud or Nextcloud.

Cross-platform with clients available for Mac and Linux.

License: GPL

Changelog

    highlighting support for checkboxes list with an X (instead of x) was added (for #2313, thank you @sanderboom)
    an attempt was made to fix a rare crash (for #2319)
    added more translation (thank you amirkbrpr, rawfreeamy, danilosf, chocolatine)

[close]

https://www.qownnotes.org/
Titel: Vim 8.2.3709
Beitrag von: SiLæncer am 01 Dezember, 2021, 09:10
Changes:>>

Vim9: backtick expression expanded when not desired

http://www.vim.org/index.php
Titel: TED Notepad v6.3.1
Beitrag von: SiLæncer am 01 Dezember, 2021, 09:20
(http://images.six.betanews.com/screenshots/1140206045-1.png)
TED Notepad is a growing freeware text editor, fertile in innovative features, text-processing functions and other advanced tools. All of them on hotkeys; all designed for quick advanced editing and text cold-working. This light-weight portable notepad replacement fits on any USB flash disk and loads instantly with no installation required. Daily writing of notes, lists, scripts or even code can get even easier than you thought.

Freeware

Changelog

    + Added: Memory-optimized document loading, able to load files up to 700MB long.
    + Added: Memory-optimized document saving, able to save files up to 800MB long.
    + Added: More detailed progress shown while loading big files.
    + Added: Large document saving shows progress.
    + Added: Detect and highlight URLs.
    + Added: Option to set the color for detected URLs.
    + Added: Launch selected URL in the Right-click menu.
    + Added: Web Search Selection in the Right-click menu.
    + Added: Visible spaces.
    + Added: Non-breaking spaces drawn differently from breaking spaces.
    + Added: Session on Top (i.e. Stay on Top for the current window only).
    + Added: Cut Append to Clipboard.
    + Added: Copy Append to Clipboard.
    + Added: Export settings to file.
    + Added: Import settings from file.
    + Added: Setting to change the saving period timer for autosave.
    + Added: Setting to auto-detect Unicode files without BOM by applying statistical analysis.
    + Added: Setting to auto-revert without asking when file is modified from outside.
    + Added: Setting to automatically flush file buffers upon Save.
    + Added: Setting to automatically delete the backup file after successful saving.
    + Added: Setting to Keep Escapes on if possible when suggesting selection to the Find dialog.
    + Added: Setting to use the main font in the Compare tool dialog.
    + Added: Setting for the Color of the Wrap Margin.
    + Added: Clear All Undo Steps in the Utility Info dialog.
    + Added: Compact Editbox memory usage in the Utility Info dialog.
    + Added: Clear Recent Files from Recent Files menu.
    + Added: Open Containing Folder, i.e. folder with current document.
    + Added: Open Command Line at the Containing Folder.
    + Added: Menu hints describing individual functions for convenience.
    + Added: Favourite files menu shows a separator if a dash "-" is specified.
    + Added: Replace pattern \L& to add the length of the whole match.
    + Added: Replace pattern \L1..9 to add the length of the given captured group.
    + Added: Replace pattern \L+ to add the length of the last successfull captured group.
    + Added: Replace pattern \#d to add decimal number of the current replacement.
    + Added: Replace pattern \#x to add lowercase hexadecimal number of the current replacement.
    + Added: Replace pattern \#X to add uppercase hexadecimal number of the current replacement.
    + Added: Replace pattern \#b to add binary number of the current replacement.
    + Added: Replace pattern \#o to add octal number of the current replacement.
    + Added: Replace pattern \*d to add a random decimal number.
    + Added: Replace pattern \*x to add a random lowercase hexadecimal number.
    + Added: Replace pattern \*X to add a random uppercase hexadecimal number.
    + Added: Replace pattern \*b to add a random binary number.
    + Added: Replace pattern \*o to add a random octal number.
    + Added: Command line parameter /E that jumps to the end of the document.
    + Added: Command line parameter /v that pastes the Clipboard into the document after opening.
    + Added: Command line parameter /T that turns on Session on Top.
    + Added: Command line parameter /m that starts the session minimized.
    + Added: Command line parameter /M that starts the session maximized.
    + Added: Command line parameter /F that starts the session in Fullscreen.
    + Added: Command line parameter /H that starts the session with Hide to Tray.
    + Added: Command line parameter /x that starts the window at given position from left.
    + Added: Command line parameter /y that starts the window at given position from top.
    + Added: Command line parameter /w that starts the window with given width.
    + Added: Command line parameter /h that starts the window with given height.
    + Added: Command line parameter /A that opens the command line file as ANSI.
    + Added: Command line parameter /W that opens the command line file as UNICODE.
    + Added: Command line parameter /U that opens the command line file as UTF-8.
    + Added: Command line parameter /nf that specifies the file to be loaded.
    + Added: Command line parameter /nw that ignores unknown command line parameters.
    + Added: Command line parameter /nn that ignores the next command line string.
    + Added: Command line parameter /nm that terminates the command line.
    + Added: Command line parameter //p that resets the saved window position in Config.
    + Added: Command line parameter //s that resets the saved window size in Config.
    + Added: Command line parameter /? that launches the Online Manual.
    - Fixed: Autosave directly to original file.
    - Fixed: Saving modified documents while loading new documents.
    - Fixed: Missing Ctrl+Shift+Z hotkey added for Redo.
    - Fixed: Unindent multiple spaces when Insert Spaces instead of Tab is turned on.
    - Fixed: Save Checked now button in Settings dialog no longer saves greyed-out categories.
    - Fixed: Restore Defaults button in Settings dialog re-applies Cascading Portable INI files.
    - Fixed: Restore Defaults button in Settings dialog re-applies Status bar, Word Wrap, Placement, etc.
    - Fixed: Chosen categories of Settings are saved into Config after being previously unchosen.
    - Fixed: Unsaved document is automatically saved before execution of filter with %F variable.
    - Fixed: Filters always create stdin/stdout/stderr pipes, even with %F variable.
    - Fixed: Filters can push input and capture output even with %F variable.
    - Fixed: Filters can run "cmd.exe /c %~F" without crashing cmd.exe.
    - Fixed: Warning when filters are used with characters, which cannot be converted to as ANSI.
    - Fixed: Warning when filters produce characters, which cannot be converted back (to non-unicode version).
    - Fixed: All newlines are converted to Win type before they are sent to Filters.
    - Fixed: Binary characters (i.e. null character) are replaced with spaces before they are sent to filters.
    - Fixed: Reading multi-byte characters from Filters improved.
    - Fixed: Word Wrapping after Hyphens and Zero Width Spaces and Joiners.
    - Fixed: Not Word Wrapping after No-break Spaces and Joiners.
    - Fixed: Fixed text rewrapping sweeps upon loading big files.
    - Fixed: Fixed text rewrapping sweeps upon replacing lots of lines.
    - Fixed: Handling horizontal mouse wheel.
    - Fixed: Page Up and Page Down movement with very short windows.
    - Fixed: Switch to already opened document, while the other window is minimized.
    - Fixed: Mimic case in the Extended Replace tool.
    - Fixed: Extended Replace tool and Replace all: Regexp zero-length find and replace loop.
    - Fixed: Running Text Filter from Search and Tool.
    - Fixed: Aborting Search and Tool short-circuits the running Tool, aborting faster.
    - Fixed: BOM flag in the File menu is enabled only for relevant encodings.
    - Fixed: Error reported correctly when /p command line parameter is cancelled or fails.
    - Fixed: Collation and copies are left to be handled by the printer drivers due to "known OS issues".
    * Selecting upwards from the first line more user-friendly by moving to the beginning of the first line.
    * Selecting downwards from the last line more user-friendly by moving to the end of the last line.
    * Optimized and improved text drawing, drawing very long lines, using drawing cache, etc.
    * Optimized and improved drawing binary characters, word-wrapping on binary files, etc.
    * Progress shown while painting long lines.
    * Positioning caret within ligatures improved.
    * More progress shown while loading huge files.
    * Settings dialog now says System Registry when the Config is stored in System Registry.
    * Added messages around file recovery from an autosave to navigate the user through the recovery.
    * View All Clips a little bit more accessibility-friendly and keyboard-only friendly.
    * Moving caret to the left by whole words is now slightly more granular.
    * Search Later shows a message in the Status Bar when Search is updated.
    * Search and Last Tool All also shows the total number of replacements.
    * The application now complains about unknown command line parameters.
    * File Properties moved to File -> System sub-menu.
    * Up to Sentences tool renamed to Make Sentences.
    * Save'n'Exit renamed to Save and Exit.
    * Increased maximum pattern size in Grep tool to 64 KiB.
    * Increased maximum pattern size in Find And Replace to 64 KiB.
    * Increased maximum pattern size in Extended Replace tool to 64 KiB.
    * Increased maximum string size in Compare tool to 64 KiB.
    * Raised the "Clip too long" warning threshold to 64 KiB.
    * Wrap Margin is turned on by default.
    * Line Numbers are turned on by default.
    * Some menu mnemonics were updated.
    * Reduced icon sizes.

[close]

http://jsimlo.sk/notepad
Titel: Vim 8.2.3724
Beitrag von: SiLæncer am 03 Dezember, 2021, 09:20
Changes:>>

build error for missing error message in small build

http://www.vim.org/index.php
Titel: CudaText 1.150.1.1
Beitrag von: SiLæncer am 03 Dezember, 2021, 18:30
(https://s26.postimg.cc/k6wu8qcrt/screenshot_901.png)
Create programming scripts with this powerful tool that supports more than 130 languages and allows users to work concurrently on as many as six groups of projects.

Freeware

Changelog

    add: Replace dialog shows toggle-button "$0" for the new option "RegEx substitute"; added sub-option 'E' to "find_hidden_buttons"
    add: Wiki topic https://wiki.freepascal.org/CudaText#Margins
    add: published version for macOS ARM 64-bit
    fix: regression in 1.150: wrong restoring of option "RegEx substitute" on start (thanks @tmsg)
    fix: plugin Macros exposed the bug: deleting of a macro broke hotkeys of other macros (thanks @hiiamboris)
    fix: lexer YAML: fix 'string' rule, add 'backslash-escaped char' rule

[close]

https://cudatext.github.io/
Titel: Vim 8.2.3732
Beitrag von: SiLæncer am 04 Dezember, 2021, 09:20
Changes:>>

"set! termcap" test fails

http://www.vim.org/index.php
Titel: Text Editor Pro 18.2.1
Beitrag von: SiLæncer am 04 Dezember, 2021, 19:30
(https://s26.postimg.cc/hfdkhoj9l/screenshot_896.png)
Text Editor Pro (formerly EditBone) is a powerful text editing tool that comes with syntax highlighting support for over 50 languages and scripts, customizable with over 100 options, 29 ready made styles, a handy file comparison feature, unicode character map, numerical unit convert tool, SQL formatter, and support for multiple directories and search results.

Freeware

Changelog

    Fixed AlphaControls - http://www.alphaskins.com/
    Fixed large file loading issue
    Fixed message dialogs
    Fixed minimizing issue
    Updated language files

[close]

https://texteditor.pro/
Titel: QOwnNotes 21.12.1
Beitrag von: SiLæncer am 05 Dezember, 2021, 11:20
Whats new:>>

    The #s in the Markdown headings will be now styled as "masked syntax", but with the size of the heading (for #2321)
    the QOwnNotesAPI Nextcloud App was updated to version 21.12.0 to support Nextcloud 23
    added more translation (thank you mguerra, rawfreeamy, ivonkatran, i****myself, chocolatine, marterra)

https://www.qownnotes.org/
Titel: Vim 8.2.3750
Beitrag von: SiLæncer am 06 Dezember, 2021, 09:40
Changes:>>

8.2.3750: error messages are everywhere

http://www.vim.org/index.php
Titel: PSPad 5.0.7 Build 717 Dev
Beitrag von: SiLæncer am 06 Dezember, 2021, 18:20
(http://images.six.betanews.com/screenshots/1076948037-1.png)
PSPad is a universal freeware editor. There is no complex install process; the program is ready to work immediately, without requiring customization. It supports many file types and languages, with syntax highlighting. There are macros, clip files and templates to automate repetitive activities. An integrated HEX Editor, Project support, FTP Client, Macro Recorder, File Search/Replace, Code Explorer, code page conversion, are just some of the many possibilities that PSPad can offer you.

Freeware

Changelog

    News:

    New function in File tab context menu - Open file folder in Explorer

    Fixes:

    Highlight of the selection occurences wasn't repainted after change of the selection
    Matching token highlight with missing matching token
    Create menu Help content based on the Online.ini file
    CrLf was always added when file was saved
    Shift+Down, Shift+PgDown on the last line will include last line into selection
    Unwanted Autoindent after Enter when cursor was on the first column
    Change char case in the selected column block
    Other fixes reported by users

[close]

http://www.pspad.com/
Titel: Vim 8.2.3754
Beitrag von: SiLæncer am 07 Dezember, 2021, 08:40
Changes:>>

undesired changing of the indent of the first formatted line

http://www.vim.org/index.php
Titel: DocPad 28.0
Beitrag von: SiLæncer am 07 Dezember, 2021, 10:20
(https://i.postimg.cc/2jBvfxyS/screenshot-2001.png)
Erweiterter Text-Editor als Alternative zu Notepad; bietet unter anderem eine Rechtschreibprüfung, eine anpassbare Toolbar sowie die Möglichkeit, Makros zu verwenden.

Freeware

Changelog

    Added the "Auto-Save" option.  When enabled, the document will be automatically saved after a specified time period elapses.
    Added the "Duplicate" tool, which duplicates the selection or current line.  The hotkey is Ctrl+I.
    All tabs are now listed at the bottom of the Window menu.
    Added the "Close All" tool to the File menu.
    Added a "quick search" combobox to the toolbar, although it is hidden by default.
    There is now a context menu button in the lower right corner.
    Reopen Documents From Last Session: this now also remembers which document last had focus.
    Reopen Documents From Last Session: this now works even when a file to open is specified on the command line.
    Open Document: the user is now warned if the file is read-only.
    Preferences: you may now right click on any field and choose "Help".
    When choosing a file from the history at the bottom of the File menu, if it does not exist, the error window now contains a "Remove" button that will remove the file from the history.
    Welcome: added a "Remove All Documents" tool.
    Improved the fade out effect for a tab's X button.
    The "Open Containing Folder" tool can now appear on the toolbar, although it is hidden by default.
    Save Document: if there is an error writing the file, the operating system error message is now reported.
    Added the "Fixed-Pitch" option to the Preferences window, which now has a new tab named "Font".
    Rearranged the File menu, and moved some of its tools to the Options menu.
    The Preferences window now has an Exit button on the caption.  If clicked, the user will be asked if changes should be saved.
    Associate: the Default Extension will now appear in the drop-down list.
    The tab bar is no longer allowed to have input focus.
    The Preferences tool is now visible on the toolbar by default.
    Help: the layout is now tighter.  Numerous improvements to the Search tab.
    Fixed: the main window would not remember its position if the window was smaller than that required by the Welcome panel.
    Fixed: the /last command line switch now works correctly with multiple tabs.
    Fixed: "Restore Backup" was unnecessarily closing the active tab.
    Fixed: "Restore Backup" would fail with an error if the document to be restored was opened and the "Lock Files" option was enabled.
    Fixed: when reopening a document that was changed by an external app, if the reopening fails, the document was closing and all changes were lost.

[close]

http://www.gammadyne.com/docpad.htm
Titel: CudaText 1.151.0.1
Beitrag von: SiLæncer am 07 Dezember, 2021, 20:10
Changelog

+ add: support for fenced code-blocks in Markdown lexer (thanks @WebMechanic);
       see new Wiki topic: https://wiki.freepascal.org/CudaText#Fenced_code-blocks
+ add: lexer reST: rework highlight of 'code-blocks'
+ add: lexer PHP: 'HereDoc' blocks with id 'HTML'/'CSS' are syntax-highlighted with HTML/CSS lexer (thanks @WebMechanic)
- fix: option "caret_proximity_vert" has bad side effect ('ghost caret' when we type text at file end)

[close]

https://cudatext.github.io/
Titel: HelpNDoc Personal Edition 7.8.0 Build 569
Beitrag von: SiLæncer am 07 Dezember, 2021, 20:20
(https://s26.postimg.cc/n8qdqw1ix/screenshot_994.png)
HelpNDoc provides all the tools necessary to write complete help files, manuals and documentations in a user friendly and very easy to use environment. HelpNDoc can generate standard Windows CHM help files, WEB based documentation, iPhone specific websites as well as printable PDF and Word documents.

HelpNDoc is completely free for personal use and evaluation purposes.

Changelog

    Documents, HTML, variables and snippets library items can now be inserted within the current topic as raw content (e.g. not linked to the item) which can be used to create topic templates...
    Selected content in topic editor can be converted to snippet using the right click popup menu
    New editor APIs to insert HTML content, move the cursor, check if editor is empty
    New user interface APIs to iterate over selected items in trees (keywords, library items, topics), and cancel current edits
    New link formats to create hyperlinks to specific topics, navigation or counters when importing external documents (e.g. HTML, Word...)
    Splitting an imported Word document could miss some empty topics, or create a corrupted table of contents
    HTML importer now correctly uses the project's default font and hyperlinks settings to import HTML content
    Importing a document into the current topic now correctly handles anchor hyperlinks to itself
    Importing a document which was locked by another application failed silently: an error message is now shown
    Images placed in table cells could be incorrectly resized in Word and PDF documentation formats
    All APIs calling MoveTopics (such as CreateMultipleTopics) could produce a table of contents with multiple project topics
    Right clicking on some items in the project analyzer could result to an access violation error
    Changing a table's background color using the "More Colors" dialog could set the color's opacity to 0%
    Syntax editor's gutter font size option didn't use the proper editor
    Better Windows 11 detection
    Improved the MacOS version of the floating license server which could sometimes result in a false-positive transport security errors

[close]

http://www.helpndoc.com/
Titel: Vim 8.2.3757
Beitrag von: SiLæncer am 08 Dezember, 2021, 08:20
(https://s26.postimg.cc/xww5nc4zt/screenshot_1282.png)
A highly configurable text editor built to enable efficient text editing - an improved version of the vi editor distributed with most UNIX systems.

Freeware

Changes:>>

An overlong highlight group name is silently truncated

http://www.vim.org/index.php
Titel: TeXstudio 4.1.2
Beitrag von: SiLæncer am 08 Dezember, 2021, 17:10
(https://i.postimg.cc/Fz8CktsG/screenshot-2846.png)
GPL-LaTeX-Editor, der das Erstellen von LaTex-Dokumenten in Unicode vereinfacht; unterstützt den Nutzer beim Schreiben mittels interaktiver Rechtschreibprüfung, Syntax-Highlighting, Code-Folding und automatischer Code-Vervollständigung.

Open Source

Whats new:>>

- allow resizing the different sections in the symbol widget
- fix automatic session restore on OSX/Qt6
- scale inline preview if visible linewidth is too small
- fix latex package name parsing on Qt5 builds
- added cwls
- Use Qt 6.2.2 on OSX (fixes ctrl+letter shortcut issue on OSX)

http://texstudio.sourceforge.net/
Titel: BirdFont 4.22.0
Beitrag von: SiLæncer am 08 Dezember, 2021, 17:20
(https://s26.postimg.cc/rd1s4grdl/screenshot_137.png)
BirdFont is a free font editor that lets you create vector graphics and export TTF, EOT & SVG fonts.

Donationware

Whats new:>>

Many changes to ligature creation.

https://birdfont.org/
Titel: MiKTeX 21.12
Beitrag von: SiLæncer am 08 Dezember, 2021, 21:10
(https://i.postimg.cc/rpCxYpK5/MiKTeX.png)
Lightweight and simple-to-use application which enables you to write mathematical, technical or any other type of scientific material.

Freeware

Changelog

    Upgraded programs/;
    dvipdfmx 20211117
    makeindex 2.16
    pdftex 1.40.24
    upmendex 1.00

    Fixed issues:

    858: Hope MiKTeX can support upTeX series (upTeX/upLaTeX/eupTex...) engine
    983: dvisvgm: unexpected error in conjunction with raw SVG elements

[close]

https://miktex.org
Titel: Notepad++ 8.1.9.3
Beitrag von: SiLæncer am 08 Dezember, 2021, 22:00
(https://i.postimg.cc/90QrsKpv/screenshot-818.png)
Notepad++ is a tabbed source code editor and Notepad replacement with a customizable interface. It is one of the few few source code editors that supports "folding," allowing users to quickly reduce and expand sections of code to see the overall document. In addition, it features multi-language syntax highlighting, auto-completion, regular expression search/replace, macro recording and playback, etc. The program can access a long list of plug-ins via an easy-to-access menu with even more features and functions.

License: GPL

Whats new.>>

1.  Fix regression: detection of backup file restored back problem.
2.  Fix saving file and false alert on network drive issues.
3.  Fix dockable panels lose background color issue when switching back Notepad++.
4.  Fix dirty status persisting issue after reloading file.
5.  Add Lua function list capacity.

DL -> https://github.com/notepad-plus-plus/notepad-plus-plus/releases

https://notepad-plus-plus.org/
Titel: Vim 8.2.3761
Beitrag von: SiLæncer am 09 Dezember, 2021, 08:10
Changes:>>

focus change is not passed on to a terminal window

http://www.vim.org/index.php
Titel: CudaText 1.151.1.0
Beitrag von: SiLæncer am 09 Dezember, 2021, 09:30
(https://s26.postimg.cc/k6wu8qcrt/screenshot_901.png)
Create programming scripts with this powerful tool that supports more than 130 languages and allows users to work concurrently on as many as six groups of projects.

Freeware

Changelog

    add: option "ui_session_save_interval" allows negative values too, see new description (thanks @MiroslavMatas)
    fix: Tab-key in the code-tree must not jump to bottom panel, and vice versa (thanks @hiiamboris, @JairoMartinezA)
    fix: command "codetree: focus filter" didn't work in Linux version

[close]

https://cudatext.github.io/
Titel: Vim 8.2.3770
Beitrag von: SiLæncer am 10 Dezember, 2021, 08:10
Changes:>>

New compiler warnings from clang-12 and clang-13

http://www.vim.org/index.php
Titel: nanDECK 1.26.2
Beitrag von: SiLæncer am 10 Dezember, 2021, 08:40
(https://www.portablefreeware.com/screenshots/scrOwgPgp.png?0.6930669409302652)
nanDECK is a scripting graphic software that provides a simple yet flexible language to create multiple images suited for cards or counters .

Freeware

Changelog

    New HTMLBORDER directive:

    This directive adds a border to a font tag (defined by an HTMLFONT), usable with HTMLTEXT. The syntax is: HTMLBORDER = htmlfont, type, html color, thickness, gap top, gap left, gap right, gap bottom, corner rounding, html color background

    New FLAGS directive:

    This directive sets the flags for all the directives in the script. So, for example, if you want to add BE flags in every HTMLTEXT lines, you can use a single FLAGS instead of changing every lines. The syntax is: FLAGS = range, directive, flags. If you want to remove a flag instead of adding, use the “-” symbol before it.

    New LINKFILL directive:

    This directive is used when you have a schema on several rows in a spreadsheet and you want to straighten it in a single row (using the first line to specify the total number of columns that will be filled with the cells); this directive must be used before the LINK command.

    Syntax:

    LINKFILL = switch

    Parameter: switch: values accepted are:

    ON to enable the redistribution of the cells
    OFF to disable the redistribution of the cells (the default)

    New EXPRESSION directive:

    This directive specifies the characters used to define expressions to be evaluated in texts in HTMLTEXT and RTFTEXT directives.

    Syntax:

    EXPRESSION = exp. HTML start, exp. HTML end, exp. RTF start, exp. RTF end

    Parameters:

    exp. HTML start: character(s) used to define start of expressions in HTMLTEXT directive,
    exp. HTML end: character(s) used to define end of expressions in HTMLTEXT directive,
    exp. RTF start: character(s) used to define start of expressions in RTFTEXT directive,
    exp. RTF end: character(s) used to define end of expressions in RTFTEXT directive,

    New CALC function:

    This function is used to get a result from a specific trigonometric function. The syntax is:

    [label] = CALC(flag, value1, value2)

    You can choose one of these flags:

    C cosine function of value1
    S sine function of value1
    T tangent function of value1
    P pi function (the other parameters are not used)
    M the higher between value1 and value2
    N the lower between value1 and value2

    New FRAMEMAZE function:

    This function reads a list of edge frames, as 1st parameter (created with a FRAMEPER function), and creates another list of edge frames, arranged as a maze. The 2nd and 3rd parameters are the width and height of the rectangle defined by the edge frames. You can specify the coordinates of the starting cell (as 4th and 5th parameter), otherwise it is randomly selected (this also when set to zero); the ending cell is selected as the farthest from the starting one. The syntax is:

    [newframe] = FRAMEMAZE(frames, width, height, X start cell, Y start cell, flags):

    You can use these flags in the 6th parameter:

    S is created a group of frames for the solution
    M is created a group of frames with the sequence used in the creation of the maze
    E the exit is along the edge of the maze
    At the end of the process other two frames are created, one for the starting cell (with postfix start) and one for the ending cell (with postfix end); if the S flag is used is created also a group of frames for the solution (with postfix solution), i.e. the path from the starting to the ending cell; if the E flag is specified is created also two frames for the edge of the starting cell (with postfix startedge) and for the ending cell (with postfix endedge); if the M flag is specified is created also a group of frames with the sequence used for creating the maze (with postfix map).

    Added parameter in COOICON for the icon index:

    If the result of the COOICON function corresponds to multiple icons, you can use the 5th parameter to select one of these.

    Added parameters in ORIGIN for the % of the cards:

    The 4th parameter in ORIGIN sets the value in % for the width of the card (the default is 100), similarly, the 5th parameter is for the height.

    Added parameter in SAVE for depth of saved files:

    The 12th parameter in SAVE sets the depth of the saved image, and can be set equal to:

    24 16 millions of colors (the default)
    16 65536 colors
    8 256 colors
    4 16 colors

    Added parameter in FONT, FONTRANGE, and TEXTFONT for the spacing of circular text:

    The default behavior for the circular text is to justified. With this parameter you can specify the actual spacing between characters (zero, or a positive/negative value in cm or the current unit); note that with this parameter is used the horizontal alignment (left/center/right). This parameter is present in FONT (10th), FONTRANGE (11th), or TEXTFONT (19th).

    Added J/G flags in HTMLTEXT for enlarging/evening lines of text:

    The F flag is currently use to shrink a font if text is not contained in the HTMLTEXT rectangle; similarly, a J flag enlarge a font until the text is not contained in the HTMLTEXT rectangle. The G flag reduces the width of the text to obtains lines of the same width.

    Added W/V/F flags in HTMLFONT for upper/lower/firstcase of text:

    W the text is converted to upper case
    V the text is converted to lower case
    F the first letter of the text is converted to upper case, the others to lower
    Added H/V flags in CANVAS for centering the canvas in the cards:
    The default for the cutting of the canvas images in single cards is to align to the top-left corner, with these flags the images are centered.

    And some features in the editor:

    F11 on a font name shows you the next one (CTRL+F11 for the previous one),
    F12 opens the reference (and download it if the file is not present).

[close]

http://www.nand.it/nandeck
Titel: ProgramEdit 5.0.7
Beitrag von: SiLæncer am 10 Dezember, 2021, 11:40
(https://s26.postimg.cc/wcabyxqq1/screenshot_58.png)
ProgramEdit - a free Windows® software source-code editor. ProgramEdit includes language support for HTML, Ada, C/C++, C#, CSS, JAVA, JavaScript, Perl, PHP, Python, Ruby, VB, VBScript, Verilog, VHDL and Batch(.bat) files. Other features include tabbed file selection, text highlighting, find & replace, regular expressions, sesssions, bookmarks, multiple undo/redo and hyperlinks.

Freeware

Whats new:>>

    Fix minor PageUp/PageDown bug
    Fix minor LineChange indicator bug
    Minor improvements to GoTo Line
    Several code changes to improve Editor speed
    Update Help file

http://simplesolverlogic.com/index.html
Titel: QOwnNotes 21.12.2
Beitrag von: SiLæncer am 10 Dezember, 2021, 20:10
(https://s26.postimg.cc/hoi1ahlcp/screenshot_978.png)
QOwnNotes is a text editor / notepad replacement with markdown support and todo list manager. The program supports themes, keyboard shortcuts, syntax highlighting, and encryption. Includes available nested file list, tags, search, and more. Optionally works with the notes application ownCloud or Nextcloud.

Cross-platform with clients available for Mac and Linux.

License: GPL

Changelog

    in-note searching while renaming a note via its headline is now prevented, to prevent messing up the headline while typing (for #2325)
    you can now paste plain text from the clipboard into the note as text file attachment with Ctrl + Shift + V (for #2327)
    links to attachments with extensions, that are used for notes are now opened externally instead of attempted to being opened as note (that doesn't exist)
    (for #2327)
    added more translation (thank you mguerra, amirkbrpr, ivonkatran, marcoxbresciani, rawfreeamy)

[close]

https://www.qownnotes.org/
Titel: CudaText 1.151.2.1
Beitrag von: SiLæncer am 10 Dezember, 2021, 21:30
Changelog

    Add: commands Delete/Backspace now handle the caret near emoji (thanks @_92)
    Add: drag-drop of text can be started even in the read-only editor, you can drop to another (writable) editor (thanks @66nuts)
    Add: drag-drop of text: toggle the mouse cursor 'simple drag'<->'multi-drag' on pressing/depressing Ctrl (thanks @66nuts)
    Add: option "ui_session_save_interval" allows negative values too, see new description (thanks @MiroslavMatas)
    Fix: crash on very long line length=120K, with wrap=off (thanks Ertan)
    Fix: Tab-key in the code-tree must not jump to bottom panel, and vice versa (thanks @hiiamboris, @JairoMartinezA)
    Fix: command "codetree: focus filter" didn't work in Linux version

[close]

https://cudatext.github.io/
Titel: Vim 8.2.3779
Beitrag von: SiLæncer am 11 Dezember, 2021, 08:10
Changes:>>

Using freed memory when defining a user command recursively

http://www.vim.org/index.php
Titel: TeXmacs 2.1.1
Beitrag von: SiLæncer am 11 Dezember, 2021, 10:30
(https://i.postimg.cc/Dfs43qvs/Daminion.png)
Text editors come in a wide variety of shapes and sizes, from simple note generators to advanced suites comprising complex formatting algorithms. In the latter category one can include TeXmacs, a unified and powerful editor for structured documents.

License: GPLv3

Whats new:>>

    Creation of various interface themes for TeXmacs, such as dark and bright (2.1.1).
    Improved high resolution support under Linux and Windows (2.1.1).
    Progress on (not yet default) Qt5 version of TeXmacs (2.1.1).
    Updated font database for recent pre-installed Linux/Mac/Window fonts (2.1.1).

http://www.texmacs.org/tmweb/home/welcome.en.html
Titel: PanWriter 0.8.2 RC2
Beitrag von: SiLæncer am 11 Dezember, 2021, 18:20
(https://i.postimg.cc/fLjLfXy8/screenshot-2610.png)
A distraction-free markdown editor with tight integration with pandoc for import/export to/from plenty of file formats, as well as a preview pane that can show pages.

License: GPLv3

Changelog

Bump ini from 1.3.5 to 1.3.8

Bumps [ini](https://github.com/isaacs/ini) from 1.3.5 to 1.3.8.

- [Release notes](https://github.com/isaacs/ini/releases)
- [Commits](https://github.com/isaacs/ini/compare/v1.3.5...v1.3.8)

---
updated-dependencies:

- dependency-name: ini
  dependency-type: indirect
...

[close]

https://github.com/mb21/panwriter
Titel: Vim 8.2.3786
Beitrag von: SiLæncer am 12 Dezember, 2021, 10:40
(https://s26.postimg.cc/xww5nc4zt/screenshot_1282.png)
A highly configurable text editor built to enable efficient text editing - an improved version of the vi editor distributed with most UNIX systems.

Freeware

Changes:>>

8.2.3786: test fails because of using Vim9 syntax in legacy function

http://www.vim.org/index.php
Titel: QOwnNotes 21.12.3
Beitrag von: SiLæncer am 12 Dezember, 2021, 18:00
(https://s26.postimg.cc/hoi1ahlcp/screenshot_978.png)
QOwnNotes is a text editor / notepad replacement with markdown support and todo list manager. The program supports themes, keyboard shortcuts, syntax highlighting, and encryption. Includes available nested file list, tags, search, and more. Optionally works with the notes application ownCloud or Nextcloud.

Cross-platform with clients available for Mac and Linux.

License: GPL

Changelog

    pasting of HTML as Markdown and dropping of images is now fixed again, and you can select if you want to paste HTML as Markdown or as text file attachment (for #2327)
    opening of text file attachments now also works if note sub-folders are disabled (for #2327)
    added more translation (thank you rawfreeamy, amirkbrpr, marterra, rakekniven)

[close]

https://www.qownnotes.org/
Titel: RisohEditor 5.6.3
Beitrag von: SiLæncer am 12 Dezember, 2021, 19:50
(https://i.postimg.cc/8P4z4Swt/screenshot-799.png)
"RisohEditor" is a free resource editor for Win32 development, created by Katayama Hirofumi MZ. RisohEditor realized the ideal of resource editor. "Risoh" means "ideal" in Japanese. RisohEditor can add, edit, extract, clone and remove the resource data in EXE/DLL files. You can edit Windows resources (Dialogs, Menus, Icons, Cursors, String Tables, Message Tables etc.) by using RisohEditor.

NOTICE: Please avoid installing in "C:\Program Files" or "C:\Program Files (x86)". Because the resource compiler (windres) doesn't accept space character in the file path.

Freeware

Changelog

    Added win32-samples.
    Added "UI Lanuage Select".

[close]

https://katahiromz.web.fc2.com/re/en/index.html#intro
Titel: CudaText 1.152.0.0
Beitrag von: SiLæncer am 12 Dezember, 2021, 20:30
(https://s26.postimg.cc/k6wu8qcrt/screenshot_901.png)
Create programming scripts with this powerful tool that supports more than 130 languages and allows users to work concurrently on as many as six groups of projects.

Freeware

Changelog

    Add: lexer HTML: add sub-lexer 'HTML style' to highlight style="..." blocks like CSS does
    Add: lexer HTML: support inclusions of JSON blocks
    Add: lexer XML: support inclusion of CSS and JS blocks inside 'CDATA'
    Add: lexer CSS: support backslash-escapes in names
    Add: commands Delete/Backspace now handle the caret near emoji (thanks @_92)
    Add: drag-drop of text can be started even in the read-only editor, you can drop to another (writable) editor (thanks @66nuts)
    Add: drag-drop of text: toggle the mouse cursor 'simple drag'<->'multi-drag' on pressing/depressing Ctrl (thanks @66nuts)
    Add: option "ui_session_save_interval" allows negative values too, see new description (thanks @MiroslavMatas)
    Add: Tab-key in the code-tree (focused treeview or filter) should not jump to bottom panel (console input/log), and vice versa (thanks @hiiamboris, @JairoMartinezA)
    Fix: Qt5/macOS: major fix for the text cropped on left, when "renderer_tweaks" misses 'w' (thanks @somewhat)
    Fix: crash on very long line length=120K, with lexer active and wrap=off (thanks Ertan)
    Fix: command "codetree: focus filter" didn't work in gtk2/qt5 versions

[close]

https://cudatext.github.io/
Titel: Vim 8.2.3793
Beitrag von: SiLæncer am 13 Dezember, 2021, 08:10
Changes:>>

using "g:Func" as a funcref does not work in script context

http://www.vim.org/index.php
Titel: SPFLite 2.5.21346
Beitrag von: SiLæncer am 13 Dezember, 2021, 08:40
(https://i.postimg.cc/wT5s6g7J/screenshot-2635.png)
Rename, clone, delete, edit, print, exclude, touch, add to favorites and view your files using this intuitive software application.

License: GPLv3

Changelog

    Correct the CHANGE command handling of +color operands, it was setting the color attribute bits incorrectly.
    Add MAX to the command operand hilighting for ALIGN, it was missing.
    ALIGN command was not setting the Modified status. Corrected.
    Repair the handling of the Macro functions Get_Find_LPtr, Get_Find_Col and Get_Find_Len which were 'broken' by the fix in 2.5.21285 for the ZFIND and ZLOC variables.
    Relax the validation on Tag operands to allow more than just alphanumeric characters.
    Alter the last three valid NOTE line types (WNOTE, XNOTE and YNOTE) so that they are purely temporary. i.e. They will NOT be saved and restored by normal STATE processing.
    Alter the handling of error messages generated during file load from normal message line style, to insertion as WNOTE lines at the top of the initial screen display.
    Correct error in the screen display logic when a data line is exactly 1 byte shorter than the screen width available.
    Correct handling of PREFIX and SUFFIX in the negative search routine. The boundary condition testing for the prefix/suffix was not thorough enough.
    Add a new item to Options => FM. This option will allow you to specify whether FM will use the standard MS Explorer style logical sorting, or whether you prefer the simple ANSI sorting used in older SPFLite versions.
    Correct PRINT handling. When not printing in color, it was using the TextHi color, which MAY not be dark depending on the user's color choices. It will now use BLACK when not printing in color.
    Add a color Export / Import ability to the CFGMaint utility. This will allow color 'themes' to be copied between Instances within the CFG file, or shared with other users in the forum. e.g. there might be old 'green screen' themes, 'blue / white' themes, etc.
    Correct cursor positioning after an EraseEOL in the command line when the command length exceeds the screen width.
    Remove the HnDIndex.txt file (which provides enhanced HELP search ability) from the EXE load module itself, and install it as a separate file along with the main SPFLite.CHM file.

    Improvements to colorization support:

    NOTE: These changes may trigger error messages for some current AUTO files which may need correction manually.
    A new type of WORD directive has been added - AUTOCASE. This new option will cause the word to be displayed in the exact case of the text in the AUTOCASE statement. e.g. "AUTOCASE 5 OkCancel" would display the text OKCANCEL as OkCancel.
    A check for duplicate WORD / AUTOCAPS / AUTOCASE words will now be performed.
    The QUOTED directive may now optionally specify the delimiters to be used to identify quoted strings. If no optional parameters are entered it will operate as previously with single, double and back quotes as the delimiters. Delimiters are entered as pairs (leading and trailing) which do not need to be the same character.

[close]

http://www.spflite.com/Home.html
Titel: KeenWrite 2.3.2
Beitrag von: SiLæncer am 13 Dezember, 2021, 09:50
(https://i.postimg.cc/3w8rCcRs/screenshot-2904.png)
Java-based text editor that comes with numerous features, such as live preview, formulas, Markdown support and string interpolation.

BSD License

Changelog

    Changes:

    Automatically save before exporting to PDF, HTML, etc.
    Keep leading white spaces for source code blocks, to allow typesetting the following code:
    public class VerticalSpace {

    Where previous versions would discard before typesetting the white space:

    public class VerticalSpace {
    Updates to typesetting themes, for typesetting code blocks.
    Upgrade Lucene to 9.0.0 (used when counting words, includes performance updates).
    Ignore HTML entities when counting words (e.g., ").
    Add help for command-line options (running from command-line is not functional, do not use).

[close]

https://github.com/DaveJarvis/keenwrite
Titel: Trilium Notes 0.48.8
Beitrag von: SiLæncer am 13 Dezember, 2021, 18:50
(https://i.postimg.cc/2yDgvbpj/screenshot-2595.png)
A hierarchical note-taking software application with focus on building large personal knowledge bases while also providing a flurry of options.

License: AGPL

Changelog

    Prevent browser from caching images/files, fixes #2378
    After removing last promoted attribute, create a blank one, fixes #2388
    Fix for "Today page does not work for 2021-11-20", closes #2359
    Fix hidden notes appearing in note map, closes #2403
    Full text search should look into link URLs as well, closes #2412
    Trigger note revisioning saving also on title changes #2426

[close]

https://github.com/zadam/trilium
Titel: Vim 8.2.3802
Beitrag von: SiLæncer am 14 Dezember, 2021, 10:45
Changes:>>

Terminal in two windows test fails on some systems

http://www.vim.org/index.php
Titel: BirdFont 4.22.3
Beitrag von: SiLæncer am 14 Dezember, 2021, 17:10
(https://s26.postimg.cc/rd1s4grdl/screenshot_137.png)
BirdFont is a free font editor that lets you create vector graphics and export TTF, EOT & SVG fonts.

Donationware

Whats new:>>

Bug fixes for the default glyphs in the overview tab.

https://birdfont.org/
Titel: Vim 8.2.3811
Beitrag von: SiLæncer am 15 Dezember, 2021, 08:10
Changes:>>

the opfunc error test fails on a slow machine

http://www.vim.org/index.php
Titel: Vim 8.2.3821
Beitrag von: SiLæncer am 16 Dezember, 2021, 08:40
Changes:>>

8.2.3821: ASAN test run fails

http://www.vim.org/index.php
Titel: RisohEditor 5.6.4
Beitrag von: SiLæncer am 16 Dezember, 2021, 19:45
Whats new:>>

Asking for compiling before opening GUI edit.

https://katahiromz.web.fc2.com/re/en/index.html#intro
Titel: Vim 8.2.3832
Beitrag von: SiLæncer am 17 Dezember, 2021, 08:20
Changes:>>

test fails because of changed error message

http://www.vim.org/index.php
Titel: QOwnNotes 21.12.4
Beitrag von: SiLæncer am 17 Dezember, 2021, 17:30
Whats new:>>

    when doing a regular expression search in a note a stuck application is now prevented when the user enters just start or end markers (for #2302)
    a glitch in the custom CalDAV server settings was fixed
    added more translation (thank you amirkbrpr, wineee, seemless, mguerra,
    rawfreeamy, hansa2662, marterra, ivonkatran, rakekniven)

https://www.qownnotes.org/
Titel: Zettlr 2.1.0 Beta
Beitrag von: SiLæncer am 18 Dezember, 2021, 10:50
(https://s26.postimg.cc/vfll9p4mh/screenshot_956.png)
Write text and conveniently edit it using Markdown with the help of this user-friendly and well-thought-out, Electron based application.

MIT License

Release Notes

    GUI and Functionality:

    New Feature: Implemented "forward" and "back" actions, which are especially useful for people managing a Zettelkasten and frequently follow links: Now you can go back and forth between opened files (shortcuts: Cmd/Ctrl+[ and Cmd/Ctrl+]) so you can more quickly navigate your files
    Fixed an error in the link filtering process that would throw an error when you attempted to remove internal links completely upon export
    Fixed Cmd/Ctrl-Click-behavior on footnotes
    Dragging and dropping files (both from the desktop and the sidebar) now always inserts relative paths.
    More reactive updating of the related files section
    Improvements during insertion of snippets
    The footnote editor now has a consistent background color in dark mode
    You can now open linked files from within the preview tooltips
    Removed the shortcut to rename directories since that was rarely used and could confuse users since it was not obvious where the directory is in the file manager
    Moved the file renaming process via shortcut to the document tabs since it's much more visible there
    Fix a very rare bug in which selections inside headings would look off
    Fixed an error that would fail the print preview if you had images with relative paths in your document
    Internal links to files that contain a period should work now (except what follows exactly matches an allowed Markdown file extension)
    Scrollbars on Windows and Linux should now switch colors according to the app's dark mode setting
    Zettlr doesn't detect links to other headings in the form of [link](#target) as tags anymore
    Reinstated the ability to use pure number tags or hexadecimal numbers as tags
    Using the shortcut Ctrl-Shift-V to paste something as plain text will no longer paste it twice on Windows and Linux
    Zettlr can now be started minimized (in the tray/notification area) by passing the CLI flag --launch-minimized, which means the main window will not be shown after launching the app
    On single-file export, unsaved changes are now also exported MagicQuotes can now surround selections
    File duplication will now make sure to always create new files instead of overwriting existing ones
    Attempt to scroll back to the correct position after applying remote changes
    Adapt styles on Windows
    You can now specify a TeX template and an HTML template for projects
    Fix double titlebars on Windows and Linux when displaying modals
    Following internal links now also works for systems in which the ID is part of the file name
    Updated the display name in the Add/Remove Programs entry for Windows

    Under the Hood:

    Added a further check to the filter copying. Since the filters that ship with
    Zettlr are bound to the inner workings of the app, we should always overwrite them if applicable (to ensure they are updated with the app), unlike the defaults which people should be able to modify with us messing with them
    Sanitized and standardized all Vue component names and application entry points
    Fix a whole bunch of linter warnings
    Remove the custom event system ($on, $off, and $once) in preparation for Vue 3
    Switched to Vue 3 (incl. Vuex 4, vue-loader 16, vue-virtual-scroller 2)
    The state is now being instantiated using a function which adds reactivity
    The modified documents are now updated in such a way that attached watchers are notified
    The snippet insertion process is now much more precise and allows snippets to be inserted at any point within non-empty lines without any quirks Update Pandoc to 2.16.2
    The VS Code debugger now uses the test-gui configuration and not the regular
    (potentially critical) main configuration; NOTE that this means you must run the test-gui command first to generate that data-dir in the first place before starting the debugger
    Cleaned up the handler for rendering task-list items
    Switched the windows update, tag-manager, stats, quicklook, project-properties,
    print, paste-image, log-viewer, error, assets, preferences, and about to TypeScript extractYamlFrontmatter does not require the linefeed anymore
    Remove the openFile method from the main Zettlr object. Use getDocumentManager().openFile instead to open a file
    Add an automatic updater for CITATION.cff
    Zettlr now extracts outlinks from a file and adds them to descriptors
    Added @common as a shorthand for accessing files within the common- directory
    The file autocompletion database now uses the full paths to index files
    You can now copy the underlying equation code for LaTeX equations

[close]

Download: https://github.com/Zettlr/Zettlr/releases

https://www.zettlr.com/
Titel: RisohEditor 5.6.5
Beitrag von: SiLæncer am 18 Dezember, 2021, 18:41
(https://i.postimg.cc/8P4z4Swt/screenshot-799.png)
"RisohEditor" is a free resource editor for Win32 development, created by Katayama Hirofumi MZ. RisohEditor realized the ideal of resource editor. "Risoh" means "ideal" in Japanese. RisohEditor can add, edit, extract, clone and remove the resource data in EXE/DLL files. You can edit Windows resources (Dialogs, Menus, Icons, Cursors, String Tables, Message Tables etc.) by using RisohEditor.

NOTICE: Please avoid installing in "C:\Program Files" or "C:\Program Files (x86)". Because the resource compiler (windres) doesn't accept space character in the file path.

Freeware

Changelog

    A BS_OWNERDRAW button is a PUSHBUTTON.
    Added "Copy to multiple languages" feature.
    Fixed the bug of the RAD window (Critical).

License Agreement
[close]

https://katahiromz.web.fc2.com/re/en/index.html#intro
Titel: Jovial Notepad 2.9
Beitrag von: SiLæncer am 18 Dezember, 2021, 21:50
(https://i.postimg.cc/63DQRgQ6/screenshot-2555.png)
A lightweight and straightforward text editor with syntax highlight capabilities and also securing your work with an implemented encryption option.

Freeware

Changelog

    Enhancements:

    This version adds more hot keys configurations. User can allow assign more custom keys to more actions. Edit the "hotkeys.txt" to customise.
    Refer to the "hotkeys.txt" file for the syntax guide.
    Bookmarks function has been revamped to allow up to 25 saved entries. Adding bookmark shortcut key is now user-customisable in the "hotkeys.txt" file.

    Minor Changes:

    The "Settings" menu is now moved to the 2nd last position beside the "Help" menu.
    A new "Hot Keys" menu is created under the "Settings" main menu. Right-click on this "Hot Keys" menu will open up Window Explorer to the hotkeys.ini file location, ready for viewing or editing. Be sure to reload JovialNotepad after the hotkeys.txt is edited to allow the program to reload the newly-updated shortcuts.
    As this is a new menu item, add the entry, "hotkeys=xxxx" into your language file to display in your preferred language. If this entry is not entered, JovialNotepad will display it as "[HotKeys]".

[close]

https://sourceforge.net/projects/jovialnotepad/
Titel: Vim 8.2.3848
Beitrag von: SiLæncer am 19 Dezember, 2021, 09:10
(https://s26.postimg.cc/xww5nc4zt/screenshot_1282.png)
A highly configurable text editor built to enable efficient text editing - an improved version of the vi editor distributed with most UNIX systems.

Freeware

Changes:>>

cannot use reduce() for a string

http://www.vim.org/index.php
Titel: PSPad 5.0.7 Build 721 Dev
Beitrag von: SiLæncer am 19 Dezember, 2021, 21:20
(http://images.six.betanews.com/screenshots/1076948037-1.png)
PSPad is a universal freeware editor. There is no complex install process; the program is ready to work immediately, without requiring customization. It supports many file types and languages, with syntax highlighting. There are macros, clip files and templates to automate repetitive activities. An integrated HEX Editor, Project support, FTP Client, Macro Recorder, File Search/Replace, Code Explorer, code page conversion, are just some of the many possibilities that PSPad can offer you.

Freeware

Changelog

    News:

    Modified lines indication
    Copy formated text - new function in the Edit menu or editor context menu allows you copy highlighted text into richtext format editor, e.g. Word

    Fixes:

    Windows shell script highlighter
    Parameter /F doesn't start from the begin but from cursor position
    Restore files doesn't restore last active file tab
    Other fixes reported by users

[close]

http://www.pspad.com/
Titel: Vim 8.2.3856
Beitrag von: SiLæncer am 20 Dezember, 2021, 09:10
Changes:>>

8.2.3856: Vim9: not enough tests

http://www.vim.org/index.php
Titel: PilotEdit Lite 15.9.0
Beitrag von: SiLæncer am 20 Dezember, 2021, 10:20
(http://www.pilotedit.com/images/OpenInQuickMode.PNG)
PilotEdit is a text, hex, XML, C/C++, HTML, PHP, Java, Javascript and Perl editor that can edit large files of 400GB (40 billion lines).

It offers customizable syntax and keyword highlighting, advanced search and replace operations, automatic text encoding, 256-bit AES encryption/decryption and a built-in FTP/SFTP client lets you open, edit, download and upload large files directly to/from a FTP/SFTP server.

In addition to standard text editing features, PilotEdit can compare and merge two large files of 100GB (10 billion lines). You can also sort, find/remove duplicate lines and extract strings over a large file of 1GB.

Freeware

Whats new:>>

Provides the ability to disable autocomplete

http://www.pilotedit.com/
Titel: RocketCake 4.3
Beitrag von: SiLæncer am 20 Dezember, 2021, 17:52
(https://s26.postimg.cc/845jbp2c9/screenshot_542.png)
RocketCake is a free web editor for creating responsive websites for beginners and professional web developers. No programming needed.

Freeware

Release Notes

Changes:

    Overall improved code generation everywhere
    Added support for iPhone 13 Pro
    Added support for 'tel:' and 'sms:' hyperlinks
    Property window now is more compact when using scaled resolutions in windows
    Recent file list now updates priority also when choosen from menu
    Improved HTML code generated for large responsive images layed out directly in the document
    New web links now use "https://" as default instead of the outdated "http://"
    Fixed a bug causing the editor to start up in a too large window on scaled resolutions without highDPI
    About dialog now looks nicer on non-high-DPI screens
    Various smaller improvements and bug fixes
    Fixed a bug causing mobile menus not to appear sometimes when used together with a master page in certain circumstances

[close]

http://www.ambiera.com/rocketcake/index.html
Titel: RJ TextEd 15.30
Beitrag von: SiLæncer am 20 Dezember, 2021, 20:30
(https://s26.postimg.cc/775l9vjeh/screenshot_593.png)
RJ TextEd - A Unicode source and text editor. RJ TextEd is a full featured text and source editor with Unicode support, syntax highlighting and code folding. The functionality extends beyond text files and includes support for HTML editing with integrated preview, spell checking, auto completion, HTML validation, templates and more. The program also include support for Topstyle Lite CSS editor, has a dual pane file commander, as well as a FTP client to upload your files. The editor uses language files to display menus and dialogs in different languages. There are several included languages. New language files can easily be created in the editor. RJ TextEd is also a simple web development tool. The editor can use auto completion and hints to assist you in editing your source code. You can preview HTML/ASP/PHP... code using one of the preview tabs or open a document in a browser. The editor does not only handle source code. It also handles true ASCII files, binary files and of course plain text files.

License: Freeware

Changelog

    Run external script:

    It is now possible to run an external script from a local script using e.g. NodeJS. It should be possible to run any type of script, including JScript, VBScript, PHP, Python.
    The function "RunScript" has been added to the ScriptUtils object.
    RunScript(sCommand, sScript, sInputText: String): String;

    Visual changes:

    Made visual changes to all dialog windows throughout the application. In some dialogs more than others. The goal was to give them a more modern look and feel.
    There are some minor changes in other places as well.

    Advanced sort:

    Made it possible to save the current sort options using a name.

    Regular expressions:

    Error messages should be displayed with all search operations if an error occur. The "Abort" button in the search progress dialog should work as expected now (only displayed if the search takes some time to complete).

    Options:

    Made it possible to close or open all panels in options with two buttons located at the search field.

    Fixed:

    Session issue with document views.
    Open template file.
    Some issues when creating new document.
    Rare open file issue.
    Convert HTML to text.
    Offline - Beautify HTML (Tidy).
    Wordwrap issues.
    List text clip folder using keyboard shortcut.
    Fixed a few issues in the text clips panel.
    TclTk Code Explorer issue.
    Other minor issues found and reported by email.

[close]

http://www.rj-texted.se/
Titel: Vim 8.2.3868
Beitrag von: SiLæncer am 22 Dezember, 2021, 08:10
Changes:>>

    Vim9: function test fails
    Implementation of some list functions too complicated
    Vim9: type checking global variables is inconsistent
    Vim9: compiler complains about using "try" as a struct member
    Cannot disable requesting key codes from xterm
    Various build flags accidentally enabled
    Crash on exit with EXITFREE and using win_execute()
    List of distributed files is outdated
    Vim9: codecov struggles with the file size
    Vim9: some code lines not tested
    Vim9: not enough tests
    Vim9: inconsistent error for using function()

http://www.vim.org/index.php
Titel: Vim 8.2.3877
Beitrag von: SiLæncer am 23 Dezember, 2021, 09:10
Changes:>>

Function does not abort after a type error in compare

http://www.vim.org/index.php
Titel: EmEditor Professional 21.4.0
Beitrag von: SiLæncer am 23 Dezember, 2021, 10:10
(https://1z9j8fz5fww49iaje1itey71-wpengine.netdna-ssl.com/wp-content/uploads/2013/09/EmEditorFree_Window.png)
EmEditor is a lightning-fast, tabbed text editor with themes, syntax highlighting, stay-on-top, and customizable keyboard mapping. The program supports batch find-and-replace, regular expressions, and more.

Release Notes

    Since EmEditor Free supported very large files in the previous version, it was pleasant to see that more people have used EmEditor Free. However, since EmEditor Free showed the Upgrade Information notification as a balloon tip on the right bottom corner, a user asked me if it was possible to hide this balloon tip. Thus, v21.4 allows you to hide any notifications or balloon tips on EmEditor Free. Another new feature for EmEditor Free is Automatic Updates, which allows you to update EmEditor to the latest version with a single click or have it apply new updates automatically on exit. Because of these new features, the Customize dialog box now includes the Notifications and Update pages in EmEditor Free (previously, only the Language page existed in EmEditor Free).
    The main feature of EmEditor Professional v21.4 is a set of new data-analysis commands—Transpose, Pivot Table, and Unpivot—used for CSV documents. Last month, a customer asked me if I could add these commands. I was not familiar with these commands when I was first asked, but I thought they would become so powerful in analyzing big data that I wanted to implement them as soon as possible. The Transpose command simply switches the rows and columns of a CSV document. The Pivot Table finds all distinct values for a specified column, and for each distinct value, the command counts the occurrences or calculates the total values in another specified column. The Unpivot command is the reverse of the Pivot Table command. When I developed these commands, I wanted to make sure they are simple enough to use even if users aren’t familiar with them. For instance, I placed each option of the Pivot Table dialog box visually as the actual location of a pivot table. These commands can be recorded to a macro, which you can reuse later for repeated use. I also wanted to make sure they run as fast as possible, so I’ve spent much of my time optimizing the code for speed. Moreover, I added new options to the Combine Columns dialog box, and spent much time to improve the speed of the Combine Columns, Split Column(s), and Encode/Decode Selection commands while columns are selected in the CSV mode. Therefore, EmEditor Professional v21.4 allows you to analyze big data more quickly while you deal with CSV files.
    We added these toolbar buttons for Transpose, Pivot Table and Unpivot commands but the existing CSV/Sort toolbar became too big. Thus, v21.4 separates the CSV/Sort toolbar into the CSV toolbar and Sort toolbar. Some people might think that the new Sort toolbar also contains CSV-related buttons, so why not call it “CSV/Sort”? Well, I just wanted to make the title short, but you can customize toolbar titles as well as buttons in the Toolbars dialog box.
    As I wrote in my previous message, we refreshed the dialog box fonts for Japanese, Korean, and other languages, but this was met with some negative feedback. Therefore, I made the font face names customizable as well as the size in the Window page of the Customize dialog box.
    A customer reported that the Uppercase/Lowercase commands do not convert some letters correctly. For instance, in Turkish, the uppercase of i is ? (U+0130, LATIN CAPITAL LETTER I WITH DOT ABOVE), and the lowercase of I is ? (U+0131, LATIN SMALL LETTER DOTLESS I). All the previous versions of Uppercase/Lowercase commands were using locale-independent conversions. v21.4 added the Locale-dependent Uppercase/Lowercase option to the Edit page of the Customize dialog box, which you can use for locale-dependent conversions. The locale is customizable in the Sort page of the Customize dialog box. The locale-dependent conversions require more time to process, and the option does not apply to other features including searches and replaces.
    Some customers reported that macros do not finish correctly when a message box appears, for instance, by the alert method. I couldn’t reproduce the issue, but the issue appears on customers’ computers when macros run asynchronously. Thus, I added the Run macros asynchronously by default option to the Options page of the Customize Macros dialog box, and turning this option off will fix this issue.

    This release also includes the following bug/issue fix:

    Fixed a pre-v20.3 issue where the Combine Lines command might not have worked correctly when the Remove empty strings option is set.
    Fixed an issue with certain fonts while using DirectWrite.
    Fixed an issue where the “Error: Update installation failed” message might have appeared even though the installation was successful.
    Fixed customer-reported issues.

[close]

https://www.emeditor.com
Titel: CudaText 1.152.1.0
Beitrag von: SiLæncer am 23 Dezember, 2021, 18:30
(https://s26.postimg.cc/k6wu8qcrt/screenshot_901.png)
Create programming scripts with this powerful tool that supports more than 130 languages and allows users to work concurrently on as many as six groups of projects.

Freeware

Changelog

    Fix: sometimes after drag-drop of text inside single file, syntax highlight was broken
    Fix: sometimes after installing of a lexer, ui-tabs got none-lexer (thanks @hiiamboris)
    Fix: commands "carets extend: ..." did not respect option "caret_proximity_vert" (thanks @hiiamboris)
    Fix: plugin Comments: bug with selection, which is _backward_ and until start-of-line (thanks @hiiamboris)

[close]

https://cudatext.github.io/
Titel: Trilium Notes 0.48.9
Beitrag von: SiLæncer am 23 Dezember, 2021, 20:20
(https://i.postimg.cc/2yDgvbpj/screenshot-2595.png)
A hierarchical note-taking software application with focus on building large personal knowledge bases while also providing a flurry of options.

License: AGPL

Changelog

    Importing of cloned notes should not depend on ZIP listing order, fixes #2440
    Fix setting exported file extension when truncated
    Add default JPG quality if value not in range
    Use lazy title loading in bookmarks buttons to have decrypted title upon protected session start, #2393
    Fixed bug in search where note with inherited attribute is not matched when the owning note is not matched, #2457
    Focus "jump to note" in new tab when there are no workspaces, #2455
    Make sure that the info about periodically erased entities is sent to the frontend
    Added consistency check to reconcile erased status between entity_changes and data

[close]

https://github.com/zadam/trilium
Titel: Jovial Markdown 0.1.0 Beta
Beitrag von: SiLæncer am 23 Dezember, 2021, 21:20
(https://i.postimg.cc/j2WRymwc/screenshot-1482.png)
This Markdown editor provides a convenient way for users to enhance their text with easy-to-use functions, helping them get the best out of Markdown.

Freeware

Release Notes: >>

This is a first release of Jovial Markdown, a lightweight an efficient Markdown editor.
This version is a beta release, and is meant for trying out and not for official documents.
This verison is a usable Markdown editor, but expect the presence of bugs.
The first final 1.0 release is planned for January 2022.

https://sourceforge.net/projects/jovialmarkdown/
Titel: Znote 1.1.9
Beitrag von: SiLæncer am 23 Dezember, 2021, 22:10
(https://i.postimg.cc/qvfVnLWd/screenshot-2617.png)
Znote is a free, elegant program meant to help you write beautifully organized Markdown documents. You can organize your texts, notes, and files even better, using the simplistic left-side widget organizer for smoothly navigating different files.

Freeware

Changelog

    The application has been completely revised to be more robust and easy to use:

    New Markdown shortcuts and completion
    New Right context menu with commands to transform selected text
    Add Convert action from CSV to Markdown table and vice versa
    HTML export
    A new horizontal layout for the preview
    A more performant search box
    It's now possible to make Internal link to navigate between notes
    Apple m1 build
    New delete button directly in note list for all items
    And so many things...

[close]

https://znote.lagrede.fr/
Titel: Vim 8.2.3878
Beitrag von: SiLæncer am 24 Dezember, 2021, 08:40
(https://s26.postimg.cc/xww5nc4zt/screenshot_1282.png)
A highly configurable text editor built to enable efficient text editing - an improved version of the vi editor distributed with most UNIX systems.

Freeware

Changes:>>

Vim9: debugger tries to read more lines than there are

http://www.vim.org/index.php
Titel: Vim 8.2.3890
Beitrag von: SiLæncer am 25 Dezember, 2021, 11:40
Changes:>>

8.2.3890: Vim9: type check for using v: variables is basic

http://www.vim.org/index.php
Titel: Trilium Notes 0.49.1 Beta
Beitrag von: SiLæncer am 25 Dezember, 2021, 18:20
(https://i.postimg.cc/2yDgvbpj/screenshot-2595.png)
A hierarchical note-taking software application with focus on building large personal knowledge bases while also providing a flurry of options.

License: AGPL

Changelog

This is a beta release and can contain serious bugs. Use for evaluation only.

    it's now possible to share (read-only) notes publicly. See wiki
    upgraded to electron 16 and node.js 16
    support for "minimize to tray"
    check for new releases (check only, no auto update)
    number of backlinks to the current note are shown in the note detail

[close]

https://github.com/zadam/trilium
Titel: RisohEditor 5.6.6
Beitrag von: SiLæncer am 25 Dezember, 2021, 18:50
(https://i.postimg.cc/8P4z4Swt/screenshot-799.png)
"RisohEditor" is a free resource editor for Win32 development, created by Katayama Hirofumi MZ. RisohEditor realized the ideal of resource editor. "Risoh" means "ideal" in Japanese. RisohEditor can add, edit, extract, clone and remove the resource data in EXE/DLL files. You can edit Windows resources (Dialogs, Menus, Icons, Cursors, String Tables, Message Tables etc.) by using RisohEditor.

NOTICE: Please avoid installing in "C:\Program Files" or "C:\Program Files (x86)". Because the resource compiler (windres) doesn't accept space character in the file path.

Freeware

Changelog

    Double-clicking the RAD window opens the control/dialog properties.
    Improved ANI cursor support.

[close]

https://katahiromz.web.fc2.com/re/en/index.html#intro
Titel: VNote 3.11.0
Beitrag von: SiLæncer am 25 Dezember, 2021, 19:30
(https://s26.postimg.cc/871od8huh/screenshot_1147.png)
Peculiar yet interesting, open source piece of software that sports both Markdown editing capabilities and note management features.

MIT License

Changelog

    Fix crash caused by Youdao Dict
    Settings: support searching (@feloxx)
    MainWindow: decide DPI on the screen vnote starts
    MathJax: support equation begin
    Export: fix table-of-contents translations of wkhtml2pdf
    CI: cache Qt (@BeyondXinXin)

[close]

https://github.com/tamlok/vnote
Titel: ghostwriter 2.1.0
Beitrag von: SiLæncer am 25 Dezember, 2021, 20:10
(https://s26.postimg.cc/ggug7e4nt/screenshot_965.png)
Write, edit and preview your texts using Markdown with the help of this all-encompassing and user-friendly Markdown editor.

License : GPLv3

Changelog

    Untitled documents are now autosaved to a draft folder when autosave is enabled.
    Added preferences button to open the draft folder location where untitled documents are autosaved.
    Added check box option to load last opened file on startup. If left unchecked, a new file will be opened on startup
    Added ability to word count indicator in status bar to display a different statistic. (The indicator is now a combo box.)
    Updated Brazilian Portuguese translation.

[close]

http://wereturtle.github.io/ghostwriter/
Titel: Zettlr 2.1.0
Beitrag von: SiLæncer am 25 Dezember, 2021, 21:20
(https://s26.postimg.cc/vfll9p4mh/screenshot_956.png)
Write text and conveniently edit it using Markdown with the help of this user-friendly and well-thought-out, Electron based application.

MIT License

Release Notes

    GUI and Functionality:

    New Feature: Implemented "forward" and "back" actions, which are
    especially useful for people managing a Zettelkasten and frequently follow
    links: Now you can go back and forth between opened files (shortcuts:
    Cmd/Ctrl+[ and Cmd/Ctrl+]) so you can more quickly navigate your files
    Fixed an error in the link filtering process that would throw an error when
    you attempted to remove internal links completely upon export
    Fixed Cmd/Ctrl-Click-behavior on footnotes
    Dragging and dropping files (both from the desktop and the sidebar) now always inserts relative paths
    More reactive updating of the related files section
    Improvements during insertion of snippets
    The footnote editor now has a consistent background color in dark mode
    You can now open linked files from within the preview tooltips
    Removed the shortcut to rename directories since that was rarely used and
    could confuse users since it was not obvious where the directory is in the file manager
    Moved the file renaming process via shortcut to the document tabs since it's
    much more visible there
    Fix a very rare bug in which selections inside headings would look off
    Fixed an error that would fail the print preview if you had images with
    relative paths in your document
    Internal links to files that contain a period should work now (except what
    follows exactly matches an allowed Markdown file extension)
    Scrollbars on Windows and Linux should now switch colors according to the app's dark mode setting
    Zettlr doesn't detect links to other headings in the form of [link](#target) as tags anymore
    Reinstated the ability to use pure number tags or hexadecimal numbers as tags
    Using the shortcut Ctrl-Shift-V to paste something as plain text will no
    longer paste it twice on Windows and Linux
    Zettlr can now be started minimized (in the tray/notification area) by passing
    the CLI flag --launch-minimized, which means the main window will not be shown after launching the app
    On single-file export, unsaved changes are now also exported
    MagicQuotes can now surround selections
    File duplication will now make sure to always create new files instead of overwriting existing ones
    Attempt to scroll back to the correct position after applying remote changes
    Adapt styles on Windows
    You can now specify a TeX template and an HTML template for projects
    Fix double titlebars on Windows and Linux when displaying modals
    Following internal links now also works for systems in which the ID is part of the file name
    Updated the display name in the Add/Remove Programs entry for Windows
    Task list items in the editor are now correctly spaced again
    Fixed a bug that would render it impossible to open images and files with non-
    ASCII characters within their path
    You can now copy the underlying equation code for LaTeX equations

    Under the Hood:

    Added a further check to the filter copying. Since the filters that ship with
    Zettlr are bound to the inner workings of the app, we should always overwrite
    them if applicable (to ensure they are updated with the app), unlike the
    defaults which people should be able to modify without us messing with them
    Sanitized and standardized all Vue component names and app entry points
    Fix a whole bunch of linter warnings
    Remove the custom event system ($on, $off, and $once) in preparation for Vue 3
    Switched to Vue 3 (incl. Vuex 4, vue-loader 16, vue-virtual-scroller 2)
    The state is now being instantiated using a function which adds reactivity
    The modified documents are now updated in such a way that attached watchers are notified
    The snippet insertion process is now much more precise and allows snippets to
    be inserted at any point within non-empty lines without any quirks
    Update Pandoc to 2.16.2
    The VS Code debugger now uses the test-gui configuration and not the regular
    (potentially critical) main configuration; NOTE that this means you must run
    the test-gui command first to generate that data-dir in the first place
    before starting the debugger
    Cleaned up the handler for rendering task-list items
    Switched the windows update, tag-manager, stats, quicklook, project-properties,
    print, paste-image, log-viewer, error, assets, preferences, and about toTypeScript
    extractYamlFrontmatter does not require the linefeed anymore
    Remove the openFile method from the main Zettlr object. Use
    getDocumentManager().openFile instead to open a file
    Add an automatic updater for CITATION.cff
    Zettlr now extracts outlinks from a file and adds them to descriptors
    Added @common as a shorthand alias for importing files within the common-directory
    The file autocompletion database now uses the full paths to index files

[close]

Download: https://github.com/Zettlr/Zettlr/releases

https://www.zettlr.com/
Titel: ghostwriter 2.1.1
Beitrag von: SiLæncer am 26 Dezember, 2021, 11:20
Whats new:>>

    Fixed:

    Untitled documents are no longer created upon opening or closing a new, empty document.
    Updated Chinese translation.
    Fix compilation issue with Ubuntu 18.04.

http://wereturtle.github.io/ghostwriter/
Titel: QOwnNotes 21.12.6
Beitrag von: SiLæncer am 26 Dezember, 2021, 18:00
(https://s26.postimg.cc/hoi1ahlcp/screenshot_978.png)
QOwnNotes is a text editor / notepad replacement with markdown support and todo list manager. The program supports themes, keyboard shortcuts, syntax highlighting, and encryption. Includes available nested file list, tags, search, and more. Optionally works with the notes application ownCloud or Nextcloud.

Cross-platform with clients available for Mac and Linux.

License: GPL

Whats new:>>

the builds for Qt < 5.15 were fixed (for #2329 (https://github.com/pbek/QOwnNotes/issues/2329))

https://www.qownnotes.org/
Titel: Vim 8.2.3908
Beitrag von: SiLæncer am 27 Dezember, 2021, 09:20
Changes:>>

8.2.3908: cannot use a script-local function for 'foldtext'

http://www.vim.org/index.php
Titel: Typora 1.0
Beitrag von: SiLæncer am 27 Dezember, 2021, 21:40
(https://i.postimg.cc/25xV0Fq1/Virtual-DVD.png)
Swiftly write, edit, format and convert text to HTML with the help of this modern looking, streamlined and novice-accessible piece of software.

Freeware

Changelog
   

    New Builds:

    Now ARM build for Windows / Linux is supported.

    Math:

    After we upgrade to MathJax 3.x, there are some breaking changes from MathJax.

    Typora now provide two options to control the behavior:

    Added option to auto apply displaylines environment in math to support line break using .
    Add option to allow physics package to redefined div macro in math.

    Improvement / Fix:

    Add welcome panel for new users.
    Reduce laggy when using IME.
    Add basic syntax highlight for htaccess and js syntax highlight now support some new features (like private field) from ECMAScript 6.
    Add warnings when user try to edit file from backup location. (Windows / Linux)
    Fix bug that new file in tile tree may result to duplicate files.
    Fix bug that Line break should be rendered as whitespace when ignore line break is enabled.

[close]

https://www.typora.io/
Titel: QOwnNotes 21.12.7
Beitrag von: SiLæncer am 28 Dezember, 2021, 12:00
Whats new:>>

    an issue with creating new Nextcloud connections was fixed (for #2329)
    an attempt was made to debug/fix the application not starting automatically after an update on macOS Big Sur (for #2339)
    added more translation (thank you noureddin, mguerra, marcoxbresciani, skosho, marterra, rakekniven)

https://www.qownnotes.org/
Titel: CudaText 1.152.5.0
Beitrag von: SiLæncer am 28 Dezember, 2021, 20:51
(https://s26.postimg.cc/k6wu8qcrt/screenshot_901.png)
Create programming scripts with this powerful tool that supports more than 130 languages and allows users to work concurrently on as many as six groups of projects.

Freeware

Changelog

+ add: picture viewer supports WEBP/TGA/PSD/CUR, if option "picture_types" allows it
+ add: HTML auto-completion: support filenames with spaces
+ add: HTML auto-completion: support picture filetypes WEBP, AVIF (thanks @WebMechanic)
+ add: HTML auto-completion: support filename completion in <SOURCE SRCSET=""> (thanks @WebMechanic)
+ add: Project Manager: use macro {ProjDir} when storing relative filenames to project file (thanks @cser)
+ add: lexer Assembly: update opcodes list
* change: Unicode math chars U+2200...U+22FF now have the auto-detection widths, with "unicode_proportional":true (thanks @cser)

[close]

https://cudatext.github.io/
Titel: Jovial Markdown 0.2.0 Beta
Beitrag von: SiLæncer am 28 Dezember, 2021, 21:45
(https://i.postimg.cc/j2WRymwc/screenshot-1482.png)
This Markdown editor provides a convenient way for users to enhance their text with easy-to-use functions, helping them get the best out of Markdown.

Freeware

Changelog

    New hotkeys added for New File, Open File and View in Browser.

    Favourites function is now working:

    (Tip: Right click on a favourited item to delete it from the list)

    Recents function is now working:

    (Tip: Right click on a "recent" item to delete it from the list)

    A new "Hot Keys" menu is added under the Settings main menu:

    (Tip: Right click on the Hot Keys menu item to show the hotkeys.txt in Windows Explorer,
    and it can be edited to change to your preferred keyboard keys)

    New Template files are added under the Templates menu:

    (Tip: Right click on any of the template file menu item to show the file in Windows Explorer, and it can be edited or deleted.
    New template files can also be added manually under the Template folder.)

[close]

https://sourceforge.net/projects/jovialmarkdown/
Titel: Vim 8.2.3930
Beitrag von: SiLæncer am 29 Dezember, 2021, 09:10
(https://s26.postimg.cc/xww5nc4zt/screenshot_1282.png)
A highly configurable text editor built to enable efficient text editing - an improved version of the vi editor distributed with most UNIX systems.

Freeware

Changes:>>

getcmdline() argument has a misleading type

http://www.vim.org/index.php
Titel: QOwnNotes 21.12.8
Beitrag von: SiLæncer am 29 Dezember, 2021, 18:00
(https://s26.postimg.cc/hoi1ahlcp/screenshot_978.png)
QOwnNotes is a text editor / notepad replacement with markdown support and todo list manager. The program supports themes, keyboard shortcuts, syntax highlighting, and encryption. Includes available nested file list, tags, search, and more. Optionally works with the notes application ownCloud or Nextcloud.

Cross-platform with clients available for Mac and Linux.

License: GPL

Whats new:>>

    pressing Ctrl + Space or Ctrl + Click on reference links in the note text edit will now open the referenced URL in the default browser (for #2341)
    added more Arabic translation (thank you noureddin)

https://www.qownnotes.org/
Titel: Vim 8.2.3941
Beitrag von: SiLæncer am 30 Dezember, 2021, 08:10
Changes:>>

    SIGTSTP is not handled
    Match highlight disappears when doing incsearch for ":s/pat"
    8MS-Windows: fnamemodify('', ':p') does not work
    Line comment start is also found in a string
    Insert mode completion function is too long
    No proper test for maintaining change mark in diff mode
    CTRL-U in Insert mode does not fix the indent
    Repeating line comment is undesired for "O" command
    After ":cd" fails ":cd -" is incorrect
    C line comment not formatted properly
    Coverity reports a memory leak

http://www.vim.org/index.php
Titel: RJ TextEd 15.31
Beitrag von: SiLæncer am 30 Dezember, 2021, 09:50
(https://s26.postimg.cc/775l9vjeh/screenshot_593.png)
RJ TextEd - A Unicode source and text editor. RJ TextEd is a full featured text and source editor with Unicode support, syntax highlighting and code folding. The functionality extends beyond text files and includes support for HTML editing with integrated preview, spell checking, auto completion, HTML validation, templates and more. The program also include support for Topstyle Lite CSS editor, has a dual pane file commander, as well as a FTP client to upload your files. The editor uses language files to display menus and dialogs in different languages. There are several included languages. New language files can easily be created in the editor. RJ TextEd is also a simple web development tool. The editor can use auto completion and hints to assist you in editing your source code. You can preview HTML/ASP/PHP... code using one of the preview tabs or open a document in a browser. The editor does not only handle source code. It also handles true ASCII files, binary files and of course plain text files.

License: Freeware

Changelog

    New themes:

    Added two new Windows 11 style themes. A light and a dark one with rounded corners.

    Visual changes:

    Made visual changes to all dialog windows.

    Fixed:

    F3 in dual view when searching all open files.
    Installer should close the application before proceeding.
    Hex number search issue.

[close]

http://www.rj-texted.se/
Titel: PanWriter 0.8.2
Beitrag von: SiLæncer am 30 Dezember, 2021, 19:20
(https://i.postimg.cc/fLjLfXy8/screenshot-2610.png)
A distraction-free markdown editor with tight integration with pandoc for import/export to/from plenty of file formats, as well as a preview pane that can show pages.

License: GPLv3

https://github.com/mb21/panwriter
Titel: Vim 8.2.3951
Beitrag von: SiLæncer am 31 Dezember, 2021, 09:40
Changes:>>

    Vim9: memory leak when text after a nested function
    Going beyond the end of the line with /%V
    Using freed memory with /%V
    Vim9: failure with partial with unknown argument count
    Unnecessary check for NULL pointer
    When an internal error makes Vim exit the error is not seen
    Vim9: partial variable argument types are wrong
    Insert mode completion functions are too long
    Compiler warning from gcc for uninitialized variable
    Coverity reports a possible memory leak

http://www.vim.org/index.php
Titel: Notepad++ v8.2
Beitrag von: SiLæncer am 01 Januar, 2022, 10:30
(https://i.postimg.cc/90QrsKpv/screenshot-818.png)
Notepad++ is a tabbed source code editor and Notepad replacement with a customizable interface. It is one of the few few source code editors that supports "folding," allowing users to quickly reduce and expand sections of code to see the overall document. In addition, it features multi-language syntax highlighting, auto-completion, regular expression search/replace, macro recording and playback, etc. The program can access a long list of plug-ins via an easy-to-access menu with even more features and functions.

License: GPL

Changelog


    Add exclude folder(s) capacity in Find in Files (mouse hover on “Filters” label for getting the example on tool-tip). (Fix #2433, #8350)
    Fix UTF-8 detected wrongly as TIS-620 encoding issue. (Fix #10916, #940, #8755, #3588, #3188, #4932, #3172, #10492)
    Add auto save loaded session on exit feature (while “Open session in a new instance” is set in Multi-instance settings). (Fix #1646, #3241, #3574, #4228)
    A comprehensive fix for dockable panels losing background color when switching back Notepad++. (Fix #2202, #2937, #5980, #8980, #9905, #10091)
    Fix memory leak while toggling between Dark/Lite Mode. (Fix #10957)
    Fix caret left-right inverse moving in RTL mode issue. (Fix #8553, #7678, #9730)
    Fix Document List icons unchanged issue after switching to dark mode or changing to alternative icons. (Fix #10740)
    Fix incorrect folding behaviour in C, C++, Java, JavaScript, TypeScript and Objective-C. (Fix #4560)
    Update boost regexp from v1.76 to v1.78. (Implement #10912)
    “Rename tab” name field enlargement (from 20 to 63 char!). (Fix #10961, #9849)
    Apply “crontab” file to the syntax highlighting of bash. (Fix #3377)

[close]

DL -> https://github.com/notepad-plus-plus/notepad-plus-plus/releases

https://notepad-plus-plus.org/
Titel: QOwnNotes 22.1.0
Beitrag von: SiLæncer am 01 Januar, 2022, 11:30
Whats new:>>

    another attempt was made to debug/fix the application not starting automatically after an update on macOS Big Sur (for #2339)
    QLiteHtml was integrated experimentally to be enabled with flags at compile time (for #2345, thank you @Waqar144)
    an attempt was made to work around an AppImage update executable permissions issue by setting the permissions a 2nd time after the renaming of the AppImage file (for #2342)
    added more Arabic, Persian, French translation (thank you noureddin, amirkbrpr, chocolatine)

https://www.qownnotes.org/
Titel: BirdFont 4.23.0
Beitrag von: SiLæncer am 01 Januar, 2022, 20:15
(https://s26.postimg.cc/rd1s4grdl/screenshot_137.png)
BirdFont is a free font editor that lets you create vector graphics and export TTF, EOT & SVG fonts.

Donationware

Whats new:>>

    A better way to browse the Unicode database.
    Many bug fixes.
    I wrote the first line of code in Birdfont on Jan 1 2012. Birdfont turns ten today. I celebrate the day by releasing version 4.23. Many thanks to all of you that bought and used the product!

https://birdfont.org/
Titel: Text Editor Pro 19.0.0
Beitrag von: SiLæncer am 01 Januar, 2022, 20:30
(https://s26.postimg.cc/hfdkhoj9l/screenshot_896.png)
Text Editor Pro (formerly EditBone) is a powerful text editing tool that comes with syntax highlighting support for over 50 languages and scripts, customizable with over 100 options, 29 ready made styles, a handy file comparison feature, unicode character map, numerical unit convert tool, SQL formatter, and support for multiple directories and search results.

Freeware

Changelog

    Added options for editor spell check
    Added show application name title bar option (default true)
    Added show control characters option for editor (default true)
    Added show zero width space characters option for editor (default false)
    Fixed editor colors options
    Fixed editor control
    Fixed file closing
    Fixed language change
    Fixed language files
    Fixed Perl highlighter
    Refactored drop files
    Updated and fixed AlphaControls v16.21 - http://www.alphaskins.com/

[close]

https://texteditor.pro/
Titel: Vim 8.2.3977
Beitrag von: SiLæncer am 02 Januar, 2022, 09:10
Changes:>>

8.2.3977: error messages are spread out

http://www.vim.org/index.php
Titel: KeenWrite 2.4.0
Beitrag von: SiLæncer am 02 Januar, 2022, 10:50
(https://i.postimg.cc/3w8rCcRs/screenshot-2904.png)
Java-based text editor that comes with numerous features, such as live preview, formulas, Markdown support and string interpolation.

BSD License

Changelog

    User-defined metadata preferences
    Upgrade JDK 17.0.1
    Upgrade libraries (GreenRobot EventBus 3.3.1, Jackson 2.13.1)
    Replace Apache Commons Configuration2 with lightweight custom XmlStore for persisting user preferences
    Update startup script to use R syntax for variables (e.g., v$application$r$working$directory)
    Note: This is a breaking change, if you have customized the startup script, you must change the variable references.
    Prevent users from opening directories into the editor
    Performance improvements for rendering R Markdown documents
    Load YAML files before Markdown files to reduce errors when previewing after startup
    Documentation updates for R working directory and document metadata

[close]

https://github.com/DaveJarvis/keenwrite
Titel: QOwnNotes 22.1.1
Beitrag von: SiLæncer am 02 Januar, 2022, 11:30
Whats new:>>

    the tag tree and note subfolder tree resizing was improved (for #2350, thank you @Waqar144)
    more QLiteHtml feature integration was done (for #2349, thank you @Waqar144)
    an issue with scripts getting Markdown code, that was already modified too much by code block highlighting was fixed (for #2343)
    added more translation (thank you noureddin, amirkbrpr, marterra, hansa2662)

https://www.qownnotes.org/
Titel: QOwnNotes 22.1.2
Beitrag von: SiLæncer am 02 Januar, 2022, 21:00
Whats new:>>

    an issue with rendering "bold" really bold in the note edit panel when the default font is monospaced was fixed (for #2339)
    more QLiteHtml feature integration was done (for #2352, thank you @Waqar144)
    added more German, Brazilian Portuguese, Polish translation (thank you rakekniven, marterra, hansa2662)

https://www.qownnotes.org/
Titel: MyText 1.5.1
Beitrag von: SiLæncer am 02 Januar, 2022, 22:10
(https://i.postimg.cc/6pZzJnsG/screenshot-712.png)
Enjoy the raw simplicity of a run-of-the-mill Notepad alternative that does not require installation and comes with support for text encryption.

Freeware

Whats new:>>

    Edit: Find previous (Shift + F3).
    File associations: .py, .md added.
    Email address to contact us updated: filefriend@aliyun.com is the new email address to contact us.

http://www.filefriend.net/#MyText
Titel: Vim 8.2.3988
Beitrag von: SiLæncer am 03 Januar, 2022, 09:10
(https://s26.postimg.cc/xww5nc4zt/screenshot_1282.png)
A highly configurable text editor built to enable efficient text editing - an improved version of the vi editor distributed with most UNIX systems.

Freeware

Changelog


    Tiny build fails
    Error messages are spread out
    Error messages are spread out
    Error messages are spread out
    Debugger test fails
    Error messages are spread out
    Some lines of code not covered by tests
    Vim9: debugging a for loop doesn't stop before it starts
    If 'operatorfunc' invokes an operator Visual mode is changed
    Vim9: the feature is not mentioned in the right places
    Build error when using dynamycally loaded Python 3

[close]

http://www.vim.org/index.php
Titel: PilotEdit Lite 16.0.0
Beitrag von: SiLæncer am 03 Januar, 2022, 20:10
(http://www.pilotedit.com/images/OpenInQuickMode.PNG)
PilotEdit is a text, hex, XML, C/C++, HTML, PHP, Java, Javascript and Perl editor that can edit large files of 400GB (40 billion lines).

It offers customizable syntax and keyword highlighting, advanced search and replace operations, automatic text encoding, 256-bit AES encryption/decryption and a built-in FTP/SFTP client lets you open, edit, download and upload large files directly to/from a FTP/SFTP server.

In addition to standard text editing features, PilotEdit can compare and merge two large files of 100GB (10 billion lines). You can also sort, find/remove duplicate lines and extract strings over a large file of 1GB.

Freeware

Whats new:>>

PilotEdit 16.0.0 is a major release.

http://www.pilotedit.com/
Titel: Vim 8.2.3995
Beitrag von: SiLæncer am 04 Januar, 2022, 08:10
Changes:>>

    Not all sshconfig files are detected as such
    Vim9: extend() complains about type when it was not declared
    When recording a change in Select mode char appears twice
    Wrong local-additions in the help with language mix
    Vim9: error when extending dict<any>
    Testing wrong operator
    Some insert completion code is not tested

http://www.vim.org/index.php
Titel: QOwnNotes 22.1.3
Beitrag von: SiLæncer am 04 Januar, 2022, 22:00
(https://s26.postimg.cc/hoi1ahlcp/screenshot_978.png)
QOwnNotes is a text editor / notepad replacement with markdown support and todo list manager. The program supports themes, keyboard shortcuts, syntax highlighting, and encryption. Includes available nested file list, tags, search, and more. Optionally works with the notes application ownCloud or Nextcloud.

Cross-platform with clients available for Mac and Linux.

License: GPL

Whats new:>>

    Joplin sub-folders can now also be imported if the parent folder is missing (for #2361)
    some issue with Windows line breaks for frontmatter and comment detection have been fixed (for #2343)
    some performance improvements were made (for #2362, thank you @Waqar144)

https://www.qownnotes.org/
Titel: Vim 8.2.4005
Beitrag von: SiLæncer am 05 Januar, 2022, 09:10
Changes:>>

    Error messages are spread out
    Old compiler complains about struct init with variable
    Error messages are spread out
    First char typed in Select mode can be wrong
    Insert complete code uses global variables
    Coverity warns for checking for NULL pointer after using it
    Redundant check for NUL byte
    Asan error for adding zero to NULL
    Vim9: not enough testing for extend() and map()
    Vim9: type checking lacks information about declared type

http://www.vim.org/index.php
Titel: Zettlr 2.1.1
Beitrag von: SiLæncer am 05 Januar, 2022, 19:10
(https://s26.postimg.cc/vfll9p4mh/screenshot_956.png)
Write text and conveniently edit it using Markdown with the help of this user-friendly and well-thought-out, Electron based application.

MIT License

Release Notes

GUI and Functionality

    New Feature: Zettlr now accounts for backlinks to the currently active
    file, which means it now displays files which link to the current file in the
    sidebar
    New setting: You can now choose to hide the toolbar while in distraction-free
    mode
    Improved placement of the popup displayed by the Input Method Editor (IME) for
    writing non-alphabetic characters (e.g. Chinese, Japanese, or Korean)
    During drag&drop, you can now rest over a collapsed directory for longer than
    two seconds to have it automatically uncollapse -- this way you can reach
    deeper nested directories without having to stop the operation
    Clicking a search result in the global search sidebar will now highlight it
    in the sidebar
    The search now also starts when you press Enter while the restriction input is
    focused
    If you abort moving a file by dropping it onto its source directory, Zettlr
    will silently abort the move without nagging you about the fact that the
    target directory obviously already contains a file of the same name
    Renaming root-directories will now ensure the new path of the directory is
    persisted to the configuration
    Fix a rare error that would incapacitate the Math equation renderer
    Fixed an error that would sometimes prevent the autocomplete popup to close
    until the main window was closed and reopened (or the app is restarted)
    Fixed an error that would prevent a global search if no directory is selected
    Fixed a bug that disabled the table insertion toolbar button in the previous
    version
    Fixed an issue preventing updates of lists in the preferences
    Fixed an issue not displaying the currently selected theme in the preferences

Under the Hood

    Update to Electron 16
    Make sure to de-proxy the tag database before sending it to the MdEditor
    Remove the openDocuments array from the Vue component data
    Convert the MainEditor component to TypeScript
    Added a @providers alias for easy referencing of service providers

[close]

Download: https://github.com/Zettlr/Zettlr/releases

https://www.zettlr.com/
Titel: Vim 8.2.4014
Beitrag von: SiLæncer am 06 Januar, 2022, 08:10
Changes:>>

git and gitcommit file types not properly recognized

http://www.vim.org/index.php
Titel: Znote 1.2.0
Beitrag von: SiLæncer am 06 Januar, 2022, 16:40
(https://i.postimg.cc/qvfVnLWd/screenshot-2617.png)
Znote is a free, elegant program meant to help you write beautifully organized Markdown documents. You can organize your texts, notes, and files even better, using the simplistic left-side widget organizer for smoothly navigating different files.

Freeware

Changelog

    Improvements:

    New option to export database and export/import notes
    New sort option (sort by name or date updated)
    Mac and Windows versions are now signed!

[close]

https://znote.lagrede.fr/
Titel: QOwnNotes 22.1.4
Beitrag von: SiLæncer am 06 Januar, 2022, 17:30
Whats new:>>

    for notes with more than 200k characters the in-note search will now wait for 250ms before showing the search result, so users have time to enter more search characters (for #2335, thank you @fnkhz)
    some database warnings were fixed when running the application for the first time
    the data path detection was improved for AppImages in portable mode (for #2324)
    added more translation (thank you marterra, amirkbrpr, noureddin, rawfreeamy)

https://www.qownnotes.org/
Titel: KeenWrite 2.5.0
Beitrag von: SiLæncer am 06 Januar, 2022, 17:50
(https://i.postimg.cc/3w8rCcRs/screenshot-2904.png)
Java-based text editor that comes with numerous features, such as live preview, formulas, Markdown support and string interpolation.

BSD License

Changelog

    Add command-line arguments feature
    Fix file export issues (exporting an R Markdown document to either Markdown or XHTML was broken)
    Upgrade to JDK 17.0.1 release 12
    Remove background task execution (because it interferes with typical command-line usage)

[close]

https://github.com/DaveJarvis/keenwrite
Titel: Vim 8.2.4023
Beitrag von: SiLæncer am 07 Januar, 2022, 08:10
Changes:>>

    Using uninitialized variable
    Two error messages in the wrong file
    Missing part of the :import changes
    Debugger test fails
    Vim9: import mechanism is too complicated
    Ml_get error when win_execute redraws with Visual selection
    Gcc warns for misleading indent in Athena menu code
    Vim9: incorrect error for argument that is shadowing var
    Build failure with tiny features

http://www.vim.org/index.php
Titel: Trilium Notes 0.49.3
Beitrag von: SiLæncer am 07 Januar, 2022, 10:20
(https://i.postimg.cc/2yDgvbpj/screenshot-2595.png)
A hierarchical note-taking software application with focus on building large personal knowledge bases while also providing a flurry of options.

License: AGPL

Changelog

    It's now possible to share (read-only) notes publicly. See wiki
    Upgraded to electron 16 and node.js 16
    Support for "minimize to tray"
    Check for new releases (check only, no auto update)
    Number of backlinks to the current note are shown in the note detail

[close]

https://github.com/zadam/trilium
Titel: KeenWrite 2.5.1
Beitrag von: SiLæncer am 07 Januar, 2022, 19:20
Changelog


    Fix null pointer error when R directory/script is not specified as a command-line argument.
    Determine output format based solely on output file name extension.
        Note: Removed option to specify output format on command-line.
    Fixes for output export format detection (Markdown, HTML).
        Note: Only .html and .xhtml are valid HTML file name extensions, .htm is not recognized.
    New Monokai application skin (Edit > Preferences > Skins > Name > Monokai).
        Note: Thanks to mery6299 for the new look.

[close]

https://github.com/DaveJarvis/keenwrite
Titel: Vim 8.2.4036
Beitrag von: SiLæncer am 08 Januar, 2022, 09:40
Changes:>>

Vim9: script test file is getting too long

http://www.vim.org/index.php
Titel: CudaText 1.153.0
Beitrag von: SiLæncer am 08 Januar, 2022, 10:00
(https://s26.postimg.cc/k6wu8qcrt/screenshot_901.png)
Create programming scripts with this powerful tool that supports more than 130 languages and allows users to work concurrently on as many as six groups of projects.

Freeware

Changelog

Add: it's possible to hide folding gutter icon for small blocks, via new option "fold_icon_min_range"
Add: show descriptive error message in Console on loading broken lexer
Add: lexer CSS: add separate styling for '.id' and '#id' like in VSCode (thanks @andersaamodt)
Fix: regression in 1.152: auto-scrolling (mouse is dragged out of editor) didn't work
Fix: auto-completion didn't detect proper sub-lexer in fenced code-blocks
Fix: BackSpace hides the caret if after the line-end and "caret_blink_en":false (thanks @hiiamboris)
Fix: syntax highlight wasn't updated after 'duplicate line'/'paste' at the end of a sub-lexer block (thanks @WebMechanic)

[close]

https://cudatext.github.io/
Titel: QOwnNotes 22.1.5
Beitrag von: SiLæncer am 08 Januar, 2022, 11:30

(https://s26.postimg.cc/hoi1ahlcp/screenshot_978.png)
QOwnNotes is a text editor / notepad replacement with markdown support and todo list manager. The program supports themes, keyboard shortcuts, syntax highlighting, and encryption. Includes available nested file list, tags, search, and more. Optionally works with the notes application ownCloud or Nextcloud.

Cross-platform with clients available for Mac and Linux.

License: GPL

Whats new:>>

italic and bold formatted text in headlines will now have the same size as the headline (for #2369, thank you @Waqar144)
opening images from the note edit was fixed (for #2371, thank you @Waqar144)
the spell-checker context menu of the note edit was integrated into the general context menu (for #1426, thank you @Waqar144)

https://www.qownnotes.org/
Titel: TeXstudio 4.2.0
Beitrag von: SiLæncer am 09 Januar, 2022, 11:40
(https://i.postimg.cc/Fz8CktsG/screenshot-2846.png)
GPL-LaTeX-Editor, der das Erstellen von LaTex-Dokumenten in Unicode vereinfacht; unterstützt den Nutzer beim Schreiben mittels interaktiver Rechtschreibprüfung, Syntax-Highlighting, Code-Folding und automatischer Code-Vervollständigung.

Open Source

Whats new:>>

    more cwls
    fix key handling for some special keyboard set-ups (#2011)
    fix user menu handling
    filter available dictionaries in status/language selection
    change placeHolder behavior: autoremove when content in placeholder is changed, don't use placeholder for cutBuffer

http://texstudio.sourceforge.net/
Titel: Perpetual Notes 3.74
Beitrag von: SiLæncer am 09 Januar, 2022, 21:30
(https://i.postimg.cc/PrmCcFXN/screenshot-1340.png)
Create versatile Rich Text Files with a tool meant to help you make the most out of your note-taking skills, and organize easier and more elegantly.

Donationware

http://www.enselsoftware.com/product/PerpetualNotes.html
Titel: Vim 8.2.4050
Beitrag von: SiLæncer am 10 Januar, 2022, 09:40
(https://s26.postimg.cc/xww5nc4zt/screenshot_1282.png)
A highly configurable text editor built to enable efficient text editing - an improved version of the vi editor distributed with most UNIX systems.

Freeware

Changelog


    Vim9: need to prefix every item in an autoload script
    Vim9: reading before the start of the line with "$"
    Gcc complains about use of "%p" in printf
    Depending on the build features error messages are unused
    Update runtime files

[close]

http://www.vim.org/index.php
Titel: Trilium Notes 0.49.4
Beitrag von: SiLæncer am 10 Januar, 2022, 10:30
(https://i.postimg.cc/2yDgvbpj/screenshot-2595.png)
A hierarchical note-taking software application with focus on building large personal knowledge bases while also providing a flurry of options.

License: AGPL

Changelog

    Fix sync skipping some changes and then forcing sector queuing
    Fix display of children notes in an empty note, closes #2536
    Use #shareAlias in parent link, closes #2535
    Fix migration to handle duplicates in entity_changes, #2534
    Use [protected] for protected notes in the export
    Create note from API/import etc. should allow empty title, fixes #2530
    Fix migration to preserve IDs in entity_changes

[close]

https://github.com/zadam/trilium
Titel: ImHex 1.13.0
Beitrag von: SiLæncer am 10 Januar, 2022, 10:50
(https://i.postimg.cc/8C9YTjjW/screenshot-3382.png)
An open-source editor that allows you to manipulate hexadecimal, binary data for writing optimal and well-performing apps, by displaying you content byte by byte.

Donationware

Changelog

    Additions:

    Added global progress bar to show currently running tasks:
    This shows all currently running background tasks in one places
    With this, also a bunch of things that previously were running synchronously have now been made asynchronous.

    Added link to Discord server to Welcome screen:

    If another ImHex instance is already open on Windows, new files are now automatically opened in that current instance.
    It's still possible to have multiple instances running. Just open a new instance without opening a file through it.
    Added ability to clear the recent files list. Thanks to @draftshade

    Pattern Language:

    Added a Environment Variables tab to pattern editor view:

    Environment variables let you specify a value (string, boolean, integer or float). These values can then be accessed again through the use of std::env.

    Added in/out variables:

    in variables work similar to properties found in e.g Unity. They automatically add an entry with their name to the UI and can be set to some value through the UI. The value will be applied before running the pattern.
    out variables work the same but simply display whatever value has been assigned to them once the pattern is done running.
    Dangerous functions such as file IO or HTTP request functions are now gated behind a user confirmation dialog:
    The first time such a function gets called in the current session, a popup will show up asking the user to confirm or deny running the pattern. The user can then either allow all dangerous function for this session or deny it in which case the popup will show up again the next time the function is called. When denying, execution of the current pattern is aborted.

    Added break and continue statements:

    These can be used inside of for and while loops but also inside of structs. When an array is created and a break statement is hit, the array will stop growing and keep its current size. When a continue statement is hit, the current entry will be skipped but the array continues to grow until it reaches the end.

    Improvements:

    Added better timeouts for all curl code; If you don't have an internet connection, ImHex will no longer try to check for updates for ages
    The diff view line spacing is now is the same as the one in the main hex editor view
    Improved how shortcuts are handled within ImHex

    Bug Fixes:

    Fixed opening files as read-only if user doesn't have write permissions
    Fixed Windows TTY COM Port view
    Fixed restarting of ImHex on Linux Thanks to @qxxxb
    Fixed saving files
    Fixed reading data from huge files
    Fixed pattern language [[color]] attribute not working for arrays and structs
    Fixed IPS patches import and export

[close]

https://github.com/WerWolv/ImHex
Titel: Vim 8.2.4058
Beitrag von: SiLæncer am 11 Januar, 2022, 08:20
Latest Changes:>>

    Vim9: import test failure in wrong line
    Vim9: not fully implementing the autoload mechanism
    Vim9: memory leak when exporting function in autoload script
    Vim9: line break in expression causes v:errmsg to be fillec
    Vim9 script test fails
    Vim9: autoload mechanism doesn't fully work yet
    Not easy to resize a window from a plugin
    Compiler complains about possibly uninitialized variable

http://www.vim.org/index.php
Titel: EmEditor Professional 21.4.1
Beitrag von: SiLæncer am 11 Januar, 2022, 09:40
(https://1z9j8fz5fww49iaje1itey71-wpengine.netdna-ssl.com/wp-content/uploads/2013/09/EmEditorFree_Window.png)
EmEditor is a lightning-fast, tabbed text editor with themes, syntax highlighting, stay-on-top, and customizable keyboard mapping. The program supports batch find-and-replace, regular expressions, and more.

Release Notes

Allowed $(DocText) in Argument of external tools can be up to 32768 characters long.
Fixed a pre-v21.4 issue where the Character Code Value command might have displayed blank text in very large files.
The new version always parse all lines when switched to a CSV mode to count all delimiters.
Fixed an issue where stopping a macro should not show the Unspecified Error message.
Fixed an issue where the Transpose command did not work with only one column CSV.
Fixed a pre-v21.4 issue where the Find in Files command might not have worked correctly if a very long path exists under a certain condition.
Fixed customer-reported issues

[close]

https://www.emeditor.com
Titel: ImHex 1.13.1
Beitrag von: SiLæncer am 11 Januar, 2022, 10:20
Whats new:>>

    Bug Fixes:

    Fixed passing structs and arrays to custom functions causing their address to be invalid
    Fixed [[pointer_base]] attribute placing value at invalid addresses
    Fixed settings screen being way too big
    Fixed occasional crash when disassembling files

https://github.com/WerWolv/ImHex
Titel: QOwnNotes 22.1.6
Beitrag von: SiLæncer am 11 Januar, 2022, 21:30
Whats new:>>

    support for Qt < 5.6 was dropped with version 22.1.5, that mainly means there will be no repositories anymore for Ubuntu 16.04, Debian 8.0 and some older versions of Fedora and openSUSE Linux (for #2373)
        please use the AppImage version of QOwnNotes (64bit only) if you are still on one of those Linux distributions
    added a new editor color schema OLED red by @FireFragment (for #2375)
    added more translation (thank you hansa2662, amirkbrpr, chocolatine, marterra, bonnjalal, rawfreeamy, noureddin, mguerra)

https://www.qownnotes.org/
Titel: Vim 8.2.4065
Beitrag von: SiLæncer am 12 Januar, 2022, 08:20
Latest Changes:>>

computation overflow with large cound for :yank

http://www.vim.org/index.php
Titel: ImHex 1.13.2
Beitrag von: SiLæncer am 12 Januar, 2022, 21:10
Changelog


    Improvements:

    Undocked windows now appear in the task bar and the window switching interface
    Improved the look and feel of the hex editor footer bar

    Bug Fixes:

    Fixed default directories not being created correctly when ImHex launches
    Fixed a crash when closing certain popups such as the about page

    Pattern Language:

    Improve the memory usage of patterns a bunch. This is not the end yet though
    Fixed various crashes related to passing values and variables to functions
    The [[format]] attribute can now be used correctly on custom types such as structs or enums
    Limited Pattern Data UI to only display 50 array entries by default; if you want to see more, double click on the last entry
    Fixed local variables being able to hold larger values than they should be able to

[close]

https://github.com/WerWolv/ImHex
Titel: CudaText 1.153.5.0
Beitrag von: SiLæncer am 12 Januar, 2022, 22:20
(https://s26.postimg.cc/k6wu8qcrt/screenshot_901.png)
Create programming scripts with this powerful tool that supports more than 130 languages and allows users to work concurrently on as many as six groups of projects.

Freeware

Changelog

    Change: hotkey for Find (Replace) dialog always results in the search box being focused, like in ST4 and VSCode (thanks @andersaamodt)
    Add: hotkeys of commands "switch tab ..." / "... focus ..." work also in the Find dialog (thanks @andersaamodt)
    Add: better Console message on saving session: "N file(s) + M untitled"
    Add: new API for Auto Save plugin (thanks @andersaamodt)
    Fix: plugin Auto Save could overwrite session file list from another session (thanks @JairoMartinezA)
    Fix: sometimes after session loading, or 'close all tabs', editor UI control hides completely

[close]

https://cudatext.github.io/
Titel: Vim 8.2.4072
Beitrag von: SiLæncer am 13 Januar, 2022, 09:40
Latest Changes:>>

    Vim9: compiling function fails when autoload is not loaded
    Vim9: no detection of return in try/endtry
    Using uninitialized memory when reading empty file
    Vim9: import test fails on MS-Windows
    Vim9: import test fails
    Vim9: cannot call imported function with :call
    Vim9: imported autoload script loaded again

http://www.vim.org/index.php
Titel: RisohEditor 5.6.7
Beitrag von: SiLæncer am 13 Januar, 2022, 19:10
(https://i.postimg.cc/8P4z4Swt/screenshot-799.png)
"RisohEditor" is a free resource editor for Win32 development, created by Katayama Hirofumi MZ. RisohEditor realized the ideal of resource editor. "Risoh" means "ideal" in Japanese. RisohEditor can add, edit, extract, clone and remove the resource data in EXE/DLL files. You can edit Windows resources (Dialogs, Menus, Icons, Cursors, String Tables, Message Tables etc.) by using RisohEditor.

NOTICE: Please avoid installing in "C:\Program Files" or "C:\Program Files (x86)". Because the resource compiler (windres) doesn't accept space character in the file path.

Freeware

Changelog

    Added Portuguese translation.
    WinXP support again (don't use GetThreadUILanguage() in XP).

[close]

https://katahiromz.web.fc2.com/re/en/index.html#intro
Titel: Pandoc 2.17
Beitrag von: SiLæncer am 13 Januar, 2022, 19:15
(https://i.ibb.co/6mSXKdx/pandoc.png)
Pandoc is a command-line utility that can convert files from one markup format into another. Pandoc's enhanced version of Markdown includes syntax for footnotes, tables, flexible ordered lists, definition lists, fenced code blocks, superscripts and subscripts, strikeout, metadata blocks, automatic tables of contents, embedded LaTeX math, citations, and Markdown inside HTML block elements. (These enhancements, described further under Pandoc's Markdown, can be disabled using the markdown_strict input or output format.)

License: Open Source

Changelog

    Support markua as an output format (#1871, Tim Wisotzki and Saumel Lemmenmeier). Markua is a markdown variant used by Leanpub.

    Add text wrapping for HTML output (#7764). Previously the HTML writer was exceptional in not being sensitive to the --wrap option. With this change --wrap now works for HTML. The default (as with other formats) is automatic wrapping. Note that the contents of script, textarea, and pre tags are always laid out with the flush combinator, so that unwanted spaces won’t be introduced if these occur in an indented context in a template.

    Don’t read sources until in/out format are verified (#7797).

    Issue error with --list-extensions for invalid formats (#7797).

    Make --citeproc recognize .yml as well as .yaml extensions as YAML bibliography files (#7707, Jörn Krenzer).

    Use latest version of KaTeX with --katex.

    Fix parsing of footnotes in --metadata-file (#7813). Previously non-inline footnotes were not being parsed.

    ODT reader:
        Parse list-header as a list item (Tuong Nguyen Manh).

    Commonmark reader:
        Put sourcepos attribute on header, not enclosing div with -f commonmark+sourcepos (#7769).

    Markdown reader:
        Don’t allow ^ at beginning of link or image label (#7723). This is reserved for footnotes. Fixes regression from 0a93acf.
        Fix parsing of “bare locators” after author-in-text citations. Previously @item [p. 12; @item2] was incorrectly parsed as three citations rather than two. This is now fixed by ensuring that prefix doesn’t gobble any semicolons.
        Revert changes to inlinesInBalancedBrackets (commit fa83246), which caused regressions.
        Improve detection of pipe table line widths (#7713). Fixed calculation of maximum column widths in pipe tables. It is now based on the length of the markdown line, rather than a “stringified” version of the parsed line. This should be more predictable for users. In addition, we take into account double-wide characters such as emojis.

    Custom (Lua) readers:
        First argument is now a list of sources instead of the concatenated text (Albert Krewinkel). The list structure can easily be converted to a string by applying tostring, but it is also possible to access the elements (each with a text and name). A small example is added to the custom reader documentation, showcasing its use in a reader that creates a syntax-highlighted code block for each source code file passed as input. Existing readers will still work through a fallback mechanism, issuing a deprecation notice.

    Org reader:
        Parse official org-cite citations (#7329). We also support the older org-ref style as a fallback. We no longer support the “markdown style” or “Berkeley style” citations.
        Support alphabetical (fancy) lists (Lucas Viana). When the fancy_lists extension is enabled, alphabetical list markers are allowed, mimicking the behaviour of Org Mode when org-list-allow-alphabetical is enabled.
        Support counter cookies in lists (Lucas Viana). Such cookies are used to override the item counter in ordered lists. In org it is possible to set the counter at any list item, but since Pandoc AST does not support this, we restrict the usage to setting an offset for the entire ordered list, by using the cookie in the first list item.
        Allow trailing spaces after key/value pairs in directives (Albert Krewinkel). Ensures that spaces at the end of attribute directives like #+ATTR_HTML: :width 100% (note the trailing spaces) are accepted.

    LaTeX reader:
        Omit visible content for \label{...}. Previously we included the text of the label in square brackets, but this is undesirable in many cases. See discussion in #813 (comment).
        Improve references (#813). Resolve references to theorem environments. Remove the Span caused by “label” in figure, table, and theorem environments; this had an id that duplicated the environments’ id.
        Fix semantics of \ref. We were including the ams environment type in addition to the number. This is proper behavior for \cref but not for \ref. To support \cref we need to store the environment label separately.
        Add babel mappings for Guajati (gu) and Oriya (or) (#7815).
        Fix typo panjabi -> punjabi in babel mappings (#7814).

    HTML reader:
        Parse attributes on links and images (#6970).

    Docx reader:
        Handle multiple pic elements inside a drawing (#7786).
        Change elemToParPart to return [ParPart] instead of ParPart. Also remove NullParPartconstructor, as it is no longer needed. This will allow us to handle elements that contain multiple ParParts, e.g. w:drawing elements with multiple pic:pic.

    DocBook reader:
        Collapse internal spaces in literal and other similar tags (#7821), as the standard docbook toolchain does.
        Be sensitive to spacing=“compact” in lists (#7799). When spacing="compact" is set, Para elements are turned into Plain, so we get a “tight” list.

    Markdown writer:
        Add new exported function writeMarkua from Text.Pandoc.Writers.Markdown [API change] (#1871, Tim Wisotzki and Saumel Lemmenmeier).
        Fix indentation issue in footnotes (#7801).
        Avoid extra space before citation suffix if it already starts with a space.
        Ensure semicolon between the locator and the next citation when an author-in-text citation has a locator and following citations.
        Improve escaping for # (#7726).

    Custom (Lua) writers:

        Allow variables to be set via second return value of Doc (#6731, Albert Krewinkel). New templates variables can be added by giving variable-value pairs as a second return value of the global function Doc. Example:

        function Doc (body, meta, vars)
          vars.date = vars.date or os.date '%B %e, %Y'
          return body, vars
        end

        Provide global PANDOC_WRITER_OPTIONS (#6731, Albert Krewinkel).

        Assign default Pandoc object to global PANDOC_DOCUMENT (Albert Krewinkel). The default Pandoc object is now non-strict, i.e., only the parts of the document that are accessed will be marshaled to Lua. A special type is no longer necessary. This change also makes it possible to use the global variable with library functions such as pandoc.utils.references, or to inspect the document contents with walk().

    LaTeX writer:
        Fix typo panjabi -> punjabi in babel mappings (#7814).

    MediaWiki writer:
        Remove redundant display text for wiki links (Jesse Hathaway).

    Docx writer:
        Handle bullets correctly in lists by not reusing numIds (#7689, Michael Hoffmann). This fixes a bug in which a Div in a list item would receive bullets on its contained paragraphs.

    Org writer:
        Fix list items starting with a code block or other non-paragraph content (#7810).
        Avoid blank lines after tight sublists (#7810).
        Fix extra blank line inserted after empty list item (#7810).
        Don’t add blank line before lists (#7810).
        Support starting number cookies (Lucas Viana). This is necessary for lists that start at a number other than 1.
        Support the new org-cite syntax (#7329).

    Haddock writer:
        Avoid blank lines after tight sublists (#7810).

    Ipynb writer:
        Ensure deterministic order of keys.
        Handle cell output with raw block of markdown (#7563, Kolen Cheung). Write RawBlock of markdown in code-cell output. This is designed to fit the behavior of #7561, which makes the ipynb reader parse code-cell output with mime “text/markdown” to a RawBlock of markdown. This commit makes the ipynb writer writes this RawBlock of markdown back inside a code-cell output with the same mime, preserving this information in round-trip.
        In choosing between multiple output options, always favor those marked with the output format over images (Kolen Cheung). Previously, both fmt == f case and Image have a rank of 1.

    Ipynb reader & writer: properly handle cell “id” (#7728). This is passed through if it exists (in Nb4); otherwise the writer will add a random one so that all cells have an “id”.

    Ms writer:
        Properly encode strings for PDF contents (#7731).

    JATS writer:
        Keep quotes in element-citations (Albert Krewinkel). Fixed a bug that lead to quote characters being lost in element-citations.

    RTF writer:
        Properly handle images in data URIs (#7771).

    Commonmark writer:
        Allow ‘)’ delimiters on ordered lists.

    RST writer:
        Avoid extra blank line after empty list item (#7810).

    HTML writer:
        Make line breaks more consistent. With --wrap=none, we now output line breaks between block-level elements. Previously they were omitted entirely, so the whole document was on one line, unless there were literal line breaks in pre sections. This makes the HTML writer’s behavior more consistent with that of other writers. Also, regardless of wrap settings, put newline after <dd> and after block-level elements in the footnotes section. And add a line break between an img tag and the associated figcaption.
        reveal.js: Make sure images with r-stretch are not in p tags. They must be direct children of the section. There was previously code to make this work with the older class name stretch, but the name has changed in reveal.js.
        reveal.js: don’t add r-fit-text class to section. It must go on the header only.

    AsciiDoc writer:
        Improve detection of intraword emphasis (#7803).

    OpenDocument writer:
        Fix vertical alignment bug with display math (#7777). Previously some displayed formulas would be floated above a preceding text line. This is fixed by setting vertical-rel to text rather than paragraph-content.

    JATS template (Albert Krewinkel):
        Fix position of contrib affiliations in authoring set. Any <aff> element must come before any <email> element.
        Fix affiliation tagging in articleauthoring output. Affiliations were xlinked even in the articleauthoring tag set, but <aff> are not allowed as children of contrib-group elements in that tag set. Each affiliation must be listed directly in the contrib element.
        Add support for article subtitles.

    EPUB template:
        Include abstract in default template.
        Ensure that the essential styles needed by pandoc (styles.html partial) are included in the templates. This is important for correct formatting of CSL bibliographies. Note that much of the styling in styles.html will be ignored for EPUB, because of the conditional on document-css. Setting the document-css variable will cause it not to be ignored.

    HTML template: Add abstract (#7588, Jannik Buhr, John MacFarlane). By default, a localized title (the word “Abstract”) will be used, unless the variable abstract-title is set.

    ConTeXt template: Make title appear in PDF title bar. This is recommended for accessibility reasons. Note: doesn’t work with macOS Preview.app.

    reference.pptx: change to use 16:9 aspect ratio, Powerpoint’s default.

    Text.Pandoc.Writers:
        Do not export writeCustom [API change]. This ensures that all writers exported in T.P.Writers are parameterized and work with any PandocMonad type. This is consistent with T.P.Readers, as readCustom is not exported from that module either.

    Text.Pandoc.Writers.Shared:
        endsWithPlain now returns True if the list ends with a list that ends with a Plain, and so on recursively (#7810).

    Text.Pandoc.Class.IO:
        writeMedia: unescape percent-encoding in creating file path. This addresses a problem with spaces in image filenames when creating PDFs (#7819); it also affects --extract-media.

    New internal module Text.Pandoc.Writers.Blaze, exporting layoutMarkup. This converts a blaze Html structure into a doclayout Doc Text.

    Text.Pandoc.Extensions:
        parseFormatSpec: cleaner error message for invalid extensions.

    Text.Pandoc.MediaBag:
        Fix bug in extractMedia, which caused the test for .. in paths to fail, with the result that images with .. in the path name could be extracted outside of the directory specified by extractMedia. It also led a check for media in resource paths to fail in the docx reader.

    Text.Pandoc.Citeproc:
        Avoid adding comma before an author-in-text citation in a note if it begins with a title (no author) (#7761).
        Text.Pandoc.Citeproc.Locator now exports toLocatorMap, LocatorInfo, and LocatorMap. The type of parseLocator has changed, so it now takes a LocatorMap rather than a Locale as parameter, and returns a LocatorInfo instead of a tuple.
        Fix citation locator detection for German. toLocatorMap now stores keys case-folded. We want to do a case-insensitive comparison when parsing locators, so that e.g. both Chap. and chap. work. Previously we case-folded terms when doing the lookup, but they weren’t case-folded in the map itself, which led to locator-detection breaking for German (where the terms have uppercase letters).

    Lua (Albert Krewinkel):
        Allow single elements as singleton MetaBlocks/MetaInlines. Single elements should always be treated as singleton lists in the Lua subsystem.
        Add pandoc.template module. The module provides a compile function to use strings as templates.
        Add pandoc.WriterOptions constructor.
        Add function pandoc.write.
        Provide global PANDOC_WRITER_OPTIONS (#5221).
        The function Text.Pandoc.Filter.applyFilters now takes a filter environment of type Environment, instead of a ReaderOptions value [API change].
        The Environment type is exported from Text.Pandoc.Filter and allows to combine ReaderOptions and WriterOptions in a single value [API change].
        Global, exported from Text.Pandoc.Lua, has a new type constructor PANDOC_WRITER_OPTIONS [API change].
        Add constructors pandoc.Blocks and pandoc.Inlines. The functions convert their argument into a list of Block and Inline values, respectively. When applied to a string, they split the string into Str elements separated by Space or SoftBreak (#7712).
        Support topdown traversals The traversal order of filters can now be selected by setting the key traverse of the filter to either 'topdown' or 'typewise'; the default remains 'typewise'. Topdown traversals can be cut short by returning false as a second value from the filter function. No child-element of the returned element is processed in that case.
        Marshal ReaderOptions field extensions, track_changes via JSON. Extensions are now available as a list of strings; the track-changes settings are given as the kebab-case representation used in JSON.
        Allow binary (byte string) readers to be used with pandoc.read.
        Use global state when parsing documents in pandoc.read. The function pandoc.read is updated to use the same state that was used while parsing the main input files. This ensures that log messages are preserved and that images embedded in the input are added to the mediabag.
        Cleanup stack in peekReadOptionsTable. A ReaderOptions element was left on top of the stack when the peekReadOptionsTable function was invoked.
        walk methods are added to Pandoc, Block, Inline, Blocks, Inlines values; the methods are similar to pandoc.utils.walk_block and pandoc.utils.walk_inline, but apply to filter to the element’s contents.
        Functions of name Doc are no longer accepted as alternatives for Pandoc filter functions. This functionality was undocumented.
        Improve handling of empty caption, body by from_simple_table #7776). Create truly empty table caption and body when these are empty in the simple table.
        Change representation of TableHead, TableFoot, and Row values (#7718). The objects now also follow the principle that element attributes are accessible through the .attr field. Rows in TableHead and TableFoot are available via the .rows field. Row objects have a .cells field, containing the list of table cells.
        Simplify code of pandoc.utils.stringify. Minor behavior change: plain strings nested in tables are now included in the result string.
        Simplify and deprecate function pandoc.utils.equals. The function is no longer required for element comparisons; it is now an alias for the == operator.
        Add function pandoc.utils.references (#7752).
        Add new library function pandoc.utils.type. The function behaves like the default type function from Lua’s standard library, but is aware of pandoc userdata types. A typical use-case would be to determine the type of a metadata value.
        Fix return types of blocks_to_inlines, make_sections. Ensures the returned lists have the correct type (Inlines and Blocks, respectively).
        Use more natural representation for Reference values Omit false boolean values, push integers as numbers.

    Lua: use package pandoc-lua-marshal (#7719, Albert Krewinkel). The marshaling functions for pandoc’s AST are extracted into a separate package. The package comes with a number of changes:
        Pandoc’s List module was rewritten in C, and error messages were improved.
        Lists of Block and Inline elements are marshaled using the new list types Blocks and Inlines, respectively. These types currently behave identical to the generic List type, but give better error messages. This also opens up the possibility of adding element-specific methods to these lists in the future.
        Elements of type MetaValue are no longer pushed as values which have .t and .tag properties. This was already true for MetaString and MetaBool values, which are still marshaled as Lua strings and booleans, respectively. Affected values:
            MetaBlocks values are marshaled as a Blocks list;
            MetaInlines values are marshaled as a Inlines list;
            MetaList values are marshaled as a generic pandoc Lists.
            MetaMap values are marshaled as plain tables and no longer given any metatable.
        Cell values are now marshaled as userdata objects; a constructor function for table cells is provided as pandoc.Cell.
        The test suite for marshaled objects and their constructors has been extended and improved.
        A bug in Citation objects, where setting a citation’s suffix modified it’s prefix, has been fixed.
        Inlines, Blocks, and List objects now have an __eq metamethod, testing equality by comparing two lists element-wise.

    Powerpoint tests: shorten lines by grouping tests (Albert Krewinkel). This makes the test output more pleasant to read in narrow terminal windows.

    make check: check for unreleased dependencies.

    Add tools/build-and-upload-api-docs.sh.

    Update cabal description.

    MANUAL.txt: Add section on EPUB styling.

    MANUAL.txt: clarify “standard Markdown” as “original Markdown” (#7802, Martin Fischer).

    doc/custom-writers.md: use filter to include source of example.

    Add an example to doc/custom-readers.md.

    Fix typo in custom-readers.md (#7722, Mauro Bieg).

    doc/jats.md: add link to JATS documentation (Martin Fischer).

    doc/lua-filters.md: many improvements (Albert Krewinkel, John MacFarlane).

    Use commonmark-extensions 0.2.3. This allows a bare-word class attribute on fenced divs.

    Use ipynb 0.2.

    Use citeproc 0.6.0.1.

    Use texmath 0.12.4.

    Use doctemplates 0.10.0.1.

[close]

https://github.com/jgm
Titel: QOwnNotes 22.1.7
Beitrag von: SiLæncer am 13 Januar, 2022, 21:30
(https://s26.postimg.cc/hoi1ahlcp/screenshot_978.png)
QOwnNotes is a text editor / notepad replacement with markdown support and todo list manager. The program supports themes, keyboard shortcuts, syntax highlighting, and encryption. Includes available nested file list, tags, search, and more. Optionally works with the notes application ownCloud or Nextcloud.

Cross-platform with clients available for Mac and Linux.

License: GPL

Whats new:>>

    a crash when correcting a misspelled word was fixed (for #2377, thank you @Waqar144)
    added more translation (thank you amirkbrpr, noureddin, mguerra, marterra)

https://www.qownnotes.org/
Titel: Vim 8.2.4087
Beitrag von: SiLæncer am 14 Januar, 2022, 08:20
(https://s26.postimg.cc/xww5nc4zt/screenshot_1282.png)
A highly configurable text editor built to enable efficient text editing - an improved version of the vi editor distributed with most UNIX systems.

Freeware

Changelog


    Cannot test items from an autoload script easily
    "cctx" argument of find_func_even_dead() is unused
    Vim9: no test for using import in legacy script
    Memory leak when looking for autoload prefixed variable
    Vim9: no test for "vim9script autoload' using script variable
    Check for autoload file name and prefix fails
    CodeQL reports problem in if_cscope causing it to fail
    Not sufficient test coverage for xxd
    MS-Windows: "gvim --version" didn't work with VIMDLL
    Terminal test for current directory not used on FreeBSD
    Not all Libsensors files are recognized
    Memory leak in autoload import
    Test failures
    Going over the end of NameBuff
    Coverity warns for using NULL pointer

[close]

http://www.vim.org/index.php
Titel: Zettlr 2.1.2
Beitrag von: SiLæncer am 14 Januar, 2022, 21:50
(https://s26.postimg.cc/vfll9p4mh/screenshot_956.png)
Write text and conveniently edit it using Markdown with the help of this user-friendly and well-thought-out, Electron based application.

MIT License

Release Notes

GUI and Functionality

    New Feature: You now have more fine-grained control over how your files
    are displayed: You can now select if the filename is always used or a title
    or first heading level 1 is used (if applicable)
    New Feature: You can now also fold nested lists
    New Feature: You can now choose to display the file extensions of Markdown
    New Feature: You can now choose to always only link using filenames
    The Vim input mode of the editor started working again, so we are re-enabling
    it with this update
    Fixed an error that would cause the global search to malfunction if you
    followed a link which then started a global search while the file manager was
    hidden
    Removed an unused preference
    Rearranged some preferences
    On Windows, tabbed windows will automatically hide their labels if the window
    becomes too narrow
    Reinstated the info on what variables you could use in the Zettelkasten
    generator
    Zettlr displays info text below some preferences again
    Citations are now first-class citizens and got their own preferences tab
    Fixed a small error that would close additional files when you renamed a file
    that was also currently open
    Fixed the context menu not showing during a full text search on macOS
    When something goes wrong during opening of a new workspace or root file, the
    error messages will now be more meaningful
    Small improvement that will not detect Setext headings level 2 without a
    following empty line. This prevents some instances of data loss where users
    forget this empty line and thus accidentally create a valid simple table
    Fixed an issue where the indentation of wrapped lines would look off after
    changing the theme or modifying the editor font via custom CSS
    Fixed the vim mode cursor being barely visible in dark mode
    Done task list items will now be stroked out faster

Under the Hood

    Convert the MarkdownEditor to ES modules and TypeScript
    Make the dot-notation rule optional

[close]

Download: https://github.com/Zettlr/Zettlr/releases

https://www.zettlr.com/
Titel: Pandoc 2.17.0.1
Beitrag von: SiLæncer am 14 Januar, 2022, 22:10
Changelog


    Require pandoc-lua-marshal 0.1.3.1 (#7831, Albert Krewinkel). Fixes a problem with List.includes and List.find that caused a Lua stackoverflow and subsequent program crash.

    HTML template: load header-includes before math (#7833, Kolen Cheung). MathJax expect the config comes before loading the MathJax script. This change of order allows one to config MathJax via header-includes, which loads before the MathJax script. Cf. #2750.

    When reading defaults file, stop at a line .... This line signals the end of a YAML document. This restores the behavior we got with HsYaml. yaml complains about content past this line. See #4627 (comment)

    Text.Pandoc.Citeproc: allow notes-after-punctuation to work with numerical styles that use superscripts (e.g. american-medical-association.csl), as well as with note styles. The default setting of notes-after-punctuation is true for note styles and false otherwise. This restores a behavior of pandoc-citeproc that wasn’t properly carried over to Citeproc (#7826, cf. jgm/pandoc-citeproc#384).

    Use commonmark-pandoc 0.2.1.2 (#7769).

    Add FAQ on images in ipynb containers (#7749, Kolen Cheung).

[close]

https://github.com/jgm
Titel: Trilium Notes 0.49.5
Beitrag von: SiLæncer am 15 Januar, 2022, 10:45
(https://i.postimg.cc/2yDgvbpj/screenshot-2595.png)
A hierarchical note-taking software application with focus on building large personal knowledge bases while also providing a flurry of options.

License: AGPL

Changelog

    Changed shared_info class names to avoid conflict with adblocker, closes #2546
    Print should include promoted attributes, #2550
    Migration workaround for corrupted index in entity_changes table, closes #2534
    Make getAncestors safe in respect to saved search
    Ignore "Sync not configured" message when toggling shared state
    Prevent infinite recursion when checking shared status
    Start sync immediately after sharing/unsharing, fixes #2539

[close]

https://github.com/zadam/trilium
Titel: Vim 8.2.4092
Beitrag von: SiLæncer am 15 Januar, 2022, 18:20
Changes:>>

MacOS CI: unnecessarily doing "Install packages"

http://www.vim.org/index.php
Titel: Text Editor Pro 19.1.0
Beitrag von: SiLæncer am 16 Januar, 2022, 18:30
(https://s26.postimg.cc/hfdkhoj9l/screenshot_896.png)
Text Editor Pro (formerly EditBone) is a powerful text editing tool that comes with syntax highlighting support for over 50 languages and scripts, customizable with over 100 options, 29 ready made styles, a handy file comparison feature, unicode character map, numerical unit convert tool, SQL formatter, and support for multiple directories and search results.

Freeware

Changelog

    Added text tags for snippet (popup menu)
    Fixed column mode
    Fixed delete characters
    Fixed file reopen
    Fixed file saving
    Fixed find in files
    Fixed language files
    Fixed Matlab default file extension
    Fixed search
    Fixed SQL formatter
    Updated and fixed AlphaControls v16.22

[close]

https://texteditor.pro/
Titel: Vim 8.2.4103
Beitrag von: SiLæncer am 16 Januar, 2022, 19:10
Changes:>>

Vim9: variable declared in for loop not initialzed

http://www.vim.org/index.php
Titel: Vim 8.2.4118
Beitrag von: SiLæncer am 17 Januar, 2022, 08:50
Changelog


    Using UNUSED for argument that is used
    Vim9: wrong white space error after using imported item
    8Vim9: cannot use a method with a complex expression in :def
    Cannot use a method with a complex expression
    Vim9: type checking for a funcref does not work for method
    Typo on DOCMD_RANGEOK results in not recognizing command
    Function not deleted at end of test
    Potential proglem when map is deleted while executing
    Coverity warns for using NULL pointer
    Update runtime files
    MS-Windows: high dpi support is outdated
    Going over the end of the w_lines array
    Script context not restored after using <ScriptCmd>
    Going over the end of the w_lines array
    Translation related comment in the wrong place
    Vim9: lower casing the autoload prefix causes problems

[close]

http://www.vim.org/index.php
Titel: RisohEditor 5.6.8
Beitrag von: SiLæncer am 17 Januar, 2022, 11:10
(https://i.postimg.cc/8P4z4Swt/screenshot-799.png)
"RisohEditor" is a free resource editor for Win32 development, created by Katayama Hirofumi MZ. RisohEditor realized the ideal of resource editor. "Risoh" means "ideal" in Japanese. RisohEditor can add, edit, extract, clone and remove the resource data in EXE/DLL files. You can edit Windows resources (Dialogs, Menus, Icons, Cursors, String Tables, Message Tables etc.) by using RisohEditor.

NOTICE: Please avoid installing in "C:\Program Files" or "C:\Program Files (x86)". Because the resource compiler (windres) doesn't accept space character in the file path.

Freeware

Whats new:>>

    Changed the initial focus of IDD_CTRLPROP.
    Fixed some version info.

https://katahiromz.web.fc2.com/re/en/index.html#intro
Titel: MiTeC XML Viewer 6.3.0
Beitrag von: SiLæncer am 17 Januar, 2022, 11:50
(https://i.postimg.cc/gj4Sb50w/screenshot-860.png)
MiTeC XML Viewer include simple XML Editor with xml validation, very fast SAX parser, support hierarchical and text preview, text searching, Base64 decoding, attribute listing, image interpretation, Web and Content preview and large files up to available memory.

Freemium

Whats new:>>

* Stability improvements and bug fixes

http://mitec.cz/xmlv.html
Titel: CudaText 1.154.0.1
Beitrag von: SiLæncer am 17 Januar, 2022, 19:30
(https://s26.postimg.cc/k6wu8qcrt/screenshot_901.png)
Create programming scripts with this powerful tool that supports more than 130 languages and allows users to work concurrently on as many as six groups of projects.

Freeware

Changelog

    Add: Ctrl + mouse_wheel_click now adds/removes caret (like in Sublime Text) (thanks @johntor)
    Add: Ctrl + mouse_wheel_drag now makes column selection (almost like in Sublime Text, here it removes old carets)
    Add: it's possible to assign Ctrl+click to 'go to definition', via new value "c" of "mouse_goto_definition" (thanks @johntor)
    Add: better support DocBlock plugin, by allowing the auto-completion inside _documentation_ comments (thanks @TomBraider42)
    Add: Project Manager: command "Go To file" is now much faster (patch by @bscan)
    Add: option "dim_unfocused" dims more correctly (+gutter, +ruler, +folded blocks)
    Add: lexer RegEx handles constructs like [^]] (thanks @kvichans)
    Change: default value of "mouse_goto_definition" changed to "ca" (old value "a" was not Linux compatible)
    Fix: typing the text in 'Overwrite mode' over emoji text
    Fix: search engine bug with RegEx: change of 'case sensitive' (with the same text) did not recompile the RegEx
    Fix: few issues in the Emmet engine (thanks Rickard)
    Fix: command "delete word previous" didn't move caret, if it was after line end (thanks @hiiamboris)

[close]

https://cudatext.github.io/
Titel: Vim 8.2.4127
Beitrag von: SiLæncer am 18 Januar, 2022, 08:10
Changelog


    Build failure without the +eval feature
    Rash on exit when built with dynamic Tcl
    Completion tests fail
    Vim9: method in compiled function may not see script item
    Complete function cannot be import.Name
    ":command Cmd" does not show custom completion argument
    Visual test fails on MS-Windows
    Block insert goes over the end of the line
    Build failure when disabling the channel feature

[close]

http://www.vim.org/index.php
Titel: Vim 8.2.4141
Beitrag von: SiLæncer am 19 Januar, 2022, 08:10
Changelog


    Vim9 builtin functions test fails
    Maparg() does not indicate the type of script
    Using freed memory in expression abbreviation
    Vim9: no error for return with argument when invalid
    Vim9: calling import with and without method is inconsistent
    Vim9: the "autoload" argument of ":vim9script" is not useful
    Vim9: ":scriptnames" shows unloaded imported autoload script
    MS-Windows: test for import with absolute path fails
    Output of ":scriptnames" goes into the message history
    Vim9: wrong error message when autoload script can't be found
    Vim9: calling function in autoload import does not work
    MS-Windows: MSVC build may have libraries duplicated
    Building with +sound but without +eval fails
    Crash when method cannot be found

[close]

http://www.vim.org/index.php
Titel: HelpNDoc Personal Edition 7.9.0.612
Beitrag von: SiLæncer am 19 Januar, 2022, 20:50
(https://s26.postimg.cc/n8qdqw1ix/screenshot_994.png)
HelpNDoc provides all the tools necessary to write complete help files, manuals and documentations in a user friendly and very easy to use environment. HelpNDoc can generate standard Windows CHM help files, WEB based documentation, iPhone specific websites as well as printable PDF and Word documents.

HelpNDoc is completely free for personal use and evaluation purposes.

Changelog

    Added the ability to apply the default picture properties of a library item to all instances throughout the project
    New font selector with list of recently used fonts, font preview and font searching support
    Recently used fonts are saved within the HND project file and restored next time it is opened
    Hyperlinks to document's headings are now correctly imported when importing Microsoft Word DocX or RTF document
    Inserting a YouTube URL without the embed parameter in the library items editor warns and optionally converts the URL to the correct format
    New option to automatically close the script editor when script is successfully run
    Image, image maps and movies default properties can be reset from the library items editor
    New API to get a list of library items used in a specific editor
    New script to list all library items used in the currently selected topic
    Added right-click popup menu to script editor
    Added new popup menu to reset picture properties and size based on original picture, overriding library item's defaults
    Topic editor content converted to snippet could create corrupted snippets which were not always correctly replaced at generation time
    Resetting the currently selected picture's properties or size now uses the library item's default values
    Resetting the currently selected picture's properties could leave the old values in the ribbon bar editors
    Dragging a library item over the topic editor could cause an exception
    Dropping a library item within a table cell could fail without warning
    When changing the font style of some library items such as variables and counters in the topic editor, the rest of the paragraph could be incorrectly drawn with that style
    Updating styles is now more easily accessible: added button in ribbon bar, and entry in command finder
    Removed warning from the Microsoft HTML Help Workshop compiler when a topic's kind was set to empty
    Optimized drag and drop operations from the library items panel
    Improved paragraph border importing for DocX documents
    Improved Microsoft UI Automation (UIA) support for enhanced screen reader / narrator experience

[close]

http://www.helpndoc.com/
Titel: VNote 3.12.0
Beitrag von: SiLæncer am 19 Januar, 2022, 21:20
(https://s26.postimg.cc/871od8huh/screenshot_1147.png)
Peculiar yet interesting, open source piece of software that sports both Markdown editing capabilities and note management features.

MIT License

Changelog

    NotebookExplorer: support separate node explorer
    Theme: add user-provided VSCode-Dark theme
    MarkdownEditor: use web to highlight code blocks
    MarkdownViewWindow
    Add switch for code block line number
    Fix ParseToMarkdown <style> issue
    Add config for overridding MathJax script
    SortDialog: fix sorting issue of date
    FramelessMainWindow: fix StayOnTop issue

[close]

https://github.com/tamlok/vnote
Titel: QOwnNotes 22.1.8
Beitrag von: SiLæncer am 19 Januar, 2022, 22:30
(https://s26.postimg.cc/hoi1ahlcp/screenshot_978.png)
QOwnNotes is a text editor / notepad replacement with markdown support and todo list manager. The program supports themes, keyboard shortcuts, syntax highlighting, and encryption. Includes available nested file list, tags, search, and more. Optionally works with the notes application ownCloud or Nextcloud.

Cross-platform with clients available for Mac and Linux.

License: GPL

Changelog


    an attempt was made to fix potential crashes with the Markdown highlighter (for #2388, thank you @Waqar144)
    the missing New note context menu entry in the note sub-folder panel was added again (for #2387)
    items in the navigation panel are now highlighted according to the position of the cursor in the note edit panel (for #2136, thank you @fnkhz)
    added more translation (thank you amirkbrpr, marcoxbresciani, noureddin, hansa2662, marterra, rawfreeamy)

[close]

https://www.qownnotes.org/
Titel: Trilium Notes 0.50.0 Beta
Beitrag von: SiLæncer am 20 Januar, 2022, 09:50
(https://i.postimg.cc/2yDgvbpj/screenshot-2595.png)
A hierarchical note-taking software application with focus on building large personal knowledge bases while also providing a flurry of options.

License: AGPL

Changelog

    brand new external REST API called ETAPI
    removed username from authentication, only password is now needed
    removed setting password in the initial setup to speed up the process and avoid confusing users, it's possible to set it up later
    added possibility to reset password (thus losing protected notes, if any) from Options.
    as a result of above, typical "new document" setup is just two-click process without having to enter username & password
    optimized sync protocol which can now in some cases halve the sync/time
    unified Jump-To and quick search behavior with regards to hoisting and opening in a new tab, #2483
    search immediately when user chooses "full search" from Jump To dialog, #2483
    make whole text/code detail clickable to improve UX, add placeholder to empty code notes
    print should include promoted attributes, #2550
    add #shareRoot label to define an "index" note, closes #2567
    initial theme is chosen based on OS settings, #2516

[close]

https://github.com/zadam/trilium
Titel: Vim 8.2.4148
Beitrag von: SiLæncer am 20 Januar, 2022, 10:10
(https://s26.postimg.cc/xww5nc4zt/screenshot_1282.png)
A highly configurable text editor built to enable efficient text editing - an improved version of the vi editor distributed with most UNIX systems.

Freeware

Changes:>>

deleting any mapping may cause <ScritpCmd> to fail

http://www.vim.org/index.php
Titel: EditPad Lite 8.3.0
Beitrag von: SiLæncer am 20 Januar, 2022, 18:40
(http://www.editpadpro.com/screens/editpadlite.png)
EditPad Lite is a general-purpose text editor, designed to be small and compact, yet offer all the functionality you expect from a basic text editor.

Free for personal use

Changelog

    Improvement:

    Single-line edit controls now select all their contents when they receive keyboard focus as they used to do in EditPad 7 and as they do in most Windows applications.

    Bug fixes:

    AceText would sometimes paste into the Search or Replace box when the multi-line Search panel is a floating window even though EditPad’s main editor control had keyboard focus.
    File Types|Brackets: Changing the option to highlight brackets within tags now immediately updates bracket matching in files that are already open.
    Search|Find Next now indicates no match can be found instead of looping when the cursor is at the end of the search range and the option to loop automatically is off; this stops it from looping when searching for a regex that finds a zero-length match at the end of the search range.

[close]

http://www.editpadlite.com/
Titel: CudaText 1.155.0.0
Beitrag von: SiLæncer am 20 Januar, 2022, 21:10
(https://s26.postimg.cc/k6wu8qcrt/screenshot_901.png)
Create programming scripts with this powerful tool that supports more than 130 languages and allows users to work concurrently on as many as six groups of projects.

Freeware

Changelog

    Add: "lite" lexers should skip too long lines, so the length limit 2K was set here
    Add: rendering is much faster for the case of huge line length=40M in the word-wrapped mode
    Add/change: improve logic of option "unprinted_content"; its "x" flag now works only with selection; added flag "X" which also works only with selection (thanks @JairoMartinezA)
    Change: delete last enumeration-value of option "wrap_mode" (value 3 worked the same as 2)
    Fix: file loading progress-bar was not shown for huge single-line file
    Fix: on opening of big file with lexer (e.g. size 1M), beginning of the file was not colored until the entire file is parsed

[close]

https://cudatext.github.io/
Titel: QOwnNotes 22.1.9
Beitrag von: SiLæncer am 20 Januar, 2022, 21:50
Whats new:>>

    potential crashes in the logging panel were fixed (for #2391, thank you @Waqar144)
    Ctrl + V now also triggers the dialog to enable note editing (for #2397)
    added more translation (thank you marcoxbresciani, amirkbrpr, marterra, hansa2662)

https://www.qownnotes.org/
Titel: Vim 8.2.4167
Beitrag von: SiLæncer am 21 Januar, 2022, 08:20
Changelog


Vim9: error message for old style import
Undo synced when switching buffer in another window
The nv_g_cmd() function is too long
Error in legacy code for function shadowing variable
8no error for omitting function name after autoload prefix
Vim9: no error for redefining function with export
Vim9: warning for missing white space after imported variable
Cannot change the register used for Select mode delete
MS-Windows: _WndProc() is very long
MS-Windows: memory leak in :browse
Terminal test fails because Windows sets the title
Fileinfo message overwrites echo'ed message
Translating strftime() argument results in check error
Ml_get error when exchanging windows in Visual mode
MS-Windows: Global IME is no longer supported
Block insert with double wide character fails
Reading beyond the end of a line
8Coverity warns for using pointer after free
Test override not restored, autocommand left behind

[close]

http://www.vim.org/index.php
Titel: Vim 8.2.4174
Beitrag von: SiLæncer am 22 Januar, 2022, 08:10
Changelog


    Vim9: can use an autoload name in normal script
    Cannot use an import in 'foldexpr'
    8filetype detection for BASIC is not optimal
    Cannot invoke option function using autoload import
    MS-Windows: still using old message API calls
    MS-Windows: unnessary casts and other minor things
    Disallowing empty function name breaks existing plugins
    Vim9: error message for old style import
    Undo synced when switching buffer in another window
    The nv_g_cmd() function is too long
    Error in legacy code for function shadowing variable
    No error for omitting function name after autoload prefix
    Vim9: no error for redefining function with export
    Vim9: warning for missing white space after imported variable
    Cannot change the register used for Select mode delete
    MS-Windows: _WndProc() is very long
    MS-Windows: memory leak in :browse
    Terminal test fails because Windows sets the title
    Fileinfo message overwrites echo'ed message
    Translating strftime() argument results in check error
    Ml_get error when exchanging windows in Visual mode
    MS-Windows: Global IME is no longer supported
    8block insert with double wide character fails
    Eading beyond the end of a line
    Coverity warns for using pointer after free
    Test override not restored, autocommand left behind

[close]

http://www.vim.org/index.php
Titel: ProgramEdit 5.0.8
Beitrag von: SiLæncer am 22 Januar, 2022, 11:20
(https://s26.postimg.cc/wcabyxqq1/screenshot_58.png)
ProgramEdit - a free Windows® software source-code editor. ProgramEdit includes language support for HTML, Ada, C/C++, C#, CSS, JAVA, JavaScript, Perl, PHP, Python, Ruby, VB, VBScript, Verilog, VHDL and Batch(.bat) files. Other features include tabbed file selection, text highlighting, find & replace, regular expressions, sesssions, bookmarks, multiple undo/redo and hyperlinks.

Freeware

Whats new:>>

    Improve performance of large(MB) files
    Fix several minor bugs
    Update Help files

http://simplesolverlogic.com/index.html
Titel: Vim 8.2.4186
Beitrag von: SiLæncer am 23 Januar, 2022, 12:05
Whats new:>>

Cannot use an import in 'patchexpr'.

http://www.vim.org/index.php
Titel: BirdFont 4.24.0
Beitrag von: SiLæncer am 23 Januar, 2022, 18:50
(https://s26.postimg.cc/rd1s4grdl/screenshot_137.png)
BirdFont is a free font editor that lets you create vector graphics and export TTF, EOT & SVG fonts.

Donationware

Whats new:>>

    New grid dialog.
    Fix copy and paste in the overview tab.

https://birdfont.org/
Titel: Vim 8.2.4198
Beitrag von: SiLæncer am 24 Januar, 2022, 09:10
Whats new:>>

8.2.4198: Vim9: the switch for executing instructions is too long

http://www.vim.org/index.php
Titel: OutWiker 3.1.0.894 Beta
Beitrag von: SiLæncer am 24 Januar, 2022, 10:10
(https://s26.postimg.cc/87bx6b16h/screenshot_33.png)
OutWiker is an open-source personal wiki and outliner. Notes are stored in a tree, and kept in the form of directories on the disk. This encourages changing the base by external sources and programs. Currently there are three types of pages supported: plain text, HTML, and wiki. External files (such as pictures) can be attached to pages, and pages can be linked to each other. Each tree branch can be opened as a separate wiki. Other features include tag support, global search (notes and tags), bookmarks, HTML syntax highlighting and icons for notes.

OutWiker can be downloaded with or without plugins, as well as for Linux systems.

License : GPL

Changelog

    Add action "Select all" for attachments panel.
    Add the ability for renaming of attachments.

[close]

http://jenyay.net/Outwiker/English
Titel: Notepad++ v8.2.1
Beitrag von: SiLæncer am 24 Januar, 2022, 17:30
(https://i.postimg.cc/90QrsKpv/screenshot-818.png)
Notepad++ is a tabbed source code editor and Notepad replacement with a customizable interface. It is one of the few few source code editors that supports "folding," allowing users to quickly reduce and expand sections of code to see the overall document. In addition, it features multi-language syntax highlighting, auto-completion, regular expression search/replace, macro recording and playback, etc. The program can access a long list of plug-ins via an easy-to-access menu with even more features and functions.

License: GPL

Changelog


    Fix regression of loaded session being empty on exit. (Fix #10986)
    Add Find/Replace text swap button in Find replace dialog. (Fix #6010)
    Add an option for inserting auto-completion selection to fix hitting twice ENTER to go to next line. (Fix #4799, #4631, #8389, #10915)
    Fix installer x64 not detected the previous installation location. (Fix #7946)
    Add copy name/path commands to DocList and Edit menu. (Fix #10394)
    Fix Recent Files List not revised issue after “Save As” command. (Fix #10946)
    Fix Windows 11 detected wrongly issue in “Debug information”. (Fix #11011)
    Fix “Save As” command cannot be used as “Save” issue. (Fix #10965)
    Fix visual glitch regression of fg/bg color disabling. (Fix #11051)
    Fix wrong keywords (of preprocessor in C) highlighting in Java. (Fix #11026)

[close]

DL -> https://github.com/notepad-plus-plus/notepad-plus-plus/releases

https://notepad-plus-plus.org/
Titel: Znote 1.3.1
Beitrag von: SiLæncer am 24 Januar, 2022, 20:50
(https://i.postimg.cc/qvfVnLWd/screenshot-2617.png)
Znote is a free, elegant program meant to help you write beautifully organized Markdown documents. You can organize your texts, notes, and files even better, using the simplistic left-side widget organizer for smoothly navigating different files.

Freeware

Changelog

    Bug fixes:

    Add horizontal scrollbar on code block preview
    Add selected project and tag when opening a file
    Align note options button on Windows
    Fix CSV conversion error

    Improvements:

    New option to export database and export/import notes
    New sort option (sort by name or date updated)
    New Outline panel to navigate by headers
    It's now possible to open multiple files

[close]

https://znote.lagrede.fr/
Titel: QOwnNotes 22.1.10.1
Beitrag von: SiLæncer am 24 Januar, 2022, 22:50
(https://s26.postimg.cc/hoi1ahlcp/screenshot_978.png)
QOwnNotes is a text editor / notepad replacement with markdown support and todo list manager. The program supports themes, keyboard shortcuts, syntax highlighting, and encryption. Includes available nested file list, tags, search, and more. Optionally works with the notes application ownCloud or Nextcloud.

Cross-platform with clients available for Mac and Linux.

License: GPL

Changelog


Attempt to fix build (#2415)

22.1.10

    added a new editor color schema Orangueen by @Zorziel (for #2405)
    jumping to headings from note links in the note edit panel was fixed (for #2404, thank you @Waqar144)

[close]

https://www.qownnotes.org/
Titel: Znote 1.3.2
Beitrag von: SiLæncer am 24 Januar, 2022, 23:10
Whats new:>>

Fix outline link style with DarkMode

https://znote.lagrede.fr/
Titel: Vim 8.2.4212
Beitrag von: SiLæncer am 25 Januar, 2022, 09:20
(https://s26.postimg.cc/xww5nc4zt/screenshot_1282.png)
A highly configurable text editor built to enable efficient text editing - an improved version of the vi editor distributed with most UNIX systems.

Freeware

Changes:>>

window title test still fails in some configurations

http://www.vim.org/index.php
Titel: Vim 8.2.4219
Beitrag von: SiLæncer am 26 Januar, 2022, 08:20
Changes:>>

    Reading before the start of the line
    Illegal memory access with bracketed paste in Ex mode
    Illegal memory access when undo makes Visual area invalid
    Vim9: cannot use a function from an autoload import directly
    Illegal memory access when copying lines in Visual mode
    8illegal memory access with large 'tabstop' in Ex mode
    Too much code for supporting old MSVC versions

http://www.vim.org/index.php
Titel: Vim 8.2.4227
Beitrag von: SiLæncer am 27 Januar, 2022, 08:10
Changes:>>

    Vim9: using "lockvar!" in :def function does not work
    Filter-map test fails
    Vim9: depth argument of :lockvar not parsed in :def function
    Vim9: no error when using a number for map() second argument
    Long/int compiler warnings; function arguments swapped
    MS-Windows: clumsy way to suppress progress on CI
    Some functions in normal.c are very long
    MS-Windows: some old compiler support remains

http://www.vim.org/index.php
Titel: TeXstudio 4.2.1
Beitrag von: SiLæncer am 27 Januar, 2022, 23:20
(https://i.postimg.cc/Fz8CktsG/screenshot-2846.png)
GPL-LaTeX-Editor, der das Erstellen von LaTex-Dokumenten in Unicode vereinfacht; unterstützt den Nutzer beim Schreiben mittels interaktiver Rechtschreibprüfung, Syntax-Highlighting, Code-Folding und automatischer Code-Vervollständigung.

Open Source

Whats new:>>

    Fix placeholder issues
    Fix handling mirrored placeolder, like in issue #2063
    Handle NewDocumentsCommand better for completer
    Enable "open in explorer" again
    Fix building for poppler >=22.x
    More cwls

http://texstudio.sourceforge.net/
Titel: Vim 8.2.4236
Beitrag von: SiLæncer am 28 Januar, 2022, 09:20
Changes:>>

accessing freed memory

http://www.vim.org/index.php
Titel: CudaText 1.155.3.0
Beitrag von: SiLæncer am 28 Januar, 2022, 11:00
(https://s26.postimg.cc/k6wu8qcrt/screenshot_901.png)
Create programming scripts with this powerful tool that supports more than 130 languages and allows users to work concurrently on as many as six groups of projects.

Freeware

Changelog

    Change: add the workaround for very slow work with huge line length=40M in XML file, which is handled by XML^ lite lexer: app now doesn't parse the line after 4K chars. The limit is taken from the old option "max_line_len_parsed". (thanks @tmsg)
    Add: new command "find: toggle+focus dialog" (thanks @DUOLabs333)
    Add: lexer Lua: add style for "documentation comments"
    Fix: wrong opening of several files at once, by Enter from Windows Explorer, with "ui_one_instance":true (thanks @jroblesr)
    Fix: if a tool from plugin External Tools is called while recording a macro, macro becomes incorrect (thanks @cser)
    Fix: dialogs 'Open file'/'Save file as' on Windows have bad looking 'filter' field
    Fix: plugin Colored Indent didn't get on_state call (thanks @JairoMartinezA)
    Fix: lexer CSS: wrong highlight of 'rgb(func(some), ...)'

[close]

https://cudatext.github.io/
Titel: QOwnNotes 22.1.11
Beitrag von: SiLæncer am 28 Januar, 2022, 16:00
Whats new:>>

    a lot more work went into porting QOwnNotes to Qt 6 (for #2414, thank you @Waqar144)
    added more translation (thank you rawfreeamy, chocolatine, amirkbrpr, mguerra, hansa2662, kkatalinux, marterra, noureddin, rakekniven)

https://www.qownnotes.org/

Titel: Vim 8.2.4246
Beitrag von: SiLæncer am 29 Januar, 2022, 09:40
Changes:>>

one error message not in errors.h

http://www.vim.org/index.php
Titel: CudaText 1.155.3.1
Beitrag von: SiLæncer am 29 Januar, 2022, 10:50
Whats new:>>

Fix: auto-completion for JS block inside PHP file (thanks @TomBraider42)

https://cudatext.github.io/
Titel: PanWriter 0.8.3
Beitrag von: SiLæncer am 29 Januar, 2022, 18:45
(https://i.postimg.cc/fLjLfXy8/screenshot-2610.png)
A distraction-free markdown editor with tight integration with pandoc for import/export to/from plenty of file formats, as well as a preview pane that can show pages.

License: GPLv3

https://github.com/mb21/panwriter
Titel: Zettlr 2.1.3
Beitrag von: SiLæncer am 29 Januar, 2022, 19:30
(https://s26.postimg.cc/vfll9p4mh/screenshot_956.png)
Write text and conveniently edit it using Markdown with the help of this user-friendly and well-thought-out, Electron based application.

MIT License

Release Notes

    Quality of Life Update:

    This update focuses on many minor improvements so that working with Zettlr becomes much more pleasant. While the previous two updates focused on fixing bugs that unfortunately made it into the app, this update can solely focus on improving your interaction with the app. We heavily improved the readability mode, the global search, and the TableEditor. But also outside of these three larger modules we have improved the app's behavior a lot. For example, the app now remembers if you had the sidebar open, and even on which tab you were so you don't have to open the sidebar again and again when launching Zettlr.

    GUI and Functionality:

    Display inline math using monospaced font
    Right-clicking citations doesn't select parts of it anymore
    Inline-equations are now properly syntax highlighted
    Fixed a bug that caused unintentional pastes when closing a tab using the middle mouse button on Linux
    Heavily improved the full text search: Previously, certain files that should have been returned for specific search terms were not considered a match, and multiple results per line were mostly not reported; additionally, search results are now ordered by relevancy and the search results are marked more visibly
    Heavily improved the table editor user interface: Now the table editor will on certain actions write all changes back to the document so that the possibility of data loss involves a single table cell at most in case the user forgets to un-focus the table. Furthermore, the table editor will now not be removed from the document when it loses focus, and instead the table will be updated silently
    The log viewer now only displays errors and warnings initially
    Fix a small visual glitch on macOS for toolbar searches
    Added "Open in new Tab" button to link preview tooltip, when user has preference "Avoid Opening Files in New Tabs" set to true
    Fix Use the CodeMirror default actions for Home and End preference not working on MacOS
    Fix task item strikethrough appearing laggy
    Fix task item strikethrough covering the preceding whitespace
    On macOS, file tree icons are now displayed using the theme/system color. On all platforms, you can customize the appearance using the selector body .tree-item clr-icon.special (including platform/mode selectors)
    Improve the readability mode: Now it will not render a YAML frontmatter and it will additionally treat sentences smarter than before
    Fixed an issue that would sometimes break images when you edited the caption in the rendered image caption.
    Enable resetting of the custom Zettelkasten directory
    The default value for "Use system accent color" is now off for all platforms except macOS
    The app now remembers if you had the sidebar open, and which tab you selected
    The app now remembers your recent global searches
    The file tree now expands when you are filtering for files/directories
    Translate the auto dark mode start/end setting strings
    The ToC now displays the currently active section
    Fix file manager always showing word count, even if user selected character count in preferences
    When clicking on a heading in the ToC, the cursor is now set to that heading and the editor is focused immediately
    Fix recent documents items not being clickable in Linux
    Fix drag & drop of files onto the editor
    Fix some bugs in the link opener

    Under the Hood:

    Update Pandoc to 2.17
    Removed the unused PDF settings from the config
    Removed the unused pandoc and xelatex config options
    Convert all MarkdownEditor hooks and plugins to TypeScript
    Tests now simply transpile without type checking
    Move service provider types to the new types directory
    Provide @dts as an alias to retrieve typings
    Move FSAL types to the new types directory
    Convert the remaining utility functions to TypeScript
    Polyfill the path module in renderer processes
    Convert the MainSidebar component to TypeScript
    Move out the statistics calculation from the FSAL
    The yarn package and yarn test-gui commands now skip typechecking, reducing build time by a large margin

[close]

Download: https://github.com/Zettlr/Zettlr/releases

https://www.zettlr.com/
Titel: Vim 8.2.4257
Beitrag von: SiLæncer am 30 Januar, 2022, 09:40
(https://s26.postimg.cc/xww5nc4zt/screenshot_1282.png)
A highly configurable text editor built to enable efficient text editing - an improved version of the vi editor distributed with most UNIX systems.

Freeware

Changes:>>

8.2.4257: Vim9: finding global function without g: prefix inconsistent

http://www.vim.org/index.php
Titel: MindForger 1.53.0
Beitrag von: SiLæncer am 30 Januar, 2022, 11:30
(https://i.postimg.cc/vZC9cHfL/screenshot-1581.png)
A unique combination of a Markdown editor and a notebook that enables you to write down any idea that crosses your mind and find it easy afterwards.

License: GPLv2

https://github.com/dvorka/mindforger
Titel: QOwnNotes 22.1.12
Beitrag von: SiLæncer am 30 Januar, 2022, 19:50
(https://s26.postimg.cc/hoi1ahlcp/screenshot_978.png)
QOwnNotes is a text editor / notepad replacement with markdown support and todo list manager. The program supports themes, keyboard shortcuts, syntax highlighting, and encryption. Includes available nested file list, tags, search, and more. Optionally works with the notes application ownCloud or Nextcloud.

Cross-platform with clients available for Mac and Linux.

License: GPL

Changelog


    you can now edit instantly when you disabled the read-only mode by checking
    Don't ask again in the dialog you get when typing in read-only mode (for #2421, thank you @noureddin)
    added more Arabic translation (thank you noureddin)

[close]

https://www.qownnotes.org/
Titel: Text Editor Pro 19.2.0
Beitrag von: SiLæncer am 30 Januar, 2022, 20:30
(https://s26.postimg.cc/hfdkhoj9l/screenshot_896.png)
Text Editor Pro (formerly EditBone) is a powerful text editing tool that comes with syntax highlighting support for over 50 languages and scripts, customizable with over 100 options, 29 ready made styles, a handy file comparison feature, unicode character map, numerical unit convert tool, SQL formatter, and support for multiple directories and search results.

Freeware

Changelog

    Added context menu for file tab popup menu
    Added show file line break option for status bar (default false)
    Fixed editor control line break
    Fixed language files
    Fixed Object Pascal highlighter
    Fixed options
    Fixed SQL formatter
    Fixed startup
    Updated and fixed AlphaControls v16.23 - http://www.alphaskins.com/

[close]

https://texteditor.pro/
Titel: Pandoc 2.17.1
Beitrag von: SiLæncer am 31 Januar, 2022, 09:20
(https://i.ibb.co/6mSXKdx/pandoc.png)
Pandoc is a command-line utility that can convert files from one markup format into another. Pandoc's enhanced version of Markdown includes syntax for footnotes, tables, flexible ordered lists, definition lists, fenced code blocks, superscripts and subscripts, strikeout, metadata blocks, automatic tables of contents, embedded LaTeX math, citations, and Markdown inside HTML block elements. (These enhancements, described further under Pandoc's Markdown, can be disabled using the markdown_strict input or output format.)

License: Open Source

Changelog

    Support pagedjs-cli as pdf engine (#7838, Albert Krewinkel). PagedJS is a polyfill and supports the Paged Media standards by the W3C. https://www.pagedjs.org/

    CommonMark reader: fix source position after YAML metadata (#7863).

    LaTeX reader:

        Remove retokenizing in rawLaTeXParser.

        Ensure that \raggedright doesn’t gobble an argument (#7757).

        Improve descItem. For some reason we were skipping arbitrary blocks before \item. This is now changed to “skip whitespace and comments.”

        Improve handling of \newif. Adding a pair of braces around the second argument of \def prevents LaTeX from an emergency stop on input like the following (#6096).

        \newif\ifepub
        \epubtrue
        \ifepub
        hi
        \fi

    Docx reader: Parse both Zotero citation and bibliography as FieldInfo (#7840).

    LaTeX writer:
        Allow arbitrary frameoptions to be passed to a beamer frame, using the frameoptions attribute (#7869).
        Add s and squeeze to recognized beamer frameoptions (#7869).

    Markdown writer: handle explicit column widths with pipe tables (#7847). If a table has explicit column width information and the content extends beyond the --columns width, we need to adjust the widths of the pipe separators to encode this width information.

    Docx writer: Separate tables even with RawBlocks between (#7224, Michael Hoffmann). Adjacent docx tables need to be separated by an empty paragraph. If there’s a RawBlock between tables which renders to nothing, be sure to still insert the empty paragraph so that they will not collapse together.

    Man writer: use custom font V for inline code (#7506). The V font is defined conditionally, so that it renders like CB in output formats that support that, and like B in those that don’t (e.g. the terminal). Aliases also defined for VI, VB, VBI.

    Asciidoc writer: Support checklists in asciidoctor writer (#7832, Nikolai Korobeinikov, ricnorr). The checklist syntax (similar to task_list in markdown) seems to be an asciidoctor-only addition.

    HTML writer:
        Avoid duplicate “style” attributes on table cells (#7871).
        Don’t break lines inside code elements. With the new (default) line wrapping of HTML, in conjunction with the default CSS which includes code { whitespace: pre-wrap; }, spurious line breaks could be introduced into inline code (#7858).

    Custom writer: preserve order of element attributes (#7489, Albert Krewinkel). Attribute key-value pairs are marshaled as AttributeList, i.e., as a userdata type that behaves both like a list and a map. This allows to preserve the order of key-value pairs.

    Switch to hslua-2.1 (Albert Krewinkel). This allows for some code simplification and improves stability.

    Don’t read files outside of user data directory (Even Brenden). If a file path does not exist relative to the working directory, and it does exist relative to the user data directory, but outside of of the user data directory, do not read it. This applies to readDataFile and readMetadataFile in PandocMonad and, by extension, any module that uses these by passing them relative paths.

    Text.Pandoc.Class.makeCanonical: Correctly handle consecutive “..”s at the beginning of a path (Even Brenden). Prior to this commit, ../../file would evaluate to file, when it should be unchanged.

    Search for metadata files in $DATADIR/metadata (#7851, Even Brenden). If files specified with --metadata-file are not found in the working directory, look in $DATADIR/metadata (#5876).

    Text.Pandoc.Class: export readMetadataFile [API change] (#5876).

    Text.Pandoc.Error: export new PandocCouldNotFindMetadataFileError constructor for PandocError [API change] (#5876).

    Avoid putting a frame around speaker notes in beamer (#7857). If speaker notes (a Div with class ‘notes’) occur right after a section heading, but above slide level, the resulting \note{..} caommand should not be wrapped in a frame, as that will cause a spurious blank slide.

    CSS in HTML template: adjust #TOC and h1 on mobile (#7835, Mauro Bieg).

    Text.Pandoc.Readers.LaTeX.Parsing: don’t export totoks. Make the first param of tokenize a SourcePos instead of SourceName, and use it instead of totoks.

    Text.Pandoc.Shared: Modify stringify so it ignores [Citation] inside Cite (#7855). Otherwise we’ll sometimes get two copies of things, one from the citationPrefix or citationSuffix and another from the embedded fallback text. When there is no fallback text, we’ll get no content. However, it really isn’t an alternative to just rely on the result of running query on the embedded Citations; this will result in a jumble of text rather than anything structured.

    Omit --enable-doc in the cabal haddock invocation in tools/build-and-upload-api-docs.sh.

    Text.Pandoc.App.Opt: fix logic bug in fullDefaultsPath. Previously we would (also) search the default user data directory for a defaults file, even if a different user data directory was specified using --data-dir. This was a mistake; if --data-dir is used, the default user data directory should not be searched.

    Text.Pandoc.Shared: defaultUserDataDir behavior change (#7842). If the XDG data directory is not defined (e.g. because it’s not supported in the OS or HOME isn’t defined), we return the empty string instead of raising an exception.

    Update command tests to distinguish stderr and test exit status.

    MANUAL: add that speaker notes can be used with beamer (#7856).

    Update build-and-upload-api-docs.sh.

    Document --trace option. Document no-check-certificate in defaults files. Document ‘sandbox’ option for defaults files. (#7873).

    Fix pattern syntax in sample readability custom reader.

    doc/custom-readers.lua: add example for “readable HTML.”

    Fix message in man page about where code can be found.

    manfilter.lua: remove extra indent in table cells with code blocks.

    Fix lua-filters documentation for table column widths (#7864).

    epub.doc: Update links to KindleGen (#7846, Benson Muite, Mauro Bieg). KindleGen has been deprecated and we need to link to archived versions.

    Use tables in defaults files documentation, so each default option is paired with the corresponding command-line option (Carsten Allefeld).

    Use skylighting 0.12.2.

    Add pandoc-lua-marshal to Nix shell (#7849, Even Brenden).

[close]

https://github.com/jgm
Titel: Vim 8.2.4266
Beitrag von: SiLæncer am 31 Januar, 2022, 09:40
Changes:>>

    Compiler warning for uninitialized variable
    Autoload tests fails
    Vim9: can use old style autoload function name
    No test for the GUI find/replace dialog
    Some search tests fail
    Accessing invalid memory in a regular expression

    Vim9: can still use a global function without g:

    Number of test functions for GUI events is growing
    Coverity warns for array overrun

http://www.vim.org/index.php
Titel: ImHex 1.14.0
Beitrag von: SiLæncer am 31 Januar, 2022, 10:10
(https://i.postimg.cc/8C9YTjjW/screenshot-3382.png)
An open-source editor that allows you to manipulate hexadecimal, binary data for writing optimal and well-performing apps, by displaying you content byte by byte.

Donationware

Changelog

    Addition:

    Added function for inserting bytes in the middle of files
    Added custom encoding files to content store
    ImHex now automatically writes all log output to a file
    Added menu items to save and load data processors
    Added support for copying values from the pattern language console
    Added RISC-V, M68K, M680X, WebAssembly, MOS65XX and BPF architectures to disassembler

    Improvements:

    Fixed interface being scaled horribly on MacOS
    Updated Italian translation. Thanks a lot to @CrustySean
    Updated Chinese translation. Thanks a lot to @xtexChooser
    Improved how integer values are displayed in the data inspector
    Improved loading of custom encoding files
    Splash screen no longer gets drawn on top of all other windows
    GoTo and Find text boxes are now automatically focused when the window is opened. Execute GoTo or Find function when pressing enter
    Patches that have the same value as the original value are now getting removed

    Bug Fixes:

    Fixed pasting bytes
    Fixed Flatpak release not working correctly
    Fixed ImHex crashing when exiting
    Fixed many format warnings and security issues
    Fixed jumping to addresses moving hex editor window to wrong offset
    Fixed curl SSL verification on MacOS and Linux

    Pattern Language:

    Added parameter packs
    This allows passing an unlimited amount of parameters to a function
    All built-in functions have now been to the builtin namespace.
    This means, to use built-in functions you now need to download and use libstd from the content store and include the correct include file
    Added [[no_unique_address]] attribute
    Applying this attribute to a variable makes it not increasing the cursor when placing it ?
    Added ability to assign a value to the dollar operator to change the current cursor
    Added assignment operators (+=, -=, *=, etc)
    Added #pragma once directive
    Added extra math functions (floor, ceil, round, sin, cos, and more)
    Fixed local variables not respecting their type's size
    Fixed color overriding for arrays and structs
    Fixed [[static]] attribute not correctly optimizing the type
    Fixed continue and break statements not working correctly in structs
    Fixed highlighting of arrays
    Fixed endian setting applied to structs not applying it to their members correctly
    Fixed strings being displayed wrongly
    Fixed lexing of sizeof and addressof operator

[close]

https://github.com/WerWolv/ImHex
Titel: VNote 3.12.888
Beitrag von: SiLæncer am 31 Januar, 2022, 11:10
(https://s26.postimg.cc/871od8huh/screenshot_1147.png)
Peculiar yet interesting, open source piece of software that sports both Markdown editing capabilities and note management features.

MIT License

Changelog

    Fix shortcuts in key sequence with input method (like Ctrl+G, E)
    Add line ending settings for config files
    FindAndReplace: fix zero-length search
    QuickAccess: support folders
    Upgrade to Qt 5.15.2
    Support file associations
    NewNoteDialog: remember default file type

[close]

https://github.com/tamlok/vnote
Titel: Pandoc 2.17.1.1
Beitrag von: SiLæncer am 31 Januar, 2022, 22:10
Whats new:>>

    Fix regression in 2.17.1 which caused problems finding default files in the default user data directory. (Reverts the item “logic bug in fullDefaultsPath”, which was misguided.)

    Sample custom writer: use single quotes for strings (#7487, Albert Krewinkel).

https://github.com/jgm
Titel: Vim 8.2.4277
Beitrag von: SiLæncer am 01 Februar, 2022, 08:40
Changes:>>

    Vim9: an import does not shadow a command modifier
    Separate test function for the GUI scrollbar
    Cannot use an autoload function from a package under start
    Basic and form filetype detection is incomplete
    Update runtime files
    The EBCDIC support is outdated
    Vim9 expr test fails without the channel feature
    MS-Windows: cannot build with Ruby 3.1.0
    Generating nv_cmdidxs.h requires building Vim twice
    Coverity warns for using a NULL pointer
    CI log output is long
    Unused entry in keymap enum

http://www.vim.org/index.php
Titel: Textadept 11.3 Beta 3
Beitrag von: SiLæncer am 01 Februar, 2022, 11:20
(http://foicica.com/textadept/images/splitviews.png)
Textadept will provide users with a fast, minimalist, and ridiculously extensible text editor. At its core lies less than 2000 lines of C code, and that's how it always will be. While other editors rely on recordable macros to speed up workflow, shell scripts to quickly transform text, and static side panes to manage your documents, files, and more.

Textadept takes it to the extreme: it gives you complete control over the entire application using the embedded Lua language. Lua is nearly as fast as C, and has a very small footprint. In fact, most of Textadept is written in Lua.

License : MIT License ( Donationware )

Changelog

    Bugfixes:

    Format: When formatting on save, check for filename first instead of assuming there is one.
    Scintilla: Fixed primary selection paste within same view.

    Changes:

    Added '`' as an autopair and typeover character.
    textadept.editing.auto_enclose keeps text selected.
    Scintilla: DEL (0x7F) is considered a space character.
    Updated to Scintilla 5.1.4.

[close]

http://foicica.com/textadept/
Titel: Textadept 11.3 Final
Beitrag von: SiLæncer am 01 Februar, 2022, 19:20
Changelog


    Bugfixes:

    Fixed attempted expansion of lexer name snippet that resolves to a table.
    Allow the line number margin to shrink when zooming out.
    Fixed menubar reset crash on macOS.
    Updated Ruby, C++, D, Gleam, Nim, and Verilog lexers to fix binary number parsing.

    Changes:

    Improve repeated building of Textadept.app on macOS.
    Updated Perl lexer to recognize more numbers.

[close]

http://foicica.com/textadept/
Titel: Vim 8.2.4282
Beitrag von: SiLæncer am 02 Februar, 2022, 10:10
Changes:>>

    Restricted mode requires the -Z command line option
    Using freed memory with :lopen and :bwipe
    List-dict test crashes
    Vim9: cannot change item type with map() after range()
    Build with Athena GUI fails

http://www.vim.org/index.php
Titel: Vim 8.2.4286
Beitrag von: SiLæncer am 03 Februar, 2022, 09:20
Changes:>>

    Vim9: strict type checking after copy() and deepcopy()
    Vim9: type of item in for loop not checked properly
    Old mac resources files are no longer used
    Using a variable for the return value is not needed

http://www.vim.org/index.php
Titel: Trilium Notes 0.50.1
Beitrag von: SiLæncer am 03 Februar, 2022, 10:50
(https://i.postimg.cc/2yDgvbpj/screenshot-2595.png)
A hierarchical note-taking software application with focus on building large personal knowledge bases while also providing a flurry of options.

License: AGPL

Changelog

    Brand new external REST API called ETAPI
    Removed username from authentication, only password is now needed
    Removed setting password in the initial setup to speed up the process and avoid confusing users, it's possible to set it up later
    Added possibility to reset password (thus losing protected notes, if any) from Options.
    As a result of above, typical "new document" setup is just two-click process without having to enter username & password
    Optimized sync protocol which can now in some cases halve the sync/time
    Unified Jump-To and quick search behavior with regards to hoisting and opening in a new tab, #2483
    Search immediately when user chooses "full search" from Jump To dialog, #2483
    Make whole text/code detail clickable to improve UX, add placeholder to empty code notes
    Print should include promoted attributes, #2550
    Add #shareRoot label to define an "index" note, closes #2567
    Initial theme is chosen based on OS settings, #2516
    Focus promoted/owned attributes input after activating the ribbon tab, closes #2606

[close]

https://github.com/zadam/trilium
Titel: Notepad++ v8.3
Beitrag von: SiLæncer am 04 Februar, 2022, 08:30
(https://i.postimg.cc/90QrsKpv/screenshot-818.png)
Notepad++ is a tabbed source code editor and Notepad replacement with a customizable interface. It is one of the few few source code editors that supports "folding," allowing users to quickly reduce and expand sections of code to see the overall document. In addition, it features multi-language syntax highlighting, auto-completion, regular expression search/replace, macro recording and playback, etc. The program can access a long list of plug-ins via an easy-to-access menu with even more features and functions.

License: GPL

Changelog


    Remove 2GB file open restriction for x64 binary.
    Improve large files (200MB) loading speed and editing/browsing performance.
    Fix Find in Files crash issue.

[close]

DL -> https://github.com/notepad-plus-plus/notepad-plus-plus/releases

https://notepad-plus-plus.org/
Titel: Vim 8.2.4293
Beitrag von: SiLæncer am 04 Februar, 2022, 10:10
(https://s26.postimg.cc/xww5nc4zt/screenshot_1282.png)
A highly configurable text editor built to enable efficient text editing - an improved version of the vi editor distributed with most UNIX systems.

Freeware

Changes:>>

8.2.4293: Vim9: when copying a list it gets type list<any>

http://www.vim.org/index.php
Titel: Text Editor Pro 19.2.1
Beitrag von: SiLæncer am 04 Februar, 2022, 10:30
(https://s26.postimg.cc/hfdkhoj9l/screenshot_896.png)
Text Editor Pro (formerly EditBone) is a powerful text editing tool that comes with syntax highlighting support for over 50 languages and scripts, customizable with over 100 options, 29 ready made styles, a handy file comparison feature, unicode character map, numerical unit convert tool, SQL formatter, and support for multiple directories and search results.

Freeware

Changelog

    Fixed application closing
    Fixed close all other files
    Fixed directory
    Fixed hot exit
    Fixed options
    Fixed scaling issues
    Fixed spell check suggestion
    Updated language files

[close]

https://texteditor.pro/
Titel: QOwnNotes 22.2.0
Beitrag von: SiLæncer am 04 Februar, 2022, 20:30
(https://s26.postimg.cc/hoi1ahlcp/screenshot_978.png)
QOwnNotes is a text editor / notepad replacement with markdown support and todo list manager. The program supports themes, keyboard shortcuts, syntax highlighting, and encryption. Includes available nested file list, tags, search, and more. Optionally works with the notes application ownCloud or Nextcloud.

Cross-platform with clients available for Mac and Linux.

License: GPL

Whats new:>>

Fix issue with detecting changes in the current note in sub-folders (……#2433)

https://www.qownnotes.org/
Titel: Vim 8.2.4297
Beitrag von: SiLæncer am 05 Februar, 2022, 09:10
Changes:>>

8.2.4297: Vim9: not all code covered by tests

http://www.vim.org/index.php
Titel: Vim 8.2.4306
Beitrag von: SiLæncer am 06 Februar, 2022, 09:20
Changes:>>

8.2.4306: no test for fixed perl filetype check

http://www.vim.org/index.php
Titel: QOwnNotes 22.2.1
Beitrag von: SiLæncer am 06 Februar, 2022, 18:00
Whats new:>>

    the Evernote import now supports importing images and attachments in-line (for #2435 )
    added more translation (thank you amirkbrpr, rawfreeamy, noureddin, mguerra, marterra, hansa2662)

https://www.qownnotes.org/
Titel: Vim 8.2.4314
Beitrag von: SiLæncer am 07 Februar, 2022, 09:10
Changes:>>

8.2.4314: test fails where lines are skipped

http://www.vim.org/index.php
Titel: PilotEdit Lite 16.1.0
Beitrag von: SiLæncer am 07 Februar, 2022, 21:15
(http://www.pilotedit.com/images/OpenInQuickMode.PNG)
PilotEdit is a text, hex, XML, C/C++, HTML, PHP, Java, Javascript and Perl editor that can edit large files of 400GB (40 billion lines).

It offers customizable syntax and keyword highlighting, advanced search and replace operations, automatic text encoding, 256-bit AES encryption/decryption and a built-in FTP/SFTP client lets you open, edit, download and upload large files directly to/from a FTP/SFTP server.

In addition to standard text editing features, PilotEdit can compare and merge two large files of 100GB (10 billion lines). You can also sort, find/remove duplicate lines and extract strings over a large file of 1GB.

Freeware

Whats new:>>

Includes improvements over most recently used file list window.

http://www.pilotedit.com/
Titel: Vim 8.2.4324
Beitrag von: SiLæncer am 08 Februar, 2022, 04:35
Changes:>>

    Vim9: script-local function name can start with "_"
    Vim9: nested function name can start with "_"
    Vim9: crash when using funcref with closure
    Vim9: crash when using a funcref to a closure
    Athena and Motif: when maximized scrollbar position is wrong
    Put does not work properly in compiled function
    Various comment and indent mistakes, returning wrong zero
    MS-Windows: Vim exits when Python 3 initialisation fails
    __CYGWIN32__ is not defined on 64 bit systems
    Put in Visual mode not fully tested

http://www.vim.org/index.php
Titel: Text Editor Pro 19.3.0
Beitrag von: SiLæncer am 08 Februar, 2022, 05:30
Changelog


    Added align option for output
    Added save bookmarks option for editor left margin bookmarks (default true)
    Fixed bookmarks in split view
    Fixed default file types
    Fixed highlighter color themes
    Fixed options
    Fixed page control
    Fixed portable mode - if TextEditorPro.ini is in the application path, the -appinipath parameter is not required
    Fixed replace
    Fixed SQL formatter
    Fixed text editor control
    Updated language files

[close]

https://texteditor.pro/
Titel: HelpNDoc Personal Edition 7.9.1 Build 631
Beitrag von: SiLæncer am 08 Februar, 2022, 22:10
(https://s26.postimg.cc/n8qdqw1ix/screenshot_994.png)
HelpNDoc provides all the tools necessary to write complete help files, manuals and documentations in a user friendly and very easy to use environment. HelpNDoc can generate standard Windows CHM help files, WEB based documentation, iPhone specific websites as well as printable PDF and Word documents.

HelpNDoc is completely free for personal use and evaluation purposes.

Changelog

    After deleting library items from the project analyzer, the number of successfully and unsuccessfully deleted items are shown
    After deleting library items from the project analyzer, user is asked if the analyzer should be refreshed
    Updating pictures' default properties when they are placed within tables could fail
    Pasting content in the topic editor could move the edit cursor at the beginning of the topic editor and back
    Refreshing the project analyzer after deleting library items could report incorrect data in the library items' analyzer
    Deleting multiple versions of the same library items from the project analyzer incorrectly displayed an error message
    Possible exception under some rare circumstances when deleting a bullet or a numbered item in a table cell
    Improved speed when pasting large content with pictures in topic editor

[close]

http://www.helpndoc.com/
Titel: Atom 1.59.0
Beitrag von: SiLæncer am 08 Februar, 2022, 22:15
(https://s26.postimg.cc/fmfpqomgp/screenshot_915.png)
A powerful and flexible application that works as a text and source code editor with syntax highlight, or alternately as a file viewer.

MIT License

Changelog

Notable Changes

    https://github.com/atom/atom/pull/22697 - Fixed command to install Atom dependencies on Ubuntu
    https://github.com/atom/atom/pull/16206 - Enable default editor keymaps for editors located outside atom-workspace

Atom Core

v1.58.0...1.59.0

    atom/atom#22015 - Update required dependencies for Debian/Ubuntu
    atom/atom#22463 - ?? Bump atom-select-list@0.8.1
    atom/atom#16206 - Enable default editor keymaps for editors located outside atom-workspace
    atom/atom#22448 - Update readme install libraries instructions
    atom/atom#11786 - fix spec toShow()
    atom/atom#22475 - Document TextEditor::bufferRangeForScopeAtBufferPosition
    atom/atom#22478 - Bump browserslist from 4.16.3 to 4.16.6
    atom/atom#22498 - Update atom.desktop.ini
    atom/atom#18321 - Implementing tree-sitter based indentation logic
    atom/atom#22250 - Migrate from Amazon S3 to Azure blob storage
    atom/atom#22530 - Fixes error on production CI
    atom/atom#22543 - git-diff: Fix typo in code
    atom/atom#22541 - Recreate #15175
    atom/atom#22553 - tree-indenter: Fix typo
    atom/atom#22575 - Bump normalize-url from 4.5.0 to 4.5.1
    atom/atom#22652 - Bump async dependency to 3.2.0 in /script
    atom/atom#22688 - Bump color-string from 1.5.4 to 1.5.5
    atom/atom#22597 - Fix/not update menu with i18n (#22594)
    atom/atom#22697 - Fixed command to install Atom dependencies on Ubuntu
    atom/atom#22737 - Fix typo in tree-sitter-language-mode-spec.js
    atom/atom#22733 - Decaffeinate elements
    atom/atom#22741 - For glibc compatibility use Ubuntu 18.04 as environment
    atom/atom#22738 - Ubuntu 16.04 LTS environment is deprecated It will be removed on September 20, 2021. Migrate to ubuntu-latest instead.
    atom/atom#22717 - Try removing marked
    atom/atom#22749 - Migrate styles element to custom elements
    atom/atom#22750 - Use custom element on pane container element
    atom/atom#22755 - Use custom element on workspace-element

[close]

https://atom.io/
Titel: QOwnNotes 22.2.2
Beitrag von: SiLæncer am 08 Februar, 2022, 22:45
Whats new:>>

    there now are new methods for the scripting class NoteSubFolderApi to get the active note subfolder and the relative and absolute path of a subfolder (for #2411)
        for more information please take a look at the scripting documentation
    capturing screenshots with the Web Companion browser extension was now fixed for browsers not sending correct image data (for #2443)

https://www.qownnotes.org/
Titel: Scite 5.2.0
Beitrag von: SiLæncer am 09 Februar, 2022, 16:50
(https://s26.postimg.cc/fbkgceeux/screenshot_1241.png)
Editor mit Syntax-Highlighting, Auto-Completion, Folding und vielem mehr...

Open Source

Whats new:>>

    Add multithreaded layout to significantly improve performance for very wide lines.
    Made compatible with Qt 6.
    Fix potential issue with length of buffer for string returning APIs in ScintillaEdit on Qt.
    Fix inaccurate scroll bar when there are annotations and wrapping of inserted or deleted text changes number of screen lines.
    Allow choice of object file directory with makefile by setting DIR_O.
    On macOS allow Scintilla to run if built without cursor images.

www.scintilla.org/SciTE.html
Titel: Zettlr 2.2.0
Beitrag von: SiLæncer am 09 Februar, 2022, 21:20
(https://s26.postimg.cc/vfll9p4mh/screenshot_956.png)
Write text and conveniently edit it using Markdown with the help of this user-friendly and well-thought-out, Electron based application.

MIT License

Release Notes

Attention: This update switches one preference in the exporters' defaults:
file-scope is now removed. Remove this line from your defaults files, or reset
them to the (new) default, if you'd like to use this in your exports as well.
See this issue for more info and an explanation what this option does.

GUI and Functionality

    Tags and keywords within a YAML frontmatter are now clickable
    AutoCorrect values are no longer detected as spelling mistakes
    Fix an issue with false detection of footnote reference texts
    Fix link resolving: Now files dropped onto the editor will be easier to detect
    as files (rather than weblinks)
    Fixed reloading issues with very large citation databases
    Fixed a visual glitch when choosing to "Open in a new tab" in a note preview
    Fix a regression that inserting pasted image paths into the editor didn't work
    Fix wrong display of citations if there was an error rendering the citation
    The tutorial is now also available after the first start; you can reopen it
    any time from the Help menu
    The autocompletion popup doesn't disappear anymore if you completely remove
    anything already written to begin anew
    Fix a bug that would with some installations result in a blank main window.
    Fixed a bug that would sometimes not update the tag autocompletion
    Ensure documents are saved when renaming a directory
    Do not show "Open Image Externally" if loading a data URL
    Improve styling for the "No results" message on file tree filtering
    Newly created files now always open in a new tab
    Fixed a bug where you would receive two "paste image" dialogs if you had text
    selected when pasting an image onto the editor
    Fixed conflicting text decorations between strikethrough and spellchecking
    Fixed a bug where a YAML frontmatter beginning and end would also be
    recognized even if it was not valid. A valid YAML frontmatter must be
    delimited by exactly three dashes/dots on their own line, and not more

Under the Hood

    Update Pandoc to 2.17.1.1
    Activate watchdog polling for the citeproc provider. This should reduce issues
    with very large citation databases.
    If the error message upon a failed database reload indicates that the file was
    simply incomplete, the citeproc provider now attempts a second reload after a
    delay of 5 seconds
    Moved the workspace and root file opening logic into their own command
    Make the ZettlrCommand base class abstract and require constraints on derived
    Remove all calls to global in the renderer processes; instead properly type
    the API provided via the window object
    Refactor the main process:
        Move the FSAL, the WindowManager, and the DocumentManager into the service
        provider realm
        Factor out all commands into a new CommandProvider
        Use singleton dependency injection to provide services to each other,
        utilizing an AppServiceContainer
        Remove (almost) every dependency on the global object
        Move the littered code from the Zettlr main class into their corresponding
        service providers
        Fixed the dependency hell within the FSAL
    The app doesn't attempt to download the Vue3 devtools in production anymore
    The date formatter now takes everything as parameters and has unit tests

[close]

Download: https://github.com/Zettlr/Zettlr/releases

https://www.zettlr.com/
Titel: Text Editor Pro 19.3.2
Beitrag von: SiLæncer am 09 Februar, 2022, 22:10
(https://s26.postimg.cc/hfdkhoj9l/screenshot_896.png)
Text Editor Pro (formerly EditBone) is a powerful text editing tool that comes with syntax highlighting support for over 50 languages and scripts, customizable with over 100 options, 29 ready made styles, a handy file comparison feature, unicode character map, numerical unit convert tool, SQL formatter, and support for multiple directories and search results.

Freeware

Changelog

- Fixed AV when default highlighter has code folding
- Fixed search
- Updated language files

Note! This product is always completely FREE for you. See the license.

Version 19.3.1

- Fixed application scaling issues
- Fixed system image list

[close]

https://texteditor.pro/
Titel: Atom 1.60.0 Beta 0
Beitrag von: SiLæncer am 09 Februar, 2022, 22:20
(https://s26.postimg.cc/fmfpqomgp/screenshot_915.png)
A powerful and flexible application that works as a text and source code editor with syntax highlight, or alternately as a file viewer.

MIT License

Changelog

Adds context menu for cinnamon desktop enviroment (Linux)
Allow line endings to be converted when copying and pasting

[close]

https://atom.io/
Titel: Trilium Notes 0.50.2
Beitrag von: SiLæncer am 10 Februar, 2022, 12:10
(https://i.postimg.cc/2yDgvbpj/screenshot-2595.png)
A hierarchical note-taking software application with focus on building large personal knowledge bases while also providing a flurry of options.

License: AGPL

Changelog

    Fix exporting huge text notes (export would get stuck on HTML pretty print)
    Introduced mutex to avoid random conflicts during rapid tab closing
    Fix updating becca after undeleting notes
    Fixed background color of input label in CKEditor search & replace, #2254
    Fix multiple Etapi token options UI bugs, closes #2616

[close]

https://github.com/zadam/trilium
Titel: BirdFont 4.25.0
Beitrag von: SiLæncer am 10 Februar, 2022, 19:45
(https://s26.postimg.cc/rd1s4grdl/screenshot_137.png)
BirdFont is a free font editor that lets you create vector graphics and export TTF, EOT & SVG fonts.

Donationware

Whats new:>>

    Make it possible to store background images out side of the font file, this makes loading birdfont files much faster.
    Fix high resolution icons in the tab bar.
    Fix a bug that made fonts with background files very big.

https://birdfont.org/
Titel: QOwnNotes 22.2.3
Beitrag von: SiLæncer am 10 Februar, 2022, 19:50
(https://s26.postimg.cc/hoi1ahlcp/screenshot_978.png)
QOwnNotes is a text editor / notepad replacement with markdown support and todo list manager. The program supports themes, keyboard shortcuts, syntax highlighting, and encryption. Includes available nested file list, tags, search, and more. Optionally works with the notes application ownCloud or Nextcloud.

Cross-platform with clients available for Mac and Linux.

License: GPL

Whats new:>>

    the levenshtein distance check was now disabled, because it takes too long (for #2433)
    try to fix a possible crash in the navigation panel (for #2393, thank you @Waqar144)

https://www.qownnotes.org/
Titel: RJ TextEd 15.40
Beitrag von: SiLæncer am 10 Februar, 2022, 20:31
(https://s26.postimg.cc/775l9vjeh/screenshot_593.png)
RJ TextEd - A Unicode source and text editor. RJ TextEd is a full featured text and source editor with Unicode support, syntax highlighting and code folding. The functionality extends beyond text files and includes support for HTML editing with integrated preview, spell checking, auto completion, HTML validation, templates and more. The program also include support for Topstyle Lite CSS editor, has a dual pane file commander, as well as a FTP client to upload your files. The editor uses language files to display menus and dialogs in different languages. There are several included languages. New language files can easily be created in the editor. RJ TextEd is also a simple web development tool. The editor can use auto completion and hints to assist you in editing your source code. You can preview HTML/ASP/PHP... code using one of the preview tabs or open a document in a browser. The editor does not only handle source code. It also handles true ASCII files, binary files and of course plain text files.

License: Freeware

Changelog

Highlight braces inside strings

If you enter a string and the cursor is positioned at a brace character the current and the matching brace inside the string is highlighted.

Highlight braces

You can now switch highlight type between underlined or squared. Open Environment -> Themes -> Customize to change highlight type.

Toolbar button

Added a new toolbar button with a „Compare text“ dropdown menu.

The same menu is available in the „Tools“ main menu and in the document tab context menu.

Go to „Environment – Customize toolbar…“ to enable the toolbar button.

Highlighters (syntax files)

Updated the JavaScript syntax files.

Emmet abbreviations

Fixed a few issues with empty tags.

Web preview

Added a button to open Edge (Chromium) developer tools on the browser preview tab.

The WebView2 control open the developer tool window as a stand alone window and it can’t be docked.

Misc

    Windows 11 Dark theme is set as standard with new installations.

Fixed

    Remote save issue.
    Search folder drop down menu position.
    Several Alternative font issues.
    Syntax highlighting issue when saving file remotely.

[close]

http://www.rj-texted.se/
Titel: QOwnNotes 22.2.4
Beitrag von: SiLæncer am 11 Februar, 2022, 19:50
Whats new:>>

    an attempt was made to include translation files correctly into the AppImage build
    added more translation (thank you amirkbrpr, marcoxbresciani, rakekniven, rawfreeamy, mguerra, chocolatine)

https://www.qownnotes.org/
Titel: CodeLite 15.0.0
Beitrag von: SiLæncer am 12 Februar, 2022, 18:47
(http://codelite.org/images/codelite-linux-thumb.png)
CodeLite is created as a powerful and cross-platform instrument that allows you to analyze and edit C / C++ source code files.

CodeLite is an open source tool that makes use of an user-friendly, yet sophisticated interface that allows users to easily create and build complex projects.

License: GPL

Changelog

    Bug fixes:

    Fixed: hiding line number margin is no longer possible
    Find In Files: should now load faster on Windows
    Fixed: File System Workspace: keep the last 'File mask' value used
    Language Server Protocol: Initialized notification to the server
    Prevent hangs under Wayland when changing Workspace View tabs
    Properly save/load workspace breakpoints and avoid mixing between two different workspaces breakpoints
    File System Workspace: when 'remote development' is enabled, do not attempt to remote save a file that is not part of our source tree or was opened by the SFTP plugin
    Fixed: crash when switching between themes
    Windows / macOS: Ctrl-TAB is broken
    gdb does not display local variables properly
    Creating a new file from the context menu in the File System Workspace - does not add it to git or svn
    Outline: honour the general background theme colour
    Bootstrap wizard: if the user select Default profile, load all plugins
    Fixed crash in codelite-terminal when executed with --command
    Fixed: SFTP overrides file attributes if these were modified after the file was loaded into CodeLite
    LLDB settings: keep the full path for debugserver
    Fixed: cppcheck is now working from the context menu again
    File System Workspace: set the default working directory to the workspace folder
    PHPdoc return value is not handled correctly

    Changes:

    Displaying the parent folder in the tab label is now optional
    Git push: just execute git push without prompting the user to select remote
    By default, show minimal list of buttons in the toolbar when first time installing CodeLite
    By default, enable minimal list of plugins (by profile type)
    File System Workspace: split the settings into 2 different files: a local and shared file. The content in the "local" files is kept under .codelite/ directory in the workspace folder and is not to be saved into git or any source control the default .workspace file contains properties that should be shared
    File System Workspace: added 'working directory' field
    Language Server Protocol: optimized the traffic between LSP <-> CodeLite by adding checksum checks before calling LSP to re-parse a file
    Language Server Protocol: added support for implemented 'extDocument/documentSymbol' protocol message
    PHP: update PHP xdebug UI view to fit the IDE look
    Language Server Protocol: added an option to pass environment variables + initialization options directly from the UI
    GDB: Honor user's ~/.gdbinit file
    File System Workspace: added an option to use remote build
    Internal changes to how GDB communicate changes to CodeLite
    Appearance: honor *system* dark themes
    Language Server Protocol: install the user code completion provided by clangd automatically
    macOS: we now build CodeLite using macOS 10.15.5 (Catalina)
    Windows: better support for Dark Theme (Windows native)
    Creating or deleting a folder via the 'Explorer' view, will automatically sync PHP workspace
    file system workspace: extend the default file extensions to show with *.py, *.rb, *.php and *.php
    python support: adjust method document style to match the NumPy method as described here: https://docs.python-guide.org/writing/documentation/
    [PHP] Find functions in context when inserting PHPDoc
    [PHP] Add return type to signature
    [PHP] Add nullable type to signature in auto-complete
    [PHP] Hint nullable and default values
    [PHP] Handel parsing of by reference values in PHPDoc
    [PHP] Allow parsing of nullable types from PHPDoc
    [PHP] Handle parsing PHP 7.1 nullable types
    [PHP] Handle common mistakes when parsing PHPDoc
    [PHP] Add missing native types
    [PHP] Group tags in generated PHPDoc
    [PHP] Set return type to mixed when unspecified
    Callgraph is no longer included in the default installer of CodeLite
    File System Workspace: added the ability to exclude folders from the workspace. The folders are still visible, but they will be excluded in various operations, like Find In Files, Parsing etc
    Full parsing of workspace is roughly 30% faster now
    Renamed default build system from "CodeLite Make Generator" -> "CodeLite Makefile Generator"
    Added new Build System: CodeLite Makefile Generator - UNIX - which generates UNIX compatible Makefiles, even when on Windows (useful for cygwin / MSYS environments)
    contextual highlight is no longer done using the SQLite symbol database, as a result it should feel much more faster
    Git reset: added a WARNING icon to the dialog + Cancel button (which is now the new default)
    Navigation bar now also displays "git blame" info (author + commit hash + date) for the current line
    UI updated to the Preferfences and Colour and fonts dialog
    Refined dark theme support by removing various border which might look bright on dark theme
    Added an option to hide the main editor's tab area (Windows & macOS only)
    Language Server Plugin: you can now mark an LSP as SSH. This will execute it on a remote machine instead (you still need to make sure that it is installed on the remote machine)
    Quick Debug: it is now possible to debug over SSH from. Just state the account + binary to debug and CodeLite will do the rest
    Language Server Plugin: opening a header file will now automatically send the implementation file (cpp) to the active LSP for parsing. This way we make sure that goto-definition will work immediately
    Implemented a proper "switch to workspace" functionality. It is now possible to call Open Workspace without the need to the currently opened one. In addition, CodeLite will now display a dialog that will list the last opened workspaces
    PHP Find In Files: 1. Starting find-in-files from the context menu will force the find-in-files dialog to use the selected dialogs from the tree view *this are transient paths and will not be remembered* 2. Starting find-in-files from any other way, will use the last used settings
    Fixed: find in files offset is broken when non ASCII text is presented in the editor

[close]

http://codelite.org/
Titel: Zettlr 2.2.1
Beitrag von: SiLæncer am 12 Februar, 2022, 19:40
Whats new:>>

Quite a few of you, excited to see the launch of 2.2.0, saw the app crash instead of displaying to you all the neat improvements we have stacked into the update. The cause* was luckily quickly found and, with this update, we fix it. Additionally, there are a few minor additional changes, as usual, because the train of progress never stops.

Download: https://github.com/Zettlr/Zettlr/releases

https://www.zettlr.com/
Titel: Network Notepad 6.0.19
Beitrag von: SiLæncer am 12 Februar, 2022, 21:00
(https://s26.postimg.cc/wuply3q2h/screenshot_425.png)
Network Notepad is a specially designed application for creating interactive network diagrams.

Now you can use this accessible and easy-to-use instrument to create or manage the diagrams you need.

Point-and-Click Telnet/ Browse/ User-definable
Network Management.
Simple Drag and Drop interface.
Open, Text Based File Format.
Printing.
Linked Diagrams.
Flow Charts.

Freeware

Whats new:>>

Bugfix: Links Table - column headers incorrect for some languages.

http://www.networknotepad.com/index.htm
Titel: Vim 8.2.4365
Beitrag von: SiLæncer am 13 Februar, 2022, 08:40
(https://s26.postimg.cc/xww5nc4zt/screenshot_1282.png)
A highly configurable text editor built to enable efficient text editing - an improved version of the vi editor distributed with most UNIX systems.

Freeware

Changes:>>

8.2.4365: sticky command modifiers are too sticky

http://www.vim.org/index.php
Titel: RJ TextEd 15.42
Beitrag von: SiLæncer am 13 Februar, 2022, 19:20
Changelog
   

Selection

Added several options for selection in "Environment -> Themes -> Customize".

    Selections can be drawn to the right window edge when spanning multiple lines.
    Selections can be drawn to the line break when spanning multiple lines.
    Selections can be transparent and display highlighting.

Tabs and white spaces are always displayed inside selections (when mono-spaced fonts are used). Line breaks are shown inside the selection if the selection extend to the window edge.

Default behavior is transparent selection extending to the window edge.

Fixed

    Close to hibernate.

[close]

https://www.rj-texted.se/
Titel: CudaText 1.156.0.0
Beitrag von: SiLæncer am 13 Februar, 2022, 21:30
(https://s26.postimg.cc/k6wu8qcrt/screenshot_901.png)
Create programming scripts with this powerful tool that supports more than 130 languages and allows users to work concurrently on as many as six groups of projects.

Freeware

https://cudatext.github.io/
Titel: Vim 8.2.4375
Beitrag von: SiLæncer am 14 Februar, 2022, 06:55
Changes:>>

8.2.4375: ctx_imports is not used

http://www.vim.org/index.php
Titel: ProgramEdit 5.0.9
Beitrag von: SiLæncer am 14 Februar, 2022, 07:27
(https://s26.postimg.cc/wcabyxqq1/screenshot_58.png)
ProgramEdit - a free Windows® software source-code editor. ProgramEdit includes language support for HTML, Ada, C/C++, C#, CSS, JAVA, JavaScript, Perl, PHP, Python, Ruby, VB, VBScript, Verilog, VHDL and Batch(.bat) files. Other features include tabbed file selection, text highlighting, find & replace, regular expressions, sesssions, bookmarks, multiple undo/redo and hyperlinks.

Freeware

Whats new:>>

    fix several minor bugs that slow down large-file editing
    update Help files

http://simplesolverlogic.com/index.html
Titel: QOwnNotes 22.2.5
Beitrag von: SiLæncer am 14 Februar, 2022, 21:30
(https://s26.postimg.cc/hoi1ahlcp/screenshot_978.png)
QOwnNotes is a text editor / notepad replacement with markdown support and todo list manager. The program supports themes, keyboard shortcuts, syntax highlighting, and encryption. Includes available nested file list, tags, search, and more. Optionally works with the notes application ownCloud or Nextcloud.

Cross-platform with clients available for Mac and Linux.

License: GPL

Changelog
   

    toolbar configuration from actions that were generated by custom scripting actions are now saved correctly again (for #2451, thank you @Waqar144)
    another possible crash related to the navigation widget was fixed (for #2393, thank you @Waqar144)
    the Web Companion browser extension is now back in the Mozilla Addons store with version 22.2.3 and can be used in Firefox again after a user data consent workflow was implemented (for #37)
        you need to give your consent that personal data can be sent to QOwnNotes once

[close]

https://www.qownnotes.org/
Titel: Vim 8.2.4386
Beitrag von: SiLæncer am 15 Februar, 2022, 06:25
(https://s26.postimg.cc/xww5nc4zt/screenshot_1282.png)
A highly configurable text editor built to enable efficient text editing - an improved version of the vi editor distributed with most UNIX systems.

Freeware

Changelog
   

Still cannot build tiny version
Cannot build tiny version
Vim9: error message not tested, some code not tested
Vim9: unused code lines
A custom 'tabline' may cause Esc to work like Enter
Translation file listed twice
Small differences between Chinese translation files
An empty change is reported to a listener
Incsearch HL broken when calling searchcount in 'tabLine'
CI steps for Windows are a bit unorganized
Not enough tests for command line completion

[close]

http://www.vim.org/index.php
Titel: RocketCake 4.4
Beitrag von: SiLæncer am 15 Februar, 2022, 17:50
(https://s26.postimg.cc/845jbp2c9/screenshot_542.png)
RocketCake is a free web editor for creating responsive websites for beginners and professional web developers. No programming needed.

Freeware

Release Notes

    Better compatibility with some modern FTP servers
    The editor is now able to store the positions of its docked/undocked windows. There is now an option so that it will startup again exactly as you arranged the docked windows during your last session. The default for this new option is to behave like before: RocketCake won't remember the position of the windows. You have to check this option to make it active first.
    The editor now uses autoscrolling to current text and/or marker position and is now easier to use that way for larger websites.
    The editor now correctly calculates word breaks also for texts in the languages Chinese, Japanese and Korean
    Fixed a problem with the cursor blinking not clearly sometimes on some highdpi displays
    Syntax highlighting color in the HTML code editor has been adjusted a bit
    The edit hyperlink button is no longer disabled when there is no option to place a hyperlink, instead a message box will appear now instead.
    Tabs on macOS now look much nicer
    The slideshow element doesn't animate the first image shown anymore
    Lots of smaller improvements everywhere

[close]

http://www.ambiera.com/rocketcake/index.html
Titel: Notepad++ 8.3.1
Beitrag von: SiLæncer am 15 Februar, 2022, 19:30
(https://i.postimg.cc/90QrsKpv/screenshot-818.png)
Notepad++ is a tabbed source code editor and Notepad replacement with a customizable interface. It is one of the few few source code editors that supports "folding," allowing users to quickly reduce and expand sections of code to see the overall document. In addition, it features multi-language syntax highlighting, auto-completion, regular expression search/replace, macro recording and playback, etc. The program can access a long list of plug-ins via an easy-to-access menu with even more features and functions.

License: GPL

Changelog


    Fix XML tag adding or mark deletion crash issue. (Fix #11128)
    Fix wrong cursor position on opened file & cmdline ‘-n’ param not working regression. (Fix #11131)
    Revert “Enable backup on save (simple) feature by default”.
    Restore auto-completion insert selection default behaviour (now with both ENTER & TAB as expected). (Fix #11178)
    Fix Path Completion not working regression. (Fix #11147)
    Fix target directory parameter (/D=) ignored by x64 installer regression. (Fix #11072)
    Add icons on function items of auto-completion to distinguish from word items. (Implement #11087)
    Fix file dialog “Append extension” checkbox not working on empty folder. (Fix #10436)
    Fix link part of Dark Mode Customized tone not persistent issue. (Fix #11095)
    Fix NPPM_RELOADFILE not working with converted 8.3 DOS file name (from long file name) bug. (Fix #11106)

[close]

DL -> https://github.com/notepad-plus-plus/notepad-plus-plus/releases

https://notepad-plus-plus.org/
Titel: QOwnNotes 22.2.6
Beitrag von: SiLæncer am 15 Februar, 2022, 20:50
Whats new:>>

    an attempt was made to fix some NoteSubFolderApi methods for PPA builds (for #2411)
    issues with the directory watcher for the note folder were fixed (for #2389, thank you, @Waqar144)

https://www.qownnotes.org/
Titel: ImHex 1.15.0
Beitrag von: SiLæncer am 15 Februar, 2022, 21:40
(https://i.postimg.cc/8C9YTjjW/screenshot-3382.png)
An open-source editor that allows you to manipulate hexadecimal, binary data for writing optimal and well-performing apps, by displaying you content byte by byte.

Donationware

Changelog

    Addition:

    Added better help messages for when Plugins are missing or outdated
    Added German translation to the Windows plugin
    Added Japanese translation. Thanks a lot to @gnuhead-chieb
    Added highlighting to matched yara rules

    Data processor:

    Added Digram, Layered Distribution, Byte Distribution and Image visualizer nodes to the data processor
    Added selected region node

    Pattern Language:

    Improved integer literal parsing, added hex-representation of floats
    Allow assigning to global variables inside of structs
    Allow variable placements inside of structs. This is especially useful for calculated pointers
    Fixed issues with #pragma once and #include
    Added [[left_to_right]] and [[right_to_left]] attribute for bitfields
    Added [[format_entries]] attribute to add a formatting function to all array entries
    Fixed precedence of comparison operators
    Allow patterns with nested children (structs, bitfields, arrays and unions) to be selected by clicking on them in the pattern data view
    Correctly disallow usage of negative values for array and padding sizes
    Fixed control flow statements (return, continue and break) not being applied correctly
    Fixed scopes not always being popped correctly. Thanks to @Diadlo

    Improvements:

    Massively refactored ImHex.
    The main application is now completely free of any ImHex-related code and purely acts as a loader
    The built-in plugin and libimhex now contain all functionality
    Improved integer parsing in the pattern language
    Drastically improved highlighting performance
    Only show file chooser popup if there's actually files to list
    Disable bookmark toolbar icon if no bytes are selected
    Added a dedicated hex input text box

    Bug Fixes:

    Fixed strings still being displayed incorrectly in the pattern data view
    Fixed pattern source code being deleted wrongly when switching to a different data provider
    Fixed docking to main window not always working
    Fixed icon being broken on macOS
    Fixed incorrect capstone include path
    Fixed a crash when opening files from the recent files list. Thanks to @Diadlo
    Fixed crash when opening a read only file on Linux. Thanks to @bigfoot547
    Fixed hex editor search popup buttons not working correctly. Thanks to @Diadlo
    Fixed columns in diff view being misaligned. Thanks to @twevs

[close]

https://github.com/WerWolv/ImHex
Titel: Vim 8.2.4396
Beitrag von: SiLæncer am 16 Februar, 2022, 06:15
Whats new:>>

    8.2.4396: Python3 test fails
    8.2.4395: some code lines not covered by tests
    8.2.4394: UTF8 select mode test fails on MS-Windows
    8.2.4393: possible number overflow with nested folds
    8.2.4392: MS-Windows with VIMDLL: Escaping CSI is wrong
    8.2.4391: command line executed when typing Esc in the GUI
    8.2.4390: Vim9: list from declaration with inferred type not set
    8.2.4389: screenpos() does not handle a position in a closed fold
    8.2.4388: dead code in op_insert()
    8.2.4387: command line completion doesn't always work properly

http://www.vim.org/index.php
Titel: Typora 1.1.2
Beitrag von: SiLæncer am 16 Februar, 2022, 19:30
(https://i.postimg.cc/25xV0Fq1/Virtual-DVD.png)
Swiftly write, edit, format and convert text to HTML with the help of this modern looking, streamlined and novice-accessible piece of software.

Changelog
   

    New / Improvement:

    File Link:

    Typora already supports link to local file or folder, like [text](./filename.md), in this update:
    If file link target (like filename.md) does not exists, Typora allows you to create that file or folder with simple click.
    If you add anchor after the target file path (like filename.md#header-1), you can open that file and directly jump to the anchor position by open that link. About how to get the # anchor, you can follow internal links about how to write an anchor.

    Math:

    We added an option to enable or disable physics package, which will replace the old “When enabled, commands like div, Re will be redefined by physics package” option. Following are example:
    physics package enabled physics package disabled
    Fix an issue that math numbering will get wrong when opening file in some cases.
    Fix Copy as MathML for math block not working properly. One tip is that you can select Copy as MathML in Typora’s math block, and then select Paste ? Keep Text Only in Word to paste math contents.

    Editing:

    Copy will do nothing when no text is selected (previously, it will put empty string to clipboard).
    We also add options to copy / cut the whole line which that have cursors on them, if there is no selection, which you can find similar behavior in most code editors or IDEs, like VS Code, etc.
    Assigned default shortcuts for select range and delete range actions.
    Improve the function for delete block / paragraph and delete line / sentence, see our spec here.

    UI / I18N:

    Fix some typos.
    Update translations in many languages, including Korean, Catalan, Turkish, Polish, Hungarian, Japanese, Indonesian, Dutch, etc.
    Add Malay language support (Thanks to MLukman).
    Add Slovenian language support (Thanks to sponka9).
    Update some UI icons and use more compact context menu for Windows / Linux.

    Security:

    Windows executables and installers are now signed.
    Fix an XSS security issue.

    Images:

    Typora now will ensure proper file extensions be added when download and save web images to local.
    You could now append hash tag after local image path, for example: ![img](image.png#center). Typora is now able to load them ignoring trailing hashes.

    Image Export:

    Fix custom font size not working for image export.
    Add option to use default / theme font size when export as image.
    Fix image corrupted if your Typora is zoomed.

    Command Line:

    On Windows / Linux, if you run typora test.md and test.md does not exist, then Typora will not popup error dialog. The file will be created when save without extra confirmation, just like other editors.

    License / Activation:

    You could now manage your activated license and deactivate devices via web page https://store.typora.io/my. You could find more details at here.
    Offline activation is now supported. You could find more details at here.

    Others:

    Add RTF from supported import file format (requires newer pandoc version).
    Improve logic to detect pandoc path automatically.
    Reopen closed file on updates.

    Fix:

    Fix open some link may close Typora unexpectedly.
    Fix file tree UI under smaller customer font size.
    Fix multiple BOM be added when saving files with BOM header.
    Fix always on top cannot be turned off under macOS.
    Fix UI issue when toggling tab if Typora is same height as current screen.
    Fix print always show “in process” when it is canceled.

[close]

https://www.typora.io/
Titel: Zettlr 2.2.2
Beitrag von: SiLæncer am 16 Februar, 2022, 21:40
(https://s26.postimg.cc/vfll9p4mh/screenshot_956.png)
Write text and conveniently edit it using Markdown with the help of this user-friendly and well-thought-out, Electron based application.

MIT License

Release Notes

This update includes a long-awaited feature: Graph views. This brings Zettlr onpar with other apps such as logseq or Obsidian. You will find the graph view in the stats window, which you can open as usual by clicking the statistics button on the toolbar. The graph will re-render as soon as something in the link structure of your notes changes. Rendering may take some time, however -- not because constructing or displaying the actual graph takes so much time, but rather, because resolving internal links (which can be either IDs or filenames) takes a long time.

    Within the graph view, you can interact with it in a few ways:

    You can tick the checkbox to exclude isolates from rendering, that is: files which are not linked to any other note
    With the + and --buttons, you can zoom in and out of the graph
    Using the dropdown menu, you can restrict rendering to a single component.
    These clusters of files are ordered by size, so the first components in the list are the biggest in your network of files. Note that isolates are excluded from this list
    By utilizing the trackpad or scrollwheel of your mouse, you can scroll both vertically and horizontally; dragging does not work yet
    Clicking the target button resets the view on the graph to its origin if you have scrolled someplace else
    Clicking on a note will open it in the main window just as if you had clicked on the note in the file manager Note that the graph view is still in its early stages. It works as advertised, but since networks can be very tricky, there is a lot of room for improvement.
    You will notice that we publish this new feature using a patch release (2.2.2 instead of 2.3.0). The reason is that we cannot finalize this feature in any way without the feedback from the community. So for this feature, we would like to invite you to provide feedback -- not just about potential bugs, but about things we should improve in the visual feedback the graph view gives you.
    See this as an opportunity: Whereas the graph views of Roam, logseq or Obsidian are pretty much in a final stage, Zettlr's graph view is still a blank canvas upon which you can project your ideas that help us all make sense of the chaos that is the network of our files!

    GUI and Functionality:

    New Feature: Zettlr now finally offers a graph view of all notes in the
    statistics window; clicking on a vertex opens the file in the main editor, and
    you can choose to hide isolates
    The full-text search doesn't skip files whose title and/or tags match the
    search terms anymore
    Hovering the mouse over a document tab now shows the full path of the file
    Ensure that in-memory files which are saved outside the workspaces are still
    added as root files
    Use a more appropriate cursor for resizing the split views

    Under the Hood:

    Add d3 as a fixed dependency in package.json; lock to the version from mermaid
    Fix a dependency race condition in the service container
    Make error messages more meaningful
    Enable renderers to search for files using an internal link

[close]

Download: https://github.com/Zettlr/Zettlr/releases

https://www.zettlr.com/
Titel: Vim 8.2.4405
Beitrag von: SiLæncer am 17 Februar, 2022, 06:15
Whats new:>>

compiler warning for unused variable without +folding

http://www.vim.org/index.php
Titel: EmEditor Professional 21.5.1
Beitrag von: SiLæncer am 17 Februar, 2022, 19:50
(https://1z9j8fz5fww49iaje1itey71-wpengine.netdna-ssl.com/wp-content/uploads/2013/09/EmEditorFree_Window.png)
EmEditor is a lightning-fast, tabbed text editor with themes, syntax highlighting, stay-on-top, and customizable keyboard mapping. The program supports batch find-and-replace, regular expressions, and more.

Release Notes

    Fixed a bug where EmEditor could crash on the Find Next Warning Character/Unicode command.
    Fixed customer-reported issues (1, 2, 3).

21.5.0

    New General Features:

    Added the ability to visualize invisible, control, and/or surrogate characters, which might cause potential security issues. Character ranges are customizable. Moreover, the new version can optionally check for these characters immediately before the file is being saved.
    The Find Next Unicode and Find Previous Unicode commands were enhanced to include the ability to find warning characters.
    The new version supports EditorConfig. This version supports following properties: indent_style, indent_size, tab_width, end_of_line (while saving), charset (while saving), trim_trailing_whitespace (while saving), insert_final_newline (while saving), and max_line_length.
    Added the /csv to command line options.
    The new version shows description in the status bar when hovering on a toolbar button.
    Improved the speed of Undo after Replace All.

    New Options:

    Added the Character Check page to configuration properties.
    Added the Character Range dialog box to the Character Check page of configuration properties.
    Added the Use .editorconfig option to the Edit page of the Customize dialog box for EditorConfig support.
    Added the Ensure a newline exists at the end of each file option to the Save Details dialog box.
    Added the Warning Characters item to the Specify Part list box in the Display page of configuration properties.

    New Commands:

    Character Check Properties

    Plug-in New Features:

    Added the EI_GET_SUM parameter to the EE_INFO message.

    Macro New Features:

    Improved the Sum.jsee macro to exclude hidden lines from the sum while being filtered.
    Added the eeColorInvalidCharacters index to Item property of DisplayList collection.
    Added the Sum and Average properties to the Selection object.

[close]

https://www.emeditor.com
Titel: Vim 8.2.4411
Beitrag von: SiLæncer am 18 Februar, 2022, 07:10
Whats new:>>

Bicep files are not recognized
Vim9: some code not covered by tests
Expand functions use confusing argument names

http://www.vim.org/index.php
Titel: QOwnNotes 22.2.7
Beitrag von: SiLæncer am 18 Februar, 2022, 19:30
Whats new:>>

added a new editor color schema Calm and Simple by @nils-se (for #2465(opens new window))
the Web Companion browser extension (opens new window) was ported to the soon mandatory manifest v3 for Chrome with version 22.2.4 (for #38 (opens new window))

https://www.qownnotes.org/
Titel: Typora 1.1.3
Beitrag von: SiLæncer am 18 Februar, 2022, 19:40
Whats new:>>

    Fix a critical issue that some file cannot be opened.
    Fix settings for epub cannot be shown in preferences panel.

https://www.typora.io/
Titel: Vim 8.2.4417
Beitrag von: SiLæncer am 19 Februar, 2022, 06:45
(https://s26.postimg.cc/xww5nc4zt/screenshot_1282.png)
A highly configurable text editor built to enable efficient text editing - an improved version of the vi editor distributed with most UNIX systems.

Freeware

Whats new:>>

    8.2.4417: using NULL pointer
    8.2.4416: Vim9: using a script-local function requires using "s:"
    8.2.4415: function argument name conflicts with C++ keyword
    8.2.4414: solidity files are not recognized
    8.2.4413: Vim9: Coverity warns for using NULL pointer
    8.2.4412: translation cleanup script does not remove empty lines at end

http://www.vim.org/index.php
Titel: BowPad 2.8.2
Beitrag von: SiLæncer am 19 Februar, 2022, 19:40
(https://s26.postimg.cc/h0ofzpokp/screenshot_1153.png)
BowPad is a small and fast text editor with a ribbon user interface and syntax highlighting.

Features:

syntax highlighting for over 100 file types and languages
handling of many different encodings, including UTF-8, UTF-16 and even UTF-32
easy ribbon user interface
navigation hints in the vertical scrollbar
coloring of open tabs according to their path
extendable with plugins written in jscript or vbscript

Freeware

Changelog
   

    Updated to Scintilla 5.2.0
    Use the uchardet lib for better detection of file encodings

    List of issues solved:

    Numeric Conversion Tool-Tip Questions
    Spell Checker not Functioning for Text Subsequent to internet Address
    [Feature Request] Numeric Conversion recognizes binary prefix
    Feature Request: Allow for search/replace EOL in regex mode

[close]

http://stefanstools.sourceforge.net/BowPad.html
Titel: CudaText 1.156.2.0
Beitrag von: SiLæncer am 19 Februar, 2022, 19:50
(https://s26.postimg.cc/k6wu8qcrt/screenshot_901.png)
Create programming scripts with this powerful tool that supports more than 130 languages and allows users to work concurrently on as many as six groups of projects.

Freeware

Changelog
   

    Change/add: option "renderer_tweaks" has new sub-option 's' to show Unicode-spaces in usual form; default is to show Unicode-spaces in Hex form, like Sublime (thanks @DUOLabs333)
    Fix: app crashed with option "links_regex": ""
    Fix: issue in FindInFiles4 plugin when go-to-found-match did not scroll file to needed line
    Fix: regression with option "renderer_anti_flicker":20 (values 1...999): a) Console is not repainted until click; b) plugin Sync Scroll work is broken (thanks @TomBraider42)

[close]

https://cudatext.github.io/
Titel: OutWiker 3.1.0.896 Beta
Beitrag von: SiLæncer am 19 Februar, 2022, 21:20
(https://s26.postimg.cc/87bx6b16h/screenshot_33.png)
OutWiker is an open-source personal wiki and outliner. Notes are stored in a tree, and kept in the form of directories on the disk. This encourages changing the base by external sources and programs. Currently there are three types of pages supported: plain text, HTML, and wiki. External files (such as pictures) can be attached to pages, and pages can be linked to each other. Each tree branch can be opened as a separate wiki. Other features include tag support, global search (notes and tags), bookmarks, HTML syntax highlighting and icons for notes.

OutWiker can be downloaded with or without plugins, as well as for Linux systems.

License : GPL

Whats new:>>

    Fix errors.
    Update libraries.

http://jenyay.net/Outwiker/English
Titel: Zettlr 2.2.3
Beitrag von: SiLæncer am 19 Februar, 2022, 21:30
(https://s26.postimg.cc/vfll9p4mh/screenshot_956.png)
Write text and conveniently edit it using Markdown with the help of this user-friendly and well-thought-out, Electron based application.

MIT License

Release Notes

    GUI and Functionality:

    The graph view now only updates when the underlying link structure has in fact changed
    Fixed an issue that would break project exports since we accidentally passed
    not just Markdown and code files, but also everything else in that directory
    to pandoc (including, but not limited to, PDFs, HTMLs, images, etc.)
    The graph view now supports displaying labels permanently; useful for smaller graphs
    Better graph sizing
    You can now highlight specific vertices based on text matching on its path
    The graph view scrolling has now been replaced by moving zoom, i.e. wherever
    your mouse cursor is when you zoom, the graph will zoom in ever so slightly onto that position
    Tags/keywords in a YAML frontmatter are now properly lowercased
    Massively improve the speed of graph building
    Fixed an error that would prevent the creation of new directories
    Fixed a bug that would always export a revealJS presentation using the black stylesheet
    Fixed commented entries in the YAML frontmatter being detected as headings
    The file tree now remembers which directories are opened for longer
    Make the emphasis rendering plugin less aggressive

    Under the Hood:

    Remove the dependency on the LinkProvider within the FSAL
    The LinkProvider now only updates when necessary; easing the load on the graph

[close]

Download: https://github.com/Zettlr/Zettlr/releases

https://www.zettlr.com/
Titel: Znote 1.4.0
Beitrag von: SiLæncer am 19 Februar, 2022, 21:50
(https://i.postimg.cc/qvfVnLWd/screenshot-2617.png)
Znote is a free, elegant program meant to help you write beautifully organized Markdown documents. You can organize your texts, notes, and files even better, using the simplistic left-side widget organizer for smoothly navigating different files.

Freeware

Changelog

    The Lock feature is now available everywhere without license.
    Add missing tooltips on toolbar icons
    Add text ellipsis on outline panel.

[close]

https://znote.lagrede.fr/
Titel: TeXstudio 4.2.2
Beitrag von: SiLæncer am 20 Februar, 2022, 06:00
(https://i.postimg.cc/Fz8CktsG/screenshot-2846.png)
GPL-LaTeX-Editor, der das Erstellen von LaTex-Dokumenten in Unicode vereinfacht; unterstützt den Nutzer beim Schreiben mittels interaktiver Rechtschreibprüfung, Syntax-Highlighting, Code-Folding und automatischer Code-Vervollständigung.

Open Source

Whats new:>>

- more cwls
- fix crash, #2094, #2084, #2109
- use picture highlighting for tikz env and similar

http://texstudio.sourceforge.net/
Titel: Vim 8.2.4424
Beitrag von: SiLæncer am 20 Februar, 2022, 06:15
Whats new:>>

".gts" and ".gjs" files are not recognized

http://www.vim.org/index.php
Titel: Text Editor Pro 20.0.0
Beitrag von: SiLæncer am 20 Februar, 2022, 21:10
(https://s26.postimg.cc/hfdkhoj9l/screenshot_896.png)
Text Editor Pro (formerly EditBone) is a powerful text editing tool that comes with syntax highlighting support for over 50 languages and scripts, customizable with over 100 options, 29 ready made styles, a handy file comparison feature, unicode character map, numerical unit convert tool, SQL formatter, and support for multiple directories and search results.

Freeware

Changelog

    Added bookmark list for editor
    Added clone for snippets
    Added colors for bookmark (popup menu)
    Added file explorer for directory (popup menu)
    Added file polling interval (ms) option for application modified files (default 1000)
    Added options for bookmark list
    Added options for XML tree
    Added poll file changes option for application modified files (default true)
    Added rename tab for new files (popup menu)
    Added search application param - https://www.texteditor.pro/support/application-params/
    Added show bookmark colors popup option for editor left margin bookmarks (default true)
    Added show line count option for status bar (default false)
    Added SQL highlighter for Informix
    Fixed application params
    Fixed AutoHotkey highlighter
    Fixed changed files polling
    Fixed completion proposal match case option
    Fixed default file types
    Fixed hot exit
    Fixed increase indent issue when default line break is Unix (LF)
    Fixed INI file
    Fixed language files
    Fixed layout issues
    Fixed options
    Fixed output
    Fixed page control painting issues
    Fixed reopen list
    Fixed scroll bars
    Fixed SQL formatter
    Fixed status bar
    Fixed text editor control
    Refactored bookmark saving

[close]

https://texteditor.pro/
Titel: Vim 8.2.4428
Beitrag von: SiLæncer am 21 Februar, 2022, 06:15
Whats new:>>

crash when switching tabpage while in the cmdline window

http://www.vim.org/index.php
Titel: Typora 1.1.4
Beitrag von: SiLæncer am 21 Februar, 2022, 08:40
(https://i.postimg.cc/25xV0Fq1/Virtual-DVD.png)
Swiftly write, edit, format and convert text to HTML with the help of this modern looking, streamlined and novice-accessible piece of software.

Changelog
   

Fix display issue under languages including Indonesian, French, Catalan and Traditional Chinese.

[close]

https://www.typora.io/
Titel: Znote 1.4.1
Beitrag von: SiLæncer am 21 Februar, 2022, 11:32
Whats new:>>

Add missing window controls on Linux

https://znote.lagrede.fr/
Titel: Typora 1.1.5
Beitrag von: SiLæncer am 22 Februar, 2022, 06:30
Whats new:>>

    Fix issues when canceling a saving process.
    Improve undo when auto save is enabled.

https://www.typora.io/
Titel: CudaText 1.156.2.2
Beitrag von: SiLæncer am 22 Februar, 2022, 12:20
(https://s26.postimg.cc/k6wu8qcrt/screenshot_901.png)
Create programming scripts with this powerful tool that supports more than 130 languages and allows users to work concurrently on as many as six groups of projects.

Freeware

Changelog
   

Add: command "reopen recent file" in the Command Palette.

[close]

https://cudatext.github.io/
Titel: RJ TextEd 15.43
Beitrag von: SiLæncer am 22 Februar, 2022, 21:25
(https://s26.postimg.cc/775l9vjeh/screenshot_593.png)
RJ TextEd - A Unicode source and text editor. RJ TextEd is a full featured text and source editor with Unicode support, syntax highlighting and code folding. The functionality extends beyond text files and includes support for HTML editing with integrated preview, spell checking, auto completion, HTML validation, templates and more. The program also include support for Topstyle Lite CSS editor, has a dual pane file commander, as well as a FTP client to upload your files. The editor uses language files to display menus and dialogs in different languages. There are several included languages. New language files can easily be created in the editor. RJ TextEd is also a simple web development tool. The editor can use auto completion and hints to assist you in editing your source code. You can preview HTML/ASP/PHP... code using one of the preview tabs or open a document in a browser. The editor does not only handle source code. It also handles true ASCII files, binary files and of course plain text files.

License: Freeware

Changelog

    Selection:

    Added a new option in Themes->Customize to show/hide tabs, spaces and line-breaks inside a selection.
    All selection features should work now with variable width fonts like Arial, Calibri... which is mostly used in plain text. Space characters are ignored and not indicated with a dot in selections though.
    Fixed several issues. Mostly with highlighter specific settings.
    Themes manager (Themes -> Customize)
    Made the window larger and a few other visual changes.

    Fixed:

    Move left/right issues in document panel.
    Selection issues (options).

[close]

http://www.rj-texted.se/
Titel: EmEditor Professional 21.5.2
Beitrag von: SiLæncer am 23 Februar, 2022, 07:10
(https://1z9j8fz5fww49iaje1itey71-wpengine.netdna-ssl.com/wp-content/uploads/2013/09/EmEditorFree_Window.png)
EmEditor is a lightning-fast, tabbed text editor with themes, syntax highlighting, stay-on-top, and customizable keyboard mapping. The program supports batch find-and-replace, regular expressions, and more.

Release Notes

    Fixed a bug where EmEditor could freeze on certain emoji sequences if the Warn invisible characters option is turned on.
    Fixed a pre-v21.5 issue where bookmarks could disappear on the Line Up/Down command.
    The new version stops Find in Files if a regex error occurs.
    Changed the behavior of the Word Left command when spaces following after a word.
    Adjusted the vertical scroll position after the Encode/Decode Selection commands when lines are wrapped.
    Fixed an issue where EmEditor could not stop macros at alert(), confirm(), prompt() methods if run asynchronously on some computers.
    Fixed customer-reported issues (1).
    Fixed a potential crash while opening XML files (avoided syntax check while reading a file).
    Supported more Emoji ZWJ Sequences, and fixed behaviors of the character check.
    Fix an issue where the In Selection Only option in the Find/Replace dialog box was set in sticky vertical selection mode even if only one line is selected.

[close]

https://www.emeditor.com
Titel: Text Editor Pro 20.0.1
Beitrag von: SiLæncer am 23 Februar, 2022, 19:00
(https://s26.postimg.cc/hfdkhoj9l/screenshot_896.png)
Text Editor Pro (formerly EditBone) is a powerful text editing tool that comes with syntax highlighting support for over 50 languages and scripts, customizable with over 100 options, 29 ready made styles, a handy file comparison feature, unicode character map, numerical unit convert tool, SQL formatter, and support for multiple directories and search results.

Freeware

Changelog

    Fixed bookmark list
    Fixed split view
    Fixed text editor control
    Updated language files

[close]

https://texteditor.pro/
Titel: QOwnNotes 22.2.8
Beitrag von: SiLæncer am 23 Februar, 2022, 21:00
(https://s26.postimg.cc/hoi1ahlcp/screenshot_978.png)
QOwnNotes is a text editor / notepad replacement with markdown support and todo list manager. The program supports themes, keyboard shortcuts, syntax highlighting, and encryption. Includes available nested file list, tags, search, and more. Optionally works with the notes application ownCloud or Nextcloud.

Cross-platform with clients available for Mac and Linux.

License: GPL

Changelog
   

    a possible crash in the table dialog was fixed when clicking on a cell with text (for #2472)
    Javascript in code blocks are now treated as Javascript instead of Java (for #2468, thank you, @dohliam)

[close]

https://www.qownnotes.org/
Titel: Mark Text 0.17.0
Beitrag von: SiLæncer am 23 Februar, 2022, 21:50
(https://i.postimg.cc/zfd3DrjN/Mark-Text.png)
Take notes or markdown code that you format and preview in real time and then export to HTML or PDF using this straightforward tool.

MIT License

Changelog

Breaking Changes:

    Changed multiple default key bindings.
    Changed key binding handling: all key bindings are now mapped to the corresponding US key bindings. E.g. Ctrl+Shift+7 on a German keyboard will now produce Ctrl+/ because Shift+7 is equivalent to /.
    Image uploader: SM.MS was removed, GitHub uploader is deprecated and will be replaced by PicGo in our next release.

Feature

    Added support for image path variables.
    Added command-line image uploader and reworked settings.
    Added regular expression group replacement to searcher.
    Added PlantUML diagram support.
    Added support for chemical equations in math mode.
    Added automatic call to search for find-in-file when the pane is opened.
    Open local non-markdown files in default application.
    Added support to use all menu entries for key binding.
    Added window zoom via default mouse event.
    Zoom level is now restored on startup.
    Added PicGo to upload images.
    Ability to invalidate image cache on demand.
    Added settings page to configure key bindings.

Optimization

    Improved inline markdown autocomplete support.
    Improved preference design.
    Relative image paths are now converted to forward slashes on Windows for better compatibility.
    Center sidebar image when no search results are available.
    Updated emoji database.
    Improved sidebar file handling UX by providing more error messages.

Bug fix

    Fixed an issue with code block cursor positioning.
    Fixed invalid mermaid diagram representation when exporting as PDF.
    Fixed rendering issue with LaTeX formulas
    Fixed an issue that may caused editor flickering while pressing Enter.
    Fixed Table of Contents sidebar display issue.
    Fixed editor overflow when the sidbar is open.
    Fixed a crash that occurred due to a bug in the markdown footnote parser.
    Fixed issue with shortcuts that included Alt.
    Fixed multiple issues on non-US keyboards.
    Normalized source-code editor cursor.
    Fixed preference scaling issue and added missing scrollbar.
    Fixed a rendering issue when multiple elements were selected via keyboard.
    Fixed preference migrations were always executed on start-up.
    Fixed scrolling and search match positing with high DPI scaling.
    Fixed slow startup on Windows due to a blocking call.
    Fixed an issue that caused the paste handler to insert only HTML content if HTML rendering was disabled.
    Fixed file rename with editor dialog.
    Fixed URL open handler when clicking a link in the editor.
    Fixed an issue that prevented to unindent a list item.
    Fixed multiple XSS issues on language selector and data input.
    Fixed a bug that HTML was rendered in preview mode even it was disabled in settings.
    HTML character encoding is now supported in code blocks.

[close]

https://github.com/marktext/marktext
Titel: Scite 5.2.1
Beitrag von: SiLæncer am 24 Februar, 2022, 06:45
(https://s26.postimg.cc/fbkgceeux/screenshot_1241.png)
Editor mit Syntax-Highlighting, Auto-Completion, Folding und vielem mehr...

Open Source

Whats new:>>

    Enable multi-threaded layout on GTK.
    Fix pixmap leak on GTK. Bug #2317.
    Fix re-entrant painting on GTK to maintain update region.
    Fix key map for GTK on macOS. Bug #2315.
    Fix building for Haiku. Bug #2315.

www.scintilla.org/SciTE.html
Titel: CudaText 1.156.4.0
Beitrag von: SiLæncer am 25 Februar, 2022, 06:45
(https://s26.postimg.cc/k6wu8qcrt/screenshot_901.png)
Create programming scripts with this powerful tool that supports more than 130 languages and allows users to work concurrently on as many as six groups of projects.

Freeware

Changelog
   

    add: command "reopen recent file" in the Command Palette (thanks @andersaamodt)
    add: little better Undo, when one of actions was deleting of selected block by Del/BkSpace (thanks @cser)
    add: char U+00AD is also shown in hex form (thanks @DUOLabs333)
    fix: big flickering when editing in PHP blocks (thanks @TomBraider42)
    fix: Find dialog: activating of 'Hi' option cleared the selection, so broke the find 'in selection only' (thanks @tmsg)

[close]

https://cudatext.github.io/
Titel: Text Editor Pro 20.0.2
Beitrag von: SiLæncer am 25 Februar, 2022, 07:10
Whats new:>>

    Fixed bookmark list
    Fixed bookmarks in hot save file
    Fixed bookmarks in split view
    Fixed INI file
    Fixed option defaults
    Fixed options
    Fixed output
    Fixed text editor control

https://texteditor.pro/
Titel: Vim 8.2.4473
Beitrag von: SiLæncer am 26 Februar, 2022, 06:10
(https://s26.postimg.cc/xww5nc4zt/screenshot_1282.png)
A highly configurable text editor built to enable efficient text editing - an improved version of the vi editor distributed with most UNIX systems.

Freeware

Changelog
   

    8.2.4473: Coverity warnds for not checking return value of ftell()
    8.2.4472: Coverity warns for use of a freed function name
    8.2.4471: Coverity warns for uninitialized variable
    8.2.4470: Coverity warns for uninitialized variable
    8.2.4469: Coverity warns for uninitialized variable
    8.2.4468: Coverity warns for uninitialized struct member
    8.2.4467: running filetype test leaves file behind
    8.2.4466: MS-Windows: illegal memory access in installer
    8.2.4465: fuzzy completion does not order matches properly
    8.2.4464: Dtrace files are recognized as filetype D
    8.2.4463: completion only uses strict matching
    8.2.4462: not enough testing for quickfix code
    8.2.4461: MS-Windows: garbage characters on stdout with VIMDLL
    8.2.4460: Vim9: wrong error for defining dict function
    8.2.4459: Vim9: compiling sort() call fails with unknown arguments
    8.2.4458: Vim9: compiling filter() call fails with unknown arguments
    8.2.4457: the GPM library can only be linked statically
    8.2.4456: terminal test may fail on some machines
    8.2.4455: accepting one and zero for second sort() argument is strange
    8.2.4454: resetting cmdwin_type only for one situation
    8.2.4453: :helpgrep may free an option that was not allocated
    8.2.4452: test for what 8.2.4436 fixes does not check for regression

[close]

http://www.vim.org/index.php
Titel: QOwnNotes 22.2.9
Beitrag von: SiLæncer am 26 Februar, 2022, 19:00
Whats new:>>

    you can now tell the application to stay always on top of other windows in the Window menu (for #2476)
    added more translation (thank you hansa2662, amirkbrpr, marterra, rakekniven, chocolatine, noureddin)

https://www.qownnotes.org/
Titel: Vim 8.2.4478
Beitrag von: SiLæncer am 27 Februar, 2022, 08:40
Changes:>>

Crash when using fuzzy completion.

http://www.vim.org/index.php
Titel: Notepad++ 8.3.2
Beitrag von: SiLæncer am 27 Februar, 2022, 19:00
(https://i.postimg.cc/90QrsKpv/screenshot-818.png)
Notepad++ is a tabbed source code editor and Notepad replacement with a customizable interface. It is one of the few few source code editors that supports "folding," allowing users to quickly reduce and expand sections of code to see the overall document. In addition, it features multi-language syntax highlighting, auto-completion, regular expression search/replace, macro recording and playback, etc. The program can access a long list of plug-ins via an easy-to-access menu with even more features and functions.

License: GPL

Changelog


    Fix incorrect message while double clicking on search result regression. (Fix #11215, #11106)
    Fix regression: file can’t be saved if it’s set to other charset before. (Fix #11238)
    Fix UDL comment config input fields broken regression. (Fix #11239)
    Fix UDL dialog crash issue on over 30 created UDL. (Fix #11257)
    Add sorting document tab order commands by name, path, type and size under “Window” Menu. (Fix #10393)
    Add API NPPM_GETCURRENTLINESTR and variable $(CURRENT_LINESTR) for RunDlg. (Fix #11216)
    Support better 2GB+ file (cmdline & session file adaptation). (Fix #11213)
    Fix auto-completion sort order problem due to fx icon. (Fix #11233)
    Refine auto-saving session on exit behaviour. (Fix #11249)
    Enhance performance on exit with certain settings. (Fix #11219)
    Fix auto-complete case insensitive not working issue. (Fix #11187)
    Fix saving problem (regression) with “Sysnative” alias in x86 binary. (Fix #11196)

[close]

DL -> https://github.com/notepad-plus-plus/notepad-plus-plus/releases

https://notepad-plus-plus.org/
Titel: QOwnNotes 22.2.10
Beitrag von: SiLæncer am 27 Februar, 2022, 19:30
Whats new:>>

    the scripting function script.regenerateNotePreview() now also regenerates the note preview if the note wasn't changed (for #2477)
        for more information please take a look at the scripting documentation
    added more Chinese Traditional, Persian, Polish translation (thank you evildeepblue, amirkbrpr, hansa2662)

https://www.qownnotes.org/
Titel: SavageEd 0.10.19 Experimental
Beitrag von: SiLæncer am 28 Februar, 2022, 11:35
(https://i.postimg.cc/SR3GnkgK/screenshot-2760.png)
SavageEd2 is a very small and fast Windows notepad replacement written in x86 assembly language (HLA). It can edit files of any size, limited only by memory. It can encrypt text files using AES encryption with 256 bit key (max 32 character password) in .enc format. It has Pattern searching features.

License: Freeware

Whats new:>>

fixed log not showing date/time properly. updated about dialog.

https://github.com/Androthi/SavageEd
Titel: Vim 8.2.4485
Beitrag von: SiLæncer am 01 März, 2022, 12:14
Changes:>>

Compiler warning for uninitialized variable.

http://www.vim.org/index.php
Titel: EditPad Lite v8.3.1
Beitrag von: SiLæncer am 01 März, 2022, 12:23
(http://www.editpadpro.com/screens/editpadlite.png)
EditPad Lite is a general-purpose text editor, designed to be small and compact, yet offer all the functionality you expect from a basic text editor.

Free for personal use

Changelog

Improvements:

    Do not copy text in AceText’s clipboard if PowerGREP 2.x.x is installed as this old version of PowerGREP was not correctly future-proofed for AceText’s new clipboard format.
    Search: Allow Find Previous with a regular expression when the Line by Line search mode is active, going through the lines in the file from bottom to top and applying the regex to each line from left to right.

Bug fixes:

    File Types|Encoding: If the default encoding is UTF-16 or UTF-32 but the file being opened is not a multiple of 2 or 4 bytes in size then open the file using the non-Unicode encoding instead of trimming the final bytes in the file to make it a multiple of 2 or 4 bytes in size. Previously, EditPad would check whether the file is likely valid UTF-16 or UTF-32 after the final bytes had been trimmed which could result in the file being opened using the non-Unicode encoding but with 1 or up to 3 characters missing at the end.
    Search Options|Adapt Case: When searching in regular expressions mode (regardless of whether the seach term is a regex or a literal) and replacing with a literal string using the Adapt Case option, then doing a second replacement with a different replacement string continued to use the previous replacement until a regex match with different casing was found.
    Search: Pasting 17 or more bytes from a hex editor into the small Search or Replace box failed with an access violation error.
    Search: Regexes like \Gliteral that start with \G and then have nothing but literal text ignored the \G finding the literal text anywhere in the file.
    Search|Replace Current as well as Replace and Find Next/Previous commands failed with an access violation error if the replacement text contained the %LINE% or %LINEN% match placeholders (8.3.0 only).

[close]

http://www.editpadlite.com/
Titel: ImHex 1.16.0
Beitrag von: SiLæncer am 01 März, 2022, 19:40
(https://i.postimg.cc/8C9YTjjW/screenshot-3382.png)
An open-source editor that allows you to manipulate hexadecimal, binary data for writing optimal and well-performing apps, by displaying you content byte by byte.

Donationware

Changelog

    Addition:

    Added basic editing support to the data inspector
    Simply double click the type you want to edit and then enter your new value there
    Not all types can currently be edited but the majority of it can
    Added custom font and font size setting
    Added long doubles to the data inspector
    Added setting where the user can add additional search paths which will be considered throughout ImHex. Thanks a lot to @PredatorCZ
    Added help text to data processor to tell the user how to start using it

    Pattern Language:

    Massive refactor of the pattern language
    The entire pattern language now switched to using smart pointers instead of doing manual memory management. This should prevent the majority of memory leaks that were present before.
    Allow all variable attributes to be applied to types directly so all their instances will have those attributes applied
    Added #pragma bitfield_order which applies the [[left_to_right]] or [[right_to_left]] attribute to all bitfields by default
    Added [[single_color]] attribute which forces all children of a pattern to have the same color. Thanks to @PredatorCZ
    Fixed a crash with using #include. Thanks to @Diadlo
    Arrays and custom types are now properly getting treated as references so they can be passed to functions without getting weird behaviour
    Added std::mem::find_sequence_in_range. Thanks a lot to @PredatorCZ
    This function works the same as std::mem::find_sequence but takes two additional parameters to specify the start and end address of the search performed
    Fixed off-by-one error when calculating unsized array sizes. Thanks to @Dyddye

    Improvements:

    Automatically disable borderless window mode then an Intel HD GPU is being detected.
    This prevents the black boarder / offset rendering from appearing which is caused by a bug in the Intel OpenGL driver
    This detection can be overwritten by manually setting the hex.builtin.setting.interface.force_borderless_window_mode setting to 1 in your settings.json
    Disable buffering on log files so their full content is always being written to disk
    Improved error handling of the content store
    The content store now only tries to list files in folders that are actually writable
    ImHex will no longer try to download (and fail) to download files into folders without permissions
    Increased store load timeout to 30 seconds
    This should allow you to use the content store even if you're behind tons of proxies
    Improved ImHex restarting user experience
    Instead of just immediately closing ImHex when a setting was changed that needed a restart, ImHex now correctly prompts if you want to restart it.
    Content from the ImHex-Patterns repository is now getting shipped by default

    Bug Fixes:

    Fixed opening files with unicode characters in their path
    Fixed ImHex not loading plugins correctly on first launch
    Fixed undo points not being created correctly
    Fixed pasting bytes into ImHex in certain cases
    Fixed log files being formatted incorrectly
    Fixed a crash when scrolling through the hex editor too quickly
    Fixed a bug where editing a byte and then scrolling down would cause all content of the hex editor view to disappear
    Fixed banner and logo images being corrupted in certain cases. Thanks a lot to @PredatorCZ
    Fixed circular dependency when building ImHex which caused issues on certain Linux distros
    Fixed imgui.ini file sometimes being created in the current working directory
    Fixed crash when trying to read from an empty file
    Fixed crash when saving projects

[close]

https://github.com/WerWolv/ImHex
Titel: ImHex 1.16.1
Beitrag von: SiLæncer am 02 März, 2022, 06:10
Changelog
   

    AdditionAdded alpha preview to the color picker tool:

    Improvements:

    Improved display of the base address setter popup
    Make std::mem::find_sequence_in_range return -1 when the value couldn't be found

    Bug Fixes:

    Fixed bug where the current offset in the pattern runtime was getting messed up when calling a function
    Fixed a crash when entering too much text in various input text boxes
    Fixed a crash when searching for empty strings or bytes

[close]

https://github.com/WerWolv/ImHex
Titel: Network Notepad 6.0.20
Beitrag von: SiLæncer am 02 März, 2022, 17:50
(https://s26.postimg.cc/wuply3q2h/screenshot_425.png)
Network Notepad is a specially designed application for creating interactive network diagrams.

Now you can use this accessible and easy-to-use instrument to create or manage the diagrams you need.

Point-and-Click Telnet/ Browse/ User-definable
Network Management.
Simple Drag and Drop interface.
Open, Text Based File Format.
Printing.
Linked Diagrams.
Flow Charts.

Freeware

Whats new:>>

Bugfix: Auto-grouping rack with a rack mounted device resulted in "Error: This edition does not support grouping" when loading .ndg file.

http://www.networknotepad.com/index.htm
Titel: RJ TextEd 15.44
Beitrag von: SiLæncer am 02 März, 2022, 19:40
(https://s26.postimg.cc/775l9vjeh/screenshot_593.png)
RJ TextEd - A Unicode source and text editor. RJ TextEd is a full featured text and source editor with Unicode support, syntax highlighting and code folding. The functionality extends beyond text files and includes support for HTML editing with integrated preview, spell checking, auto completion, HTML validation, templates and more. The program also include support for Topstyle Lite CSS editor, has a dual pane file commander, as well as a FTP client to upload your files. The editor uses language files to display menus and dialogs in different languages. There are several included languages. New language files can easily be created in the editor. RJ TextEd is also a simple web development tool. The editor can use auto completion and hints to assist you in editing your source code. You can preview HTML/ASP/PHP... code using one of the preview tabs or open a document in a browser. The editor does not only handle source code. It also handles true ASCII files, binary files and of course plain text files.

License: Freeware

Changelog

    Toolbar images:

    Updated the image lists to the latest version.

    Fixed:

    Context menu issue when installing the application.
    Possible directory issue when opening a file with no path.

[close]

http://www.rj-texted.se/
Titel: CudaText 1.157.0.2
Beitrag von: SiLæncer am 03 März, 2022, 12:20
(https://s26.postimg.cc/k6wu8qcrt/screenshot_901.png)
Create programming scripts with this powerful tool that supports more than 130 languages and allows users to work concurrently on as many as six groups of projects.

Freeware

Changelog
   

+ add: support encoding ISO-8859-9 (thanks @ertank)
+ add: command 'tabulation-key uses spaces: turn on'
+ add: command 'tabulation-key uses spaces: turn off'
+ add: command 'tabulation size: set to 2'
+ add: command 'tabulation size: set to 4'
+ add: command 'tabulation size: set to 8'
* change: prettified ISO encoding names: 'iso88591' -> 'iso-8859-1' etc
* change/add: better Undo steps, when Del/BkSpace key was pressed many times (thanks @cser)
* change: plugin Insert Time: move caret to the right side on insertion (thanks @mix-7)
* change: delete deprecated (in 2021/10) commands 'stop macro' and 'cancel macro'
* change: delete deprecated (in 2019) reading name of ui/syntax themes from history file, it's read from user.json

[close]

https://cudatext.github.io/
Titel: QOwnNotes 22.3.0
Beitrag von: SiLæncer am 03 März, 2022, 21:02
(https://s26.postimg.cc/hoi1ahlcp/screenshot_978.png)
QOwnNotes is a text editor / notepad replacement with markdown support and todo list manager. The program supports themes, keyboard shortcuts, syntax highlighting, and encryption. Includes available nested file list, tags, search, and more. Optionally works with the notes application ownCloud or Nextcloud.

Cross-platform with clients available for Mac and Linux.

License: GPL

Changelog
   

    an issue with redrawing the preview when the preview panel is turned on manually without switching workspaces was fixed (for #2482, thank you, @Waqar144)
    text blocks are now re-highlighted when text is added to the dictionary (for #2480, thank you, @Waqar144)
    added more German, Arabic, French translation (thank you rakekniven, noureddin, chocolatine)

[close]

https://www.qownnotes.org/
Titel: ImHex 1.16.2
Beitrag von: SiLæncer am 03 März, 2022, 21:20
Changelog
   

    Improvements:

    Yara rules are no longer bundled with ImHex directly anymore; Having them bundled made a bunch of different anti virus tools very sad so they once again need to be downloaded manually from the content store
    Patterns that use types which have been defined through a using statement now properly display their new type name in the pattern data view

    Bug Fixes:

    Fixed searching not working at all
    Fixed many text boxes not being writable at all

    Pattern Language:

    Fixed crash when using control flow statements without a value
    Fixed control flow statements not working correctly inside of custom types
    Fixed crash when using attributes
    Fixed major memory leak when using the [[format]] attribute
    Fixed crash when passing a value as a auto parameter to a function

[close]

https://github.com/WerWolv/ImHex
Titel: Vim 8.2.4501
Beitrag von: SiLæncer am 04 März, 2022, 07:15
(https://s26.postimg.cc/xww5nc4zt/screenshot_1282.png)
A highly configurable text editor built to enable efficient text editing - an improved version of the vi editor distributed with most UNIX systems.

Freeware

Changelog
   

    8.2.4501: with 'showbreak' set cursor displayed in wrong position
    8.2.4500: Vim9: can declare a global variable on the command line
    8.2.4499: Vim9: at the script level declarations leak to next block
    8.2.4498: using <Plug> with "noremap" does not work
    8.2.4497: wrong color for half of wide character next to pum scrollbar
    8.2.4496: Coverity gives warnings after tags code refactoring
    8.2.4495: help test fails in 24 line terminal
    8.2.4494: the find_tags() function is much too long
    8.2.4493: options test fails in the GUI
    8.2.4492: no error if an option is given a value with ":let &opt = val"
    8.2.4491: MS-Windows makefile dependencies are outdated
    8.2.4490: terminal focus reporting only works for xterm-like terminals
    8.2.4489: failing test for comparing v:null with number
    8.2.4488: build error with +eval but without +channel or +job
    8.2.4487: Vim9: cannot compare with v:null
    8.2.4486: MS-Windows GUI: slow scrolling with maximized window

[close]

http://www.vim.org/index.php
Titel: PilotEdit Lite 16.2.0
Beitrag von: SiLæncer am 04 März, 2022, 19:20
(http://www.pilotedit.com/images/OpenInQuickMode.PNG)
PilotEdit is a text, hex, XML, C/C++, HTML, PHP, Java, Javascript and Perl editor that can edit large files of 400GB (40 billion lines).

It offers customizable syntax and keyword highlighting, advanced search and replace operations, automatic text encoding, 256-bit AES encryption/decryption and a built-in FTP/SFTP client lets you open, edit, download and upload large files directly to/from a FTP/SFTP server.

In addition to standard text editing features, PilotEdit can compare and merge two large files of 100GB (10 billion lines). You can also sort, find/remove duplicate lines and extract strings over a large file of 1GB.

Freeware

Whats new:>>

Includes improvements over function window.

http://www.pilotedit.com/
Titel: QOwnNotes 22.3.1
Beitrag von: SiLæncer am 04 März, 2022, 22:00
Whats new:>>

    disabling of spellchecking if the current note is encrypted now also works after the settings dialog was opened (for #2487)
    more dark icons for menu entries were created (for #2489)
    added more translation (thank you hansa2662, chocolatine, noureddin, amirkbrpr, mguerra)

https://www.qownnotes.org/
Titel: Zettlr 2.2.4
Beitrag von: SiLæncer am 05 März, 2022, 22:00
(https://s26.postimg.cc/vfll9p4mh/screenshot_956.png)
Write text and conveniently edit it using Markdown with the help of this user-friendly and well-thought-out, Electron based application.

MIT License

Release Notes

This update changes the scroll effect on the document tab bar to be smooth
instead of snappy. To revert to the old behavior, you can use the following Custom CSS:

body div#tab-container {
  scroll-behavior: auto;
}

GUI and Functionality

    New Feature: You can now switch between zooming the whole GUI or just the
    editor font size when using the zoom menu items/shortcuts
    Restores the display of links in the related files section of the sidebar
    Differentiate between inbound, outbound, and bidirectional links in the
    related files section
    Fix related files display and link reporting
    Added a smooth scrolling effect for the tab bar
    Added classes in order to conditionally style the related files section based
    on the type of relation, the classes are tags if the relation is based on
    keywords, inbound for incoming links, outbound for outgoing links, and
    bidirectional for links from and to the said file
    Clicking on math now places the cursor correctly, reducing friction
    Select the image markup when clearing a rendered image by clicking on it
    Image captions do not disappear anymore while you are editing it, even if you
    move the mouse out of the image area
    Improve icon alignment in the related files section
    Relaxed conditions for emphasis rendering by just excluding word-characters
    Tab characters are no longer detected as spelling errors
    You can now choose to indent using tab characters instead of spaces
    Do not close the file left to a new usaved file upon saving the file
    Fixed a weird race condition in which the file manager would remain ignorant
    of an in-memory file after it has been saved to disk
    Changes to your files should now be detected immediately also on macOS
    Fixed a bug that would disable both types of magic quotes (single + double)
    if you disabled only one type
    Improve styling of progress bars on all platforms

Under the Hood

    Resolve links on-demand in the link provider
    Factor out the clickAndClear functionality to its own helper
    Improve editor image CSS
    Factor out the checks to see if we can render some element to unify behavior
    across rendering plugins
    Update most pure Node scripts from CommonJS to ESM in order to support the new
    versions of csso, chalk, and got
    FINALLY managed to get fsevents to run! After about three years or so.
    Add support for JabRef fileDirectory-style comments

[close]

Download: https://github.com/Zettlr/Zettlr/releases

https://www.zettlr.com/
Titel: Text Editor Pro 20.1.0
Beitrag von: SiLæncer am 07 März, 2022, 11:00
(https://s26.postimg.cc/hfdkhoj9l/screenshot_896.png)
Text Editor Pro (formerly EditBone) is a powerful text editing tool that comes with syntax highlighting support for over 50 languages and scripts, customizable with over 100 options, 29 ready made styles, a handy file comparison feature, unicode character map, numerical unit convert tool, SQL formatter, and support for multiple directories and search results.

Freeware

Changelog

    Added add HTML code to clipboard option for editor (default false)
    Added popup menu for status bar
    Added selection for multi caret
    Fixed -noskin issues
    Fixed bookmark list
    Fixed file opening
    Fixed language files
    Fixed multi caret
    Fixed option defaults
    Fixed reload changed files
    Fixed text editor control
    Refactored HTML export

[close]

https://texteditor.pro/
Titel: Vim 8.2.4522
Beitrag von: SiLæncer am 07 März, 2022, 11:20
Whats new:>>

GUI test fails with Motif.

http://www.vim.org/index.php
Titel: ProgramEdit 5.1
Beitrag von: SiLæncer am 07 März, 2022, 17:35
(https://s26.postimg.cc/wcabyxqq1/screenshot_58.png)
ProgramEdit - a free Windows® software source-code editor. ProgramEdit includes language support for HTML, Ada, C/C++, C#, CSS, JAVA, JavaScript, Perl, PHP, Python, Ruby, VB, VBScript, Verilog, VHDL and Batch(.bat) files. Other features include tabbed file selection, text highlighting, find & replace, regular expressions, sesssions, bookmarks, multiple undo/redo and hyperlinks.

Freeware

Whats new:>>

    add View/Word Wrap Auto
    fix several minor bugs
    update Word-Wrap Help

http://simplesolverlogic.com/index.html
Titel: SPFLite 2.5.22066
Beitrag von: SiLæncer am 07 März, 2022, 19:40
(https://i.postimg.cc/wT5s6g7J/screenshot-2635.png)
Rename, clone, delete, edit, print, exclude, touch, add to favorites and view your files using this intuitive software application.

License: GPLv3

Changelog

    Alter the check for embedded NULL (X'00') characters in a file so that it is performed after Unicode conversion to avoid false warnings.
    Correct DIFF command handling of tab number operands when there are some ineligible tabs (like Clip sessions) open.
    Correct case handling for AUTOCAPS and AUTOCASE during colorization. They were broken by a bug fix in the previous release.
    Correct macro function SPF_INVCHARS to honor the Invalid character choice of "N" for no replacement.
    Correct handling of the SET PENDING.macname=Y support, which allows a macro to continue executing even when there is a "Pendling Line Command" state.
    Correct handling of a line range with the SPLIT command.
    Correct PROF display immediately after file load. It was not properly removing any prior PROF display lines.
    When warning errors are detected in an AUTO (Colorize) file, the name of the exact colorize file will be included in the message. This will remove confusion when the file Profile invokes the USING option.
    Improve the Status Bar display which shows the Profile in use to identify when a USING(profname) is in effect.
    Normalize (sort, remove Dups) the list of file extensions in the Options => FM tab display to ease editing the list.
    Alter logic for how/when commands are saved in the RETRIEVE stack. It was not handling PFK initiated RFIND/RLOCFIND triggers of command line FIND / CHANGE commands properly.
    Add additional validation to internal pointers in the Tab removal process.
    Adjust LOCATE message generation to prevent multiple messages being issued for what is a single error.
    Correct handling of an empty =WORD> string to properly reset the WORD value to its default.
    Correct colorizing of the Status Line Mode box, it was not properly highlighting certain modes (Browse, View, etc.)

[close]

http://www.spflite.com/Home.html
Titel: Mark Text 0.17.1
Beitrag von: SiLæncer am 07 März, 2022, 21:15
(https://i.postimg.cc/zfd3DrjN/Mark-Text.png)
Take notes or markdown code that you format and preview in real time and then export to HTML or PDF using this straightforward tool.

MIT License

Changelog

Added experimental native support for Apple M1 (see #2983 if you have issues).

Optimization

    Improved behavior of inline markdown character auto pairing.

Bug fix

    Fixed crash at startup when a key binding was unset.
    Fixed paste handler for images.
    Fixed deletion behavior of a selected image.

[close]

https://github.com/marktext/marktext
Titel: Vim 8.2.4525
Beitrag von: SiLæncer am 08 März, 2022, 06:15
(https://s26.postimg.cc/xww5nc4zt/screenshot_1282.png)
A highly configurable text editor built to enable efficient text editing - an improved version of the vi editor distributed with most UNIX systems.

Freeware

Changelog
   

    Some GUI tests don't work on Athena
    MS-Windows: cannot build with some sodium libraries
    When gvim is started maximized the 'window' option isn't set

[close]

http://www.vim.org/index.php
Titel: Atom 1.60.0
Beitrag von: SiLæncer am 08 März, 2022, 18:40
(https://s26.postimg.cc/fmfpqomgp/screenshot_915.png)
A powerful and flexible application that works as a text and source code editor with syntax highlight, or alternately as a file viewer.

MIT License

Changelog

    atom/tabs#531 - Activate panes on any click, not just left click
    #13414 - Adds context menu for cinnamon desktop enviroment (Linux)
    #19016 - Allow line endings to be converted when copying and pasting

[close]

https://atom.io/
Titel: Atom 1.61.0 Beta 0
Beitrag von: SiLæncer am 08 März, 2022, 20:15
Changelog


    Electron upgrade to v11.4.7
    Fixes git-diff nested repositories REDUX
    Correctly discard history of two files with the same name
    Detects nullable types in phpdoc
    Supports blade syntax in heredoc
    Adds ERB highlighting inside of script tags

[close]

https://atom.io/
Titel: QOwnNotes 22.3.2
Beitrag von: SiLæncer am 08 März, 2022, 20:50
(https://s26.postimg.cc/hoi1ahlcp/screenshot_978.png)
QOwnNotes is a text editor / notepad replacement with markdown support and todo list manager. The program supports themes, keyboard shortcuts, syntax highlighting, and encryption. Includes available nested file list, tags, search, and more. Optionally works with the notes application ownCloud or Nextcloud.

Cross-platform with clients available for Mac and Linux.

License: GPL

Changelog
   

    the search icons for sub-folders, tags and the navigation panel in the main-window are now all better visible in dark mode (for #2490 )
    added more translation (thank you rawfreeamy, marcoxbresciani, amirkbrpr, mguerra)

[close]

https://www.qownnotes.org/
Titel: Vim 8.2.4529
Beitrag von: SiLæncer am 09 März, 2022, 07:40
Whats new:>>

Vim9: comparing partial with function fails.

http://www.vim.org/index.php
Titel: Znote 1.4.2
Beitrag von: SiLæncer am 09 März, 2022, 08:40
(https://i.postimg.cc/qvfVnLWd/screenshot-2617.png)
Znote is a free, elegant program meant to help you write beautifully organized Markdown documents. You can organize your texts, notes, and files even better, using the simplistic left-side widget organizer for smoothly navigating different files.

Freeware

Changelog

    Improvements:

    Show mermaid syntax error
    Add copy/paste URL for files and Images

[close]

https://znote.lagrede.fr/
Titel: RisohEditor 5.6.9
Beitrag von: SiLæncer am 09 März, 2022, 18:10
(https://i.postimg.cc/8P4z4Swt/screenshot-799.png)
"RisohEditor" is a free resource editor for Win32 development, created by Katayama Hirofumi MZ. RisohEditor realized the ideal of resource editor. "Risoh" means "ideal" in Japanese. RisohEditor can add, edit, extract, clone and remove the resource data in EXE/DLL files. You can edit Windows resources (Dialogs, Menus, Icons, Cursors, String Tables, Message Tables etc.) by using RisohEditor.

NOTICE: Please avoid installing in "C:\Program Files" or "C:\Program Files (x86)". Because the resource compiler (windres) doesn't accept space character in the file path.

Freeware

Whats new:>>

    Splited the history text.
    Renamed READMEs.
    Added WS_CLIPCHILDREN for RAD window to reduce flickering.

https://katahiromz.web.fc2.com/re/en/index.html#intro
Titel: Vim 8.2.4533
Beitrag von: SiLæncer am 10 März, 2022, 10:45
Whats new:>>

    Vim9: no test that after assigning null type is still checked
    Suspending with CTRL-Z does not work on OpenBSD
    LGTM warnings for condition and buffer size
    Making comparison with null work changes legacy behavior
    Update runtime files

http://www.vim.org/index.php
Titel: Vim 8.2.4542
Beitrag von: SiLæncer am 11 März, 2022, 09:10
Whats new:>>

    8.2.4542: Vim9: "break" inside try/catch not handled correctly
    8.2.4541: Crash in debugger when a variable is not available
    8.2.4540: line number for error is off by one
    8.2.4539: when comparing special v:none and v:null are handled the same
    8.2.4538: the find_tags_in_file() function is too long
    8.2.4537: output from linter and language server shows up in git
    8.2.4536: debugger test fails when breaking on expression
    8.2.4535: filename modifer ":8" removes the filename
    8.2.4534: Vim9: "is" operator with empty string and null returns true

http://www.vim.org/index.php
Titel: Vim 8.2.4548
Beitrag von: SiLæncer am 12 März, 2022, 09:20
Whats new:>>

Script-local function is deleted when used in a funcref.

http://www.vim.org/index.php
Titel: CudaText 1.157.5.0
Beitrag von: SiLæncer am 12 März, 2022, 10:50
(https://s26.postimg.cc/k6wu8qcrt/screenshot_901.png)
Create programming scripts with this powerful tool that supports more than 130 languages and allows users to work concurrently on as many as six groups of projects.

Freeware

Changelog
   

+ add: lexer CSS: code-tree is reworked, now it can show OK even huge _minified_ CSS files
+ add: command "Paste and indent" in the Command Palette + upper menu (thanks @DUOLabs333). It mimics Sublime Text command with the same name, you can assign Ctrl+Shift+V to it.
+ add: command "Paste from history" in the Command Palette + upper menu. It mimics Sublime Text command. Feature is controlled by new option "ui_max_history_clipboard".
+ add: command "clipboard: clear history" in the Command Palette
* change: removed menu item "Edit / Delete" (most apps don't have it)
* change: lexer CSS: removed 'properties' nodes from code-tree (like in VSCode)
* change: lexer CSS: removed color names (e.g. 'olive') from code-tree

[close]

https://cudatext.github.io/
Titel: RJ TextEd 15.45
Beitrag von: SiLæncer am 12 März, 2022, 19:50
(https://s26.postimg.cc/775l9vjeh/screenshot_593.png)
RJ TextEd - A Unicode source and text editor. RJ TextEd is a full featured text and source editor with Unicode support, syntax highlighting and code folding. The functionality extends beyond text files and includes support for HTML editing with integrated preview, spell checking, auto completion, HTML validation, templates and more. The program also include support for Topstyle Lite CSS editor, has a dual pane file commander, as well as a FTP client to upload your files. The editor uses language files to display menus and dialogs in different languages. There are several included languages. New language files can easily be created in the editor. RJ TextEd is also a simple web development tool. The editor can use auto completion and hints to assist you in editing your source code. You can preview HTML/ASP/PHP... code using one of the preview tabs or open a document in a browser. The editor does not only handle source code. It also handles true ASCII files, binary files and of course plain text files.

License: Freeware

Changelog

Run multiple instances

You can open another instance of the program if you hold the CTRL key while launching the editor.

If you select several files in explorer and open them in the editor using the context menu while holding the CTRL key - every file will be opened in its own editor window.

Removed the option to allow another instance on a different virtual desktop.

Code Explorer

Added a search box to the method list.

JavaScript

Made changes to improve Code Explorer navigation.

Explorer context menu

Fixed several issues. It should install/uninstall properly now, show an icon and open multiple files properly.

You can also open each selected file in its own instances of the program if you press the CTRL key.

Fixed

    Path issue when opening a file with no path and app is running.
    Folder picker issue on Windows XP.
    Tcl/Tk namespace support.

[close]

http://www.rj-texted.se/
Titel: Vim 8.2.4554
Beitrag von: SiLæncer am 13 März, 2022, 09:10
Whats new:>>

Vim9: using null values not sufficiently tested.

http://www.vim.org/index.php
Titel: Text Editor Pro 20.2.0
Beitrag von: SiLæncer am 13 März, 2022, 22:30
(https://s26.postimg.cc/hfdkhoj9l/screenshot_896.png)
Text Editor Pro (formerly EditBone) is a powerful text editing tool that comes with syntax highlighting support for over 50 languages and scripts, customizable with over 100 options, 29 ready made styles, a handy file comparison feature, unicode character map, numerical unit convert tool, SQL formatter, and support for multiple directories and search results.

Freeware

Changelog

    Added NEAR operator option for search (default false)
    Added number sign (#) for wildcard search
    Fixed find in files
    Fixed language files
    Fixed output
    Fixed regular expression search
    Fixed wildcard search

[close]

https://texteditor.pro/
Titel: RJ TextEd 15.46
Beitrag von: SiLæncer am 14 März, 2022, 20:30
(https://s26.postimg.cc/775l9vjeh/screenshot_593.png)
RJ TextEd - A Unicode source and text editor. RJ TextEd is a full featured text and source editor with Unicode support, syntax highlighting and code folding. The functionality extends beyond text files and includes support for HTML editing with integrated preview, spell checking, auto completion, HTML validation, templates and more. The program also include support for Topstyle Lite CSS editor, has a dual pane file commander, as well as a FTP client to upload your files. The editor uses language files to display menus and dialogs in different languages. There are several included languages. New language files can easily be created in the editor. RJ TextEd is also a simple web development tool. The editor can use auto completion and hints to assist you in editing your source code. You can preview HTML/ASP/PHP... code using one of the preview tabs or open a document in a browser. The editor does not only handle source code. It also handles true ASCII files, binary files and of course plain text files.

License: Freeware

Changelog

Emmet abbreviations

Added support for the standard Emmet lorem abbreviation.

  Ex1. p>lorem100
  Ex2. ul>lorem10.item*4
  Ex3. lorem120

Fixed

    Exception message when changing theme.

[close]

http://www.rj-texted.se/
Titel: Notepad++ 8.3.3
Beitrag von: SiLæncer am 15 März, 2022, 10:00
(https://i.postimg.cc/90QrsKpv/screenshot-818.png)
Notepad++ is a tabbed source code editor and Notepad replacement with a customizable interface. It is one of the few few source code editors that supports "folding," allowing users to quickly reduce and expand sections of code to see the overall document. In addition, it features multi-language syntax highlighting, auto-completion, regular expression search/replace, macro recording and playback, etc. The program can access a long list of plug-ins via an easy-to-access menu with even more features and functions.

License: GPL

Changelog


    Fix crash regression on opening a session file. (Fix #11325, #11365)
    Enhance stability: add new ability (plugin compatibility) for not loading incompatible plugins. (Fix #11349. Implement #11358, #11338, #11353)
    Fix deleting the folded line makes folded (hidden) content disappeared. (Fix #11246)
    Re-enable ability to center the Find Replace dialog on Notepad++ main window. (Implement #9201)
    Fix extension not appended issue while saving with ENTER under Windows 7. (Fix #11305, #11355)
    Fix preferences dialog “Dark Mode->Customize tone” color pickers RTL alignment issue in dark mode. (Fix #11343)
    Fix disabled static texts of Preferences blurry issue in dark mode. (Fix #10823, #11331)
    Add 4 API for custom auto-indentation and getting current macro status. (Implement #11253)
    Add new AutoComplete icon for distinguishing functions from normal keywords. (Implement #11311)
    Fix Plugin Admin close issue after typing ENTER. (Fix #11348)
    Show current and new version on update dialog. (Implement #19)

[close]

DL -> https://github.com/notepad-plus-plus/notepad-plus-plus/releases

https://notepad-plus-plus.org/
Titel: Vim 8.2.4567
Beitrag von: SiLæncer am 15 März, 2022, 10:20
(https://s26.postimg.cc/xww5nc4zt/screenshot_1282.png)
A highly configurable text editor built to enable efficient text editing - an improved version of the vi editor distributed with most UNIX systems.

Freeware

Changelog
   

Bracketed paste doesn't work well in Visual linewise mode
Check for existing buffer in session file may not work
No command line completion for :breakadd and :breakdel
Running test leaves file behind

[close]

http://www.vim.org/index.php
Titel: RJ TextEd 15.47
Beitrag von: SiLæncer am 15 März, 2022, 10:50
Whats new:>>

    Fixed:

    Some Emmet abbreviation issues.

http://www.rj-texted.se/
Titel: BirdFont 4.26.2
Beitrag von: SiLæncer am 15 März, 2022, 11:40
(https://s26.postimg.cc/rd1s4grdl/screenshot_137.png)
BirdFont is a free font editor that lets you create vector graphics and export TTF, EOT & SVG fonts.

Donationware

Whats new:>>

    A way to export all glyphs in a font as separate SVG file.
    Many bug fixes.

https://birdfont.org/
Titel: CudaText 1.158.0.0
Beitrag von: SiLæncer am 15 März, 2022, 20:50
(https://s26.postimg.cc/k6wu8qcrt/screenshot_901.png)
Create programming scripts with this powerful tool that supports more than 130 languages and allows users to work concurrently on as many as six groups of projects.

Freeware

Changelog
   

    Add: Project Manager: after "Refresh" action, restore tree-nodes folding + re-select old selected item (thanks @GHNewbiee)
    Add: Emmet plugin: support more abbreviations with Lorem Ipsum: "lorem", "lorem4", "lorem*4", "p*4>lorem" (thanks Rickard)
    Add: lexer Python: folding for {...} and [...] blocks
    Add: update data-files for CSS auto-completion
    Fix: option "find_separate_form" is disabled on GTK2, since that platform has a bug with it
    Fix: Addon Manager: CudaText update checker

[close]

https://cudatext.github.io/
Titel: Text Editor Pro 20.2.1
Beitrag von: SiLæncer am 16 März, 2022, 11:10
(https://s26.postimg.cc/hfdkhoj9l/screenshot_896.png)
Text Editor Pro (formerly EditBone) is a powerful text editing tool that comes with syntax highlighting support for over 50 languages and scripts, customizable with over 100 options, 29 ready made styles, a handy file comparison feature, unicode character map, numerical unit convert tool, SQL formatter, and support for multiple directories and search results.

Freeware

Changelog

    Fixed dialogs
    Fixed replace
    Fixed search
    Updated language files

[close]

https://texteditor.pro/
Titel: Vim 8.2.4576
Beitrag von: SiLæncer am 16 März, 2022, 11:20
Changelog


    8.2.4576: Vim9: error for comparing with null can be annoying
    8.2.4575: Vim9: test for profiling still fails
    8.2.4574: Vim9: test for profiling fails
    8.2.4573: a nested function is compiled for debugging without context
    8.2.4572: Vim9: return type "any" is changed to first returned type
    8.2.4571: not all gdb files are recognized
    8.2.4570: no command line completion for :profile and :profdel
    8.2.4569: Coverity warning for not using a return value
    8.2.4568: getmousepos() does not compute the column below the last line

[close]

http://www.vim.org/index.php
Titel: JSONedit 0.9.39
Beitrag von: SiLæncer am 16 März, 2022, 11:45
(https://s26.postimg.cc/zcd5ubda1/screenshot_961.png)
JSONedit is a simple editor for the JavaScript Object Notation format "a text-based open standard designed for human-readable data interchange" (source) with availble text and tree views.

Includes array generator using embedded Lua interpreter and Scintilla for text edition.

License:    Freeware

Changelog

    Added some jsoncons tools (with JSONedit_jsoncons.dll, binary is included in main zip)
    JSONPath evaluation
    JMESPath evaluation
    JSON Merge Patch
    JSON Patch
    Some refactoring to make it easier to manage multiple editor components and MRU lists

[close]

http://tomeko.net/software/JSONedit/index.php
Titel: Notepads 1.4.7.0
Beitrag von: SiLæncer am 16 März, 2022, 18:10
(https://i.postimg.cc/DzHrb6Dr/screenshot-1766.png)
Modern, open-source Notepad alternative for Windows 10 that gives the aging text editor a facelift, while also packing additional functionality into a similarly streamlined application.

MIT License

Changelog


--- v1.4.7.0 ---

    Updated dependencies and translations.
    Added shortcut: Ctrl+J to join multiple lines into one.

What's Changed

    Updated README by @EmirhakanTanhan in #981
    pt-PT: Update to portuguese by @United600 in #997
    Updated it-IT translation by @alessandrocaseti in #982
    fixed a few mistakes in the README by @NILL2021 in #1043
    nuget-deps: bump Microsoft.AppCenter.Crashes from 4.4.0 to 4.5.0 in /src/Notepads by @dependabot in #1026
    nuget-deps: bump Microsoft.AppCenter.Analytics from 4.4.0 to 4.5.0 in /src/Notepads by @dependabot in #1025
    action-deps: bump actions/cache from 2.1.6 to 2.1.7 by @dependabot in #994

[close]

https://github.com/JasonStein/Notepads
Titel: ghostwriter 2.1.2
Beitrag von: SiLæncer am 17 März, 2022, 21:10
(https://s26.postimg.cc/ggug7e4nt/screenshot_965.png)
Write, edit and preview your texts using Markdown with the help of this all-encompassing and user-friendly Markdown editor.

License : GPLv3

Changelog

    Fixed:

    Issue #624: Text on line breaks is now correctly highlighted.
    Issue #708: Removing large portions of text no longer freezes the app.
    Issue #732: User-defined width of sidebar is now restored on load.
    Issue #738: App waits longer for Pandoc to start up on Windows before timing out.

[close]

http://wereturtle.github.io/ghostwriter/
Titel: QOwnNotes 22.3.3
Beitrag von: SiLæncer am 17 März, 2022, 22:30
(https://s26.postimg.cc/hoi1ahlcp/screenshot_978.png)
QOwnNotes is a text editor / notepad replacement with markdown support and todo list manager. The program supports themes, keyboard shortcuts, syntax highlighting, and encryption. Includes available nested file list, tags, search, and more. Optionally works with the notes application ownCloud or Nextcloud.

Cross-platform with clients available for Mac and Linux.

License: GPL

Changelog
   

    the Arabic translation was integrated into the webpage on QOwnNotes webpage in Arabic (for #2494 )
    more debug messages were added to automatic note file reloading process  (for #2493 )
    added more translation (thank you rawfreeamy, noureddin, amirkbrpr, mguerra)

[close]

https://www.qownnotes.org/
Titel: Vim 8.2.4586
Beitrag von: SiLæncer am 18 März, 2022, 07:15
Whats new:>>

    8.2.4586: Vim9: no error for using lower case name for "func" argument
    8.2.4585: cannot use keypad page-up/down for completion menu
    8.2.4584: error for using autoload function in custom completion

http://www.vim.org/index.php
Titel: CudaText 1.158.2.0
Beitrag von: SiLæncer am 18 März, 2022, 07:50
Whats new:>>

    Add: default config of "detect_line" option (see the Wiki) includes 'shebang' for Bash and Python (thanks @HugLifeTiZ)
    Fix: write JSON configs (main app + Options Editor Lite) with 'flush buffers', to not wipe them by OS hard reset (thanks @DUOLabs333)
    Fix: too slow RegEx for 'numbers' in lexers C, C++, CSS, Lua, Python
    Change: disabled highlight of Git merge conflict markers: <<<<<<< ======= >>>>>>>

https://cudatext.github.io/
Titel: EmEditor 21.6
Beitrag von: SiLæncer am 18 März, 2022, 18:30
(https://1z9j8fz5fww49iaje1itey71-wpengine.netdna-ssl.com/wp-content/uploads/2013/09/EmEditorFree_Window.png)
EmEditor is a lightning-fast, tabbed text editor with themes, syntax highlighting, stay-on-top, and customizable keyboard mapping. The program supports batch find-and-replace, regular expressions, and more.

Release Notes

New General Features

    The new version allows you to drag and drop a file from Explorer to the Filter box in the Filter toolbar and a list box in the Advanced Filter, Batch Find, Batch Replace, Batch Find/Replace in Files dialog boxes to create a linked file. The linked file can contain multiple search strings divided by newlines.
    The Extract All button on the Filter toolbar became a drop-down box, and clicking ? on the right side of the button will display a menu where you can select between the Extract All Lines and Extract Matched Strings commands. The Extract Matched Strings command will extract only one string per line if multiple strings are matched.
    Added the \D and \T expressions to the Replacement Expression Syntax. These expressions can be useful to convert several dates/times expressed by different formats into one date/time format. For instance, if the matched date is “2022-03-31”, and the replacement expression is “\D m/d/yyyy”, the result will become “3/31/2022”.
    Added the \Nc, \Nd, \NC, and \ND expressions to the Replacement Expression Syntax to normalize strings according to Unicode TR#15.
    Supported all possible Emoji sequences.
    Updated the Unicode name database to Unicode v14.0.0.
    The new version displays Unicode Script and Unicode General Category on the Character Code Value command.
    Significantly improved the speed of the Advanced Filter command when many search strings (not regular expressions or number ranges) are combined with the Logical Disjunction (OR) to the Previous Condition option.
    Greatly improved the speed of the Join CSV command when the Key1/2 contains with Key2/1 , Key1/2 starts with Key2/1, or Key1/2 ends with Key2/1 conditions are selected,

New Options

    Added the Link File check box and ? on the right side of the Add button to the Advanced Filter dialog box. Clicking the ? part will allow you to add a linked file. The linked file can contain multiple search strings divided by newlines.
    Added ? on the right side of the Add to Batch button in the Batch Find, Batch Replace, Batch Find in Files, and Batch Replace in Files dialog boxes. Clicking the ? part will allow you to add a linked file. The linked file can contain multiple search strings divided by tabs and newlines (Tabs can be used to separate find and replace strings).
    The Extract All button on the Filter toolbar became a drop-down button, and clicking the button displays a context menu to select between the Extract All Lines and Extract Matched Strings commands.
    Added the Unicode Script and Unicode General Category list boxes to the Character Range dialog box.
    Added the Selection Mode item to the Status page of the Customize dialog box.
    Removed the Never Clear Bookmarks check box from the History page of the Customize dialog box, and added the days text box for the Save Bookmarks option to the History page.

New Commands

    Extract Matched Strings (Filter toolbar)

Plug-in New Features

    Added the EI_SET_FILE_NAMEW parameter to the EE_INFO message.
    Added the FLAG_FIND_LINK_FILE flag to the FILTER_INFO_EX structure and Editor_Filter inline function.

Macro New Features

    Allows the Name property of the Document object to be used to rename the file name of the document. If the document is untitled, the property renames the document title without saving the file.
    Added the eeExFindLinkFile flag to the Filter method of the Document object.

[close]

https://www.emeditor.com
Titel: RisohEditor 5.7.0
Beitrag von: SiLæncer am 18 März, 2022, 18:40
(https://i.postimg.cc/8P4z4Swt/screenshot-799.png)
"RisohEditor" is a free resource editor for Win32 development, created by Katayama Hirofumi MZ. RisohEditor realized the ideal of resource editor. "Risoh" means "ideal" in Japanese. RisohEditor can add, edit, extract, clone and remove the resource data in EXE/DLL files. You can edit Windows resources (Dialogs, Menus, Icons, Cursors, String Tables, Message Tables etc.) by using RisohEditor.

NOTICE: Please avoid installing in "C:\Program Files" or "C:\Program Files (x86)". Because the resource compiler (windres) doesn't accept space character in the file path.

Freeware

Whats new:>>

Fixed recompilation in management of re

https://katahiromz.web.fc2.com/re/en/index.html#intro
Titel: MiKTeX 22.3
Beitrag von: SiLæncer am 18 März, 2022, 21:40
(https://i.postimg.cc/rpCxYpK5/MiKTeX.png)
Lightweight and simple-to-use application which enables you to write mathematical, technical or any other type of scientific material.

Freeware

Changelog

Upgraded programs

    asymptote 2.79
    cweb 4.7
    dvips 2022.1
    dvisvgm 2.13.3
    luatex 1.15.0
    pmxab 2.9.8a
    ptex 4.0.0
    texworks 0.6.7
    xetex 0.999994

Fixed issues

    1054: Open Terminal window does nothing on elementary OS
    1055: GFtoPK crashes in supre mode for fonts in certain optical sizes
    1062: mpm --admin --require=@listfile with non-existing listfile

[close]

https://miktex.org
Titel: Text Editor Pro 20.3.0
Beitrag von: SiLæncer am 20 März, 2022, 09:30
(https://s26.postimg.cc/hfdkhoj9l/screenshot_896.png)
Text Editor Pro (formerly EditBone) is a powerful text editing tool that comes with syntax highlighting support for over 50 languages and scripts, customizable with over 100 options, 29 ready made styles, a handy file comparison feature, unicode character map, numerical unit convert tool, SQL formatter, and support for multiple directories and search results.

Freeware

Changelog

    Added PDF view options
    Added search for PDF view
    Fixed AlphaSkins
    Fixed InnoSetup highlighter
    Fixed near operator
    Fixed PDF view control
    Fixed search options
    Fixed Windows 11 Dark color theme
    Updated Delphi and C++ Builder 11.1 Alexandria - https://www.embarcadero.com/products/delphi
    Updated FastMM5 memory manager - https://github.com/pleriche/FastMM5
    Updated language files
    Updated PDFium binaries (DLL files)
    Updated TGPuttyLib - https://github.com/superflexible/TGPuttyLib
    Updated TGPuttyLib binaries (DLL files)

[close]

https://texteditor.pro/
Titel: Vim 8.2.4594
Beitrag von: SiLæncer am 20 März, 2022, 11:10
(https://s26.postimg.cc/xww5nc4zt/screenshot_1282.png)
A highly configurable text editor built to enable efficient text editing - an improved version of the vi editor distributed with most UNIX systems.

Freeware

Changelog
   

    Update runtime files
    8.2.4594: need to write script to a file to be able to source them
    8.2.4593: unnecessary call to redraw_later()
    8.2.4592: search continues after giving E1204
    8.2.4591: cursor line not updated when a callback moves the cursor

[close]

http://www.vim.org/index.php
Titel: nanDECK 1.26.3
Beitrag von: SiLæncer am 20 März, 2022, 20:15
(https://www.portablefreeware.com/screenshots/scrOwgPgp.png?0.6930669409302652)
nanDECK is a scripting graphic software that provides a simple yet flexible language to create multiple images suited for cards or counters .

Freeware

Changelog

    New REPEAT function:

    This functions is used to build strings with repetitions of characters, the syntax is: [label]=REPEAT("string", number)

    Added parameters in LINE/LINERECT/BEZIER/BEZIERS for arrow angle:

    The standard arrow has the tip drawn with two lines at 45°, with these parameters you can change this angle: LINE="range", pos x1, pos y1, pos x2, pos y2, html color | html gradient, thickness, pattern O/D/S, end arrow, start arrow, end angle, start angle
    LINERECT="range", pos x, pos y, width, height, html color | html gradient, thickness, pattern O/D/S, end arrow, start arrow, flag TRBLDG, end angle, start angle
    BEZIER="range", pos x1, pos y1, handle x1, handle y1, handle x2, handle y2, pos x2, pos y2, html color | html gradient, thickness, end arrow, start arrow, end angle, start angle
    BEZIERS="range", pos x, pos y, handle x, handle y, html color | html gradient, thickness, end arrow, start arrow, end angle, start angle

    And a negative angle draws the arrows with three lines:

    Added parameter in HTMLBORDER for inner background transparency
    Added parameters in HTMLBORDER for min/max height

    These parameters let you draw the inner area of an HTMLTEXT using a HTMLBORDER line with a partial transparency and a min/max height. Syntax:

    HTMLBORDER=htmlfont, type RECTANGLE / DOTTED / DASHED / DOUBLE / GROOVE / RIDGE / INSET / OUTSET / NONE, html color, thickness, gap top, gap left, gap right, gap bottom, corner rounding, html color, alpha, min. height, max. height

    Added parameter in HTMLFONT for rotation of characters:

    Syntax: HTMLFONT=tag, "font name", font size, style B/I/U/S/O/N/R/C/T/A/M/D/L/G/E/J/H/Y/Z/K/W/V/F, html color, alignment, shadow x, shadow y, shadow blur, shadow color, outline color, outline width, indent, highlight color, char. spacing, angle

    Added parameter in HTMLIMAGE for rotation of image:

    Syntax: HTMLIMAGE="range", key, "image file", width, height, flag PTMBLREICDH, angle
    Added parameter in HTMLTEXT for specifying a font used for paragraphs
    Added U flag in HTMLTEXT for using font on multiple paragraphs
    The 12th parameter specifies to use a font tag in each paragraph of the text. Note also that with the U flag a sequence in this parameter is applied sequentially in each paragraph.
    Added parameter in EDGE for INSIDE borders
    Added parameter in EDGE to change tips
    Added parameter in EDGE to change corners

    Syntax:

    EDGE="range", type SOLID / INSIDE / DOT / DASH / DASHDOT / DASHDOTDOT / NULL / CUSTOM, pattern O/D/S, tip ROUND / SQUARE / FLAT, join ROUND / BEVEL / MITER

    Added W/H flags in ICONS to distribute icons:

    Instead of grouping them, these flags distribute the icons horizontally (W) and/or vertically (H) in ICONS directive.
    Added J flag in IMAGE for using alternate jpeg library

    Added A flag in SAVE for using alternate jpeg library:

    I’ve added an alternative engine for jpeg images, that can be used in IMAGE (for showing a jpeg) and in SAVE (for saving a jpeg).

    Added C flag in LAYER for using layers with the canvas:

    The C flag specifies that the LAYER is used with the canvas instead of in a card.

    Added M/S flags in REPLACE for multiple/single replacements:

    The default behavior (now selected with the M flag) is to pair every from/to texts to every element of the 1st parameter, instead with the S flag the Nth pair of from/to texts are applied only to the Nth element of the 1st parameter.
    Added F flag in COPYCARD for rotate cards upside down:
    The default with COPYCARD directive is to copy the card as-is. With the F flag the card is rotated upside-down.

    Added W/H/D/U flags in INFO function:

    Results:

    W - card width (in current units)
    H - card height (in current units)
    D - card dpi
    U - name of the current units (cm/mm/inch)

[close]

http://www.nand.it/nandeck
Titel: Vim 8.2.4602
Beitrag von: SiLæncer am 21 März, 2022, 12:40
Changelog


    8.2.4602: Vim9: not enough test coverage for executing :def function
    8.2.4601: Vim9: not enough test coverage for executing :def function
    8.2.4600: Vim9: not enough test coverage for executing :def function
    8.2.4599: GTK: get assertion errors when scrolling a split window
    8.2.4598: profile completion test sometimes fails
    8.2.4597: LuaV_debug() not covered by tests
    8.2.4596: installing tutor binary may fail
    8.2.4595: X11: using --remote-wait may keep the CPU busy

[close]

http://www.vim.org/index.php
Titel: Typora 1.2
Beitrag von: SiLæncer am 21 März, 2022, 20:10
(https://i.postimg.cc/25xV0Fq1/Virtual-DVD.png)
Swiftly write, edit, format and convert text to HTML with the help of this modern looking, streamlined and novice-accessible piece of software.

Changelog
   

    Fix issues when canceling a saving process. (Windows / Linux)
    Improve undo when auto save is enabled. (Windows / Linux)
    Fix image with absolute path not shown in exported PDF. (macOS)

[close]

https://www.typora.io/
Titel: Znote 1.4.3
Beitrag von: SiLæncer am 22 März, 2022, 10:40
(https://i.postimg.cc/qvfVnLWd/screenshot-2617.png)
Znote is a free, elegant program meant to help you write beautifully organized Markdown documents. You can organize your texts, notes, and files even better, using the simplistic left-side widget organizer for smoothly navigating different files.

Freeware

Whats new:>>

Fix CMD+P hotkey to quickly run a JS block

https://znote.lagrede.fr/
Titel: Vim 8.2.4606
Beitrag von: SiLæncer am 22 März, 2022, 19:10
Whats new:>>

Test fails because of changed error message.

http://www.vim.org/index.php
Titel: Vim 8.2.4611
Beitrag von: SiLæncer am 23 März, 2022, 18:10
Whats new:>>

    8.2.4611: typos in tests; one lua line not covered by test
    8.2.4610: some conditions are always true
    8.2.4609: :unhide does not check for failing to close a window
    8.2.4608: getcompletion() does not work when 'wildoptions' has "fuzzy"
    8.2.4607: sourcing buffer lines may lead to errors for conflicts

http://www.vim.org/index.php
Titel: Trilium Notes 0.50.3
Beitrag von: SiLæncer am 23 März, 2022, 20:20
(https://i.postimg.cc/2yDgvbpj/screenshot-2595.png)
A hierarchical note-taking software application with focus on building large personal knowledge bases while also providing a flurry of options.

License: AGPL

Changelog

    add allow robots.txt tag for /share
    fix inclusion of share.js in builds, fixes #2738
    invalidate flat text cache after login to protected session, fixes #2712
    logging improvements
    fix uploading binary data through ETAPI, closes #2667
    raise line-height in share CSS to 1.5, fixes #2671
    fixed blurred selection background color, closes #2652
    make it clear that Dockerfile needs to be run through a script
    fix importing unknown image types such as .DWG, * closes #2628
    fix param validation

[close]

https://github.com/zadam/trilium
Titel: QOwnNotes 22.3.4
Beitrag von: SiLæncer am 23 März, 2022, 21:30
(https://s26.postimg.cc/hoi1ahlcp/screenshot_978.png)
QOwnNotes is a text editor / notepad replacement with markdown support and todo list manager. The program supports themes, keyboard shortcuts, syntax highlighting, and encryption. Includes available nested file list, tags, search, and more. Optionally works with the notes application ownCloud or Nextcloud.

Cross-platform with clients available for Mac and Linux.

License: GPL

Whats new:>>

the note sub-folder selection is now cleared before jumping to a new sub-folder when jumping to a note link with Ctrl+ Space or Ctrl+ Click (for #2498 )

https://www.qownnotes.org/
Titel: Typora 1.2.3
Beitrag von: SiLæncer am 23 März, 2022, 21:40
Changelog
   

    New / Improvements:

    Upgrade mermaid version
    Support image move operation.
    Support image delete operation.
    Add new image uploader -- Picsee. (macOS)
    Improve macOS performance when document contains large image set
    Add option to reload all images, undo image copy operation will do remove the copied image file.
    Add default shortcut for task list.
    Add syntax highlight for `dart`, `python` and `sql`.
    Added `py` as alias of `python`, `docker` as alias of `dockerfile` for code fences.
    Improve utf8 encode detection on Windows / Linux..
    Slightly improve context menu UI for Windows / Linux.
    Update i18n translations.

    Fix:

    Fix some typo at the welcome page.
    Fix an issue that `title` not displayed for reference link.
    Fix `reveal in sidebar` not working when global search is displayed.
    Fix some issues relates to unnecessary scroll when code fences is involved.
    Fix delete folder in sidebar throw permission errors on Windows.
    Fix a bug that "Export in process" not hide when you cancel the export operation.
    Other bug fixes.

[close]

https://www.typora.io/
Titel: BaseX 9.7
Beitrag von: SiLæncer am 24 März, 2022, 09:40
(https://s26.postimg.cc/zexqg30d5/screenshot_63.png)
BaseX is a Java-based software application that integrates an XML database and XQuery text editor. It is wrapped in a user-friendly working environment and comes packed with several useful options and configuration parameters for experienced users.

BSD License

Whats new:>>

    Numerous performance tweaks and optimizations
    Support for formatting integers and dates in French
    Xslt:transform-report: support for xsl:messages
    Util:strip-namespaces: remove namespaces from elements
    XSD validation: improved support for XML catalogs

http://basex.org/
Titel: Vim 8.2.4621
Beitrag von: SiLæncer am 25 März, 2022, 11:40
Changes:>>

Crash when using the tabline right-click menu.

http://www.vim.org/index.php
Titel: CudaText 1.159.0.2
Beitrag von: SiLæncer am 25 März, 2022, 11:50
(https://s26.postimg.cc/k6wu8qcrt/screenshot_901.png)
Create programming scripts with this powerful tool that supports more than 130 languages and allows users to work concurrently on as many as six groups of projects.

Freeware

Changelog
   

    add: Project Manager: added 'project sessions' - sessions which belong to the current project and are embedded into project file *.cuda-proj. Added several menu items to the 'gear' menu in the ProjManager, to work with 'project sessions'. (thanks @GHNewbiee)
    add: Project Manager removes the file, on doing "File / Close and delete file" (thanks @MiroslavMatas)
    add: Project Manager hides deleted files/folders, on opening project (thanks @MiroslavMatas)
    add: 4 commands in the Command Palette: "change line ends to LF / CR LF / CR / default, for lines(s) with caret" (thanks @myocytebd)
    add: lexer PHP: add folding for () and [] (thanks @ildarkhasanshin)
    change: dialog 'Go to bookmark' shows decreased indentations of lines (thanks @ildarkhasanshin)
    fix: new feature (v1.157) "Paste from history" didn't work on Windows

[close]

https://cudatext.github.io/
Titel: Vim 8.2.4632
Beitrag von: SiLæncer am 27 März, 2022, 09:40
(https://s26.postimg.cc/xww5nc4zt/screenshot_1282.png)
A highly configurable text editor built to enable efficient text editing - an improved version of the vi editor distributed with most UNIX systems.

Freeware

Changelog
   

    8.2.4632: using freed memory in flatten()
    8.2.4631: crash when switching window in BufWipeout autocommand
    8.2.4630: 'cursorline' not always updated with 'culopt' is "screenline"
    8.2.4629: flattennew() makes a deep copy unnecessarily

[close]

http://www.vim.org/index.php
Titel: Typora 1.2.4
Beitrag von: SiLæncer am 27 März, 2022, 20:45
(https://i.postimg.cc/25xV0Fq1/Virtual-DVD.png)
Swiftly write, edit, format and convert text to HTML with the help of this modern looking, streamlined and novice-accessible piece of software.

Whats new:>>  

Fix sometimes image load fail when root path is set.

https://www.typora.io/
Titel: Vim 8.2.4638
Beitrag von: SiLæncer am 28 März, 2022, 05:10
Changelog


    Not sufficient parenthesis in preprocessor macros
    Superfluous check if a redraw is needed for 'cursorline'
    Warning for using uninitialized variable
    Not using Visual range
    Tests using null list or dict fail
    Vim9: cannot initialize a variable to null_list
    Visual range does not work before command modifiers

[close]

http://www.vim.org/index.php
Titel: RJ TextEd 15.48
Beitrag von: SiLæncer am 28 März, 2022, 06:30
(https://s26.postimg.cc/775l9vjeh/screenshot_593.png)
RJ TextEd - A Unicode source and text editor. RJ TextEd is a full featured text and source editor with Unicode support, syntax highlighting and code folding. The functionality extends beyond text files and includes support for HTML editing with integrated preview, spell checking, auto completion, HTML validation, templates and more. The program also include support for Topstyle Lite CSS editor, has a dual pane file commander, as well as a FTP client to upload your files. The editor uses language files to display menus and dialogs in different languages. There are several included languages. New language files can easily be created in the editor. RJ TextEd is also a simple web development tool. The editor can use auto completion and hints to assist you in editing your source code. You can preview HTML/ASP/PHP... code using one of the preview tabs or open a document in a browser. The editor does not only handle source code. It also handles true ASCII files, binary files and of course plain text files.

License: Freeware

Changelog

    Fixed:

    Syntax editor theme issue
    Issue with linebreaks in selection of empty lines
    Issues when "Run as administrator"
    Goto matching bracket should work even if brace highlighting is disabled

[close]

http://www.rj-texted.se/
Titel: RisohEditor 5.7.1
Beitrag von: SiLæncer am 28 März, 2022, 20:30
(https://i.postimg.cc/8P4z4Swt/screenshot-799.png)
"RisohEditor" is a free resource editor for Win32 development, created by Katayama Hirofumi MZ. RisohEditor realized the ideal of resource editor. "Risoh" means "ideal" in Japanese. RisohEditor can add, edit, extract, clone and remove the resource data in EXE/DLL files. You can edit Windows resources (Dialogs, Menus, Icons, Cursors, String Tables, Message Tables etc.) by using RisohEditor.

NOTICE: Please avoid installing in "C:\Program Files" or "C:\Program Files (x86)". Because the resource compiler (windres) doesn't accept space character in the file path.

Freeware

Whats new:>>

    Improved version info dialog.
    Backed to a flickering method due to wrong control display.
    Remembered main window focus.

https://katahiromz.web.fc2.com/re/en/index.html#intro
Titel: EmEditor 21.6.1
Beitrag von: SiLæncer am 29 März, 2022, 08:50
(https://1z9j8fz5fww49iaje1itey71-wpengine.netdna-ssl.com/wp-content/uploads/2013/09/EmEditorFree_Window.png)
EmEditor is a lightning-fast, tabbed text editor with themes, syntax highlighting, stay-on-top, and customizable keyboard mapping. The program supports batch find-and-replace, regular expressions, and more.

Release Notes

    Fixed a bug related to Script/General Category selections in the Character Check page of Configuration Properties.
    Fixed a bug related to status bar messages.
    The new version will not make the Filter box of the Filter toolbar read-only even when the Advanced Filter is active.
    Fixed a bug where the Underline Color was not saved to a theme in the Display page of Configuration properties.
    Reduced the program size by optimizing the code.
    Fixed a certain Search Colors issue on v21.6.
    Fixed a potential incorrect behavior on the Transpose command with a large file.
    Fixed an issue where “A critical Error occurred while operating a file” message could appear immediately after saving a very large file.
    Fixed a potential crash on saving a non-Unicode file on a machine where the number of logical processors is 1.
    The new version allows you to use the eeExFindLinkFile flag to the Add, AddFind, and AddReplace methods of the Filters Collection.

[close]

https://www.emeditor.com
Titel: Vim 8.2.4643
Beitrag von: SiLæncer am 29 März, 2022, 09:20
Whats new:>>

    8.2.4643: Vim9: variable may be locked unintentionally
    8.2.4642: Vim9: in :def function script var cannot be null
    8.2.4641: may mark the wrong window for redrawing
    8.2.4640: some boolean options use "long" instead of "int"
    8.2.4639: not sufficient parenthesis in preprocessor macros

http://www.vim.org/index.php
Titel: CudaText 1.159.2.0
Beitrag von: SiLæncer am 29 März, 2022, 19:30
Changelog
   

    add: more stability of the multi-threaded parser (before, file ~/cudatext.error could appear, please report if that file appears again with new info)
    add: the minimal size of "unprinted spaces/ line ends" dots changed from 2 px to 1 px (thanks @ildarkhasanshin)
    add: lexer PHP: folding of 'case' blocks (thanks @ildarkhasanshin)
    change: lexer PHP: simpler highlight HereDoc blocks
    fix: "Open URL" in context menu was disabled if menu is called by ContextMenu key (thanks @ildarkhasanshin)

[close]

https://cudatext.github.io/
Titel: BirdFont 4.27.2
Beitrag von: SiLæncer am 30 März, 2022, 09:26
(https://s26.postimg.cc/rd1s4grdl/screenshot_137.png)
BirdFont is a free font editor that lets you create vector graphics and export TTF, EOT & SVG fonts.

Donationware

Whats new:>>

    Improvements in SVG parser and color ligature creation.
    Add a keybinding for toggling background image on and off (k)
    Many bug fixes.

https://birdfont.org/
Titel: WebKitty 1.2.0
Beitrag von: SiLæncer am 30 März, 2022, 20:20
(https://i.postimg.cc/jqyG1d25/screenshot-1629.png)
This web dev IDE makes it more convenient for web developers to code and manage their websites, made possible via a singular interface to facilitate the entire process.

MIT License

Whats new:>>

    Make settings window look more native
    Disable resize and devtools
    Update package.json
    Update package.json

https://github.com/yikuansun/webkitty
Titel: SciTE 5.2.2
Beitrag von: SiLæncer am 31 März, 2022, 10:40
(https://s26.postimg.cc/fbkgceeux/screenshot_1241.png)
Editor mit Syntax-Highlighting, Auto-Completion, Folding und vielem mehr...

Open Source

Whats new:>>

Add SCI_GETSTYLEINDEXAT API to return styles over 127 as positive integers. Feature #1431.
On GTK, scroll horizontally with shift + scroll wheel.
Fix crash with unexpected right-to-left text on GTK. Bug #2309.
Fix position of end-of-line annotation when fold display text is visible. Bug #2320.
On Direct2D, support per-monitor text rendering parameters. Feature #1432.

www.scintilla.org/SciTE.html
Titel: WebKitty 2.0.0
Beitrag von: SiLæncer am 02 April, 2022, 16:20
Whats new:>>

    Use CodeMirror; Add separator; Minor UI reorganization; Remove top-bottom mode by @yikuansun in #3
    Added codemirror, drag separator, async calls by @MySpaceEmoCat in #2

https://github.com/yikuansun/webkitty
Titel: NFOPad 1.8
Beitrag von: SiLæncer am 02 April, 2022, 23:40
(https://s26.postimg.cc/4it7jxprd/screenshot_167.png)
NFOPad is a small, fast and flexible combined nfo viewer and text editor. It is a clone of Microsoft's Notepad but much more customizable and with some additional features. Of course NFOPad also supports nfo files with ASCII art. The file extension is used to determine whether to use an ANSI or ASCII font.

License: Freeware

Changelog

- Added support for zooming the text with Ctrl+plus/Ctrl+minus/Ctrl+0 or scrollwheel
- Added support for adding/removing a specified string to the start of all selected lines (typically used for commenting lines in scripts/source code)
- All icons updated and 256x256 version added
- Untabify now remove spaces as well as tabs
- Added Reset all settings button to Options/Misc
- "Allow changes to text" checkbox moved from menu to Options/Misc to avoid accidental use of feature and READ ONLY status bar item will be shown when set
- bugfix: ctrl-stepping the caret did not work for some cases
- bugfix: open new file with F6/F7 did not ask to save unchanged changes
- bugfix: horizontal scroll position restored properly for a bunch of cases

[close]

http://truehumandesign.se/s_nfopad.php
Titel: KeenWrite 2.6.0
Beitrag von: SiLæncer am 03 April, 2022, 18:40
(https://i.postimg.cc/3w8rCcRs/screenshot-2904.png)
Java-based text editor that comes with numerous features, such as live preview, formulas, Markdown support and string interpolation.

BSD License

Changelog

Add ::: todo preview style.
Add ::: bubbletx (party 1) and ::: bubblerx (party 2) speech bubble styles.
Add support for exporting Unicode characters (including emojis).
Bundle OpenSansEmoji font.
Update possessive R code functions related to pronouns. See possessive.R for details.
Note: This is a breaking change.
Add support for .htm file extension as an XHTML file name.
Upgrade libraries (flexmark 0.64.0, Jackson 2.13.2, RichTextFX 0.10.9, Flowless 0.6.9, PreferencesFX 11.9.0, SnakeYaml 1.30, picocli 4.6.3).

[close]

https://github.com/DaveJarvis/keenwrite
Titel: PilotEdit Lite 16.3.0
Beitrag von: SiLæncer am 03 April, 2022, 19:15
(http://www.pilotedit.com/images/OpenInQuickMode.PNG)
PilotEdit is a text, hex, XML, C/C++, HTML, PHP, Java, Javascript and Perl editor that can edit large files of 400GB (40 billion lines).

It offers customizable syntax and keyword highlighting, advanced search and replace operations, automatic text encoding, 256-bit AES encryption/decryption and a built-in FTP/SFTP client lets you open, edit, download and upload large files directly to/from a FTP/SFTP server.

In addition to standard text editing features, PilotEdit can compare and merge two large files of 100GB (10 billion lines). You can also sort, find/remove duplicate lines and extract strings over a large file of 1GB.

Freeware

Whats new:>>

Includes improvements over icons.

http://www.pilotedit.com/
Titel: PanWriter 0.8.4
Beitrag von: SiLæncer am 03 April, 2022, 20:45
(https://i.postimg.cc/fLjLfXy8/screenshot-2610.png)
A distraction-free markdown editor with tight integration with pandoc for import/export to/from plenty of file formats, as well as a preview pane that can show pages.

License: GPLv3

https://github.com/mb21/panwriter
Titel: VNote 3.13.0
Beitrag von: SiLæncer am 03 April, 2022, 22:00
(https://s26.postimg.cc/871od8huh/screenshot_1147.png)
Peculiar yet interesting, open source piece of software that sports both Markdown editing capabilities and note management features.

MIT License

Whats new:>>

Universal Entry in VNote 2 now returns as United Entry

https://github.com/tamlok/vnote
Titel: WebKitty 2.1.0
Beitrag von: SiLæncer am 04 April, 2022, 05:30
(https://i.postimg.cc/jqyG1d25/screenshot-1629.png)
This web dev IDE makes it more convenient for web developers to code and manage their websites, made possible via a singular interface to facilitate the entire process.

MIT License

Full Changelog (https://github.com/yikuansun/webkitty/compare/v2.0.0...v2.1.0)

https://github.com/yikuansun/webkitty
Titel: Pandoc 2.18
Beitrag von: SiLæncer am 04 April, 2022, 21:10
(https://i.ibb.co/6mSXKdx/pandoc.png)
Pandoc is a command-line utility that can convert files from one markup format into another. Pandoc's enhanced version of Markdown includes syntax for footnotes, tables, flexible ordered lists, definition lists, fenced code blocks, superscripts and subscripts, strikeout, metadata blocks, automatic tables of contents, embedded LaTeX math, citations, and Markdown inside HTML block elements. (These enhancements, described further under Pandoc's Markdown, can be disabled using the markdown_strict input or output format.)

License: Open Source

Changelog



    New input formats: endnotexml (EndNote XML bibliography), ris (RIS bibliography).

    A RIS bibliography file may now be used with --citeproc.

    Citeproc: Allow a formatted bibliography to be placed in metadata fields via a Div with class refs ( #7969 , #526 ). Thus, one can include a metadata field, say refs, whose content is an empty div with id refs, and the formatted bibliography will be put into this metadata field. It may then be interpolated into a template using the variable refs.

    Ensure that you don’t get PDF output to terminal. -t pdf now behaves like -t docx and gives an error unless the output is redirected.

    --versionnow prints hslua version ( #7929 ) and Lua version ( #7997 , Albert Krewinkel).

    Change --metadata-file parsing so that, when the input format is not markdown or a markdown variant, pandoc’s markdown is used ( #6832 , #7926 ). When the input format is a markdown variant, the same format is used. Reason for the change: it doesn’t make sense to run the markdown parser with a set of extensions designed for a non-markdown format, and this dramatically limits what people can do in metadata files.

    Trim whitespace from math in --webtex ( #7892 ). This fixes problems with –webtex and markdown output, when display math starts or ends with a newline.

    New exported module Text.Pandoc.Readers.EndNote, exporting readEndNoteXML, readEndNoteXMLCitation, and readEndNoteXMLReferences. [API change]

    --self-contained: issue warning rather than failing with an error if a resource can’t be found ( #7904 ).

    New exported module, Text.Pandoc.Readers.RIS, exporting readRIS( #7894 ).

    LaTeX reader:
        Handle subequations as inline math environment ( #7883 ).
        Rudimentary support for vbox( #7939 ).
        Support \today( #7905 ).
        Handle \label and \ref for footnotes ( #7930 ).
        Allow inline groups starting with \bgroup( #7953 ).
        Use custom TokStream that keeps track of whether macros are expanded. This allows us to improve performance a bit by avoiding unnecessary runs of the macro expansion code (e.g. from 24 ms to 20 ms on our standard benchmark).
        Further optimizations for inline parsing.
        Better handling of \usepackage. If the package is local but causes parse errors, parse everything up to the error and skip the rest. Issue a CouldNotParseIncludeFile warning indicating that parsing failed at that point.
        Text.Pandoc.Readers.LaTeX.Parsing: Monoid and Semigroup instances for TokStream.

    HTML reader:
        Give warnings and emit empty note when parsing <a epub:type="noteref"> and the identifier doesn’t correspond to anything in the note table ( #7884 ). Previously we just silently skipped these cases.
        Fix parsing of epub footnotes ( #7884 ).

    DocBook reader:
        Handle complete set of entities as specified at https://www.w3.org/2003/entities/2007doc/byalpha.html ( #7938 ).
        Handle abstract in info section ( #7747 ).
        Improve info parsing.
        Simplify metadata parsing code ( #7747 ). Handle abstract as block-level content. Report skipped info elements with --verbose.
        Handle address and coyright in metadata ( #7747 ).

    DokuWiki reader:
        Add DokuWiki table alignment ( #5202 , damon-sava-stanley).

    RST reader:
        Fix treatment of headerless simple tables ( #7902 ).
        Wrap math in Span to preserve attributes ( #7998 , Albert Krewinkel). Math elements with a name, classes, or other fields are wrapped in a Span with these attributes.

    JATS reader:
        Improve handling of fn-group elements ( #6348 , Albert Krewinkel). Footnotes in <fn-group> elements are collected and re-inserted into the document as proper footnotes in the place where they are referenced.
        Handle pub-date( #8000 ).
        Support PMID, DOI, issue in citations ( #7995 ).
        Improve refs parsing. Handle issn and isbn; use simpler form for issued date.
        Strip ‘ref-’ from ref id in constructing CSL id. This allows better round-tripping, because the JATS writer adds the ref- prefix to the citation id to get the ref element’s id.

    Org reader:

        Allow “:” in property drawer keys (Lucas V. R). Any non-space character is allowed as property drawer key, including “:” itself (so it is not really a delimiter). The real delimiter is a space character, so in a drawer like

        :PROPERTIES:
        ::k:ey:: value
        :END:

        “:k:ey:” is a key with value “value”.

        Allow comments above property drawer.

        More flexible LaTeX environments (Lucas V. R).

        Handle #+bibliography: as metadata so that it can work with --citeproc.

        Parse #+print_bibliography: as Div with id refs.

        Allow multiple #+bibliography:.

    Markdown reader:
        Allow one-column pipe tables with pipe on right ( #7919 ).
        Remove restriction on identifiers, so they no longer need to begin with a letter ( #7920 ).

    Docx reader:
        Enable citations extension for docx reader ( #7840 ). When enabled, Zotero, Mendeley, and EndNote citations embedded in a docx are parsed as native pandoc citations. (When disabled, the generated citation text and bibliography are passed through as regular text.) The bibliography generated by the plugin is suppressed. Instead, bibliographic data embedded in citation items is added to the references metadata field so that it can be used with --citeproc.

    Docbook writer:
        Interpret links without contents as cross-references ( #7360 , Jan Tojnar). Links without text contents are converted to <xref> elements. DocBook processors will generate appropriate cross-reference text when presented with an xref element.

    Docx writer:
        Single numbering ID for examples ( #7895 , mjfs). This change ensures that example list items all belong to a single number sequence, so that if items are added or deleted in a word processor, the other items will renumber automatically.
        Add bookmark with table id to table ( #7989 , Nikolai Korobeinikov, #7285 ). This allows tables with ids to be linked to.

    Ipynb writer:
        Handle metadata better ( #7928 ). Previously we used the markdown writer to render metadata. This had some undesirable consequences (e.g. en dash expanded to -- when smart enabled), so now we use the plain writer.

    LaTeX writer:
        Avoid extra space before \CSLRightInline( #7932 ).
        Add scrreport to chaptersClasses( #6168 , iwardb).
        Support page, trim, clip attributes on images ( #7181 ).
        Add () after booktabs rules ( #8001 ). These commands take optional arguments with () and [], which can lead to problems if the content of the table cell begins with these characters.

    RST writer:
        Support all standard metadata (“bibliographic”) fields.

    HTML writer: performance improvements.

    Org writer:
        Stop indenting property drawers, quote blocks ( #3245 , Albert Krewinkel). This follows the current default org-mode behavior.

    Markdown writer:
        Move table-related code into submodule (Albert Krewinkel).
        Don’t produce redundant header identifier when the gfm_auto_identifiers extension is set ( #7941 ).
        Update escaping rules for \. We now escape \ only if raw_tex is enabled or it is followed by a non-alphanumeric.

    JATS writer:
        Encode author “others” as <etal/> (Albert Krewinkel). Citeproc adopted the BibTeX convention to use the author name “others” when there are additional authors that are not named. JATS uses the <etal> element for this.
        Avoid doubled ref-list element ( #7990 ). Previously when generating JATS with the element_citations extension enabled, the references were put in a doubly-nested ref-list element ( <ref-list><ref-list>...).
        Keep edition info in element citations ( #7993 , Albert Krewinkel).
        Fix handling of CSL variable ‘page’ (not ‘pages’ as we had before). It should go to ‘lpage’ and ‘rpage’, not ‘page-range’.

    EPUB writer: refactor for clarity ( #7991 , Jonathan Dönszelmann, Ola Wolska, Ivar de Bruin, Jaap de Jong).

    Custom writer (Albert Krewinkel):
        Support new-style Writer function (Albert Krewinkel). See the documentation for custom writers for details.
        Produce stacktrace if Writer function fails

    Text.Pandoc.Logging: add CouldNotParseIncludeFile constructor for LogMessage [API change].

    Text.Pandoc.Shared:
        Put id attributes on TOC entries ( #7907 , damon-sava-stanley). Naming scheme of id is “toc-” + id of linked to header/section. Effects HTML, Markdown, Powerpoint, and RTF.
        Define ordNub as alias for nubOrd from containers package ( #7963 , Albert Krewinkel).
        Export ensureValidXmlIdentifiers. This function changes identifiers that don’t start with letters, and internal links to these identifiers, making them compatible with XML standards. The change is simple: we add id_ to the front. There is potential for duplication if there are already id_... identifiers defined, but this seems rare enough not to worry too much about.

    Ensure that valid XML identifiers are used in Docbook, EPUB, FB2, HTML4, S5, Slidy, Slideous, ICML, ODT, TEI writers. Thus, if you convert [anchor]{#1} and [link to](#1), id_1 will be used instead of 1 for the identifier.

    Lua (Albert Krewinkel).
        Add module pandoc.layout to format and layout text.
        Move custom writer code into Lua hierarchy.
        Use pandoc-lua-marshal 0.1.5.
        Allow any type of callable object as argument to List functions filter, map, and find_if. These previously required the argument to be of type function, which was too restrictive.
        Inline: the type of Image captions is now Inlines instead of List.
        Allow passing Sources to pandoc.read( #8002 ).

    Text.Pandoc.PDF:
        Restore wkhtmltopdf as default pdf engine for HTML (Albert Krewinkel).
        Allow custom writer as format if engine is explicitly specified ( #7898 , Albert Krewinkel). Note that it may be necessary to explicitly specify a template on the command line.

    Text.Pandoc.MediaBag: improve detection of absolute paths ( #7881 ).

    Text.Pandoc.Extensions:
        Remove raw_tex extension from list of commonmark extensions, and from the commonmark_x defaults. commonmark doesn’t parse raw TeX, and it doesn’t make sense to write it if we don’t parse it.
        Remove native_divs from allowed gfm extensions ( #7965 ). This allows <div> to be suppressed using -raw_html. Previously native_divs was enabled but could not be suppressed, because it was not in the list of available extensions for commonmark-based formats.

    Text.Pandoc.Parsing:

        Partition module into (internal) submodules ( #7962 , Albert Krewinkel).

        Unify grid table parsing ( #7971 , Albert Krewinkel). Grid table parsing in Markdown and RST are updated use the same functions. Functions are generalized to meet requirements for both formats. This change also lays the ground for further generalizations in table parsers, including support for advanced table features. [API change] in Text.Pandoc.Parsing:
            Parse results of functions tableWith' and gridTableWith' are now a mf TableComponents instead of a quadruple of alignments, column widths, header rows and body rows.
            Additional exports from Text.Pandoc.Parsing: tableWith', TableComponents, TableNormalization, toTableComponents, toTableComponents'.

    Text.Pandoc.XML.Light: add versions of the parsers that allow specifying a custom entity map. Exports new functions: parseXMLElementWithEntities, parseXMLContentsWithEntities [API change].

    Text.Pandoc.Writers.GridTable: improve module documentation (Albert Krewinkel).

    Text.Pandoc.Parsing.GridTable: simplify column handling code (Albert Krewinkel).

    Text.Pandoc.MIME: Add mime type for mkv extension ( #7181 ).

    Text.Pandoc.Asciify: Fix regression with ascii_identifiers and Turkish undotted i ( #8003 ).

    Relax upper bound for hslua, allow hslua-2.2. ( #7929 ) Lua 5.4 is used by default after this is merged. Packagers may still include Lua 5.3 instead by building pandoc with --constraint='hslua <2.2'. Differences between 5.3 and 5.4 should not generally affect pandoc Lua filters. See list of incompatible changes here: https://www.lua.org/manual/5.4/manual.html#8.1

    JATS template: allow multiple licenses (Albert Krewinkel).

    LaTeX template:
        Skip \babelprovide if babel-lang is empty ( #7945 ) to avoid an error.
        Move hyperref near end of preamble ( #5811 ). It now comes after header-includes and right before title, author, date, abstract. Note: Users who presuppose hyperref in their header-includes will now have to add \usepackage{hyperref} to their header-includes to make it available there. (The redundant \usepackage will do no harm in this case.)
        Remove special redefinition of \sout. This used to be necessary to avoid problems with hyperref, when headings contain strikeout text, but it does not seem to be necessary any more (tested).

    Tests: improve location reporting of failing tests (Albert Krewinkel).

    Add tests for idempotency of makeSections( #7950 ).

    Add armhf support in linux build script ( #7944 , Tony).

    Use latest pandoc-types, so that toJSONFilter will work with Meta and MetaValue.

    Use latest doclayout, texmath, commonmark, citeproc.

    INSTALL.md: add reference to install via winget ( #7951 , Guriy Samarin).

    MANUAL.txt:
        Document way to get list in block quote in slide shows ( #7916 ).
        Minor changes to security section.
        Note that smart works for html input.
        Fix typos ( # 7934 , Dimitris Apostolou).
        Fix documentation for citations and org mode.
        Remove claim that --self-contained does not work with --mathjax( #682 ).

    doc/org.md: remove obsolete citations section. This mostly described citation formats we no longer support.

    doc/lua-filters.md: Fix typo ( #7981 , Mario Lang).

    Makefile: Use cabal for default build

    Add lua53 cabal flag. It is false by default. If set to true, compile with hslua 2.1 and Lua 5.3, otherwise hslua 2.2 and Lua 5.4.

[close]

https://github.com/jgm
Titel: QOwnNotes 22.4.0
Beitrag von: SiLæncer am 05 April, 2022, 09:01
(https://s26.postimg.cc/hoi1ahlcp/screenshot_978.png)
QOwnNotes is a text editor / notepad replacement with markdown support and todo list manager. The program supports themes, keyboard shortcuts, syntax highlighting, and encryption. Includes available nested file list, tags, search, and more. Optionally works with the notes application ownCloud or Nextcloud.

Cross-platform with clients available for Mac and Linux.

License: GPL

Whats new:>>

    if you indent multiple lines in the note editor the selection will now automatically include the text until the start of the first selected block (for #2508 )
    added more translation (thank you rawfreeamy, epidope, noureddin)

http://www.qownnotes.org/
Titel: CudaText 1.160.0.0
Beitrag von: SiLæncer am 06 April, 2022, 18:30
(https://s26.postimg.cc/k6wu8qcrt/screenshot_901.png)
Create programming scripts with this powerful tool that supports more than 130 languages and allows users to work concurrently on as many as six groups of projects.

Freeware

Changelog
   

    Add: mouse buttons Extra1/Extra2 are supported in the hotkey input dialog; note that you must press buttons while mouse pointer is over editor control; these mouse buttons work as equavalent to keyboard buttons BrowserBack/BrowserForward
    Add: improved keyboard 'accelerators' in the menu 'File / Open recent'
    Add: improved API to open a file-pair: app now suggests to install new lexer also for the 2nd file
    Add: improved API to show 'decorations on gutter'
    Add: more stability of the multi-threaded parser (before, file ~/cudatext.error could appear, please report if that file appears again with new info)
    Add: the minimal size of "unprinted spaces/ line ends" dots changed from 2 px to 1 px (thanks @ildarkhasanshin)
    Add: lexer PHP: folding of 'case' blocks (thanks @ildarkhasanshin)
    Change: lexer PHP: simpler highlight HereDoc blocks
    Fix: "Open URL" in context menu was disabled if menu is called by ContextMenu key (thanks @ildarkhasanshin)

[close]

https://cudatext.github.io/
Titel: RJ TextEd 15.49
Beitrag von: SiLæncer am 06 April, 2022, 19:20
(https://s26.postimg.cc/775l9vjeh/screenshot_593.png)
RJ TextEd - A Unicode source and text editor. RJ TextEd is a full featured text and source editor with Unicode support, syntax highlighting and code folding. The functionality extends beyond text files and includes support for HTML editing with integrated preview, spell checking, auto completion, HTML validation, templates and more. The program also include support for Topstyle Lite CSS editor, has a dual pane file commander, as well as a FTP client to upload your files. The editor uses language files to display menus and dialogs in different languages. There are several included languages. New language files can easily be created in the editor. RJ TextEd is also a simple web development tool. The editor can use auto completion and hints to assist you in editing your source code. You can preview HTML/ASP/PHP... code using one of the preview tabs or open a document in a browser. The editor does not only handle source code. It also handles true ASCII files, binary files and of course plain text files.

License: Freeware

Changelog

    Misc:

    Updated JavaScript syntax to handle Template Literals (template strings)
    Updated PHP syntax to handle execution operators

    Search dialog:

    You can now use Ctrl+Tab and Ctrl+Shift+Tab to switch between tabs

    Fixed:

    Calling editor with command line switches when the editor is already open
    Alt shortcuts in search dialog
    XML fold issue

[close]

http://www.rj-texted.se/
Titel: MiTeC JSON Viewer 1.9.1
Beitrag von: SiLæncer am 06 April, 2022, 19:40
(https://i.postimg.cc/mgnPYmLc/screenshot-921.png)
MiTeC JSON Viewer include simple JSON Editor with JSON validation, support hierarchical and text preview, text searching and Base64 encoding/decoding.

Freeware

Whats new:>>

* Fixed BOM issue while saving in Editor

https://mitec.cz/jsonv.html
Titel: Zettlr 2.2.5
Beitrag von: SiLæncer am 09 April, 2022, 09:50
(https://s26.postimg.cc/vfll9p4mh/screenshot_956.png)
Write text and conveniently edit it using Markdown with the help of this user-friendly and well-thought-out, Electron based application.

MIT License

Release Notes

GUI and Functionality

    Localized Previous/next file menu items
    Fixed selection of words on right-click in the editor
    Editor word selection on right-click now accepts both ' and ’
    Add Fortran syntax highlighting (keyword fortran)
    Fix a bug that could lead to data loss when changing documents while a table has focus
    Added an extra check so that unexpected values of openDirectory would not
    prevent Zettlr from starting
    Make the vim command line visible and style it according to the Zettlr themes
    Clicking on the toolbar now doesn't steal the focus from other elements,
    making it more comfortable to drag the window and immediately continue writing
    Added slight transparency to the inline code background color so that block
    cursors are visible inside that code
    Resizing an image upon pasting from clipboard now works better, since the
    aspect ratio will only be recalculated once you leave the input field (i.e. by
    tabbing into another input); this way you can just type in a specific number
    Disabling "render task lists" will now also disable the application of task
    lists; this helps speed up editing long documents with many tasks
    The main editor search now no longer automatically searches
    When opening the main editor search, anything in the search input will now be selected
    Fix unintended global search start
    Highlight results from global search in the main editor text
    The code editor in the assets manager now scales with the size of the window
    Added an option to prevent Zettlr from checking for updated translations

Under the Hood

    Switched to the new code signing certificate for the windows installers
    Write errors which are logged properly to disk
    Display errors in the log viewer
    Added the default Homebrew installation directory for Apple Silicon Macs in
    order for Zettlr to find Pandoc installed via brew.
    Improve global search typings

[close]

Download: https://github.com/Zettlr/Zettlr/releases

https://www.zettlr.com/
Titel: Vim 8.2.4715
Beitrag von: SiLæncer am 09 April, 2022, 10:15
(https://s26.postimg.cc/xww5nc4zt/screenshot_1282.png)
A highly configurable text editor built to enable efficient text editing - an improved version of the vi editor distributed with most UNIX systems.

Freeware

Changes:>>

Vagrantfile not recognized

http://www.vim.org/index.php
Titel: Trilium Notes 0.51.0 Beta
Beitrag von: SiLæncer am 10 April, 2022, 21:30
(https://i.postimg.cc/2yDgvbpj/screenshot-2595.png)
A hierarchical note-taking software application with focus on building large personal knowledge bases while also providing a flurry of options.

License: AGPL

Changelog

    upgrade to CKEditor 33
    added zooming/panning to mermaid diagrams, closes #2635
    added #shareDisallowRobotIndexing label and reworked how the child-image exclusion works
    added #shareRaw label
    add allow robots.txt tag for /share
    fix inclusion of share.js in builds, fixes #2738
    added app-info method to etapi #2697
    new "Dump DB" tool as a self-contained tool to extract trilium database - see https://github.com/zadam/trilium/tree/master/dump-db
    search string is now a textarea instead of input
    added #sentFromSender label, closes #445
    added "hideRelations" label to relation map
    add light anonymization option to the existing full anonymization

[close]

https://github.com/zadam/trilium
Titel: Vim 8.2.4726
Beitrag von: SiLæncer am 11 April, 2022, 05:10
Changes:>>

    Duplicate code to free fuzzy matches
    The changelist index is not remembered per buffer
    MS-Windows GUI: cannot use CTRL-/
    HEEx and Surface templates do not need a separate filetype
    No test that v:event cannot be modified
    Unused code

http://www.vim.org/index.php
Titel: CudaText 1.161.0.0
Beitrag von: SiLæncer am 11 April, 2022, 19:30
Changelog
   

    Add: show information-panel on the top, when option "ui_max_size_lexer" disables the normal lexer
    Add: detect encoding in XML files by signature like <?xml encoding="ISO-8859-9"?> (thanks @ertank)
    Add: Command Palette and API menus 'fuzzy search' improved: first show items with plain matches, then show items with fuzzy-only matches; similar to Sublime Text (thanks @adoeller)
    Add: Addon Manager: enabled 'fuzzy search' in menus

[close]

https://cudatext.github.io/
Titel: Znote 1.5.0
Beitrag von: SiLæncer am 13 April, 2022, 06:45
(https://i.postimg.cc/qvfVnLWd/screenshot-2617.png)
Znote is a free, elegant program meant to help you write beautifully organized Markdown documents. You can organize your texts, notes, and files even better, using the simplistic left-side widget organizer for smoothly navigating different files.

Freeware

Whats new:>>

Replacement of the note list component by a full screen explorer view (Cmd+Y)
Add a quick search view (Cmd+T)
New keyboard shortcut to change the editor layout (Cmd+L)
Add new code snippets: httpGet, readFile, writeFile, PlotLine, PlotPie, printJSON

https://znote.lagrede.fr/
Titel: Vim 8.2.4743
Beitrag von: SiLæncer am 13 April, 2022, 09:08
(https://s26.postimg.cc/xww5nc4zt/screenshot_1282.png)
A highly configurable text editor built to enable efficient text editing - an improved version of the vi editor distributed with most UNIX systems.

Freeware

Changes:>>

Clang 14 is available on CI.

http://www.vim.org/index.php
Titel: Vim 8.2.4747
Beitrag von: SiLæncer am 14 April, 2022, 09:20
Changes:>>

    8.2.4747: no filetype override for .sys files
    8.2.4746: supercollider filetype not recognized
    8.2.4745: using wrong flag for using bell in the terminal
    8.2.4744: a terminal window can't use the bell

http://www.vim.org/index.php
Titel: Typora 1.3.0 Dev
Beitrag von: SiLæncer am 14 April, 2022, 19:20
(https://i.postimg.cc/25xV0Fq1/Virtual-DVD.png)
Swiftly write, edit, format and convert text to HTML with the help of this modern looking, streamlined and novice-accessible piece of software.

Whats new:>>  

    Fix rename on file tree side bar.
    Fix learned misspelled word not remained after restart.

https://www.typora.io/
Titel: Vim 8.2.4751
Beitrag von: SiLæncer am 15 April, 2022, 11:20
Changes:>>

    8.2.4751: mapping <SID>name.Func does not work for autoload script
    8.2.4750: small pieces of dead code
    8.2.4749: <script> is not expanded in autocmd context
    8.2.4748: cannot use an imported function in a mapping

http://www.vim.org/index.php
Titel: WebKitty 2.2.0
Beitrag von: SiLæncer am 15 April, 2022, 18:50
(https://i.postimg.cc/jqyG1d25/screenshot-1629.png)
This web dev IDE makes it more convenient for web developers to code and manage their websites, made possible via a singular interface to facilitate the entire process.

MIT License

Full Changelog (https://github.com/yikuansun/webkitty/compare/v2.1.0...v2.2.0)

https://github.com/yikuansun/webkitty
Titel: QOwnNotes 22.4.1
Beitrag von: SiLæncer am 16 April, 2022, 18:00
(https://s26.postimg.cc/hoi1ahlcp/screenshot_978.png)
QOwnNotes is a text editor / notepad replacement with markdown support and todo list manager. The program supports themes, keyboard shortcuts, syntax highlighting, and encryption. Includes available nested file list, tags, search, and more. Optionally works with the notes application ownCloud or Nextcloud.

Cross-platform with clients available for Mac and Linux.

License: GPL

Whats new:>>

    you can now add highlighting rules for the editor with the help of the new
    scripting function script.addHighlightingRule (for #2513 )
        for more information please take a look at the scripting documentation
    added more translation (thank you hansa2662, amirkbrpr, chocolatine, yanjun_sun, mguerra)

http://www.qownnotes.org/
Titel: Vim 8.2.4755
Beitrag von: SiLæncer am 16 April, 2022, 18:10
Changes:>>

    8.2.4755: cannot use <SID>FuncRef in completion spec
    8.2.4754: using cached values after unsetting some environment variables
    8.2.4753: error from setting an option is silently ignored
    8.2.4752: wrong 'statusline' value can cause illegal memory access

http://www.vim.org/index.php
Titel: OutWiker 3.1.0.900
Beitrag von: SiLæncer am 16 April, 2022, 21:20
(https://s26.postimg.cc/87bx6b16h/screenshot_33.png)
OutWiker is an open-source personal wiki and outliner. Notes are stored in a tree, and kept in the form of directories on the disk. This encourages changing the base by external sources and programs. Currently there are three types of pages supported: plain text, HTML, and wiki. External files (such as pictures) can be attached to pages, and pages can be linked to each other. Each tree branch can be opened as a separate wiki. Other features include tag support, global search (notes and tags), bookmarks, HTML syntax highlighting and icons for notes.

OutWiker can be downloaded with or without plugins, as well as for Linux systems.

License : GPL

Whats new:>>

    Improve dialog for creation notes and edit notes properties.
    Improve work with hotkeys.
    Improve attachments panel GUI.

http://jenyay.net/Outwiker/English
Titel: Vim 8.2.4768
Beitrag von: SiLæncer am 17 April, 2022, 11:10
Changes:>>

CI: codecov upload sometimes does not work

http://www.vim.org/index.php
Titel: TeXstudio 4.2.3
Beitrag von: SiLæncer am 17 April, 2022, 20:00
(https://i.postimg.cc/Fz8CktsG/screenshot-2846.png)
GPL-LaTeX-Editor, der das Erstellen von LaTex-Dokumenten in Unicode vereinfacht; unterstützt den Nutzer beim Schreiben mittels interaktiver Rechtschreibprüfung, Syntax-Highlighting, Code-Folding und automatischer Code-Vervollständigung.

Open Source

Changelog


    fix unable to save under special circumstances (#2124)
    fix stuck to save unsaved document (only in explicit root mode and with a new unsaved document,#2153)
    xindex engine added
    fix math highlighting in keyvals (#2138)
    add context menu in embbeded pdf viewer to invert pdf colors
    remember window state (maximized/normal) of config dialog
    fix (and speed-up) miktex package detection
    fix handling apostrophed words better in spellchecker (#2179)
    regular expression in extended search behave the same as in normal search
    more cwls

[close]

http://texstudio.sourceforge.net/
Titel: Vim 8.2.4779
Beitrag von: SiLæncer am 18 April, 2022, 09:50
Changes:>>

    8.2.4779: lsan suppression is too version specific
    8.2.4778: pacman files use dosini filetype
    8.2.4777: screendump tests fail because of a redraw
    8.2.4776: GTK: 'lines' and 'columns' may change during startup
    8.2.4775: SpellBad highlighting does not work in Konsole
    8.2.4774: crash when using a number for lambda name
    8.2.4773: build failure without the +eval feature
    8.2.4772: old Coverity warning for not checking ftell() return value
    8.2.4771: Coverity warns for not checking return value
    8.2.4770: cannot easily mix expression and heredoc
    8.2.4769: build warning with UCRT

http://www.vim.org/index.php
Titel: CodeLite 16.0.0
Beitrag von: SiLæncer am 18 April, 2022, 11:10
(http://codelite.org/images/codelite-linux-thumb.png)
CodeLite is created as a powerful and cross-platform instrument that allows you to analyze and edit C / C++ source code files.

CodeLite is an open source tool that makes use of an user-friendly, yet sophisticated interface that allows users to easily create and build complex projects.

License: GPL

Changelog

    Bug fixes:

    Fixed: externally modified files are not reloaded
    Remove redundant file system scan
    Fixed: always pass RootURI when sending Initialize request to the LSP server, even if the user did not provide one
    Fixed: JSON encoding issue
    Fixed: codelite-terminal does not apply environment variables when generating compile_flags.txt file required by clangd
    Fixed: Linux: Move tab right / left with the keyboard does not work
    Fixed: file system workspace: in some cases, system scan is not working as intended and only scans the top level
    Fixed: code formatter regression which caused CodeLite to override the user's settings
    Fixed: GTK: right click on tab causes a weird behavior of selecting random file
    Fixed: Implement All Un-Implemented Functions not working when header and source are not placed in the same directory
    Fixed: wxCrafter: "Insert into new Sizer" should not be visible for wxAuiManager (by rlbxku1r)
    Fixed: CodeLite Makefile Generator - UNIX: Windows resource files are not compiled
    Fixed: "Closed other tabs" -> send "close event" for every closed tab
    fixed: PHP workspace: allow user to include the workspace or project folder when selecting Find In Folder from the context menu
    fixed: PHP workspace: make it multiple selection
    Fixed: make sure that the editor folder exists before writing
    Fixed: C++ workspace: post/pre build events: ignore empty commands
    Fixed: Feature request: include file extensions for Drupal projects
    Fixed: Fix Output View multi-byte text handling (rlbxku1r)
    Fixed: PHP settings: post parse-workspace event only when a PHP workspace is opened
    Fixed: spell checker: when calling "Check" on a file, do not uncheck the option of the 'continuous checking'
    Fixed: keyboard shortcuts are now working once again in wxCrafter
    Fixed: word completion is broken if a word contains letters with diacritics
    Fixed: avoid restarting any non C++ Language Server when the build process ends
    Fixed: crash when clicking on the "Link Editor" and no active editor is opened
    Fixed: colours and fonts dialog: changing the global theme now enables the apply button
    Fixed: Syntax highlight Dialog: when importing a theme, print its name in the completion dialog
    Fixed: use custom GTK code to get the parent bg colour
    Fixed: GTK assertions
    wxCrafter: Fix inconsistent style of option array strings. These strings are now properly wrapped according to the 'Generate Translatable Strings' setting (rlbxku1r)
    wxCrafter: Fix invalid string literal in auto-generated wxHtmlWindow code (rlbxku1r)
    wxCrafter: Add missing translations (rlbxku1r)
    Fixed: codelite-terminal should now start on macOS
    Fixed: Quick Add Next now ensures that if the match is in a hidden line (aka folded), it unfold it. fixes: https://github.com/eranif/codelite/issues/2748
    Git plugin: operations on the tree view now uses the correct repository path
    Fixed: https://github.com/eranif/codelite/issues/2763 - Goto Declaration/Implementation doesn't work (well) with tabs
    fixed: on linux, on certain window managers, the tooltip size calculation is smaller than the size required for actually drawing it
    MSW: don't allow dark mode for text controls
    Removed the non maintained Notebook style: TRAPEZOID
    Fixed: [Wrap with brackets option not working][fixes: https://github.com/eranif/codelite/issues/2822]
    Find Replace Bar: fixed issue with no Latin charcters
    Fixed: code completion tooltip generated by the CTags code completion engine are not compatible with markdown syntax
    Fixed: function hover tip should not be rejected by the file system workspace (rlbxku1r)
    Fixed: changing the zoom in one editor, applies it to other editors as well
    CodeLiteDiff fixes
    Code Formatter: various fixes to clang-format
    Fixed: Close other tabs context menu entry, does not attempt the modified this tab
    Fixed navigation bar persistency issue (rlbxku1r)
    Fixed: Remoty: when Remoty is enabled, typing in the Remote path field manually, causes CodeLite to crash
    Fixed: Create New C++ Project: do not prompt the user to switch to CodeLite Makefile Generator - UNIX when using GCC from the MinGW MSYS repository
    Fixed: navigation bar commit message does not update with when changing lines
    Fixed: Syntax Highlight: clicking on the Restore Defaults button, will now restore the previous font + selected theme
    Fixed: GNU make & bash builder: Fix error with parent directory name containing spaces (rlbxku1r)
    Fixed: CodeFormatter: Export .clang-format file points to the workspace directory by default
    Fixed: Debugger: Fix a regression that the setting Use CTRL key to evaluate expressions under the cursor doesn't remember its value
    Fixed: Project Settings: Don't try to save or clone an unnamed compiler
    Fix Search & Replace for UTF-8 string
    Fixed: GTK: at times, right clicking inside an editor might trigger the tab control context menu this could happen when right clicking near the top edge of the editor.
    Fixed: GTK: output view/workspace view: choosing "hide" or "detach" from the tab context menu for a non active tab, would perform the selected action on the active tab
    Fixed: File System Workspace: Reload Workspace does not restore session
    Fixed: Regression: Find Bar: unable to navigate using the TAB button
    Fixed: Regression: Language Server Plugin: Find Symbol does not highlight the match

    Improvements:

    Fixed: be more tolerant for language server implementations that do not implement the protocol as is (e.g. rust)
    Added Rust syntax highlight
    LSP: support completion item's doc implemented inside MarkupContent
    Git Commit List dialog: layout changes. Make the diff window occupy half of the dialog
    Windows / macOS: visual updates to the notebook control
    clToolBar: honour the wxTB_NODIVIDER style flag
    use a more sensible colours for highligthing text in the various tree / list controls
    Implemented a custom Menu Bar
    Better dark mode support on windows
    General performance & stability fixes
    Added new Remote plugin which allows user to load a remote "File System Workspace" over SSH
    Task view removed. It is now part of the Find In Files dialog
    Colours and fonts dialog: updating the text selection colours is now done for all the languages supported for the currently active theme
    Windows: use codelite-exec to launch program when the 'pause when execution ends' flag is checked in the project settings. This also prints the program exit code
    UI updates
    Added new tab control style: FIREFOX (screenshot below)

    Added new Rust plugin:

    Debugger support via rust-gdb
    Project management
    Code completion via the Language Server Plugin using the rls server or the rust-analyzer LSP
    Build output is clickable and allows user to quickly open problematic source files

    Remoty plugin: use the newly added codelite-remote interface which allows using various plugin on a remote machines:

    Git
    find in files
    Language Server Plugin over SSH
    Diff plugin

    Codelite-dark:

    Build tab output rewritten: it now honours the terminal colours

    Coloured-output:

    Git plugin log view re-written and it now uses the same control as the build output, which honours the terminal colours
    Project Settings: Improve dirty settings detection (rlbxku1r)
    Project Settings: Use append by default for PCH flags option (rlbxku1r)
    Various fixes for building CodeLite using MinGW + CMake (Tim Stahlhut)
    Windows and macOS are now built against latest wxWidgets 3.1.6
    clangd + clang-format that comes with CodeLite for macOS and Windows are now using version 12.0.0
    File System Workspace: support multi-line commands in the build pages
    When using the file system workspace, export a special enviroment variable CXX_INCLUDE_PATHS this variable contains a list of compiler search paths for header files, separated by ; is useful when using CMake + MinGW + file system workspace under windows, where the CMAKE_EXPORTS_COMPILE_COMMANDS does not include the compiler search paths, which breaks clangd code completion
    GDB-MI output parser re-written to support custom file paths with unusual characters
    VIM:Add some new commands (~, o, O) (mx)
    When importing themes with true black colour as their background colour, soften the it a bit
    git plugin: better support for remote repository where the workspace is not set in the root folder of the workspace
    change the location of CodeLite temp folder into /tmp/codelite/PID. This should reduce the spam under the /tmp folder
    Support drawing multiline text in the clTreeCtrl
    Code completion entry tooltip: CodeLite now supports Markdown rendering
    New project wizard: more fixes to avoid problems when using MSYS2 compiler on Windows (rlbxku1r)
    wxCrafter: Fix wrong tree order on the first sibling widget duplication (rlbxku1r)
    LSP Find Symbol: Make text selection UTF-8 aware
    Multiple tooltip Markdown renderer fixes (rlbxku1r)
    Script language keywords updated to include: local, function, exit and return
    Remoty: support for auto detection of: pylsp language server
    SFTP: attempt to compare checksums before re-downloading file from remote server
    Recognize .ts files types (TypeScript)
    Code cleanup: removed all tern code completion code, use typescript-language-server instead
    Added new language server tab to log LSP messages of type logMessage, telemetry and showMessage
    Improved Visual Studio compiler detection (rlbxku1r)
    File types: patch and diff are now properly identified by CodeLite
    Better dark theme support for Linux built with -DWITH_NATIVEBOOK=0
    Language Server Plugin: implement semantic highlight (textDocument/semanticTokens/full) using the textDocument/documentSymbol message
    Updated the colour themes
    Source code formatter: added an option to disable the formatting engines
    Lexer: separate JSON from the JavaScript file
    CodeFormatter: added basic JSON formatter
    Handle various workspace files (NodeJS, Docker, FSW, Rust, Remoty) as JSON files
    The 'best project settings' for certain builders can be obtained from the builder object. (rlbxku1r)
    Auto-detect and set the output file extension (exe, lib, dll, a, so, dylib) for given project type. (rlbxku1r)
    MSVC project templates: Use /MT(d) compiler option by default. (rlbxku1r)
    Colour .toml files as INI files ("properties")
    Remoty: re-wrote the "Open workspace" dialog
    SFTP browser dialog: if the path in the "Browse" entry is a file path, remove the file name and just open the folder
    Fix Visual Studio 2022 detection (rlbxku1r)
    Add option to enable spell checking on wxTextCtrl from within wxCrafter (iwbnwif)
    Allow the user the change the active project from the menu (Workspace -> Set active project) or from the "Goto Anything" dialog (Ctrl-Shift-P)
    Language Server Protcol: implemented Hover request message
    The old code completion was removed from CodeLite (codelite_indexer), instead, we now provide our own C++ language server named ctagsd which a re-written from scratch code completion engine with excellent C++11/14 features
    Line margin: highlight the current line, in addition this feature performance is now in O(1) and is not depend on the size of the opened file
    Editor track changes: re-designed. Modified lines / saved lines are now marked using dedicated line number colour
    Colours: CodeLite now offers to ability to import VSCode themes (in the JSON format)
    We now provide wxCrafter standalone builds for Windows / GTK (experimental)
    wxCrafter: allow to keep sizers are members
    wxCrafter: fixed: crash when clicking on Select virtual directory while in standalone mode
    wxCrafter: event handlers are now using the wx3.0 syntax of Bind()/Unbind() instead of Connect()/Disconnect()
    wxCrafter: by default, generate .hpp files instead of .h
    Remoty plugin: the way it launches language servers on the remote machine has changed. See the docs for more details
    Improved file syntax using the shebang
    Make the Preferences dialog more native to the host OS
    Added an option to enable/disable the newly added feature of highligting the current line number. This should allow CodeLite running on older machines with bad graphics cards to run smoother
    Improved type info tooltips (ctagsd)
    Better CYGWIN integration
    Find Bar: use the same text control as the main editor instead of wxTextCtrl
    Added cancel button to the Build & Execute dialog
    Simplified Rust formatter to

    Codelite-coloured-tip:

    Colouring of semantic tokens is now done by the Language Server plugin
    Updated the default themes that comes with CodeLite
    C++ context menu: Find Declaration & Find Implementation entries are now replaced withe single, intelligent Find Symbol entry
    Use native checbox drawings on Windows for clTreeCtrl/clDataListCtrl
    Implemented: Feature request: "Open resource" dialog should support optional [:line[:column]] "coordinates"
    New: added an option to highlight the current line number (in the line number margin)
    C++ workspace dialog updated
    MINIMAL and DEFAULT tab design refreshed
    Build tab: added Copy all context menu entry
    Find bar: the search logic re-written from scratch. With the old search, replacing 1000+ string instances using Replace All on a file with size of 6MB took roughly 45 seconds (On Windows machine, 32GB memory and 24 cores) With the new code (which performs in-buffer replacement where it can) this takes roughly 300ms!
    CodeLite logo updated
    C++ new class wizard: use C++11 features (rlbxku1r)
    C++ parser: fix parsing class with final (rlbxku1r)
    C++ parser: accept C++17 nested namespaces (rlbxku1r)
    Improve compiler detection code (rlbxku1r)
    Semantic highlight should now work on files opens via Remoty
    Identify files starting with shebang #!/usr/bin/env python3 as python files
    Various codelite_indexer fixes: (rlbxku1r)
    accept C++11 type alias
    accept C++11 final keyword
    accept C++11 alignas keyword
    accept C++11 noexcept keyword
    Accept C++17 nested namespace notation
    Properly collect using aliases (e.g. using std::shared_ptr;)
    Language Server Protocol: implemented Find references. This feature will only be shown for Language Servers that support it like
    clangd
    python-lsp
    typescript-language-server
    rust-analyzer

[close]

http://codelite.org/
Titel: ImHex 1.17.0
Beitrag von: SiLæncer am 18 April, 2022, 18:10
(https://i.postimg.cc/8C9YTjjW/screenshot-3382.png)
An open-source editor that allows you to manipulate hexadecimal, binary data for writing optimal and well-performing apps, by displaying you content byte by byte.

Donationware

Changelog

Additions

    Added support for the new Yara console module

Pattern Language

    The Pattern Language has been separated from ImHex and was moved to its own repository
        This was in part made possible by @Diadlo's separation of the pattern rendering code from the rest of the runtime
        A separate repository also now allows other people to include the Pattern Language in their own applications
    Types can now be forward declared
    Functions can now have default parameters
    Bitfield fields are now selectable
    Comments behind preprocessor defines are now correctly handled
    Fixed recursive types not working correctly
    Fixed caching for static array values
    Fixed indentation for inlined variables
    Fixed highlight colors of arrays not matching color shown in pattern data view
    Fixed struct members that overlap with [[no_unique_address]] members not being highlighted
    Fixed pointer patterns causing crashes when they are rendered

Improvements

    Make ImHex build with -Wall -Wextra -Werror on all platforms
    Fixed tons of clang-tidy warnings
    Improved / fixed the AppImage build
    Recently opened file entries are now being removed if the file doesn't exist anymore
    Disabled various menu items when no provider is loaded
    Multi-viewport support has been enabled on Linux again, providing ImHex is running on a X11 system
        Multi-viewport support is still very buggy on Wayland
    Improved the about page
    Pattern values are now being cached. Thanks to @Diadlo
    Mathematical expressions can now be used in the hex editor goto function
    Improved look and feel of many hexadecimal input fields
    Improved string search filtering
    Moved bookmark delete button to their header
    Information view plots now don't capture scroll anymore and fit better into the rest of the interface
    Undo and Redo buttons are only available now if that action is actually available
    Data inspector endian and format radio boxes are now sliders

Bug Fixes

    Fixed crash when setting a custom font and that file can't be found
    Fixed various bugs and crashes related to filesystem operations
    Fixed various bugs with the Math Evaluator engine
    Fixed highlighting not properly being cleared when switching to a different provider
    Prevent imgui.ini from being created
    Deferred calls are now handled in a thread-safe manner
    Fixed interface layout not being saved properly in some cases
    Fixed theme not changing properly on startup. Thanks to @PredatorCZ
    Fixed issues where bookmarks not always created highlights correctly
    Fixed displaying of file stat times in information view
    Fixed crash on linux when opened file is being modified. Thanks to @PredatorCZ

[close]

https://github.com/WerWolv/ImHex
Titel: Text Editor Pro 21.0.0
Beitrag von: SiLæncer am 18 April, 2022, 18:30
(https://s26.postimg.cc/hfdkhoj9l/screenshot_896.png)
Text Editor Pro (formerly EditBone) is a powerful text editing tool that comes with syntax highlighting support for over 50 languages and scripts, customizable with over 100 options, 29 ready made styles, a handy file comparison feature, unicode character map, numerical unit convert tool, SQL formatter, and support for multiple directories and search results.

Freeware

Changelog

    Added HTML export options
    Added Markdown preview
    Added options for Markdown preview
    Added show all saved bookmarks (Search > Bookmarks)
    Added Spanish language by Enrique Pineiro
    Fixed flickering issues
    Fixed highlighters
    Fixed language files
    Fixed options
    Fixed PDF view search
    Fixed replace
    Fixed search
    Fixed select folder dialog
    Fixed selection mode
    Fixed text editor control
    Updated and fixed AlphaControls v16.24 - http://www.alphaskins.com/

[close]

https://texteditor.pro/
Titel: Vim 8.2.4787
Beitrag von: SiLæncer am 19 April, 2022, 05:15
Changes:>>

    8.2.4787: prop_find() does not find the right property
    8.2.4786: test for win_gotoid() in Visual mode fails on Mac
    8.2.4785: Visual mode not stopped if win_gotoid() goes to other buffer
    8.2.4784: lamba test with timer is flaky
    8.2.4783: Coverity warns for leaking memory
    Update runtime files
    8.2.4782: accessing freed memory
    8.2.4781: Maxima files are not recognized
    8.2.4780: parsing an LSP message fails when it is split

http://www.vim.org/index.php
Titel: CudaText 1.162.0.3
Beitrag von: SiLæncer am 19 April, 2022, 06:00
(https://s26.postimg.cc/k6wu8qcrt/screenshot_901.png)
Create programming scripts with this powerful tool that supports more than 130 languages and allows users to work concurrently on as many as six groups of projects.

Freeware

Changelog
   

    add: Project Manager: the work is done to support auto-saving of the last project (even untitled), and auto-loading of last active project on app start. So if user e.g. drag-drops a folder on CudaText, this makes the new project "temporary", and after app restart, "temporary" project will be restored. Also app option "ui_auto_save_session" defaults to 'true' now, to be like Sublime Text / VSCode. (thanks opennet.ru)
    add: detection of XML codepage must handle standard codepage names like "windows-1252" (thanks @dinkumoil)
    add: 'Paste and indent' must overwrite the selection (thanks @veksha)
    add: viewer allows to activate UTF-8 encoding, and also ISO-8859-9 encoding (thanks opennet.ru)
    add: code-tree remembers 'Sorted' state per each file-tab (thanks @randomize from opennet.ru)
    add: commands "fold/unfold/toggle block at current line" support multi-carets
    add: lexer XML: more highlighting when folding is auto-disabled by "lexer_folding_max_lines" (thanks @ertank)
    add: lexer XML: highlight numbers too
    change: paste with middle-click (option "mouse_middle_click":2): place caret to clicked position, like VSCode/Kate (thanks opennet.ru)
    change: rename menu item "Addons Manager / Install from GitHub" to "Install from Git"
    change: for folded blocks, horizontal line has different style, dash/dash
    fix: regression in 1.160.2: flickering on editing in file ending, if file was edited in the beginning
    fix: Project Manager: bug with the prompt "files not belonging to the project"
    fix: problem with saving modified files that were reloaded by "ui_auto_save_session":true (thanks @thatfuckingbird)

[close]

https://cudatext.github.io/
Titel: Vim 8.2.4801
Beitrag von: SiLæncer am 21 April, 2022, 08:40
(https://s26.postimg.cc/xww5nc4zt/screenshot_1282.png)
A highly configurable text editor built to enable efficient text editing - an improved version of the vi editor distributed with most UNIX systems.

Freeware

Changelog


    8.2.4801: fix for cursorbind fix not fully tested
    8.2.4800: missing test update for adjusted t_8u behavior
    8.2.4799: popup does not use correct topline
    8.2.4798: t_8u option was reset even when set by the user
    8.2.4797: getwininfo() may get oudated values
    8.2.4796: file left behind after running cursorline tests
    8.2.4795: 'cursorbind' scrolling depends on whether 'cursorline' is set
    8.2.4794: compiler warning for not initialized variable

[close]

http://www.vim.org/index.php
Titel: BirdFont 4.28.0
Beitrag von: SiLæncer am 22 April, 2022, 05:20
(https://s26.postimg.cc/rd1s4grdl/screenshot_137.png)
BirdFont is a free font editor that lets you create vector graphics and export TTF, EOT & SVG fonts.

Donationware

Whats new:>>

Bug fixes, better ligature creation and other small things.

https://birdfont.org/
Titel: Vim 8.2.4803
Beitrag von: SiLæncer am 22 April, 2022, 09:07
Changes:>>

WinScrolled not always triggered when scrolling with mouse.

http://www.vim.org/index.php
Titel: QOwnNotes 22.4.2
Beitrag von: SiLæncer am 22 April, 2022, 12:38
(https://s26.postimg.cc/hoi1ahlcp/screenshot_978.png)
QOwnNotes is a text editor / notepad replacement with markdown support and todo list manager. The program supports themes, keyboard shortcuts, syntax highlighting, and encryption. Includes available nested file list, tags, search, and more. Optionally works with the notes application ownCloud or Nextcloud.

Cross-platform with clients available for Mac and Linux.

License: GPL

Whats new:>>

comments in code blocks without syntax highlighting are now fixed (for #2514 )

http://www.qownnotes.org/
Titel: CudaText 1.162.5.0
Beitrag von: SiLæncer am 22 April, 2022, 12:50
Changelog


    add: on editing of a line, which is start of a folded block, do unfolding of that block (thanks @veksha)
    add: plugin Comments: support 'Line comment' commands if 'line comment' chars are absent, but 'range comment' chars are present; e.g. in CSS (thanks @ildarkhasanshin)
    add: plugin Insert Time: added format 'unix' (Unix-time), it will be added to config after you delete the config + restart the app (thanks @mix-7)
    fix: issue with "ui_one_instance":true on a multi-user Linux/Unix system (thanks @bogen85)
    fix: issue with too greedy folding with "auto_fold_comments" in Nim lexer (thanks @veksha)

[close]

https://cudatext.github.io/
Titel: Trilium Notes 0.51.1 Beta
Beitrag von: SiLæncer am 22 April, 2022, 18:50
(https://i.postimg.cc/2yDgvbpj/screenshot-2595.png)
A hierarchical note-taking software application with focus on building large personal knowledge bases while also providing a flurry of options.

License: AGPL

Changelog

    Moving deleteNote and deleteBranch into entities to make them accessible to scripts, https://github.com/zadam/trilium/discussions/2792
    Workaround for wrongly placed tooltip, closes #2794
    Fix share responsivity on mobile devices, closes #2790
    Fix hiding of linked images in shared notes, closes #2791

[close]

https://github.com/zadam/trilium
Titel: Vim 8.2.4822
Beitrag von: SiLæncer am 25 April, 2022, 12:34
Changes:>>

    8.2.4822: setting ufunc to NULL twice
    8.2.4821: crash when imported autoload script was deleted
    8.2.4820: not simple programmatic way to find a specific mapping
    8.2.4819: unmapping simplified keys also deletes other mapping
    8.2.4818: no test for what 8.2.4806 fixes
    8.2.4817: Win32 GUI: modifiers are not always used
    8.2.4816: still using older codecov app in some places of CI

http://www.vim.org/index.php
Titel: Notepad++ 8.4
Beitrag von: SiLæncer am 26 April, 2022, 05:00
(https://i.postimg.cc/90QrsKpv/screenshot-818.png)
Notepad++ is a tabbed source code editor and Notepad replacement with a customizable interface. It is one of the few few source code editors that supports "folding," allowing users to quickly reduce and expand sections of code to see the overall document. In addition, it features multi-language syntax highlighting, auto-completion, regular expression search/replace, macro recording and playback, etc. The program can access a long list of plug-ins via an easy-to-access menu with even more features and functions.

License: GPL

Changelog


    Update Scintilla from v4.4.6 to v5.2.1 and add Lexilla v5.1.5. (Fix #10504)
    Enhance dark mode support (Shortcut Mapper, autocompletion, calltip, Column Editor and Style configurator, Preferences dialog, etc…) (Fix #11530, #11522, #11407, #11514, #11506, #11497)
    Fix lossing characters issue after case-conversion (UPPER/lower). (Fix #11463)
    Fix “Sort Lines as Integer” not considering negative number issue. (Fix #11023, #2025)
    Sort languages alphabetically automatically in Style Configurator. (Fix #11337)
    Fix flashing box (autocompletion empty list) appears while typing issue. (Fix #9433)
    Scrolling Document List automatically to make the selected tab item visible. (Fix #11204)
    Make Find in Files search result line number aligned. (Fix #11119)
    Add default A-Z sorting ability in Function list. (Fix #11446)
    Add virtual space ability. (Fix #11443, #11444)
    Fix document being wronly marked as saved bug after converting its encoding. (Fix #11436)
    Fix Document list not sync with tab order after sorting. (Fix #11272)
    Fix file saving critical bug under Symantec encryption desktop. (Fix #11339)
    Fix cropped text in Shortcut mapper’s status area issue. (Fix #10358)
    Enhance installer: Remember the chosen language in the previous installation. (Implement #10582)
    Improve Find/Replace Dialog layout. (Fix #11318)
    Update NSIS & Inno Setup keyword lists.

[close]

DL -> https://github.com/notepad-plus-plus/notepad-plus-plus/releases

https://notepad-plus-plus.org/
Titel: Vim 8.2.4827
Beitrag von: SiLæncer am 26 April, 2022, 06:10
Changes:>>

    8.2.4827: typo in variable name
    8.2.4826: .cshtml files are not recognized
    8.2.4825: can only get a list of mappings
    8.2.4824: expression is evaluated multiple times
    8.2.4823: concat more than 2 strings in :def function is inefficient

http://www.vim.org/index.php
Titel: Vim 8.2.4832
Beitrag von: SiLæncer am 27 April, 2022, 06:15
Changes:>>

    8.2.4832: passing zero instead of NULL to a pointer argument
    8.2.4831: crash when using maparg() and unmapping simplified keys
    8.2.4830: possible endless loop if there is unused typahead
    8.2.4829: a key may be simplified to NUL
    8.2.4828: fix for unmapping simplified key not fully tested

http://www.vim.org/index.php
Titel: CudaText 1.163.0.0
Beitrag von: SiLæncer am 27 April, 2022, 09:10
Changelog
   

    add: new command "add next occurrence of selected text (not whole-word)" (thanks @veksha)
    add: new command "skip next occurrence of selected text"
    add: Windows (10 and 11): auto-set window title color to dark (thanks @ags1234)
    fix: file with XML/Python encoding signature could not be re-read in different cpXXXX encoding (thanks @ertank)
    fix: hotkeys were not inited completely for .txt files in a project's session (thanks @MiroslavMatas)

[close]

https://cudatext.github.io/
Titel: BaseX 9.7.1
Beitrag von: SiLæncer am 27 April, 2022, 20:40
(https://s26.postimg.cc/zexqg30d5/screenshot_63.png)
BaseX is a Java-based software application that integrates an XML database and XQuery text editor. It is wrapped in a user-friendly working environment and comes packed with several useful options and configuration parameters for experienced users.

BSD License

Changelog


    RESTXQ: improved caching for unmodified modules
    GUI: improved support for middle mouse button
    GUI, editor: list opened files (Ctrl-F6)
    Backups: support for comments added
    XQuery: inspect:functions: parse modules only once
    XQuery: db:delete: Faster deletion of binary resources
    XQuery: jobs:eval: handling of large job numbers revised
    XQuery optimizations: rewrite value to general comparisons

[close]

http://basex.org/
Titel: Vim 8.2.4835
Beitrag von: SiLæncer am 28 April, 2022, 10:40
Changes:>>

    8.2.4835: Vim9: some lines not covered by tests
    8.2.4834: Vim9: some lines not covered by tests
    Update runtime files
    8.2.4833: failure of mapping not checked for

http://www.vim.org/index.php
Titel: Texmaker 5.1.3
Beitrag von: SiLæncer am 29 April, 2022, 09:14
(https://i.postimg.cc/pTv5K008/screenshot-770.png)
Umfangreicher LaTeX-Editor mit integrierten Tools und Funktionen wie Syntax-Highlighting, 370 mathematischen Symbolen und Ausdrücken, Suchen und Ersetzen oder Rechtschreibprüfung; konvertiert zudem LaTeX ins HTML-Format.

Lizenz: Open Source

Changelog

    A compilation trouble in icondelegate with Qt>6.2.0 version has been fixed
    Some spellings errors in the source has ben fixed (thanks to patch Andreas Tille)
    If an .asy document is loaded, the comment and uncomment tools are adapted (// instead of %)
    The man page has been updated
    --version and --help options to the texmaker command line has been added
    Zh-TW translation has been updated (thanks to Lu Ke)
    A bug which avoid to change the shortcut of the "Quick build" command has been fixed
    Xdg-open is now used instead of evince in no-kde linux environment

[close]

http://www.xm1math.net/texmaker/download.html
Titel: Vim 8.2.4843
Beitrag von: SiLæncer am 29 April, 2022, 12:48
(https://s26.postimg.cc/xww5nc4zt/screenshot_1282.png)
A highly configurable text editor built to enable efficient text editing - an improved version of the vi editor distributed with most UNIX systems.

Freeware

Changelog


    8.2.4843: treating CTRL + ALT as AltGr is not backwards compatible
    8.2.4842: expand("%:p") is not empty when there is no buffer name
    8.2.4841: empty string considered an error for expand()
    8.2.4840: heredoc expression evaluated even when skipping
    8.2.4839: compiler warning for unused argument
    8.2.4838: checking for absolute path is not trivial
    8.2.4837: modifiers not simplified when timed out
    8.2.4836: Vim9: some lines not covered by tests

[close]

http://www.vim.org/index.php
Titel: Vim 8.2.4847
Beitrag von: SiLæncer am 30 April, 2022, 09:10
Changes:>>

    8.2.4847: crash when using uninitialized function pointer
    8.2.4846: termcodes test fails
    8.2.4845: duplicate code
    8.2.4844: <C-S-I> is simplified to <S-Tab>

http://www.vim.org/index.php
Titel: Ron's Editor 2022.03.15.1205
Beitrag von: SiLæncer am 30 April, 2022, 09:40
(https://i.postimg.cc/htZhm2fQ/screenshot-2028.png)

Ron's Editor is the ultimate CSV editor, designed to be easy to use, but powerful enough to handle anything needed of it. Any tabular text format can be opened through confirurable seperators and full support for text encodings, and can then be exported to many formats including Excel. CSV files can be merged, or seperated, and the professional editing capabilites and power tools used for conversion and data cleaning.

Freemium

Changelog

    New features:

    Signing certificate updated.

    Bugs:

    Unicode start edit bug fixed.
    Off-line license validation bug fixed.

[close]

http://www.ronsplace.eu/Products/RonsEditor
Titel: Notepad Replacer 1.5
Beitrag von: SiLæncer am 30 April, 2022, 18:10
(https://i.postimg.cc/fb5VSJcC/screenshot-1673.png)
Do you use a Notepad alternative, like Notepad++ or Notepad2? Notepad Replacer will allow you to replace the default Windows version of Notepad with whatever alternative you would like to use.

Advantages:

Won't replace ANY system files, or change ANY file permissions
Won't trigger Windows File Protection warnings (WFP)
Won't run all the time, won't take up any system resources in the background
Doesn't require special support by the alternative application
Just un-install Notepad Replacer to revert back to the default Windows Notepad

Freeware

Whats new:>>

    Fix: Resolved an issue that caused an infinite loop if you selected the Notepad.exe as the replacement
    Fix: Resolved an uninstaller issue that removed the registry keys if the uninstall was cancelled

http://www.binaryfortress.com/NotepadReplacer/
Titel: CudaText 1.163.1.0
Beitrag von: SiLæncer am 30 April, 2022, 20:00
(https://s26.postimg.cc/k6wu8qcrt/screenshot_901.png)
Create programming scripts with this powerful tool that supports more than 130 languages and allows users to work concurrently on as many as six groups of projects.

Freeware

Changelog
   

    Add: Find dialog: disabled buttons are shown with a crossing-line, to be better visible as disabled
    Change: default of "find_hotkey_find_next" changed to "F3"
    Fix: a couple of minor bugs (rarely visible) in TRegExpr engine
    Fix: menu checkmarks in "View / Split tab" were not updated ok

[close]

https://cudatext.github.io/
Titel: Vim 8.2.4850
Beitrag von: SiLæncer am 01 Mai, 2022, 09:20
Changes:>>

    8.2.4850: mksession mixes up "tabpages" and "curdir" arguments
    8.2.4849: Gleam filetype not detected
    8.2.4848: local completion with mappings and simplification not working

http://www.vim.org/index.php
Titel: CudaText 1.163.1.1
Beitrag von: SiLæncer am 02 Mai, 2022, 05:40
Whats new:>>

    Add: disabled buttons (in Find dialog, in main toolbar) are shown with a crossing-line, to be better visible as disabled
    Change: default of "find_hotkey_find_next" changed to "F3" (thanks @sergey)
    Fix: regression in 1.160.2 for code-tree; reverted 'faster filling of the code-tree' (thanks @dimon40001)
    Fix: a couple of minor bugs (rarely visible) in TRegExpr engine
    Fix: menu checkmarks in "View / Split tab" were not updated ok (thanks @sergey)

https://cudatext.github.io/
Titel: Trilium Notes 0.51.2
Beitrag von: SiLæncer am 02 Mai, 2022, 06:50
(https://i.postimg.cc/2yDgvbpj/screenshot-2595.png)
A hierarchical note-taking software application with focus on building large personal knowledge bases while also providing a flurry of options.

License: AGPL

Changelog

    AddTextToEditor appends text to the end instead of the beginning
    Fix "isActive()" detection to work well with splits, #2806
    Fix doubling of icon tooltips, closes #2811
    Allow searching within mermaid diagrams, closes #2821
    Allow combining tokens in text and title/attributes, fixes #2820
    Improve hiding of edit button #2787
    Fix missing closing div tag in word count demo widget, closes #2829
    Make sure shaca is loaded before any request

[close]

https://github.com/zadam/trilium
Titel: Vim 8.2.4853
Beitrag von: SiLæncer am 02 Mai, 2022, 09:08
Changes:>>

    8.2.4853: CI with FreeBSD is a bit outdated
    8.2.4852: ANSI color index to RGB value not correct
    8.2.4851: compiler warning for uninitialized variable

http://www.vim.org/index.php
Titel: QOwnNotes 22.5.0
Beitrag von: SiLæncer am 02 Mai, 2022, 21:00
(https://s26.postimg.cc/hoi1ahlcp/screenshot_978.png)
QOwnNotes is a text editor / notepad replacement with markdown support and todo list manager. The program supports themes, keyboard shortcuts, syntax highlighting, and encryption. Includes available nested file list, tags, search, and more. Optionally works with the notes application ownCloud or Nextcloud.

Cross-platform with clients available for Mac and Linux.

License: GPL

Whats new:>>

    a PPA for Ubuntu 22.10 (Kinetic Kudu) was added
    added more Portuguese translation (thank you jofazepa)

http://www.qownnotes.org/
Titel: Vim 8.2.4858
Beitrag von: SiLæncer am 03 Mai, 2022, 06:10
Changes:>>

    8.2.4858: K_SPECIAL may be escaped twice
    8.2.4857: Yaml indent for multiline is wrong
    8.2.4856: MinGW compiler complains about unknown escape sequence
    8.2.4855: robot files are not recognized
    8.2.4854: array size does not match usage

http://www.vim.org/index.php
Titel: BabelEdit 3.0.0
Beitrag von: SiLæncer am 03 Mai, 2022, 18:10
(https://s26.postimg.cc/7efmb9imh/screenshot_979.png)
A translation editor that can process one or more JSON files at the same time, providing support for both json and namespaced-json formats.

Freeware

Changelog

    Features:

    Support custom language codes
    Filter on translation texts of one language
    Quick filter on translation IDs
    Search in translation texts
    Functions to convert texts to upper/lower case
    Functions to remove whitespace
    Translation file locations can be changed
    Autodetect Flutter project if .arb file is dropped on start screen
    ARB files: Add/Edit translation text description + placeholders

    Fixes:

    Allow adding new .arb files in BabelEdit
    Problem when source code view has no permission to load source file
    Dictionary downloader asking again and again to download dictionary
    Crashes on Apple M1 systems
    Detection of auto-generated Angular translation IDs
    Poor performance when saving project

[close]

https://www.codeandweb.com/babeledit
Titel: Vim 8.2.4860
Beitrag von: SiLæncer am 04 Mai, 2022, 11:40
Changes:>>

MS-Windows: always uses current directory for executables.

http://www.vim.org/index.php
Titel: CudaText 1.163.4.0
Beitrag von: SiLæncer am 05 Mai, 2022, 19:20
Changelog


    Add: code-tree filling time is limited now, by new option "ui_tree_fill_max_time":1000 (in msec)
    Add: API for 'treeview' multi-selection
    Add: disabled buttons (in Find dialog, in main toolbar) are shown with a crossing-line, to be better visible as disabled
    Change: default of "find_hotkey_find_next" changed to "F3" (thanks @sergey)
    Fix: command "Paste and indent" must not force final newline (thanks @veksha)
    Fix: Terminal Plus steals focus after auto-completion closes (thanks @veksha)
    Fix: regression in 1.163.2: startup session silently skipped (thanks @mix-7)
    Fix: regression in 1.160.2 for code-tree; reverted 'faster filling of the code-tree' (thanks @dimon40001)
    Fix: a couple of minor bugs (rarely visible) in TRegExpr engine
    Fix: menu checkmarks in "View / Split tab" were not updated ok (thanks @sergey)

[close]

https://cudatext.github.io/
Titel: Vim 8.2.4877
Beitrag von: SiLæncer am 06 Mai, 2022, 05:15
Changes:>>

8.2.4877: MS-Windows: Wrongly using Normal colors for termguicolors
8.2.4876: MS-Windows: Shift-BS results in strange char in powershell
8.2.4875: MS-Windows: some .exe files are not recognized
8.2.4874: Win32 GUI: horizontal scroll wheel not handled properly
8.2.4873: Vim9: using "else" differs from using "endif/if !cond"
8.2.4872: Vim9: no error for using an expression only
8.2.4871: Vim9: in :def function no error for misplaced range
8.2.4870: Vim9: expression in :substitute is not compiled
8.2.4869: expression in command block does not look after NL

http://www.vim.org/index.php
Titel: Vim 8.2.4897
Beitrag von: SiLæncer am 07 Mai, 2022, 10:10
(https://s26.postimg.cc/xww5nc4zt/screenshot_1282.png)
A highly configurable text editor built to enable efficient text editing - an improved version of the vi editor distributed with most UNIX systems.

Freeware

Changes:>>

comment inside an expression in lambda ignores the rest

http://www.vim.org/index.php
Titel: Text Editor Pro 21.1.0
Beitrag von: SiLæncer am 07 Mai, 2022, 20:45
(https://s26.postimg.cc/hfdkhoj9l/screenshot_896.png)
Text Editor Pro (formerly EditBone) is a powerful text editing tool that comes with syntax highlighting support for over 50 languages and scripts, customizable with over 100 options, 29 ready made styles, a handy file comparison feature, unicode character map, numerical unit convert tool, SQL formatter, and support for multiple directories and search results.

Freeware

Changelog

    Added always visible JSON/SQL/XML formatter option (default false)
    Added auto select option for directory (default false)
    Added case sensitive sort option for editor (default true)
    Added natural sort order option for editor (default true)
    Added search in current file option for find in files
    Fixed directory sorting
    Fixed HTML export
    Fixed INI file
    Fixed output
    Fixed shortcuts
    Fixed text editor control
    Fixed Windows 11 Dark color theme
    Updated Inno Setup 6.2.1 - https://jrsoftware.org/
    Updated language files
    Updated PDFium binaries (DLL files)

[close]

https://texteditor.pro/
Titel: Text Editor Pro 21.2.0
Beitrag von: SiLæncer am 08 Mai, 2022, 20:00
Changelog


    Added align line state option for left margin (default left)
    Added insert mode option for hex editor (default false)
    Added select JSON/SQL/XML highlighter option for JSON/SQL/XML formatter (default false)
    Added show only line number option for output (default true)
    Added show only modified line state option for left margin (default true)
    Fixed output copy to clipboard
    Fixed selection info
    Fixed undo
    Optimized output
    Updated language files

[close]

https://texteditor.pro/
Titel: Zettlr 2.2.6
Beitrag von: SiLæncer am 08 Mai, 2022, 20:50
(https://s26.postimg.cc/vfll9p4mh/screenshot_956.png)
Write text and conveniently edit it using Markdown with the help of this user-friendly and well-thought-out, Electron based application.

MIT License

Release Notes

GUI and Functionality

    A malformed directory settings file now does not prevent loading the
    directory; instead the malformed file is now removed
    Fixed a small visual glitch on Linux where the selected file was not
    highlighted in the file list in the thin or expanded file manager modes
    Fixed heading ID links not working with, e.g., accents
    Fixed heavy latency when working on a file with many related files

Under the Hood

    Simplify the codeblock class hook again to significantly improve typing speed
    Updated all dependency packages to the respective latest versions

[close]

Download: https://github.com/Zettlr/Zettlr/releases

https://www.zettlr.com/
Titel: Vim 8.2.4922
Beitrag von: SiLæncer am 09 Mai, 2022, 05:10
Changes:>>

Mouse test fails on MS-Windows
Spell test fails because of new illegal byte check
MS-Windows GUI: unused variables
Can add invalid bytes with :spellgood
Conceal character from matchadd() displayed too many times
Fuzzy expansion of option names is not right
Mouse in Insert mode test fails
Sometimes the cursor is in the wrong position
String interpolation in :def function may fail
Popup_hide() does not always have effect
Update runtime files

http://www.vim.org/index.php
Titel: PilotEdit Lite 16.4.0
Beitrag von: SiLæncer am 09 Mai, 2022, 05:40
(http://www.pilotedit.com/images/OpenInQuickMode.PNG)
PilotEdit is a text, hex, XML, C/C++, HTML, PHP, Java, Javascript and Perl editor that can edit large files of 400GB (40 billion lines).

It offers customizable syntax and keyword highlighting, advanced search and replace operations, automatic text encoding, 256-bit AES encryption/decryption and a built-in FTP/SFTP client lets you open, edit, download and upload large files directly to/from a FTP/SFTP server.

In addition to standard text editing features, PilotEdit can compare and merge two large files of 100GB (10 billion lines). You can also sort, find/remove duplicate lines and extract strings over a large file of 1GB.

Freeware

Zitat
PilotEdit 16.4.0 includes improvements over formatting C/C++, Go, Java and JSON.

http://www.pilotedit.com/
Titel: CudaText 1.164.0.0
Beitrag von: SiLæncer am 09 Mai, 2022, 06:20
(https://s26.postimg.cc/k6wu8qcrt/screenshot_901.png)
Create programming scripts with this powerful tool that supports more than 130 languages and allows users to work concurrently on as many as six groups of projects.

Freeware

Changelog
   

    Add: major change: support for proportional fonts in the editor (no option)
    Add: 'listbox_ex' UI control: on scrolling, don't leave space on the bottom (thanks @veksha)
    Add: lexer parser for indent-based folding: if 'group index'=21 (lexer properties dialog in SynWrite), parser will _skip_ checking of pair brackets (for 'group index'=20, checking for pair brackets will run, which is good for Python)
    Fix: "autocomplete_trigger_chars" did not work in HTML for "<", without changing "nonword_chars" (thanks @eltonfabricio10)

[close]

https://cudatext.github.io/
Titel: Text Editor Pro 21.2.1
Beitrag von: SiLæncer am 09 Mai, 2022, 06:45
Whats new:>>

    Fixed close all other files
    Fixed find in files
    Fixed language change
    Fixed language files
    Fixed output
    Fixed painting of control characters

https://texteditor.pro/
Titel: RJ TextEd 15.50
Beitrag von: SiLæncer am 09 Mai, 2022, 21:30
(https://s26.postimg.cc/775l9vjeh/screenshot_593.png)
RJ TextEd - A Unicode source and text editor. RJ TextEd is a full featured text and source editor with Unicode support, syntax highlighting and code folding. The functionality extends beyond text files and includes support for HTML editing with integrated preview, spell checking, auto completion, HTML validation, templates and more. The program also include support for Topstyle Lite CSS editor, has a dual pane file commander, as well as a FTP client to upload your files. The editor uses language files to display menus and dialogs in different languages. There are several included languages. New language files can easily be created in the editor. RJ TextEd is also a simple web development tool. The editor can use auto completion and hints to assist you in editing your source code. You can preview HTML/ASP/PHP... code using one of the preview tabs or open a document in a browser. The editor does not only handle source code. It also handles true ASCII files, binary files and of course plain text files.

License: Freeware

Changelog

    Word/Selection highlighting:

    The highlight color is now different for each word or selected phrase you want to highlight. So if you select e.g. 3 different words - they will be highlighted using different colors.

    Brace Highlighting:

    You can now highlight matching braces as bold, underlined or framed. With or without a background color. You can also use a background only if you set the type to "None".
    Options can be found in [Environment/Themes/Customize...].
    Also fixed a few issues with background color.

    Highlight Expressions:

    Fixed an issue with regular expressions.
    Added a menu item to the editor context menu.
    (It was previously only available in the Search->Highlight menu)

    Windows XP:

    Fixed some issues with open file dialog.

    Syntax highlighters:

    Updated the bash highlighter to add functions to the code explorer. Changed how folding works and how strings are highlighted.

    Misc:

    Chinese language issue in installer.
    Possible FTP reconnect issue with "Keep alive".

    Fixed:

    Install issue when using standard user accounts.
    Some minor issues found while coding.

[close]

http://www.rj-texted.se/
Titel: Vim 8.2.4929
Beitrag von: SiLæncer am 10 Mai, 2022, 05:15
Changes:>>

off-by-one error in in statusline item

http://www.vim.org/index.php
Titel: CudaText 1.164.0.1
Beitrag von: SiLæncer am 10 Mai, 2022, 05:50
Whats new:>>

    Add: major change: support for proportional fonts in the editor (no option)
    Add: 'listbox_ex' UI control: on scrolling, don't leave space on the bottom (thanks @veksha)
    Add: lexer parser for indent-based folding: if 'group index'=21 (lexer properties dialog in SynWrite), parser will _skip_ checking of pair brackets (for 'group index'=20, checking for pair brackets will run, which is good for Python)
    Fix: "autocomplete_trigger_chars" did not work in HTML for "<", without changing "nonword_chars" (thanks @eltonfabricio10)

https://cudatext.github.io/
Titel: Text Editor Pro 21.2.2
Beitrag von: SiLæncer am 10 Mai, 2022, 06:45
Whats new:>>

    Fixed find in files
    Fixed replace
    Updated language files

https://texteditor.pro/
Titel: Vim 8.2.4937
Beitrag von: SiLæncer am 11 Mai, 2022, 09:15
Changes:>>

    8.2.4937: no test for what 8.2.4931 fixes
    8.2.4936: MS-Windows: mouse coordinates for scroll event are wrong
    8.2.4935: with 'foldmethod' "indent" some lines not included in fold
    8.2.4934: string interpolation fails when not evaluating
    8.2.4933: a few more capitalization mistakes in error messages
    8.2.4932: not easy to filter the output of maplist()
    8.2.4931: Crash with sequence of Perl commands
    8.2.4930: interpolated string expression requires escaping

http://www.vim.org/index.php
Titel: Notepad++ 8.4.1
Beitrag von: SiLæncer am 11 Mai, 2022, 20:40
(https://i.postimg.cc/90QrsKpv/screenshot-818.png)
Notepad++ is a tabbed source code editor and Notepad replacement with a customizable interface. It is one of the few few source code editors that supports "folding," allowing users to quickly reduce and expand sections of code to see the overall document. In addition, it features multi-language syntax highlighting, auto-completion, regular expression search/replace, macro recording and playback, etc. The program can access a long list of plug-ins via an easy-to-access menu with even more features and functions.

License: GPL

Changelog


    Fix HTML syntax highlighting in PHP files regression. (Fix #11585, #11602)
    Fix “Reload from disk” loosing syntax highlighting regression. (Fix #11606)
    Fix unfocused selected text background color changed regression. (Fix #11595)
    Update Scintilla from 5.2.1 to 5.2.2 and Lexilla from 5.1.5 to 5.1.6. (Implement #11537)
    Fix multi-part keyword in prefix mode freezes Notepad++ in UDL. (Fix #11434)
    Add several dark mode enhancement. (Fix #11574, #11622, #10054, #11546, #11544)
    Add DarkMode usage detection support for plugins. (Implement #11546)
    Add “Framed current line” option beside of “Highlight current line background”. (Implement #11501)
    Add file monitoring command line argument [-monitor]. (Implement #10562)
    File Dialog enhancement. (Fix #11630, #11517)
    Add a new format argument/option “ADD_ZERO_PADDING” to NPPM_GETNPPVERSION. (Implement #11535)
    Restore auto-completion & calltip default fg/bg colors when no theme is applied. (Fix #11637)
    Sort “Search result” to the bottom in language list of Style Configurator. (Fix #11337)

[close]

DL -> https://github.com/notepad-plus-plus/notepad-plus-plus/releases

https://notepad-plus-plus.org/
Titel: EmEditor 21.7.0
Beitrag von: SiLæncer am 12 Mai, 2022, 05:55
(https://1z9j8fz5fww49iaje1itey71-wpengine.netdna-ssl.com/wp-content/uploads/2013/09/EmEditorFree_Window.png)
EmEditor is a lightning-fast, tabbed text editor with themes, syntax highlighting, stay-on-top, and customizable keyboard mapping. The program supports batch find-and-replace, regular expressions, and more.

Release Notes

    Fixed a bug where selecting All in Half-Width/Full-Width Conversion dialog box converts selection only in a CSV mode.
    Fixed an issue related to the Cell toolbar while filtered.
    The new version shows you a message box if the Read Only in Headings is set on the Delete/Cut Columns command rather than disabling these commands.
    The new version enables conversion commands when a column is selected and the Read Only in Headings is set.
    Fixed a bug where the Replace Expression did not parse x{hhhhh} values correctly.
    Fixed a bug where editor.QueryStatusByID(EEID_TOOLBAR1 + n) did not work correctly.
    Fixed a v21.6 bug where a certain condition on filtering could crash EmEditor.
    Fixed a v21.6 bug where Extract Replace might not have extracted all occurrences in a line.
    Fixed customer-reported issues (1, 2).

[close]

https://www.emeditor.com
Titel: Vim 8.2.4946
Beitrag von: SiLæncer am 13 Mai, 2022, 05:15
(https://s26.postimg.cc/xww5nc4zt/screenshot_1282.png)
A highly configurable text editor built to enable efficient text editing - an improved version of the vi editor distributed with most UNIX systems.

Freeware

Changes:>>

    8.2.4946: Vim9: some code not covered by tests
    8.2.4945: inconsistent use of white space
    Update runtime files and translations
    8.2.4944: text properties are wrong after "cc"
    8.2.4943: changing 'switchbuf' may have no effect
    8.2.4942: error when setting 'filetype' in help file again
    8.2.4941: '[ and '] marks may be wrong after undo
    8.2.4940: some code is never used

http://www.vim.org/index.php
Titel: WebKitty 2.3.0
Beitrag von: SiLæncer am 13 Mai, 2022, 12:39
(https://i.postimg.cc/jqyG1d25/screenshot-1629.png)
This web dev IDE makes it more convenient for web developers to code and manage their websites, made possible via a singular interface to facilitate the entire process.

MIT License

Whats new:>>

    New file picker UI!
    Also, fixed a bug for manage files in MacOS.
    Also, added support for more file types.

https://github.com/yikuansun/webkitty
Titel: Vim 8.2.4950
Beitrag von: SiLæncer am 14 Mai, 2022, 09:40
Changes:>>

Text properties position wrong after shifting text.

http://www.vim.org/index.php
Titel: BaseX 9.7.2
Beitrag von: SiLæncer am 15 Mai, 2022, 10:15
(https://s26.postimg.cc/zexqg30d5/screenshot_63.png)
BaseX is a Java-based software application that integrates an XML database and XQuery text editor. It is wrapped in a user-friendly working environment and comes packed with several useful options and configuration parameters for experienced users.

BSD License

Changelog


    English Stemmer: dictionary for irregular forms added
    Preview implementations of BaseX 10 features
    Performance tweaks, minor fixes

[close]

http://basex.org/
Titel: Text Editor Pro 21.2.3
Beitrag von: SiLæncer am 15 Mai, 2022, 18:30
(https://s26.postimg.cc/hfdkhoj9l/screenshot_896.png)
Text Editor Pro (formerly EditBone) is a powerful text editing tool that comes with syntax highlighting support for over 50 languages and scripts, customizable with over 100 options, 29 ready made styles, a handy file comparison feature, unicode character map, numerical unit convert tool, SQL formatter, and support for multiple directories and search results.

Freeware

Changelog

    Fixed find in files
    Fixed HTML export
    Fixed INI highlighter
    Fixed Inno Setup highlighter
    Fixed minimized to system tray
    Fixed output
    Fixed search

[close]

https://texteditor.pro/
Titel: QOwnNotes 22.5.1
Beitrag von: SiLæncer am 15 Mai, 2022, 21:30
(https://s26.postimg.cc/hoi1ahlcp/screenshot_978.png)
QOwnNotes is a text editor / notepad replacement with markdown support and todo list manager. The program supports themes, keyboard shortcuts, syntax highlighting, and encryption. Includes available nested file list, tags, search, and more. Optionally works with the notes application ownCloud or Nextcloud.

Cross-platform with clients available for Mac and Linux.

License: GPL

Changelog


    a possible crash when actions from global shortcuts are not found anymore was fixed
    (for #2528 )
    added more Chinese Simplified translation (thank you geeklihui)
    the QOwnNotesAPI Nextcloud App
    was updated to version 22.5.0 to support Nextcloud 24 (for #38 )
        errors for not found files in the version API are now caught

[close]

http://www.qownnotes.org/
Titel: Vim 8.2.4960
Beitrag von: SiLæncer am 16 Mai, 2022, 05:20
Changes:>>

    Text properties that cross lines not updated for deleted line
    Using NULL regexp program
    A couple conditions are always true
    Text properties in a wrong position after a block change

http://www.vim.org/index.php
Titel: QOwnNotes 22.5.2
Beitrag von: SiLæncer am 17 Mai, 2022, 05:20
Whats new:>>

    global shortcuts for custom actions are now also working after restarting the application
    (for #2530 )

http://www.qownnotes.org/
Titel: CudaText 1.165.0.0
Beitrag von: SiLæncer am 17 Mai, 2022, 09:12
(https://s26.postimg.cc/k6wu8qcrt/screenshot_901.png)
Create programming scripts with this powerful tool that supports more than 130 languages and allows users to work concurrently on as many as six groups of projects.

Freeware

Changelog
   

    Add: add time limit for syntax highlighting in minimap: new option "minimap_coloring_time":15
    Add: improve rendering speed for _lite_ lexers, on long wrapped lines (thanks @veksha)
    Add: improve search in menus: find space-separated words in _any_ order, like Sublime Text (thanks @veksha)
    Add: lexer CSS: syntax-highlight color functions 'hwb()', 'lab()', 'lch()'
    Add: HTML color underlines: support 'rgb(255, 55, 255, .5)', 'rgb(255 55 255 / .5)', 'rgba(255 55 255 / .5)'
    Change: change the behaviour of command "skip next occurrence of selected word" to better mimic Sublime Text (thanks @veksha)
    Fix: UI flickering on adding plugin's sidepanel buttons (thanks @veksha)
    Fix: bug in Comments plugin (thanks @eltonfabricio10)

[close]

https://cudatext.github.io/
Titel: Vim 8.2.4969
Beitrag von: SiLæncer am 17 Mai, 2022, 12:40
Changes:>>

Changing text in Visual mode may cause invalid memory access.

http://www.vim.org/index.php
Titel: RJ TextEd 15.51
Beitrag von: SiLæncer am 17 Mai, 2022, 20:50
(https://s26.postimg.cc/775l9vjeh/screenshot_593.png)
RJ TextEd - A Unicode source and text editor. RJ TextEd is a full featured text and source editor with Unicode support, syntax highlighting and code folding. The functionality extends beyond text files and includes support for HTML editing with integrated preview, spell checking, auto completion, HTML validation, templates and more. The program also include support for Topstyle Lite CSS editor, has a dual pane file commander, as well as a FTP client to upload your files. The editor uses language files to display menus and dialogs in different languages. There are several included languages. New language files can easily be created in the editor. RJ TextEd is also a simple web development tool. The editor can use auto completion and hints to assist you in editing your source code. You can preview HTML/ASP/PHP... code using one of the preview tabs or open a document in a browser. The editor does not only handle source code. It also handles true ASCII files, binary files and of course plain text files.

License: Freeware

Changelog

    FTP:

    Add favorite dialog will ask you for both a name and a path.

    Text comparison (text diff):

    Made some visual changes in the row compare panel. Tabs and spaces should now be displayed to help see the difference between the two current rows.
    Fixed a few issues.

    Fixed:

    Close document tab issue when tab is close to the right edge.
    Maximize issues.
    Open a session may close the program when certain options are enabled.

[close]

http://www.rj-texted.se/
Titel: Vim 8.2.4975
Beitrag von: SiLæncer am 18 Mai, 2022, 09:55
Changes:>>

recursive command line loop may cause a crash

http://www.vim.org/index.php
Titel: Vim 8.2.4980
Beitrag von: SiLæncer am 19 Mai, 2022, 09:03
Changes:>>

    8.2.4980: when 'shortmess' contains 'A' loading session may still warn
    8.2.4979: accessing freed memory when line is flushed
    8.2.4978: no error if engine selection atom is not at the start
    8.2.4977: memory access error when substitute expression changes window
    8.2.4976: Coverity complains about not restoring a saved value

http://www.vim.org/index.php
Titel: SPFLite 2.6.22138
Beitrag von: SiLæncer am 19 Mai, 2022, 18:20
(https://i.postimg.cc/wT5s6g7J/screenshot-2635.png)
Rename, clone, delete, edit, print, exclude, touch, add to favorites and view your files using this intuitive software application.

License: GPLv3

Changelog

    Changes to CREATE/REPLACE/SAVEAS commands
    If no line-range-operands are specified, a default of ALL lines will be assumed.
    CREATE, if it detects an existing filename, will, along with the error message, replace the command line with the fully substituted complete pathname to allow simple re-entry / retry of the command.
    CREATE will now accept a keyword of REP/REPLACE (which effectively turns it into a REPLACE command). Useful for the circumstances of the previous point.
    CREATE / REPLACE, if entered on a 'special' tab which has no associated PATH (like CLIP) will always pop-up an OpenFile dialog to allow for the specification of the pathname. For normal tabs, the path of the file displayed in the tab will be used if the name is not fully qualified.
    For the primary file manipulation commands (BROWSE, EDIT, VIEW, SAVEAS, CLONE, CREATE and REPLACE), the filename operand may now use the system Environment variables (like %USERPROFILE%) and they will be replaced with the associated value.
    Correct the handling of START LABEL processing. It was missing a flag setting which caused inconsistent results in positioning top-of-screen at file load startup.
    Correct the handling of -STD color operand in FIND/CHANGE searches. Basically, -STD was being ignored.
    Correct errors in the handling of Attribute characteristics (color) lines by PASTE. The extension of short lines was not being done correctly.
    Alter the LOCK access to the HnDIndex file so that simultaneous instances of SPFLite starting up are not prevented from accessing the file.
    Remove the ancient kludge of using 999999 as a repeat value for line commands or a .9999999 for primary commands when what is wanted is 'the last line'. For primary commands use .ZL (last) and for line commands use / (here to last line) or (here to top line).
    Correct handling of RESET [COMMAND]. Processing was not correctly distinguishing User issued RESET commands from internally issued RESET commands. Also ensure the WORD, HIDE and SOURCE operands are properly exempted from ALL processing.
    When a Macro returns with a WARN or FAIL return code, the command line will be restored to the ORIGINAL command invoking the macro, rather than the last Primary command (which may have been issued internally by the macro itself.
    Alter the interaction between functions which set the Top-Of-Screen position and those which set the Cursor Location (which can also reposition the Top-Of-Screen) to better adapt to the actual current screen positioning.
    Add Date and Time to the name of the CrashSave files created when an SPFLite crash occurs.
    Alter the CFG file access routines (which use SQLite) to add double quote marks around internal table names. When the file-type of a file contains special characters (e.g. an @) the Profile name must be quoted in the SQL syntax.
    Correct the restrictions on making changes in BROWSE mode. BackSpace was being denied on the command line, just a wee bit too restrictive.
    Allow the Profile MASK line to contain SET variables. These will be substituted as the MASK line is being inserted.
    Introduce a new 'Tracking' facility. This is designed to proide a simpler way to return to a previous working location in a file after 'jumping' to a different location to review code, or copy code snippets. See the new "Tracking" section in the Help "Working with ..." topic.
    Correct the Profile Edit Dialog code, it was simply failing to process the new EMACRO field.
    Remove the QUERY command used to display the current state of various configuration and Profile settings. All the commands that alter these settings will now accept a ? operand to trigger a status display. This will standardize things, as previously some commands, when entered without operands, would treat it as a display request, while others did not.
    e.g. formerly, to display State status, the command would be QUERY STATE, now it will be STATE ?
    In conjunction with this, those commands which simply turn conditions ON or OFF, will now treat a command with no operands as a 'toggle' request.
    e.g. HEX will now toggle the HEX ON / HEX OFF status.
    One last part of this, the QUERY KB function, which searched for and displayed which KB mapping used a specified primitive, has been moved to the KEYMAP command, which is probably more appropriate.
    e.g. the former "QUERY KB insert" command would now be "KEYMAP QUERY insert" (or KEY Q insert) using abbreviations. This is probably a minimal disruption item as this feature is rarely used.
    Enhance the SET ALIAS.cmdname support to handle substitution / insertion of the command line operands via variables. The variable names =0 thru =9 will now be substituted with the relative operand number from the command line. e.g. SET ALIAS.MyCmd = CHANGE =2 =1 ALL would create a MyCmd which performs a CHANGE ALL with the operands reversed.
    Revise the Routine for handling a missing Profile. If the command triggering the action was initiated by a macro, then the pop-up Dialog will be suppressed. A new Profile will automatically be created for the file-type, containing the actual running values (NOT a copy of the stored running profile).
    Revise the format of the filename used in the CrashSave routine so that it retains the original filetype. This will prevent multiple filetype recovery files all having the .CrashSave filetype.
    Improve speed of a DELETE ALL request.
    Remove support for the old enhanced line range feature. This allowed use of line range requests like (.<=123 OR .>=567) or (.>ABC AND .<DEF). This feature was rarely used and was created for additional flexibility before the introduction of full macro support.
    When prompting for a full Path/Filename for a file, the dialog will be populated with whatever parts of the full path/fileame that are known.
    Correct the NFIND search routine. It was not handling the D type literal search type.(i.e. the delimited search version)
    Enhance the CUT command to support string search conditions (like FIND supports) to the line selection abilities.

[close]

http://www.spflite.com/Home.html
Titel: KeenWrite 2.7.1
Beitrag von: SiLæncer am 19 Mai, 2022, 21:30
(https://i.postimg.cc/3w8rCcRs/screenshot-2904.png)
Java-based text editor that comes with numerous features, such as live preview, formulas, Markdown support and string interpolation.

BSD License

Changelog

    Documents may now use multi-line R source code snippets to embed plots.
    Typesetting the graphs into a PDF file requires the most recent version of ConTeXt, which fixes a few minor issues with rendering SVG files. For existing ConTeXt installations, this can normally be accomplished by re-running its installation script (e.g., install.sh or install.bat) located in its root-level installation directory. See the screenshot below for details.
    Fix curling quotation marks around words with numbers (e.g., T1000 is a word, not a number).
    Treat vulgar fractions as numbers for the purposes of primes and double primes (e.g., ?).
    Fix bug with quotation marks when ambiguous opening and closing quotes are unbalanced in a document.
    Fix bug with closing connections to HTTP resources.

[close]

https://github.com/DaveJarvis/keenwrite
Titel: EmEditor Professional 21.7.1
Beitrag von: SiLæncer am 20 Mai, 2022, 06:10
(https://1z9j8fz5fww49iaje1itey71-wpengine.netdna-ssl.com/wp-content/uploads/2013/09/EmEditorFree_Window.png)
EmEditor is a lightning-fast, tabbed text editor with themes, syntax highlighting, stay-on-top, and customizable keyboard mapping. The program supports batch find-and-replace, regular expressions, and more.

Release Notes

    Fixed a bug where EmEditor could crash when you select the Character Code Value command on certain characters.
    Fixed issues related to the Compare command with the Split Vertically option.
    Fixed the “This operation does not support regular expression, number ranges, or search strings including newlines.” error might have appeared in normal Find in Files.
    Fixed the document tabs might not be arranged correctly when resized under a certain condition.
    Added the “Oldest date modified” and “Newest date modified” options to the Advanced dialog box (Find in Files).
    Added EE_INFO_EX message, INFO_EX_DATA structure, Editor_DocInfoEx inline function.
    Fixed a bug related to the Delete Duplicate command while multiple selections exist.
    Fixed a bug related to the AutoFill handle unable to drag beyond the last line.
    Fixed a bug where EmEditor might have crashed on the Extract Bookmarked Lines to New File command on split windows.
    Added EI_GET_CONFIG, EI_SET_CONFIG, EI_SAVE_FILE, alternative forms of Editor_DocGetModified, Editor_DocGetLines, Editor_GetLineW inline functions, and hDoc field to GET_LINE_INFO structure.
    Fixed issues related split windows, status bar, Cell toolbar font, Toolbars dialog.
    Fixed macro recording issues related to the BatchReplace method.
    The new version will not erase old status messages when showing the “Jump to…” message on the status bar while hovering on Find in Files results.
    Fixed an issue related to the mouse pointer and active strings.

[close]

https://www.emeditor.com
Titel: Vim 8.2.4981
Beitrag von: SiLæncer am 20 Mai, 2022, 09:12
(https://s26.postimg.cc/xww5nc4zt/screenshot_1282.png)
A highly configurable text editor built to enable efficient text editing - an improved version of the vi editor distributed with most UNIX systems.

Freeware

Changes:>>

8.2.4981: it is not possible to manipulate autocommands

http://www.vim.org/index.php
Titel: Scite 5.2.3
Beitrag von: SiLæncer am 22 Mai, 2022, 11:00
(https://s26.postimg.cc/fbkgceeux/screenshot_1241.png)
Editor mit Syntax-Highlighting, Auto-Completion, Folding und vielem mehr...

Open Source

Changelog


    Duplicate APIs to support 64-bit document positions on Win32: SCI_GETTEXTRANGEFULL, SCI_FINDTEXTFULL, and SCI_FORMATRANGEFULL. This adds new types to Scintilla.iface which may impact downstream projects. Applications should move to these APIs from their predecessors as they will be deprecated.
    Improve performance of SCI_FOLDALL(SC_FOLDACTION_EXPAND) by not lexing whole document as it does not depend on folding structure.
    Fix partial updates and non-responsive scroll bars on Xorg. This defers scroll bar changes to an idle task so could affect applications that depend on the scroll position being updated. Bug #2322, Bug #2196, Bug #2312.
    Fix problem with horizontally inverted glyphs with buffered drawing and WS_EX_LAYOUTRTL set on Win32 GDI. Feature #1435.
    Fix ARM64 builds with Visual C++ due to unsupported CETCOMPAT flag. Bug #2324.
    On Cocoa, place autocompletion lists and calltips on a higher window level so they can be seen when invoked from a modal dialog. Bug #2329.
    For Qt 6, fix "modified" signal when text is null but length non-0. Bug #2328.
    Fix pink selection background when printing by making it completely transparent.

[close]

www.scintilla.org/SciTE.html
Titel: OutWiker 3.2.0.902 Beta
Beitrag von: SiLæncer am 23 Mai, 2022, 09:06
(https://s26.postimg.cc/87bx6b16h/screenshot_33.png)
OutWiker is an open-source personal wiki and outliner. Notes are stored in a tree, and kept in the form of directories on the disk. This encourages changing the base by external sources and programs. Currently there are three types of pages supported: plain text, HTML, and wiki. External files (such as pictures) can be attached to pages, and pages can be linked to each other. Each tree branch can be opened as a separate wiki. Other features include tag support, global search (notes and tags), bookmarks, HTML syntax highlighting and icons for notes.

OutWiker can be downloaded with or without plugins, as well as for Linux systems.

License : GPL

Whats new:>>

    Added the ability to create folders in attached files.
    Added the ability to navigate to subfolders in the attachments panel.
    Added the ability to insert links to files in attached subfolders.
    Implemented highlighting links to attached files on wiki pages.

http://jenyay.net/Outwiker/English
Titel: Vim 8.2.5006
Beitrag von: SiLæncer am 23 Mai, 2022, 18:10
Changes:>>

Asan warns for undefined behavior

http://www.vim.org/index.php
Titel: Ron's Editor 2022.05.23.1713
Beitrag von: SiLæncer am 24 Mai, 2022, 05:45
(https://i.postimg.cc/htZhm2fQ/screenshot-2028.png)

Ron's Editor is the ultimate CSV editor, designed to be easy to use, but powerful enough to handle anything needed of it. Any tabular text format can be opened through confirurable seperators and full support for text encodings, and can then be exported to many formats including Excel. CSV files can be merged, or seperated, and the professional editing capabilites and power tools used for conversion and data cleaning.

Changelog

    New features:

    Pro Evaluation 30 license removed.

[close]

http://www.ronsplace.eu/Products/RonsEditor
Titel: Vim 8.2.5010
Beitrag von: SiLæncer am 24 Mai, 2022, 12:43
Changes:>>

The terminal debugger uses various global variables.

http://www.vim.org/index.php
Titel: QOwnNotes 22.5.3
Beitrag von: SiLæncer am 24 Mai, 2022, 21:50
(https://s26.postimg.cc/hoi1ahlcp/screenshot_978.png)
QOwnNotes is a text editor / notepad replacement with markdown support and todo list manager. The program supports themes, keyboard shortcuts, syntax highlighting, and encryption. Includes available nested file list, tags, search, and more. Optionally works with the notes application ownCloud or Nextcloud.

Cross-platform with clients available for Mac and Linux.

License: GPL

Changelog


    the note preview will now not being updated while typing by default (for #2535 )
        you can change the debounce time in the Preview settings
    added more German, Dutch translation (thank you tigris.huszonkilenc)

[close]

http://www.qownnotes.org/
Titel: Vim 8.2.5014
Beitrag von: SiLæncer am 25 Mai, 2022, 18:20
Changes:>>

Byte offsets are wrong when using text properties.

http://www.vim.org/index.php
Titel: Notepads 1.4.8.0
Beitrag von: SiLæncer am 25 Mai, 2022, 19:10
(https://i.postimg.cc/DzHrb6Dr/screenshot-1766.png)
Modern, open-source Notepad alternative for Windows 10 that gives the aging text editor a facelift, while also packing additional functionality into a similarly streamlined application.

MIT License

Changelog


    nuget-deps: bump DiffPlex from 1.7.0 to 1.7.1 in /src/Notepads by @dependabot in #1058
    action-deps: bump actions/upload-artifact from 2.2.4 to 3 by @dependabot in #1053
    nuget-deps: bump System.Text.Json from 5.0.2 to 6.0.2 in /src/Notepads by @dependabot in #1040
    action-deps: bump mrchief/universal-changelog-action from 1.3.1 to 1.3.2 by @dependabot in #1029
    action-deps: bump actions/cache from 2.1.7 to 3.0.2 by @dependabot in #1091
    action-deps: bump actions/checkout from 2 to 3 by @dependabot in #1057
    action-deps: bump actions/download-artifact from 2 to 3 by @dependabot in #1090
    action-deps: bump ncipollo/release-action from 1.8.10 to 1.10.0 by @dependabot in #1083
    action-deps: bump actions/setup-java from 1 to 3.1.0 by @dependabot in #1085
    nuget-deps: bump System.Text.Json from 6.0.2 to 6.0.3 in /src/Notepads by @dependabot in #1093
    nuget-deps: bump Microsoft.AppCenter.Crashes from 4.5.0 to 4.5.1 in /src/Notepads by @dependabot in #1104
    nuget-deps: bump Microsoft.AppCenter.Analytics from 4.5.0 to 4.5.1 in /src/Notepads by @dependabot in #1103

[close]

https://github.com/JasonStein/Notepads
Titel: KeenWrite 2.7.2
Beitrag von: SiLæncer am 25 Mai, 2022, 20:40
(https://i.postimg.cc/3w8rCcRs/screenshot-2904.png)
Java-based text editor that comes with numerous features, such as live preview, formulas, Markdown support and string interpolation.

BSD License

Changelog

    Bug fix release.

Changes:

    Evaluate and substitute inline R statements embedded within diagrams.
    Suppress inconsequential error message when parsing non-conforming SVG attributes.
    This fixes a bug introduced by the previous release when adding the R chunking feature. The bug prevented evaluating inline R statements within diagrams.

[close]

https://github.com/DaveJarvis/keenwrite
Titel: Vim 8.2.5018
Beitrag von: SiLæncer am 26 Mai, 2022, 11:10
Changes:>>

Vim9: some code is not covered by tests.

http://www.vim.org/index.php
Titel: Vim 8.2.5026
Beitrag von: SiLæncer am 27 Mai, 2022, 11:10
Changes:>>

Vim9: a few lines not covered by tests.

http://www.vim.org/index.php
Titel: RocketCake 4.5
Beitrag von: SiLæncer am 27 Mai, 2022, 19:50
(https://s26.postimg.cc/845jbp2c9/screenshot_542.png)
RocketCake is a free web editor for creating responsive websites for beginners and professional web developers. No programming needed.

Freeware

Release Notes

    Changes:

    CLS support and CEO improvements
    RocketCake now supports techniques to reduce CLS (= cumulative layout shifts). A better CLS value of your website might also likely cause better search result performance.
    You don't need to do anything with your website for this feature to work, just normally click "publish" and upload your website.
    Websites created with RocketCake 4.5 automatically use this feature.

    Option to show invisible characters:

    It is now possible to let the editor show new lines, tabs and whitespace by toggling the view for showing invisible characters.
    This makes it now much easier to debug your layouts and find out how your responsive design behavies in different circumstances.

    Improved unicode and emoji support:

    Fixed a problem causing comma separators in chinese text not to be correctly encoded sometimes in the HTML
    Fixed a bug causing some special emojis like 'FACE WITH MEDICAL MASK' (U+1F637) not to show up correctly in generated webpages
    When using vertically merged table cells, the cell now automatically grows correctly with the entered content
    Added an overwrite prompt warning when saving over existing files
    Fixed a problem causing errors like "Activation context generation failed" to appear in the windows event log when RocketCake was started.
    Fixed a problem causing RocketCake to hang sometimes when deleting a row in a complex table
    Fixed a problem causing the previous color picker HTML Code to "shine through" sometimes on some Windows 11 systems
    Various other small improvements everywhere

[close]

http://www.ambiera.com/rocketcake/index.html
Titel: SSuite - Scaramouche Touch 2.10.1
Beitrag von: SiLæncer am 27 Mai, 2022, 21:10
(https://i.postimg.cc/T1TDTk7t/screenshot-2363.png)
This is the smallest text editor in the whole wide world, only 46KB in size. This text editor is full featured and is able to open, edit, and save *.html documents without a problem...

This makes our editor a very green option to use! The html document format is absolutely cross-platform compatible and only needs a web browser to open. This will bring the end to proprietary document formats and special and expensive software and applications necessary to open, edit, and save all your precious letters, memos, and all other types of documents.

Creating html documents will make sure they will always open and print exactly the way you intended them to be. Scaramouche Touch can either be downloaded and used offline, or simply click here to use it online!

With its online and offline capabilities, you don't need to install any software. Use the built-in capabilities of your HTML5 web browser for such things as spell checking, print, print preview, and find functions.

No more creating accounts, pay annual service fees, or social media account linking. Just download the file, double click on the "ScaramoucheTouch.htm" file, and it will open in your default web browser, ready to be used in an instant!

Freeware

http://www.ssuitesoft.com/ssuitescaramouchetouch.htm
Titel: Trilium Notes 0.52.0 Beta
Beitrag von: SiLæncer am 28 Mai, 2022, 10:40
(https://i.postimg.cc/2yDgvbpj/screenshot-2595.png)
A hierarchical note-taking software application with focus on building large personal knowledge bases while also providing a flurry of options.

License: AGPL

Changelog

    New excalidraw backed "canvas note", contributed by @thfrei
    New Find in text widget, based on @antoniotejada's work
    Add option to disable auto-download of images for offline storage, #2859
    Disable COEP, fixes #2858
    Moved protected session expiration scheduling #2855
    Added #titleTemplate, closes #2852
    New ~ operator in search for regex
    Allow operators =, = and = on note content
    Recovery for tree cycle errors, #2831
    Allow combining tokens in text and title/attributes, fixes #2820

[close]

https://github.com/zadam/trilium
Titel: Vim 8.2.5037
Beitrag von: SiLæncer am 29 Mai, 2022, 18:10
(https://s26.postimg.cc/xww5nc4zt/screenshot_1282.png)
A highly configurable text editor built to enable efficient text editing - an improved version of the vi editor distributed with most UNIX systems.

Freeware

Changes:>>

    8.2.5037: cursor position may be invalid after "0;" range
    8.2.5036: using two counters for timeout check in NFA engine
    8.2.5035: when splitting a window the changelist position moves

http://www.vim.org/index.php
Titel: OutWiker 3.2.0.904 Beta
Beitrag von: SiLæncer am 29 Mai, 2022, 20:10
(https://s26.postimg.cc/87bx6b16h/screenshot_33.png)
OutWiker is an open-source personal wiki and outliner. Notes are stored in a tree, and kept in the form of directories on the disk. This encourages changing the base by external sources and programs. Currently there are three types of pages supported: plain text, HTML, and wiki. External files (such as pictures) can be attached to pages, and pages can be linked to each other. Each tree branch can be opened as a separate wiki. Other features include tag support, global search (notes and tags), bookmarks, HTML syntax highlighting and icons for notes.

OutWiker can be downloaded with or without plugins, as well as for Linux systems.

License : GPL

Whats new:>>

    Added the support of nested subfolders for the %thumb% wiki command
    Implemented highlighting the %thumb% wiki command on wiki pages
    Changed design of the dialog about overwriting of attached files
    Small GUI fixes

http://jenyay.net/Outwiker/English
Titel: ghostwriter 2.1.3
Beitrag von: SiLæncer am 30 Mai, 2022, 05:20
(https://s26.postimg.cc/ggug7e4nt/screenshot_965.png)
Write, edit and preview your texts using Markdown with the help of this all-encompassing and user-friendly Markdown editor.

License : GPLv3

Changelog

    Fixed:

    Issue #751: Fixed various sidebar and HTML preview size issues.
    Issue #724: App waits longer for Pandoc to finish reporting version on Windows before timing out.
    Issue #762: Fixed typo in Brazilian Portuguese translation.
    Fixed editor margins on resize and on sidebar hide/show.
    Updated Russian translation.

[close]

http://wereturtle.github.io/ghostwriter/
Titel: KeenWrite 2.7.3
Beitrag von: SiLæncer am 30 Mai, 2022, 05:40
(https://i.postimg.cc/3w8rCcRs/screenshot-2904.png)
Java-based text editor that comes with numerous features, such as live preview, formulas, Markdown support and string interpolation.

BSD License

Changelog

Performance improvement. R initialization sequence is now called only when necessary; previously, it was per keystroke, which would lead to poor performance in R-heavy documents.
Refresh R cache. Press F5 to clear cached R statements. Any R code that uses randomness will be updated with new random values.
R preferences. Changing the R bootstrap script or R working directory will re-initialize R.
Empty variables tab. An empty "variables.yaml" file was always loaded into its own tab. This resulted in a superfluous variable editor tab being created. Now, if a valid YAML file is restored, no empty YAML tab is created.
This will likely be the last update for a few months, critical bugs notwithstanding.

[close]

https://github.com/DaveJarvis/keenwrite
Titel: Vim 8.2.5041
Beitrag von: SiLæncer am 30 Mai, 2022, 06:20
Changes:>>

    8.2.5041: cannot close a terminal popup with "NONE" job
    8.2.5040: scrollbar thumb in scrolled popup not visible
    8.2.5039: confusing error if first argument of popup_create() is wrong
    8.2.5038: a finished terminal in a popup window does not show scrollbar

http://www.vim.org/index.php
Titel: RJ TextEd 15.52
Beitrag von: SiLæncer am 31 Mai, 2022, 05:45
(https://s26.postimg.cc/775l9vjeh/screenshot_593.png)
RJ TextEd - A Unicode source and text editor. RJ TextEd is a full featured text and source editor with Unicode support, syntax highlighting and code folding. The functionality extends beyond text files and includes support for HTML editing with integrated preview, spell checking, auto completion, HTML validation, templates and more. The program also include support for Topstyle Lite CSS editor, has a dual pane file commander, as well as a FTP client to upload your files. The editor uses language files to display menus and dialogs in different languages. There are several included languages. New language files can easily be created in the editor. RJ TextEd is also a simple web development tool. The editor can use auto completion and hints to assist you in editing your source code. You can preview HTML/ASP/PHP... code using one of the preview tabs or open a document in a browser. The editor does not only handle source code. It also handles true ASCII files, binary files and of course plain text files.

License: Freeware

Changelog

    Vertical line at cursor position:

    Added an option in the view menu to "Show vertical line at cursor position".
    The line can be a dotted or solid line and is displayed at the current text cursor position. You can change the color and style in "Environment->Themes->Customize...".

    Fixed:

    Language display issue when opening document tab as an external window.
    Heredoc highlight issue in bash documents.
    External compare of remote files.
    Issue when trying to open remote files several times.

[close]

http://www.rj-texted.se/
Titel: Vim 8.2.5046
Beitrag von: SiLæncer am 31 Mai, 2022, 06:15
Changes:>>

vim_regsub() can overwrite the destination.

http://www.vim.org/index.php
Titel: BowPad 2.8.3
Beitrag von: SiLæncer am 31 Mai, 2022, 09:09
(https://s26.postimg.cc/h0ofzpokp/screenshot_1153.png)
BowPad is a small and fast text editor with a ribbon user interface and syntax highlighting.

Features:

syntax highlighting for over 100 file types and languages
handling of many different encodings, including UTF-8, UTF-16 and even UTF-32
easy ribbon user interface
navigation hints in the vertical scrollbar
coloring of open tabs according to their path
extendable with plugins written in jscript or vbscript

Freeware

Changelog
   

    Updated to Scintilla 5.2.3
    List of issues solved for 2.8.3
    Auto-completion for math formulas that are on a single line

[close]

http://stefanstools.sourceforge.net/BowPad.html
Titel: ProgramEdit 5.1.1
Beitrag von: SiLæncer am 31 Mai, 2022, 09:13
(https://s26.postimg.cc/wcabyxqq1/screenshot_58.png)
ProgramEdit - a free Windows® software source-code editor. ProgramEdit includes language support for HTML, Ada, C/C++, C#, CSS, JAVA, JavaScript, Perl, PHP, Python, Ruby, VB, VBScript, Verilog, VHDL and Batch(.bat) files. Other features include tabbed file selection, text highlighting, find & replace, regular expressions, sesssions, bookmarks, multiple undo/redo and hyperlinks.

Freeware

Whats new:>>

    Word-Wrap Auto Update
    Enable text editing
    Add PgmEdit Help/Known Bugs/Word-Wrap Auto bugs
    update Word-Wrap Auto Help files

http://simplesolverlogic.com/index.html
Titel: Typora 1.3.3 Dev
Beitrag von: SiLæncer am 31 Mai, 2022, 12:43
(https://i.postimg.cc/25xV0Fq1/Virtual-DVD.png)
Swiftly write, edit, format and convert text to HTML with the help of this modern looking, streamlined and novice-accessible piece of software.

Changelog


    Support download / copy / move all image files.
    Support auto move image folders when rename current document in Typora.
    Show total match count in find and replace panel.
    Support regular expression in find and replace panel, and also file search.
    Support save as image file for rich media, like diagram, math, images, etc.
    Add more options in "copy / paste as" context menu.
    Update UI translations.
    Improve compatibility with Sougo IME.
    Fix abbreviation like e.g. is always marked as misspelled word.
    Other bug fix and improvements.

[close]

https://www.typora.io/
Titel: Vim 8.2.5048
Beitrag von: SiLæncer am 01 Juni, 2022, 09:10
Changes:>>

    8.2.5048: when using XIM the gui test may fail
    8.2.5047: CurSearch highlight is often wrong

http://www.vim.org/index.php
Titel: PilotEdit Lite 16.5.0
Beitrag von: SiLæncer am 01 Juni, 2022, 10:20
(http://www.pilotedit.com/images/OpenInQuickMode.PNG)
PilotEdit is a text, hex, XML, C/C++, HTML, PHP, Java, Javascript and Perl editor that can edit large files of 400GB (40 billion lines).

It offers customizable syntax and keyword highlighting, advanced search and replace operations, automatic text encoding, 256-bit AES encryption/decryption and a built-in FTP/SFTP client lets you open, edit, download and upload large files directly to/from a FTP/SFTP server.

In addition to standard text editing features, PilotEdit can compare and merge two large files of 100GB (10 billion lines). You can also sort, find/remove duplicate lines and extract strings over a large file of 1GB.

Freeware

Zitat
PilotEdit 16.5.0 includes improvements over formatting Python.

http://www.pilotedit.com/
Titel: Text Editor Pro 22.0.0
Beitrag von: SiLæncer am 01 Juni, 2022, 17:05
(https://s26.postimg.cc/hfdkhoj9l/screenshot_896.png)
Text Editor Pro (formerly EditBone) is a powerful text editing tool that comes with syntax highlighting support for over 50 languages and scripts, customizable with over 100 options, 29 ready made styles, a handy file comparison feature, unicode character map, numerical unit convert tool, SQL formatter, and support for multiple directories and search results.

Freeware

Changelog

    Added image view
    Added image view options
    Added use up and down arrow keys to find option for search (default true)
    Fixed action enabling
    Fixed AlphaControls
    Fixed color themes
    Fixed directory auto select
    Fixed file opening
    Fixed file popup menu
    Fixed group box painting
    Fixed highlighters
    Fixed INI file reading
    Fixed language files
    Fixed minimize to system tray
    Fixed mouse wheel
    Fixed -noskin issues
    Fixed options
    Fixed output painting
    Fixed PDF view
    Fixed search
    Fixed startup
    Optimized AlphaSkins
    Refactored directory

[close]

https://texteditor.pro/
Titel: BirdFont 4.29.6
Beitrag von: SiLæncer am 02 Juni, 2022, 06:15
(https://s26.postimg.cc/rd1s4grdl/screenshot_137.png)
BirdFont is a free font editor that lets you create vector graphics and export TTF, EOT & SVG fonts.

Donationware

Whats new:>>

    Insert letters with diacritical marks by pressing and holding down the key you want to show diacritics for.
    Updated SVG parser.
    Support for italic angle in metadata.
    Add support for setting width from SVG files in folder import.
    Fix bugs related to kerning.

https://birdfont.org/
Titel: EmEditor Professional 21.7.2
Beitrag von: SiLæncer am 02 Juni, 2022, 06:20
(https://1z9j8fz5fww49iaje1itey71-wpengine.netdna-ssl.com/wp-content/uploads/2013/09/EmEditorFree_Window.png)
EmEditor is a lightning-fast, tabbed text editor with themes, syntax highlighting, stay-on-top, and customizable keyboard mapping. The program supports batch find-and-replace, regular expressions, and more.

Release Notes

    v21.7.2 includes all bug fixes from v21.8 beta 7 (21.7.907) through beta 11 (21.7.911):

    beta 7 (21.7.907):

    Added the Split View command to the Compare menu.
    Fixed an issue with the Word Complete plug-in on v21.7.1.

    beta 8 (21.7.908):

    Allowed regular expressions and number range expressions included in the list of searches/replacements while using Bulk Replace All in the Batch Replace dialog box, Bulk Find in the Find/Replace in Files dialog box, and Bulk Replace All in the Batch Replace in Files dialog box.
    Added the Extract All Matched Strings command.
    Fixed a bug where the Extract Matched Strings command extracted the last (not first) occurrence when a regular expression is used to filter.
    Fixed a bug related to sync scrolling while comparing documents in a split window.
    Fixed an issue with the Horizontal Line position when the Line Space is large.
    Fixed a bug where EmEditor could crash when selecting CSV columns right to left while the Cell selection mode is off.
    Fixed an issue where the New Group command did not set focus to the new group window.

    beta 9 (21.7.909):

    Added the CommitList plug-in, which shows the Git history of the current document. The CommitList plug-in was developed by Makoto Emura.
    Added the Filter Extract Options dialog box, Extract Options command, and removed Extract All Matched Strings command.
    Added the nVisibleLinesAbove and nVisibleLinesBelow parameters to the Filter method of the Document object.
    Fixed and optimized regex in Bulk Replace All.

    beta 10 (21.7.910):

    Digitally signed the CommitList plug-in and its resource files.
    Added the CommitList plug-in to the list of plug-ins when updated.

    beta 11 (21.7.911):

    The new version shows document titles above documents when comparing them in a split window.
    Fixed the group window title when comparing in a split window.
    Fixed a bug where EmEditor might have crashed after comparing a split window and reloading the right-side document.
    The new version restores the cursor position when aborting the filter if there were no matches.
    Improved the CommitList plug-in.
    Fixed crashes related to the Compare commands.
    Added the EI_GET_TITLE, and EI_SET_TITLE commands to the EE_INFO message.
    Added the Title property to the Document object.

[close]

https://www.emeditor.com
Titel: CudaText 1.165.2.0
Beitrag von: SiLæncer am 02 Juni, 2022, 09:04
(https://s26.postimg.cc/k6wu8qcrt/screenshot_901.png)
Create programming scripts with this powerful tool that supports more than 130 languages and allows users to work concurrently on as many as six groups of projects.

Freeware

Changelog
   

    Add: input boxes + API-created editors: use the same key-mapping as main editor (thanks @DUOLabs333)
    Add: commands "(without undo) sort xxxx" set sorted range line-states to 'changed'
    Add: lexer CSS: support new 'units'
    Fix: change default value of "renderer_tweaks__linux" to "" on Linux Qt5
    Fix: TRegExpr engine: fix issues with 'regex recursion' (thanks @CaptainFlint)
    Fix: macros playback must restore previous state of search options (thanks @hiiamboris)
    Fix: freezing on startup with Git Status plugin, in some cases (thanks @veksha)
    Fix: few rendering issues with proportional fonts: tab-chars, indentations (thanks @Hobbes)
    Fix: commands "(without undo) sort xxxx" incorrectly removed blank lines (thanks @TomC)
    Fix: lexer YAML bug

[close]

https://cudatext.github.io/
Titel: Vim 8.2.5052
Beitrag von: SiLæncer am 02 Juni, 2022, 12:55
(https://s26.postimg.cc/xww5nc4zt/screenshot_1282.png)
A highly configurable text editor built to enable efficient text editing - an improved version of the vi editor distributed with most UNIX systems.

Freeware

Changes:>>

CI checkout step title is a bit cryptic.

http://www.vim.org/index.php
Titel: ImHex 1.18.2
Beitrag von: SiLæncer am 03 Juni, 2022, 19:40
(https://i.postimg.cc/8C9YTjjW/screenshot-3382.png)
An open-source editor that allows you to manipulate hexadecimal, binary data for writing optimal and well-performing apps, by displaying you content byte by byte.

Donationware

Changelog

    Fixed editing values in the hex editor
    Fixed another scroll issue in the hex editor
    Fixed pasting bytes in the hex editor view
    Fixed bookmarks automatically collapsing when editing their name

[close]

https://github.com/WerWolv/ImHex
Titel: Notepad++ 8.4.2
Beitrag von: SiLæncer am 03 Juni, 2022, 19:50
(https://i.postimg.cc/90QrsKpv/screenshot-818.png)
Notepad++ is a tabbed source code editor and Notepad replacement with a customizable interface. It is one of the few few source code editors that supports "folding," allowing users to quickly reduce and expand sections of code to see the overall document. In addition, it features multi-language syntax highlighting, auto-completion, regular expression search/replace, macro recording and playback, etc. The program can access a long list of plug-ins via an easy-to-access menu with even more features and functions.

License: GPL

Changelog


    Fix crash on “Copy Binary Content” command without selection on edit zone. (Fix #11639, #11671)
    Fix crashes by re-invoking with command line argument “-udl”. (Fix #11633)
    Make toolbar icons customizable. (Fix #9913)
    Make fold/unfold current level commands toggleable. (Fix #11529, #9196)
    Add command line argument for plugin, a related notification and an API. (Fix #11576)
    Fix horizontal scrolling with scroll wheel on Logitech MX issue. (Fix #10490)
    Enhance dark mode. (Fix #11642, #11693, #11683, #11530, #10159)
    Add encoding context menu via right/double click on status bar. (Fix #9998, #400, #756)
    Add gui4cli keywords and fix its style IDs in stylers.model.xml.
    Display installed plugin versions in Debug Info dialog. (Fix #11284)

[close]

DL -> https://github.com/notepad-plus-plus/notepad-plus-plus/releases

https://notepad-plus-plus.org/
Titel: Vim 8.2.5054
Beitrag von: SiLæncer am 04 Juni, 2022, 10:20
Changes:>>

no good filetype for conf files similar to dosini

http://www.vim.org/index.php
Titel: QOwnNotes 22.6.0
Beitrag von: SiLæncer am 05 Juni, 2022, 18:00
(https://s26.postimg.cc/hoi1ahlcp/screenshot_978.png)
QOwnNotes is a text editor / notepad replacement with markdown support and todo list manager. The program supports themes, keyboard shortcuts, syntax highlighting, and encryption. Includes available nested file list, tags, search, and more. Optionally works with the notes application ownCloud or Nextcloud.

Cross-platform with clients available for Mac and Linux.

License: GPL

Changelog


users are now asked if they want to turn on the search panel again when using the Find note action if they have turned it off previously (for #2548 )
added more translation (thank you amirkbrpr, chocolatine, mguerra,

[close]

http://www.qownnotes.org/
Titel: Vim 8.2.5056
Beitrag von: SiLæncer am 05 Juni, 2022, 19:15
Changes:>>

The channel log only contains some of the raw terminal output.

http://www.vim.org/index.php
Titel: Text Editor Pro 22.1.0
Beitrag von: SiLæncer am 05 Juni, 2022, 20:00
(https://s26.postimg.cc/hfdkhoj9l/screenshot_896.png)
Text Editor Pro (formerly EditBone) is a powerful text editing tool that comes with syntax highlighting support for over 50 languages and scripts, customizable with over 100 options, 29 ready made styles, a handy file comparison feature, unicode character map, numerical unit convert tool, SQL formatter, and support for multiple directories and search results.

Freeware

Changelog

    Added use same settings for all color themes option for editor font (default false)
    Fixed and optimized directory
    Fixed color themes
    Fixed font combo box
    Fixed highlighters
    Fixed options
    Fixed startup
    Updated language files

[close]

https://texteditor.pro/
Titel: Trilium Notes 0.52.1 Beta
Beitrag von: SiLæncer am 05 Juni, 2022, 21:30
(https://i.postimg.cc/2yDgvbpj/screenshot-2595.png)
A hierarchical note-taking software application with focus on building large personal knowledge bases while also providing a flurry of options.

License: AGPL

Changelog

    New excalidraw backed "canvas note", contributed by @thfrei
    New Find in text widget, based on @antoniotejada's work
    Add option to disable auto-download of images for offline storage, #2859
    Disable COEP, fixes #2858
    Moved protected session expiration scheduling #2855
    Added #titleTemplate, closes #2852
    New ~ operator in search for regex
    Allow operators =, = and = on note content
    Recovery for tree cycle errors, #2831
    Allow combining tokens in text and title/attributes, fixes #2820
    Expose ability to create note revisions in backend API #2890
    Add openSplitWithNote() frontend api method, #2891
    Fix when searching for "note.", closes #2889
    Fix "cut to note", #2895, #1182
    Added new runOnNoteDeletion, runOnBranchCreation, runOnBranchDeletion, #2898

[close]

https://github.com/zadam/trilium
Titel: AlephNote 1.7.10
Beitrag von: SiLæncer am 05 Juni, 2022, 22:00
(https://s26.postimg.cc/6skrw8cnt/screenshot_1204.png)
AlephNote is extensible, lightweight desktop note manager. Features include search, interactive checkbox lists highlighting, clickable highlighted links, notes backup, drag-and-drop capability for files and text, and sorting notes into folders. The program supports tags, in-editor markdown rendering, customizable shortcuts, stay-on-top capability, tray control, themes, and more.

Notes can be saved locally or synchronized with cloud services including Simplenote, Standard Note, Nextcloud/ownCloud.

License:    MIT

Changelog

    Bugfixes:

    Fixed StandardNotes sync on item-update

    Plugins included by default:

    FilesystemPlugin v1215
    HeadlessPlugin v1412
    NextcloudPlugin v1215
    SimpleNotePlugin v1213
    StandardNotePlugin v174

[close]

https://github.com/Mikescher/AlephNote
Titel: Vim 8.2.5061
Beitrag von: SiLæncer am 06 Juni, 2022, 09:10
Changes:>>

    C89 requires signal handlers to return void
    Running configure fails
    Autoconf 2.71 produces many obsolete warnings
    Input() does not handle composing characters properly
    Using gettimeofday() for timeout is very inefficient

http://www.vim.org/index.php
Titel: AlephNote 1.7.11
Beitrag von: SiLæncer am 07 Juni, 2022, 10:30
Whats new:>>

Fixed StandardNotes tags being created with the timestamp 1-01-01 ( standardnotes#1068 )

https://github.com/Mikescher/AlephNote
Titel: QOwnNotes 22.6.1
Beitrag von: SiLæncer am 07 Juni, 2022, 20:30
Changelog


    under Linux (with dbus) the application will now ask you if you want to turn on
    dark mode if your desktop environment is in dark mode and the application is not
    (for #2525 )
        the application will now also ask you if you want to turn off dark mode if your
        desktop environment is in light mode and the application has dark mode turned on
        you can remember those decisions so that the switch will be made
        automatically next time
    an issue in the scripting hook noteTaggingByObjectHook was fixed where
    tags that are supposed to be removed couldn't be accessed by the hook
    (for #2553 )
    added more German, Catalan, Portuguese, Persian translation (thank you
    tiger, twenty-nine, mguerra, manuelarodsilva, amirkbrpr)

[close]

http://www.qownnotes.org/
Titel: RisohEditor 5.7.2
Beitrag von: SiLæncer am 07 Juni, 2022, 21:10
(https://i.postimg.cc/8P4z4Swt/screenshot-799.png)
"RisohEditor" is a free resource editor for Win32 development, created by Katayama Hirofumi MZ. RisohEditor realized the ideal of resource editor. "Risoh" means "ideal" in Japanese. RisohEditor can add, edit, extract, clone and remove the resource data in EXE/DLL files. You can edit Windows resources (Dialogs, Menus, Icons, Cursors, String Tables, Message Tables etc.) by using RisohEditor.

NOTICE: Please avoid installing in "C:\Program Files" or "C:\Program Files (x86)". Because the resource compiler (windres) doesn't accept space character in the file path.

Freeware

Whats new:>>

Supported TOOLBAR resources.

https://katahiromz.web.fc2.com/re/en/index.html#intro
Titel: CudaText 1.165.4.0
Beitrag von: SiLæncer am 07 Juni, 2022, 21:45
(https://s26.postimg.cc/k6wu8qcrt/screenshot_901.png)
Create programming scripts with this powerful tool that supports more than 130 languages and allows users to work concurrently on as many as six groups of projects.

Freeware

Changelog
   

    Change: Windows Python upgraded to 3.8
    Add: support encoding iso-8859-14
    Fix: regression in 1.165.2: Shift+F3 in Find dialog (thanks @hiiamboris)
    Fix: Windows: issue with Alt+Tab and "ui_taskbar_mode":false (thanks @veksha)
    Fix: after "fold all", all folded ranges must have
  • icon, even those affected by "fold_icon_min_range" option (thanks @tmsg)

    Fix: lexer PHP: don't highlight 'class name' after '->'

[close]

https://cudatext.github.io/
Titel: Zettlr 2.3.0
Beitrag von: SiLæncer am 08 Juni, 2022, 20:40
(https://s26.postimg.cc/vfll9p4mh/screenshot_956.png)
Write text and conveniently edit it using Markdown with the help of this user-friendly and well-thought-out, Electron based application.

MIT License

Release Notes

    GUI and Functionality:

    New Feature: You can now customize the toolbar and add or remove buttons as you see fit
    New Feature: You can now navigate the file tree with the arrow buttons after activating the quick filter; use up and down to visually move through the visible items and left/right to collapse/uncollapse a directory; use Enter to "click" that item
    New Feature: The document tabbar now features buttons so you can easily scroll horizontally through many tabs
    Added "Copy filename", "Copy path", and "Copy ID" items to document tabs context menus (thanks to @kyaso)
    Added "New File", "Next File", and "Previous File" buttons to the toolbar
    The query input now gets blurred when starting a global search in order to prevent the dropdown from showing up, especially during auto-searches
    Added keyword/tag CSS class names to YAML frontmatter tags
    Added the last modification date to the file list, even if the additional info setting is turned off
    The "restrict to directory" field will now be empty by default
    Pressing Tab while the query input is focused will now directly focus the restrict-to-dir input
    The table of contents in the sidebar now shows the title of the currently active file, if applicable
    Removed the less-than-helpful file and folder removal shortcuts
    Fixed the recent documents menu on Windows
    Fixed wrong character count if counting without spaces
    Fixed wrong word count for indented lists
    Fixed wrong keyword/tag CSS class names
    Fixed jumping of the code editor in the assets manager
    Fixed wrongly positioned tabstops during snippets autocomplete
    Fixed an error that would erroneously render citations in footnote previews or copied text with styling

    Under the Hood:

    Ignore IDEA-related files
    Update Pandoc to 2.18
    Refactored the main window's store to be more modular for the upcoming
    additional changes
    Added an additional check for frontmatter values in code files

[close]

Download: https://github.com/Zettlr/Zettlr/releases

https://www.zettlr.com/
Titel: RJ TextEd 15.53
Beitrag von: SiLæncer am 08 Juni, 2022, 20:50
(https://s26.postimg.cc/775l9vjeh/screenshot_593.png)
RJ TextEd - A Unicode source and text editor. RJ TextEd is a full featured text and source editor with Unicode support, syntax highlighting and code folding. The functionality extends beyond text files and includes support for HTML editing with integrated preview, spell checking, auto completion, HTML validation, templates and more. The program also include support for Topstyle Lite CSS editor, has a dual pane file commander, as well as a FTP client to upload your files. The editor uses language files to display menus and dialogs in different languages. There are several included languages. New language files can easily be created in the editor. RJ TextEd is also a simple web development tool. The editor can use auto completion and hints to assist you in editing your source code. You can preview HTML/ASP/PHP... code using one of the preview tabs or open a document in a browser. The editor does not only handle source code. It also handles true ASCII files, binary files and of course plain text files.

License: Freeware

Changelog

    Zoom (CTRL+MouseWheel Up/Down)

    Added a new menu item in the "View" menu named "Zoom" with sub-menu items to zoom in, zoom out and reset zoom. You can also use the mouse wheel while pressing the CTRL key.
    Zoom will affect all open documents, as well as new or opened documents. The zoom value is saved between sessions. Use "Reset zoom" to undo any zooming you have done.
    Note that zoom will not change the font size you have set in options.

    File Commander

    Fixed some display issues when connected to a remote site.

    FTP Profile manager

    Passwords are now shown as a masked string (***).

    Misc

    Made some minor changes to the maximize window code.
    Made some minor additions to the FTP client code.

[close]

http://www.rj-texted.se/
Titel: KeenWrite 2.7.4
Beitrag von: SiLæncer am 09 Juni, 2022, 11:40
(https://i.postimg.cc/3w8rCcRs/screenshot-2904.png)
Java-based text editor that comes with numerous features, such as live preview, formulas, Markdown support and string interpolation.

BSD License

Changelog

    Bug fixes:

    Refresh view. The refresh option (F5 hot-key) now reloads variables into R.
    Possessives. In some cases, an unambiguous possessive apostrophe did not get curled. This could happen when an ambiguous apostrophe proceeded a possessive, such as with the phrase How 'bout that? Jarvis' software curled the quotes where 'bout is an ambiguous apostrophe (could contract "about" or signify the start of a nested quotation).

[close]

https://github.com/DaveJarvis/keenwrite
Titel: Vim 8.2.5069
Beitrag von: SiLæncer am 09 Juni, 2022, 17:10
(https://s26.postimg.cc/xww5nc4zt/screenshot_1282.png)
A highly configurable text editor built to enable efficient text editing - an improved version of the vi editor distributed with most UNIX systems.

Freeware

Changelog


    8.2.5069: various warnings from clang on MS-Windows
    8.2.5068: gcc 12.1 warning when building tee
    8.2.5067: timer_create is not available on every Mac system
    8.2.5066: timer_create is not available on every Mac system
    8.2.5065: wrong return type for main() in tee.c
    Update runtime files.
    8.2.5064: no test for what 8.1.0052 fixes
    8.2.5063: error for a command may go over the end of IObuff
    8.2.5062: Coverity warns for dead code

[close]

http://www.vim.org/index.php
Titel: EmEditor Professional 21.8.0
Beitrag von: SiLæncer am 09 Juni, 2022, 17:40
(https://1z9j8fz5fww49iaje1itey71-wpengine.netdna-ssl.com/wp-content/uploads/2013/09/EmEditorFree_Window.png)
EmEditor is a lightning-fast, tabbed text editor with themes, syntax highlighting, stay-on-top, and customizable keyboard mapping. The program supports batch find-and-replace, regular expressions, and more.

Release Notes

    The previous version of EmEditor (v21.7) supported comparison and synchronized scrolling results in one split window. v21.8 improves the split window by showing document titles above documents in the split window so that it is easier to identify the left and right documents. When you resize or maximize a split window, the previous version did not adjust the split border position. The new version moves the split border proportionally as you resize the window. Moreover, v21.8 allows you to show two documents side-by-side in a split window without comparing or synchronize scrolling by selecting the Split View command on the Compare menu. All the above features are supported on EmEditor Professional and EmEditor Free.
    A major feature of EmEditor Professional is the ability to include regular expressions (RegEx) and number range expressions (NumRange) for search strings when you use the Bulk Replace All feature that was previously implemented on v21.7. Several customers including this customer asked for this improvement. It becomes useful when you have many simple strings to search for, but you want to include a few RegEx or NumRange strings. Bulk Replace All works very fast if all search strings are non-RegEx and non-NumRange (None). Adding RegEx to the list of search strings will slow down the Bulk Replace All process significantly. Nevertheless, if you have only a few RegEx, Bulk Replace All is still faster than Batch Replace All.
    If you mix search strings with RegEx or NumRange, Bulk Replace All will search all these strings simultaneously, but a conflict can occur. If a conflict occurs, (None) will get the highest priority. NumRange is the second priority, and RegEx is the last priority.
    v21.8 also supported RegEx and NumRange search strings for Bulk Find in the Batch Find in Files dialog box, and Bulk Replace All in the Batch Replace in Files dialog box.
    Another new feature of v21.8 is the CommitList plug-in by Makoto Emura, which shows the commit history of a Git repo. It allows easy comparisons between files of different revisions. The current minimal feature set of the plug-in leaves an opportunity for your feedback to be reflected in future versions, so we would like to hear your feedback as to which features you would like to see in the plug-in.
    A customer has asked for the ability to limit search files by their time stamp while working on Find in Files. Thus, we added the Oldest date modified and Newest date modified date boxes to the Advanced dialog box (Find in Files). If only the Oldest date modified is set, EmEditor searches files newer than the specified date. If only the Newest date modified is set, EmEditor searches files older than the specified date. If neither of them is set, EmEditor searches all files regardless of file dates.
    Another customer has asked for the ability to extract all matches (not just one match) per line while Filter results are displayed. Thus, we added the Extract Options command to the menu displayed when you click on the Extract All button in the Filter toolbar. Selecting this command will bring up the Filter Extract Options dialog box, where you can select the Extract All matched strings option, and the Delimiter to separate matched strings.
    Another customer has asked for the ability to record the Number of Additional Visible Lines Above/Below Matched Lines to macros. Thus, we added two more parameters to the Filter method of the Document object, where you can specify these numbers. If you already have macros that use the Filter method, and you want to display additional visible lines above/below matched lines, you might need to set these parameters to non-zero values, or -1 to instruct the Filter method to not change these values.
    Finally, I hope you like EmEditor, whether you use the Professional or Free version. Please contact us or write in forums if you have any questions, feature requests, or any ideas in the future.)

[close]

https://www.emeditor.com
Titel: Abricotine 1.1.4
Beitrag von: SiLæncer am 10 Juni, 2022, 19:20
(https://i.postimg.cc/L84NnB1y/screenshot-1735.png)
Write and edit documents as well as web content in an easy-to-read format that you can convert to HTML later on using this application.

License: GPLv3

Whats new:>>

Fix crash when running Abricotine (#318).

https://abricotine.brrd.fr/
Titel: Trilium Notes 0.52.2
Beitrag von: SiLæncer am 10 Juni, 2022, 20:30
(https://i.postimg.cc/2yDgvbpj/screenshot-2595.png)
A hierarchical note-taking software application with focus on building large personal knowledge bases while also providing a flurry of options.

License: AGPL

Changelog

    New excalidraw backed "canvas note", contributed by @thfrei
    New Find in text widget, based on @antoniotejada's work
    Add option to disable auto-download of images for offline storage, #2859
    Disable COEP, fixes #2858
    Moved protected session expiration scheduling #2855
    Added #titleTemplate, closes #2852
    New ~ operator in search for regex
    Allow operators =, = and = on note content
    Recovery for tree cycle errors, #2831
    Allow combining tokens in text and title/attributes, fixes #2820
    Expose ability to create note revisions in backend API #2890
    Add openSplitWithNote() frontend api method, #2891
    Fix when searching for "note.", closes #2889
    Fix "cut to note", #2895, #1182
    Added new runOnNoteDeletion, runOnBranchCreation, runOnBranchDeletion, #2898

[close]

https://github.com/zadam/trilium
Titel: Vim 8.2.5076
Beitrag von: SiLæncer am 11 Juni, 2022, 19:20
Whats new:>>

8.2.5076: unnecessary code
8.2.5075: clang gives an out of bounds warning
8.2.5074: spell test fails on MS-Windows
8.2.5073: clang on MS-Windows produces warnings
Update runtime files
8.2.5072: using uninitialized value and freed memory in spell command
8.2.5071: with some Mac OS version clockid_t is redefined
8.2.5070: unnecessary code

http://www.vim.org/index.php
Titel: Typora 1.3.6
Beitrag von: SiLæncer am 11 Juni, 2022, 21:10
(https://i.postimg.cc/25xV0Fq1/Virtual-DVD.png)
Swiftly write, edit, format and convert text to HTML with the help of this modern looking, streamlined and novice-accessible piece of software.

Changelog


    New / Improvements:

    Support copy / move / download all images.
    Add advanced copy / paste action in context menu.
    Support regular expression in file search, find and replace.
    Show match counts in find and replace panel.
    Support auto move image folder when move or rename current opened markdown document.
    Support ${currentFolder} as export command variable.
    Add Hindi language support.

    Fix:

    Fix window content not displayed under macOS ventura.
    Update translations for Chinese, Polish, Slovenian, Spanish, Arabic, Indonesian, Portuguese, etc.
    Update image and math for replace operation, fix search with html entities.
    Fix learned word not kept in some cases (Window / Linux).
    Support abbreviation like (e.g.) is always marked as misspelled in Window / Linux.
    Reduce laggy when editing file with large set of math expressions.
    Do not auto capitalize words after and inside inline math.
    Fix some bugs about text selection.
    Fix poster support for video element.
    Fix live rendering for footnote.
    Fix parsing rules about hr in lists.
    Fix copy table header may include control elements.
    Fix display issue for code block line number when window resize and export.
    Fix issues about open links to other file with anchor position.
    Fix select line at first char of line.
    Keep unicode quote when import.
    Fix context menu for code fences.
    Fix PDF export pay produce empty page as the last page.
    Other bug fix and performance improvement

[close]

https://www.typora.io/
Titel: Text Editor Pro 22.2.0
Beitrag von: SiLæncer am 11 Juni, 2022, 21:50
(https://s26.postimg.cc/hfdkhoj9l/screenshot_896.png)
Text Editor Pro (formerly EditBone) is a powerful text editing tool that comes with syntax highlighting support for over 50 languages and scripts, customizable with over 100 options, 29 ready made styles, a handy file comparison feature, unicode character map, numerical unit convert tool, SQL formatter, and support for multiple directories and search results.

Freeware

Changelog

    Added show encoding option for status bar (default false)
    Added use reverse UTF-8 encoding naming option for application (default false)
    Fixed color themes
    Fixed language file override
    Fixed large file loading
    Fixed use same settings for all color themes option for editor font
    Updated language files

[close]

https://texteditor.pro/
Titel: Trilium Notes 0.52.3
Beitrag von: SiLæncer am 14 Juni, 2022, 05:00
(https://i.postimg.cc/2yDgvbpj/screenshot-2595.png)
A hierarchical note-taking software application with focus on building large personal knowledge bases while also providing a flurry of options.

License: AGPL

https://github.com/zadam/trilium
Titel: BirdFont 4.29.12
Beitrag von: SiLæncer am 14 Juni, 2022, 05:10
(https://s26.postimg.cc/rd1s4grdl/screenshot_137.png)
BirdFont is a free font editor that lets you create vector graphics and export TTF, EOT & SVG fonts.

Donationware

https://birdfont.org/
Titel: Vim 8.2.5085
Beitrag von: SiLæncer am 14 Juni, 2022, 05:20
Whats new:>>

    8.2.5085: gcc gives warning for signed/unsigned difference
    8.2.5084: when the GUI shows a dialog tests get stuck
    8.2.5083: autocmd test still fails on MS-Windows
    8.2.5082: retab test fails
    8.2.5081: autocmd test fails on MS-Windows
    Update runtime files.
    8.2.5080: when indenting gets out of hand it is hard to stop
    8.2.5079: DirChanged autocommand may use freed memory
    8.2.5078: substitute test has a one second delay
    8.2.5077: various warnings from clang on MS-Windows

http://www.vim.org/index.php
Titel: RocketCake 4.6
Beitrag von: SiLæncer am 14 Juni, 2022, 19:40
(https://s26.postimg.cc/845jbp2c9/screenshot_542.png)
RocketCake is a free web editor for creating responsive websites for beginners and professional web developers. No programming needed.

Freemium

Release Notes

    Added a few new default web safe font families like Gill Sans, Century Gothic, Baskerville, and Segoe
    Fixed a problem which caused the font family combo box to stop working on some systems when typing into it directly.
    Now you can enter your own fonts manually again if you were affected by this.
    The color selection dialog can now also be closed by pressing ENTER
    Fixed a few translation errors
    Fixed a problem on highDPI displays when using multiple monitors
    Small improvements everywhere

[close]

http://www.ambiera.com/rocketcake/index.html
Titel: Vim 8.2.5096
Beitrag von: SiLæncer am 15 Juni, 2022, 09:40
(https://s26.postimg.cc/xww5nc4zt/screenshot_1282.png)
A highly configurable text editor built to enable efficient text editing - an improved version of the vi editor distributed with most UNIX systems.

Freeware

Changelog


    8.2.5096: terminal test still fails with some shell commands
    8.2.5095: terminal test still fails with some shell commands
    Update runtime files
    8.2.5094: MS-Windows GUI: empty command may cause a dialog
    8.2.5093: error message for unknown command may have the command twice
    8.2.5092: using "'<,'>" in Ex mode may compare unrelated pointers
    8.2.5091: terminal test fails with some shell commands
    8.2.5090: MS-Windows: vim.def is no longer used
    8.2.5089: some functions return a different value on failure
    8.2.5088: value of cmod_verbose is a bit complicated to use
    8.2.5087: cannot build with clang on MS-Windows
    8.2.5086: CI runs on Windows 2019

[close]

http://www.vim.org/index.php
Titel: CudaText 1.166.0.0
Beitrag von: SiLæncer am 15 Juni, 2022, 19:30
(https://s26.postimg.cc/k6wu8qcrt/screenshot_901.png)
Create programming scripts with this powerful tool that supports more than 130 languages and allows users to work concurrently on as many as six groups of projects.

Freeware

Changelog
   

    add: support encoding iso-8859-5
    add: support encoding iso-8859-14
    add: support encoding iso-8859-16
    add: lexer must support 'dynamic highlight' if any sub-lexer supports it; example is Vue lexer (thanks @zhaolinlau)
    add: Emmet plugin handles Tab-key in Vue lexer too (thanks @zhaolinlau)
    change: on calling Find dialog, if none of options "find_suggest_xxxx" do suggestion, 'find what' field is not cleared; Ctrl+F from the Find dialog now selects all 'find what' (thanks @andersaamodt)
    change: Windows Python upgraded to 3.8
    fix: couple of bugs in plugin API (thanks @veksha)
    fix: regression in 1.165.2: Shift+F3 in Find dialog (thanks @hiiamboris)
    fix: Windows: issue with Alt+Tab and "ui_taskbar_mode":false (thanks @veksha)
    fix: after "fold all", all folded ranges must have
  • icon, even those affected by "fold_icon_min_range" option (thanks @tmsg)

    fix: lexer PHP: don't highlight 'class name' after '->'

[close]

https://cudatext.github.io/
Titel: Vim 8.2.5105
Beitrag von: SiLæncer am 16 Juni, 2022, 06:10
Whats new:>>

Test still hangs on MS-Windows.

http://www.vim.org/index.php
Titel: Vim 8.2.5114
Beitrag von: SiLæncer am 17 Juni, 2022, 06:15
Whats new:>>

    8.2.5114: time limit on searchpair() does not work properly
    8.2.5113: timer becomes invalid after fork/exec, :gui gives errors
    8.2.5112: gui test hangs on MS-Windows
    8.2.5111: no test for --gui-dialog-file
    8.2.5110: icon filetype not recognized from the first line
    8.2.5109: mode not updated after CTRL-O CTRL-C in Insert mode
    8.2.5108: retab test disabled because it hangs on MS-Windows
    8.2.5107: some callers of rettv_list_alloc() check for not OK
    8.2.5106: default cmdwin mappings are re-mappable

http://www.vim.org/index.php
Titel: RJ TextEd 15.54
Beitrag von: SiLæncer am 17 Juni, 2022, 22:00
(https://s26.postimg.cc/775l9vjeh/screenshot_593.png)
RJ TextEd - A Unicode source and text editor. RJ TextEd is a full featured text and source editor with Unicode support, syntax highlighting and code folding. The functionality extends beyond text files and includes support for HTML editing with integrated preview, spell checking, auto completion, HTML validation, templates and more. The program also include support for Topstyle Lite CSS editor, has a dual pane file commander, as well as a FTP client to upload your files. The editor uses language files to display menus and dialogs in different languages. There are several included languages. New language files can easily be created in the editor. RJ TextEd is also a simple web development tool. The editor can use auto completion and hints to assist you in editing your source code. You can preview HTML/ASP/PHP... code using one of the preview tabs or open a document in a browser. The editor does not only handle source code. It also handles true ASCII files, binary files and of course plain text files.

License: Freeware

Changelog

    Themes:

    Added 2 new themes to the "Environment -> Themes" menu.

    (S)FTP:

    Made some more optimizations to speed up browsing directories.

    Fixed:

    Favorites menu in FTP panel missing.
    Made some changes in "Replace All" undo code.
    Selection issue.

[close]

http://www.rj-texted.se/
Titel: Vim 8.2.5119
Beitrag von: SiLæncer am 18 Juni, 2022, 19:10
Whats new:>>

CI uses cache v2.

http://www.vim.org/index.php
Titel: Vim 8.2.5126
Beitrag von: SiLæncer am 19 Juni, 2022, 09:40
Whats new:>>

substitute may overrun destination buffer

http://www.vim.org/index.php
Titel: ghostwriter 2.1.4
Beitrag von: SiLæncer am 19 Juni, 2022, 10:50
(https://s26.postimg.cc/ggug7e4nt/screenshot_965.png)
Write, edit and preview your texts using Markdown with the help of this all-encompassing and user-friendly Markdown editor.

License : GPLv3

Changelog

    Replaced whole word icon in find/replace due to Windows 10 not rendering Unicode characters used for old icon.
    Changed selection color for Plainstraction Dark theme to be brighter.
    Issues #772, #773, and #777: Added workaround for segmentation fault on GTK/Gnome 42 at startup.

[close]

http://wereturtle.github.io/ghostwriter/
Titel: VNote 3.13.1
Beitrag von: SiLæncer am 19 Juni, 2022, 19:30
(https://s26.postimg.cc/871od8huh/screenshot_1147.png)
Peculiar yet interesting, open source piece of software that sports both Markdown editing capabilities and note management features.

MIT License

Whats new:>>

    Shortcuts for Copy/Paste/Properties in node explorer
    Global shortcut to call out main window
    UnitedEntry: bug fix for macOS

https://github.com/tamlok/vnote
Titel: CudaText 1.166.2.0
Beitrag von: SiLæncer am 19 Juni, 2022, 19:50
(https://s26.postimg.cc/k6wu8qcrt/screenshot_901.png)
Create programming scripts with this powerful tool that supports more than 130 languages and allows users to work concurrently on as many as six groups of projects.

Freeware

Changelog
   

    Add: support encoding iso-8859-3
    Add: support encoding iso-8859-4
    Add: support encoding iso-8859-7
    Add: support encoding iso-8859-10
    Add: support encoding iso-8859-13
    Add: option "autocomplete_acp" (thanks @veksha)
    Fix: with "ui_tab_angled":true, drag-drop of tabs must be allowed onto inter-tab small gap

[close]

https://cudatext.github.io/
Titel: Trilium Notes 0.53.0 Beta
Beitrag von: SiLæncer am 19 Juni, 2022, 21:30
(https://i.postimg.cc/2yDgvbpj/screenshot-2595.png)
A hierarchical note-taking software application with focus on building large personal knowledge bases while also providing a flurry of options.

License: AGPL

Changelog

    Added TOC sidebar for text notes (based on @antoniotejada's work)
    Select template when creating page #2813
    Bulk-adding attributes #2812
    New (experimental) note type opening a webview with an external website #2515
    Select Tree Items in Between (Normally Shift) #2647

[close]

https://github.com/zadam/trilium
Titel: Text Editor Pro 23.0.0
Beitrag von: SiLæncer am 19 Juni, 2022, 22:00
(https://s26.postimg.cc/hfdkhoj9l/screenshot_896.png)
Text Editor Pro (formerly EditBone) is a powerful text editing tool that comes with syntax highlighting support for over 50 languages and scripts, customizable with over 100 options, 29 ready made styles, a handy file comparison feature, unicode character map, numerical unit convert tool, SQL formatter, and support for multiple directories and search results.

Freeware

Changelog

    Added auto size panels option for status bar (default true)
    Added international characters with ASCII/ANSI encoding options for editor
    Added log file highlighter
    Added reopen max file count option for application (default 10)
    Added simple page control option for skin styles
    Fixed AlphaControls
    Fixed bookmarks
    Fixed editor font size issues
    Fixed editor zoom
    Fixed full screen mode
    Fixed minimize to system tray
    Fixed -noskin issues
    Fixed options
    Fixed PDFium control
    Fixed reopen properties
    Fixed showing of international characters with ASCII/ANSI encoding
    Fixed skin selector
    Fixed status bar
    Fixed text editor control
    Fixed Windows XP support
    Fixed XML highlighter
    Removed main menu reopen count option
    Updated language files
    Updated PDFium binaries (DLL files)
    Updated PDFiumLib - https://github.com/ahausladen/PdfiumLib/

[close]

https://texteditor.pro/
Titel: Vim 8.2.5136
Beitrag von: SiLæncer am 20 Juni, 2022, 05:20
Whats new:>>

    8.2.5136: debugger test fails when run with valgrind
    8.2.5135: running configure gives warnings for main() return type
    8.2.5134: function has confusing name
    8.2.5133: MacOS: build fails
    8.2.5132: :mkview test doesn't test much
    8.2.5131: timeout implementation is not optimal
    8.2.5130: edit test for mode message fails when using valgrind
    8.2.5129: timeout handling is not optimal
    8.2.5128: syntax disabled when using synID() in searchpair() skip expr
    8.2.5127: using assert_true() does not show value on failure

http://www.vim.org/index.php
Titel: FocusWriter 1.8.0
Beitrag von: SiLæncer am 20 Juni, 2022, 06:45
(https://s26.postimg.cc/if0nmb60p/screenshot_947.png)
FocusWriter hilft Vielschreibern beim Verfassen von Texten. Die Textverarbeitung blendet alle Menüs und Leisten aus. So kann man sich beim Schreiben voll und ganz auf das Wesentliche konzentrieren.

Der Vollbild-Texteditor FocusWriter zeigt als Oberfläche absichtlich lediglich den blanken Text. Daher gelingt es leichter, störungs- und ablenkungsfrei zu schreiben. Auf Wunsch kann man auf zusätzliche Steuerelemente zugreifen und diese per Maus über die Bildschirmränder abrufen.

Außerdem kann bei FocusWriter eine Statuszeile mit der aktuellen Uhrzeit, einem Timer und Statistiken eingeblendet werden. Das geplante Arbeitspensum legt der Schreiber in den Einstellungen in Minuten oder Wörtern fest. Textart und -farbe werden hier ebenfalls ganz nach Wunsch bestimmt.

Mit FocusWriter können mehrere Dokumente parallel bearbeitet werden. Ein Speichern erfolgt im RTF-, ODT- oder TXT-Format. Standardmäßig zeigt die Freeware einen einfarbigen, nüchternen Hintergrund. Wer die Arbeitsumgebung etwas freundlicher und abwechslungsreicher gestalten möchte, kann die Farbe ändern und auch ein eigenes Bild als Hintergrund einblenden.

FocusWriter enthält alle Grundfunktionen einer Textverarbeitung inklusive Textformatierungen, einer Rechtschreibprüfung und dem Suchen und Ersetzen von Wörtern und Textausschnitten. Die Freeware spricht vor allem den Vielschreiber an, der sich allein auf den Text konzentrieren möchte.

Changelog


    FIXED: Lines were randomly duplicated in ODT
    FIXED: Did not read text from lists in ODT
    FIXED: Formatting was lost when restoring untitled documents from cache
    FIXED: Loading headings caused document to shift vertically
    FIXED: Timers did not show countdown in tooltip
    FIXED: Sometimes could not remove dictionaries
    Only restore changed files from cache
    Refactored code
    Removed XPM icon
    Switched to Qt 6
    Updated Unicode symbols database
    Updated Windows dictionaries
    Translation updates: Armenian, Bosnian, Czech, Dutch, French, Georgian, Italian, Lithuanian, Norwegian Bokmål, Norwegian Bokmål (Norway), Portuguese, Romanian, Swedish, Turkish, Ukrainian

[close]

http://gottcode.org/focuswriter/
Titel: Text Editor Pro 24.0.1
Beitrag von: SiLæncer am 20 Juni, 2022, 22:00
Whats new:>>

    Fixed non-fixed width font painting in text editor control
    Fixed options
    Fixed startup
    Updated language files

https://texteditor.pro/
Titel: Vim 8.2.5141
Beitrag von: SiLæncer am 21 Juni, 2022, 06:15
(https://s26.postimg.cc/xww5nc4zt/screenshot_1282.png)
A highly configurable text editor built to enable efficient text editing - an improved version of the vi editor distributed with most UNIX systems.

Freeware

Whats new:>>

    8.2.5141: using "volatile int" in a signal handler might be wrong
    8.2.5140: seachpair timeout test is flaky
    8.2.5139: TIME_WITH_SYS_TIME is no longer supported by autoconf
    8.2.5138: various small issues
    8.2.5137: cannot build without the +channel feature
    Update runtime files

http://www.vim.org/index.php
Titel: Vim 8.2.5147
Beitrag von: SiLæncer am 22 Juni, 2022, 10:10
Whats new:>>

    8.2.5147: flaky test always fails on retry
    8.2.5146: memory leak when substitute expression nests
    8.2.5145: exit test causes spurious valgrind reports
    8.2.5144: with 'lazyredraw' set completion menu may be wrong
    8.2.5143: some tests fail when using valgrind
    8.2.5142: startup test fails if there is a status bar

http://www.vim.org/index.php
Titel: Vim 8.2.5151
Beitrag von: SiLæncer am 23 Juni, 2022, 05:45
Whats new:>>

    8.2.5151: reading beyond the end of the line with lisp indenting
    8.2.5150: read past the end of the first line with ":0;'{"
    8.2.5149: cannot build without the +eval feature
    8.2.5148: invalid memory access when using expression on command line

http://www.vim.org/index.php
Titel: Vim 8.2.5154
Beitrag von: SiLæncer am 24 Juni, 2022, 09:08
Whats new:>>

Still mentioning version8, some cosmetic issues.

http://www.vim.org/index.php
Titel: Vim 8.2.5160
Beitrag von: SiLæncer am 26 Juni, 2022, 10:10
Whats new:>>

    8.2.5160: accessing invalid memory after changing terminal size
    Update runtime files
    8.2.5159: fix for CTRL-key combinations causes problems
    8.2.5158: TSTP and INT signal tests are not run with valgrind

http://www.vim.org/index.php
Titel: Text Editor Pro 23.1.0
Beitrag von: SiLæncer am 26 Juni, 2022, 10:30
(https://s26.postimg.cc/hfdkhoj9l/screenshot_896.png)
Text Editor Pro (formerly EditBone) is a powerful text editing tool that comes with syntax highlighting support for over 50 languages and scripts, customizable with over 100 options, 29 ready made styles, a handy file comparison feature, unicode character map, numerical unit convert tool, SQL formatter, and support for multiple directories and search results.

Freeware

Changelog

    Added highlighter for Clojure
    Added highlighter for Elixir
    Fixed application placement
    Fixed drop files
    Fixed favourites
    Fixed highlighters
    Fixed Markdown preview
    Fixed options
    Fixed output
    Fixed reopen
    Fixed undo
    Optimized file opening
    Updated language files

[close]

https://texteditor.pro/
Titel: Vim 8.2.5166
Beitrag von: SiLæncer am 27 Juni, 2022, 09:03
Whats new:>>

    8.2.5166: test for DiffUpdated fails
    8.2.5165: import test fails because 'diffexpr' isn't reset
    8.2.5164: invalid memory access after diff buffer manipulations
    8.2.5163: crash when deleting buffers in diff mode
    8.2.5162: reading before the start of the line with BS in Replace mode
    Update runtime files
    8.2.5161: might still access invalid memory

http://www.vim.org/index.php
Titel: Typora 1.3.8
Beitrag von: SiLæncer am 27 Juni, 2022, 09:13
(https://i.postimg.cc/25xV0Fq1/Virtual-DVD.png)
Swiftly write, edit, format and convert text to HTML with the help of this modern looking, streamlined and novice-accessible piece of software.

Changelog


Fix image upload via picgo-cli.

[close]

https://www.typora.io/
Titel: Text Editor Pro 23.1.1
Beitrag von: SiLæncer am 27 Juni, 2022, 12:50
Whats new:>>

    Fixed favourites
    Fixed reopen
    Fixed title bar

https://texteditor.pro/
Titel: EditPad Lite 8.4.0
Beitrag von: SiLæncer am 27 Juni, 2022, 19:40
(http://www.editpadpro.com/screens/editpadlite.png)
EditPad Lite is a general-purpose text editor, designed to be small and compact, yet offer all the functionality you expect from a basic text editor.

Free for personal use

Changelog

    New feature:

    Font used by the main menu, toolbars, and context menus can now be changed by right-clicking the main menu or any toolbar and selecting Menu Font.

    Improvements:

    Manifest now includes longPathAware to indicate support for paths longer than 260 characters (which EditPad has had since version 8.0.0).
    Status bar now adjusts its height and the width of its panel to the size of the font.

    Bug fixes:

    Reducing font size after enabling line numbers no longer makes the cursor invisible at the start of the line.
    Search|Highlight All: A zero-length regex match at the very end of the file is now highlighted.

[close]

http://www.editpadlite.com/
Titel: QOwnNotes 22.6.2
Beitrag von: SiLæncer am 27 Juni, 2022, 21:45
(https://s26.postimg.cc/hoi1ahlcp/screenshot_978.png)
QOwnNotes is a text editor / notepad replacement with markdown support and todo list manager. The program supports themes, keyboard shortcuts, syntax highlighting, and encryption. Includes available nested file list, tags, search, and more. Optionally works with the notes application ownCloud or Nextcloud.

Cross-platform with clients available for Mac and Linux.

License: GPL

Whats new:>>

    the note actions for notes in subfolders are now enabled in the note tree context menu if the "note tree mode" is enabled (for #2355 )
    added more translation (thank you tigris.huszonkilenc, mguerra, rawfreeamy, chocolate, amirkbrpr, noureddin)

http://www.qownnotes.org/
Titel: Vim 8.2.5171
Beitrag von: SiLæncer am 28 Juni, 2022, 09:08
Whats new:>>

    8.2.5171: dependencies and proto files are outdated
    8.2.5170: tiny issues
    Update runtime files
    8.2.5169: nested :source may use NULL pointer
    8.2.5168: cannot build with Python 3.11
    8.2.5167: get(Fn, 'name') on funcref returns special byte code

http://www.vim.org/index.php
Titel: KeenWrite 2.7.5
Beitrag von: SiLæncer am 29 Juni, 2022, 09:50
(https://i.postimg.cc/3w8rCcRs/screenshot-2904.png)
Java-based text editor that comes with numerous features, such as live preview, formulas, Markdown support and string interpolation.

BSD License

Changelog

Fix bug with R plots causing device resource leaks. When using R chunks that contained a syntax error, the svg() call to export the plot as an SVG diagram would open a device, but the subsequent call to dev.off() would not be reached, resulting in resource exhaustion (i.e., unbalanced device open/closes). Renjin has a limit of ~64 device resources, meaning resource exhaustion would occur after 64 syntax errors were encountered. Fixes issue #154.

[close]

https://github.com/DaveJarvis/keenwrite
Titel: Vim 9.0.0001
Beitrag von: SiLæncer am 29 Juni, 2022, 10:10
Whats new:>>

9.0.0001: Travis CI is no longer used

http://www.vim.org/index.php
Titel: Vim 9.0.0009
Beitrag von: SiLæncer am 30 Juni, 2022, 18:15
(https://s26.postimg.cc/xww5nc4zt/screenshot_1282.png)
A highly configurable text editor built to enable efficient text editing - an improved version of the vi editor distributed with most UNIX systems.

Freeware

Changelog


    9.0.0009: going past the end of a menu item with only modifier
    9.0.0008: cannot specify the variable name for "xxd -i"
    9.0.0007: no support for double, dotted and dashed underlines
    9.0.0006: not all Visual Basic files are recognized
    9.0.0005: hare files are not recognized
    9.0.0004: plural messages not translated properly
    9.0.0003: functions are global while they could be local
    9.0.0002: map functionality outside of map.c

[close]

http://www.vim.org/index.php
Titel: BabelEdit 3.0.1
Beitrag von: SiLæncer am 30 Juni, 2022, 18:50
(https://s26.postimg.cc/7efmb9imh/screenshot_979.png)
A translation editor that can process one or more JSON files at the same time, providing support for both json and namespaced-json formats.

Freeware

Changelog

    Features:

    Improved "dark mode" user interface
    Display recent files with path, if they have same file name

    Fixes:

    Don't sort ARB file placeholders automatically

[close]

https://www.codeandweb.com/babeledit
Titel: BaseX 9.7.3
Beitrag von: SiLæncer am 01 Juli, 2022, 05:10
(https://s26.postimg.cc/zexqg30d5/screenshot_63.png)
BaseX is a Java-based software application that integrates an XML database and XQuery text editor. It is wrapped in a user-friendly working environment and comes packed with several useful options and configuration parameters for experienced users.

BSD License

Changelog


    DBA: Improved support for database backups
    Performance tweaks and bug fixes
    BaseX 10 preview: Store Module (before: Caching Module)
    BaseX 10 preview: Backup of general data (users, jobs, stores)

[close]

http://basex.org/
Titel: Vim 9.0.0014
Beitrag von: SiLæncer am 01 Juli, 2022, 06:15
(https://s26.postimg.cc/xww5nc4zt/screenshot_1282.png)
A highly configurable text editor built to enable efficient text editing - an improved version of the vi editor distributed with most UNIX systems.

Freeware

Whats new:>>

    9.0.0014: missing part of the test override change
    9.0.0013: reproducing memory access errors can be difficult
    9.0.0012: signature files not detected properly
    9.0.0011: reading beyond the end of the line with put command
    9.0.0010: returning 0 for has('patch-9.0.0') is inconsistent

http://www.vim.org/index.php
Titel: Trilium Notes 0.52.4
Beitrag von: SiLæncer am 01 Juli, 2022, 18:10
(https://i.postimg.cc/2yDgvbpj/screenshot-2595.png)
A hierarchical note-taking software application with focus on building large personal knowledge bases while also providing a flurry of options.

License: AGPL

Whats new:>>

This release fixes a security issue. If you use server installation, it is recommended to upgrade to this version.

https://github.com/zadam/trilium
Titel: QOwnNotes 22.7.0
Beitrag von: SiLæncer am 01 Juli, 2022, 21:30
(https://s26.postimg.cc/hoi1ahlcp/screenshot_978.png)
QOwnNotes is a text editor / notepad replacement with markdown support and todo list manager. The program supports themes, keyboard shortcuts, syntax highlighting, and encryption. Includes available nested file list, tags, search, and more. Optionally works with the notes application ownCloud or Nextcloud.

Cross-platform with clients available for Mac and Linux.

License: GPL

Whats new:>>

    the build system for Windows was fixed again (for #2558 )
    added more translation (thank you yangzhongtian, mguerra, amirkbrpr, chocolatine)

http://www.qownnotes.org/
Titel: CudaText 1.166.5.0
Beitrag von: SiLæncer am 02 Juli, 2022, 18:00
(https://s26.postimg.cc/k6wu8qcrt/screenshot_901.png)
Create programming scripts with this powerful tool that supports more than 130 languages and allows users to work concurrently on as many as six groups of projects.

Freeware

Changelog
   

    add: small optimization: LSP plugin should not start when app starts with single empty tab
    fix: on opening another project, current project-session was not auto-saved (thanks @MiroslavMatas)
    fix: crash on loading session with confirmation for 'binary' file (thanks @kvichans)
    fix: on loading session with active 2nd group, empty tab was appearing (thanks @kvichans)
    change: on loading session, don't check files for 'binary' content

[close]

https://cudatext.github.io/
Titel: Trilium Notes 0.53.1 Beta
Beitrag von: SiLæncer am 03 Juli, 2022, 09:40
Whats new:>>

A couple of bugs have been fixed + one security issue.

https://github.com/zadam/trilium
Titel: FocusWriter 1.8.1
Beitrag von: SiLæncer am 03 Juli, 2022, 09:50
(https://s26.postimg.cc/if0nmb60p/screenshot_947.png)
FocusWriter hilft Vielschreibern beim Verfassen von Texten. Die Textverarbeitung blendet alle Menüs und Leisten aus. So kann man sich beim Schreiben voll und ganz auf das Wesentliche konzentrieren.

Der Vollbild-Texteditor FocusWriter zeigt als Oberfläche absichtlich lediglich den blanken Text. Daher gelingt es leichter, störungs- und ablenkungsfrei zu schreiben. Auf Wunsch kann man auf zusätzliche Steuerelemente zugreifen und diese per Maus über die Bildschirmränder abrufen.

Außerdem kann bei FocusWriter eine Statuszeile mit der aktuellen Uhrzeit, einem Timer und Statistiken eingeblendet werden. Das geplante Arbeitspensum legt der Schreiber in den Einstellungen in Minuten oder Wörtern fest. Textart und -farbe werden hier ebenfalls ganz nach Wunsch bestimmt.

Mit FocusWriter können mehrere Dokumente parallel bearbeitet werden. Ein Speichern erfolgt im RTF-, ODT- oder TXT-Format. Standardmäßig zeigt die Freeware einen einfarbigen, nüchternen Hintergrund. Wer die Arbeitsumgebung etwas freundlicher und abwechslungsreicher gestalten möchte, kann die Farbe ändern und auch ein eigenes Bild als Hintergrund einblenden.

FocusWriter enthält alle Grundfunktionen einer Textverarbeitung inklusive Textformatierungen, einer Rechtschreibprüfung und dem Suchen und Ersetzen von Wörtern und Textausschnitten. Die Freeware spricht vor allem den Vielschreiber an, der sich allein auf den Text konzentrieren möchte.

Changelog


    Always write plain text as UTF-8
    Always write RTF as codepage 1252
    Replaced QTextCodec with ICU
    Translation updates: Estonian, German

[close]

http://gottcode.org/focuswriter/
Titel: Vim 9.0.0030
Beitrag von: SiLæncer am 03 Juli, 2022, 10:20
Whats new:>>

    9.0.0030: matchfuzzy test depends on path of current directory
    9.0.0029: the bitmaps/vim.ico file is not in the distribution
    9.0.0028: MS-Windows: tests fail if there is a "runtime" directory
    9.0.0027: the command line test is getting quite big
    9.0.0026: accessing freed memory with diff put
    9.0.0025: accessing beyond allocated memory with the cmdline window
    9.0.0024: may access part of typeahead buf that isn't filled
    9.0.0023: on Solaris timer_create() exists but does not work

http://www.vim.org/index.php
Titel: Vim 9.0.0032
Beitrag von: SiLæncer am 04 Juli, 2022, 06:15
Whats new:>>

    9.0.0032: in the quickfix window 'cursorline' overrules QuickFixLine
    9.0.0031: <cmod> of user command does not have correct verbose value

http://www.vim.org/index.php
Titel: Vim 9.0.0040
Beitrag von: SiLæncer am 05 Juli, 2022, 05:45
Whats new:>>

    9.0.0040: use of set_chars_option() is confusing
    9.0.0039: not all systems have GDK_KEY_dead_circumflex
    9.0.0038: 'listchars' test fails
    9.0.0037: build error
    9.0.0036: 'fillchars' cannot have window-local values
    9.0.0035: spell dump may go beyond end of an array
    9.0.0034: spell tests do not always clear the word list
    9.0.0033: on a Belgian keyboard CTRL-[ does not work

http://www.vim.org/index.php
Titel: ImHex 1.19.0
Beitrag von: SiLæncer am 05 Juli, 2022, 12:55
(https://i.postimg.cc/8C9YTjjW/screenshot-3382.png)
An open-source editor that allows you to manipulate hexadecimal, binary data for writing optimal and well-performing apps, by displaying you content byte by byte.

Donationware

Changelog

    Additions:

    Added ability to remove bytes from a file. Thanks to @Diadlo
    Added a macOS styled icon to the macOS build and updated the icon on other platforms Huge thanks to @zaafonin
    Added back missing hex editor selection byte count value to the hex editor view footer
    Added support for HTTP and SOCKS5 Proxies. Thanks a lot to @shirok1
    Improvements:
    Fixed many issues with the macOS .dmg file, and the Linux AppImage and Flatpak. Massive thanks to @iTrooz
    Massive CI Improvements Huge thanks to @iTrooz
    This includes much improved build times, ArchLinux support, automatic release uploading and many other improvements
    Switched over to GCC on macOS
    This allows for more cutting edge C++ features to be used in the future
    Lots of Unicode related crashes and fixes
    Paths are now consistently handled correctly on all platforms
    ImHex now works correctly when launched from a location with non-ASCII characters in its path or on systems with a user account name with unicode characters in it
    Massively improved pattern highlighting performance
    Search algorithm is now O(log2(N)) instead of O(N)
    Greatly improved the performance of static arrays in the pattern data view
    Improved the scrolling behaviour in the hex editor view

    Bug Fixes:

    Fixed byte editing not working correctly in the hex editor view
    Fixed AppImage crashing when opening the file chooser
    Fixed crash when parsing invalid wide strings
    Fixed Resize and Insert bytes popup not working correctly
    Fixed fallback language being accidentally set to Portuguese. Thanks to @LFriede
    Fixed misaligned hex editor selection hightlighting in very big files
    Fixed double clicking on the "... (Double-click to see more items)" item in arrays in the pattern data view. Thanks to @Diadlo
    Fixed a few hex editor highlighting crashes
    Fixed hash function names not being localized
    Fixed crash when undocking the hex editor view
    Fixed various localization issues
    Fixed hex editor selection moving with SHIFT + Arrow Keys not working as expected
    Fixed a crash when copying text to the clipboard on non-english locales
    Fixed system theme detection issues on all OSes
    Fixed In/Out variables not being evaluated correctly when loading a pattern through the context menu

    Pattern Language:

    Added support for using custom types as local variables
    This means you can now define structs, unions or bitfields and use and assign values to them inside of functions
    Fixed endian inversion when passing variables to functions in big-endian mode
    Fixed In/Out variables not working correctly when using any pre-processor directives

[close]

https://github.com/WerWolv/ImHex
Titel: Vim 9.0.0042
Beitrag von: SiLæncer am 06 Juli, 2022, 09:10
Whats new:>>

    9.0.0042: missing change for filetype detection
    9.0.0041: a couple of filetype patterns do not have "*" before "/etc"

http://www.vim.org/index.php
Titel: Vim 9.0.0044
Beitrag von: SiLæncer am 07 Juli, 2022, 12:47
Whats new:>>

    9.0.0044: typos in comments, wrapping lines
    Update runtime files
    9.0.0043: insufficient testing for bracket commands

http://www.vim.org/index.php
Titel: ImHex 1.19.1
Beitrag von: SiLæncer am 07 Juli, 2022, 12:55
Changelog


Additions

    Added a backdrop image when no views are open

Improvements

    Automatically restore default layout when a file is opened but no views are open
    Improved stuttering when resizing or minimizing/maximizing the window
    Improved the Full Sources tar size. Thanks to @iTrooz
    Updated various dependencies

Bug Fixes

    Fixed opening files with spaces in their name on Linux
    Fixed various more Unicode issues

Pattern Language

    Custom type formatting
        Passing custom types to e.g std::print now prints e.g struct Test { 12, 34, 56 } for a Struct named Test with 3 variables
    Fixed a crash when using provider operators

[close]

https://github.com/WerWolv/ImHex
Titel: Vim 9.0.0047
Beitrag von: SiLæncer am 08 Juli, 2022, 05:15
(https://s26.postimg.cc/xww5nc4zt/screenshot_1282.png)
A highly configurable text editor built to enable efficient text editing - an improved version of the vi editor distributed with most UNIX systems.

Freeware

Whats new:>>

    9.0.0047: using freed memory with recursive substitute
    9.0.0046: reading past end of completion with duplicate match
    9.0.0045: reading past end of completion with a long line

http://www.vim.org/index.php
Titel: TEA 61.0.0
Beitrag von: SiLæncer am 08 Juli, 2022, 05:45
(https://s26.postimg.cc/h1i60dicp/screenshot_255.png)
TEA is a graphical text editor. Its name is an acronym for Text Editor of the Atomic Era. It is designed for low resource consumption, a wide range of functions and adaptability.

License: GPLv3

Changelog


    All inner XML parsing has been moved to pugixml instead of Qt's XML parser. I feel that pugixml is faster and more useful for TEA. XML parsing is used at some text formats support (such as FB2, ODT, etc.) and the syntax highlighting engine, so all that stuff was heavy rewritten.
    To deal with complex file names, new TEA used a new format for the bookmarks and the "Recent" list. The bookmarks file will be converted to the new format automatically, and - TEA uses now a different file to hold bookmarks. The Recent list will be updated by opening files.
    New option: Tune - Functions - Misc - Show ebooks fine. It adds spaces before each paragraph, when you open FB2, Epub, etc.

[close]

http://semiletov.org/tea/
Titel: Notepad++ 8.4.3
Beitrag von: SiLæncer am 08 Juli, 2022, 06:20
(https://i.postimg.cc/90QrsKpv/screenshot-818.png)
Notepad++ is a tabbed source code editor and Notepad replacement with a customizable interface. It is one of the few few source code editors that supports "folding," allowing users to quickly reduce and expand sections of code to see the overall document. In addition, it features multi-language syntax highlighting, auto-completion, regular expression search/replace, macro recording and playback, etc. The program can access a long list of plug-ins via an easy-to-access menu with even more features and functions.

License: GPL

Changelog


    Fix crash on “Copy Binary Content” command without selection on edit zone. (Fix #11639, #11671)
    Fix crashes by re-invoking with command line argument “-udl”. (Fix #11633)
    Make toolbar icons customizable. (Fix #9913)
    Make fold/unfold current level commands toggleable. (Fix #11529, #9196)
    Add command line argument for plugin, a related notification and an API. (Fix #11576)
    Fix horizontal scrolling with scroll wheel on Logitech MX issue. (Fix #10490)
    Enhance dark mode. (Fix #11642, #11693, #11683, #11530, #10159)
    Add encoding context menu via right/double click on status bar. (Fix #9998, #400, #756)
    Add gui4cli keywords and fix its style IDs in stylers.model.xml.
    Display installed plugin versions in Debug Info dialog. (Fix #11284)

[close]

DL -> https://github.com/notepad-plus-plus/notepad-plus-plus/releases

https://notepad-plus-plus.org/
Titel: QOwnNotes 22.7.1
Beitrag von: SiLæncer am 08 Juli, 2022, 12:42
(https://s26.postimg.cc/hoi1ahlcp/screenshot_978.png)
QOwnNotes is a text editor / notepad replacement with markdown support and todo list manager. The program supports themes, keyboard shortcuts, syntax highlighting, and encryption. Includes available nested file list, tags, search, and more. Optionally works with the notes application ownCloud or Nextcloud.

Cross-platform with clients available for Mac and Linux.

License:    GPL

Changelog

    support for switching note folders in qc
    was added (for #5 )
    qc v0.4.0 was released
        add support for note folder switching (for #5 )
            use qc switch to get a list of note folders to select which note folder to switch to
            use qc switch -f <note-folder-id> to make QOwnNotes switch to another note folder instantly
            needs OwnNotes at least at version 22.7.1
    added more translation (thank you rifkahidayat, or120, tigris. twenty-nine)

[close]

http://www.qownnotes.org/
Titel: Scite 5.2.4
Beitrag von: SiLæncer am 09 Juli, 2022, 20:45
(https://s26.postimg.cc/fbkgceeux/screenshot_1241.png)
Editor mit Syntax-Highlighting, Auto-Completion, Folding und vielem mehr...

Open Source

Changelog


    Fix hiding selection when selection layer is SC_LAYER_UNDER_TEXT. Bug #2334.
    Fix bad background colour for additional, secondary, and inactive selections when printing. Bug #2335.
    Fix failures on GTK with non-UTF-8 text when multi-threading due to character set conversion code that was not thread-safe.
    Fix crash when printing on Win32 in bidirectional mode with a non-empty selection.

[close]

www.scintilla.org/SciTE.html
Titel: Vim 9.0.0049
Beitrag von: SiLæncer am 10 Juli, 2022, 10:10
Whats new:>>

Fix: Csv and tsv files are not recognized.

http://www.vim.org/index.php
Titel: Trilium Notes 0.53.2
Beitrag von: SiLæncer am 10 Juli, 2022, 10:30
(https://i.postimg.cc/2yDgvbpj/screenshot-2595.png)
A hierarchical note-taking software application with focus on building large personal knowledge bases while also providing a flurry of options.

License: AGPL

Changelog

    Added TOC sidebar for text notes (based on @antoniotejada's work)
    Select template when creating page #2813
    Bulk-adding attributes #2812
    New (experimental) note type opening a webview with an external website #2515
    Select Tree Items in Between (Normally Shift) #2647
    Fix node size in a note map when note has hidden image notes #2965
    Use fenced code block style for markdown export #2963

[close]

https://github.com/zadam/trilium
Titel: PilotEdit Lite 16.6.0
Beitrag von: SiLæncer am 11 Juli, 2022, 19:10
(http://www.pilotedit.com/images/OpenInQuickMode.PNG)
PilotEdit is a text, hex, XML, C/C++, HTML, PHP, Java, Javascript and Perl editor that can edit large files of 400GB (40 billion lines).

It offers customizable syntax and keyword highlighting, advanced search and replace operations, automatic text encoding, 256-bit AES encryption/decryption and a built-in FTP/SFTP client lets you open, edit, download and upload large files directly to/from a FTP/SFTP server.

In addition to standard text editing features, PilotEdit can compare and merge two large files of 100GB (10 billion lines). You can also sort, find/remove duplicate lines and extract strings over a large file of 1GB.

Freeware

Zitat
PilotEdit 16.6.0 includes improvements over formatting JSON

http://www.pilotedit.com/
Titel: QOwnNotes 22.7.2
Beitrag von: SiLæncer am 12 Juli, 2022, 21:40
Whats new:>>

    automatic resizing of images in the preview with space characters in filename is now
    also implemented (for #2561 )

http://www.qownnotes.org/
Titel: Vim 9.0.0050
Beitrag von: SiLæncer am 13 Juli, 2022, 09:10
Whats new:>>

split else-of is confusing

http://www.vim.org/index.php
Titel: SPFLite 2.6.22194
Beitrag von: SiLæncer am 14 Juli, 2022, 05:45
(https://i.postimg.cc/wT5s6g7J/screenshot-2635.png)
Rename, clone, delete, edit, print, exclude, touch, add to favorites and view your files using this intuitive software application.

License: GPLv3

Changelog

    Correct the (RestoreInsert) primitive to re-display the new INS status in the StatusBar.
    Corrections to the (SWAP) primitive, to fix random crashes.
    Correct handling of the MAX operand of the ALIGN command.
    Add new FM primary command CSV [COLMAX]. This will create a standard CSV (Comma Separated Value) file of the current FM displayed filelist. The COLMAX operand will trigger formatting with the column widths set to the longest value.
    Stop adding an LRDATE column to all Recent/Path FM displays. Can't even remember a reason why this was ever done in the first place.
    Correct handling of attribute characteristics when inserting text with (DataInsert) mode set.
    Revise KEYMAP dialog to correct various text formatting problems and improve the Hints information.
    Allow the (Record) KB primitive to accept a private clipboard name to receive the saved recording. e.g. you may now code (Record/MyCBName)
    Introduce the (CmdPad) KB primitive. This function will load the CMDPAD.CLIP file and insert the commands into the KB processing stream the same way a DO file is processed. Full details on the new CMDPAD facility can be found in the HELP file under "Working with" => Command Pad.
    Add a new startup command line option. The option -SCRSIZE may now be used to request the SPFLite screen be opened with a specific size rather than the values from the previous termination. You may specify -SCRSIZE FULL, or -SCRSIZE hhXww, where hh is the screen height, and ww is the screen width. e.g. -SCRSIZE 43x100 for 43 lines by 100 columns.

[close]

http://www.spflite.com/Home.html
Titel: EmEditor 21.9
Beitrag von: SiLæncer am 14 Juli, 2022, 19:40
(https://1z9j8fz5fww49iaje1itey71-wpengine.netdna-ssl.com/wp-content/uploads/2013/09/EmEditorFree_Window.png)
EmEditor is a lightning-fast, tabbed text editor with themes, syntax highlighting, stay-on-top, and customizable keyboard mapping. The program supports batch find-and-replace, regular expressions, and more.

Release Notes

New General Features

    The new version improves comparison result view for each changed lines, and dynamically updates comparison results while editing a document.
    Added the Previous Change, Next Change, Previous Changed Character, and the Next Changed Character buttons to document titles when a window is split for comparisons.
    The new version allows you to hide or unhide any CSV columns.

New Commands

    Hide Columns
    Unhide Columns
    Previous Changed Character
    Next Changed Character

Plug-in New Features

    The new version of the Commit List plug-in opens files as read-only when the Compare with Previous command is selected, and improves the speed when the View History for Current Document button is clicked.

[close]

https://www.emeditor.com
Titel: RText 5.0.0
Beitrag von: SiLæncer am 14 Juli, 2022, 20:40
(https://i.postimg.cc/Kzfk1m6B/screenshot-2559.png)
RText is a fully customizable programmer's text editor. Some of its features include syntax highlighting, editing multiple documents at once, printing and print preview, find/replace/find in files dialogs, undo/redo, and online help.

Licence: Freeware (GPL)

Here's what's new:

    Major internal refactoring regarding app appearance. There's little visibly different here but the code has been simplified and future RText releases will see a simplified experience around options and configuration because of this work.
    Adding Dockerfile syntax highlighting (this already existed but was not configurable).
    Fix: Terminal locks up when lots of output from processes.

https://bobbylight.github.io/RText/
Titel: QOwnNotes 22.7.3
Beitrag von: SiLæncer am 15 Juli, 2022, 05:20
Whats new:>>

    if you now add an image again to a note, and it has the same filename and is binary
    identical to an image already existing in the media folder then you will be asked if
    you want to use the existing image instead (for #2563 )
    the Fedora 36 build process now works
    added more Persian translation (thank you amirkbrpr)

http://www.qownnotes.org/
Titel: Vim 9.0.0053
Beitrag von: SiLæncer am 15 Juli, 2022, 06:35
Whats new:>>

    9.0.0053: E1281 not tested with the old regexp engine
    9.0.0052: "zG" may throw an error if invalid character follows
    9.0.0051: using CTRL-C wih :append may hang Vim

http://www.vim.org/index.php
Titel: JSON Viewer 1.9.2
Beitrag von: SiLæncer am 15 Juli, 2022, 19:45
(https://i.postimg.cc/mgnPYmLc/screenshot-921.png)
MiTeC JSON Viewer include simple JSON Editor with JSON validation, support hierarchical and text preview, text searching and Base64 encoding/decoding.

Freeware

Whats new:>>

* Fixed Open with issue

https://mitec.cz/jsonv.html
Titel: Notepad++ 8.4.4
Beitrag von: SiLæncer am 15 Juli, 2022, 20:30
(https://i.postimg.cc/90QrsKpv/screenshot-818.png)
Notepad++ is a tabbed source code editor and Notepad replacement with a customizable interface. It is one of the few few source code editors that supports "folding," allowing users to quickly reduce and expand sections of code to see the overall document. In addition, it features multi-language syntax highlighting, auto-completion, regular expression search/replace, macro recording and playback, etc. The program can access a long list of plug-ins via an easy-to-access menu with even more features and functions.

License: GPL

Changelog


Find in Files crash issue (regression) has been fixed in version 8.4.4. One enhancement is also added in this release.

[close]

DL -> https://github.com/notepad-plus-plus/notepad-plus-plus/releases

https://notepad-plus-plus.org/
Titel: QOwnNotes 22.7.4
Beitrag von: SiLæncer am 15 Juli, 2022, 22:00
(https://s26.postimg.cc/hoi1ahlcp/screenshot_978.png)
QOwnNotes is a text editor / notepad replacement with markdown support and todo list manager. The program supports themes, keyboard shortcuts, syntax highlighting, and encryption. Includes available nested file list, tags, search, and more. Optionally works with the notes application ownCloud or Nextcloud.

Cross-platform with clients available for Mac and Linux.

License:    GPL

Changelog

    the stuck regular expression detection while searching in notes was improved (for #2302 )
    added more Catalan translation (thank you mguerra)

[close]

http://www.qownnotes.org/
Titel: Vim 9.0.0054
Beitrag von: SiLæncer am 16 Juli, 2022, 19:40
(https://s26.postimg.cc/xww5nc4zt/screenshot_1282.png)
A highly configurable text editor built to enable efficient text editing - an improved version of the vi editor distributed with most UNIX systems.

Freeware

Whats new:>>

Compiler warning for size_t to int conversion.

http://www.vim.org/index.php
Titel: Text Editor Pro 23.2.0
Beitrag von: SiLæncer am 17 Juli, 2022, 09:01
(https://s26.postimg.cc/hfdkhoj9l/screenshot_896.png)
Text Editor Pro (formerly EditBone) is a powerful text editing tool that comes with syntax highlighting support for over 50 languages and scripts, customizable with over 100 options, 29 ready made styles, a handy file comparison feature, unicode character map, numerical unit convert tool, SQL formatter, and support for multiple directories and search results.

Freeware

Changelog

    Added add line break option for replace
    Added exit when last tab is closed option for application (default false)
    Fixed AlphaControls
    Fixed directory
    Fixed encoding change
    Fixed image view
    Fixed mouse wheel scrolling
    Fixed option defaults
    Fixed output
    Fixed PDF view
    Fixed reopen max file count to allow zero
    Fixed replace
    Fixed scaling issues
    Fixed search
    Fixed SQL - Firebird highlighter
    Fixed startup
    Fixed wildcard search
    Update language files

[close]

https://texteditor.pro/
Titel: Vim 9.0.0055
Beitrag von: SiLæncer am 17 Juli, 2022, 20:45
Changes:>>

bitbake files are not detected.

http://www.vim.org/index.php
Titel: ImHex 1.19.2
Beitrag von: SiLæncer am 18 Juli, 2022, 05:15
(https://i.postimg.cc/8C9YTjjW/screenshot-3382.png)
An open-source editor that allows you to manipulate hexadecimal, binary data for writing optimal and well-performing apps, by displaying you content byte by byte.

Donationware

Changelog

Improvements

    Upgraded codebase to C++23
    Possibly added support for Windows 7 (untested)

Bug Fixes

    Fixed advanced decoding hex editor row not being rendered correctly
    Fixed editing floats, doubles and strings in the data inspector
    Fixed opening files with spaces in their name on Linux not working correctly
    Fixed crash when closing the file picker without choosing a file
    Fixed duplicate file chooser popup entries not being selectable
    Fixed CTRL + O only working when the hex editor view is selected
    Fixed user folders not loading correctly on startup
    Fixed crash when searching for an empty string
    Fixed crash on exit

Pattern Language

    Added u24, u48. u96, s24, s48 and s96 builtin types
    Added support for pointers to arrays. Thanks a lot to @PredatorCZ
    Added support for pointers with signed values. Thanks a lot to @PredatorCZ
    Greatly improved token creation and consuming. Refactored Lexer and Parser
    Fixed invalid placement syntax parsing
    Improved error message when a invalid token was encountered
    Improved querying patterns by address
    Fixed name of returned static array entry patterns
    Fixed crash when querying value of a zero-length string
    Fixed namespace resolution issues
    Fixed overriding the color of static arrays. Thanks to @PredatorCZ
    Fixed passing placed variables to functions
    Fixed In/Out variables not working correctly. Thanks to @PredatorCZ
    Removed empty string patterns from the pattern data view

[close]

https://github.com/WerWolv/ImHex
Titel: CudaText 1.167.0.0
Beitrag von: SiLæncer am 18 Juli, 2022, 21:30
(https://s26.postimg.cc/k6wu8qcrt/screenshot_901.png)
Create programming scripts with this powerful tool that supports more than 130 languages and allows users to work concurrently on as many as six groups of projects.

Freeware

Changelog
   

    add: API to speedup ExTerminal plugin (thanks @veksha)
    add: dialog 'Go to': handle also leading '+' like the trailing one
    add: wiki topic https://wiki.freepascal.org/CudaText#Advantages_over_Visual_Studio_Code
    add: wiki topic https://wiki.freepascal.org/CudaText#Disadvantages_compared_to_Sublime_Text_.2F_VSCode
    add: list "File / Open recent" stores also pictures/binaries
    add: TRegExpr engine: update "uppercase/lowercase tables" for some unicode ranges (by @AmigoJack)
    fix/optimization: rendering with 'markers' on 100k+ lines was very slow
    fix/optimization: command "Inverse bookmarks" was very-very slow in 100k+ lines documents
    fix/optimization: plugin Git Status was very-very slow if Git changes had 10k+ lines
    fix/optimization: during mass replacement, pair-bracket-finder must not activate
    fix: sometimes, 'markers' were painted with artifact lines
    fix: on Windows, startup with 2+ groups did not restore "maximized" state (thanks @veksha)
    fix: on Windows, picture viewer: dragging of small picture was not disabled
    fix: on tab switching, window caption must be updated without pause (thanks @charliewales)
    fix: file must appear in "File / Open recent" if default-session is active (thanks @veksha, @DUOLabs333)
    fix: couple of issues with Up/Down/PageUp/PageDown with "caret_after_end" on/off (thanks @veksha)
    fix: 'floating' panels feature is now disabled in GTK2 version, because of the IDE (or GTK2) bug (thanks @veksha)
    fix: could not continue selection by mouse when cursor goes over minimap (thanks @veksha)

[close]

https://cudatext.github.io/
Titel: QOwnNotes 22.7.5
Beitrag von: SiLæncer am 19 Juli, 2022, 12:50
Whats new:>>

prevent infinite loops in in-note regular expression searches by limiting to
10.000 search iterations (for #2302)

http://www.qownnotes.org/
Titel: HelpNDoc 8.0.0.185
Beitrag von: SiLæncer am 19 Juli, 2022, 20:20
(https://s26.postimg.cc/n8qdqw1ix/screenshot_994.png)
HelpNDoc provides all the tools necessary to write complete help files, manuals and documentations in a user friendly and very easy to use environment. HelpNDoc can generate standard Windows CHM help files, WEB based documentation, iPhone specific websites as well as printable PDF and Word documents.

HelpNDoc is completely free for personal use and evaluation purposes.

Changelog

New Ultimate Edition of HelpNDoc: includes all features available
HelpNDoc is now a 64-bit software: It has access to more system memory, is more resilient and faster to operate
Added the ability to override any style for each specific build
Generated Word documents can be encrypted with a custom password and strong encryption algorithms
Generated Word and PDF documents can be signed using an invisible digital signature to insure their integrity
New strong encryption algorithms for PDF documents: RC4 40 bits, RC4 128 bits, AES 128 bits, AES 256 bits and AES 256 bits with hardened key generation
Added support for SVG images in both the editor, and supported documentation formats
Secrets such as passwords are now securely stored in HND project files using a strong encryption algorithm
New API methods to store any number of secrets securely in HND project files
When pasting content with library items into a snippet, problematic content will be converted and removed and the user warned about it
New TStringList.WriteBOM property to control if BOM is written when saved to file
Documentation generation dialog can now be maximized
Faster, more reliable, more memory efficient and more secure HND project file handling library
Script editor dialog now has keyboard shortcuts for its main actions
Improved application startup time
Improved overall application responsiveness
Project analyzer incorrectly reported some library items as being used by a ghost topic after they have been pasted into snippets
Windows positioning is more reliable and precise across sessions and different screen resolutions
Recent versions of Qt assistant didn't always show the vertical scroll bar when showing topics content which didn't fit the visible area
Some versions of Qt assistant displayed a black header for each topic instead of the defined base color
Images are now responsive in the Qt help documentation format: they will resize to fit the visible screen area
Improved table borders drawing in PDF documents
Dropping a topic over the root project topic could cause an error message
Default HTML template now correctly uses the template's defined default extension, making it easier to generate extensions such as HTM, PHP...
Default HTML template will now use the correct file extension for the specified logo file instead of forcing the PNG file extension
HTML search engine now correctly uses the template's defined default extension to avoid generating broken links
Better HTML export of paragraphs with borders and hanging first
Various improvements in RTF importer for East Asian texts
Faster and more reliable script and template execution
Importing some WinHelp HLP file could produce corrupted topics: editing those topics resulted in an error message
Find and replace operations for the whole project have been optimized and are now faster
Table of contents string was hard-coded in the default Markdown template: it can now be translated
Using HndGeneratorInfo.TemplateInfo in templates caused an error
Improved panels docking behavior on screens with different DPI settings
Transform text popup menu could stay visible even when another control was focused
HelpNDoc is not tested on Windows 7 anymore: Microsoft dropped extended support for Windows 7 on January, 2020

[close]

http://www.helpndoc.com/
Titel: QOwnNotes 22.7.6
Beitrag von: SiLæncer am 20 Juli, 2022, 21:45
Whats new:>>

    added more Spanish, German, Hungarian, Italian, Dutch, Polish, French,
    Arabic translation (thank you tigris.huszonkilenc, chocolatine, noureddin)

http://www.qownnotes.org/
Titel: CudaText 1.167.5.0
Beitrag von: SiLæncer am 22 Juli, 2022, 21:20
Changelog
   

    add: use translated button captions in message-boxes, both internal and API (thanks @hexaae)
    add: wiki page https://wiki.freepascal.org/CudaText_VS_other_editors
    add: option "renderer_tweaks" has new sub-option "l" (thanks @veksha)
    fix: sometimes, bookmarks-section in the history file was purged by mistake (thanks @MiroslavMatas)
    fix: click on the folded-block-rectangle hides caret (thanks @veksha)
    fix: in e.g. Python lexer, new typed text may be 'catched' by the upper _folded_ block (thanks @veksha)
    fix: on some Linux systems, with dots_per_inch=91, minimap is empty (thanks @veksha)
    fix: lexers XML/XML^: highlight quoted string only after '=' (thanks @veksha)
    fix: lexer Markdown: rule for italics

[close]

https://cudatext.github.io/
Titel: Black NotePad 2.1.2.16
Beitrag von: SiLæncer am 24 Juli, 2022, 18:45
(https://s26.postimg.cc/lj0xxiynt/screenshot_1281.png)
Black NotePad was created as an alternative to the Notepad program of Windows operating systems. While retaining the original functions, Black NotePad improves manageability, contains important new functions, and greatly enhances program compatibility in terms of the edited text.

Freeware

Whats new:>>

Accepts extended [3 years] activation key

https://www.wintools.info/index.php/black-notepad
Titel: Text Editor Pro 23.3.0
Beitrag von: SiLæncer am 25 Juli, 2022, 05:00
(https://s26.postimg.cc/hfdkhoj9l/screenshot_896.png)
Text Editor Pro (formerly EditBone) is a powerful text editing tool that comes with syntax highlighting support for over 50 languages and scripts, customizable with over 100 options, 29 ready made styles, a handy file comparison feature, unicode character map, numerical unit convert tool, SQL formatter, and support for multiple directories and search results.

Freeware

Changelog

    Added search for options
    Fixed highlighters
    Fixed options
    Fixed replace
    Fixed scaling issues
    Fixed status bar
    Fixed text editor control
    Updated FastMM5 memory manager - https://github.com/pleriche/FastMM5
    Updated language files

[close]

https://texteditor.pro/
Titel: Vim 9.0.0065
Beitrag von: SiLæncer am 25 Juli, 2022, 20:10
Changes:>>

Cross-compiling doesn't work because of timer_create check

http://www.vim.org/index.php
Titel: DocPad 29.0
Beitrag von: SiLæncer am 25 Juli, 2022, 20:20
(https://i.postimg.cc/2jBvfxyS/screenshot-2001.png)
Erweiterter Text-Editor als Alternative zu Notepad; bietet unter anderem eine Rechtschreibprüfung, eine anpassbare Toolbar sowie die Möglichkeit, Makros zu verwenden.

Freeware

Changelog

    Added the "Quick Text" tool. This allows you to create, and later insert, snippets of text.
    Implemented "Search As You Type".
    Added the "Always 'Save As' To Folder" preference, which allows you to specify the default folder for saving new documents. Previously, the default folder was always wherever the last document was opened or saved.
    When opening a file whose permissions deny write access, the file will now be opened in read-only mode.
    Reopen Documents From Last Session: this now also remembers the focus order of the documents.
    Fix Newlines: added the "Report on status bar" mode.
    Improved the appearance of scrollbars.
    Removed the divider bar above the buttons at the bottom of all dialogs.
    Improved the mouse-over effect on the tab bar's buttons.
    Numerous other minor visual improvements to the interface.
    Undo will now restore the horizontal scrolling.
    The status bar's "Document saved" message will now indicate if the save was due to the Auto-Save feature.
    When choosing a file from the history at the bottom of the File menu, if it does not exist, the error window now contains a "Explore" button that will open File Explorer to that folder.
    Block selection: pressing the Left or Up or Home key will move the caret to the beginning of the selection, and clear it.
    Visit Hyperlink: if an error occurs it is now reported in a popup window.
    The "Word Wrap" option now appears on the Preferences window in case the user does not notice it on the Options menu.
    Fixed: after changing the document type, the Undo toolbar icon was remaining disabled.
    Fixed: Open Nonstandard: if the file was already open, nothing would happen. Now there is an explanation.
    Fixed various glitches when there is an empty selection.
    Fixed a bug that was causing an unnecessary usage of memory in many situations.
    Fixed: unable to open a file whose Read-Only attribute is set.

[close]

http://www.gammadyne.com/docpad.htm
Titel: Text Editor Pro 23.4.0
Beitrag von: SiLæncer am 25 Juli, 2022, 21:00
(https://s26.postimg.cc/hfdkhoj9l/screenshot_896.png)
Text Editor Pro (formerly EditBone) is a powerful text editing tool that comes with syntax highlighting support for over 50 languages and scripts, customizable with over 100 options, 29 ready made styles, a handy file comparison feature, unicode character map, numerical unit convert tool, SQL formatter, and support for multiple directories and search results.

Freeware

Whats new:>>

    Added highlighter for Carbon
    Fixed file types
    Fixed highlighters
    Fixed startup
    Fixed text editor control
    Updated language files

https://texteditor.pro/
Titel: Vim 9.0.0073
Beitrag von: SiLæncer am 26 Juli, 2022, 12:49
(https://s26.postimg.cc/xww5nc4zt/screenshot_1282.png)
A highly configurable text editor built to enable efficient text editing - an improved version of the vi editor distributed with most UNIX systems.

Freeware

Changelog


    9.0.0073: too many files recognized as bsdl
    9.0.0072: compiler warning for uninitialized variable
    9.0.0071: command overlaps with printed text in scrollback
    9.0.0070: using utfc_ptr2char_len() when length is negative
    9.0.0069: leaking memory when using text prop with inserted text
    9.0.0068: build fails with tiny features
    9.0.0067: cannot show virtual text
    Update runtime files
    9.0.0066: switching window uneccarily when getting buffer options

[close]

http://www.vim.org/index.php
Titel: Text Editor Pro 23.4.1
Beitrag von: SiLæncer am 26 Juli, 2022, 20:50
Whats new:>>

    Fixed drag over in page control
    Updated langugage files

https://texteditor.pro/
Titel: ImHex 1.19.3
Beitrag von: SiLæncer am 27 Juli, 2022, 10:40
(https://i.postimg.cc/8C9YTjjW/screenshot-3382.png)
An open-source editor that allows you to manipulate hexadecimal, binary data for writing optimal and well-performing apps, by displaying you content byte by byte.

Donationware

Changelog

    Additions:

    Added filter option to bookmarks view

    Improvements:

    Downloaded content store items no longer get placed in the /tmp directory when using the AppImage or Flatpak release. Thanks to @catsout
    Improved rendering of bitfield entries in the pattern data view. Thanks to @Diadlo

    Bug Fixes:

    Fixed various hex editor highlighting, tooltips and selection issues
    Fixed duplicate pattern data view entries when sorting the list
    Fixed various issues with multi-byte visualizers in the hex editor view
    Fixed various base address related issues
    Fixed Edit -> Create Bookmark menu item not working correctly
    Fixed search not working as expected

    Pattern Language:

    Bitwise operators no longer act like boolean operators
    Fixed passing dynamically sized types to functions

[close]

https://github.com/WerWolv/ImHex
Titel: Vim 9.0.0089
Beitrag von: SiLæncer am 27 Juli, 2022, 18:40
Changelog


    9.0.0089: fuzzy argument completion doesn't work for shell commands
    9.0.0088: pattern for detecting bitbake files is not sufficient
    9.0.0087: MS-Windows: CTRL-[ on Belgian keyboard does not work like Esc
    9.0.0086: tabline is not redrawn when entering command line
    9.0.0085: ":write" fails after ":file name" and the ":edit"
    9.0.0084: using "terraform" filetype for .tfvars file is bad
    9.0.0083: ModeChanged event not triggered when leaving cmdline window
    9.0.0082: cannot interrupt global command from command line
    9.0.0081: command line completion of user command may have duplicates
    9.0.0080: compiler warning for size_t to int conversion
    9.0.0079: error in autoload script not reported for 'foldexpr'
    9.0.0078: star register is unexpectedly changed when deleting
    9.0.0077: wrong restored cursor position when switching window in autocmd
    9.0.0076: no test for what patch 8.1.1424 fixes
    9.0.0075: some compilers warn for using an uninitialized variable
    9.0.0074: Coverity warns for double free

[close]

http://www.vim.org/index.php
Titel: Vim 9.0.0096
Beitrag von: SiLæncer am 28 Juli, 2022, 05:15
Whats new:>>

    Flag "new_value_alloced" is always true
    Conditions are always true
    Cursor restored unexpected with nested autocommand
    Sway config files are recognized as i3config
    Plugins cannot change v:completed_item
    Duplicate error number
    No error when assigning bool to a string option

http://www.vim.org/index.php
Titel: CudaText 1.168.0.0
Beitrag von: SiLæncer am 28 Juli, 2022, 22:00
(https://s26.postimg.cc/k6wu8qcrt/screenshot_901.png)
Create programming scripts with this powerful tool that supports more than 130 languages and allows users to work concurrently on as many as six groups of projects.

Freeware

Changelog
   

    Add: command-line parameter '-verbose' for debugging
    Fix: couple of issues with saving read/only files (thanks @veksha)
    Fix: Linux Qt5: with "caret_after_end":true, on going up/down over short lines, caret moves lefter
    Fix: Linux: file 'ast.py' in the current folder was breaking many plugins (thanks @veksha)
    Fix: lexer Bash: wrong highlight in '~/.local' (thanks @eltonfabricio10)

[close]

https://cudatext.github.io/
Titel: Vim 9.0.0103
Beitrag von: SiLæncer am 29 Juli, 2022, 05:45
Whats new:>>

    If running configure with cached results -lrt may be missing
    Reading past end of line with insert mode completion
    Invalid memory access in diff mode with "dp" and undo
    Get hit-enter prompt for system() when '!' is in 'guioptions'
    Scrollback can be wrong after redrawing the command line
    Missing include file in timer_create configure check
    Long quickfix line is truncated for :clist

http://www.vim.org/index.php
Titel: Vim 9.0.0107
Beitrag von: SiLæncer am 30 Juli, 2022, 19:10
Whats new:>>

Condition always has the same value.

http://www.vim.org/index.php
Titel: Vim 9.0.0124
Beitrag von: SiLæncer am 01 August, 2022, 05:45
Whats new:>>

code has more indent than needed

http://www.vim.org/index.php
Titel: Textadept 11.4
Beitrag von: SiLæncer am 01 August, 2022, 20:50
(http://foicica.com/textadept/images/splitviews.png)
Textadept will provide users with a fast, minimalist, and ridiculously extensible text editor. At its core lies less than 2000 lines of C code, and that's how it always will be. While other editors rely on recordable macros to speed up workflow, shell scripts to quickly transform text, and static side panes to manage your documents, files, and more.

Textadept takes it to the extreme: it gives you complete control over the entire application using the embedded Lua language. Lua is nearly as fast as C, and has a very small footprint. In fact, most of Textadept is written in Lua.

License : MIT License ( Donationware )

Changelog

    Bugfixes:

    Fixed line comment toggling for Batch.
    Fixed lack of HTML documentation in releases since 11.3.
    Ensure the statusbar is updated after buffer:set_lexer().
    Ensure events.LEXER_LOADED is emitted on buffer.new().
    LSP: Fixed off-by-one errors for goto definition et. al. and find references.
    LSP: Fixed bug attempting to start a language server manually.
    Lua REPL: Fixed key bindings.
    Ruby: Fixed bug when trying to toggle a block at the end of the buffer.
    Scintilla: Fixed hiding selection when view.selection_layer is view.LAYER_UNDER_TEXT.
    Scintilla: Fix potential issues with drawing non-UTF-8 text.

    Changes:

    Changed line duplication to line/selection duplication.
    Added ui.popup_menu() for displaying menus like the right-click context menu.
    The GUI version now recognizes the 'menu' key.
    Added support for Hare.
    Updated Spanish translation.
    Updated R, Fortran, and Go lexers.
    Updated to Scintilla 5.2.4.

[close]

http://foicica.com/textadept/
Titel: Vim 9.0.0133
Beitrag von: SiLæncer am 02 August, 2022, 05:15
Whats new:>>

    Virtual text after line moves to joined line
    Multi-byte characters in virtual text not handled correctly
    Virtual text with Tab is not displayed correctly
    Cursor position wrong when inserting around virtual text
    Update runtime files
    Compiler warning for int/size_t usage
    Coverity complains about possible double free
    Unused variable
    Expanding file names fails in dir with more than 255 entries
    Cursor positioned wrong with virtual text after the line

http://www.vim.org/index.php
Titel: Trilium Notes 0.54.0 Beta
Beitrag von: SiLæncer am 02 August, 2022, 06:40
(https://i.postimg.cc/2yDgvbpj/screenshot-2595.png)
A hierarchical note-taking software application with focus on building large personal knowledge bases while also providing a flurry of options.

License: AGPL

Changelog

Optional basic auth for shared notes, closes #2781
Add highlighting to search results, closes #2977
Allow per workspace calendars, fixes #2959
Added mermaid export SVG button
Export note ZIPs via ETAPI, #3012
Add config setting to disable update check #3000
Added an option to define a "min TOC headings", #2985
Add #toc label to control Table of Contents visibility per note, #2985
Upgrade excalidraw to 0.12 #2994
UseMaxWidth for mermaid pie widget, fixes #2984
Added getTargetNote to froca's attribute, fixes #2981
Fix build revision in the about dialog, closes #2980
Focus icon search input after showing up, closes #2979
Fix error message on removing bulk actions from search, closes #3027
Use 16 bytes IV for newly encrypted data, closes #3017
Rename "backlinks.js" as it's not liked by some adblockers, #3003
Prevent zooming the whole app when ctrl + zoom on the canvas note, fixes #3002
Add CSS variables for CKEditor table caption, fixes #2998
Prevent paste on middle click, fixes #2995
Add jsdocs to note.cloneTo, closes #2996
Upgrade to KaTeX 0.16.0
DB schema version and sync protocol version have been incremented, all instances in the cluster need to be upgraded.

[close]

https://github.com/zadam/trilium
Titel: JSON Viewer 2.0.0.0
Beitrag von: SiLæncer am 02 August, 2022, 19:50
(https://i.postimg.cc/mgnPYmLc/screenshot-921.png)
MiTeC JSON Viewer include simple JSON Editor with JSON validation, support hierarchical and text preview, text searching and Base64 encoding/decoding.

Donationware

Whats new:>>

BSON compatibility

https://mitec.cz/jsonv.html
Titel: CudaText 1.168.5.0
Beitrag von: SiLæncer am 02 August, 2022, 20:50
(https://s26.postimg.cc/k6wu8qcrt/screenshot_901.png)
Create programming scripts with this powerful tool that supports more than 130 languages and allows users to work concurrently on as many as six groups of projects.

Freeware

Changelog
   

    add: command "Undo" handles also color-attribs, which are added e.g. by 'Color Text' plugin
    add: commands "delete to_document_begin/ to_document_end/ word_left/ word_right/ word_at_caret" and APIs delete/replace, they now delete affected color-attribs
    fix: macOS: bug in blinking of caret (thanks @veksha)
    fix: macOS: crash "list index error" (thanks @JairoMartinezA)
    fix: regression, broken option "mouse_rt_click_moves_caret" (thanks @sl23)
    fix: lexer Batch: ^-char before line-break must continue the string literal

[close]

https://cudatext.github.io/
Titel: VNote 3.14.0
Beitrag von: SiLæncer am 02 August, 2022, 21:45
(https://s26.postimg.cc/871od8huh/screenshot_1147.png)
Peculiar yet interesting, open source piece of software that sports both Markdown editing capabilities and note management features.

MIT License

Whats new:>>

    Theme: support custom icons
    Theme: refine icons
    NavigationMode: fix issue for input method

https://github.com/tamlok/vnote
Titel: QOwnNotes 22.8.0
Beitrag von: SiLæncer am 03 August, 2022, 08:30
(https://s26.postimg.cc/hoi1ahlcp/screenshot_978.png)
QOwnNotes is a text editor / notepad replacement with markdown support and todo list manager. The program supports themes, keyboard shortcuts, syntax highlighting, and encryption. Includes available nested file list, tags, search, and more. Optionally works with the notes application ownCloud or Nextcloud.

Cross-platform with clients available for Mac and Linux.

License:    GPL

Changelog

    a new scripting hook workspaceSwitchedHook was added that is called when
    workflows are switched (for #2565 )
        please take a look at the
        workspaceSwitchedHook documentation
        for more information

[close]

http://www.qownnotes.org/
Titel: Trilium Notes 0.54.1 Beta
Beitrag von: SiLæncer am 03 August, 2022, 18:20
(https://i.postimg.cc/2yDgvbpj/screenshot-2595.png)
A hierarchical note-taking software application with focus on building large personal knowledge bases while also providing a flurry of options.

License: AGPL

Changelog

    This release contains several minor features and fixes:

    optional basic auth for shared notes, closes #2781
    add highlighting to search results, closes #2977
    allow per workspace calendars, fixes #2959
    added mermaid export SVG button
    export note ZIPs via ETAPI, #3012
    Add config setting to disable update check #3000
    added an option to define a "min TOC headings", #2985
    add #toc label to control Table of Contents visibility per note, #2985
    upgrade excalidraw to 0.12 #2994
    useMaxWidth for mermaid pie widget, fixes #2984
    added getTargetNote to froca's attribute, fixes #2981
    fix build revision in the about dialog, closes #2980
    focus icon search input after showing up, closes #2979
    fix error message on removing bulk actions from search, closes #3027
    use 16 bytes IV for newly encrypted data, closes #3017
    rename "backlinks.js" as it's not liked by some adblockers, #3003
    prevent zooming the whole app when ctrl + zoom on the canvas note, fixes #3002
    add CSS variables for CKEditor table caption, fixes #2998
    prevent paste on middle click, fixes #2995
    add jsdocs to note.cloneTo, closes #2996
    upgrade to KaTeX 0.16.0
    cssClass label cannot be applied on the root widget because of note splits, fixes #3032
    fix backend script error reporting #3033

[close]

https://github.com/zadam/trilium
Titel: KeenWrite 2.7.6
Beitrag von: SiLæncer am 03 August, 2022, 19:20
(https://i.postimg.cc/3w8rCcRs/screenshot-2904.png)
Java-based text editor that comes with numerous features, such as live preview, formulas, Markdown support and string interpolation.

BSD License

Changelog

    Detect invalid command-line options (help is displayed with guess at desired option).
    Fix --keep-files option to retain temporary files including the XML document to be typeset and downloaded images. Fixes a bug where --keep-files was effectively always ignored.
    Fall back to using working directory for images if --image-dir is not provided when running in headless mode from the command-line. Fixes a bug when trying to resolve image paths.
    Add logging statements when downloading images and resolving local image paths.
    Add CSS style for lyrics in the preview panel.
    Upgrade flowless library from 0.6.9 to 0.6.10.

[close]

https://github.com/DaveJarvis/keenwrite
Titel: Vim 9.0.0137
Beitrag von: SiLæncer am 04 August, 2022, 05:15
(https://s26.postimg.cc/xww5nc4zt/screenshot_1282.png)
A highly configurable text editor built to enable efficient text editing - an improved version of the vi editor distributed with most UNIX systems.

Freeware

Changes:>>

Debugger test may fail when $CWD is very long

http://www.vim.org/index.php
Titel: OutWiker 3.2.0.910 Beta
Beitrag von: SiLæncer am 04 August, 2022, 12:46
(https://s26.postimg.cc/87bx6b16h/screenshot_33.png)
OutWiker is an open-source personal wiki and outliner. Notes are stored in a tree, and kept in the form of directories on the disk. This encourages changing the base by external sources and programs. Currently there are three types of pages supported: plain text, HTML, and wiki. External files (such as pictures) can be attached to pages, and pages can be linked to each other. Each tree branch can be opened as a separate wiki. Other features include tag support, global search (notes and tags), bookmarks, HTML syntax highlighting and icons for notes.

OutWiker can be downloaded with or without plugins, as well as for Linux systems.

License : GPL

Whats new:>>

Added the support of nested subfolders in the dialog for link creation.

http://jenyay.net/Outwiker/English
Titel: Pandoc 2.19
Beitrag von: SiLæncer am 04 August, 2022, 12:55
(https://i.ibb.co/6mSXKdx/pandoc.png)
Pandoc is a command-line utility that can convert files from one markup format into another. Pandoc's enhanced version of Markdown includes syntax for footnotes, tables, flexible ordered lists, definition lists, fenced code blocks, superscripts and subscripts, strikeout, metadata blocks, automatic tables of contents, embedded LaTeX math, citations, and Markdown inside HTML block elements. (These enhancements, described further under Pandoc's Markdown, can be disabled using the markdown_strict input or output format.)

License: Open Source

Changelog

    Add --embed-resources flag (Elliot Bobrow, #7331). This can be used to embed resources without implying --standalone. Deprecate --self-contained in favor of --embed-resources --standalone.

    Allow environment variable interpolation in highlight-style and pdf-engine fields in defaults files (#8061; Jaehwang Jung, #8073).

    Allow placing custom readers and writers in user data directory (Albert Krewinkel, #8112) (readers and writers subdirectories).

    Add tsv (tab separated values) as an input format (#7974). [API change]: Text.Pandoc.Readers.CSV now exports readTSV. Internal change: In Text.Pandoc.CSV, CSVOptions has changed so that csvQuote takes a Maybe value.

    Add tex_math_dollars to gfm default extensions (reflecting gfm’s new support for math).

    RST, Org, Markdown readers: support rowspans and colspans in grid tables (#8202, Albert Krewinkel). Note: the writers does not yet support these more complex grid table features, so these complex grid tables will not round-trip.

    HTML, LaTeX, and MediaWiki readers: use formatCode (#8162, #8129, Elliot Bobrow). This moves formatting from inside inline code elements to the outside, since pandoc’s Code element only takes string content.

    Markdown reader:
        Don’t parse inline notes with blank lines inside (#8028).
        Allow attributes in special spans (e.g. smallcaps, underline) (Albert krewinkel, #4102). These spans are parsed as SmallCaps or Underline elements, but any attributes are included in a wrapping Span.

    HTML reader:
        Allow sublists that are not marked as items (Albert Krewinkel, #8150). This is technically invalid HTML, but it can be found in the wild and browsers handle it.

    Org reader (Albert Krewinkel):
        Recognize absolute paths on Windows (Albert Krewinkel, #8201).
        Recognize {webp,jxl} files as images (YI).
        Allow attrs for Org tables (Albert Krewinkel, #8049). Tables with attributes are no longer wrapped in Div elements; attributes are added directly to the table element.
        Support line selection in INCLUDE directives (Brian Leung, #8060).
        Fix Post / Pre mixup when setting emphasis chars (Amir Dekel, #8134).

    LaTeX reader:
        Support \includesvg (#8027).
        Unescape characters in \lstinline inside \passthrough (#8179).
        Improve mathEnvWith (#8122). When converting e.g. an align environment to an aligned environment inside a Math element, we need to include a newline before the \end{aligned}, since the previous line might end in a comment.
        Fix treatment of extensions for \input in LaTeX reader (#8092). Previously we required a .tex extension, but TeX allows any extension for \input (as opposed to \include).

    RTF reader:
        support \nosupersub (#8170).

    TikiWiki reader:
        Support underlined text

    DocBook reader:
        Improved reading <xref> elements (Frerich Raabe, #8065).

    JATS reader:
        Strip ref- prefix from ref id in xref (#8007).
        Support edition in references (#8087).

    RIS reader:
        Make parser more forgiving (#8034). Allow blank lines after entries. Allow entries with no space after the -, provided they just have a newline, e.g. DB -\n.
        Get right order of names (#8055).

    MediaWiki reader:
        Allow HTML comment after row start (#8110).

    DokuWiki reader:
        The tex_math_dollars extension is now supported for dokuwiki (but off by default) (#8178).
        Content inside <latex>...</latex> is parsed as raw LaTeX inline, and inside <LATEX>..</LATEX> as raw LaTeX block (#8178).
        The behavior of <php>...</php> is changed, so that instead of producing a code block, it produces raw HTML with <?php ... ?>.

    LaTeX writer:
        Improve grouping with autocites (#8088).
        Extend list of book documentclasses (Wentau Han, #8053).
        Fix width of multicolumn cells (Albert Krewinkel, #8090). Cells spanning multiple columns must be given an explicit width, calculated from the table properties.
        Beamer: allow containsverbatim as alternative to fragile (#8080).

    HTML writer:
        Add ‘footnotes’ identifier to footnotes section (#8043).
        Fix bug with --number-offset. This formerly caused section divs to be produced, even when --section-divs was not specified (#8097).
        Use CSS flexboxes for columns (Albert Krewinkel). This allows an arbitrary number of columns, while the previous approach assumed exactly two columns.
        Allow “spanlike” classes to be combined (see #8194). Previously classes like “underline” and “marked” had to be the first class in a span in order for the span to be interpreted as a “ul” or “mark” element. This commit allows these special classes to be “stacked,” e.g. [test]{.mark .underline}; in addition, the special classes are no longer required to come first in the list of classes.
        Avoid doubled style attribute when height and width are added to style because of an image, but the image already has a style attribute (#8047).
        Do not include the deprecated doc-endnote role (#8030). doc-endnote was deprecated in DPUB-ARIA 1.1.
        Remove extra soft break for tasklist (black-desk, #8142). Browser will display the extra newline character between checkbox and text as a space, which make tasklist items cannot be aligned.

    EPUB writer:
        Allow choice of math method for v3 (#8164). Previously we always used MathML for math in EPUB3, because the spec includes MathML. But this is not widely supported by readers, so it seems better to allow users to choose their math method as they can with EPUB2 or HTML. NOTE: Existing workflows that produce EPUBv3 documents including math will be affected by this change. You must add --mathml to your command line if you want to continue producing MathML.

    RST writer:
        Fix missing spaces with nested inlines (#8182).
        Always escape literal backslash (#8178).

    Ms writer:
        Add comment in preamble stating generator.
        Fix roff ms syntax highlighting definitions (#8175, thanks to Branden Robinson).

    ConTeXt writer:

        Support complex table structures (Albert Krewinkel, #8116). The following table feature are now supported in ConTeXt:
            colspans,
            rowspans,
            multiple bodies,
            row headers, and
            multi-row table head and foot.

        The wrapping placetable environment is also given a reference option with the table identifier, enabling referencing of the table from within the document.

        Unify link handling (Albert Krewinkel, #8096). Autolinks, i.e. links with content that’s the same as the linked URL, are now marked with the \url command. All other links, both internal and external, are created with the \goto command, leading to shorter, slightly more idiomatic code. As before, autolinks can still be styled via \setupurl, other links via \setupinteraction.

        Use “sectionlevel” environment for headings (Albert Krewinkel, #5539). The document hierarchy is now conveyed using the \startsectionlevel/\stopsectionlevel by default. This makes it easy to include pandoc-generated snippets in documents at arbitrary levels. The more semantic environments “chapter”, “section”, “subsection”, etc. are used if the --top-level-division command line parameter is set to a non-default value.

    Docx writer:
        Add w:lang to rPr for Span and Div with lang attribute, so that Word can know that “Apfel” is not a spelling error (#8026).
        Prevent crashing when handling invalid tables (Albert Krewinkel, #8102). Tables with different numbers of cells per row would sometimes crash pandoc. This fix prevents this by cutting off overlong rows.

    ICML writer:
        Support custom-style attribute on Table (#8079).

    AsciiDoc writer:
        Fix commas in link text (#8070). Commas in link text trigger interpretation of attributes. To block this, we replace them with numeric entities.
        Fix underline. We were rendering it as +++text+++; this is now changed to [.underline]#text#. See comment at #8070 (comment).

    FB2 writer:
        Fix handling of non-section Divs (#8123).

    Markdown writer:
        Disable soft wrapping when hard_line_breaks enabled (#8035). We were already doing this for markdown; this commit does the same thing for markua and commonmark and gfm.
        Avoid excessive indentation on bullet lists for commonmark, markua, gfm. They are now nested by 2 spaces instead of 4 (#8011).

    Text.Pandoc.Class:
        Add new function findFileWithDataFallback [API Change] (Albert Krewinkel).
        fillMediaBag: Keep attributes of original image on Span (Albert Krewinkel, #8099). Images that cannot be fetched are replaced with a Span that contains the image’s description. The span now also retains all original image attributes and inherits all attributes of the image. Furthermore, the classes image and placeholder are added, and path and title are store in attributes original-image-src and original-image-title, respectively.

    Text.Pandoc.Shared:
        makeSections: don’t make a section for a div with class “fragments” (#8098).
        Ensure that Nulls are ignored by makeSection and in segmenting slides (#8155).
        Add formatCode function to Text.Pandoc.Shared [API change] (Elliot Bobrow, #8129).
        taskListItemToAscii: handle asciidoctor’s characters (#8011). Asciidoctor uses different unicode characters for task lists; we should recognize them too and be able to convert them to ascii task lists in formats like gfm.
        Deprecate deLink and mark for later removal.

    Text.Pandoc.Writers.Shared:
        toTableOfContents: Don’t replace links with empty spans in TOC (#8020).

    Text.Pandoc.Readers.Metadata:
        Ensure that metadata values w/o trailing newlines are parsed as inlines, as the manual states. Previously, they were parsed as inlines if they would otherwise have been a single Plain or Para, but otherwise left unchanged. This led to some quirky results (e.g. #8143). We now use the general function blocksToInlines from T.P.Shared.

    Text.Pandoc.Parsing:
        Simplify gridTableWith', gridTableWith [API Change] (Albert Krewinkel). The functions gridTableWith and gridTableWith' no longer takes a boolean argument that toggles whether a table head should be parsed: both, tables with heads and without heads, are always accepted now.

    Lua subsystem (Albert Krewinkel):
        Extend pandoc.system module (Albert Krewinkel, #8184). The module now has the additional functions list_directory, make_directory, and remove_directory. This makes it easier to write cross-platform scripts that need to inspect or modify the file system.
        Require pandoc-lua-marshal 0.1.7. Adds a clone methods to Pandoc objects and allows to pass Blocks in instead of full Caption elements.
        Add fields pandoc.readers and pandoc.writers (#8177). The set of supported input and output formats is made available to Lua users.
        Ensure that tables marshaled via JSON arrays behave like Lists. This allows to invoke methods like map and includes on lists like PANDOC_WRITER_OPTIONS.extensions.
        Require hslua-2.2.1, unless lua53 flag is set, and do not reset foreign encoding before running Lua. This fixes a problem where the encoding used for Lua filenames would sometimes mismatch the encoding used by the OS.
        Simplify module loading code. Modules are now loaded directly; the special pandoc Lua package searcher is no longer necessary and has been removed.
        Add function pandoc.mediabag.fill (#8104). The function allows to fill the mediabag with all images in a given document. Images that cannot be fetched are replaced with a Span containing the image description.

    Populate mediabag after filters have run (Albert Krewinkel, #8099). The mediabag is filled with document resources after the filters have run. This allows, for example, filter authors to modify image paths before pandoc tries to fetch the images. Lua filters that rely on a filled mediabag can use the new pandoc.mediabag.fill function to perform that action in the filter.

    Ms template: redefine rather than removing .CH macro (#8175).

    JATS template (Albert Krewinkel, except as noted):
        Include particles, prefix, suffix in names.
        Mark authors with cor-id as corresponding authors. Corresponding authors are marked by setting the attribute corresp="yes" in their respective <contrib> element.
        Unconditionally include permissions element (#8040). Fixes a bug that caused license information to be omitted when no copyright information was provided.
        Follow JATS4R recommendation and PudMed Central for license URI (Castedo Ellerman, #8041).

    LaTeX template:
        Rename \textormath to \TextOrMath (Hos Es, #8036).
        Fix links-as-notes (Albert Krewinkel, #8077).

    HTML template styles:
        Remove span.underline rule. This is superfluous now that we render Underline as .
        Improve CSS for task lists (#8151).

    LaTeX template: Add boxlinks variable for LaTeX/PDF output (#8198). If boxlinks is set but colorlinks is not, then boxes will be printed around links (hidelinks will not be set in hypersetup).

    --self-contained: Handle url() in <style> elements (#8193).

    Text.Pandoc.PDF: use SHA1 hash of filename when converting SVG. The previous code threw away the directory component of the filename in constructing a new one. This led to surprising results if you had e.g. foo/pic.svg and bar/pic.svg; in the final PDF they’d be the same image, because the latter would overwrite the former in the temp directory.

    Remove Muse reader round-trip tests. These are nondeterministic and have repeatedly failed on strange edge cases.

    Update fonts MIME following IANA recommendation (Gabriel Lewertowski, #8127).

    Future compat change for liftA2 export from Prelude (Georgi Lyubenov, #8132).

    Update default.csl from the latest chicago-author-date.csl.

    Update manfilter.hs for greater portability (#8045). The tables in our man pages were not rendering correctly with mandoc, now used by default with macOS. mandoc doesn’t allow man formatting inside table cells. For maximum portability, we now render the tables in plain format and include them as code blocks in the man page.

    CI: update macos container version (#8197, Sukka).

    Add nightly flag. This causes a -nightly-COMPILEDATE suffix to be added the the output of --version (#8016). This is used in the nightly CI builds.

    Update dependencies (aeson, skylighting, pandoc-lua-marshall, citeproc, texmath).

    Documentation improvements (thanks to Ji?í Wolker, Castedo Ellerman, Albert Krewinkel, Bastien Dumont, Cezar Dro?ak, Benjamin Wuethrich, Ivan Panchenko, Sukil Etxenike, Masataka Ogawa).

>
[close]

https://github.com/jgm
Titel: CudaText 1.168.6.0
Beitrag von: SiLæncer am 05 August, 2022, 05:10
Whats new:>>

    Change: macOS: adapt default hotkeys for macOS, for commands: "go to text begin/end", "caret to line begin/end", "go to word previous/next" (thanks @veksha)
    Fix: "Go to bookmark" did not focus target group (thanks @MiroslavMatas)
    Fix: in maximized window, clicking on the vert-scrollbar right-most pixel did not work (thanks @veksha)
    Fix: with "scrollbar_themed":false, caret can move half below the bottom border (thanks @veksha)

https://cudatext.github.io/
Titel: Vim 9.0.0140
Beitrag von: SiLæncer am 05 August, 2022, 05:15
Changes:>>

    9.0.0140: execute() does not use the "legacy" command modifier
    9.0.0139: truncating virtual text after a line not implemented
    9.0.0138: not enough characters accepted for 'spellfile'

http://www.vim.org/index.php
Titel: ImHex 1.20.0
Beitrag von: SiLæncer am 05 August, 2022, 22:15
(https://i.postimg.cc/8C9YTjjW/screenshot-3382.png)
An open-source editor that allows you to manipulate hexadecimal, binary data for writing optimal and well-performing apps, by displaying you content byte by byte.

Donationware

Changelog

    Additions:

    Added Chinese (Traditional) translation. Thanks a lot to @5idereal
    Replaced String finder view with a more generic Find view
    String find supports ASCII, UTF16-LE and UTF16BE string extraction with various settings for allowed characters and null termination
    New string sequence finder
    New Regex string finder
    New Binary Pattern finder
    Added support for Fedora .rpm releases. Massive thanks to @jonathanspw for the help and implementation and @iTrooz for various improvements
    Added ULEB128 and SLEB128 rows to the data inspector. Thanks to @gudzpoz
    Added u24, s24, u48 and s48 rows to the data inspector
    Added RGB565 row to the data inspector
    Added new 3.0x and 4.0x window scaling option
    Added a new error message for when a provider failed to open its source
    Added setting to automatically synchronize pattern source code between providers
    Added support for +Infinity, -Infinity, Signaling NaN and Quiet NaN in the IEEE 754 tester tool

    Improvements:

    ImHex should now properly scale up on HiDPI screens
    Modernized look and feel of the ancient data information view
    Portable Windows release now no longer uses the AppData folder
    Updated ImGui, ImPlot and ImNodes to the latest version available
    ImHex now resets its settings if it fails to parse them to avoid crashes on startup
    Hex editor cell editing now correctly exits when clicking outside of the cell
    When opening a new provider, the current pattern source code will now automatically be copied over
    Lowered OpenGL requirements to 3.0 on Windows and Linux to hopefully support some older systems
    Numpad enter can now be used in the pattern editor
    Made many float displays easier to read

    Bug Fixes:

    Fixed Intel GPU detection not working correctly
    Fixed global shortcuts not always working
    Fixed various out of bounds memory reads and issues with multi-byte visualizers in the hex editor view
    Fixed duplicate provider tabs not being selectable
    Fixed crash when trying to search for an empty string
    Fixed various issues and crashes with the search tool
    Fixed crash when selecting a folder as custom font path
    Fixed displaying of truncated strings in data inspector
    Fixed resize cursor not showing up correctly in non-borderless window mode
    Fixed auto-evaluation of pattern language code not working correctly
    Fixed pattern tooltips of static array entries

    Pattern Language:

    Added the [[sealed]] attibute to make visualizers treat a type as a fundamental type
    Massively improved search speed of Patterns using interval trees
    Increased pattern and array limit.
    You should now no longer run into these limits as quickly anymore
    Fixed passing enums to functions
    Added the std::time library for working with time constants and getting the local time
    Added the type library with support for many additional type decodings
    Fixed evaluation of in/out variables
    Fixed decoding issues with signed out variables
    Fixed issues with the namespace scope resolution
    Fixed returning heap types from functions

[close]

https://github.com/WerWolv/ImHex
Titel: Vim 9.0.0148
Beitrag von: SiLæncer am 06 August, 2022, 18:10
Changes:>>

A "below" aligned text property gets 'showbreak' displayed.

http://www.vim.org/index.php
Titel: KeenWrite 2.8.0
Beitrag von: SiLæncer am 07 August, 2022, 09:40
Changelog

    Changes:

    File chooser. Replace pure JavaFX file chooser with native file chooser (the JavaFX file chooser was a stop-gap to work around a Windows bug, which appears to have been resolved in a recent JavaFX release)
    GTK update. Default to GTK3 for UI rendering on Linux (fall back to GTK2)
    GTK warning. Suppress GDK warning
    Standard out/err. Redirect standard err to standard out (will be reverted when GDK warning is fixed in Java Virtual Machine)
    Variable update bug. Adding, removing, and updating variables is reflected immediately in the preview (no need to press F5)

    Upgrade libraries:

    JDK 17 to 18
    ControlsFX 11.1.0 to 11.1.1 (JDK 11+ support)
    PreferencesFX 11.9.0 to 11.9.1
    jsoup 1.14.3 to 1.15.2
    Apache Commons Configuration 2.7 to 2.8.0

    Upgrade build system:

    JavaFX Plugin 0.0.10 to 0.0.13
    Palantir git version 0.14.0 to 0.15.0

[close]

https://github.com/DaveJarvis/keenwrite
Titel: Vim 9.0.0161
Beitrag von: SiLæncer am 07 August, 2022, 18:40
Changes:>>

Warning for uninitialized variable.

http://www.vim.org/index.php
Titel: TeXstudio 4.3.0
Beitrag von: SiLæncer am 07 August, 2022, 22:00
(https://i.postimg.cc/Fz8CktsG/screenshot-2846.png)
GPL-LaTeX-Editor, der das Erstellen von LaTex-Dokumenten in Unicode vereinfacht; unterstützt den Nutzer beim Schreiben mittels interaktiver Rechtschreibprüfung, Syntax-Highlighting, Code-Folding und automatischer Code-Vervollständigung.

Open Source

Changelog


- show most used command at first place in completer
- more cwls
- get position into clipboard in pdf on ctrl+shift+click (#2623)
- copy/paste table content into table/matrix wizard
- move to next/previous word now stops at every delimiter (no skip over several brackets) #2311
- build qt6/win for win10+
- small bug fixes

[close]

http://texstudio.sourceforge.net/
Titel: Trilium Notes 0.54.2
Beitrag von: SiLæncer am 08 August, 2022, 09:50
(https://i.postimg.cc/2yDgvbpj/screenshot-2595.png)
A hierarchical note-taking software application with focus on building large personal knowledge bases while also providing a flurry of options.

License: AGPL

Changelog

    Optional basic auth for shared notes, closes #2781
    Add highlighting to search results, closes #2977
    Allow per workspace calendars, fixes #2959
    Added mermaid export SVG button
    Export note ZIPs via ETAPI, #3012
    Add config setting to disable update check #3000
    Added an option to define a "min TOC headings", #2985
    Add #toc label to control Table of Contents visibility per note, #2985
    Upgrade excalidraw to 0.12 #2994
    UseMaxWidth for mermaid pie widget, fixes #2984
    Added getTargetNote to froca's attribute, fixes #2981
    Fix build revision in the about dialog, closes #2980
    Focus icon search input after showing up, closes #2979
    Fix error message on removing bulk actions from search, closes #3027
    Use 16 bytes IV for newly encrypted data, closes #3017
    Rename "backlinks.js" as it's not liked by some adblockers, #3003
    Prevent zooming the whole app when ctrl + zoom on the canvas note, fixes #3002
    Add CSS variables for CKEditor table caption, fixes #2998
    Prevent paste on middle click, fixes #2995
    Add jsdocs to note.cloneTo, closes #2996
    Upgrade to KaTeX 0.16.0
    CssClass label cannot be applied on the root widget because of note splits, fixes #3032
    Fix backend script error reporting #3033

[close]

https://github.com/zadam/trilium
Titel: Vim 9.0.0167
Beitrag von: SiLæncer am 08 August, 2022, 10:10
(https://s26.postimg.cc/xww5nc4zt/screenshot_1282.png)
A highly configurable text editor built to enable efficient text editing - an improved version of the vi editor distributed with most UNIX systems.

Freeware

Changes:>>

Checking for text properties could be a bit more efficient

http://www.vim.org/index.php
Titel: KeenWrite 2.8.1
Beitrag von: SiLæncer am 08 August, 2022, 17:10
(https://i.postimg.cc/3w8rCcRs/screenshot-2904.png)
Java-based text editor that comes with numerous features, such as live preview, formulas, Markdown support and string interpolation.

BSD License

Changelog

Caret became invisible after exporting to PDF (see FXMisc/RichTextFX#1133 for the gory technical details).

[close]

https://github.com/DaveJarvis/keenwrite
Titel: PilotEdit Lite 16.7.0
Beitrag von: SiLæncer am 08 August, 2022, 20:20
(http://www.pilotedit.com/images/OpenInQuickMode.PNG)
PilotEdit is a text, hex, XML, C/C++, HTML, PHP, Java, Javascript and Perl editor that can edit large files of 400GB (40 billion lines).

It offers customizable syntax and keyword highlighting, advanced search and replace operations, automatic text encoding, 256-bit AES encryption/decryption and a built-in FTP/SFTP client lets you open, edit, download and upload large files directly to/from a FTP/SFTP server.

In addition to standard text editing features, PilotEdit can compare and merge two large files of 100GB (10 billion lines). You can also sort, find/remove duplicate lines and extract strings over a large file of 1GB.

Freeware

Zitat
PilotEdit Lite 16.7.0 includes improvements over uploading FTP files.

http://www.pilotedit.com/
Titel: Vim 9.0.0174
Beitrag von: SiLæncer am 09 August, 2022, 09:45
Changes:>>

    No error for using "#{ comment" in a compiled function
    9.0.0173: 9.0.0172: trying to allocate zero bytes
    Quickfix line highlight is overruled by 'cursorline'
    Various minor code formatting issues
    Update runtime files
    Insufficient testing for line2byte() with text properties
    Cursor positioned wrong with two virtual text properties

http://www.vim.org/index.php
Titel: Vim 9.0.0181
Beitrag von: SiLæncer am 10 August, 2022, 11:45
Changes:>>

    9.0.0181: textprop test with line2byte() fails on MS-Windows
    9.0.0180: stray logfile appears when running tests
    9.0.0179: cursor pos wrong with wrapping virtual text in empty line
    9.0.0178: cursor position wrong with virtual text before Tab
    9.0.0177: cursor position wrong with 'virtualedit' and mouse click
    9.0.0176: checking character options is duplicated and incomplete
    9.0.0175: spell checking for capital not working with trailing space

http://www.vim.org/index.php
Titel: Vim 9.0.0189
Beitrag von: SiLæncer am 11 August, 2022, 17:50
Changes:>>

    9.0.0189: invalid memory access for text prop without highlight
    9.0.0188: strange effects when using "text_align" with non-zero column
    9.0.0187: command line height changes when maximizing window height
    9.0.0186: virtual text without highlighting does not show
    9.0.0185: virtual text does not show if text prop at same position
    9.0.0184: virtual text prop highlight continues after truncation
    9.0.0183: extra space after virtual text when 'linebreak' is set
    9.0.0182: quarto files are not recognized

http://www.vim.org/index.php
Titel: Vim 9.0.0193
Beitrag von: SiLæncer am 12 August, 2022, 09:35
Changes:>>

    Search and match highlgith interfere with virtual text
    Possible invalid memory access when 'cmdheight' is zero
    Messages test fails; window size incorrect
    The way 'cmdheight' can be made zero is inconsistent

http://www.vim.org/index.php
Titel: QOwnNotes 22.8.1
Beitrag von: SiLæncer am 12 August, 2022, 11:30
(https://s26.postimg.cc/hoi1ahlcp/screenshot_978.png)
QOwnNotes is a text editor / notepad replacement with markdown support and todo list manager. The program supports themes, keyboard shortcuts, syntax highlighting, and encryption. Includes available nested file list, tags, search, and more. Optionally works with the notes application ownCloud or Nextcloud.

Cross-platform with clients available for Mac and Linux.

License:    GPL

Changelog

    you now can open all selected notes as new tabs via the note list context menu
    or the note operations button (for #2578 )
    added more translation (thank you mguerra, hansa2662, chocolatine, simonpmt,
    razor blade, amirkbrpr)

[close]

http://www.qownnotes.org/
Titel: Vim 9.0.0195
Beitrag von: SiLæncer am 13 August, 2022, 09:10
Changes:>>

metafun files are not recogized

http://www.vim.org/index.php
Titel: Znote 1.5.1
Beitrag von: SiLæncer am 13 August, 2022, 18:40
(https://i.postimg.cc/qvfVnLWd/screenshot-2617.png)
Znote is a free, elegant program meant to help you write beautifully organized Markdown documents. You can organize your texts, notes, and files even better, using the simplistic left-side widget organizer for smoothly navigating different files.

Freeware

Whats new:>>

    Fix Code Suggestions when no function is created
    Remove Pin sort in note explorer (duplicate behavior with the quick access pin section)
    Toolbar button margin too big when only one note exists
    Fixed random crash when opening folder with caret icon
    Updated default welcome note

https://znote.lagrede.fr/
Titel: Vim 9.0.0203
Beitrag von: SiLæncer am 14 August, 2022, 09:40
Changes:>>

    9.0.0203: confusing variable name
    9.0.0202: code and help for indexof() is not ideal
    9.0.0201: CursorLine highlight overrules virtual text highlight
    9.0.0200: cursor wrong if 'nowrap' and two right aligned text props
    9.0.0199: cursor position wrong with two right-aligned virtual texts
    9.0.0198: ml_get error when switching buffer in Visual mode
    9.0.0197: astro files are not detected
    9.0.0196: finding value in list may require a for loop

http://www.vim.org/index.php
Titel: Vim 9.0.0213
Beitrag von: SiLæncer am 15 August, 2022, 08:20
Changes:>>

    9.0.0213: using freed memory with error in assert argument
    9.0.0212: invalid memory access when compiling :unlet
    9.0.0211: invalid memory access when compiling :lockvar
    9.0.0210: 'list' mode does not work properly with virtual text
    9.0.0209: build error with small features
    9.0.0208: the override flag has no effect for virtual text
    9.0.0207: stacktrace not shown when debugging
    9.0.0206: redraw flags are not named specifically
    9.0.0205: cursor in wrong position when inserting after virtual text
    9.0.0204: indexof() may leak memory

http://www.vim.org/index.php
Titel: ImHex 1.21.0
Beitrag von: SiLæncer am 15 August, 2022, 11:00
(https://i.postimg.cc/8C9YTjjW/screenshot-3382.png)
An open-source editor that allows you to manipulate hexadecimal, binary data for writing optimal and well-performing apps, by displaying you content byte by byte.

Donationware

Changelog

    Additions:

    Replaced terrible existing project file system with a much more flexible one
    This is a breaking change. If you have existing project files, they will no longer be loadable in ImHex starting from this version
    To still use your old projects, you can use this Python Script here to extract the different parts of the old project file as stand-alone files that can then be imported again in newer versions of ImHex
    The recents list now contain all providers, not just opened files
    Added Intel Hex and Motorola SREC provider
    Added hexadecimal size of file and selection to hex editor footer
    Added select region command
    Added close button to the welcome screen so various tools can be accessed without opening any data
    Added Bookmark Import and Export option

    Improvements:

    Added better support for Windows 7
    You're still much better of by using Windows 10 or 11 instead since a bunch of things simply aren't possible on Windows 7
    Removed dependency on macOS 11 only Framework so ImHex can now run on macOS Yosemite and higher
    Switched .deb compression to gzip so it can be used on older Debian versions
    Various find view improvements. Overlapping occurrences and occurrences at the very end of the file can now be found
    Updated the LLVM demangler dependency
    All demanglers in ImHex now support the latest C++ features as well as D and Rust mangled names
    ImHex now properly allows opening of all files on macOS when dragging a file onto its executable

    Bug Fixes:

    Fixed crash when trying to edit a hex cell
    Fixed various issues with the multi-byte visualizers
    Fixed pattern language runtime not being reset properly after checking for MIME types
    Fixed config files being placed in wrong locations on Linux
    Fixed Windows native theme detection not always working correctly
    Fixed a crash when the auto-load pattern setting is disabled

    Pattern Language:

    Restructured entire library and cleaned up a bunch of legacy stuff
    Updated Error messages and error display
    All errors that are being thrown now show line/column information of the error as well as helpful error messages and hints on how to fix it (inspired by Rust errors)
    Fixed for-loop parsing
    Fixed display issues with static array entries
    Fixed reading strings that were passed to functions
    Fixed a namespace resolution crash
    Fixed array out of bounds checks

[close]

https://github.com/WerWolv/ImHex
Titel: BirdFont 4.30.7
Beitrag von: SiLæncer am 15 August, 2022, 18:20
(https://s26.postimg.cc/rd1s4grdl/screenshot_137.png)
BirdFont is a free font editor that lets you create vector graphics and export TTF, EOT & SVG fonts.

Donationware

Whats new:>>

    Anchor points for diacritical marks
    Bug fixed in ligature creation

https://birdfont.org/
Titel: Vim 9.0.0217
Beitrag von: SiLæncer am 16 August, 2022, 09:10
(https://s26.postimg.cc/xww5nc4zt/screenshot_1282.png)
A highly configurable text editor built to enable efficient text editing - an improved version of the vi editor distributed with most UNIX systems.

Freeware

Changes:>>

    Update runtime files
    9.0.0217: 'shellslash' works differently when sourcing a script again
    9.0.0216: undo earlier test sometimes fails on MS-Windows
    9.0.0215: not passing APC_INDENT flag
    9.0.0214: splitting a line may duplicate virtual text

http://www.vim.org/index.php
Titel: ImHex 1.21.1
Beitrag von: SiLæncer am 16 August, 2022, 10:50
(https://i.postimg.cc/8C9YTjjW/screenshot-3382.png)
An open-source editor that allows you to manipulate hexadecimal, binary data for writing optimal and well-performing apps, by displaying you content byte by byte.

Donationware

Changelog

Fixed crash when closing provider tabs
Fixed recent providers not always being selectable
Fixed pattern in-variables resetting when patterns are being executed
Fixed restoring of safety backups after a crash not working correctly
Fixed displaying of unavailable addresses in Intel Hex and Motorola SREC providers
Fixed a crash when returning patterns or global variables from [[format]] functions

[close]

https://github.com/WerWolv/ImHex
Titel: Vim 9.0.0222
Beitrag von: SiLæncer am 17 August, 2022, 09:10
Changes:>>

no good reason why text objects are only in larger builds

http://www.vim.org/index.php
Titel: BaseX 10.1
Beitrag von: SiLæncer am 18 August, 2022, 21:10
(https://s26.postimg.cc/zexqg30d5/screenshot_63.png)
BaseX is a Java-based software application that integrates an XML database and XQuery text editor. It is wrapped in a user-friendly working environment and comes packed with several useful options and configuration parameters for experienced users.

BSD License

Changelog


Enjoy the latest BaseX patch release. It contains various bug fixes…

    HTTP Requests, sending headers
    Storage handling of main-memory databases
    GUI editor, double clicks
    function items and mixed updates

…and (still undocumented) XQuery 4 preview features.

[close]

http://basex.org/
Titel: ImHex 1.21.2
Beitrag von: SiLæncer am 18 August, 2022, 21:20
Changelog


    Additions:

    Added the ability to cancel many long running tasks
    To do this, click on the Stop button next to the task progress bar in the footer

    Improvements:

    Window sizes now also use the current font size to calculate their scale
    Moved the "Close welcome screen" button a bit further to the left so it won't be cut off

    Bug Fixes:

    Fixed multiple undefined behavior issues
    Fixed the "Learn the Pattern Language" welcome screen button pointing to the wrong URL
    Fixed automatic restarting of ImHex not always working
    Fixed Import/Export bookmarks options requiring a selection to be available
    Fixed hex editor displaying ?? for all bytes when a base address has been set

    Pattern Language:

    Added more array size checks
    Fixed crash when referencing a invalid type member
    Fixed error reporting in math expressions not working correctly
    Fixed issues when parsing Unions
    Fixed return statements acting like breaks when used inside of loops

[close]

https://github.com/WerWolv/ImHex
Titel: Vim 9.0.0226
Beitrag von: SiLæncer am 19 August, 2022, 09:20
Changes:>>

job_start() test may fail under valgrind

http://www.vim.org/index.php
Titel: QOwnNotes 22.8.2
Beitrag von: SiLæncer am 19 August, 2022, 18:30
(https://s26.postimg.cc/hoi1ahlcp/screenshot_978.png)
QOwnNotes is a text editor / notepad replacement with markdown support and todo list manager. The program supports themes, keyboard shortcuts, syntax highlighting, and encryption. Includes available nested file list, tags, search, and more. Optionally works with the notes application ownCloud or Nextcloud.

Cross-platform with clients available for Mac and Linux.

License:    GPL

Changelog

    you can now also open a note in a new tab if not already open with the scripting method script.setCurrentNote() (for #2565 ). for more information please take a look at the scripting documentation
    added more translation (thank you noureddin, amirkbrpr, hansa2662, venusgirl, mguerra, rakekniven)

[close]

http://www.qownnotes.org/
Titel: Vim 9.0.0228
Beitrag von: SiLæncer am 20 August, 2022, 10:10
Changes:>>

    Update runtime files
    9.0.0228: crash when pattern looks below the last line
    9.0.0227: cannot read error message when abort() is called

http://www.vim.org/index.php
Titel: Vim 9.0.0233
Beitrag von: SiLæncer am 21 August, 2022, 09:10
Changes:>>

removing multiple text properties takes many calls

http://www.vim.org/index.php
Titel: QOwnNotes 22.8.3
Beitrag von: SiLæncer am 21 August, 2022, 09:30
Whats new:>>

    you now can fetch all notes that are linked to a tag with new scripting property
    notes of TagApi objects (for #2582 )
        for more information please take a look at the scripting documentation

http://www.qownnotes.org/
Titel: KeenWrite 2.8.4
Beitrag von: SiLæncer am 21 August, 2022, 10:30
(https://i.postimg.cc/3w8rCcRs/screenshot-2904.png)
Java-based text editor that comes with numerous features, such as live preview, formulas, Markdown support and string interpolation.

BSD License

Changelog

    Add context menu option for definitions. Right-click on a variable definition to insert it (must right-click the variable's value, not its name)
    Upgrade KeenQuotes to improve curling of straight quotation marks.

[close]

https://github.com/DaveJarvis/keenwrite
Titel: RJ TextEd 15.60
Beitrag von: SiLæncer am 21 August, 2022, 21:00
(https://s26.postimg.cc/775l9vjeh/screenshot_593.png)
RJ TextEd - A Unicode source and text editor. RJ TextEd is a full featured text and source editor with Unicode support, syntax highlighting and code folding. The functionality extends beyond text files and includes support for HTML editing with integrated preview, spell checking, auto completion, HTML validation, templates and more. The program also include support for Topstyle Lite CSS editor, has a dual pane file commander, as well as a FTP client to upload your files. The editor uses language files to display menus and dialogs in different languages. There are several included languages. New language files can easily be created in the editor. RJ TextEd is also a simple web development tool. The editor can use auto completion and hints to assist you in editing your source code. You can preview HTML/ASP/PHP... code using one of the preview tabs or open a document in a browser. The editor does not only handle source code. It also handles true ASCII files, binary files and of course plain text files.

License: Freeware

Changelog

Digital code signing

All executables and install scripts are now digitally signed. This should help with some antivirus programs and any issues you may have when downloading and installing the program.

Selection mini toolbar

Added a mini toolbar that is displayed when making a selection. It fades away after a short while, or if you press the left mouse button.

Added an option to turn the mini toolbar on or off.

CSS highlighting

Updated the CSS syntax files and made some highlighting changes.

The file css.xml was added in the syntax folder. The file is provided by microsoft and renamed from css-scheme.xml to css.xml. It contain most items needed for auto completion and hints.

Syntax files

Added a new option in syntax files to turn on/off sorting in the auto completion list (AutoCompleteSort=0|1).

Misc

    Made some internal changes in the paint function and the move cursor function when using folding.

Fixed

    A few FTP save issues.
    Auto completion hint flicker.
    Word wrap issue.
    Restart Windows issues when program is still running.
    Selection color issue with plain text files.
    Find issues.
    Misc issues while coding.

[close]

http://www.rj-texted.se/
Titel: Vim 9.0.0242
Beitrag von: SiLæncer am 22 August, 2022, 09:10
Changes:>>

    9.0.0242: "make install" still fails
    9.0.0241: "make install" does not install shared syntax file
    9.0.0240: crash when using ":mkspell" with an empty .dic file
    9.0.0239: build failure without the +wildmenu feature
    9.0.0238: Shift-Tab shows matches on cmdline when 'wildmenu' is off
    9.0.0237: Mac: cannot build if dispatch.h is not available
    9.0.0236: popup menu not removed when 'wildmenu' reset while visible
    9.0.0235: 'autoshelldir' does not work with chunked respose
    9.0.0234: cannot make difference between :normal end and argument char

http://www.vim.org/index.php
Titel: CudaText 1.169.0.2
Beitrag von: SiLæncer am 22 August, 2022, 21:20
(https://s26.postimg.cc/k6wu8qcrt/screenshot_901.png)
Create programming scripts with this powerful tool that supports more than 130 languages and allows users to work concurrently on as many as six groups of projects.

Freeware

Changelog
   

    add: handle the situation 'file was deleted outside' more detailed: show additional non-modal confirmation to close the tab (thanks @lookoutside, @JairoMartinezA)
    add: tree-helper for reStructuredText: calculate header levels more properly (thanks @lookoutside)
    add: in Python, final 'comments' must be excluded from final fold range (thanks @veksha)
    change: changed the background-color of 'notification panels' inside the editor
    change: macOS: adapt default hotkeys for macOS, for commands: "go to text begin/end", "caret to line begin/end", "go to word previous/next" (thanks @veksha)
    fix: file with UTF-32 BE signature was detected as 'maybe not text'
    fix: regression in 1.165.x: opening of file without final line-break was adding final line-break anyway
    fix: couple of glithes on macOS (thanks @veksha)
    fix: Emmet must not auto-complete 'ok:' for example (thanks @eltonfabricio10)
    fix: "Go to bookmark" did not focus target group (thanks @MiroslavMatas)
    fix: in maximized window, clicking on the vert-scrollbar right-most pixel did not work (thanks @veksha)
    fix: with "scrollbar_themed":false, caret can move half below the bottom border (thanks @veksha)

[close]

https://cudatext.github.io/
Titel: Vim 9.0.0246
Beitrag von: SiLæncer am 23 August, 2022, 09:40
Changes:>>

    9.0.0246: using freed memory when 'tagfunc' deletes the buffer
    9.0.0245: mechanism to prevent recursive screen updating is incomplete
    9.0.0244: cannot easily get the list of sourced scripts
    9.0.0243: text properties "below" sort differently on MS-Windows

http://www.vim.org/index.php
Titel: KeenWrite 2.8.5
Beitrag von: SiLæncer am 23 August, 2022, 18:10
(https://i.postimg.cc/3w8rCcRs/screenshot-2904.png)
Java-based text editor that comes with numerous features, such as live preview, formulas, Markdown support and string interpolation.

BSD License

Whats new:>>

Update to KeenQuotes 2.0.4, to curl a few obscure edge cases (more technical than prosal).

https://github.com/DaveJarvis/keenwrite
Titel: Vim 9.0.0260
Beitrag von: SiLæncer am 25 August, 2022, 09:10
(https://s26.postimg.cc/xww5nc4zt/screenshot_1282.png)
A highly configurable text editor built to enable efficient text editing - an improved version of the vi editor distributed with most UNIX systems.

Freeware

Changelog


    9.0.0260: using freed memory when using 'quickfixtextfunc' recursively
    9.0.0259: crash with mouse click when not initialized
    Update runtime files
    9.0.0258: MS-Windows installer skips syntax/shared
    9.0.0257: "->" in ":scriptnames" output not tested yet
    9.0.0256: compiler warning for uninitialized variables
    9.0.0255: build failure without the eval feature
    9.0.0254: typo in function name
    9.0.0253: a symlink to an autoload script results in two entries
    9.0.0252: cursor in wrong place after virtual text
    9.0.0251: test output shows up in git

[close]

http://www.vim.org/index.php
Titel: Znote 1.5.2
Beitrag von: SiLæncer am 25 August, 2022, 20:10
(https://i.postimg.cc/qvfVnLWd/screenshot-2617.png)
Znote is a free, elegant program meant to help you write beautifully organized Markdown documents. You can organize your texts, notes, and files even better, using the simplistic left-side widget organizer for smoothly navigating different files.

Freeware

Whats new:>>

    Improvements:

    Updated pre-included DanfoJS and PlotlyJS libraries.
    Updated default note examples and code suggestions to reflect libs changes.

https://znote.lagrede.fr/
Titel: Network Notepad 6.0.21
Beitrag von: SiLæncer am 25 August, 2022, 20:40
(https://s26.postimg.cc/wuply3q2h/screenshot_425.png)
Network Notepad is a specially designed application for creating interactive network diagrams.

Now you can use this accessible and easy-to-use instrument to create or manage the diagrams you need.

Point-and-Click Telnet/ Browse/ User-definable
Network Management.
Simple Drag and Drop interface.
Open, Text Based File Format.
Printing.
Linked Diagrams.
Flow Charts.

Freeware

Whats new:>>

Change: New OV code signing certificate.

http://www.networknotepad.com/index.htm
Titel: QOwnNotes 22.8.4
Beitrag von: SiLæncer am 25 August, 2022, 21:30
(https://s26.postimg.cc/hoi1ahlcp/screenshot_978.png)
QOwnNotes is a text editor / notepad replacement with markdown support and todo list manager. The program supports themes, keyboard shortcuts, syntax highlighting, and encryption. Includes available nested file list, tags, search, and more. Optionally works with the notes application ownCloud or Nextcloud.

Cross-platform with clients available for Mac and Linux.

License:    GPL

Changelog

    there now is a new scripting command mainWindow.removeNoteTab(index) to close a note tab on a specific index (for #2592 )
        for more information please take a look at the MainWindow scripting documentation
    the snap deployment process is now working again (for #2588 )
    added more translation (thank you hansa2662, mguerra, chocolatine, venusgirl, amirkbrpr, rakekniven, noureddin)

[close]

http://www.qownnotes.org/
Titel: Vim 9.0.0270
Beitrag von: SiLæncer am 26 August, 2022, 10:10
Whats new:>>

Some values of 'path' and 'tags' invalid in the tiny version.

http://www.vim.org/index.php
Titel: TeXstudio 4.3.1
Beitrag von: SiLæncer am 27 August, 2022, 08:50
(https://i.postimg.cc/Fz8CktsG/screenshot-2846.png)
GPL-LaTeX-Editor, der das Erstellen von LaTex-Dokumenten in Unicode vereinfacht; unterstützt den Nutzer beim Schreiben mittels interaktiver Rechtschreibprüfung, Syntax-Highlighting, Code-Folding und automatischer Code-Vervollständigung.

Open Source

Changelog


- fix loading files various times if relative path is used for \include (#2533)
- fix custom verbatim highlighting (#2528)
- fix label highlighting (#2512)

[close]

http://texstudio.sourceforge.net/
Titel: Vim 9.0.0284
Beitrag von: SiLæncer am 27 August, 2022, 09:10
Changelog


    9.0.0284: using static buffer for multiple completion functions
    9.0.0283: cannot complete "syn list @cluster"
    9.0.0282: a nested timout stops the previous timeout
    9.0.0281: build failure without the +eval feature
    Update runtime files
    9.0.0280: the builtin termcap list depends on the version
    9.0.0279: the tiny version has the popup menu but not 'wildmenu'
    9.0.0278: the +wildignore feature is nearly always available
    9.0.0277: Coverity CI: update-alternatives not needed with Ubuntu 20.04
    9.0.0276: 'buftype' values not sufficiently tested
    9.0.0275: BufEnter not triggered when using ":edit" in "nofile" buffer
    9.0.0274: netrw plugin does not show remote files
    9.0.0273: Konsole termresponse not recognized
    9.0.0272: BufReadCmd not triggered when loading a "nofile" buffer
    9.0.0271: using INIT() in non-header files

[close]

http://www.vim.org/index.php
Titel: Scite 5.3.0
Beitrag von: SiLæncer am 27 August, 2022, 18:00
(https://s26.postimg.cc/fbkgceeux/screenshot_1241.png)
Editor mit Syntax-Highlighting, Auto-Completion, Folding und vielem mehr...

Open Source

Changelog


    Added change history which can display document changes (modified, saved, ...) in the margin or in the text.
    Add SC_MARK_BAR marker and INDIC_POINT_TOP indicator. SC_MARK_BAR is an outlined and filled rectangle that takes the full height of the line and 1/3 of the margin width. To give a connected appearance, it displays even on wrapped lines and draws end caps on the first and last line. INDIC_POINT_TOP is the same as INDIC_POINT but draws at the top of the line instead of the bottom. INDIC_POINT and INDIC_POINTCHARACTER were tweaked to be 1 pixel taller and 2 pixels wider in two-phase draw mode to be clearer. The translucency of INDIC_COMPOSITIONTHICK can be changed with SCI_INDICSETOUTLINEALPHA.
    Improve drawing of rounded rectangles on Direct2D.
    Line state optimized to avoid excess allocations by always allocating for every line. This makes SCI_GETMAXLINESTATE less useful although it can still distinguish cases where line state was never set for any lines. Feature #1441.
    Add SC_FOLDACTION_CONTRACT_EVERY_LEVEL option to contract every level for SCI_FOLDALL. Bug #2340.
    Enable multiline regex for gcc and clang when REGEX_MULTILINE defined. This requires gcc 11.3 or clang 14. Bug #2338.
    Stop including STYLE_CALLTIP when calculating line height. Allows a large font to be used for calltips without affecting text display. Bug #2341.
    Fix incorrect display of selection when printing in some modes. Bug #2335.
    Fix crash on Qt when showing autocompletion and the caret isn't on a screen. Move autocompletion onto screen when above it.

[close]

www.scintilla.org/SciTE.html
Titel: Trilium Notes 0.54.3
Beitrag von: SiLæncer am 27 August, 2022, 19:20
(https://i.postimg.cc/2yDgvbpj/screenshot-2595.png)
A hierarchical note-taking software application with focus on building large personal knowledge bases while also providing a flurry of options.

License: AGPL

Changelog

    Fixes overwriting attributes after clicking on a relation in the attribute editor, closes #3090
    Defensive programming #3089
    Trilium safe mode now disables GPU usage
    Fix creating virtual "none" note in becca, #3066
    Update demo document, closes #3061
    Fix falsy check in setting custom widget positions, closes #3060
    Fix "show recent note" button, closes #3051
    Add manifest.webmanifest into desktop make pwa install on ipad #3048

[close]

https://github.com/zadam/trilium
Titel: VNote 3.15.0
Beitrag von: SiLæncer am 27 August, 2022, 21:30
(https://s26.postimg.cc/871od8huh/screenshot_1147.png)
Peculiar yet interesting, open source piece of software that sports both Markdown editing capabilities and note management features.

MIT License

Whats new:>>

    Editor supports Word Count
    Add Open Windows panel
    Theme: add Vue-light theme
    Support default open mode
    NotebookSelector: support dynamic icons for notebooks

https://github.com/tamlok/vnote
Titel: KeenWrite 2.9.2
Beitrag von: SiLæncer am 28 August, 2022, 20:00
Changelog


    Changes:

    Fix variable data loss. When a leaf in the variable tree contained an empty value, the tree would be marked as not well-formed, resulting in the loss of all variables. Note how "reviewer" in the following screenshot has no associated value:

    variable-data-loss
    Rather than terminating the variable save process, the entire tree is now saved regardless, which prevents the variables from being lost. On subsequent import (i.e., re-running KeenWrite), the malformed leaf will be incorrect, but the rest of the tree will be preserved.

    To get a blank variable, ensure that the leaf has a value, albeit empty (no text content):

    variable-work-around
    Suppress blank metadata. Blank values are no longer exported as metadata. This allows the typesetting engine to perform different styling logic depending on whether said metadata is defined. See https://github.com/DaveJarvis/keenwrite-themes/blob/6600b0ed83cce881e0e2295adf259413a9f6ae2d/boschet/watermark.tex#L13 for an example of this mechanism.

    Export chapter range. Exporting can now collate a subset of chapters. For example:

    Create ten chapters each with some content (e.g., ch_01.md, ch_02.md, ch_03.md, ... ch_10.md).
    Open one of the chapters.
    Press Ctrl+p.

    Select a theme:

    keenwrite-export-01
    Press Enter.
    Select a filename (e.g., untitled.pdf)
    Wait for typesetting to finish.

    The current document is typeset. To typeset multiple chapters, continue as follows:

    Press Ctrl+Shift+P.
    keenwrite-export-02
    Select a theme.
    Set the chapter number range to: 2-6.
    Press Enter.
    Select a filename (e.g., untitled.pdf)
    Wait for typesetting to finish.
    Chapters 2-6 in the same directory as the chapter opened in the editor are typeset.
    Fix curling. Upgrade to KeenQuotes 2.0.6.
    Add "em" as an ambiguous contraction ("them" or the letter "em" or short for "Emily").
    Fix curling when commas are outside double quotes.

[close]

https://github.com/DaveJarvis/keenwrite
Titel: CudaText 1.169.2.0
Beitrag von: SiLæncer am 28 August, 2022, 21:00
(https://s26.postimg.cc/k6wu8qcrt/screenshot_901.png)
Create programming scripts with this powerful tool that supports more than 130 languages and allows users to work concurrently on as many as six groups of projects.

Freeware

Changelog
   

    Add: auto-completion in plugins: avoid listbox hiding/showing, when user presses Left/Right key in auto-completion
    Add: API allows LSP Client to show tooltips for gutter-icons when option "lint_type" is set to "d" (thanks @veksha)
    Change: Emmet now doesn't auto-pair 'unknown' tags (thanks Rickard)

[close]

https://cudatext.github.io/
Titel: RJ TextEd 15.61
Beitrag von: SiLæncer am 29 August, 2022, 21:00
(https://s26.postimg.cc/775l9vjeh/screenshot_593.png)
RJ TextEd - A Unicode source and text editor. RJ TextEd is a full featured text and source editor with Unicode support, syntax highlighting and code folding. The functionality extends beyond text files and includes support for HTML editing with integrated preview, spell checking, auto completion, HTML validation, templates and more. The program also include support for Topstyle Lite CSS editor, has a dual pane file commander, as well as a FTP client to upload your files. The editor uses language files to display menus and dialogs in different languages. There are several included languages. New language files can easily be created in the editor. RJ TextEd is also a simple web development tool. The editor can use auto completion and hints to assist you in editing your source code. You can preview HTML/ASP/PHP... code using one of the preview tabs or open a document in a browser. The editor does not only handle source code. It also handles true ASCII files, binary files and of course plain text files.

License: Freeware

Changelog

Emmet abbreviations (HTML)

Tags are first validated before expanded.

E.g. p[tab] should expand to but xyz[tab] should not expand to <xyz></xyz>. xyz is not a valid HTML tag.

Reload current document

All code folds are now opened and document re-scanned for folding areas.

Import/Export highlighter colors

Some items were not imported/exported properly, using the themes manager. I've added some missing items.

Fixed

    Issues with large files and really large lines.
    Several highlighting issues.
    Some position issues with Mini Toolbar.

[close]

http://www.rj-texted.se/
Titel: Vim 9.0.0337
Beitrag von: SiLæncer am 31 August, 2022, 09:40
Changelog


    9.0.0337: flicker when resetting cmdline_row after updating the screen
    9.0.0336: tests are flaky because of using a common file name
    Update runtime files
    9.0.0335: checks for Dictionary argument often give a vague error
    9.0.0334: test does not properly clean up
    9.0.0333: method test fails
    9.0.0332: overwrite check may block BufWriteCmd
    9.0.0331: cannot use items() on a string
    9.0.0330: method tests fail
    9.0.0329: ":highlight" hangs when 'cmdheight' is zero
    9.0.0328: OLD_DIGRAPHS is unused
    9.0.0327: items() does not work on a list
    9.0.0326: some changes for cmdheight=0 are not needed
    9.0.0325: MS-Windows: completion test fails
    9.0.0324: MS-Windows: resolve() test fails
    9.0.0323: using common name in tests leads to flaky tests
    9.0.0322: crash when no errors and 'quickfixtextfunc' is set
    9.0.0321: cannot use the message popup window directly
    9.0.0320: command line type of CmdlineChange differs from getcmdtype()
    9.0.0319: Godot shader files are not recognized
    9.0.0318: clearing screen causes flicker
    9.0.0317: when updating the whole screen a popup may not be redrawn
    9.0.0316: screen flickers when 'cmdheight' is zero
    9.0.0315: shell command is displayed in message window
    9.0.0314: VDM files are not recognized
    9.0.0313: using common name in tests leads to flaky tests
    9.0.0312: test for cmdheight zero fails
    9.0.0311: test for hit-Enter prompt fails
    9.0.0310: output of :messages dissappears when cmdheight is zero
    9.0.0309: invalid memory access when cmdheight is zero
    9.0.0308: when cmdheight is zero the attention prompt doesn't show
    9.0.0307: :echomsg doesn't work properly with cmdheight=0
    9.0.0306: buffer write message is two lines in message popup window
    9.0.0305: CI lists useless deprecation warnings
    9.0.0304: WinScrolled is not triggered when only skipcol changes
    9.0.0303: it is not easy to get information about a script
    9.0.0302: CI for Coverity is bothered by deprecation warnings
    9.0.0301: the message window popup is delayed after an error message
    9.0.0300: 'cpoptions' tests are flaky
    9.0.0299: error messages for setcmdline() could be better
    9.0.0298: compiler warning for size_t to int conversion
    9.0.0297: cursor position wrong after right aligned virtual text
    9.0.0296: message in popup is shortened unnecessary
    9.0.0295: GUI drop files test sometimes fails
    9.0.0294: crash when 'cmdheight' is 0 and popup_clear() used
    9.0.0293: messages window not hidden when starting a command line

[close]

http://www.vim.org/index.php
Titel: Vim 9.0.0343
Beitrag von: SiLæncer am 01 September, 2022, 06:25
(https://s26.postimg.cc/xww5nc4zt/screenshot_1282.png)
A highly configurable text editor built to enable efficient text editing - an improved version of the vi editor distributed with most UNIX systems.

Freeware

Whats new:>>

    9.0.0343: ColorScheme autocommand triggered when colorscheme not found
    9.0.0342: ":wincmd =" equalizes in two directions
    9.0.0341: mapset() does not restore <Nop> mapping properly
    9.0.0340: the 'cmdheight' zero support causes too much trouble
    9.0.0339: no check if the return value of XChangeGC() is NULL
    9.0.0338: return value of list_append_list() not always checked

http://www.vim.org/index.php
Titel: FocusWriter 1.8.2
Beitrag von: SiLæncer am 02 September, 2022, 04:41
(https://s26.postimg.cc/if0nmb60p/screenshot_947.png)
FocusWriter hilft Vielschreibern beim Verfassen von Texten. Die Textverarbeitung blendet alle Menüs und Leisten aus. So kann man sich beim Schreiben voll und ganz auf das Wesentliche konzentrieren.

Der Vollbild-Texteditor FocusWriter zeigt als Oberfläche absichtlich lediglich den blanken Text. Daher gelingt es leichter, störungs- und ablenkungsfrei zu schreiben. Auf Wunsch kann man auf zusätzliche Steuerelemente zugreifen und diese per Maus über die Bildschirmränder abrufen.

Außerdem kann bei FocusWriter eine Statuszeile mit der aktuellen Uhrzeit, einem Timer und Statistiken eingeblendet werden. Das geplante Arbeitspensum legt der Schreiber in den Einstellungen in Minuten oder Wörtern fest. Textart und -farbe werden hier ebenfalls ganz nach Wunsch bestimmt.

Mit FocusWriter können mehrere Dokumente parallel bearbeitet werden. Ein Speichern erfolgt im RTF-, ODT- oder TXT-Format. Standardmäßig zeigt die Freeware einen einfarbigen, nüchternen Hintergrund. Wer die Arbeitsumgebung etwas freundlicher und abwechslungsreicher gestalten möchte, kann die Farbe ändern und auch ein eigenes Bild als Hintergrund einblenden.

FocusWriter enthält alle Grundfunktionen einer Textverarbeitung inklusive Textformatierungen, einer Rechtschreibprüfung und dem Suchen und Ersetzen von Wörtern und Textausschnitten. Die Freeware spricht vor allem den Vielschreiber an, der sich allein auf den Text konzentrieren möchte.

Changelog


    FIXED: Could not change language in portable mode
    FIXED: Crashed during paste from context menu
    FIXED: First line indent was lost on empty paragraphs
    Always write RTF as Latin1
    Replaced ICU with iconv
    Improved Linux deployment
    Translation updates: German, Korean, Portuguese (Brazil), Russian, Swedish

[close]

http://gottcode.org/focuswriter/
Titel: Vim 9.0.0354
Beitrag von: SiLæncer am 02 September, 2022, 04:45
Whats new:>>

MS-Windows: starting a python server for test sometimes fails

http://www.vim.org/index.php
Titel: CudaText 1.170.0.0
Beitrag von: SiLæncer am 04 September, 2022, 09:30
(https://s26.postimg.cc/k6wu8qcrt/screenshot_901.png)
Create programming scripts with this powerful tool that supports more than 130 languages and allows users to work concurrently on as many as six groups of projects.

Freeware

Changelog
   

    Add: when file is deleted outside, show tab title in reddish color (theme color "tabs, special marks")
    Add: option "underline_color_files" must support modern variants of rgba() and hsla(); support color-angles in units deg/rad/grad/turn (thanks @eltonfabricio10)
    Add: option "py_caret_slow" (thanks @veksha)
    Add: lexer HTML: highlight background of <svg> blocks
    Change: bracket highlight is now performed near "on_caret_slow", ie after a pause
    Change: lexer CSS: don't highlight entire color-function calls as single token: rgba(...), hsla(...) etc
    Fix: fold-ranges from command "fold selected lines" often worked wrong
    Fix: incorrect width of group of some 'Latin extended' chars (thanks @dbgrgl)
    Fix: Addon Manager "Install from Git" ignored Git branch name on 'clone' action
    Fix: option "autocomplete_autoshow_chars" small bug

[close]

https://cudatext.github.io/
Titel: ImHex 1.22.0
Beitrag von: SiLæncer am 04 September, 2022, 18:30
(https://i.postimg.cc/8C9YTjjW/screenshot-3382.png)
An open-source editor that allows you to manipulate hexadecimal, binary data for writing optimal and well-performing apps, by displaying you content byte by byte.

Donationware

Changelog

    Additions:

    Added NoGPU releases for Windows and MacOS! Thanks a lot to @iTrooz
    This allows ImHex to run on Windows and MacOS machines that do not have any GPU available (as well as Virtual Machines without GPU forwarding)
    Keep in mind that the entire UI will be Software rendered in these versions so your CPU usage will be a lot higher than with the regular versions
    Added Korean Translation! Thanks a lot to @mirusu400
    Added New File... menu item and shortcut
    Added an error popup when an exception is being thrown in a Task

    Improvements:

    Patterns in the pattern data view are now automatically being sorted by their address instead of by their name
    Make sure all recent providers show up correctly

    Bug Fixes:

    Fixed providers not being closed correctly
    Fixed CTRL + F searching not working correctly in many cases
    Fixed filtering in the Find view when multiple files are loaded
    Fixed pattern source code not being loaded correctly from project files
    Fixed data analyzer displaying invalid data for files that are smaller than 16MiB
    Fixed AppImage not being able to make any web requests
    Fixed signed data inspector rows displaying invalid values
    Fixed pattern include paths not being respected correctly
    Fixed race condition when the evaluate pattern button is being spam clicked
    Fixed ImHex sometimes crashing when exiting
    Fixed json parse exceptions being thrown when web requests ran into timeouts
    Fixed window header always displaying (Read Only) even if the file isn't being opened as read only
    Fixed crash when closing a provider that's currently getting Diffd
    Fixed a crash when trying to resize a Read Only file

    Pattern Language:

    Added std::core library
    This library contains various "magic" functions to query information or change settings about patterns and the runtime
    To find out more about this library, check out its source code
    Rewrote entire Stack/Heap management
    This now finally allows you to properly pass types with dynamic sizes and layouts to functions
    This also fixes various issues with passing custom types to functions
    Added Debug mode to evaluator
    This mode can be enabled using the #pragma debug pragma
    When enabled, various information is being logged to the console and the pattern list will not get cleared if an error occurres
    [[format]] attribute functions can now return non-string types which will automatically be stringifyed when being displayed
    Fixed a crash when creating infinitely recursive types
    Fixed comments messing up error line information
    Fixed variables being placeable from inside of functions
    Fixed accessing global variables from within [[format]] functions
    Fixed a crash when using arrays in functions
    Fixed base address not being set properly in the pattern language
    Fixed unions placing patterns at incorrect offsets
    Fixed incorrect "Array expanded past end of the data" errors

[close]

https://github.com/WerWolv/ImHex
Titel: Vim 9.0.0381
Beitrag von: SiLæncer am 05 September, 2022, 18:10
Whats new:>>

    9.0.0381: writefile test leaves files behind
    9.0.0380: deleting files in tests is a hassle
    Revert part of patch merged twice
    9.0.0380: deleting files in tests is a hassle
    Update runtime files
    9.0.0379: cleaning up after writefile() is a hassle

http://www.vim.org/index.php
Titel: Vim 9.0.0392
Beitrag von: SiLæncer am 06 September, 2022, 05:15
Whats new:>>

inverted condition is a bit confusing

http://www.vim.org/index.php
Titel: Notepad++ 8.4.5
Beitrag von: SiLæncer am 07 September, 2022, 09:50
(https://i.postimg.cc/90QrsKpv/screenshot-818.png)
Notepad++ is a tabbed source code editor and Notepad replacement with a customizable interface. It is one of the few few source code editors that supports "folding," allowing users to quickly reduce and expand sections of code to see the overall document. In addition, it features multi-language syntax highlighting, auto-completion, regular expression search/replace, macro recording and playback, etc. The program can access a long list of plug-ins via an easy-to-access menu with even more features and functions.

License: GPL

Changelog


    Add reduce mode in Find/Replace dialog. (Implement #11780)
    Update to Scintilla 5.2.4 and Lexilla 5.1.8. (Implement #12022)
    Enhance very long line’s performance. (Fix #11942)
    Fix crash on Wine. (Fix #11941)
    Fix Notepad++ crash due to calling NPPM_GETLANGUAGENAME with -1 (WPARAM). (Fix #12009)
    Improve performance for “Find in Files” and "“Find all in…”. (Fix #11878)
    Add option to turn off selecting text when Field dialog is invoked. (Implement #11988)
    Fix drag n drop documents crash between 2 instances. (Fix #11976)
    Fix erasing part of content make hanging issue. (Fix #10193)
    Add an option for hiding the + ? ? from the menu bar. (Implement #11945)
    Add cycling function hints ability by ALT-UP/DOWN shortcuts. (Implement #11950)
    Add carret block after option. (Implement #11944)
    Fix detected language not being applied if Default languge is set in Document settings. (Fix #11504)
    Fix dark mode visual glichy in explorer panel under Windows 8.1. (Fix #11898)

[close]

DL -> https://github.com/notepad-plus-plus/notepad-plus-plus/releases

https://notepad-plus-plus.org/
Titel: Vim 9.0.0412
Beitrag von: SiLæncer am 08 September, 2022, 09:08
Changelog
   

9.0.0412: compiler warning for unused argument
9.0.0411: only created files can be cleaned up with one call
9.0.0410: struct member cts_lnum is unused
9.0.0409: #{g:x} was seen as a curly-braces expression
9.0.0408: GUI test sometimes fails on MS-Windows
9.0.0407: matchstr() does match column offset
9.0.0406: deferred functions not invoked when partial func exits
9.0.0405: arguments in a partial not used by a :def function
9.0.0404: crash when passing invalid arguments to assert_fails()
9.0.0403: 'equalalways' may be off when 'laststatus' is zero
9.0.0402: javascript module files are not recoginzed
9.0.0401: CI uses older clang version
9.0.0400: GUI test sometimes hangs on CI
9.0.0399: using :defer in expression funcref not tested
9.0.0398: members of funccall_T are inconsistently named
9.0.0397: :defer not tested with exceptions and ":qa!"
9.0.0396: :findrepl does not escape '&' and '~' properly
9.0.0395: clang warnings for function prototypes
9.0.0394: Cygwin: multibyte characters may be broken in terminal window
9.0.0393: signals test often fails on FreeBSD

[close]

http://www.vim.org/index.php
Titel: BirdFont 4.30.11
Beitrag von: SiLæncer am 09 September, 2022, 05:40
(https://s26.postimg.cc/rd1s4grdl/screenshot_137.png)
BirdFont is a free font editor that lets you create vector graphics and export TTF, EOT & SVG fonts.

Donationware

Whats new:>>

• Bug fixed in color fonts

https://birdfont.org/
Titel: Vim 9.0.0420
Beitrag von: SiLæncer am 09 September, 2022, 06:20
Whats new:>>

    9.0.0420: function went missing
    9.0.0419: the :defer command does not check the function arguments
    9.0.0418: manually deleting temp test files
    9.0.0417: Jsonnet files are not recognized
    9.0.0416: ml_get error when appending lines in popup window
    9.0.0415: on MS-Windows some tests are flaky
    9.0.0414: matchstr() still does not match column offset
    9.0.0413: ASAN reports a memory leak

http://www.vim.org/index.php
Titel: DocPad 29.1
Beitrag von: SiLæncer am 09 September, 2022, 06:35
(https://i.postimg.cc/2jBvfxyS/screenshot-2001.png)
Erweiterter Text-Editor als Alternative zu Notepad; bietet unter anderem eine Rechtschreibprüfung, eine anpassbare Toolbar sowie die Möglichkeit, Makros zu verwenden.

Freeware

Changelog

    Added the "Dictate" tool.
    Macros: added support for Numpad keys with Ctrl/Alt.
    Fixed: serious bug with loading skins.

[close]

http://www.gammadyne.com/docpad.htm
Titel: RJ TextEd 15.62
Beitrag von: SiLæncer am 10 September, 2022, 10:31
(https://s26.postimg.cc/775l9vjeh/screenshot_593.png)
RJ TextEd - A Unicode source and text editor. RJ TextEd is a full featured text and source editor with Unicode support, syntax highlighting and code folding. The functionality extends beyond text files and includes support for HTML editing with integrated preview, spell checking, auto completion, HTML validation, templates and more. The program also include support for Topstyle Lite CSS editor, has a dual pane file commander, as well as a FTP client to upload your files. The editor uses language files to display menus and dialogs in different languages. There are several included languages. New language files can easily be created in the editor. RJ TextEd is also a simple web development tool. The editor can use auto completion and hints to assist you in editing your source code. You can preview HTML/ASP/PHP... code using one of the preview tabs or open a document in a browser. The editor does not only handle source code. It also handles true ASCII files, binary files and of course plain text files.

License: Freeware

Changelog

    (S)FTP:

    A separate connection is now always created when saving a remote file.
    In previous versions, an existing connection was used if available.

    File Commander:

    The lists are now rebuilt when switching to the file commander tab. This
    will update the modified dates and possibly other changes done
    while on the editor tab.

    Printing:

    Made some changes to code and added more validations. Abort should work
    now as well (I hope).

    Fixed:

    Word wrap issue with variable width fonts.
    A few high DPI issues.
    Fixed a few issues in the color selection dialog

[close]

http://www.rj-texted.se/
Titel: ghostwriter 2.1.5
Beitrag von: SiLæncer am 10 September, 2022, 11:30
(https://s26.postimg.cc/ggug7e4nt/screenshot_965.png)
Write, edit and preview your texts using Markdown with the help of this all-encompassing and user-friendly Markdown editor.

License : GPLv3

Changelog

    Fixed:

    When renaming a file, file will now be saved even if the new file name already exists, provided the user chooses to proceed from the warning dialog.
    Spell check dialog no longer eats HTML angle brackets when showing the context around a misspelled word.
    Application now supports Qt 6 while maintaining backward compatibility with Qt 5.
    Various under-the-hood refactoring/improvements have been added.
    CSS and QSS style sheets now support SASS-style variables.
    Hover and pressed button effects have been added to improve visibility.
    User interface component icons and text have had their coloring adjusted to better meet WCAG accessibility standards.
    Issues , 803, and 809: To prevent the equation and typing duplication in math equations, math rendering has been restricted to the Pandoc processor. All other Markdown processors will no longer render math, since special preprocessing is required that only Pandoc does.
    Added a command line option --disable-gpu to disable GPU acceleration to allow users to bypass a Windows bug in Qt 6 where full screen windows having an OpenGL component (in this case, QWebEngineView) cannot display menus (popups, menus from the menu bar).

[close]

https://wereturtle.github.io/ghostwriter/
Titel: QOwnNotes 22.9.0
Beitrag von: SiLæncer am 10 September, 2022, 18:50
(https://s26.postimg.cc/hoi1ahlcp/screenshot_978.png)
QOwnNotes is a text editor / notepad replacement with markdown support and todo list manager. The program supports themes, keyboard shortcuts, syntax highlighting, and encryption. Includes available nested file list, tags, search, and more. Optionally works with the notes application ownCloud or Nextcloud.

Cross-platform with clients available for Mac and Linux.

License:    GPL

Changelog

    The settings dialog opening time was improved a lot (for #2574
    (opens new window), thank you, @Waqar144)
    You can now specify file patterns of note files to ignore as regular expressions in the Panels settings (for #2580
    (opens new window))
    Added more translation (thank you venusgirl, noureddin, chocolatine, hansa2662, rakekniven, milotype, amyla77, mguerra)

[close]

http://www.qownnotes.org/
Titel: CudaText 1.170.5.1
Beitrag von: SiLæncer am 11 September, 2022, 09:00
(https://s26.postimg.cc/k6wu8qcrt/screenshot_901.png)
Create programming scripts with this powerful tool that supports more than 130 languages and allows users to work concurrently on as many as six groups of projects.

Freeware

Changelog
   

    Add: few APIs for LSP Client
    Add: better calculate wrap positions for CJK text (thanks @lookoutside)
    Add: Addon Manager: add option "Verify HTTPS certificates" (thanks @veksha, @ViCrack)
    Fix: regression in 1.167: Down-arrow from long wrapped line, to the last short line
    Fix: after mouse wheel zoomimg, scrollbar position becomes very incorrect (thanks @veksha)
    Fix: "mouse_wheel_zoom":false -> Ctrl+wheel jumps to file beginning
    Fix: too wide combobox-arrow if Windows scale is 200%

[close]

https://cudatext.github.io/
Titel: Vim 9.0.0439
Beitrag von: SiLæncer am 11 September, 2022, 09:40
(https://s26.postimg.cc/xww5nc4zt/screenshot_1282.png)
A highly configurable text editor built to enable efficient text editing - an improved version of the vi editor distributed with most UNIX systems.

Freeware

Changelog


    9.0.0439: cursor wrong if inserting before line with virtual text above
    9.0.0438: cannot put virtual text above a line
    9.0.0437: no error when custom completion function returns wrong type
    Update runtime files
    9.0.0436: CI: running tests in parallel causes flakiness
    9.0.0435: compiler warning for uninitialized variable
    9.0.0434: gitignore files are not recognized
    9.0.0433: Coverity warns for not checking allocation failure

[close]

http://www.vim.org/index.php
Titel: BabelPad 15.0.0.1
Beitrag von: SiLæncer am 11 September, 2022, 10:10
(https://s26.postimg.cc/nk8fxilwp/screenshot_1310.png)
BabelPad is a free Unicode text editor and word processor for Windows that supports the proper rendering of most complex scripts, and allows you to assign different fonts to different scripts in order to facilitate multi-script text editing.

Freeware

Changelog

    Updated Unicode data for Unicode 15.0.0 data.
    Updated Emoji data for Emoji 15.0.
    Updated IVD data for 2022-09-13 version.
    Updated for CLDR 41.
    Implemented all changes for BabelMap v. 14.0.0.3 that are common to BabelPad.
    Improved font auto-configuration options to allow exclusion of all fonts starting with the same name by prefixing the name with an @ sign (e.g. "@BabelStone" to exclude all BabelStone fonts).
    Renamed "Simple Rendering" and "Complex Rendering" modes as "Glyph Mode" and "Text Mode" respectively.
    Added a "Colour Glyphs" option under the "Fonts" menu (also a new toggle button on the main toolbar, and keyboard shortcut Ctrl+7). When checked, polychromatic glyphs in COLR/CPAL format fonts will be rendered in colour, both in glyph mode and text mode. This option supports simple polychromatic glyphs and polychromatic character sequences (e.g. emoji sequences, flag sequences, and tag sequences), including support for very complex family emoji sequences in the Segoe UI Emoji font, where multiple contextual glyph substitution and glyph positioning operations are required to render the emoji glyph correctly. NB in colour mode (using the Babel rendering system), selecting some of the characters of a multi-character sequence for a colour glyph results in partial highlighting of the glyph, whereas in non-colour mode (using the Windows Uniscribe API) the whole glyph is selected even when only some of the corresponding characters are selected. Note also that colour mode supports some character sequences such as flag tag sequences that are not supported by Uniscribe in non-colour mode (so flag tag sequences supported in a COLR/CPAL font will be rendered correctly in colour mode, but as the fallback black flag in non-colour mode). NB Only simple RGB colours are supported: colour gradients (available in COLR version 1) are not supported; and the alpha channel (transparency or opacity) is currently ignored.
    If a single emoji character or single emoji character sequence is selected, hovering the mouse over the selection will show the emoji name or description.
    New option under the "Options: Display Colours" menu to allow the user to define the background colour and text colour (and colour of selected text for glyph mode only).
    Fully supports the Last Resort High-Efficiency font, which uses a Format 13 cmap subtable.
    Under the "Tools: Test Utilities" menu, added an experimental OpenType Test Framework for rendering text with OpenType features using BabelPad's own rendering system.
    Updated support for GB 18030 to the 2022 edition of the standard. Added options to read files as GB 18030-2000, GB 18030-2005, or GB 18030-2022.
    Added a "Status Bar" option that allows you to toggle display of algorithmic character names on the status bar, and toggle the display of source references for CJK and Tangut characters on the status bar.
    Added an option to the Sort dialog to either sort blank rows/cells at the start or at the end.
    Fixed issue whereby BabelPad appears to freeze if you open the Font Configuration dialog or the Font Analysis dialog, select a Unicode block with no fonts, and then press the "Options" or "Font Info" button.
    Various minor bug fixes and enhancements for editing.
    Printing has been temporarily disabled in the version of BabelPad. It will be re-enabled in a future version.

[close]

http://www.babelstone.co.uk/index.html
Titel: KeenWrite 2.9.4
Beitrag von: SiLæncer am 11 September, 2022, 19:30
(https://i.postimg.cc/3w8rCcRs/screenshot-2904.png)
Java-based text editor that comes with numerous features, such as live preview, formulas, Markdown support and string interpolation.

BSD License

Changelog


    Return to most recently edited file tab and position in the file after re-running KeenWrite.
    Migrate from Apache Batik to EchoSVG, comes with numerous SVG improvements.
    Fix bug whereby SVG diagram downloaded from Kroki can get overwritten (results in blank SVG images in the PDFs).
    Persist chapter export setting when combining multiple files (e.g., 1-5).
    Inject a new line between chapters when concatenating (fixes Markdown breakage).
    Add rjson library to Renjin; import using library( 'org.renjin.cran:rjson' ).
    Fix NullPointerException when opening multiple files is cancelled.

[close]

https://github.com/DaveJarvis/keenwrite
Titel: Vim 9.0.0447
Beitrag von: SiLæncer am 12 September, 2022, 05:10
Whats new:>>

    9.0.0447: using :echowin while at the hit-enter prompt causes problems
    9.0.0446: message window may be positioned too low
    9.0.0445: when opening/closing window text moves up/down
    9.0.0444: trying to declare g:variable gives confusing error
    9.0.0443: blueprint files are not recognized
    9.0.0442: virtual text "above" doesn't handel line numbers
    9.0.0441: closure in for loop test fails on some systems
    9.0.0440: crash when using mkdir() with "R" flag in compiled function

http://www.vim.org/index.php
Titel: Trilium Notes 0.55.0 Beta
Beitrag von: SiLæncer am 13 September, 2022, 05:50
(https://i.postimg.cc/2yDgvbpj/screenshot-2595.png)
A hierarchical note-taking software application with focus on building large personal knowledge bases while also providing a flurry of options.

License: AGPL

Changelog

    Fix max content width not working, fixes #3056
    Fix UTF-8 file name encoding for uploads, fixes #3013
    Fix relation map crash on missing inverse pair, fixes #3055
    Add shareDescription
    Filter excludeFromNoteMap from backlinks
    Add HTTP compression
    Rate limit the /auth/login route of ETAPI
    Focus autocomplete on new tab even if there are workspaces, fixes #3083
    Remove all alert() usages, fixes #3086
    Fix share.js in case there's no menu
    Limit max imported file size to 250 MiB, #3108
    Add support for the persistent #sortDirection and #sortFoldersFirst (one time UI action exists), closes #3046
    Small fixes to tray and closing windows
    Focus existing window on port conflict, closes #3036
    Remove port scanning for an available port #3036
    Added Montserrat-Regular.ttf to fix boldness on mac, closes #3094
    Separated editable code buttons into separate widget which also fixes scrolling issue

[close]

https://github.com/zadam/trilium
Titel: Vim 9.0.0453
Beitrag von: SiLæncer am 13 September, 2022, 06:15
Whats new:>>

    9.0.0453: on an AZERTY keyboard digit keys get the shift modifier
    9.0.0452: Visual highlighting extends into virtual text prop
    9.0.0451: virtual text "above" does not work with 'nowrap'
    Add missing part of patch
    9.0.0450: return value of argument check functions is inconsistent
    9.0.0449: there is no easy way to translate a key code into a string
    9.0.0448: SubRip files are not recognized

http://www.vim.org/index.php
Titel: HelpNDoc 8.1.0 Build 243
Beitrag von: SiLæncer am 13 September, 2022, 19:50
(https://s26.postimg.cc/n8qdqw1ix/screenshot_994.png)
HelpNDoc provides all the tools necessary to write complete help files, manuals and documentations in a user friendly and very easy to use environment. HelpNDoc can generate standard Windows CHM help files, WEB based documentation, iPhone specific websites as well as printable PDF and Word documents.

HelpNDoc is completely free for personal use and evaluation purposes.

Changelog

    New post-build actions: run specific actions after the build process. First actions included: Show message and Run script
    It is now possible to select a snippet as the default content of a newly created topic in the project's automated settings
    New option to display smaller library items. When activated, non resizable items such as documents, snippets and HTML code are drawn smaller in the topic editor
    Use the CTRL keyboard shortcut while applying style to reset any overrides applied to the selected content
    Last edited template is now stored for each projects so that it is the default one selected next time the template editor is opened
    Topic editor's right click popup menu now includes "Paste as text" and "Paste special" sub-menu for quicker access to those actions
    Topic modification date and time is now correctly updated when the topic content changes
    Greatly improved code editor which is now faster to draw content and scroll, and includes multiple bug fixes and enhancements
    An exception could be raised when decrypting content with an invalid password
    Exporting a library item to an existing file now displays a confirmation message to avoid data loss
    Improved script execution engine for faster and more reliable execution, and additional pascal-based language support
    Unneeded files removed from the installer to make it slightly smaller
    Improved some syntax highlighters to improve the supported language elements
    Script editor popup now display user scripts before system scripts as they are more likely to be used more often
    Improved HND project file handling: faster comparison for binary data, performance improvements, bug and security fixes
    User interface refinements, fixes and improvements for Windows 11 and high DPI screens
    Debug engine has been improved and strengthened for easier and faster bug spotting and resolution

[close]

http://www.helpndoc.com/
Titel: QOwnNotes 22.9.1
Beitrag von: SiLæncer am 13 September, 2022, 21:30
(https://s26.postimg.cc/hoi1ahlcp/screenshot_978.png)
QOwnNotes is a text editor / notepad replacement with markdown support and todo list manager. The program supports themes, keyboard shortcuts, syntax highlighting, and encryption. Includes available nested file list, tags, search, and more. Optionally works with the notes application ownCloud or Nextcloud.

Cross-platform with clients available for Mac and Linux.

License:    GPL

Changelog

    the tag name line edit will now be properly hidden after an existing tag was
    recognized and added when pressing Tab (for #2607 )
    there now is a new scripting command mainWindow.jumpToTag(tagId) to
    jump to a tag in the tag tree (for #2584 )
        for more information please take a look at the
        MainWindow scripting documentation
    the tooltip for specifying file patterns of note files to ignore as regular expressions
    in the Panels settings was fixed (for #2580 )

[close]

http://www.qownnotes.org/
Titel: Vim 9.0.0459
Beitrag von: SiLæncer am 14 September, 2022, 09:10
Whats new:>>

    Vim9: block in for loop doesn't behave like a code block
    Splitting a line with a text prop "above" moves it down
    Substitute prompt does not highlight an empty match
    Function called at debug prompt is also debugged
    A few problems with 'splitscroll'
    Incorrect color for modeless selection with GTK

http://www.vim.org/index.php
Titel: BabelPad 15.0.0.2
Beitrag von: SiLæncer am 14 September, 2022, 11:10
Whats new:>>

Fixed minor bug in the Unicode Scripts tool where scripts added in version 15.0 did not show the correct Unicode version.

http://www.babelstone.co.uk/index.html
Titel: ghostwriter 2.1.6
Beitrag von: SiLæncer am 14 September, 2022, 20:10
(https://s26.postimg.cc/ggug7e4nt/screenshot_965.png)
Write, edit and preview your texts using Markdown with the help of this all-encompassing and user-friendly Markdown editor.

License : GPLv3

Changelog

    Fixed:

    Changed Classic theme's dark mode selection color from the light mode's color to the appropriate dark color.
    Changed live preview's code block styling to scroll on overflow.
    Fixed regression in translations failing to load.

[close]

https://wereturtle.github.io/ghostwriter/
Titel: Vim 9.0.0467
Beitrag von: SiLæncer am 15 September, 2022, 06:25
Whats new:>>

    9.0.0467: build failure
    9.0.0466: virtual text wrong after adding line break after line
    9.0.0465: cursor moves when cmdwin is closed when 'splitscroll' is off
    9.0.0464: with virtual text "above" indenting doesn't work well
    9.0.0463: command line test leaves directory behind
    9.0.0462: ASAN warning for integer overflow
    9.0.0461: 'scroll' is not always updated
    9.0.0460: loop variable can't be found

http://www.vim.org/index.php
Titel: ImHex 1.23.0
Beitrag von: SiLæncer am 16 September, 2022, 05:50
(https://i.postimg.cc/8C9YTjjW/screenshot-3382.png)
An open-source editor that allows you to manipulate hexadecimal, binary data for writing optimal and well-performing apps, by displaying you content byte by byte.

Donationware

Changelog

    Added many new Copy As... options:

    Current Address
    Base64
    Lua array
    Go array
    Crystal array
    Swift arrary
    Pascal array
    Added zsync file to releases. Thanks a lot to @iTrooz
    This file can be used to auto-update the AppImage
    Added "Require full match" toggle to Regex finder
    Added reset button to Find view to clear the currently found items
    Pattern Database files are now included by default in the Flatpak build. Thanks to @ColinKinloch
    Added support to open multiple files at once through the command line

    Improvements:

    Improved formatting of ASCII Text area and HTML Copy as... output
    Disabled FPS displaying in release builds
    Improved rendering of patterns in the pattern data view
    Removed unused space in hex editor footer
    Improved load times of ImHex on some systems
    Pattern evaluation can now be aborted with the task stop button

    Bug Fixes:

    Fixed crash when resizing a file
    Fixed graphical artifacts on welcome screen footer
    Fixed welcome screen settings button only working sometimes
    Fixed rendering of pattern array entries
    Fixed searching for invalid sequences in the Find view to yield way too many results
    Fixed sequence escape codes being parsed incorrectly
    Fixed opening files in an existing instance of ImHex not always working correctly
    Fixed the dangerous function popup reappearing constantly

    Pattern Language:

    Added support for enum ranges
    If values in a range have the same meaning, you can now use MY_ENUM_VALUE = 0x10 ... 0x20 to have the formatter display all values in that range as such.
    Added references
    If you need to use a variable in a function without copying it onto the heap (for performance reasons or if you have pointers inside your structure), you can now use the ref keyword before your parameter type to turn it into a reference.
    Added #ifdef, #ifndef, #endif, #error and #define without a value
    Applications can also set their own global defines, for example ImHex sets the __IMHEX__ and __IMHEX_VERSION__ macro by default
    Allow using declarations to change the name of builtin types
    Added optional endian parameter to std::mem::read_unsigned and std::mem::read_signed
    Improved Lexer, Parser and Preprocessor performance
    Massively improved function call and formatting performance
    Improved color highlighting
    Improved bitfield value visualization
    Bitfields are now displayed as { FLAG_A | FLAG_B | VALUE(123) }
    Fixed out of bounds read when having a comment at the end of the file
    Fixed local variable assignments not always working correctly
    Fixed cast issues when passing enums to functions
    Fixed pattern limit from applying after evaluation has already finished
    Fixed #pargma once not working correctly
    Fixed subtraction of two unsigned values yielding unexpected results
    Fixed stringifying variables not outputting their formatted value
    Fixed casts incrementing current offset
    Fixed reading bytes when a non-zero base address is being used
    Fixed parsing of attributes following r-values

[close]

https://github.com/WerWolv/ImHex
Titel: Vim 9.0.0475
Beitrag von: SiLæncer am 16 September, 2022, 06:15
Whats new:>>

    9.0.0475: not using deferred delete in tests
    9.0.0474: fullcommand() test failure
    9.0.0473: fullcommand() only works for the current script version
    9.0.0472: virtual text "below" doesn't show in list mode
    9.0.0471: no test for what patch 9.0.0469 fixes
    9.0.0470: in :def function all closures in loop get the same variables
    9.0.0469: cursor moves if cmdwin is closed when 'splitscroll' is off
    9.0.0468: exectution stack underflow without the +eval feature

http://www.vim.org/index.php
Titel: PSPad 5.0.7 Build 735 Dev
Beitrag von: SiLæncer am 16 September, 2022, 09:07
(http://images.six.betanews.com/screenshots/1076948037-1.png)
PSPad is a universal freeware editor. There is no complex install process; the program is ready to work immediately, without requiring customization. It supports many file types and languages, with syntax highlighting. There are macros, clip files and templates to automate repetitive activities. An integrated HEX Editor, Project support, FTP Client, Macro Recorder, File Search/Replace, Code Explorer, code page conversion, are just some of the many possibilities that PSPad can offer you.

Freeware

Changelog

    News:

    OpenSSL libraries update
    General highlighter supports user defined regions using #REGION ... #ENDREGION in code
    Left guttter track changes colors are adapting to dark/light background
    ASCII chart - added TAB

    Fixes:

    Find / Copy or List - redraw slows down whole process
    Macro - play macro with clipboard handling
    Project tree - missing last letter of the project name
    File tam context menu - copy file name doesn't include path
    Other fixes reported by users

[close]

http://www.pspad.com/
Titel: SimpleHyp 2.5
Beitrag von: SiLæncer am 16 September, 2022, 19:50
(https://i.postimg.cc/QCj65ZLq/screenshot-1918.png)
Easy-to-use HTML editor with syntax highlighting support, predefined HTML tags, basic text conversion features, and design preview.

Freeware

https://www.gunamoi.com.au/soft/simplehyp/index.html
Titel: HelpNDoc 8.1.1.247
Beitrag von: SiLæncer am 16 September, 2022, 20:30
(https://s26.postimg.cc/n8qdqw1ix/screenshot_994.png)
HelpNDoc provides all the tools necessary to write complete help files, manuals and documentations in a user friendly and very easy to use environment. HelpNDoc can generate standard Windows CHM help files, WEB based documentation, iPhone specific websites as well as printable PDF and Word documents.

HelpNDoc is completely free for personal use and evaluation purposes.

Changelog

    HelpNDoc could display an error about missing DLLs in some languages
    Floating license key checks could return an invalid key error when it was in fact valid

[close]

http://www.helpndoc.com/
Titel: Vim 9.0.0494
Beitrag von: SiLæncer am 18 September, 2022, 09:40
(https://s26.postimg.cc/xww5nc4zt/screenshot_1282.png)
A highly configurable text editor built to enable efficient text editing - an improved version of the vi editor distributed with most UNIX systems.

Freeware

Changelog


    9.0.0494: small build misses float function declaraitons
    9.0.0493: Perl test fails
    9.0.0492: cmdwin test fails on MS-Windows
    9.0.0491: no good reason to build without the float feature
    9.0.0490: using freed memory with cmdwin and BufEnter autocmd
    9.0.0489: using "end_lnum" with virtual text causes problems
    9.0.0488: cursor wrong with virtual text "above" and 'showbreak'
    9.0.0487: using freed memory with combination of closures
    9.0.0486: text scrolled with 'nosplitscroll', autocmd win and help
    9.0.0485: in :def function all closures in loop get the same variables
    9.0.0484: in :def function all closures in loop get the same variables

[close]

http://www.vim.org/index.php
Titel: ghostwriter 2.2.0
Beitrag von: SiLæncer am 18 September, 2022, 19:40
(https://s26.postimg.cc/ggug7e4nt/screenshot_965.png)
Write, edit and preview your texts using Markdown with the help of this all-encompassing and user-friendly Markdown editor.

License : GPLv3

Changelog

    Fixed:

    Issue #813: Opening the app after a fresh install no longer complains of a file backup error when text is entered.
    Issue #815: Invoking the app from the command line with a non-existent file path specified will now create an empty file for the path.
    Spaces are now properly underlined in emphasized text when emphasis style option is set to underline.

    Added:

    A line break symbol is now drawn at the end of lines having two trailing spaces to designate a line break.

[close]

https://wereturtle.github.io/ghostwriter/
Titel: CudaText 1.171.0.0
Beitrag von: SiLæncer am 18 September, 2022, 21:20
(https://s26.postimg.cc/k6wu8qcrt/screenshot_901.png)
Create programming scripts with this powerful tool that supports more than 130 languages and allows users to work concurrently on as many as six groups of projects.

Freeware

Changelog
   

    Add: when editing too long lines (2000+ chars), editor turns lexer off for a few seconds. That is to prevent caret rendering glitches on such lines. Option is added for this: "max_line_len_for_editing_keeping_lexer".
    Add: few APIs for LSP Client
    Add: better calculate wrap positions for CJK text (thanks @lookoutside)
    Add: Addon Manager: add option "Verify HTTPS certificates" (thanks @veksha, @ViCrack)
    Add: option "renderer_anti_flicker" is now per-lexer (before it was global)
    Fix: option "renderer_anti_flicker":20 gave regression in FindInFiles4 plugin's UI
    Fix: default value of "key_left_right_wrap_with_carets" was not like default.json tells (thanks @cser)
    Fix: in some cases, Delete/typing command with multi-carets places multi-carets wrong (thanks @cser)
    Fix: regression in 1.169.2: Emmet engine broken
    Fix: regression in 1.167: Down-arrow from long wrapped line, to the last short line
    Fix: after mouse wheel zoomimg, scrollbar position becomes very incorrect (thanks @veksha)
    Fix: "mouse_wheel_zoom":false -> Ctrl+wheel jumps to file beginning
    Fix: too wide combobox-arrow if UI scale is big (thanks @kuannng)

[close]

https://cudatext.github.io/
Titel: Vim 9.0.0500
Beitrag von: SiLæncer am 19 September, 2022, 05:10
Whats new:>>

    When quitting cmdline window with CTRL-C it remains visible
    In :def function list created after const is locked
    Various small issues
    Update runtime files
    LyRiCs files are not recognized
    No good reason to keep supporting Windows-XP
    Closure doesn't work properly in nested loop

http://www.vim.org/index.php
Titel: BabelPad 15.0.0.3
Beitrag von: SiLæncer am 19 September, 2022, 05:20
(https://s26.postimg.cc/nk8fxilwp/screenshot_1310.png)
BabelPad is a free Unicode text editor and word processor for Windows that supports the proper rendering of most complex scripts, and allows you to assign different fonts to different scripts in order to facilitate multi-script text editing.

Freeware

Whats new:>>

Fixed errors in Unicode statistics for versions 14.0 and 15.0.

http://www.babelstone.co.uk/index.html
Titel: Black NotePad 2.1.3.17
Beitrag von: SiLæncer am 19 September, 2022, 21:50
(https://s26.postimg.cc/lj0xxiynt/screenshot_1281.png)
Black NotePad was created as an alternative to the Notepad program of Windows operating systems. While retaining the original functions, Black NotePad improves manageability, contains important new functions, and greatly enhances program compatibility in terms of the edited text.

Freeware

Whats new:>>

    Add: Undo button
    Add: Tooltips
    Add: Terms of use

https://www.wintools.info/index.php/black-notepad
Titel: PilotEdit Lite 16.8.0
Beitrag von: SiLæncer am 20 September, 2022, 05:20
(http://www.pilotedit.com/images/OpenInQuickMode.PNG)
PilotEdit is a text, hex, XML, C/C++, HTML, PHP, Java, Javascript and Perl editor that can edit large files of 400GB (40 billion lines).

It offers customizable syntax and keyword highlighting, advanced search and replace operations, automatic text encoding, 256-bit AES encryption/decryption and a built-in FTP/SFTP client lets you open, edit, download and upload large files directly to/from a FTP/SFTP server.

In addition to standard text editing features, PilotEdit can compare and merge two large files of 100GB (10 billion lines). You can also sort, find/remove duplicate lines and extract strings over a large file of 1GB.

Freeware

Zitat
PilotEdit 16.8.0 includes improvements over UI

http://www.pilotedit.com/
Titel: Vim 9.0.0507
Beitrag von: SiLæncer am 20 September, 2022, 12:41
Whats new:>>

Cmdline cleared when using :redrawstatus in CmdlineChanged

http://www.vim.org/index.php
Titel: ImHex 1.23.2
Beitrag von: SiLæncer am 20 September, 2022, 18:20
(https://i.postimg.cc/8C9YTjjW/screenshot-3382.png)
An open-source editor that allows you to manipulate hexadecimal, binary data for writing optimal and well-performing apps, by displaying you content byte by byte.

Donationware

Changelog

    Bug Fixes:

    Actually fixed ImHex crashing on some Linux systems when trying to open a file

[close]

https://github.com/WerWolv/ImHex
Titel: Vim 9.0.0525
Beitrag von: SiLæncer am 21 September, 2022, 09:10
Changelog


    9.0.0525: manually deleting temp test files
    9.0.0524: build instructions for MS-Windows are outdated
    9.0.0523: more compiler warnings for arguments in small version
    9.0.0522: build fails on Appveyor
    9.0.0521: compiler warns for unused argument in small version
    9.0.0520: declaring a loop variable at the start of a block is clumsy
    9.0.0519: the win_line() function is much too long
    9.0.0518: virtual text highlight starts too early with 'nowrap'
    9.0.0517: when at the command line :redrawstatus does not work well
    9.0.0516: virtual text "above" highlights gap after it
    9.0.0515: virtual text highlight starts too early when 'number' is set
    9.0.0514: terminal test sometimes hangs
    9.0.0513: may not be able to use a pattern ad the debug prompt
    9.0.0512: cannot redraw the status lines when editing a command
    9.0.0511: unnecessary scrolling for message of only one line
    9.0.0510: Chatito files are not recognized
    9.0.0509: confusing error for "saveas" command with "nofile" buffer
    9.0.0508: when the channel test fails there is no clue why

[close]

http://www.vim.org/index.php
Titel: TEA 61.1.0
Beitrag von: SiLæncer am 21 September, 2022, 19:20
(https://s26.postimg.cc/h1i60dicp/screenshot_255.png)
TEA is a graphical text editor. Its name is an acronym for Text Editor of the Atomic Era. It is designed for low resource consumption, a wide range of functions and adaptability.

License: GPLv3

Changelog

    This release fixes "Find in files" function and TEA default theme. Meet the new option - "Options - Interface - Show tabs and spaces".
    Also, for Qt6 builds, "Functions - Math - Subtitles: shift timecodes by msecs" function can shift timecodes in SRT and Youtube subtitles. Put msecs to FIF. msecs can be negative, i.e "-2000" shifts timecodes by 2000 msecs earlier.

[close]

http://semiletov.org/tea/
Titel: Google Web Designer 15.0.0.0913
Beitrag von: SiLæncer am 21 September, 2022, 22:30
(https://i.postimg.cc/1zmQ8Bbd/screenshot-1406.png)
Google Web Designer allows you to create engaging, interactive HTML5-based designs and motion graphics that can run on any device. Let us handle the HTML5 and CSS3 so you're free to focus on what you love to do: creating gorgeous visual experiences. A full design suite lets you easily bring any vision to life. If you're feeling more hands-on, all the code behind your designs is hand-editable, so you're never locked out of your own work. Your ideas are now amplified by code - not restricted by it.

Freeware

Changelog

    Accessibility - Keyboard navigation:

    More comprehensive keyboard navigation functionality lets you access Google Web Designer's interface using keypresses.
    Use the Tab key (and Shift+Tab) and the arrow keys to move between different parts of the interface.
    Toggle or activate buttons and other interface elements with the space bar and the Enter key.

    Animated GIF:

    You can now build animated GIFs in Google Web Designer, using the video creation workflow.
    "Animated GIF" is available as an ad type when creating a new blank file.
    You can also export video documents as animated GIFs when publishing.
    Preview your GIF files immediately after export.
    Take advantage of multi-size layouts and variants to produce GIFs of different sizes and with different content, all from the same document.

    Audio editing:

    Volume envelopes let you change the volume of audio clips in your video projects.
    Control the volume of your audio at any point during playback by adding and moving envelope nodes.
    Select from a variety of fade types when changing volume.

    Content sharing across documents:

    Copying and pasting is now supported between more document types.
    Copy content across video, image, and non-AMPHTML documents.
    Content that's not supported in the destination document will be modified or omitted.

    Document type conversion:

    You can convert most HTML documents to a video or image ad.
    Most types of HTML ads (excluding AMPHTML ads) and HTML documents with pages have the option to convert to a video or an image ad in the File menu.
    Choose how to scale content if you want your video or image ad to be a different size.

    Element selection from panels:

    Elements listed in the Events or Dynamic panels can now be selected directly from the panel.
    Right-click the target, receiver, or bound element in the panel to see the option to select the element.
    Hidden or locked elements will be shown or unlocked when selected.

    Layer visibility:

    Control when an element is visible during the animation timeline.
    Set visibility ranges in the timeline for elements that are only briefly needed.
    Outside of its visibility range, an element behaves as though it's hidden and locked.
    Double-click a layer to select all animation in that layer and easily shift its visibility range.

    Multi-size layouts for video:

    Use the responsive workflow to create videos of different sizes from the same document.
    Enable a multi-size layout when creating a new video file, or in the Responsive panel for existing video documents.
    Select from a set of common video dimensions, or add custom sizes.
    Each size is published as a separate file.

    Publish individual sizes of a responsive document:

    Responsive documents can now be published as non-responsive single sizes.
    The "Export sizes individually" checkbox can be found in the Publish dialog when publishing locally.
    A separate export will be generated for each selected size.

    Responsive: Fluid layout and flexbox:

    New options for fluid layout and flexbox are now available.
    Automatically arrange elements into flexible rows or columns by using flexbox (the CSS Flexible Box Module).
    Anchor elements to maintain their alignment either horizontally or vertically.
    Set minimum and maximum widths and heights for elements.

    Text effects:

    Add animated effects to your text with the new Text Effects panel.
    Choose from a number of effects, such as scrolling or a typewriter effect.
    Customize each effect's timing and appearance.

    Text spacing:

    Additional fields in the Text panel and the Text tool options bar let you configure text spacing.
    Adjust the line height of text from the 120% default.
    Set the spacing between letters.

    Track height adjustment:

    Resize audio and video tracks in the timeline.
    Expand tracks to better see audio waveforms and video thumbnails.
    Minimize tracks to better focus on other parts of the timeline.

    Upload videos and images to the Ads Creative Studio Asset library:

    If you have an Ads Creative Studio account, you can add video and images to the Asset library directly from Google Web Designer.
    The new upload option can be found in the Publish menu for video and image ads.
    Select the destination folder in the Asset library or create a new one.

    Video enhancements:

    A number of improvements have been made to the video ad workflow.
    Configure the H.264 profile, video bitrate, and audio bitrate of video exports.
    Use the new Razor tool to split audio and video clips in the timeline.
    The playhead no longer moves when clicking audio and video tracks.
    An indicator line shows the time of the current cursor position in the timeline.
    The source of an image mask can now differ between variants.
    When dragging an asset from the Library into a track, the new clip snaps along the timeline.
    Snapping to clip edges now takes priority over snapping to other targets in the timeline.
    Importing audio and video assets will create a clip in the selected track at the playhead position.
    The default transition duration is now set to 1 second.
    Scaling options for video clips now include "None".

    Other notable changes in version 15.0.0.0913:

    A button to mask the stage area has been added next to the zoom controls.

    Fixes & improvements in version 15.0.0.0913:

    Accessibility:

    Fixed issue with focus indicator when tabbing to the controls.
    Fixed tabbing issue in the New File dialog.
    Fixed issue with being unable to tab to the Open recent file list.
    Fixed issue where up and down arrow keys didn't work in the Components panel.

    Color:

    Fixed issue where pressing the Enter key on the "Extract colors from image" button in the Color panel added the colors twice.
    Fixed issue selecting color shade for color markers for linear and radial gradients.
    Fixed issue where the Eyedropper tool didn't work on a MacBook's external monitor.
    Fixed issue where the color picker didn't close when using keyboard shortcuts to select a tool.

    Easy mode:

    Fixed issue where web fonts weren't initially displayed in templates.
    Fixed issue where the Escape key converted an open Easy mode file to Standard mode.
    Fixed issue where the Size dropdown didn't have a scrollbar.

    Responsive:

    Fixed issue with the stage displaying the wrong size when unchecking supported sizes.
    Fixed issue where Top and Left properties were both set as overrides when only one was edited on the stage.
    Fixed issue with setting translate values to 0 in media rules.
    A warning now displays when an element is copied, deleted, or reordered in a media rule.
    The CSS Effects panel now refreshes when switching back to the base document.
    Fixed issue where the media rule indicator was displayed in a non-responsive document after switching between panels and files.

    Swap image:

    The Swap image dialog can now be resized in all directions.
    Fixed issue where the wrong image was highlighted upon selection in the Swap image dialog.
    The Swap image dialog now supports longer file names.

    Timeline & animation:

    Fixed issue where the animated properties dialog was not updated during editing.
    Fixed issue where the "Paste keyframes" option wasn't correctly enabled after deleting a layer and adding a mask.
    Fixed issues with keyframes and playback when combining motion paths and other animation.
    Improved usability of the layer lock and hide buttons by showing them when active or upon hover.

    Video:

    The timeline playhead is now fully disabled during playback.
    Fixed issue where dragging multiple keyframes or clips did not extend the timeline.
    Fixed issue where the playhead was not in the correct position for a new document when switching away from a video document.
    Fixed error when copying and pasting a keyframe into an audio track.
    Updated the maximum font size from 350px to 1000px.
    Fixed issue where video documents failed to publish due to a clip's out point being set past the clip source duration.
    Fixed issue where elements were sometimes temporarily hidden after making certain changes.
    Fixed issue where exporting the default variant at a lower resolution took as long as the full resolution if a different variant was currently on stage.
    When the list of variant bindings is filtered, the element selection dropdown now only shows elements that match the filter.
    Added an option to clear variant override values by right-clicking them in the Variants tab.
    Fixed issue where a video asset was cached even though it was deleted from the Library, when undoing the deletion of a video track that previously contained a clip with that asset.

    Other issues:

    The Swipeable Gallery now redraws correctly on stage when the viewport changes.
    Fixed issue with placeholder text and empty dropdown entry in the Keyboard shortcuts dialog after filtering.
    Fixed issue with the use count changing to 0 in the Library after refreshing to load external edits.
    Fixed issue where zoom was reset after refreshing to load external edits.
    Fixed issue with groups disappearing after refreshing the document to load external edits.
    The image processing drawing tool is now centered at the tip of the marker cursor.
    Fixed issue where arrow keys didn't move the cursor while editing an asset filename in the Library.
    The Chinese translation of the "New" badge in the New File dialog is now displayed correctly.
    The page indicator appears in group editing mode after switching files.
    Documents now indicate that they have unsaved changes after adding or editing an element ID.
    The scaling options dropdown in the Properties panel is now fully visible even when the Google Web Designer application window is small.
    Fixed issue with lost focus when making edits in the Properties panel using the keyboard.
    When publishing to Studio, the Size dropdown now appears above the Creative name field.
    Fixed issue where the stage scrolled offscreen after entering group editing mode twice consecutively
    SVG files are now imported at their natural size.
    Fixed issue where applying a filter to a second shape would hide the first shape.
    Fixed issue where adding a video to a non-ad HTML document would cause all elements to render as blank on the stage.
    Components are now listed in alphabetical order in the Template Gallery filters.
    Fixed issue with the stage preview when there was a combination of a line break, text fitting, and height animation.
    Fixed issue with the wrong style being added when pasting elements with text fitting and nested elements.

    Known issues:

    Safari only: <canvas> elements with drawings prevent the animation of clip path masks.
    Chrome and Opera: Clip path masks render incorrectly when the host element contains a 3D-transformed child element.
    References to custom Google Web Designer elements (gwd-image, gwd-video, gwd-audio, gwd-iframe, gwd-page, and gwd-pagedeck) may not work as expected. Learn how you can update your references.
    Timeline animation events, such as pause or loop, do not work when you directly open the source .html file in your browser. This is expected behavior, as timeline animation CSS is generated when previewing or publishing the document. Solution: use the Preview button, or publish the document locally and view the published file in your browser.
    Image files without a file extension with a period in the file name don't import into the Library. Workaround: add the file extension (such as .png) to the file name.

    A black screen on launch may be caused by outdated video drivers. Try updating your video drivers. If that doesn't help, disable GPU rendering by quitting Google Web Designer and following the instructions for your operating system before relaunching:

    Windows: Add a DWORD32 value named disable-gpu-rendering to HKEY_CURRENT_USERSoftwareGoogleWeb DesignerSettings in the registry. Set this value to 1.
    Mac: Add a Boolean row to ~/Library/Preferences/com.google.WebDesigner.plist with the name disable-gpu-rendering and a value of YES, or run defaults write com.google.WebDesigner.plist disable-gpu-rendering -bool true in Terminal.
    Linux: Add a line to ~/.local/share/google-web-designer/preferences/settings.conf with the name disable-gpu-rendering and a value of true. (If the [Settings] section doesn't exist, you'll need to create it first.)
    For a video to autoplay when an ad is re-expanded on Mac Safari, the first video source should be .mp4.
    Gradient background fill on an image only renders when scaling is set to stretch.
    A maximum of 4 panels can be grouped/tabbed together.
    White screen on launch if behind a web proxy. Please follow these instructions to change your proxy settings.
    Mac Chrome, Opera, IE: Play button doesn't work in Google Web Designer preview when Autoplay preview is on. Workaround: remove localhost from the URL to use file:///
    Linux only: file drag and drop from the file system to Google Web Designer is not working. Workaround: use File > Import assets or Add asset from the Library.
    Downloading iCalendar .ics files is not supported on Safari desktop browser.
    It is not possible to have more than one Map component or Street View component, or a Map and a Street View component in the same creative.
    Linux only: if the browser (Chrome or Firefox) is launched by Google Web Designer for preview, Google Web Designer cannot be closed unless the browser is closed first.
    Linux only: Google Web Designer sometimes loses focus and is unable to take keyboard input when switching between apps. Workaround: resize the Google Web Designer window to bring focus back to the app.
    Linux only: if the renderer crashes and a white screen appears, set the disable-gpu-rendering to true in Google Web Designer settings. Add a row to ~/.local/share/google-web-designer/preferences/settings.conf with the name disable-gpu-rendering and a value of true. (If the [Settings] section doesn't exist, you'll need to create it first.)
    Video ads: On Mac, making edits quickly, such as duplicating clips, can cause the stage to stop showing videos and for playback to not work, or for the UI to freeze. Workaround: relaunch Google Web Designer.
    Video ads: A small gap appears between videos during slide or wipe transitions at certain stage zoom levels. The gap will not be visible in the exported video. Workaround: adjust the stage zoom.
    Video ads: If copying a clip to another document is undone, the clip’s asset is not automatically removed from the Library. Workaround: manually delete the asset from the Library.
    Video ads: If a video or audio asset file is manually overwritten with a different file in a project’s assets directory, the old asset continues to appear on the stage and in the exported video if any resolution other than full is used. Workaround: delete the asset and re-add it using the Library.
    Video ads: Asset import errors may appear when opening a Google Web Designer project which was created on a different operating system (e.g., opening a file on Windows that was originally created on a Mac). Workaround: use File > Save As zip... to export and share a project.
    Video ads: When zoomed out in the timeline, very short clips (e.g., 1 frame long at higher document frame rates) can stop showing and appear as empty space, even when selected. The clips are not deleted. Workaround: zoom in to see the clips.
    Video ads: Certain malformed assets (e.g., videos created using some video ripper software) do not play or export properly in Google Web Designer.
    Video ads: Certain colored text can have a slight drop shadow in the exported video (compression artifact).
    Backdrop elements animated along a curved motion path, or nested within another element with a curved motion path animation, may not show filter effects during animation playback on the stage. The filters will behave as expected in the exported video and while scrubbing the playhead.

[close]

http://www.google.com/webdesigner
Titel: Vim 9.0.0538
Beitrag von: SiLæncer am 22 September, 2022, 05:40
(https://s26.postimg.cc/xww5nc4zt/screenshot_1282.png)
A highly configurable text editor built to enable efficient text editing - an improved version of the vi editor distributed with most UNIX systems.

Freeware

Changelog


    9.0.0538: manually deleting test temp files
    9.0.0537: the do_set() function is much too long
    9.0.0536: CI: codecov action update available
    9.0.0535: closure gets wrong value in for loop with two loop variables
    9.0.0534: line number is displayed at virtual text "above"
    9.0.0533: the win_line() function is much too long
    9.0.0532: edit test is flaky when run under valgrind
    9.0.0531: the win_line() function is much too long
    9.0.0530: using freed memory when autocmd changes mark
    9.0.0529: appveyor setup contains outdated lines
    9.0.0528: MS-Windows: no batch files for more recent MSVC versions
    9.0.0527: long sign text may overflow buffer
    9.0.0526: MS-Windows: still some support for XP and old compilers

[close]

http://www.vim.org/index.php
Titel: Trilium Notes 0.55.1
Beitrag von: SiLæncer am 22 September, 2022, 06:20
(https://i.postimg.cc/2yDgvbpj/screenshot-2595.png)
A hierarchical note-taking software application with focus on building large personal knowledge bases while also providing a flurry of options.

License: AGPL

Changelog

    Fix max content width not working, fixes #3056
    Fix UTF-8 file name encoding for uploads, fixes #3013
    Fix relation map crash on missing inverse pair, fixes #3055
    Add shareDescription
    Filter excludeFromNoteMap from backlinks
    Add HTTP compression
    Rate limit the /auth/login route of ETAPI
    Focus autocomplete on new tab even if there are workspaces, fixes #3083
    Remove all alert() usages, fixes #3086
    Fix share.js in case there's no menu
    Limit max imported file size to 250 MiB, #3108
    Add support for the persistent #sortDirection and #sortFoldersFirst (one time UI action exists), closes #3046
    Small fixes to tray and closing windows
    Focus existing window on port conflict, closes #3036
    Remove port scanning for an available port #3036
    Added Montserrat-Regular.ttf to fix boldness on mac, closes #3094
    Separated editable code buttons into separate widget which also fixes scrolling issue
    Added "scrolling-container" class, fixes #3147
    Fix erasing notes - becca should be reloaded afterwards, closes #3146
    Add file properties widget in mobile layout
    Let import continue when malformed URLs are encountered
    Bring back the possibility to close the floating buttons again, closes #3116
    ETAPI spec updated
    Add #workspaceTemplate which works as workspace-scoped template, closes #3137
    Make context sub-menu scrollable, fix #3136
    Allow deleting notes from note actions button, closes #3131
    Zoom buttons in main menu, closes #2894
    Drag & drop from tree will insert links to notes, closes #227
    API log widget

[close]

https://github.com/zadam/trilium
Titel: Vim 9.0.0553
Beitrag von: SiLæncer am 23 September, 2022, 09:05
Changelog
   

    9.0.0553: no error for "|" after "{" in lamda
    9.0.0552: crash when using NUL in buffer that uses :source
    9.0.0551: mode message is delayed when :echowin was used
    9.0.0550: crash when closing a tabpage and buffer is NULL
    9.0.0549: duplicated code in calling a :def function
    9.0.0548: reduce() with a compiled lambda could be faster
    9.0.0547: looping over empty out_loop[] entries
    9.0.0546: supporting Ruby 1.8 makes code complicated
    9.0.0545: when a test is slow and CI times out there is no time info
    9.0.0544: minor issues with setting a string option
    9.0.0543: insufficient testing for assert and test functions
    9.0.0542: MSVC build still has support for 2012 edition
    9.0.0541: terminal pwd test fails with a very long path name
    9.0.0540: assigning stack variable to argument confuses Coverity
    9.0.0539: long message test can be flaky

[close]

http://www.vim.org/index.php
Titel: Black NotePad 2.1.3.18
Beitrag von: SiLæncer am 23 September, 2022, 18:20
(https://s26.postimg.cc/lj0xxiynt/screenshot_1281.png)
Black NotePad was created as an alternative to the Notepad program of Windows operating systems. While retaining the original functions, Black NotePad improves manageability, contains important new functions, and greatly enhances program compatibility in terms of the edited text.

Shareware

Whats new:>>

    Add items to language interface
    Update: Italian language
    Update: Hungarian language
    Update: Polish language

https://www.wintools.info/index.php/black-notepad
Titel: BabelPad 15.0.0.4
Beitrag von: SiLæncer am 24 September, 2022, 09:50
(https://s26.postimg.cc/nk8fxilwp/screenshot_1310.png)
BabelPad is a free Unicode text editor and word processor for Windows that supports the proper rendering of most complex scripts, and allows you to assign different fonts to different scripts in order to facilitate multi-script text editing.

Freeware

Whats new:>>

    Fixed error in the Han Search tool for CJK Compatibility Ideographs block.
    Added option in the Han Search tool to only list CJK unified ideographs.

http://www.babelstone.co.uk/index.html
Titel: Google Web Designer 15.0.1.0922
Beitrag von: SiLæncer am 24 September, 2022, 19:00
(https://i.postimg.cc/1zmQ8Bbd/screenshot-1406.png)
Google Web Designer allows you to create engaging, interactive HTML5-based designs and motion graphics that can run on any device. Let us handle the HTML5 and CSS3 so you're free to focus on what you love to do: creating gorgeous visual experiences. A full design suite lets you easily bring any vision to life. If you're feeling more hands-on, all the code behind your designs is hand-editable, so you're never locked out of your own work. Your ideas are now amplified by code - not restricted by it.

Freeware

Whats new:>>

Fixed issue where events for elements inside groups didn't work.

http://www.google.com/webdesigner
Titel: Vim 9.0.0581
Beitrag von: SiLæncer am 25 September, 2022, 09:10
Whats new:>>

Adding a character for incsearch fails at end of line.

http://www.vim.org/index.php
Titel: BowPad 2.8.4
Beitrag von: SiLæncer am 25 September, 2022, 21:30
(https://s26.postimg.cc/h0ofzpokp/screenshot_1153.png)
BowPad is a small and fast text editor with a ribbon user interface and syntax highlighting.

Features:

syntax highlighting for over 100 file types and languages
handling of many different encodings, including UTF-8, UTF-16 and even UTF-32
easy ribbon user interface
navigation hints in the vertical scrollbar
coloring of open tabs according to their path
extendable with plugins written in jscript or vbscript

Freeware

Changelog
   

    updated to Scintilla 5.3.0
    List of issues solved for 2.8.3
    build for ARM64 based OS is now available
    change markers shown in the left margin

[close]

http://stefanstools.sourceforge.net/BowPad.html
Titel: Text Editor Pro 24.0.0
Beitrag von: SiLæncer am 26 September, 2022, 06:10
(https://s26.postimg.cc/hfdkhoj9l/screenshot_896.png)
Text Editor Pro (formerly EditBone) is a powerful text editing tool that comes with syntax highlighting support for over 50 languages and scripts, customizable with over 100 options, 29 ready made styles, a handy file comparison feature, unicode character map, numerical unit convert tool, SQL formatter, and support for multiple directories and search results.

Freeware

Changelog


    Added PyScript to HTML with Scripts
    Fixed AlphaControls
    Fixed application options
    Fixed button bars to use my new TButtonBar control - https://github.com/TextEditorPro/TButtonBar
    Fixed color themes
    Fixed file close
    Fixed highlighters
    Fixed replace
    Fixed scaling issues
    Fixed search
    Fixed text compare
    Fixed text editor control
    Fixed Windows 11 Dark skin
    Refactored editor font and color options to theme options
    Refactored editor zoom
    Refactored TTextEditor control - https://github.com/TextEditorPro/TTextEditor
    Updated FastMM5 memory manager - https://github.com/pleriche/FastMM5
    Updated language files
    Russian language has been permanently removed due to attacks on civilians in independent Ukraine
    Note! Editor color theme format is refactored. All custom color and font changes will be reset.
    From now on, changes to the themes will be saved in the Themes directory instead of INI file.
    Files can override built-in themes or be renamed to new themes.

[close]

https://texteditor.pro/
Titel: Vim 9.0.0590
Beitrag von: SiLæncer am 26 September, 2022, 06:25
Whats new:>>

    9.0.0590: after exiting Insert mode spelling not checked in next line
    9.0.0589: on AmigaOS4 the pid is available but the task address is used
    9.0.0588: MorphOS build is broken
    9.0.0587: Unicode tables are outdated
    9.0.0586: missing change in test
    9.0.0585: when long message test fails the error message is not visible
    9.0.0584: cscope test with wrong executable name fails
    9.0.0583: only recognizing .m3u8 files is inconsistent
    9.0.0582: channel cwd test fails on Cirrus CI

http://www.vim.org/index.php
Titel: FocusWriter 1.8.3
Beitrag von: SiLæncer am 27 September, 2022, 05:30
(https://s26.postimg.cc/if0nmb60p/screenshot_947.png)
FocusWriter hilft Vielschreibern beim Verfassen von Texten. Die Textverarbeitung blendet alle Menüs und Leisten aus. So kann man sich beim Schreiben voll und ganz auf das Wesentliche konzentrieren.

Der Vollbild-Texteditor FocusWriter zeigt als Oberfläche absichtlich lediglich den blanken Text. Daher gelingt es leichter, störungs- und ablenkungsfrei zu schreiben. Auf Wunsch kann man auf zusätzliche Steuerelemente zugreifen und diese per Maus über die Bildschirmränder abrufen.

Außerdem kann bei FocusWriter eine Statuszeile mit der aktuellen Uhrzeit, einem Timer und Statistiken eingeblendet werden. Das geplante Arbeitspensum legt der Schreiber in den Einstellungen in Minuten oder Wörtern fest. Textart und -farbe werden hier ebenfalls ganz nach Wunsch bestimmt.

Mit FocusWriter können mehrere Dokumente parallel bearbeitet werden. Ein Speichern erfolgt im RTF-, ODT- oder TXT-Format. Standardmäßig zeigt die Freeware einen einfarbigen, nüchternen Hintergrund. Wer die Arbeitsumgebung etwas freundlicher und abwechslungsreicher gestalten möchte, kann die Farbe ändern und auch ein eigenes Bild als Hintergrund einblenden.

FocusWriter enthält alle Grundfunktionen einer Textverarbeitung inklusive Textformatierungen, einer Rechtschreibprüfung und dem Suchen und Ersetzen von Wörtern und Textausschnitten. Die Freeware spricht vor allem den Vielschreiber an, der sich allein auf den Text konzentrieren möchte.

Changelog


    FIXED: Did not play sound effect when pressing enter
    FIXED: Played sound effect when opening files
    FIXED: Missing version number
    Translation updates: Dutch

[close]

http://gottcode.org/focuswriter/
Titel: Vim 9.0.0597
Beitrag von: SiLæncer am 27 September, 2022, 05:45
Whats new:>>

    9.0.0597: cannot close a tab page with the middle mouse button
    9.0.0596: CI on Mac M1 has the channel feature disabled
    9.0.0595: extra newline in messages after a verbose shell message
    9.0.0594: Makefile error message causes a shell error
    9.0.0593: CI actions have too many permissions
    9.0.0592: display not cleared when scrolling back in messages
    9.0.0591: message window popup shows on only one tab page

http://www.vim.org/index.php
Titel: BirdFont 4.31.0
Beitrag von: SiLæncer am 27 September, 2022, 06:15
(https://s26.postimg.cc/rd1s4grdl/screenshot_137.png)
BirdFont is a free font editor that lets you create vector graphics and export TTF, EOT & SVG fonts.

Donationware

Whats new:>>

• Parse OpenType SVG fonts (TTF and OTF).
• Fix gradients in OpenType SVG fonts.

https://birdfont.org/
Titel: QOwnNotes 22.9.2
Beitrag von: SiLæncer am 27 September, 2022, 21:00
(https://s26.postimg.cc/hoi1ahlcp/screenshot_978.png)
QOwnNotes is a text editor / notepad replacement with markdown support and todo list manager. The program supports themes, keyboard shortcuts, syntax highlighting, and encryption. Includes available nested file list, tags, search, and more. Optionally works with the notes application ownCloud or Nextcloud.

Cross-platform with clients available for Mac and Linux.

License: GPL

Whats new:>>

    there now is a new scripting command mainWindow.getNoteTabNoteIdList() to get
    a list of note ids that are opened in tabs (for #2597 )
        for more information please take a look at the
        MainWindow scripting documentation
    added more translation (thank you mguerra, chocolatine, simonpmt, milotype,
    venusgirl, hansa2662, amirkbrpr, noureddin)

https://www.qownnotes.org/
Titel: BowPad 2.8.5
Beitrag von: SiLæncer am 27 September, 2022, 22:20
Whats new:>>

    Fixed a crash when activating the spell checker
    Fixed drawing the bookmarks in the left margin

http://stefanstools.sourceforge.net/BowPad.html
Titel: Vim 9.0.0612
Beitrag von: SiLæncer am 28 September, 2022, 06:35
(https://s26.postimg.cc/xww5nc4zt/screenshot_1282.png)
A highly configurable text editor built to enable efficient text editing - an improved version of the vi editor distributed with most UNIX systems.

Freeware

Changelog


    9.0.0612: blockedit test passes with wrong result
    9.0.0611: tests delete files with a separate delete() call
    9.0.0610: global interrupt test fails when run under valgrind
    9.0.0609: blockedit test fails because of wrong indent
    Update runtime files
    9.0.0608: with spelling, deleting a full stop does not update next line
    9.0.0607: verbose echo message test fails on Mac OS
    9.0.0606: system() opens a terminal window when "!" is in 'guioptions'
    9.0.0605: dump file missing
    9.0.0604: luacheckrc file is not recognized
    9.0.0603: with 'nosplitscroll' folds are not handled correctly
    9.0.0602: new TypeScript extensions are not recognized
    9.0.0601: too much indent
    9.0.0600: GYP files are not recognized
    9.0.0599: latexmkrc files are not recognized
    9.0.0598: using negative array index with negative width window

[close]

http://www.vim.org/index.php
Titel: BaseX 10.2.0
Beitrag von: SiLæncer am 28 September, 2022, 21:20
(https://s26.postimg.cc/zexqg30d5/screenshot_63.png)
BaseX is a Java-based software application that integrates an XML database and XQuery text editor. It is wrapped in a user-friendly working environment and comes packed with several useful options and configuration parameters for experienced users.

BSD License

Changelog


Enjoy the latest BaseX patch release. It comes with various performance tweaks…

    better rewritings of positional tests
    simplifying arithmetic expressions
    consistent propagation of data reference
    faster invocation of function items

…minor bug fixes, and new, undocumented XQuery 4 preview features.

[close]

http://basex.org/
Titel: Notepad++ 8.4.6
Beitrag von: SiLæncer am 29 September, 2022, 05:40
(https://i.postimg.cc/90QrsKpv/screenshot-818.png)
Notepad++ is a tabbed source code editor and Notepad replacement with a customizable interface. It is one of the few few source code editors that supports "folding," allowing users to quickly reduce and expand sections of code to see the overall document. In addition, it features multi-language syntax highlighting, auto-completion, regular expression search/replace, macro recording and playback, etc. The program can access a long list of plug-ins via an easy-to-access menu with even more features and functions.

License: GPL

Changelog


    Add Change History markers for document saved/unsaved/undone modification.
    Add setting tab color ability.
    Make tab context menu less cluttered by adding sub-menu.

[close]

DL -> https://github.com/notepad-plus-plus/notepad-plus-plus/releases

https://notepad-plus-plus.org/
Titel: Vim 9.0.0619
Beitrag von: SiLæncer am 29 September, 2022, 09:05
Changelog


    9.0.0619: too many delete() calls in tests
    9.0.0618: calling function for reduce() has too much overhead
    9.0.0617: calling function for reduce() has too much overhead
    9.0.0616: spell test fails because error message changed
    9.0.0615: using reduce() on a list from range() is a bit slow
    9.0.0614: SpellFileMissing autocmd may delete buffer
    9.0.0613: running source tests leaves file behind

[close]

http://www.vim.org/index.php
Titel: RJ TextEd 15.63
Beitrag von: SiLæncer am 29 September, 2022, 21:40
(https://s26.postimg.cc/775l9vjeh/screenshot_593.png)
RJ TextEd - A Unicode source and text editor. RJ TextEd is a full featured text and source editor with Unicode support, syntax highlighting and code folding. The functionality extends beyond text files and includes support for HTML editing with integrated preview, spell checking, auto completion, HTML validation, templates and more. The program also include support for Topstyle Lite CSS editor, has a dual pane file commander, as well as a FTP client to upload your files. The editor uses language files to display menus and dialogs in different languages. There are several included languages. New language files can easily be created in the editor. RJ TextEd is also a simple web development tool. The editor can use auto completion and hints to assist you in editing your source code. You can preview HTML/ASP/PHP... code using one of the preview tabs or open a document in a browser. The editor does not only handle source code. It also handles true ASCII files, binary files and of course plain text files.

License: Freeware

Changelog

    Clone document window:

    There are some important changes in this version.
    A cloned tab, or document window, is an exact copy of the original tab.
    Undo/redo history, bookmarks, code folds etc. are all copied to the new document window.
    Tab order:

    Tabs are now opened at the end of the tab row and always in alphabetical order.

    Tab sort:

    Added a menu item to the tab-bar context menu to sort all tabs.

    Startup:

    Made some changes when the program close and re-start.
    The search result panel is closed and not re-opened at program startup.
    Multiple document tab views are closed and not re-opened at startup.

    Korean language:

    A Korean language file has been added.
    Select Korean in "Environment->Languages".

    Fixed:

    File Commander: Path display in right pane.
    Misc minor issues reported or found while coding.

[close]

http://www.rj-texted.se/
Titel: Vim 9.0.0626
Beitrag von: SiLæncer am 30 September, 2022, 06:35
Changelog


    9.0.0626: too many delete() calls in tests
    9.0.0625: too many delete() calls in tests
    9.0.0624: leaking argument type array
    9.0.0623: error for modifying a const is not detected at compile time
    9.0.0622: matchaddpos() can get slow when adding many matches
    9.0.0621: filetype test leaves file behind
    9.0.0620: matchaddpos() can only add up to 8 matches

[close]

http://www.vim.org/index.php
Titel: RocketCake 4.7
Beitrag von: SiLæncer am 30 September, 2022, 09:11
(https://s26.postimg.cc/845jbp2c9/screenshot_542.png)
RocketCake is a free web editor for creating responsive websites for beginners and professional web developers. No programming needed.

Freemium

Release Notes

    Changes:

    Added support for the iPhone 14
    The editor now shows the 5 most used font families by default in the top of the font selection
    New free built-in template

    There is now a command to sort folders and files alphabetically descending or ascending. This makes it easier to organize larger website projects:

    You can now right-click image lists in slideshows and image galleries to move the entries up and down easily
    It is now possible more easily to rearrange folders by dragging them onto pages or other folders.
    Inline PHP code now also works correctly when there are multiple code sections of inline PHP in one container.
    (This is about the inline PHP code feature of the Pro edition: You can type directly PHP tags like "<?PHP" and "?>" anywhere and the code gets emitted like that without encoding)
    The 'x' button for closing images opened from galleries now has an own class name ("galleryclosebutton") so you can manually style it if you want to.
    Several improvements for the HTML code generation

[close]

http://www.ambiera.com/rocketcake/index.html
Titel: Vim 9.0.0631
Beitrag von: SiLæncer am 01 Oktober, 2022, 10:10
Changelog


    9.0.0631: too many delete() calls in tests
    9.0.0630: in Vim9 script a numbered function cannot be called
    9.0.0629: get an error for using const only when executing
    9.0.0628: Coverity warns for not checking return value
    9.0.0627: "const" and "final" both make the type a constant

[close]

http://www.vim.org/index.php
Titel: Vim 9.0.0636
Beitrag von: SiLæncer am 02 Oktober, 2022, 09:40
Whats new:>>

underline color may not work in some terminals

http://www.vim.org/index.php
Titel: Zim 0.75.0
Beitrag von: SiLæncer am 02 Oktober, 2022, 19:10
(https://i.postimg.cc/yxy8Rgtg/screenshot-3367.png)
Zim is desktop Wiki system that lets you maintain a collection of wiki pages. Each page can contain links to other pages, simple formatting and images. Pages are stored in a folder structure, like in an outliner, and can have attachments. Creating a new page is as easy as linking to a nonexistent page. All data is stored in plain text files with wiki formatting. Various plugins provide additional functionality, like a task list manager, an equation editor, a tray icon, and support for version control.

License: Open Source

Changelog

    Upgrade Python version requirement to >= 3.6
    Complete porting all modules to zim.newfs and deprecate zim.fs
    Refactor APIs to deal with tokens instead of etree interface
    Add framework for imagegenerators with inline data
    Refactored ther user interface of the tasklist plugin
    Make tasklist window persistent
    Let tasklist window also show closed tasks
    Let tasks inherit all modifiers from list heading
    Let "Go to Today" use anchor id for current day
    Update LinkMap with new options
    Refactor preference for custom window decoration & toolbar plugin
    Enables distinct shortcuts for en and em dashes in symbol list
    Add unicode 8757 ("because") in symbol list
    Move Selected Text: add preference for short links & save bounds
    Extend ToC pane context menu
    Score editor: add check for convert-ly
    Source View plugin: Don't show hidden languages
    Export code blocks in markdown as fenced blocks
    Fix loading GIF images
    Fix to let the "insert link" dialog allow anchors
    Allow sidepane focus key to be configured
    Added action to collapse and expand in PageIndex
    Add action for "move text" to allow keybinding
    Support closing an open 'find bar' by pressing ESC in the page view widget
    Allow cancelling ImageGeneratorDialog using Escape key
    Version control: fix fossil
    Fix KDE drag-n-drop bug
    Fix export with formatting in heading
    Minimal support for "Terminal" option in desktop files
    Add preference for not prompting on new folder

[close]

https://zim-wiki.org/index.html
Titel: Text Editor Pro 24.0.1
Beitrag von: SiLæncer am 02 Oktober, 2022, 21:30
(https://s26.postimg.cc/hfdkhoj9l/screenshot_896.png)
Text Editor Pro (formerly EditBone) is a powerful text editing tool that comes with syntax highlighting support for over 50 languages and scripts, customizable with over 100 options, 29 ready made styles, a handy file comparison feature, unicode character map, numerical unit convert tool, SQL formatter, and support for multiple directories and search results.

Freeware

Changelog


- Added Slovak language by Rudolfin
- Fixed -noskin issues
- Fixed options
- Fixed SQL - Firebird highlighter
- Fixed text editor control
- Fixed theme inspector
- Updated language files

[close]

https://texteditor.pro/
Titel: Vim 9.0.0643
Beitrag von: SiLæncer am 03 Oktober, 2022, 09:20
Whats new:>>

    9.0.0643: smoothscroll test fails
    9.0.0642: breakindent test fails
    9.0.0641: missing part of the new option code
    9.0.0640: cannot scroll by screen line if a line wraps
    9.0.0639: checking for popup in screen_char() is too late
    9.0.0638: popup menu highlight wrong on top of preview popup
    9.0.0637: syntax of commands in Vim9 script depends on +eval feature

http://www.vim.org/index.php
Titel: CudaText 1.172.0.1
Beitrag von: SiLæncer am 03 Oktober, 2022, 20:30
(https://s26.postimg.cc/k6wu8qcrt/screenshot_901.png)
Create programming scripts with this powerful tool that supports more than 130 languages and allows users to work concurrently on as many as six groups of projects.

Freeware

Changelog
   

    Add: option "auto_copy_clp", which now replaces plugin Auto Copy To Clipboard (plugin is now ignored); unlike the old plugin, option works in all editor-fields in the app (including Find/Replace/Console/etc)
    Add: option "mouse_middle_click":2 (paste on middle click) works also for one-line inputs: Find/Replace, Console, Code-tree filter
    Add: 'single instance' code works faster on Unix: user doesn't see flashing main dialog now (thanks @DUOLabs333)
    Add: API supports HTML formatting in auto-completion listbox; it will be used in LSP
    Add: handle command-line keys -h / -v / -el before creating GUI
    Add: Options Editor supports old Python 3.4 (thanks @spyrosmas)
    Change: change defualt of "ui_backup_sessions" to 2 (thanks @Flashwalker)
    Change: change default of "ui_reopen_session_cmdline" to true (thanks @Flashwalker)
    Change: remove '-' from "nonword_chars" in "settings_default/lexer Bash script.json"
    Fix: after Shift+Right, Shift+Left, simple Right makes the buggy selection (thanks @veksha)

[close]

https://cudatext.github.io/
Titel: Vim 9.0.0654
Beitrag von: SiLæncer am 04 Oktober, 2022, 09:10
Whats new:>>

breakindent test fails

http://www.vim.org/index.php
Titel: Znote 1.6.1
Beitrag von: SiLæncer am 04 Oktober, 2022, 20:45
(https://i.postimg.cc/qvfVnLWd/screenshot-2617.png)
Znote is a free, elegant program meant to help you write beautifully organized Markdown documents. You can organize your texts, notes, and files even better, using the simplistic left-side widget organizer for smoothly navigating different files.

Freeware

Whats new:>>

Fix Crash when changing note fast

https://znote.lagrede.fr/
Titel: Vim 9.0.0662
Beitrag von: SiLæncer am 05 Oktober, 2022, 08:10
(https://s26.postimg.cc/xww5nc4zt/screenshot_1282.png)
A highly configurable text editor built to enable efficient text editing - an improved version of the vi editor distributed with most UNIX systems.

Freeware

Changelog


    Concealed characters do not work correctly
    Multi-byte "lastline" in 'fillchars' does not work properly
    Mapping with CTRL keys does not work in the GUI
    Wrong type of comment in SetSyn() function
    Tiny build fails on Mac OS
    Too many #ifdefs
    Cannot specify another character to use instead of '@'
    Passing modifier codes to a shell running in the GUI

[close]

http://www.vim.org/index.php
Titel: Vim 9.0.0669
Beitrag von: SiLæncer am 06 Oktober, 2022, 09:10
Whats new:>>

    Too many delete() calls in tests
    CI on Mac M1 only uses clang
    Ml_get error when 'splitkeep' is "screen"
    Spacing-combining characters handled as composing
    Setting 'cmdheight' has no effect if last window was resized
    Bad redrawing with spell checking, using "C" and "$" in 'cpo'
    Tests check for +cmdwin feature which is always present

http://www.vim.org/index.php
Titel: EmEditor 22.0.0
Beitrag von: SiLæncer am 06 Oktober, 2022, 10:20
(https://1z9j8fz5fww49iaje1itey71-wpengine.netdna-ssl.com/wp-content/uploads/2013/09/EmEditorFree_Window.png)
EmEditor is a lightning-fast, tabbed text editor with themes, syntax highlighting, stay-on-top, and customizable keyboard mapping. The program supports batch find-and-replace, regular expressions, and more.

Release Notes

New General Features

    Added the Fuzzy Matching feature, which is the ability to search, filter, and join CSV using approximate string matching. The feature includes several options in EmEditor Professional while only the Match similar strings option is available in EmEditor Free.[PF]
    Added the Fuzzy Matching button to the Find and Filter toolbars.[P]
    Added the ability to highlight MIME Encoded-Words (Base64) used in email meassage headers, and display tooltips with the decoded string when hovering the mouse over them. Added the ability to decode them by using the existing Base 64 to Plain Text (Current Encoding or UTF-8) commands.[PF]
    Added the Insert as Characters, Insert as Lines, Insert as Vertical, and Insert as Cells commands to the menu displayed when right-clicked on the Clipboard History.
    The default Main menu was redesigned to include the Insert, Convert, Bookmarks, Sort, and Plug-ins popup menu items at the top. These changes allow you to access frequently used commands without clicking the menu several times. Diacritics/Marks commands in the Insert menu allows you to type these special characters without memorizing the corresponding shortcuts keys.[PF]
    Supported Unicode 15.0 for Unicode names, East Asian width, Unicode script, and General Category properties.[PF]

New Options

    Added the Fuzzy Matching check box to the Find, Replace, Find in Files, and Replace in Files dialog boxes.[PF]
    Added the … (Fuzzy Matching Options) to the Find, Replace, Find in Files, and Replace in Files dialog boxes.[P]
    Added the Fuzzy Matching check box and the … (Fuzzy Matching Options) to the Batch Find, Batch Replace, Batch Find in Files, Batch Replace in Files, and Advanced Filter dialog boxes.[P]
    Added the Fuzzy Matching check box and the … (Fuzzy Matching Options) button to the Join CSV dialog box.[P]
    Added the Fuzzy Matching Options dialog box and the String/Character Range dialog box.[P]
    Added the Row Headings text box to the CSV Format page of the Customize dialog box.[P]

New Commands

    Fuzzy Matching (Filter Toolbar)[P]
    Fuzzy Matching (Find Toolbar)[P]

Plug-in New Features[P]

    Improved the CommitList plug-in by adding the ability to compare branches.
    Added the FLAG_FIND_FUZZY flag to the FILTER_INFO_EX, FIND_REPLACE_INFO, and GREP_INFO_EX structures.
    Added the FLAG_FIND_FUZZY flag to the Editor_Filter, Editor_FindReplace, and Editor_BatchFindReplace inline functions.
    Added the JOIN_FLAG_FUZZY flag to the JOIN_INFO structure and the Editor_Join inline function.

Macro New Features[P]

    Added the eeExFindFuzzy flag to the Find and Replace methods of the Selection object, FindInFiles and ReplaceInFiles of the Editor object, the Filter method of the Document object, and the Add, AddFind, and AddReplace methods of the Filters collection.
    Added the eeJoinFuzzy flag to the Join method of the Editor object.
    Added the Fuzzy property to the Regex object.
    Added the FuzzyOptions object, CharacterRange object, and CharacterRanges collection.
    Added the FuzzyOptions property to the Editor object.
    Added the RowHeading property to the Csv object.
    Added the ability to record the Join CSV command to macros.

Notes

    [P] EmEditor Professional only
    [PF] EmEditor Professional and EmEditor Free

[close]

https://www.emeditor.com
Titel: Google Web Designer 15.0.2.1005
Beitrag von: SiLæncer am 06 Oktober, 2022, 17:40
(https://i.postimg.cc/1zmQ8Bbd/screenshot-1406.png)
Google Web Designer allows you to create engaging, interactive HTML5-based designs and motion graphics that can run on any device. Let us handle the HTML5 and CSS3 so you're free to focus on what you love to do: creating gorgeous visual experiences. A full design suite lets you easily bring any vision to life. If you're feeling more hands-on, all the code behind your designs is hand-editable, so you're never locked out of your own work. Your ideas are now amplified by code - not restricted by it.

Freeware

Whats new:>>

Fixed issue with publishing video ads, image ads, and animated GIFs.

http://www.google.com/webdesigner
Titel: QOwnNotes 22.10.0
Beitrag von: SiLæncer am 06 Oktober, 2022, 22:10
(https://s26.postimg.cc/hoi1ahlcp/screenshot_978.png)
QOwnNotes is a text editor / notepad replacement with markdown support and todo list manager. The program supports themes, keyboard shortcuts, syntax highlighting, and encryption. Includes available nested file list, tags, search, and more. Optionally works with the notes application ownCloud or Nextcloud.

Cross-platform with clients available for Mac and Linux.

License: GPL

Whats new:>>

    Exporting and printing of the selected text in the note text edit now really only
    uses the selected text again (for #2618 )

http://www.qownnotes.org/
Titel: Vim 9.0.0681
Beitrag von: SiLæncer am 07 Oktober, 2022, 10:10
Changelog


    "<<<" shows for 'smoothscroll' even when 'showbreak is set
    Tests failing with 'breakindent', 'number' and "n" in 'cpo'
    Tests failing with 'smoothscroll', 'number' and "n" in 'cpo'
    Using exclamation marks on :function
    Breakindent test accepts wrong result
    CI on Mac M1 with gcc actually uses clang
    Search test screendump is outdated
    Build error with tiny version
    First line wong with 'smoothscroll' and 'scrolloff' zero
    Line partly shows with 'smoothscroll' and 'scrolloff' zero
    Negative topline using CTRL-Y with 'smoothscroll' and 'diff'
    No space for command line when there is a tabline

[close]

http://www.vim.org/index.php
Titel: Vim 9.0.0689
Beitrag von: SiLæncer am 08 Oktober, 2022, 09:20
Whats new:>>

compiler warning for unused function

http://www.vim.org/index.php
Titel: Greenfish Icon Editor Pro 4.0
Beitrag von: SiLæncer am 08 Oktober, 2022, 10:10
(https://i.postimg.cc/PJVdSkNs/screenshot-1952.png)
Greenfish Icon Editor Pro is a tool for creating icons, cursors, and other small images. It opens and saves in ICO, CUR, ANI, PNG, XPM, BMP and JPEG formats. It is able to create icons and cursors up to 256x256 @ 32-bit, which can also be PNG-compressed for use in Windows Vista. It is also able to create animated cursors, extract icons and cursors from executable files and icon libraries, batch convert image files to icons or other image formats, supports advanced selection handling (marquee, lasso and wand tools, saving/loading selections from files), offers various gradient styles for filling shapes, and includes many filters such as Remove matte, Drop shadow, Inner/Outer glow and Bevel etc.

License: Freeware

Changelog

    New: GPU-based rendering, much faster for large images
    New: Support for multiple sizes in ANI cursors by separating the concept of pages and frames. Now documents have pages and pages have frames. See the Help for more.
    New: Perspective transform of selection
    New: Rich text formatting in text tool dialog
    New: Exif metadata support
    New: Anti-aliasing support for selection tools (ellipse, lasso)
    New: Option for linear interpolation when upscaling the selection (on by default)
    New: Adjustments can be made after using certain tools (e.g. crop, rect, ellipse, line, gradient)
    New: Blend mode option for brush and gradient
    New: Morphological filters (median, minimum, maximum, opening, closing)
    New: Context help ("What's this?") in main window
    New: GIF disposal method support
    Improved: Much better file format compatibility, especially SVG and TIFF
    Improved: Pop-up notifications instead of "OK" dialogs in most cases
    Improved: High DPI-aware UI
    Improved: Lots of bugfixes, thank you all for reporting them!
    Improved: Language pack updates, many thanks to all contributors!

[close]

http://greenfishsoftware.org/
Titel: Vim 9.0.0701
Beitrag von: SiLæncer am 09 Oktober, 2022, 10:20
Changelog


    9.0.0701: with 'smoothscroll' cursor position not adjusted in long line
    9.0.0700: there is no real need for a "big" build
    9.0.0699: tiny build fails
    9.0.0698: VisVim is outdated, does not work with current Visual Studio
    9.0.0697: cursor in wrong position with Visual substitute
    9.0.0696: it is unclear if the +rightleft and +arabic features are used
    9.0.0695: failing check for dictionary type for const any
    9.0.0694: no native sound support on Mac OS
    9.0.0693: browse() first argument cannot be a bool
    9.0.0692: PoE filter files are not recognized
    9.0.0691: lalloc(0) error in listchars test
    9.0.0690: buffer size for expanding tab not correctly computed

[close]

http://www.vim.org/index.php
Titel: ImHex 1.24.0
Beitrag von: SiLæncer am 09 Oktober, 2022, 10:30
(https://i.postimg.cc/8C9YTjjW/screenshot-3382.png)
An open-source editor that allows you to manipulate hexadecimal, binary data for writing optimal and well-performing apps, by displaying you content byte by byte.

Donationware

Changelog

    Additions:

    It's now possible to add custom Data Inspector entries using the Pattern Language
    To do this, create a new file in the %IMHEX_PATH%/scripts/inspectors folder with the .pat extension and enter you pattern code there
    Each value that has been placed in memory using the @ operator will be added to the list
    To get the current selected offset, use the $ operator
    Added numeric value searching to Find View
    Added unique selection and scrolling position support for each provider
    This means when you scroll somewhere and select some data in a file, then switch to a different one and select some bytes there, the selection and scroll position in the original file will still remain where they were
    Added icons next to all textfields
    These display what kind of input this textfield supports. For example: Text, Numbers, Mathematical expressions, Regex, Binary Pattern, etc.
    Modified bytes are now being highlighted in red in the hex editor view until they are saved
    Added Wide Strings (UTF-16) to the Data Inspector
    Added Half Floats to the Data Inspector
    Bookmarks can now be reordered by dragging them around
    The color picker in Bookmarks now has a bunch of predefined colors that can be selected by clicking on them
    Added a Jump to option to the Edit menu that allows scrolling directly to the currently selected region
    Added option to the settings menu to explicitly disable multi window support
    This is useful for systems that either don't properly support Multi Window support or for people using Tiled Window Managers which get very confused by these extra windows.
    If you can't open ImHex properly because of this, you can also manually set the hex.builtin.setting.interface.multi_windows setting in the config file to 0
    Added new options to the settings menu to adjust the padding between individual bytes and the padding between ASCII characters in the hex editor view

    Improvements:

    Reduced File / Provider loading time to basically zero
    Completely removed all lag that happened when typing in the pattern editor
    This extends out to other things that were doing work asynchronously (Disassembler, Yara, Analyzer, etc.)
    Improved startup time of ImHex by about 50%
    Huge pattern arrays will now be split up into chunks of 512 entries in the Pattern Data View to make them easier to navigate.
    Properly display an error message when a Project failed to load
    Display an error message with potential fixes if the file dialog couldn't be opened on Linux. Thanks to @iTrooz
    The File Provider no longer keeps files open when it doesn't need to
    This means other applications that support it, can now open files that are already open in ImHex
    Improved selection and drag scrolling in the Hex Editor View
    ASCII Table background colors are no longer hardcoded so it looks correct in Light Mode
    Limited the maximum number of characters that can be displayed in the tooltip that shows up when hovering over a pattern in the Hex editor view to prevent the tooltip from growing indefinitely

    Bug Fixes:

    Fixed Copy-As Python Array putting a semicolon at the end of the data
    Fixed issues when multiple web requests are running simultaneously
    Fixed issue where file inspector failed to read over page boundaries
    Fixed crash when the hex editor view data visualizer cell byte size was not evenly divisible by the column count
    Fixed many issues and crashes with the Calculator Tool
    Fixed various UTF-8 path bugs that prevented ImHex to work correctly on systems that have non-ASCII characters in their paths
    Fixed issue where the data processor nodes did not remember their position correctly when switching to a different provider
    Fixed potential crashes when trying to paste clipboard data when it's empty
    Fixed flickering of the Pattern Data View when executing a pattern
    Fixed opening files with unicode names through the command line
    Fixed a crash when closing ImHex after launching it through the terminal

    Pattern Language:

    Added Templates for structs, unions and using declarations
    Break and Continue can now be used outside of arrays to terminate stop evaluating the current type
    Return can now be used anywhere outside of functions to terminate execution of the entire pattern
    Added function to get current hex editor selection as an ImHex Extension
    Added function to demangle a string as an ImHex Extension
    Added support for global arrays
    Allow use of compound statements in global scope
    The ternary operator no longer enforces exactly the same types for the second and third operand
    Fixed highlighting of arrays of arrays
    Fixed bitfield order not resetting correctly
    Fixed indexing of strings
    Prevent the user from indexing other non-array types
    Fixed a crash when using break in an unsized array
    Fixed std::mem::read_signed yielding invalid values
    Fixed formatting of signed hex values
    Fixed accessing of local arrays
    Fixed string pattern not correctly reading all bytes
    Fixed a few out of bounds indexing errors in the Preprocessor
    Fixed reading from local float variables
    Fixed a crash when passing invalid values to the std::time library
    Fixed issue where while-sized static arrays could expand indefinitely beyond the end of the data
    Fixed crash with empty dynamic arrays

[close]

https://github.com/WerWolv/ImHex
Titel: KeenWrite 2.9.5
Beitrag von: SiLæncer am 09 Oktober, 2022, 11:20
(https://i.postimg.cc/3w8rCcRs/screenshot-2904.png)
Java-based text editor that comes with numerous features, such as live preview, formulas, Markdown support and string interpolation.

BSD License

Changelog


    Internationalized quotation marks. Type double commas ,, into Markdown to produce a double low quotation mark „. Note that multiple consecutive commas (without spaces) will be replaced with a single low quotation mark. Further, single and double guillemets are identified in prose. These changes help with Dutch, French, Greek, Italian, Polish, Portuguese, and Spanish. There are numerous languages that give quotation marks the opposite meaning to the aforementioned languages, which are not addressed by this release. See the European Union website for details regarding languages where the typical English meaning of opening/closing quotes is reversed.
    KeenWrite Themes. A new version of KeenWrite Themes has been released. To use the themes when typesetting Markdown into PDF files requires the latest version of ConTeXt to curl apostrophes correctly.
    Guillemets. All KeenWrite themes includes a thin space is around guillemets, which is traditional in French typography.
    Optimize SVG processing. Documents with many SVG images will be faster to render and export.
    R plot dimensions. New feature to control R plot dimensions for SVG versions of graphs using key=value pairs. The width and height are scaling factors, and are therefore dimensionless.
    Library upgrades. Upgrade to KeenQuotes 2.4.0 and Jackson 2.13.4.

[close]

https://github.com/DaveJarvis/keenwrite
Titel: CudaText 1.172.5.0
Beitrag von: SiLæncer am 09 Oktober, 2022, 19:50
(https://s26.postimg.cc/k6wu8qcrt/screenshot_901.png)
Create programming scripts with this powerful tool that supports more than 130 languages and allows users to work concurrently on as many as six groups of projects.

Freeware

Changelog
   

    Add: lexer reStructuredText: support headers with Unicode (thanks @lookoutside)
    Add: 'Check for updates': added button "Open changelog" (thanks @ildarkhasanshin)
    Add: updated file-type icons (140 unused icons removed, 40 added)
    Add: commands "dialog: find: toggle" and "dialog: replace: toggle" now consider options "find_suggest_*" (thanks @Vivalzar)
    Fix: command "dialog: find: toggle" could move Find dialog out of the main window
    Fix: Tabs List plugin: wrong columns if file-pair is opened (thanks @veksha)
    Fix: error if Ctrl+D is pressed in Console/Find/Replace input (thanks @mix-7)
    Fix: regression in 1.165.2: Alt+Down stopped working in Console/Find/Replace comboboxes

[close]

https://cudatext.github.io/
Titel: Znote 1.6.2
Beitrag von: SiLæncer am 09 Oktober, 2022, 21:20
(https://i.postimg.cc/qvfVnLWd/screenshot-2617.png)
Znote is a free, elegant program meant to help you write beautifully organized Markdown documents. You can organize your texts, notes, and files even better, using the simplistic left-side widget organizer for smoothly navigating different files.

Freeware

Whats new:>>

Fix log hidden for node child process

https://znote.lagrede.fr/
Titel: Vim 9.0.0709
Beitrag von: SiLæncer am 10 Oktober, 2022, 05:15
Changelog


    Virtual text "after" not correct with 'nowrap'
    Confirm does not work properly for a terminal buffer
    With 'smoothscroll' cursor position not adjusted in long line
    Help in a narrow window always opens at the top
    Virtual text truncation does not take padding into account
    CI runs "tiny" and "small" builds, which are the same
    Failing check for argument type for const any
    Incomplete testing cursor position with 'linebreak' set

[close]

http://www.vim.org/index.php
Titel: Vim 9.0.0719
Beitrag von: SiLæncer am 11 Oktober, 2022, 05:10
Changelog


    Too many delete() calls in tests
    Extra empty line between two virtual text "below"
    Compiler warning for unused variable in tiny build
    With 'nowrap' virtual text "after" does not scroll left
    Wrong argument for append() gives two error messages
    With 'nowrap' two virtual text below not displayed correctly
    <amatch> of MenuPopup event is expanded like a file name
    Wrong column when calling setcursorcharpos() with zero lnum
    SubStation Alpha files are not recognized
    Quitting/unloading/hiding a terminal does not work properly

[close]

http://www.vim.org/index.php
Titel: ImHex 1.24.2
Beitrag von: SiLæncer am 11 Oktober, 2022, 05:40
(https://i.postimg.cc/8C9YTjjW/screenshot-3382.png)
An open-source editor that allows you to manipulate hexadecimal, binary data for writing optimal and well-performing apps, by displaying you content byte by byte.

Donationware

Changelog

    Improvements:

    Many CI improvements once again. Thanks a lot to @iTrooz

    Bug Fixes:

    Fixed rendering of selection in Hex Editor view

    Pattern Language:

    Fixed an incorrect error message with addressof and sizeof operators

    Additions:

    Patterns that overlap with the selected bytes in the hex editor view are now highlighted in blue in the pattern data view
    It's now possible to add custom Data Inspector entries using the Pattern Language
    To do this, create a new file in the %IMHEX_PATH%/scripts/inspectors folder with the .pat extension and enter you pattern code there
    Each value that has been placed in memory using the @ operator will be added to the list
    To get the current selected offset, use the $ operator
    Added numeric value searching to Find View
    Added unique selection and scrolling position support for each provider
    This means when you scroll somewhere and select some data in a file, then switch to a different one and select some bytes there, the selection and scroll position in the original file will still remain where they were
    Added icons next to all textfields
    These display what kind of input this textfield supports. For example: Text, Numbers, Mathematical expressions, Regex, Binary Pattern, etc.
    Modified bytes are now being highlighted in red in the hex editor view until they are saved
    Added Wide Strings (UTF-16) to the Data Inspector
    Added Half Floats to the Data Inspector
    Bookmarks can now be reordered by dragging them around
    The color picker in Bookmarks now has a bunch of predefined colors that can be selected by clicking on them
    Added a Jump to option to the Edit menu that allows scrolling directly to the currently selected region
    Added option to the settings menu to explicitly disable multi window support
    This is useful for systems that either don't properly support Multi Window support or for people using Tiled Window Managers which get very confused by these extra windows.
    If you can't open ImHex properly because of this, you can also manually set the hex.builtin.setting.interface.multi_windows setting in the config file to 0
    Added new options to the settings menu to adjust the padding between individual bytes and the padding between ASCII characters in the hex editor view

    Improvements;

    Reduced File / Provider loading time to basically zero
    Completely removed all lag that happened when typing in the pattern editor
    This extends out to other things that were doing work asynchronously (Disassembler, Yara, Analyzer, etc.)
    Improved startup time of ImHex by about 50%
    Huge pattern arrays will now be split up into chunks of 512 entries in the Pattern Data View to make them easier to navigate.
    Properly display an error message when a Project failed to load
    Display an error message with potential fixes if the file dialog couldn't be opened on Linux. Thanks to @iTrooz
    The File Provider no longer keeps files open when it doesn't need to
    This means other applications that support it, can now open files that are already open in ImHex
    Improved selection and drag scrolling in the Hex Editor View
    ASCII Table background colors are no longer hardcoded so it looks correct in Light Mode
    Limited the maximum number of characters that can be displayed in the tooltip that shows up when hovering over a pattern in the Hex editor view to prevent the tooltip from growing indefinitely
    Properly center current selection when jumping to it

    Bug Fixes:

    Fixed Copy-As Python Array putting a semicolon at the end of the data
    Fixed issues when multiple web requests are running simultaneously
    Fixed issue where file inspector failed to read over page boundaries
    Fixed crash when the hex editor view data visualizer cell byte size was not evenly divisible by the column count
    Fixed many issues and crashes with the Calculator Tool
    Fixed various UTF-8 path bugs that prevented ImHex to work correctly on systems that have non-ASCII characters in their paths
    Fixed issue where the data processor nodes did not remember their position correctly when switching to a different provider
    Fixed potential crashes when trying to paste clipboard data when it's empty
    Fixed flickering of the Pattern Data View when executing a pattern
    Fixed opening files with unicode names through the command line
    Fixed a crash when closing ImHex after launching it through the terminal
    Fixed scrolling issues and improved the whole scrolling system overall
    Fixed pattern evaluator not exiting evaluating state correctly in some cases
    Fixed new lines in wide strings messing up the data inspector view layout
    Fixed highlighting of separator column in the hex editor view

    Pattern Language:

    Added Templates for structs, unions and using declarations
    Break and Continue can now be used outside of arrays to terminate stop evaluating the current type
    Return can now be used anywhere outside of functions to terminate execution of the entire pattern
    Added function to get current hex editor selection as an ImHex Extension
    Added function to demangle a string as an ImHex Extension
    Added support for global arrays
    Added non-type template parameters
    Allow custom types to be used inside of sizeof operators
    This might yield incorrect results if the type's size is not static
    Added better error messages when parsing invalid struct, bitfield and if statements. Thanks to @Calcoph
    Fixed many many issues with templates
    Fixed using control flow statements inside of conditionals
    Fixed padding fields being displayed in bitfields
    Allow use of compound statements in global scope
    The ternary operator no longer enforces exactly the same types for the second and third operand
    Fixed highlighting of arrays of arrays
    Fixed bitfield order not resetting correctly
    Fixed indexing of strings
    Prevent the user from indexing other non-array types
    Fixed a crash when using break in an unsized array
    Fixed std::mem::read_signed yielding invalid values
    Fixed formatting of signed hex values
    Fixed accessing of local arrays
    Fixed string pattern not correctly reading all bytes
    Fixed a few out of bounds indexing errors in the Preprocessor
    Fixed reading from local float variables
    Fixed a crash when passing invalid values to the std::time library
    Fixed issue where while-sized static arrays could expand indefinitely beyond the end of the data
    Fixed crash with empty dynamic arrays

[close]

https://github.com/WerWolv/ImHex
Titel: BaseX 10.3
Beitrag von: SiLæncer am 11 Oktober, 2022, 18:10
(https://s26.postimg.cc/zexqg30d5/screenshot_63.png)
BaseX is a Java-based software application that integrates an XML database and XQuery text editor. It is wrapped in a user-friendly working environment and comes packed with several useful options and configuration parameters for experienced users.

BSD License

Changelog


A new maintenance release is out:

    better pooling of HTTP requests
    new command-line option -W for indenting results
    minor bug fixes

[close]

http://basex.org/
Titel: QOwnNotes 22.10.1
Beitrag von: SiLæncer am 11 Oktober, 2022, 22:00
(https://s26.postimg.cc/hoi1ahlcp/screenshot_978.png)
QOwnNotes is a text editor / notepad replacement with markdown support and todo list manager. The program supports themes, keyboard shortcuts, syntax highlighting, and encryption. Includes available nested file list, tags, search, and more. Optionally works with the notes application ownCloud or Nextcloud.

Cross-platform with clients available for Mac and Linux.

License: GPL

Whats new:>>

    disabling of the Markdown highlighting now also works after a restart of
    the application again (for #2622 )
    when importing attachments with the Evernote import filenames will now be kept
    as good as possible (for #2621 )

http://www.qownnotes.org/
Titel: Scite 5.3.1
Beitrag von: SiLæncer am 12 Oktober, 2022, 09:05
(https://s26.postimg.cc/fbkgceeux/screenshot_1241.png)
Editor mit Syntax-Highlighting, Auto-Completion, Folding und vielem mehr...

Open Source

Changelog


    Added SCI_STYLESETINVISIBLEREPRESENTATION to make it easier to edit around invisible text. This also allows representing long lexemes with a single character to provide a summarized view.
    Removed NotifyLexerChanged notification from DocWatcher. This is a private interface but could be used by independent platform layers and was exposed by ScintillaDocument in the Qt implementation of ScintillaEdit.
    Draw lines more consistently in SC_PHASES_TWO and SC_PHASES_ONE modes by clipping drawing to just the line rectangle. This stops drawing some extreme ascenders, descenders and portions of indicators which may appear and then disappear depending on which lines were drawn.
    Draw SC_MARK_BAR markers underneath other markers as they often cover multiple lines for change history and other markers mark individual lines.
    Enlarge point and point top indicators and scale to be larger with larger text.
    Suppress change history background line shading when printing.
    Make SCI_LINESCROLL more accurate when width of space not integer.
    On Win32 implement horizontal scrolling mouse wheel.
    On Win32 implement horizontal scrolling with Shift + mouse wheel.
    On Win32 ensure page and step clicks on horizontal scroll bar do not overshoot document width.
    On GTK, fix bug where there were too many or too few lines when wrapping.

[close]

www.scintilla.org/SciTE.html
Titel: ImHex 1.24.3
Beitrag von: SiLæncer am 12 Oktober, 2022, 19:20
Changelog


    Additions:

    Added support for editing the ASCII characters in the hex editor view
    Added new Float <-> Buffer conversion nodes to the data processor
    Added new Pattern Language Out variable access node to the pattern processor

    Bug Fixes:

    Fixed a occasional crash when opening providers
    Fixed 64 bit hex data visualizer only displaying 32 bit values
    Fixed some gaps in the hex editor cell background highlighting
    Fixed data inspector still displaying entries despite no bytes being selected
    Fixed invalid axis labels of the plots in the data analyzer view

    Pattern Language:

    Fixed an issue that caused attributes to not work correctly
    Fixed non-type template parameters in using declarations
    Fixed error in formatting function always causing a recursion error after a while

[close]

https://github.com/WerWolv/ImHex
Titel: Vim 9.0.0735
Beitrag von: SiLæncer am 13 Oktober, 2022, 05:10
(https://s26.postimg.cc/xww5nc4zt/screenshot_1282.png)
A highly configurable text editor built to enable efficient text editing - an improved version of the vi editor distributed with most UNIX systems.

Freeware

Changes:>>

breakindent and scrolloff tests fail

http://www.vim.org/index.php
Titel: Vim 9.0.0747
Beitrag von: SiLæncer am 14 Oktober, 2022, 06:45
Changes:>>

too many #ifdefs

http://www.vim.org/index.php
Titel: Vim 9.0.0752
Beitrag von: SiLæncer am 15 Oktober, 2022, 19:10
Changes:>>

Rprofile files are not recognized.

http://www.vim.org/index.php
Titel: RText 6.0.0
Beitrag von: SiLæncer am 15 Oktober, 2022, 21:40
(https://i.postimg.cc/Kzfk1m6B/screenshot-2559.png)
RText is a fully customizable programmer's text editor. Some of its features include syntax highlighting, editing multiple documents at once, printing and print preview, find/replace/find in files dialogs, undo/redo, and online help.

Licence: Freeware (GPL)

Changelog


This release brings the following changes:

    Fix #79: Add ES6 support to JS code completion
    Fix #70: Proto file support
    Fix #82: Add Ruby support to console plugin
    Fix #81: Support "~" to denote the user's home directory in the file chooser
    Fix #60: Update JRE to 17 from 14
    Fix #67: "Add Examples" for macros doesn't set Options panel as dirty
    Fix #66: "Recent Files" dialog should display generic icon for since-deleted files
    Fix #61: Update Groovy dependency to 3.x
    Fix #78: Modify a Template dialog uses wrong colors with dark theme
    Fix #69: Better OS X next/previous tab shortcut
    Added several macOS-specific keyboard shortcuts that were missing
    to the editor

[close]

https://bobbylight.github.io/RText/
Titel: Text Editor Pro 24.0.2
Beitrag von: SiLæncer am 16 Oktober, 2022, 09:30
(https://s26.postimg.cc/hfdkhoj9l/screenshot_896.png)
Text Editor Pro (formerly EditBone) is a powerful text editing tool that comes with syntax highlighting support for over 50 languages and scripts, customizable with over 100 options, 29 ready made styles, a handy file comparison feature, unicode character map, numerical unit convert tool, SQL formatter, and support for multiple directories and search results.

Freeware

Changelog


    Fixed about dialog
    Fixed actions
    Fixed file closing
    Fixed multi-caret cursor color
    Fixed scaling issues
    Fixed text editor control
    Fixed theme inspector
    Renamed MS-DOS Batch to Batch highlighter
    Updated language files
    Updated PDFium binaries (DLL files)

[close]

https://texteditor.pro/
Titel: Vim 9.0.0759
Beitrag von: SiLæncer am 16 Oktober, 2022, 10:10
Changes:>>

too many delete() calls in tests

http://www.vim.org/index.php
Titel: Trilium Notes 0.56.0 Beta
Beitrag von: SiLæncer am 16 Oktober, 2022, 10:30
(https://i.postimg.cc/2yDgvbpj/screenshot-2595.png)
A hierarchical note-taking software application with focus on building large personal knowledge bases while also providing a flurry of options.

License: AGPL

Changelog

    Codemirror updated to 5.65.9
    Ckeditor updated to 35.2.1
    Update pwa manifest support deploy in sub folder
    Fix of Edit button not refreshing correctly upon note type/mime change
    Fix toc with > 10 items on the same level, closes
    Support basic auth in ETAPI
    Improved error handling of wrong port configuration,
    Added "#color" label support for notes
    Reference links now contain note's icon
    Update docker-compose sample to use node user home dir and pull directly from docker hub
    Fix hidden backlinks, closes
    0 offset of context menu, fixes
    Improve "open" button behaviour for files when in browser
    Fix deleting / erasing note

[close]

https://github.com/zadam/trilium
Titel: CudaText 1.173.0.0
Beitrag von: SiLæncer am 16 Oktober, 2022, 18:30
(https://s26.postimg.cc/k6wu8qcrt/screenshot_901.png)
Create programming scripts with this powerful tool that supports more than 130 languages and allows users to work concurrently on as many as six groups of projects.

Freeware

Changelog
   

    Add: API for LSP plugin to render colored auto-completion listbox (thanks @veksha)
    Add: option "gutter_icon_size"
    Add/change: for modified ui-tabs, render separate circle-mark instead of '*' char in the title text; ui-tabs with plugin-set custom title now also show modified circle-mark
    Add: toolbar shows 'pressed' state for additonal user-added buttons: 'word wrap', 'read-only', 'insert/overwrite mode', 'show micromap', 'show ruler' (thanks @hexaae)
    Fix: lexer Markdown: fixed rules for backtick-codeblocks, to not fail on empty line in block (thanks @etn0)
    Fix: Project Manager: fixed errors on ancient Python 3.5
    Fix: Ctrl+BackSpace in auto-completion (thanks @actforjason)

[close]

https://cudatext.github.io/
Titel: Vim 9.0.0777
Beitrag von: SiLæncer am 17 Oktober, 2022, 06:45
Changes:>>

    9.0.0777: code is indented too much
    9.0.0776: MSVC can't have field name "small"
    9.0.0775: MS-Windows: mouse scrolling not supported in the console
    9.0.0774: the libvterm code is outdated
    9.0.0773: huge build on macos uses dynamic Perl
    9.0.0772: the libvterm code is outdated
    Update runtime files
    9.0.0771: cannot always tell the difference beween tex and rexx files
    9.0.0770: quickfix commands may keep memory allocated

http://www.vim.org/index.php
Titel: MiKTeX 22.10
Beitrag von: SiLæncer am 17 Oktober, 2022, 19:45
(https://i.postimg.cc/rpCxYpK5/MiKTeX.png)
Lightweight and simple-to-use application which enables you to write mathematical, technical or any other type of scientific material.

Freeware

Changelog

Fixed issues

    1183 : MiKTeX 22.8.28 Portable is missing pdflatex
    1188 : "pdflatex.exe" missing from "Windows net installer 64"

[close]

https://miktex.org
Titel: Znote 1.7.0
Beitrag von: SiLæncer am 17 Oktober, 2022, 21:50
(https://i.postimg.cc/qvfVnLWd/screenshot-2617.png)
Znote is a free, elegant program meant to help you write beautifully organized Markdown documents. You can organize your texts, notes, and files even better, using the simplistic left-side widget organizer for smoothly navigating different files.

Freeware

Changelog


Improvements

    New cleaner and leaner UI
    Partial run mode to display only the result of code block ????
    Add setting option to show/hide markdown toolbar

Bug fixes

    Reset preview size on every layout change

[close]

https://znote.lagrede.fr/
Titel: EmEditor 22.0.1
Beitrag von: SiLæncer am 18 Oktober, 2022, 05:40
(https://1z9j8fz5fww49iaje1itey71-wpengine.netdna-ssl.com/wp-content/uploads/2013/09/EmEditorFree_Window.png)
EmEditor is a lightning-fast, tabbed text editor with themes, syntax highlighting, stay-on-top, and customizable keyboard mapping. The program supports batch find-and-replace, regular expressions, and more.

Release Notes

    Worked around an issue where you couldn’t print only one specified page on Windows 11 Update (Version 22H2). For instance, printing while specifying page 3 in the Print dialog box actually printed page 1.
    Fixed a bug where the Fuzzy Matching Options menu item existed in the menu displayed when you clicked on the > button in the Find/Replace dialog box in EmEditor Free. The Fuzzy Matching Options is available only on EmEditor Professional.
    v22.0.0 always displays file extensions even if the Hide extensions for known file types option was turned on in File Explorer. This was reverted on v22.0.1.
    Supported Emoji sequences including the variation selector (VS15) for text style (U+FE0E).
    Fixed a pre-v22.0 issue where the Bulk Replace in CSV mode or multiple-selecitons might not have worked correctly.
    Fixed a pre-v22.0 issue where the last newline might not have been copied if the last line is empty in the CSV cell selection mode.
    Fixed a pre-v22.0 issue related to the Add Next Next Occurrence command while loading a very large file.
    The new version will not display the EmEditor Launch time when the EmEditor Quick Start option is turned on.

[close]

https://www.emeditor.com
Titel: Znote 1.7.1
Beitrag von: SiLæncer am 18 Oktober, 2022, 06:20
Whats new:>>

Fix dark theme issue with popup f(x)

https://znote.lagrede.fr/
Titel: Vim 9.0.0785
Beitrag von: SiLæncer am 18 Oktober, 2022, 06:45
(https://s26.postimg.cc/xww5nc4zt/screenshot_1282.png)
A highly configurable text editor built to enable efficient text editing - an improved version of the vi editor distributed with most UNIX systems.

Freeware

Changelog


    9.0.0785: memory leak with empty shell command
    9.0.0784: text prop "above" not right with 'number' and "n" in 'cpo'
    9.0.0783: ":!" doesn't do anything but does update the previous command
    9.0.0782: OpenVPN files are not recognized
    9.0.0781: workaround to rename "small" to "smallfont" is clumsy
    9.0.0780: 'scroll' value computed in unexpected location
    9.0.0779: lsl and lm3 file extensions are not recognized
    9.0.0778: indexing of unknown const type fails during compilation

[close]

http://www.vim.org/index.php
Titel: Znote 1.7.2
Beitrag von: SiLæncer am 18 Oktober, 2022, 18:40
Whats new:>>

    Fix escape key not working

https://znote.lagrede.fr/
Titel: Vim 9.0.0792
Beitrag von: SiLæncer am 19 Oktober, 2022, 06:15
Whats new:>>

    9.0.0792: MS-Windows: compiler complains about unused function
    9.0.0791: at the hit-Enter prompt the End and Home keys may not work
    9.0.0790: test for dummy buffer does not always produce the E86 error
    9.0.0789: dummy buffer ends up in a window
    9.0.0788: ModeChanged autocmd not executed when Visual ends with CTRL-C
    9.0.0787: mouse scrolling in terminal misbehaves without dll
    9.0.0786: user command does not get number from :tab modifier

http://www.vim.org/index.php
Titel: KeenWrite 2.9.6
Beitrag von: SiLæncer am 19 Oktober, 2022, 19:10
(https://i.postimg.cc/3w8rCcRs/screenshot-2904.png)
Java-based text editor that comes with numerous features, such as live preview, formulas, Markdown support and string interpolation.

BSD License

Changelog


    Add ID attribute to heading tags, based on a normalized version of the heading text. The heading text is converted to lower case, spaces are converted to hyphens, and non-alphanumeric characters are removed. For example, # Fruit in Markdown is exported as <h1 id="fruit"> while ### Xander Angelos (August 24, 2058) is exported as <h3 id="xander-angelos-august-24-2058">.
    Remove id="caret" attribute when exporting to HTML (or any other format), which fixes issue #113 .
    Upgrade SnakeYAML library from 1.30 to 1.33.

[close]

https://github.com/DaveJarvis/keenwrite
Titel: Znote 1.7.4
Beitrag von: SiLæncer am 20 Oktober, 2022, 18:20
Whats new:>>

Fixed lock screen display

1.7.3

    Bug fixes:

    Fixed footer height when resizing
    Hide layout buttons on small windows

https://znote.lagrede.fr/
Titel: CudaText 1.173.2.0
Beitrag von: SiLæncer am 20 Oktober, 2022, 19:30
(https://s26.postimg.cc/k6wu8qcrt/screenshot_901.png)
Create programming scripts with this powerful tool that supports more than 130 languages and allows users to work concurrently on as many as six groups of projects.

Freeware

Changelog
   

    Fix: minor issues with formatting in auto-completion listbox (thanks @veksha)
    Fix: wrong filter-char highlighting in menu dialog when item is collapsed with "..." (thanks @veksha)
    Fix: LSP plugin tooltip could appear in Alt+Tab list on Windows (thanks @veksha)
    Fix: lexer PHP: wrong folding of 'default:' blocks (thanks @veksha)
    Fix: Breadcrumbs plugin: code-tree cells may appear without icons, when code-tree is hidden
    Fix: regression in 1.117 or older: in GTK2 version clipboard is cleared on exit

[close]

https://cudatext.github.io/
Titel: QOwnNotes 22.10.2
Beitrag von: SiLæncer am 20 Oktober, 2022, 22:30
(https://s26.postimg.cc/hoi1ahlcp/screenshot_978.png)
QOwnNotes is a text editor / notepad replacement with markdown support and todo list manager. The program supports themes, keyboard shortcuts, syntax highlighting, and encryption. Includes available nested file list, tags, search, and more. Optionally works with the notes application ownCloud or Nextcloud.

Cross-platform with clients available for Mac and Linux.

License: GPL

Changelog


    the connection test in the Nextcloud / ownCloud settings now also shows the notes path
    on the server that is being checked (for #2627 )
        a tooltip with information about where to find the path was also added to the text
    the note folder is now reloaded and the current note is set to the first note after pressing
    No in Note was removed externally! dialog (for #2629 )
    the QOwnNotesAPI Nextcloud App
    was updated to version 22.10.0 to support Nextcloud 25 (for #41 )
        also the code got a cleanup
    the Polish translation was integrated into the webpage on QOwnNotes webpage in Polish
    added more French translation (thank you chocolatine)

[close]

http://www.qownnotes.org/
Titel: Vim 9.0.0809
Beitrag von: SiLæncer am 21 Oktober, 2022, 05:45
Whats new:>>

    9.0.0809: test for job writing to buffer fails
    9.0.0808: jsonnet filetype detection has a typo
    9.0.0807: with 'smoothscroll' typing "0" may not go to the first column
    9.0.0806: 'langmap' works differently when there are modifiers
    9.0.0805: filetype autocmd may cause freed memory access
    9.0.0804: crash when trying to divide a number by -1
    9.0.0803: readblob() cannot read from character device
    9.0.0802: MS-Windows: cannot map console mouse scroll events

http://www.vim.org/index.php
Titel: Google Web Designer 15.0.3.1010
Beitrag von: SiLæncer am 21 Oktober, 2022, 06:20
(https://i.postimg.cc/1zmQ8Bbd/screenshot-1406.png)
Google Web Designer allows you to create engaging, interactive HTML5-based designs and motion graphics that can run on any device. Let us handle the HTML5 and CSS3 so you're free to focus on what you love to do: creating gorgeous visual experiences. A full design suite lets you easily bring any vision to life. If you're feeling more hands-on, all the code behind your designs is hand-editable, so you're never locked out of your own work. Your ideas are now amplified by code - not restricted by it.

Freeware

Whats new:>>

Fixed issue where stage zoom was reset after resizing the viewport.
Fixed flickering when moving an image on the stage that used a scaling option other than "Stretch to fill".
Fixed issue where the visibility of an element or mask on the stage didn't reflect edits to the first keyframe.
Fixed issue exporting some dynamic HTML5 documents as images.
Fixed issue where elements were not hidden before the visibility range start time in exported videos, animated GIFs, and image ads.
Fixed issue with visibility range not working due to an extra keyframe being inadvertently created.

http://www.google.com/webdesigner
Titel: PSPad 5.0.7 Build 737 Dev
Beitrag von: SiLæncer am 21 Oktober, 2022, 19:10
(http://images.six.betanews.com/screenshots/1076948037-1.png)
PSPad is a universal freeware editor. There is no complex install process; the program is ready to work immediately, without requiring customization. It supports many file types and languages, with syntax highlighting. There are macros, clip files and templates to automate repetitive activities. An integrated HEX Editor, Project support, FTP Client, Macro Recorder, File Search/Replace, Code Explorer, code page conversion, are just some of the many possibilities that PSPad can offer you.

Freeware

Changelog

    News:

    HTML export generates inline CSS for selected text (HTML fragment), for non selected generates whole HTML page with CSS definition and references
    ASCII chart - added control chars
    Char ^Z (1A) removed from binary file detection

    Fixes:

    File tabs - file change indication doesn't appear in some cases
    Bookmark drawing wren you scroll with arrows
    Other fixes reported by users

[close]

http://www.pspad.com/
Titel: Vim 9.0.0813
Beitrag von: SiLæncer am 22 Oktober, 2022, 09:10
Whats new:>>

Kitty terminal is not recognized

http://www.vim.org/index.php
Titel: Trilium Notes 0.56.1
Beitrag von: SiLæncer am 23 Oktober, 2022, 10:50
(https://i.postimg.cc/2yDgvbpj/screenshot-2595.png)
A hierarchical note-taking software application with focus on building large personal knowledge bases while also providing a flurry of options.

License: AGPL

Changelog

    codemirror updated to 5.65.9
    ckeditor updated to 35.2.1
    update pwa manifest support deploy in sub folder #3199
    fix of Edit button not refreshing correctly upon note type/mime change
    fix toc with > 10 items on the same level, closes #3182
    support basic auth in ETAPI
    improved error handling of wrong port configuration, #3177
    added "#color" label support for notes
    reference links now contain note's icon
    Update docker-compose sample to use node user home dir and pull directly from docker hub #3161
    fix hidden backlinks, closes #3158
    0 offset of context menu, fixes #3157
    improve "open" button behaviour for files when in browser #3153
    fix deleting / erasing note
    fix running of runOnNoteCreation hook, #3219
    don't display "workspace templates", #3219
    fix backlinks in day note subtree, fixes #3158
    Check both http and https in DockerHealthcheck #3213
    fix print color to black, closes #3202
    don't create app icon for flatpak/debian linux builds, fixes #3201

[close]

https://github.com/zadam/trilium
Titel: PilotEdit Lite 16.9.0
Beitrag von: SiLæncer am 24 Oktober, 2022, 06:15
(http://www.pilotedit.com/images/OpenInQuickMode.PNG)
PilotEdit is a text, hex, XML, C/C++, HTML, PHP, Java, Javascript and Perl editor that can edit large files of 400GB (40 billion lines).

It offers customizable syntax and keyword highlighting, advanced search and replace operations, automatic text encoding, 256-bit AES encryption/decryption and a built-in FTP/SFTP client lets you open, edit, download and upload large files directly to/from a FTP/SFTP server.

In addition to standard text editing features, PilotEdit can compare and merge two large files of 100GB (10 billion lines). You can also sort, find/remove duplicate lines and extract strings over a large file of 1GB.

Freeware

Zitat
PilotEdit 16.9.0 changes default theme to black

http://www.pilotedit.com/
Titel: Znote 1.7.5
Beitrag von: SiLæncer am 24 Oktober, 2022, 22:20
(https://i.postimg.cc/qvfVnLWd/screenshot-2617.png)
Znote is a free, elegant program meant to help you write beautifully organized Markdown documents. You can organize your texts, notes, and files even better, using the simplistic left-side widget organizer for smoothly navigating different files.

Freeware

Whats new:>>

Changed default editor font

https://znote.lagrede.fr/
Titel: Znote 1.7.6
Beitrag von: SiLæncer am 25 Oktober, 2022, 21:15
Whats new:>>

    Bug fixes:

    Reopen editor with last used layout
    Show layout buttons on locked note

https://znote.lagrede.fr/
Titel: HelpNDoc 8.2.0 Build 286
Beitrag von: SiLæncer am 25 Oktober, 2022, 21:40
(https://s26.postimg.cc/n8qdqw1ix/screenshot_994.png)
HelpNDoc provides all the tools necessary to write complete help files, manuals and documentations in a user friendly and very easy to use environment. HelpNDoc can generate standard Windows CHM help files, WEB based documentation, iPhone specific websites as well as printable PDF and Word documents.

HelpNDoc is completely free for personal use and evaluation purposes.

Changelog

    It is now possible to define pre-build actions, which are similar to post-build actions but run before the generation process
    New build action: Run an external program and check its return code
    Completely redesigned the auto-completion dialog, with the ability to switch completion modes, clearer user interface with icons, additional keyboard shortcuts
    Entering a sharp character (#) in the topic editor, followed by the CTRL-SPACE keyboard shortcut, will list all anchors in the current topic for fast hyperlink creation
    Redesigned the default topic selection in the project option panel: now using a full tree for faster and more accurate selection of the default topic
    New API method HndTopicsEx.GetTopicCaptionHierarchy to get the hierarchy of caption for a specific topic
    Default HTML template improvement: search field is focused and selected when the search tab is clicked
    Added menu items to access the last generated for each documentation format: paths are stored within the HND project file for quick usage without re-generation next time the project is opened
    Script editor now includes a "Save as" button to save the currently edited script as a new file
    Split Word DocX document is now correctly and fully imported when there is nothing to split
    Split Word DocX document now correctly imports the first content, appearing before the first split item
    When a Word document containing empty titles was split, its imported content could be placed in the wrong topics or discarded altogether
    Improved default HTML template's Search Engine Optimization (SEO): URL topics now display a link to their URL when they appear in the breadcrumb
    The template editor allowed templates to be renamed using default template names, causing confusion and problems with template selection
    Selecting a default topic with a duplicate caption could use the wrong topic as the default one
    Some project options fields' modifications were discarded when the project was saved if the control didn't lose focus first
    Optimized project options window which is now much faster to display, particularly on large projects
    The HndTopics.CreateMultipleTopics API created topics at the same level as the parent topic instead of as its children
    Slightly improved program startup time

[close]

http://www.helpndoc.com/
Titel: BabelEdit 4.0.1
Beitrag von: SiLæncer am 26 Oktober, 2022, 06:20
(https://s26.postimg.cc/7efmb9imh/screenshot_979.png)
A translation editor that can process one or more JSON files at the same time, providing support for both json and namespaced-json formats.

Freeware

Changelog

    Features:

    React/formatjs: default format is now "FormatJS simple"
    Reduced file size of .babel XML file (using tabs instead of spaces)
    Improved checks when loading .babel file to detect merge errors

    Fixes:

    Auto-completion in "Add ID" dialog
    Performance improvements
    Minor bug fixes

[close]

https://www.codeandweb.com/babeledit
Titel: CudaText 1.174.0.0
Beitrag von: SiLæncer am 26 Oktober, 2022, 09:11
(https://s26.postimg.cc/k6wu8qcrt/screenshot_901.png)
Create programming scripts with this powerful tool that supports more than 130 languages and allows users to work concurrently on as many as six groups of projects.

Freeware

Changelog
   

    Change: simplified app icon
    Add: ui-tabs render colored circle also for externally modified/deleted files (thanks @bogen85)
    Add: Windows: normalize case of filenames on opening (thanks @veksha, @KodeZwerg)
    Add: if "ui_esc_close":true, and Esc is pressed to 'cancel selection', don't quit but perform the command (thanks @GenuZ)
    Add: "underline_color_files" must support 'rgb(10 20 30 / 50%)' (thanks @eltonfabricio10)
    Add: file-flag "plugin_disabled" in plugin's folder - disables loading of plugin
    Add: toolbar 'pressed' states react fast to: buttons pressing, ui-tab switching
    Add: support Python 3.11
    Fix: regression in 1.173 - tree-helpers don't work for lite lexers (thanks @mix-7)
    Fix: bug in calculating text-pos from mouse-pos for proportional fonts (thanks @cg00001)
    Fix: "autocomplete_autoshow_chars":2 - a) must not fire event if ui-tab is quickly switched; b) value 2 didn't work with 3 typed characters (thanks @veksha)
    Fix: bad plugin's editor scrollbar with "micromap_on_scrollbar":true (thanks @veksha)

[close]

https://cudatext.github.io/
Titel: Zim 0.75.1
Beitrag von: SiLæncer am 26 Oktober, 2022, 18:10
(https://i.postimg.cc/yxy8Rgtg/screenshot-3367.png)
Zim is desktop Wiki system that lets you maintain a collection of wiki pages. Each page can contain links to other pages, simple formatting and images. Pages are stored in a folder structure, like in an outliner, and can have attachments. Creating a new page is as easy as linking to a nonexistent page. All data is stored in plain text files with wiki formatting. Various plugins provide additional functionality, like a task list manager, an equation editor, a tray icon, and support for version control.

License: Open Source

Changelog

* Fix bug with relative path notebook icon
* Fix bug with icons in notebookdialog
* Fix bug with loading sub-notebooks via "notebook.zim"
* Fix bug with "--list" commandline
* Fix issue opening unicode attachements on win32
* Fix saving preferences for edit bar
* Fix link visibility in TableEditor
* Use flatpak locale directory in flatpak

[close]

https://zim-wiki.org/index.html
Titel: WebKitty 3.0.0
Beitrag von: SiLæncer am 26 Oktober, 2022, 19:30
(https://i.postimg.cc/jqyG1d25/screenshot-1629.png)
This web dev IDE makes it more convenient for web developers to code and manage their websites, made possible via a singular interface to facilitate the entire process.

MIT License

Whats new:>>

    Large browser window.
    Better auto complete.

https://github.com/yikuansun/webkitty
Titel: QOwnNotes 22.10.3
Beitrag von: SiLæncer am 27 Oktober, 2022, 19:30
(https://s26.postimg.cc/hoi1ahlcp/screenshot_978.png)
QOwnNotes is a text editor / notepad replacement with markdown support and todo list manager. The program supports themes, keyboard shortcuts, syntax highlighting, and encryption. Includes available nested file list, tags, search, and more. Optionally works with the notes application ownCloud or Nextcloud.

Cross-platform with clients available for Mac and Linux.

License: GPL

Whats new:>>

    a crash when right-clicking on the textedit in dialogs like the todo list dialog
    and the issue dialog was fixed (for #2634 )
    added more Spanish, Korean, Catalan, Polish, French translation (thank you
    fitoschido, venusgirl, mguerra, hansa2662, chocolatine)

http://www.qownnotes.org/
Titel: Trilium Notes 0.56.2
Beitrag von: SiLæncer am 28 Oktober, 2022, 06:05
(https://i.postimg.cc/2yDgvbpj/screenshot-2595.png)
A hierarchical note-taking software application with focus on building large personal knowledge bases while also providing a flurry of options.

License: AGPL

Changelog

    Upgrade mermaid to 9.1.7
    Fix deleting note from task manager, closes
    Close hanging autocomplete on dialog close, fixes
    Allow specifying rootNote for date API functions,
    Fix clicking internal link in the ckeditor toolbar, closes

[close]

https://github.com/zadam/trilium
Titel: Vim 9.0.0820
Beitrag von: SiLæncer am 30 Oktober, 2022, 09:10
(https://s26.postimg.cc/xww5nc4zt/screenshot_1282.png)
A highly configurable text editor built to enable efficient text editing - an improved version of the vi editor distributed with most UNIX systems.

Freeware

Changes:>>

9.0.0820: memory leak with empty shell command

http://www.vim.org/index.php
Titel: OutWiker 3.2.0.912 Beta
Beitrag von: SiLæncer am 30 Oktober, 2022, 19:15
(https://s26.postimg.cc/87bx6b16h/screenshot_33.png)
OutWiker is an open-source personal wiki and outliner. Notes are stored in a tree, and kept in the form of directories on the disk. This encourages changing the base by external sources and programs. Currently there are three types of pages supported: plain text, HTML, and wiki. External files (such as pictures) can be attached to pages, and pages can be linked to each other. Each tree branch can be opened as a separate wiki. Other features include tag support, global search (notes and tags), bookmarks, HTML syntax highlighting and icons for notes.

OutWiker can be downloaded with or without plugins, as well as for Linux systems.

License : GPL

Whats new:>>

    Added page search in preview mode.
    Small GUI improvements.
    Bug fixes.

http://jenyay.net/Outwiker/English
Titel: KeenWrite 2.9.7
Beitrag von: SiLæncer am 30 Oktober, 2022, 20:10
(https://i.postimg.cc/3w8rCcRs/screenshot-2904.png)
Java-based text editor that comes with numerous features, such as live preview, formulas, Markdown support and string interpolation.

BSD License

Changelog


    Ensure focus goes to spelling corrections menu upon pressing Alt+Enter.
    Upgrade to KeenQuotes 4.2.1 to fix curling the contraction 'fore ("before"/"fore").
    Upgrade to JDK 19.0.1 (performance improvements, bug fixes).
    Upgrade to JavaFX 19 (numerous bug fixes).

[close]

https://github.com/DaveJarvis/keenwrite
Titel: TEA 61.2.0
Beitrag von: SiLæncer am 31 Oktober, 2022, 09:20
(https://s26.postimg.cc/h1i60dicp/screenshot_255.png)
TEA is a graphical text editor. Its name is an acronym for Text Editor of the Atomic Era. It is designed for low resource consumption, a wide range of functions and adaptability.

License: GPLv3

Changelog


This release features bugfixes, and most important the Qt6 text copy to clipboard bug among them (the line-breaks bug).
+View - Preview Markdown //preview a currently opened md-file

[close]

https://tea.ourproject.org/
Titel: QOwnNotes 22.11.1
Beitrag von: SiLæncer am 31 Oktober, 2022, 21:20
Whats new:>>

    the Markdown to HTML converter library md4c was updated to get the latest fixes and
    improvements (for #1732 , thank you, @Waqar144)

22.11.0

    a preview issue with 17 spaces in code-blocks was fixed
    (for #1732 )
    added more Arabic translation (thank you noureddin)

http://www.qownnotes.org/
Titel: RJ TextEd 15.65
Beitrag von: SiLæncer am 01 November, 2022, 05:30
(https://s26.postimg.cc/775l9vjeh/screenshot_593.png)
RJ TextEd - A Unicode source and text editor. RJ TextEd is a full featured text and source editor with Unicode support, syntax highlighting and code folding. The functionality extends beyond text files and includes support for HTML editing with integrated preview, spell checking, auto completion, HTML validation, templates and more. The program also include support for Topstyle Lite CSS editor, has a dual pane file commander, as well as a FTP client to upload your files. The editor uses language files to display menus and dialogs in different languages. There are several included languages. New language files can easily be created in the editor. RJ TextEd is also a simple web development tool. The editor can use auto completion and hints to assist you in editing your source code. You can preview HTML/ASP/PHP... code using one of the preview tabs or open a document in a browser. The editor does not only handle source code. It also handles true ASCII files, binary files and of course plain text files.

License: Freeware

Changelog

Associate file extensions

In options you can now assign the icon to be displayed in Explorer, for your associated file type. There are several text document icons to choose from, including the default program icon.

Associate file extensions should work better now on Windows 10/11 as well.
If a file extension was previously associated with a different program, you may have to open a file with that extension and select RJ TextEd as the default app, when Windows asks which app to use.

FTP profile

The option for passive connection is now always checked when creating a new profile.

Fixed

* FTP file size display error.

[close]

http://www.rj-texted.se/
Titel: Vim 9.0.0822
Beitrag von: SiLæncer am 01 November, 2022, 05:45
Changes:>>

crash when dragging the statusline with a mapping

http://www.vim.org/index.php
Titel: Znote 1.7.7
Beitrag von: SiLæncer am 01 November, 2022, 18:20
(https://i.postimg.cc/qvfVnLWd/screenshot-2617.png)
Znote is a free, elegant program meant to help you write beautifully organized Markdown documents. You can organize your texts, notes, and files even better, using the simplistic left-side widget organizer for smoothly navigating different files.

Freeware

Changelog


    Bug fixes:

    Fix: font measurement (font gap with cursor on code block)
    Fix: code block execution with keyboard shortcut for javascript language

    Improvement:

    Add minimal console.log for convenience

[close]

https://znote.lagrede.fr/
Titel: Vim 9.0.0828
Beitrag von: SiLæncer am 03 November, 2022, 06:15
Changes:>>

Various typos.

http://www.vim.org/index.php
Titel: QOwnNotes 22.11.2
Beitrag von: SiLæncer am 03 November, 2022, 19:50
(https://s26.postimg.cc/hoi1ahlcp/screenshot_978.png)
QOwnNotes is a text editor / notepad replacement with markdown support and todo list manager. The program supports themes, keyboard shortcuts, syntax highlighting, and encryption. Includes available nested file list, tags, search, and more. Optionally works with the notes application ownCloud or Nextcloud.

Cross-platform with clients available for Mac and Linux.

License: GPL

Whats new:>>

    in macOS now the Home and End keys move the cursor
    to the start and end of the line and Ctrl+ Home and
    Ctrl+ End now moves the cursor to start and end of
    the document (for #2643 )

http://www.qownnotes.org/
Titel: QOwnNotes 22.11.3
Beitrag von: SiLæncer am 04 November, 2022, 21:50
Whats new:>>

    an issue with selecting with the Home and End keys
    was fixed (for #2643 )
    Markdown images with no alt image text are now shown in the preview
    (for #2644 )
    the in-note search panel is now closed automatically when the text in the
    note-search panel is cleared (for #2645 )
    added more Polish translation (thank you fresta)

http://www.qownnotes.org/
Titel: Vim 9.0.0831
Beitrag von: SiLæncer am 05 November, 2022, 10:10
Changes:>>

compiler warning for redefining HAVE_DUP

http://www.vim.org/index.php
Titel: KuroNote 2.1.0.1
Beitrag von: SiLæncer am 05 November, 2022, 10:40
(https://i.postimg.cc/QtD93d41/screenshot-2032.png)
Add a splash of color and personality to your documents’ backgrounds using this free and open-source text editor with highly customizable themes.

License: Open Source

Changelog


    Updated branding globally!
    Major preset themes overhaul - almost all of them have improved readability.
    RGB values are now visible in custom theme manager.
    Custom theme manager opacity slide preview now only updates after a tiny interval instead of every millisecond - improves performance.
    New "UniformToFill" default image background scaling method preserves original aspect ratio by automatically changing zoom - no more distortion!
    New "Stretch image backgrounds" disabled option added (in Options > Interface) that can toggle between the new "UniformToFill" and old "Stretch" image background scaling methods.
    New "Auto word selection" disabled option added (in Options > Text) that enables/disables default "caret snaps to words" functionality.
    New "Overtyping (insert key)" enabled option added (in Options > Text) that enables/disables default "Insert" (INS key) functionality.
    Removed confusing "Remember Font Up/Down" and "Override theme font size" options. These have been condensed into a single new "Remember font size" enabled option (in Options > Text). Essentially the user's font size will now always be preserved, regardless of theme, if this is enabled.
    Font dialog (Format > Font...) now recognises non-standard font sizes.
    The dialogs for find, replace, AES encryption and AES decryption now have auto-focus. As soon as you open them, you can start typing without having to click in a box.
    Removed 3 themes: "Spotless Snow", "Bold Gold" and "Sparkly Pink".
    Added 7 new themes: "Immerse", "Deep Red", "Geometric", "Cotton Cloudy", "Holographic", "PCB" and "Tight-knit".
    Added 5 new achievements.

[close]

https://github.com/Micsupreeme/KuroNote
Titel: CudaText 1.175.0.2
Beitrag von: SiLæncer am 05 November, 2022, 10:50
(https://s26.postimg.cc/k6wu8qcrt/screenshot_901.png)
Create programming scripts with this powerful tool that supports more than 130 languages and allows users to work concurrently on as many as six groups of projects.

Freeware

Changelog
   

    change: changed rendering of "Unicode combined characters" (accent chars), now they have separate char-cell like letters; this was needed to solve several issues with accent chars (thanks @iconv)
    change: don't activate ui-tab by right/middle click (thanks @iconv)
    change: Find dialog: close the dialog after 'Select all'/'Mark all' (thanks @Vivalzar, @veksha)
    change: Find dialog: now Up-arrow goes to next dropdown item (before Down-arrow did that), like in Sublime Text (thanks @Vivalzar)
    change: API event on_change_slow becomes more lazy, ie it fires only in the applicaion idle state (no keyboard/mouse input for 1-2secs)
    add: dialog About: add button 'Copy to clipboard'
    fix: with "undo_persistent" on, lines with tab-chars were loaded wrong from undo-file (thanks @veksha)
    fix: options "caret_view*" did not affect: find-dialog, console, code-tree filter, menu dialogs (thanks @iconv)
    fix: command "insert empty line below" inserted 2 lines at the file end (thanks @iconv)
    fix: command "delete line" was not deleting the last line (thanks @iconv)
    fix: wrong Undo after Alt+Up / Alt+Down (thanks @iconv)
    fix: regression in 1.173: code-tree was not updated good for lite lexers (thanks @mix-7)
    fix: regression in 1.171: with 3 selections '_[dd][dd][dd]_' typing 'a' produced '_a_' instead of '_aaa_'
    fix: regression in 1.166.x: _empty_ session was reopened wrong (thanks @TomBraider42)

[close]

https://cudatext.github.io/
Titel: QOwnNotes 22.11.4
Beitrag von: SiLæncer am 05 November, 2022, 18:00
Whats new:>>

    in macOS you can now select text with Shift+ Home and
    Shift+ End to the beginning and end of the line
    (for #1593 )
        when also holding Ctrl you can select until the beginning or
        end of the document

http://www.qownnotes.org/
Titel: Znote 1.7.8
Beitrag von: SiLæncer am 05 November, 2022, 18:50
Whats new:>>

    Speed up application initialization
    JS Playground default enable

https://znote.lagrede.fr/
Titel: TeXstudio 4.4.0 Beta 5
Beitrag von: SiLæncer am 05 November, 2022, 19:20
(https://i.postimg.cc/Fz8CktsG/screenshot-2846.png)
GPL-LaTeX-Editor, der das Erstellen von LaTex-Dokumenten in Unicode vereinfacht; unterstützt den Nutzer beim Schreiben mittels interaktiver Rechtschreibprüfung, Syntax-Highlighting, Code-Folding und automatischer Code-Vervollständigung.

Open Source

Whats new:>>

fix orion dark

http://texstudio.sourceforge.net/
Titel: Vim 9.0.0841
Beitrag von: SiLæncer am 07 November, 2022, 09:03
Changes:>>

    Deletebufline() does not always return 1 on failure
    Cannot change a slice of a const list
    Test may fail depending on sequence of events
    Compiler warnings for unused variables
    Append() reports failure when not appending anything

http://www.vim.org/index.php
Titel: EditPad Lite 8.4.1
Beitrag von: SiLæncer am 07 November, 2022, 18:20
(http://www.editpadpro.com/screens/editpadlite.png)
EditPad Lite is a general-purpose text editor, designed to be small and compact, yet offer all the functionality you expect from a basic text editor.

Free for personal use

Changelog

    Bug fixes:

    FTP: Could not connect to FTP servers such as WS_FTP that return a 503 error if the SYST command is sent before logging in (5.4.0 only).
    Home key had no effect if the cursor was beyond the end of a line on an empty line (and thus also beyond the start of that line) when using a complex script text layout.
    Placeholders: A single extraneous character at the end of a placeholder option was ignored; e.g. %MATCH:LQ% was interpreted as %MATCH:L%.
    Preferences|Open Files: Automatically reload all files in the active project that were modified on disk did not reload the active file when switching back to EditPad when multiple files are open in the project and only the active file was modified by another application.
    Switching between a left-to-right and right-to-left text layout did not immediately move the vertical scroll bar to the other side of the editor; it would move after switching to another file and back.

[close]

http://www.editpadlite.com/
Titel: Vim 9.0.0844
Beitrag von: SiLæncer am 08 November, 2022, 12:59
Changes:>>

    9.0.0844: handling 'statusline' errors is spread out
    9.0.0843: VHS tape files are not recognized
    9.0.0842: Unicode range for Apple SF symbols is outdated

http://www.vim.org/index.php
Titel: Notepad++ 8.4.7
Beitrag von: SiLæncer am 08 November, 2022, 18:00
(https://i.postimg.cc/90QrsKpv/screenshot-818.png)
Notepad++ is a tabbed source code editor and Notepad replacement with a customizable interface. It is one of the few few source code editors that supports "folding," allowing users to quickly reduce and expand sections of code to see the overall document. In addition, it features multi-language syntax highlighting, auto-completion, regular expression search/replace, macro recording and playback, etc. The program can access a long list of plug-ins via an easy-to-access menu with even more features and functions.

License: GPL

Changelog


    Fix empty session issue due to forced Windows update restart. (Fix #9850, #12389, #5737, #4148, #2730… and much more)
    Fix printing with extra background colors issue due to Change History. (Fix #12281)
    Update to scintilla 5.3.1 and lexilla 5.2.0. (Implement #12327)
    Updated nlohmann json to 3.11.2 and boost to 1.80.0. (Implement #12271, #12273)
    Make large file restriction configurable. (Fix #11389, #12260, #11670)
    Optimize open/save large files time. ( Commit)
    Remember Column Editor settings through the sessions. (Implement #12386)
    Fix plugin admin search issue. (Fix #12375)
    Installer enhancement: prevent arm64 installer from installing on non ARM64 system. (Fix #12320)
    Installer enhancement: remember “Don’t use_%APPDATA%” option. (Fix #12202)
    Add new API NPPM_GETBOOKMARKID for getting bookmark ID. (Fix Commit)
    Enhance “Go To” dialog: update line/position data dynamically. (Fix #12284)
    Fix lines hiding issue. (Fix #12184, #8149)
    Fix language detected from content not applied if default language is set. (Fix #11504)
    Fix long filters get truncated in Find in Files feature. (Fix #12041)
    Add ESC Key for aborting “Move to Recycle Bin” confirmation prompt. (Fix #12117)

[close]

DL -> https://github.com/notepad-plus-plus/notepad-plus-plus/releases

https://notepad-plus-plus.org/
Titel: Znote 1.7.10
Beitrag von: SiLæncer am 08 November, 2022, 19:50
(https://i.postimg.cc/qvfVnLWd/screenshot-2617.png)
Znote is a free, elegant program meant to help you write beautifully organized Markdown documents. You can organize your texts, notes, and files even better, using the simplistic left-side widget organizer for smoothly navigating different files.

Freeware

Changelog


    Bug fix:

    Less aggressive preview refresh (default 800ms)

    Improvements:

    Add preview refresh time setting
    Add row decoration refresh time setting (title size)

[close]

https://znote.lagrede.fr/
Titel: CudaText 1.176.0.0
Beitrag von: SiLæncer am 09 November, 2022, 05:50
(https://s26.postimg.cc/k6wu8qcrt/screenshot_901.png)
Create programming scripts with this powerful tool that supports more than 130 languages and allows users to work concurrently on as many as six groups of projects.

Freeware

Changelog
   

    Add: Windows: avoid annoying white line under themed menubar (thanks @veksha)
    Add: option to turn off 'line states': "gutter_line_states" (thanks @iconv)
    Add: Project Manager: don't sort 'by extension': a) folders, b) non-Latin extensions (thanks @iconv)
    Add: apply options "caret_view*" also to plugins' input fields
    Change: Find dialog: make all buttons not focusable (thanks @Vivalzar)
    Change: option "unprinted_content" sub-option "x": a) must hide marks when there is no selection, b) must affect line-break marks too (thanks @Vivalzar)
    Change: make jump in the "delete word" commands similar to Sublime/Firefox (thanks @iconv)
    Fix: when Project Manager opens 'preview' tab, it must be activated (thanks @iconv)
    Fix: bad rendering of 'pilcrow' unprinted mark on Unix'es

[close]

https://cudatext.github.io/
Titel: Vim 9.0.0845
Beitrag von: SiLæncer am 09 November, 2022, 09:05
Changes:>>

Shell command with just space gives strange error.

http://www.vim.org/index.php
Titel: Vim 9.0.0856
Beitrag von: SiLæncer am 11 November, 2022, 09:14
(https://s26.postimg.cc/xww5nc4zt/screenshot_1282.png)
A highly configurable text editor built to enable efficient text editing - an improved version of the vi editor distributed with most UNIX systems.

Freeware

Changes:>>

MS-Windows: executable not found when running test.

http://www.vim.org/index.php
Titel: QOwnNotes 22.11.5
Beitrag von: SiLæncer am 11 November, 2022, 20:30
(https://s26.postimg.cc/hoi1ahlcp/screenshot_978.png)
QOwnNotes is a text editor / notepad replacement with markdown support and todo list manager. The program supports themes, keyboard shortcuts, syntax highlighting, and encryption. Includes available nested file list, tags, search, and more. Optionally works with the notes application ownCloud or Nextcloud.

Cross-platform with clients available for Mac and Linux.

License: GPL

Whats new:>>

if you press Escape in the note list now the search text in the note search
input will be cleared (for #2653)

http://www.qownnotes.org/
Titel: Vim 9.0.0891
Beitrag von: SiLæncer am 18 November, 2022, 18:15
Changes:>>

The builtin terminals are in one long list

http://www.vim.org/index.php
Titel: Atom 1.63.0
Beitrag von: SiLæncer am 18 November, 2022, 21:10
(https://s26.postimg.cc/fmfpqomgp/screenshot_915.png)
A powerful and flexible application that works as a text and source code editor with syntax highlight, or alternately as a file viewer.

MIT License

Changelog

This is the last release of Atom. We will be archiving Atom and all repositories under the Atom organization on December 15, 2022.

You can learn more about the official sunset of Atom in our blog post.

Atom Core

v1.60.0...1.63.0

    atom/atom#23158 - Remove if (reason === crashed)
    atom/atom#23282 - Remove aws-sdk
    atom/atom#23286 - Bump path-parse from 1.0.6 to 1.0.7 in /packages/dalek
    atom/atom#23285 - Bump lodash from 4.17.15 to 4.17.21 in /packages/dalek
    atom/atom#22687 - Electron upgrade 11.4.7
    atom/atom#23322 - Install using npm installed during installation of script dependencies
    atom/atom#23446 - Fix git-diff nested repositories REDUX
    atom/atom#23492 - ?? language-php@0.48.1
    atom/atom#23506 - Bump node-fetch from 2.6.1 to 3.1.1 in /script
    atom/atom#23505 - Bump nanoid from 3.1.22 to 3.2.0
    atom/atom#23575 - fix/deps: min versions of electron-chromedriver...
    atom/atom#23578 - ?? Pr-changelog@0.3.4
    atom/atom#23624 - Bump language-ruby to 0.73.0
    atom/atom#23647 - deps: "downgrade" node-fetch to ^v2.6.7 in script/ (fix "Bump dependencies" job in Nightly CI)
    atom/atom#23655 - (docs) Add FAQ link
    atom/atom#23668 - ?? electron-packager to 15.1.0 in /script
    atom/atom#23664 - Fix npm ENOENT error in install-script-runner-dependencies
    atom/atom#25483 - Update copyright year in licence
    atom/atom#25459 - New "Open Package Manager" menu item
    atom/atom#25442 - Fix usage message (closes #25441)
    atom/atom#25541 - Remove requirement "lsb-core-noarch" from the RPM spec file.
    atom/atom#23502 - Bump language-ruby to 0.73.0
    atom/atom#25622 - Add lsb_release file to "Recommends:" of rpm spec
    atom/atom#25684 - install from github
    atom/atom#25693 - Disable tests.
    atom/atom#25694 - Remove dependancies.

github

v0.36.9...v0.36.10

    atom/github#2676 - Hotfix in restore discard history of files with same name
    atom/github#2682 - Clarify debug line
    atom/github#2683 - update os matrix in ci
    atom/github#2712 - Remote module defaults to false

language-php

v0.47.0...v0.48.1

    atom/language-php#445 - Detect nullable types in phpdoc
    atom/language-php#439 - Replace noreturn with never
    atom/language-php#444 - limit allowed characters to UTF-8 range (0x10FFFF)
    atom/language-php#432 - Support blade syntax in heredoc

language-ruby

v0.72.23...v0.73.0

    atom/language-ruby#289 - GitHub Actions
    atom/language-ruby#288 - Bump tree-sitter-ruby to 0.17.0
    atom/language-ruby#240 - Add ERB highlighting inside of script tags
    atom/language-ruby#218 - add interpolated snippet
    atom/language-ruby#234 - Support multiline YARD comments
    atom/language-ruby#224 - Fix missing scopes on separators and self, differentiate ->
    atom/language-ruby#294 - Fix some typos

v1.61.0-beta0 (2022-03-08)
Notable Changes

    atom/atom#22687 - Electron upgrade to v11.4.7
    https://github.com/atom/atom/pull/23446 - Fixes git-diff nested repositories REDUX
    https://github.com/atom/github/pull/2676 - Correctly discard history of two files with the same name
    https://github.com/atom/language-php/pull/445 - Detects nullable types in phpdoc
    https://github.com/atom/language-php/pull/432 - Supports blade syntax in heredoc
    https://github.com/atom/language-ruby/pull/240 - Adds ERB highlighting inside of script tags

Atom Core

v1.60.0...1.61.0-beta0

    atom/atom#23158 - Remove if (reason === crashed)
    atom/atom#23282 - Remove aws-sdk
    atom/atom#23286 - Bump path-parse from 1.0.6 to 1.0.7 in /packages/dalek
    atom/atom#23285 - Bump lodash from 4.17.15 to 4.17.21 in /packages/dalek
    atom/atom#22687 - Electron upgrade 11.4.7
    atom/atom#23322 - Install using npm installed during installation of script dependencies
    atom/atom#23446 - Fix git-diff nested repositories REDUX
    atom/atom#23492 - ?? language-php@0.48.1
    atom/atom#23506 - Bump node-fetch from 2.6.1 to 3.1.1 in /script
    atom/atom#23505 - Bump nanoid from 3.1.22 to 3.2.0
    atom/atom#23575 - fix/deps: min versions of electron-chromedriver...
    atom/atom#23578 - ?? Pr-changelog@0.3.4
    atom/atom#23624 - Bump language-ruby to 0.73.0
    atom/atom#23647 - deps: "downgrade" node-fetch to ^v2.6.7 in script/ (fix "Bump dependencies" job in Nightly CI)
    atom/atom#23655 - (docs) Add FAQ link
    atom/atom#23668 - ?? electron-packager to 15.1.0 in /script

github

v0.36.9...v0.36.10

    atom/github#2676 - Hotfix in restore discard history of files with same name
    atom/github#2682 - Clarify debug line
    atom/github#2683 - update os matrix in ci
    atom/github#2712 - Remote module defaults to false

language-php

v0.47.0...v0.48.1

    atom/language-php#445 - Detect nullable types in phpdoc
    atom/language-php#439 - Replace noreturn with never
    atom/language-php#444 - limit allowed characters to UTF-8 range (0x10FFFF)
    atom/language-php#432 - Support blade syntax in heredoc

language-ruby

v0.72.23...v0.73.0

    atom/language-ruby#289 - GitHub Actions
    atom/language-ruby#288 - Bump tree-sitter-ruby to 0.17.0
    atom/language-ruby#240 - Add ERB highlighting inside of script tags
    atom/language-ruby#218 - add interpolated snippet
    atom/language-ruby#234 - Support multiline YARD comments
    atom/language-ruby#224 - Fix missing scopes on separators and self, differentiate ->
    atom/language-ruby#294 - Fix some typos

[close]

https://atom.io/
Titel: Vim 9.0.0904
Beitrag von: SiLæncer am 19 November, 2022, 10:10
Changes:>>

    9.0.0904: various comment and indent flaws
    Update runtime files
    9.0.0903: key code checker doesn't check modifyOtherKeys resource
    9.0.0902: some mouse scroll code is not in a good place
    9.0.0901: setting w_leftcol and handling side effects is confusing
    9.0.0900: cursor moves too far with 'smoothscroll'

http://www.vim.org/index.php
Titel: Vim 9.0.0915
Beitrag von: SiLæncer am 21 November, 2022, 10:10
Changes:>>

WinScrolled may trigger immediately when defined

http://www.vim.org/index.php
Titel: Trilium Notes 0.57.1 Beta
Beitrag von: SiLæncer am 21 November, 2022, 10:40
(https://i.postimg.cc/2yDgvbpj/screenshot-2595.png)
A hierarchical note-taking software application with focus on building large personal knowledge bases while also providing a flurry of options.

License: AGPL

Changelog

    Enabled advanced list features, fixes #3308
    Use CMD/meta key for opening link in a new tab on mac, #3303
    Added a context menu for image to copy, #1954
    Remove "Content of this note cannot be displayed" in the book format, fixes #3301
    Note about using password to login to web, #3297
    Add keyboard action to force creating note revisions, #2147
    Note hoisting should be done on "hovered", not active note, closes #2124
    Added option to toggle line wrapping for Code notes
    Link map supports search notes
    Fix updating note detail after change from another client, closes #3292
    Better titles in delete dialog, #3290
    Filter edited notes by hoisted note/workspace
    Add possibility to define a share index, closes #3265
    Fix paste after, closes #3276
    Fix refocusing find widget, closes #3252
    Use "asset path" in URLs to avoid caching issues after upgrades
    Refactored/restructured Options dialog
    Rate limit some more ETAPI auth routes; loginRateLimiter now doesn't count successful auth to ETAPI routes by @DynamoFox
    Added option to disable tray, closes #2612
    Add "erase all deleted notes now" also to recent changes
    Add TRILIUM_NO_UPLOAD_LIMIT to disable the upload limit, #3164
    Avoid errors on dead backlinks, #3289
    Fix backlink generation for drag & dropped links, fixes #3314

[close]

https://github.com/zadam/trilium
Titel: QOwnNotes 22.11.7
Beitrag von: SiLæncer am 21 November, 2022, 20:30
Whats new:>>

    a highlighting issue with ini code blocks was fixed
    (for #2667 , thank you, @Waqar144)

http://www.qownnotes.org/
Titel: OutWiker 3.2.0.914 Beta
Beitrag von: SiLæncer am 22 November, 2022, 10:40
(https://s26.postimg.cc/87bx6b16h/screenshot_33.png)
OutWiker is an open-source personal wiki and outliner. Notes are stored in a tree, and kept in the form of directories on the disk. This encourages changing the base by external sources and programs. Currently there are three types of pages supported: plain text, HTML, and wiki. External files (such as pictures) can be attached to pages, and pages can be linked to each other. Each tree branch can be opened as a separate wiki. Other features include tag support, global search (notes and tags), bookmarks, HTML syntax highlighting and icons for notes.

OutWiker can be downloaded with or without plugins, as well as for Linux systems.

License : GPL

Whats new:>>

    Improved design of links to attached files and other pages.
    Added a new subdir parameter to (:attachlist:) wiki command.
    Improved (:childlist:) and (:attachlist:) wiki commands result design.
    Added new CSS classes to generated HTML code.

http://jenyay.net/Outwiker/English
Titel: Vim 9.0.0916
Beitrag von: SiLæncer am 22 November, 2022, 18:45
Changes:>>

9.0.0916: getbufline() is inefficient for getting a single line

http://www.vim.org/index.php
Titel: TeXstudio 4.4.0
Beitrag von: SiLæncer am 22 November, 2022, 19:20
(https://i.postimg.cc/Fz8CktsG/screenshot-2846.png)
GPL-LaTeX-Editor, der das Erstellen von LaTex-Dokumenten in Unicode vereinfacht; unterstützt den Nutzer beim Schreiben mittels interaktiver Rechtschreibprüfung, Syntax-Highlighting, Code-Folding und automatischer Code-Vervollständigung.

Open Source

Changelog


    New icon theme Colibri (by geolta)
    Modernized manual
    Faster removing of multiple lines
    End multi cursor mode with esc
    No** win/qt5 build
    Switch to CMAKE build system (qmake deprecated)
    Hide/filter configuration completer list
    Bug fixes

[close]

http://texstudio.sourceforge.net/
Titel: Vim 9.0.0924
Beitrag von: SiLæncer am 23 November, 2022, 10:10
(https://s26.postimg.cc/xww5nc4zt/screenshot_1282.png)
A highly configurable text editor built to enable efficient text editing - an improved version of the vi editor distributed with most UNIX systems.

Freeware

Changes:>>

the first termcap entry of a builtin termcap is not used

http://www.vim.org/index.php
Titel: Atom 1.63.1
Beitrag von: SiLæncer am 23 November, 2022, 18:40
(https://s26.postimg.cc/fmfpqomgp/screenshot_915.png)
A powerful and flexible application that works as a text and source code editor with syntax highlight, or alternately as a file viewer.

MIT License

Changelog

atom/atom#25709 - Fix File -> Open… menu on macOS

[close]

https://atom.io/
Titel: QOwnNotes 22.11.8
Beitrag von: SiLæncer am 23 November, 2022, 22:00
(https://s26.postimg.cc/hoi1ahlcp/screenshot_978.png)
QOwnNotes is a text editor / notepad replacement with markdown support and todo list manager. The program supports themes, keyboard shortcuts, syntax highlighting, and encryption. Includes available nested file list, tags, search, and more. Optionally works with the notes application ownCloud or Nextcloud.

Cross-platform with clients available for Mac and Linux.

License: GPL

Changelog


    an attempt was made to override styles inside blockquotes in the preview
    when blockquotes are fully highlighted in the note editor
    (for #2669)
    a preview fix for indented code blocks was added
    (for #2670, thank you, @Waqar144)
    there now is a new script settings variable for directories
    (for #2672)
        the user can select a directory (similar to files)
        you will receive the selected directory in the script
        for more information please take a look at the
        scripting documentation
    added more Persian translation (thank you amirkbrpr)

[close]

http://www.qownnotes.org/
Titel: Vim 9.0.0932
Beitrag von: SiLæncer am 24 November, 2022, 09:15
Changes:>>

Oblivion files are not recognized

http://www.vim.org/index.php
Titel: CudaText 1.177.1.0
Beitrag von: SiLæncer am 24 November, 2022, 10:30
(https://s26.postimg.cc/k6wu8qcrt/screenshot_901.png)
Create programming scripts with this powerful tool that supports more than 130 languages and allows users to work concurrently on as many as six groups of projects.

Freeware

Changelog
   

    Add: dialog "Themes" has improved UI (thanks @veksha)
    Add: option "find_suggest_in_selection" also detects the columnar selection (thanks @tmsg)
    Add: lexer PHP: support inclusion of JSON blocks
    Fix: sometimes, "Extract RegEx matches" doesn't repaint the resulting editor

[close]

https://cudatext.github.io/
Titel: Notepad Replacer 1.6
Beitrag von: SiLæncer am 24 November, 2022, 22:15
(https://i.postimg.cc/fb5VSJcC/screenshot-1673.png)
Do you use a Notepad alternative, like Notepad++ or Notepad2? Notepad Replacer will allow you to replace the default Windows version of Notepad with whatever alternative you would like to use.

Advantages:

Won't replace ANY system files, or change ANY file permissions
Won't trigger Windows File Protection warnings (WFP)
Won't run all the time, won't take up any system resources in the background
Doesn't require special support by the alternative application
Just un-install Notepad Replacer to revert back to the default Windows Notepad

Freeware

Whats new:>>

    Fix: "New Text Document" is available again in Windows Explorer.
    Fix: Installer improvements.

http://www.binaryfortress.com/NotepadReplacer/
Titel: Vim 9.0.0944
Beitrag von: SiLæncer am 25 November, 2022, 10:50
Changes:>>

'cursorline' causes virtual text highlight to continue.

http://www.vim.org/index.php
Titel: RocketCake 4.8
Beitrag von: SiLæncer am 25 November, 2022, 12:00
(https://s26.postimg.cc/845jbp2c9/screenshot_542.png)
RocketCake is a free web editor for creating responsive websites for beginners and professional web developers. No programming needed.

Freemium

Release Notes

    Font rendering and selection of fonts not available on the system has been reworked and works now much more similar to what most browsers are doing
    16 new built-in templates, all website templates have been modernized:
    higher quality images
    modernized design
    When using the new feature to move the entries in slideshows and image galleries up and down easily, optional description texts for these images are now also moved as well.
    Showing invalid fonts (=non-existing) on macos looks now nicer
    The default breakpoints for galleries changing the amount of image columns has now been set to a bit larger default values - adjusting to the now average larger phone screen sizes.
    Small fixes for Windows 11 22H2 and macOS Monterey
    Text shadow rendering now faster on some systems
    HTML Code editor now has a mode for old, very slow systems, making text drawing very fast there as well

[close]

http://www.ambiera.com/rocketcake/index.html
Titel: Vim 9.0.0950
Beitrag von: SiLæncer am 26 November, 2022, 18:15
Changes:>>

    The pattern "_szs" matches at EOL
    Crash when unletting a variable while listing variables
    'ttyfast' is set for arbitrary terminals
    Invalid memory access in substitute with function
    CI: Error in Coverity flow is not reported
    Failures in the cursorline test

http://www.vim.org/index.php
Titel: EmEditor Free v22.1
Beitrag von: SiLæncer am 26 November, 2022, 19:30
(https://i.postimg.cc/vmqgmtjb/screenshot-2069.png)
EmEditor is a lightning-fast, tabbed text editor with themes, syntax highlighting, stay-on-top, and customizable keyboard mapping. The program supports batch find-and-replace, regular expressions, and more.

Release Notes

New General Features

    Supported modern JavaScript using the V8 JavaScript engine.[P]
    The new version of the WebPreview plug-in uses the Microsoft Edge browser control based on Chromium by default.[P]
    Added the ability to create commits, change branches, staged changes, and undo changes with the CommitList plug-in.[P]
    Redesigned the Crash Report dialog box, and allow the report to be emailed directly within from EmEditor.[PF]
    The new version supports date formats (a type of a number ranges) without separators (for instance, “yyyyMMdd“).[PF]
    The new version allows the use of a number range with the Extract button in the Replace dialog box.[P]
    The new version highlights brackets even if the cursor is at the right side of the bracket.[PF]
    Allowed copying and pasting cells from Excel to EmEditor.[P]
    Allowed full-width numbers in Jump and other dialog boxes.[PF]
    Remove the Find toolbar from the default layout.[P]
    Recategorized the All Commands menu and the command category in the Quick Launch and Keyboard Map windows.[PF]
    Improved the speed of calculating the selection length and copying strings.[PF]

New Options

    Added the Use V8 as JavaScript engine option to the Option page of the Customize Macros dialog box.[P]
    Added the Discard extra strings option to the Split Columns dialog box.[P]
    Added the Use Internet Explorer option to the WebPreview plug-in Properties.[P]

New Commands

    Sort/Remove Duplicate split strings in Selection[P]
    Sort Columns[P]
    Manage Columns[P]

Plug-in New Features[P]

    Added the SPLIT_DONT_DISCARD_EXTRA flag to the SPLIT_COLUMN_INFO structure.

Macro New Features[P]

    Added the Run, FileExists, FolderExists, DeleteFile, DeleteFolder, CreateFolder, GetFileAttributes, and SetFileAttributes methods to the Shell object.
    Added eeDontDiscardExtra to the SplitColumn method.

Notes

    [P] EmEditor Professional only
    [PF] EmEditor Professional and EmEditor Free

[close]

https://www.emeditor.com
Titel: Vim 9.0.0954
Beitrag von: SiLæncer am 27 November, 2022, 10:20
Changes:>>

    9.0.0954: cannot detect whether modifyOtherKeys is enabled
    9.0.0953: part of making search more efficient is missing
    9.0.0952: Eclipse preference files are not recognized
    9.0.0951: trying every character position for a match is inefficient

http://www.vim.org/index.php
Titel: CudaText 1.178.0.0
Beitrag von: SiLæncer am 27 November, 2022, 10:50
Changelog
   

    Add: allow Differ plugin to fill ui-tab context menu 'on demand' and not 'on file opening' which was much slower (thanks @veksha)
    Add: opening lot of files via command line (and Windows Shell Extension) must not activate each file on loading (thanks @iahung)
    Add: dialog "Themes" has improved UI (thanks @veksha)
    Add: option "find_suggest_in_selection" also detects the columnar selection (thanks @tmsg)
    Add: lexer PHP: support inclusion of JSON blocks
    Fix: sometimes, program doesn't apply dark _syntax_ theme on startup (thanks @iahung)
    Fix: sometimes, "Extract RegEx matches" doesn't repaint the resulting editor
    Fix: regression: files always open 'activated' even when it's needed 'in background ui-tab'
    Fix: bug in lexer JSON^ with [["aa","aa"],{"aa":"bb"}]

[close]

https://cudatext.github.io/
Titel: KeenWrite 2.9.9
Beitrag von: SiLæncer am 27 November, 2022, 11:20
(https://i.postimg.cc/3w8rCcRs/screenshot-2904.png)
Java-based text editor that comes with numerous features, such as live preview, formulas, Markdown support and string interpolation.

BSD License

Changelog


    Add fallback for missing resource files (to help with GraalVM migration).
    Update English pluralization rules (when using R Markdown function pl).
    Approximate 3% performance improvement when navigating document using arrow keys.

[close]

https://github.com/DaveJarvis/keenwrite
Titel: TeXstudio 4.4.1
Beitrag von: SiLæncer am 27 November, 2022, 20:30
(https://i.postimg.cc/Fz8CktsG/screenshot-2846.png)
GPL-LaTeX-Editor, der das Erstellen von LaTex-Dokumenten in Unicode vereinfacht; unterstützt den Nutzer beim Schreiben mittels interaktiver Rechtschreibprüfung, Syntax-Highlighting, Code-Folding und automatischer Code-Vervollständigung.

Open Source

Changelog


- fix file association on OSX
- allow ignore all in spell checker dialog
- fix language code for LanguageTool
- fix cancel file close (#2705)
- fix missing icons in latex/math menu

[close]

http://texstudio.sourceforge.net/
Titel: Vim 9.0.0962
Beitrag von: SiLæncer am 28 November, 2022, 09:10
Changes:>>

    9.0.0962: virtual text below cannot be placed below empty lines
    9.0.0961: using deletebufline() may jump to another window
    9.0.0960: error when using the "Spelling / Find More Languages" menu
    9.0.0959: error when using the "File Settings / Text Width" menu
    9.0.0958: messages test is flaky
    9.0.0957: tests fail without the terminal feature
    9.0.0956: terminal tests fail when using key with modifier
    9.0.0955: libvterm does not support the XTQMODKEYS request

http://www.vim.org/index.php
Titel: NFOpad 1.81
Beitrag von: SiLæncer am 28 November, 2022, 09:20
(https://s26.postimg.cc/4it7jxprd/screenshot_167.png)
NFOPad is a small, fast and flexible combined nfo viewer and text editor. It is a clone of Microsoft's Notepad but much more customizable and with some additional features. Of course NFOPad also supports nfo files with ASCII art. The file extension is used to determine whether to use an ANSI or ASCII font.

License: Freeware

Changelog

Fixed issue with using alt + keypad numbers to insert special characters

[close]

http://truehumandesign.se/s_nfopad.php
Titel: KeenWrite 2.10.0
Beitrag von: SiLæncer am 28 November, 2022, 10:20
(https://i.postimg.cc/3w8rCcRs/screenshot-2904.png)
Java-based text editor that comes with numerous features, such as live preview, formulas, Markdown support and string interpolation.

BSD License

Whats new:>>

    Allow R expressions inside of TeX code.
    Additional 3% performance improvement while editing R Markdown documents.

https://github.com/DaveJarvis/keenwrite
Titel: PilotEdit Lite 17.0.0
Beitrag von: SiLæncer am 29 November, 2022, 09:40
(http://www.pilotedit.com/images/OpenInQuickMode.PNG)
PilotEdit is a text, hex, XML, C/C++, HTML, PHP, Java, Javascript and Perl editor that can edit large files of 400GB (40 billion lines).

It offers customizable syntax and keyword highlighting, advanced search and replace operations, automatic text encoding, 256-bit AES encryption/decryption and a built-in FTP/SFTP client lets you open, edit, download and upload large files directly to/from a FTP/SFTP server.

In addition to standard text editing features, PilotEdit can compare and merge two large files of 100GB (10 billion lines). You can also sort, find/remove duplicate lines and extract strings over a large file of 1GB.

Freeware

http://www.pilotedit.com/
Titel: Vim 9.0.0969
Beitrag von: SiLæncer am 29 November, 2022, 10:10
(https://s26.postimg.cc/xww5nc4zt/screenshot_1282.png)
A highly configurable text editor built to enable efficient text editing - an improved version of the vi editor distributed with most UNIX systems.

Freeware

Changes:>>

matchparen highlight is not updated when switching buffers

http://www.vim.org/index.php
Titel: novelWriter 2.0
Beitrag von: SiLæncer am 29 November, 2022, 18:20
(https://i.postimg.cc/WbM4JQSb/screenshot-2073.png)
Write novels more comfortably and efficiently through this markdown-like text editor, which provides users with many avenues to organize their text.

Donationware     /  GPLv3

Changelog


    User Interface:

    The novel tree now updates items that have meta data changes, including for the optional third column. Issue #1240. PR #1241.
    When the editor opens or moves on a specific line, the line is now scrolled to the position in the editor defined by the typewriter scrolling setting in Preferences. Previously, lines were scrolled to the bottom of the editor. Issue #1239. PR #1243.
    When a document is requested opened, but is already open, it is no longer re-opened. Previously, this was treated as an implied refresh request, but there are a number of other cases where this may be triggered. The main issue here is that it would reset the undo history, which can be annoying. Issue #1242. PR #1243.
    The third column in the novel tree now has a max width, and will only display the first reference of the list of references for that item. Issue #1238. PR #1245.
    The label at the top of the novel tree becomes a dropdown box when there are more than one novel root folder in the project. Issue #1250. PR #1252.
    The author setting in the New Project Wizard and Project Settings is now a normal text box, instead of a multi line input box. Only one author value is now saved in the project XML file. The field is anyway free text, so the user is free to add multiple authors in the box. For projects that already have multiple authors set, the value needs to be set anew. PR #1258.

    Internationalisation:

    German translation has been added by @HeyMyian. PR #1033.
    Other translations have been updated from Crowdin for 2.0. PRs #1251, #1253

    Documentation:

    The documentation has been updated to reflect 2.0 changes. Issue #1070, #1158 and #1181. PRs #1248 and #1255.
    Add project XML file format specification. Issue #1012. PRs #1249 and #1254.

    Code Improvements:

    Fix an issue with circular imports mainly triggered from the test suite. PR #1166.
    Instead of assigning headers in a document a key by its line number, the headings are now assigned sequential keys. This makes it easier to detect actual meta data changes, which would otherwise be triggered by a change of line number as well. PR #1241.
    Cleaned up the closing project process. Issue #1237. PR #1247.
    The combo boxes to select which novel root folder to display in various locations have been merged into a special novel selector class to avoid duplication of code and inconsistent behaviour. PRs #1252 and #1253.

[close]

https://novelwriter.io/
Titel: QOwnNotes 22.11.9
Beitrag von: SiLæncer am 29 November, 2022, 21:20
(https://s26.postimg.cc/hoi1ahlcp/screenshot_978.png)
QOwnNotes is a text editor / notepad replacement with markdown support and todo list manager. The program supports themes, keyboard shortcuts, syntax highlighting, and encryption. Includes available nested file list, tags, search, and more. Optionally works with the notes application ownCloud or Nextcloud.

Cross-platform with clients available for Mac and Linux.

License: GPL

Changelog


    you now can also select text in the Note versions dialog via the keyboard
    bold and italic can be used together in the note editor now
    (for #2676)
    added more Croatian, Arabic translation (thank you milotype, noureddin)

[close]

http://www.qownnotes.org/
Titel: Vim 9.0.0975
Beitrag von: SiLæncer am 30 November, 2022, 10:40
Changes:>>

    9.0.0975: virtual text below empty line misplaced when 'number' set
    9.0.0974: even when Esc is encoded a timeout is used
    9.0.0973: Kitty keyboard protocol key with NumLock not decoded
    9.0.0972: build failure on some systems
    9.0.0971: escape sequences not recognized without termresponse feature
    9.0.0970: Coverity warns for uninitialized variable

http://www.vim.org/index.php
Titel: novelWriter 2.0.1
Beitrag von: SiLæncer am 30 November, 2022, 11:21
Whats new:>>

    Bugfixes:

    Fix an issue where starting the app with a custom GUI theme enabled would not load any icons at all if the icontheme setting isn't specified. The app now loads the typicons_light theme by default if no icon theme is set. Issue #1263. PR #1264.

    Internationalisation:

    The French translations has now been completed by @aaribaud. PR #1265.

https://novelwriter.io/
Titel: Vim 9.0.0978
Beitrag von: SiLæncer am 01 Dezember, 2022, 11:10
Changes:>>

Build errors without the +channel feature

http://www.vim.org/index.php
Titel: Vim 9.0.0984
Beitrag von: SiLæncer am 02 Dezember, 2022, 17:10
Changes:>>

GUI: remote_foreground() does not always work

http://www.vim.org/index.php
Titel: novelWriter 2.0.2
Beitrag von: SiLæncer am 02 Dezember, 2022, 19:10
Whats new:>>

    Bugfixes:

    Fix an issue where changing the Highlighting Preferences for highlighting quotes, emphasis, and multiple or trailing spaces would not reload the syntax highlighter in the editor. The changes would only take effect after restarting the app. Issue #1274. PR #1278.

    Packaging and Installation:

    The 2.0.1 release was broken on Linux, but was fixed and the packages rebuilt. However, the FreeBSD port was still broken. This release fixes this issue. Issue #1277. PR #1272.

https://novelwriter.io/
Titel: Trilium Notes 0.57.2
Beitrag von: SiLæncer am 02 Dezember, 2022, 19:20
(https://i.postimg.cc/2yDgvbpj/screenshot-2595.png)
A hierarchical note-taking software application with focus on building large personal knowledge bases while also providing a flurry of options.

License: AGPL

Changelog

    enabled advanced list features, fixes #3308
    use CMD/meta key for opening link in a new tab on mac, #3303
    added a context menu for image to copy, #1954
    Remove "Content of this note cannot be displayed" in the book format, fixes #3301
    note about using password to login to web, #3297
    add keyboard action to force creating note revisions, #2147
    note hoisting should be done on "hovered", not active note, closes #2124
    Added option to toggle line wrapping for Code notes
    link map supports search notes
    fix updating note detail after change from another client, closes #3292
    better titles in delete dialog, #3290
    filter edited notes by hoisted note/workspace
    add possibility to define a share index, closes #3265
    fix paste after, closes #3276
    fix refocusing find widget, closes #3252
    use "asset path" in URLs to avoid caching issues after upgrades
    refactored/restructured Options dialog
    Rate limit some more ETAPI auth routes; loginRateLimiter now doesn't count successful auth to ETAPI routes by @DynamoFox
    added option to disable tray, closes #2612
    add "erase all deleted notes now" also to recent changes
    add TRILIUM_NO_UPLOAD_LIMIT to disable the upload limit, #3164
    avoid errors on dead backlinks, #3289
    fix backlink generation for drag & dropped links, fixes #3314
    fix cursor jumping problem when having same note open in two tabs, closes #3365
    each stripped tag will be replace by a space, #3355
    Add Ctrl+PgUp/Dn for tab switching, pointer to Electron docs
    docker should use webpacked frontend files, fixes #3322

[close]

https://github.com/zadam/trilium
Titel: AlephNote 1.7.13
Beitrag von: SiLæncer am 02 Dezember, 2022, 19:52
(https://s26.postimg.cc/6skrw8cnt/screenshot_1204.png)
AlephNote is extensible, lightweight desktop note manager. Features include search, interactive checkbox lists highlighting, clickable highlighted links, notes backup, drag-and-drop capability for files and text, and sorting notes into folders. The program supports tags, in-editor markdown rendering, customizable shortcuts, stay-on-top capability, tray control, themes, and more.

Notes can be saved locally or synchronized with cloud services including Simplenote, Standard Note, Nextcloud/ownCloud.

License:    MIT

Changelog

Really fixed StandardNotes auth problems (temporary fix/hack)

[close]

https://github.com/Mikescher/AlephNote
Titel: Vim 9.0.0995
Beitrag von: SiLæncer am 03 Dezember, 2022, 09:10
Changes:>>

padding before virtual text is highlighted

http://www.vim.org/index.php
Titel: Trilium Notes 0.57.3
Beitrag von: SiLæncer am 03 Dezember, 2022, 09:40
Whats new:>>

    Fixed docker container build, #3375, thanks to @DynamoFox !
    Fixed webmanifest and robots.txt

https://github.com/zadam/trilium
Titel: CudaText 1.178.5.0
Beitrag von: SiLæncer am 03 Dezember, 2022, 20:30
(https://s26.postimg.cc/k6wu8qcrt/screenshot_901.png)
Create programming scripts with this powerful tool that supports more than 130 languages and allows users to work concurrently on as many as six groups of projects.

Freeware

Changelog
   

    change: "Extract RegEx matches" action now doesn't sort matches (thanks @mast)
    change: tab context menu "Close / All (all groups)" now closes tabs in all windows including floating-groups
    add: avoid cropping of 'italic' id before a space (thanks @veksha)
    fix: improved for drag-n-drop 700 files onto app: a) don't start parser for passive tabs, b) 'close all' works _much_ faster (thanks @veksha)
    fix: for 'big' files, minimap was turning off on file open (thanks @veksha)
    fix: Project Manager: ui issue on deleting files/dirs
    fix: wrong message "File was changed outside" when you save file from 'splitted' view
    fix: possible crash of API: Editor(1).get_filename()

[close]

https://cudatext.github.io/
Titel: QOwnNotes 22.12.0
Beitrag von: SiLæncer am 03 Dezember, 2022, 21:30
(https://s26.postimg.cc/hoi1ahlcp/screenshot_978.png)
QOwnNotes is a text editor / notepad replacement with markdown support and todo list manager. The program supports themes, keyboard shortcuts, syntax highlighting, and encryption. Includes available nested file list, tags, search, and more. Optionally works with the notes application ownCloud or Nextcloud.

Cross-platform with clients available for Mac and Linux.

License: GPL

Changelog


    a minimum width for the note edit is now defined to prevent freezes when it is
    resized too small in desktop environments where there is no minimum width of
    the scrollbar dial that would prevent resizing the panel so small
    (for #2679 )

[close]

http://www.qownnotes.org/
Titel: Vim 9.0.1000
Beitrag von: SiLæncer am 04 Dezember, 2022, 09:10
(https://s26.postimg.cc/xww5nc4zt/screenshot_1282.png)
A highly configurable text editor built to enable efficient text editing - an improved version of the vi editor distributed with most UNIX systems.

Freeware

Changes:>>

with 'smoothscroll' skipcol may be reset unnecessarily

http://www.vim.org/index.php
Titel: Text Editor Pro 24.1.0
Beitrag von: SiLæncer am 04 Dezember, 2022, 19:30
(https://s26.postimg.cc/hfdkhoj9l/screenshot_896.png)
Text Editor Pro (formerly EditBone) is a powerful text editing tool that comes with syntax highlighting support for over 50 languages and scripts, customizable with over 100 options, 29 ready made styles, a handy file comparison feature, unicode character map, numerical unit convert tool, SQL formatter, and support for multiple directories and search results.

Freeware

Changelog


    Added highlighter for Ada
    Fixed about
    Fixed AlphaSkins
    Fixed application activate
    Fixed editor popup menu
    Fixed file opening
    Fixed hot exit
    Fixed increase indent
    Fixed language files
    Fixed large file issues
    Fixed -noskin issues
    Fixed options
    Fixed replace
    Fixed ruler
    Fixed search
    Fixed text editor control
    Optimized character count

[close]

https://texteditor.pro/
Titel: Vim 9.0.1004
Beitrag von: SiLæncer am 05 Dezember, 2022, 09:10
Changes:>>

suspend test sometimes fails on MacOS
tiny build fails
command list test fails
classes are not documented or implemented yet

http://www.vim.org/index.php
Titel: PSPad 5.0.7 Build 745 Dev
Beitrag von: SiLæncer am 05 Dezember, 2022, 10:10
(http://images.six.betanews.com/screenshots/1076948037-1.png)
PSPad is a universal freeware editor. There is no complex install process; the program is ready to work immediately, without requiring customization. It supports many file types and languages, with syntax highlighting. There are macros, clip files and templates to automate repetitive activities. An integrated HEX Editor, Project support, FTP Client, Macro Recorder, File Search/Replace, Code Explorer, code page conversion, are just some of the many possibilities that PSPad can offer you.

Freeware

Changelog

    News:

    File tab context menu now contain 2 items for copy file name and file name including path
    User Highlighter keyword lists extended of indication "Start with". If definition is followed by numbers, keyword is highlighted.

    Fixes:

    Recent storage is saved on program close
    TextDiff with running PSpad and registry integration to the Windows explorer context menu
    Search/Replace - load profile trims quotes from expressions
    Switch to HEX mode and back mark file as modified
    Ruby strings %/.../
    When SpellCeck was active, it doesn't work for new open files in some cases
    Fixed many problems in 64b build
    Other fixes reported by users

[close]

http://www.pspad.com/
Titel: KeenWrite 2.11.0
Beitrag von: SiLæncer am 05 Dezember, 2022, 11:30
(https://i.postimg.cc/3w8rCcRs/screenshot-2904.png)
Java-based text editor that comes with numerous features, such as live preview, formulas, Markdown support and string interpolation.

BSD License

Changelog


    Internationalized spellchecking. Spellcheck now supports the following languages: English, German, Spanish, French, Italian, and Chinese. A Russian lexicon is included, but it's disabled. I'd rather add a Ukrainian lexicon first. Slava Ukraine! The lexicon can be switched at runtime by changing the locale in the preferences dialog
    The spellcheck will re-run in the background and may take a few seconds. If you encounter any problems with the spellcheck, restarting the application should resolve the issue.
    English lexicon. The English lexicon for spellchecking has been upgraded from ~80,000 words to ~240,000 words. This includes modern slang and new words (e.g., "bestie", "cryptocoin"), technical terms (from the fields of chemistry, astronomy, geology, etc.), numerous missing conjugations, seldom used and archaic words, and dozens of accented words (e.g., façade, naïve).
    Startup time. The lexicon is now loaded in the background, which should reduce the time taken between launching and editing.
    Rename. The main branch has been renamed to main.

[close]

https://github.com/DaveJarvis/keenwrite
Titel: QOwnNotes 22.12.1 Build 1000
Beitrag von: SiLæncer am 05 Dezember, 2022, 21:00
Whats new:>>

    Happy 1000th release!
    the setting of the minimum width for the note edit was improved to take the width of the
    line number area into account (for #2679 )

http://www.qownnotes.org/
Titel: Vim 9.0.1024
Beitrag von: SiLæncer am 07 Dezember, 2022, 09:15
Changes:>>

CI doesn't use the latest FreeBSD version

http://www.vim.org/index.php
Titel: Scite 5.3.2
Beitrag von: SiLæncer am 07 Dezember, 2022, 09:50
(https://s26.postimg.cc/fbkgceeux/screenshot_1241.png)
Editor mit Syntax-Highlighting, Auto-Completion, Folding und vielem mehr...

Open Source

Changelog


Add SCI_REPLACETARGETMINIMAL to change text without causing unchanged prefix and suffix to be marked as modified in change history.
Draw background colour for EOL annotations with standard and boxed visuals.
Add SCI_GETSTYLEDTEXTFULL to support 64-bit document positions on Win32 replacing SCI_GETSTYLEDTEXT which is not safe for huge documents. Feature #1455.
Send SCN_AUTOCCOMPLETED for SCI_AUTOCSHOW triggering insertion because of SCI_AUTOCSETCHOOSESINGLE mode. Feature #1459.
Change 'paragraph up' commands SCI_PARAUP and SCI_PARAUPEXTEND to go to the start position of the paragraph containing the caret. Only if the caret is already at the start of the paragraph will it go to the start of the previous paragraph. Bug #2363.
Change release compilation optimization option to favour speed over space. -O2 for MSVC and -O3 for gcc and clang.
On Win32, avoid blurry display with DirectWrite in GDI scaling mode. Bug #2344.
On Win32, use the top-level window to find the monitor for DirectWrite rendering parameters. Temporarily switch DPI awareness to find correct monitor in GDI scaling mode. Bug #2344.
On Qt, implement SCI_SETRECTANGULARSELECTIONMODIFIER for all platforms.
On Qt, allow string form XPM images for SCI_REGISTERIMAGE.

[close]

www.scintilla.org/SciTE.html
Titel: EmEditor Professional 22.1.0
Beitrag von: SiLæncer am 07 Dezember, 2022, 18:10
(https://i.postimg.cc/vmqgmtjb/screenshot-2069.png)
EmEditor is a lightning-fast, tabbed text editor with themes, syntax highlighting, stay-on-top, and customizable keyboard mapping. The program supports batch find-and-replace, regular expressions, and more.

Release Notes

A major feature of EmEditor Professional v22.1 is support for modern JavaScript (also called ECMAScript) using the V8 JavaScript engine. This feature was requested by many customers (including 1). Previous versions of EmEditor used JScript, which was implemented based on the Active Scripting technology for Internet Explorer. While this had the advantage of supporting many other Active Scripting languages such as VBScript, PerlScript, PHPScript, Python, and RubyScript, it lacked support for the latest versions of JavaScript. EmEditor Professional v22.1 now supports modern JavaScript while still supporting old JScript and other Active Scripting languages.

[close]

https://www.emeditor.com
Titel: RJ TextEd 15.66
Beitrag von: SiLæncer am 07 Dezember, 2022, 22:15
(https://s26.postimg.cc/775l9vjeh/screenshot_593.png)
RJ TextEd - A Unicode source and text editor. RJ TextEd is a full featured text and source editor with Unicode support, syntax highlighting and code folding. The functionality extends beyond text files and includes support for HTML editing with integrated preview, spell checking, auto completion, HTML validation, templates and more. The program also include support for Topstyle Lite CSS editor, has a dual pane file commander, as well as a FTP client to upload your files. The editor uses language files to display menus and dialogs in different languages. There are several included languages. New language files can easily be created in the editor. RJ TextEd is also a simple web development tool. The editor can use auto completion and hints to assist you in editing your source code. You can preview HTML/ASP/PHP... code using one of the preview tabs or open a document in a browser. The editor does not only handle source code. It also handles true ASCII files, binary files and of course plain text files.

License: Freeware

Changelog

Application icon

You can change the application icon in options.

It will require a program restart to take effect.

Text comparison

Made some improvements to the line compare display. It should handle Unicode better now.

Quick Find (Ctrl+E)

Should use the current selection as search string, if possible.

Projects

Replaced some old code and units.

Added an option to indicate open project files with a colored line in the document tab.

Restart (as admin, update...)

Made some changes to the saved data to prevent issues when re-opening files.

Exception tracer

Disabled the builtin exception tracer and installed EurekaLog instead.
Hopefully it will catch a few more exceptions. It also has options to check memory or hang issues. Even if they are disabled by default for speed.

Fixed

* Some theme issues with standard dialog windows.
* Running tool in the background.
* Zoom in external document window.
* Some high dpi issues when moving between monitors.
* Many minor issues reported by users.

[close]

http://www.rj-texted.se/
Titel: Vim 9.0.1026
Beitrag von: SiLæncer am 08 Dezember, 2022, 11:10
Changes:>>

    9.0.1026: type of w_last_topfill is wrong
    9.0.1025: WinScrolled is not triggered when filler lines change
    Update runtime files

http://www.vim.org/index.php
Titel: HelpNDoc 8.3.0 Build 331
Beitrag von: SiLæncer am 08 Dezember, 2022, 20:40
(https://s26.postimg.cc/n8qdqw1ix/screenshot_994.png)
HelpNDoc provides all the tools necessary to write complete help files, manuals and documentations in a user friendly and very easy to use environment. HelpNDoc can generate standard Windows CHM help files, WEB based documentation, iPhone specific websites as well as printable PDF and Word documents.

HelpNDoc is completely free for personal use and evaluation purposes.

Changelog

    Mass update and delete hyperlinks from project analyzer: select hyperlinks in list and assign new target or clear them altogether
    Find and replace dialog can now search for hyperlinks based on various conditions such as kind of hyperlink, target, extra parameters...
    New filter for keywords: show only keywords which are associated with the current topic
    Project analyzer now reports hyperlinks' and anchors' location in snippets and can open the snippet editor to their correct position
    Keywords panel now has an optional toolbar for quick access to basic and advanced keywords actions
    Greatly reduced CHM and HTML based generation time for medium and larger projects which could increase exponentially
    Word/PDF custom templates could produce broken documents with inconsistent cover pages and styles, content highlighted in red...
    PDF footers could be displayed at the wrong position
    Improved RTF loading: possible access violation when importing pictures, better headings import, improved headers and footers import
    Improved DocX loading for tables which were linked to a table style
    The find and replace dialog could miss some results if they were the first one in the topic
    Hyperlink dialog could display fields in wrong order and incorrectly draw panels backgrounds
    Adding or renaming a keyword could cause the following exception error message: "Cannot focus a disabled or invisible window"
    API method HndUI.EditSnippetContent wasn't accessible from the script engine
    Removed option to use external importer for the DocX format: it was slower, less reliable and 32-bit only
    Readme text file contained some outdated links to external tools and compilers

[close]

http://www.helpndoc.com/
Titel: AlephNote 1.7.14
Beitrag von: SiLæncer am 08 Dezember, 2022, 22:40
(https://s26.postimg.cc/6skrw8cnt/screenshot_1204.png)
AlephNote is extensible, lightweight desktop note manager. Features include search, interactive checkbox lists highlighting, clickable highlighted links, notes backup, drag-and-drop capability for files and text, and sorting notes into folders. The program supports tags, in-editor markdown rendering, customizable shortcuts, stay-on-top capability, tray control, themes, and more.

Notes can be saved locally or synchronized with cloud services including Simplenote, Standard Note, Nextcloud/ownCloud.

License:    MIT

Changelog

    Fix StandardNotes re-auth after 401 response

Plugins included by default:

FilesystemPlugin   v1.2.15
HeadlessPlugin     v1.4.12
NextcloudPlugin    v1.2.15
SimpleNotePlugin   v1.2.13
StandardNotePlugin v1.7.8

[close]

https://github.com/Mikescher/AlephNote
Titel: Vim 9.0.1037
Beitrag von: SiLæncer am 09 Dezember, 2022, 09:10
(https://s26.postimg.cc/xww5nc4zt/screenshot_1282.png)
A highly configurable text editor built to enable efficient text editing - an improved version of the vi editor distributed with most UNIX systems.

Freeware

Changelog


    9.0.1037: lalloc(0) error for a class without members
    9.0.1036: undo misbehaves when writing from an insert mode mapping
    9.0.1035: object members are not being marked as used
    9.0.1034: reporting swap file when windows are split
    9.0.1033: tiny build fails because of conflicting typedef
    9.0.1032: test fails when terminal feature is missing
    9.0.1031: Vim9 class is not implemented yet
    9.0.1030: using freed memory with the cmdline popup menu
    9.0.1029: autoload directory missing from distribution
    9.0.1028: mouse shape test is flaky, especially on Mac OS
    9.0.1027: LGTM is soon shutting down

[close]

http://www.vim.org/index.php
Titel: Vim 9.0.1042
Beitrag von: SiLæncer am 10 Dezember, 2022, 09:20
Whats new:>>

ASAN gives false alarm about array access.

http://www.vim.org/index.php
Titel: QOwnNotes 22.12.2
Beitrag von: SiLæncer am 10 Dezember, 2022, 19:30
(https://s26.postimg.cc/hoi1ahlcp/screenshot_978.png)
QOwnNotes is a text editor / notepad replacement with markdown support and todo list manager. The program supports themes, keyboard shortcuts, syntax highlighting, and encryption. Includes available nested file list, tags, search, and more. Optionally works with the notes application ownCloud or Nextcloud.

Cross-platform with clients available for Mac and Linux.

License: GPL

Whats new:>>

    an issue where the alarm date of todo items couldn't be unset was fixed
    (for #2684 , thank you, @WDMdanila)

http://www.qownnotes.org/
Titel: CudaText 1.179.0.0
Beitrag von: SiLæncer am 10 Dezember, 2022, 20:20
(https://s26.postimg.cc/k6wu8qcrt/screenshot_901.png)
Create programming scripts with this powerful tool that supports more than 130 languages and allows users to work concurrently on as many as six groups of projects.

Freeware

Changelog
   

    change: on dropping n>1 files onto app, focus last opened ui-tab (thanks @Vivalzar)
    fix: crashes on fast/heavy using of file commands: drag-drop 20 files / close all / reopen recent file (thanks @veksha)
    fix: crash on Windows when opening file in distraction-free mode (thanks @faulknermano)

[close]

https://cudatext.github.io/
Titel: SPFLite 2.7.22344
Beitrag von: SiLæncer am 10 Dezember, 2022, 21:20
(https://i.postimg.cc/wT5s6g7J/screenshot-2635.png)
Rename, clone, delete, edit, print, exclude, touch, add to favorites and view your files using this intuitive software application.

License: GPLv3

Changelog

    Correct the SORT command. It was not maintaining the associated STATUS of lines during the sort. (USER, .Labels, :Tags and HANDLES)
    Alter the TF LINE command to match the current writing style guides regarding the number of spaces recommended after a word ending in punctuation. Previously TF inserted 2 spaces, it will now only insert one.
    Change the RESET command to be more selective about when it triggers the creation of an UNDO point. Previously, *ANY* RESET command variation would trigger this, even if the RESET did not alter any UNDO related data.
    Correct the handling of a 'changed elsewhere' notification, which results in the file being re-loaded, so that the cursor is properly activated at the completion of the reload activity.
    Correction to RESET handling pending LINE commands.
    Correct the FIND result message for Hex strings in an EBCDIC file to properly display the EBCDIC HEX of the found string, NOT the ANSI HEX value.
    Alter the PROFILE RESET FUNCTION to RESET all Profile settings to the original SPFLite Profile defaults. Formerly it was resetting values to the current DEFAULT Profile settings, which may (and probably have) been altered since the original SPFLite startup values were established.
    Add new support for 'Extended File Types'. This support provides a more flexible method of assigning a particular file to a PROFILE than the current simple "use the file extension". Full details are in the Help file under "Working with Extended File Types". Note this addition removes the old PROFILE USING support. Any existing USING usage will be automatically converted to EFT as part of the first execution of this release.
    Correct the handling of PRESERVE C. Truncation following a / character should only be performed if all following characters are blank. (It wasn't)
    Correct handling of RFIND for the 'D' - Delimiter and 'R' - Regex search strings. The resume search location was not being set correctly.
    Enhance the MACRO TRACE output so that the functions which return an actual data result (not just a RC) will display the actual result. For string results, only a max of 32 characters will be displayed.
    Alter RELOAD to remove an unneeded internal RESET ALL before the actual reload.
    Alter the macros HALT and Set_MSG to restrict the allowable RETURN CODE values to 0 and 8 (OK and FAIL). The formerly allowable RC of WARN (4) is no longer available and will be treated as FAIL.
    The DROP and KEEP commands have been removed.
    ADD new option to the Options -> Screen to allow specification of a 'scale' factor for the size of the font used for the Status Bar and Tab Titles. The default is set to 1.0, smaller values (like 0.9) will reduce the font, larger values (like 1.2) will increase the font size. As well, alter the Status Bar allocations to better adjust for the different Font sizes. Also, OPTIONS => STATUS will now allow the user to specify a desired width (in characters) for each box.
    Assign some new default color values to the USER Schemes so that a new installation will at least have a variety of colors for those experimenting with colorize support. Previously, these colors were all the same, giving the appearance that colorize was simply not working. The colors may not be suitable, but that is easily corrected with an Options => Scheme session.
    Correct MACRO function Get_Profile$. The "NAME" option had accidentally been crippled. This was corrected and the new field "LOCK" added. The LOCK STATUS was previously combined with the NAME data, they have now been separated.
    Extend the BACKUP command to allow it to backup the CLIP, DIFF, SET and EFT sessions. The backups will be stored in a standard $BACKUP folder, located within the HomeData folder (normally UsersyouDocuments
    "Tidy up" the message text for many of the PROFILE commands and displays to be more consistent in format.
    Correct the LINE commands M/MM, C/CC and R/RR to properly handle xNOTE lines. The lines were being copied and converted to standard NOTE lines.
    Correct the FM SELECT line command to properly handle LNK (shortcut) files that reference filetypes marked in FM as Windows executable type.
    Correct the LOCATE command. It was not rejecting line numbers bigger than the file size.
    Tighten up the command parsing code in checking quoted operands.
    Correct handling of RETRIEVE following a Command line error.
    Update the PROF NEW xxxxx command so that when a new Profile is created, you will immediately be placed into the Profile Edit Dialog to customize the new profile as needed before actually using it for the first time.
    Allow CLIP, DIFF, SetEdit and EFTEdit to use unique Profile entries. If a Profile exists, these special Edit sessions will use them, otherwise the previous DEFAULT Profile will be used. The special Profile names are (of course) CLIP, DIFF, SETEdit and EFTEdit.
    Correct crash error if switching to HEX mode in a Multi-Edit session.
    Add ; style comment support in SET entries, either as separate lines, or following the actual entry.
    Alter the macros Get_Find_xxxx and Get_Loc_xxx functions to return Line/Column/Length values that are compatible with the Get_Csr-xxxx functions.
    Correct DIFF code to properly perform deblocking of data from the clipboard when low value line control characters are present.
    Correct command keyword lookup to properly exempt all the different types of quoted strings. (C type, T type etc.)
    Correct error in the internal general search routine in handling certain combinations of the optional search criteria.
    Correct cursor positioning logic to properly handle multiple requests when processing stacked Primary commands.
    Rename the designation of new Tabs to (New) rather than (Empty) to better reflect how the tab was created. 

[close]

http://www.spflite.com/Home.html
Titel: RJ TextEd 15.67
Beitrag von: SiLæncer am 10 Dezember, 2022, 21:50
(https://s26.postimg.cc/775l9vjeh/screenshot_593.png)
RJ TextEd - A Unicode source and text editor. RJ TextEd is a full featured text and source editor with Unicode support, syntax highlighting and code folding. The functionality extends beyond text files and includes support for HTML editing with integrated preview, spell checking, auto completion, HTML validation, templates and more. The program also include support for Topstyle Lite CSS editor, has a dual pane file commander, as well as a FTP client to upload your files. The editor uses language files to display menus and dialogs in different languages. There are several included languages. New language files can easily be created in the editor. RJ TextEd is also a simple web development tool. The editor can use auto completion and hints to assist you in editing your source code. You can preview HTML/ASP/PHP... code using one of the preview tabs or open a document in a browser. The editor does not only handle source code. It also handles true ASCII files, binary files and of course plain text files.

License: Freeware

Changelog

Fixed

* Some issues reported by users.
* Install issue as "Standard User".

[close]

http://www.rj-texted.se/
Titel: Vim 9.0.1046
Beitrag von: SiLæncer am 11 Dezember, 2022, 09:40
Whats new:>>

Class method disassemble test fails on MS-Windows.

http://www.vim.org/index.php
Titel: PanWriter 0.8.5
Beitrag von: SiLæncer am 11 Dezember, 2022, 19:30
(https://i.postimg.cc/fLjLfXy8/screenshot-2610.png)
A distraction-free markdown editor with tight integration with pandoc for import/export to/from plenty of file formats, as well as a preview pane that can show pages.

License: GPLv3

https://github.com/mb21/panwriter
Titel: OutWiker 3.2.0.916 Beta
Beitrag von: SiLæncer am 11 Dezember, 2022, 21:20
(https://s26.postimg.cc/87bx6b16h/screenshot_33.png)
OutWiker is an open-source personal wiki and outliner. Notes are stored in a tree, and kept in the form of directories on the disk. This encourages changing the base by external sources and programs. Currently there are three types of pages supported: plain text, HTML, and wiki. External files (such as pictures) can be attached to pages, and pages can be linked to each other. Each tree branch can be opened as a separate wiki. Other features include tag support, global search (notes and tags), bookmarks, HTML syntax highlighting and icons for notes.

OutWiker can be downloaded with or without plugins, as well as for Linux systems.

License : GPL

Whats new:>>

    Added settings for the Minimize and Close buttons.
    Added information about selected attachments to the status bar.
    Changed the design of links to other pages.

http://jenyay.net/Outwiker/English
Titel: RJ TextEd 15.68
Beitrag von: SiLæncer am 11 Dezember, 2022, 21:40
Whats new:>>

Fixed

* Update issue where open tabs were not re-opened.

http://www.rj-texted.se/
Titel: Text Editor Pro 24.2.0
Beitrag von: SiLæncer am 12 Dezember, 2022, 09:30
(https://s26.postimg.cc/hfdkhoj9l/screenshot_896.png)
Text Editor Pro (formerly EditBone) is a powerful text editing tool that comes with syntax highlighting support for over 50 languages and scripts, customizable with over 100 options, 29 ready made styles, a handy file comparison feature, unicode character map, numerical unit convert tool, SQL formatter, and support for multiple directories and search results.

Freeware

Changelog


- Added keywords toggle case
- Added sort files application option (default none)
- Fixed application activate
- Fixed file popup menu
- Fixed JSON, SQL, and XML formatting
- Fixed large file issues
- Fixed read me
- Fixed search
- Fixed text editor control
- Updated language files

[close]

https://texteditor.pro/
Titel: Vim 9.0.1047
Beitrag von: SiLæncer am 12 Dezember, 2022, 11:10
Whats new:>>

    Update runtime files
    9.0.1047: matchparen is slow

http://www.vim.org/index.php
Titel: Trilium Notes 0.57.4
Beitrag von: SiLæncer am 12 Dezember, 2022, 19:30
(https://i.postimg.cc/2yDgvbpj/screenshot-2595.png)
A hierarchical note-taking software application with focus on building large personal knowledge bases while also providing a flurry of options.

License: AGPL

Changelog

    Fix missing boxicons icons; Add missing boxicons LICENSE file from up stream by @DynamoFox
    attempt to fix the ws crash, #3374
    dump-db should not contain node_modules in release artifacts
    fix internal link creation, closes #3376

[close]

https://github.com/zadam/trilium
Titel: Vim 9.0.1050
Beitrag von: SiLæncer am 13 Dezember, 2022, 09:10
Whats new:>>

    9.0.1050: using freed memory when assigning to variable twice
    9.0.1049: crash when opening a very small terminal window
    9.0.1048: with "screenline" in 'culopt' cursorline highlight is wrong
    Update runtime files

http://www.vim.org/index.php
Titel: EmEditor Professional 22.1.2
Beitrag von: SiLæncer am 13 Dezember, 2022, 09:20
(https://i.postimg.cc/vmqgmtjb/screenshot-2069.png)
EmEditor is a lightning-fast, tabbed text editor with themes, syntax highlighting, stay-on-top, and customizable keyboard mapping. The program supports batch find-and-replace, regular expressions, and more.

Whats new:>>

Fixed a text rending issue.

https://www.emeditor.com
Titel: Trilium Notes 0.57.5
Beitrag von: SiLæncer am 14 Dezember, 2022, 12:40
(https://i.postimg.cc/2yDgvbpj/screenshot-2595.png)
A hierarchical note-taking software application with focus on building large personal knowledge bases while also providing a flurry of options.

License: AGPL

Changelog

Fix missing share.js in public/app-dist folder; Delete unused public/app folder (Docker build) #3410 @DynamoFox

[close]

https://github.com/zadam/trilium
Titel: Vim 9.0.1054
Beitrag von: SiLæncer am 14 Dezember, 2022, 12:45
(https://s26.postimg.cc/xww5nc4zt/screenshot_1282.png)
A highly configurable text editor built to enable efficient text editing - an improved version of the vi editor distributed with most UNIX systems.

Freeware

Whats new:>>

    9.0.1054: object member can't get type from initializer
    9.0.1053: default constructor arguments are not optional
    9.0.1052: using freed memory on exit when EXITFREE is defined
    9.0.1051: after a failed CTRL-W ] next command splits window

http://www.vim.org/index.php
Titel: Vim 9.0.1060
Beitrag von: SiLæncer am 15 Dezember, 2022, 09:10
Whats new:>>

private and public object members are not implemented yet

http://www.vim.org/index.php
Titel: QOwnNotes 22.12.3
Beitrag von: SiLæncer am 15 Dezember, 2022, 22:00
(https://s26.postimg.cc/hoi1ahlcp/screenshot_978.png)
QOwnNotes is a text editor / notepad replacement with markdown support and todo list manager. The program supports themes, keyboard shortcuts, syntax highlighting, and encryption. Includes available nested file list, tags, search, and more. Optionally works with the notes application ownCloud or Nextcloud.

Cross-platform with clients available for Mac and Linux.

License: GPL

Whats new:>>

    added a new editor color schema Monokai by @MarkFirewhal
    (for #2687 )
    added more Korean, Russian translation (thank you venusgirl, wdmdanila)

http://www.qownnotes.org/
Titel: HtLite Pro 5.9.0.0
Beitrag von: SiLæncer am 16 Dezember, 2022, 20:40
(https://s26.postimg.cc/pw2fa422x/screenshot_172.png)
Umfangreicher HTML/XHTML Editor.  Jeder externe Browser zur Seitenansicht einstellbar.  Wer keinen HTML Designer zur visuellen Gestaltung seiner Seiten benötigt, sondern nur einen komfortablen Code-Editor sucht, erhält hier eine hervorragende Alternative.

Donationware

https://www.winsoftware24.com/htlitepro.html
Titel: Vim 9.0.1065
Beitrag von: SiLæncer am 17 Dezember, 2022, 09:10
Changes:>>

A shell command switching screens may still have a problem

http://www.vim.org/index.php
Titel: Vim 9.0.1075
Beitrag von: SiLæncer am 19 Dezember, 2022, 08:10
Changes:>>

Build fails if compiler doesn't allow declaration after case.

9.0.1071

    Codecov action version is too specific
    Reading beyond array size
    Diff mode highlight fails for special characters
    No information about whether request term codes has an effect
    In diff mode virtual text is highlighted incorrectly
    Test function name is wrong

http://www.vim.org/index.php
Titel: LPub3D 2.4.5.0.2977
Beitrag von: SiLæncer am 19 Dezember, 2022, 09:10
(https://i.postimg.cc/kMx9GxDB/screenshot_664.png)
LPub3D is an Open Source WYSIWYG editing application for creating LEGO style digital building instructions.

LPub3D uses the LDraw parts library, the most comprehensive library of digital Open Source LEGO bricks available and reads the LDraw LDR and MPD model file formats.

License: Open Source

Changelog

Enhancement - Add full submodel file support to Build Modifications #591
Enhancement - Add load unofficial parts in command editor to project setup #591
Enhancement - Add load visual editor at cover page to project setup #593
Enhancement - Expand WhatsThis help to common dialogues #618
Enhancement - Improve performance - enable CLI, PLI and SMP multi-thread execution #598
Enhancement - Load visual editor at cover page #593
Enhancement - LPub command editor snippet system #602
Enhancement - Manage context menu actions #606
Enhancement - Manage keyboard shortcuts #603
Enhancement - Merge camera viewpoint and camera angles dialogs #612
Enhancement - Remove LPub formatting at submodel, page, and step #604
Enhancement - Refactor file loading parse and add inline file load #591
Enhancement - Set default system text editor at start-up #599
Enhancement - Update substitute preview feature #441
Enhancement - View visual editor render preferences in main menu preferences #597
Change - Continuous page progress update #615
Change - Failed to resolve google drive file at path #561
Change - Load model editor at cover page #593
Change - Restore preview submodel from callout #271
Change - TENTE parts outdated #583
Development - Convert command editor to QPlainTextEdit #601
Fix - Build mods don't work properly #520
Fix - BUILD_MOD in Multipart model not working as expected #591
Fix - Command Editor Issues - multiple issues #564, #565, #566
Fix - CSI part annotations impossible to enter #580
Fix - Error occurred while downloading archive library #568
Fix - Fixed-size circle and square annotation value not centered #579
Fix - Generating PDF crashes LPub on a certain page #557
Fix - Inconsistent page count on completion of export #596
Fix - Incorrect insert text on step group page #605
Fix - Invalid appstream file #589
Fix - LPub3D plug, logo and other auto text features #594
Fix - Messed up and weird rendering #518
Fix - Missing header causing abend #619
Fix - OFFSET not applied in some cases #595
Fix - Preferences default url not being saved #587
Fix - Projection in visual editor keeps resetting to perspective #607
Fix - Remove Group meta doesn't work #569
Fix - Render projection not orthographic #608
Fix - ROTATE_ICON SIZE does not change size in step group or callout #560
Fix - Update build from source scripts #585
Issue - Submodel preview image is empty for some submodels #558

[close]

https://sourceforge.net/projects/lpub3d/?source=directory
Titel: BirdFont 5.0.2
Beitrag von: SiLæncer am 19 Dezember, 2022, 09:20
(https://s26.postimg.cc/rd1s4grdl/screenshot_137.png)
BirdFont is a free font editor that lets you create vector graphics and export TTF, EOT & SVG fonts.

Donationware

Whats new:>>

    Variable TTF fonts.
    A new tool for adjusting creating extremas (put handles on axis). Select a point and press e.
    Fix loading of OpenType SVG files.
    Fix outline stroke issues.

https://birdfont.org/
Titel: RJ TextEd 15.70
Beitrag von: SiLæncer am 19 Dezember, 2022, 21:40
(https://s26.postimg.cc/775l9vjeh/screenshot_593.png)
RJ TextEd - A Unicode source and text editor. RJ TextEd is a full featured text and source editor with Unicode support, syntax highlighting and code folding. The functionality extends beyond text files and includes support for HTML editing with integrated preview, spell checking, auto completion, HTML validation, templates and more. The program also include support for Topstyle Lite CSS editor, has a dual pane file commander, as well as a FTP client to upload your files. The editor uses language files to display menus and dialogs in different languages. There are several included languages. New language files can easily be created in the editor. RJ TextEd is also a simple web development tool. The editor can use auto completion and hints to assist you in editing your source code. You can preview HTML/ASP/PHP... code using one of the preview tabs or open a document in a browser. The editor does not only handle source code. It also handles true ASCII files, binary files and of course plain text files.

License: Freeware

Changelog

Split document window to another document view

In this version you can split the current document window to a new tab in another document view. E.g. split the current document to a new tab to the right document view.

A new menu item has been added to the document tab context menu called

"Split document window". It also contain the items to split vertically or
horizontally.

Brace highlighting

Braces are now highlighted in plain text.

Text cursor width (caret)

If you set the text cursor width to 0 (zero) a block cursor will be used.
Note that the block cursor is only used with monospaced fonts, like "Consolas", "Courier New"...

The width limit has been set to 5.

Temporary backup (timer)

Modified files and open tabs data should be periodically saved to a temp folder. Made some code changes to save more data in a more reliable format.

Exception tracer

Made some option changes to create a better bug report.
The bug report should now include some debug files as well.

WebView2Loader (Edge browser preview)

Updated the dll file to the latest version.

Fixed

* Close tab issue with delayed loading.
* Zoom in external document window.
* Drag n drop issues.
* Possible shutdown issues.
* Many minor issues reported by users.

[close]

http://www.rj-texted.se/
Titel: Vim 9.0.1082
Beitrag von: SiLæncer am 20 Dezember, 2022, 10:10
Changes:>>

Some jsonc files are not recognized.

http://www.vim.org/index.php
Titel: CudaText 1.180.0
Beitrag von: SiLæncer am 20 Dezember, 2022, 22:10
(https://s26.postimg.cc/k6wu8qcrt/screenshot_901.png)
Create programming scripts with this powerful tool that supports more than 130 languages and allows users to work concurrently on as many as six groups of projects.

Freeware

Changelog
   

+ add: option "ui_open_dir"
+ add: encodings 'cp861' (DOS Icelandic), 'cp865' (DOS Nordic)
+ add: reworked how micromap is painted in word-wrapped mode (both on vert scrollbar and not); now it paints all WrapInfo items, so e.g. long wrapped line gives several cells on micromap
+ add: Find dialog: after 'Select all', scroll to the first caret (thanks @Vivalzar)
+ add: Find dialog, Console dialog: handle global app hotkeys (thanks @Vivalzar)
+ add: dialog "Lexer style mapping" renders styles in the 2nd listbox (thanks @Vivalzar)
+ add: lexer CSS: add missing spec function/property names
* change: removed default assignment of Ctrl+Shift+R to 'toggle read-only' (thanks @Vivalzar)
- fix: Project Manager: changed current folder was not always passed to app
- fix: on macOS, External Tools plugin shown 'Edit' dialog for the wrong list item (thanks @veksha)
- fix: regression: if opened >20 tabs, just closed tabs are not added to 'recents' (thanks @mix-7)
- fix: regression: on loading session, 'pinned' tabs were not closed (thanks @MiroslavMatas)
- fix: usage of 'pkexec' must be disabled on macOS and enabled on Solaris

[close]

https://cudatext.github.io/
Titel: Vim 9.0.1085
Beitrag von: SiLæncer am 21 Dezember, 2022, 09:10
Changes:>>

    Compiler warns for uninitialized variable
    Code handling low level MS-Windows events cannot be tested
    Empty and comment lines in a class cause an error

http://www.vim.org/index.php
Titel: EmEditor Professional 22.1.4
Beitrag von: SiLæncer am 22 Dezember, 2022, 09:40
(https://i.postimg.cc/vmqgmtjb/screenshot-2069.png)
EmEditor is a lightning-fast, tabbed text editor with themes, syntax highlighting, stay-on-top, and customizable keyboard mapping. The program supports batch find-and-replace, regular expressions, and more.

Whats new:>>

    Improved the speed of checking CSV syntax in a CSV mode with a very large file.
    Improved the speed of switching to the normal mode from a CSV mode with a very large file.
    Fixed a potential crash while saving a file if memory is low.
    Fixed a potential crash when switching to a CSV mode and during the Delete Duplicate Lines command.
    Fixed a potential crash related to variable synchronization.
    Fixed a potential crash related to I/O cancellation.

https://www.emeditor.com
Titel: RJ TextEd 15.71
Beitrag von: SiLæncer am 22 Dezember, 2022, 20:20
Changelog

Snippets

Added a new tree node in the text clips panel called "Snippets".

All snippets are available in an XML file and maintained by me. Which means users are not allowed to add/delete or edit snippets. It's a write protected node. The file will be overwritten when you install an update.

I may add more items to the snippets file in later versions. Suggestions are welcome.

SFTP component

Updated the SFTP component to the latest version.

Mouse cursor over splitter

Changed the mouse cursor to the Windows standard one when hovering over a splitter between document views.

Fixed

* Split document window issues.
* Folding issue introduced in v15.70.

[close]

http://www.rj-texted.se/
Titel: Vim 9.0.1088
Beitrag von: SiLæncer am 23 Dezember, 2022, 09:10
(https://s26.postimg.cc/xww5nc4zt/screenshot_1282.png)
A highly configurable text editor built to enable efficient text editing - an improved version of the vi editor distributed with most UNIX systems.

Freeware

Changes:>>

    9.0.1088: clang warns for unused variable
    9.0.1087: autocommand test sometimes fails
    9.0.1086: display wrong in Windows terminal after exiting Vim

http://www.vim.org/index.php
Titel: Vim 9.0.1092
Beitrag von: SiLæncer am 24 Dezember, 2022, 19:20
Changes:>>

Search error message doesn't show used pattern
Assignment to non-existing member causes a crash
FHIR Shorthand files are not recognized
Unnessary assignment

http://www.vim.org/index.php
Titel: Text Editor Pro 24.3.0
Beitrag von: SiLæncer am 24 Dezember, 2022, 20:30
(https://s26.postimg.cc/hfdkhoj9l/screenshot_896.png)
Text Editor Pro (formerly EditBone) is a powerful text editing tool that comes with syntax highlighting support for over 50 languages and scripts, customizable with over 100 options, 29 ready made styles, a handy file comparison feature, unicode character map, numerical unit convert tool, SQL formatter, and support for multiple directories and search results.

Freeware

Changelog


    Added highlighter for Modula-2
    Added highlighter for Modula-3
    Added Ukrainian language by Victor Khokhlov
    Fixed and updated language files
    Fixed language change
    Fixed text compare options
    Fixed toggle case keywords

[close]

https://texteditor.pro/
Titel: Notepad++ 8.4.8
Beitrag von: SiLæncer am 25 Dezember, 2022, 09:30
(https://i.postimg.cc/90QrsKpv/screenshot-818.png)
Notepad++ is a tabbed source code editor and Notepad replacement with a customizable interface. It is one of the few few source code editors that supports "folding," allowing users to quickly reduce and expand sections of code to see the overall document. In addition, it features multi-language syntax highlighting, auto-completion, regular expression search/replace, macro recording and playback, etc. The program can access a long list of plug-ins via an easy-to-access menu with even more features and functions.

License: GPL

Changelog


    Update to Scintilla 5.3.2 and Lexilla 5.2.1. (implement #12624)
    Dark mode: Add “Follow Windows dark/light mode” feature, and toolbar, tabbar and theme choices are remembered for 2 modes separately. (Fix #9183, #9992, #10153, #10239, #10544, #11867, #10644)
    Fix inconsistencies at OS-forced Notepad++ v8.4.8 exit. (Fix #12541)
    Make tab context menu customizable. (Fix #12170)
    Make Macro & Run menu organizable with submenu by modifying shortcuts.xml. (Fix #5349, implement #12617)
    Fix crash on Win32 Namespace prefixed file name. (Fix #12453)
    Fix delimiter selection crash issue. (Fix #12384)
    Improve performance for the “Remove Empty Lines” command. (Fix #12462, implement #12544)
    Fix theme not working in cloud mode and portable mode issue. (Fix #6092, #10801, #12296)
    Fix autocomplete/calltip colors not applied when changing themes. (Fix #12514)
    Add dark autocompletion icons for dark themes. (Fix #12549)
    Fix search result not applying new theme. (Fix #12588)
    Fix sorting failure in zero-length column mode selection. (Fix #12299)
    Fix Default Language not working for the 1st empty file with empty session. (Fix #12586)
    Enhance “Go to settings” in Style Configurator. (Implement #12650, #12634)
    Fix themes’ inconsistent behaviour. (Fix #12642, #12508)
    Fix incorrect plugin architecture reports partially. (Fix partially #12565)
    Enhance Properties file: add/improve the syntax folding/highlighting. (Implementation)
    Add vertical scroll bar on all combobox in Find Replace dialog. (Fix #12459)
    Function List: Add Pascal/Delphi & NppExec plugin’s scripting, enhance SQL. (Fix #3664, #12517, implemnt #12625)
    Autocompletion: add PowerShell, fix some entries in PHP, update for Lua. (Fix #12492, implement #12641, #12657)
    Update CPP & PowerShell keywords. (Fix #11936, #5004)
    Fix the tab context menu reload command’s state not synchronized. (Fix #12579)

[close]

DL -> https://github.com/notepad-plus-plus/notepad-plus-plus/releases

https://notepad-plus-plus.org/
Titel: Vim 9.0.1093
Beitrag von: SiLæncer am 25 Dezember, 2022, 10:10
Changes:>>

9.0.1093: using freed memory of object member

http://www.vim.org/index.php
Titel: Text Editor Pro 24.3.1
Beitrag von: SiLæncer am 25 Dezember, 2022, 19:30
Whats new:>>

    Fixed about.
    Fixed window placement.

https://texteditor.pro/
Titel: RJ TextEd 15.72
Beitrag von: SiLæncer am 26 Dezember, 2022, 09:20
(https://s26.postimg.cc/775l9vjeh/screenshot_593.png)
RJ TextEd - A Unicode source and text editor. RJ TextEd is a full featured text and source editor with Unicode support, syntax highlighting and code folding. The functionality extends beyond text files and includes support for HTML editing with integrated preview, spell checking, auto completion, HTML validation, templates and more. The program also include support for Topstyle Lite CSS editor, has a dual pane file commander, as well as a FTP client to upload your files. The editor uses language files to display menus and dialogs in different languages. There are several included languages. New language files can easily be created in the editor. RJ TextEd is also a simple web development tool. The editor can use auto completion and hints to assist you in editing your source code. You can preview HTML/ASP/PHP... code using one of the preview tabs or open a document in a browser. The editor does not only handle source code. It also handles true ASCII files, binary files and of course plain text files.

License: Freeware

Changelog

    Emmet:

    Fixed a few class related issues.
    Also made some space improvements between tags and attributes.
    Browser preview (Edge)
    Made some internal changes to prevent error messages when opening a new
    page or when closing a browser window. An error may occur when closing
    the program as well.

    Home:

    Selecting/Un-selecting items by clicking checkboxes should work better now.
    Stability improvements
    Identified several instances in code throughout the project that may cause
    errors, crashes or memory corruption over time.

    Fixed:

    Annotation-bar issue with split window.
    Browser preview issues.

[close]

http://www.rj-texted.se/
Titel: Trilium Notes 0.58.1 Beta
Beitrag von: SiLæncer am 27 Dezember, 2022, 08:50
(https://i.postimg.cc/2yDgvbpj/screenshot-2595.png)
A hierarchical note-taking software application with focus on building large personal knowledge bases while also providing a flurry of options.

License: AGPL

Changelog

Options and Backend log are not dialogs anymore, they are converted to "content widgets"
Fix reopening the very last tab, closes #3397
Mobile frontend now contains the launchbar as well and has access to more functionality (e.g. Edit button in read-only notes)
Deajan/fix-powershell-exec-policy #3406
Label update should trigger parent resort, fixes #3366
Upgrades - ckeditor 35.4.0, mermaid 9.3.0, excalidraw 0.13.0
Added watchdog for CKEditor to recover from crashes, fixes #3227
Quick search shows search errors #3221
Improve compatibility with common js, #3436
Create new runOnNoteContentChange event, #3436
Allow access to share api root note only if there's share index, #3434
Edit button grows and shakes on the first display #2483
Apply color label also on note map, #3443
Added a "script executor" ribbon widget
Fix old migration to avoid unique constraints problems, closes #3447
Allow configuration of log, backup etc. directories per env variables, closes #3446
Fix cursor in the textarea, closes #3459
Fix ZIP import without metadata
Fix sorting after cloning/moving notes into sorted parent, closes #3453
Create new sortNotes backend API method and deprecate old sortNotesByTitle
Fix missing doc resources for launchers, closes #3455
Fix assuming that trilium is exposed on the root path, closes #3452
Fix context menu in browser for launchers, closes #3454

[close]

https://github.com/zadam/trilium
Titel: Vim 9.0.1103
Beitrag von: SiLæncer am 27 Dezember, 2022, 09:10
Changes:>>

9.0.1103: jq files are not recognized
9.0.1102: complicated use of #ifdef
9.0.1101: unused global variable
9.0.1100: a hashtab with many removed items is not cleaned up
9.0.1099: trying to resize a hashtab may cause a problem
9.0.1098: code uses too much indent

http://www.vim.org/index.php
Titel: Vim 9.0.1107
Beitrag von: SiLæncer am 28 Dezember, 2022, 08:40
Changes:>>

float constant not recognized as float

http://www.vim.org/index.php
Titel: BowPad 2.8.6
Beitrag von: SiLæncer am 28 Dezember, 2022, 18:30
(https://s26.postimg.cc/h0ofzpokp/screenshot_1153.png)
BowPad is a small and fast text editor with a ribbon user interface and syntax highlighting.

Features:

syntax highlighting for over 100 file types and languages
handling of many different encodings, including UTF-8, UTF-16 and even UTF-32
easy ribbon user interface
navigation hints in the vertical scrollbar
coloring of open tabs according to their path
extendable with plugins written in jscript or vbscript

Freeware

Changelog
   

    updated to Scintilla 5.3.2 and Lexilla 5.2.1
    List of issues solved for 2.8.3
    Improved visibility of active tab
    Mark modified lines in the left bar

[close]

http://stefanstools.sourceforge.net/BowPad.html
Titel: Trilium Notes 0.58.2 Beta
Beitrag von: SiLæncer am 29 Dezember, 2022, 09:50
Changelog


Options and Backend log are not dialogs anymore, they are converted to "content widgets"
Fix reopening the very last tab, closes #3397
Mobile frontend now contains the launchbar as well and has access to more functionality (e.g. Edit button in read-only notes)
Deajan/fix-powershell-exec-policy #3406
Label update should trigger parent resort, fixes #3366
Upgrades - ckeditor 35.4.0, mermaid 9.3.0, excalidraw 0.13.0
Added watchdog for CKEditor to recover from crashes, fixes #3227
Quick search shows search errors #3221
Improve compatibility with common js, #3436
Create new runOnNoteContentChange event, #3436
Allow access to share api root note only if there's share index, #3434
Edit button grows and shakes on the first display #2483
Apply color label also on note map, #3443
Added a "script executor" ribbon widget
Fix old migration to avoid unique constraints problems, closes #3447
Allow configuration of log, backup etc. directories per env variables, closes #3446
Fix cursor in the textarea, closes #3459
Fix ZIP import without metadata
Fix sorting after cloning/moving notes into sorted parent, closes #3453
Create new sortNotes backend API method and deprecate old sortNotesByTitle
Fix missing doc resources for launchers, closes #3455
Fix assuming that trilium is exposed on the root path, closes #3452
Fix context menu in browser for launchers, closes #3454

[close]

https://github.com/zadam/trilium
Titel: Vim 9.0.1108
Beitrag von: SiLæncer am 30 Dezember, 2022, 08:10
Changes:>>

Type error when using "any" type and adding to float

http://www.vim.org/index.php
Titel: BowPad 2.8.7
Beitrag von: SiLæncer am 30 Dezember, 2022, 19:40
Whats new:>>

Fixed bug that when clicking on a tab the tab was not selected

http://stefanstools.sourceforge.net/BowPad.html
Titel: VNote 3.16.0
Beitrag von: SiLæncer am 30 Dezember, 2022, 20:40
(https://s26.postimg.cc/871od8huh/screenshot_1147.png)
Peculiar yet interesting, open source piece of software that sports both Markdown editing capabilities and note management features.

MIT License

Whats new:>>

Now you can view PDF files in VNote and draw mind map in VNote.

https://github.com/tamlok/vnote
Titel: Vim 9.0.1117
Beitrag von: SiLæncer am 31 Dezember, 2022, 08:40
(https://s26.postimg.cc/xww5nc4zt/screenshot_1282.png)
A highly configurable text editor built to enable efficient text editing - an improved version of the vi editor distributed with most UNIX systems.

Freeware

Changes:>>

    9.0.1117: terminfo entries for bracketed paste are not used
    9.0.1116: compiler may complain about an unused function
    9.0.1115: code is indented more than needed
    9.0.1114: CI does not use the latest Python version
    9.0.1113: users cannot easily try out a PR
    9.0.1112: test_mswin_event() can hang
    9.0.1111: termcap entries for RGB colors are not set automatically
    9.0.1110: build fails on Mac OS X 10.4/10.5
    9.0.1109: leaking allocated type

http://www.vim.org/index.php
Titel: RJ TextEd 15.73
Beitrag von: SiLæncer am 01 Januar, 2023, 18:00
(https://s26.postimg.cc/775l9vjeh/screenshot_593.png)
RJ TextEd - A Unicode source and text editor. RJ TextEd is a full featured text and source editor with Unicode support, syntax highlighting and code folding. The functionality extends beyond text files and includes support for HTML editing with integrated preview, spell checking, auto completion, HTML validation, templates and more. The program also include support for Topstyle Lite CSS editor, has a dual pane file commander, as well as a FTP client to upload your files. The editor uses language files to display menus and dialogs in different languages. There are several included languages. New language files can easily be created in the editor. RJ TextEd is also a simple web development tool. The editor can use auto completion and hints to assist you in editing your source code. You can preview HTML/ASP/PHP... code using one of the preview tabs or open a document in a browser. The editor does not only handle source code. It also handles true ASCII files, binary files and of course plain text files.

License: Freeware

Changelog

    Open command-line interface
    Changed the command prompt menu item in the tools menu to open any command-line
    shell you want.
    The command-line shell can be set in the tools section in options.
    Three shells are available in the dropdown box. Windows Terminal, PowerShell
    and Command Prompt. Select "Other" if you want to set something else as the
    command-line interface.
    Also changed the caption in the tools menu.
    Internal code changes
    Made some internal changes to prevent issues when switching highlighter, or
    converting text to code (HTML).

    Fixed:

    Convert to HTML issues.
    Edge browser issue when closing the program.
    Misc reported issues.

[close]

http://www.rj-texted.se/
Titel: PilotEdit Lite 17.1.0
Beitrag von: SiLæncer am 01 Januar, 2023, 18:30
(http://www.pilotedit.com/images/OpenInQuickMode.PNG)
PilotEdit is a text, hex, XML, C/C++, HTML, PHP, Java, Javascript and Perl editor that can edit large files of 400GB (40 billion lines).

It offers customizable syntax and keyword highlighting, advanced search and replace operations, automatic text encoding, 256-bit AES encryption/decryption and a built-in FTP/SFTP client lets you open, edit, download and upload large files directly to/from a FTP/SFTP server.

In addition to standard text editing features, PilotEdit can compare and merge two large files of 100GB (10 billion lines). You can also sort, find/remove duplicate lines and extract strings over a large file of 1GB.

Freeware

Zitat
PilotEdit 17.1.0 changes the last segment of regex to greedy mode.

http://www.pilotedit.com/
Titel: Znote 2.0.0
Beitrag von: SiLæncer am 01 Januar, 2023, 18:45
(https://i.postimg.cc/qvfVnLWd/screenshot-2617.png)
Znote is a free, elegant program meant to help you write beautifully organized Markdown documents. You can organize your texts, notes, and files even better, using the simplistic left-side widget organizer for smoothly navigating different files.

Freeware

Changelog


    You will get here:

    A dynamic help to guide you during use,
    an OpenAI integration . For real! Simply request something from OpenAI by selecting the text to send then Cmd+H,
    the possibility to run bash blocks and install directly from note any npm package ,
    ... it's not over... You can also create a new note from online recipes and templates

    Breaking changes:

    Keyboard shortcuts (CMD+Enter) to run code and (CMD+P) to open palette

    Bugfixes:

    Result height issue with asynchronous calls
    Avoid losing app settings in case of crash

[close]

https://znote.lagrede.fr/
Titel: Vim 9.0.1128
Beitrag von: SiLæncer am 02 Januar, 2023, 08:10
Changes:>>

    9.0.1128: build failure
    9.0.1127: no error if function argument shadows class member
    9.0.1126: bracketed paste can be enabled when it is not recognized
    9.0.1125: memory leak when using class functions
    9.0.1124: virtual text at a column position is truncated
    9.0.1123: class function not implemented yet

http://www.vim.org/index.php
Titel: Vim 9.0.1227
Beitrag von: SiLæncer am 22 Januar, 2023, 10:20
Changes:>>

    9.0.1227: no cmdline completion for :runtime
    9.0.1226: spurious empty line when using text properties
    9.0.1225: reading past the end of a line when formatting text
    9.0.1224: cannot call a :def function with a number for float argument
    9.0.1223: cannot use setcellwidths() below 0x100

http://www.vim.org/index.php
Titel: WriteMonkey 3.3.0
Beitrag von: SiLæncer am 22 Januar, 2023, 20:30
(https://i.postimg.cc/T20BpJK2/screenshot-2101.png)
Tool zur Textbearbeitung, das ablenkende Bedienelemente ausblendet; enthält unter anderem Wörterbücher in verschiedenen Sprachen (auch in Deutsch).

Freeware (Spende erwünscht)

Changelog


    Added: New AI helper plugin integrates GPT-3 (ChatGPT) artificial intelligence text generation in WM (you must obtain your free API key from <openai.com>)
    Added: New Pandoc plugin - run Pandoc (a universal document converter) commands directly from WM to export/import from/to multiple document formats / Pandoc (<pandoc.org>) must be installed separately
    Added: Clean command will remove redundant spaces, empty lines and tabs from the document or selection. Optionally it will also normalize all quote marks to straight quote marks
    Added: Anchored reading option for fast reading. Similar to Bionic reading (<bionic-reading.com>)
    Added: Automatic folding for multilevel markdown lists (similar to heading folding)
    Added:Drag and drop local image files into WM
    Added: Command to Convert tabbed items to markdown table
    Changed: Today view in library pane substituted with Last opened view - will show a list of last opened documents
    Added: Support for YAML style metadata block delimiters (--- and ...)
    Added: Use alternative field names in metadata - title instead of name, and keywords instead of tags
    Added: Open setting files in the default JSON editor via the command palette
    Added: Open the current theme file in the default CSS editor via the command palette
    Added: Syntax Highlighting (theme definitions) for markdown footnotes
    Improved: Improved jumps list category selection
    Added: New theme - Black mamba
    Added: New Search with Google command
    Fixed: Scroll position jumping up and down sometimes when typing with the typewriter scrolling on in a document with different line heights
    Fixed: ClickClack plugin: characters invoked via the Alt key didn't make any noise
    Fixed/improved: Many small fixes, changes and improvements all over the place

[close]

https://writemonkey.com/
Titel: Vim 9.0.1236
Beitrag von: SiLæncer am 23 Januar, 2023, 07:20
Changes:>>

the code style has to be checked manually

http://www.vim.org/index.php
Titel: Vim 9.0.1237
Beitrag von: SiLæncer am 24 Januar, 2023, 09:20
Changes:>>

    9.0.1237: code is indented more than necessary
    9.0.1236: code in same_leader() can be simplified
    9.0.1235: MS-Windows console: not flushing termguicolors

http://www.vim.org/index.php
Titel: Vim 9.0.1240
Beitrag von: SiLæncer am 25 Januar, 2023, 09:20
Changes:>>

cannot access a private object member in a lambda

http://www.vim.org/index.php
Titel: QOwnNotes 23.1.2
Beitrag von: SiLæncer am 25 Januar, 2023, 20:50
(https://s26.postimg.cc/hoi1ahlcp/screenshot_978.png)
QOwnNotes is a text editor / notepad replacement with markdown support and todo list manager. The program supports themes, keyboard shortcuts, syntax highlighting, and encryption. Includes available nested file list, tags, search, and more. Optionally works with the notes application ownCloud or Nextcloud.

Cross-platform with clients available for Mac and Linux.

License: GPL

Whats new:>>

    the XML parsing for the Nextcloud / ownCloud support was re-implemented
    to work with Qt6 (for #1304 )
    fixed a possible crash when reloading the note folder after changing the
    sharing status of a note (for #1304 )

http://www.qownnotes.org/
Titel: Pandoc 3.0.1
Beitrag von: SiLæncer am 25 Januar, 2023, 21:50
(https://i.ibb.co/6mSXKdx/pandoc.png)
Pandoc is a command-line utility that can convert files from one markup format into another. Pandoc's enhanced version of Markdown includes syntax for footnotes, tables, flexible ordered lists, definition lists, fenced code blocks, superscripts and subscripts, strikeout, metadata blocks, automatic tables of contents, embedded LaTeX math, citations, and Markdown inside HTML block elements. (These enhancements, described further under Pandoc's Markdown, can be disabled using the markdown_strict input or output format.)

License: Open Source

Changelog

    Fix use of extensions with custom readers ( #8571 ).

    Text.Pandoc.Writers.Shared: export setupTranslations [API change]. Use this in HTML and OpenDocument writers, to ensure that translations are set up properly even when we don’t go through convertWithOpts.

    LaTeX reader: fix regression in macro resolution for environments ( #8573 ).

    Chunked HTML writer: Fix handling of images with absolute URLs ( #8567 ).

    HTML writer:
        Don’t omit newlines in task lists.
        Don’t disable checkboxes in task lists ( #8562 ).

    Ensure that automatically set variables pandoc-version, outputfile, title-prefix, epub-cover-image, curdir, dzslides-core can be overridden by --variable on the command line. Previously they would create lists in the template Context, which is not desirable.

    Fix man page copying in linux/make_artifacts.sh ( #8566 ). Previously we were copying the pandoc-server.1 pandoc page to pandoc-lua.1.

    pandoc.cabal: remove pandoc.cabal, stack.cabal from extra-source-files ( #8560 ). The problem is that if these are in extra-source-files, then they get put in the tarball, and then anyone trying to build the source from an unpacked tarball will run into the problem that cabal.project and stack.yaml refer to pandoc-server, pandoc-lua-engine, and pandoc-cli, which aren’t in the tarball.

    Require texmath 0.12.6 for better MathML output.

    Fix typo in Lua filter documentation (Carlos Scheidegger).

    Fix formatting of link in pandoc-server.md (James Scott-Brown).

    Minor changelog fixups.

[close]

https://github.com/jgm
Titel: Vim 9.0.1245
Beitrag von: SiLæncer am 26 Januar, 2023, 08:10
Changes:>>

code is indented more than necessary

http://www.vim.org/index.php
Titel: EmEditor Professional 22.2.0
Beitrag von: SiLæncer am 26 Januar, 2023, 10:20
(https://i.postimg.cc/vmqgmtjb/screenshot-2069.png)
EmEditor is a lightning-fast, tabbed text editor with themes, syntax highlighting, stay-on-top, and customizable keyboard mapping. The program supports batch find-and-replace, regular expressions, and more.

Changelog


    New General Features:

    The new version initiates a CSV detection in the beginning of opening a very large file, which allows you to view the file in a CSV mode without waiting for the entire file loaded.
    The new version may check CSV syntax in the background, which allows you to view the file without waiting for the syntax check finished. Previous versions check CSV syntax always in the foreground.
    The new version allows CSV detections work even if embedded newlines exist.
    Improved the reliability and robustness especially when dealing with very large files in low memory situations.
    The new version shows a a message box indicating a low memory situation as well as a clickable URL to explain how to increase the virtual memory if the situation happens.
    Added the V expression to the Replacement Expression Syntax and allowed you to use the V8 JavaScript engine for replacement expressions.
    The CommitList plug-in can now call the pull, push, and fetch commands.
    Added to ability to filter history in CommitList.
    Improved crash reporting.
    Updated CSS HTML Validator Lite to v21.0.
    Improved the speeds of adjusting CSV separator positions, CSV syntax check, switching to the normal mode from a CSV mode, and various conversion and sort commands while working on a very large file.

    New Options:

    Added the Automatically manage all memory sizes check box to the Advanced page of the Customize dialog box.
    Added the Pull and Push buttons and a Fetch menu item to the CommitList plug-in.
    Added the Filter History dialog to CommitList.
    Added the Always Discard Lengthy Undo Information to Accelerate box to the Progress dialog box (same as one by the same name in the Edit page of the Customize dialog box).

    New Commands:

    Tag Links

    Plug-in New Features[P]:

    Added the nFlags parameter to the EE_SET_STATUSW message and Editor_SetStatusW inline function.

    Macro New Features[P]:

    Added the eeMacroLangV8 and eeMacroSyncOnly flags to the ExecuteMacro method of the Editor object.

    Notes:

    [P] EmEditor Professional only
    [PF] EmEditor Professional and EmEditor Free

[close]

https://www.emeditor.com
Titel: LPub3D 2.4.6.0.3111
Beitrag von: SiLæncer am 27 Januar, 2023, 20:10
(https://i.postimg.cc/kMx9GxDB/screenshot_664.png)
LPub3D is an Open Source WYSIWYG editing application for creating LEGO style digital building instructions.

LPub3D uses the LDraw parts library, the most comprehensive library of digital Open Source LEGO bricks available and reads the LDraw LDR and MPD model file formats.

License: Open Source

Changelog

Enhancement - Add submodels to file load status #636
Enhancement - Add reset viewer assembly display menu action #652
Enhancement - Add specify latitude longitude to viewpoints #654
Enhancement - Build modifications - step-group step in the visual editor #635
Enhancement - Cover page, bill of material, export and error banners #649
Enhancement - Logging - update messaging and log types #634
Enhancement - Messages - add option to abort processing on error #643
Enhancement - Prompt user to archive unofficial parts #628
Enhancement - Separate bill of material working folder from parts #659
Enhancement - Show errors and warnings on export or continuous process completion #639
Change - Automatically display the visual editor default camera properties #658
Change - Build modification - declaration and action in same STEP #633
Change - Build modifications - visual editor build mod actions in same STEP #666
Change - Check BUILD_MOD action is after MULTI_STEP END #644
Change - Change reset image menu action description to refresh image #623
Change - Display clear cache message in information dialog #660
Change - Loading inline unofficial parts, subparts and primitives #667
Change - Parse top-model INCLUDE file at model file load #631
Change - Re-use Build Mod name (ID) #663
Fix - Apply ROTSTEP to step-group STEP #653
Fix - Build modification - correct Get BuildMod INVALID StepIndex message #627
Fix - Build modification - correct jump forward parse error #622
Fix - Build modification - correct navigate backward parse error #621
Fix - Build modification - REMOVE/APPLY action must be placed after MULTI_STEP END #664
Fix - Build modification - unable to validate nested build mod level #642
Fix - Build modification - visual editor build mod actions #651
Fix - Configuration preferences dialog cutoff/min window size #616
Fix - Crash when generating BOM images #657
Fix - Enable navigation actions #656
Fix - Export to PDF abnormal behaviour #624
Fix - Failed to resolve file at path #561
Fix - Moving a part in the 3D editor misplaces it #646
Fix - Next Step menu actions not working as expected #637
Fix - Open with programs menu action not enabled #629
Fix - Option Add pointer missing in Call Out #647
Fix - Primitives shown as missing parts in file load status #630
Fix - Remove LPub Formatting menu action does nothing #638
Fix - Selecting a submodel in the Visual editor gives error #665
Fix - Settings for Coverpage and Backcover do not work #620
Fix - Set Attributes to Page Pointer globally #648
Fix - Submodel preview ldr file not generated #655
Quality - Multiplication result converted to larger type #641

[close]

https://sourceforge.net/projects/lpub3d/?source=directory
Titel: QOwnNotes 23.1.3
Beitrag von: SiLæncer am 27 Januar, 2023, 22:30
(https://s26.postimg.cc/hoi1ahlcp/screenshot_978.png)
QOwnNotes is a text editor / notepad replacement with markdown support and todo list manager. The program supports themes, keyboard shortcuts, syntax highlighting, and encryption. Includes available nested file list, tags, search, and more. Optionally works with the notes application ownCloud or Nextcloud.

Cross-platform with clients available for Mac and Linux.

License: GPL

Whats new:>>

    the Evernote import was completely rewritten with stream support (QXMLStreamReader)
    to now support reading huge ENEX Evernote files (for #2711 )
        it also works under Qt 6 now

http://www.qownnotes.org/
Titel: Vim 9.0.1251
Beitrag von: SiLæncer am 28 Januar, 2023, 09:20
(https://s26.postimg.cc/xww5nc4zt/screenshot_1282.png)
A highly configurable text editor built to enable efficient text editing - an improved version of the vi editor distributed with most UNIX systems.

Freeware

Changes:>>

checking returned value of ga_grow() is inconsistent

http://www.vim.org/index.php
Titel: Notepads 1.4.9.0
Beitrag von: SiLæncer am 28 Januar, 2023, 10:20
(https://i.postimg.cc/DzHrb6Dr/screenshot-1766.png)
Modern, open-source Notepad alternative for Windows 10 that gives the aging text editor a facelift, while also packing additional functionality into a similarly streamlined application.

MIT License

Changelog


    Fix: Incorrect translation into Polish by @Nexer8 in #1108
    Action-deps: bump actions/cache from 3.0.2 to 3.0.3 by @dependabot in #1115
    Action-deps: bump NuGet/setup-nuget from 1.0.5 to 1.0.6 by @dependabot in #1099
    Nuget-deps: bump System.Text.Json from 6.0.3 to 6.0.4 in /src/Notepads by @dependabot in #1109
    Nuget-deps: bump System.Text.Json from 6.0.4 to 7.0.1 in /src/Notepads by @dependabot in #1175
    Nuget-deps: bump Newtonsoft.Json from 13.0.1 to 13.0.2 in /src/Notepads by @dependabot in #1172
    Nuget-deps: bump ColorCode.UWP from 2.0.12 to 2.0.14 in /src/Notepads by @dependabot in #1160
    Nuget-deps: bump UTF.Unknown from 2.5.0 to 2.5.1 in /src/Notepads by @dependabot in #1125
    Nuget-deps: bump Microsoft.NETCore.UniversalWindowsPlatform from 6.2.13 to 6.2.14 in /src/Notepads by @dependabot in #1117
    Action-deps: bump actions/cache from 3.0.3 to 3.2.3 by @dependabot in #1184
    Nuget-deps: bump Microsoft.AppCenter.Crashes from 4.5.1 to 5.0.1 in /src/Notepads by @dependabot in #1178
    Nuget-deps: bump Microsoft.AppCenter.Analytics from 4.5.1 to 5.0.1 in /src/Notepads by @dependabot in #1177
    Action-deps: bump NuGet/setup-nuget from 1.0.6 to 1.1.1 by @dependabot in #1158
    Action-deps: bump al-cheb/configure-pagefile-action from 1.2 to 1.3 by @dependabot in #1162
    Action-deps: bump ncipollo/release-action from 1.10.0 to 1.12.0 by @dependabot in #1174
    Action-deps: bump github/codeql-action from 1 to 2 by @dependabot in #1105
    Feat: exit app when closing last tab by @soumyamahunt in #601

[close]

https://github.com/JasonStein/Notepads
Titel: Vim 9.0.1259
Beitrag von: SiLæncer am 29 Januar, 2023, 10:20
Changes:>>

    9.0.1259: diffmode test fails
    9.0.1258: code style test fails
    9.0.1257: code style is not check in test scripts
    9.0.1256: NetworkManager connection files are not recognized
    9.0.1255: changing 'virtualedit' does not have immediate effect
    9.0.1254: calling a method on an interface does not work
    9.0.1253: CI adds repository unnecessarily
    9.0.1252: MS-Windows: scrollback cropped off on Vim exit

http://www.vim.org/index.php
Titel: novelWriter 2.0.4
Beitrag von: SiLæncer am 29 Januar, 2023, 18:15
(https://i.postimg.cc/WbM4JQSb/screenshot-2073.png)
Write novels more comfortably and efficiently through this markdown-like text editor, which provides users with many avenues to organize their text.

Donationware     /  GPLv3

Changelog


    Bugfixes:

    Fix an issue with the version check against PyQt5, which was imported from the wrong package when running novelWriter with PyQt5 version 5.15.8, released 2023-01-28. Issue #1324. PR #1325.

[close]

https://novelwriter.io/
Titel: QOwnNotes 23.1.4
Beitrag von: SiLæncer am 29 Januar, 2023, 20:00
Whats new:>>

    the obsolete (because of re-implementation of all XML parsing parts in QOwnNotes)
    Qt module xmlpatterns was now removed from all build process to save disk space
    (for #1304 )
    added more Korean, Croatian, French translation (thank you venusgirl, milotype, chocolatine)

http://www.qownnotes.org/
Titel: Vim 9.0.1261
Beitrag von: SiLæncer am 30 Januar, 2023, 10:10
Changes:>>

    9.0.1261: Elsa files are not recognized
    9.0.1260: Coverity warns for possible NULL pointer usage

http://www.vim.org/index.php
Titel: KeenWrite 3.2.0
Beitrag von: SiLæncer am 30 Januar, 2023, 18:00
(https://i.postimg.cc/3w8rCcRs/screenshot-2904.png)
Java-based text editor that comes with numerous features, such as live preview, formulas, Markdown support and string interpolation.

BSD License

Changelog


    Changes:

    Math -- Replaced KeenTeX with KeenType 2.2.0, which provides a nearly complete TeX implementation, including limits, bracket sizes, radicals, blackboard fonts (for set notation), and improved formatting in the preview.
    Code sign -- Applied code signing certificate to Windows executable.
    Styles -- Added terminal emulator style in preview window.
    R -- Added r.zip archive to help download R source files.
    Documentation -- Moved R documentation below the docs directory in the repository.

    Fixes:

    Caret -- Follow caret after pressing Enter at the bottom of the text area.
    Latching -- Release menu after pressing Alt+Tab when switching between windows (on Windows).
    R -- Saving the file from .md to .Rmd now automatically engages the R engine.
    Plots -- Plots are now rendered on Windows (fixes a Windows vs. Unix path issue).
    Plurals -- Words ending in -ch, -z, or -x are pluralized with -es when calling the R pl function.
    Themes -- Allow using Brévis theme (fixes problem with accented character).

[close]

https://github.com/DaveJarvis/keenwrite
Titel: Vim 9.0.1266
Beitrag von: SiLæncer am 31 Januar, 2023, 08:20
Changes:>>

error for space before ": type" is inconsistent

http://www.vim.org/index.php
Titel: QOwnNotes 23.1.5
Beitrag von: SiLæncer am 31 Januar, 2023, 09:30
Whats new:>>

    a possible crash with the note history was fixed (for #2716 )
    added a new editor color schema Breezy Dark by @N-Upchurch
    (for #2715 )

http://www.qownnotes.org/
Titel: Notepad++ v8.4.9
Beitrag von: SiLæncer am 31 Januar, 2023, 18:50
(https://i.postimg.cc/90QrsKpv/screenshot-818.png)
Notepad++ is a tabbed source code editor and Notepad replacement with a customizable interface. It is one of the few few source code editors that supports "folding," allowing users to quickly reduce and expand sections of code to see the overall document. In addition, it features multi-language syntax highlighting, auto-completion, regular expression search/replace, macro recording and playback, etc. The program can access a long list of plug-ins via an easy-to-access menu with even more features and functions.

License: GPL

Changelog


    Fix saving 4GB+ files file size cutting off issue. (Fix #12526)
    Fix v8.4.8 hanging while opening some Pascal files. (Fix #12822)
    Add JSON5 support, only JSONC currently (with js comment supported). (Fix #11676, #11713)
    Add configuration for panels to ignore ‘-nosession’. (Fix #9710)
    Fix Notepad Replacement display ‘Cannot open file “ “’ regression in v8.4.8. (Fix #12775)
    Fix Notpad++ hangs while deleting search results results. (Fix #12555)
    Fix XML tag-matching not be case-sensitive. (Fix #10011)
    Add support selection for “EOL to Space” commands, “TAB and Space conversion” commands & trim operations.(Fix #12720, #12745, #12702, #12602, #12658)
    Improve Pascal/Delphi function list performance. (Fix #12693, #12687, #12808)
    Fix exclude functions in comment zones in C++, PHP, JavaScript and Pascal. (Fix #12759)
    Use stable sort algorithm instead of standard sort one. (Fix #12678)
    Fix doc switcher not using alternate icon sets. (Fix #12242)
    Enhance dark mode. (Fix #12713, #12737)
    Fix hand cursor on URL too small display under high DPI issue. (Fix #12772)
    Fix docking GUI regression for plugin in light mode. (Fix #12007)
    Fix cannot undo “Block Uncomment” & “Insert Date/Time” commands in one shot. (Fix #12830, #12831)
    Fix sub-menu folder display mess in non-western languages under Macro/Run menu. (Fix #12670)

[close]

DL -> https://github.com/notepad-plus-plus/notepad-plus-plus/releases

https://notepad-plus-plus.org/
Titel: YaraEditor 4.2.1.0
Beitrag von: SiLæncer am 31 Januar, 2023, 20:50
(https://i.postimg.cc/rpGYFbgY/screenshot-2116.png)
Write, compile and test signatures for the Yara tool and determine whether they are compiled correctly to identify malware using this straightforward app.

Freeware

Changelog

    Updated to core 6.7.0:

    Fixed multiple issues with cloud scanning
    Fixed an issue with Curl network check
    Fix for obtaining default browser path
    Moved some links opening to more secured method
    Moved URL protocol to installer
    Updated libraries (libyara)
    Updater translations
    Fixed issues on Windows XP
    Minor fixes
    Now outdated notice has an hyperlink
    Moved some links opening to more secured method
    Dynamic translations

[close]

https://www.adlice.com/download/yaraeditor/
Titel: Vim 9.0.1270
Beitrag von: SiLæncer am 01 Februar, 2023, 09:15
Changes:>>

crash when using search stat in narrow screen

http://www.vim.org/index.php
Titel: KeenWrite 3.2.1
Beitrag von: SiLæncer am 01 Februar, 2023, 19:40
Whats new:>>

Fix broken local file image references (this was a regression introduced when fixing a different images issue).

https://github.com/DaveJarvis/keenwrite
Titel: QOwnNotes 23.1.6
Beitrag von: SiLæncer am 01 Februar, 2023, 21:50
Whats new:>>

    there now is a checkbox in the General settings that allows to start the
    application in read-only mode (for #2717)
        notes are also not stored in read-only mode anymore if they are changed by accident
        some more main menu items are now disabled in read-only mode
    added more Polish, Korean, Arabic, French translation (thank you hansa2662,
    venusgirl, noureddin, chocolatine)

http://www.qownnotes.org/
Titel: Vim 9.0.1273
Beitrag von: SiLæncer am 02 Februar, 2023, 08:10
(https://s26.postimg.cc/xww5nc4zt/screenshot_1282.png)
A highly configurable text editor built to enable efficient text editing - an improved version of the vi editor distributed with most UNIX systems.

Freeware

Changes:>>

"1v" may select block with wrong size

http://www.vim.org/index.php
Titel: EmEditor Professional 22.2.1
Beitrag von: SiLæncer am 02 Februar, 2023, 11:20
(https://i.postimg.cc/vmqgmtjb/screenshot-2069.png)
EmEditor is a lightning-fast, tabbed text editor with themes, syntax highlighting, stay-on-top, and customizable keyboard mapping. The program supports batch find-and-replace, regular expressions, and more.

Changelog


    Added COMPARE_QUICK to the Editor_Compare inline function and COMPARE_INFO structure.
    Added the eeCompareQuick flag to the Compare method of the Editor object.
    Fixed a potential crash while switching to the Normal mode from a CSV mode.
    Fixed a potential crash in Hexadecimal View when deleting a selection.
    Fixed a potential crash while drag and drop text to the Snippets plug-in.
    Fixed a potential crash in the CommitList plug-in.
    Fixed a bug where the separator postions of only the visual lines were adjusted even if the Adjust Separator Positions in Visual Lines Only option is cleared.
    Fixed customer reported issues (1, 2).
    Fixed a potential crash in Batch Find/Replace.
    Fixed a potential issue where Replace All did not show the number of strings replaced in the status bar.
    Fixed a potential crash in Compare.
    Added /ng (always creates a new group window) to the command line options.
    Fixed a potential crash when moving the mouse pointer while opening a very large file.

[close]

https://www.emeditor.com
Titel: Vim 9.0.1275
Beitrag von: SiLæncer am 03 Februar, 2023, 08:10
Changes:>>

the code for setting options is too complicated

http://www.vim.org/index.php
Titel: QOwnNotes 23.2.0
Beitrag von: SiLæncer am 03 Februar, 2023, 21:50
(https://s26.postimg.cc/hoi1ahlcp/screenshot_978.png)
QOwnNotes is a text editor / notepad replacement with markdown support and todo list manager. The program supports themes, keyboard shortcuts, syntax highlighting, and encryption. Includes available nested file list, tags, search, and more. Optionally works with the notes application ownCloud or Nextcloud.

Cross-platform with clients available for Mac and Linux.

License: GPL

Whats new:>>

    the toolbar selector in the Toolbar settings was fixed (mainly for Qt6,
    for #2721 )
    added more French, German, Arabic translation (thank you chocolatine, rakekniven, noureddin)

http://www.qownnotes.org/
Titel: Notepad3 6.23.203.2
Beitrag von: SiLæncer am 04 Februar, 2023, 10:10
(https://s26.postimg.cc/hqfjo9ard/screenshot_1232.png)
Notepad3 is a lightweight piece of software that overcomes some of the well-known limitations of Windows standard text editor while providing syntax highlighting support.

Freeware

Changelog

    NEW:

    Paragraph navigation (Alt+PageUp, Alt+PageDown).
    Allow “dotbox” instead of “horiz. line” for folded text.
    Allow Line Number color to be alpha blended (e.g. DarkMode).
    Allow “Notepad3 x64 Setup” to install on Win11 Arm (64-bit emulation).
    Implementation of automatic parenthesis closure.
    Darkmode highlight (foreground) contrast settings + default reduction to 75%.
    Add example for tinyexpr in Modify Lines dialog.
    Add option to auto-load most recent file from file history.
    Change History Marker: color configuration.
    Menu (View) Settings for “Change History” feature.
    Persistent settings for “Document Read-Only Mode”.
    Add Change History Marker (by Scintilla v5.3.0).
    Add “char8_t” keyword for C++20.
    Msg box for editing read-only.
    F/R-dialog menu item to switch replace by clipboard tag (^c).
    Set keyword-lists for CSS Lexer according to SciTE’s css.properties.
    JSON Lexer: colorizing for URL/IRI and Compact IRI.
    JSON Lexer: error coloring for unclosed strings.
    Add a Fortran Lexer.
    LongPath Support enhancements.

    CHANGES:

    Allow coloralpharef read from scheme properties.
    Move DefaultWindowPosition to Window section (deprecated: Settings2 section).
    Revert to Lexilla’s standard Markdown lexer (LEX).
    Change background color for Heading 1 to enhance contrast to std Hyperlink (LEX).
    Visible representation of EOL characters.
    Refactoring of using SCI_REPLACETARGET(MINIMAL).
    Lexer Registry-Files: split string and GUID String coloring (LEX).
    JSON lexer: Same style for SCE_JSON_COMPACTIRI and SCE_JSON_PROPERTYNAME (LEX).
    Status-bar double-click line-break mode: Cycle only between CR+LF <-> LF modes.
    Update Lexer “AutoIt3 Script” to Autoit v3.3.16.1.
    Adjust All dialogboxes for all Languages to fit at display scale of 125%.
    Replacing SCI_REPLACETARGET calls by SCI_REPLACETARGETMINIMAL calls where appropriate.
    Extend AutoCloseBrackets (by Matteo-Nigro PR #4318) for Selection.
    Using new AviSynth+ keyword lists and AviSynth colors (light/dark mode).
    Refactored of undo/redo and document modify handler.
    Standard DarkMode Theme.
    Minor adjustment of grepWinNP3’s layout and correction of some strings (GRE).
    Simplify WordList Set according to (https://github.com/ScintillaOrg/lexilla/issues/103).
    Caret style: allow std caret bar width up to max(20) and define alpha transparency (not below 20).
    Alow “tinyexpr” within “Modify Lines” ${…} specification, using L, I, N as expression variables.
    Replace old logo “rizonesoft.bmp” by new layout.
    Use deprecated SCI_FINDTEXT to workaround crash on new (Sci v5.2.3) SCI_FINDTEXTFULL method.
    “Don’t ask again” for keep Read-Only view mode dialog on editing file.
    Decouple Read-Only file Attribute from Read-Only Document view mode.
    Renaming feature from obscure “Accelerated Word Navigation” to better name “Alternate Word Separators”.
    Sync the “Sombra” Scheme Collection with the “Window Dark Mode”.
    Using ‘Cascadia Mono’ as default for pure ‘Text File’ scheme (if available).
    Rainbow CSV Lexer: try to solve non-paired quotings.
    Show number of occurrence on sequence of marked all.
    Drag&drop text snippet while ALT-Key down will not scroll.
    Document “Read Only” view menu item for switching mode.
    CamelCase WordLists for AHK Lexer.
    Ctrl/Alt+F10 as Accelerator-Keys for Filesystem-Path to URL (and back) conversion.
    Renaming Spanish Latin America (es-419) to Spanish Mexican (es-MX) (MUI).
    Hyperlink RegEx Scanner: don’t allow XML tagging brackets as part of Hyperlink text.
    In Windows 11, running “Notepad” from “Run” (Win+R) launches “Notepad3”.
    Removing unnecessary “ToShortPath” operations.
    Small performance enhancement for large rectangle selection undo/redo del/ins.
    PathGetDisplayName(): strip path(dir) option, to enable to show full path in dialogs.
    Merged Fortran Lexer keyword/functions suggestions from zoziha.
    Fortran Lexer keyword/function enhancement.
    Default settings: LaunchInstanceWndPosOffset=28 and LaunchInstanceFullVisible=true.

    FIXES:

    Infinite loop using SCI_REPLACEMINIMAL in replace all loop in range (Hotfix).
    Speedup loading files with very long lines.
    Dependencies for version-file inclusion.
    Remove files generated by Version.ps1 and tracking disabled by .gitignore.
    Get git commit id for local build (ID= in Help Dlg).
    Initial white display (splash) in case of Dark Mode Win
    Animated minimize (taskbar or tray), restore w/o white splash.
    Trigger mark-all-occ after transform backslash (EscCtrlChr) in F/R-Box is used.
    Some WSL2 (Linux) path issues.
    Handling of editing own settings (in this case: disable file watching).
    Path to module relative representation.
    Load Toolbar-Bitmap handling.
    Minor design change and some fixes for Margin and Bookmark handling.
    (re)setting default window position in case of non std DPI resolution.
    Speedup search&replace in large text files.
    Use alternate path, if Path_GetKnownFolder() failed.
    Set alpha (80) for “highlight current line” translucency, if not given.
    “Notepad3 Replacement” after Win11 22H2 update (SUP).
    Oniguruma fix (ONIG_OPTION_FIND_LONGEST behavior) (ONI).
    Make current line visible after word-wrap-mode toggle.
    Restore and correction the line “IDM_SETPASS” in menu_fr_fr_rc.
    Revert relative size for ANSI Art.
    Reset change history except in case of “revert from file”.
    Linker must generate Manifest.
    Don’t store contrast adapted dark mode foreground color themes.
    Common base font size scheme handling.
    Context menu: web action handler.
    Modification marker based on selection history.
    Disable events from edit-window while in Begin/End-WaitCursor.
    Error message on loading empty file.
    Broken reload file (broken by check for single file instance)”.
    A warning message in “dialogs_xx_yy.rc”.
    Respect single file instance mode for internal file loading.
    “unref” param in RELEASE mode.
    DarkTheme handling.
    “grepWinNP3” minor layout adjustments (GRE).
    Resizing the “Open Recent File” dialog box.
    Resizing control (files as binary), minor layout adjustments (GRE).
    Fixed Text box for longest text length (“el-GR”) + correction typo (GRE).
    Avoid horizontal line scrolling on File Revert (F5).
    “Modify Lines” feature – correct computation of field width for tinyexpr results.
    Win10/11 build number to name mapping.
    Titlebar update on change.
    Margin handling (context, bookmarks).
    New Rizone.soft bitmap.
    Treat files as binary can be Accidentally Clicked (GRE).
    Try to fix printing scaling issue.
    Propagate default font to undefined-font styles.
    Font selection (if font face-name does not match to family-name).
    Bookmarks handling in case of delete (in-line, complete line, selection).
    Crash in SCI_FINDTEXTFULL caused by using wrong data structure.
    TAB (indent) usage in case of read-only mode sets doc modified flag.
    Directory locking of current file.
    Remember user data entered for dialogs: EncloseSel, ModifyLines, InsertTag, StreamComment.
    Uninitialized variable, causing problems on copy multi-selection.
    Special not found position value in case of regex search.
    Unicode Detection in case of pure ASCCI containing null bytes.
    ASCII only issue of not reliable IsTextUnicode().
    Using “Cascadia Mono” over “Cascadia Code” if applicable (regarding to “Text File” Scheme change).
    “Text File” Scheme: using Common (2nd) Base Font.
    Using by error “Segoe UI” as default for pure “Text File” scheme.
    Lexer style config names: differences between display and .ini-config.
    Dark mode color style scheme global from common base/2nd.
    Writing wrong scheme to .ini-file.
    Missing assert include for Win32/x86 compile config.
    Compile errors for unreferenced formal parameter in release mode.
    DarkMode issue in Decrypt dialog.
    Security enhancement of AES Encryption feature.
    MessageBox: shortage of text buffer.
    Workaround to fix horizontal mouse wheel with Logitech Options utility.
    Occurrence counter for “current word” mode.
    F/R-Dialog: Initial fill of replace template box.
    Find-Pattern storage handling.
    Find Next/Prev behavior.
    Regression caused by previous fix.
    Mark all occurrences: move caret to end of main selection.
    Preserve Caret position (issue 3927).
    Fill Find pattern on F/R-dialog init, prefer clipboard over search history.
    ID mismatch using ‘enter’ to close infobox (vs. ‘yes/ok’ button).
    Allow switching encoding for empty document.
    Memory issues fixing and hardening.
    XML/HTML Stream Comment.
    Find/Replace pattern history: clear all not persisted to .ini file.
    URL detector: double-quote should not be valid URL character.
    Allow hyperlinks end in dashes.
    Support User-Doc on Recent Files Jump List.
    Trim line endings on Save except AutoSave.
    Find user docs special folder var.
    Performance issue on pasting clipboard.
    Add to recent documents issue.
    File History: delete file in list and .ini-file.
    “grepWinNP3” .ini Path issue in Notepad3 Setup version (GRE).
    UNC path prefix handling issues.
    Parsing file arg: relative from working dir.
    Locale settings dependent Themes Menu (Standard Config).
    Add to Favorites: keep base-filename + extension.
    Find file extension.
    Reading initial style config.
    Notification blocker on loading huge files.
    Heap corruption on retrieving text from combo box.

    CHANGES Versions in Tools or Libraries:

    Update MiniPath (MIN) version 1.0.2.191 (2022-12-13).
    Update Oniguruma Regex (ONI) engine version 6.9.9 (2022-12-09).
    Update Scintilla Library (SCI) version 5.3.2 (2022-12-06).
    Update Lexilla Library (LEX) version 5.2.1 (2022-12-06).
    Update grepWinNP3 (GRE) version 2.1.11.42 (2022-10-14).

[close]

https://www.rizonesoft.com/downloads/notepad3/
Titel: RText 6.0.1
Beitrag von: SiLæncer am 05 Februar, 2023, 09:30
(https://i.postimg.cc/Kzfk1m6B/screenshot-2559.png)
RText is a fully customizable programmer's text editor. Some of its features include syntax highlighting, editing multiple documents at once, printing and print preview, find/replace/find in files dialogs, undo/redo, and online help.

Licence: Freeware (GPL)

Changelog


A Windows installer and macOS app bundle are available below.

This release brings the following changes:

    Added Handlebars syntax highlighting
    Fix #89 : Add "Edit Macro" button to the Macros table in options
    Fix #87 : Find in Files: add Copy file, path, and get its properties to context menu
    Fix #88 : Beep when Replace operation wraps to top of document
    Fix #86 : MacOS appearance tweaks, and add "macOS"-specific themes for that OS
    Built with Temurin 17.0.6

[close]

https://bobbylight.github.io/RText/
Titel: CudaText 1.183.0
Beitrag von: SiLæncer am 05 Februar, 2023, 18:00
(https://s26.postimg.cc/k6wu8qcrt/screenshot_901.png)
Create programming scripts with this powerful tool that supports more than 130 languages and allows users to work concurrently on as many as six groups of projects.

Freeware

Changelog
   

+ add: on Windows, use new method to detect file changes in external programs (thanks @JairoMartinezA, @ThaiDat)
+ add: before saving user.json config (or lexer-specific config), validate its JSON text (thanks @xcme)
+ add: add default lexer-specific config for CSS to specify that '-' is a word-char in CSS
+ add: code-tree, project panel, other treeviews: support horizontal scrolling by Shift+wheel (thanks @iconv)
- fix: bad look of non-blinking caret on dark themes (thanks @iconv)
- fix: "trembling" of text after selection, on Qt and macOS, without lexer (thanks @Andreas0602)
- fix: issues in Bash lexer (thanks @Flashwalker)

[close]

https://cudatext.github.io/
Titel: TeXstudio 4.5.1
Beitrag von: SiLæncer am 06 Februar, 2023, 10:10
(https://i.postimg.cc/Fz8CktsG/screenshot-2846.png)
GPL-LaTeX-Editor, der das Erstellen von LaTex-Dokumenten in Unicode vereinfacht; unterstützt den Nutzer beim Schreiben mittels interaktiver Rechtschreibprüfung, Syntax-Highlighting, Code-Folding und automatischer Code-Vervollständigung.

Open Source

Changelog


    Provide online template repository
    change preview target in IDEFIX menu (#2760)
    use QtMultimedia instead of phonon to show movies in pdf (non-default)
    regex in search panel is syntax checked and marked if wrong
    latex menu for horizontal spacing (#2687)
    config dialog with resizable splitter (#2707)
    insert inline math mode as $$ (#2719)
    add editor action “Move all (others) to other view” (#2713)
    show macro name in completer list (#2679)
    show macro trigger and shortcut in configuration window (#2635)
    fix wrong side panel title when changing grid size in config (#2743)
    preview/clear preview now use position of context menu as reference (#2794)
    add a Package Tab to the QuickStart Wizard (#2831)
    Editor option ‘Show Only Monospaced Fonts’ is now persistent (#788)
    fix size of config dialog on low res screens (#995)
    add script command loadManagedMenu, s. new section “Menu Definitions” in the manual (#2816)
    switch to pointer cursor over bookmark column of editors (#2220)
    add shadow option for rectangular magnifier in pdf viewer config (#2885)
    in split view mode add editor to split view where current editor is (#2838)

[close]

http://texstudio.sourceforge.net/
Titel: Vim 9.0.1290
Beitrag von: SiLæncer am 07 Februar, 2023, 08:10
Changes:>>

CTRL-N and -P on cmdline don't trigger CmdlineChanged

http://www.vim.org/index.php
Titel: Vim 9.0.1291
Beitrag von: SiLæncer am 08 Februar, 2023, 08:40
Changes:>>

Move language files are not recognized

http://www.vim.org/index.php
Titel: Scite 5.3.3
Beitrag von: SiLæncer am 08 Februar, 2023, 08:50
(https://s26.postimg.cc/fbkgceeux/screenshot_1241.png)
Editor mit Syntax-Highlighting, Auto-Completion, Folding und vielem mehr...

Open Source

Changelog


    Fix SCI_LINESJOIN bug where carriage returns were incorrectly retained. Bug #2372.
    Fix SCI_VERTICALCENTRECARET to update the vertical scroll position.
    When an autocompletion list is shown in response to SCN_CHARADDED, do not process character as fill-up or stop. This avoids closing immediately when a character may both trigger and finish autocompletion.
    On Cocoa fix character input bug where dotless 'i' and some other extended Latin characters could not be entered. The change also stops SCI_ASSIGNCMDKEY from working with these characters on Cocoa. Bug #2374.
    On GTK, support IME context. Feature #1476.
    On GTK on Win32, fix scrolling speed to not be too fast. Bug #2375.
    On Qt, fix indicator drawing past left of text pane over margin. Bug #2373, Bug #1956.
    On Qt, allow scrolling with mouse wheel when scroll bar hidden.

[close]

www.scintilla.org/SciTE.html
Titel: EmEditor Professional 22.2.2
Beitrag von: SiLæncer am 08 Februar, 2023, 10:21
Changelog


    Added /ng (always creates a new group window) to the command line options.
    Fixed a potential crash when moving the mouse pointer while opening a very large file.
    Improved the CommitList plug-in.
    Improved the speed of various sort commands.
    The CSS HTML Validator Lite configuration file update.
    Fixed a potential crash when switching to the Normal mode.
    Fixed potential crashes while checking CSV syntax in the background.
    Added a notification message if the 32-bit version of EmEditor was running on the 64-bit version of Windows.
    Fixed an issue related to the Tabify and Untabify commands.
    Fixed a shortcut key (Alt + N) was a duplicate between the Main menu and Numbering command.
    Fixed potential crashes while checking CSV syntax in the background.
    Fixed potential issues related to the Reload command and the temporary files.
    Fixed a potential crash when opening a file on beta 3-5 and v22.2.1.
    Fixed a potential crash when selecting the Batch Extract in the Batch Find dialog box.

[close]

https://www.emeditor.com
Titel: QOwnNotes 23.2.1
Beitrag von: SiLæncer am 08 Februar, 2023, 22:00
Whats new:>>

    the webpage title fetching in the link dialog is now made asynchronously to
    reduce waiting time if no link title should be preset automatically
    (for #2726 )
        the title parsing was also improved to guess more webpage titles
        the progress bars for other download processes, like the update-, attachment-
        or dictionary-dialog was also improved to be able to handle larger download sizes
    added more Bulgarian, Spanish translation (thank you maximborisov031, fitojb)

http://www.qownnotes.org/
Titel: ProgramEdit 5.1.2
Beitrag von: SiLæncer am 09 Februar, 2023, 08:20
(https://s26.postimg.cc/wcabyxqq1/screenshot_58.png)
ProgramEdit - a free Windows® software source-code editor. ProgramEdit includes language support for HTML, Ada, C/C++, C#, CSS, JAVA, JavaScript, Perl, PHP, Python, Ruby, VB, VBScript, Verilog, VHDL and Batch(.bat) files. Other features include tabbed file selection, text highlighting, find & replace, regular expressions, sesssions, bookmarks, multiple undo/redo and hyperlinks.

Freeware

Whats new:>>

Minor Update

http://simplesolverlogic.com/index.html
Titel: Vim 9.0.1294
Beitrag von: SiLæncer am 10 Februar, 2023, 09:10
Changes:>>

the set_bool_option() function is too long

http://www.vim.org/index.php
Titel: Google Web Designer 15.2.0.0118
Beitrag von: SiLæncer am 10 Februar, 2023, 11:20
(https://i.postimg.cc/1zmQ8Bbd/screenshot-1406.png)
Google Web Designer allows you to create engaging, interactive HTML5-based designs and motion graphics that can run on any device. Let us handle the HTML5 and CSS3 so you're free to focus on what you love to do: creating gorgeous visual experiences. A full design suite lets you easily bring any vision to life. If you're feeling more hands-on, all the code behind your designs is hand-editable, so you're never locked out of your own work. Your ideas are now amplified by code - not restricted by it.

Freeware

http://www.google.com/webdesigner
Titel: Vim 9.0.1298
Beitrag von: SiLæncer am 11 Februar, 2023, 09:15
(https://s26.postimg.cc/xww5nc4zt/screenshot_1282.png)
A highly configurable text editor built to enable efficient text editing - an improved version of the vi editor distributed with most UNIX systems.

Freeware

Changes:>>

    9.0.1298: inserting register on the cmdline does not trigger incsearch
    9.0.1297: wrong value for $LC_CTYPE makes the environ test fail
    9.0.1296: calling an object method with arguments does not work
    9.0.1295: the option initialization function is too long

http://www.vim.org/index.php
Titel: Zettlr 3.0.0 Beta 2
Beitrag von: SiLæncer am 11 Februar, 2023, 09:40
(https://s26.postimg.cc/vfll9p4mh/screenshot_956.png)
Write text and conveniently edit it using Markdown with the help of this user-friendly and well-thought-out, Electron based application.

MIT License

Release Notes
This next beta again ships with a set of bug fixes. Here's the shortlist of what's changed since the last beta:

    Native modules are now correctly compiled for the right architecture, so no more issues with wrong architecture crashes
    This also means, however, that we cannot currently ship Windows ARM builds, as those have been consistently failing. We are on it, but cannot guarantee to maintain Windows ARM support for now.
    The editor search now uses the build-in panel. It's larger than what Zettlr had previously, but will work much better than it.
    LanguageTool authentification with a Premium plan should now work
    Updated translations for French and Russian
    Document tabs are now deduplicated, i.e. if you have two files with the same name open, Zettlr will show you the containing directory name as well
    Unified the Markdown-to-HTML transpilation. This means that now copying and pasting "with style" (a.k.a. from and to HTML) should give you a more consistent experience

Changelog

READ THIS FIRST!

This update brings a host of changes and new features. If you're upgrading from
an older version of Zettlr, you will have to re-do a few things because due to
the extensive changes, we had to adapt how your data is persisted. Here's the
quick list:

    Your open documents will have to be re-opened once. Regardless of which files
    were open previously, they will all be closed after the update.
    There are no more unsaved in-memory files.
    Two default settings have changed in order to maximize benefits from the new
    features: Avoid new tabs is now set to false (since split-panes also allows
    you to spread out your open documents across several panes and windows), and
    Always reload remote changes is now set to true by default.
    The defaults system has changed. You will see new export options that weren't
    there before, and you will see some weird export.format.yaml and
    import.format.yaml export options. These are the "old" profiles we have
    kept in case you made modifications. We suggest you copy over all changes to
    the new profiles and then delete them, or rename those old ones to more
    memorable names. Read more below.
    The TableEditor has received a better save strategy to prevent data loss. As
    it is impossible to fully control the data flow from the visual table element
    into the underlying Markdown document, this data flow is now explicit: Tables
    now feature a save button (with a disk icon) at the top of the table. Its
    background will be green as long as the table has not been modified. Once it
    it modified, the background will turn red. Click the button to apply all
    changes to the document.
    Quicklook windows are completely gone now.
    Footnote editing has changed: Instead of editing the footnote in-place by
    Cmd/Ctrl-clicking it, there is now an "Edit" button inside the footnote
    preview which, upon clicking, will bring you to the footnote context. This
    has the benefit that you will have full syntax highlighting support as well
    as any shortcuts and commands you may need.
    We have deprecated the Zettelkasten link start and end configuration
    settings. Both are now fixed to [[ and ]] respectively. We have figured
    that nobody needs to configure this, and it makes many parts of our code
    easier.

Split-Panes and Multiple Windows

A long awaited feature has made it into this version: Now you can open multiple
windows and you can split the editor area in every window into multiple parts,
so-called editor panes (sometimes we may call them "leafs" since internally
they are represented as a tree structure. Feel free to remind us in that case
that we're talking to humans, not our code). This means you can now open as many
files as you wish at the same time, and you can spread them out across multiple
windows. This will especially benefit workflows that rely on having open
multiple files side by side to copy information or to read them. However, if you
are happy with the old ways, you can of course opt not to use them. Here's how
it works:

    You can open a new window by choosing the corresponding menu item in the
    Windows submenu, or by pressing Cmd/Ctrl+Shift+N.
    You can now drag document tabs not just within the tab bar, but also onto the
    editor area. If you move a document tab to the borders of the editor, a
    shimmer will appear that indicates that you can split the editor to that side.
    If you drop the file on one of the four borders of the editor, this will split
    the corresponding editor in two along the specified direction (left, right,
    top, bottom) and also move the file into that new pane.
    You can also move document tabs between multiple panes by simply dropping them
    in the center of an editor pane. As long as there's no shimmer, the file will
    be moved instead. You can also drop a file onto a tabbar of one of the
    editors, which will have the same effect (but it will be indicated with the
    same blue shimmer as when you are splitting an editor).
    After you have closed the last file inside such a pane, it will automatically
    close itself. If the pane was part of a split, the other pane will then occupy
    the place of the now closed editor pane. To create the pane again, simply drag
    another file to the correct border of an existing editor pane.
    You can resize the panes at will. Unlike the sidebar and file manager, we have
    not implemented any size limits, so with a little bit of care, you can create
    your unique mosaic of files.
    Since we are now not limited to one active file and one set of open files per
    window, these notions have changed their meaning. Now, every editor pane has
    one set of open files and one active file. Each window also remembers which
    pane was last active so that global features (such as the sidebar) can show
    you information based on the most recently focused editor pane's active file.
    Most contextual information (table of contents, list of references, etc.) will
    now update based on the most recently focused editor. In order to make those
    places show information relating to one of the open editors, simply click with
    your mouse inside to focus them.

New Defaults/Profile File System

This update introduces a new way to work with defaults files. At a glance,
here's what has changed:

    Zettlr now understands the reader and writer properties of defaults files
    It uses those properties to determine if a file can be used for importing or
    exporting, and displays the appropriate files in the relevant places for you
    to choose
    You can now create new defaults files, rename existing ones, or remove them
    When changing the writer or reader for such a file, this change will be
    recognized by Zettlr and be treated accordingly
    This also means that Zettlr will from now on only ship with a minimum set of
    profiles; but any additional import/export formats can be created by you with
    just one click
    Additionally, because of this, you are now able to export LaTeX files directly
    without running them through a Markdown interpreter first, allowing you to,
    e.g., create beamer slides or write plain TeX files within Zettlr
    Furthermore, we have dropped our internal reveal.js exporter, since Pandoc
    supports everything we did out of the box (and better) than our exporter

Tag manager update

The tag manager has received a necessary face lift. Now, the tag manager shows
all your tags and allows you to assign/un-assign colors and descriptions. This
makes it easier to assign colors to certain tags without having to remember the
tag first. Additionally, it gives you a better overview over your tags. The info
is now being propagated better across the app, with more places showing the
assigned colors for tags.

Additionally, you now have a better way to consolidate your tags: Within the
tag manager, you can now rename tags in order to clean up your tagging system.
Migration Guide

There are two instances where you will want to migrate something.
Old defaults files

Since Zettlr will never remove any data without asking, it will keep the
previous files in your defaults directory. Now that their filename is also
meaningful, you can see them by their naming structure: import.format.yaml and
export.format.yaml. You are free to remove them or rename and keep them.

Zettlr ships with a set of new files that are now additionally appropriately
named. Those files are "protected". Protected files have a small lock icon next
to their name. Protected means that if you delete or rename them, they will
automatically be recreated. You can use this to your advantage: By deleting such
a file, you are effectively resetting it to factory default (good if you forgot
what you changed). By renaming such a file, you can effectively make a copy to
have several versions of the same settings depending on your needs.
Reveal.js Presentations

Since we have now dropped our internal reveal.js exporter, there are a few
changes you have to make to your existing reveal.js presentations. First, the
theme must now be defined in a YAML frontmatter instead of via the dropdown. A
minimal working YAML frontmatter will look like this:

---
theme: league
---

... the rest of the file

Supported theme values are:

    beige
    black (the default, in this case you can omit the theme variable)
    blood
    league
    moon
    night
    serif
    simple
    sky
    solarized
    white

Then, in order to get a working reveal.js presentation, you have to make sure
that the property standalone: true is inside the profile (this is the
default). In order to additionally copy everything into the HTML file to create
a truly self-c...

[close]

Download: https://github.com/Zettlr/Zettlr/releases

https://www.zettlr.com/
Titel: Black NotePad 2.1.3.21
Beitrag von: SiLæncer am 12 Februar, 2023, 19:20
(https://s26.postimg.cc/lj0xxiynt/screenshot_1281.png)
Black NotePad was created as an alternative to the Notepad program of Windows operating systems. While retaining the original functions, Black NotePad improves manageability, contains important new functions, and greatly enhances program compatibility in terms of the edited text.

Shareware

Whats new:>>

    Add: Context menu - Menu icons - Color 2 (Round icons)
    Update: Languages menu appearance
    Minor improvements

https://www.wintools.info/index.php/black-notepad
Titel: RJ TextEd v15.80
Beitrag von: SiLæncer am 12 Februar, 2023, 20:30
(https://s26.postimg.cc/775l9vjeh/screenshot_593.png)
RJ TextEd - A Unicode source and text editor. RJ TextEd is a full featured text and source editor with Unicode support, syntax highlighting and code folding. The functionality extends beyond text files and includes support for HTML editing with integrated preview, spell checking, auto completion, HTML validation, templates and more. The program also include support for Topstyle Lite CSS editor, has a dual pane file commander, as well as a FTP client to upload your files. The editor uses language files to display menus and dialogs in different languages. There are several included languages. New language files can easily be created in the editor. RJ TextEd is also a simple web development tool. The editor can use auto completion and hints to assist you in editing your source code. You can preview HTML/ASP/PHP... code using one of the preview tabs or open a document in a browser. The editor does not only handle source code. It also handles true ASCII files, binary files and of course plain text files.

License: Freeware

Changelog


    Color nested braces:

    Braces are drawn using different color depending on nesting level.
    E.g. in (10-(a+2)) the first matching (...) pair may be drawn using an orange color while the inner (a+2) pair are drawn using a blue color.

    Highlight nearest braces:

    Added option to highlight the nearest braces that encloses the text cursor.
    Braces highlighted are (), [] and {}. The editor will always try to find the nearest left and right braces, from the text cursor, and highlight them.

    Highlight identifiers under cursor inside method:

    Added option to highlight the current word or identifier under the text cursor, for all instances of the word inside the current method.

    JavaScript (JSDoc):

    Made several changes to the highlighter and added support for JSDoc comments.
    PHP (DocBlocks)
    Made some changes to the highlighter and added support for DocBlocks.
    PowerShell
    Made several changes to the highlighter.
    Cpp (Doxygen)
    Made some changes to the highlighter and added support for Document commands (Doxygen).
    All doc commands are highlighted and checked strictly. No other commands are highlighted. E.g. @dummy is not highlighted.
    Goto (Ctrl+G)
    Selected word, or word under cursor is now added to the "Functions" find field.
    This makes it easier and faster to navigate to a function in the code. Just place the cursor at a function name, press Ctrl+G, select the function in the list, if not already selected and press enter.
    Fix commonly reported bugs
    In this version I tried to fix two common issues. Highlight issues after some editing and exceptions after closing the program.
    I found a lot of highlighting issues while scanning the code. They should all be fixed now. I also fixed several close down issues. Mostly in third party components.
    Options
    The default highlighter in "Highlight and margin" and "Font and tabs" are now set to "All languages".
    Check for updates

    Made some option changes. You can now auto check for:

    Major version updates
    Minor version updates
    Beta version updates
    Install update
    Changed the way the program is closed down when updating the program.
    The close procedure is now similar to the normal exit procedure and should prevent some issues, reported by some users.

    Fixed:

    Several highlighting issues when editing.
    Several errors when closing the program.
    Highlighter issue when open remote file.
    Bookmarks on empty lines.
    Highlight matching braces.
    Toggle browser view issue.
    Vertical/Horizontal split issues.
    A few brace highlight issues.
    Pressing close button repeatedly could cause an error.
    Issue in Delphi library when closing application.
    High DPI issues when clicking checkboxes in themes dialog.
    Focus error in options window.
    Undo issue in column mode.
    If the program was minimized and forced to close, it should start as normal window.
    Several other minor issues reported by users.

[close]

http://www.rj-texted.se/
Titel: CudaText 1.184.0.0
Beitrag von: SiLæncer am 12 Februar, 2023, 21:20
(https://s26.postimg.cc/k6wu8qcrt/screenshot_901.png)
Create programming scripts with this powerful tool that supports more than 130 languages and allows users to work concurrently on as many as six groups of projects.

Freeware

Changelog
   

    Add: handle click on gutter line number, which is first line of folded range -- it selects the entire range (thanks @adoeller)
    Add: handle double-click on folded-rectangle-marks (like [def name...]) -- it selects all lines of this folded range
    Add: handle Shift+click on gutter line numbers (thanks @JairoMartinezA)
    Add: command "Delete line" with caret on beginning of folded range: must unfold the range first (thanks @Crowbarous)
    Add: API to show HTML-formatted text on the horizontal 'ruler' band
    Add: lexer JS: highlight 'modifier' keywords with a new style
    Fix: theme item "editor, folded line" was invisible on few standard themes (thanks @adoeller)
    Fix: folding underline '— — — —' was not painted for last visible line

[close]

https://cudatext.github.io/
Titel: novelWriter 2.0.5
Beitrag von: SiLæncer am 12 Februar, 2023, 22:20
(https://i.postimg.cc/WbM4JQSb/screenshot-2073.png)
Write novels more comfortably and efficiently through this markdown-like text editor, which provides users with many avenues to organize their text.

Donationware     /  GPLv3

Changelog


    Bugfixes:

    Fixed an issue where the Title, Project Name and Author values of the Project Dialog would not refresh when a project was closed and another opened. The issue is with the Qt library and caching of the dialog, but novelWriter forces a refresh of the labels. These three were previously missing though. Issue #1336. PR #1339.
    Add a check to the data storage class that a path exists before it is returned to other classes that uses them for file I/O. Issue #1317. PR #1342.
    Fixed some issues with the Open Document build format as the produced document wasn't compliant with the standard. It is now compliant with ODF 1.3 extended format. Issue #1359. PR #1360.

    Usability Fixes:

    The "Total editing time" label on the Project Details dialog now uses the same time format as the status bar. That is, HH:MM:SS for times less than 24 hours, and D-HH:MM:SS for times from 24 hours and above. Issue #1335. PR #1339.
    Fixed an issue where applying block formatting to an empty line would insert a blank line before it. This is a consequence of the change from #1175. The line break is now only added if the line is not blank. Issues #1349 and #1350. PR #1354.
    The optional third column in the Novel Tree now shows all references for the selected category instead of just the first one. The maximum width of the column can also be selected from the Novel Tree config menu. Issue #1351. PR #1355.
    The Open Document produced by the build tool now has the necessary title and author meta data set so that it can be used in LibreOffice. Other meta data has also been added. Issue #1359. PR #1360.

    Internationalisation:

    Existing translations for US English, Norwegian, Brazilian Portuguese, Latin American Spanish, and German have been updated. French and Dutch are partially updated. PR #1341.
    Russian project variables have been added. Full translation is forthcoming. Contributed by Aleksey (@SKYnv). PR #1341.
    A complete Italian translation has been added. Contributed by Riccardo Mangili. PR #1341.
    Packaging:
    Added App Bundle and DMG packages for MacOS. Contributed by @Ryex. PRs #1276 and #1340.

[close]

https://novelwriter.io/
Titel: Vim 9.0.1306
Beitrag von: SiLæncer am 13 Februar, 2023, 10:20
Changes:>>

    9.0.1306: no regression test for solved problem of #11959
    9.0.1305: cursor in wrong line with virtual text above
    9.0.1304: "$" for 'list' option displayed in wrong position
    9.0.1303: Motif: scrollbar width/height wrong when maximized
    9.0.1302: on a Belgian keyboard CTRL-] does not work
    9.0.1301: virtual text below empty line not displayed
    9.0.1300: 'statusline' only supports one "%=" item
    9.0.1299: change for triggering incsearch not sufficiently tested

http://www.vim.org/index.php
Titel: ImHex 1.27.0
Beitrag von: SiLæncer am 13 Februar, 2023, 18:50
(https://i.postimg.cc/8C9YTjjW/screenshot-3382.png)
An open-source editor that allows you to manipulate hexadecimal, binary data for writing optimal and well-performing apps, by displaying you content byte by byte.

Donationware

Changelog

Additions

    Added support for selecting OTF font files as custom fonts
    Added a new Division by Invariant Multiplication calculator tool
    Added support for specifying multiple Yara rules to be executed in order
    Added support for custom Nodes in the data processor
        These nodes can be created directly in the editor and then exported and shared
        We have a new section in the WerWolv/ImHex-Patterns repo for sharing these nodes!
    Added support for specifying input values for integer and float inputs on nodes directly on the node itself
    Added new builds for Fedora Rawhide, RHEL and AlmaLinux. Thanks to @jonathanspw
    Resources such as patterns, includes and scripts can now be loaded from folders relative to the current project file
    Task progress is now being displayed in the Taskbar on Windows
    Added basic stack trace output on crash
    Added support for macOS keyboard shortcut layouts. Thanks to @Kuruyia
    Added support for saving more things to project files
    Added a Base64 file exporter
    Added option to copy the selected custom encoding string
    Added a wait popup when Tasks are still running when ImHex is being closed
    Added option to import patches from a modified version of the same file

Improvements

    Project is now correctly closed when all providers have been closed. Thanks to @iTrooz
    Improved handling of Projects in general
    Improved native scaling handler on macOS
    Added a short description to the IEEE754 decoder tool
    Reordered File menu to make more logical sense
    Allow .yar and .yara files to be loaded
    Added better error messages for importing/exporting IPS patches
    The process memory provider's process and module list can now be searched case-insensitively
    The find view string finder can now be searched case-insensitively
    Updated Japanese translation. Thanks to @Berylskid
    Updated the German translation

Bug Fixes

    Fixed IEEE 754 tool typo. Thanks to @ivq
    Fixed the editing cursor not advancing automatically after the first page of data
    Fixed Intel Hex and Motorola SREC files not being openable on macOS
    Fixed issues with Yara rules not being able to include other rules
    Fixed exceptions not displaying their error messages correctly
    Fixed logs always being saved to user folders, even on portable releases
    Fixed ImHex not being able to load properly in portable mode from a folder without permissions
    Fixed rare crash when loading providers
    Fixed importing of IPS and IPS32 patches being broken
    Fixed find view not correctly accepting hexadecimal values
    Fixed copying bytes from non-zero pages not working correctly
    Fixed rendering of custom encodings on non-zero pages
    Fixed CRC8 hashing algorithm displaying 16 bits instead of 8
    Fixed loading of Hex and SREC files with new lines in them
    Fixed last row in diff view always being displayed as zeros

Pattern Language

    Added various Visualizers to graphically visualize patterns and binary data
        Currently available Visualizers are line_plot, scatter_plot, image, bitmap, disassembler, 3d, sound
    Added option to automatically expand or flatten the pattern data tree
    Added support for specifying local variables inside of structs
    Added ability to query various informations from the currently loaded provider
    Added const variables
    application/octet-stream is no longer considered a valid MIME type as it matches any unknown format
    Bitfield field bit addresses now always specify the offset from the start of the bitfield instead of from the start of the current byte
    Fixed editing of static array values
    Fixed various issues with recursion
    Fixed character patterns not always being formatted correctly
    Fixed crash when removing out variables
    Fixed string conversions not properly trimming values
    Added better array out of bounds checks for arrays
    Custom patterns are now always being passed as references implicitly
    Fixed only the last pragma of a specific type to be executed
    Added support for attributes with more than one parameter
    Allow this to be used in variable attributes to refer to the current variable
    Fixed printing of strings with null bytes in them
    Fixed pointer values being evaluated twice
    Added null keyword
    Fixed #endif directives requiring a space behind it to work
    Added format_read_entries, format_write_entries and transform_entries attributes
    Added highlight_hidden attribute to disable highlighting of the current pattern

[close]

https://github.com/WerWolv/ImHex
Titel: QOwnNotes 23.2.2
Beitrag von: SiLæncer am 13 Februar, 2023, 20:10
(https://s26.postimg.cc/hoi1ahlcp/screenshot_978.png)
QOwnNotes is a text editor / notepad replacement with markdown support and todo list manager. The program supports themes, keyboard shortcuts, syntax highlighting, and encryption. Includes available nested file list, tags, search, and more. Optionally works with the notes application ownCloud or Nextcloud.

Cross-platform with clients available for Mac and Linux.

License: GPL

Whats new:>>

    a button to manually load the todo list items from your cloud server was added
    (for #2735 )
    added more Korean, Italian, Arabic translation (thank you venusgirl, marcoxbresciani, noureddin)

http://www.qownnotes.org/
Titel: Trilium Notes 0.58.8
Beitrag von: SiLæncer am 14 Februar, 2023, 10:40
(https://i.postimg.cc/2yDgvbpj/screenshot-2595.png)
A hierarchical note-taking software application with focus on building large personal knowledge bases while also providing a flurry of options.

License: AGPL

Changelog

    Fix hidden subtree appearing after collapse, #2922
    Fix image display with slash in title, closes #3591
    Fix consistency check to re-parent note from search parent to root
    Recover notes into root only if no other valid branch exists, #3590
    Fix broken reference consistency check by @eliandoran
    Fix filing entity changes for deleted notes
    Fix undeleting notes with a relation, closes #3583
    Fix sharing of templates, #3562
    Fix disabled: on attribtue changed script in demo document, fixes #3564
    Always open the note in URL, closes #3571
    Toggling the left pane will toggle the focus between tree and detail, #3563
    Fix padding on launcher when collapsed
    Add excludeFromNoteMap to a day template instead of journal root, #3547

[close]

https://github.com/zadam/trilium
Titel: QOwnNotes 23.2.3
Beitrag von: SiLæncer am 14 Februar, 2023, 21:40
Whats new:>>

    the calendar selector in the Todo List dialog was fixed for Qt6 (for #2734 )
    the note tree setting was now moved to a new settings panel Experimental (for #790 )
    added more Korean translation (thank you venusgirl)

http://www.qownnotes.org/
Titel: Vim 9.0.1310
Beitrag von: SiLæncer am 15 Februar, 2023, 08:20
Changes:>>

'splitkeep' test has failures
Scrolling two lines with even line count and 'scrolloff' set
The code for setting options is too complicated

http://www.vim.org/index.php
Titel: ImHex 1.27.1
Beitrag von: SiLæncer am 15 Februar, 2023, 19:10
Changelog

    Improvements:

    Improved word selecting in text editor and added CTRL + Backspace/Delete shortcuts to delete full words

    Bug Fixes:

    Fixed various build issues on some Linux platforms
    Fixed safety backup restore popup getting hidden by the tip of the day popup

    Pattern Language:

    Fixed attributes not being applied correctly to bitfield fields
    Fixed issues where turning a type into bytes didn't correctly consider Proxy types with a zero size
    Fixed offsets of static array members getting messed up by highlighting process
    Fixed crash when returning invalid values from format/transform functions

[close]

https://github.com/WerWolv/ImHex
Titel: Vim 9.0.1313
Beitrag von: SiLæncer am 16 Februar, 2023, 08:10
Changes:>>

    9.0.1313: some settings use the current codepage instead of 'encoding'
    9.0.1312: Cursor position wrong when splitting window in insert mode
    9.0.1311: Coverity warns for using a NULL pointer

http://www.vim.org/index.php
Titel: QOwnNotes 23.2.4
Beitrag von: SiLæncer am 16 Februar, 2023, 22:30
(https://s26.postimg.cc/hoi1ahlcp/screenshot_978.png)
QOwnNotes is a text editor / notepad replacement with markdown support and todo list manager. The program supports themes, keyboard shortcuts, syntax highlighting, and encryption. Includes available nested file list, tags, search, and more. Optionally works with the notes application ownCloud or Nextcloud.

Cross-platform with clients available for Mac and Linux.

License: GPL

Whats new:>>

    the link name in the link dialog will not be overwritten anymore by a fetched title of a webpage (for #2726 )

http://www.qownnotes.org/
Titel: Vim 9.0.1314
Beitrag von: SiLæncer am 17 Februar, 2023, 08:45
(https://s26.postimg.cc/xww5nc4zt/screenshot_1282.png)
A highly configurable text editor built to enable efficient text editing - an improved version of the vi editor distributed with most UNIX systems.

Freeware

Changes:>>

messages behavior depends on 'fileformat' of current buffer

http://www.vim.org/index.php
Titel: Vim 9.0.1318
Beitrag von: SiLæncer am 18 Februar, 2023, 10:10
Changes:>>

Code style test fails.

http://www.vim.org/index.php
Titel: QOwnNotes 23.2.5
Beitrag von: SiLæncer am 18 Februar, 2023, 18:00
Whats new:>>

    improvements to the read-only mode were made
        if a script tries to write into the current note in read-only mode a dialog will now ask you if you want to allow note editing
        if you create a new note via the note search line edit read-only mode will automatically be exited
    added more Portuguese, Bulgarian, Spanish translation (thank you jofazepa, m.angelov, fitojb)

http://www.qownnotes.org/
Titel: Vim 9.0.1324
Beitrag von: SiLæncer am 19 Februar, 2023, 10:10
Changes:>>

"gj" and "gk" do not move correctly over a closed fold.

http://www.vim.org/index.php
Titel: JSONedit 0.9.40
Beitrag von: SiLæncer am 19 Februar, 2023, 10:50
(https://s26.postimg.cc/zcd5ubda1/screenshot_961.png)
JSONedit is a simple editor for the JavaScript Object Notation format "a text-based open standard designed for human-readable data interchange" (source) with availble text and tree views.

Includes array generator using embedded Lua interpreter and Scintilla for text edition.

License:    Freeware

Changelog

    FIXED: if tree node reusing option was selected, "Replace/modify node" in list view was causing object children to disappear instead of being replaced
    FIXED: editing node from list view with inline editor was likely to change same time also node currently selected in the tree view
    Tools / JSON Schema (with JSONedit_jsoncons.dll)
    separate Schema window with typical File menu, MRU list, accepting dropped files
    validating document with JSON Schema draft 7
    validation result list with keyword name, location in document and message
    extra context menu items in Schema tree view for setting/changing types and inserting common JSON Schema keywords
    removed unnecessary trailing newline from text generated by "Copy node as C literal"
    Settings/JSON: option to use JsonCpp expression format for "Copy node path" function
    some fixes for C++ class generator

    new hotkey action types:

    show Tools / JSON Schema window
    validate with Tools / Schema

[close]

http://tomeko.net/software/JSONedit/index.php
Titel: CudaText 1.185.0.0
Beitrag von: SiLæncer am 19 Februar, 2023, 11:10
(https://s26.postimg.cc/k6wu8qcrt/screenshot_901.png)
Create programming scripts with this powerful tool that supports more than 130 languages and allows users to work concurrently on as many as six groups of projects.

Freeware

Changelog
   

    Change: statusbar: removed msg prefix "[Read only]" but added "RO" text to the cell "selmode" instead (cell "selmode" by default is located just before the last message cell)
    Add: option "ruler_height"
    Add: tab-switcher dialog (Ctrl+Tab): shows the current document too; reacts to Ctrl+Shift+Tab too
    Add: find/replace: show in the statusbar "border crossed" for wrapped search
    Add: option "centering_width": reworked code, coz we had hard to reproduce bug when option was reset
    Add: option "centering_width" works also in grouping modes "2 horz", "3 horz", "4 horz", "6 horz"
    Add: option "centering_width" in floating groups: ignores grouping mode in main window
    Add: show console error when option "newdoc_lexer" has wrong lexer name
    Add: Windows+click does the same as simple click, like VSCode
    Add: lexer XML: support multi-line quoted strings
    Fix: option "mouse_column_selection":false blocked auto-scrolling on selection
    Fix: replacement of a char to LF on the last line was adding trailing LF
    Fix: in splitted view (of one tab), full-screen mode was not hiding stuff for 2nd editor
    Fix: messagebox buttons Yes / No lost accelerator: &Yes / &No
    Fix: crash in find/replace with RegEx
    Fix: Ins-key did not update the statusbar 'Ins/Ovr' cell

[close]

https://cudatext.github.io/
Titel: Vim 9.0.1329
Beitrag von: SiLæncer am 20 Februar, 2023, 09:10
Changes:>>

    Completion of map includes simplified ones
    Error when using "none" for GUI color is confusing
    Cursor in wrong position below line with virtual text below
    Relative line number not updated with virtual text above
    'colorcolumn' highlight wrong with virtual text above

http://www.vim.org/index.php
Titel: Trilium Notes 0.59.0 Beta
Beitrag von: SiLæncer am 20 Februar, 2023, 18:40
(https://i.postimg.cc/2yDgvbpj/screenshot-2595.png)
A hierarchical note-taking software application with focus on building large personal knowledge bases while also providing a flurry of options.

License: AGPL

Changelog

    (refactoring) Rename entities #3476
    Keep note ordering in export #2346
    Added "inherit" relation, #3493
    _hidden note does not inherit attributes from root, fixes #3537
    Add a button to temporarily hide TOC, closes #3555
    Reimplement docker healtcheck into node.js to take into account configuration, #3582
    Note source now opens in a new tab
    Removed (long time) deprecated API methods. Most of these should be fixed automatically.
    Api.runOnServer => api.runOnBackend
    Api.refreshTree (NO-OP for a long time, removed without replacement)
    Api.addTextToActiveTabEditor => api.addTextToActiveContextEditor
    Api.getActiveTabNote => api.getActiveContextNote
    Api.getActiveTabTextEditor => api.getActiveContextTextEditor
    Api.getActiveTabNotePath => api.getActiveContextNotePath
    Api.protectActiveNote => api.protectNote
    Api.getDateNote => api.getDayNote
    Api.utils.unescapeHtml => api.unescapeHtml
    Api.sortNotesByTitle => api.sortNotes
    Api.CollapsibleWidget => api.RightPanelWidget
    Api.TabAwareWidget => api.NoteContextAwareWidget
    Api.TabCachingWidget => api.NoteContextAwareWidget
    Api.NoteContextCachingWidget => api.NoteContextAwareWidget

[close]

https://github.com/zadam/trilium
Titel: Micro Hosts Editor 1.3.0
Beitrag von: SiLæncer am 20 Februar, 2023, 21:40
(https://i.postimg.cc/Hn4PTG5D/screenshot-2135.png)
Effortlessly edit your Windows’ hosts file using this free and open-source utility with a dedicated graphical user interface and support for keyboard shortcuts.

License: GPLv3

Changelog


    New:

    Added update checker form.
    Implemented automatic update checker (can be disabled in settings).
    Switched to Microsoft Visual Studio 2022.
    Added CodeQL workflow for GitHub code scanning.
    Added dependabot support for tracking dependencies.

    Bug fixes:

    Fixed potential crashes on exit.

    Changes:

    Fixed static analyzer warnings.
    Performed code refactoring.
    Rewritten some async methods to match modern guidelines.
    Switched to NLog's internal string formatter.
    Added a new class AddressHelpers.
    Increased debug log verbosity in some cases.
    Removed LGTM badges and integration.
    Updated NLog to version 5.1.2.

[close]

https://github.com/xvitaly/mhed
Titel: Vim 9.0.1341
Beitrag von: SiLæncer am 23 Februar, 2023, 10:40
Changes:>>

Build error with mzscheme but without GUI.

http://www.vim.org/index.php
Titel: RJ TextEd 15.81
Beitrag von: SiLæncer am 23 Februar, 2023, 20:40
(https://s26.postimg.cc/775l9vjeh/screenshot_593.png)
RJ TextEd - A Unicode source and text editor. RJ TextEd is a full featured text and source editor with Unicode support, syntax highlighting and code folding. The functionality extends beyond text files and includes support for HTML editing with integrated preview, spell checking, auto completion, HTML validation, templates and more. The program also include support for Topstyle Lite CSS editor, has a dual pane file commander, as well as a FTP client to upload your files. The editor uses language files to display menus and dialogs in different languages. There are several included languages. New language files can easily be created in the editor. RJ TextEd is also a simple web development tool. The editor can use auto completion and hints to assist you in editing your source code. You can preview HTML/ASP/PHP... code using one of the preview tabs or open a document in a browser. The editor does not only handle source code. It also handles true ASCII files, binary files and of course plain text files.

License: Freeware

Changelog


    Rust highlighter:

    Created a new syntax file for Rust. I also added information in the forum on how to add a Rust language server (Rust Analyzer).

    Highlighter settings:

    Some settings for a specified highlighter may not have worked in previous versions. It should be fixed now in this version.

    Syntax files:

    In previous versions, you could get an exception error when creating a new syntax file without any keywords. It should be fixed now in this version.

    Update options:

    Included all update options in the options dialog as well as the update dialog.

    Fixed:

    CSS, PHP... text draw issue.
    Auto completion issues when word completion is enabled.
    Select issue in plain text with brace highlighting.
    Column mode undo issue with paste.
    Close HTML preview window issue (Edge browser component issue).
    Minor issues in the syntax editor.
    Minor issues reported by users.

[close]

http://www.rj-texted.se/
Titel: Vim 9.0.1352
Beitrag von: SiLæncer am 25 Februar, 2023, 10:10
Changes:>>

    9.0.1352: "ignore" files are outdated
    9.0.1351: Dhall files are not recognized
    9.0.1350: CPON files are not recognized
    9.0.1349: "gr" with a count fails
    9.0.1348: Un-grammar files are not recognized
    9.0.1347: "gr CTRL-O" stays in Insert mode
    9.0.1346: Starlark files are not recognized
    9.0.1345: too many "else if" statements for handling options
    9.0.1344: check for OSC escape sequence doesn't work
    9.0.1343: check for OSC escape sequence doesn't work
    9.0.1342: MS-Windows: linking may fail with space in directory name

http://www.vim.org/index.php
Titel: CudaText 1.186.0
Beitrag von: SiLæncer am 25 Februar, 2023, 19:30
Changelog
   

* change: removed plugin "Emmet" to Addons Manager
* change: removed plugin "Show Unsaved Changes" to Addons Manager
* change: commands "go to screen top/bottom/center": retain the caret's column, like in many other editors (thanks @qwerky)
+ add: find/replace dialog: added option 'AB' (preserve case on replacement), it is described in the Wiki topic "Dialog Find/Replace" (thanks @d0vgan for the patch)
+ add: option "ui_initial_dir" supports macros: {AppDir}, {AppDrive} (thanks @Stefan)
+ add: commands "scroll to document begin/end", "scroll column left/right", "scroll page up/down" now respect option "caret_keep_visible_on_scroll":true (thanks @qwerky)
+ add: Wiki topic https://wiki.freepascal.org/CudaText#How_command_.22Paste_and_indent.22_works
- fix: problem with applying changed _syntax_ theme colors (thanks @rssguy2)
- fix: problem with mouse selection auto-scrolling in Distraction-Free mode (thanks @Stefan)
- fix: if "mouse column selection mode" was toggled by a hotkey, app did not update the statusbar (thanks @qwerky)
- fix: bug in parser (it creates the log ~/cudatext.error), visible on JSON files

[close]

https://cudatext.github.io/
Titel: SPFLite 2.7.23056
Beitrag von: SiLæncer am 26 Februar, 2023, 09:50
(https://i.postimg.cc/wT5s6g7J/screenshot-2635.png)
Rename, clone, delete, edit, print, exclude, touch, add to favorites and view your files using this intuitive software application.

License: GPLv3

Changelog

    Reverse the change to the colorization QUOTED command default in AUTO files. The revised default (of 3 sets of quotes "" '' and ``) seems to be causing more problems in colorization than before. So the default will go back to being the single double-quote.
    Add support for Alias names for the colorization schemes. This helps to remember what each of the schemes are used for. These Aliases can optionally be used to replace hard-coded scheme numbers in the AUTO files.
    Correct the (DataInsert), (DataDelete) and (DataBackspace) KB functions as well as the CHANGE logic for handling CHANGE DataShift mode changes. A revision to avoid spaces within quoted strings was just not up to handling lines with multiple individual quoted strings.
    Alter the display of the INS/OVR value in the status bar to better hi-light when the setting differs from the user's default as specified in Options => Keyboard. As well, (DataInsert) mode will be indicated by the DIN designation. i.e. the StatusBar may now display INS, OVR or DIN.
    Review the various KB Primitives related to INS/OVR mode. The following changes have been made. While there are numerous changes, most users will be unaffected by them.
    The following function names have been deprecated; they will still function normally but should eventually be replaced by their new names. These functions are normally only used by multi-step KB macros.
    The 3 functions (SetXXX) will save the current insert mode and immediately switch to the requested mode (INS, OVR or DIN). The saved mode doesn't actually need to be used. i.e. The (SetXXX) functions may be used as a simple "Please switch to XXX mode".
    The (RestoreInsert) function is unchanged and will still perform a restore of the saved insert mode created by the (SetXXX) functions.
    (Insert) is also unchanged and will continue to toggle between INS and OVR mode. (Insert) will also continue to reset DIN mode.
    (DataInsert) has been modified to better operate as a toggle. If in INS or OVR mode, (DataInsert) will save the current mode and switch to DIN mode. If already in DIN mode, it will revert to the previously saved mode when DIN mode was entered.
    (ClearInsert) will revert the insert mode to the mode specified in Options => Keyboard for initial startup mode.
    When the (PA1) KB primitive (cancel screen input) was implemented, we created a small Oops! It turns out it should have been called PA2. So PA1 is now deprecated (but will still work). The proper name for the function is now (PA2)
    Correct DIFF error which did not allow specification of a Tab # operand if the tab was a 'special' tab (e.g. CLIP). Also correct missing color hilights by DIFF on Inserted and Deleted lines.
    Correct line command handling to do with clearing the completed line commands. Some were being 'left behind'.
    When the FM Line Command EXEC was introduced, it introduced some confusion with the equally named EXCLUDE primary command. (Both could be abbreviated to EX) So EXEC processing has been merged with the W line command (which opened a file using its default application. The W line command, if it includes an optional operand, will now process the selected file using that operand as the command.
    Additional corrections to colorization scan logic to better handle comments on lines which also have quoted strings.
    Improve the DIFF command removal of comments feature to match the improved comment handling in colorization support.
    Corrections to program startup to handle running from a portable install of SPFLite. Some previous changes had inadvertently crippled the portable operation.
    The operands can be combined to create custom searches. e.g Entering C T - locate the string within a comment, or in normal text, but not within quotes.
    These new operands are only supported if the Profile being used specifies a valid AUTO colorization configuration.

    Add additional new selection criteria to those commands which support string searches. The new operands are:

    C - Locate the string ONLY within a source Comment
    Q - Locate the string ONLY within a Quoted literal
    T - Locate the string ONLY in normal text (not a Quote, not a Comment)

[close]

http://www.spflite.com/Home.html
Titel: Vim 9.0.1355
Beitrag von: SiLæncer am 26 Februar, 2023, 10:20
(https://s26.postimg.cc/xww5nc4zt/screenshot_1282.png)
A highly configurable text editor built to enable efficient text editing - an improved version of the vi editor distributed with most UNIX systems.

Freeware

Changes:>>

No error when declaring a class twice.

http://www.vim.org/index.php
Titel: novelWriter 2.0.6
Beitrag von: SiLæncer am 27 Februar, 2023, 10:50
(https://i.postimg.cc/WbM4JQSb/screenshot-2073.png)
Write novels more comfortably and efficiently through this markdown-like text editor, which provides users with many avenues to organize their text.

Donationware     /  GPLv3

Changelog


    Bugfixes:

    The Reference Panel link would no longer recognise the new, shorter links after the 2.0 project index change. The explicit check has now been made more lenient and will accept any link that is at least 13 characters long (the length of a document handle). Test coverage has been added for handling Reference Panel links. Issue #1378. PR #1379.
    The setSelectedItem method of the project tree class had a setFocus() call. It should not do this as global focus is handled by the main GUI class, and doing this explicitly in the setSelectedItem method is presumptuous. Issue #1369. PR #1379.

    Usability Fixes:

    When creating new items in the project tree via shortcuts, the project tree receives focus. Since these actions can be accessed when the project tree does not have focus, a user would have to switch focus to be able to open new items. The tree now automatically receives focus when a new item is created. Issue #1376. PR #1379.

[close]

https://novelwriter.io/
Titel: HelpNDoc 8.5.0 Build 413
Beitrag von: SiLæncer am 28 Februar, 2023, 19:40
(https://s26.postimg.cc/n8qdqw1ix/screenshot_994.png)
HelpNDoc provides all the tools necessary to write complete help files, manuals and documentations in a user friendly and very easy to use environment. HelpNDoc can generate standard Windows CHM help files, WEB based documentation, iPhone specific websites as well as printable PDF and Word documents.

HelpNDoc is completely free for personal use and evaluation purposes.

Changelog

    New equation library item: define mathematical expressions and reuse them throughout the project
    New project analyzer: list individual characters throughout the project with their number of occurrences to quickly spot invalid characters
    Project analyzer now reports the number of characters including spaces, and excluding spaces
    Build actions panel now saves and restores the position of the size of the action properties group and the width of its columns
    Project analyzer's character counter is now more reliable: multi-byte characters are now correctly counted as one character when appropriate
    Improved keyword generation for CHM, HTML and Qt help documentation formats: keywords are now correctly associated to topics hidden from the table of contents and their children
    It wasn't possible to resize the "Action Properties" group in the "Build actions" panel: splitter bar didn't work
    Possible error exceptions when using keyboard shortcuts on the ribbon bar
    Improved scripting engine with performance improvements, improved parser and better array support, including ForEach method for arrays
    Grids lines, headers and borders are now more subtle for a more modern and discreet UI
    Some icons were not scalable and are now replace by SVG icons so that they can scale seamlessly to any screen size and resolution
    The browse file button in the build action properties now correctly defaults to the field's directory
    Fixed some German translation errors
    HelpNDoc is not tested on Windows 8 or Windows 8.1 anymore: Microsoft dropped support for Windows 8 / 8.1 and strongly recommend to update to a newer version of Windows

[close]

http://www.helpndoc.com/
Titel: Vim 9.0.1365
Beitrag von: SiLæncer am 01 März, 2023, 08:10
Changes:>>

dead test code

http://www.vim.org/index.php
Titel: Trilium Notes 0.59.1
Beitrag von: SiLæncer am 01 März, 2023, 10:50
(https://i.postimg.cc/2yDgvbpj/screenshot-2595.png)
A hierarchical note-taking software application with focus on building large personal knowledge bases while also providing a flurry of options.

License: AGPL

Changelog

    There is a DB change, sync protocol remains unchanged.
    (refactoring) Rename entities #3476
    keep note ordering in export #2346
    added "inherit" relation, #3493
    _hidden note does not inherit attributes from root, fixes #3537
    add a button to temporarily hide TOC, closes #3555
    reimplement docker healtcheck into node.js to take into account configuration, #3582
    note source now opens in a new tab
    fix autocomplete showing hidden paths, closes #3654
    fix display of note revision content, #3637
    submenu choice of template should override child: settings, fixes #3628
    Fix middle vertical align on table cells #3650 by @eliandoran
    fix ctrl+click opening note twice, closes #3630
    fix refreshing option cache on sync, closes #3623
    removed (long time) deprecated API methods. Most of these should be fixed automatically.
    api.runOnServer => api.runOnBackend
    api.refreshTree (NO-OP for a long time, removed without replacement)
    api.addTextToActiveTabEditor => api.addTextToActiveContextEditor
    api.getActiveTabNote => api.getActiveContextNote
    api.getActiveTabTextEditor => api.getActiveContextTextEditor
    api.getActiveTabNotePath => api.getActiveContextNotePath
    api.protectActiveNote => api.protectNote
    api.getDateNote => api.getDayNote
    api.utils.unescapeHtml => api.unescapeHtml
    api.sortNotesByTitle => api.sortNotes
    api.CollapsibleWidget => api.RightPanelWidget
    api.TabAwareWidget => api.NoteContextAwareWidget
    api.TabCachingWidget => api.NoteContextAwareWidget
    api.NoteContextCachingWidget => api.NoteContextAwareWidget

[close]

https://github.com/zadam/trilium
Titel: QOwnNotes 23.3.0
Beitrag von: SiLæncer am 02 März, 2023, 21:20
(https://s26.postimg.cc/hoi1ahlcp/screenshot_978.png)
QOwnNotes is a text editor / notepad replacement with markdown support and todo list manager. The program supports themes, keyboard shortcuts, syntax highlighting, and encryption. Includes available nested file list, tags, search, and more. Optionally works with the notes application ownCloud or Nextcloud.

Cross-platform with clients available for Mac and Linux.

License: GPL

Whats new:>>

    in read-only mode you will now also get a dialog to ask you if you want to allow note editing if you press
    Ctrl+ Space (e.g. when you want to toggle a checkbox) in the note edit panel
    added more Chinese Simplified, Arabic translation (thank you integral_68, noureddin)

http://www.qownnotes.org/
Titel: Vim 9.0.1373
Beitrag von: SiLæncer am 03 März, 2023, 08:10
Changes:>>

wrong text displayed when using both 'linebreak' and 'list'

http://www.vim.org/index.php
Titel: CudaText 1.186.2.0
Beitrag von: SiLæncer am 03 März, 2023, 21:30
(https://s26.postimg.cc/k6wu8qcrt/screenshot_901.png)
Create programming scripts with this powerful tool that supports more than 130 languages and allows users to work concurrently on as many as six groups of projects.

Freeware

Changelog
   

    Add: on pasting text with M lines into N carets (where N>=20, 0<abs(N-M)<=5), show a warning about possible big memory usage (thanks @rssguy2)
    Add: column of 'margin' line is now saved to session; added corresponding sub-option to "ui_history_disabled"
    Fix: Shift+Tab, pressed in the Replace / Console dialog, performed the 'Unindent' in editor (thanks @ildarkhasanshin)
    Fix: crash on calling "move tab to group 2" from Command Palette (thanks @Stefan)
    Fix: command "show main menu as popup" should show from the left-top corner even if sidebar is on the right (thanks @Stefan)

[close]

https://cudatext.github.io/
Titel: Vim 9.0.1376
Beitrag von: SiLæncer am 04 März, 2023, 18:10
Changes:>>

    9.0.1376: accessing invalid memory with put in Visual block mode
    9.0.1375: crash when getting member of obj of unknown class
    9.0.1374: function for setting options not used consistently

http://www.vim.org/index.php
Titel: RJ TextEd 15.82
Beitrag von: SiLæncer am 04 März, 2023, 21:20
(https://s26.postimg.cc/775l9vjeh/screenshot_593.png)
RJ TextEd - A Unicode source and text editor. RJ TextEd is a full featured text and source editor with Unicode support, syntax highlighting and code folding. The functionality extends beyond text files and includes support for HTML editing with integrated preview, spell checking, auto completion, HTML validation, templates and more. The program also include support for Topstyle Lite CSS editor, has a dual pane file commander, as well as a FTP client to upload your files. The editor uses language files to display menus and dialogs in different languages. There are several included languages. New language files can easily be created in the editor. RJ TextEd is also a simple web development tool. The editor can use auto completion and hints to assist you in editing your source code. You can preview HTML/ASP/PHP... code using one of the preview tabs or open a document in a browser. The editor does not only handle source code. It also handles true ASCII files, binary files and of course plain text files.

License: Freeware

Changelog


    Go highlighter:

    Updated the Go syntax file and added some instructions on how to install a Go language server in the forum.

    Associate file extensions:

    Made several changes in the options dialog to make it easier to add or remove file associations, and to select an icon that is displayed in Explorer.
    Adding a file association will now clear the Explorer file extension data.

    Compare documents:

    Made some changes in the line diff view. Tabs and linefeeds are displayed now.
    It should also work better on high DPI monitors.

    Project panel:

    Current document is now highlighted and properly displayed in the project panel.
    Folders in the project tree are now opened, if necessary, and the view should scroll up/down to the selected project file.

    Fixed:

    Misc handle issues while closing documents.
    Some issues related to compare documents.

[close]

http://www.rj-texted.se/
Titel: Vim 9.0.1380
Beitrag von: SiLæncer am 05 März, 2023, 09:20
Changes:>>

    9.0.1380: CTRL-X on 2**64 subtracts two
    9.0.1379: functions for handling options are not ordered
    9.0.1378: illegal memory access when using virtual editing
    9.0.1377: job_status() may return "dead" if the process parent changed

http://www.vim.org/index.php
Titel: Notepad++ v8.5
Beitrag von: SiLæncer am 06 März, 2023, 08:00
(https://i.postimg.cc/90QrsKpv/screenshot-818.png)
Notepad++ is a tabbed source code editor and Notepad replacement with a customizable interface. It is one of the few few source code editors that supports "folding," allowing users to quickly reduce and expand sections of code to see the overall document. In addition, it features multi-language syntax highlighting, auto-completion, regular expression search/replace, macro recording and playback, etc. The program can access a long list of plug-ins via an easy-to-access menu with even more features and functions.

License: GPL

Changelog


    Fix notepad replacement opening file name containing white space regression. (Fix #13032)
    Fix regression about visual glitch of Find in Files progress window & Document Switcher.(Fix #13185, #13053)
    Update to Scintilla 5.3.3 and Lexilla 5.2.2. (Implement #13082)
    Add new explorer context menu entry “Edit with Notepad++” for WINDOWS 11. (Fix #10320, #10565, #4368, #8786, #10640, #10856, #10653, #7747, #6169, #92)
    Add show non-printable characters command. (Fix #827, #4731, #8284)
    Apply tab colors to document list items, and add groups to document list. (Fix #12155, #12689, #13026)
    Add middle mouse click ability to close doc in Document List. (Fix #12949)
    Add Begin/End Select in Column Mode command. (Fix #12833, #12832)
    Add option to make auto-completion list brief. (Fix #12783)
    Remove duplicate items in function/word list of Auto-completion. (Fix #13061)
    Fix missing items in word autocomplete. (Fix #13060)
    Fix autocomplete to sort case insensitive issue. (Fix #12495)
    Change behaviour: make Select and Find (Next/Previous) always in normal search mode. (Fix #3229)
    Change behaviour: make volatile Find uses least-strict option settings. (Fix #13145)
    Change behaviour: Don’t populate in Find what if a stream selection more than 1024 characters. (Fix #12603)
    Fix wrong value set in Preferences->Performance->“Define Large File Size”.(Fix #13280)
    Fix untitled document number jumping or repeated problem. (Fix #8677, #11704, #13194)
    Fix dock-able panels not restoring for mono instances when Notepad++ is in the tray. (Fix #9454)
    Fix panels not restored from systemtray with “Edit with Notepad++” in admin mode. (Fix #13041)
    Fix hit text in search results not being scrolled in the view issue. (Fix #13129)
    Add new notification NPPN_EXTERNALLEXERBUFFER for lexer plugin with buffer ID when a new lexer is applied to the buffer in question. (Fix #12351)
    Fix Synch H/V Scrolling commands not sync with 2 views. (Fix #5250, #13071)
    Add several GUI enhancement. (Fix #11695, #13176, #13187, #13162)
    Make several GUI items translatable. (Fix #13175, #8020, #8858, #13088, #8927, #10876, #9343, #8004)

[close]

DL -> https://github.com/notepad-plus-plus/notepad-plus-plus/releases

https://notepad-plus-plus.org/
Titel: Vim 9.0.1385
Beitrag von: SiLæncer am 06 März, 2023, 08:10
Changes:>>

    9.0.1385: g'Esc is considered an error
    9.0.1384: setting HOMEBREW_NO_AUTO_UPDATE is not needed with version 4
    9.0.1383: xxd: combination of little endian and cols fails
    9.0.1382: failing test for strptime() doesn't show returned value
    9.0.1381: ACCESS_ names have a conflict with on some systems

http://www.vim.org/index.php
Titel: OutWiker 3.2.0.920 Beta
Beitrag von: SiLæncer am 06 März, 2023, 17:10
(https://s26.postimg.cc/87bx6b16h/screenshot_33.png)
OutWiker is an open-source personal wiki and outliner. Notes are stored in a tree, and kept in the form of directories on the disk. This encourages changing the base by external sources and programs. Currently there are three types of pages supported: plain text, HTML, and wiki. External files (such as pictures) can be attached to pages, and pages can be linked to each other. Each tree branch can be opened as a separate wiki. Other features include tag support, global search (notes and tags), bookmarks, HTML syntax highlighting and icons for notes.

OutWiker can be downloaded with or without plugins, as well as for Linux systems.

License : GPL

Whats new:>>

    Updating the internal architecture.
    Bug fixes

http://jenyay.net/Outwiker/English
Titel: PilotEdit Lite 17.2.0
Beitrag von: SiLæncer am 06 März, 2023, 19:40
(http://www.pilotedit.com/images/OpenInQuickMode.PNG)
PilotEdit is a text, hex, XML, C/C++, HTML, PHP, Java, Javascript and Perl editor that can edit large files of 400GB (40 billion lines).

It offers customizable syntax and keyword highlighting, advanced search and replace operations, automatic text encoding, 256-bit AES encryption/decryption and a built-in FTP/SFTP client lets you open, edit, download and upload large files directly to/from a FTP/SFTP server.

In addition to standard text editing features, PilotEdit can compare and merge two large files of 100GB (10 billion lines). You can also sort, find/remove duplicate lines and extract strings over a large file of 1GB.

Freeware

Zitat
PilotEdit 17.2.0 includes improvements over code collapse

http://www.pilotedit.com/
Titel: Vim 9.0.1388
Beitrag von: SiLæncer am 07 März, 2023, 09:10
(https://s26.postimg.cc/xww5nc4zt/screenshot_1282.png)
A highly configurable text editor built to enable efficient text editing - an improved version of the vi editor distributed with most UNIX systems.

Freeware

Changes:>>

    Amiga: not all builds use gethostname()
    9.0.1387: scrollbar test sporadically fails

http://www.vim.org/index.php
Titel: QOwnNotes 23.3.1
Beitrag von: SiLæncer am 07 März, 2023, 22:30
(https://s26.postimg.cc/hoi1ahlcp/screenshot_978.png)
QOwnNotes is a text editor / notepad replacement with markdown support and todo list manager. The program supports themes, keyboard shortcuts, syntax highlighting, and encryption. Includes available nested file list, tags, search, and more. Optionally works with the notes application ownCloud or Nextcloud.

Cross-platform with clients available for Mac and Linux.

License: GPL

Whats new:>>

the whole AppImage build process was re-invented because the necessary Ubuntu 18.04 build system will vanish from GitHub with the end of March (for #2728 (opens new window))
added a new editor color schema IntelliSerious by @marcoXbresciani (for #2742 (opens new window))


http://www.qownnotes.org/
Titel: Vim 9.0.1392
Beitrag von: SiLæncer am 08 März, 2023, 08:10
Changes:>>

    Using NULL pointer with nested :open command
    "clear" macros are not always used
    9FOR_ALL_ macros are defined in an unexpected file
    Amiga: a couple of include files are included twice

http://www.vim.org/index.php
Titel: EmEditor Professional 22.2.3
Beitrag von: SiLæncer am 08 März, 2023, 08:50
(https://i.postimg.cc/vmqgmtjb/screenshot-2069.png)
EmEditor is a lightning-fast, tabbed text editor with themes, syntax highlighting, stay-on-top, and customizable keyboard mapping. The program supports batch find-and-replace, regular expressions, and more.

Changelog


    v22.2.3 includes all bug fixes from beta 7 (22.2.907) to beta 9 (22.2.909):

    beta 7 (22.2.907) – February 28, 2023:
    Improved the CommitList plub-in.[P]
    Adjusted the Ruler height and font.
    Removed the first line (showing the find string) in the output bar when extracting in the Find dialog box.
    Fixed a bug where EmEditor could not record the Sort and DeleteDuplicates methods correctly.
    Fixed a bug where the Tag Links command was not available in the Quick Launch window.
    When pasting cell-type to a non-CSV document, it will be pasted as a normal string (not vertically).

    beta 8 (22.2.908) – March 2, 2023:

    Fixed a bug where the Tag Links command was not available in the Quick Launch command.
    Fixed a bug where unnecessary “v8 nesting issues occurred” message might have appeared while replacing.
    Added more information to a crash report.
    Fixed various potential crashes.

    beta 9 (22.2.909) – March 6, 2023:

    Shows more accurate execution time on the status bar.
    Added more information to a crash report.
    The WebPreview plug-in can preview Markdown files.[P]
    Fixed Undo related issue.

[close]

https://www.emeditor.com
Titel: Scite 5.3.4
Beitrag von: SiLæncer am 08 März, 2023, 18:50
(https://s26.postimg.cc/fbkgceeux/screenshot_1241.png)
Editor mit Syntax-Highlighting, Auto-Completion, Folding und vielem mehr...

Open Source

Changelog


    Add multithreaded wrap to significantly improve performance of wrapping large files.
    More typesafe bindings of *Full APIs in ScintillaCall. Feature #1477.
    Fix overlapping of text with line end wrap marker. Bug #2378.
    Fix clipping of line end wrap symbol for SC_WRAPVISUALFLAGLOC_END_BY_TEXT.
    Where a multi-byte character contains multiple styles, display each byte as a representation. This makes it easier to see and fix lexers that change styles mid-character, commonly because they use fixed size buffers.
    Fix a potential crash with autocompletion list fill-ups where a SCN_CHARADDED handler retriggered an autocompletion list, but with no items that match the typed character.

[close]

www.scintilla.org/SciTE.html
Titel: Vim 9.0.1396
Beitrag von: SiLæncer am 10 März, 2023, 09:10
Changes:>>

sort(list, 'N') does not work in Vim9 script context

http://www.vim.org/index.php
Titel: Dnote 0.14.0
Beitrag von: SiLæncer am 10 März, 2023, 18:40
(https://s26.postimg.cc/z38h40qwp/screenshot_529.png)
Write technical notes and neatly organize them into books without leaving the command line with the help of this simplistic utility.

MIT License

Whats new:>>

Remove autocomplete subcommand that was accidentally added by a dependency.

https://dnote.io/
Titel: Znote 2.1.1
Beitrag von: SiLæncer am 10 März, 2023, 20:20
(https://i.postimg.cc/qvfVnLWd/screenshot-2617.png)
Znote is a free, elegant program meant to help you write beautifully organized Markdown documents. You can organize your texts, notes, and files even better, using the simplistic left-side widget organizer for smoothly navigating different files.

Freeware

Changelog


Bugfix: Added missing text color style in export and code block exclusion.

2.1.0

It is now possible to format code with the Code format on right click (based on editor settings)
You can highlight text with ==text== Ctrl+Shift+O
Windows and Linux users can now Zoom in/out to improve the liability with Ctrl Shift + Ctrl Shift -
Linux users now have a native window frame
Add a filter on custom functions
Some minor UI fixes

[close]

https://znote.lagrede.fr/
Titel: CudaText 1.187.0.0
Beitrag von: SiLæncer am 10 März, 2023, 21:30
(https://s26.postimg.cc/k6wu8qcrt/screenshot_901.png)
Create programming scripts with this powerful tool that supports more than 130 languages and allows users to work concurrently on as many as six groups of projects.

Freeware

Changelog
   

* change: option "autocomplete_autoshow_chars": avoid the timer pause, like in many other editors (thanks @pintassilgo)
* change: auto-completion popup: height is now determined by items count, ie new option: "ui_listbox_complete_size_items"; popup height is decreased if listbox has less items (thanks @pintassilgo)
* change: auto-completion popup: keys Home/End should move caret, not listbox selection, like in many other editors (thanks @pintassilgo)

+ add: option "ui_session_save_interval": avoid saving if session is not yet changed (thanks @d0vgan for the patch)
+ add: code-tree in lexer CSS shows colored squares also for: rgb() rgba() hsl() hsla() (thanks @Stefan)
+ add: dialog Char Map should save not only size, but also position
+ add: avoid plugin dialogs / floating groups / Char Map to show out of visible screen area
+ add: plugin Insert Time: better support locale-dependant 'formats' (thanks @Vivalzar)
+ add: improved Shift+[mouse dragging]: this must expand selection of the 1st caret, like in other editors/browsers (thanks @pintassilgo)
- fix: when file-pair is loaded from session, modified state of 2nd file is not restored (thanks @d0vgan)
- fix: commands "go to screen top/bottom" at the document edges (thanks @qwerky)
- fix: Options Editor: better tabbing over UI controls (thanks @Stefan)
- fix: auto-completion popup must not have the taskbar button (thanks @pintassilgo)

[close]

https://cudatext.github.io/
Titel: Vim 9.0.1399
Beitrag von: SiLæncer am 11 März, 2023, 10:50
Changes:>>

    9.0.1399: highlight test script has a few problems
    9.0.1398: profile test repeats the headers many times
    9.0.1397: highlight for popupmenu kind and extra cannot be set

http://www.vim.org/index.php
Titel: Text Editor Pro 26.0.0
Beitrag von: SiLæncer am 11 März, 2023, 19:50
(https://s26.postimg.cc/hfdkhoj9l/screenshot_896.png)
Text Editor Pro (formerly EditBone) is a powerful text editing tool that comes with syntax highlighting support for over 50 languages and scripts, customizable with over 100 options, 29 ready made styles, a handy file comparison feature, unicode character map, numerical unit convert tool, SQL formatter, and support for multiple directories and search results.

Freeware

Changelog


    Added ChatGPT options
    Added ChatGPT tool
    Added code folding for HTML highlighter
    Added delete empty lines
    Added delete whitespace backward
    Added delete whitespace forward
    Added highlighter for Objeck - https://objeck.org/
    Added reload file
    Added result position editor search option (default middle)
    Added shell extension language file
    Fixed about
    Fixed convert tool
    Fixed default file extensions
    Fixed encoding change
    Fixed Firebird SQL highlighter
    Fixed go to line shortcut to Alt+G
    Fixed HTML with Scripts highlighter
    Fixed log file highlighter
    Fixed matching pair for XML and HTML
    Fixed output
    Fixed PDF preview control - https://github.com/TextEditorPro/TPDFiumControl
    Fixed text editor control - https://github.com/TextEditorPro/TTextEditor
    Updated Delphi and C++ Builder 11.3 - https://www.embarcadero.com/products/rad-studio
    Updated Inno Setup v.6.2.2 - https://jrsoftware.org/
    Updated language files
    Updated PDFium binaries (DLL files) - https://github.com/bblanchon/pdfium-binaries
    Updated shell extension (DLL files)
    Updated SVG ImageList v.3.9.6 - https://github.com/EtheaDev/SVGIconImageList

[close]

https://texteditor.pro/
Titel: Znote 2.1.2
Beitrag von: SiLæncer am 12 März, 2023, 19:15
Whats new:>>

Bugfix: Excluded some dependencies from Job builds

https://znote.lagrede.fr/
Titel: Vim 9.0.1403
Beitrag von: SiLæncer am 13 März, 2023, 11:10
Changes:>>

unused variables and functions

http://www.vim.org/index.php
Titel: Google Web Designer 15.2.1.0306
Beitrag von: SiLæncer am 13 März, 2023, 21:40
(https://i.postimg.cc/1zmQ8Bbd/screenshot-1406.png)
Google Web Designer allows you to create engaging, interactive HTML5-based designs and motion graphics that can run on any device. Let us handle the HTML5 and CSS3 so you're free to focus on what you love to do: creating gorgeous visual experiences. A full design suite lets you easily bring any vision to life. If you're feeling more hands-on, all the code behind your designs is hand-editable, so you're never locked out of your own work. Your ideas are now amplified by code - not restricted by it.

Freeware

Changelog


    Fixed issue where responsive video templates opened at an incorrect size.
    Fixed issue where the template gallery video preview was missing the template title.
    [Text effects] Fixed issue where the first line of text was horizontally offset for some effects and settings.
    [Text effects] Fixed issue where position was offset for text with effects in a published animated GIF.
    [Text effects] Fixed issue where some text effects positioned over an image failed to show on Safari.
    [Text effects] Responsive preview panel now matches stage view.
    [Text effects] Fixed issue where some letters were cropped when using the Gradient effect.
    [Text effects] Fixed issue where properties for the previously applied effect were applied to the new effect.
    [Text effects] Fixed issue where change in opacity was not applied.
    [Text effects] Fixed issue where letters were cropped when using the Flip or Spin effects on text positioned over other elements.
    [Text effects] Fixed issue where line breaks caused positioning issues.

[close]

http://www.google.com/webdesigner
Titel: QOwnNotes 23.3.3
Beitrag von: SiLæncer am 13 März, 2023, 21:50
(https://s26.postimg.cc/hoi1ahlcp/screenshot_978.png)
QOwnNotes is a text editor / notepad replacement with markdown support and todo list manager. The program supports themes, keyboard shortcuts, syntax highlighting, and encryption. Includes available nested file list, tags, search, and more. Optionally works with the notes application ownCloud or Nextcloud.

Cross-platform with clients available for Mac and Linux.

License: GPL

Whats new:>>

    unfortunately since 23.3.1 the AppImage reports the wrong application path , because of that update mechanism fails, this should (could) be fixed after this release (for #2728 )

23.3.2

    the indent spaces are now limited between 2 and 5 in the settings, because that's the range the md4c supports when converting Markdown to HTML (for #2744 )

http://www.qownnotes.org/
Titel: CudaText 1.187.1.0
Beitrag von: SiLæncer am 14 März, 2023, 20:30
(https://s26.postimg.cc/k6wu8qcrt/screenshot_901.png)
Create programming scripts with this powerful tool that supports more than 130 languages and allows users to work concurrently on as many as six groups of projects.

Freeware

Changelog
   

    add: session also has Undo/Redo data; added sub-option for Undo/Redo to "ui_history_disabled" (thanks @pintassilgo)
    add: sub-option "T" in "unprinted_content" (thanks @pintassilgo)
    fix: regression in auto-completion in 1.187.0 (thanks @eltonfabricio10)

[close]

https://cudatext.github.io/
Titel: Brackets 2.2.0
Beitrag von: SiLæncer am 14 März, 2023, 22:10
(https://s26.postimg.cc/4oi0g59zt/screenshot_535.png)
Easy-to-use HTML editor and code generator with support for CSS and JavaScript, featuring a live preview function, syntax highlighting and autocompletion.

License : Open Source

Whats new:>>

Fixes live preview not working after chrome update v111: #262

http://brackets.io/
Titel: Trilium Notes 0.59.2
Beitrag von: SiLæncer am 15 März, 2023, 08:20
(https://i.postimg.cc/2yDgvbpj/screenshot-2595.png)
A hierarchical note-taking software application with focus on building large personal knowledge bases while also providing a flurry of options.

License: AGPL

Changelog

    Fix import of ZIP with images with no meta file, closes #3649
    Allow arbitrary labels to be added via web clipper
    #run should respect inheritance, fixes #3669
    Content null check in full text search, #3672
    Use more precise detection of a mobile browser, fixes #3680
    Support listening on unix sockets
    Added some extra allowed URI schemes, fixes #3692
    Docker_healthcheck.js should not create log files, #3677
    Docker non-root healthcheck #3685 by @holo
    Avoid EditableCode inheriting mode from previous notes. @PJB3005
    Fix default keyboard shortcuts for mac forward, back, closes #3708

[close]

https://github.com/zadam/trilium
Titel: Znote 2.1.3
Beitrag von: SiLæncer am 15 März, 2023, 20:40
(https://i.postimg.cc/qvfVnLWd/screenshot-2617.png)
Znote is a free, elegant program meant to help you write beautifully organized Markdown documents. You can organize your texts, notes, and files even better, using the simplistic left-side widget organizer for smoothly navigating different files.

Freeware

Changelog


    Jobs and JS Code Block now support node:* syntax to use native node dependencies
    It is possible to attach files with Jobs with param file=

[close]

https://znote.lagrede.fr/
Titel: RJ TextEd 15.83
Beitrag von: SiLæncer am 15 März, 2023, 21:20
(https://s26.postimg.cc/775l9vjeh/screenshot_593.png)
RJ TextEd - A Unicode source and text editor. RJ TextEd is a full featured text and source editor with Unicode support, syntax highlighting and code folding. The functionality extends beyond text files and includes support for HTML editing with integrated preview, spell checking, auto completion, HTML validation, templates and more. The program also include support for Topstyle Lite CSS editor, has a dual pane file commander, as well as a FTP client to upload your files. The editor uses language files to display menus and dialogs in different languages. There are several included languages. New language files can easily be created in the editor. RJ TextEd is also a simple web development tool. The editor can use auto completion and hints to assist you in editing your source code. You can preview HTML/ASP/PHP... code using one of the preview tabs or open a document in a browser. The editor does not only handle source code. It also handles true ASCII files, binary files and of course plain text files.

License: Freeware

Changelog


    Customize toolbars:

    Made it possible to change the button positions on toolbars, using the customize toolbar dialog (right click on toolbar).

    Java:

    Updated and made several changes to the Java highlighter (syntax file) and added some instructions on how to install a java language server in the forum.
    A template has been added for the georgewfraser/java-language-server to the "Add language server" dialog in project options.

    Scala:

    Created a new syntax file (highlighter) for the Scala programming language.
    Created a new syntax file (highlighter) for the R programming language.

    Kotlin:

    Updated and made several changes to the Kotlin highlighter (syntax file).

    Ruby:

    Updated the Ruby highlighter (syntax file).

    SQL:

    Updated the SQL highlighter (syntax file).

    Syntax Editor:

    Made some minor changes and fixed a few issues.

    Fixed:

    Fixed some issues with auto completion hints.
    Resize issues with multiple document views.
    Issue when elevating the program.
    Brace color issues in some situations.
    Brace highlighting in some situations.
    Keyword RegEx issue with case.

[close]

http://www.rj-texted.se/
Titel: EmEditor Professional 22.2.5
Beitrag von: SiLæncer am 16 März, 2023, 06:20
(https://i.postimg.cc/vmqgmtjb/screenshot-2069.png)
EmEditor is a lightning-fast, tabbed text editor with themes, syntax highlighting, stay-on-top, and customizable keyboard mapping. The program supports batch find-and-replace, regular expressions, and more.

Changelog


Shows more accurate execution time on the status bar.
Added more information to a crash report.
The WebPreview plug-in can preview Markdown files.[P]
Fixed Undo related issue.
When copying and pasting cells from Excel to a non-CSV document, it will be pasted as a normal string (not vertically).
Cherry-picking multiple selections will not be copied as vertical selection anymore.
Fixed an issue where the horizontal cursor position was reset when making and collapsing multiple selections.
The ruler height becomes approximately 70% of the font height.
Updated the Advanced Installer version.
Fixed an issue related to the installer.
Fixed various potential crashes.
Added the Use Language Server Protocol check box to the Edit page of the Customize dialog box.
Fixed a bug related to the Sum value on the status bar.
Fixed various potential crashes.
Fixed a bug related to tooltips.

[close]

https://www.emeditor.com
Titel: QOwnNotes 23.3.4
Beitrag von: SiLæncer am 16 März, 2023, 21:30
Whats new:>>

    the Snap build process was re-invented because the necessary Ubuntu 18.04 build system will vanish from GitHub with the end of March (for #2728 )

http://www.qownnotes.org/
Titel: Vim 9.0.1411
Beitrag von: SiLæncer am 17 März, 2023, 08:10
(https://s26.postimg.cc/xww5nc4zt/screenshot_1282.png)
A highly configurable text editor built to enable efficient text editing - an improved version of the vi editor distributed with most UNIX systems.

Freeware

Changes:>>

Accuracy of profiling is not optimal.

http://www.vim.org/index.php
Titel: MPad 1.23
Beitrag von: SiLæncer am 17 März, 2023, 09:40
(https://i.postimg.cc/N046msSj/screenshot-2173.png)
A tab-based code and text editor that features syntax highlighting, line numbering, as well as line operations and advanced search tools.

Donationware

https://www.mpad.se/
Titel: EmEditor Professional 22.2.6
Beitrag von: SiLæncer am 17 März, 2023, 10:20
Whats new:>>

v22.2.6 includes all bug fixes in beta 15 (22.2.915). The Desktop Installer version includes a bug fix related to the installer upgrade.

https://www.emeditor.com
Titel: PSPad 5.0.7.773
Beitrag von: SiLæncer am 17 März, 2023, 10:40
(https://i.postimg.cc/sDzQ0VtK/screenshot-2162.png)
PSPad is a universal freeware editor. There is no complex install process; the program is ready to work immediately, without requiring customization. It supports many file types and languages, with syntax highlighting. There are macros, clip files and templates to automate repetitive activities. An integrated HEX Editor, Project support, FTP Client, Macro Recorder, File Search/Replace, Code Explorer, code page conversion, are just some of the many possibilities that PSPad can offer you.

Freeware

Changelog

    Added missing HTML tags: portal, slot, template
    ChatGPT (menu tools) improved. If request isn't returned from v35, it's automatically send to v30 ChatGPT version. Improved string handling
    Search in files - optimization open all result files
    List of FTP connection in popup menu - break after each 15 connections
    Integrated ChatGPT (menu Tools). Is necessary to insert your API key, links for requesting and inserting API key are on ChatGPT dialog
    Program settings / Colors - Current tab changes top highlight color of the current file tab
    Program settings / Direct edit - HighlughtCurrentFileTab=0 switches off top highlight of the current file tab
    HTML highlighter highlights new pairs FIELDSET, LEGEND
    OpenSSL libraries updated to 3.0.8 version
    JavaScript Code explorer - added CLASS support
    G-Code user highlighter definition (Arman Hayots)
    Optimized application start with previous files, optimized open few files from command line
    File tab context menu now contain 2 items for copy file name and file name including path
    User Highlighter keyword lists extended of indication "Start with". If definition is followed by numbers, keyword is highlighted.
    OpenSSL libraries updated to 3.0.7 from Sept. 1st 2022
    New Italian spell check disctionary version (Giovanni Maroncelli)
    HTML export generates inline CSS for selected text (HTML fragment), for non selected generates whole HTML page with CSS definition and references
    ASCII chart - added control chars
    Char ^Z (1A) removed from binary file detection
    OpenSSL libraries update
    General highlighter supports user defined regions using #REGION ... #ENDREGION in code
    Left guttter track changes colors are adapting to dark/light background
    Autohotkey Code explorer shows hotkey labels too (#<char>::)
    Automatic unicode composition (Special settings) is made with clipboard paste and save file too.
    User convertors allows you to define delimiter character for lists. In the section [Settings] as DelimiterChar=|. Pipe is used as default, even variable isn't present.
    possibility to disable triple and quadruple click behavior in program settings / Direct edit button as TripleClick=0
    Run under DEP (Data Execution Prevention) enabled
    Cobol highlighter - extended Code Folding capabilities
    Modified lines indication
    Copy formated text - new function in the Edit menu or editor context menu allows you copy highlighted text into richtext format editor, e.g. Word
    New function in File tab context menu - Open file folder in Explorer
    Program settings / Direct edit button (Special settings) - added new option UseClearType = 0/1, what allows you to disable cleartype in the editor window. The settings take effect when the program is restarted
    FTP - possibility to set default FTP connection. Put asterisk on the end of FTP connection name.
    Editor component - reworked UNOD/REDO
    File list from menu window redesigned - you can sort by file name, folders, ...
    PHP highlighter - added "mixed" type
    PHP code completion - added magic constants
    Check and automatic fix of the recent.ini file
    Ruby - multiline string support
    Compiled in new Delphi 11
    ASCII chart changes encoding acording to used code page of window (not for unicode encodings) when you click on the status bar
    When Save file state is enabled, user changed highlighter has priority over HTML multihighlighter.E.g. PHP file is open in HTML multihighlighter, user changes highlighter to PHP. Next time PSpad will open file as PHP, not as HTML multihighlighter
    Added mechanism what fix corrupted PSpad.INI file
    In splitted window bookmarks are synchronized
    Active file tab highlight when Tab style is selected
    Statusbar icons are high DPI ready and light/dark theme ready
    TextDiff drop panel was moved from top right to the top left corner
    In Filetab context menu you can open file in new PSPad instance as admin
    Reverse apostrophe in user highlighter isn't autocompleted if isn't set is as string delimiter
    JavaScript - added missing keywords
    Split same window horizontally/vertically set second window into same position as the first one
    Code folding can't be used together with Wordwrap. Wordwrap activating will disable Code folding for current file. Wordwrap deactivating will enable Code folding back (if supported for this file)
    Scripting - new functions mainWindowHandle(): HWND, editorWindowHandle(): HWND
    File tabs symbols are High DPI optimized, light/dark optimized
    Unix Shell Script - added keywords, added support for backtick expressions, improved highlighting
    Program start drawing optimalizations
    PSPad is able to open file with broken UTF-8 encoding. After warning and confirmation.
    Code folding - settings is part of the Program settings under editor
    HEX edit - added history into Find/Replace
    Ruby user highlighter - improved strings highlighting
    Rewritten statusbar handling information, cleaned-up code from state, when statusbar was part of each window
    Code folding manipulation is under the View menu, in the editor context menu, under toolbar button
    Updated communication library Synapse
    Implemented new OpenSSL version for FTP connection. Now libcrypto-1_1.dll and libssl-1_1.dll libraries are used (or their 64b versions) instead of the old libeay.dll and ssleay.dll what can be deleted.
    Code folding support for SQL (Oracle and MySql dialects, rest is supported partially)
    Automatic synchronization of File explorer after file save in case when Program settings / Files and dirs is set directory as Active file and File explorer is active.
    Search in files results were extended of char position. Click on results line send you to exact file position
    StatusBar - dark themes icons support
    PSPad informs, if file contains char #0
    CompactLineNumbers option in Program settings / Direct edit (0/1) allows change line numbering to compact form
    Code folding support added to VB Script and Visual Basic, FoxPro
    Close file(s) from whole application was united. Please report any problem joined with editor window close
    Code folding support for User highlighters. For now languages based on curly brackets are supported, in rest of languages added support lines. Is necessary to set tcfCurlyBracket for Codefolding type in the User highlighter definition. if you make modification, let me know or send me definition file, I will include it in the next build.
    Updated editor component. Report please anything "strange".
    CodeFolding support introduced - for now supported languages: JavaScript, Java, C#, C++, Perl, PHP, Pascal
    CodeFolding support is possible to switch off in Program settings / Special settings: CodeFolding=0
    Editor - tripple click select line, quadruple click whole text
    Config backup - before each version update started from PSpad config files are automatically backed up into subfolder backup_cfg of config files placement.
    Default limits (Program settings / Special settings) for Multihighlighter, Highlighting and Code explorer were increased to 750 000 bytes
    SQL highlighter - added several SQL dialects (Nexus, Postgres, Informix)
    Updater - unattended run appends log instead of rewrite it
    Updater - added support for updater update. Run PSPUpdRun.exe instead of the direct updater run. More info in .\Updater\Readme.txt
    FTP - click on the current path label fill in path into quick change dir
    Highlight all occurrences of highlighted text - new option in (Program settings / Editor 1) allows you set highlighting case sensitive
    SpellCheck dialog - for visually impaired people the label with original word was replaced for edit (readers support)
    Memory manager was returned to default one
    Autocomplete (Program settings / Editor 2) - New option Autocomplete replaces rest of the word. When Autocomplete is called from the middle of word it replaces/let the rest behind the cursor
    Color dialog - first 6 custom colors are remembered between sessions
    Updater was integrated into PSPad. From the automatic check or from menu Help you can decide to download update manually or run updater. Updater can be started from command line too - see included ReadMe file in Updater folder.
    HTML preview - it's possible to use WebView2 based on Chromium engine - in the HTML Preview switch engine using first icon in the top left. There is necessary to install WebView2 runtime from MS: https://developer.microsoft.com/en-us/microsoft-edge/webview2/#download-section, or small MS installer what will do it automatically for you: https://go.microsoft.com/fwlink/p/?LinkId=2124703
    Changed library for handling INI files. Please report any problem with configuration files
    InnoSetup Script highlighter - improoved highlighting
    MS SQL highlighter - added new data types
    Session - list in the save session dialog is sorted alphabetically
    Ruby - added code explorer support

    RSS highlighter, cause it duplicates XML highlighter
    Set PSPad as IE source viewer

    Code explorer for PowerPro - variable occurences
    Sessions - current session mark after open
    Sessions - restore files with active Code explorer
    Exception when file close
    PSPad.INI - saving problem
    Spell settings - switch dictionary in 64b version
    Fixes joined with OpenPClose file redraw
    Open favourite panel from the File menu
    SpellCheck - load/release dictionary
    Program settings / KeyMap - save problem
    Perl highlighter - q-function highlighting fix
    Close file by mouse wheel doesn't redraw file tabs names
    New project from folder - save button wasn't active
    Updater - appear in the screen center instead of desktop center
    Handled exception when Recent.ini content was damaged
    Write system parameters, e.g. Splash screen
    Reduced flickering when program starts
    Autocorrect in splitted editor window
    Open more files at once from OpenDialog
    Close numbered file tabs with mouse wheel doesn't update numbers
    Remove nonexisting recent files when none recent files left
    Drop binary file into TextDif box
    Drag/Drop editing - copy selected text with CTRL key
    Names of few highlighters and attributs was different in the new editor component what looks like a "lost" configuration
    Highlight all occurences of highlighted text - Case sensitive option wasn't written into config
    Toolbar background with dark skin
    UNDO and modified file indication
    Close file tabs to right, Close file tabs to left - sometimes left free tab row
    Better difference between enable/disabled UNDO and REDO icon
    Duplicate line functionality
    Clipboard monitor
    Close last file using file tab context menu / Close doesn't hide file panel
    Load file containing #0 char ends with End of memory message
    Reformat paragraph (menu format) removes blank lines
    Highlight selected text occurences - when scrolling, sometimes part of the line was highlighted
    Words at cursor doesn't return word when cursor was just behind the word
    Corrupted PSPad.INI - if file contains char #0, rest of the file was ignored and it looked like lost of config
    Exceptions joined with CodeFolding when window is closed
    Play recorded macro was slow
    Speed up Undo/Redo command - please report any problem
    FTP - handled exception when can't write config file
    Macro save/load problem
    Word under cursor - case when word was the last on the line and cursor was behind the word
    Ctrl+Del doesn't delete spaces before start of next word
    Fixed load sections from "non standard" ini like TiDyCFG, Convertors, e.t.c.
    Find/Replace with new lines in replace expression
    OldSpecialChars in [Special settings] - Program settings / Direct edit
    TextDiff - last line was marked as missing
    Search/Replace - usage of empty pattern only like ^ or $
    HexEdit - Search/Replace witout confirmation doesn't mark file as modified
    Split window, synchronize moving and unsplit window caused exception
    Activation of last selected window after close current one
    Ruby highlighter - embeded expression in string and other reported fixes
    Save function is available always, tool button icon depends of the modified state
    PHP highlighter - highlight matching bracket in case of multiline string
    File plugin fix
    TextDiff - file names size with High DPI screen resolution
    Print with dark background
    Block selection by keys doesn't start on the position where you write last letter
    Block selection with F8 + F8 didn't work
    Duplicate lines, swap with line above/bellow
    MacroRecorder - macros and AutoIndent
    Fixed UNDO with active autoindent on the last editor line with real tabs
    Fixed combination of Real tabs and smart tabs with Autoindent - unwanted spaces insertion
    Fix of potential configuration corruption
    Closing of nonactive window using mouse on FileTab - focus in editor
    if file is locked by another process, binnary file test raised exception
    TextDiff window artefacts after splitter move
    Search/Replace or Reload doesn't refresh symbol on the file tab
    Copy/Paste in text without highlighter
    Undo/Redo - assigning shortcut directly to editor command instead of application action when no Undo/Redo was available caused editor freeze
    Coment/Uncomment block (Shift+Ctrl+A) doesn't include last selected line in case the line contains 1 char only
    Autocorrect doesn't work for files open with PSpad start
    Copy to clipboard always added HTML format
    SmartTabs
    Active tab after open file from "outside" of PSPad
    Select word with dblclick broke on accented chars
    Handled exception when decoding invalid string from BASE64
    Filetabs visibility after open project or open session
    Drag/Drop text with mouse in column or line mode selection
    FileTabs visibility when you close all files and open several files using OpenDialog
    Windows shell script - variable %~xx highlighting
    Paste the copied text into Excel
    Autorefresh symbol on file tab
    Activate window when file was already open
    UserHighlighter - some keywords wasn't highlighted
    Call 2x Clear history in Program settings / Files
    After Find/Replace save icon wasn't highlighted
    Active tab after open file from left panel
    Active file tab
    Save icon wasn't highlighted after Search/Replace
    Save user highlighter definition
    Code explorer parsing (if active) when file is open
    HTML/XHTML highlighter settings - compiler, applications, ...
    Ruller content after program start
    Code clips activation after file load
    Find dialog - COPY button doesn't open new document when used more times
    Assignment of external application when you open file using Open Dialog (Ctrl+O)
    Internal WWW preview take care of DPI when you use size presets
    Text operation in splitted window
    Find in Files - click in result - activate file if file is already open
    Find in Files - after double click the line was white font on light gray background
    TextDiff window - goto source (dblclick)
    Recorded Macro play - reduced problems with clipboard
    User highlighter - possibility to save definition witht none string highlight
    Reduced flickering when window switching
    TextDiff - fixed Window redraw when switching tabs
    TextDiff - fixed Ctrl+Mouse wheel behavior
    TextDiff - fixed unwanted block selection after dblclick
    Reopen modified file
    SpellCheck - fix for cyrilic languages, improved similar words search
    In some cases closed file wasn't written into recent files list
    Clipboard monitor
    Fixed behavior of commands Delete last word (Ctrl+BkSpace) and Delete word (Ctrl+Del)
    System icons in FTP (if enabled in Program Settings)
    Highlight of the selection occurences wasn't repainted after change of the selection
    Matching token highlight with missing matching token
    Create menu Help content based on the Online.ini file
    CrLf was always added when file was saved
    Shift+Down, Shift+PgDown on the last line will include last line into selection
    Unwanted Autoindent after Enter when cursor was on the first column
    Change char case in the selected column block
    Windows shell script highlighter
    Parameter /F doesn't start from the begin but from cursor position
    Restore files doesn't restore last active file tab
    Wordwrap with Right Edge
    Cursor edge line
    Autocorrections and user highlighter
    Main menu glitch in some cases after file open
    File explorer - fixed form resize or show/hide log behavior
    Search/replace recent strings was trimmed of initial spaces
    Reload file in splitted window
    Refuse open big file dialog with PSPad start caused exception
    Open file from FTP with path longer than 260 chars - handled exception
    Perl highlighter caused app freeze if file contains #00 char
    Find / Copy or List - redraw slows down whole process
    Macro - play macro with clipboard handling
    Project tree - missing last letter of the project name
    File tam context menu - copy file name doesn't include path
    Bookmark drawing wren you scroll with arrows
    File tabs - file change indication doesn't appear in some cases
    Recent storage is saved on program close
    TextDiff with running PSpad and registry integration to the Windows explorer context menu
    Search/Replace - load profile trims quotes from expressions
    Switch to HEX mode and back mark file as modified
    Ruby strings %/.../
    When SpellCeck was active, it doesn't work for new open files in some cases
    Fixed many problems in 64b build
    Previous open files was open with C++ highlighter
    Open project opens project file for editing as well
    User highlighter - keywords start with option fixed for negative numbers e.t.c.
    Code pages settings - arrows doesn't stay on the bottom when window was resized
    User convertor added additional line to the line end if no text was selected
    Problem with open big file and NO answer
    Group UNDO problem
    Highlighter settings - wasn't possible to switch off Unix shell script highlighter
    PowerShell highlighter - problem with multiline comments
    PSPad start with undocked window (e.g. OpenFiles) caused exception
    Text inserted with Macro wasn't visible immediately
    Help - search tab doesn't work
    Other fixes reported by users

[close]

http://www.pspad.com/
Titel: Vim 9.0.1413
Beitrag von: SiLæncer am 18 März, 2023, 10:10
Changes:>>

    9.0.1413: compiler warning for unused variable
    9.0.1412: Pony files are not recognized

http://www.vim.org/index.php
Titel: QOwnNotes 23.3.6
Beitrag von: SiLæncer am 19 März, 2023, 09:00
Whats new:>>

    AppImage updater test release (for #2751 )

23.3.5

    the size of search items that are stored in the "stored searches" history is now limited to prevent clogging the application settings with them (for #2752 )
    another AppImage update issue that came with the changes from #2728 should now be fixed (for #2751 )

https://www.qownnotes.org/
Titel: Vim 9.0.1414
Beitrag von: SiLæncer am 19 März, 2023, 09:10
Changes:>>

9.0.1414: <M-S-x> in Kitty does not use the Shift modifier

http://www.vim.org/index.php
Titel: Text Editor Pro 26.0.1
Beitrag von: SiLæncer am 19 März, 2023, 20:00
(https://s26.postimg.cc/hfdkhoj9l/screenshot_896.png)
Text Editor Pro (formerly EditBone) is a powerful text editing tool that comes with syntax highlighting support for over 50 languages and scripts, customizable with over 100 options, 29 ready made styles, a handy file comparison feature, unicode character map, numerical unit convert tool, SQL formatter, and support for multiple directories and search results.

Freeware

Changelog


    Fixed ChatGPT tool
    Fixed find close with esc
    Fixed -noskin issues
    Fixed snippets to support one character keywords
    Updated and fixed AlphaControls v17.00 - http://www.alphaskins.com/
    Updated language files

[close]

https://texteditor.pro/
Titel: Vim 9.0.1417
Beitrag von: SiLæncer am 20 März, 2023, 09:40
(https://s26.postimg.cc/xww5nc4zt/screenshot_1282.png)
A highly configurable text editor built to enable efficient text editing - an improved version of the vi editor distributed with most UNIX systems.

Freeware

Changes:>>

    9.0.1417: ESDL files are not recognized
    9.0.1416: crash when collection is modified when using filter()
    9.0.1415: Crystal files are not recognized

http://www.vim.org/index.php
Titel: Znote 2.1.4
Beitrag von: SiLæncer am 20 März, 2023, 19:10
(https://i.postimg.cc/qvfVnLWd/screenshot-2617.png)
Znote is a free, elegant program meant to help you write beautifully organized Markdown documents. You can organize your texts, notes, and files even better, using the simplistic left-side widget organizer for smoothly navigating different files.

Freeware

Changelog


    Updates:

    You can now attach images or files to HTML/JS app with field files

    Bugfixes:

    Import libraries for deployed JS app into Job now works!
    Babel error was not always displayed in some cases

[close]

https://znote.lagrede.fr/
Titel: QOwnNotes 23.3.7
Beitrag von: SiLæncer am 20 März, 2023, 22:30
(https://s26.postimg.cc/hoi1ahlcp/screenshot_978.png)
QOwnNotes is a text editor / notepad replacement with markdown support and todo list manager. The program supports themes, keyboard shortcuts, syntax highlighting, and encryption. Includes available nested file list, tags, search, and more. Optionally works with the notes application ownCloud or Nextcloud.

Cross-platform with clients available for Mac and Linux.

License: GPL

Whats new:>>

    text parts with an @ in it will now not be detected as note link (for #2720 )
    added a new editor color schema Orange and Green by @Beurt (for #2754 )

http://www.qownnotes.org/
Titel: Vim 9.0.1418
Beitrag von: SiLæncer am 21 März, 2023, 07:20
Changes:>>

9.0.1418: the included xdiff code is a bit outdated

http://www.vim.org/index.php
Titel: Vim 9.0.1423
Beitrag von: SiLæncer am 22 März, 2023, 08:20
Changes:>>

    9.0.1423: WebAssembly Interface Type files are not recognized
    9.0.1422: Sage files are not recognized
    9.0.1421: Nu files are not recognized
    9.0.1420: build failure because SIZE_MAX is not defined
    9.0.1419: Lean files are not recognized

http://www.vim.org/index.php
Titel: Brackets 2.2.1
Beitrag von: SiLæncer am 22 März, 2023, 18:30
(https://s26.postimg.cc/4oi0g59zt/screenshot_535.png)
Easy-to-use HTML editor and code generator with support for CSS and JavaScript, featuring a live preview function, syntax highlighting and autocompletion.

License : Open Source

Whats new:>>

Fixes: LivePreview not opening in Chrome because there is a "space" in my User Account name on my PC

http://brackets.io/
Titel: CudaText 1.188.0.0
Beitrag von: SiLæncer am 22 März, 2023, 20:50
(https://s26.postimg.cc/k6wu8qcrt/screenshot_901.png)
Create programming scripts with this powerful tool that supports more than 130 languages and allows users to work concurrently on as many as six groups of projects.

Freeware

Changelog
   

+ add: support new macros in statusbar config: {offset_max}, {offset_caret}; the maximal supported count of lines can be changed via new option "max_lines_to_calc_offsets" (thanks @pintassilgo)
+ add: support emojis by statusbar macros {char} and {char_xxxx}
+ add: lexer C++: better code-tree for complex classes (thanks @d0vgan)
+ add: lexers C/C++: update keyword list from last standard
- fix: error "Assertion failed" when closing single ui-tab, with visible plugin Tabs List

[close]

https://cudatext.github.io/
Titel: Network Notepad 6.0.22
Beitrag von: SiLæncer am 22 März, 2023, 21:10
(https://s26.postimg.cc/wuply3q2h/screenshot_425.png)
Network Notepad is a specially designed application for creating interactive network diagrams.

Now you can use this accessible and easy-to-use instrument to create or manage the diagrams you need.

Point-and-Click Telnet/ Browse/ User-definable
Network Management.
Simple Drag and Drop interface.
Open, Text Based File Format.
Printing.
Linked Diagrams.
Flow Charts.

Freeware

Whats new:>>

    Bugfix: Application failed in various places if the PC region/culture was set to tr-TR (Turkey) due to the way culture affects some string functions. e.g. library2.plf failed to open, Undo/redo failed.
    Change: Improved error message dialog. Messages now word wrap.
    Change: Polish translation update.

http://www.networknotepad.com/index.htm
Titel: Znote 2.1.5
Beitrag von: SiLæncer am 22 März, 2023, 21:15
Whats new:>>

Bugfix : Blank screen at startup with Linux build issue 79

https://znote.lagrede.fr/
Titel: JSON Viewer 3.0.0
Beitrag von: SiLæncer am 22 März, 2023, 21:45
(https://i.postimg.cc/mgnPYmLc/screenshot-921.png)
MiTeC JSON Viewer include simple JSON Editor with JSON validation, support hierarchical and text preview, text searching and Base64 encoding/decoding.

Free to use for private, educational and non-commercial purposes.

Whats new:>>

    New look
    New text editor with code folding
    New light and dark theme
    New multi-window interface
    64-bit version added
    New application icon

https://mitec.cz/jsonv.html
Titel: QOwnNotes 23.3.8
Beitrag von: SiLæncer am 22 März, 2023, 21:50
Whats new:>>

    an issue with html tags in code-blocks that where not previewed correctly was fixed (for #2756 )
    added more Basque translation (thank you izendegi)

http://www.qownnotes.org/
Titel: EmEditor Professional 22.2.7
Beitrag von: SiLæncer am 23 März, 2023, 07:10
(https://i.postimg.cc/vmqgmtjb/screenshot-2069.png)
EmEditor is a lightning-fast, tabbed text editor with themes, syntax highlighting, stay-on-top, and customizable keyboard mapping. The program supports batch find-and-replace, regular expressions, and more.

Whats new:>>

    Added the Allow digit grouping check box to the Sort page of the Customize dialog box.
    Improved the speed of Extract in the Find dialog box.
    Fixed various potential crashes.
    Improved the speed of Extract in the Find dialog box.
    Fixed an issue where the Number of Additional Lines Above/Below Matched Lines should be disabled if the Count Frequent Strings option is enabled.

https://www.emeditor.com
Titel: Network Notepad 6.0.23
Beitrag von: SiLæncer am 23 März, 2023, 20:20
Whats new:>>

    Change: '$browse replaces $explore in default tool definitions
    Bugfix: Too many spaces in Visualizza entry in Italian translation
    Change: Rewrote AddToRecentList()

http://www.networknotepad.com/index.htm
Titel: Notepad++ 8.5.1
Beitrag von: SiLæncer am 24 März, 2023, 07:30
(https://i.postimg.cc/90QrsKpv/screenshot-818.png)
Notepad++ is a tabbed source code editor and Notepad replacement with a customizable interface. It is one of the few few source code editors that supports "folding," allowing users to quickly reduce and expand sections of code to see the overall document. In addition, it features multi-language syntax highlighting, auto-completion, regular expression search/replace, macro recording and playback, etc. The program can access a long list of plug-ins via an easy-to-access menu with even more features and functions.

License: GPL

Changelog


    Use new modern shell “Edit with Notepad++” of Windows 11 instead of hijacking “Pin to Quick access”.(Fix #13320, implement #13330)
    Update scintilla to 5.3.4 and lexilla to 5.2.4. (Implement #13338)
    Add MS Transact-SQL support. (Fix #5940, #7988, #11718, #12610, #13160)
    Add GDScript language support with autocomplete & functionlist. (Fix #13329)
    Fix UDL empty button regression after changing localization. (Fix #13228)
    Add ability to copy “Find what” to “Replace with” and vice versa in Find Replace dialog. (Fix #12122)
    Fix DocSwitcher RTL problem, and use edit field instead of a small popup value dialog. (Fix #13244, #13248)
    GUI visual enhancement: Fix whole dialog items blink when a item value changed. (Fix #13230)
    Make tray icon context menu translatable. (Fix #11628)

[close]

DL -> https://github.com/notepad-plus-plus/notepad-plus-plus/releases

https://notepad-plus-plus.org/
Titel: Text Editor Pro 26.1.0
Beitrag von: SiLæncer am 26 März, 2023, 21:30
(https://s26.postimg.cc/hfdkhoj9l/screenshot_896.png)
Text Editor Pro (formerly EditBone) is a powerful text editing tool that comes with syntax highlighting support for over 50 languages and scripts, customizable with over 100 options, 29 ready made styles, a handy file comparison feature, unicode character map, numerical unit convert tool, SQL formatter, and support for multiple directories and search results.

Freeware

Changelog


    Added Google translate tool
    Fixed ChatGPT tool
    Fixed exe installers
    Updated language files

[close]

https://texteditor.pro/
Titel: Pandoc 3.1.2
Beitrag von: SiLæncer am 28 März, 2023, 09:15
(https://i.ibb.co/6mSXKdx/pandoc.png)
Pandoc is a command-line utility that can convert files from one markup format into another. Pandoc's enhanced version of Markdown includes syntax for footnotes, tables, flexible ordered lists, definition lists, fenced code blocks, superscripts and subscripts, strikeout, metadata blocks, automatic tables of contents, embedded LaTeX math, citations, and Markdown inside HTML block elements. (These enhancements, described further under Pandoc's Markdown, can be disabled using the markdown_strict input or output format.)

License: Open Source

Changelog

    Add a Lua REPL (Albert Krewinkel). This can be started with pandoc lua -i. It is also possible to instruct a filter to open the REPL at a certain point, for debugging (see pandoc.cli.repl).

    Support typst as a --pdf-engine.

    Add typst writer ( #8713 ). New module Text.Pandoc.Writers.Typst, exporting writeTypst [API change].

    Org reader:
        Allow zero width space as an escape character ( #8716 , Christian Christiansen). Allow the character U+200B to be used as an escape character as described in the Org-mode documentation ( https://orgmode.org/manual/Escape-Character.html ).

    DocBook reader:
        Handle “book” for xref references ( #8712 , Andres Freund) This also adds a test xref to book and part.
        Handle <part>( #8712 ).

    HTML reader:
        Fix behavior with -native_spans-raw_html ( #8711 ). Previously with this configuration, <span>s were not treated as inline elements at all.

    HTML writer:
        Avoid duplicate classes ( #8705 ).
        Use img element instead of embed for .svg.gz and .png.gz etc. ( #8699 ).
        HTML writer footnotes changes ( #8695 ): when --reference-location=section or =block, use an aside element for the notes rather than a section. When --reference-location=section, include the aside element inside the section element, rather than outside. (In slide shows, this option causes footnotes on a slide to be displayed at the bottom of the slide.)

    EPUB writer:
        Use different structure for epub footnotes ( #8676 , see #8672 , #5583 ). Many EPUB readers are thrown off by pandoc’s current footnote output. Both the ol and the fact that the footnote backlink is at the end of the note seem to pose problems. With this commit, we now create a list of aside (or div) elements, instead of an ordered list. Each element begins with a note number that is linked back to the note reference. (So, the backlink occurs at the beginning rather than the end.) Thanks to @Porges and @lewer.

    Docx writer:
        Include abstract title ( #8702 ). Uses localized term for abstract.

    Markdown writer:
        Use implicit figures if there’s a caption but no alt ( #8689 , Albert Krewinkel).

    Jira reader (Albert Krewinkel):
        Add panel title as nested div ( #8681 ).
        Require jira-wiki-markup 1.5.1 ( #8680 ). This fixes a bug in the parser that caused text between two exclamation marks to be parsed as an image. The first ! of image markup must now be followed by a non-space character; otherwise, the enclosed text is parsed as normal content.

    Ms writer:
        Fix handling of Figure ( #8660 ).

    ICML writer:
        Fix images with data ( #8675 ). The Contents element should be inside Properties.

    LaTeX writer:
        Add Chinese to Babel languages.
        Fix background image in Beamer when there are figure environments ( #8671 , Martín Pozo).

    LaTeX template:
        Add babelfonts variable to default LaTeX template. This allows specifying certain fonts to be used with certain babel languages. Thanks to Frederik Elwert.
        Fix highlight/underline with lualatex ( #8707 ). We need the lua-ul package instead of soul, which doesn’t work with lualatex.

    Lua (Albert Krewinkel):
        Add pandoc.cli.repl function
        Fix json.encode for nested AST elements. Ensures that objects with nested AST elements can be encoded as JSON.
        Auto-generate docs for pandoc modules.
        Load text module as pandoc.text. This only affects the name in the Lua-internal documentation. It is still possible to load the modules via require 'text', although this is deprecated.
        Move docs from module text to pandoc.text The latter is easier to use and more consistent with the other modules.
        Keep the Lua stack clean A metatable used during initialization was not properly removed from the stack. Likewise, accessing the CommonState from Lua previously led to the pollution of the Lua stack with a left-over value.
        Add function pandoc.format.from_path.
        Allow to get the JSON encoding of log messages.

    Text.Pandoc.Format: Add new function formatFromFilePaths [API change] ( #8710 , Albert Krewinkel).

    The old Text.Pandoc.App.FormatHeuristics module has been removed.

    In --version, use Windows %APPDATA%variable to describe user data dir ( #8686 , Pablo Rodríguez).

    Text.Pandoc.App.CommandLineOptions: don’t lowercase arg to --from/ --read (Albert Krewinkel). This prevented users to use custom writers with uppercase characters in their filenames. Format-normalization, including lower-casing of format identifiers, happens during format parsing.

    Documentation:
        Add doc/nix.md.
        Add doc/extras.md. This was formally in the website repo.
        doc/lua-filters.md: improve docs for pandoc.zip.

    Factor out make_macos_release.sh from the release candidate workflow. Use cabal instead of stack to build the macos binary.

    Modify linux/make_artifacts.sh so it will work on cirrus.

    Switch to hslua-2.3

    Depend on latest releases of texmath, doclayout.

[close]

https://github.com/jgm
Titel: Trilium Notes 0.59.3
Beitrag von: SiLæncer am 28 März, 2023, 10:40
(https://i.postimg.cc/2yDgvbpj/screenshot-2595.png)
A hierarchical note-taking software application with focus on building large personal knowledge bases while also providing a flurry of options.

License: AGPL

Changelog

    Fix hangup on highlighting empty tokens, closes #3772
    Fix escaping in sql console results
    Promoted and inherited attributes should be shown grouped based on the owning note, #3761
    Add #newNotesOnTop, closes #3734
    Add a check for the hidden note existence, #3728
    Fix sanitization of autocomplete against XSS
    Fix cache invalidation upon note title change
    Fix dead references in consistency_checks.js
    Docker non-root healthcheck

[close]

https://github.com/zadam/trilium
Titel: Znote 2.1.6
Beitrag von: SiLæncer am 28 März, 2023, 11:10
(https://i.postimg.cc/qvfVnLWd/screenshot-2617.png)
Znote is a free, elegant program meant to help you write beautifully organized Markdown documents. You can organize your texts, notes, and files even better, using the simplistic left-side widget organizer for smoothly navigating different files.

Freeware

Changelog


    Improvement: Highlighting the deployment of jobs when executing a block of code
    Bugfix: Cannot paste text into Ctrl+F searchbox

[close]

https://znote.lagrede.fr/
Titel: EmEditor Professional 22.2.8
Beitrag von: SiLæncer am 28 März, 2023, 18:20
(https://i.postimg.cc/vmqgmtjb/screenshot-2069.png)
EmEditor is a lightning-fast, tabbed text editor with themes, syntax highlighting, stay-on-top, and customizable keyboard mapping. The program supports batch find-and-replace, regular expressions, and more.

Changelog


    Added the Language Server page to configuration properties.
    Added the Language Server Properties command.
    Added a message box to abort CSV syntax check before search and other operations.
    Added the ability to abort the CSV syntax check by pressing Esc.
    Fixed a bug where line numbers in Binary (Hexadecimal View) could be truncated.
    Fixed various potential crashes.
    Updated the Language Server page of configuration properties.
    Added a message box explaining a problem if a crash was related to MS-IME.
    Fixed various potential crashes.

[close]

https://www.emeditor.com
Titel: JSON Viewer 3.1.0.0
Beitrag von: SiLæncer am 28 März, 2023, 19:10
(https://i.postimg.cc/mgnPYmLc/screenshot-921.png)
MiTeC JSON Viewer include simple JSON Editor with JSON validation, support hierarchical and text preview, text searching and Base64 encoding/decoding.

Free to use for private, educational and non-commercial purposes.

Whats new:>>

    New parser (faster, less memory)
    Small UI enhancements
    Memory leaks fixed

https://mitec.cz/jsonv.html
Titel: Mitec XML Viewer 6.4.0.0
Beitrag von: SiLæncer am 28 März, 2023, 19:40
(https://i.postimg.cc/gj4Sb50w/screenshot-860.png)
MiTeC XML Viewer include simple XML Editor with xml validation, very fast SAX parser, support hierarchical and text preview, text searching, Base64 decoding, attribute listing, image interpretation, Web and Content preview and large files up to available memory.

Freemium

Whats new:>>

    Memory leaks fixed
    Bug fixes

http://mitec.cz/xmlv.html
Titel: CudaText 1.189.0.0
Beitrag von: SiLæncer am 28 März, 2023, 20:50
(https://s26.postimg.cc/k6wu8qcrt/screenshot_901.png)
Create programming scripts with this powerful tool that supports more than 130 languages and allows users to work concurrently on as many as six groups of projects.

Freeware

Changelog
   

    Change: statusbar now reacts to caret moving/selection with a delay, like in 1.184; it is needed to avoid rendering speed regression since 1.185
    Change: hide sidebar button "3 dots" when "ui_menu_show":true
    Change: change default hotkeys in the Find dialog, e.g. Alt+O to Ctrl+Alt+O, to avoid conflicts with Alt+ hotkeys of the menu bar
    Change: change default value of "lexer_folding_max_lines" from 10000 to 15000
    Add: option "minimap_scale" supports value<100 to show compact look
    Add: option "renderer_tweaks" has sub-option to avoid 'space at line-end in selection', like in Kate
    Add: auto-completion listbox must handle clipboard command hotkeys
    Add: Project Manager icons recolored from black to gray, to support dark ui-themes
    Add: lexer C/C++: better code-tree
    Add: word wrap: don't split chars '([' from word-chars
    Add: better support plugin "Console Auto-Completion" so it is activated only on pressing Ctrl+Space; and Console completion listbox stays visible on typing more text
    Fix: after lexer installation, passive ui-tabs loose syntax highlighting
    Fix: regression: option "auto_fold_comments" was broken

[close]

https://cudatext.github.io/
Titel: SPFLite 3.0.23088
Beitrag von: SiLæncer am 30 März, 2023, 20:20
(https://i.postimg.cc/wT5s6g7J/screenshot-2635.png)
Rename, clone, delete, edit, print, exclude, touch, add to favorites and view your files using this intuitive software application.

License: GPLv3

Changelog

    Correct (PA1) primitive KB function. It was not performing the flip/flop between old and new screen images when pressed repeatedly.
    Alter the (DataDelete) and (DataBackspace) primitive characteristics to allow their use in the FM tab on the Command Line. Correct (DataBackspace) operation on the command line.
    Re-establish the alternate form of the Line Command modifiers / and as described in the Help for Extended Line Command Modifiers. This uses the sequences of . and .. as substitutions. (Easier to use on non-English keyboards). This support 'disappeared' about 3-4 years ago.
    Tweak messages for the SAVE command in a CLIP session to better indicate 'where' the data was saved. (i.e. Named or Windows clipboard)
    Revise the (Copy), (CUT) and (Lift) primitives so that if there is no 'marked' area, the clipboard is left untouched. If it IS necessary to actually clear the clipboard, use the (ClipClear) primitive.
    Add support for a normal Windows ScrollBar on the right of the screen. This feature is optional; to activate it go to Options => Screen and toggle the "Add Vertical ScrollBars" option.
    Minor correction to macro function SPF_Post_Do regarding marked text areas.
    Minor correction to the (LowerCase) primitive. It was not checking for an active Marked area before proceeding.
    Revise internal MSGBOX routine to support custom text on the dialog buttons.
    Remove the FM Line command PURGE. The option to perform a Permanent Delete can now be done with the DELETE/DEL/D line command by adding a 'U' as an operand. e.g DEL U
    Improve the clarity of text in the popup DELETE confirmation dialog.
    Revise the FM line command LINES, which updated the STATE information for a file. If the file currently HAS a LINES value, it will skip the overhead of performing a STATE rebuild. This is helpful when you want to select a large range of file lines where only a few are actually missing LINES data.
    When needed, a U operand can be added to request an unconditional STATE update regardless of whether a LINES value currently exists. e.g. L U

[close]

http://www.spflite.com/Home.html
Titel: RocketCake 5.0
Beitrag von: SiLæncer am 31 März, 2023, 18:30
(https://s26.postimg.cc/845jbp2c9/screenshot_542.png)
RocketCake is a free web editor for creating responsive websites for beginners and professional web developers. No programming needed.

Freemium

Release Notes

This update of the free responsive website designer includes a lot of new features. You can download it here.
Note that if you are using the professional edition, you need to upgrade your license, but there is a discount for existing users.

New in this release:

    Realtime color changes

    When clicking on the color buttons to change the color for example of the selected text, the dialog is now non-modal (= you don't need to click on OK or Cancel anymore) and reflects the changes you've made in realtime now - while you select a color or type a HTML color code. Clicking anywhere else will apply the changes, and you can click Undo to undo them again.
    This works for most color selection buttons in the editor now, so it is much easier to adjust the design of your website.

WebP support

Added webP support: Images in the WebP format can also now be used with RocketCake. WebP is an image file format which is getting more popular and is now supported by mostly all browsers.

    New free website templates

    Like the 'Agency' and 'Paper Planning' template

    Menu Animation

    The navigation menu now has two built-in animations: "Fade" and "animate height". Enable them using the "MenuAnimations" checkbox in the property window for the menu.

    Apple Silicon support

    RocketCake now also runs natively on Apple Silicon, wihout the need for Rosetta

    Drag an Drop support from Explorer/Finder

    You can now drag files like images, pdf documents and videos directly from the Explorer and Finder into the web editor, making it much faster to create nice web designs.

    Date Picker

    Since this is now supported in many browsers, there is now a new element available: the date picker. You can use it in contact forms and similar to let your users pick a date.

    Aligned navigation menus

    RocketCake now includes the option to easily create right and center aligned navigation menus.
    This was possible previously only using a few hacks - previously menus were all left aligned - but now it is a simple option you only need to select in the menu properties.

    Link folders

    It is now possible to link folders created within rocketcake via the hyperlink dialog.
    This is useful if you want to include special folders and just link to the folder root instead of a document or page within that folder. For this, simply select a folder instead of a page as target in the dialog.

    Hover effect for images

    Images can now have hover effects: Changing the brightness. This is useful when using images as links.

    Multi-Select for image galleries and slideshows

    You can now add multiple images for slideshows and image galleries with a single dialog:
    When selecting images to add to your element, in the file selection dialog, hold down ctrl and select more than one image. All selected images will then be added.

    HTML 5 Video with poster images

    You can select an image for HTML 5 Video elements which is shown when the video has not been started or loaded yet.

    New built-in websafe fonts:

    Handwriting style - ("Segoe Print, Bradley Hand, Chilanka [...]")
    Industrial style - ("Bahnschrift, DIN Alternate, Franklin Gothic Medium [...]")

    Lots of other smaller new changes and features:

        You can now set alternate texts for images in image galleries. This is useful for SEO purposes:
        Just check the "AlternateText" checkbox for the gallery and you can enter alt text for every image.
        The button generation dialog now has a few more button styles and is now resizable.
        Link target preview tooltips also now work nicely with sub folders
        Various improvments for using the editor on highDPI screens
        Generated HTML Code for bullet lists has been improved
        Web form buttons now also support hover styles
        The element selection dialog (like in the hyperlink creation dialog) now restores its last set size which is useful for large projects
        It's now possible to directly right-click into text and edit its properties like changing hyperlinks etc without needing to select the text with left before
        Preview images of templates are now bigger by default
        Added support for Samsung Galaxy S22
        Overlong menu entries are now also supported and easily editable in the editor
        All the elements in the toolset on the right now have tooltips with a short description on what the element does exactly
        The HTML and JavaScript code editor now works more nicely with unix style line breaks also on Windows
        Video elements and PDF files now show their file name in the editor
        Generated CSS style class names are now a bit easier to read
        Image Galleries now use code to remove CLS (= cumulative layout shifts)
        When using image galleries with no border but hover styles for hovering the border, the gallery no longer flickers
        Font preview in font selection combobox now shows font as it was selected in the browser if the first few font families are not available in the os but others are

[close]

https://www.ambiera.com/rocketcake/index.html
Titel: Znote 2.1.7
Beitrag von: SiLæncer am 31 März, 2023, 21:20
Whats new:>>

    Truncated Job icon + highlight Job view icon after a deployment
    Internal optimizations to speed up the uploading of Jobs

https://znote.lagrede.fr/
Titel: WebKitty 3.1.1
Beitrag von: SiLæncer am 01 April, 2023, 16:20
(https://i.postimg.cc/jqyG1d25/screenshot-1629.png)
This web dev IDE makes it more convenient for web developers to code and manage their websites, made possible via a singular interface to facilitate the entire process.

MIT License

Whats new:>>

Yeah just a theme change

https://github.com/yikuansun/webkitty
Titel: EmEditor Professional 22.2.9
Beitrag von: SiLæncer am 01 April, 2023, 16:40
Whats new:>>

    Fixed a bug where CTRL+RIGHT in multiple selection did not work.
    Fixed an issue where CTRL+ALT+DOWN multiple times at the last line created multiple cursors at the last line.
    Fixed various potential crashes.

https://www.emeditor.com
Titel: RisohEditor 5.7.3
Beitrag von: SiLæncer am 01 April, 2023, 23:40
(https://i.postimg.cc/8P4z4Swt/screenshot-799.png)
"RisohEditor" is a free resource editor for Win32 development, created by Katayama Hirofumi MZ. RisohEditor realized the ideal of resource editor. "Risoh" means "ideal" in Japanese. RisohEditor can add, edit, extract, clone and remove the resource data in EXE/DLL files. You can edit Windows resources (Dialogs, Menus, Icons, Cursors, String Tables, Message Tables etc.) by using RisohEditor.

NOTICE: Please avoid installing in "C:\Program Files" or "C:\Program Files (x86)". Because the resource compiler (windres) doesn't accept space character in the file path.

Freeware

Whats new:>>

    Minor performance improvements.
    Improved "Copy to multiple languages".
    Fixed FILESUBTYPE of VERSIONINFO.
    Made "~" the backup suffix rather than "-old".
    Renamed "Replacing Dialog Fonts..." as "Dialog font substitutes..."

https://katahiromz.web.fc2.com/re/en/index.html#intro
Titel: RisohEditor 5.7.4
Beitrag von: SiLæncer am 02 April, 2023, 19:10
Whats new:>>

    Added version numbers to IDS_NOTICE.
    Improved EGA console.
    Fixed half-broken installer.

https://katahiromz.web.fc2.com/re/en/index.html#intro
Titel: EmEditor Professional 22.2.10
Beitrag von: SiLæncer am 02 April, 2023, 19:20
Whats new:>>

    Improved the speed of Extract in the Find dialog box.
    Fixed an issue where the Cell toolbar did not show or hide automatically when you switch documents.
    Fixed various potential crashes.

https://www.emeditor.com
Titel: RJ TextEd 15.84
Beitrag von: SiLæncer am 03 April, 2023, 08:50
(https://s26.postimg.cc/775l9vjeh/screenshot_593.png)
RJ TextEd - A Unicode source and text editor. RJ TextEd is a full featured text and source editor with Unicode support, syntax highlighting and code folding. The functionality extends beyond text files and includes support for HTML editing with integrated preview, spell checking, auto completion, HTML validation, templates and more. The program also include support for Topstyle Lite CSS editor, has a dual pane file commander, as well as a FTP client to upload your files. The editor uses language files to display menus and dialogs in different languages. There are several included languages. New language files can easily be created in the editor. RJ TextEd is also a simple web development tool. The editor can use auto completion and hints to assist you in editing your source code. You can preview HTML/ASP/PHP... code using one of the preview tabs or open a document in a browser. The editor does not only handle source code. It also handles true ASCII files, binary files and of course plain text files.

License: Freeware

Changelog


    Dart:

    Created a new syntax file (highlighter) for Dart programming language and added some instructions on how to install a Dart language server in the forum.
    A template has been added for the Dart Language Server to the
    "Add language server" dialog in project options.

    Lua:

    Updated and made several changes to the Lua highlighter (syntax file) and added some instructions on how to install a Lua language server in the forum.
    A template has been added for the Lua Language Server to the
    "Add language server" dialog in project options.

    Groovy:

    Created a new syntax file (highlighter) for the Groovy programming language and added some instructions on how to install a Lua language server in the forum.
    A template has been added for the Groovy Language Server to the
    "Add language server" dialog in project options.
    Created a new syntax file (highlighter) for D programming language.

    F#:

    Created a new syntax file (highlighter) for F# and added some instructions on how to install a F# language server in the forum.
    A template has been added for FSharp Language Server to the
    "Add language server" dialog in project options.

    MASM:

    Created a new syntax file (highlighter) for MASM.

    Pascal/Delphi:

    Updated the syntax file (highlighter) for Pascal.

    Solidity:

    Created a new syntax file (highlighter) for Solidity and added instructions on how to install a Solidity language server in the forum.
    A template has been added for the Solidity Language Server to the
    "Add language server" dialog in project options.

    Objeck Programming Language:

    Created a new syntax file (highlighter) for Objeck.

    Syntax Editor:

    Made some minor changes and fixed a few issues.

    Imagelist Editor:

    Made some small changes.

    Fixed:

    Tool output issue when running in the background.
    Emmet abbreviation issue.
    Several issues found while testing new highlighters.

[close]

http://www.rj-texted.se/
Titel: QOwnNotes 23.4.0
Beitrag von: SiLæncer am 03 April, 2023, 21:50
(https://s26.postimg.cc/hoi1ahlcp/screenshot_978.png)
QOwnNotes is a text editor / notepad replacement with markdown support and todo list manager. The program supports themes, keyboard shortcuts, syntax highlighting, and encryption. Includes available nested file list, tags, search, and more. Optionally works with the notes application ownCloud or Nextcloud.

Cross-platform with clients available for Mac and Linux.

License: GPL

Whats new:>>

    the QOwnNotesAPI Nextcloud App was updated to version 23.3.0 to support Nextcloud 26 (for #42 )
    added more French translation (thank you chocolatine)

http://www.qownnotes.org/
Titel: EmEditor Professional 22.2.11
Beitrag von: SiLæncer am 05 April, 2023, 10:40
(https://i.postimg.cc/vmqgmtjb/screenshot-2069.png)
EmEditor is a lightning-fast, tabbed text editor with themes, syntax highlighting, stay-on-top, and customizable keyboard mapping. The program supports batch find-and-replace, regular expressions, and more.

Changelog


    Fixed a bug where highlighting after search and Auto Marker were incorrect.
    Fixed a bug related to saving a very large file into folders without write permission.
    Selecting Copy on the right-click menu on the Sum/Average on the Status copies only numbers.
    The new version shows the Sum/Average decimal numbers with thousand separators on the Status bar.
    Added the Prompt when CSV Syntax Check is still running check box to the CSV Options page of the Customize dialog box.
    Fixed the CSV syntax check issue if a CSV file is open from the command line.

[close]

https://www.emeditor.com
Titel: ImHex 1.28.0
Beitrag von: SiLæncer am 05 April, 2023, 18:40
(https://i.postimg.cc/8C9YTjjW/screenshot-3382.png)
An open-source editor that allows you to manipulate hexadecimal, binary data for writing optimal and well-performing apps, by displaying you content byte by byte.

Donationware

Changelog

    New projects:

    The documentation that has been finally written from scratch for most of the important features of ImHex and the Pattern Language. You can find it at https://imhex.werwolv.net/docs
    The Pattern Language is now compatible with Emscripten so it can running in a browser! A proof of concept of this is available on https://pl.werwolv.net. It can do the same thing as the plcli's format option can do, it takes a pattern and a binary file and converts it to a JSON, YAML or HTML file.

    New Plugins:

    Two new plugins have been developed for ImHex as well!
    Malcore Plugin - Allows you to upload binary data to the Malcore service for analysis
    Hashes Plugin - Adds tons of new hashes to the hashes view

    Additions:

    Rewrote the entire Diffing view to make it actually usable
    Added support for custom themes
    These themes can either be downloaded through the Content Store or created and shared yourself through the Theme Manager
    Custom nodes can now be downloaded from the Content Store
    Added rotation and scale sliders to the 3D visualizer
    Added support for loading custom CA certs
    Added binary hex cell visualizer
    ImHex now once again loads the entire unicode character plain if possible
    Added option to disable saving of recently loaded files
    File -> Save As can now be used in all providers correctly
    Most string search options can now also be applied to the regex search
    Custom data inspector rows can now be edited
    Most main menu commands can now be found in the Command Palette (CTRL + SHIFT + P)
    Added a new byte swapper tool to the tools view
    Added new CRC hash types. Thanks to @jcreedon
    Added new Fedora 38 build. Thanks to @jonathanspw

    Improvements:

    Text editor now properly considers underscores as part of words
    Removed x3.0 and x4.0 scaling settings as these caused issues with GPU drivers often
    Files are no longer mapped into memory when opened by ImHex so other programs can keep using them now
    The choose file dialog entries are now correctly sorted and display their full path when hovered
    CTRL + N now properly creates a new memory file provider instead of opening a file picker. Thanks to @qux-bbb
    Chunk size and analysis region can now be specified in the data information view. Thanks to @Fenrisfulsur
    Custom encoding characters are now being rendered correctly when split between two lines
    Recent items are now being limited to 5 files at max
    The Yara match list is now sortable
    Drastically improved Bookmarks view
    Improved filtering speeds of the find view
    The current commit hash and branch now correctly shows up in the About view on release builds
    Providers now display better error messages when they can't load their data. Thanks to @iTrooz
    Search processes from the find view can now be correctly canceled
    A tooltip in the settings now informs the user about selecting custom fonts and scaling them
    Improved the look and feel of the content store
    Config files are now properly stored in the correct XDG directories on Linux
    Selected custom encoding files are now correctly saved to the current project file
    When a custom encoding is loaded and the ASCII column is disabled, there is no longer a huge gap now
    The Character padding setting now properly applies to the custom encoding column
    Improve loading speed of custom encoding files

    Bug Fixes:

    Fixed the bug where ImHex would keep jumping back up in the hex view when making a selection
    Fixed issues where UI was scaled too large
    Fixed editing of binary values in the data inspector
    Fixed various issues with the GDB provider
    Fixed string search not including strings at the end of the data
    Fixed rendering of UTF-16BE strings in find view
    Fixed find view string search filters filtering wrong characters. Thanks to @qux-bbb
    Fixed an issue where advancing to the next row when editing a byte would load the wrong value
    Fixed Yara view filtering out all but one match
    Fixed a crash when not making a valid selection in a provider load interface
    Fixed moving around the hex editor cursor with the arrow keys
    Fixed the standard magic file not always working correctly
    Saving and loading a pattern will no longer add a new line to it
    Using Save As on the current file no longer truncates it
    Fixed rare freezes when resizing ImHex
    Fixed occasional crashes when using ImHex through the Windows Remote Desktop
    Fixed entering of decimal and float values in the hex editor with the relevant cell visualizer selected
    Fixed filtering of long strings in the find view

    Pattern Language:

    Added match statements. Thanks a lot to @Nowilltolife
    Added std::math::accumulate. Thanks to @Nowilltolife
    Added std::random functions
    Added std::core::set_display_name function. Thanks to @amaksoft
    Absolute MASSIVE improvements to bitfields. Huge thanks to @Zaggy1024
    Conditionals now work correctly inside of bitfields
    Added support for unsigned, signed, boolean and enum fields inside of bitfields
    Added support for nested bitfields and bitfield arrays inside of bitfields
    Replaced [[left_to_right]] and [[right_to_left]] with a [[bitfield_order]] attribute that offers more control
    Added support for using regular types inside of bitfields
    Massive improvements to templates. Again huge thanks to @Zaggy1024
    Templates of the same type can now be nested
    Template types can now be inherited from
    Fixed various issues with templates in general
    Added support for using any type as pointer size type
    Added support for compiling the PatternLanguage to WebAssembly
    CRC32 function now correctly calculates their value the same way ImHex does
    Fixed highlighting of patterns placed in custom sections
    Fixed casts changing endianess in big endian mode
    Fixed 128 bit integer sign extension
    Fixed formatting of 128 bit enums
    Fixed placing of arrays in sections from within functions
    Fixed some occurrences of duplicate identifiers not being caught
    Fixed various issues related to doc comments
    Fixed rvalue accesses in custom sections
    Fixed type operators increasing the cursor position
    Fixed modifiying of big endian values. Thanks to @soxfox42
    Fixed issues with heap and pattern-local variables
    Fixed [[hidden]] and [[highlight_hidden]] attributes not working correctly
    Fixed creating of local variables in global scope
    Fixed parsing of nested templates

[close]

https://github.com/WerWolv/ImHex
Titel: CudaText 1.190.0.0
Beitrag von: SiLæncer am 05 April, 2023, 21:00
(https://s26.postimg.cc/k6wu8qcrt/screenshot_901.png)
Create programming scripts with this powerful tool that supports more than 130 languages and allows users to work concurrently on as many as six groups of projects.

Freeware

Changelog
   

    Change: statusbar click on cells "file encoding", "end-of-line chars", "lexer" now shows menu-like dialogs, like in VSCode (thanks @Vivalzar)
    Add: improve "minimap_drag_immediately":true, so that minimap click scrolls to clicked position (thanks @veksha)
    Add: add option "ui_menu_button", to control showing of '3 dots' sidebar button
    Add: Project Manager: on renaming of project file, rename also corresponding opened ui-tab (thanks @ThaiDat)
    Add: Command Palette did miss few commands for newly added encodings; renamed few CJK encoding-items (thanks @Vivalzar)
    Fix: error with "auto_fold_comments":2 and command "move lines down"
    Fix: lexer reStructuredText did not support spell-checker

[close]

https://cudatext.github.io/
Titel: Notepad Light 1.0.0.46
Beitrag von: SiLæncer am 06 April, 2023, 19:15
(https://i.postimg.cc/ZqLm9DJz/screenshot-2207.png)
Preview, edit and create .RTF and plain text files using this free and open-source WordPad alternative with a built-in dark mode.

MIT License

Whats new:>>

    fixed bug in opening UTF8 encoded markdown files displaying as garbled text
    added ability to Save As Picture
    fixed bug in right-click / context menu selection not updating the cursor

https://github.com/desjarlais/Notepad-Light
Titel: Notepad++ v8.5.2
Beitrag von: SiLæncer am 06 April, 2023, 20:50
(https://i.postimg.cc/90QrsKpv/screenshot-818.png)
Notepad++ is a tabbed source code editor and Notepad replacement with a customizable interface. It is one of the few few source code editors that supports "folding," allowing users to quickly reduce and expand sections of code to see the overall document. In addition, it features multi-language syntax highlighting, auto-completion, regular expression search/replace, macro recording and playback, etc. The program can access a long list of plug-ins via an easy-to-access menu with even more features and functions.

License: GPL

Changelog


    Enhance “Edit with Notepad++” context menu and fix several issues. (Fix #13399, #13410, #13425, #13438, #13440, #13446, #13457)
    Make Find/Replace dialog swap/copy button usage more explicit. (Fix #13368, #13021)
    Fix unexpected caret column jump post brace match. (Fix #13433)
    Add hits in-progress increased number to Search Progress dialog. (Fix #13364)
    Add HTML Hexadecimal column and more items to ASCII panel. (Fix #13347)
    Add ability to do leading spaces with Column Editor. (Fix #11148, #13309)
    Add programming language support for Hollywood. (Implement #13417)
    Fix dock panels visual glitch while finding in search results. (Fix #13402, #13459)
    Fix Mark dialog’s Copy Marked Text button is not macro-able issue. (Fix #13405)
    Dark mode enhancement: make focused combobox more visible. (Fix #13420)
    Fix find dialog flicker issue. (Fix #9536, #13381)
    Enhance Notepad++ icon’s display in system tray. (Fix #8971)
    Fix some options in Mark dialog not remembered though the session issue. (Fix #13277)

[close]

DL -> https://github.com/notepad-plus-plus/notepad-plus-plus/releases

https://notepad-plus-plus.org/
Titel: Znote 2.1.8
Beitrag von: SiLæncer am 06 April, 2023, 21:15
(https://i.postimg.cc/qvfVnLWd/screenshot-2617.png)
Znote is a free, elegant program meant to help you write beautifully organized Markdown documents. You can organize your texts, notes, and files even better, using the simplistic left-side widget organizer for smoothly navigating different files.

Freeware

Changelog


    Improvement:

    You can now serve on localhost HTML block!

    Bugfixes:

    kill for long process (stop button) now work with async process
    loadBlock function is now compatible with partialMode (when layout show only code editor)

[close]

https://znote.lagrede.fr/
Titel: VisualFiles Script Editor 2023.04.04.1557
Beitrag von: SiLæncer am 07 April, 2023, 09:20
(https://i.postimg.cc/3RbqCc98/screenshot-832.png)
VisualFiles Script Editor is a programmer's editor specifically for VisualFiles scripts supporting VFS and TXT files including syntax highlighting and more.

This app is a full WYSIWYG script editor for VisualFiles created to help people working with the SolCase and VisualFiles case management systems (now Lexis Visualfiles). All the tools needed for editing are readily available for use via the toolbar. The interface design is simple and is broken down into panes with the most prominent being the editor. The whole app is designed to make the entire editing process easier with all features and options visible and accessible. Several things not included in VisualFiles Script Editor, however, is it does not include line numbering or word completion as part of its processes, and there is no detailed help file available. But there is an in-depth look at your machine's information as well as components in the small help section.

Freeware

https://www.ronsplace.eu/Products/VisualFilesScriptEditor
Titel: Alternate TextBrowser 4.040
Beitrag von: SiLæncer am 07 April, 2023, 20:10
(https://i.postimg.cc/TYy7wJVb/screenshot-1429.png)
This program makes it easy to browse through text- and html-files (also xml), syntax highlighting for serveral programming languages available (C++, Pascal, PHP, Perl, ASM, JScript etc.).

Freeware

Whats new:>>

    Options extended
    Tools updated
    Language corrections

http://www.alternate-tools.com/pages/c_textbrowser.php?lang=ENG
Titel: QOwnNotes 23.4.1
Beitrag von: SiLæncer am 08 April, 2023, 18:00
Whats new:>>

added a new editor color schema Springtime by @igorp74 (for #2763)
added more French translation (thank you emericg)

http://www.qownnotes.org/
Titel: CudaText 1.190.1.0
Beitrag von: SiLæncer am 09 April, 2023, 09:30
Whats new:>>

Add: smart-tabs option, "tab_smart", known from several text editors: PSPad, ConTEXT, Lazarus IDE (thanks @qwerky, @Vivalzar)
Fix: theme config dialog's Apply-button did not apply color to sidebar (thanks @qwerky)
Fix: minor issue with Alt+Tab with plugin dialogs, on Windows (thanks @veksha)

https://cudatext.github.io/
Titel: TeXstudio 4.5.2 RC 2
Beitrag von: SiLæncer am 09 April, 2023, 21:40
(https://i.postimg.cc/Fz8CktsG/screenshot-2846.png)
GPL-LaTeX-Editor, der das Erstellen von LaTex-Dokumenten in Unicode vereinfacht; unterstützt den Nutzer beim Schreiben mittels interaktiver Rechtschreibprüfung, Syntax-Highlighting, Code-Folding und automatischer Code-Vervollständigung.

Open Source

Whats new:>>

Fix colorScheme change.

http://texstudio.sourceforge.net/
Titel: Zettlr 3.0.0 Beta 3
Beitrag von: SiLæncer am 10 April, 2023, 21:45
(https://s26.postimg.cc/vfll9p4mh/screenshot_956.png)
Write text and conveniently edit it using Markdown with the help of this user-friendly and well-thought-out, Electron based application.

MIT License

Release Notes

Stability and Performance Improvements

This fourth beta ships with a large amount of stability and performance improvements. This means that most changes have happened under the hood and should only be noticeable by you in terms of better response, better behavior, and smoother experience. Notably, the following changes have been made:

    Upgrade the bundled Pandoc to version 3
    Improvements to the status bar
    The tag suggestions are now gone from the tag cloud
    Improvements to the new Markdown AST parser
    Re-enabled in-place editing of footnotes
    Re-enabled minimized starting behavior
    Better window management
    Citation databases now properly reload on change
    Copying and pasting has been improved
    Upon changing certain settings, Zettlr will now automatically offer to restart
    Improved a race condition on document save that could lead to data loss
    Fixed the word and character counter
    The FSAL file parser now utilizes the Markdown parser, ensuring that the detected metadata matches what the editor shows you

What's Changed

    Do not crash on empty window_state.yml by @UFOMelkor in #4128
    chore(deps-dev): bump @typescript-eslint/eslint-plugin from 5.48.0 to 5.52.0 by @dependabot in #4149
    run Linux builds on Ubuntu 20.04 machines by @marado in #4155
    chore(deps): Bump http-cache-semantics from 4.1.0 to 4.1.1 by @dependabot in #4126
    fix: Prevent search panel text from being selected by @kyaso in #4177
    Use existing lastLeafId computed property in App.vue by @kyaso in #4189
    refactor: Simplify link detection for file preview by @kyaso in #4197
    chore(deps-dev): bump eslint-plugin-n from 15.6.0 to 15.6.1 by @dependabot in #4036
    chore(deps): bump chart.js from 4.1.1 to 4.2.1 by @dependabot in #4143
    chore(deps-dev): Bump @types/uuid from 9.0.0 to 9.0.1 by @dependabot in #4166
    chore(deps): Bump ky from 0.33.1 to 0.33.3 by @dependabot in #4206
    chore(deps): Bump minimatch from 5.1.2 to 7.4.3 by @dependabot in #4210
    chore(deps-dev): Bump electron from 22.3.0 to 23.2.0 by @dependabot in #4212
    arch linux: upgraded from aur to a regular package by @UweKrause in #4217
    Insert DisplayName instead of FileName after an zkn-link by @UFOMelkor in #4209
    chore(deps-dev): Bump webpack from 5.75.0 to 5.77.0 by @dependabot in #4226
    chore(deps-dev): Bump @typescript-eslint/eslint-plugin from 5.53.0 to 5.57.0 by @dependabot in #4225
    chore(deps-dev): bump eslint-plugin-import from 2.26.0 to 2.27.5 by @dependabot in #4064
    refactor: Make MainEditor single-document only by @nathanlesage in #4215
    refactor: Move FSAL parser to utilize the Markdown AST Parser by @nathanlesage in #4242

New Contributors

    @UFOMelkor made their first contribution in #4128
    @marado made their first contribution in #4155
    @UweKrause made their first contribution in #4217

[close]

Download: https://github.com/Zettlr/Zettlr/releases

https://www.zettlr.com/
Titel: EmEditor Professional 22.3
Beitrag von: SiLæncer am 11 April, 2023, 10:30
Changelog


New General Features

    Improved the reliability and robustness especially when dealing with very large files in low memory situations.[PF]
    Added hover tooltips using the Language Server Protocol (experimental).[P]
    Number Range Expressions of the new version match numbers containing digit grouping (thousand) separators if the Allow digit grouping option is set in the Sort page of the Customize dialog box.[P]
    The new version shows a message box to abort CSV syntax check before search and other operations by default.[P]
    Added the ability to abort the CSV syntax check by pressing the ESC key.[P]
    Added /ng (always creates a new group window) to the command line options.[PF]
    The new version shows a message box explaining a problem if a crash was related to Microsoft IME (Input Method Editor).[PF]
    The new version copies only numbers when selecting Copy on the right-click menu on the Sum/Average on the Status bar.[P]
    The new version makes the Highlight Active Tab option in the Tab page of the Customize dialog box turned on by default.[P]
    Improved the speed of Extract in the Find dialog box, and Sort A to Z and Sort Z to A commands.[P]

New Options

    Added the Allow digit grouping check box to the Sort page of the Customize dialog box.[P]
    Added the Language Server page to Configuration Properties.[P]
    Added the Prompt when CSV Syntax Check is still running check box to the CSV Options page of the Customize dialog box.[P]
    Added the Use ISO date time format for rename, Set Hidden attribute, and Set Read-only attribute check boxes to the Backup page of configuration properties.[PF]

New Commands

    Language Server Properties[P]

Plug-in New Features[P]

    Added COMPARE_QUICK flag to the Editor_Compare inline function and COMPARE_INFO structure.
    Added SORT_DIGIT_GROUPING flag to the the Editor_Sort inline function and SORT_INFO structure.
    Changed the changes sidebar of the CommitList plug-in to show lists to enable multi-selection.
    Added the ability to preview Markdown in WebPreview plug-in.

Macro New Features[P]

    Added the eeCompareQuick flag to the Compare method of the Editor object.
    Added the eeSortDigitGrouping flag to the Sort method of the Document object.

Notes

    [P] EmEditor Professional only
    [PF] EmEditor Professional and EmEditor Free

[close]

https://www.emeditor.com
Titel: QOwnNotes 23.4.2
Beitrag von: SiLæncer am 11 April, 2023, 21:10
(https://s26.postimg.cc/hoi1ahlcp/screenshot_978.png)
QOwnNotes is a text editor / notepad replacement with markdown support and todo list manager. The program supports themes, keyboard shortcuts, syntax highlighting, and encryption. Includes available nested file list, tags, search, and more. Optionally works with the notes application ownCloud or Nextcloud.

Cross-platform with clients available for Mac and Linux.

License: GPL

Whats new:>>

an issue was fixed in the preview where code comments where always italic regardless of the color schema settings (for #2765

http://www.qownnotes.org/
Titel: QOwnNotes 23.4.3
Beitrag von: SiLæncer am 13 April, 2023, 17:50
Whats new:>>

The GitHub issue links were updated to make use of the new issue templates (for #2768)

http://www.qownnotes.org/
Titel: RocketCake 5.0.1
Beitrag von: SiLæncer am 13 April, 2023, 18:30
(https://s26.postimg.cc/845jbp2c9/screenshot_542.png)
RocketCake is a free web editor for creating responsive websites for beginners and professional web developers. No programming needed.

Freemium

Whats new:>>

When right-clicking onto a menu item, the 'delete' menu entry now works again
When menu animations are not needed, viewport size of the page is reduced now
Minor fixes here and there

https://www.ambiera.com/rocketcake/index.html
Titel: Vim 9.0.1452
Beitrag von: SiLæncer am 14 April, 2023, 08:10
(https://s26.postimg.cc/xww5nc4zt/screenshot_1282.png)
A highly configurable text editor built to enable efficient text editing - an improved version of the vi editor distributed with most UNIX systems.

Freeware

Changes:>>

Code using EVAL_CONSTANT is dead, it is never set.

http://www.vim.org/index.php
Titel: Jovial NoteTab 1.4
Beitrag von: SiLæncer am 15 April, 2023, 21:20
(https://i.postimg.cc/0NTfkYyw/screenshot-2226.png)
Designed to offer an alternative to the built-in Windows Notepad, this word processor features tabs support, text lookup features, and more.

Freeware

Whats new:>>

Fixed configuration file.

https://sites.google.com/view/jovialsoftware/jovial-notetab?authuser=0
Titel: Notepad2 by Zufu Liu 4.23.04r4766
Beitrag von: SiLæncer am 15 April, 2023, 21:40
(https://i.postimg.cc/TwvVMTtj/screenshot-2227.png)
Write in a wide variety of programming languages through the use of this comprehensive, free and open-source text processor with syntax highlighting support.

BSD License

Changelog


    Lexer and command list for Texinfo updated to Texinfo 7.0. a0e1fb6, fb2f112, etc.
    Other lexer and API updates: CSS (c00f236 and 4bcd911), Go (89f1a9f), HTML (ded2679), Java (9b466a8), JavaScript (3172359), LLVM (95e8cea), Markdown (3f0d9e1), PHP (7849b30), Swift (dd3aa27).
    Make "enclose selection on typing punctuation" configurable, issue #634. 0682602
    Auto-completion improvements: 97a5846, b85245a, 17f2fdc, etc.
    Fix title case, halfwidth, fullwidth, Hiragana and Katakana conversions broken, issue #645. e4c7972
    Other bug fixes and improvements.

[close]

https://github.com/zufuliu/notepad2
Titel: Vim 9.0.1456
Beitrag von: SiLæncer am 16 April, 2023, 09:20
Changelog


Problem:    Shortmess test depends on order of test execution.
Solution:   Clear messages. (closes #12264)

9.0.1455

Problem:    C++ 20 modules are not recognized.
Solution:   Add patterns to recognize C++ 20 modules as "cpp". (Ben Jackson, closes #12261)

9.0.1454

Problem:    Code indenting is confused by macros.
Solution:   Put semicolon after the macros instead of inside. (Ozaki Kiichi,closes #12257)

9.0.1453

Problem:    Typos in source code and tests.
Solution:   Fi the typos. (Dominique Pellé, closes #12217)

[close]

http://www.vim.org/index.php
Titel: PilotEdit Lite 17.3.0
Beitrag von: SiLæncer am 16 April, 2023, 10:40
(http://www.pilotedit.com/images/OpenInQuickMode.PNG)
PilotEdit is a text, hex, XML, C/C++, HTML, PHP, Java, Javascript and Perl editor that can edit large files of 400GB (40 billion lines).

It offers customizable syntax and keyword highlighting, advanced search and replace operations, automatic text encoding, 256-bit AES encryption/decryption and a built-in FTP/SFTP client lets you open, edit, download and upload large files directly to/from a FTP/SFTP server.

In addition to standard text editing features, PilotEdit can compare and merge two large files of 100GB (10 billion lines). You can also sort, find/remove duplicate lines and extract strings over a large file of 1GB.

Freeware

Zitat
Includes improvements over sorting and removing duplicate lines.

http://www.pilotedit.com/
Titel: VinaText 1.1
Beitrag von: SiLæncer am 16 April, 2023, 20:10
(https://i.postimg.cc/zGH172jh/screenshot-2229.png)
A simple and straightforward code editor that can come in handy for developers working with multiple programming files at the same time.

License: Open Source

Changelog


    This is a portable stable version release, no need to install. You just need to download VinaText-Portable-1.0.rar and extract it.
    Target OS: supported platforms for all operating systems including Windows 11, 10, 8.1, 7 and Server 2008 to 2019, XP.
    Build from hash commit: 918f50f

    Changes:

    Optimized memory usage, reduced binary size.
    Supported User defined extension (customize execution)
    Added WSL terminal tab

[close]

https://vinatext.dev/
Titel: novelWriter 2.0.7
Beitrag von: SiLæncer am 16 April, 2023, 20:20
(https://i.postimg.cc/WbM4JQSb/screenshot-2073.png)
Write novels more comfortably and efficiently through this markdown-like text editor, which provides users with many avenues to organize their text.

Donationware     /  GPLv3

Changelog


    Bugfixes:

    Fixed an issue where novelWriter sometimes shows up in the desktop environment on Linux under another name than it's supposed to, which meant it would show up without the correct icon. The desktop environment was apparently guessing its name based on various values. It is now set explicitly. PR #1405.
    Fixed an issue where the syntax highlighting for spell checked words were not cleared when spell checking was disabled. Issue #1414. PR #1416.
    Fixed a series of issues with spell checking of words and sentences with italics styling using underscores. The spell checker relies on RegEx for splitting words, and RegEx considers the underscore a word character. Issue #1415. PR #1417.
    Fixed an issue where escaped markup characters were not being cleaned up when building HTML and ODT outputs. Issue #1412. PR #1418.

    Usability Fixes:

    The context menu entry "Change Label" in the project tree has now been changed to say "Rename", which matches with the main menu, and is also more in line with what users expect. PR #1403.
    The entries for creating new Novel Documents in the project tree's Add Item menu are now hidden when the select item in the tree does not allow Novel Documents. This is less confusing than the previous behaviour where it would just create a Project Note regardless of selected file option. Issue #1404. PR #1406.

    Internationalisation:

    Added Japanese translation, contributed by @hebekeg. PR #1407.
    Updated existing translations. PR #1407.

    Packaging:

    Legacy AppImage formats have been added to support glibc 2.24. This is a temporary solution until the AppImage base image is deprecated later in 2023. Issue #1391. PR #1410.

[close]

https://novelwriter.io/
Titel: RJ TextEd 15.85
Beitrag von: SiLæncer am 16 April, 2023, 21:20
(https://s26.postimg.cc/775l9vjeh/screenshot_593.png)
RJ TextEd - A Unicode source and text editor. RJ TextEd is a full featured text and source editor with Unicode support, syntax highlighting and code folding. The functionality extends beyond text files and includes support for HTML editing with integrated preview, spell checking, auto completion, HTML validation, templates and more. The program also include support for Topstyle Lite CSS editor, has a dual pane file commander, as well as a FTP client to upload your files. The editor uses language files to display menus and dialogs in different languages. There are several included languages. New language files can easily be created in the editor. RJ TextEd is also a simple web development tool. The editor can use auto completion and hints to assist you in editing your source code. You can preview HTML/ASP/PHP... code using one of the preview tabs or open a document in a browser. The editor does not only handle source code. It also handles true ASCII files, binary files and of course plain text files.

License: Freeware

Changelog


    FORTRAN:

    Updated the FORTRAN highlighter (syntax file) and added information in the
    forum on how to install and add a FORTRAN language server.
    Highlight brace error
    Usually any brace matching error is highlighted with a red background and
    black symbol color. You can now change that in customize themes.

    Clipboard:

    In some places you could get an error message saying "Access denied", when
    copying or pasting from the clipboard. In this version I've made sure to
    always try to access the clipboard several times (with some delay) even
    if it's locked by some other process.
    Usually this is already done inside the editor component, but not in some other places
    like search fields, panels etc.

    Fixed:

    Full screen mode issue.
    Misc LSP client issues.
    Exit program and save with elevation.
    A few rare issues reported using the builtin exception catcher

[close]

http://www.rj-texted.se/
Titel: Vim 9.0.1459
Beitrag von: SiLæncer am 17 April, 2023, 08:40
Changes:>>

Problem:    Typo in name of type.
Solution:   Change funccal_T to funccall_T. (closes #12265)

http://www.vim.org/index.php
Titel: TeXstudio 4.5.2
Beitrag von: SiLæncer am 17 April, 2023, 18:30
(https://i.postimg.cc/Fz8CktsG/screenshot-2846.png)
GPL-LaTeX-Editor, der das Erstellen von LaTex-Dokumenten in Unicode vereinfacht; unterstützt den Nutzer beim Schreiben mittels interaktiver Rechtschreibprüfung, Syntax-Highlighting, Code-Folding und automatischer Code-Vervollständigung.

Open Source

Changelog


    follow system light-/dark-mode on windows/linux for Fusion&Windows-Style
    allow wheel usage over linenumber/linemark/fold panel of editors
    fix skipping scroll when pointer was moved outside the text pane (#2614)
    add Min/Max/Close buttons to Macro Editor dialog (#2987)
    fix text in status bar of Macro Editor wiggling around after 10s and 50s (#3001)
    Show changelog in about dialog and manual
    pasting from LibreOffice Calc uses ‘&’ and ‘' as delimiters. If pasted where no table is defined, the table wizard is called.
    change Adv. Editor option “Vertical Overscroll” to scroll last line to top (#2944)
    when the mouse cursor hovers over a spin/combo box, the wheel scrolls through the configuration page instead of changing values (#2977)
    copy some details (icons, separators) to menu item list in combo box (#3025)
    support toggling comment on folded lines (#2912)
    don’t show pointing hand cursor over hyperlinks when magnifier is activ (#2982)
    improve usage of tab key and enter key in QuickStart Wizard (#3014)
    add maketitle to the document created by QuickStart Wizard if appropriate (#3015)
    pos1 (home) key now sets cursor to start or to first non-blank character of editor lines (#3012)
    fix a crash in a special case (#2985)
    updated LaTeX2e manual (help menu) and added missing image
    enable multi-file templates in online template repository
    allow git push when using git checkin dialog (#3005)
    many new and updated cwls
    updated translations
    improved cmake build

[close]

http://texstudio.sourceforge.net/
Titel: Vim 9.0.1464
Beitrag von: SiLæncer am 18 April, 2023, 09:10
Latest Changes:>>

    Strace filetype detection is expensive
    Virtual text truncation only works with Unicode 'encoding'
    Recursively calling :defer function if it does :qa
    Ruler not drawn correctly when using 'rulerformat'
    Insufficient testing for getcmdcompltype()

http://www.vim.org/index.php
Titel: Znote 2.2.0
Beitrag von: SiLæncer am 18 April, 2023, 10:10
(https://i.postimg.cc/qvfVnLWd/screenshot-2617.png)
Znote is a free, elegant program meant to help you write beautifully organized Markdown documents. You can organize your texts, notes, and files even better, using the simplistic left-side widget organizer for smoothly navigating different files.

Freeware

Changelog


For those who miss it, in this version you will find a new fully navigable notes list!!
The file name is now replaced by the first note line . Existing files are automatically migrated.

[close]

https://znote.lagrede.fr/
Titel: VinaText 1.2
Beitrag von: SiLæncer am 18 April, 2023, 18:15
(https://i.postimg.cc/zGH172jh/screenshot-2229.png)
A simple and straightforward code editor that can come in handy for developers working with multiple programming files at the same time.

License: Open Source

Changelog


    Supported relative path for compiler/debugger
    Improved text case converters

[close]

https://vinatext.dev/
Titel: Trilium Notes 0.59.4
Beitrag von: SiLæncer am 18 April, 2023, 18:50
(https://i.postimg.cc/2yDgvbpj/screenshot-2595.png)
A hierarchical note-taking software application with focus on building large personal knowledge bases while also providing a flurry of options.

License: AGPL

Changelog

    Fix displaying error message in mermaid, closes #3841
    Download offline images from libreoffice, fixes #3842
    Fix duplicating subtree with internal links, closes #3813
    Don't update attribute detail while composing CJK characters, fixes #3812
    Fix click events propagating from context menu being closed, fixes #3805
    Promotes attributes tab should be always visible when available, fixes #3806
    Capitalizing ribbon widget names #3806
    Awaiting on triggered events/commands in the frontend API, fixes #3799
    Allow #newNotesOnTop=false to negate previous setting, closes #3796
    Fixed loading of parent to froca when e.g. sharing (cloning into not yet loaded _share parent)
    Fix trailing slash in shared note in IE, closes #3782

[close]

https://github.com/zadam/trilium
Titel: CudaText 1.191.0.6
Beitrag von: SiLæncer am 18 April, 2023, 20:10
(https://s26.postimg.cc/k6wu8qcrt/screenshot_901.png)
Create programming scripts with this powerful tool that supports more than 130 languages and allows users to work concurrently on as many as six groups of projects.

Freeware

Changelog
   

    change: rename option "minimap_tooltip_line_count" to "minimap_tooltip_height"
    add: new option "minimap_tooltip_font_size" allows to use smaller font in minimap-tooltip (thanks @Vivalzar)
    add: added limit of undo-data-length in session files, 1M chars, to prevent too long session saving/loading when editing with multi-carets (thanks @rssguy2)
    add: long reloading of huge file, must show editor (or both splitted editors) as 'locked' (hourglass icon)
    add: Windows: X icon in menu-like dialogs now looks like ui-tabs X icon
    fix: regression since 2021/08: loading of huge (100M) file with rare 'umlaut' chars did not activate "fallback_encoding" and forced UTF-8 (thanks @Vivalzar)
    fix: several clicks on X-icon to close big file, while lexer parser is working, may lead to Access Violation (thanks @veksha)
    fix: Qt5-version exposed bug with wrong scrolling to found words, in word-wrap mode, on some Unicode texts (thanks @pintassilgo)
    fix: loading session with 2 groups: file in 2nd group looses syntax highlight (thanks @rssguy2)
    fix: crash with multi-line comments + "auto_fold_comments":2 + code-tree visible (thanks @ildarkhasanshin)

[close]

https://cudatext.github.io/
Titel: HelpNDoc 8.6.0.426
Beitrag von: SiLæncer am 18 April, 2023, 20:30
(https://s26.postimg.cc/n8qdqw1ix/screenshot_994.png)
HelpNDoc provides all the tools necessary to write complete help files, manuals and documentations in a user friendly and very easy to use environment. HelpNDoc can generate standard Windows CHM help files, WEB based documentation, iPhone specific websites as well as printable PDF and Word documents.

HelpNDoc is completely free for personal use and evaluation purposes.

Changelog

    New built-in image editor which can be used to produce multi-layered images from within HelpNDoc while maintaining the ability to edit layers at any time (Beta)
    New script to update topic's description throughout the project by replacing an old textual content with a new one
    Fixed security vulnerability issue with the default HTML template
    Library item's project analyzer incorrectly reported equations as broken throughout the project
    Hooks were not working anymore in HTML based templates
    When using the default HTML template, hyperlinks to Internet addresses were always opened in a new tab / window
    Application could crash at startup when the custom template folder included sub-folders with unknown template kinds
    Using the anchor editor, it was not always possible to navigate to an anchor, or delete it when it was placed within a table
    Fixed HndUI.GetCurrentLibraryItemId which wasn't available from scripts
    Script property TStringList.Objects didn't work as expected
    Clarified confusing license related messages to make them more helpful
    Faster operations when software and scripts are dealing with the equation library item
    Bug fixes and reliability improvements in script engine
    Improved memory usage of TStringList script API
    Improved speed and reliability of generation documentation process
    Performance and reliability improvements in the HND project file format handler
    Improved documentation for the built-in script and template engine

See also

    New equation library item with built-in mathematical expression editor, project-wide character analyzer, and more in HelpNDoc 8.5
    Streamline Your Documentation Generation Workflow with the New HTTP Request Build Action in HelpNDoc 8.4
    Locate and update hyperlinks in bulk, filtered keywords and improved documentation generation speed in HelpNDoc 8.3
    HelpNDoc 8.2: New pre-build actions, Run external programs, Improved auto-completion and more
    Run post-build actions when the documentation is generated and create topics from a template in HelpNDoc 8.1

[close]

http://www.helpndoc.com/
Titel: QOwnNotes 23.4.5
Beitrag von: SiLæncer am 18 April, 2023, 21:50
(https://s26.postimg.cc/hoi1ahlcp/screenshot_978.png)
QOwnNotes is a text editor / notepad replacement with markdown support and todo list manager. The program supports themes, keyboard shortcuts, syntax highlighting, and encryption. Includes available nested file list, tags, search, and more. Optionally works with the notes application ownCloud or Nextcloud.

Cross-platform with clients available for Mac and Linux.

License: GPL

Changelog


23.4.5

    the build process for Snapcraft and older operating systems was fixed
    (for #2772 )

23.4.4

    the script repository integration was rewritten , because GitHub now demands
    an access token for the code search API and has a harsh quota on the amounts of
    searches per person (for #2772 )
        an index will now be generated on the Script Repository on GitHub ,
        which can be accessed by QOwnNotes without using the code search API of GitHub
        script searches, installs and updates are now much faster , because only
        one single request is made
        all scripts are now shown instantly , instead of needing to search for
        a script and browse multiple pages
        scripts are now searched while typing in the search bock, instead of
        only when pressing Enter

[close]

http://www.qownnotes.org/
Titel: Vim 9.0.1469
Beitrag von: SiLæncer am 19 April, 2023, 09:10
(https://s26.postimg.cc/xww5nc4zt/screenshot_1282.png)
A highly configurable text editor built to enable efficient text editing - an improved version of the vi editor distributed with most UNIX systems.

Freeware

Changes:>>

deferred functions not called from autocommands

http://www.vim.org/index.php
Titel: QOwnNotes 23.4.6
Beitrag von: SiLæncer am 19 April, 2023, 20:40
Whats new:>>

The manual and automatic script update process now also works again after the script repository integration re-implementation (for #2772)

http://www.qownnotes.org/
Titel: Vim 9.0.1471
Beitrag von: SiLæncer am 20 April, 2023, 09:10
Changes:>>

warnings for function declarations

http://www.vim.org/index.php
Titel: Vim 9.0.1472
Beitrag von: SiLæncer am 21 April, 2023, 08:10
Changes:>>

":drop fname" may change the last used tab page

http://www.vim.org/index.php
Titel: Notepad Light 1.0.0.48
Beitrag von: SiLæncer am 22 April, 2023, 09:40
(https://i.postimg.cc/ZqLm9DJz/screenshot-2207.png)
Preview, edit and create .RTF and plain text files using this free and open-source WordPad alternative with a built-in dark mode.

MIT License

Whats new:>>

fixed bug where saving out Chinese characters caused problems on open
fixed bug where save as was not adding file to MRU

https://github.com/desjarlais/Notepad-Light
Titel: Znote 2.2.1
Beitrag von: SiLæncer am 22 April, 2023, 18:30
(https://i.postimg.cc/qvfVnLWd/screenshot-2617.png)
Znote is a free, elegant program meant to help you write beautifully organized Markdown documents. You can organize your texts, notes, and files even better, using the simplistic left-side widget organizer for smoothly navigating different files.

Freeware

Changelog


Znote now has a dedicated dialog for entering commands to the AI with its history

[close]

https://znote.lagrede.fr/
Titel: Notepad Light 1.0.0.49
Beitrag von: SiLæncer am 22 April, 2023, 19:50
Whats new:>>

    Fixed bug opening files with Chinese character was showing garbled
    Fixed bug where selecting an Empty MRU item deleted existing MRU items

https://github.com/desjarlais/Notepad-Light
Titel: Vim 9.0.1479
Beitrag von: SiLæncer am 23 April, 2023, 09:10
Changes:>>

small source file problems; outdated list of distrib. files

http://www.vim.org/index.php
Titel: Text Editor Pro 27.0.0
Beitrag von: SiLæncer am 23 April, 2023, 18:00
(https://s26.postimg.cc/hfdkhoj9l/screenshot_896.png)
Text Editor Pro (formerly EditBone) is a powerful text editing tool that comes with syntax highlighting support for over 50 languages and scripts, customizable with over 100 options, 29 ready made styles, a handy file comparison feature, unicode character map, numerical unit convert tool, SQL formatter, and support for multiple directories and search results.

Freeware

Changelog


    Added highlight for active tab
    Added page control options for skin
    Added reload modified files option for application modified files (default false)
    Added thumbnail options for PDF view
    Added thumbnails control for PDF view control - https://github.com/TextEditorPro/TPDFiumControl
    Added translate to editor popup menu (requires both languages to be selected in translate dialog)
    Fixed AlphaControls - http://www.alphaskins.com/
    Fixed bookmark list
    Fixed ChatGPT tool
    Fixed default option values
    Fixed directory
    Fixed file closing
    Fixed hex editor
    Fixed image view control
    Fixed main menu
    Fixed menu bar
    Fixed options
    Fixed output
    Fixed PDF view control
    Fixed printing
    Fixed replace
    Fixed search
    Fixed skin selector
    Fixed special chars
    Fixed TButtonBar control - https://github.com/TextEditorPro/TButtonBar
    Fixed text editor control
    Fixed translate tool
    Updated language files

[close]

https://texteditor.pro/
Titel: Jovial NoteTab 1.5
Beitrag von: SiLæncer am 23 April, 2023, 18:20
(https://i.postimg.cc/0NTfkYyw/screenshot-2226.png)
Designed to offer an alternative to the built-in Windows Notepad, this word processor features tabs support, text lookup features, and more.

Freeware

Changelog


Feature:

- Added Reopening of the last closed tab to the Tab context menu

Enhancement:

- Added a new button to allow saving of modified content when closing a tab.

Bug Fix:

- Fixed recently open menu not updated with new file save-as from the tab context menu.

[close]

https://sites.google.com/view/jovialsoftware/jovial-notetab?authuser=0
Titel: CudaText 1.191.5.0
Beitrag von: SiLæncer am 23 April, 2023, 18:30
(https://s26.postimg.cc/k6wu8qcrt/screenshot_901.png)
Create programming scripts with this powerful tool that supports more than 130 languages and allows users to work concurrently on as many as six groups of projects.

Freeware

Changelog
   

    change: submenu "View / Toggle unprinted chars" replaced with menuitem "Options / Unprinted chars..." which shows new dialog "Unprinted characters", it gives much more control
    add: "autocomplete_autoshow_chars" must trigger also inside 'strings', it makes sense for some LSP servers (thanks @veksha)
    add: "ui_scale_font" must affect font size in tooltips too (thanks @veksha)
    change: "autocomplete_html":true must work together with "autocomplete_autoshow_chars" (before: it overridden "autocomplete_autoshow_chars" to 1) (thanks @veksha)
    fix: lexer XML: this must not be highlighted as string: <tag>"</tag>...<tag>"</tag>

[close]

https://cudatext.github.io/
Titel: VinaText 1.3
Beitrag von: SiLæncer am 23 April, 2023, 19:40
(https://i.postimg.cc/zGH172jh/screenshot-2229.png)
A simple and straightforward code editor that can come in handy for developers working with multiple programming files at the same time.

License: Open Source

Changelog


    Supported Free Pascal (compiler, debugger, build annotations)
    Supported FreeBASIC (lexer, syntax, autocomplete, compiler)
    Speed up code build process.
    Change GUI Setting Dialogs.
    Some minor improvements.

[close]

https://vinatext.dev/
Titel: Greenfish Icon Editor Pro v4.2
Beitrag von: SiLæncer am 23 April, 2023, 19:50
(https://i.postimg.cc/PJVdSkNs/screenshot-1952.png)
Greenfish Icon Editor Pro is a tool for creating icons, cursors, and other small images. It opens and saves in ICO, CUR, ANI, PNG, XPM, BMP and JPEG formats. It is able to create icons and cursors up to 256x256 @ 32-bit, which can also be PNG-compressed for use in Windows Vista. It is also able to create animated cursors, extract icons and cursors from executable files and icon libraries, batch convert image files to icons or other image formats, supports advanced selection handling (marquee, lasso and wand tools, saving/loading selections from files), offers various gradient styles for filling shapes, and includes many filters such as Remove matte, Drop shadow, Inner/Outer glow and Bevel etc.

License: Freeware

Changelog

    New: Windows Explorer integration: metadata and thumbnail providers for all known image file formats
    New: Customize keyboard shortcuts
    New: Allow pasting a dropped image file for Explorer and Firefox clipboard interoperability
    Improved: Show UI in appropriate colors if Windows is set to high-contrast mode
    Improved: Different versions of GFIE can be installed and coexist on the same computer
    Improved: Nicer thumbnails for small images
    Improved: Faster random number generator
    Fixed: Exif datetime was sometimes displayed incorrectly if time zone information was missing
    Fixed: Program sometimes crashed when bucket tool was used on very large (>8000x8000) images
    Fixed: Load/save failed for some NE/PE resources

[close]

http://greenfishsoftware.org/
Titel: Vim 9.0.1488
Beitrag von: SiLæncer am 26 April, 2023, 08:10
(https://s26.postimg.cc/xww5nc4zt/screenshot_1282.png)
A highly configurable text editor built to enable efficient text editing - an improved version of the vi editor distributed with most UNIX systems.

Freeware

Changelog


    Xchacha20v2 crypt header is platform dependent
    Content-type header for LSP channel not according to spec
    Parallel make might not work
    No functions for converting from/to UTF-16 index
    Coverity warns for using invalid array index
    += operator does not work on class member
    Crash when textprop has a very large "padding" value
    Decrypting with libsodium may fail if the library changes
    Using popup menu may leave text in the command line

[close]

http://www.vim.org/index.php
Titel: CudaText 1.192.0.0
Beitrag von: SiLæncer am 26 April, 2023, 19:20
Changelog


    change: commands "delete word next"/"delete word previous" changed behaviour with selection, they delete the selection first, like in Sublime/VSCode (thanks @veksha); bad effect: custom hotkeys for these commands were reset
    change: auto-completion font now equals to 'editor font'
    add: auto-completion window is now parented in the main window: 1) no more separate shadow, 2) main window don't loose focus and don't blink, 3) no more showing of autocomplete-window in Alt+Tab list (thanks d0vgan, @veksha)
    add: new values of "ui_notif_confirm" to show _modal_ prompt to reload file (thanks @Crunchbits)
    add: option "autocomplete_closing_delay" (thanks @pintassilgo)
    add: option "ui_esc_close_finder" (thanks @NorbertJh)
    fix: lexer 'Ini files ^' small bug
    fix: tree-helper for Ini: support '#' comments

[close]

https://cudatext.github.io/
Titel: Vim 9.0.1491
Beitrag von: SiLæncer am 27 April, 2023, 10:10
Changes:>>

    Wrong scrolling with ls=0 and :botright split
    The ModeChanged event may be triggered too often
    Crypt with libsodium is not tested on CI

http://www.vim.org/index.php
Titel: VinaText 1.5
Beitrag von: SiLæncer am 27 April, 2023, 19:40
Changelog


    This is a portable stable version release, no need to install. You just need to download VinaText-Portable-1.5.rar and extract it.
    Target OS: supported platforms for all operating systems including Windows 11, 10, 8.1, 7 and Server 2008 to 2019, XP.
    Build from hash commit: e12fe17

    Changes:

    Fixed Setting Dialog Too Big Issue.
    Remake modern GUI, user can customize app theme by: Preference > General Settings > [Application Theme Color + Application Theme GUI]

[close]

https://vinatext.dev/
Titel: Vim 9.0.1494
Beitrag von: SiLæncer am 28 April, 2023, 08:10
Changes:>>

    Crash when recovering from corrupted swap file
    Popup menu position wrong in window with toolbar
    Using uninitialized memory when argument is missing

http://www.vim.org/index.php
Titel: Zettlr 3.0.0 Beta 4
Beitrag von: SiLæncer am 28 April, 2023, 19:40
(https://s26.postimg.cc/vfll9p4mh/screenshot_956.png)
Write text and conveniently edit it using Markdown with the help of this user-friendly and well-thought-out, Electron based application.

MIT License

Release Notes

This next beta release for the upcoming 3.0 release mainly includes small improvements that further increase stability of the release. Most notable changes are:

    Improved typing performance that has dropped in the last beta
    Improved startup performance due to a bug in the FSAL subsystem cache
    Fixed a few issues with the Markdown parser
    Fixed a bug that could lead to corrupted layouts when opening and closing editor panes
    Added novel Windows/Linux icons
    Re-enabled clicking on plain links in the assets manager
    Improved plain link colors (most notably in the changelog view)
    Improved the RevealJS profile to match Pandoc 3.x options
    Improve Portuguese (Brazil) translation and the French translation of the tutorial

What's Changed

    Update pt-BR.po by @TheMemoir in #4243
    refactor: Simplify overall editor layout by @nathanlesage in #4279
    feat: New Icon by @nathanlesage in #4286
    Update French Tutorial by @framatophe in #4296

[close]

Download: https://github.com/Zettlr/Zettlr/releases

https://www.zettlr.com/
Titel: QOwnNotes 23.4.7
Beitrag von: SiLæncer am 28 April, 2023, 20:30
(https://s26.postimg.cc/hoi1ahlcp/screenshot_978.png)
QOwnNotes is a text editor / notepad replacement with markdown support and todo list manager. The program supports themes, keyboard shortcuts, syntax highlighting, and encryption. Includes available nested file list, tags, search, and more. Optionally works with the notes application ownCloud or Nextcloud.

Cross-platform with clients available for Mac and Linux.

License: GPL

Changelog


    the timing of the Start hidden feature got improved (for #2778)
    there now is basic code block syntax highlighting for nix code (for #2779)
    added more Arabic, Korean, Chinese Simplified translation (thank you noureddin, venusgirl, integral_68)

[close]

http://www.qownnotes.org/
Titel: Vim 9.0.1496
Beitrag von: SiLæncer am 29 April, 2023, 10:20
Changes:>>

Test restoring register with wrong value.
GTK3: hiding the mouse pointer does not work. (Rory O’Kane)

http://www.vim.org/index.php
Titel: VinaText 1.6
Beitrag von: SiLæncer am 29 April, 2023, 11:10
Changelog


    Features:

    Added dynamic margin bar.
    Auto adjust indentation tab for brackets {} , [], ()

    Bug fixs:

    Fixed bug display unicode text on docking windows
    Fixed bug can not remove bookmark when using app in debug mode

    Improvements:

    Speed up auto complete text feature
    Removed Preference > Application Theme menus because now they are placed in [Preference > General Settings > [Application Theme Color + Application Theme GUI]

[close]

https://vinatext.dev/
Titel: Vim 9.0.1499
Beitrag von: SiLæncer am 30 April, 2023, 09:40
Changes:>>

    9.0.1499: using uninitialized memory with fuzzy matching
    9.0.1498: in a terminal window the cursor may jump around
    9.0.1497: the ruler percentage can't be localized

http://www.vim.org/index.php
Titel: Kate 23.0.4.0 Build 2018
Beitrag von: SiLæncer am 30 April, 2023, 19:45
(https://i.postimg.cc/1zXH2Lrc/screenshot-2246.png)
Text editor that features support for a wide variety of programming languages, syntax highlighting and scripts, which also provides you with an extensive configuration window.

License: GPL / Donationware

https://kate-editor.org/
Titel: Vim 9.0.1503
Beitrag von: SiLæncer am 01 Mai, 2023, 09:10
Changes:>>

9.0.1503: Luau files are not recognized
9.0.1502: no test for deleting the end of a long wrapped line
9.0.1501: crash with nested :try and :throw in catch block
9.0.1500: The falsy operator is not tested properly

http://www.vim.org/index.php
Titel: QOwnNotes 23.5.0
Beitrag von: SiLæncer am 01 Mai, 2023, 18:00
(https://s26.postimg.cc/hoi1ahlcp/screenshot_978.png)
QOwnNotes is a text editor / notepad replacement with markdown support and todo list manager. The program supports themes, keyboard shortcuts, syntax highlighting, and encryption. Includes available nested file list, tags, search, and more. Optionally works with the notes application ownCloud or Nextcloud.

Cross-platform with clients available for Mac and Linux.

License: GPL

Changelog


    the text [Debug] is now prepended in the window title for debug builds
    the code block syntax highlighting for nix code was improved (for #2779 )
    there now is a software repository for Fedora 38
        please visit the Fedora installation page for instructions
    ARM builds for Debian have been added (for #1457 )
        please visit the Debian installation page for instructions

[close]

http://www.qownnotes.org/
Titel: Texmaker 5.1.4
Beitrag von: SiLæncer am 01 Mai, 2023, 18:20
(https://i.postimg.cc/pTv5K008/screenshot-770.png)
Umfangreicher LaTeX-Editor mit integrierten Tools und Funktionen wie Syntax-Highlighting, 370 mathematischen Symbolen und Ausdrücken, Suchen und Ersetzen oder Rechtschreibprüfung; konvertiert zudem LaTeX ins HTML-Format.

Lizenz: Open Source

Changelog

    A bug with the contextual menu in the editor with Qt6 has been fixed
    A bug related to replace action with a regular expression has been fixed
    The internal pdf viewer can now zoom to 800%
    "Home" and "End" key shortcuts have been added to the internal pdf viewer (first/last page)
    While clicking in an internal link in the internal pdf viewer, the pdf is no more moved horizontally
    Some items have been added to the completion.txt (default list for completion)
    Adaptation of the log file viewer to the dark theme
    A trouble for the compilation with C99 has been fixed (thanks to Florian Weimer)
    An option to set the (optional) interval to record a backup of the opened files has been added
    The blocking of the check grammar web page by the CORS policy has been fixed

[close]

http://www.xm1math.net/texmaker/download.html
Titel: Text Editor Pro 27.1.0
Beitrag von: SiLæncer am 01 Mai, 2023, 19:50
(https://s26.postimg.cc/hfdkhoj9l/screenshot_896.png)
Text Editor Pro (formerly EditBone) is a powerful text editing tool that comes with syntax highlighting support for over 50 languages and scripts, customizable with over 100 options, 29 ready made styles, a handy file comparison feature, unicode character map, numerical unit convert tool, SQL formatter, and support for multiple directories and search results.

Freeware

Changelog


- Added show file extension option for editor tabs (default true)
- Fixed highlight for active tab
- Fixed options
- Fixed PDF preview control - https://github.com/TextEditorPro/TPDFiumControl
- Fixed text editor control - https://github.com/TextEditorPro/TTextEditor
- Updated and fixed AlphaControls v17.01 - http://www.alphaskins.com/
- Updated language files

[close]

https://texteditor.pro/
Titel: Vim 9.0.1504
Beitrag von: SiLæncer am 02 Mai, 2023, 07:20
(https://s26.postimg.cc/xww5nc4zt/screenshot_1282.png)
A highly configurable text editor built to enable efficient text editing - an improved version of the vi editor distributed with most UNIX systems.

Freeware

Changes:>>

no error when calling remote_startserver("")

http://www.vim.org/index.php
Titel: BabelEdit 4.1.0
Beitrag von: SiLæncer am 02 Mai, 2023, 20:45
(https://s26.postimg.cc/7efmb9imh/screenshot_979.png)
A translation editor that can process one or more JSON files at the same time, providing support for both json and namespaced-json formats.

Freeware

Changelog

    Features:

    Support for Ruby on Rails YAMl files
    Support for .NET XML resource files (.resx)

    Fixes:

    Crash when pasting empty clipboard
    Updater closes application before starting installer
    "Duplicate" copies now ARB parameters, too
    Crash when loading broken .babel file
    Crash in spell checker
    Machine translation suggestions for custom languages

[close]

https://www.codeandweb.com/babeledit
Titel: CudaText 1.193.0
Beitrag von: SiLæncer am 02 Mai, 2023, 21:30
(https://s26.postimg.cc/k6wu8qcrt/screenshot_901.png)
Create programming scripts with this powerful tool that supports more than 130 languages and allows users to work concurrently on as many as six groups of projects.

Freeware

Changelog
   

core changes for huge documents:

  * change: Undo-list is cleared when any action touches line with length>100K
  + add: caret must move OK in line with length up to 2G
  + add: if file has line with length>2G, don't crash but show nice error message on opening
  - fix: caret up/down moving over huge lines worked very slow
  - fix: mouse selection over huge lines worked very slow
  - fix: horizontal scrollbar could not scroll to the end, with line length=2G
  - fix: vertical scrollbar could not scroll to the end, with 500M lines
  - fix: bad handling of error "too many lines in file"

* change: don't save document's text to session, if text size>50M

- fix: app always copied the selection to 'primary selection' on Unix, ignoring "auto_copy_clp" option
- fix: regression since 2022/07: lexer-specific config is not applied to all N>1 files with the same lexer (thanks @veksha)

[close]

https://cudatext.github.io/
Titel: Vim 9.0.1506
Beitrag von: SiLæncer am 03 Mai, 2023, 09:50
Changes:>>

    9.0.1506: line number not displayed when using 'smoothscroll'
    9.0.1505: error when heredoc content looks like heredoc

http://www.vim.org/index.php
Titel: VinaText 1.7
Beitrag von: SiLæncer am 03 Mai, 2023, 18:10
(https://i.postimg.cc/zGH172jh/screenshot-2229.png)
A simple and straightforward code editor that can come in handy for developers working with multiple programming files at the same time.

License: Open Source

Changelog


    Features:

    Added quick note feature (auto saved, turn off by [Preference -> Application Settings > Editor Setting > Auto Save File When Close Application])
    Scale UI for low resolution screen.
    Improved text highlight for bash, batch scripts

[close]

https://vinatext.dev/
Titel: Alternate TextBrowser 4.060
Beitrag von: SiLæncer am 03 Mai, 2023, 18:20
(https://i.postimg.cc/TYy7wJVb/screenshot-1429.png)
This program makes it easy to browse through text- and html-files (also xml), syntax highlighting for serveral programming languages available (C++, Pascal, PHP, Perl, ASM, JScript etc.).

Freeware

Whats new:>>

    Danish translation updated
    Tools updated

http://www.alternate-tools.com/pages/c_textbrowser.php?lang=ENG
Titel: QOwnNotes 23.5.1
Beitrag von: SiLæncer am 04 Mai, 2023, 11:50
Whats new:>>

improve file-extension detection for images sent from a browser via the Web
Companion extension (for #2781)

http://www.qownnotes.org/
Titel: OutWiker 3.2.0.922 Beta
Beitrag von: SiLæncer am 04 Mai, 2023, 18:15
(https://s26.postimg.cc/87bx6b16h/screenshot_33.png)
OutWiker is an open-source personal wiki and outliner. Notes are stored in a tree, and kept in the form of directories on the disk. This encourages changing the base by external sources and programs. Currently there are three types of pages supported: plain text, HTML, and wiki. External files (such as pictures) can be attached to pages, and pages can be linked to each other. Each tree branch can be opened as a separate wiki. Other features include tag support, global search (notes and tags), bookmarks, HTML syntax highlighting and icons for notes.

OutWiker can be downloaded with or without plugins, as well as for Linux systems.

License : GPL

Whats new:>>

Update plugins API.

http://jenyay.net/Outwiker/English
Titel: QOwnNotes 23.5.2
Beitrag von: SiLæncer am 04 Mai, 2023, 21:20
Whats new:>>

    there now is code block syntax highlighting for Forth code (for #2780 , thank you, @0x3508A)
    added more Spanish, Korean translation (thank you fitojb, venusgirl)

www.qownnotes.org/
Titel: Vim 9.0.1507
Beitrag von: SiLæncer am 05 Mai, 2023, 08:20
Changes:>>

assert message is confusing with boolean result

http://www.vim.org/index.php
Titel: Vim 9.0.1510
Beitrag von: SiLæncer am 06 Mai, 2023, 09:10
Changes:>>

9.0.1510: misleading variable name for error message
9.0.1509: error message lacks mentioning the erroneous argument
9.0.1508: catch does not work when lines are joined with a newline

http://www.vim.org/index.php
Titel: Vim 9.0.1516
Beitrag von: SiLæncer am 06 Mai, 2023, 19:15
Changes:>>

9.0.1516: cannot use special keys in <Cmd> mapping
9.0.1515: reverse() does not work for a String
9.0.1514: test waits unnecessarily long before checking screendump
9.0.1513: text scrolls unnecessarily when splitting
9.0.1512: inserting lines when scrolling with 'smoothscroll' set
9.0.1511: crash when using wrong arg types to assert_match()


http://www.vim.org/index.php
Titel: Vim 9.0.1520
Beitrag von: SiLæncer am 07 Mai, 2023, 09:20
(https://s26.postimg.cc/xww5nc4zt/screenshot_1282.png)
A highly configurable text editor built to enable efficient text editing - an improved version of the vi editor distributed with most UNIX systems.

Freeware

Changes:>>

9.0.1520: completion for option name includes all bool options
9.0.1519: global 'filetype' is set when detected from file content
9.0.1518: search stats not always visible when searching backwards
9.0.1517: MacOS: configure removes -O2 from $CFLAGS

http://www.vim.org/index.php
Titel: IsWiX 5.0.31.0
Beitrag von: SiLæncer am 07 Mai, 2023, 10:10
(https://i.postimg.cc/jqzJGbDg/screenshot-1252.png)
IsWiX, or Industrial Strength Windows Installer XML is a reliable tool that can help you with authoring Windows Installers. The application allows you to analyze each component of the current project, manage features, properties and namespaces.

License: MS-PL

Changelog

    All new support for authoring files and folders, shortcuts and services using fragments / wix libraries instead of merge modules when using WiX v4. Merge modules are still supported in wix v3 and v4.
    Revamped project templates.
    Bug fixes.

[close]

https://github.com/iswix-llc/iswix
Titel: Vim 9.0.1521
Beitrag von: SiLæncer am 07 Mai, 2023, 19:40
Changes:>>

failing redo of command with control characters

http://www.vim.org/index.php
Titel: MiKTeX 23.5
Beitrag von: SiLæncer am 07 Mai, 2023, 20:20
(https://i.postimg.cc/rpCxYpK5/MiKTeX.png)
Lightweight and simple-to-use application which enables you to write mathematical, technical or any other type of scientific material.

Freeware

Changelog

Upgraded programs

    dvipdfmx 20230429
    luatex 1.17.0

[close]

https://miktex.org
Titel: Vim 9.0.1523
Beitrag von: SiLæncer am 08 Mai, 2023, 08:20
Changes:>>

9.0.1523: some error messages are not marked for translation
9.0.1522: some functions give two error messages

http://www.vim.org/index.php
Titel: CudaText 1.193.3.0
Beitrag von: SiLæncer am 08 Mai, 2023, 18:50
(https://s26.postimg.cc/k6wu8qcrt/screenshot_901.png)
Create programming scripts with this powerful tool that supports more than 130 languages and allows users to work concurrently on as many as six groups of projects.

Freeware

Changelog
   

    Change: replaced 2 options "lexer_dynamic_hilite" / "lexer_dynamic_hilite_max_lines" with single option "dynamic_highlight"; changed the default to 4000, ie it's now enabled by default
    Change: removed space-char from option "autocomplete_commit_chars"
    Add: new option "ui_statusbar_hint_lines" allows to set the statusbar hint height; also statusbar last cell now reacts to click (thanks @pintassilgo)
    Add: lexer Bash: added 'dynamic highlight' rules for blocks: if/fi, case/esac, do/done
    Fix: Windows: missed repaint on auto-deleting pair bracket (thanks @veksha)
    Fix: sometimes auto-completion was hiding on user typing (thanks @veksha)

[close]

https://cudatext.github.io/
Titel: RisohEditor 5.7.5
Beitrag von: SiLæncer am 08 Mai, 2023, 20:10
(https://i.postimg.cc/8P4z4Swt/screenshot-799.png)
"RisohEditor" is a free resource editor for Win32 development, created by Katayama Hirofumi MZ. RisohEditor realized the ideal of resource editor. "Risoh" means "ideal" in Japanese. RisohEditor can add, edit, extract, clone and remove the resource data in EXE/DLL files. You can edit Windows resources (Dialogs, Menus, Icons, Cursors, String Tables, Message Tables etc.) by using RisohEditor.

NOTICE: Please avoid installing in "C:\Program Files" or "C:\Program Files (x86)". Because the resource compiler (windres) doesn't accept space character in the file path.

Freeware

Whats new:>>

    Improved IDD_DLGPROP, IDD_CTRLPROP, IDD_ADDCTRL dialogs.
    Added Korean installer.
    Fixed MENUEX separator.

https://katahiromz.web.fc2.com/re/en/index.html#intro
Titel: QOwnNotes 23.5.3
Beitrag von: SiLæncer am 08 Mai, 2023, 21:30
(https://s26.postimg.cc/hoi1ahlcp/screenshot_978.png)
QOwnNotes is a text editor / notepad replacement with markdown support and todo list manager. The program supports themes, keyboard shortcuts, syntax highlighting, and encryption. Includes available nested file list, tags, search, and more. Optionally works with the notes application ownCloud or Nextcloud.

Cross-platform with clients available for Mac and Linux.

License: GPL

Whats new:>>

added more Arabic translation (thank you noureddin)

http://www.qownnotes.org/
Titel: Notepad Light 1.0.0.54
Beitrag von: SiLæncer am 08 Mai, 2023, 21:40
(https://i.postimg.cc/ZqLm9DJz/screenshot-2207.png)
Preview, edit and create .RTF and plain text files using this free and open-source WordPad alternative with a built-in dark mode.

MIT License

Whats new:>>

Added track timer feature
Fixed bug in toolbar not keeping focus
Added ability to use Ctrl+Tab to decrease indent
Fixed bug in save as picture with images from the Windows snip tool

https://github.com/desjarlais/Notepad-Light
Titel: Vim 9.0.1528
Beitrag von: SiLæncer am 09 Mai, 2023, 08:20
Changes:>>

9.0.1528: libsodium encryption is only used with "huge" features
9.0.1527: crash when using negative value for term_cols
9.0.1526: condition is always true
9.0.1525: 'smoothscroll' does not always work properly
9.0.1524: passing -1 for bool is not always rejected

http://www.vim.org/index.php
Titel: IsWiX 5.0.32.0
Beitrag von: SiLæncer am 09 Mai, 2023, 09:20
Whats new:>>

    Fix component sorting
    Fix file removal
    Remove StartMenuFolder from shortcuts
    Template tweaks (comments, descriptions)

https://github.com/iswix-llc/iswix
Titel: Vim 9.0.1536
Beitrag von: SiLæncer am 10 Mai, 2023, 08:10
Changes:>>

9.0.1536: CI: sound dummy stopped working
9.0.1535: test commented out in a wrong way
9.0.1534: test for expanding "~" in substitute takes too long
9.0.1533: test for 'smoothscroll' is ineffective
9.0.1532: crash when expanding "~" in substitute causes very lo…
9.0.1531: crash when register contents ends up being invalid
9.0.1530: cursor moves to wrong line when 'foldmethod' is "diff"
9.0.1529: code style test doesn't check for space after "if"

http://www.vim.org/index.php
Titel: Jovial NoteTab 1.6
Beitrag von: SiLæncer am 11 Mai, 2023, 21:10
(https://i.postimg.cc/0NTfkYyw/screenshot-2226.png)
Designed to offer an alternative to the built-in Windows Notepad, this word processor features tabs support, text lookup features, and more.

Freeware

Changelog


    Enhancement:

    Added toolbar buttons for Bullet

    Feature:

    Added Insert Folder Link

    Bug Fix:

    Fixed the issue of Favourites items got deleted when clicking on an item with empty string

[close]

https://sites.google.com/view/jovialsoftware/jovial-notetab?authuser=0
Titel: Vim 9.0.1544
Beitrag von: SiLæncer am 12 Mai, 2023, 08:10
Changes:>>

9.0.1544: recent glibc marks sigset() as a deprecated
9.0.1543: display errors when making topline shorter
9.0.1542: line not fully displayed if it doesn't fit in the screen
9.0.1541: CI: sound dummy is disabled
9.0.1540: reverse() on string doesn't work in compiled function
9.0.1539: typst filetype is not recognized
9.0.1538: :wqall does not trigger ExitPre
9.0.1537: message for opening the cmdline window is not translated

http://www.vim.org/index.php
Titel: Vim 9.0.1547
Beitrag von: SiLæncer am 13 Mai, 2023, 08:10
Changes:>>

    9.0.1547: Coveralls workflow on CI is commented out
    9.0.1546: some commands for opening a file don't use 'switchbuf'
    9.0.1545: text not scrolled when cursor moved with "g0" and "h"

http://www.vim.org/index.php
Titel: CudaText 1.194.0.0
Beitrag von: SiLæncer am 13 Mai, 2023, 10:30
(https://s26.postimg.cc/k6wu8qcrt/screenshot_901.png)
Create programming scripts with this powerful tool that supports more than 130 languages and allows users to work concurrently on as many as six groups of projects.

Freeware

Changelog
   

Add: now it's possible to drag&drop text block from one ui-tab to another, without using 2+ groups: drag through the ui-tabs area
Add: drag&drop of single-line selection is allowed into single-line fields (Console input, Code-Tree filter)
Add: drag&drop of text: drop-marker is shown also when dragging to another ui-tab
Add: drag&drop of ui-tab: drop-marker is shown also when dragging to another tab-group
Add: change of lexer is recorded to macros (thanks @veksha)
Add: Project Manager supports old Python 3.4 (thanks @de77)
Add: lexers C/C++: highlight illegal numeric suffixes
Add: lexer Batch: many improvements

[close]

https://cudatext.github.io/
Titel: VinaText 1.8
Beitrag von: SiLæncer am 13 Mai, 2023, 19:50
(https://i.postimg.cc/zGH172jh/screenshot-2229.png)
A simple and straightforward code editor that can come in handy for developers working with multiple programming files at the same time.

License: Open Source

Changelog


    New Features:

    Add script to open from explorer context menu, please edit file register_explorer_menu.reg with full path to VinaText.exe
    Add Makefile, CMake highlight
    Add text color menu [Text > Color > ...] (to support highligh normal text)
    Add plugins menu
    Add compare path tool [Tool > Path Comparator Tool]
    Add shortcut scroll horizon explorer window (Ctrl + mousewheel)
    Add shortcut remove a path (not delete) from explorer window (Ctrl + Delete)
    Add default web browser when run (F5) on html files
    Add CMD excecution for active file (F5)
    Add clone file feature
    Save zoom setting after close app

    Improvements:

    Speed up start up time
    Improve context menus
    Hide editor bottom status bar when switch to media tabs
    Improve build system for C/C++
    Improve preview file mode (most of files can be opened in preview mode)
    Improve setting dialog
    Improve recent closed list

    Bug Fixes:

    Bug font settings didnt save when close app
    Bug scroll setting tab can not see all items when scale screen to 125%
    Bug recent closed file list not reset.

[close]

https://vinatext.dev/
Titel: Vim 9.0.1553
Beitrag von: SiLæncer am 14 Mai, 2023, 09:45
(https://s26.postimg.cc/xww5nc4zt/screenshot_1282.png)
A highly configurable text editor built to enable efficient text editing - an improved version of the vi editor distributed with most UNIX systems.

Freeware

Changes:>>

9.0.1553: CI: using slightly outdated gcc version
9.0.1552: CI: sound-dummy module is not installed
9.0.1551: position of marker for 'smoothscroll' not computed co…
9.0.1550: in cmdline window S-Tab does not select previous comp…
9.0.1549: USD filetype is not recognized
9.0.1548: CI: check in sound-dummy module may throw an error

http://www.vim.org/index.php
Titel: Fastedit 2.3.0
Beitrag von: SiLæncer am 14 Mai, 2023, 10:20
(https://i.postimg.cc/TY4MRL3m/screenshot-2266.png)
Quickly edit and preview various file types using this free and highly customizable open-source Notepad alternative with tab support.

MIT License

Changelog


    This adds encoding to fileinfo by @FrozenAssassine in #112
    This fixes #102 by @FrozenAssassine in #104
    This fixes #52 by @FrozenAssassine in #111
    This adds selection to file info by @FrozenAssassine in #109
    Fix: add tabs only to recylce bin when they were modified by @FrozenAssassine in #108
    Fix: colors in quick access are now matching the dialog color by @FrozenAssassine in #103

[close]

https://github.com/FrozenAssassine/Fastedit
Titel: Text Editor Pro 27.2.0
Beitrag von: SiLæncer am 14 Mai, 2023, 19:30
(https://s26.postimg.cc/hfdkhoj9l/screenshot_896.png)
Text Editor Pro (formerly EditBone) is a powerful text editing tool that comes with syntax highlighting support for over 50 languages and scripts, customizable with over 100 options, 29 ready made styles, a handy file comparison feature, unicode character map, numerical unit convert tool, SQL formatter, and support for multiple directories and search results.

Freeware

Changelog


- Added show node child count option for XML tree (default true)
- Added speed units for convert tool
- Fixed and optimized XML tree
- Fixed application options
- Fixed auto select option for directory
- Fixed highlight for active tab
- Fixed image view
- Fixed output
- Fixed page control
- Fixed PDF view
- Fixed text editor control
- Updated PDFium binaries (DLL files) - https://github.com/bblanchon/pdfium-binaries
- Updated PdfiumLib - https://github.com/ahausladen/PdfiumLib
- Updated language files

Note! This product is always completely FREE for you. See the license.

[close]

https://texteditor.pro/
Titel: Vim 9.0.1558
Beitrag von: SiLæncer am 15 Mai, 2023, 08:40
Changes:>>

    9.0.1558: wrong error for unreachable code after :throw
    9.0.1557: test failures for unreachable code
    9.0.1556: Vim9: error for missing "return" after "throw"
    Update runtime files
    9.0.1555: setcharsearch() does not clear last searched char properly
    9.0.1554: code for handling 'switchbuf' is repeated

http://www.vim.org/index.php
Titel: Notepad++ 8.5.3
Beitrag von: SiLæncer am 15 Mai, 2023, 09:50
(https://i.postimg.cc/90QrsKpv/screenshot-818.png)
Notepad++ is a tabbed source code editor and Notepad replacement with a customizable interface. It is one of the few few source code editors that supports "folding," allowing users to quickly reduce and expand sections of code to see the overall document. In addition, it features multi-language syntax highlighting, auto-completion, regular expression search/replace, macro recording and playback, etc. The program can access a long list of plug-ins via an easy-to-access menu with even more features and functions.

License: GPL

Changelog


Fix session file data loss issue. (Fix #13514)
Fix Explorer context menu “Edit with Notepad++” needs restarting os to appear issue under Win 8?10. (Fix #13)
Fix Explorer context menu “Edit with Notepad++” not installed for multiple users issue. (Fix #13476)
Fix Explorer context menu “Edit with Notepad++” double entries in some applications (Winzip). (Fix #13499)
Make Explorer context menu “Edit with Notepad++” translatable. (Fix #17)
Add the UTF8 character ability for Run & Macro menu. (Fix #12670, #13221, #13488)
Add hide/show ability of Control Characters (C0 & C1) and Unicode EOL. (Fix #8111)
Fix Change history margin in black color issue. (Fix #12764, #13593)
Improve “Remove consecutive duplicate lines” command performance. (Fix #5538, #12548)
Project Workspace “Save a Copy As” confusion issue. (Fix #13135)
Make “Remove consecutive duplicate lines” support more line break. (Fix #13474)
Fix UDL deletion issue. (Fix #8101)
Fix RTL not working on FindInFiles progress window. (Fix #13458)
Fix search results output alignment for large file searches. (Fix #13481)
Several GUI Enhancements. (Fix #13615, #13601, #12812, #13579, #13577, #13575, #13597, #13524, #13540, #13544, #13315)

[close]

DL -> https://github.com/notepad-plus-plus/notepad-plus-plus/releases

https://notepad-plus-plus.org/
Titel: Znote 2.2.2
Beitrag von: SiLæncer am 15 Mai, 2023, 21:30
(https://i.postimg.cc/qvfVnLWd/screenshot-2617.png)
Znote is a free, elegant program meant to help you write beautifully organized Markdown documents. You can organize your texts, notes, and files even better, using the simplistic left-side widget organizer for smoothly navigating different files.

Freeware

Changelog


    Improvements:

    Deployed HTML pages are now compatible with mobile devices
    A new Login page replacing the Basic authentication for protected HTML pages
    Znote has now a new icon following the new website design
    JS apps can now embed external CSS

[close]

https://znote.lagrede.fr/
Titel: Vim 9.0.1561
Beitrag von: SiLæncer am 16 Mai, 2023, 08:50
Changes:>>

9.0.1561: display wrong when moving cursor to above the top line
9.0.1560: Win32: When 'encoding' is set $PATH has duplicate ent…
9.0.1559: function argument types not always checked

http://www.vim.org/index.php
Titel: Vim 9.0.1562
Beitrag von: SiLæncer am 17 Mai, 2023, 09:40
Changes:>>

    mixing package managers is not a good idea
    GTK3: window manager resize hints are incomplete

http://www.vim.org/index.php
Titel: EmEditor Professional 22.4.0
Beitrag von: SiLæncer am 18 Mai, 2023, 10:40
(https://i.postimg.cc/vmqgmtjb/screenshot-2069.png)
EmEditor is a lightning-fast, tabbed text editor with themes, syntax highlighting, stay-on-top, and customizable keyboard mapping. The program supports batch find-and-replace, regular expressions, and more.

Changelog


    On this new version (v22.4), we improved the behavior and status message when opening a very large file from a slow or network drive. In previous versions, EmEditor was optimized for opening a very large file from a fast hard drive or SSD. It allocated a large chunk of memory to read file contents, and did not update the progress on the status bar or Large File Controller while processing the chunk of memory. This works well when reading a large file from a fast hard drive or SSD, but it looked non-responsive if reading a file from a slow or network drive. v22.4 measures the time it takes to read the first 1 MB of a file when opening. Then it estimates the reading speed and how many bytes it should read before updating the progress on the status bar and Large File Controller. This new algorithm allows EmEditor to show the progress more frequently for slow drives while maintaining the fast reading speed for faster drives.
    v22.4 also improved the speed of Find in Files while improving the response time when canceling Find in Files. This was made possible by making multiple zones in a file to search in order to respond to a cancellation request while maintaining the overall speed by using optimized, multi-threaded code. In our test, the Find in Files became 2.76 times faster compared to v22.3. v22.4 also improves the speed of several other commands including the Delete Columns (CSV), Clear Contents (CSV), Sort Randomly, and base 64 encoding/decoding commands. The Clear Contents (CSV) command is called when pressing the DELETE key while selecting CSV cells or columns in the CSV cell selection mode. This is one of the most often used operations in CSV editing, and I hope the speed improvement will increase your productivity. The speed of the Sort Randomly command was further improved by using a fast pseudorandom number generator (Xoshiro-cpp).
    A customer asked for the ability to update the highlighting of matched strings while you are typing a search term in the Find dialog box. I’ve known this feature from other editors, and I decided to add this feature to v22.4. The feature is turned off by default, but can be enabled by selecting the Auto Highlight in the menu displayed when you click the > button next to the Find drop-down list box in the Find dialog box. When this option is on, the search highlighting will be turned on only while the Find/Replace/Find in Files/Replace in Files dialog box or the Find toolbar is displayed. This feature is available on EmEditor Professional and EmEditor Free.
    Several customers have asked for an improvement in vertical scrolling when you select multiple lines of text and drag the mouse (move the mouse while pressing the left mouse button) past the bottom edge of the editor window. Some customers prefer scrolling down while other customers prefer jumping to the bottom of the document. Some customers would like to select many lines in the middle of the document, for instance, from Line 1 million to Line 2 million in a 3 million-line document. To satisfy all these customers, v22.4 introduces a new scrolling mode while you drag the mouse as well as new mouse pointer shapes as explained below.
    First, v22.4 changes the mouse pointer shape when you drag the mouse past the edge of the editor window. The farther you move the mouse pointer past the edge of the window, the faster the scrolling speed becomes. If you move the mouse pointer too far away from the window, the scrolling behaves as if you were dragging the scroll box (thumb). This mode allows you to move the endpoint of the selection easily to any position in the document. By default, the Minimap will be displayed when you enter this mode. Pressing the ESC key while still pressing the left mouse button will switch back to the normal selection mode. This feature is available on EmEditor Professional and EmEditor Free.
    Makoto Emura added the syntax check feature using Language Server Protocol (LSP). The new feature is available in JavaScript as well as other languages, and you can check the syntax of your macros written in JavaScript. This feature is available only on EmEditor Professional.
    He also improved the CommitList plug-in by adding the ability to checkout commits and create new branches. This feature is available only on EmEditor Professional.

[close]

https://www.emeditor.com
Titel: CudaText 1.194.4.0
Beitrag von: SiLæncer am 18 Mai, 2023, 20:30
Changelog
   

    Add: minimap handles Shift+click and middle-click, it allows to revert to the old behaviour of minimap click which existed before version 1.190.0 (thanks @pintassilgo)
    Add: scrollbars now react to Shift+click and middle-click - this makes direct jump to clicked position, like with option "scrollbar_click_jump" (thanks @veksha)
    Add: showing of unprinted "wrapped line-part marks" now respects the option "show unprinted only in selection" (thanks @Vivalzar)
    Add: support for lexer MDX, its very special rules: it allows {...} blocks with nesting of curly brackets, it allows <...> blocks with nesting of angle brackets
    Add: better find Python library on first startup, for Linux with /usr/lib64 and /usr/lib
    Fix: Addon Manager was deleting the old plugin folder, even if download of update fails
    Fix: regression in C/C++ lexers

[close]

https://cudatext.github.io/
Titel: Vim 9.0.1566
Beitrag von: SiLæncer am 19 Mai, 2023, 09:15
Changes:>>

    9.0.1566: Motif: GUI scrollbar test fails in 24 lines terminal
    9.0.1565: json lines files are not recognized
    9.0.1564: display moves up and down with 'incsearch' and 'smoothscroll'
    9.0.1563: GTK3: window manager resize hints are incomplete

http://www.vim.org/index.php
Titel: Trilium Notes 0.60.0 Beta
Beitrag von: SiLæncer am 19 Mai, 2023, 10:20
(https://i.postimg.cc/2yDgvbpj/screenshot-2595.png)
A hierarchical note-taking software application with focus on building large personal knowledge bases while also providing a flurry of options.

License: AGPL

Changelog

    Consistent tooltip arrow style, #3948
    Selected text in HTML view is searched immediately in find box, #3947
    Smooth scrolling for TOC, #3944
    Linux and Windows allow you to choose which app to open the note with ("Open note custom"), #3940
    Improved Cyrillic font support, #3933
    Move "tree actions" to the right, #3928
    Improved include note display, #3920
    More obvious active ribbon item
    ETAPI fixes and improvements, #3908 #3909
    Remove HTML tags added by trilium during ZIP import, #3897
    Added ability to override default search engine, #3901
    Ensure note return branch #3893, thanks to @mirrorcult
    Improved performance of note map #3870
    Change in regex of resolving custom paths, #3866
    Dev env changes #3871 #3827 #3848 #3847 #3846 #3839 #3838 #3833 #3837
    Lint changes #3818
    Fix click events propagating from context menu being closed, fixes #3805
    Fix resizing of note map #3808
    Added #sortLocale, #3695
    Don't trigger menu items on right click, #3764
    Persistent caching #3814
    Sort icons by how much they are used, #3784
    Don't trigger menu items on right click, #3764
    Change dropdown border to light border
    SVG icons #3773
    Note book card margin #3756
    Add #newNotesOnTop, closes #3734
    Use same variable as Firefox for scrollbar thumb #3152
    Fix search in "view source", closes #3929
    Fix cursor position when Jumping from note to included note
    Fix parsing the authentication header with password containing a colon, closes #3916
    Don't allow setting image quality to empty value, #3894
    Fix hamburger icon in canvas, #3780
    Wrong password login screen should return 401 so that it counts to the rate limiter, fixes #3867
    Collapse command will collapse the whole tree, including the current active note path, fixes #3664

[close]

https://github.com/zadam/trilium
Titel: VinaText 1.9
Beitrag von: SiLæncer am 20 Mai, 2023, 09:10
Changelog


    New Features:

    Setting Dialogs:

    Add default EOL setting (Linux compatible support)
    Add option Auto add new line to end of file (Linux compatible support)
    Add button reset settings to original state.

    Text Editor:

    Terminal > Run Active File By Admin Right
    Improve search dialog message box
    Add current windows manager dialog (Ctrl + Shift + W)
    Support vcxproject, json, sln files

    Improvements:

    Improve dialog text label scale
    Minimize quick search dialog when minimize parent application
    Display tooltip for long text items in combobox

[close]

https://vinatext.dev/
Titel: Vim 9.0.1572
Beitrag von: SiLæncer am 20 Mai, 2023, 18:10
(https://s26.postimg.cc/xww5nc4zt/screenshot_1282.png)
A highly configurable text editor built to enable efficient text editing - an improved version of the vi editor distributed with most UNIX systems.

Freeware

Changes:>>

9.0.1572: error messages are not translated
9.0.1571: RedrawingDisabled not used consistently
9.0.1570: some tests are slow
9.0.1569: cannot use "this.member" in lambda in class method
9.0.1568: with 'smoothscroll' cursor may move below botline
9.0.1567: profiler calculation may be wrong on 32 bit builds

http://www.vim.org/index.php
Titel: ImHex 1.29.0
Beitrag von: SiLæncer am 21 Mai, 2023, 20:20
(https://i.postimg.cc/8C9YTjjW/screenshot-3382.png)
An open-source editor that allows you to manipulate hexadecimal, binary data for writing optimal and well-performing apps, by displaying you content byte by byte.

Donationware

Changelog

    Additions:

    Added support for saving / loading your own Layouts!
    Added spanish translation. Thanks a lot to @XorTroll
    Added a network control interface
    When enabled, external tools can now send commands to ImHex over a TCP Socket
    Added non-ranged and aligned value search to find view
    Added a Documentation helper AI window where you can ask questions about ImHex and the Pattern Language
    Added selection range radio button to various views to allow specifying of exact start/end addresses
    Added a button to restore default layout when no views are open
    Opening .hexproj files through the File -> Open menu now opens them as Projects instead of as Files
    Names and Values in the pattern data view now display tooltips when hovering over them if they're too long
    Added bit and byte reversal nodes to the data processor. Thanks to @Nowilltolife
    Drastically improve the usefulness of the IEEE754 tool. Massive thanks to @paxcut

    Improvements:

    ImHex now tries its best to not keep any file handles around
    This should allow opening files in other tools while they're already open inside of ImHex.
    For this to work, the other tool needs to support sharing the file though.
    Some things that didn't really fit in the Help menu have been moved to the new Extras menu
    Many things that accessed file data are now significantly faster
    Files in the file chooser popup can now be opened by double clicking them
    Greatly improved how popups are being handled
    Pins in the data processor are more visible now
    Buttons in the bookmarks view now have tooltips
    ImHex's FPS limit now better follows the setting
    ImHex now shows an error message when it can't open files. Thanks to @iTrooz
    Pattern highlighting is now being generated much more quickly
    About page is now resizable
    Diff table is now being cleared properly when providers are closed
    MacOS should now be able to use the Open With dialog to open a file with ImHex
    Patterns that are empty can no longer be saved
    Patterns are now being automatically re-evaluated when code sync is on and the provider is being changed
    Fixed issue where the cursor icon sometimes got stuck on Windows

    Bug Fixes:

    Fixed crash when trying to place patterns through the Edit menu
    Fixed issue where Disassembler names didn't correspond to the correct architecture
    Fixed occasional crashes when opening project files
    Fixed a bug where the last line of patterns went missing when saving / reloading them
    Multi-window support is now disabled by default on Linux as it doesn't work well. It can still be enabled in the settings.
    Fixed issue where some shortcuts triggered twice
    Fixed commit link in about page not working correctly
    Fixed provider undo stack not working correctly
    Fixed crash when patterns are being evaluated to quickly in succession
    Fixed project files failing to save when custom encodings are loaded
    Fixed issue where ImHex sometimes dumped a bunch of compiled magic files into the user's current directory
    Fixed a crash when closing providers too quickly
    Fixed Copy-As options not being disabled correctly in some cases
    Fixed issue where editing a hex cell sometimes had the wrong value in it

[close]

https://github.com/WerWolv/ImHex
Titel: Typora 1.6.6
Beitrag von: SiLæncer am 22 Mai, 2023, 09:20
(https://i.postimg.cc/25xV0Fq1/Virtual-DVD.png)
Swiftly write, edit, format and convert text to HTML with the help of this modern looking, streamlined and novice-accessible piece of software.

Shareware

Changelog


    Breaking Changes:

    The Windows version no longer support Windows 7, 8, 8.1.

    Better Preferences Panel:

    Add "Files" section and retune Preferences Panel.
    Add options to set default file extension.
    Add options to control behavior when drop file or folder into Typora.
    Add options to disable auto link.

[close]

https://www.typora.io/
Titel: Znote 2.3.2
Beitrag von: SiLæncer am 22 Mai, 2023, 19:10
(https://i.postimg.cc/qvfVnLWd/screenshot-2617.png)
Znote is a free, elegant program meant to help you write beautifully organized Markdown documents. You can organize your texts, notes, and files even better, using the simplistic left-side widget organizer for smoothly navigating different files.

Open Source  /  Freemium

Whats new:>>

Bugfix: Closes the note explorer when clicking on a note from the Notelist

https://znote.lagrede.fr/
Titel: Vim 9.0.1575
Beitrag von: SiLæncer am 24 Mai, 2023, 09:20
Changes:>>

9.0.1575: "file N of M" message is not translated
9.0.1574: MS-Windows: list of translation input files incomplete
9.0.1573: error for function name has wrong line number

http://www.vim.org/index.php
Titel: EmEditor Professional 22.4.1
Beitrag von: SiLæncer am 24 Mai, 2023, 09:40
(https://i.postimg.cc/vmqgmtjb/screenshot-2069.png)
EmEditor is a lightning-fast, tabbed text editor with themes, syntax highlighting, stay-on-top, and customizable keyboard mapping. The program supports batch find-and-replace, regular expressions, and more.

Changelog


    Adjusted the horizontal mouse wheel change while pressing the Shift key.
    Fixed the behavior of Replace in Files with J replacement expressions.
    Fixed an issue where Replace in Files did not show the replacement count in the status bar.
    Allowed drag and drop the vertical selection to copy or move.
    Fixed a potential crash on Delete Columns, Clear Contents, and other conversion commands with a very large CSV file.
    Fixed CSV column adjustment issue after Undo.
    Fixed a potential crash on the Find in Files command with the Output as the Direct Open option.
    Fixed a potential freeze on the Compare command if the Split vertically option was not selected. The new version does NOT highlight changed lines character-by-character anymore unless the Split vertically option is selected.
    Fixed a display issue on a CSV mode while row headings are enabled.
    Improved the Left and Home key movements while row headings are enabled in the CSV cell selection mode.

[close]

https://www.emeditor.com
Titel: Znote 2.3.3
Beitrag von: SiLæncer am 24 Mai, 2023, 19:10
Whats new:>>

You can now copy paste a URL image from the web or a file from your desktop and preview it directly in the editor

https://znote.lagrede.fr/
Titel: Vim 9.0.1576
Beitrag von: SiLæncer am 25 Mai, 2023, 06:10
Changes:>>

9.0.1576: users may not know what to do with an internal error

http://www.vim.org/index.php
Titel: BirdFont 5.2.0
Beitrag von: SiLæncer am 25 Mai, 2023, 19:20
(https://s26.postimg.cc/rd1s4grdl/screenshot_137.png)
BirdFont is a free font editor that lets you create vector graphics and export TTF, EOT & SVG fonts.

Donationware

Whats new:>>

• Make sure fonts work better in PDF files.
• New autobold settings that allows the designer to keep the sidebearings.

https://birdfont.org/
Titel: HelpNDoc Personal Edition 8.7.0 Build 500
Beitrag von: SiLæncer am 25 Mai, 2023, 20:40
(https://s26.postimg.cc/n8qdqw1ix/screenshot_994.png)
HelpNDoc provides all the tools necessary to write complete help files, manuals and documentations in a user friendly and very easy to use environment. HelpNDoc can generate standard Windows CHM help files, WEB based documentation, iPhone specific websites as well as printable PDF and Word documents.

HelpNDoc is completely free for personal use and evaluation purposes.

Changelog

    Importing folders and sub-folders can now optionally recreate the folder hierarchy in the project's table of contents
    Revised the folder import user interface to make it clearer and easier to use
    Improved LaTeX expression support in the mathematical equation editor
    HTML based Templates can now specify the topic files extension to customize how topic files are generated
    It is now possible to override hook scripts, link formats to topics and anchors, as well as topic file extensions for all HTML based templates from the template settings tab without the need to create a new custom template
    Use the CTRL keyboard shortcut and the mouse wheel to control the zoom level of the topic editor
    Template hook scripts do not need to start with "<%" and end with "%>" anymore
    Greatly improved mathematical equation's virtual keyboard: improved layout, support for alternative keys display using the SHIFT shortcut, faster overall performances
    Multiple bug fixes in mathematical equation editor: fixed and improved expression drawing, better handling of arrow navigation keys...
    Better conversion of topic content to library items as some items were not converted, and the number of converted/deleted items wasn't disclosed
    The anchor editor dialog wasn't always able to locate and delete anchors
    Faster and more reliable file and folder import process
    The CTRL+0 keyboard shortcut didn't reset the topic editor's zoom level
    ePub generator didn't correctly handle empty topics
    Fixed memory leaks in snippet editor
    Improved scripting API definitions and documentation
    Anchor editor now gives focus to anchor name input field when shown

[close]

http://www.helpndoc.com/
Titel: Vim 9.0.1579
Beitrag von: SiLæncer am 26 Mai, 2023, 09:20
Changes:>>

9.0.1579: some error messages are not translated
9.0.1578: SpellCap highlight not always updated when needed
9.0.1577: MS-Windows: context menu translations may be wrong

http://www.vim.org/index.php
Titel: Typora 1.6.7
Beitrag von: SiLæncer am 26 Mai, 2023, 19:40
(https://i.postimg.cc/25xV0Fq1/Virtual-DVD.png)
Swiftly write, edit, format and convert text to HTML with the help of this modern looking, streamlined and novice-accessible piece of software.

Shareware

Changelog


    Breaking Changes:

    The Windows version no longer support Windows 7, 8, 8.1.

    Better Preferences Panel:

    Add "Files" section and retune Preferences Panel.
    Add options to set default file extension.
    Add options to control behavior when drop file or folder into Typora.
    Add options to disable auto link.
    Add options to set default code language when inserting code blocks.
    Add options to auto apply last used code language when inserting code blocks.

    Other New Features:

    Support Timeline for MermaidJS diagrams.
    Add Thai Language UI.
    Add PicList as an Image Uploader.

[close]

https://www.typora.io/
Titel: Bluelife Hosts Editor 1.5
Beitrag von: SiLæncer am 26 Mai, 2023, 21:40
(http://www.sordum.org/wp-content/uploads/2013/09/save_changes.png)
BlueLife Hosts Editor is a portable hosts-file editor and Allows you to easily add / delete, block , update domain names to your hosts file.

You will only need to type the hostname you want to add then press the “Get IP Address and add the list” button.

Here are some key features of "BlueLife Hosts Editor":

· Add domain names to your hosts file
· Delete domain names
· Block domain names
· Update active ip adresses
· Open the domain name with default browser
· Flush Dns
· Rebuild default windows hosts
· Backup your hosts file
· Restore your hosts file
· Open hosts file with notepad function

Freeware

Changelog

[ Fixed ] – The mouse cursor appears incorrectly on the scroll bar in the text view feature
[ Fixed ] – Add exclusions to Windows Defender feature doesn’t work
[ Added ] – Some code Improvements

[close]

https://www.sordum.org/8266/bluelifehosts-editor-v1-5/
Titel: Vim 9.0.1580
Beitrag von: SiLæncer am 27 Mai, 2023, 08:10
Changes:>>

9.0.1580: CI: indent test hangs on FreeBSD

http://www.vim.org/index.php
Titel: Trilium Notes 0.60.1 Beta
Beitrag von: SiLæncer am 27 Mai, 2023, 09:50
(https://i.postimg.cc/2yDgvbpj/screenshot-2595.png)
A hierarchical note-taking software application with focus on building large personal knowledge bases while also providing a flurry of options.

License: AGPL

Changelog

    Merge pull request #3959 from soulsands/fix-search
    Images in note list preview should be shrinked to fit into view, fixes #3965
    #3974 from soulsands/fix-edited-note fix getEditedNotesOnDate
    Right click on external link should not open the link, fixes #3971
    Fix flatpak build

[close]

https://github.com/zadam/trilium
Titel: yWriter 7.1.3.4 Beta
Beitrag von: SiLæncer am 27 Mai, 2023, 19:10
(http://www.spacejock.com/images/yWriter5Main.png)
yWriter allows you to split your novel into chapters and scenes, simplifying the process of text writing. You can reorder scenes within chapters or change their content, title and description. If you notice that you mistyped a word, yWriter enables you to do a global text search and replace it. With yWriter you can easily keep journals, diaries or create your own stories and novels.

Freeware

Whats new:>>

    Import and export from docx.
    New custom listview controls for scene and chapter list.
    Bug fixes.

http://www.spacejock.com
Titel: Vim 9.0.1582
Beitrag von: SiLæncer am 27 Mai, 2023, 20:10
(https://s26.postimg.cc/xww5nc4zt/screenshot_1282.png)
A highly configurable text editor built to enable efficient text editing - an improved version of the vi editor distributed with most UNIX systems.

Freeware

Changes:>>

9.0.1582: :stopinsert may not work in a popup close handler
9.0.1581: translation does not work for plural argument

http://www.vim.org/index.php
Titel: Dnote 0.15.0
Beitrag von: SiLæncer am 27 Mai, 2023, 21:20
(https://s26.postimg.cc/z38h40qwp/screenshot_529.png)
Write technical notes and neatly organize them into books without leaving the command line with the help of this simplistic utility.

MIT License

Whats new:>>

Add enableUpgradeCheck configuration to allow to opt out of automatic update check.

https://dnote.io/
Titel: Vim 9.0.1585
Beitrag von: SiLæncer am 28 Mai, 2023, 08:19
Changes:>>

9.0.1585: weird use of static variables for spell checking
9.0.1584: not all meson files are recognized
9.0.1583: get E304 when using 'cryptmethod' "xchacha20v2"

http://www.vim.org/index.php
Titel: VinaText 1.10
Beitrag von: SiLæncer am 28 Mai, 2023, 10:40
(https://i.postimg.cc/zGH172jh/screenshot-2229.png)
A simple and straightforward code editor that can come in handy for developers working with multiple programming files at the same time.

License: Open Source

Changelog


    New Features:

    Setting Dialogs:

    Add default EOL setting (Linux compatible support)
    Add option Auto add new line to end of file (Linux compatible support)
    Add button reset settings to original state.

    Text Editor:

    Terminal > Run Active File By Admin Right
    Improve search dialog message box
    Add current windows manager dialog (Ctrl + Shift + W)
    Support vcxproject, json, sln files

    Improvements:

    Improve dialog text label scale
    Minimize quick search dialog when minimize parent application
    Display tooltip for long text items in combobox

[close]

https://vinatext.dev/
Titel: Znote 2.3.4
Beitrag von: SiLæncer am 28 Mai, 2023, 19:15
(https://i.postimg.cc/qvfVnLWd/screenshot-2617.png)
Znote is a free, elegant program meant to help you write beautifully organized Markdown documents. You can organize your texts, notes, and files even better, using the simplistic left-side widget organizer for smoothly navigating different files.

Open Source  /  Freemium

Whats new:>>

    Add mobile logo when deploying Job
    Allow importing local CSS into jobs
    Fixed compilation with Konsta UI

https://znote.lagrede.fr/
Titel: Vim 9.0.1587
Beitrag von: SiLæncer am 29 Mai, 2023, 09:10
Changes:>>

9.0.1587: Corn config files are not recognized
9.0.1586: Error for using two messages with ngettext() differing in "%"

http://www.vim.org/index.php
Titel: Vim 9.0.1591
Beitrag von: SiLæncer am 30 Mai, 2023, 08:10
Changes:>>

9.0.1591: some "gomod" files are not recognized
9.0.1590: filetype test has trailing white space
9.0.1589: filetype test contains too many special characters
9.0.1588: Incsearch not triggered when pasting clipboard register

http://www.vim.org/index.php
Titel: RocketCake 5.1
Beitrag von: SiLæncer am 30 Mai, 2023, 19:50
(https://s26.postimg.cc/845jbp2c9/screenshot_542.png)
RocketCake is a free web editor for creating responsive websites for beginners and professional web developers. No programming needed.

Freemium

Changelog


    SVG support:

    You can now include SVG files in your websites just like other images. The difference to normal images is that SVG files are vector graphics and scale automatically, so they look nice at any resolution. In the editor SVG animations, svg texts and some other special svg features might not show up, but they will on the previewed and final websites.

    Images in Navigation menus:

    You can now use images in your navigation menus. Together with the SVG support, you can now for example use nicely styled hamburger menus or other symbols easily.
    Shortcut for moving menu entries: You can now use Shift+PageUp and Shift+PageDown to move menu entries quickly

    Two open / close modes for navigation menu:

    You can now select if a navigation menu will close when clicked on it again, or open via mouse hovering on desktop or not. In the property window of the menu, select "Advanced Settings".
    There, set the new option "OpenCloseWhenClicked" to whatever mode you prefer. Some people find it more natural with the second mode, so that you can easily close the menu again by clicking on the top menu.
    The font of web form elements can now be only changed using the font selection box, just like with all other elements. The property window doesn't have any entries for fonts anymore now for these elements.
    More invalid macOS magic quotes replacements and filters are now detected and replaced automatically in HTML/Javascript/PHP code
    New website template: Gardening
    In the preview of the buttons when creating a new button on a HDPI display, the captions are now centered correctly.
    Fixed a case where the checkbox "don't show this message again" didn't have an effect on some systems when resizing images or previewing websites

[close]

https://www.ambiera.com/rocketcake/index.html
Titel: Vim 9.0.1592
Beitrag von: SiLæncer am 31 Mai, 2023, 08:20
Changes:>>

9.0.1592: not all timer tests are marked as flaky

http://www.vim.org/index.php
Titel: Scite 5.3.6
Beitrag von: SiLæncer am 31 Mai, 2023, 18:50
(https://s26.postimg.cc/fbkgceeux/screenshot_1241.png)
Editor mit Syntax-Highlighting, Auto-Completion, Folding und vielem mehr...

Open Source

Changelog


    SciTE
        Released 31 May 2023.
        Add properties file for Hollywood programming language. Feature #1483.
        Fix F-key bindings with <control> by handling them explicitly in global key handler. They were being ignored on GTK 3.x.
        Fix autocomplete.<language>.ignorecase to work again.
    Lexilla 5.2.5
        Add CharacterSetArray constructor without setBase initial argument for common case where this is setNone and the initialSet argument completely defines the characters. This shortens and clarifies use of CharacterSetArray.
        Bash: implement highlighting inside quoted elements and here-docs. Controlled with properties lexer.bash.styling.inside.string, lexer.bash.styling.inside.backticks, lexer.bash.styling.inside.parameter, and lexer.bash.styling.inside.heredoc. Issue #154, Issue #153, Feature #1033.
        Bash: add property lexer.bash.command.substitution to choose how to style command substitutions. 0 ? SCE_SH_BACKTICKS; 1 ? surrounding "$(" and ")" as operators and contents styled as bash code; 2 ? use distinct styles (base style + 64) for contents. Choice (2) is a provisional feature and details may change before it is finalized. Issue #153.
        Bash: fix nesting of parameters (SCE_SH_PARAM) like ${var/$sub/"${rep}}"}. Issue #154.
        Bash: fix single character special parameters like $? by limiting style. Issue #154.
        Bash: treat "$$" as special parameter and end scalars before "$". Issue #154.
        Bash: treat "<<" in arithmetic contexts as left bitwise shift operator instead of here-doc. Issue #137.
        Batch: style SCE_BAT_AFTER_LABEL used for rest of line after label which is not executed. Issue #148.
        F#: Lex interpolated verbatim strings as verbatim. Issue #156.
        VB: allow multiline strings when lexer.vb.strings.multiline set. Issue #151.
    Scintilla 5.3.5
        On Win32, implement IME context sensitivity with IMR_DOCUMENTFEED. Feature #1310.
        On Win32 remove dependence on MSIMG32.DLL by replacing AlphaBlend by GdiAlphaBlend. Bug #1923.
        On Qt, stop movement of IME candidate box.
        On Qt, report correct caret position within paragraph for IME retrieve surrounding text.
        On Qt for Cocoa, fix crash in entry of multi-character strings with IME.

[close]

www.scintilla.org/SciTE.html
Titel: Vim 9.0.1595
Beitrag von: SiLæncer am 01 Juni, 2023, 10:20
Changes:>>

9.0.1595: line pointer becomes invalid when using spell checking
9.0.1594: some internal error messages are translated
9.0.1593: MS-Windows: assert error when compiled with debug mode

http://www.vim.org/index.php
Titel: CCode 1.6.0
Beitrag von: SiLæncer am 01 Juni, 2023, 10:40
(https://i.postimg.cc/C5rPgVcC/screenshot-2297.png)
A simple install-free source code editor with support for multiple programming languages, with syntax highlighting, line numbering and an intewgrated.

Freeware

Whats new:>>

    Added filter window in Files panel
    Added search in Files panel path
    Improved remember splitter positions
    Improved save recent files
    Improved search online if no MSDN installed
    Some minor changes

https://www.yubsoft.com/ccode/
Titel: CudaText 1.195.0.5
Beitrag von: SiLæncer am 01 Juni, 2023, 22:25
(https://s26.postimg.cc/k6wu8qcrt/screenshot_901.png)
Create programming scripts with this powerful tool that supports more than 130 languages and allows users to work concurrently on as many as six groups of projects.

Freeware

Changelog
   

    add: combobox inputs have the embedded X icon to clear text; code-tree X button was removed
    add: code-tree filter field handles several space-separated words
    add: faster paint caret if it's 'empty inside' (thanks @veksha)
    add: Addon Manager has option (only in settings/cuda_addonman.json) to set SourceForge mirror (thanks @pintassilgo)
    add: Tabs List plugin has new 'filter' input (thanks @mix-7)
    add: Tabs List / Snippet Panel plugins support horizontal scrolling by Shift+mouse_wheel (thanks @iconv)
    add: Char Map dialog: grid cells have equal width; font size increased (thanks @iconv)
    add: option "show_indent_lines" (thanks @Vivalzar)
    fix: Tabs List plugin did not react to change "tab modified"->"tab unmodified" (thanks @iconv)
    fix: lexer Markdown: fix $ rule, $$ rule (thanks @veksha)
    fix: if code-tree filter was empty on exiting, history of code-tree filters was not restored on next run (thanks @mix-7)
    fix: changed "font_size" was not applied to autocompletion listbox (thanks @veksha)
    change: set default hotkeys for "current document font size: bigger/smaller" to Ctrl+NumPlus / Ctrl+NumMinus
    change: lexer PHP was removed to add-ons
    change: default of "show_last_line_on_top" changed to False, default of "ui_tab_switcher_dialog" changed to False, default of "bracket_highlight" changed to True (thanks @z4ziggy)
    change: Windows: in full-screen mode, app now hides the main menu bar (to fix missing bottom ~20 pixels, it is Lazarus bug)
    change: delete option "max_line_len_for_accurate_width" (internal value is 1024 now)

[close]

https://cudatext.github.io/
Titel: Vim 9.0.1598
Beitrag von: SiLæncer am 02 Juni, 2023, 08:10
Changes:>>

9.0.1598: screenchar() and others are wrong with DBCS 'encoding'
9.0.1597: cursor ends up below the window after a put
9.0.1596: :registers command does not work in sandbox

http://www.vim.org/index.php
Titel: EmEditor Professional 22.4.2
Beitrag von: SiLæncer am 02 Juni, 2023, 08:30
(https://i.postimg.cc/vmqgmtjb/screenshot-2069.png)
EmEditor is a lightning-fast, tabbed text editor with themes, syntax highlighting, stay-on-top, and customizable keyboard mapping. The program supports batch find-and-replace, regular expressions, and more.

Changelog


    Fixed a bug where Find in Files couldn’t match “*.*a”.
    Fixed a potential crash when using Large File Controller.
    Fixed other potential crashes.

[close]

https://www.emeditor.com
Titel: Jovial NoteTab 1.7
Beitrag von: SiLæncer am 02 Juni, 2023, 18:10
(https://i.postimg.cc/0NTfkYyw/screenshot-2226.png)
Designed to offer an alternative to the built-in Windows Notepad, this word processor features tabs support, text lookup features, and more.

Freeware

Whats new:>>

Added Encryption and Decryption of the content (For the encryption that is used, please refer to the source code in the docsCrypto.cs file)

https://sites.google.com/view/jovialsoftware/jovial-notetab?authuser=0
Titel: RisohEditor 5.7.6
Beitrag von: SiLæncer am 02 Juni, 2023, 19:10
(https://i.postimg.cc/8P4z4Swt/screenshot-799.png)
"RisohEditor" is a free resource editor for Win32 development, created by Katayama Hirofumi MZ. RisohEditor realized the ideal of resource editor. "Risoh" means "ideal" in Japanese. RisohEditor can add, edit, extract, clone and remove the resource data in EXE/DLL files. You can edit Windows resources (Dialogs, Menus, Icons, Cursors, String Tables, Message Tables etc.) by using RisohEditor.

NOTICE: Please avoid installing in "C:\Program Files" or "C:\Program Files (x86)". Because the resource compiler (windres) doesn't accept space character in the file path.

Freeware

Whats new:>>

    Localized the Help menu.
    Added RES_str_get and RES_str_set functions to EGA.

https://katahiromz.web.fc2.com/re/en/index.html#intro
Titel: BowPad 2.8.8
Beitrag von: SiLæncer am 02 Juni, 2023, 21:30
(https://s26.postimg.cc/h0ofzpokp/screenshot_1153.png)
BowPad is a small and fast text editor with a ribbon user interface and syntax highlighting.

Features:

syntax highlighting for over 100 file types and languages
handling of many different encodings, including UTF-8, UTF-16 and even UTF-32
easy ribbon user interface
navigation hints in the vertical scrollbar
coloring of open tabs according to their path
extendable with plugins written in jscript or vbscript

Freeware

Whats new:>>

List of issues solved for 2.8.8 (https://github.com/stefankueng/BowPad/milestone/24?closed=1)

http://stefanstools.sourceforge.net/BowPad.html
Titel: Vim 9.0.1599
Beitrag von: SiLæncer am 03 Juni, 2023, 08:10
(https://s26.postimg.cc/xww5nc4zt/screenshot_1282.png)
A highly configurable text editor built to enable efficient text editing - an improved version of the vi editor distributed with most UNIX systems.

Freeware

Changes:>>

9.0.1599: Cursor not adjusted when 'splitkeep' is not "cursor"

http://www.vim.org/index.php
Titel: Vim 9.0.1603
Beitrag von: SiLæncer am 04 Juni, 2023, 09:40
Changes:>>

9.0.1603: Display wrong when scrolling multiple lines with 'smoothscroll' set.
9.0.1602: Stray character is visible if 'smoothscroll' marker is displayed on top of a double-wide character.
9.0.1601: Filetype detection fails for *.conf file without comments.
9.0.1600: screenpos() does not take w_skipcol into account

http://www.vim.org/index.php
Titel: Vim 9.0.1607
Beitrag von: SiLæncer am 05 Juni, 2023, 10:40
Changes:>>

9.0.1607: screenpos() returns wrong row with diff filler lines
9.0.1606: using freed memory when 'foldcolumn' is set
9.0.1605: crash when calling method on super in child constructor
9.0.1604: errors from the codestyle test are a bit confusing

http://www.vim.org/index.php
Titel: RisohEditor 5.7.7
Beitrag von: SiLæncer am 05 Juni, 2023, 21:40
Whats new:>>

    Commonized IDD_ADDDLGINIT and IDD_MODIFYDLGINIT.
    Changed the design of RES_str_get and RES_str_set.
    Added RES_get_text and RES_set_text functions to EGA.

https://katahiromz.web.fc2.com/re/en/index.html#intro
Titel: Vim 9.0.1613
Beitrag von: SiLæncer am 06 Juni, 2023, 07:10
Changes:>>

9.0.1613: some make output gets picked up by 'errorformat'
9.0.1612: "skipcol" not reset when using multi-byte characters
9.0.1611: v:maxcol can be changed in a :for loop
9.0.1610: display is wrong when 'smoothscroll' is set
9.0.1609: crash when an object indirectly references itself
9.0.1608: update_topline() is called twice

http://www.vim.org/index.php
Titel: QOwnNotes 23.6.0
Beitrag von: SiLæncer am 06 Juni, 2023, 21:10
(https://s26.postimg.cc/hoi1ahlcp/screenshot_978.png)
QOwnNotes is a text editor / notepad replacement with markdown support and todo list manager. The program supports themes, keyboard shortcuts, syntax highlighting, and encryption. Includes available nested file list, tags, search, and more. Optionally works with the notes application ownCloud or Nextcloud.

Cross-platform with clients available for Mac and Linux.

License: GPL

Changelog


    you now can quickly create Nextcloud Deck Cards with a dute date and link them
    in the current note with the shortcut Ctrl+ Alt+ D
    (for #2789 )
        before you can do that you need to set the IDs to the board and stack in the
        Nextcloud / ownCloud settings
    added more Persian, Dutch, Korean translation (thank you amirkbrpr, stephanp, venusgirl)
    the QOwnNotes command-line snippet manager qc
    can now be installed via the Nix Store
        you can use nix-shell -p qc --run qc to try it out
    the Korean translation was now integrated into the webpage on
    QOwnNotes webpage in Korean
    (for #2788 )

[close]

http://www.qownnotes.org/
Titel: Vim 9.0.1614
Beitrag von: SiLæncer am 07 Juni, 2023, 08:20
Changes:>>

9.0.1614: strlen() called too often for :spellrepall

http://www.vim.org/index.php
Titel: Pandoc 3.1.3
Beitrag von: SiLæncer am 07 Juni, 2023, 18:40
(https://i.ibb.co/6mSXKdx/pandoc.png)
Pandoc is a command-line utility that can convert files from one markup format into another. Pandoc's enhanced version of Markdown includes syntax for footnotes, tables, flexible ordered lists, definition lists, fenced code blocks, superscripts and subscripts, strikeout, metadata blocks, automatic tables of contents, embedded LaTeX math, citations, and Markdown inside HTML block elements. (These enhancements, described further under Pandoc's Markdown, can be disabled using the markdown_strict input or output format.)

License: Open Source

Changelog

    New output format: typst.
    New module: Text.Pandoc.Readers.Typst [API change].

    DocBook reader:

    Support more emphasis roles (Albert Krewinkel). The role “bf” is taken to indicate “bold face”, i.e., “strongly emphasized” text, while “underline” leads to underlined text.

    JATS reader:

    Improve title and label parsing in the JATS reader (#8718, Noah Malmed.)
    Add rowspan, colspan and alignment to cells in jats table reader (#8408, Noah Malmed)

    Org reader (Albert Krewinkel):

    Require abstract environment to use lowercase.
    Treat #+NAME as synonym for #+LABEL (#8578).

    ODT reader:

    Allow lists in table cells (#8892).
    Allow frames inside spans (#8886).

    RST reader:

    Fix sorting on anonymous keys (#8877). This fixes a link resolution bug bug affecting RST documents with anonymous links.

    HTML reader:

    Fix iframe with data URI of an image (#8856). In this case we don’t want to try to parse the data at the URL. Instead, create an image inside a div.

    RTF reader:

    Fix bug in table parsing (#8767). In certain cases, text before a table was being incorporated into the table itself.

    Docx reader:

    Introduce support for Intense Quote (Stephan Meijer).

    Markdown reader:

    Disallow escaping of ~ and " in markdown_strict (#8777, Albert Krewinkel). This matches the behavior of the legacy Markdown.pl as well as what is described in the manual.
    LaTeX reader: ignore args to column type in multicolumn (#8789).

    HTML writer:

    Use first paragraph in task item as checkbox label (#8729, Albert Krewinkel).

    Ms writer:

    Coerce titles to inlines (#8835). Block-level formatting is not allowed inside .TL.

    LaTeX writer:

    Fix width for multicolumn simple table (#8831).

    Jira writer:

    Use first code block class as highlighting language (#8814, Albert Krewinkel). The writer no longer searches the list of classes for a known programming language but always uses the first class in that list as the language identifier.

    OpenDocument writer:

    Handle row header column cells as header cells (#8764, Michael Stahl).
    Fix invalid text:p inside text:p from meta (#8256).

    ODT writer:

    Don’t add settings.xml (Michael Stahl). This will cause defaults to be used, which is what we want.
    Don’t add unnecessary Configurations2 directory (Michael Stahl).
    Don’t add thumbnail (Michael Stahl).
    Put manifest.version on directory file-entry (Michael Stahl). See ODF 1.3 part 2, 4.16.14.1.
    Stop validator complaints by producing ODF 1.3 (Michael Stahl).

    MediaWiki writer:

    Remove links from inside links in mediawiki writer (#8739, Wout Gevaert).

    Typst writer:

    Omit bibliography if citations not enabled (#8763). With this change, the typst writer will omit the #bibliography command when citations is not enabled. (If you want to use pandoc’s own --citeproc, you should combine it with -t typst-citations to disable native typst citations.
    Use <..> for labels, create internal links.
    Use #footnote for notes (#8893).
    Fix alignment issue in lists. It’s an aesthetic issue only; the first line had an extra space indent after the list marker.

    Commonmark writer:

    Use shortcut reference links: commonmark supports these.
    EPUB template: add lang attribute to <html> (Gabriel Lewertoski).
    Template styles.html: fix task-list styling in reveal.js (#8731, Albert Krewinkel).
    LaTeX template: Fix babelfont (#8728).

    Text.Pandoc.Parsing:

    Remove unnecessary ‘spaces’ in parseFromString.
    Text.Pandoc.ImageSize: Drop BOM at start of SVG if present. Otherwise our code can fail to determine image size.

    Lua subsystem:

    Fix value of PANDOC_SCRIPT_FILE for custom readers & writers (#8781, Albert Krewinkel). The value did not hold the actual file path for scripts in the custom folder of the datadir.
    Fix YAML in translation files for cs and pl (#8787).
    Fix pdf output via typst (#8754). One must now use typst compile rather than typst.

    MANUAL.txt:

    Added note that the user will need to create the user data dir (#8727).
    Add wikilinks to non-default extensions (Ilona).
    Update link to custom djot writer (Albert Krewinkel).
    Better link to citation syntax.
    Fix typo (sdhoward).
    Note that # fancy list markers don’t work with commonmark (#8772, William Lupton).
    Add commonmark fenced_div note (#8773, William Lupton).
    Move highlighting documentation, with minor adjustments (William Lupton).
    Fix inaccurate statement about spaces and tabs in template syntax (Frank Seifferth).
    Update documentation for org-mode (Christian Christiansen, #8716).

    doc/lua-filter.md:

    Fix typos (#8734, perro tuerto).
    Fix anchor (Toni Dietze).
    Use full field name in example (#8857, Matt Dodson).
    Fix copy-paste error (#8798, thron7).
    CONTRIBUTING.md: update info on ghc versions.

    INSTALL.md:

    Fix cabal install instructions (Albert Krewinkel).
    Use more relevant link to NetBSD/pkgsrc entry (Charlotte Koch).
    Fix Windows install instructions for winget (#8799).
    Tests: Rename test/docx/block_quotes_parse_indent.native for consistency (Stephan Meijer).
    Add tls constraint on cabal.project. This is needed to avoid problems caused by the transition to crypton.
    Require texmath 0.12.8.

[close]

https://github.com/jgm
Titel: Vim 9.0.1616
Beitrag von: SiLæncer am 08 Juni, 2023, 08:50
Changes:>>

9.0.1616: quickfix text field is truncated
9.0.1615: URL shortcut files are not recognized

http://www.vim.org/index.php
Titel: CCode 1.7
Beitrag von: SiLæncer am 08 Juni, 2023, 19:15
(https://i.postimg.cc/C5rPgVcC/screenshot-2297.png)
A simple install-free source code editor with support for multiple programming languages, with syntax highlighting, line numbering and an intewgrated.

Freeware

Whats new:>>

    Added favorites menu
    Added customize toolbar
    Added shortcuts to tooltips
    Improved organize favorites
    Fixed DPI display issue
    Fixed files view settings were not saved in Icons mode
    Fixed cannot exit because of modeless dialog box
    Some minor changes

https://www.yubsoft.com/ccode/
Titel: QOwnNotes 23.6.3
Beitrag von: SiLæncer am 08 Juni, 2023, 21:40
(https://s26.postimg.cc/hoi1ahlcp/screenshot_978.png)
QOwnNotes is a text editor / notepad replacement with markdown support and todo list manager. The program supports themes, keyboard shortcuts, syntax highlighting, and encryption. Includes available nested file list, tags, search, and more. Optionally works with the notes application ownCloud or Nextcloud.

Cross-platform with clients available for Mac and Linux.

License: GPL

Changelog


23.6.3

    a Nextcloud Deck stack can now really be selected if no stack was previously selected
    (for #2789 )

23.6.2

    a Nextcloud Deck stack can now be selected if no stack was previously selected
    (for #2789 )

23.6.1

    more Nextcloud Deck support features were added (for #2789 )
        there now is a check if Nextcloud Deck support is enabled and the config isn't
        invalid before opening the Nextcloud Deck link insert dialog
        the board and stack can now be selected by name in a board / stack tree
        instead of entering the IDs manually
    added repositories for openSUSE Leap 15.5 (for #2790 )
        please visit the openSUSE installation page
        for instructions
    a PPA for Ubuntu 23.10 (Mantic Minotaur) was added

[close]

http://www.qownnotes.org/
Titel: Vim 9.0.1621
Beitrag von: SiLæncer am 09 Juni, 2023, 08:20
(https://s26.postimg.cc/xww5nc4zt/screenshot_1282.png)
A highly configurable text editor built to enable efficient text editing - an improved version of the vi editor distributed with most UNIX systems.

Freeware

Changes:>>

9.0.1621: FILETYPE_FILE is defined to the same value multiple times.  Same for a few similar macros.
9.0.1620: Nix files are not recognized from the hashbang line
9.0.1619: the focus gained/lost escape sequences cause trouble
9.0.1618: Trace32 files are not recognized
9.0.1617: charidx() result is not consistent with byteidx()

http://www.vim.org/index.php
Titel: QOwnNotes 23.6.4
Beitrag von: SiLæncer am 09 Juni, 2023, 21:30
(https://s26.postimg.cc/hoi1ahlcp/screenshot_978.png)
QOwnNotes is a text editor / notepad replacement with markdown support and todo list manager. The program supports themes, keyboard shortcuts, syntax highlighting, and encryption. Includes available nested file list, tags, search, and more. Optionally works with the notes application ownCloud or Nextcloud.

Cross-platform with clients available for Mac and Linux.

License: GPL

Changelog


    improve Nextcloud Deck API compatibility with wonky Nextcloud servers
    (for #2789 )
    added more Korean, Persian, Dutch translation (thank you venusgirl, amirkbrpr, StephanP)

[close]

http://www.qownnotes.org/
Titel: Vim 9.0.1623
Beitrag von: SiLæncer am 10 Juni, 2023, 08:20
Changes:>>

9.0.1623: the program to filetype translation is not exported
9.0.1622: filetype name t32 is a bit obscure

http://www.vim.org/index.php
Titel: yWriter 7.1.3.5 Beta
Beitrag von: SiLæncer am 10 Juni, 2023, 08:40
(http://www.spacejock.com/images/yWriter5Main.png)
yWriter allows you to split your novel into chapters and scenes, simplifying the process of text writing. You can reorder scenes within chapters or change their content, title and description. If you notice that you mistyped a word, yWriter enables you to do a global text search and replace it. With yWriter you can easily keep journals, diaries or create your own stories and novels.

Freeware

Whats new:>>

Copy to clipboard now includes several formats, including text, RTF and HTML.

http://www.spacejock.com
Titel: Vim 9.0.1626
Beitrag von: SiLæncer am 11 Juni, 2023, 09:40
Changes:>>

9.0.1626: Visual area not shown when using 'showbreak'
9.0.1625: "super" is not considered a reserved name
9.0.1624: crash when calling object constructor

http://www.vim.org/index.php
Titel: yWriter 7.1.3.6 Beta
Beitrag von: SiLæncer am 11 Juni, 2023, 10:10
Whats new:>>

Export to docx now uses styles for chapter headings and body text.

http://www.spacejock.com
Titel: VinaText 1.11
Beitrag von: SiLæncer am 11 Juni, 2023, 19:45
(https://i.postimg.cc/zGH172jh/screenshot-2229.png)
A simple and straightforward code editor that can come in handy for developers working with multiple programming files at the same time.

License: Open Source

Changelog


    Improvements:

    Open administrator files
    Search/replace in selection
    New search modes: add all selections and add all bookmarks
    Improved mutiple cursor edit mode
    Improved foldeing tree map
    Save previous search option dialogs
    Fix reported bugs

[close]

https://vinatext.dev/
Titel: Vim 9.0.1627
Beitrag von: SiLæncer am 12 Juni, 2023, 08:10
Changes:>>

9.0.1627: no generic mechanism to test syntax plugins

http://www.vim.org/index.php
Titel: IsWiX 5.0.39.0
Beitrag von: SiLæncer am 12 Juni, 2023, 08:20
(https://i.postimg.cc/jqzJGbDg/screenshot-1252.png)
IsWiX, or Industrial Strength Windows Installer XML is a reliable tool that can help you with authoring Windows Installers. The application allows you to analyze each component of the current project, manage features, properties and namespaces.

License: MS-PL

Changelog

    Update to WiX v4.0.1
    Fix missing icons on Shortcuts

[close]

https://github.com/iswix-llc/iswix
Titel: PSPad 5.5.1 Build 790 Dev
Beitrag von: SiLæncer am 12 Juni, 2023, 19:50
(https://i.postimg.cc/sDzQ0VtK/screenshot-2162.png)
PSPad is a universal freeware editor. There is no complex install process; the program is ready to work immediately, without requiring customization. It supports many file types and languages, with syntax highlighting. There are macros, clip files and templates to automate repetitive activities. An integrated HEX Editor, Project support, FTP Client, Macro Recorder, File Search/Replace, Code Explorer, code page conversion, are just some of the many possibilities that PSPad can offer you.

Freeware

Changelog

    News:

    DeleteWord (Ctrl+DEL) command beavior change
    ChatGPT window uses current editor font size

    Fixes:

    When Trim trailing spaces option was enabled and file was in ReadOnly mode, block selection caused trimming and marking file as modified
    Start PSpad with big file as parameter and decline approval to open file
    Prevent situation to set zero width of File explorer columns
    Handled PSPad_FTP.ini file is write protected
    Ctrl+DblClick in the editor window for select text inside quotation marks
    Other fixes reported by users

[close]

https://www.pspad.com/
Titel: Vim 9.0.1631
Beitrag von: SiLæncer am 14 Juni, 2023, 18:45
Changes:>>

9.0.1631: Passing a wrong variable type to an option gives multiple errors.
9.0.1630: "make clean" at the toplevel fails
9.0.1629: having utf16idx() rounding up is inconvenient
9.0.1628: syntax tests fail on FreeBSD

http://www.vim.org/index.php
Titel: Vim 9.0.1632
Beitrag von: SiLæncer am 15 Juni, 2023, 07:40
Changes:>>

9.0.1632: not all cabal config files are recognized

http://www.vim.org/index.php
Titel: PilotEdit Lite 17.5.0
Beitrag von: SiLæncer am 15 Juni, 2023, 07:50
(http://www.pilotedit.com/images/OpenInQuickMode.PNG)
PilotEdit is a text, hex, XML, C/C++, HTML, PHP, Java, Javascript and Perl editor that can edit large files of 400GB (40 billion lines).

It offers customizable syntax and keyword highlighting, advanced search and replace operations, automatic text encoding, 256-bit AES encryption/decryption and a built-in FTP/SFTP client lets you open, edit, download and upload large files directly to/from a FTP/SFTP server.

In addition to standard text editing features, PilotEdit can compare and merge two large files of 100GB (10 billion lines). You can also sort, find/remove duplicate lines and extract strings over a large file of 1GB.

Freeware

Zitat
PilotEdit 17.5.0 includes improvements over configuration

http://www.pilotedit.com/
Titel: CCode 1.8.0
Beitrag von: SiLæncer am 15 Juni, 2023, 21:10
(https://i.postimg.cc/C5rPgVcC/screenshot-2297.png)
A simple install-free source code editor with support for multiple programming languages, with syntax highlighting, line numbering and an intewgrated.

Freeware

Changelog


    Added insert date/time
    Added insert color
    Added swap line
    Added merge space
    Added resize 'Organize Favorites' dialog
    Added revert [Organize Favorites]
    Added remove missing [Organize Favorites]
    Added rename file
    Added customize Files Panel
    Added Turkish translation
    Added change font
    Removed unused strings
    Removed search up

[close]

https://www.yubsoft.com/ccode/
Titel: Vim 9.0.1636
Beitrag von: SiLæncer am 16 Juni, 2023, 09:10
Changes:>>

9.0.1636: expanding a pattern interferes with cmdline completion
9.0.1635: error message is cleared when removing mode message
9.0.1634: message is cleared when removing mode message
9.0.1633: duplicate code for converting float to string

http://www.vim.org/index.php
Titel: Trilium Notes 0.60.3
Beitrag von: SiLæncer am 16 Juni, 2023, 18:50
(https://i.postimg.cc/2yDgvbpj/screenshot-2595.png)
A hierarchical note-taking software application with focus on building large personal knowledge bases while also providing a flurry of options.

License: AGPL

Changelog

    Consistent tooltip arrow style, #3948
    Selected text in HTML view is searched immediately in find box, #3947
    Smooth scrolling for TOC, #3944
    Linux and Windows allow you to choose which app to open the note with ("Open note custom"), #3940
    Improved Cyrillic font support, #3933
    Move "tree actions" to the right, #3928
    Improved include note display, #3920
    More obvious active ribbon item
    ETAPI fixes and improvements, #3908 #3909
    Remove HTML tags added by trilium during ZIP import, #3897
    Added ability to override default search engine, #3901
    Ensure note return branch #3893, thanks to @mirrorcult
    Improved performance of note map #3870
    Change in regex of resolving custom paths, #3866
    Dev env changes #3871 #3827 #3848 #3847 #3846 #3839 #3838 #3833 #3837
    Lint changes #3818
    Fix click events propagating from a context menu being closed, fixes #3805
    Fix resizing of note map #3808
    Added #sortLocale, #3695
    Don't trigger menu items on right click, #3764
    Persistent caching #3814
    Sort icons by how much they are used, #3784
    Don't trigger menu items on right click, #3764
    Change dropdown border to light border
    SVG icons #3773
    Note book card margin #3756
    Add #newNotesOnTop, closes #3734
    Use the same variable as Firefox for scrollbar thumb #3152
    Fix search in "view source", closes #3929
    Fix cursor position when Jumping from note to included note
    Fix parsing the authentication header with password containing a colon, closes #3916
    Don't allow setting image quality to empty value, #3894
    Fix hamburger icon in canvas, #3780
    Wrong password login screen should return 401 so that it counts to the rate limiter, fixes #3867
    Collapse command will collapse the whole tree, including the current active note path, fixes #3664
    Merge pull request #3959 from soulsands/fix-search
    Images in note list preview should be shrinked to fit into view, fixes #3965
    3974 from soulsands/fix-edited-note fix getEditedNotesOnDate
    Right click on an external link should not open the link, fixes #3971
    Keep this window on top #3963 by @SiriusXT
    Display icon for non-supported note types in content renderer
    Fixed infinite recursion with search notes
    If a note context has sub contexts, then it has to be saved even if empty, fixes #3985
    Invalidate attribute cache on branch create/update, fixes #3994
    Use note size format also in file properties
    Merge pull request #3984 from dymani/move-pane Add buttons to reorder split panes by @dymani
    Don't allow patching relation's value in ETAPI #3998
    Fix shortcuts not resetting to default #4004 by @dymani
    Fix showing deleted notes in the recent changes dialog, closes #4013
    ETAPI ZIP import
    Fix race condition between script execution and saving, closes #4028
    Compatibility with online excalidraw tool - JSON can be imported into excalidraw web tool
    Sql console outputs results of CTEs, fixes #2800
    Allow creating backups via ETAPI, #4014

[close]

https://github.com/zadam/trilium
Titel: RJ TextEd 15.90
Beitrag von: SiLæncer am 16 Juni, 2023, 20:30
(https://s26.postimg.cc/775l9vjeh/screenshot_593.png)
RJ TextEd - A Unicode source and text editor. RJ TextEd is a full featured text and source editor with Unicode support, syntax highlighting and code folding. The functionality extends beyond text files and includes support for HTML editing with integrated preview, spell checking, auto completion, HTML validation, templates and more. The program also include support for Topstyle Lite CSS editor, has a dual pane file commander, as well as a FTP client to upload your files. The editor uses language files to display menus and dialogs in different languages. There are several included languages. New language files can easily be created in the editor. RJ TextEd is also a simple web development tool. The editor can use auto completion and hints to assist you in editing your source code. You can preview HTML/ASP/PHP... code using one of the preview tabs or open a document in a browser. The editor does not only handle source code. It also handles true ASCII files, binary files and of course plain text files.

License: Freeware

Changelog


    Code Explorer:

    Made several changes to the code explorer. All icons for method, property... have been removed and replaced with more general structure symbols, which makes it easier to use with different languages. And less confusing.
    Bookmarks can be displayed in the second view.
    The second view can now handle nested functions (e.g. JavaScript, Typescript...).
    Selectors in CSS should be displayed properly now.
    All tags are displayed on the tags tab. No tags are displayed on the code tab.
    Fixed several issues as well.

    Activate highlighter when opening a file:

    I've added new options to activate a highlighter if a new file type is opened and the file extension and highlighter is not activated in "Addons".
    The default behavior is to display a prompt asking the user if the highlighter should be activated, with all its file extensions. But you can change that in option to automatically activate the highlighter, without the prompt.
    Ex. You open a FSharp file and the FSharp highlighter is not active and available in the syntax highlighter list. Normally you would have to activate it manually in "Addons". But with these options it can be done for you.

    The options can be found in "Options -> File -> Miscellaneous":

    Activate highlighter on unknown file extension
    Prompt user to activate highlighter

    Always open application on active monitor:

    Added a new option to always open the program on the same monitor as the mouse cursor.
    The option is turned off by default, but can be turned on in
    "Options -> Program -> Program start".

    Open large files as plain text:

    Added an option to open large files as plain text in "Options -> File -> Open".
    The large file limit is set in MB.
    This option is turned off by default.

    Auto completion:

    Made changes to fix some issues when the auto completion list is visible while you type.
    I also fixed a few other issues found while testing.

    LSP Client:

    Updated the LSP client to handle all new features in v3.17.x of the LSP protocol. And made some improvements, both in the client and the editor.

    LSP Hover Hints:

    Made several improvements to the display. Information is better color coded and markdown strings are handled better now.
    The size of the hint is handled better and text properly wrapped, if necessary.

    Lisp Highlighter:

    Created a new highlighter for Lisp.

    Misc:

    Option to enclose selection with quotes now include backticks.

    Fixed:

    Some issues with color value highlighting.
    Issues with color value hints.
    A few LSP issues.
    Many Code Explorer related issues.
    Several other reported issues.

[close]

http://www.rj-texted.se/
Titel: QOwnNotes 23.6.5
Beitrag von: SiLæncer am 16 Juni, 2023, 21:50
(https://s26.postimg.cc/hoi1ahlcp/screenshot_978.png)
QOwnNotes is a text editor / notepad replacement with markdown support and todo list manager. The program supports themes, keyboard shortcuts, syntax highlighting, and encryption. Includes available nested file list, tags, search, and more. Optionally works with the notes application ownCloud or Nextcloud.

Cross-platform with clients available for Mac and Linux.

License: GPL

Changelog


    Markdown is now stripped out of the heading text in the navigation panel to
    improve readability (for #2791 )
    there now is an action to copy the absolute path of the current note to the
    clipboard in the Edit / Extra menu and the note list context menu
    the QOwnNotesAPI Nextcloud App was updated
    to version 23.6.0 to support Nextcloud 27 (for #44 )
    added more Arabic, Portuguese, Korean translation (thank you noureddin, manuelarodsilva, venusgirl)

[close]

http://www.qownnotes.org/
Titel: Vim 9.0.1637
Beitrag von: SiLæncer am 17 Juni, 2023, 09:15
Changes:>>

9.0.1637: compiler warning for uninitialized variable

http://www.vim.org/index.php
Titel: Vim 9.0.1638
Beitrag von: SiLæncer am 17 Juni, 2023, 18:15
Changes:>>

9.0.1638: crypt tests hang and cause memory errors

http://www.vim.org/index.php
Titel: MPad 1.25
Beitrag von: SiLæncer am 17 Juni, 2023, 19:30
(https://i.postimg.cc/N046msSj/screenshot-2173.png)
A tab-based code and text editor that features syntax highlighting, line numbering, as well as line operations and advanced search tools.

Donationware

Changelog


    Activate highlighter when opening a file:

    I've added new options to activate a highlighter if a new file type is opened and the file extension and highlighter is not activated in "Addons".
    The default behavior is to display a prompt asking the user if the highlighter should be activated, with all its file extensions. But you can change that in option to automatically activate the highlighter, without the prompt.
    Ex. You open a FSharp file and the FSharp highlighter is not active and available in the syntax highlighter list. Normally you would have to activate it manually in "Addons". But with these options it can be done for you.

    The options can be found in "Options -> File -> Miscellaneous":

    Activate highlighter on unknown file extension
    Prompt user to activate highlighter

    Always open application on active monitor:

    Added a new option to always open the program on the same monitor as the mouse cursor.
    The option is turned off by default, but can be turned on in
    "Options -> Program -> Program start".

    Open large files as plain text:

    Added an option to open large files as plain text in "Options -> File -> Open".
    The large file limit is set in MB.
    This option is turned off by default.

    Auto completion:

    Made changes to fix some issues when the auto completion list is visible while you type.
    I also fixed a few other issues found while testing.

    Lisp Highlighter:

    Created a new highlighter for Lisp.

    Misc:

    Option to enclose selection with quotes now include backticks.

    Fixed:

    System dialogs (e.g. open, save...) should not have any theme colors.
    Editor tab color and font issues.
    Updates after changes in themes manager.
    Some issues with color value highlighting.
    Issues with color value hints.
    Several other reported issues.

[close]

https://www.mpad.se/
Titel: Zettlr 3.0.0 Beta 5
Beitrag von: SiLæncer am 18 Juni, 2023, 10:40
(https://s26.postimg.cc/vfll9p4mh/screenshot_956.png)
Write text and conveniently edit it using Markdown with the help of this user-friendly and well-thought-out, Electron based application.

MIT License

Release Notes

    fix: Renamed footnotes test file by @josh-133 in #4336
    Fixes the tag-extraction from files and searching by tags by @UFOMelkor in #4379
    Fix regression error from #4379 by @UFOMelkor in #4385
    Run the check workflow on pull-requests by @UFOMelkor in #4386
    Update readme to reflect deprecation of --frozen-lockfile by @mattstring in #4396
    Update zh-TW.po by @asd153866714 in #4415

[close]

Download: https://github.com/Zettlr/Zettlr/releases

https://www.zettlr.com/
Titel: Notepad2 by Zufu Liu 4.23.06r4862
Beitrag von: SiLæncer am 18 Juni, 2023, 18:40
(https://i.postimg.cc/TwvVMTtj/screenshot-2227.png)
Write in a wide variety of programming languages through the use of this comprehensive, free and open-source text processor with syntax highlighting support.

BSD License

Changelog


    Changes Since v4.23.04r4766:

    Scintilla updated to 5.3.5, see https://www.scintilla.org/ScintillaHistory.html for the changes.

    Implemented color preview via CallTip and click CallTip to open color dialog, issue #659. 9492cf8. following color format (case insensitive, configured with menu View -> Show CallTip) are supported:

    RGBA: #RGB, #RGBA, #RRGGBB, #RRGGBBAA, 0xRRGGBB, 0xRRGGBBAA.
    ARGB: #RGB, #ARGB, #RRGGBB, #AARRGGBB, 0xRRGGBB, 0xAARRGGBB.
    BGRA: #BBGGRR, #BBGGRRAA, 0xBBGGRR, 0xBBGGRRAA.
    ABGR: #BBGGRR, #AABBGGRR, 0xBBGGRR, 0xAABBGGRR.

    Auto-completion improvements:

    Case insensitive auto-completion now include all words with different casing, issue #654. 6691b75
    Added options to disable auto-complete (or ignore) word inside comment, string and plain text, issue #553, #338. 4b6f0a3, 3ff3623, etc.
    Added option "Backspace key smart delete spaces." on Tab Settings dialog, issue #660. 5f0c078
    Bash lexer and command list updated to Bash 5.2 and tcsh 6.24. d2e7e99, e781ff1, etc.
    Other lexer and API updates: CSS (d53367e), Dart (91c692e), HTML (03ae5cd), JavaScript (b1be545, 669ff5c), Perl (a7b35f0), Python (85c9f0c), SQL (3450041), TOML (8f7f1d5), VB (6d79d23), YAML (8f7f1d5).
    Other bug fixes and improvements.

[close]

https://github.com/zufuliu/notepad2
Titel: OutWiker 3.2.0.924 Beta
Beitrag von: SiLæncer am 18 Juni, 2023, 19:10
(https://s26.postimg.cc/87bx6b16h/screenshot_33.png)
OutWiker is an open-source personal wiki and outliner. Notes are stored in a tree, and kept in the form of directories on the disk. This encourages changing the base by external sources and programs. Currently there are three types of pages supported: plain text, HTML, and wiki. External files (such as pictures) can be attached to pages, and pages can be linked to each other. Each tree branch can be opened as a separate wiki. Other features include tag support, global search (notes and tags), bookmarks, HTML syntax highlighting and icons for notes.

OutWiker can be downloaded with or without plugins, as well as for Linux systems.

License : GPL

Whats new:>>

    Added menu item and button "Attach Folder".
    Added color highlighting links to missing attachments on wiki pages.
    Updated the About dialog.
    Updated CSS styles for wiki pages.
    Fixed bug with enabling/disabling spell checking on text and HTML pages.
    Migrate to wxPython 4.2.1.

http://jenyay.net/Outwiker/English
Titel: Notepad++ 8.5.4
Beitrag von: SiLæncer am 18 Juni, 2023, 19:30
(https://i.postimg.cc/90QrsKpv/screenshot-818.png)
Notepad++ is a tabbed source code editor and Notepad replacement with a customizable interface. It is one of the few few source code editors that supports "folding," allowing users to quickly reduce and expand sections of code to see the overall document. In addition, it features multi-language syntax highlighting, auto-completion, regular expression search/replace, macro recording and playback, etc. The program can access a long list of plug-ins via an easy-to-access menu with even more features and functions.

License: GPL

Changelog


    Fix macro recording regression on Unicode character.
    Fix regression of defective detection for file read-only attribute removal via Explorer.
    Fix opening multi-files on multi-instance mode regression.
    Update: Scintilla 5.3.5 Lexilla 5.2.5.
    Fix Notepad++ hanging issue running macro to EOF.
    Fix EOL symbol color/appearence being reset issue while changing encoding.
    Enable code folding in Assembly source files.
    Fix document language not remembered through sessions issue.
    Add SHA-1 hash features.
    Add “open new blank document in addition on startup” ability.
    Fix lexer plugin is sorted unconventionally in language menu issue
    Add message NPPM_DARKMODESUBCLASSANDTHEME to allow plugin to use generic dark mode.
    Add the ability to close multiple files without saving in Document list.
    Several GUI Enhancements.
    Fix error message on uninstallation.
    Fix tabContextMenu_example.xml not being deleted while uninstallation.

[close]

DL -> https://github.com/notepad-plus-plus/notepad-plus-plus/releases

https://notepad-plus-plus.org/
Titel: SPFLite 3.0.23169
Beitrag von: SiLæncer am 19 Juni, 2023, 09:10
(https://i.postimg.cc/wT5s6g7J/screenshot-2635.png)
Rename, clone, delete, edit, print, exclude, touch, add to favorites and view your files using this intuitive software application.

License: GPLv3

Changelog

    Correct the SET command. It was not handling an empty SET table properly.
    Correct the (Paste) KB primitive, It was not handling a Paste into the command line properly.
    Correct colorization scan, it was not handling the AUTOCASE of a single delimiter character properly.
    The macro function Get_Profile$ has been re-written to properly perform what the HELP file indicates. As well the BNDS, MASK, MARK and TABS line data can be retrieved either with the functions Get_xxxxLINE$ or with Get_Profile$("xxxxLINE").
    When loading a file using an XMACRO, the routine that validates the SOURCE attribute will be skipped, to avoid issuing extraneous messages.
    Correct error in saving Hilite entries in the STATE file. The length of color fields was incorrect if within 1 character of the line length.
    Macro Get_Profile$ will now, for EMACRO, IMACRO and XFORM return the ON / OFF value as the last operand in the string.
    Correct handling of the Dialog for missing Profiles. If SKIP or SKIP(W) is chosen the entry was being added to the wrong CFG table.
    Remove the option for whether 2D mouse movement may be used to mark text in an edit session. 2D selection will now always be allowed.
    The handling of File Manager Line commands has been revised to better handle Repeating and Block mode commands.

[close]

http://www.spflite.com/Home.html
Titel: Vim 9.0.1640
Beitrag von: SiLæncer am 19 Juni, 2023, 19:10
Changes:>>

9.0.1640: Compiler warning for unused variables without the crypt feature.
9.0.1639: build failure without the crypt feature

http://www.vim.org/index.php
Titel: Trilium Notes 0.60.4
Beitrag von: SiLæncer am 20 Juni, 2023, 08:50
Whats new:>>

    Fix keyboard navigation in the note tree, fixes #4036
    Paste Into Note Keyboard Shortcut No longer Works #4039 (same bug as above)
    Fix notePosition assignment for new children of root

https://github.com/zadam/trilium
Titel: Kate 23.04.2 Build 2069
Beitrag von: SiLæncer am 20 Juni, 2023, 09:40
(https://i.postimg.cc/J44dFswF/screenshot-2330.png)
Text editor that features support for a wide variety of programming languages, syntax highlighting and scripts, which also provides you with an extensive configuration window.

License: GPL /  Donationware

https://kate-editor.org/
Titel: Vim 9.0.1642
Beitrag von: SiLæncer am 21 Juni, 2023, 18:15
Changes:>>

9.0.1642: build failure with tiny features
9.0.1641: The log file does not give information about window sizes.

http://www.vim.org/index.php
Titel: Vim 9.0.1645
Beitrag von: SiLæncer am 22 Juni, 2023, 18:40
(https://s26.postimg.cc/xww5nc4zt/screenshot_1282.png)
A highly configurable text editor built to enable efficient text editing - an improved version of the vi editor distributed with most UNIX systems.

Freeware

Changes:>>

9.0.1645: zserio files are not recognized
9.0.1644: not all filetype file name matches are tested
9.0.1643: filetype detection fails if file name ends in many '~'

http://www.vim.org/index.php
Titel: BowPad 2.8.9
Beitrag von: SiLæncer am 22 Juni, 2023, 20:10
(https://s26.postimg.cc/h0ofzpokp/screenshot_1153.png)
BowPad is a small and fast text editor with a ribbon user interface and syntax highlighting.

Features:

syntax highlighting for over 100 file types and languages
handling of many different encodings, including UTF-8, UTF-16 and even UTF-32
easy ribbon user interface
navigation hints in the vertical scrollbar
coloring of open tabs according to their path
extendable with plugins written in jscript or vbscript

Freeware

Whats new:>>

List of issues solved for 2.8.9 (https://github.com/stefankueng/BowPad/milestone/25?closed=1)
Fixed problem where file was not loaded/shown empty when encoding detection failed
updated to Scintilla 5.3.5

http://stefanstools.sourceforge.net/BowPad.html
Titel: Vim 9.0.1649
Beitrag von: SiLæncer am 23 Juni, 2023, 09:20
Changes:>>

9.0.1649: syntax test failure causes script to abort
9.0.1648: result of syntax tests is hard to see
9.0.1647: insufficient testing for syntax plugins
9.0.1646: CI: codecov may take a very long time to run

http://www.vim.org/index.php
Titel: Micro Hosts Editor 1.4.0
Beitrag von: SiLæncer am 23 Juni, 2023, 19:50
(https://i.postimg.cc/Hn4PTG5D/screenshot-2135.png)
Effortlessly edit your Windows’ hosts file using this free and open-source utility with a dedicated graphical user interface and support for keyboard shortcuts.

License: GPLv3

Changelog


New

    Switched to native IPAddress type for storing IP addresses.
    Implemented correct sorting of IP addresses..
    Switched to native Hostname type for storing hostnames.
    Implemented correct sorting of hostnames.
    Added more strict checks for both IP addresses and hostnames.

Bug fixes

    Fixed issues with malformed Hosts file entries.
    Fixed an error when trying to remove the entire row.

Changes

    Documented Mono issues.
    Updated documentation.
    Updated NLog to version 5.2.0.

[close]

https://github.com/xvitaly/mhed
Titel: CCode 1.9.0
Beitrag von: SiLæncer am 23 Juni, 2023, 20:40
(https://i.postimg.cc/C5rPgVcC/screenshot-2297.png)
A simple install-free source code editor with support for multiple programming languages, with syntax highlighting, line numbering and an intewgrated.

Freeware

Changelog


    Added Italian language
    Added Korean language
    Added column in 'Go to Line' dialog
    Added go to line for all open files
    Added reload file
    Added delete file
    Added remember find/replace/find in files/go to line dialog position
    Added sort lines
    Added reverse lines
    Added save files panel sort column
    Added close tab on middle mouse click
    Added Tabs on multiple lines
    Added All tabs has same width
    Added Show tabs at bottom
    Added Show tooltips on hover tabs
    Added reset to default options
    Improved status bar

[close]

https://www.yubsoft.com/ccode/
Titel: QOwnNotes 23.6.6
Beitrag von: SiLæncer am 23 Juni, 2023, 20:50
(https://s26.postimg.cc/hoi1ahlcp/screenshot_978.png)
QOwnNotes is a text editor / notepad replacement with markdown support and todo list manager. The program supports themes, keyboard shortcuts, syntax highlighting, and encryption. Includes available nested file list, tags, search, and more. Optionally works with the notes application ownCloud or Nextcloud.

Cross-platform with clients available for Mac and Linux.

License: GPL

Changelog


    some menu text was adapted to be more readable
    added more German, Arabic, Korean, Dutch, Ukrainian translation (thank you sdicke,
    noureddin, venusgirl, stephanp, prolinuxua)
    qc v0.5.0 was released
        the last executed command is now stored and can be executed again via qc exec --last
        (for #9 )
        neovim is now also used to edit the config file

[close]

http://www.qownnotes.org/
Titel: Vim 9.0.1657
Beitrag von: SiLæncer am 24 Juni, 2023, 08:20
Changes:>>

9.0.1657: one more syntax test depends on the system
9.0.1656: syntax test fails when detected shell type differs
9.0.1655: syntax test fails when Vim window is not tall enough
9.0.1654: MS-Windows: test for default 'viewdir' fails
9.0.1653: Amiga: default 'viewdir' may not work
9.0.1652: unclear why syntax test fails on Mac
9.0.1651: unclear why syntax test fails on Mac
9.0.1650: MS-Windows: default 'viewdir' may include read-only directory.

http://www.vim.org/index.php
Titel: Notepad Light 1.0.0.55
Beitrag von: SiLæncer am 24 Juni, 2023, 10:10
(https://i.postimg.cc/ZqLm9DJz/screenshot-2207.png)
Preview, edit and create .RTF and plain text files using this free and open-source WordPad alternative with a built-in dark mode.

MIT License

Whats new:>>

Added ability to double click timer in the timer list to resume timer
Updated webview2
Added more machine info in about form
Fixed bug in Ctrl+C not working in toolbar
Fixed bugs in add timers

https://github.com/desjarlais/Notepad-Light
Titel: VinaText 1.12
Beitrag von: SiLæncer am 24 Juni, 2023, 18:15
(https://i.postimg.cc/zGH172jh/screenshot-2229.png)
A simple and straightforward code editor that can come in handy for developers working with multiple programming files at the same time.

License: Open Source

Changelog


    Improvements:

    Search Text: focus on search dialog when word not found
    Add wheel page speed setting
    Add host key for search/replace features, using Enter (Search/replace next), Shift + Enter (Search/replace previous), Ctrl + Enter (Search/replace All),
    Save previous search/replace word when close search dialog
    Improve text typing speed
    Improve goto path function
    Improve dockable window path filter
    Improve delete path function
    Improve syntax highlight for markdown language

    Bug fixes:

    Fix bug auto add tab when press enter key
    Fix bug sometime crash when open many tabs
    Fix bug run file as administrator mode

[close]

https://vinatext.dev/
Titel: Pandoc 3.1.4
Beitrag von: SiLæncer am 25 Juni, 2023, 09:40
(https://i.ibb.co/6mSXKdx/pandoc.png)
Pandoc is a command-line utility that can convert files from one markup format into another. Pandoc's enhanced version of Markdown includes syntax for footnotes, tables, flexible ordered lists, definition lists, fenced code blocks, superscripts and subscripts, strikeout, metadata blocks, automatic tables of contents, embedded LaTeX math, citations, and Markdown inside HTML block elements. (These enhancements, described further under Pandoc's Markdown, can be disabled using the markdown_strict input or output format.)

License: Open Source

Changelog

    Fix a security vulnerability in MediaBag and T.P.Class.IO.writeMedia. This vulnerability, discovered by Entroy C, allows users to write arbitrary files to any location by feeding pandoc a specially crafted URL in an image element. The vulnerability is serious for anyone using pandoc to process untrusted input. The vulnerability does not affect pandoc when run with the --sandbox flag.
    Allow epub-title-page to be used in defaults files (#8908).
    Issue Extracting info message (in --verbose mode) when using --extract-media or extracting media temporarily in PDF production.
    HTML reader: Update TableBody RowHeadColumns caculation (#8634, Ruqi). This change sets RowHeadColumns to the minimum value of each row, which gives better results in cases where rows have different numbers of leading th tags.
    Dokuwiki reader: retain image query parameters as attributes (#8887, echo0).
    Textile reader: Add support for link references (#8706, Stephen Altamirano). Textile supports what it calls “link alias”, which are analogous to Markdown’s reference-style links.
    LaTeX reader: support alt text on images (#8743, Albert Krewinkel).
    Commonmark reader: Make implicit_figures work again. Support for this (introduced in #6350) disappeared when we made an architectural change.

    JATS reader:

    Add footer and multiple body parsing to table reader (#8765, Noah Malmed).
    Parse references title from ref-list (#8365).

    JATS writer:

    Make --number-sections work.
    Include title in ref-list (#8364). Previously the reference title ended up in a separate section at the back of the body instead of in the ref-list in the back matter.
    Mediawiki writer: allow highlighting to work for F# language (Adelar da Silva Queiróz).
    LaTeX writer: Fix escaping of & in href and url (#8903).

    Docx writer:

    Fix localization of “Abstract” title (#8702).
    Allow abstract-title to be specified in docx metadata (#8794).
    CunkedHTML writer: Make math work in top-level page (#8915).
    Text.Pandoc.Logging: add new log message type ScriptingWarning [API change] (Albert Krewinkel).
    Lua: report warnings from Lua scripts (Albert Krewinkel). Lua’s warning system is plugged into pandoc’s reporting architecture. Warnings that are raised with the Lua warn function are now reported together with other messages.
    Use crypton-connection instead of connection (#8896, Felix Yan). Follows the change introduced in tls 1.7.0.
    Bump versions for skylighting-core, skylighting.
    Include lua/module/sample.svg in cabal extra-source-files (Felix Yan).
    Add Nynorsk (New Norwegian) translations (Per Christian Gaustad).
    Add tests for fillMediaBag/extractMedia.


    INSTALL.md:

    Mention alternatives to LaTeX to generate PDF (Norwid Behrnd).
    Update Linux install links (harabat).
    Pandoc-extras.md: add to “Academic publishing workflows” (#8696, Vladimir Alexiev).

[close]

https://github.com/jgm
Titel: ImHex 1.30.1
Beitrag von: SiLæncer am 25 Juni, 2023, 09:50
(https://i.postimg.cc/8C9YTjjW/screenshot-3382.png)
An open-source editor that allows you to manipulate hexadecimal, binary data for writing optimal and well-performing apps, by displaying you content byte by byte.

Donationware

Changelog

    Improvements:

    The Accept Pattern popup can now be closed using Escape

    Bug Fixes:

    Fixed an issue that caused the unifont font to not be loaded correctly causing mainly asian languages to not display correctly
    Fixed a rendering issue with the entropy and byte type graph
    Fixed hex editor hovering tooltips of large arrays causing ImHex to lag a lot
    Fixed favorites loading in large patterns causing ImHex to freeze

    Additions:

    Added option to export generated pattern data
    This allows you to export your current patterns as JSON, YAML and HTML
    Added a debugger to debug your pattern code
    This allows setting breakpoints, halting the execution and inspecting the value of variables
    Added option to upload crash logs to help us fix issues more quickly. Huge thanks to @Nowilltolife
    Added optional usage statistics reporting. Huge thanks to @Nowilltolife
    Added provider tab right click menu with provider-specific options
    The file provider for example has a option to open the file location in the explorer or open the file in an external editor
    Recent providers can now be removed from the list in the welcome screen by right clicking them and selecting "Remove". Thanks to @iTrooz
    Added support for changing the hex editor page size
    Opened projects are now being saved to the recent entries
    Added a native error message when the GLFW fails to be created. Thanks to @iTrooz
    Added a replace feature to the find view
    Added advanced provider information when hovering over its tab and holding down SHIFT
    Updated ImGui and its extension libraries to the newest versions. Thanks a lot to @iTrooz
    Added filter option to the pattern data view
    Added support for marking specific patterns in the pattern data view as favorite
    The pattern editor console can now be resized and text in it can be selected and copied
    Pattern language console log is now always printed immediately
    The Offset column in the pattern data view has been split into a Start and End column

    Improvements:

    The files in the file chooser popup now appear in alphabetical order
    Themes can now make use of Windows's acrylic blur window background
    Drastically improved crash backup and restore logic
    Additional title bar buttons are now being displayed when not running in borderless window mode. Thanks to @iTrooz
    Drastically improved loading times for custom encoding files
    Projects that fail to load now display a detailed error message. Thanks to @iTrooz
    Drastically improve usefulnes of stacktraces, especially on Windows.

    Bug Fixes:

    Fixed rendering issues with custom encodings. Thanks a lot to @shenlebantongying
    Entropy and byte type distribution graph now always fill out the entire diagram width
    Fixed issue where view-sepecific shortcuts would get applied globally
    Fixed issue where ranges found by find view were not being highlighted
    Fixed invalid key code error being spammed in the console
    Fixed a crash when sorting the value column in the pattern data view
    Fixed issues where the intel hex provider didn't display any data
    Fixed an issue where projects couldn't be saved if the current provider wasn't writable
    Fixed commit hash and branch not being displayed correctly in various places

    Pattern Language:

    Added #pragma magic to automatically load patterns based on a sequence of bytes at a specific location in the data instead of using MIME types
    Added a new hex_viewer visualizer
    Added the [[export]] attribute to display pattern local variable in the pattern data view
    Massively improved handling of local variables
    Variables used in functions, function parameters and pattern local variables should now behave a lot more like you'd expect
    Fixed issues with the pattern 3D visualizer calculating normal vectors incorrectly. Thanks to @paxcut
    Fixed issue where loops and conditionals increased the parent stack
    Fixed a crash when pragmas didn't end with a new line
    Fixed static arrays displaying the same value for all entries
    Fixed handling of return statements in global scope

[close]

https://github.com/WerWolv/ImHex
Titel: Vim 9.0.1664
Beitrag von: SiLæncer am 25 Juni, 2023, 11:10
Changes:>>

9.0.1664: divide by zero when scrolling with 'smoothscroll' set
9.0.1663: Termdebug on MS-Windows: some file names are not recognized.
9.0.1662: crash when using a class member twice
9.0.1661: BUCK files are not recognized
9.0.1660: error for using matchfuzzy() returning a list of dicts
9.0.1659: Termdebug: default highlight cleared when changing colorscheme.
9.0.1658: autoload files for "zig" are not installed

http://www.vim.org/index.php
Titel: Vim 9.0.1665
Beitrag von: SiLæncer am 26 Juni, 2023, 09:40
Changes:>>

9.0.1665: empty CmdlineEnter autocommand causes errors in Ex mode

http://www.vim.org/index.php
Titel: Vim 9.0.1668
Beitrag von: SiLæncer am 27 Juni, 2023, 08:10
Changes:>>

9.0.1668: PEM files are not recognized
9.0.1667: regression test doesn't fail when fix is reverted
9.0.1666: compiler may warn for uninitialized variable

http://www.vim.org/index.php
Titel: yWriter 7.1.3.8 Beta
Beitrag von: SiLæncer am 27 Juni, 2023, 09:40
(http://www.spacejock.com/images/yWriter5Main.png)
yWriter allows you to split your novel into chapters and scenes, simplifying the process of text writing. You can reorder scenes within chapters or change their content, title and description. If you notice that you mistyped a word, yWriter enables you to do a global text search and replace it. With yWriter you can easily keep journals, diaries or create your own stories and novels.

Freeware

Whats new:>>

Export to RTF uses the 'export comments' checkbox, and export to Text has more options now.

http://www.spacejock.com
Titel: Torrent File Editor 0.3.18
Beitrag von: SiLæncer am 27 Juni, 2023, 10:10
(https://s26.postimg.cc/ocurkxi15/screenshot_325.png)
Create torrent files from scratch on your computer by configuring a few parameters and choosing the files you want to be contained within it.

License: GPLv3

Whats new:>>

    Update translations
    Add Qt6 support
    Various fixes
    Replace beer with coffee

https://github.com/torrent-file-editor/torrent-file-editor
Titel: FocusWriter 1.8.5
Beitrag von: SiLæncer am 27 Juni, 2023, 21:20
(https://s26.postimg.cc/if0nmb60p/screenshot_947.png)
FocusWriter hilft Vielschreibern beim Verfassen von Texten. Die Textverarbeitung blendet alle Menüs und Leisten aus. So kann man sich beim Schreiben voll und ganz auf das Wesentliche konzentrieren.

Der Vollbild-Texteditor FocusWriter zeigt als Oberfläche absichtlich lediglich den blanken Text. Daher gelingt es leichter, störungs- und ablenkungsfrei zu schreiben. Auf Wunsch kann man auf zusätzliche Steuerelemente zugreifen und diese per Maus über die Bildschirmränder abrufen.

Außerdem kann bei FocusWriter eine Statuszeile mit der aktuellen Uhrzeit, einem Timer und Statistiken eingeblendet werden. Das geplante Arbeitspensum legt der Schreiber in den Einstellungen in Minuten oder Wörtern fest. Textart und -farbe werden hier ebenfalls ganz nach Wunsch bestimmt.

Mit FocusWriter können mehrere Dokumente parallel bearbeitet werden. Ein Speichern erfolgt im RTF-, ODT- oder TXT-Format. Standardmäßig zeigt die Freeware einen einfarbigen, nüchternen Hintergrund. Wer die Arbeitsumgebung etwas freundlicher und abwechslungsreicher gestalten möchte, kann die Farbe ändern und auch ein eigenes Bild als Hintergrund einblenden.

FocusWriter enthält alle Grundfunktionen einer Textverarbeitung inklusive Textformatierungen, einer Rechtschreibprüfung und dem Suchen und Ersetzen von Wörtern und Textausschnitten. Die Freeware spricht vor allem den Vielschreiber an, der sich allein auf den Text konzentrieren möchte.

Changelog


    FIXED: Unable to paste HTML into web browser
    Translation updates: Russian, Turkish, Ukrainia

[close]

http://gottcode.org/focuswriter/
Titel: Vim 9.0.1670
Beitrag von: SiLæncer am 28 Juni, 2023, 10:10
(https://s26.postimg.cc/xww5nc4zt/screenshot_1282.png)
A highly configurable text editor built to enable efficient text editing - an improved version of the vi editor distributed with most UNIX systems.

Freeware

Changes:>>

    9.0.1670: resetting local option to global value is inconsistent
    9.0.1669: Crash syncing swapfile in new buffer when using sodium crypt

http://www.vim.org/index.php
Titel: Vim 9.0.1671
Beitrag von: SiLæncer am 29 Juni, 2023, 18:15
Changes:>>

9.0.1671: Termdebug: error with more than 99 breakpoints

http://www.vim.org/index.php
Titel: IsWiX 5.0.40.0
Beitrag von: SiLæncer am 01 Juli, 2023, 21:10
(https://i.postimg.cc/jqzJGbDg/screenshot-1252.png)
IsWiX, or Industrial Strength Windows Installer XML is a reliable tool that can help you with authoring Windows Installers. The application allows you to analyze each component of the current project, manage features, properties and namespaces.

License: MS-PL

Changelog

Fix incorrect authoring of wix v4 fragment/componentgroup/components when One to Many component authoring rule is selected.

[close]

https://github.com/iswix-llc/iswix
Titel: Vim 9.0.1672
Beitrag von: SiLæncer am 02 Juli, 2023, 10:20
Changes:>>

9.0.1672: Tabline highlight wrong after truncated double width label.

http://www.vim.org/index.php
Titel: Znote 2.3.5
Beitrag von: SiLæncer am 02 Juli, 2023, 21:15
(https://i.postimg.cc/qvfVnLWd/screenshot-2617.png)
Znote is a free, elegant program meant to help you write beautifully organized Markdown documents. You can organize your texts, notes, and files even better, using the simplistic left-side widget organizer for smoothly navigating different files.

Open Source  /  Freemium

Whats new:>>

    Fixed infinite resize with some UI framework
    Fixed notes disappear when multiple notes have the same name in different folders
    Cache issue when loading a local JS script with require(./XXX)
    BlockName was not found with blockName=XXX without any other parameter
    Now allow to add local JS in external scripts packages
    Now allow require() for JS app

https://znote.lagrede.fr/
Titel: Text Editor Pro 27.3.0
Beitrag von: SiLæncer am 02 Juli, 2023, 21:40
(https://s26.postimg.cc/hfdkhoj9l/screenshot_896.png)
Text Editor Pro (formerly EditBone) is a powerful text editing tool that comes with syntax highlighting support for over 50 languages and scripts, customizable with over 100 options, 29 ready made styles, a handy file comparison feature, unicode character map, numerical unit convert tool, SQL formatter, and support for multiple directories and search results.

Freeware

Changelog


    Added guide line options for folding
    Fixed folding
    Fixed highlight for active tab
    Fixed insert line
    Fixed PDF preview control - https://github.com/TextEditorPro/TPDFiumControl
    Fixed skin issues
    Fixed SQL highlighters
    Fixed toggle case
    Updated FastMM5 memory manager - https://github.com/pleriche/FastMM5
    Updated language files

[close]

https://texteditor.pro/
Titel: Quoll Writer 3.0.1
Beitrag von: SiLæncer am 03 Juli, 2023, 18:50
(https://i.postimg.cc/mkXvgcqd/screenshot-2351.png)
Concentrate on your writing by turning to this application that lets you create chapters, characters, locations or items and link them with each other in an intuitive manner.

Donationware

Changelog


    New feature - Night Mode:

    Perhaps the most asked for feature is finally here. Night Mode essentially flips the color scheme but not completely. You can enable it between certain times or have it switched on permanently.

    New feature - User Interface Font and Font Size:

    It is now possible to change the font used for the User Interface text and the size of the text.

    New feature - macOs and Linux versions:

    Quoll Writer is now available for macOS and Linux.
    Linux users, the tool I use to create the Linux version, install4j, only allows me to create .deb or .rpm files. I won't be creating any other distribution type, if install4j supports other methods then I'll make them available where possible. If you want to create a new distribution type then please feel free and let me know, I'll make it available through the downloads page.

    New feature - Revamped Options panel:

    The Options panel has been reworked and broken into sections for easier use and finding of options.

    New feature - More flexible Assets:

    Assets have been reworked to be more flexible. You can add new columns for fields, move fields around via drag-n-drop, move columns around and double click to edit a field in situ. Additionally the 'Appears in' section is now its own sidebar and the documents is now it's own optional field. Finally, you can drag-n-drop files/images onto the relevant field to add them to the Asset.

    New feature - JavaFX:

    The whole point of version 3 was to move Quoll Writer to a new technology called JavaFX. It's essentially a modern User Interface toolkit that is actually supported (Java Swing isn't, thanks Oracle) and actively developed.
    JavaFX will allow me to create better new features in the future but it has been a long and tough road to get here!

    New feature - It's CSS all the way done:

    A side effect of using JavaFX is that stylesheets are now used to style components. This is what makes Night Mode and UI font and font size changes easy to implement. This is important for the future where you'll be able to create and use your own stylesheets for components, essentially tailoring Quoll Writer to look how you think it should look.

    New feature - More configurable interface:

    You can now modify which buttons are displayed in the project header, just right click on the buttons and select 'Configure', use drag-n-drop to select which controls you want to be visible.

[close]

https://quollwriter.com/index.html
Titel: CudaText 1.196.0.0
Beitrag von: SiLæncer am 05 Juli, 2023, 19:50
(https://s26.postimg.cc/k6wu8qcrt/screenshot_901.png)
Create programming scripts with this powerful tool that supports more than 130 languages and allows users to work concurrently on as many as six groups of projects.

Freeware

Changelog
   

+ add: plugin Tabs List: allow Tab-key to change the focus
* change: if in JSON lexer, user folds block which last line is ending with "{", this last line is excluded from folding (thanks @reregaga)
* change: delete option "tab_max_pos_expanded" (it is now max possible value 1024)
- fix: on 'find next' (F3) app forced focus to the Find dialog (thanks @adoeller)
- fix: regression with plugin Insert Pics, because of "show_last_line_on_top" default changed (thanks @herbrot)
- fix: small regression when EOL mark appeared on last line when not needed, on deleting multi-line selection (fixed by @ThaiDat)
- fix: Windows: Chinese IME may crash (thanks @actforjason, fixed by @rasberryrabbit)
- fix: irritating scrolling when user clicks top N lines, when "caret_proximity_vert":N (thanks @hiiamboris)
- fix: not nice indentation when Options Editor saves user.json (thanks @reregaga)
- fix: Find/Replace dialog: empty Find field after typing text and pressing Ctrl+Enter

[close]

https://cudatext.github.io/
Titel: Kate 23.04.2 Build 2086
Beitrag von: SiLæncer am 07 Juli, 2023, 09:20
(https://i.postimg.cc/J44dFswF/screenshot-2330.png)
Text editor that features support for a wide variety of programming languages, syntax highlighting and scripts, which also provides you with an extensive configuration window.

License: GPL /  Donationware

https://kate-editor.org/
Titel: Micro Hosts Editor 1.4.1
Beitrag von: SiLæncer am 07 Juli, 2023, 19:40
(https://i.postimg.cc/Hn4PTG5D/screenshot-2135.png)
Effortlessly edit your Windows’ hosts file using this free and open-source utility with a dedicated graphical user interface and support for keyboard shortcuts.

License: GPLv3

Changelog


Bug fixes

    Fixed issue with skipping rows with inline comments.

Changes

    Implemented concatenation support for the Hostname class.
    Switched from the hardcoded names in exception descriptions to nameof() usage.
    Performed major refactoring of the CleanString() method.
    Reduced complexity of the ReadHostsFile() method.
    Updated NLog to version 5.2.1.

[close]

https://github.com/xvitaly/mhed
Titel: Pandoc 3.1.5
Beitrag von: SiLæncer am 07 Juli, 2023, 21:40
(https://i.ibb.co/6mSXKdx/pandoc.png)
Pandoc is a command-line utility that can convert files from one markup format into another. Pandoc's enhanced version of Markdown includes syntax for footnotes, tables, flexible ordered lists, definition lists, fenced code blocks, superscripts and subscripts, strikeout, metadata blocks, automatic tables of contents, embedded LaTeX math, citations, and Markdown inside HTML block elements. (These enhancements, described further under Pandoc's Markdown, can be disabled using the markdown_strict input or output format.)

License: Open Source

Changelog

    Allow all boolean flags to take an optional true or false value ( #8788 , Sam S. Almahri). The default is true if no value is specified, so this is fully backwards-compatible.

    Support --id-prefix for markdown output ( #8878 )

    Markdown reader:

        Add strictness annotations to fix a memory leak ( #8762 ).

    Typst reader:

        Use typst-hs 0.3.0.0, which is more robust, fixes many bugs, and targets typst 0.6.
        Package loading is now supported, as long as the package has been cached or is local.
        Rewrite Typst reader in a way that makes it easier to extend.
        Filter out CR in raw.
        Handle block content for link element.
        Handle block-level content in text element.
        Handle style, align, place in inline contexts too.
        Improve info message for skipped elements.

    Add typst reader tests ( #8942 ).

    MediaWiki reader:

        Revise treatment of “link trail.” Previously we only included ASCII letters. That is correct for English but not for, e.g., Spanish (see comment in #8525 ). A safer approach is to include all letters except those in the CJK unified ideograph ranges.

    AsciiDoc writer:

        Make modern AsciiDoc the target for asciidoc ( #8936 ). The AsciiDoc community now regards the dialect parsed by asciidoctor as the official AsciiDoc syntax, so it should be the target of our asciidoc format. The asciidoc output format now behaves like asciidoctor used to. asciidoctor is a deprecated synonynm. For the old asciidoc behavior (targeting the Python script), use asciidoc_legacy. The templates have been consolidated. Instead of separate default.asciidoctor and default.asciidoc templates, there is just default.asciidoc.
        Text.Pandoc.Writers.AsciiDoc API changes:
            writeAsciiDoc now behaves like writeAsciiDoctor used to.
            writeAsciiDoctor is now a deprecated synonym for writeAsciiDoc.
            New exported function writeAsciiDocLegacy behaves like writeAsciDoc used to.
        Update line-through for asciidoc writer to custom inline style ( #8933 , Kevin Broch).

    Typst writer:
        Support unlisted class in headings ( #8941 ).
        Consolidate bibliography files into one #bibliography command ( #8937 ).
        Improve handling of autolinks ( #8931 ).

    Docx writer:
        Make relative widths work in tables. This didn’t work before because we were missing an attribute that tells Word to used fixed widths rather than computing optimal ones.

    DokuWiki writer: fix lists with Div elements ( #8920 ). The DokuWiki writer doesn’t render Divs specially, so their presence in a list (e.g. because of custom-styles) need not prevent a regular DokuWiki list from being used. (Falling back to raw HTML in this case is pointless because no new information is given.)

    LaTeX writer:
        Fix babel name for fa (should be persian).
        Prevent babel language from being imported twice ( #8925 ).

    Text.Pandoc.Class:

        Add toTextM [API change]. This is like Text.Pandoc.UTF8.toText, except:
            it takes a file path as first argument, in addition to bytestring contents
            it raises an informative error with source position if the contents are not UTF8-encoded

    This replaces utf8ToText whenever we have the filename and are in a PandocMonad instance. This will lead to more informative error messages for UTF8-encoding, indicating the file path and byte offset where the error occurs ( #8884 ).

    Remove invalid term “Subject” from Turkish translations ( #8921 ).

    stack.yaml: add pkg-config to nix packages ( #8927 , pacien).

    Allow aeson 2.2.

    MANUAL: Add clarification on –section-divs. Closes #8882 .

[close]

https://github.com/jgm/pandoc
Titel: Vim 9.0.1676
Beitrag von: SiLæncer am 08 Juli, 2023, 08:20
Changes:>>

9.0.1676: warning for buffer in use when exiting early
9.0.1675: test may run into timeout when using valgrind
9.0.1674: help for builtin functions is not sorted properly
9.0.1673: cannot produce a status 418 or 503 message

http://www.vim.org/index.php
Titel: Zim 0.75.2
Beitrag von: SiLæncer am 08 Juli, 2023, 18:10
(https://i.postimg.cc/yxy8Rgtg/screenshot-3367.png)
Zim is desktop Wiki system that lets you maintain a collection of wiki pages. Each page can contain links to other pages, simple formatting and images. Pages are stored in a folder structure, like in an outliner, and can have attachments. Creating a new page is as easy as linking to a nonexistent page. All data is stored in plain text files with wiki formatting. Various plugins provide additional functionality, like a task list manager, an equation editor, a tray icon, and support for version control.

License: Open Source

Changelog

    Add pagename completion by words in "Jump to"
    Let tasklist window remember selection state
    Let tasklist window use a search bar
    Add count in tasklist window
    Fix auto-collapse in page index for child nodes
    Fix import of gtkspellcheck
    Make spellcheck more robust for page reload
    Fix bug in insert screenshot
    Add scrollbar to custom tool window
    Fix config dirs for portable install
    Use environment variable for XDG_TEMPLATES_DIR
    Fix links to anchors on export
    Fixed bug in copy-paste of interwiki links
    Updated diagrameditor and sequencediagrameditor plugins to generate SVG
    Add keybinding for cutting the current line(s)
    Fix fullscreen headerbar visibility

[close]

https://zim-wiki.org/index.html
Titel: MPad 1.26
Beitrag von: SiLæncer am 09 Juli, 2023, 19:15
(https://i.postimg.cc/N046msSj/screenshot-2173.png)
A tab-based code and text editor that features syntax highlighting, line numbering, as well as line operations and advanced search tools.

Donationware

Changelog


    Hyperscript (in HTML)
    Added support for _hyperscript in HTML.

    Windows shutdown, restart, logoff:

    Made some changes at windows shutdown, restart and logoff when the program is still running.
    All files should be reopened, silently, when the program is restarted.

    GDScript highlighter:

    Added a new highlighter for GDScript script files.

    Julia highlighter:

    Added a new highlighter for Julia source files.

    Zig highlighter:

    Added a new highlighter for Zig source files.

    Fixed:

    Several issues with makefiles.
    A few other issues reported by users.

[close]

https://www.mpad.se/
Titel: VinaText 1.13
Beitrag von: SiLæncer am 09 Juli, 2023, 19:45
(https://i.postimg.cc/zGH172jh/screenshot-2229.png)
A simple and straightforward code editor that can come in handy for developers working with multiple programming files at the same time.

License: Open Source

Changelog


    Improved path bookmark table
    Add app data path settings for portable user. [General Settings > Use Install Path As App Data Path]
    Add settings to customize how the indent is to be set (tabs or spaces), and in case of spaces to set how many spaces the user wants
    Some GUI bug fixes

[close]

https://vinatext.dev/
Titel: RJ TextEd 15.91
Beitrag von: SiLæncer am 09 Juli, 2023, 20:10
(https://s26.postimg.cc/775l9vjeh/screenshot_593.png)
RJ TextEd - A Unicode source and text editor. RJ TextEd is a full featured text and source editor with Unicode support, syntax highlighting and code folding. The functionality extends beyond text files and includes support for HTML editing with integrated preview, spell checking, auto completion, HTML validation, templates and more. The program also include support for Topstyle Lite CSS editor, has a dual pane file commander, as well as a FTP client to upload your files. The editor uses language files to display menus and dialogs in different languages. There are several included languages. New language files can easily be created in the editor. RJ TextEd is also a simple web development tool. The editor can use auto completion and hints to assist you in editing your source code. You can preview HTML/ASP/PHP... code using one of the preview tabs or open a document in a browser. The editor does not only handle source code. It also handles true ASCII files, binary files and of course plain text files.

License: Freeware

Changelog


    Fixed:

    Toolbar dropdown menu issue with recent files, sessions and favorites.
    Several issues with makefiles.
    Click on link in LSP hint.
    Delete items in text clips panel.
    A few other issues reported by users.

[close]

http://www.rj-texted.se/
Titel: Text Editor Pro 27.4.0
Beitrag von: SiLæncer am 09 Juli, 2023, 20:20
(https://s26.postimg.cc/hfdkhoj9l/screenshot_896.png)
Text Editor Pro (formerly EditBone) is a powerful text editing tool that comes with syntax highlighting support for over 50 languages and scripts, customizable with over 100 options, 29 ready made styles, a handy file comparison feature, unicode character map, numerical unit convert tool, SQL formatter, and support for multiple directories and search results.

Freeware

Changelog


    Added highlight style for folding guide lines
    Fixed color themes
    Fixed options
    Fixed page control
    Fixed text editor control
    Updated language files

[close]

https://texteditor.pro/
Titel: CCode 2.0.0
Beitrag von: SiLæncer am 09 Juli, 2023, 21:10
(https://i.postimg.cc/C5rPgVcC/screenshot-2297.png)
A simple install-free source code editor with support for multiple programming languages, with syntax highlighting, line numbering and an intewgrated.

Freeware

Changelog


    Added categorization to favorites
    Added menu bitmaps
    Added display reference panel when reference.chm exists
    Improved insert date/time
    Fixed cannot exit app under Windows XP

[close]

https://www.yubsoft.com/ccode/
Titel: QOwnNotes 23.7.0
Beitrag von: SiLæncer am 09 Juli, 2023, 21:50
(https://s26.postimg.cc/hoi1ahlcp/screenshot_978.png)
QOwnNotes is a text editor / notepad replacement with markdown support and todo list manager. The program supports themes, keyboard shortcuts, syntax highlighting, and encryption. Includes available nested file list, tags, search, and more. Optionally works with the notes application ownCloud or Nextcloud.

Cross-platform with clients available for Mac and Linux.

License: GPL

Changelog


When you now select text in a note that text will be used as title when you open the Nextcloud Deck dialog.

[close]

http://www.qownnotes.org/
Titel: Vim 9.0.1677
Beitrag von: SiLæncer am 10 Juli, 2023, 08:50
(https://s26.postimg.cc/xww5nc4zt/screenshot_1282.png)
A highly configurable text editor built to enable efficient text editing - an improved version of the vi editor distributed with most UNIX systems.

Freeware

Changes:>>

9.0.1677: typo in syntax test input file

http://www.vim.org/index.php
Titel: HelpNDoc Personal Edition 8.8.0 Build 547
Beitrag von: SiLæncer am 11 Juli, 2023, 20:30
(https://s26.postimg.cc/n8qdqw1ix/screenshot_994.png)
HelpNDoc provides all the tools necessary to write complete help files, manuals and documentations in a user friendly and very easy to use environment. HelpNDoc can generate standard Windows CHM help files, WEB based documentation, iPhone specific websites as well as printable PDF and Word documents.

HelpNDoc is completely free for personal use and evaluation purposes.

Changelog

    The image editor now includes a stamps panel with dozens of pre-made shapes and numbering options
    Select any number of layers in the image editor to convert them to a reusable stamp
    Snippet editor now uses a modern ribbon user interface for improved consistency and usability
    Snippet editor now displays the most recently used fonts first and includes shortcuts to control the paragraphs' line spacing, background color and text flow
    It is now possible to add, edit and delete anchors in the snippets editor
    The library can now be filtered to display only some library item types
    Script editor window now displays the currently edited file name in its caption
    Library panel now has an optional toolbar to conveniently access some common library actions
    The default HTML template now optionally supports Google Tag Manager
    A preview of the currently hovered library item is now displayed in the project analyzer
    Image maps can now also be edited using the built-in image editor
    Trying to edit a broken library item (e.g. item is not included in the library anymore) displayed an exception error message
    When editing a single hyperlink from the project analyzer, the edit window now uses its current settings by default
    System variable library items silently failed to edit: an error message is now displayed to indicate that this is not possible
    It was possible to open multiple instances of the script editor, leading to confusion and potential bugs
    In the image editor, it was possible to close panels without a way to re-open them
    The library now displays sorted folders first to be consistent with the Windows Explorer
    HelpNDoc's scripting API help file was displayed behind the script editor window
    Optimized loading of application's main window
    Fixed typos in HTML-based template settings

[close]

http://www.helpndoc.com/
Titel: PilotEdit Lite 17.6.0
Beitrag von: SiLæncer am 11 Juli, 2023, 21:20
(http://www.pilotedit.com/images/OpenInQuickMode.PNG)
PilotEdit is a text, hex, XML, C/C++, HTML, PHP, Java, Javascript and Perl editor that can edit large files of 400GB (40 billion lines).

It offers customizable syntax and keyword highlighting, advanced search and replace operations, automatic text encoding, 256-bit AES encryption/decryption and a built-in FTP/SFTP client lets you open, edit, download and upload large files directly to/from a FTP/SFTP server.

In addition to standard text editing features, PilotEdit can compare and merge two large files of 100GB (10 billion lines). You can also sort, find/remove duplicate lines and extract strings over a large file of 1GB.

Freeware

Zitat
PilotEdit 17.6.0 includes improvements over the display of special characters.

http://www.pilotedit.com/
Titel: Zettlr 3.0.0 Beta 6
Beitrag von: SiLæncer am 12 Juli, 2023, 19:40
(https://s26.postimg.cc/vfll9p4mh/screenshot_956.png)
Write text and conveniently edit it using Markdown with the help of this user-friendly and well-thought-out, Electron based application.

MIT License

Release Notes

The citation engine (better handling of file-specific libraries, better rendering, better autocompletes)
Projects (handling of settings files, glob pattern application)
Footnotes (better insertion, editing, and display)
Exports (Simple PDF, Textbundle, and Textpack now work as expected)
Opening of Zotero attachments
Update of all dependencies
Update of the Russian and Catalan translation
There is now an easy menu item allowing you to clear the FSAL cache should that be necessary

[close]

Download: https://github.com/Zettlr/Zettlr/releases

https://www.zettlr.com/
Titel: Znote 2.3.6
Beitrag von: SiLæncer am 12 Juli, 2023, 20:20
(https://i.postimg.cc/qvfVnLWd/screenshot-2617.png)
Znote is a free, elegant program meant to help you write beautifully organized Markdown documents. You can organize your texts, notes, and files even better, using the simplistic left-side widget organizer for smoothly navigating different files.

Open Source  /  Freemium

Whats new:>>

Fixed an annoying bug changing themes when opening the function editor

https://znote.lagrede.fr/
Titel: QOwnNotes 23.7.1
Beitrag von: SiLæncer am 12 Juli, 2023, 21:10
Whats new:>>

    since the TuxFamily upload server has been very
    unreliable and down for several days, we have now switched to GitHub releases
    as hosting service for the source archive (for #2799 )
        the format of the source archive URL now looks like:
        https://github.com/pbek/QOwnNotes/releases/download/v23.7.0/qownnotes-23.7.0.tar.xz
    a tooltip typo in the Git Settings was fixed

http://www.qownnotes.org/
Titel: Kate 23.04.3 Build 2092
Beitrag von: SiLæncer am 13 Juli, 2023, 08:40
(https://i.postimg.cc/J44dFswF/screenshot-2330.png)
Text editor that features support for a wide variety of programming languages, syntax highlighting and scripts, which also provides you with an extensive configuration window.

License: GPL /  Donationware

https://kate-editor.org/
Titel: Notepad3 6.23.712.1 RC
Beitrag von: SiLæncer am 13 Juli, 2023, 09:10
(https://s26.postimg.cc/hqfjo9ard/screenshot_1232.png)
Notepad3 is a lightweight piece of software that overcomes some of the well-known limitations of Windows standard text editor while providing syntax highlighting support.

Freeware

Changelog

    NEW:

    [.707.1]- Add new Toolbar button "New Empty Window".
    [.702.1]- Add new "grepWinNP3" icon for Launch and Search menu's.
    [.702.1]- Add new Toolbar button "Reset Zoom".
    [.619.1]- Indentation guide coloring on matching brace highlight.
    [.513.1]- Option on F/R dialog: incremental search ON/OFF.
    [.512.1]- Add an "Additional Notepad3Portable.cmd Launcher".
    [.504.1]- Option: do not save blank new files.
    [.430.1]- Option to show/hide titlebar.
    [.424.1]- Localization in INNO Setup of "Open with Notepad3" (SUP).
    [.406.1]- Enhanced File-Change Notification Messagebox.
    [.327.1]- Menu entry to clear change/undo history.
    [.321.1]- Split Verilog Lexer (Verilog and SystemVerilog).
    [.320.1]- Add Lexer Verilog HDL.
    [.315.1]- Cooperation of Alt+LClick on Hyperlinks vs. extend selection.
    [.315.1]- Option to fill empty search text in F/R dialog.
    [.221.1]- Unicode point display (status bar) of current (caret pos) character.
    [.221.1]- Quotation Mark Auto-Close Functionality.
    [.220.1]- Add "np3encrypt" project to solution (cmd-ln tool).
    [.217.1]- Localization of the INNO Setup / Installer menus (SUP).

    CHANGES:

    [.711.2]- Try to speed-up large file loading.
    [.710.1]- Try to minimize scrolling to view.
    [.709.1]- Patch Oniguruma engine to accept EOF as line-terminator.
    [.707.1]- Allow not suitable toolbar dimension.
    [.627.1]- Minor changes: CallTip/ToolTip (zoom).
    [.619.1]- Tooltip/Calltip style using Segoe UI font.
    [.616.1]- Web Source Code: enhancement for commenting in embedded scripts.
    [.526.1]- Removing square brackets from being valid codepoints of URL (hyperlink) regex.
    [.521.1]- Copy an "Additional Notepad3Portable.cmd Launcher" in PAF file [Root].
    [.503.1]- Minor enhancement on log file monitoring.
    [.501.1]- Add some new sentences for Logfile Monitoring.
    [.430.1]- Some enhancements for Logfile Monitoring.
    [.430.1]- Changed message box for file change notification.
    [.430.1]- Keep Dark/Light Win Mode settings (if once set manually - else auto detect).
    [.430.1]- Disable menubar in fullscreen mode too.
    [.327.1]- Migrate GetTickCount() -> QueryPerformanceCounter().
    [.325.1]- Option for ASAN Dbg to not throw exception.
    [.321.2]- Default Print Colour Mode depending on Dark/Light Mode.
    [.321.2]- Renaming for Lexer related resource string IDs (defined names).
    [.321.2]- Verilog: split 'System Tasks' from 'Keywords'.
    [.320.1]- Update VHDL Lexer.
    [.320.1]- Dialog windows with special system menu: add 'burger' symbol.
    [.320.1]- Use relaxing default FileCheckInterval (2000[msec]).
    [.320.1]- Refactoring: use background worker helper.
    [.315.1]- RegExpr enhancements.
    [.315.1]- Use larger color bitmaps within color select buttons (customize schemes).
    [.315.1]- SCI add SendMessage macro (SCI).
    [.301.1]- Generic font names $Code/$Text prepend by number referring to priority list position.
    [.301.1]- Goto next/prev markers: respect last searched markers.
    [.224.1]- Delete matching brace/quote, if content in between is empty.
    [.224.1]- Make Code/Text font priority list configurable.
    [.224.1]- Enhance Display of Unicode Point.
    [.223.1]- In Statusbar remove "Ch" because the values are almost similar with "Col".
    [.223.1]- Use change-history-markers for bookmark find next/previous.
    [.223.1]- Enhancement for auto-close char-pairs.
    [.221.1]- All "Margins and Line Numbers" to "font:Consolas; size:-2; fore:#008080".
    [.220.1]- AnalyzeConfidenceLevel at least 90%.
    [.220.1]- Lexer TEXT using own Default settings (corresponding to ANSI Lexer).
    [.207.1]- Installer script resets "Theme files" only on user decision (SUP).

    FIXES:

    [.711.1]- RegEx search with begin/end line meta chars.
    [.710.1]- Recoding for UTF-16.
    [.709.1]- Do not generally move selection to top on view.
    [.707.1]- Save also an "Empty" Replace string in history.
    [.707.1]- "LaunchInstanceFullVisible" feature.
    [.702.1]- Minor optimizations on initial window startup.
    [.702.1]- Scroll to preserved caret position on file load.
    [.702.1]- Menu View: correct positioning of active marks.
    [.702.1]- Initial show window at final position w/o repositioning.
    [.616.1]- Set color of horizontal ruler (folded block) to line number coloring.
    [.616.1]- Zoom tooltip moved out of margin area.
    [.616.1]- Don't show auto-completion list if typed word matches the one and only word in list.
    [.526.1]- PHP commenting embedded Web Source Code.
    [.521.1]- Minor issue in "Favorites" in INNO Setup (SUP).
    [.516.1]- Minor issue related to match selection counters.
    [.516.1]- "grepWinNP3" <-> Notepad3 interface regression.
    [.513.1]- Single File Instance' flag handling.
    [.513.1]- Minor bugs in "Open with Notepad3" in foreign languages (SUP).
    [.512.1]- Enforce hidden menu bar (if option selected).
    [.502.1]- Multi-replace: correct advance next insertion point in case of SCI_REPLACETARGETMINIMAL.
    [.502.1]- Cut (Ctrl+X) and Delete (Ctrl+D) last line (EOF -> EOL).
    [.502.1]- Minor bugs in "Reset Notepad3's settings and themes" (SUP).
    [.430.1]- Switch to "Log Monitoring" id commandline option "/l" is given.
    [.430.1]- Regression: save readonly file.
    [.426.1]- Minor bugs in localization of "Open with Notepad3" (SUP).
    [.406.1]- Some more issues around "File Change Monitoring".
    [.406.1]- Integration and Notification of DirectoryObserver and FileChanged-Polling.
    [.406.1]- Issue "file changed on disk" for silent mode on closing.
    [.327.1]- Some clean-up in uninstalling "Notepad3_setup" (SUP).
    [.327.1]- Oniguruma line-break handling (CRLF & CR) support.
    [.325.1]- Book/Change-Mmarker search: high prio on Book-Marker.
    [.325.1]- Fallback on LoadIconWithScaleDown() failed.
    [.320.2]- Deprecated settings key-names handling ('FileCheckInverval').
    [.320.1]- Notification adjustment in case of externally deleted file.
    [.320.1]- Min. FileCheckInterval 500msec, else notify immediately.
    [.320.1]- Missing file path display name.
    [.320.1]- "_beginthreadex_proc_type" correction for Win32(x86).
    [.320.1]- Reactivate FileChangeInterval (used on dir changed notification too).
    [.315.1]- Shift+Alt+Click on Hyperlink should not fire Hyperlink action.
    [.315.1]- In case of no file args: open empty doc instead of file open dialog.
    [.315.1]- Creating New file in current working directory.
    [.315.1]- Don't reset "dirty flag" after file loading (in case of EOL or indent correction).
    [.302.1]- Remove session state from default font from list retrieval.
    [.301.1]- Backward compat. for .ini param 'FileCheckInverval' (typo).
    [.301.1]- 'FileCheckInterval' instead of 'FileCheckInverval' (typo).
    [.301.1]- Find marker next/prev.
    [.301.1]- Find consecutive change marker begin.
    [.228.1]- grepWinNP3: properly search from the file beginning again (grepWin bugfix) (GRE).
    [.228.1]- Navigate marker: consecutive change-marker handled as single mark.
    [.224.1]- SplitUndoTypingSeqOnLnBreak and UndoTransactionTimeout.
    [.223.1]- Minor changes for Unicode Point display.
    [.221.1]- Repair jump to line (Alt+Click) and related command line search.
    [.221.1]- Correction to LineSpace evaluation TEXT files.
    [.221.1]- Lexer TEXT using own Default but inheriting from Common Base.
    [.220.1]- WSL2 simple path and NP3 options given with slash.
    [.220.1]- Representation of EOLs in case of GDI technology (use default).
    [.220.1]- Find previous skips finding at begin.
    [.220.1]- Use random IV for np3encrypt.
    [.217.2]- Encoding as "UTF-8 Signature" for Korean INNO Setup menus (SUP).
    [.207.1]- Line spacing in TEXT Lexer.
    [.204.1]- Don't force top-left if window does not fit to monitor.

    CHANGES Versions in Tools or Libraries:

    [.619.1]- Update grepWinNP3 (GRE) version 2.1.15.47 (2023-06-19).
    [.619.1]- Update Lexilla Library (LEX) version 5.2.5 dev. (2023-05-31).
    [.619.1]- Update Scintilla Library (SCI) version 5.3.5 dev. (2023-05-81.
    [.521.1]- Update Oniguruma Regex (ONI) engine version 6.9.9 (2023-03-27).
    [1213.1]- Update MiniPath (MIN) version 1.0.2.191 (2022-12-13).

[close]

https://www.rizonesoft.com/downloads/notepad3/
Titel: QOwnNotes 23.7.2
Beitrag von: SiLæncer am 13 Juli, 2023, 20:50
Whats new:>>

    there now is a new checkbox in the General Settings to automatically enable read-only mode
    after a certain amount of time of inactivity (for #2802 )
    added more Korean, Dutch translation (thank you venusgirl, stephanp)

http://www.qownnotes.org/
Titel: CCode 2.1.0
Beitrag von: SiLæncer am 13 Juli, 2023, 21:50
(https://i.postimg.cc/C5rPgVcC/screenshot-2297.png)
A simple install-free source code editor with support for multiple programming languages, with syntax highlighting, line numbering and an intewgrated.

Freeware

Changelog


    Added Slovenian translation
    Added Window > Windows dialog (default shortcut: F10)
    Added sort tabs by click Windows dialog column (ID/Name/Path/Type/Size/Lines/Data modified)
    Added open zip files in Files window
    Improved change window size synchronously while dragging
    Improved resize filter window width while change Files window size
    Changed tab control font

[close]

https://www.yubsoft.com/ccode/
Titel: BirdFont 5.2.4
Beitrag von: SiLæncer am 17 Juli, 2023, 17:15
(https://s26.postimg.cc/rd1s4grdl/screenshot_137.png)
BirdFont is a free font editor that lets you create vector graphics and export TTF, EOT & SVG fonts.

Donationware

Whats new:>>

Bug fixed: lsb - rsb updates, SVG imports, color alternates

https://birdfont.org/
Titel: BabelEdit 5.0.0
Beitrag von: SiLæncer am 18 Juli, 2023, 20:20
(https://s26.postimg.cc/7efmb9imh/screenshot_979.png)
A translation editor that can process one or more JSON files at the same time, providing support for both json and namespaced-json formats.

Freeware

Whats new:>>

ConsistencyAI (beta) - Check translations for consistency against the primary language

https://www.codeandweb.com/babeledit
Titel: EditPad Lite 8.4.2
Beitrag von: SiLæncer am 21 Juli, 2023, 18:50
(http://www.editpadpro.com/screens/editpadlite.png)
EditPad Lite is a general-purpose text editor, designed to be small and compact, yet offer all the functionality you expect from a basic text editor.

Free for personal use

Changelog

    Improvement:

    Improved scrolling performance, particularly when doing so by rotating a stepless mouse wheel.

    Bug fixes:

    Dragging a file from WinRAR and dropping it onto EditPad’s main editor created a blank tab with the name of the file instead of loading the temporary file that WinRAR extracted the file to (EditPad did correctly open the temp file when dropping anywhere onto EditPad except its main editor).
    Edit|Delete Line now properly deletes the last line in the file when the cursor is after the last line break in the file.
    File Types|Colors: Color picker was not restricted to the solarized, harmonized, or monochrome colors when customizing a solarized, harmonized, or monochrome palette (since 8.1.0).
    Help|Create Portable Installation did not copy over the user word lists with learned words and learned replacements.
    Regex: Subroutine calls to capturing groups defined inside lookbehind are now a syntax error; previously such calls were incorrectly matched from right to left, possibly causing the regex engine to get stuck in an infinite loop.
    Text Layout: Visualizing control characters as IBM PC glyphs or as Unicode control pictures now highlights them with the “Editor: Control Characters” color (which has a wavy underline in most built-in palettes) when using a complex script text layout just as it does with left-to-right text layouts.
    Word wrapping now takes into account the text layout’s option for visualizing control characters when determining the width of control characters.

[close]

http://www.editpadlite.com/
Titel: Pandoc 3.1.6
Beitrag von: SiLæncer am 22 Juli, 2023, 08:20
(https://i.ibb.co/6mSXKdx/pandoc.png)
Pandoc is a command-line utility that can convert files from one markup format into another. Pandoc's enhanced version of Markdown includes syntax for footnotes, tables, flexible ordered lists, definition lists, fenced code blocks, superscripts and subscripts, strikeout, metadata blocks, automatic tables of contents, embedded LaTeX math, citations, and Markdown inside HTML block elements. (These enhancements, described further under Pandoc's Markdown, can be disabled using the markdown_strict input or output format.)

License: Open Source

Changelog

    Fix new variant of the vulnerability in CVE-2023-35936. Guilhem Moulin noticed that the fix to CVE-2023-35936 was incomplete. An attacker could get around it by double-encoding the malicious extension to create or override arbitrary files.
    --embed-resources: Use inline SVG instead of data uris for SVG images in HTML5 (#8948). Note that SelfContained does not have access to the writer name, so we check for HTML5 by determining whether the document starts with <DOCTYPE! html>. This means that inline SVG won’t be used when generating document fragments.
    Fix regression on short boolean arguments (#8956). In 3.1.5 boolean arguments were allowed an optional argument (true|false). This created a regression for uses of fused short arguments, e.g. -somyfile.html, which was equivalent to -s -omyfile.html, but now raised an error because pandoc attempted to parse o as a boolean true or false. This change allows the fused short arguments to be used again. Note that -strue will be interpreted as -s with an argument true, not as -s -t -rue. It is best to use long option names with the optional boolean values, to avoid confusion.
    Make --epub-title-page’s argument optional. It takes a boolean argument, and now that all of our boolean flags take such an argument, we can make this one optional for consistency.
    Improve errors for illegal output formats. Previously if you did pandoc -s -t bbb, it would give you an error about the missing bbb template instead of saying that bbb is not a supported output format.
    Improve errors for incorrect command-line option values (#8879). Always give the name of the relevant argument.
    Fix typo on error message for incorrect --preserve-tabs argument. Thanks @fsoedjede
    Docx reader: use SVG version of image if present (#7244). Previously the backup PNG was exported even if an SVG was present, but the SVG should be preferred.
    Typst reader: fix regression in recognition of display math (#8949). The last release caused all math to be parsed as inline math.
    JATS writer: don’t use <code> for inline code (#8889). It is intended for block-level code.
    HTML writer: don’t make line blocks sensitive to --wrap (#8952).
    RST writer: fix figure handling (#8930, #8871). This fixes a number of regressions from pandoc 2.x. Properly handle caption, alt attribute in figures. No longer treat a paragraph with a single image in it as a figure (we have a dedicated Figure element now).
    Docx writer: Copy “mirror margins” property from reference.docx (#8946).
    Text.Pandoc.UTF8: Deprecate decodeArg which is now a no-op. This was needed for old base versions which we no longer support.
    Use released skylighting, typst.
    Allow latest commonmark-extensions. This allows entities in wikilinks.
    Switch back to using ghc 9.2 for linux and Windows binary releases (#8947, #8955). With ghc 9.4+, we were getting AVX instructions in the amd64 binary, which aren’t supported on older hardware. For maximum compatibility we switch back to ghc 9.2, which doesn’t cause the problem. (As documented, ghc should not be emiting these instructions, so we aren’t clear on the diagnosis, but the cure has been tested.)
    Change Windows release build to use cabal instead of stack.

[close]

https://github.com/jgm/pandoc
Titel: Notepad Light 1.0.0.56
Beitrag von: SiLæncer am 22 Juli, 2023, 09:40
(https://i.postimg.cc/ZqLm9DJz/screenshot-2207.png)
Preview, edit and create .RTF and plain text files using this free and open-source WordPad alternative with a built-in dark mode.

MIT License

Whats new:>>

fixed crash scenario with adding time to the timers
added ability to delete individual timers
fixed bug where Resume Timer was deleting the wrong time value
fixed bug where adding a timer was not updating the list correctly
fixed bug where saving plain text was not adjusting the file type

https://github.com/desjarlais/Notepad-Light
Titel: Trilium Notes 0.61.0 Beta
Beitrag von: SiLæncer am 23 Juli, 2023, 09:20
(https://i.postimg.cc/2yDgvbpj/screenshot-2595.png)
A hierarchical note-taking software application with focus on building large personal knowledge bases while also providing a flurry of options.

License: AGPL

Changelog

    0.61 is a big release. The flagship feature is support for Attachments and all related functionality around it (ETAPI, Sharing ...).
    revision history now captures attachments which means that in text notes you can see changes in the included images and file attachments.
    this triggered a redesign of the database tables which now works on the "copy on write" principle. Notes, revisions and attachments share content storage as long as it stays equal (which happens quite often for versioned attachments)

    Not exhaustive list of smaller features/fixes:

    reimplemented triggering search from URL, fixes #385
    fix hiding toc with multiple splits, closes #4093
    share tree should include branch prefixes, fixes #4096
    support combination of shared and cloned in the note tree, fixes #4097
    force refresh before activating the attribute detail dialog, fixes #4077
    fixed order of multi-valued promoted attributes, closes #4105

    upgrades:

    electron 25
    node.js 18
    mermaid 10.2.4
    excalidraw 0.15.2
    CKEditor 38

[close]

https://github.com/zadam/trilium
Titel: EmEditor Professional 22.5.0
Beitrag von: SiLæncer am 26 Juli, 2023, 09:40
(https://i.postimg.cc/vmqgmtjb/screenshot-2069.png)
EmEditor is a lightning-fast, tabbed text editor with themes, syntax highlighting, stay-on-top, and customizable keyboard mapping. The program supports batch find-and-replace, regular expressions, and more.

Release Notes


    I recently bought a PC with a 13th Gen Intel Core i7-13700. Since the 12th Gen Core processors, Intel has introduced a hybrid architecture that combines P-Cores for performance and E-Cores for efficiency. This new architecture is interesting because a P-Core runs faster than an E-Core. All previous versions of EmEditor assumed that all threads run at the same speed. If a P-Core thread runs faster than an E-Core thread, P-Core threads finish their task earlier than E-Core threads and need to wait for E-Core threads to finish their task. Just for clarification, thread speed could fluctuate even without E-Cores and P-Cores; for instance, if a thread is interrupted by a background app or system process, the thread will become slower than other threads. Nevertheless, the existence of P-Cores and E-Cores could exacerbate the situation.
    To overcome this situation, I optimized the code so that v22.5 will dynamically manage thread load balancing. The following screenshots show the CPU usage before and after optimization while searching a very large file for a regular expression. The overall CPU usage goes down suddenly at the end of the task after optimization.
    The new version (v22.5) dynamically manages the thread load balancing so that every thread works efficiently until the task ends. The overall CPU usages goes down suddenly at the end of the task. As a result, the time to finish the task becomes shorter.
    While developing v22.5, we spent most of our time optimizing our code to improve the speed of many commands using various techniques, including multi-threading. For instance, the speed of the Copy command was improved by 1.49 times through multi-threading. While refactoring and optimizing, I had opportunities to review the code. The older version inadvertently did not enable the SHA instruction set if the CPU did not support the AVX-512 instruction set. v22.5 fixed this bug and improved the speed of several commands, including Delete Duplicate Lines, on many CPUs that do not support AVX-512. I will continue to review and optimize the code for speed in coming versions.
    When I first used my new PC to build our code with Visual C++, I was disappointed to know that the build was very slow. We found that the memory usage reached 100% when building the code because only 16 GB of physical memory (RAM) was available. The CPU has 24 logical cores, and Visual C++ was using 24 threads to build the code. Adjusting the number of threads from 24 to 7 in the Visual C++ options made the compiler build the code faster. Likewise, EmEditor was slower when using 24 threads compared to 3 threads. Increasing the physical memory from 16 GB to 80 GB made both apps faster with 24 threads. Therefore, if you have a modern CPU with a large number of logical cores, I would strongly recommend increasing the physical memory. For instance, if your CPU has 24 logical cores, I would recommend at least 32 GB of physical memory in your PC. If you don’t have enough memory, you might need to adjust the number of threads, which can be specified on the Advanced page of the Customize dialog box in EmEditor. In v22.5, I adjusted the default number of threads to the nearest GB amount of physical memory if the number of logical cores exceeds this GB value.
    A customer asked for an improvement in file change detection. The older version checked the current file size and timestamp every 5 seconds by default, and if it determined that the file had changed, a message box “File changed by another program. Reload with changes?” would appear. v22.5 uses a Windows API to detect file changes more efficiently.
    Another customer asked for the ability to click on the left edge of a line number to toggle the bookmark. With older versions, you would have had to select the Toggle Bookmark command or press CTRL + F2 to toggle the bookmark. I understand that clicking on the line number would be easier and somewhat standard among text editors, so I added this ability if line numbers are visible.
    Makoto Emura added the ability to use the Language Server Protocol for the Search Symbols command and the ability to use the JSON language server. He also improved the CommitList plug-in by adding commits ahead/behind indicators for the Pull and Push buttons.
    We will stop supporting Windows 7, 8.1, and Server 2008 R2 in the near future. Microsoft has already stopped supporting these versions of Windows. Using these old versions of Windows is strongly discouraged for security reasons. We will also stop developing the 32-bit version of EmEditor. We would like to focus our development and testing resources on the 64-bit version of EmEditor.
    Since we want many people to use EmEditor, we have kept our EmEditor price as low as possible. The first-year price of an annual subscription, US$40 (or US$39.99 earlier), has not changed by more than 1 cent since we started offering annual subscription licensing. However, we do not tolerate the illegal use of EmEditor Professional. I have seen some websites selling or giving away EmEditor Professional “crack” keys. These are illegal sites, and keys obtained from these sites are not supported by us. I sometimes receive technical questions about EmEditor Professional even though the users do not have valid licenses. I would rather spend my time supporting our customers who have purchased valid licenses. In order to eradicate these illegal sites, and more importantly, to continue developing EmEditor and supporting our customers, we will add code to check the authenticity of licenses against our server database. If a license is not valid, the code will stop the Professional version from working. This check may not happen as soon as you launch EmEditor, and it may not happen every time you launch EmEditor. Due to the nature and purpose of this code, we will not disclose details about how it works. However, no personal information will be transmitted, and this check will not prevent you from using EmEditor without an Internet connection. It is important for us to protect our software and our customers who have purchased valid licenses. I hope you understand the background reason for this minimum license check and accept it. Please also see How to calculate the number of licenses to check whether you own enough necessary number of licenses.

[close]

https://www.emeditor.com
Titel: Scite 5.3.7
Beitrag von: SiLæncer am 26 Juli, 2023, 10:30
(https://s26.postimg.cc/fbkgceeux/screenshot_1241.png)
Editor mit Syntax-Highlighting, Auto-Completion, Folding und vielem mehr...

Open Source

Changelog


    SciTE
        Released 26 July 2023.
        Add discover.properties property to enable command.discover.properties which is now disabled by default as a security measure since command.discover.properties may perform any command silently and automatically and can be set in local properties for a shared directory or downloaded project. Bug #2387.
        Add ZoomFactor property that may be displayed in status bar.
        Remove nimrod.properties file as it has been superseded by nim.properties.
    Lexilla 5.2.6
        Include empty word list names in value returned by DescribeWordListSets and SCI_DESCRIBEKEYWORDSETS. Issue #175, Pull request #176.
        Bash: style here-doc end delimiters as SCE_SH_HERE_DELIM instead of SCE_SH_HERE_Q. Issue #177.
        Bash: allow '$' as last character in string. Issue #180, Pull request #181.
        Bash: fix state after expansion. Highlight all numeric and file test operators. Don't highlight dash in long option as operator. Issue #182, Pull request #183.
        Bash: strict checking of special parameters ($*, $@, $$, ...) with property lexer.bash.special.parameter to specify valid parameters. Issue #184, Pull request #186.
        Bash: recognize keyword before redirection operators (< and >). Issue #188, Pull request #189.
        Errorlist: recognize Bash diagnostic messages.
        HTML: allow ASP block to terminate inside line comment. Issue #185.
        HTML: fix folding with JSP/ASP.NET <%-- comment. Issue #191.
        HTML: fix incremental styling of multi-line ASP.NET directive. Issue #191.
        Matlab: improve arguments blocks. Add support for multiple arguments blocks. Prevent "arguments" from being keyword in function declaration line. Fix semicolon handling. Pull request #179.
        Visual Prolog: add support for embedded syntax with SCE_VISUALPROLOG_EMBEDDED and SCE_VISUALPROLOG_PLACEHOLDER.
        Styling of string literals changed with no differentiation between literals with quotes and those that are prefixed with "@". Quote characters are in a separate style (SCE_VISUALPROLOG_STRING_QUOTE) to contents (SCE_VISUALPROLOG_STRING).
        SCE_VISUALPROLOG_CHARACTER, SCE_VISUALPROLOG_CHARACTER_TOO_MANY, SCE_VISUALPROLOG_CHARACTER_ESCAPE_ERROR, SCE_VISUALPROLOG_STRING_EOL_OPEN, and SCE_VISUALPROLOG_STRING_VERBATIM_SPECIAL were removed (replaced with SCE_VISUALPROLOG_UNUSED[1-5]). Pull request #178.
    Scintilla 5.3.6
        Redraw calltip after showing as didn't update when size of new text exactly same as previous. Feature #1486.
        On Win32 fix reverse arrow cursor when scaled. Bug #2382.
        On Win32 hide cursor when typing if that system preference has been chosen. Bug #2333.
        On Win32 and Qt, stop aligning IME candidate window to target. It is now always aligned to start of composition string. This undoes part of feature #1300. Feature #1488, Bug #2391, Feature #1300.
        On Qt, for IMEs, update micro focus when selection changes. This may move the location of IME popups to align with the caret.
        On Qt, implement replacement for IMEs which may help with actions like reconversion. This is similar to delete-surrounding on GTK.

[close]

www.scintilla.org/SciTE.html
Titel: QOwnNotes 23.7.3
Beitrag von: SiLæncer am 27 Juli, 2023, 21:40
(https://s26.postimg.cc/hoi1ahlcp/screenshot_978.png)
QOwnNotes is a text editor / notepad replacement with markdown support and todo list manager. The program supports themes, keyboard shortcuts, syntax highlighting, and encryption. Includes available nested file list, tags, search, and more. Optionally works with the notes application ownCloud or Nextcloud.

Cross-platform with clients available for Mac and Linux.

License: GPL

Changelog


added a new editor color schema Revontuli by @Akselmo (for #2804
(opens new window))
added more German, Croatian, Korean, Dutch translation (thank you rakekniven, milotype, sdicke, venusgirl, stephanp)

[close]

http://www.qownnotes.org/
Titel: Kate 23.04.3 Build 2107
Beitrag von: SiLæncer am 28 Juli, 2023, 08:40
(https://i.postimg.cc/J44dFswF/screenshot-2330.png)
Text editor that features support for a wide variety of programming languages, syntax highlighting and scripts, which also provides you with an extensive configuration window.

License: GPL /  Donationware

https://kate-editor.org/
Titel: SSuite NoteBook Editor 2.6.4.1
Beitrag von: SiLæncer am 28 Juli, 2023, 19:10
(https://i.postimg.cc/xTt4Gzhv/screenshot-3041.png)
SSuite NoteBook Editor is a lightweight and portable text editor loaded with only the essential functions in order to provide a fast, and easy-to-use platform for writing, and more. SSuite NoteBook Editor trims out all those unnecessary functions and features that hog all your precious computer resources and overwhelm the screen like other bloated word processors. It has no need for Java or DotNet to work successfully making it run extremely fast. Another fine attribute is its small size which gives the ability to run from any USB memory device allowing it to be run from your cellphone when connected to a Windows PC, tablet, or laptop.

Freeware

Whats new:>>

Updated the interface with news options and features.

https://www.ssuitesoft.com/ssuitenotebookeditor.htm
Titel: TeXstudio 4.6.0
Beitrag von: SiLæncer am 28 Juli, 2023, 21:30
(https://i.postimg.cc/Fz8CktsG/screenshot-2846.png)
GPL-LaTeX-Editor, der das Erstellen von LaTex-Dokumenten in Unicode vereinfacht; unterstützt den Nutzer beim Schreiben mittels interaktiver Rechtschreibprüfung, Syntax-Highlighting, Code-Folding und automatischer Code-Vervollständigung.

Open Source

Changelog


    use subfiles root for compilation if the current document is a child
    load the complete subfile project to provide proper syntax checking, also when just opening a subfile root
    cache structure/labels/usercommands/packages for faster reload of large projects (optional) (ef0ab75)
    add support for alignedat environment in QuickArray Wizard (#2921)
    add a Lorem Ipsum generator to the Random Text Generator dialog (#3102)
    change default windows style for new installs to Fusion instead of modern-dark, in case system darkmode is detected (ad0fc44)
    improve some details and fix issues of the Quick Start wizard (#2901, #3153, #3150, #3157)
    improve some details of the Edit Macros dialog (#3130)
    The link to the TeXstudio homepage is now at the top of the About dialog (Help menu) and the number of the latest stable version is also displayed (#3146)
    option Disable horizontal scrolling for “Fit to Text Width” now affects horizontal scrolling with mousepad and scroll wheel (#1526)
    fix editor moving last line of a selection when selection ends at start of a line (#3131)
    fix some icon issues on OSX (#3100,#3104)
    basic support for tblr colspec

[close]

http://texstudio.sourceforge.net/
Titel: Textadept 12.0 Beta
Beitrag von: SiLæncer am 29 Juli, 2023, 18:10
(http://foicica.com/textadept/images/splitviews.png)
Textadept will provide users with a fast, minimalist, and ridiculously extensible text editor. At its core lies less than 2000 lines of C code, and that's how it always will be. While other editors rely on recordable macros to speed up workflow, shell scripts to quickly transform text, and static side panes to manage your documents, files, and more.

Textadept takes it to the extreme: it gives you complete control over the entire application using the embedded Lua language. Lua is nearly as fast as C, and has a very small footprint. In fact, most of Textadept is written in Lua.

License : MIT License ( Donationware )

Changelog

    Bugfixes:

    Fixed a new view resetting a buffer's indentation settings.
    Fixed Qt bug where unsplitting in a second-level split view changed view focus.
    Do not silently print internal Lua errors.
    Fixed compile error with Gtk 2.0.
    Fixed Gtk list dialog display.
    Fixed Qt bug that disallowed literal '*' in list dialog filters.
    Fixed display of bullets in "session files not found" dialog on Windows.
    Do not attempt to show a snippet list without snippets.
    LSP: fixed calculation of character columns when tabs are enabled.
    LSP: Lua language server highlights ':' method parameters starting at 2, not 1.

    Changes:

    Windows 10 and macOS 11 are the new minimum system requirements; Linux is unchanged.
    Moved "View Whitespace" and "Word Wrap" back into "View" menu and made them view-specific
    properties.
    Added alphanumeric macro registers.
    Autodetect dark mode and implement auto-switching between light and dark modes on Windows.
    Support Qt 6 and use it on Windows and macOS builds.
    Switch default indentation to size 8 tabs.
    Allow autocompleter functions to set separator character and sort order.
    Added lua-std-regex and its regex Lua module.
    Support TextMate- and LSP-style snippets, and deprecated old format.
    Alias Ctrl+Shift+U (upper-case selection) to Ctrl+Alt+Shift+U in case the former is
    consumed by Linux for Unicode input.
    LSP: added support for snippet completions.
    LSP: support per-project language servers.

[close]

http://foicica.com/textadept/
Titel: Kate 23.0.4.3 Build 2108
Beitrag von: SiLæncer am 29 Juli, 2023, 18:20
(https://i.postimg.cc/J44dFswF/screenshot-2330.png)
Text editor that features support for a wide variety of programming languages, syntax highlighting and scripts, which also provides you with an extensive configuration window.

License: GPL /  Donationware

https://kate-editor.org/
Titel: BinEd 0.2.2
Beitrag von: SiLæncer am 30 Juli, 2023, 10:40
(https://i.postimg.cc/FRP2Bqzz/screenshot-2385.png)
Free and open source hexadecimal stand-alone viewer/editor written in Java.

Apache License 2.0

Whats new:>>

    Added support for bookmarks
    Added off-line help/manual
    Added edit selection dialog
    Added clipboard content dialog
    Added support for files drag&drop (issue #7)
    Added reload file action
    Fixed issue with charsets switching

https://bined.exbin.org/editor/
Titel: TeXstudio 4.6.1
Beitrag von: SiLæncer am 30 Juli, 2023, 21:30
(https://i.postimg.cc/Fz8CktsG/screenshot-2846.png)
GPL-LaTeX-Editor, der das Erstellen von LaTex-Dokumenten in Unicode vereinfacht; unterstützt den Nutzer beim Schreiben mittels interaktiver Rechtschreibprüfung, Syntax-Highlighting, Code-Folding und automatischer Code-Vervollständigung.

Open Source

Changelog


    fix wrong path for saving cache information
    allow delimiter operations on $ math sections

[close]

http://texstudio.sourceforge.net/
Titel: TeXstudio 4.6.2
Beitrag von: SiLæncer am 31 Juli, 2023, 09:30
Whats new:>>

fix crash

http://texstudio.sourceforge.net/
Titel: VinaText 1.14
Beitrag von: SiLæncer am 31 Juli, 2023, 09:50
(https://i.postimg.cc/zGH172jh/screenshot-2229.png)
A simple and straightforward code editor that can come in handy for developers working with multiple programming files at the same time.

License: Open Source

Changelog


    Improved Search Path Dialog (Explorer Window - Ctrl+F):

    Added reveal search folder button

    Improved Search Text/Path Result Windows:

    Supported mutiple filters, saperated by comma ",":
    Ex: path1,path2,path3,
    Supported exclude mode by character "!"
    Ex: !path_to_be_exclude1,path_to_be_exclude2,...
    Improved display list performance.
    Some minor bug fixed

[close]

https://vinatext.dev/
Titel: novelWriter 2.1 Beta 1
Beitrag von: SiLæncer am 31 Juli, 2023, 18:20
(https://i.postimg.cc/WbM4JQSb/screenshot-2073.png)
Write novels more comfortably and efficiently through this markdown-like text editor, which provides users with many avenues to organize their text.

Donationware     /  GPLv3

Changelog


    Usability:

    When the main window is resized, the change in size is only assigned to the editor and viewer. To resize the project tree area, its slider needs to be moved. PR #1388.
    The default text font on MacOS is now Helvetica instead of Courier. Issue #1463. PR #1479.
    Backup files now contain the project name again. Issue #1476. PR #1484.
    The backup success dialog now displays the file size of the backup file. Issue #1453. PR #1484.
    New root folders in the Project Tree now appear next to the root folder of the item selected when the request to make the root folder was made. Previously, it would appear at the bottom of the Project Tree. Issue #1259. PR #1487.

    Features:

    A new Manuscript Build Tool has been added. The new tool allows for detailed handling of which documents are included in a build, as well as a much better tool for formatting headers. It also allows for saving multiple build presets. PRs #1389 and #1466. Issues #971, #1315 and #1448.
    Exported ODT documents now have an accessible style for scene separators. It is also possible to define page size and margin sizes from the new build tool. Issue #622. PR #1477.
    A proper light colour theme has been added. The default theme will usually default to light colours, but in Qt6 it will not depending on host OS settings, so creating a proper light theme is needed. This also allows for some tweaking of the colours. The contrast of the dark theme has been improved a bit as well, and a default icon theme is now selected based on the lightness of the background if an icon theme is not specified in the theme definition file. Issues #1472 and #1473. PR #1475.
    Documents, folders and root folders can now be duplicated from the Project Tree, including all child elements. The duplicated content is stored next to the source items, and can then be moved to wherever the user wants a copy. Issue #1469. PR #1480.
    A set of new keyboard shortcuts have been added to make some types of navigation in the Project Tree easier. Alt+Up and Alt+Down will move between sibling items in the tree, skipping child items. Alt+Left will move to the parent of the selected item without triggering the collapse of the node like the Left key does. Alt+Right does the reverse, and both expands the node and moves to the first child in one click. Issue #1348. PRs #1488 and #1489.

    Packaging and Installation:

    Support for Python 3.7 is no longer maintained, but has not officially been dropped. It is expected to be dropped for the final release of 2.1. PR #1452.
    The lxml package has been removed from the source code, dropping it as a dependency of novelWriter. The standard Python xml library is used instead. The standard library is somewhat limited, which is why it wasn't originally used, but when dropping support for Python 3.7, it is now good alternative. Issue #1257. PR #1452.
    The setup.py file has been removed. The custom packaging utilities in the old setup.py file are now available in pkgutils.py instead. Issues #1437 and #1438. PR #1483.

    Code Improvements:

    All imports of modules are now direct imports instead of going via init files. All subfolder init files have been reduced to empty files. PR #1262.
    The mocking of the main config object in the test suite has been rewritten to be easier to deal with when writing tests. The new approach also removes the need to access the config object via an attribute in many classes, and is now instead accessed directly. This should give a tiny performance boost as a bonus. PR #1447.
    The building of manuscript documents from novelWriter source text is now handled by a core builder class, thus separating it from any GUI module. Previously, this was baked into the build tool. PR #1316.
    SVG icons have been optimised in terms of storage size and object complexity. PR #1456.
    The file names for the project meta data files have been simplified and references to legacy formats removed. The wordlist has been converted to a JSON file, and the session log to a JSON Lines file. All old files are renamed or converted on the fly when opening the project. PR #1464.
    The core project item and tree classes have been modified to improve how items, and in particular, orphaned items are handled. These are mostly internal changes that simplifies how items are accessed in the source code. Issue #1481. PR #1482.
    Many of the above PRs add type annotations to classes and functions in the source code. These will be added gradually to the entire source code going forward.

[close]

https://novelwriter.io/
Titel: Zettlr 3.0.0 Beta 7
Beitrag von: SiLæncer am 31 Juli, 2023, 21:45
(https://s26.postimg.cc/vfll9p4mh/screenshot_956.png)
Write text and conveniently edit it using Markdown with the help of this user-friendly and well-thought-out, Electron based application.

MIT License

Release Notes

Most notably, this beta …

    fixes an issue with persisting project settings
    fixes further things regarding the citation engine
    improves the WYSIWYG mode
    allows to match whole words with AutoCorrect
    adds the ability to define custom commands for your exports
    better layouting
    some additional bug fixes

[close]

Download: https://github.com/Zettlr/Zettlr/releases

https://www.zettlr.com/
Titel: Textadept 12.0
Beitrag von: SiLæncer am 01 August, 2023, 20:50
(http://foicica.com/textadept/images/splitviews.png)
Textadept will provide users with a fast, minimalist, and ridiculously extensible text editor. At its core lies less than 2000 lines of C code, and that's how it always will be. While other editors rely on recordable macros to speed up workflow, shell scripts to quickly transform text, and static side panes to manage your documents, files, and more.

Textadept takes it to the extreme: it gives you complete control over the entire application using the embedded Lua language. Lua is nearly as fast as C, and has a very small footprint. In fact, most of Textadept is written in Lua.

License : MIT License ( Donationware )

Changelog

    Bugfixes:

    Fixed potential crash when using legacy lexers.
    Fixed error switching to the only buffer that exists.
    Fixed case insensitive word completion from all buffers.
    Fixed syntax highlighting glitches on Windows.
    LSP: small fixes for language servers that do not play nicely.
    LSP: work around Scintilla repeatedly sending hover events on Windows and Qt.
    LSP: fixed active Lua parameter calculation if documented function uses ':'.
    LSP: fixed inaccurate recording of 'goto' position for history navigation.
    Export: use the correct dialog when prompting for a file to export to.

    Changes:

    Updated Python lexer to support soft keywords.
    Removed unnecessary Qt DLLs from Windows release.
    LSP: query for updated diagnostics if the buffer has since been modified.
    Scintilla: input method improvements on Qt.
    Updated to Lua 5.4.6.
    Updated to LPeg 1.1.0.
    Updated to Scintilla 5.3.6.

[close]

http://foicica.com/textadept/
Titel: EmEditor Professional 22.5.1
Beitrag von: SiLæncer am 02 August, 2023, 18:45
(https://i.postimg.cc/vmqgmtjb/screenshot-2069.png)
EmEditor is a lightning-fast, tabbed text editor with themes, syntax highlighting, stay-on-top, and customizable keyboard mapping. The program supports batch find-and-replace, regular expressions, and more.

Release Notes


    Fixed an issue related to Convert All on the tooltip.
    Fixed an issue related to the Function Bar.
    Fixed an issue related to file change notifications.
    Fixed various potential crashes.

[close]

https://www.emeditor.com
Titel: QOwnNotes 23.8.0
Beitrag von: SiLæncer am 04 August, 2023, 19:50
(https://s26.postimg.cc/hoi1ahlcp/screenshot_978.png)
QOwnNotes is a text editor / notepad replacement with markdown support and todo list manager. The program supports themes, keyboard shortcuts, syntax highlighting, and encryption. Includes available nested file list, tags, search, and more. Optionally works with the notes application ownCloud or Nextcloud.

Cross-platform with clients available for Mac and Linux.

License: GPL

Whats new:>>

    the warning scroll event from unregistered device, which is triggered by for
    example by plugging a YubiKey in or out is now ignored in the Log panel
    (for #2808 )
    added more Arabic translation (thank you noureddin)

http://www.qownnotes.org/
Titel: BaseX 10.7
Beitrag von: SiLæncer am 04 August, 2023, 20:10
(https://s26.postimg.cc/zexqg30d5/screenshot_63.png)
BaseX is a Java-based software application that integrates an XML database and XQuery text editor. It is wrapped in a user-friendly working environment and comes packed with several useful options and configuration parameters for experienced users.

BSD License

Changelog


    GUI, Editor: Full support for Unicode characters
    GUI, Editor: Faster font rendering (font dialog: anti-aliasing)
    XQuery 4: New features, functions, operators
    BaseX 11 preview features (see the documentation)
    bug fix: web:forward, write concluding log entry
    bug fix: job:eval, re-initialize scheduled jobs
    various other bug fixes

[close]

http://basex.org/
Titel: Pandoc 3.1.6.1
Beitrag von: SiLæncer am 07 August, 2023, 10:20
(https://i.ibb.co/6mSXKdx/pandoc.png)
Pandoc is a command-line utility that can convert files from one markup format into another. Pandoc's enhanced version of Markdown includes syntax for footnotes, tables, flexible ordered lists, definition lists, fenced code blocks, superscripts and subscripts, strikeout, metadata blocks, automatic tables of contents, embedded LaTeX math, citations, and Markdown inside HTML block elements. (These enhancements, described further under Pandoc's Markdown, can be disabled using the markdown_strict input or output format.)

License: Open Source

Changelog

    HTML reader: properly calculate RowHeadColumns (#8984). This fixes a bug in the calculation of the number of header columns in table row. It also changes the algorithm for determining the table body’s RowHeadColumns based on the numbers of head columns in each row. Previously we used the max, and #8634 switched to the min, which led to bad results. Now we only set RowHeadColumns to a non-zero value if all rows have the same number of head columns.

    OpenDocument writer:

    Implement syntax highlighting for inline and block code (#6710).
    Support highlighted text in ODT/OpenDocument writers for Span with class mark (#8960). The color can be adjusted by modifying the Highlighted style.
    Typst writer: escape // so it doesn’t get interpreted as a comment (#8966).
    ChunkedHTML writer: Fix regression including MathJax script (#8967). The fix for #8620 caused the script to be included when the table of contents but not the body text of a page contains math. But it broke the case where the table of contents doesn’t contain math but the page does. This patch fixes the issue.

    Text.Pandoc.SelfContained:

    Retain attributes in SVG tag when referring to another SVG’s content using <use> (#8969).
    Allow units in width and height for SVG. Units are optional but allowed.
    Don’t coerce calculated SVG dimensions to Int.
    fix calculation of SVG width and height. We were computing width and height from viewBox incorrectly (#8969).
    Add clause for SVG to default CSS for HTML (#8969).
    Ensure that width and height attributes don’t get specified twice is both the img tag and the svg include them (#8965).
    Omit unnecessary attributes xmlns, xmlns:xlink, and version on SVG element (#8965).
    Use 20 character rather than 40 character hashes for generated IDs (#8965).
    Use pandoc-types 1.23.1. This fixes a regression with toJSONFilter (#8976), which in 1.23.0.1 no longer worked on pure values of type a -> [a].
    Use ghc 9.6 for release builds (#8947).
    Fix some links in FAQs (Diogo Almiro).

[close]

https://github.com/jgm/pandoc
Titel: Vim 9.0.1678
Beitrag von: SiLæncer am 07 August, 2023, 19:45
(https://s26.postimg.cc/xww5nc4zt/screenshot_1282.png)
A highly configurable text editor built to enable efficient text editing - an improved version of the vi editor distributed with most UNIX systems.

Freeware

Changes:>>

v9.0.1678: Merge pull request #12740 from k-takata/import-9.0.1678

http://www.vim.org/index.php
Titel: Kate 23.04.3 Build 2118
Beitrag von: SiLæncer am 08 August, 2023, 08:50
(https://i.postimg.cc/J44dFswF/screenshot-2330.png)
Text editor that features support for a wide variety of programming languages, syntax highlighting and scripts, which also provides you with an extensive configuration window.

License: GPL /  Donationware

https://kate-editor.org/
Titel: PilotEdit Lite 17.7.0
Beitrag von: SiLæncer am 08 August, 2023, 09:40
(http://www.pilotedit.com/images/OpenInQuickMode.PNG)
PilotEdit is a text, hex, XML, C/C++, HTML, PHP, Java, Javascript and Perl editor that can edit large files of 400GB (40 billion lines).

It offers customizable syntax and keyword highlighting, advanced search and replace operations, automatic text encoding, 256-bit AES encryption/decryption and a built-in FTP/SFTP client lets you open, edit, download and upload large files directly to/from a FTP/SFTP server.

In addition to standard text editing features, PilotEdit can compare and merge two large files of 100GB (10 billion lines). You can also sort, find/remove duplicate lines and extract strings over a large file of 1GB.

Freeware

Zitat
PilotEdit 17.7.0 includes improvements over UI.

http://www.pilotedit.com/
Titel: EmEditor Professional 22.5.2
Beitrag von: SiLæncer am 09 August, 2023, 08:40
(https://i.postimg.cc/vmqgmtjb/screenshot-2069.png)
EmEditor is a lightning-fast, tabbed text editor with themes, syntax highlighting, stay-on-top, and customizable keyboard mapping. The program supports batch find-and-replace, regular expressions, and more.

Release Notes


    Fixed an issue related to Convert on the tooltip.
    Fixed an issue related to the Function Bar.
    Fixed various potential crashes.

[close]

https://www.emeditor.com
Titel: Vim 9.0.1679
Beitrag von: SiLæncer am 09 August, 2023, 18:15
(https://s26.postimg.cc/xww5nc4zt/screenshot_1282.png)
A highly configurable text editor built to enable efficient text editing - an improved version of the vi editor distributed with most UNIX systems.

Freeware

Changelog


Problem:    Tests may leave leftover files around
Solution:   Clean up tests and remove files

There were a few failures in 'linux (huge, gcc, testgui, true, true)'
e.g. here: https://github.com/vim/vim/actions/runs/5497376153/jobs/10018060156

,----
| Error detected while processing command line..script /home/runner/work/vim/vim/src/testdir/runtest.vim[585]..function RunTheTest[54]..Test_lvimgrep_crash[16]..TestTimeout[12]..VimLeavePre Autocommands for "*"..function EarlyExit[7]..FinishTesting:
| line   70:
| E445: Other window contains changes
| E937: Attempt to delete a buffer that is in use: Xtest_stable_xxd.txt
| E937: Attempt to delete a buffer that is in use: Xtest_stable_xxd.txt
| E937: Attempt to delete a buffer that is in use: Xtest_stable_xxd.txtmalloc(): unsorted double linked list corrupted
`----

Which is puzzling, because the Xtest_stable_xxd file should have been
long gone after test_crypt.vim is run (and definitely no longer be
staying around in test_quickfix.vim).

So try to clean up properly after a test script is run, just in case any
X<file> is still around. During testing, a found a few leftover files,
which I also fixed in the relevant test-file.

Unfortunately, the test workflow 'linux (huge, gcc, testgui, true,
true)' now seems to fail with 'E1230: Encryption: sodium_mlock()' in
test_crypt.vim. Hopefully this is only temporary.

[close]

http://www.vim.org/index.php
Titel: Notepad++ 8.5.5
Beitrag von: SiLæncer am 09 August, 2023, 21:40
(https://i.postimg.cc/90QrsKpv/screenshot-818.png)
Notepad++ is a tabbed source code editor and Notepad replacement with a customizable interface. It is one of the few few source code editors that supports "folding," allowing users to quickly reduce and expand sections of code to see the overall document. In addition, it features multi-language syntax highlighting, auto-completion, regular expression search/replace, macro recording and playback, etc. The program can access a long list of plug-ins via an easy-to-access menu with even more features and functions.

License: GPL

Changelog


    Update to Scintilla 5.3.6 and Lexilla 5.2.6 (Implement #13940, fix #4741, #13901, #13943, #13911)
    Add change history navigation commands: Go to next/prev change & Clear change history. (Fix #12248)
    Fix Change History incorrect display after “Reload from Disk” command. (Fix #12319, #12261, #13735)
    Remember through sessions the directory of “Remember last used directory”. (Fix #11326, #10901, #4961, #4119)
    Fix regression of double clicking on find result not going to the document. (Fix #13636)
    Fix regression of opening file rejection if file name contains dot at the end. (Fix #12849)
    Fix error message of opening file with ‘=’ as end of file name. (Fix #13344)
    Fix menu Tools contains 2 SHA-256 item while using localization. (Fix #13797)
    Fix SHA-1 hash result wrong length bug while “Treat each line as a separate string” enabled. (Fix #13812)
    Add SHA-512 hash features (Fix #13805)
    Fix normal.xml for Normal text auto-completion not working issue. (Fix #12325)
    Fix Korean IME append file extension issue in save dialog. (Fix #11582, #12225, #12366)
    Make find/replace in files result more accurate while used RegExpr is invalid. (Fix #13164)
    Fix Project panel’s inaccurate initialized path in save dialog. (Fix #13086)
    Fix wrong syntax highlighting of URLs with quotes in JSON. (Fix #13522)
    Fix Clipboard History panel shows corrupted data issue. (Fix #13817, #13844)
    Improve lines sorting memory consumption. (Fix #10435)
    Enhance “Add new document at startup”: add new document only when the session is remembered. (Fix #13796)
    Enhance “Convert case to Proper Case” command: fix the error conversion after quote.

[close]

DL -> https://github.com/notepad-plus-plus/notepad-plus-plus/releases

https://notepad-plus-plus.org/
Titel: OutWiker 3.2.0.926
Beitrag von: SiLæncer am 10 August, 2023, 18:40
(https://s26.postimg.cc/87bx6b16h/screenshot_33.png)
OutWiker is an open-source personal wiki and outliner. Notes are stored in a tree, and kept in the form of directories on the disk. This encourages changing the base by external sources and programs. Currently there are three types of pages supported: plain text, HTML, and wiki. External files (such as pictures) can be attached to pages, and pages can be linked to each other. Each tree branch can be opened as a separate wiki. Other features include tag support, global search (notes and tags), bookmarks, HTML syntax highlighting and icons for notes.

OutWiker can be downloaded with or without plugins, as well as for Linux systems.

License : GPL

Changelog


    Added the ability to create folders in attached files.
    Added the ability to navigate to subfolders in the attachments panel.
    Added the ability to insert links to files in attached subfolders.
    Added page search in preview mode.
    Added the support of nested subfolders for the (:include:) wiki command.
    Added the support of nested subfolders for the wiki command.
    Implemented highlighting the wiki command on wiki pages.
    Changed design of the dialog about overwriting of attached files.
    Improved design of links to attached files and other pages.
    Added a new subdir parameter to (:attachlist:) wiki command.
    Improved (:childlist:) and (:attachlist:) wiki commands result design.
    Added new CSS classes to generated HTML code.
    Added the ability to show hidden folders in attachments.
    Added settings for the Minimize and Close buttons.
    Added information about selected attachments to the status bar.
    Added the ability to set the style of list item bullets on a wiki page.
    Migrate to wxPython 4.2.1.

[close]

http://jenyay.net/Outwiker/English
Titel: Vim 9.0.1683
Beitrag von: SiLæncer am 10 August, 2023, 19:10
Changelog


v9.0.1683: Updated runtime files
@chrisbra chrisbra tagged this 10 Aug 04:19

This is a collection of various PRs from github that all require a minor
patch number:

1) https://github.com/vim/vim/pull/12612

    Do not conflate dictionary key with end of block

2) https://github.com/vim/vim/pull/12729:

    When saving and restoring 'undolevels', the constructs `&undolevels` and
    `:set undolevels` are problematic.

    The construct `&undolevels` reads an unpredictable value; it will be the
    local option value (if one has been set), or the global option value
    (otherwise), making it unsuitable for saving a value for later
    restoration.

    Similarly, if a local option value has been set for 'undolevels',
    temporarily modifying the option via `:set undolevels` changes the local
    value as well as the global value, requiring extra work to restore both
    values.

    Saving and restoring the option value in one step via the construct
    `:let &undolevels = &undolevels` appears to make no changes to the
    'undolevels' option, but if a local option has been set to a different
    value than the global option, it has the unintended effect of changing
    the global 'undolevels' value to the local value.

    Update the documentation to explain these issues and recommend explicit
    use of global and local option values when saving and restoring.  Update
    some unit tests to use `g:undolevels`.

3) https://github.com/vim/vim/pull/12702:

    Problem:    Pip requirements files are not recognized.
    Solution:   Add a pattern to match pip requirements files.

4) https://github.com/vim/vim/pull/12688:

    Add indent file and tests for ABB Rapid

5) https://github.com/vim/vim/pull/12668:

    Use Lua 5.1 numeric escapes in tests and add to CI

    Only Lua 5.2+ and LuaJIT understand hexadecimal escapes in strings.  Lua
    5.1 only supports decimal escapes:

    > A character in a string can also be specified by its numerical value
    > using the escape sequence \ddd, where ddd is a sequence of up to three
    > decimal digits. (Note that if a numerical escape is to be followed by a
    > digit, it must be expressed using exactly three digits.) Strings in Lua
    > can contain any 8-bit value, including embedded zeros, which can be
    > specified as '\0'.

    To make sure this works with Lua 5.4 and Lua 5.1 change the Vim CI to
    run with Lua 5.1 as well as Lua 5.4

6) https://github.com/vim/vim/pull/12631:

    Add hurl filetype detection

7) https://github.com/vim/vim/pull/12573:

    Problem:   Files for haskell persistent library are not recognized
    Solution:  Add pattern persistentmodels for haskell persistent library

closes: #12612
closes: #12729
closes: #12702
closes: #12688
closes: #12668
closes: #12631
closes: #12573

Co-authored-by: lacygoill <lacygoill@lacygoill.me>
Co-authored-by: Michael Henry <drmikehenry@drmikehenry.com>
Co-authored-by: ObserverOfTime <chronobserver@disroot.org>
Co-authored-by: KnoP-01 <knosowski@graeffrobotics.de>
Co-authored-by: James McCoy <jamessan@jamessan.com>
Co-authored-by: Jacob Pfeifer <jacob@pfeifer.dev>
Co-authored-by: Borys Lykah <lykahb@fastmail.com>



v9.0.1682: patch 9.0.1682: sodium encryption is not portable
@chrisbra chrisbra tagged this 09 Aug 19:35

Problem: crypt: sodium encryption is not portable
Solution: use little-endian byte order for sodium encrypted files

As mentioned in #12586, sodium encryption only works on little ending
architectures, because reading and writing the sodium encryption
parameters are stored in the encrypted files in an arch-dependent way.

This of course fails for big-endian architectures like s390.

So make sure to use little-endian byte order when reading and writing
sodium encrypted files.

fixes: #12586
closes: 12655



v9.0.1681: patch 9.0.1681: Build Failure with Perl 5.38
@pheiduck pheiduck tagged this 09 Aug 17:58

Problem: Build Failure with Perl 5.38
Solution: Fix Build Failure

closes: #12543, closes: #12575



v9.0.1680: patch 9.0.1680: sodium test fails in Github CI
@chrisbra chrisbra tagged this 09 Aug 16:16

Problem:    sodium test fails in Github CI
Solution:   Catch sodium_mlock() errors and do not error out

sodium_mlock() seems to fail consistently on the Github CI. Perhaps
[sodium_mlock()](https://libsodium.gitbook.io/doc/memory_management#text-locking-memory)
is called too often or with too much memory by the runners so
that this starts failing.

Let's just try to catch this and skip the test, when this starts
happening.

closes: #12751

[close]

http://www.vim.org/index.php
Titel: Zettlr 3.0.0 Beta 8
Beitrag von: SiLæncer am 10 August, 2023, 20:20
(https://s26.postimg.cc/vfll9p4mh/screenshot_956.png)
Write text and conveniently edit it using Markdown with the help of this user-friendly and well-thought-out, Electron based application.

MIT License

Release Notes

This almost final beta for Zettlr 3.0 fixes a bunch of issues users were experiencing with the Debian installers. Additionally, we fixed the project export format selection, which unfortunately broke during the last beta.

[close]

Download: https://github.com/Zettlr/Zettlr/releases

https://www.zettlr.com/
Titel: Trilium Notes 0.61.4 Beta
Beitrag von: SiLæncer am 11 August, 2023, 17:50
(https://i.postimg.cc/2yDgvbpj/screenshot-2595.png)
A hierarchical note-taking software application with focus on building large personal knowledge bases while also providing a flurry of options.

License: AGPL

Changelog

    Hopefully the last beta. Since 0.61.3:

    fix CKEditor crashes, especially when pasting external content
    fix #clipperInbox, closes #4153
    added options to disable auto-opening of promoted attributes and edited notes ribbon tabs, closes #4151
    add shared info to mobile layout, closes #4147
    clipper now creates notes with image attachments instead of image notes
    fix include note sizing when in readonly mode, closes #4135

[close]

https://github.com/zadam/trilium
Titel: TeXstudio 4.6.3
Beitrag von: SiLæncer am 11 August, 2023, 22:00
(https://i.postimg.cc/Fz8CktsG/screenshot-2846.png)
GPL-LaTeX-Editor, der das Erstellen von LaTex-Dokumenten in Unicode vereinfacht; unterstützt den Nutzer beim Schreiben mittels interaktiver Rechtschreibprüfung, Syntax-Highlighting, Code-Folding und automatischer Code-Vervollständigung.

Open Source

Changelog


    improved handling of active packages when loading included files
    better detection that a screen is not active any more and move window onto active screen
    Cancel button of dialog for inserting label references now inserts nothing, but you can still add an empty reference when needed (#3230)

[close]

http://texstudio.sourceforge.net/
Titel: Vim 9.0.1696
Beitrag von: SiLæncer am 12 August, 2023, 19:20
Changelog


v9.0.1696: patch 9.0.1696: sodium_mlock may still fail in CI
@chrisbra chrisbra tagged this 12 Aug 07:41

Problem: sodium_mlock may still fail in CI
Solution: Catch E1230 in testscript and skip test

Signed-off-by: Christian Brabandt <cb@256bit.org>

v9.0.1695: patch 9.0.1695: Crash with overlong textprop above
@chrisbra chrisbra tagged this 11 Aug 22:14

Problem: Crash with overlong textprop above
Solution: Consider only positive padding

closes: #12665
closes: #12661

Signed-off-by: Christian Brabandt <cb@256bit.org>

v9.0.1694: patch 9.0.1694: wrong mapping applied when replaying a char search
@zeertzjq zeertzjq tagged this 11 Aug 22:09

Problem: wrong mapping applied when replaying a char search
Solution: Store a NOP after the ESC

closes: #12708
closes: #6350

Signed-off-by: Christian Brabandt <cb@256bit.org>
Co-authored-by: zeertzjq <zeertzjq@outlook.com>

v9.0.1693: patch 9.0.1693: Ctrl-Q not handled like Ctrl-V in replace mode
@chrisbra chrisbra tagged this 11 Aug 22:03

Problem: Ctrl-Q not handled like Ctrl-V in replace mode
Solution: Handle Ctrl-Q like Ctrl-V

closes: #12686
closes: #12684

Signed-off-by: Christian Brabandt <cb@256bit.org>

v9.0.1692: patch 9.0.1692: Android not handling AI_V4MAPPED ai_flag
@cions cions tagged this 11 Aug 21:53

Problem: Android not handling AI_V4MAPPED ai_flag
Solution: don't set AI_V4MAPPED flag when on Android, since
          Android's getaddrinfo returns EAI_BADFLAGS if ai_flags
          contains it

closes: #12613

Signed-off-by: Christian Brabandt <cb@256bit.org>
Co-authored-by: cions <gh.cions@gmail.com>

v9.0.1691: patch 9.0.1691: wrong viewport restored for incsearch and smoothscroll
@zeertzjq zeertzjq tagged this 11 Aug 21:48

Problem: wrong viewport restored for incsearch and smoothscroll
Solution: Save and restore skipcol as well

closes: #12713

Signed-off-by: Christian Brabandt <cb@256bit.org>
Co-authored-by: zeertzjq <zeertzjq@outlook.com>

v9.0.1690: patch 9.0.1690: popup_create() not aborting on errors
@chrisbra chrisbra tagged this 11 Aug 21:42

Problem: popup_create() not aborting on errors
Solution: check for errors in arguments given and abort if an error
          occurred

closes: #12711

Signed-off-by: Christian Brabandt <cb@256bit.org>


v9.0.1689: patch 9.0.1689: python 3.12 produces warnings and fails test
@zdohnal zdohnal tagged this 11 Aug 21:32

Problem: python 3.12 produces warnings and fails test
Solution: Make use of raw strings in python3 tests

closes: #12765

Signed-off-by: Christian Brabandt <cb@256bit.org>
Co-authored-by: Zdenek Dohnal <zdohnal@redhat.com>

v9.0.1688: patch 9.0.1688: cannot store custom data in quickfix list
@tom-anders tom-anders tagged this 11 Aug 21:26

Problem: cannot store custom data in quickfix list
Solution: add `user_data` field for the quickfix list

closes: #11818

Signed-off-by: Christian Brabandt <cb@256bit.org>
Co-authored-by: Tom Praschan <13141438+tom-anders@users.noreply.github.com>

v9.0.1687: patch 9.0.1687: mapset() not properly handling script ID
@zeertzjq zeertzjq tagged this 11 Aug 21:16

Problem: mapset() not properly handling script ID
Solution: replace_termcodes() may accept a script ID

closes: #12699
closes: #12697

Signed-off-by: Christian Brabandt <cb@256bit.org>
Co-authored-by: zeertzjq <zeertzjq@outlook.com>


v9.0.1686: patch 9.0.1686: undotree() only works for the current buffer
@djpohly djpohly tagged this 11 Aug 20:53

Problem:    undotree() only works for the current buffer
Solution:   Add an optional "buffer number" parameter to undotree().  If
            omitted, use the current buffer for backwards compatibility.

closes: #4001
closes: #12292

Signed-off-by: Christian Brabandt <cb@256bit.org>
Co-authored-by: zeertzjq <zeertzjq@outlook.com>
Co-authored-by: Devin J. Pohly <djpohly@gmail.com>


v9.0.1685: patch 9.0.1685: silence Python 3.11 depreciations for gcc
@pheiduck pheiduck tagged this 11 Aug 20:38

Problem: Python 3.11 interface throws deprecation warnings
Solution: ignore those warnings for gcc and clang

Python 3.11 deprecation warnings are already silenced for clang using
the pragma
```
 # pragma clang diagnostic ignored "-Wdeprecated-declarations"
```

However those warnings are also emitted when using gcc. To avoid them
for both compilers, change use the __GNUC__ ifdef, which is defined for
gcc as well as clang.

Additionally, instead of using the "clang diagnostic ignored" pragma,
let's make use of 'GCC diagnostic ignored' which is again supported by
clang and GCC

closes: #12610

Signed-off-by: Christian Brabandt <cb@256bit.org>
Co-authored-by: Philip H <47042125+pheiduck@users.noreply.github.com>


v9.0.1684: patch 9.0.1684: Update libvterm to rev 839
@zeertzjq zeertzjq tagged this 11 Aug 19:15

Problem: libvterm slightly outdated
Solution: Update libvterm from rev 818 to rev 839

Notable fix: libvterm now handles DECSM/DECRM with multiple arguents,
so several ncurses programs (e.g. nnn) can enable mouse properly when
run in Vim's terminal in XTerm.

closes: #12746

Signed-off-by: Christian Brabandt <cb@256bit.org>
Co-authored-by: zeertzjq <zeertzjq@outlook.com>

[close]

http://www.vim.org/index.php
Titel: RJ TextEd 15.92
Beitrag von: SiLæncer am 12 August, 2023, 20:30
(https://s26.postimg.cc/775l9vjeh/screenshot_593.png)
RJ TextEd - A Unicode source and text editor. RJ TextEd is a full featured text and source editor with Unicode support, syntax highlighting and code folding. The functionality extends beyond text files and includes support for HTML editing with integrated preview, spell checking, auto completion, HTML validation, templates and more. The program also include support for Topstyle Lite CSS editor, has a dual pane file commander, as well as a FTP client to upload your files. The editor uses language files to display menus and dialogs in different languages. There are several included languages. New language files can easily be created in the editor. RJ TextEd is also a simple web development tool. The editor can use auto completion and hints to assist you in editing your source code. You can preview HTML/ASP/PHP... code using one of the preview tabs or open a document in a browser. The editor does not only handle source code. It also handles true ASCII files, binary files and of course plain text files.

License: Freeware

Changelog


Text Compare

Added new options to change the compare algorithm and whether to ignore spaces and case.

Code: Select all

    Compare algorithms:
        * Wu, Manber, Myers O(NP) Sequence Comparison Algorithm (Standard)
        * Myers O(ND) Difference Algorithm

Project TODO panel

* Visible columns are remembered between sessions.
* Column sort has been added.
* A search box has been added.

Also added two new context menu items:

* Copy to clipboard
* Save to file...

Items are copied and saved CSV formatted.

Copy as HTML

Made some small changes to create better code.

Erlang highlighter

Added a new highlighter for Erlang source files.

Elixir highlighter

Added a new highlighter for Elixir source files.

Nim highlighter

Added a new highlighter for Nim source files.

Tools

Tools in tools menu and on toolbars can now use Gif images, as well as png, bmp and icons.

Fixed

* A few issues reported by users.
* A few minor LSP response issues.

[close]

http://www.rj-texted.se/
Titel: Vim 9.0.1705
Beitrag von: SiLæncer am 13 August, 2023, 19:20
Changelog


v9.0.1705: patch 9.0.1705: cursor position wrong when clicking on an unprintable…
@zeertzjq zeertzjq tagged this 13 Aug 16:11

… char

Problem:  cursor position wrong when clicking on an unprintable char
Solution: Don't update prev_ptr when wlv.n_extra is not zero.

closes: #12664

Signed-off-by: Christian Brabandt <cb@256bit.org>
Co-authored-by: zeertzjq <zeertzjq@outlook.com>



v9.0.1704: patch 9.0.1704: Cannot use positional arguments for printf()
@cvwillegen cvwillegen tagged this 13 Aug 16:06

Problem: Cannot use positional arguments for printf()
Solution: Support positional arguments in string formatting

closes: #12140

Signed-off-by: Christian Brabandt <cb@256bit.org>
Co-authored-by: Christ van Willegen <cvwillegen@gmail.com>



v9.0.1703: patch 9.0.1703: Vim9 Calling a method in an extended class fails
@yegappan yegappan tagged this 13 Aug 15:41

Problem: Vim9 Calling a method in an extended class fails
Solution: use method index directly

closes: #12778

Signed-off-by: Christian Brabandt <cb@256bit.org>
Co-authored-by: Yegappan Lakshmanan <yegappan@yahoo.com>



v9.0.1702: patch 9.0.1702: Undo test is flaky
@zeertzjq zeertzjq tagged this 13 Aug 08:31

Problem:  Undo test is flaky.
Solution: Apply filter and change time to "1 second ago" in both dumps.

closes: #12771

Signed-off-by: Christian Brabandt <cb@256bit.org>
Co-authored-by: zeertzjq <zeertzjq@outlook.com>



v9.0.1701: patch 9.0.1701: vim9 crash when class member overridden
@yegappan yegappan tagged this 13 Aug 08:19

Problem: vim9 crash when class member overridden
Solution: Use method_count field instead

closes: #12676
closes: #12677

Signed-off-by: Christian Brabandt <cb@256bit.org>
Co-authored-by: Yegappan Lakshmanan <yegappan@yahoo.com>




v9.0.1700: patch 9.0.1700: Cannot compile with dynamic perl < 5.38
@k-takata k-takata tagged this 13 Aug 08:15

Problem: Cannot compile with dynamic perl < 5.38 (after 9.0.1681)
Solution: Fix if_perl/dyn from perl 5.32 to 5.38

closes: #12755

Signed-off-by: Christian Brabandt <cb@256bit.org>
Co-authored-by: K.Takata <kentkt@csc.jp>



v9.0.1699: patch 9.0.1699: compile warning for xdiff/xutils on MS-Windows
tagged this 12 Aug 18:50

Problem: compile warning for xdiff/xutils on MS-Windows
Solution: add explicit type cast from size_t to long

closes: #12531

Signed-off-by: Christian Brabandt <cb@256bit.org>
Co-authored-by: Mike Williams <mikew@globalgraphics.com>



v9.0.1698: patch 9.0.1698: Test_map_restore_sid fails in GUI
@zeertzjq zeertzjq tagged this 12 Aug 18:44

Problem: Test_map_restore_sid fails in GUI
Solution: Feed an unsimplified Ctrl-B

closes: #12770

Signed-off-by: Christian Brabandt <cb@256bit.org>
Co-authored-by: zeertzjq <zeertzjq@outlook.com>



v9.0.1697: patch 9.0.1697: incsearch test not sufficient
@cvwillegen cvwillegen tagged this 12 Aug 18:17

Problem: incsearch test not sufficient (after 9.0.1691)
Solution: add an additional test

Signed-off-by: Christian Brabandt <cb@256bit.org>
Co-authored-by: Christ van Willegen <cvwillegen@gmail.com>


[close]

http://www.vim.org/index.php
Titel: CudaText 1.197.0
Beitrag von: SiLæncer am 13 August, 2023, 20:50
(https://s26.postimg.cc/k6wu8qcrt/screenshot_901.png)
Create programming scripts with this powerful tool that supports more than 130 languages and allows users to work concurrently on as many as six groups of projects.

Freeware

Changelog
   

    Change: if "ui_reopen_session":true, don't automatically add all opened files to 'recents' on exit, like in Sublime (thanks @mix-7)
    Change: previously, with "undo_limit":5000 deleting of 7000 selected lines was clearing the Undo; now, deleting selection of 7000 lines is considered as "one action" and it is always storing in Undo; this is much slower on big selections, but Undo is important (thanks @mix-7)
    Add: font of code-tree can be additionally scaled, added option "ui_tree_font_scale" (thanks @reregaga)
    Add: text search shows additional confirmation when 'wrapped search' is off and search reaches the edge of the document (thanks @d0vgan)
    Add: when text search silently wraps at document edge (because of Find dialog option "O"), Find dialog input field can blink (this is off by default); added option: "find_wrapped_blinking" (thanks @d0vgan)
    Add: themed scrollbars: add coloring of mouse-over scrollbar arrows (thanks @reregaga)
    Add: commands "move tab to group 3 / 4 / 5 / 6" (thanks @reregaga)
    Add: Project Manager: command "Add to project: folder of the current file" (thanks @reregaga)
    Add: Project Manager: context menu item "Copy path relative to project" (thanks @reregaga)
    Fix: "List index" error when selecting big block by Ctrl+Shift+End and typing/inserting (thanks @mix-7)
    Fix: couple of minor UI issues in the Find dialog (thanks @reregaga)
    Fix: Linux/Unix: when owner of file is 'root' with 'rw-r--r--', and owner of file's dir is 'user', app could not save the file (thanks @timur-g)
    Fix: Linux/Unix: the case "opening file has no R permission" leads to program error, especially when user chooses binary viewer
    Fix: sometimes 'function hint' in AutoIt_Helper plugin is blocked (thanks @veksha)
    Fix: bad painting of macro-recording border with "minimap_at_left":true
    Fix: lexer Bash: fix string-rule, fix HereDoc-rule

[close]

https://cudatext.github.io/
Titel: Vim 9.0.1712
Beitrag von: SiLæncer am 14 August, 2023, 17:15
Changelog


9.0.1712: missing null check in object_clear()
9.0.1711: dead code in charset.c
9.0.1710: scrolloff options work slightly different
9.0.1709: dynamic build with python 3.12 breaks
9.0.1708: getcompletion() failes for user-defined commands
9.0.1707: Cannot wrap around in popup_filter_menu()
9.0.1706: typos in the xxd manpage
runtime: Remove Brams email in indent/README.txt

[close]

http://www.vim.org/index.php
Titel: Notepad2 by Zufu Liu 4.23.08r4950
Beitrag von: SiLæncer am 14 August, 2023, 19:20
(https://i.postimg.cc/TwvVMTtj/screenshot-2227.png)
Write in a wide variety of programming languages through the use of this comprehensive, free and open-source text processor with syntax highlighting support.

BSD License

Changelog


    Scintilla updated to 5.3.6, see https://www.scintilla.org/ScintillaHistory.html for the changes.
    F# lexer updated to F# 7.0. a12666d
    Support Haskell, issue #29. ae3af1b
    Support Mathematica and WolframScript, issue #652. 946d3d3
    Support Nim Script, issue #371. 995eb35
    Support OCaml, issue #24. bf3297a
    Support Zig, issue #675. 3e76ecd
    Other lexer and API updates: Bash (8530327, ea63987, b3a5fa3, etc.), C++ (88420a4), C# (6e9969f), CSS (373a421), CSV (a305e19), HTML (8e1f3b7, 5545744, 52893de, etc.), Julia (b882a2f), Lua (d0e2c21), TypeScript (2a5a46f), WebAssembly (cf4efe9).
    Use directory for last file to provide initial directory on open/save file dialog when "Remember Recent Files" is enabled, issue #677. 2aaa485
    Added scheme menus to enable JSX/TSX for JavaScript/TypeScript file. a264811
    Added "Skip empty lines" option on "Modify Lines" dialog, issue #694. 078a14a
    Fixed file been loaded twice after dropped onto Notepad2, issue #703. 3fb3db6
    Fixed editor hang after change word wrap mode, issue #692. 763569c
    Fixed encoding detection bug when reload file with UTF-8 BOM, issue #686. e632ff2
    Other bug fixes and improvements.

[close]

https://github.com/zufuliu/notepad2
Titel: Kate 23.04.3 Build 2125
Beitrag von: SiLæncer am 15 August, 2023, 08:40
(https://i.postimg.cc/J44dFswF/screenshot-2330.png)
Text editor that features support for a wide variety of programming languages, syntax highlighting and scripts, which also provides you with an extensive configuration window.

License: GPL /  Donationware

https://kate-editor.org/
Titel: WebKitty 3.2.1
Beitrag von: SiLæncer am 15 August, 2023, 09:40
(https://i.postimg.cc/jqyG1d25/screenshot-1629.png)
This web dev IDE makes it more convenient for web developers to code and manage their websites, made possible via a singular interface to facilitate the entire process.

MIT License

Whats new:>>

In the previous subrelease, complex URL's containing characters such as spaces would not be handled well by the server. This update fixes it.

https://github.com/yikuansun/webkitty
Titel: DocPad 30.0
Beitrag von: SiLæncer am 15 August, 2023, 10:40
(https://i.postimg.cc/2jBvfxyS/screenshot-2001.png)
Erweiterter Text-Editor als Alternative zu Notepad; bietet unter anderem eine Rechtschreibprüfung, eine anpassbare Toolbar sowie die Möglichkeit, Makros zu verwenden.

Freeware

Changelog

    Added the "Revert To Last Backup" tool to the File menu.
    Added the Ctrl+Shift+Del hotkey, which deletes everything until the end of the line.
    Ctrl+Del no longer deletes the newline if the next word extends to the end of the line.
    Quick Text: added the ability to sort the list.
    Quick Text: the Rename tool now has a hotkey, F2.
    Visit Hyperlink: this now tolerates the presence of leading or trailing whitespace.
    Save All: the number of saved documents is now reported on the status bar.
    If Ctrl+B is pressed and there is no bookmark, an error will now appear on the status bar.
    Search: if a regex replacement string refers to a nonexistent substring (e.g. $1), this will now display an error.
    Added the "Cerulean" skin. Redesigned the "Purples" skin and renamed it "Purpendicular".
    Open Nonstandard: if multiple files are chosen, rather than listing the first one, the text "(multiple)" will appear.
    Help file: Search tab: added two buttons that allow you to jump to the next/previous search occurrence.
    Added the ability to delete an item from the File History at the bottom of the File menu.
    The interface icons have been slightly desaturated.
    Fixed: after closing a tab, input focus might not be restored to the current tab.
    Fixed: menus did not support fixed-pitch fonts.
    Fixed: erroneous message "Hotkey Ctrl+Del not recognized" on the statusbar even though the hotkey works.
    Fixed: when opening or creating a document, the editor was not taking input focus.
    Fixed: if a popup window is created while the parent window is minimized, it could appear on the wrong monitor.
    Fixed: if a document is edited, then edited back to its original state, and Save All is chosen, the * indicator was not being hidden.
    Fixed: the Ctrl+Tab hotkey was not working.
    Fixed: when a batch file opens multiple documents all at once, more than one instance could open.

[close]

http://www.gammadyne.com/docpad.htm
Titel: Notepad++ 8.5.6
Beitrag von: SiLæncer am 15 August, 2023, 20:30
(https://i.postimg.cc/90QrsKpv/screenshot-818.png)
Notepad++ is a tabbed source code editor and Notepad replacement with a customizable interface. It is one of the few few source code editors that supports "folding," allowing users to quickly reduce and expand sections of code to see the overall document. In addition, it features multi-language syntax highlighting, auto-completion, regular expression search/replace, macro recording and playback, etc. The program can access a long list of plug-ins via an easy-to-access menu with even more features and functions.

License: GPL

Whats new:>>

    Fix plugin crash regression due to CET enhancement. (Fix regression due to CET)
    Add new API: indicator allocation for plugins. (Fix #5744)
    Fix hide lines merging to avoid merging across a visible line. (Fix #12844)
    Fix “Clear Change History” issue: cloned document markers are not cleared. (Fix #13877)

DL -> https://github.com/notepad-plus-plus/notepad-plus-plus/releases

https://notepad-plus-plus.org/
Titel: Vim 9.0.1721
Beitrag von: SiLæncer am 17 August, 2023, 09:50
(https://s26.postimg.cc/xww5nc4zt/screenshot_1282.png)
A highly configurable text editor built to enable efficient text editing - an improved version of the vi editor distributed with most UNIX systems.

Freeware

Changelog



v9.0.1721: patch 9.0.1721: Build failure on Windows with dynamic lua
@zeertzjq zeertzjq tagged this 16 Aug 18:25

Problem: Build failure on Windows with dynamic lua (after 9.0.1719)
Solution: move definition further down in if_lua

closes: #12811
closes: #12814
closes: #12818

Signed-off-by: Christian Brabandt <cb@256bit.org>
Co-authored-by: zeertzjq <zeertzjq@outlook.com>


v9.0.1720: patch 9.0.1720: Vim9 class using wrong index for overridden method
@yegappan yegappan tagged this 16 Aug 18:14

Problem: Vim9 class using wrong index for overridden method
Solution: Use correct index for overridden method

closes: #12524
closes: #12813

Signed-off-by: Christian Brabandt <cb@256bit.org>
Co-authored-by: Yegappan Lakshmanan <yegappan@yahoo.com>


v9.0.1719: patch 9.0.1719: if_lua: crash for for Lua functions invoked via Vim c…
@jessepav jessepav tagged this 15 Aug 21:21

…allbacks

Problem: if_lua: crash for Lua functions invoked via Vim callbacks
Solution: Use Lua registry rather than upvalues for udata cache

closes: #12785

Signed-off-by: Christian Brabandt <cb@256bit.org>
Co-authored-by: Jesse Pavel <jpavel@alum.mit.edu>


v9.0.1718: patch 9.0.1718: dict-completion does not respect region
@lemonboy LemonBoy tagged this 15 Aug 21:14

Problem: dict-completion does not respect region
Solution: respect selected region in dict completion

Set do_region to zero as we don't want a complete dump of the matching
words, we want the code to filter them according to the user's selected
region.

closes: #12792
closes: #7025

Signed-off-by: Christian Brabandt <cb@256bit.org>
Co-authored-by: LemonBoy <thatlemon@gmail.com>


v9.0.1717: patch 9.0.1717: virtcol2col returns last byte of a multi-byte char
@yegappan yegappan tagged this 15 Aug 21:01

Problem: virtcol2col returns last byte of a multi-byte char
Solution: Make it return the first byte for a multi-byte char

closes: #12786
closes: #12799

Signed-off-by: Christian Brabandt <cb@256bit.org>
Co-authored-by: Yegappan Lakshmanan <yegappan@yahoo.com>


v9.0.1716: patch 9.0.1716: Windows build with python 3.12 and clang fails
@zdohnal zdohnal tagged this 15 Aug 20:52

Problem: Windows build with python 3.12 and clang fails
Solution: Remove the PyBool_Type function pointer for python 3.12

Clang on Win doesn't like non-static functions in static struct with
Python 3.12 - removing the new obfuscated function and protecting the
old PyBool function for older Pythons fixes the issue.

closes: #12800

Signed-off-by: Christian Brabandt <cb@256bit.org>
Co-authored-by: Zdenek Dohnal <zdohnal@redhat.com>


v9.0.1715: patch 9.0.1715: duplicate test in message_test.c
@zeertzjq zeertzjq tagged this 15 Aug 20:48

Problem: duplicate test in message_test.c
Solution: Remove duplicate test and make functions static

closes: #12803

Signed-off-by: Christian Brabandt <cb@256bit.org>
Co-authored-by: zeertzjq <zeertzjq@outlook.com>


v9.0.1714: patch 9.0.1714: getcompletion() "cmdline" fails after :autocmd
@zeertzjq zeertzjq tagged this 15 Aug 20:41

Problem:  getcompletion() "cmdline" fails after :autocmd
Solution: Use set_cmd_context() instead of set_one_cmd_context().

closes: #12804

Signed-off-by: Christian Brabandt <cb@256bit.org>
Co-authored-by: zeertzjq <zeertzjq@outlook.com>


v9.0.1713: patch 9.0.1713: Github CI fails to load snd-dummy kernel module
@zdohnal zdohnal tagged this 15 Aug 20:34

Problem: Github CI fails to load snd-dummy kernel module
Solution: Make installation of linux-modules-extra optional

linux-modules-extra package are not available on Ubuntu 22 at the
moment, which breaks CI runs. The change make its installation
conditional as the original `if-else` structure tried to do.

closes: #12801

Signed-off-by: Christian Brabandt <cb@256bit.org>
Co-authored-by: Zdenek Dohnal <zdohnal@redhat.com>

[close]

http://www.vim.org/index.php
Titel: Znote 2.3.7
Beitrag von: SiLæncer am 17 August, 2023, 18:20
(https://i.postimg.cc/qvfVnLWd/screenshot-2617.png)
Znote is a free, elegant program meant to help you write beautifully organized Markdown documents. You can organize your texts, notes, and files even better, using the simplistic left-side widget organizer for smoothly navigating different files.

Open Source  /  Freemium

Whats new:>>

Fix: Keep open/closed state of folders/tags between sessions.
Add "Today" function Ctrl+Space to add the current date in note
Changed default settings to facilitate onboarding of new users

https://znote.lagrede.fr/
Titel: Vim 9.0.1734
Beitrag von: SiLæncer am 18 August, 2023, 10:10
Changelog


    9.0.1734: :runtime completion fails for multiple args
    9.0.1733: CI: cannot cache linux-modules-extra
    9.0.1732: vimexpr: shadowing variable
    9.0.1731: blockwise Visual highlight not working with virtual text
    man.vim: Recognise hyphenated-at-eol cross-references (#12609)
    man.vim: Uniformly place cursor at the same column with `Ctrl-t` (#12608)
    9.0.1730: passing multiple patterns to runtime not working
    9.0.1729: screenpos() wrong when w_skipcol and cpoptions+=n
    9.0.1728: missing winid argument for virtcol()
    9.0.1727: minor problems with the teapot
    9.0.1726: incorrect heights in win_size_restore()
    9.0.1725: cursor pos wrong after concealed text with 'virtualedit'
    9.0.1724: vim9class constructor argument type checking bug
    Update sr.po (#12820)
    Use string interpolation (#12823)
    9.0.1723: Fix regression in {func} argument of reduce()
    9.0.1722: wrong error messages when passing wrong types to count()

[close]

http://www.vim.org/index.php
Titel: Vim 9.0.1736
Beitrag von: SiLæncer am 19 August, 2023, 10:10
Changelog


9.0.1736: Github Actions times out after 20 minutes
9.0.1735: Rename completion specific findex var

[close]

http://www.vim.org/index.php
Titel: BirdFont 5.3.0
Beitrag von: SiLæncer am 19 August, 2023, 18:20
(https://s26.postimg.cc/rd1s4grdl/screenshot_137.png)
BirdFont is a free font editor that lets you create vector graphics and export TTF, EOT & SVG fonts.

Donationware

Whats new:>>

    Better variable font support
    SVG import fix

https://birdfont.org/
Titel: RJ TextEd 15.93
Beitrag von: SiLæncer am 19 August, 2023, 21:00
(https://s26.postimg.cc/775l9vjeh/screenshot_593.png)
RJ TextEd - A Unicode source and text editor. RJ TextEd is a full featured text and source editor with Unicode support, syntax highlighting and code folding. The functionality extends beyond text files and includes support for HTML editing with integrated preview, spell checking, auto completion, HTML validation, templates and more. The program also include support for Topstyle Lite CSS editor, has a dual pane file commander, as well as a FTP client to upload your files. The editor uses language files to display menus and dialogs in different languages. There are several included languages. New language files can easily be created in the editor. RJ TextEd is also a simple web development tool. The editor can use auto completion and hints to assist you in editing your source code. You can preview HTML/ASP/PHP... code using one of the preview tabs or open a document in a browser. The editor does not only handle source code. It also handles true ASCII files, binary files and of course plain text files.

License: Freeware

Changelog


    Code Explorer:

    Made some improvements and fixed a few sorting and nesting issues.

    Crystal highlighter:

    Added a new highlighter for Crystal source code.

    Syntax Editor:

    Made some small changes, mostly regarding folding.

    Fixed:

    Mouse click in document map to scroll.
    UNC path issue with projects.
    Issues when using the two options "Allow text cursor beyond end of line" and "Paste should not move the text cursor" together.

[close]

http://www.rj-texted.se/
Titel: Vim 9.0.1757
Beitrag von: SiLæncer am 20 August, 2023, 08:10
Changelog


    9.0.1757: ex_class() function is too long
    9.0.1756: failing cursorline sign test
    9.0.1755: CI still fails with sodium mlock error
    9.0.1754: still Ci breakage (after 9.0.1741)
    9.0.1753: can't move to last non-blank char
    9.0.1752: CI: Coveralls is no longer used
    9.0.1751: CI: labeler configuration not found
    9.0.1750: CI: fails because of changed error messages
    9.0.1749: Text property highlight doesn't override a sign highlight on TAB
    9.0.1748: CI: cannot label issues automatically
    docs: Improve Markdown in README (#12829)
    9.0.1747: screenpos() may cause unnecessary redraw
    9.0.1746: vim9class compile error for char/char_u conversion
    9.0.1745: Missing test coverage for blockwise Visual highlight
    9.0.1744: Dead code in open_cmdwin()
    Translations: Update po files for zh and ja
    9.0.1743: Parameter of gui_gtk:gui_mch_browse incorrectly marked as UNUSED
    9.0.1742: wrong curswant when clicking on second cell of double-width char
    9.0.1741: No type checking in interfaces
    Runtime: add new sed ftplugin (#12843)
    9.0.1740: segfault when reading invalid viminfo file
    9.0.1739: Leftover files in libvterm
    9.0.1738: Duplicate code to reverse a string
    9.0.1737: Calling a base class method through an extended class fails
    Runtime: Update Italian Translation

[close]

http://www.vim.org/index.php
Titel: Vim 9.0.1777
Beitrag von: SiLæncer am 21 August, 2023, 08:40
Changelog


    9.0.1778: if_py_both: code-style issue
    9.0.1777: patch 9.0.1771 causes problems
    runtime(sdc): Add underscore to sdc flags in syntax file (#6201)
    Runtime(javascript): add new document properties to completion file
    runtime(haskell): Add single quote to `iskeyword` in ftplugin (#8191)
    runtime(spec): ftplugin: Revert change dropping <SID> from SpecChangelog (#9032)
    runtime(css): Update pseudo-classes in syntax script (#11595)
    runtime(lua): fix lua indentation of non-lowercase "keywords" (#11759)
    runtime(javascript): fix default link of javaScriptNumber in syntax file (#11788)
    9.0.1776: No support for stable Python 3 ABI
    9.0.1775: Wrong comparison in vim9type.c
    9.0.1774: no support for custom cmdline completion
    9.0.1773: cannot distinguish Forth and Fortran *.f files
    runtime(lua): indent curly bracket followed by line comment (#12306)
    9.0.1772: Cursor may be adjusted in 'splitkeep'ed windows
    runtime(rust): fix rust indent (#12542)
    runtime(man): remove backslashes in man pages using Vim script (#12557)
    9.0.1771: regex: combining chars in collections not handled
    9.0.1770: lines disappear when modifying chars before virt text
    runtime(termdebug): refactor error printing (#12856)
    runtime(termdebug): re-indent lines (#12857)
    9.0.1769: executable() ignoring symlinks on Windows
    Runtime(termdebug): Add support to view local and argument variables
    Runtime: Add nixInherit matcher in nix.vim syntax
    9.0.1768: Runtime: no support for bicep files
    9.0.1767: '.-' no allowed in highlight group names
    9.0.1766: Runtime: Missing QML support
    9.0.1765: Error when cross-compiling Vim
    9.0.1764: CI: label should not be set on all yml files
    Translation: also update ru.cp1251.po file after 6cc8bc836616e9b0
    9.0.1763: crash when passing invalid buffer to undotree()
    9.0.1762: Not able to get the virtual text property
    9.0.1761: g<kEnd> behaves different from g<end>
    9.0.1760: vim9 class problem with new() constructor
    Translation: Russian PO file updated to Vim version 9.0.1757 (#12864)
    9.0.1759: Visual highlight not working with cursor at end of screen line
    9.0.1758: vim9 no class identifiers in stack dumps

[close]

http://www.vim.org/index.php
Titel: QOwnNotes 23.8.1
Beitrag von: SiLæncer am 21 August, 2023, 22:00
(https://s26.postimg.cc/hoi1ahlcp/screenshot_978.png)
QOwnNotes is a text editor / notepad replacement with markdown support and todo list manager. The program supports themes, keyboard shortcuts, syntax highlighting, and encryption. Includes available nested file list, tags, search, and more. Optionally works with the notes application ownCloud or Nextcloud.

Cross-platform with clients available for Mac and Linux.

License: GPL

Whats new:>>

there now is a software repository for Debian Linux 12.0

    please visit the Debian installation page for instructions

the translation path was updated to qt6/translations instead of qt5/translations when building for Qt6 with qmake (for #2813
added more German, Spanish, Croatian translation (thank you rakekniven, rooyca, xpertmind)

http://www.qownnotes.org/
Titel: Vim 9.0.1778
Beitrag von: SiLæncer am 22 August, 2023, 08:10
Whats new:>>

    9.0.1778: if_py_both: code-style issue

Problem:  if_py_both: code-style issue
Solution: add space

http://www.vim.org/index.php
Titel: Pandoc 3.1.6.2
Beitrag von: SiLæncer am 23 August, 2023, 09:10
(https://i.ibb.co/6mSXKdx/pandoc.png)
Pandoc is a command-line utility that can convert files from one markup format into another. Pandoc's enhanced version of Markdown includes syntax for footnotes, tables, flexible ordered lists, definition lists, fenced code blocks, superscripts and subscripts, strikeout, metadata blocks, automatic tables of contents, embedded LaTeX math, citations, and Markdown inside HTML block elements. (These enhancements, described further under Pandoc's Markdown, can be disabled using the markdown_strict input or output format.)

License: Open Source

Changelog

    Org reader: allow example lines to end immediately after the colon (Brian Leung).

    Docx reader:
        Omit “Table NN” from caption ( #9002 ).
        Avoid spurious block quotes in list items ( #8836 ).

    JATS reader: Fix display of block elements ( #8889 , Julia Diaz). A number of block elements, like disp-quote, list, and disp-formula, were always treated as inlines if appearing inside paragraphs, even if their usage granted a separate block.

    HTML reader: avoid duplicate id on header and div ( #8991 ).

    Typst writer:
        Use ~ for nonbreaking space, and escape literal ~( #9010 ).
        Put the label in right place for Div, use #block ( #8991 ). Previously we were putting the label at the beginning of the Div’s contents, but according to the documentation such a label gets attached to the preceding element. We now use an explicit #block and add the label at the end.

    LaTeX writer:
        Improve escaping of URIs in href, url ( #8992 ).
        Improve internal links and targets ( #8744 ). We no longer wrap section headings in a \hypertarget. This is unnecessary (hyperref creates an anchor based on the label) and it interferes with tagging. In addition, we now use \hyperref rather than \hyperlink for internal links. Currently \hypertarget is still being used for link anchors not on headings. Thanks to @u-fischer.

    HTML format templates (style.html): Fix typo in clause for svg (Jackson Schuster).

    Use lastest texmath, typst-symbols, typst. Targets typst 0.7.

[close]

https://github.com/jgm/pandoc
Titel: Kate 23.04.3 Build 2133
Beitrag von: SiLæncer am 23 August, 2023, 09:40
(https://i.postimg.cc/J44dFswF/screenshot-2330.png)
Text editor that features support for a wide variety of programming languages, syntax highlighting and scripts, which also provides you with an extensive configuration window.

License: GPL /  Donationware

https://kate-editor.org/
Titel: Vim 9.0.1786
Beitrag von: SiLæncer am 24 August, 2023, 09:20
Changelog


    runtime: configure keywordpg for some file types (#5566)
    runtime: Remove Brams name from a few more runtime files (#12780)
    runtime: Fix typos in various files
    9.0.1786: Vim9: need instanceof() function
    9.0.1785: wrong cursor position with 'showbreak' and lcs-eol
    9.0.1784: redundant else in pum_set_selected()
    runtime(termdebug): more termdebug fixes and improvements (#12892)
    Translation(tr): Update Turkish translations (#12897)
    runtime(menu): define shortcut for File->Open Tab (#12895)
    Codeowners: add KBelabas for runtime/syntax/gp.vim (#12898)
    runtime(scala): Link Scala highlighting groups using 'hi def link' in syntax script (#9594)
    runtime(bindzone): updated syntax file
    runtime(cmake) Recognize add_compile_definitions in syntax script (#10416)
    runtime(crontab): add support for BSD specifics in syntax script (#11196)
    runtime(termdebug): add frame related commands (#12511)
    Translations(it): Update po and menus for it
    9.0.1783: Display issues with virt text smoothscroll and showbreak
    9.0.1782: prop_list() does not return text_padding_left
    9.0.1781: Problems when setting bin/paste option
    9.0.1780: Vim9 type not defined during object creation
    9.0.1779: Need more state() tests
    runtime(termdebug): Fix various Termdebug issues (#12875)
    runtime(go): Update Go syntax file with 1.21 builtins (#12876)
    runtime(solidity): add new ftplugin (#12877)
    runtime(gp): update gp.vim syntax file for the GP language (version 2.15) (#12884)
    runtime(dosini): save and restore cpo value in syntax script

[close]

http://www.vim.org/index.php
Titel: CudaText 1.197.0.2
Beitrag von: SiLæncer am 24 August, 2023, 09:50
(https://s26.postimg.cc/k6wu8qcrt/screenshot_901.png)
Create programming scripts with this powerful tool that supports more than 130 languages and allows users to work concurrently on as many as six groups of projects.

Freeware

Changelog
   

+ add: Wiki topic https://wiki.freepascal.org/CudaText_plugins#How_to_bind_a_hotkey_to_insert_a_snippet
- fix: workaround for Windows save-as dialog bug: dialog can suggest bad filename for filter 'All files', like 'name.lua.yml' instead of 'name.lua' when YAML lexer is active (thanks @bb.slipers)

[close]

https://cudatext.github.io/
Titel: Vim 9.0.1787
Beitrag von: SiLæncer am 24 August, 2023, 19:50
(https://s26.postimg.cc/xww5nc4zt/screenshot_1282.png)
A highly configurable text editor built to enable efficient text editing - an improved version of the vi editor distributed with most UNIX systems.

Freeware

Changelog


v9.0.1787: patch 9.0.1787: Cannot build with latest luajit

Problem:  Cannot build with latest luajit
Solution: adjust sed regexp and don't expect '-' in version output

[close]

http://www.vim.org/index.php
Titel: QOwnNotes 23.8.2
Beitrag von: SiLæncer am 26 August, 2023, 20:20
(https://s26.postimg.cc/hoi1ahlcp/screenshot_978.png)
QOwnNotes is a text editor / notepad replacement with markdown support and todo list manager. The program supports themes, keyboard shortcuts, syntax highlighting, and encryption. Includes available nested file list, tags, search, and more. Optionally works with the notes application ownCloud or Nextcloud.

Cross-platform with clients available for Mac and Linux.

License: GPL

Whats new:>>

added a new editor color schema Atom Mellow Dark by @davuses (for #2817)
link highlighting in the note text edit was made faster and more link types are now supported (for #188
, thank you, @Tim-gromeyer)

http://www.qownnotes.org/
Titel: JSONedit 0.9.41
Beitrag von: SiLæncer am 27 August, 2023, 09:40
(https://s26.postimg.cc/zcd5ubda1/screenshot_961.png)
JSONedit is a simple editor for the JavaScript Object Notation format "a text-based open standard designed for human-readable data interchange" (source) with availble text and tree views.

Includes array generator using embedded Lua interpreter and Scintilla for text edition.

License:    Freeware

Changelog

    copied fixes for global hotkey from https://github.com/tomek-o/tSIP/commit/c5e96a157328359bce3fe4648cae1a6b64f1a019
    fixed possible incorrect array elements ordering if reloading file with "tree reuse" option enabled
    fixed possible incorrect object elements ordering when reloading file if JSON is set to preserve object elements order and "tree reuse" option is enabled; this might make reloading slower in some cases
    Lua editor / Help: added list of custom Lua functions (factory-based pattern like in tSIP or VideoPlayerMpv)
    delaying creation of few tool windows until they are needed for the first time
    NDJSON viewer: added File / Reload menu item
    added new hotkey action types: copy document to clipboard as formatted and as compact text
    removed unnecessary trailing newline from JSON generated with compact formatting

[close]

http://tomeko.net/software/JSONedit/index.php
Titel: Vim 9.0.1789
Beitrag von: SiLæncer am 27 August, 2023, 10:10
Changelog


v9.0.1789: patch 9.0.1789: too early declaration of variable in pum_set_selected()
@glepnir glepnir tagged this 26 Aug 16:11

Problem:  too early declaration of variable in pum_set_selected()
Solution: Move declaration to where it is actually used

closes: #12915

v9.0.1788: patch 9.0.1788: C4090 warnings in strings.c
@k-takata k-takata tagged this 26 Aug 16:05

Problem:  C4090 warnings in strings.c
Solution: Add type casts

closes: #12917

MSVC shows the following warnings:
```
strings.c(2436): warning C4090: 'function': different 'const' qualifiers
strings.c(2774): warning C4090: 'function': different 'const' qualifiers
strings.c(3865): warning C4090: 'function': different 'const' qualifiers
```

So add type casts to suppress them.

[close]

http://www.vim.org/index.php
Titel: Vim 9.0.1792
Beitrag von: SiLæncer am 27 August, 2023, 19:40
Changelog


v9.0.1792: patch 9.0.1792: problem with gj/gk/gM and virtual text
@zeertzjq zeertzjq tagged this 27 Aug 09:17

Problem:  Normal mode "gM", "gj", "gk" commands behave incorrectly with
          virtual text.
Solution: Use linetabsize() instead of linetabsize_str().

closes: #12909

v9.0.1791: patch 9.0.1791: No tests for the termdebug plugin
@yegappan yegappan tagged this 27 Aug 09:14

Problem:  No tests for the termdebug plugin
Solution: Add some simple tests for the termdebug plugin

closes: #12927

v9.0.1790: patch 9.0.1790: Redundant LSP Content-Type header
@vimpostor vimpostor tagged this 27 Aug 09:11

Problem:  The Content-Type header is an optional header that some LSP
          servers struggle with and may crash when encountering it.
Solution: Drop the Content-Type header from all messages, because we use
          the default value anyway.

Because pretty much all popular LSP clients (e.g. coc.nvim, VSCode) do
not send the Content-Type header, the LSP server ecosystem has developed
such that some LSP servers may even crash when encountering it.
To improve compatibility with these misbehaving LSP servers, we drop
this header as well.

[close]

http://www.vim.org/index.php
Titel: PilotEdit Lite 17.8.0
Beitrag von: SiLæncer am 27 August, 2023, 20:10
(http://www.pilotedit.com/images/OpenInQuickMode.PNG)
PilotEdit is a text, hex, XML, C/C++, HTML, PHP, Java, Javascript and Perl editor that can edit large files of 400GB (40 billion lines).

It offers customizable syntax and keyword highlighting, advanced search and replace operations, automatic text encoding, 256-bit AES encryption/decryption and a built-in FTP/SFTP client lets you open, edit, download and upload large files directly to/from a FTP/SFTP server.

In addition to standard text editing features, PilotEdit can compare and merge two large files of 100GB (10 billion lines). You can also sort, find/remove duplicate lines and extract strings over a large file of 1GB.

Freeware

Zitat
Includes improvements over install packages.

http://www.pilotedit.com/
Titel: Text Editor Pro 27.5.0
Beitrag von: SiLæncer am 27 August, 2023, 21:00
(https://s26.postimg.cc/hfdkhoj9l/screenshot_896.png)
Text Editor Pro (formerly EditBone) is a powerful text editing tool that comes with syntax highlighting support for over 50 languages and scripts, customizable with over 100 options, 29 ready made styles, a handy file comparison feature, unicode character map, numerical unit convert tool, SQL formatter, and support for multiple directories and search results.

Freeware

Changelog


    Added counter options for editor backup
    Added hide at first column folding guide line option
    Added highlighter for VBScript
    Fixed AlphaSkins - https://www.alphaskins.com/
    Fixed hex editor
    Fixed highlighters
    Fixed matching pair for XML highlighter
    Fixed output
    Fixed replace
    Fixed scaling issues
    Fixed search
    Fixed text editor control - https://github.com/TextEditorPro/TTextEditor
    Updated FastMM5 memory manager - https://github.com/pleriche/FastMM5
    Updated language files
    Updated PDFium binaries (DLL files) - https://github.com/bblanchon/pdfium-binaries
    Updated PdfiumLib - https://github.com/ahausladen/PdfiumLib

[close]

https://texteditor.pro/
Titel: VNote 3.17.0
Beitrag von: SiLæncer am 28 August, 2023, 19:50
(https://s26.postimg.cc/871od8huh/screenshot_1147.png)
Peculiar yet interesting, open source piece of software that sports both Markdown editing capabilities and note management features.

MIT License

Whats new:>>

    Quick note: create note in given scheme (@feloxx)
    MarkdownEditor: support inserting multiple images (@feloxx)
    Mermaid: upgrade and fix preview issue (@ygcaicn)
    Flowchart.js: upgrade

https://github.com/tamlok/vnote
Titel: Vim 9.0.1815
Beitrag von: SiLæncer am 29 August, 2023, 06:50
Changes

pango_coverage_unref() deprecated in pango > 1.51

http://www.vim.org/index.php
Titel: Vim 9.0.1822
Beitrag von: SiLæncer am 30 August, 2023, 10:10
Changelog


    9.0.1822: Vim9: no check for duplicate members in extended classes
    9.0.1821: Vim9 constructors are always static
    runtime(sh): Update ftplugin (#12950)
    9.0.1820: Rexx files may not be recognised
    9.0.1819: Github CI too complex
    runtime(heex): Add HEEX comments to match_words in ftplugin (#12957)
    9.0.1818: dynamically linking perl is broken
    9.0.1817: configure: using obsolete AC_HEADER_STDC
    9.0.1816: configure: sed uses non-portable regex
    runtime(doc): mention special case of i_CTRL-R_-
    runtime(editorconfig): generate helptags, remove unused files
    runtime(tags): update helptags
    runtime: Set b:undo_indent where missing (#12944)
    runtime: Set b:undo_ftplugin where missing (#12943)

[close]

http://www.vim.org/index.php
Titel: Vim 9.0.1826
Beitrag von: SiLæncer am 31 August, 2023, 08:40
Changelog


    9.0.1826: keytrans() doesn't translate recorded key typed in a GUI
    9.0.1825: wrong cursor position with virt text and 'linebreak'
    9.0.1824: Vim9: private members may be modifiable
    runtime: cleanup :Sman command via the undo_ftplugin mechanism (#12967)
    9.0.1823: Autoconf 2.69 too old

[close]

http://www.vim.org/index.php
Titel: Kate 23.08.0 Build 2142
Beitrag von: SiLæncer am 31 August, 2023, 09:40
(https://i.postimg.cc/J44dFswF/screenshot-2330.png)
Text editor that features support for a wide variety of programming languages, syntax highlighting and scripts, which also provides you with an extensive configuration window.

License: GPL /  Donationware

https://kate-editor.org/
Titel: Alternate TextBrowser 4.070
Beitrag von: SiLæncer am 31 August, 2023, 19:20
(https://i.postimg.cc/TYy7wJVb/screenshot-1429.png)
This program makes it easy to browse through text- and html-files (also xml), syntax highlighting for serveral programming languages available (C++, Pascal, PHP, Perl, ASM, JScript etc.).

Freeware

Whats new:>>

Improvement for charset detection

http://www.alternate-tools.com/pages/c_textbrowser.php?lang=ENG
Titel: QOwnNotes 23.9.0
Beitrag von: SiLæncer am 31 August, 2023, 21:30
Whats new:>>

    when all notes of a tag, including the notes of their child-tags are shown in the
    note list the numbers of notes per tag are now calculated correctly in the tag tree
    (for #2819 )
    added more French translation (thank you chocolatine)

http://www.qownnotes.org/
Titel: Pandoc 3.1.7
Beitrag von: SiLæncer am 01 September, 2023, 09:10
(https://i.ibb.co/6mSXKdx/pandoc.png)
Pandoc is a command-line utility that can convert files from one markup format into another. Pandoc's enhanced version of Markdown includes syntax for footnotes, tables, flexible ordered lists, definition lists, fenced code blocks, superscripts and subscripts, strikeout, metadata blocks, automatic tables of contents, embedded LaTeX math, citations, and Markdown inside HTML block elements. (These enhancements, described further under Pandoc's Markdown, can be disabled using the markdown_strict input or output format.)

License: Open Source

Changelog

    Org reader:

    Don’t parse alphabetical lists unless the fancy_lists extension is enabled (#9042).
    Allow escaping commas in macro arguments (Amneesh Singh).

    JATS reader:

    Support for <permissions> metadata (#9037, Julia Diaz). metadata objects with multiple fields are created, matching the structure in JATS.
    Correct name of JATS element attrib.

    Markdown reader:

    Support images with wikilink syntax, e.g. ![[foo|bar]], when one of the wikilinks extension is enabled (#8853).
    Allow a citation or reference link to be parsed after a ! (#8254).
    Fix dropped ! before nonexistent reference (#9038).

    LaTeX writer:

    Fix regression in escaping URLs (#9043).
    Use cite and bibitem to link up citations, even with citeproc. (#9031). This will give us better accessibility; when tagging is enabled, the citation can be linked to the bibliography entry. This changes some of the details of the layout and the default template. We now make CSLReferences a special enumitem list that will contain bibitems. Internal links inside citations to ids beginning in ref- are creating using cite instead of hyperref.
    Use phantomsection and label instead of hypertarget (#9022).
    Use hyperref for LaTeX internal links, hyperlink for beamer (since hyperref doesn’t seem to work) (#9022).
    Backslash-escape % and # in URLs (#9014).

    JATS writer:

    Fix placement of ref-list when no title is specified for the reference section (#9017). (In this case we place it in back with an empty title.)

    Man writer:

    Avoid a .PP right after a section heading (#9020). This is at best a no-op (in groff man and mandoc) and at worst (in some formatters) may create extra whitespace.
    We revert the fanciness introduced in #7506, which employs a custom font name V and a macro that makes this act like boldface in a terminal and monospace in other formats. Unfortunately, this code uses a mechanism that is not portable (and does not work in mandoc) (#9020).
    Instead of using V for inline code, we simply use CR. Note that f[CR] is emitted instead of plain f[C], because there is no C font in man. (This produces warnings in recent versions of groff, #9020.)
    For code blocks, we now use the .EX and .EE macros, together with .IP for spacing and indentation. This gives more standard code that can be better interpreted e.g. by mandoc (#9020).
    Man template: don’t emit .hy, regardless of setting of hyphenate variable (#9020).
    LaTeX template: special redefinition of st for CJK (#9019). soul’s version raises on error on CJK text.
    Use latest skylighting-format-blaze-html (#7248). This works around a longstanding iOS Safari bug that caused long lines to be displayed in a different font size in highlighted code.
    Allow skylighting 0.14 (and require it in pandoc core).
    Allow text 2.1.

[close]

https://github.com/jgm/pandoc
Titel: Vim 9.0.1833
Beitrag von: SiLæncer am 01 September, 2023, 09:40
(https://s26.postimg.cc/xww5nc4zt/screenshot_1282.png)
A highly configurable text editor built to enable efficient text editing - an improved version of the vi editor distributed with most UNIX systems.

Freeware

Changelog


    9.0.1833: [security] runtime file fixes
    9.0.1832: xxd: reporting wrong version
    9.0.1831: Vim9: failing null test
    9.0.1830: Vim9: crash when accessing a null object
    9.0.1829: Vim9 missing access-checks for private vars
    9.0.1828: cursor wrong with virt text before double-width char
    translation(it): updated Italian manpages
    9.0.1827: xxd: no color support
    runtime(optwin): Fix for 'splitkeep' option (#12974)
    runtime(forth): Update syntax and ftplugin files (#12976)

[close]

http://www.vim.org/index.php
Titel: Zettlr 3.0.0
Beitrag von: SiLæncer am 01 September, 2023, 20:45
(https://s26.postimg.cc/vfll9p4mh/screenshot_956.png)
Write text and conveniently edit it using Markdown with the help of this user-friendly and well-thought-out, Electron based application.

MIT License

Release Notes

Hello everybody! It is finally time — after more than a year of constant development and improvement, we are more than proud to finally be able to deliver you the next iteration of Zettlr. We have been extra careful to provide you in this version a bug-free and enjoyable writing experience that you will love. Many things have changed; way too many to quickly go through them, so as with every release, we welcome you to do two things before updating:

First, please read our accompanying blog post , in which we place this update into perspective and explain the reasoning behind certain changes to the application.

After you are done, immediately read the "READ THIS FIRST!" section of the changelog below. This is crucial this time around, which is why it's in all caps. Afterwards, we invite you to also read the rest of the changelog, which you should do anyway.

[close]

Download: https://github.com/Zettlr/Zettlr/releases

https://www.zettlr.com/
Titel: Textadept 12.1
Beitrag von: SiLæncer am 02 September, 2023, 08:00
(http://foicica.com/textadept/images/splitviews.png)
Textadept will provide users with a fast, minimalist, and ridiculously extensible text editor. At its core lies less than 2000 lines of C code, and that's how it always will be. While other editors rely on recordable macros to speed up workflow, shell scripts to quickly transform text, and static side panes to manage your documents, files, and more.

Textadept takes it to the extreme: it gives you complete control over the entire application using the embedded Lua language. Lua is nearly as fast as C, and has a very small footprint. In fact, most of Textadept is written in Lua.

License : MIT License ( Donationware )

Changelog

    Bugfixes:

    Correctly recognize projects under Fossil version control.
    Fixed potential crash on GTK when opening a list dialog and immediately arrowing down.
    Fixed crash unsplitting a non-focused view whose other pane contains the focused view.
    Fixed some multi-byte characters in Julia lexer being incorrectly marked as operators.
    Fixed lack of legacy support for lexer.fold_consecutive_lines().
    Do not highlight Bash variable pattern expansion as comments.
    Fixed potential crash with proxy lexers like RHTML.
    Scintilla: fixed crash when using IME with a large amount of text selected.

    Changes:

    Added textadept.run.run_without_prompt for running commands immediately
    Updated Hare lexer.

[close]

http://foicica.com/textadept/
Titel: Vim 9.0.1839
Beitrag von: SiLæncer am 02 September, 2023, 08:10
Changes:

9.0.1839: No Makefile rule to build cscope database
9.0.1838: Vim9: Cannot modify class member vars from def function
9.0.1837: Vim9: class_member_type() can be optimized
9.0.1836: display wrong with virttext, linebreak and breakindent
9.0.1835: Perl interface has problems with load PL_current_context
9.0.1834: Some problems with xxd coloring

http://www.vim.org/index.php
Titel: Vim 9.0.1844
Beitrag von: SiLæncer am 02 September, 2023, 19:10
Changes:

9.0.1844: doc helptags may not be up to date
9.0.1843: xxd color test flaky
9.0.1842: Need more accurate profiling
9.0.1841: style: trailing whitespace in ex_cmds.c
9.0.1840: [security] use-after-free in do_ecmd

http://www.vim.org/index.php
Titel: Vim 9.0.1853
Beitrag von: SiLæncer am 03 September, 2023, 09:10
Changes:

9.0.1853: CI error on different signedness in regexp.c
9.0.1852: i_CTRL-O does not reset Select Mode
9.0.1851: breakindent missing by virt text
9.0.1850: Vim9: wrong line number where options set
9.0.1849: CI error on different signedness in ex_cmds.c
9.0.1848: [security] buffer-overflow in vim_regsub_both()
9.0.1847: [security] potential oob write in do_addsub()
9.0.1846: [security] crash in fullcommand
9.0.1845: xxd: Test_xxd_color start failing

http://www.vim.org/index.php
Titel: Text Editor Pro 27.5.1
Beitrag von: SiLæncer am 03 September, 2023, 09:50
(https://s26.postimg.cc/hfdkhoj9l/screenshot_896.png)
Text Editor Pro (formerly EditBone) is a powerful text editing tool that comes with syntax highlighting support for over 50 languages and scripts, customizable with over 100 options, 29 ready made styles, a handy file comparison feature, unicode character map, numerical unit convert tool, SQL formatter, and support for multiple directories and search results.

Freeware

Changelog


    Fixed editor backup options
    Fixed highlight similar terms
    Fixed Object Pascal highlighter
    Fixed XML highlighter
    Updated language files

[close]

https://texteditor.pro/
Titel: Vim 9.0.1856
Beitrag von: SiLæncer am 03 September, 2023, 19:40
Changes:

9.0.1856: issues with formatting positional arguments
9.0.1855: mode() doesn't indicate command line for terminal
9.0.1854: test_crash1() fails on CI

http://www.vim.org/index.php
Titel: Vim 9.0.1863
Beitrag von: SiLæncer am 04 September, 2023, 08:10
Changes:

9.0.1863: wrong format specifiers in e_aptypes_is_null_str_nr
9.0.1862: Vim9 Garbage Collection issues
9.0.1861: xxd: issue when -R is specified several times
9.0.1860: CI: test_crash1() is flaky
9.0.1859: heap-use-after-free in bt_normal()
9.0.1858: [security] heap use after free in ins_compl_get_exp()
9.0.1857: [security] heap-use-after-free in is_qf_win()

http://www.vim.org/index.php
Titel: CudaText 1.198.0.0
Beitrag von: SiLæncer am 04 September, 2023, 10:10
(https://s26.postimg.cc/k6wu8qcrt/screenshot_901.png)
Create programming scripts with this powerful tool that supports more than 130 languages and allows users to work concurrently on as many as six groups of projects.

Freeware

Changelog
   

    Add: updated TRegExpr engine from 1.158 to 1.163; see change log: https://github.com/andgineer/TRegExpr/blob/master/History.txt
    Add: Wiki topic https://wiki.freepascal.org/CudaText_plugins#How_to_run_formatter_ESLint_on_saving
    Add: Wiki topic https://wiki.freepascal.org/CudaText_plugins#How_to_bind_a_hotkey_to_insert_a_snippet
    Add: Wiki topic https://wiki.freepascal.org/CudaText_plugins#Config_Toolbar
    Add: double-click on 'preview' tab makes it 'normal' (thanks @ThaiDat)
    Fix: LSP tooltip was not shown in floating groups
    Fix: few editor properties ('tabulation size', 'tabulation by spaces', 'saving: force final EOL', 'saving: trim line ends') were reset on tab-switching: from values set by EditorConfig plugin, to values from user.json (thanks @ildarkhasanshin)
    Fix: "ui_tab_recent_on_close":true didn't work in 'floating' groups
    Fix: on opening picture by "File/Open", background color remained fixed white (thanks @bbslipers)
    Fix: workaround for Windows save-as dialog bug: dialog can suggest bad filename for filter 'All files', like 'name.lua.yml' instead of 'name.lua' when YAML lexer is active (thanks @bbslipers)
    Fix: lexer reST: better rule for '|' in tables

[close]

https://cudatext.github.io/
Titel: Text Editor Pro 27.5.2
Beitrag von: SiLæncer am 04 September, 2023, 20:20
Whats new:>>

    Fixed search
    Fixed SQL formatter

https://texteditor.pro/
Titel: Znote 2.3.8
Beitrag von: SiLæncer am 04 September, 2023, 20:50
(https://i.postimg.cc/qvfVnLWd/screenshot-2617.png)
Znote is a free, elegant program meant to help you write beautifully organized Markdown documents. You can organize your texts, notes, and files even better, using the simplistic left-side widget organizer for smoothly navigating different files.

Open Source  /  Freemium

Whats new:>>

Fixed: Play icon was not always visible after changing notes

https://znote.lagrede.fr/
Titel: Kate 23.08.0 Build 2147
Beitrag von: SiLæncer am 05 September, 2023, 08:20
(https://i.postimg.cc/J44dFswF/screenshot-2330.png)
Text editor that features support for a wide variety of programming languages, syntax highlighting and scripts, which also provides you with an extensive configuration window.

License: GPL /  Donationware

https://kate-editor.org/
Titel: HelpNDoc Personal Edition 8.9.0 Build 604
Beitrag von: SiLæncer am 05 September, 2023, 20:40
(https://i.postimg.cc/YS8RRdY8/screenshot-2617.png)
HelpNDoc provides all the tools necessary to write complete help files, manuals and documentations in a user friendly and very easy to use environment. HelpNDoc can generate standard Windows CHM help files, WEB based documentation, iPhone specific websites as well as printable PDF and Word documents.

HelpNDoc is completely free for personal use and evaluation purposes.

Changelog

    New project starter kits to help bootstrap a new documentation project's hierarchical structure based on best practices. Includes the following starter kits: API documentation, Cooking recipes, Mobile app, Software documentation
    It is now possible to filter topics in the table of contents by status (e.g. complete, in progress...) and visibility (e.g. visible, hidden, hidden from table of contents)
    Table of contents panel now has an optional toolbar to conveniently access some common table of contents related actions
    Redesigned new project dialog for faster and easier creating of the initial table of contents thanks to a toolbar showing available actions
    New YAML automatic syntax highlighter
    Script editor now optionally indents / decreases indents for all selected lines when the TAB or SHIFT-TAB keyboard shortcuts are pressed
    Script editor now optionally highlights matching brackets
    Panels such as as the table of contents, library and keywords now update their caption to mention if they are currently filtered
    Library item analyzer's "Select similar items" action didn't always select all similar items
    Improved grid sorting application-wide: all grid columns now use case insensitive sorting
    Script editor didn't respect any updated options until the application was restarted
    Optimized speed for loading and operating main form and table of contents panel
    Speed up the opening of the topics status popup menu
    The "Delete" button was flickering in the status management window under certain conditions

See also

    Meet HelpNDoc 8.8: The Perfect Blend of Visual and Textual Content Editing
    Recreate Folder Hierarchies, Improved Mathematical Equation Editor, and Advanced Template Overrides in HelpNDoc 8.7
    HelpNDoc 8.6 Introduces a Powerful Non-Destructive Multi-Layered Image Editor to Enhance Your Documentation Workflow!
    New equation library item with built-in mathematical expression editor, project-wide character analyzer, and more in HelpNDoc 8.5
    Streamline Your Documentation Generation Workflow with the New HTTP Request Build Action in HelpNDoc 8.4

[close]

http://www.helpndoc.com/
Titel: Vim 9.0.1876
Beitrag von: SiLæncer am 06 September, 2023, 07:20
(https://s26.postimg.cc/xww5nc4zt/screenshot_1282.png)
A highly configurable text editor built to enable efficient text editing - an improved version of the vi editor distributed with most UNIX systems.

Freeware

Changes:

9.0.1876: Vim9: parsing commands with newlines wrong
9.0.1875: Vim9: improve test for disassemble + static
9.0.1874: CI may fail in test_recover_empty_swap
9.0.1873: [security] heap-buffer-overflow in vim_regsub_both
9.0.1872: CI: test_crash() fails on CI
9.0.1871: Github CI does not run i386 job
9.0.1870: Vim9: disassamble does not show static
9.0.1869: Coverity warns about unitialized var
9.0.1868: test_crash still fails for circle ci
9.0.1867: Vim9: access to interface statics possible
9.0.1866: undo is synced after character find
9.0.1865: Vim9: garbage collection may cause crash
9.0.1864: still crash with bt_quickfix1_poc

http://www.vim.org/index.php
Titel: Google Web Designer 15.3.0.0828
Beitrag von: SiLæncer am 06 September, 2023, 10:10
(https://i.postimg.cc/1zmQ8Bbd/screenshot-1406.png)
Google Web Designer allows you to create engaging, interactive HTML5-based designs and motion graphics that can run on any device. Let us handle the HTML5 and CSS3 so you're free to focus on what you love to do: creating gorgeous visual experiences. A full design suite lets you easily bring any vision to life. If you're feeling more hands-on, all the code behind your designs is hand-editable, so you're never locked out of your own work. Your ideas are now amplified by code - not restricted by it.

Freeware

Changelog


    Fixes & improvements in version 15.2.1.0306
    Fixed issue where responsive video templates opened at an incorrect size.
    Fixed issue where the template gallery video preview was missing the template title.
    [Text effects] Fixed issue where the first line of text was horizontally offset for some effects and settings.
    [Text effects] Fixed issue where position was offset for text with effects in a published animated GIF.
    [Text effects] Fixed issue where some text effects positioned over an image failed to show on Safari.
    [Text effects] Responsive preview panel now matches stage view.
    [Text effects] Fixed issue where some letters were cropped when using the Gradient effect.
    [Text effects] Fixed issue where properties for the previously applied effect were applied to the new effect.
    [Text effects] Fixed issue where change in opacity was not applied.
    [Text effects] Fixed issue where letters were cropped when using the Flip or Spin effects on text positioned over other elements.
    [Text effects] Fixed issue where line breaks caused positioning issues.

[close]

http://www.google.com/webdesigner
Titel: Vim 9.0.1882
Beitrag von: SiLæncer am 07 September, 2023, 08:10
Changes:

9.0.1882: Trailing white space in tests
9.0.1881: Test_crash fails on Mac
9.0.1880: Vim9: Need more tests for inheritance
9.0.1879: Vim9: incorrect duplicate class member detection
9.0.1878: tests running sh have problems
9.0.1877: missing test for patch 9.0.1873

http://www.vim.org/index.php
Titel: Trilium Notes 0.61.6 Beta
Beitrag von: SiLæncer am 07 September, 2023, 09:50
(https://i.postimg.cc/2yDgvbpj/screenshot-2595.png)
A hierarchical note-taking software application with focus on building large personal knowledge bases while also providing a flurry of options.

License: AGPL

Changelog

    It's possible to upgrade to 0.61 only from 0.60.X. If you're on an older version, download and run 0.60.4 first. Only after that upgrade to 0.61.

    Since last beta:

    Sync fixes
    Sync problems are the main blocker for the stable release, hopefully it's sorted out now.
    Fix right click bookmark bug by @SiriusXT
    provide note dates in the frontend API, fixes #4232
    provide note dates in the frontend API, fixes #4232
    fix clipperInbox handling for new note creation, closes #4219
    fix orderby with multiple labels, closes #4220
    add imageStyle alignBlockLeft, alignBlockRight, fixes #4215
    fix FNote.getContent() #4210
    fix displaying 1 / 0 in find widget
    add "api.runOnFrontend()" to the backend script API
    Fix bug: Calendar display incorrect tooltips
    allow specifying date created in the ETAPI, #4199
    force migration to 0.60 first before 0.61 #4132

[close]

https://github.com/zadam/trilium
Titel: Notepad++ 8.5.7
Beitrag von: SiLæncer am 08 September, 2023, 09:30
(https://i.postimg.cc/90QrsKpv/screenshot-818.png)
Notepad++ is a tabbed source code editor and Notepad replacement with a customizable interface. It is one of the few few source code editors that supports "folding," allowing users to quickly reduce and expand sections of code to see the overall document. In addition, it features multi-language syntax highlighting, auto-completion, regular expression search/replace, macro recording and playback, etc. The program can access a long list of plug-ins via an easy-to-access menu with even more features and functions.

License: GPL

Changelog


    Fix 4 security issues CVE-2023-40031, CVE-2023-40036, CVE-2023-40164 & CVE-2023-40166. (Fix #14073)
    Security enhancement: Sign uninstall.exe. (Fix #14099)
    Change the slogan in installer. (Fix #14052)
    Fix eventual memory leak while reading Utf8-16 files. (Fix #4120, #5806, #4443)
    Fix dragging tab performance issue while Document List is displayed. (Fix #13479, #12632)
    Add supperss 2GB file warning option for x64. (Fix #14055)
    Fix cloned document disassociated issue after Notepad++ being relaunched. (Fix #10266)
    Fix session file saving problem if it’s read-only. (Fix #14024, #13894, #13859)
    Fix activating wrong file(s) issue after loading session file. (Fix #14006)
    Fix product version value displayed in file’s properties. (Fix #14010, #11886, #11431)

[close]

DL -> https://github.com/notepad-plus-plus/notepad-plus-plus/releases

https://notepad-plus-plus.org/
Titel: QOwnNotes 23.9.1
Beitrag von: SiLæncer am 09 September, 2023, 08:40
(https://s26.postimg.cc/hoi1ahlcp/screenshot_978.png)
QOwnNotes is a text editor / notepad replacement with markdown support and todo list manager. The program supports themes, keyboard shortcuts, syntax highlighting, and encryption. Includes available nested file list, tags, search, and more. Optionally works with the notes application ownCloud or Nextcloud.

Cross-platform with clients available for Mac and Linux.

License: GPL

Whats new:>>

URLs with their title are not loaded anymore, if the note-link shortcut was used
with the link-dialog (for #2833 )
the Gentoo process should run again (for #2821 )

http://www.qownnotes.org/
Titel: Pandoc 3.1.8
Beitrag von: SiLæncer am 10 September, 2023, 09:20
(https://i.ibb.co/6mSXKdx/pandoc.png)
Pandoc is a command-line utility that can convert files from one markup format into another. Pandoc's enhanced version of Markdown includes syntax for footnotes, tables, flexible ordered lists, definition lists, fenced code blocks, superscripts and subscripts, strikeout, metadata blocks, automatic tables of contents, embedded LaTeX math, citations, and Markdown inside HTML block elements. (These enhancements, described further under Pandoc's Markdown, can be disabled using the markdown_strict input or output format.)

License: Open Source

Changelog

    JATS reader:

    Ignore <processing-meta> element (#9057, Julia Diaz).
    Fix conversion of date to ISO 8601 format (#8865).

    LaTeX template:

    Add code allow cite to break across lines (#9050).
    Fix regression with CSL display="block" (#7363). This restores the line break before the block.
    Rewrite CSLReferences environment to avoid depending on enumitem, which plays badly with beamer. Instead we use a regular list environment. Thanks to @jpcirrus for the concept (#9053).
    Restore the pre-3.1.7 format of the CSLReferences environment, which again has two parameters. The first determines whether a hanging indent is used (1 = yes, 0 = no), and the second is the entry line spacing (0 = none).
    Add a strut to avoid inconsistencies in spacing (#9058).
    Remove a break at the end of CSLRightInline to avoid inconsistencies in spacing. It shouldn’t be necessary because the paragraph should extend to the right margin (#9058).

    LaTeX writer:

    Fix regression with figure labels (#9045). In 3.1.7, pandoc added two labels to LaTeX figure environments, one with a phantomsection.
    Fix default citeproc entry-spacing. According to the CSL manual, the default entry spacing is 1. We were treating it as 0 (#9058).

    HTML writer:

    Use the ID prefix in the ID for the footnotes section (#9044, Benjamin Esham).
    Fix CSL entry-spacing default (#9058).
    Text.Pandoc.Citeproc: always include an entry-spacing attribute in the Div if the bibliography element contains an entry-spacing attribute (previously we omitted it when it was 0) (#9058).
    Clean up pandoc’s own man pages by regenerating with pandoc 3.1.7.
    pandoc-lua-engine: bump lower bound for pandoc (#9046).
    Depend on texmath 0.12.8.2, fixing binom in typst writer (#9063).

[close]

https://github.com/jgm/pandoc
Titel: QOwnNotes 23.9.2
Beitrag von: SiLæncer am 10 September, 2023, 20:30
Whats new:>>

    the font size in the preview will now change immediately when the font size in
    the note text edit changes (for #2836 )
    added more German, Spanish translation (thank you bumpsy, tummechatronics)

http://www.qownnotes.org/
Titel: yEdit 2.3.0.6
Beitrag von: SiLæncer am 10 September, 2023, 20:40
(https://i.postimg.cc/kGZmFBm9/screenshot-1691.png)
yEdit2 is a simple text editor with frequent auto-backups and a countdown word counter.

It also includes a special .yedit2 file format, which is password-protected. You can put all your web logins, email accounts, etc in yEdit and then save them out in a password-protected file. (The contents of your files are not sent to, nor viewable by, Spacejock Software, and there is no magical backdoor to open your files if you lose your password.)

Freeware

Whats new:>>

Now has password retry

http://spacejock.com/yEdit2.html
Titel: Vim 9.0.1894
Beitrag von: SiLæncer am 11 September, 2023, 08:20
Changes:

    9.0.1894: CI: trailing whitespace in tests
    9.0.1893: CI: strptime test fails on BSD14
    9.0.1892: CI: no FreeBSD 14 support
    runtime(masm): add support for AVX-2 and AVX-512 (#13061)
    9.0.1891: No runtime support for Mojo
    9.0.1890: Vim9: lookup code for class/object repaeated
    runtime(scala): Fix Scala highlighting string literal as type param (#13070)
    9.0.1889: Vim9 static tests fail
    runtime(nasm): updated syntax file
    9.0.1888: Vim9: Problem trying to invoke class method
    9.0.1887: Vim9: class members are accessible via object
    9.0.1886: Various Typos

http://www.vim.org/index.php
Titel: Kate 23.08.0 Build 2153
Beitrag von: SiLæncer am 11 September, 2023, 09:10
(https://i.postimg.cc/J44dFswF/screenshot-2330.png)
Text editor that features support for a wide variety of programming languages, syntax highlighting and scripts, which also provides you with an extensive configuration window.

License: GPL /  Donationware

https://kate-editor.org/
Titel: SPFLite 3.0.23253
Beitrag von: SiLæncer am 11 September, 2023, 10:40
(https://i.postimg.cc/wT5s6g7J/screenshot-2635.png)
Rename, clone, delete, edit, print, exclude, touch, add to favorites and view your files using this intuitive software application.

License: GPLv3

Changelog

    Correct handling FM Line command repeat values that exceeds the size of the current list
    Correct the handling of a MODE xxxx and AUTONAME xxxx Profile overrides in the EFT list.
    Correct File Manager error in not saving the STANDARD / ALTERNATE format setting for each of the display types. (FilePath, Recent, Favorites, etc.)
    Correct CFGMaint. It was not always actually saving the corrected value for error entries when doing an IMPORT.
    Correct handling of MEdit session re-open at startup to maintain the MEdit file order.
    Correct EFT validation. Blank lines were not being skipped as they should have been.
    Corrections to handling some FM Line commands, and to issuing FM Line commands in macros.
    Correct allocation of UNDO files for MEdit sessions.
    Prevent internal updating of the EFT table if an actual (EFTEdit) session is running.
    LOCATE with 'color' operands has been corrected to handle excluded lines properly.
    LOCATE with LONG operand also received a correction in the command parser.
    Corrections to handling some FM Line commands, and to issuing FM Line commands in macros.
    The FM DEFAULT command has been eliminated.
    Correct BACKUP handling of files which have no extension.
    INSTANCE support has been extended to allow the EFT (Extended File Type) table to be maintained uniquely by Instance ID.
    An extensive internal revision was done to 'tidy up' the handling of Tab Creation/Deletion and inter-tab communication. The handling of file Profiles was also simplified.

    There are new Profile options:

    AUTONAME - Defaulted to NONE, if not NONE it specifies the name of a different AUTO file to be used for text colorization. (Rather than the normal Profile Name)
    MODE - Defaulted to EDIT. Can be used to specify the type of tab to be opened when a simple SELECT or LMB click is done on a file in File Manager. Choices are EDIT, VIEW and BROWSE.

    The EFT (Extended File Type) support is being extended, and will take over handling other file type related choices:

    File types which should share the DEFAULT profile
    File types which should be treated as non-text files
    File types which should be Opened by the Windows default app for that file type

[close]

http://www.spflite.com/Home.html
Titel: Znote 2.3.9
Beitrag von: SiLæncer am 11 September, 2023, 18:30
(https://i.postimg.cc/qvfVnLWd/screenshot-2617.png)
Znote is a free, elegant program meant to help you write beautifully organized Markdown documents. You can organize your texts, notes, and files even better, using the simplistic left-side widget organizer for smoothly navigating different files.

Open Source  /  Freemium

Whats new:>>

    Bug fixes:

    Remove delay with Markdown preview and outline view when changing notes
    Refresh text style when highlighting text with the keyboard shortcut or toolbar button

https://znote.lagrede.fr/
Titel: RJ TextEd 15.94
Beitrag von: SiLæncer am 11 September, 2023, 21:20
(https://s26.postimg.cc/775l9vjeh/screenshot_593.png)
RJ TextEd - A Unicode source and text editor. RJ TextEd is a full featured text and source editor with Unicode support, syntax highlighting and code folding. The functionality extends beyond text files and includes support for HTML editing with integrated preview, spell checking, auto completion, HTML validation, templates and more. The program also include support for Topstyle Lite CSS editor, has a dual pane file commander, as well as a FTP client to upload your files. The editor uses language files to display menus and dialogs in different languages. There are several included languages. New language files can easily be created in the editor. RJ TextEd is also a simple web development tool. The editor can use auto completion and hints to assist you in editing your source code. You can preview HTML/ASP/PHP... code using one of the preview tabs or open a document in a browser. The editor does not only handle source code. It also handles true ASCII files, binary files and of course plain text files.

License: Freeware

Changelog


    Themes (Editor color profiles):

    Added a new submenu in the "Themes" menu with editor color profiles. The default colors are stored as color profile #0.
    Most themes will have 4 different color profiles defined.
    You can make changes to a color profile or define any number of new color profiles in the customize dialog.

    Incremental search in Explorer panel and File Commander:

    If you press an alpha numeric key on the keyboard the next found item will be selected. Repeated key pressing will find the next item etc.
    This is the same behavior as in Windows Explorer.

    System dialog style hooks (open, save dialog windows...):

    Removed the style hooks that gives system dialog boxes the current themed appearance. I get a few bug reports every week related to those hooks. And there are a few display issues that are hard to fix.
    So i decided to remove it.
    It should make the program more stable for some users. Hopefully users can live with the standard appearance for system dialog boxes, like the open and save dialog.

    JavaScript highlighter:

    Fixed some highlighting issues with regular expressions in JavaScript code.

    Misc:

    Several minor cosmetic changes.

    Fixed:

    Toggle browser view issues.
    Toolbar dropdown draw issue.
    Some theme related issues.
    Open file at cursor.
    Many minor issues found while coding.

[close]

http://www.rj-texted.se/
Titel: Vim 9.0.1897
Beitrag von: SiLæncer am 12 September, 2023, 08:10
Changes:

Vim9: confusing error with .= in compiled functions

http://www.vim.org/index.php
Titel: BabelPad 15.1.0.1
Beitrag von: SiLæncer am 13 September, 2023, 17:20
(https://s26.postimg.cc/nk8fxilwp/screenshot_1310.png)
BabelPad is a free Unicode text editor and word processor for Windows that supports the proper rendering of most complex scripts, and allows you to assign different fonts to different scripts in order to facilitate multi-script text editing.

Freeware

Changelog


    Updated Unicode data for Unicode 15.1.0 data.
    Updated Emoji data for Emoji 15.1.
    No longer supports bitmap fonts.
    The OpenType Test Framework now supports positional forms for scripts with joining behaviour, such as Arabic and Mongolian.
    Option to show CJK and Tangut source references now split into two separate options.
    Various minor bug fixes and enhancements.
    Various updates to CJK and Tangut data.

[close]

http://www.babelstone.co.uk/index.html
Titel: CudaText 1.198.2.0
Beitrag von: SiLæncer am 13 September, 2023, 20:30
(https://s26.postimg.cc/k6wu8qcrt/screenshot_901.png)
Create programming scripts with this powerful tool that supports more than 130 languages and allows users to work concurrently on as many as six groups of projects.

Freeware

Changelog
   

    Add: update TRegExpr to 1.165: added R support
    Add: Command Palette item "toggle window always on top" works for floating groups too (thanks @SamC)
    Change: *BSD versions: do not call 'pkexec', instead only show a message-box, like IntelliJ (thanks @alex0x08 from linux.org.ru)
    Fix: Qt5 version: Find dialog: click on a button looses dialog focus (thanks @pintassilgo)

[close]

https://cudatext.github.io/
Titel: QOwnNotes 23.9.3
Beitrag von: SiLæncer am 14 September, 2023, 19:40
(https://s26.postimg.cc/hoi1ahlcp/screenshot_978.png)
QOwnNotes is a text editor / notepad replacement with markdown support and todo list manager. The program supports themes, keyboard shortcuts, syntax highlighting, and encryption. Includes available nested file list, tags, search, and more. Optionally works with the notes application ownCloud or Nextcloud.

Cross-platform with clients available for Mac and Linux.

License: GPL

Whats new:>>

    in the Editor fonts & colors settings the default color schemes are now ordered
    alphabetically, with the two default schemes in front (for #2840 )
        the custom schemes are still placed at the back of the list
        this should improve readability
    added more German translation (thank you bumpsy)

http://www.qownnotes.org/
Titel: QOwnNotes 23.9.4
Beitrag von: SiLæncer am 15 September, 2023, 20:50
Whats new:>>

    the font size in the preview will now change immediately when the font size in
    the note text edit is reset (for #2836 )
    amount of items in the schema drop-down in the Editor fonts & colors settings
    was increased to 15 to make it easier to see the schemes (for #2841 )
    in the Note main menu the menu item to Setup note folders was renamed to
    Setup note folders / subfolders in an attempt to make note subfolders more accessible
    (for #2843 )
    added more German, Dutch, Korean translation (thank you bumpsy, stephanp, venusgirl)

http://www.qownnotes.org/
Titel: RJ TextEd 15.95
Beitrag von: SiLæncer am 15 September, 2023, 21:40
(https://s26.postimg.cc/775l9vjeh/screenshot_593.png)
RJ TextEd - A Unicode source and text editor. RJ TextEd is a full featured text and source editor with Unicode support, syntax highlighting and code folding. The functionality extends beyond text files and includes support for HTML editing with integrated preview, spell checking, auto completion, HTML validation, templates and more. The program also include support for Topstyle Lite CSS editor, has a dual pane file commander, as well as a FTP client to upload your files. The editor uses language files to display menus and dialogs in different languages. There are several included languages. New language files can easily be created in the editor. RJ TextEd is also a simple web development tool. The editor can use auto completion and hints to assist you in editing your source code. You can preview HTML/ASP/PHP... code using one of the preview tabs or open a document in a browser. The editor does not only handle source code. It also handles true ASCII files, binary files and of course plain text files.

License: Freeware

Changelog


Projects

Projects are no longer scanned for missing files when opened. It can slow things down and cause issues when you open a project from the commandline...

I may add a new function in a later version to manually scan your project for missing files and give the user options to handle the result.

Customize themes dialog box

Fixed a few issues with deleting individual highlighter settings and import/export color profiles.

Fixed

* Save dialog error (e.g. when creating a new project).
* (Log) file monitoring read issue.
* Exit program issue with command prompt panel open.
* Create aligned columns marking all lines as changed.
* Open file at cursor.

[close]

http://www.rj-texted.se/
Titel: Vim 9.0.1899
Beitrag von: SiLæncer am 16 September, 2023, 08:20
(https://s26.postimg.cc/xww5nc4zt/screenshot_1282.png)
A highly configurable text editor built to enable efficient text editing - an improved version of the vi editor distributed with most UNIX systems.

Freeware

Changes:

potential buffer overflow in PBYTE macro

http://www.vim.org/index.php
Titel: Vim 9.0.1903
Beitrag von: SiLæncer am 17 September, 2023, 09:10
Changes:

    9.0.1903: CI fails because snd-dummy modules missing
    runtime(man): Man plugin does not respect 'gdefault'
    9.0.1902: Vim9: Coverity complains about dead code
    9.0.1901: win32: not correctly freeing environment
    9.0.1900: Configure script uses non-portable == comparison

http://www.vim.org/index.php
Titel: MPad 1.28
Beitrag von: SiLæncer am 17 September, 2023, 10:10
(https://i.postimg.cc/N046msSj/screenshot-2173.png)
A tab-based code and text editor that features syntax highlighting, line numbering, as well as line operations and advanced search tools.

Donationware

Changelog


Themes (Editor color profiles)

Added a new submenu in the "Themes" menu with editor color profiles. The default colors are stored as color profile #0.

Most themes will have 4 different color profiles defined.

You can make changes to a color profile or define any number of new color profiles in the customize dialog.

JavaScript highlighter

Fixed some highlighting issues with regular expressions in JavaScript code.

Misc

* A few minor cosmetic changes.

Fixed

* Toolbar dropdown draw issue.
* (Log) file monitoring read issue.
* Some theme related issues.
* Open file at cursor.
* Many minor issues found while coding.

[close]

https://www.mpad.se/
Titel: SPFLite 3.0.23259
Beitrag von: SiLæncer am 17 September, 2023, 10:40
(https://i.postimg.cc/wT5s6g7J/screenshot-2635.png)
Rename, clone, delete, edit, print, exclude, touch, add to favorites and view your files using this intuitive software application.

License: GPLv3

Changelog

    Correct the NFIND logic. It was accepting a TOP operand, but never actually acted on it.
    Correct handling EFT override profile handling. The override were supposed to be temporary, but were actually being saved to the profile if it was unlocked.
    Correct a serious error in MEdit which caused incorrect saving of the MEdit session files.

[close]

http://www.spflite.com/Home.html
Titel: Text Editor Pro 27.6.0
Beitrag von: SiLæncer am 17 September, 2023, 21:30
(https://s26.postimg.cc/hfdkhoj9l/screenshot_896.png)
Text Editor Pro (formerly EditBone) is a powerful text editing tool that comes with syntax highlighting support for over 50 languages and scripts, customizable with over 100 options, 29 ready made styles, a handy file comparison feature, unicode character map, numerical unit convert tool, SQL formatter, and support for multiple directories and search results.

Freeware

Changelog


- Added allow form field edit option for PDF view (default false)
- Fixed directory
- Fixed Inno Setup highlighter
- Fixed Object Pascal highlighter
- Fixed options
- Fixed PDF view
- Fixed PDF view control - https://github.com/TextEditorPro/TPDFiumControl
- Fixed text editor control - https://github.com/TextEditorPro/TTextEditor
- Updated language files
- Updated PDFium binaries (DLL files) - https://github.com/bblanchon/pdfium-binaries

[close]

https://texteditor.pro/
Titel: CudaText 1.199.0.0
Beitrag von: SiLæncer am 18 September, 2023, 21:50
(https://s26.postimg.cc/k6wu8qcrt/screenshot_901.png)
Create programming scripts with this powerful tool that supports more than 130 languages and allows users to work concurrently on as many as six groups of projects.

Freeware

Changelog
   

    Add: update TRegExpr engine to 1.169; see change log: https://github.com/andgineer/TRegExpr/blob/master/History.txt
    Add: option "ui_session_max_text"
    Add: option "ui_session_max_undo"
    Add: Find dialog: new hotkey Ctrl+Alt+dot for '...' button (thanks @MiroslavMatas)
    Add: Command Palette item "toggle window always on top" works for floating groups too (thanks @SamC)
    Change: portable releases now have the folder "cudatext" in the root
    Change: Shift+click with selection works more like in VSCode (thanks @pintassilgo)
    Change: *BSD versions: do not call 'pkexec', instead only show a message-box, like IntelliJ (thanks @alex0x08 from linux.org.ru)
    Fix: new bookmarks were not auto-saved when ui-tab was not closed before exit
    Fix: Qt5 version: Find dialog: click on a button looses dialog focus (thanks @pintassilgo)
    Fix: regression in 1.172: option "key_left_right_swap_sel_and_select" didn't work

[close]

https://cudatext.github.io/
Titel: Vim 9.0.1910
Beitrag von: SiLæncer am 19 September, 2023, 08:20
Changes:

Mac OS X: missing sound support on older versions

http://www.vim.org/index.php
Titel: Kate 23.08.1 Build 2161
Beitrag von: SiLæncer am 19 September, 2023, 08:40
(https://i.postimg.cc/J44dFswF/screenshot-2330.png)
Text editor that features support for a wide variety of programming languages, syntax highlighting and scripts, which also provides you with an extensive configuration window.

License: GPL /  Donationware

https://kate-editor.org/
Titel: IsWiX 5.0.42.0
Beitrag von: SiLæncer am 19 September, 2023, 10:40
(https://i.postimg.cc/jqzJGbDg/screenshot-1252.png)
IsWiX, or Industrial Strength Windows Installer XML is a reliable tool that can help you with authoring Windows Installers. The application allows you to analyze each component of the current project, manage features, properties and namespaces.

License: MS-PL

Changelog

Update to WiX 4.0.2 references

[close]

https://github.com/iswix-llc/iswix
Titel: Zettlr 3.0.1
Beitrag von: SiLæncer am 19 September, 2023, 20:10
(https://s26.postimg.cc/vfll9p4mh/screenshot_956.png)
Write text and conveniently edit it using Markdown with the help of this user-friendly and well-thought-out, Electron based application.

MIT License

Release Notes

GUI and Functionality

    Monospaced elements such as inline code elements are now rendered in monospace
    font again
    Fixed a bug preventing assigning colors and descriptions to tags in the tag
    manager
    Magic Quotes detect forward and backward slashes (/ and \) as non-word
    characters, behind which a starting Magic Quote can begin
    Zettlr now properly uses a proper filename extension on export even when using
    extensions
    The generic text input context menu shows proper labels ( #4655 )
    Improved the French translation
    Improved the Japanese translation
    Improved the Catalan translation
    Fixed link previews for short notes
    Updated the notification and menubar (Windows/Linux) icons to the new logo
    Fixed a bug that would prevent changing the directory sorting order ( #4654 )
    Fixed a bug that would sometimes cause the autocomplete pop-up not showing
    when editing an existing Zettelkasten link ( #4653 )
    Fixed a bug that would sometimes cause the last active tab(s) to not be
    remembered correctly on launch
    Improved calendar view layout
    Fixed a visual bug that would make a distraction-free editor overlay even
    pop-overs
    Fixed a small glitch that would prevent proper visual indented alignment of
    images when inside of list items
    Replace the long "Open image externally" message with an icon on prerendered
    images and move it to the title; also make the message translatable

Under the Hood

    Fixed the plainPandocReaderWriter utility function to properly extract the
    plain reader/writer in all possible configurations
    Improved performance of the math equation parser
    Improved performance of the footnote parser
    Improved performance of the plain link parser
    Renamed the Catalan translation file from ca-CA to ca-ES
    Moved the notification provider to a utility function
    Refactored Popover logic to use props instead of data for initialization to
    ensure the data is available upon component instantiation, making the logic
    less brittle
    Refactored a hacky solution that would not remember the previous editor state
    when entering distraction free mode and led to various other issues and bugs
    Update Electron to v25.8.1 to mitigate CVE-2023-4863

[close]

Download: https://github.com/Zettlr/Zettlr/releases

https://www.zettlr.com/
Titel: Vim 9.0.1916
Beitrag von: SiLæncer am 20 September, 2023, 08:20
(https://s26.postimg.cc/xww5nc4zt/screenshot_1282.png)
A highly configurable text editor built to enable efficient text editing - an improved version of the vi editor distributed with most UNIX systems.

Freeware

Changes:

Crash when allocating large terminal screen

http://www.vim.org/index.php
Titel: Vim 9.0.1922
Beitrag von: SiLæncer am 21 September, 2023, 08:40
Changes:

    LSP server request message is misinterpreted as a response message
    not possible to use the jumplist like a stack
    Vim9: cannot write public var in nested object
    Wrong curswant when clicking on empty line or with vsplits
    No filetype detection for Authzed filetypes
    undefined behaviour with python function pointer

http://www.vim.org/index.php
Titel: Vim 9.0.1927
Beitrag von: SiLæncer am 22 September, 2023, 08:10
Changes:

    patch 1916 (fixed terminal size) not optimal
    Vim9: not enough info in error message
    if_python: still undefined behaviour with function pointer
    LSP server message still wrongly handled (after 9.0.1922)
    curswant wrong on click with 've' and 'wrap' set
    runtime(doc): format jumplist examples more consistently (#13137)

http://www.vim.org/index.php
Titel: QOwnNotes 23.9.5
Beitrag von: SiLæncer am 22 September, 2023, 10:50
(https://s26.postimg.cc/hoi1ahlcp/screenshot_978.png)
QOwnNotes is a text editor / notepad replacement with markdown support and todo list manager. The program supports themes, keyboard shortcuts, syntax highlighting, and encryption. Includes available nested file list, tags, search, and more. Optionally works with the notes application ownCloud or Nextcloud.

Cross-platform with clients available for Mac and Linux.

License: GPL

Changelog


    an issue with importing the content of notes from Evernote with the evernote-export4
    format was fixed (for #2856 )
    links from the clipboard are now trimmed in the link dialog
    (for #2726 )
    the Gentoo build process was improved (for #2821 ,
    thank you, @FireUnderTheMountain)
    qc v0.5.1 was released
        the last selected command is now only stored when there actually was a
        command selected and the dialog wasn't quit without selecting a command
        (for #9 )
    added more German, Bulgarian, Tamil, Dutch, Bosnian, Arabic, Turkish, Korean,
    Romanian translation (thank you bumpsy, m.angelov, tamilneram.github.io,
    stephanp, noureddin, rgucluer, venusgirl, ioancroitor)

[close]

http://www.qownnotes.org/
Titel: Trilium Notes 0.61.7 Beta
Beitrag von: SiLæncer am 22 September, 2023, 18:10
(https://i.postimg.cc/2yDgvbpj/screenshot-2595.png)
A hierarchical note-taking software application with focus on building large personal knowledge bases while also providing a flurry of options.

License: AGPL

Changelog

    fix protecting attachments
    fix undeleting attachments
    better error handling in sync allowing easier diagnostics

    canvas improvements:

    upgrade excalidraw to 0.16.1
    store libraries as attachments
    reset appState on every load

[close]

https://github.com/zadam/trilium
Titel: Scite 5.3.8
Beitrag von: SiLæncer am 22 September, 2023, 19:30
(https://s26.postimg.cc/fbkgceeux/screenshot_1241.png)
Editor mit Syntax-Highlighting, Auto-Completion, Folding und vielem mehr...

Open Source

Changelog


    SciTE
        Released 22 September 2023.
        Fix compilation with g++ 12.3. Bug #2396.
    Lexilla 5.2.7
        Fix building on Windows with non-English environment. Pull request #200.
        Bash: fix line continuation for comments and when multiple backslashes at line end. Issue #195.
        Bash: treat += as operator and, inside arithmetic expressions, treat ++ and -- as operators. Issue #197.
        Bash: improve backslash handling inside backquoted command substitution and fix $ at end of backtick expression. Issue #194.
        Bash: treat words that are similar to numbers but invalid wholly as identifiers. Issue #199.
        Bash: consistently handle '-' options at line start and after '|' as identifiers. Issue #202.
        Bash: handle '-' options differently in [ single ] and [[ double ]] bracket constructs. Issue #203.
        F#: improve speed of folding long lines. Issue #198.
        HTML: fix invalid entity at line end and terminate invalid entity before invalid character. Issue #192.
    Scintilla 5.3.7
        For GTK on macOS, fix popup window behaviour by setting type hints. Bug #2401.
        For GTK, fix assertion failure on some systems when an INDIC_SQUIGGLEPIXMAP drawn for a zero-width character.
        For Qt, allow parent window to handle context menu events by setting as ignored. Bug #2395.
        For Qt, fix potential crash when using IME with large amount of text selected.
        For Windows, fix building with non-English environment. Bug #2400.

[close]

www.scintilla.org/SciTE.html
Titel: QOwnNotes 23.9.6
Beitrag von: SiLæncer am 24 September, 2023, 09:50
Whats new:>>

    an issue with duplicate imported media files and attachments when importing notes
    from Evernote was fixed (for #2859 )
    the missing qtconcurrent package was added to the Gentoo build process
    (for #2857 , thank you, @FireUnderTheMountain)
    the ! character will now also be highlighted in the note text edit for images
    (for #192 , thank you, @Tim-gromeyer)

http://www.qownnotes.org/
Titel: Kate 23.08.1 Build 2166
Beitrag von: SiLæncer am 24 September, 2023, 18:10
(https://i.postimg.cc/J44dFswF/screenshot-2330.png)
Text editor that features support for a wide variety of programming languages, syntax highlighting and scripts, which also provides you with an extensive configuration window.

License: GPL /  Donationware

https://kate-editor.org/
Titel: IsWiX 5.0.46.0
Beitrag von: SiLæncer am 24 September, 2023, 19:51
(https://i.postimg.cc/jqzJGbDg/screenshot-1252.png)
IsWiX, or Industrial Strength Windows Installer XML is a reliable tool that can help you with authoring Windows Installers. The application allows you to analyze each component of the current project, manage features, properties and namespaces.

License: MS-PL

Changelog

Template improvements and fixes.

[close]

https://github.com/iswix-llc/iswix
Titel: QOwnNotes 23.9.7
Beitrag von: SiLæncer am 24 September, 2023, 21:00
Whats new:>>

Evernote notes with malformed XML will now stop the import process when importing them in the Evernote import (for #2858)
the All notes selection in the subfolder panel will now be unset when clicking a note tab, so that the subfolder of a note can be selected (for #2861)

http://www.qownnotes.org/
Titel: Vim 9.0.1940
Beitrag von: SiLæncer am 25 September, 2023, 08:10
Changes:

wrong upstream version in libvterm README

http://www.vim.org/index.php
Titel: ImHex 1.31.0
Beitrag von: SiLæncer am 25 September, 2023, 08:50
(https://i.postimg.cc/8C9YTjjW/screenshot-3382.png)
An open-source editor that allows you to manipulate hexadecimal, binary data for writing optimal and well-performing apps, by displaying you content byte by byte.

Donationware

Changelog

    Additions:

    Added a command line interface to ImHex. Huge thanks to @iTrooz
    Get started by typing imhex --help
    Added initial support for .NET scripts
    These scripts are meant to be a cross-platform way of performing automated actions.
    They cannot be used to add new features like native plugins can
    Special thanks to @PerikiyoXD for some really involved fixes around this
    Added Achievements
    These are meant to provide an easy and fun way to learn and get used to ImHex
    The achievement window can be opened by going to Extras -> Achievement
    If you don't like the achievements and just want to use ImHex like before, open the achievements window and disable the popups there
    Added a new and much nicer splash screen
    Allow memory files to be saved to project files and be renamed
    Files can also be converted to memory files now
    Added support for hashing arbitrary strings using the hashes view
    Added built-in logging console
    Allow hex editor data visualizers to be switched to big-endian mode
    Upgraded to Capstone V5 finally
    Encoding names are now being displayed in the header of the hex editor
    Added a "Update All" button to the content store
    Linux now uses the GTK filepicker whenever possible
    This should correct issues where the file picker didn't work correctly on some Linux systems by default
    The AppImage and Flatpak still use the Portals filepicker because it's necessary there
    The hex editor editing mode is now being entered when pressing Enter
    Added a setting to remember the current main window size and position
    Added option to fill a selected region with bytes
    Added option to switch between human-readable sizes and bytes in the hex editor footer. Thanks to @LennardF1989
    Removed Anonfiles file uploader. Rest in Peace ??
    Added windo actions popup when clicking on the header icon
    Added authors and descriptions to things in the content store
    Added shortcuts to switch between providers, evaluate patterns and interact with the pattern debugger

    Improvements:

    Improved the data information diagrams look and field
    Multi-window support is now being disabled properly by default on Linux
    Plugins are now being loaded asynchronously to improve startup times
    Pattern console is automatically scrolled to the bottom now when new lines are being added
    Unidentifiable data is being handled better now in the data information view
    Allow hex editor view to be scrolled slightly past the end
    Made demangler results selectable and copyable
    Timestamp of files is being updated correctly now on Windows. Thanks to @lorsanta
    ImHex should now exit cleanly when crashing
    Bytes per row count setting in the hex editor is being remembered now. Thanks to @LennardF1989

    Bug Fixes:

    Fixed raw disk provider not working correctly on non-windows platforms. Thanks a lot to @Nowilltolife
    Fixed disassembler view not clearning selection when typing in the region field
    Fixed page count displaying wrongly in empty files
    Fixed crash when trying to paste bytes without a selection
    Fixed occasional crash when evaluating patterns
    Fixed scaling not being applied properly in some cases
    Fixed bookmarks not being loaded correctly from project files
    Fixed menu bar being scrollable sideways
    Fixed loading projects when an existing project is loaded already
    Fixed issues where the cursor started flickering when hovering certain elements
    Fixed crash when clicking on "Open in new view" in a bookmark
    Fixed occasional crash when loading incorrect data processor node files
    Fixed writing to non-zero pages in the hex editor when a custom base address has been set
    Fixed issue where libmagic dumped a bunch of compiled files into the cwd on Linux and macOS. Thanks to @iTrooz
    Fixed endianess of all CRC hashes
    Fixed highest/lowest entropy block address in the data information view being wrong
    Fixed issue where downloading items from the store was suceptible for path traversal. Thanks to @iTrooz
    Fixed various data processor issues

    Pattern Language:

    Added typenameof operator
    Added [[hex::favorite]] attribute to mark patterns as favorites directly
    Added [[hex::group]] attribute to add patterns to custom groups in the pattern data view
    Added single-stepping feature to pattern debugger
    Added coordinates visualizer
    Added timestamp visualizer
    Images in the pattern image and bitmap visualizer can now be scaled
    Added various new inline visualizers such as "color", "guage" and "button"
    Format functions are no longer being evaluated during highlighting
    Sections without a name are being hidden now and treated as "internal" sections
    Added [[hex::spec_name]] attribute to document names for pattern variables taken from the documentation
    Added string in/out variables
    Fixed issue where pattern local variables sometimes allocated huge amounts of memory

[close]

https://github.com/WerWolv/ImHex
Titel: PilotEdit Lite 17.9.0
Beitrag von: SiLæncer am 25 September, 2023, 09:20
(http://www.pilotedit.com/images/OpenInQuickMode.PNG)
PilotEdit is a text, hex, XML, C/C++, HTML, PHP, Java, Javascript and Perl editor that can edit large files of 400GB (40 billion lines).

It offers customizable syntax and keyword highlighting, advanced search and replace operations, automatic text encoding, 256-bit AES encryption/decryption and a built-in FTP/SFTP client lets you open, edit, download and upload large files directly to/from a FTP/SFTP server.

In addition to standard text editing features, PilotEdit can compare and merge two large files of 100GB (10 billion lines). You can also sort, find/remove duplicate lines and extract strings over a large file of 1GB.

Freeware

Zitat
PilotEdit 17.9.0 supports empty file typ

http://www.pilotedit.com/
Titel: Vim 9.0.1943
Beitrag von: SiLæncer am 26 September, 2023, 08:50
Changes:

    9.0.1943: CI not run with clang-17
    9.0.1942: Vim9: execution stack invalidated with null object
    runtime(sh): only invoke bash help in ftplugin if it has been detected to be bash (#13171)
    9.0.1941: Memory leak detected
    runtime(doc): Update help tags (#13180)

http://www.vim.org/index.php
Titel: CCode 2.2.0
Beitrag von: SiLæncer am 27 September, 2023, 17:10
(https://i.postimg.cc/3JYJy3Vy/screenshot-2748.png)
A simple install-free source code editor with support for multiple programming languages, with syntax highlighting, line numbering and an intewgrated.

Freeware

Changelog


    Added ARM version
    Some minor changes

[close]

https://www.yubsoft.com/ccode/
Titel: RocketCake 5.2
Beitrag von: SiLæncer am 27 September, 2023, 17:30
(https://s26.postimg.cc/845jbp2c9/screenshot_542.png)
RocketCake is a free web editor for creating responsive websites for beginners and professional web developers. No programming needed.

Freemium

Changelog


    Changes:

    Extension components:

    RocketCake now supports scriptable extension components which add more functionality. You can download these from the website or even create them on your own (see the documentation).

    There are already a few components available:

    Simple contact form:

    A simple component with a configurable contact form which doesn't require any programming

    Cookie overlay:

    Shows a cookie overlay on the website, displaying a user selected text.

    Summary and Details:

    Shows a summary / details text on the website, that the user can view or hide by a click

    Upload and send file:

    A form for selecting and uploading a file to the website which then gets sent to an email address

    Print button:

    Button which prints the page when clicked, and doesn't appear itself on the printed page

    Marquee:

    Shows a old school marquee element which scolls area of text.

    Better Multi-Display support:

    RocketCake is now aware when you are using multiple monitors / displays:
    The modal and non-modal color dialog for example is now placed automatically so that it's on the display you are working on and automatically trying not to overlap the element you are modifying while still not trying to overlap the display border.

    New free website template:

    Gardening service

    Lots of other smaller useful improvements:

    The "Add a copy of an existing page" feature now lists existing pages with the folder path which is usefue when editing large websites
    The 'next' and 'previous' buttons in the image gallery now have css classes 'galleryprevbutton' and 'gallerynextbutton' so you can style them easily yourself.
    Text edit field now also supports "file" as input mode so you can build file input forms
    Checkboxes in property window on Windows in highdpi mode now look nicer
    Large images now look a lot sharper in the editor when using HDPI displays
    Fixed a problem causing the navigation menu to jump sometimes in the editor while typing
    RocketCake is now 64bit by default (it was a 32 bit app by default for a long time). You can still use the 32 bit app by downloading that one from the download page.
    Dragging images into buttons now automatically sets the correct alignment for the image
    Default JavaScript code editing window size is now nicer on HDPI systems
    Updated webP for a security fix
    And a lot more

[close]

https://www.ambiera.com/rocketcake/index.html
Titel: BabelPad 15.1.0.2
Beitrag von: SiLæncer am 28 September, 2023, 09:40
(https://s26.postimg.cc/nk8fxilwp/screenshot_1310.png)
BabelPad is a free Unicode text editor and word processor for Windows that supports the proper rendering of most complex scripts, and allows you to assign different fonts to different scripts in order to facilitate multi-script text editing.

Freeware

Changelog


    Fixed crash that occurs when entering some characters with the TH-Times font selected and colour glyphs enabled.
    Fixed disabling of glyph mode for single font which was accidentally introduced in version 15.1.0.1.
    Default font for flag sequences now applies in glyph mode as well as in text mode (consistent with BabelMap behaviour).

[close]

http://www.babelstone.co.uk/index.html
Titel: Vim 9.0.1950
Beitrag von: SiLæncer am 29 September, 2023, 07:20
(https://s26.postimg.cc/xww5nc4zt/screenshot_1282.png)
A highly configurable text editor built to enable efficient text editing - an improved version of the vi editor distributed with most UNIX systems.

Freeware

Changes:

Vim9: hard to debug vim9_class errors from CI

http://www.vim.org/index.php
Titel: BabelPad 15.1.0.3
Beitrag von: SiLæncer am 29 September, 2023, 08:10
Whats new:>>

Fixed issue with rendering combining sequences in fonts that support colour glyphs when colour glyphs are enabled.

http://www.babelstone.co.uk/index.html
Titel: RJ TextEd 15.96
Beitrag von: SiLæncer am 30 September, 2023, 17:50
(https://s26.postimg.cc/775l9vjeh/screenshot_593.png)
RJ TextEd - A Unicode source and text editor. RJ TextEd is a full featured text and source editor with Unicode support, syntax highlighting and code folding. The functionality extends beyond text files and includes support for HTML editing with integrated preview, spell checking, auto completion, HTML validation, templates and more. The program also include support for Topstyle Lite CSS editor, has a dual pane file commander, as well as a FTP client to upload your files. The editor uses language files to display menus and dialogs in different languages. There are several included languages. New language files can easily be created in the editor. RJ TextEd is also a simple web development tool. The editor can use auto completion and hints to assist you in editing your source code. You can preview HTML/ASP/PHP... code using one of the preview tabs or open a document in a browser. The editor does not only handle source code. It also handles true ASCII files, binary files and of course plain text files.

License: Freeware

Changelog


Projects

Added a few new items in the project menu.

    Save As... which lets you save the project in another location.
    Save options
        Use relative paths
        Use absolute paths

Fixed a few issues with saving relative paths when adding files from different drives.

Also fixed some drag and drop issues and saving tree state after update.

Purescript

Added a new highlighter for Purescript.

Pony

Added a new highlighter for the Pony programming language.

Elm

Added a new highlighter for Elm.

Fixed

* A few reported minor issues.

[close]

http://www.rj-texted.se/
Titel: QOwnNotes 23.10.0
Beitrag von: SiLæncer am 01 Oktober, 2023, 19:00
(https://s26.postimg.cc/hoi1ahlcp/screenshot_978.png)
QOwnNotes is a text editor / notepad replacement with markdown support and todo list manager. The program supports themes, keyboard shortcuts, syntax highlighting, and encryption. Includes available nested file list, tags, search, and more. Optionally works with the notes application ownCloud or Nextcloud.

Cross-platform with clients available for Mac and Linux.

License: GPL

Changelog


    newlines are now removed from links from the clipboard in the link dialog
    (for #2726 )
    notes are now imported to the current note subfolder in the Evernote and Joplin
    import instead of the root folder (for #2863 )
    the seconds of the selected time will now be set to 0 instead of the current seconds
    of the time in the Nextcloud Deck dialog (for #2789 )
    there now is a setting for the feature to unset the All notes selection in
    the subfolder panel when clicking a note tab in the Panels settings
    (for #2861 )
    added more Arabic, Slovenian, Dutch, German, Korean translation (thank you
    noureddin, salamelek, stephanp, bumpsy, venusgirl)

[close]

http://www.qownnotes.org/
Titel: OutWiker 3.3.0.928 Beta
Beitrag von: SiLæncer am 01 Oktober, 2023, 19:50
(https://s26.postimg.cc/87bx6b16h/screenshot_33.png)
OutWiker is an open-source personal wiki and outliner. Notes are stored in a tree, and kept in the form of directories on the disk. This encourages changing the base by external sources and programs. Currently there are three types of pages supported: plain text, HTML, and wiki. External files (such as pictures) can be attached to pages, and pages can be linked to each other. Each tree branch can be opened as a separate wiki. Other features include tag support, global search (notes and tags), bookmarks, HTML syntax highlighting and icons for notes.

OutWiker can be downloaded with or without plugins, as well as for Linux systems.

License : GPL

Changelog


    Changed tags cloud design.
    Added the ability to filter tags.
    Added the ability to display the tags cloud as a list.
    Improvements in working with list item styles.

[close]

http://jenyay.net/Outwiker/English
Titel: Text Editor Pro 27.7.0
Beitrag von: SiLæncer am 02 Oktober, 2023, 08:50
(https://s26.postimg.cc/hfdkhoj9l/screenshot_896.png)
Text Editor Pro (formerly EditBone) is a powerful text editing tool that comes with syntax highlighting support for over 50 languages and scripts, customizable with over 100 options, 29 ready made styles, a handy file comparison feature, unicode character map, numerical unit convert tool, SQL formatter, and support for multiple directories and search results.

Freeware

Changelog


    Added keys skin option for commercial skins
    Added Markdown options
    Fixed application closing on system shutdown
    Fixed find
    Fixed highlighters
    Fixed image view
    Fixed installers and zip files - Scripts directory can be deleted
    Fixed options
    Fixed startup
    Refactored markdown preview - Removed IE browser dependency
    Updated language files

[close]

https://texteditor.pro/
Titel: CudaText 1.200.0.0
Beitrag von: SiLæncer am 02 Oktober, 2023, 20:30
(https://s26.postimg.cc/k6wu8qcrt/screenshot_901.png)
Create programming scripts with this powerful tool that supports more than 130 languages and allows users to work concurrently on as many as six groups of projects.

Freeware

Changelog
   

    Add: big files (10Mb+) are saved _much_ faster
    Add: Addons Manager removes section from packages.ini on uninstalling lexer
    Add: Lexer Detecter writes lexer version to packages.ini (thanks @ildarkhasanshin)
    Fix: when clicking between main window and floating groups, code-tree was not updated (thanks @SamC)
    Fix: regression: options "ui_font_output_name"/"ui_font_output_size" were ignored (thanks @ildarkhasanshin)
    Fix: if plugin sets ui-tab title ~15K characters, app freezes (thanks @ildarkhasanshin)
    Fix: if bookmarks were only auto-shifted by edition above them, they could be not auto-saved
    Fix: Lexer Detecter missed file extensions for VBScript

[close]

https://cudatext.github.io/
Titel: BirdFont 5.4.0
Beitrag von: SiLæncer am 03 Oktober, 2023, 08:10
(https://s26.postimg.cc/rd1s4grdl/screenshot_137.png)
BirdFont is a free font editor that lets you create vector graphics and export TTF, EOT & SVG fonts.

Donationware

Whats new:>>

    Allow all Unicode characters in font names, not just ASCII
    Bug fixes

https://birdfont.org/
Titel: Vim 9.0.1976
Beitrag von: SiLæncer am 03 Oktober, 2023, 08:20
(https://s26.postimg.cc/xww5nc4zt/screenshot_1282.png)
A highly configurable text editor built to enable efficient text editing - an improved version of the vi editor distributed with most UNIX systems.

Freeware

Changes:

style: space before tab in optionstr.c

http://www.vim.org/index.php
Titel: PanWriter 0.8.6
Beitrag von: SiLæncer am 03 Oktober, 2023, 09:40
(https://i.postimg.cc/fLjLfXy8/screenshot-2610.png)
A distraction-free markdown editor with tight integration with pandoc for import/export to/from plenty of file formats, as well as a preview pane that can show pages.

License: GPLv3

https://github.com/mb21/panwriter
Titel: Text Editor Pro 27.7.1
Beitrag von: SiLæncer am 03 Oktober, 2023, 19:30
(https://s26.postimg.cc/hfdkhoj9l/screenshot_896.png)
Text Editor Pro (formerly EditBone) is a powerful text editing tool that comes with syntax highlighting support for over 50 languages and scripts, customizable with over 100 options, 29 ready made styles, a handy file comparison feature, unicode character map, numerical unit convert tool, SQL formatter, and support for multiple directories and search results.

Freeware

Changelog


    Fixed options
    Fixed text editor control
    Updated language files

[close]

https://texteditor.pro/
Titel: Notepad Light 1.0.0.60
Beitrag von: SiLæncer am 03 Oktober, 2023, 21:15
(https://i.postimg.cc/ZqLm9DJz/screenshot-2207.png)
Preview, edit and create .RTF and plain text files using this free and open-source WordPad alternative with a built-in dark mode.

MIT License

Whats new:>>

    Fixed multiple bugs in resume timer feature
    Updated dependencies

https://github.com/desjarlais/Notepad-Light
Titel: Kate 23.08.1 Build 2177
Beitrag von: SiLæncer am 05 Oktober, 2023, 08:40
(https://i.postimg.cc/J44dFswF/screenshot-2330.png)
Text editor that features support for a wide variety of programming languages, syntax highlighting and scripts, which also provides you with an extensive configuration window.

License: GPL /  Donationware

https://kate-editor.org/
Titel: Vim 9.0.1984
Beitrag von: SiLæncer am 05 Oktober, 2023, 10:10
(https://s26.postimg.cc/xww5nc4zt/screenshot_1282.png)
A highly configurable text editor built to enable efficient text editing - an improved version of the vi editor distributed with most UNIX systems.

Freeware

Changes:

CI: Test_open_delay*() fails on FreeBSD 14

http://www.vim.org/index.php
Titel: Vim 9.0.1994
Beitrag von: SiLæncer am 06 Oktober, 2023, 07:40
Changes:

    9.0.1994: inconsistent feature description
    9.0.1993: warning about unused function definition
    9.0.1992: [security] segfault in exmode
    9.0.1991: no cmdline completion for setting the font
    9.0.1990: strange error number
    runtime(netrw): diff (`df`) may open the wrong window (#13275)
    runtime(netrw): Update `.netrwbook` immediately on bookmark change (#13276)
    translation(it): revert permission changes for xxd manpages again (#13277)
    9.0.1989: Vim9: double error message given
    9.0.1988: Vim9: potential use-after-free for class members
    9.0.1987: win32: font-size calculation can be improved
    translation(sr): Update Serbian messages translation (#13282)
    9.0.1986: Vim9: accepting type-annotations
    runtime(just): Correct filetype detection pattern and style (#13284)
    9.0.1985: CI: codecov is intrusive

http://www.vim.org/index.php
Titel: RisohEditor 5.7.8
Beitrag von: SiLæncer am 06 Oktober, 2023, 18:40
(https://i.postimg.cc/8P4z4Swt/screenshot-799.png)
"RisohEditor" is a free resource editor for Win32 development, created by Katayama Hirofumi MZ. RisohEditor realized the ideal of resource editor. "Risoh" means "ideal" in Japanese. RisohEditor can add, edit, extract, clone and remove the resource data in EXE/DLL files. You can edit Windows resources (Dialogs, Menus, Icons, Cursors, String Tables, Message Tables etc.) by using RisohEditor.

NOTICE: Please avoid installing in "C:\Program Files" or "C:\Program Files (x86)". Because the resource compiler (windres) doesn't accept space character in the file path.

Freeware

Whats new:>>

    Improved Portuguese (Brazilian) translation.
    Relaxed font selection requirements.
    Added Traditional Chinese translation.

https://katahiromz.web.fc2.com/re/en/index.html#intro
Titel: MiKTeX 23.10
Beitrag von: SiLæncer am 06 Oktober, 2023, 19:10
(https://i.postimg.cc/rpCxYpK5/MiKTeX.png)
Lightweight and simple-to-use application which enables you to write mathematical, technical or any other type of scientific material.

Freeware

Changelog

Upgraded programs

    dvisvgm 3.1.1
    texworks 0.6.8

[close]

https://miktex.org
Titel: Vim 9.0.1999
Beitrag von: SiLæncer am 07 Oktober, 2023, 08:20
Changes:

Vim9: some error messages can be improved

http://www.vim.org/index.php
Titel: Resource Hacker 5.2.1 Build 376
Beitrag von: SiLæncer am 07 Oktober, 2023, 09:30
(http://images.betanews.com/screenshots/978208949-1.gif)
Resource Hacker is a utility to view, modify, add, delete, and extract resources in Windows executables. It incorporates an internal resource script compiler and decompiler.

Freeware

Whats new:>>

Minor bug fixes only

http://www.angusj.com/resourcehacker/
Titel: Zettlr 3.0.2
Beitrag von: SiLæncer am 07 Oktober, 2023, 19:30
(https://s26.postimg.cc/vfll9p4mh/screenshot_956.png)
Write text and conveniently edit it using Markdown with the help of this user-friendly and well-thought-out, Electron based application.

MIT License

Release Notes

GUI and Functionality

    Fixed a bug that would not parse plain-text links at the end of a line
    completely
    Added two heuristics to plain link parser: (a) if the matched link ends with a
    period, exclude the period; (b) if the matched link ends with a closing
    bracket that does not match an open bracket, exclude the closing bracket
    (remember that you can explicitly define the start and end of plain links by
    wrapping them in < and >)
    Fixed an issue that could lead to data loss if "Always load remote changes"
    was checked in the settings ( #4706 )
    Improved the Czech translation ( #4688 )
    Improve the Chinese (Taiwan) translation ( #4711 )
    Fixed an issue that would import Markdown files as LaTeX instead of simply
    copying the file
    If multiple candidate profiles to import files are found, the user can now
    choose the correct one

Under the Hood

    Increased the "immediate" save delay from 250 to 500ms to give slower systems
    more time to persist changes to disk
    Replaced direct access and stat calls for files and directories in the
    FSAL with a wrapper that will later on allow us to keep different file systems
    (e.g., WebDav versus local filesystem) opaque to the user
    Fixed a potentially (?) horrible bug where directory modification times were
    accidentally set to ctime instead of mtime, leaving any changes to the
    directory that do not also update ctime hidden from the FSAL
    Fixed a misalignment of the InlineCode element for the Pandoc attribute
    parser
    Upgrade Electron to v25.8.4, mitigating CVE-2023-5217

[close]

Download: https://github.com/Zettlr/Zettlr/releases

https://www.zettlr.com/
Titel: Vim 9.0.2001
Beitrag von: SiLæncer am 08 Oktober, 2023, 08:20
Changes:

Vim9: segfault with islocked()

http://www.vim.org/index.php
Titel: Trilium Notes 0.61.9 Beta
Beitrag von: SiLæncer am 08 Oktober, 2023, 08:50
(https://i.postimg.cc/2yDgvbpj/screenshot-2595.png)
A hierarchical note-taking software application with focus on building large personal knowledge bases while also providing a flurry of options.

License: AGPL

Changelog

fix loading canvas notes created in 0.61.7-beta, closes #4313
added total result count to the note list widget
catch JSON stringify error, #4310
fix docker-compose.yml #2239
fix importing inline images within markdown within zip, closes #4301
order by note size + attachments + revisions, closes #4295
added "save revision" to note actions menu
saving / viewing canvas revisions
allow deleting custom launchers, fixes #4291

[close]

https://github.com/zadam/trilium
Titel: Vim 9.0.2003
Beitrag von: SiLæncer am 09 Oktober, 2023, 08:40
Changes:

    9.0.2003: xxd: compilation warning
    runtime: make command name for &iskeywordprg more unique (#13297)
    9.0.2002: Vim9: need cleanup of class related interface code
    translation(it): updated translation of xxd manpage

http://www.vim.org/index.php
Titel: reCsv Editor 0.99.3
Beitrag von: SiLæncer am 09 Oktober, 2023, 10:40
(https://i.postimg.cc/vmMDhQRN/screenshot-748.png)
reCsv Editor is a software application developed in Java, as a simpler version of RecordEditor, which enables you to view the contents of various CSVs, edit and save them to the HDD.

License: GPLv3

Changelog

    Support for comparing larger files
    Updated CodeGen (Java CodeGenertor for Cobol Files)
    Several problem fixes.

[close]

http://recsveditor.sourceforge.net/
Titel: Vim 9.0.2009
Beitrag von: SiLæncer am 10 Oktober, 2023, 08:20
Changes:

cmdline-completion for comma-separated options wrong

http://www.vim.org/index.php
Titel: PilotEdit Lite 18.0.0
Beitrag von: SiLæncer am 10 Oktober, 2023, 21:10
(http://www.pilotedit.com/images/OpenInQuickMode.PNG)
PilotEdit is a text, hex, XML, C/C++, HTML, PHP, Java, Javascript and Perl editor that can edit large files of 400GB (40 billion lines).

It offers customizable syntax and keyword highlighting, advanced search and replace operations, automatic text encoding, 256-bit AES encryption/decryption and a built-in FTP/SFTP client lets you open, edit, download and upload large files directly to/from a FTP/SFTP server.

In addition to standard text editing features, PilotEdit can compare and merge two large files of 100GB (10 billion lines). You can also sort, find/remove duplicate lines and extract strings over a large file of 1GB.

Freeware

http://www.pilotedit.com/
Titel: Kate 23.08.1 Build 2184
Beitrag von: SiLæncer am 12 Oktober, 2023, 08:20
(https://i.postimg.cc/J44dFswF/screenshot-2330.png)
Text editor that features support for a wide variety of programming languages, syntax highlighting and scripts, which also provides you with an extensive configuration window.

License: GPL /  Donationware

https://kate-editor.org/
Titel: Vim 9.0.2018
Beitrag von: SiLæncer am 12 Oktober, 2023, 09:40
Changes:

complete_info() returns wrong index

http://www.vim.org/index.php
Titel: QOwnNotes 23.10.1
Beitrag von: SiLæncer am 12 Oktober, 2023, 10:50
(https://s26.postimg.cc/hoi1ahlcp/screenshot_978.png)
QOwnNotes is a text editor / notepad replacement with markdown support and todo list manager. The program supports themes, keyboard shortcuts, syntax highlighting, and encryption. Includes available nested file list, tags, search, and more. Optionally works with the notes application ownCloud or Nextcloud.

Cross-platform with clients available for Mac and Linux.

License: GPL

Changelog


    a fakevim fix for building with Qt 6.6.0 was added
    (for #2878 , thank you, @NickCao)
    added more Arabic, Spanish, Turkish, Korean, Tamil, German, Dutch translation
    (thank you noureddin, fitojb, rgucluer, venusgirl, tamilneram.github.io, bumpsy, stephanp)

[close]

http://www.qownnotes.org/
Titel: Vim 9.0.2026
Beitrag von: SiLæncer am 15 Oktober, 2023, 08:20
(https://s26.postimg.cc/xww5nc4zt/screenshot_1282.png)
A highly configurable text editor built to enable efficient text editing - an improved version of the vi editor distributed with most UNIX systems.

Freeware

Changelog


    Win32: python3 dll loading can be improved
    No cmdline completion for ++opt args
    No filetype detection for Debian sources
    Need more tests for :cq
    Getmousepos() returns wrong index for TAB char
    Coverity complains about change in charset
    Update Serbian messages translation (#13324)
    Update ftplugin (#13327)
    Islocked() needs more work
    Improve command-line completion docs (#13331)
    No support for funcrefs

[close]

http://www.vim.org/index.php
Titel: Resource Hacker 5.2.3 Build 379
Beitrag von: SiLæncer am 15 Oktober, 2023, 18:20
(http://images.betanews.com/screenshots/978208949-1.gif)
Resource Hacker is a utility to view, modify, add, delete, and extract resources in Windows executables. It incorporates an internal resource script compiler and decompiler.

Freeware

Whats new:>>

Fixed an occasional overflow error bug when saving file

http://www.angusj.com/resourcehacker/
Titel: Text Editor Pro 27.8.0
Beitrag von: SiLæncer am 15 Oktober, 2023, 21:50
(https://s26.postimg.cc/hfdkhoj9l/screenshot_896.png)
Text Editor Pro (formerly EditBone) is a powerful text editing tool that comes with syntax highlighting support for over 50 languages and scripts, customizable with over 100 options, 29 ready made styles, a handy file comparison feature, unicode character map, numerical unit convert tool, SQL formatter, and support for multiple directories and search results.

Freeware

Changelog


    Added annotation link support for PDF view
    Added combine files application parameter - https://www.texteditor.pro/support/application-params/
    Fixed file context menu on language change
    Fixed options

[close]

https://texteditor.pro/
Titel: Vim 9.0.2032
Beitrag von: SiLæncer am 16 Oktober, 2023, 08:10
Whats new:>>

cannot get mouse click pos for tab or virt text

http://www.vim.org/index.php
Titel: Notepad++ 8.5.8
Beitrag von: SiLæncer am 17 Oktober, 2023, 20:30
(https://i.postimg.cc/90QrsKpv/screenshot-818.png)
Notepad++ is a tabbed source code editor and Notepad replacement with a customizable interface. It is one of the few few source code editors that supports "folding," allowing users to quickly reduce and expand sections of code to see the overall document. In addition, it features multi-language syntax highlighting, auto-completion, regular expression search/replace, macro recording and playback, etc. The program can access a long list of plug-ins via an easy-to-access menu with even more features and functions.

License: GPL

Changelog


    Fix “Clear Read-Only Flag” command not working immediately regression. (Fix #14138)
    Fix saving files losing Alternate Data Stream issue. (Fix #1498, #8451, #8013)
    Fix data loss issue due to no room on disk for saving. (Fix #5664, #14089)
    Add Win10/Win11 Restart-application feature. (Fix #9722, #11721, #11934)
    Fix user created session being modified behaviour on exit. (Implement part 1, part 2, part 3)
    Improve document list display performance. (Fix #13479, #12632)
    Update Scintilla to v5.3.7 & Lexilla to v5.2.7. (Fix #13991, #14062)
    fix unwanted Afrikaans installer language issue. (Fix #3844, #7574)
    Fix a crash issue while reading settings from cloud. (Fix #14131)
    Fix security issue CVE-2022-31901. (Fix #13520)
    Enhance non-saved search text’s persistence in Find dialog combobox while pressing arrow key. (Fix #14174)
    Make auto-checking of Find InSelection configurable (resizable & can be disabled). (Fix #14108, #13677, #12639)
    Perl enhancement: Update Stylers & the keywords for Perl v5.38. (Fix #14192)
    Fix “Single Line Uncomment” uncommenting an extra line issue. (Fix #12829)
    Fix “Next Bookmark” command not resetting current column issue. (Fix #14137)
    Allow menu command Window->Windows to be assigned a shortcut. (Fix #14179)
    Fix wrong categories in Shortcuts Mapper. (Fix #13285)

[close]

DL -> https://github.com/notepad-plus-plus/notepad-plus-plus/releases

https://notepad-plus-plus.org/
Titel: Vim 9.0.2043
Beitrag von: SiLæncer am 18 Oktober, 2023, 07:10
Whats new:>>

Vim9: issue with funcref assignmentand varargs

http://www.vim.org/index.php
Titel: novelWriter 2.1
Beitrag von: SiLæncer am 18 Oktober, 2023, 10:10
(https://i.postimg.cc/WbM4JQSb/screenshot-2073.png)
Write novels more comfortably and efficiently through this markdown-like text editor, which provides users with many avenues to organize their text.

Donationware     /  GPLv3

Changelog


    Release Notes:

    The primary focus of this release has been a complete redesign of the Build Tool, that is, the tool that assembles your project into a manuscript document. The new tool, called the "Manuscript Build Tool" allows you to define multiple build definitions for your project. The build definitions are edited in a new Manuscript Build Settings dialog, with a lot more options than the old tool.
    The reason for this redesign is a long list of feature requests that could not easily be accommodated in the old, much simpler tool. Far from all the features have been added yet, but now that the new tool is in place, they will be gradually added in the coming releases.
    The key feature added in this release is the extended control you now have for selecting exactly what part of your project is included in a given build definition. You have the same filters for selecting documents and notes, and turning on or off root folders as before, but you can now easily override on a per-document basis what is included or excluded in addition to the filter.
    A second major improvement is a better tool to format your manuscript headings. You no longer have to look up formatting codes and add them manually. Instead, there is now a heading format editor in the Build Settings dialog for creating the header format, with syntax highlighting included.

    Other Changes:

    Among other features is a new option to duplicate documents and folders in the project tree. The duplicate feature is available from the right-click menu. A proper light colour theme has also been added. In most cases it will be the same as the default theme, depending on your platform.
    There are other, minor improvements as well, and a lot of code improvements under the hood. For a full list of changes, see the detailed changelogs.

[close]

https://novelwriter.io/
Titel: Vim 9.0.2048
Beitrag von: SiLæncer am 19 Oktober, 2023, 08:50
Whats new:>>

    9.0.2048: python: uninitialized warning
    9.0.2047: perl: warning about inconsistent dll linkage
    9.0.2046: win32,python: warning that MS_WIN64 got re-defined
    9.0.2045: tests: checking for swap files takes time
    9.0.2044: Vim9: exceptions confuse defered functions
    runtime(systemd): allow for overriding systemd ftplugin settings (#13373)

http://www.vim.org/index.php
Titel: Trilium Notes 0.61.10 Beta
Beitrag von: SiLæncer am 19 Oktober, 2023, 18:50
(https://i.postimg.cc/2yDgvbpj/screenshot-2595.png)
A hierarchical note-taking software application with focus on building large personal knowledge bases while also providing a flurry of options.

License: AGPL

Changelog

    sync fixes (thanks for big help in reporting & reproducing the problems from @oriris)
    show existing backups and anonymized DBs, #4321
    removed maxTouchPoints condition for detection of mobile browsers, #4316
    add api.runOutsideOfSync() to backend script API, #4327 (experimental)
    fix expanded status when moving note trees
    add canvas properties with a button to copy reference to clipboard which allows inserting canvas as an image into text notes

[close]

https://github.com/zadam/trilium
Titel: Vim 9.0.2053
Beitrag von: SiLæncer am 20 Oktober, 2023, 08:40
Whats new:>>

zig filetype detection test wrong

http://www.vim.org/index.php
Titel: Vim 9.0.2056
Beitrag von: SiLæncer am 21 Oktober, 2023, 09:20
Whats new:>>

no digraph for quadruple prime

http://www.vim.org/index.php
Titel: MPad 1.30
Beitrag von: SiLæncer am 23 Oktober, 2023, 21:40
(https://i.postimg.cc/N046msSj/screenshot-2173.png)
A tab-based code and text editor that features syntax highlighting, line numbering, as well as line operations and advanced search tools.

Donationware

Changelog


    Hide fold/unfold icons in gutter:

    Fold/unfold icons are now hidden by default and only displayed when the mouse is hovering the left margin (gutter). This is the default behavior in many code editors and now also in this one. It can be changed in options though.

    An option has been added to always show fold/unfold icons in gutter, if you want the old behavior and always display the icons:

    "Options->Display->Code folding->Always show fold/unfold icons in gutter"
    (This is coming to RJ TextEd as well...)

    Find/Replace:

    Find all and replace all will now open a search result panel to list all items found or replaced.
    Double click a listed item to goto the found/replaced text in the file.
    Added a new menu item in "Search" called "Show result panel". This allows you to close and reopen the result panel after a search.

    Find in files:

    Added a new menu item in the search menu called "Find in files".
    Use it to search all open files or files in a folder.
    It's almost ready for release. Just need to test it all...

[close]

https://www.mpad.se/
Titel: Vim 9.0.2063
Beitrag von: SiLæncer am 26 Oktober, 2023, 08:10
Whats new:>>

    please report security issues to the vim-security list
    pacman hooks are detected as conf filetype
    Janet files are not recognised
    not able to detect xkb filetypes
    *{gn,gni} files are not recognized
    runtime(doc) small updates to the documentation for varargs
    runtime(vim) Update ftplugin - comment motions (#13412)
    outstanding exceptions may be skipped
    tests avoid error when no swap files exist
    Vim9 no strict type checks for funcrefs varargs
    matchparen do not use hard-coded match id (#13393)

http://www.vim.org/index.php
Titel: Kate 23.08.2 Build 2198
Beitrag von: SiLæncer am 26 Oktober, 2023, 09:10
(https://i.postimg.cc/J44dFswF/screenshot-2330.png)
Text editor that features support for a wide variety of programming languages, syntax highlighting and scripts, which also provides you with an extensive configuration window.

License: GPL /  Donationware

https://kate-editor.org/
Titel: Vim 9.0.2073
Beitrag von: SiLæncer am 27 Oktober, 2023, 07:10
(https://s26.postimg.cc/xww5nc4zt/screenshot_1282.png)
A highly configurable text editor built to enable efficient text editing - an improved version of the vi editor distributed with most UNIX systems.

Freeware

Changelog


    9.0.2073: typo in quickfix.c comments
    runtime(debian): update debian related runtime files (#13423)
    9.0.2072: Vim9: no nr2str conversion in list-unpack
    9.0.2071: objdump files not recognized
    9.0.2070: [security] disallow setting env in restricted mode
    9.0.2069: possible to escape bracketed paste mode with Ctrl-C
    9.0.2068: [security] overflow in :history
    runtime(doc): clarify bracketed paste mode
    runtime(doc): missing code formatting in if_pyth.txt
    9.0.2067: xxd: coloring was disabled on Cygwin
    9.0.2066: xxd: corrupting files when reversing bit dumps
    9.0.2065: EXPAND flag set for filetype option
    9.0.2064: cannot use buffer-number for errorformat
    runtime(doc): Fix typos in several documents (#13420)
    please report security issues to the vim-security list

[close]

http://www.vim.org/index.php
Titel: Vim 9.0.2077
Beitrag von: SiLæncer am 28 Oktober, 2023, 09:10
Whats new:>>

CI fails because of trailing whitespace in test.

http://www.vim.org/index.php
Titel: Pandoc 3.1.9
Beitrag von: SiLæncer am 28 Oktober, 2023, 09:20
(https://i.ibb.co/6mSXKdx/pandoc.png)
Pandoc is a command-line utility that can convert files from one markup format into another. Pandoc's enhanced version of Markdown includes syntax for footnotes, tables, flexible ordered lists, definition lists, fenced code blocks, superscripts and subscripts, strikeout, metadata blocks, automatic tables of contents, embedded LaTeX math, citations, and Markdown inside HTML block elements. (These enhancements, described further under Pandoc's Markdown, can be disabled using the markdown_strict input or output format.)

License: Open Source

Changelog



    Make reference-section-title work with jats+element_citations( #9021 ).

    Add bits as synonym of jats as input format.

    JATS reader:
        Modify JATS reader to handle BITS too ( #9138 , Julia Diaz). Add provision for title-group, book, book-part-wrapper, book-meta, book-part-meta, book-title, book-title-group, index, toc, legend, title, collection-meta
        Fix handling of alt-text ( #9130 , Julia Diaz). Previously we were looking for an attribute that doesn’t exist in JATS; alt-text is provided by a child element.

    CommonMark reader:
        Handle Ext_tex_math_gfm ( #9121 ). Parse GFM-specific math constructions when tex_math_gfm enabled.

    DokuWiki reader:
        Allow autolinks to be avoided using e.g.  https:%%//%%...( #9153 ).
        Parse <code> and <file> as block-level code ( #9154 ). Previously we treated them as inline code in some contexts, but that is not how DokuWiki works.

    LaTeX reader:
        Better handle spacing commands \hfill, \vfill, \hskip, \vskip, etc. ( #9150 ).
        Fix incorrect abbreviation for astronomical unit ( #9125 , Michael McClurg).

    Markdown reader:
        Fix blindspot with superscript in links ( #8981 ). Previously [^super^](#ref) wasn’t parsed as a link, due to code that was meant to prevent footnote markers from being recognized as reference links. This commit tightens up that code to avoid this bad effect. We have also added a new restriction on footnote labels: they cannot contain the characters ^, [, or ]. Though this is technically a breaking change, we suspect that the impact will be minimal, as it’s very unlikely people would be using these characters in their note labels.
        Don’t apply --default-image-extension to data URIs ( #9118 ).
        More accurate check that a normalCite is not a link, bracketed span, or reference ( #9080 ).

    HTML reader:
        Allow th to close td and vice versa ( #9090 ).
        Parse task lists using input elements ( #9047 , Seth Speaks).

    Creole reader:
        Handle empty cells correctly ( #9141 , Sascha Wilde).

    Org writer:
        Escape literal *, |, # at beginning of line with ZWS ( #9159 ).

    ICML writer:
        Prevent doubled attributes ( #9158 ).

    Powerpoint writer:
        Fix a corruption error caused when the document used both a regular png and a png in a data URI ( #9113 ). (Similarly for any other image format.) The problem was that duplicate entries in [Content Types].xml were being created, one for the mime type image/png, one for image/png;base64.

    LaTeX writer:
        Fix rowspans in tables so they use the width of the column ( = as the width parameter) ( #9140 ).
        Don’t treat table as “simple” if they have col widths. This should help fix a problem wherein some grid tables with colspans were overly wide ( #9140 ).
        Fix uneven indents in line block output ( #9088 ).

    JATS writer: fix 3.1.4 regression in handling block-level metadata ( #9092 ).

    Ms writer: improvements in image handling ( #4475 ).
        PDFPIC is now used for PDF images in figures.
        Inline images that are postscript or PDF are rendered using PSPIC or PDFPIC. This isn’t ideal, because they will still be rendered as if in a separate paragraph, but it’s probably better than just printing the image name.
        Units are included in height.

    HTML writer:
        If raw format is an HTML side deck format, emit it (James J Balamuta).

    Typst writer:
        Add #box around image to make it inline. ( #9104 ) An #image by itself in typst is a block-level element. To force images to be inline (as they are in pandoc), we need to add a box with an explicit width. When a width is not given in image attributes, we compute one from the image itself, when possible.
        Don’t allow long heading to wrap ( #9132 ).
        Escape ( ( #9137 ). If unescaped ( occurs in certain contexts, it can be parsed as function application.

    Man writer:
        Fix some spacing issues around links ( #9120 ). We need to use \c before a .UR or .MT, to avoid an extra space, and also after. To ensure that a space at the beginning of the following line doesn’t get swallowed up, we escape it with \.
        Use UR, MT macros for URLs, emails ( #9120 ).

    Text.Pandoc.Extensions:
        Add Ext_tex_math_gfm constructor to Extension ( #9121 ). [API change]. This handles two GitHub-specific syntaxes for math. This is now default for gfm, in addition to tex_math_dollars.
        Remove duplicates for Ext_raw_html and Ext_pipe_tables in some of the lists (Tim Stewart).

    Text.Pandoc.Metadata: Add helpful message on some metadata YAML errors ( #9155 ).

    Text.Pandoc.Shared:
        splitSentences: don’t split after initials. This improves the man and ms writer output, preventing sentence breaks after initials.
        Add addPandocAttributes function [API change]. This is meant to simplify addition of attributes to Pandoc elements: for elements that don’t have a slot for attributes, an enclosing Div or Span is added to hold the attributes.

    MANUAL.txt:
        Clarify that formatting can’t cross line boundaries in line blocks ( #9119 ).
        Fix legacy option for citation ( #8737 , 3w36zj6)

    Update ettranslations (my uncle).

    Updated no translations (Stephan Daus). Renamed no.yaml (macrolanguage Norwegian) to nb.yaml (Norwegian Bokmål). Created soft symbolic link from no.yaml pointing to nb.yaml.

    Lua subsystem: Use the newest LPeg version (lpeg-1.1.*) ( #9107 , Albert Krewinkel).

    Default epub.css: Apply style to h6, format styles, and combine identical styles under shared selectors (samuel-weinhardt).

    Update nix flake with dependencies (piq9117).

    LaTeX template: fix \CSLBlock vertical space (John Purnell).

    Allow tasty 1.5 and Diff 0.5.

    Require commonmark-extensions 0.2.4, commonmark 0.2.4.

    Require texmath 0.12.8.4. This should improve math in powerpoint, fixing empty boxes around roots in some cases.

    Require typst 0.3.2.1

[close]

https://github.com/jgm/pandoc
Titel: Vim 9.0.2081
Beitrag von: SiLæncer am 29 Oktober, 2023, 07:10
Whats new:>>

    9.0.2081: smoothscroll may result in wrong cursor position
    runtime(sh): add shDblParen to shLoopList for bash (#13445)
    9.0.2080: vim9_script test too large
    runtime(doc): all secure options should note this restriction in the documentation (#13448)
    9.0.2079: Not all Dart files detected
    9.0.2078: several problems with type aliases

http://www.vim.org/index.php
Titel: Bluestone 0.11.0
Beitrag von: SiLæncer am 29 Oktober, 2023, 08:10
(https://i.postimg.cc/yxRQCfB5/screenshot-2499.png)
Bluestone is an open-source Markdown editor that takes a what you see is what you get (WYSIWYG) approach to the language, making working with it easier to assimilate, while also providing some interesting amenities, such as document synchronization capabilities.

License: AGPL

Changelog


    Supports multi tab editing mode
    Moving markdown parsing logic to web workers to improve performance
    Add input completion to images and link paths
    Link path supports hash anchor jump
    Open link changed from click to open to mod+click
    Fixed some issues caused by input methods
    Fixed the problem that switching files are not automatically saved
    Fix minor bugs

[close]

Titel: RJ TextEd 16.00
Beitrag von: SiLæncer am 29 Oktober, 2023, 21:20
(https://s26.postimg.cc/775l9vjeh/screenshot_593.png)
RJ TextEd - A Unicode source and text editor. RJ TextEd is a full featured text and source editor with Unicode support, syntax highlighting and code folding. The functionality extends beyond text files and includes support for HTML editing with integrated preview, spell checking, auto completion, HTML validation, templates and more. The program also include support for Topstyle Lite CSS editor, has a dual pane file commander, as well as a FTP client to upload your files. The editor uses language files to display menus and dialogs in different languages. There are several included languages. New language files can easily be created in the editor. RJ TextEd is also a simple web development tool. The editor can use auto completion and hints to assist you in editing your source code. You can preview HTML/ASP/PHP... code using one of the preview tabs or open a document in a browser. The editor does not only handle source code. It also handles true ASCII files, binary files and of course plain text files.

License: Freeware

Changelog


    Hide fold/unfold icons in gutter:

    Fold/unfold icons are now hidden by default and only displayed when the mouse is hovering the left margin (gutter). This is the default behavior in many code editors and now also in this one. It can be changed in options though.

    An option has been added to always show fold/unfold icons in gutter, if you want the old behavior and always display the icons:

    "Options->Display->Code folding->Always show fold/unfold icons in gutter"

    Remember highlighter for opened files:

    Added an option to save the highlighter used for the current file in
    [Options->File->Save status for last open files->Save highlighter].
    This can be useful for files without extensions, or if you want to use a highlighter with a text file (e.g. containing code).
    The options is on by default.

    Mojo:

    Added a new highlighter for Mojo programming language.

    Reason:

    Added a new highlighter for Reason programming language.

    Fixed:

    UNC path issue.
    Update highlighter from Addons (extensions string was not copied).
    Advanced sort: Only numbers should be excepted as column values.
    Misc minor reported issues.

[close]

http://www.rj-texted.se/
Titel: CudaText 1.201.0.0
Beitrag von: SiLæncer am 30 Oktober, 2023, 19:50
(https://s26.postimg.cc/k6wu8qcrt/screenshot_901.png)
Create programming scripts with this powerful tool that supports more than 130 languages and allows users to work concurrently on as many as six groups of projects.

Freeware

Changelog
   

    change: changed submenu "File / Line ends >" to menu-like dialog
    add: new 3 commands (in the Command Palette) to focus 3 floating groups
    add: new option "ui_tab_padding2" to set right padding (thanks @faerot)
    add: commands "focus next group"/"focus previous group" support floating-groups too (thanks @faerot)
    add: support more 'ligatures' in lexers JS / Python (thanks @faerot)
    add: Project Manager: "Focus in file manager": correctly open files with $ or " or in path; respect default file manager; don't freeze until file manager exits (patch by @xBZZZZ)
    add: allow commands "tabulation size: set to N" to be in macros

[close]

https://cudatext.github.io/
Titel: Resource Hacker 5.2.4 Build 386
Beitrag von: SiLæncer am 31 Oktober, 2023, 07:40
(http://images.betanews.com/screenshots/978208949-1.gif)
Resource Hacker is a utility to view, modify, add, delete, and extract resources in Windows executables. It incorporates an internal resource script compiler and decompiler.

Freeware

Whats new:>>

bugfixes for overflow errors

http://www.angusj.com/resourcehacker/
Titel: QOwnNotes 23.11.0
Beitrag von: SiLæncer am 31 Oktober, 2023, 22:00
(https://s26.postimg.cc/hoi1ahlcp/screenshot_978.png)
QOwnNotes is a text editor / notepad replacement with markdown support and todo list manager. The program supports themes, keyboard shortcuts, syntax highlighting, and encryption. Includes available nested file list, tags, search, and more. Optionally works with the notes application ownCloud or Nextcloud.

Cross-platform with clients available for Mac and Linux.

License: GPL

Changelog


    there now is a new PasswordLineEdit component that is now used for entering
    passwords in all dialogs (for #2893 )
        it allows to also show the password
    links will now be highlighted in headings in the note text edit
    (for #196 , thank you, @Tim-gromeyer)
        this, of course, only makes sense if you allow the note filename to be
        different from the headline

[close]

http://www.qownnotes.org/
Titel: Textadept 12.2
Beitrag von: SiLæncer am 02 November, 2023, 09:20
(http://foicica.com/textadept/images/splitviews.png)
Textadept will provide users with a fast, minimalist, and ridiculously extensible text editor. At its core lies less than 2000 lines of C code, and that's how it always will be. While other editors rely on recordable macros to speed up workflow, shell scripts to quickly transform text, and static side panes to manage your documents, files, and more.

Textadept takes it to the extreme: it gives you complete control over the entire application using the embedded Lua language. Lua is nearly as fast as C, and has a very small footprint. In fact, most of Textadept is written in Lua.

License : MIT License ( Donationware )

Changelog

    Bugfixes:

    Regex replacements with '^' anchors should only match once per line.
    Fix statusbar column number not including virtual space.
    Fixed terminal version crash in some list dialogs with UTF-8 characters in them.
    Gtk input dialogs are resizable.
    Fixed default Gtk icon dialog when none was specified.

    Changes:

    Updated Brazilian Portuguese and Spanish localizations.

[close]

http://foicica.com/textadept/
Titel: Vim 9.0.2087
Beitrag von: SiLæncer am 03 November, 2023, 08:20
Whats new:>>

build-failure in vim9class

http://www.vim.org/index.php
Titel: Black NotePad 2.2.0.24
Beitrag von: SiLæncer am 04 November, 2023, 19:50
(https://s26.postimg.cc/lj0xxiynt/screenshot_1281.png)
Black NotePad was created as an alternative to the Notepad program of Windows operating systems. While retaining the original functions, Black NotePad improves manageability, contains important new functions, and greatly enhances program compatibility in terms of the edited text.

Shareware

Whats new:>>

    Add: "Selected - Comparison" menu
    Add: "Edit - Search and Highlight" menu
    Add: "Others - Hotkeys" menu
    Minor fixes and improvements

https://www.wintools.info/index.php/black-notepad
Titel: Trilium Notes 0.61.13
Beitrag von: SiLæncer am 05 November, 2023, 09:20
(https://i.postimg.cc/2yDgvbpj/screenshot-2595.png)
A hierarchical note-taking software application with focus on building large personal knowledge bases while also providing a flurry of options.

License: AGPL

Changelog

    Likely very incomplete list of other features and bugfixes:

    revision history now captures attachments, which means that in text notes you can see changes in the included images and file attachments.
    this triggered a redesign of the database tables which now works on the "copy on write" principle. Notes, revisions and attachments share content storage as long as it stays equal (which happens quite often for versioned attachments)
    reimplemented triggering search from URL, fixes #385
    fix hiding toc with multiple splits, closes #4093
    share tree should include branch prefixes, fixes #4096
    support combination of shared and cloned in the note tree, fixes #4097
    force refresh before activating the attribute detail dialog, fixes #4077
    fixed order of multi-valued promoted attributes, closes #4105
    fix CKEditor crashes, especially when pasting external content
    fix #clipperInbox, closes #4153
    added options to disable auto-opening of promoted attributes and edited notes ribbon tabs, closes #4151
    add shared info to mobile layout, closes #4147
    clipper now creates notes with image attachments instead of image notes
    fix include note sizing when in readonly mode, closes #4135
    Fix right click bookmark bug by @SiriusXT
    provide note dates in the frontend API, fixes #4232
    fix clipperInbox handling for new note creation, closes #4219
    fix orderby with multiple labels, closes #4220
    add imageStyle alignBlockLeft, alignBlockRight, fixes #4215
    fix FNote.getContent() #4210
    fix displaying 1 / 0 in find widget
    add "api.runOnFrontend()" to the backend script API
    Fix bug: Calendar display incorrect tooltips
    allow specifying date created in the ETAPI, #4199
    better error handling in sync allowing easier diagnostics

    canvas improvements:

    upgrade excalidraw to 0.16.1
    store libraries as attachments
    reset appState on every load
    added total result count to the note list widget
    catch JSON stringify error, #4310
    fix docker-compose.yml #2239
    fix importing inline images within markdown within zip, closes #4301
    order by note size + attachments + revisions, closes #4295
    added "save revision" to note actions menu
    saving / viewing canvas revisions
    allow deleting custom launchers, fixes #4291
    show existing backups and anonymized DBs, #4321
    removed maxTouchPoints condition for detection of mobile browsers, #4316
    add api.runOutsideOfSync() to backend script API, #4327 (experimental)
    fix expanded status when moving note trees
    add canvas properties with a button to copy reference to clipboard which allows inserting canvas as an image into text notes

    upgrades:

    electron 25
    node.js 18
    mermaid 10.4.1
    excalidraw 0.16.1
    CKEditor 40

[close]

https://github.com/zadam/trilium
Titel: Bluestone 0.11.1
Beitrag von: SiLæncer am 05 November, 2023, 10:50
(https://i.postimg.cc/yxRQCfB5/screenshot-2499.png)
Bluestone is an open-source Markdown editor that takes a what you see is what you get (WYSIWYG) approach to the language, making working with it easier to assimilate, while also providing some interesting amenities, such as document synchronization capabilities.

License: AGPL

Changelog


    Add link anchor completion
    Double-click to select the link
    Added option to open in new tab in right-click menu
    Fix detail bug
    Windows and tabs are automatically restored when opened under Windows and Linux systems

[close]

Titel: Kate 23.08.2 Build 2208
Beitrag von: SiLæncer am 05 November, 2023, 19:20
(https://i.postimg.cc/J44dFswF/screenshot-2330.png)
Text editor that features support for a wide variety of programming languages, syntax highlighting and scripts, which also provides you with an extensive configuration window.

License: GPL /  Donationware

https://kate-editor.org/
Titel: Beaver Notes 2.1.1
Beitrag von: SiLæncer am 05 November, 2023, 19:48
(https://i.postimg.cc/QxNhKgyR/screenshot-2512.png)
Organize your course notes, journal entries and activity planner via this free and open-source word processor with cross-platform compatibility.

MIT License

https://beavernotes.com/
Titel: Vim 9.0.2092
Beitrag von: SiLæncer am 06 November, 2023, 08:40
(https://s26.postimg.cc/xww5nc4zt/screenshot_1282.png)
A highly configurable text editor built to enable efficient text editing - an improved version of the vi editor distributed with most UNIX systems.

Freeware

Changelog


    9.0.2092: tests: failure in test_arabic
    runtime(keymap): Switch Hindu-Arabic to Arabic numerals in arabic keymap (#13430)
    translation(ru): Update the translation of Russian messages to Vim 9.0.2091 (#13490)
    runtime(tar): improve the error detection
    runtime(doc): document vim-script library function
    runtime(dist): Make dist/vim.vim work properly when lacking vim9script support (#13487)
    9.0.2091: Vim9: cannot convert list to string using +=
    runtime(dist): add legacy version for central vim library
    runtime(dist): centralize safe executable check and add vim library (#13413)
    runtime(doc): clarify terminal capabilities for focus reporting

[close]

http://www.vim.org/index.php
Titel: novelWriter 2.1.1
Beitrag von: SiLæncer am 06 November, 2023, 17:10
(https://i.postimg.cc/WbM4JQSb/screenshot-2073.png)
Write novels more comfortably and efficiently through this markdown-like text editor, which provides users with many avenues to organize their text.

Donationware     /  GPLv3

Changelog


    Bugfixes

    Fix an issue with width of the last two columns on Selection page of the Build Settings dialog on Windows. They were far too wide by default. Issue #1551. PR #1553.
    Fix an issue where a lot of string were not translated to the UI language in the new Manuscript Build tool. Issue #1563. PR #1565.
    Fix an issue in the Document Viewer where it wouldn't scroll to a heading further down the page when following a reference pointing to it. Issue #1566. PR #1568.
    Add back in checks for illegal drag and drop moves in the project tree. In 2.0, the logic here was changed to set certain restrictions on the elements of the project tree itself, but there are numerous bugs in the Qt framework related to drag and drop, so the checks are ignored on at least Qt 5.15.8. In particular, it is possible to drop items on the root level, and it's possible to move root items to other locations. Neither should be possible and will severely mess up the project if done. Issue #1569. PR #1570.
    Add a custom autoscroll feature when dragging an item in the project tree to near the top or bottom. This is actually a default feature of the tree widget in the Qt library, but this too is broken in some versions of Qt 5.15.x. The default feature has been permanently disabled and replaced by a custom written feature that behaves similarly. Issue #1561. PR #1571.
    Fix an issue where the editor document wasn't re-highlighted when the Syntax Theme for it was changed. Issue #1535. PR #1573.
    Fix an issue where editing the Project Word List would not refresh the spell checking of the editor. Issue #1559. PR #1573.

[close]

https://novelwriter.io/
Titel: CSVed 2.5.7
Beitrag von: SiLæncer am 07 November, 2023, 08:10
(https://i.postimg.cc/jS9jt288/screenshot_627.png)
Editor zum Bearbeiten von CSV-Dateien; erlaubt das Editieren der Feldinhalte sowie das Bearbeiten der Tabellenstruktur; kann unter anderem Zeilen, Spalten und Dateien verbinden, Doppeleinträge entfernen und markierte Felder in eine eigenständige CSV-Datei exportieren; exportiert in die Formate HTML, XML, XLS und DOC

Freeware

What's new: >>

e-mail and web address modified

https://home.hccnet.nl/s.j.francke/csved/index.html
Titel: Trilium Notes 0.62.0 Beta
Beitrag von: SiLæncer am 07 November, 2023, 17:30
(https://i.postimg.cc/2yDgvbpj/screenshot-2595.png)
A hierarchical note-taking software application with focus on building large personal knowledge bases while also providing a flurry of options.

License: AGPL

Changelog

    scroll beyond last line in text/code editor, fixes #2728
    TOC and Highlights widgets have a button for quick access to options
    Added runOnBranchChange event #4108
    improved PWA manifest #4371, thanks to @rauenzi
    Added more backend API methods to access options, attachments, revisions
    reduce indent of TOC when larger headings are not being used, fixes #4363
    note list should show the prefix, #4362
    added runAsyncOnBackendWithManualTransactionHandling API method, runOnBackend checks that a sync method has been passed.
    add promoted attributes widget to the mobile version, closes #4314
    Add ~shareTemplate and #shareExternalLink, share search endpoint #4298, thanks to @rauenzi
    allow shrinking note title text in the tree to make space for the "add note" button #4287
    add support for "bottom" sort, closes #4277
    accept custom widgets as classes instead of instances, #4274
    Add hotkey option to toggle hide to tray, #4267, thanks to @rauenzi
    Fix jump to ToC for nested headers, thanks to @rauenzi
    Add option for promoted alias, thanks to @rauenzi
    sort code mime types alphabetically, thanks to @Nriver
    fixes for tooltip auto-disappearing handling
    Add keyboard shortcuts for tabs #4251, thanks to @rauenzi
    add new datePattern replacers for shortmonth, thanks to @Compositr
    {shortMonth3} 3-letter months, e.g. Sep, Oct, Nov, Dec
    {shortMonth4} 4-letter months, e.g. Sept, Octo, Nove, Dece
    add new datePattern replacer {ordinal}, thanks to @Compositr
    {ordinal} is replaced with the ordinal date (e.g. 1st, 2nd, 3rd) etc.
    Add openAttachmentCustom
    Fix right click bookmark bug, #4240, thanks to @SiriusXT
    Click the button to reset the zoom level, #4225, thanks to @SiriusXT
    Use a list instead of dropdown for jump-to-note, #4202, thanks to @eliandoran
    Fix and improve JSDoc for APIs, thanks to @rauenzi
    add 200ms timeout to api.getTextEditor() and similar #4174

[close]

https://github.com/zadam/trilium
Titel: BabelPad 15.1.0.4
Beitrag von: SiLæncer am 07 November, 2023, 18:10
(https://s26.postimg.cc/nk8fxilwp/screenshot_1310.png)
BabelPad is a free Unicode text editor and word processor for Windows that supports the proper rendering of most complex scripts, and allows you to assign different fonts to different scripts in order to facilitate multi-script text editing.

Freeware

Changelog


    Fixed bug with toggling case (all characters replaced by null characters).
    Fixed issues with Chinese UI versions.

[close]

http://www.babelstone.co.uk/index.html
Titel: Znote 2.3.10
Beitrag von: SiLæncer am 08 November, 2023, 20:45
(https://i.postimg.cc/qvfVnLWd/screenshot-2617.png)
Znote is a free, elegant program meant to help you write beautifully organized Markdown documents. You can organize your texts, notes, and files even better, using the simplistic left-side widget organizer for smoothly navigating different files.

Open Source  /  Freemium

Whats new:>>

    Bug fix:

    Correctly refresh a file when updated by an external process.
    Added a refresh button to reload file from disk.

https://znote.lagrede.fr/
Titel: SPFLite 3.0.23313
Beitrag von: SiLæncer am 10 November, 2023, 07:20
(https://i.postimg.cc/wT5s6g7J/screenshot-2635.png)
Rename, clone, delete, edit, print, exclude, touch, add to favorites and view your files using this intuitive software application.

License: GPLv3

Changelog

    Correct File Manager handling of FLISTS with a mixture of single path and extended path requests.
    Correct error in the main Line Command table for the TR command.
    Alter PRESERVE OFF handling so that if the trailing blanks to be removed contain any Attribute values (like hi-lighting), the line will retain the needed blanks to retain the hi-lighting.
    Correct the COPY command. It was incorrectly using the Current Directory rather than the directory from which the loaded file was read. This caused incorrect "Missing File" messages.
    If "Minimize to Tray" is activated, the ToolTip text has been modified to display the Instance name if other than DEFAULT.
    Add new -FILEOPEN command line option. This allows you to specify the name of a text file containing filenames to be opened. You can open multiple files in tabs, or in MEdit sessions. For individual files you can also specify if they are to be opened in View or Browse modes. Read the new section - "FileOpen Startup Files" in "Working With" in the Help file.
    Add the new Primary command INSTANCE (alias INST). This command can be used to switch the SPFLite session to another Instance. It will start a new SPFLite Instance and optionally close the current session.
    If there are active Edit tabs, the command provides optional operands to allow you to request they all be CANCELed or ENDed. If END is chosen, each tab will use the current AUTOSAVE option to determine if, and what level of prompting to perform. There is also a KEEP option which does not close the current session.

    The syntax is:

    INSTANCE new-instance-name
    INST [ END | CANCEL | CAN | KEEP ]
    [ -F { * | FileOpen-Name } ]
    [ -D DoMacro-Name ]

    Other than new-instance-name which MUST be operand one, the remaining operands can be entered in any order.
    Notes: Some accompanying changes were made:
    The command line -F operand will now accept an * to indicate the current _FILEOPEN.TXT contents are to be treated as the FILEOPEN data.
    To accomany the above, the INSTANCE command will, as long as the new Instance-name is not the Current Instance Name, create a valid _FILEOPEN.TXT file in the SPFLite Home folder (the one holding the CFG file) with the list of the currently open tabs.
    The passing of files to be opened to an existing Instance has been improved to support multiple files and/or MEdit lists.
    The KEEP option also allows you to request the current session be kept open. If the new-instance-name equals the current name, the _FILELIST.TXT file can be used to ADD open files to the session.

    For example, if running normally as DEFAULT the command:

    INST DEFAULT -F MyNewList.TXT KEEP
    would add the files in the specified file to the current session.
    The following would reopen the current Edit tabs in a new INSTANCE
    INST MYNEWINST -F * END
    Extend the File Manager ALL command to support the END and CANCEL commands. These of course can only be used when displaying the Open Tabs list.
    V3.0.23253 revised the handling of FM line commands to correct several inconsistencies. The support for the C/CC line commands (used with the CUT primary command) was crippled. It has been restored.
    Add a new macro function Get_Instance$ to return the name of the Instance the session is running under.
    Correct error in re-opening files when more that 1 tab was a MEdit session. The MEdit tabs were incorrectly merged into a single MEdit session.
    Correct error in the command table definition for the FM ML command.
    When creating a new INSTANCE, if the Instance being used as the model for the new Instance has unique EFT, KBD, SET and Retrieve tables, then they will be used for the new Instance. Previously, those 4 tables were always copied from the DEFAULT Instance. If they do not have unique tables then the copy will still be made from the DEFAULT Instance.
    Correct erroneous message when a Primary CMD command is entered in a special edit tab (CLIP, SetEdit and EFTEdit).
    Add support to the Edit line command M (Move) to allow moving whole files around in MEdit mode. The M command is placed on the =FILE> line, and an A/B line command to mark the new position. The new position must be located before another =FILE> line or the **Bottom** line.
    Add a new Profile option - MACLIB. MACLIB allows you to specify 1 or more alternate folders to use as the source for macros, IN PLACE OF the normal UsersYouDocumentsSPFLiteMACROS folder. The default for MACLIB is NONE.
    The list of folders is NOT specified directly by the MACLIB operand. The MACLIB value is the name of a SET symbol containing the list. This makes it easier to Enter/Edit the list in SetEdit rather than entering a long string as a MACLIB operand.
    e.g.
    Enter the command "MACLIB MyMacs" sets the profile value to MyMacs.
    Enter SET to reach (SetEdit) mode and create a line
    MACLIB.MyMacs=C:MyStuffMyMacros|C:UsersMeDocumentsSPFLiteMACROS
    Notes: The example adds the normal MACROS folder after the new user folder, but there is no requirement to do so. You may enter any set of folders you desire. Also, multiple filenames are separated using the | character.
    The effective MACLIB list (specified or NONE) is automatically added to the thinBasic #INCLUDE search list.

[close]

http://www.spflite.com/Home.html
Titel: QOwnNotes 23.11.1
Beitrag von: SiLæncer am 10 November, 2023, 21:30
(https://s26.postimg.cc/hoi1ahlcp/screenshot_978.png)
QOwnNotes is a text editor / notepad replacement with markdown support and todo list manager. The program supports themes, keyboard shortcuts, syntax highlighting, and encryption. Includes available nested file list, tags, search, and more. Optionally works with the notes application ownCloud or Nextcloud.

Cross-platform with clients available for Mac and Linux.

License: GPL

Whats new:>>

added more Japanese, Arabic, Czech, Spanish, Tamil, Korean, Dutch, Slovenian,
German translation (thank you yateno, noureddin, vojtaanton, fitojb,
tamilneram.github.io, venusgirl, stephanp, salamelek, rakekniven, nlpz404)

http://www.qownnotes.org/
Titel: Perpetual Notes 4.05
Beitrag von: SiLæncer am 11 November, 2023, 10:20
(https://i.postimg.cc/PrmCcFXN/screenshot-1340.png)
Create versatile Rich Text Files with a tool meant to help you make the most out of your note-taking skills, and organize easier and more elegantly.

Donationware

http://www.enselsoftware.com/product/PerpetualNotes.html
Titel: Vim 9.0.2100
Beitrag von: SiLæncer am 12 November, 2023, 07:10
Changelog


runtime(doc): Renamed "makefile_*.mak" for Vim documentation (#13517)
runtime(lynx): Update for Lynx 2.8.9 (#13510)
runtime(vim): Improve :let-heredoc syntax highlighting (#12923)
9.0.2100: CI: test_termdebug fails
runtime(doc): clarify when formatoptions applies
runtime(i3config): Update for i3 4.23 (#13522)
9.0.2099: win32: terminal codes clear the terminal
runtime(doc): Update usr_51.txt to be more inclusive (#13496)
runtime(doc): Add missing null_<type> help tags (#13498)
CI: labeler.yml use all instead of any for doc detection (#13507)
9.0.2098: No filetype support for xcompose files
runtime(doc): clarify `:help inclusion` section
CI: labeler.yml: Add some more component detection rules (#13511)
9.0.2097: No support for cypher files
9.0.2096: Vim9: confusing usage of private
CI: labeler.yml: add documentation label (#13506)
runtime(doc): fix grammar in termdebug doc, remove trailing spaces (#13505)
runtime(termdebug): improve window handling, shorten var types
runtime(termdebug): handle buffer-local mappings properly
9.0.2095: statusline may look different than expected
9.0.2094: Vim9: need more assignment tests
runtime(wget): Update for Wget2 2.1.0 (#13497)
9.0.2093: Unsupported option causes skipping of modeline test

[close]

http://www.vim.org/index.php
Titel: Kate 23.08.3 Build 2215
Beitrag von: SiLæncer am 12 November, 2023, 19:20
(https://i.postimg.cc/J44dFswF/screenshot-2330.png)
Text editor that features support for a wide variety of programming languages, syntax highlighting and scripts, which also provides you with an extensive configuration window.

License: GPL /  Donationware

https://kate-editor.org/
Titel: novelWriter 2.2 Beta 1
Beitrag von: SiLæncer am 12 November, 2023, 20:40
Changelog


    Features:

    novelWriter has a new logo and icon. PR #1593.
    The Document Editor is now a true plain text editor. This has a number of benefits and a couple of drawbacks. The most important benefits is that the editor responds a lot faster, and can hold much larger text documents. The big document limit has therefore been removed. It mostly affected automatic spell checking. The syntax highlighter and spell checker are also more efficient, which allows for needed improvements to these. The drawbacks are mainly that the editor now scrolls one line at a time, instead of scrolling pixel by pixel like before. PRs #1521 and #1525.
    Tags and References are now case insensitive. Their display name on the user interface remains the same as the value set for the @tag entry. Issue #1313. PRs #1522 and #1578.
    Keywords for Tags and References, and the References themselves, now have an auto-complete menu that pops up in the editor on lines starting with the @ character. It will first suggest what keyword you want to use, and when it has been added, use that keyword to look up suggestions for references to add. The suggestions improve as you type by looking for the characters you've already typed in the tags you've previously defined. Issue #823. PR #1581.
    You can now right-click an undefined tag, and a context menu option to create a Project Note for that tag will appear in the menu. On selection, it will create a note in the first root folder of the correct kind, and set the title and tag to match the undefined reference, making it instantly defined. Issues #1580 and #823. PR #1582.
    Shortcodes have been added to the Document Editor. Shorcodes are HTML-like syntax, but uses square brackets instead of angular brackets. So text will make the word "text" appear as bold. Shortcodes currently support bold, italic, striketrough, underline, superscript and subscript text. The first three are complimentary to the Markdown-like syntax that. The benefit of the shortcode emphasis syntax, however, is that it does not care about word boundaries, and can therefore be used any place in the text. Including in the middle of words. Issues #1337 and #1444. PRs #1540 and #1583.
    A show/hide toolbar has been added to the editor where toolbuttons for formatting options are available. The toolbar is hidden by default, but can be activated from a three dots icon in the top left corner of the editor. Issue #1585. PR #1584.
    Build Definitions in the Manuscript Build tool can now be re-ordered, and the order is preserved when the tool is closed and re-opened. Issue #1542. PR #1591.

    Usability:

    The Settings menu in the sidebar now always pops out to the right and upwards from the bottom of the icon. The previous behaviour was not guaranteed to stay in the visible area of the screen. PR #1520.
    The right click action on a misspelled word now uses the actual spell checker data for lookup. Previously, the spell checker would underline a word that was misspelled, but the right click action actually had no way of reading where the error line was, so it had to guess again what word the user was clicking. Since these two parts of the code used different logic, they sometimes produced different results. The spell checker now saves the location of each spell check error, and the right click action retrieves this data when generating suggestions, which should eliminate the problem of picking the correct word boundaries. Issue #1532. PR #1525.
    The language of a project is not set in the New Project Wizard and in Project Settings. It is no longer defined in the Build Settings panel. Issue #1588. PR #1589.
    The way switching focus and view in the main GUI has changed. Pressing Ctrl+T will now switch focus to the Project or Novel Tree if focus is elsewhere, or if either have focus already, it will switch view to the other tree. Pressing Ctrl+E will switch focus and view to the Document Editor. Pressing Ctrl+Shift+T will do the same for the Outline View. The old Alt-based shortcuts have been removed. Issues #1310 and #1291. PR #1590.

    User Interface:

    The labels under the sidebar buttons have been removed. The tool tips have the necessary information. PR #1520.

    Other Improvements:

    Also the Tags and References keywords are now translated into the project language when these are included in Manuscript builds. As long as the phrases have been translated. PR #1586.

[close]

https://novelwriter.io/
Titel: AlephNote 1.7.16 Pre-release
Beitrag von: SiLæncer am 12 November, 2023, 21:10
(https://s26.postimg.cc/6skrw8cnt/screenshot_1204.png)
AlephNote is extensible, lightweight desktop note manager. Features include search, interactive checkbox lists highlighting, clickable highlighted links, notes backup, drag-and-drop capability for files and text, and sorting notes into folders. The program supports tags, in-editor markdown rendering, customizable shortcuts, stay-on-top capability, tray control, themes, and more.

Notes can be saved locally or synchronized with cloud services including Simplenote, Standard Note, Nextcloud/ownCloud.

License:    MIT

Whats new:>>

Added Markdown+Frontmatter exporter

https://github.com/Mikescher/AlephNote
Titel: Vim 9.0.2103
Beitrag von: SiLæncer am 13 November, 2023, 07:10
Whats new:>>

recursive callback may cause issues on some archs

http://www.vim.org/index.php
Titel: Text Editor Pro 28.0.0
Beitrag von: SiLæncer am 13 November, 2023, 21:50
(https://s26.postimg.cc/hfdkhoj9l/screenshot_896.png)
Text Editor Pro (formerly EditBone) is a powerful text editing tool that comes with syntax highlighting support for over 50 languages and scripts, customizable with over 100 options, 29 ready made styles, a handy file comparison feature, unicode character map, numerical unit convert tool, SQL formatter, and support for multiple directories and search results.

Freeware

Changelog


    Added additional keywords option for editor
    Added AES encrypt/decrypt
    Added highlight line option for editor
    Added highlighter for CMake
    Added highlighter for Makefile
    Added icon for open with context menu item
    Added insert text feature
    Added optional menu for title bar favourites
    Added options for Tidy
    Added roll out menu (View > Roll out menu)
    Added roll out menu options
    Added support for Tidy - https://www.html-tidy.org/
    Added Tidy.dll (64-bit) download
    Added use external color themes application option (default false)
    Added use external highlighters application option (default false)
    Added use external icons application option (default false)
    Fixed and optimized AlphaSkins for Delphi 12 - https://www.alphaskins.com/
    Fixed and optimized startup
    Fixed bookmarks
    Fixed button bar control - https://github.com/TextEditorPro/TButtonBar
    Fixed directory
    Fixed editor popup menu
    Fixed favourite hint
    Fixed file types
    Fixed item list dialog
    Fixed JSON highlighter
    Fixed JSON, SQL, and XML formatter
    Fixed main menu
    Fixed option default values
    Fixed options
    Fixed options search
    Fixed print preview
    Fixed SFTP output
    Fixed show new file button option of editor tabs
    Fixed show open directory button option of directory tabs
    Fixed text editor control - https://github.com/TextEditorPro/TTextEditor
    Fixed title bar
    Fixed translate
    Shared HTML/XML tidy, clean, and repair wrapper component - https://github.com/TextEditorPro/TTidy
    Updated Delphi and C++ Builder 12 - https://www.embarcadero.com/products/rad-studio
    Updated language files
    Updated PDFium binaries (DLL files) - https://github.com/bblanchon/pdfium-binaries

[close]

https://texteditor.pro/
Titel: Resource Hacker 5.2.5 Build 409
Beitrag von: SiLæncer am 14 November, 2023, 18:40
(http://images.betanews.com/screenshots/978208949-1.gif)
Resource Hacker is a utility to view, modify, add, delete, and extract resources in Windows executables. It incorporates an internal resource script compiler and decompiler.

Freeware

Whats new:>>

    fixed messagebox dialogs missing icons
    added a scale slider to the image viewer (right-click)
    fixed crash when changing view from an animated gif to another resource

http://www.angusj.com/resourcehacker/
Titel: Trilium Notes 0.62.1 Beta
Beitrag von: SiLæncer am 14 November, 2023, 19:10
(https://i.postimg.cc/2yDgvbpj/screenshot-2595.png)
A hierarchical note-taking software application with focus on building large personal knowledge bases while also providing a flurry of options.

License: AGPL

Changelog

    fix loading reference link titles in read-only text notes, closes #4404
    fix content renderer of protected canvas/mermaid notes, closes #4414
    fix assigning extension to attachment export filenames, closes #4415
    Migrate KaTeX@0.16.0 from libraries to KaTeX@0.16.9 in node_modules #4417
    revert general HTML support
    change the way frontend detects content change which works even if no new blob is created, fixes #4434

[close]

https://github.com/zadam/trilium
Titel: RisohEditor 5.7.9
Beitrag von: SiLæncer am 14 November, 2023, 19:20
(https://i.postimg.cc/8P4z4Swt/screenshot-799.png)
"RisohEditor" is a free resource editor for Win32 development, created by Katayama Hirofumi MZ. RisohEditor realized the ideal of resource editor. "Risoh" means "ideal" in Japanese. RisohEditor can add, edit, extract, clone and remove the resource data in EXE/DLL files. You can edit Windows resources (Dialogs, Menus, Icons, Cursors, String Tables, Message Tables etc.) by using RisohEditor.

NOTICE: Please avoid installing in "C:\Program Files" or "C:\Program Files (x86)". Because the resource compiler (windres) doesn't accept space character in the file path.

Freeware

Whats new:>>

    Added EGA sample DeleteNonEnglish.ega.
    Fixed IDS_THEREISUPDATE translation.

https://katahiromz.web.fc2.com/re/en/index.html#intro
Titel: Vim 9.0.2105
Beitrag von: SiLæncer am 15 November, 2023, 09:40
(https://s26.postimg.cc/xww5nc4zt/screenshot_1282.png)
A highly configurable text editor built to enable efficient text editing - an improved version of the vi editor distributed with most UNIX systems.

Freeware

Changes:

Skipcol not reset when topline changed.

http://www.vim.org/index.php
Titel: BabelEdit 5.0.1
Beitrag von: SiLæncer am 15 November, 2023, 19:15
(https://s26.postimg.cc/7efmb9imh/screenshot_979.png)
A translation editor that can process one or more JSON files at the same time, providing support for both json and namespaced-json formats.

Freeware

Changelog


    Features:

    Support for .svelte files in source code viewer
    Support Pre-Translate for custom language codes

    Fixes:

    Better detection for react-i18next projects
    Crash when translating large number of texts
    Crash when adding or reloading files from disk
    Crash when adding languages with enabled spell checker
    Crash when removing translation id via context menu
    Crash when renaming translation ids in tree view
    Crash in ConsistencyAI

[close]

https://www.codeandweb.com/babeledit
Titel: Trilium Notes 0.61.14
Beitrag von: SiLæncer am 16 November, 2023, 10:30
Whats new:>>

    fix loading reference link titles in read-only text notes, closes #4404
    fix content renderer of protected canvas/mermaid notes, closes #4414
    fix assigning extension to attachment export filenames, closes #4415
    revert general HTML support

https://github.com/zadam/trilium
Titel: EmEditor Professional 23.0.0
Beitrag von: SiLæncer am 16 November, 2023, 21:10
(https://i.postimg.cc/vmqgmtjb/screenshot-2069.png)
EmEditor is a lightning-fast, tabbed text editor with themes, syntax highlighting, stay-on-top, and customizable keyboard mapping. The program supports batch find-and-replace, regular expressions, and more.

Changelog


    While conventionally, this version should be named v22.6, due to numerous changes and being a truly major update, as well as being the last major update of the year, we decided to align with the last two digits of the year 2023 and name it v23.0.
    Recent advancements in generative AI, including ChatGPT, have enabled the use of various information and services through web browsers. Among EmEditor users including this customer, there is a growing demand to use these web services directly within EmEditor, eliminating the need to use external browsers. In the new version, we have added a feature to display a web browser in a customer bar of EmEditor. This browser is designed to work in conjunction with macros, allowing users to send a portion of the document in the editor to a site displayed in the Web Browser or vice versa. To utilize these features, ensure that Use V8 as the JavaScript engine is selected in the Options page of the Customize Macros dialog, or add the following line at the beginning of each macro: #language = "V8"

    Two specific features have been added:

    (1) web. keyword: To access the Document Object Model (DOM) of HTML, use the lowercase web. keyword. This distinction is necessary to differentiate between objects in EmEditor and objects in the Web Browser. For example, in a macro: document.write( "Test" );
    It is unclear whether “Test” should be displayed in the editor view of EmEditor or in the HTML of the Web Browser. To display “Test” in the Web Browser, add the web. prefix: // Displays "Test" in Web Browser web.document.write( "Test" );
    With this syntax, keywords starting with web. are interpreted as instructions executed in the Web Browser, allowing access to the DOM.
    (2) onLoad event: If the last executed macro contains a function starting with function onLoad(), it is called only once when the web page is updated or a new page is loaded. This functionality allows tasks such as retrieving search results on search sites.
    The Bing.jsee macro example demonstrates how to retrieve and display specific information from HTML search results. Note that some search sites, like the free version of ChatGPT, may not trigger page updates or new page loads. In such cases, the onLoad() event does not occur, preventing the retrieval of search results using this event. Nevertheless, Makoto Emura came up with an idea to monitor an HTML element using the MutationObserver interface and retrieve the text when changes occur. The ChatGPT.jsee macro sample demonstrates how to retrieve responses from ChatGPT using this interface. If you run this macro as it is, the selected text is only entered into the ChatGPT prompt box. However, if you uncomment lines 99 to 100, it will actually send the text. Disclaimer: The format of Bing and ChatGPT responses may change at any time in the future, potentially affecting the functionality of these macros. The macros are intended solely to demonstrate the new features of EmEditor v23.0. We do not guarantee that these macros will work in the future.
    Another major change in v23.0 is the optimization for handling large files. EmEditor users often deal with large CSV files, sometimes reaching several gigabytes. To ensure smooth performance even with such files, extensive testing was conducted on operations such as deleting, inserting, combining, sorting, and pasting columns. The commands were optimized by multi-threading and other optimization techniques, resulting in approximately 21 to 34 times faster performance compared to v22.5.
    In the CSV Converter, previous versions lacked multi-threading code, causing slow performance with large files. The new version improves this by using multi-threading and SIMD code, making CSV format conversion even for multi-gigabyte files operate within a few seconds.
    For Japanese (JIS) and Japanese (EUC), v23.0 abandons the use of the traditional Windows API object, MultiLanguage, in favor of a custom lookup table. This change enhances the detection logic for invalid characters and significantly improves the operation speed such as file opening and searching.
    In v22.5, clicking the left edge of line numbers toggles the bookmark. Responding to user feedback, an option to disable this feature has been added in the Mouse page of the Customize dialog under Click the left edge of a line number to toggle the bookmark.
    The Markdown configuration has been improved to allow more accurate representation of emphasis formatting, such as bold and italic, through the addition of special syntax.
    Using the Language Server Protocol, Makoto Emura added a feature to format the selected string or entire document. This command, accessible through the Convert menu as Format (shortcut: Ctrl+K, F), eliminates inconsistencies such as the number of leading tabs or spaces and the position and presence of spaces around parentheses () or {} for improved readability. Users can select code to format, and if no selection is made, a dialog prompts whether to format the entire document. Or you may press Ctrl+K, D to format the entire document. To enable the Format command, the Language Server Protocol option must be enabled on the Language Server page of the Customize dialog box, and the desired language must be selected from the Document type drop-down list. Note that preferences for formatting, such as the presence of spaces around parentheses, depend on the language server and cannot be customized within EmEditor.
    Starting from this version, the Language Server Protocol is officially supported for C++, CSS, HTML, JavaScript, JavaScript for EmEditor, Perl, and Python configurations. Users can disable this feature at any time in the settings on the Language Server page of the Customize dialog box.
    Makoto enhanced the CommitList (Git) plugin by adding an Update Submodule option to pull changes to a submodule. He also removed the Undo Changes menu item from the staged files list (not unstaged files) in the CommitList sidebar to avoid confusion regarding expected behavior.
    Finally, the traditional help system, which used an outdated design and was challenging to maintain, has been redesigned using Sphinx. The new help system is maintained and built on our GitHub page.


[close]

https://www.emeditor.com
Titel: EmEditor Professional 23.0.1
Beitrag von: SiLæncer am 17 November, 2023, 09:20
Whats new:>>

    Fixed a bug where EmEditor could crash when opening a file as a specific file encoding such as Arabic or US-ASCII.
    Fixed a bug where EmEditor could crash when showing the Web Browser bar in multiple group windows.

https://www.emeditor.com
Titel: QOwnNotes 23.11.2
Beitrag von: SiLæncer am 17 November, 2023, 21:30
(https://s26.postimg.cc/hoi1ahlcp/screenshot_978.png)
QOwnNotes is a text editor / notepad replacement with markdown support and todo list manager. The program supports themes, keyboard shortcuts, syntax highlighting, and encryption. Includes available nested file list, tags, search, and more. Optionally works with the notes application ownCloud or Nextcloud.

Cross-platform with clients available for Mac and Linux.

License: GPL

Whats new:>>

    more not very useful internal warnings are now ignored in the log panel
        QFont::setPointSizeF: Point size <= 0
        QTextCursor::setPosition: Position

    added more Arabic, Czech translation (thank you noureddin, fandazavazal)

http://www.qownnotes.org/
Titel: Scite 5.4.0
Beitrag von: SiLæncer am 18 November, 2023, 09:20
(https://s26.postimg.cc/fbkgceeux/screenshot_1241.png)
Editor mit Syntax-Highlighting, Auto-Completion, Folding und vielem mehr...

Open Source

Whats new:>>

Fix crashes on macOS 12 and older when built with Xcode 15.0.

www.scintilla.org/SciTE.html
Titel: EmEditor Professional 23.0.2
Beitrag von: SiLæncer am 18 November, 2023, 09:50
Whats new:>>

Fixed a bug where macros may not run on default settings. The new version limits one single Web Browser even if multiple group windows exist.

https://www.emeditor.com
Titel: Kate 23.08.3 Build 2221
Beitrag von: SiLæncer am 18 November, 2023, 10:10
(https://i.postimg.cc/J44dFswF/screenshot-2330.png)
Text editor that features support for a wide variety of programming languages, syntax highlighting and scripts, which also provides you with an extensive configuration window.

License: GPL /  Donationware

https://kate-editor.org/
Titel: Resource Hacker 5.2.6 Build 425
Beitrag von: SiLæncer am 18 November, 2023, 10:30
Whats new:>>

    fixed a bug incorrectly detecting text encoding
    fixed several other minor bugs

http://www.angusj.com/resourcehacker/
Titel: Notepad2 by Zufu Liu 4.23.11r5052
Beitrag von: SiLæncer am 18 November, 2023, 19:20
(https://i.postimg.cc/Qx8J7y8Y/screenshot-2613.png)
Write in a wide variety of programming languages through the use of this comprehensive, free and open-source text processor with syntax highlighting support.

BSD License

Changelog


    Scintilla updated to 5.4.0, see https://www.scintilla.org/ScintillaHistory.html for the changes.
    Toggle comment improvements:

    Implement "Toggle Block Comment", issue #718. 3e79284
    Add option (see below) "Insert space after comment marker on toggle line comment", issue #711 and #718. baf1cc1
    Enable using Ctrl + / to toggle block comment for CSS, HTML, PHP and XML tags, and using Ctrl + Q to toggle line comment for VBS inside HTML, issue #718. 3494f2e
    Improve toggle line comment for Vim 9 script. 5973565
    Add drop-down menus for recent history files, discussion #721. c1d95d5
    Make mark occurrences highlighting color different from text selection color, issue #603 and #720. 84b5e46
    Support WinHex script and template, issue #714. 76579cb
    Other lexer and API updates: Bash (12c61dd), C/C++ (cf6ff48), CSS (3084629), Dart (96dcae8), HTML (046b613), Lua (973f26f), PHP (f385b51), Python (f43b1e7), SQL (5987960), Visual Basic (b64e2a4).
    Fix performance regression for replace all. e9c993c
    Fix drag & drop broken when current file is in read-only mode, issue #726. 776ac34
    Fix wrong startup window position when using multiple monitors, issue #731. 49c3f03, contributed by @milnak
    Several regex bug fixes. 3960890, 1bfaf31, e2818f5, etc.
    Other bug fixes and improvements.

    Behavior Changes:

    On toggle line comment, space will be added (comment line) or removed (uncomment line) after line comment marker. this matches Visual Studio Code, Sublime Text, and other editors, to restore old behavior, uncheck "Insert space after comment marker on toggle line comment." on Auto Completion Settings dialog.

[close]

https://github.com/zufuliu/notepad2
Titel: OutWiker 3.3.0.930 Beta
Beitrag von: SiLæncer am 19 November, 2023, 08:50
(https://s26.postimg.cc/87bx6b16h/screenshot_33.png)
OutWiker is an open-source personal wiki and outliner. Notes are stored in a tree, and kept in the form of directories on the disk. This encourages changing the base by external sources and programs. Currently there are three types of pages supported: plain text, HTML, and wiki. External files (such as pictures) can be attached to pages, and pages can be linked to each other. Each tree branch can be opened as a separate wiki. Other features include tag support, global search (notes and tags), bookmarks, HTML syntax highlighting and icons for notes.

OutWiker can be downloaded with or without plugins, as well as for Linux systems.

License : GPL

Changelog


    Tags cloud GUI improvements.
    Bug fixes.

[close]

http://jenyay.net/Outwiker/English
Titel: BirdFont 5.5.0
Beitrag von: SiLæncer am 19 November, 2023, 09:10
(https://s26.postimg.cc/rd1s4grdl/screenshot_137.png)
BirdFont is a free font editor that lets you create vector graphics and export TTF, EOT & SVG fonts.

Donationware

Whats new:>>

    Export multiple static fonts from one variable master font (for example many weights)
    Clear recent files. Menu -> Clear Recent Files
    Bug fixes

https://birdfont.org/
Titel: Resource Hacker 5.2.7 Build 427
Beitrag von: SiLæncer am 19 November, 2023, 20:20
(http://images.betanews.com/screenshots/978208949-1.gif)
Resource Hacker is a utility to view, modify, add, delete, and extract resources in Windows executables. It incorporates an internal resource script compiler and decompiler.

Freeware

Whats new:>>

fixed minor bugs in commandline scripts

http://www.angusj.com/resourcehacker/
Titel: CudaText 1.202.0.1
Beitrag von: SiLæncer am 19 November, 2023, 21:30
(https://s26.postimg.cc/k6wu8qcrt/screenshot_901.png)
Create programming scripts with this powerful tool that supports more than 130 languages and allows users to work concurrently on as many as six groups of projects.

Freeware

Changelog
   

    Add: new option "fold_underline_size" to change look of folding-underline
    Add: with "fold_style" 3...4, click on folded line text must not unfold the block
    Add: single click on folding rectangle-mark is now ignored because we must react to double-click on it
    Add: Go To dialog remembers last input, per each editor-tab, and value now saves to session
    Add: Wiki topic https://wiki.freepascal.org/CudaText_VS_other_editors#CudaText_vs_Notepad.2B.2B
    Change: theme "Zeus" was renamed to "Zeu" and removed to Addons Manager
    Fix: command "find current word next" fails with words of length=1
    Fix: editing of Markdown/reST/WikidPad header with folded previous header makes irritating unfolding of previous header
    Fix: regression: crash on double-click the Output panel with the "Runner" plugin output

[close]

https://cudatext.github.io/
Titel: Text Editor Pro 28.1.0
Beitrag von: SiLæncer am 19 November, 2023, 21:50
(https://s26.postimg.cc/hfdkhoj9l/screenshot_896.png)
Text Editor Pro (formerly EditBone) is a powerful text editing tool that comes with syntax highlighting support for over 50 languages and scripts, customizable with over 100 options, 29 ready made styles, a handy file comparison feature, unicode character map, numerical unit convert tool, SQL formatter, and support for multiple directories and search results.

Freeware

Changelog


- Added highlighter for Solidity - https://soliditylang.org/
- Fixed button bar control - https://github.com/TextEditorPro/TButtonBar
- Fixed directory
- Fixed roll out menu
- Fixed text editor control - https://github.com/TextEditorPro/TTextEditor
- Updated language files

[close]

https://texteditor.pro/
Titel: Vim 9.0.2116
Beitrag von: SiLæncer am 20 November, 2023, 07:10
(https://s26.postimg.cc/xww5nc4zt/screenshot_1282.png)
A highly configurable text editor built to enable efficient text editing - an improved version of the vi editor distributed with most UNIX systems.

Freeware

Changes:

No test for defining sign without attribute

http://www.vim.org/index.php
Titel: IsWiX 5.0.49.0
Beitrag von: SiLæncer am 20 November, 2023, 19:10
(https://i.postimg.cc/jqzJGbDg/screenshot-1252.png)
IsWiX, or Industrial Strength Windows Installer XML is a reliable tool that can help you with authoring Windows Installers. The application allows you to analyze each component of the current project, manage features, properties and namespaces.

License: MS-PL

Changelog

    Migrate IsWiX application to .NET 8.
    Update v4 project templates to use wixtoolset 4.0.3
    Remove duplicate iis namespace in v4 bundle project template
    Update v4 package templates to use DotNetCoreSearch
    Update v4 package templates to disable ICE64 due to WiX anonymous directory limitations
    Fix shortcut hashing by adding subdirectory attribute to path.

[close]

https://github.com/iswix-llc/iswix
Titel: Trilium Notes 0.61.15
Beitrag von: SiLæncer am 21 November, 2023, 17:40
(https://i.postimg.cc/2yDgvbpj/screenshot-2595.png)
A hierarchical note-taking software application with focus on building large personal knowledge bases while also providing a flurry of options.

License: AGPL

Changelog

    fix creating tree cycle by moving clone into another clone, closes #4442
    fix incorrect syntax/typo, closes #4443
    fix edit history crossing note activation in canvas, #4437
    fix buggy http proxy initialization, closes #4453
    add api.backupNow() to backend API, closes #4455

[close]

https://github.com/zadam/trilium
Titel: Vim 9.0.2120
Beitrag von: SiLæncer am 22 November, 2023, 08:20
Changes:

    Un-used assignment in do_source_buffer_init
    Remove dead-condition in ex_class
    [security]: avoid double-free in get_style_font_variants
    [security] use-after-free in qf_free_items
    Runtime(netrw): expand $COMSPEC without applying 'wildignore' (#13542)
    Runtime(vim): Improve keymap file highlighting (#13550)
    Runtime(Filelist): include new doc-Makefiles (#13551)
    Runtime(doc): Fix whitespace and formatting of some help files (#13549)
    Runtime(doc): minor typo fixes (#13548)

http://www.vim.org/index.php
Titel: Trilium Notes 0.62.2
Beitrag von: SiLæncer am 22 November, 2023, 10:10
Changelog


    scroll beyond last line in text/code editor, fixes #2728
    TOC and Highlights widgets have a button for quick access to options
    Added runOnBranchChange event #4108
    improved PWA manifest #4371, thanks to @rauenzi
    Added more backend API methods to access options, attachments, revisions
    reduce indent of TOC when larger headings are not being used, fixes #4363
    note list should show the prefix, #4362
    added runAsyncOnBackendWithManualTransactionHandling API method, runOnBackend checks that a sync method has been passed.
    add promoted attributes widget to the mobile version, closes #4314
    Add ~shareTemplate and #shareExternalLink, share search endpoint #4298, thanks to @rauenzi
    allow shrinking note title text in the tree to make space for the "add note" button #4287
    add support for "bottom" sort, closes #4277
    accept custom widgets as classes instead of instances, #4274
    Add hotkey option to toggle hide to tray, #4267, thanks to @rauenzi
    Fix jump to ToC for nested headers, thanks to @rauenzi
    Add option for promoted alias, thanks to @rauenzi
    sort code mime types alphabetically, thanks to @Nriver
    fixes for tooltip auto-disappearing handling
    Add keyboard shortcuts for tabs #4251, thanks to @rauenzi
    add new datePattern replacers for shortmonth, thanks to @Compositr
    {shortMonth3} 3-letter months, e.g. Sep, Oct, Nov, Dec
    {shortMonth4} 4-letter months, e.g. Sept, Octo, Nove, Dece
    add new datePattern replacer {ordinal}, thanks to @Compositr
    {ordinal} is replaced with the ordinal date (e.g. 1st, 2nd, 3rd) etc.
    Add openAttachmentCustom
    Fix right click bookmark bug, #4240, thanks to @SiriusXT
    Click the button to reset the zoom level, #4225, thanks to @SiriusXT
    Use a list instead of dropdown for jump-to-note, #4202, thanks to @eliandoran
    Fix and improve JSDoc for APIs, thanks to @rauenzi
    add 200ms timeout to api.getTextEditor() and similar #4174
    add api.backupNow() to backend API, closes #4455
    Migrate KaTeX@0.16.0 from libraries to KaTeX@0.16.9 in node_modules #4417
    change the way frontend detects content change which works even if no new blob is created, fixes #4434

[close]

https://github.com/zadam/trilium
Titel: Black NotePad 2.3.0.25
Beitrag von: SiLæncer am 22 November, 2023, 21:15
(https://s26.postimg.cc/lj0xxiynt/screenshot_1281.png)
Black NotePad was created as an alternative to the Notepad program of Windows operating systems. While retaining the original functions, Black NotePad improves manageability, contains important new functions, and greatly enhances program compatibility in terms of the edited text.

Shareware

Whats new:>>

Update: Russian, Slovenian, French and Italian languages

https://www.wintools.info/index.php/black-notepad
Titel: Vim 9.0.2122
Beitrag von: SiLæncer am 23 November, 2023, 07:20
Changes:

[security]: prevent overflow in indenting

http://www.vim.org/index.php
Titel: Kate 23.08.3 Build 2226
Beitrag von: SiLæncer am 23 November, 2023, 08:10
(https://i.postimg.cc/J44dFswF/screenshot-2330.png)
Text editor that features support for a wide variety of programming languages, syntax highlighting and scripts, which also provides you with an extensive configuration window.

License: GPL /  Donationware

https://kate-editor.org/
Titel: EmEditor Professional 23.0.3
Beitrag von: SiLæncer am 23 November, 2023, 08:50
(https://i.postimg.cc/vmqgmtjb/screenshot-2069.png)
EmEditor is a lightning-fast, tabbed text editor with themes, syntax highlighting, stay-on-top, and customizable keyboard mapping. The program supports batch find-and-replace, regular expressions, and more.

Changelog


    Fixed issues where EmEditor might not be able to save workspaces, wrap lines, or show outlining if Keep Locked is selected from the Changed by Another Program drop-down list in the File page of configuration properties.
    Fixed various crashes.

[close]

https://www.emeditor.com
Titel: CudaText 1.202.1.0
Beitrag von: SiLæncer am 23 November, 2023, 20:10
(https://s26.postimg.cc/k6wu8qcrt/screenshot_901.png)
Create programming scripts with this powerful tool that supports more than 130 languages and allows users to work concurrently on as many as six groups of projects.

Freeware

Changelog
   

    Change: deleted option "lexer_postpone_until_shown"
    Add: new command "folding: select block(s) at caret(s)"
    Fix: sometimes on doing 'Undo' lexer parser stops working with broken highlight

[close]

https://cudatext.github.io/
Titel: Notepad++ v8.6
Beitrag von: SiLæncer am 23 November, 2023, 21:50
(https://i.postimg.cc/90QrsKpv/screenshot-818.png)
Notepad++ is a tabbed source code editor and Notepad replacement with a customizable interface. It is one of the few few source code editors that supports "folding," allowing users to quickly reduce and expand sections of code to see the overall document. In addition, it features multi-language syntax highlighting, auto-completion, regular expression search/replace, macro recording and playback, etc. The program can access a long list of plug-ins via an easy-to-access menu with even more features and functions.

License: GPL

Changelog


    Multi-edit is fully supported in Notepad++. (Fix #14266, #8203)
    Make multi-select background & caret colours customizable. (Fix #14302)
    Make session inaccessible files remembered (empty & read-only document as placeholder). (Fix #12079, #12744, #13696)
    Fix missing session invalid error for user session & enhance API NPPM_GETNBSESSIONFILES. (Fix #14228)
    Fix network shared files saving regression. (Fix #14300)
    Update Scintilla to v5.3.8 & Lexilla to v5.2.8. (Fix #13442, #14188, #14288)
    Fix docking panel crash due to messing up config.xml. (Fix bug report
    Fix invalid styler.xml making Notepad++ crash issue. (Fix #12101)
    Fix tab-closing crash by middle mouse button (unexpected mouse position). (Fix #14328)
    Fix 2 performance issues in Style Configurator. (Fix #14321)
    Add 3 line operation (delete, copy & cut) shortcuts. (Fix #14296)
    Display extra info in the status bar of Find/Replace dialog to avoid PEBKAC. (Fix #14307)
    Fix “Hide lines” command hiding unselected lines issue. (Fix #14166)
    Fix silent installer mode when Notepad++ is running issue. (Fix #10189, #10277, #22514, #14236, fix partially #8514)
    Fix Updater’s vulnerability (update cURL in WinGUp for fixing CVE-2023-38545). (Fix WinGUp issue #50)
    Fix incoherent behaviour of “Duplicate Current Line” menu command. (Fix #5298)
    Fix JSON5 not using JSON keywords. (Fix #14205)
    Fix empty message showing while cancelling session file saving dialog. (Fix #14235)

[close]

DL -> https://github.com/notepad-plus-plus/notepad-plus-plus/releases

https://notepad-plus-plus.org/
Titel: Znote 2.3.11
Beitrag von: SiLæncer am 24 November, 2023, 07:20
(https://i.postimg.cc/qvfVnLWd/screenshot-2617.png)
Znote is a free, elegant program meant to help you write beautifully organized Markdown documents. You can organize your texts, notes, and files even better, using the simplistic left-side widget organizer for smoothly navigating different files.

Open Source  /  Freemium

Whats new:>>

    Improvements:

    Now you no longer need to exit the app to update the app
    Fixed high CPU usage for rendering process

https://znote.lagrede.fr/
Titel: QOwnNotes 23.11.3
Beitrag von: SiLæncer am 24 November, 2023, 07:50
(https://s26.postimg.cc/hoi1ahlcp/screenshot_978.png)
QOwnNotes is a text editor / notepad replacement with markdown support and todo list manager. The program supports themes, keyboard shortcuts, syntax highlighting, and encryption. Includes available nested file list, tags, search, and more. Optionally works with the notes application ownCloud or Nextcloud.

Cross-platform with clients available for Mac and Linux.

License: GPL

Whats new:>>

    if the current note is encrypted, read-only or the doesn't exist any more now
    some menu actions are also disabled to prevent writing to the note text edit (for #2904 )
    a PPA for Ubuntu 24.04 (Noble Numbat) was added

http://www.qownnotes.org/
Titel: RJ TextEd 16.01
Beitrag von: SiLæncer am 24 November, 2023, 20:20
(https://s26.postimg.cc/775l9vjeh/screenshot_593.png)
RJ TextEd - A Unicode source and text editor. RJ TextEd is a full featured text and source editor with Unicode support, syntax highlighting and code folding. The functionality extends beyond text files and includes support for HTML editing with integrated preview, spell checking, auto completion, HTML validation, templates and more. The program also include support for Topstyle Lite CSS editor, has a dual pane file commander, as well as a FTP client to upload your files. The editor uses language files to display menus and dialogs in different languages. There are several included languages. New language files can easily be created in the editor. RJ TextEd is also a simple web development tool. The editor can use auto completion and hints to assist you in editing your source code. You can preview HTML/ASP/PHP... code using one of the preview tabs or open a document in a browser. The editor does not only handle source code. It also handles true ASCII files, binary files and of course plain text files.

License: Freeware

Changelog


    Reopen last open documents:

    Changed how data is stored on disk. This to make it more reliable when having a large amount of files opened.

    Fixed:

    Highlighter issues when opening PHP, ASP... files and using save highlighter option.
    Markdown highlighter issue.
    Horizontal scrollbar issue with split window.

[close]

http://www.rj-texted.se/
Titel: Free Hex Editor Neo 7.40.00.8622
Beitrag von: SiLæncer am 25 November, 2023, 08:30
(https://i.postimg.cc/25PqxfkJ/screenshot-2552.png)
Free Hex Editor Neo is the fastest large files optimized binary file editor for Windows platform developed by HHD Software Ltd. It's distributed under "Freemium" model and provides you with all basic editing features for free.

Freemium

Changelog


    New Features:

    Added new option to force application into Dark or Light theme
    A new option has been added (Tools » Settings » General) which allows the user to force the Hex Editor Neo into Dark or Light color theme. The default mode remains to follow the system setting.

    Updated Features:

    Improved dark mode and localization support
    Hex Editor Neo no longer uses standard system message box windows, as they do not support dark theme and do not support localization. New custom windows are now used instead with full support for dark theme, custom color themes and also feature localized buttons.

    Bug Fixes:

    Reset Settings command does not work
    Regression in the previously released version broke the Tools » Settings » Settings, Reset Settings command.
    Modifying nibbles does not mark the document as modified
    Fixed a bug when modifying only part of a cell (nibble) did not mark the document as modified.
    Crash in Replace/Replace All commands in regular expressions mode
    Application could crash during execution of Replace and Replace All commands when both search and replace patterns were regular expressions.
    File Comparison Filter window does not allow entering hexadecimal values
    You may now use hexadecimal numbers when entering filter expressions.
    Reset sorting in File Comparison window
    Column sort order may now be toggled between ascending, descending and "no sort" modes.

[close]

https://www.hhdsoftware.com/free-hex-editor
Titel: Zettlr 3.0.3
Beitrag von: SiLæncer am 25 November, 2023, 20:30
(https://s26.postimg.cc/vfll9p4mh/screenshot_956.png)
Write text and conveniently edit it using Markdown with the help of this user-friendly and well-thought-out, Electron based application.

MIT License

Release Notes

    A Note on Custom CSS:

    This update includes a full refactor of the theming: The editor themes (Berlin, Frankfurt, Bielefeld, Karl-Marx-Stadt, and Bordeaux) have now moved to their own theme files and do not come with standard CSS anymore. This heavily un-clutters the codebase, but it may impact your Custom CSS, should you use this feature. We have ensured that no class names change and that the styling is mostly the same, but the possibility of having to adapt the Custom CSS may arise for some of you.

    GUI and Functionality:

    Fixed a visual issue that would handle overly long window titles improperly
    Fixed Tab not indenting/unindenting code in the CodeEditors (snippets, profiles, etc.)
    Fixed a precedence issue that would make it impossible to use autocomplete while filling in a snippet; now, accepting a potential autocomplete has a higher precedence than moving to the next tabstop of a snippet, making working with snippets more ergonomic
    Images now render more appropriately in inline-contexts
    Updated the German translation
    Fixed the keyboard shortcut for inserting footnotes on Windows and Linux
    Removed the accent color setting: now the accent color will always be the system accent color on macOS and Windows, and Zettlr's brand green on Linux; themes do not provide an accent color anymore
    Restored syntax highlighting for inline math code
    Fixes an issue that would frequently may make the cursor appear to jump or a dialog appearing warning of external changes (#4729; #4732)
    Added some translations
    Generating link previews no longer downloads the entire link target if the content is not preview-able
    Improved layout of link previews
    Overly long summaries of link previews are now shortened
    Project properties now adequately resolve the readers and writers of the existing profiles, enabling the usage of profiles with extended readers/writers (#4699)
    GraphView's labels are now rendered filled instead of stroked, to make it easier to read the labels.
    The GraphView does now support multi-window, so clicking a link will open it in the last focused window. If the file is already open in a leaf, that file will be in that leaf, otherwise it will open the file in the last focused leaf.
    Alt+Click in GraphView will force the document to be opened in a new tab.
    Zettelkasten links and tags will now be output by our custom Markdown-to-HTML parser (i.e., in various places in the app as well as on Copy with Style)

    Under the Hood:

    Moved all themes from the *.less-files into proper theme plugins for
    CodeMirror v6; this means that they will not provide any global styles anymore; any applicable styling has been moved to more appropriate places (CodeMirror plugins as well as the WindowChrome and the various remaining*.less files). We tested the changes out and in our settings, no changes were necessary; sometimes you may need to adapt class definitions
    Remove unused color variable definitions
    Move gray color palette to the Window Chrome component
    Fixed an issue where the font definitions were borked and required usage of !important to make them work (#4719)
    Upgraded all available CodeMirror components to the most recent version
    Replaced fs.unlink with fs.rm in safeDelete to support recursive removal of directories fsal-directory::removeChild now calls pathExists instead of isFile to make sure directories also are removed in removeChild pathExists wraps fs.promises.access.
    (CodeMirror) Move plugin-specific base styles from the main override as well as from the themes to the respective plugin files
    Bump Pandoc to version 3.1.9
    Fixed a weird layouting issue with the code block backgrounds
    DocumentManager's openFile does now handle the case when windowId and leafId is undefined, by keeping track on the last used editor.

[close]

Download: https://github.com/Zettlr/Zettlr/releases

https://www.zettlr.com/
Titel: Text Editor Pro 28.2.0
Beitrag von: SiLæncer am 25 November, 2023, 21:00
(https://s26.postimg.cc/hfdkhoj9l/screenshot_896.png)
Text Editor Pro (formerly EditBone) is a powerful text editing tool that comes with syntax highlighting support for over 50 languages and scripts, customizable with over 100 options, 29 ready made styles, a handy file comparison feature, unicode character map, numerical unit convert tool, SQL formatter, and support for multiple directories and search results.

Freeware

Changelog


    Added show result count option for find in files
    Fixed button bar control - https://github.com/TextEditorPro/TButtonBar
    Fixed editor highlight line ignore case option
    Fixed output
    Fixed scaling issues
    Updated and fixed Virtual-TreeView control - https://github.com/JAM-Software/Virtual-TreeView
    Updated FastMM5 memory manager - https://github.com/pleriche/FastMM5
    Updated language files

[close]

https://texteditor.pro/
Titel: Vim 9.0.2130
Beitrag von: SiLæncer am 26 November, 2023, 08:10
(https://s26.postimg.cc/xww5nc4zt/screenshot_1282.png)
A highly configurable text editor built to enable efficient text editing - an improved version of the vi editor distributed with most UNIX systems.

Freeware

Changelog


    9.0.2130: some errors with translation Makefiles
    9.0.2129: [security]: use-after-free in call_dfunc()
    runtime(doc): Update doc Makefiles with comments from #13567 (#13577)
    runtime(tsx): add indentation plugin (fixes #13574) (#13576)
    9.0.2128: runtime(swig): add syntax and filetype plugins
    9.0.2127: translation Makefiles can be improved
    9.0.2126: unused assignments when checking 'listchars'
    9.0.2125: File info disappears when 'cmdheight' has decreased
    9.0.2124: INT overflow detection logic can be simplified
    9.0.2123: Problem with initializing the length of range() lists

[close]

http://www.vim.org/index.php
Titel: CudaText 1.203.0.1
Beitrag von: SiLæncer am 26 November, 2023, 20:10
(https://s26.postimg.cc/k6wu8qcrt/screenshot_901.png)
Create programming scripts with this powerful tool that supports more than 130 languages and allows users to work concurrently on as many as six groups of projects.

Freeware

Changelog
   

built-in tree-helpers:

+ add: tree-helper for Markdown supports _proper_ folding, considers header levels
+ add: tree-helper for MediaWiki supports _proper_ folding
+ add: tree-helper for reStructuredText supports _proper_ folding
+ add: tree-helper for 'Ini files ^' supports folding
+ add: new tree-helper for WikidPad, so you must remove Python tree-helper
+ add: new tree-helper for Textile, so you must remove Python tree-helper

+ add: reduced flickering in paired (splitted) editor, on editing big files with lexer (thanks @mix-7)
+ add: lexer Python: support f-strings with inner quotes from Python 3.12
* change: disabled automatic unfolding of blocks above the editing line, in Python; it was irritating sometimes (and bad if unfolding block height is bigger than screen height); it reverts fix from 1.167.5 2022/07 (thanks @victorel-petrovich)
fix: must scroll to new caret position after some folding actions (thanks @mix-7)

[close]

https://cudatext.github.io/
Titel: novelWriter 2.2 RC 1
Beitrag von: SiLæncer am 27 November, 2023, 07:30
(https://i.postimg.cc/WbM4JQSb/screenshot-2073.png)
Write novels more comfortably and efficiently through this markdown-like text editor, which provides users with many avenues to organize their text.

Donationware     /  GPLv3

Changelog


    Bugfixes:

    Revert the change of keyboard shortcut to delete a project tree item made in 2.2 Beta 1 as it blocks certain features in the editor. This is a regression.

    Features:

    The old References panel under the Document Viewer has been replaced with a completely new widget with a lot more features. The Back-references panel is still there, but is now a scrollable list with a lot more information. In addition, tabs for each category of tags are available when there are tags defined for them. These panels list all available tags, with a good deal of information about them that may be useful to the writer, as well as buttons to open them in the viewer or editor.
    Multi-select is now possible in the project tree, with some limitations. Drag and drop is only permitted if the selected items have the same parent item. Any other drag and drop selection will be cancelled and the user notified. A new context menu has been added for the case when multiple items are selected, with a reduced set of options that can be collectively applied to them.
    The "Scroll Past End" setting in Preferences has been added back in. It is slightly different than the old one, as this one uses the Qt Plain Text Editor implementation, which has some side effects some users may want to avoid.
    For Windows users, there is now an "Add Dictionaries" tool in the Tools menu where new spell check dictionaries can be added. Links are provided to sources for these dictionaries, and a file selector tool to import the files into novelWriter.
    You can now update the name of a document by right-clicking on any heading inside the document and select "Set as Document Name". This will open the Rename dialog with the text of the heading pre-filled.
    A new special comment, called "Short" can be added to Project Notes. They are identical to Synopsis comments, and are in fact just an alias for them. The "Short Description" will be displayed alongside the tags in the new panel under the Document Viewer.

    Usability:

    The feature to auto select word under cursor no longer uses the default Qt implementation, and has instead been implemented by iterating backward and forward in the text to find the nearest word boundaries. It will stop on characters that aren't Unicode alphanumeric as per Python's definition. Toggling markup will also move the cursor to after the markup if it was already at the end of the word. Otherwise it remains within the word at the same position. The word is not selected after formatting if it wasn't selected before. If no selection was made, and no word is auto selected, the formatting tags are inserted in-place with the cursor in the middle.
    The auto complete context menu is now only triggered on actual user input consisting of adding or removing a single character.
    Various improvements to the visibility of the cursor when the dimensions of the editor changes have been added. Like for instance keeping the cursor visible when opening or closing the Viewer panel, or toggling Focus Mode.
    The Manuscript Build dialog now has a button to open the output folder.

    Code Improvements:

    Improve test coverage.

[close]

https://novelwriter.io/
Titel: Trilium Notes 0.62.3
Beitrag von: SiLæncer am 28 November, 2023, 07:20
(https://i.postimg.cc/2yDgvbpj/screenshot-2595.png)
A hierarchical note-taking software application with focus on building large personal knowledge bases while also providing a flurry of options.

License: AGPL

Changelog

    Make sure the promoted attributes don't take the whole screen in mobile, #4468
    Fix printing math, closes #4470
    Remove title to fix closing highlights list, fixes #4471
    Fix thumbnails with chinese titles, closes #4478
    Normalize strings before calculation hashes, #4435
    Dragging notes from note tree will automatically insert them as images where appropriate (image, canvas, mermaid)
    When canvas and mermaid are inserted using "include note", we insert them as images

[close]

https://github.com/zadam/trilium
Titel: Kate 23.08.3 Build 2240
Beitrag von: SiLæncer am 07 Dezember, 2023, 10:20
(https://i.postimg.cc/J44dFswF/screenshot-2330.png)
Text editor that features support for a wide variety of programming languages, syntax highlighting and scripts, which also provides you with an extensive configuration window.

License: GPL /  Donationware

https://kate-editor.org/
Titel: EmEditor Professional 23.0.5
Beitrag von: SiLæncer am 07 Dezember, 2023, 11:30
(https://i.postimg.cc/vmqgmtjb/screenshot-2069.png)
EmEditor is a lightning-fast, tabbed text editor with themes, syntax highlighting, stay-on-top, and customizable keyboard mapping. The program supports batch find-and-replace, regular expressions, and more.

Changelog


    Fixed a potential crash when a CSV file is opened while the Character Code at Cursor is enabled on the status bar
    Fixed a potential crash when the scroll bar minimap is displayed while the CSV validation is running.
    Fixed a potential crash on the Indent command during the vertical selection mode while multiple selections were disabled.
    Fixed a potential crash on the CommitList plug-in with Unicode path.
    Fixed various Help issues (1).

[close]

https://www.emeditor.com
Titel: Trilium Notes 0.62.4
Beitrag von: SiLæncer am 07 Dezember, 2023, 11:50
Whats new:>>

Fix "long sync" when erasing revisions #4435

https://github.com/zadam/trilium
Titel: QOwnNotes 23.12.0
Beitrag von: SiLæncer am 07 Dezember, 2023, 21:10
(https://s26.postimg.cc/hoi1ahlcp/screenshot_978.png)
QOwnNotes is a text editor / notepad replacement with markdown support and todo list manager. The program supports themes, keyboard shortcuts, syntax highlighting, and encryption. Includes available nested file list, tags, search, and more. Optionally works with the notes application ownCloud or Nextcloud.

Cross-platform with clients available for Mac and Linux.

License: GPL

Whats new:>>

    the QOwnNotesAPI Nextcloud App was updated
    to version 23.12.0 to support Nextcloud 28 (for #46 )
    a regression with falsely highlighting of links in 4-Spaces fence code blocks was fixed
    (for #199 , thank you, @Tim-gromeyer)

http://www.qownnotes.org/
Titel: BirdFont 5.6.1
Beitrag von: SiLæncer am 08 Dezember, 2023, 07:10
(https://s26.postimg.cc/rd1s4grdl/screenshot_137.png)
BirdFont is a free font editor that lets you create vector graphics and export TTF, EOT & SVG fonts.

Donationware

Whats new:>>

    Multu master export for OTF font (cubic bezier curves)
    Many small improvements for variable fonts

https://birdfont.org/
Titel: QOwnNotes 23.12.1
Beitrag von: SiLæncer am 09 Dezember, 2023, 21:30
(https://s26.postimg.cc/hoi1ahlcp/screenshot_978.png)
QOwnNotes is a text editor / notepad replacement with markdown support and todo list manager. The program supports themes, keyboard shortcuts, syntax highlighting, and encryption. Includes available nested file list, tags, search, and more. Optionally works with the notes application ownCloud or Nextcloud.

Cross-platform with clients available for Mac and Linux.

License: GPL

Whats new:>>

reverted link fix of last release because of #201

http://www.qownnotes.org/
Titel: CudaText 1.205.0.0
Beitrag von: SiLæncer am 10 Dezember, 2023, 08:30
(https://s26.postimg.cc/k6wu8qcrt/screenshot_901.png)
Create programming scripts with this powerful tool that supports more than 130 languages and allows users to work concurrently on as many as six groups of projects.

Freeware

Changelog
   

    Add: updated TRegExpr engine to 1.182; it now supports K
    Add: option "auto_fold_comments" now makes ranges not only for 'comments' but also for 'strings', ie any multi-line string literals (thanks @victorel-petrovich)
    Add: new option "find_hotkey_more" can change Find dialog hotkey of "..." button
    Add: tree-helpers in Pascal: after edition, unfold previously unfolded code-tree node for caret (thanks @mix-7)
    Change: Find dialog: changed hotkey of "..." button from Ctrl+Alt+dot to Ctrl+Alt+D because Ctrl+Alt+dot is used in Slovak keyboard layout (thanks @vidovan)
    Fix: could not load broken UTF-8 text at all, but app must be able to auto-reload it in encoding cp1252 (thanks @zeuwas)
    Fix: picture viewer: statusbar wasn't updated on Ctrl+MouseWheel (thanks @xBZZZZ)

[close]

https://cudatext.github.io/
Titel: Text Editor Pro 28.3.0
Beitrag von: SiLæncer am 10 Dezember, 2023, 20:40
(https://s26.postimg.cc/hfdkhoj9l/screenshot_896.png)
Text Editor Pro (formerly EditBone) is a powerful text editing tool that comes with syntax highlighting support for over 50 languages and scripts, customizable with over 100 options, 29 ready made styles, a handy file comparison feature, unicode character map, numerical unit convert tool, SQL formatter, and support for multiple directories and search results.

Freeware

Changelog


    Added highlighter for Chapel - https://chapel-lang.org/
    Added highlighter for Hack - https://hacklang.org/
    Added highlighter for Racket - https://racket-lang.org/
    Fixed editor theme
    Fixed options
    Fixed text editor control - https://github.com/TextEditorPro/TTextEditor
    Fixed XML tree
    Updated language files
    Updated PDFium binaries (DLL files) - https://github.com/bblanchon/pdfium-binaries

[close]

https://texteditor.pro/
Titel: QOwnNotes 23.12.2
Beitrag von: SiLæncer am 10 Dezember, 2023, 21:20
Whats new:>>

link highlighting in lists starting with 4 spaces or more was fixed

http://www.qownnotes.org/
Titel: QOwnNotes 23.12.3
Beitrag von: SiLæncer am 11 Dezember, 2023, 10:30
Whats new:>>

the speed of link highlighting in lists starting with 4 spaces or more was improved [(for #201)

http://www.qownnotes.org/
Titel: TEA 62.2.0
Beitrag von: SiLæncer am 11 Dezember, 2023, 19:15
(https://s26.postimg.cc/h1i60dicp/screenshot_255.png)
TEA is a graphical text editor. Its name is an acronym for Text Editor of the Atomic Era. It is designed for low resource consumption, a wide range of functions and adaptability.

License: GPLv3

Changelog


    This release has fixes and one new function. Thank to Ryan Carsten Schmidt and Bernd Storck for ideas and some fixes.
    Functions - Case - Case inverse
    Fix for Mac/Qt4 - at least it not crash
    Ft5 cmake build fix
    Markdown link fix
    Markdown insert image fix
    About window :: close on tea exit

[close]

https://tea.ourproject.org/
Titel: JSON Viewer 3.2.0.0
Beitrag von: SiLæncer am 11 Dezember, 2023, 19:40
(https://i.postimg.cc/R0jsd5HC/screenshot-1804.png)
View and edit multiple JSON files at the same time and under a single roof with the help of this streamlined and accessible application.

Description

Bug fixes

Free to use for both private and commercial users.

http://www.mitec.cz/jsonv.html
Titel: Notepads 1.5.0.0
Beitrag von: SiLæncer am 12 Dezember, 2023, 19:40
(https://i.postimg.cc/DzHrb6Dr/screenshot-1766.png)
Modern, open-source Notepad alternative for Windows 10 that gives the aging text editor a facelift, while also packing additional functionality into a similarly streamlined application.

MIT License

Changelog


    vi-VN: Update to Vietnamese by @quanultra in #1194
    lang: Update french translation by @ArmandDelessert in #1197
    nuget-deps: bump System.Text.Json from 7.0.1 to 7.0.2 in /src/Notepads by @dependabot in #1200
    action-deps: bump actions/cache from 3.2.3 to 3.2.5 by @dependabot in #1199
    action-deps: bump actions/cache from 3.2.5 to 3.2.6 by @dependabot in #1203
    lang: Update to pt-PT by @United600 in #1213
    nuget-deps: bump Newtonsoft.Json from 13.0.2 to 13.0.3 in /src/Notepads by @dependabot in #1211
    action-deps: bump actions/cache from 3.2.6 to 3.3.1 by @dependabot in #1215
    other: Code refactoring for LoggingService.cs by @aayushpandya in #1217
    nuget-deps: bump System.Text.Json from 7.0.2 to 7.0.3 in /src/Notepads by @dependabot in #1241
    nuget-deps: bump Microsoft.AppCenter.Crashes from 5.0.1 to 5.0.2 in /src/Notepads by @dependabot in #1234
    nuget-deps: bump Microsoft.AppCenter.Analytics from 5.0.1 to 5.0.2 in /src/Notepads by @dependabot in #1233
    action-deps: bump NuGet/setup-nuget from 1.1.1 to 1.2.0 by @dependabot in #1226
    action-deps: bump ncipollo/release-action from 1.12.0 to 1.13.0 by @dependabot in #1258
    nuget-deps: bump Win2D.uwp from 1.26.0 to 1.27.0 in /src/Notepads by @dependabot in #1256
    nuget-deps: bump ColorCode.UWP from 2.0.14 to 2.0.15 in /src/Notepads by @dependabot in #1252
    action-deps: bump actions/checkout from 3 to 4 by @dependabot in #1262
    action-deps: bump actions/cache from 3.3.1 to 3.3.2 by @dependabot in #1261
    nuget-deps: bump Microsoft.AppCenter.Analytics from 5.0.2 to 5.0.3 in /src/Notepads by @dependabot in #1264
    nuget-deps: bump Microsoft.AppCenter.Crashes from 5.0.2 to 5.0.3 in /src/Notepads by @dependabot in #1263
    style: update bing logo by @United600 in #1266
    lang: update pt-PT translation by @United600 in #1265
    nuget-deps: bump Win2D.uwp from 1.27.0 to 1.27.1 in /src/Notepads by @dependabot in #1275
    nuget-deps: bump System.Text.Json from 7.0.3 to 8.0.0 in /src/Notepads by @dependabot in #1273
    action-deps: bump actions/setup-java from 3 to 4 by @dependabot in #1276

[close]

https://github.com/JasonStein/Notepads
Titel: Pandoc 3.1.10
Beitrag von: SiLæncer am 13 Dezember, 2023, 10:20
(https://i.ibb.co/6mSXKdx/pandoc.png)
Pandoc is a command-line utility that can convert files from one markup format into another. Pandoc's enhanced version of Markdown includes syntax for footnotes, tables, flexible ordered lists, definition lists, fenced code blocks, superscripts and subscripts, strikeout, metadata blocks, automatic tables of contents, embedded LaTeX math, citations, and Markdown inside HTML block elements. (These enhancements, described further under Pandoc's Markdown, can be disabled using the markdown_strict input or output format.)

License: Open Source

Changelog


    Link pandoc-cli version to pandoc version. Henceforth pandoc-cli’s version will be synchronized with pandoc’s, and pandoc-cli will depend on an exact pandoc version. This will avoid confusion by ensuring that cabal install pandoc-cli-X.Y.Z installs pandoc version X.Y.Z. It will make things more straightforward for upstream packagers (see #9232 ). This scheme does not follow the Haskell PVP, but that should cause no harm, because this package does not expose a library.

    Add alerts markdown extension. This enables GitHub style markdown alerts as a commonmark extension. This extension is now default for gfm. It can’t be used with markdown, only with commonmark and variants.

    Markdown reader:
        Preserve newlines in math instead of changing to spaces. Otherwise we can get unwanted results if there’s a % comment ( #9193 ).
        Make attributes work with reference links ( #9171 ).

    HTML reader:
        Improve handling of invalidly nested sublists ( #9187 , cf.  #8150 ).

    MediaWiki reader:
        Allow attribute keys with hyphens ( #9178 ).

    ODT reader:
        Support attr text:continue-numbering( #8979 , Stephan Meijer).

    Typst reader:
        Allow references (e.g.  @foo) to become citations if there is no corresponding label in the document.
        Collapse adjacent cite elements.
        Handle supplements in cite.
        Change cite (only one key allowed, a label) (typst 0.9 breaking change).
        Support quote element (typst 0.9).

    LaTeX reader:
        Handle otherlanguage environment and language-name environments like \begin{french}...\end{french}( #9202 ).
        Fix theorem label parsing ( #8872 , Hikaru Ibayashi).

    Docx reader:
        Unwrap content of shaped textboxes (Stephan Meijer, #9214 ).
        Improve handling of w:sym ( #9220 ). We now look up symbols in symbol fonts using the table defined at Text.Pandoc.Readers.Docx.Symbols.
        Add unexported module Text.Pandoc.Readers.Docx.Symbols. This gives us a table to use to resolve characters included in docx via w:sym element.

    Man reader:
        Properly handle .sp macro inside lists and block quotes ( #9201 ).

    LaTeX writer:
        Fix bug with big footnotes inside emphasis ( #8982 , Hikaru Ibayashi).
        Handle identifiers inside heading contents. \phantomsection can’t be used in this case, so we need \hypertarget( #9209 ).

    LaTeX template:
        Include bookmark package unconditionally. This package produces better PDF bookmarks than hyperref and does it on the first pass.

    Typst writer:
        Use quote for block quotes.
        Support --toc-depth as in other writers ( #9242 ).
        Put inline image dimensions on enclosing box, not image ( #9104 ).
        Better handling of tables with captions ( #9194 ). We now put these in a figure with a caption argument.
        Update typst writer to typst 0.9 citation format ( #9188 ).

    Typst template:
        Remove custom definition of blockquote in default template. (We now use built-in quote.)
        Support table of contents.
        Support csl ( #9186 , Ian Max Andolina). Typst now supports CSL for its native citation engine, so pandoc should use a specified csl style in the template, falling back to bibliographystyle if csl is not specified.

    Docx writer:
        Use different style for block quotes in notes ( #9243 ). Using “Footnote Block Text” for the style name, so it can be given a different font size if footnotes are.
        Allow embedded fonts to be used in reference.docx ( #6728 ).

    HTML5 writer:
        To conform to validator’s expectations, doc-footnote role is used with aside and doc-endnotes with section.
        aside is used only for notes at ends of sections or blocks; if all the notes come at the end of the document, section is used so we can have the doc-endnotes role.

    JATS writer:
        Handle case where there is material after refs div ( #9166 ). Previously in such cases the references were not being moved to back matter.

    Ms writer:
        Don’t do normal escapes in filename arguments for PSPIC etc.

    T.P.RoffChar: escape - as \-. The groff_man (7) man page indicates that - characters will be treated as typographic hyphens and are not appropriate for cases where the output should be copy-pasteable as an ASCII hyphen-minus character. (E.g. in command line options.) However, until a recent update groff man did not actually do this; it treated - and \- the same. With the new update (1.23.0) the two are distinguished (see https://lwn.net/Articles/947941/ for background), so now it is important that pandoc escape -.

    Text.Pandoc.Extension: add Ext_alerts constructor [API change].

    Text.Pandoc.PDF: We now default to running LaTeX only once in producing a PDF (instead of twice). This is made possible by the shift to the bookmark package, which does not require a second pass for PDF bookmarks. If a table of contents is present, we still have to run three times to get the page numbers, and if beamer is used we still do a minimum of two runs.

    Text.Pandoc.Shared:
        renderTags': use minimized tag for rect.
        Allow svg path element to be minimized.
        Export combineAttr [API change].
        Improve isTightList so that it recognizes an item containing only a list which is itself tight as potentially an item in a tight list ( #9161 ).

    Text.Pandoc.MIME: Ensure we use .svg not .svgz as extension for image/svg+xml mime type. This fixes issues with embedded SVG images in docx output, among other things ( #9195 ).

    Text.Pandoc.Class: openURL improvements for data uris. Only treat data URI as base64 if ‘;base64’ is specified. Otherwise treat as UTF-8 (not 100% reliable but should cover most other cases). Strip off ;base64 (or ;charset=... or whatever) from mime type ( #9195 ).

    Text.Pandoc.SelfContained: Improve treatment of embedded SVGs ( #9206 , #8948 ).
        Ensure unique ids for elements by prefixing SVG id.
        Ensure SVG id attribute except when use element is used.
        Remove width, height attributes from svg element when use element is used. Instead, add width and height 100% to the use element. This seems to get the sizing right.

    Text.Pandoc.Citeproc: Don’t link citations if suppress-bibliography specified, for there will be nothing to link to ( #9163 ).

    epub.css: add styling for sup and sub ( #9160 ).

    Switch from base64 to base64-bytestring( #9233 ).

    Use newest versions of commonmark, commonmark-extensions, commonmark-pandoc, texmath, typst, skylighting, skylighting-core.

    Benchmark: use standalone documents for reader tests. Otherwise typst reader benchmark fails. Note: this means that we are now parsing longer documents, so bench results on readers won’t be comparable to before.

    MANUAL.txt: update defaults file docs for bibliography fields ( #9173 ). Recommend using top-level bibliography csl, etc. instead of a nested metadata field. Reason: ${USERDATA} and ${HOME} are only expanded in these contexts, not in metadata.

    Move man pages to pandoc-cli package ( #9245 ).

[close]

https://github.com/jgm/pandoc
Titel: CudaText 1.205.5.2
Beitrag von: SiLæncer am 16 Dezember, 2023, 09:10
Whats new:>>

+ add: lexer files *.cuda-lexmap support new option: [op] fold_exclude_line=1 ; it allows JSON lexer to skip last block line on folding; added Wiki text about this feature
+ add: lexer files *.cuda-lexmap support new option: [op] auto_fold=0 ; it allows to disable option "auto_fold_comments" for lexer (it's used for: Markdown, reST, MediaWiki, WikidPad, Textile)
+ add: auto-adjustment of _folded_ blocks on editing in documents with Pascal tree-helper: Markdown, reST, WikidPad etc (thanks @mix-7)
+ add: auto-adjustment of fold-blocks on editing in the linked splitted editor

https://cudatext.github.io/
Titel: Pandoc 3.1.11
Beitrag von: SiLæncer am 16 Dezember, 2023, 19:20
(https://i.ibb.co/6mSXKdx/pandoc.png)
Pandoc is a command-line utility that can convert files from one markup format into another. Pandoc's enhanced version of Markdown includes syntax for footnotes, tables, flexible ordered lists, definition lists, fenced code blocks, superscripts and subscripts, strikeout, metadata blocks, automatic tables of contents, embedded LaTeX math, citations, and Markdown inside HTML block elements. (These enhancements, described further under Pandoc's Markdown, can be disabled using the markdown_strict input or output format.)

License: Open Source

Changelog

    Typst writer:

    Emit ; after typst code, unless followed by space (#9252). Otherwise there’s the potential that the typst code will swallow up a following character.

    Text.Pandoc.Logging:

    Add MakePDFWarning constructor to LogMessage [API change].
    Add MakePDFInfo constructor to LogMessage [API change].

    Text.Pandoc.PDF:

    LaTeX warnings are passed on to the user as warnings.
    Use report with MakePDFWarning and MakePDFInfo to relay verbose information and warnings, instead of writing directly to stderr.
    Parse logs to determine whether additional runs needed, instead of running a fixed number of times (#9255). (The number of times that was appropriate given pandoc’s default templates didn’t always work for custom templates, and thus pandoc 3.1.10’s change in the number of runs led to some regressions in PDF production.)
    Makefile: in make prelease, add checks that pandoc-cli and pandoc have the same version, that pandoc-cli depends on this exact version of pandoc, that there is an entry for this version in the changelog, and that the version numbers in the generated man pages are correct.
    Regenerate man pages with pandoc 3.1.10. This properly escapes hyphens and fixes version numbers in man pages for pandoc-server and pandoc-lua.
    Depend on texmath 0.12.8.6. This omits unneeded lrs in typst math output.
    Depend on typst 0.5. This allows the typst reader to support multiline strings, the version type, and the as keyword with import.

[close]

https://github.com/jgm/pandoc
Titel: Kate 23.08.4 Build 2310
Beitrag von: SiLæncer am 15 Februar, 2024, 18:20
(https://i.postimg.cc/J44dFswF/screenshot-2330.png)
Text editor that features support for a wide variety of programming languages, syntax highlighting and scripts, which also provides you with an extensive configuration window.

License: GPL /  Donationware

https://kate-editor.org/
Titel: RJ TextEd 16.12
Beitrag von: SiLæncer am 15 Februar, 2024, 20:50
(https://s26.postimg.cc/775l9vjeh/screenshot_593.png)
RJ TextEd - A Unicode source and text editor. RJ TextEd is a full featured text and source editor with Unicode support, syntax highlighting and code folding. The functionality extends beyond text files and includes support for HTML editing with integrated preview, spell checking, auto completion, HTML validation, templates and more. The program also include support for Topstyle Lite CSS editor, has a dual pane file commander, as well as a FTP client to upload your files. The editor uses language files to display menus and dialogs in different languages. There are several included languages. New language files can easily be created in the editor. RJ TextEd is also a simple web development tool. The editor can use auto completion and hints to assist you in editing your source code. You can preview HTML/ASP/PHP... code using one of the preview tabs or open a document in a browser. The editor does not only handle source code. It also handles true ASCII files, binary files and of course plain text files.

License: Freeware

Changelog


Mini toolbar
Added a "Capitalize" button.

Made some minor visual changes.

Code hints

Made some code changes to make long text fit better inside the window and made some small size changes.

Auto completion

Added code to prevent the auto completion window to become wider than the current display.

Emmet abbreviations

Tabs are now used for indention unless the option to insert spaces is set in options.

Scripts

Created a new "ScriptSettings" object with the following methods:

procedure DeleteKey(const Section, Ident: String)
    procedure EraseSection(const Section: string)
    function ReadBool(const Section, Ident: string; Default: Boolean): Boolean
    function ReadDateTime(const Section, Name: string; Default: TDateTime): TDateTime
    function ReadDate(const Section, Name: string; Default: TDateTime): TDateTime
    function ReadFloat(const Section, Name: string; Default: Double): Double
    function ReadInteger(const Section, Ident: string; Default: Integer): Integer
    function ReadString(const Section, Ident, Default: string): string
    function ReadTime(const Section, Name: string; Default: TDateTime): TDateTime
    function SectionExists(const Section: string): Boolean
    procedure UpdateFile;
    function ValueExists(const Section, Ident: string): Boolean
    procedure WriteBool(const Section, Ident: string; Value: Boolean)
    procedure WriteDateTime(const Section, Name: string; Value: TDateTime)
    procedure WriteDate(const Section, Name: string; Value: TDateTime)
    procedure WriteFloat(const Section, Name: string; Value: Double)
    procedure WriteInteger(const Section, Ident: string; Value: Integer)
    procedure WriteString(const Section, Ident, Value: String)
    procedure WriteTime(const Section, Name: string; Value: TDateTime)

Use it to store settings in your scripts. All settings are stored to a file.

E.g
    ScriptSettings.WriteInteger("Convert","Max",500);
    int max = ScriptSettings.ReadInteger("Convert","Max",100);

If you use "Temp" as section name - settings are stored in memory as long as the program is running, but not saved to file.

Vyper

Added a new highlighter for Vyper.

AutoIt

Fixed an issue with #cs ... #ce block comments.

Updated tools

* Syntax Editor. Minor visual fixes.
* Image list Editor. Made some small improvements.

Fixed

* Search issue in the options window.

I'll release this version in a day or so...

[close]

http://www.rj-texted.se/
Titel: Pandoc 3.1.12
Beitrag von: SiLæncer am 15 Februar, 2024, 23:50
(https://i.ibb.co/6mSXKdx/pandoc.png)
Pandoc is a command-line utility that can convert files from one markup format into another. Pandoc's enhanced version of Markdown includes syntax for footnotes, tables, flexible ordered lists, definition lists, fenced code blocks, superscripts and subscripts, strikeout, metadata blocks, automatic tables of contents, embedded LaTeX math, citations, and Markdown inside HTML block elements. (These enhancements, described further under Pandoc's Markdown, can be disabled using the markdown_strict input or output format.)

License: Open Source

Changelog



    Add djot as input and output format. Djot is a light markup syntax ( https://djot.net ).
        New module Text.Pandoc.Readers.Djot [API change]. The function readDjot is also exported by Text.Pandoc.Readers.
        New module Text.Pandoc.Writers.Djot [API change]. The function writeDjot is also exported by Text.Pandoc.Writers.

    --number-sections now uses the first digit for the number of the top-level section, no matter what its level. So if the top-level section is level-2, numbers will be 1, 2, etc. rather than 0.1, 0.2, as in the past ( #5071 ). For some backwards compatibility, we revert to the old behavior when the --number-offset option is used.

    DocBook reader:
        Better handling of <procedure> and <substeps>( #9341 ): <procedure> now gets parsed as an ordered list, and <substeps>as a sublist.

    Man reader:
        Move spaces outside of emph/strong ( #9445 ).

    MediaWiki reader:
        Don’t make leading blanks underscores in image links ( #9425 ).
        Allow lowercase image:( #9424 ).

    BibTeX reader:
        Support pagetotal in converting BibLaTeX.

    Markdown reader:
        Fix wikilinks extensions to allow newlines in titles ( #9454 ).

    EPUB reader:
        Don’t put # characters in identifiers.

    LaTeX reader:
        Improve treatment of \cref, \Cref ( #7463 ). Use the reference-type ref+label and ref+Label. Also, associate with \vref ref instead of ref+page.
        Limited support for \Cref( #7463 ).
        Generate relative widths for \linewidth, \textheight( #9388 ).

    Typst reader:
        Fix handling of \overline ( #9294 ). Due to a typo, it was being incorrectly rendered as an \underset.
        Improve handling of inline #quote( #9413 ).
        Fix handling of dot(), tilde(), ddot() ( jgm/typst-hs#38 ).
        Fix character used for norm ( jgm/typst-hs#38 ).

    Typst writer:
        Use reference form (e.g.  @jones2000[p. 30]) for citations when possible.
        Use #ref or @ for links with reference-type="ref" ( #7463 ). This attribute is added to LaTeX \cref, for example.
        Improve citation support ( #9452 ). Emit form: "prose" or form: "year" qualifiers if the citation is author-in-text or suppress-author. Strip initial comma from suffix, since typst will add an extra one.
        Unescape URI escapes in image paths ( #9389 ).
        Handle labels and citaiton ids with spaces and other special characters ( #9387 ). In these cases, we produce an explicit label() rather than using <> or @.
        Avoid producing illegal labels ( #9387 ).
        Avoid unnecessary escapes ( #9386 ).

    LaTeX writer:
        Make writer sensitive to empty_paragraphs extension ( #9443 ).
        Fix beamer highlighting (mh4ckt3mh4ckt1c4s).
        Create valid table even when table is empty ( #9350 ).
        Set font fallback for babel main font (Max Heller).
        Add some kerns where needed between quotes ( #9371 ).

    HTML writer:
        Add suffix to multiple footnote section ids, so they are unique (Sam May). This is necessary when --reference-location is block or section.

    EPUB writer:
        Add ARA roles for accessibility ( #9378 , Iacobus1983). Footnote references are given role “doc-noteref”, footnote text gets “doc-footnote”, and nav gets “doc-toc”.
        Ensure that an alt attribute is always added ( #9354 ). This seems to be required by iBooks; even an empty alt attribute will satisfy it.
        Add xml:lang to package element ( #9372 ).
        Add accessibility metadata to EPUB metadata ( #9372 , #9400 , Iacobus1983 and John MacFarlane). Reasonable default values are used to ensure that pandoc’s EPUBs conform to the EU Accessibilty Act requirements, but values can be overridden using metadata.

    Docx writer:
        Restore ability to center-justify table ( #9393 ). The fix to #5947 caused all tables to be left indented. This was necessary to avoid extra indentation in table cells when a table appeared in a list item. This change makes the changes conditional, so that they only affect tables in list items.

    Man writer:
        Fix bug with long URLs ( #9458 ). URLs with more than 68 characters didn’t display properly because of wrapping.
        Support (limited) syntax highlighting in code blocks ( #9446 ). Currently only boldface and italics are supported. The monochrome style might be of use for those generating man pages.

    Org writer:
        Escape special lines in code blocks ( #9218 , Albert Krewinkel).

    Markdown writer:
        Use different width fences for nested divs ( #9450 ). Outer divs have longer fences. This aids clarity for the reader, making it easier to see where the div ends. It also makes the output compatible with some other implementations, e.g. micromark, which require different-width fences for nesting.
        Fix output for pipe tables with a huge number of columns (#9346). Previously we got invalid pipe tables when the number of table columns exceeded the setting of --columns.

    Powerpoint writer:
        Fix regression in layout for slides with figures (#9442).
        Use internal column widths in pptx writer tables (#5706, Tomas Dahlqvist). The table writer used to only divide all available width evenly for all columns. In this update the code uses the incoming widths if they are available. If they are not set the earlier even distribution is used. Some of the golden templates are adjusted slightly because of different rounding when using the new calculation model.

    Custom writers:
        Fix handling of common state (#9229, Albert Krewinkel). The CommonState (PANDOC_STATE in Lua) may change between the time that a custom writer script is first loaded and when the writer is run. However, the writer was always using the initial state, which led to problems, e.g. when the mediabag was updated in a filter, as those updates where not visible to the writer. The state is now updated right before the writer function runs.

    Text.Pandoc.SelfContained:
        Fix id replacements in SVGs with clipping paths (#9420). This fixes --embed-resources when SVGs have clip-path attributes.
        Fix size of duplicated SVGs with --embed-resources (#9439).

    ConTeXt template: support font fallback (#9361, Lawrence Chonavel).

    Text.Pandoc.Shared:
        addPandocAttributes: use wrapper attribute, not wrap, for Divs and Spans added as wrappers to hold attributes on elements that do not accept them.
        makeSections behavior changes:
            When the optional base level parameter is provided, we no longer ensure that the sequence of heading levels is gapless (#9398). Instead, we set the lowest heading level to the specified base level, and adjust the others accordingly. If an author wants to skip a level, e.g. from level 1 to level 3, they can do that. In general, the heading levels specified in the source document are preserved; makeSections only puts them into a hierarchical structure.
            Section numbers are now assigned differently, as described above under --number-sections changes (#5071).
        Improve makeSections code for section number calculation.

    Text.Pandoc.Chunks:
        Autogenerate unique ids for sections missing them (#9383). This is needed for TOC generation to work properly. We can’t create TOC links if there are no ids. This fixes some EPUB validation issues we’ve been getting since switching over to Chunks for chunking.
        Improve fixTOCTreePaths. We weren’t adding ids for section headings that don’t head a chunk, but these headings are needed for a TOC.

    Lua: catch encoding error in pandoc.read (#9385, Albert Krewinkel). Fixed a bug that could lead to an un-catchable error and program termination when pandoc.read was called with invalid UTF-8 input.

    LaTeX template: support font fallback (lawcho). This support is LuaLaTeX-specific. See MANUAL.txt for documentation.

    Text.Pandoc.Readers: Add readMan to exports [API change] (George Stagg).

    Text.Pandoc.PDF:
        Reliably detect when TOC has changed (#9295). Sometimes the TOC changes but there are no warnings: this happens when no labels are present. In this case we must rerun LaTeX. So we now take the SHA1 hash of the TOC file and rerun LaTeX if it changes between runs.
        Increase maximum number of LaTeX runs to 4 (#9299). On some documents, 4 runs are needed (e.g. when a LastPage reference is used).
        Avoid readFileLazy, which caused improperly cleaned-up temp directories on Windows (#9460).

    MANUAL.txt:
        Harmonize spelling of Markdown and MultiMarkdown (#9402, Salim B).
        Add
 to list of exceptions for markdown_in_html_blocks extension (#9305).
        Add clarification to docs for --resource-path (#9417).

    Makefile: Validate generated EPUB as part of prerelease checks.

    Add validation for docx golden files to CI (Edwin Török).

>
[close]

https://github.com/jgm/pandoc
Titel: QOwnNotes 24.2.3
Beitrag von: SiLæncer am 16 Februar, 2024, 07:30
(https://s26.postimg.cc/hoi1ahlcp/screenshot_978.png)
QOwnNotes is a text editor / notepad replacement with markdown support and todo list manager. The program supports themes, keyboard shortcuts, syntax highlighting, and encryption. Includes available nested file list, tags, search, and more. Optionally works with the notes application ownCloud or Nextcloud.

Cross-platform with clients available for Mac and Linux.

License: GPL

Whats new:>>

    support was added for the QOwnNotes Web Companion browser extension
    to also allow deleting of bookmarks in the current note
    (for #57 )
    it was made sure, that the first password field gets the focus in password
    dialogs, if the tab order doesn't work properly

http://www.qownnotes.org/
Titel: Vim 9.1.0113
Beitrag von: SiLæncer am 16 Februar, 2024, 08:10
(https://s26.postimg.cc/xww5nc4zt/screenshot_1282.png)
A highly configurable text editor built to enable efficient text editing - an improved version of the vi editor distributed with most UNIX systems.

Freeware

Changes:

    runtime(less): update "Last Change:" header
    runtime(less): reset readonly setting when disabling less mode
    9.1.0113: duplicate code when cleaning undo stack
    9.1.0112: Remove undo information, when cleaning quickfix buffer
    9.1.0111: filetype: no support for bats files

http://www.vim.org/index.php
Titel: Kate 23.08.4 Build 2311
Beitrag von: SiLæncer am 16 Februar, 2024, 08:40
(https://i.postimg.cc/J44dFswF/screenshot-2330.png)
Text editor that features support for a wide variety of programming languages, syntax highlighting and scripts, which also provides you with an extensive configuration window.

License: GPL /  Donationware

https://kate-editor.org/
Titel: QOwnNotes 24.2.4
Beitrag von: SiLæncer am 17 Februar, 2024, 09:01
Whats new:>>

fixed a crash, when someone enters a misplaced comment marker directly before
the closing mark of the code block (for #2959 )

http://www.qownnotes.org/
Titel: novelWriter 2.3 Beta 1
Beitrag von: SiLæncer am 17 Februar, 2024, 09:10
(https://i.postimg.cc/WbM4JQSb/screenshot-2073.png)
Write novels more comfortably and efficiently through this markdown-like text editor, which provides users with many avenues to organize their text.

Donationware     /  GPLv3

Changelog


    Major Features:

    A new Welcome dialog has been added. The dialog replaces the Open Project dialog and the New Project Wizard. The Welcome dialog features artwork created by Louis Durrant, and a custom design for the project list. New projects can be created by a form available from the same dialog, and features a simplified set of options. Issue #1506. PRs #1647, #1681 and #1689.
    It is now possible to create a new project by copying the content of another project, or a Zip file of a project, including a backup. This option is available from the New Project feature of the Welcome dialog. Issue #841. PRs #1680 and #1684.
    The Preferences dialog has been completely redesigned. All options are now available in a single, scrollable list with appropriate section headers. All sections are available as navigation buttons along the side, and it is also possible to search for settings in a search box at the
    top. The design matches that created for the Manuscript Build Settings dialog added in 2.1. Issues #1603 and #1604. PR #1652.
    The Project Details dialog has been redesigned to match the other new dialogs. It has also been modified to properly handle multiple novel folders. The novel selector is placed at the top of the dialog, and affects all data in the tabs. The Novel Title info has been removed. PR #1665.
    The Manuscript Build Settings dialog has been updated to use the new config layout classes, which are more flexible in terms of content flow. PR #1674.
    A new root folder type called "Templates" has been added. Any document added here will show up in the Add Item menu in the Project Tree view under a "From Template" submenu. Selecting such an entry will create a new document at the selected location in the project, and populate it with the content of the template file. Issues #996 and #1125. PR #1688.
    The About novelWriter dialog has been simplified to only show some key information and the credits text. A link to the releases page is available for checking release notes. Keeping the release notes online means it is easier to update them, and make them more visually interesting as the formatting of the dialog box is limited. PR #1695.
    The old Check for Updates dialog has been removed. Checking for new releases of novelWriter can be done directly in the Welcome dialog or the About dialog by clicking "Check Now" next to the "Latest Version" label. PR #1696.

    Minor Features:

    A new drop down menu in the References panel below the Document Viewer has an option to filter out inactive notes in the various tag lists in the tabs on the panel. Issue #1653. PR #1654.
    The Novel Title fields, which no longer makes much sense after it was possible to add multiple novel folders to a project, has been fully dropped. Issue #1655. PR #1669.
    The document header for ODT manuscript files can now be customised. Issue #1505. PR #1675.
    The Manuscript Build tool can now insert characters (Point of View or Focus) into chapter headers and other headers. By default, it inserts the tag value, but the display name for a tag can be set with a | character in the @tag definition if a different text is desired. Issue #1468. PR #1677.
    A new modified comment format for the editor has been added. Instead of the regular comment using %, this one uses %~. The only difference is that the latter will never be exported to a manuscript at all, while regular comments can be exported when a setting is enabled. Issue #1075. PR #1690.
    It is now possible to change a document's label from the first heading in the document by right-clicking on it and selecting "Rename to heading". Issue #1443. PR #1692.
    The content of the Project Word List can now be exported and imported using plain text files. Issue #1560. PR #1691.
    The content of the Outline View can now be exported to a CSV file to be opened in any spreadsheet application. Issue #1507. PR #1697.

    Usability:

    A Create New submenu in the Project Tree context menu has been added, which give quick access to the items at the top level of the Add Item menu. Issue #1519. PR #1679.
    When multiple paragraphs are selected in the editor, and any of the comment features are toggled, or formatting is reset, the action is applied to all selected paragraphs, not just the first. Issue #1042 and #1687. PR #1690.

    Packaging:

    The in-app version format is now identical to the version tag, and the format for Ubuntu pre-release packages has been updated so that they are compatible with release packages. That is, if you add both the release and pre-release repos from Launchpad, release packages will now properly replace pre-release packages when running apt upgrade. PR #1659.

    Code Improvements:

    The Storage class has been refactored. It is the class that handles the project storage folder for a novelWriter project. The refactoring is a step towards allowing single file storage for projects as an alternative to project folders. Issue #977. PR #1635.
    All theme colours are now proper QColor objects from the start, which avoids the need to create a large number of these where they are used. PR #1656.
    A nwProject.bak file is no longer kept in the project folder. It never really served any purpose. The project file is still written to a temp file before the old file is replaced, which prevents partial overwrites. PR #1670.
    Other minor code improvements in PRs #1693 and 1694.

[close]

https://novelwriter.io/
Titel: QOwnNotes 24.2.5
Beitrag von: SiLæncer am 17 Februar, 2024, 18:00
Whats new:>>

    fixed another crash, when someone enters a misplaced comment marker directly before
    the closing mark of the code block, with the starting marker directly before that
    (for #2962 )
    the md4c library fork was updated

http://www.qownnotes.org/
Titel: Pandoc 3.1.12.1
Beitrag von: SiLæncer am 18 Februar, 2024, 09:10
(https://i.ibb.co/6mSXKdx/pandoc.png)
Pandoc is a command-line utility that can convert files from one markup format into another. Pandoc's enhanced version of Markdown includes syntax for footnotes, tables, flexible ordered lists, definition lists, fenced code blocks, superscripts and subscripts, strikeout, metadata blocks, automatic tables of contents, embedded LaTeX math, citations, and Markdown inside HTML block elements. (These enhancements, described further under Pandoc's Markdown, can be disabled using the markdown_strict input or output format.)

License: Open Source

Changelog

    EPUB writer: omit EPUBv3-specific accessibility features on epub2 (#9469). Fixes a regression in 3.1.12.
    More fixes for SVG ids with --self-contained (#9467). This generalizes the fix to #9420 so it applies to things like style="fill(url(#..." and should fix problems with SVGs including gradients.
    Powerpoint writer: properly handle math in headings and tables (#9465). This ensures that paragraphs containing math are wrapped in a mc:AlternateContent node as required.
    Makefile: make validate-epub check v2 output too.

[close]

https://github.com/jgm/pandoc
Titel: Trilium Notes 0.63.2 Beta
Beitrag von: SiLæncer am 18 Februar, 2024, 10:20
(https://i.postimg.cc/2yDgvbpj/screenshot-2595.png)
A hierarchical note-taking software application with focus on building large personal knowledge bases while also providing a flurry of options.

License: AGPL

Changelog

    #4635 from WantToLearnJapanese/WantToLearnJapanese-patch-unhoist-bookmark
    Fix JSDoc, closes #4633
    Add the -o option to the groupmod command used in start-docker.sh #4632
    PWA manifest fixes for extra auth, fixes #4611
    Activate parent note when deleting a note, #4600
    Added keyboard shortcut for toggling the right pane, closes #4552
    Fix pin button shadow, closes #4595
    CKEditor 41.0.0

[close]

https://github.com/zadam/trilium
Titel: Text Editor Pro 28.4.2
Beitrag von: SiLæncer am 18 Februar, 2024, 18:00
(https://s26.postimg.cc/hfdkhoj9l/screenshot_896.png)
Text Editor Pro (formerly EditBone) is a powerful text editing tool that comes with syntax highlighting support for over 50 languages and scripts, customizable with over 100 options, 29 ready made styles, a handy file comparison feature, unicode character map, numerical unit convert tool, SQL formatter, and support for multiple directories and search results.

Freeware

Changelog


    Fixed dialogs
    Fixed JSON formatter
    Fixed main menu
    Fixed options
    Fixed roll out menu
    Fixed scaling issues
    Fixed split
    Fixed text editor control - https://github.com/TextEditorPro/TTextEditor
    Fixed Tidy
    Fixed title bar buttons
    Updated Delphi and C++ Builder 12 Patch 1 - https://www.embarcadero.com/products/rad-studio
    Updated language files

[close]

https://texteditor.pro/
Titel: PilotEdit Lite 18.3.0
Beitrag von: SiLæncer am 18 Februar, 2024, 19:40
(http://www.pilotedit.com/images/OpenInQuickMode.PNG)
PilotEdit is a text, hex, XML, C/C++, HTML, PHP, Java, Javascript and Perl editor that can edit large files of 400GB (40 billion lines).

It offers customizable syntax and keyword highlighting, advanced search and replace operations, automatic text encoding, 256-bit AES encryption/decryption and a built-in FTP/SFTP client lets you open, edit, download and upload large files directly to/from a FTP/SFTP server.

In addition to standard text editing features, PilotEdit can compare and merge two large files of 100GB (10 billion lines). You can also sort, find/remove duplicate lines and extract strings over a large file of 1GB.

Freeware

Zitat
Supports Finnish language.

http://www.pilotedit.com/
Titel: Notepad++ 8.6.3
Beitrag von: SiLæncer am 18 Februar, 2024, 20:30
(https://i.postimg.cc/90QrsKpv/screenshot-818.png)
Notepad++ is a tabbed source code editor and Notepad replacement with a customizable interface. It is one of the few few source code editors that supports "folding," allowing users to quickly reduce and expand sections of code to see the overall document. In addition, it features multi-language syntax highlighting, auto-completion, regular expression search/replace, macro recording and playback, etc. The program can access a long list of plug-ins via an easy-to-access menu with even more features and functions.

License: GPL

Changelog


    Restore multi-editing option & add “Column To Multi-editing” option on GUI. (Fix #14645)
    Make “copy/cut line while no selection” optional. (Fix #14638)
    Fix all open files lost after restarting as Admin to save a file. (Fix #14694)
    Fix “Replace All” crash & performance issue. (Fix #14630)
    Fix calltip crash due to the division by zero. (Fix #14664)
    Enhance Function List for Python to support “async def” & colons in argument list. (Fix #13908)
    Fix Copy/Cut/Paste issue in Vertical Edge text field in preferences dialog. (Fix #13874)
    Fix macro recording twice for some commands. (Fix #5217, #14634)
    Fix “Open File” command not working with TAB preceded. (Fix #14543)
    Add auto-completion keywords for PHP, JavaScript and CSS. (Fix #14635, #14705)

[close]

DL -> https://github.com/notepad-plus-plus/notepad-plus-plus/releases

https://notepad-plus-plus.org/
Titel: Vim 9.1.0115
Beitrag von: SiLæncer am 19 Februar, 2024, 09:10
(https://s26.postimg.cc/xww5nc4zt/screenshot_1282.png)
A highly configurable text editor built to enable efficient text editing - an improved version of the vi editor distributed with most UNIX systems.

Freeware

Whats new:>>

Using freed memory with full tag stack and user data.

http://www.vim.org/index.php
Titel: BirdFont 6.1.0
Beitrag von: SiLæncer am 19 Februar, 2024, 19:40
(https://s26.postimg.cc/rd1s4grdl/screenshot_137.png)
BirdFont is a free font editor that lets you create vector graphics and export TTF, EOT & SVG fonts.

Donationware

Whats new:>>

    Better tools for navigation.
    Quick Glyph Switching: Swiftly switch to a specific glyph directly from the kerning tab, making glyph editing more intuitive and faster.
    Word Display in Editing View: The editing view can now display the last entire word from the kerning tab.
    Direct Glyph Jump: Jumping to a particular glyph in the editing view is now possible without navigating through the overview tab.

https://birdfont.org/
Titel: Notepad++ 8.6.4
Beitrag von: SiLæncer am 20 Februar, 2024, 08:30
Whats new:>>

Fix regression that the view cannot be activated by mouse clicking. (Fix regression)

DL -> https://github.com/notepad-plus-plus/notepad-plus-plus/releases

https://notepad-plus-plus.org/
Titel: Znote 2.4.6
Beitrag von: SiLæncer am 20 Februar, 2024, 08:40
(https://i.postimg.cc/qvfVnLWd/screenshot-2617.png)
Znote is a free, elegant program meant to help you write beautifully organized Markdown documents. You can organize your texts, notes, and files even better, using the simplistic left-side widget organizer for smoothly navigating different files.

Open Source  /  Freemium

Whats new:>>

    Added a preload block to load data from the entire document
    Allows the addition of an HTML block in the dashboard

https://znote.lagrede.fr/
Titel: JSONedit 0.9.42
Beitrag von: SiLæncer am 20 Februar, 2024, 09:40
(https://s26.postimg.cc/zcd5ubda1/screenshot_961.png)
JSONedit is a simple editor for the JavaScript Object Notation format "a text-based open standard designed for human-readable data interchange" (source) with availble text and tree views.

Includes array generator using embedded Lua interpreter and Scintilla for text edition.

License:    Freeware

Changelog

    Added options to modify some of the menu shortcuts (allowing to redefine them as user hotkeys)
    Fixed renaming array elements on the tree after adding/removing elements if extended node description option was used
    Added new setting, "JSON"/"Emit raw UTF-8 characters (instead of escaping as hex codes)", enabled by default - keeping backward compatibility
    Added new hotkey type: get node(s) path(s) (tree or list)
    Added new setting, "JSON"/"Always write arrays as multiline in generated JSON"

[close]

http://tomeko.net/software/JSONedit/index.php
Titel: Vim 9.1.0119
Beitrag von: SiLæncer am 21 Februar, 2024, 08:40
(https://s26.postimg.cc/xww5nc4zt/screenshot_1282.png)
A highly configurable text editor built to enable efficient text editing - an improved version of the vi editor distributed with most UNIX systems.

Freeware

Changelog


    9.1.0119: can move away from cmdwin using win_splitmove()
    9.1.0118: Use different restoration strategy in win_splitmove
    9.1.0117: Stop split-moving from firing WinNew and WinNewPre autocommands
    9.1.0116: win_split_ins may not check available room
    runtime(doc): Add a place holder section for version 9.2 (#14060)
    runtime(filetype): Modula-2 files with priority not detected (#14055)
    CI: install gnudiff and enable `Test_diffmode` on macos-14 runner again (#14056)
    runtime(misc): announce adoption of various runtime files
    runtime(vim): Distinguish Vim9 constructor definitions from the :new ex command (#14050)

[close]

http://www.vim.org/index.php
Titel: Atlantis Word Processor Lite 4.3.7
Beitrag von: SiLæncer am 21 Februar, 2024, 22:10
(https://i.postimg.cc/1tyzzNQb/screenshot-2650.png)
Atlantis Word Processor Lite is a free version of Atlantis Word Processor. It has plenty of great features that will help you create various types of documents.

Atlantis Word Processor Lite is very fast, compact, and has a very small memory footprint. But above all, it is completely free. You can install it on your computer, and use it free of charge!

Release Notes : https://www.atlantiswordprocessor.com/en/news/4_3_7_000.htm

https://www.atlantiswordprocessor.com/en/lite.htm
Titel: Znote 2.4.7
Beitrag von: SiLæncer am 22 Februar, 2024, 09:40
(https://i.postimg.cc/qvfVnLWd/screenshot-2617.png)
Znote is a free, elegant program meant to help you write beautifully organized Markdown documents. You can organize your texts, notes, and files even better, using the simplistic left-side widget organizer for smoothly navigating different files.

Open Source  /  Freemium

Whats new:>>

    Improvement:

    Add a new toTimeSeries method for Apex graph

    Bug fixes:

    Fix missing HTML element parameter for showBox component
    Fix missing options parameter for lineChartcomponent

https://znote.lagrede.fr/
Titel: EmEditor Professional 23.1.3
Beitrag von: SiLæncer am 23 Februar, 2024, 10:20
(https://i.postimg.cc/vmqgmtjb/screenshot-2069.png)
EmEditor is a lightning-fast, tabbed text editor with themes, syntax highlighting, stay-on-top, and customizable keyboard mapping. The program supports batch find-and-replace, regular expressions, and more.

Changelog


Fixed a potential issue where a portion of a very large file might not be saved.

[close]

https://www.emeditor.com
Titel: Znote 2.4.8
Beitrag von: SiLæncer am 23 Februar, 2024, 19:40
Whats new:>>

    Improvements:

    AI response now streaming
    Allows to choose between OpenAI and a local LLM

https://znote.lagrede.fr/
Titel: RocketCake 5.3.1
Beitrag von: SiLæncer am 23 Februar, 2024, 21:30
(https://s26.postimg.cc/845jbp2c9/screenshot_542.png)
RocketCake is a free web editor for creating responsive websites for beginners and professional web developers. No programming needed.

Freemium

Changelog


Improved Animated GIF support - animated gifs encoded with some special optimizers can now be loaded as well
The password protection feature now recognizes web servers with poorly configured PHP session memory paths and warns the user
Added turkish translation - Thanks to Tayfur Yald?z!

[close]

https://www.ambiera.com/rocketcake/index.html
Titel: novelWriter 2.3 RC 1
Beitrag von: SiLæncer am 24 Februar, 2024, 22:30
(https://i.postimg.cc/WbM4JQSb/screenshot-2073.png)
Write novels more comfortably and efficiently through this markdown-like text editor, which provides users with many avenues to organize their text.

Donationware     /  GPLv3

Changelog


This is a release candidate of the next release version, and is intended for testing purposes. Please be careful when using this version on live writing projects, and make sure you take frequent backups.

Please check the changelog for an overview of changes. The full release notes will be added to the final release.

Detailed Changelog

Improvements

    Redesign the buttons on the new Welcome dialog so that they only show buttons related to the visible page. Drop the additional buttons on the New Project page. Issue #1706 . PRs #1707 and #1709 .
    Drop the Language setting on the Welcome dialog's New Project page. PR #1707 .
    Hide the additional settings for Fresh Projects on the New Project page of the new Welcome dialog. Issue #1705 . PR #1707 .
    Update the Templates root folder icon. PR #1709 .
    Scene separators are now hidden after a new title in manuscript builds, also when there are no chapters. Issue #1704 . PR #1711 .
    Scene and chapter counters are now reset when a novel title is encountered. PR #1711 .

[close]

https://novelwriter.io/
Titel: Bluestone 0.14.0
Beitrag von: SiLæncer am 24 Februar, 2024, 22:40
(https://i.postimg.cc/yxRQCfB5/screenshot-2499.png)
Bluestone is an open-source Markdown editor that takes a what you see is what you get (WYSIWYG) approach to the language, making working with it easier to assimilate, while also providing some interesting amenities, such as document synchronization capabilities.

License: AGPL

Changelog


    Enhance the display effect of code fences, the background color can be changed according to the theme
    Added more code theme options
    Added support for PicList image bed tool
    Added view error capture to prevent program crashes
    Fix the page jump when the cursor enters the inline formula
    Optimize interaction

[close]

https://www.bluemd.me/
Titel: Vim 9.1.0135
Beitrag von: SiLæncer am 25 Februar, 2024, 09:20
Changelog


    runtime(doc): clarify ':set[l] {option}<' behaviour
    9.1.0135: Insufficient testing for 'delcombine'
    9.1.0134: CI: Test_term_gettitle() is flaky on MacOS 14
    9.1.0133: MS-Windows: ligatures not rendering correctly
    9.1.0132: "C" doesn't include composing chars with 'virtualedit'
    9.1.0131: buffer-completion may not always find all matches
    9.1.0130: [security]: UAF if win_split_ins autocommands delete "wp"
    9.1.0129: Fix truncation of text_wrap 'wrap' virt text after EOL list char
    runtime(doc) Update help text for matchbufline() and matchstrlist()
    runtime(tutor): small fixes to the zh tutor (#14081)
    runtime(spec): Recognize SourceLicense tag name in RPM spec syntax (#14046)

[close]

http://www.vim.org/index.php
Titel: Text Editor Pro 28.4.3
Beitrag von: SiLæncer am 25 Februar, 2024, 21:40
(https://s26.postimg.cc/hfdkhoj9l/screenshot_896.png)
Text Editor Pro (formerly EditBone) is a powerful text editing tool that comes with syntax highlighting support for over 50 languages and scripts, customizable with over 100 options, 29 ready made styles, a handy file comparison feature, unicode character map, numerical unit convert tool, SQL formatter, and support for multiple directories and search results.

Freeware

Changelog


    Fixed and optimized HtmlViewer
    Fixed drop file
    Fixed Swift highlighter
    Fixed text compare
    Fixed text editor control
    Updated language files

[close]

https://texteditor.pro/
Titel: Vim 9.1.0136
Beitrag von: SiLæncer am 26 Februar, 2024, 09:10
Whats new:>>

runtime(doc): Fix typo in usr_41.txt
runtime(doc): fix inconsistent indent (#14089)
9.1.0136: Vim9: need more test for exists() methods
runtime(doc): clarify ':set[l] {option}<' behaviour

http://www.vim.org/index.php
Titel: BirdFont 6.2.0
Beitrag von: SiLæncer am 26 Februar, 2024, 10:10
(https://s26.postimg.cc/rd1s4grdl/screenshot_137.png)
BirdFont is a free font editor that lets you create vector graphics and export TTF, EOT & SVG fonts.

Donationware

Whats new:>>

A ruler

https://birdfont.org/
Titel: Bluestone 0.14.1
Beitrag von: SiLæncer am 26 Februar, 2024, 10:50
Whats new:>>

Fix the problem that pdf cannot be exported.

https://www.bluemd.me/
Titel: Znote 2.4.9
Beitrag von: SiLæncer am 26 Februar, 2024, 22:20
(https://i.postimg.cc/qvfVnLWd/screenshot-2617.png)
Znote is a free, elegant program meant to help you write beautifully organized Markdown documents. You can organize your texts, notes, and files even better, using the simplistic left-side widget organizer for smoothly navigating different files.

Open Source  /  Freemium

Whats new:>>

Bug fix: the Node code block //exec: node was broken.

https://znote.lagrede.fr/
Titel: Vim 9.1.0139
Beitrag von: SiLæncer am 27 Februar, 2024, 08:40
(https://s26.postimg.cc/xww5nc4zt/screenshot_1282.png)
A highly configurable text editor built to enable efficient text editing - an improved version of the vi editor distributed with most UNIX systems.

Freeware

Whats new:>>

MS-Windows: ligatures map cleared on startup.

http://www.vim.org/index.php
Titel: Vim 9.1.0140
Beitrag von: SiLæncer am 28 Februar, 2024, 08:10
Whats new:>>

    translation(it): Update Italian translation
    9.1.0140: cursor on wrong row after 1 char 'below' virtual text when EOL is shown
    runtime(sh): Update ftplugin, fix #14101 (#14102)
    runtime(vim): Update base-syntax, improve :echo highlighting (#14103)
    runtime(debian): update Debian syntax files (#14098)

http://www.vim.org/index.php
Titel: Znote 2.5.0
Beitrag von: SiLæncer am 28 Februar, 2024, 08:20
(https://i.postimg.cc/qvfVnLWd/screenshot-2617.png)
Znote is a free, elegant program meant to help you write beautifully organized Markdown documents. You can organize your texts, notes, and files even better, using the simplistic left-side widget organizer for smoothly navigating different files.

Open Source  /  Freemium

Whats new:>>

New visual components to provide greater flexibility in displaying data.

https://znote.lagrede.fr/
Titel: Vim 9.1.0143
Beitrag von: SiLæncer am 29 Februar, 2024, 10:10
Whats new:>>

    9.1.0143: [security]: autocmd causes use-after-free in set_curbuf()
    CI: enable apt upgrade on github runners again to fix i386 build
    9.1.0142: getregion() can be improved
    runtime(Filelist): include runtime/syntax/testdir/ftplugin
    9.1.0141: Put in Visual mode wrong if it replaces fold marker
    runtime(doc): Fix typo under *kitty-terminal* in term.txt
    translation(sr): Update Serbian translation (#14107)
    runtime(java): Recognise _when_ clauses in _switch_ blocks
    runtime(syntax-tests): simplify code and allow filetype options
    translation(it): Update Italian translation

http://www.vim.org/index.php
Titel: EmEditor Professional 24.0.0
Beitrag von: SiLæncer am 29 Februar, 2024, 14:20
(https://i.postimg.cc/vmqgmtjb/screenshot-2069.png)
EmEditor is a lightning-fast, tabbed text editor with themes, syntax highlighting, stay-on-top, and customizable keyboard mapping. The program supports batch find-and-replace, regular expressions, and more.

Changelog


    In this version, we have also responded to many requests from our customers:

    Onigmo regular expressions now support the QE syntax This syntax allows you to disable regular expression metacharacters without needing to escape them For example, to search for the string [ac], the conventional regular expression would require you to escape the metacharacters "[", "", "]" with backslashes, [ac] In the new version, you can simply write Q[ac]E, eliminating the need to escape metacharacters Note that Boost‘s Regex has supported the QE syntax for some time
    We added an option to the Find Next and Find Previous commands that only matches non-overlapping strings For example, if you search for “AA” in the string “AAAAA”, initially only the first four characters, “AAAA”, are highlighted When you execute the Find Next (F3) command, the search position shifts one character at a time, allowing you to search through all the “AA” pairs With this version, setting the Find only non-overlapping strings in Find Next/Previous checkbox in the Advanced dialog box makes the command operate in a way that only non-overlapping strings match, ending the search leaving the last “A” unsearched, thus aligning the highlight with the search position
    In EmEditor, URI and email addresses are highlighted, and we frequently receive requests to extract just those parts In previous versions, this could be done by specifying an appropriate regular expression in the Find dialog and selecting Extract, but many of our customers are not familiar with regular expressions In this version, you can easily extract just the URIs or email addresses by specifying options in the Extract Frequent Strings command
    When opening a CSV in EmEditor, the delimiter positions are automatically adjusted by default However, very long cells can cause the column width to become very wide, making the entire CSV hard to view In this version, we added a Maximum column width textbox to the CSV Options page of the Customize dialog, allowing you to specify the maximum column width
    In the previous version, EmEditor started displaying a warning message when a file opened in it was deleted by another application In this version, you can choose whether or not to display the warning message It can be specified on the File page of the Configuration Properties via the Prompt if file deleted checkbox
    Some customers have reported slow startup times for EmEditor on recent versions of Windows 11 This is primarily due to the retrieval of the Windows Clipboard History during startup The new version has this option disabled by default, but it can be enabled on the Clipboard page of the Customize dialog
    The new version disables the Switch to no wrap option in the Compare Files wizard by default

[close]

https://www.emeditor.com
Titel: BabelEdit 5.2.0
Beitrag von: SiLæncer am 29 Februar, 2024, 22:16
(https://s26.postimg.cc/7efmb9imh/screenshot_979.png)
A translation editor that can process one or more JSON files at the same time, providing support for both json and namespaced-json formats.

Freeware

Changelog


    Machine translation using OpenAI
    Export/Import "Approved" flags and comments from Excel or CSV file
    Preserve most Unicode whitespace characters (e.g. nbsp)

    Fixes:

    Proper load/save of .resx files containing "." in translation IDs
    Text centering in source code view
    Improved framework detection when a new project is dropped onto BabelEdit
    Improved startup screen

[close]

https://www.codeandweb.com/babeledit
Titel: KaPiGraf 3.8
Beitrag von: SiLæncer am 29 Februar, 2024, 22:40
(http://images.six.betanews.com/screenshots/scaled/1335123072-1.jpg)
KaPiGraf shows your data as a chart easily and quickly. It also offers possibilities which you miss in MS Excel. And what is more, KaPiGraf will never bother you with unnecessary questions. After you open your file, you will see the preview of your data. Here you will choose each column which stands for the axxis X and Y. After clicking "The create graph", the graph is automatically drawn. This graph can be used in many ways: moving, zooming, changing parameters, exporting into MS Excel, printing, saving, transfering units and many others.

Free for non-commercial use

Whats new:>>

Repairs and improvements

http://www.kapizone.cz/en/index_soubory/page0002.htm
Titel: Vim 9.1.0145
Beitrag von: SiLæncer am 01 März, 2024, 09:10
Whats new:>>

v:echospace not correct when 'showcmdloc' != last

http://www.vim.org/index.php
Titel: Pandoc 3.1.12.2
Beitrag von: SiLæncer am 01 März, 2024, 19:10
(https://i.ibb.co/6mSXKdx/pandoc.png)
Pandoc is a command-line utility that can convert files from one markup format into another. Pandoc's enhanced version of Markdown includes syntax for footnotes, tables, flexible ordered lists, definition lists, fenced code blocks, superscripts and subscripts, strikeout, metadata blocks, automatic tables of contents, embedded LaTeX math, citations, and Markdown inside HTML block elements. (These enhancements, described further under Pandoc's Markdown, can be disabled using the markdown_strict input or output format.)

License: Open Source

Changelog

    Docx reader:
 
    Ensure that table captions are counted (#9518).
    Detect caption by style name not id (#9518). The styleId can change depending on the localization.
    Avoid emitting empty paragraph where caption was.
    Markdown reader: fix regression in link parsing with wikilinks extensions (#9481). This fixes a regression introduced in 3.1.12.
    Org reader/writer: support admonitions (#9475).
    Org writer: omit extra blank line at end of quote block.
    Typst writer: ensure that -, +, etc. are escaped at beginning of block (#9478). Our recent relaxing of escaping (#9386) caused problems for things like emphasized - characters that were rendered using #strong[-]#. This now gets rendered as #strong[-].
    LaTeX writer: fix bug when a language is specified in two different ways (#9472). If you used lang: de-DE but then had a span or div with lang=de, the preamble would try to load ngerman twice, leading to an error. This fix ensures that a language is only loaded once.
    Docx writer: Don’t copy over footnotePr in settings.xml from reference.docx (#9522).
    EPUB writer: omit EPUB2-specific meta tag on EPUB3 (#9493). This caused a validation failure in epubs with cover images.
    Lua: avoid crashing when an error message is not valid UTF-8 (Albert Krewinkel).

    Text.Pandoc.SelfContained:

    Add role="img" to svgs.
    Add aria-label to svg elements with alt text if present. Screen readers ignore alt attributes on svg elements but do pay attention to aria-label (#9525).
    Text.Pandoc.Shared: Fix regression in section numbering in makeSections (#9516). Starting with pandoc 3.1.12, unnumbered sections incremented the section number.
    Text.Pandoc.Class: fix openUrl TLS negotiation (#9483). With the release of TLS 2.0.0, the TLS library started requiring Extended Main Secret for the TLS handshake. This caused problems connecting to zotero’s server and others that do not support TLS 1.3. This commit relaxes this requirement.
    Depend on djot 0.1.1.0 (fixes rendering on multiline block attributes).
    Use new releases of skylighting-format-blaze-html (#9520). Fixes auto-wrapping of long source lines in HTML print media.
    Use new commonmark-extensions (fixes issue with the rebase_relative_paths extension when used with commonmark/gfm.
    Makefile: improve epub-validation target (#9493). Use --epub-cover-image to catch issues that only arise with that.

[close]

https://github.com/jgm/pandoc
Titel: CudaText 1.210.0.0
Beitrag von: SiLæncer am 01 März, 2024, 19:20
(https://s26.postimg.cc/k6wu8qcrt/screenshot_901.png)
Create programming scripts with this powerful tool that supports more than 130 languages and allows users to work concurrently on as many as six groups of projects.

Freeware

Changelog
   

+ add: use new version of fcl-json lib to faster load big 40Mb-size session files with big changed file text
+ add: can disable Ctrl+Enter hotkey in the Find-dialog via new option "find_ctrl_enter" (thanks @pintassilgo)
+ add: can disable 'Highlight all' feature of Find-dialog for huge lines via new option "find_hi_max_line_len" (thanks @pintassilgo)
- fix: plugin Insert_Pics cannot set 'scroll last line on top' property for the splitted-view editor (thanks @SamC)
- fix: Windows: fix focusing main app window by Alt-Tab from _non-modal_ plugin dialogs (no such major plugins exist yet) (thanks @veksha)
- fix: Qt5 version: hotkeys display for `, Ctrl+`, Minus, Shift+Minus, Shift+= (fixed in Lazarus)
- fix: Qt5 version: FindInFiles plugin input fields are empty after pressing "Find" (fixed in Lazarus)

[close]

https://cudatext.github.io/
Titel: Alternate TextBrowser 4.250
Beitrag von: SiLæncer am 01 März, 2024, 21:10
(https://i.postimg.cc/TYy7wJVb/screenshot-1429.png)
This program makes it easy to browse through text- and html-files (also xml), syntax highlighting for serveral programming languages available (C++, Pascal, PHP, Perl, ASM, JScript etc.).

Freeware

Whats new:>>

Tools updated.

http://www.alternate-tools.com/pages/c_textbrowser.php?lang=ENG
Titel: TeXstudio 4.7.3
Beitrag von: SiLæncer am 01 März, 2024, 22:20
(https://i.postimg.cc/Fz8CktsG/screenshot-2846.png)
GPL-LaTeX-Editor, der das Erstellen von LaTex-Dokumenten in Unicode vereinfacht; unterstützt den Nutzer beim Schreiben mittels interaktiver Rechtschreibprüfung, Syntax-Highlighting, Code-Folding und automatischer Code-Vervollständigung.

Open Source

Changelog


    First line of macro editor no longer uses macro type, use buttons to set type. Macro format changes slightly. For details s. #3458
    add export of all macros in Edit Macros dialog
    fix missing connection error message when browsing macro repository #3448
    fix switching (by clicking) between documents #3473
    fix “Show all open documents in this tree” #3476
    improved Package Help dialog #3478
    fix handling a new file created from the context menu #3471

[close]

http://texstudio.sourceforge.net/
Titel: Textadept 12.3
Beitrag von: SiLæncer am 02 März, 2024, 08:20
(http://foicica.com/textadept/images/splitviews.png)
Textadept will provide users with a fast, minimalist, and ridiculously extensible text editor. At its core lies less than 2000 lines of C code, and that's how it always will be. While other editors rely on recordable macros to speed up workflow, shell scripts to quickly transform text, and static side panes to manage your documents, files, and more.

Textadept takes it to the extreme: it gives you complete control over the entire application using the embedded Lua language. Lua is nearly as fast as C, and has a very small footprint. In fact, most of Textadept is written in Lua.

License : MIT License ( Donationware )

Changelog

Bug fixes:

    Fixed help files not showing up in Linux releases.
    Fixed ^? key sequences not working on macOS.
    LSP: fixed diagnostics for some language servers that expect client diagnostic capababilities.
    Scintilla: workaround potential crash when a line contains both left-to-right and right-to-left
    text.

[close]

http://foicica.com/textadept/
Titel: QOwnNotes 24.2.6
Beitrag von: SiLæncer am 02 März, 2024, 09:30
(https://s26.postimg.cc/hoi1ahlcp/screenshot_978.png)
QOwnNotes is a text editor / notepad replacement with markdown support and todo list manager. The program supports themes, keyboard shortcuts, syntax highlighting, and encryption. Includes available nested file list, tags, search, and more. Optionally works with the notes application ownCloud or Nextcloud.

Cross-platform with clients available for Mac and Linux.

License: GPL

Whats new:>>

try to fix an issue that the desktop icon is not shown under KDE Plasma 6 in Wayland
(for #2976 )

http://www.qownnotes.org/
Titel: Znote 2.5.1
Beitrag von: SiLæncer am 02 März, 2024, 18:20
Whats new:>>

    Added a new printInline method to make the streaming process easier
    Added new magic comment //external: nativeLib for node code block allowing to work with native dependencies locally
    Added a wrap checkbox for node and bash code blocks to make long responses easier to read

https://znote.lagrede.fr/
Titel: Zettlr 3.1.0 Beta
Beitrag von: SiLæncer am 02 März, 2024, 19:10
(https://s26.postimg.cc/vfll9p4mh/screenshot_956.png)
Write text and conveniently edit it using Markdown with the help of this user-friendly and well-thought-out, Electron based application.

MIT License

Release Notes

    Changes to the link detection:

    For a long time now, Zettlr would (sometimes aggressively so) detect plain links and display them in a rendered state. In some cases, this was nice as it would relieve you from having to surround such links with pointy or angled brackets.
    However, especially in the latest evolution of this parser plugin, the link detection was a bit too aggressive and interfered, e.g., with emphasis highlighting. In this version, we have entirely removed our custom link detection and rely upon the more straight-forward way of detecting links.
    Regarding your exporting experience, this should not have any impact, since the auto-link-detection feature wasn't supported by Pandoc anyhow, but depending on how you have been writing, you may notice less detected links in your documents.
    To add "plain" links (without using the full []()-syntax) from now on, simply surround them with angled brackets: <https://www.google.com> or <mail@example.com>. Note that the protocol (https://) is required, so <www.google.com> will not work.
    This changes brings Zettlr's link functionality much more into alignment with other editors as well, since this is the way that many other applications handle links as well.

    Introducing Wikilink Titles:

    This update brings a long-awaited change to Zettlr's handling of internal links (sometimes called Wikilinks). Specifically, with this version, Zettlr finally supports optional titles in such links. Your old links in the format [[link]] still work fine, but now you can add a title that is different from the link, separated by a pipe, or vertical bar character (|).
    If such a title is given, Zettlr will use it in various ways to make your files more readable. For example, if you have the link renderer activated in the settings, it will take care of hiding the link target of Wikilinks as well as those of regular Markdown links.
    Since there is no way of knowing which of the two parts is the link, and which is the title, Zettlr follows Pandoc's solution in allowing you to specify how internal links are structured for you. The default and recommended setting is to put links first, and titles second ([[link|title]]). This ensure compatibility with VimWiki, MediaWiki, Obsidian, and others. However, should you need to
    target GitHub wiki pages or another application that expects a title to come first, you can select the alternative option ([[title|link]]).
    In order to make Pandoc aware of your choice, you can add one of the following reader extensions to your export profiles: wikilinks_title_after_pipe or wikilinks_title_before_pipe.
    Lastly, due to this improvement, we have changed the default setting for "link with filename" from "always" to "never", since it will be more ergonomic to use a custom link title directly instead of having the filename pop up after the
    link. This default setting applies to new installations; so you may consider to change this setting manually yourself as well.

    Re-enabling old Link-Title-Syntax:

    After the release of Zettlr v3.0.0, some users have complained that their internal links have stopped working. It turns out that quite a lot were using Logseq's syntax for adding titles to internal links ([Title]([[Link]])), which we broke during a refactor of the Markdown parser. This update partially restores this link functionality, allowing you to Cmd/Ctrl-Click them to
    follow these links again.
    Note that we have not yet implemented the functionality of auto-renaming files or showing tooltips on these links.

    GUI and Functionality:

    Feature: Zettlr now supports titles in internal (wiki) links; the defaultsetting instructs the parser to expect first the link, and then the title ([[link|title]]), which ensures compatibility to, e.g., VimWiki, MediaWiki, or Obsidian, whereas the alternative setting ([[title|link]]) is compatible to GitHub wiki syntax. Remember that you need to enable the corresponding option on the Pandoc Markdown reader (wikilinks_title_after_pipe or wikilinks_title_before_pipe, respectively) if you wish to export files with this option
    Feature: Zettlr can now suggest you emojis during autocompletion. Emojis use the same trigger character as the snippets autocomplete, a colon (:); and Emojis will always be sorted below your snippets -- you can turn this off in the editor settings
    Feature: We've completely redesigned the preferences dialog; now it is more aligned with the system preferences on macOS and Windows, allows searching and follows a more stringent structure
    Removed the option for choosing to sort by either file creation or last modification time, since that can also be inferred from whichever time you choose to display
    Feature: The assets manager now provides buttons to open the defaults and snippets directories directly from within the app
    Removed the option for activating or disabling automatic file creation upon following internal links; now this will happen automatically as long as the "custom folder" option points to an existing folder; to disable this functionality simply remove the folder path
    Fixed a bug where recent documents would not turn up in the menu
    Fixed the sidebar shortcut: It is now Cmd/Ctrl+Shift+0 (to align with the file manager shortcut, Cmd/Ctrl+Shift+1)
    Custom protocols should now be opened without problems by Zettlr (#3853)
    Added Tamil (India) translation (#4848)
    Removed the custom plain link parser out of two reasons: (1) It was a tad too aggressive, detecting links even where none were wanted; (2) Pandoc doesn't support auto-links in such a way as we have implemented it, leading to inconsistencies in exports
    The YAML frontmatter is now ignored for the purposes of previewing files, showing a more meaningful preview of its contents (#4598)
    Improve pasting behavior: Now text from Microsoft Word or Excel will be pasted as text, instead of offering to insert an image of the selection
    Fix pasting behavior: Now Zettlr should properly paste most formatted text without too much noise (in the form of comments, styles, and other additions)
    Fix restart-dialog showing multiple times for the same options (#4768)
    Fix the active typewriter line background color in dark mode
    Fixed an issue where gutter markers were not equally offset when typewriter mode was active (#4918)
    Fixed non-working file deletion menu item (#3894)

[close]

Download: https://github.com/Zettlr/Zettlr/releases

https://www.zettlr.com/
Titel: ImHex 1.33.0
Beitrag von: SiLæncer am 02 März, 2024, 22:00
(https://i.postimg.cc/8C9YTjjW/screenshot-3382.png)
An open-source editor that allows you to manipulate hexadecimal, binary data for writing optimal and well-performing apps, by displaying you content byte by byte.

Donationware

Changelog

    Additions:

    All main menu entries now have pretty icons
    Added Myers' diffing algorithm to the diff view
    This algorithm can display insertions and removals as well as modifications
    Huge thanks to the maintainer of Malcat!
    Added option to customize toolbar icons
    Added a much improved Out of the Box experience when first starting up ImHex
    Added many new hash algorithms
    This includes basic sum checksums, Snefru, Haval, various SHA versions, Keccak, RIPEMD, many CRC presets and many more
    Greatly improved the data information view
    Sections can now be switched on and off
    Magic information now includes more than one entry if there's multiple concatenated files
    The Digram and Layered distribution graphs now perform a lot better
    There's now built-in yara rules that are being run on files to detect compilers, programming languages and more for executables
    Greatly improved the pattern editor
    Thanks a lot to @paxcut
    This adds support for find and replace, better highlighting and many other smaller things
    Added Mini Map to the Hex Editor
    This can be enabled by clicking on the map icon in the hex editor footer
    There's also config options when right clicking that icon
    Added Edit -> Jump to -> Pattern option to jump directly from hex editor highlights to patterns
    Clicking on patterns in the pattern data view also jumps to their definition in the pattern editor now
    Added a font picker to the settings
    Added option to highlight parent pattern regions in the hex editor when hovering over them
    Added support for searching for other string encodings and endianess. Thanks a lot to @PerikiyoXD
    Added a pretty drag-n-drop overlay when dragging files onto ImHex
    Added support for virtual file systems through the pattern language
    Added option to keep ImHex always on top of other windows
    Added option to use ImHex in fullscreen mode
    Added support for switching to other providers through the command palette
    Added a setting to always show all provider tabs, even if there's only one
    Added option to export a selection to a file
    Added a comments column to the pattern data view. It can be enabled by right clicking on the table header and selecting it there
    Added option to turn off borderless window mode
    Added option to export the results of the find view to a file
    Added option to disable command palette button in header
    Added a search bar to the file chooser popup
    Added support for opening multiple files at once
    Added support for macOS's Right click -> Open with option

    Improvements:

    ImHex now uses Atomic File I/O instead of mapping files into memory
    This solves various issues where certain files couldn't be opened, files on network drives not working well and more
    macOS M1 build now only requires macOS 12.1 instead of 14.0 to run
    Bookmark moving now uses ImGui's native drag n drop feature
    Syncing pattern language source code between providers should work better now
    Custom encodings that don't have multi-byte values now display immediately when selected
    The macOS build now uses a custom titlebar
    ImHex windows are now being unfocused properly if the main window loses focus
    No more blinking cursors when ImHex is in the background!
    Overwriting individual characters in the edit mode of the hex editor now works much better
    Copy-Paste now works correctly in the Web version of ImHex. Thanks a lot to @exsilium
    The find popup now remembers its content
    The crash restore popup doesn't show anymore now if there's nothing to restore
    Opening the same file multiple times is no longer possible now

    Bug Fixes:

    Fixed signing issues with macOS builds
    Fixed CTRL + S not removing red highlights of bytes
    Fixed address bound checks in Edit -> Jump to option
    Fixed menu bar collapsing into hamburger menu even if there's enough space
    Fixed RGBA8 data processor node not setting output buffer correctly
    Fixed provider information in information view always showing infos about the current provider instead of about the analyzed provider
    Fixed issues when using certain window management tools on Windows
    Fixed crashes when launching ImHex with file arguments
    Fixed crash when trying to use too many hex editor rows
    Fixed native theme detection of Linux. Thanks to @iTrooz
    Fixed issues where workspaces are not correctly saved sometimes
    Fixed issues where default magic database wasn't being bundled correctly
    Fixed crashes when loading very old settings files
    Fixed data inspector not updating correctly when the underlying data changed
    Fixed a crash when specifying invalid hash parameters in the hashing view
    Fixed additional folder paths not being loaded from the config file correctly
    Fixed data inspector showing two negative signs sometimes
    Fixed various issues with non-zero base addresses

    Pattern Language:

    Huge refactor of the Preprocessor, Lexer and Parser
    Massive thanks to @jumanji144
    Compile errors are a lot more helpful now and include more context information
    Added support for import statements
    Massive thanks to @jumanji144
    Added stacktrace to runtime errors
    Patterns can now be placed inside of custom sections from within other types
    Pattern formatters now properly respect a patterns visibility
    This means hidden patterns don't end up in exported json, yaml or html files anymore
    Fixed writing to big endian bitfield entries
    Changing pattern setting now re-evaluates the code if auto evaluation is enabled

[close]

https://github.com/WerWolv/ImHex
Titel: Znote 2.5.2
Beitrag von: SiLæncer am 02 März, 2024, 22:30
(https://i.postimg.cc/qvfVnLWd/screenshot-2617.png)
Znote is a free, elegant program meant to help you write beautifully organized Markdown documents. You can organize your texts, notes, and files even better, using the simplistic left-side widget organizer for smoothly navigating different files.

Open Source  /  Freemium

Whats new:>>

    Improvement:

    Adding tabs.

https://znote.lagrede.fr/
Titel: RisohEditor 5.8.0
Beitrag von: SiLæncer am 03 März, 2024, 09:50
(https://i.postimg.cc/8P4z4Swt/screenshot-799.png)
"RisohEditor" is a free resource editor for Win32 development, created by Katayama Hirofumi MZ. RisohEditor realized the ideal of resource editor. "Risoh" means "ideal" in Japanese. RisohEditor can add, edit, extract, clone and remove the resource data in EXE/DLL files. You can edit Windows resources (Dialogs, Menus, Icons, Cursors, String Tables, Message Tables etc.) by using RisohEditor.

NOTICE: Please avoid installing in "C:\Program Files" or "C:\Program Files (x86)". Because the resource compiler (windres) doesn't accept space character in the file path.

Freeware

Whats new:>>

Coping with security scan when generating EXE files.

https://katahiromz.web.fc2.com/re/en/index.html#intro
Titel: Trilium Notes 0.63.3
Beitrag von: SiLæncer am 03 März, 2024, 19:30
(https://i.postimg.cc/2yDgvbpj/screenshot-2595.png)
A hierarchical note-taking software application with focus on building large personal knowledge bases while also providing a flurry of options.

License: AGPL

Changelog

    Add API method to erase a revision
    Fix highlighting search results with regexp characters in fulltext string
    Improved scriptes bin/copy-trilium.sh, bin/build-linux-x64.sh
    Fix searching fulltext with tags,
    From WantToLearnJapanese/WantToLearnJapanese-patch-unhoist-bookmark
    Fix JSDoc, closes #4633
    Add the -o option to the groupmod command used in start-docker.sh
    PWA manifest fixes for extra auth
    Activate parent note when deleting a note
    Added keyboard shortcut for toggling the right pane
    Fix pin button shadow
    CKEditor 41.0.0
    Synx fixes

[close]

https://github.com/zadam/trilium
Titel: RisohEditor 5.8.1
Beitrag von: SiLæncer am 04 März, 2024, 08:20
Whats new:>>

Improved IDD_ADDCTRL and IDD_CTRLPROP dialogs.

https://katahiromz.web.fc2.com/re/en/index.html#intro
Titel: Vim 9.1.0148
Beitrag von: SiLæncer am 04 März, 2024, 10:10
(https://s26.postimg.cc/xww5nc4zt/screenshot_1282.png)
A highly configurable text editor built to enable efficient text editing - an improved version of the vi editor distributed with most UNIX systems.

Freeware

Changelog


    runtime(vim): Update base-syntax, fix issue #14135 (#14136)
    runtime(doc): Highlight the error message at *E1513*
    runtime(vim): Update base-syntax, improve :augroup highlighting (#14125)
    runtime(mswin): Use unnamed register when clipboard not working (#13813)
    9.1.0148: Vim9: can't call internal methods with objects
    9.1.0147: Cannot keep a buffer focused in a window
    translation(ru): Updated Russian installer translation (#14134)
    runtime(java): Recognise text blocks (#14128)
    runtime(r,rhelp,rmd,rnoweb,rrst): Update ftplugin, browsefilter labels (#14126)
    runtime(java): Improve the recognition of literals (#14120)
    9.1.0146: v:echospace wrong with invalid value of 'showcmdloc'
    runtime(doc): some improvements to getregion() docs (#14122)
    runtime(doc,netrw): update "Last Change header", remove trailing whitespace
    runtime(netrw): handle file/dir symlinks specifically in tree mode

[close]

http://www.vim.org/index.php
Titel: Scite 5.4.2
Beitrag von: SiLæncer am 05 März, 2024, 07:30
(https://s26.postimg.cc/fbkgceeux/screenshot_1241.png)
Editor mit Syntax-Highlighting, Auto-Completion, Folding und vielem mehr...

Open Source

Changelog


    Significantly reduce memory used for undo actions, often to a half or quarter of previous versions. Feature #1458.
    Add APIs for saving and restoring undo history.
    For GTK, when laying out text, detect runs with both left-to-right and right-to-left ranges and divide into an ASCII prefix and more complex suffix. Lay out the ASCII prefix in the standard manner but, for the suffix, measure the whole width and spread that over the suffix bytes. This produces more usable results where the caret moves over the ASCII prefix correctly and over the suffix reasonably but not accurately.
    For ScintillaEdit on Qt, fix reference from ScintillaDocument to Document to match change in 5.4.1 using IDocumentEditable for SCI_GETDOCPOINTER and SCI_SETDOCPOINTER.
    For Direct2D on Win32, use the multi-threaded option to avoid crashes when Scintilla instances created on different threads. There may be more problems with this scenario so it should be avoided. Bug #2420.
    For Win32, ensure keyboard-initiated context menu appears in multi-screen situations.

[close]

www.scintilla.org/SciTE.html
Titel: Vim 9.1.0149
Beitrag von: SiLæncer am 05 März, 2024, 08:10
Whats new:>>

null pointer member access when accessing 'winfixbuf' property.

http://www.vim.org/index.php
Titel: Vim 9.1.0151
Beitrag von: SiLæncer am 06 März, 2024, 08:20
Whats new:>>

    9.1.0151: ml_get_buf_len() does not consider text properties
    9.1.0150: Several minor 'winfixbuf' issues
    translation(sr): Update Serbian messages (#14143)
    runtime(c): Recognize "__inline" (#14145)
    runtime(vim): Update base-syntax, fix escaping :syn and :hi sub-groups (#14137)
    runtime(sh): Update syntax file, fix issue #962 (#14138)

http://www.vim.org/index.php
Titel: Bluestone 0.20.1
Beitrag von: SiLæncer am 07 März, 2024, 21:10
(https://i.postimg.cc/yxRQCfB5/screenshot-2499.png)
Bluestone is an open-source Markdown editor that takes a what you see is what you get (WYSIWYG) approach to the language, making working with it easier to assimilate, while also providing some interesting amenities, such as document synchronization capabilities.

License: AGPL

Changelog


    It brings a new interface and greatly improves the reading experience.
    Change from directly opening a folder to creating a document space.
    Cache document parsing results to improve the speed of secondary opening of a large number of files.
    Documents can be created directly without naming them first.
    The file name can be edited in the header of the editing area.
    electron upgraded from 22 to 29.1.
    The context menu uses DOM rendering to ensure consistent style across multiple platforms.
    Shortcut keys are no longer triggered using the system menu.
    Hide the Windows system menu bar.
    Improve document link reconstruction performance.
    Fix an issue where the cursor may return to the top of the document.
    Use the / symbol to trigger the quick insertion menu.
    Optimize editor performance.
    Change the image to a block-level element.
    Cancel html export function.

[close]

https://www.bluemd.me/
Titel: Znote 2.5.3
Beitrag von: SiLæncer am 07 März, 2024, 21:40
Whats new:>>

    Improvements:

    Add keyboard shortcuts to switch between tabs (See keyboard shortcuts help)

    Bug fixes:

    Fix: Add focus on the editor after creating a new note
    Fix: Update tab name after renaming a note

https://znote.lagrede.fr/
Titel: QOwnNotes 24.3.0
Beitrag von: SiLæncer am 07 März, 2024, 22:00
(https://s26.postimg.cc/hoi1ahlcp/screenshot_978.png)
QOwnNotes is a text editor / notepad replacement with markdown support and todo list manager. The program supports themes, keyboard shortcuts, syntax highlighting, and encryption. Includes available nested file list, tags, search, and more. Optionally works with the notes application ownCloud or Nextcloud.

Cross-platform with clients available for Mac and Linux.

License: GPL

Whats new:>>

    in the Note folder not found! dialog, the missing note folder path will now be shown
    (for #2975 )
    added more German, Italian, Arabic, Swedish, Brazilian Portuguese, Chinese Simplified
    translation (thank you bumpsy, marcoxbresciani, techman, dzenan, mateus_b, crwd9931)

http://www.qownnotes.org/
Titel: Vim 9.1.0158
Beitrag von: SiLæncer am 08 März, 2024, 09:10
Whats new:>>

    9.1.0158: 'shortmess' "F" flag doesn't work properly with 'autoread'
    9.1.0157: Duplicate assignment in f_getregion()
    9.1.0156: Make 'wfb' failing to split still report E1513
    runtime(syntax-tests): remove executable bit from sh test file
    9.1.0155: can only get getregion() from current buffer
    9.1.0154: shm=F not respected when reloading buffer with 'autoread'
    9.1.0153: Text properties corrupted with fo+=aw and backspace
    translation(gr): add translation of the installer (#14148)
    translation(it): Update Italian translation for winfixbuf
    9.1.0152: Coverity complains about ignoring return value

http://www.vim.org/index.php
Titel: KeyNote NF v1.9.0.01
Beitrag von: SiLæncer am 08 März, 2024, 19:20
(https://i.postimg.cc/0yh1pK6X/screenshot-2591.png)
KeyNote NF is a tabbed notebook that is particularly suitable for writing and organizing free-form information, especially those that fit naturally within a tree-based structure, such as lists or outlines. It supports rich text and images, multi-level notes and strong encryption. A search function quickly locates information you are looking for. Notes can also be securely encrypted using IDEA or Blowfish.

KeyNote NF is a fork of the original open-source Keynote, which is no longer being developed. It adds many new features, including check boxes on children of selected nodes, hidden nodes, alarms on nodes, better treatment of tables, improved treatment of links, multi-language support, automatic compression, etc.

License:    MPL 2.0

Changelog


    KeyNote NF release is signed with a Code Signing Certificate
    New: Added "Check for Updates" to Help menu. Can also be checked at startup (default: true)
    The application help has been completely updated, based on .knt format (as an alternative to .chm).
    Contextual help available based on .knt file (KeyNoteNF_Help.knt)
    Improved Tools | Customize Keyboard...
    Improved Insert | Character...
    New optional behavior of Tree panel
    Added 3 new menu commands, in Tree | Set Focus
    Changes in behavior of 'View Resource Panel' shortcut
    Changes in behavior of Find Next. Added new menu command: Search | Find All...
    KNT links to other files, in notes/nodes can be opened in the current instance or in a new one, at will
    KNT links in Favorites can be opened in the current instance or a new one, at will
    It is allowed to insert a KeyNote link (Shift+F6) in the Scratchpad editor
    The format of the internal KNT Link now admit relative paths (to keynote.exe) for knt files.
    The state of View | Alternative Margins is now saved in session/profile file (.ini file)
    The custom icon associated with a .knt file is now also visible in the taskbar and the main window
    Added a new INI option to make "closing this instance" warning optional
    Added a new INI option: ModifiedOnTreeResized
    Set Ctr+Shift+Y as default shortcut for Insert| URL ... (as indicated in help)
    Restored the original behavior of ESC in the Scratch window
    Esc in Find tab of Resource panel will also focus note's control editor if..
    KeyOptions.TipOfTheDay won't be automatically enabled when detected a new version
    Keynote.ini will be saved as UTF8 by default (if it doesn't exists)
    Removed menu entry Tools | Activate URL
    Added new command line option: -jmp""
    Added new command line option: -title"<TITLE>"
    Added two new command line options: -ignSI -dnd
    Created a new add-on utility, KntLauncher.exe
    New: Save Tree to File... If Ctrl -> Show node IDs
    New option, "Show hidden marks and IDs", when exporting to plain text
    Improved the way another instance is activated. It will now be truly restored and become the foreground window.
    Fixed: KeyNote should not remember the minimized state of document when saving
    Fixed: Find All. Search results displayed incorrectly on two situations
    Fixed: Ctrl+Shift+0 was not working (default shortcut for Clear Paragraph Attributes)
    Fixed: Changing visibility of images in read only note removed images in the node, marking the note as modified
    Fixed: When playing macros of certain commands, all of them were executed as the first one
    Fixed: When restoring image(s) proportions and the Note is Read Only, always use a temporary method
    Fixed: Hidden characters where showing after 'Clear Font Attributes'

[close]

https://github.com/dpradov/keynote-nf
Titel: OutWiker 3.3.0.936 Beta
Beitrag von: SiLæncer am 08 März, 2024, 21:50
(https://s26.postimg.cc/87bx6b16h/screenshot_33.png)
OutWiker is an open-source personal wiki and outliner. Notes are stored in a tree, and kept in the form of directories on the disk. This encourages changing the base by external sources and programs. Currently there are three types of pages supported: plain text, HTML, and wiki. External files (such as pictures) can be attached to pages, and pages can be linked to each other. Each tree branch can be opened as a separate wiki. Other features include tag support, global search (notes and tags), bookmarks, HTML syntax highlighting and icons for notes.

OutWiker can be downloaded with or without plugins, as well as for Linux systems.

License : GPL

Changelog


    Added the ability for remapping for Ctr+C, Ctrl+V, Ctrl+X, Ctrl+A, Ctrl+Z, Ctrl+Y hot keys.
    Use new vector icons for buttons.
    Added new icons for pages.

[close]

http://jenyay.net/Outwiker/English
Titel: QOwnNotes 24.3.1
Beitrag von: SiLæncer am 09 März, 2024, 08:10
(https://s26.postimg.cc/hoi1ahlcp/screenshot_978.png)
QOwnNotes is a text editor / notepad replacement with markdown support and todo list manager. The program supports themes, keyboard shortcuts, syntax highlighting, and encryption. Includes available nested file list, tags, search, and more. Optionally works with the notes application ownCloud or Nextcloud.

Cross-platform with clients available for Mac and Linux.

License: GPL

Whats new:>>

    If the current note was the bookmarks note and a browser bookmark was added the
    current note will now be reloaded (for #2980 )
    added more Dutch, Spanish translation (thank you stephanp, fitojb)

http://www.qownnotes.org/
Titel: Bluestone 0.20.2
Beitrag von: SiLæncer am 09 März, 2024, 09:30
(https://i.postimg.cc/yxRQCfB5/screenshot-2499.png)
Bluestone is an open-source Markdown editor that takes a what you see is what you get (WYSIWYG) approach to the language, making working with it easier to assimilate, while also providing some interesting amenities, such as document synchronization capabilities.

License: AGPL

Changelog


    Fix the problem of tab disorder in switching space
    Fixed the problem that some remote media cannot be inserted
    Fixed bug in web page image pasting behavior
    Fixed select all issues
    Code fences can be copied
    Image elements can be cut and pasted, and web images can be downloaded

[close]

https://www.bluemd.me/
Titel: Beaver Notes 2.9.0
Beitrag von: SiLæncer am 09 März, 2024, 20:40
(https://i.postimg.cc/PxLbRkD2/screenshot-2593.png)
Organize your course notes, journal entries and activity planner via this free and open-source word processor with cross-platform compatibility.

MIT License

Changelog


    Small improvements and enhancements:

    Features:

    Embedded Files

    Improvements:

    Better search
    The tab key is now used to add a literal tab
    Better Callouts
    Confirm to delete
    Importing & exporting notes
    Pasting into the editor
    Fixed display tearing

    Translations:

    Added translations for new components in Simplified Chinese, German, Italian, and English.
    Fixed translations for en.json
    Improved the docs

[close]


https://beavernotes.com/
Titel: Scite 5.4.3
Beitrag von: SiLæncer am 09 März, 2024, 21:31
(https://s26.postimg.cc/fbkgceeux/screenshot_1241.png)
Editor mit Syntax-Highlighting, Auto-Completion, Folding und vielem mehr...

Open Source

Changelog


Fix redo failure introduced with 5.4.2.
Add SC_AUTOCOMPLETE_SELECT_FIRST_ITEM option to always selects the first item in the autocompletion list.

[close]

www.scintilla.org/SciTE.html
Titel: Vim 9.1.0161
Beitrag von: SiLæncer am 10 März, 2024, 08:10
(https://s26.postimg.cc/xww5nc4zt/screenshot_1282.png)
A highly configurable text editor built to enable efficient text editing - an improved version of the vi editor distributed with most UNIX systems.

Freeware

Changelog


    translation(lt): Added Lithuanian translation of Tutor v. 1.4 by Laurynas StanZ?ikas (#14118)
    runtime(java): Recognise string templates (#14150)
    runtime(vim): Update base-syntax, improve :map highlighting (#14141)
    9.1.0161: expand() removes slash after env variable that ends with colon
    runtime(vim): Update base-syntax, improve :menu{,translate} highlighting (#14162)
    9.1.0160: Vim9: Add support for using a class type of itself in an object method
    9.1.0159: Crash in WinClosed after BufUnload closes other windows

[close]

http://www.vim.org/index.php
Titel: CudaText 1.210.5.0
Beitrag von: SiLæncer am 10 März, 2024, 09:30
(https://s26.postimg.cc/k6wu8qcrt/screenshot_901.png)
Create programming scripts with this powerful tool that supports more than 130 languages and allows users to work concurrently on as many as six groups of projects.

Freeware

Changelog
   

    Add: allow plugin HTML_Tooltips to show preview for WEBP pictures too
    Fix: CSS autocompletion: better add ';' if both {} brackets are on the current line; don't add ';' at all if we completed the property name (thanks @d-mal)
    Fix: snippets for 'void' HTML tags had bad endings (thanks @d-mal)
    Fix: Qt5 version: char '|' cannot be entered in Code-tree filter field / FindInFiles plugin (thanks @mix-7)
    Fix: Windows: fix for installation/uninstallation problems of the shell extension on new versions of Windows 11 (by @dinkumoil)
    Fix: plugin commands were not recorded to macros, if called from Plugins menu
    Fix: plugin HTML_Tooltips shows preview of BMP pictures buggy

[close]

https://cudatext.github.io/
Titel: SPFLite 3.0.24069
Beitrag von: SiLæncer am 10 März, 2024, 10:20
(https://i.postimg.cc/wT5s6g7J/screenshot-2635.png)
Rename, clone, delete, edit, print, exclude, touch, add to favorites and view your files using this intuitive software application.

License: GPLv3

Changelog

    If using Beta versions, the option to run only a single Instance was crippled. This has been corrected.
    An error in how AUTO files were loaded has been corrected. It was effectively turning colorization off.
    If an "EDIT file-name" command is issued, and the file does not exist, it is supposed to create an Empty file. It has not been doing so for some time. This has been corrected.
    The MRF (Most Recent File) list was not being consistently reset during startup, depending on the startup options. This has been corrected.
    A variety of problems related to the handling and display of messages has been corrected. Particularly with messages related to tab startup and shutdown. There were several messages of this type which were simply 'disappearing'.

[close]

http://www.spflite.com/Home.html
Titel: Notepad3 6.24.309.1 RC 3
Beitrag von: SiLæncer am 10 März, 2024, 18:10
(https://s26.postimg.cc/hqfjo9ard/screenshot_1232.png)
Notepad3 is a lightweight piece of software that overcomes some of the well-known limitations of Windows standard text editor while providing syntax highlighting support.

Freeware

Changelog

    NEW:

    [.###.#]- .
    [.307.1]- Option to choose between sub-line and whole-line selection on line-number margin click.
    [.111.1]- Allow selected lines movement for rectangular selection also.
    [.111.1]- Add detection of Windows 11 Version information.
    [.927.1]- Update "grepWinNP3" from current "grepWin" dev (GRE).
    [.903.1]- Python stream comment hack.
    [.830.1]- "DrawAnimatedWindow": Option to disable animated max./min. window.
    [.827.1]- Add Dark-Mode Contrast control for Schemes configuration.
    [.707.1]- Add new Toolbar button "New Empty Window".
    [.702.1]- Add new "grepWinNP3" icon for Launch and Search menu's (GRE).
    [.702.1]- Add new Toolbar button "Reset Zoom".
    [.619.1]- Indentation guide coloring on matching brace highlight.
    [.513.1]- Option on F/R dialog: incremental search ON/OFF.
    [.504.1]- Option: do not save blank new files.
    [.430.1]- Option to show/hide titlebar.
    [.424.1]- Localization in INNO Setup of "Open with Notepad3" (SUP).
    [.406.1]- Enhanced File-Change Notification Messagebox.
    [.327.1]- Menu entry to clear change/undo history.
    [.321.1]- Split Verilog Lexer (Verilog and SystemVerilog).
    [.320.1]- Add Lexer Verilog HDL.
    [.315.1]- Cooperation of Alt+LClick on Hyperlinks vs. extend selection.
    [.315.1]- Option to fill empty search text in F/R dialog.
    [.221.1]- Unicode point display (status bar) of current (caret pos) character.
    [.221.1]- Quotation Mark Auto-Close Functionality.
    [.220.1]- Add "np3encrypt" project to solution (cmd-ln tool).
    [.217.1]- Localization of the INNO Setup / Installer menus (SUP).

    CHANGES:

    [.###.#]- .
    [.307.1]- Line number margin option: switched from sub-line selection to whole-line selection.
    [.307.1]- [internal] Change memory copy method.
    [.302.1]- RegEx syntax for horizontal space matching (ONI).
    [.301.1]- DrawAnimatedWindow: only toggle between system settings and suppress-animation if used in system settings.
    [.228.1]- Limit width of left dead margin text area to max base font width (char width).
    [.228.1]- Try to preserve caret position and visible line positions after recoding.
    [.228.1]- Merging Zufuliu's non Lexilla custom Lexers for Kotlin and Dart.
    [.227.1]- Reusing size: definition of "Indentation Guide" scheme settings for text area offset to margin area.
    [.227.1]- Ini-Filereader: allow long suffix comments for numeric values.
    [.227.1]- Config-File: allow space or comment char after integer and float values.
    [.227.1]- Change indentation in case of complete line selected.
    [.224.1]- Explicit update toolbar and titlebar on drag n drop file.
    [1017.1]- Wrapping at long line marker.
    [1017.1]- Ctrl+I wraps according to highest column long-line-edge-marker, if defined.
    [.927.1]- Using selection color also for not focused selections (secondary and inactive).
    [.926.1]- Some refactoring regarding string comparison.
    [.913.1]- Line comment indentation for complaint prog. lng (issue 4983).
    [.827.1]- Python default dark-mode colors for comment and keywords.
    [.731.1]- Comment out "MSIX" attributes in applications manifest.
    [.718.1]- Move Join Lines, Split Lines, Fuse Lines, Preserve Paragr. from Lines to Selection menu.
    [.711.2]- Try to speed-up large file loading.
    [.710.1]- Try to minimize scrolling to view.
    [.709.1]- Patch Oniguruma engine to accept EOF as line-terminator.
    [.707.1]- Allow not suitable toolbar dimension.
    [.627.1]- Minor changes: CallTip/ToolTip (zoom).
    [.619.1]- Tooltip/Calltip style using Segoe UI font.
    [.616.1]- Web Source Code: enhancement for commenting in embedded scripts.
    [.526.1]- Removing square brackets from being valid codepoints of URL (hyperlink) regex.
    [.503.1]- Minor enhancement on log file monitoring.
    [.501.1]- Add some new sentences for Logfile Monitoring.
    [.430.1]- Some enhancements for Logfile Monitoring.
    [.430.1]- Changed message box for file change notification.
    [.430.1]- Keep Dark/Light Win Mode settings (if once set manually - else auto detect).
    [.430.1]- Disable menubar in fullscreen mode too.
    [.327.1]- Migrate GetTickCount() -> QueryPerformanceCounter().
    [.325.1]- Option for ASAN Dbg to not throw exception.
    [.321.2]- Default Print Colour Mode depending on Dark/Light Mode.
    [.321.2]- Renaming for Lexer related resource string IDs (defined names).
    [.321.2]- Verilog: split 'System Tasks' from 'Keywords'.
    [.320.1]- Update VHDL Lexer.
    [.320.1]- Dialog windows with special system menu: add 'burger' symbol.
    [.320.1]- Use relaxing default FileCheckInterval (2000[msec]).
    [.320.1]- Refactoring: use background worker helper.
    [.315.1]- RegExpr enhancements (ONI).
    [.315.1]- Use larger color bitmaps within color select buttons (customize schemes).
    [.315.1]- SCI add SendMessage macro (SCI).
    [.301.1]- Generic font names $Code/$Text prepend by number referring to priority list position.
    [.301.1]- Goto next/prev markers: respect last searched markers.
    [.224.1]- Delete matching brace/quote, if content in between is empty.
    [.224.1]- Make Code/Text font priority list configurable.
    [.224.1]- Enhance Display of Unicode Point.
    [.223.1]- In Statusbar remove "Ch" because the values are almost similar with "Col".
    [.223.1]- Use change-history-markers for bookmark find next/previous.
    [.223.1]- Enhancement for auto-close char-pairs.
    [.221.1]- All "Margins and Line Numbers" to "font:Consolas; size:-2; fore:#008080".
    [.220.1]- AnalyzeConfidenceLevel at least 90%.
    [.220.1]- Lexer TEXT using own Default settings (corresponding to ANSI Lexer).
    [.207.1]- Installer script resets "Theme files" only on user decision (SUP).

    FIXES:

    [.###.#]- .
    [.309.1]- Redo failure introduced with Scintilla v5.4.2 Bug 2432 (SCI).
    [.307.1]- Tinyexpr: integer values always shown in abs() format.
    [.307.1]- Remove duplicate lines.
    [.302.2]- Regression: RegEx: find previous line start (^) - skips empty lines (ONI).
    [.302.1]- Toolbar missing if started minimized.
    [.302.1]- TAB selection on empty line.
    [.302.1]- Regression:Initial show NP3 window minimized.
    [.228.1]- Preserve caret position after re-encoding.
    [.227.1]- Need PostMessage(WM_THEMECHANGED) event after recoding document.
    [.227.1]- Regex dot(.) not matching linefeed(LF)/newline character, if not enabled for line-breaks (ONI).
    [.224.1]- Settings2:DrawAnimatedWindow - support system settings.
    [.224.1]- Correction for settings2 DrawAnimatedWindow.
    [.111.1]- Horizontal mouse wheel scrolling direction.
    [.111.1]- Ctrl+Up/Down should keep selection.
    [.111.1]- "grepWinNP3": Search results context menu "Fix Open with Editor" (GRE).
    [.111.1]- "grepWinNP3": bug directly passed search path (GRE).
    [1117.1]- Reduce window flickering, fix cut last line.
    [1020.1]- Same behavior of "Ctrl+Shift+X".
    [1020.1]- MS Visual Studio "Line-Cut" (Ctrl+X) behavior on empty selection.
    [1017.1]- Show ColorDef Dlg always full visible.
    [.913.1]- RegularExpression broken.
    [.903.1]- Python Line Comment : respect indents.
    [.718.1]- Show hidden menu bar on Alt or F10 key.
    [.718.1]- TinyExpr Output formatter.
    [.711.1]- RegEx search with begin/end line meta chars.
    [.710.1]- Recoding for UTF-16.
    [.709.1]- Do not generally move selection to top on view.
    [.707.1]- Save also an "Empty" Replace string in history.
    [.707.1]- "LaunchInstanceFullVisible" feature.
    [.702.1]- Minor optimizations on initial window startup.
    [.702.1]- Scroll to preserved caret position on file load.
    [.702.1]- Menu View: correct positioning of active marks.
    [.702.1]- Initial show window at final position w/o repositioning.
    [.616.1]- Set color of horizontal ruler (folded block) to line number coloring.
    [.616.1]- Zoom tooltip moved out of margin area.
    [.616.1]- Don't show auto-completion list if typed word matches the one and only word in list.
    [.526.1]- PHP commenting embedded Web Source Code.
    [.521.1]- Minor issue in "Favorites" in INNO Setup (SUP).
    [.516.1]- Minor issue related to match selection counters.
    [.516.1]- "grepWinNP3" <-> Notepad3 interface regression (GRE).
    [.513.1]- Single File Instance' flag handling.
    [.513.1]- Minor bugs in "Open with Notepad3" in foreign languages (SUP).
    [.512.1]- Enforce hidden menu bar (if option selected).
    [.502.1]- Multi-replace: correct advance next insertion point in case of SCI_REPLACETARGETMINIMAL.
    [.502.1]- Cut (Ctrl+X) and Delete (Ctrl+D) last line (EOF -> EOL).
    [.502.1]- Minor bugs in "Reset Notepad3's settings and themes" (SUP).
    [.430.1]- Switch to "Log Monitoring" id commandline option "/l" is given.
    [.430.1]- Regression: save readonly file.
    [.426.1]- Minor bugs in localization of "Open with Notepad3" (SUP).
    [.406.1]- Some more issues around "File Change Monitoring".
    [.406.1]- Integration and Notification of DirectoryObserver and FileChanged-Polling.
    [.406.1]- Issue "file changed on disk" for silent mode on closing.
    [.327.1]- Some clean-up in uninstalling "Notepad3_setup" (SUP).
    [.327.1]- Oniguruma line-break handling (CRLF & CR) support.
    [.325.1]- Book/Change-Mmarker search: high prio on Book-Marker.
    [.325.1]- Fallback on LoadIconWithScaleDown() failed.
    [.320.2]- Deprecated settings key-names handling ('FileCheckInverval').
    [.320.1]- Notification adjustment in case of externally deleted file.
    [.320.1]- Min. FileCheckInterval 500msec, else notify immediately.
    [.320.1]- Missing file path display name.
    [.320.1]- "_beginthreadex_proc_type" correction for Win32(x86).
    [.320.1]- Reactivate FileChangeInterval (used on dir changed notification too).
    [.315.1]- Shift+Alt+Click on Hyperlink should not fire Hyperlink action.
    [.315.1]- In case of no file args: open empty doc instead of file open dialog.
    [.315.1]- Creating New file in current working directory.
    [.315.1]- Don't reset "dirty flag" after file loading (in case of EOL or indent correction).
    [.302.1]- Remove session state from default font from list retrieval.
    [.301.1]- Backward compat. for .ini param 'FileCheckInverval' (typo).
    [.301.1]- 'FileCheckInterval' instead of 'FileCheckInverval' (typo).
    [.301.1]- Find marker next/prev.
    [.301.1]- Find consecutive change marker begin.
    [.228.1]- "grepWinNP3": properly search from the file beginning again ("grepWin" bugfix) (GRE).
    [.228.1]- Navigate marker: consecutive change-marker handled as single mark.
    [.224.1]- SplitUndoTypingSeqOnLnBreak and UndoTransactionTimeout.
    [.223.1]- Minor changes for Unicode Point display.
    [.221.1]- Repair jump to line (Alt+Click) and related command line search.
    [.221.1]- Correction to LineSpace evaluation TEXT files.
    [.221.1]- Lexer TEXT using own Default but inheriting from Common Base.
    [.220.1]- WSL2 simple path and NP3 options given with slash.
    [.220.1]- Representation of EOLs in case of GDI technology (use default).
    [.220.1]- Find previous skips finding at begin.
    [.220.1]- Use random IV for np3encrypt.
    [.217.2]- Encoding as "UTF-8 Signature" for Korean INNO Setup menus (SUP).
    [.207.1]- Line spacing in TEXT Lexer.
    [.204.1]- Don't force top-left if window does not fit to monitor.

    REMOVED:

    [.###.#]- .
    [.827.1]- Removal of the "es-MX" language to keep only the "es-ES" language (MUI).
    CHANGES Versions in Tools or Libraries:
    [.307.1]- Update Lexilla Library (LEX) version 5.3.1 dev. (2024-03-05).
    [.307.1]- Update Scintilla Library (SCI) version 5.4.2 dev. (2024-03-05).
    [.101.1]- Update grepWinNP3 (GRE) version 2.1.15.48 (2024-01-10).
    [.101.1]- Update Oniguruma Regex (ONI) engine version 6.9.9 (2023-10-14).
    [1213.1]- Update MiniPath (MIN) version 1.0.2.191 (2022-12-13).

    TRANSLATIONS (MUI):

    [.###.#]- .
    [.419.1]- Indonesian (id-ID).

[close]

https://www.rizonesoft.com/downloads/notepad3/
Titel: novelWriter 2.3
Beitrag von: SiLæncer am 10 März, 2024, 21:20
(https://i.postimg.cc/WbM4JQSb/screenshot-2073.png)
Write novels more comfortably and efficiently through this markdown-like text editor, which provides users with many avenues to organize their text.

Donationware     /  GPLv3

Changelog


    Bugfixes:

    Fix an issue where the Tags and References panel below the document viewer was not cleared if a project was opened, closed, and a new project with no tags defined were opened again. PR #1720. Issue #1718.
    Fixed an issue where multi-selecting documents in Trash would give the option to again move items to Trash. The menu now properly offers the option to permanently delete the documents. PR #1728.
    Fixed an issue where multi-select for deletion would only process the item right-clicked, and not all the selected items. PR #1728.
    Changed the error message that pops up when trying to open a project from the Welcome dialog that no longer exists. The error message should no indicate that the project was not found, as opposed to unreadable. PR #1740. Issue #1737.

    Improvements:

    The build tool no longer inserts a scene separator immediately after a partition heading, and should now behave the same way as for chapters. If there is text before the first scene break, the text flows continuously without a separator. PR #1716. Issue #1704.
    Added one new GUI theme named "Cyberpunk Night" by @alemvigh. Also added a matching "Cyberpunk Night" document editor theme by @alemvigh, and a new Tango theme by @vkbo. PR #1738. Issue #1730.
    When the Welcome dialog fails to open a project, and there is not already a project open in the app, the Welcome dialog appears again. PR #1740. Issue #1737.

    Internationalisation:

    Norwegian and US English translations updated by @vkbo. PR #1714.
    Japanese translation updated by @hebekeg. PR #1714.
    Italian translation updated by Lou Cyper (loucyper1). PR #1714.
    Dutch translation updated by Annelotte and Martijn van der Kleijn (@mvdkleijn). PR #1714.
    Latin American Spanish translation updated by @tmarplatt. PR #1741.
    German translation updated by Myian (@HeyMyian). PR #1741.

    Other Changes:

    Removed the novelwriter-cli entry point that was in any case broken. PR #1734. Issue #1732.

[close]

https://novelwriter.io/
Titel: Vim 9.1.0165
Beitrag von: SiLæncer am 11 März, 2024, 08:20
Whats new:>>

    runtime(doc): Update Markdown syntax, add missing configs
    9.1.0165: Vim9: Importing an autoload imported script fails
    9.1.0164: Internal error when passing invalid position to getregion()
    9.1.0163: Calling STRLEN() to compute ml_line_textlen when not needed
    9.1.0162: problem with writing extended attributes on failure
    translation(lt): Added Lithuanian translation of Tutor v. 1.4 by Laurynas StanZ?ikas (#14118)
    runtime(java): Recognise string templates (#14150)
    runtime(vim): Update base-syntax, improve :map highlighting (#14141)

http://www.vim.org/index.php
Titel: Znote 2.5.4
Beitrag von: SiLæncer am 11 März, 2024, 19:10
(https://i.postimg.cc/qvfVnLWd/screenshot-2617.png)
Znote is a free, elegant program meant to help you write beautifully organized Markdown documents. You can organize your texts, notes, and files even better, using the simplistic left-side widget organizer for smoothly navigating different files.

Open Source  /  Freemium

Whats new:>>

Ollama integration

https://znote.lagrede.fr/
Titel: PilotEdit Lite 18.4.0
Beitrag von: SiLæncer am 11 März, 2024, 21:20
(http://www.pilotedit.com/images/OpenInQuickMode.PNG)
PilotEdit is a text, hex, XML, C/C++, HTML, PHP, Java, Javascript and Perl editor that can edit large files of 400GB (40 billion lines).

It offers customizable syntax and keyword highlighting, advanced search and replace operations, automatic text encoding, 256-bit AES encryption/decryption and a built-in FTP/SFTP client lets you open, edit, download and upload large files directly to/from a FTP/SFTP server.

In addition to standard text editing features, PilotEdit can compare and merge two large files of 100GB (10 billion lines). You can also sort, find/remove duplicate lines and extract strings over a large file of 1GB.

Freeware

Zitat
Includes improvements over creating indexes.

http://www.pilotedit.com/
Titel: Vim 9.1.0168
Beitrag von: SiLæncer am 12 März, 2024, 09:10
Whats new:>>

    9.1.0168: too many STRLEN() calls
    runtime(vim): Update base-syntax, improve number matching (#14175)
    9.1.0167: Changing buffer in another window causes it to show matchparen
    9.1.0166: Internal error with blockwise getregion() in another buffer
    translation(lt): Update Lithuanian translation of Vim tutor to v.1.7 (#14176)
    runtime(doc): improve 'winfixbuf' docs (#14180)
    runtime(doc): Update Markdown syntax, add missing configs

http://www.vim.org/index.php
Titel: Vim 9.1.0173
Beitrag von: SiLæncer am 13 März, 2024, 09:10
(https://s26.postimg.cc/xww5nc4zt/screenshot_1282.png)
A highly configurable text editor built to enable efficient text editing - an improved version of the vi editor distributed with most UNIX systems.

Freeware

Changelog


    9.1.0173: msgfmt ver. 0.22 forcibly converts text to UTF-8
    runtime(doc): add reference to matchbufline() at :h search()
    9.1.0172: More code can use ml_get_buf_len() instead of STRLEN()
    9.1.0171: Small split-move related improvements
    9.1.0170: Re-allow curwin == prevwin, but document it instead
    9.1.0169: current window number returned by tabpagewinnr may be outdated

[close]

http://www.vim.org/index.php
Titel: QOwnNotes 24.3.2
Beitrag von: SiLæncer am 13 März, 2024, 21:50
(https://s26.postimg.cc/hoi1ahlcp/screenshot_978.png)
QOwnNotes is a text editor / notepad replacement with markdown support and todo list manager. The program supports themes, keyboard shortcuts, syntax highlighting, and encryption. Includes available nested file list, tags, search, and more. Optionally works with the notes application ownCloud or Nextcloud.

Cross-platform with clients available for Mac and Linux.

License: GPL

Whats new:>>

    The creation of not existing linked notes was fixed for Windows
    (for #2899 )
    Now more platform information will be added to the Platform debug information,
    like xcb and wayland
        And information about the available database drivers was added
    added more Korean translation (thank you venusgirl)

http://www.qownnotes.org/
Titel: Vim 9.1.0178
Beitrag von: SiLæncer am 14 März, 2024, 08:10
(https://s26.postimg.cc/xww5nc4zt/screenshot_1282.png)
A highly configurable text editor built to enable efficient text editing - an improved version of the vi editor distributed with most UNIX systems.

Freeware

Changelog


    9.1.0178: E1513 might be confusing
    9.1.0177: Coverity reports dead code
    9.1.0176: Cursor column wrong with 'virtualedit' and conceal
    9.1.0175: wrong window positions with 'winfix{width,height}'
    9.1.0174: 'cursorline' and 'wincolor' hl missing with conceal and wrap
    runtime(mswin): revert back the check for clipboard_working support

[close]

http://www.vim.org/index.php
Titel: QOwnNotes 24.3.3
Beitrag von: SiLæncer am 15 März, 2024, 08:02
Whats new:>>

added a new editor color schema VSCodium by @nkahe
(for #2982 )

http://www.qownnotes.org/
Titel: Vim 9.1.0181
Beitrag von: SiLæncer am 15 März, 2024, 09:20
Whats new:>>

    9.1.0181: no overflow check for string formatting
    9.1.0180: Cursor pos wrong when double-width chars are concealed
    9.1.0179: 'wincolor' highlight missing with "below" virtual text
    runtime(mswin): still another clipboard_working test

http://www.vim.org/index.php
Titel: Kate 24.02.0
Beitrag von: SiLæncer am 16 März, 2024, 10:10
(https://i.postimg.cc/J44dFswF/screenshot-2330.png)
Text editor that features support for a wide variety of programming languages, syntax highlighting and scripts, which also provides you with an extensive configuration window.

License: GPL /  Donationware

https://kate-editor.org/
Titel: EmEditor Professional 24.0.1
Beitrag von: SiLæncer am 16 März, 2024, 10:20
(https://i.postimg.cc/vmqgmtjb/screenshot-2069.png)
EmEditor is a lightning-fast, tabbed text editor with themes, syntax highlighting, stay-on-top, and customizable keyboard mapping. The program supports batch find-and-replace, regular expressions, and more.

Changelog


    Fixed an issue that caused the import and export settings to inadvertently copy a device ID to another computer.
    Fixed a bug where selecting a single column without “Cell Selection Mode” enabled would not copy the right-side delimiter.
    Fixed a bug where selecting and converting (for example, to Uppercase) a column in a CSV with invalid syntax would convert the entire line.
    Fixed customer-reported issues.

[close]

https://www.emeditor.com
Titel: Hexiwin 0.61
Beitrag von: SiLæncer am 17 März, 2024, 19:10
(https://i.postimg.cc/Rh1KtMtb/screenshot-2606.png)
Edit hexadecimal values or ASCII characters in order to modify or tweak a file at its roots, using this lightweight editing tool.

Freeware

https://www.wjack.com/hexiwin/
Titel: Vim 9.1.0184
Beitrag von: SiLæncer am 17 März, 2024, 20:20
Whats new:>>

Cursor pos wrong when clicking with conceal and wrap.

http://www.vim.org/index.php
Titel: Bluestone 0.21.0
Beitrag von: SiLæncer am 17 März, 2024, 20:40
(https://i.postimg.cc/yxRQCfB5/screenshot-2499.png)
Bluestone is an open-source Markdown editor that takes a what you see is what you get (WYSIWYG) approach to the language, making working with it easier to assimilate, while also providing some interesting amenities, such as document synchronization capabilities.

License: AGPL

Changelog


    When editing the space path and saving it, the space is reinitialized.
    Inserting local images is changed from reference to copy.
    Bluestone File Url can be copied.
    Determine the link media type when pasting a link.
    Switch documents to automatically scroll back to the top.
    Fixed an issue where clicking the editor would occasionally scroll back to the top.
    Fixed an issue where media files sometimes cannot be selected when clicking on them.
    The sharing service program is adapted to the latest version of the editor and automatically synchronizes the remote mapping path when the file name changes.
    Remote media can insert video and audio.
    When exporting unsaved documents to pdf, you will be prompted to save them.
    Optimize interaction and correct details.

[close]

https://www.bluemd.me/
Titel: CudaText 1.211.0.0
Beitrag von: SiLæncer am 17 März, 2024, 21:30
(https://s26.postimg.cc/k6wu8qcrt/screenshot_901.png)
Create programming scripts with this powerful tool that supports more than 130 languages and allows users to work concurrently on as many as six groups of projects.

Freeware

Changelog
   

    Add: text search without RegEx has big speedup on huge lines; e.g. for line len=400K, with 25K matches, 'Count all'/'Select all'/'Mark all' are improved from ~30 sec to ~0.5 sec
    Add: text replacement (with and without RegEx) has big speedup on huge lines; e.g. for line len=400K, with 25K matches, 'Replace all' is improved from ~110 sec to ~0.5 sec
    Add: when option "find_hi_max_lines" limit is over, still highlight occurrences, but only in the visible editor area; button "Hi" in the Find dialog is not disabled anymore (thanks @pintassilgo)
    Add: lexer 'Search results' better supports code-tree
    Add: after inserting line-break by Enter line became space-only? then make it empty. like Sublime (thanks @pintassilgo)
    Add: detection of JS scripts by 'shebang', like '#!/usr/bin/node'

[close]

https://cudatext.github.io/
Titel: KeyNote NF v1.9.1.01
Beitrag von: SiLæncer am 18 März, 2024, 07:20
(https://i.postimg.cc/0yh1pK6X/screenshot-2591.png)
KeyNote NF is a tabbed notebook that is particularly suitable for writing and organizing free-form information, especially those that fit naturally within a tree-based structure, such as lists or outlines. It supports rich text and images, multi-level notes and strong encryption. A search function quickly locates information you are looking for. Notes can also be securely encrypted using IDEA or Blowfish.

KeyNote NF is a fork of the original open-source Keynote, which is no longer being developed. It adds many new features, including check boxes on children of selected nodes, hidden nodes, alarms on nodes, better treatment of tables, improved treatment of links, multi-language support, automatic compression, etc.

License:    MPL 2.0

Changelog


    Important - You could lose data:

        Fixed: Importing RTF or HTML files as new nodes or notes could prevent recognition of the next node or note.
        Fixed: Changes made in the Scratch panel are being discarded when selecting another tab in the resources panel

    Fixed: UTF8 files without BOM were treated as ANSI files
    Improved: When navigating back in history it will return to the exact visible position in the editor
    New: Returning to a node now retrieves the exact position in the editor, including status bar scrolling
    New: Ctrl+Shift+Up/down will smoothly move the scroll bar vertically
    Improvements in "Normal vs maximum tree width" functionality
    Fixed: Export... It must be checked in the options that the "Symbols" field is not empty
    Fixed: Export notes... Error when selecting "Export each node to a separate target file"
    Fixed: Removed possible hidden characters when exporting from tree panel context menu
    Fixed: Editor needed to be refreshed in certain situations (if enabled Alternative Margins). Also Scratch editor
    Fixed: Import as new node or as new note always showed the Editor content at 100% zoom...
    Minimal change to try to resolve "Resource Panel>Favorites, not autocomplete"

[close]

https://github.com/dpradov/keynote-nf
Titel: novelWriter 2.3.1
Beitrag von: SiLæncer am 18 März, 2024, 08:10
(https://i.postimg.cc/WbM4JQSb/screenshot-2073.png)
Write novels more comfortably and efficiently through this markdown-like text editor, which provides users with many avenues to organize their text.

Donationware     /  GPLv3

Changelog


    Internationalisation:

    Fix untranslated text on the "Project Word List" dialog.
    Fix untranslated text on the dialog that pops up after an upgrade,
    Fix error in Norwegian translation.
    Allow the translated text for adding chapter and scenes on the Welcome dialog to flow around the number selector since the number is inserted into the sentence, and not all languages will split the sentence around the number like is done in English. PR #1754. Issue #1750.
    French translation updated by Albert Aribaud
    Minor updates to other translations for the 2.3.1 fixes by other contributors.

    Other Changes:

    Bump the revision of the project file format to 1.5 Revision 3 from Revision 2. This should have been done in the 2.3 release due to the addition of the Templates root folder type.

[close]

https://novelwriter.io/
Titel: Vim 9.1.0186
Beitrag von: SiLæncer am 18 März, 2024, 08:40
Whats new:>>

    runtime(doc): clarify close behaviour for :term
    runtime(go): `goPackageComment` highlighting too broad
    9.1.0186: cursor pos wrong on mouse click after eol with 'rl', 've' and conceal
    9.1.0185: 'wincolor' hl missing with 'rightleft', "below" virttext, 'nowrap'
    runtime(indent-test): MS-Windows: Add Makefile for running indent tests

http://www.vim.org/index.php
Titel: Notepad2 by Zufu Liu 4.24.03r5146
Beitrag von: SiLæncer am 18 März, 2024, 10:20
(https://i.postimg.cc/Qx8J7y8Y/screenshot-2613.png)
Write in a wide variety of programming languages through the use of this comprehensive, free and open-source text processor with syntax highlighting support.

BSD License

Changelog


    Lexer and API updates: AutoHotkey (f9fcb64), C# (c19dd24), CMake (6b0abdb), CSS (29ec2c3 and 7c12b83), Dart (76cc703), HTML (8a57f67), JavaScript (3ef4362), Nim (c19dd24), PowerShell (92c9645), Ruby (6984ae8), Swift (5479ed3 and 4e05bfb), Texinfo (2478f9c), TOML (24afa81)
    Support /p (print file with default printer and options) command option, issue #763. ba2a0d7
    Add new selection mode "Old Visual Studio", issue #761. ce5a15e
    Other bug fixes and improvements.

[close]

https://github.com/zufuliu/notepad2
Titel: Pandoc 3.1.12.3
Beitrag von: SiLæncer am 18 März, 2024, 14:20
(https://i.ibb.co/6mSXKdx/pandoc.png)
Pandoc is a command-line utility that can convert files from one markup format into another. Pandoc's enhanced version of Markdown includes syntax for footnotes, tables, flexible ordered lists, definition lists, fenced code blocks, superscripts and subscripts, strikeout, metadata blocks, automatic tables of contents, embedded LaTeX math, citations, and Markdown inside HTML block elements. (These enhancements, described further under Pandoc's Markdown, can be disabled using the markdown_strict input or output format.)

License: Open Source

Changelog

    Markdown reader: Fix bug with footnotes at end of fenced div ( #9576 ).

    LaTeX reader:

        Improve tokenization of @ ( #9555 ). Make tokenization sensitive to \makeatletter/ \makeatother. Previously we just always treated @ as a letter. This led to bad results, e.g. with the sequence \@. eg, a\@ b would parse as “ab” and a\@b as “a”.
        Make withRaw work inside parseFromToks ( #9517 ). This is needed for raw environments to work inside table cells.
        Better handling of table colwidths ( #9579 ). Previously the parser just failed if the column width specified in p{} wasn’t a multiple of \linewidth. This led to cases where content was skipped.

    Typst writer:

        Add ‘kind’ parameter to figures with tables ( #9574 ).
        Avoid unnecessary box around image in figure ( #9236 ).
        Omit width/height in images unless explicitly specified ( #9236 ). Previously we computed width/heigth for images that didn’t have size information, because otherwise typst would expand the image to fit page width. This typst behavior has changed in 0.11. This change fixes a bug in which images would sometimes overflow page margins, depending on their intrinsic size.
        Don’t add hard-coded inset to tables ( #9580 ). Instead, set this globally in the default template, allowing it to be customized.

    LaTeX template: Fix block headings support for unnumbered paragraphs ( #9542 , #6018 , Oliver Fabel).

    HTML templates: Replace polyfill provider ( #9537 , @SukkaW). Replace polyfill.io with cdnjs.cloudflare.com/polyfill. polyfill.io has been acquired by Funnull, and the service has become unstable.

    Korean translations: delete colon in translation for ‘to’. This was invalid YAML, and not desired anyway, since a colon is added.

    Use latest commonmark, commonmark-extensions. This fixes a 3.12 regression in parsing of commonmark/gfm autolinks ( jgm/commonmark-hs#151 ).

    Depend on djot 0.1.1.3, which fixes a serious parsing bug affecting regular paragraphs after lists.

    Depend on latest skylighting, skylighting-core, typst-hs, texmath.

    MANUAL.txt: Change broken link to IDML cookbook ( #9563 ).

[close]

https://github.com/jgm/pandoc
Titel: Zettlr 3.1.0 Beta 1
Beitrag von: SiLæncer am 18 März, 2024, 18:50
(https://s26.postimg.cc/vfll9p4mh/screenshot_956.png)
Write text and conveniently edit it using Markdown with the help of this user-friendly and well-thought-out, Electron based application.

MIT License

Release Notes

    Fixed a serious bug during save that would effectively remove any non-standard linefeeds (such as CRLF or LFCR) during save, leading to various issues with detecting external changes
    The dialogs are now modal even on Linux. Previously, they weren't due to (likely) a bug in Electron. We've now undone this in the hopes that the original bug that this fixed doesn't re-occur, so please report any problems you may encounter.
    The app now shows the precise git commit hash from which it was compiled (in the About Debug tab). This might help reproduce bugs in the future.
    Fixed an issue with the visual list indentation. This should reduce the "wobble" some were experiencing when using tabular characters for indentation as well as line up the list markers with the rest of the text.
    We've switched from the legacy YAML implementation to the new mode implementation. This means that some syntax highlighting has slightly changed, but this will give us more control over the various frontmatter blocks.
    Removed fuzzy translation matching. This has led to our translation library gettext to auto-translate sentences that appeared similar, which has led to confusion. That being said, should you find odd-sounding translations if you're not using English (US) as your app language, this is likely an issue that can be easily solved and we would like to invite you to become a translator. All you need to know can be found on the project repository.
    Other than that, we've fixed various minor things here and there.

[close]

Download: https://github.com/Zettlr/Zettlr/releases

https://www.zettlr.com/
Titel: Beaver Notes 3.0.0
Beitrag von: SiLæncer am 18 März, 2024, 21:10
(https://i.postimg.cc/PxLbRkD2/screenshot-2593.png)
Organize your course notes, journal entries and activity planner via this free and open-source word processor with cross-platform compatibility.

MIT License

Changelog


Quality of life improvements:

    Features:

    Toggle to expand page
    Improvements:
    Better Links
    Fixed toolbar padding
    Better Sync
    Improved Tables
    New command prompt

    Translations:

    Added translations for new components in Simplified Chinese, Dutch, German, Italian, and English.

    What's Changed:

    translate: improve some transltions by @bigshans in #147
    translate: make the translation more correct by @bigshans in #148
    getting ready for version 3.0.0 by @Daniele-rolli in #150

[close]


https://beavernotes.com/
Titel: QOwnNotes 24.3.4
Beitrag von: SiLæncer am 18 März, 2024, 22:30
(https://s26.postimg.cc/hoi1ahlcp/screenshot_978.png)
QOwnNotes is a text editor / notepad replacement with markdown support and todo list manager. The program supports themes, keyboard shortcuts, syntax highlighting, and encryption. Includes available nested file list, tags, search, and more. Optionally works with the notes application ownCloud or Nextcloud.

Cross-platform with clients available for Mac and Linux.

License: GPL

Whats new:>>

For the dark-mode there now is a new icon for the clear button for all line edits, like the note search field, in the main window and all dialogs (for #2986)

http://www.qownnotes.org/
Titel: Vim 9.1.0187
Beitrag von: SiLæncer am 19 März, 2024, 09:10
(https://s26.postimg.cc/xww5nc4zt/screenshot_1282.png)
A highly configurable text editor built to enable efficient text editing - an improved version of the vi editor distributed with most UNIX systems.

Freeware

Changelog


    runtime(syntax-tests): regenerate c_00 and markdown dumps
    runtime(syntax-tests): include missing changes
    runtime(rust): Respect no_plugin_maps and no_rust_maps globals (#14221)
    runtime(syntax-tests): Retrofit input/c.c. with TEST_SETUP
    runtime(syntax-tests): Support sourceable Vim configuration for syntax tests
    runtime(syntax-tests): Support embeddable Vim configuration for syntax tests
    runtime(doc): Recover some missed commas and periods in starting.txt
    9.1.0187: filetype: no support for Dafny files
    runtime(vim): Update base-syntax, improve :highlight command (#14228)
    runtime(doc): clarify close behaviour for :term
    runtime(go): `goPackageComment` highlighting too broad

[close]

http://www.vim.org/index.php
Titel: HelpNDoc Personal Edition 9.1.0 Build 198
Beitrag von: SiLæncer am 19 März, 2024, 19:40
(https://i.postimg.cc/YS8RRdY8/screenshot-2617.png)
HelpNDoc provides all the tools necessary to write complete help files, manuals and documentations in a user friendly and very easy to use environment. HelpNDoc can generate standard Windows CHM help files, WEB based documentation, iPhone specific websites as well as printable PDF and Word documents.

HelpNDoc is completely free for personal use and evaluation purposes.

Changelog

    New Dynamic Content library item: HTML code and scripts inserted within topics are interpreted at generation time to produce dynamic content
    Added ability to duplicate pre- and post-build actions from one build to another one
    It is now possible to delete recent projects or recent places from the lists in the welcome page or file menu by right-clicking an item
    Table background colors could sometimes be incorrectly exported to HTML-based documentation formats
    It wasn't possible to paste or drop formatted HTML content within the topic editor, snippet editor or any other rich-text editors anymore
    When opening an existing project, it could incorrectly be marked as modified when it wasn't
    Navigating to the project options panel could set the project as modified when it wasn't
    The insert library item popup menus have been redesigned to allow faster navigation and insertion from libraries with a large number of items
    Duplicating a build didn't duplicate its pre-build and post-build actions
    Duplicating a build didn't duplicate its list of overridden library items
    The quick access toolbar's position above or below the ribbon wasn't correctly restored between sessions
    Editing some image maps could lead to an empty image being displayed in some rare cases
    Some rare very old projects which have been migrated to version 9 could be partially generated when they contained snippets
    In the library item editor, the equation preview could be incorrectly placed at the bottom of the window when it should fit within the available space
    Application could incorrectly notify the Windows system that projects in the "Recent projects" list were recently opened when they were not
    HelpNDoc application's startup is now faster
    Simplified dictionaries related API by removing unneeded methods

[close]

http://www.helpndoc.com/
Titel: Vim 9.1.0188
Beitrag von: SiLæncer am 20 März, 2024, 10:10
Whats new:>>

    9.1.0188: filetype: no support for Vento files
    runtime(vim): Update base-syntax, disallow '.' at start of menu item names (#14232)
    runtime(syntax-tests): regenerate c_00 and markdown dumps
    runtime(syntax-tests): include missing changes
    runtime(rust): Respect no_plugin_maps and no_rust_maps globals (#14221)
    runtime(syntax-tests): Retrofit input/c.c. with TEST_SETUP
    runtime(syntax-tests): Support sourceable Vim configuration for syntax tests
    runtime(syntax-tests): Support embeddable Vim configuration for syntax tests
    runtime(doc): Recover some missed commas and periods in starting.txt

http://www.vim.org/index.php
Titel: Vim 9.1.0192
Beitrag von: SiLæncer am 21 März, 2024, 09:20
Whats new:>>

    runtime(colors): don't unnecessarily reload v:colornames dict
    9.1.0192: drop: don't rewind when editing the same file
    9.1.0191: Installer does not remove all files
    9.1.0190: complete_info() returns wrong order of items
    runtime(deb822sources): Add minimal ftplugin (#14240)
    9.1.0189: Memory leak with "above" virttext and 'relativenumber'

http://www.vim.org/index.php
Titel: QOwnNotes 24.3.5
Beitrag von: SiLæncer am 21 März, 2024, 22:30
Whats new:>>

Now text between two asterisks in in-line code blocks in a bullet point list gets
highlighted correctly (for #2972 , thank you, @Waqar144)

http://www.qownnotes.org/
Titel: Vim 9.1.0196
Beitrag von: SiLæncer am 22 März, 2024, 08:20
Whats new:>>

    CI: mingw complains about unknown escape sequence: 'l', fails with libsodium (#14259)
    runtime(vim): Update base-syntax, improve function definition highlighting (#14203)
    9.1.0196: filetype: support for gnuplot files is lacking
    9.1.0195: memleak with ex_drop, NULL dereference
    9.1.0194: gcc complains about uninitialized var
    9.1.0193: May leak memory in completion when ga_grow() fails
    runtime(colors): don't unnecessarily reload v:colornames dict

http://www.vim.org/index.php
Titel: RJ TextEd 16.15
Beitrag von: SiLæncer am 23 März, 2024, 19:50
(https://s26.postimg.cc/775l9vjeh/screenshot_593.png)
RJ TextEd - A Unicode source and text editor. RJ TextEd is a full featured text and source editor with Unicode support, syntax highlighting and code folding. The functionality extends beyond text files and includes support for HTML editing with integrated preview, spell checking, auto completion, HTML validation, templates and more. The program also include support for Topstyle Lite CSS editor, has a dual pane file commander, as well as a FTP client to upload your files. The editor uses language files to display menus and dialogs in different languages. There are several included languages. New language files can easily be created in the editor. RJ TextEd is also a simple web development tool. The editor can use auto completion and hints to assist you in editing your source code. You can preview HTML/ASP/PHP... code using one of the preview tabs or open a document in a browser. The editor does not only handle source code. It also handles true ASCII files, binary files and of course plain text files.

License: Freeware

Changelog


Replace multiple expressions

Added a new feature to replace several expressions at once.

It can be used on the current documents, all open documents, project files or on files in a folder.

Each find/replace item holds a find and replace string plus options (case, match word, regular expression).

Only checked items in the expression list is used.

A menu item has been added in the search menu.

Find/Replace

Made several changes to the search-bar and search dialog window to make it look cleaner, and I added several new features as well.

Pin search items

It is now possible to pin a search string. A pinned item will appear at
the top of the find drop-down list with a pin icon beside it.

Unpin search item

A pinned item can also be unpinned. The find expression is then moved below
the pinned items, in the list.

Delete an item

You can completely remove an item from the drop-down list.

Clear All

Clear all items in the drop-down list. A prompt is displayed to ask if you
wish to remove all pinned items as well.

Editor toolbar

Added a "Capitalize" button.

Emmet abbreviations

Fixed some issues if tabs are used for indention.

Fixed

* Ctrl+Del issue.
* Vertical cursor line issues.

[close]

http://www.rj-texted.se/
Titel: Text Editor Pro 28.4.4
Beitrag von: SiLæncer am 24 März, 2024, 22:20
(https://s26.postimg.cc/hfdkhoj9l/screenshot_896.png)
Text Editor Pro (formerly EditBone) is a powerful text editing tool that comes with syntax highlighting support for over 50 languages and scripts, customizable with over 100 options, 29 ready made styles, a handy file comparison feature, unicode character map, numerical unit convert tool, SQL formatter, and support for multiple directories and search results.

Freeware

Changelog


    Fixed application activation
    Fixed button bar control
    Fixed highlighters
    Fixed PDF view control
    Fixed replace
    Fixed search
    Fixed text editor control
    Updated FastMM5 memory manager
    Updated PDFium 124.0.6365.0 binaries (DLL files)

[close]

https://texteditor.pro/
Titel: Vim 9.1.0202
Beitrag von: SiLæncer am 25 März, 2024, 09:20
Whats new:>>

    runtime(netrw): Fix typo in netrw#NetWrite (#14283)
    NSIS: Update nsis installer and nsis docs (#14256)
    runtime(compiler): update errorformat for dot and neato compiler (#14257)
    9.1.0202: leaking memory in add_user() on failure
    9.1.0201: gM not working correctly with virt text
    9.1.0200: `gj`/`gk` not skipping over outer virtual text lines
    runtime(termdebug): allow multibyte characters as breakpoint signs (#14274)

http://www.vim.org/index.php
Titel: CudaText 1.211.3.0
Beitrag von: SiLæncer am 25 März, 2024, 19:20
(https://s26.postimg.cc/k6wu8qcrt/screenshot_901.png)
Create programming scripts with this powerful tool that supports more than 130 languages and allows users to work concurrently on as many as six groups of projects.

Freeware

Changelog
   

    Add/change: when find-dialog "Hi" option is on, and document is 'big' (option "find_hi_max_lines" has effect, or horizontal scrollbar is wider than 400 chars), show Hi_All marks only for the visible screen area and update marks on scrolling; it should not slow down editor significantly (thanks @pintassilgo)
    Add: find-dialog "Hi" option: finding in the visible screen area is now much faster for huge lines (handles only visible portion of the line)

[close]

https://cudatext.github.io/
Titel: Znote 2.5.5
Beitrag von: SiLæncer am 25 März, 2024, 22:10
(https://i.postimg.cc/qvfVnLWd/screenshot-2617.png)
Znote is a free, elegant program meant to help you write beautifully organized Markdown documents. You can organize your texts, notes, and files even better, using the simplistic left-side widget organizer for smoothly navigating different files.

Open Source  /  Freemium

Whats new:>>

    Bug fixes:

    Window drag on Tabs background
    Font size issue at startup

https://znote.lagrede.fr/
Titel: Vim 9.1.0205
Beitrag von: SiLæncer am 26 März, 2024, 08:10
Whats new:>>

Cannot use modifiers before :-Ntabmove

http://www.vim.org/index.php
Titel: yWriter 7.1.5.4 Beta
Beitrag von: SiLæncer am 26 März, 2024, 10:10
(http://www.spacejock.com/images/yWriter5Main.png)
yWriter allows you to split your novel into chapters and scenes, simplifying the process of text writing. You can reorder scenes within chapters or change their content, title and description. If you notice that you mistyped a word, yWriter enables you to do a global text search and replace it. With yWriter you can easily keep journals, diaries or create your own stories and novels.

Freeware

Whats new:>>

fixed Ctrl+clicking not toggling selection in lists where multiple items were selected.

http://www.spacejock.com
Titel: Google Web Designer 16.0.3.0320
Beitrag von: SiLæncer am 26 März, 2024, 20:40
(https://i.postimg.cc/1zmQ8Bbd/screenshot-1406.png)
Google Web Designer allows you to create engaging, interactive HTML5-based designs and motion graphics that can run on any device. Let us handle the HTML5 and CSS3 so you're free to focus on what you love to do: creating gorgeous visual experiences. A full design suite lets you easily bring any vision to life. If you're feeling more hands-on, all the code behind your designs is hand-editable, so you're never locked out of your own work. Your ideas are now amplified by code - not restricted by it.

Freeware

Whats new:>>

Fixed mask animation in Safari browsers.

http://www.google.com/webdesigner
Titel: novelWriter 2.4 Beta 1
Beitrag von: SiLæncer am 26 März, 2024, 21:20
(https://i.postimg.cc/WbM4JQSb/screenshot-2073.png)
Write novels more comfortably and efficiently through this markdown-like text editor, which provides users with many avenues to organize their text.

Donationware     /  GPLv3

Changelog


    Major Features:

    A global search feature has been added to the main sidebar. The search panel replaces the project and novel tree when activated. PR #1775. Issue #894.
    A new shortcode to highlight text has been added. PR #1715. Issue #705.
    A new heading format for hard scene breaks has been added. It uses ###! heading markup. The only affect this has in the GUI is that these headings can be independently formatted in the Manuscript tool. PR #1753. Issue #1050.
    The document editor and viewer now have a dropdown menu in the header listing all headings of the current document for quick navigation. The list is capped at 30 entries. PR #1764. issue #1059.

    Build Tool Improvements:

    The Manuscript Build Tool now has a word stats section below the preview that shows a number of word and character counts for the previewed text. PR #1717. Issues #1114 and #1116.
    The Manuscript Build Tool now shows an outline of the previewed document as a tab next to the build settings list. PR #1768. Issue #1765.
    Tabs handling in HTML output now has a separate setting from the other format. PR #1723.
    Hard line breaks can now be excluded from Markdown builds. PR #1723. Issue #944.
    It is now possible to control the centring and page breaks of partition, chapter and scene headings. PR #1723. Issues #1117 and #1661.
    Special titles (#!) can now be used in notes as well. PR #1723.
    Meta data categories can be filtered out from the manuscript. PR #1723. issue #1132.
    Any heading in a novel document can now be hidden in the manuscript. PR #1759. Issue #1756.
    First line of a paragraph can now be indented in the manuscript. PR #1761. Issue #906.
    Each meta data entry in HTML builds have a new class assigned to it that matches the tag used in the text. PR #1767. Issue #1134.

    Other Improvements:

    The percentage progress counter in the editor document footer now counts progress per character instead of per line. This is only noticeable on short documents. PR #1725.
    Some improvements have been made to terms on the GUI and some strings have been simplified in order to be easier to understand and to translate. PR #1727. Issue #1726.
    Dates are now formatted according to the selected locale, if such a locale is available. If not, it falls back to the local system locale. PR #1755. Issue #1739.

    Code Improvements:

    The tokenization of the novelWriter markup format has been refactored and improved. PR #1724.
    A way to read project documents fast has been added. It is useful many places in the code where only the text is needed, not the meta data. PR #1777.

[close]

https://novelwriter.io/
Titel: Vim 9.1.0211
Beitrag von: SiLæncer am 27 März, 2024, 09:10
(https://s26.postimg.cc/xww5nc4zt/screenshot_1282.png)
A highly configurable text editor built to enable efficient text editing - an improved version of the vi editor distributed with most UNIX systems.

Freeware

Changelog


    runtime(json5): add basic indent support (#14298)
    9.1.0211: page-wise scrolling does not support smooth-scrolling
    9.1.0210: Motif: leaking memory when mui_mch_dialog() fails
    9.1.0209: leaking memory in exe_newdict() on error
    9.1.0208: winfixbuf does not allow to re-edit current buffer
    9.1.0207: No autocommand when writing session file
    runtime(java): Update java[CR]_JavaLang type lists (#14297)
    Update README.md (#14302)
    9.1.0206: unused display_text_first boolean var in win_line()

[close]

http://www.vim.org/index.php
Titel: Vim 9.1.0212
Beitrag von: SiLæncer am 28 März, 2024, 07:10
Whats new:>>

    9.1.0212: CI: MS-Windows fails in test_winfixbuf
    runtime(json5): add basic indent support (#14298)

http://www.vim.org/index.php
Titel: Trilium Notes 0.63.5
Beitrag von: SiLæncer am 28 März, 2024, 09:40
(https://i.postimg.cc/2yDgvbpj/screenshot-2595.png)
A hierarchical note-taking software application with focus on building large personal knowledge bases while also providing a flurry of options.

License: AGPL

Changelog

    Fix rendering of math on non-root paths
    Allow cancelling mention UI with escape
    Fix copy link in browser
    Allow converting file attachments to file notes
    Fix: invisible unchecked to-do items

[close]

https://github.com/zadam/trilium
Titel: EmEditor Professional 24.1.0
Beitrag von: SiLæncer am 28 März, 2024, 10:50
(https://i.postimg.cc/vmqgmtjb/screenshot-2069.png)
EmEditor is a lightning-fast, tabbed text editor with themes, syntax highlighting, stay-on-top, and customizable keyboard mapping. The program supports batch find-and-replace, regular expressions, and more.

Changelog


    In version 24.1, we have added support for the new context menu in Windows 11 Explorer. With Windows 11, the design of the context menu has been revamped compared to Windows 10 and earlier versions, necessitating special handling for apps to support this change. EmEditor is now compatible with the Windows 11 context menu, enabling you to directly select the Edit in EmEditor command. Additionally, when right-clicking on a folder or the background, the Find in Files with EmEditor command becomes available. To use this feature, the EmEditor tray icon must be displayed in the notification area of the taskbar, and it is supported only when running the desktop installer version on Windows 11. This feature is accessible in both the EmEditor Professional and EmEditor Free versions.
    Another significant feature added in the new Professional version is the enhancement of AI capabilities. Version 24.0 introduced AI macros using the OpenAI API (hereafter abbreviated as “API”). Version 24.1 introduces an AI assisted writing feature that predicts and autocompletes what you are typing next while composing text. AI autocomplete can reduce typing effort and improve writing speed. I am writing this text using EmEditor and am personally experiencing the convenience of the AI assisted writing feature.
    By default, the AI functionality is disabled. To enable this feature, you need to check the Enable AI option on the AI page of the Customize dialog box in EmEditor, and agree to allow OpenAI to process the text data within documents opened in EmEditor. Please read OpenAI’s Privacy Policy, and if you agree, click the Continue button. According to this privacy policy, data sent to the API will not be used for training OpenAI’s models.
    Next, enter your OpenAI API key in the OpenAI API Key text box. If you are logged into OpenAI, you can obtain your secret OpenAI API key here. It is recommended to store the API key in the ‘OPENAI_API_KEY‘ environment variable, but if you use the portable version of EmEditor or do not wish to share the key with other apps because you are sharing the computer, you can disable the Use “OPENAI_API_KEY” environment variable option and save the API key exclusively for EmEditor. By default, gpt-4-turbo-preview is the preferred model. It offers more accurate suggestions than gpt-3.5-turbo. For writing in foreign languages, selecting gpt-4-turbo-preview is advisable. Also, to enable this feature, you must activate the AI assisted writing option on the General page of each configuration properties. It is enabled by default for Text, Markdown, and HTML configurations.
    When this feature is enabled, as you type, AI will automatically predict and suggest the next text. The suggested text appears in gray by default, and you can accept the suggestion by pressing the Tab or End key. If you want to accept only part of the suggested text, press the Right arrow key for the number of characters to accept, or Ctrl+Right to accept one word. Pressing the Delete key will remove the first character of the suggested text. Pressing the Esc key or another key cancels the suggestion. Moreover, if you want to force a prediction by AI when no suggested text is displayed, or request a different suggestion, press Ctrl+Space.

    Simply opening a file in EmEditor does not call the API. It only starts calling the API when you begin typing characters. Moreover, the following conditions must all be met to utilize this functionality:

    Running EmEditor Professional edition
    The Enable AI option is active
    The AI assisted writing option is active
    Not recording or running a macro
    The Read-only option is turned off
    No text is selected
    Not editing a very large file
    Not in CSV mode
    Not comparing files
    The document being edited is active
    The cursor is at the end of line
    Have started typing characters
    After pausing typing (about 100ms)
    Have not pressed the Esc key to cancel a suggestion
    Not just clicked elsewhere with the mouse or executed another command

    As described above, we aim to minimize the frequency of API usage. However, using the API still incurs a fee payable to OpenAI, calculated in tokens. Each suggestion consumes about 100 tokens for input and about 10 tokens for output. According to current pricing, using the default gpt-4-turbo-preview model consumes approx. US$0.0013 per instance. Opting for gpt-3-turbo significantly reduces the cost to approx. US$0.000065 per instance. For reference, using ChatGPT Plus provided by the same company incurs a monthly fee of over US$20, but if you only use the API with EmEditor, you don’t need to pay for ChatGPT Plus. Using AI with EmEditor is unlikely to amount to US$20 a month, making it an economically viable option. Using the AI macro introduced in v24.0, you can ask EmEditor any free-form questions just like with ChatGPT Plus, making it possible to completely replace ChatGPT Plus with EmEditor.

    Furthermore, this version responds to customer requests:

    1. The hexadecimal characters used for IPv6 addresses in highlight and sorting commands were only recognized in lowercase in previous versions. This was because RFC 5952 recommends writing IPv6 addresses in lowercase. However, based on feedback from a customer indicating that both uppercase and lowercase letters may be mixed, we now support uppercase letters as well.
    2. The CommitList plugin has been improved with the addition of the Delete Remote Branch command.

[close]

https://www.emeditor.com
Titel: Bluestone 0.21.1
Beitrag von: SiLæncer am 29 März, 2024, 10:20
(https://i.postimg.cc/yxRQCfB5/screenshot-2499.png)
Bluestone is an open-source Markdown editor that takes a what you see is what you get (WYSIWYG) approach to the language, making working with it easier to assimilate, while also providing some interesting amenities, such as document synchronization capabilities.

License: AGPL

Changelog


    Filenames can be globally searched
    Add a open in finder button to local image elements
    Fixed an issue where some remote media files could not be inserted
    Space picture storage folders are managed separately
    Fix the problem of using relative paths to save images
    Fixed the problem of being unable to clear unreferenced images
    Optimize interaction and correct detailed issues

[close]

https://www.bluemd.me/
Titel: Znote 2.5.6
Beitrag von: SiLæncer am 29 März, 2024, 21:20
(https://i.postimg.cc/qvfVnLWd/screenshot-2617.png)
Znote is a free, elegant program meant to help you write beautifully organized Markdown documents. You can organize your texts, notes, and files even better, using the simplistic left-side widget organizer for smoothly navigating different files.

Open Source  /  Freemium

Whats new:>>

    Linux crash with backups
    internal optimization with Markdown generation

https://znote.lagrede.fr/
Titel: Notepad++ 8.6.5
Beitrag von: SiLæncer am 30 März, 2024, 09:00
(https://i.postimg.cc/90QrsKpv/screenshot-818.png)
Notepad++ is a tabbed source code editor and Notepad replacement with a customizable interface. It is one of the few few source code editors that supports "folding," allowing users to quickly reduce and expand sections of code to see the overall document. In addition, it features multi-language syntax highlighting, auto-completion, regular expression search/replace, macro recording and playback, etc. The program can access a long list of plug-ins via an easy-to-access menu with even more features and functions.

License: GPL

Changelog


    Fix “Replace All” action not notifying plugins of modification regression by adding NPPN_GLOBALMODIFIED. (Fix #14767, see NPPN_GLOBALMODIFIED how to)
    Fix plugins not receiving some Scintilla notification types regression. (Fix issue)
    Fix Shortcut Mapper pontential crash problem. (Implement #14880)
    Fix period backup pontential crash due to the dead lock. (Fix #14906)
    Fix NUL characters file corruption after power outrages. (Fix #6133, implement #14860)
    Remedy losing session problem after the power outrages. (Fix #14781, implement #14858)
    Fix URLs are not detected after a “Replace All” regression. (Fix #14864)
    Notify user while saving failure due to hardware problem. (Implement #14842)
    Update to scintilla 5.4.3 (from 5.4.1) & Lexilla 5.3.1. (Implement #14834)
    Support template literal (template strings) in JavaScript & make `back-quoted strings` more readable. (Fix #3822)
    Add support for Change History in the text, besides in the margin. Also, make Change History color configurable. (Fix #12321, #13915, Implement #14838)
    Fix NPPM_RELOADFILE API return wrong result issue. (Fix issue)
    Enhance Shortcut Mapper filter to find the command items more easily. (Fix #14743)
    Prevent typing control characters into document & make it optional. (Fix #13279)
    Fix possible no-GUI state when using systray. (Fix #14777)
    Make context menu popup location at current text position when invoked via keyboard. (Fix #14727)
    Fix Notepad++ blocked when closed minimized or from systray. (Fix #14718)
    Fix Mouse Wheel Scrolling in Shortcut Mapper & reduce also the memory use. (Fix #14895)
    Fix Python wrong decorator attribute colors & add “ATTRIBUTE” color in styles.xml.model. (Fix #5894)

[close]

DL -> https://github.com/notepad-plus-plus/notepad-plus-plus/releases

https://notepad-plus-plus.org/
Titel: CudaText 1.211.4.0
Beitrag von: SiLæncer am 30 März, 2024, 19:00
(https://s26.postimg.cc/k6wu8qcrt/screenshot_901.png)
Create programming scripts with this powerful tool that supports more than 130 languages and allows users to work concurrently on as many as six groups of projects.

Freeware

Changelog
   

    Add: scrollbar (application-themed scrollbar) width can be adjusted with new option "scrollbar_size" (thanks @stewcam)
    Add/change: when find-dialog "Hi" option is on, and document is 'big' (option "find_hi_max_lines" has effect, or horizontal scrollbar is wider than 400 chars), show Hi_All marks only for the visible screen area and update marks on scrolling; it should not slow down editor significantly (thanks @pintassilgo)
    Add: find-dialog "Hi" option: finding in the visible screen area is now much faster for huge lines (handles only visible portion of the line)
    Fix: many seconds freezing when 'select all' + 'delete' runs in ~600K lines file (thanks @hycmos)

[close]

https://cudatext.github.io/
Titel: Vim 9.1.0228
Beitrag von: SiLæncer am 31 März, 2024, 19:20
Whats new:>>

Two unrelated things are tested by a single test.

http://www.vim.org/index.php
Titel: KeyNote NF 1.9.2 .01
Beitrag von: SiLæncer am 02 April, 2024, 09:36
(https://i.postimg.cc/0yh1pK6X/screenshot-2591.png)
KeyNote NF is a tabbed notebook that is particularly suitable for writing and organizing free-form information, especially those that fit naturally within a tree-based structure, such as lists or outlines. It supports rich text and images, multi-level notes and strong encryption. A search function quickly locates information you are looking for. Notes can also be securely encrypted using IDEA or Blowfish.

KeyNote NF is a fork of the original open-source Keynote, which is no longer being developed. It adds many new features, including check boxes on children of selected nodes, hidden nodes, alarms on nodes, better treatment of tables, improved treatment of links, multi-language support, automatic compression, etc.

License:    MPL 2.0

Changelog


    Refactoring. Simple notes disappear -> Switch to using only Tree-Notes
    Change of terminology: Simple notes / Tree Notes + nodes ==> "Folders" with "notes"


    Fixed: Nodes not showing cursor position when opening
    Fixed: Cursor could be not visible on loading if zoom <> 100% and/or alternat. margin was set
    Modified the implementation of "Fix scrollbars" (e.g. to use with Linux-Wine)
    Fixed: Images not saved (in external storage mode) were lost if 'Reload Images' was executed
    Fixed: Images. Max.auto width on insert = -1 was not considering current zoom.
    Fixed: After running "Restore Image Proportions", the editor was displayed at 100% zoom
    New: It is possible to recalculate the ID of the next image to be saved
    Improvements (and 2 fixes) in "Normal vs maximum tree width" functionality
    Changes in Ctrl+Up/Down and Ctrl+Shift+Up/Down shortcuts
    Changed the default extensions filtered in Insert | Link to File menu option
    Fixed: The detection of URLs could be incorrect when other URL prefixes where present
    Fixed: Setting font size with Font dialog when scaling settings > 100% results in a larger font
    Fixed: Glossary did not correctly handle the backslash character
    Fixed: Glossary doesn't display correctly items that include '=' character inside the shortcut
    Fixed: Favorites in Resource Panel need to be refreshed in certain ocassions

[close]

https://github.com/dpradov/keynote-nf
Titel: Vim 9.1.0252
Beitrag von: SiLæncer am 02 April, 2024, 10:10
Whats new:>>

Vim9: segfault with static in super class

http://www.vim.org/index.php
Titel: TeXmacs 2.1.4
Beitrag von: SiLæncer am 02 April, 2024, 19:40
(https://i.postimg.cc/Dfs43qvs/Daminion.png)
Text editors come in a wide variety of shapes and sizes, from simple note generators to advanced suites comprising complex formatting algorithms. In the latter category one can include TeXmacs, a unified and powerful editor for structured documents.

License: GPLv3

Changelog


    Headless option for running TeXmacs as a window-less script (2.1.4).
    Improved subtables (2.1.4).
    Progress towards side tools, experimental (2.1.4).
    Progress towards markup driven graphical user interface, experimental (2.1.4).
    Support for basic gestures (2.1.3).
    Improved quality of hand-drawn graphics (2.1.3).
    Repulsive margin facility for simpler arrows between graphical text (2.1.3).
    Stylable interface colors (2.1.3).
    Stylable colors for syntax highlighting for Mathemagix and Scheme (2.1.3).
    Various bug fixes (2.1.3).
    Experimental interface for OS-supported speech recognition engines (2.1.3).
    Various minor bug fixes (2.1.2).
    Creation of various interface themes for TeXmacs, such as dark and bright (2.1.1).
    Improved high resolution support under Linux and Windows (2.1.1).
    Progress on (not yet default) Qt5 version of TeXmacs (2.1.1).
    Updated font database for recent pre-installed Linux/Mac/Window fonts (2.1.1).

[close]

http://www.texmacs.org/tmweb/home/welcome.en.html
Titel: QOwnNotes 24.4.0
Beitrag von: SiLæncer am 02 April, 2024, 22:00
(https://s26.postimg.cc/hoi1ahlcp/screenshot_978.png)
QOwnNotes is a text editor / notepad replacement with markdown support and todo list manager. The program supports themes, keyboard shortcuts, syntax highlighting, and encryption. Includes available nested file list, tags, search, and more. Optionally works with the notes application ownCloud or Nextcloud.

Cross-platform with clients available for Mac and Linux.

License: GPL

Whats new:>>

    Added System Verilog support to the note edit code block syntax highlighter (for #2997 , thank you, @maya-doshi)
    The QOwnNotesAPI Nextcloud App was updated to version 24.4.0 to support Nextcloud 29 (for #48 )

http://www.qownnotes.org/
Titel: Waf DotNetPad 8.0.1
Beitrag von: SiLæncer am 03 April, 2024, 06:40
(https://i.postimg.cc/NMDcrKxn/screenshot-2705.png)
Open-source code editor that makes it easier to program in C# and Visual Basic, offering support for syntax highlighting and auto completion.

MIT License

Whats new:>>

Update to Microsoft.CodeAnalysis 4.9.2

https://jbe2277.github.io/dotnetpad/
Titel: Vim 9.1.0258
Beitrag von: SiLæncer am 03 April, 2024, 07:40
(https://s26.postimg.cc/xww5nc4zt/screenshot_1282.png)
A highly configurable text editor built to enable efficient text editing - an improved version of the vi editor distributed with most UNIX systems.

Freeware

Changelog


9.1.0258: half-page scrolling broke backward compatibility
9.1.0257: Vim9: :call may not find imported class members
9.1.0256: Finding autocmd events is inefficient
9.1.0255: Vim9: no indication of script nr in stack trace of classes
9.1.0254: [security]: Heap buffer overflow when calling complete_add() in 'cfu'
9.1.0253: filetype: typespec files are not recognized
runtime(yaml): improve syntax highlighting for YAML

[close]

http://www.vim.org/index.php
Titel: CudaText 1.212.0.0
Beitrag von: SiLæncer am 03 April, 2024, 20:40
(https://s26.postimg.cc/k6wu8qcrt/screenshot_901.png)
Create programming scripts with this powerful tool that supports more than 130 languages and allows users to work concurrently on as many as six groups of projects.

Freeware

Changelog
   

    Add: C-like languages: Enter press on line-end can make unindent considering above code, if "indent_auto" is on (idea by @pintassilgo)
    Add: C-like languages: Tab press on empty line can make indent considering above code, if "indent_auto" is on (idea by @pintassilgo)
    Add: improved auto-completion: in several cases, user actions must auto-close the listbox (thanks @pintassilgo)
    Add: on saving "user.json", avoid extra space before ":", it was like '"key" : "value"'
    Add: painting of 'block staples': always paint the 'bottom edge' for lexers with indent-based folding, even if option "staples_props" tells to hide bottom edge
    Change: changed default of option "staples_props" to "0,40,0,0", to look like Sublime and VSCode (thanks @pintassilgo)
    Change: minimal height of micromap's thumb area was increased from 4 to 16
    Fix: command 'indent' without selection gave empty selection which was expanded with arrow-keys
    Fix: too slow repainting of 'red text-drag-drop mark', at least in Qt5 version (thanks @pintassilgo)

[close]

https://cudatext.github.io/
Titel: Vim 9.1.0260
Beitrag von: SiLæncer am 04 April, 2024, 08:40
Whats new:>>

Problems with "zb" and scrolling to new topline with 'smoothscroll'

http://www.vim.org/index.php
Titel: EmEditor Professional 24.1.1
Beitrag von: SiLæncer am 04 April, 2024, 10:40
(https://i.postimg.cc/vmqgmtjb/screenshot-2069.png)
EmEditor is a lightning-fast, tabbed text editor with themes, syntax highlighting, stay-on-top, and customizable keyboard mapping. The program supports batch find-and-replace, regular expressions, and more.

Changelog


    Adjusted the AI assisted writing feature to prevent suggestions after a period or newline.
    Adjusted the AI assisted writing feature to allow Ctrl+Space to show a suggestion before the end of line.
    Adjusted the Explorer context menu feature to allow toggling of both the modern and classic context menus separately.
    The new version allows the Cut command to delete lines if multiple selections are all empty.
    Fixed a potential freeze while saving a very large file.
    Fixed a potential crash while filtering a number range.
    Fixed an issue where Replace in Files without the Keep Modified Files Open option might fail with the “Exceeded the maximum size of 2 GB allowed for Replace in Files” error message.
    Fixed an issue where sort commands may not work correctly on a CSV file with invalid syntax.
    Fixed customer-reported issues (1).

[close]

https://www.emeditor.com
Titel: MPad 1.32.1
Beitrag von: SiLæncer am 04 April, 2024, 11:50
(https://i.postimg.cc/N046msSj/screenshot-2173.png)
A tab-based code and text editor that features syntax highlighting, line numbering, as well as line operations and advanced search tools.

Donationware

Changelog


    Mini toolbar:

    Added a "Capitalize" button.
    Made some minor visual changes.

    Code hints:

    Made some code changes to make long text fit better inside the window and made some small size changes.

    Auto completion:

    Added code to prevent the auto completion window to become wider than the current display.

    Emmet abbreviations:

    Tabs are now used for indention unless the option to insert spaces is set in options.

    Vyper:

    Added a new highlighter for Vyper.

    AutoIt:

    Fixed an issue with #cs ... #ce block comments.

    Fixed:

    Search issue in the options window.

[close]

https://www.mpad.se/
Titel: Vim 9.1.0264
Beitrag von: SiLæncer am 05 April, 2024, 09:10
Whats new:>>

libgpm may delete some signal handlers

http://www.vim.org/index.php
Titel: Kate 24.02.1
Beitrag von: SiLæncer am 05 April, 2024, 09:50
(https://i.postimg.cc/J44dFswF/screenshot-2330.png)
Text editor that features support for a wide variety of programming languages, syntax highlighting and scripts, which also provides you with an extensive configuration window.

License: GPL /  Donationware

https://kate-editor.org/
Titel: Vim 9.1.0271
Beitrag von: SiLæncer am 06 April, 2024, 11:20
Whats new:>>

    CI sound test aborts with undefined variable
    NSIS: Correctly distribute libsodium with the installer (#14422)

http://www.vim.org/index.php
Titel: IsWiX 5.0.51.0
Beitrag von: SiLæncer am 06 April, 2024, 22:40
(https://i.postimg.cc/jqzJGbDg/screenshot-1252.png)
IsWiX, or Industrial Strength Windows Installer XML is a reliable tool that can help you with authoring Windows Installers. The application allows you to analyze each component of the current project, manage features, properties and namespaces.

License: MS-PL

Changelog

    Latest XSDs from HeatWave
    Project Templates updated to use WiXToolSet.Sdk 5.0.0
    Features Designer now authors AllowAbsent attribute for WiX v4+
    FilesAndFolder Designer now sorts Special Folders correctly for WiX v4+ (regression from v3)
    Shortcuts Designer Component Picker now has a filter edit box to make it easier when dealing with installers with a large number of files
    Copyrights Updated to 2024

[close]

https://github.com/iswix-llc/iswix
Titel: novelWriter 2.4 RC 1
Beitrag von: SiLæncer am 07 April, 2024, 08:20
(https://i.postimg.cc/WbM4JQSb/screenshot-2073.png)
Write novels more comfortably and efficiently through this markdown-like text editor, which provides users with many avenues to organize their text.

Donationware     /  GPLv3

Changelog


    Bugfixes:

    A number of issues GUI icon scaling has been fixed. Icons and buttons are supposed to scale relative to the GUI font size, but several of them were not. Issue #1787. PR #1788.
    The persistence of button state for the editor search box has been improved. The present state was only saved when the search box was actively closed, and there were several scenarios where this didn't happen. The button states are now tracked in the central config, and will always be preserved. Issue #1794. PR #1795.

    Other Improvements:

    A placeholder icon has been added for cases where users have their own icon theme, and icons are missing. Issue #1780. PR #1781.
    The project search now refreshes the search results for the currently open document when it's being edited. PR #1782.
    When activating project search from the editor while text is selected, the search box is populated with this text. Issue #1789. PR #1790.

    Packaging:

    The project has moved from using a setup.cfg to only using the pyproject.toml meta data file for packaging. This is the preferred file format now. PR #1791.

    Code Improvements:

    The part of the code related to Qt widgets and flags has been updated and refactored in preparation for the eventual move to the Qt6 framework. Part of issue #1142. PR #1792.
    The Open Document writer class has been refactored and improved. PR #1796.

[close]

https://novelwriter.io/
Titel: CudaText 1.212.1.4
Beitrag von: SiLæncer am 08 April, 2024, 09:01
(https://s26.postimg.cc/k6wu8qcrt/screenshot_901.png)
Create programming scripts with this powerful tool that supports more than 130 languages and allows users to work concurrently on as many as six groups of projects.

Freeware

Changelog
   

    Add: micromap column widths are now always auto-sized to the current micromap width, which is often different with "micromap_on_scrollbar":true (idea by @pintassilgo)
    Add: C-like languages: Enter press on line-end can make unindent considering above code, if "indent_auto" is on (idea by @pintassilgo)
    Add: C-like languages: Tab press on empty line can make indent considering above code, if "indent_auto" is on (idea by @pintassilgo)
    Add: improved auto-completion: in several cases, user actions must auto-close the listbox (thanks @pintassilgo)
    Add: on saving "user.json", avoid extra space before ":", it was like '"key" : "value"'
    Add: painting of 'block staples': always paint the 'bottom edge' for lexers with indent-based folding, even if option "staples_props" tells to hide bottom edge
    Change: changed default of option "staples_props" to "0,40,0,0", to look like Sublime and VSCode (thanks @pintassilgo)
    Change: minimal height of micromap's thumb area was increased from 4 to 16
    Fix: command 'indent' without selection gave empty selection which was expanded with arrow-keys
    Fix: too slow repainting of 'red text-drag-drop mark', at least in Qt5 version (thanks @pintassilgo)
    Fix: Find-dialog did not apply Hi option on dialog showing, when some search was already made (thanks @iconv)
    Fix: regression in 1.211.4: caret jumps to the top of the editor on scrolling, if 'Hi' find-option is on

[close]

https://cudatext.github.io/
Titel: Pandoc 3.1.13
Beitrag von: SiLæncer am 08 April, 2024, 09:20
(https://i.ibb.co/6mSXKdx/pandoc.png)
Pandoc is a command-line utility that can convert files from one markup format into another. Pandoc's enhanced version of Markdown includes syntax for footnotes, tables, flexible ordered lists, definition lists, fenced code blocks, superscripts and subscripts, strikeout, metadata blocks, automatic tables of contents, embedded LaTeX math, citations, and Markdown inside HTML block elements. (These enhancements, described further under Pandoc's Markdown, can be disabled using the markdown_strict input or output format.)

License: Open Source

Changelog

    Org reader:

    Fix treatment of id property under heading (#9639).

    DocBook reader:

    Add empty title to admonition div if not present (#9569). This allows admonition elements (e.g. <note>) to work with gfm admonitions even if the <title> is not present.

    DokuWiki reader:

    Link text cannot contain formatting (e.g., // is not italics) (#9630).
    An explicitly empty link text ([[url|]]) works the same as an omitted link text (#9632).

    Typst reader:

    Support Typst 0.11 table features: col/rowspans, table head and foot (#9588).
    Parse cell col/rowspans.

    CSLJson writer:

    Put $ or $$ around math in csljson output (#9616).

    ConTeXt writer:

    Fix options order with externalfigure. The dimensions should come beforeafter the class if both are present.

    Typst writer:

    Put label after Span, not before. Labels get applied to preceding markup item.
    Support Typst 0.11 table features (#9588): colspans, rowspans, cell alignment overrides, relative column widths, header and footer, multiple table bodies with intermediate headers. Row heads are not yet supported.
    The default typst template has been modified so that tables don’t have lines by default. As is standard with pandoc, we only add a line under a header or over a footer. However, a different default stroke pattern can easily be added in a template.
    More reliable escaping in inline [..] contexts (#9586). For example, we need to escape [1. April] or it will be treated as an ordered list.
    Handle unnumbered on headings (#9585).

    LaTeX writer:

    Fix math inside strikeout (#9597).

    Text.Pandoc.Writers.Shared:

    Export isOrderedListMarker [API change].
    Change lhs tests so they don’t use --standalone. This will avoid test failures due to minor changes in skylighting versions, e.g. #9589.
    Use latest texmath, typst.
    Require pandoc-lua-marshal 0.2.6 (#9613, Albert Krewinkel). Fixes an issue arising when the value of content properties on BlockQuote, Figure, and Div elements was an empty list.
    Update lua-filters.md (#9611, Carlos Scheidegger).

[close]

https://github.com/jgm/pandoc
Titel: Vim 9.1.0274
Beitrag von: SiLæncer am 08 April, 2024, 10:20
Whats new:>>

    9.1.0274: MS-Windows: a few compiler warnings
    9.1.0273: filetype: keymap files are not recognized
    9.1.0272: autocmd may change cwd after :tcd and :lcd
    runtime(vim): Update syntax generator, autocmd event list parsing
    runtime(doc): Normalise builtin-function optional parameter formatting

http://www.vim.org/index.php
Titel: Vim 9.1.0282
Beitrag von: SiLæncer am 09 April, 2024, 09:10
(https://s26.postimg.cc/xww5nc4zt/screenshot_1282.png)
A highly configurable text editor built to enable efficient text editing - an improved version of the vi editor distributed with most UNIX systems.

Freeware

Whats new:>>

Finding highlighting attributes is inefficient

http://www.vim.org/index.php
Titel: Vim 9.1.0296
Beitrag von: SiLæncer am 10 April, 2024, 18:15
Changelog


    NSIS: Fix a few issues with gvim.nsi
    9.1.0296: regexp: engines do not handle case-folding well
    9.1.0295: filetype: pip config files are not recognized
    9.1.0294: Text height function does not respect it's argument
    9.1.0293: filetype: lxqt config files are not recognized
    9.1.0292: filetype: XDG mimeapps.list file is not recognized
    9.1.0291: filetype: libreoffice config files are not recognized
    9.1.0290: filetype: xilinx files are not recognized
    9.1.0289: filetype: some TeX files are not recognized
    9.1.0288: MS-Windows: compiler warning for size_t to int conversion
    9.1.0287: Vim9: comment may be treated as heredoc start
    9.1.0286: Vim9: E1027 with defcompile for abstract methods
    9.1.0285: Still problems with cursor position for CTRL-D/U
    runtime(compiler): fix inaccuracies in pandoc compiler (#14467)
    9.1.0284: make testclean is not able to delete failed screendumps
    runtime(vim): Update base-syntax, no curly-brace names in Vim9 script (#14466)
    9.1.0282: Several small issues in doc and tests

[close]

http://www.vim.org/index.php
Titel: Bluestone 0.21.2
Beitrag von: SiLæncer am 10 April, 2024, 18:50
(https://i.postimg.cc/yxRQCfB5/screenshot-2499.png)
Bluestone is an open-source Markdown editor that takes a what you see is what you get (WYSIWYG) approach to the language, making working with it easier to assimilate, while also providing some interesting amenities, such as document synchronization capabilities.

License: AGPL

Changelog


    Fixed the problem of parsing failure of some html image elements
    Spell check added to right-click context menu (dictionary)
    Fixed an issue where the file tree would occasionally not be updated when saving images using relative paths.
    Configurable to highlight key characters such as @#$, etc.
    Optimize interaction

[close]

https://www.bluemd.me/
Titel: RJ TextEd 16.16
Beitrag von: SiLæncer am 10 April, 2024, 19:50
(https://s26.postimg.cc/775l9vjeh/screenshot_593.png)
RJ TextEd - A Unicode source and text editor. RJ TextEd is a full featured text and source editor with Unicode support, syntax highlighting and code folding. The functionality extends beyond text files and includes support for HTML editing with integrated preview, spell checking, auto completion, HTML validation, templates and more. The program also include support for Topstyle Lite CSS editor, has a dual pane file commander, as well as a FTP client to upload your files. The editor uses language files to display menus and dialogs in different languages. There are several included languages. New language files can easily be created in the editor. RJ TextEd is also a simple web development tool. The editor can use auto completion and hints to assist you in editing your source code. You can preview HTML/ASP/PHP... code using one of the preview tabs or open a document in a browser. The editor does not only handle source code. It also handles true ASCII files, binary files and of course plain text files.

License: Freeware

Changelog


    Move cursor to next/previous word (Ctrl+left/right):

    Made some changes to make sure the text cursor stops at the same positions when using the option to always stop at the beginning of a word and pressing Ctrl+left or Ctrl+right.

    Delete next word (Ctrl+Delete):

    Changed how Ctrl+Delete behaves. The default behavior should be the same as in VS Code or Sublime. Ctrl+Del deletes to the end of the next word.
    Added options to change the behavior to delete to the start of next word and ignore symbols.

    Triple click to select line:

    Added an option to enable/disable triple mouse click to select the current line.
    Also fixed a few select issues.

    Fixed:

    Close program. In some circumstances you may have to close twice for the program to exit.
    Double click select issue when using vertical cursor line.
    Several find/replace issues.
    SFTP connect issue.

[close]

http://www.rj-texted.se/
Titel: Vim 9.1.0304
Beitrag von: SiLæncer am 11 April, 2024, 10:20
Changelog


    ftplugin(asm): add Matchit support
    9.1.0304: filetype: cgdb config file is not recognized
    runtime(asm): add basic indent support
    ftplugin(gdb): add matchit support
    9.1.0303: filetype: some protocol buffer files not recognized
    9.1.0302: filetype: blueprint files are not recognized
    runtime(vim): Improve Vim9 and legacy-script comment highlighting (#13104)
    9.1.0301: Vim9: heredoc start may be recognized in string
    9.1.0300: Missing test for what patch v9.1.0285 fixes
    9.1.0299: Vim9: return type not set for a lambda assigned to script var
    add runtime/doc/tags-* to ignore files (#14479)
    translation(ru): Updated translation (#14481)
    runtime(doc): Update documentation
    9.1.0298: MS-Windows: GETTEXT_PATH hard-coded in src/po/Make_mvc.mak
    9.1.0297: Patch 9.1.0296 causes too many issues
    NSIS: Fix a few issues with gvim.nsi

[close]

http://www.vim.org/index.php
Titel: DocPad 31.1
Beitrag von: SiLæncer am 11 April, 2024, 19:10
(https://i.postimg.cc/2jBvfxyS/screenshot-2001.png)
Erweiterter Text-Editor als Alternative zu Notepad; bietet unter anderem eine Rechtschreibprüfung, eine anpassbare Toolbar sowie die Möglichkeit, Makros zu verwenden.

Freeware

Changelog

    The bookmark position is now remembered between sessions for the last 250 documents opened.
    Added to the Options menu tools for resetting the toolbar to two themes, one with text labels and one without.
    Auto-Save: after an auto-save occurs, the statusbar now includes the message "Click to revert". The user may click on the statusbar to undo the autosave.
    Welcome: the "Welcome: Show Extensions" preference has changed from a checkbox to a combobox named "Recent Documents Filepath" with a third option to show the entire filepath of the recent document.
    Preferences: the "Full Path On Caption" option has changed from a checkbox to a combobox named "File On Caption" with a third option to show the filename without the extension.
    Welcome: the date that the document was last saved is now displayed.
    Quick Text: added to the window menu an option to insert the selected text. Previously, the selection was ignored and all text was inserted.
    Calculator: the Convert Units tool now remembers the From and To.
    File Information: added a "Content Stats" button.
    Revert To Last Backup: the statusbar now reports the date/time of the backup that was reverted.
    Set Bookmark: the statusbar now reports that the bookmark was set.
    Dictate: the statusbar now reports that the dictation has started or stopped.
    Command Line: if the file doesn't exist, and doesn't have an extension, and there is only one file with that name, it is assumed the user is referring to that file.
    After closing the Preferences window, the Auto-Save period will now reset.
    The "File Information" tool is now visible on the toolbar by default.
    Dialog buttons now have rounded sides.
    Redesigned the "Blues" skin.
    When an error popup window is visible, the taskbar button will now be red.
    Numerous other minor interface improvements.
    Fixed: Statistics: the "Selection/Occurrences" statistic was only appearing for ASCII documents.
    Fixed: the "File Information" and "Print" tools should have been disabled if no document is open.
    Fixed: selecting text with mouse, then right clicking without releasing the left mouse button, would make the interface become largely unresponsive to the mouse.

[close]

http://www.gammadyne.com/docpad.htm
Titel: QOwnNotes 24.4.1
Beitrag von: SiLæncer am 11 April, 2024, 21:50
(https://s26.postimg.cc/hoi1ahlcp/screenshot_978.png)
QOwnNotes is a text editor / notepad replacement with markdown support and todo list manager. The program supports themes, keyboard shortcuts, syntax highlighting, and encryption. Includes available nested file list, tags, search, and more. Optionally works with the notes application ownCloud or Nextcloud.

Cross-platform with clients available for Mac and Linux.

License: GPL

Changelog


    There now is a new cli parameter --completion <name> that generates shell completion
    code for fish and bash (for #3003 )
        for example QOwnNotes --completion fish will generate fish shell completion code
        for more information please take a look at
        Cli parameters
    There was a new release of the QOwnNotes Web Companion browser extension 2024.4.0
        The "running away" of the Preferences dialog was fixed under Firefox when
        using a zoom-level over 100% (for #63 )
        Update dependencies
        Add more translations
    Added more French translation (thank you jd-develop)

[close]

http://www.qownnotes.org/
Titel: Vim 9.1.0309
Beitrag von: SiLæncer am 12 April, 2024, 09:10
Whats new:>>

    crash when 'textwidth' > MAX_INT
    runtime(doc): typo in intro.txt
    Overlong translation files may cause repo to become "dirty"

http://www.vim.org/index.php
Titel: BirdFont 6.3.0
Beitrag von: SiLæncer am 13 April, 2024, 08:10
(https://s26.postimg.cc/rd1s4grdl/screenshot_137.png)
BirdFont is a free font editor that lets you create vector graphics and export TTF, EOT & SVG fonts.

Donationware

Whats new:>>

Better merge tools

https://birdfont.org/
Titel: QOwnNotes 24.4.2
Beitrag von: SiLæncer am 13 April, 2024, 08:30
Whats new:>>

    We now assume --allow-multiple-instances if --completion is used as cli parameter
    (for #3003 )
    Added more German, Dutch, Korean, Spanish, Swedish translation (thank you
    rakekniven, stephanp, venusgirl, fitojb, dzenan)

http://www.qownnotes.org/
Titel: Vim 9.1.0312
Beitrag von: SiLæncer am 13 April, 2024, 10:20
Whats new:>>

heredocs are not supported for :commands

http://www.vim.org/index.php
Titel: Vim 9.1.0318
Beitrag von: SiLæncer am 14 April, 2024, 19:10
Whats new:>>

filetype: translate shell config files are not recognized.

http://www.vim.org/index.php
Titel: Vim 9.1.0330
Beitrag von: SiLæncer am 15 April, 2024, 08:10
Whats new:>>

v9.1.0327 contains an unrelated change

http://www.vim.org/index.php
Titel: Lite XL 2.1.3 / 2.1.4 RC 1
Beitrag von: SiLæncer am 15 April, 2024, 10:20
(https://i.postimg.cc/NF74qr7b/screenshot-2723.png)
A lightweight and extensible text editor based on Lua, that provides you with speed, ease of use and practical graphical user interface.

MIT License

Changelog


2.1.4 RC 1

    Features:

    Add .pyi extension to language_python (#1728)
    Improve autocomplete suggestions box behavior with long text (#1734)
    Improve CommandView and autocomplete scroll behavior (#1732)
    Add from symbol to support ESM (#1754)
    Add Arduino syntax highlighting support in language_cpp (#1767)
    Skip patterns matching nothing in tokenizer (#1743)

    Fixes:

    Fix uninitialized variables in src/api/process.c (#1719)
    Fix language_js regex/comment distinction (#1731)
    Fix compilation on non-MINGW64 platforms (#1739)
    Limit language_js regex avoidance to numbers, and fix starting /* comments (#1744)
    Fix buffer_size in g_read for Windows (#1722)

    Other Changes:

    Rectify LICENSE dates and owners (#1748)
    Fix some typos in core.init (#1755)

2.1.3

    Fixes:

    Fix doc:create-cursor-{previous,next}-line with tabs
    Fix heap buffer overflow and memory leaks in process and renderer API
    Improve Python number syntax highlighting
    Fix inconsistent NagView options on doc:save
    Fix crashes with autoreload when files are deleted externally and replaced with a directory
    Improve JavaScript number syntax highlighting

    Other Changes:

    Process API style changes

[close]

https://lite-xl.com/
Titel: Text Editor Pro 29.0.0
Beitrag von: SiLæncer am 15 April, 2024, 10:50
(https://s26.postimg.cc/hfdkhoj9l/screenshot_896.png)
Text Editor Pro (formerly EditBone) is a powerful text editing tool that comes with syntax highlighting support for over 50 languages and scripts, customizable with over 100 options, 29 ready made styles, a handy file comparison feature, unicode character map, numerical unit convert tool, SQL formatter, and support for multiple directories and search results.

Freeware

Changelog


- Added highlighter for PureBasic - https://www.purebasic.com/
- Added highlighter for Rich Text Format
- Added options for RTF preview
- Added RTF preview
- Added show URL images option for Markdown preview (default false)
- Fixed AlphaSkins - https://www.alphaskins.com/
- Fixed highlighters
- Fixed JSON formatter
- Fixed large file issues
- Fixed options search
- Fixed shortcuts
- Fixed text editor control - https://github.com/TextEditorPro/TTextEditor
- Fixed title bar
- Updated FastMM5 memory manager - https://github.com/pleriche/FastMM5
- Updated language files
- Updated PDFium 125.0.6406.0 binaries (DLL files) - https://github.com/bblanchon/pdfium-binaries
- Updated RAD Studio 12.1 - https://www.embarcadero.com/products/rad-studio

Note! This product is always completely FREE for you. See the license.

[close]

https://texteditor.pro/
Titel: PilotEdit Lite 18.5.0
Beitrag von: SiLæncer am 15 April, 2024, 19:10
(http://www.pilotedit.com/images/OpenInQuickMode.PNG)
PilotEdit is a text, hex, XML, C/C++, HTML, PHP, Java, Javascript and Perl editor that can edit large files of 400GB (40 billion lines).

It offers customizable syntax and keyword highlighting, advanced search and replace operations, automatic text encoding, 256-bit AES encryption/decryption and a built-in FTP/SFTP client lets you open, edit, download and upload large files directly to/from a FTP/SFTP server.

In addition to standard text editing features, PilotEdit can compare and merge two large files of 100GB (10 billion lines). You can also sort, find/remove duplicate lines and extract strings over a large file of 1GB.

Freeware

Zitat
Provides the ability to search in the indexed files.

http://www.pilotedit.com/
Titel: Vim 9.1.0336
Beitrag von: SiLæncer am 16 April, 2024, 11:10
(https://s26.postimg.cc/xww5nc4zt/screenshot_1282.png)
A highly configurable text editor built to enable efficient text editing - an improved version of the vi editor distributed with most UNIX systems.

Freeware

Changelog


9.1.0336: tests: typo in test_xdg
runtime(i3config/swayconfig): update syntax scripts
runtime(doc): document pandoc compiler and enable configuring arguments
9.1.0335: String interpolation fails for List type
9.1.0334: No test for highlight behavior with 'ambiwidth'
9.1.0333: tests: test_xdg fails on the appimage repo
9.1.0332: tests: some assert_equal() calls have wrong order of args
9.1.0331: make install does not install all files
runtime(doc): fix typos in starting.txt

[close]

http://www.vim.org/index.php
Titel: Lite XL 2.1.4
Beitrag von: SiLæncer am 16 April, 2024, 19:20
(https://i.postimg.cc/NF74qr7b/screenshot-2723.png)
A lightweight and extensible text editor based on Lua, that provides you with speed, ease of use and practical graphical user interface.

MIT License

Changelog


    Features:

    Add .pyi extension to language_python (#1728)
    Improve autocomplete suggestions box behavior with long text (#1734)
    Improve CommandView and autocomplete scroll behavior (#1732)
    Add from symbol to support ESM (#1754)
    Add Arduino syntax highlighting support in language_cpp (#1767)
    Skip patterns matching nothing in tokenizer (#1743)

    Fixes:

    Fix uninitialized variables in src/api/process.c (#1719)
    Fix language_js regex/comment distinction (#1731)
    Fix compilation on non-MINGW64 platforms (#1739)
    Limit language_js regex avoidance to numbers, and fix starting /* comments (#1744)
    Fix buffer_size in g_read for Windows (#1722)

    Other Changes:

    Rectify LICENSE dates and owners (#1748)
    Fix some typos in core.init (#1755)

[close]

https://lite-xl.com/
Titel: Vim 9.1.0342
Beitrag von: SiLæncer am 17 April, 2024, 09:40
Whats new:>>

9.1.0342: tests: test_taglist fails when 'helplang' contains non-english
9.1.0341: Problem: a few memory leaks are found
9.1.0340: Problem: Error with matchaddpos() and empty list
9.1.0339: tests: xdg test uses screen dumps
9.1.0338: Vim9: import through symlinks not correctly handled
9.1.0337: Missing entry for XDG vimrc file in :version

http://www.vim.org/index.php
Titel: MPad 1.33
Beitrag von: SiLæncer am 17 April, 2024, 21:10
(https://i.postimg.cc/N046msSj/screenshot-2173.png)
A tab-based code and text editor that features syntax highlighting, line numbering, as well as line operations and advanced search tools.

Donationware

Changelog


    Move cursor to next/previous word (Ctrl+left/right):

    Made some changes to make sure the text cursor stops at the same positions when using the option to always stop at the beginning of a word and pressing Ctrl+left or Ctrl+right.

    Delete next word (Ctrl+Delete):

    Changed how Ctrl+Delete behaves. The default behavior should be the same as in VS Code or Sublime. Ctrl+Del deletes to the end of the next word.
    Added options to change the behavior to delete to the start of next word and ignore symbols.

    Triple click to select line:

    Added an option to enable/disable triple mouse click to select the current line.
    Also fixed a few select issues.

    Fixed:

    Double click select issue when using vertical cursor line.

[close]

https://www.mpad.se/
Titel: CudaText 1.213.0.0
Beitrag von: SiLæncer am 18 April, 2024, 19:20
(https://s26.postimg.cc/k6wu8qcrt/screenshot_901.png)
Create programming scripts with this powerful tool that supports more than 130 languages and allows users to work concurrently on as many as six groups of projects.

Freeware

Changelog
   

+ add: new command "File / Rename..." (idea by @pintassilgo)
+ add: Find-dialog has new option 'Im': immediate search, ie find-as-you-type; old option 'Hi' is not connected with find-as-you-type anymore (idea+testing by @pintassilgo)
+ add: Project Manager improvements: added hotkeys Ctrl+C / Ctrl+X / Ctrl+V / Del / etc (all visible in the context menu); added context menu commands "Backup", "Copy path", "Properties..."; added toolbar button "Recent projects" (patch by @ildarkhasanshin)
+ add: better "links_regex" option value
- fix: on toggle split-view, show folding for paired editor if it has Pascal tree-helper (thanks @mix-7)

[close]

https://cudatext.github.io/
Titel: Vim 9.1.0354
Beitrag von: SiLæncer am 19 April, 2024, 09:10
Changelog


    9.1.0354: runtime(uci): No support for uci file types
    runtime(java): Support "g:ftplugin_java_source_path" with archived files
    9.1.0353: tests: Test_autoload_import_relative_compiled fails on Windows
    9.1.0352: Finding cmd modifiers and cmdline-specials is inefficient
    9.1.0351: No test that completing a partial mapping clears 'showcmd'
    9.1.0350: tests: test_vim9_dissamble may fail
    9.1.0349: Vim9: need static type for typealias
    9.1.0348: X11 does not ignore smooth scroll event
    9.1.0347: A few typos in test_xdg when testing gvimrc
    9.1.0346: Patch v9.1.0338 fixed sourcing a script with import
    9.1.0345: Problem: gvimrc not sourced from XDG_CONFIG_HOME
    9.1.0344: Cursor wrong after using setcellwidth() in terminal
    9.1.0343: 'showcmd' wrong for partial mapping with multibyte

[close]

http://www.vim.org/index.php
Titel: ImHex 1.33.2
Beitrag von: SiLæncer am 19 April, 2024, 18:10
(https://i.postimg.cc/8C9YTjjW/screenshot-3382.png)
An open-source editor that allows you to manipulate hexadecimal, binary data for writing optimal and well-performing apps, by displaying you content byte by byte.

Donationware

Changelog

    Improvements:

    ImHex properly enters low power mode on Linux again now
    Unifont characters are now being loaded at their native size to make them crisp like the Western characters
    The splash screen is not being scaled weirdly anymore now
    Added a hint when the advanced data information section didn't yield any result

    Bug Fixes:

    Fixed linking to libyara. This should resolve issues with e.g the AUR version not starting anymore
    Fixed issues with the auto updater on Windows
    Fixed view providers not being saved to project files correctly
    Fixed highlighting not updating correctly when changing Bookmark regions
    Fixed crash upload setting not being disabled correctly when choosing "Deny" in the initial popup
    Fixed custom base address issues with the data inspector and copy as array options
    Fixed advanced data information not showing up correctly
    Fixed selection being removed sometimes when right clicking it
    Fixed infinite loop when exporting a selection to a file
    Fixed control characters ending up in log files
    Fixed a crash when opening an unopenable file

    Pattern Language:

    Fixed various issues with the virtual file system
    Fixed data decompression functions not extracting the entire data

[close]

https://github.com/WerWolv/ImHex
Titel: Vim 9.1.0356
Beitrag von: SiLæncer am 20 April, 2024, 09:10
Whats new:>>

MS-Windows: --remote may change working directory

http://www.vim.org/index.php
Titel: Zettlr 3.1.0 Beta 2
Beitrag von: SiLæncer am 20 April, 2024, 22:10
(https://s26.postimg.cc/vfll9p4mh/screenshot_956.png)
Write text and conveniently edit it using Markdown with the help of this user-friendly and well-thought-out, Electron based application.

MIT License

Changelog -> https://github.com/Zettlr/Zettlr/releases/tag/v3.1.0-beta.2

Download: https://github.com/Zettlr/Zettlr/releases

https://www.zettlr.com/
Titel: novelWriter 2.4
Beitrag von: SiLæncer am 21 April, 2024, 19:00
(https://i.postimg.cc/WbM4JQSb/screenshot-2073.png)
Write novels more comfortably and efficiently through this markdown-like text editor, which provides users with many avenues to organize their text.

Donationware     /  GPLv3

Changelog


    Bugfixes:

    Fixed background colour on some widgets on the new Project Search tool. PR #1800.
    Fixed a bug when using bold/italic/strike through toggle on an existing text selection in the editor. Issue #1807. PR #1808.
    An index out of bounds error in the word counter has been fixed. It could only be triggered by a single line only containing a ">" character. Issues #1816 and #1825. PR #1817.
    Fixed an issue where not all theme colours were completely reset before changing theme. PR #1820.
    Shortcodes are no longer passed to the spell checker. PR #1823.

    Improvements:

    Made placeholder text for search read as "Search for" and "Replace with". PR #1799.
    The initial count for adding chapter and scenes to new project in the Welcome dialog has been changed to 0. The user must now select to add chapters and scenes. Issue #1811. PR #1815.

    Documentation:

    Updated the documentation for 2.4 features. PR #1818.

    Internationalisation:

    Norwegian and US English translations updated by Veronica Berglyd Olsen (@vkbo). PRs #1799 and #1814.
    Latin American Spanish translation updated by Tommy Marplatt (@tmarplatt). PR #1814.
    Italian translation updated by Lou Cyper (loucyper1). PR #1814.
    Japanese translation updated by @hebekeg. PR #1814.
    French translation updated by Albert Aribaud (@aaribaud). PR #1821.
    German translation updated by Myian (@HeyMyian). PR #1821.

[close]

https://novelwriter.io/
Titel: Vim 9.1.0363
Beitrag von: SiLæncer am 22 April, 2024, 08:10
Changelog


    9.1.0363: tests: test_winfixbuf is a bit slow
    runtime(astro): Add filetype, syntax and indent plugin
    9.1.0362: expanding rc config files does not work well
    9.1.0361: Vim9: vim9type.c is too complicated
    9.1.0360: Vim9: does not handle autoloaded variables well
    runtime(doc): minor spell fix in starting.txt
    9.1.0359: MS-Windows: relative import in a script sourced from a buffer doesn't work
    9.1.0358: wrong drawing in GUI with setcellwidth()
    ftplugin(cmake): Add include and suffixesadd
    9.1.0357: Page scrolling should place cursor at window boundaries
    runtime(doc): align command line table
    runtime(doc): minor fixes to starting.txt

[close]

http://www.vim.org/index.php
Titel: JSON Viewer 3.2.1
Beitrag von: SiLæncer am 22 April, 2024, 19:20
(https://i.postimg.cc/mgnPYmLc/screenshot-921.png)
MiTeC JSON Viewer include simple JSON Editor with JSON validation, support hierarchical and text preview, text searching and Base64 encoding/decoding.

Free to use for private, educational and non-commercial purposes.

Whats new:>>

* Fixed licensing issue (false trial)

https://mitec.cz/jsonv.html
Titel: Vim 9.1.0366
Beitrag von: SiLæncer am 23 April, 2024, 09:10
Whats new:>>

    9.1.0366: filetype: ondir files are not recognized
    9.1.0365: Crash when typing many keys with D- modifier
    9.1.0364: tests: test_vim9_builtin is a bit slow
    runtime(doc): update documentation
    CI: change the download URL of "libsodium" (#14618)

http://www.vim.org/index.php
Titel: Scite 5.5.0
Beitrag von: SiLæncer am 23 April, 2024, 18:40
(https://s26.postimg.cc/fbkgceeux/screenshot_1241.png)
Editor mit Syntax-Highlighting, Auto-Completion, Folding und vielem mehr...

Open Source

Changelog


    Add elements for inactive additional selections SC_ELEMENT_SELECTION_INACTIVE_ADDITIONAL_TEXTand SC_ELEMENT_SELECTION_INACTIVE_ADDITIONAL_BACK.When not set these default to SC_ELEMENT_SELECTION_INACTIVE_TEXT and SC_ELEMENT_SELECTION_INACTIVE_BACK. Bug #2417.
    On Cocoa, avoid use of NSUserDefaults which will soon require justification when used in applications on the App Store.
    Fix Win32 IME crash in windowed mode. Bug #2433.
    Scale reverse arrow cursor for margins to match other cursors when user changes pointer size. Bug #2321.

[close]

www.scintilla.org/SciTE.html
Titel: QOwnNotes 24.4.3
Beitrag von: SiLæncer am 23 April, 2024, 22:30
(https://s26.postimg.cc/hoi1ahlcp/screenshot_978.png)
QOwnNotes is a text editor / notepad replacement with markdown support and todo list manager. The program supports themes, keyboard shortcuts, syntax highlighting, and encryption. Includes available nested file list, tags, search, and more. Optionally works with the notes application ownCloud or Nextcloud.

Cross-platform with clients available for Mac and Linux.

License: GPL

Changelog


    Tag support was added to tasks in the Todo dialog
    (for #2998 , thank you, @Akselmo)
        Tags can be added to and removed from tasks
    There now is a software repository for openSUSE Leap 15.6
        Please visit the openSUSE installation page
        for instructions
    There now is a software repository for Fedora Rawhide
        Please visit the Fedora installation page
        for instructions
    Added more Korean, German, Arabic, Dutch, French translation (thank you
    venusgirl, rakekniven, noureddin, stephanp, jd-develop)

[close]

http://www.qownnotes.org/
Titel: Vim 9.1.0368
Beitrag von: SiLæncer am 24 April, 2024, 07:40
(https://s26.postimg.cc/xww5nc4zt/screenshot_1282.png)
A highly configurable text editor built to enable efficient text editing - an improved version of the vi editor distributed with most UNIX systems.

Freeware

Changelog


    9.1.0368: MS-Windows: Hard to define the Vim Patchlevel with leading zeroes
    9.1.0367: compile_def_function is too long

[close]

http://www.vim.org/index.php
Titel: IsWiX 5.0.53.0
Beitrag von: SiLæncer am 24 April, 2024, 19:15
(https://i.postimg.cc/jqzJGbDg/screenshot-1252.png)
IsWiX, or Industrial Strength Windows Installer XML is a reliable tool that can help you with authoring Windows Installers. The application allows you to analyze each component of the current project, manage features, properties and namespaces.

License: MS-PL

Whats new:>>

Code signed using Azure Trusted Signing. Otherwise no changes since last release.

https://github.com/iswix-llc/iswix
Titel: Notepads 1.5.5.0
Beitrag von: SiLæncer am 24 April, 2024, 22:15
(https://i.postimg.cc/DzHrb6Dr/screenshot-1766.png)
Modern, open-source Notepad alternative for Windows 10 that gives the aging text editor a facelift, while also packing additional functionality into a similarly streamlined application.

MIT License

Changelog


    lang: nl-NL - Minor improvements without removal of the comments by @Stephan-P in #1295
    action-deps: bump actions/cache from 3.3.2 to 3.3.3 by @dependabot in #1296
    action-deps: bump actions/cache from 3.3.3 to 4.0.1 by @dependabot in #1320
    action-deps: bump ncipollo/release-action from 1.13.0 to 1.14.0 by @dependabot in #1308
    action-deps: bump microsoft/setup-msbuild from 1 to 2 by @dependabot in #1305
    action-deps: bump NuGet/setup-nuget from 1.2.0 to 2.0.0 by @dependabot in #1304
    action-deps: bump al-cheb/configure-pagefile-action from 1.3 to 1.4 by @dependabot in #1303
    action-deps: bump actions/cache from 4.0.1 to 4.0.2 by @dependabot in #1328

[close]

https://github.com/JasonStein/Notepads
Titel: RocketCake 5.4
Beitrag von: SiLæncer am 25 April, 2024, 09:36
(https://s26.postimg.cc/845jbp2c9/screenshot_542.png)
RocketCake is a free web editor for creating responsive websites for beginners and professional web developers. No programming needed.

Freemium

Changelog


XML Sitemaps

There is now support for XML sitemaps: Get the XML Sitemap component and put it onto any of your pages - then a sitemap for your whole website will be automatically generated.
Note that this only works on the Pro edition of RocketCake since this is a component - and these only work in RocketCake Pro.

Slideshow improvements

    You can now set a vertical center alignment for images drawn in covered mode. This is 'center' by default now.
    Slideshows with fixed aspect ratio can now also be easily adjusted in size in the editor
    There is now a new action which can be added to hpyerlinks and buttons for pausing/restarting the slideshow

Project color selection

The color selection dialog now automatically also shows the 14 most popular colors in the project.

Advanced word break support

New features for controlling word breaks more easily:

    Non breaking space characters are now displayed (as underline _ character) when selecting the "show invisible characters" option
    Added support for soft hypens (&shy;) so you can manually insert hyphens where you want them to appear. You can right-click any text, select "insert text symbol -> soft hyphen" to insert them. They appear in the editor as normal hyphens but are marked when the "show invisible characters" option is turned on.
    Added support for word break opportunity characters (<wbr>) so you can manually insert word breaks in long words, so that the browser break the word at that place. You can right-click any text, select "insert text symbol -> word break opportunity" to insert them. They appear in the editor as invisible but are marked when the "show invisible characters" option is turned on.

    Rotation of JPGs via EXIF information is now supported

    If you import an image directly taken with your camera or phone, and the orientation of the image was stored using EXIF information, the image will now correctly rotated show up in the editor as well.

    When selecting tables (click on the border of the table) it is now possible to change the fonts and colors of all cells at the same time
    Larger Icons for high resolution screens

    Search engine component now uses the user selected font settings for the search result pages
    In dark mode on macOS, icons are now better readable
    A new scripting function named "rcAddFileWithTextContent" can now be used to write out additional files when publishing your website. See the scripting documentation for more info about this.
    When inserting text between two elements, the text now gets the same text alignment as the two elements.
    Various smaller improvements here and there.

[close]

https://www.ambiera.com/rocketcake/index.html
Titel: QOwnNotes 24.4.4
Beitrag von: SiLæncer am 25 April, 2024, 10:00
Whats new:>>

    Tag support for multiple tags was fixed for tasks in the Todo dialog
    (for #2998 , thank you, @Akselmo)
    Added more Dutch translation (thank you, stephanp)

http://www.qownnotes.org/
Titel: Beaver Notes 3.1.0
Beitrag von: SiLæncer am 25 April, 2024, 21:45
(https://i.postimg.cc/PxLbRkD2/screenshot-2593.png)
Organize your course notes, journal entries and activity planner via this free and open-source word processor with cross-platform compatibility.

MIT License

Changelog


    Bug Fixes:

    Pasting
    UI improvements

    Features:

    App menu
    Toggle to disable app menu
    Auto sync
    Sync notification
    Embedded Videos
    Clear Font - for OLED displays

    Translations:

    Spanish
    Updated translations for English, German, Italian, Dutch and Simplified Chinese

    Design:

    Checkboxes replaced with toggles
    RTL UI
    New Mono Font
    Better Font management

    Distribution:

    Now available on Flathub
    Fixed arm64 Fedora build
    Windows portable .exe

[close]


https://beavernotes.com/
Titel: BirdFont 6.3.3
Beitrag von: SiLæncer am 26 April, 2024, 09:40
(https://s26.postimg.cc/rd1s4grdl/screenshot_137.png)
BirdFont is a free font editor that lets you create vector graphics and export TTF, EOT & SVG fonts.

Donationware

https://birdfont.org/
Titel: CudaText 1.214.0.0
Beitrag von: SiLæncer am 26 April, 2024, 10:50
(https://s26.postimg.cc/k6wu8qcrt/screenshot_901.png)
Create programming scripts with this powerful tool that supports more than 130 languages and allows users to work concurrently on as many as six groups of projects.

Freeware

Changelog
   

    add: on Windows, app can save files to write-protected folders too, using elevated running of 'xcopy' (thanks @micheldiemer, @dinkumoil)
    add: option "pylib" supports several paths ";"-separated
    add: option "pylib" supports new special value "?" to totally disable Python
    add: gutter symbols '.' and '-' (with "numbers_style":2) are now scaled to current font scale
    change: command-line suffix for initial line/column number is changed from ':' to '@', to avoid confusion with NTFS stream names on Windows
    add: command-line params "filename@0" and "filename@" should put caret to line 1 instead of suggesting to create new file (thanks @Gregory-K)
    fix: big slowdown in mass replace when lexer is active (thanks @pintassilgo)
    fix: big slowdown in mass replace when lot of colored attribs are placed by 'Hi' feature (thanks @pintassilgo)
    fix: after Undo/Redo after Paste of N-lines block, could not Undo the 1st line (thanks @pintassilgo)
    fix: regression in 1.212.1: lexer Python: bad rule for """...""" (thanks @victorel-petrovich)
    fix: lexer Bash: bad rule for "$(...)" (thanks @rizaumami)

[close]

https://cudatext.github.io/
Titel: Beaver Notes 3.1.1
Beitrag von: SiLæncer am 26 April, 2024, 18:45
Changelog


    Update README.md by @Daniele-rolli in #153
    Add notification for import and export && add setting toggle menu bar visibility by @bigshans in #156
    Fix: fix image issues by @bigshans in #157
    Update README.md by @Daniele-rolli in #158
    Title README.md by @Daniele-rolli in #159
    Flags Banner ~ README.md by @Daniele-rolli in #161
    Fix: use import instead of require by @bigshans in #163
    Trans: add translations by @bigshans in #162
    Version 3.1.0 by @Daniele-rolli in #165
    Bug fixes ~ 3.1.1 by @Daniele-rolli in #166

[close]

https://beavernotes.com/
Titel: CodexBanana 2.0.5.0
Beitrag von: SiLæncer am 27 April, 2024, 19:50
(https://i.postimg.cc/fTfySLc1/screenshot-2743.png)
CodexBanana is a note-taking application with various features to help users efficiently organize and manage their notes.

Freeware

https://codexbanana.com/
Titel: Zettlr 3.1.0 Beta 3
Beitrag von: SiLæncer am 28 April, 2024, 21:40
(https://s26.postimg.cc/vfll9p4mh/screenshot_956.png)
Write text and conveniently edit it using Markdown with the help of this user-friendly and well-thought-out, Electron based application.

MIT License

Changelog -> https://github.com/Zettlr/Zettlr/releases/tag/v3.1.0-beta.3

Download: https://github.com/Zettlr/Zettlr/releases

https://www.zettlr.com/
Titel: Vim 9.1.0380
Beitrag von: SiLæncer am 29 April, 2024, 08:20
Whats new:>>

    runtime(asm): missing setlocal in indent plugin (#14658)
    9.1.0380: Calculating line height for unnecessary amount of lines
    runtime(ssa): improve syntax file performance (#14654)
    9.1.0379: There are a few typos
    9.1.0378: Vim9: no comments allowed after class vars
    runtime(doc): CI: remove trailing white space in documentation

http://www.vim.org/index.php
Titel: Text Editor Pro 29.1.0
Beitrag von: SiLæncer am 29 April, 2024, 09:32
(https://s26.postimg.cc/hfdkhoj9l/screenshot_896.png)
Text Editor Pro (formerly EditBone) is a powerful text editing tool that comes with syntax highlighting support for over 50 languages and scripts, customizable with over 100 options, 29 ready made styles, a handy file comparison feature, unicode character map, numerical unit convert tool, SQL formatter, and support for multiple directories and search results.

Freeware

Changelog


    Added use up and down arrow keys to follow results in editor output option (default false)
    Fixed ChatGPT
    Fixed save as
    Fixed text compare
    Fixed text editor control - https://github.com/TextEditorPro/TTextEditor
    Fixed translate
    Fixed XML highlighter
    Updated language files
    Updated RAD Studio 12.1 Patch 1 - https://www.embarcadero.com/products/rad-studio
    Updated TGPuttyLib - https://github.com/superflexible/TGPuttyLib

[close]

https://texteditor.pro/
Titel: Vim 9.1.0381
Beitrag von: SiLæncer am 30 April, 2024, 07:40
Whats new:>>

    9.1.0381: cbuffer and similar commands don't accept a range
    runtime(java): Improve the recognition of the "indent" method declarations (#14659)
    runtime(doc): Fix a typo in usr_30.txt
    runtime(jq): remove undefined var s:save_cpoptions and add include setting
    runtime(asm): missing setlocal in indent plugin (#14658)

http://www.vim.org/index.php
Titel: QOwnNotes 24.4.5
Beitrag von: SiLæncer am 30 April, 2024, 09:30
(https://s26.postimg.cc/hoi1ahlcp/screenshot_978.png)
QOwnNotes is a text editor / notepad replacement with markdown support and todo list manager. The program supports themes, keyboard shortcuts, syntax highlighting, and encryption. Includes available nested file list, tags, search, and more. Optionally works with the notes application ownCloud or Nextcloud.

Cross-platform with clients available for Mac and Linux.

License: GPL

Whats new:>>

    Scripting labels
    now support external links as well as internal links to notes, tasks, deck cards, etc.
    (for #3017 )
        For more information about what's supported see
        Setting the text of a registered label
    There now is a software repository for Fedora 40
        Please visit the Fedora installation page for instructions
    Added more Arabic translation (thank you, noureddin)

http://www.qownnotes.org/
Titel: HelpNDoc Personal Edition 9.2.0 Build 240
Beitrag von: SiLæncer am 30 April, 2024, 19:30
(https://i.postimg.cc/YS8RRdY8/screenshot-2617.png)
HelpNDoc provides all the tools necessary to write complete help files, manuals and documentations in a user friendly and very easy to use environment. HelpNDoc can generate standard Windows CHM help files, WEB based documentation, iPhone specific websites as well as printable PDF and Word documents.

HelpNDoc is completely free for personal use and evaluation purposes.

Changelog

New AI Assistant: Use OpenAI's API to gain an intuitive, context-aware assistant for content creation, revision, clarification, explanation, summarization, translation...
It is now possible to test the image editor in every editions of HelpNDoc: modified content won't be saved for editions which do not include the image editor
The PDF generation process could sometimes fail with an exception when generating documents with images
It was possible to create a topic with a corrupted status when using automated topic creation settings with a deleted status
Topics with corrupted status were never exported: they are now treated as "Complete" status
Table padding wasn't always correctly exported to HTML based documentation formats
Some project options fields were not saved if they were edited before the first time the project was saved
Some pictures in imported CHM and HTML files could be incorrectly imported as broken pictures even if they were valid
The DocX importer can now import REF fields
The CHM generator created invisible horizontal lines
Text which was visible in the topic editor could be exported as invisible in some documentation formats
Some tables borders could be exported as invisible in some documentation formats
The color popup from the "Write" ribbon tab could produce invalid colors for black and white texts leading to invisible elements in some generated documentation formats
Some characters and bullets could be incorrectly exported when activating the Windows region setting named "Use Unicode UTF-8 for worldwide language support"
Default bullets are now optimized for better compatibility with various region settings
Various optimizations and fixes in the script and template engine
Improved speed and reliability of the HND project file format's reading and writing operations
Improved Python syntax highlighter
Improvements and bug fixes in HTML and CSS importers
The "HndBuildsLibraryOverrides" API instance wasn't accessible from scripts and templates

[close]

http://www.helpndoc.com/
Titel: QOwnNotes 24.5.0
Beitrag von: SiLæncer am 01 Mai, 2024, 08:20
Whats new:>>

The macOS release build is now fixed again (for #3018 )

http://www.qownnotes.org/
Titel: Vim 9.1.0384
Beitrag von: SiLæncer am 01 Mai, 2024, 10:10
(https://s26.postimg.cc/xww5nc4zt/screenshot_1282.png)
A highly configurable text editor built to enable efficient text editing - an improved version of the vi editor distributed with most UNIX systems.

Freeware

Changelog


    tests: vt420 terminfo entry may not be found
    filetype: .out files recognized as tex files
    filetype: Kbuild files are not recognized

[close]

http://www.vim.org/index.php
Titel: BirdFont 6.4.0
Beitrag von: SiLæncer am 01 Mai, 2024, 10:40
(https://s26.postimg.cc/rd1s4grdl/screenshot_137.png)
BirdFont is a free font editor that lets you create vector graphics and export TTF, EOT & SVG fonts.

Donationware

Whats new:>>

• Display filled path while editing
• Create variable glyphs from strokes

https://birdfont.org/
Titel: Bluestone 0.21.3
Beitrag von: SiLæncer am 01 Mai, 2024, 19:20
(https://i.postimg.cc/yxRQCfB5/screenshot-2499.png)
Bluestone is an open-source Markdown editor that takes a what you see is what you get (WYSIWYG) approach to the language, making working with it easier to assimilate, while also providing some interesting amenities, such as document synchronization capabilities.

License: AGPL

Changelog


    When a file in a space is imported by other documents, the navigation bar displays the backlink mark
    Adjust the display of block quotes and inline code
    Fix the problem of occasional failure of code highlighting
    Display different symbols according to the list embedding level
    Optimize interaction
    The editor can be deployed to the online version https://doc.inkdown.me/book/inkdown/deploy-to-linux

[close]

https://www.bluemd.me/
Titel: Textadept 12.4
Beitrag von: SiLæncer am 01 Mai, 2024, 19:45
(http://foicica.com/textadept/images/splitviews.png)
Textadept will provide users with a fast, minimalist, and ridiculously extensible text editor. At its core lies less than 2000 lines of C code, and that's how it always will be. While other editors rely on recordable macros to speed up workflow, shell scripts to quickly transform text, and static side panes to manage your documents, files, and more.

Textadept takes it to the extreme: it gives you complete control over the entire application using the embedded Lua language. Lua is nearly as fast as C, and has a very small footprint. In fact, most of Textadept is written in Lua.

License : MIT License ( Donationware )

Changelog

Bug fixes:

    Fixed macOS bug where message dialogs did not return focus to the editor.
    Fixed Bash lexer to not highlight escaped '#' as comments.

Changes:

    Updated AutoHotkey, Perl, and Rust lexers with minor improvements.
    LSP: notify servers that diagnostics are supported.
    Scintilla: significantly reduce memory used for undo actions.
    Scintilla: added additional selection inactive colors to view.element_color.
    Scintilla: scale reverse arrow margin cursor to match user's cursor size.
    Updated to Scintilla 5.5.0.

[close]

http://foicica.com/textadept/
Titel: CCode 2.2.1
Beitrag von: SiLæncer am 01 Mai, 2024, 21:10
(https://i.postimg.cc/3JYJy3Vy/screenshot-2748.png)
A simple install-free source code editor with support for multiple programming languages, with syntax highlighting, line numbering and an intewgrated.

Freeware

Changelog


    Added Ctrl+Shift+O shortcut for 'Organize Favorites...'
    Added missing file/folder icons in favorite dialog/menu
    Added double click to open file/folder in favorite dialog
    Added show 'Word Wrap/Line Ending/Organize Favorites' toolbar items by default
    Fixed crash when canceling to open big files

[close]

https://www.yubsoft.com/ccode/
Titel: Vim 9.1.0386
Beitrag von: SiLæncer am 02 Mai, 2024, 09:10
Whats new:>>

    9.1.0386: filetype: stylus files not recognized
    translation(es): update spanish menu localization
    runtime(doc): regenerate helptags (#14695)
    9.1.0385: Vim9: crash with null_class and null_object
    runtime(doc): Add tags about lazyloading of menu (#14688)

http://www.vim.org/index.php
Titel: Vim 9.1.0390
Beitrag von: SiLæncer am 03 Mai, 2024, 09:10
Changelog


    translation(sr): update Serbian menu
    translation(sk): update Slovak menu
    translation(sl): update Slovenian menu
    translation(pt): update Portuguese menu
    translation(nl): update Dutch menu
    translation(ko): update Korean menu
    translation(is): update Icelandic menu
    translation(CZ): update Czech menu
    translation(af): update Afrikaans menu
    translation(de): update German menu
    9.1.0390: filetype: inko files are not recognized
    9.1.0389: filetype: templ files are not recognized
    9.1.0388: cursor() and getregion() don't handle v:maxcol well
    9.1.0387: Vim9: null value tests not sufficient
    translation(ca): update Catalan menu

[close]

http://www.vim.org/index.php
Titel: FocusWriter 1.8.7
Beitrag von: SiLæncer am 03 Mai, 2024, 10:20
(https://s26.postimg.cc/if0nmb60p/screenshot_947.png)
FocusWriter hilft Vielschreibern beim Verfassen von Texten. Die Textverarbeitung blendet alle Menüs und Leisten aus. So kann man sich beim Schreiben voll und ganz auf das Wesentliche konzentrieren.

Der Vollbild-Texteditor FocusWriter zeigt als Oberfläche absichtlich lediglich den blanken Text. Daher gelingt es leichter, störungs- und ablenkungsfrei zu schreiben. Auf Wunsch kann man auf zusätzliche Steuerelemente zugreifen und diese per Maus über die Bildschirmränder abrufen.

Außerdem kann bei FocusWriter eine Statuszeile mit der aktuellen Uhrzeit, einem Timer und Statistiken eingeblendet werden. Das geplante Arbeitspensum legt der Schreiber in den Einstellungen in Minuten oder Wörtern fest. Textart und -farbe werden hier ebenfalls ganz nach Wunsch bestimmt.

Mit FocusWriter können mehrere Dokumente parallel bearbeitet werden. Ein Speichern erfolgt im RTF-, ODT- oder TXT-Format. Standardmäßig zeigt die Freeware einen einfarbigen, nüchternen Hintergrund. Wer die Arbeitsumgebung etwas freundlicher und abwechslungsreicher gestalten möchte, kann die Farbe ändern und auch ein eigenes Bild als Hintergrund einblenden.

FocusWriter enthält alle Grundfunktionen einer Textverarbeitung inklusive Textformatierungen, einer Rechtschreibprüfung und dem Suchen und Ersetzen von Wörtern und Textausschnitten. Die Freeware spricht vor allem den Vielschreiber an, der sich allein auf den Text konzentrieren möchte.

Changelog


    FIXED: Did not keep line spacing when pasting plain text
    Replaced deprecated code
    Translation updates: Swedish

[close]

http://gottcode.org/focuswriter/
Titel: Vim 9.1.0391
Beitrag von: SiLæncer am 04 Mai, 2024, 09:20
Changelog


    Vim9: could improve testing
    CI: test_sound fails on macos-12 (#14715)
    translation(sr): update Serbian menu
    translation(sk): update Slovak menu
    translation(sl): update Slovenian menu
    translation(pt): update Portuguese menu
    translation(nl): update Dutch menu
    translation(ko): update Korean menu
    translation(is): update Icelandic menu
    translation(CZ): update Czech menu
    translation(af): update Afrikaans menu
    translation(de): update German menu

[close]

http://www.vim.org/index.php
Titel: Zettlr 3.1.0
Beitrag von: SiLæncer am 04 Mai, 2024, 09:30
(https://s26.postimg.cc/vfll9p4mh/screenshot_956.png)
Write text and conveniently edit it using Markdown with the help of this user-friendly and well-thought-out, Electron based application.

MIT License

Changelog -> https://github.com/Zettlr/Zettlr/releases/tag/v3.1.0

Download: https://github.com/Zettlr/Zettlr/releases

https://www.zettlr.com/
Titel: CudaText 1.214.2.0
Beitrag von: SiLæncer am 04 Mai, 2024, 22:40
(https://s26.postimg.cc/k6wu8qcrt/screenshot_901.png)
Create programming scripts with this powerful tool that supports more than 130 languages and allows users to work concurrently on as many as six groups of projects.

Freeware

Changelog
   

    Change: 3 themes-related "Options" menu items were moved into submenu "Options / Themes" (thanks @GenSekY from linux.org.ru)
    Add: commands "Move line(s) up/down" set line-states 'changed' for moved lines
    Add: command "File / Rename" disallows filename already opened in another ui-tab
    Fix: regression in Windows (Win11 only?) IME handler (thanks @mrkim819)
    Fix: replace with RegEx with variables $0 $1 etc: variables are empty if RegEx has assertion (?=text) (thanks @phi from forum)
    Fix: after saving of untitled document, app did not enable menuitems "Rename", "Close and delete"

[close]

https://cudatext.github.io/
Titel: Vim 9.1.0393
Beitrag von: SiLæncer am 05 Mai, 2024, 18:10
Whats new:>>

'viewdir' not respecting $XDG_CONFIG_HOME

http://www.vim.org/index.php
Titel: KeyNote NF v1.9.3.1
Beitrag von: SiLæncer am 05 Mai, 2024, 18:20
(https://i.postimg.cc/0yh1pK6X/screenshot-2591.png)
KeyNote NF is a tabbed notebook that is particularly suitable for writing and organizing free-form information, especially those that fit naturally within a tree-based structure, such as lists or outlines. It supports rich text and images, multi-level notes and strong encryption. A search function quickly locates information you are looking for. Notes can also be securely encrypted using IDEA or Blowfish.

KeyNote NF is a fork of the original open-source Keynote, which is no longer being developed. It adds many new features, including check boxes on children of selected nodes, hidden nodes, alarms on nodes, better treatment of tables, improved treatment of links, multi-language support, automatic compression, etc.

License:    MPL 2.0

Changelog



    IMPORTANT:

    Files edited with this version should not be modified from a previous one (More in Changes in 1.9.3 .01.txt
    -> Please, keep backup files previous to this version


    Scratchpad is now a normal full editor, equivalent to notes editor.
    The format and style toolbars, and menu options related to format now adjust to the selected editor
    Unregistered images can also be displayed in internal Image Viewer
    Scratchpad: Improvements in management of images (as a special editor, used from multiple files)
    Added new identification to each note (node), unique in the entire file: "GID"
    A new default format is defined for internal KNT Links based on the new GID identifier
    Added new command line option (-clnks) to convert links to new format based on GID
    Added "Cut Subtree" to entry "Transfer subtree" in tree contextual menu
    Adjustment in "Normal vs maximum tree width" functionality
    Optimizations in Replace All
    Fixed: Regression in exporting nodes with non ANSI characters to plain text
    Fixed: MergeFiles did not import images when the merged file used external type storage mode
    Fixed: Toggling word wrap in plain text notes lost font formatting
    Fixed: External storage path not being saved relative to .knt file in new files
    Fixed problem with ClipCap on some case use (see details)
    Fixed: Macro 'xxx' not found [Reload Resource panel data when displaying]
    Fixed: Using ImgFormatInsideRTF=ifWmetafile8, images were removed when executing "Restore Image proportions"
    Fixed: Merge Folders- Did not respect plain text property. It always treated them as full RTF
    Fixed: Position of caret now only consider visible characters
    Fixed: Some (unusual) KNT Links didn't work ok (see details)
    Fixed: KNT Links not including mark ID could jump to an incorrect position in nodes with registered images
    Many other minor fixes and improvements (see details in Changes in 1.9.3 .01.txt)

[close]

https://github.com/dpradov/keynote-nf
Titel: QOwnNotes 24.5.1
Beitrag von: SiLæncer am 05 Mai, 2024, 21:30
(https://s26.postimg.cc/hoi1ahlcp/screenshot_978.png)
QOwnNotes is a text editor / notepad replacement with markdown support and todo list manager. The program supports themes, keyboard shortcuts, syntax highlighting, and encryption. Includes available nested file list, tags, search, and more. Optionally works with the notes application ownCloud or Nextcloud.

Cross-platform with clients available for Mac and Linux.

License: GPL

Whats new:>>

    In the note editor, the line-number font size will now grow with the editor font size
    (for #3019 )
    Added more French translation (thank you, jd-develop)

http://www.qownnotes.org/
Titel: Zettlr 3.1.1
Beitrag von: SiLæncer am 06 Mai, 2024, 08:20
(https://s26.postimg.cc/vfll9p4mh/screenshot_956.png)
Write text and conveniently edit it using Markdown with the help of this user-friendly and well-thought-out, Electron based application.

MIT License

Changelog


GUI and Functionality

    Fixed a segmentation fault crash on startup across various Linux setups
    ( #5135 )

Under the Hood

    Downgrade Electron to version 29.3.2 (cf. Electron issue #41839)

[close]

Download: https://github.com/Zettlr/Zettlr/releases

https://www.zettlr.com/
Titel: Zeta Resource Editor 2.3.85.0
Beitrag von: SiLæncer am 06 Mai, 2024, 09:40
(https://i.postimg.cc/y8705Bt0/screenshot-2758.png)
Zeta Resource Editor is a free application that enables you to edit standard Microsoft .NET string resources from multiple different resource files together inside one single data grid. This simplifies the translation of strings to multiple different languages by providing you a compact and effective overview of all languages of each string resources inside a single data grid. Built-in automatic checks for missing translations and different number of string format placeholders helps you in increasing the quality of your translations.

License: Open Source

https://www.zeta-resource-editor.com/index.html
Titel: EditPad Lite v8.5.0
Beitrag von: SiLæncer am 06 Mai, 2024, 18:40
(http://www.editpadpro.com/screens/editpadlite.png)
EditPad Lite is a general-purpose text editor, designed to be small and compact, yet offer all the functionality you expect from a basic text editor.

Free for personal use

Changelog

New features:

    File Types: Github Flavored Markdown syntax coloring scheme.
    File Types: GoogleSQL syntax coloring scheme.
    File Types: YAML file type with syntax coloring.

Improvements:

    File Types: Delphi syntax coloring scheme now supports triple-quoted multi-line strings, binary literals, and underscores in literal numbers.
    File Types: Java syntax coloring scheme now supports triple-quoted text blocks and separately highlights character escapes within strings and text blocks if the palette uses different colors for “character” and “character string”.
    File Types: R syntax coloring scheme now treats the ]] in a[c[10]] as two closing brackets that are then correctly paired with the two opening brackets. It will even correctly match up all the single and double bracket pairs in something fanciful like list[[v[list[]]]].
    File Types: Updated MySQL, PostgreSQL, and Transact-SQL syntax coloring schemes.
    File Types: When downloading syntax coloring schemes or spell check dictionaries, connect to EditPad’s server using HTTP instead of HTTPS on Windows 8.1 and prior to avoid connection errors if Windows wasn’t updated to support TLS 1.2.
    Removing the printer that EditPad most recently printed on or the printer becoming unavailable due to a network issue while EditPad was still running caused a “printer selected is not valid” error when trying to print with EditPad until EditPad was restarted; now EditPad will show a more helpful error message suggesting to shut it down with File|Exit and restart it.
    Spell check: Do not treat a word as misspelled if the word contains characters that do not occur in the dictionary’s character set (the assumption being that the word is in a different language than the dictionary).

Bug fixes:

    Edit|Undo and Edit|Redo operated on the file instead of on the small Search box or Replace box when they had keyboard focus if the active file had undoable or redoable actions.
    Extremely long regular expressions no longer cause EditPad to crash with a stack overflow (but may trigger an error message saying the regular expression is too long).
    File Types: Delphi variant records have a “case” keyword that should not be paired with an “end” keyword.
    File Types|Colors: Built-in palettes now use palette-specific colors for highlighting matching brackets and custom palettes now allow these colors to be customized.
    List index out of bounds when using File|Open to open a file and its working copy if sorting the files in alphanumeric order put the actual file at the end of the list of files being opened.
    Right-clicking certain files that have a context menu handler in a common file dialog box (such as the one used by File|Open) could crash EditPad.
    Search: Pressing an Alt+letter key combination to toggle a search option while the small Search or Replace box had keyboard focus disabled all keyboard shortcuts other than Alt+letter combinations until you moved keyboard focus to another control.
    Search: Replace All now produces the same results as using Find First and then repeatedly Replace And Find Next when a regular expression matches half of a CRLF pair.
    Search|Multi-Line Search Panel: Switching from the multi-line panel to using only the Search toolbar while there was a multi-line search term or replacement showed only the first line of the search term and replacement on the toolbar (as expected) but EditPad continued to use the previous multi-line search term or replacement until you made a change to it.
    Syntax coloring was sometimes not updated correctly when deleting a large part of a file using a “fast” syntax coloring scheme (a scheme selectable for editing huge files).
    Vertical scroll bar was not painted correctly by the dark theme when using a right-to-left text layout.

[close]

http://www.editpadlite.com/
Titel: novelWriter 2.4.1
Beitrag von: SiLæncer am 07 Mai, 2024, 09:50
(https://i.postimg.cc/WbM4JQSb/screenshot-2073.png)
Write novels more comfortably and efficiently through this markdown-like text editor, which provides users with many avenues to organize their text.

Donationware     /  GPLv3

Changelog


    Bugfixes:

    Fixed an issue that could crash novelWriter if a build settings entry was deleted from the Manuscript tool while its settings window was open. PR #1845.

    Improvements:

    Changed the font used for the document editor and viewer header and footer from the one used for the document text to the one used for the user interface. Issue #1842. PR #1843.
    Added a save document step in the editor before running a manuscript build or a preview job. This ensures that the text in the editor is included in the manuscript. Issue #1835. PR #1846.
    Restore preview panel scroll bar position after updating the preview on the Manuscript tool. Issue #1837. PR #1846.
    Close all non-modal dialogs when a project is closed. PR #1848.

    Code Improvements:

    Fixed an issue with the Build Settings dialog that blocks the garbage collector from deleting the dialog after it's been closed. PR #1843.
    Remove some deprecated translation entries from the translation files. PR #1850.

[close]

https://novelwriter.io/
Titel: RJ TextEd 16.20
Beitrag von: SiLæncer am 08 Mai, 2024, 20:50
(https://s26.postimg.cc/775l9vjeh/screenshot_593.png)
RJ TextEd - A Unicode source and text editor. RJ TextEd is a full featured text and source editor with Unicode support, syntax highlighting and code folding. The functionality extends beyond text files and includes support for HTML editing with integrated preview, spell checking, auto completion, HTML validation, templates and more. The program also include support for Topstyle Lite CSS editor, has a dual pane file commander, as well as a FTP client to upload your files. The editor uses language files to display menus and dialogs in different languages. There are several included languages. New language files can easily be created in the editor. RJ TextEd is also a simple web development tool. The editor can use auto completion and hints to assist you in editing your source code. You can preview HTML/ASP/PHP... code using one of the preview tabs or open a document in a browser. The editor does not only handle source code. It also handles true ASCII files, binary files and of course plain text files.

License: Freeware

Changelog


Recently closed files

Added a checkbox in the recent files dropdown list (and on the Home page) to toggle between recently opened and recently closed files.

Options

Made changes in the "Highlight and margin" and "Font and tabs" sections.

Added 4 new tabs to each section.

- Source (default) - default highlighter settings.
- Text Files - plain text settings.
- ASCII Files - ASCII settings.
- Source Files - individual highlighter settings.

Themes and dialog windows

Made several visual changes in dialog windows and also several theme improvements.

High DPI

Improved main window scaling and scaling in dialog windows. It's most notable when moving main window between different monitors.

Recent file lists, lists in addons...

Made check boxes in recent file lists, highlighters and language lists in addons theme aware.

They should look better now when using themes.

Also fixed some scaling issues on high DPI screens.

Current line border color

Added the option to change the current line border color in customize themes dialog window.

Space between lines

This option should work better now on really high DPI monitors.

Text Clips

Added a hint to preview the code in a text clip.

Also added new context menu items.

Log file highlighter

Added a simple log file highlighter.

Updates (Win 8.1 and newer)

When a new version is available a Windows notification is displayed. It's added as an option but turned on by default.

The message displayed after an update has been installed should now appear
as a Windows notification, instead of a dialog box.

Associate file extension to highlighter

Added a warning message if a user tries to add a .txt, .nfo or .diz extension to a highlighter, as they are reserved for text and ASCII files.

Misc

* Bookmark menu items are enabled/disabled depending on the existence of bookmarks in the current document.
* URL context menu item is shortened to fit better inside the menu.

Fixed

* Ctrl+Arrow and Ctrl+Del issue.
* Color hint text color issues.
* Find/replace issues.
* Several "highlight all instances of current word" issues.
* Setting option for the TAB-key to insert tab characters, instead of spaces, should also set option to preserve tabs (and disable the checkbox).
* Current highlighter sometimes displayed with wrong case.
* Style issue in script toolbar.
* Abbreviations not working with Cpp files.
* Brace highlighting using alternative font.
* Mouse hover cursor issue over URL.
* Minor mouse cursor shape issues that may occur in rare situations.
* Minor color issues in the pick color dialog.

[close]

http://www.rj-texted.se/
Titel: Vim 9.1.0399
Beitrag von: SiLæncer am 09 Mai, 2024, 08:10
(https://s26.postimg.cc/xww5nc4zt/screenshot_1282.png)
A highly configurable text editor built to enable efficient text editing - an improved version of the vi editor distributed with most UNIX systems.

Freeware

Whats new:>>

block_editing errors out when using del

http://www.vim.org/index.php
Titel: EmEditor Professional 24.1.2
Beitrag von: SiLæncer am 09 Mai, 2024, 08:30
(https://i.postimg.cc/vmqgmtjb/screenshot-2069.png)
EmEditor is a lightning-fast, tabbed text editor with themes, syntax highlighting, stay-on-top, and customizable keyboard mapping. The program supports batch find-and-replace, regular expressions, and more.

Whats new:>>

Fixed customer reported issues and crashes

https://www.emeditor.com
Titel: CudaText 1.214.5.0
Beitrag von: SiLæncer am 09 Mai, 2024, 09:20
(https://s26.postimg.cc/k6wu8qcrt/screenshot_901.png)
Create programming scripts with this powerful tool that supports more than 130 languages and allows users to work concurrently on as many as six groups of projects.

Freeware

Changelog
   

+ add: new ui-theme items "single-line inputs, font/BG"; they are 'none' by default to retain editor color (thanks @pintassilgo)
+ add: with "scrollbar_click_jump":true, middle-click makes the PageDown/PageUp (thanks @pintassilgo)
+ add: Find dialog: update search-history with 'Im' flag not immediately, but by timer (thanks @Hexaae)
* change: default of "key_end_to_nonspace" changed to 'false' to be like VSCode
* change: default of "key_up_down_allow_edge" changed to 'true' to be like VSCode
* change: default of "auto_close_brackets" includes "-char to be like others
* change: default of "show_mouse_sel_frame" changed to 'false' to be like others
- fix: Find dialog: few bugs in UI (thanks @Hexaae)
- fix: Qt5 version: with dark theme, menubar was dark with black font, so menubar text was not readable (thanks @pintassilgo)

[close]

https://cudatext.github.io/
Titel: Bluestone 0.22.0
Beitrag von: SiLæncer am 09 Mai, 2024, 20:10
(https://i.postimg.cc/yxRQCfB5/screenshot-2499.png)
Bluestone is an open-source Markdown editor that takes a what you see is what you get (WYSIWYG) approach to the language, making working with it easier to assimilate, while also providing some interesting amenities, such as document synchronization capabilities.

License: AGPL

Changelog


    Improved the visual effects of components such as floating bars
    New url link input component
    Code fence can be configured with automatic line wrapping
    Quick insert panel adds html rendering elements
    Fixed some details
    Added more text highlight colors
    Added space color mark
    Fix some Html tags are not parsed
    Optimized performance and style theme
    Renamed to Inkdown

[close]

https://www.bluemd.me/
Titel: PilotEdit Lite 18.6.0
Beitrag von: SiLæncer am 09 Mai, 2024, 21:20
(http://www.pilotedit.com/images/OpenInQuickMode.PNG)
PilotEdit is a text, hex, XML, C/C++, HTML, PHP, Java, Javascript and Perl editor that can edit large files of 400GB (40 billion lines).

It offers customizable syntax and keyword highlighting, advanced search and replace operations, automatic text encoding, 256-bit AES encryption/decryption and a built-in FTP/SFTP client lets you open, edit, download and upload large files directly to/from a FTP/SFTP server.

In addition to standard text editing features, PilotEdit can compare and merge two large files of 100GB (10 billion lines). You can also sort, find/remove duplicate lines and extract strings over a large file of 1GB.

Freeware

Zitat
Provides the ability to index Java, Go and Python files.

http://www.pilotedit.com/
Titel: Notepad++ 8.6.6
Beitrag von: SiLæncer am 10 Mai, 2024, 08:00
(https://i.postimg.cc/90QrsKpv/screenshot-818.png)
Notepad++ is a tabbed source code editor and Notepad replacement with a customizable interface. It is one of the few few source code editors that supports "folding," allowing users to quickly reduce and expand sections of code to see the overall document. In addition, it features multi-language syntax highlighting, auto-completion, regular expression search/replace, macro recording and playback, etc. The program can access a long list of plug-ins via an easy-to-access menu with even more features and functions.

License: GPL

Changelog


    Update to scintilla 5.5.0 & Lexilla 5.3.2. (Merge #15042)
    Fix crash when crossing the 2GB file size threshold. (Fix #14944, #14981)
    Fix a performance issue due to URL recognition. (Fix #13916)
    Update to nlohman json 3.11.3. (Merge #15041)
    Fix multi-edit resists escape after typing issue. (Fix #14649)
    Make F3 & Shift-F3 work in Find Replace dialog. (Fix #2138)
    Allow Ctrl-TAB to switch tabs in FindReplace, PluginAdmin and UDL dialogs. (Fix #7932, #14975)
    Add programming language support for Go & Raku(Perl 6). (Fix #8090, #4465)
    Fix user defined auto-insert not working issue. (Fix #3171, #8063, #12547, #14831)
    Enhance GUI: resize checkboxes/radio buttons as text length needs. (Fix #15006)
    Enhance GUI: make sizing arrows more coherent in Find dialog. (Fix #15099)
    Fix URL enclosed in apostrophes or backtick not working issue. (Fix #14978, #14323, #14212)
    Fix wrong dropped file view issue. (Fix #14951)
    Fix Korean(?)/English(?) key not working regression. (Fix #14400, #14973)
    Fix the tab labels of some dialogs being cut in Dark mode. (Fix #11012)
    Fix close button disappeared issue in Find Replace dialog. (Fix #14940)
    Apply dark theme to checkbox buttons on Windows 11. (Fix #14929)
    Fix menu bar cluttered in Dark Mode issue. (Fix #10130)
    Fix Debug Info minor display regression. (Fix #14921)
    Enhance Lua language syntax highlighting. (Fix #7615, #15081)
    Improve the function list support for Ada. (Fix #14908, #14687, #14498)

[close]

DL -> https://github.com/notepad-plus-plus/notepad-plus-plus/releases

https://notepad-plus-plus.org/
Titel: Vim 9.1.0401
Beitrag von: SiLæncer am 10 Mai, 2024, 08:10
Whats new:>>

    filetype: zsh module files are not recognized
    runtime(netrw): Remove hardcoded private.ppk logic from netrw

http://www.vim.org/index.php
Titel: TEA 63.0.0
Beitrag von: SiLæncer am 10 Mai, 2024, 20:10
(https://s26.postimg.cc/h1i60dicp/screenshot_255.png)
TEA is a graphical text editor. Its name is an acronym for Text Editor of the Atomic Era. It is designed for low resource consumption, a wide range of functions and adaptability.

License: GPLv3

Changelog


    Hello! This release removes a lot, and also brings a lot, it's all about changes and moving forward. The QT-version of TEA was born at 2007, with many functions of predecessors (the first TEA was developed at the year 2000 for Windows, with Delphi, and then
    was reborn many times on different programming languages and toolkits).
    So I recreated many old functions, those was useful in the past, and from yest to year TEA just grew with functionality. Different things became obscure and deprecated. I haven't touch some code over a decade. It was good working code at 2007, but now?
    TEA version 63 is a try to refresh a program, make it more compact and clean, and also modern. Not just the "maintainance release". Despite this horrible promise, TEA is still C++ 98 code (and C++ 17 when build with Qt6), and can be compiled with Qt4, Qt5 or Qt6.
    One of the core TEA features was ability to work with any possible character sets. This was implemented using Qt's wrapper around the iconv, and that wrapper was deprecated at Qt6, but still available there as the part of Qt5Compat.
    At TEA 63 I removed this dependency, now TEA can handle only a limited number of charsets - UTF-8, UTF-16 and legacy Cyrillic encodings. If you need some specific 8-bit charset support, let me know.
    Also, all charset auto-detection code is removed.
    Another big and important thing in TEA is ZIP-support, that is needed to work with DOCX, ODT, EPUB, etc. Previously, TEA used the bundled Quazip and zlib to handle ZIPs. Sure, I was glad to use it at the full power and gave to TEA the packing abilities. Now even I don't use TEA as the zipper or unzipper.
    So, now TEA uses another, the smaller library (ZIP/Miniz) for ZIP support, and cannot create archives.
    As a result of these changes, I removed also: RTF reader (probably temporary), gzipped text files reader, and all code that related to zip/unzip, including the file names charset setting (it was important for the ancient zips with Cyrillic file names). Noooo! Noooo! It broke my heart!
    TEA 63 uses the code from my new program, the e-book reader and "speaker" Beseda (https://psemiletov.github.io/beseda/) designed for visually impaired people. Thus leaded me to rewrite and fix FB2 and Epub support for TEA.
    Other removals are: Alt-WASD as cursor keys and Meson build system support.
    Meson is good, but it is too much for TEA to support all three build systems: qmake, Meson and cmake. So now we have legacy qmake support for Qt4 and Qt5 (but cmake for Qt5 is preferred), and cmake for Qt5 and Qt6.
    Spellchecking now much improved. It is fixed at Windows port (at least with Hunspell, but I think there are some issues with Aspell, need to test more).
    Among Aspell and Hunspell, you can use shining modern Nuspell (if TEA is build with it support).
    Over all three spellchecking engines TEA provides own simple spellchecker, that works transparently and provides the user-defined dictionary, shared between all engines and languages.
    Another new feature, the experimental one - Speech Dispatcher support, please read the TEA documentation how to use it. Briefly, TEA now can speak the text, but it will be enhanced in the future releases to make it really handy.
    Another note about formats support. PDF support now uses libpoppler-cpp, not Qt bindings.
    A known issue - all Alt-key based user-defined hotkeys works strange under Plasma 6, please avoid such hotkeys.

[close]

https://tea.ourproject.org/
Titel: KeyNote NF 1.9.4.1
Beitrag von: SiLæncer am 11 Mai, 2024, 08:40
(https://i.postimg.cc/0yh1pK6X/screenshot-2591.png)
KeyNote NF is a tabbed notebook that is particularly suitable for writing and organizing free-form information, especially those that fit naturally within a tree-based structure, such as lists or outlines. It supports rich text and images, multi-level notes and strong encryption. A search function quickly locates information you are looking for. Notes can also be securely encrypted using IDEA or Blowfish.

KeyNote NF is a fork of the original open-source Keynote, which is no longer being developed. It adds many new features, including check boxes on children of selected nodes, hidden nodes, alarms on nodes, better treatment of tables, improved treatment of links, multi-language support, automatic compression, etc.

License:    MPL 2.0

Changelog


    Fixed: When importing multiple plain text files as new nodes, you may lose data when saving
    Fixed: "Show word count in status bar" in notes with 30000+ chars can corrupt that note
    Fixed: Export could fail when exporting each note to a separate file
    Fixed: "Cut subtree" and then "Paste subtree" make a copy instead of move
    Fixed: Exception in File|Properties on new file, not saved, if default image storage is External
    Now it is possible to import text files in UTF-16 LE and UTF-16 BE
    The style definition file (keynote.kns) is now updated after each modification, not just on exit

[close]

https://github.com/dpradov/keynote-nf
Titel: Vim 9.1.0405
Beitrag von: SiLæncer am 11 Mai, 2024, 10:10
(https://s26.postimg.cc/xww5nc4zt/screenshot_1282.png)
A highly configurable text editor built to enable efficient text editing - an improved version of the vi editor distributed with most UNIX systems.

Freeware

Whats new:>>

    tests: xxd buffer overflow fails on 32-bit
    runtime(java): Stop handpicking syntax groups for @javaTop (#14727)

http://www.vim.org/index.php
Titel: TEA 63.0.1
Beitrag von: SiLæncer am 11 Mai, 2024, 21:10
(https://s26.postimg.cc/h1i60dicp/screenshot_255.png)
TEA is a graphical text editor. Its name is an acronym for Text Editor of the Atomic Era. It is designed for low resource consumption, a wide range of functions and adaptability.

License: GPLv3

Whats new:>>

The spellchecker fix.

https://tea.ourproject.org/
Titel: Pandoc 3.2
Beitrag von: SiLæncer am 12 Mai, 2024, 08:40
(https://i.ibb.co/6mSXKdx/pandoc.png)
Pandoc is a command-line utility that can convert files from one markup format into another. Pandoc's enhanced version of Markdown includes syntax for footnotes, tables, flexible ordered lists, definition lists, fenced code blocks, superscripts and subscripts, strikeout, metadata blocks, automatic tables of contents, embedded LaTeX math, citations, and Markdown inside HTML block elements. (These enhancements, described further under Pandoc's Markdown, can be disabled using the markdown_strict input or output format.)

License: Open Source

Changelog

    Change to --file-scope behavior ( #8741 ): previously a Div with an identifier derived from the filename would be added around the contents of each file. This caused problems for “chunking” files into chapters, e.g. in EPUB. We no longer add the surrounding Div. This cooperates better with chunking. Note, however, that if you have relied on the old behavior to link to the beginning of the contents of a file using its filename as identifier, that will no longer work.

    Markdown reader:

        Allow repeated labels in numbered example lists. Previously if you tried to use the same label as an earlier example list item, you’d get a new number, not the old one, and references to the label would go to the second occurrence. Now an existing label will be reused, and no new number will be generated. Caveat: this only works reliably when the re-used example list item occurs by itself in a list, or occurs in a list of previously used example list items that occur in exactly the same order as previously.
        Fix normalCite so it doesn’t consume past a closing ] boundary ( #9710 ). This was causing an exponential performance bug on long lists of links containing potential emphasis characters.
        Generalize inlinesInBalancedBrackets to inBalancedBrackets, with a parameter for the inner parser.
        Auto-close unclosed divs ( #9635 ). This applies to both fenced and HTML-ish varieties. Otherwise we face an exponential performance problem with backtracking. A warning is issued when a div is implicitly closed.

    RST reader:
        Fix figclass and align annotations for figures ( #7473 , Gokul Rajiv).

    LaTeX writer:
        Use polytonicgreek instead of polutonikogreek with babel ( #9698 ). polutonikogreek is outdated. Also recognize both in the LaTeX reader.
        Improve treatment of math inside soul commands ( #1294 , #5529 ). soul commands ( ul, hl, st) are very fragile and the math must be handled specially.

    LaTeX reader:
        Fix over-eager macro expansion in conditionals ( #9676 ).
        Parse flalign, flalign* math environments ( #9679 ). We parse these as Math elements with an aligned environment. Semantically it’s not exactly the same, but better than falling back to raw LaTeX.

    LaTeX template: add titlegraphicoptionsvariable ( #9207 , Guilhem Saurel).

    Docx reader:
        Issue warning rather than error when we can’t parse EndNote citations (see #8433 ).
        Fix anchor in header after anchor ( #9626 , mbracke).

    RTF reader:
        Don’t try to handle non-default code pages ( #9683 ). Emit a warning instead.

    OpenDocument writer:
        Implement custom-style for spans ( #9657 ).

    Typst writer:
        Add blank line in definition lists with multiple definitions (see #9704 ).
        Property output ( #9648 , Gordon Woodhull). The Typst writer will pass on specially marked attributes as raw Typst parameters on selected elements. This allows extensive customization using filters. A separate document ( doc/typst-property-output.md) has been added that provides extensive documentation and examples of the use of this feature.

    Markdown writer:
        Don’t try to align columns in pipe tables with lines greater than COLUMNS. The alignment just reduces readibility when the lines soft wrap.
        Don’t use raw_attribute syntax for raw blocks, unless there is no other option (see #9677 ). Macros in a raw_attribute block don’t get interpreted when it is read again by pandoc’s markdown reader.

    ConTeXt writer:
        Replace depreciated \sc with \setsmallcaps( #9518 , James P. Ascher).

    Docx writer:
        Use conventional styles/indents for Word bullet lists ( #7280 ).

    reference.docx:
        Use current standard Word theme ( #7280 ). This includes using the sans-serif font Aptos instead of the serif font Cambria, and default colors for headings.
        Remove duplicate DefaultParagraphFont in styles.xml.

    New module Text.Pandoc.Transforms [API change] (Albert Krewinkel). This module exports the following functions which were formerly exported from Tetx.Pnadoc.Shared: headerShift, filterIpynbOutput, eastAsianLineBreakFilter, as well as some functions that were previously not exported.

    Text.Pandoc.Shared:
        headerShift, filterIpynbOutput, and eastAsianLineBreakFilter are no longer exported from this module; they are now exported from Text.Pandoc.Transforms (Albert Krewinkel).

    Text.Pandoc.Error:
        Improve reporting of unsupported extensions errors ( #9247 , Albert Krewinkel).

    Text.Pandoc.App:
        Move “transforms” after filters ( #9664 ). This will mean that --shift-heading-level-by affects a heading added by reference-section-title.

    Text.Pandoc.App.CommandLineOptions:
        Simplify output for OptVersion. Omit the information about versions of dependencies. We no longer emit version info at this level anyway; pandoc-cli intercepts and handles --version. This code would only be called if someone used the pandoc library function handleWithOptInfo in their own program.

    Text.Pandoc.ImageSize:
        Export ImageSize datatype.

    Text.Pandoc.SelfContained:
        Merge class attribute when both img and svg specify it ( #9652 , Carlos Scheidegger).

    Text.Pandoc.Logging:
        Add ScriptingInfo constructor for LogMessage [API change] (Albert Krewinkel).
        Make DocxParserWarning a WARNING, not INFO. [API change].
        Add UnsupportedCodePage constructor to LogMessage [API change].
        Add UnclosedDiv constructor for LogMessage [API change].

    Lua subsystem (Albert Krewinkel:
        Add a pandoc.log module.
        Uupdate to pandoc-lua-marshal version 0.2.7 ( #8916 ). This fixes counterintuitive behavior of the content property on BulletList and OrderedList items. Unmarshalling of that field now matches the behavior of the constructor.
        Use newest zip module. This adds a symlink function to Entry objects, allowing to check if an entry represents a symbolic link.
        Improve pandoc.json.decode docs.
        Update and fix docs for pandoc.types.Version and pandoc.utils.type.
        Add new module pandoc.image The module provides basic querying functions for image properties.
        Bump pandoc-lua-engine to 0.2.1.4.

    Use latest KaTeX CDN asset ( #9707 , Salim B).

    pandoc-cli: ensure UTF8 when emitting version info.

    tools/update-lua-module-docs.lua: improve script-internal docs, cleanup (Albert Krewinkel).

    Allow network 3.2.

    Use latest versions of texmath, djot, skylighting-core, skylighting.

    Fix command test for #9652 .

    Fix some typos in code comments ( #9638 , guqicun).

    Command tests: include regular PATH after directory with the test executable (ensures that DLLs will be found on Windows).

    MANUAL.txt:
        Document handout variable for beamer ( #9742 ).
        Document formats affected by --slide-level( #9745 ).
        Update the list of required LaTeX packages ( #9728 , Albert Krewinkel).
        Use more descriptive link text for ODT ( #9673 ).
        Add clarification about toc-title in docx, pptx( #9645 ).
        Better document truthiness for conditionals ( #9661 ).
        Mention that custom-style works with ODT (Ian Max Andolina).
        Harmonize typographic dashes ( #9688 , Salim B). Standardize on --- with no space.

    INSTALL.md: Minor tweaks ( #9705 , Leo Heitmann Ruiz).

[close]

https://github.com/jgm/pandoc
Titel: Vim 9.1.0408
Beitrag von: SiLæncer am 12 Mai, 2024, 09:10
Whats new:>>

configure fails on Fedora when including perl

http://www.vim.org/index.php
Titel: Text Editor Pro 29.1.1
Beitrag von: SiLæncer am 12 Mai, 2024, 19:00
(https://s26.postimg.cc/hfdkhoj9l/screenshot_896.png)
Text Editor Pro (formerly EditBone) is a powerful text editing tool that comes with syntax highlighting support for over 50 languages and scripts, customizable with over 100 options, 29 ready made styles, a handy file comparison feature, unicode character map, numerical unit convert tool, SQL formatter, and support for multiple directories and search results.

Freeware

Changelog


    Fixed ChatGPT
    Fixed highlighters
    Fixed HtmlViewer - https://github.com/BerndGabriel/HtmlViewer
    Fixed language files
    Fixed main menu option
    Fixed Markdown preview
    Fixed text editor control - https://github.com/TextEditorPro/TTextEditor
    Updated FastMM5 memory manager - https://github.com/pleriche/FastMM5

[close]

https://texteditor.pro/
Titel: TeXstudio 4.8.0
Beitrag von: SiLæncer am 12 Mai, 2024, 22:30
(https://i.postimg.cc/Fz8CktsG/screenshot-2846.png)
GPL-LaTeX-Editor, der das Erstellen von LaTex-Dokumenten in Unicode vereinfacht; unterstützt den Nutzer beim Schreiben mittels interaktiver Rechtschreibprüfung, Syntax-Highlighting, Code-Folding und automatischer Code-Vervollständigung.

Open Source

Changelog


    AI chat assistant added
    use moveable/splitable docks for sidepanel
    extended search can now also search in all files in one folder
    add basic syntax highlighting for latex3 code
    fix handling CJK characters in pdf on OSX #3558
    fix rare crash #3556
    reload hidden docs when user chooses to discard changes #3550

[close]

http://texstudio.sourceforge.net/
Titel: Vim 9.1.0411
Beitrag von: SiLæncer am 13 Mai, 2024, 09:10
Whats new:>>

    runtime(doc): fix typo in usr_52.txt
    9.1.0411: too long functions in eval.c
    9.1.0410: warning about uninitialized variable
    9.1.0409: too many strlen() calls in the regexp engine
    ftplugin(python): E16 fix, async keyword support for define (#14751)

http://www.vim.org/index.php
Titel: Notepad++ 8.6.7
Beitrag von: SiLæncer am 13 Mai, 2024, 09:30
(https://i.postimg.cc/90QrsKpv/screenshot-818.png)
Notepad++ is a tabbed source code editor and Notepad replacement with a customizable interface. It is one of the few few source code editors that supports "folding," allowing users to quickly reduce and expand sections of code to see the overall document. In addition, it features multi-language syntax highlighting, auto-completion, regular expression search/replace, macro recording and playback, etc. The program can access a long list of plug-ins via an easy-to-access menu with even more features and functions.

License: GPL

Changelog


    Fix regression of multi-edit cursors placed wrongly issue. (Fix #15126)
    Fix multi-editing not showing multiple cursors in dark mode. (Fix #15075)
    Add auto-completion for Go & Raku, function list for Raku. (Implement #15128)
    Fix symbol ‘&’ not showing in Document Switcher. (Fix #15117)
    Allow syntax highlighting for custom tags in HTML. (Fix #15093)
    Fix dialogs out of screen problem. (Fix #11240, #14913)

[close]

DL -> https://github.com/notepad-plus-plus/notepad-plus-plus/releases

https://notepad-plus-plus.org/
Titel: CudaText 1.214.6.0
Beitrag von: SiLæncer am 14 Mai, 2024, 11:00
(https://s26.postimg.cc/k6wu8qcrt/screenshot_901.png)
Create programming scripts with this powerful tool that supports more than 130 languages and allows users to work concurrently on as many as six groups of projects.

Freeware

Changelog
   

    Change: changed statusbar wrap-cell text 'wrap'/'no wrap' to pseudo-graphic
    Fix: sometimes with word-wrap on, End-key did not place caret on the very end
    Fix: None lexer-specific settings influence other lexers, if file is opened in the same ui-tab
    Fix: avoid crash (real reason: stack overflow) when editor calculates auto-indent string, via RegEx ".+:s*$", for line len 130K

[close]

https://cudatext.github.io/
Titel: TEA 63.0.2
Beitrag von: SiLæncer am 14 Mai, 2024, 22:10
Whats new:>>

Fixes for Unicode and printer support.

https://tea.ourproject.org/
Titel: Vim 9.1.0412
Beitrag von: SiLæncer am 15 Mai, 2024, 09:10
Whats new:>>

    9.1.0412: typo in regexp_bt.c in DEBUG code
    runtime(i3config/swayconfig): allow indented commands (#14757)
    runtime(python): Fix wrong define regex in ftplugin (#14763)
    runtime(syntax-tests): Filter out non-Latin-1 characters for syntax tests (#14767)
    runtime(netrw): prefer scp over pscp
    runtime(doc): fix typo in usr_52.txt

http://www.vim.org/index.php
Titel: EditPad Lite 8.5.1
Beitrag von: SiLæncer am 15 Mai, 2024, 17:50
(https://i.postimg.cc/Qt9c6ry7/screenshot-2782.png)
EditPad Lite is a general-purpose text editor, designed to be small and compact, yet offer all the functionality you expect from a basic text editor.

Free for personal use

Changelog

New features:

    File Types: F#.
    File Types: TypeScript.

Improvements:

    File Types: C# syntax coloring now supports digit separators and octal and binary numbers.
    File Types: JavaScript syntax coloring now supports digit separators and octal and binary numbers and template literals with expressions colored as JavaScript code and which can contain nested template literals.
    Keyboard: Additional characters can be typed with Ctrl+Punctuation key combinations. Ctrl+@ T types ™. Ctrl+& supports additional ligatures. Ctrl+. now types various letters with dot above as well as dotless ? and ?.

[close]

http://www.editpadlite.com/
Titel: QOwnNotes 24.5.2
Beitrag von: SiLæncer am 16 Mai, 2024, 08:00
(https://s26.postimg.cc/hoi1ahlcp/screenshot_978.png)
QOwnNotes is a text editor / notepad replacement with markdown support and todo list manager. The program supports themes, keyboard shortcuts, syntax highlighting, and encryption. Includes available nested file list, tags, search, and more. Optionally works with the notes application ownCloud or Nextcloud.

Cross-platform with clients available for Mac and Linux.

License: GPL

Whats new:>>

    Try to fix "QFont::setPointSize: Point size <= 0" warnings
    The first part of the upcoming AI support is already visible
    (for #3026 )
        You can add a Groq API key in the new AI settings
    A PPA for Ubuntu 24.10 (Oracular Oriole) was added
    Added more French, Korean translation (thank you, jd-develop, venusgirl)

http://www.qownnotes.org/
Titel: Beaver Notes 3.2.0
Beitrag von: SiLæncer am 16 Mai, 2024, 18:45
(https://i.postimg.cc/PxLbRkD2/screenshot-2593.png)
Organize your course notes, journal entries and activity planner via this free and open-source word processor with cross-platform compatibility.

MIT License

Changelog


    Bug Fixes:

    Auto sync
    Focus mode
    Fix tab key

    Features:

    Alt / Opt + drag to embed files

    Translations:

    Introducing Ukrainian
    Update translations for English, German, Italian, Dutch, Spanish and Simplified Chinese

    Design:

    Small UI improvements
    Settings redesign

[close]

https://beavernotes.com/
Titel: RJ TextEd 16.21
Beitrag von: SiLæncer am 17 Mai, 2024, 07:20
(https://s26.postimg.cc/775l9vjeh/screenshot_593.png)
RJ TextEd - A Unicode source and text editor. RJ TextEd is a full featured text and source editor with Unicode support, syntax highlighting and code folding. The functionality extends beyond text files and includes support for HTML editing with integrated preview, spell checking, auto completion, HTML validation, templates and more. The program also include support for Topstyle Lite CSS editor, has a dual pane file commander, as well as a FTP client to upload your files. The editor uses language files to display menus and dialogs in different languages. There are several included languages. New language files can easily be created in the editor. RJ TextEd is also a simple web development tool. The editor can use auto completion and hints to assist you in editing your source code. You can preview HTML/ASP/PHP... code using one of the preview tabs or open a document in a browser. The editor does not only handle source code. It also handles true ASCII files, binary files and of course plain text files.

License: Freeware

Changelog


Updates

If a new update is available - a message button is displayed to the left of the search box, on the main window menu bar.

You can click on the message button to open the update dialog. The button then disappears. It also disappear when you restart the program.

Replace multiple expressions

Added a context menu with some new items to select or unselect all items in the list.

Double mouse click on an expression opens the expression in the edit window.

Debug options file

Moved the options file "DebugOptions.txt" to the "<AppData>\Roaming\RJ TextEd\Data" folder.
It makes it easier to edit and both the output and options files are located in the same folder.

Misc

* Word (identifier) highlighting in JavaScript files...
* Changed how delay opened files are handled.

Fixed

* Unicode issue with recently closed file list.
* Recently closed file list issues.
* Jumping between lines in large files when document map is visible (e.g. Ctrl+End).
* Bookmark issues.
* URL mouse pointer shape issues.
* Option dialog window resize issues on some monitor resolutions.
* Some more scaling issues on high DPI screens.

[close]

http://www.rj-texted.se/
Titel: Vim 9.1.0414
Beitrag von: SiLæncer am 17 Mai, 2024, 09:10
(https://s26.postimg.cc/xww5nc4zt/screenshot_1282.png)
A highly configurable text editor built to enable efficient text editing - an improved version of the vi editor distributed with most UNIX systems.

Freeware

Whats new:>>

    9.1.0414: Unable to leave long line with 'smoothscroll' and 'scrolloff'
    runtime(doc): fix typo in vim9script help file (#14782)
    runtime(doc): Remove trailing spaces (#14784)
    runtime(doc): clarify {special} argument for shellescape()
    CI: Upload failed screendump tests when run in github actions
    9.1.0413: smoothscroll may cause infinite loop
    runtime(doc): add missing entries for the keys CTRL-W g<Tab> and <C-Tab>
    runtime(doc): update vi_diff.txt: add default value for 'flash'

http://www.vim.org/index.php
Titel: QOwnNotes 24.5.4
Beitrag von: SiLæncer am 17 Mai, 2024, 22:30
(https://s26.postimg.cc/hoi1ahlcp/screenshot_978.png)
QOwnNotes is a text editor / notepad replacement with markdown support and todo list manager. The program supports themes, keyboard shortcuts, syntax highlighting, and encryption. Includes available nested file list, tags, search, and more. Optionally works with the notes application ownCloud or Nextcloud.

Cross-platform with clients available for Mac and Linux.

License: GPL

Whats new:>>

    Try to fix build on very old build systems (for #3026 )
    Added more Dutch, Korean, Swedish, French translation (thank you, stephanp,
    venusgirl, dzenan, tralalax)

http://www.qownnotes.org/
Titel: Vim 9.1.0418
Beitrag von: SiLæncer am 18 Mai, 2024, 10:10
Whats new:>>

    Cannot move to previous/next rare word
    runtime(sshdconfig): add basic ftplugin file for sshdconfig (#14790)

http://www.vim.org/index.php
Titel: KeyNote NF 1.9.5.2
Beitrag von: SiLæncer am 18 Mai, 2024, 18:20
(https://i.postimg.cc/0yh1pK6X/screenshot-2591.png)
KeyNote NF is a tabbed notebook that is particularly suitable for writing and organizing free-form information, especially those that fit naturally within a tree-based structure, such as lists or outlines. It supports rich text and images, multi-level notes and strong encryption. A search function quickly locates information you are looking for. Notes can also be securely encrypted using IDEA or Blowfish.

KeyNote NF is a fork of the original open-source Keynote, which is no longer being developed. It adds many new features, including check boxes on children of selected nodes, hidden nodes, alarms on nodes, better treatment of tables, improved treatment of links, multi-language support, automatic compression, etc.

License:    MPL 2.0

Changelog


Fixed: New created folders didn't show tree panel (Patch on 1.9.5.1)

1.9.5.1

    New: Hyperlinks can use parameters, behaving similar to Favorites
    Added a new INI option: URLWebDecode to adapt URLs with %XY characters
    Fixed: Copy/Paste from web browsers did not work on systems with MBCS language (eg. Russian, codepage 1251)
    Handle possible exception in Windows 8.1 when trying to open the Font dialog
    Fixed: Tree panel width could be reduced on restart (if it was wide enough)
    Fixed: "F1" key cannot be used for any shortcut

[close]

https://github.com/dpradov/keynote-nf
Titel: Trilium Notes 0.63.6
Beitrag von: SiLæncer am 18 Mai, 2024, 21:00
(https://i.postimg.cc/2yDgvbpj/screenshot-2595.png)
A hierarchical note-taking software application with focus on building large personal knowledge bases while also providing a flurry of options.

License: AGPL

Whats new:>>

small fixes

https://github.com/zadam/trilium
Titel: novelWriter 2.4.2
Beitrag von: SiLæncer am 18 Mai, 2024, 22:10
(https://i.postimg.cc/WbM4JQSb/screenshot-2073.png)
Write novels more comfortably and efficiently through this markdown-like text editor, which provides users with many avenues to organize their text.

Donationware     /  GPLv3

Changelog


    Bugfixes:

    Change the preview widget in the Manuscript Build tool to use the document font only for the document itself, not the yellow heading stating the age of the previewed text.
    Fixes the syntax highlighter so that it is re-initialised when the document editor is re-initialised, so that changes to document font size regenerates the heading font sizes as well.

    Internationalisation:

    Dutch translation updated by Martijn van der Kleijn
    Chinese translation updated by @longqzh.

[close]

https://novelwriter.io/
Titel: LyX 2.3.8
Beitrag von: SiLæncer am 19 Mai, 2024, 10:10
(https://s26.postimg.cc/xm6jhtzop/screenshot_297.png)
LyX is a document processor that encourages an approach to writing based on the structure of your documents (WYSIWYM) and not simply their appearance (WYSIWYG).

Open Source

Changelog


    Updates:

    DOCUMENT INPUT/OUTPUT:

    Fix nested underwave (uwave) (bug 12922).
    Update lilypond converter settings (bug 12618).

    USER INTERFACE:

    Add a few missing autocorrect combinations and allow cycling through arrows (bug 12711).
    Reflect in the on-screen representation of math insets the fact that some insets, such as text, mbox, fbox and makebox, inherit the text font of the containing inset (bug 12950).

    LYX2LYX:

    Allow for import and export to the 2.4.x format.

    BUILD/INSTALLATION:

    Adding binary path for Homebrew on MacOS-arm64 (bug 12619).

    Bug fixes:

    DOCUMENT INPUT/OUTPUT:

    Fix leaking of linespace settings between paragraphs if they have different alignment (bug 12638).
    Do not load mathrsfs if unicode-math is required (bug 12734).

    USER INTERFACE:

    Avoid crashing on a recursive macro definition (bug 12633).
    Fix several problems where insets did not react on click on the Mac (bugs 12279, 12418, 12820).
    Fix issue with on-screen instant preview and the mathpazo package.
    Hide multi-keystroke accelerators in Mac menu (bug 12693).

    INTERNALS:

    Fix wrong computation of what is an obviously fake PID number.
    remove a pair of static methods that were unused and hid another one.
    Fix crash when missing python3 on MacOS (bug 12523).

    LYX2LYX:

    Fixed a bug in reversion to 1.6.

    TEX2LYX:

    Fix import of umlauts and ß in math (bug 12739).

    BUILD/INSTALLATION:

    Update included boost library to version 1.75.0.
    Fix warning when configuring with Qt 5.15.1x.
    Do not halt compilation because of a too new autoconf or automake version.

[close]

http://www.lyx.org/
Titel: Notepad2 by Zufu Liu 4.24.05r5242
Beitrag von: SiLæncer am 19 Mai, 2024, 21:40
(https://i.postimg.cc/Qx8J7y8Y/screenshot-2613.png)
Write in a wide variety of programming languages through the use of this comprehensive, free and open-source text processor with syntax highlighting support.

BSD License

Changelog


    Scintilla updated to 5.5.0, following bugs were fixed:

    App crashes when using ????? to input certain character,
    Respect mouse pointer size and color for cursor on line number margin, .
    Support compress & pretty for CSS, JavaScript, JSON and JSON5 with menu Tools -> Action on Selection -> Code Compress and Tools -> Action on Selection -> Code Pretty when using corresponding schemes,
    Lexer and API updates: AWK (43406dc), CSS (8a997c1), Fortran (95ad52a), Java (9399a27), JavaScript (604b553), JSON (ddc177c), HTML (3196807), Markdown (8104d2d), Ruby (d1a0f69), Zig (4708200).
    Reset "Transforms Backslashes" after copy selection or clipboard text as find text to prevent unexpected text replacing
    Fix cursor flash on typing when "Hide pointer while typing" is enabled.
    Other bug fixes and improvements.

[close]

https://github.com/zufuliu/notepad2
Titel: Vim 9.1.0421
Beitrag von: SiLæncer am 20 Mai, 2024, 09:10
Whats new:>>

    9.1.0421: filetype: hyprlang files are not recognized
    runtime(dart): add basic dart ftplugin file
    runtime(graphql): basic ftplugin file for graphql
    runtime(doc): mention comment plugin at :h 'commentstring'
    runtime(sql): set commentstring for sql files in ftplugin
    9.1.0420: :browse oldfiles prompts even with single entry
    9.1.0419: eval.c not sufficiently tested
    runtime(doc): clarify why E195 is returned
    runtime(doc): clarify temporary file clean up
    runtime(matchparen): fix :NoMatchParen not working (#14797)

http://www.vim.org/index.php
Titel: novelWriter 2.4.3
Beitrag von: SiLæncer am 20 Mai, 2024, 22:50
Whats new:>>

    Bugfixes:

    Fix a crash in the dictionaries install tool on Windows if the config folder reported by the third party Enchant spell checker tool didn't already exist prior to adding new dictionaries. The folder is now created when the tool is opened if it doesn't exist. Issue #1874. PR #1876.
    Fix issues setting a different text font for the editor and viewer, and related issues with the preview in the Manuscript Build tool, on certain platforms. Changing the font and setting non-standard font sizes produced unexpected results when reloading. The issue seems to be related to Qt 5.15.3, but that is not fully confirmed. However, the only place so far where the issue is observed is on Mint 21.3. Issues #1862 and #1875. PR #1877.

https://novelwriter.io/
Titel: Vim 9.1.0426
Beitrag von: SiLæncer am 21 Mai, 2024, 12:10
Changelog


    runtime(matchit): update matchit plugin to v1.20
    9.1.0426: too many strlen() calls in search.c
    runtime(verilog): set commentstring option
    runtime(vb): update vb indent plugin as vim9script
    9.1.0425: filetype: purescript files are not recognized
    9.1.0424: filetype: slint files are not recognized
    runtime(nim): basic nim ftplugin file for comments (#14812)
    runtime(arduino): Add Arduino ftplugin and indent files (#14811)
    runtime(typst): include basic typst ftplugin file (#14809)
    runtime(prisma): include basic prisma ftplugin file (#14807)
    runtime(v): include basic v ftplugin for comment support (#14806)
    9.1.0423: getregionpos() wrong with blockwise mode and multibyte
    9.1.0422: function echo_string_core() is too long

[close]

http://www.vim.org/index.php
Titel: FocusWriter 1.8.8
Beitrag von: SiLæncer am 21 Mai, 2024, 20:40
(https://s26.postimg.cc/if0nmb60p/screenshot_947.png)
FocusWriter hilft Vielschreibern beim Verfassen von Texten. Die Textverarbeitung blendet alle Menüs und Leisten aus. So kann man sich beim Schreiben voll und ganz auf das Wesentliche konzentrieren.

Der Vollbild-Texteditor FocusWriter zeigt als Oberfläche absichtlich lediglich den blanken Text. Daher gelingt es leichter, störungs- und ablenkungsfrei zu schreiben. Auf Wunsch kann man auf zusätzliche Steuerelemente zugreifen und diese per Maus über die Bildschirmränder abrufen.

Außerdem kann bei FocusWriter eine Statuszeile mit der aktuellen Uhrzeit, einem Timer und Statistiken eingeblendet werden. Das geplante Arbeitspensum legt der Schreiber in den Einstellungen in Minuten oder Wörtern fest. Textart und -farbe werden hier ebenfalls ganz nach Wunsch bestimmt.

Mit FocusWriter können mehrere Dokumente parallel bearbeitet werden. Ein Speichern erfolgt im RTF-, ODT- oder TXT-Format. Standardmäßig zeigt die Freeware einen einfarbigen, nüchternen Hintergrund. Wer die Arbeitsumgebung etwas freundlicher und abwechslungsreicher gestalten möchte, kann die Farbe ändern und auch ein eigenes Bild als Hintergrund einblenden.

FocusWriter enthält alle Grundfunktionen einer Textverarbeitung inklusive Textformatierungen, einer Rechtschreibprüfung und dem Suchen und Ersetzen von Wörtern und Textausschnitten. Die Freeware spricht vor allem den Vielschreiber an, der sich allein auf den Text konzentrieren möchte.

Changelog


FIXED: Broken backgrounds in Windows dark theme
FIXED: Extra newline when copying RTF
Added Windows support for copying RTF

[close]

http://gottcode.org/focuswriter/
Titel: QOwnNotes 24.5.6
Beitrag von: SiLæncer am 21 Mai, 2024, 21:40
(https://s26.postimg.cc/hoi1ahlcp/screenshot_978.png)
QOwnNotes is a text editor / notepad replacement with markdown support and todo list manager. The program supports themes, keyboard shortcuts, syntax highlighting, and encryption. Includes available nested file list, tags, search, and more. Optionally works with the notes application ownCloud or Nextcloud.

Cross-platform with clients available for Mac and Linux.

License: GPL

Whats new:>>

#1859 i18n: add more app and webpage translation

24.5.5

    Try to fix build on very old build systems again (for #3026 )
    The scripting command script.inputDialogGetItem will now return an empty
    string, if Cancel was clicked or Escape was pressed
        For more information please take a look at
        Opening an input dialog with a select box

http://www.qownnotes.org/
Titel: Vim 9.1.0429
Beitrag von: SiLæncer am 22 Mai, 2024, 08:50
Changelog


    runtime(termdebug): check for gdb file/dir before using as buffer name
    runtime(zig): refactor zig ftplugin, remove auto format
    9.1.0429: Coverity complains about eval.c refactor
    9.1.0428: Tag guessing leaves wrong search history with very short names
    9.1.0427: tests: some issues with termdebug mapping test
    runtime(matchit): update matchit plugin to v1.20

[close]

http://www.vim.org/index.php