- May 25, 2011
-
-
Rene Saarsoo authored
Currently setting the limit to 25. Now also keeping the store in reverse chronological order, inserting items at the top and removing items from the bottom.
-
Rene Saarsoo authored
-
Rene Saarsoo authored
Fix adding items to history by setting correct itemSelector for HistoryItems view. Wrong selector caused crash when menu had been already rendered.
-
Rene Saarsoo authored
Easier to type.
-
Rene Saarsoo authored
The public/private status of several classes changed in SDK.
-
Rene Saarsoo authored
Make Class#lookup return nil if class not found. From now on, running JSDuck on ExtJS 4.0.1 will generate a bunch of warnings as some classes that should not be private are marked as such in ExtJS source code. Use the --private-classes option to turn showing of private classes back on again.
-
- May 24, 2011
-
-
Nick Poulden authored
-
- May 23, 2011
-
-
Rene Saarsoo authored
Just like subclasses, currently even using the same icon, because I don't know of any better.
-
Rene Saarsoo authored
Hide inherited checkbox now also hides items in menus and changes the member-counts to reflect the change.
-
Rene Saarsoo authored
-
Rene Saarsoo authored
Detecting the version and description of @deprecated tag. Showing a red warning in deprecated methods.
-
Rene Saarsoo authored
-
Rene Saarsoo authored
When {@link Foo} found and Foo is alternate classname for Bar, then link to Bar is created instead.
-
Rene Saarsoo authored
Currently at top of the class hierarchy. Maybe there's a better place, but it should do for now.
-
Rene Saarsoo authored
All widget.* aliases are now recorded as xtype names. Although currently SDK docs still only display one xtype per component, because @xtype overrides any xtypes detected from code. (It's the same with alternateClassNames and mixins.)
-
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
-