This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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("")] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| public ActionResult Blah() | |
| { | |
| return View(); | |
| } |
NewerOlder