Autor Thema: Entwicklertools diverses  (Gelesen 62527 mal)

0 Mitglieder und 1 Gast betrachten dieses Thema.

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 158890
  • Ohne Input kein Output
    • DVB-Cube
Software Ideas Modeler 12.86
« Antwort #945 am: 19 Januar, 2021, 18:30 »
Software Ideas Modeler is used to draw UML diagrams which are used in professional software development. Software Ideas Modeler can also be used to draw some other diagrams such as entity-relationship diagrams and UI mockups.

Main features:

    Intuitive and quick drawing of diagrams
    All UML 2.4 diagrams
    Flowcharts, Data Flow Diagrams, Entity Relationship Diagram (Crow Foot/Chen), CRC Cards, User Interface, Hierarchical Task Analysis, Entity Life History, Robustness Diagram, Concurrency Diagram, Venn Diagram, Mind Map, JSD diagrams
    Styling
    Print - batch printing, multiple pages per diagram
    Export diagrams to various image formats (BMP, PNG, JPG, GIF, TIFF, SVG, WMF, EMF) and PDF


Officially supports GNU/Linux via Mono.

Note: paid versions with additional features are also available.

License:    Free for non-commercial use

Changelog

    Added general SQL DDL script template (source code generation)
    Added SQLite SQL DDL script template (source code generation)
    Background is changed to gradient after changing the second background color for solid background
    Added support for constructor parameters to Python source code generation
    Added default visibility modifier for stereotypes, the property stereotype changes visibility to public by default [RQ#1663]
    Fixed application crash when highlighting relationships that are not connected to anything in the diagram but they are in the model
    Fixed application crash when removing attributes created from pasted text in the Properties editor
    Fixed application crash when parsing a specific type of JSON
    Fixed application crash when editing ETA diagram in a specific configuration

[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: 158890
  • Ohne Input kein Output
    • DVB-Cube
Ron's HTML Cleaner 2020.12.08.1302
« Antwort #946 am: 28 Januar, 2021, 21:40 »
Ron's HTML Cleaner permits you quickly to clean, or alter, a source HTML document or page via the use of user-defined cleaners.

The cleaners that you can use are created from a list of operations that can be built, saved and applied to any HTML document as required. Being able to clean an HTML document to remove redundant code and formatting issues can be useful if you intend on publishing a Blog or CMS for instance - Having all the formatting and code correctly done before going live can save some embarrassment from an improperly rendered page. It will allow you to create multiple rules that are taken into account during document processing. To process a document you simply specify the source and choose the desired cleaner. Ron's HTML Cleaner will automatically handle your content. For those that like a little more control, you do have the option to disengage the automatic processing.

Freemium

Whats new:>>

License validation issue fixed.

https://www.ronsplace.eu/Products/RonsHTMLCleaner

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: 158890
  • Ohne Input kein Output
    • DVB-Cube
Windows Terminal Preview v1.6.10272.0
« Antwort #947 am: 29 Januar, 2021, 07: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

Features

    IN PREVIEW TODAY: Terminal now has an optional graphical settings editor! Until it's ready for prime time, it's hidden behind a NON-DEFAULT key binding. (#8048)
        To bind the settings UI to Ctrl+Shift+,, add the following to your keybindings/actions.

{ "command": { "action": "openSettings", "target": "settingsUI" }, "keys": "ctrl+shift+," },

        The settings editor will become the default action for the Settings menu item and key binding in a future release.
        Follow along at #6800 for completion stats and community feedback!
    Terminal now supports "Startup Actions" (thanks @don-Vito!) (#8770)
        The startupActions settings key can be filled out with a WT commandline execute on launch.
        That commandline will be run if no arguments are provided to WT.
        You can use this to start with multiple tabs, multiple panes, or any combination of the above.
        Examples:
            Start with multiple tabs: "startupActions": "new-tab; new-tab"
            Start with multiple panes: "startupActions": "split-pane -p PowerShell ; split-pane -p Ubuntu"
    Terminal 1.6 has gained experimental support for HLSL pixel shaders (thanks @mrange!) (#8565)
        For a profile, set "experimental.pixelShaderEffect" to the path to an hlsl file.
        There are some shader examples in the samples/PixelShaders directory of our repository.
        Like the experimental "retro terminal effects" flag, using pixel shaders has a nonzero performance cost.
        For the price of lower performance, you can have sick visual effects.
    We've gained support for application progress reports on OSC 9;4 (originally offered by ConEmu) (#8055)
        Application-reported progress will be displayed in the taskbar and a new progress ring displayed in the tab (#8133)
    Terminal has gained two new visual bell features (available when bellStyle is set to audible or all):
        ... flashing the taskbar (#8215)
        ... displaying a small bell icon in the tab until you interact with it (#8637)
    The italic graphic rendition (SGR 3) is now supported (thanks @j4james!) (#8580)
        Fonts that do not offer an italic variant will be digitally enhanced, like the bicentennial man (though with admittedly less sentience)
    Terminal has learned a new cursor style: double underscore (thanks @rhorber!) (#7827)
    @hegenumo taught us the scrollToTop and scrollToBottom key binding actions (#8459)
        By default, they are bound to Ctrl+Shift+Home and Ctrl+Shift+End (respectively.)
    The moveFocus pane move action has gained a new power: the ability to move to the last-used pane (#8183)
        This is achieved by setting "direction": "previous".
    Tabs can now be moved left/right with the keyboard with action binding moveTab (thanks @don-Vito!) (#8338)
        moveTab accepts a direction argument (enum "forward", "backward")
        This action is not bound by default.
    We now support ConEmu's OSC 9;9 ("set current working directory"), which a shell can use to communicate its current location (thanks @skyline75489!) (#8330)
        When you duplicate a tab or pane with a known working directory, the new terminal will start in that directory.
    You can now specify a tab color for each new tab or pane on the commandline with --tabColor #rrggbb (thanks @don-Vito!) (#8102)
    For those of you hacking on Terminal, we've added a new breakIntoDebugger action (not bound by default) (#8498)
        breakIntoDebugger only works when debugFeatures are enabled.
        If you activate this action and no debugger is present, Terminal will exit. I don't recommend doing that.

Changes

    Our annoying "keyboard/handwriting service" dialog is now a slightly less annoying info bar (#8524)
    We're finally on Microsoft.UI.Xaml 2.5.0, not a prerelease! (#8500)
    When you paste multiple lines, we'll give you a preview before making you decide to continue/cancel (#8744)
    Hyperlinks will now reveal themselves on hover even when the window isn't focused (thanks @hegenumo!) (#8615)
    The "Open Windows Terminal here" menu item will now (finally!) show up inside directories (thanks @hereafter!) (#8638)
        There was a Windows bug preventing this from working properly, but @hereafter stepped up with a VERY CLEVER workaround.
    Manually-renamed tabs can no longer have names >1024 chars in length (thanks @don-Vito!) (#8433)
        This prevents an issue where the tab renaming field would get cut off on the top/bottom (?) while renaming.
        If you want one of these, you are free to e-mail me a 1024-word essay on why you need a tab title this long.
            I will ignore it, but you are still free to do so.
    You can now drag/drop more types of things on Terminal: files, links, weird VS Code tab items (?) (thanks @skyline75489!) (#8461)
        This also fixes a crash in drag/drop caused by those weird VS code tab items
    No longer will your mouse cursor hang around while you're typing (thanks @don-Vito!) (#8629)
    The tooltip that appears when you hover over a tab now displays a switching keyboard shortcut (thanks @don-Vito!) (#8810)
        ... and the profile name! (thanks @don-Vito, again!) (#8883)
    wt has learned move-focus, which lets you change pane focus while building a commandline (#8546)
    splitPane and wt split-pane have grown support for "size" (float 0.0 - 1.0) and --size respectively (#8543)
    Shift+click now supports single-character selection so that you can set your selection endpoints separately (thanks @don-Vito!) (#8611)
    When most-recently-used tab switching is enabled, closing a tab will move you to the previously-used tab (thanks @don-Vito!) (#8610)
    Block copy (Alt + copy) will now try harder to preserve the spacing characteristics of the copied region (thanks @don-Vito!) (#8579)
    We'll now give a more accurate error message when we can't handle a bad mixed-type field in your settings (thanks @don-Vito!) (#8558)
    In focus mode, closing a tab will no longer result in an unusable terminal (thanks @don-Vito!) (#8549)
    We've updated the iconography in the menus to better match its purpose (thanks @hegenumo!) (#8424)
    Starting a search with text selected will now copy that text into the search field (thanks @don-Vito!) (#8521)
    Non-existent color schemes will no longer be silently ignored in color scheme-changing actions (thanks @mpela!) (#8147)
    We will now warn you when you select an invalid font instead of silently using Consolas (#8207)
        You'd be surprised at how many reports we got from confused users who thought their flashy new fonts were simply boring.
    The command palette, in commandline mode, will now parse and validate commands you've typed and display recent commands (thanks @don-Vito!) (#8515) (#8317)
    The command palette now supports "launchMode", which can be set to "action" or "commandLine" (thanks @don-Vito!) (#8382)
    The command palette now treats Home and End more predictable (thanks @hegenumo!) (#8194)
    Some setting fields that used to tolerate null no longer do so (#8175)
    We now respond to DECID (thanks @j4james!) (#8864)

Bug Fixes
General

    Terminal now tries harder to scroll tabs into view when you navigate (thanks @don-Vito!) (#8832)
    Right-click paste now clears any active selection (thanks @don-Vito!) (#8742)
    Pastes containing \n are now properly normalized to \r (#8634)
    The buttons in the title bar have been cajoled into being the right colors when the app theme doesn't match the system theme (thanks @satken2!) (#8649)
    The initialRows/initialCols settings should work more reliably in the presence of padding (thanks @hegenumo!) (#8584)
        (Are we bad at math? You'd never be able to tell after this pull request!)
    Commandline arguments to wt that conflict with wt new-tab should now be detected properly (thanks @don-Vito!) (#8315)
    The tab close button now matches the tab text when you override the tab color (whoops) (thank #dcheatha!) (#8209)
    There were apparently still ways to make the terminal window too small. NO LONGER! (thanks @don-Vito!) (#8066)
    The profile menu and command palette will now prefer your shortcut keys over the inbuilt ones (thanks @don-Vito!) (#8725)
    @don-Vito contributed an absolute heap of fixes for tab switching, the command palette, etc. (#8653) (#8655) (#8609)

Performance

    We've greatly reduced the number of transient allocations the console host (and therefore Terminal) do when printing large amounts of text (#8617)
    We've done likewise for text buffer initialization, startup, attribute storage, and the default conhost steady state (thanks @Austin-Lamb!) (#8489)

Command Palette

    @don-Vito did a whole heap of work to make the command palette better:
        Cleaned up the ownership of tab switching/search (#8656)
        Cleaned up the ownership of commandlines and tabs (#8420)
        Removed action dispatch from the command palette to make it more reusable (#8628)
        Made the palette dismiss on focus change, action dispatch, etc. so it doesn't stay on screen (#8377)
        Made sort case-insensitive (#8432)

VT

    It turns out that we had the modifier key encodings wrong for VT mouse mode for, like, four years. Now they're right (#8379)

Reliability

    Terminal no longer leaks pty process handles when you close tabs (thanks to @vefatica for discovering this!) (#8707)
    There was a race condition in pane animation that broke pane sizes. The race has been cancelled (thanks @don-Vito!) (#8241)
    There was also an access violation in animated pane closure, which has also been cancelled (thanks @don-Vito!) (#8218)
    We will no longer leak a smal lamount of memory while parsing VT (#8618)
    Some command palette/tab switcher navigation crashes have been fixed (thanks @don-Vito!) (#8422)
    @j4james fixed an out-of-bounds exceptions in Set...{Buffer,Screen}Size (thanks!) (#8309)
    "Further improvements to overall system stability and other minor adjustments have been made to enhance the user experience."

Behind the scenes

These are other changes that should not impact your experience.

    We've begun some infrastructural work for "remoting" (one Terminal instance controlling another) (#8607)
    A number of conhost bugs have been fixed, which will be available with the next version of Windows
        Bug in color selection + DBCS characters (thanks @j4james!) (#8577)
        Rendering issue with DBCS characters that are scrolled horizontally offscreen (thanks @j4james!) (#8438)
        Issue with horizontal viewport offset + application-mediated scrolling (thanks @j4james!) (#8434)
    @PokeCodec (thanks!) fixed up some annoying code health issues, like our include paths using \ instead of / (#8205)
    @rhorber put a little love into the close tab warning dialog to streamline its implementation (thanks!) (#8117)
    We've lifted some of the common logic out of the tab header to make it more reusable (#8227)
        @hegenumo fixed a tooltip issue that fell out of this change (#8298)

WPF Control

    The WPF control now better validates its size during resize operations (#8792)

[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: 158890
  • Ohne Input kein Output
    • DVB-Cube
ColorPicker 1.0.9
« Antwort #948 am: 29 Januar, 2021, 14:20 »
ColorPicker ist eine Farbauswahl für die Web-Entwicklung.

Die wichtigsten Features:

    Farben können - ähnlich der Windows-Farbauswahl - über eine HSL-Farbengrafik ausgewählt werden.
    Die HSL- und RGB-Werte können einzeln angepasst werden.
    Websichere Farben können ausgewählt werden (z.B. für 3-stellige CSS-Farbwerte).
    Farbwerte können in unterschiedlichen Formaten kopiert bzw. eingefügt werden.
    Funktionen zum automatischen Kopieren und Einfügen von Farbwerten erleichtern den Datenaustausch mit anderen Programmen, wie z.B. Text- oder HTML-Editoren.

Freeware

Whats new:>>

    Fixed freezing of picker when other tools for managing clipboard are running #4
    Updated design of settings window

https://www.gaijin.at/de/software/colorpicker

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: 158890
  • Ohne Input kein Output
    • DVB-Cube
Software Ideas Modeler 12.89
« Antwort #949 am: 22 Februar, 2021, 18:00 »
Whats new:>>

    Fixed resetting rotation after moving some elements
    Fixed application crash when trying to add a stereotype with a duplicate name to the stereotype list
    Fixed saving the last change in the Stereotypes editor
    Fixed retrieving skipped request during online editing using Software Ideas Server
    Fixed application crash when trying to set CRC collaborator using the dialog
    Fixed and added German translations

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: 158890
  • Ohne Input kein Output
    • DVB-Cube
AutoHotkey 1.1.33.03
« Antwort #950 am: 01 März, 2021, 09:40 »
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 crashing when an empty SafeArray is enumerated.
    Fixed height to not auto-expand for Button/Checkbox/Radio with -Wrap.
    Fixed WM_DESTROY bypassing release of objects in global/static vars.
    Fixed WinMenuSelectItem second-attempt matching to handle & correctly. Specifically, items with actual text like "a && b" which appear as "a & b" will now match "a & b" instead of "a b".
    Fixed breakpoint on Case/Default line breaking at end of previous case.
    Changed SoundBeep to ignore duration if negative, instead of wrapping around to a large positive value.
    Fixed mouse hotkeys with ! to mask Alt-up after key-repeat if possible.
    Fixed several issues with overlapping hotkeys.
    Key-up hotkeys firing incorrectly because they were paired with a hotkey with overlapping but different requirements, such as <^a up firing for RCtrl+A because it was paired with ^a; or *^c up firing for Shift+C because it was paired with *+c, and both can fire for Ctrl+Shift+C.
    Unpredictable prioritization of hotkeys with the same modifiers but different L/R variants, or different modifiers when neither one is a perfect subset of the other. Priority was affected by order of definition to a degree but shifted unpredictably when hotkeys were added or removed.

[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: 158890
  • Ohne Input kein Output
    • DVB-Cube
Windows Terminal 1.6.10571.0
« Antwort #951 am: 01 März, 2021, 22:00 »
Changelog

Changes

    1.6 stable only: The settings UI has been disabled for this stable release so that we can continue to iterate on it.
    This version of Terminal comes with Cascadia Code 2102.25, which contains a number of bug fixes to the 2102.03 release.
    The tab bell icon will now show up even when visual belling is disabled (#9212)

Bug Fixes

    You can now navigate the tab color picker with the directional arrows (thanks @BenConstable9!) (#9144)
    We will try not to dismiss the selection when you're using a Windows-key shortcut (thanks @imaginary-person!) (#9163)
    We've ensured that hyperlinks de-underline when the pointer leaves the terminal (thanks @don-Vito!) (#9195)
    The arrow keys should work in the tab switcher once more (thanks @don-Vito!) (#9140)
    The build system was leaving a stray 600kb file in our package, which we've now removed (making the package smaller!) (#9153)
    Focus should now return to the terminal after you dismiss the tab rename field (thanks @don-Vito!) (#9162)

Accessibility

    Narrator will no longer repeat the key binding twice when reading the command palette (#9234)
    1.6 preview totally broke the command palette being read by Narrator; that is now fixed! (#9143)
    1.6 preview regressed tab headers being read by Narrator; this is also now fixed! (#9258)
    Command palette items that open submenus now have an audible "help text" that mentions this fact (#9262)

[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: 158890
  • Ohne Input kein Output
    • DVB-Cube
Windows Terminal 1.7.572.0 Preview
« Antwort #952 am: 01 März, 2021, 22:50 »
Changelog

Features

    Terminal now supports single-instancing and remote control!
        You can configure whether new instances of Terminal launch in a new window (#9118)
            For now, the default is to launch in a new window. Available options include launching in "a new window", "a window on the same desktop", "any existing window", "a totally random window"
                I regret to inform you that the last option was a joke.
        The newWindow action (bound to Ctrl+Shift+N by default) will create a new window (#9208)
        wt can now run commands in any window that already exists with wt -w # (#8898)
            You can specify wt -w -1 to force the creation of a new window even if you've disabled it with the Windowing Behaviors
            Specifying a window that does not exist (wt -w 1048576) will result in a new window being created with that ID (!)
        Windows that are activated through remote control will be pulled to the foreground (#9137)
    The Settings UI, first released in 1.6 preview, is now the default settings experience (#9224)
        The settings UI has been disabled in the stable release to give us more time to iterate on it.
    Terminal now supports focus-follows-mouse mode among panes for that authentic X11 feeling (thanks @don-Vito!) (#8965) (#9198)
    You can now mark a pane as read-only—it can't be closed and will warn you if you type into it (thanks @don-Vito!) (#8867) (#9107)
    You can now bind the findNext and findPrev actions to move to the previous/next search (respectively) (thanks @Hegunumo!) (#8917)
    There is a new global setting, centerOnLaunch (boolean, default false) that determines pretty much what it says on the tin (#9036)
    We now have support for loading profiles and color schemes from auxiliary fragments provided by applications. See the fragment extension documentation for more details! (#7632)

Changes

    This version of Terminal comes with Cascadia Code 2102.25, which contains a number of bug fixes to the 2102.03 release.
    You can now suppress that somewhat annoying "Touch Keyboard and Dialogs That Stop Me From Doing My Job" service warning with the inputServiceWarning global settings (boolean; default true) (thanks @WVVxm!) (#9015)
    The tab bell icon will now show up even when visual belling is disabled (#9212)
    The zoom, bell, read-only and progress indicators will now show up in the tab switcher (thanks @don-Vito!) (#9041) (#9076)
    A number of keys that did not properly report their Ctrl status now do so (thanks @lhecker!) (#8870)
    Leonard's fixed Ctrl+Alt+2 to properly send ^[^@ (thanks @lhecker!) (#5272)
    We've refactored how terminal settings propagate from your profile to a terminal, so please report any issues where your settings are lost/ignored/flicker/etc. (#8602)
    URLs under the file scheme are no longer considered invalid (#7526)

Settings UI

    Overridden settings will now present a "revert" arrow that lets you clear the overriding value (#8919) (#9079)
    You can now typeahead search in combo boxes (#9206)
    The color schemes page has received a huge redesign (thanks @Chips1234, @mdtauk, @carlos-zamora!) (#9196)
    We've added a simple read-only page to the Settings that shows your key bindings (#9253)

VT Support

    Terminal now supports "bracketed paste" mode (DECSET 2004) and will filter out all control characters even during non-bracketed ("plebian") paste (thanks @skyline75489!) (#9034)
    We now support XTPUSHSGR and XTPOPSGR, sequences which will manipulate a 10-deep "SGR stack" (thanks @jazzdelightsme!) (#1978)
        XTPUSH/POPSGR are intended to allow applications to better coordinate their colors. Instead of resetting to the default colors at the end of a run, an
        enlightened application can push a "stack frame" before it changes the colors, change them, then pop that frame when it is done.
        This sequence first became available in xterm-334.
    You can now "chain" OSC 10, 11 and 12 color changes (thanks @skyline75489!) (#8999)

Bug Fixes

    You can now navigate the tab color picker with the directional arrows (thanks @BenConstable9!) (#9144)
    We will try not to dismiss the selection when you're using a Windows-key shortcut (thanks @imaginary-person!) (#9163)
    We've ensured that hyperlinks de-underline when the pointer leaves the terminal (thanks @don-Vito!) (#9195)
    The arrow keys should work in the tab switcher once more (thanks @don-Vito!) (#9140)
    The build system was leaving a stray 600kb file in our package, which we've now removed (making the package smaller!) (#9153)
    Focus should now return to the terminal after you dismiss the tab rename field (thanks @don-Vito!) (#9162)

Accessibility

    Narrator will no longer repeat the key binding twice when reading the command palette (#9234)
    Command palette items that open submenus now have an audible "help text" that mentions this fact (#9271)
    1.6 preview totally broke the command palette being read by Narrator; that is now fixed! (#9143)
    1.6 preview regressed tab headers being read by Narrator; this is also now fixed! (#9258)

Performance and Reliability

    We've further reduced the memory usage of the console host backing each terminal tab (#8621)

[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: 158890
  • Ohne Input kein Output
    • DVB-Cube
AutoHotkey 1.1.33.04
« Antwort #953 am: 02 März, 2021, 12:00 »
Whats new:>>

Removed dependency on the POPCNT instruction, which is not supported by old CPUs (e.g. Core 2).

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: 158890
  • Ohne Input kein Output
    • DVB-Cube
PE Anatomist 0.2.1.125
« Antwort #954 am: 05 März, 2021, 18:30 »
PE Anatomist shows almost all known data structures inside a PE file and makes some analytics.

MIT License

Changelog

    110B.009: Significant improvement to the MSVC ILStore (CxxIL) symbols parser and increased compatibility with different VS versions
    1111.027: Decoding of local symbols table (.cil$sy) of MSVC ILStore (CxxIL) format in OBJ files
    1117.033: Displaying the line number of the beginning of the function in the source file in the description of symbols MSVC ILStore (CxxIL)
    1117.034: Fixed display of source file names in MSVC ILStore (CxxIL) symbols descriptions for VS 2002 and 2003 versions (encoding is not UTF8)
    1118.035: Fixed decoding of LF_POINTER in CodeView and MSVC ILStore (CxxIL) type tables if the described type is a pointer to a class member
    1119.036: Changed the names of some keys in the configuration file for portability in future versions
    111B.039: Fixed display of CodeView type description in MSVC ILStore (CxxIL) tables, if debug information is moved to PDB
    111C.046: Fixed error displaying the incorrect name in the description of a CodeView type referenced by another type or symbol (in rare cases)
    1201.071: Accelerated access to sections and their data in OBJ files
    1205.081: Added support for ExtendedObj files (a.k.a. BIGOBJ, obj files with more than 0xFEFF sections)
    1207.094: For some types of CodeView debug information, a more detailed description is available (for example, for LF_POINTER, LF_MODIFIER, LF_ARRAY and LF_BITFIELD, the description of the type to which they refer and some properties are displayed)
    120C.110: Clarified interpretation of data from Rich signature
    121B.116: The program license was changed from MIT to Freeware (the text of the License Agreement is located in the "Readme" file)
    1303.122: Fixed a bug with parsing version information from the resources section in some cases
    1304.123: Fixed error getting a member name for LIB archives created by BSD-compatible toolkit
    1304.124: Support for ARM64EC in OBJ files

[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: 158890
  • Ohne Input kein Output
    • DVB-Cube
Visual Studio Code 1.54.1
« Antwort #955 am: 06 März, 2021, 20:30 »
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_54

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: 158890
  • Ohne Input kein Output
    • DVB-Cube
Software Ideas Modeler 12.90
« Antwort #956 am: 08 März, 2021, 09:30 »
Whats new:>>

    Added angle restriction for lines when moving start/end point of connector with SHIFT pressed
    Added angle restriction when holding SHIFT while inserting a new connector
    Fixed incorrect operation of Software Ideas Server when the client and server has different system cultures
    Fixed removing stereotypes after confirming Properties dialog
    Fixed application crash after using 'Add to shape library' buton from Symbol sidebar when no item is selected
    Fixed application crash when trying to incorporate an element to a connector in some cases
    Fixed application crash when trying to set default style but no style is selected
    Fixed application crash when rendering a tree map chart of values which sum is zero

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: 158890
  • Ohne Input kein Output
    • DVB-Cube
HttpMaster Express Edition 4.8.1
« Antwort #957 am: 09 März, 2021, 19:15 »
Whats new:>>

    Simplified request item opening in basic request window.
    Easier management of global URL data in the main window.
    Support for additional conversion functions.
    Other minor improvements and fixes.

http://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: 158890
  • Ohne Input kein Output
    • DVB-Cube
AutoHotkey 1.1.33.05
« Antwort #958 am: 10 März, 2021, 10:40 »
Whats new:>>

    Fixed bugs with hotkey variants having different #InputLevels.
    Hotkey variants executing despite send level being too low, due to a global variant having lower #InputLevel.
    Hotkey variants not executing because a previous variant was ineligible due to #InputLevel.
    Fixed Ctrl/Shift/Alt (without L/R) as hook hotkeys.

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: 158890
  • Ohne Input kein Output
    • DVB-Cube
SimpleProgramDebugger 1.15
« Antwort #959 am: 12 März, 2021, 10:10 »
SimpleProgramDebugger is a simple debugging tool for Windows that attaches to existing running program or starts a new program in debugging mode, and then displays all major debugging events occurs while the program is running, including Exception, Create Thread, Create Process, Exit Thread, Exit Process, Load DLL, Unload Dll, and Debug String.

After the debugging events are accumulated, you can easily export them into comma-delimited/tab-delimited/xml/html file or copy them to the clipboard and then paste them into Excel or any other spreadsheet application.

Freeware

Changelog

    Added 'Put Icon On Tray' and 'Start As Hidden' options.
    Updated to work properly in high DPI mode.

[close]

http://www.nirsoft.net/utils/simple_program_debugger.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 )