Salir
  • Comunidad global
    • Idioma:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티

ESTK goto linenumber

Explorador ,
Jul 01, 2008 Jul 01, 2008
Hi,
is there any way to go directly to a line number with the ESTK ? I am getting tired scrolling within a rather long script.
Stefan
TEMAS
Scripts
758
Traducir
Informe
Directrices de la comunidad
Sé amable y respetuoso, muestra títulos de crédito de la fuente de contenido original y busca duplicados antes de publicar. Más información
community guidelines
Campeón ,
Jul 01, 2008 Jul 01, 2008
Hi you will be pleased to learn that "No, I don't think that you can get a particular line calling it" BUT you can with ESTK2, add bookmarks (I hope this is the good term in english, I have a fr estk here).
Then you can navigate through the bookmarks. If you have ten bookmarks, I guess you can't access the 8th instantanately but pressing F2 mny times will allow you to navigate very quick through your code.
Loic
Traducir
Informe
Directrices de la comunidad
Sé amable y respetuoso, muestra títulos de crédito de la fuente de contenido original y busca duplicados antes de publicar. Más información
community guidelines
Explorador ,
Jul 01, 2008 Jul 01, 2008
Hi Loic,
well this helps some but if I get an error message in line 328, which I do not know beforehand, I cannot use bookmarks
Thanks
Stefan
Traducir
Informe
Directrices de la comunidad
Sé amable y respetuoso, muestra títulos de crédito de la fuente de contenido original y busca duplicados antes de publicar. Más información
community guidelines
Campeón ,
Jul 01, 2008 Jul 01, 2008
another thing that you may do, but it's clearly crap, is to add comments like //lnX where x is incremental
//ln5
/*
script here
*/
//ln10
etc.
Then youn can search for ln150 for example
But I do recognize this is the worst way of navigating ever.
Traducir
Informe
Directrices de la comunidad
Sé amable y respetuoso, muestra títulos de crédito de la fuente de contenido original y busca duplicados antes de publicar. Más información
community guidelines
Campeón ,
Jul 01, 2008 Jul 01, 2008
But you know what after all.
Just run your scipt into ESTK, it will point directly the line which is causing the error. Doesn't it ?
Loic
Traducir
Informe
Directrices de la comunidad
Sé amable y respetuoso, muestra títulos de crédito de la fuente de contenido original y busca duplicados antes de publicar. Más información
community guidelines
Explorador ,
Jul 01, 2008 Jul 01, 2008
MÁS RECIENTES
loic_aigon wrote:
> But you know what after all.
> Just run your scipt into ESTK, it will point directly the line which is causing the error. Doesn't it ?
> Loic

ESTK was much better about this than ESTK2, FWIW.

-X
Traducir
Informe
Directrices de la comunidad
Sé amable y respetuoso, muestra títulos de crédito de la fuente de contenido original y busca duplicados antes de publicar. Más información
community guidelines