Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Coldfusion language and code intelligence updates #756

Open
wants to merge 20 commits into
base: 193.5233
Choose a base branch
from

Commits on Jan 3, 2020

  1. [CFML] catch for uncaught null pointer exception

    adventurous-gerbil committed Jan 3, 2020
    Configuration menu
    Copy the full SHA
    c653a55 View commit details
    Browse the repository at this point in the history
  2. [CFML] version and project info adjustment

    adventurous-gerbil committed Jan 3, 2020
    Configuration menu
    Copy the full SHA
    f18bee4 View commit details
    Browse the repository at this point in the history
  3. [CFML] implemented documentation lookup for cfcs

    For components and functions defined in cfml instead of cfscript:
    Quick documentation now shows the actual cfc and cfc-method
    documentation instead of the documentation for the cfcomponent or
    cffunction tag
    adventurous-gerbil committed Jan 3, 2020
    Configuration menu
    Copy the full SHA
    5de3ac9 View commit details
    Browse the repository at this point in the history
  4. [CFML] fix: new expression followed by method call

    a new expression directly followed by a function call is no longer
    falsely marked as a syntax error
    adventurous-gerbil committed Jan 3, 2020
    Configuration menu
    Copy the full SHA
    1466755 View commit details
    Browse the repository at this point in the history
  5. [CFML] added support for wildcard imports

    adventurous-gerbil committed Jan 3, 2020
    Configuration menu
    Copy the full SHA
    b539152 View commit details
    Browse the repository at this point in the history
  6. [CFML] fix: type definition as string

    when parsing types, values enclosed in quotes are now accepted
    adventurous-gerbil committed Jan 3, 2020
    Configuration menu
    Copy the full SHA
    817a5dd View commit details
    Browse the repository at this point in the history
  7. [CFML] fix: keywords as variable names

    keywords used as variable names are no longer falsely marked as a syntax
    error in certain places
    adventurous-gerbil committed Jan 3, 2020
    Configuration menu
    Copy the full SHA
    3d532ef View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2020

  1. [CFML] <cfparam> implementation

    implemented the <cfparam> tag as an assignment-type statement (with type
    assignment to a variable)
    adventurous-gerbil committed Jan 10, 2020
    Configuration menu
    Copy the full SHA
    17356f6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6910910 View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2020

  1. Configuration menu
    Copy the full SHA
    6eab87f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0cafd73 View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2020

  1. Configuration menu
    Copy the full SHA
    df79e12 View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2020

  1. Configuration menu
    Copy the full SHA
    465c19b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6f3a1a4 View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2020

  1. Configuration menu
    Copy the full SHA
    ac46d3f View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2020

  1. Configuration menu
    Copy the full SHA
    a3205f8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    891772f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    78a8d2d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7e05ac9 View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2020

  1. Configuration menu
    Copy the full SHA
    6a4d304 View commit details
    Browse the repository at this point in the history