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

0 Mitglieder und 1 Gast betrachten dieses Thema.

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 158890
  • Ohne Input kein Output
    • DVB-Cube
Atom 1.43.0
« Antwort #4290 am: 14 Januar, 2020, 18:30 »
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/

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: 158890
  • Ohne Input kein Output
    • DVB-Cube
Atom 1.44.0 Beta 0
« Antwort #4291 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/

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: 158890
  • Ohne Input kein Output
    • DVB-Cube
HtLite 5.3.0.1
« Antwort #4292 am: 15 Januar, 2020, 21:40 »
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

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: 158890
  • Ohne Input kein Output
    • DVB-Cube
QOwnNotes 20.1.9 Build 5275
« Antwort #4293 am: 16 Januar, 2020, 05:50 »
QOwnNotes is a text editor / notepad replacement with markdown support and todo list manager. The program supports themes, keyboard shortcuts, syntax highlighting, and encryption. Includes available nested file list, 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/

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: 158890
  • Ohne Input kein Output
    • DVB-Cube
Notepad++ 7.8.3
« Antwort #4294 am: 16 Januar, 2020, 06:10 »
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/

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: 158890
  • Ohne Input kein Output
    • DVB-Cube
SciTE (SCIntilla) 4.3.0
« Antwort #4295 am: 16 Januar, 2020, 13:50 »
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

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: 158890
  • Ohne Input kein Output
    • DVB-Cube
QOwnNotes 20.1.10 Build 5282
« Antwort #4296 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/

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: 158890
  • Ohne Input kein Output
    • DVB-Cube
FocusWriter 1.7.4
« Antwort #4297 am: 17 Januar, 2020, 05:30 »
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/

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: 158890
  • Ohne Input kein Output
    • DVB-Cube
QOwnNotes 20.1.11 Build 5286
« Antwort #4298 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/

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: 158890
  • Ohne Input kein Output
    • DVB-Cube
CodeLite 13.0.8 Weekly
« Antwort #4299 am: 18 Januar, 2020, 18:50 »
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/

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: 158890
  • Ohne Input kein Output
    • DVB-Cube
QuickNote 0.36.25
« Antwort #4300 am: 18 Januar, 2020, 19:45 »
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/

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: 158890
  • Ohne Input kein Output
    • DVB-Cube
Alternate Text Browser 3.650
« Antwort #4301 am: 18 Januar, 2020, 21:30 »
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

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: 158890
  • Ohne Input kein Output
    • DVB-Cube
QText 4.53
« Antwort #4302 am: 19 Januar, 2020, 19:30 »
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/

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: 158890
  • Ohne Input kein Output
    • DVB-Cube
RJ TextEd 14.30
« Antwort #4303 am: 19 Januar, 2020, 20:45 »
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/

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: 158890
  • Ohne Input kein Output
    • DVB-Cube
QOwnNotes 20.1.12 Build 5295
« Antwort #4304 am: 21 Januar, 2020, 05:45 »
QOwnNotes is a text editor / notepad replacement with markdown support and todo list manager. The program supports themes, keyboard shortcuts, syntax highlighting, and encryption. Includes available nested file list, 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/

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 )