

- #DELPHI 10.1 BERLIN STARTE INSTALL#
- #DELPHI 10.1 BERLIN STARTE 32 BIT#
- #DELPHI 10.1 BERLIN STARTE FULL#
If the user presses a menu shortcut the Error Insight parser could have been started in the main thread and blocked the user input until it finished.The error dialogs from the DFM loading are resizeable and don’t truncate the text anymore.On IDE termination a cancel signal is sent to the background parser before waiting for it.The background parser’s WaitFor function doesn’t increase the wait timeout in the wait loop due to wrong arithmetic.
#DELPHI 10.1 BERLIN STARTE FULL#
Fixes Code Completion to also list message handlers (CM_, CN_, WM_) if the WinApi.Messages unit isn’t “used” by its full qualified unit scoped name.The last line of a comment in the editor is repainted properly.The command line for the application in the debugger can use more than 1024 characters.Debugger can now load *.tds symbols if the host application path is a relative path.Fixes the class completion’s parser that can’t handle “class operator In” because “In” is a reserved word.Adds support for $(PLATFORM) in the directory list editors so that they aren’t painted in gray text anymore and removed by the “Remove invalid paths” button.Adds the missing CodeInsight identifiers that have underscores in their name if Ctrl+Space is pressed after the underscore character.When pressing the -Key the IDE Insight’s edit is focused and the text in it is selected (RSP-24437).Castalias’s WM_CLIPBOARDUPDATE “Cannot open Clipboard” exception is prevented, so that debugging the IDE isn’t interrupted by random EClipboardError exceptions.Reduce of GDI handle usage of TToolBar (makes FNullBitmap a singleton) and TImageList (null bitmap is shared for all ImageLists with the same size).
#DELPHI 10.1 BERLIN STARTE 32 BIT#

#DELPHI 10.1 BERLIN STARTE INSTALL#
Replacing dcc32.exe by fastdcc32.exe (don’t do this if you want to be able to install future RAD Studio/Delphi/C++Builder updates)

Start fastdccaarm.exe as if it was dccaarm.exe Start fastdcc64.exe as if it was dcc64.exe

The performance optimizations let the IDE start faster, open projects faster, optimizes the compiler’s file search algorithm, makes CodeInsight, the actual compilation and the debugger faster. So all Delphi/C++Builder projects don’t get those fixes or optimizations (except for the additional compiler code optimization switches). The fixes and optimizations are restricted to the IDE’s and compiler’s own code. All changes are done in memory, so no files on disk are modified. The IDE plugin is available for RAD Studio 2009-10.3 and it fixes some IDE bugs and improves the IDE performance and compilation speed. IDE Fix Pack is a collection of unofficial bug fixes and performance optimizations for the RAD Studio IDE, Win32/Win64/Andoird-ARM compiler and Win32 debugger.
