Autor Thema: Entwicklertools diverses  (Gelesen 159426 mal)

0 Mitglieder und 1 Gast betrachten dieses Thema.

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 191383
  • Ohne Input kein Output
    • DVB-Cube
Windows Terminal v1.13.1143
« Antwort #1170 am: 24 Mai, 2022, 21:10 »
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 many of the preview changes in Windows Terminal 1.13 to the Stable channel. Notably:

    IMPORTANT

    This version was made available to the Dev External flighting ring (Windows Insiders) first, and will be
    released to general availability one or two weeks later depending on its reliability.

    You can now configure a profile to automatically launch as Administrator.
    There is a new action, "Restore last closed pane or tab," that will do roughly what it says on the tin.
    You can now change the bell sound with the profile.bellSound setting
    Terminal has learned to save and restore your last opened window, position and all! Check it out in Settings > Startup.

Note that the new text rendering engine is not included in this Stable build.

Please see the following release notes for additional details:

    Windows Terminal Preview v1.13.1098
    Windows Terminal Preview v1.13.1073
    Windows Terminal Preview v1.13.10395.0
    Windows Terminal Preview v1.13.10336.0

As a reminder, Terminal 1.12 is the last version of Windows Terminal that supports Windows 19H1 or 19H2.
That version of windows is going out of support soon, so you may want to consider upgrading.
Preinstallation Kit info
Why are there so many packages? How do I choose?

Also included in this release are some bug fixes and changed backported from 1.14:

Changes

ONION

    @dansmor7 contributed some visual changes to the tabs, scrollbar, new tab button, caption buttons, color picker, settings UI, command palette, and search box to move us closer to the Windows 11 design language. Really just about any WinUI surface we have, it's been polished up! (thanks @dansmor7!) ( #12913 ) ( #12916 ) ( #12973 ) ( #13083 )
    RadioButtons in the settings UI have been replaced with ComboBoxes. This gives an added bonus to keyboard and screen reader users, and makes it easier to navigate through and change these settings. ( #12833 )

Interactivity

    Terminal is now aware of toggled state for Caps Lock, Scroll Lock, and Num Lock ( #12823 ) (thanks @matkaas!)

Settings

    The trimBlockSelection global setting now defaults to true( #12737 )
    Terminal now ignores newTab actions with a profile index greater than the number of profiles ( #11621 )
    bellSound is now in the schema ( #13035 ) (thanks @pizzaz93!)

Bug Fixes

    Terminal should be able to find Cascadia Mono... Third time's the charm? ???? ( #12904 )
    commandlinein profile.defaults should no longer override the commandlines of profiles that specify cmd.exe or powershell.exe. ( #12906 )
    Get rid of a memory leak in onecore interactivity ( #12340 )
    Screen readers can now read some settings in the UI better ( #13032 )
    Replace "acrylic" with "acrylic material" for localization purposes ( #12505 )
    The "close tab" button color now matches the tab text color ( #13018 ) (thanks @ianjoneill!)

Reliability

    Fix a crash when deleting the last profile in the settings UI ( #13044 )

[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.14.143
« Antwort #1171 am: 24 Mai, 2022, 21:40 »
Changelog

Features

    Windows Terminal now has better support for the xterm "Alternate Screen Buffer", and can now handle alternate scroll mode and resize/reflow better ( #12561 ) ( #12569 ) ( #12719 )
    Using windowed applications from the terminal should work much better now
        ConPTY can now handle show/hide window calls and even knows who the window owner is ( #12515 ) ( #12526 )
        Windows created by console apps now appear above the terminal ( #12799 ) ( #12899 )
        Focus events are now sent through VT input ( #12900 )
    You can now use the experimental.useBackgroundImageForWindow (bool, default false) global setting to apply one background image for your entire window! ( #12893 ) ( #13114 ) (thanks @nico-abram!)
    You are now able to select all the text in the buffer using the selectAll action. This is bound by default to ctrl+shift+a( #13045 ) ( #13084 )

Changes

ONION

    @dansmor7 contributed some visual changes to the tabs, scrollbar, new tab button, caption buttons, color picker, settings UI, command palette, and search box to move us closer to the Windows 11 design language. Really just about any WinUI surface we have, it's been polished up! (thanks @dansmor7!) ( #12913 ) ( #12916 ) ( #12973 ) ( #13083 )
    RadioButtons in the settings UI have been replaced with ComboBoxes. This gives an added bonus to keyboard and screen reader users, and makes it easier to navigate through and change these settings. ( #12833 )

Interactivity

    The IME input mode now defaults to English when interacting with Windows Terminal ( #13028 ) (thanks @YanceyChiew!)
    Terminal is now aware of toggled state for Caps Lock, Scroll Lock, and Num Lock ( #12823 ) (thanks @matkaas!)

Settings

    There's now a VERY EXPERIMENTAL new VT passthrough mode setting that makes ConPTY do minimal translations and may make your terminal a little faster ???? ???? and a lot more broken! ( #11264 ) ( #13051 ) ( #13109 )
        Use the experimental.connection.passthroughMode (bool, default true) profile setting and it should be set on the profile's next launch
        ?? WARNING ?? This seems to mostly work with CMD and WSL. PowerShell is mostly sad ???? .
    The trimBlockSelection global setting now defaults to true( #12737 )
    Terminal now ignores newTab actions with a profile index greater than the number of profiles ( #11621 )

Atlas Renderer Improvements

    ClearType is no longer always enabled ( #12705 )
    The grayscale blending shader should now be working properly ( #12734 )
    OpenConsole's leak check report should be fixed now ( #12415 )
    The shader power draw was reduced using explicit branching ( #12552 )
    The renderer is now smarter about when to resize the buffer when scrolling ( #13100 )

Documentation

    Our GitHub repo now supports rich code navigation ( #12855 ) ( #12910 ) ( #12910 ). Bug reports are also automatically tagged as bugs ( #12404 ) (thanks @snxx-lppxx!)
    We've uploaded specs for Theme-controlled color scheme switching ( #12613 ) (thanks @arkthur!) and Default Terminal ( #7414 )
    The README has been updated to mention the required .NET Targeting Pack ( #12896 ) (thanks @pizzaz93!)
    Words are hard! Thanks to @sebastiansterk, @DimitriPapadopoulos, and @jsoref for making sure we use the right words and grammar across our repo. ( #12386 ) ( #12475 ) ( #12835 )
    bellSound is now in the schema ( #13035 ) (thanks @pizzaz93!)

Bug Fixes

    Terminal should be able to find Cascadia Mono... Third time's the charm? ???? ( #12904 )
    commandlinein profile.defaults should no longer override the commandlines of profiles that specify cmd.exe or powershell.exe. ( #12906 )
    Get rid of a memory leak in onecore interactivity ( #12340 )
    We should be maintaining the virtual viewport bottom properly now ( #12972 ) ( #13052 ) ( #13087 ) (thanks @j4james!)
    Screen readers can now read some settings in the UI better ( #13032 )
    Replace "acrylic" with "acrylic material" for localization purposes ( #12505 )
    The "close tab" button color now matches the tab text color ( #13018 ) (thanks @ianjoneill!)

Reliability

    Fix a crash when deleting the last profile in the settings UI ( #13044 )
    Fix resize crash in OpenConsole when using the Atlas Renderer ( #13015 )

Code health and Maintainability

    @j4james unified the terminal and console's VT handlers, deleting thousands of lines of redundant code in the process! ( #12207 ) ( #12247 ) ( #12389 ) ( #12390 ) ( #12568 ) ( #12703 ) ( #13024 ) ( #13039 ) (thanks @j4james!)
    Added some missing breaks to cases in IslandWindow ( #12926 ) (thanks @jmelas!)
    Added the MIT license for a few files that were missing it ( #12368 ) (thanks @jerry-shao!)
    Replaced sizeof with ARRAYSIZEin SystemConfigurationProvider ( #12273 ) (thanks @abdoulkkonate!)
    Use type inference throughout the project ( #12975 )
    Use memcmp for TextAttribute & TextColor comparison ( #10566 ) (thanks @skyline75489!)
    Thanks to @ianjoneill, @achermack, @YanceyChiew, @EmJayGee, @dmachaj, and @j4james for performing a ton of build system, code health and maintainability improvements!

[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
Software Ideas Modeler 13.40
« Antwort #1172 am: 30 Mai, 2022, 12:53 »
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


    Added new options of hierarchy diagram generation - perpendicular branches from a defined level of the hierarchy with a specified offset
    Hierarchy Diagram Generation dialog is open with the diagram type chosen by the active diagram
    Added Related Elements tab to the Properties dialog
    Improved prioritizing border and distance snaplines
    Added new action: Update all reverse-engineered elements
    Navigation to source code for reverse-engineered elements
    Added a default style set setting for new projects
    Added a default type set setting for new projects
    Table container layout gets dynamic dimensions (previously fixed table layout 3x3)
    Added screen type attribute to Screen element (Screen Flow Diagram) with these possible options General / FullScreen / Window / Screen / Smartphone / Tablet
    Added new interaction type Keyboard and Mouse to the Flow (in Screen Flow Diagram)
    Added support to hyphens in shortcut keys definitions in Screen Flow Diagram
    Shortcut keys for keyboard interaction in Flow can be edited directly in the diagram editor (Screen Flow Diagram)
    Improved mouse icon rendering for Flows in Screen Flow Diagram
    Improved moving interaction icon for Flows in Screen Flow Diagrams
    Added context actions for Screen Flow Diagram elements
    Added displaying of Flow connector names
    Added parameter for an indirect supervisor to Org Chart connectors
    Adjusted container nesting area for UML Component
    Added support for caption alignment to UI Group Box (User Interface Diagram)
    Improved window with element references - diagrams with a single reference are collapsed, and the references are numbered and ordered by their location on the diagram
    Adjusting view when the focused field is out of the visible area in the Options dialog
    Rendering focus rectangle to focused drop-downs in the Options dialog
    Improved amount setter appearance
    Improved UI Toolbar container nesting bounds
    UI Toolbar is inserted with left-to-right stack container layout by default
    Improved JavaScript syntax highlight (added support for JS Doc keywords and some others)
    Lock action added into the Arrange group in the ribbon Home tab
    New Diagram by Selection action in the context menu was moved to the Diagrams submenu
    Visibility and Modifiers submenus in the context menu were merged together
    Simpler context menus - context menu was further optimized to not show items that are unnecessary in the current situation
    Improved UI Field List appearance
    Custom field captions for UI Field List - editing directly in the diagram editor
    The pasted element is slightly offset if the same element would be covered
    Actions 'Set default element type style' and 'Set default stereotype style' are available from the quick action box
    Presentation content overview is open after inserting a new presentation to the project
    Drag & drop elements from the project tree to the documentation (in the Documentation sidebar) as references
    The actions Add Document and Add Resource Item were added to the ribbon and menu
    Improved document editor appearance
    Improved Insert ribbon tab
    Added support for tagged values to enumeration items
    Fixed default shortcut keys for Lock action from CTRL+L to CTRL+SHIFT+L (there was a conflict with Left alignment)
    Fixed rendering text for combo box to not overlap the button part
    Fixed generating constructors for TypeScript with the default source code template
    Fixed missing interface stereotype for interfaces inserted using Add Sub Interfaces and Add Super Interface buttons in the context bar
    Fixed removing element owner using Properties dialog for pasted elements
    Fixed application crash when trying to incorporate an element to a vertical connector
    Fixed alternate style editing using the Style sidebar
    Fixed application crash on start when the user settings file data are corrupted for any reason
    Fixed incorrect position of the floating ribbon bar for the collapsed ribbon for higher DPI resolutions
    Fixed deleting documentation sections
    Fixed parsing types with global:: prefix in C# code
    Fixed layout of some windows for higher DPI
    Fixed SVG export when the application is running with a higher DPI

[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
Godot Engine 3.5 RC 2
« Antwort #1173 am: 31 Mai, 2022, 19:50 »
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-3-5-rc-2

https://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 )

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 191383
  • Ohne Input kein Output
    • DVB-Cube
Software Ideas Modeler 13.41
« Antwort #1174 am: 01 Juni, 2022, 17:50 »
Whats new:>>

    Added Default style to the ribbon style gallery
    Fixed application crash when entering unknown type to field box in the diagram editor
    Fixed application crash when trying to show related elements via unconnected relationships
    Fixed shortcut keys editing in the diagram editor for Flow with Keyboard and Mouse type
    Fixed missing icons in Generate Hierarchy Diagram window
    Fixed missing diagrams in Generate Hierarchy Diagram window

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
Eonza 1.28.0
« Antwort #1175 am: 03 Juni, 2022, 17:45 »
The Eonza automation tool is used to create scripts and automate tasks on a computer. It is a free and open source cross-platform program that can help you increase productivity and save time. The program and scripts have a responsive and intuitive interface accessible in your browser. You can use Eonza not only on a desktop computer, but also on a remote server or VPS/VDS hosting. In this case, you can manage servers from any browser on any device.

MIT License

Changelog

    Removed Pro version.
    All features of the Pro version have been transferred to the free version (Advanced).

[close]

https://www.eonza.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
AutoHotkey v1.1.34.03
« Antwort #1176 am: 05 Juni, 2022, 10:10 »
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

Changelog


Fixed double backspacing of supplementary Unicode characters in hotstrings.

Fixed a:: not firing if a up:: and a & b:: are present.

Fixed MinSize/MaxSize being applied incorrectly before the first call to Gui Show.

Fixed the hook thread getting stuck in an infinite loop if an InputHook has been restarted too soon after being stopped.

Fixed crashes or undefined behaviour when a blank parameter is passed to FileCopy, FileMove, FileCopyDir, FileMoveDir or FileRemoveDir.

Fixed dead keys erroneously being reapplied by the keyboard hook after the final character of a hotstring is suppressed (e.g. for :?*:ò::ó).

[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
NxShell 1.6.0
« Antwort #1177 am: 06 Juni, 2022, 09:20 »
Improve the way you work with shell, commands, and SSH remote connections with the help of this easy-to-use and cross-platform terminal emulator.

Freeware

Changelog

    Feature:

    Upgrade xtermjs and electron to latest version
    Allow ssh recnnect by enter keydown

    Fixes:

    Fix session find auto focuse
    Fix ssh cant input chinese by sogou

[close]

https://github.com/nxshell/nxshell

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.42
« Antwort #1178 am: 06 Juni, 2022, 19:50 »
Whats new:>>

Some parts of the application user interface did not work correctly with higher DPI settings. The new version fixes that as well as some unexpected behaviors and crashes. You can find the details in the released notes.

https://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
HttpMaster Express Edition 5.5.0
« Antwort #1179 am: 07 Juni, 2022, 18:40 »
Web testing application that enables developers to create dynamically generated requests and customize execution parameters, generating reports of the results.

Freemium

Whats new:>>

    Create cURL requests from project request items.
    Improved connection proxy management.
    Set default project execution timeout value in application options.
    Simplified access to sample project inside the application.
    Improvements to command-line interface onboarding.
    Other minor fixes and enhancements.

https://www.httpmaster.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
Poedit 3.1 Build 6458
« Antwort #1180 am: 08 Juni, 2022, 19:45 »
Clean program that enables you to create a new translation based on templates WordPress themes, as well as edit and validate them.

MIT License

Whats new:>>

    Added Go / Previously Edited menu command.
    Improved source code viewer performance.
    XLIFF: added support for resname/name attributes.
    Fixed ID column sizing on some platforms.
    Fixed issues with certain rare escape sequences.

https://poedit.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
Visual Studio Code 1.68.0
« Antwort #1181 am: 10 Juni, 2022, 09: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

    There are many updates in this version that we hope you'll like, some of the key highlights include:

    Configure Display Language - See installed and available Language Packs in their language.
    Problems panel table view - View errors and warnings as a table to quickly filter on their source.
    Deprecated extensions - Learn whether an extension is deprecated or should be replaced.
    Extension sponsorship - Support the developers who build your favorite extensions.
    Hide Explorer files using .gitignore - Reuse your existing .gitignore to hide files in the Explorer.
    Terminal color and contrast enhancements - Find match background color, min contrast ratio.
    Git branch protection - Branch protection available right inside VS Code.
    TypeScript Go to Source Definition - Jump directly to a symbol's JavaScript implementation.
    VS Code for the Web localization - vscode.dev now matches your chosen browser language.
    Development Container specification - Learn more about the evolving dev container spec.
    Preview: Markdown link validation - Detects broken links to headers, images, and files.

[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
Windows Terminal Preview v1.14.145
« Antwort #1182 am: 10 Juni, 2022, 21:40 »
Changelog

Bug Fixes

    Opening a new tab or pane will no longer un-maximize, un-snap, or otherwise move Terminal around the screen (!) ( #13164 )
    We will no longer crash when you try to split panes in the Settings tab ( #13172 )
    We have changed the display language names for the different local variations of Chinese to not include location names ( #13148 )

[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.68.1
« Antwort #1183 am: 16 Juni, 2022, 05:40 »
Whats new:>>

The update addresses these issues .

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

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 )