Developer forums (C::B DEVELOPMENT STRICTLY!) > CodeCompletion redesign
Patch: function arguments added to autocomplete tooltip
p2rkw:
If you don't know where macro is defined, then it's defined in windows.h :) Thanks for information, I will change this name.
ollydbg:
Ok, by putting the text:
--- Code: ---<USE_DOCUMENTATION_HELPER bool="1" />
<DOCUMENTATION_HELPER_BACKGROUND_COLOR>
<colour r="255" g="255" b="255" />
</DOCUMENTATION_HELPER_BACKGROUND_COLOR>
<DOCUMENTATION_HELPER_TEXT_COLOR>
<colour r="0" g="0" b="0" />
</DOCUMENTATION_HELPER_TEXT_COLOR>
<DOCUMENTATION_HELPER_LINK_COLOR>
<colour r="0" g="0" b="255" />
</DOCUMENTATION_HELPER_LINK_COLOR>
--- End code ---
in the configure file, section:
--- Quote ---<code_completion>
....
</code_completion>
--- End quote ---
I'm happy testing this new feature, really good job, p2rkw!!!
MortenMacFly:
--- Quote from: p2rkw on January 10, 2013, 03:10:34 pm ---If you don't know where macro is defined, then it's defined in windows.h :) Thanks for information, I will change this name.
--- End quote ---
Nope, this time its well hidden in "ntddchgr.h" of the DDK ([MinGW]\include\ddk\) of MinGW.
This shows very nice, how badly macros can suck.
MortenMacFly:
--- Quote from: MortenMacFly on January 10, 2013, 03:22:32 pm ---
--- Quote from: p2rkw on January 10, 2013, 03:10:34 pm ---If you don't know where macro is defined, then it's defined in windows.h :) Thanks for information, I will change this name.
--- End quote ---
Nope, this time its well hidden in "ntddchgr.h" of the DDK ([MinGW]\include\ddk\) of MinGW.
This shows very nice, how badly macros can suck.
--- End quote ---
Oh, and BTW: In my personal projects I always declare enums as following:
--- Code: --- enum ECommand
{
eNO_COMMAND,
eDISPLAY_TOKEN, //args: token index
eSEARCH, //args: token name
eSEARCH_ALL, //args: token name
eOPEN_DECL, //args: token index
eOPEN_IMPL, //args: token index
eCLOSE, //args: -----
};
--- End code ---
Notice the prefixes... this usually never conflicts with #defines, as they are 99% of the cases declared upper-case only.
p2rkw:
Gui added, last bugs fixed... It seems to be finished now :) http://developer.berlios.de/patch/?func=detailpatch&patch_id=3381&group_id=5358
(Ability to define custom sort order had been removed from this patch, so remember to clean your configuration file.)
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version