Autor Thema: Entwicklertools diverses  (Gelesen 66998 mal)

0 Mitglieder und 4 Gäste betrachten dieses Thema.

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 191383
  • Ohne Input kein Output
    • DVB-Cube
TortoiseSVN 1.7.6
« Antwort #15 am: 09 März, 2012, 18:50 »
TortoiseSVN is a really easy to use Revision control / version control / source control software for Windows. It is based on Subversion. TortoiseSVN provides a nice and easy user interface for Subversion.


It is developed under the GPL. Which means it is completely free, including the source code. But just in case you don't know the GPL too well: you can use TortoiseSVN to develop commercial applications or just use it in your company without any restrictions.

Since it's not an integration for a specific IDE like Visual Studio, Eclipse or others, you can use it with whatever development tools you like.

As a Subversion client, TortoiseSVN has all the features of Subversion itself, including:

    Most current CVS features.
    Directories, renames, and file meta-data are versioned.
    Commits are truly atomic.
    Branching and tagging are cheap (constant time) operations.
    Efficient handling of binary files.

Open Source

Whats new: >>

- BUG: repo browser doesn't handle putty session names.
- BUG: Apply patch marks deleted files as "missing".
- BUG: TortoiseMerge truncates long lines.
- BUG: log dialog export uses wrong files when sorted.
- BUG: tripple-click on empty space crashes TortoiseMerge.
- BUG: diff uses wrong tool in case the filename matches a registered extension.
- BUG: log dialog does not refresh to HEAD.
- BUG: overlays not shown if wc contains unversioned folders.
- CHG: use crashrpt.
- BUG: Error when creating a branch/tag from log dialog.
- BUG: context commands for externals can fail.
- BUG: commit dialog fails to enable OK button.
- BUG: Global Ignore Broken for Directories.
- BUG: 'show log' fails for deleted entry.

www.tortoisesvn.net

Arbeits.- Testrechner :

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

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

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 191383
  • Ohne Input kein Output
    • DVB-Cube
Subversion 1.7.4
« Antwort #16 am: 11 März, 2012, 17:30 »
Revisionsverwaltungssystem als Ersatz für CVS; nutzt die Apache Portable Runtime Bibliothek.

Lizenz: Open Source

Zitat
This is a maintenance release which fixes known problems and
regressions in the 1.7.x line of releases. We encourage users
to upgrade as soon as reasonable.

Changelog: Klick

http://subversion.apache.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: 191383
  • Ohne Input kein Output
    • DVB-Cube
AutoHotkey 1.1.07.02
« Antwort #17 am: 24 März, 2012, 10:00 »
Customize your keyboard, joystick and mouse with an open source automation and hotkey utility that is backward compatible with AutoIt. It includes a quick-start tutorial, an automatic script writer that records and plays back your keystrokes and mouse clicks, and a comprehensive help file. The program can remap keys and buttons, and make almost any key, joystick button, mouse button, or combination into a hotkey. It also allows you to define abbreviations that expand as you type them (auto-replace); create custom GUI windows and menu bars; retrieve or change the volume, mute, and other settings of any soundcard; hide/close/resize any window; use a joystick as a mouse; retrieve and change the clipboard's contents; display dialog boxes, tooltips, balloon tips, and popup menus; and create your own stand-alone EXE files that can be run on any computer.

License: Open Source

Whats new: >>

- Fixed a rare crash which can occur when GetClipboardData() fails
- Fixed ComObjArray() to return an empty string on failure instead of an arbitrary integer
- Fixed Object.Remove(i, "") affecting integer keys when !Object.HasKey(i)

http://www.autohotkey.net/~Lexikos/AutoHotkey_L/

Arbeits.- Testrechner :

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

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

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 191383
  • Ohne Input kein Output
    • DVB-Cube
AutoHotkey 1.1.07.03
« Antwort #18 am: 27 März, 2012, 05:30 »
Latest Changes

- Fixed Ctrl/Alt/Shift key-down hotkey breaking any corresponding key-up hotkey defined before it
- Fixed key-down hotkeys to always use the hook if defined after a key-up hotkey of the same key. If the key-down hotkey used the "reg" method, the hook would block the key-down event and trigger only the key-up hotkey
- Fixed load-time checks interpreting expressions with no derefs as raw text. For example, gosub % "foo" resolved to "foo": at load-time. Similarly, % "" was seen as invalid in various cases even if an empty string should be allowed

http://www.autohotkey.net/~Lexikos/AutoHotkey_L/

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 ritschibie

  • Aufpass-Cubie
  • *****
  • Beiträge: 10593
  • Ich liebe dieses Forum!
Programmiersprache Googles Go 1 ist fertig
« Antwort #19 am: 29 März, 2012, 11:48 »

Go 1 auch für Windows (Bild: golang.org)
Das im November 2009 von Google gestartete Go-Projekt hat mit Go 1 eine erste stabile Version seiner neuen Programmiersprache veröffentlicht, auch für Windows.

Was als Open-Source-Projekt von Google begann, hatte über die letzten Jahre rund 200 Helfer, die nicht von Google kamen. Dabei hat Go einen stabilen Status erreicht, so dass nun Go Version 1 veröffentlicht wurde. Dazu wurde die Spezifikation und auch deren Implementierung in den vergangenen Monaten verbessert.

So soll Go 1 eine stabile Basis für weiteres Wachstum darstellen. Programme, die mit Go 1 geschrieben wurden, sollen über Jahre unterstützt werden, auch wenn Go derweil weiterentwickelt wird.

Google stellt Go 1 mit dessen Veröffentlichung auch in seiner Cloud-Plattform App Engine zur Verfügung. Zudem steht Go 1 in Form von Binarys für Linux, FreeBSD, Mac OS X und auch Windows zum Download bereit.

Go ist vor allem zur Systemprogrammierung gedacht. Es bringt Multi-Prozessor-Unterstützung und verfolgt einen neuen Ansatz in Sachen objektorientiertes Design, der auf Klassen explizit verzichtet. Dabei unterstützt Go Konzepte wie True Closures und Reflection.

Über die Formatierung ihres Codes müssen sich Go-Entwickler keine Gedanken machen, darum kümmert sich gofmt. Zudem benötigt Go weniger Semikolons als andere C-Ableger, denn Statements müssen nicht mit einem Semikolon abgeschlossen werden. Do- und While-Schleifen gibt es in Go nicht. Funktionen in Go können mehrere Werte zurückgeben, wobei die einzelnen Rückgabewerte mit Namen versehen werden können.

Kurze Programme lassen sich mit Go in Bruchteilen einer Sekunde übersetzen und auch große Projekte sollen sich in wenigen Sekunden kompilieren lassen. Der dabei entstehende Code soll dann ähnlich schnell laufen wie in C geschriebener.

Zu den Entwicklern von Go gehört Ken Thompson, der einst an der Entwicklung von Unix beteiligt war, die erste Shell schrieb und den C-Vorläufer B entwickelte. Zusammen mit Rob Pike, der ebenfalls zum Go-Team gehört, entwickelte Thompson zudem das Betriebssystem Plan 9.

Wer mit Go beginnen will, findet unter golang.org eine umfangreiche Dokumentation samt verschiedenen Tutorials.

Go selbst steht unter der BSD-Lizenz.

Quelle: www.golem.de
Intel Core i7-4770K - ASRock Z87 Extreme6/ac - Crucial Ballistix Sport DIMM Kit 16GB, DDR3-1600 - Gigabyte Radeon R9 290 WindForce 3X OC
TBS DVB-S2 Dual Tuner TV Card Dual CI  - DVBViewer pro 5.3 und Smartdvb 4.x.x beta - 80 cm Schüssel, 2xQuad-LNB - Astra (19.2E)/Hotbird (13E)
I-net mit Motzfuchs ; WLAN: Fritz 7390; BS: Windows 10

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 191383
  • Ohne Input kein Output
    • DVB-Cube
Dev-C++ V5.2.0.0
« Antwort #20 am: 24 April, 2012, 21:40 »
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: >>

Changes - Version 5.2.0.0 - 17 April 2012

    Fixed maximize not covering the whole screen correctly on netbook screens.
    Fixed some crashes regarding code folding.
    Code folding is a bit faster now.
    Opening files is a bit faster now.
    The tip of the day form now does not show up when toggling fullscreen.
    Panel resizers in the main form now hide when there's nothing to resize.
    Fixed a mulitple struct definition after '};' detection bug.
    Moved to a more recent SynEdit component.
    Symbol completion is faster and has more options now.
    Added a console pausing option to Environment options.
    Fixed a font color issue in the function argument tooltip.
    Added back trim trailing spaces.
    Completed symbols are now skipped more smartly.
    Windres is now, by default, forced to output i386 res files when compiling 32bit executables.
    Loading using the standard caching options is now 0.1 second faster.
    The Classes toolbar now hides variables of classes, making stuff a lot more readable.
    Project opening is now quite a bit faster.
    The SynEdit components in Editor Options now support code folding too.
    Code Folding is a bit faster now.
    DevCppPortable now accepts parameters and passes it to devcpp.exe.
    Dev-C++ now uses FastMM4 to manage its memory, making allocations faster!
    Fixed 'Close all but this' closing all tabs.
    The code tooltip now properly hides when opening new tabs.
    One can now edit text while using Incremental Search.
    Commas inside strings inside function parameters don't make Dev-C++ seperate arguments anymore.
    Added the user selectable font to all dialogs.
    Redesigned some dialogs.
    Simplified font selecting in Editor Options.
    The compile progress window can now be translated.
    Gutter colors are fixed: user themes can now properly modify its colors.
    Updated the Chinese (TW) translations (translated by cin.getline).
    Saved one fopen call per created tab in case you do not use default code snippets.
    Newly created files will now be properly rescanned for folds, preventing crashes when cutting from, copying from or pasting to untouched project code.
    The default code editor in Editor Options now retains focus when pressing tab.
    Some more fixes I forgot about.



Important notices

    The options format has changed. If you want to reuse an old pre-4.9.9.3 config file (NOT recommended), or, more importantly, when you're overriding Compiler Options in your project, you need to re-set these project settings once and save the project. You'll then have an updated 4.9.9.3+ project file.
    This version has GCC built-in instead of being an aditional package. It also contains D3D9/10/11, GDI, Win32 and OpenGL headers and libraries in that flavor.
    This version is now fully portable. If you also don't want Dev to leave anything behind in the registry, please select "Portable" or "Minimal" in the setup options.
    For ultimate portable programming, please launch devcppPortable.exe located in the main folder of the portable zip download. This will make dev save its configuration files in the same folder as the executable.
    If you're getting 'Unsupported compression method' errors when extracting the portable version, please update your archiving program. The archive uses LMZA2 compression, which was added to WinRAR 3.91 and 7zip 9.04 somwhere in 2009. The latter is just as free as Dev-C++, so nothing is holding you back to extract it.

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: 191383
  • Ohne Input kein Output
    • DVB-Cube
Dev-C++ V5.2.0.1
« Antwort #21 am: 01 Mai, 2012, 06:40 »
Changes - Version 5.2.0.1 - 28 April 2012

    Function tooltips now properly hide when switching tabs again (regression).
    One can now select to open nothing and the previously left open files on project reopen.
    Folds are now only repainted when the gutter is invalidated, reducing flicker.
    Updated the uncomment function: it now supports any newline standard.
    Code completion now does not remove too much characters by accident when completing.
    The debugger now wants you to add debugging symbols instead of ingoring them alltogether.
    Updated the project templates.
    The first time configuration window now loads its stuff before showing up.
    Updated the chinese (Traditional) translations.
    Tidied up a few other dialogs.
    Insert, Goto bookmark and Insert bookmark are now disabled when no editor is visible.
    The status bar is now cleared when no editors are open.

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: 191383
  • Ohne Input kein Output
    • DVB-Cube
Highlight 3.9
« Antwort #22 am: 01 Mai, 2012, 18:30 »
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

Latest Changes

- The plug-in interface was enhanced to allow output text manipulation
- Some plug-ins were added which insert hyperlinks to several online API sites in HTML, LaTeX and RTF output
- Perl and N3 language definitions were improved
- Some minor bugs were fixed

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 )

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 191383
  • Ohne Input kein Output
    • DVB-Cube
TortoiseSVN 1.7.7
« Antwort #23 am: 18 Mai, 2012, 12:00 »
TortoiseSVN is a really easy to use Revision control / version control / source control software for Windows. It is based on Subversion. TortoiseSVN provides a nice and easy user interface for Subversion. It is developed under the GPL. Which means it is completely free, including the source code. But just in case you don't know the GPL too well: you can use TortoiseSVN to develop commercial applications or just use it in your company without any restrictions.

Since it's not an integration for a specific IDE like Visual Studio, Eclipse or others, you can use it with whatever development tools you like.

As a Subversion client, TortoiseSVN has all the features of Subversion itself, including:

    Most current CVS features.
    Directories, renames, and file meta-data are versioned.
    Commits are truly atomic.
    Branching and tagging are cheap (constant time) operations.
    Efficient handling of binary files.

Open Source

Changelog:

- BUG: Crash when closing the progress dialog.
- BUG: Crash in repo browser.
- BUG: Crash when reverting/deleting items from the status list control.
- BUG: link-style buttons in commit dialog register on non-captured mouseup.
- BUG: crash with invalid config file.
- BUG: crash on doubleclick in TMerge.
- BUG: crash when entering new lines in invalid views.
- BUG: Cancelling revert/resolve dialogs can crash.
- BUG: crash when closing app using sasl authentication.
- BUG: crash when authenticating.
- BUG: deleting rev-selecting log dialog can cause a crash.
- BUG: Crash with hotkeys in TortoiseMerge.
- BUG: progress dlg can be closed while threads are running.
- BUG: crash in file diff dialog.
- BUG: crash when reading properties fails.
- BUG: division-by-zero with empty file in TMerge.
- BUG: invalid file crashes TortoiseBlame.
- BUG: invalid icon files crash TortoiseIDiff.
- BUG: uncaught exception when editing log messages or authors.
- BUG: Repo browser list control is not thread safe.
- BUG: Cancelling out of the repo browser takes too long.
- BUG: status cache crash before closing it.
- BUG: inconsistent unicode conversion.
- BUG: merge automation for tree and reintegrate fails.
- BUG: crash in TSVNCache when refreshing.
- BUG: log dialog exception during "next 100".
- BUG: TMerge considers invalid views as writable.
- BUG: endless recursion when unchecking item in status list control.
- BUG: unchecking deleted items does not uncheck its parents.
- BUG: unversioned externals not grouped correctly.
- BUG: format exception in right-drag export.
- BUG: commit dialog "keep locks" ignored for unmodified items.
- BUG: recursion in checkout dialog.
- BUG: Exception when terminating thread.
- BUG: Crash if GdiPlus is not initialized.
- BUG: Exception when quitting the log dialog.
- BUG: Crash when showing RevGraph on an uncommitted, added node
- BUG: "Merge all revisions" generates empty log message.
- BUG: quotes are not escaped in repo browser.
- BUG: exception when dragging.
- BUG: "repair move" fails if target dir is missing/deleted.
- BUG: exception if more than 192 user defined properties are found.
- BUG: Scrolling in IDiff.
- BUG: applying patch with property changes shows error.
- BUG: saving patch to clipboard fails to open patch viewer.
- BUG: Log view may segfault for empty logs.
- BUG: Vector index exception when updating the log cache.
- BUG: Repobrowser crash after changing the URL.
- BUG: project properties are read over externals.
- BUG: object leak in log dialog.
- BUG: Post-commit errors not shown in repo browser.
- BUG: branch/tag always uses HEAD.
- BUG: TMerge segfault with select all.
- BUG: log dialog columns too small.

www.tortoisesvn.net

Arbeits.- Testrechner :

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

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

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 191383
  • Ohne Input kein Output
    • DVB-Cube
Dev-C++ V5.2.0.3
« Antwort #24 am: 24 Juni, 2012, 13:30 »
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: >>

- Fixed the function argument tip not selecting the function with the right number of arguments first.
- Fixed that tip showing in various wrong places.
- Added x86 GDB executables to TDM-GCC x64.
- Tooltip balloons are now only triggered by words with identifier colors, saving lots of CPU time.
- Adding watch variables by hovering over words now only adds words with identifier colors.
- Pressing Alt now does not cause static controls to vanish anymore.
- This version should scale pictures better on high DPI settings.
- Moved to a new selection of built in compiler options.
- Added filename tooltips when hovering above tabs.
- Closing using the middle mouse button is now only triggered when the mouse is hovering above a tab.
- Moved to a new selection of built in compiler options.
- Updated the chinese (TC) translations (by cin.getline).
- Fixed editor options not applying function tip timer settings properly, causing crashes when typing.
- Updated the greek translations (by migf1).
- Various dialogs and buttons are now more spacious, allowing longer translations.
- Double clicking on errors now always correctly shows the caret.

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: 191383
  • Ohne Input kein Output
    • DVB-Cube
DevProject Manager 1.7.9
« Antwort #25 am: 08 Juli, 2012, 14:21 »
DevProject Manager ist eine Projektverwaltung für Freeware-, Shareware- und Open-Source Entwickler.

Neben allgemeinen Projektinformationen stehen eine Versionsliste und eine To-Do-Liste zur Verfügung, um einen Überblick über die veröffentlichten Programmversionen bzw. deren Entwicklungsstand zu haben. Neben Dateien wie Screenshots, Hilfedateien etc. können auch Personen, wie Programmierer, Übersetzer und Beta-Tester erfasst werden. Weiters steht eine Kunden- und Lizenzverwaltung zur Verfügung, die mit Plugins selbst erweitert werden kann.

Weiters können Code-Snippets in hierarchischer Form gespeichert werden, um oft benötigte Funktionen oder Programmteile griffbereit zu haben. Es werden 13 verschiedene Syntaxhervorhebungen für Programmier- und Scriptsprachen (Assembler, C#, C++, HTML, Java, JScript, Pascal, Perl, PHP, Python, SQL, VBScript und Visual Basic) unterstützt.

DevProject Manager richtet sich an Freeware- und Open-Source Entwickler, die keinen Datenbankserver für die Projektverwaltung verwenden können oder möchten.

DevProject Manager kann auch von einem USB-Stick betrieben werden.

Whats new: >>

  •    Bei der Auswahl der beteiligten Person kann jetzt durch Eingabe der Anfangsbuchstaben der gewünschte Name ausgewählt werden.
  •    Das Plugin-API wurde erweitert.
  •    Eine Sprachdatei für Katalanisch wurde hinzugefügt.
  •    Im Fenster "Code-Snippets suchen" werden die zuletzt eingegebenen Suchbegriffe gespeichert.
  •    In den Einstellungen kann das Verhalten des Fensters "Code-Snipptes suchen" festgelegt werden. Nach der Auswahl eines Snippets im Suchergebnis kann das Fenster jetzt automatisch geschlossen oder minimiert werden. Weiters kann das fenster auch geöffnet bleiben, im Hintergrund wird der ausgewählte Eintrag angezeigt.
  •    In den Einstellungen kann jetzt die Standard-Schriftart für Notizen festgelegt werden.
  •    Diverse kleinere Änderungen.


http://www.gaijin.at/dldevproject.php

Arbeits.- Testrechner :

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

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

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 191383
  • Ohne Input kein Output
    • DVB-Cube
AutoHotkey 1.1.08.00
« Antwort #26 am: 18 Juli, 2012, 18:00 »
AutoHotkey ist eine frei verfügbare Open-Source-Scriptsprache für Windows. Als strukturierte Programmiersprache umfasst diese folgende Funktionen:

    Automatisieren von alltäglichen Aufgaben durch Senden von künstlichen Tastatureingaben und Mausklicks. Maus- oder Tastaturmakros können entweder manuell oder mithilfe des Makrorekorders erstellt werden.
    Erstellen von Hotkeys für Tastatur, Maus und Joystick. Praktisch jede Taste, Maustaste oder Tastenkombination kann ein Hotkey werden.
    Erweitern von Abkürzungen bei Benutzereingabe. Zum Beispiel würde das Wort "bzw" automatisch mit "beziehungsweise" ersetzt, sobald es eingegeben wird.
    Erstellen von benutzerdefinierten Eingabeformularen und Menüleisten. Mehr Informationen können unter GUI gefunden werden.
    Neubelegen von Tastatur-, Maus- oder Joystick-Tasten.
    Verarbeitung von Dateien, Strings, Fenster und der Registrierung.
    Umwandeln eines Scripts in eine EXE-Datei. Diese Datei kann von Benutzern verwendet werden, die kein AutoHotkey installiert haben.
    Erkennung komplizierter Stringmuster mithilfe von Regulären Ausdrücken.
    Zugriff auf API-Funktionen von Windows und anderen Programmen mittels DllCall.
    Senden oder Abfangen von Fensternachrichten.

License: Open Source

Whats new: >>

- Breaking changes:

- Changed the default script codepage to ANSI, as the previous behaviour was a common source of confusion. UTF-8 files must now have a byte order mark (BOM) to be recognized correctly. Notepad adds a BOM to any file saved as UTF-8
- Changed return x to preserve formatting of numeric strings; it is now equivalent to return (x)
- Changed Gui, Name: New to set the new GUI as the default

- Other changes:

- Changed ClipboardAll to prefer CF_UNICODETEXT over other text formats
- Changed Gui Show to allow floating-point numbers
- Changed A_OSVersion to return WIN_8 on Windows 8
- Changed AutoHotkey.exe file description to include "ANSI/Unicode 32/64-bit"
- Changed the parser to allow lines like new MyObject() with no assignment
- Upgraded PCRE to 8.30
- Improved wording of some warnings and added a pointer to the documentation at the bottom of the warning dialog

- Improvements to the debugger:

- Added basic support for inspecting Func, ComObject and RegExMatchObject objects
- Fixed the "attach debugger" message being ignored in some situations. See commit 83f0a0e

- New features:

- Added support for the PCRE construct (*MARK:NAME) via RegExMatchObject.Mark
- Added support for classvar.x := y assignments in class definitions (after declaring classvar)
- Added A_Is64bitOS
- Added SetRegView and A_RegView

- Fixes:

- Fixed Func.() to merely skip the function call if mandatory parameters were omitted instead of causing the thread to silently exit
- Fixed Object.Remove() not releasing object keys
- Fixed key-down/key-up hotkey pairs to suppress input correctly when only one hotkey in the pair is enabled
- Fixed #Include to not affect the working directory used by subsequent #include directives
- Fixed objaddref() acting like ObjRelease() when called with a lower-case 'a'
- Fixed A_AhkPath in 32-bit compiled scripts to detect 64-bit AutoHotkey installations and vice versa
- Fixed TreeView controls with -Background option rendering incorrectly on older OSes
- Fixed error messages shown during execution of While/Until to identify the appropriate line

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: 191383
  • Ohne Input kein Output
    • DVB-Cube
Highlight 3.10 Beta
« Antwort #27 am: 24 Juli, 2012, 05:51 »
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

Latest Changes

- Fixed HTML ordered lists to improve copy&paste in browsers
- Changed default output from HTML 4.01 to HTML5
- Changed default HTML font family to include the generic monospace font
- Added ODT Flat XML output format
- Added fontenc package in LaTeX output
- Fixed RTF hyperlink output in several plug-ins
- Removed ctags option (functionality was replaced by plug-in)
- CLI: added --wrap-no-numbers option
- GUI: replaced Qt file dialogs by native dialogs

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 )

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 191383
  • Ohne Input kein Output
    • DVB-Cube
AutoHotkey 1.1.08.01
« Antwort #28 am: 06 August, 2012, 21:00 »
AutoHotkey ist eine frei verfügbare Open-Source-Scriptsprache für Windows. Als strukturierte Programmiersprache umfasst diese folgende Funktionen:

    Automatisieren von alltäglichen Aufgaben durch Senden von künstlichen Tastatureingaben und Mausklicks. Maus- oder Tastaturmakros können entweder manuell oder mithilfe des Makrorekorders erstellt werden.
    Erstellen von Hotkeys für Tastatur, Maus und Joystick. Praktisch jede Taste, Maustaste oder Tastenkombination kann ein Hotkey werden.
    Erweitern von Abkürzungen bei Benutzereingabe. Zum Beispiel würde das Wort "bzw" automatisch mit "beziehungsweise" ersetzt, sobald es eingegeben wird.
    Erstellen von benutzerdefinierten Eingabeformularen und Menüleisten. Mehr Informationen können unter GUI gefunden werden.
    Neubelegen von Tastatur-, Maus- oder Joystick-Tasten.
    Verarbeitung von Dateien, Strings, Fenster und der Registrierung.
    Umwandeln eines Scripts in eine EXE-Datei. Diese Datei kann von Benutzern verwendet werden, die kein AutoHotkey installiert haben.
    Erkennung komplizierter Stringmuster mithilfe von Regulären Ausdrücken.
    Zugriff auf API-Funktionen von Windows und anderen Programmen mittels DllCall.
    Senden oder Abfangen von Fensternachrichten.

License: Open Source

Whats new: >>

- Debugger: Fixed max_depth being either half the intended limit or unlimited

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: 191383
  • Ohne Input kein Output
    • DVB-Cube
FreeBASIC 0.24.0
« Antwort #29 am: 21 August, 2012, 16:20 »
32-Bit-BASIC-Compiler, dessen Syntax weitgehend zu MS-QuickBASIC kompatibel ist, aber durch einige Features wie Pointer oder vorzeichenlose Datentypen erweitert wurde; die erstellten Anwendungen benötigen keine Runtime-DLL.

Lizenz: Open Source

http://freebasic.net/index.php

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 )