1. Change tab spacing in the Eu debugger?
- Posted by DB James <larch at adelphia.net> Aug 02, 2005
- 504 views
Hi all, This may be a dumb, long-ago-figured-out question, but I have trouble with the Eu debugger when I have several indents. The large spacing in the debugger pushes my code off the screen and I have no way to right-scroll to see it. Is there a way to change the tab-spacing? I could live with turning tabs off, if necessary to see the code. Or a tab spacing of two would probably work well. Any answers, ideas? --Quark
2. Re: Change tab spacing in the Eu debugger?
- Posted by Bob Elia <bobelia200 at netzero.net> Aug 02, 2005
- 497 views
At 11:08 AM 8/2/05 -0700, you wrote: > > >posted by: DB James <larch at adelphia.net> > > >Hi all, > >This may be a dumb, long-ago-figured-out question, but I have trouble with >the Eu debugger when I have several indents. The large spacing in the >debugger pushes my code off the screen and I have no way to right-scroll >to see it. Is there a way to change the tab-spacing? I could live with >turning tabs off, if necessary to see the code. Or a tab spacing of two >would probably work well. Any answers, ideas? > >--Quark Or adjustable. Great suggestion; this has been bugging me since day one. Bob
3. Re: Change tab spacing in the Eu debugger?
- Posted by Robert Craig <rds at RapidEuphoria.com> Aug 02, 2005
- 513 views
- Last edited Aug 03, 2005
DB James wrote: > This may be a dumb, long-ago-figured-out question, but I have trouble with the > Eu debugger > when I have several indents. The large spacing in the debugger pushes my code > off > the screen and I have no way to right-scroll to see it. Is there a way to > change the > tab-spacing? I could live with turning tabs off, if necessary to see the > code. Or > a tab spacing of two would probably work well. Any answers, ideas? I'll give this some thought. Maybe if a lot of your lines are going to be well past the edge of the screen, trace could automatically shrink your tabs and/or remove the line numbers on the left. Regards, Rob Craig Rapid Deployment Software http://www.RapidEuphoria.com
4. Re: Change tab spacing in the Eu debugger?
- Posted by DB James <larch at adelphia.net> Aug 03, 2005
- 496 views
Robert Craig wrote: > > DB James wrote: > > This may be a dumb, long-ago-figured-out question, but I have trouble with > > the Eu debugger > > when I have several indents. The large spacing in the debugger pushes my > > code off > > the screen and I have no way to right-scroll to see it. Is there a way to > > change the > > tab-spacing? I could live with turning tabs off, if necessary to see the > > code. Or > > a tab spacing of two would probably work well. Any answers, ideas? > > I'll give this some thought. > Maybe if a lot of your lines are going to be well > past the edge of the screen, trace could automatically > shrink your tabs and/or remove the line numbers on the left. > > Regards, > Rob Craig > Rapid Deployment Software > <a href="http://www.RapidEuphoria.com">http://www.RapidEuphoria.com</a> > Hi, Yes, something along those lines. I have often wondered what was going on over there on the right, and was er, left hanging. Don't know about shrinking the numbers as doing that much good, but whatever works is fine. Thanks for the timely response, --Quark