That's perfect, thanks.
Alex
Search found 6 matches
- Mon Jul 18, 2005 7:02 pm
- Forum: Code Folding
- Topic: Code folding for Clipper, Xbase language
- Replies: 11
- Views: 72485
- Mon Jul 18, 2005 7:51 am
- Forum: Code Folding
- Topic: Code folding for Clipper, Xbase language
- Replies: 11
- Views: 72485
- Sat Jul 16, 2005 11:27 am
- Forum: Code Folding
- Topic: Code folding for Clipper, Xbase language
- Replies: 11
- Views: 72485
Class/endclass bug
Hi,
It seems there's a problem with the class/endclass collapse. Clicking on the - next to class collapses the whole file.
Alex
It seems there's a problem with the class/endclass collapse. Clicking on the - next to class collapses the whole file.
Alex
- Sat Jul 16, 2005 10:55 am
- Forum: Code Folding
- Topic: Code folding for Clipper, Xbase language
- Replies: 11
- Views: 72485
- Sat Jul 16, 2005 10:54 am
- Forum: Comments and Suggestions
- Topic: Class browsing xharbour/fivewin code
- Replies: 2
- Views: 13693
- Fri Jul 15, 2005 9:37 am
- Forum: Comments and Suggestions
- Topic: Class browsing xharbour/fivewin code
- Replies: 2
- Views: 13693
Class browsing xharbour/fivewin code
Hi,
How involved would it be to browse xharbour/fw code in the class browser?
Alex
CLASS Myclass
// Definitions
Method New
Method End
DATA cVar1
ENDCLASS
// Implementation
Method New() CLASS Myclass
return Self
How involved would it be to browse xharbour/fw code in the class browser?
Alex
CLASS Myclass
// Definitions
Method New
Method End
DATA cVar1
ENDCLASS
// Implementation
Method New() CLASS Myclass
return Self