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

CCManager settings dialogue plan

<< < (6/7) > >>

scarphin:

--- Quote from: Alpha on January 22, 2015, 03:26:02 am ---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.

--- End quote ---
I now know what it is, thanks. I guess it's an editor feature that I can't disable?

ollydbg:
Smart tab jump is a feature added by Loaden in our editor control several years ago. But he is inactive now. Not sure there is an option to disable it.

ollydbg:

--- Quote from: ollydbg on January 22, 2015, 04:06:30 pm ---Smart tab jump is a feature added by Loaden in our editor control several years ago. But he is inactive now. Not sure there is an option to disable it.

--- End quote ---

@scarphin, the related code is in sdk\cbstyledtextctrl.cpp, and you can search the keyword by "m_tabSmartJump".

dmoore:
Think you should seriously consider splitting the CodeCompletion settings out into their own dialog(ue). The way the debugger manager handles this is a good model IMHO.

Alpha:

--- Quote from: dmoore on January 24, 2015, 10:12:59 pm ---Think you should seriously consider splitting the CodeCompletion settings out into their own dialog(ue).

--- End quote ---
I put the global ones where they are now since that rectangle was just awkward empty space before.  I agree that a dedicated dialogue (dialog? ... I never figured this one out either) would make it more clear, but I myself do not have time to build one anytime soon.

(Sorry for the delay.)

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version