Skip to content
Snippets Groups Projects
Commit 914f2d6c authored by Jack Chen (chendo)'s avatar Jack Chen (chendo)
Browse files

Renamed MITS/Trouter to Semantic History

parent 58a69b54
No related branches found
No related tags found
No related merge requests found
# iTerm2 with "Mouse in the Shell"/Trouter technology
# iTerm2 with Semantic History
## Extremely alpha.
 
[Screencast](http://vimeo.com/21690922)
Loading
Loading
@@ -29,7 +29,7 @@ If you don't use MacVim, Textmate or BBedit or if you want write
specific parsers, you can have the path sent to an external script of
your choice.
 
`defaults write com.googlecode.iterm2 TrouterPathHandler <path to script>`
`defaults write com.googlecode.iterm2 SemanticHistoryHandler <path to script>`
 
The script must be marked executable (`chmod +x <file>`) and it will
receive the full path and the line number (if any) as arguments.
Loading
Loading
Loading
Loading
@@ -34,7 +34,7 @@
self = [super init];
[self determineEditor];
fileManager = [[NSFileManager alloc] init];
externalScript = [[NSUserDefaults standardUserDefaults] stringForKey:@"TrouterScriptPath"];
externalScript = [[NSUserDefaults standardUserDefaults] stringForKey:@"SemanticHistoryHandler"];
return self;
}
 
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment