• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Tim Cooke
  • Campbell Ritchie
  • paul wheaton
  • Ron McLeod
  • Devaka Cooray
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Piet Souris
Bartenders:

jbuilder automatic indent

 
Greenhorn
Posts: 6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi guys,
This is a really stupid question but I can't work out how to turn off atumatic indent on JBuilder 8. Its quite infuriating not being able to use tab!!!
Any help would be appreciated
Chris
 
Ranch Hand
Posts: 82
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Bumping this to the top as I have the same problem. It is really making my job a bear as my boss does NOT like the use of spaces.
int<space>myInt; Bad to him
int<tab>myInt; He likes very much
 
Greenhorn
Posts: 11
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I forget how to activate the tab key but can you use F2 instead?
 
Bill White
Ranch Hand
Posts: 82
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Nope, F2 key didn't do anything for me.
 
Jeff Sparaganna
Greenhorn
Posts: 11
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I'm using 7, but prolly the same...
From menu bar...
Tools
Editor Options
Editor Tab
Indent options
 
Sheriff
Posts: 7023
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
In JBuilder 8, you can specify that the tab character is to be used by editing the project properties. Take a look at the "Formatting" tab. On the "Basic" sub-tab, in the "Indent" section is a check box to specify the use of the tab character.
 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Originally posted by Dirk Schreckmann:
In JBuilder 8, you can specify that the tab character is to be used by editing the project properties. Take a look at the "Formatting" tab. On the "Basic" sub-tab, in the "Indent" section is a check box to specify the use of the tab character.


I checked this option, but my tab key dont'work.....what else can i do ?
F2 key works, but i don't like it.....
 
reply
    Bookmark Topic Watch Topic
  • New Topic