[program-l] Re: JAWS 13 and Visual Studio 2012

  • From: Soronel Haetir <soronel.haetir@xxxxxxxxx>
  • To: program-l@xxxxxxxxxxxxx
  • Date: Thu, 4 Oct 2012 06:49:35 -0800

I use vs2012 but it's fairly painful.  I have a monstrously
overpowered machine yet find that VS still spends a significant amount
of time rebuilding intellisense databases and other tasks that make
the UI freeze.

The work on FS' part to make vs2010 work better does not carry forward
as far as I can tell.

The work I do is mostly native c/c++ and have been trying some WPF.

I did add some minor scripting and that has made it at least usable,
though still not great.

The scripts I have added are as follows:

Visual Studio 2012.jss:
include "hjconst.jsh"
include "hjglobal.jsh"
include "Visual Studio 2010.jsm"
include "Visual Studio 2010.jsh"

Script ScriptFileName()
ScriptAndAppNames(FormatString(cmsgVisualStudioAppName,IntToString(GetProgramVersion(GetAppFilePath()))))
EndScript

Script DoKey()
        TypeCurrentScriptKey()
Delay(5)
SayLine()
EndScript


Visual Studio 2012.jsd:
:Script DoF10

Visual Studio 2012.jkm:
[Common Keys]
F10=DoKey
Control+F10=DoKey
F11=DoKey

And an appropriate modification to config-names.ini.  Before adding
the above scripts using the debugger was extremely painful as it would
not echo the newly current line after a step operation.



On 10/4/12, Kerneels Roos <kerneels@xxxxxxxxx> wrote:
> Hi list.
>
> Has anyone had some experience with using JAWS 13 and Visual Studio 2012
> yet? If so, how well is it supported and can one program productively
> with this setup - ignoring any GUI work?
>
> Second question, how about VS 2010? I can remember that a lot of work
> was done to make JAWS work better with VS 2010. Does all of those
> efforts carry forth to VS 2012?
>
> I'm currently in the job market looking for new employment and have
> noticed that some folks are already using VS 2012.
>
> Regards
> Kerneels
>
> --
> Kerneels Roos
> Cell: +27 (0)79 696 6038
> Tel: +27 (0)811 2108
> LinkedIn: http://za.linkedin.com/in/kerneels
>
> Skype: cornelis.roos
>
> ** To leave the list, click on the immediately-following link:-
> ** [mailto:program-l-request@xxxxxxxxxxxxx?subject=unsubscribe]
> ** If this link doesn't work then send a message to:
> ** program-l-request@xxxxxxxxxxxxx
> ** and in the Subject line type
> ** unsubscribe
> ** For other list commands such as vacation mode, click on the
> ** immediately-following link:-
> ** [mailto:program-l-request@xxxxxxxxxxxxx?subject=faq]
> ** or send a message, to
> ** program-l-request@xxxxxxxxxxxxx with the Subject:- faq
>


-- 
Soronel Haetir
soronel.haetir@xxxxxxxxx
** To leave the list, click on the immediately-following link:-
** [mailto:program-l-request@xxxxxxxxxxxxx?subject=unsubscribe]
** If this link doesn't work then send a message to:
** program-l-request@xxxxxxxxxxxxx
** and in the Subject line type
** unsubscribe
** For other list commands such as vacation mode, click on the
** immediately-following link:-
** [mailto:program-l-request@xxxxxxxxxxxxx?subject=faq]
** or send a message, to
** program-l-request@xxxxxxxxxxxxx with the Subject:- faq

Other related posts: