jdf / Processing.py-Bugs

A home for all bugs and feature requests about Python Mode for the Processing Development Environment.
41 stars 8 forks source link

Unable to edit '\t' in Processing IDE. #276

Open kristof777 opened 5 years ago

kristof777 commented 5 years ago

I am trying to change the size of the tabs in my editor, but it does not seem to register settings properly. I want '\t' to resolve to 2 spaces instead of the default 4. I have tried fiddling with the following settings to get this to work, but none have altered this behaviour.

editor.indent=false editor.smooth=false editor.tabs.expand=false editor.tabs.size=1

No matter what these settings are, when the following occurs: def function(): And the cursor will be 4 spaces in.

It would seem that the preferences.txt file is not being recognized, but when I reopen processing, and navigate to File-> Preferences, it shows the proper linked file with those set to the above.

kristof777 commented 5 years ago

Note: When I changed smooth, the text in the editor started looking very pixelated. This proves that the file is being properly recognized I believe.

RedHotRojo commented 4 years ago

It's been a year, and still no fix (Windows 10, Processing 3.5.3). Does anyone mind fixing this in Processing 4?