brackets-archive / bracketsIssues

Archive of issues in brackets.
0 stars 0 forks source link

[CLOSED] Move Line Up/Down on Key #1312

Open core-ai-bot opened 2 years ago

core-ai-bot commented 2 years ago

Issue by Shakakai Friday Aug 03, 2012 at 03:52 GMT Originally opened as https://github.com/adobe/brackets/pull/1334


Hiya! First pull request for brackets :D

Ticket: https://trello.com/card/1-move-line-up-down-on-key/4f90a6d98f77505d7940ce88/487

Completed: If no selection, shift current line up/down If selection, shift all lines within the selection up/down Don't do anything fancy like fixing up indent or trying to be smart about blocks (e.g. in JS)


Shakakai included the following code: https://github.com/adobe/brackets/pull/1334/commits

core-ai-bot commented 2 years ago

Comment by adrocknaphobia Friday Aug 03, 2012 at 04:17 GMT


@Shakakai: Thanks for the contribution. Would you please sign the contributor license agreement?

http://dev.brackets.io/brackets-contributor-license-agreement.html

core-ai-bot commented 2 years ago

Comment by RaymondLim Friday Aug 03, 2012 at 04:18 GMT


@Shakakai

Sorry to say that this is implemented in pull request #1282 and already merged 3 days ago.

core-ai-bot commented 2 years ago

Comment by peterflynn Monday Aug 06, 2012 at 21:30 GMT


Closing since this feature was already added