HI.
great job bugfixing! the ctrl+left/right DOES NOW jump to word beginnings! VERY NICE!
one thing you didn't correct:
a gosub label called "functions_error:" or anyother word starting with "function", gets listed in the funcitons list.
"functions_error:" as "s_error:"
"functions_internal:" as "s_internal:"
and so on.
labels within remstart...remend also appear under lables.
clean up the label/type detection as well (check for keyword+#32 "function "/"type "). the problem exists for all 3
i posted on this before.
... still no keyword compleation ...
thanks for disablening include order, but why didn't you add it for the "functions, labels and types" at the code explorer bar ?
btw: did you realize, that the radio buttons are using the WIN95 style set? ...because you placed them onto a TPanel there is a bug with stylinheratence use the JvRadioButton. OR just add it as togglebutton onto the Project Explorer button TToolBar bar. btn-icon:"Abc", btn-hint: "Alphabetized"
Btw: why did you use the TToolBar instead of TJvToolBar (like the main toolbar) - the toolbars have different sizes and styles...if you used the actionlists, it should be piece of cake to "correct" this.
for style keeping, you could also use the JvMenu/JvStatusbar/JvSplitter, as you have used the standart ones.
btw: your splitters have no snapping active....
well anyhow: thanks so far, helped a lot!
-Nabil/BananaAcid- The Banana has you...?!