Bug 361389 - API Tools quick fix changes all line delimiters in .api_filters
Summary: API Tools quick fix changes all line delimiters in .api_filters
Status: RESOLVED FIXED
Alias: None
Product: PDE
Classification: Eclipse Project
Component: API Tools (show other bugs)
Version: 3.8   Edit
Hardware: PC Windows 7
: P3 normal (vote)
Target Milestone: 3.8 M7   Edit
Assignee: Dani Megert CLA
QA Contact:
URL:
Whiteboard:
Keywords: helpwanted
Depends on:
Blocks:
 
Reported: 2011-10-19 08:53 EDT by Markus Keller CLA
Modified: 2012-04-11 12:24 EDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Markus Keller CLA 2011-10-19 08:53:11 EDT
I20111018-0850

The API Tools quick fix to remove an unused API problem filter changes all line delimiters in .api_filters to the platform default delimiter (Windows, in my case).

Operations on existing files must always use the existing delimiter format. For new files, the Platform.PREF_LINE_SEPARATOR preference must be used (but the quick fix doesn't even respect that option, which is set to \n in my case).