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

0 Mitglieder und 3 Gäste betrachten dieses Thema.

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 191383
  • Ohne Input kein Output
    • DVB-Cube
Vim 9.1.0139
« Antwort #7545 am: 27 Februar, 2024, 08:40 »
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

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 9.1.0140
« Antwort #7546 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

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
Znote 2.5.0
« Antwort #7547 am: 28 Februar, 2024, 08:20 »
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/

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 9.1.0143
« Antwort #7548 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

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
EmEditor Professional 24.0.0
« Antwort #7549 am: 29 Februar, 2024, 14:20 »
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

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
BabelEdit 5.2.0
« Antwort #7550 am: 29 Februar, 2024, 22:16 »
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

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
KaPiGraf 3.8
« Antwort #7551 am: 29 Februar, 2024, 22:40 »
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

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 9.1.0145
« Antwort #7552 am: 01 März, 2024, 09:10 »
Whats new:>>

v:echospace not correct when 'showcmdloc' != last

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
Pandoc 3.1.12.2
« Antwort #7553 am: 01 März, 2024, 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

    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

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.210.0.0
« Antwort #7554 am: 01 März, 2024, 19:20 »
Create programming scripts with this 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/

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
Alternate TextBrowser 4.250
« Antwort #7555 am: 01 März, 2024, 21:10 »
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

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
TeXstudio 4.7.3
« Antwort #7556 am: 01 März, 2024, 22:20 »
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/

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
Textadept 12.3
« Antwort #7557 am: 02 März, 2024, 08:20 »
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/

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 24.2.6
« Antwort #7558 am: 02 März, 2024, 09:30 »
QOwnNotes is a text editor / notepad replacement with markdown support and todo list manager. The program supports themes, keyboard shortcuts, syntax highlighting, and encryption. Includes available nested file list, 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/

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
Znote 2.5.1
« Antwort #7559 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/

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 )