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

0 Mitglieder und 4 Gäste betrachten dieses Thema.

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 189183
  • Ohne Input kein Output
    • DVB-Cube
Text Editor Pro 9.2.0
« Antwort #4560 am: 10 Mai, 2020, 20: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

    Added license to about box
    Added options for hex editor
    Fixed application scaling option
    Fixed changed files dialog
    Fixed check for updates
    Fixed hex editor
    Fixed installers
    Fixed minimize to system tray
    Fixed replace
    Fixed text editor control
    Fixed language files
    Updated and fixed AlphaControls v15.06 - http://www.alphaskins.com/

[close]

https://texteditor.pro/

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: 189183
  • Ohne Input kein Output
    • DVB-Cube
qPad 1.1.4 Build 25
« Antwort #4561 am: 10 Mai, 2020, 20:50 »
qPad is a simple standalone UTF-8 notetaking and plain text app for windows. It can be a good alternative for Windows' Notepad; just start your paragraph with a Right-to-left language (such as Arabic, Persian, Hebrew, etc) or a RTL Mark to make it right-aligned!

Freeware

Changelog

    Added file information dialog (F2)
    Find Next/Previous shortcuts (Shift+)F3

    Minor improvements and bugfixes:

    Remembers last file's location on open/save dialogs
    Find window stays focused when search finished

[close]

https://alvandsoft.com/qpad/

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: 189183
  • Ohne Input kein Output
    • DVB-Cube
Vim 8.2.0735
« Antwort #4562 am: 11 Mai, 2020, 04:35 »
Whats new:>>

Fixed:

using unitialized memory

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: 189183
  • Ohne Input kein Output
    • DVB-Cube
RJ TextEd 14.50
« Antwort #4563 am: 11 Mai, 2020, 05:25 »
RJ TextEd - A Unicode source and text editor. RJ TextEd is a full featured text and source editor with Unicode support, syntax highlighting and code folding. The functionality extends beyond text files and includes support for HTML editing with integrated preview, spell checking, auto completion, HTML validation, templates and more. The program also include support for Topstyle Lite CSS editor, has a dual pane file commander, as well as a FTP client to upload your files. The editor uses language files to display menus and dialogs in different languages. There are several included languages. New language files can easily be created in the editor. RJ TextEd is also a simple web development tool. The editor can use auto completion and hints to assist you in editing your source code. You can preview HTML/ASP/PHP... code using one of the preview tabs or open a document in a browser. The editor does not only handle source code. It also handles true ASCII files, binary files and of course plain text files.

License: Freeware

Changelog

    Chrome Preview:

    Updated component and libraries to version 81.0.4044.

    Code hints:

    Added code hints. Hover the mouse over a tag, CSS property, method or function name to display information about it. In HTML hints are displayed for both tags and attributes. The hint may contain a description, return value, parameters and example code.
    A code hint is also displayed when an item is selected in auto completion list box.
    For this to work the [Hints] section in the syntax file must contain the function i question.
    Updated syntax files are: Cpp, python, css, less, sass, HTML, JavaScript, PHP.

    Image hints:

    Image hints are displayed when you hover the mouse over an image link. The hint will display a miniature of the image.
    You can turn this off this hint in options.

    Hints and options:

    The editor is now able to show the following hint types:

    Code hints:

    Hover the mouse over a function to display information like parameters and description.

    Parameter hints:

    Press Ctrl+Shift+H or type "(" to display a hint with all parameters.

    Color hints:

    Hover the mouse over a color value to display the color in different formats. Click on a format to convert the value or on the color box to open the color dialog window.

    Image hints:

    Hover the mouse over an image link to display a thumbnail.
    You can set which hints should be enabled in options and also decide whether the code or parameter hint should be displayed above or below the code.

    Auto completion:

    Auto completion can now include Emmet abbreviations. The hint will display the expanded code.
    In HTML you can now type a letter and press CTRL+Space to get a list of tags and Emmet abbreviations beginning with that letter.
    This is turned on by default but you can change that in options.

    Auto completion speed:

    Optimized a few functions and the auto completion should be way faster than before.

    Text compare:

    Added a new toolbar placed between the two documents being compared. The toolbar contain most functions available in compare mode like copy difference left or right, move to the next or previous difference, save diff file...

    Syntax Editor:

    Made several changes to the syntax editor to handle the changes made to the syntax files. The hints page has been redesigned and some changes were made when adding items to the class completion and user menu sections.
    Save As ... (Remote)
    Added two new toolbar buttons to the save remote dialog box. "New folder" and "goto parent folder".

    Fixed:

    Open file issue after closing document views.
    Theme manager high DPI issues.
    A few Emmet expand abbreviation issues.
    RegEx search issue.
    Problems with sessions.
    Create new file panel issues.
    Many reported issues from users sent by email.

[close]

http://www.rj-texted.se/

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: 189183
  • Ohne Input kein Output
    • DVB-Cube
Notepads 1.3.3.0
« Antwort #4564 am: 11 Mai, 2020, 16:45 »
Modern, open-source Notepad alternative for Windows 10 that gives the aging text editor a facelift, while also packing additional functionality into a similarly streamlined application.

MIT License

Changelog

    Fixed an issue with previous release.

1.3.2.0

    [New features]:

    Added settings to change font style and font weight.

    [Improvements]:

    When you drag a file into Notepads, it now can be saved silently without prompting a file save picker.
    Improved DiffViewer rendering performance.
    Minor visual adjustments to line highlighter when multiple lines are selected.

    [Bug fixes]:

    Fixed a bug where in some cases, clipboard content might be cleared upon app exit.

    [New Localization]:

    [zh-TW][Chinese (Traditional)]

[close]

https://github.com/JasonStein/Notepads

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: 189183
  • Ohne Input kein Output
    • DVB-Cube
QOwnNotes 20.5.7 Build 5654
« Antwort #4565 am: 11 Mai, 2020, 20: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

Changelog

    there now is a new method insertHtmlAsMarkdownIntoCurrentNote for mainWindow in the scripting engine that inserts html in the current note as markdown (for #1740)
        this method also downloads remote images and transforms data:image urls to local images stored in the media directory
        for more information please take a look at the Mainwindow scripting documentation
    added a new scripting hook websocketRawDataHook that is called when data is sent from the QOwnNotes Web Companion browser extension via the web browser's context menu (for #1740)
        you need the QOwnNotes Web Companion 20.5.0 or higher for this to work
        this works with either the send page and send selection feature of the web companion
        if a hook implementation is found in a script no new note will be created
        take a look at the handleNoteNameHook documentation for more information
    note tabs will now be reloaded correctly if the note-folder is reloaded (for #1720)
        all note assignments were previously lost because reloading the note-folder causes all note ids to be different than before
    fixed a possible crash when restoring note tabs (for #1720)
    added new scripting methods fileExists and readFromFile and a new parameter createParentDirs for method writeToFile (for #1736, thank you @r00tr4v3n)
        for more information please take a look at the scripting documentation
    there now is a new sub-menu for custom actions from scripts in the note-edit context menu to prevent that too many menu items are shown on the first level of the menu (for #1737, thank you @r00tr4v3n)
    added more Bengali, Brazilian Portuguese, French translation (thank you Oymate, Fabijenna, gbabin, bepolymathe)

[close]

http://www.qownnotes.org/

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: 189183
  • Ohne Input kein Output
    • DVB-Cube
CudaText 1.99.0.0
« Antwort #4566 am: 12 Mai, 2020, 09:08 »
Create programming scripts with this powerful tool that supports more than 130 languages and allows users to work concurrently on as many as six groups of projects.

Freeware

Changelog

    Add: speedup loading big ascii files by 5-6%
    Add: new big Wiki topic: https://wiki.freepascal.org/CudaText#CudaText_vs_Sublime_Text.2C_different_answers_to_questions
    Add: new big Wiki topic: https://wiki.freepascal.org/CudaText#Program_perfomance
    Add: plugin Lexer Detecter: speedup loading when no lexer found (110ms->2ms)
    Add: Find/Replace dialog: on regex error, show error more detailed
    Add: lexer Markdown: highlight checkboxes in lists: [ ]
  • [X]

    Change: lexer HTML: don't fold <p> tags (tags produce folding icon which don't work when there're many tags on a line)
    Fix: API ini_read/ini_write deleted quotes from quoted values (thanks @dinkumoil)
    Fix: crash when CudaText is opened from file manager, with specific history data (thanks @dinkumoil, @OlehL)
    Fix: bug in regex search with regex'es like "a+", "a{2,4}" (thanks @Petrik_Pjatochkin, @ritmation)
    Fix: Project Manager: fuzzy search in "Go To File" was not handy (thanks @4goodapp)
    Fix: crash on start on Linux (some Lazarus bug)
    Fix: Emmet bug with "!" abbrev (thanks Rickard)
    Fix: Emmet bug with "span.classname" (thanks Rickard, @d-mal)
    Fix: crash of External Tools/ FindInFiles on files with null bytes (thanks @kvichans)
    Fix: on app closing, hex viewer painted something on Windows desktop (thanks @dinkumoil)
    Fix: not smooth edge of triangled ui-tabs
    Fix: italic "comments" at line ends were cropped with some fonts

[close]

http://www.uvviewsoft.com/cudatext/

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: 189183
  • Ohne Input kein Output
    • DVB-Cube
RJ TextEd 14.51
« Antwort #4567 am: 12 Mai, 2020, 13:50 »
Changelog

    Misc:

    Updated a few visual components.
    Changed toolbar images in print preview.

    Fixed:

    Error message that may occur using the 32-bit version of the program.
    Call stack issue with bug reports on the 32-bit version.
    An issue with manually changing highlighter.
    Some High DPI issues in print preview window.
    Fixed a few help hints in options (translations are still missing).

[close]

http://www.rj-texted.se/

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: 189183
  • Ohne Input kein Output
    • DVB-Cube
Vim 8.2.0745
« Antwort #4568 am: 13 Mai, 2020, 04:15 »
Whats new:>>

    Changed:

    Crash on exit when not all popups are closed

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: 189183
  • Ohne Input kein Output
    • DVB-Cube
Notepads 1.3.4.0
« Antwort #4569 am: 13 Mai, 2020, 06:20 »
Whats new:>>

Fixed an issue where app might crash when line highlighter is showing.

https://github.com/JasonStein/Notepads

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: 189183
  • Ohne Input kein Output
    • DVB-Cube
QOwnNotes 20.5.8 Build 5658
« Antwort #4570 am: 13 Mai, 2020, 19:00 »
Whats new:>>

    you can now copy an image to the clipboard by right-clicking on it in the preview (for #1741)
        this works for local and as well for remote images
    the binary translation files were removed from the git repository, they are now built in all build systems (for #1744)
    added more French, German, Russian, Catalan, Italian, Bengali translation (thank you gbabin, rakekniven, unchase, MGuerra, tiwi90, Oymate)

http://www.qownnotes.org/

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: 189183
  • Ohne Input kein Output
    • DVB-Cube
Zettlr 1.7.0 Beta 4
« Antwort #4571 am: 14 Mai, 2020, 13:33 »
Write text and conveniently edit it using Markdown with the help of this user-friendly and well-thought-out, Electron based application.

MIT License

Changelog

Breaking Changes

This release contains several breaking changes to 1.6 due to heavy internal refactoring.

    Your virtual directories will be gone after installing.
    Projects will be incorporated into the .ztr-directory-files, which means that you need to extract these files (or backup them) if you plan to roll back to 1.6 or earlier, lest you will lose the project settings.

GUI and Functionality

    New Feature: Zettlr now supports (theoretically) unlimited open documents and orders them in tabs at the top of the editor instance.
        The tabs display the frontmatter title, if applicable, or the filename.
        On hover, you can get additional info about the documents.
        Drag and drop the tabs to re-sort their order.
        Get going where you left of the day before: Open files are persisted during restarts of the application.
    New Feature: RTL support! Now whether you are writing in Hebrew, Persian, Urdu or any other right-to-left writing system, you can do so now. We've added support for the respective options of CodeMirror in the "Preferences -> Editor" tab.
    If available, a title from a YAML frontmatter will be appended to the displayed file entry when linking files.
    Copying images from the Explorer/Finder/file browser now offers to insert them into the document, copying them over to the assets directory.
    The popups are now more resilient against accidental closing, just like the dialogs.
    When focus-selecting the global search bar (pressing the mouse button in the input and using it to select some text immediately) works as in other inputs now.
    Added the week-number as a variable for filenames and the Zettelkasten IDs (use %W).
    Changes to the Pomodoro timer: Now the sound will play each time you release the mouse button on the volume slider to check how loud it is. Furthermore, the mute button has been removed in favor of a volume indication, with 0% equalling the former mute setting.
    When the tag cloud is filtered, "Copy Tags" will only copy the filtered tags, and no longer all tags. To copy all tags, reset the filter. Furthermore tags will now be copied to clipboard including the leading hashtag.
    Re-enabled double-dollar inline equations for rendering and syntax highlighting.
    HTML-style comments (<!-- Lorem Ipsum -->) are now also exempt from the word counting.
    Fixed an error in the Table Editor that would assume empty rows to be header rows, leading to false behavior when trying to display a completely empty table.
    The Table Editor can now also parse and display simple and grid tables, and a wider range of pipe tables, as described in the Pandoc manual.
    Fixed a small mistake where literal blocks would be wrongly offset as the editor treated them as list items.
    Fixed artefacts with spellchecking errors. Thanks to @ryota-abe for proposing the correct selector!
    The Table Editor now remembers what the source table looked like and tries to recreate that when it applies the changes to the DOM.
    Added verbose error reporting and improved the error handling during citeproc boot. Now, Zettlr will (a) remove error-throwing CiteKeys so that the rest of the library loads just fine and (b) display the exact errors as reported by citeproc-js so that users can immediately identify the bad keys and know where to look.
    The global search bar's autocomplete will now also work for non-western scripts such as Japanese, Korean, Chinese, or any other.
    Virtual directories have been discontinued. Parts of their functionality will be re-implemented in different ways.
    On Linux, we've restored the default window decorations -- that is, the burger menu button is gone, and the menu will be displayed wherever the window manager decides.
    Fixed a small bug that could lead to errors during autocomplete selection if no frontmatter is present in the file.
    Added syntax highlighting modes (with keywords):
        Elm: elm
        F#: f#/fsharp
        Haskell: hs/haskell
        VB.net: vb.net/vb/visualbasic
    Fix the colours of the heatmap search list.
    Fixed a logical error in the detection of remote changes of attachment files.
    Fenced code blocks, delimited by three backticks have a customizable box background. The colour (and different styles) can be customized by targeting the code-block-line-CSS class.
    The font size of mathematics was decreased a bit to align it better with the size of normal text. Thanks to @tobiasdiez.
    Support fenced code blocks surrounded by tildes (~) instead of backticks.
    The About dialog of the application now also holds a tab with debug information about both the binary, the system, and the current environment.
    Tags with diacritics are now also removed on export (with the respective setting turned on), so that the removed tags match the tags which are highlighted in the editor.
    Fixed searches behaving irrationally if you search again while the previous search has not yet ended.
    Switched to using the Clarity Design icon set where possible.
    Sort buttons now show how the directory is currently sorted. One shows and toggles what is being sorted by (name or time). The other shows and toggles what direction is being sorted ine (ascending or descending).
    Modified display settings are now applied on configuration changes (not just after clicking somewhere in the document).
    Modals now also apply a dark theming if in dark mode.

Under the Hood

    FSAL Refactor: This release includes a huge refactor of the file system core of the application. In general terms, the rewritten core enables Zettlr to handle the file system more efficiently, uses up less RAM and has some other goodies that make the whole File System Abstraction Layer (FSAL) much more scalable for future feature implementations. More precisely:
        From OOP to Functional: While previously files and directories were heavily object-oriented with one full object being instantiated for each and every file including a whole prototype chain, the new core switches to a functional approach, removing the memory-intensive prototype chains. Instead, files and directories are now represented by a descriptor which includes the all meta-information packages, but no function bodies. Instead, the new FSAL calls functions to which it passes one or more descriptors in order to enable the function to modify the descriptor itself. This also makes state management easier, as the whole FSAL only works with object pointers and does not re-instantiate most descriptors every time a function modifies them.
        Improved state management: Now the state is not littered across the main process code base, but instead is centrally managed by the FSAL core class, which emits events every time anything in the state changes. This keeps the functional logic of the application much simpler. As opposed to before, the Zettlr main application class only accesses the FSAL state, and furthermore makes use of three events -- directory replacement, file replacement, and full file tree update -- to propagate any changes to the renderer process.
        File Caching for faster boot: The FSAL additionally includes a sharded file cache which approximately halves the boot time. Furthermore, this enables the app to be much more resource-friendly for your storage, as the number of file accesses is reduced heavily -- at most, one hundred files will be opened during boot, instead of up to 10,000 or more, depending on the amount of open files you had.
        Improved remote change detection: As a result of the descriptor-system and improved central state management, detecting and managing state changes induced remotely much easier. The whole logic of the watchdog has been cut down to its essential parts to make its business logic more manageable.
        Improved debugging: Also as a result of implementing the new FSAL core as a self-contained EventEmitter module, it's much easier to locate logical errors, as due to improved state management missing state updates in the graphical user interface most likely emanate from exactly there, and not the FSAL. This has already helped identify several very small and almost unnoticeable bugs that did not update the renderer's state as wanted.
    Improvements to image dragging and dropping from the attachment sidebar.
    Switched the string variable replacer from vanilla JavaScript to moment.js, which simplified the function considerably.
    The export module is now really a module.
    Switched to cTime internally as the representation for modification time, because it'll capture more changes than mTime.
    Updated insecure dependencies.
    .git-directories are now ignored.
    Applying the CSS line classes for Markdown headings should now be less computationally intensive.
    Switched to Gulp for LESS compilation (thanks to @tobiasdiez for implementing).
    The command autoloader now logs potential errors during command loading.
    You can now pass a temporary configuration file to Zettlr, e.g. for testing purposes. Simply start Zettlr from the command line and pass --config /your/config/file.json. It can also only be a stub (e.g. only containing certain selected configuration parameters), as Zettlr will set all missing properties to their respective defaults. If the path is relative, Zettlr will attempt to find the file either at the repository root, if app.isPackaged is false, or at the current executable's directory.
    Added a test command for GUI testing. It creates a small directory structure so that you can test the GUI without having to sacrifice your files or your mental health for that issue. Run yarn test-gui to run Zettlr in that test environment, and do to the files whatever you want!
    The targets class is now a service provider.
    Fixed the flattenDirectoryTree utility function. I have no idea why it worked for eleven months, but when it started throwing errors on the FSAL I realized it did a lot of things but it should've never worked. JavaScript is magic. Update: Found a newer and more optimized utility function, objectToArray, so I'm trashing it for good.
    The Pandoc-command is now logged in its resolved state immediately before actually being run.
    Windows installers are finally signed.
    Switched back to the package.json configuration for electron-builder, because, well, Electron.

[close]

Download: https://github.com/Zettlr/Zettlr/releases

https://www.zettlr.com/

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: 189183
  • Ohne Input kein Output
    • DVB-Cube
QOwnNotes 20.5.9 Build 5663
« Antwort #4572 am: 14 Mai, 2020, 20:00 »
Whats new:>>

    added a new editor color schema Solarized Dark (for #1742, thank you @sauces1313)
    the note files are now actually renamed if the headline of a note changes instead of a new note file being created (for #1743)
        if if the note file was successfully renamed now a copy will not be move to the local trash
    added more Spanish translation (thank you richarson)

http://www.qownnotes.org/

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: 189183
  • Ohne Input kein Output
    • DVB-Cube
Vim 8.2.0754
« Antwort #4573 am: 15 Mai, 2020, 04:15 »
A highly configurable text editor built to enable efficient text editing - an improved version of the vi editor distributed with most UNIX systems.

Freeware

Whats new:>>

    8.2.0754: Vim9: No test for forward declaration
    8.2.0753: Vim9: expressions are evaluated in the discovery phase

http://www.vim.org/index.php

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: 189183
  • Ohne Input kein Output
    • DVB-Cube
EmEditor Free 19.8.5
« Antwort #4574 am: 15 Mai, 2020, 09:11 »
EmEditor is a lightning-fast, tabbed text editor with themes, syntax highlighting, stay-on-top, and customizable keyboard mapping. The program supports batch find-and-replace, regular expressions, and more.

The program beat a variety of other text editors in tests performed by TPFC user TP109. Additional features are available via a non-free version.

Free for personal use

Whats new:>>

    Fixed a bug where EmEditor could not search for “L”, “P”, or “U”, which is not a regular expression nor escape sequence, without matching case.
    Fixed a bug where EmEditor could crash during regular expression searches.
    The new version enables the AVX-512 instruction set for CPUs where the SHA instruction set is unavailable but the AVX-512 instruction set is available.
    Adjusted the selection after the Insert Column Left/Right command.

https://www.emeditor.com/text-editor-features/history/emeditor-free/

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 )