Re: [PATCH] Allow onlinehelp to work on native windows
Keith Seitz <[email protected]> Thu, 29 Mar 2012 16:04:17 -0700
| Newsgroups | gmane.comp.debugging.insight |
|---|---|
| Message-ID | <[email protected]> |
On 03/19/2012 04:50 AM, Roland Schwingel wrote: > Hello, > > Here comes a simple patch allowing insight's onlinehelp also to be > opened on native windows, not only on cygwin. > It still continues to work on cygwin, too. > > Changelog: > > 2012-03-19 Roland Schwingel <[email protected]> > > * generic/gdbtk.c: (gdbtk_init): Move call to ide_create_shell_execute_command > to generic windows section. This line is too long. Please wrap after "call". [We try to keep line lengths < 80 characters.] > Any comments? Is this ok? Ok with that change. Keith