Add "Unite with next" button
This commit is contained in:
@ -8,14 +8,14 @@ defmodule Outlook.InternalTree.TunitModifications do
|
||||
name: "unite_with_next",
|
||||
fn: &unite_with_next/2,
|
||||
label: "Unite with next",
|
||||
description: "unite translation unit with next"
|
||||
description: "unite selected translation unit with (unselected) next"
|
||||
},
|
||||
%{
|
||||
name: "split_tunit",
|
||||
fn: &split_tunit/2,
|
||||
label: "Split Translation unit",
|
||||
description: "split translation unit into two"
|
||||
}
|
||||
# %{
|
||||
# name: "split_tunit",
|
||||
# fn: &split_tunit/2,
|
||||
# label: "Split Translation unit",
|
||||
# description: "split translation unit into two"
|
||||
# }
|
||||
]
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user