Autor Thema: Entwicklertools diverses  (Gelesen 72329 mal)

0 Mitglieder und 1 Gast betrachten dieses Thema.

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 158890
  • Ohne Input kein Output
    • DVB-Cube
AutoIt v3.3.12.0
« Antwort #120 am: 02 Juni, 2014, 05:40 »
AutoIt is a BASIC-like scripting language designed for automating the Windows user interface. It uses a combination of simulated keystrokes, mouse movement and window/control manipulation in order to automate tasks or perform user interface testing.

License: Freeware

Whats new: >>

Release Notes
AutoIt:

    Changed: PCRE regular expression engine updated to 8.34.

    Added #2557: Send() special control strings will no longer treat 0 repetitions as 1. No keys will be sent.
    Added #2489: HttpSetUserAgent() now returns the previous user agent string.
    Added #2481: FileSelectFolder() will use the Windows Vista style if available.

    Fixed #2562: StringRegExp() & Null character.
    Fixed #2581: Dec() wasn't working correctly for flags 0, 1, 2.
    Fixed #2568: StringStripWS() and StringIsSpace() now treats null as a whitespace character.
    Fixed #2566: "override" cursor in GUISetCursor() fails inside client area.
    Fixed #2573: "override" cursor in GUISetCursor() fails outside of client area.
    Fixed #2478: Assign() and Eval() do not restrict variable names.
    Fixed #2316: PowerPoint COM event handler initialization error.
    Fixed #2512: ObjName() crash.
    Fixed #2613: AutoIt crashes whenever an array value returned from a WMI query is null.
    Fixed #2309: Bad conversion of VT_BSTR|VT_BYREF COM variants when the referenced string is null.
    Fixed #2648: FileSaveDialog() not adding extension when user types manually.
    Fixed #2717: Appendix constants page precision about Inet Constants.

UDFs:

    Removed: Usage of Call() in _FTP_ProgressDownload(), _FTP_ProgressUpload() and _SQLite_Startup(). See documentation for changes to $hFunctionCall and $hPrintCallback parameters. THIS IS A SCRIPT BREAKING CHANGE.
    Removed: http://api.exip.org/?call=ip from _GetIP() as the site was taken offline.
    Removed: _WinAPI_GetUDFVersion() as all UDFs share the same version number as the AutoIt version they are shipped with.

    Changed: Constant variables are now used in the UDFs rather than their value.
    Changed: Re-wrote _FileWriteToLine() to use FileReadToArray().
    Changed: Re-wrote _DateDayOfWeek() which can now return the days of the week of the user's locale.
    Changed: _FileReadToArray() now returns a 1D/2D array depending on parameters used.
    Changed: Re-wrote _DateToMonth() which can now return the months of the user's locale.
    Changed: Re-wrote Array UDF to add 2D support and add some functions. THIS IS A SCRIPT BREAKING CHANGE.
    Changed: Excel UDF was re-written. Functions and/or parameters have been renamed, removed or added. THIS IS A SCRIPT BREAKING CHANGE.
    Changed: _SQLite 3.8.2.0 -> 3.8.4.3.

    Added: Error checking to _ArrayDelete() when $iElement was out of bounds.
    Added: Example for _WinAPI_SystemParametersInfo().
    Added: A timer of 5 minutes to _GetIP() between each public IP retrieval. This is to reduce overloading the IP discovery sites.
    Added: $STR_REGEXP* contants in StringConstants.au3 for StringRegExp().
    Added: _SQLite_SQLiteExe() download sqlite3.exe when needed.
    Added: http://bot.whatismyipaddress.com as an IP disovery site to _GetIP().
    Added: _Array1DToHistogram().
    Added #2726: Group ID to return array for _GUICtrlListView_GetGroupInfoByIndex().

    Fixed: _FileListToArrayRec() array concatenation bug.
    Fixed #2550: _GUICtrlComboBox_GetEditText() struct sizing.
    Fixed: _INetSmtpMail() SmtpServer IPaddr checking.
    Fixed #2618: _StringBetween() behaviour when $sStart and $sEnd are identical.
    Fixed #2660: Button on GUI example.
    Fixed: _IECreate() disable use of Windows Key.
    Fixed #2689: When $bCursor in _ScreenCapture_Capture() was set to True and the PC was locked.
    Fixed #2693: _GUICtrlListView_GetItemTextArray() return value doc.
    Fixed #2697: missing $GW_ENABLEDPOPUP constant.
    Fixed #2700: _GUICtrlRichEdit_SetCharBkColor() not at insertpoint.
    Fixed #2706: $tagWINDOWINFO bad struct.
    Fixed: _GUICtrlListView_GetView() and _GUICtrlListView_SetView() were using 0 for detailed view and 1 for large icon view, when it's the opposite way around. THIS IS A SCRIPT BREAKING CHANGE.
    Fixed: Incorrect default style for _GUICtrlMenu_CreateMenu() and _GUICtrlMenu_CreatePopup() and changed documentation to use constant values.

Au3Check:

    Fixed #2612: Function reference ByRef.
    Fixed: Undetected errors.

AutoIt3Help:

    Changed: Version number to 1.0.0.6.

    Added: Windows activation when already open.

Others:

    Changed: Help file syntax variable names to a standard naming convention for easier understanding and consitency in the calltip syntax files.

    Added: Keywords and Macros to the Notepad++ autoit.xml file.

    Fixed #2677: AutoIt.chm Installdir.htm reference.
    Fixed #2676: AutoIt.chm Installdir.htm \Sqlite reference.
    Fixed #2725: AutoIt3.chm printing example.
[close]

http://www.autoitscript.com/site/autoit/

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 2.3.0
« Antwort #121 am: 09 Juni, 2014, 18:30 »
HttpMaster is a development tool to automate testing of web sites and services, including RESTful web services and API applications, and monitor their responses. With HttpMaster you can easily execute and monitor requests to simulate client activity; it can execute requests against various web servers and display complete request and response data. HttpMaster is also able to generate high volume of web traffic for improved testing.

Freeware

Latest Changes

Ability to specify proxy data, including authentication.
New validation type to validate response URL value.
Option to specify http headers inside request item to override global project headers.
Support for http protocol version and request encoding in basic internet request.
Ability to open completed execution as basic request.
New look of http status code validation type and ability to reset http status codes to default.
Available actions' button next to the http header field in basic request window.
Application setting to automatically word wrap text in execution window.
Word wrap' menu option added to context menu available in execution window.
Double-click project file name in status bar to open its location in Windows Explorer.

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
Firebug 2.0
« Antwort #122 am: 11 Juni, 2014, 14:10 »
FireBug lets you explore the far corners of the DOM by keyboard or mouse. All of the utilities you need to prod, poke and monitor your JavaScript, HTML, CSS and Ajax are brought together into one seamless experience, including a debugger, command line, error console and a variety of fun inspectors.

Firebug integrates with Firefox to put a wealth of web development tools at your fingertips while you browse. You can edit, debug, and monitor CSS, HTML, and JavaScript live in any web page.

BSD License

Whats new: >>

See here : https://blog.getfirebug.com/2014/06/10/firebug-2-0/

https://getfirebug.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
FireBug 2.0.1
« Antwort #123 am: 21 Juni, 2014, 09:30 »
Whats new: >>

Fixes 10 issues:

Conditional editor for cookie breakpiont has wrong position   cookies breakpoints 2.0
2 displays, fullscreen flash window goes behind the browser window   2.0 ui
Work around incorrect behavior of eval with Script panel enabled   debugger platform script 2.0
Toolbars are huge in combination with "Theme Font & Size Changer"   2.0 ui
Error in Firebug CSS   ui 2.0 
Command Editor is broken on Nightly   console commandline
Edit variables don't work when execution is stopped   debugger 2.0

https://getfirebug.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
AutoHotkey 1.1.15.01
« Antwort #124 am: 30 Juni, 2014, 13:33 »
Whats new: >>

Changed built-in error and warning dialogs to be always-on-top.
Fixed Until not breaking out of recursive file/registry loops.

http://de.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
SWI-Prolog 7.1.17 Development
« Antwort #125 am: 02 Juli, 2014, 13:19 »
SWI-Prolog offers a comprehensive Free Software Prolog environment. Prolog is a general purpose logic programming language often used for artificial intelligence and computational linguistics.

Features

    Kernel licensed under the LGPL. Prolog libraries are distributed under the GPL with an additional statement that allows for use in proprietary applications. Details can be found on the license page.
    fast compilation. E.g., loads 140,000 lines of code spread over 500 source-files in 2.3 seconds on an AMD 5400+ system.
    Robust and free of memory leaks. In use for several servers that run 24x7 (including this web-service).
    Small. The full development environment, including graphics, libraries and many interface packages requires approx.
    Scales well for large applications. No limits on program size, atom-length, term-arity or integer values. No performance degradation on predicates with many (indexed) facts.
    Unbounded integer and rational number arithmetic based on GMP library.
    Comprehensive set of built-in predicates, covering Part 1 of the ISO standard, the de-facto Edinburgh Prolog standard and important parts of Quintus and SICStus Prolog. Fair compatibility to Ciao, YAP and GNU-Prolog.
    And much more

Whats new: >>

FIXED: Use proper test for _X toplevel variable filtering.
FIXED: Send query-response messages to user_output rather than user_error.
FIXED: possible crash when ATOM GC signal is received while handling GC signal
FIXED: Attach packs when called in compilation mode (-c). Michael Hendricks.

Package pengines:

FIXED: Set encoding of the file to avoid errors in non-UTF-8 environments.
TEST: Test json-s and json-html formats
FIXED: Dropping automatic translation of [Atom=Value, ...] lists in term_to_json/2 caused JavaScript clients that do not use a template to fail.
FIXED: Exchange Prolog messages as UTF-8, so e.g., pengine_rpc/2 handles full Unicode.

http://www.swi-prolog.org/

Arbeits.- Testrechner :

Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit

TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 158890
  • Ohne Input kein Output
    • DVB-Cube
RunCmd V-140705
« Antwort #126 am: 07 Juli, 2014, 05:20 »
Windows-Skript-Interpreter mit 216 Befehlen; die grundlegenden Befehle sind den DOS-Batch-Befehlen ähnlich; zum Debuggen kann die Kommandodatei auch schrittweise ausgeführt werden.

Freeware

Was ist neu : >>

Neuer Schalter "/OP" für Dateigruppenerfassung im Befehl "FOR" Der Befehl "CmdO" kann von der Angabe der Zeit gefolgt sein, nach der das CMD-Fenster geschlossen wird

http://members.chello.at/~hintenaus/runcmd%20-%20uebersicht.htm

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.15.02
« Antwort #127 am: 07 Juli, 2014, 12:17 »
Whats new: >>

Fixed debugging negative integer keys in objects

http://de.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
Firebug 2.0.2
« Antwort #128 am: 18 Juli, 2014, 12:45 »
Whats new: >>

Fixes 8 issues:

Debugger causes second request on POST
Cookie breakpoints disappear after reopening Firebug
Single quotes in German translation are escaped
Firebug 2.0 nested eval bug
Firebug no longer showing dynamically loaded scripts
Console grabs focus when creating a new tab
Breakpoint issue (firebug 2.0.1 and firebug 2.0.0)
Persisted requests page title missing when a filter is activated in the Net panel

https://getfirebug.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
DEV-C++ 5.7.0
« Antwort #129 am: 21 Juli, 2014, 09:20 »
Orwell's Dev-C++ is an IDE for the C/C++ programming language based on the Mingw port of GCC. It features a project manager, syntax highlighting editor, class browser, code completion, integrated debugging etc.

License: GPL

Whats new: >>

Redesigned Compiler Log
Added an option to shorten compiler paths in Compiler Log
Removed the Perfect Dependency Checking option in Tools >> Compiler Options >> Makefile
Updated DLL Makefile creation to call gcc/g++ instead of dllwrap.exe
Dev-C++ does not require the presence of dllwrap.exe anymore
Fixed a few bugs that caused usage mixups between project compiler sets and global compiler sets
The compiler set validator now does not complain if executables are not set
Removed the Compile Delay option in Tools >> Compiler Options >> Makefile
Fixed a bug that prevented editor tab filenames from being updated when using Save As
Added an option to directly add a file to a folder in the project tree
Fixed a crash in the class browser that happened when it had to redraw during parsing
Fixed a crash in the project saving code that happened due to opening a file twice at the same time
Fixed a crash in the file change monitor code

http://orwellengine.blogspot.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
SWI-Prolog 7.1.18 Development
« Antwort #130 am: 24 Juli, 2014, 21:40 »
Changelog

ADDED: call_dcg/3 to call a DCG rule without type checking. Samer Abdallah.
DEBUG: No longer report suspect foreign frame sizes. These are actually quite normal ...
FIXED: PL_write_term() handling of PL_WRT_NEWLINE flag
DEBUG: Fixed checkData() for 0-arity terms
FIXED: verification that sandbox predicate declarations are safe.
ADDED: CLP(FD): (#\)/2, "exclusive or". Ulrich Neumerkel. i3a#320.
FIXED: Avoid ininitialised variable. Not sure what could go wrong, but it affects *re*loading files that contain foreign predicates.
MODIFIED: Use blobs as references to anonymous message queues. This change makes later references to destroyed anonymous message queues safe and provides garbage collection of anonymous message queues. This change is similar to streams, clause and database references and introduces the same problem that terms that embed such objects cannot be written and read. This is intentional as reading such terms would be unsafe because the underlying object may not exists.
FIXED: Possible crash on halt if there are detached Prolog engines. Honnix Liang.
ENHANCED: CLP(FD): automaton/3 now supports multiple sources. Anne Ogborn.
ENHANCED: library(prolog_colour) now distinguishes strings from chars and codes as produced by string or "string".
ADDED: library(prolog_colour): Additional items for handling dicts.
ADDED: Hook prolog:called_by/4, similar to called_by/2, but it pass module and context as arguments to increase precision.
FIXED: Added some required undefined predicates in ciao dialect.
FIXED: library(prolog_colour): handling of the empty list.
DOC: Enhanced with_output_to_codes/4 documentation.
MODIFIED: Colour specification of list as list-ElemSpec
ADDED: library(sandbox): allow for functional notation, but only for accessing known keys.
FIXED: realign lTop with the current frame being unwound in B_THROW
FIXED: ensure lMax does not extend past its allocated space
FIXED: possible hang in print_backtrace_named()
Package clib:
DOC: various issues on install_alarm/1,2 and uninstall_alarm/1.
DOC: crypt/2: Update for SWI7
Package http:
FIXED: Consistent colouring for HTML entities and content lists.
FIXED: Colour helper: handle incomplete lists as attribute value.
Package pengines:
FIXED: Sandbox declarations
FIXED: Handle /pengine/abort. The abort event may have been trapped by a pull_response because abort can happen at any state of the pengine. In that case /pengine/abort replies with the event died(Pengine). The JS client ignores died after an abort and handles it as an error otherwise.
FIXED: We should disable the HTTP handler timeouts as we do our own pengine timeouts.
FIXED: add newline after fullstops generated from src_list(Terms) option.
FIXED: Correctly compute a template for ask in create.
ADDED: Support multiple source options.
Package semweb:
FIXED: rdf_save_turtle/2: handling of prefixes(+List) option.
Package sgml:
FIXED: check first argument of load_structure/3 is valid.

[close]

http://www.swi-prolog.org/

Arbeits.- Testrechner :

Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit

TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 158890
  • Ohne Input kein Output
    • DVB-Cube
Code Compare 4.0.54
« Antwort #131 am: 25 Juli, 2014, 20:30 »
Code Compare is a free code comparison tool from Devart. New version of Code Compare comes with improved performance and stability. Advanced comparison approaches, that consider the peculiarities of different programming languages, perfectly fit the needs of developers. Unique Visual Studio integration helps to make all of the development and merging operations within one environment at the same time. In addition Code Compare can be used as a standalone application. This feature allows the tool not to depend on IDE.

CodeCompare can be easily integrated with any version control system that supports external comparators. The solution can be set up as a comparison and merge tool with the help of the command line.

Freeware

Latest Changes

- Option for cyclic focus switching by Tab is added (R36304)
- OverflowException when clicking on the main window in standalone is fixed (T102320, T102771)
- Hiding the tray icon on application closing is fixed (T101938)
- "URI prefix is not recognized" error in XML structure comparison is fixed (T103124)

http://www.devart.com/codecompare/

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
DEV-C++ 5.7.1
« Antwort #132 am: 30 Juli, 2014, 18:33 »
Whats new: >>

Resolved errors in compile log when using Syntax Check on non-project compilations.
One can now create precompiled headers when compiling non-project header files.
Compile log now mentions the output filename under Compilation Results.
Dev-C++ will now issue an error when compiling using a compiler set that does not have a valid binary directory.
When a currently open file is renamed or deleted, one can now choose to close the editor of the file in question.
Fixed a bug in "Shorten Compiler Paths" that mixed up library and binary paths.
Attempt to fix a common crash related to TdevMonitorThread.TellToQuit.
Reduced overdraw in the class browser when switching between or saving files.
Added the ability to syntax check the currently visible file only, even if it belongs to a project.
Added icons for Syntax Check, Syntax Check Current File and Clean
Fixed an out of bounds problem in the parser.
Dev-C++ now restores windows to their Aero Snap position.

http://orwellengine.blogspot.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
Aptana Studio 3.6.0
« Antwort #133 am: 01 August, 2014, 21:40 »
Aptana Studio is an environment that includes extensive capabilities to build Ruby and Rails, PHP, and Python applications, along with complete HTML, CSS and JavaScript editing.

Aptana Studio harnesses the flexibility of Eclipse and focuses it into a powerful web development engine.

Features:

HTML, CSS, and JavaScript Code Assist;
Deployment Wizard;
Integrated Debugger;
Git Integration;
Built-in Terminal;
IDE Customization.

Open Source

Whats new: >>

* Notable issues

- Switch statements should not indent cases.
- "use strict"; should not reflow immediately after the brace
- Titanium Studio: Commenting shortcut returns # instead of //
- Javascript format shorthand modulo
- Fix documentation shown for Javascript properties in content assist
- Allow selection by CamelCase
- Remove usage of swt-webkit
- +F find doesn't highlight the search bar when multiple editor windows are open in side-by-side tabs

http://www.aptana.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
AutoHotkey 1.1.15.03
« Antwort #134 am: 02 August, 2014, 09:30 »
Whats new: >>

Fixed meta-functions to exit the thread correctly after using Exit or Throw.
Fixed FileInstall to use A_WorkingDir when Dest is relative in a non-compiled script.

http://de.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 )