Posted 15 years ago
by David
Hi,
1)
Once you press '(' on a memberlist item, the paramterInfo pops up and then displays the tooltip of a certain string. What i'm trying to figure out is how do I bold each paramter when i press ',' to move to the next argument. At the moment I'm handling the ',' key, and re-drawing the tooltip text everytime but changing the selected parameter to bold. I was wondering if there was a built-in method?
2)
Secondly, I'm trying to figure out the best way to dynamically add items to the memberlist, that have been typed into the editor. It might be a little bit complicated but I would want, when the user types... 'Car a = new Car();', that 'a' would be added to the memberlist. It should also be removed from the list when the text is deleted. This seems like a difficulte thing to pull off, and was looking for some insight in how to achieve it.
Thanks.
1)
Once you press '(' on a memberlist item, the paramterInfo pops up and then displays the tooltip of a certain string. What i'm trying to figure out is how do I bold each paramter when i press ',' to move to the next argument. At the moment I'm handling the ',' key, and re-drawing the tooltip text everytime but changing the selected parameter to bold. I was wondering if there was a built-in method?
2)
Secondly, I'm trying to figure out the best way to dynamically add items to the memberlist, that have been typed into the editor. It might be a little bit complicated but I would want, when the user types... 'Car a = new Car();', that 'a' would be added to the memberlist. It should also be removed from the list when the text is deleted. This seems like a difficulte thing to pull off, and was looking for some insight in how to achieve it.
Thanks.