Skip to content

Commit 972cf48

Browse files
Merge branch 'remotes/source/master'
2 parents cba592c + afbe277 commit 972cf48

File tree

206 files changed

+33429
-24980
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

206 files changed

+33429
-24980
lines changed

.gitattributes

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# Disable any line endings auto conversion.
2+
* -text

.github/FUNDING.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# These are supported funding model platforms
2-
3-
github: [pyscripter]
4-
1+
# These are supported funding model platforms
2+
3+
github: [pyscripter]
4+

.gitignore

Lines changed: 52 additions & 52 deletions
Original file line numberDiff line numberDiff line change
@@ -1,52 +1,52 @@
1-
# Compiled source #
2-
###################
3-
*.dcu
4-
*.obj
5-
*.exe
6-
*.dll
7-
*.bpl
8-
*.bpi
9-
*.dcp
10-
*.rsm
11-
*.stat
12-
*.map
13-
*.o
14-
*.ppu
15-
*.rsj
16-
*.compiled
17-
*.lib
18-
*.pyd
19-
20-
# Generated source #
21-
###################
22-
*.hpp
23-
24-
# Backup files #
25-
###################
26-
*.~*
27-
*.bak
28-
29-
# IDE Files #
30-
###################
31-
*.dproj.local
32-
*.groupproj.local
33-
*.identcache
34-
*.dsk
35-
*.tvsconfig
36-
*.otares
37-
*.drc
38-
*.rc
39-
*.res
40-
*.local
41-
42-
# Output Folders #
43-
###################
44-
/Win32
45-
/Win64
46-
/OSX32
47-
/__history
48-
*.bak
49-
*.Patch
50-
*.#00
51-
*.pch
52-
/Tests/TestInsightSettings.ini
1+
# Compiled source #
2+
###################
3+
*.dcu
4+
*.obj
5+
*.exe
6+
*.dll
7+
*.bpl
8+
*.bpi
9+
*.dcp
10+
*.rsm
11+
*.stat
12+
*.map
13+
*.o
14+
*.ppu
15+
*.rsj
16+
*.compiled
17+
*.lib
18+
*.pyd
19+
20+
# Generated source #
21+
###################
22+
*.hpp
23+
24+
# Backup files #
25+
###################
26+
*.~*
27+
*.bak
28+
29+
# IDE Files #
30+
###################
31+
*.dproj.local
32+
*.groupproj.local
33+
*.identcache
34+
*.dsk
35+
*.tvsconfig
36+
*.otares
37+
*.drc
38+
*.rc
39+
*.res
40+
*.local
41+
42+
# Output Folders #
43+
###################
44+
/Win32
45+
/Win64
46+
/OSX32
47+
/__history
48+
*.bak
49+
*.Patch
50+
*.#00
51+
*.pch
52+
/Tests/TestInsightSettings.ini

Contributors.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
## Contributors
2+
3+
### Fpc and Lazarus support:
4+
- Alexey-T (https://github.com/Alexey-T)
5+
### Early Contributors:
6+
- Grzegorz Makarewicz ([email protected])
7+
- Samuel Iseli ([email protected])
8+
- Andrew Robinson ([email protected])
9+
- Mark Watts([email protected])
10+
- Olivier Deckmyn ([email protected])
11+
- Sigve Tjora ([email protected])
12+
- Mark Derricutt ([email protected])
13+
- Igor E. Poteryaev ([email protected])
14+
- Yuri Filimonov ([email protected])
15+
- Stefan Hoffmeister ([email protected])
16+
- Michiel du Toit ([email protected]) - Lazarus Port
17+
- Chris Nicolai ([email protected])
18+
- Andrey Gruzdev ([email protected])
19+
20+
More recent contributors can be seen at the [project contributors graph](https://github.com/pyscripter/python4delphi/graphs/contributors).

Demos/Demo01/Demo01.dpr

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
1-
program Demo01;
2-
3-
4-
5-
uses
6-
Forms,
7-
Unit1 in 'Unit1.pas' {Form1};
8-
9-
{$R *.res}
10-
11-
begin
12-
Application.Initialize;
13-
Application.CreateForm(TForm1, Form1);
14-
Application.Run;
15-
end.
1+
program Demo01;
2+
3+
4+
5+
uses
6+
Forms,
7+
Unit1 in 'Unit1.pas' {Form1};
8+
9+
{$R *.res}
10+
11+
begin
12+
Application.Initialize;
13+
Application.CreateForm(TForm1, Form1);
14+
Application.Run;
15+
end.

0 commit comments

Comments
 (0)