Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » Java Development Tools (JDT) » How to determine JDT indentation tab size
How to determine JDT indentation tab size [message #910838] Mon, 10 September 2012 13:20 Go to next message
Eclipse UserFriend
Hello,
is it possible to determine the specified indentation tab size from the
properties programmatically?

best regards,
Gilbert
Re: How to determine JDT indentation tab size [message #911348 is a reply to message #910838] Tue, 11 September 2012 12:28 Go to previous messageGo to next message
Eclipse UserFriend
Doesn't anybody know the solution?

best regards,
Gilbert

Gilbert Mirenque wrote:
> Hello,
> is it possible to determine the specified indentation tab size from the
> properties programmatically?
>
> best regards,
> Gilbert
>
Re: How to determine JDT indentation tab size [message #915919 is a reply to message #910838] Tue, 18 September 2012 08:02 Go to previous messageGo to next message
Eclipse UserFriend
Is this the wrong newsgroup or why don't I get an answer?

Gilbert Mirenque wrote:
> Hello,
> is it possible to determine the specified indentation tab size from the
> properties programmatically?
>
> best regards,
> Gilbert
>
Re: How to determine JDT indentation tab size [message #916097 is a reply to message #910838] Tue, 18 September 2012 14:16 Go to previous messageGo to next message
Dani Megert is currently offline Dani MegertFriend
Messages: 3802
Registered: July 2009
Senior Member
On 10.09.2012 15:20, Gilbert Mirenque wrote:
> Hello,
> is it possible to determine the specified indentation tab size from the
> properties programmatically?
Take a look at
org.eclipse.jdt.internal.corext.util.CodeFormatterUtil.getTabWidth(IJavaProject)
(in 'org.eclipse.jdt.ui').

Dani
>
> best regards,
> Gilbert
Re: How to determine JDT indentation tab size [message #916657 is a reply to message #916097] Wed, 19 September 2012 09:28 Go to previous message
Eclipse UserFriend
Hi Dani,
thank you very much.

best regards,
Gilbert

Daniel Megert wrote:
> On 10.09.2012 15:20, Gilbert Mirenque wrote:
>> Hello,
>> is it possible to determine the specified indentation tab size from the
>> properties programmatically?
> Take a look at
> org.eclipse.jdt.internal.corext.util.CodeFormatterUtil.getTabWidth(IJavaProject)
> (in 'org.eclipse.jdt.ui').
>
> Dani
>>
>> best regards,
>> Gilbert
Previous Topic:Error while Starting Tomcat 6.0
Next Topic:Plugin: Add CVS via Script
Goto Forum:
  


Current Time: Thu Apr 25 04:23:50 GMT 2024

Powered by FUDForum. Page generated in 0.02533 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top