Skip to content

GitLab

  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
    • Switch to GitLab Next
  • Sign in / Register
  • Lazarus Lazarus
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Issues 2,083
    • Issues 2,083
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
  • Merge requests 8
    • Merge requests 8
  • Deployments
    • Deployments
    • Releases
  • Analytics
    • Analytics
    • Value stream
    • Code review
    • Insights
    • Issue
    • Repository
  • External wiki
    • External wiki
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar

GitLab 15.0 is launching on May 22! This version brings many exciting improvements, but also removes deprecated features and introduces breaking changes that may impact your workflow. To see what is being deprecated and removed, please visit Breaking changes in 15.0 and Deprecations.

  • FPC
  • Lazarus
  • LazarusLazarus
  • Issues
  • #23320
Closed
Open
Created Nov 14, 2012 by FPC Admin account@fpc_adminOwner

IDE hint paint html entities (&..) incorrect

Original Reporter info from Mantis: BeniBela @benibela
  • Reporter name: Benito van der Zander

Description:

If the displayed value contains a &, the following letter is underlined, and if the characters following the & form a html entity, it is replaced with the value of the entity.

Steps to reproduce:

var s: string;
begin
  s := '<a';
  writeln(s);  

Move the mouse over s.

The hint shows:

≤a

Mantis conversion info:

  • Mantis ID: 23320
  • Build: 1.1 r38276, 2.6.0 x86_64-l.-gtk2
  • Version: 1.0.3 (SVN)
  • Fixed in version: 1.1 (SVN)
  • Fixed in revision: 39374 (#03b7bd79)
  • Target version: 1.2.0
  • LazTarget: 1.2
Assignee
Assign to
Time tracking