 |
 | file downloaded is 0 byte Kin Hoon | 0:54 25 Nov '08 |
|
 |
I tried to download the project file, but it ended up 0 byte in size. Could you check why? Thanks.
|
|
|
|
 |
|
 |
Works fine for me.
$ ls -l CodeWinPosSrcAndExe.zip -rwxr--r-- 1 mkm mkm 1008595 2008-11-25 08:18 CodeWinPosSrcAndExe.zip
|
|
|
|
 |
 | Good idea! rm2 | 23:15 26 Feb '08 |
|
 |
A good idea, although I would prefer to have the .h open on the right side.
|
|
|
|
 |
|
|
 |
 | Install doesn't work? Roms | 7:39 19 Feb '08 |
|
 |
After installation, no .addin file's created and nothing loads in VC8. The Addin manager doesn't see your extension. What's wrong? Thanks,
|
|
|
|
 |
|
 |
Are you using Visual Studio 2005? I don't have VS 2008 so I don't know if it works there.
It's not an addin, it's a VSIP, Visual Studio Integration Package. Since it is not an Addin it does not show up in the Addin Manager.
During installation it allows you to select where to install the files to, defaulting to "C:\Program Files\Home\CodeWinPos\". It also writes to the Registry in HKEY_LOCAL_MACHINE/SOFTWARE/CodeWinPos and /HKEY_LOCAL_MACHINE/SOFTWARE/Microsoft/VisualStudio/8.0/AutomationProperties/CodeWinPos/ amoung other places.
When installed the option shows up under Tools/Options/CodeWinPos. The only option is to enable/disable.
I just uninstalled it from my machine and reinstalled it and it still works for me.
I don't have a "virgin" machine though (one in which CodeWinPos was never installed on) so I can't say for sure that it works on a "virgin" system. So I'd appreciate any further feedback you can provide.
You probably can't have VS running when you do the install.
Hope this helps. Please let me know what else you find.
Thanks, Mike
|
|
|
|
 |
|
 |
Hi Mike,
I finally got it working - there's a minor glitch (at least on my machine), I have to desactivate CodeWinPos in the option menu to have it enabled and working.
You should maybe add an option to invert the behaviour and have the .h open on the right side! Thanks, -Rom's
|
|
|
|
 |
|
 |
Let me ask, could it be that on a virgin install you have to toggle the option once or twice before it begins working? IOW does disable/enable work correctly now? I seem to remember that.
Thanks for the suggestion. ;^)
Mike
|
|
|
|
 |
|
 |
I have to Disable/Enable it as well in order to get it running.
Cheers, Valentin.
|
|
|
|
 |
 | How is this better than splitting the window? Shawn Poulson | 21:41 13 Aug '07 |
|
 |
From what I can tell with the very small screenshot, it looks like I could accomplish this by splitting the window. It may not be automatic, but I can arrange them in a similar side-by-side display.
How is your add-in different?
--- Shawn Poulson spoulson@explodingcoder.com
|
|
|
|
 |
|
 |
CodeWinPos is an aid to window management in your VS2005 IDE.
CodeWinPos does two things; 1) it automatically places .h files on the left and .c/.ccp files on the right in the same place with same size and 2) does so without using the mouse. When you open a .h/.c/.cpp file it automatically sizes/places it in "the correct" place for you. (Assuming you agree with "the correct" place being "on the left" and "on the right" for .h/.cpp respectively).
The point of CodeWinPos is that you do not have to manually size/move each code window with the mouse. CodeWinPos does it for you. So to answer your question, yes you can certainly do the same thing with the mouse. But that is exactly the point of CodeWinPos - not having to do it with the mouse.
CodeWinPos is for people who prefer to avoid reaching for the mouse when ever possible. For myself I setup various keyboard shortcuts to do things like navigating between apps etc., etc. I use ViEmu (viemu.com) for editing in VS2005, again avoiding the mouse. There are some good articles on the viemu site about how developing without using the mouse can be more productive. I find that using keystrokes instead of the mouse I can do things much faster than if I were using the mouse to do the same thing. I use keystrokes for switching between .h/.cpp, switching between apps - everything I can possibly setup a keyboard shortcut to do I do so. CodeWinPos is but another utility in my environment.
During development I like to keep my hands on the keyboard, typing code, locating/reading code, switching between source files, switching to a browser. If I can keep my hands on the keyboard through cycles of these types of operations my development goes faster, uninterrupted. If I have to move my hand from the keyboard over to the mouse to accomplish an operation it's an interruption - it slows down the process.
For example compare the physical hand movements required to switch between .h and .cpp file with keyboard versus mouse: (assume a header/source file switcher addin is installed)
1) With keyboard: 1 keystroke to switch from .cpp file to it's .h file (no hand movement only fingers)
2) With mouse: i) move hand from keyboard to mouse ii) move mouse around to move pointer to appropriate location to open the desired file iii) double click on desired file iv) move hand from mouse back to keyboard. (4 hand movements versus 0)
Some people will balk at this example. Some may even say I'm crazy. But I am not alone. There are many people who prefer to work without a mouse when possible. Once you "get it", you never go back!
IMHO a mouse pointer device makes things easier for beginners, but not necessarily more productive for experienced users.
I use VS2005 and CodeWinPos with the Multiple Window option rather than the Tabbed Windows option. Tabbed Windows does accomplish part of what CodeWinPos does in that it makes all the windows the same size, but it doesn't handle .h files on the left and .cpp's on the right as CodeWinPos does for me. I prefer the MDI option over Tabs with CodeWinPos. That way I can change the size of a single source file window without changing the size of the whole tab group (which I still have to use the mouse to do, sigh).
CodeWinPos does basically the same thing as the WinPos addin (over on codeguru) did for VS6. The WinPos author makes the point that it helps window management when debugging too. As you're stepping through code and new code windows are opened it keeps them nicely organized rather than cluttering the workspace (MDI option). Again the Tabbed option helps here but does nothing to keep .h/left .cpp/right.
Hope this helps explain the purpose of CodeWinPos.
If you're curious I encourage you to try CodeWinPos to see just how it behaves. I assure you that it installs, works and uninstalls cleanly.
Regards, Mike
-- modified at 20:55 Thursday 16th August, 2007
|
|
|
|
 |