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

0 Mitglieder und 128 Gäste betrachten dieses Thema.

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 191383
  • Ohne Input kein Output
    • DVB-Cube
Vim 8.2.3701
« Antwort #5985 am: 30 November, 2021, 09:10 »
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

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
QOwnNotes 21.12.0
« Antwort #5986 am: 30 November, 2021, 23:20 »
QOwnNotes is a text editor / notepad replacement with markdown support and todo list manager. The program supports themes, keyboard shortcuts, syntax highlighting, and encryption. Includes available nested file list, 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/

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
Vim 8.2.3709
« Antwort #5987 am: 01 Dezember, 2021, 09:10 »
Changes:>>

Vim9: backtick expression expanded when not desired

http://www.vim.org/index.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
TED Notepad v6.3.1
« Antwort #5988 am: 01 Dezember, 2021, 09:20 »
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

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
Vim 8.2.3724
« Antwort #5989 am: 03 Dezember, 2021, 09:20 »
Changes:>>

build error for missing error message in small build

http://www.vim.org/index.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
CudaText 1.150.1.1
« Antwort #5990 am: 03 Dezember, 2021, 18:30 »
Create programming scripts with this 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/

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
Vim 8.2.3732
« Antwort #5991 am: 04 Dezember, 2021, 09:20 »
Changes:>>

"set! termcap" test fails

http://www.vim.org/index.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
Text Editor Pro 18.2.1
« Antwort #5992 am: 04 Dezember, 2021, 19:30 »
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/

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
QOwnNotes 21.12.1
« Antwort #5993 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/

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
Vim 8.2.3750
« Antwort #5994 am: 06 Dezember, 2021, 09:40 »
Changes:>>

8.2.3750: error messages are everywhere

http://www.vim.org/index.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
PSPad 5.0.7 Build 717 Dev
« Antwort #5995 am: 06 Dezember, 2021, 18: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.

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/

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
Vim 8.2.3754
« Antwort #5996 am: 07 Dezember, 2021, 08:40 »
Changes:>>

undesired changing of the indent of the first formatted line

http://www.vim.org/index.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
DocPad 28.0
« Antwort #5997 am: 07 Dezember, 2021, 10:20 »
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

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
CudaText 1.151.0.1
« Antwort #5998 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/

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
HelpNDoc Personal Edition 7.8.0 Build 569
« Antwort #5999 am: 07 Dezember, 2021, 20:20 »
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/

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 )