Josh 'Acecool' Moser

Results 99 comments of Josh 'Acecool' Moser

What I am talking about is altering the code to reduce repetitions... For example, there seems to be 4 or more locations where almost identical code is used in code_map.py...

I agree with you - I need to take the time to rewrite it to outline the features, pros vs cons, etc.. along with screenshots - similar to what I...

I wasn't aware of your viewpoint - but I did suggest the merging of the category system without needing to merge anything else... Also, I didn't say merge the mappers...

I've tried a lot of different things but I can't reproduce is as of yet... I've attempted: Selecting multiple lines and switching between multiple languages and multiple files of varying...

Got it ```python ## Grab all of the active views for the current window... _views = sublime.active_window( ).views( ) ## Code - Map is typically the LAST view, always... _code_map...

Note: For some reason this issue doesn't occur with Python mapper as it exists on the universal mapper - but when trying to add a txt.py custom_mapper it doesn't execute...

I tried that and it didn't work - even without my mods installed... Odd.. I'll look at it again... Regardless, if it somehow works without the hack - the hack...

For some reason, as I said - I could comment python out and it'd work but not for text / txt. Also, the exclusions list states that if an entry...

Cheers - but modifying core files isn't something I want to do with XCodeMapper... Hopefully oleg-shiro will correct this issue because it is detectable in code when you switch to...

I'll see what I can do... It does seem to be a true view - so we have a lot of options there.... What I'll do is incorporate some of...