Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[orion-dev] some more files moving from orion.client.editor to orion.client.core

This is a heads up that only really would matter to you if you are using the Orion editor by hand-crafting a collection of files instead of using the editor builds.
I fixed a bug yesterday [1] that moved the keyBinding.js and util.js files from the editor to the core.  This is not the first time that files have moved like this, but this is the first time that low level files such as TextView now depend on files in org.eclipse.orion.client.core  (or in the "orion" namespace rather than "orion/editor" from a requirejs point of view.)

If you are using editor builds or orion builds, this change shouldn't affect you (except that if you referenced "orion/editor/keyBinding" or "orion/editor/util" in your code you now need to reference "orion/keyBinding" and "orion/util".)

susan

[1] https://bugs.eclipse.org/bugs/show_bug.cgi?id=396832


Back to the top