issues
search
randy3k
/
AutomaticPackageReloader
Automatically reload submodules while developing a Sublime Text package.
MIT License
38
stars
13
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Refactor module reloading
#52
deathaxe
opened
9 months ago
0
Remove duplicate dummy reloading
#51
deathaxe
opened
9 months ago
0
Drop dummy module installing
#50
deathaxe
closed
10 months ago
3
Fix reloading importer
#49
deathaxe
closed
10 months ago
0
Sublime Text 3 Compatibility Issue
#48
deathaxe
closed
10 months ago
4
Refactor AutomaticPackageReloader33 creation
#47
deathaxe
closed
10 months ago
0
Hide auto-generated python 3.3 package
#46
deathaxe
closed
10 months ago
0
Use of installing/removing dummy module?
#45
deathaxe
closed
10 months ago
1
Fix use of deprecated arguments
#44
deathaxe
closed
10 months ago
0
Fix Package Control 4 compatibility
#43
deathaxe
closed
11 months ago
2
Fix attribute error due to Package Control method renaming
#42
phhuyhoang
closed
10 months ago
3
broken in sublime text 4
#41
airtonix
opened
2 years ago
1
Missing `on_init` call
#40
rwols
closed
4 years ago
3
FileNotFoundError: [WinError 3] The system cannot find the path specified: 'D:\\projects\\Project1\\static'
#39
teodred
closed
4 years ago
0
Unable to install via Package Control
#38
russelldavis
closed
4 years ago
1
support ST 4
#37
randy3k
closed
5 years ago
1
an alternative to #35
#36
randy3k
closed
5 years ago
2
Detect modules loaded via symlinks but opened by a different path
#35
sermoz
closed
5 years ago
3
ragarding path folder for bsd image dataset
#34
pandagre
opened
5 years ago
1
Removes is_enabled from PackageReloaderReloadCommand
#33
kylebebak
closed
5 years ago
4
WIP: Rewrite using sublime_plugin.load_module.
#32
Thom1729
closed
5 years ago
7
Use ismodule instead of isinstance.
#31
Thom1729
closed
5 years ago
1
Preserve lock across reloads.
#30
Thom1729
closed
5 years ago
2
Handle missing module errors.
#29
Thom1729
closed
5 years ago
0
Refactor `reload_package`
#28
Thom1729
closed
5 years ago
2
Prevent a couple of timing issues.
#27
Thom1729
closed
5 years ago
0
Reload first dependency's dependencies when reloading a dependency
#26
evandrocoan
opened
5 years ago
14
Run in own thread.
#25
Thom1729
closed
5 years ago
1
Recursively reload dependencies and packages.
#24
Thom1729
closed
5 years ago
1
Use sublime.find_resources instead of os.listdir to find plugins.
#23
Thom1729
closed
5 years ago
2
Use with for file operations.
#22
Thom1729
closed
6 years ago
1
Get package modules
#21
Thom1729
closed
5 years ago
0
Reload dependencies and their dependents.
#20
Thom1729
closed
6 years ago
2
Call plugin_loaded on target modules
#19
Varriount
opened
6 years ago
10
option for single file reload
#18
timotheecour
opened
6 years ago
4
[TODO] fix #16
#17
timotheecour
closed
6 years ago
6
relative_to_spp (and therefore reloading) doesn't work with symlinks
#16
timotheecour
closed
6 years ago
0
doesn't seem to work ; is that working with plugins inside symlinks?
#15
timotheecour
closed
6 years ago
4
How to prevent deadlocks when reload_on_save is enabled
#14
brupelo
closed
6 years ago
16
Shouldn't resolve symlinks
#13
FichteFoll
closed
6 years ago
2
How to reload a Sublime Text dependency?
#12
evandrocoan
closed
5 years ago
9
Fixed FileNotFoundError: [WinError 3] The system cannot find the
#11
evandrocoan
closed
6 years ago
0
FileNotFoundError: [WinError 3] The system cannot find the path specified
#10
evandrocoan
closed
6 years ago
20
Not working on SublimeLinter
#9
pykong
closed
7 years ago
14
Add option for less verbosity
#8
gerardroche
closed
7 years ago
4
Log message count increases after each reload
#7
gerardroche
opened
7 years ago
7
fix spelling of preferences command pallet entry
#6
deathaxe
closed
7 years ago
1
Command pallet spelling
#5
deathaxe
closed
7 years ago
3
Only show console on error
#4
FichteFoll
closed
7 years ago
6
add fallback for guessing package name from file name
#3
gwenzek
closed
7 years ago
2
Next