Commit Graph

1670 Commits

Author SHA1 Message Date
Basile Burg d2bbe29e88 use RCDATA resources instead of old hex strings system 2016-06-19 07:13:32 +02:00
Basile Burg e58f7f9974 apply highlighter preset to the generic highlighter too 2016-06-18 12:22:11 +02:00
Basile Burg 17a49c92a9 prevent dup in imports list 2016-06-18 09:06:48 +02:00
Basile Burg 4bb368d8a2 remove unused field 2016-06-18 09:06:05 +02:00
Basile Burg 3818075c28 find the imports from token list, related to #77 2016-06-18 06:07:26 +02:00
Basile Burg 1fb1c8db47 fix #76, compile project... (and run with arg) is broken 2016-06-17 19:54:50 +02:00
Basile Burg 3b6c080bf2 add option to save project file before compiling, close #75 2016-06-17 19:51:54 +02:00
Basile Burg b64d891023 fix #60, Completion menu background and font color should follow UI theme 2016-06-17 19:31:28 +02:00
Basile Burg a80ea80db1 forces HL presets props to be written + activate reload from file 2016-06-17 17:02:30 +02:00
Basile Burg 4cba1ff672 finish highlighter preset system, close #59 2016-06-17 16:57:17 +02:00
Basile Burg d2fc677f97 #59, add a preset editor 2016-06-17 14:37:29 +02:00
Basile Burg 7c041b5bb9 tweak a few btns spacing 2016-06-16 05:57:00 +02:00
Basile Burg f9fede3423 fix, editor option edAautoIndent could cause mixed tab/spaces
when not using the phobos style, i.e tabs
2016-06-16 05:19:43 +02:00
Basile Burg 98f2b6c04c fix, custom tools, message interface not yet assigned but used 2016-06-16 03:05:54 +02:00
Basile Burg 2d5bfb6374 add the symbolic string CPOP (current project output path) 2016-06-16 03:04:12 +02:00
Basile Burg 99ffaa3306 CE projects, run option, CUrrentDirectory can include symbolic strings 2016-06-16 02:49:58 +02:00
Basile Burg a6ca4aac42 start #59 - HL presets 2016-06-16 01:56:12 +02:00
Basile Burg 79b7b851ee fix #62 - lexicon-based brace auto closing is still a bit dumb
- not trigered in comments anymore
- not trigered if the pair count is 0 (e.g between two functions)

still cases exist but they would need a more complex analysis
2016-06-15 12:35:56 +02:00
Basile Burg fb51972a58 fix cases where project inspectors were not cleared
revealed by project groups, and it was confusing.
2016-06-15 09:16:58 +02:00
Basile Burg c509e34be4 disable symlist with non d files 2016-06-15 08:36:58 +02:00
Basile Burg c75de19110 fix #46, The generic highlighter is not selected when saving a non D file 2016-06-15 08:36:21 +02:00
Basile Burg 361502ff6a nextpage, repeated shortcut, not an issue 2016-06-15 07:13:41 +02:00
Basile Burg 573b14854b add shortcuts for the pagecontrol, close #61 2016-06-14 17:29:32 +02:00
Basile Burg e15c44577c add an option to deactivate IDE-grade features in with non D files, close #47 2016-06-14 14:46:01 +02:00
Basile Burg b12b6829aa moved free functions used by the custom commands to the editor class 2016-06-14 13:03:42 +02:00
Basile Burg 74e6984f68 add editor command to show phobos html help, close #52 2016-06-14 12:18:52 +02:00
Basile Burg 393f8c97b4 add option to auto detect the indentation mode (tabs|spaces), close #45 2016-06-14 10:50:15 +02:00
Basile Burg c957a0099d refact widgets that replace the free project with projutils functions 2016-06-14 10:16:22 +02:00
Basile Burg 9a1f542253 fixes for the widgets that replace the "free project" 2016-06-13 05:30:49 +02:00
Basile Burg ed15c31b57 finsih project group - close #68
+ fix for the free project
+ compile the group
+ last stuff reloading, handle the free project
2016-06-13 04:40:02 +02:00
Basile Burg 53d6097f34 removed deprecated CE proj properties 2016-06-12 14:01:45 +02:00
Basile Burg 0f99653d2c small fix for for #68, AV on runtime termination 2016-06-12 13:53:05 +02:00
Basile Burg 3dcb9cad50 fix small leak in highlighter 2016-06-12 13:50:09 +02:00
Basile Burg 08ec1796be mostly done #68, project group 2016-06-12 10:43:44 +02:00
Basile Burg 7cf05e5167 fix #71, Minor installation issue on linux when not installing as root 2016-06-05 07:12:31 +02:00
Basile Burg 27b67c15cd fix #67 - DUB fetch from online package - setting dudCompiler is ignored 2016-06-01 19:44:27 +02:00
Basile Burg 3ed5aa4de8 fix #66, View project cmd line always indicates dmd, even if ldmd2 or gdmd is used 2016-06-01 19:37:16 +02:00
Basile Burg b3e03cf168 implement #65, allow runnables to be compiled with other compilos
close #65
2016-06-01 18:42:04 +02:00
Basile Burg f1f2ad6b7e add editor command to comment the current identifier 2016-05-29 20:22:06 +02:00
Basile Burg 6158dd26a2 docking, mouse wheel can be used on the splitters to expand shrink the area 2016-05-28 19:43:24 +02:00
Basile Burg b475311688 rlz 2016-05-27 01:31:54 +02:00
Basile Burg 6604fdd002 update libdparse 2016-05-27 00:42:54 +02:00
Basile Burg d9e2a865ca prepared next rlz 2016-05-26 22:42:17 +02:00
Basile Burg 7803172007 close #58, add an action to run compiled file outside 2016-05-26 22:12:12 +02:00
Basile Burg 4e89d12c6e fix #56, libman, the automatic registration using DUB is broken since DUB 0.9.24 2016-05-26 20:13:23 +02:00
Basile Burg 7927990d03 libman editor, update DUB icon 2016-05-25 15:55:02 +02:00
Basile Burg 935f299362 ident renaming, display current ident value in input query 2016-05-25 03:33:28 +02:00
Basile Burg 8575888fa8 fix #55 - flash icon doesn't work just after "view in mini explorer" 2016-05-24 18:45:08 +02:00
Basile Burg b27b2dd8ff add application option to skip unittests in action verify with Dscanner 2016-05-13 04:21:21 +02:00
Basile Burg 5d95330d50 hide messages tooltip 2016-05-11 10:04:20 +02:00