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

0 Mitglieder und 5 Gäste betrachten dieses Thema.

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 191383
  • Ohne Input kein Output
    • DVB-Cube
Trilium Notes 0.60.3
« Antwort #7185 am: 16 Juni, 2023, 18:50 »
A hierarchical note-taking software application with focus on building large personal knowledge bases while also providing a flurry of options.

License: AGPL

Changelog

    Consistent tooltip arrow style, #3948
    Selected text in HTML view is searched immediately in find box, #3947
    Smooth scrolling for TOC, #3944
    Linux and Windows allow you to choose which app to open the note with ("Open note custom"), #3940
    Improved Cyrillic font support, #3933
    Move "tree actions" to the right, #3928
    Improved include note display, #3920
    More obvious active ribbon item
    ETAPI fixes and improvements, #3908 #3909
    Remove HTML tags added by trilium during ZIP import, #3897
    Added ability to override default search engine, #3901
    Ensure note return branch #3893, thanks to @mirrorcult
    Improved performance of note map #3870
    Change in regex of resolving custom paths, #3866
    Dev env changes #3871 #3827 #3848 #3847 #3846 #3839 #3838 #3833 #3837
    Lint changes #3818
    Fix click events propagating from a context menu being closed, fixes #3805
    Fix resizing of note map #3808
    Added #sortLocale, #3695
    Don't trigger menu items on right click, #3764
    Persistent caching #3814
    Sort icons by how much they are used, #3784
    Don't trigger menu items on right click, #3764
    Change dropdown border to light border
    SVG icons #3773
    Note book card margin #3756
    Add #newNotesOnTop, closes #3734
    Use the same variable as Firefox for scrollbar thumb #3152
    Fix search in "view source", closes #3929
    Fix cursor position when Jumping from note to included note
    Fix parsing the authentication header with password containing a colon, closes #3916
    Don't allow setting image quality to empty value, #3894
    Fix hamburger icon in canvas, #3780
    Wrong password login screen should return 401 so that it counts to the rate limiter, fixes #3867
    Collapse command will collapse the whole tree, including the current active note path, fixes #3664
    Merge pull request #3959 from soulsands/fix-search
    Images in note list preview should be shrinked to fit into view, fixes #3965
    3974 from soulsands/fix-edited-note fix getEditedNotesOnDate
    Right click on an external link should not open the link, fixes #3971
    Keep this window on top #3963 by @SiriusXT
    Display icon for non-supported note types in content renderer
    Fixed infinite recursion with search notes
    If a note context has sub contexts, then it has to be saved even if empty, fixes #3985
    Invalidate attribute cache on branch create/update, fixes #3994
    Use note size format also in file properties
    Merge pull request #3984 from dymani/move-pane Add buttons to reorder split panes by @dymani
    Don't allow patching relation's value in ETAPI #3998
    Fix shortcuts not resetting to default #4004 by @dymani
    Fix showing deleted notes in the recent changes dialog, closes #4013
    ETAPI ZIP import
    Fix race condition between script execution and saving, closes #4028
    Compatibility with online excalidraw tool - JSON can be imported into excalidraw web tool
    Sql console outputs results of CTEs, fixes #2800
    Allow creating backups via ETAPI, #4014

[close]

https://github.com/zadam/trilium

Arbeits.- Testrechner :

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

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

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 191383
  • Ohne Input kein Output
    • DVB-Cube
RJ TextEd 15.90
« Antwort #7186 am: 16 Juni, 2023, 20:30 »
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


    Code Explorer:

    Made several changes to the code explorer. All icons for method, property... have been removed and replaced with more general structure symbols, which makes it easier to use with different languages. And less confusing.
    Bookmarks can be displayed in the second view.
    The second view can now handle nested functions (e.g. JavaScript, Typescript...).
    Selectors in CSS should be displayed properly now.
    All tags are displayed on the tags tab. No tags are displayed on the code tab.
    Fixed several issues as well.

    Activate highlighter when opening a file:

    I've added new options to activate a highlighter if a new file type is opened and the file extension and highlighter is not activated in "Addons".
    The default behavior is to display a prompt asking the user if the highlighter should be activated, with all its file extensions. But you can change that in option to automatically activate the highlighter, without the prompt.
    Ex. You open a FSharp file and the FSharp highlighter is not active and available in the syntax highlighter list. Normally you would have to activate it manually in "Addons". But with these options it can be done for you.

    The options can be found in "Options -> File -> Miscellaneous":

    Activate highlighter on unknown file extension
    Prompt user to activate highlighter

    Always open application on active monitor:

    Added a new option to always open the program on the same monitor as the mouse cursor.
    The option is turned off by default, but can be turned on in
    "Options -> Program -> Program start".

    Open large files as plain text:

    Added an option to open large files as plain text in "Options -> File -> Open".
    The large file limit is set in MB.
    This option is turned off by default.

    Auto completion:

    Made changes to fix some issues when the auto completion list is visible while you type.
    I also fixed a few other issues found while testing.

    LSP Client:

    Updated the LSP client to handle all new features in v3.17.x of the LSP protocol. And made some improvements, both in the client and the editor.

    LSP Hover Hints:

    Made several improvements to the display. Information is better color coded and markdown strings are handled better now.
    The size of the hint is handled better and text properly wrapped, if necessary.

    Lisp Highlighter:

    Created a new highlighter for Lisp.

    Misc:

    Option to enclose selection with quotes now include backticks.

    Fixed:

    Some issues with color value highlighting.
    Issues with color value hints.
    A few LSP issues.
    Many Code Explorer related issues.
    Several other 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: 191383
  • Ohne Input kein Output
    • DVB-Cube
QOwnNotes 23.6.5
« Antwort #7187 am: 16 Juni, 2023, 21: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


    Markdown is now stripped out of the heading text in the navigation panel to
    improve readability (for #2791 )
    there now is an action to copy the absolute path of the current note to the
    clipboard in the Edit / Extra menu and the note list context menu
    the QOwnNotesAPI Nextcloud App was updated
    to version 23.6.0 to support Nextcloud 27 (for #44 )
    added more Arabic, Portuguese, Korean translation (thank you noureddin, manuelarodsilva, venusgirl)

[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: 191383
  • Ohne Input kein Output
    • DVB-Cube
Vim 9.0.1637
« Antwort #7188 am: 17 Juni, 2023, 09:15 »
Changes:>>

9.0.1637: compiler warning for uninitialized variable

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.0.1638
« Antwort #7189 am: 17 Juni, 2023, 18:15 »
Changes:>>

9.0.1638: crypt tests hang and cause memory errors

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
MPad 1.25
« Antwort #7190 am: 17 Juni, 2023, 19:30 »
A tab-based code and text editor that features syntax highlighting, line numbering, as well as line operations and advanced search tools.

Donationware

Changelog


    Activate highlighter when opening a file:

    I've added new options to activate a highlighter if a new file type is opened and the file extension and highlighter is not activated in "Addons".
    The default behavior is to display a prompt asking the user if the highlighter should be activated, with all its file extensions. But you can change that in option to automatically activate the highlighter, without the prompt.
    Ex. You open a FSharp file and the FSharp highlighter is not active and available in the syntax highlighter list. Normally you would have to activate it manually in "Addons". But with these options it can be done for you.

    The options can be found in "Options -> File -> Miscellaneous":

    Activate highlighter on unknown file extension
    Prompt user to activate highlighter

    Always open application on active monitor:

    Added a new option to always open the program on the same monitor as the mouse cursor.
    The option is turned off by default, but can be turned on in
    "Options -> Program -> Program start".

    Open large files as plain text:

    Added an option to open large files as plain text in "Options -> File -> Open".
    The large file limit is set in MB.
    This option is turned off by default.

    Auto completion:

    Made changes to fix some issues when the auto completion list is visible while you type.
    I also fixed a few other issues found while testing.

    Lisp Highlighter:

    Created a new highlighter for Lisp.

    Misc:

    Option to enclose selection with quotes now include backticks.

    Fixed:

    System dialogs (e.g. open, save...) should not have any theme colors.
    Editor tab color and font issues.
    Updates after changes in themes manager.
    Some issues with color value highlighting.
    Issues with color value hints.
    Several other reported issues.

[close]

https://www.mpad.se/

Arbeits.- Testrechner :

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

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

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 191383
  • Ohne Input kein Output
    • DVB-Cube
Zettlr 3.0.0 Beta 5
« Antwort #7191 am: 18 Juni, 2023, 10:40 »
Write text and conveniently edit it using Markdown with the help of this user-friendly and well-thought-out, Electron based application.

MIT License

Release Notes

    fix: Renamed footnotes test file by @josh-133 in #4336
    Fixes the tag-extraction from files and searching by tags by @UFOMelkor in #4379
    Fix regression error from #4379 by @UFOMelkor in #4385
    Run the check workflow on pull-requests by @UFOMelkor in #4386
    Update readme to reflect deprecation of --frozen-lockfile by @mattstring in #4396
    Update zh-TW.po by @asd153866714 in #4415

[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: 191383
  • Ohne Input kein Output
    • DVB-Cube
Notepad2 by Zufu Liu 4.23.06r4862
« Antwort #7192 am: 18 Juni, 2023, 18:40 »
Write in a wide variety of programming languages through the use of this comprehensive, free and open-source text processor with syntax highlighting support.

BSD License

Changelog


    Changes Since v4.23.04r4766:

    Scintilla updated to 5.3.5, see https://www.scintilla.org/ScintillaHistory.html for the changes.

    Implemented color preview via CallTip and click CallTip to open color dialog, issue #659. 9492cf8. following color format (case insensitive, configured with menu View -> Show CallTip) are supported:

    RGBA: #RGB, #RGBA, #RRGGBB, #RRGGBBAA, 0xRRGGBB, 0xRRGGBBAA.
    ARGB: #RGB, #ARGB, #RRGGBB, #AARRGGBB, 0xRRGGBB, 0xAARRGGBB.
    BGRA: #BBGGRR, #BBGGRRAA, 0xBBGGRR, 0xBBGGRRAA.
    ABGR: #BBGGRR, #AABBGGRR, 0xBBGGRR, 0xAABBGGRR.

    Auto-completion improvements:

    Case insensitive auto-completion now include all words with different casing, issue #654. 6691b75
    Added options to disable auto-complete (or ignore) word inside comment, string and plain text, issue #553, #338. 4b6f0a3, 3ff3623, etc.
    Added option "Backspace key smart delete spaces." on Tab Settings dialog, issue #660. 5f0c078
    Bash lexer and command list updated to Bash 5.2 and tcsh 6.24. d2e7e99, e781ff1, etc.
    Other lexer and API updates: CSS (d53367e), Dart (91c692e), HTML (03ae5cd), JavaScript (b1be545, 669ff5c), Perl (a7b35f0), Python (85c9f0c), SQL (3450041), TOML (8f7f1d5), VB (6d79d23), YAML (8f7f1d5).
    Other bug fixes and improvements.

[close]

https://github.com/zufuliu/notepad2

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
OutWiker 3.2.0.924 Beta
« Antwort #7193 am: 18 Juni, 2023, 19:10 »
OutWiker is an open-source personal wiki and outliner. Notes are stored in a tree, and kept in the form of directories on the disk. This encourages changing the base by external sources and programs. Currently there are three types of pages supported: plain text, HTML, and wiki. External files (such as pictures) can be attached to pages, and pages can be linked to each other. Each tree branch can be opened as a separate wiki. Other features include tag support, global search (notes and tags), bookmarks, HTML syntax highlighting and icons for notes.

OutWiker can be downloaded with or without plugins, as well as for Linux systems.

License : GPL

Whats new:>>

    Added menu item and button "Attach Folder".
    Added color highlighting links to missing attachments on wiki pages.
    Updated the About dialog.
    Updated CSS styles for wiki pages.
    Fixed bug with enabling/disabling spell checking on text and HTML pages.
    Migrate to wxPython 4.2.1.

http://jenyay.net/Outwiker/English

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
Notepad++ 8.5.4
« Antwort #7194 am: 18 Juni, 2023, 19:30 »
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


    Fix macro recording regression on Unicode character.
    Fix regression of defective detection for file read-only attribute removal via Explorer.
    Fix opening multi-files on multi-instance mode regression.
    Update: Scintilla 5.3.5 Lexilla 5.2.5.
    Fix Notepad++ hanging issue running macro to EOF.
    Fix EOL symbol color/appearence being reset issue while changing encoding.
    Enable code folding in Assembly source files.
    Fix document language not remembered through sessions issue.
    Add SHA-1 hash features.
    Add “open new blank document in addition on startup” ability.
    Fix lexer plugin is sorted unconventionally in language menu issue
    Add message NPPM_DARKMODESUBCLASSANDTHEME to allow plugin to use generic dark mode.
    Add the ability to close multiple files without saving in Document list.
    Several GUI Enhancements.
    Fix error message on uninstallation.
    Fix tabContextMenu_example.xml not being deleted while uninstallation.

[close]

DL -> https://github.com/notepad-plus-plus/notepad-plus-plus/releases

https://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: 191383
  • Ohne Input kein Output
    • DVB-Cube
SPFLite 3.0.23169
« Antwort #7195 am: 19 Juni, 2023, 09:10 »
Rename, clone, delete, edit, print, exclude, touch, add to favorites and view your files using this intuitive software application.

License: GPLv3

Changelog

    Correct the SET command. It was not handling an empty SET table properly.
    Correct the (Paste) KB primitive, It was not handling a Paste into the command line properly.
    Correct colorization scan, it was not handling the AUTOCASE of a single delimiter character properly.
    The macro function Get_Profile$ has been re-written to properly perform what the HELP file indicates. As well the BNDS, MASK, MARK and TABS line data can be retrieved either with the functions Get_xxxxLINE$ or with Get_Profile$("xxxxLINE").
    When loading a file using an XMACRO, the routine that validates the SOURCE attribute will be skipped, to avoid issuing extraneous messages.
    Correct error in saving Hilite entries in the STATE file. The length of color fields was incorrect if within 1 character of the line length.
    Macro Get_Profile$ will now, for EMACRO, IMACRO and XFORM return the ON / OFF value as the last operand in the string.
    Correct handling of the Dialog for missing Profiles. If SKIP or SKIP(W) is chosen the entry was being added to the wrong CFG table.
    Remove the option for whether 2D mouse movement may be used to mark text in an edit session. 2D selection will now always be allowed.
    The handling of File Manager Line commands has been revised to better handle Repeating and Block mode commands.

[close]

http://www.spflite.com/Home.html

Arbeits.- Testrechner :

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

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

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 191383
  • Ohne Input kein Output
    • DVB-Cube
Vim 9.0.1640
« Antwort #7196 am: 19 Juni, 2023, 19:10 »
Changes:>>

9.0.1640: Compiler warning for unused variables without the crypt feature.
9.0.1639: build failure without the crypt feature

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
Trilium Notes 0.60.4
« Antwort #7197 am: 20 Juni, 2023, 08:50 »
Whats new:>>

    Fix keyboard navigation in the note tree, fixes #4036
    Paste Into Note Keyboard Shortcut No longer Works #4039 (same bug as above)
    Fix notePosition assignment for new children of root

https://github.com/zadam/trilium

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
Kate 23.04.2 Build 2069
« Antwort #7198 am: 20 Juni, 2023, 09:40 »
Text editor that features support for a wide variety of programming languages, syntax highlighting and scripts, which also provides you with an extensive configuration window.

License: GPL /  Donationware

https://kate-editor.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 9.0.1642
« Antwort #7199 am: 21 Juni, 2023, 18:15 »
Changes:>>

9.0.1642: build failure with tiny features
9.0.1641: The log file does not give information about window sizes.

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 )