Autor Thema: Entwicklertools diverses  (Gelesen 82261 mal)

0 Mitglieder und 12 Gäste betrachten dieses Thema.

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 191383
  • Ohne Input kein Output
    • DVB-Cube
AutoHotkey 2.0.7
« Antwort #1365 am: 02 September, 2023, 21:00 »
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 MouseClickDrag to allow X1 and Y1 to be omitted.
Fixed mouse AltTab hotkeys not suppressing execution of a prefix hotkey, such as 1:: for 1 & WheelDown::AltTab. (Broken by v2.0.4)
Fixed hook hotkeys not recognizing modifiers which are pressed down by SendInput.
Fixed A_AhkPath to not be reliant on the case/format of the command line used to launch the process.
Fixed heap corruption during window searches involving groups. (Broken by v2.0.6)

Launcher

Fixed #Requires not being detected if followed by a comment other than ; prefer xxx. (Broken by v2.0.6)
Fixed syntax detection misinterpreting multi-line auto-replace hotstrings.

Window Spy

Changed font to Segoe UI size 9, consistent with Dash.

[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
HttpMaster Express Edition 5.7.5
« Antwort #1366 am: 03 September, 2023, 18:20 »
Web testing application that enables developers to create dynamically generated requests and customize execution parameters, generating reports of the results.

Freemium

Whats new:>>

    Support for separate request item list sort order for each project.
    Additional application options to customize navigation tabs.
    Additional application options to customize OpenAPI data handling.
    Application option to select last active request item when opening projects.
    Other minor improvements and fixes.

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
PE Anatomist 0.2.12104.1940
« Antwort #1367 am: 05 September, 2023, 08:50 »
PE Anatomist shows almost all known data structures inside a PE file and makes some analytics.

MIT License

Changelog

    Added support for long section names in PE and OBJ for the case when the size of the COFF string table exceeds 9999999 bytes
    Fixed possible OOB reading during description preparation for some CodeView symbols in PDB
    Fixed processor architecture description error in Codeview symbol S_HYBRIDRANGE

[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
Visual Studio Code 1.82.0
« Antwort #1368 am: 08 September, 2023, 09:40 »
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

Release Notes: https://code.visualstudio.com/updates/v1_82

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
Cppcheck 2.12
« Antwort #1369 am: 10 September, 2023, 20:20 »
Cppcheck is an analysis tool for C/C++ code. Unlike C/C++ compilers and many other analysis tools, we don't detect syntax errors. Cppcheck only detects the types of bugs that the compilers normally fail to detect.

License : GPL

Changelog

    New checks:

    uselessOverride finds overriding functions that either duplicate code from or delegate back to the base class implementation
    knownPointerToBool finds pointer to bool conversions that are always true or false

    Improved checking:

    truncLongCastAssignment and truncLongCastReturn check additional types, including float/double/long double
    duplInheritedMember also reports duplicated member functions
    constParameter*/constVariable* checks find more instances of pointers/references that can be const, e.g. when calling library functions

    GUI:

    Show in statistics which checkers have been activated in latest analysis
    Make it more visible if there has been critical errors that caused checkers to be skipped

    Changed interface:

    Write how many checkers was activated after a run
    Added --checkers-report that can be used to generate a report in a file that shows what checkers was activated and disabled

    Deprecations:

    The qmake build system has been deprecated and will be removed in a future version.
    Command-line option '--template ' is deprecated and will be removed in 2.13 - please use '--template=' instead.
    Command-line option '--template-location ' is deprecated and will be removed in 2.13 - please use '--template-location=' instead.

    Other:

    "USE_QT6=On" will no longer fallback to Qt5 when Qt6 is not found.
    When the execution of an addon fails with an exitcode it will now result in an 'internalError' instead of being silently ignored.
    "Win32" configurations have been removed from the bundled Visual Studio solution and projects. You might still be able to build 32-bit binaries using CMake but that is untested and unmaintained.

[close]

https://github.com/danmar/cppcheck/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
AutoHotkey 2.0.8
« Antwort #1370 am: 11 September, 2023, 19:40 »
Changelog


    Fixed ByRef parameters erroneously assigning the default value to the caller's VarRef if unset.

    Fixed some issues affecting suppressed Alt/Ctrl/Shift/Win hotkeys, such as:

    *LCtrl:: blocked LCtrl from the active window, but sending Alt-key combinations would fail because the system thinks Ctrl is down, and would therefore send WM_KEYDOWN instead of WM_SYSKEYDOWN.
    *LAlt:: caused the system to forget any prior {LAlt DownR}, so a remapping such as LCtrl::LAlt would not behave correctly while LAlt is physically down, even though LAlt was suppressed.
    Other potential issues where the system's low-level tracking of a modifier key doesn't match up with the logical state.

    Fixed some issues affecting continuation sections:

    Escape sequences in the Join option were translated twice, causing ```` to become one literal ` instead of two, ``n to become a linefeed, and similar.
    `" or `' produced a literal backtick and ended the string, instead of producing a literal quote mark, if the continuation section was enclosed in quotes of the same type and lacked the ` option.
    Optimized the automatic escaping of quote marks and backtick in continuation sections.
    Fixed breakpoint_list (debugger) returning duplicates on lines containing fat arrow functions.
    Fixed +BackgroundDefault failing to override the Gui's BackColor property.

[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
Visual Studio Code 1.82.2
« Antwort #1371 am: 15 September, 2023, 09:00 »
Whats new:>>

    Update to Electron v25.8.1
    Debug console is not working
    Error traces show unrendered HTML href that makes them hard to read
    1.82: can not run code . in wsl1

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.9
« Antwort #1372 am: 17 September, 2023, 19:30 »
Changelog


    Fixed stacking of hotstrings with the X option.
    Fixed debugger not listing local vars if the function is at the bottom of the stack.
    Fixed Gui threads to show on the debugger's call stack.
    Fixed some combinations of &/ByRef causing stack overflow in ExitApp.

[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
AutoHotkey 2.0.10
« Antwort #1373 am: 24 September, 2023, 19:00 »
Changelog


Fixed crashing when a named function hotkey is used after #HotIf.
Fixed numeric literals ending with a dot to not cause line continuation.
Fixed pre-increment/decrement to work with chained array indexing.
Fixed OnNotify/OnCommand applying styles only applicable to OnEvent.
Fixed FileExist/DirExist leaking handles when emptydir\* is used.
Fixed DirExist leaking handles when only files match.

[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
Software Ideas Modeler 14.00
« Antwort #1374 am: 26 September, 2023, 11:20 »
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


    New Features and Improvements
    Per monitor DPI awareness
    New Windows 11 rounded corners look and feel
    New diagram: Timeline Diagram
    New diagram: Pie Cycle Diagram
    New diagram: Radial Diagram
    New diagram: Cycle Diagram
    New diagram: Pyramid Diagram
    New diagram: Segmented Pyramid Diagram
    New diagram: Pyramid Mosaic Diagram
    New diagram: Bending Process Diagram
    New diagram: Hierarchy Diagram
    New diagram: Hierarchical List Diagram
    New diagram: Arc Chart
    New diagram: Arc Bar Chart
    New diagram: Area Chart
    New diagram: Bar Chart
    New diagram: Donut Chart
    New diagram: Funnel Chart
    New diagram: Line Chart
    New diagram: Pie Chart
    New diagram: Point Chart
    New diagram: Semicircle Chart
    New diagram: Single Bar Chart
    New diagram: Spider Chart
    New diagram: Table Chart
    New diagram: Tree Map Chart
    New diagram: Linear Venn Diagram
    New diagram: Radial Venn Diagram
    New diagram: Nested Blocks Diagram
    New AI tool: Diagram from any text generation
    New AI tool: Documentation content generation
    New AI tool: Example data generation for ERD entities
    New AI tool: Create diagram translation
    Overview zoom
    New diagram icons
    Added documentation themes
    Added support for multiple named glossaries per project
    Added new drawing tool: Block Connector
    Faster diagram editor rendering
    Faster File menu opening
    Added a new Action group with Undo and Redo buttons to the ribbon
    Added support for rounded corner style to more shapes and elements
    Package can show owned elements as the list of their name in the element body
    Added new style: Fit Text to Bounds
    Added new style: Texture Background
    Improved related elements tab - allows to expand to related elements of related elements
    Improved diagram editor splitting
    Added distinct styles for missing on left and on right in the Comparison results
    Supported changing type for multiple selected associations at once
    Added zoom support for documents
    Added new Linear container layout
    Added new Circular container layout
    Added new Radial container layout
    Added new Bezier container layout
    Added new Pyramid container layout
    Added new Tree container layout
    Added new Venn container layout
    New Flow container layout option - alternate flow direction
    New Flow container layout direction options - left-to-right/right-to-left, top-to-bottom/bottom-to-top and vertical/horizontal
    The rotation center can be changed
    Added new style options - Style by owner and Alternate style by owner
    New Stack container layout setting: Fit all elements
    Added information about relationship multiplicities to the project tree
    Added support for mouse navigation buttons to the diagram editor for navigating between previous selections in the diagram
    Added support for horizontal scroll using the horizontal mouse wheel
    Improved Arrowed Arc and Double Arrowed Arc rendering
    Added labels to Pie Chart, Bar Chart, Tree Map Chart and Spider Chart
    Cancellation of field selection after pressing ESC
    Added background/border/shadow style to Spider chart
    Added point rendering in Spider chart
    Added support for specific styling of individual points and areas for Area Charts
    Added support for padding style to Area charts
    Added support for rounding style to Bar chart
    Improved positioning for adding points
    New Org Chart is created with a tree container
    Added Tree Container tool to the toolbox for Org Chart

    Improved Advanced Use Case Analysis:

    Added Extensions (flow event section)
    Added Technology and Data Variations (flow event section)
    Added Special Requirements
    Added Open Issues
    Added information about the number of event flows to the tab
    Vertical tabs

    Added support for dynamic data via various data sources (CSV, Fixed-Columns Text, JSON, XML, Regex Text, Database):

    New Data Sources sidebar
    Create diagram elements
    Create model elements
    Fill chart data
    Fill entity data
    Fill enumeration items
    Maximum value or sum can be used as a base for bars in the Arc Bar Chart
    Added context menu to Field Browser grid
    Added field filters to diagram editor (for filtering attributes, operations, etc.)
    Added support for field brace initialization to C+- source code parsing
    Added multiple offered positions for border elements when using the Smart Keys feature
    Formatted text editor (e.g. in the Documentation tab in the Properties dialog) offers Subscript and Superscript formatting options in the toolbar
    Improved Use Cases template
    Improved user interface of documentation template management window
    Improved text rendering for default anti-aliasing setting
    Added new template commands for Use Case: MainSuccessScenario, Extensions, SpecialRequirements, TechAndDataVariations, OpenIssues
    Added a new template command for element - ElementTypeName
    Behavior elements can be assigned to UML State Actions
    Events can be assigned to triggers in UML Transitions
    New UML Trigger and UML Event elements - transition triggers are created as separate model elements
    Added ID field to Use Case Definition form
    Paste requirements from text in the requirements editor
    Optimized rendering of ERD entities with a lot of data rows
    Added Kind attribute to UML Transition
    Added triggers to UML Accept Event Action
    UML Transition Behavior Expression attribute changed to Effect and allows to associate a behavior as a reference as well as text expression
    Added highlight for input and output connectors for selected elements in the diagram editor
    UML Signal can be dropped to UML Send Signal Action, Transition, and Accept Event Action to set the signal to them
    Added option to set the referenced chart for Chart Legend using drag&drop
    Added new parameter to MS SQL Server Database selection: Trust Server Certificate
    Added ODBC support for the database import
    Added new element tools to the Activity Diagram toolbox: Input Pin, Output Pin, Value Pin, Central Buffer Node, Data Store Node
    Added new properties to UML Object Flow: IsMulticast, IsMultireceive, Selection, Transformation
    Displaying Default Value for Activity Parameter Node
    Displaying Activity Parameter Node inside the box
    Displaying {stream} tag for Stream Parameters and triangle icon for Exception Parameters
    Export diagram to image using diagram name as the default file name

    Fixed Bugs:

    Fixed text rendering (align to baseline)
    Fixed exporting documents to PDF
    Fixed adding links to project entities using documentation editor using autocomplete initiated by typing @
    Fixed updating dynamic data in documentation
    Fixed resizing toolbox when placed on the right
    Fixed YAML parser
    Fixed stack overflow issue in the project comparison
    Fixed selecting fields with control pressed in the diagram editor
    Fixed wrong container layout after collapsing and expanding the container
    Fixed layout for generated hierarchy diagram with multi-level perpendicular branches
    Fixed showing diagram thumbnails for lazy-loaded tabs in the tab switch
    Fixed adding and editing template parameters, attributes, and operations from the quick action box
    Fixed showing Properties dialog for the selected diagram in the Folder Overview window
    Fixed Add Alternate Style option in the Style sidebar
    Fixed showing shortcut keys for small elements when using the Smart Keys feature
    Fixed canceling multi-element selection when right-clicking on a container
    Fixed text highlighting in rotated elements
    Fixed Edit Comment action in the context menu in the comment panel (Cooperation tab)
    Fixed application crash when trying to edit a column in the Columns dialog (Element Browser) and no column is selected
    Fixed copying and pasting container to an exact position (using the context menu) [RQ#1727]
    Fixed moving grouped container [RQ#1727]
    Fixed HOME and END keys inside a table cell in the formatted text editor
    Fixed editing Table borders in the formatted text editor
    Fixed importing generalization from XMI
    Fixed refreshing layout after undoing label move
    Fixed duplicating stereotypes for instance specification elements
    Fixed generating indexes script for MS SQL DDL [RQ#2728]
    Fixed application crash when selecting multiple rows in the grid (using SHIFT pressed) and moving the cursor outside the grid area

[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
Windows Terminal 1.18.2681.0
« Antwort #1375 am: 27 September, 2023, 08: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

Changes

    wt -- foo will once again inherit the environment from its parent ( #15897 )
        You can customize this behavior with wt --inheritEnvironment or wt --reloadEnvironment on a per-tab/per-pane basis.
        You can also override this behavior with the profile setting {profile}.compatibility.reloadEnvironmentVariables (boolean, default true)
    We no longer load the Settings editor library on launch, saving you tens of kilobytes of memory ( #15628 ) ( #15631 )
    You can now run profiles as Admin from the new tab menu by right-clicking them ( #15679 ) (thanks @jamespack!)
    The profile preview in settings now shows you what a "powerline" font will look like when one is selected ( #15365 )
    We actually did fix the homoglyph thing this time; hovering a URL that is pretending to be someone else through funny characters will see right through it ( #15488 )
    For those of you debugging Terminal/the console with ETW, you can now group all API calls by originating process ( #15737 )
    If you are using Preview, Canary or Dev we will now set an appropriate JSON $schema so you can auto-complete new settings ( #15856 )

Bug Fixes
Accessibility

    We've added automation property names to the 'Delete Color Scheme' button ( #15994 )
    The key chord indicator in the command palette now has a background color ( #15677 ) (thanks @RickleAndMortimer!)
    Settings now groups elements in their containers for screen readers ( #15756 )
    Screen reader users can now determine which color scheme is the current default ( #15486 )
    Default Terminal and Color Scheme ComboBoxes no longer crop at 200% text scale ( #15762 )
    Screen readers will now announce successful pane and tab moves ( #15771 )

VT and terminal emulation

    Hard Reset ( RIS) no longer disables Win32 input mode or focus event mode for pty clients (like Terminal) ( #15476 ) (thanks @j4james!)

Usability and UI

    We will no longer reload the settings as often when various OS knobs and switches change ( #16004 )
    You can once again restart the first pane in a split with Enter after it exits ( #16001 )
    All actions now remember which pane originated them, so things like "export text" and "Move tab to new window" and "Duplicate" no longer summon one of the Old Ones ( #15773 )
    The about dialog no longer tells you that you've got an update available to the same version you already have ( #15378 )
    When the tab close button is disabled, it will no longer randomly reappear to taunt you ( #15914 )
    The launch parameters (position, size) now properly support negative numbers ( #15941 ) (thanks @codecruisedor!)

New Rendering Engine

    We no longer leave cursors all over the place ( #15904 )
    Fonts like JetBrains Mono that render their ligatures in reverse now appear in the right colors ( #15810 )
    We no longer invalidate more of the screen than we need to ( #15929 )
    It now works properly on Windows versions earlier than 10.0.14393.0 ( #15485 )
    Font features and axes work once again! ( #15912 )
    We no longer crash when trying to render to a 0x0 surface ( #15615 )
    DRCS soft fonts that are invalid (or have disappeared, or were never enabled) no longer crash the Terminal ( #15889 )
    Both rendering engines have been prepared for horizontal scrolling (???) ( #15707 )

Reliability

    We will no longer crash when checking for updates without a network ( #16002 )
    If you're the one person who marks HKCU\Console as read-only, we won't crash during save for you ( #15916 )
    Actions with an empty keys array no longer cause unexpected kinetic disassembly ( #16003 )
    Duplicating elevate: true tabs has been fixed to not blast terminal off into space ( #15548 )
    The backing console no longer hangs when resizing while scrolling ( #15618 )
    Instead of leaking memory for each window on Windows 10, we'll cache old windows and recycle them as needed ( #15424 )
        We introduced the leak to fix a crash in closing windows on Windows 10; this allows us to still leak the window but still be able to reclaim them.

Schema

    No longer is there a multiple schema conflict on "colorScheme" ( #15748 ) (thanks @brandondong!)

Miscellaneous

    The WPF control now delay-loads UIAutomationCore.dll because it's incomplete in Windows RS1 ( #15614 )

With additional thanks to @floh96, @daverayment, @ushuz, and @LitoMore for documentation updates and @tusharsnx,
@Jvr2022, @Dan-Albrecht, @ebarnabas644, @jamespack for build system, project config, and compiler compatibility fixes.

[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.19.2682.0
« Antwort #1376 am: 27 September, 2023, 09:30 »
Changelog


Features

    We've added support for a new opt-in and shell-driven suggestions UI ( #14938 ) ( #15848 )
        The protocol for suggestions is not finalized, and will change before final release.
        You can find more information on the Experimental Shell Completion Menu wiki page
        Suggestions can take into account...
            ... the command you've already typed on the input line ( #15027 )
            ... commands you have recently submitted ( #14943 )
            ... any sendInput actions you have in your settings file, to be used as a sort of "snippet" ( #15664 )
    The search box will now display a count of found results, and--if scrollbar marks are enabled--display graphical indicators for every match ( #14045 ) (thanks @don-Vito and @zadjii-msft!)
    You can now enable broadcast mode via the Command Palette, which will broadcast input to all panes in a tab ( #14393 ) ( #15993 )
    You can now launch a profile via wt and keep its built-in command line with the --appendCommandLine flag ( #15822 ) (thanks @hanpuliu-charles!)
        For example, if your PowerShell profile specifies pwsh.exe, you can run wt --appendCommandLine -p PowerShell -- -Command echo Hello, which will run pwsh.exe -Command echo Hello. That's a lot of dashes. Wow.
    You can now search the web with your selected text via... ( #15539 ) (thanks @mpela81!)
        ...the experimental right-click context menu!
        ...the searchWeb action!
            You can customize each action to launch any search engine by specifying the queryUrl. %s will be replaced with your query.
        You can customize the default search engine for both of these by specifying the global setting searchWebDefaultQueryUrl. %s will be replaced with your query.
    If you have shell integration enabled, you can enable using the mouse to reposition the text cursor ( #15758 )
        {profile}. experimental.repositionCursorWithMouse (the dot is part of the name, sorry) (boolean, default false)

Theming and Scheming

    You can now set the window border color on Windows 11 via the {theme}.window.frame and {theme}.window.unfocusedFrame color entries ( #15441 )
        For more fun, you can set {theme}.window's experimental.rainbowFrame to true
    You can now (finally!) enable support for using the acrylic material in an unfocused window ( #15923 ) ( #15944 ) (thanks @Jaswir!)
        Set useAcrylic to true in {profile}.unfocusedAppearance
        You can turn unfocused acrylic off globally with the global setting compatibility.enableUnfocusedAcrylic (boolean, default false)
    Themes can now indicate whether tab icons should be shown in color or monochrome or hidden entirely ( #15948 ) (thanks @bundgaard!)
        Set {theme}.tab.iconStyle (enum default, hidden, monochrome; default default (default))

Changes

    wt -- foo will once again inherit the environment from its parent ( #15897 )
        You can customize this behavior with wt --inheritEnvironment or wt --reloadEnvironment on a per-tab/per-pane basis.
        You can also override this behavior with the profile setting {profile}.compatibility.reloadEnvironmentVariables (boolean, default true)
    We have rewritten "cooked read", the input line used by Command Prompt, Python, and a whole host of other applications ( #15930 ) ( #15780 ) ( #15782 ) ( #15783 ) ( #15880 )
        This includes changes to command history, popups ( F7 and the like), and how input is echoed to the display.
        This may have a wide-ranging impact, so please file any unexpected input issues in Win32 applications!
    Input event record handling has been rewritten to support wide encodings like UTF-8, to be more maintainable, and to be much simpler to read ( #15671 ) ( #15606 ) ( #15605 ) ( #15611 ) ( #15673 ) ( #15672 )
    Console applications can now more reliably print characters composed of surrogate pairs (aka "We've been trying to reach you about your WriteCharsLegacy's extended Emoji support") ( #15567 )
    We've added an action that opens the about dialog ( openAbout) ( #15990 )
    conhost will now ignore key events with an invalid virtual keycode and a scan code of 0 (such as those emitted by strange software keyboards) ( #15753 ) (thanks @tusharsnx!)
    We will no longer generate WINDOW_BUFFER_SIZE_EVENT when the viewport moves, confusing applications that translate it into a destructive operation ( #15935 )
    You can now configure any copy action to dismiss or keep the selection after it runs ( dismissSelection, boolean, default true) ( #15552 ) (thanks @gonzalo-garcian!)
    The text buffer has been reorganized to be (1) faster (2) smaller (3) harder, better, etc.
        Rows are initialized lazily in chunks of 128 or so; we no longer spend memory on blank space you'll never see ( #15524 ) ( #15582 )
        Reading, writing, initialization, etc. has been cleaned up and vectorized ( #15501 ) ( #15498 ) with fast passes and other optimizations ( #15499 ) ( #15879 ) ( #15541 ) ( #15497 )
        We've rewritten resize with reflow so it's like a billion times faster and more correct ( #15701 )
            If you see any issues when resizing (other than "bash prints the prompt 600 times every frame" (that's apparently just how bash works)), please file them!
    We no longer load the Settings editor library on launch, saving you tens of kilobytes of memory ( #15628 ) ( #15631 )
    We will now display an indicator in the tab of any disconnected/closed/crashed application. You can right-click the tab to restart it! ( #15760 ) (thanks @mpela81!)
    You can now run profiles as Admin from the new tab menu by right-clicking them ( #15679 ) (thanks @jamespack!)
    The profile preview in settings now shows you what a "powerline" font will look like when one is selected ( #15365 )
    We actually did fix the homoglyph thing this time; hovering a URL that is pretending to be someone else through funny characters will see right through it ( #15488 )
    You can now right-click a tab and move it to a new window ( #15376 ) (thanks @Jaswir!)
    All text search now uses ICU, and is like blazing fast. URL detection, Search, everything is covered! ( #15858 ) ( #15998 ) ( #15892 )
    For those of you debugging Terminal/the console with ETW, you can now group all API calls by originating process ( #15737 )
    Also for debugging purposes, you can now add the debugTerminalCwd action to display a pop-up with Terminal's current "virtual" working directory ( #15282 )
    If you are using Preview, Canary or Dev we will now set an appropriate JSON $schema so you can auto-complete new settings ( #15856 )

VT

    We now support Erase Color Mode (DECECM) ( #15469 ) (thanks @j4james!)
    The horizontal scrolling sequences DECIC, DECDC, DECBI and DECFI finally work! ( #15368 ) (thanks @j4james!)
    @tusharsnx put a lot of work into making ITU T.416 color sequences work! He...
        ... added support for sub-parameters separated with :( #15648 )
        ... added support for ODA SGR sequences ( 38:2::R:G:B, 48:...) ( #15729 ) ( #15844 )
    We will now pass through kitty's underline color ( 58:...) and style ( 4:...) sequences (we won't render them yet! but maybe soon! ????) ( #15795 ) (thanks @tusharsnx!)

Bug Fixes
Accessibility

    We've added automation property names to the 'Delete Color Scheme' button ( #15994 )
    The key chord indicator in the command palette now has a background color ( #15677 ) (thanks @RickleAndMortimer!)
    Settings now groups elements in their containers for screen readers ( #15756 )
    Screen reader users can now determine which color scheme is the current default ( #15486 )
    Default Terminal and Color Scheme ComboBoxes no longer crop at 200% text scale ( #15762 )
    Screen readers will now announce successful pane and tab moves ( #15771 )

VT and terminal emulation

    Hard Reset ( RIS) no longer disables Win32 input mode or focus event mode for pty clients (like Terminal) ( #15476 ) (thanks @j4james!)
    We no longer log traces or telemetry about aggregated VT sequence use ( #15494 ) (thanks @j4james!)
        We started to do this in ~2016 or so when we were trying to figure out what VT sequences applications were using. We're way beyond needing that now!
    The Terminal will now enter mouse mode immediately when a Win32 console app enables it (among other output flushing changes! If you see any flickering in modern VT applications, let us know!) ( #15991 )
    Scrollbar marks will now be cleared by clear (and friends) ( #15686 )

Usability and UI

    We will no longer reload the settings as often when various OS knobs and switches change ( #16004 )
    The tab right-click menu now remembers which terminal pane was active when it was invoked... ( #15999 )
    You can once again restart the first pane in a split with Enter after it exits ( #16001 )
    All actions now remember which pane originated them, so things like "export text" and "Move tab to new window" and "Duplicate" no longer summon one of the Old Ones ( #15773 )
    The about dialog no longer tells you that you've got an update available to the same version you already have ( #15378 )
    When the tab close button is disabled, it will no longer randomly reappear to taunt you ( #15914 )
    Duplicated tabs now consider the existing configuration option for where to put tabs ( #15972 ) (thanks @codecruisedor!)
    The launch parameters (position, size) now properly support negative numbers ( #15941 ) (thanks @codecruisedor!)

[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
Poedit 3.4 Build 6844
« Antwort #1377 am: 02 Oktober, 2023, 20:10 »
Clean program that enables you to create a new translation based on templates WordPress themes, as well as edit and validate them.

MIT License

Changelog



    Cloud sync with Localazy:

    One of the standout features of Poedit 3.4 is the addition of support for syncing with the Localazy localization platform directly from the app.
    Localazy is a highly automated translation management platform that strives to make the localization process efficient and enjoyable. It is also very developer-friendly and has various features to help you manage your translations effortlessly, such as automated workflows or rich context banks with screenshots and glossaries to ensure your contributors have all they need for precise translation.
    Poedit 3.4 offers seamless two-way integration with Localazy, enabling you to switch between desktop editing in Poedit and web-based translation in Localazy effortlessly. This integration ensures that your work remains synchronized, whether you’re online or offline. You can even work on translations offline in Poedit and then upload your changes in bulk to Localazy when you’re back online, simplifying your workflow and enhancing efficiency.

    GNU gettext 0.22:

    We’ve updated bundled GNU gettext to version 0.22 with its many improvements.
    Glossaries import from CSV
    Perhaps one of the most requested features in Poedit 3.4 is the ability to import glossaries from CSV files. To import existing glossaries, use the + button in sidebar’s Terminology tab.

    …and more:

    As always, there are also small UI improvements and fixes all over the app.

[close]

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.82.3
« Antwort #1378 am: 03 Oktober, 2023, 11:20 »
Whats new:>>

Update to Electron v25.8.1 with patch for CVE-2023-5217

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
SourceTree 3.4.15
« Antwort #1379 am: 03 Oktober, 2023, 11:40 »
SourceTree is a nice alternative to the git command line. It is a fast and easy way to work with Git and Mercurial, especially if you are using Git Flow and looking for free software.

Managing code workflow in SourceTree is intuitive, and it can facilitate most git tasks in a logical manner.

Freeware

Changelog

    Fixed: Sourcetree shuts down after just starting up.
    Fixed: Renaming bookmark's name changes the local repository name.
    Fixed: Context menu text not visible in dark mode for new tab window.
    Fixed: BitBucket Basic Authentication failing with Password (Password is obsolete now. Use App Password).
    Fixed: Sourcetree fails to install or open due to MEF Composition Exception.
    Fixed: Fix Fatal error when viewing Remote repositories.
    Fixed: SourceTree unusable on startup ('ssh-agent' failed with code -1: System.NullReferenceException).
    Fixed: Sourcetree tab header too small and close button covers repository name.
    Fixed: Argument injection vulnerability within URL handler leading to RCE.
    Fixed: Arbitrary code execution vulnerability on opening maliciously crafted folder.
    Changes: Display the creation date along with stash name.
    Changes: Added checkbox to include untracked files when stashing.
    Changes: PULL command fetch all tags command parameter integrated with fetch all tags setting.
    Changes: Enhanced repo tab header tooltip to show the full path, name, current branch and repository type for repository tabs

[close]

Download: Klick

https://www.atlassian.com/software/sourcetree

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 )