- Jul 13, 2011
-
-
Rene Saarsoo authored
-
Rene Saarsoo authored
-
Rene Saarsoo authored
This comment will be removed anyway in the final compressed app.js.
-
Rene Saarsoo authored
Although most of the JavaScript was already compressed, apply YUI compressor once more, to compact the uncompressed parts too - most notably the CodeMirror source.
-
Rene Saarsoo authored
Use a hackish way to locate yui-compressor relative to sencha command.
-
Rene Saarsoo authored
I'd like to include the compressed version also to release version of JSDuck - these files have to be referenced separately then. Also excluded the localStorageDb name config - similar case.
-
Rene Saarsoo authored
-
Rene Saarsoo authored
The Docs App JavaScript file now gets build with minimal amount of ExtJS in it. Added a missing dependancy to app.js to make it work.
-
Rene Saarsoo authored
Use ext-all-debug.js and ext-all.css for inline examples. This way the examples use the standard ExtJS styles and are also debuggable.
-
Rene Saarsoo authored
Now all the libs are located there.
-
Rene Saarsoo authored
Implementing full copy-to-clipboard turned out to be way too much trouble.
-
- Jul 12, 2011
-
-
Rene Saarsoo authored
-
Rene Saarsoo authored
The placeholder for ExtJS path had been lost from index.html.
-
Rene Saarsoo authored
Using the sencha SDK tools.
-
Rene Saarsoo authored
-
- Jul 11, 2011
-
-
Rene Saarsoo authored
-
Rene Saarsoo authored
Code examples beginning with @example are now automatically converted to example components. Like so: /** * See this example: * * @example * alert("This is a dynamic example"); * * or this: * * alert("That's a static example, no preview available"); * */
-
Rene Saarsoo authored
The code of inline examples is now inserted inside the HTML by JSDuck parser. Completely removed the code for doing Ajax loading of examples. This currently also removed the support for Gists from Github.
-
Rene Saarsoo authored
-
Rene Saarsoo authored
Again temporarily getting rid of tabs.
-
Rene Saarsoo authored
Removing this whole thing temporarily. I'm trying to concentrate on inline examples and this thing is just getting on my way.
-
Rene Saarsoo authored
-
Rene Saarsoo authored
-
Rene Saarsoo authored
-
Rene Saarsoo authored
This component had nothing to do with being inline.
-
Rene Saarsoo authored
Also accessing the ID outside the class through a method.
-
Rene Saarsoo authored
- Added missing semicolons. - Added and improved comments. - Removed extra whitespace. - Removed self-variables, which were of minimal use.
-
Rene Saarsoo authored
-
Rene Saarsoo authored
Also change the CSS class name to be more CSS-ish.
-
Rene Saarsoo authored
-
Rene Saarsoo authored
Same thing as with tree in previous commit.
-
Rene Saarsoo authored
The tree nodes are now actual links, so middle-click is handled by the browser itself, and it's even possible to right-click and choose "Open in new tab" from menu.
-
- Jul 08, 2011
-
-
Rene Saarsoo authored
Added small "<" and ">" buttons below the search results dropdown that switch from one page to another.
-
Rene Saarsoo authored
Fixes newlines problem in IE7/8.
-
Rene Saarsoo authored
The resulting documentation may otherwise contain files like JSON.html and Json.html, which are different in UNIX, but will cause a conflict when transferred to Windows. Now doing a case-insensitive file_exists? check even on UNIX.
-
- Jul 07, 2011
-
-
Rene Saarsoo authored
-
- Jul 06, 2011
-
-
Rene Saarsoo authored
-
Rene Saarsoo authored
Moved HTML surrounding footer text to app.rb
-
Rene Saarsoo authored
The --body-html replaces --append-html. The canonical URL and description are now added through --head-html - so they aren't hardcoded and can be changed when JSDuck is used for something else than ExtJS 4.
-
Rene Saarsoo authored
-