Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsFree MagazinesWhite PapersSubmit Content
Discussion GroupsASP.NETWindows FormsLanguages.NET FrameworkVisual Studio.NET
Articles.NET FrameworkASP.NETToolsWindows Forms
.NET DirectoryOpen Source ProjectsUser GroupsWeb Resources
Related Topics
Visual Basic 6SQL ServerMS AccessOther DB ProductsMS Server ProductsMore Topics ...

.NET Forum / Languages / Visual J# / April 2005

Tip: Looking for answers? Try searching our database.

Autocorrect in VJ# 2005

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Hrvoje Vrbanc - 10 Apr 2005 18:32 GMT
Hi all!

Does the Beta versions with VJ# 2005 (Express especially) contain
AutoCorrect?

Thank you,
Hrvoje
Lars-Inge T?nnessen [VJ# MVP] - 17 Apr 2005 00:48 GMT
What is "AutoCorrect" ?  What does it do?

Regards,
Lars-Inge T?nnessen
George Birbilis [MVP J#] [9880] - 27 Apr 2005 16:24 GMT
>> Does the Beta versions with VJ# 2005 (Express
>> especially) contain AutoCorrect?

I don't think it does

> What is "AutoCorrect" ?  What does it do?

for example suppose you mispell something while you write, it can fix it or
at least suggest a fix (say in some style like the smart tags in office or
by having suggestions when right clicking on an underlined symbol name)

in UNIX shell you could have similar feature years ago, when you wrote a
wrong command it would suggest among possible names for the command that you
could choose and it would use the one you chose and run the command

the idea is that the correct-name for the symbols is already available due
to IntelliSense and the compilation that is done in the background all the
time after you type some word (or maybe at some time interval if source has
changed). So it could compare the wrong word with the available symbols for
that code context and see if it's close you suggest the closest alternatives
sorted with some proximity-factor ranking (that's tricky but since symbols
are usually latin and English you can use phonetic English rules or "Latin"
phonetic rules to do such matches)

also it needs to be able to fix apart from symbol names, core syntax parts,
e.g. names like "for", "if", "else" etc. and maybe even be clever enough to
convert

if x>0 then y=5; else z=10;

to

if (x>0) {y=5;} else {z=10;}

or maybe that's too much to hope?

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
George Birbilis <birbilis@kagi.com>
Microsoft MVP J# for 2004, 2005
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ QuickTime controls (Delphi & ActiveX: VB, PowerPoint, .NET)
+ Plugs (InterProcess/Internet communication)
+ TranXform (VB6 form to ASP.net WebForm convertion)
http://www.kagi.com/birbilis
+ Robotics
http://www.mech.upatras.gr/~robgroup
........................................................................

Free Magazines

Get these publications absolutely FREE for up to 12 months. There are no hidden fees and no obligation. Simply choose a title, complete the application form and submit it. Read more ...

Oracle MagazineNetwork ComputingComputer WorldBio-IT WorldeWeekInformation WeekInfosecurity
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.