Developer forums (C::B DEVELOPMENT STRICTLY!) > Development

CCManager settings dialogue plan

<< < (5/7) > >>

Alpha:
My thoughts had been that the logical expectation of a keyboard shortcut would be to activate on the keyboard's focus point (the caret/cursor), similar to how show calltips shortcut works.


--- Quote from: scarphin on January 19, 2015, 07:36:31 pm ---When a function with arguments is completed, calltip kicks in automatically. Can this also be tied to the 'keybound only' setting like not launching automatically?

--- End quote ---
Yes, will do.

Tying to those settings sounds fine, in my opinion.

scarphin:
Attached a patch for the color configuration of tooltips. I'm not sure where to load the colors for tooltips though. I opted to load them in 'OnEditorOpen' but would it be better to load them in 'DoUpdateCallTips'?

Alpha:

--- Quote from: Alpha on January 19, 2015, 08:16:29 pm ---
--- Quote from: scarphin on January 19, 2015, 07:36:31 pm ---When a function with arguments is completed, calltip kicks in automatically. Can this also be tied to the 'keybound only' setting like not launching automatically?

--- End quote ---
Yes, will do.

--- End quote ---
Committed.

scarphin:
Works fine thanks. However I never could and still don't understand the purpose of the red closing parenthesis.

Alpha:

--- Quote from: scarphin on January 20, 2015, 12:47:19 am ---Attached a patch for the color configuration of tooltips. I'm not sure where to load the colors for tooltips though. I opted to load them in 'OnEditorOpen' but would it be better to load them in 'DoUpdateCallTips'?

--- End quote ---
Committed, thanks (I did swap your values with default colours that better match previous settings).  I think that loading them once per editor should be fine.  No need for extra overhead.


--- Quote from: scarphin on January 21, 2015, 12:48:52 pm ---However I never could and still don't understand the purpose of the red closing parenthesis.

--- End quote ---
Assuming we are talking about the same thing, that is "smart tab jump".  Press tab to jump the caret past closing parenthesis and quotes (one step at a time) for the remainder of the line.  Can be useful when inserting more code at the beginning of a pre-existing line.

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version