new search modes: first, last, smallest

This commit is contained in:
Honfika
2014-02-27 23:44:18 +01:00
parent a9fa051e8a
commit 5affc79d25
4 changed files with 31 additions and 4 deletions
@@ -22,5 +22,5 @@ package com.jpexs.decompiler.flash;
*/
public enum SearchMode {
ALL, BIGGEST
ALL, BIGGEST, SMALLEST, FIRST, LAST
}