- May 23, 2011
-
-
Rene Saarsoo authored
Class config now has "xtypes" property which is always array.
-
Rene Saarsoo authored
Currently it throws errors.
-
Rene Saarsoo authored
- No tabs, spaces. - In scss file using the same style of brace-placement.
-
- May 21, 2011
-
-
Nick Poulden authored
-
Nick Poulden authored
-
Nick Poulden authored
-
- May 20, 2011
-
-
Rene Saarsoo authored
-
Rene Saarsoo authored
To avoid using Ext.getCmp() all over the place.
-
Rene Saarsoo authored
This way it's more in sync with the classname.
-
Rene Saarsoo authored
-
Rene Saarsoo authored
-
Rene Saarsoo authored
Also show the dropdown when focused again.
-
Rene Saarsoo authored
Now one can type "grid.panel" and find Ext.grid.Panel easily.
-
Rene Saarsoo authored
Previously searching for class members was completely impossible. Now searching both from class names and member names works. Just searching from the whole class name doesn't work, but that's not too bad.
-
Rene Saarsoo authored
- renamed panel to dropdown. - renamed curItem,lastItem to curIndex,lastIndex. - renamed curItem in other method to record. - renamed handleClick to loadRecord. - using record.get("type") instead of record.data.type. - using store.getCount() instead of undocumented store.data.length.
-
Rene Saarsoo authored
Less ambiguous.
-
Rene Saarsoo authored
Also hide the search results menu after click/ENTER.
-
Rene Saarsoo authored
-
Rene Saarsoo authored
This prevents losing focus when starting typing at search field.
-
Rene Saarsoo authored
Instead of magic numbers + comments.
-
Rene Saarsoo authored
-
Rene Saarsoo authored
-
Nick Poulden authored
-
Nick Poulden authored
-
Nick Poulden authored
IE can't deal with Docs.view.class so renamed to Docs.view.cls. Also started a production build rake task
-
- May 19, 2011
-
-
Rene Saarsoo authored
No more managing the long list of javascript files in index.html. Somehow I couldn't get the loading of Docs.History to work... We'll see about that later...
-
Rene Saarsoo authored
It just hanged there at the center of the page.
-
Rene Saarsoo authored
Using this.menus only worked by pure chance - the initial array was added to the prototype and so it was shared by all instances. Better make this behavior explicit.
-
Rene Saarsoo authored
Added some missing doc-comments.
-
Rene Saarsoo authored
And add some missing semicolons.
-
Rene Saarsoo authored
Moved syntax highlighting to separate class, so it can be called from multiple places.
-
Rene Saarsoo authored
Also move History.js too inside app/ directory.
-
Rene Saarsoo authored
-
Rene Saarsoo authored
Merge in updated mvc with history support and other fixes.
-
Nick Poulden authored
-
Nick Poulden authored
-
Rene Saarsoo authored
-
Rene Saarsoo authored
-
Rene Saarsoo authored
Turns off warnings, of which there are currenly a lot. Created Logger class for managing the warnings centrally.
-
- May 18, 2011
-
-
Nick Poulden authored
-