Giter VIP home page Giter VIP logo

Comments (3)

GoogleCodeExporter avatar GoogleCodeExporter commented on May 25, 2024
I'm seeing the same problem with ASP.NET and VB.NET code containing ' before a 
comment. 

Code: 

''preforms all the calculations to display amortization schedule.
        Protected Sub btnAmortization_Click(ByVal sender As Object, ByVal e As
System.EventArgs) Handles btnAmortization.Click
                Dim decLoanAmount As Decimal    'variable for the loan amount
                Dim dblInterestRate As Double   'variable for the interest rate
                Dim dblLoanTerm As Double          'variable for the number of months
                Dim strLoanAmount As String      'string from loan amount text box
                strLoanAmount = Me.txtLoanAmount.Text
                Dim strInterestRate As String   'string from interest rate text box
                strInterestRate = Me.txtInterestRate.Text
                Dim strLoanTerm As String          'string from loan term text box
                strLoanTerm = Me.txtLoanTerm.Text * 12


Example page:
http://www.dreamincode.net/forums/index.php?act=ST&f=30&t=72634&st=0#entry470490

Original comment by [email protected] on 4 Dec 2008 at 2:31

from code-prettify.

GoogleCodeExporter avatar GoogleCodeExporter commented on May 25, 2024
Added support at revision 54.

Original comment by [email protected] on 6 Jan 2009 at 4:18

  • Changed state: Fixed

from code-prettify.

GoogleCodeExporter avatar GoogleCodeExporter commented on May 25, 2024
Mike, 

I'm running rev 64 with the lang-vb file and the comments in VB/VB.NET still 
aren't
working. I'm seeing comment highlighting start at the first ' and it doesn't end
until it encounters another '

Attached is a test file, and you can also see it happening here:
http://www.dreamincode.net/forums/index.php?showtopic=87819&hl=

Original comment by [email protected] on 20 Feb 2009 at 6:34

Attachments:

from code-prettify.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.