User forums > Help
code completion work
ollydbg:
--- Quote from: xakepp35 on January 24, 2011, 12:51:44 pm ---
--- Quote ---
--- Quote ---Quote from: xakepp35 on Yesterday at 08:27:49 pm
3) how to eliminate time delay between hovering mouse on "foo" and hint appearing "int foo()" in example???
--- End quote ---
There is an option in CC which can set the time delay.
--- End quote ---
this option(in CC settings) applies only to "CC box" (box with member names and color squares - green square for public members, etc) appearing timeout.
but not on "item hint" appearing timeout.
--- End quote ---
Oh, You are right, I will check the source, it seems it can be configured in wxScintilla. :D
xakepp35:
i can, but do not like to build from source. there is way to wait for official build (with installer). are there another ways???
Jenna:
--- Quote from: ollydbg on January 24, 2011, 01:42:01 pm ---
--- Quote from: xakepp35 on January 24, 2011, 12:51:44 pm ---
--- Quote ---
--- Quote ---Quote from: xakepp35 on Yesterday at 08:27:49 pm
3) how to eliminate time delay between hovering mouse on "foo" and hint appearing "int foo()" in example???
--- End quote ---
There is an option in CC which can set the time delay.
--- End quote ---
this option(in CC settings) applies only to "CC box" (box with member names and color squares - green square for public members, etc) appearing timeout.
but not on "item hint" appearing timeout.
--- End quote ---
Oh, You are right, I will check the source, it seems it can be configured in wxScintilla. :D
--- End quote ---
Dwell time for editors is hardcoded to 1000 ms in cbEditor at the moment, but can of course be made configurable.
But it would affect all editor tooltips, not only cc's.
xakepp35:
--- Quote from: jens on January 25, 2011, 02:39:06 pm ---Dwell time for editors is hardcoded to 1000 ms in cbEditor at the moment, but can of course be made configurable.
But it would affect all editor tooltips, not only cc's.
--- End quote ---
1 second * 1000 times you want tooltip in a day / 8 hours in seconds = loosing 4% of your work day's time, just sitting and waiting for tooltips?
WHO MADE THIS!?)) i do not like waiting till doomsday =)
it's good idea - to eliminate such delays everywhere. how can one do that?)
oBFusCATed:
The delay is there to prevent accidental showing of tooltips, especially the debugger tooltips...
p.s. it is not polite to shout, when you're new and you're not at home...
p.p.s. the code is out there in the wild, fix the problem rebuild and you'll be happy...
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version