https://github.com/maximus5/gvim-inside
http://superuser.com/q/971915/139371
https://github.com/maximus5/gvim-inside
Last synced: 10 months ago
JSON representation
http://superuser.com/q/971915/139371
- Host: GitHub
- URL: https://github.com/maximus5/gvim-inside
- Owner: Maximus5
- Created: 2015-09-12T23:39:41.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-09-12T23:40:25.000Z (over 10 years ago)
- Last Synced: 2025-01-31T11:50:16.808Z (12 months ago)
- Language: C#
- Size: 125 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# GVim Inside
This sample project was created to depict GVim bug
when it is started with `--windowid` switch.
For example, your parent window handle is 0x50830

and when you start gvim as following
gvim --windowid 0x50830
it must run inside your parent window covering
its whole client area. But in fact, on Windows,
when your run it in such manner you'll get weird
gray gaps around gvim editing area...

But when you resize the container window,
dragging window frame with mouse,
you'll see that gvim adapts to client area...
With some integral steps however.