bitcity

Results 6 issues of bitcity

Select a rectangular area using Shift+Right_Click (or CTRL+ALT+UP/DOWN). When I invoke AlignTab, the indentation is applied to complete lines instead of just the rectangular selection. ## --- Want to back...

enhancement

This is a feature request: Is it possible to add a keyboard shortcut that would flag the autobackups file name with a suffix (a tiny comment) when saving the file....

My config : Sublime Text 2 + SublimeJEDI + Django 1.6 I've just started using SublimeJEDI with ST2 after finding PyCharm to be very heavy & slow. While declaring database...

enhancement
jedi

I've installed `uwsgi==2.0.10` on Ubuntu and using it with nginx. When I stop uwsgi service with `vacuum=True`, I get an error message in the log file: ``` SIGINT/SIGQUIT received...killing workers......

Question : Would ManifestStaticFilesStorage be a suitable replacement when using cache busting url for this project ? Reason : According to recent Django [docs](https://docs.djangoproject.com/en/1.11/ref/contrib/staticfiles/#django.contrib.staticfiles.storage.CachedStaticFilesStorage) > *Warning* > CachedStaticFilesStorage isn’t recommended...

The setting below generates empty JS/CSS files in `STATIC_ROOT` ``` STATICFILES_FINDERS = ( 'pipeline.finders.FileSystemFinder', 'pipeline.finders.AppDirectoriesFinder', 'pipeline.finders.CachedFileFinder', 'pipeline.finders.PipelineFinder', ) ``` The ones below work, but they also copy the source JS/CSS...