Commit Graph

151 Commits

Author SHA1 Message Date
ATnayan
1c644178ce Add ability to open multiple jars in same window 2020-04-05 11:01:26 +03:00
Josh
7e63d5a47a
Merge pull request #240 from berryh/feature/LT-238-maven-https-adresses
Change Maven address to HTTPS.
2020-02-13 09:39:48 -05:00
Berry Holtrust
0d895549ef Change Maven address to HTTPS.
Fixes #238
2020-02-13 13:18:46 +01:00
Josh
a8622231d7
Merge pull request #226 from Phoenix616/pr/fix-duplicate-tab-names
Fix duplicate file names replacing tabs (Fixes #20)
2019-12-04 12:46:37 -05:00
Phoenix616
d2e0a2b411 Fix duplicate file names replacing tabs (Fixes #20)
This is done by comparing the paths instead of the file names when calculating if a new tab should be opened and also checking if component at the found index is actually the one we want to open before switching to it.
2019-11-08 16:45:13 +01:00
deathmarine
27c6bba26f Update to the latest procyon version. 2019-11-06 14:36:29 -05:00
deathmarine
5ab63d4050 Updated to latest Procyon build. 2019-06-06 16:01:21 -04:00
Deathmarine
01f99032f0
Merge pull request #195 from deathmarine/revert-152-master
Revert "New feature to handle WAR files as input"
2019-04-15 09:49:48 -04:00
Deathmarine
274c72df01
Revert "New feature to handle WAR files as input" 2019-04-15 09:47:06 -04:00
Deathmarine
75d5603b2f
Merge pull request #149 from refactormachine/feature/refactored-file-dialog
Refactored the file dialog preferences
2019-04-15 09:02:40 -04:00
Deathmarine
f1ccf991d7
Merge pull request #142 from vlsi/mac_meta_key
use META (cmd) key instead of CTRL for macOS
2019-04-15 08:58:06 -04:00
deathmarine
577c812421 Increase file size limits. 2019-02-06 11:07:35 -05:00
deathmarine
f2815ebfbb Remove unused imports 2019-02-05 08:36:44 -05:00
deathmarine
9e2236c63b Update License 2019-02-05 08:33:06 -05:00
deathmarine
23bd17405a Update Well know file extensions to additional include addition syntax
highlighting.
2019-02-05 08:31:19 -05:00
deathmarine
26fe3a28c0 Update Pom to new standard
Recompiled and built with updated dependencies.
2019-02-05 08:16:30 -05:00
Shalti
13678d9aa0 changed the name to dir preferences 2018-08-29 15:15:55 +03:00
Shalti
6421f93e2d Refactored some classes 2018-08-29 15:13:47 +03:00
Deathmarine
ba68ee10ef
Merge pull request #139 from kasperkarlsson/master
Fixed broken and unencrypted links
2018-08-07 12:53:45 -04:00
Deathmarine
7405efa2c1
Merge pull request #141 from vlsi/menu_checkbox
#140 make checkbox entries in Operation/Settings menus visible in macOS
2018-08-07 12:51:32 -04:00
Deathmarine
2e89a3a51a
Merge pull request #143 from vlsi/text_zoom
Fix text zoom when high-precision scrolling input is used
2018-08-07 11:02:04 -04:00
Vladimir Sitnikov
eade1865d9 Fix text zoom when high-precision scrolling input is used
Touchpad / MagicMouse provide high-precision scrolling events,
and getWheelRotation() often turns out to be 0
Just ignore the events for now since proper handling of high precision is complicated

see 21c99af7c7/bin/idea.properties (L133-L156)
2018-07-02 23:27:39 +03:00
Vladimir Sitnikov
00cc8f7d74 use META (cmd) key instead of CTRL for macOS
ctrl+click is used in macOS for context menu, so cmd+click should be used
2018-07-02 23:24:44 +03:00
Vladimir Sitnikov
7f07ccf18a #140 make checkbox entries in Operation/Settings menus visible in macOS
JCheckBox was not shown when running with -Dapple.laf.useScreenMenuBar=true,
so converted JCheckBox to JCheckBoxMenuItem

fixes #140
2018-07-02 21:44:48 +03:00
Kasper Karlsson
3ca1ad2a24 Fixed broken and unencrypted links 2018-07-02 09:13:46 +02:00
deathmarine
6042502552 Changing Theme Resets FontSize
Addresses #131, #53
2018-06-05 16:10:20 -04:00
deathmarine
1a493c8e90 Merge branch 'master' of https://github.com/deathmarine/Luyten.git 2018-06-05 15:50:09 -04:00
deathmarine
b8d91c12b4 Store Font Size in Preferences.
Addresses #131,#53
2018-06-05 15:49:47 -04:00
Deathmarine
5a322613b0
Update ReadMe.md 2018-05-22 16:07:30 -04:00
Deathmarine
63128be838
Update ReadMe.md
Change Screenshot
2018-03-07 09:46:35 -05:00
Deathmarine
ea3f4de959
Merge pull request #117 from clevertension/master
Adjust the find all dialog width
2018-02-14 14:25:35 -05:00
clevertension
972f6f2a63 adjust the find all dialog width 2018-01-23 09:45:06 +08:00
deathmarine
223d58e6e3 Fix FileSaver output time
Removed incorrect division
2017-06-02 15:39:40 -04:00
deathmarine
3dab09fdfc Version Change 0.5.3 2017-05-17 13:22:52 -04:00
deathmarine
ce92da4e68 #79 Add checkbox to FindAll Dialog to search for classnames only 2017-05-17 13:20:15 -04:00
deathmarine
56eb4b8945 #79 Allow FindAll Dialog to search and display nonbinary files. 2017-05-16 11:42:57 -04:00
deathmarine
7e6be078e7 #79 Add Ctrl-F4 to Close Tab 2017-05-16 11:42:04 -04:00
deathmarine
befd23f431 #79 Add Wrap Checkbox to Find Dialog 2017-05-16 09:05:13 -04:00
deathmarine
ea25dfc8b0 #78 Add F3 and Shift+F3 for better search navigation 2017-05-08 15:29:44 -04:00
deathmarine
09cc3b6271 Add Version Change for Pull Request, Added Contributor 2017-04-12 09:53:11 -04:00
Frederik Boster
3fc710524e Fix #74 Add TreeExpansionListener to expand descendant tree nodes with only one member. 2017-04-07 18:15:37 +02:00
deathmarine
e9e84e0cbb Update Version 2017-03-28 13:50:14 -04:00
deathmarine
d4ba35dc41 Variable must be final 2017-03-27 07:58:08 -04:00
FisheyLP
00fa40b2d6 Update MainWindow.java 2017-03-23 16:46:36 +01:00
FisheyLP
f7ba91cb45 Update MainMenuBar.java 2017-03-23 16:43:40 +01:00
FisheyLP
d7ff282573 Update Model.java 2017-03-23 16:42:45 +01:00
FisheyLP
bdafe09a15 Made some variables and methods public 2017-03-23 16:42:09 +01:00
FisheyLP
4a839dac79 Added recent files menuitem, clear button and ctrl + w tab close
Ctrl + W also closes the current opened tab, if there is none opened, it closes the file. Clicking close in the menubar always closes the file.
2017-03-23 16:40:54 +01:00
FisheyLP
fe21c166ea loads/updates recent files list 2017-03-23 16:36:47 +01:00
FisheyLP
515c199a97 Added recent opened files handler
loads and saves the recent files list.
2017-03-23 16:34:36 +01:00