Skip to content

Commit

Permalink
Added missing macro commands (fixes notepad-plus-plus#374, closes not…
Browse files Browse the repository at this point in the history
  • Loading branch information
gallegretti authored and milipili committed Jul 15, 2015
1 parent ed0a0a6 commit 8bec636
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions PowerEditor/src/NppCommands.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2674,6 +2674,8 @@ void Notepad_plus::command(int id)
case IDM_EDIT_JOIN_LINES:
case IDM_EDIT_LINE_UP:
case IDM_EDIT_LINE_DOWN:
case IDM_EDIT_REMOVEEMPTYLINES:
case IDM_EDIT_REMOVEEMPTYLINESWITHBLANK:
case IDM_EDIT_UPPERCASE:
case IDM_EDIT_LOWERCASE:
case IDM_EDIT_BLOCK_COMMENT:
Expand Down

0 comments on commit 8bec636

Please sign in to comment.