Don Pomplun
11-18-2011, 03:02 AM
Is there a way (wouldn't it be nice if there were a way) to search all open objects in a project? (!)
Mike Green
11-18-2011, 03:33 AM
No, there's not a way in any of the Propeller IDEs. I have seen editors that will search all files in the directory containing the current source program, but none of them support the Propeller.
frank freedman
11-18-2011, 05:02 AM
No, there's not a way in any of the Propeller IDEs. I have seen editors that will search all files in the directory containing the current source program, but none of them support the Propeller.
*nix (or mac Leopard) once GCC is set up in Eclipse, you could use the eclipse shell function to run a grep "expression" * to find it in the files..........
Can't speak to emacs, never really spent the time with it, and have not used it w/ prop work. I run linux, so keep a terminal open if I need it; but that is not IDE.
Frank