Miscellaneous scripts for the Xojo IDE.
DebugBuild Wrap
- Wraps the selected text in#If DebugBuild Then ... #EndIf
Diff
- Usesgit difftool
to show what has changed since your last commit/stageIf False Wrap
- Wraps the selected text in#If False Then ... #EndIf
effectively commenting out large blocks of codeFind
andFind Next
- Simple current editor only find/find next. I bind these scripts toCtrl+F
andCtrl+G
respectively (a Windows style shortcut)Reload Project
- Reloads the current project. This comes in handy when you alter the project from an external source, such as your SCM system. I bind this toCmd+Shift+R
Sort
- Sorts the selected text, or entire editor in alphabetical order
If you like the scripts or use them, send me a note. If you find a bug, send me a bug patch or at the very least add an issue so I am aware of it.