TS2 Intellisense issue

Posts   
 
    
mihies avatar
mihies
User
Posts: 800
Joined: 29-Jan-2006
# Posted on: 13-Aug-2006 13:42:49   

I opened one of my templates, removed the last char ('e') from <[RootNamespace]> entry, hit ctrl+space: InvalidArgument=Value of '17' is not valid for 'index'. Parameter name: index

-----[Core exception]-------------------- at System.Windows.Forms.ImageList.Draw(Graphics g, Int32 x, Int32 y, Int32 width, Int32 height, Int32 index) at System.Windows.Forms.ImageList.Draw(Graphics g, Int32 x, Int32 y, Int32 index) at _10.OnDrawItem(DrawItemEventArgs e) at System.Windows.Forms.ListBox.WmReflectDrawItem(Message& m) at System.Windows.Forms.ListBox.WndProc(Message& m) at _10.WndProc(Message& m) at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m) at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m) at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)

The drop down list appeared with invisible entries (I see that it is filled, just no entry is showing). Seems like an icon is missing :-)

Otis avatar
Otis
LLBLGen Pro Team
Posts: 39786
Joined: 17-Aug-2003
# Posted on: 13-Aug-2006 14:29:07   

I've seen this too, it will be fixed in next build. Workaround is to leave the tdl intellisense for now and just type along. If you can't work around this issue I'll upload a new build later today.

Frans Bouma | Lead developer LLBLGen Pro
mihies avatar
mihies
User
Posts: 800
Joined: 29-Jan-2006
# Posted on: 13-Aug-2006 15:47:16   

Otis wrote:

I've seen this too, it will be fixed in next build. Workaround is to leave the tdl intellisense for now and just type along. If you can't work around this issue I'll upload a new build later today.

No need to hurry. I can wait as I already modified templates to suit my needs before in notepad :-)

Otis avatar
Otis
LLBLGen Pro Team
Posts: 39786
Joined: 17-Aug-2003
# Posted on: 14-Aug-2006 12:04:36   

Fixed in next build.

Frans Bouma | Lead developer LLBLGen Pro