Eclipse Mac 到 Windows 记事本格式化无回车

发布于 2024-12-26 20:50:04 字数 151 浏览 2 评论 0原文

我在 mac 上使用 eclipse 来进行 java 编码。

现在我需要打开一个用 mac eclipse 创建的 .java 文件,并在 Windows 记事本中打开它。

然而,所有回车/换行格式都消失了。

有没有办法可以保留所有格式?

I am using eclipse on mac to do my java coding.

Now i need to open a .java file that was created with mac eclipse and open it in a Windows notepad.

However all the carriage return/ newline formatting is gone.

Is there a way where I can retain all the formatting?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

带上头具痛哭 2025-01-02 20:50:04

Windows 记事本无法显示除 Windows 中使用的换行符之外的换行符(CR+LF,Unix 系统仅使用 LF)。如果您必须在记事本等内置编辑器中打开它,请尝试使用写字板。

Windows notepad is not able to display linebreaks other than the ones used in Windows (CR+LF, Unix-Systems use LF only). If you have to open it in a built-in Editor like Notepad, try WordPad.

岛歌少女 2025-01-02 20:50:04

如果您想更改行结尾首选项,请转至:

Window -> Preferences -> General -> Workspace -> New text file line delimiter.

如果您想将行结尾转换为 Windows 格式,请阅读 这篇文章用于使用翻转来完成此操作。

否则我会建议您使用其他文本编辑器,例如 Notepad++Windows 上的 Sublime Text 2

问候。

If you want to change line endings preferences go to:

Window -> Preferences -> General -> Workspace -> New text file line delimiter.

If you want to convert line endings to windows format, read this post for doing it with flip.

Otherwise I will recommend you to use other text editor like Notepad++ or Sublime Text 2 on windows.

Regards.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文