FPS計測を実装
@@ -43,56 +43,16 @@ | ||
43 | 43 | </provider> |
44 | 44 | </entry> |
45 | 45 | </file> |
46 | - <file leaf-file-name="FontManager.hx" pinned="false" current="false" current-in-tab="false"> | |
47 | - <entry file="file://$PROJECT_DIR$/Source/framework/FontManager.hx"> | |
48 | - <provider selected="true" editor-type-id="text-editor"> | |
49 | - <state vertical-scroll-proportion="0.0" vertical-offset="0" max-vertical-offset="1095"> | |
50 | - <caret line="16" column="10" selection-start-line="16" selection-start-column="10" selection-end-line="16" selection-end-column="10" /> | |
51 | - <folding /> | |
52 | - </state> | |
53 | - </provider> | |
54 | - </entry> | |
55 | - </file> | |
56 | - <file leaf-file-name="SoundManager.hx" pinned="false" current="false" current-in-tab="false"> | |
57 | - <entry file="file://$PROJECT_DIR$/Source/framework/SoundManager.hx"> | |
58 | - <provider selected="true" editor-type-id="text-editor"> | |
59 | - <state vertical-scroll-proportion="0.0" vertical-offset="0" max-vertical-offset="1500"> | |
60 | - <caret line="43" column="43" selection-start-line="43" selection-start-column="43" selection-end-line="43" selection-end-column="43" /> | |
61 | - <folding /> | |
62 | - </state> | |
63 | - </provider> | |
64 | - </entry> | |
65 | - </file> | |
66 | - <file leaf-file-name="Application.hx" pinned="false" current="false" current-in-tab="false"> | |
46 | + <file leaf-file-name="Application.hx" pinned="false" current="true" current-in-tab="true"> | |
67 | 47 | <entry file="file://$PROJECT_DIR$/Source/framework/Application.hx"> |
68 | 48 | <provider selected="true" editor-type-id="text-editor"> |
69 | - <state vertical-scroll-proportion="0.0" vertical-offset="221" max-vertical-offset="2190"> | |
70 | - <caret line="50" column="29" selection-start-line="50" selection-start-column="29" selection-end-line="50" selection-end-column="29" /> | |
49 | + <state vertical-scroll-proportion="0.25261584" vertical-offset="221" max-vertical-offset="2190"> | |
50 | + <caret line="26" column="30" selection-start-line="26" selection-start-column="30" selection-end-line="26" selection-end-column="30" /> | |
71 | 51 | <folding /> |
72 | 52 | </state> |
73 | 53 | </provider> |
74 | 54 | </entry> |
75 | 55 | </file> |
76 | - <file leaf-file-name="InputManager.hx" pinned="false" current="false" current-in-tab="false"> | |
77 | - <entry file="file://$PROJECT_DIR$/Source/framework/InputManager.hx"> | |
78 | - <provider selected="true" editor-type-id="text-editor"> | |
79 | - <state vertical-scroll-proportion="0.0" vertical-offset="0" max-vertical-offset="2250"> | |
80 | - <caret line="9" column="24" selection-start-line="9" selection-start-column="24" selection-end-line="9" selection-end-column="24" /> | |
81 | - <folding /> | |
82 | - </state> | |
83 | - </provider> | |
84 | - </entry> | |
85 | - </file> | |
86 | - <file leaf-file-name="FpsView.hx" pinned="false" current="true" current-in-tab="true"> | |
87 | - <entry file="file://$PROJECT_DIR$/Source/framework/FpsView.hx"> | |
88 | - <provider selected="true" editor-type-id="text-editor"> | |
89 | - <state vertical-scroll-proportion="0.9641256" vertical-offset="195" max-vertical-offset="1020"> | |
90 | - <caret line="56" column="82" selection-start-line="56" selection-start-column="82" selection-end-line="56" selection-end-column="82" /> | |
91 | - <folding /> | |
92 | - </state> | |
93 | - </provider> | |
94 | - </entry> | |
95 | - </file> | |
96 | 56 | </leaf> |
97 | 57 | </component> |
98 | 58 | <component name="FindManager"> |
@@ -652,7 +612,7 @@ | ||
652 | 612 | <window_info id="Commander" active="false" anchor="right" auto_hide="false" internal_type="SLIDING" type="SLIDING" visible="false" weight="0.4" sideWeight="0.5" order="0" side_tool="false" content_ui="tabs" /> |
653 | 613 | <window_info id="Application Servers" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.33" sideWeight="0.5" order="7" side_tool="false" content_ui="tabs" /> |
654 | 614 | <window_info id="Project" active="false" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="true" weight="0.20300752" sideWeight="0.5" order="0" side_tool="false" content_ui="combo" /> |
655 | - <window_info id="Run" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="true" weight="0.25134265" sideWeight="0.5" order="2" side_tool="false" content_ui="tabs" /> | |
615 | + <window_info id="Run" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.25134265" sideWeight="0.5" order="2" side_tool="false" content_ui="tabs" /> | |
656 | 616 | <window_info id="Cvs" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.25" sideWeight="0.5" order="4" side_tool="false" content_ui="tabs" /> |
657 | 617 | <window_info id="Message" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.33" sideWeight="0.5" order="0" side_tool="false" content_ui="tabs" /> |
658 | 618 | <window_info id="Find" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.33" sideWeight="0.5" order="1" side_tool="false" content_ui="tabs" /> |
@@ -1056,34 +1016,34 @@ | ||
1056 | 1016 | </state> |
1057 | 1017 | </provider> |
1058 | 1018 | </entry> |
1059 | - <entry file="file://$PROJECT_DIR$/Source/framework/InputManager.hx"> | |
1019 | + <entry file="file://$PROJECT_DIR$/Source/framework/FontManager.hx"> | |
1060 | 1020 | <provider selected="true" editor-type-id="text-editor"> |
1061 | - <state vertical-scroll-proportion="0.0" vertical-offset="0" max-vertical-offset="2250"> | |
1062 | - <caret line="9" column="24" selection-start-line="9" selection-start-column="24" selection-end-line="9" selection-end-column="24" /> | |
1021 | + <state vertical-scroll-proportion="0.0" vertical-offset="0" max-vertical-offset="1095"> | |
1022 | + <caret line="16" column="10" selection-start-line="16" selection-start-column="10" selection-end-line="16" selection-end-column="10" /> | |
1063 | 1023 | <folding /> |
1064 | 1024 | </state> |
1065 | 1025 | </provider> |
1066 | 1026 | </entry> |
1067 | - <entry file="file://$PROJECT_DIR$/Source/framework/FontManager.hx"> | |
1027 | + <entry file="file://$PROJECT_DIR$/Source/framework/FpsView.hx"> | |
1068 | 1028 | <provider selected="true" editor-type-id="text-editor"> |
1069 | - <state vertical-scroll-proportion="0.0" vertical-offset="0" max-vertical-offset="1095"> | |
1070 | - <caret line="16" column="10" selection-start-line="16" selection-start-column="10" selection-end-line="16" selection-end-column="10" /> | |
1029 | + <state vertical-scroll-proportion="0.6053812" vertical-offset="195" max-vertical-offset="1020"> | |
1030 | + <caret line="40" column="0" selection-start-line="40" selection-start-column="0" selection-end-line="40" selection-end-column="0" /> | |
1071 | 1031 | <folding /> |
1072 | 1032 | </state> |
1073 | 1033 | </provider> |
1074 | 1034 | </entry> |
1075 | - <entry file="file://$PROJECT_DIR$/Source/framework/Application.hx"> | |
1035 | + <entry file="file://$PROJECT_DIR$/Source/framework/InputManager.hx"> | |
1076 | 1036 | <provider selected="true" editor-type-id="text-editor"> |
1077 | - <state vertical-scroll-proportion="0.0" vertical-offset="221" max-vertical-offset="2190"> | |
1078 | - <caret line="50" column="29" selection-start-line="50" selection-start-column="29" selection-end-line="50" selection-end-column="29" /> | |
1037 | + <state vertical-scroll-proportion="0.20179372" vertical-offset="0" max-vertical-offset="2250"> | |
1038 | + <caret line="9" column="24" selection-start-line="9" selection-start-column="24" selection-end-line="9" selection-end-column="24" /> | |
1079 | 1039 | <folding /> |
1080 | 1040 | </state> |
1081 | 1041 | </provider> |
1082 | 1042 | </entry> |
1083 | - <entry file="file://$PROJECT_DIR$/Source/framework/FpsView.hx"> | |
1043 | + <entry file="file://$PROJECT_DIR$/Source/framework/Application.hx"> | |
1084 | 1044 | <provider selected="true" editor-type-id="text-editor"> |
1085 | - <state vertical-scroll-proportion="0.9641256" vertical-offset="195" max-vertical-offset="1020"> | |
1086 | - <caret line="56" column="82" selection-start-line="56" selection-start-column="82" selection-end-line="56" selection-end-column="82" /> | |
1045 | + <state vertical-scroll-proportion="0.25261584" vertical-offset="221" max-vertical-offset="2190"> | |
1046 | + <caret line="26" column="30" selection-start-line="26" selection-start-column="30" selection-end-line="26" selection-end-column="30" /> | |
1087 | 1047 | <folding /> |
1088 | 1048 | </state> |
1089 | 1049 | </provider> |