... Does anybody know a ODB aware program that actually passes the "custom path" parameter with the "ODB open" event? I tried Cyberduck but it did not pass...
björn
bjorn.winckler@...
Dec 1, 2007 2:05 pm
5699
... Instead of having a separate nib for the textured window, could you perhaps just set the NSTexturedBackgroundWindowMask in [MMWindowController...
björn
bjorn.winckler@...
Dec 1, 2007 2:27 pm
5700
Hey Nico: Thanks for the response. I do have the right git repo but I guess I needed to run the configure script first. I will do that right now and should be...
anmar
situmam@...
Dec 1, 2007 4:23 pm
5701
Running make gives me the following error when I try to build Vim 7.1 from source on Leopard with GUI enabled. $ ./configure --prefix=/usr/local --enable-gui...
Jason
widmannm@...
Dec 1, 2007 8:58 pm
5702
Try --enable-gui=macvim. ... --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_mac" maillist. For more information,...
Matt Tolton
matt@...
Dec 1, 2007 9:03 pm
5703
... According to apple's documentation, that's not possible. NSTexturedBackgroundWindowMask is in the window style, which can only be set at window creation...
Nico Weber
nicolasweber@...
Dec 1, 2007 10:30 pm
5704
Hi, ... I can build the latest vim svn version just fine on os x 10.5.1, without any patches. I use your configure flags, albeit without ruby support. Does it...
Nico Weber
nicolasweber@...
Dec 1, 2007 10:46 pm
5705
Heres a new one. Is this because someone didn't copy all frameworks onto the project? im (god what a nube i am) === BUILDING NATIVE TARGET MacVim WITH THE...
vivacarlie
vivacarlie@...
Dec 2, 2007 2:47 am
5706
Hi, ... this framework is included in the git repo. Did you follow the instructions on the wiki page correctly? You might want to try and start with a fresh...
Nico Weber
nicolasweber@...
Dec 2, 2007 10:10 am
5707
... I decided to go without the nib file altogether. Since I can't test this under Leopard I would kindly ask that anybody with Leopard to pull the latest...
björn
bjorn.winckler@...
Dec 2, 2007 2:04 pm
5708
... Could you do me a favour and open up Console (/Applications/Utilities/Console) and email me the error messages that are logged when the toolbar icons...
björn
bjorn.winckler@...
Dec 2, 2007 2:12 pm
5709
... Works fine over here. Sidenote: I'd use NSZeroRect for the window's content rect in initWithContentRect though, as the size is changed later anyways (at ...
Nico Weber
nicolasweber@...
Dec 2, 2007 2:22 pm
5710
... Great! ... I agree...however, I've noticed that sometimes (e.g. when initializing an NSScroller) you pretty much have to give the content rect some ...
björn
bjorn.winckler@...
Dec 2, 2007 2:40 pm
5711
Hi, Time for a new snapshot...you can download a copy from: http://code.google.com/p/macvim/ The main feature of this snapshot is ODB Editor support. The...
björn
bjorn.winckler@...
Dec 2, 2007 5:23 pm
5712
... I forgot to credit Eelco Lempsink and Chris Eidhof, who made the intial ODB Editor patch for Carbon Vim. Their patch didn't make it verbatim into MacVim,...
björn
bjorn.winckler@...
Dec 2, 2007 5:43 pm
5713
Hi all, a while ago Niklas Lindström suggested using the Scripting Bridge to add custom gui windows to a running gvim (...
Nico Weber
nicolasweber@...
Dec 2, 2007 5:51 pm
5714
Hi Nico, I don't understand myself exactly what it is you are doing, but let me clarify some of the MacVim related points. ... MacVim sets up autorelease pools...
björn
bjorn.winckler@...
Dec 2, 2007 6:15 pm
5715
... Well, it's a vim-python script (`:h python`) that opens a window (an NSWindow, not a text window) inside the vim process, so it has access to all the vim...
Nico Weber
nicolasweber@...
Dec 2, 2007 6:25 pm
5716
Hi, ... vim-cocoa does event loop in following ways: 1. Most of the time (in gui_mch_wait_for_chars()), it just fetches a new event with [NSApp...
Jjgod Jiang
gzjjgod@...
Dec 2, 2007 6:39 pm
5717
... For the record: Another way that works (I have tried it) is to define a user event, then override [NSApplication sendEvent] (in a subclass) to stop the run...
björn
bjorn.winckler@...
Dec 2, 2007 10:20 pm
5718
It appears that the current Logitech Control Center version 2.4.0 (204) causes MacVim to lose hold of the background copy of vim that it's attempting to talk...
john_oshea@...
Dec 3, 2007 1:23 pm
5719
Hi, most of the wiki is working again, but at least for me the "Save changes" button results in a '500 - Internal Server Error'. Is there any hope this will be...
nicolasweber@...
Dec 3, 2007 1:32 pm
5720
... Here's a list: http://wiki.macromates.com/Main/TextMateAwarePrograms There's also the "Edit in vim" input manager:...
nicolasweber@...
Dec 3, 2007 1:37 pm
5721
Jjgod reported this, but due to work I haven't yet looked into it. Hopefully it'll be fixed in the next few days :) ... ...
Panos
panos.laganakos@...
Dec 3, 2007 3:37 pm
5722
... Thanks for the link...however I'd like to know a program that somebody knows for sure uses the 'custom path' parameter (this is an optional parameter in...
björn
bjorn.winckler@...
Dec 3, 2007 5:18 pm
5723
... Wow...that is very weird...I don't know what evil the Logitech software is doing, but it almost seems like it is dynamically replacing the MMAppController...
björn
bjorn.winckler@...
Dec 3, 2007 5:41 pm
5724
Hi all, Below is part of an Issue report that I do not know the answer to. Maybe somebody on this list will. I can confirm myself that Monaco font of size 10...
björn
bjorn.winckler@...
Dec 3, 2007 5:41 pm
5725
Hi, ... It appears that LCC 2.4.0 has already broken a lot of apps. Check http://blog.macromates.com/2007/logitech-control-center/ for instance. - Jiang ...
Jjgod Jiang
gzjjgod@...
Dec 3, 2007 6:16 pm
5726
Hello, Just trying out the latest snapshot and have run into a problem. I have aliased 'g' to 'gvim -p --remote-tab-silent', which in the previous snapshot...
ant
antony.baxter@...
Dec 3, 2007 6:20 pm
5727
Hi björn, ... Have you tried ignore system settings, force antialiasing/non-antialiasing according to the 'antialias' option of vim? - Jiang ...