My favorites
|
Sign in
flycode
Random bits of code from Flying Meat.
Project Home
Downloads
Wiki
Issues
Source
Checkout
|
Browse
|
Changes
|
r155
Source path:
svn
/
trunk
/
JSCocoaCodaLoader
/
Uppercase.js
1
2
3
4
5
6
7
8
9
codaPluginsController = JSCocoaLoaderPlugIn.codaPluginsController();
var tv = codaPluginsController.focusedTextView(null);
var selectedText = tv.selectedText();
if (selectedText != null) {
tv.insertText_(selectedText.uppercaseString())
}
// test here.
Show details
Hide details
Change log
r52
by gusmueller on Nov 11, 2008
Diff
a coda plugin
Go to:
/trunk/JSCocoaCodaLoader
...daLoader/CodaPlugInsController.h
.../JSCocoaCodaLoader/English.lproj
.../English.lproj/InfoPlist.strings
/trunk/JSCocoaCodaLoader/Info.plist
/trunk/JSCocoaCodaLoader/JSCocoa
...SCocoa/BridgeSupportController.h
...SCocoa/BridgeSupportController.m
...ader/JSCocoa/JSCocoaController.h
...ader/JSCocoa/JSCocoaController.m
...der/JSCocoa/JSCocoaFFIArgument.h
...der/JSCocoa/JSCocoaFFIArgument.m
...ader/JSCocoa/JSCocoaFFIClosure.h
...ader/JSCocoa/JSCocoaFFIClosure.m
...r/JSCocoa/JSCocoaPrivateObject.h
...r/JSCocoa/JSCocoaPrivateObject.m
...daLoader/JSCocoaLoader.xcodeproj
...Loader.xcodeproj/project.pbxproj
...CodaLoader/JSCocoaLoaderPlugIn.h
...CodaLoader/JSCocoaLoaderPlugIn.m
...aLoader/JSCocoaLoader_Prefix.pch
...k/JSCocoaCodaLoader/Uppercase.js
/trunk/davtest/FMWebDAVRequest.m
...nk/randomscripts/webkitupdate.py
...cumentView.xcodeproj/gus.mode1v3
...cumentView.xcodeproj/gus.pbxuser
...ntView.xcodeproj/project.pbxproj
...ocumentview/DocumentViewPlugin.m
.../DocumentViewWindow.nib/info.nib
...tViewWindow.nib/keyedobjects.nib
Project members,
sign in
to write a code review
Older revisions
All revisions of this file
File info
Size: 257 bytes, 9 lines
View raw file
Hosted by