This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| (01:28:21 PM) dashx: Date sorting in DataTables. Has anyone done this here? | |
| (01:30:15 PM) __love__: wtf is datatables? | |
| (01:33:16 PM) dashx: __love__ It's a jQuery based plugin to dynamically create tables | |
| (01:33:41 PM) __love__: dashx: so why would #django be able to tell you how to fix it? | |
| (01:34:01 PM) dashx: __love__ good question, django cant seem to fix anything. :) | |
| (01:34:31 PM) __love__: dashx: lookit you being edgy. good job |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "auto_complete_delay": 0, | |
| "font_size": 11, | |
| "ignored_packages": | |
| [ | |
| "JSLint", | |
| "Vintage" | |
| ], | |
| "save_on_focus_lost": true, | |
| "show_tab_close_buttons": false, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "auto_complete_delay": 0, | |
| "font_size": 11, | |
| "ignored_packages": | |
| [ | |
| "JSLint", | |
| "Vintage" | |
| ], | |
| "save_on_focus_lost": true, | |
| "show_tab_close_buttons": false, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [ | |
| // Swap the bindings of "ctrl+d" and "alt+f3" | |
| { "keys": ["ctrl+d"], "command": "find_all_under" }, | |
| { "keys": ["alt+f3"], "command": "find_under_expand" } | |
| ] |
NewerOlder