Basile Burg
fc137ac565
icon, linux, try to extract in system icon dir
2015-05-29 11:59:26 +02:00
Basile Burg
84ef8a753c
doc for the logo
2015-05-28 19:29:19 +02:00
Basile Burg
7bc17d96fd
added custom coedit icon
2015-05-28 18:48:02 +02:00
Basile Burg
fb59694e58
macosx support, more to check
2015-05-28 06:57:29 +02:00
Basile Burg
9b9fefd0d0
Merge pull request #8 from btbytes/master
...
Application now compiles on Mac OSX (Yosemite).
2015-05-28 05:31:28 +02:00
Pradeep Gowda
a0ff81dc4a
use StrToIntDef to return a default value of 0 incase pgrep returns an invalid Integer
2015-05-27 23:18:30 -04:00
Pradeep Gowda
42aa1e67eb
Add `Open` function.
...
Trim will do the trick of obtaining the pid.
No need for RemoveLeadingChars.
2015-05-27 22:55:57 -04:00
Pradeep Gowda
30b8a74929
Remove redundant `var` declaration.
2015-05-27 22:18:06 -04:00
Pradeep Gowda
f35ad0519e
Application now compiles on Mac OSX (Yosemite).
...
Added `internalAppIsRunning` procedure for Darwin.
Uses `pgrep` instead of `ps` as MacOSX's ps lacks the `-C` option.
Instead we will use `pgrep` to query for the applications pid. If the
application is running we will get a positive integer (as a string) in
return which is returned as the `Result` after casting to `Int`.
Also: my first ever ObjectPascal code ;) Hooray!
2015-05-27 21:59:57 -04:00
Basile Burg
ef83e333f6
updated readme
2015-05-26 18:43:49 +02:00
Basile Burg
f6aab96968
messages, bulk update
2015-05-26 13:54:57 +02:00
Basile Burg
42b608d5f1
fix, option editor, generic editor, changes from a dialog were not detected
2015-05-26 11:34:34 +02:00
Basile Burg
0fdab64271
hide TCollection default editor
...
for example in the category Editor, 'Shortcuts' are not anymore visible but editable in the category shortcuts
2015-05-26 11:13:52 +02:00
Basile Burg
e2e9aa8bfe
updated options editor interface
...
- custom editor can indicated if there are any unvalidated modifications
- shortcuts editor modifications can be canceled
2015-05-26 11:08:45 +02:00
Basile Burg
915f168a0c
editor option, completion menu case sensitive
2015-05-24 17:31:45 +02:00
Basile Burg
720b66dc15
removed debug message
2015-05-23 11:10:51 +02:00
Basile Burg
d489dd8274
fix for the linux version mini explorer not limited to /home/ anymore
2015-05-23 10:45:03 +02:00
Basile Burg
8a0aa40f5f
process input widget, only enabled when has a process
2015-05-22 18:57:56 +02:00
Basile Burg
fef9cf673f
added a tiny editor menu
...
because using shortcuts is encouraged.
2015-05-22 16:24:27 +02:00
Basile Burg
fa06a116ab
updated shared icons
2015-05-22 16:23:15 +02:00
Basile Burg
42b48ba231
auto dot completion, menu position
2015-05-22 15:42:31 +02:00
Basile Burg
c4854d9862
should be with ef033ed030
2015-05-22 09:24:45 +02:00
Basile Burg
03d7a52218
added editable option 'autoDotDelay'
...
delay before completion menu automatically appears, 0 disables the feature
2015-05-22 09:23:13 +02:00
Basile Burg
4cc3df3e6f
added automatic dot completion menu + moved ctrl+space completion in memo
2015-05-22 09:22:30 +02:00
Basile Burg
ef033ed030
refactoring, removed code completion features from ce_editor
2015-05-22 09:21:13 +02:00
Basile Burg
edd48e92dc
project configuration wisget, synchro mode supports complex properties
...
e.g list of version identifiers, list of extra sources, etc
2015-05-22 06:25:35 +02:00
Basile Burg
e83b5f6a55
fixed in lazarus 1.4.2
2015-05-22 06:24:10 +02:00
Basile Burg
8265eacd13
added unit accidently removed
...
ve_widget.pas
2015-05-21 21:06:39 +02:00
Basile Burg
574c90bc49
messages, mini-explorer, show widget automatically when needed
2015-05-21 21:03:26 +02:00
Basile Burg
e6a3241ca3
moved method to widget base class
2015-05-21 21:02:48 +02:00
Basile Burg
006d375ec3
options, added hintDelay (ddoc) to editor category
2015-05-21 20:41:16 +02:00
Basile Burg
ed6b1c4256
fix, todo background tool, last description field char not included
2015-05-21 11:04:47 +02:00
Basile Burg
6136419676
fix, build linux version, missing use
2015-05-21 10:47:08 +02:00
Basile Burg
2a0a85596c
editor option, shortcut, strips the 'ec' prefix from the identifier
2015-05-20 16:27:41 +02:00
Basile Burg
cdf3a86029
symbol list, assign sort proc from script
...
should been added in baf9efe000
2015-05-20 16:15:08 +02:00
Basile Burg
01a15e610f
option editor, warn about unsaved changes on close
2015-05-20 16:13:47 +02:00
Basile Burg
0c1862c9ba
fix, editor option, canceled, not apllied
2015-05-20 16:13:07 +02:00
Basile Burg
baf9efe000
symbol list, added option to sort sub items
2015-05-20 16:01:48 +02:00
Basile Burg
a68fe0e2f6
symbol list, support for listing module constructor/destructor
2015-05-20 10:51:32 +02:00
Basile Burg
caff182330
todo list, rewritten background tool using ranges
2015-05-17 08:12:09 +02:00
Basile Burg
04c262a456
updated submodule libdparse
2015-05-16 16:33:59 +02:00
Basile Burg
49500d66f5
fix, symbol list background tool
...
- error icons were never displayed.
- error or warnings messages containing a single quote could prevent the deserialization in the GUI.
- a memory error with the static items could prevent the deserialization in the GUI.
2015-05-16 16:29:18 +02:00
Basile Burg
df0c89c4b2
fix, runnable modules exe not properly deleted on exit
2015-05-16 10:11:29 +02:00
Basile Burg
912cad0a26
fix, search & replace MRU persistence broken
2015-05-16 07:55:55 +02:00
Basile Burg
18dbc56938
fix, search actions didn't update the button state
2015-05-16 07:55:19 +02:00
Basile Burg
0a4bc21023
bulk update
2015-05-15 13:50:08 +02:00
Basile Burg
260d3f8ba6
removed unused use
2015-05-15 13:49:04 +02:00
Basile Burg
5b9ef8aec8
msg mstk
2015-05-15 09:38:35 +02:00
Basile Burg
936c1b4a98
added message to diagnose libman entry registration failure
2015-05-15 09:35:53 +02:00
Basile Burg
528bf566f0
removed uneeded call to TCollection.Changed()
...
this method is related to the FCL oberver system, not used here
2015-05-15 09:16:55 +02:00