Hi, ... where did you get the code from? This sounds like the carbon gui. Make sure you got the code from the MacVim git repository. You also have to build...
5698
björn
bjorn.winckler@...
Dec 1, 2007 2:05 pm
... 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...
5699
björn
bjorn.winckler@...
Dec 1, 2007 2:27 pm
... Instead of having a separate nib for the textured window, could you perhaps just set the NSTexturedBackgroundWindowMask in [MMWindowController...
5700
anmar
situmam@...
Dec 1, 2007 4:23 pm
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...
5701
Jason
widmannm@...
Dec 1, 2007 8:58 pm
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...
5702
Matt Tolton
matt@...
Dec 1, 2007 9:03 pm
Try --enable-gui=macvim. ... --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_mac" maillist. For more information,...
5703
Nico Weber
nicolasweber@...
Dec 1, 2007 10:30 pm
... According to apple's documentation, that's not possible. NSTexturedBackgroundWindowMask is in the window style, which can only be set at window creation...
5704
Nico Weber
nicolasweber@...
Dec 1, 2007 10:46 pm
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...
5705
vivacarlie
vivacarlie@...
Dec 2, 2007 2:47 am
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...
5706
Nico Weber
nicolasweber@...
Dec 2, 2007 10:10 am
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...
5707
björn
bjorn.winckler@...
Dec 2, 2007 2:04 pm
... 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...
5708
björn
bjorn.winckler@...
Dec 2, 2007 2:12 pm
... 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...
5709
Nico Weber
nicolasweber@...
Dec 2, 2007 2:22 pm
... 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 ...
5710
björn
bjorn.winckler@...
Dec 2, 2007 2:40 pm
... 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 ...
5711
björn
bjorn.winckler@...
Dec 2, 2007 5:23 pm
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...
5712
björn
bjorn.winckler@...
Dec 2, 2007 5:43 pm
... 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,...
5713
Nico Weber
nicolasweber@...
Dec 2, 2007 5:51 pm
Hi all, a while ago Niklas Lindström suggested using the Scripting Bridge to add custom gui windows to a running gvim (...
5714
björn
bjorn.winckler@...
Dec 2, 2007 6:15 pm
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...
5715
Nico Weber
nicolasweber@...
Dec 2, 2007 6:25 pm
... 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...
5716
Jjgod Jiang
gzjjgod@...
Dec 2, 2007 6:39 pm
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...
5717
björn
bjorn.winckler@...
Dec 2, 2007 10:20 pm
... 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...
5718
john_oshea@...
Dec 3, 2007 1:23 pm
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...
5719
nicolasweber@...
Dec 3, 2007 1:32 pm
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...
5720
nicolasweber@...
Dec 3, 2007 1:37 pm
... Here's a list: http://wiki.macromates.com/Main/TextMateAwarePrograms There's also the "Edit in vim" input manager:...
5721
Panos
panos.laganakos@...
Dec 3, 2007 3:37 pm
Jjgod reported this, but due to work I haven't yet looked into it. Hopefully it'll be fixed in the next few days :) ... ...
5722
björn
bjorn.winckler@...
Dec 3, 2007 5:18 pm
... 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...
5723
björn
bjorn.winckler@...
Dec 3, 2007 5:41 pm
... 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...
5724
björn
bjorn.winckler@...
Dec 3, 2007 5:41 pm
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...
5725
Jjgod Jiang
gzjjgod@...
Dec 3, 2007 6:16 pm
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 ...
5726
ant
antony.baxter@...
Dec 3, 2007 6:20 pm
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...