This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 250067 - Expand tabs to spaces
Summary: Expand tabs to spaces
Status: RESOLVED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: Editor (show other bugs)
Version: 8.0.2
Hardware: PC Linux
: P3 normal (vote)
Assignee: Alexander Simon
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-01-28 13:33 UTC by jonyrock
Modified: 2015-07-29 15:13 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description jonyrock 2015-01-28 13:33:04 UTC
Suppose we have a file 

#ifndef AAA_H
#define	AAA_H

<some code>

#endif	/* AAA_H */


this piece of interesting because we have tab here "#define	AAA_H"
and tab here "#endif	/* AAA_H */" 

BUT if we choose "expand tabs to spaces" then netbeans will not substitute spaces in places mentioned above. It is a problem for btw, because your svn server will not get code with tabs.
Comment 1 Alexander Simon 2015-07-23 14:56:09 UTC
fixed, change set:
http://hg.netbeans.org/cnd-main/rev/ca28016c7e3c
Comment 2 Quality Engineering 2015-07-24 01:18:52 UTC
Integrated into 'main-silver', will be available in build *201507240001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/ca28016c7e3c
User: Alexander Simon <alexvsimon@netbeans.org>
Log: fixed Bug #250067 Expand tabs to spaces