Priority
Critical
Type
Bug 
State
Won't fix 
Assignee
Oleg Stepanov 
Subsystem
No subsystem 
Affected versions
Fixed in
Fixed in build
Next build 
  • Submitted by   Serge Baltic
    2 years ago (25 Oct 2007 03:26)
  • Updated by Serge Baltic
    19 months ago (09 Jun 2008 23:01)
  • Jira: RSRP-51820
    (history, comments)

RSRP-51820

LiveTemplates::VB::TypeCompletionMacro Doesn't Work

0
I've written a template,

Public Property $NAME$() As $TYPE$
	Get
		Return CType(GetValue($NAME$Property), $TYPE$)
	End Get
	Set(ByVal value As $TYPE$)
		SetValue($NAME$Property, value)
	End Set
End Property

Private Shared $NAME$Property As DependencyProperty = DependencyProperty.Register("$NAME$", GetType($TYPE$), GetType($OWNCLASS$))


The $TYPE$ is of type "execute SmartType completion".

However, as the template is expanded, its hotspot just reads the "TYPE" dummy, there is no selection, there is no completion. I cannot even readily overtype the dummy.

Issue was closed
Comments (0)
 
History (0)
 
Links
 
Issue has no comments