Skip to content

Instantly share code, notes, and snippets.

@citizenmatt
citizenmatt / AssemblyInfo.cs
Created August 21, 2012 15:03
ReSharper plugin example to intercept enter key presses in a C# file
using System.Reflection;
using JetBrains.ActionManagement;
using JetBrains.Application.PluginSupport;
// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyTitle("TypingAssistManagerTest")]
[assembly: AssemblyDescription("Example of how to hook into typing assist handler chain")]
[assembly: AssemblyConfiguration("")]
@citizenmatt
citizenmatt / AccountController.cs
Created September 16, 2011 15:37
Spark using ThemeDescriptorFilter
public ActionResult Blah()
{
return View();
}