-
Content Count
2962 -
Joined
-
Last visited
-
Days Won
172
Everything posted by Uwe Raabe
-
When will we have a 64-bit IDE version ?
Uwe Raabe replied to luciano_f's topic in Delphi IDE and APIs
Nobody claimed it were a 64 bit IDE. Only the compilers and the LSP server are available as 64 bit versions. The IDE still is 32 bit. That is why the 64 bit compilers can only be used with the MSBuild option. -
v12.2, 64-Bit Modern Compiler and 3rd party Delphi components
Uwe Raabe replied to David P's topic in General Help
Actually, you can. Let me quote @Remy Lebeau from another thread: As an example, see the C++ Builder packages of VirtualTreeView. -
Delphi 12.2 code editor blinks for every key I press
Uwe Raabe replied to Clément's topic in Delphi IDE and APIs
Can you try to disable the Editor Scrollbar Annotations? -
Of course, if there is no code to create a preview it obviously cannot be shown. In case you think about creating your own previews used by Windows Explorer, I once wrote an article about how to do that with Delphi: Windows 7 Previews – the Delphi Way (not sure if that is still valid for more recent Windows versions, though).
-
You might have missed to make the preview pane visible, either by clicking the corresponding symbol or by setting the appropriate option ad Dave already mentioned.
-
TFileOpenDialog supports the same previews as Windows Explorer.
-
Why does the field type change after saving the Table within the database?
Uwe Raabe replied to Miguel Jr's topic in Databases
Unless you already found it: The word documentation in my comment is a link: https://docwiki.embarcadero.com/InterBase/2020/en/IBConsole_Interface -
Why does the field type change after saving the Table within the database?
Uwe Raabe replied to Miguel Jr's topic in Databases
In that case I am unable to help you. -
Why does the field type change after saving the Table within the database?
Uwe Raabe replied to Miguel Jr's topic in Databases
Why don't you use it for the documentation? Do you expect me to copy paste it here? -
Why does the field type change after saving the Table within the database?
Uwe Raabe replied to Miguel Jr's topic in Databases
Have you actually tried reading the documentation? -
Why does the field type change after saving the Table within the database?
Uwe Raabe replied to Miguel Jr's topic in Databases
As I already mentioned: IBConsole -
Why does the field type change after saving the Table within the database?
Uwe Raabe replied to Miguel Jr's topic in Databases
No, there isn't. It is no longer maintained and one of the reasons for its absence is what you are experiencing. For InterBase you can use IBConsole. -
You might already have seen it: When you go to https://quality.embarcadero.com/ there is a notice at the top saying: So be prepared (presumably already today) for not being able to file new reports or edit/comment on existing ones. Searching and reading should be possible. While this will most certainly lead to complaints, it is definitely a good thing and long awaited change.
-
Regression - Delphi 12 - Unable to debug dynamically loaded packages
Uwe Raabe replied to @AT's topic in Delphi IDE and APIs
Although there is one issue mentioned in this area (RSS-1044: Debug Delphi 12 IDE for Components design time), that issue lacks public access, so we don't know about the details. A short test here still exposes the problem, but there might be other things involved having influence on it. I would like to hear from others if they could get it working with 12.2. -
Yes, that also matches my own understanding. Different main versions are independent.
-
I was more targeting a system on top of the current JIRA Service Desk, not replacing their internal JIRA. After all it is the web interface that sucks, not the fact they use a cloud based JIRA in the first place.
-
Perhaps an MVP project could do it?
-
Gutter width changes a few seconds after IDE startup in Delphi 12
Uwe Raabe replied to dummzeuch's topic in Delphi IDE and APIs
Probably depends on the number of source lines. If they exceed 1000 there must be more space to display the line numbers. -
New Warning in 12.2: Overloading a similar index type by declaring an array property 'Items'
Uwe Raabe replied to pyscripter's topic in RTL and Delphi Object Pascal
IIRC, that has been Delphi 6 or 7. One can even test for that with {$IF CONDITIONALEXPRESSIONS}. -
Delphi 12.2 code editor blinks for every key I press
Uwe Raabe replied to Clément's topic in Delphi IDE and APIs
OK, my setup is Windows (no VM) and IDE Light Theme and that doesn't show any blinking. -
Delphi 12.2 code editor blinks for every key I press
Uwe Raabe replied to Clément's topic in Delphi IDE and APIs
Can you show a small video of that? Based on your description I cannot reproduce that behavior, so I might got it wrong. -
Delphi takes 9 seconds to start/shutdown an empty application
Uwe Raabe replied to FreeDelphiPascal's topic in General Help
If a market share value goes down, it does not imply that the absolute numbers are going down. If there were only 1 million Windows systems in the world, their market share would be 100%. Now when 4 million iPhones are sold, the Windows market share goes down to 20%, but there are still 1 million Windows systems. -
Ord returns the ordinal value of the character, not its position in the alphabet.
-
The people responsible for the feature matrix obviously have another look at things as we developers.