Chris Pyrgas

Results 144 comments of Chris Pyrgas

This does show now, but the code completion list appears just after when typing "AS" (not after typing a space after it), so if you select "something" from the list,...

This now does work, but only after typing a few characters of the type (amount of characters is configurable in the intellisense options), which I guess is good enough. There...

Robert, no but it's the same problem causing the parameter lists not to display in other cases. For example: LOCAL n AS INT n: select "CompareTo" from the list, the...

Ah sorry, should had mention that, it's [Enter] that I use. Old habit from VO, I always use [Enter]

It works now, but with some hiccups: 1. Go to brace does not work for brackets, parentheses etc, shouldn't it cover those as well? 2. Put the caret on the...

It's better now, but not perfect and has a new issue. Now GotoBrace from a "middle" keyword (ELSE, ELSEIF, CATCH etc) doesn't get you to the respective END anymore, but...

This is exactly as I found it in Peter's test suite. The + could be a typo, but I am not sure. I will ask him to comment on all...

Peter, your code is using "SELECT +" (plus sign), not "SELECT *", so I assume this was just a typo?