Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MiniZinc/MiniZincIDE
/ FindReplaceAction
Enum
FindReplaceAction
tests/testeditor.cpp:209–215 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
207
}
208
209
enum FindReplaceAction {
210
NEXT,
211
PREVIOUS,
212
REPLACE,
213
REPLACE_AND_FIND,
214
REPLACE_ALL
215
};
216
217
Q_DECLARE_METATYPE(FindReplaceAction);
218
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected