Autor Thema: Editoren diverses ...  (Gelesen 369778 mal)

0 Mitglieder und 3 Gäste betrachten dieses Thema.

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 191383
  • Ohne Input kein Output
    • DVB-Cube
DFM2HTML 4.1
« Antwort #120 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.



    * 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/

Arbeits.- Testrechner :

Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit

TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 191383
  • Ohne Input kein Output
    • DVB-Cube
RJ TextEd 6.20 Beta 2
« Antwort #121 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/

Arbeits.- Testrechner :

Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit

TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 191383
  • Ohne Input kein Output
    • DVB-Cube
SciTE 2.10
« Antwort #122 am: 05 April, 2010, 13:31 »
Editor mit Syntax-Highlighting, Auto-Completion, Folding und vielem mehr...


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

Arbeits.- Testrechner :

Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit

TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 191383
  • Ohne Input kein Output
    • DVB-Cube
Leafpad 0.8.17 (Linux)
« Antwort #123 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.


Lizenz: Open Source

http://tarot.freeshell.org/leafpad

Arbeits.- Testrechner :

Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit

TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 191383
  • Ohne Input kein Output
    • DVB-Cube
RJ TextEd 6.20 Final
« Antwort #124 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/

Arbeits.- Testrechner :

Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit

TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 191383
  • Ohne Input kein Output
    • DVB-Cube
SciTE 2.11
« Antwort #125 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

Arbeits.- Testrechner :

Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit

TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 191383
  • Ohne Input kein Output
    • DVB-Cube
GetDiz V4.5
« Antwort #126 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

Arbeits.- Testrechner :

Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit

TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 191383
  • Ohne Input kein Output
    • DVB-Cube
Extreme Editor V7.0.8.2
« Antwort #127 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.

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

Arbeits.- Testrechner :

Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit

TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 191383
  • Ohne Input kein Output
    • DVB-Cube
ResEdit Resource Editor 32/64 bit 1.4.13
« Antwort #128 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).


Latest Changes

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

Freeware

http://www.resedit.net/

Arbeits.- Testrechner :

Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit

TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 191383
  • Ohne Input kein Output
    • DVB-Cube
Scriptly 0.8.95.5
« Antwort #129 am: 23 April, 2010, 17:00 »
Freeware-HTLM-Editor, der auf das Schreiben von HTML und PHP-Quelltext ausgelegt ist.


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.

Außerdem gibt es eine Online-Hilfe auf dieser Seite.

Unterstützt wird WIN 98 bis Seven

http://webocton.de/

Arbeits.- Testrechner :

Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit

TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 191383
  • Ohne Input kein Output
    • DVB-Cube
DFM2HTML 4.2
« Antwort #130 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.



    * 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/

Arbeits.- Testrechner :

Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit

TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 191383
  • Ohne Input kein Output
    • DVB-Cube
Fresh HTML 3.46
« Antwort #131 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

Arbeits.- Testrechner :

Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit

TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 191383
  • Ohne Input kein Output
    • DVB-Cube
QuickEditor 4.0.3702.19745
« Antwort #132 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://quickeditor.ranger81.de/

Arbeits.- Testrechner :

Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit

TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 191383
  • Ohne Input kein Output
    • DVB-Cube
BBCode-Formatierer 1.2
« Antwort #133 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/pages/bbcodes-formatierer.php

Arbeits.- Testrechner :

Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit

TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 191383
  • Ohne Input kein Output
    • DVB-Cube
Semagsoft Document.Editor 0.9.0
« Antwort #134 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.


Latest Changes

- New icon set
- Bug fix's

Freeware

Download

http://semagsoft.com

Arbeits.- Testrechner :

Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit

TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )