diff options
Diffstat (limited to 'mrustc.layout')
-rw-r--r-- | mrustc.layout | 74 |
1 files changed, 74 insertions, 0 deletions
diff --git a/mrustc.layout b/mrustc.layout new file mode 100644 index 00000000..080eab3c --- /dev/null +++ b/mrustc.layout @@ -0,0 +1,74 @@ +<?xml version="1.0" encoding="UTF-8" standalone="yes" ?> +<CodeBlocks_layout_file> + <ActiveTarget name="Debug" /> + <File name="parse\lex.hpp" open="1" top="0" tabpos="2" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0"> + <Cursor> + <Cursor1 position="3076" topLine="129" /> + </Cursor> + </File> + <File name="parse\parseerror.hpp" open="0" top="0" tabpos="0" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0"> + <Cursor> + <Cursor1 position="660" topLine="12" /> + </Cursor> + </File> + <File name="types.hpp" open="1" top="0" tabpos="7" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0"> + <Cursor> + <Cursor1 position="758" topLine="0" /> + </Cursor> + </File> + <File name="ast\ast.cpp" open="1" top="0" tabpos="9" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0"> + <Cursor> + <Cursor1 position="915" topLine="4" /> + </Cursor> + </File> + <File name="parse\preproc.cpp" open="0" top="0" tabpos="0" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0"> + <Cursor> + <Cursor1 position="128" topLine="0" /> + </Cursor> + </File> + <File name="parse\expr.cpp" open="1" top="1" tabpos="5" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0"> + <Cursor> + <Cursor1 position="1916" topLine="56" /> + </Cursor> + </File> + <File name="parse\lex.cpp" open="0" top="0" tabpos="0" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0"> + <Cursor> + <Cursor1 position="15276" topLine="469" /> + </Cursor> + </File> + <File name="parse\parseerror.cpp" open="0" top="0" tabpos="0" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0"> + <Cursor> + <Cursor1 position="726" topLine="0" /> + </Cursor> + </File> + <File name="ast\ast.hpp" open="1" top="0" tabpos="8" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0"> + <Cursor> + <Cursor1 position="299" topLine="12" /> + </Cursor> + </File> + <File name="samples\1.rs" open="1" top="0" tabpos="3" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0"> + <Cursor> + <Cursor1 position="217" topLine="15" /> + </Cursor> + </File> + <File name="parse\common.hpp" open="1" top="0" tabpos="6" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0"> + <Cursor> + <Cursor1 position="571" topLine="0" /> + </Cursor> + </File> + <File name="parse\root.cpp" open="1" top="0" tabpos="4" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0"> + <Cursor> + <Cursor1 position="8738" topLine="254" /> + </Cursor> + </File> + <File name="parse\preproc.hpp" open="0" top="0" tabpos="0" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0"> + <Cursor> + <Cursor1 position="127" topLine="0" /> + </Cursor> + </File> + <File name="main.cpp" open="1" top="0" tabpos="1" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0"> + <Cursor> + <Cursor1 position="194" topLine="0" /> + </Cursor> + </File> +</CodeBlocks_layout_file> |