PDA

View Full Version : functions



Charles Linquis
- 7th November 2009, 23:54
I have a bunch of huge programs, most with similar functionality. My life would be a lot easier if I could just write a library of functions that had local variables.

Normnet
- 8th November 2009, 03:46
It might be a long time coming but future plans for FineLine IDE include
listing all of a search term on a page with line number and subroutine they
are in.
Perhaps a routine could be written to list all variables shared outside and
inside of any subroutines.

FineLine IDE should be ready for beta testing this month.
FineLine will initially draw brackets linking matching terms (If - Endif) etc.
and later additional features with its primary focus on code navigation.

Norm

Charles Linquis
- 9th November 2009, 04:13
I have used FineLine IDE and have found it to be very useful for those tough debugging sessions.

My main code base is over 7,000 lines, and I can get into trouble very quickly!