Overview
Examples
Screenshots
Comparisons
Applications
Download
Documentation
Tutorials
Bazaar
Status & Roadmap
FAQ
Authors & License
Forums
Funding Ultimate++
Search on this site
Search in forums












SourceForge.net Logo
Home » U++ TheIDE » U++ TheIDE: CodeEditor, Assist++, Topic++ » Bad "comma" character from Assist++
Re: Bad "comma" character from Assist++ [message #12171 is a reply to message #12167] Mon, 15 October 2007 09:56 Go to previous message
mr_ped is currently offline  mr_ped
Messages: 825
Registered: November 2005
Location: Czech Republic - Praha
Experienced Contributor
That sound reasonable, I had to think for some seconds before I realized why it annoys me so much anyway, even when I *do* rewrite first parameter, hit comma, and write the second one.

The annoyance is when I call some lower level function from some sort of wrapper or extension function, which has same parameter names, like:
void Foo( char fooparam1, char fooparam2 ) {
  ...
}
void FooEx( char exparam1, char fooparam1, char fooparam2 ) {
  ...
  Foo( fooparam1, fooparam2 );
}


In such case the Assist does produce almost final code, all I need is just to delete parameter types (a little bit of Ctrl+arrow/shift/delete magic)... and in such case I often overlook that weird character and than I get an error during compilation.
 
Read Message
Read Message
Read Message
Read Message
Previous Topic: minor bug with highlighting of float numbers
Next Topic: THISBACKS.. - Command has no reaction
Goto Forum:
  


Current Time: Mon Apr 29 13:25:03 CEST 2024

Total time taken to generate the page: 0.02509 seconds