Are the any plugins/options in CodeWarrior that make it help with typing names of variables?
I mean
TInt aaa( TInt bbbb )
{
//when i start typing b CodeWarrior should be able to suggest bbbb
}
Thanks
maju
Are the any plugins/options in CodeWarrior that make it help with typing names of variables?
I mean
TInt aaa( TInt bbbb )
{
//when i start typing b CodeWarrior should be able to suggest bbbb
}
Thanks
maju
i do not find any tools like this. may be some one have the tools and reply but i think there is no such tools for variable names.
Use Qt-Quick to make your application UI more attractive.
http://store.ovi.com/content/271896 | http://store.ovi.com/content/276199 | http://store.ovi.com/content/276202 | http://store.ovi.com/content/280827
Thanks for quick response...
Well, it's a shame. I used to work with KDevelop in Linux and it's got a plugin that suggests all strings within the file - it's bloody quick (it just parses the currently open file) and it is REALLY handy...
if you can't type you leave it.
Use Qt-Quick to make your application UI more attractive.
http://store.ovi.com/content/271896 | http://store.ovi.com/content/276199 | http://store.ovi.com/content/276202 | http://store.ovi.com/content/280827
Well, I prefer to develop rather than to type things over and over :P
BTW. With such an attitude there would be no progress in software...
I don't aware of any particular plug ins or addins for CodeWarrior (CW). As far as Nokia stoped the support for CW and no more plan for any enhancement for CW it would be better go for either:Originally Posted by maju nokia
- VS.NET 2003 + Carbide.vs + Visual Assist X or
- Carbide.c++
Ehm, what are you talking about?
Alt+. also works for local variables/arguments - and for the particular "bbbb" use case too. You can modify the hotkey in Edit / Commands and Key Bindings... / (Commands tab - it is the default) / Edit / Complete Code (the 4th block).
wizard_hu_ thank you so much!
You made my day!
Cheers
Tymi