cocobom
Members-
Content Count
9 -
Joined
-
Last visited
Everything posted by cocobom
-
What version of Delphi has the least amount of bugs throughout history?
cocobom replied to Al T's topic in Delphi IDE and APIs
10.2 is a better version, my reason is that the later version introduced some optional features, but it did not do a very good job, and some problems have continued several versions until the latest is not solved, I focus on the LSP function, speed and reaction are not as good as the old, which is like a car upgraded power system and appearance, But it turns out the tires are still behind. -
You can download a tool software that automatically hides the mouse cursor. This can perfectly solve this problem. That's what I did. I hope EMB can give me some bonus:)
-
Code completion not supplying variable names
cocobom replied to Tom F's topic in Delphi IDE and APIs
This is probably not the problem of CnPack. I have studied the source code of CnPack. It just passes keyboard parameters to Delphi and intercepts Delphi's automatic code completion list. I seriously doubt that this is the problem of Delphi itself. -
Code completion not supplying variable names
cocobom replied to Tom F's topic in Delphi IDE and APIs
At present, only CnPack can do this. -
I complain here that version 11.1 does not provide the autoinvoke function in LSP mode. This function is currently invalid, and the reaction speed of pressing ctrl+space in the first word is relatively slow. You know that many ide software such as c#, eclipse, etc. now respond instantly in code prompt. I think the user experience of code prompt is very important, which is related to the speed of work. In addition, tooltip symbol insight has also lost its original simple single line display mode.
-
In Win32 mode, we can specify a stream and give it to the sndplaysound function to play the sound, but on Android platform, it seems that we can only specify a sound file through TMediaPlayer class for playing. Is there a better way?
-
I installed the latest 10.4 2 patch, but now the most troublesome problem is that the mouse will continue to be pseudo busy in the process of writing code. It seems that it has been analyzing the code, but at this time, the mouse does not point to any words, which has reduced the speed of writing code.
-
LSP mode has been turned off and is now classic mode. If LSP mode is used, there is no problem. I need to use my own auto invoker plug-in, which can only work in classic mode.
-
Does anyone know how to solve it? The mouse pointer will continue to circle, and you can't type at this time.