-
Notifications
You must be signed in to change notification settings - Fork 4
Quick Reference
Finnegan's Owner edited this page Mar 6, 2026
·
1 revision
| Shortcut | Action |
|---|---|
| Enter | Execute search (when cursor is in the search field) |
| Escape | Close the search dialog |
| Task | Steps |
|---|---|
| Search all artifacts | Type query, click Search |
| Search current channel only | Open channel editor, click Source Code Search in task pane |
| Search selected channels | Select channels in list, click Source Code Search, check "Selected Channels Only" |
| Search with regex | Check Regex, type pattern, click Search |
| Export to JSON | Search, click Export, select JSON filter, save |
| Export to CSV | Search, click Export, select CSV filter, save |
| Scope | What It Searches |
|---|---|
| Channels | Pre/post processing, deploy/undeploy, filter rules, transformer steps, response transformer steps |
| Code Templates | Code body of all code templates across all libraries |
| Global Scripts | Global deploy, undeploy, preprocessor, postprocessor |
| Message Templates | Inbound/outbound templates on transformers and response transformers |
| To Find | Pattern |
|---|---|
| Map reads | channelMap\.get|globalMap\.get|sourceMap\.get |
| Map writes | channelMap\.put|globalMap\.put |
| Log statements | logger\.(info|error|warn|debug) |
| Code markers | TODO|FIXME|HACK|WORKAROUND |
| OID prefix | 2\.16\.840\.1\.113883 |
| HTTP calls | HttpUtil|java\.net\.URL|HttpURLConnection |
| Database references | executeQuery|executeUpdate|SELECT|INSERT|UPDATE |
| Error handling | catch\s*\( |
| Throw statements | throw\s+new |
| Variable assignments from msg | var\s+\w+\s*=\s*msg |
OIE Source Code Search