JAL-518 refactored groovy script into main codebase as an Edit Command and alignment... features/JAL-518_justify_seqs_in_region
authorJim Procter <j.procter@dundee.ac.uk>
Fri, 16 Sep 2022 16:52:25 +0000 (17:52 +0100)
committerJim Procter <j.procter@dundee.ac.uk>
Fri, 16 Sep 2022 16:52:25 +0000 (17:52 +0100)
commit1b1f995b3eb83dc3496510bfc2278f1f72fcfd8a
treea78595127991fc40495616533cdadc82897c7899
parent9949854f4c2dc75980f15acdee69594ca6b22631
JAL-518 refactored groovy script into main codebase as an Edit Command and alignment view controller method. Left and Right Justify operations now in Edit menu on alignment window and selection popup.
examples/groovy/justifyRegionQuick.groovy [deleted file]
help/help/html/menus/alwedit.html
resources/lang/Messages.properties
src/jalview/api/AlignViewControllerI.java
src/jalview/api/AlignViewportI.java
src/jalview/commands/JustifyLeftOrRightCommand.java [new file with mode: 0644]
src/jalview/controller/AlignViewController.java
src/jalview/gui/AlignFrame.java
src/jalview/gui/PopupMenu.java
src/jalview/jbgui/GAlignFrame.java
src/jalview/viewmodel/AlignmentViewport.java