Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add column-mode editing to the IDE's text editor #6425

Closed
TheBetaFruit opened this issue Jun 24, 2017 · 4 comments
Closed

Add column-mode editing to the IDE's text editor #6425

TheBetaFruit opened this issue Jun 24, 2017 · 4 comments
Labels
feature request A request to make an enhancement (not a bug fix)

Comments

@TheBetaFruit
Copy link

It would be awesome to have a column-mode for the editor. This makes it really easy to replace whole columns of content at once.

Like in Visual Studio or Notepad ++, it could be activated using the Alt+Shift+ArrowKey Combination.

@facchinm facchinm added the feature request A request to make an enhancement (not a bug fix) label Jun 26, 2017
@facchinm
Copy link
Member

This should be first implemented by RSyntaxTextArea (issue here bobbylight/RSyntaxTextArea#90), feel free to comment on that issue to gain traction and speedup the implementation 😉

@per1234
Copy link
Collaborator

per1234 commented Jul 1, 2017

It should be noted that this feature was previously available in the Arduino IDE before the switch to RSyntaxTextArea in Arduino IDE 1.6.5 (see https://forum.arduino.cc/?topic=333659).

I agree that it's a very useful feature.

@CyberSwatTeam990000
Copy link

Is this ever coming? It's a pretty usual thing. I wanna comment out a whole method, I have to go line to line and double tap, what is this the 1970's lol

@per1234
Copy link
Collaborator

per1234 commented Mar 2, 2021

Great news everyone! This requested functionality is now available in Arduino IDE 2.x. By default, it uses the same standard keyboard shortcut as VS Code and Notepad++.

It's still in the beta development phase, but if you like, you're welcome to try it out:
https://www.arduino.cc/en/software#experimental-software

@per1234 per1234 closed this as completed Mar 2, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request A request to make an enhancement (not a bug fix)
Projects
None yet
Development

No branches or pull requests

4 participants