Robert O'Callahan: Eclipse + Gecko = Win |
With Eclipse 4.4.1 CDT and the in-tree Eclipse project builder (./mach build-backend -b CppEclipse), the Eclipse C++ tools work really well on Gecko. Features I really enjoy:
nsTArray> array;Eclipse will autocomplete methods of Foo starting with P ... i.e., it handles "auto", C++ for-range loops, nsTArray and nsRefPtr operator overloading.
for (auto& v : array) {
v->P
Thanks to Jonathan Watt and Benoit Girard for the mach support and other Eclipse work over the years!
I assume other IDEs can do these things too, but if you're not using a tool at least this powerful, you might be leaving some productivity on the table.
With Eclipse, rr, and a unified hg repo, hacking Gecko has never felt so good :-).
| Комментировать | « Пред. запись — К дневнику — След. запись » | Страницы: [1] [Новые] |