|
| 1 | +SublimeCodeIntel v2.1.0 Release Notes |
| 2 | +===================================== |
| 3 | +I'd like to extend a big thank you to wizza-smile for his hard work towards |
| 4 | +improving SublimeCodeIntel, without his help this realease wouldn't have been |
| 5 | +possible. |
| 6 | + |
| 7 | +!!!!!!!!!!!!!!!!!!!!!!!!!! HELP WANTED !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! |
| 8 | + Maintaining this project is hard, I do it in my spare time, but I'm |
| 9 | + alone. If anyone is interested in contributing, please contact me. I |
| 10 | + really need much more help maintaining SublimeCodeIntel. |
| 11 | +!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! |
| 12 | + |
| 13 | +[Restart Sublime Text after reading this. In case of trouble, please read the Troubleshooting section in the README] |
| 14 | + |
| 15 | +A full-featured code intelligence and smart autocomplete engine for Sublime Text. |
| 16 | +(Code intelligence plugin ported from Open Komodo Editor to Sublime Text) |
| 17 | + |
| 18 | +If you like SublimeCodeIntel, please make a donation: http://sublimecodeintel.github.io/SublimeCodeIntel/donate.html |
| 19 | + |
| 20 | + |
| 21 | +For more information: |
| 22 | +--------------------- |
| 23 | +Please take the time to read the documentation: |
| 24 | + |
| 25 | +* Online - http://sublimecodeintel.github.io/SublimeCodeIntel/ |
| 26 | + |
| 27 | + |
| 28 | +CHANGES/FIXES |
| 29 | +------------- |
| 30 | + |
| 31 | ++ New settings concept. Settings can now be defined in *.sublime-project file |
| 32 | + |
| 33 | ++ Define the directory, where your projects codeintel database should reside (new setting "codeintel_database_dir") |
| 34 | + |
| 35 | ++ Sublime style word completions from buffer (new setting "codeintel_word_completions" possible values: "buffer", "all" or "none") |
| 36 | + |
| 37 | ++ cCmpletions are now showing user-defined snippets (the way its supposed to be, isnt it?) |
| 38 | + |
| 39 | ++ PHP local variables support |
| 40 | + |
| 41 | ++ PHP static variables support |
| 42 | + |
| 43 | ++ PHP completions from HTML embedded blocks |
| 44 | + |
| 45 | ++ Fix the "codeintel_scan_exclude_dir" setting (it was doing nothing at all so far!) |
| 46 | + |
| 47 | ++ Improved speed for PHP completions dramatically by fixing the number of import libs |
| 48 | + |
| 49 | ++ No longer crashes when saving settings file |
0 commit comments