coderespawn / dock-spawn

Dock Spawn is a web based dock layout engine that aids in creating flexible user interfaces by enabling panels to be docked on the screen similar to Visual Studio IDE
http://dockspawn.com
MIT License
255 stars 76 forks source link

Missing files #2

Closed TimNZ closed 11 years ago

TimNZ commented 11 years ago

This issue was also the case with old code.

I saw you updated the code and fetched latest version.

In dock_spawn.dart there is: import '../../core_utils/lib/core_utils.dart';

This file does not exist.

Is it where Point2 is defined?

As that class is missing in source and references to it compile to: this.dragStartPosition = $.throwRuntimeError("cannot resolve Point2");

Same for BoundingBox

coderespawn commented 11 years ago

Hi, please try now. I refactored the directory layout last night as per pub specification. Also removed core_utils dependency and moved them to the lib/utils directory. The demo could be found under web/demo directory. There is a known issue that pops up in the JS compiled version when undocking a panel due to concurrent array modificiation which I am working on. I've filed #3 for it

TimNZ commented 11 years ago

Thanks, now loads in Chrome and FF.

coderespawn commented 11 years ago

Fixed issue #3