|
1.
|
|
|
A convenience command to open all of your python files in your project 
directory in your default editor, ready for editing.

If you put yourself EDITOR or SELECTED_EDITOR environment variable, this latter 
will be used. Also, if you configured sensible-editor, this one will be 
choosed.
|
|
|
represents a line break.
Start a new line in the equivalent position in the translation.
|
|
|
represents a space character.
Enter a space in the equivalent position in the translation.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../data/templates/ubuntu-application/edit.py:39
|
|
3.
|
|
|
This will create and run a new project, including Python code, 
Glade files, and packaging files to make the project work. After 
creating the project, get started by:

1. Changing your working directory to the new project: 
$ cd path/to/project-name

2. Edit the UI with Glade: 
$ quickly design

3. Edit the Python code: 
$ quickly edit
|
|
|
represents a line break.
Start a new line in the equivalent position in the translation.
|
|
|
represents a space character.
Enter a space in the equivalent position in the translation.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../data/templates/ubuntu-application/create.py:37
|
|
4.
|
|
|
Creating bzr repository and committing
|
|
|
add it to revision control
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../data/templates/ubuntu-application/create.py:103
|
|
5.
|
|
|
Launching your newly created project!
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../data/templates/ubuntu-application/create.py:112
../data/templates/ubuntu-flash-game/create.py:153
|
|
6.
|
|
|
Congrats, your new project is setup! cd %s/ to start hacking.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../data/templates/ubuntu-application/create.py:117
|
|
7.
|
|
|
Usage: 
$ quickly tutorial

Opens help file with the tutorial for the current template.
|
|
|
represents a line break.
Start a new line in the equivalent position in the translation.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../data/templates/ubuntu-pygame/tutorial.py:31
|
|
8.
|
|
|
quickly configure bzr <bzr-branch-string>
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../data/templates/ubuntu-application/configure.py:37
|
|
11.
|
|
|
quickly configure target-distribution <ubuntu-release-name>
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../data/templates/ubuntu-application/configure.py:41
|
|
12.
|
|
|
Enable to set or change some parameters of the project, like which 
launchpad project should be bound with the current ubuntu application, what 
PPA should we use by default to share your package, what additional dependencies 
should be added…

Note: If you are specifying a target-distribution apart from the one you are 
running, be warned that dependency detection may not be as accurate due to 
(rare) discrepancies between distributions.
|
|
|
represents a line break.
Start a new line in the equivalent position in the translation.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../data/templates/ubuntu-application/configure.py:46
|
|
13.
|
|
|

Use shell completion to find all available PPAs
|
|
|
represents a line break.
Start a new line in the equivalent position in the translation.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../data/templates/ubuntu-application/configure.py:110
|