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++ » [BUG?] 1-liner functions are not supported by Assist++?
[BUG?] 1-liner functions are not supported by Assist++? [message #19469] Fri, 05 December 2008 09:35 Go to previous message
Mindtraveller is currently offline  Mindtraveller
Messages: 917
Registered: August 2007
Location: Russia, Moscow rgn.
Experienced Contributor

I have some 1-liner function
void __fastcall InvertWithMask(WORD &op, WORD mask) {if (op & mask) {op &= ~mask;} else {op |= mask;}}

and it is completely ignored by Assist++. A bug?
 
Read Message
Read Message
Previous Topic: Changing of file outside of TheIDE
Next Topic: Text Template / auto replace in code editor
Goto Forum:
  


Current Time: Sun Apr 28 08:30:58 CEST 2024

Total time taken to generate the page: 0.02869 seconds