• Hello [name]! Thanks for joining the GMC. Before making any posts in the Tech Support forum, can we suggest you read the forum rules? These are simple guidelines that we ask you to follow so that you can get the best help possible for your issue.

Question - IDE Search and replace

Carsten

Member
Hi,

I have a question regarding the search in the IDE: I have a few sprites where I don't remember if they are assigned to object or not. Is there a way to include the "sprite_index" value of an object in the search? As far as I know, the search only searches code. If I for example place an asset in a room, this will not be found by the IDE - right?

Thanks, Carsten
 

gnysek

Member
The only way is to open project in general editor, which supports searching in directories, and supports xml/json files (even if it sees it as text). Someting like Eclipse, Atom, Netbeans, anything from Jetbrains IDEs, maybe even Notepad++ - and then you can search in rooms too.
 
Top