spellyvc6.rgs

来自「语法检查程序」· RGS 代码 · 共 78 行

RGS
78
字号
HKCR
{
	Spelly = s 'Spelly'
	{
		CLSID = s '{0623E7A7-B9D0-11D3-AD15-000000000000}'
	}
	Spelly Developer Studio Add-in = s 'Spelly'
	{
		CLSID = s '{0623E7A7-B9D0-11D3-AD15-000000000000}'
	}
	NoRemove CLSID
	{
		ForceRemove {0623E7A7-B9D0-11D3-AD15-000000000000} = s 'Spelly'
		{
			Description = s 'Spellcheck source code and comments, including identifiers with under_scores and MixedCase.'
			ProgID = s 'Spelly'
			VersionIndependentProgID = s 'Spelly Developer Studio Add-in'
			InprocServer32 = s '%MODULE%'
			{
				val ThreadingModel = s 'both'
			}
		}
	}
}
HKCU
{
	NoRemove Software
	{
		NoRemove Microsoft
		{
			NoRemove DevStudio
			{
				NoRemove 5.0
				{
					NoRemove Addins
					{
						ForceRemove 'Spelly 2.5' = s '0'
						{
						}
						ForceRemove 'Spelly' = s '1'
						{
							val Description = s 'Spellcheck source code and comments, including identifiers with under_scores and MixedCase.'
							val DisplayName = s 'Spelly'
							val FileName = s '%MODULE%'
						}
					}
				}
				NoRemove 6.0
				{
					NoRemove Addins
					{
						ForceRemove 'Spelly 2.5' = s '0'
						{
						}
						ForceRemove 'Spelly' = s '1'
						{
							val Description = s 'Spellcheck source code and comments, including identifiers with under_scores and MixedCase.'
							val DisplayName = s 'Spelly'
							val FileName = s '%MODULE%'
						}
					}
				}
			}
		}
		
		NoRemove WndTabs.com
		{
			NoRemove Spelly
			{
				NoRemove 3.0
				{
					val InitAfterInstall = s ''
				}
			}
		}
	}
}

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?