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:
Entwicklertools diverses
« vorheriges
nächstes »
Drucken
Seiten:
1
...
56
57
58
59
60
[
61
]
62
63
64
65
66
...
97
Nach unten
Autor
Thema: Entwicklertools diverses (Gelesen 117094 mal)
0 Mitglieder und 1 Gast betrachten dieses Thema.
SiLæncer
Cheff-Cubie
Beiträge: 191383
Ohne Input kein Output
Windows Terminal 1.3.2382.0 Preview
«
Antwort #900 am:
26 August, 2020, 21:45 »
The Windows Terminal is a modern, fast, efficient, powerful, and productive terminal application for users of command-line tools and shells like Command Prompt, PowerShell, and WSL. Its main features include multiple tabs, panes, Unicode and UTF-8 character support, a GPU accelerated text rendering engine, and custom themes, styles, and configurations.
MIT License
Changelog
Features
We're trying out a new tab switching experience! (#6732), followups: (#7263) (#7280) (#7321)
The nextTab and prevTab bindings will now display an ephemeral UI that can be navigated with the mouse or keyboard
If you would like to fall back to the original tab-switching UI (or lack thereof), set new useTabSwitcher (global, boolean, default true) to false.
We'd love feedback on why the new tab switcher didn't work for you!
Building on the infrastructure from the tab switcher, we're also flighting support for a new tab search/jump experience
Bind the "tabSearch" action ({"command": "tabSearch", "keys": ...}) to open up a filterable list of open tabs!
The "command palette" introduced in 1.2 is now bound to Ctrl+Shift+P by default (#7384)
It has gained support for nested/repeated commands (#7299) (#6856) that can iterate over profiles and color schemes (#7329)
We've shipped a couple convenience commands, like "set color scheme to ..." and "open split pane with ... in direction ..." (#7348)
By starting your command with >, you can enter "commandline" mode and run any wt startup script, like > new-tab ; split-pane (#7293)
It now has support for command icons! (#7368)
We've added support for a new action, wt, that lets you run any WT commandline in your current session (#6537)
Example: { "command": { "action": "wt", "commandline": "split-pane -p Ubuntu; new-tab; split-pane" }, "keys": ... }
We've added a new action, sendInput, that can emit text directly into the terminal (thanks @lhecker!) (#7249)
Example: you can bind a so that it sends the VT sequence for "up arrow"
{ "command": { "action": "sendInput", "input": "\u001B[A" }, "keys": "a" }
You can now zoom one pane to temporarily take up the entire terminal with the togglePaneZoom action! (#6989) (#7273)
You can now override the active color of the terminal using the setColorScheme action (#6993)
A profile can now specify its default tabColor (profile setting, hex color, default unset) (#7162)
Two actions have been added, closeOtherTabs and closeTabsAfter, to facilitate better tab management (#7176)
The copyFormatting option and the copy.copyFormatting action argument have been taught finer-grained control
over the copied formats (#6004)
You can now specify an array of formats, [ "rtf", "html" ], a string "html", "all", or a boolean to indicate
which formats to copy. true maps to all and false maps to none.
Changes
Windows Terminal 1.3 ships with Cascadia Code v2008.25
The bindings keyword in settings has been replaced with actions in preparation for improvements to the action
binding experience (#7332)
All processes spawned under Terminal will be given a fresh new environment block (#7243)
warning WARNING This may break some workflows, as environment variables from without Terminal will no longer be
inherited. If you have a broken workflow, please reach out.
Terminal is now a little more strict about parsing your settings (#6590), but it will now actually tell you why
something couldn't be understood (#7241)
Key bindings can now use the app or menu key (thanks @MichelleTanPY!) (#7328)
UI
Clicking in the scrollbar track will now jump up/down by a whole screenful (#7385)
The color picker is now more visually consistent, having learned to round its buttons (thanks @MichelleTanPY!) (#7305)
Terminal Basics
We now have very basic support for DCS sequences (thanks @skyline75489!) (#6328)
Even if we can't support sixels, the least we could do is not dump their raw data to the screen!
If you really wanted their raw data dumped to the screen, why??
Underlines are now rendered consistent with the font's metrics (thanks @j4james!) (#7148)
We now have support for SGR 21, doubly-underlined (thanks @j4james!) (#7223)
We now have support for SGR 9, crossed out (thanks @j4james!) (#7143)
Our underline/strikethrough renderer has been refactored to be easier to work with (thanks @j4james!) (#7107)
Our VT parser has been refactored to be easier to work with (thanks @j4james!) (#7304)
Scroll locking should now work more reliably when the scrollback is at maximum length (#7247)
Bug Fixes
The command palette now has a gutter so that it stops overlapping the scrollbar (thanks @jtippet!) (#6965)
F7 will no longer not work after our "null scancode" change (whoops!) (#7298)
altGrAliasing: false will no longer actually break AltGr (thanks @lhecker!) (#7400)
Profiles whose indices are greater than 9 will now properly display their shortcuts in the menu (thanks
@MichelleTanPY!) (#7344)
Performance
Miscellaneous performance improvements for handling incoming data:
"Set memory order on slow atomics" (#6920)
"Commit attr runs less frequently by accumulating length of color run" (#6919)
"Skip DX invalidation if we've already scrolled an entire screen worth of height" (#6922)
[close]
https://github.com/microsoft/terminal
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
Godot Engine 3.2.3 RC 5
«
Antwort #901 am:
02 September, 2020, 20:40 »
Godot is an advanced, feature packed, multi-platform 2D and 3D game engine. It provides a huge set of common tools, so you can just focus on making your game without reinventing the wheel.
Open Source
Release Notes ->
https://godotengine.org/article/release-candidate-godot-3-2-3-rc-5
http://www.godotengine.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
Boostnote 0.16.1
«
Antwort #902 am:
04 September, 2020, 21:20 »
Boostnote is an open-source note-taking app designed for programmers and web developers.
There are quick access links found on the lower right that include zoom, every type of document you could imagine, size, indent and last update. Resizing Boostnote smaller does screw up the formatting of these quick links. The menu section allows you to decide where your storage is, define hotkeys, and tweak the user interface.
Boostnote lets you take your notes in Markdown with live previewer, use snippet notes, multiple hotkeys, finder popup (similar to the spotlight of OSX), and latex support. Boostnote is a full featured note-taking app geared for programmers and web developers not to be confused with a post-it style application or a Notepad replacement.
License: Open Source
Whats new:>>
Add Email subscription form
Download ->
https://github.com/BoostIO/boost-releases/releases
https://boostnote.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 )
SiLæncer
Cheff-Cubie
Beiträge: 191383
Ohne Input kein Output
SWI-Prolog 8.3.7-1 Dev
«
Antwort #903 am:
08 September, 2020, 13:02 »
Changelog
MODIFIED: Issue#665: Added read_term_with_history/2 and moved read_history to library(backcomp). read_term_with_history/2 provides access to all the read_term/2 options, notably the syntax changing options. After discussion with Robert van Engelen.
[close]
http://www.swi-prolog.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
Highlight 3.58
«
Antwort #904 am:
10 September, 2020, 04:00 »
Highlight is a universal source code converter which transforms code to HTML, XHTML, RTF, LaTeX, TEX, SVG and BBCode files with syntax highlighting. (X)HTML and SVG output is formatted by CSS. It supports customizable color theme and language descriptions with regular expressions. The configuration files are Lua scripts with plug-in support. The tool contains several options to provide a consistent formatting of the output code.
License: Open Source
Changelog
improved `--force` fallback argument handling (
https://gitlab.com/saalen/highlight/-/issues/163
)
added C++ attribute syntax support
added Lua fuction `StoreValue` to set and retrieve information across Lua states
added `extras/eclipse-themes/eclipse_color_themes.py` script to retrieve themes from eclipsecolorthemes.org
added support for Web Assembly Text
updated mark_lines.lua to output 16m terminal sequences (
https://gitlab.com/saalen/highlight/-/issues/164
)
fixed issues in bash.lang (
https://gitlab.com/saalen/highlight/-/issues/161
)
fixed Bash heredoc highlighting in bash_functions.lua (
https://gitlab.com/saalen/highlight/-/issues/156
)
CLI: `highlight --version -q` only prints the version number
GUI: added theme contrast indicator
[close]
http://www.andre-simon.de/
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
Godot Engine 3.2.3 RC6
«
Antwort #905 am:
10 September, 2020, 05:00 »
Release Notes ->
https://godotengine.org/article/release-candidate-godot-3-2-3-rc-6
http://www.godotengine.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
Visual Studio Code 1.49.0
«
Antwort #906 am:
11 September, 2020, 05:20 »
Visual Studio Code is a powerful IDE, dedicated to building Web applications and cloud programs. The tool is a lightweight and resembles the functionality of Visual Studio, however it features comprehensive revision and compiling utilities, packed in a modern looking interface.
Freeware
Changelog
There are a number of updates in this version that we hope you will like, some of the key highlights include:
Format modified text - Limit formatting to just the code you've changed.
Change casing on Search and Replace - Change text casing during global Search and Replace.
Source Control repositories view - Display pending changes per repository.
Filter Debug Console output - Quickly filter and find debugging output.
Improved JS debugger Auto Attach - "Smart" Auto Attach to Node.js scripts or test runners.
TypeScript optional chaining refactoring - Convert multiple checks to a concise optional chain.
JSDoc @deprecated tag support - IntelliSense clearly shows APIs marked as deprecated.
Notebook UX updates - Cell Status bar contributions, enhanced notebook diff editor.
[close]
https://code.visualstudio.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 )
SiLæncer
Cheff-Cubie
Beiträge: 191383
Ohne Input kein Output
PE Anatomist 0.1.17
«
Antwort #907 am:
11 September, 2020, 09:03 »
PE Anatomist shows almost all known data structures inside a PE file and makes some analytics.
MIT License
Changelog
Added recognition of the target from a MSI shortcut
Fixed a bug with displaying some dialogs from the resources
Updated set of CET policy flags and LOAD_CONFIG_DIRECTORY structure from SDK 20201
Added display of xFG-hash value in the GFID list
Added descriptions of several section groups on the "POGO" page in IMAGE_DEBUG_DIRECTORY
Accelerated display of found strings in PE files
Added an optional restriction to start the only instance of the program
Added a menu for launching a copy of the program with the currently open file
Added the ability to open a file from the clipboard
Fixed loss of a character in line recognition if a long line was split into several
Added string detection settings: recognition threshold and ignoring of strings without a trailing zero
Added a dialog for selecting a Section object and opening a mapped file
Introduced a limitation of one instance of the resource properties dialog per entry
Optimization and clean up of a part of the code for working with ListView
[close]
https://rammerlabs.alidml.ru/index-eng.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 )
SiLæncer
Cheff-Cubie
Beiträge: 191383
Ohne Input kein Output
Godot Engine 3.2.3 Final
«
Antwort #908 am:
17 September, 2020, 18:50 »
Release Notes ->
https://godotengine.org/article/maintenance-release-godot-3-2-3
http://www.godotengine.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
Visual Studio Code 1.49.1
«
Antwort #909 am:
18 September, 2020, 06:10 »
Changelog
The update addresses these issues:
August 2020 Recovery Endgame
Completions which use spaces are broken after updating from July to August version
EPIPE write failure while debugging after upgrading to 1.49
proxy authentication does not work on 1.49
[close]
https://code.visualstudio.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 )
SiLæncer
Cheff-Cubie
Beiträge: 191383
Ohne Input kein Output
Software Ideas Modeler 12.79
«
Antwort #910 am:
22 September, 2020, 09:07 »
Software Ideas Modeler is used to draw UML diagrams which are used in professional software development. Software Ideas Modeler can also be used to draw some other diagrams such as entity-relationship diagrams and UI mockups.
Main features:
Intuitive and quick drawing of diagrams
All UML 2.4 diagrams
Flowcharts, Data Flow Diagrams, Entity Relationship Diagram (Crow Foot/Chen), CRC Cards, User Interface, Hierarchical Task Analysis, Entity Life History, Robustness Diagram, Concurrency Diagram, Venn Diagram, Mind Map, JSD diagrams
Styling
Print - batch printing, multiple pages per diagram
Export diagrams to various image formats (BMP, PNG, JPG, GIF, TIFF, SVG, WMF, EMF) and PDF
Officially supports GNU/Linux via Mono.
Note: paid versions with additional features are also available.
License: Free for non-commercial use
Changelog
Added warning when diagram background style is changed and diagram paper is hidden [RQ#1653]
Added option to proceed in diagram batch export even when the folder seems to be inaccessible [RQ#1654]
Fixed some missing localization strings
Fixed text color of group headers in Style sidebar
Fixed rendering of inclined gloss
Fixed application crash when trying to delete a scripted template
Fixed application crash when using incorporate new element for some relation types
Fixed refreshing list of type sets after adding a new type set and reopening the type set dialog [RQ#1652]
Fixed application crash when converting SysML Block element to some other element types
Fixed loading UML Artifact and UML Data Type
Fixed application crash when adding alternate style to a field style
[close]
http://www.softwareideas.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 )
SiLæncer
Cheff-Cubie
Beiträge: 191383
Ohne Input kein Output
Windows Terminal 1.3.2651.0
«
Antwort #911 am:
22 September, 2020, 20:30 »
The Windows Terminal is a modern, fast, efficient, powerful, and productive terminal application for users of command-line tools and shells like Command Prompt, PowerShell, and WSL. Its main features include multiple tabs, panes, Unicode and UTF-8 character support, a GPU accelerated text rendering engine, and custom themes, styles, and configurations.
MIT License
Changelog
This release brings all of the preview changes in Windows Terminal 1.3 to the stable channel. Notable changes include:
A new tab switching experience, on by default. Opt out with "useTabSwitcher": false.
The command palette is now bound to Ctrl+Shift+P by default
All other changes, except those below, from Windows Terminal Preview v1.3.2382.0
A preinstallation kit is available for system integrators and OEMs interested in prepackaging Windows Terminal with a Windows image. More information is available in the DISM documentation on preinstallation. Users who do not intend to preinstall Windows Terminal should continue using the msixbundle distribution.
We've also backported the following changes from Windows Terminal Preview v1.4.2652.0:
1.3 ONLY: We've disabled the togglePaneZoom action for the stable release; see #7252 for more information
1.3 ONLY: We've disabled the creation of a new process environment block due to a regression in Windows PowerShell
(x86); see #7418 for further details
Windows Terminal 1.3 ships with an updated version of Cascadia Code with support for the Salishan languages of the Pacific Northwest
Cascadia Code 2009.21 is not currently available outside of Terminal because of some cross-platform font rendering troubles
Degenerate ranges should stay degenerate, even when they're moved (thanks @codeofdusk!) (#7530)
Selecting an out-of-bounds text range through Narrator or NVDA should no longer take Terminal to a nice quiet farm upstate (thanks @codeofdusk!) (#7504)
The Azure Cloud Shell profile no longer defaults to having acrylic enabled (thanks @KnapSac!) (#7573)
An occasional deadlock on shutdown has been unlocked, and shutdown should proceed as planned (#7575)
We fixed that weird issue where Vim would occasionally start in REPLACE mode by moving all DSR responses to the tail of the input queue instead of the head (#7583)
[close]
https://github.com/microsoft/terminal
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
Windows Terminal 1.4.2652.0 Preview
«
Antwort #912 am:
23 September, 2020, 04:20 »
Changelog
Features
Jumplist support has finally landed! (#7515)
Applications can now generate hyperlinks that you'll actually be able to click on! (#7251) (#7420) (#7523) (#7608)
This is NOT the same thing as automatic hyperlink detection! We're still working on that one, and didn't want to ship it until it was darn good and ready.
Changes
Windows Terminal 1.4 ships with an updated version of Cascadia Code with support for the Salishan languages of the Pacific Northwest
Cascadia Code 2009.21 is not currently available outside of Terminal because of some cross-platform font rendering troubles
We made some behind-the-scenes changes to settings handling in support of our eventual Settings UI (#7283) (#7349) (#7457) (#7576) (#7537)
The Azure Cloud Shell profile no longer defaults to having acrylic enabled (thanks @KnapSac!) (#7573)
We now have support for fancy blinking text (SGR 5) for those of you who are just super excited about BBSes (thanks @j4james!) (#7490)
VT Support
We now support DECSCUSR with the parameter value 0 (\e[0 q) to restore your cursor to the profile's default (thanks @skyline75489!) (#7379)
C1 control characters, which aren't really UTF-8-clean, are now better-supported (see below for attribution)
Terminal will now ignore SOS, APC and PM sequences that it does not understand (which is all of them) (thanks @skyline75489!) (#7340)
Bug Fixes
Console Basics
We fixed that weird issue where Vim would occasionally start in REPLACE mode by moving all DSR responses to the tail of the input queue instead of the head (#7583)
Calling FillConsoleOutputCharacterA with an invalid character in codepage 50220 should now return the right error status more often than not (#7391)
Accessibility
Degenerate ranges should stay degenerate, even when they're moved (thanks @codeofdusk!) (#7530)
Reliability
Selecting an out-of-bounds text range through Narrator or NVDA should no longer take Terminal to a nice quiet farm upstate (thanks @codeofdusk!) (#7504)
An occasional deadlock on shutdown has been unlocked, and shutdown should proceed as planned (#7575)
[close]
https://github.com/microsoft/terminal
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
Visual Studio Code 1.49.2
«
Antwort #913 am:
25 September, 2020, 04:40 »
Whats new:>>
August Recovery Endgame 2
V1.49 creates debug.log automatically
https://code.visualstudio.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 )
SiLæncer
Cheff-Cubie
Beiträge: 191383
Ohne Input kein Output
Visual Studio Code 1.49.3
«
Antwort #914 am:
03 Oktober, 2020, 17:40 »
Whats new:>>
A Recovery Endgame 3 endgame-plan
(Assumed) Fix for CVE-2020-16881 can be bypassed
https://code.visualstudio.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 )
Drucken
Seiten:
1
...
56
57
58
59
60
[
61
]
62
63
64
65
66
...
97
Nach oben
« vorheriges
nächstes »
DVB-Cube <<< Das deutsche PC und DVB-Forum >>>
»
PC-Ecke
»
# Hard-und Software Allgemein
»
Thema:
Entwicklertools diverses