Das Forum rund um DVB am PC, Handy und Tablet
Neuigkeiten:
Anzeigen der neuesten Beiträge
Übersicht
Forum
Hilfe
Einloggen
Registrieren
DVB-Cube BETA <<< Das deutsche PC und DVB-Forum >>>
»
PC-Ecke
»
# Hard-und Software Allgemein
»
Thema:
Entwicklertools diverses
« vorheriges
nächstes »
Drucken
Seiten:
1
...
18
19
20
21
22
[
23
]
24
25
26
27
28
...
72
Nach unten
Autor
Thema: Entwicklertools diverses (Gelesen 62655 mal)
0 Mitglieder und 1 Gast betrachten dieses Thema.
SiLæncer
Cheff-Cubie
Beiträge: 158890
Ohne Input kein Output
Nightcode 2.1.4
«
Antwort #330 am:
28 September, 2016, 12:19 »
Nightcode is a handy integrated development environment that is aimed at programmers who are looking for a tool that can help them with projects written in Clojure or Java. With it you are able to create console, Android, iOS, .NET, desktop, web and graphics applications, as well as write code that is to be used in games.
Freeware
Whats new:>>
This release fixes a bug in the text editor when non-clojure files are open -- the cursor would not appear in the correct location until you started typing. It also updates clojure to 1.9.0 alpha 13.
https://sekao.net/nightcode/
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: 158890
Ohne Input kein Output
Vagrant 1.8.6
«
Antwort #331 am:
29 September, 2016, 17:40 »
Vagrant fasst alles, was Entwickler benötigen, in einer virtuellen Entwicklungsumgebung zusammen, was Entwicklern das Leben deutlich vereinfachen soll. Webentwickler müssen beispielsweise keine Infrastrukturkomponenten mehr einrichten oder sich um Abhängigkeiten Gedanken machen.
Das von Mitchell Hashimoto und John Bender 2010 initiierte Projekt Vagrant macht die Zusammenstellung virtueller Maschinen für Entwickler deutlich einfacher. Mit wenigen Handgriffen lassen sich virtuelle Maschinen mit allen benötigten Komponenten erstellen, die dann das gesamte Team nutzen kann, so dass alle mit exakt den gleichen Bibliotheken und Infrastrukturkomponenten in identischen Versionen arbeiten.
Vagrant basiert auf Oracles freier Virtualisierungslösung Virtualbox und nutzt
Chef
und
Puppet
, um die virtuellen Maschinen einzurichten. Gesteuert wird das Ganze über sogenannte
Vagrantfiles
.
Vagrant läuft unter Windows, Linux und Mac OS X, die eigentliche Entwicklungsumgebung wurde unter Ubuntu Linux umgesetzt. Es stehen aber auch sogenannte Basisboxen mit Arch Linux, Debian, Fedora, FreeBSD, Gentoo, Redhat, Solaris und Suse bereit.
Changelog
IMPROVEMENTS:
Add detection for DragonFly BSD [GH-7701]
Implement auto_start and auto_stop actions for Hyper-V [GH-7647]
communicators/ssh: Remove any content prepended to STDOUT [GH-7676, GH-7613]
BUG FIXES:
commands/package: Provide machine data directory for base box package [GH-5070, GH-7725]
core: Fix windows path formatting [GH-6598]
core: Fixes for ssh-agent interactions [GH-7703, GH-7621, GH-7398]
core: Support VAGRANT_DOTFILE_PATH relative to the Vagrantfile [GH-7623]
guests: Prevent ssh disconnect errors on halt command [GH-7675]
guests/bsd: Remove Darwin matching [GH-7701]
guests/linux: Fix SSH key permissions [GH-7610, GH-7611]
guests/linux: Always sort discovered network interfaces [GH-7705, GH-7668]
guests/linux: Fixes for user and group ID lookups for virtualbox shared folders [GH-7616, GH-7662, GH-7720]
guests/openbsd: Add custom halt capability [GH-7701]
guests/ubuntu: Fix detection on older guests [GH-7632, GH-7524, GH-7625]
hosts/arch: Detect NFS server by service name on arch [GH-7630, GH-7629]
hosts/darwin: Fix generated RDP configuration file [GH-7698]
provisioners/ansible: Add support for ssh.proxy_command setting [GH-7752]
synced_folders/nfs: Display warning when configured for NFSv4 and UDP [GH-7740]
synced_folders/rsync: Properly ignore excluded files within synced directory from chown command. [GH-5256, GH-7726]
[close]
http://www.vagrantup.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: 158890
Ohne Input kein Output
Nightcode 2.1.5
«
Antwort #332 am:
09 Oktober, 2016, 12:00 »
Whats new:>>
Fixes a bug in which the undo/redo keyboard shortcuts in non-clojure files would undo/redo too much.
The instarepl button now only shows in .clj files, not .cljs (because it evalutes in a Clojure environment).
Hoplon files are now treated as clojure files.
The console now shows more history.
I also rewrote all the JavaScript code I previously was using for the editor into ClojureScript, so it is much more maintainable.
https://sekao.net/nightcode/
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: 158890
Ohne Input kein Output
HttpMaster 3.5.1
«
Antwort #333 am:
10 Oktober, 2016, 05:20 »
Changelog
Advanced configuration of request headers now also available in Express Edition.
Display group membership info for particular request item.
Buttons to quickly add default success/error status codes to the selected project validation.
Various fixes and minor improvements.
[close]
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 )
SiLæncer
Cheff-Cubie
Beiträge: 158890
Ohne Input kein Output
AutoHotkey 1.1.24.02
«
Antwort #334 am:
13 Oktober, 2016, 12:33 »
Changelog
Fixed OnMessage to pass lParam as unsigned on 32-bit.
Fixed Gui Name : to allow spaces before the colon.
Fixed identifying a Gui or GuiControl by HWND with a negative value.
Fixed ComObject to suppress any errors raised by disconnection of events after the script has released the object.
Fixed Gui Show causing the window to shrink if it had a multi-line menu bar.
Fixed LV_InsertCol(n, width) not causing ListView scrollbar to update on some OS versions.
Optimized code size of FileRecycleEmpty.
Added a Run with UI Access option to the installer.
Added documentation for Tab3 autosizing.
Fixed several Tab3 bugs:
Autosizing was not being triggered by the first call to Gui Show if the AutoSize or w and h options were used.
If a Tab3 control is empty when autosizing occurs, it now retains the default size instead of becoming unusable.
Autosizing now occurs immediately before creating another tab control, as though Gui Tab was called.
Autosizing failed if the tab control had negative screen coords.
Hiding a Tab3 control with GuiControl now also hides its dialog/background.
[close]
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: 158890
Ohne Input kein Output
Visual Studio Code 1.6.0
«
Antwort #335 am:
13 Oktober, 2016, 16: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
Changelog
# Highlights include:
* TypeScript 2.0 - Language improvements for JavaScript and TypeScript as well as extension authoring.
* Format on Save - Keep your code looking great by running a formatter when you save.
* Switch Windows - Move quickly between VS Code windows (instances) via the Command Palette.
* Search term history - Easily reuse past search terms in the Search box.
* Launch script support - It's now possible to launch an NPM script before debugging.
* Workspace recommendations - Provide extension recommendations for other members of your team to use.
* API for Settings - It's now possible to programmatically change settings. This allows new options like persistent Auto Save and File Associations.
* VIM style relative line numbers - Display line numbers relative to the current cursor position.
* Node 6.3+ Debugger - An experimental extension is available to support the V8 Inspector Protocol.
* PREVIEW Extensions Packs - Bundle a set of extensions into a single download from the Marketplace.
* PREVIEW TS/JS Grammar - A new colorizer for TS/JS with over 200 fixes. We will include it in the next release.
# Further updates:
* Workbench - View image dimensions & file size details.
* Editor - Unicode improvements to support UTF-16 surrogate pairs, Improvements to Whitespace settings.
* Languages - Updated TML/Razor/Handlebar support.
* Extensions - Extension identifier badge, Extension update version check.
* Debugging - Configurable External Terminal Support, Glob patterns for source maps.
* Extension Authoring - Debug protocol updates including programmatic access to launch.json.
# Notable Changes.
- Windows: Jump list misses files and folders in the recent category when opened.
- Save file even w/o file changes - so that Nodemon, Gulp, Chokidar and other file watchers restart.
- Integrated terminal scrolling not working in oh-my-zsh.
- Images do not show updated when changed on disk.
- Allow to Ctrl+click in File > Open Recent to open in new window.
- Ability to remove file permanently (bypass trash).
- Lower case drive letter in Open New Command Prompt command on Windows.
- Text cursor stops blinking in integrated terminal if you run external command.
- Hovering cursor over integrated terminal on Mac shows a low-contrast cursor.
- Scroll is gone after exiting vi in integrated terminal.
- Terminal.dispose should not show the panel if it is hidden.
- Search and Problems views are now consistent with others in highlighting lines.
- Goto declaration should store current cursor in navigation history.
- MarkerService and ProblemsView do not scale well and block UI thread.
- Terminal scroll bar appears on top after hiding and displaying it.
[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: 158890
Ohne Input kein Output
Visual Studio Code 1.6.1
«
Antwort #336 am:
21 Oktober, 2016, 05:45 »
Whats new:>>
Recovery build to add the final 1.6 translations and fix several important issues:
HTML word definition changed
Import translations into 1.6 release branch
"editor.snippetSuggestions": "top" Stopped working as intended
The sidebar is throwing errors like crazy in VSCode 1.6.0
libXScrnSaver package does not exist on openSUSE bug
Built-in extensions lose their translations during build
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: 158890
Ohne Input kein Output
Cppcheck 1.76.1
«
Antwort #337 am:
22 Oktober, 2016, 21:15 »
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
Bugfix to avoid hang.
1.76
General changes:
Completed CWE mapping
Support opening project files of external build systems, including CMake and Visual Studio (CLI: --project)
XML format version 1 is deprecated and will be removed in 1.81
Checking improvements:
Improved checking for conditions that are always true/false
Improved format string checking: Support more functions, support %h and %hh
Improved std.cfg, windows.cfg and qt.cfg; added wxwidgets.cfg
Improved ValueFlow analysis
Improved SymbolDatabase accuracy
Improved Preprocessor (simplecpp)
Support base class methods in Library
GUI:
Support opening project files from GUI
Added .desktop file
[close]
http://cppcheck.sourceforge.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 )
SiLæncer
Cheff-Cubie
Beiträge: 158890
Ohne Input kein Output
Nightcode 2.1.6
«
Antwort #338 am:
31 Oktober, 2016, 21:45 »
Whats new:>>
This release fixes a huge performance drop that occurred after pasting multi-line forms into the REPL.
https://sekao.net/nightcode/
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: 158890
Ohne Input kein Output
SWI-Prolog 7.3.29 Development
«
Antwort #339 am:
01 November, 2016, 17:15 »
Changelog
DOC: library(ctype) --> library(ctypes). Gniourf.
FIXED: Consistent write for wide atoms using only symbol characters. Jan Burse.
ADDED: binary (de-)serialization for terms. See fast_read/2, fast_write/2.
DOC: Clarify *->. Nicos Angelopoulos.
DOC: Avoid -> to appear as send in the output
DOC: wrong type and removed duplicate
ENHANCED: modify internal representation of dicts so that right-recursive VM instructions are not used for field values. This enables dicts loaded from .qlf files or a saved state to be resorted safely.
FIXED: possible crash during clause GC due to referencing uninitialized memory while traversing the local stack
FIXED: renaming predicates with source info (breaks Logtalk). Paulo Moura.
FIXED: library(prolog_xref): avoid registering illegal operarators and flags.
ADDED: Prolog flag protect_static_code to disable listing static code.
ADDED: check_installation/1 to return a list of issues that allows for checking the installation programmatically.
Package archive:
ADDED: Restore executable bit when extracting archives.
ADDED: extract permission bits for archives
Package clib:
DOC: Correct PlDoc syntax for tcp_accept/3. [Oct 21 2016]
DOC: Correct PlDoc syntax for tcp_accept/3.
Package http:
DOC: Correct documentation for serving CSS and additional resource files.
ENHANCED: Close stream if http_protocol_hook/5 throws an exception.
DOC: Correct documentation of default workers with library(http/thread_httpd).
Package ssl:
CLEANUP: Exceptions are now handled centrally in http_open/3.
FIXED: HTTPS: Avoid leaking file descriptor after failed TLS negotation. Two issues must be distinguished here:
1) ssl_exit/1 was a no-op here, because ssl_context/3 is used instead of the (now deprecated) ssl_init/3 to initialize the connection
2) if the TLS negotiation failed, then the exception was thrown but the plain stream was not closed.
Without this patch, running the query leaks file descriptors.
CLEANUP: Remove obsolete ssl_exit/1 calls in test cases.
ENHANCED: Use new SSL API in client test case.
ENHANCED: Use new SSL API in server test case.
[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 )
SiLæncer
Cheff-Cubie
Beiträge: 158890
Ohne Input kein Output
Highlight 3.33
«
Antwort #340 am:
03 November, 2016, 18:15 »
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
- Fixed highlighting of nested section delimiters
- Fixed PHP definition
- Fixed font family declaration in SVG
- Fixed user defined encoding in ODT
- Fixed unnecessary output of style file with --inline-css
- Added vimscript language definition
- Added Coffeescript language definition
- Added PureBasic definition and theme
- Added JSX language definition
- Added PO translation definition
- Added plug-in outhtml_add_figure.lua
- Updated js definition
- Updated Artistic Style lib
- Improved various color themes and syntax definitions
[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: 158890
Ohne Input kein Output
Visual Studio Code 1.7.1
«
Antwort #341 am:
04 November, 2016, 05:45 »
Changelog
Horizontal layout - Organize your editors in either vertical or horizontal groups.
Keyboard Shortcuts Reference - New printable keyboard shortcuts PDF cheat sheet.
CSS autocompletion within HTML - Get rich auto completions for CSS embedded in your HTML.
Debug hit count control - Set breakpoint hit count conditions.
Simplified Node.js debugging - Easily configure your Node.js debugging sessions.
Keymaps for Sublime and Atom - You can now use these well-known keyboard shortcuts in VS Code.
Disable extensions - Quickly disable an Extension globally or for a specific workspace.
Improved TypeScript and JavaScript Grammar - The Dark+ themes now colorize variable and function references.
Extension Packs - View dependencies of an extension pack right in the extension details.
[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: 158890
Ohne Input kein Output
Vagrant 1.8.7
«
Antwort #342 am:
10 November, 2016, 05:10 »
Changelog
IMPROVEMENTS:
guests/linux: Place ethernet devices at start of network devices list [GH-7848]
guests/linux: Provide more consistent guest detection [GH-7887, GH-7827]
guests/openbsd: Validate guest rsync installation success [GH-7929, GH-7898]
guests/redhat: Include Virtuozzo Linux 7 within flavor identification [GH-7818]
guests/windows: Allow vagrant to start Windows Nano without provisioning [GH-7831]
provisioners/ansible_local: Change the Ansible binary detection mechanism [GH-7536]
provisioners/ansible(both): Add the playbook_command option [GH-7881]
provisioners/puppet: Support custom environment variables [GH-7931, GH-7252, GH-2270]
util/safe_exec: Use subprocess for safe_exec on Windows [GH-7802]
util/subprocess: Allow closing STDIN [GH-7778]
BUG FIXES:
communicators/winrm: Prevent connection leakage [GH-7712]
core: Prevent duplicate provider priorities [GH-7756]
core: Allow Numeric type for box version [GH-7874, GH-6960]
core: Provide friendly error when user environment is too large [GH-7889, GH-7857]
guests: Remove set -e usage for better shell compatibility [GH-7921, GH-7739]
guests/linux: Fix incorrectly configured private network [GH-7844, GH-7848]
guests/linux: Properly order network interfaces [GH-7866, GH-7876, GH-7858, GH-7876]
guests/linux: Only emit upstart event if initctl is available [GH-7813]
guests/netbsd: Fix rsync installation [GH-7922, GH-7901]
guests/photon: Fix networking setup [GH-7808, GH-7873]
guests/redhat: Properly configure network and restart service [GH-7751]
guests/redhat: Prevent NetworkManager from managing devices on initial start [GH-7926]
hosts/linux: Fix race condition in writing /etc/exports file for NFS configuration [GH-7947, GH-7938] - Thanks to Aron Griffis (@agriffis) for identifying this issue
plugins/rsync: Escape exclude paths [GH-7928, GH-7910]
providers/docker: Remove --interactive flag when pty is true [GH-7688]
provisioners/ansible_local: Use enquoted path for file/directory existence checks
provisioners/salt: Synchronize configuration defaults with documentation [GH-7907, GH-6624]
pushes/atlas: Fix atlas push on Windows platform [GH-6938, GH-7802]
[close]
http://www.vagrantup.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: 158890
Ohne Input kein Output
Software Ideas Modeler 10.50.6162.15215
«
Antwort #343 am:
14 November, 2016, 18:45 »
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 Add Element button to Element Browser
Added new view Hierarchical Model View to project tree
Improved Element Picker dialog - added view choice and tools for sorting, filtering and tree expansion
Added new diagram type: User Story Map (from Professional edition)
Added new BPMN elements: Group, Sub Process, Call Conversation, Sub-Conversation, Data Object Reference, Data Store Reference, Text Annotation, Association, Signal, Error, Escalation, Operation
Added support for non-interrupting BPMN events
Added support for throw BPMN events
Added support for BPMN participant multiplicity (minimum, maximum)
Added support for BPMN choreography loop type
Added support for BPMN event definitions
Improved BPMN message flow (rendering, added support for message visibility kind)
Updated BPMN Task, Transaction, SubProcess and Call Activity to conform the standard
BPMN message was changed to labelled element (label can be moved independently from the main element)
BPMN events can be attached to activity border
BPMN Event Subprocess, Subprocess and Transaction can contain nested elements
Added attributes to almost all BPMN elements to conform the standard
Added export to BPMN XML
New non-blocking editor dialog for diagram editing actions (container inflation, type correction)
Notification for auto-created types
Option for fixing a misspelled type name
Option for removing auto-created type
Notification when a model element is deleted from the project repository after deleting the last instance of an element
Option for restoring the deleted model element after deleting the last instance of an element
Easier element connecting using drag&drop of a snap point to another element
Added Numeric Box (User Interface Diagram) [RQ#1483]
Added On Off Button (User Interface Diagram) [RQ#1483]
Added setting of location for element to Ribbon/Element/Format
Added connection string builder dialog for MySql data source
Improved inserting subclasses and superclasses inside a container using the context bar
Ribbon bar is collapsed when no project is loaded
Improved XMI import
Relationship name can be edited immediately after its inserting when using right-drag drop between existing elements
Improved move tool for containers
Improved routing of self-relationships defined from/to exact border positions
Improved attaching relationships to BPMN Event and Gateway borders
Fixed application crash when trying to add a diagram using ribbon without a loaded project
Fixed non working actions in Properties sidebar
Fixed application crash when setting label position using Ribbon/Format/Layout/Label Position
Fixed resolving type from default type set for entity attribute (Entity Relationship Diagram)
Fixed connecting elements inside a container in a special case
Fixed BPMN event shape - enforced exact circle (ellipse is not allowed any more)
Fixed element name - BPMN Communication renamed to Conversation to comply the standard
Fixed rendering of BPMN condition sequence flow with rectangular or rounded rectangular line style
Fixed calculating diagram bounds when border element is on border of a diagram
Fixed application crash when switching project tree to Diagram Types mode
Fixed numbering in generating documents (in all formats except DOCX)
Fixed swapped BPMN receive and send task icons
Fixed preserving the current filter after refreshing the project tree
Fixed move tool for locked elements and sequence diagrams
Fixed small differences in sequence diagram layout after loading
Fixed moving recursive message from and to lifeline in sequence diagram
Fixed moving sequence messages above lifeline
Fixed rendering of BPMN conversation links
Fixed missing text shadow style property for tagged values and doubled one for stereotypes
Fixed displaying tagged values for relationships
Fixed interactive documentation to include nested folders
Fixed reverse engineering of relationships
Fixed preview of inserting relationship
Fixed resizing of parent containers when adding a new overflowing element with a context bar button inside a nested container
Fixed searching of some items using quick action box
[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 )
SiLæncer
Cheff-Cubie
Beiträge: 158890
Ohne Input kein Output
AutoHotkey v1.1.24.03
«
Antwort #344 am:
19 November, 2016, 18:15 »
Changelog
Fixed COM exception messages to not end in `r.
Fixed {U+x} to support supplementary characters (x > 0xFFFF).
Fixed class properties which lack get{} to return an empty value instead of the internal Property object when the class has a base which does not define a value for the property. Properties defined in baseless classes already behaved correctly.
Fixed the background color of controls on a Tab3 control when the system has visual styles disabled (i.e. Windows Classic).
Fixed handling of thread-exit in functions which are called directly by an event (such as OnExit functions). This bug had no known effect except in the v2-alpha branch.
Fixed the debugger to detect disconnection immediately (i.e. when a client terminates without calling stop/detach).
Fixed the debugger to treat property_get -m 0 as "unlimited", as per the DBGp spec.
Fixed the debugger to expect base64 for property_set -t integer/float, as per the DBGp spec.
[close]
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
...
18
19
20
21
22
[
23
]
24
25
26
27
28
...
72
Nach oben
« vorheriges
nächstes »
DVB-Cube BETA <<< Das deutsche PC und DVB-Forum >>>
»
PC-Ecke
»
# Hard-und Software Allgemein
»
Thema:
Entwicklertools diverses