Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [platform-ant-dev] PlantyContentOutlinePage and converting tabs to spaces

Documents have support for line separators.

IDocument:

#getLegalLineDelimiters()
#getLineDelimiter(int)

Darin



|---------+---------------------------------->
|         |           Jared Burns            |
|         |           <jared-eclipse@xxxxxxxx|
|         |           m>                     |
|         |           Sent by:               |
|         |           platform-ant-dev-admin@|
|         |           eclipse.org            |
|         |                                  |
|         |                                  |
|         |           02/03/2003 11:42 AM    |
|         |           Please respond to      |
|         |           platform-ant-dev       |
|         |                                  |
|---------+---------------------------------->
  >---------------------------------------------------------------------------------------------------------------------------------------------|
  |                                                                                                                                             |
  |       To:       platform-ant-dev@xxxxxxxxxxx                                                                                                |
  |       cc:                                                                                                                                   |
  |       Subject:  Re: [platform-ant-dev] PlantyContentOutlinePage and converting tabs to spaces                                               |
  |                                                                                                                                             |
  >---------------------------------------------------------------------------------------------------------------------------------------------|




Can't this use the platform line separator variable available from the
core?

- Jared

On Monday 03 February 2003 02:59 am, Alf.Schiefelbein@xxxxxxxx wrote:
> Some more words about the outline code:
> The code is neither very pretty nor clean. When creating the code I had
to
> fight with differences between \n and \n\r. I don't remember all details
> anymore, though it was something like the editor and/or xerces always
> omits \r though it esists in the file. Some kind of strange calculations
in
> the code
> are a result of that issue.
_______________________________________________
platform-ant-dev mailing list
platform-ant-dev@xxxxxxxxxxx
http://dev.eclipse.org/mailman/listinfo/platform-ant-dev






Back to the top