Andrew Eatherington wrote: > Re-factoring is a good one. > Picking up methods from an import and core classes (auto-sense). > Syntax and error handling from mtasc (click and go to line) - is this > already there? > > A feature I like in Xcode is a droplist of methods within a class and > a history droplist (would probably be very valuable in complex > projects) with a next/previous file edited.
Im not sure if its the same but eclipse has built in support for prev / next navigation 'Workbench editors keep a navigation history. If you open a second editor while you're editing, you can press Navigate > Backward (Alt+Left Arrow, or the back arrow on the workbench toolbar) to go back to the last editor. This makes working with several open editors a whole lot easier' Alt+Right Arrow goes forwards. There also a 'Last Edit Location' shortcut which is really handy when you start typing then move off somewhere else looking for something you need to know and want to jump back to the edit easily. _______________________________________________ osflash mailing list [email protected] http://osflash.org/mailman/listinfo/osflash_osflash.org
