Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
python6460
/
HeidiSQL
Public
forked from
HeidiSQL/HeidiSQL
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
HeidiSQL
source
texteditor.pas
on
master
User selector
All users
Datepicker
All time
Commit history
Commits on Dec 13, 2018
Update label on text editor after caret was moved by mouse click
ansgarbecker
committed
c1ac365
View commit details
Copy full SHA for c1ac365
View code at this point
Browse repository at this point
Switch X and Y coordinates of cursor position label in text editor, like it's in the status bar. And decrease timer interval for updating label.
ansgarbecker
committed
5c79f6d
View commit details
Copy full SHA for 5c79f6d
View code at this point
Browse repository at this point
Commits on Dec 12, 2018
Display cursor position in grid popup text editor
ansgarbecker
committed
c0dba12
View commit details
Copy full SHA for c0dba12
View code at this point
Browse repository at this point
Display number of lines in grid popup text editor
ansgarbecker
committed
0fb66ac
View commit details
Copy full SHA for 0fb66ac
View code at this point
Browse repository at this point
Commits on Nov 28, 2018
Display column name in title bar of popup text editor. Closes #395.
ansgarbecker
committed
6d4d4e0
View commit details
Copy full SHA for 6d4d4e0
View code at this point
Browse repository at this point
Commits on Oct 25, 2018
Issue #213: Assign system or custom font once, to the application, and let all forms inherit that font, so there is no need to call InheritFont() for each form.
ansgarbecker
committed
9cdcd63
View commit details
Copy full SHA for 9cdcd63
View code at this point
Browse repository at this point
Commits on Feb 18, 2018
Grid popup text editor: Trigger onchange event explicitly, as this is not done implicitly when applying an empty string. Closes #132.
ansgarbecker
committed
76230df
View commit details
Copy full SHA for 76230df
View code at this point
Browse repository at this point
Commits on Feb 16, 2018
Restore maximized WindowStyle of grid text editor, and move some code from FormShow to FormCreate, to overcome a glitch with the window dimensions. Closes #89.
ansgarbecker
committed
32bc533
View commit details
Copy full SHA for 32bc533
View code at this point
Browse repository at this point
Commits on Feb 3, 2018
Try the same workaround for invisible or black dropdown buttons on Wine as previously only for dropdown toolbuttons (becd4bdd0e3845f9ad7845fe7637460914878afa and 61202be058cc135f938a131207f47f9546e…
Show description for f7b4d0c
ansgarbecker
committed
f7b4d0c
View commit details
Copy full SHA for f7b4d0c
View code at this point
Browse repository at this point
Fix some unpretty names of private variables
ansgarbecker
committed
f0cf55f
View commit details
Copy full SHA for f0cf55f
View code at this point
Browse repository at this point
Fix crash in drop down menu after detecting no line breaks. That should have never happened, but it did. Closes #47.
ansgarbecker
committed
427078f
View commit details
Copy full SHA for 427078f
View code at this point
Browse repository at this point
Commits on Jan 22, 2018
Rename helpers unit to apphelpers, to overcome a naming conflict with the FireMonkey unit FMX.Canvas.GPU.Helpers. Closes #102.
ansgarbecker
committed
5a8a4af
View commit details
Copy full SHA for 5a8a4af
View code at this point
Browse repository at this point
Commits on Mar 20, 2016
Remember selected encoding in several file-open-dialogs. See http://www.heidisql.com/forum.php?t=20868
ansgarbecker
committed
4378e2b
View commit details
Copy full SHA for 4378e2b
View code at this point
Browse repository at this point
Commits on Jun 21, 2015
Show line breaks other than Windows style as normal line breaks in text editor. See http://www.heidisql.com/forum.php?t=18769
ansgarbecker
committed
ba63e14
View commit details
Copy full SHA for ba63e14
View code at this point
Browse repository at this point
Commits on Jun 13, 2015
Introduce option for setting the line break style in text cells without breaks. See http://www.heidisql.com/forum.php?t=18682
ansgarbecker
committed
59159c7
View commit details
Copy full SHA for 59159c7
View code at this point
Browse repository at this point
Commits on Nov 1, 2013
Replace out-dated code which does not compile in 64bit mode in helpers.SetWindowSizeGrip. Use a TForm descendant in the new unit "extra_controls". Code parts taken from http://www.delphigroups.info…
Show description for 6e608f1
ansgarbecker
committed
6e608f1
View commit details
Copy full SHA for 6e608f1
View code at this point
Browse repository at this point
Commits on Sep 4, 2013
* Try a new approach in helpers.OpenTextFile(), helpers.ReadTextfile() and helpers.ReadTextfileChunk(): Based on TStreamReader instead of TFileStream now, so we can finally rely on Delphi internals…
Show description for a38c70b
ansgarbecker
committed
a38c70b
View commit details
Copy full SHA for a38c70b
View code at this point
Browse repository at this point
Commits on May 28, 2013
Issue #3191: Use some standard TActions to implement a simple search/replace dialog in the popup text editor.
ansgarbecker
committed
debf378
View commit details
Copy full SHA for debf378
View code at this point
Browse repository at this point
Commits on Jan 2, 2013
Work around broken ToolButton with Style=tbsDropDown after translation: https://sourceforge.net/tracker/index.php?func=detail&aid=902470&group_id=74086&atid=539908
Show description for becd4bd
ansgarbecker
committed
becd4bd
View commit details
Copy full SHA for becd4bd
View code at this point
Browse repository at this point
Commits on Nov 29, 2012
Make message strings from const.inc translatable
ansgarbecker
committed
645a9f3
View commit details
Copy full SHA for 645a9f3
View code at this point
Browse repository at this point
Commits on Nov 26, 2012
Translate string variables and literals in .pas files. TODO: translate constants.
ansgarbecker
committed
f96288f
View commit details
Copy full SHA for f96288f
View code at this point
Browse repository at this point
Commits on Nov 10, 2012
Issue #557: Include gnugettext.pas from https://dxgettext.svn.sourceforge.net/svnroot/dxgettext/trunk/dxgettext/sample/ . And add basic code to all FormCreate events to translate their components i…
Show description for ca1d94c
ansgarbecker
committed
ca1d94c
View commit details
Copy full SHA for ca1d94c
View code at this point
Browse repository at this point
Commits on Aug 19, 2012
Refactor logic for reading and writing application and session settings:
Show description for 90ab0b6
ansgarbecker
committed
90ab0b6
View commit details
Copy full SHA for 90ab0b6
View code at this point
Browse repository at this point
Commits on May 27, 2011
Introduce some wrapper functions for message and error dialogs in order to have less code and to avoid hidden titles on Windows XP. Fixes issue #2425.
ansgarbecker
committed
2d548b5
View commit details
Copy full SHA for 2d548b5
View code at this point
Browse repository at this point
Commits on Jul 2, 2010
Remember state of WordWrap button on text and hex editor. Fixes issue #2055.
ansgarbecker
committed
ff1467c
View commit details
Copy full SHA for ff1467c
View code at this point
Browse repository at this point
Commits on Jun 20, 2010
Restrict "Select all" action to Ctrl+A, do not trigger it on Ctrl+Alt+A or AltGr+A. Fixes issue #2027.
ansgarbecker
committed
da0d3d1
View commit details
Copy full SHA for da0d3d1
View code at this point
Browse repository at this point
Use TOpenTextFileDialog instead of TOpenDialog for two places where we load SQL and text cell contents. That dialog has an additional "Encoding" dropdown, where the user can select the file's encod…
Show description for d436df3
ansgarbecker
committed
d436df3
View commit details
Copy full SHA for d436df3
View code at this point
Browse repository at this point
Commits on Jan 15, 2010
No need to use the Wide* version of string functions any longer.
ansgarbecker
committed
9080ad7
View commit details
Copy full SHA for 9080ad7
View code at this point
Browse repository at this point
Commits on Jan 7, 2010
* Fix compiler warnings due to implicit AnsiString to (Unicode)String or vice versa
Show description for a4652d3
ansgarbecker
committed
a4652d3
View commit details
Copy full SHA for a4652d3
View code at this point
Browse repository at this point
Commits on Jan 5, 2010
Upgrade to Delphi 2010:
Show description for 7d401ff
ansgarbecker
committed
7d401ff
View commit details
Copy full SHA for 7d401ff
View code at this point
Browse repository at this point
Commits on Dec 27, 2009
Make Ctrl+A select all text in grid popup text editor. Fixes issue #1467.
ansgarbecker
committed
b71414a
View commit details
Copy full SHA for b71414a
View code at this point
Browse repository at this point
Commits on Dec 22, 2009
Sanitize all "uses" clauses from unneeded unit references.
ansgarbecker
committed
e356cb7
View commit details
Copy full SHA for e356cb7
View code at this point
Browse repository at this point
Commits on Oct 19, 2009
Revert accidentally committed file with debug changes
ansgarbecker
committed
8b126c2
View commit details
Copy full SHA for 8b126c2
View code at this point
Browse repository at this point
Cosmetic in project files:
Show description for aaa0287
ansgarbecker
committed
aaa0287
View commit details
Copy full SHA for aaa0287
View code at this point
Browse repository at this point
Commits on Jul 21, 2009
The popup text editor is only called within the InplaceEditor. So it doesn't seem to have some advantage any longer to have an abstract base class for the memo and binary editor.
ansgarbecker
committed
cd1000c
View commit details
Copy full SHA for cd1000c
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.