Lines Matching full:installed
112 1. Check if IDE is installed.
127 """Checks if the IDE is already installed.
130 True if IDE is installed already, otherwise False.
149 """Gets IDE default installed path."""
180 _bin_folders: A list of all possible IDE installed paths.
186 1. Check if IDE is installed.
210 """Checks if IDE is already installed.
213 True if IDE is installed already, otherwise False.
301 """Gets IDE default installed path."""
319 """Initialize IDE installed path.
322 installed_path: the installed path to be checked.
331 logging.error('No %s installed.', self._ide_name)
337 """Get one IDE installed path from internal path.
346 """Gets all possible IDE installed paths."""
376 First get correct IDE installed path from internal paths, if not found
412 """Write the user's input installed path into the config file.
414 If users input an existent IDE installed path, we should keep it in
434 versions: A list of all installed versions.
462 The real IntelliJ installed path.
471 1. Check if IntelliJ is installed.
500 The sh full path, or None if no IntelliJ version is installed.
524 logging.warning('\nInvalid IDE installed path.')
553 """Get correct IntelliJ installed path from internal path.
556 The sh full path, or None if no IntelliJ version is installed.
560 logging.debug('IDE internal installed path: %s.', found)
685 _INTELLIJ_RE: Regular expression of IntelliJ installed name in GLinux.
688 1. Check if IntelliJ is installed.
774 1. Check if IntelliJ is installed.
825 1. Check if Android Studio is installed.
844 """Get correct Studio installed path from internal path.
847 The sh full path, or None if no Studio version is installed.
851 logging.debug('IDE internal installed path: %s.', found)
864 The sh full path, or None if no Studio version is installed.
899 1. Check if Android Studio is installed.
936 1. Check if Android Studio is installed.
972 1. Check if Eclipse is installed.
983 """Get correct IDE installed path from internal path.
990 The sh full path, or None if no IntelliJ version is installed.
1038 1. Check if Eclipse is installed.
1054 1. Check if Eclipse is installed.
1071 1. Check if CLion is installed.
1090 1. Check if CLion is installed.
1108 1. Check if Android Studio is installed.
1124 1. Check if VSCode is installed.
1195 installed_path: The IDE installed path to be checked.
1212 installed_path: The IDE installed path to be checked.
1235 installed_path: The IDE installed path to be checked.