AGB  ·  Datenschutz  ·  Impressum  







Anmelden
Nützliche Links
Registrieren
Zurück Delphi-PRAXiS Projekte DDevExtensions 2.3 für RAD Studio 7, 2007-XE (2011-02-04)

DDevExtensions 2.3 für RAD Studio 7, 2007-XE (2011-02-04)

Ein Thema von jbg · begonnen am 6. Jul 2006 · letzter Beitrag vom 5. Jun 2012
Antwort Antwort
Seite 21 von 23   « Erste     11192021 2223   
jbg
Registriert seit: 12. Jun 2002
DDevExtensions ist eine Sammlung von Delphi/C++Builder IDE Funktionen die einem das Arbeiten mit der IDE erleichtern. Das IDE Plugin fügt der IDE nicht nur neue Funktionalität hinzu, es behebt auch ein paar IDE Fehler und verfeinert manche IDE Funktionen.

Homepage und Download


Features:
  • Adds an extended “Use Units” dialog for the Delphi personalities showing all files that the compiler can see
  • Keybinding for extended HOME and indent/unindent TAB/Shift-TAB
  • Ctrl+Left/Right like in VisualStudio
  • Adds a dialog to set the versioninfo for multiple projects in a projectgroup
  • Can disable the Source has been modified. Rebuild? dialog
  • “Switch Active Project” dialog
  • Structure View Search
  • Selected file in project manager shows the project to which is belongs
  • Brings back the old component palette
  • Allows to disable the package cache
  • Adds a progressbar to the compile dialog
  • Adds Explicit* property remover to keep DFM files compatible to older Delphi versions
  • Allows to delete .ddp files, empty Model and empty __history directories.
  • Adds a backup system that creates backups of unsaved files when you compile or execute a project.
  • Adds the option to automatically save after a successful compile
  • Adds the ability to close the IDE even if the IDE’s termination code raised an exception
  • Adds the ability to kill the IDE after saving all files by using Ctrl+Close-Button
  • Editor tab double click action (zoom, super-zoom)
  • Enables Delphi 2009’s ability to cancel the Kibitz-Compiler by pressing ESC or moving the mouse
Für Delphi 5, 6, 2005, 2006 steht die Version 1.6 zur Verfügung. Neuere Versionen wird es dafür nicht mehr geben.
Angehängte Dateien
Dateityp: zip ddevextensions16setup_128.zip (746,3 KB, 159x aufgerufen)
Dateityp: zip DDevExtensions23Setup7_2007.zip (650,0 KB, 17x aufgerufen)
Dateityp: zip DDevExtensions23Setup.zip (907,0 KB, 15x aufgerufen)

Geändert von jbg ( 5. Feb 2011 um 16:50 Uhr)
 
Hawkeye219

 
Delphi 2010 Professional
 
#201
  Alt 16. Sep 2009, 14:59
Hallo Andreas,

mit der neuen Version 2.0 deiner DDevExtensions tritt der im Beitrag #192 beschriebene Fehler nicht mehr auf. Ich habe zur Überprüfung beide Versionen noch einmal mit Delphi 2009 und einem "frischen" Registry-Zweig (Parameter -r, keine weiteren Experten oder Packages geladen) getestet. Mit der alten Version ist der Fehler schon bei einer Konsolen-Anwendung reproduzierbar, bei der neuen tritt kein Fehler mehr auf. Auch bei Delphi 2010 konnte ich bisher kein Fehlverhalten erkennen.

Was immer du gemacht hast, es hat geholfen. Vielen Dank!

Hawkeye
  Mit Zitat antworten Zitat
jbg

 
Delphi 10.1 Berlin Professional
 
#202
  Alt 12. Sep 2010, 10:52
Ein Jahr und ein Tag sind vergangen seit dem letzten Release. Leider hatte ich wenig Zeit für neuen Features und so ist die neue Version 2.1 ein Bugfix und RAD Studio XE Release.


Download von der ersten Seite oder von meiner Homepage.

Änderungen:
  • Added: Set VersionInfo dialog can now change the main icon
  • Fixed: Team Start parameters used ANSI instead of UTF8 encoding for dproj/cproj files.
  • Fixed: Access Violation when there is no active project even if there are projects (IDE bug?)
  • Fixed: EListError in FileSelector

Ach ja und für Delphi/C++Builder 2007 Nutzer habe ich einen Snapshot vom letzten Jahr für DDevExtensions 2.0 hochgeladen. Leider kam mir da die Windows 7 Installation dazwischen, womit ich kein Delphi 2007 mehr installiert hatte und somit die Version nie als finale Version bauen konnte.
Andreas aka AHUser aka jbg

Geändert von jbg (12. Sep 2010 um 10:55 Uhr)
  Mit Zitat antworten Zitat
Benutzerbild von himitsu
himitsu

 
Delphi 12 Athens
 
#203
  Alt 24. Sep 2010, 01:24
Darf man hier auch Wünsche äußern?

Problem: Wenn man die IDE schließt und noch Dateien geöffnet sind, dann tauchen diese später nicht den "zuletzt verwendet"-Listen auf
  Mit Zitat antworten Zitat
Benutzerbild von Assarbad
Assarbad
 
#204
  Alt 29. Okt 2010, 01:41
Wollte mich nur bedanken. Benutze unter anderem deine DDevExtensions schon eine ganze Weile.

Oliver
  Mit Zitat antworten Zitat
jbg

 
Delphi 10.1 Berlin Professional
 
#205
  Alt 14. Nov 2010, 10:03
Für Delphi XE Update 1 gibt es nun eine aktualisierte Version 2.1. Diese führt nicht mehr dazu, dass Delphis Kopierschutz anspringt.
Andreas aka AHUser aka jbg
  Mit Zitat antworten Zitat
Benutzerbild von haentschman
haentschman

 
Delphi 12 Athens
 
#206
  Alt 14. Nov 2010, 11:11
Für Delphi XE Update 1 gibt es nun eine aktualisierte Version 2.1. Diese führt nicht mehr dazu, dass Delphis Kopierschutz anspringt.
Hallo,

das bedeutet aber auch, daß einige Funktionen nicht mehr korrigiert sind ?
  Mit Zitat antworten Zitat
Benutzerbild von toms
toms

 
Delphi XE Professional
 
#207
  Alt 14. Nov 2010, 11:30

das bedeutet aber auch, daß einige Funktionen nicht mehr korrigiert sind ?
Auszug aus seinem Blog:
Zitat:
It took me hours to identify which function hook in DDevExtensions caused the problem. But eventually I found it. It’s the dialog that asks for switching the project if you edit a file that isn’t part of the active project or its dependencies.

The new DDevExtensions 2.1 for XE Update 1 that is identical to the original 2.1 version except for this hook is now available. That means no new bug fixes or new features.
Thomas
  Mit Zitat antworten Zitat
jbg

 
Delphi 10.1 Berlin Professional
 
#208
  Alt 14. Nov 2010, 15:47
das bedeutet aber auch, daß einige Funktionen nicht mehr korrigiert sind ?
DDevExtensions korrigiert nichts, es verschafft sich nur die Events, die die Open Tools API nicht anbietet. Und jetzt muss ich mir das Event eben anders abgreifen.
Andreas aka AHUser aka jbg
  Mit Zitat antworten Zitat
Benutzerbild von Assarbad
Assarbad
 
#209
  Alt 14. Nov 2010, 15:48
das bedeutet aber auch, daß einige Funktionen nicht mehr korrigiert sind ?
Du meinst das IDE Fix Pack, oder?
Oliver
  Mit Zitat antworten Zitat
Benutzerbild von haentschman
haentschman

 
Delphi 12 Athens
 
#210
  Alt 14. Nov 2010, 17:02
ähm ja... man sollte Sonntags nicht denken. Ich hab mich da irgendwo verlesen.

PS: Danke für die gute Arbeit.
  Mit Zitat antworten Zitat
Themen-Optionen Thema durchsuchen
Thema durchsuchen:

Erweiterte Suche
Ansicht

Forumregeln

Es ist dir nicht erlaubt, neue Themen zu verfassen.
Es ist dir nicht erlaubt, auf Beiträge zu antworten.
Es ist dir nicht erlaubt, Anhänge hochzuladen.
Es ist dir nicht erlaubt, deine Beiträge zu bearbeiten.

BB-Code ist an.
Smileys sind an.
[IMG] Code ist an.
HTML-Code ist aus.
Trackbacks are an
Pingbacks are an
Refbacks are aus

Gehe zu:

(?)

LinkBack to this Thread

Erstellt von For Type Datum
DDevExtensions - Ergebnisse Finduny This thread Refback 8. Nov 2010 07:35

Impressum · AGB · Datenschutz · Nach oben
Alle Zeitangaben in WEZ +1. Es ist jetzt 00:14 Uhr.
Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO © 2011, Crawlability, Inc.
Delphi-PRAXiS (c) 2002 - 2023 by Daniel R. Wolf, 2024 by Thomas Breitkreuz