Sublime Forum

CodeIntel ported from Open Komodo Editor

#101

I just finally updated the Windows binaries. I had to make a virtual machine with Windows and stuff, but it’s now done! :smiley: For those using SublimeCodeIntel in windows, pleas pull the latest.

0 Likes

#102

Kronuz, I know I’m acting like a baby, but I just can’t figure out how to get this plugin working correctly. Could you please explain to me and other Windows users how to get this working like we’re 5-year-olds?

Plugin looks awesome. I just can’t get it to work. I think I’m missing some key step in the process. :frowning:

0 Likes

#103

Works for me :smiley:

0 Likes

#104

Hi,

congratulations for your work, this plugin is pretty good.

Is it possible to you implement a function like “quick documentation lookup” for standard language methods?

I mean, we already have the tooltips on the bottom bar, but for some more complicated functions is pretty hard to understand the tip in one single line without any formatting, etc.

It could be a huge boost to present that information in a popup window (like in some texmate bundles) or in the console. I mean, tooltips on bottom bar are ok, but if we could have another option to see that automatically (or by key binding) on the console or in a popup with pretty formatting that would be much more simple to read and understand.

0 Likes

#105

There is no API for tooltips though.

0 Likes

#106

@jbrooksuk, yes, tooltips would be a very nice addition (Plugin Tooltips)…

Please vote for this: sublimetext.userecho.com/topic/54838-/ :smiley:

0 Likes

#107

[quote=“Kronuz”]@jbrooksuk, yes, tooltips would be a very nice addition (Plugin Tooltips)…

Please vote for this: sublimetext.userecho.com/topic/54838-/ :smiley:[/quote]

That would be great!

And what about displaying the info on the console panel?

0 Likes

#108

Right now the info it’s being shown in the status bar… but it looks cluttered and ugly (not to mention cropped)… tooltips here are the ideal solution.

@sublimator, what do you mean? for what language?

0 Likes

#109

Hi everyone,

i’m new with ST2.
I’ve just installed ST2 b2111, Package Control and SublimeCodeIntel via Package Control… but no way to use this plugin.
neither keybindings nor mousebindings work in my ubuntu 11.04.

WTF ?

0 Likes

#110

[quote=“marmotz”]Hi everyone,

i’m new with ST2.
I’ve just installed ST2 b2111, Package Control and SublimeCodeIntel via Package Control… but no way to use this plugin.
neither keybindings nor mousebindings work in my ubuntu 11.04.

WTF ?[/quote]

do you have this in yours base file settings?

"codeintel_live": true,

0 Likes

#111

[quote=“joaodrp”]
do you have this in yours base file settings?

"codeintel_live": true, [/quote]

No.
I just add these line but it still does not work.
In a PHP class, I type “$this->” and then ctrl + space and it displays all the PHP functions.
Same thing, after an object creation or if I want to call a static method.

I don’t understand…

0 Likes

#112

IT’S OK \o/

I’ve got a problem with SilverCity :smile:
I had to install python-dev and rebuild libs and it’s working :smile:

However, static methods are still not working :-/
I do not know if this is normal or not

0 Likes

#113

I forgot to post this after I got it working:

This plugin rocks. So much. Thank you so much.

0 Likes

#114

How do I install this?

0 Likes

#115

instructions are in the github page, just scroll a little bit down, also, you can use this plugin: wbond.net/sublime_packages/package_control and have acess to another plugins and automatic updates

0 Likes

#116

Hello…
It doesn’t seem to work while using this plugin for django syntax highlight.

0 Likes

#117

Hi,

I am getting ST2 crashing pretty much every time I try auto-completition (on a python project) if CodeIntel is enabled. I tried to remove the database and rebuild it but that did not help.
I am using Build 2111, and CodeIntel from the Package Control Plugin (Kronuz version).

Here’s the crash report:

[code]Process: Sublime Text 2 [814]
Path: /Applications/Sublime Text 2.app/Contents/MacOS/Sublime Text 2
Identifier: com.sublimetext.2
Version: Beta, Build 2111 (2111)
Code Type: X86-64 (Native)
Parent Process: launchd [245]

Date/Time: 2011-09-13 10:57:35.891 +0100
OS Version: Mac OS X 10.6.8 (10K549)
Report Version: 6

Interval Since Last Report: 170205 sec
Crashes Since Last Report: 30
Per-App Interval Since Last Report: 177264 sec
Per-App Crashes Since Last Report: 22
Anonymous UUID: 05C3D6E4-5B83-45DF-90C1-54B0A3492A72

Exception Type: EXC_BAD_ACCESS (SIGSEGV)
Exception Codes: KERN_INVALID_ADDRESS at 0x0000000000000068
Crashed Thread: 0 Dispatch queue: com.apple.main-thread

Thread 0 Crashed: Dispatch queue: com.apple.main-thread
0 com.sublimetext.2 0x000000014c731d4e auto_complete_handler::init(bool, bool, bool) + 7998
1 com.sublimetext.2 0x000000014c7472f2 skyline_text_control::show_auto_complete_window(bool) + 88
2 com.sublimetext.2 0x000000014c743449 auto_complete_command::run(value const&) + 127
3 com.sublimetext.2 0x000000014c6364e8 message_handler::handle_message(ui_message_type, void*) + 310
4 com.sublimetext.2 0x000000014c618bc0 route_message_using_input_focus(ui_message_type, void*, control*) + 80
5 com.sublimetext.2 0x000000014c663404 window::handle_event(px_event_t*) + 5530
6 com.sublimetext.2 0x000000014c800de4 px_watch_overlay_scroll_bars(void ()(void), void*) + 996
7 com.sublimetext.2 0x000000014c80372d px_destroy_render_context(px_render_context*) + 893
8 com.apple.AppKit 0x00007fff8393ae5b -[NSView performKeyEquivalent:] + 154
9 com.apple.AppKit 0x00007fff8393ac7c -[NSWindow performKeyEquivalent:] + 69
10 com.apple.AppKit 0x00007fff8393aa9b -[NSApplication _handleKeyEquivalent:] + 221
11 com.apple.AppKit 0x00007fff8380b6b9 -[NSApplication sendEvent:] + 3630
12 com.apple.AppKit 0x00007fff837a26de -[NSApplication run] + 474
13 com.sublimetext.2 0x000000014c6c1637 main + 1287
14 com.sublimetext.2 0x000000014c5faf94 start + 52

Thread 1: Dispatch queue: com.apple.libdispatch-manager
0 libSystem.B.dylib 0x00007fff811f8c0a kevent + 10
1 libSystem.B.dylib 0x00007fff811faadd _dispatch_mgr_invoke + 154
2 libSystem.B.dylib 0x00007fff811fa7b4 _dispatch_queue_invoke + 185
3 libSystem.B.dylib 0x00007fff811fa2de _dispatch_worker_thread2 + 252
4 libSystem.B.dylib 0x00007fff811f9c08 _pthread_wqthread + 353
5 libSystem.B.dylib 0x00007fff811f9aa5 start_wqthread + 13

Thread 2:
0 libSystem.B.dylib 0x00007fff8121aa6a __semwait_signal + 10
1 libSystem.B.dylib 0x00007fff8121e881 _pthread_cond_wait + 1286
2 com.sublimetext.2 0x000000014c605efb thread_queue_runner::run() + 97
3 com.sublimetext.2 0x000000014c605d29 thread_queue_runner::thread_queue_runner(work_queue*) + 217
4 libSystem.B.dylib 0x00007fff81218fd6 _pthread_start + 331
5 libSystem.B.dylib 0x00007fff81218e89 thread_start + 13

Thread 3:
0 libSystem.B.dylib 0x00007fff8121aa6a __semwait_signal + 10
1 libSystem.B.dylib 0x00007fff8121e881 _pthread_cond_wait + 1286
2 com.sublimetext.2 0x000000014c60df14 io_scheduler::extract_next_request() + 156
3 com.sublimetext.2 0x000000014c60dfe6 io_worker::thread_proc() + 158
4 com.sublimetext.2 0x000000014c60e009 io_worker::thread_proc() + 193
5 libSystem.B.dylib 0x00007fff81218fd6 _pthread_start + 331
6 libSystem.B.dylib 0x00007fff81218e89 thread_start + 13

Thread 4:
0 libSystem.B.dylib 0x00007fff8121aa6a __semwait_signal + 10
1 libSystem.B.dylib 0x00007fff8121e881 _pthread_cond_wait + 1286
2 org.python.python 0x000000014d162cea PyThread_acquire_lock + 100
3 org.python.python 0x000000014d166a29 initthread + 494
4 org.python.python 0x000000014d13e187 PyEval_EvalFrameEx + 15317
5 org.python.python 0x000000014d13fcce PyEval_EvalCodeEx + 1803
6 org.python.python 0x000000014d13e35e PyEval_EvalFrameEx + 15788
7 org.python.python 0x000000014d13fcce PyEval_EvalCodeEx + 1803
8 org.python.python 0x000000014d13e35e PyEval_EvalFrameEx + 15788
9 org.python.python 0x000000014d13fcce PyEval_EvalCodeEx + 1803
10 org.python.python 0x000000014d0e188f PyClassMethod_New + 1666
11 org.python.python 0x000000014d0bfff3 PyObject_Call + 112
12 org.python.python 0x000000014d13f54e PyEval_EvalFrameEx + 20380
13 org.python.python 0x000000014d13e2e1 PyEval_EvalFrameEx + 15663
14 org.python.python 0x000000014d13e2e1 PyEval_EvalFrameEx + 15663
15 org.python.python 0x000000014d13fcce PyEval_EvalCodeEx + 1803
16 org.python.python 0x000000014d0e18e1 PyClassMethod_New + 1748
17 org.python.python 0x000000014d0bfff3 PyObject_Call + 112
18 org.python.python 0x000000014d0cf9df PyClass_New + 1575
19 org.python.python 0x000000014d0bfff3 PyObject_Call + 112
20 org.python.python 0x000000014d1399db PyEval_CallObjectWithKeywords + 175
21 org.python.python 0x000000014d166db6 initthread + 1403
22 libSystem.B.dylib 0x00007fff81218fd6 _pthread_start + 331
23 libSystem.B.dylib 0x00007fff81218e89 thread_start + 13

Thread 5:
0 libSystem.B.dylib 0x00007fff8121aa6a __semwait_signal + 10
1 libSystem.B.dylib 0x00007fff8121e881 _pthread_cond_wait + 1286
2 org.python.python 0x000000014d162cea PyThread_acquire_lock + 100
3 org.python.python 0x000000014d166a29 initthread + 494
4 org.python.python 0x000000014d13e187 PyEval_EvalFrameEx + 15317
5 org.python.python 0x000000014d13fcce PyEval_EvalCodeEx + 1803
6 org.python.python 0x000000014d13e35e PyEval_EvalFrameEx + 15788
7 org.python.python 0x000000014d13fcce PyEval_EvalCodeEx + 1803
8 org.python.python 0x000000014d13e35e PyEval_EvalFrameEx + 15788
9 org.python.python 0x000000014d13fcce PyEval_EvalCodeEx + 1803
10 org.python.python 0x000000014d0e188f PyClassMethod_New + 1666
11 org.python.python 0x000000014d0bfff3 PyObject_Call + 112
12 org.python.python 0x000000014d13f54e PyEval_EvalFrameEx + 20380
13 org.python.python 0x000000014d13e2e1 PyEval_EvalFrameEx + 15663
14 org.python.python 0x000000014d13e2e1 PyEval_EvalFrameEx + 15663
15 org.python.python 0x000000014d13fcce PyEval_EvalCodeEx + 1803
16 org.python.python 0x000000014d0e18e1 PyClassMethod_New + 1748
17 org.python.python 0x000000014d0bfff3 PyObject_Call + 112
18 org.python.python 0x000000014d0cf9df PyClass_New + 1575
19 org.python.python 0x000000014d0bfff3 PyObject_Call + 112
20 org.python.python 0x000000014d1399db PyEval_CallObjectWithKeywords + 175
21 org.python.python 0x000000014d166db6 initthread + 1403
22 libSystem.B.dylib 0x00007fff81218fd6 _pthread_start + 331
23 libSystem.B.dylib 0x00007fff81218e89 thread_start + 13

Thread 6:
0 libSystem.B.dylib 0x00007fff8121aa6a __semwait_signal + 10
1 libSystem.B.dylib 0x00007fff8121e881 _pthread_cond_wait + 1286
2 org.python.python 0x000000014d162cea PyThread_acquire_lock + 100
3 org.python.python 0x000000014d166a29 initthread + 494
4 org.python.python 0x000000014d13e187 PyEval_EvalFrameEx + 15317
5 org.python.python 0x000000014d13fcce PyEval_EvalCodeEx + 1803
6 org.python.python 0x000000014d0e188f PyClassMethod_New + 1666
7 org.python.python 0x000000014d0bfff3 PyObject_Call + 112
8 org.python.python 0x000000014d13f54e PyEval_EvalFrameEx + 20380
9 org.python.python 0x000000014d13e2e1 PyEval_EvalFrameEx + 15663
10 org.python.python 0x000000014d13e2e1 PyEval_EvalFrameEx + 15663
11 org.python.python 0x000000014d13fcce PyEval_EvalCodeEx + 1803
12 org.python.python 0x000000014d0e18e1 PyClassMethod_New + 1748
13 org.python.python 0x000000014d0bfff3 PyObject_Call + 112
14 org.python.python 0x000000014d0cf9df PyClass_New + 1575
15 org.python.python 0x000000014d0bfff3 PyObject_Call + 112
16 org.python.python 0x000000014d1399db PyEval_CallObjectWithKeywords + 175
17 org.python.python 0x000000014d166db6 initthread + 1403
18 libSystem.B.dylib 0x00007fff81218fd6 _pthread_start + 331
19 libSystem.B.dylib 0x00007fff81218e89 thread_start + 13

Thread 7:
0 libSystem.B.dylib 0x00007fff8121aa6a __semwait_signal + 10
1 libSystem.B.dylib 0x00007fff8121e881 _pthread_cond_wait + 1286
2 org.python.python 0x000000014d162cea PyThread_acquire_lock + 100
3 org.python.python 0x000000014d166a29 initthread + 494
4 org.python.python 0x000000014d13e187 PyEval_EvalFrameEx + 15317
5 org.python.python 0x000000014d13fcce PyEval_EvalCodeEx + 1803
6 org.python.python 0x000000014d13e35e PyEval_EvalFrameEx + 15788
7 org.python.python 0x000000014d13fcce PyEval_EvalCodeEx + 1803
8 org.python.python 0x000000014d13e35e PyEval_EvalFrameEx + 15788
9 org.python.python 0x000000014d13e2e1 PyEval_EvalFrameEx + 15663
10 org.python.python 0x000000014d13e2e1 PyEval_EvalFrameEx + 15663
11 org.python.python 0x000000014d13e2e1 PyEval_EvalFrameEx + 15663
12 org.python.python 0x000000014d13fcce PyEval_EvalCodeEx + 1803
13 org.python.python 0x000000014d0e18e1 PyClassMethod_New + 1748
14 org.python.python 0x000000014d0bfff3 PyObject_Call + 112
15 org.python.python 0x000000014d0cf9df PyClass_New + 1575
16 org.python.python 0x000000014d0bfff3 PyObject_Call + 112
17 org.python.python 0x000000014d1399db PyEval_CallObjectWithKeywords + 175
18 org.python.python 0x000000014d166db6 initthread + 1403
19 libSystem.B.dylib 0x00007fff81218fd6 _pthread_start + 331
20 libSystem.B.dylib 0x00007fff81218e89 thread_start + 13

Thread 8:
0 libSystem.B.dylib 0x00007fff8121aa6a __semwait_signal + 10
1 libSystem.B.dylib 0x00007fff8121e881 _pthread_cond_wait + 1286
2 org.python.python 0x000000014d162cea PyThread_acquire_lock + 100
3 org.python.python 0x000000014d166a29 initthread + 494
4 org.python.python 0x000000014d13e187 PyEval_EvalFrameEx + 15317
5 org.python.python 0x000000014d13fcce PyEval_EvalCodeEx + 1803
6 org.python.python 0x000000014d13e35e PyEval_EvalFrameEx + 15788
7 org.python.python 0x000000014d13fcce PyEval_EvalCodeEx + 1803
8 org.python.python 0x000000014d13e35e PyEval_EvalFrameEx + 15788
9 org.python.python 0x000000014d13e2e1 PyEval_EvalFrameEx + 15663
10 org.python.python 0x000000014d13e2e1 PyEval_EvalFrameEx + 15663
11 org.python.python 0x000000014d13fcce PyEval_EvalCodeEx + 1803
12 org.python.python 0x000000014d0e18e1 PyClassMethod_New + 1748
13 org.python.python 0x000000014d0bfff3 PyObject_Call + 112
14 org.python.python 0x000000014d0cf9df PyClass_New + 1575
15 org.python.python 0x000000014d0bfff3 PyObject_Call + 112
16 org.python.python 0x000000014d1399db PyEval_CallObjectWithKeywords + 175
17 org.python.python 0x000000014d166db6 initthread + 1403
18 libSystem.B.dylib 0x00007fff81218fd6 _pthread_start + 331
19 libSystem.B.dylib 0x00007fff81218e89 thread_start + 13

Thread 0 crashed with X86 Thread State (64-bit):
rax: 0x00000000ffffffff rbx: 0x0000000000000001 rcx: 0x00007fff70140650 rdx: 0x00000000006e4380
rdi: 0x0000000000000060 rsi: 0x0000000116200000 rbp: 0x00007fff5fbfcfa0 rsp: 0x00007fff5fbfb710
r8: 0x0000000000000001 r9: 0x0000000116267650 r10: 0x00000001162bae70 r11: 0x000000000000000b
r12: 0x0000000000000001 r13: 0x00007fff5fbfce00 r14: 0x0000000101544200 r15: 0x00007fff5fbfcd00
rip: 0x000000014c731d4e rfl: 0x0000000000010206 cr2: 0x0000000000000068

Binary Images:
0x1007f5000 - 0x1007f8fff +net.culater.SIMBL.osax 0.9.7 (0.9.7) <1FDF1B1F-F495-144D-CAF2-D018D471C3F4> /Library/ScriptingAdditions/SIMBL.osax/Contents/MacOS/SIMBL
0x1137d3000 - 0x1137d5fff +sgmlop.so ??? (???) <83372303-533E-358D-88EC-662768813A21> /Users/norman/Library/Application Support/Sublime Text 2/Packages/SublimeCodeIntel/libs/_macosx_universal/sgmlop.so
0x113819000 - 0x113821fff parser.so ??? (???) <01067FD2-6BB2-71A6-EB1A-350568A7A668> /System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/lib-dynload/parser.so
0x1138f2000 - 0x113911fff +net.infinite-labs.Afloat 2.2 (2.2) <9EA43F67-DAB7-581A-8E85-AFCDFBC2B938> /Users/norman/Library/Application Support/SIMBL/Plugins/Afloat.bundle/Contents/MacOS/Afloat
0x113925000 - 0x113926ff7 _functools.so ??? (???) <97A294C7-290C-9746-B294-275516490F40> /System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/lib-dynload/_functools.so
0x11396a000 - 0x11396bff7 time.so ??? (???) <80513398-F49E-79D1-5014-514361869D40> /System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/lib-dynload/time.so
0x113971000 - 0x113973ff7 select.so ??? (???) <959BC45E-FCC7-107D-0D20-DF9A0BA0E86A> /System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/lib-dynload/select.so
0x113979000 - 0x11397afff fcntl.so ??? (???) /System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/lib-dynload/fcntl.so
0x11397e000 - 0x113982ff7 _struct.so ??? (???) /System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/lib-dynload/_struct.so
0x113988000 - 0x11398afe7 binascii.so ??? (???) /System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/lib-dynload/binascii.so
0x11398e000 - 0x11398ffff cStringIO.so ??? (???) <0C7D1D15-4241-99A9-7671-A3CF105C2EBB> /System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/lib-dynload/cStringIO.so
0x113994000 - 0x113997ff7 strop.so ??? (???) <4A91CDB0-6E91-DA0E-8E6B-38BE29105EA0> /System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/lib-dynload/strop.so
0x115196000 - 0x115198ff7 math.so ??? (???) <54D066FD-A9F9-EA69-8C3C-CE83DF68C58A> /System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/lib-dynload/math.so
0x11519e000 - 0x11519ffff _random.so ??? (???) /System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/lib-dynload/_random.so
0x1151e3000 - 0x1151e8fff itertools.so ??? (???) <9287854F-7F2B-D4AF-FCA3-EB69DA821DA9> /System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/lib-dynload/itertools.so
0x1151f0000 - 0x1151f3fff operator.so ??? (???) /System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/lib-dynload/operator.so
0x1151f9000 - 0x1151f9fff _bisect.so ??? (???) /System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/lib-dynload/_bisect.so
0x115480000 - 0x115481ff7 _heapq.so ??? (???) <9D1346ED-4A36-F835-2C9C-7303DEF1CFAA> /System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/lib-dynload/_heapq.so
0x115486000 - 0x115489fff _collections.so ??? (???) <57523A72-6EAC-69D0-DC9B-6B698973156C> /System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/lib-dynload/_collections.so
0x11548f000 - 0x115492ff7 zlib.so ??? (???) <647721E3-67B5-8CD0-3A78-060FF9C80924> /System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/lib-dynload/zlib.so
0x115497000 - 0x115498ff7 _hashlib.so ??? (???) <7F6E55A6-9FFF-0C47-2D65-76900C63C294> /System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/lib-dynload/_hashlib.so
0x11549c000 - 0x1154a3fff _socket.so ??? (???) /System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/lib-dynload/_socket.so
0x1154ab000 - 0x1154aefff _ssl.so ??? (???) /System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/lib-dynload/_ssl.so
0x1154b4000 - 0x1154b5ff7 _json.so ??? (???) <9CE8A411-177E-028D-2A7D-D6EA00114EFD> /System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/lib-dynload/_json.so
0x1154f9000 - 0x1154fafff _locale.so ??? (???) <43F84ED0-3A85-1997-8098-2D3870B4012D> /System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/lib-dynload/_locale.so
0x1156c0000 - 0x1156cbfe7 datetime.so ??? (???) /System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/lib-dynload/datetime.so
0x115897000 - 0x115907fff +_SilverCity.so ??? (???) <344655FD-4CE3-3517-8C8E-AB780CA71B15> /Users/norman/Library/Application Support/Sublime Text 2/Packages/SublimeCodeIntel/libs/_macosx_universal/_SilverCity.so
0x115938000 - 0x115960ff7 libpcre.0.dylib 1.1.0 (compatibility 1.0.0) <429941F3-FE47-1ABA-1B5F-A8CB95F79DA3> /usr/lib/libpcre.0.dylib
0x115965000 - 0x115986fff +ciElementTree.so ??? (???) <018217CC-7F88-35CE-87A2-2782B1AA81B9> /Users/norman/Library/Application Support/Sublime Text 2/Packages/SublimeCodeIntel/libs/_macosx_universal/ciElementTree.so
0x115998000 - 0x11599dff7 array.so ??? (???) <8DDEB5A1-671C-5868-9F06-21BA81D9DBAE> /System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/lib-dynload/array.so
0x1159e3000 - 0x1159effff cPickle.so ??? (???) <7C50CFD6-883C-45B8-FAB8-D02C33E85437> /System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/lib-dynload/cPickle.so
0x1159f5000 - 0x1159f5fff _weakref.so ??? (???) <2A4A85EC-30E5-11FB-40B5-544EEF7CD1C0> /System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/lib-dynload/_weakref.so
0x14c5f9000 - 0x14cbedfe7 +com.sublimetext.2 Beta, Build 2111 (2111) <4CF0B098-A902-392F-9514-37F02BC832A9> /Applications/Sublime Text 2.app/Contents/MacOS/Sublime Text 2
0x14d0b9000 - 0x14d1c9ff7 org.python.python 2.6.1 (2.6.1) <126DA8FF-5BC2-8788-51E3-D7A29A3F9F0F> /System/Library/Frameworks/Python.framework/Versions/2.6/Python
0x14d22a000 - 0x14d241fff +org.andymatuschak.Sparkle 1.5 Beta 6 (313) <9253F8F7-250B-1114-7AE9-A10A54EB2298> /Applications/Sublime Text 2.app/Contents/Frameworks/Sparkle.framework/Versions/A/Sparkle
0x14d25c000 - 0x14d342fe7 libcrypto.0.9.7.dylib 0.9.7 (compatibility 0.9.7) <64B3566E-5F3A-A466-ED3F-B91F4B3E5F56> /usr/lib/libcrypto.0.9.7.dylib
0x7fff5fc00000 - 0x7fff5fc3bdef dyld 132.1 (???) /usr/lib/dyld
0x7fff80047000 - 0x7fff80059fe7 libsasl2.2.dylib 3.15.0 (compatibility 3.0.0) <30FE378B-99FE-8C7C-06D0-A3AA0A0A70D4> /usr/lib/libsasl2.2.dylib
0x7fff8005a000 - 0x7fff80081ff7 libJPEG.dylib ??? (???) <46A413EA-4FD1-A050-2EF0-6279F3EAD581> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
0x7fff8008c000 - 0x7fff800dbfef libTIFF.dylib ??? (???) <1E2593D1-A7F6-84C6-DF8F-0B46AE445926> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
0x7fff800dc000 - 0x7fff80116fff libcups.2.dylib 2.8.0 (compatibility 2.0.0) <7982734A-B66B-44AA-DEEC-364D2C10009B> /usr/lib/libcups.2.dylib
0x7fff80178000 - 0x7fff80191fff com.apple.CFOpenDirectory 10.6 (10.6) /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory
0x7fff80192000 - 0x7fff8019ffe7 libCSync.A.dylib 545.0.0 (compatibility 64.0.0) <1C35FA50-9C70-48DC-9E8D-2054F7A266B1> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
0x7fff801a0000 - 0x7fff801c8fff com.apple.DictionaryServices 1.1.2 (1.1.2) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices
0x7fff801c9000 - 0x7fff80282fff libsqlite3.dylib 9.6.0 (compatibility 9.0.0) <2C5ED312-E646-9ADE-73A9-6199A2A43150> /usr/lib/libsqlite3.dylib
0x7fff80283000 - 0x7fff80286ff7 com.apple.securityhi 4.0 (36638) <38935851-09E4-DDAB-DB1D-30ADC39F7ED0> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI
0x7fff80287000 - 0x7fff802c4ff7 libFontRegistry.dylib ??? (???) <4C3293E2-851B-55CE-3BE3-29C425DD5DFF> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib
0x7fff802c5000 - 0x7fff802d0ff7 com.apple.speech.recognition.framework 3.11.1 (3.11.1) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition
0x7fff802d1000 - 0x7fff802d7ff7 com.apple.DiskArbitration 2.3 (2.3) /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
0x7fff80356000 - 0x7fff80356ff7 com.apple.vecLib 3.6 (vecLib 3.6) <96FB6BAD-5568-C4E0-6FA7-02791A58B584> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
0x7fff80357000 - 0x7fff80495fff com.apple.CoreData 102.1 (251) <96C5E9A6-C28C-E9CC-A0DB-27801A22A49F> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
0x7fff804c0000 - 0x7fff804f1fff libGLImage.dylib ??? (???) <7F102A07-E4FB-9F52-B2F6-4E2D2383CA13> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
0x7fff804fe000 - 0x7fff805dbfff com.apple.vImage 4.1 (4.1) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage
0x7fff805dc000 - 0x7fff80711fff com.apple.audio.toolbox.AudioToolbox 1.6.7 (1.6.7) /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
0x7fff80712000 - 0x7fff8082cfef libGLProgrammability.dylib ??? (???) <8A4B86E3-0FA7-8684-2EF2-C5F8079428DB> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgrammability.dylib
0x7fff8082d000 - 0x7fff808abff7 com.apple.CoreText 151.10 (???) <54961997-55D8-DC0F-2634-674E452D5A8E> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreText.framework/Versions/A/CoreText
0x7fff80929000 - 0x7fff80964fff com.apple.AE 496.5 (496.5) <208DF391-4DE6-81ED-C697-14A2930D1BC6> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE
0x7fff80965000 - 0x7fff809c5fe7 com.apple.framework.IOKit 2.0 (???) <4F071EF0-8260-01E9-C641-830E582FA416> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
0x7fff80a0c000 - 0x7fff81108ff7 com.apple.CoreGraphics 1.545.0 (???) <58D597B1-EB3B-710E-0B8C-EC114D54E11B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
0x7fff81109000 - 0x7fff8115eff7 com.apple.framework.familycontrols 2.0.2 (2020) /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyControls
0x7fff8115f000 - 0x7fff811defe7 com.apple.audio.CoreAudio 3.2.6 (3.2.6) <79E256EB-43F1-C7AA-6436-124A4FFB02D0> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
0x7fff811df000 - 0x7fff813a0fef libSystem.B.dylib 125.2.11 (compatibility 1.0.0) <9AB4F1D1-89DC-0E8A-DC8E-A4FE4D69DB69> /usr/lib/libSystem.B.dylib
0x7fff813a1000 - 0x7fff8155fff7 com.apple.ImageIO.framework 3.0.4 (3.0.4) <0A4F51A1-4502-767B-8A4E-F14C6214EF88> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/ImageIO
0x7fff815d3000 - 0x7fff81855fe7 com.apple.Foundation 6.6.7 (751.62) <6F2A5BBF-6990-D561-2928-AD61E94036D9> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
0x7fff8185d000 - 0x7fff81890ff7 libTrueTypeScaler.dylib ??? (???) <69D4A213-45D2-196D-7FF8-B52A31DFD329> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libTrueTypeScaler.dylib
0x7fff818fe000 - 0x7fff819bffff libFontParser.dylib ??? (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontParser.dylib
0x7fff81a35000 - 0x7fff81ab2fef libstdc++.6.dylib 7.9.0 (compatibility 7.0.0) <35ECA411-2C08-FD7D-11B1-1B7A04921A5C> /usr/lib/libstdc++.6.dylib
0x7fff81ab3000 - 0x7fff81de7fef com.apple.CoreServices.CarbonCore 861.39 (861.39) <1386A24D-DD15-5903-057E-4A224FAF580B> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore
0x7fff81e38000 - 0x7fff81e38ff7 com.apple.CoreServices 44 (44) /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
0x7fff81f50000 - 0x7fff82f8afff com.apple.WebCore 6534 (6534.50) <8B0BB24A-C84C-A4F2-5544-C8071A35BBC5> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.framework/Versions/A/WebCore
0x7fff82ff9000 - 0x7fff83016ff7 libPng.dylib ??? (???) <6D8E515B-E0A2-2BA1-9CAC-8CB8A8B35879> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
0x7fff8323e000 - 0x7fff83243ff7 com.apple.CommonPanels 1.2.4 (91) <8B088D78-E508-6622-E477-E34C22CF2F67> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels
0x7fff83244000 - 0x7fff83258ff7 com.apple.speech.synthesis.framework 3.10.35 (3.10.35) <574C1BE0-5E5E-CCAF-06F8-92A69CB2892D> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis
0x7fff83259000 - 0x7fff832a2fef libGLU.dylib ??? (???) <1C050088-4AB2-2BC2-62E6-C969F925A945> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
0x7fff832eb000 - 0x7fff8332cfef com.apple.QD 3.36 (???) <5DC41E81-32C9-65B2-5528-B33E934D5BB4> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD
0x7fff8332d000 - 0x7fff83375ff7 libvDSP.dylib 268.0.1 (compatibility 1.0.0) <98FC4457-F405-0262-00F7-56119CA107B6> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib
0x7fff83376000 - 0x7fff83377ff7 com.apple.TrustEvaluationAgent 1.1 (1) /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluationAgent
0x7fff833fb000 - 0x7fff83495fe7 com.apple.ApplicationServices.ATS 275.16 (???) <4B70A2FC-1902-5F27-5C3B-5C78C283C6EA> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS
0x7fff83496000 - 0x7fff8349bfff libGFXShared.dylib ??? (???) <1D0D3531-9561-632C-D620-1A8652BEF5BC> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib
0x7fff8349c000 - 0x7fff834b7ff7 com.apple.openscripting 1.3.1 (???) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting
0x7fff835c3000 - 0x7fff835c7ff7 libmathCommon.A.dylib 315.0.0 (compatibility 1.0.0) <95718673-FEEE-B6ED-B127-BCDBDB60D4E5> /usr/lib/system/libmathCommon.A.dylib
0x7fff835c8000 - 0x7fff83654fef SecurityFoundation ??? (???) <6860DE26-0D42-D1E8-CD7C-5B42D78C1E1D> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation
0x7fff83655000 - 0x7fff8367aff7 com.apple.CoreVideo 1.6.2 (45.6) /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
0x7fff8367b000 - 0x7fff83691fef libbsm.0.dylib ??? (???) <0321D32C-9FE1-3919-E03E-2530A0C1191B> /usr/lib/libbsm.0.dylib
0x7fff836dc000 - 0x7fff8378cfff edu.mit.Kerberos 6.5.11 (6.5.11) <085D80F5-C9DC-E252-C21B-03295E660C91> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
0x7fff83799000 - 0x7fff84193ff7 com.apple.AppKit 6.6.8 (1038.36) <4CFBE04C-8FB3-B0EA-8DDB-7E7D10E9D251> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
0x7fff84194000 - 0x7fff841a3fef com.apple.opengl 1.6.13 (1.6.13) <516098B3-4517-8A55-64BB-195CDAA5334D> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
0x7fff841a4000 - 0x7fff84261fff com.apple.CoreServices.OSServices 359.2 (359.2) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices
0x7fff84810000 - 0x7fff84813fff com.apple.help 1.3.2 (41.1) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help
0x7fff84814000 - 0x7fff848c9fe7 com.apple.ink.framework 1.3.3 (107) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink
0x7fff848ca000 - 0x7fff848ccfff com.apple.print.framework.Print 6.1 (237.1) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print
0x7fff84b8e000 - 0x7fff84d2afff com.apple.WebKit 6534 (6534.50) <05AEA122-3F31-0F56-4AA6-E84140C53785> /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
0x7fff84d5b000 - 0x7fff84d69ff7 libkxld.dylib ??? (???) <8145A534-95CC-9F3C-B78B-AC9898F38C6F> /usr/lib/system/libkxld.dylib
0x7fff84fa5000 - 0x7fff84fc8fff com.apple.opencl 12.3.6 (12.3.6) <42FA5783-EB80-1168-4015-B8C68F55842F> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
0x7fff84fc9000 - 0x7fff85013ff7 com.apple.Metadata 10.6.3 (507.15) <2EF19055-D7AE-4D77-E589-7B71B0BC1E59> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata
0x7fff85014000 - 0x7fff85014ff7 com.apple.Carbon 150 (152) <19B37B7B-1594-AD0A-7F14-FA2F85AD7241> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
0x7fff85015000 - 0x7fff85064ff7 com.apple.DirectoryService.PasswordServerFramework 6.1 (6.1) <01B370FB-D524-F660-3826-E85B7F0D85CD> /System/Library/PrivateFrameworks/PasswordServer.framework/Versions/A/PasswordServer
0x7fff85065000 - 0x7fff8511bff7 libobjc.A.dylib 227.0.0 (compatibility 1.0.0) <03140531-3B2D-1EBA-DA7F-E12CC8F63969> /usr/lib/libobjc.A.dylib
0x7fff85160000 - 0x7fff851f0fff com.apple.SearchKit 1.3.0 (1.3.0) <45BA1053-9196-3C2F-2421-AFF5E09627CC> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit
0x7fff851f1000 - 0x7fff851f7ff7 IOSurface ??? (???) <04EDCEDE-E36F-15F8-DC67-E61E149D2C9A> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
0x7fff852e7000 - 0x7fff852e7ff7 com.apple.Accelerate 1.6 (Accelerate 1.6) <15DF8B4A-96B2-CB4E-368D-DEC7DF6B62BB> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
0x7fff852f0000 - 0x7fff852f2fff libRadiance.dylib ??? (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib
0x7fff852f3000 - 0x7fff8533ffff libauto.dylib ??? (???) /usr/lib/libauto.dylib
0x7fff8540c000 - 0x7fff85412ff7 com.apple.CommerceCore 1.0 (9.1) <3691E9BA-BCF4-98C7-EFEC-78DA6825004E> /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/CommerceCore.framework/Versions/A/CommerceCore
0x7fff85413000 - 0x7fff8558afe7 com.apple.CoreFoundation 6.6.5 (550.43) <31A1C118-AD96-0A11-8BDF-BD55B9940EDC> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
0x7fff8568c000 - 0x7fff85a29fe7 com.apple.QuartzCore 1.6.3 (227.37) <16DFF6CD-EA58-CE62-A1D7-5F6CE3D066DD> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
0x7fff85a2a000 - 0x7fff85a39fff com.apple.NetFS 3.2.2 (3.2.2) <7CCBD70E-BF31-A7A7-DB98-230687773145> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
0x7fff85afd000 - 0x7fff85afdff7 com.apple.ApplicationServices 38 (38) <0E2FC75E-2BE2-D04D-CA78-76E38A89DD30> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
0x7fff85afe000 - 0x7fff85b45ff7 com.apple.coreui 2 (114) <31118426-355F-206A-65AB-CCA2D2D3EBD7> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
0x7fff85bc3000 - 0x7fff85c97fe7 com.apple.CFNetwork 454.12.4 (454.12.4) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
0x7fff85cd8000 - 0x7fff85cedff7 com.apple.LangAnalysis 1.6.6 (1.6.6) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis
0x7fff85d7e000 - 0x7fff85dbffff com.apple.SystemConfiguration 1.10.8 (1.10.2) <78D48D27-A9C4-62CA-2803-D0BBED82855A> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
0x7fff85dc0000 - 0x7fff85dfdff7 libssl.0.9.8.dylib 0.9.8 (compatibility 0.9.8) /usr/lib/libssl.0.9.8.dylib
0x7fff85e70000 - 0x7fff85e91fff libresolv.9.dylib 41.0.0 (compatibility 1.0.0) <6993F348-428F-C97E-7A84-7BD2EDC46A62> /usr/lib/libresolv.9.dylib
0x7fff85e92000 - 0x7fff8669cfe7 libBLAS.dylib 219.0.0 (compatibility 1.0.0) <2F26CDC7-DAE9-9ABE-6806-93BBBDA20DA0> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib
0x7fff8669d000 - 0x7fff866a0ff7 libCoreVMClient.dylib ??? (???) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib
0x7fff866a1000 - 0x7fff8699ffff com.apple.HIToolbox 1.6.5 (???) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox
0x7fff86b01000 - 0x7fff86b01ff7 com.apple.Cocoa 6.6 (???) /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
0x7fff86b3d000 - 0x7fff86f84fef com.apple.RawCamera.bundle 3.7.1 (570) <5AFA87CA-DC3D-F84E-7EA1-6EABA8807766> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
0x7fff86f85000 - 0x7fff8700aff7 com.apple.print.framework.PrintCore 6.3 (312.7) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore
0x7fff8700b000 - 0x7fff87022fff com.apple.ImageCapture 6.1 (6.1) <79AB2131-2A6C-F351-38A9-ED58B25534FD> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture
0x7fff87023000 - 0x7fff87209fe7 libType1Scaler.dylib ??? (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libType1Scaler.dylib
0x7fff8720a000 - 0x7fff8724dff7 libRIP.A.dylib 545.0.0 (compatibility 64.0.0) <5FF3D7FD-84D8-C5FA-D640-90BB82EC651D> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
0x7fff8724e000 - 0x7fff872eefff com.apple.LaunchServices 362.3 (362.3) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices
0x7fff872ef000 - 0x7fff87300ff7 libz.1.dylib 1.2.3 (compatibility 1.0.0) /usr/lib/libz.1.dylib
0x7fff87301000 - 0x7fff8736bfe7 libvMisc.dylib 268.0.1 (compatibility 1.0.0) <7BD7F19B-ACD4-186C-B42D-4DEBA6795628> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib
0x7fff8736c000 - 0x7fff87397ff7 libxslt.1.dylib 3.24.0 (compatibility 3.0.0) <8AB4CA9E-435A-33DA-7041-904BA7FA11D5> /usr/lib/libxslt.1.dylib
0x7fff873a0000 - 0x7fff87461fef com.apple.ColorSync 4.6.6 (4.6.6) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/ColorSync
0x7fff87462000 - 0x7fff87478fe7 com.apple.MultitouchSupport.framework 207.11 (207.11) <8233CE71-6F8D-8B3C-A0E1-E123F6406163> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport
0x7fff87479000 - 0x7fff878bcfef libLAPACK.dylib 219.0.0 (compatibility 1.0.0) <57D38705-6F21-2A82-F3F6-03CFFF214775> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib
0x7fff878bd000 - 0x7fff879d4fef libxml2.2.dylib 10.3.0 (compatibility 10.0.0) <1B27AFDD-DF87-2009-170E-C129E1572E8B> /usr/lib/libxml2.2.dylib
0x7fff879d5000 - 0x7fff879d6ff7 com.apple.audio.units.AudioUnit 1.6.7 (1.6.7) <53299948-2554-0F8F-7501-04B34E49F6CF> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
0x7fff879d7000 - 0x7fff879f7ff7 com.apple.DirectoryService.Framework 3.6 (621.11) /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryService
0x7fff87a37000 - 0x7fff87a4bfff libGL.dylib ??? (???) <2ECE3B0F-39E1-3938-BF27-7205C6D0358B> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
0x7fff87a4c000 - 0x7fff87a4dfff liblangid.dylib ??? (???) /usr/lib/liblangid.dylib
0x7fff87ab1000 - 0x7fff87d3aff7 com.apple.security 6.1.2 (55002) <4419AFFC-DAE7-873E-6A7D-5C9A5A4497A6> /System/Library/Frameworks/Security.framework/Versions/A/Security
0x7fff87d3b000 - 0x7fff87ef9fff libicucore.A.dylib 40.0.0 (compatibility 1.0.0) <4274FC73-A257-3A56-4293-5968F3428854> /usr/lib/libicucore.A.dylib
0x7fff88090000 - 0x7fff88095fff libGIF.dylib ??? (???) <201B8077-B5CC-11AA-E1B0-1D057ABE416A> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
0x7fff88096000 - 0x7fff8817bfef com.apple.DesktopServices 1.5.11 (1.5.11) <39FAA3D2-6863-B5AB-AED9-92D878EA2438> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv
0x7fff8817c000 - 0x7fff88180ff7 libCGXType.A.dylib 545.0.0 (compatibility 64.0.0) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib
0x7fff88181000 - 0x7fff8838eff7 com.apple.JavaScriptCore 6534 (6534.49) <1D418EF7-CDBE-3832-0157-D853073948D0> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
0x7fff883f8000 - 0x7fff8844bff7 com.apple.HIServices 1.8.3 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices
0x7fff88499000 - 0x7fff885b8fe7 libcrypto.0.9.8.dylib 0.9.8 (compatibility 0.9.8) <14115D29-432B-CF02-6B24-A60CC533A09E> /usr/lib/libcrypto.0.9.8.dylib
0x7fff885c5000 - 0x7fff885c5ff7 com.apple.Accelerate.vecLib 3.6 (vecLib 3.6) <4CCE5D69-F1B3-8FD3-1483-E0271DB2CCF3> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib
0x7fff88940000 - 0x7fff88947fff com.apple.OpenDirectory 10.6 (10.6) <4200CFB0-DBA1-62B8-7C7C-91446D89551F> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
0x7fffffe00000 - 0x7fffffe01fff libSystem.B.dylib ??? (???) <9AB4F1D1-89DC-0E8A-DC8E-A4FE4D69DB69> /usr/lib/libSystem.B.dylib

Model: MacBookPro7,1, BootROM MBP71.0039.B0B, 2 processors, Intel Core 2 Duo, 2.4 GHz, 8 GB, SMC 1.62f6
Graphics: NVIDIA GeForce 320M, NVIDIA GeForce 320M, PCI, 256 MB
Memory Module: global_name
AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0x8D), Broadcom BCM43xx 1.0 (5.10.131.42.4)
Bluetooth: Version 2.4.5f3, 2 service, 12 devices, 1 incoming serial ports
Network Service: Ethernet, Ethernet, en0
Serial ATA Device: APPLE SSD TS128B, 113 GB
Serial ATA Device: MATSHITADVD-R UJ-898
USB Device: iPhone, 0x05ac (Apple Inc.), 0x1297, 0x24100000 / 3
USB Device: Built-in iSight, 0x05ac (Apple Inc.), 0x8507, 0x24600000 / 2
USB Device: USB2.0 Hub, 0x05e3 (Genesys Logic, Inc.), 0x0608, 0x26400000 / 3
USB Device: External HDD, 0x1058 (Western Digital Technologies, Inc.), 0x1010, 0x26440000 / 6
USB Device: USB-PS/2 Optical Mouse, 0x046d (Logitech Inc.), 0xc051, 0x26430000 / 5
USB Device: Dell USB Keyboard, 0x413c (Dell Inc.), 0x2003, 0x26410000 / 4
USB Device: Internal Memory Card Reader, 0x05ac (Apple Inc.), 0x8403, 0x26100000 / 2
USB Device: BRCM2046 Hub, 0x0a5c (Broadcom Corp.), 0x4500, 0x06600000 / 4
USB Device: Bluetooth USB Host Controller, 0x05ac (Apple Inc.), 0x8213, 0x06610000 / 5
USB Device: IR Receiver, 0x05ac (Apple Inc.), 0x8242, 0x06500000 / 3
USB Device: Apple Internal Keyboard / Trackpad, 0x05ac (Apple Inc.), 0x0236, 0x06300000 / 2[/code]
Any idea?

0 Likes

#118

@nova77, what other plugins do you use? …I’ve read it makes ST2 crash when certain other plugins are there.

0 Likes

#119

I have a problem with the AutoComplete being too aggressive and automatically inserting what it assumes I want.

For instance, rather than me just being able to type through a command, I can type through about half of it, then the CodeIntel kicks in and picks what it thinks I’m trying to do and automatically inserts it.

I tried setting “codeintel_live” to false in User File Settings, but it still does it.

screenr.com/2zps

I’d like it if the autocomplete box popped up (so I could see my options and arrow down through them), but not automatically insert itself once it thought it knew what I wanted. Is there a way to do this?

0 Likes

#120

Besides the standard ones I have:

  • PackageControl
  • SublimeLinter
  • SublimeTextMisc
  • sublime-github
  • Theme-Soda
    Plus navigationHistory and open_recently_closed_file in my User.
0 Likes