DevX Home    Today's Headlines   Articles Archive   Tip Bank   Forums   

+ Reply to Thread
Results 1 to 5 of 5
  1. #1
    Kevin Jullion Guest

    Any (decent) .aspx editors out there yet?

    Just starting to poke at ASPX for the first time, and already I am tired of
    Notepad...does anyone know of a tool/editor that would be a reasonable
    alternative? Maybe a third party has gotten something out?

    KJ



  2. #2
    Phil Haack Guest

    Re: Any (decent) .aspx editors out there yet?

    One trick is to fool Visual Interdev to recognize .aspx pages as an
    ASP page. It doesn't give you the full features of that an ASP+ editor
    should, but it sure beats Notepad.

    If you save the following text (between but not including the BEGIN and END
    Line) into a vbs.reg file and double click on it, it will register .aspx as
    a valid extension for Visual Interdev. Please note that this has worked for
    me on WinNT 4.0 and Win2K and I make no guarantees. As always, when editing
    the registry, be careful.

    --BEGIN---
    REGEDIT4

    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\VisualStudio\6.0\Editors\{C76D83F8-A4
    89-11D0-8195-00A0C91BBEE3}\Extensions]
    "alx"=dword:00000028
    "asa"=dword:00000028
    "asp"=dword:00000028
    "aspx"=dword:00000028
    "htm"=dword:00000028
    "html"=dword:00000028
    "sct"=dword:00000028
    "stm"=dword:00000028
    "stml"=dword:00000028
    "vbs"=dword:00000028
    "vbi"=dword:00000028
    "inc"=dword:00000028
    "cdf"=dword:00000028
    -END----

    "Kevin Jullion" <kevinj@computerways.com> wrote in message
    news:39e75890@news.devx.com...
    > Just starting to poke at ASPX for the first time, and already I am tired

    of
    > Notepad...does anyone know of a tool/editor that would be a reasonable
    > alternative? Maybe a third party has gotten something out?
    >
    > KJ
    >
    >




  3. #3
    Rodrigo Figueiredo Guest

    Re: Any (decent) .aspx editors out there yet?

    dont know if ill try that it seems to me quite dangerous
    or at least in my production machine

    Regards Rodrigo
    "Phil Haack" <phil@nospam.dot.solien.dot.com> wrote in message
    news:39ee112f@news.devx.com...
    > One trick is to fool Visual Interdev to recognize .aspx pages as an
    > ASP page. It doesn't give you the full features of that an ASP+ editor
    > should, but it sure beats Notepad.
    >
    > If you save the following text (between but not including the BEGIN and

    END
    > Line) into a vbs.reg file and double click on it, it will register .aspx

    as
    > a valid extension for Visual Interdev. Please note that this has worked

    for
    > me on WinNT 4.0 and Win2K and I make no guarantees. As always, when

    editing
    > the registry, be careful.
    >
    > --BEGIN---
    > REGEDIT4
    >
    >

    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\VisualStudio\6.0\Editors\{C76D83F8-A4
    > 89-11D0-8195-00A0C91BBEE3}\Extensions]
    > "alx"=dword:00000028
    > "asa"=dword:00000028
    > "asp"=dword:00000028
    > "aspx"=dword:00000028
    > "htm"=dword:00000028
    > "html"=dword:00000028
    > "sct"=dword:00000028
    > "stm"=dword:00000028
    > "stml"=dword:00000028
    > "vbs"=dword:00000028
    > "vbi"=dword:00000028
    > "inc"=dword:00000028
    > "cdf"=dword:00000028
    > -END----
    >
    > "Kevin Jullion" <kevinj@computerways.com> wrote in message
    > news:39e75890@news.devx.com...
    > > Just starting to poke at ASPX for the first time, and already I am tired

    > of
    > > Notepad...does anyone know of a tool/editor that would be a reasonable
    > > alternative? Maybe a third party has gotten something out?
    > >
    > > KJ
    > >
    > >

    >
    >




  4. #4
    Hersh Bhasin Guest

    Re: Any (decent) .aspx editors out there yet?


    You must must try textpad. www.textpad.com. There are syntax colouring files
    avilable as add on's and code snippits (must be downloaded ). Very lean (as
    fast as notepad). Its shareware
    "Rodrigo Figueiredo" <xpto@xpto.fds> wrote:
    >dont know if ill try that it seems to me quite dangerous
    >or at least in my production machine
    >
    >Regards Rodrigo
    >"Phil Haack" <phil@nospam.dot.solien.dot.com> wrote in message
    >news:39ee112f@news.devx.com...
    >> One trick is to fool Visual Interdev to recognize .aspx pages as an
    >> ASP page. It doesn't give you the full features of that an ASP+ editor
    >> should, but it sure beats Notepad.
    >>
    >> If you save the following text (between but not including the BEGIN and

    >END
    >> Line) into a vbs.reg file and double click on it, it will register .aspx

    >as
    >> a valid extension for Visual Interdev. Please note that this has worked

    >for
    >> me on WinNT 4.0 and Win2K and I make no guarantees. As always, when

    >editing
    >> the registry, be careful.
    >>
    >> --BEGIN---
    >> REGEDIT4
    >>
    >>

    >[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\VisualStudio\6.0\Editors\{C76D83F8-A4
    >> 89-11D0-8195-00A0C91BBEE3}\Extensions]
    >> "alx"=dword:00000028
    >> "asa"=dword:00000028
    >> "asp"=dword:00000028
    >> "aspx"=dword:00000028
    >> "htm"=dword:00000028
    >> "html"=dword:00000028
    >> "sct"=dword:00000028
    >> "stm"=dword:00000028
    >> "stml"=dword:00000028
    >> "vbs"=dword:00000028
    >> "vbi"=dword:00000028
    >> "inc"=dword:00000028
    >> "cdf"=dword:00000028
    >> -END----
    >>
    >> "Kevin Jullion" <kevinj@computerways.com> wrote in message
    >> news:39e75890@news.devx.com...
    >> > Just starting to poke at ASPX for the first time, and already I am tired

    >> of
    >> > Notepad...does anyone know of a tool/editor that would be a reasonable
    >> > alternative? Maybe a third party has gotten something out?
    >> >
    >> > KJ
    >> >
    >> >

    >>
    >>

    >
    >



  5. #5
    col Guest

    Re: Any (decent) .aspx editors out there yet?


    Homesite 4.5.2 has support (colouring) for asp.net.......

    Col.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
HTML5 Development Center
 
 
FAQ
Latest Articles
Java
.NET
XML
Database
Enterprise
Questions? Contact us.
C++
Web Development
Wireless
Latest Tips
Open Source


Top DevX Stories

Easy Web Services with SQL Server 2005 HTTP Endpoints
JavaOne 2005: Java Platform Roadmap Focuses on Ease of Development, Sun Focuses on the "Free" in F.O.S.S.
Wed Yourself to UML with the Power of Associations
Microsoft to Add AJAX Capabilities to ASP.NET
IBM's Cloudscape Versus MySQL


Sponsored Links