Mirek Fidler
4f79424b90
ide: GetUppOut now defaults to initial value and can be empty (and is by default)
2024-06-27 11:56:56 +02:00
Mirek Fidler
63919f87dc
upp: 2024
2024-05-10 14:38:15 +02:00
Mirek Fidler
0c3376dc06
ide: Invalid compiler error now reported when building (thanks Klugier)
2024-02-25 21:01:50 +01:00
Zbigniew Rębacz
e65af45fa8
IDE changes for Flatpak sandbox ( #177 )
...
ide: Flatpak support
2023-12-20 11:05:00 +01:00
Mirek Fidler
ef6d9db3de
ide: Assist: Proper fix of speculative include files problem
2023-12-11 21:01:53 +01:00
Mirek Fidler
65aa953b29
u++: Copying updated to 2023
2023-09-17 15:00:44 +02:00
Mirek Fidler
31c1a5fcea
ide: Fixed ASSIST issues with using VC++
2023-09-05 12:33:29 +02:00
Mirek Fidler
62c89883ba
fixed problem with UppHub and umk
2023-05-18 11:31:28 +02:00
Mirek Fidler
06b25db00a
ide: Fixed clang-format in MacOS, upgrade theide function implemented for macos
2023-04-19 09:03:31 +02:00
Mirek Fidler
74471235a2
ide: fixed clang-format in macos
2023-04-19 08:22:40 +02:00
Mirek Fidler
ea40198dd1
ide: MacOS build fixes (BSD does not recognize ar response file)
2023-04-13 15:38:52 +02:00
Mirek Fidler
ca6d5122c2
ide: Support for io.elementary.terminal
2023-03-20 13:08:01 +00:00
Mirek Fidler
b26ca8b79f
ide: Fixed single file building
2023-03-02 10:11:45 +01:00
Mirek Fidler
58e3f59c34
ide: Optimised header handling, RichText::GetWidth fixed
2023-02-27 12:42:20 +01:00
Mirek Fidler
74b0c3f791
ide: Old Hdepend replaced with PPinfo, master file optimisations
2023-02-24 11:10:55 +01:00
Mirek Fidler
ad4b9da966
ide: clang-format improvements and fixed, HostSys function now for routines used internally
2023-02-04 13:46:28 +01:00
Mirek Fidler
2e77d71f12
ide: clang-format integration
2023-02-01 15:27:24 +01:00
BornTactical
21c88c2b61
Console wasn't opening by default for FreeBSD because console apps are stored in /usr/local/bin instead of /usr/bin. ( #136 )
...
Co-authored-by: BornTactical <BornTactical@github.com>
2023-01-18 10:29:19 +01:00
Mirek Fidler
d85ef7540e
ide: Optimised build system / pkg-config handling
2022-12-20 14:52:04 +01:00
Mirek Fidler
febbbf7f8b
uppsrc: Fixed various MSBT warnings
2022-12-11 09:36:58 +01:00
Mirek Fidler
7dc19cdbc9
ide: .c files cannot be master files
2022-11-30 12:08:22 +01:00
Mirek Fidler
2f45699faf
.cosmetics
2022-11-28 14:36:44 +01:00
Mirek Fidler
8f9ace029a
ide: Indexer pause when building
2022-11-21 16:15:00 +01:00
Mirek Fidler
de72a49067
ide: TODOs, autocomplete utf-8 issue fixed
2022-11-03 19:49:41 +01:00
mirek-fidler
e8035690b9
libclang ide #94
...
- Assist/Autocomplete refactored to use libclang
Other minor changes:
- Removed CoWork Pipe
- .dli runtime loading of dynamic libraries now supports path to library in access function
- EditField::SetBackground
- RichTextView::GotoLabel variant with Gate for matching
- RichEdit::GotoLabel variant with Gate for matching
2022-09-16 10:31:14 +02:00
Mirek Fidler
433b11db63
ide: namespace agnostic layouts refactored again
2022-05-08 13:36:03 +02:00
Mirek Fidler
340ce65c08
uppsrc: (c) 2022
2022-04-03 20:58:06 +02:00
Mirek Fidler
34ff691308
sizeof(wchar) is changed to 4 (32 bits) to support non BMP unicode characters
...
This might bring some incompatibilities in the code that expects wchar to be 16 bit, which
escpecially involves dealing with Win32 (and to lesser extend MacOS) APIs, so if your application
is doing that, please check all instances of WCHAR (UniChar on MacOS) or even wchar
especially type casts.
To support host APIs, char16 is introduced (but there is no 16-bit String varian).
Use ToSystemCharsetW, FromSystemCharsetW to convert texts to Win32 API.
- Support of drawing non-BMP characters in GUI
- Vastly improved character font replacement code (when drawing characters missing with requested font, replacement font is used)
- Last instances of Win32 ANSI calls (those ending with A) are removed
- UTF handling routines are refactored and their's naming is unified
- RTF is now being able to handle non-BMP characters (RTF is used as clipboard format for RichText)
Other minor changes:
- fixed TryRealloc issue
- improved MemoryCheck
- Removed MemoryAlloc48/MemoryFree48
- In theide Background parsing should less often cause delays in the main thread
2021-12-02 12:03:19 +01:00
Mirek Fidler
563ac57aa8
ide: Builders now declares bmGIT_REVCOUNT macro (similar to former SVN_REVISION), now used in ide itself in the about box.
2021-08-27 18:03:53 +02:00
cxl
fbb02d75f3
ide: Main config is now reading flags from sources
...
git-svn-id: svn://ultimatepp.org/upp/trunk@16031 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2021-07-22 13:51:46 +00:00
cxl
2e0a930119
umk: CCJ support
...
git-svn-id: svn://ultimatepp.org/upp/trunk@15987 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2021-06-08 21:58:26 +00:00
cxl
a5f628fe6d
uppsrc: 2020->2021
...
git-svn-id: svn://ultimatepp.org/upp/trunk@15857 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2021-03-19 14:14:08 +00:00
cxl
ecce4c51ea
GridCtrl: Removed Sql dependecy issue, CtrlCore: Win32 pen support improved, ide: NoConvertCharser for Host local process to fix the issue with svn history
...
git-svn-id: svn://ultimatepp.org/upp/trunk@15850 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2021-03-17 11:29:34 +00:00
cxl
e4a0ed6c9d
CtrlLib: Local menu at point now moves a bit to avoid mouse position, ide: FindInFiles list of folders fixed to avoid all UppHub folders listed
...
git-svn-id: svn://ultimatepp.org/upp/trunk@15825 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2021-03-09 08:55:22 +00:00
cxl
5ab4810e73
CtrlCore: Fixed issue with Upp::t_
...
git-svn-id: svn://ultimatepp.org/upp/trunk@15822 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2021-03-07 10:16:39 +00:00
cxl
31253bba39
ide: Not creating empty missing packages
...
git-svn-id: svn://ultimatepp.org/upp/trunk@15801 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2021-02-26 23:55:55 +00:00
cxl
94ec3965e7
ide: package should now save CR line endings when needed
...
git-svn-id: svn://ultimatepp.org/upp/trunk@15781 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2021-02-20 12:21:08 +00:00
cxl
697f743842
uppsrc: MacOS 11.2 fixes
...
git-svn-id: svn://ultimatepp.org/upp/trunk@15740 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2021-02-06 09:35:47 +00:00
cxl
64d80c069d
ide: Repo PutVerbose supressed
...
git-svn-id: svn://ultimatepp.org/upp/trunk@15725 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2021-02-02 10:50:13 +00:00
cxl
6d5abe9fd7
ide: Removing stalled script files in posix
...
git-svn-id: svn://ultimatepp.org/upp/trunk@15665 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2021-01-14 11:46:34 +00:00
cxl
5b9b4b65b1
ide: Select package fix
...
git-svn-id: svn://ultimatepp.org/upp/trunk@15658 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2021-01-08 11:27:59 +00:00
cxl
550e2e7e1a
ide: Support for same name main package in different nest
...
git-svn-id: svn://ultimatepp.org/upp/trunk@15606 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2020-12-17 23:25:23 +00:00
cxl
034fefe284
ide: developing git support
...
git-svn-id: svn://ultimatepp.org/upp/trunk@15590 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2020-12-14 08:38:37 +00:00
cxl
d27b750453
ide: Developing upphub
...
git-svn-id: svn://ultimatepp.org/upp/trunk@15589 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2020-12-13 15:56:21 +00:00
cxl
84aae8ed12
ide: LocalHost/Host, urepo refactored
...
git-svn-id: svn://ultimatepp.org/upp/trunk@15586 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2020-12-12 19:27:04 +00:00
cxl
7da67d2a77
Win32: Support for bin git
...
git-svn-id: svn://ultimatepp.org/upp/trunk@15577 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2020-12-10 21:27:30 +00:00
cxl
b9ccca948a
ide: Open Terminal in Win32
...
git-svn-id: svn://ultimatepp.org/upp/trunk@15525 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2020-11-27 09:42:20 +00:00
cxl
799d6dbc0a
ide: Developing UppHub
...
git-svn-id: svn://ultimatepp.org/upp/trunk@15513 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2020-11-25 09:09:17 +00:00
cxl
6234e9adbf
ide: Developing UppHub
...
git-svn-id: svn://ultimatepp.org/upp/trunk@15509 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2020-11-24 12:05:50 +00:00
cxl
a58eee73bb
CtrlLib: LabelBase AlignLeft typo fixed (thanks bozero)
...
git-svn-id: svn://ultimatepp.org/upp/trunk@15507 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2020-11-24 11:44:32 +00:00