Tabs appeared

Questions and discussion about the ZBasic IDE.
Post Reply
pjc30943
Posts: 220
Joined: 01 December 2005, 18:45 PM

Tabs appeared

Post by pjc30943 »

Anyone know how to turn off showing tabs in the code? Apparently I hit some keystrokes that somehow enabled showing tabs with small arrows, and it's not clear how they can be turned back off...
Paul
dkinzer
Site Admin
Posts: 3120
Joined: 03 September 2005, 13:53 PM
Location: Portland, OR

Re: Tabs appeared

Post by dkinzer »

pjc30943 wrote:Anyone know how to turn off showing tabs in the code?
If it is what I think you're referring to, I'm not sure how you would have gotten it turned on. In any case, I believe that you can force it off by adding the lines below to the end of your User Options File. Actually, only the first is probably necessary to turn it off.

Code: Select all

view.whitespace=0
view.indentation.whitespace=0
You can edit the User Options File within the IDE by using the "Open User Options File" entry on the Options menu. Afterward, you'll probably have to exit and restart.

The information above is found in the SciTE Help file accessible by first loading the ZBasic IDE Help (Help | ZBasic IDE Help) and then clicking on the SciTE Help hot link near the top of the first page. I found the configuration item by searching for "whitespace" on that page.
- Don Kinzer
pjc30943
Posts: 220
Joined: 01 December 2005, 18:45 PM

Post by pjc30943 »

Thank you; I neglected to mention that this indeed fixed the issue, so hence this much delayed reply.
Paul
Post Reply