Developer forums (C::B DEVELOPMENT STRICTLY!) > Plugins development
Half way around
vanangamudi:
--- Quote from: MortenMacFly on January 27, 2012, 04:05:39 am ---
--- Quote from: vanangamudi on January 27, 2012, 03:56:27 am ---Incremental Search seems to be simple and where can I find the source... I hav googled but no use... any sourceforge/berliOs link >>>> ???
--- End quote ---
Via Subversion, see here:
http://www.codeblocks.org/downloads/7
--- End quote ---
I hav downloaded the source already... I searched it but cant find the source for the plugin... I'll search again and report here... thanx..
Jenna:
It's in src/plugins/contrib/IncrementalSearch .
vanangamudi:
what is the fucntion of the _T( ) and _( ) boz I'm a newbie to wxWidgets
I find these thing here..
--- Code: ---wxMenuItem* itemTmp = new wxMenuItem( menu,
idIncSearchFocus,
_("&Incremental search\tCtrl-I"),
_("Set focus on Incremental Search input and show the toolbar, if hidden") );
--- End code ---
and
--- Code: --- if (cfg->ReadInt(_T("/incremental_search/regex_default_state"),0) == 2)
{
cfg->Write(_T("/incremental_search/regex"),m_flags & wxSCI_FIND_REGEXP);
}
--- End code ---
and I found the .cbp for IncrementalSearch but the toolbar UI that is .xrc for Toolbar is not showing up only configuration dialog UI is available....
well I could fix the later pls help with above two....
Jenna:
The xrc can not be shown by wxSmith, because it uses an incomptaible control, I created it manually.
For the otherf two, you should read the wxWidgets documentation to learn about it (and many other stuff you will find).
vanangamudi:
the plugin didn't respond.. did I made any mistakes???
KeyBinder failerd UpdateByID ----> wat does this mean???
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version