Lazarus
Home
Help
TinyPortal
Search
Login
Register
Lazarus
»
Forum
»
Programming
»
Widgetset
»
CustomDrawn
»
[SOLVED] Some comment fixes
Free Pascal
Website
Downloads
Wiki
Documentation
Bugtracker
Mailing List
Lazarus
Website
Downloads (Laz+FPC)
Packages (OPM)
FAQ
Wiki
Documentation (RTL/FCL/LCL)
Bugtracker
CCR Bugs
IRC channel
GIT
Mailing List
Other languages
Foundation
Website
Useful Wiki Links
Project Roadmap
Getting the Source
Screenshots
How to use the forum
About donations (wiki)
Bookstore
Computer Math and Games in Pascal
(preview)
Lazarus Handbook
Search
Advanced search
Recent
Anyone interested in test...
by
MathMan
[
Today
at 01:13:53 pm]
[SOLVED] TLabeledEdit.Edi...
by
jipété
[
Today
at 01:07:05 pm]
Compare strange character...
by
cdbc
[
Today
at 12:02:48 pm]
[SOLVED]Bash commands and...
by
johnathan
[
Today
at 11:58:02 am]
[SOLVED] How to detect if...
by
Hartmut
[
Today
at 11:46:07 am]
TStringGrid with stretche...
by
wp
[
Today
at 11:42:30 am]
fpconnect (from sockets u...
by
MarkMLl
[
Today
at 10:49:53 am]
Feature announcement: Fun...
by
marcov
[
Today
at 10:36:25 am]
(new Topic) i can't inata...
by
majid.ebru
[
Today
at 10:14:40 am]
Form creator for editing ...
by
krzynio
[
Today
at 10:13:48 am]
i can't inatall Dam dialo...
by
majid.ebru
[
Today
at 10:12:23 am]
Windows. Status Drives Se...
by
Bart
[
Today
at 09:50:54 am]
QT5 ide tooltips
by
zeljko
[
Today
at 09:38:58 am]
CORDIC algorithms
by
Thaddy
[
Today
at 09:00:18 am]
Installing Lazarus on a R...
by
guachipelintree
[
Today
at 08:51:15 am]
Unique Instance Terminate...
by
Weitentaaal
[
Today
at 08:41:57 am]
Lazarus Release Candidate...
by
dbannon
[
Today
at 07:24:07 am]
License Agreement
by
RayoGlauco
[December 04, 2023, 11:33:44 pm]
How to print a DrawGrid
by
wp
[December 04, 2023, 11:29:20 pm]
virus with lazarus-3.0RC2...
by
rvk
[December 04, 2023, 11:11:01 pm]
Online Package Manager
by
wp
[December 04, 2023, 07:57:56 pm]
Flock of Birds
by
Dzandaa
[December 04, 2023, 05:30:05 pm]
https page download
by
BubikolRamios
[December 04, 2023, 04:11:51 pm]
Unable to write "/usr/sha...
by
Thaddy
[December 04, 2023, 02:26:11 pm]
[SOLVED] TStringGrid.Colu...
by
wp
[December 04, 2023, 11:03:07 am]
« previous
next »
Print
Pages: [
1
]
Author
Topic: [SOLVED] Some comment fixes (Read 1205 times)
lagprogramming
Sr. Member
Posts: 390
[SOLVED] Some comment fixes
«
on:
August 03, 2023, 12:01:43 pm »
The following patch fixes some comments regarding Lazarus IDE tabs
Code: Pascal
[Select]
[+]
[-]
diff
--
git a
/
lcl
/
interfaces
/
customdrawn
/
customdrawnprivate
.
pas
b
/
lcl
/
interfaces
/
customdrawn
/
customdrawnprivate
.
pas
index
755d7aa8f5
..
9b9697bcbe
100644
---
a
/
lcl
/
interfaces
/
customdrawn
/
customdrawnprivate
.
pas
+++
b
/
lcl
/
interfaces
/
customdrawn
/
customdrawnprivate
.
pas
@@
-
77
,
7
+
77
,
7
@@
type
LCLControl
:
TCustomTabControl
;
end
;
-
// Misc
+
// Misc Tab
TCDIntfSpinEdit
=
class
(
TCDSpinEdit
)
public
@@
-
327
,
7
+
327
,
7
@@
begin
// Common Controls Tab
(
AControl is TCDIntfProgressBar
)
or
(
AControl is TCDIntfTrackBar
)
or
(
AControl is TCDIntfPageControl
)
or
-
// Common Controls Tab
+
// Misc Tab
(
AControl is TCDIntfSpinEdit
)
;
end
;
«
Last Edit: August 04, 2023, 08:49:09 pm by lagprogramming
»
Logged
AlexTP
Hero Member
Posts: 2292
Re: Some comment fixes
«
Reply #1 on:
August 03, 2023, 07:00:48 pm »
Too micro change to post it to bugtracker.
Logged
CudaText editor
-
ATSynEdit
-
More from me
Thaddy
Hero Member
Posts: 13265
Re: Some comment fixes
«
Reply #2 on:
August 03, 2023, 07:42:35 pm »
Maybe an attempt to try a patch? It borders to silly. It is indeed too micro to warrant it and the original is basically correct.
«
Last Edit: August 03, 2023, 07:44:20 pm by Thaddy
»
Logged
I actually get compliments for being rude... (well, Dutch, but that is the same)
lagprogramming
Sr. Member
Posts: 390
Re: Some comment fixes
«
Reply #3 on:
August 04, 2023, 07:15:38 pm »
The patch is fine because it fixes the comments, also making them look alike. The comments refer to the Lazarus IDE tabs. The spinedit is in the
Misc
tab, not in the
Common Controls
tab.
Logged
wp
Hero Member
Posts: 11471
Re: Some comment fixes
«
Reply #4 on:
August 04, 2023, 08:08:09 pm »
Applied it to Main and Fixes.
Logged
Print
Pages: [
1
]
« previous
next »
Lazarus
»
Forum
»
Programming
»
Widgetset
»
CustomDrawn
»
[SOLVED] Some comment fixes
TinyPortal
© 2005-2018