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: Other Features Wishlist and/or Bugs » Some lack of features
Some lack of features [message #15659] Fri, 02 May 2008 15:50 Go to next message
_Seven_ is currently offline  _Seven_
Messages: 35
Registered: April 2006
Member
Hi guys. Well i tried the last SVN version of TheIDE on Linux (Ubuntu) and i really liked! But i found one think that is missing. When i use the debugger the terminal don't appear with the already instructions executed (like printf's). Why? Is some feature that is being prepared?

Another think, but this one is my fault, i don't know how to use code auto-completion. For exemple:

struct area{
    int w;
    int l;
    char* name;
}var;

int main(){

     //var. 
     return 0;
}


the commented line was a testing that i have done. Writing var. a list of contents of the struct should not appear? Or i need to do something?

Thanks for the explanation Wink
Re: Some lack of features [message #15660 is a reply to message #15659] Fri, 02 May 2008 17:12 Go to previous message
bytefield is currently offline  bytefield
Messages: 210
Registered: December 2007
Experienced Member
For auto-completion you have to declare var globally in this form
area var;
or locally in main.
It's an Assist++ issue and it cannot recognize declaration of global variables in that way you have declared. (struct *{}*;)


cdabbd745f1234c2751ee1f932d1dd75
Previous Topic: Again the case mistake in X11DnD.cpp....
Next Topic: bug in latest svn
Goto Forum:
  


Current Time: Fri Apr 26 23:46:18 CEST 2024

Total time taken to generate the page: 0.04479 seconds