Basile Burg
437a00b060
renamed files names related to logo
2015-06-04 16:08:41 +02:00
Basile Burg
1a0c006e06
exeInSysPath uses exeFullName
2015-06-04 15:54:14 +02:00
Basile Burg
d59d85f750
fix, mostly win32, tools not found when launched from shortcut or shell ctxt handler
...
tools reside in same folder as CE
- happened if shortcut start directory is not CE app dir
- happened if CE is launched from open/with: cwd didn't allow to find the tools
2015-06-04 15:51:55 +02:00
Basile Burg
790b256a8a
fix, cesetup, error under opensuse
2015-06-04 05:15:56 +02:00
Basile Burg
57af2d7428
fix, cestup, wrong dest filename for dcd license file
2015-06-04 04:15:44 +02:00
Basile Burg
11e5652d45
fix, cesetup linux version
2015-06-04 04:08:13 +02:00
Basile Burg
e916cc196c
added cestup, the coedit setup program
2015-06-04 03:37:42 +02:00
Basile Burg
458ef89778
updated git ignore
2015-06-03 15:03:21 +02:00
Basile Burg
8b214f968e
Laz garbage ?
2015-06-03 15:02:21 +02:00
Basile Burg
280ddd6c98
messages, added option fastDisplay
...
- when true do not refresh the list for each item
- faster when a lot of messages have to be output
2015-06-03 15:01:58 +02:00
Basile Burg
a1672f7187
fix, editor modified file, invalid content could be paste
...
if new version of the file was an empty file
2015-06-03 14:40:47 +02:00
Basile Burg
2902b26310
fix, projinspect, AV when selecting something
2015-06-03 14:22:53 +02:00
Basile Burg
8f54e2b036
updated readme
2015-06-03 12:07:26 +02:00
Basile Burg
14ea706981
fix, dock options editor, content could be partially hidden
...
put in a scrollbox
2015-06-03 11:17:26 +02:00
Basile Burg
a81d15e01e
proj conf/insp btn enabled only if proj assigned
2015-06-03 11:06:56 +02:00
Basile Burg
eaee7ee30a
proj inspct, btn enabled only if proj assigned
2015-06-03 10:56:32 +02:00
Basile Burg
f014576835
improved project file/folde add
...
initial dialog dir based on last selected
2015-06-03 10:52:13 +02:00
Basile Burg
8aa4ae52e2
removed cdb commander
2015-06-03 10:36:47 +02:00
Basile Burg
659960f9d1
nothing
2015-06-02 22:48:03 +02:00
Basile Burg
202ba4d8db
lfm auto update
2015-06-02 22:47:40 +02:00
Basile Burg
fc8eed3c5a
updated range comp proc
2015-06-02 22:47:30 +02:00
Basile Burg
5dd4001470
fix, process input wdget remained disabled if process killed manually
2015-05-31 21:07:40 +02:00
Basile Burg
08207c365c
Merge branch 'master' of https://github.com/BBasile/Coedit
2015-05-31 03:30:04 +02:00
Basile Burg
ec0a337c1a
fix, linux32, phobos not added to libman on first run
2015-05-31 03:29:27 +02:00
Basile Burg
224f99515a
reztgsq
2015-05-30 12:25:51 +02:00
Basile Burg
2952e53969
nothing
2015-05-30 12:22:05 +02:00
Basile Burg
c094950533
updated readme
2015-05-30 12:20:15 +02:00
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