Overview
Examples
Screenshots
Comparisons
Applications
Download
Documentation
Tutorials
Bazaar
Status & Roadmap
FAQ
Authors & License
Forums
Funding Ultimate++
Search on this site
Search in forums












SourceForge.net Logo
Home » U++ TheIDE » U++ TheIDE: Installation, Compiling and Running of theide » Prevent auto carriage return
Prevent auto carriage return [message #57500] Fri, 10 September 2021 21:41 Go to next message
Xemuth is currently offline  Xemuth
Messages: 387
Registered: August 2018
Location: France
Senior Member
The question may seems stupid but since last version of theIDE, it auto format my code when I'm writting :
This code :
{
    Array<VkQueueFamilyProperties> allQueues = move(physicalDevice.GetPhysicalDeviceQueueFamilyProperties())
}

became :
{
   Array<VkQueueFamilyProperties> allQueues = 
   move(physicalDevice.GetPhysicalDeviceQueueFamilyProperties());
}

the moment I put the semi-colon.

Disabling all setups in Code formatting and Assist menus is not preventing TheIDE to auto format my code.
How can I disable this feature ?


Re: Prevent auto carriage return [message #57501 is a reply to message #57500] Fri, 10 September 2021 21:50 Go to previous message
Xemuth is currently offline  Xemuth
Messages: 387
Registered: August 2018
Location: France
Senior Member
Deleting my theIDE.cfg and relaunching TheIDE fixed the issue
Previous Topic: How to relocate upp.out?
Next Topic: Errors when compiling TheIDE
Goto Forum:
  


Current Time: Fri Mar 29 03:10:03 CET 2024

Total time taken to generate the page: 0.02012 seconds