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 » Assist++ problems..
Assist++ problems.. [message #3497] Sun, 28 May 2006 23:40
unodgs is currently offline  unodgs
Messages: 1366
Registered: November 2005
Location: Poland
Ultimate Contributor

int f0(int a, int b)
{
}

int f1(int a)
{
}

int f2(int c)
{
}


If I open 'Goto line or symol window' I can see:

int f0(int a, int b)
int f1(int a)
int f2(int c
int f0(int a, int b)
int f1(int a)
int f2(int c

The list is just doubled..

Now if you add ';' after..

int f1(int a);
{
}


all functions after f1 will be ignored (not displayed). I think this behaviour should be change (the best would be to list all functions and set background in cell to red where function definition has ; after name, however it is hard to distinguish if it is a forward declaration or error in code - just treat it as kind of an idea Wink ).
Previous Topic: Compound New <:PACKAGE:> name etc. [FEATURE REQUEST]
Next Topic: Strange (and dangerous) bug
Goto Forum:
  


Current Time: Sun Apr 28 22:54:47 CEST 2024

Total time taken to generate the page: 0.02525 seconds