Skip to main content



      Home
Home » Language IDEs » C / C++ IDE (CDT) » In eclipse, when I input an "Enter" key in ".c" file, next time I open this file
In eclipse, when I input an "Enter" key in ".c" file, next time I open this file [message #1828752] Thu, 18 June 2020 02:32 Go to next message
Eclipse UserFriend
In eclipse, when I input an "Enter" key in ".c" file, next time I open this file,messy code shows.
  • Attachment: 111.jpg
    (Size: 135.30KB, Downloaded 96 times)
Re: In eclipse, when I input an "Enter" key in ".c" file, next time I open this [message #1828758 is a reply to message #1828752] Thu, 18 June 2020 03:22 Go to previous messageGo to next message
Eclipse UserFriend
Try asking on the CDT forum: http://www.eclipse.org/forums/eclipse.tools.cdt

Keep in mind that most people looking at your picture won't know what's messy and what's normal. I.e., what did it look like when it wasn't messy? Perhaps there is some encoding issue involved?
Re: In eclipse, when I input an "Enter" key in ".c" file, next time I open this [message #1828793 is a reply to message #1828758] Thu, 18 June 2020 12:35 Go to previous messageGo to next message
Eclipse UserFriend
Your OS probably has a built-in way to capture the screen more cleanly, plus a before and after set of pictures would make this easier to understand.
Re: In eclipse, when I input an "Enter" key in ".c" file, next time I open this [message #1828800 is a reply to message #1828758] Thu, 18 June 2020 20:28 Go to previous message
Eclipse UserFriend
Ed Merks wrote on Thu, 18 June 2020 07:22
Try asking on the CDT forum: http://www.eclipse.org/forums/eclipse.tools.cdt

Keep in mind that most people looking at your picture won't know what's messy and what's normal. I.e., what did it look like when it wasn't messy? Perhaps there is some encoding issue involved?

normally it should show as below:
void main()
{
printf("Hello World");
}
but now it shows as picture,thoroughly messy, I set encoding in window->preference->general->workspace and file encoding property same, still show messy.
Previous Topic:Eclipse CDT .project file loses all linked resources 50% of the time
Next Topic:Bad file number
Goto Forum:
  


Current Time: Thu Apr 24 11:50:08 EDT 2025

Powered by FUDForum. Page generated in 0.04201 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top