清理代码

pull/7/head
ChenX 7 years ago
parent 5c69b64461
commit 3dd74deff2

@ -0,0 +1,6 @@
test('should behave...', () =>
{
});

@ -7,13 +7,13 @@ import { app, ApplicationService } from '../ApplicationServices/Application';
import { GetPointPrompt, InputState } from '../Common/InputState';
import { MouseKey } from '../Common/KeyEnum';
import { Entity, Line } from '../DatabaseServices/Entity';
import { GeUtils } from '../Geometry/GeUtils';
import { RenderType } from '../GraphicsSystem/Enum';
import { CommandStore } from '../UI/Store/CommandStore';
import { KeyBoardControls } from './KeyBoardControls';
import { MouseControls } from './MouseControls';
import { PromptPointResult, PromptStatus } from './PromptResult';
import { SelectControls } from './SelectControls';
import { GeUtils } from '../Geometry/GeUtils';
//TODO: 增加鼠标状态. 鼠标位置.
export class Editor

Loading…
Cancel
Save