Commit Graph

364 Commits

Author SHA1 Message Date
Alexander Kass
60f3999ae3 Added option idea.max.content.load.filesize to open big files without intelligence IDEA-164785 2016-12-08 09:29:38 +03:00
Anton Tarasov
773727ed56 IDEA-164566 [detect JBRE from launcher] 2016-12-07 19:25:31 +03:00
Anton Tarasov
52ae29c001 IDEA-164566 [add sun.java2d.uiScale.enabled=true to idea.properties] 2016-12-07 19:25:26 +03:00
Vladimir.Orlov
8dc74050b3 IDEA-164519 IntelliJ-based products first installation and launch on Windows: no JVM installation found
RUBY-18390 rubymine64.exe does not find the installed oracle jdk, requiring rubymine64.exe.jdk
2016-11-29 11:53:16 +03:00
Roman Shevchenko
9a56790eaf [platform] static dependencies for breakgen 2016-10-31 18:13:26 +01:00
Roman Shevchenko
08ca730bb0 [platform] refreshed breakgen libs 2016-10-28 09:45:47 +02:00
Roman Shevchenko
fae03c518d [java] replaces libbreakgen with external signal 2016-10-27 14:51:14 +02:00
Roman Shevchenko
cf80f2738e Cleanup (formatting) 2016-10-19 11:06:21 +02:00
Roman Shevchenko
5fbaa08989 [platform] ignore SIGHUP in restarter script (IDEA-162263)
When the IDE is launched in it's own terminal (File Manager | Run in Terminal), shutting it down kills the restarter script as well. Ignoring the signal allows the script to outlive a terminal and successfully restart the IDE.
2016-10-18 20:35:46 +02:00
Roman Shevchenko
5cb324e90a [platform] passes the PID to watch for to the restarter script (IDEA-162263) 2016-10-18 19:43:40 +02:00
Dmitry Trofimov
8f610a89c4 Fix obtaining virtualenv envs on Linux (PY-21055) 2016-10-11 19:12:42 +02:00
Konstantin Bulenkov
22d2e69fc2 exit with 0, when IDE instance is already running and arguments are passed successfully 2016-10-07 14:58:55 +02:00
Dmitry Trofimov
92ea85e4f7 For cross-platform build take the linux version of printenv.py 2016-09-29 16:41:28 +02:00
Roman Shevchenko
e4082dec4f [platform] fixes for Linux restarter
- correct launcher script name
- correct parent process termination condition on systemd-based systems
2016-09-26 16:02:43 +02:00
Roman Shevchenko
e7571b78c0 [platform] better restarter for Linux (IDEA-161186) 2016-09-24 17:21:11 +03:00
Roman Shevchenko
7eb97d5d86 [platform] fixes IDE launch from a bin/ directory on Unix (IDEA-161265) 2016-09-15 14:32:04 +03:00
Roman Shevchenko
1010a3c4b1 Merge remote-tracking branch 'origin/master' 2016-09-06 12:08:48 +03:00
Rustam Vishnyakov
6886c5e6ed format.sh for Mac (IDEA-160731) 2016-09-06 12:00:17 +03:00
Roman Shevchenko
38357232ae Cleanup (warnings in idea.sh) 2016-09-06 11:59:29 +03:00
Rustam Vishnyakov
71c9182502 Command-line formatter startup scripts 2016-08-01 20:15:14 +03:00
Rustam Vishnyakov
883425c2df Command line formatter win launcher script 2016-07-26 19:20:13 +03:00
Artem Bukhonov
b5c364bf53 platform: added custom utility to get list of running processes on Windows, it works faster than standard wmic.exe (RIDER-IC-CR-2) 2016-07-22 12:48:52 +03:00
Roman Shevchenko
27e32ebc71 Cleanup (quoting; IDEA-CR-12372) 2016-07-20 15:21:02 +02:00
nik
e7bc87cd1a build scripts redesign: build cross-platform distribution and copy appletviewer.policy for IDEA only 2016-07-20 14:07:13 +03:00
Roman Shevchenko
83e579c574 Cleanup (jumps instead of structured conditions; IDEA-CR-12372) 2016-07-20 11:04:08 +02:00
Roman Shevchenko
f3d567744c Cleanup (structured conditions instead of jumps) 2016-07-18 17:44:44 +02:00
Roman Shevchenko
2f835f417f Cleanup (doc comment) 2016-07-18 17:30:50 +02:00
Vladimir.Orlov
0ab2cc3bfe IDEA-158516 idea.bat is using %BITS% for USER_JDK_FILE before it's initialized 2016-07-15 11:15:15 +03:00
Denis Fokin
62fd514732 An unused property after IDEA-140566 is removed 2016-07-11 13:47:25 +03:00
Vladimir.Orlov
7789da534d CPP-6868 Stuck with 2016.1.2 update
IDEA-156134 Update not updating
IDEA-155904 On Linux Mint (Ubuntu), the updater does not update the version, but also throws no exceptions
2016-06-28 13:16:29 +03:00
Vladimir.Orlov
159850b3a0 IDEA-157339 162.188.8 doesn't find JVM, won't launch
WEB-21980 Build 162.844.4 fails to run with a JDK error on windows 10 64b
2016-06-14 14:55:30 +03:00
Dmitry Batrak
edc2d90e44 fix showing error message during startup on KDE 2016-06-09 11:20:07 +03:00
Vladimir.Orlov
f3d2c93682 IDEA-149309 Set "-XX:HeapDumpPath" and "-XX:ErrorFile" in IDE launchers 2016-06-01 12:09:18 +03:00
Roman Shevchenko
601c9319b8 [vfs] increases file watcher buffer size on Windows (IDEA-156453) 2016-05-24 16:33:06 +02:00
Alexey Ushakov
a194197852 IDEA-149864 Switch boot JDK on Windows shouldn't appear since unavailable
Updated idea.bat to handle bundled jdk
2016-03-11 08:34:03 +03:00
Alexey Ushakov
d699e1be0f IDEA-149864 Switch boot JDK on Windows shouldn't appear since unavailable
Updated WinLanuncher[64], idea.bat and jdk switcher to support windows
2016-03-11 02:43:13 +03:00
Roman Shevchenko
b3e2ed3518 [vfs] minor fsnotifier (Linux) cleanup/optimization 2016-02-18 14:04:55 +01:00
Roman Shevchenko
47c62fac73 [platform] fixes nasty typos in Unix startup script (IDEA-151688) 2016-02-15 15:52:59 +01:00
Roman Shevchenko
80e2a6b401 [vfs] switches file watcher reports encoding to UTF-8 on Windows (IDEA-103559) 2016-02-10 16:25:16 +01:00
Alexey Ushakov
7696ab3b3f IDEA-69424 Ubuntu global menu integration
Enabled jayatana support by default in idea.sh
2016-02-05 16:05:41 +03:00
Anton Tarasov
37181e5909 IDEA-145463 Weird splash screen animation on startup 2016-01-29 18:06:19 +03:00
Alexey Ushakov
d464b40846 IDEA-57233 Editor font antialising/appearance problems on Linux
Made storing bundled jdks paths in config as relative to idea home
Updated JDK switcher, MacLauncher, idea.sh to use relative paths for jdk bundles
2015-12-15 16:54:19 +03:00
Roman Shevchenko
236f3d02c7 [platform] heap dump path in launcher scripts (IDEA-149309) 2015-12-14 21:12:20 +01:00
Konstantin Bulenkov
1ac370b1dd update launchers for new splashes
(cherry picked from commit 2589cc21c54c06ee186cf22d8e893ba3ef2b0985)
(cherry picked from commit 4cf41398663c58fe286f87bb7ebfa299822d4941)
2015-12-11 13:49:23 +01:00
Vladimir.Orlov
924fbd9de5 IDEA-CR-7349 2015-12-09 15:03:58 +03:00
Vladimir.Orlov
d3240d50a7 IDEA-133600 Can't be made fully portable - still creates 'restart' directory in Users folder
IDEA-128736 User home is polluted with superfluous directory on restart
IDEA-147020 Make updater/restarter component adhere to configuration
IDEA-139594 Group Security prevents IntelliJ from restarting after an update
2015-12-08 13:41:36 +03:00
Alexey Ushakov
17ceb4f9b1 IDEA-57233 Editor font antialising/appearance problems on Linux
Refactored jdk bundle handling, added tests
Added linux jdk selection support
2015-11-26 15:52:18 +03:00
Vladimir.Orlov
705ca92a6d IDEA-CR-6540. fixed exe launchers. 2015-11-09 16:27:06 +03:00
Roman Shevchenko
2133e5bec0 Cleanup (obsolete var, IDEA-CR-6115) 2015-10-23 20:19:01 +02:00
Roman Shevchenko
ae06ff5880 Cleanup (simplification, IDEA-CR-6115) 2015-10-23 20:14:52 +02:00