Trying to fix the problem with bullet points on ReadTheDocs
This commit is contained in:
parent
375dba6071
commit
f6c2756c6c
|
@ -409,7 +409,9 @@ If you have not yet downloaded the Demo Programs, then follow these instructions
|
||||||
![download](https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI/master/images/for_cookbook/download_demos.jpg)
|
![download](https://raw.githubusercontent.com/PySimpleGUI/PySimpleGUI/master/images/for_cookbook/download_demos.jpg)
|
||||||
* Unzip the downloaded zip and place the folder `DemoPrograms` somewere on your local disk drive that you have write access
|
* Unzip the downloaded zip and place the folder `DemoPrograms` somewere on your local disk drive that you have write access
|
||||||
|
|
||||||
|
|
||||||
To set up the Demo Browser:
|
To set up the Demo Browser:
|
||||||
|
|
||||||
* Run the program `Demo_Demo_Programs_Browser.py` that is in the folder you unzipped
|
* Run the program `Demo_Demo_Programs_Browser.py` that is in the folder you unzipped
|
||||||
* Click the "Settings" button
|
* Click the "Settings" button
|
||||||
* Fill in the input fields labelled Path to Demos and Editor Program
|
* Fill in the input fields labelled Path to Demos and Editor Program
|
||||||
|
@ -443,6 +445,7 @@ This screenshot shows that the theme used for these demos is entirely under your
|
||||||
### "Open Folder" feature
|
### "Open Folder" feature
|
||||||
|
|
||||||
It has the same settings window with an additional field: `File Explorer Program`:
|
It has the same settings window with an additional field: `File Explorer Program`:
|
||||||
|
|
||||||
* Windows - Defaults to `explorer`
|
* Windows - Defaults to `explorer`
|
||||||
* Linux - defaults to `nemo`
|
* Linux - defaults to `nemo`
|
||||||
|
|
||||||
|
@ -456,7 +459,9 @@ The Project File Searcher & Launcher (hmmmm... will change the name of this demo
|
||||||
|
|
||||||
### Settings Window
|
### Settings Window
|
||||||
|
|
||||||
|
|
||||||
The settings window has a few changesfrom the basic Demo Browser. These include:
|
The settings window has a few changesfrom the basic Demo Browser. These include:
|
||||||
|
|
||||||
* A history of previously chosen folders
|
* A history of previously chosen folders
|
||||||
* A "File Explorer Program" that is needed if you want to use the "Open Folder" button
|
* A "File Explorer Program" that is needed if you want to use the "Open Folder" button
|
||||||
|
|
||||||
|
@ -472,6 +477,7 @@ Verbose mode will show you the full matching line from the file. This is handy
|
||||||
As you can see from the note in the window, there are a few features that are still being developed.
|
As you can see from the note in the window, there are a few features that are still being developed.
|
||||||
|
|
||||||
Currently:
|
Currently:
|
||||||
|
|
||||||
* When searching within the files, the case is ignored
|
* When searching within the files, the case is ignored
|
||||||
* If using the Regular Expression search, then the case is not ignored. It must be a perfect match.
|
* If using the Regular Expression search, then the case is not ignored. It must be a perfect match.
|
||||||
* Verbose displays only the first line - will enable showing all lines in the file that match in the future
|
* Verbose displays only the first line - will enable showing all lines in the file that match in the future
|
||||||
|
|
Loading…
Reference in New Issue