03-15-2024, 11:27 AM
"Can Anyone Help For Intellisense in Xml "
Please give more details on what exactly you want to happen, I don't want to be guessing again!
xml is used by Small Basic IDEs, but it is written in .Net C# and can be auto created from the code. If you want to do intellisense in your program written in SB this may be a totally different thing, so we must have more information, an example or specification, then break it into parts, like:
1] Detect mouse over some text (maybe a mouse click)
2] Get the text we are over (this may be quite tricky?)
3] Lookup the help text for this (a simple lookup file would work - no need for xml)
4] Display the help text (easy)
Decide what is easy and what is hard - think about the hard bit and prototype/test ideas for it.
But I amy guessing...
Please give more details on what exactly you want to happen, I don't want to be guessing again!
xml is used by Small Basic IDEs, but it is written in .Net C# and can be auto created from the code. If you want to do intellisense in your program written in SB this may be a totally different thing, so we must have more information, an example or specification, then break it into parts, like:
1] Detect mouse over some text (maybe a mouse click)
2] Get the text we are over (this may be quite tricky?)
3] Lookup the help text for this (a simple lookup file would work - no need for xml)
4] Display the help text (easy)
Decide what is easy and what is hard - think about the hard bit and prototype/test ideas for it.
But I amy guessing...