Das Forum rund um DVB am PC, Handy und Tablet
Neuigkeiten:
Anzeigen der neuesten Beiträge
Übersicht
Forum
Hilfe
Einloggen
Registrieren
DVB-Cube <<< Das deutsche PC und DVB-Forum >>>
»
PC-Ecke
»
# Hard-und Software Allgemein
»
Thema:
Editoren diverses ...
« vorheriges
nächstes »
Drucken
Seiten:
1
...
482
483
484
485
486
[
487
]
488
489
490
491
492
...
517
Nach unten
Autor
Thema: Editoren diverses ... (Gelesen 2128330 mal)
0 Mitglieder und 2 Gäste betrachten dieses Thema.
SiLæncer
Cheff-Cubie
Beiträge: 191383
Ohne Input kein Output
DocPad 30.0
«
Antwort #7290 am:
15 August, 2023, 10:40 »
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 "Revert To Last Backup" tool to the File menu.
Added the Ctrl+Shift+Del hotkey, which deletes everything until the end of the line.
Ctrl+Del no longer deletes the newline if the next word extends to the end of the line.
Quick Text: added the ability to sort the list.
Quick Text: the Rename tool now has a hotkey, F2.
Visit Hyperlink: this now tolerates the presence of leading or trailing whitespace.
Save All: the number of saved documents is now reported on the status bar.
If Ctrl+B is pressed and there is no bookmark, an error will now appear on the status bar.
Search: if a regex replacement string refers to a nonexistent substring (e.g. $1), this will now display an error.
Added the "Cerulean" skin. Redesigned the "Purples" skin and renamed it "Purpendicular".
Open Nonstandard: if multiple files are chosen, rather than listing the first one, the text "(multiple)" will appear.
Help file: Search tab: added two buttons that allow you to jump to the next/previous search occurrence.
Added the ability to delete an item from the File History at the bottom of the File menu.
The interface icons have been slightly desaturated.
Fixed: after closing a tab, input focus might not be restored to the current tab.
Fixed: menus did not support fixed-pitch fonts.
Fixed: erroneous message "Hotkey Ctrl+Del not recognized" on the statusbar even though the hotkey works.
Fixed: when opening or creating a document, the editor was not taking input focus.
Fixed: if a popup window is created while the parent window is minimized, it could appear on the wrong monitor.
Fixed: if a document is edited, then edited back to its original state, and Save All is chosen, the * indicator was not being hidden.
Fixed: the Ctrl+Tab hotkey was not working.
Fixed: when a batch file opens multiple documents all at once, more than one instance could open.
[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 )
SiLæncer
Cheff-Cubie
Beiträge: 191383
Ohne Input kein Output
Notepad++ 8.5.6
«
Antwort #7291 am:
15 August, 2023, 20: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
Whats new:>>
Fix plugin crash regression due to CET enhancement. (Fix regression due to CET)
Add new API: indicator allocation for plugins. (Fix #5744)
Fix hide lines merging to avoid merging across a visible line. (Fix #12844)
Fix “Clear Change History” issue: cloned document markers are not cleared. (Fix #13877)
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 )
SiLæncer
Cheff-Cubie
Beiträge: 191383
Ohne Input kein Output
Vim 9.0.1721
«
Antwort #7292 am:
17 August, 2023, 09:50 »
A highly configurable text editor built to enable efficient text editing - an improved version of the vi editor distributed with most UNIX systems.
Freeware
Changelog
v9.0.1721: patch 9.0.1721: Build failure on Windows with dynamic lua
@zeertzjq zeertzjq tagged this 16 Aug 18:25
Problem: Build failure on Windows with dynamic lua (after 9.0.1719)
Solution: move definition further down in if_lua
closes: #12811
closes: #12814
closes: #12818
Signed-off-by: Christian Brabandt <cb@256bit.org>
Co-authored-by: zeertzjq <zeertzjq@outlook.com>
v9.0.1720: patch 9.0.1720: Vim9 class using wrong index for overridden method
@yegappan yegappan tagged this 16 Aug 18:14
Problem: Vim9 class using wrong index for overridden method
Solution: Use correct index for overridden method
closes: #12524
closes: #12813
Signed-off-by: Christian Brabandt <cb@256bit.org>
Co-authored-by: Yegappan Lakshmanan <yegappan@yahoo.com>
v9.0.1719: patch 9.0.1719: if_lua: crash for for Lua functions invoked via Vim c…
@jessepav jessepav tagged this 15 Aug 21:21
…allbacks
Problem: if_lua: crash for Lua functions invoked via Vim callbacks
Solution: Use Lua registry rather than upvalues for udata cache
closes: #12785
Signed-off-by: Christian Brabandt <cb@256bit.org>
Co-authored-by: Jesse Pavel <jpavel@alum.mit.edu>
v9.0.1718: patch 9.0.1718: dict-completion does not respect region
@lemonboy LemonBoy tagged this 15 Aug 21:14
Problem: dict-completion does not respect region
Solution: respect selected region in dict completion
Set do_region to zero as we don't want a complete dump of the matching
words, we want the code to filter them according to the user's selected
region.
closes: #12792
closes: #7025
Signed-off-by: Christian Brabandt <cb@256bit.org>
Co-authored-by: LemonBoy <thatlemon@gmail.com>
v9.0.1717: patch 9.0.1717: virtcol2col returns last byte of a multi-byte char
@yegappan yegappan tagged this 15 Aug 21:01
Problem: virtcol2col returns last byte of a multi-byte char
Solution: Make it return the first byte for a multi-byte char
closes: #12786
closes: #12799
Signed-off-by: Christian Brabandt <cb@256bit.org>
Co-authored-by: Yegappan Lakshmanan <yegappan@yahoo.com>
v9.0.1716: patch 9.0.1716: Windows build with python 3.12 and clang fails
@zdohnal zdohnal tagged this 15 Aug 20:52
Problem: Windows build with python 3.12 and clang fails
Solution: Remove the PyBool_Type function pointer for python 3.12
Clang on Win doesn't like non-static functions in static struct with
Python 3.12 - removing the new obfuscated function and protecting the
old PyBool function for older Pythons fixes the issue.
closes: #12800
Signed-off-by: Christian Brabandt <cb@256bit.org>
Co-authored-by: Zdenek Dohnal <zdohnal@redhat.com>
v9.0.1715: patch 9.0.1715: duplicate test in message_test.c
@zeertzjq zeertzjq tagged this 15 Aug 20:48
Problem: duplicate test in message_test.c
Solution: Remove duplicate test and make functions static
closes: #12803
Signed-off-by: Christian Brabandt <cb@256bit.org>
Co-authored-by: zeertzjq <zeertzjq@outlook.com>
v9.0.1714: patch 9.0.1714: getcompletion() "cmdline" fails after :autocmd
@zeertzjq zeertzjq tagged this 15 Aug 20:41
Problem: getcompletion() "cmdline" fails after :autocmd
Solution: Use set_cmd_context() instead of set_one_cmd_context().
closes: #12804
Signed-off-by: Christian Brabandt <cb@256bit.org>
Co-authored-by: zeertzjq <zeertzjq@outlook.com>
v9.0.1713: patch 9.0.1713: Github CI fails to load snd-dummy kernel module
@zdohnal zdohnal tagged this 15 Aug 20:34
Problem: Github CI fails to load snd-dummy kernel module
Solution: Make installation of linux-modules-extra optional
linux-modules-extra package are not available on Ubuntu 22 at the
moment, which breaks CI runs. The change make its installation
conditional as the original `if-else` structure tried to do.
closes: #12801
Signed-off-by: Christian Brabandt <cb@256bit.org>
Co-authored-by: Zdenek Dohnal <zdohnal@redhat.com>
[close]
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 )
SiLæncer
Cheff-Cubie
Beiträge: 191383
Ohne Input kein Output
Znote 2.3.7
«
Antwort #7293 am:
17 August, 2023, 18: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:>>
Fix: Keep open/closed state of folders/tags between sessions.
Add "Today" function Ctrl+Space to add the current date in note
Changed default settings to facilitate onboarding of new users
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 )
SiLæncer
Cheff-Cubie
Beiträge: 191383
Ohne Input kein Output
Vim 9.0.1734
«
Antwort #7294 am:
18 August, 2023, 10:10 »
Changelog
9.0.1734: :runtime completion fails for multiple args
9.0.1733: CI: cannot cache linux-modules-extra
9.0.1732: vimexpr: shadowing variable
9.0.1731: blockwise Visual highlight not working with virtual text
man.vim: Recognise hyphenated-at-eol cross-references (#12609)
man.vim: Uniformly place cursor at the same column with `Ctrl-t` (#12608)
9.0.1730: passing multiple patterns to runtime not working
9.0.1729: screenpos() wrong when w_skipcol and cpoptions+=n
9.0.1728: missing winid argument for virtcol()
9.0.1727: minor problems with the teapot
9.0.1726: incorrect heights in win_size_restore()
9.0.1725: cursor pos wrong after concealed text with 'virtualedit'
9.0.1724: vim9class constructor argument type checking bug
Update sr.po (#12820)
Use string interpolation (#12823)
9.0.1723: Fix regression in {func} argument of reduce()
9.0.1722: wrong error messages when passing wrong types to count()
[close]
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 )
SiLæncer
Cheff-Cubie
Beiträge: 191383
Ohne Input kein Output
Vim 9.0.1736
«
Antwort #7295 am:
19 August, 2023, 10:10 »
Changelog
9.0.1736: Github Actions times out after 20 minutes
9.0.1735: Rename completion specific findex var
[close]
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 )
SiLæncer
Cheff-Cubie
Beiträge: 191383
Ohne Input kein Output
BirdFont 5.3.0
«
Antwort #7296 am:
19 August, 2023, 18:20 »
BirdFont is a free font editor that lets you create vector graphics and export TTF, EOT & SVG fonts.
Donationware
Whats new:>>
Better variable font support
SVG import fix
https://birdfont.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 )
SiLæncer
Cheff-Cubie
Beiträge: 191383
Ohne Input kein Output
RJ TextEd 15.93
«
Antwort #7297 am:
19 August, 2023, 21:00 »
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 some improvements and fixed a few sorting and nesting issues.
Crystal highlighter:
Added a new highlighter for Crystal source code.
Syntax Editor:
Made some small changes, mostly regarding folding.
Fixed:
Mouse click in document map to scroll.
UNC path issue with projects.
Issues when using the two options "Allow text cursor beyond end of line" and "Paste should not move the text cursor" together.
[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 )
SiLæncer
Cheff-Cubie
Beiträge: 191383
Ohne Input kein Output
Vim 9.0.1757
«
Antwort #7298 am:
20 August, 2023, 08:10 »
Changelog
9.0.1757: ex_class() function is too long
9.0.1756: failing cursorline sign test
9.0.1755: CI still fails with sodium mlock error
9.0.1754: still Ci breakage (after 9.0.1741)
9.0.1753: can't move to last non-blank char
9.0.1752: CI: Coveralls is no longer used
9.0.1751: CI: labeler configuration not found
9.0.1750: CI: fails because of changed error messages
9.0.1749: Text property highlight doesn't override a sign highlight on TAB
9.0.1748: CI: cannot label issues automatically
docs: Improve Markdown in README (#12829)
9.0.1747: screenpos() may cause unnecessary redraw
9.0.1746: vim9class compile error for char/char_u conversion
9.0.1745: Missing test coverage for blockwise Visual highlight
9.0.1744: Dead code in open_cmdwin()
Translations: Update po files for zh and ja
9.0.1743: Parameter of gui_gtk:gui_mch_browse incorrectly marked as UNUSED
9.0.1742: wrong curswant when clicking on second cell of double-width char
9.0.1741: No type checking in interfaces
Runtime: add new sed ftplugin (#12843)
9.0.1740: segfault when reading invalid viminfo file
9.0.1739: Leftover files in libvterm
9.0.1738: Duplicate code to reverse a string
9.0.1737: Calling a base class method through an extended class fails
Runtime: Update Italian Translation
[close]
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 )
SiLæncer
Cheff-Cubie
Beiträge: 191383
Ohne Input kein Output
Vim 9.0.1777
«
Antwort #7299 am:
21 August, 2023, 08:40 »
Changelog
9.0.1778: if_py_both: code-style issue
9.0.1777: patch 9.0.1771 causes problems
runtime(sdc): Add underscore to sdc flags in syntax file (#6201)
Runtime(javascript): add new document properties to completion file
runtime(haskell): Add single quote to `iskeyword` in ftplugin (#8191)
runtime(spec): ftplugin: Revert change dropping <SID> from SpecChangelog (#9032)
runtime(css): Update pseudo-classes in syntax script (#11595)
runtime(lua): fix lua indentation of non-lowercase "keywords" (#11759)
runtime(javascript): fix default link of javaScriptNumber in syntax file (#11788)
9.0.1776: No support for stable Python 3 ABI
9.0.1775: Wrong comparison in vim9type.c
9.0.1774: no support for custom cmdline completion
9.0.1773: cannot distinguish Forth and Fortran *.f files
runtime(lua): indent curly bracket followed by line comment (#12306)
9.0.1772: Cursor may be adjusted in 'splitkeep'ed windows
runtime(rust): fix rust indent (#12542)
runtime(man): remove backslashes in man pages using Vim script (#12557)
9.0.1771: regex: combining chars in collections not handled
9.0.1770: lines disappear when modifying chars before virt text
runtime(termdebug): refactor error printing (#12856)
runtime(termdebug): re-indent lines (#12857)
9.0.1769: executable() ignoring symlinks on Windows
Runtime(termdebug): Add support to view local and argument variables
Runtime: Add nixInherit matcher in nix.vim syntax
9.0.1768: Runtime: no support for bicep files
9.0.1767: '.-' no allowed in highlight group names
9.0.1766: Runtime: Missing QML support
9.0.1765: Error when cross-compiling Vim
9.0.1764: CI: label should not be set on all yml files
Translation: also update ru.cp1251.po file after 6cc8bc836616e9b0
9.0.1763: crash when passing invalid buffer to undotree()
9.0.1762: Not able to get the virtual text property
9.0.1761: g<kEnd> behaves different from g<end>
9.0.1760: vim9 class problem with new() constructor
Translation: Russian PO file updated to Vim version 9.0.1757 (#12864)
9.0.1759: Visual highlight not working with cursor at end of screen line
9.0.1758: vim9 no class identifiers in stack dumps
[close]
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 )
SiLæncer
Cheff-Cubie
Beiträge: 191383
Ohne Input kein Output
QOwnNotes 23.8.1
«
Antwort #7300 am:
21 August, 2023, 22:00 »
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:>>
there now is a software repository for Debian Linux 12.0
please visit the Debian installation page for instructions
the translation path was updated to qt6/translations instead of qt5/translations when building for Qt6 with qmake (for #2813
added more German, Spanish, Croatian translation (thank you rakekniven, rooyca, xpertmind)
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 )
SiLæncer
Cheff-Cubie
Beiträge: 191383
Ohne Input kein Output
Vim 9.0.1778
«
Antwort #7301 am:
22 August, 2023, 08:10 »
Whats new:>>
9.0.1778: if_py_both: code-style issue
Problem: if_py_both: code-style issue
Solution: add space
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 )
SiLæncer
Cheff-Cubie
Beiträge: 191383
Ohne Input kein Output
Pandoc 3.1.6.2
«
Antwort #7302 am:
23 August, 2023, 09: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
Org reader: allow example lines to end immediately after the colon (Brian Leung).
Docx reader:
Omit “Table NN” from caption ( #9002 ).
Avoid spurious block quotes in list items ( #8836 ).
JATS reader: Fix display of block elements ( #8889 , Julia Diaz). A number of block elements, like disp-quote, list, and disp-formula, were always treated as inlines if appearing inside paragraphs, even if their usage granted a separate block.
HTML reader: avoid duplicate id on header and div ( #8991 ).
Typst writer:
Use ~ for nonbreaking space, and escape literal ~( #9010 ).
Put the label in right place for Div, use #block ( #8991 ). Previously we were putting the label at the beginning of the Div’s contents, but according to the documentation such a label gets attached to the preceding element. We now use an explicit #block and add the label at the end.
LaTeX writer:
Improve escaping of URIs in href, url ( #8992 ).
Improve internal links and targets ( #8744 ). We no longer wrap section headings in a \hypertarget. This is unnecessary (hyperref creates an anchor based on the label) and it interferes with tagging. In addition, we now use \hyperref rather than \hyperlink for internal links. Currently \hypertarget is still being used for link anchors not on headings. Thanks to @u-fischer.
HTML format templates (style.html): Fix typo in clause for svg (Jackson Schuster).
Use lastest texmath, typst-symbols, typst. Targets typst 0.7.
[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 )
SiLæncer
Cheff-Cubie
Beiträge: 191383
Ohne Input kein Output
Kate 23.04.3 Build 2133
«
Antwort #7303 am:
23 August, 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 )
SiLæncer
Cheff-Cubie
Beiträge: 191383
Ohne Input kein Output
Vim 9.0.1786
«
Antwort #7304 am:
24 August, 2023, 09:20 »
Changelog
runtime: configure keywordpg for some file types (#5566)
runtime: Remove Brams name from a few more runtime files (#12780)
runtime: Fix typos in various files
9.0.1786: Vim9: need instanceof() function
9.0.1785: wrong cursor position with 'showbreak' and lcs-eol
9.0.1784: redundant else in pum_set_selected()
runtime(termdebug): more termdebug fixes and improvements (#12892)
Translation(tr): Update Turkish translations (#12897)
runtime(menu): define shortcut for File->Open Tab (#12895)
Codeowners: add KBelabas for runtime/syntax/gp.vim (#12898)
runtime(scala): Link Scala highlighting groups using 'hi def link' in syntax script (#9594)
runtime(bindzone): updated syntax file
runtime(cmake) Recognize add_compile_definitions in syntax script (#10416)
runtime(crontab): add support for BSD specifics in syntax script (#11196)
runtime(termdebug): add frame related commands (#12511)
Translations(it): Update po and menus for it
9.0.1783: Display issues with virt text smoothscroll and showbreak
9.0.1782: prop_list() does not return text_padding_left
9.0.1781: Problems when setting bin/paste option
9.0.1780: Vim9 type not defined during object creation
9.0.1779: Need more state() tests
runtime(termdebug): Fix various Termdebug issues (#12875)
runtime(go): Update Go syntax file with 1.21 builtins (#12876)
runtime(solidity): add new ftplugin (#12877)
runtime(gp): update gp.vim syntax file for the GP language (version 2.15) (#12884)
runtime(dosini): save and restore cpo value in syntax script
[close]
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 )
Drucken
Seiten:
1
...
482
483
484
485
486
[
487
]
488
489
490
491
492
...
517
Nach oben
« vorheriges
nächstes »
DVB-Cube <<< Das deutsche PC und DVB-Forum >>>
»
PC-Ecke
»
# Hard-und Software Allgemein
»
Thema:
Editoren diverses ...