brackets-archive / brackets-shell

CEF3-based application shell for Brackets.
http://brackets.io
MIT License
0 stars 0 forks source link

[CLOSED] Move AppShellExtensionHandler and StContextScope out of client_app #375

Open core-ai-bot opened 2 years ago

core-ai-bot commented 2 years ago

Issue by ficristo Tuesday Sep 27, 2016 at 18:49 GMT Originally opened as https://github.com/adobe/brackets-shell/pull/581


In the cefclient example of 2623 version the extension handler isn't in client_app.cpp anymore. So move it in a new header to separate more specific appshell code and cefclient example code. Tested on: Windows10 with VS2015u3 OSX 10.11.6 with XCode 7.3.1 Linux: still doesn't compile (as expected) but does not introduce more errors


ficristo included the following code: https://github.com/adobe/brackets-shell/pull/581/commits