Files
ICEcoder/lib
Matt Pass d7a8b35ded Jump to Definition, opening up findReplace func
New function jumptToDefinition. This takes token at the current cursor
position and then looks for that function definition as a set piece of
text 'function '+tokenString. This is triggered from CTRL+J so you can
hit this whenever you're on a function call and it will jump to it's
declaration.
In doing this I have repurposed the 1st param in findReplace function to
now accept a string to find. Previously we had this set to action, but
this variable was never used, must have just been a placeholder. In the
couple of places we call this function now we are passing the find input
box value.
2013-05-04 15:19:31 +01:00
..
2013-03-02 16:23:31 +00:00
2013-04-21 15:48:04 +01:00
2013-03-02 16:59:09 +00:00
2013-04-30 17:48:54 +01:00
2013-04-20 16:12:32 +01:00
2012-10-09 07:57:28 +01:00
2013-04-20 16:11:20 +01:00
2013-04-20 17:51:56 +01:00