• Programming in Sublime Text - why do people like it that much?
    37 replies, posted
I got sublimeclang to work (if anybody is doing the same thing on linux, I couldn't get pythonbrew to compile 2.6 but 2.6.8 worked fine), and I don't really like the way code completion works compared to visual studio. But to be honest I haven't been missing it anyway, so I turned it off. SublimeClang's error highlighting and console is really useful though, which is what I wanted it for anyway.
[QUOTE=ThePuska;39293759]It's a nice text editor after you patch the bug which keeps popping up a window every now and then when you hit ctrl+s.[/QUOTE] $ gdb (gdb) attach "Sublime Text 2" Attaching to process 405. Reading symbols for shared libraries . done Reading symbols for shared libraries .................................................................................................................................................................................................... done Reading symbols for shared libraries + done 0x00007fff90eda67a in mach_msg_trap () (gdb) p *(char*)maybe_show_nag_screen = 0xc3 $1 = -61 '?' (gdb) detach Detaching from process 405. (gdb) quit
[QUOTE=swift and shift;39299551]$ gdb (gdb) attach "Sublime Text 2" Attaching to process 405. Reading symbols for shared libraries . done Reading symbols for shared libraries .................................................................................................................................................................................................... done Reading symbols for shared libraries + done 0x00007fff90eda67a in mach_msg_trap () (gdb) p *(char*)maybe_show_nag_screen = 0xc3 $1 = -61 '?' (gdb) detach Detaching from process 405. (gdb) quit[/QUOTE] I prefer this fix: [img]http://crap.q3k.org/ee1e758f967e36bc2d33fd716a99de538778267653057a0a33bb0ae67e10bae0.png[/img] And if you're cheap you can also do something more fun than just a byte patch - replace the author's public key with your own and sign your own licenses (protip: look for ASN.1 structures).
[QUOTE=swift and shift;39299551]$ gdb (gdb) attach "Sublime Text 2" Attaching to process 405. Reading symbols for shared libraries . done Reading symbols for shared libraries .................................................................................................................................................................................................... done Reading symbols for shared libraries + done 0x00007fff90eda67a in mach_msg_trap () (gdb) p *(char*)maybe_show_nag_screen = 0xc3 $1 = -61 '?' (gdb) detach Detaching from process 405. (gdb) quit[/QUOTE] gdb is so hard to use :(
Just buy the thing you wankers.
I patched the cmp opcode that checks it against 9? saves. lol.
[QUOTE=q3k;39301320]And if you're cheap you can also do something more fun than just a byte patch - replace the author's public key with your own and sign your own licenses (protip: look for ASN.1 structures).[/QUOTE] effort
Sorry, you need to Log In to post a reply to this thread.