001package org.vishia.commander; 002 003/**This file is only used to store the version historie of the package and tool Fcmd. 004 * @author Hartmut Schorrig 005 * 006 */ 007public class FcmdHistorie 008{ 009 010 011 /** 012 * <ul> 013 * <li>2017-09-15: 014 * <ul><li>_make/makejar_Fcmd.bat: GitGui is part of jar. Location of srcJava_vishiaBase and zbnf.jar now ..\..\..\ZBNF\ 015 * <li>{@link FcmdFavorPathSelector#actionCleanFileRemote}: used for command "fol&Der/&Clean dirtree" to remove all instances of FileRemote in a partial tree. 016 * It should help on 'delete' file command. Yet 'delete' deletes the physical file but not the FileRemote instance in the FileCluster. yet still TODO: delete FileRemote instance with physical file. 017 * <li>FcmdSettings: remove the old cmd buttons. Only the jzcmd-using files are present. 018 * <li>FcmdStatusLine: Show parent id, to detect double instances of FileRemote. 019 * </ul> 020 * </ul> 021 * 022 */ 023 public static final String version = "2017-09-15"; 024 025}