Josh 'Acecool' Moser

Results 99 comments of Josh 'Acecool' Moser

@mg979 The features list is long, but I'll keep the examples short in this post.. I use a callback system to allow the greatest level of flexibility. If you have...

I did just run into an issue though.. I'm not recursing the same function anywhere yet I got a recursion error... ```python [ XCodeMapperBase > LANG_INITIALIZING > ConfigAccessorFunc ] Creating...

@mg979 Short answer above ------ Also, regarding the Lua extension... Yes.. I will be, at the least, creating multiple versions. One would need to be renamed depending the features you'd...

@mg979 In order to keep the code_map..py files small, I extracted the Callback and set it up as a base.. To further simplify I merged the Callback and XCodeBase together......

Added a lot of new features since last update. Cleaned up the files a bit. Added a few helper functions to hide categories, and add vararg support for most of...

Update: I uploaded a new version today because I saw after rebooting that I accidentally moved the config above a definition which is used by the default config... I am...

I've been adding little things here and there. I may add the _X for all of the maps ( so people can create their own rules adding on to the...

Oh - updates - A lot of updates have occurred but most specifically Python can now sort the function names nested within a class alphabetically because a simple nesting system...

```python Searching 5 files for "code_map." C:\Users\Acecool\AppData\Roaming\Sublime Text 3\Packages\CodeMap\code_map.py: 71 for syntax in default_mappers: 72 if not path.isfile(mapper_path(syntax)): 73: zip.extract('custom_mappers/code_map.'+syntax+'.py', dst) 74 75 for syntax in custom_languages: .. 86 87...

I'll submit a different request for renaming all of the code_map.ext.py files...