-
Notifications
You must be signed in to change notification settings - Fork 45
Attempts to make it available on st3. #80
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
|
I see that there are a lot of changes that are related to code style preferences (for example, here), and to the fact that different spacing is used. Please adapt to code styling, provide only real changes, and stash everything into a single commit if you want me to review. Best, |
|
Also, there already is work done for ST3 here: #78. Why wasn't this good and you provided an alternative? |
- remove class SublimerlGlobal, extract its methods into outter functions. + add sublimerl.py, make it the entry of this plugin. * move original *.py into package sublimerl_lib.
- man function, I use Zeal instead. + erlang parser can detect -compile([export_all]) now. + add function search, format code into context menu. * if rebar.config and ebin cannot be found, use editing file's path as root.
|
@ostinelli , hi, I have tried to make my commits more tidy, see is that acceptable for u. :D |
Warning: erl_scan:token_info/2: deprecated (will be removed in OTP 19); use erl_scan:{category,column,line,location,symbol,text}/1 instead
Fix erl_scan:token_info deprecated warning
Hi, I have done some coding to make it available on st3.
works well on Ubuntu, test function is not tested.