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
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
[SOLVED] Howto use a DEFI...
by
tintinux
[
Today
at 04:55:13 pm]
ZDataset.Locate + loParti...
by
tintinux
[
Today
at 04:47:48 pm]
storing string
by
Remy Lebeau
[
Today
at 04:41:09 pm]
LazMapView - adding a sca...
by
MarkMLl
[
Today
at 04:22:37 pm]
Strange memory allocation...
by
MathMan
[
Today
at 03:40:40 pm]
Best UI to adopte while d...
by
marcov
[
Today
at 02:42:45 pm]
Random SnowFlakes:
by
Boleeman
[
Today
at 12:24:18 pm]
AY_FLY Library
by
Thaddy
[
Today
at 11:50:21 am]
Hustle - A simple task ma...
by
MarkMLl
[
Today
at 11:37:20 am]
How much would it hamper ...
by
Thaddy
[
Today
at 11:36:24 am]
Lazarus MDI application.
by
Fred vS
[
Today
at 11:25:21 am]
AVRPascal – free code edi...
by
Dzandaa
[
Today
at 10:51:50 am]
How do you know wich vers...
by
Joanna from IRC
[
Today
at 10:25:27 am]
Linking question
by
Khrys
[
Today
at 10:23:13 am]
CudaText Editor (written ...
by
AlexTP
[
Today
at 10:16:27 am]
sql log file with sql sta...
by
Zvoni
[
Today
at 09:06:27 am]
Amigo programming languag...
by
paxscript
[
Today
at 05:30:46 am]
NSHapticFeedbackPerformer
by
msintle
[
Today
at 01:29:22 am]
Common File Dialogs Have ...
by
rvk
[
Today
at 12:55:24 am]
Error: (1026) Compilation...
by
daniel_sap
[December 01, 2024, 08:02:58 pm]
Worksheet.PageLayout
by
seghele0
[December 01, 2024, 04:30:15 pm]
[Solved] How to unselect ...
by
jamie
[December 01, 2024, 12:48:55 pm]
Lazarus/FPC semi-randomly...
by
Martin_fr
[December 01, 2024, 12:22:41 pm]
In pascal multiple line s...
by
MarkMLl
[December 01, 2024, 09:44:04 am]
How to capture MouseDown ...
by
kapibara
[December 01, 2024, 09:02:53 am]
« previous
next »
Print
Pages: [
1
]
Author
Topic: [SOLVED] Some comment fixes (Read 2588 times)
lagprogramming
Sr. Member
Posts: 407
[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: 2479
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: 16135
Censorship about opinions does not belong here.
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
If I smell bad code it usually is bad code and that includes my own code.
lagprogramming
Sr. Member
Posts: 407
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: 12456
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