line number in VWD

Last post 07-21-2009 9:03 AM by anandbe21@gmail.com. 8 replies.

Sort Posts:

  • line number in VWD

    06-25-2009, 5:02 PM
    • Member
      40 point Member
    • phddas
    • Member since 05-16-2009, 10:44 PM
    • Posts 209

    Hi

    Please tell me how to turn  line numbers on for web.config and file.js files. the line numbers work for html and css files but not for the other I stated.


    thx

    Filed under:
  • Re: line number in VWD

    06-25-2009, 6:41 PM
    Answer

    Tools -> Options -> Text Editor.  You can enable line numbers globally, or based on the section ou want.

  • Re: line number in VWD

    06-27-2009, 1:12 AM
    • Member
      40 point Member
    • phddas
    • Member since 05-16-2009, 10:44 PM
    • Posts 209

    how can I do the same for VS2008? thx

  • Re: line number in VWD

    06-27-2009, 7:30 AM

    What I posted above.  I use VS 2008.

  • Re: line number in VWD

    06-27-2009, 5:13 PM
    Answer
    • Member
      40 point Member
    • phddas
    • Member since 05-16-2009, 10:44 PM
    • Posts 209

    in VS08

    Tools > Options > {General, Fonts and Colors, Format, Validation, CSS, CSS Styling}  "no Text Editor". and there is no + sign in the start of each line.


    in VWD08

    Tools > Options > {Environment, Projects and Solutions, Text Editor, Databse Tools, Debugging, HTML Designer} and there is a + sign in start of each line.



  • Re: line number in VWD

    06-27-2009, 5:14 PM
    • Member
      40 point Member
    • phddas
    • Member since 05-16-2009, 10:44 PM
    • Posts 209

    oh, ok... just put a check mark in the box at the bottom of the window where it says "Show all settings".

    thx

  • Re: line number in VWD

    06-27-2009, 5:45 PM
    • Member
      40 point Member
    • phddas
    • Member since 05-16-2009, 10:44 PM
    • Posts 209

    is there a keyboard key to close the Output window? thx

  • Re: line number in VWD

    06-30-2009, 11:19 PM
    Answer

     Hi,

    phddas:

    is there a keyboard key to close the Output window? thx

    There is not such shortcut keyboard to close the Output window. There is just keyboard key to open the Output window ("Ctrl+W,O" by default).

    You can make it auto hide when Output window loses focus (Right click Output window header and select "Auto Hide" or click "Auto Hide" button in the upper right of Output window).

     

    Thanks.

    Thomas Sun
    Microsoft Online Community Support

    Please remember to click “Mark as Answer” on the post that helps you, and to click “Unmark as Answer” if a marked post does not actually answer your question.
  • Fetch Date based on From Date To Date

    07-21-2009, 9:03 AM

    I had requirement like user want to fetch data using among dates like From Date and TO date among this dates i need to display number of employees leave details among employees based on Empid. I want Query regarding this requirement here in my database columns having From date only to date is n't available. Is there any hard code for to date.Help me regarding hw i need to approach i want query to genarate my crystal report .

    select convert(char(8),fdate,112),convert(char(8),todate,112),count(empNo) from table

    where datediff(d,fdate,@Fdate)>=0 and datediff(d,tdate,@Tdate)<=0

    group by convert(char(8),fdate,112),convert(char(8),todate,112)

    previous had somebody give query for this requirement but tdate is n't there in database how this tdate can do any query regarding this very urgent requirement.

Page 1 of 1 (9 items)