runewake2
Member
|
RE: Header Browser Tool
I could find a use for this.
|
|
01-04-2011 04:07 PM |
|
Esenthel
Administrator
|
|
01-13-2011 03:55 PM |
|
Dynad
Member
|
RE: Header Browser Tool
Looks great already... can you change to background colors aswell?
There is always evil somewhere, you just have to look for it properly.
|
|
01-13-2011 04:00 PM |
|
Esenthel
Administrator
|
RE: Header Browser Tool
yeah, there will be 2 color themes (native c++ like on screenshot, and turbo pascal style like on video)
|
|
01-13-2011 04:02 PM |
|
fatcoder
Member
|
RE: Header Browser Tool
Don't take this the wrong way, but I don't see how this tool is useful?
The time you'd spend opening the Esenthel tools folder, opening the tool, finding the file you want and browsing for the function or type you want would be far longer than just right clicking in VS and hitting Go To Definition...
|
|
01-14-2011 01:15 AM |
|
Esenthel
Administrator
|
RE: Header Browser Tool
wait once it's ready, and you will try it out, I'm testing it now, and feels much more comfortable to browse the headers
|
|
01-14-2011 01:31 AM |
|
Chris
Member
|
RE: Header Browser Tool
Can you parse $(CurText) and use a key binding to call the external tool, parsing it to the header tool from within VisualStudio, and have them as command-line inputs to the header browser (or something)?
(top two links within this link)
http://msdn.microsoft.com/en-us/library/...s.80).aspx
or have it access stuff from the clipboard etc
(This post was last modified: 01-14-2011 01:56 AM by Chris.)
|
|
01-14-2011 01:52 AM |
|
Esenthel
Administrator
|
RE: Header Browser Tool
could you be more specific? how does it work?
|
|
01-14-2011 02:04 AM |
|
Chris
Member
|
RE: Header Browser Tool
I've only ever used it with AStyle (source formatting) - to parse the inputs you do this:
1) Go to Tools->External Tools.
2) Click Add
3) Make the title Astyle
4) Make the command: C:\cygwin\bin\astyle.exe (Assuming you installed Cygwin to C:\cygwin\bin)
5) Make the arguments: --style=ansi --style=ansi -t -S $(ItemPath) (Or whatever arguments you like. Check the arguments here: Astyle Documentation)
6) Click apply.
You could send something from http://msdn.microsoft.com/en-us/library/...s.80).aspx
Gotta sleep now
|
|
01-14-2011 02:07 AM |
|
Esenthel
Administrator
|
RE: Header Browser Tool
Thanks, I'll check it
|
|
01-14-2011 02:12 AM |
|
Esenthel
Administrator
|
RE: Header Browser Tool
Yeah, that works nice! just added it
|
|
01-16-2011 07:28 PM |
|
McTomas
Member
|
RE: Header Browser Tool
A good addition to the header browser is the byew type of the Gui Object. For example, when I pass over the Combo Box, it shows an image of default comboBox to be drawn, like this http://unity3d.com/support/documentation...trols.html
It can also be added to the documentation. For me it will be very helpfull because sometime I find myself going to the Gui Editor just to see the Gui Object draw.
|
|
01-17-2011 06:07 PM |
|
Barthap
Member
|
RE: Header Browser Tool
@up: Broken link. Remove dot from ending of url address
|
|
01-18-2011 05:25 PM |
|