Tagged Questions
The lf tag has no wiki summary.
4
votes
3answers
958 views
1
vote
1answer
99 views
How to turn off Git warnings “LF will be replaced by CRLF”?
I am working on Windows, but may also work on Unix, so I don't need to store Windows line endings. I just want to suppress the warning.
I found these Stack Overflow questions that are relevant:
How ...
1
vote
3answers
2k views
Java L&F customization: How do I use synth to customize BorderFactory borders?
Specifically, I currently have a JPanel with a TitledBorder. I want to customize the look of the border. In my app's current state, the title is drawn, but not the line border itself.
If I bind an ...
0
votes
2answers
102 views
Remove line feed (LF) from XML node using XSLT
I have the following in an XML node:
<TR_Comment>XXX YYY ZZZ
</TR_Comment>
(as you can see there is a line feed)
My XSLT is really simple:
<xsl:value-of ...
0
votes
1answer
58 views
diff and patch using wrong line ending when creating new files or line end changed
I'm trying to create a patch using diff, but I can't get the patch to use the line end characters used in the files when creating a new file or to change the line ending when the file changes it. ...
0
votes
0answers
159 views
wordML docx file corrupted if [Content_Types].xml if Unix line endings (at any point)
I'm creating a WordML file on a Unix server. I've found that when I try to open the final document, I am told it is corrupted.
I have an identical example document that opens perfectly. The only ...
0
votes
1answer
169 views
Git: commit file with LR with msys/cygwin Git
I have a bash script under Git version control on Windows (cygwin git).
I would like checkout file from repo with LF (it is bash script) on windows (and I have core.autocrlf=true). As a result, I've ...
0
votes
2answers
331 views
Has anyone got an example of aerith style swing mixed with GUI maintainability of SWT editing?
My boss loves VB (we work in a Java shop) because he thinks it's easy to learn and maintain. We want to replace some of the VB with java equivalents using the Eclipse SWT editor - because we think it ...