docs/README.rst

branch
eric7
changeset 9394
0385fbd5184b
parent 9391
ea76e8066c54
child 10031
6d4b46787f30
--- a/docs/README.rst	Fri Oct 07 14:52:24 2022 +0200
+++ b/docs/README.rst	Fri Oct 07 14:59:58 2022 +0200
@@ -118,36 +118,36 @@
 
 3. Running
 ----------
-Just call up eric7, which will start the IDE. Use the "what is"-help
+Just call up eric7_ide, which will start the IDE. Use the "what is"-help
 (arrow with ?) to get some help. The eric web site provides some
 documents describing certain aspects of eric. To start the unit test module in
-a standalone variant simply call up eric7_unittest. This will show the same
+a standalone variant simply call up eric7_testing. This will show the same
 dialog (though with a little bit less functionality) as if started from within
-eric7. The web browser can be started as a standalone program by executing the
+eric7_ide. The web browser can be started as a standalone program by executing the
 eric7_browser script.
 
-Please note, the first time you start eric7 it will recognize, that it
+Please note, the first time you start eric7_ide it will recognize, that it
 hasn't been configured yet, and will show the configuration dialog.
 Please take your time and go through all the configuration items.
 However, every configuration option has a meaningful default value.
 
-4. Using eric on devices with small displays
---------------------------------------------
-eric can be used on devices with displays smaller than full HD as well
+4. Using eric7_ide on devices with small displays
+-------------------------------------------------
+eric7_ide can be used on devices with displays smaller than full HD as well
 (i.e. smaller than 1920 x 1080 pixels). If such a small screen is detected,
 the interface using sidebars with just the left sidebar is chosen
 automatically. This cannot be changed. If the auto-detection fails, use of
-the small screen layout can be forced by starting eric with the
+the small screen layout can be forced by starting eric7_ide with the
 '--small-screen' command line option. This changes the respective settings
 available via the Interface ⇨ Interface configuration page (options 'Layout'
 and 'Combine left and right sidebar'.
 
 5. Running from the sources
 ---------------------------
-If you want to run eric7 from within the source tree you have to execute
+If you want to run eric7_ide from within the source tree you have to execute
 the ``compileUiFiles.py`` script once after a fresh checkout from the source
 repository or when new dialogs have been added. Thereafter just execute
-the ``eric7.py`` script.
+the ``eric7_ide.py`` script.
 
 6. Tray starter
 ---------------

eric ide

mercurial