Autor Thema: Entwicklertools diverses  (Gelesen 159566 mal)

0 Mitglieder und 1 Gast betrachten dieses Thema.

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 191383
  • Ohne Input kein Output
    • DVB-Cube
Vagrant 2.3.4
« Antwort #1275 am: 10 Dezember, 2022, 10:40 »
Vagrant fasst alles, was Entwickler benötigen, in einer virtuellen Entwicklungsumgebung zusammen, was Entwicklern das Leben deutlich vereinfachen soll. Webentwickler müssen beispielsweise keine Infrastrukturkomponenten mehr einrichten oder sich um Abhängigkeiten Gedanken machen.

Das von Mitchell Hashimoto und John Bender 2010 initiierte Projekt Vagrant macht die Zusammenstellung virtueller Maschinen für Entwickler deutlich einfacher. Mit wenigen Handgriffen lassen sich virtuelle Maschinen mit allen benötigten Komponenten erstellen, die dann das gesamte Team nutzen kann, so dass alle mit exakt den gleichen Bibliotheken und Infrastrukturkomponenten in identischen Versionen arbeiten.

Vagrant basiert auf Oracles freier Virtualisierungslösung Virtualbox und nutzt Chef und Puppet, um die virtuellen Maschinen einzurichten. Gesteuert wird das Ganze über sogenannte Vagrantfiles.

Vagrant läuft unter Windows, Linux und Mac OS X, die eigentliche Entwicklungsumgebung wurde unter Ubuntu Linux umgesetzt. Es stehen aber auch sogenannte Basisboxen mit Arch Linux, Debian, Fedora, FreeBSD, Gentoo, Redhat, Solaris und Suse bereit.

Changelog

    IMPROVEMENTS:

    host/darwin: Isolate loading incompatible libraries to support EOL platforms [GH-13022]
    provider/virtualbox: Detect network type when not provided [GH-13024]

    BUG FIXES:

    host/windows: Add fix for Powershell 7.3.0 [GH-13006]
    provider/virtualbox: Adjust hostnet DHCP configuration, ignore invalid devices [GH-13004]
    provisioner/ansible: Fix install package names on older debian (and derivatives) versions [GH-13017]

[close]

http://www.vagrantup.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
Windows Terminal 1.15.3466.0
« Antwort #1276 am: 15 Dezember, 2022, 08:20 »
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

Changes

    Vintage transparency now works on Windows 10! Turn off useAcrylic to use it! ( #14481 )
    Using the mouse wheel to turn off transparency will now disable the acrylic material effect ( #14193 ) (thanks @JerBast!)

Bug Fixes

    Bracketed paste, forced titles, and the default cursor shape are no longer randomly initialized ( #14345 )
        This fixes an issue where pasted text would occasionally be incorrectly mangled (as opposed to correctly mangled...)
    RIS will no longer utterly tank Terminal's ability to handle C1 control characters ( #13969 ) (thanks @j4james!)
    Console applications will now be correctly identified as the owners of their associated "pseudo-console" window ( #14196 )
    Ctrl+C will now skip any currently-playing DECPS sounds (thanks @dgl for reporting) ( #14214 )
    Applications should more reliably receive close signals when you close a tab, and we will no longer unceremoniously terminate their console sessions ( #14282 )
    JSON Schema: startingDirectory is now correctly identified as supporting null( #14408 )

Accessibility & Usability

    Text boxes in the settings UI have been made more discoverable by screen readers ( #14178 )
    There will no longer no longer not be redundant tooltips in the Settings UI ( #14244 )

[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 )

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 191383
  • Ohne Input kein Output
    • DVB-Cube
Windows Terminal 1.16.3464.0 Preview
« Antwort #1277 am: 15 Dezember, 2022, 09:40 »
Changelog


Changes

    Vintage transparency now works on Windows 10! Turn off useAcrylic to use it! ( #14481 )
    You can now configure whether you are warned before you close more than one tab ( #14419 ) (thanks @leejy12!) (with wording improvements ( #14473 ) thanks to @crazo7924!)
    Multiple changes to the new text rendering engine:
        We will now attempt to better scale block and box drawing glyphs ( #14099 )
        It will no longer crash with a heap overflow when presented with a malformed DBCS sequence ( #14275 )
        We've adjusted how glyphs are scaled when they are way outside their bounding boxes in poorly-behaved fonts ( #14085 )
    We've started collecting information on how often FTCS marks and themes are used ( #14356 )
    We've tweaked the layout of the color schemes page to address some issues on Windows 10 ( #14223 )
    Using the mouse wheel to turn off transparency will now disable the acrylic material effect ( #14193 ) (thanks @JerBast!)

Bug Fixes

    Windows Terminal once again works on Windows N (no media) SKUs
    We've fixed the following issues that could lead to a local denial of service or worse (with many thanks to @dgl for reporting):
        OSC 9;9 will now reject malformed paths and not further propagate them into wsl --cd ( #14093 ) REMOTE CODE EXECUTION CVE-2022-44702
        OSC 8 URIs will be limited to 2MB in length, following iTerm2 (and only 1024 bytes will be displayed in the tooltip) ( #14198 )
    We will no longer leak OpenConsole processes when they're running a Visual Studio Developer Shell ( #14160 )
    experimental.useBackgroundImageForWindow has 50% fewer rendering bugs! ( #14456 )
    We will no longer clip the progress ring in tab when the tab title is too long ( #14167 ) (thanks @JonathanMeier!)
    START /MAX should now more reliably maximize the Terminal window when Terminal is set as the default console host ( #14222 )
    --pos will now override the "center on launch" setting when specified on the command line ( #14229 ) (thanks @ianjoneill!)
    Bracketed paste, forced titles, and the default cursor shape are no longer randomly initialized ( #14345 )
        This fixes an issue where pasted text would occasionally be incorrectly mangled (as opposed to correctly mangled...)
    RIS will no longer utterly tank Terminal's ability to handle C1 control characters ( #13969 ) (thanks @j4james!)
    Console applications will now be correctly identified as the owners of their associated "pseudo-console" window ( #14196 )
    Ctrl+C will now skip any currently-playing DECPS sounds (thanks @dgl for reporting) ( #14214 )
    Applications should more reliably receive close signals when you close a tab, and we will no longer unceremoniously terminate their console sessions ( #14282 )
    You can now duplicate unfocused tabs ( #13964 ) (thanks @JerBast!)
    The Open in Terminal shell extension should appear more reliably on the Desktop context menu ( #14048 ) ( #14211 )
    intenseTextStyle is now included properly in the JSON schema (whoops) ( #14210 ) (thanks @neersighted!)
    JSON Schema: startingDirectory is now correctly identified as supporting null( #14408 )

Accessibility & Usability

    Alt+Space will now open the system menu in the Settings UI and Command Palette ( #14221 )
    Text boxes in the settings UI have been made more discoverable by screen readers ( #14178 )
    There will no longer no longer not be redundant tooltips in the Settings UI ( #14244 )
    The WPF control now supports accessibility notifications ( #14097 )
    The Settings UI title/breadcrumb bar is now readable by screen readers ( #14180 )

Reliability

    An application calling system() on its main thread will no longer deadlock itself and Terminal (when Terminal is set as default) ( #14195 )
    We've fixed one source of deadlocks in windowing management for console applications (such as hanging when they're exiting...) ( #14463 )
    Launching thousands of instances of cmd.exe back to back will no longer take down your console session (MSFT PR !8072712, 86928bb )
    We've worked around a miscompilation in Visual Studio 2022 Update 4 that results in an out-of-bounds read (MSFT PR !8189936, 3c10444 )
    wpf: it is no longer possible to call WriteString with a null terminal instance ( #14515 )
    wpf: It is now no longer possible to resize the terminal down to 0x0 ( #14467 )

[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 )

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 191383
  • Ohne Input kein Output
    • DVB-Cube
Visual Studio Code 1.74.1
« Antwort #1278 am: 15 Dezember, 2022, 10:10 »
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


    The update addresses these issues:

    Missing TextEditorOptions.indentSize API type
    Extensions view doesn't auto load if is close when startup VSCode
    SelectNextCodeAction custom keybinding not working
    [remote-tunnel]Not connected in vscode : Illegal argument: connectionToken
    Extensions are not loaded if there is an invalid extensions.json file in extensions folder
    Typescript/lib/lib.d.ts not found in all jsconfig.json files without target
    Zsh history not working after update
    Restart running task not working - Prevented duplicate task from running
    Previewing of code actions / refactorings stopped working
    Incorrectly formatted translation in TS extension
    Pick up TS 4.9.4
    Git - sync fails silently when changes are in the working tree
    Markdown scrolls to bottom of doc
    [insiders] Git Sync Button at the bottom of the screen does not animate when clicked to sync changes
    Characters not being rendered properly in the terminal

[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 )

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 191383
  • Ohne Input kein Output
    • DVB-Cube
AutoHotkey 2.0.0
« Antwort #1279 am: 20 Dezember, 2022, 21:20 »
AutoHotkey is a powerful automation and scripting tool with an option to export to a self-contained executable. Possible uses include assigning the hotkey "Ctrl-Alt-F" to launch Firefox, making abbreviations expand to their full definition as you type them, or saving time by setting the computer to auto-click a confirmation screen.

License:    GNU GPLv2

Release Notes: https://www.autohotkey.com/docs/v2/v2-changes.htm

Download : https://github.com/Lexikos/AutoHotkey_L/releases

https://autohotkey.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
Visual Studio Code 1.74.2
« Antwort #1280 am: 21 Dezember, 2022, 08:50 »
Whats new:>>

    The update addresses these issues:

    Slow window resizing performance
    accessibility - keyboard locks up every minute or so using most recent insider build

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 )

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 191383
  • Ohne Input kein Output
    • DVB-Cube
Software Ideas Modeler 13.87
« Antwort #1281 am: 23 Dezember, 2022, 10:10 »
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.

Changelog


    Custom tool group moved to the top of the toolbox after the Common tool group
    Improved container auto inflation to include also labels of labeled elements
    Added detailed auto snapline settings to the Options dialog
    Added support for properties and generics to structs in C# source code generation
    Added Page Up/Down support to the auto-complete box in the diagram editor
    Improved searching in the auto-complete list in the diagram editor
    Improved JSON/OpenAPI template
    Improved diagram preview - element borders are better visible
    Added Disabled parameter for UI diagram elements
    Added Show Text Cursor parameter for UI Text Box
    Improved highlight of selected elements
    Fixed missing some tool groups in the custom group editor
    Fixed wrong container auto inflation for elements with border elements
    Fixed SVN functionality
    Fixed displaying the name of flow properties in SysML Blocks
    Fixed auto size for SysML blocks
    Fixed undesirable rendering of deleted fields in SysML blocks
    Fixed wrong selection bounds for UML class after deleting all template parameters
    Fixed rendering ERD entity data after deleting all the entity data
    Fixed navigation between association fields using keys
    Fixed relationship label size recalculation after changing its text
    Fixed Properties sidebar layout
    Fixed canceling selection when moving using the right mouse button
    Fixed editing properties for multiple selected elements at once using the Properties sidebar
    Fixed navigating in the diagram using the Preview sidebar for higher DPIs
    Fixed non-activable windows after excluding the tab to a separate window
    Fixed non-working parameter dialog for Row and Column Auto Layout

[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 )

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 191383
  • Ohne Input kein Output
    • DVB-Cube
AutoHotkey 2.0.1
« Antwort #1282 am: 01 Januar, 2023, 19:15 »
Changelog


Fixed Func.IsOptional(1) returning 0 in some cases where it shouldn't.
Fixed Gui event handler functions to not drop the Gui parameter when the Gui is its own event sink.
Fixed COM errors to not show "(null)" when no description is available.
Fixed ToolTips intermittently appearing at the wrong position.
Fixed __Enum(unset) to permit a second variable for Array, Match and Gui.
Fixed #include <> error messages to show "Script library" rather than "Function library".
Fixed new threads being unable to prevent a message check with Critical.
Optimized conversion of DllCall type names.
Made some trivial but effective code size optimizations.

[close]

Download : https://github.com/Lexikos/AutoHotkey_L/releases

https://autohotkey.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
PE Anatomist 0.2.11320.1732
« Antwort #1283 am: 20 Januar, 2023, 22:20 »
PE Anatomist shows almost all known data structures inside a PE file and makes some analytics.

MIT License

Changelog

    11307.1257: Fixed lack of response to ListView search hotkeys in PE resources and UnwindInfo tables for x64 and ARM64
    11307.1722: Fixed a possible out-of-bounds read when defining a COMDAT-associated section in OBJ files
    11311.1535: Corrected RVA description error in the first version DVRT table for IMAGE_DYNAMIC_RELOCATION_GUARD_RF_PROLOGUE and IMAGE_DYNAMIC_RELOCATION_GUARD_RF_EPILOGUE symbols
    11311.1803: Added early DVRT parsing (without RFG, IMAGE_LOAD_CONFIG_DIRECTORY.DynamicValueRelocTable, WinBuild before 14965)
    11311.2120: Added analysis of DVRT of the second version
    11314.2122: Added CORCOMPILE_HEADER header parsing for the following dotNet NGEN versions that have differences in the specified structure: 1.0, 1.2, 2.0, 2.0Sp2, 4.0, 4.5, 4.52, 4.6, 4.7
    11315.2148: Added parsing of the CORCOMPILE_VERSION_INFO header for the following dotNet NGEN versions that have differences in the specified structure: 1.0, 1.1, 1.2, 2.0, 2.0Sp2, 4.0, 4.52
    11317.0045: Added parsing of dotNet metadata tables from CORCOMPILE_HEADER and READYTORUN_HEADER headers

[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 )

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 191383
  • Ohne Input kein Output
    • DVB-Cube
PE Anatomist 0.2.11322.0120
« Antwort #1284 am: 22 Januar, 2023, 11:50 »
Whats new:>>

Fixed a crash when processing the export table header (0.2.11320.1732 regression)

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 )

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 191383
  • Ohne Input kein Output
    • DVB-Cube
Windows Terminal v1.16.1023
« Antwort #1285 am: 24 Januar, 2023, 21:20 »
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

Fundamentals

    The contents of the Terminal package are now code-signed, so those of you who deploy it unzipped will no longer get in
    trouble with your IT folks ( #14710 )

Bug Fixes

    We now attempt to account for transparent tab backgrounds when calculating the text foreground color ( #14643 )
    You can now drag/drop more than 16 items directly out of 7-Zip (and some other applications) ( #14648 ) (thanks @jiejasonliu!)
    Malformed settings objects will no longer cause an "Application error 0x%" settings warning ( #14668 )
    We've updated the JSON schema to contain theme objects ( #14672 ) ( #14666 )

Reliability

    We've removed a leading cause of crashes closing panes and tabs while screen reading was active ( #14714 )
    Input will no longer (rarely) trigger a crash when a screen reader is enabled ( #14694 )
    wpf: stop dereferencing null pointers already! come on, it's 2023! ( #14678 )

Performance

    We have removed our dependency on Microsoft.Toolkit.Win32.UI.XamlApplication.dll ( #14520 )

Accessibility

    Our internal management window will no longer appear as an empty pane to screen readers ( #14541 )

With additional documentation, code health, grammar, spelling, workflow security and maintenance help from @AtariDreams,
@musvaage, @sashashura, @grammar-police, @Dan-Albrecht, @d-caldasCaridad and @ianjoneill, @jsoref. Thanks so much!

[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 )

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 191383
  • Ohne Input kein Output
    • DVB-Cube
Windows Terminal Preview v1.17.1023
« Antwort #1286 am: 24 Januar, 2023, 21:50 »
Changelog


Features

    You can now customize the order and contents of the New Tab menu ( #13763 ) (thanks @FWest98!) ( #14629 )
        Right now, you can only do this with JSON; check out the docs for newTabMenu
        The first time you save your settings in 1.17, we'll convert your existing menu to the new format. This is
        lossless.
        This feature includes support for adding folders, separators, and profiles that meet certain criteria in addition
        to the standard/built-in default menu layout.
    You can now set the scroll bar to be "always" displayed (thanks @sotteson1!) ( #14047 )
        JSON field $profile.scrollbarState has learned the new enum value always.
    After a process terminates, you can press Ctrl+D to close its pane or Enter to relaunch it ( #14060 )
    Terminal now supports the remaining FinalTerm mark types (command input start, command executed and command finished) ( #14341 )

Themes

    Terminal now supports using Mica as a background material on Windows 11 ( #13935 ) ( #14675 ) ( #14567 ) ( #14540 ) ( #14644 ) ( #14708 )

            Note As a reminder, theme settings are only available via JSON.

        To use Mica, set up a new theme with the following settings:
            {"window": {"useMica": true}, "tabRow": {"background": "#00000000"}}
    You can now configure a color scheme (per profile) to apply in System Light theme and System Dark theme ( #14064 ) (thanks @bennettnicholas!)
        Set $profile.colorScheme to an object containing the keys light and dark, down { "light": "Scheme One", "dark": "Scheme Two" }.
        When first implemented, this may have crashed; it no longer does so! ( #14653 ) (thanks @jboelter!)
    Likewise, you can do the same thing for the application theme ( #14497 )

Changes

Fundamentals

    The backing buffer now stores surrogate pairs inline, and measures columns differently ( #13626 ) with bug fixes from @j4james (thanks!) ( #14650 )
        Please report any unusual behavior regarding Unicode characters, including selection, copy, paste and display.
    The contents of the Terminal package are now code-signed, so those of you who deploy it unzipped will no longer
    get in trouble with your IT folks ( #14710 )

UI

    We have changed how we display our version numbers, opting to hide "bookkeeping" information such as the final
    digit of the version number. Those numbers will still be noted in the package release notes and are still germane to
    deployment scenarios. ( #14660 )
    You can now configure all of the launch position parameters in the Startup section of the Settings UI ( #14569 ) ( #14518 ) ( #14186 ) ( #14190 ) ( #13605 ) plus community bug fixes ( #14522 ) (thanks @ianjoneill!)
    We've revamped the color schemes page for ease of understanding and sheer coolness ( #14470 ) ( #14706 ) ( #14631 ) ( #14550 ) ( #14704 )
    When configuring a profile's color scheme, you will now see a tiny preview of that color scheme before you
    select it ( #14587 ) ( #14572 )

Usability

    wt now supports the --pos and --size commandline arguments to control the position and size of the new
    window ( #13730 ) (thanks @ianjoneill!)
    When you duplicate a tab, the new will open next to the current tab ( #14521 ) (thanks @vamsiikrishnaak!)
    You can now use exe and dll resources for icon paths, as in C:\Windows\system32\shell32.dll,41( #14107 )
        However, it looks like we have an off-by-one error (that should be 42 above, but whoops. We'll fix that.)
    The context menu now has tooltips ( #14058 )

VT and Output

@j4james did approximately a hundred things, so I'm going to summarize them in brief here:

    ... added support for DEC macro operations ( #14402 )
    ... added support for DECARM (Auto Repeat Mode) ( #13981 )
    ... added support for IRM (Insert Replace Mode), which will be of particular interest to @vixie (sorry for the
    delay, Paul!) ( #14700 )
    ... added support for private options in DSR queries ( #14290 )
    ... added support for selective erase operations ( DECSED) ( #14046 )
    ... added support for the DECRQM escape sequence ( #14444 )
    ... added support for the rectangular area operations ( DEC*RA) ( #14285 )
    ... merged the legacy and extended attributes ( #14036 )
    ... rewrote how we handled text embedded in a stream of VT, which closed like 8 bugs (seriously) ( #14640 )
    ... added support for line rendition attributes ( DECDHL) over ConPTY ( #13933 )
    ... added support for soft fonts over ( DECDLD) ConPTY as well ( #13965 )

Bug Fixes

    The Export and Find context menu items work on unfocused tabs ( #14673 ) ( #14379 ) (thanks @ianjoneill!)
    We've retooled how we launch Terminal elevated when you use an elevate: true profile (or
    Ctrl+Shift-click a profile in the dropdown menu.) ( #14637 ) (thanks @jboelter!)
    The about dialog (and other dialogs) will finally block the entire window even if you resize it ( #14722 )
    We now attempt to account for transparent tab backgrounds when calculating the text foreground color ( #14643 )
    You can now drag/drop more than 16 items directly out of 7-Zip (and some other applications) ( #14648 ) (thanks @jiejasonliu!)
    Malformed settings objects will no longer cause an "Application error 0x%" settings warning ( #14668 )
    Note that "Use Acrylic in Tab Row" no longer requires a relaunch ( #14478 )
    Terminal now more reliably handles text selections in very scrolly environments ( #14636 )
    Split pane borders no longer display in the wrong theme color ( #14486 )
    We've updated the JSON schema to contain theme objects ( #14672 ) ( #14666 )
    In separate titlebar mode, Terminal will now default to a dark title bar when you are using a dark theme ( #14536 )

Reliability

    Voice Access will no longer crash Terminal ( #14534 )
    We've removed a leading cause of crashes closing panes and tabs while screen reading was active ( #14714 )
    Input will no longer (rarely) trigger a crash when a screen reader is enabled ( #14694 )
    wpf: stop dereferencing null pointers already! come on, it's 2023! ( #14678 )

Performance

    We've reworked how the locking around each terminal pane works ( #13746 )
    We have removed our dependency on Microsoft.Toolkit.Win32.UI.XamlApplication.dll ( #14520 )

Accessibility

    The "Add Appearance" button will now be read out properly by screen readers ( #14564 )
        ... so will the search box ( #14519 )
    Our internal management window will no longer appear as an empty pane to screen readers ( #14541 )

Compatibility

    We will now properly track console handle inheritance so that cmd /c start /b cmd (et al) can properly
    reattach to the existing session ( #14544 )

VT

    Wide characters will no longer cause weird cursor leavings ( #14661 ) (thanks @j4james!)
    VT reports once again work when DECARM is disabled ( #14216 ) (thanks @j4james!)

conhost

    Note These changes will be released to the vintage console in a future version of Windows.

    When the alternate buffer is in use, the scroll bar will no longer overlap the content ( #14329 ) (thanks @j4james!)

With additional documentation, code health, grammar, spelling, workflow security and maintenance help from @AtariDreams,
@musvaage, @sashashura, @grammar-police, @Dan-Albrecht, @d-caldasCaridad and @ianjoneill, @jsoref. Thanks so much!

[close]

https://github.com/microsoft/terminal/releases

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
Software Ideas Modeler 13.90
« Antwort #1287 am: 25 Januar, 2023, 19:40 »
Changelog


    New Features and Improvements:

    Added YAML Open API specification generation
    Added OpenApi type set
    Added support for label resizing for Message element in UML Communication Diagram (UML Tool)
    Drawing connectors using the right mouse button respects the rounded rectangular line style setting
    Improved style of code editor search box
    Added new template commands: IncreaseAutoIndentBase, DecreaseAutoIndentBase
    Added more details to item names in the project tree in the External Element Picker dialog
    Added shortcut keys and action context menu to the requirements editor (CTRL+Enter, CTRL+Plus, Tab, SHIFT+Tab, CTRL+Up, CTRL+Down)
    Added Export option to the use case editor for exporting use case steps to CSV format
    Styling groups with advanced styling are collapsed by default
    Easier collapsing/expanding styling group by clicking on the whole header not only the plus/minus button
    Showing shortcut keys for the use case definition editor and requirements editor in the status bar
    New To-Do list items can be added using the CTRL+ENTER shortcut keys (TO-DO sidebar)
    Added option to add a new item to a matrix (CRUD, DACI, etc.) directly in the grid control
    Added Enumeration and Association tools to JSON Schema tool group in the toolbox

    Fixed Bugs:

    Fixed incorrect scrollbar settings when opening the new diagram menu after choosing a diagram type at the bottom of the list
    Fixed preserving port layout when resizing its container
    Fixed layout calculation for some element labels in the diagram editor for high DPIs
    Fixed some toolbar icons
    Fixed applying style command (as increased font size) also for alternate styles
    Fixed text color for rows in column headers in matrix elements (CRUD, RACI, etc.)
    Fixed description generation for OpenAPI specification when it contains quote characters
    Fixed reference generation (OpenAPI specification) for attributes in classifiers
    Fixed rule parsing in the diagram editor
    Fixed layout for value editors in decision table editor for high DPI
    Fixed setting the current color to the Color Mixer tab in the style properties control
    Fixed navigation in the diagram canvas using the diagram preview sidebar
    Fixed adding, editing, and deleting languages in the source code template management window (drop down was not updated)
    Fixed setting numeric value using the Properties control
    Fixed application crash when trying to set zero maximum to the infographics progress bar
    Fixed numeric up-down control layout for high DPI resolution
    Fixed application crash when trying to show the About dialog
    Fixed undo for deleted with multiple selected paragraphs in the formatted text editor
    Fixed application crash when trying to edit the date in the TO-DO list [RQ#1719]
    Fixed moving and resizing group of lines (Drawing.Line element)
    Fixed application crash when reverse engineering database multiple times
    Fixed application crash when changing script template in the Deploy Database dialog and no database is resolved
    Fixed macro editor and tagged value editor for high DPI resolution
    Fixed update action for all reverse-engineered elements
    Fixed switch bar size for grouped sidebar panes for high DPI resolution
    Fixed requirement element rendering
    Fixed applying dark mode to table/diagram switch bar
    Fixed updating custom tools group in the toolbox

[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 )

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 191383
  • Ohne Input kein Output
    • DVB-Cube
SWI-Prolog 9.0.4-1
« Antwort #1288 am: 27 Januar, 2023, 17:10 »
SWI-Prolog offers a comprehensive Free Software Prolog environment. Prolog is a general purpose logic programming language often used for artificial intelligence and computational linguistics.

it's open source and completely free.

Whats new:>>

    TEST: Run unsafe thread_wait tests only if SWIPL_TEST_FAIL_ON_UNLIKELY is set to y.
    FIXED: 1Inf should be invalid syntax.

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 )

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 191383
  • Ohne Input kein Output
    • DVB-Cube
Windows Terminal v1.16.1026
« Antwort #1289 am: 28 Januar, 2023, 10:40 »
Whats new:>>

This release of Windows Terminal addresses a crash in self-elevation.

https://github.com/microsoft/terminal/releases

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 )