Advanced code search tool for ARMA Reforger scripts with multi-line, block-based, and inline pattern matching.
SEARCH METHODS
- Sequential (2-Line): Decorator + next valid variable line match
- Smart Block: Searches inside { } code blocks
- Inline (Single Line): Fast regex/wildcard-based search
MATCH LOGIC
- Wildcard (): simple pattern matching (e.g. m_pID)
- Pseudo-RegEx:
^ / $ anchors
\d \w \s . classes
[a-z] ranges
!NOT, & AND, | OR logic support
FEATURES
- Exclude Path filtering (semicolon separated)
- Path + external directory support
- File extension filtering (.c, .conf, etc.)
- Match Case / Whole Word options
- Copy results to clipboard
- Export to $profile file
- Prev / Next navigation + Jump to code
ACCESS
Shortcut: Ctrl + Shift + F
Modules: ResourceManager, ScriptEditor
https://reforger.armaplatform.com/workshop/69295D35FFF1DFD7-ICEPatternSearch