Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug in saving user properties containing line continuation characters #2782

Closed
martyngigg opened this issue Nov 16, 2010 · 1 comment
Closed
Assignees
Milestone

Comments

@martyngigg
Copy link
Member

If there is any text directly before a line that has a \ at then end within the Mantid.user.properties file then that line gets prepended to the saved version.

Example:
Original user properties file contains:

# All paths should contain forward slashes
datasearch.directories = '/home/dmn58364/mantidproject/data';\
'/home/dmn58364/mantidproject/otherdata'
  • Start MantidPlot
  • Open the user preferences dialog and click apply then cancel.
  • Re-open the Mantid.user.properties file and the above line will look like
# All paths should contain forward slashes
# All paths should contain forward slashesdatasearch.directories = '/home/dmn58364/mantidproject/data';\
'/home/dmn58364/mantidproject/otherdata'

@martyngigg martyngigg self-assigned this Jun 3, 2015
@martyngigg martyngigg added this to the Iteration 26 milestone Jun 3, 2015
@martyngigg
Copy link
Member Author

This issue was originally trac ticket 1935

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant