Bug #8625 2006-08-30 18:28

bnilsson

Mac OSX: Double-click on project does not open

Platform: Dual 2.3GHz PowerMac G5, Mac OSX 10.4.7, Xcode Tools 2.4. wxWidgets 2.6.3

Code::Blocks 1.0 revision 2913

Double-clicking on a CB project file opens the CB application, but not the CB project. It must be opened from the File../Open.. menu.

Bengt Nilsson

Category
Application::WrongBehaviour
Group
 
Status
Closed
Close date
2006-11-03 23:48
Assigned to
afb
afb 2006-09-11 11:33
This is a known missing feature, need to implement:

    // in response of an open-document apple event
    virtual void         MacOpenFile(const wxString &fileName) ;
    // in response of a print-document apple event
    virtual void         MacPrintFile(const wxString &fileName) ;
    // in response of a open-application apple event
    virtual void         MacNewFile() ;
    // in response of a reopen-application apple event
    virtual void         MacReopenApp() ;

These are some __WXMAC__ specific wxApp methods.
afb 2006-11-02 22:37

Implemented Open, did placeholder for Print.

Patch currently in testing, but seems to work...

afb 2006-11-03 23:48

Fixed in 3177