src/Builder4/WindowState.vala
authorAlan Knowles <alan@roojs.com>
Fri, 25 Sep 2015 08:44:14 +0000 (16:44 +0800)
committerAlan Knowles <alan@roojs.com>
Fri, 25 Sep 2015 08:44:14 +0000 (16:44 +0800)
src/Builder4/WindowState.vala

index 3beec84..fd8aa8e 100644 (file)
@@ -18,7 +18,8 @@ public class WindowState : Object
                CODE,
                CODEONLY,
                FILES,
-               PROJECT // project settings..
+               PROJECT, // project settings..
+               FILEPROJECT // project when in file mode
        }
 
        public State state = State.NONE;