Das Forum rund um DVB am PC, Handy und Tablet
Neuigkeiten:
Anzeigen der neuesten Beiträge
Übersicht
Forum
Hilfe
Einloggen
Registrieren
DVB-Cube <<< Das deutsche PC und DVB-Forum >>>
»
PC-Ecke
»
# Hard-und Software Allgemein
»
Thema:
Entwicklertools diverses
« vorheriges
nächstes »
Drucken
Seiten:
1
...
86
87
88
89
90
[
91
]
92
93
94
95
96
97
Nach unten
Autor
Thema: Entwicklertools diverses (Gelesen 82284 mal)
0 Mitglieder und 1 Gast betrachten dieses Thema.
SiLæncer
Cheff-Cubie
Beiträge: 191383
Ohne Input kein Output
AutoHotkey 2.0.4
«
Antwort #1350 am:
08 Juli, 2023, 18:50 »
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
Changed the Reload button on error/warning dialogs to explicitly close the dialog, even if the current script instance isn't terminated.
Removed an optimization for return var which caused the variable to appear blank when accessed within a finally block.
Fixed Default (Switch) to allow space before the colon.
Fixed Array.Prototype.RemoveAt to return the removed value when Length is "explicitly omitted" with unset or var?.
Fixed crashing when a ComObject is passed to a for-loop with only the second variable specified.
Changes merged from v1.1.37.00 and v1.1.37.01:
Changed COM method and property calls to pass large integers as VT_I8, not VT_R8 (floating-point), so the original type and precision is retained. Integers in the 32-bit range are still passed as VT_I4.
Added support for multi-variable enumerators (for-loops) with IDispatch-wrapped AutoHotkey objects. Both the script invoking the object and the object itself must be running a supported AutoHotkey version.
Fixed omitted parameters to receive their default values rather than the "optional argument marker" when an AutoHotkey method is called via IDispatch (COM). The reverse translation was already done when calling COM methods in previous versions.
Fixed VerCompare(a, ">" b) and reduced code size marginally.
Fixed AltTab-related load-time errors to be consistent with other errors.
Fixed errors thrown by a ComObject wrapper not being propagated correctly if it is called via an object/COM.
Fixed the Hotkey GUI control to allow setting the symbols ^, ! and + as hotkeys.
Fixed the Hotkey control to include modifiers when its value is set to a symbol.
Fixed potential misbehaviour of InputHook.KeyOpt() with single chars.
Option removal potentially not affecting the corresponding SC.
Options potentially also being applied to sc000.
Fixed a bug with custom combos where a set of hotkeys like a & b::, a:: and a up:: would fail to suppress the release of a if a:: alone is disabled with #HotIf.
Fixed a bug where a key-down event is correctly suppressed by a hotkey, but sending an additional key-down with SendLevel > 0 would prevent the subsequent key-up from being suppressed, even if the sent event is ignored due to #InputLevel.
Fixed a & b up:: not suppressing b if a & b:: is present but disabled by #HotIf.
Fixed an issue with hotkeys not firing due to a race condition. If a modifier hotkey such as ~*RWin:: called Send or GetKeyState too soon, the OS could report that RWin isn't down, so the hook's modifier state would be "corrected" and hotkeys would wrongly fire or fail to fire. This was likely to occur only if another keyboard hook was installed more recently than the script's own hook, since in that case the OS would not update key state until the other hook's thread has resumed and returned.
Fixed hotstrings to use the Last Found Window set by #HotIf.
Fixed an issue where any attempt to reinstall the keyboard or mouse hook would fail if the OS had automatically uninstalled the hook. It is still necessary to meet certain conditions before any such attempt can be made.
Optimized allocation of cached COM property names for built-in IDispatch.
Refactored code to support a build configuration for AutoHotkey as a DLL.
[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 )
SiLæncer
Cheff-Cubie
Beiträge: 191383
Ohne Input kein Output
PE Anatomist 0.2.11909.2000
«
Antwort #1351 am:
10 Juli, 2023, 09:10 »
PE Anatomist shows almost all known data structures inside a PE file and makes some analytics.
MIT License
Changelog
11602.1736: Fixed loading some PE with overlay
11615.1532: Fixed a minor error for the HEX-form target interpretation of the relocated VA in the relocations table for ARM Thumb
11620.1921: Fixed error counting IMAGE_DYNAMIC_RELOCATION_FUNCTION_OVERRIDE records in the DVRT table
11627.1847: Description of RVA in PE is supplemented with information about method addresses from the dotNet VTableFixups table
11711.1500: Fixed CORCOMPILE_VERSION_INFO header parsing error for dotNet versions 4.52-4.7 for ARM Thumb
11715.1842: Added support for debug information files in DBG format (Stripped Debug information) displaying the following debug information structures: COFF, CODEVIEW, FPO, EXCEPTION, FIXUP, OMAP_TO_SRC, OMAP_FROM_SRC
11715.2101: Added display of debug information IMAGE_DEBUG_TYPE_FIXUP in PE files
11718.1842: Fixed display of COFF symbol section name for indexes of non-existent sections in the COFF symbol table for PE, OBJ and DBG
11804.0216: A significant part of the code responsible for working with the Codeview format has been rewritten
11805.0118: The parsing of debuging information about the symbols and data types in CodeView C11 (and partially C7) (NB09 and NB11) in DBG files has been added
11805.2011: Added parsing of debuging information about symbols and data types in CodeView C11 (and partially C7) in OBJ files, including CxxIL .cil$DB and .cil$pch
11805.2102: The error of determining the section number in the description of CodeView symbols in BIGOBJ has been eliminated
11809.1550: UTF8 coding of names of symbols and data types in CodeView C13 is taken into account
11826.1704: Added support IMAGE_REL_BASED_HIGH3ADJ (DEC Alpha64) and a description for the corresponding target address
11906.0035: Added support for MS PDB (Program Database) debug info files in MSF version 7 (DS) with the most of the internal structures
[close]
https://rammerlabs.alidml.ru/index-eng.html
Arbeits.- Testrechner
:
Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit
TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )
SiLæncer
Cheff-Cubie
Beiträge: 191383
Ohne Input kein Output
Visual Studio Code 1.80.1
«
Antwort #1352 am:
14 Juli, 2023, 08: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
Changelog
Update 1.80.1: The update addresses these issues:
Cannot install copilot pre-release on stable
Are choice snippets dangerous now? Breaking extensions completions bug
Pick up TS 5.1.6
Terminal icon switches every time when pressing Shift key
Secrets store onDidChange does not fire in the window where the update was made in VS Code 1.8.0
Markdown preview broken after 1.80 update
June 2023 Recovery 1
Terminal full black
EnvironmentVariableCollection.description only works for one extension
[close]
https://code.visualstudio.com/
Arbeits.- Testrechner
:
Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit
TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )
SiLæncer
Cheff-Cubie
Beiträge: 191383
Ohne Input kein Output
Highlight 4.7
«
Antwort #1353 am:
18 Juli, 2023, 09:20 »
Highlight is a universal source code converter which transforms code to HTML, XHTML, RTF, LaTeX, TEX, SVG and BBCode files with syntax highlighting. (X)HTML and SVG output is formatted by CSS. It supports customizable color theme and language descriptions with regular expressions. The configuration files are Lua scripts with plug-in support. The tool contains several options to provide a consistent formatting of the output code.
License: Open Source
Changelog
Updated astyle lib to version 3.4.1
CLI: fixed member variable initialization (
https://gitlab.com/saalen/highlight/-/merge_requests/143
)
[close]
http://www.andre-simon.de/
Arbeits.- Testrechner
:
Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit
TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )
SiLæncer
Cheff-Cubie
Beiträge: 191383
Ohne Input kein Output
Godot Game Engine 4.1.1
«
Antwort #1354 am:
18 Juli, 2023, 10:40 »
Godot is an advanced, feature packed, multi-platform 2D and 3D game engine. It provides a huge set of common tools, so you can just focus on making your game without reinventing the wheel.
Open Source
Release Notes ->
https://godotengine.org/article/maintenance-release-godot-4-1-1/
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 )
SiLæncer
Cheff-Cubie
Beiträge: 191383
Ohne Input kein Output
DevToys 1.0.13.0
«
Antwort #1355 am:
25 Juli, 2023, 20:10 »
DevToys helps in daily tasks like formatting JSON, comparing text, testing RegExp. No need to use many untruthful websites to do simple tasks with your data. With Smart Detection, DevToys is able to detect the best tool that can treat the data you copied in the clipboard of your Windows. Compact overlay lets you keep the app in small and on top of other windows. Multiple instances of the app can be used at once.
Many tools are available.
Klick to view
Converters
JSON <> YAML
Number Base
Encoders / Decoders
HTML
URL
Base64
GZip
JWT Decoder
Formatters
JSON
SQL
XML
Generators
Hash (MD5, SHA1, SHA256, SHA512)
UUID 1 and 4
Lorem Ipsum
Checksum
text
Inspector & Case Converter
Regex Tester
Text Comparer
Markdown Preview
Graphic
Color Blindness Simulator
PNG / JPEG Compressor
Image Converter
... and more are coming!
[close]
Changelog
New Features:
Password generator with options by
@Christian
-Oleson and @micahmo in #873
Improvements:
Update translations
Show X.509 extensions in Certificate Encoder / Decoder output by @micahmo in #831
Add .CRT extension to Certificate Encoder / Decoder by @veler in #887
Add line sorting to Text Inspector and Case Converter by @micahmo in #835
Show description for CRON Parser expressions by @micahmo in #839
Fix JWT key validation by @micahmo in #849
Allow token validation without signature by @micahmo in #848
Allow diff viewer to be expanded by @micahmo in #844
Show additional JWT info by @micahmo in #864
JWT encoding/decoding improvements by @micahmo in #859
Bug Fixes:
Fix JWT key validation by @micahmo in #849
[close]
Freeware
https://github.com/veler/DevToys
Arbeits.- Testrechner
:
Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit
TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )
SiLæncer
Cheff-Cubie
Beiträge: 191383
Ohne Input kein Output
Visual Studio Code 1.80.2
«
Antwort #1356 am:
28 Juli, 2023, 09:10 »
Whats new:>>
The update includes this pull request: chore: update builds for electron@22.3.14 #189089
https://code.visualstudio.com/
Arbeits.- Testrechner
:
Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit
TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )
SiLæncer
Cheff-Cubie
Beiträge: 191383
Ohne Input kein Output
PE Anatomist 0.2.11931.2211
«
Antwort #1357 am:
01 August, 2023, 19:30 »
Changelog
11912.1510: Fixed flag description error in Ready2Run header
11914.1616: Fixed error loading some PDB files with a very large number of pages
11914.2116: Fixed bug with reading values from the hash table of named streams in PDB stream in some cases
11917.2245: Fixed PDB stream header parsing error for PDBImpvVC98 version
11921.0019: Added support for MS PDB (Program Database) debug information files in MSF version 2 (JG) format
11922.0107: Fixed read-out-of-bounds error during conversion of presized strings in Codeview C7 and C11
11926.2009: Slightly speeded up indexing of Codeview type entries in the IPI table in PDB
[close]
https://rammerlabs.alidml.ru/index-eng.html
Arbeits.- Testrechner
:
Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit
TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )
SiLæncer
Cheff-Cubie
Beiträge: 191383
Ohne Input kein Output
Ron's HTML Cleaner 2023.08.02.1000
«
Antwort #1358 am:
03 August, 2023, 09: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:>>
New features
Copy 'Processed', 'Content' and 'Text' added.
Save As 'Processed', 'Content' and 'Text' added.
Options to output 'Processed', 'Content' and 'Text' added to Process Directory.
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 )
SiLæncer
Cheff-Cubie
Beiträge: 191383
Ohne Input kein Output
Visual Studio Code 1.81.0
«
Antwort #1359 am:
04 August, 2023, 10:20 »
Changelog
Accessibility improvements - Accessible View support for notifications, chat responses, and hovers.
VS Code Profiles - Finer control with partial profiles and "Apply to all profiles" options.
New diff editor features - Collapse unchanged regions, better diff region text alignment.
Git repositories with symlinks - Support for repository paths with symbolic links.
Notebook updates - Search text in closed notebooks, "sticky scroll" displays Markdown headers.
Python test discovery - Error tolerant pytest discovery continues across all files.
Access Jupyter servers in GitHub Codespaces - Connect to a remote Jupyter server in a codespace.
GitHub pull request creation - Better base branch detection, remember previous create PR options.
Preview: GitHub Copilot UX - Quick Chat improvements, iterative /fix command.
[close]
https://code.visualstudio.com/
Arbeits.- Testrechner
:
Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit
TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )
SiLæncer
Cheff-Cubie
Beiträge: 191383
Ohne Input kein Output
Visual Studio Code 1.81.1
«
Antwort #1360 am:
11 August, 2023, 09:40 »
Whats new:>>
The update addresses
these issues
.
For the complete release notes go to Updates on code.visualstudio.com .
https://code.visualstudio.com/
Arbeits.- Testrechner
:
Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit
TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )
SiLæncer
Cheff-Cubie
Beiträge: 191383
Ohne Input kein Output
AutoHotkey 2.0.5
«
Antwort #1361 am:
12 August, 2023, 19:00 »
Whats new:>>
Fixed a memory leak caused by incorrect reference counting when an object is enumerated via COM. [PR# 325]
Fixed internal calls to __Enum to not call __Call.
Fixed error messages referring to parameter #65535.
Fixed incorrect IEnumVARIANT return count.
Fixed Download throwing OSError(0) when error should be non-zero.
Fixed LV.Add/Insert/Modify crashing when passed the minimum number of parameters.
Fixed stack traces to exclude calls to __new for Error subclasses.
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 )
SiLæncer
Cheff-Cubie
Beiträge: 191383
Ohne Input kein Output
QFSViewer 0.1.0
«
Antwort #1362 am:
13 August, 2023, 20:20 »
QFSViewer is a small tool for developers to view the contents of various file system raw image files, which does not rely on the operating system mounting, does not require permission requests, and is completed entirely within the software application. Based on this feature, the tool can easily run on windows/linux/macos, and even other embedded systems. The tool is based on Qt, some code comes from other open source projects, the project fully complies with their corresponding open source agreements, attached at the end of the reference, hereby thanks.
License: GPLv3
Whats new:>>
Support file import/export function
Fix some program crash bugs
Add help description
https://github.com/QQxiaoming/QFSViewer
Arbeits.- Testrechner
:
Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit
TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )
SiLæncer
Cheff-Cubie
Beiträge: 191383
Ohne Input kein Output
Highlight 4.8
«
Antwort #1363 am:
29 August, 2023, 17:40 »
Highlight is a universal source code converter which transforms code to HTML, XHTML, RTF, LaTeX, TEX, SVG and BBCode files with syntax highlighting. (X)HTML and SVG output is formatted by CSS. It supports customizable color theme and language descriptions with regular expressions. The configuration files are Lua scripts with plug-in support. The tool contains several options to provide a consistent formatting of the output code.
License: Open Source
Changelog
Updated astyle lib to version 3.4.6
Moved old yaml.lang to yaml-ansible.lang and added a new yaml definition (
https://gitlab.com/saalen/highlight/-/issues/235
)
Omit size property in BBCode output if `--fragment` is set (
https://gitlab.com/saalen/highlight/-/issues/234
)
Allowed font size unit with `--font-size` for HTML and ODT output (
https://gitlab.com/saalen/highlight/-/merge_requests/145/
)
GUI: updated JP translation (
https://gitlab.com/saalen/highlight/-/merge_requests/144
)
[close]
http://www.andre-simon.de/
Arbeits.- Testrechner
:
Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit
TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )
SiLæncer
Cheff-Cubie
Beiträge: 191383
Ohne Input kein Output
AutoHotkey 2.0.6
«
Antwort #1364 am:
30 August, 2023, 20:45 »
Changelog
Fixed some ambiguity with COM calls, such as x.y acting as x.y().
Fixed breakpoint on control flow statement being "hit" when a fat arrow function on the line below it returns.
Fixed Default : to not merge with the line below it. This prevented Default : from being used at the end of a Switch block, and caused any subsequent line to take the line number of the Default.
Optimized ProcessGetPath, ProcessSetPriority and ProcessClose to not scan through all processes when given a valid PID, even if access to the process is denied.
Fixed inability of LWin::Alt to be used to activate some Alt key combos.
Fixed TypeError thrown by x is y to say "Class" rather than "Object".
Fixed WinTitle to support criteria longer than 1023 characters.
Fixed issues when &ref is used on different aliases of the same variable.
Fixed optional parameter default expressions (other than simple literal values) preventing the use of assume-global/assume-static.
[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 )
Drucken
Seiten:
1
...
86
87
88
89
90
[
91
]
92
93
94
95
96
97
Nach oben
« vorheriges
nächstes »
DVB-Cube <<< Das deutsche PC und DVB-Forum >>>
»
PC-Ecke
»
# Hard-und Software Allgemein
»
Thema:
Entwicklertools diverses