Jump to content

cocobom

Members
  • Content Count

    8
  • Joined

  • Last visited

Community Reputation

0 Neutral

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

  1. cocobom

    10.4.1 IDE wait/working cursor

    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:)
  2. 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.
  3. At present, only CnPack can do this.
  4. cocobom

    LSP problem

    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.
  5. 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?
  6. cocobom

    Mouse busy in IDE

    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.
  7. cocobom

    Mouse busy in IDE

    Does anyone know how to solve it? The mouse pointer will continue to circle, and you can't type at this time.
  8. cocobom

    Mouse busy in IDE

    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.
×