Commit | Date | |
---|---|---|
[r3187]
by
delphidabbler
Revised detail page HTML generation to generate complete document instead of just body section. |
2013-07-29 08:50:17 | Tree |
[r3186]
by
delphidabbler
Fixed potential duplicate item error in list of snippets sorted by display name in TGroupItem.Create. |
2013-07-28 09:18:44 | Tree |
2013-07-27 23:37:15 | Tree | |
[r3184]
by
delphidabbler
Modified all snippet list pages to display the correct snippet for the group being displayed, sorted on the snippet's display name. Fixes bug #86 "Snippets are sorted by snippet name in snippet table listings in detail pane" (https://sourceforge.net/p/codesnip/bugs/86/). |
2013-07-27 22:07:30 | Tree |
2013-07-27 16:31:17 | Tree | |
2013-07-27 14:45:37 | Tree | |
[r3181]
by
delphidabbler
Now store original bottom padding with element that has scroll bars given so that correct size can be restored when padding removed. |
2013-07-27 00:46:07 | Tree |
[r3180]
by
delphidabbler
Added onresize event handler to remove or add scroll bars from source code and compiler results table as required as the window size changes. |
2013-07-27 00:35:47 | Tree |
[r3179]
by
delphidabbler
Refactored so that functions in script do not pollute the global namespace. All functions formerly declared in window.onload have been moved out of the event handler. |
2013-07-27 00:30:54 | Tree |
[r3178]
by
delphidabbler
Now sets compiler table to automatically display scroll bars when content is too wide by using overflow-x CSS property with value "auto". This implements feature request #60 "Enable compiler table to scroll within width of detail pane" (https://sourceforge.net/p/codesnip/feature-requests/60/). |
2013-07-27 00:04:54 | Tree |