-
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update files to keep the same as OuroWeb TFS
- Loading branch information
Showing
54 changed files
with
5,123 additions
and
2,139 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,17 @@ | ||
{ | ||
"version": "1.0", | ||
"configurations": [ | ||
{ | ||
"type": "python", | ||
"request": "launch", | ||
"name": "Launch Program", | ||
"program": "${workspaceFolder}\\pdfconverter.py" | ||
} | ||
{ | ||
"type": "python", | ||
"request": "launch", | ||
"name": "Módulo Principal", | ||
"program": "${workspaceFolder}\\pdfconverter.py" | ||
}, | ||
{ | ||
"type": "python", | ||
"request": "launch", | ||
"name": "Rodar Setup", | ||
"program": "${workspaceFolder}\\setup.py" | ||
} | ||
] | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
""" | ||
--- | ||
--- | ||
--- | ||
## Package: pdfconverter | ||
--- | ||
--- | ||
### Module Name: pdfconverter (Constructor, __init__) | ||
--- | ||
### path: "pdfconverter\\\\\\\\__init__.py" | ||
--- | ||
--- | ||
Pacote e módulo que representa o projeto PDFConverter. | ||
--- | ||
--- | ||
--- | ||
""" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
""" | ||
--- | ||
--- | ||
--- | ||
## Package: pdfconverter | ||
--- | ||
--- | ||
### Module Name: __main__ | ||
--- | ||
### path: "pdfconverter\\\\\\\\__main__.py" | ||
--- | ||
--- | ||
Módulo delimitado como escopo do projeto, atualmente, é o | ||
módulo inicializado por padrão dentro do Workspace do Visual | ||
Code, quando pressionada a tecla 'F5', por exemplo. | ||
--- | ||
--- | ||
--- | ||
""" |
Oops, something went wrong.